From 819e9ce6a304e2391c23f523b080d3d9b3263baa Mon Sep 17 00:00:00 2001 From: Starmancer Date: Fri, 9 Nov 2018 14:15:55 +0800 Subject: [PATCH] update Chinese translation --- src/i18n/messages.js | 2 +- src/i18n/{zh-CN.json => zh.json} | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) rename src/i18n/{zh-CN.json => zh.json} (96%) diff --git a/src/i18n/messages.js b/src/i18n/messages.js index 17a7faa7..75801e08 100644 --- a/src/i18n/messages.js +++ b/src/i18n/messages.js @@ -27,7 +27,7 @@ const messages = { pt: require('./pt.json'), ro: require('./ro.json'), ru: require('./ru.json'), - 'zh-CN': require('./zh-CN.json') + zh: require('./zh.json') } export default messages diff --git a/src/i18n/zh-CN.json b/src/i18n/zh.json similarity index 96% rename from src/i18n/zh-CN.json rename to src/i18n/zh.json index f30cfe0b..a1c8ff0e 100644 --- a/src/i18n/zh-CN.json +++ b/src/i18n/zh.json @@ -98,9 +98,9 @@ "delete_account_description": "永久删除你的帐号和所有消息。", "delete_account_error": "删除账户时发生错误,如果一直删除不了,请联系实例管理员。", "delete_account_instructions": "在下面输入你的密码来确认删除账户", - "export_theme": "Save preset", + "export_theme": "保存预置主题", "filtering": "过滤器", - "filtering_explanation": "所有包含以下词汇的图片都会被隐藏,一行一个", + "filtering_explanation": "所有包含以下词汇的内容都会被隐藏,一行一个", "follow_export": "导出关注", "follow_export_button": "将关注导出成 csv 文件", "follow_export_processing": "正在处理,过一会儿就可以下载你的文件了", @@ -136,15 +136,15 @@ "nsfw_clickthrough": "将不和谐附件隐藏,点击才能打开", "panelRadius": "面板", "pause_on_unfocused": "在离开页面时暂停时间线推送", - "presets": "Presets", + "presets": "预置", "profile_background": "个人资料背景图", "profile_banner": "横幅图片", "profile_tab": "个人资料", - "radii_help": "设置界面边缘圆角 (单位:像素)", + "radii_help": "设置界面边缘的圆角 (单位:像素)", "replies_in_timeline": "时间线中的回复", "reply_link_preview": "启用鼠标悬停时预览回复链接", "reply_visibility_all": "显示所有回复", - "reply_visibility_following": "只显示发送给我的回复或者发送给我关注的用户的回复", + "reply_visibility_following": "只显示发送给我的回复/发送给我关注的用户的回复", "reply_visibility_self": "只显示发送给我的回复", "saving_err": "保存设置时发生错误", "saving_ok": "设置已保存", @@ -198,4 +198,4 @@ "more": "更多", "who_to_follow": "推荐关注" } -} \ No newline at end of file +}