blob: 45acd3ec97b8f1961fdb3e40b7aa2e842feea445 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
OC.L10N.register(
"updatenotification",
{
"Updated channel" : "更新通道",
"{version} is available. Get more information on how to update." : "新版本 {version} 已可以使用。获取更多升级相关信息。",
"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;");
|