diff options
| author | shedaniel <daniel@shedaniel.me> | 2020-02-18 18:21:29 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-02-18 18:21:29 +0800 |
| commit | 4987103190a8bea7c8954512c389f9e768b8d5b3 (patch) | |
| tree | 5ee3f7254b9bab20f7079ca142335509561e5242 /src/main | |
| parent | 3dd916b840b0fe64be6e11f9e5a3b73e443074fd (diff) | |
| parent | e21c0b7c798a43c6c4068e3fbe92429beacd084a (diff) | |
| download | RoughlyEnoughItems-4987103190a8bea7c8954512c389f9e768b8d5b3.tar.gz RoughlyEnoughItems-4987103190a8bea7c8954512c389f9e768b8d5b3.tar.bz2 RoughlyEnoughItems-4987103190a8bea7c8954512c389f9e768b8d5b3.zip | |
Merge pull request #269 from shedaniel/l10n_4.x-unstable
New Crowdin translations
Diffstat (limited to 'src/main')
13 files changed, 39 insertions, 0 deletions
diff --git a/src/main/resources/assets/roughlyenoughitems/lang/bg_bg.json b/src/main/resources/assets/roughlyenoughitems/lang/bg_bg.json index bbcb7bb1b..231096b95 100644 --- a/src/main/resources/assets/roughlyenoughitems/lang/bg_bg.json +++ b/src/main/resources/assets/roughlyenoughitems/lang/bg_bg.json @@ -123,6 +123,8 @@ "config.roughlyenoughitems.filteredEntries.show": "Show Selected", "config.roughlyenoughitems.filteredEntries.loadWorldFirst": "Load World First!", "config.roughlyenoughitems.entrySize": "Entry Size:", + "config.roughlyenoughitems.asyncSearch": "Async Search:", + "config.roughlyenoughitems.numberAsyncSearch": "Async Entry Group Size:", "config.roughlyenoughitems.useCompactTabs": "Compact Tabs:", "config.roughlyenoughitems.darkTheme": "Appearance Theme:", "config.roughlyenoughitems.darkTheme.boolean.true": "Dark Theme", @@ -135,6 +137,7 @@ "config.roughlyenoughitems.mirrorItemPanel.boolean.true": "Left Side", "config.roughlyenoughitems.mirrorItemPanel.boolean.false": "Right Side", "config.roughlyenoughitems.debugRenderTimeRequired": "Entry List Debug Mode:", + "config.roughlyenoughitems.debugSearchTimeRequired": "Search Debug Mode:", "config.roughlyenoughitems.searchFieldLocation": "Search Field Position:", "config.roughlyenoughitems.searchFieldLocation.bottom_side": "Bottom Left / Right", "config.roughlyenoughitems.searchFieldLocation.top_side": "Top Left / Right", diff --git a/src/main/resources/assets/roughlyenoughitems/lang/de_de.json b/src/main/resources/assets/roughlyenoughitems/lang/de_de.json index 2224ca4fe..2e0713a7d 100644 --- a/src/main/resources/assets/roughlyenoughitems/lang/de_de.json +++ b/src/main/resources/assets/roughlyenoughitems/lang/de_de.json @@ -123,6 +123,8 @@ "config.roughlyenoughitems.filteredEntries.show": "Show Selected", "config.roughlyenoughitems.filteredEntries.loadWorldFirst": "Load World First!", "config.roughlyenoughitems.entrySize": "Eintragsgröße:", + "config.roughlyenoughitems.asyncSearch": "Async Search:", + "config.roughlyenoughitems.numberAsyncSearch": "Async Entry Group Size:", "config.roughlyenoughitems.useCompactTabs": "Kompakte Tabs:", "config.roughlyenoughitems.darkTheme": "Erscheinungsbild:", "config.roughlyenoughitems.darkTheme.boolean.true": "Dunkles Design", @@ -135,6 +137,7 @@ "config.roughlyenoughitems.mirrorItemPanel.boolean.true": "Linke Seite", "config.roughlyenoughitems.mirrorItemPanel.boolean.false": "Rechte Seite", "config.roughlyenoughitems.debugRenderTimeRequired": "Eintragsliste Debug-Modus:", + "config.roughlyenoughitems.debugSearchTimeRequired": "Search Debug Mode:", "config.roughlyenoughitems.searchFieldLocation": "Position des Suchfelds:", "config.roughlyenoughitems.searchFieldLocation.bottom_side": "Unten Links / Rechts", "config.roughlyenoughitems.searchFieldLocation.top_side": "Oben Links / Rechts", diff --git a/src/main/resources/assets/roughlyenoughitems/lang/en_ud.json b/src/main/resources/assets/roughlyenoughitems/lang/en_ud.json index 44578ddbe..61b57981a 100755 --- a/src/main/resources/assets/roughlyenoughitems/lang/en_ud.json +++ b/src/main/resources/assets/roughlyenoughitems/lang/en_ud.json @@ -123,6 +123,8 @@ "config.roughlyenoughitems.filteredEntries.show": "Show Selected", "config.roughlyenoughitems.filteredEntries.loadWorldFirst": "Load World First!", "config.roughlyenoughitems.entrySize": "Entry Size:", + "config.roughlyenoughitems.asyncSearch": "Async Search:", + "config.roughlyenoughitems.numberAsyncSearch": "Async Entry Group Size:", "config.roughlyenoughitems.useCompactTabs": "Compact Tabs:", "config.roughlyenoughitems.darkTheme": ":ǝɯǝɥ⊥ ǝɔuɐɹɐǝdd∀", "config.roughlyenoughitems.darkTheme.boolean.true": "ǝɯǝɥ┴ ʞɹɐp", @@ -135,6 +137,7 @@ "config.roughlyenoughitems.mirrorItemPanel.boolean.true": "ǝpᴉS ʇɟǝ˥", "config.roughlyenoughitems.mirrorItemPanel.boolean.false": "ǝpᴉS ʇɥƃᴉɹ", "config.roughlyenoughitems.debugRenderTimeRequired": "Entry List Debug Mode:", + "config.roughlyenoughitems.debugSearchTimeRequired": "Search Debug Mode:", "config.roughlyenoughitems.searchFieldLocation": ":uoᴉʇᴉsoԀ plǝᴉℲ ɥɔɹɐǝS", "config.roughlyenoughitems.searchFieldLocation.bottom_side": "ʇɥƃᴉɹ / ʇɟǝ˥ ɯoʇʇoq", "config.roughlyenoughitems.searchFieldLocation.top_side": "ʇɥƃᴉɹ / ʇɟǝ˥ do┴", diff --git a/src/main/resources/assets/roughlyenoughitems/lang/et_ee.json b/src/main/resources/assets/roughlyenoughitems/lang/et_ee.json index 430d0dac6..11f6c09f3 100644 --- a/src/main/resources/assets/roughlyenoughitems/lang/et_ee.json +++ b/src/main/resources/assets/roughlyenoughitems/lang/et_ee.json @@ -123,6 +123,8 @@ "config.roughlyenoughitems.filteredEntries.show": "Kuva valitud", "config.roughlyenoughitems.filteredEntries.loadWorldFirst": "Laadi kõigepealt maailm!", "config.roughlyenoughitems.entrySize": "Üksuse suurus:", + "config.roughlyenoughitems.asyncSearch": "Async Search:", + "config.roughlyenoughitems.numberAsyncSearch": "Async Entry Group Size:", "config.roughlyenoughitems.useCompactTabs": "Kompaktsed kaardid:", "config.roughlyenoughitems.darkTheme": "Välimuse teema:", "config.roughlyenoughitems.darkTheme.boolean.true": "Tume teema", @@ -135,6 +137,7 @@ "config.roughlyenoughitems.mirrorItemPanel.boolean.true": "Vasakul", "config.roughlyenoughitems.mirrorItemPanel.boolean.false": "Paremal", "config.roughlyenoughitems.debugRenderTimeRequired": "Esemenimekirja silumisrežiim:", + "config.roughlyenoughitems.debugSearchTimeRequired": "Search Debug Mode:", "config.roughlyenoughitems.searchFieldLocation": "Otsingukasti asukoht:", "config.roughlyenoughitems.searchFieldLocation.bottom_side": "All vasakul/paremal", "config.roughlyenoughitems.searchFieldLocation.top_side": "Üleval vasakul/paremal", diff --git a/src/main/resources/assets/roughlyenoughitems/lang/fr_fr.json b/src/main/resources/assets/roughlyenoughitems/lang/fr_fr.json index e1a9549a2..f34be041b 100755 --- a/src/main/resources/assets/roughlyenoughitems/lang/fr_fr.json +++ b/src/main/resources/assets/roughlyenoughitems/lang/fr_fr.json @@ -123,6 +123,8 @@ "config.roughlyenoughitems.filteredEntries.show": "Afficher", "config.roughlyenoughitems.filteredEntries.loadWorldFirst": "Charger d'abord le monde !", "config.roughlyenoughitems.entrySize": "Taille des entrées :", + "config.roughlyenoughitems.asyncSearch": "Async Search:", + "config.roughlyenoughitems.numberAsyncSearch": "Async Entry Group Size:", "config.roughlyenoughitems.useCompactTabs": "Onglets compacts :", "config.roughlyenoughitems.darkTheme": "Thème d'apparence :", "config.roughlyenoughitems.darkTheme.boolean.true": "Thème sombre", @@ -135,6 +137,7 @@ "config.roughlyenoughitems.mirrorItemPanel.boolean.true": "Côté gauche", "config.roughlyenoughitems.mirrorItemPanel.boolean.false": "Côté droit", "config.roughlyenoughitems.debugRenderTimeRequired": "Mode de débogage de la liste d'entrées :", + "config.roughlyenoughitems.debugSearchTimeRequired": "Search Debug Mode:", "config.roughlyenoughitems.searchFieldLocation": "Position du champ de recherche :", "config.roughlyenoughitems.searchFieldLocation.bottom_side": "Bas à gauche/droite", "config.roughlyenoughitems.searchFieldLocation.top_side": "Haut à gauche/droite", diff --git a/src/main/resources/assets/roughlyenoughitems/lang/ja_jp.json b/src/main/resources/assets/roughlyenoughitems/lang/ja_jp.json index a74d69698..8e3c75da5 100644 --- a/src/main/resources/assets/roughlyenoughitems/lang/ja_jp.json +++ b/src/main/resources/assets/roughlyenoughitems/lang/ja_jp.json @@ -123,6 +123,8 @@ "config.roughlyenoughitems.filteredEntries.show": "Show Selected", "config.roughlyenoughitems.filteredEntries.loadWorldFirst": "Load World First!", "config.roughlyenoughitems.entrySize": "Entry Size:", + "config.roughlyenoughitems.asyncSearch": "Async Search:", + "config.roughlyenoughitems.numberAsyncSearch": "Async Entry Group Size:", "config.roughlyenoughitems.useCompactTabs": "Compact Tabs:", "config.roughlyenoughitems.darkTheme": "外観テーマ:", "config.roughlyenoughitems.darkTheme.boolean.true": "暗いテーマ", @@ -135,6 +137,7 @@ "config.roughlyenoughitems.mirrorItemPanel.boolean.true": "左側", "config.roughlyenoughitems.mirrorItemPanel.boolean.false": "右側", "config.roughlyenoughitems.debugRenderTimeRequired": "Entry List Debug Mode:", + "config.roughlyenoughitems.debugSearchTimeRequired": "Search Debug Mode:", "config.roughlyenoughitems.searchFieldLocation": "検索欄の位置:", "config.roughlyenoughitems.searchFieldLocation.bottom_side": "左下 / 右下", "config.roughlyenoughitems.searchFieldLocation.top_side": "左上 / 右上", diff --git a/src/main/resources/assets/roughlyenoughitems/lang/lol_us.json b/src/main/resources/assets/roughlyenoughitems/lang/lol_us.json index e93bf9ed6..a25f9682d 100644 --- a/src/main/resources/assets/roughlyenoughitems/lang/lol_us.json +++ b/src/main/resources/assets/roughlyenoughitems/lang/lol_us.json @@ -123,6 +123,8 @@ "config.roughlyenoughitems.filteredEntries.show": "Show Selected", "config.roughlyenoughitems.filteredEntries.loadWorldFirst": "Load World First!", "config.roughlyenoughitems.entrySize": "Entry Size:", + "config.roughlyenoughitems.asyncSearch": "Async Search:", + "config.roughlyenoughitems.numberAsyncSearch": "Async Entry Group Size:", "config.roughlyenoughitems.useCompactTabs": "Compact Tabs:", "config.roughlyenoughitems.darkTheme": "Appeawance Thweme:", "config.roughlyenoughitems.darkTheme.boolean.true": "Dawk Thweme", @@ -135,6 +137,7 @@ "config.roughlyenoughitems.mirrorItemPanel.boolean.true": "Weft Side", "config.roughlyenoughitems.mirrorItemPanel.boolean.false": "Wight Side", "config.roughlyenoughitems.debugRenderTimeRequired": "Entry List Debug Mode:", + "config.roughlyenoughitems.debugSearchTimeRequired": "Search Debug Mode:", "config.roughlyenoughitems.searchFieldLocation": "Seawch Fiewd Position:", "config.roughlyenoughitems.searchFieldLocation.bottom_side": "Bottom Weft / Wight", "config.roughlyenoughitems.searchFieldLocation.top_side": "Top Left / Wight", diff --git a/src/main/resources/assets/roughlyenoughitems/lang/nn_no.json b/src/main/resources/assets/roughlyenoughitems/lang/nn_no.json index c7134b3f9..b6317d591 100644 --- a/src/main/resources/assets/roughlyenoughitems/lang/nn_no.json +++ b/src/main/resources/assets/roughlyenoughitems/lang/nn_no.json @@ -123,6 +123,8 @@ "config.roughlyenoughitems.filteredEntries.show": "Show Selected", "config.roughlyenoughitems.filteredEntries.loadWorldFirst": "Load World First!", "config.roughlyenoughitems.entrySize": "Entry Size:", + "config.roughlyenoughitems.asyncSearch": "Async Search:", + "config.roughlyenoughitems.numberAsyncSearch": "Async Entry Group Size:", "config.roughlyenoughitems.useCompactTabs": "Compact Tabs:", "config.roughlyenoughitems.darkTheme": "Appearance Theme:", "config.roughlyenoughitems.darkTheme.boolean.true": "Dark Theme", @@ -135,6 +137,7 @@ "config.roughlyenoughitems.mirrorItemPanel.boolean.true": "Left Side", "config.roughlyenoughitems.mirrorItemPanel.boolean.false": "Right Side", "config.roughlyenoughitems.debugRenderTimeRequired": "Entry List Debug Mode:", + "config.roughlyenoughitems.debugSearchTimeRequired": "Search Debug Mode:", "config.roughlyenoughitems.searchFieldLocation": "Search Field Position:", "config.roughlyenoughitems.searchFieldLocation.bottom_side": "Bottom Left / Right", "config.roughlyenoughitems.searchFieldLocation.top_side": "Top Left / Right", 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", diff --git a/src/main/resources/assets/roughlyenoughitems/lang/pt_br.json b/src/main/resources/assets/roughlyenoughitems/lang/pt_br.json index 0f15c9572..aa50b95dd 100644 --- a/src/main/resources/assets/roughlyenoughitems/lang/pt_br.json +++ b/src/main/resources/assets/roughlyenoughitems/lang/pt_br.json @@ -123,6 +123,8 @@ "config.roughlyenoughitems.filteredEntries.show": "Show Selected", "config.roughlyenoughitems.filteredEntries.loadWorldFirst": "Load World First!", "config.roughlyenoughitems.entrySize": "Entry Size:", + "config.roughlyenoughitems.asyncSearch": "Async Search:", + "config.roughlyenoughitems.numberAsyncSearch": "Async Entry Group Size:", "config.roughlyenoughitems.useCompactTabs": "Compact Tabs:", "config.roughlyenoughitems.darkTheme": "Appearance Theme:", "config.roughlyenoughitems.darkTheme.boolean.true": "Dark Theme", @@ -135,6 +137,7 @@ "config.roughlyenoughitems.mirrorItemPanel.boolean.true": "Left Side", "config.roughlyenoughitems.mirrorItemPanel.boolean.false": "Right Side", "config.roughlyenoughitems.debugRenderTimeRequired": "Entry List Debug Mode:", + "config.roughlyenoughitems.debugSearchTimeRequired": "Search Debug Mode:", "config.roughlyenoughitems.searchFieldLocation": "Search Field Position:", "config.roughlyenoughitems.searchFieldLocation.bottom_side": "Bottom Left / Right", "config.roughlyenoughitems.searchFieldLocation.top_side": "Top Left / Right", diff --git a/src/main/resources/assets/roughlyenoughitems/lang/ru_ru.json b/src/main/resources/assets/roughlyenoughitems/lang/ru_ru.json index 8cd8d7f78..6a569959d 100644 --- a/src/main/resources/assets/roughlyenoughitems/lang/ru_ru.json +++ b/src/main/resources/assets/roughlyenoughitems/lang/ru_ru.json @@ -123,6 +123,8 @@ "config.roughlyenoughitems.filteredEntries.show": "Show Selected", "config.roughlyenoughitems.filteredEntries.loadWorldFirst": "Load World First!", "config.roughlyenoughitems.entrySize": "Размер предметов:", + "config.roughlyenoughitems.asyncSearch": "Async Search:", + "config.roughlyenoughitems.numberAsyncSearch": "Async Entry Group Size:", "config.roughlyenoughitems.useCompactTabs": "Компактные вкладки:", "config.roughlyenoughitems.darkTheme": "Тема оформления:", "config.roughlyenoughitems.darkTheme.boolean.true": "Тёмная тема", @@ -135,6 +137,7 @@ "config.roughlyenoughitems.mirrorItemPanel.boolean.true": "Слева", "config.roughlyenoughitems.mirrorItemPanel.boolean.false": "Справа", "config.roughlyenoughitems.debugRenderTimeRequired": "Режим отладки списка предметов:", + "config.roughlyenoughitems.debugSearchTimeRequired": "Search Debug Mode:", "config.roughlyenoughitems.searchFieldLocation": "Положение поля поиска:", "config.roughlyenoughitems.searchFieldLocation.bottom_side": "Внизу", "config.roughlyenoughitems.searchFieldLocation.top_side": "Сверху", diff --git a/src/main/resources/assets/roughlyenoughitems/lang/zh_cn.json b/src/main/resources/assets/roughlyenoughitems/lang/zh_cn.json index f982b68f6..bee5171fd 100644 --- a/src/main/resources/assets/roughlyenoughitems/lang/zh_cn.json +++ b/src/main/resources/assets/roughlyenoughitems/lang/zh_cn.json @@ -123,6 +123,8 @@ "config.roughlyenoughitems.filteredEntries.show": "Show Selected", "config.roughlyenoughitems.filteredEntries.loadWorldFirst": "Load World First!", "config.roughlyenoughitems.entrySize": "条目大小:", + "config.roughlyenoughitems.asyncSearch": "Async Search:", + "config.roughlyenoughitems.numberAsyncSearch": "Async Entry Group Size:", "config.roughlyenoughitems.useCompactTabs": "简洁标签:", "config.roughlyenoughitems.darkTheme": "外观主题:", "config.roughlyenoughitems.darkTheme.boolean.true": "深色主题", @@ -135,6 +137,7 @@ "config.roughlyenoughitems.mirrorItemPanel.boolean.true": "左侧", "config.roughlyenoughitems.mirrorItemPanel.boolean.false": "右侧", "config.roughlyenoughitems.debugRenderTimeRequired": "条目列表调试模式:", + "config.roughlyenoughitems.debugSearchTimeRequired": "Search Debug Mode:", "config.roughlyenoughitems.searchFieldLocation": "搜索框的位置:", "config.roughlyenoughitems.searchFieldLocation.bottom_side": "左/右下角", "config.roughlyenoughitems.searchFieldLocation.top_side": "左/右上角", diff --git a/src/main/resources/assets/roughlyenoughitems/lang/zh_tw.json b/src/main/resources/assets/roughlyenoughitems/lang/zh_tw.json index 27962e770..e1d35bc44 100644 --- a/src/main/resources/assets/roughlyenoughitems/lang/zh_tw.json +++ b/src/main/resources/assets/roughlyenoughitems/lang/zh_tw.json @@ -123,6 +123,8 @@ "config.roughlyenoughitems.filteredEntries.show": "顯示所選", "config.roughlyenoughitems.filteredEntries.loadWorldFirst": "Load World First!", "config.roughlyenoughitems.entrySize": "物品大小:", + "config.roughlyenoughitems.asyncSearch": "Async Search:", + "config.roughlyenoughitems.numberAsyncSearch": "Async Entry Group Size:", "config.roughlyenoughitems.useCompactTabs": "簡潔分類標籤:", "config.roughlyenoughitems.darkTheme": "外觀主題:", "config.roughlyenoughitems.darkTheme.boolean.true": "暗主題", @@ -135,6 +137,7 @@ "config.roughlyenoughitems.mirrorItemPanel.boolean.true": "左邊", "config.roughlyenoughitems.mirrorItemPanel.boolean.false": "右邊", "config.roughlyenoughitems.debugRenderTimeRequired": "項目列表測試模式:", + "config.roughlyenoughitems.debugSearchTimeRequired": "Search Debug Mode:", "config.roughlyenoughitems.searchFieldLocation": "搜索框的位置:", "config.roughlyenoughitems.searchFieldLocation.bottom_side": "左下 / 右下", "config.roughlyenoughitems.searchFieldLocation.top_side": "左上 / 右上", |
