diff options
author | Nextcloud bot <bot@nextcloud.com> | 2020-10-04 02:18:16 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2020-10-04 02:18:16 +0000 |
commit | eba83d22bbcf45caf400704b8794acce180c5ba9 (patch) | |
tree | 3a86224e680ccd23b6d0c626fd3a4358b81a7800 /apps/dashboard | |
parent | 50b210b50f8febe8e509284e72ead39e83e98ba6 (diff) | |
download | nextcloud-server-eba83d22bbcf45caf400704b8794acce180c5ba9.tar.gz nextcloud-server-eba83d22bbcf45caf400704b8794acce180c5ba9.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/dashboard')
-rw-r--r-- | apps/dashboard/l10n/zh_CN.js | 29 | ||||
-rw-r--r-- | apps/dashboard/l10n/zh_CN.json | 27 |
2 files changed, 56 insertions, 0 deletions
diff --git a/apps/dashboard/l10n/zh_CN.js b/apps/dashboard/l10n/zh_CN.js new file mode 100644 index 00000000000..066b12d167f --- /dev/null +++ b/apps/dashboard/l10n/zh_CN.js @@ -0,0 +1,29 @@ +OC.L10N.register( + "dashboard", + { + "Dashboard" : "控制台", + "Dashboard app" : "控制台应用", + "Show something" : "显示信息", + "Customize" : "自定义", + "Edit widgets" : "编辑小部件", + "Get more widgets from the app store" : "从应用商店获取更多小部件", + "Change background image" : "更改背景图片", + "Weather service" : "天气服务", + "For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information." : "为了您的隐私,天气数据由您的 Nextcloud 服务器为您获取,这样天气服务就无法获得您的个人信息。", + "Weather data from Met.no" : "天气数据获取自 Met.no", + "Weather" : "天气", + "Status" : "状态", + "Good evening, {name}" : "晚上好,{name}", + "Good evening" : "晚上好", + "Good afternoon, {name}" : "下午好,{name}", + "Good afternoon" : "下午好", + "Good morning, {name}" : "早上好,{name}", + "Good morning" : "早上好", + "Good night, {name}" : "晚上好,{name}", + "Good night" : "晚上好", + "Pick from files" : "从文件选取", + "Default images" : "默认图片", + "Plain background" : "纯色背景", + "Insert from {productName}" : "从 {productName} 插入" +}, +"nplurals=1; plural=0;"); diff --git a/apps/dashboard/l10n/zh_CN.json b/apps/dashboard/l10n/zh_CN.json new file mode 100644 index 00000000000..45b0c079fa7 --- /dev/null +++ b/apps/dashboard/l10n/zh_CN.json @@ -0,0 +1,27 @@ +{ "translations": { + "Dashboard" : "控制台", + "Dashboard app" : "控制台应用", + "Show something" : "显示信息", + "Customize" : "自定义", + "Edit widgets" : "编辑小部件", + "Get more widgets from the app store" : "从应用商店获取更多小部件", + "Change background image" : "更改背景图片", + "Weather service" : "天气服务", + "For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information." : "为了您的隐私,天气数据由您的 Nextcloud 服务器为您获取,这样天气服务就无法获得您的个人信息。", + "Weather data from Met.no" : "天气数据获取自 Met.no", + "Weather" : "天气", + "Status" : "状态", + "Good evening, {name}" : "晚上好,{name}", + "Good evening" : "晚上好", + "Good afternoon, {name}" : "下午好,{name}", + "Good afternoon" : "下午好", + "Good morning, {name}" : "早上好,{name}", + "Good morning" : "早上好", + "Good night, {name}" : "晚上好,{name}", + "Good night" : "晚上好", + "Pick from files" : "从文件选取", + "Default images" : "默认图片", + "Plain background" : "纯色背景", + "Insert from {productName}" : "从 {productName} 插入" +},"pluralForm" :"nplurals=1; plural=0;" +}
\ No newline at end of file |