feat: 状态监视器添加IP地址显示

This commit is contained in:
Baobhan Sith
2025-05-15 00:26:46 +08:00
parent 1e7e9d1c04
commit 0e396a92fa
60 changed files with 518 additions and 352 deletions
+7 -1
View File
@@ -816,6 +816,10 @@
"terminalRightClickPasteSuccess": "Terminal right-click paste setting saved.",
"terminalRightClickPasteError": "Failed to save terminal right-click paste setting."
},
"statusMonitorShowIp": {
"title": "Status Monitor: Show IP Address",
"enableLabel": "Show IP address in status monitor"
},
"terminalScrollback": {
"title": "Terminal Scrollback Limit",
"limitLabel": "Maximum Lines",
@@ -940,6 +944,7 @@
"cancel": "Cancel",
"save": "Save",
"saving": "Saving...",
"saved": "Saved",
"testing": "Testing...",
"edit": "Edit",
"delete": "Delete",
@@ -962,7 +967,8 @@
"sortDescending": "Descending",
"restore": "Restore",
"minimize": "Minimize",
"send":"Send"
"send":"Send",
"copied": "Copied to clipboard"
},
"layoutConfigurator": {
"title": "Layout Configurator",
+7 -1
View File
@@ -96,6 +96,7 @@
"retry": "再試行",
"save": "保存",
"saving": "保存中...",
"saved": "保存済み",
"search": "検索",
"settings": "設定",
"sortAscending": "昇順",
@@ -104,7 +105,8 @@
"width": "幅",
"restore": "元に戻す",
"minimize": "最小化",
"send":"送信する"
"send":"送信する",
"copied": "クリップボードにコピーしました"
},
"connections": {
"actions": {
@@ -1075,6 +1077,10 @@
"terminalRightClickPasteSuccess": "ターミナルの右クリック貼り付け設定が保存されました。",
"terminalRightClickPasteError": "ターミナルの右クリック貼り付け設定の保存に失敗しました。"
},
"statusMonitorShowIp": {
"title": "ステータスモニターでIPアドレスを表示",
"enableLabel": "ステータスモニターにIPアドレスを表示する"
},
"terminalScrollback": {
"title": "ターミナルスクロールバック制限",
"limitLabel": "最大行数",
+7 -1
View File
@@ -810,6 +810,10 @@
"terminalRightClickPasteSuccess": "终端右键粘贴设置已保存。",
"terminalRightClickPasteError": "保存终端右键粘贴设置失败。"
},
"statusMonitorShowIp": {
"title": "状态监视器显示IP地址",
"enableLabel": "在状态监视器中显示IP地址"
},
"terminalScrollback": {
"title": "终端回滚行数",
"limitLabel": "最大行数",
@@ -941,6 +945,7 @@
"cancel": "取消",
"save": "保存",
"saving": "保存中...",
"saved": "已保存",
"testing": "测试中...",
"edit": "编辑",
"delete": "删除",
@@ -963,7 +968,8 @@
"sortDescending": "降序",
"restore": "还原",
"minimize": "最小化",
"send":"发送"
"send":"发送",
"copied": "已复制到剪贴板"
},
"layoutConfigurator": {
"title": "布局管理器",