forked from lokalise/i18n-ally
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.nls.zh-cn.json
91 lines (91 loc) · 5.29 KB
/
package.nls.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
{
"command.config_display_language": "修改显示语言",
"command.config_locales": "手动设置语言目录",
"command.config_locales_auto": "自动设置语言目录",
"command.config_source_language": "修改源语言",
"command.copy_key": "复制路径",
"command.delete_key": "删除路径",
"command.edit_key": "编辑文案",
"command.fulfill_keys": "使用空字符串填充文案路径",
"command.locale_visibility_hide": "隐藏此语言",
"command.locale_visibility_show": "显示此语言",
"command.open_key": "转到定义",
"command.open_url": "打开网址",
"command.rename_key": "重命名路径",
"command.set_display_language": "设为显示语言",
"command.set_source_language": "设为源语言",
"command.translate_key": "翻译文案",
"command.translate_key_from": "从 \"{0}\" 翻译",
"config.annotation_delimiter": "内联注释的分隔符",
"config.annotation_max_length": "内联注释显示的最大字符数。超出的部分将显示为省略号(...)",
"config.annotations": "启用内联注释",
"config.dir_structure": "用于组织本地文件的首选目录结构",
"config.display_language": "显示语言",
"config.encoding": "语言文件编码,默认为 \"auto\"(自动识别)",
"config.force_enabled": "无论如何都启用此扩展",
"config.full_reload_on_changed": "当语言文件被修改时执行完整的重载。(用于.js/.ts动态导入)",
"config.ignored_locales": "隐藏的语言",
"config.include_subfolders": "搜索子目录",
"config.keystyle": "翻译路径格式",
"config.locales_paths": "翻译文件夹路径 (相对于项目根目录),你也可以使用Glob匹配模式。",
"config.match_regex": "匹配语言环境文件名的正则表达式字符串(返回结果的第一个组应是语言代码)",
"config.preferred_delimiter": "组合键路径的默认分隔符,默认为 \"-\"(短划线)",
"config.readonly": "只读模式",
"config.sort_keys": "保存排序后的JSON/YAML",
"config.source_language": "翻译源语言",
"extname": "Vue i18n 助手",
"feedback.document": "查看文档",
"feedback.github": "Star on Github",
"feedback.report_issues": "报告问题",
"feedback.support": "支持我们",
"feedback.twitter_feedback": "提供意见反馈",
"misc.missing_translation": "{0}: 缺少 \"{1}\" 的翻译",
"misc.not_exists": "无翻译",
"prompt.button_cancel": "取消",
"prompt.button_override": "覆盖",
"prompt.button_reenter": "重新输入",
"prompt.button_skip": "继续但不要覆盖",
"prompt.button_yes": "确定",
"prompt.choice_locale": "选择语言",
"prompt.config_locales_auto_success": "自动检测到翻译文件夹 \"{0}\"",
"prompt.config_locales_button": "配置",
"prompt.config_locales_info": "配置当前项目的翻译文件夹",
"prompt.config_locales_success": "翻译文件夹配置成功",
"prompt.donate_via_paypal": "通过Paypal捐款",
"prompt.edit_key_in_locale": "{1} | 编辑 \"{0}\" 的文案",
"prompt.enter_file_path_to_store_key": "输入存储文案 \"{0}\" 的文件路径",
"prompt.enter_i18n_key": "输入要保存的路径 (例如:home.document.title)",
"prompt.enter_new_keypath": "输入新的路径",
"prompt.extraction_canceled": "文案提取已取消",
"prompt.failed_to_locate_key": "找不到路径 \"{0}\"",
"prompt.fullfill_missing_all_confirm": "您确定要使用空字符串来填充所有丢失的文案吗?\n\n此操作无法撤消。",
"prompt.fullfill_missing_confirm": "您确定要用空字符串来填充 {1} 中的 {0} 个缺失文案吗?\n\n此操作将无法撤消。",
"prompt.key_already_exists": "路径已存在。覆盖当前路径或是重新输入路径?",
"prompt.key_copied": "路径已复制",
"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.replace_text_as": "将文案替换为:",
"prompt.select_display_locale": "选择显示语言({0})",
"prompt.select_file_to_open": "选择要打开的文件",
"prompt.select_file_to_store_key": "选择要存储文案 \"{0}\" 的文件",
"prompt.select_source_locale": "选择源语言({0})",
"prompt.star_on_github": "Star on Github",
"prompt.support": "如果您觉得 i18n Ally 对您有所帮助,请考虑支持我们。\n谢谢!❤",
"prompt.translate_missing_confirm": "您确定要使用 {2} 翻译到 {1} 缺失的 {0} 条文案吗?\n\n此操作将无法撤消。",
"prompt.translate_missing_done": "已翻译 {0} 个文案",
"prompt.translate_missing_in_progress": "翻译中...",
"prompt.writing_js": "不支持写入文案至 js/ts 文件",
"refactor.extract_text": "提取文案到 vue-i18n",
"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": "翻译树"
}