forked from lokalise/i18n-ally
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.nls.de-de.json
188 lines (188 loc) · 12.1 KB
/
package.nls.de-de.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
{
"command.config_display_language": "Anzeigesprache ändern",
"command.config_locales": "Pfad für Lokalisierungen manuell konfigurieren",
"command.config_locales_auto": "Pfad für Lokalisierungen automatisch erkenne",
"command.config_source_language": "Quellsprache ändern",
"command.copy_key": "i18n-Schlüssel kopieren",
"command.delete_key": "Schlüssel löschen",
"command.duplicate_key": "Schlüssel duplizieren",
"command.edit_key": "Übersetzung bearbeiten",
"command.fulfill_keys": "Fulfill keys with empty strings",
"command.insert_key": "Schlüssel einfügen",
"command.locale_visibility_hide": "Lokalisierung verbergen",
"command.locale_visibility_show": "Lokalisierung zeigen",
"command.mark_key_as_in_use": "Diesch Schlüssel als \"in Benutzung\" markieren",
"command.new_key": "Neuen Schlüssel erzeugen",
"command.open_editor": "Editor öffnen",
"command.open_in_editor": "Im Editor öffnen",
"command.open_key": "Zur Definition springen",
"command.open_review": "Überprüfung öffnen",
"command.open_url": "URL öffnen",
"command.refresh_usage": "Verwendungsbericht akutualisieren",
"command.rename_key": "Schlüssel umbennenen",
"command.set_display_language": "Als Anzeigesprache auswählen",
"command.set_source_language": "Als Quellsprache auswählen",
"command.translate_key": "Übersetzen",
"command.translate_key_from": "Übersetzen aus \"{0}\"",
"config.annotation_delimiter": "Trennzeichen für Annotationen",
"config.annotation_in_place": "Annotation \"in place\" anzeigen statt sie anzuzeigen",
"config.annotation_max_length": "Max. Anzahl von Zeichen die bei inline-annotation angezeigt werden. Weitere Zeichen werden als (...) angezeigt.",
"config.annotations": "Inline Annotationen aktivieren.",
"config.deprecated": "Veraltet. Nutzen Sie statt dessen den \"i18n-ally.\" Prefmix.",
"config.derived_keys": "Regeln um abgeleitete Schlüssel im Verwendungsbericht zu markieren",
"config.dir_structure": "Bevorzugte Verzeichnisstrutkur zur Organisation lokaler Dateien",
"config.disable_path_parsing": "Pfadauflösung deaktiveren",
"config.display_language": "Darstellungssprache",
"config.editor_prefer_editor": "Webview-Editor für die Bearbeitung von Lokalisierungen vorziehen.",
"config.enabled_frameworks": "Specify the supported framework(s) to enable. If no value is set, the extension will detect frameworks automatically.",
"config.enabled_parsers": "Locale file format parsers. By default, It will be handled by activated frameworks",
"config.encoding": "File encoding for reading and writing locale files",
"config.full_reload_on_changed": "Perform a full reload on locale file changes. (for .js/.ts dynamic import)",
"config.ignored_locales": "Locale codes to ignore",
"config.include_subfolders": "Search recursively inside locale directories",
"config.indent": "Indent space size for locale files",
"config.keep_fulfill": "Always keep all keys fulfilled with empty strings",
"config.keys_in_use": "Keys to mark as in use despite not appearing in the code",
"config.keystyle": "Locale key style",
"config.language_tag_system": "Language tag system use are using.",
"config.locales_paths": "Path to locales directory (relative to project root). Glob pattern is also acceptable.",
"config.namespace": "Enable namespaces. Check out the docs for more details.",
"config.path_matcher": "Match path for custom locale/namespace. Check out the docs for more details.",
"config.preferred_delimiter": "Preferred delimiter of composed keypath, default to \"-\"(dash)",
"config.prompt_translating_source": "Prompt to select source locale on translating every time. If set false, the source language in the config will be used.",
"config.readonly": "Read-only mode",
"config.regex_key": "RegEx string to match keypath",
"config.regex_usage_match": "Array of RegEx strings to match key usages in code. It will override Regex provided by frameworks.",
"config.regex_usage_match_append": "Array of RegEx strings to match key usages in code. Unlike \"regex.usageMatch\", it will append to the Regex list instead of replacing it.",
"config.review_email": "Email for reviewing, also used as Gravatar for profile avatar.",
"config.review_enabled": "Enable reviewing system",
"config.review_gutters": "Show review panel on gutters",
"config.review_remove_on_resolved": "Remove the comment instead of marking it as resolved.",
"config.review_username": "Username for reviewing",
"config.sort_keys": "Sort keys when saving to JSON/YAML",
"config.source_language": "Source language for machine translation",
"config.tab_style": "Tab style for locale files",
"config.translate.engines": "Translation services.",
"config.translate.fallbackToKey": "Use key itself to translate when there is no source translation for that key.",
"config.translate.parallels": "Maximum amount of translating workers at same time.",
"config.translate_override_existing": "Override existing messages on translating",
"config.translate_save_as_candidates": "Save translations result to \"Translation Candidates\" instead of writting to the locale files.",
"config.usage.scanning_ignore": "Ignore glob patterns for scanning key usage",
"editor.add_description": "Add description...",
"editor.empty": "(empty)",
"editor.title": "i18n Ally Editor",
"editor.translate": "Translate",
"editor.translate_all_missing": "Translate All Missing",
"errors.keystyle_not_set": "Keystyle is not specified, operation cancelled.",
"errors.translating_empty_source_value": "Source translation of \"{0}\" is not found. Translation aborted.",
"errors.translating_same_locale": "Translate to same locale is not allowed.",
"errors.translating_unknown_error": "Unknown error occured on translating.",
"errors.unsupported_file_type": "Unsupported file type: \"{0}\"",
"errors.write_in_readonly_mode": "Writing in readonly mode is disabled.",
"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_key": "{0}: i18n key \"{1}\" does not exist",
"misc.missing_translation": "{0}: Translation of \"{1}\" is missing",
"notification.migrate": "Migrate",
"notification.v2-update": "i18n Ally is updated to v2.0!\nPlease check out the migration guide.",
"prompt.applying_suggestion": "Applying following suggestion to key \"{0}\"?\n\n{1}",
"prompt.applying_translation_candidate": "Applying following translation to key \"{0}\"?\n\n{1}",
"prompt.applying_translation_candidate_multiple": "Are you sure to apply all {0} translations?",
"prompt.button_apply": "Apply",
"prompt.button_cancel": "Cancel",
"prompt.button_discard": "Discard",
"prompt.button_edit_end_apply": "Edit",
"prompt.button_override": "Override",
"prompt.button_reenter": "Re-enter",
"prompt.button_skip": "Continue without override",
"prompt.button_yes": "Yes",
"prompt.choice_key_to_insert": "Choice a key to insert",
"prompt.choice_key_to_open": "Choice a key to open in the editor...",
"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": "Configure the locales directory for your project",
"prompt.config_locales_success": "Locales path successfully configured.",
"prompt.delete_key": "Are you sure to remove key \"{0}\" from all locales?\n\nThis operation can NOT be undone.",
"prompt.delete_keys_not_in_use": "Are you sure you want to remove {0} keys that are not in use?\n\nThis operation can NOT be undone.",
"prompt.donate": "Donate",
"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.error_on_parse_custom_regex": "Failed to parse RegEx string {0}. Please check your config",
"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 you want to fulfill all missing keys with empty strings cross all locales?\n\nThis operation cannot be undone!",
"prompt.fullfill_missing_confirm": "Are you sure you want to fulfill {0} missing keys with empty strings in {1}?\n\nThis operation cannot be undone!",
"prompt.invalid_keypath": "Invalid keypath!",
"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.keys_removed": "{0} keys removed",
"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.new_key_path": "Enter the keypath for the new key",
"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_language_for_translating": "Select source language for translating ({0})",
"prompt.select_source_locale": "Select source language ({0})",
"prompt.show_error_log": "Show logs",
"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_cancelled_multiple": "{0} keys translation cancelled.",
"prompt.translate_done_multiple": "{0} keys translated.",
"prompt.translate_done_single": "Translating of \"{0}\" finished.",
"prompt.translate_edit_translated": "Edit result",
"prompt.translate_failed_multiple": "{0} keys are failed to translate.",
"prompt.translate_failed_single": "\"{0}\" is failed to translate to \"{1}\"",
"prompt.translate_in_progress": "Translating",
"prompt.translate_multiple_confirm": "Are you sure to translate {0} keys?",
"prompt.translate_no_jobs": "No translation needed.",
"prompt.writing_js": "Writing to js/ts files is not supported.",
"refactor.extract_text": "Extract text into i18n messages",
"review.accept_suggestion": "Accept Suggestion",
"review.apply_suggestion": "Apply suggestion",
"review.apply_translation_candidate": "Apply translation candidate",
"review.approve": "Approve",
"review.comment": "Comment",
"review.edit": "Edit",
"review.leave_comment": "Leave Comment",
"review.optional": "(Optional)",
"review.placeholder.approve": "Approved",
"review.placeholder.comment": "Said nothing",
"review.placeholder.request_change": "Change requested",
"review.request_change": "Request Change",
"review.request_change_messages": "Change Requested",
"review.resolve": "Resolve",
"review.resolve_all": "Resolve all",
"review.review": "Review",
"review.suggestion": "Suggestion",
"review.suggestions": "Suggestions",
"review.title": "i18n Ally Review",
"review.translation_candidates": "Translation Candidates",
"review.unknown_user": "Unknown",
"view.current_file": "Current file",
"view.help_feedback": "Help & Feedback",
"view.i18n_keys": "i18n Keys",
"view.progress": "Progress",
"view.progress_submenu.empty_keys": "Empty",
"view.progress_submenu.missing_keys": "No Translation",
"view.progress_submenu.translated_keys": "Translated",
"view.tree": "Tree",
"view.usage": "Usage Report",
"view.usage_keys_in_use": "{0} keys are in use",
"view.usage_keys_missing": "{0} keys are missing",
"view.usage_keys_not_in_use": "{0} keys are NOT in use",
"view.usage_report_none": "Press refresh to start analysing key usage"
}