nextcloud/apps/updatenotification/l10n/zh_CN.js

10 lines
593 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更新管理器需使用附加的凭证。要访问的页面更新请点击下面的按钮。",
"Open updater" : "打开更新管理器"
2016-02-16 16:49:12 +03:00
},
"nplurals=1; plural=0;");