feat: 为vnc添加输入框功能
This commit is contained in:
@@ -961,7 +961,8 @@
|
||||
"sortAscending": "Ascending",
|
||||
"sortDescending": "Descending",
|
||||
"restore": "Restore",
|
||||
"minimize": "Minimize"
|
||||
"minimize": "Minimize",
|
||||
"send":"Send"
|
||||
},
|
||||
"layoutConfigurator": {
|
||||
"title": "Layout Configurator",
|
||||
@@ -1100,7 +1101,12 @@
|
||||
"reconnectTooltip": "Reconnect to the remote desktop"
|
||||
},
|
||||
"vncModal": {
|
||||
"title": "VNC Session"
|
||||
"title": "VNC Session",
|
||||
"textInputPlaceholder": "Enter text here to send to VNC",
|
||||
"sendButtonTitle": "Send text to VNC (simulates keyboard input)",
|
||||
"errors": {
|
||||
"simulateInputError": "Error simulating keyboard input: {error}"
|
||||
}
|
||||
},
|
||||
"commandInputBar": {
|
||||
"placeholder": "Enter command and press Enter to send...",
|
||||
|
||||
@@ -103,7 +103,8 @@
|
||||
"testing": "テスト中...",
|
||||
"width": "幅",
|
||||
"restore": "元に戻す",
|
||||
"minimize": "最小化"
|
||||
"minimize": "最小化",
|
||||
"send":"送信する"
|
||||
},
|
||||
"connections": {
|
||||
"actions": {
|
||||
@@ -696,7 +697,12 @@
|
||||
"titlePlaceholder": "リモートデスクトップ接続"
|
||||
},
|
||||
"vncModal": {
|
||||
"title": "VNCセッション"
|
||||
"title": "VNCセッション",
|
||||
"textInputPlaceholder": "VNC に送信するテキストをここに入力",
|
||||
"sendButtonTitle": "VNC にテキストを送信 (キーボード入力をシミュレート)",
|
||||
"errors": {
|
||||
"simulateInputError": "キーボード入力のシミュレート中にエラーが発生しました: {error}"
|
||||
}
|
||||
},
|
||||
"settings": {
|
||||
"popupFileManager": {
|
||||
|
||||
@@ -962,7 +962,8 @@
|
||||
"sortAscending": "升序",
|
||||
"sortDescending": "降序",
|
||||
"restore": "还原",
|
||||
"minimize": "最小化"
|
||||
"minimize": "最小化",
|
||||
"send":"发送"
|
||||
},
|
||||
"layoutConfigurator": {
|
||||
"title": "布局管理器",
|
||||
@@ -1103,7 +1104,12 @@
|
||||
"reconnectTooltip": "重新连接到远程桌面"
|
||||
},
|
||||
"vncModal": {
|
||||
"title": "VNC 会话"
|
||||
"title": "VNC 会话",
|
||||
"textInputPlaceholder": "在此输入文本以发送到 VNC",
|
||||
"sendButtonTitle": "将文本发送到 VNC (模拟键盘输入)",
|
||||
"errors": {
|
||||
"simulateInputError": "模拟键盘输入时出错: {error}"
|
||||
}
|
||||
},
|
||||
"commandInputBar": {
|
||||
"placeholder": "在此输入命令后按 Enter 发送到终端...",
|
||||
|
||||
Reference in New Issue
Block a user