Skip to content
This repository has been archived by the owner on Apr 7, 2021. It is now read-only.

Commit

Permalink
feat(i18n): add Romanian translations. (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
hisk authored and zkat committed Jun 17, 2017
1 parent ae68629 commit 9e98bd0
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions locales/ro.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"Execute binaries from npm packages.\n%s": "Rulează executabilele binare din pachetele npm.\n%s",
"Package to be installed.": "Pachetul care va fi instalat.",
"Location of the npm cache.": "Locaţia cache-ului npm.",
"Skip installation if a package is missing.": "Sari peste instalare dacă lipsește un pachet.",
"Path to user npmrc.": "Calea către fișierul npmrc al utilizatorului.",
"Execute string as if inside `npm run-script`.": "Execută string-ul ca și cum ar fi rulat în `npm run-script`.",
"Shell to execute the command with, if any.": "Shell pentru a executa o comandă, dacă există.",
"Generate shell code to use npx as the \"command not found\" fallback.": "Generează cod shell pentru a folosi npx drept fallback pentru \"command not found\".",
"Ignores existing binaries in $PATH, or in the local project. This forces npx to do a temporary install and use the latest version.": "Ignoră executabilele binare din $PATH, sau din proiectul local. Aceasta forțează npx să instaleze și să folosească ultima versiune temporar.",
"npm binary to use for internal operations.": "Executabil binar npm pentru operaţiuni interne.",
"For the full documentation, see the manual page for npx(1).": "Pentru documentația completă, verifică manualul la pagina specifică pentru npx(1).",
"Unable to guess a binary name from %s. Please use --package.": "Imposibil de ghicit numele executabilului binar din %s. Vă rugăm să folosiți --package.",
"\nERROR: You must supply a command.\n": "\nEROARE: Trebuie precizată o comandă.\n",
"Command failed: %s %s": "Comanda a eșuat: %s %s",
"Install for %s failed with code %s": "Procesul de instalare pentru %s a dat greș cu codul de eroare %s",
"%s not found. Trying with npx...": "%s nu a fost găsită. Încercare cu npx...",
"command not found: %s": "comanda nu a fost găsită: %s"
}

0 comments on commit 9e98bd0

Please sign in to comment.