aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorshedaniel <daniel@shedaniel.me>2021-10-16 02:06:00 +0800
committershedaniel <daniel@shedaniel.me>2021-10-16 02:06:33 +0800
commitabca1dbfc50a4fcc15fbabf370a5c7338151e204 (patch)
tree7e5382166639aec5e9983d770456a929eaa0fd71 /runtime
parent9ce67c1966b96581f11ee31223f681cbda86653b (diff)
downloadRoughlyEnoughItems-abca1dbfc50a4fcc15fbabf370a5c7338151e204.tar.gz
RoughlyEnoughItems-abca1dbfc50a4fcc15fbabf370a5c7338151e204.tar.bz2
RoughlyEnoughItems-abca1dbfc50a4fcc15fbabf370a5c7338151e204.zip
Update translations
Diffstat (limited to 'runtime')
-rw-r--r--runtime/src/main/resources/assets/roughlyenoughitems/lang/de_de.json11
-rw-r--r--runtime/src/main/resources/assets/roughlyenoughitems/lang/fr_fr.json33
2 files changed, 29 insertions, 15 deletions
diff --git a/runtime/src/main/resources/assets/roughlyenoughitems/lang/de_de.json b/runtime/src/main/resources/assets/roughlyenoughitems/lang/de_de.json
index f19427e89..583b25ba6 100644
--- a/runtime/src/main/resources/assets/roughlyenoughitems/lang/de_de.json
+++ b/runtime/src/main/resources/assets/roughlyenoughitems/lang/de_de.json
@@ -7,6 +7,12 @@
"text.rei.cheating_limited_creative_enabled": "§aCheating aktiviert (Kreativ verwenden)",
"text.rei.no_permission_cheat": "Operator-Berechtigungen sind erforderlich, um Gegenstände zu cheaten",
"text.rei.search.field.suggestion": "Suche...",
+ "text.rei.feedback": "Möchtest du dem REI Entwickler dein Feedback geben? %s um dein Feedback einzureichen!",
+ "text.rei.feedback.link": "Klicke hier um das Google-Form zu besuchen",
+ "text.rei.not.fully.initialized": "REI noch nicht vollständig initialisiert!",
+ "text.rei.not.fully.initialized.tooltip": "Fehlende Stufen: %s\nFalls dies nicht weggeht,\nversuche mit den Logs nach Unterstützung zu suchen!",
+ "text.rei.inventory.highlighting.enabled": "Inventarhervorhebung an",
+ "text.rei.inventory.highlighting.enabled.tooltip": "Dies macht Slots, die nicht mit dem\nSuchfilter übereinstimmen grau.\nDoppelklicke die Suchleiste, um diesen Modus an- und auszuschalten.",
"category.rei.crafting": "Herstellen",
"category.rei.smelting": "Schmelzen",
"category.rei.smelting.fuel": "Brennstoff",
@@ -40,6 +46,7 @@
"text.rei.config_tooltip": "Öffne das Konfig-Menü\n§7Shift-Klick um den Cheatenmodus ein-/auszuschalten",
"text.rei.cheat_items": "[{item_name}] x{item_count} {player_name} gegeben.",
"text.rei.failed_cheat_items": "§cItems geben fehlgeschlagen.",
+ "text.rei.too_long_nbt": "§cGegenstand NBT ist zu lang, um im Multiplayer angewendet zu werden.",
"ordering.rei.ascending": "Aufsteigend",
"ordering.rei.descending": "Absteigend",
"ordering.rei.registry": "Registrierung",
@@ -97,6 +104,7 @@
"text.rei.jei_compat.false": "JEI-Kompatibilitätsschicht: Deaktiviert",
"text.rei.jei_compat.true": "JEI-Kompatibilitätsschicht: Deaktiviert",
"text.rei.jei_compat.sub": "Soll JEI Kompabilität geladen werden %s§7?\n§7Dies lädt JEI Plugins aus diesen Quellen:\n%s\n\n§7REI's JEI Kompabilität ist nicht ausgereift und kann Probleme verursachen.\n§cBENUTZUNG AUF EIGENE GEFAHR!",
+ "text.rei.jei_compat.sub.stability": "§c§l(ALPHA)",
"text.rei.view_recipes_for": "Rezepte für %s anzeigen",
"text.rei.subsets": "Untergruppen",
"text.rei.tiny_potato": "Kleine Kartöffelchen",
@@ -104,6 +112,7 @@
"favorite.section.gamemode": "Spielmodus",
"favorite.section.weather": "Wetter",
"tooltip.rei.fluid_amount": "§7%d Einheit",
+ "tooltip.rei.fluid_amount.forge": "§7%d mB",
"tooltip.rei.drag_to_add_favorites": "§7Ziehe dies zu deinen Favoriten!",
"msg.rei.copied_recipe_id": "Rezept-Identifizierer kopiert",
"msg.rei.recipe_id_details": "Rezept-ID: %s",
@@ -129,6 +138,7 @@
"config.roughlyenoughitems.keyBindings.copyRecipeIdentifierKeybind": "Rezept-Identifizierer kopieren:",
"config.roughlyenoughitems.keyBindings.exportImageKeybind": "Rezept exportieren",
"config.roughlyenoughitems.keyBindings.favoriteKeybind": "Favoriten-Eintrag:",
+ "config.roughlyenoughitems.keyBindings.previousScreenKeybind": "Vorheriger Bildschirm:",
"config.roughlyenoughitems.cheatingStyle": "Cheating Style:",
"config.roughlyenoughitems.cheatingStyle.grab": "Nehmen",
"config.roughlyenoughitems.cheatingStyle.give": "Geben",
@@ -140,6 +150,7 @@
"config.roughlyenoughitems.recipeScreenType.config": "Art des Rezept-Bildschirms: %s",
"config.roughlyenoughitems.recipeScreenType.unset": "Nicht Gesetzt",
"config.roughlyenoughitems.recipeScreenType.original": "Standard",
+ "config.roughlyenoughitems.recipeScreenType.composite": "Komposit",
"config.roughlyenoughitems.layout": "Layout",
"config.roughlyenoughitems.tooltips": "Tooltips",
"config.roughlyenoughitems.accessibility": "Bedienungshilfen",
diff --git a/runtime/src/main/resources/assets/roughlyenoughitems/lang/fr_fr.json b/runtime/src/main/resources/assets/roughlyenoughitems/lang/fr_fr.json
index e9e3bd0cd..a3e5b974c 100644
--- a/runtime/src/main/resources/assets/roughlyenoughitems/lang/fr_fr.json
+++ b/runtime/src/main/resources/assets/roughlyenoughitems/lang/fr_fr.json
@@ -11,6 +11,8 @@
"text.rei.feedback.link": "Clickez ici pour visiter le formulaire Google",
"text.rei.not.fully.initialized": "REI pas encore complètement initialisé !",
"text.rei.not.fully.initialized.tooltip": "Étapes manquantes : %s\nSi cela ne disparaît pas,\nessayez de chercher de l'aide avec les logs !",
+ "text.rei.inventory.highlighting.enabled": "Surbrillance de l'inventaire activé",
+ "text.rei.inventory.highlighting.enabled.tooltip": "Cela rend les emplacements non correspondant gris.\nDouble-cliquez sur la barre de recherche pour activer ce mode.",
"category.rei.crafting": "Fabrication",
"category.rei.smelting": "Cuisson",
"category.rei.smelting.fuel": "Combustible",
@@ -96,7 +98,7 @@
"text.rei.working_station": "Poste de travail",
"text.rei.release_export": "Relâchez %s pour exporter",
"text.rei.recipe_id": "\n%sID de recette : %s",
- "text.rei.recipe_screen_type.selection": "Sélection du type d'affichage des recettes",
+ "text.rei.recipe_screen_type.selection": "Écran de sélection du type d'affichage des recettes",
"text.rei.recipe_screen_type.selection.sub": "Vous pouvez toujours changer cette option dans l'écran de configuration.",
"text.rei.jei_compat": "Couche de compatibilité pour JEI",
"text.rei.jei_compat.false": "Couche de compatibilité JEI : Désactivé",
@@ -140,7 +142,7 @@
"config.roughlyenoughitems.cheatingStyle": "Style de triche :",
"config.roughlyenoughitems.cheatingStyle.grab": "Saisir",
"config.roughlyenoughitems.cheatingStyle.give": "Donner",
- "config.roughlyenoughitems.motion": "Paramètres animation / de mouvement",
+ "config.roughlyenoughitems.motion": "Paramètres d'animations / de mouvements",
"config.roughlyenoughitems.motion.configScreenAnimation": "Écran de configuration animé :",
"config.roughlyenoughitems.motion.creditsScreenAnimation": "Ecran de fin animé :",
"config.roughlyenoughitems.motion.favoritesAnimation": "Favoris animés :",
@@ -161,12 +163,12 @@
"config.roughlyenoughitems.allowInventoryHighlighting": "Activer la mise en évidence d'inventaire :",
"config.roughlyenoughitems.miscellaneous.renderEntryEnchantmentGlint": "Afficher l'aura des enchantements :",
"config.roughlyenoughitems.layout.configButtonLocation": "Position du bouton de configuration :",
- "config.roughlyenoughitems.layout.configButtonLocation.upper": "Haut",
+ "config.roughlyenoughitems.layout.configButtonLocation.upper": "Plus haut",
"config.roughlyenoughitems.layout.configButtonLocation.lower": "Bas",
- "config.roughlyenoughitems.filteredEntries.selectAll": "Sélect. tout",
- "config.roughlyenoughitems.filteredEntries.selectNone": "Désélect. tout",
+ "config.roughlyenoughitems.filteredEntries.selectAll": "Tout sélectionner",
+ "config.roughlyenoughitems.filteredEntries.selectNone": "Tout désélectionner",
"config.roughlyenoughitems.filteredEntries.hide": "Masquer",
- "config.roughlyenoughitems.filteredEntries.show": "Afficher",
+ "config.roughlyenoughitems.filteredEntries.show": "Afficher la sélection",
"config.roughlyenoughitems.filteredEntries.loadWorldFirst": "Charger d'abord le monde !",
"config.roughlyenoughitems.accessibility.entrySize": "Taille des entrées :",
"config.roughlyenoughitems.search.asyncSearch": "Recherche Asynchrone :",
@@ -183,10 +185,10 @@
"config.roughlyenoughitems.accessibility.displayPanelLocation": "Position du panneau d'entrée:",
"config.roughlyenoughitems.accessibility.displayPanelLocation.left": "Côté gauche",
"config.roughlyenoughitems.accessibility.displayPanelLocation.right": "Côté droit",
- "config.roughlyenoughitems.search.tooltipSearch": "Recherche par infobulle",
- "config.roughlyenoughitems.search.tagSearch": "Recherche par tag",
- "config.roughlyenoughitems.search.identifierSearch": "Recherche d'identifiant (*) :",
- "config.roughlyenoughitems.search.modSearch": "Recherche par mod",
+ "config.roughlyenoughitems.search.tooltipSearch": "Recherche par infobulle (#) :",
+ "config.roughlyenoughitems.search.tagSearch": "Recherche par tag ($) :",
+ "config.roughlyenoughitems.search.identifierSearch": "Recherche par identifiant (*) :",
+ "config.roughlyenoughitems.search.modSearch": "Recherche par mod (@) :",
"config.roughlyenoughitems.search_mode.always": "Toujours activé",
"config.roughlyenoughitems.search_mode.prefix": "En utilisant un préfix",
"config.roughlyenoughitems.search_mode.never": "Toujours désactivé",
@@ -194,8 +196,8 @@
"config.roughlyenoughitems.search.debugSearchTimeRequired": "Mode de débogage de la recherche :",
"config.roughlyenoughitems.accessibility.resizeDynamically": "Redimensionner dynamiquement :",
"config.roughlyenoughitems.layout.searchFieldLocation": "Position du champ de recherche :",
- "config.roughlyenoughitems.layout.searchFieldLocation.bottom_side": "Bas à gauche/droite",
- "config.roughlyenoughitems.layout.searchFieldLocation.top_side": "Haut à gauche/droite",
+ "config.roughlyenoughitems.layout.searchFieldLocation.bottom_side": "En bas à gauche/droite",
+ "config.roughlyenoughitems.layout.searchFieldLocation.top_side": "En haut à gauche/droite",
"config.roughlyenoughitems.layout.searchFieldLocation.center": "Milieu",
"config.roughlyenoughitems.accessibility.compositeScrollBarPermanent": "Fondu de la barre de défilement :",
"config.roughlyenoughitems.accessibility.compositeScrollBarPermanent.boolean.true": "Jamais",
@@ -203,7 +205,7 @@
"config.roughlyenoughitems.disableRecipeBook": "Livre de recettes :",
"config.roughlyenoughitems.disableRecipeBook.boolean.true": "§cNon",
"config.roughlyenoughitems.disableRecipeBook.boolean.false": "§aOui",
- "config.roughlyenoughitems.fixTabCloseContainer": "Corriger \"Tab\" dans les contenants (livre de recettes désactivé) :",
+ "config.roughlyenoughitems.fixTabCloseContainer": "Corriger l'onglet Vanilla dans les contenants (livre de recettes désactivé) :",
"config.roughlyenoughitems.lighterButtonHover": "Bouton survolé plus clair :",
"config.roughlyenoughitems.layout.enableCraftableOnlyButton": "Filtre des recettes réalisables :",
"config.roughlyenoughitems.layout.showUtilsButtons": "Boutons utilitaires :",
@@ -212,8 +214,8 @@
"config.roughlyenoughitems.miscellaneous.loadDefaultPlugin": "Charger le plugin par défaut :",
"config.roughlyenoughitems.miscellaneous.loadDefaultPlugin.boolean.false": "§cNon (dangereux)",
"config.roughlyenoughitems.miscellaneous.registerRecipesInAnotherThread": "Recharger le thread REI",
- "config.roughlyenoughitems.miscellaneous.registerRecipesInAnotherThread.boolean.true": "Fil REI",
- "config.roughlyenoughitems.miscellaneous.registerRecipesInAnotherThread.boolean.false": "§cThread de Paquet",
+ "config.roughlyenoughitems.miscellaneous.registerRecipesInAnotherThread.boolean.true": "Thread REI",
+ "config.roughlyenoughitems.miscellaneous.registerRecipesInAnotherThread.boolean.false": "§cThread des Paquets",
"config.roughlyenoughitems.commands.weatherCommand": "Commande pour la météo :",
"config.roughlyenoughitems.layout.entryPanelOrdering": "Ordre du panneau d'entrée",
"config.roughlyenoughitems.list_ordering_button": "%s [%s]",
@@ -224,6 +226,7 @@
"config.roughlyenoughitems.search.searchFavorites": "Filtre de recherche des favoris :",
"config.roughlyenoughitems.tooltips.appendModNames": "Ajouter les noms des mods :",
"config.roughlyenoughitems.tooltips.displayFavoritesTooltip": "Ajouter un indice aux favoris",
+ "config.roughlyenoughitems.accessibility.snapToRows": "Rangées d'ancrage du panneau d'entrée :",
"config.roughlyenoughitems.accessibility.toastDisplayedOnCopyIdentifier": "Copier l'identifiant de la notification :",
"config.roughlyenoughitems.scrollingEntryListWidget": "Type de navigation dans la liste :",
"config.roughlyenoughitems.scrollingEntryListWidget.boolean.true": "Défilement",