aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorshedaniel <daniel@shedaniel.me>2021-02-10 15:25:33 +0800
committershedaniel <daniel@shedaniel.me>2021-02-15 17:41:59 +0800
commita0fb4969836cbaca173284388d1ffd6c7da78b9f (patch)
treef7f1ee2a33ac496efbc162a51fd933b66310ab95 /src
parent69187a5f65cdac9f65d110e3412e852f2619ba78 (diff)
downloadRoughlyEnoughItems-a0fb4969836cbaca173284388d1ffd6c7da78b9f.tar.gz
RoughlyEnoughItems-a0fb4969836cbaca173284388d1ffd6c7da78b9f.tar.bz2
RoughlyEnoughItems-a0fb4969836cbaca173284388d1ffd6c7da78b9f.zip
New Crowdin updates (#466)
* New translations en_us.json (de_de) * New translations en_us.json (cs_cz) * New translations en_us.json (cs_cz)
Diffstat (limited to 'src')
-rw-r--r--src/main/resources/assets/roughlyenoughitems/lang/cs_cz.json5
-rw-r--r--src/main/resources/assets/roughlyenoughitems/lang/de_de.json11
2 files changed, 16 insertions, 0 deletions
diff --git a/src/main/resources/assets/roughlyenoughitems/lang/cs_cz.json b/src/main/resources/assets/roughlyenoughitems/lang/cs_cz.json
new file mode 100644
index 000000000..c93b6120e
--- /dev/null
+++ b/src/main/resources/assets/roughlyenoughitems/lang/cs_cz.json
@@ -0,0 +1,5 @@
+{
+ "text.rei.add_favorite_widget": "Přidat...",
+ "config.roughlyenoughitems.horizontalEntriesBoundaries": "Horizontální hranice předmětů:",
+ "config.roughlyenoughitems.verticalEntriesBoundaries": "Vertikální hranice předmětů:"
+}
diff --git a/src/main/resources/assets/roughlyenoughitems/lang/de_de.json b/src/main/resources/assets/roughlyenoughitems/lang/de_de.json
index dbf6b877b..074aee767 100644
--- a/src/main/resources/assets/roughlyenoughitems/lang/de_de.json
+++ b/src/main/resources/assets/roughlyenoughitems/lang/de_de.json
@@ -32,6 +32,7 @@
"category.rei.smithing": "Schmieden",
"category.rei.beacon_base": "Leuchtfeuer-Basis",
"category.rei.beacon_payment": "Leuchtfeuerkosten",
+ "category.rei.tilling": "Aufteilung",
"category.rei.pathing": "Pfad",
"category.rei.information": "Information",
"text.rei.composting.chance": "§e%d%% Chance",
@@ -107,6 +108,7 @@
"msg.rei.exported_recipe.desc": "Überprüfen Sie den Ordner 'rei_exports'.",
"subsets.rei.roughlyenoughitems.all_entries": "Alle Einträge",
"subsets.rei.roughlyenoughitems.item_groups": "Kreativ-Inventar-Tabs",
+ "_comment": "Konfigurations-Tooltips",
"config.roughlyenoughitems.title": "Roughly Enough Items Konfiguration",
"config.roughlyenoughitems.basics": "Grundlagen",
"config.roughlyenoughitems.appearance": "Darstellung",
@@ -154,6 +156,7 @@
"config.roughlyenoughitems.filteredEntries.loadWorldFirst": "Zuerst eine Welt laden!",
"config.roughlyenoughitems.accessibility.entrySize": "Eintragsgröße:",
"config.roughlyenoughitems.search.asyncSearch": "Asynchrone Suche",
+ "config.roughlyenoughitems.search.asyncSearchPartitionSize": "\"Async Suche\"-Partitionsgröße",
"config.roughlyenoughitems.accessibility.useCompactTabs": "Kompakte Tabs:",
"config.roughlyenoughitems.theme": "Erscheinungsbild:",
"config.roughlyenoughitems.theme.dark": "Dunkles Design",
@@ -199,6 +202,14 @@
"config.roughlyenoughitems.scrollingEntryListWidget": "Darstellung der Gegenstandsliste:",
"config.roughlyenoughitems.scrollingEntryListWidget.boolean.true": "Bildlauf",
"config.roughlyenoughitems.scrollingEntryListWidget.boolean.false": "Mehrere Seiten",
+ "config.roughlyenoughitems.horizontalEntriesBoundaries": "horizontale Eintragsbegrenzung",
+ "config.roughlyenoughitems.verticalEntriesBoundaries": "vertikale Entragsbegrenzung",
+ "config.roughlyenoughitems.syntaxHighlightingMode": "Syntaxdarstellung",
+ "config.roughlyenoughitems.syntaxHighlightingMode.config": "%s",
+ "config.roughlyenoughitems.syntaxHighlightingMode.plain": "Normal",
+ "config.roughlyenoughitems.syntaxHighlightingMode.plain_underscored": "Normal unterstrichen",
+ "config.roughlyenoughitems.syntaxHighlightingMode.colorful": "Farbig",
+ "config.roughlyenoughitems.syntaxHighlightingMode.colorful_underscored": "Farbig unterstrichen",
"config.roughlyenoughitems.filteringScreen": "Benutzerdefinierte Filter",
"config.roughlyenoughitems.filteringRulesScreen": "Benutzerdefinierte Filterregeln",
"config.roughlyenoughitems.filteringRulesScreen.new": "Filterregel erstellen",