diff options
author | Nextcloud bot <bot@nextcloud.com> | 2016-11-21 01:06:58 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2016-11-21 01:06:58 +0000 |
commit | ba9b17c9069c5d9fe8595ffd306647f33067c927 (patch) | |
tree | ee94fcb35b457703a6abab346cb5fb99384dfd5a /apps/dav/l10n/ja.js | |
parent | 97af4f762d44ddd97d9db2566cb2841ca37d9fff (diff) | |
download | nextcloud-server-ba9b17c9069c5d9fe8595ffd306647f33067c927.tar.gz nextcloud-server-ba9b17c9069c5d9fe8595ffd306647f33067c927.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/dav/l10n/ja.js')
-rw-r--r-- | apps/dav/l10n/ja.js | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/apps/dav/l10n/ja.js b/apps/dav/l10n/ja.js new file mode 100644 index 00000000000..47d1fbe5ef4 --- /dev/null +++ b/apps/dav/l10n/ja.js @@ -0,0 +1,40 @@ +OC.L10N.register( + "dav", + { + "A <strong>calendar</strong> was modified" : "<strong>カレンダー</strong>が変更されました", + "A calendar <strong>event</strong> was modified" : "カレンダーの<strong>イベント</strong>が変更されました", + "A calendar <strong>todo</strong> was modified" : "カレンダーの<strong>ToDo</strong>が変更されました", + "%1$s created calendar %2$s" : "%1$s はカレンダー %2$s を作成しました", + "You created calendar %2$s" : "カレンダー %2$s を作成しました", + "%1$s deleted calendar %2$s" : "%1$s はカレンダー %2$s を削除しました", + "You deleted calendar %2$s" : "カレンダー %2$s を削除しました", + "%1$s updated calendar %2$s" : "%1$s はカレンダー %2$s を更新しました", + "You updated calendar %2$s" : "カレンダー %2$s を更新しました", + "%1$s shared calendar %2$s with you" : "%1$s がカレンダー %2$s を共有しています", + "You shared calendar %2$s with %1$s" : "%1$s とカレンダー %2$s を共有しました", + "%3$s shared calendar %2$s with %1$s" : "%3$s が %1$s とカレンダー %2$s を共有しています", + "%1$s unshared calendar %2$s from you" : "%1$s があなたからカレンダー %2$s を共有解除しました", + "You unshared calendar %2$s from %1$s" : "%1$s からカレンダー %2$s を共有解除しました", + "%3$s unshared calendar %2$s from %1$s" : "%3$s が %1$s からカレンダー %2$s を共有解除しました", + "%1$s unshared calendar %2$s from themselves" : "%1$s が彼らからカレンダー %2$s を共有解除しました", + "You shared calendar %2$s with group %1$s" : "カレンダー %2$s をグループ %1$s と共有しました", + "%3$s shared calendar %2$s with group %1$s" : "%3$s が %1$s グループとカレンダー %2$s を共有しました", + "You unshared calendar %2$s from group %1$s" : "%1$s グループからカレンダー %2$s を共有解除しました", + "%3$s unshared calendar %2$s from group %1$s" : "%3$s が %1$s グループからカレンダー %2$s を共有解除しました", + "%1$s created event %3$s in calendar %2$s" : "%1$s がカレンダー %2$s に %3$s イベントを作成", + "You created event %3$s in calendar %2$s" : "カレンダー %2$s に %3$s イベントを作成しました", + "%1$s deleted event %3$s from calendar %2$s" : "%1$s が カレンダー %2$s から %3$s イベントを削除しました ", + "You deleted event %3$s from calendar %2$s" : "カレンダー %2$s から %3$s イベントを削除しました", + "%1$s updated event %3$s in calendar %2$s" : "%1$s がカレンダー %2$s の %3$s イベントを更新しました", + "You updated event %3$s in calendar %2$s" : "カレンダー %2$s で %3$s イベントを更新しました", + "%1$s created todo %3$s in list %2$s" : "%1$s がリスト %2$s にTodo %3$s を作成しました", + "Calendar" : "カレンダー", + "Todos" : "ToDo", + "Contact birthdays" : "誕生日", + "Personal" : "個人", + "Contacts" : "アドレス帳", + "Technical details" : "技術的な詳細", + "Remote Address: %s" : "リモートアドレス: %s", + "Request ID: %s" : "リクエスト ID: %s" +}, +"nplurals=1; plural=0;"); |