From 8ef0535a03d02e15673dc75b380c1eea5df52457 Mon Sep 17 00:00:00 2001 From: shedaniel Date: Sat, 15 Feb 2020 01:32:29 +0800 Subject: New translations en_us.json (pt_br) --- src/main/resources/assets/roughlyenoughitems/lang/pt_br.json | 7 +++++++ 1 file changed, 7 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 60cae6e11..fd8732db6 100644 --- a/src/main/resources/assets/roughlyenoughitems/lang/pt_br.json +++ b/src/main/resources/assets/roughlyenoughitems/lang/pt_br.json @@ -28,6 +28,7 @@ "category.rei.brewing.result": "Poção resultante", "category.rei.composting": "Decomposição", "category.rei.stripping": "Stripping", + "category.rei.beacon_base": "Beacon Base", "category.rei.information": "Information", "text.rei.composting.chance": "§e%d%% de chance", "text.rei.composting.page": "Página %d", @@ -97,6 +98,7 @@ "config.roughlyenoughitems.modules": "Modules", "config.roughlyenoughitems.technical": "Technical", "config.roughlyenoughitems.performance": "Performance", + "config.roughlyenoughitems.filtering": "Filtering", "config.roughlyenoughitems.cheating": "Cheating:", "config.roughlyenoughitems.smooth_scrolling": "Smooth Scrolling Settings", "config.roughlyenoughitems.recipeKeybind": "Show Recipe:", @@ -115,6 +117,11 @@ "config.roughlyenoughitems.lowerConfigButton": "Config Button Position:", "config.roughlyenoughitems.lowerConfigButton.boolean.false": "Top", "config.roughlyenoughitems.lowerConfigButton.boolean.true": "Next to Search", + "config.roughlyenoughitems.filteredEntries.selectAll": "Select All", + "config.roughlyenoughitems.filteredEntries.selectNone": "Unselect All", + "config.roughlyenoughitems.filteredEntries.hide": "Hide Selected", + "config.roughlyenoughitems.filteredEntries.show": "Show Selected", + "config.roughlyenoughitems.filteredEntries.loadWorldFirst": "Load World First!", "config.roughlyenoughitems.entrySize": "Entry Size:", "config.roughlyenoughitems.useCompactTabs": "Compact Tabs:", "config.roughlyenoughitems.darkTheme": "Appearance Theme:", -- cgit