feat: 添加连接备注功能

This commit is contained in:
Baobhan Sith
2025-05-04 00:51:21 +08:00
parent 6724ec07dc
commit daf5711ee2
11 changed files with 55 additions and 9 deletions
+2
View File
@@ -160,6 +160,8 @@
"proxy": "Proxy:",
"noProxy": "No Proxy",
"tags": "Tags:",
"notes": "Notes:",
"notesPlaceholder": "Enter connection notes...",
"connectionType": "Connection Type:",
"typeSsh": "SSH",
"typeRdp": "RDP",
+2
View File
@@ -136,6 +136,8 @@
"sectionAuth": "認証情報",
"sectionBasic": "基本情報",
"tags": "タグ:",
"notes": "備考:",
"notesPlaceholder": "接続に関する備考を入力してください...",
"testConnection": "接続をテスト",
"testing": "テスト中...",
"title": "新しい接続を追加",
+2
View File
@@ -160,6 +160,8 @@
"proxy": "代理:",
"noProxy": "无代理",
"tags": "标签:",
"notes": "备注:",
"notesPlaceholder": "输入连接备注...",
"connectionType": "连接类型",
"typeSsh": "SSH",
"typeRdp": "RDP",