diff options
| author | davidyin <bing.h.yin@gmail.com> | 2019-09-11 22:37:19 -0700 |
|---|---|---|
| committer | davidyin <bing.h.yin@gmail.com> | 2019-09-11 22:37:19 -0700 |
| commit | a8cddecd41b4b6541b65ba78418beaa0682a398b (patch) | |
| tree | 06eeb5615e6fe7662283462a424972fb1c927c6f | |
| parent | d0fc509ad11f8af522e9cb071f57f84d386775b9 (diff) | |
fix some translation about blocks
| -rw-r--r-- | src/i18n/zh.json | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/i18n/zh.json b/src/i18n/zh.json index 1ca70e49..80c4e0d8 100644 --- a/src/i18n/zh.json +++ b/src/i18n/zh.json @@ -199,11 +199,11 @@ "avatarRadius": "头像", "background": "背景", "bio": "简介", - "block_export": "块导出", - "block_export_button": "到处你的块到一个 csv 文件", - "block_import": "块导入", - "block_import_error": "错误导入块", - "blocks_imported": "块导入了!需要一点时间来处理。", + "block_export": "拉黑名单导出", + "block_export_button": "导出你的拉黑名单到一个 csv 文件", + "block_import": "拉黑名单导入", + "block_import_error": "导入拉黑名单出错", + "blocks_imported": "拉黑名单导入成功!需要一点时间来处理。", "blocks_tab": "块", "btnRadius": "按钮", "cBlue": "蓝色(回复,关注)", @@ -246,7 +246,7 @@ "hide_post_stats": "隐藏推文相关的统计数据(例如:收藏的次数)", "hide_user_stats": "隐藏用户的统计数据(例如:关注者的数量)", "hide_filtered_statuses": "隐藏过滤的状态", - "import_blocks_from_a_csv_file": "从 csv 文件中导入块", + "import_blocks_from_a_csv_file": "从 csv 文件中导入拉黑名单", "import_followers_from_a_csv_file": "从 csv 文件中导入关注", "import_theme": "导入预置主题", "inputRadius": "输入框", @@ -273,7 +273,7 @@ "notification_visibility_mentions": "提及", "notification_visibility_repeats": "转发", "no_rich_text_description": "不显示富文本格式", - "no_blocks": "没有块", + "no_blocks": "没有拉黑的", "no_mutes": "没有隐藏", "hide_follows_description": "不要显示我所关注的人", "hide_followers_description": "不要显示关注我的人", |
