diff options
Diffstat (limited to 'apps/dav/l10n/ja.json')
-rw-r--r-- | apps/dav/l10n/ja.json | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/apps/dav/l10n/ja.json b/apps/dav/l10n/ja.json index 010eff1a1cc..e5ec8aeb504 100644 --- a/apps/dav/l10n/ja.json +++ b/apps/dav/l10n/ja.json @@ -1,6 +1,5 @@ { "translations": { "Calendar" : "カレンダー", - "Todos" : "ToDo", "Personal" : "個人", "{actor} created calendar {calendar}" : "{actor}はカレンダー {calendar} を作成しました", "You created calendar {calendar}" : "カレンダー {calendar} を作成しました", @@ -33,20 +32,9 @@ "{actor} restored event {event} of calendar {calendar}" : "{actor}はカレンダー {calendar}のイベント {event}を復元しました", "You restored event {event} of calendar {calendar}" : "カレンダー {calendar} のイベント {event}を復元しました", "Busy" : "ビジー", - "{actor} created todo {todo} in list {calendar}" : "{actor}はリスト{calendar}のtodo {todo}を作成しました", - "You created todo {todo} in list {calendar}" : "リスト {calendar} にtodo {todo} を作成しました", - "{actor} deleted todo {todo} from list {calendar}" : "{actor}リスト{カレンダー}からtodo {todo}を削除しました", - "You deleted todo {todo} from list {calendar}" : "あなたはtodo {todo}を{calendar}のリストから削除しました。", - "{actor} updated todo {todo} in list {calendar}" : "{actor}リスト{calendar}のtodo {todo}を更新しました", - "You updated todo {todo} in list {calendar}" : "リスト{calendar}のtodo {todo}を更新しました。", - "{actor} solved todo {todo} in list {calendar}" : "{actor}リスト{calendar}のtodo {todo}を解決しました", - "You solved todo {todo} in list {calendar}" : "リスト{calendar}のtodo {todo}を解決しました。", - "{actor} reopened todo {todo} in list {calendar}" : "{actor}リスト{calendar}のToDo {todo}を再開しました", - "You reopened todo {todo} in list {calendar}" : "リスト{calendar}のtodo {todo}を再開しました", "Calendar, contacts and tasks" : "カレンダー、連絡帳とタスク", "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>が変更されたとき", "Contact birthdays" : "誕生日", "Death of %s" : "%sの命日", "Calendar:" : "カレンダー:", @@ -175,6 +163,18 @@ "Tentative" : "暫定的", "Number of guests" : "ゲスト数", "Comment" : "コメント", - "Your attendance was updated successfully." : "出席は正常に更新されました。" + "Your attendance was updated successfully." : "出席は正常に更新されました。", + "Todos" : "ToDo", + "{actor} created todo {todo} in list {calendar}" : "{actor}はリスト{calendar}のtodo {todo}を作成しました", + "You created todo {todo} in list {calendar}" : "リスト {calendar} にtodo {todo} を作成しました", + "{actor} deleted todo {todo} from list {calendar}" : "{actor}リスト{カレンダー}からtodo {todo}を削除しました", + "You deleted todo {todo} from list {calendar}" : "あなたはtodo {todo}を{calendar}のリストから削除しました。", + "{actor} updated todo {todo} in list {calendar}" : "{actor}リスト{calendar}のtodo {todo}を更新しました", + "You updated todo {todo} in list {calendar}" : "リスト{calendar}のtodo {todo}を更新しました。", + "{actor} solved todo {todo} in list {calendar}" : "{actor}リスト{calendar}のtodo {todo}を解決しました", + "You solved todo {todo} in list {calendar}" : "リスト{calendar}のtodo {todo}を解決しました。", + "{actor} reopened todo {todo} in list {calendar}" : "{actor}リスト{calendar}のToDo {todo}を再開しました", + "You reopened todo {todo} in list {calendar}" : "リスト{calendar}のtodo {todo}を再開しました", + "A calendar <strong>todo</strong> was modified" : "カレンダーの<strong>ToDo</strong>が変更されたとき" },"pluralForm" :"nplurals=1; plural=0;" }
\ No newline at end of file |