refactor(i18n): confirm module (#1210)
This commit is contained in:
parent
741eccf929
commit
2d96d1358b
13 changed files with 206 additions and 125 deletions
|
@ -85,11 +85,6 @@
|
|||
"toggle_zen_mode": "切换禅模式"
|
||||
},
|
||||
"common": {
|
||||
"confirm_dialog": {
|
||||
"cancel": "否",
|
||||
"confirm": "是",
|
||||
"title": "你确定 {0} 吗?"
|
||||
},
|
||||
"end_of_list": "列表到底啦",
|
||||
"error": "错误",
|
||||
"in": "在",
|
||||
|
@ -101,6 +96,35 @@
|
|||
"drafts": "草稿 ({v})"
|
||||
},
|
||||
"confirm": {
|
||||
"block_account": {
|
||||
"cancel": "取消",
|
||||
"confirm": "拉黑",
|
||||
"title": "你确定拉黑 {0} 吗?"
|
||||
},
|
||||
"block_domain": {
|
||||
"cancel": "取消",
|
||||
"confirm": "拉黑",
|
||||
"title": "你确定拉黑域名 {0} 吗?"
|
||||
},
|
||||
"common": {
|
||||
"cancel": "否",
|
||||
"confirm": "是"
|
||||
},
|
||||
"delete_posts": {
|
||||
"cancel": "取消",
|
||||
"confirm": "删除",
|
||||
"title": "你确定要删除这条帖文吗?"
|
||||
},
|
||||
"mute_account": {
|
||||
"cancel": "取消",
|
||||
"confirm": "屏蔽",
|
||||
"title": "你确定屏蔽 {0} 吗?"
|
||||
},
|
||||
"show_reblogs": {
|
||||
"cancel": "取消",
|
||||
"confirm": "显示",
|
||||
"title": "你确定要显示来自 {0} 的转发吗?"
|
||||
},
|
||||
"unfollow": {
|
||||
"cancel": "取消",
|
||||
"confirm": "取消关注",
|
||||
|
@ -137,11 +161,6 @@
|
|||
"copy_link_to_post": "复制这篇帖文的链接",
|
||||
"delete": "删除",
|
||||
"delete_and_redraft": "删除并重新编辑",
|
||||
"delete_confirm": {
|
||||
"cancel": "取消",
|
||||
"confirm": "删除",
|
||||
"title": "你确定要删除这条帖文吗?"
|
||||
},
|
||||
"direct_message_account": "私信 {0}",
|
||||
"edit": "编辑",
|
||||
"hide_reblogs": "隐藏来自 {0} 的转发",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue