diff options
| author | shedaniel <daniel@shedaniel.me> | 2020-01-02 14:36:07 +0800 |
|---|---|---|
| committer | shedaniel <daniel@shedaniel.me> | 2020-01-02 14:36:07 +0800 |
| commit | 2349f590f2cdfaa191d8232f4e8b644635bb7aad (patch) | |
| tree | 236bd5709489238e5a8b1818202f59e328450e9b | |
| parent | 5e76f607630e2713e42897c218df87bb10d943e2 (diff) | |
| download | RoughlyEnoughItems-2349f590f2cdfaa191d8232f4e8b644635bb7aad.tar.gz RoughlyEnoughItems-2349f590f2cdfaa191d8232f4e8b644635bb7aad.tar.bz2 RoughlyEnoughItems-2349f590f2cdfaa191d8232f4e8b644635bb7aad.zip | |
New translations en_us.json (pt_br)
| -rw-r--r-- | src/main/resources/assets/roughlyenoughitems/lang/pt_br.json | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/src/main/resources/assets/roughlyenoughitems/lang/pt_br.json b/src/main/resources/assets/roughlyenoughitems/lang/pt_br.json index 2dad23668..315de1fcf 100644 --- a/src/main/resources/assets/roughlyenoughitems/lang/pt_br.json +++ b/src/main/resources/assets/roughlyenoughitems/lang/pt_br.json @@ -1,12 +1,5 @@ { - "key.rei.category": "Roughly Enough Items", - "key.roughlyenoughitems.recipe_keybind": "Mostrar receita", - "key.roughlyenoughitems.hide_keybind": "Mostrar/Ocultar REI", - "key.roughlyenoughitems.usage_keybind": "Mostrar usos", - "key.roughlyenoughitems.next_page": "Próxima página", - "key.roughlyenoughitems.previous_page": "Página anterior", - "key.roughlyenoughitems.focus_search": "Focus Search Field", - "key.roughlyenoughitems.copy_recipe_id": "Copy Recipe Identifier", + "key.rei.category": "Roughly Enough Items (Set Modifiers at Config Screen)", "text.rei.cheating": "Trapaça", "text.rei.cheating_disabled": "§7Trapaças desativada", "text.rei.cheating_enabled": "§cTrapaças ativada", @@ -96,12 +89,20 @@ "config.roughlyenoughitems.technical": "Technical", "config.roughlyenoughitems.performance": "Performance", "config.roughlyenoughitems.cheating": "Cheating:", + "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": "Clickable Recipe Arrows:", "config.roughlyenoughitems.clickableRecipeArrows.boolean.true": "Enabled", "config.roughlyenoughitems.clickableRecipeArrows.boolean.false": "Disabled", "config.roughlyenoughitems.renderEntryEnchantmentGlint": "Render Enchantment Glint:", + "config.roughlyenoughitems.entrySize": "Entry Size:", "config.roughlyenoughitems.darkTheme": "Appearance Theme:", "config.roughlyenoughitems.darkTheme.boolean.true": "Dark Theme", "config.roughlyenoughitems.darkTheme.boolean.false": "Light Theme", |
