i18n: improve translations
This commit is contained in:
parent
acdd33ef7d
commit
ccffe9daa8
15 changed files with 231 additions and 143 deletions
|
@ -15,30 +15,51 @@
|
|||
"unfollow": "取消关注"
|
||||
},
|
||||
"action": {
|
||||
"bookmark": "收藏",
|
||||
"boost": "转发",
|
||||
"compose": "撰写",
|
||||
"enter_app": "进入应用",
|
||||
"favourite": "喜欢",
|
||||
"more": "更多",
|
||||
"publish": "发布!",
|
||||
"reply": "回复",
|
||||
"save_changes": "保存更改",
|
||||
"sign_in": "登录"
|
||||
},
|
||||
"app_name": "鹿鸣",
|
||||
"command": {
|
||||
"activate": "执行",
|
||||
"complete": "完成"
|
||||
},
|
||||
"common": {
|
||||
"end_of_list": "列表到底啦",
|
||||
"error": "错误",
|
||||
"not_found": "无法找到相关内容"
|
||||
},
|
||||
"error": {
|
||||
"account_not_found": "未找到用户 {0}"
|
||||
},
|
||||
"feature_flag": {
|
||||
"virtual_scroll": "虚拟滚动"
|
||||
},
|
||||
"menu": {
|
||||
"block_account": "拉黑 {0}",
|
||||
"block_domain": "拉黑域名 {0}",
|
||||
"copy_link_to_post": "复制这篇文章的链接",
|
||||
"delete": "删除",
|
||||
"delete_and_redraft": "删除并重新编辑",
|
||||
"direct_message_account": "私信 {0}",
|
||||
"edit": "编辑",
|
||||
"mention_account": "提及 {0}",
|
||||
"mute_account": "屏蔽 {0}",
|
||||
"open_in_original_site": "从源站打开",
|
||||
"pin_on_profile": "钉选在个人资料上",
|
||||
"show_untranslated": "显示原文",
|
||||
"translate_post": "翻译帖子",
|
||||
"unblock_account": "解除拉黑 {0}",
|
||||
"unblock_domain": "解除拉黑域名 {0}",
|
||||
"unmute_account": "解除屏蔽 {0}"
|
||||
"unmute_account": "解除屏蔽 {0}",
|
||||
"unpin_on_profile": "取消钉选"
|
||||
},
|
||||
"nav_footer": {
|
||||
"select_feature_flags": "功能开关",
|
||||
|
@ -68,12 +89,21 @@
|
|||
"request_to_follow": "请求关注你",
|
||||
"update_status": "更新了他们的状态"
|
||||
},
|
||||
"placeholder": {
|
||||
"default_1": "在想些什么?",
|
||||
"reply_to_account": "回复 {0}",
|
||||
"the_thread": "这个帖子"
|
||||
},
|
||||
"state": {
|
||||
"edited": "(已编辑)",
|
||||
"editing": "编辑中",
|
||||
"loading": "加载中...",
|
||||
"uploading": "上传中..."
|
||||
},
|
||||
"tab": {
|
||||
"media": "媒体",
|
||||
"notifications_all": "全部",
|
||||
"notifications_mention": "提及",
|
||||
"posts": "帖文",
|
||||
"posts_with_replies": "帖文与留言"
|
||||
},
|
||||
|
@ -89,5 +119,19 @@
|
|||
"add_media": "添加图片、视频或者音频文件",
|
||||
"change_content_visibility": "修改内容是否可见",
|
||||
"toggle_code_block": "切换代码块"
|
||||
},
|
||||
"user": {
|
||||
"add_existing": "添加现有帐户",
|
||||
"sign_out_account": "登出 {0}"
|
||||
},
|
||||
"visibility": {
|
||||
"direct": "私信",
|
||||
"direct_desc": "仅对提及的用户可见",
|
||||
"private": "仅限关注者",
|
||||
"private_desc": "仅关注者可见",
|
||||
"public": "公开",
|
||||
"public_desc": "所有人可见",
|
||||
"unlisted": "不列出",
|
||||
"unlisted_desc": "对所有人可见,但不出现在公共时间线上"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue