nextcloud/apps/updatenotification/l10n/zh_CN.js

11 lines
578 B
JavaScript

OC.L10N.register(
"updatenotification",
{
"{version} is available. Get more information on how to update." : "新版本 {version} 已可以使用。获取更多升级相关信息。",
"Updater" : "更新管理器",
"Open updater" : "打开更新管理器",
"Update channel:" : "更新通道:",
"You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "您可以随时更新到新版本 / 实验通道。但你永远不能降级到更稳定的通道。"
},
"nplurals=1; plural=0;");