7 lines
216 B
JavaScript
7 lines
216 B
JavaScript
OC.L10N.register(
|
|
"updatenotification",
|
|
{
|
|
"{version} is available. Get more information on how to update." : "{version} 釋出了,可以更新",
|
|
"Updater" : "更新者"
|
|
},
|
|
"nplurals=1; plural=0;");
|