0.0.6-alpha

This commit is contained in:
2024-02-17 19:28:09 +08:00
parent 21e05ac442
commit 6c436e20c6
196 changed files with 16183 additions and 619 deletions

View File

@@ -23,5 +23,10 @@
"gui.sophisticatedcore.upgrades.chipped_glassblower.tooltip": "Glassblower",
"gui.sophisticatedcore.settings.buttons.export_template": "Export Settings to %s",
"gui.sophisticatedcore.upgrades.chipped_loom_table.tooltip": "Loom Table",
"gui.sophisticatedcore.tooltip.stack_limit": "Limit: %s"
"gui.sophisticatedcore.tooltip.stack_limit": "Limit: %s",
"upgrade_group.sophisticatedcore.stack_upgrades": "Stack Upgrades",
"gui.sophisticatedcore.error.add.only_single_upgrade_allowed": "Only single %s can be used in %s",
"gui.sophisticatedcore.error.add.upgrade_not_allowed": "%s can\u0027t be used in %s",
"upgrade_group.sophisticatedcore.cooking_upgrades": "Furnace Upgrades",
"gui.sophisticatedcore.error.add.only_x_upgrades_allowed": "Only %sx %s can be used in %s"
}

View File

@@ -23,5 +23,10 @@
"gui.sophisticatedcore.upgrades.chipped_glassblower.tooltip": "玻璃吹制工",
"gui.sophisticatedcore.settings.buttons.export_template": "将设置导出到 %s",
"gui.sophisticatedcore.upgrades.chipped_loom_table.tooltip": "织机台",
"gui.sophisticatedcore.tooltip.stack_limit": "限制:%s"
"gui.sophisticatedcore.tooltip.stack_limit": "限制:%s",
"upgrade_group.sophisticatedcore.stack_upgrades": "堆栈升级",
"gui.sophisticatedcore.error.add.only_single_upgrade_allowed": "%s 中只能使用单个 %s",
"gui.sophisticatedcore.error.add.upgrade_not_allowed": "%s 不能在 %s 中使用",
"upgrade_group.sophisticatedcore.cooking_upgrades": "熔炉升级",
"gui.sophisticatedcore.error.add.only_x_upgrades_allowed": "%s 中只能使用 %sx %s"
}