From 512ca01a0cf4c1abb5af840bfdd37933b39b6126 Mon Sep 17 00:00:00 2001 From: shedaniel Date: Wed, 1 Jul 2020 14:25:56 +0800 Subject: New translations en_us.json (pt_br) --- src/main/resources/assets/roughlyenoughitems/lang/pt_br.json | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src') diff --git a/src/main/resources/assets/roughlyenoughitems/lang/pt_br.json b/src/main/resources/assets/roughlyenoughitems/lang/pt_br.json index 1a52f45c0..018f6c8b3 100644 --- a/src/main/resources/assets/roughlyenoughitems/lang/pt_br.json +++ b/src/main/resources/assets/roughlyenoughitems/lang/pt_br.json @@ -5,6 +5,7 @@ "text.rei.cheating_enabled": "§cTrapaças ativada", "text.rei.cheating_limited_enabled": "§bTrapaças ativada (usando comandos)", "text.rei.cheating_enabled_no_perms": "§7Trapaças §cativada §7(sem permissão)", + "text.rei.cheating_limited_creative_enabled": "§aCheating Enabled (Using Creative)", "text.rei.no_permission_cheat": "Permissões de operador são necessárias para obter itens", "text.rei.search.field.suggestion": "Procurar...", "category.rei.crafting": "Fabricação", @@ -118,6 +119,9 @@ "config.roughlyenoughitems.keyBindings.copyRecipeIdentifierKeybind": "Tecla Copiar ID da receita:", "config.roughlyenoughitems.keyBindings.exportImageKeybind": "Exportar Receita:", "config.roughlyenoughitems.keyBindings.favoriteKeybind": "Atalho Favoritos:", + "config.roughlyenoughitems.cheatingStyle": "Cheating Style:", + "config.roughlyenoughitems.cheatingStyle.grab": "Grab", + "config.roughlyenoughitems.cheatingStyle.give": "Give", "config.roughlyenoughitems.recipeScreenType": "Estilo de tela de receita:", "config.roughlyenoughitems.recipeScreenType.config": "Estilo de tela de receita: %s", "config.roughlyenoughitems.recipeScreenType.unset": "Não definido", -- cgit