Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
"gui.ae2wtlib.magnetcard.desc.me_no_magnet": "Magnet Off, Pickup to ME",
"gui.ae2wtlib.cycle_terminal.desc": "Open %s",
"gui.ae2wtlib.cycle_terminal.desc1": "Right click to open %s",
"gui.ae2wtlib.current_terminal": "Current Terminal: %s",
"gui.ae2wtlib.terminal_empty": "This terminal does not contain any other terminals",
"gui.ae2wtlib.magnetcard.hotkey": "Magnet Card: %s",
"gui.ae2wtlib.restock": "Restock: %s",
"gui.ae2wtlib.off": "Off",
Expand Down Expand Up @@ -49,5 +51,6 @@
"key.ae2.ae2wtlib_magnet": "Toggle Magnet Card",
"key.ae2.ae2wtlib_stow": "Stow stack in hand into ME System",

"ae2wtlib.configuration.magnet_card_range": "Magnet Card Range"
"ae2wtlib.configuration.magnet_card_range": "Magnet Card Range",
"ae2wtlib.configuration.always_show_terminal_selector": "Always Show Universal Terminal Selector"
}
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
"gui.ae2wtlib.magnetcard.desc.me_no_magnet": "关闭磁力,拾取至ME网络",
"gui.ae2wtlib.cycle_terminal.desc": "打开%s",
"gui.ae2wtlib.cycle_terminal.desc1": "右击以打开%s",
"gui.ae2wtlib.current_terminal": "当前终端:%s",
"gui.ae2wtlib.terminal_empty": "此终端内没有其他终端",
"gui.ae2wtlib.magnetcard.hotkey": "磁力卡: %s",
"gui.ae2wtlib.restock": "快捷栏补货:%s",
"gui.ae2wtlib.off": "关",
Expand Down Expand Up @@ -49,5 +51,6 @@
"key.ae2.ae2wtlib_magnet": "切换磁力卡模式",
"key.ae2.ae2wtlib_stow": "将手中物品堆叠存入ME系统",

"ae2wtlib.configuration.magnet_card_range": "磁力卡范围"
"ae2wtlib.configuration.magnet_card_range": "磁力卡范围",
"ae2wtlib.configuration.always_show_terminal_selector": "始终显示通用终端选择器"
}
Loading