feat(i18n): improve translations of command palette and others (#341)
Co-authored-by: 三咲智子 Kevin Deng <sxzz@sxzz.moe>
This commit is contained in:
parent
4214202b79
commit
e8bdceac68
5 changed files with 42 additions and 21 deletions
|
@ -39,13 +39,22 @@
|
|||
"reply": "回复",
|
||||
"save_changes": "保存更改",
|
||||
"sign_in": "登鹿",
|
||||
"switch_account": "切换帐号",
|
||||
"vote": "投票"
|
||||
},
|
||||
"app_desc_short": "用 🧡 制作的 Mastodon 客户端",
|
||||
"app_name": "鹿鸣",
|
||||
"command": {
|
||||
"activate": "执行",
|
||||
"complete": "完成"
|
||||
"complete": "完成",
|
||||
"compose_desc": "写一条新帖文",
|
||||
"lang": "语言",
|
||||
"select_lang": "选择语言",
|
||||
"sign_in_desc": "添加现有帐户",
|
||||
"switch_account": "切换到{0}",
|
||||
"switch_account_desc": "切换到另一个帐户",
|
||||
"toggle_dark_mode": "切换深色模式",
|
||||
"toggle_zen_mode": "切换禅模式"
|
||||
},
|
||||
"common": {
|
||||
"end_of_list": "列表到底啦",
|
||||
|
@ -75,7 +84,7 @@
|
|||
"menu": {
|
||||
"block_account": "拉黑 {0}",
|
||||
"block_domain": "拉黑域名 {0}",
|
||||
"copy_link_to_post": "复制这篇文章的链接",
|
||||
"copy_link_to_post": "复制这篇帖文的链接",
|
||||
"delete": "删除",
|
||||
"delete_and_redraft": "删除并重新编辑",
|
||||
"direct_message_account": "私信 {0}",
|
||||
|
@ -83,17 +92,17 @@
|
|||
"mention_account": "提及 {0}",
|
||||
"mute_account": "屏蔽 {0}",
|
||||
"open_in_original_site": "从源站打开",
|
||||
"pin_on_profile": "钉选在个人资料上",
|
||||
"pin_on_profile": "置顶在个人资料上",
|
||||
"show_untranslated": "显示原文",
|
||||
"toggle_theme": {
|
||||
"dark": "切换深色模式",
|
||||
"light": "切换亮色模式"
|
||||
},
|
||||
"translate_post": "翻译帖子",
|
||||
"translate_post": "翻译帖文",
|
||||
"unblock_account": "解除拉黑 {0}",
|
||||
"unblock_domain": "解除拉黑域名 {0}",
|
||||
"unmute_account": "解除屏蔽 {0}",
|
||||
"unpin_on_profile": "取消钉选"
|
||||
"unpin_on_profile": "取消置顶"
|
||||
},
|
||||
"nav_footer": {
|
||||
"built_at": "于 {0} 构建",
|
||||
|
@ -131,7 +140,7 @@
|
|||
"default_1": "在想些什么?",
|
||||
"reply_to_account": "回复 {0}",
|
||||
"replying": "回复",
|
||||
"the_thread": "这个帖子"
|
||||
"the_thread": "这个帖文"
|
||||
},
|
||||
"state": {
|
||||
"edited": "(已编辑)",
|
||||
|
@ -141,6 +150,9 @@
|
|||
},
|
||||
"status": {
|
||||
"edited": "在 {0} 编辑了",
|
||||
"filter_hidden_phrase": "筛选依据",
|
||||
"filter_removed_phrase": "从筛选中移除",
|
||||
"filter_show_anyway": "仍然展示",
|
||||
"poll": {
|
||||
"count": "{0} 次投票",
|
||||
"ends": "将在 {0} 结束",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue