15 lines
793 B
JavaScript
15 lines
793 B
JavaScript
OC.L10N.register(
|
|
"updatenotification",
|
|
{
|
|
"{version} is available. Get more information on how to update." : "新版本 {version} 已可以使用。获取更多升级相关信息。",
|
|
"Updated channel" : "更新通道",
|
|
"Updater" : "更新管理器",
|
|
"A new version is available: %s" : "有可用的新版本: %s",
|
|
"Open updater" : "打开更新管理器",
|
|
"Your version is up to date." : "您的版本已是最新。",
|
|
"Checked on %s" : "检查于 %s",
|
|
"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;");
|