@codingame/monaco-vscode-language-pack-de 8.0.0 → 8.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
- package/translations/extensions/vscode.github-authentication.i18n.json +0 -4
- package/translations/extensions/vscode.microsoft-authentication.i18n.json +8 -1
- package/translations/extensions/vscode.typescript-language-features.i18n.json +15 -0
- package/translations/main.i18n.json.js +3914 -3914
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@codingame/monaco-vscode-language-pack-de",
|
|
3
|
-
"version": "8.0.
|
|
3
|
+
"version": "8.0.2",
|
|
4
4
|
"keywords": [],
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "CodinGame",
|
|
@@ -18,6 +18,6 @@
|
|
|
18
18
|
"module": "index.js",
|
|
19
19
|
"types": "index.d.ts",
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"vscode": "npm:@codingame/monaco-vscode-api@8.0.
|
|
21
|
+
"vscode": "npm:@codingame/monaco-vscode-api@8.0.2"
|
|
22
22
|
}
|
|
23
23
|
}
|
|
@@ -14,9 +14,6 @@
|
|
|
14
14
|
"Copy & Continue to GitHub": "Kopieren und Weiter zu GitHub",
|
|
15
15
|
"GitHub Enterprise Server URI is not a valid URI: {0}": "GitHub Enterprise Server-URI ist kein gültiger URI: {0}",
|
|
16
16
|
"Having trouble logging in? Would you like to try a different way? ({0})": "Haben Sie Probleme bei der Anmeldung? Möchten Sie eine andere Methode ausprobieren? ({0})",
|
|
17
|
-
"Incorrect account detected": "Falsches Konto erkannt",
|
|
18
|
-
"Keep {0}": "„{0}“ beibehalten",
|
|
19
|
-
"Login with {0}": "Mit {0} anmelden",
|
|
20
17
|
"No": "Nein",
|
|
21
18
|
"Open [{0}]({0}) in a new tab and paste your one-time code: {1}/The [{0}]({0}) will be a url and the {1} will be a code, e.g. 123-456{Locked=\"[{0}]({0})\"}": "Öffnen Sie [{0}]({0}) auf einer neuen Registerkarte, und fügen Sie Ihren einmaligen Code ein: {1}",
|
|
22
19
|
"Please reload the window to apply the new setting.": "Laden Sie das Fenster neu, um die neue Einstellung anzuwenden.",
|
|
@@ -24,7 +21,6 @@
|
|
|
24
21
|
"Sign in failed: {0}": "Fehler bei der Anmeldung: {0}",
|
|
25
22
|
"Sign out failed: {0}": "Fehler bei der Abmeldung: {0}",
|
|
26
23
|
"Signing in to {0}.../The {0} will be a url, e.g. github.com": "Anmelden bei {0}...",
|
|
27
|
-
"The chosen account, {0}, does not match the requested account, {1}.": "Das ausgewählte Konto „{0}“ stimmt nicht mit dem angeforderten Konto „{1}“ überein.",
|
|
28
24
|
"To finish authenticating, navigate to GitHub and paste in the above one-time code.": "Um die Authentifizierung abzuschließen, navigieren Sie zu GitHub, und fügen Sie den obigen Einmalcode ein.",
|
|
29
25
|
"To finish authenticating, navigate to GitHub to create a PAT then paste the PAT into the input box.": "Um die Authentifizierung abzuschließen, navigieren Sie zu GitHub, um eine PAT zu erstellen, und fügen Sie dann die PAT in das Eingabefeld ein.",
|
|
30
26
|
"Yes": "Ja",
|
|
@@ -10,13 +10,19 @@
|
|
|
10
10
|
"contents": {
|
|
11
11
|
"bundle": {
|
|
12
12
|
"Error validating custom environment setting: {0}": "Fehler beim Überprüfen der benutzerdefinierten Umgebungseinstellung: {0}",
|
|
13
|
+
"Having trouble logging in?": "Haben Sie Probleme bei der Anmeldung?",
|
|
14
|
+
"Microsoft Account configuration has been changed.": "Die Konfiguration des Microsoft-Kontos wurde geändert.",
|
|
13
15
|
"Microsoft Authentication": "Microsoft Authentication",
|
|
14
16
|
"Microsoft Sovereign Cloud Authentication": "Microsoft Sovereign Cloud-Authentifizierung",
|
|
15
17
|
"Open settings": "Einstellungen öffnen",
|
|
16
18
|
"Paste authorization code here...": "Autorisierungscode hier einfügen...",
|
|
17
19
|
"Provide the authorization code to complete the sign in flow.": "Geben Sie den Autorisierungscode an, um den Anmeldefluss abzuschließen.",
|
|
20
|
+
"Reload": "Neu laden",
|
|
21
|
+
"Signing in to Microsoft...": "Anmeldung bei Microsoft...",
|
|
18
22
|
"Signing in to your account...": "Anmelden bei Ihrem Konto...",
|
|
19
23
|
"The environment `{0}` is not a valid environment.": "Die Umgebung \"{0}\" ist keine gültige Umgebung.",
|
|
24
|
+
"Would you like to try a different way to sign in to your Microsoft account? ({0})": "Möchten Sie eine andere Methode zum Anmelden bei Ihrem Microsoft-Konto ausprobieren? ({0})",
|
|
25
|
+
"Yes": "Ja",
|
|
20
26
|
"You have been signed out because reading stored authentication information failed.": "Sie wurden abgemeldet, weil beim Lesen der gespeicherten Authentifizierungsinformationen ein Fehler aufgetreten ist.",
|
|
21
27
|
"You must also specify a custom environment in order to use the custom environment auth provider.": "Sie müssen auch eine benutzerdefinierte Umgebung angeben, um den Authentifizierungsanbieter der benutzerdefinierten Umgebung zu verwenden."
|
|
22
28
|
},
|
|
@@ -35,7 +41,8 @@
|
|
|
35
41
|
"microsoft-sovereign-cloud.environment.enumDescriptions.AzureUSGovernment": "Azure US Government",
|
|
36
42
|
"microsoft-sovereign-cloud.environment.enumDescriptions.custom": "Eine benutzerdefinierte Microsoft Sovereign Cloud",
|
|
37
43
|
"signIn": "Anmelden",
|
|
38
|
-
"signOut": "Abmelden"
|
|
44
|
+
"signOut": "Abmelden",
|
|
45
|
+
"useMsal.description": "Verwenden Sie die Microsoft Authentication Library (MSAL), um sich mit einem Microsoft-Konto anzumelden."
|
|
39
46
|
}
|
|
40
47
|
}
|
|
41
48
|
}
|
|
@@ -246,6 +246,7 @@
|
|
|
246
246
|
"javascript.format.enable": "Standardmäßigen JavaScript-Formatierer aktivieren/deaktivieren.",
|
|
247
247
|
"javascript.goToProjectConfig.title": "Zu Projektkonfiguration wechseln (jsconfig/tsconfig)",
|
|
248
248
|
"javascript.preferences.jsxAttributeCompletionStyle.auto": "Fügen Sie `={}` oder `=\"\"` nach Attributnamen ein, die auf dem Eigenschaftentyp basieren. Informationen zum Steuern des Typs von Anführungszeichen, die für die Attribute in Zeichenfolgen verwendet werden, finden Sie unter „javascript.preferences.quoteStyle“.",
|
|
249
|
+
"javascript.preferences.organizeImports": "Erweiterte Einstellungen, die steuern, wie Importe geordnet werden. Voreinstellungen sind unter \"#javascript.preferences.organizeImports.presets#\" verfügbar.",
|
|
249
250
|
"javascript.referencesCodeLens.enabled": "Aktiviert oder deaktiviert CodeLens-Verweise in JavaScript-Dateien.",
|
|
250
251
|
"javascript.referencesCodeLens.showOnAllFunctions": "Verweise auf CodeLens für alle Funktionen in JavaScript-Dateien aktivieren/deaktivieren",
|
|
251
252
|
"javascript.suggestionActions.enabled": "Aktiviert oder deaktiviert Vorschlagsdiagnosen für JavaScript-Dateien im Editor.",
|
|
@@ -286,6 +287,20 @@
|
|
|
286
287
|
"typescript.preferences.jsxAttributeCompletionStyle.auto": "Fügen Sie `={}` oder `=\"\"` nach Attributnamen ein, die auf dem Eigenschaftentyp basieren. Informationen zum Steuern des Typs von Anführungszeichen, die für die Attribute in Zeichenfolgen verwendet werden, finden Sie unter „typescript.preferences.quoteStyle“.",
|
|
287
288
|
"typescript.preferences.jsxAttributeCompletionStyle.braces": "Fügen Sie „={}“ nach Attributnamen ein.",
|
|
288
289
|
"typescript.preferences.jsxAttributeCompletionStyle.none": "Fügen Sie nur Attributnamen ein.",
|
|
290
|
+
"typescript.preferences.organizeImports": "Erweiterte Einstellungen, die steuern, wie Importe geordnet werden. Voreinstellungen sind unter \"#typescript.preferences.organizeImports.presets#\" verfügbar.",
|
|
291
|
+
"typescript.preferences.organizeImports.accentCollation": "Zeichen mit diakritischen Markierungen als ungleich zu Basiszeichen vergleichen",
|
|
292
|
+
"typescript.preferences.organizeImports.caseFirst": "Gibt an, ob Großbuchstaben vor Kleinbuchstaben liegen. Gilt nur für \"organizeImportsCollation: 'unicode'\"",
|
|
293
|
+
"typescript.preferences.organizeImports.caseSensitivity.auto": "Groß-/Kleinbuchstaben für Importsortierung erkennen",
|
|
294
|
+
"typescript.preferences.organizeImports.caseSensitivity.insensitive": "Importe ohne Beachtung der Groß-/Kleinschreibung sortieren",
|
|
295
|
+
"typescript.preferences.organizeImports.caseSensitivity.sensitive": "Importe mit Beachtung der Groß-/Kleinschreibung sortieren",
|
|
296
|
+
"typescript.preferences.organizeImports.locale": "Überschreibt das Gebietsschema, das für die Sortierung verwendet wird. Geben Sie \"auto\" an, um das Gebietsschema der Benutzeroberfläche zu verwenden. Gilt nur für \"organizeImportsCollation: 'unicode'\"",
|
|
297
|
+
"typescript.preferences.organizeImports.numericCollation": "Numerische Zeichenfolgen nach ganzzahligem Wert sortieren",
|
|
298
|
+
"typescript.preferences.organizeImports.typeOrder.auto": "Ermitteln, wo nur typbezogene benannte Importe sortiert werden sollen",
|
|
299
|
+
"typescript.preferences.organizeImports.typeOrder.first": "Nur benannte Importe vom Typ werden bis zum Ende der Importliste sortiert.",
|
|
300
|
+
"typescript.preferences.organizeImports.typeOrder.inline": "Benannte Importe werden nur nach Namen sortiert.",
|
|
301
|
+
"typescript.preferences.organizeImports.typeOrder.last": "Nur benannte Importe vom Typ werden bis zum Ende der Importliste sortiert.",
|
|
302
|
+
"typescript.preferences.organizeImports.unicodeCollation.ordinal": "Importe anhand des numerischen Werts jedes Codepunkts sortieren",
|
|
303
|
+
"typescript.preferences.organizeImports.unicodeCollation.unicode": "Importe mithilfe der Unicode-Codesortierung sortieren",
|
|
289
304
|
"typescript.preferences.preferTypeOnlyAutoImports": "Schließen Sie das type-Schlüsselwort nach Möglichkeit in automatische Importe ein. Erfordert die Verwendung von TypeScript 5.3 und höher im Arbeitsbereich.",
|
|
290
305
|
"typescript.preferences.quoteStyle": "Bevorzugtes Anführungszeichenformat, das für schnelle Problembehebungen verwendet werden soll.",
|
|
291
306
|
"typescript.preferences.quoteStyle.auto": "Anführungszeichentyp aus vorhandenem Code ableiten",
|