Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'apps/updatenotification/l10n/zh_CN.js')
-rw-r--r--apps/updatenotification/l10n/zh_CN.js6
1 files changed, 4 insertions, 2 deletions
diff --git a/apps/updatenotification/l10n/zh_CN.js b/apps/updatenotification/l10n/zh_CN.js
index ebfaf4a8e79..7a5dc8b9f71 100644
--- a/apps/updatenotification/l10n/zh_CN.js
+++ b/apps/updatenotification/l10n/zh_CN.js
@@ -1,7 +1,9 @@
OC.L10N.register(
"updatenotification",
{
- "{version} is available. Get more information on how to update." : "{version} 现在可用。获取更多升级相关信息。",
- "Updater" : "更新管理器"
+ "{version} is available. Get more information on how to update." : "新版本 {version} 已可以使用。获取更多升级相关信息。",
+ "Updater" : "更新管理器",
+ "For security reasons the built-in ownCloud updater is using additional credentials. To visit the updater page please click the following button." : "出于安全考虑,内置ownCloud更新管理器需使用附加的凭证。要访问的页面更新,请点击下面的按钮。",
+ "Open updater" : "打开更新管理器"
},
"nplurals=1; plural=0;");