diff options
| author | shedaniel <daniel@shedaniel.me> | 2020-07-01 14:25:41 +0800 |
|---|---|---|
| committer | shedaniel <daniel@shedaniel.me> | 2020-07-01 14:25:41 +0800 |
| commit | 02eab77685f3a1415eceee5b9681510b95f9223e (patch) | |
| tree | db2acda689eaad986ae0fae0b9be6295d54bf790 /src | |
| parent | 07432ff14185f98b79ee66d820ab758432c37177 (diff) | |
| download | RoughlyEnoughItems-02eab77685f3a1415eceee5b9681510b95f9223e.tar.gz RoughlyEnoughItems-02eab77685f3a1415eceee5b9681510b95f9223e.tar.bz2 RoughlyEnoughItems-02eab77685f3a1415eceee5b9681510b95f9223e.zip | |
New translations en_us.json (fr_fr)
Diffstat (limited to 'src')
| -rwxr-xr-x | src/main/resources/assets/roughlyenoughitems/lang/fr_fr.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/main/resources/assets/roughlyenoughitems/lang/fr_fr.json b/src/main/resources/assets/roughlyenoughitems/lang/fr_fr.json index 7c577c9fe..5acf32d12 100755 --- a/src/main/resources/assets/roughlyenoughitems/lang/fr_fr.json +++ b/src/main/resources/assets/roughlyenoughitems/lang/fr_fr.json @@ -5,6 +5,7 @@ "text.rei.cheating_enabled": "§cTriche activée", "text.rei.cheating_limited_enabled": "§bTriche activée (commandes activées)", "text.rei.cheating_enabled_no_perms": "§7Triche §cactivée §7(aucune permission)", + "text.rei.cheating_limited_creative_enabled": "§aCheating Enabled (Using Creative)", "text.rei.no_permission_cheat": "Les permissions d'opérateur sont requises pour obtenir des objets", "text.rei.search.field.suggestion": "Rechercher...", "category.rei.crafting": "Fabrication", @@ -118,6 +119,9 @@ "config.roughlyenoughitems.keyBindings.copyRecipeIdentifierKeybind": "Copier l'identifiant de la recette :", "config.roughlyenoughitems.keyBindings.exportImageKeybind": "Export Recipe:", "config.roughlyenoughitems.keyBindings.favoriteKeybind": "Entrée favorite :", + "config.roughlyenoughitems.cheatingStyle": "Cheating Style:", + "config.roughlyenoughitems.cheatingStyle.grab": "Grab", + "config.roughlyenoughitems.cheatingStyle.give": "Give", "config.roughlyenoughitems.recipeScreenType": "Type d'affichage des recettes :", "config.roughlyenoughitems.recipeScreenType.config": "Type d'affichage des recettes : %s", "config.roughlyenoughitems.recipeScreenType.unset": "Non défini", |
