8 lines
246 B
JavaScript
8 lines
246 B
JavaScript
|
OC.L10N.register(
|
||
|
"updatenotification",
|
||
|
{
|
||
|
"{version} is available. Get more information on how to update." : "{version} 现在可用。获取更多升级相关信息。",
|
||
|
"Updater" : "更新管理器"
|
||
|
},
|
||
|
"nplurals=1; plural=0;");
|