Skip to content

Commit 0472dbf

Browse files
authored
Super Factory Manager 翻译更新 (#5694)
1 parent 77783e5 commit 0472dbf

File tree

6 files changed

+39
-27
lines changed

6 files changed

+39
-27
lines changed

projects/1.19/assets/super-factory-manager/sfm/lang/en_us.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"block.sfm.buffer": "Resource Buffer",
23
"block.sfm.cable": "Inventory Cable",
34
"block.sfm.cable_facade": "Inventory Cable Facade",
45
"block.sfm.fancy_cable": "Fancy Inventory Cable",
@@ -8,9 +9,10 @@
89
"block.sfm.printing_press.tooltip": "Place with an air gap below a downward facing piston. Extend the piston to use.",
910
"block.sfm.test_barrel": "Test Barrel",
1011
"block.sfm.test_barrel_tank": "Test Barrel Tank",
12+
"block.sfm.tunnelled_manager": "Tunnelled Factory Manager",
1113
"block.sfm.water_tank": "Water Tank",
12-
"block.sfm.water_tank.tooltip.1": "Requires two adjacent water sources",
13-
"block.sfm.water_tank.tooltip.2": "More effective when also adjacent to other active water tanks",
14+
"block.sfm.water_tank.tooltip.1": "Requires two adjacent water sources.",
15+
"block.sfm.water_tank.tooltip.2": "More effective when also adjacent to other active water tanks.",
1416
"chat.sfm.config_update_and_sync_result.failed_to_find": "Failed to find the SFM config toml.",
1517
"chat.sfm.config_update_and_sync_result.internal_failure": "Something went wrong while updating the SFM config, I have no idea if changes were made. Check the server logs.",
1618
"chat.sfm.config_update_and_sync_result.invalid_config": "The provided SFM config was invalid, no changes were made.",
@@ -66,7 +68,7 @@
6668
"gui.sfm.logs.button.copy_logs.tooltip": "Shift-click for raw",
6769
"gui.sfm.logs.empty_capability": "Received an empty capability result for %s %s direction=%s",
6870
"gui.sfm.logs.missing_adjacent_cable": "No adjacent cable found for %s",
69-
"gui.sfm.logs.no_content": "Ahoy, world!\nChange the log level using the buttons at the top of this screen.\nLoud log levels will be reset after a single program execution.\nLogging can make statements take longer to execute.\nThe scrolling is wacky, I'm working on it.\nOnly a few hundred lines are drawn to reduce lag.\nUse the copy button to view in a better editor for now lol.",
71+
"gui.sfm.logs.no_content": "Ahoy, world!\nChange the log level using the buttons at the top of this screen.\nTrace, debug, and info log levels will be turned off after a single program execution.\nLogging can make statements take longer to execute.\nUse the copy button to help view in a different editor.",
7072
"gui.sfm.logs.title": "Logs",
7173
"gui.sfm.manager.button.copy_to_clipboard": "Copy to clipboard",
7274
"gui.sfm.manager.button.discord": "Discord",
@@ -243,7 +245,7 @@
243245
"program.sfm.warnings.disconnected_label": "Label \"%s\" is assigned in the world at %s but not connected by cables.",
244246
"program.sfm.warnings.each_without_pattern": "EACH used without a pattern, statement %s",
245247
"program.sfm.warnings.mekanism_bad_side_config": "Mekanism block side config at %s doesn't agree with statement, check label \"%s\" used in \"%s\"",
246-
"program.sfm.warnings.mekanism_used_without_direction": "Mekanism blocks are read-only when no side is specified, check label \"%s\" used in \"%s\"",
248+
"program.sfm.warnings.mekanism_used_without_direction": "Mekanism blocks are read-only from the null direction, check label \"%s\" used in \"%s\"",
247249
"program.sfm.warnings.output_label_not_found_in_inputs": "Statement \"%s\" at %s uses resource type \"%s\" which has no matching input statement.",
248250
"program.sfm.warnings.round_robin_smelly_count": "Round robin by label should be used with more than one label, statement %s",
249251
"program.sfm.warnings.round_robin_smelly_each": "Round robin by block shouldn't be used with EACH, statement %s",

projects/1.19/assets/super-factory-manager/sfm/lang/zh_cn.json

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"block.sfm.buffer": "资源缓存",
23
"block.sfm.cable": "工厂线缆",
34
"block.sfm.cable_facade": "工厂线缆伪装板",
45
"block.sfm.fancy_cable": "精致工厂线缆",
@@ -8,9 +9,10 @@
89
"block.sfm.printing_press.tooltip": "放置在朝下的活塞下方,间距一格方块空间。激活活塞以使用。",
910
"block.sfm.test_barrel": "测试桶",
1011
"block.sfm.test_barrel_tank": "测试桶储罐",
12+
"block.sfm.tunnelled_manager": "隧道式工厂管理器",
1113
"block.sfm.water_tank": "蓄水槽",
12-
"block.sfm.water_tank.tooltip.1": "需要两个相邻的水源",
13-
"block.sfm.water_tank.tooltip.2": "与其他激活的蓄水槽相邻时效果更佳",
14+
"block.sfm.water_tank.tooltip.1": "需要两个相邻的水源",
15+
"block.sfm.water_tank.tooltip.2": "与其他激活的蓄水槽相邻时效果更佳",
1416
"chat.sfm.config_update_and_sync_result.failed_to_find": "未找到SFM配置文件(toml格式)。",
1517
"chat.sfm.config_update_and_sync_result.internal_failure": "更新SFM配置时发生未知错误,无法确认更改是否生效。请检查服务器日志。",
1618
"chat.sfm.config_update_and_sync_result.invalid_config": "提供的SFM配置无效,未进行任何更改。",
@@ -64,9 +66,9 @@
6466
"gui.sfm.logs.button.clear_logs.packet_received": "日志已清空",
6567
"gui.sfm.logs.button.copy_logs": "复制日志",
6668
"gui.sfm.logs.button.copy_logs.tooltip": "Shift + 点击 以复制原始数据",
67-
"gui.sfm.logs.empty_capability": "接收到空 Capability 结果,%s %s direction=%s",
69+
"gui.sfm.logs.empty_capability": "接收到空 capability 结果,%s %s direction=%s",
6870
"gui.sfm.logs.missing_adjacent_cable": "未找到 %s 附近的线缆",
69-
"gui.sfm.logs.no_content": "你好,世界!\n使用顶部按钮调整日志等级。\n高等级日志会在程序执行后重置\n日志记录可能拖慢执行速度。\n滚动有问题,正在修复。\n目前仅显示数百行以减少卡顿。\n先用复制按钮在更好的编辑器中查看吧",
71+
"gui.sfm.logs.no_content": "你好,世界!\n使用顶部按钮调整日志等级。\n单次程序执行后,追踪(Trace)、调试(Debug)和信息(Info)日志级别将被关闭\n日志记录可能拖慢执行速度。使用复制按钮以便在其他的编辑器中查看",
7072
"gui.sfm.logs.title": "日志",
7173
"gui.sfm.manager.button.copy_to_clipboard": "复制到剪贴板",
7274
"gui.sfm.manager.button.discord": "Discord",
@@ -109,8 +111,8 @@
109111
"gui.sfm.program_editor_config.intellisense.off": "关闭",
110112
"gui.sfm.program_editor_config.line_numbers": "行号显示",
111113
"gui.sfm.program_editor_config.preferred_editor": "首选编辑器",
112-
"gui.sfm.program_editor_config.preferred_editor.v1": "V1(默认项)",
113114
"gui.sfm.program_editor_config.preferred_editor.v2": "V2",
115+
"gui.sfm.program_editor_config.preferred_editor.v1": "V1(默认项)",
114116
"gui.sfm.program_editor_config.title": "程序编辑器配置",
115117
"gui.sfm.program_template_picker.warning1": "在下一界面点击“完成”将覆盖现有程序!",
116118
"gui.sfm.program_template_picker.warning2": "按 <Esc> 取消操作。",

projects/1.20/assets/super-factory-manager/sfm/lang/en_us.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"block.sfm.buffer": "Resource Buffer",
23
"block.sfm.cable": "Inventory Cable",
34
"block.sfm.cable_facade": "Inventory Cable Facade",
45
"block.sfm.fancy_cable": "Fancy Inventory Cable",
@@ -8,9 +9,10 @@
89
"block.sfm.printing_press.tooltip": "Place with an air gap below a downward facing piston. Extend the piston to use.",
910
"block.sfm.test_barrel": "Test Barrel",
1011
"block.sfm.test_barrel_tank": "Test Barrel Tank",
12+
"block.sfm.tunnelled_manager": "Tunnelled Factory Manager",
1113
"block.sfm.water_tank": "Water Tank",
12-
"block.sfm.water_tank.tooltip.1": "Requires two adjacent water sources",
13-
"block.sfm.water_tank.tooltip.2": "More effective when also adjacent to other active water tanks",
14+
"block.sfm.water_tank.tooltip.1": "Requires two adjacent water sources.",
15+
"block.sfm.water_tank.tooltip.2": "More effective when also adjacent to other active water tanks.",
1416
"chat.sfm.config_update_and_sync_result.failed_to_find": "Failed to find the SFM config toml.",
1517
"chat.sfm.config_update_and_sync_result.internal_failure": "Something went wrong while updating the SFM config, I have no idea if changes were made. Check the server logs.",
1618
"chat.sfm.config_update_and_sync_result.invalid_config": "The provided SFM config was invalid, no changes were made.",
@@ -66,7 +68,7 @@
6668
"gui.sfm.logs.button.copy_logs.tooltip": "Shift-click for raw",
6769
"gui.sfm.logs.empty_capability": "Received an empty capability result for %s %s direction=%s",
6870
"gui.sfm.logs.missing_adjacent_cable": "No adjacent cable found for %s",
69-
"gui.sfm.logs.no_content": "Ahoy, world!\nChange the log level using the buttons at the top of this screen.\nLoud log levels will be reset after a single program execution.\nLogging can make statements take longer to execute.\nThe scrolling is wacky, I'm working on it.\nOnly a few hundred lines are drawn to reduce lag.\nUse the copy button to view in a better editor for now lol.",
71+
"gui.sfm.logs.no_content": "Ahoy, world!\nChange the log level using the buttons at the top of this screen.\nTrace, debug, and info log levels will be turned off after a single program execution.\nLogging can make statements take longer to execute.\nUse the copy button to help view in a different editor.",
7072
"gui.sfm.logs.title": "Logs",
7173
"gui.sfm.manager.button.copy_to_clipboard": "Copy to clipboard",
7274
"gui.sfm.manager.button.discord": "Discord",
@@ -243,7 +245,7 @@
243245
"program.sfm.warnings.disconnected_label": "Label \"%s\" is assigned in the world at %s but not connected by cables.",
244246
"program.sfm.warnings.each_without_pattern": "EACH used without a pattern, statement %s",
245247
"program.sfm.warnings.mekanism_bad_side_config": "Mekanism block side config at %s doesn't agree with statement, check label \"%s\" used in \"%s\"",
246-
"program.sfm.warnings.mekanism_used_without_direction": "Mekanism blocks are read-only when no side is specified, check label \"%s\" used in \"%s\"",
248+
"program.sfm.warnings.mekanism_used_without_direction": "Mekanism blocks are read-only from the null direction, check label \"%s\" used in \"%s\"",
247249
"program.sfm.warnings.output_label_not_found_in_inputs": "Statement \"%s\" at %s uses resource type \"%s\" which has no matching input statement.",
248250
"program.sfm.warnings.round_robin_smelly_count": "Round robin by label should be used with more than one label, statement %s",
249251
"program.sfm.warnings.round_robin_smelly_each": "Round robin by block shouldn't be used with EACH, statement %s",

projects/1.20/assets/super-factory-manager/sfm/lang/zh_cn.json

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"block.sfm.buffer": "资源缓存",
23
"block.sfm.cable": "工厂线缆",
34
"block.sfm.cable_facade": "工厂线缆伪装板",
45
"block.sfm.fancy_cable": "精致工厂线缆",
@@ -8,9 +9,10 @@
89
"block.sfm.printing_press.tooltip": "放置在朝下的活塞下方,间距一格方块空间。激活活塞以使用。",
910
"block.sfm.test_barrel": "测试桶",
1011
"block.sfm.test_barrel_tank": "测试桶储罐",
12+
"block.sfm.tunnelled_manager": "隧道式工厂管理器",
1113
"block.sfm.water_tank": "蓄水槽",
12-
"block.sfm.water_tank.tooltip.1": "需要两个相邻的水源",
13-
"block.sfm.water_tank.tooltip.2": "与其他激活的蓄水槽相邻时效果更佳",
14+
"block.sfm.water_tank.tooltip.1": "需要两个相邻的水源",
15+
"block.sfm.water_tank.tooltip.2": "与其他激活的蓄水槽相邻时效果更佳",
1416
"chat.sfm.config_update_and_sync_result.failed_to_find": "未找到SFM配置文件(toml格式)。",
1517
"chat.sfm.config_update_and_sync_result.internal_failure": "更新SFM配置时发生未知错误,无法确认更改是否生效。请检查服务器日志。",
1618
"chat.sfm.config_update_and_sync_result.invalid_config": "提供的SFM配置无效,未进行任何更改。",
@@ -64,9 +66,9 @@
6466
"gui.sfm.logs.button.clear_logs.packet_received": "日志已清空",
6567
"gui.sfm.logs.button.copy_logs": "复制日志",
6668
"gui.sfm.logs.button.copy_logs.tooltip": "Shift + 点击 以复制原始数据",
67-
"gui.sfm.logs.empty_capability": "接收到空 Capability 结果,%s %s direction=%s",
69+
"gui.sfm.logs.empty_capability": "接收到空 capability 结果,%s %s direction=%s",
6870
"gui.sfm.logs.missing_adjacent_cable": "未找到 %s 附近的线缆",
69-
"gui.sfm.logs.no_content": "你好,世界!\n使用顶部按钮调整日志等级。\n高等级日志会在程序执行后重置\n日志记录可能拖慢执行速度。\n滚动有问题,正在修复。\n目前仅显示数百行以减少卡顿。\n先用复制按钮在更好的编辑器中查看吧",
71+
"gui.sfm.logs.no_content": "你好,世界!\n使用顶部按钮调整日志等级。\n单次程序执行后,追踪(Trace)、调试(Debug)和信息(Info)日志级别将被关闭\n日志记录可能拖慢执行速度。使用复制按钮以便在其他的编辑器中查看",
7072
"gui.sfm.logs.title": "日志",
7173
"gui.sfm.manager.button.copy_to_clipboard": "复制到剪贴板",
7274
"gui.sfm.manager.button.discord": "Discord",
@@ -109,8 +111,8 @@
109111
"gui.sfm.program_editor_config.intellisense.off": "关闭",
110112
"gui.sfm.program_editor_config.line_numbers": "行号显示",
111113
"gui.sfm.program_editor_config.preferred_editor": "首选编辑器",
112-
"gui.sfm.program_editor_config.preferred_editor.v1": "V1(默认项)",
113114
"gui.sfm.program_editor_config.preferred_editor.v2": "V2",
115+
"gui.sfm.program_editor_config.preferred_editor.v1": "V1(默认项)",
114116
"gui.sfm.program_editor_config.title": "程序编辑器配置",
115117
"gui.sfm.program_template_picker.warning1": "在下一界面点击“完成”将覆盖现有程序!",
116118
"gui.sfm.program_template_picker.warning2": "按 <Esc> 取消操作。",

projects/1.21/assets/super-factory-manager/sfm/lang/en_us.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"block.sfm.buffer": "Resource Buffer",
23
"block.sfm.cable": "Inventory Cable",
34
"block.sfm.cable_facade": "Inventory Cable Facade",
45
"block.sfm.fancy_cable": "Fancy Inventory Cable",
@@ -8,9 +9,10 @@
89
"block.sfm.printing_press.tooltip": "Place with an air gap below a downward facing piston. Extend the piston to use.",
910
"block.sfm.test_barrel": "Test Barrel",
1011
"block.sfm.test_barrel_tank": "Test Barrel Tank",
12+
"block.sfm.tunnelled_manager": "Tunnelled Factory Manager",
1113
"block.sfm.water_tank": "Water Tank",
12-
"block.sfm.water_tank.tooltip.1": "Requires two adjacent water sources",
13-
"block.sfm.water_tank.tooltip.2": "More effective when also adjacent to other active water tanks",
14+
"block.sfm.water_tank.tooltip.1": "Requires two adjacent water sources.",
15+
"block.sfm.water_tank.tooltip.2": "More effective when also adjacent to other active water tanks.",
1416
"chat.sfm.config_update_and_sync_result.failed_to_find": "Failed to find the SFM config toml.",
1517
"chat.sfm.config_update_and_sync_result.internal_failure": "Something went wrong while updating the SFM config, I have no idea if changes were made. Check the server logs.",
1618
"chat.sfm.config_update_and_sync_result.invalid_config": "The provided SFM config was invalid, no changes were made.",
@@ -66,7 +68,7 @@
6668
"gui.sfm.logs.button.copy_logs.tooltip": "Shift-click for raw",
6769
"gui.sfm.logs.empty_capability": "Received an empty capability result for %s %s direction=%s",
6870
"gui.sfm.logs.missing_adjacent_cable": "No adjacent cable found for %s",
69-
"gui.sfm.logs.no_content": "Ahoy, world!\nChange the log level using the buttons at the top of this screen.\nLoud log levels will be reset after a single program execution.\nLogging can make statements take longer to execute.\nThe scrolling is wacky, I'm working on it.\nOnly a few hundred lines are drawn to reduce lag.\nUse the copy button to view in a better editor for now lol.",
71+
"gui.sfm.logs.no_content": "Ahoy, world!\nChange the log level using the buttons at the top of this screen.\nTrace, debug, and info log levels will be turned off after a single program execution.\nLogging can make statements take longer to execute.\nUse the copy button to help view in a different editor.",
7072
"gui.sfm.logs.title": "Logs",
7173
"gui.sfm.manager.button.copy_to_clipboard": "Copy to clipboard",
7274
"gui.sfm.manager.button.discord": "Discord",
@@ -243,7 +245,7 @@
243245
"program.sfm.warnings.disconnected_label": "Label \"%s\" is assigned in the world at %s but not connected by cables.",
244246
"program.sfm.warnings.each_without_pattern": "EACH used without a pattern, statement %s",
245247
"program.sfm.warnings.mekanism_bad_side_config": "Mekanism block side config at %s doesn't agree with statement, check label \"%s\" used in \"%s\"",
246-
"program.sfm.warnings.mekanism_used_without_direction": "Mekanism blocks are read-only when no side is specified, check label \"%s\" used in \"%s\"",
248+
"program.sfm.warnings.mekanism_used_without_direction": "Mekanism blocks are read-only from the null direction, check label \"%s\" used in \"%s\"",
247249
"program.sfm.warnings.output_label_not_found_in_inputs": "Statement \"%s\" at %s uses resource type \"%s\" which has no matching input statement.",
248250
"program.sfm.warnings.round_robin_smelly_count": "Round robin by label should be used with more than one label, statement %s",
249251
"program.sfm.warnings.round_robin_smelly_each": "Round robin by block shouldn't be used with EACH, statement %s",

projects/1.21/assets/super-factory-manager/sfm/lang/zh_cn.json

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"block.sfm.buffer": "资源缓存",
23
"block.sfm.cable": "工厂线缆",
34
"block.sfm.cable_facade": "工厂线缆伪装板",
45
"block.sfm.fancy_cable": "精致工厂线缆",
@@ -8,9 +9,10 @@
89
"block.sfm.printing_press.tooltip": "放置在朝下的活塞下方,间距一格方块空间。激活活塞以使用。",
910
"block.sfm.test_barrel": "测试桶",
1011
"block.sfm.test_barrel_tank": "测试桶储罐",
12+
"block.sfm.tunnelled_manager": "隧道式工厂管理器",
1113
"block.sfm.water_tank": "蓄水槽",
12-
"block.sfm.water_tank.tooltip.1": "需要两个相邻的水源",
13-
"block.sfm.water_tank.tooltip.2": "与其他激活的蓄水槽相邻时效果更佳",
14+
"block.sfm.water_tank.tooltip.1": "需要两个相邻的水源",
15+
"block.sfm.water_tank.tooltip.2": "与其他激活的蓄水槽相邻时效果更佳",
1416
"chat.sfm.config_update_and_sync_result.failed_to_find": "未找到SFM配置文件(toml格式)。",
1517
"chat.sfm.config_update_and_sync_result.internal_failure": "更新SFM配置时发生未知错误,无法确认更改是否生效。请检查服务器日志。",
1618
"chat.sfm.config_update_and_sync_result.invalid_config": "提供的SFM配置无效,未进行任何更改。",
@@ -64,9 +66,9 @@
6466
"gui.sfm.logs.button.clear_logs.packet_received": "日志已清空",
6567
"gui.sfm.logs.button.copy_logs": "复制日志",
6668
"gui.sfm.logs.button.copy_logs.tooltip": "Shift + 点击 以复制原始数据",
67-
"gui.sfm.logs.empty_capability": "接收到空 Capability 结果,%s %s direction=%s",
69+
"gui.sfm.logs.empty_capability": "接收到空 capability 结果,%s %s direction=%s",
6870
"gui.sfm.logs.missing_adjacent_cable": "未找到 %s 附近的线缆",
69-
"gui.sfm.logs.no_content": "你好,世界!\n使用顶部按钮调整日志等级。\n高等级日志会在程序执行后重置\n日志记录可能拖慢执行速度。\n滚动有问题,正在修复。\n目前仅显示数百行以减少卡顿。\n先用复制按钮在更好的编辑器中查看吧",
71+
"gui.sfm.logs.no_content": "你好,世界!\n使用顶部按钮调整日志等级。\n单次程序执行后,追踪(Trace)、调试(Debug)和信息(Info)日志级别将被关闭\n日志记录可能拖慢执行速度。使用复制按钮以便在其他的编辑器中查看",
7072
"gui.sfm.logs.title": "日志",
7173
"gui.sfm.manager.button.copy_to_clipboard": "复制到剪贴板",
7274
"gui.sfm.manager.button.discord": "Discord",
@@ -109,8 +111,8 @@
109111
"gui.sfm.program_editor_config.intellisense.off": "关闭",
110112
"gui.sfm.program_editor_config.line_numbers": "行号显示",
111113
"gui.sfm.program_editor_config.preferred_editor": "首选编辑器",
112-
"gui.sfm.program_editor_config.preferred_editor.v1": "V1(默认项)",
113114
"gui.sfm.program_editor_config.preferred_editor.v2": "V2",
115+
"gui.sfm.program_editor_config.preferred_editor.v1": "V1(默认项)",
114116
"gui.sfm.program_editor_config.title": "程序编辑器配置",
115117
"gui.sfm.program_template_picker.warning1": "在下一界面点击“完成”将覆盖现有程序!",
116118
"gui.sfm.program_template_picker.warning2": "按 <Esc> 取消操作。",

0 commit comments

Comments
 (0)