Fix @jrainville review
This commit is contained in:
parent
6f8e453ddd
commit
0fc8887a59
|
@ -189,9 +189,9 @@
|
|||
"download template": "modèle de téléchargement",
|
||||
"Start the Embark console": "Démarrer la console Embark",
|
||||
"When set, will print the gas cost for each contract deploy": "Une fois défini, imprimera le coût du gaz pour chaque déploiement de contrat",
|
||||
"Graph will not include undeployed contracts": "Le graphique n'inclut pas les contrats non déployés",
|
||||
"Graph will not include functions": "Le graphique n'inclut pas les fonctions",
|
||||
"Graph will not include events": "Le graphique n'inclut pas les événements",
|
||||
"Graph will not include undeployed contracts": "Le graphique n'incluera pas les contrats non déployés",
|
||||
"Graph will not include functions": "Le graphique n'incluera pas les fonctions",
|
||||
"Graph will not include events": "Le graphique n'incluera pas les événements",
|
||||
"ENS domain to associate to": "Domaine ENS à associer à",
|
||||
"output usage information and help information": "informations sur l'utilisation de la sortie et aide",
|
||||
"Starting %s process": "Début du processus %s",
|
||||
|
@ -199,14 +199,14 @@
|
|||
"Blockchain node is ready": "Le nœud de la blockchain est prêt",
|
||||
"Storage process for {{storageName}} ended before the end of this process. Code: {{code}}": "Le processus de stockage pour {{storageName}} a pris fin avant la fin de ce processus. Code: {{code}}",
|
||||
"ipfs process started": "processus ipfs commencé",
|
||||
"Compiling...": "Compiler...",
|
||||
"Building...": "Construire...",
|
||||
"Compiling...": "En compilation...",
|
||||
"Building...": "En construction...",
|
||||
"gas at the price of": "gaz au prix de",
|
||||
"Wei, estimated cost:": "Coût estimé Wei:",
|
||||
"Wei, estimated cost:": "Wei, coût estimé:",
|
||||
"using": "en utilisant",
|
||||
"Embark is building, please wait...": "Embark est en train de construire, veuillez patienter...",
|
||||
"instantiated js-ipfs object configured to the current environment (available if ipfs is enabled)": "objet js-ipfs instancié configuré dans l'environnement actuel (disponible si ipfs est activé)",
|
||||
"Initializing Embark Template...": "Initialisation du modèle d'embarquement...",
|
||||
"Initializing Embark Template...": "Initialisation du modèle d'Embark...",
|
||||
"Name your app (default is %s):": "Nommez votre application (%s par défaut):",
|
||||
"Unrecognized balance string \"%s\"": "Texte de solde non reconnu \"%s\"",
|
||||
"{{className}} has a dependency on {{dependencyName}}": "{{className}} dépend de {{dependencyName}}",
|
||||
|
|
Loading…
Reference in New Issue