mirror of
https://github.com/nerzhul/ocsms.git
synced 2025-06-26 17:26:17 +00:00
14 lines
299 B
JavaScript
14 lines
299 B
JavaScript
OC.L10N.register(
|
|
"ocsms",
|
|
{
|
|
"Phone Sync" : "手機同步",
|
|
"Cancel" : "取消",
|
|
"Confirm" : "確認",
|
|
"Settings" : "設定",
|
|
"Label" : "標籤",
|
|
"Notification settings" : "通知設定",
|
|
"Enable" : "啟用",
|
|
"Disable" : "停用"
|
|
},
|
|
"nplurals=1; plural=0;");
|