From e21c0b7c798a43c6c4068e3fbe92429beacd084a Mon Sep 17 00:00:00 2001 From: shedaniel Date: Tue, 18 Feb 2020 18:20:47 +0800 Subject: New translations en_us.json (pl_pl) --- src/main/resources/assets/roughlyenoughitems/lang/pl_pl.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/main/resources/assets/roughlyenoughitems/lang/pl_pl.json b/src/main/resources/assets/roughlyenoughitems/lang/pl_pl.json index 4af42e081..1587e4f4d 100644 --- a/src/main/resources/assets/roughlyenoughitems/lang/pl_pl.json +++ b/src/main/resources/assets/roughlyenoughitems/lang/pl_pl.json @@ -123,6 +123,8 @@ "config.roughlyenoughitems.filteredEntries.show": "Pokaż zaznaczone", "config.roughlyenoughitems.filteredEntries.loadWorldFirst": "Najpierw załaduj świat!", "config.roughlyenoughitems.entrySize": "Rozmiar przedmiotu na liście:", + "config.roughlyenoughitems.asyncSearch": "Async Search:", + "config.roughlyenoughitems.numberAsyncSearch": "Async Entry Group Size:", "config.roughlyenoughitems.useCompactTabs": "Kompaktowe karty:", "config.roughlyenoughitems.darkTheme": "Motyw:", "config.roughlyenoughitems.darkTheme.boolean.true": "Ciemny", @@ -135,6 +137,7 @@ "config.roughlyenoughitems.mirrorItemPanel.boolean.true": "Po lewej", "config.roughlyenoughitems.mirrorItemPanel.boolean.false": "Po prawej", "config.roughlyenoughitems.debugRenderTimeRequired": "Tryb debugowania listy przedmiotów:", + "config.roughlyenoughitems.debugSearchTimeRequired": "Search Debug Mode:", "config.roughlyenoughitems.searchFieldLocation": "Pozycja pola wyszukiwania:", "config.roughlyenoughitems.searchFieldLocation.bottom_side": "Lewy / Prawy Dolny", "config.roughlyenoughitems.searchFieldLocation.top_side": "Lewy / Prawy Górny", -- cgit