mirror of
https://github.com/nerzhul/ocsms.git
synced 2025-06-07 07:56:23 +00:00
39 lines
1.4 KiB
JavaScript
39 lines
1.4 KiB
JavaScript
OC.L10N.register(
|
|
"ocsms",
|
|
{
|
|
"Phone Sync" : "电话同步",
|
|
"utf-8" : "utf-8",
|
|
"a" : "a",
|
|
"big" : "大",
|
|
"blink" : "眨",
|
|
"b" : "b",
|
|
"tt" : "tt",
|
|
"font" : "字体",
|
|
"i" : "i",
|
|
"small" : "小",
|
|
"strike" : "删除线",
|
|
"sub" : "下标",
|
|
"sup" : "上标",
|
|
"\n" : "\n",
|
|
"An app to sync SMS with your cloud" : "一个将短信同步到你的云的应用",
|
|
"Cancel" : "取消",
|
|
"Confirm" : "确认",
|
|
"No contact found." : "无法找到联系人。",
|
|
"Settings" : "设置",
|
|
"Max messages to load per conversation" : "每个会话加载的最大短信数目",
|
|
"Invalid message limit" : "无效的消息限制",
|
|
"Default country code" : "默认国家编码",
|
|
"Contact ordering" : "联系人排序",
|
|
"Last message" : "上一条消息",
|
|
"Label" : "标签",
|
|
"Reverse ?" : "反向?",
|
|
"Notification settings" : "通知设置",
|
|
"Enable" : "启用",
|
|
"Disable" : "禁用",
|
|
"Are you sure you want to wipe all your messages ?" : "您确定您要清除您的所有消息吗?",
|
|
"Reset all messages" : "重置所有消息",
|
|
"%s message(s) shown of %s message(s) stored in database." : "保存在数据库里的 %s 条消息中被显示的 %s 条消息",
|
|
"Please select a conversation from the list to load it." : "请在列表中选择一个会话来加载。"
|
|
},
|
|
"nplurals=1; plural=0;");
|