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

Commit

Permalink
feat(i18n): add catalan translation
Browse files Browse the repository at this point in the history
  • Loading branch information
zkat committed Jun 17, 2017
1 parent 6142551 commit 579efa1
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions locales/ca.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"Execute binaries from npm packages.\n%s": "Executa comandas de paquets de npm.\n%s",
"Package to be installed.": "Paquet per a instal·lar.",
"Location of the npm cache.": "Ruta de la memòria cau de npm.",
"Skip installation if a package is missing.": "Salta el pas d'instal·lació si el paquet no està present.",
"Path to user npmrc.": "Ruta al npmrc de l'usuari.",
"Execute string as if inside `npm run-script`.": "Executa l'argument com si estigués dins de `npm run-script`.",
"Shell to execute the command with, if any.": "Shell amb el qual s'executarà la comanda, si algun.",
"Generate shell code to use npx as the \"command not found\" fallback.": "Genera codi de shell per utilizar npx com el replegament quan la comanda no existeix.",
"Ignores existing binaries in $PATH, or in the local project. This forces npx to do a temporary install and use the latest version.": "Ignora comandaments en $PATH, o en el projecte local. Això obliga a npx a fer una instal·lació contemporània i usar la versió més recent de la comanda.",
"npm binary to use for internal operations.": "Comando d'npm que es farà servir per a operacions internes de npx.",
"For the full documentation, see the manual page for npx(1).": "Per documentació completa, vegeu la pàgina del manual npx(1).",
"Unable to guess a binary name from %s. Please use --package.": "No s'ha pogut endevinar el nom de la comanda usant %s. Si us plau utilitza --package.",
"\nERROR: You must supply a command.\n": "\nERROR: Has proveir una comanda.\n",
"Command failed: %s %s": "La comanda va fracasar: %s %s",
"Install for %s failed with code %s": "instal·lació de %s fracassar amb codi %s",
"Command failed: %s ": "La comanda va fracasar: %s ",
"%s not found. Trying with npx...": "%s no existeix. Tractant amb npx...",
"command not found: %s": "comanda no existeix: %s"
}

0 comments on commit 579efa1

Please sign in to comment.