From 02eab77685f3a1415eceee5b9681510b95f9223e Mon Sep 17 00:00:00 2001 From: shedaniel Date: Wed, 1 Jul 2020 14:25:41 +0800 Subject: New translations en_us.json (fr_fr) --- src/main/resources/assets/roughlyenoughitems/lang/fr_fr.json | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src') diff --git a/src/main/resources/assets/roughlyenoughitems/lang/fr_fr.json b/src/main/resources/assets/roughlyenoughitems/lang/fr_fr.json index 7c577c9fe..5acf32d12 100755 --- a/src/main/resources/assets/roughlyenoughitems/lang/fr_fr.json +++ b/src/main/resources/assets/roughlyenoughitems/lang/fr_fr.json @@ -5,6 +5,7 @@ "text.rei.cheating_enabled": "§cTriche activée", "text.rei.cheating_limited_enabled": "§bTriche activée (commandes activées)", "text.rei.cheating_enabled_no_perms": "§7Triche §cactivée §7(aucune permission)", + "text.rei.cheating_limited_creative_enabled": "§aCheating Enabled (Using Creative)", "text.rei.no_permission_cheat": "Les permissions d'opérateur sont requises pour obtenir des objets", "text.rei.search.field.suggestion": "Rechercher...", "category.rei.crafting": "Fabrication", @@ -118,6 +119,9 @@ "config.roughlyenoughitems.keyBindings.copyRecipeIdentifierKeybind": "Copier l'identifiant de la recette :", "config.roughlyenoughitems.keyBindings.exportImageKeybind": "Export Recipe:", "config.roughlyenoughitems.keyBindings.favoriteKeybind": "Entrée favorite :", + "config.roughlyenoughitems.cheatingStyle": "Cheating Style:", + "config.roughlyenoughitems.cheatingStyle.grab": "Grab", + "config.roughlyenoughitems.cheatingStyle.give": "Give", "config.roughlyenoughitems.recipeScreenType": "Type d'affichage des recettes :", "config.roughlyenoughitems.recipeScreenType.config": "Type d'affichage des recettes : %s", "config.roughlyenoughitems.recipeScreenType.unset": "Non défini", -- cgit From 37d33650c7177c97cbb8ec593433e7da56125903 Mon Sep 17 00:00:00 2001 From: shedaniel Date: Wed, 1 Jul 2020 14:25:42 +0800 Subject: New translations en_us.json (bg_bg) --- src/main/resources/assets/roughlyenoughitems/lang/bg_bg.json | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src') diff --git a/src/main/resources/assets/roughlyenoughitems/lang/bg_bg.json b/src/main/resources/assets/roughlyenoughitems/lang/bg_bg.json index 86d251b53..46ab00849 100644 --- a/src/main/resources/assets/roughlyenoughitems/lang/bg_bg.json +++ b/src/main/resources/assets/roughlyenoughitems/lang/bg_bg.json @@ -5,6 +5,7 @@ "text.rei.cheating_enabled": "§cCheating Enabled", "text.rei.cheating_limited_enabled": "§bCheating Enabled (Using Commands)", "text.rei.cheating_enabled_no_perms": "§7Cheating §cEnabled §7(No Permission)", + "text.rei.cheating_limited_creative_enabled": "§aCheating Enabled (Using Creative)", "text.rei.no_permission_cheat": "Нужни са операторски разрешения за да се cheatват предмети", "text.rei.search.field.suggestion": "Търсене...", "category.rei.crafting": "Изработване", @@ -118,6 +119,9 @@ "config.roughlyenoughitems.keyBindings.copyRecipeIdentifierKeybind": "Copy Recipe Identifier:", "config.roughlyenoughitems.keyBindings.exportImageKeybind": "Export Recipe:", "config.roughlyenoughitems.keyBindings.favoriteKeybind": "Favorite Entry:", + "config.roughlyenoughitems.cheatingStyle": "Cheating Style:", + "config.roughlyenoughitems.cheatingStyle.grab": "Grab", + "config.roughlyenoughitems.cheatingStyle.give": "Give", "config.roughlyenoughitems.recipeScreenType": "Recipe Screen Type:", "config.roughlyenoughitems.recipeScreenType.config": "Recipe Screen Type: %s", "config.roughlyenoughitems.recipeScreenType.unset": "Not Set", -- cgit From e5850460a382442c37717fb4540b1829b72445ec Mon Sep 17 00:00:00 2001 From: shedaniel Date: Wed, 1 Jul 2020 14:25:44 +0800 Subject: New translations en_us.json (de_de) --- src/main/resources/assets/roughlyenoughitems/lang/de_de.json | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src') diff --git a/src/main/resources/assets/roughlyenoughitems/lang/de_de.json b/src/main/resources/assets/roughlyenoughitems/lang/de_de.json index 1d3cfcf49..81f64a433 100644 --- a/src/main/resources/assets/roughlyenoughitems/lang/de_de.json +++ b/src/main/resources/assets/roughlyenoughitems/lang/de_de.json @@ -5,6 +5,7 @@ "text.rei.cheating_enabled": "§cSchummeln Aktiviert", "text.rei.cheating_limited_enabled": "§bSchummeln Aktiviert (durch Befehl)", "text.rei.cheating_enabled_no_perms": "§7Schummeln §cAktiviert §7(Keine Berechtigung)", + "text.rei.cheating_limited_creative_enabled": "§aCheating Enabled (Using Creative)", "text.rei.no_permission_cheat": "Operator-Berechtigungen sind erforderlich, um Gegenstände herbei zu schummeln", "text.rei.search.field.suggestion": "Suche...", "category.rei.crafting": "Herstellen", @@ -118,6 +119,9 @@ "config.roughlyenoughitems.keyBindings.copyRecipeIdentifierKeybind": "Rezept-Identifizierer kopieren:", "config.roughlyenoughitems.keyBindings.exportImageKeybind": "Export Recipe:", "config.roughlyenoughitems.keyBindings.favoriteKeybind": "Favoriten-Eintrag:", + "config.roughlyenoughitems.cheatingStyle": "Cheating Style:", + "config.roughlyenoughitems.cheatingStyle.grab": "Grab", + "config.roughlyenoughitems.cheatingStyle.give": "Give", "config.roughlyenoughitems.recipeScreenType": "Art des Rezept-Bildschirms:", "config.roughlyenoughitems.recipeScreenType.config": "Art des Rezept-Bildschirms: %s", "config.roughlyenoughitems.recipeScreenType.unset": "Nicht Gesetzt", -- cgit From a0a1874714b29d90e8c32bfd0180465060117d0b Mon Sep 17 00:00:00 2001 From: shedaniel Date: Wed, 1 Jul 2020 14:25:45 +0800 Subject: New translations en_us.json (ja_jp) --- src/main/resources/assets/roughlyenoughitems/lang/ja_jp.json | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src') diff --git a/src/main/resources/assets/roughlyenoughitems/lang/ja_jp.json b/src/main/resources/assets/roughlyenoughitems/lang/ja_jp.json index f6485413f..dfd3d2c14 100644 --- a/src/main/resources/assets/roughlyenoughitems/lang/ja_jp.json +++ b/src/main/resources/assets/roughlyenoughitems/lang/ja_jp.json @@ -5,6 +5,7 @@ "text.rei.cheating_enabled": "§cチートモードを使う", "text.rei.cheating_limited_enabled": "§bチートモードを使う (コマンドを使用)", "text.rei.cheating_enabled_no_perms": "§7チートモードを§c使う §7(権限がない)", + "text.rei.cheating_limited_creative_enabled": "§aCheating Enabled (Using Creative)", "text.rei.no_permission_cheat": "チートモードでアイテムを取得する場合は、オペレーターの権限が必要です", "text.rei.search.field.suggestion": "検索...", "category.rei.crafting": "クラフト", @@ -118,6 +119,9 @@ "config.roughlyenoughitems.keyBindings.copyRecipeIdentifierKeybind": "Copy Recipe Identifier:", "config.roughlyenoughitems.keyBindings.exportImageKeybind": "Export Recipe:", "config.roughlyenoughitems.keyBindings.favoriteKeybind": "Favorite Entry:", + "config.roughlyenoughitems.cheatingStyle": "Cheating Style:", + "config.roughlyenoughitems.cheatingStyle.grab": "Grab", + "config.roughlyenoughitems.cheatingStyle.give": "Give", "config.roughlyenoughitems.recipeScreenType": "レシピ画面のタイプ:", "config.roughlyenoughitems.recipeScreenType.config": "レシピ画面タイプ: %s", "config.roughlyenoughitems.recipeScreenType.unset": "設定されていません", -- cgit From 22448eb9f78c8b5e138e24ad3cdc1d325148bdef Mon Sep 17 00:00:00 2001 From: shedaniel Date: Wed, 1 Jul 2020 14:25:47 +0800 Subject: New translations en_us.json (nn_no) --- src/main/resources/assets/roughlyenoughitems/lang/nn_no.json | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src') diff --git a/src/main/resources/assets/roughlyenoughitems/lang/nn_no.json b/src/main/resources/assets/roughlyenoughitems/lang/nn_no.json index d5a165348..af3594ead 100644 --- a/src/main/resources/assets/roughlyenoughitems/lang/nn_no.json +++ b/src/main/resources/assets/roughlyenoughitems/lang/nn_no.json @@ -5,6 +5,7 @@ "text.rei.cheating_enabled": "§cCheating Enabled", "text.rei.cheating_limited_enabled": "§bCheating Enabled (Using Commands)", "text.rei.cheating_enabled_no_perms": "§7Cheating §cEnabled §7(No Permission)", + "text.rei.cheating_limited_creative_enabled": "§aCheating Enabled (Using Creative)", "text.rei.no_permission_cheat": "Operator permissions are required to cheat items", "text.rei.search.field.suggestion": "Search...", "category.rei.crafting": "Crafting", @@ -118,6 +119,9 @@ "config.roughlyenoughitems.keyBindings.copyRecipeIdentifierKeybind": "Kopier oppskriftsidentifikator:", "config.roughlyenoughitems.keyBindings.exportImageKeybind": "Eksporter oppskrift:", "config.roughlyenoughitems.keyBindings.favoriteKeybind": "Favoritt Entry:", + "config.roughlyenoughitems.cheatingStyle": "Cheating Style:", + "config.roughlyenoughitems.cheatingStyle.grab": "Grab", + "config.roughlyenoughitems.cheatingStyle.give": "Give", "config.roughlyenoughitems.recipeScreenType": "Recipe Screen Type:", "config.roughlyenoughitems.recipeScreenType.config": "Recipe Screen Type: %s", "config.roughlyenoughitems.recipeScreenType.unset": "Not Set", -- cgit From fef7158532517ebc39f8f3d3bbc489486ad11d12 Mon Sep 17 00:00:00 2001 From: shedaniel Date: Wed, 1 Jul 2020 14:25:48 +0800 Subject: New translations en_us.json (pl_pl) --- src/main/resources/assets/roughlyenoughitems/lang/pl_pl.json | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src') diff --git a/src/main/resources/assets/roughlyenoughitems/lang/pl_pl.json b/src/main/resources/assets/roughlyenoughitems/lang/pl_pl.json index bd6c9af90..43812175a 100644 --- a/src/main/resources/assets/roughlyenoughitems/lang/pl_pl.json +++ b/src/main/resources/assets/roughlyenoughitems/lang/pl_pl.json @@ -5,6 +5,7 @@ "text.rei.cheating_enabled": "§cTryb Oszukiwania włączony", "text.rei.cheating_limited_enabled": "§bTryb Oszukiwania włączony (Z użyciem komend)", "text.rei.cheating_enabled_no_perms": "§7Tryb Oszukiwania §cwłączony §7(Brak uprawnień)", + "text.rei.cheating_limited_creative_enabled": "§aCheating Enabled (Using Creative)", "text.rei.no_permission_cheat": "Do pobierania przedmiotów potrzebne są uprawnienia operacyjne", "text.rei.search.field.suggestion": "Szukaj...", "category.rei.crafting": "Wytwarzanie", @@ -118,6 +119,9 @@ "config.roughlyenoughitems.keyBindings.copyRecipeIdentifierKeybind": "Skopiuj Id receptury:", "config.roughlyenoughitems.keyBindings.exportImageKeybind": "Export Recipe:", "config.roughlyenoughitems.keyBindings.favoriteKeybind": "Dodaj przedmiot do Ulubionych:", + "config.roughlyenoughitems.cheatingStyle": "Cheating Style:", + "config.roughlyenoughitems.cheatingStyle.grab": "Grab", + "config.roughlyenoughitems.cheatingStyle.give": "Give", "config.roughlyenoughitems.recipeScreenType": "Sposób wyświetlania receptur:", "config.roughlyenoughitems.recipeScreenType.config": "Sposób wyświetlania receptur: %s", "config.roughlyenoughitems.recipeScreenType.unset": "Nie ustawiono", -- cgit From d69435c01c9246e4a0972b56728ad786ecb9bea5 Mon Sep 17 00:00:00 2001 From: shedaniel Date: Wed, 1 Jul 2020 14:25:50 +0800 Subject: New translations en_us.json (pt_pt) --- src/main/resources/assets/roughlyenoughitems/lang/pt_pt.json | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src') diff --git a/src/main/resources/assets/roughlyenoughitems/lang/pt_pt.json b/src/main/resources/assets/roughlyenoughitems/lang/pt_pt.json index 430b7d1ab..aa71c00ae 100644 --- a/src/main/resources/assets/roughlyenoughitems/lang/pt_pt.json +++ b/src/main/resources/assets/roughlyenoughitems/lang/pt_pt.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": "Pesquisar...", "category.rei.crafting": "Fabricação", @@ -118,6 +119,9 @@ "config.roughlyenoughitems.keyBindings.copyRecipeIdentifierKeybind": "Copiar Identificador de Receita:", "config.roughlyenoughitems.keyBindings.exportImageKeybind": "Export Recipe:", "config.roughlyenoughitems.keyBindings.favoriteKeybind": "Referência favorita:", + "config.roughlyenoughitems.cheatingStyle": "Cheating Style:", + "config.roughlyenoughitems.cheatingStyle.grab": "Grab", + "config.roughlyenoughitems.cheatingStyle.give": "Give", "config.roughlyenoughitems.recipeScreenType": "Tipo de Ecrã de Receitas:", "config.roughlyenoughitems.recipeScreenType.config": "Tipo de Ecrã de Receitas: %s", "config.roughlyenoughitems.recipeScreenType.unset": "Não Definido", -- cgit From 3e908d91fe28656075bcd61866c339f5f1e0a9a7 Mon Sep 17 00:00:00 2001 From: shedaniel Date: Wed, 1 Jul 2020 14:25:51 +0800 Subject: New translations en_us.json (ru_ru) --- src/main/resources/assets/roughlyenoughitems/lang/ru_ru.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/main/resources/assets/roughlyenoughitems/lang/ru_ru.json b/src/main/resources/assets/roughlyenoughitems/lang/ru_ru.json index e23e01e6b..65919d6a3 100644 --- a/src/main/resources/assets/roughlyenoughitems/lang/ru_ru.json +++ b/src/main/resources/assets/roughlyenoughitems/lang/ru_ru.json @@ -5,6 +5,7 @@ "text.rei.cheating_enabled": "§cЧитерство включено", "text.rei.cheating_limited_enabled": "§bЧитерство включено (Использование команд)", "text.rei.cheating_enabled_no_perms": "§7Читерство §cвключено §7(Нет прав)", + "text.rei.cheating_limited_creative_enabled": "§aCheating Enabled (Using Creative)", "text.rei.no_permission_cheat": "Для читерства требуются права оператора", "text.rei.search.field.suggestion": "Поиск...", "category.rei.crafting": "Создание", @@ -106,7 +107,7 @@ "config.roughlyenoughitems.appearance": "Оформление", "config.roughlyenoughitems.functionality": "Функционал", "config.roughlyenoughitems.advanced": "Новейший", - "config.roughlyenoughitems.cheating": "Мошенничество:", + "config.roughlyenoughitems.cheating": "Читерство:", "config.roughlyenoughitems.favoritesEnabled": "Избранное включено:", "config.roughlyenoughitems.keyBindings": "Привязка Клавиш", "config.roughlyenoughitems.keyBindings.recipeKeybind": "Показать рецепт:", @@ -118,6 +119,9 @@ "config.roughlyenoughitems.keyBindings.copyRecipeIdentifierKeybind": "Скопировать идентификатор рецепта:", "config.roughlyenoughitems.keyBindings.exportImageKeybind": "Экспорт рецепта:", "config.roughlyenoughitems.keyBindings.favoriteKeybind": "Закладка:", + "config.roughlyenoughitems.cheatingStyle": "Cheating Style:", + "config.roughlyenoughitems.cheatingStyle.grab": "Grab", + "config.roughlyenoughitems.cheatingStyle.give": "Give", "config.roughlyenoughitems.recipeScreenType": "Тип окна рецепта:", "config.roughlyenoughitems.recipeScreenType.config": "Вид окна рецепта: %s", "config.roughlyenoughitems.recipeScreenType.unset": "Не установлено", @@ -185,7 +189,7 @@ "config.roughlyenoughitems.list_ordering_button": "%s [%s]", "config.roughlyenoughitems.miscellaneous.newFastEntryRendering": "Быстрая отрисовка предметов:", "config.roughlyenoughitems.itemCheatingMode": "Количество выдаваемых предметов:", - "config.roughlyenoughitems.itemCheatingMode.rei_like": "x1", + "config.roughlyenoughitems.itemCheatingMode.rei_like": "Нормальный", "config.roughlyenoughitems.itemCheatingMode.jei_like": "x64", "config.roughlyenoughitems.search.searchFavorites": "Поиск фильтра в Закладках:", "config.roughlyenoughitems.tooltips.appendModNames": "Показывать название мода:", -- cgit From f385c624194523803f167ee61ec708b4deb4cc1e Mon Sep 17 00:00:00 2001 From: shedaniel Date: Wed, 1 Jul 2020 14:25:53 +0800 Subject: New translations en_us.json (zh_cn) --- src/main/resources/assets/roughlyenoughitems/lang/zh_cn.json | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src') diff --git a/src/main/resources/assets/roughlyenoughitems/lang/zh_cn.json b/src/main/resources/assets/roughlyenoughitems/lang/zh_cn.json index b0445b723..b06da5b7e 100644 --- a/src/main/resources/assets/roughlyenoughitems/lang/zh_cn.json +++ b/src/main/resources/assets/roughlyenoughitems/lang/zh_cn.json @@ -5,6 +5,7 @@ "text.rei.cheating_enabled": "§c已启用作弊", "text.rei.cheating_limited_enabled": "§b已启用作弊(通过命令行)", "text.rei.cheating_enabled_no_perms": "§7作弊§c已启用§7(无权限)", + "text.rei.cheating_limited_creative_enabled": "§aCheating Enabled (Using Creative)", "text.rei.no_permission_cheat": "通过作弊给予物品需要OP权限", "text.rei.search.field.suggestion": "搜索...", "category.rei.crafting": "合成", @@ -118,6 +119,9 @@ "config.roughlyenoughitems.keyBindings.copyRecipeIdentifierKeybind": "复制配方ID:", "config.roughlyenoughitems.keyBindings.exportImageKeybind": "导出配方:", "config.roughlyenoughitems.keyBindings.favoriteKeybind": "收藏物品:", + "config.roughlyenoughitems.cheatingStyle": "Cheating Style:", + "config.roughlyenoughitems.cheatingStyle.grab": "Grab", + "config.roughlyenoughitems.cheatingStyle.give": "Give", "config.roughlyenoughitems.recipeScreenType": "配方屏幕类型:", "config.roughlyenoughitems.recipeScreenType.config": "配方屏幕类型:%s", "config.roughlyenoughitems.recipeScreenType.unset": "未设定", -- cgit From eda36c622d70a972263aeed243dfb7d7cd715807 Mon Sep 17 00:00:00 2001 From: shedaniel Date: Wed, 1 Jul 2020 14:25:54 +0800 Subject: New translations en_us.json (zh_tw) --- src/main/resources/assets/roughlyenoughitems/lang/zh_tw.json | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src') diff --git a/src/main/resources/assets/roughlyenoughitems/lang/zh_tw.json b/src/main/resources/assets/roughlyenoughitems/lang/zh_tw.json index bea630523..9d7f3bdf5 100644 --- a/src/main/resources/assets/roughlyenoughitems/lang/zh_tw.json +++ b/src/main/resources/assets/roughlyenoughitems/lang/zh_tw.json @@ -5,6 +5,7 @@ "text.rei.cheating_enabled": "§c作弊已啟用", "text.rei.cheating_limited_enabled": "§c作弊已啟用 (使用命令)", "text.rei.cheating_enabled_no_perms": "§7作弊已§c啟用§7 (無權限)", + "text.rei.cheating_limited_creative_enabled": "§aCheating Enabled (Using Creative)", "text.rei.no_permission_cheat": "作弊需要管理員權限", "text.rei.search.field.suggestion": "搜尋…", "category.rei.crafting": "合成", @@ -118,6 +119,9 @@ "config.roughlyenoughitems.keyBindings.copyRecipeIdentifierKeybind": "複製配方ID:", "config.roughlyenoughitems.keyBindings.exportImageKeybind": "匯出食譜:", "config.roughlyenoughitems.keyBindings.favoriteKeybind": "添加到我的最愛:", + "config.roughlyenoughitems.cheatingStyle": "Cheating Style:", + "config.roughlyenoughitems.cheatingStyle.grab": "Grab", + "config.roughlyenoughitems.cheatingStyle.give": "Give", "config.roughlyenoughitems.recipeScreenType": "配方介面類型:", "config.roughlyenoughitems.recipeScreenType.config": "配方介面類型:%s", "config.roughlyenoughitems.recipeScreenType.unset": "尚未設定", -- cgit 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 From a7f478ee26d375cf8c03d0af8109d35162230b37 Mon Sep 17 00:00:00 2001 From: shedaniel Date: Wed, 1 Jul 2020 14:25:58 +0800 Subject: New translations en_us.json (et_ee) --- src/main/resources/assets/roughlyenoughitems/lang/et_ee.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/main/resources/assets/roughlyenoughitems/lang/et_ee.json b/src/main/resources/assets/roughlyenoughitems/lang/et_ee.json index 935d2fc51..55f1cfc26 100644 --- a/src/main/resources/assets/roughlyenoughitems/lang/et_ee.json +++ b/src/main/resources/assets/roughlyenoughitems/lang/et_ee.json @@ -5,6 +5,7 @@ "text.rei.cheating_enabled": "§cSohitegemine lubatud", "text.rei.cheating_limited_enabled": "§bSohitegemine lubatud (käskudega)", "text.rei.cheating_enabled_no_perms": "§7Sohitegemine §clubatud §7(puudub luba)", + "text.rei.cheating_limited_creative_enabled": "§aCheating Enabled (Using Creative)", "text.rei.no_permission_cheat": "Esemete sohiga saamiseks on vajalikud operaatoriõigused", "text.rei.search.field.suggestion": "Otsi...", "category.rei.crafting": "Meisterdamine", @@ -74,7 +75,7 @@ "text.rei.short_gamemode.adventure": "S", "text.rei.short_gamemode.spectator": "V", "text.rei.weather.clear": "Selge", - "text.rei.weather.rain": "Rihm", + "text.rei.weather.rain": "Vihm", "text.rei.weather.thunder": "Müristamine", "text.rei.previous_category": "Eelmine kategooria", "text.rei.next_category": "Järgmine kategooria", @@ -118,6 +119,9 @@ "config.roughlyenoughitems.keyBindings.copyRecipeIdentifierKeybind": "Kopeeri retsepti ID:", "config.roughlyenoughitems.keyBindings.exportImageKeybind": "Ekspordi retsept:", "config.roughlyenoughitems.keyBindings.favoriteKeybind": "Lisa lemmikutesse:", + "config.roughlyenoughitems.cheatingStyle": "Cheating Style:", + "config.roughlyenoughitems.cheatingStyle.grab": "Grab", + "config.roughlyenoughitems.cheatingStyle.give": "Give", "config.roughlyenoughitems.recipeScreenType": "Retseptikuva tüüp:", "config.roughlyenoughitems.recipeScreenType.config": "Retseptikuva tüüp: %s", "config.roughlyenoughitems.recipeScreenType.unset": "Määramata", -- cgit From 363284ac7d9900462206a4c70ee04e20b58eaa53 Mon Sep 17 00:00:00 2001 From: shedaniel Date: Wed, 1 Jul 2020 14:25:59 +0800 Subject: New translations en_us.json (en_ud) --- src/main/resources/assets/roughlyenoughitems/lang/en_ud.json | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src') diff --git a/src/main/resources/assets/roughlyenoughitems/lang/en_ud.json b/src/main/resources/assets/roughlyenoughitems/lang/en_ud.json index 456acf850..47c46dc79 100755 --- a/src/main/resources/assets/roughlyenoughitems/lang/en_ud.json +++ b/src/main/resources/assets/roughlyenoughitems/lang/en_ud.json @@ -5,6 +5,7 @@ "text.rei.cheating_enabled": "§cpǝןqɐuƎ buıʇɐǝɥϽ", "text.rei.cheating_limited_enabled": "§b(spuɐɯɯoϽ buıs∩) pǝןqɐuƎ buıʇɐǝɥϽ", "text.rei.cheating_enabled_no_perms": "§7(uoıssıɯɹǝԀ oN) §cpǝןqɐuƎ §7buıʇɐǝɥϽ", + "text.rei.cheating_limited_creative_enabled": "§aCheating Enabled (Using Creative)", "text.rei.no_permission_cheat": "sɯǝʇı ʇɐǝɥɔ oʇ pǝɹınbǝɹ ǝɹɐ suoıssıɯɹǝd ɹoʇɐɹǝdO", "text.rei.search.field.suggestion": "˙˙˙ɥɔɹɐǝS", "category.rei.crafting": "buıʇɟɐɹϽ", @@ -118,6 +119,9 @@ "config.roughlyenoughitems.keyBindings.copyRecipeIdentifierKeybind": "Copy Recipe Identifier:", "config.roughlyenoughitems.keyBindings.exportImageKeybind": "Export Recipe:", "config.roughlyenoughitems.keyBindings.favoriteKeybind": "Favorite Entry:", + "config.roughlyenoughitems.cheatingStyle": "Cheating Style:", + "config.roughlyenoughitems.cheatingStyle.grab": "Grab", + "config.roughlyenoughitems.cheatingStyle.give": "Give", "config.roughlyenoughitems.recipeScreenType": ":ǝdʎ┴ uǝǝɹɔS ǝdᴉɔǝɹ", "config.roughlyenoughitems.recipeScreenType.config": "Recipe Screen Type: %s", "config.roughlyenoughitems.recipeScreenType.unset": "ʇǝS ʇoN", -- cgit From 28a361d5988008c799e2f06993a244e451abda24 Mon Sep 17 00:00:00 2001 From: shedaniel Date: Wed, 1 Jul 2020 14:26:00 +0800 Subject: New translations en_us.json (lol_us) --- src/main/resources/assets/roughlyenoughitems/lang/lol_us.json | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src') diff --git a/src/main/resources/assets/roughlyenoughitems/lang/lol_us.json b/src/main/resources/assets/roughlyenoughitems/lang/lol_us.json index f0a0fe548..7190e218f 100644 --- a/src/main/resources/assets/roughlyenoughitems/lang/lol_us.json +++ b/src/main/resources/assets/roughlyenoughitems/lang/lol_us.json @@ -5,6 +5,7 @@ "text.rei.cheating_enabled": "§cCheating Enabwed", "text.rei.cheating_limited_enabled": "§bCheating Enabwed (Using Commands)", "text.rei.cheating_enabled_no_perms": "§7Cheating §cEnabwed §7(No Pewmission)", + "text.rei.cheating_limited_creative_enabled": "§aCheating Enabled (Using Creative)", "text.rei.no_permission_cheat": "Opewatow pewmissions awe wequiwed to cheat items", "text.rei.search.field.suggestion": "Seawch...", "category.rei.crafting": "Cwafting", @@ -118,6 +119,9 @@ "config.roughlyenoughitems.keyBindings.copyRecipeIdentifierKeybind": "Copy Recipe Identifier:", "config.roughlyenoughitems.keyBindings.exportImageKeybind": "Export Recipe:", "config.roughlyenoughitems.keyBindings.favoriteKeybind": "Favorite Entry:", + "config.roughlyenoughitems.cheatingStyle": "Cheating Style:", + "config.roughlyenoughitems.cheatingStyle.grab": "Grab", + "config.roughlyenoughitems.cheatingStyle.give": "Give", "config.roughlyenoughitems.recipeScreenType": "Wecipe Scween Type:", "config.roughlyenoughitems.recipeScreenType.config": "Recipe Screen Type: %s", "config.roughlyenoughitems.recipeScreenType.unset": "Not Set", -- cgit From 7128f2f5f27579c6cbf2646a78b5f8bd7eb54785 Mon Sep 17 00:00:00 2001 From: shedaniel Date: Wed, 1 Jul 2020 20:17:49 +0800 Subject: New translations en_us.json (et_ee) --- src/main/resources/assets/roughlyenoughitems/lang/et_ee.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/main/resources/assets/roughlyenoughitems/lang/et_ee.json b/src/main/resources/assets/roughlyenoughitems/lang/et_ee.json index 55f1cfc26..6b9a1cc5a 100644 --- a/src/main/resources/assets/roughlyenoughitems/lang/et_ee.json +++ b/src/main/resources/assets/roughlyenoughitems/lang/et_ee.json @@ -5,7 +5,7 @@ "text.rei.cheating_enabled": "§cSohitegemine lubatud", "text.rei.cheating_limited_enabled": "§bSohitegemine lubatud (käskudega)", "text.rei.cheating_enabled_no_perms": "§7Sohitegemine §clubatud §7(puudub luba)", - "text.rei.cheating_limited_creative_enabled": "§aCheating Enabled (Using Creative)", + "text.rei.cheating_limited_creative_enabled": "§bSohitegemine lubatud (kasutades loomingurežiimi)", "text.rei.no_permission_cheat": "Esemete sohiga saamiseks on vajalikud operaatoriõigused", "text.rei.search.field.suggestion": "Otsi...", "category.rei.crafting": "Meisterdamine", @@ -119,9 +119,9 @@ "config.roughlyenoughitems.keyBindings.copyRecipeIdentifierKeybind": "Kopeeri retsepti ID:", "config.roughlyenoughitems.keyBindings.exportImageKeybind": "Ekspordi retsept:", "config.roughlyenoughitems.keyBindings.favoriteKeybind": "Lisa lemmikutesse:", - "config.roughlyenoughitems.cheatingStyle": "Cheating Style:", - "config.roughlyenoughitems.cheatingStyle.grab": "Grab", - "config.roughlyenoughitems.cheatingStyle.give": "Give", + "config.roughlyenoughitems.cheatingStyle": "Sohitegemise viis:", + "config.roughlyenoughitems.cheatingStyle.grab": "Haara", + "config.roughlyenoughitems.cheatingStyle.give": "Anna", "config.roughlyenoughitems.recipeScreenType": "Retseptikuva tüüp:", "config.roughlyenoughitems.recipeScreenType.config": "Retseptikuva tüüp: %s", "config.roughlyenoughitems.recipeScreenType.unset": "Määramata", -- cgit From 82a41f0a923deb47e6d032f9c0723d794ff64065 Mon Sep 17 00:00:00 2001 From: shedaniel Date: Fri, 3 Jul 2020 10:02:31 +0800 Subject: New translations en_us.json (de_de) --- src/main/resources/assets/roughlyenoughitems/lang/de_de.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/main/resources/assets/roughlyenoughitems/lang/de_de.json b/src/main/resources/assets/roughlyenoughitems/lang/de_de.json index 81f64a433..7f2e94497 100644 --- a/src/main/resources/assets/roughlyenoughitems/lang/de_de.json +++ b/src/main/resources/assets/roughlyenoughitems/lang/de_de.json @@ -171,8 +171,8 @@ "config.roughlyenoughitems.accessibility.villagerScreenPermanentScrollBar.boolean.true": "Niemals", "config.roughlyenoughitems.accessibility.villagerScreenPermanentScrollBar.boolean.false": "Wenn Inaktiv", "config.roughlyenoughitems.disableRecipeBook": "Vanilla Rezeptbuch:", - "config.roughlyenoughitems.disableRecipeBook.boolean.true": "§cNo", - "config.roughlyenoughitems.disableRecipeBook.boolean.false": "§aYes", + "config.roughlyenoughitems.disableRecipeBook.boolean.true": "§cNein", + "config.roughlyenoughitems.disableRecipeBook.boolean.false": "§aJa", "config.roughlyenoughitems.fixTabCloseContainer": "Korrigier den Vanilla Tab Container (wenn das Rezeptbuch deaktiviert ist):", "config.roughlyenoughitems.lighterButtonHover": "Helles Button-Hovern:", "config.roughlyenoughitems.layout.enableCraftableOnlyButton": "Filter für Herstellbare Gegenstände:", -- cgit From 1f0b8d05d245e2b0b513105f25fde3dbab6b43ae Mon Sep 17 00:00:00 2001 From: shedaniel Date: Wed, 8 Jul 2020 15:51:48 +0800 Subject: New translations en_us.json (fr_fr) --- src/main/resources/assets/roughlyenoughitems/lang/fr_fr.json | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/main/resources/assets/roughlyenoughitems/lang/fr_fr.json b/src/main/resources/assets/roughlyenoughitems/lang/fr_fr.json index 5acf32d12..afaa22b47 100755 --- a/src/main/resources/assets/roughlyenoughitems/lang/fr_fr.json +++ b/src/main/resources/assets/roughlyenoughitems/lang/fr_fr.json @@ -36,6 +36,8 @@ "text.rei.composting.page": "Page %d", "text.rei.config": "Configuration", "text.rei.config_tooltip": "Ouvrir le menu de configuration \n§7Maj. + Clic pour activer le mode triche", + "text.rei.config.optifine.title": "Failed to open REI config screen", + "text.rei.config.optifine.description": "The configuration screen is incompatible with OptiFine / OptiFabric.", "text.rei.cheat_items": "Don de {item_count} [{item_name}§f] à {player_name}", "text.rei.failed_cheat_items": "§cImpossible de donner les objets.", "ordering.rei.ascending": "Croissant", -- cgit From 79bed3225985d55a9536d50bd68bac5713f5e43d Mon Sep 17 00:00:00 2001 From: shedaniel Date: Wed, 8 Jul 2020 15:51:50 +0800 Subject: New translations en_us.json (bg_bg) --- src/main/resources/assets/roughlyenoughitems/lang/bg_bg.json | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/main/resources/assets/roughlyenoughitems/lang/bg_bg.json b/src/main/resources/assets/roughlyenoughitems/lang/bg_bg.json index 46ab00849..dbd871fa3 100644 --- a/src/main/resources/assets/roughlyenoughitems/lang/bg_bg.json +++ b/src/main/resources/assets/roughlyenoughitems/lang/bg_bg.json @@ -36,6 +36,8 @@ "text.rei.composting.page": "Страница %d", "text.rei.config": "Конфигурация", "text.rei.config_tooltip": "Отвори екран за конфигуриране\n§7Shift-кликни за да превключиш мамене", + "text.rei.config.optifine.title": "Failed to open REI config screen", + "text.rei.config.optifine.description": "The configuration screen is incompatible with OptiFine / OptiFabric.", "text.rei.cheat_items": "Даден е [{item_name}§f] x{item_count} на {player_name}.", "text.rei.failed_cheat_items": "§cНеуспешно даване на предмети.", "ordering.rei.ascending": "Възходящ", -- cgit From bf39cd98bbbef8221f171ee3a478f4a6822adbfe Mon Sep 17 00:00:00 2001 From: shedaniel Date: Wed, 8 Jul 2020 15:51:51 +0800 Subject: New translations en_us.json (de_de) --- src/main/resources/assets/roughlyenoughitems/lang/de_de.json | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/main/resources/assets/roughlyenoughitems/lang/de_de.json b/src/main/resources/assets/roughlyenoughitems/lang/de_de.json index 7f2e94497..d73dcc605 100644 --- a/src/main/resources/assets/roughlyenoughitems/lang/de_de.json +++ b/src/main/resources/assets/roughlyenoughitems/lang/de_de.json @@ -36,6 +36,8 @@ "text.rei.composting.page": "Seite %d", "text.rei.config": "Einstellung", "text.rei.config_tooltip": "Öffne das Konfig-Menü\n§7Shift-Klick um den Schummelmodus ein-/auszuschalten", + "text.rei.config.optifine.title": "Failed to open REI config screen", + "text.rei.config.optifine.description": "The configuration screen is incompatible with OptiFine / OptiFabric.", "text.rei.cheat_items": "[{item_name}] x{item_count} {player_name} gegeben.", "text.rei.failed_cheat_items": "§cItems geben fehlgeschlagen.", "ordering.rei.ascending": "Aufsteigend", -- cgit From e326d8b60d1989e8b74c4e0eaf3015d4fa138d3d Mon Sep 17 00:00:00 2001 From: shedaniel Date: Wed, 8 Jul 2020 15:51:53 +0800 Subject: New translations en_us.json (ja_jp) --- src/main/resources/assets/roughlyenoughitems/lang/ja_jp.json | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/main/resources/assets/roughlyenoughitems/lang/ja_jp.json b/src/main/resources/assets/roughlyenoughitems/lang/ja_jp.json index dfd3d2c14..91ade03d1 100644 --- a/src/main/resources/assets/roughlyenoughitems/lang/ja_jp.json +++ b/src/main/resources/assets/roughlyenoughitems/lang/ja_jp.json @@ -36,6 +36,8 @@ "text.rei.composting.page": "%dページ", "text.rei.config": "設定", "text.rei.config_tooltip": "設定画面を開く\n§7チートモードをShift+左ボタンで切り替え", + "text.rei.config.optifine.title": "Failed to open REI config screen", + "text.rei.config.optifine.description": "The configuration screen is incompatible with OptiFine / OptiFabric.", "text.rei.cheat_items": "{player_name}に[{item_name}§f]を{item_count} 個与えました", "text.rei.failed_cheat_items": "§cアイテムを提供できませんでした。", "ordering.rei.ascending": "昇順", -- cgit From a23fb6df6c732861b3e2bdfce50e391f8522d49f Mon Sep 17 00:00:00 2001 From: shedaniel Date: Wed, 8 Jul 2020 15:51:55 +0800 Subject: New translations en_us.json (nn_no) --- src/main/resources/assets/roughlyenoughitems/lang/nn_no.json | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/main/resources/assets/roughlyenoughitems/lang/nn_no.json b/src/main/resources/assets/roughlyenoughitems/lang/nn_no.json index af3594ead..27afdbcd9 100644 --- a/src/main/resources/assets/roughlyenoughitems/lang/nn_no.json +++ b/src/main/resources/assets/roughlyenoughitems/lang/nn_no.json @@ -36,6 +36,8 @@ "text.rei.composting.page": "Page %d", "text.rei.config": "Config", "text.rei.config_tooltip": "Open Config Screen\n§7Shift-Click to toggle cheat mode", + "text.rei.config.optifine.title": "Failed to open REI config screen", + "text.rei.config.optifine.description": "The configuration screen is incompatible with OptiFine / OptiFabric.", "text.rei.cheat_items": "Gave [{item_name}§f] x{item_count} to {player_name}.", "text.rei.failed_cheat_items": "§cFailed to give items.", "ordering.rei.ascending": "Ascending", -- cgit From 2bb359ab9818b5fa7fcd26d285d1399941206bac Mon Sep 17 00:00:00 2001 From: shedaniel Date: Wed, 8 Jul 2020 15:51:57 +0800 Subject: New translations en_us.json (pl_pl) --- src/main/resources/assets/roughlyenoughitems/lang/pl_pl.json | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/main/resources/assets/roughlyenoughitems/lang/pl_pl.json b/src/main/resources/assets/roughlyenoughitems/lang/pl_pl.json index 43812175a..60005b6f1 100644 --- a/src/main/resources/assets/roughlyenoughitems/lang/pl_pl.json +++ b/src/main/resources/assets/roughlyenoughitems/lang/pl_pl.json @@ -36,6 +36,8 @@ "text.rei.composting.page": "Strona %d", "text.rei.config": "Konfiguracja", "text.rei.config_tooltip": "Otwórz Panel Konfiguracyjny\n§7Kliknij z Shiftem by przełączyć Tryb Oszukiwania", + "text.rei.config.optifine.title": "Failed to open REI config screen", + "text.rei.config.optifine.description": "The configuration screen is incompatible with OptiFine / OptiFabric.", "text.rei.cheat_items": "Daj [{item_name}§f] x{item_count} graczowi {player_name}.", "text.rei.failed_cheat_items": "§cBłąd podczas dawania przedmiotów.", "ordering.rei.ascending": "Rosnący", -- cgit From b17fa1ee35f21c920f11072196928d373076c4ac Mon Sep 17 00:00:00 2001 From: shedaniel Date: Wed, 8 Jul 2020 15:51:59 +0800 Subject: New translations en_us.json (pt_pt) --- src/main/resources/assets/roughlyenoughitems/lang/pt_pt.json | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/main/resources/assets/roughlyenoughitems/lang/pt_pt.json b/src/main/resources/assets/roughlyenoughitems/lang/pt_pt.json index aa71c00ae..803f90d6d 100644 --- a/src/main/resources/assets/roughlyenoughitems/lang/pt_pt.json +++ b/src/main/resources/assets/roughlyenoughitems/lang/pt_pt.json @@ -36,6 +36,8 @@ "text.rei.composting.page": "Página %d", "text.rei.config": "Configuração", "text.rei.config_tooltip": "Abrir menu de configuração\n§7Shift-Clique para alternar modo trapaça", + "text.rei.config.optifine.title": "Failed to open REI config screen", + "text.rei.config.optifine.description": "The configuration screen is incompatible with OptiFine / OptiFabric.", "text.rei.cheat_items": "Entregado [{item_name}§f] x{item_count} para {player_name}.", "text.rei.failed_cheat_items": "§cFalha ao obter itens.", "ordering.rei.ascending": "Crescente", -- cgit From ab94e8a59ade7b513ab4ea25563e71a6f80e95bc Mon Sep 17 00:00:00 2001 From: shedaniel Date: Wed, 8 Jul 2020 15:52:00 +0800 Subject: New translations en_us.json (ru_ru) --- src/main/resources/assets/roughlyenoughitems/lang/ru_ru.json | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/main/resources/assets/roughlyenoughitems/lang/ru_ru.json b/src/main/resources/assets/roughlyenoughitems/lang/ru_ru.json index 65919d6a3..8dea16159 100644 --- a/src/main/resources/assets/roughlyenoughitems/lang/ru_ru.json +++ b/src/main/resources/assets/roughlyenoughitems/lang/ru_ru.json @@ -36,6 +36,8 @@ "text.rei.composting.page": "%d страница", "text.rei.config": "Конфигурация", "text.rei.config_tooltip": "Открыть окно конфигурации\n§7Shift+ЛКМ переключение режима читерства", + "text.rei.config.optifine.title": "Failed to open REI config screen", + "text.rei.config.optifine.description": "The configuration screen is incompatible with OptiFine / OptiFabric.", "text.rei.cheat_items": "Выдано x{item_count} [{item_name}] игроку {player_name}", "text.rei.failed_cheat_items": "§cНе удалось выдать предметы.", "ordering.rei.ascending": "По возрастанию", -- cgit From a3cb88b259b86ac10a4b9a37fc3a1024f863a088 Mon Sep 17 00:00:00 2001 From: shedaniel Date: Wed, 8 Jul 2020 15:52:02 +0800 Subject: New translations en_us.json (zh_cn) --- src/main/resources/assets/roughlyenoughitems/lang/zh_cn.json | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/main/resources/assets/roughlyenoughitems/lang/zh_cn.json b/src/main/resources/assets/roughlyenoughitems/lang/zh_cn.json index b06da5b7e..2064bb82c 100644 --- a/src/main/resources/assets/roughlyenoughitems/lang/zh_cn.json +++ b/src/main/resources/assets/roughlyenoughitems/lang/zh_cn.json @@ -36,6 +36,8 @@ "text.rei.composting.page": "第 %d 页", "text.rei.config": "配置", "text.rei.config_tooltip": "打开配置\n§7按住 Shift 键单击以切换作弊模式", + "text.rei.config.optifine.title": "Failed to open REI config screen", + "text.rei.config.optifine.description": "The configuration screen is incompatible with OptiFine / OptiFabric.", "text.rei.cheat_items": "已将 {item_count} 个 [{item_name}§f] 给予 {player_name}", "text.rei.failed_cheat_items": "§c物品给予失败", "ordering.rei.ascending": "顺序", -- cgit From f672203795134d3ede90a5151870531469e6607b Mon Sep 17 00:00:00 2001 From: shedaniel Date: Wed, 8 Jul 2020 15:52:04 +0800 Subject: New translations en_us.json (zh_tw) --- src/main/resources/assets/roughlyenoughitems/lang/zh_tw.json | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/main/resources/assets/roughlyenoughitems/lang/zh_tw.json b/src/main/resources/assets/roughlyenoughitems/lang/zh_tw.json index 9d7f3bdf5..d174b8838 100644 --- a/src/main/resources/assets/roughlyenoughitems/lang/zh_tw.json +++ b/src/main/resources/assets/roughlyenoughitems/lang/zh_tw.json @@ -36,6 +36,8 @@ "text.rei.composting.page": "第 %d 頁", "text.rei.config": "設置", "text.rei.config_tooltip": "打開設置\n§7按住Shift鍵單擊以切換作弊模式", + "text.rei.config.optifine.title": "Failed to open REI config screen", + "text.rei.config.optifine.description": "The configuration screen is incompatible with OptiFine / OptiFabric.", "text.rei.cheat_items": "已將 {item_count} 個 [{item_name}§f] 給予 {player_name}", "text.rei.failed_cheat_items": "§c未能作弊物品.", "ordering.rei.ascending": "順序", -- cgit From e7477f56ada52a36e5f7a58c521e1c4347ba20e9 Mon Sep 17 00:00:00 2001 From: shedaniel Date: Wed, 8 Jul 2020 15:52:05 +0800 Subject: New translations en_us.json (pt_br) --- src/main/resources/assets/roughlyenoughitems/lang/pt_br.json | 2 ++ 1 file changed, 2 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 018f6c8b3..a428a5768 100644 --- a/src/main/resources/assets/roughlyenoughitems/lang/pt_br.json +++ b/src/main/resources/assets/roughlyenoughitems/lang/pt_br.json @@ -36,6 +36,8 @@ "text.rei.composting.page": "Página %d", "text.rei.config": "Configuração", "text.rei.config_tooltip": "Abrir menu de configuração\n§7Shift-Clique para alternar modo trapaça", + "text.rei.config.optifine.title": "Failed to open REI config screen", + "text.rei.config.optifine.description": "The configuration screen is incompatible with OptiFine / OptiFabric.", "text.rei.cheat_items": "Entregado [{item_name}§f] x{item_count} para {player_name}.", "text.rei.failed_cheat_items": "§cFalha ao obter itens.", "ordering.rei.ascending": "Crescente", -- cgit From 98d14507c6887136b5e92896fb4a6e9900b6d40f Mon Sep 17 00:00:00 2001 From: shedaniel Date: Wed, 8 Jul 2020 15:52:07 +0800 Subject: New translations en_us.json (et_ee) --- src/main/resources/assets/roughlyenoughitems/lang/et_ee.json | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/main/resources/assets/roughlyenoughitems/lang/et_ee.json b/src/main/resources/assets/roughlyenoughitems/lang/et_ee.json index 6b9a1cc5a..9ced25df1 100644 --- a/src/main/resources/assets/roughlyenoughitems/lang/et_ee.json +++ b/src/main/resources/assets/roughlyenoughitems/lang/et_ee.json @@ -36,6 +36,8 @@ "text.rei.composting.page": "Leht %d", "text.rei.config": "Seadistus", "text.rei.config_tooltip": "Ava seadistuskuva\n§7Shift-klõps sohitegemise lülitamiseks", + "text.rei.config.optifine.title": "Failed to open REI config screen", + "text.rei.config.optifine.description": "The configuration screen is incompatible with OptiFine / OptiFabric.", "text.rei.cheat_items": "{item_count} [{item_name}§f] antud mängijale {player_name}.", "text.rei.failed_cheat_items": "§cEsemete andmine ebaõnnestus.", "ordering.rei.ascending": "kasvav", -- cgit From a2494dec2ceca9cd17b0976dffb57c9eb0c7ab80 Mon Sep 17 00:00:00 2001 From: shedaniel Date: Wed, 8 Jul 2020 15:52:09 +0800 Subject: New translations en_us.json (en_ud) --- src/main/resources/assets/roughlyenoughitems/lang/en_ud.json | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/main/resources/assets/roughlyenoughitems/lang/en_ud.json b/src/main/resources/assets/roughlyenoughitems/lang/en_ud.json index 47c46dc79..f39f049fa 100755 --- a/src/main/resources/assets/roughlyenoughitems/lang/en_ud.json +++ b/src/main/resources/assets/roughlyenoughitems/lang/en_ud.json @@ -36,6 +36,8 @@ "text.rei.composting.page": "p% ǝbɐԀ", "text.rei.config": "bıɟuoϽ", "text.rei.config_tooltip": "uǝǝɹɔS bıɟuoϽ uǝdO\n§7ǝpoɯ ʇɐǝɥɔ ǝןbboʇ oʇ ʞɔıןϽ-ʇɟıɥS", + "text.rei.config.optifine.title": "Failed to open REI config screen", + "text.rei.config.optifine.description": "The configuration screen is incompatible with OptiFine / OptiFabric.", "text.rei.cheat_items": "§7˙{player_name} oʇ {item_count}x [{item_name}§7] ǝʌɐƃ", "text.rei.failed_cheat_items": "§c˙sɯǝʇı ǝʌıb oʇ pǝןıɐℲ", "ordering.rei.ascending": "buıpuǝɔs∀", -- cgit From 16947637e86e2cdd8fa8639f72d7db4ce525d622 Mon Sep 17 00:00:00 2001 From: shedaniel Date: Wed, 8 Jul 2020 15:52:11 +0800 Subject: New translations en_us.json (lol_us) --- src/main/resources/assets/roughlyenoughitems/lang/lol_us.json | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/main/resources/assets/roughlyenoughitems/lang/lol_us.json b/src/main/resources/assets/roughlyenoughitems/lang/lol_us.json index 7190e218f..006cd6590 100644 --- a/src/main/resources/assets/roughlyenoughitems/lang/lol_us.json +++ b/src/main/resources/assets/roughlyenoughitems/lang/lol_us.json @@ -36,6 +36,8 @@ "text.rei.composting.page": "Page %d", "text.rei.config": "Config", "text.rei.config_tooltip": "Open Config Scween\n§7Shift-Cwick to toggwe cheat mode", + "text.rei.config.optifine.title": "Failed to open REI config screen", + "text.rei.config.optifine.description": "The configuration screen is incompatible with OptiFine / OptiFabric.", "text.rei.cheat_items": "Gave [{item_name}§f] x{item_count} to {pwayew_name}.", "text.rei.failed_cheat_items": "§cFaiwed to give items.", "ordering.rei.ascending": "Ascending", -- cgit From c88ec6e0634bb40ebdf9b9dfe377478d032505c0 Mon Sep 17 00:00:00 2001 From: shedaniel Date: Wed, 8 Jul 2020 16:24:29 +0800 Subject: New translations en_us.json (zh_cn) --- src/main/resources/assets/roughlyenoughitems/lang/zh_cn.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src') diff --git a/src/main/resources/assets/roughlyenoughitems/lang/zh_cn.json b/src/main/resources/assets/roughlyenoughitems/lang/zh_cn.json index 2064bb82c..62232f360 100644 --- a/src/main/resources/assets/roughlyenoughitems/lang/zh_cn.json +++ b/src/main/resources/assets/roughlyenoughitems/lang/zh_cn.json @@ -5,7 +5,7 @@ "text.rei.cheating_enabled": "§c已启用作弊", "text.rei.cheating_limited_enabled": "§b已启用作弊(通过命令行)", "text.rei.cheating_enabled_no_perms": "§7作弊§c已启用§7(无权限)", - "text.rei.cheating_limited_creative_enabled": "§aCheating Enabled (Using Creative)", + "text.rei.cheating_limited_creative_enabled": "§b已启用作弊(通过创造)", "text.rei.no_permission_cheat": "通过作弊给予物品需要OP权限", "text.rei.search.field.suggestion": "搜索...", "category.rei.crafting": "合成", @@ -36,8 +36,8 @@ "text.rei.composting.page": "第 %d 页", "text.rei.config": "配置", "text.rei.config_tooltip": "打开配置\n§7按住 Shift 键单击以切换作弊模式", - "text.rei.config.optifine.title": "Failed to open REI config screen", - "text.rei.config.optifine.description": "The configuration screen is incompatible with OptiFine / OptiFabric.", + "text.rei.config.optifine.title": "打开 REI 配置界面失败", + "text.rei.config.optifine.description": "配置界面与 OptiFine / OptiFabric 不兼容。", "text.rei.cheat_items": "已将 {item_count} 个 [{item_name}§f] 给予 {player_name}", "text.rei.failed_cheat_items": "§c物品给予失败", "ordering.rei.ascending": "顺序", @@ -121,9 +121,9 @@ "config.roughlyenoughitems.keyBindings.copyRecipeIdentifierKeybind": "复制配方ID:", "config.roughlyenoughitems.keyBindings.exportImageKeybind": "导出配方:", "config.roughlyenoughitems.keyBindings.favoriteKeybind": "收藏物品:", - "config.roughlyenoughitems.cheatingStyle": "Cheating Style:", - "config.roughlyenoughitems.cheatingStyle.grab": "Grab", - "config.roughlyenoughitems.cheatingStyle.give": "Give", + "config.roughlyenoughitems.cheatingStyle": "作弊方式:", + "config.roughlyenoughitems.cheatingStyle.grab": "抓取", + "config.roughlyenoughitems.cheatingStyle.give": "给予", "config.roughlyenoughitems.recipeScreenType": "配方屏幕类型:", "config.roughlyenoughitems.recipeScreenType.config": "配方屏幕类型:%s", "config.roughlyenoughitems.recipeScreenType.unset": "未设定", -- cgit From b73fe4309203f8deaf5bd84c16edb037b7474eb9 Mon Sep 17 00:00:00 2001 From: shedaniel Date: Wed, 8 Jul 2020 16:24:31 +0800 Subject: New translations en_us.json (zh_tw) --- src/main/resources/assets/roughlyenoughitems/lang/zh_tw.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src') diff --git a/src/main/resources/assets/roughlyenoughitems/lang/zh_tw.json b/src/main/resources/assets/roughlyenoughitems/lang/zh_tw.json index d174b8838..5fa12a687 100644 --- a/src/main/resources/assets/roughlyenoughitems/lang/zh_tw.json +++ b/src/main/resources/assets/roughlyenoughitems/lang/zh_tw.json @@ -5,7 +5,7 @@ "text.rei.cheating_enabled": "§c作弊已啟用", "text.rei.cheating_limited_enabled": "§c作弊已啟用 (使用命令)", "text.rei.cheating_enabled_no_perms": "§7作弊已§c啟用§7 (無權限)", - "text.rei.cheating_limited_creative_enabled": "§aCheating Enabled (Using Creative)", + "text.rei.cheating_limited_creative_enabled": "§c作弊已啟用 (使用創造)", "text.rei.no_permission_cheat": "作弊需要管理員權限", "text.rei.search.field.suggestion": "搜尋…", "category.rei.crafting": "合成", @@ -36,8 +36,8 @@ "text.rei.composting.page": "第 %d 頁", "text.rei.config": "設置", "text.rei.config_tooltip": "打開設置\n§7按住Shift鍵單擊以切換作弊模式", - "text.rei.config.optifine.title": "Failed to open REI config screen", - "text.rei.config.optifine.description": "The configuration screen is incompatible with OptiFine / OptiFabric.", + "text.rei.config.optifine.title": "打開 REI 配置界面失敗", + "text.rei.config.optifine.description": "配置界面與 OptiFine / OptiFabric 不兼容。", "text.rei.cheat_items": "已將 {item_count} 個 [{item_name}§f] 給予 {player_name}", "text.rei.failed_cheat_items": "§c未能作弊物品.", "ordering.rei.ascending": "順序", @@ -121,9 +121,9 @@ "config.roughlyenoughitems.keyBindings.copyRecipeIdentifierKeybind": "複製配方ID:", "config.roughlyenoughitems.keyBindings.exportImageKeybind": "匯出食譜:", "config.roughlyenoughitems.keyBindings.favoriteKeybind": "添加到我的最愛:", - "config.roughlyenoughitems.cheatingStyle": "Cheating Style:", - "config.roughlyenoughitems.cheatingStyle.grab": "Grab", - "config.roughlyenoughitems.cheatingStyle.give": "Give", + "config.roughlyenoughitems.cheatingStyle": "作弊方式:", + "config.roughlyenoughitems.cheatingStyle.grab": "抓取", + "config.roughlyenoughitems.cheatingStyle.give": "給予", "config.roughlyenoughitems.recipeScreenType": "配方介面類型:", "config.roughlyenoughitems.recipeScreenType.config": "配方介面類型:%s", "config.roughlyenoughitems.recipeScreenType.unset": "尚未設定", -- cgit From 66c5ec835307fe9983e32b6ee4fe01c8eeca1d8f Mon Sep 17 00:00:00 2001 From: shedaniel Date: Wed, 8 Jul 2020 22:57:32 +0800 Subject: New translations en_us.json (fr_fr) --- src/main/resources/assets/roughlyenoughitems/lang/fr_fr.json | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'src') diff --git a/src/main/resources/assets/roughlyenoughitems/lang/fr_fr.json b/src/main/resources/assets/roughlyenoughitems/lang/fr_fr.json index afaa22b47..02dcfd03a 100755 --- a/src/main/resources/assets/roughlyenoughitems/lang/fr_fr.json +++ b/src/main/resources/assets/roughlyenoughitems/lang/fr_fr.json @@ -202,6 +202,17 @@ "config.roughlyenoughitems.scrollingEntryListWidget.boolean.true": "Défilement", "config.roughlyenoughitems.scrollingEntryListWidget.boolean.false": "Pagination", "config.roughlyenoughitems.filteringScreen": "Customized Filtering", + "config.roughlyenoughitems.filteringRulesScreen": "Customized Filtering Rules", + "config.roughlyenoughitems.filteringRulesScreen.new": "Create Filtering Rule", + "config.roughlyenoughitems.filteringRulesScreen.delete": "Delete", + "rule.roughlyenoughitems.filtering.manual": "Manual Filtering", + "rule.roughlyenoughitems.filtering.manual.subtitle": "Manually select what to hide and show.", + "rule.roughlyenoughitems.filtering.search": "Search Filtering", + "rule.roughlyenoughitems.filtering.search.subtitle": "Filter using search filters.", + "rule.roughlyenoughitems.filtering.search.filter": "Search Filter:", + "rule.roughlyenoughitems.filtering.search.show": "Show / Hide:", + "rule.roughlyenoughitems.filtering.search.show.true": "Show", + "rule.roughlyenoughitems.filtering.search.show.false": "Hide", "language.roughlyenoughitems.english": "Anglais", "language.roughlyenoughitems.japanese": "Japonais", "language.roughlyenoughitems.chinese_simplified": "Chinois simplifié", -- cgit From 988402f60ef55c6dde642fb87266bccff29a02c6 Mon Sep 17 00:00:00 2001 From: shedaniel Date: Wed, 8 Jul 2020 22:57:34 +0800 Subject: New translations en_us.json (bg_bg) --- src/main/resources/assets/roughlyenoughitems/lang/bg_bg.json | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'src') diff --git a/src/main/resources/assets/roughlyenoughitems/lang/bg_bg.json b/src/main/resources/assets/roughlyenoughitems/lang/bg_bg.json index dbd871fa3..596532632 100644 --- a/src/main/resources/assets/roughlyenoughitems/lang/bg_bg.json +++ b/src/main/resources/assets/roughlyenoughitems/lang/bg_bg.json @@ -202,6 +202,17 @@ "config.roughlyenoughitems.scrollingEntryListWidget.boolean.true": "Scrolled", "config.roughlyenoughitems.scrollingEntryListWidget.boolean.false": "Paginated", "config.roughlyenoughitems.filteringScreen": "Customized Filtering", + "config.roughlyenoughitems.filteringRulesScreen": "Customized Filtering Rules", + "config.roughlyenoughitems.filteringRulesScreen.new": "Create Filtering Rule", + "config.roughlyenoughitems.filteringRulesScreen.delete": "Delete", + "rule.roughlyenoughitems.filtering.manual": "Manual Filtering", + "rule.roughlyenoughitems.filtering.manual.subtitle": "Manually select what to hide and show.", + "rule.roughlyenoughitems.filtering.search": "Search Filtering", + "rule.roughlyenoughitems.filtering.search.subtitle": "Filter using search filters.", + "rule.roughlyenoughitems.filtering.search.filter": "Search Filter:", + "rule.roughlyenoughitems.filtering.search.show": "Show / Hide:", + "rule.roughlyenoughitems.filtering.search.show.true": "Show", + "rule.roughlyenoughitems.filtering.search.show.false": "Hide", "language.roughlyenoughitems.english": "английски", "language.roughlyenoughitems.japanese": "японски", "language.roughlyenoughitems.chinese_simplified": "опростен китайски", -- cgit From 2bdec13343bc8ee3878bd5008a552b64835dcba0 Mon Sep 17 00:00:00 2001 From: shedaniel Date: Wed, 8 Jul 2020 22:57:36 +0800 Subject: New translations en_us.json (de_de) --- src/main/resources/assets/roughlyenoughitems/lang/de_de.json | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'src') diff --git a/src/main/resources/assets/roughlyenoughitems/lang/de_de.json b/src/main/resources/assets/roughlyenoughitems/lang/de_de.json index d73dcc605..ef3f3294d 100644 --- a/src/main/resources/assets/roughlyenoughitems/lang/de_de.json +++ b/src/main/resources/assets/roughlyenoughitems/lang/de_de.json @@ -202,6 +202,17 @@ "config.roughlyenoughitems.scrollingEntryListWidget.boolean.true": "Bildlauf", "config.roughlyenoughitems.scrollingEntryListWidget.boolean.false": "Mehrere Seiten", "config.roughlyenoughitems.filteringScreen": "Customized Filtering", + "config.roughlyenoughitems.filteringRulesScreen": "Customized Filtering Rules", + "config.roughlyenoughitems.filteringRulesScreen.new": "Create Filtering Rule", + "config.roughlyenoughitems.filteringRulesScreen.delete": "Delete", + "rule.roughlyenoughitems.filtering.manual": "Manual Filtering", + "rule.roughlyenoughitems.filtering.manual.subtitle": "Manually select what to hide and show.", + "rule.roughlyenoughitems.filtering.search": "Search Filtering", + "rule.roughlyenoughitems.filtering.search.subtitle": "Filter using search filters.", + "rule.roughlyenoughitems.filtering.search.filter": "Search Filter:", + "rule.roughlyenoughitems.filtering.search.show": "Show / Hide:", + "rule.roughlyenoughitems.filtering.search.show.true": "Show", + "rule.roughlyenoughitems.filtering.search.show.false": "Hide", "language.roughlyenoughitems.english": "Englisch", "language.roughlyenoughitems.japanese": "Japanisch", "language.roughlyenoughitems.chinese_simplified": "Chinesisch (Vereinfacht)", -- cgit From a6292d0869cc9c1cc38f479978e20ad05e15abea Mon Sep 17 00:00:00 2001 From: shedaniel Date: Wed, 8 Jul 2020 22:57:37 +0800 Subject: New translations en_us.json (ja_jp) --- src/main/resources/assets/roughlyenoughitems/lang/ja_jp.json | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'src') diff --git a/src/main/resources/assets/roughlyenoughitems/lang/ja_jp.json b/src/main/resources/assets/roughlyenoughitems/lang/ja_jp.json index 91ade03d1..daf20262f 100644 --- a/src/main/resources/assets/roughlyenoughitems/lang/ja_jp.json +++ b/src/main/resources/assets/roughlyenoughitems/lang/ja_jp.json @@ -202,6 +202,17 @@ "config.roughlyenoughitems.scrollingEntryListWidget.boolean.true": "スクロール", "config.roughlyenoughitems.scrollingEntryListWidget.boolean.false": "ページ", "config.roughlyenoughitems.filteringScreen": "Customized Filtering", + "config.roughlyenoughitems.filteringRulesScreen": "Customized Filtering Rules", + "config.roughlyenoughitems.filteringRulesScreen.new": "Create Filtering Rule", + "config.roughlyenoughitems.filteringRulesScreen.delete": "Delete", + "rule.roughlyenoughitems.filtering.manual": "Manual Filtering", + "rule.roughlyenoughitems.filtering.manual.subtitle": "Manually select what to hide and show.", + "rule.roughlyenoughitems.filtering.search": "Search Filtering", + "rule.roughlyenoughitems.filtering.search.subtitle": "Filter using search filters.", + "rule.roughlyenoughitems.filtering.search.filter": "Search Filter:", + "rule.roughlyenoughitems.filtering.search.show": "Show / Hide:", + "rule.roughlyenoughitems.filtering.search.show.true": "Show", + "rule.roughlyenoughitems.filtering.search.show.false": "Hide", "language.roughlyenoughitems.english": "英語", "language.roughlyenoughitems.japanese": "日本語", "language.roughlyenoughitems.chinese_simplified": "簡体中国語", -- cgit From 8310b7c1495db69b3507ce44d541652be49658d9 Mon Sep 17 00:00:00 2001 From: shedaniel Date: Wed, 8 Jul 2020 22:57:39 +0800 Subject: New translations en_us.json (nn_no) --- src/main/resources/assets/roughlyenoughitems/lang/nn_no.json | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'src') diff --git a/src/main/resources/assets/roughlyenoughitems/lang/nn_no.json b/src/main/resources/assets/roughlyenoughitems/lang/nn_no.json index 27afdbcd9..83b200735 100644 --- a/src/main/resources/assets/roughlyenoughitems/lang/nn_no.json +++ b/src/main/resources/assets/roughlyenoughitems/lang/nn_no.json @@ -202,6 +202,17 @@ "config.roughlyenoughitems.scrollingEntryListWidget.boolean.true": "Scrolled", "config.roughlyenoughitems.scrollingEntryListWidget.boolean.false": "Paginated", "config.roughlyenoughitems.filteringScreen": "Customized Filtering", + "config.roughlyenoughitems.filteringRulesScreen": "Customized Filtering Rules", + "config.roughlyenoughitems.filteringRulesScreen.new": "Create Filtering Rule", + "config.roughlyenoughitems.filteringRulesScreen.delete": "Delete", + "rule.roughlyenoughitems.filtering.manual": "Manual Filtering", + "rule.roughlyenoughitems.filtering.manual.subtitle": "Manually select what to hide and show.", + "rule.roughlyenoughitems.filtering.search": "Search Filtering", + "rule.roughlyenoughitems.filtering.search.subtitle": "Filter using search filters.", + "rule.roughlyenoughitems.filtering.search.filter": "Search Filter:", + "rule.roughlyenoughitems.filtering.search.show": "Show / Hide:", + "rule.roughlyenoughitems.filtering.search.show.true": "Show", + "rule.roughlyenoughitems.filtering.search.show.false": "Hide", "language.roughlyenoughitems.english": "English", "language.roughlyenoughitems.japanese": "Japanese", "language.roughlyenoughitems.chinese_simplified": "Chinese Simplified", -- cgit From 9ce575acdea01eb8065494e77ff9073999eb6bf9 Mon Sep 17 00:00:00 2001 From: shedaniel Date: Wed, 8 Jul 2020 22:57:40 +0800 Subject: New translations en_us.json (pl_pl) --- src/main/resources/assets/roughlyenoughitems/lang/pl_pl.json | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'src') diff --git a/src/main/resources/assets/roughlyenoughitems/lang/pl_pl.json b/src/main/resources/assets/roughlyenoughitems/lang/pl_pl.json index 60005b6f1..086aa5874 100644 --- a/src/main/resources/assets/roughlyenoughitems/lang/pl_pl.json +++