nextcloud/apps/updatenotification/l10n/zh_CN.js

13 lines
741 B
JavaScript
Raw Normal View History

2016-02-16 16:49:12 +03:00
OC.L10N.register(
"updatenotification",
{
2016-02-25 09:58:06 +03:00
"{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更新管理器需使用附加的凭证。要访问的页面更新请点击下面的按钮。",
2016-03-22 15:10:33 +03:00
"Open updater" : "打开更新管理器",
"A new version is available: %s" : "有可用的新版本: %s",
"Checked on %s" : "检查于 %s",
"Updated channel" : "更新通道"
2016-02-16 16:49:12 +03:00
},
"nplurals=1; plural=0;");