From ef7ae30afcfe9966f91ef556762f04cb2b87748c Mon Sep 17 00:00:00 2001 From: shedaniel Date: Sat, 29 Feb 2020 22:07:38 +0800 Subject: New translations en_us.json (pt_br) --- src/main/resources/assets/roughlyenoughitems/lang/pt_br.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/main/resources/assets/roughlyenoughitems/lang/pt_br.json b/src/main/resources/assets/roughlyenoughitems/lang/pt_br.json index dfaa4c012..16366a177 100644 --- a/src/main/resources/assets/roughlyenoughitems/lang/pt_br.json +++ b/src/main/resources/assets/roughlyenoughitems/lang/pt_br.json @@ -130,6 +130,9 @@ "config.roughlyenoughitems.darkTheme.boolean.true": "Tema Escuro", "config.roughlyenoughitems.darkTheme.boolean.false": "Tema Claro", "config.roughlyenoughitems.recipeBorder": "Mostrar Borda da Receita:", + "config.roughlyenoughitems.recipeBorder.lighter": "Lighter", + "config.roughlyenoughitems.recipeBorder.default": "Default", + "config.roughlyenoughitems.recipeBorder.none": "None", "config.roughlyenoughitems.maxRecipePerPage": "Receitas por Página:", "config.roughlyenoughitems.mirrorItemPanel": "Posição da Lista de Items:", "config.roughlyenoughitems.mirrorItemPanel.boolean.true": "Lado Esquerdo", @@ -175,7 +178,7 @@ "config.roughlyenoughitems.itemCheatingMode.jei_like": "Invertido", "config.roughlyenoughitems.searchFavorites": "Filtro de Busca em Favoritos:", "config.roughlyenoughitems.appendModNames": "Mostrar Nome do Mod:", - "config.roughlyenoughitems.displayFavoritesOnTheLeft": "Favorites Position:", + "config.roughlyenoughitems.displayFavoritesOnTheLeft": "Posição dos Favoritos:", "config.roughlyenoughitems.displayFavoritesOnTheLeft.boolean.true": "Lado Oposto", "config.roughlyenoughitems.displayFavoritesOnTheLeft.boolean.false": "No topo da lista", "config.roughlyenoughitems.displayFavoritesTooltip": "Exibir Tooltips nos Favoritos:", -- cgit