This commit is contained in:
Baobhan Sith
2025-04-28 12:49:13 +08:00
parent 4fe55a7651
commit 179f0035f6
2 changed files with 12 additions and 4 deletions
+6 -2
View File
@@ -678,7 +678,9 @@
"all": "All", "all": "All",
"filter": "Filter", "filter": "Filter",
"width": "Width", "width": "Width",
"height": "Height" "height": "Height",
"reconnect": "Reconnect",
"retry": "Retry"
}, },
"layoutConfigurator": { "layoutConfigurator": {
"title": "Layout Configurator", "title": "Layout Configurator",
@@ -774,7 +776,8 @@
"inputError": "Error setting up input listeners.", "inputError": "Error setting up input listeners.",
"noConnection": "No connection information provided.", "noConnection": "No connection information provided.",
"tokenError": "Failed to retrieve token" "tokenError": "Failed to retrieve token"
} },
"reconnectTooltip": "Reconnect to the remote desktop"
}, },
"commandInputBar": { "commandInputBar": {
"placeholder": "Enter command and press Enter to send...", "placeholder": "Enter command and press Enter to send...",
@@ -827,6 +830,7 @@
"sortByUsage": "Usage Frequency", "sortByUsage": "Usage Frequency",
"usageCount": "Usage Count", "usageCount": "Usage Count",
"empty": "No quick commands. Click '+' to create one!", "empty": "No quick commands. Click '+' to create one!",
"addFirst": "Add your first quick command",
"confirmDelete": "Are you sure you want to delete the quick command \"{name}\"?", "confirmDelete": "Are you sure you want to delete the quick command \"{name}\"?",
"form": { "form": {
"titleAdd": "Add Quick Command", "titleAdd": "Add Quick Command",
+6 -2
View File
@@ -679,7 +679,9 @@
"all": "全部", "all": "全部",
"filter": "筛选", "filter": "筛选",
"width": "宽度", "width": "宽度",
"height": "高度" "height": "高度",
"reconnect": "重新连接",
"retry": "重试"
}, },
"layoutConfigurator": { "layoutConfigurator": {
"title": "布局管理器", "title": "布局管理器",
@@ -777,7 +779,8 @@
"inputError": "设置输入监听器时出错。", "inputError": "设置输入监听器时出错。",
"noConnection": "未提供连接信息。", "noConnection": "未提供连接信息。",
"tokenError": "获取令牌失败" "tokenError": "获取令牌失败"
} },
"reconnectTooltip": "重新连接到远程桌面"
}, },
"commandInputBar": { "commandInputBar": {
"placeholder": "在此输入命令后按 Enter 发送到终端...", "placeholder": "在此输入命令后按 Enter 发送到终端...",
@@ -830,6 +833,7 @@
"sortByUsage": "使用频率", "sortByUsage": "使用频率",
"usageCount": "使用次数", "usageCount": "使用次数",
"empty": "没有快捷指令。点击“+”按钮创建一个吧!", "empty": "没有快捷指令。点击“+”按钮创建一个吧!",
"addFirst": "添加第一个快捷指令",
"confirmDelete": "确定要删除快捷指令 \"{name}\" 吗?", "confirmDelete": "确定要删除快捷指令 \"{name}\" 吗?",
"form": { "form": {
"titleAdd": "添加快捷指令", "titleAdd": "添加快捷指令",