feat(ui): improve i18n

This commit is contained in:
Fu Diwei
2025-01-01 14:22:23 +08:00
parent 7bd0cbce10
commit 5c1854948c
6 changed files with 100 additions and 27 deletions

View File

@@ -162,12 +162,16 @@
"workflow_node.deploy.form.local_key_path.tooltip": "Note that the path should include the complete file name, not just the directory.",
"workflow_node.deploy.form.local_pfx_password.label": "PFX password",
"workflow_node.deploy.form.local_pfx_password.placeholder": "Please enter PFX password",
"workflow_node.deploy.form.local_jks_alias.label": "JKS alias (KeyStore Alias)",
"workflow_node.deploy.form.local_pfx_password.tooltip": "For more information, see <a href=\"https://learn.microsoft.com/en-us/windows-hardware/drivers/install/personal-information-exchange---pfx--files\" target=\"_blank\">https://learn.microsoft.com/en-us/windows-hardware/drivers/install/personal-information-exchange---pfx--files</a>",
"workflow_node.deploy.form.local_jks_alias.label": "JKS alias",
"workflow_node.deploy.form.local_jks_alias.placeholder": "Please enter JKS alias",
"workflow_node.deploy.form.local_jks_keypass.label": "JKS key password (KeyStore Keypass)",
"workflow_node.deploy.form.local_jks_alias.tooltip": "For more information, see <a href=\"https://docs.oracle.com/cd/E19509-01/820-3503/ggfen/index.html\" target=\"_blank\">https://docs.oracle.com/cd/E19509-01/820-3503/ggfen/index.html</a>",
"workflow_node.deploy.form.local_jks_keypass.label": "JKS key password",
"workflow_node.deploy.form.local_jks_keypass.placeholder": "Please enter JKS key password",
"workflow_node.deploy.form.local_jks_storepass.label": "JKS store password (KeyStore Storepass)",
"workflow_node.deploy.form.local_jks_keypass.tooltip": "For more information, see <a href=\"https://docs.oracle.com/cd/E19509-01/820-3503/ggfen/index.html\" target=\"_blank\">https://docs.oracle.com/cd/E19509-01/820-3503/ggfen/index.html</a>",
"workflow_node.deploy.form.local_jks_storepass.label": "JKS store password",
"workflow_node.deploy.form.local_jks_storepass.placeholder": "Please enter JKS store password",
"workflow_node.deploy.form.local_jks_storepass.tooltip": "For more information, see <a href=\"https://docs.oracle.com/cd/E19509-01/820-3503/ggfen/index.html\" target=\"_blank\">https://docs.oracle.com/cd/E19509-01/820-3503/ggfen/index.html</a>",
"workflow_node.deploy.form.local_shell_env.label": "Shell",
"workflow_node.deploy.form.local_shell_env.placeholder": "Please select shell environment",
"workflow_node.deploy.form.local_shell_env.option.sh.label": "POSIX Bash (on Linux / macOS)",
@@ -197,12 +201,16 @@
"workflow_node.deploy.form.ssh_key_path.tooltip": "Note that the path should include the complete file name, not just the directory.",
"workflow_node.deploy.form.ssh_pfx_password.label": "PFX password",
"workflow_node.deploy.form.ssh_pfx_password.placeholder": "Please enter PFX password",
"workflow_node.deploy.form.ssh_jks_alias.label": "JKS alias (KeyStore Alias)",
"workflow_node.deploy.form.ssh_pfx_password.tooltip": "For more information, see <a href=\"https://learn.microsoft.com/en-us/windows-hardware/drivers/install/personal-information-exchange---pfx--files\" target=\"_blank\">https://learn.microsoft.com/en-us/windows-hardware/drivers/install/personal-information-exchange---pfx--files</a>",
"workflow_node.deploy.form.ssh_jks_alias.label": "JKS alias",
"workflow_node.deploy.form.ssh_jks_alias.placeholder": "Please enter JKS alias",
"workflow_node.deploy.form.ssh_jks_keypass.label": "JKS key password (KeyStore Keypass)",
"workflow_node.deploy.form.ssh_jks_alias.tooltip": "For more information, see <a href=\"https://docs.oracle.com/cd/E19509-01/820-3503/ggfen/index.html\" target=\"_blank\">https://docs.oracle.com/cd/E19509-01/820-3503/ggfen/index.html</a>",
"workflow_node.deploy.form.ssh_jks_keypass.label": "JKS key password",
"workflow_node.deploy.form.ssh_jks_keypass.placeholder": "Please enter JKS key password",
"workflow_node.deploy.form.ssh_jks_storepass.label": "JKS store password (KeyStore Storepass)",
"workflow_node.deploy.form.ssh_jks_keypass.tooltip": "For more information, see <a href=\"https://docs.oracle.com/cd/E19509-01/820-3503/ggfen/index.html\" target=\"_blank\">https://docs.oracle.com/cd/E19509-01/820-3503/ggfen/index.html</a>",
"workflow_node.deploy.form.ssh_jks_storepass.label": "JKS store password",
"workflow_node.deploy.form.ssh_jks_storepass.placeholder": "Please enter JKS store password",
"workflow_node.deploy.form.ssh_jks_storepass.tooltip": "For more information, see <a href=\"https://docs.oracle.com/cd/E19509-01/820-3503/ggfen/index.html\" target=\"_blank\">https://docs.oracle.com/cd/E19509-01/820-3503/ggfen/index.html</a>",
"workflow_node.deploy.form.ssh_shell_env.label": "Shell",
"workflow_node.deploy.form.ssh_shell_env.value": "POSIX Bash (on Linux / macOS)",
"workflow_node.deploy.form.ssh_pre_command.label": "Pre-command",