forked from lokalise/i18n-ally
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathzh-cn.json
202 lines (202 loc) · 12.4 KB
/
zh-cn.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
{
"command.config_display_language": "修改显示语言",
"command.config_locales": "手动设置语言目录",
"command.config_locales_auto": "自动设置语言目录",
"command.config_source_language": "修改源语言",
"command.copy_key": "复制路径",
"command.delete_key": "删除路径",
"command.duplicate_key": "建立副本",
"command.edit_key": "编辑文案",
"command.fulfill_keys": "使用空字符串填充文案路径",
"command.insert_key": "插入i18n文案",
"command.locale_visibility_hide": "隐藏此语言",
"command.locale_visibility_show": "显示此语言",
"command.mark_key_as_in_use": "将此键标记为 \"正在使用\" ",
"command.new_key": "建立新的文案",
"command.open_editor": "打开编辑器",
"command.open_in_editor": "在编辑器中打开",
"command.open_key": "转到定义",
"command.open_review": "打开审阅",
"command.open_url": "打开网址",
"command.refresh_usage": "刷新使用情况分析",
"command.rename_key": "重命名路径",
"command.set_display_language": "设为显示语言",
"command.set_source_language": "设为源语言",
"command.translate_key": "翻译文案",
"command.translate_key_from": "从 \"{0}\" 翻译",
"config.annotation_delimiter": "内联注释的分隔符",
"config.annotation_in_place": "在路径原位显示翻译文案,而不是附加在末尾",
"config.annotation_max_length": "内联注释显示的最大字符数。超出的部分将显示为省略号(...)",
"config.annotations": "启用内联注释",
"config.deprecated": "不推荐使用。\n 请使用 \"i18n-ally\" 前缀",
"config.derived_keys": "在使用情况报告中标记派生路径的规则",
"config.dir_structure": "用于组织本地文件的首选目录结构",
"config.disable_path_parsing": "禁用路径解析",
"config.display_language": "显示语言",
"config.editor_prefer_editor": "首选使用UI编辑器进文案编辑",
"config.enabled_frameworks": "指定要使用的框架支持。\n如果未设置任何值,插件将自动检测框架。",
"config.enabled_parsers": "指定启用文件格式",
"config.encoding": "文件编码",
"config.full_reload_on_changed": "当语言文件被修改时执行完整的重载。(用于.js/.ts动态导入)",
"config.ignore_files": "加载时要忽略的区域设置文件。\n接受一个glob数组。",
"config.ignored_locales": "隐藏的语言",
"config.include_subfolders": "搜索子目录",
"config.indent": "文案文件的缩进大小",
"config.keep_fulfill": "始终用空字符串填充所有的键",
"config.key_prefix": "提取出的文案路径前缀",
"config.keygen_strategy": "提取文案路径的生成策略",
"config.keys_in_use": "尽管代码中没有出现,但仍标记为正在使用的键",
"config.keystyle": "翻译路径格式",
"config.language_tag_system": "语言标签系统",
"config.locale_country_map": "将两个字母的区域设置代码映射到国家/地区代码的对象",
"config.locales_paths": "翻译文件夹路径 (相对于项目根目录),你也可以使用Glob匹配模式。",
"config.namespace": "启用命名空间。查看文档了解更多详细信息。",
"config.path_matcher": "匹配自定义区域设置/命名空间的路径。查看文档了解更多详细信息。",
"config.preferred_delimiter": "组合键路径的默认分隔符,默认为 \"-\"(短划线)",
"config.prompt_translating_source": "每次翻译时都会提示选择源语言环境。\n如果设置为false,将使用配置中的源语言。",
"config.readonly": "只读模式",
"config.refactor_templates": "模板的字符串数组。\n使用 \"{key}\" 作为匹配路径的占位符。",
"config.regex_key": "正则表达式字符串以匹配路径",
"config.regex_usage_match": "匹配代码中的i18n路径的正则表达式。\n它将覆盖框架提供的正则表达式。",
"config.regex_usage_match_append": "匹配代码中的i18n路径的正则表达式。\n与\"regex.usageMatch\"不同,它将添加到列表末尾而不会覆盖原有正则表达式。",
"config.review_email": "使用者电子邮件",
"config.review_enabled": "启用审核系统",
"config.review_gutters": "在Gutter上显示审阅窗口",
"config.review_remove_on_resolved": "删除已处理的审批留言,而不是只将其标记为已处理。",
"config.review_username": "使用者名称",
"config.show_flags": "显示国旗图标",
"config.sort_keys": "保存排序后的JSON/YAML",
"config.source_language": "翻译源语言",
"config.tab_style": "文案文件的缩进样式",
"config.target_picking_strategy": "如果找到多个语言文件时的语言文件选择策略",
"config.target_picking_strategy.file-previous": "自动填入上次抽取当前文件中的文案时选择的语言文件中",
"config.target_picking_strategy.global-previous": "自动填入上次抽取(当前/其他)文件中的文案时选择的语言文件中",
"config.target_picking_strategy.most-similar": "自动将抽取的文案填入与当前文件路径最匹配的语言文件中",
"config.target_picking_strategy.none": "用户手动选择将文本抽取到哪个语言文件",
"config.translate.engines": "翻译服务提供商",
"config.translate.fallbackToKey": "当对应路径没有翻译时,使用路径本身进行翻译",
"config.translate.parallels": "同时翻译的最大数量",
"config.translate_override_existing": "在翻译时覆盖现有文案",
"config.translate_save_as_candidates": "将翻译结果保存到 \"候选翻译\",而不是直接写入文件",
"config.usage.scanning_ignore": "忽略全局模式以扫描密钥用法",
"editor.add_description": "添加说明...",
"editor.empty": "(空)",
"editor.title": "i18n Ally 编辑器",
"editor.translate": "翻译",
"editor.translate_all_missing": "翻译所有缺失的文案",
"errors.keystyle_not_set": "未指定路径样式,操作已取消。",
"errors.translating_empty_source_value": "找不到 \"{0}\" 的原始文案。\n翻译已中止。",
"errors.translating_same_locale": "无法翻译到相同的语言",
"errors.translating_unknown_error": "翻译时发生未知错误",
"errors.unsupported_file_type": "不支持的文件类型 \"{0}\"",
"errors.write_in_readonly_mode": "在只读模式中写入",
"extname": "i18n Ally",
"feedback.document": "查看文档",
"feedback.github": "Star on Github",
"feedback.report_issues": "报告问题",
"feedback.support": "支持我们",
"feedback.twitter_feedback": "提供意见反馈",
"misc.missing_key": "{0}: 文案路径 \"{1}\" 不存在",
"misc.missing_translation": "{0}: 缺少 \"{1}\" 的翻译",
"notification.migrate": "迁移指南",
"notification.v2-update": "i18n Ally已更新至v2.0!\n\n请查看迁移指南。",
"prompt.applying_suggestion": "确认将以下建议应用于 \"{0}\" 吗?\n\n{1}",
"prompt.applying_translation_candidate": "确认将以下翻译应用于键 \"{0}\" 吗?\n\n{1}",
"prompt.applying_translation_candidate_multiple": "您确定要应用全部{0}条翻译吗?",
"prompt.button_apply": "应用",
"prompt.button_cancel": "取消",
"prompt.button_discard": "丢弃",
"prompt.button_edit_end_apply": "编辑",
"prompt.button_override": "覆盖",
"prompt.button_reenter": "重新输入",
"prompt.button_skip": "继续但不要覆盖",
"prompt.button_yes": "确定",
"prompt.choice_key_to_insert": "选择要插入的路径",
"prompt.choice_key_to_open": "选择一个路径在编辑器中打开",
"prompt.choice_locale": "选择语言",
"prompt.config_locales_auto_success": "自动检测到翻译文件夹 \"{0}\"",
"prompt.config_locales_button": "配置",
"prompt.config_locales_info": "配置当前项目的翻译文件夹",
"prompt.config_locales_success": "翻译文件夹配置成功",
"prompt.create_new_path": "建立新路径",
"prompt.delete_key": "您确定要从所有语言中删除 \"{0}\" 吗?\n此操作无法撤消。",
"prompt.delete_keys_not_in_use": "确定要删除未被使用的{0}条文案吗?",
"prompt.donate": "打赏",
"prompt.edit_key_in_locale": "{1} | 编辑 \"{0}\" 的文案",
"prompt.enter_file_path_to_store_key": "输入存储文案 \"{0}\" 的文件路径",
"prompt.enter_key_path": "输入保存路径 - \"{0}\"",
"prompt.enter_new_keypath": "输入新的路径",
"prompt.error_on_parse_custom_regex": "无法解析RegExp字符串{0}。\n请检查您的配置",
"prompt.existing_translation": "已存在的翻译",
"prompt.extraction_canceled": "文案提取已取消",
"prompt.failed_to_locate_key": "找不到路径 \"{0}\"",
"prompt.frameworks_not_found": "找不到以下框架,请检查您的设置。\n{0}",
"prompt.fullfill_missing_all_confirm": "您确定要使用空字符串来填充所有丢失的文案吗?\n\n此操作无法撤消。",
"prompt.fullfill_missing_confirm": "您确定要用空字符串来填充 {1} 中的 {0} 个缺失文案吗?\n\n此操作将无法撤消。",
"prompt.invalid_keypath": "无效的密钥路径!",
"prompt.key_already_exists": "路径已存在。覆盖当前路径或是重新输入路径?",
"prompt.key_copied": "路径已复制",
"prompt.keys_removed": "删除了{0}条文案",
"prompt.keystyle_flat": "扁平式(Flat)",
"prompt.keystyle_flat_example": "例如: { \"a.b.c\": \"...\" }",
"prompt.keystyle_nested": "嵌套式(Nested)",
"prompt.keystyle_nested_example": "例如: { \"a\": { \"b\": { \"c\": \"...\" } } }",
"prompt.keystyle_select": "选择项目所使用的翻译路径格式",
"prompt.locales_dir_not_found": "没有找到翻译文件夹,插件已停用",
"prompt.new_key_path": "输入新的文案路径",
"prompt.no_locale_loaded": "没有找到文案文件。\n项目配置可能存在问题。",
"prompt.replace_text_as": "将文案替换为:",
"prompt.select_display_locale": "选择显示语言({0})",
"prompt.select_file_to_open": "选择要打开的文件",
"prompt.select_file_to_store_key": "选择要存储文案 \"{0}\" 的文件",
"prompt.select_source_language_for_translating": "选择源语言进行翻译({0})",
"prompt.select_source_locale": "选择源语言({0})",
"prompt.show_error_log": "显示日志",
"prompt.star_on_github": "Star on Github",
"prompt.support": "如果您觉得 i18n Ally 对您有所帮助,请考虑支持我们。\n谢谢!❤",
"prompt.translate_cancelled_multiple": "{0} 条文案的翻译已取消",
"prompt.translate_done_multiple": "已翻译 {0} 条文案",
"prompt.translate_done_single": "\"{0}\" 的翻译已完成。",
"prompt.translate_edit_translated": "编辑结果",
"prompt.translate_failed_multiple": "{0} 条文案翻译失败",
"prompt.translate_failed_single": "\"{0}\" 翻译到 \"{1}\" 失败",
"prompt.translate_in_progress": "翻译中",
"prompt.translate_multiple_confirm": "您确定要翻译 {0} 条文案吗?",
"prompt.translate_no_jobs": "无翻译工作",
"prompt.writing_js": "不支持写入文案至 js/ts 文件",
"refactor.extract_text": "🌍 提取文案到 i18n",
"review.accept_suggestion": "接受建议",
"review.apply_suggestion": "应用建议",
"review.apply_translation_candidate": "应用翻译候选",
"review.approve": "同意",
"review.comment": "留言",
"review.edit": "编辑",
"review.leave_comment": "评论",
"review.optional": "(可选的)",
"review.placeholder.approve": "已批准",
"review.placeholder.comment": "什么都没说",
"review.placeholder.request_change": "请求修改",
"review.request_change": "请求修改",
"review.request_change_messages": "需要修改的文案",
"review.resolve": "已处理",
"review.resolve_all": "全部已处理",
"review.review": "评论",
"review.suggestion": "修改建议",
"review.suggestions": "修改建议",
"review.title": "i18n Ally 审阅",
"review.translation_candidates": "候选翻译",
"review.unknown_user": "未知",
"view.current_file": "当前文件",
"view.help_feedback": "帮助和反馈",
"view.i18n_keys": "翻译字段",
"view.progress": "翻译进度",
"view.progress_submenu.empty_keys": "空值",
"view.progress_submenu.missing_keys": "缺失的文案",
"view.progress_submenu.translated_keys": "已翻译",
"view.tree": "翻译树",
"view.usage": "使用情况分析",
"view.usage_keys_in_use": "{0} 条文案使用中",
"view.usage_keys_missing": "{0} 条文案缺失",
"view.usage_keys_not_in_use": "{0} 条文案未被使用",
"view.usage_report_none": "点击刷新开始使用分析"
}