diff options
| author | shedaniel <daniel@shedaniel.me> | 2020-04-05 16:06:09 +0800 |
|---|---|---|
| committer | shedaniel <daniel@shedaniel.me> | 2020-04-05 16:06:09 +0800 |
| commit | df107611287fd75dafbef1d0a5c91a8bac2f1e2d (patch) | |
| tree | 5adbe6c4efb49c8e35dea527598d853e4f1f2641 | |
| parent | ee5b4871178f42d365e99b1133a3faffe989adad (diff) | |
| parent | b8225a6510c7ae2457fb89c00718ed0ec979f633 (diff) | |
| download | RoughlyEnoughItems-df107611287fd75dafbef1d0a5c91a8bac2f1e2d.tar.gz RoughlyEnoughItems-df107611287fd75dafbef1d0a5c91a8bac2f1e2d.tar.bz2 RoughlyEnoughItems-df107611287fd75dafbef1d0a5c91a8bac2f1e2d.zip | |
Merge branch 'l10n_4.x-unstable' of https://github.com/shedaniel/RoughlyEnoughItems into 4.x-unstable
| -rwxr-xr-x | src/main/resources/assets/roughlyenoughitems/lang/fr_fr.json | 8 | ||||
| -rw-r--r-- | src/main/resources/assets/roughlyenoughitems/lang/ru_ru.json | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/src/main/resources/assets/roughlyenoughitems/lang/fr_fr.json b/src/main/resources/assets/roughlyenoughitems/lang/fr_fr.json index 2ea763c46..07669128e 100755 --- a/src/main/resources/assets/roughlyenoughitems/lang/fr_fr.json +++ b/src/main/resources/assets/roughlyenoughitems/lang/fr_fr.json @@ -89,12 +89,12 @@ "text.rei.recipe_screen_type.selection.sub": "Vous pouvez toujours changer cette option dans l'écran de configuration.", "text.rei.view_recipes_for": "Voir les recettes de %s", "text.rei.subsets": "Subsets", - "text.rei.tiny_potato": "Tiny Potatoz", + "text.rei.tiny_potato": "P'tites patates", "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", - "subsets.rei.roughlyenoughitems.all_entries": "All Entries", - "subsets.rei.roughlyenoughitems.item_groups": "Creative Tabs", + "subsets.rei.roughlyenoughitems.all_entries": "Toutes les entrées", + "subsets.rei.roughlyenoughitems.item_groups": "Onglets Créatif", "_comment": "Info-bulles de configuration", "config.roughlyenoughitems.title": "Configuration de Roughly Enough Items", "config.roughlyenoughitems.!general": "Général", @@ -103,7 +103,7 @@ "config.roughlyenoughitems.technical": "Technique", "config.roughlyenoughitems.performance": "Performances", "config.roughlyenoughitems.filtering": "Filtrage", - "config.roughlyenoughitems.experimental": "Experimental Features", + "config.roughlyenoughitems.experimental": "Fonctionnalités expérimentales", "config.roughlyenoughitems.cheating": "Triche :", "config.roughlyenoughitems.smooth_scrolling": "Paramètres de défilement régulier", "config.roughlyenoughitems.recipeKeybind": "Afficher la recette :", diff --git a/src/main/resources/assets/roughlyenoughitems/lang/ru_ru.json b/src/main/resources/assets/roughlyenoughitems/lang/ru_ru.json index d0c07c637..3f9e59f86 100644 --- a/src/main/resources/assets/roughlyenoughitems/lang/ru_ru.json +++ b/src/main/resources/assets/roughlyenoughitems/lang/ru_ru.json @@ -103,7 +103,7 @@ "config.roughlyenoughitems.technical": "Техническое", "config.roughlyenoughitems.performance": "Производительность", "config.roughlyenoughitems.filtering": "Фильтрация", - "config.roughlyenoughitems.experimental": "Experimental Features", + "config.roughlyenoughitems.experimental": "Экспериментальные возможности", "config.roughlyenoughitems.cheating": "Мошенничество:", "config.roughlyenoughitems.smooth_scrolling": "Настройки плавной прокрутки", "config.roughlyenoughitems.recipeKeybind": "Показать рецепт:", |
