File tree Expand file tree Collapse file tree
1.20/assets/myotus-lib/myotus
1.21/assets/myotus-lib/myotus Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ---
2+ navigation :
3+ title : " Myotus AE2指南"
4+ position : 80
5+ ---
6+
7+ # Myotus
8+ 小巧而强大的AE2模组开发库。
9+
10+ ## 游戏内特性
11+ - 按标签页显示终端配置
12+ - 自定义终端升级槽
Original file line number Diff line number Diff line change 1+ ---
2+ navigation :
3+ title : " Myotus AE2 Guide"
4+ position : 80
5+ ---
6+
7+ # Myotus
8+ Small but powerful library for AE2 mod development.
9+
10+ ## In-Game Feature
11+ - Tabbed Terminal Config View
12+ - Custom Terminal Upgrade Slot
Original file line number Diff line number Diff line change 1+ {
2+ "itemGroup.myotus" : " Myotus" ,
3+ "gui.myotus.button.bug_report.tooltip" : " Report this config terminal bugs to the mod author." ,
4+ "gui.myotus.button.ae2setting" : " AE2 Terminal Setting" ,
5+ "error.myotus.mod.loading.version.mismatch" : " The %s must be version %s or higher. Current version: %s" ,
6+ "gui.myotus.config.title" : " Myotus Setting" ,
7+ "gui.myotus.checkbox.tab.sorting" : " Sort tabs by active" ,
8+ "gui.myotus.keybinding.listening" : " Listening for keybinding... Press ESC to cancel." ,
9+ "key.myotus.open.terminal_setting" : " Open Terminal Setting Screen" ,
10+ "key.myotus.toggle.subsidepanel" : " Toggle Sub Side Panel" ,
11+ "gui.myotus.config.toggle_side_panel" : " Toggle Sub Side Panel" ,
12+ "item.myotus.diamond_upgrade_card" : " Diamond Upgrade Card" ,
13+ "key.categories.myotus" : " myotus" ,
14+ "gui.myotus.config.toggle_side_panel.show" : " Show Upgrade Panel" ,
15+ "gui.myotus.config.toggle_side_panel.hide" : " Hide Upgrade Panel" ,
16+ "gui.myotus.upgrade_slot.empty_tooltip.header" : " Installable terminal upgrades:" ,
17+ "gui.myotus.upgrade_slot.empty_tooltip.none" : " All terminal upgrades are already installed."
18+ }
Original file line number Diff line number Diff line change 1+ {
2+ "itemGroup.myotus" : " Myotus" ,
3+ "gui.myotus.button.bug_report.tooltip" : " 向作者反馈终端配置界面的漏洞。" ,
4+ "gui.myotus.button.ae2setting" : " AE2终端设置" ,
5+ "error.myotus.mod.loading.version.mismatch" : " %s的版本必须高于或等于%s。当前版本:%s" ,
6+ "gui.myotus.config.title" : " Myotus设置" ,
7+ "gui.myotus.checkbox.tab.sorting" : " 按活跃程度为标签页排序" ,
8+ "gui.myotus.keybinding.listening" : " 等待按键中……按下ESC以取消。" ,
9+ "key.myotus.open.terminal_setting" : " 打开终端设置界面" ,
10+ "key.myotus.toggle.subsidepanel" : " 打开/关闭侧面板" ,
11+ "gui.myotus.config.toggle_side_panel" : " 打开/关闭侧面板" ,
12+ "item.myotus.diamond_upgrade_card" : " 钻石升级卡" ,
13+ "key.categories.myotus" : " Myotus" ,
14+ "gui.myotus.config.toggle_side_panel.show" : " 显示升级面板" ,
15+ "gui.myotus.config.toggle_side_panel.hide" : " 隐藏升级面板" ,
16+ "gui.myotus.upgrade_slot.empty_tooltip.header" : " 可安装的终端升级:" ,
17+ "gui.myotus.upgrade_slot.empty_tooltip.none" : " 已安装所有终端升级。"
18+ }
Original file line number Diff line number Diff line change 1+ ---
2+ navigation :
3+ title : " Myotus AE2指南"
4+ position : 80
5+ ---
6+
7+ # Myotus
8+ 小巧而强大的AE2模组开发库。
9+
10+ ## 游戏内特性
11+ - 显示元件支持
12+ - 按标签页显示终端配置
13+ - 自定义终端升级槽
Original file line number Diff line number Diff line change 1+ ---
2+ navigation :
3+ title : " Myotus AE2 Guide"
4+ position : 80
5+ ---
6+
7+ # Myotus
8+ Small but powerful library for AE2 mod development.
9+
10+ ## In-Game Feature
11+ - Support ViewCell
12+ - Tabbed Terminal Config View
13+ - Custom Terminal Upgrade Slot
Original file line number Diff line number Diff line change 1+ {
2+ "itemGroup.myotus" : " Myotus" ,
3+ "gui.myotus.button.bug_report.tooltip" : " Report this config terminal bugs to the mod author." ,
4+ "gui.myotus.button.ae2setting" : " AE2 Terminal Setting" ,
5+ "error.myotus.mod.loading.version.mismatch" : " The %s must be version %s or higher. Current version: %s" ,
6+ "gui.myotus.config.title" : " Myotus Setting" ,
7+ "gui.myotus.checkbox.tab.sorting" : " Sort tabs by active" ,
8+ "gui.myotus.keybinding.listening" : " Listening for keybinding... Press ESC to cancel." ,
9+ "key.myotus.open.terminal_setting" : " Open Terminal Setting Screen" ,
10+ "key.myotus.toggle.subsidepanel" : " Toggle Sub Side Panel" ,
11+ "gui.myotus.config.toggle_side_panel" : " Toggle Sub Side Panel" ,
12+ "item.myotus.diamond_upgrade_card" : " Diamond Upgrade Card" ,
13+ "key.categories.myotus" : " myotus" ,
14+ "gui.myotus.config.toggle_side_panel.show" : " Show Upgrade Panel" ,
15+ "gui.myotus.config.toggle_side_panel.hide" : " Hide Upgrade Panel" ,
16+ "gui.myotus.upgrade_slot.empty_tooltip.header" : " Installable terminal upgrades:" ,
17+ "gui.myotus.upgrade_slot.empty_tooltip.none" : " All terminal upgrades are already installed."
18+ }
Original file line number Diff line number Diff line change 1+ {
2+ "itemGroup.myotus" : " Myotus" ,
3+ "gui.myotus.button.bug_report.tooltip" : " 向作者反馈终端配置界面的漏洞。" ,
4+ "gui.myotus.button.ae2setting" : " AE2终端设置" ,
5+ "error.myotus.mod.loading.version.mismatch" : " %s的版本必须高于或等于%s。当前版本:%s" ,
6+ "gui.myotus.config.title" : " Myotus设置" ,
7+ "gui.myotus.checkbox.tab.sorting" : " 按活跃程度为标签页排序" ,
8+ "gui.myotus.keybinding.listening" : " 等待按键中……按下ESC以取消。" ,
9+ "key.myotus.open.terminal_setting" : " 打开终端设置界面" ,
10+ "key.myotus.toggle.subsidepanel" : " 打开/关闭侧面板" ,
11+ "gui.myotus.config.toggle_side_panel" : " 打开/关闭侧面板" ,
12+ "item.myotus.diamond_upgrade_card" : " 钻石升级卡" ,
13+ "key.categories.myotus" : " Myotus" ,
14+ "gui.myotus.config.toggle_side_panel.show" : " 显示升级面板" ,
15+ "gui.myotus.config.toggle_side_panel.hide" : " 隐藏升级面板" ,
16+ "gui.myotus.upgrade_slot.empty_tooltip.header" : " 可安装的终端升级:" ,
17+ "gui.myotus.upgrade_slot.empty_tooltip.none" : " 已安装所有终端升级。"
18+ }
You can’t perform that action at this time.
0 commit comments