diff options
| author | shedaniel <daniel@shedaniel.me> | 2020-04-30 13:53:07 +0800 |
|---|---|---|
| committer | shedaniel <daniel@shedaniel.me> | 2020-04-30 13:53:07 +0800 |
| commit | 2e5c0ed09d801c17bb8ec0c08e11fd184c395a2f (patch) | |
| tree | 92c17290caaeb02aed506473dcb6fc8510c60e7e | |
| parent | be7b641955a197d55251c3cbd4a314476cf94fb3 (diff) | |
| download | RoughlyEnoughItems-2e5c0ed09d801c17bb8ec0c08e11fd184c395a2f.tar.gz RoughlyEnoughItems-2e5c0ed09d801c17bb8ec0c08e11fd184c395a2f.tar.bz2 RoughlyEnoughItems-2e5c0ed09d801c17bb8ec0c08e11fd184c395a2f.zip | |
New translations en_us.json (fr_fr)
| -rwxr-xr-x | src/main/resources/assets/roughlyenoughitems/lang/fr_fr.json | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/src/main/resources/assets/roughlyenoughitems/lang/fr_fr.json b/src/main/resources/assets/roughlyenoughitems/lang/fr_fr.json index e8e6a838f..aa3ea3da5 100755 --- a/src/main/resources/assets/roughlyenoughitems/lang/fr_fr.json +++ b/src/main/resources/assets/roughlyenoughitems/lang/fr_fr.json @@ -95,6 +95,8 @@ "tooltip.rei.fluid_amount": "§7%d unités", "msg.rei.copied_recipe_id": "Identifiant de la recette copié", "msg.rei.recipe_id_details": "ID de recette : %s", + "msg.rei.exported_recipe": "Exported Recipe", + "msg.rei.exported_recipe.desc": "Check the 'rei_exports' folder.", "subsets.rei.roughlyenoughitems.all_entries": "Toutes les entrées", "subsets.rei.roughlyenoughitems.item_groups": "Onglets Créatif", "_comment": "Info-bulles de configuration", @@ -115,6 +117,7 @@ "config.roughlyenoughitems.previousPageKeybind": "Page précédente :", "config.roughlyenoughitems.focusSearchFieldKeybind": "Sélection du champ de recherche :", "config.roughlyenoughitems.copyRecipeIdentifierKeybind": "Copier l'identifiant de la recette :", + "config.roughlyenoughitems.exportImageKeybind": "Export Recipe:", "config.roughlyenoughitems.favoriteKeybind": "Entrée favorite :", "config.roughlyenoughitems.favoritesEnabled": "Favoris activés :", "config.roughlyenoughitems.clickableRecipeArrows": "Flèches de recettes cliquables :", @@ -141,7 +144,7 @@ "config.roughlyenoughitems.recipeBorder.lighter": "Plus claire", "config.roughlyenoughitems.recipeBorder.default": "Par défaut", "config.roughlyenoughitems.recipeBorder.none": "Aucune", - "config.roughlyenoughitems.maxRecipePerPage": "Maximum de recettes par page :", + "config.roughlyenoughitems.maxRecipesPerPage": "Maximum de recettes par page :", "config.roughlyenoughitems.mirrorItemPanel": "Position de la liste des objets :", "config.roughlyenoughitems.mirrorItemPanel.boolean.true": "Côté gauche", "config.roughlyenoughitems.mirrorItemPanel.boolean.false": "Côté droit", @@ -171,7 +174,7 @@ "config.roughlyenoughitems.loadDefaultPlugin.boolean.false": "§cNon (dangereux)", "config.roughlyenoughitems.registerRecipesInAnotherThread": "Thread de synchronisation des recettes :", "config.roughlyenoughitems.registerRecipesInAnotherThread.boolean.true": "Nouveau thread REI", - "config.roughlyenoughitems.registerRecipesInAnotherThread.boolean.false": "§cPacket Thread", + "config.roughlyenoughitems.registerRecipesInAnotherThread.boolean.false": "§cThread de Paquet", "config.roughlyenoughitems.weatherCommand": "Commande pour la météo :", "config.roughlyenoughitems.itemListOrdering": "Classement de la liste des entrées :", "config.roughlyenoughitems.list_ordering_button": "%s [%s]", @@ -190,7 +193,7 @@ "config.roughlyenoughitems.displayFavoritesOnTheLeft.boolean.true": "Côté opposé", "config.roughlyenoughitems.displayFavoritesOnTheLeft.boolean.false": "Haut de la liste", "config.roughlyenoughitems.displayFavoritesTooltip": "Afficher les info-bulles des favoris :", - "config.roughlyenoughitems.snapToRows": "Entry List Snap To Rows:", + "config.roughlyenoughitems.snapToRows": "La liste des entrées s'accroche aux lignes :", "config.roughlyenoughitems.toastDisplayedOnCopyIdentifier": "Copier l'identifiant de la notification :", "config.roughlyenoughitems.scrollingEntryListWidget": "Type de navigation dans la liste :", "config.roughlyenoughitems.scrollingEntryListWidget.boolean.true": "Défilement", |
