mirror of
https://github.com/nerzhul/ocsms.git
synced 2025-06-06 15:36:12 +00:00
26 lines
1.1 KiB
JavaScript
26 lines
1.1 KiB
JavaScript
OC.L10N.register(
|
|
"ocsms",
|
|
{
|
|
"Phone Sync" : "电话同步",
|
|
"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 messages shown of %s messages stored in database." : "显示了 %s 条消息,其中显示了数据库中存储的 %s 条消息。",
|
|
"Please select a conversation from the list to load it." : "请在列表中选择一个会话来加载。"
|
|
},
|
|
"nplurals=1; plural=0;");
|