feat: 添加标签管理模态框
This commit is contained in:
@@ -418,7 +418,9 @@
|
||||
"removeSelection": "Remove this tag selection",
|
||||
"deleteTagGlobally": "Delete this tag globally",
|
||||
"createSuccess": "Tag created successfully.",
|
||||
"updateSuccess": "Tag updated successfully."
|
||||
"updateSuccess": "Tag updated successfully.",
|
||||
"deleteSuccess": "Tag \"{name}\" deleted successfully.",
|
||||
"deleteFailed": "Failed to delete tag \"{name}\": {error}"
|
||||
},
|
||||
"settings": {
|
||||
"title": "Settings",
|
||||
@@ -928,9 +930,21 @@
|
||||
"connectingAllSshInGroup": "Connecting {count} SSH connections in group '{groupName}'...",
|
||||
"noSshConnectionsInGroup": "No SSH connections to connect in group '{groupName}'.",
|
||||
"connectAllSshInGroupMenu": "Connect All",
|
||||
"noSshConnectionsToConnectMenu": "No SSH Connections"
|
||||
"noSshConnectionsToConnectMenu": "No SSH Connections",
|
||||
"manageTags": {
|
||||
"title": "Manage Tag Connections",
|
||||
"searchPlaceholder": "Search connections...",
|
||||
"selectAll": "Select All",
|
||||
"deselectAll": "Deselect All",
|
||||
"noConnectionsFound": "No connections found.",
|
||||
"saveSuccess": "Tag connections updated successfully.",
|
||||
"saveFailed": "Failed to update tag connections.",
|
||||
"menuItem": "Manage Tag",
|
||||
"cannotManageUntagged": "Cannot manage connections for 'Untagged' group.",
|
||||
"invertSelection": "Invert Selection"
|
||||
}
|
||||
},
|
||||
"remoteDesktopModal": {
|
||||
"remoteDesktopModal": {
|
||||
"title": "Remote Desktop",
|
||||
"titlePlaceholder": "Remote Desktop Connection",
|
||||
"status": {
|
||||
|
||||
@@ -1123,7 +1123,9 @@
|
||||
"removeSelection": "このタグの選択を解除",
|
||||
"title": "タグ管理",
|
||||
"createSuccess": "タグが正常に作成されました。",
|
||||
"updateSuccess": "タグが正常に更新されました。"
|
||||
"updateSuccess": "タグが正常に更新されました。",
|
||||
"deleteSuccess": "タグ「{name}」が正常に削除されました。",
|
||||
"deleteFailed": "タグ「{name}」の削除に失敗しました: {error}"
|
||||
},
|
||||
"terminalTabBar": {
|
||||
"selectServerTitle": "接続するサーバーを選択"
|
||||
@@ -1147,7 +1149,19 @@
|
||||
"connectingAllSshInGroup": "グループ '{groupName}' 内の {count} 個の SSH 接続に接続しています...",
|
||||
"noSshConnectionsInGroup": "グループ '{groupName}' 内に接続可能な SSH 接続がありません。",
|
||||
"connectAllSshInGroupMenu": "すべて接続",
|
||||
"noSshConnectionsToConnectMenu": "SSH 接続なし"
|
||||
"noSshConnectionsToConnectMenu": "SSH 接続なし",
|
||||
"manageTags": {
|
||||
"title": "タグ接続の管理",
|
||||
"searchPlaceholder": "接続を検索...",
|
||||
"selectAll": "すべて選択",
|
||||
"deselectAll": "すべて選択解除",
|
||||
"noConnectionsFound": "接続が見つかりません。",
|
||||
"saveSuccess": "タグ接続が正常に更新されました。",
|
||||
"saveFailed": "タグ接続の更新に失敗しました。",
|
||||
"menuItem": "タグを管理",
|
||||
"cannotManageUntagged": "「タグなし」グループの接続は管理できません。",
|
||||
"invertSelection": "選択を反転"
|
||||
}
|
||||
},
|
||||
"sshKeys": {
|
||||
"selector": {
|
||||
|
||||
@@ -417,7 +417,9 @@
|
||||
"removeSelection": "移除此标签选择",
|
||||
"deleteTagGlobally": "全局删除此标签",
|
||||
"createSuccess": "标签创建成功。",
|
||||
"updateSuccess": "标签更新成功。"
|
||||
"updateSuccess": "标签更新成功。",
|
||||
"deleteSuccess": "标签 \"{name}\" 删除成功。",
|
||||
"deleteFailed": "标签 \"{name}\" 删除失败: {error}"
|
||||
},
|
||||
"settings": {
|
||||
"title": "设置",
|
||||
@@ -930,7 +932,19 @@
|
||||
"connectingAllSshInGroup": "正在连接组 '{groupName}' 中的 {count} 个 SSH 连接...",
|
||||
"noSshConnectionsInGroup": "组 '{groupName}' 中没有 SSH 类型的连接可供连接。",
|
||||
"connectAllSshInGroupMenu": "连接全部",
|
||||
"noSshConnectionsToConnectMenu": "无 SSH 连接"
|
||||
"noSshConnectionsToConnectMenu": "无 SSH 连接",
|
||||
"manageTags": {
|
||||
"title": "管理标签连接",
|
||||
"searchPlaceholder": "搜索连接...",
|
||||
"selectAll": "全选",
|
||||
"deselectAll": "取消全选",
|
||||
"noConnectionsFound": "未找到连接。",
|
||||
"saveSuccess": "标签连接更新成功。",
|
||||
"saveFailed": "更新标签连接失败。",
|
||||
"menuItem": "管理标签",
|
||||
"cannotManageUntagged": "无法管理“未标记”分组的连接。",
|
||||
"invertSelection": "反选"
|
||||
}
|
||||
},
|
||||
"remoteDesktopModal": {
|
||||
"title": "远程桌面",
|
||||
|
||||
Reference in New Issue
Block a user