forked from intellism/vscode-comment-translate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.nls.de.json
29 lines (29 loc) · 2.64 KB
/
package.nls.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
{
"commentTranslate.displayName": "Kommentar Übersetzen",
"commentTranslate.description": "Dieses Plugin verwendet die Google Translate API, um Kommentare für die Programmiersprache VSCode zu übersetzen.",
"commentTranslate.command.select": "Schnelles Auswählen des letzten Übersetzungsbereichs",
"commentTranslate.command.clipboard": "Zwischenablage übersetzen",
"commentTranslate.command.selectAllText": "Schnelles Auswählen aller Zeichenfolgen in der Datei",
"commentTranslate.command.selectAllComment": "Schnelles Auswählen aller Kommentare in der Datei",
"commentTranslate.command.translateAllText": "Schnelle Übersetzung aller Strings in Datei",
"commentTranslate.command.translateAllComment": "Schnelle Übersetzung aller Kommentare in Datei",
"commentTranslate.command.changeTargetLanguage": "Ändern der Zielsprache",
"commentTranslate.command.changeTranslateSource": "Ändern der Übersetzungsquelle",
"commentTranslate.command.replaceSelections": "Übersetzen und Ersetzen von Auswahlen",
"commentTranslate.command.toggleBrowseMode": "Kommentar-Browsing-Modus umschalten",
"commentTranslate.command.toggleDocumentBrowseMode": "Kommentar-Browsing-Modus für das aktuelle Dokument umschalten",
"commentTranslate.command.translateForCopilotChat": "Ausgewählten Text übersetzen und im GitHub Copilot Chat anzeigen",
"commentTranslate.command.nameVariable": "Variablenbenennung aus übersetzten Beschreibungen",
"commentTranslate.configuration.concise": "Prägnanter Modus. Wenn diese Option aktiviert ist, löst nur das Drücken von Strg oder Befehl eine schwebende Übersetzung aus",
"commentTranslate.configuration.contentHover": "Übertragen von Hover-Inhalten",
"commentTranslate.configuration.targetLanguage": "Übersetzung in die Zielsprache",
"commentTranslate.configuration.source": "Servcie Quelle übersetzen. Google, Bing, Baidu wurden eingebaut.",
"commentTranslate.configuration.browseEnabled": "Kommentar-Browsing-Übersetzung aktivieren",
"commentTranslate.configuration.browseMode": "Kommentar-Browsing-Modus",
"commentTranslate.configuration.openHover": "Offene Hover-Übersetzung",
"commentTranslate.configuration.stringHover": "Übersetzungszeichenfolge für das Daraufzeigen",
"commentTranslate.configuration.variableHover": "Variable für die Hover-Übersetzung",
"commentTranslate.configuration.selectTargetLanguageWhenReplacing": "TargetLanguage beim Ersetzen auswählen",
"commentTranslate.configuration.maxTranslationLength": "Maximale Übersetzungslänge",
"commentTranslate.configuration.MultilineMerge": "Kommentar Mehrzeilige Zusammenführung"
}