Skip to content
This repository has been archived by the owner on Jul 6, 2019. It is now read-only.

Commit

Permalink
fix(i18n): Fix grammar and spelling for de.json (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonua authored and zkat committed Jul 11, 2017
1 parent d2ecba3 commit b14020f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions locales/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
"Execute binaries from npm packages.\n%s": "Führt Programme aus, die von npm Paketen bereitgestellt werden.\n%s",
"Package to be installed.": "Das zu installierende Paket.",
"Location of the npm cache.": "Ort des npm Zwischenspeichers.",
"Skip installation if a package is missing.": "Überspringe die Installation falls ein Paket fehlt.",
"Path to user npmrc.": "Pfad zur Benutzer_innen npmrc.",
"Skip installation if a package is missing.": "Überspringe die Installation, falls ein Paket fehlt.",
"Path to user npmrc.": "Pfad zu npmrc im Benutzerverzeichnis.",
"Execute string as if inside `npm run-script`.": "Führe Zeichenkette aus, als wäre sie innerhalb von `npm run-script`.",
"Shell to execute the command with, if any.": "Shell mit der Programme ausgeführt werden soll, wenn überhaupt.",
"Shell to execute the command with, if any.": "Shell, mit der Programme ausgeführt werden soll, wenn überhaupt.",
"Generate shell code to use npx as the \"command not found\" fallback.": "Erzeuge Shellcode um npx als Alternative zu \"Programm konnte nicht gefunden werden\" zu benutzen.",
"Ignores existing binaries in $PATH, or in the local project. This forces npx to do a temporary install and use the latest version.": "Ignoriere bestehende Programme innerhalb von $PATH, oder im lokalen Projekt. Dies zwingt npx dazu die neuste Version herunterzuladen und zu benutzen.",
"Ignores existing binaries in $PATH, or in the local project. This forces npx to do a temporary install and use the latest version.": "Ignoriere bestehende Programme innerhalb von $PATH oder im lokalen Projekt. Dies zwingt npx dazu, die neuste Version herunterzuladen und zu benutzen.",
"npm binary to use for internal operations.": "npm-Programm für die interne Benutzung.",
"For the full documentation, see the manual page for npx(1).": "In der Manpage npx(1) ist die gesammte Dokumentation einzusehen.",
"For the full documentation, see the manual page for npx(1).": "In der Manpage npx(1) ist die gesamte Dokumentation einzusehen.",
"Unable to guess a binary name from %s. Please use --package.": "Der Programmname von %s kann nicht automatisch ermittelt werden. Bitte benutze --package.",
"\nERROR: You must supply a command.\n": "\nFEHLER: Du musst einen Befehl angeben.\n",
"Command failed: %s %s": "Befehl fehlgeschlagen: %s %s",
Expand Down

0 comments on commit b14020f

Please sign in to comment.