1{ 2 "Execute binaries from npm packages.\n%s": "Executa comandes de paquets de npm.\n%s", 3 "Package to be installed.": "Paquet per a instal·lar.", 4 "Location of the npm cache.": "Ruta de la memòria cau de npm.", 5 "Skip installation if a package is missing.": "Salta el pas d'instal·lació si el paquet no està present.", 6 "Path to user npmrc.": "Ruta al npmrc de l'usuari.", 7 "Execute string as if inside `npm run-script`.": "Executa l'argument com si estigués dins de `npm run-script`.", 8 "Shell to execute the command with, if any.": "Shell amb el qual s'executarà la comanda, si hi ha algun.", 9 "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.", 10 "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ó temporal i usar la versió més recent de la comanda.", 11 "npm binary to use for internal operations.": "Comando d'npm que es farà servir per a operacions internes de npx.", 12 "For the full documentation, see the manual page for npx(1).": "Per documentació completa, vegeu la pàgina del manual npx(1).", 13 "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.", 14 "\nERROR: You must supply a command.\n": "\nERROR: Has proveir una comanda.\n", 15 "Command failed: %s %s": "La comanda va fracasar: %s %s", 16 "Install for %s failed with code %s": "instal·lació de %s fracassar amb codi %s", 17 "%s not found. Trying with npx...": "%s no existeix. Provant-ho amb npx...", 18 "command not found: %s": "comanda no existeix: %s", 19 "options": "opcions", 20 "command": "comanda", 21 "version": "versió", 22 "command-arg": "argument-de-comanda", 23 "command-string": "text-de-comanda", 24 "shell": "shell", 25 "package": "paquet", 26 "npx: installed %s in %ss": "npx: instal·lat %s en %ss", 27 "Suppress output from npx itself. Subcommands will not be affected.": "Suprimir la sortida d' npx. Les sub-comandes no es veuran afectades." 28} 29