diff options
| author | shedaniel <daniel@shedaniel.me> | 2020-01-02 14:36:05 +0800 |
|---|---|---|
| committer | shedaniel <daniel@shedaniel.me> | 2020-01-02 14:36:05 +0800 |
| commit | 128bf18fee142f3847c01c0d921e5dbd891d8130 (patch) | |
| tree | 4d16052893c0e43507ae43b03d10bf3fe9d2f4b6 /src/main | |
| parent | b3033b945816b48d269e95714824dfd5ee044515 (diff) | |
| download | RoughlyEnoughItems-128bf18fee142f3847c01c0d921e5dbd891d8130.tar.gz RoughlyEnoughItems-128bf18fee142f3847c01c0d921e5dbd891d8130.tar.bz2 RoughlyEnoughItems-128bf18fee142f3847c01c0d921e5dbd891d8130.zip | |
New translations en_us.json (de_de)
Diffstat (limited to 'src/main')
| -rw-r--r-- | src/main/resources/assets/roughlyenoughitems/lang/de_de.json | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/src/main/resources/assets/roughlyenoughitems/lang/de_de.json b/src/main/resources/assets/roughlyenoughitems/lang/de_de.json index 21976203e..c7b66fec6 100644 --- a/src/main/resources/assets/roughlyenoughitems/lang/de_de.json +++ b/src/main/resources/assets/roughlyenoughitems/lang/de_de.json @@ -1,12 +1,5 @@ { - "key.rei.category": "Roughly Enough Items", - "key.roughlyenoughitems.recipe_keybind": "Zeige Rezept", - "key.roughlyenoughitems.hide_keybind": "Verstecke/Zeige REI", - "key.roughlyenoughitems.usage_keybind": "Zeige Verwendung", - "key.roughlyenoughitems.next_page": "Nächste Seite", - "key.roughlyenoughitems.previous_page": "Vorherige Seite", - "key.roughlyenoughitems.focus_search": "Suchfeld fokussieren", - "key.roughlyenoughitems.copy_recipe_id": "Copy Recipe Identifier", + "key.rei.category": "Roughly Enough Items (Set Modifiers at Config Screen)", "text.rei.cheating": "Schummeln", "text.rei.cheating_disabled": "§7Schummeln Deaktiviert", "text.rei.cheating_enabled": "§cSchummeln Aktiviert", @@ -96,12 +89,20 @@ "config.roughlyenoughitems.technical": "Technisches", "config.roughlyenoughitems.performance": "Performance", "config.roughlyenoughitems.cheating": "Schummeln:", + "config.roughlyenoughitems.recipeKeybind": "Show Recipe:", + "config.roughlyenoughitems.hideKeybind": "Hide/Show REI:", + "config.roughlyenoughitems.usageKeybind": "Show Uses:", + "config.roughlyenoughitems.nextPageKeybind": "Next Page:", + "config.roughlyenoughitems.previousPageKeybind": "Previous Page:", + "config.roughlyenoughitems.focusSearchFieldKeybind": "Focus Search Field:", + "config.roughlyenoughitems.copyRecipeIdentifierKeybind": "Copy Recipe Identifier:", "config.roughlyenoughitems.favoriteKeybind": "Favorite Entry:", "config.roughlyenoughitems.favoritesEnabled": "Favorites Enabled:", "config.roughlyenoughitems.clickableRecipeArrows": "Klickbare Rezeptpfeile:", "config.roughlyenoughitems.clickableRecipeArrows.boolean.true": "Aktiviert", "config.roughlyenoughitems.clickableRecipeArrows.boolean.false": "Deaktiviert", "config.roughlyenoughitems.renderEntryEnchantmentGlint": "Render Enchantment Glint:", + "config.roughlyenoughitems.entrySize": "Entry Size:", "config.roughlyenoughitems.darkTheme": "Erscheinungsbild:", "config.roughlyenoughitems.darkTheme.boolean.true": "Dunkles Design", "config.roughlyenoughitems.darkTheme.boolean.false": "Helles Design", |
