diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-10-11 00:28:10 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-10-11 00:28:10 +0000 |
commit | bf1dbd33a7c932fff20b319b450e0e73b85a579c (patch) | |
tree | cc7d30276a64b9c72005d4fb23e7c6668078b341 /apps/dav/l10n/ja.json | |
parent | a149d4e6e3e6e3f8b9743eb544b4e5ec1366aa09 (diff) | |
download | nextcloud-server-bf1dbd33a7c932fff20b319b450e0e73b85a579c.tar.gz nextcloud-server-bf1dbd33a7c932fff20b319b450e0e73b85a579c.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/dav/l10n/ja.json')
-rw-r--r-- | apps/dav/l10n/ja.json | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/apps/dav/l10n/ja.json b/apps/dav/l10n/ja.json index 243fa54fe35..089873a2f61 100644 --- a/apps/dav/l10n/ja.json +++ b/apps/dav/l10n/ja.json @@ -30,9 +30,23 @@ "You deleted event {event} from calendar {calendar}" : "カレンダー {calendar} のイベント{event}を削除しました", "{actor} updated event {event} in calendar {calendar}" : "{actor}はカレンダー {calendar} のイベント{event}を更新しました", "You updated event {event} in calendar {calendar}" : "カレンダー {calendar} のイベント{event}を更新しました", + "{actor} moved event {event} from calendar {sourceCalendar} to calendar {targetCalendar}" : "{actor} はイベント {event} をカレンダー {sourceCalendar} からカレンダー {targetCalendar} に移動しました。", + "You moved event {event} from calendar {sourceCalendar} to calendar {targetCalendar}" : "あなたはイベント {event} をカレンダー {sourceCalendar} からカレンダー {targetCalendar} に移動しました。", "{actor} restored event {event} of calendar {calendar}" : "{actor}はカレンダー {calendar}のイベント {event}を復元しました", "You restored event {event} of calendar {calendar}" : "カレンダー {calendar} のイベント {event}を復元しました", "Busy" : "ビジー", + "{actor} created to-do {todo} in list {calendar}" : "{actor} がリスト {calendar} に ToDo {todo} を作成しました", + "You created to-do {todo} in list {calendar}" : "あなたはリスト {calendar} に ToDo {todo} を作成しました", + "{actor} deleted to-do {todo} from list {calendar}" : "{actor} は {calendar} リストから {todo} のToDoを削除しました", + "You deleted to-do {todo} from list {calendar}" : "あなたはリスト {calendar} からToDo {todo} を削除しました", + "{actor} updated to-do {todo} in list {calendar}" : "{actor} がリスト {calendar} のToDo {todo} を更新しました", + "You updated to-do {todo} in list {calendar}" : "あなたはリスト {calendar} の ToDo {todo} を更新しました", + "{actor} solved to-do {todo} in list {calendar}" : "{actor} が {calendar} リストの {todo} を解決しました", + "You solved to-do {todo} in list {calendar}" : "あなたは {calendar} リストの {todo} を解決しました", + "{actor} reopened to-do {todo} in list {calendar}" : "{actor} がリスト {calendar} の ToDo {todo} を再開しました", + "You reopened to-do {todo} in list {calendar}" : "あなたはリスト {calendar} の ToDo {todo} を再開しました", + "{actor} moved to-do {todo} from list {sourceCalendar} to list {targetCalendar}" : "{actor} は {sourceCalendar} リストから {targetCalendar} リストに ToDo {todo} を移動しました", + "You moved to-do {todo} from list {sourceCalendar} to list {targetCalendar}" : "あなたは {sourceCalendar} リストから {targetCalendar} リストに ToDo {todo} を移動しました", "Calendar, contacts and tasks" : "カレンダー、連絡帳とタスク", "A <strong>calendar</strong> was modified" : "<strong>カレンダー</strong>が変更されたとき", "A calendar <strong>event</strong> was modified" : "カレンダーの<strong>イベント</strong>が変更されたとき", @@ -172,6 +186,7 @@ "Please contact the organizer directly." : "主催者に直接お問い合わせください。", "Are you accepting the invitation?" : "招待を受け入れていますか?", "Tentative" : "暫定的", - "Your attendance was updated successfully." : "出席は正常に更新されました。" + "Your attendance was updated successfully." : "出席は正常に更新されました。", + "%1$s has responded your invitation" : "%1$s はあなたの招待に応じた" },"pluralForm" :"nplurals=1; plural=0;" }
\ No newline at end of file |