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 french locale (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
gorhgorh authored and zkat committed Jun 12, 2017
1 parent cc8975a commit 662395b
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions locales/fr.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"Execute binaries from npm packages.\n%s": "Exécutez des binaire à partir de paquets de npm .\n%s",
"Package to be installed.": "Paquet à installer .",
"Location of the npm cache.": "Endroit ou est situé le cache de npm .",
"Skip installation if a package is missing.": "Sauter l'installation si un paquet est manquant .",
"Path to user npmrc.": "Chemin du npmrc de l'utilisateur .",
"Execute string as if inside `npm run-script`.": "Exécuter la chaine de caractère comme avec `npm run-script` .",
"Shell to execute the command with, if any.": "Shell à utiliser pour exécuter la commande, s'il y en a un .",
"Generate shell code to use npx as the \"command not found\" fallback.": "Générer le code du shell pour utiliser npx comme solution de rechange à \"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.": "Ignorer les binaires dans le $PATH ou dans le projet local . Cela force npm à faire une installation temporaire et utiliser la dernière version .",
"npm binary to use for internal operations.": "Binaire de npm a utiliser pour les opération interne.",
"For the full documentation, see the manual page for npx(1).": "Pour la documentation complète, regarder la page du manuel pour npx(1) .",
"Unable to guess a binary name from %s. Please use --package.": "Impossible de deviner le nom du binaire de %s, utilisez --Package s'il vous plait",
"\nERROR: You must supply a command.\n": "\nERROR : Vous devez fournir une commande.\n",
"Command failed: %s %s": "La commande à échoué: %s %s",
"Install for %s failed with code %s": "L'installation de %s a échoue avec le code %s",
"Command failed: %s ": "La commande à échoué : %s ",
"%s not found. Trying with npx...": "%s n'a pas été trouvé . Essai avec npx ...",
"command not found: %s": "Commande non trouvée : %s"
}

0 comments on commit 662395b

Please sign in to comment.