@codingame/monaco-vscode-language-pack-de 5.1.2-segmenter.1 → 5.1.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 -2
- package/translations/extensions/vscode.microsoft-authentication.i18n.json +1 -0
- package/translations/extensions/vscode.typescript-language-features.i18n.json +2 -2
- package/translations/main.i18n.json.js +2976 -2976
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@codingame/monaco-vscode-language-pack-de",
|
|
3
|
-
"version": "5.1.2
|
|
3
|
+
"version": "5.1.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@5.1.2
|
|
21
|
+
"vscode": "npm:@codingame/monaco-vscode-api@5.1.2"
|
|
22
22
|
}
|
|
23
23
|
}
|
|
@@ -9,7 +9,6 @@
|
|
|
9
9
|
"version": "1.0.0",
|
|
10
10
|
"contents": {
|
|
11
11
|
"bundle": {
|
|
12
|
-
"Continue": "Weiter",
|
|
13
12
|
"Continue to GitHub": "Weiter zu GitHub",
|
|
14
13
|
"Continue to GitHub to create a Personal Access Token (PAT)": "Weiter zu GitHub, um ein persönliches Zugriffstoken (Personal Access Token, PAT) zu erstellen.",
|
|
15
14
|
"Copy & Continue to GitHub": "Kopieren und Weiter zu GitHub",
|
|
@@ -23,7 +22,6 @@
|
|
|
23
22
|
"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.",
|
|
24
23
|
"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.",
|
|
25
24
|
"Yes": "Ja",
|
|
26
|
-
"You are logged into another account already ({0}).\n\nDo you want to log out of that account and log in to '{1}' instead?/{0} is a comma-separated list of account names. {1} is the account name to log into.": "Sie sind bereits bei einem anderen Konto angemeldet ({0}).\n\nMöchten Sie sich von diesem Konto abmelden und sich stattdessen bei \"{1}\" anmelden?",
|
|
27
25
|
"You have not yet finished authorizing this extension to use GitHub. Would you like to try a different way? ({0})": "Sie haben die Autorisierung dieser Erweiterung für die Verwendung von GitHub noch nicht abgeschlossen. Möchten Sie eine andere Methode ausprobieren? ({0})",
|
|
28
26
|
"Your Code: {0}/The {0} will be a code, e.g. 123-456": "Ihr Code: {0}",
|
|
29
27
|
"device code": "Gerätecode",
|
|
@@ -15,6 +15,7 @@
|
|
|
15
15
|
"Open settings": "Einstellungen öffnen",
|
|
16
16
|
"Paste authorization code here...": "Autorisierungscode hier einfügen...",
|
|
17
17
|
"Provide the authorization code to complete the sign in flow.": "Geben Sie den Autorisierungscode an, um den Anmeldefluss abzuschließen.",
|
|
18
|
+
"Signing in to your account...": "Signing in to your account...",
|
|
18
19
|
"The environment `{0}` is not a valid environment.": "Die Umgebung \"{0}\" ist keine gültige Umgebung.",
|
|
19
20
|
"You have been signed out because reading stored authentication information failed.": "Sie wurden abgemeldet, weil beim Lesen der gespeicherten Authentifizierungsinformationen ein Fehler aufgetreten ist.",
|
|
20
21
|
"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."
|
|
@@ -152,7 +152,6 @@
|
|
|
152
152
|
"codeActions.refactor.rewrite.property.generateAccessors.description": "GET- und SET-Accessoren generieren",
|
|
153
153
|
"codeActions.refactor.rewrite.property.generateAccessors.title": "Accessoren generieren",
|
|
154
154
|
"codeActions.source.organizeImports.title": "Importe organisieren",
|
|
155
|
-
"configuration.experimental.tsserver.web.typeAcquisition.enabled": "Aktiviert/deaktiviert die Paketerfassung im Web.",
|
|
156
155
|
"configuration.implicitProjectConfig.checkJs": "Aktiviert/deaktiviert die Semantikprüfung bei JavaScript-Dateien. Diese Einstellung wird von vorhandenen Dateien \"jsconfig.json\" oder \"tsconfig.json\" außer Kraft gesetzt.",
|
|
157
156
|
"configuration.implicitProjectConfig.experimentalDecorators": "Aktiviert/deaktiviert \"experimentalDecorators\" in JavaScript-Dateien, die keinem Projekt angehören. Diese Einstellung wird von vorhandenen Dateien \"jsconfig.json\" oder \"tsconfig.json\" außer Kraft gesetzt.",
|
|
158
157
|
"configuration.implicitProjectConfig.module": "Legt das Modulsystem für das Programm fest. Weitere Informationen finden Sie unter https://www.typescriptlang.org/tsconfig#module.",
|
|
@@ -210,7 +209,8 @@
|
|
|
210
209
|
"configuration.tsserver.watchOptions.watchFile.useFsEvents": "Versuchen Sie, die nativen Ereignisse des Betriebssystems/Dateisystems für Dateiänderungen zu verwenden.",
|
|
211
210
|
"configuration.tsserver.watchOptions.watchFile.useFsEventsOnParentDirectory": "Versuchen Sie, die nativen Ereignisse des Betriebssystems/Dateisystems zu verwenden, um Änderungen an den Verzeichnissen einer Datei zu überwachen. Dies kann weniger Dateiüberwachungselemente erfordern, doch der Vorgang ist möglicherweise weniger genau.",
|
|
212
211
|
"configuration.tsserver.web.projectWideIntellisense.enabled": "Aktiviert/deaktiviert projektweites IntelliSense im Web. Erfordert, dass VS Code in einem vertrauenswürdigen Kontext ausgeführt wird.",
|
|
213
|
-
"configuration.tsserver.web.projectWideIntellisense.suppressSemanticErrors": "
|
|
212
|
+
"configuration.tsserver.web.projectWideIntellisense.suppressSemanticErrors": "Suppresses semantic errors on web even when project wide IntelliSense is enabled. This is always on when project wide IntelliSense is not enabled or available. See `#typescript.tsserver.web.projectWideIntellisense.enabled#`",
|
|
213
|
+
"configuration.tsserver.web.typeAcquisition.enabled": "Enable/disable package acquisition on the web. This enables IntelliSense for imported packages. Requires `#typescript.tsserver.web.projectWideIntellisense.enabled#`. Currently not supported for Safari.",
|
|
214
214
|
"configuration.typescript": "TypeScript",
|
|
215
215
|
"description": "Bietet umfangreiche Sprachunterstützung für JavaScript und TypeScript.",
|
|
216
216
|
"displayName": "TypeScript- und JavaScript-Sprachfeatures",
|