• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "Execute binaries from npm packages.\n%s": "Exécutez des binaires à partir de paquets npm.\n%s",
3  "Package to be installed.": "Paquet à installer.",
4  "Location of the npm cache.": "Chemin où est situé le cache de npm.",
5  "Skip installation if a package is missing.": "Passer l'installation si un paquet est manquant.",
6  "Path to user npmrc.": "Chemin du fichier npmrc de l'utilisateur(-trice).",
7  "Execute string as if inside `npm run-script`.": "Exécuter la chaine de caractère comme avec `npm run-script`.",
8  "Shell to execute the command with, if any.": "Shell à utiliser pour exécuter la commande, s'il y en a un.",
9  "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\".",
10  "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 à réaliser une installation temporaire et à utiliser la dernière version.",
11  "npm binary to use for internal operations.": "Binaire de npm à utiliser pour les opérations internes.",
12  "For the full documentation, see the manual page for npx(1).": "Pour la documentation complète, consultez la page du manuel pour npx(1).",
13  "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 plaît.",
14  "\nERROR: You must supply a command.\n": "\nERREUR : Vous devez fournir une commande.\n",
15  "Command failed: %s %s": "La commande a échoué : %s %s",
16  "Install for %s failed with code %s": "L'installation de %s a échoué avec le code %s",
17  "%s not found. Trying with npx...": "%s n'a pas été trouvé. Essai avec npx...",
18  "command not found: %s": "Commande non trouvée : %s",
19  "options": "options",
20  "command": "commande",
21  "version": "version",
22  "command-arg": "arguments-de-la-commande",
23  "command-string": "chaîne-de-caractères-de-la-commande",
24  "shell": "shell",
25  "package": "paquet",
26  "npx: installed %s in %ss": "npx : %s installé(s) en %ss",
27  "Suppress output from npx itself. Subcommands will not be affected.": "Supprimer la sortie générée par npx. Les sous-commandes ne seront pas affectées."
28}
29