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

Commit

Permalink
feat(i18n): added es.json
Browse files Browse the repository at this point in the history
  • Loading branch information
zkat committed Jun 10, 2017
1 parent b67bb3a commit 6cf58b9
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions locales/es.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"Execute binaries from npm packages.\n%s": "Ejecuta comandos de paquetes de npm.\n%s",
"Package to be installed.": "Paquete para instalar.",
"Location of the npm cache.": "Ruta del cache de npm.",
"Skip installation if a package is missing.": "Salta el paso de instalación si el paquete no está presente.",
"Path to user npmrc.": "Ruta al npmrc del usuario.",
"Execute string as if inside `npm run-script`.": "Ejecuta el argumento como si estuviera dentro de `npm run-script`.",
"Shell to execute the command with, if any.": "Shell con el que se ejecutará el comando, si alguno.",
"Generate shell code to use npx as the \"command not found\" fallback.": "Genera código de shell para usar npx como el repliegue cuando el comando no existe.",
"Ignores existing binaries in $PATH, or in the local project. This forces npx to do a temporary install and use the latest version.": "Ignora comandos en $PATH, o en el proyecto local. Esto obliga a npx a hacer una instalación temporanea y usar la version más reciente del comando.",
"npm binary to use for internal operations.": "Comando de npm que se usará para operaciones internas de npx.",
"For the full documentation, see the manual page for npx(1).": "Para documentación completa, véase la pagina del manual npx(1).",
"Unable to guess a binary name from %s. Please use --package.": "No se pudo adivinar el nombre del commando usando %s. Por favor usa --package.",
"\nERROR: You must supply a command.\n": "\nERROR: Debes proveer un comando.\n",
"Command failed: %s %s": "Comando fracasó: %s %s",
"Install for %s failed with code %s": "Install for %s failed with code %s",
"Command failed: %s ": "Comando fracasó: %s ",
"%s not found. Trying with npx...": "%s no existe. Tratando con npx...",
"command not found: %s": "comando no existe: %s"
}

0 comments on commit 6cf58b9

Please sign in to comment.