diff options
Diffstat (limited to 'runtime/src/main/resources/assets/roughlyenoughitems/lang/de_de.json')
| -rw-r--r-- | runtime/src/main/resources/assets/roughlyenoughitems/lang/de_de.json | 25 |
1 files changed, 22 insertions, 3 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 583b25ba6..31a702df8 100644 --- a/runtime/src/main/resources/assets/roughlyenoughitems/lang/de_de.json +++ b/runtime/src/main/resources/assets/roughlyenoughitems/lang/de_de.json @@ -1,6 +1,6 @@ { - "text.rei.cheating": "Cheating", - "text.rei.cheating_disabled": "§7Cheating deaktiviert", + "text.rei.cheating": "Schummeln", + "text.rei.cheating_disabled": "§7Schummeln Deaktiviert", "text.rei.cheating_enabled": "§cCheating Aktiviert", "text.rei.cheating_limited_enabled": "§bCheating Aktiviert (durch Befehl)", "text.rei.cheating_enabled_no_perms": "§7Cheating §cAktiviert §7(Keine Berechtigung)", @@ -47,6 +47,8 @@ "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.", + "text.rei.tag_match": "Schlagwort: %s", + "text.rei.performance": "Leistungsanalyse", "ordering.rei.ascending": "Aufsteigend", "ordering.rei.descending": "Absteigend", "ordering.rei.registry": "Registrierung", @@ -71,6 +73,7 @@ "text.rei.view_all_categories": "Alle Kategorien Anzeigen", "text.rei.go_back_first_page": "Zurück zur Seite 1", "text.rei.choose_page": "Seite auswählen", + "text.rei.shift_click_to": "Shift-Klicke %s", "text.rei.gamemode_button.tooltip.dropdown": "Spielmodus ändern: Auswahl", "text.rei.gamemode_button.tooltip.entry": "zu %s wechseln", "text.rei.weather_button.tooltip.dropdown": "Wetter ändern: Auswahl", @@ -109,6 +112,7 @@ "text.rei.subsets": "Untergruppen", "text.rei.tiny_potato": "Kleine Kartöffelchen", "text.rei.add_favorite_widget": "Hinzufügen...", + "text.rei.dispose_here": "Hier verwerfen", "favorite.section.gamemode": "Spielmodus", "favorite.section.weather": "Wetter", "tooltip.rei.fluid_amount": "§7%d Einheit", @@ -165,6 +169,7 @@ "config.roughlyenoughitems.layout.configButtonLocation": "Position des Konfigurationsknopfes:", "config.roughlyenoughitems.layout.configButtonLocation.upper": "Obere", "config.roughlyenoughitems.layout.configButtonLocation.lower": "Untere", + "config.roughlyenoughitems.layout.mergeDisplayUnderOne": "Vereine alle Displays mit demselben Inhalt", "config.roughlyenoughitems.filteredEntries.selectAll": "Alles Auswählen", "config.roughlyenoughitems.filteredEntries.selectNone": "Alle abwählen", "config.roughlyenoughitems.filteredEntries.hide": "Auswahl verstecken", @@ -182,6 +187,7 @@ "config.roughlyenoughitems.recipeBorder.default": "Standard", "config.roughlyenoughitems.recipeBorder.none": "Keiner", "config.roughlyenoughitems.layout.maxRecipesPerPage": "Maximale Anzahl Rezepte pro Seite:", + "config.roughlyenoughitems.layout.maxRecipesPageHeight": "Maximale Rezeptseitenhöhe:", "config.roughlyenoughitems.accessibility.displayPanelLocation": "Start Panel Position:", "config.roughlyenoughitems.accessibility.displayPanelLocation.left": "Linke Seite", "config.roughlyenoughitems.accessibility.displayPanelLocation.right": "Rechte Seite", @@ -233,6 +239,10 @@ "config.roughlyenoughitems.scrollingEntryListWidget.boolean.false": "Mehrere Seiten", "config.roughlyenoughitems.horizontalEntriesBoundaries": "horizontale Eintragsbegrenzung", "config.roughlyenoughitems.verticalEntriesBoundaries": "vertikale Entragsbegrenzung", + "config.roughlyenoughitems.horizontalEntriesBoundariesColumns": "Eingabespaltenbegrenzung:", + "config.roughlyenoughitems.verticalEntriesBoundariesRows": "Eingabespaltenbegrenzung:", + "config.roughlyenoughitems.favoritesHorizontalEntriesBoundaries": "horizontale Grenzen:", + "config.roughlyenoughitems.favoritesHorizontalEntriesBoundariesColumns": "Eingabespaltenbegrenzung:", "config.roughlyenoughitems.syntaxHighlightingMode": "Syntaxdarstellung", "config.roughlyenoughitems.syntaxHighlightingMode.config": "%s", "config.roughlyenoughitems.syntaxHighlightingMode.plain": "Normal", @@ -255,6 +265,7 @@ "language.roughlyenoughitems.japanese": "Japanisch", "language.roughlyenoughitems.chinese_simplified": "Chinesisch (Vereinfacht)", "language.roughlyenoughitems.chinese_traditional": "Chinesisch (Traditionell)", + "language.roughlyenoughitems.chinese_traditional_hong_kong": "Traditionelles Chinesisch (Hongkong)", "language.roughlyenoughitems.french": "Französisch", "language.roughlyenoughitems.german": "Deutsch", "language.roughlyenoughitems.estonian": "Estnisch", @@ -264,5 +275,13 @@ "language.roughlyenoughitems.upside_down_english": "Englisch (verkehrtrum)", "language.roughlyenoughitems.bulgarian": "Bulgarisch", "language.roughlyenoughitems.russian": "Russisch", - "language.roughlyenoughitems.polish": "Polnisch" + "language.roughlyenoughitems.polish": "Polnisch", + "language.roughlyenoughitems.norwegian": "Norwegisch", + "language.roughlyenoughitems.turkish": "Türkisch", + "language.roughlyenoughitems.ukrainian": "Ukrainisch", + "language.roughlyenoughitems.spanish": "Spanisch", + "language.roughlyenoughitems.italian": "Italienisch", + "language.roughlyenoughitems.czech": "Tschechien", + "language.roughlyenoughitems.danish": "Dänisch", + "language.roughlyenoughitems.hebrew": "Hebräisch" } |
