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

Commit c88823e

Browse files
Calinouzkat
authored andcommitted
fix(i18n): Improve French localization (#158)
1 parent a69276e commit c88823e

File tree

1 file changed

+14
-15
lines changed

1 file changed

+14
-15
lines changed

locales/fr.json

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,28 @@
11
{
2-
"Execute binaries from npm packages.\n%s": "Exécutez des binaires à partir de paquets de npm.\n%s",
2+
"Execute binaries from npm packages.\n%s": "Exécutez des binaires à partir de paquets npm.\n%s",
33
"Package to be installed.": "Paquet à installer.",
4-
"Location of the npm cache.": "Endroit où est situé le cache de npm.",
5-
"Skip installation if a package is missing.": "Sauter l'installation si un paquet est manquant.",
6-
"Path to user npmrc.": "Chemin du npmrc de l'utilisateur(-trice).",
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).",
77
"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 a 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 à faire une installation temporaire et utiliser la dernière version.",
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.",
1111
"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, regarder la page du manuel pour npx(1).",
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).",
1313
"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": "\nERROR: Vous devez fournir une commande.\n",
15-
"Command failed: %s %s": "La commande a échoué: %s %s",
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",
1616
"Install for %s failed with code %s": "L'installation de %s a échoué avec le code %s",
1717
"%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",
18+
"command not found: %s": "Commande non trouvée : %s",
1919
"options": "options",
2020
"command": "commande",
2121
"version": "version",
2222
"command-arg": "arguments-de-la-commande",
23-
"command-string": "chaine-de-caractères-de-la-commande",
23+
"command-string": "chaîne-de-caractères-de-la-commande",
2424
"shell": "shell",
2525
"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 les sorties générées par npx. Les sous-commandes ne seront pas affectées."
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."
2828
}
29-

0 commit comments

Comments
 (0)