From 6755339f43e71340dec45a5d573b296a9c9e4087 Mon Sep 17 00:00:00 2001 From: FlyingPikachu Date: Thu, 11 Jan 2018 07:12:14 -0500 Subject: [PATCH] New translations strings.yml (French) --- src/main/resources/lang/fr-FR/strings.yml | 24 +++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/main/resources/lang/fr-FR/strings.yml b/src/main/resources/lang/fr-FR/strings.yml index ae70a9117..d5c20abce 100644 --- a/src/main/resources/lang/fr-FR/strings.yml +++ b/src/main/resources/lang/fr-FR/strings.yml @@ -199,21 +199,21 @@ stageEditorCustomAlreadyAdded: "Cet objectif customisé a déjà été ajouté!" stageEditorCustomCleared: "Objectifs personnalisés effacés." stageEditorCustomDataPrompt: "Entrez la valeur pour :" stageEditorEnterBlockNames: "Entrez les noms de blocs (ou IDs), en séparant chacun par un espace, ou entrez 'cancel' pour revenir en arrière." -stageEditorBreakBlocksPrompt: "Enter break amounts (numbers), separating each one by a space, or enter 'cancel' to return." -stageEditorDamageBlocksPrompt: "Enter damage amounts (numbers), separating each one by a space, or enter 'cancel' to return." -stageEditorPlaceBlocksPrompt: "Enter place amounts (numbers), separating each one by a space, or enter 'cancel' to return." -stageEditorUseBlocksPrompt: "Enter use amounts (numbers), separating each one by a space, or enter 'cancel' to return." -stageEditorCutBlocksPrompt: "Enter cut amounts (numbers), separating each one by a space, or enter 'cancel' to return." -stageEditorEnterBlockDurability: "Enter block durability (numbers), separating each one by a space, or enter 'cancel' to return." +stageEditorBreakBlocksPrompt: "Entrez les nombres de blocs, en séparant chacun par un espace, ou entrez 'cancel' pour revenir en arrière." +stageEditorDamageBlocksPrompt: "Entrez les montants des dommages (nombres), en les séparant chacun par un espace, ou entrez «annuler» pour revenir." +stageEditorPlaceBlocksPrompt: "Entrez les montants (numéros), en les séparant par un espace, ou entrez «annuler» pour revenir." +stageEditorUseBlocksPrompt: "Entrez les montants d'utilisation (nombres), en séparant chacun par un espace, ou entrez «annuler» pour retourner." +stageEditorCutBlocksPrompt: "Entrez les montants coupés (nombres), en les séparant chacun par un espace, ou entrez «annuler» pour revenir." +stageEditorEnterBlockDurability: "Entrez la durabilité du bloc (nombres), en séparant chacun d'entre eux par un espace, ou entrez «annuler» pour revenir." stageEditorCatchFishPrompt: "Entrez le nombre de poissons à attraper, 0 pour retirer l'objectif ou -1 pour annuler" stageEditorKillPlayerPrompt: "Entrez le nombre de joueurs à tuer, 0 pour retirer l'objectif ou -1 pour annuler" stageEditorEnchantTypePrompt: "Écrivez les noms des enchantements, en les séparant chacun par une virgule, ou écrivez 'cancel' pour revenir." -stageEditorEnchantAmountsPrompt: "Enter enchant amounts (numbers), separating each one by a space, or enter 'cancel' to return." -stageEditorItemNamesPrompt: "Enter item names, separating each one by a space, or enter 'cancel' to return." -stageEditorNPCPrompt: "Enter NPC ids, separating each one by a space, or enter 'cancel' to return." -stageEditorNPCToTalkToPrompt: "Enter NPC IDs, separating each one by a space, or enter 'clear' to clear the NPC ID list, or 'cancel' to return." -stageEditorDeliveryMessagesPrompt: "Enter delivery messages, separating each one by a semi-colon or enter 'cancel' to return." -stageEditorKillNPCsPrompt: "Enter kill amounts (numbers), separating each one by a space, or enter 'cancel' to return." +stageEditorEnchantAmountsPrompt: "Entrez les quantités d'enchantements (nombres), en les séparant par un espace, ou entrez 'annuler' pour retourner." +stageEditorItemNamesPrompt: "Entrez les noms des éléments, en les séparant chacun par un espace, ou entrez 'cancel' pour retourner." +stageEditorNPCPrompt: "Entrez les ID NPC, en les séparant chacun par un espace, ou entrez 'cancel' pour retourner." +stageEditorNPCToTalkToPrompt: "Entrez les ID NPC, en les séparant chacun par un espace, ou entrez 'clear' pour effacer la liste d'identifiants NPC, ou 'cancel' pour retourner." +stageEditorDeliveryMessagesPrompt: "Entrez les messages de livraison, en les séparant par un point-virgule ou entrez «annuler» pour revenir." +stageEditorKillNPCsPrompt: "Entrez les montants de kill (nombres), en séparant chacun par un espace, ou entrez 'cancel' pour retourner." stageEditorMobsPrompt: "Enter mob names separating each one by a space, or enter 'cancel' to return" stageEditorMobAmountsPrompt: "Enter mob amounts separating each one by a space, or enter 'cancel' to return" stageEditorMobLocationPrompt: "Right-click on a block to select it, then enter 'add' to add it to the kill location list, or enter 'cancel' to return"