Added option to clone host (#241)

This commit was merged in pull request #241.
This commit is contained in:
jedi04
2025-09-16 08:28:33 +05:30
committed by GitHub
parent 2323885b6c
commit d28b89f536
5 changed files with 38 additions and 5 deletions

View File

@@ -418,6 +418,7 @@
"mustSelectValidSshConfig": "Must select a valid SSH configuration from the list",
"addHost": "Add Host",
"editHost": "Edit Host",
"cloneHost": "Clone Host",
"updateHost": "Update Host",
"hostUpdatedSuccessfully": "Host \"{{name}}\" updated successfully!",
"hostAddedSuccessfully": "Host \"{{name}}\" added successfully!",

View File

@@ -404,6 +404,7 @@
"mustSelectValidSshConfig": "必须从列表中选择有效的 SSH 配置",
"addHost": "添加主机",
"editHost": "编辑主机",
"cloneHost": "克隆主机",
"deleteHost": "删除主机",
"authType": "认证类型",
"passwordAuth": "密码",