diff --git a/src/config/locales/zh_cn/translation.json b/src/config/locales/zh_cn/translation.json index 44994d53..72d8a44b 100644 --- a/src/config/locales/zh_cn/translation.json +++ b/src/config/locales/zh_cn/translation.json @@ -55,7 +55,7 @@ "favourite": "Favourited", "bookmark": "Bookmarks", "local": "本站", - "public": "跨站", + "public": "Federated timeline", "hashtag": "Hashtags", "search": "搜索", "lists": "列表" @@ -68,20 +68,12 @@ "follow_requests": "Follow requests", "direct_messages": "Direct messages", "local": "本站", - "public": "跨站", + "public": "Federated timeline", "hashtag": "Hashtags", "search": "搜索", "lists": "列表", "members": "成员", - "option": { - "title": "选项", - "show_reblogs": "Show boosts", - "show_replies": "显示回复", - "apply": "应用" - }, - "new_toot": "Publish", - "reload": "刷新", - "settings": "设置" + "reload": "刷新" }, "settings": { "title": "设置", @@ -104,13 +96,6 @@ }, "timeline": { "title": "时间线", - "unread_notification": { - "title": "Unread notifications", - "description": "单独设定各时间线的未读通知。", - "direct": "Direct messages", - "local": "Local timeline", - "public": "Public timeline" - }, "use_marker": { "title": "从最后阅读位置加载时间线", "home": "主页", @@ -280,37 +265,6 @@ } }, "modals": { - "new_toot": { - "title": "New post", - "cw": "折叠部分的警告消息", - "status": "What's on your mind?", - "cancel": "取消", - "toot": "Publish", - "close_confirm": "Are you sure you want to discard this post?", - "close_confirm_ok": "丢弃", - "close_confirm_cancel": "Continue editing", - "description": "Add alternate text for this media", - "footer": { - "add_image": "上传图片", - "poll": "发起投票", - "change_visibility": "设置嘟文可见范围", - "change_sensitive": "Mark media as sensitive", - "add_cw": "Add content warnings", - "pined_hashtag": "Pinned hashtag" - }, - "poll": { - "add_choice": "Add an option", - "expires": { - "5_minutes": "5 分钟", - "30_minutes": "30 分钟", - "1_hour": "1 小时", - "6_hours": "6 小时", - "1_day": "1 天", - "3_days": "3 天", - "7_days": "7 天" - } - } - }, "jump": { "jump_to": "跳转至..." }, @@ -331,13 +285,10 @@ "title": "快捷键", "ctrl_number": "切换账户", "ctrl_k": "跳转至其他时间线", - "ctrl_n": "Open the new post dialog", - "ctrl_enter": "Publish the post", + "ctrl_enter": "Send the post", "ctrl_r": "Refresh current timeline", "j": "Select the next post", "k": "Select the previous post", - "h": "聚焦至左侧的列", - "l": "聚焦至右侧的列", "r": "Reply to the selected post", "b": "Boost the selected post", "f": "Favourite the selected post", @@ -509,12 +460,12 @@ "require_domain_name": "需要域名", "domain_format": "只能输入域名" }, - "new_toot": { + "compose": { "toot_length": "Post length should be between {{min}} and {{max}}", - "attach_length": "您只能附加最多 {{max}} 张图片", - "attach_length_plural": "您只能添加最多 {{max}} 张图片", - "attach_image": "只能上传图片或视频", - "poll_invalid": "投票选项无效" + "attach_length": "You can only attach up to {{max}} image", + "attach_length_plural": "You can only attach up to {{max}} images", + "attach_image": "You can only attach images or videos", + "poll_invalid": "Invalid poll choices" } }, "notification": { @@ -554,5 +505,33 @@ "title": "Poll expired", "body": "{{username}}'s poll has ended" } + }, + "compose": { + "title": "New post", + "cw": "Write your warning here", + "status": "What's on your mind?", + "cancel": "Cancel", + "toot": "Post", + "description": "Add alternate text for this media", + "footer": { + "add_image": "Add images", + "poll": "Add a poll", + "change_visibility": "Change visibility", + "change_sensitive": "Mark media as sensitive", + "add_cw": "Add content warnings", + "pined_hashtag": "Pinned hashtag" + }, + "poll": { + "add_choice": "Add an option", + "expires": { + "5_minutes": "5 minutes", + "30_minutes": "30 minutes", + "1_hour": "1 hour", + "6_hours": "6 hours", + "1_day": "1 day", + "3_days": "3 days", + "7_days": "7 days" + } + } } }