forked from lokalise/i18n-ally
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.nls.json
94 lines (94 loc) · 5.87 KB
/
package.nls.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
{
"command.config_display_language": "Change display language",
"command.config_locales": "Manually configure locales path",
"command.config_locales_auto": "Auto-detect locales path",
"command.config_source_language": "Change source language",
"command.copy_key": "Copy i18n key",
"command.delete_key": "Delete Key",
"command.edit_key": "Edit translation",
"command.fulfill_keys": "Fulfill keys with empty string",
"command.locale_visibility_hide": "Hide locale",
"command.locale_visibility_show": "Show locale",
"command.open_key": "Go to definition",
"command.open_url": "Open url",
"command.rename_key": "Rename Key",
"command.set_display_language": "Set as display language",
"command.set_source_language": "Set as source language",
"command.translate_key": "Translate",
"command.translate_key_from": "Translate from \"{0}\"",
"config.annotation_delimiter": "The delimiter of annotations",
"config.annotation_max_length": "Max count of characters shown in the inline annotations. Exceeding parts will displayed as ellipses (...)",
"config.annotations": "Enable the inline annotations.",
"config.deprecated": "Deprecated. Use \"i18n-ally.\" prefix instead.",
"config.dir_structure": "Preferred directory structure to organize locale files",
"config.display_language": "Displaying language",
"config.enabled_frameworks": "You can specify what frameworks support you would like to enable. If no value is set, the extension will detect frameworks automatically.",
"config.encoding": "Locale files encoding, default to \"auto\" (auto detect)",
"config.force_enabled": "Enable this extension anyway. (At your own RISK!)",
"config.full_reload_on_changed": "Perform a full reload on locale file changed. (for .js/.ts dynamic import)",
"config.ignored_locales": "Locale codes to be ignored",
"config.include_subfolders": "Search recursively inside locale directories",
"config.keystyle": "Locale key style",
"config.locales_paths": "Path to locales directory (relative to project root), glob pattern is also acceptable.",
"config.match_regex": "Regex string to match locale filename. (The first group should be the locale code)",
"config.preferred_delimiter": "Preferred delimiter of composed keypath, default to \"-\"(dash)",
"config.readonly": "Readonly mode",
"config.sort_keys": "Save with sorted json/yaml",
"config.source_language": "Source language for machine translation",
"extname": "i18n Ally",
"feedback.document": "Read Documentation",
"feedback.github": "Star on Github",
"feedback.report_issues": "Report Issues",
"feedback.support": "Support Us",
"feedback.twitter_feedback": "Provide Feedback",
"misc.missing_translation": "{0}: Translation of \"{1}\" is missing",
"misc.not_exists": "No translation",
"prompt.button_cancel": "Cancel",
"prompt.button_override": "Override",
"prompt.button_reenter": "Re-enter",
"prompt.button_skip": "Continue without override",
"prompt.button_yes": "Yes",
"prompt.choice_locale": "Choose a locale",
"prompt.config_locales_auto_success": "Locales path auto set to \"{0}\".",
"prompt.config_locales_button": "Config Now",
"prompt.config_locales_info": "Config the locales directory for your project",
"prompt.config_locales_success": "Locales path successfully configured.",
"prompt.donate_via_paypal": "Donate via Paypal",
"prompt.edit_key_in_locale": "{1} | Editing key \"{0}\"",
"prompt.enter_file_path_to_store_key": "Enter the file path to store key \"{0}\"",
"prompt.enter_i18n_key": "Enter the i18n key path (for example: home.document.title)",
"prompt.enter_new_keypath": "Enter the new keypath",
"prompt.extraction_canceled": "Extraction canceled",
"prompt.failed_to_locate_key": "Failed to locate key \"{0}\".",
"prompt.frameworks_not_found": "The following framework(s) are not found, please check your settings.\n{0}",
"prompt.fullfill_missing_all_confirm": "Are you sure to fulfill all missing keys with empty string cross all locales?\n\nThis operation cannot be undone.",
"prompt.fullfill_missing_confirm": "Are you sure to fulfill {0} missing keys with empty string in {1}?\n\nThis operation cannot be undone.",
"prompt.key_already_exists": "Key already exists. Do you want to override the existing value or re-enter the path?",
"prompt.key_copied": "Key copied.",
"prompt.keystyle_flat": "Flat style",
"prompt.keystyle_flat_example": "for example: { \"a.b.c\": \"...\" }",
"prompt.keystyle_nested": "Nested style",
"prompt.keystyle_nested_example": "for example: { \"a\": { \"b\": { \"c\": \"...\" } } }",
"prompt.keystyle_select": "Which kind of key style do you use to organize your locales?",
"prompt.locales_dir_not_found": "Locales directory not found. i18n Ally is disabled.",
"prompt.replace_text_as": "Replace text as:",
"prompt.select_display_locale": "Select display language ({0})",
"prompt.select_file_to_open": "Select file to open",
"prompt.select_file_to_store_key": "Select file to store key \"{0}\"",
"prompt.select_source_locale": "Select source language ({0})",
"prompt.star_on_github": "Star on Github",
"prompt.support": "i18n Ally is offered to everyone for free, if you find it useful, please consider supporting it. Thank you! ❤",
"prompt.translate_missing_confirm": "Are you sure to translate {0} missing keys for language \"{1}\" from \"{2}\"?\n\nThis operation cannot be undone.",
"prompt.translate_missing_done": "{0} keys translated.",
"prompt.translate_missing_in_progress": "Translating...",
"prompt.writing_js": "Writing to js/ts file is not supported.",
"refactor.extract_text": "Extract text into i18n messages",
"view.current_file": "Current file",
"view.help_feedback": "Help & Feedback",
"view.i18n_keys": "Vue i18n Keys",
"view.progress": "Progress",
"view.progress_submenu.empty_keys": "Empty",
"view.progress_submenu.missing_keys": "Missing",
"view.progress_submenu.translated_keys": "Translated",
"view.tree": "Tree"
}