Skip to content

Commit

Permalink
Fix(l10n): Update translations from Transifex
Browse files Browse the repository at this point in the history
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
  • Loading branch information
nextcloud-bot committed Nov 2, 2023
1 parent b08bf85 commit 3ca28ae
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
12 changes: 11 additions & 1 deletion l10n/ja.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,19 @@ OC.L10N.register(
"related_resources",
{
"Calendar" : "カレンダー",
"Calendar \"%s\"" : "カレンダー \"%s\"",
"Deck" : "デッキ",
"Deck board \"%s\"" : "デッキボード \"%s\"",
"Files" : "ファイル",
"File \"%s\"" : "ファイル \"%s\"",
"Group Folder" : "グループフォルダー",
"Group Folder \"%s\"" : "グループフォルダー \"%s\"",
"Talk conversation" : "会話",
"Talk" : "トーク"
"Conversation with %s" : "%s との会話",
"Talk" : "トーク",
"Talk conversation \"%s\"" : "Talkの会話 \"%s\"",
"Related Resources" : "関連リソース",
"Displays resources related to current item in right panel" : "現在の項目に関連するリソースを右側のパネルに表示する",
"Displays resources related to current item in right panel." : "現在の項目に関連するリソースを右側のパネルに表示する。"
},
"nplurals=1; plural=0;");
12 changes: 11 additions & 1 deletion l10n/ja.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,18 @@
{ "translations": {
"Calendar" : "カレンダー",
"Calendar \"%s\"" : "カレンダー \"%s\"",
"Deck" : "デッキ",
"Deck board \"%s\"" : "デッキボード \"%s\"",
"Files" : "ファイル",
"File \"%s\"" : "ファイル \"%s\"",
"Group Folder" : "グループフォルダー",
"Group Folder \"%s\"" : "グループフォルダー \"%s\"",
"Talk conversation" : "会話",
"Talk" : "トーク"
"Conversation with %s" : "%s との会話",
"Talk" : "トーク",
"Talk conversation \"%s\"" : "Talkの会話 \"%s\"",
"Related Resources" : "関連リソース",
"Displays resources related to current item in right panel" : "現在の項目に関連するリソースを右側のパネルに表示する",
"Displays resources related to current item in right panel." : "現在の項目に関連するリソースを右側のパネルに表示する。"
},"pluralForm" :"nplurals=1; plural=0;"
}

0 comments on commit 3ca28ae

Please sign in to comment.