diff --git a/l10n/zh_CN.js b/l10n/zh_CN.js new file mode 100644 index 0000000..de0569c --- /dev/null +++ b/l10n/zh_CN.js @@ -0,0 +1,42 @@ +OC.L10N.register( + "ocsms", + { + "Phone Sync" : "电话同步", + "dwa" : "dwa", + "captured" : "捕获", + "bubbled" : "冒泡", + "binary" : "二进制", + "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;"); diff --git a/l10n/zh_CN.json b/l10n/zh_CN.json new file mode 100644 index 0000000..1606b87 --- /dev/null +++ b/l10n/zh_CN.json @@ -0,0 +1,40 @@ +{ "translations": { + "Phone Sync" : "电话同步", + "dwa" : "dwa", + "captured" : "捕获", + "bubbled" : "冒泡", + "binary" : "二进制", + "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." : "请在列表中选择一个会话来加载。" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file