diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-02-03 02:27:22 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-02-03 02:27:22 +0000 |
commit | 94767112dd4210483394b24d4fdaddea92f0dc8b (patch) | |
tree | 7a712f7d497f0662934c64fe70ab331b145085fa /apps/dav/l10n/ja.js | |
parent | e81cb6eaf0274dcdf2402de16216e8c61826235e (diff) | |
download | nextcloud-server-94767112dd4210483394b24d4fdaddea92f0dc8b.tar.gz nextcloud-server-94767112dd4210483394b24d4fdaddea92f0dc8b.zip |
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/dav/l10n/ja.js')
-rw-r--r-- | apps/dav/l10n/ja.js | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/apps/dav/l10n/ja.js b/apps/dav/l10n/ja.js index 02336f3a599..9afdb8d7a07 100644 --- a/apps/dav/l10n/ja.js +++ b/apps/dav/l10n/ja.js @@ -57,17 +57,14 @@ OC.L10N.register( "Where: %s" : "場所:%s", "%1$s via %2$s" : "%1$s に %2$s から", "Cancelled: %1$s" : "キャンセル: %1$s", - "Invitation canceled" : "招待のキャンセル", "Re: %1$s" : "更新: %1$s", - "Invitation updated" : "招待の更新", "Invitation: %1$s" : "招待: %1$s", - "Invitation" : "招待", + "Organizer:" : "主催者:", + "Attendees:" : "参加者:", "Title:" : "タイトル:", "Time:" : "時刻:", "Location:" : "場所:", "Link:" : "リンク:", - "Organizer:" : "主催者:", - "Attendees:" : "参加者:", "Accept" : "承諾", "Decline" : "拒否", "More options …" : "他のオプション …", @@ -176,6 +173,9 @@ OC.L10N.register( "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>が変更されたとき" + "A calendar <strong>todo</strong> was modified" : "カレンダーの<strong>ToDo</strong>が変更されたとき", + "Invitation canceled" : "招待のキャンセル", + "Invitation updated" : "招待の更新", + "Invitation" : "招待" }, "nplurals=1; plural=0;"); |