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 Oct 27, 2023
1 parent d3c208e commit e712cd3
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
11 changes: 10 additions & 1 deletion l10n/zh_CN.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +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" : "通话应用对话",
"Conversation with %s" : "与 %s 的对话",
"Talk" : "通话",
"Talk conversation \"%s\"" : "对话\"%s\""
"Talk conversation \"%s\"" : "对话\"%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;");
11 changes: 10 additions & 1 deletion l10n/zh_CN.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
{ "translations": {
"Calendar" : "日历",
"Calendar \"%s\"" : "日历 “%s”",
"Deck" : "看板",
"Deck board \"%s\"" : "看板 “%s”",
"Files" : "文件",
"File \"%s\"" : "文件 “%s”",
"Group Folder" : "群组文件夹",
"Group Folder \"%s\"" : "群组文件夹 “%s”",
"Talk conversation" : "通话应用对话",
"Conversation with %s" : "与 %s 的对话",
"Talk" : "通话",
"Talk conversation \"%s\"" : "对话\"%s\""
"Talk conversation \"%s\"" : "对话\"%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 e712cd3

Please sign in to comment.