aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorshedaniel <daniel@shedaniel.me>2022-06-22 18:36:55 +0800
committershedaniel <daniel@shedaniel.me>2022-06-28 03:21:12 +0800
commite8dc09c26cdfff8e268c993c79641c5811534521 (patch)
tree2b4b96d45ab8fec24c4a4c86cf03b31ea8475534 /runtime
parent01bfff7671b7f1158ffe2906872efaf239ad4d3f (diff)
downloadRoughlyEnoughItems-e8dc09c26cdfff8e268c993c79641c5811534521.tar.gz
RoughlyEnoughItems-e8dc09c26cdfff8e268c993c79641c5811534521.tar.bz2
RoughlyEnoughItems-e8dc09c26cdfff8e268c993c79641c5811534521.zip
Update localizations
Diffstat (limited to 'runtime')
-rw-r--r--runtime/src/main/resources/assets/roughlyenoughitems/lang/pt_br.json9
-rw-r--r--runtime/src/main/resources/assets/roughlyenoughitems/lang/zh_cn.json5
-rw-r--r--runtime/src/main/resources/assets/roughlyenoughitems/lang/zh_tw.json4
3 files changed, 16 insertions, 2 deletions
diff --git a/runtime/src/main/resources/assets/roughlyenoughitems/lang/pt_br.json b/runtime/src/main/resources/assets/roughlyenoughitems/lang/pt_br.json
index 2a2f198d7..9e8fa928b 100644
--- a/runtime/src/main/resources/assets/roughlyenoughitems/lang/pt_br.json
+++ b/runtime/src/main/resources/assets/roughlyenoughitems/lang/pt_br.json
@@ -68,7 +68,9 @@
"text.rei.cheat_items": "{player_name} recebeu {item_count} unidade(s) de [{item_name}§f].",
"text.rei.failed_cheat_items": "§cFalha ao obter itens.",
"text.rei.too_long_nbt": "§cO NBT do item é longo demais para ser aplicado ao modo multijogador.",
+ "text.rei.accepts": "Aceita:",
"text.rei.performance": "Análise de desempenho",
+ "text.rei.addons": "Complementos do REI",
"text.rei.shapeless": "Sem forma",
"ordering.rei.ascending": "Crescente",
"ordering.rei.descending": "Descrescente",
@@ -84,6 +86,7 @@
"error.rei.internal.error": "Erro interno: %s",
"error.rei.recipe.not.unlocked": "Receita inacessível no livro.",
"error.rei.not.supported.move.items": "Não é possível mover itens com essa receita e contêiner.",
+ "text.rei.save.recipes": "Salve a receita com %s.",
"error.rei.no.handlers.applicable": "Processo indisponível.",
"error.rei.multi.errors": "Vários erros:",
"rei.rei.no.slot.in.inv": "Espaço insuficiente no inventário.",
@@ -129,6 +132,8 @@
"text.rei.remove_favorites_tooltip": " \n§7Pressione %s para remover dos favoritos.",
"text.rei.working_station": "Bancada",
"text.rei.release_export": "Solte %s para exportar",
+ "text.rei.ask_to_export": "Deseja exportar \"%s\"?",
+ "text.rei.ask_to_export.subtitle": "%d será exportado como imagens.",
"text.rei.recipe_id": "\n%sID: %s",
"text.rei.recipe_screen_type.selection": "Selecionar estilo da tela de receita",
"text.rei.recipe_screen_type.selection.sub": "Você sempre pode editar essa opção no menu de ajustes.",
@@ -150,7 +155,6 @@
"text.rei.changelog.error.failedToReadChangelogFile": "Falha ao ler o log!",
"favorite.section.gamemode": "Modo de jogo",
"favorite.section.weather": "Tempo",
- "favorite.section.time": "Tempo",
"tooltip.rei.fluid_amount": "§7%d unidade(s)",
"tooltip.rei.fluid_amount.forge": "§7%d mB",
"tooltip.rei.drag_to_add_favorites": "§7Arraste até aqui para adicionar aos favoritos!",
@@ -220,7 +224,6 @@
"config.roughlyenoughitems.search.asyncSearch": "Pesquisa assíncrona:",
"config.roughlyenoughitems.search.asyncSearchPartitionSize": "Tamanho de partição da pesquisa assíncrona:",
"config.roughlyenoughitems.accessibility.useCompactTabs": "Guias compactas:",
- "config.roughlyenoughitems.accessibility.useCompactTabButtons": "Botões de guias compactas:",
"config.roughlyenoughitems.theme": "Tema:",
"config.roughlyenoughitems.theme.dark": "Escuro",
"config.roughlyenoughitems.theme.light": "Claro",
@@ -258,6 +261,7 @@
"config.roughlyenoughitems.leftSideMobEffects.boolean.false": "Direita (padrão)",
"config.roughlyenoughitems.fixTabCloseContainer": "Corrigir contêiner de guias padrão (livro de receitas desativado):",
"config.roughlyenoughitems.lighterButtonHover": "Cursor mínimo do botão:",
+ "config.roughlyenoughitems.layout.showCraftableOnlyButton": "Fabricáveis:",
"config.roughlyenoughitems.layout.showUtilsButtons": "Botões utilitários:",
"config.roughlyenoughitems.commands.gamemodeCommand": "Comando do modo de jogo:",
"config.roughlyenoughitems.commands.giveCommand": "Comando \"give\":",
@@ -303,6 +307,7 @@
"config.roughlyenoughitems.filteringRulesScreen": "Regras de filtros personalizados",
"config.roughlyenoughitems.filteringRulesScreen.new": "Criar regra para filtro",
"config.roughlyenoughitems.filteringRulesScreen.delete": "Excluir",
+ "config.roughlyenoughitems.filteringRulesScreen.hint": "Tente arrastar!",
"rule.roughlyenoughitems.filtering.manual": "Filtro manual",
"rule.roughlyenoughitems.filtering.manual.subtitle": "Selecionar manualmente o que ocultar e mostrar.",
"rule.roughlyenoughitems.filtering.search": "Filtro de busca",
diff --git a/runtime/src/main/resources/assets/roughlyenoughitems/lang/zh_cn.json b/runtime/src/main/resources/assets/roughlyenoughitems/lang/zh_cn.json
index 8bc5bdbeb..4d5f2b298 100644
--- a/runtime/src/main/resources/assets/roughlyenoughitems/lang/zh_cn.json
+++ b/runtime/src/main/resources/assets/roughlyenoughitems/lang/zh_cn.json
@@ -68,7 +68,9 @@
"text.rei.cheat_items": "已将 {item_count} 个 [{item_name}§f] 给予 {player_name}",
"text.rei.failed_cheat_items": "§c物品给予失败",
"text.rei.too_long_nbt": "§c物品 NBT 太长,不能应用于多人游戏.",
+ "text.rei.accepts": "接受以下内容:",
"text.rei.tag_accept": "标签:#%s",
+ "text.rei.missing": "缺少以下内容:",
"text.rei.performance": "性能分析",
"text.rei.addons": "REI 插件",
"text.rei.shapeless": "无序合成",
@@ -134,6 +136,7 @@
"text.rei.working_station": "工作站",
"text.rei.release_export": "释放 %s 以导出此配方",
"text.rei.ask_to_export": "您是否想继续导出 %s ?",
+ "text.rei.ask_to_export.subtitle": "这将导出%d显示为图像。",
"text.rei.recipe_id": "\n%s配方 ID: %s",
"text.rei.recipe_screen_type.selection": "合成界面样式选择",
"text.rei.recipe_screen_type.selection.sub": "你随时可以通过配置界面再次编辑此设置.",
@@ -267,6 +270,7 @@
"config.roughlyenoughitems.layout.showUtilsButtons": "工具按钮:",
"config.roughlyenoughitems.commands.gamemodeCommand": "游戏模式命令:",
"config.roughlyenoughitems.commands.giveCommand": "作弊命令:",
+ "config.roughlyenoughitems.commands.timeCommand": "时间命令:",
"config.roughlyenoughitems.miscellaneous.loadDefaultPlugin": "加载默认插件:",
"config.roughlyenoughitems.miscellaneous.loadDefaultPlugin.boolean.false": "§c禁用 (危险)",
"config.roughlyenoughitems.miscellaneous.registerRecipesInAnotherThread": "REI 加载线程:",
@@ -309,6 +313,7 @@
"config.roughlyenoughitems.filteringRulesScreen": "自定义过滤规则",
"config.roughlyenoughitems.filteringRulesScreen.new": "创建过滤规则",
"config.roughlyenoughitems.filteringRulesScreen.delete": "删除",
+ "config.roughlyenoughitems.filteringRulesScreen.hint": "尝试拖拽!",
"rule.roughlyenoughitems.filtering.manual": "手动过滤",
"rule.roughlyenoughitems.filtering.manual.subtitle": "手动选择要隐藏和显示的内容。",
"rule.roughlyenoughitems.filtering.search": "搜索筛选器",
diff --git a/runtime/src/main/resources/assets/roughlyenoughitems/lang/zh_tw.json b/runtime/src/main/resources/assets/roughlyenoughitems/lang/zh_tw.json
index 8f2bc1312..e289116c2 100644
--- a/runtime/src/main/resources/assets/roughlyenoughitems/lang/zh_tw.json
+++ b/runtime/src/main/resources/assets/roughlyenoughitems/lang/zh_tw.json
@@ -70,6 +70,7 @@
"text.rei.too_long_nbt": "§c物品 NBT 過長,不適用於多人遊戲。",
"text.rei.accepts": "接受以下物品:",
"text.rei.tag_accept": "標籤: #%s",
+ "text.rei.missing": "缺失以下物品:",
"text.rei.performance": "效能分析",
"text.rei.addons": "REI 附加功能",
"text.rei.shapeless": "無序合成",
@@ -135,6 +136,7 @@
"text.rei.working_station": "工作台",
"text.rei.release_export": "釋放 %s 以匯出",
"text.rei.ask_to_export": "您是否打算繼續匯出 %s ?",
+ "text.rei.ask_to_export.subtitle": "這將匯出%d個配方為圖像檔。",
"text.rei.recipe_id": "\n%s配方識別碼: %s",
"text.rei.recipe_screen_type.selection": "配方畫面類型選擇",
"text.rei.recipe_screen_type.selection.sub": "你隨時可以在設定頁面中再次改變這個選項。",
@@ -268,6 +270,7 @@
"config.roughlyenoughitems.layout.showUtilsButtons": "功能按鈕:",
"config.roughlyenoughitems.commands.gamemodeCommand": "改變遊戲模式的指令:",
"config.roughlyenoughitems.commands.giveCommand": "給予物品的指令:",
+ "config.roughlyenoughitems.commands.timeCommand": "改變時間的指令:",
"config.roughlyenoughitems.miscellaneous.loadDefaultPlugin": "載入預設插件:",
"config.roughlyenoughitems.miscellaneous.loadDefaultPlugin.boolean.false": "§c否 (危險)",
"config.roughlyenoughitems.miscellaneous.registerRecipesInAnotherThread": "REI 重載線程:",
@@ -310,6 +313,7 @@
"config.roughlyenoughitems.filteringRulesScreen": "自訂篩選條件",
"config.roughlyenoughitems.filteringRulesScreen.new": "建立篩選規則",
"config.roughlyenoughitems.filteringRulesScreen.delete": "刪除",
+ "config.roughlyenoughitems.filteringRulesScreen.hint": "請嘗試拖拽!",
"rule.roughlyenoughitems.filtering.manual": "手動篩選",
"rule.roughlyenoughitems.filtering.manual.subtitle": "手動選擇哪些要顯示或隱藏。",
"rule.roughlyenoughitems.filtering.search": "關鍵字篩選",