forked from lokalise/i18n-ally
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.nls.zh-tw.json
91 lines (91 loc) · 5.3 KB
/
package.nls.zh-tw.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": "當語言文件被修改時執行完整的重載。\n(用於.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": "翻譯樹"
}