@codingame/monaco-vscode-language-pack-de 7.0.7 → 7.0.9

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codingame/monaco-vscode-language-pack-de",
3
- "version": "7.0.7",
3
+ "version": "7.0.9",
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@7.0.7"
21
+ "vscode": "npm:@codingame/monaco-vscode-api@7.0.9"
22
22
  }
23
23
  }
@@ -88,6 +88,8 @@
88
88
  "Includes the styles defined by another mixin into the current rule.": "Schließt die von einer anderen Mixin definierten Stile in die aktuelle Regel ein.",
89
89
  "Increases or decreases one or more components of a color.": "Vergrößert oder verringert eine oder mehrere Komponenten einer Farbe.",
90
90
  "Inherits the styles of another selector.": "Erbt die Stile eines anderen Selektors.",
91
+ "Insert url() Function": "Insert url() Function",
92
+ "Insert url() Functions": "Insert url() Functions",
91
93
  "Inserts $insert into $string at $index.": "Fügt $insert bei $index in $string ein.",
92
94
  "Invalid number of parameters": "Ungültige Anzahl von Parametern",
93
95
  "Joins together two lists into one.": "Verknüpft zwei Listen zu einer.",
@@ -143,7 +143,6 @@
143
143
  "Keep Our Version": "Unsere Version beibehalten",
144
144
  "Keep Their Version": "Deren Version beibehalten",
145
145
  "Learn More": "Weitere Informationen",
146
- "Log level: {0}": "Protokolliergrad: {0}",
147
146
  "Make sure you configure your \"user.name\" and \"user.email\" in git.": "Stellen Sie sicher, dass Sie Ihre \"user.name\" und \"user.email\" in Git konfigurieren.",
148
147
  "Manage Unsafe Repositories": "Unsichere Repositorys verwalten",
149
148
  "Merge Changes": "Änderungen zusammenführen",
@@ -227,7 +226,6 @@
227
226
  "Select as Repository Destination": "Als Repositoryziel auswählen",
228
227
  "Show Changes": "Änderungen anzeigen",
229
228
  "Show Command Output": "Befehlsausgabe anzeigen",
230
- "Skipped found git in: \"{0}\"": "Gefundenes Git wurde übersprungen in: \"{0}\"",
231
229
  "Staged Changes": "Gestagete Änderungen",
232
230
  "Stash & Checkout": "Stashen und auschecken",
233
231
  "Stash Anyway": "Dennoch stashen",
@@ -280,8 +278,6 @@
280
278
  "Untracked": "Nicht verfolgt",
281
279
  "Untracked Changes": "Nicht nachverfolgte Änderungen",
282
280
  "Update Git": "Git aktualisieren",
283
- "Using git \"{0}\" from \"{1}\"": "Git \"{0}\" von \"{1}\" verwenden",
284
- "Validating found git in: \"{0}\"": "Gefundenes Git wird überprüft in: \"{0}\"",
285
281
  "Would you like to add \"{0}\" to .gitignore?": "Möchten Sie \"{0}\" zu \".gitignore\" hinzufügen?",
286
282
  "Would you like to open the cloned repository, or add it to the current workspace?": "Möchten Sie das geklonte Repository öffnen oder es zum aktuellen Arbeitsbereich hinzufügen?",
287
283
  "Would you like to open the cloned repository?": "Möchten Sie das geklonte Repository öffnen?",
@@ -300,6 +296,10 @@
300
296
  "Your repository has no remotes configured to pull from.": "In Ihrem Repository wurden keine Remoteelemente für den Pull konfiguriert.",
301
297
  "Your repository has no remotes configured to push to.": "In Ihrem Repository wurden keine Remoteelemente für den Push konfiguriert.",
302
298
  "Your repository has no remotes.": "In Ihrem Repository liegen keine Remoteelemente vor.",
299
+ "[main] Log level: {0}": "[main] Log level: {0}",
300
+ "[main] Skipped found git in: \"{0}\"": "[main] Skipped found git in: \"{0}\"",
301
+ "[main] Using git \"{0}\" from \"{1}\"": "[main] Using git \"{0}\" from \"{1}\"",
302
+ "[main] Validating found git in: \"{0}\"": "[main] Validating found git in: \"{0}\"",
303
303
  "branches": "Branches",
304
304
  "no": "Nein",
305
305
  "remote branches": "Remotebranches",
@@ -9,16 +9,22 @@
9
9
  "version": "1.0.0",
10
10
  "contents": {
11
11
  "bundle": {
12
+ "Choose an account that you would like to log in to": "Choose an account that you would like to log in to",
12
13
  "Continue to GitHub": "Weiter zu GitHub",
13
14
  "Continue to GitHub to create a Personal Access Token (PAT)": "Weiter zu GitHub, um ein persönliches Zugriffstoken (Personal Access Token, PAT) zu erstellen.",
14
15
  "Copy & Continue to GitHub": "Kopieren und Weiter zu GitHub",
15
16
  "GitHub Enterprise Server URI is not a valid URI: {0}": "GitHub Enterprise Server-URI ist kein gültiger URI: {0}",
16
17
  "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})",
18
+ "Incorrect account detected": "Incorrect account detected",
19
+ "Keep {0}": "Keep {0}",
20
+ "Login with {0}": "Login with {0}",
21
+ "New account...": "New account...",
17
22
  "No": "Nein",
18
23
  "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}",
19
24
  "Sign in failed: {0}": "Fehler bei der Anmeldung: {0}",
20
25
  "Sign out failed: {0}": "Fehler bei der Abmeldung: {0}",
21
26
  "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}.": "The chosen account, {0}, does not match the requested account, {1}.",
22
28
  "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.",
23
29
  "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.",
24
30
  "Yes": "Ja",
@@ -58,7 +58,6 @@
58
58
  "No link definition found: '{0}'": "Keine Linkdefinition gefunden: „{0}“",
59
59
  "Not on link": "Nicht auf Verknüpfung",
60
60
  "Only load secure content": "Nur sicheren Inhalt laden",
61
- "Organize link definitions": "Linkdefinitionen organisieren",
62
61
  "Paste and update pasted links": "Eingefügte Links einfügen und aktualisieren",
63
62
  "Potentially unsafe or insecure content has been disabled in the Markdown preview. Change the Markdown preview security setting to allow insecure content or enable scripts": "Potenziell unsichere Inhalte wurden in der Markdown-Vorschau deaktiviert. Ändern Sie die Sicherheitseinstellung der Markdown-Vorschau, um unsichere Inhalte zuzulassen oder Skripts zu aktivieren.",
64
63
  "Preview {0}": "Vorschau von {0}",