This repository has been archived by the owner on Apr 7, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(i18n): add Romanian translations. (#34)
- Loading branch information
Showing
1 changed file
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |