From 2a4950c5f98fd1f9daaf3745afc0b993d761bcef Mon Sep 17 00:00:00 2001 From: ChuijkYahus <94828194+ChuijkYahus@users.noreply.github.com> Date: Sat, 25 Apr 2026 17:28:02 +0800 Subject: [PATCH 1/2] CreateDeployerAPI create --- .../assets/deployer/deployer/lang/en_us.json | 17 +++++++++++++++++ .../assets/deployer/deployer/lang/zh_cn.json | 17 +++++++++++++++++ 2 files changed, 34 insertions(+) create mode 100644 projects/1.21/assets/deployer/deployer/lang/en_us.json create mode 100644 projects/1.21/assets/deployer/deployer/lang/zh_cn.json diff --git a/projects/1.21/assets/deployer/deployer/lang/en_us.json b/projects/1.21/assets/deployer/deployer/lang/en_us.json new file mode 100644 index 000000000000..2cca40610de4 --- /dev/null +++ b/projects/1.21/assets/deployer/deployer/lang/en_us.json @@ -0,0 +1,17 @@ +{ + "stock_inventory_type.items": "Items", + "stock_inventory_type.unfinished_order": "Unfinished order", + "stock_inventory_type.unfinished_order_line_1": "All unfinished orders will be sent", + "stock_inventory_type.unfinished_order_line_2": "simultaneously when clicking send", + "deployer.gui.factory_panel.not_affecting_recipe_tip_0": "This gauge won't affect", + "deployer.gui.factory_panel.not_affecting_recipe_tip_1": "the recipe", + "deployer.factory_panel.transferring_switch": "Now transferring %s", + "deployer.factory_panel.transferring": "Transferring %s", + "deployer.factory_panel.no_connection_available": "No connection available for these panels", + "panel_connection.deployer.stock_connection": "Orders", + "panel_connection.deployer.redstone": "Redstone", + "panel_connection.deployer.numbers": "Numbers", + "panel_connection.deployer.string": "Strings", + "panel_connection.deployer.display": "Display Data", + "deployer.panel.panels_connected": "Panels connected" +} \ No newline at end of file diff --git a/projects/1.21/assets/deployer/deployer/lang/zh_cn.json b/projects/1.21/assets/deployer/deployer/lang/zh_cn.json new file mode 100644 index 000000000000..7cfed8aeea17 --- /dev/null +++ b/projects/1.21/assets/deployer/deployer/lang/zh_cn.json @@ -0,0 +1,17 @@ +{ + "stock_inventory_type.items": "物品", + "stock_inventory_type.unfinished_order": "未完成的订单", + "stock_inventory_type.unfinished_order_line_1": "点击发送时,所有未完成的", + "stock_inventory_type.unfinished_order_line_2": "订单会在同一时刻全部发送", + "deployer.gui.factory_panel.not_affecting_recipe_tip_0": "此仪表不会", + "deployer.gui.factory_panel.not_affecting_recipe_tip_1": "影响配方", + "deployer.factory_panel.transferring_switch": "现改为传输%s", + "deployer.factory_panel.transferring": "正在传输%s", + "deployer.factory_panel.no_connection_available": "对应面板间没有可用连接", + "panel_connection.deployer.stock_connection": "订单", + "panel_connection.deployer.redstone": "红石信号", + "panel_connection.deployer.numbers": "数值", + "panel_connection.deployer.string": "字符串", + "panel_connection.deployer.display": "显示数据", + "deployer.panel.panels_connected": "面板已连接" +} \ No newline at end of file From 45ab44f03900443d10d84ed89d7e504accdee84c Mon Sep 17 00:00:00 2001 From: ChuijkYahus <94828194+ChuijkYahus@users.noreply.github.com> Date: Sat, 25 Apr 2026 17:55:27 +0800 Subject: [PATCH 2/2] SimulatedGauges create --- .../simulated_gauges/lang/en_us.json | 13 +++++++++++++ .../simulated_gauges/lang/zh_cn.json | 13 +++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 projects/1.21/assets/simulated-gauges/simulated_gauges/lang/en_us.json create mode 100644 projects/1.21/assets/simulated-gauges/simulated_gauges/lang/zh_cn.json diff --git a/projects/1.21/assets/simulated-gauges/simulated_gauges/lang/en_us.json b/projects/1.21/assets/simulated-gauges/simulated_gauges/lang/en_us.json new file mode 100644 index 000000000000..2a0e559da38c --- /dev/null +++ b/projects/1.21/assets/simulated-gauges/simulated_gauges/lang/en_us.json @@ -0,0 +1,13 @@ +{ + "altitude_gauge.mode.height": "Altitude", + "altitude_gauge.mode.pressure": "Air Pressure", + "create.logistics.altitude_selection": "Altitude/Air Pressure Selection", + "create.logistics.vector_selection": "Output Axis Selection", + "item.simulated_gauges.altitude_gauge": "Altitude Gauge", + "item.simulated_gauges.gimbal_gauge": "Gimbal Gauge", + "item.simulated_gauges.velocity_gauge": "Velocity Gauge", + "itemGroup.simulated_gauges": "Simulated Gauges", + "vector_gauge.mode.x": "X Axis", + "vector_gauge.mode.y": "Y Axis", + "vector_gauge.mode.z": "Z Axis" +} \ No newline at end of file diff --git a/projects/1.21/assets/simulated-gauges/simulated_gauges/lang/zh_cn.json b/projects/1.21/assets/simulated-gauges/simulated_gauges/lang/zh_cn.json new file mode 100644 index 000000000000..dfde2b7f8540 --- /dev/null +++ b/projects/1.21/assets/simulated-gauges/simulated_gauges/lang/zh_cn.json @@ -0,0 +1,13 @@ +{ + "altitude_gauge.mode.height": "高度", + "altitude_gauge.mode.pressure": "气压", + "create.logistics.altitude_selection": "选择高度/气压", + "create.logistics.vector_selection": "选择输出轴", + "item.simulated_gauges.altitude_gauge": "高度仪表", + "item.simulated_gauges.gimbal_gauge": "姿态仪表", + "item.simulated_gauges.velocity_gauge": "速度仪表", + "itemGroup.simulated_gauges": "Simulated Gauges", + "vector_gauge.mode.x": "X轴", + "vector_gauge.mode.y": "Y轴", + "vector_gauge.mode.z": "Z轴" +} \ No newline at end of file