ysk-server-shared 1.0.0 → 1.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +21 -6
- package/dist/browser.d.ts +1 -0
- package/dist/browser.d.ts.map +1 -1
- package/dist/browser.js +1 -0
- package/dist/browser.js.map +1 -1
- package/dist/bt-tracker.d.ts +56 -0
- package/dist/bt-tracker.d.ts.map +1 -1
- package/dist/bt-tracker.js +1 -0
- package/dist/bt-tracker.js.map +1 -1
- package/dist/capabilities.d.ts +1 -1
- package/dist/capabilities.d.ts.map +1 -1
- package/dist/capabilities.js +6 -0
- package/dist/capabilities.js.map +1 -1
- package/dist/databases.d.ts +2 -0
- package/dist/databases.d.ts.map +1 -1
- package/dist/docker.d.ts +134 -0
- package/dist/docker.d.ts.map +1 -0
- package/dist/docker.js +94 -0
- package/dist/docker.js.map +1 -0
- package/dist/dto.d.ts +9 -0
- package/dist/dto.d.ts.map +1 -1
- package/dist/email-domain.d.ts +7 -0
- package/dist/email-domain.d.ts.map +1 -1
- package/dist/files.d.ts +18 -0
- package/dist/files.d.ts.map +1 -1
- package/dist/files.js +35 -1
- package/dist/files.js.map +1 -1
- package/dist/ftp.d.ts +3 -0
- package/dist/ftp.d.ts.map +1 -1
- package/dist/index.d.ts +2 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +2 -0
- package/dist/index.js.map +1 -1
- package/dist/migrate.d.ts +6 -0
- package/dist/migrate.d.ts.map +1 -1
- package/dist/migrate.js.map +1 -1
- package/dist/route-capabilities.d.ts +16 -0
- package/dist/route-capabilities.d.ts.map +1 -1
- package/dist/route-capabilities.js +132 -4
- package/dist/route-capabilities.js.map +1 -1
- package/dist/system.d.ts +4 -0
- package/dist/system.d.ts.map +1 -1
- package/dist/validators.d.ts +141 -0
- package/dist/validators.d.ts.map +1 -0
- package/dist/validators.js +109 -0
- package/dist/validators.js.map +1 -0
- package/locales/ar/agents.json +11 -1
- package/locales/ar/apache.json +5 -1
- package/locales/ar/audit.json +4 -1
- package/locales/ar/backups.json +20 -1
- package/locales/ar/btTracker.json +118 -39
- package/locales/ar/catalog.json +8 -8
- package/locales/ar/cdn.json +87 -1
- package/locales/ar/cli.json +4 -4
- package/locales/ar/common.json +8 -1
- package/locales/ar/cron.json +30 -1
- package/locales/ar/dashboard.json +21 -2
- package/locales/ar/db.json +58 -3
- package/locales/ar/dns.json +19 -1
- package/locales/ar/docker.json +247 -0
- package/locales/ar/email.json +47 -11
- package/locales/ar/errors.json +5 -2
- package/locales/ar/fail2ban.json +38 -13
- package/locales/ar/files.json +52 -10
- package/locales/ar/firewall.json +19 -10
- package/locales/ar/ftp.json +16 -1
- package/locales/ar/hostBrowse.json +35 -15
- package/locales/ar/listToolbar.json +2 -1
- package/locales/ar/login.json +12 -7
- package/locales/ar/logs.json +31 -2
- package/locales/ar/metrics.json +36 -1
- package/locales/ar/migrate.json +14 -1
- package/locales/ar/nav.json +11 -4
- package/locales/ar/network.json +25 -2
- package/locales/ar/notFound.json +6 -0
- package/locales/ar/notes.json +213 -61
- package/locales/ar/playbooks.json +1 -1
- package/locales/ar/projects.json +132 -11
- package/locales/ar/protection.json +70 -8
- package/locales/ar/publicFiles.json +14 -1
- package/locales/ar/rbac.json +15 -2
- package/locales/ar/readiness.json +33 -2
- package/locales/ar/redis.json +19 -1
- package/locales/ar/runtime.json +49 -2
- package/locales/ar/search.json +14 -10
- package/locales/ar/security.json +66 -7
- package/locales/ar/serviceExposure.json +18 -6
- package/locales/ar/services.json +61 -3
- package/locales/ar/software.json +2 -1
- package/locales/ar/softwareLifecycle.json +12 -2
- package/locales/ar/ssl.json +12 -1
- package/locales/ar/stackWizard.json +9 -2
- package/locales/ar/support.json +33 -17
- package/locales/ar/system.json +26 -2
- package/locales/ar/systemd.json +3 -1
- package/locales/ar/terminal.json +9 -1
- package/locales/ar/translation.json +2189 -295
- package/locales/ar/updates.json +75 -3
- package/locales/ar/users.json +19 -1
- package/locales/ar/validators.json +266 -0
- package/locales/ar/vnc.json +10 -1
- package/locales/ar/vpn.json +18 -3
- package/locales/bn/agents.json +11 -1
- package/locales/bn/apache.json +5 -1
- package/locales/bn/audit.json +4 -1
- package/locales/bn/backups.json +20 -1
- package/locales/bn/btTracker.json +118 -39
- package/locales/bn/catalog.json +5 -5
- package/locales/bn/cdn.json +87 -1
- package/locales/bn/cli.json +2 -2
- package/locales/bn/common.json +8 -1
- package/locales/bn/cron.json +30 -1
- package/locales/bn/dashboard.json +21 -2
- package/locales/bn/db.json +58 -3
- package/locales/bn/dns.json +19 -1
- package/locales/bn/docker.json +247 -0
- package/locales/bn/email.json +46 -10
- package/locales/bn/errors.json +5 -2
- package/locales/bn/fail2ban.json +26 -1
- package/locales/bn/files.json +52 -10
- package/locales/bn/firewall.json +17 -8
- package/locales/bn/ftp.json +16 -1
- package/locales/bn/hostBrowse.json +35 -15
- package/locales/bn/listToolbar.json +2 -1
- package/locales/bn/login.json +13 -8
- package/locales/bn/logs.json +31 -2
- package/locales/bn/metrics.json +36 -1
- package/locales/bn/migrate.json +14 -1
- package/locales/bn/nav.json +10 -3
- package/locales/bn/network.json +25 -2
- package/locales/bn/notFound.json +6 -0
- package/locales/bn/notes.json +183 -31
- package/locales/bn/projects.json +131 -10
- package/locales/bn/protection.json +64 -2
- package/locales/bn/publicFiles.json +14 -1
- package/locales/bn/rbac.json +15 -2
- package/locales/bn/readiness.json +32 -1
- package/locales/bn/redis.json +19 -1
- package/locales/bn/runtime.json +49 -2
- package/locales/bn/search.json +13 -9
- package/locales/bn/security.json +66 -7
- package/locales/bn/serviceExposure.json +18 -6
- package/locales/bn/services.json +60 -2
- package/locales/bn/software.json +2 -1
- package/locales/bn/softwareLifecycle.json +12 -2
- package/locales/bn/ssl.json +12 -1
- package/locales/bn/stackWizard.json +9 -2
- package/locales/bn/support.json +38 -22
- package/locales/bn/system.json +26 -2
- package/locales/bn/systemd.json +3 -1
- package/locales/bn/terminal.json +9 -1
- package/locales/bn/translation.json +2133 -239
- package/locales/bn/updates.json +75 -3
- package/locales/bn/users.json +19 -1
- package/locales/bn/validators.json +266 -0
- package/locales/bn/vnc.json +10 -1
- package/locales/bn/vpn.json +18 -3
- package/locales/en/agents.json +15 -5
- package/locales/en/apache.json +4 -0
- package/locales/en/audit.json +4 -1
- package/locales/en/backups.json +21 -2
- package/locales/en/btTracker.json +82 -3
- package/locales/en/cdn.json +102 -2
- package/locales/en/cli.json +7 -7
- package/locales/en/common.json +8 -1
- package/locales/en/cron.json +30 -1
- package/locales/en/dashboard.json +25 -6
- package/locales/en/db.json +64 -8
- package/locales/en/dns.json +19 -1
- package/locales/en/docker.json +247 -0
- package/locales/en/email.json +47 -11
- package/locales/en/errors.json +6 -3
- package/locales/en/fail2ban.json +31 -6
- package/locales/en/files.json +43 -1
- package/locales/en/firewall.json +10 -1
- package/locales/en/ftp.json +18 -3
- package/locales/en/hostBrowse.json +22 -2
- package/locales/en/listToolbar.json +2 -1
- package/locales/en/login.json +6 -1
- package/locales/en/logs.json +33 -4
- package/locales/en/metrics.json +37 -2
- package/locales/en/migrate.json +14 -1
- package/locales/en/nav.json +9 -2
- package/locales/en/network.json +25 -2
- package/locales/en/notFound.json +6 -0
- package/locales/en/notes.json +190 -38
- package/locales/en/projects.json +132 -11
- package/locales/en/protection.json +66 -3
- package/locales/en/publicFiles.json +14 -1
- package/locales/en/rbac.json +15 -2
- package/locales/en/readiness.json +30 -1
- package/locales/en/redis.json +19 -1
- package/locales/en/runtime.json +51 -3
- package/locales/en/search.json +4 -0
- package/locales/en/security.json +68 -9
- package/locales/en/serviceExposure.json +13 -1
- package/locales/en/services.json +60 -2
- package/locales/en/software.json +2 -1
- package/locales/en/softwareLifecycle.json +11 -1
- package/locales/en/ssl.json +12 -1
- package/locales/en/stackWizard.json +9 -2
- package/locales/en/support.json +17 -1
- package/locales/en/system.json +30 -6
- package/locales/en/systemd.json +2 -0
- package/locales/en/terminal.json +10 -2
- package/locales/en/translation.json +2074 -180
- package/locales/en/updates.json +49 -4
- package/locales/en/users.json +20 -1
- package/locales/en/validators.json +266 -0
- package/locales/en/vnc.json +16 -7
- package/locales/en/vpn.json +17 -2
- package/locales/es/agents.json +11 -1
- package/locales/es/apache.json +5 -1
- package/locales/es/audit.json +4 -1
- package/locales/es/backups.json +20 -1
- package/locales/es/btTracker.json +116 -37
- package/locales/es/catalog.json +6 -6
- package/locales/es/cdn.json +87 -1
- package/locales/es/cli.json +2 -2
- package/locales/es/common.json +8 -1
- package/locales/es/cron.json +30 -1
- package/locales/es/dashboard.json +21 -2
- package/locales/es/db.json +58 -3
- package/locales/es/dns.json +19 -1
- package/locales/es/docker.json +247 -0
- package/locales/es/email.json +46 -10
- package/locales/es/errors.json +5 -2
- package/locales/es/fail2ban.json +26 -1
- package/locales/es/files.json +51 -9
- package/locales/es/firewall.json +17 -8
- package/locales/es/ftp.json +16 -1
- package/locales/es/hostBrowse.json +33 -13
- package/locales/es/listToolbar.json +2 -1
- package/locales/es/login.json +12 -7
- package/locales/es/logs.json +31 -2
- package/locales/es/metrics.json +36 -1
- package/locales/es/migrate.json +14 -1
- package/locales/es/nav.json +11 -4
- package/locales/es/network.json +25 -2
- package/locales/es/notFound.json +6 -0
- package/locales/es/notes.json +190 -38
- package/locales/es/projects.json +131 -10
- package/locales/es/protection.json +64 -2
- package/locales/es/publicFiles.json +14 -1
- package/locales/es/rbac.json +15 -2
- package/locales/es/readiness.json +32 -1
- package/locales/es/redis.json +19 -1
- package/locales/es/runtime.json +49 -2
- package/locales/es/search.json +13 -9
- package/locales/es/security.json +66 -7
- package/locales/es/serviceExposure.json +18 -6
- package/locales/es/services.json +60 -2
- package/locales/es/software.json +2 -1
- package/locales/es/softwareLifecycle.json +12 -2
- package/locales/es/ssl.json +12 -1
- package/locales/es/stackWizard.json +9 -2
- package/locales/es/support.json +37 -21
- package/locales/es/system.json +26 -2
- package/locales/es/systemd.json +3 -1
- package/locales/es/terminal.json +9 -1
- package/locales/es/translation.json +2135 -241
- package/locales/es/updates.json +75 -3
- package/locales/es/users.json +19 -1
- package/locales/es/validators.json +266 -0
- package/locales/es/vnc.json +10 -1
- package/locales/es/vpn.json +18 -3
- package/locales/fr/agents.json +11 -1
- package/locales/fr/apache.json +5 -1
- package/locales/fr/audit.json +4 -1
- package/locales/fr/backups.json +20 -1
- package/locales/fr/btTracker.json +115 -36
- package/locales/fr/catalog.json +6 -6
- package/locales/fr/cdn.json +87 -1
- package/locales/fr/cli.json +3 -3
- package/locales/fr/common.json +8 -1
- package/locales/fr/cron.json +30 -1
- package/locales/fr/dashboard.json +21 -2
- package/locales/fr/db.json +58 -3
- package/locales/fr/dns.json +19 -1
- package/locales/fr/docker.json +247 -0
- package/locales/fr/email.json +44 -8
- package/locales/fr/errors.json +5 -2
- package/locales/fr/fail2ban.json +27 -2
- package/locales/fr/files.json +51 -9
- package/locales/fr/firewall.json +13 -4
- package/locales/fr/ftp.json +16 -1
- package/locales/fr/hostBrowse.json +32 -12
- package/locales/fr/listToolbar.json +2 -1
- package/locales/fr/login.json +11 -6
- package/locales/fr/logs.json +31 -2
- package/locales/fr/metrics.json +36 -1
- package/locales/fr/migrate.json +14 -1
- package/locales/fr/nav.json +11 -4
- package/locales/fr/network.json +25 -2
- package/locales/fr/notFound.json +6 -0
- package/locales/fr/notes.json +186 -34
- package/locales/fr/projects.json +129 -8
- package/locales/fr/protection.json +64 -2
- package/locales/fr/publicFiles.json +14 -1
- package/locales/fr/rbac.json +15 -2
- package/locales/fr/readiness.json +32 -1
- package/locales/fr/redis.json +20 -2
- package/locales/fr/runtime.json +49 -2
- package/locales/fr/search.json +11 -7
- package/locales/fr/security.json +66 -7
- package/locales/fr/serviceExposure.json +17 -5
- package/locales/fr/services.json +60 -2
- package/locales/fr/software.json +2 -1
- package/locales/fr/softwareLifecycle.json +12 -2
- package/locales/fr/ssl.json +12 -1
- package/locales/fr/stackWizard.json +9 -2
- package/locales/fr/support.json +37 -21
- package/locales/fr/system.json +26 -2
- package/locales/fr/systemd.json +3 -1
- package/locales/fr/terminal.json +9 -1
- package/locales/fr/translation.json +2119 -225
- package/locales/fr/updates.json +75 -3
- package/locales/fr/users.json +19 -1
- package/locales/fr/validators.json +266 -0
- package/locales/fr/vnc.json +10 -1
- package/locales/fr/vpn.json +17 -2
- package/locales/hi/agents.json +11 -1
- package/locales/hi/apache.json +5 -1
- package/locales/hi/audit.json +4 -1
- package/locales/hi/backups.json +20 -1
- package/locales/hi/btTracker.json +118 -39
- package/locales/hi/catalog.json +7 -7
- package/locales/hi/cdn.json +87 -1
- package/locales/hi/cli.json +1 -1
- package/locales/hi/common.json +8 -1
- package/locales/hi/cron.json +30 -1
- package/locales/hi/dashboard.json +21 -2
- package/locales/hi/db.json +58 -3
- package/locales/hi/dns.json +19 -1
- package/locales/hi/docker.json +247 -0
- package/locales/hi/email.json +46 -10
- package/locales/hi/errors.json +5 -2
- package/locales/hi/fail2ban.json +29 -4
- package/locales/hi/files.json +52 -10
- package/locales/hi/firewall.json +17 -8
- package/locales/hi/ftp.json +16 -1
- package/locales/hi/hostBrowse.json +35 -15
- package/locales/hi/listToolbar.json +2 -1
- package/locales/hi/login.json +13 -8
- package/locales/hi/logs.json +31 -2
- package/locales/hi/metrics.json +36 -1
- package/locales/hi/migrate.json +14 -1
- package/locales/hi/nav.json +11 -4
- package/locales/hi/network.json +25 -2
- package/locales/hi/notFound.json +6 -0
- package/locales/hi/notes.json +188 -36
- package/locales/hi/projects.json +132 -11
- package/locales/hi/protection.json +65 -3
- package/locales/hi/publicFiles.json +14 -1
- package/locales/hi/rbac.json +16 -3
- package/locales/hi/readiness.json +32 -1
- package/locales/hi/redis.json +19 -1
- package/locales/hi/runtime.json +49 -2
- package/locales/hi/search.json +14 -10
- package/locales/hi/security.json +66 -7
- package/locales/hi/serviceExposure.json +18 -6
- package/locales/hi/services.json +60 -2
- package/locales/hi/software.json +2 -1
- package/locales/hi/softwareLifecycle.json +12 -2
- package/locales/hi/ssl.json +12 -1
- package/locales/hi/stackWizard.json +9 -2
- package/locales/hi/support.json +36 -20
- package/locales/hi/system.json +26 -2
- package/locales/hi/systemd.json +3 -1
- package/locales/hi/terminal.json +9 -1
- package/locales/hi/translation.json +2146 -252
- package/locales/hi/updates.json +75 -3
- package/locales/hi/users.json +19 -1
- package/locales/hi/validators.json +266 -0
- package/locales/hi/vnc.json +10 -1
- package/locales/hi/vpn.json +19 -4
- package/locales/id/agents.json +11 -1
- package/locales/id/apache.json +5 -1
- package/locales/id/audit.json +4 -1
- package/locales/id/backups.json +20 -1
- package/locales/id/btTracker.json +116 -37
- package/locales/id/catalog.json +6 -6
- package/locales/id/cdn.json +87 -1
- package/locales/id/cli.json +2 -2
- package/locales/id/common.json +8 -1
- package/locales/id/cron.json +30 -1
- package/locales/id/dashboard.json +21 -2
- package/locales/id/db.json +58 -3
- package/locales/id/dns.json +19 -1
- package/locales/id/docker.json +247 -0
- package/locales/id/email.json +46 -10
- package/locales/id/errors.json +5 -2
- package/locales/id/fail2ban.json +26 -1
- package/locales/id/files.json +51 -9
- package/locales/id/firewall.json +15 -6
- package/locales/id/ftp.json +16 -1
- package/locales/id/hostBrowse.json +33 -13
- package/locales/id/listToolbar.json +2 -1
- package/locales/id/login.json +13 -8
- package/locales/id/logs.json +31 -2
- package/locales/id/metrics.json +36 -1
- package/locales/id/migrate.json +14 -1
- package/locales/id/nav.json +10 -3
- package/locales/id/network.json +25 -2
- package/locales/id/notFound.json +6 -0
- package/locales/id/notes.json +185 -33
- package/locales/id/projects.json +130 -9
- package/locales/id/protection.json +64 -2
- package/locales/id/publicFiles.json +14 -1
- package/locales/id/rbac.json +15 -2
- package/locales/id/readiness.json +32 -1
- package/locales/id/redis.json +19 -1
- package/locales/id/runtime.json +49 -2
- package/locales/id/search.json +13 -9
- package/locales/id/security.json +65 -6
- package/locales/id/serviceExposure.json +18 -6
- package/locales/id/services.json +60 -2
- package/locales/id/software.json +2 -1
- package/locales/id/softwareLifecycle.json +12 -2
- package/locales/id/ssl.json +12 -1
- package/locales/id/stackWizard.json +9 -2
- package/locales/id/support.json +36 -20
- package/locales/id/system.json +26 -2
- package/locales/id/systemd.json +3 -1
- package/locales/id/terminal.json +9 -1
- package/locales/id/translation.json +2125 -231
- package/locales/id/updates.json +75 -3
- package/locales/id/users.json +19 -1
- package/locales/id/validators.json +266 -0
- package/locales/id/vnc.json +10 -1
- package/locales/id/vpn.json +18 -3
- package/locales/ja/agents.json +11 -1
- package/locales/ja/apache.json +5 -1
- package/locales/ja/audit.json +4 -1
- package/locales/ja/backups.json +20 -1
- package/locales/ja/btTracker.json +118 -39
- package/locales/ja/catalog.json +10 -10
- package/locales/ja/cdn.json +87 -1
- package/locales/ja/cli.json +3 -3
- package/locales/ja/common.json +8 -1
- package/locales/ja/cron.json +30 -1
- package/locales/ja/dashboard.json +21 -2
- package/locales/ja/db.json +58 -3
- package/locales/ja/dns.json +19 -1
- package/locales/ja/docker.json +247 -0
- package/locales/ja/email.json +46 -10
- package/locales/ja/errors.json +5 -2
- package/locales/ja/fail2ban.json +26 -1
- package/locales/ja/files.json +51 -9
- package/locales/ja/firewall.json +17 -8
- package/locales/ja/ftp.json +16 -1
- package/locales/ja/hostBrowse.json +35 -15
- package/locales/ja/listToolbar.json +2 -1
- package/locales/ja/login.json +11 -6
- package/locales/ja/logs.json +31 -2
- package/locales/ja/metrics.json +36 -1
- package/locales/ja/migrate.json +14 -1
- package/locales/ja/nav.json +13 -6
- package/locales/ja/network.json +26 -3
- package/locales/ja/notFound.json +6 -0
- package/locales/ja/notes.json +194 -42
- package/locales/ja/projects.json +131 -10
- package/locales/ja/protection.json +64 -2
- package/locales/ja/publicFiles.json +14 -1
- package/locales/ja/rbac.json +15 -2
- package/locales/ja/readiness.json +32 -1
- package/locales/ja/redis.json +19 -1
- package/locales/ja/runtime.json +50 -3
- package/locales/ja/search.json +12 -8
- package/locales/ja/security.json +66 -7
- package/locales/ja/serviceExposure.json +18 -6
- package/locales/ja/services.json +60 -2
- package/locales/ja/software.json +2 -1
- package/locales/ja/softwareLifecycle.json +12 -2
- package/locales/ja/ssl.json +12 -1
- package/locales/ja/stackWizard.json +9 -2
- package/locales/ja/support.json +38 -22
- package/locales/ja/system.json +26 -2
- package/locales/ja/systemd.json +3 -1
- package/locales/ja/terminal.json +9 -1
- package/locales/ja/translation.json +2152 -258
- package/locales/ja/updates.json +75 -3
- package/locales/ja/users.json +19 -1
- package/locales/ja/validators.json +266 -0
- package/locales/ja/vnc.json +10 -1
- package/locales/ja/vpn.json +18 -3
- package/locales/ko/agents.json +11 -1
- package/locales/ko/apache.json +5 -1
- package/locales/ko/audit.json +4 -1
- package/locales/ko/backups.json +20 -1
- package/locales/ko/btTracker.json +118 -39
- package/locales/ko/catalog.json +8 -8
- package/locales/ko/cdn.json +87 -1
- package/locales/ko/cli.json +2 -2
- package/locales/ko/common.json +8 -1
- package/locales/ko/cron.json +30 -1
- package/locales/ko/dashboard.json +21 -2
- package/locales/ko/db.json +58 -3
- package/locales/ko/dns.json +19 -1
- package/locales/ko/docker.json +247 -0
- package/locales/ko/email.json +46 -10
- package/locales/ko/errors.json +5 -2
- package/locales/ko/fail2ban.json +37 -12
- package/locales/ko/files.json +51 -9
- package/locales/ko/firewall.json +18 -9
- package/locales/ko/ftp.json +16 -1
- package/locales/ko/hostBrowse.json +35 -15
- package/locales/ko/listToolbar.json +2 -1
- package/locales/ko/login.json +10 -5
- package/locales/ko/logs.json +31 -2
- package/locales/ko/metrics.json +36 -1
- package/locales/ko/migrate.json +14 -1
- package/locales/ko/nav.json +11 -4
- package/locales/ko/network.json +25 -2
- package/locales/ko/notFound.json +6 -0
- package/locales/ko/notes.json +204 -52
- package/locales/ko/playbooks.json +1 -1
- package/locales/ko/projects.json +132 -11
- package/locales/ko/protection.json +67 -5
- package/locales/ko/publicFiles.json +14 -1
- package/locales/ko/rbac.json +15 -2
- package/locales/ko/readiness.json +33 -2
- package/locales/ko/redis.json +19 -1
- package/locales/ko/runtime.json +49 -2
- package/locales/ko/search.json +13 -9
- package/locales/ko/security.json +66 -7
- package/locales/ko/serviceExposure.json +18 -6
- package/locales/ko/services.json +60 -2
- package/locales/ko/software.json +2 -1
- package/locales/ko/softwareLifecycle.json +12 -2
- package/locales/ko/ssl.json +12 -1
- package/locales/ko/stackWizard.json +9 -2
- package/locales/ko/support.json +36 -20
- package/locales/ko/system.json +26 -2
- package/locales/ko/systemd.json +3 -1
- package/locales/ko/terminal.json +9 -1
- package/locales/ko/translation.json +2171 -277
- package/locales/ko/updates.json +75 -3
- package/locales/ko/users.json +19 -1
- package/locales/ko/validators.json +266 -0
- package/locales/ko/vnc.json +10 -1
- package/locales/ko/vpn.json +19 -4
- package/locales/pt/agents.json +11 -1
- package/locales/pt/apache.json +5 -1
- package/locales/pt/audit.json +4 -1
- package/locales/pt/backups.json +20 -1
- package/locales/pt/btTracker.json +116 -37
- package/locales/pt/catalog.json +4 -4
- package/locales/pt/cdn.json +87 -1
- package/locales/pt/cli.json +2 -2
- package/locales/pt/common.json +8 -1
- package/locales/pt/cron.json +30 -1
- package/locales/pt/dashboard.json +21 -2
- package/locales/pt/db.json +58 -3
- package/locales/pt/dns.json +19 -1
- package/locales/pt/docker.json +247 -0
- package/locales/pt/email.json +46 -10
- package/locales/pt/errors.json +5 -2
- package/locales/pt/fail2ban.json +26 -1
- package/locales/pt/files.json +51 -9
- package/locales/pt/firewall.json +16 -7
- package/locales/pt/ftp.json +16 -1
- package/locales/pt/hostBrowse.json +35 -15
- package/locales/pt/listToolbar.json +2 -1
- package/locales/pt/login.json +14 -9
- package/locales/pt/logs.json +31 -2
- package/locales/pt/metrics.json +36 -1
- package/locales/pt/migrate.json +14 -1
- package/locales/pt/nav.json +10 -3
- package/locales/pt/network.json +25 -2
- package/locales/pt/notFound.json +6 -0
- package/locales/pt/notes.json +187 -35
- package/locales/pt/projects.json +129 -8
- package/locales/pt/protection.json +64 -2
- package/locales/pt/publicFiles.json +14 -1
- package/locales/pt/rbac.json +15 -2
- package/locales/pt/readiness.json +32 -1
- package/locales/pt/redis.json +19 -1
- package/locales/pt/runtime.json +49 -2
- package/locales/pt/search.json +11 -7
- package/locales/pt/security.json +66 -7
- package/locales/pt/serviceExposure.json +17 -5
- package/locales/pt/services.json +60 -2
- package/locales/pt/software.json +2 -1
- package/locales/pt/softwareLifecycle.json +12 -2
- package/locales/pt/ssl.json +12 -1
- package/locales/pt/stackWizard.json +9 -2
- package/locales/pt/support.json +36 -20
- package/locales/pt/system.json +26 -2
- package/locales/pt/systemd.json +3 -1
- package/locales/pt/terminal.json +9 -1
- package/locales/pt/translation.json +2125 -231
- package/locales/pt/updates.json +75 -3
- package/locales/pt/users.json +19 -1
- package/locales/pt/validators.json +266 -0
- package/locales/pt/vnc.json +10 -1
- package/locales/pt/vpn.json +17 -2
- package/locales/ur/agents.json +11 -1
- package/locales/ur/apache.json +5 -1
- package/locales/ur/audit.json +4 -1
- package/locales/ur/backups.json +20 -1
- package/locales/ur/btTracker.json +118 -39
- package/locales/ur/catalog.json +6 -6
- package/locales/ur/cdn.json +87 -1
- package/locales/ur/cli.json +2 -2
- package/locales/ur/common.json +8 -1
- package/locales/ur/cron.json +30 -1
- package/locales/ur/dashboard.json +21 -2
- package/locales/ur/db.json +58 -3
- package/locales/ur/dns.json +19 -1
- package/locales/ur/docker.json +247 -0
- package/locales/ur/email.json +46 -10
- package/locales/ur/errors.json +5 -2
- package/locales/ur/fail2ban.json +26 -1
- package/locales/ur/files.json +52 -10
- package/locales/ur/firewall.json +17 -8
- package/locales/ur/ftp.json +16 -1
- package/locales/ur/hostBrowse.json +35 -15
- package/locales/ur/listToolbar.json +2 -1
- package/locales/ur/login.json +13 -8
- package/locales/ur/logs.json +31 -2
- package/locales/ur/metrics.json +36 -1
- package/locales/ur/migrate.json +14 -1
- package/locales/ur/nav.json +10 -3
- package/locales/ur/network.json +25 -2
- package/locales/ur/notFound.json +6 -0
- package/locales/ur/notes.json +183 -31
- package/locales/ur/projects.json +131 -10
- package/locales/ur/protection.json +64 -2
- package/locales/ur/publicFiles.json +14 -1
- package/locales/ur/rbac.json +15 -2
- package/locales/ur/readiness.json +32 -1
- package/locales/ur/redis.json +19 -1
- package/locales/ur/runtime.json +49 -2
- package/locales/ur/search.json +13 -9
- package/locales/ur/security.json +66 -7
- package/locales/ur/serviceExposure.json +18 -6
- package/locales/ur/services.json +60 -2
- package/locales/ur/software.json +2 -1
- package/locales/ur/softwareLifecycle.json +12 -2
- package/locales/ur/ssl.json +12 -1
- package/locales/ur/stackWizard.json +9 -2
- package/locales/ur/support.json +37 -21
- package/locales/ur/system.json +26 -2
- package/locales/ur/systemd.json +3 -1
- package/locales/ur/terminal.json +9 -1
- package/locales/ur/translation.json +2134 -240
- package/locales/ur/updates.json +75 -3
- package/locales/ur/users.json +19 -1
- package/locales/ur/validators.json +266 -0
- package/locales/ur/vnc.json +10 -1
- package/locales/ur/vpn.json +19 -4
- package/locales/zh-CN/agents.json +11 -1
- package/locales/zh-CN/apache.json +6 -2
- package/locales/zh-CN/audit.json +4 -1
- package/locales/zh-CN/backups.json +20 -1
- package/locales/zh-CN/btTracker.json +82 -3
- package/locales/zh-CN/catalog.json +2 -2
- package/locales/zh-CN/cdn.json +87 -1
- package/locales/zh-CN/cli.json +5 -5
- package/locales/zh-CN/common.json +8 -1
- package/locales/zh-CN/cron.json +30 -1
- package/locales/zh-CN/dashboard.json +22 -3
- package/locales/zh-CN/db.json +59 -4
- package/locales/zh-CN/dns.json +19 -1
- package/locales/zh-CN/docker.json +247 -0
- package/locales/zh-CN/email.json +46 -10
- package/locales/zh-CN/errors.json +5 -2
- package/locales/zh-CN/fail2ban.json +31 -6
- package/locales/zh-CN/files.json +45 -3
- package/locales/zh-CN/firewall.json +11 -2
- package/locales/zh-CN/ftp.json +16 -1
- package/locales/zh-CN/hostBrowse.json +21 -1
- package/locales/zh-CN/listToolbar.json +2 -1
- package/locales/zh-CN/login.json +6 -1
- package/locales/zh-CN/logs.json +36 -7
- package/locales/zh-CN/metrics.json +36 -1
- package/locales/zh-CN/migrate.json +14 -1
- package/locales/zh-CN/nav.json +10 -3
- package/locales/zh-CN/network.json +26 -3
- package/locales/zh-CN/nginx.json +1 -1
- package/locales/zh-CN/notFound.json +6 -0
- package/locales/zh-CN/notes.json +177 -25
- package/locales/zh-CN/projects.json +128 -7
- package/locales/zh-CN/protection.json +64 -2
- package/locales/zh-CN/publicFiles.json +14 -1
- package/locales/zh-CN/rbac.json +15 -2
- package/locales/zh-CN/readiness.json +33 -2
- package/locales/zh-CN/redis.json +19 -1
- package/locales/zh-CN/runtime.json +50 -3
- package/locales/zh-CN/search.json +5 -1
- package/locales/zh-CN/security.json +66 -7
- package/locales/zh-CN/serviceExposure.json +13 -1
- package/locales/zh-CN/services.json +60 -2
- package/locales/zh-CN/software.json +2 -1
- package/locales/zh-CN/softwareLifecycle.json +12 -2
- package/locales/zh-CN/ssl.json +12 -1
- package/locales/zh-CN/stackWizard.json +9 -2
- package/locales/zh-CN/support.json +18 -2
- package/locales/zh-CN/system.json +27 -3
- package/locales/zh-CN/systemd.json +3 -1
- package/locales/zh-CN/terminal.json +9 -1
- package/locales/zh-CN/translation.json +2040 -146
- package/locales/zh-CN/updates.json +75 -3
- package/locales/zh-CN/users.json +19 -1
- package/locales/zh-CN/validators.json +266 -0
- package/locales/zh-CN/vnc.json +10 -1
- package/locales/zh-CN/vpn.json +19 -4
- package/locales/zh-HK/agents.json +17 -7
- package/locales/zh-HK/apache.json +6 -2
- package/locales/zh-HK/audit.json +4 -1
- package/locales/zh-HK/backups.json +21 -2
- package/locales/zh-HK/btTracker.json +86 -7
- package/locales/zh-HK/catalog.json +2 -2
- package/locales/zh-HK/cdn.json +89 -3
- package/locales/zh-HK/cli.json +15 -15
- package/locales/zh-HK/common.json +8 -1
- package/locales/zh-HK/cron.json +34 -5
- package/locales/zh-HK/dashboard.json +25 -6
- package/locales/zh-HK/db.json +65 -10
- package/locales/zh-HK/dns.json +19 -1
- package/locales/zh-HK/docker.json +247 -0
- package/locales/zh-HK/email.json +61 -25
- package/locales/zh-HK/errors.json +6 -3
- package/locales/zh-HK/fail2ban.json +32 -7
- package/locales/zh-HK/files.json +47 -5
- package/locales/zh-HK/firewall.json +13 -4
- package/locales/zh-HK/ftp.json +18 -3
- package/locales/zh-HK/hostBrowse.json +22 -2
- package/locales/zh-HK/listToolbar.json +2 -1
- package/locales/zh-HK/login.json +7 -2
- package/locales/zh-HK/logs.json +40 -11
- package/locales/zh-HK/metrics.json +38 -3
- package/locales/zh-HK/migrate.json +13 -0
- package/locales/zh-HK/nav.json +12 -5
- package/locales/zh-HK/network.json +30 -7
- package/locales/zh-HK/nginx.json +2 -2
- package/locales/zh-HK/notFound.json +6 -0
- package/locales/zh-HK/notes.json +228 -76
- package/locales/zh-HK/projects.json +142 -21
- package/locales/zh-HK/protection.json +65 -3
- package/locales/zh-HK/publicFiles.json +16 -3
- package/locales/zh-HK/rbac.json +15 -2
- package/locales/zh-HK/readiness.json +35 -4
- package/locales/zh-HK/redis.json +22 -4
- package/locales/zh-HK/runtime.json +58 -11
- package/locales/zh-HK/search.json +5 -1
- package/locales/zh-HK/security.json +77 -18
- package/locales/zh-HK/serviceExposure.json +13 -1
- package/locales/zh-HK/services.json +61 -3
- package/locales/zh-HK/software.json +2 -1
- package/locales/zh-HK/softwareLifecycle.json +12 -2
- package/locales/zh-HK/ssl.json +13 -2
- package/locales/zh-HK/stackWizard.json +10 -3
- package/locales/zh-HK/support.json +22 -6
- package/locales/zh-HK/system.json +30 -6
- package/locales/zh-HK/systemd.json +9 -7
- package/locales/zh-HK/terminal.json +10 -2
- package/locales/zh-HK/translation.json +2238 -344
- package/locales/zh-HK/uiInline.json +3 -3
- package/locales/zh-HK/updates.json +76 -4
- package/locales/zh-HK/users.json +20 -2
- package/locales/zh-HK/validators.json +266 -0
- package/locales/zh-HK/vnc.json +16 -7
- package/locales/zh-HK/vpn.json +23 -8
- package/package.json +1 -1
|
@@ -47,8 +47,8 @@
|
|
|
47
47
|
"sa1d77833": "失敗",
|
|
48
48
|
"s75dddf52": "已停止",
|
|
49
49
|
"s4e7f6152": "更新中 {{v0}}/{{v1}}:{{v2}}",
|
|
50
|
-
"s72cac69e": "{{v0}}
|
|
51
|
-
"sd1c15b6d": "{{v0}}
|
|
50
|
+
"s72cac69e": "{{v0}}:{{v1}}",
|
|
51
|
+
"sd1c15b6d": "{{v0}}:{{v1}}",
|
|
52
52
|
"s7a90f74c": "已更新:{{v0}}",
|
|
53
53
|
"s0aa24093": "{{v0}} 更新完成",
|
|
54
54
|
"s5d92ffc3": "部分成功:{{v0}};失敗:{{v1}}",
|
|
@@ -169,7 +169,7 @@
|
|
|
169
169
|
"s9dc5c003": "基本",
|
|
170
170
|
"s04a32a1e": "SSL 相關按鈕已鎖定:請先到",
|
|
171
171
|
"s564d50b7": "為網域申請/上載證書後再發佈 + SSL。",
|
|
172
|
-
"sbb6c72f1": "
|
|
172
|
+
"sbb6c72f1": "({{v0}})",
|
|
173
173
|
"sd9b695a5": "請先填寫網域,才能發佈 Nginx / SSL。",
|
|
174
174
|
"scb85cfff": "請先為網域建立 SSL 證書",
|
|
175
175
|
"s18c1af46": "儲存並發佈 + SSL",
|
|
@@ -14,6 +14,7 @@
|
|
|
14
14
|
"highRiskN": "{{count}} 項高風險",
|
|
15
15
|
"panelUpdate": "面板有更新",
|
|
16
16
|
"riskOk": "風險可控",
|
|
17
|
+
"riskUnevaluated": "未評估 — 請先掃描 + OSV",
|
|
17
18
|
"pendingScan": "待掃描",
|
|
18
19
|
"packages": "套件",
|
|
19
20
|
"highRisk": "高風險",
|
|
@@ -24,6 +25,7 @@
|
|
|
24
25
|
"reload": "重新載入",
|
|
25
26
|
"osvTitle": "對前 12 個建議套件查 OSV(需外網)",
|
|
26
27
|
"scanOsv": "掃描 + OSV",
|
|
28
|
+
"cveNotChecked": "未檢查",
|
|
27
29
|
"scanPkgs": "掃描套件",
|
|
28
30
|
"tabInventory": "套件清點",
|
|
29
31
|
"tabSelf": "面板自身",
|
|
@@ -72,6 +74,8 @@
|
|
|
72
74
|
"policyTitle": "更新政策",
|
|
73
75
|
"policyBody": "高風險與有 CVE 的套件預設需審批後才可套用。面板自身更新與系統 套件管理 升級分開處理。",
|
|
74
76
|
"applyPkg": "套用套件升級",
|
|
77
|
+
"rebootNeeded": "需重啟",
|
|
78
|
+
"kernelRebootHint": "核心類套件套用後需要重新開機",
|
|
75
79
|
"applyPkgConfirm": "確認升級 {{name}}?",
|
|
76
80
|
"applyPkgDesc": "將對此主機執行 套件管理 升級。需 管理員權限與系統變更權限。",
|
|
77
81
|
"lastScan": "上次掃描",
|
|
@@ -82,11 +86,12 @@
|
|
|
82
86
|
"selfCurrentShort": "目前",
|
|
83
87
|
"selfLatestShort": "最新",
|
|
84
88
|
"applyPanelUpdate": "套用面板更新",
|
|
89
|
+
"applyPanelAlreadyLatest": "已是最新面板版本",
|
|
85
90
|
"recheck": "重新檢查",
|
|
86
91
|
"aboutScope": "範圍",
|
|
87
|
-
"aboutScopeV": "ysk-server
|
|
92
|
+
"aboutScopeV": "ysk-server 控制面 + catalog 服務 + runtime + 其餘 apt 套件",
|
|
88
93
|
"aboutChannel": "頻道",
|
|
89
|
-
"aboutChannelV": "npm → GitHub release →
|
|
94
|
+
"aboutChannelV": "npm 套件 ysk-server → GitHub release → apps/server/package.json;套用:npm i -g ysk-server@版本 或 git(YSK_SOURCE_ROOT)",
|
|
90
95
|
"aboutFail": "失敗",
|
|
91
96
|
"aboutFailV": "頻道不可用不會假裝已是最新;套用需 執行;git 後需重啟服務",
|
|
92
97
|
"jobsTitle": "排程任務",
|
|
@@ -97,7 +102,52 @@
|
|
|
97
102
|
"scanPolicy": "掃描",
|
|
98
103
|
"scanPolicyV": "掃描 ≠ 已升級;套用才會改系統",
|
|
99
104
|
"highRiskPolicy": "高風險",
|
|
100
|
-
"highRiskPolicyV": "
|
|
105
|
+
"highRiskPolicyV": "需審批:按「套用」後會再開確認框才送出",
|
|
106
|
+
"needApprovalHint": "前往「可升級」並篩選需審批套件",
|
|
107
|
+
"applyNeedConfirm": "套用前會先開確認框",
|
|
108
|
+
"probeFailed": "探測失敗",
|
|
109
|
+
"notViaApt": "不經套件管理 — 無候選版本",
|
|
110
|
+
"noCandidate": "套件管理無候選",
|
|
111
|
+
"cveLabel": "CVE",
|
|
112
|
+
"jobOpenGeo": "GeoIP 頁",
|
|
113
|
+
"job": {
|
|
114
|
+
"protection_probe": {
|
|
115
|
+
"name": "防護探測",
|
|
116
|
+
"hint": "定期收集防護訊號"
|
|
117
|
+
},
|
|
118
|
+
"updates_scan": {
|
|
119
|
+
"name": "更新掃描",
|
|
120
|
+
"hint": "重新整理套件清單"
|
|
121
|
+
},
|
|
122
|
+
"daily_backup": {
|
|
123
|
+
"name": "每日備份",
|
|
124
|
+
"hint": "排程 backup all"
|
|
125
|
+
},
|
|
126
|
+
"db_temp_expire": {
|
|
127
|
+
"name": "過期臨時庫用戶",
|
|
128
|
+
"hint": "清除過期臨時資料庫用戶"
|
|
129
|
+
},
|
|
130
|
+
"defense_auto_ban": {
|
|
131
|
+
"name": "防護自動封鎖",
|
|
132
|
+
"hint": "執行自動封鎖回合"
|
|
133
|
+
},
|
|
134
|
+
"defense_geoip_update": {
|
|
135
|
+
"name": "GeoIP 更新",
|
|
136
|
+
"hint": "下載 GeoIP 資料庫"
|
|
137
|
+
},
|
|
138
|
+
"log_auto_vacuum": {
|
|
139
|
+
"name": "日誌清理",
|
|
140
|
+
"hint": "journald 保留"
|
|
141
|
+
},
|
|
142
|
+
"email_dnsbl": {
|
|
143
|
+
"name": "電郵 DNSBL",
|
|
144
|
+
"hint": "郵件 DNSBL 檢查"
|
|
145
|
+
},
|
|
146
|
+
"validators_upgrade_scan": {
|
|
147
|
+
"name": "驗證者升級掃描",
|
|
148
|
+
"hint": "檢查驗證者映像/二進位更新"
|
|
149
|
+
}
|
|
150
|
+
},
|
|
101
151
|
"permPolicy": "權限",
|
|
102
152
|
"permPolicyV": "無 執行/管理員 → 已封鎖,不假成功",
|
|
103
153
|
"osvPolicyV": "需外網,只補強前 12 項建議",
|
|
@@ -122,6 +172,9 @@
|
|
|
122
172
|
"updateFailed": "更新失敗",
|
|
123
173
|
"updateIncomplete": "更新未完成",
|
|
124
174
|
"appliedUpdate": "已套用更新",
|
|
175
|
+
"panelRestarting": "面板正在重啟以載入新版本…",
|
|
176
|
+
"panelRestarted": "面板已恢復 · {{version}}",
|
|
177
|
+
"panelRestartWait": "已套用更新。若此頁未重新整理,請數秒後重新載入。",
|
|
125
178
|
"aptCandidate": "套件管理 Candidate(候選版本)",
|
|
126
179
|
"advice": {
|
|
127
180
|
"update": "建議更新",
|
|
@@ -163,5 +216,24 @@
|
|
|
163
216
|
"scanNow": "立即掃描",
|
|
164
217
|
"viewUpgradable": "查看可升級",
|
|
165
218
|
"installElsewhere": "安裝軟件(Nginx、PHP、資料庫等)請到對應功能頁,而非本頁。",
|
|
166
|
-
"status": "狀態"
|
|
219
|
+
"status": "狀態",
|
|
220
|
+
"groupService": "服務",
|
|
221
|
+
"groupRuntime": "執行環境",
|
|
222
|
+
"groupOs": "系統套件",
|
|
223
|
+
"notInstalled": "未安裝",
|
|
224
|
+
"goToPage": "前往頁面",
|
|
225
|
+
"hubHint": "本機 catalog 服務與 runtime。請掃描以重新整理。",
|
|
226
|
+
"intervalDay": "每日",
|
|
227
|
+
"intervalDays": "每 {{n}} 日",
|
|
228
|
+
"intervalHour": "每小時",
|
|
229
|
+
"intervalHours": "每 {{n}} 小時",
|
|
230
|
+
"intervalMinutes": "每 {{n}} 分鐘",
|
|
231
|
+
"intervalSeconds": "每 {{n}} 秒",
|
|
232
|
+
"availableHint": "套件管理有較新候選版本的套件。",
|
|
233
|
+
"servicesHint": "本機 catalog 服務。未安裝請前往該服務頁安裝。",
|
|
234
|
+
"runtimeHint": "本機執行環境。升級請到各執行環境頁。",
|
|
235
|
+
"needsReboot": "需重啟",
|
|
236
|
+
"kernelRebootWarn": "安裝新 kernel 後通常要重啟才會生效。",
|
|
237
|
+
"neverRun": "尚未執行",
|
|
238
|
+
"scanOsvN": "掃描 + OSV(前 {{n}} 個)"
|
|
167
239
|
}
|
package/locales/zh-HK/users.json
CHANGED
|
@@ -4,12 +4,16 @@
|
|
|
4
4
|
"packages": "方案",
|
|
5
5
|
"suspended": "暫停",
|
|
6
6
|
"securityCenter": "安全中心",
|
|
7
|
+
"singleAdminNo2fa": "全機只有一名管理員且未開雙重驗證。請先在「安全」開啟管理員 2FA,再在本頁新增備援管理員。",
|
|
8
|
+
"enableAdmin2fa": "開啟管理員 2FA",
|
|
9
|
+
"addBackupAdmin": "新增備援管理員",
|
|
7
10
|
"loading": "載入用戶與方案…",
|
|
8
11
|
"userList": "用戶列表 ({{count}})",
|
|
9
12
|
"userListDesc": "開啟詳情可改角色、密碼、方案、權限覆寫",
|
|
10
13
|
"createUser": "建立用戶",
|
|
11
14
|
"createUserPlus": "+ 建立用戶",
|
|
12
15
|
"searchPh": "用戶名 / 角色 / 方案",
|
|
16
|
+
"searchPkgPh": "方案名稱",
|
|
13
17
|
"searchUsersAria": "搜尋用戶",
|
|
14
18
|
"user": "用戶",
|
|
15
19
|
"roles": "角色",
|
|
@@ -19,6 +23,9 @@
|
|
|
19
23
|
"resume": "恢復",
|
|
20
24
|
"suspend": "暫停",
|
|
21
25
|
"impersonate": "模擬登入",
|
|
26
|
+
"impersonateHint": "以該用戶開啟工作階段。離開時請用帳戶選單結束模擬。",
|
|
27
|
+
"cannotDeleteSelf": "不能刪除目前登入的帳戶",
|
|
28
|
+
"cannotImpersonateSelf": "你已用此帳戶登入",
|
|
22
29
|
"openDetail": "詳情",
|
|
23
30
|
"edit": "編輯",
|
|
24
31
|
"resetPassword": "重設密碼",
|
|
@@ -107,7 +114,7 @@
|
|
|
107
114
|
"admin": "全功能、用戶與權限、危險操作。永遠全開。",
|
|
108
115
|
"operator": "日常運維:服務、更新、DNS/SSL、建站等。",
|
|
109
116
|
"viewer": "只讀:查看狀態、日誌、列表,不可以改。",
|
|
110
|
-
"agent": "
|
|
117
|
+
"agent": "自動化/代理:低危寫入,受範圍限制。"
|
|
111
118
|
},
|
|
112
119
|
"securityTitle": "雙重驗證(此用戶)",
|
|
113
120
|
"securityPerUserHint": "每位用戶獨立 TOTP/Passkey。管理員可清除此用戶 2FA,但不可以代持或共用 secret。",
|
|
@@ -118,5 +125,16 @@
|
|
|
118
125
|
"securityClearTotpHint": "需 step-up 驗證;清除後該用戶下次只需密碼登入(直至自行重設 2FA)。",
|
|
119
126
|
"securityClearConfirm": "輸入用戶名以確認清除 2FA",
|
|
120
127
|
"securityClearOk": "已清除 {{name}} 的 2FA",
|
|
121
|
-
"securitySelfNote": "要為自己設定 2FA,請到「安全 → 我的安全」。"
|
|
128
|
+
"securitySelfNote": "要為自己設定 2FA,請到「安全 → 我的安全」。",
|
|
129
|
+
"cannotModifySelf": "不能暫停或降級目前登入的帳戶",
|
|
130
|
+
"cannotDeleteLastAdmin": "不能刪除最後一個管理員",
|
|
131
|
+
"cannotDemoteLastAdmin": "不能暫停或降級最後一個管理員",
|
|
132
|
+
"lockSelfHint": "這是目前登入的帳戶。已禁止刪除、暫停及更改角色,以免無法登入。",
|
|
133
|
+
"lockLastAdminHint": "這是最後一個管理員。已禁止刪除、暫停及降級。",
|
|
134
|
+
"demoteAdminTitle": "降級此管理員?",
|
|
135
|
+
"demoteAdminDesc": "此用戶將失去完整管理員權限。請確認仍有其他管理員。",
|
|
136
|
+
"quotaNonNeg": "數量與配額不可為負數。",
|
|
137
|
+
"diskQuotaHint": "預設晶片以 GiB 計;自訂欄為 MiB。",
|
|
138
|
+
"bandwidthHint": "0 代表不限。",
|
|
139
|
+
"operatorHighRiskHint": "系統預設「操作員」含高危寫入(服務控制、防火牆、套件套用、MySQL、發佈 Nginx)。收窄只影響新授予的權限;修改預設會影響現有操作員。"
|
|
122
140
|
}
|
|
@@ -0,0 +1,266 @@
|
|
|
1
|
+
{
|
|
2
|
+
"title": "驗證者節點 (Beta)",
|
|
3
|
+
"subtitle": "在此主機安裝與管理 L1 節點。非託管 — 私鑰由你自行保管。",
|
|
4
|
+
"beta": "Beta",
|
|
5
|
+
"tab": {
|
|
6
|
+
"nodes": "節點",
|
|
7
|
+
"disk": "磁碟",
|
|
8
|
+
"about": "說明"
|
|
9
|
+
},
|
|
10
|
+
"empty": {
|
|
11
|
+
"title": "尚未建立驗證者節點",
|
|
12
|
+
"desc": "用建立精靈幾個步驟即可建立測試網節點。"
|
|
13
|
+
},
|
|
14
|
+
"refresh": "重新整理",
|
|
15
|
+
"disk": {
|
|
16
|
+
"title": "驗證者節點磁碟",
|
|
17
|
+
"root": "資料目錄",
|
|
18
|
+
"free": "可用",
|
|
19
|
+
"used": "已用",
|
|
20
|
+
"none": "尚未有實例資料",
|
|
21
|
+
"warn": "磁碟用量偏高(70% 或以上)",
|
|
22
|
+
"danger": "磁碟用量危急(85% 或以上)",
|
|
23
|
+
"autoClear": "磁碟危急時自動清空最大的已停止實例(預設關閉)",
|
|
24
|
+
"autoClearRisk": "破壞性:會刪除最大的已停止實例,不會再詢問。預設關閉。觸發後請查審計/日誌。",
|
|
25
|
+
"autoClearConfirmTitle": "啟用自動清空?",
|
|
26
|
+
"autoClearC1": "磁碟危急時會刪除最大的已停止實例,不會再詢問。"
|
|
27
|
+
},
|
|
28
|
+
"chain": {
|
|
29
|
+
"eth": "Ethereum",
|
|
30
|
+
"avax": "Avalanche",
|
|
31
|
+
"near": "NEAR",
|
|
32
|
+
"ada": "Cardano",
|
|
33
|
+
"btc": "Bitcoin",
|
|
34
|
+
"cosmos": "Cosmos Hub",
|
|
35
|
+
"sui": "Sui",
|
|
36
|
+
"aptos": "Aptos",
|
|
37
|
+
"dot": "Polkadot",
|
|
38
|
+
"sol": "Solana"
|
|
39
|
+
},
|
|
40
|
+
"network": {
|
|
41
|
+
"hoodi": "Hoodi",
|
|
42
|
+
"sepolia": "Sepolia",
|
|
43
|
+
"mainnet": "主網",
|
|
44
|
+
"fuji": "Fuji",
|
|
45
|
+
"testnet": "測試網",
|
|
46
|
+
"preview": "預覽",
|
|
47
|
+
"preprod": "預生產",
|
|
48
|
+
"westend": "Westend"
|
|
49
|
+
},
|
|
50
|
+
"networkKind": {
|
|
51
|
+
"testnet": "測試網",
|
|
52
|
+
"mainnet": "主網",
|
|
53
|
+
"mixed": "主網+測試網"
|
|
54
|
+
},
|
|
55
|
+
"profile": {
|
|
56
|
+
"minimal": "精簡",
|
|
57
|
+
"pruned": "Pruned",
|
|
58
|
+
"validator-ready": "驗證者就緒",
|
|
59
|
+
"rpc": "RPC"
|
|
60
|
+
},
|
|
61
|
+
"col": {
|
|
62
|
+
"id": "識別碼",
|
|
63
|
+
"chain": "鏈",
|
|
64
|
+
"network": "網絡",
|
|
65
|
+
"profile": "設定檔",
|
|
66
|
+
"status": "狀態",
|
|
67
|
+
"disk": "磁碟"
|
|
68
|
+
},
|
|
69
|
+
"cli": {
|
|
70
|
+
"usage": "用法:ysk-server validators list|chains|disk|get|status|logs|create|start|stop|restart|clear|upgrade|policy|mithril|prune|switch-network|snapshot|compose|settings [--chain C] [--network N] [--profile P] [--el EL] [--cl CL] [--data-path P] [--rpc-port N] [--id ID] [--upgrade POLICY] [--confirm TOKEN] [--execute] [--json]"
|
|
71
|
+
},
|
|
72
|
+
"clients": {
|
|
73
|
+
"el": "執行層客戶端",
|
|
74
|
+
"cl": "共識層客戶端"
|
|
75
|
+
},
|
|
76
|
+
"mithril": {
|
|
77
|
+
"label": "先用 Mithril 快照還原(測試網建議)",
|
|
78
|
+
"action": "用 Mithril 還原"
|
|
79
|
+
},
|
|
80
|
+
"errors": {
|
|
81
|
+
"notFound": "找不到驗證者節點實例",
|
|
82
|
+
"invalidId": "實例識別碼無效",
|
|
83
|
+
"diskLow": "此鏈、網絡與設定檔所需的可用磁碟空間不足",
|
|
84
|
+
"diskUnknownMainnet": "無法量度可用磁碟,拒絕建立主網節點",
|
|
85
|
+
"needDocker": "需要 Docker Engine",
|
|
86
|
+
"composeFailed": "docker compose 失敗",
|
|
87
|
+
"needConfirm": "清空須 confirm=實例識別碼 或 CLEAR",
|
|
88
|
+
"mithrilAdaOnly": "Mithril 還原只適用於 Cardano",
|
|
89
|
+
"needMithrilConfirm": "Mithril 需要 confirm=實例識別碼 或 MITHRIL",
|
|
90
|
+
"mithrilBlocked": "Mithril 的 docker run 被允許清單拒絕",
|
|
91
|
+
"mithrilKey": "無法載入 Mithril genesis 驗證金鑰",
|
|
92
|
+
"mithrilFailed": "Mithril 快照下載失敗",
|
|
93
|
+
"pruneFailed": "清理失敗",
|
|
94
|
+
"switchNeedStop": "轉網絡前請先停止節點",
|
|
95
|
+
"switchNeedClear": "轉網絡會清空鏈資料。請用實例識別碼或 CLEAR 確認",
|
|
96
|
+
"composeMissing": "找不到 Compose 檔",
|
|
97
|
+
"composeNotManaged": "拒絕寫入非 YSK 管理的 Compose 檔",
|
|
98
|
+
"badDataPath": "資料路徑必須是絕對目錄,並且不可使用系統路徑",
|
|
99
|
+
"portInUse": "這個 RPC 埠已被另一個驗證者實例使用",
|
|
100
|
+
"snapshotUnsupported": "此鏈沒有在允許清單內的快照來源",
|
|
101
|
+
"snapshotLookup": "無法解析官方快照指標",
|
|
102
|
+
"needSnapshotConfirm": "還原快照須 confirm=實例識別碼 或 SNAPSHOT",
|
|
103
|
+
"snapshotBlocked": "快照的 docker run 被允許清單拒絕",
|
|
104
|
+
"snapshotFailed": "快照下載或解壓失敗"
|
|
105
|
+
},
|
|
106
|
+
"notes": {
|
|
107
|
+
"beta": "此功能屬 Beta。變更主機須 root 及 YSK_EXECUTE=1。",
|
|
108
|
+
"noKeys": "YSK Server 不會產生或保存質押私鑰。",
|
|
109
|
+
"dockerSoon": "安裝與啟動由此頁精靈提供。變更主機須 root 及 YSK_EXECUTE=1。",
|
|
110
|
+
"dryCreate": "已寫入實例規格與 compose(dry-run)。要啟動容器請加 --execute 及 YSK_EXECUTE=1。",
|
|
111
|
+
"dryStart": "啟動為 dry-run。請加 --execute 及 YSK_EXECUTE=1。",
|
|
112
|
+
"dryStop": "停止為 dry-run。請加 --execute 及 YSK_EXECUTE=1。",
|
|
113
|
+
"dryClear": "清空為 dry-run。請加 --execute 及 YSK_EXECUTE=1。",
|
|
114
|
+
"created": "已建立節點並啟動 compose",
|
|
115
|
+
"started": "已啟動節點",
|
|
116
|
+
"stopped": "已停止節點",
|
|
117
|
+
"cleared": "已清空鏈資料",
|
|
118
|
+
"dryMithril": "Mithril 還原為試行。請加 --execute 及 YSK_EXECUTE=1。",
|
|
119
|
+
"mithril": "已用 Mithril 還原快照並重啟節點",
|
|
120
|
+
"dryPrune": "清理為試行。請加 --execute 及 YSK_EXECUTE=1。",
|
|
121
|
+
"pruned": "已清理此專案未用映像",
|
|
122
|
+
"pruneProfile": "客戶端原生修剪靠 pruned/minimal 設定檔。要改請重建實例。",
|
|
123
|
+
"sameNetwork": "已經在這個網絡",
|
|
124
|
+
"drySwitch": "轉網絡為試行。",
|
|
125
|
+
"switched": "已轉網絡並清空鏈資料",
|
|
126
|
+
"dryCompose": "會寫入 compose.yml",
|
|
127
|
+
"composeWrote": "已寫入 compose.yml",
|
|
128
|
+
"statsEmpty": "沒有運行中的容器可量度",
|
|
129
|
+
"autoClearNone": "沒有已停止的實例可供自動清空",
|
|
130
|
+
"drySnapshot": "快照還原為試行。請加 --execute 及 YSK_EXECUTE=1。",
|
|
131
|
+
"snapshotEthEl": "已還原 ethPandaOps 執行層封存,並重設共識層以用 checkpoint sync",
|
|
132
|
+
"snapshotEthCl": "已重設共識層資料,使用官方 checkpoint sync",
|
|
133
|
+
"snapshotNear": "已清空 NEAR 資料;compose 會重新用官方 genesis 與 epoch sync 初始化",
|
|
134
|
+
"nativePrune": "已執行客戶端原生清理指令",
|
|
135
|
+
"dryDelete": "刪除屬預演。要真正套用須 --execute 與 YSK_EXECUTE=1。",
|
|
136
|
+
"deleted": "已刪除節點"
|
|
137
|
+
},
|
|
138
|
+
"create": "建立節點",
|
|
139
|
+
"wizard": {
|
|
140
|
+
"title": "建立節點",
|
|
141
|
+
"stepOf": "第 {{n}}/{{total}} 步",
|
|
142
|
+
"stepChain": "鏈",
|
|
143
|
+
"stepNetwork": "網絡",
|
|
144
|
+
"stepProfile": "設定檔",
|
|
145
|
+
"stepSummary": "摘要",
|
|
146
|
+
"needDocker": "未安裝 Docker Engine。請先安裝 — 此按鈕保持停用。",
|
|
147
|
+
"diskNeed": "此設定檔約需 {{need}} · 可用 {{free}}",
|
|
148
|
+
"diskShort": "可用磁碟不足以建立此鏈/網絡/設定檔",
|
|
149
|
+
"back": "上一步",
|
|
150
|
+
"next": "下一步",
|
|
151
|
+
"install": "安裝",
|
|
152
|
+
"mainnetWarn": "主網需要大量可用磁碟(ETH 常達 800 GiB 或以上)。建議先用測試網。",
|
|
153
|
+
"mainnetAck": "我明白磁碟與罰沒風險,仍要建立主網節點。",
|
|
154
|
+
"heavyWarn": "此鏈負載很重(大量磁碟與高 IOPS)。Solana 主網通常需要 2 TiB 或以上。",
|
|
155
|
+
"memory": "記憶體上限",
|
|
156
|
+
"cpus": "CPU 上限",
|
|
157
|
+
"dataPath": "資料路徑",
|
|
158
|
+
"rpcPort": "RPC 埠",
|
|
159
|
+
"limitNone": "不限",
|
|
160
|
+
"rpcDefault": "預設",
|
|
161
|
+
"customPath": "使用自訂資料路徑",
|
|
162
|
+
"installConfirmTitle": "安裝此節點?",
|
|
163
|
+
"installConfirmDesc": "{{chain}} · {{network}} · {{profile}}。約需 {{disk}} 磁碟。拉取映像可能需時頗長。",
|
|
164
|
+
"installC1": "可能下載數 GiB 映像。",
|
|
165
|
+
"installC2": "可取消面板任務;已拉取的映像不會自動刪除。"
|
|
166
|
+
},
|
|
167
|
+
"actions": {
|
|
168
|
+
"detail": "詳情",
|
|
169
|
+
"start": "啟動",
|
|
170
|
+
"stop": "停止",
|
|
171
|
+
"restart": "重新啟動",
|
|
172
|
+
"clear": "清空",
|
|
173
|
+
"upgrade": "升級",
|
|
174
|
+
"clearConfirm": "輸入實例識別碼或 CLEAR",
|
|
175
|
+
"prune": "清理映像",
|
|
176
|
+
"switchNetwork": "轉網絡",
|
|
177
|
+
"removeUnit": "一併刪除 compose/實例紀錄",
|
|
178
|
+
"restoreAfter": "清空後還原快照",
|
|
179
|
+
"delete": "刪除",
|
|
180
|
+
"deleteTitle": "刪除 {{id}}",
|
|
181
|
+
"deleteDesc": "此動作會從面板移除節點。",
|
|
182
|
+
"deleteC1": "會停止並移除 Docker Compose",
|
|
183
|
+
"deleteC2": "會刪除磁碟上的鏈資料",
|
|
184
|
+
"deleteC3": "會刪除實例紀錄",
|
|
185
|
+
"pruneTitle": "清理未用映像",
|
|
186
|
+
"pruneDesc": "輸入實例識別碼,以清理此節點 Compose 未用映像。",
|
|
187
|
+
"pruneC1": "會刪除此 Compose 專案標籤下未使用的映像。",
|
|
188
|
+
"clearTitle": "清空 {{id}}",
|
|
189
|
+
"clearC1": "會刪除磁碟上的鏈資料。",
|
|
190
|
+
"clearC2": "實例仍留在面板,狀態為已停止、無資料。",
|
|
191
|
+
"switchTitle": "轉網絡",
|
|
192
|
+
"switchC1": "會先停機並清空鏈資料,再寫入新網絡。"
|
|
193
|
+
},
|
|
194
|
+
"policy": {
|
|
195
|
+
"label": "升級政策",
|
|
196
|
+
"manual": "手動",
|
|
197
|
+
"notify": "通知",
|
|
198
|
+
"auto-safe": "自動(安全)",
|
|
199
|
+
"auto-all": "自動(全部)"
|
|
200
|
+
},
|
|
201
|
+
"logs": {
|
|
202
|
+
"empty": "尚無日誌",
|
|
203
|
+
"follow": "跟隨日誌"
|
|
204
|
+
},
|
|
205
|
+
"compose": {
|
|
206
|
+
"label": "Compose 檔",
|
|
207
|
+
"save": "儲存 compose"
|
|
208
|
+
},
|
|
209
|
+
"snapshot": {
|
|
210
|
+
"action": "還原快照",
|
|
211
|
+
"mithril": "Cardano 用 Mithril 做認證快照還原。",
|
|
212
|
+
"eth": "Ethereum 主網用官方 checkpoint sync 引導共識客戶端。執行層繼續 snap sync。",
|
|
213
|
+
"ethEl": "Hoodi/Sepolia 可還原 ethPandaOps 執行層封存,再用 checkpoint sync 引導共識層。",
|
|
214
|
+
"avax": "Avalanche 在 compose 設定檔使用 state-sync。",
|
|
215
|
+
"near": "官方免費 NEAR tar 快照已停用。還原會清空資料,再用官方 genesis 與 epoch sync。",
|
|
216
|
+
"none": "此鏈未設定快照來源。"
|
|
217
|
+
},
|
|
218
|
+
"stake": {
|
|
219
|
+
"title": "準備質押(私鑰由你保管)",
|
|
220
|
+
"offlineKeys": "離線產生金鑰。面板永不保存。",
|
|
221
|
+
"deposit": "在官方 launchpad 完成存款/登記。",
|
|
222
|
+
"withdrawal": "自行設定提取憑證。",
|
|
223
|
+
"monitor": "在此頁留意磁碟、對等節點與升級徽章。"
|
|
224
|
+
},
|
|
225
|
+
"alerts": {
|
|
226
|
+
"diskTitle": "驗證者節點磁碟危急",
|
|
227
|
+
"diskBody": "驗證者資料卷可用空間極低。",
|
|
228
|
+
"upgradeTitle": "驗證者節點有可用升級",
|
|
229
|
+
"upgradeBody": "一個或多個客戶端有較新的釘選版本。",
|
|
230
|
+
"syncTitle": "驗證者節點需要留意",
|
|
231
|
+
"syncBody": "有節點已同步超過 6 小時,或回報錯誤。",
|
|
232
|
+
"rollbackTitle": "驗證者升級已回滾",
|
|
233
|
+
"rollbackBody": "{{id}} 升級健康檢查失敗,已回滾。"
|
|
234
|
+
},
|
|
235
|
+
"upgrade": {
|
|
236
|
+
"changelog": "更新紀錄"
|
|
237
|
+
},
|
|
238
|
+
"readiness": {
|
|
239
|
+
"dockerTitle": "驗證者節點所需的 Docker",
|
|
240
|
+
"dockerOk": "有 {{count}} 個驗證者實例;已安裝 Docker",
|
|
241
|
+
"dockerMissing": "已有驗證者實例,但找不到 docker 指令"
|
|
242
|
+
},
|
|
243
|
+
"detail": {
|
|
244
|
+
"status": "狀態",
|
|
245
|
+
"sync": "同步",
|
|
246
|
+
"peers": "對等節點",
|
|
247
|
+
"version": "版本",
|
|
248
|
+
"access": "存取",
|
|
249
|
+
"upgrade": "升級",
|
|
250
|
+
"upgradeHint": "選擇此節點如何跟進客戶端版本。",
|
|
251
|
+
"network": "網絡",
|
|
252
|
+
"networkHint": "轉網絡會停機並清空鏈資料。請先在「清空資料」確認。",
|
|
253
|
+
"maintain": "維護",
|
|
254
|
+
"danger": "清空資料",
|
|
255
|
+
"dangerHint": "輸入實例識別碼或 CLEAR。此動作會刪除磁碟上的鏈資料。",
|
|
256
|
+
"compose": "Compose",
|
|
257
|
+
"logs": "日誌"
|
|
258
|
+
},
|
|
259
|
+
"state": {
|
|
260
|
+
"unknown": "未知",
|
|
261
|
+
"stopped": "已停止",
|
|
262
|
+
"running": "運行中",
|
|
263
|
+
"syncing": "同步中",
|
|
264
|
+
"error": "錯誤"
|
|
265
|
+
}
|
|
266
|
+
}
|
package/locales/zh-HK/vnc.json
CHANGED
|
@@ -119,15 +119,19 @@
|
|
|
119
119
|
},
|
|
120
120
|
"installHint": "TigerVNC → noVNC;XFCE 可選",
|
|
121
121
|
"needTigerVnc": "需 TigerVNC",
|
|
122
|
+
"needXfceFirst": "需先安裝 XFCE",
|
|
123
|
+
"needSessionRunning": "工作階段未運行 — 請先啟動",
|
|
122
124
|
"needNovnc": "需 noVNC",
|
|
123
125
|
"needXfce": "XFCE(可選)",
|
|
124
126
|
"needViewer": "Viewer(可選)",
|
|
125
127
|
"needViewerOrNovnc": "需 viewer 或 noVNC",
|
|
126
128
|
"settingsHint": "新建帳號預設值",
|
|
129
|
+
"settingsNeedStack": "此處預設值要在已安裝 TigerVNC(若選 XFCE 亦需 XFCE)後才會生效。請先到「安裝」分頁安裝。",
|
|
130
|
+
"clientNeedNovnc": "「在瀏覽器開啟」需要 noVNC。若要在此開啟遠端,請先到「安裝」分頁安裝。",
|
|
127
131
|
"defaultDesktop": "預設桌面",
|
|
128
132
|
"defaultGeometry": "預設解析度",
|
|
129
133
|
"defaultDepth": "色深",
|
|
130
|
-
"defaultRfbBind": "RFB
|
|
134
|
+
"defaultRfbBind": "VNC(RFB)監聽範圍",
|
|
131
135
|
"defaultAutostart": "開機自啟",
|
|
132
136
|
"autostartLabel": "開機自啟",
|
|
133
137
|
"settingsSaved": "已儲存 VNC 預設值",
|
|
@@ -194,12 +198,16 @@
|
|
|
194
198
|
"nextPage": "下一頁",
|
|
195
199
|
"pageOf": "第 {{page}} / {{total}} 頁 · {{count}}",
|
|
196
200
|
"deleteAccountTitle": "刪除 VNC 帳號?",
|
|
197
|
-
"deleteAccountDesc": "
|
|
198
|
-
"deleteAccountC1": "
|
|
199
|
-
"deleteAccountC2": "
|
|
200
|
-
"deleteAccountC3User": "
|
|
201
|
-
"deleteAccountC3Keep": "
|
|
201
|
+
"deleteAccountDesc": "將刪除控制面帳號「{{name}}」(Linux 用戶 {{user}})。會先停止該顯示的 VNC 工作階段。",
|
|
202
|
+
"deleteAccountC1": "此帳號的 VNC 工作階段會先停止。",
|
|
203
|
+
"deleteAccountC2": "面板內的 VNC 帳號紀錄會一併移除。",
|
|
204
|
+
"deleteAccountC3User": "亦會嘗試刪除 Linux 用戶及其家目錄;若主機拒絕,面板會報失敗並留下該用戶。",
|
|
205
|
+
"deleteAccountC3Keep": "系統上的 Linux 用戶會保留,只刪面板帳號。",
|
|
202
206
|
"removeLinuxUser": "一併刪除 Linux 用戶與家目錄",
|
|
207
|
+
"deleteKeepUserWarn": "將留下孤立 Linux 用戶,需自行清理。",
|
|
208
|
+
"bindRfbLine": "RFB {{bind}} :{{port}}",
|
|
209
|
+
"bindNovncLine": "noVNC 127.0.0.1:{{port}}",
|
|
210
|
+
"bindNovncHint": "noVNC 只聽本機。桌面經面板代理,除非 RFB 綁全部介面,否則不是公網桌面。",
|
|
203
211
|
"connection": "連線",
|
|
204
212
|
"connectionTitle": "連入資料",
|
|
205
213
|
"connectionDesc": "客戶端如何連線至 {{name}}",
|
|
@@ -242,5 +250,6 @@
|
|
|
242
250
|
"stackMissingShort": "未安裝",
|
|
243
251
|
"editClientTitle": "編輯遠端客戶端",
|
|
244
252
|
"editClientDesc": "更新連線路徑、主機與可選已存密碼。",
|
|
245
|
-
"clientUpdated": "已更新客戶端設定"
|
|
253
|
+
"clientUpdated": "已更新客戶端設定",
|
|
254
|
+
"rememberNeedPassword": "請先填密碼。"
|
|
246
255
|
}
|
package/locales/zh-HK/vpn.json
CHANGED
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
"pageDesc": "VPN 伺服器/客戶端",
|
|
3
3
|
"eyebrow": "VPN",
|
|
4
4
|
"tab": {
|
|
5
|
-
"wireguard": "
|
|
6
|
-
"openvpn": "
|
|
7
|
-
"outline": "
|
|
5
|
+
"wireguard": "WireGuard",
|
|
6
|
+
"openvpn": "OpenVPN",
|
|
7
|
+
"outline": "Shadowsocks",
|
|
8
8
|
"client": "本機連出",
|
|
9
9
|
"software": "軟件",
|
|
10
10
|
"monitor": "監控",
|
|
@@ -61,18 +61,31 @@
|
|
|
61
61
|
"ensureServer": "套用伺服器",
|
|
62
62
|
"openFirewall": "開埠 {{port}}/{{proto}}",
|
|
63
63
|
"presets": "常用埠",
|
|
64
|
+
"portHint": {
|
|
65
|
+
"51820": "預設 WireGuard 監聽埠",
|
|
66
|
+
"51821": "備用 WireGuard 監聽埠",
|
|
67
|
+
"51822": "第二備用 WireGuard 監聽埠"
|
|
68
|
+
},
|
|
64
69
|
"proto": "協定",
|
|
65
|
-
"protoUdp": "UDP
|
|
66
|
-
"protoTcp": "
|
|
70
|
+
"protoUdp": "UDP",
|
|
71
|
+
"protoTcp": "TCP",
|
|
67
72
|
"statusLine": "{{state}} · {{port}}/{{proto}} · {{peers}} 對等點",
|
|
68
73
|
"peersTitle": "對等端",
|
|
69
74
|
"peersTitleWg": "對等端",
|
|
70
75
|
"peersTitleOvpn": "客戶端設定",
|
|
71
76
|
"peersTitleSs": "存取金鑰",
|
|
72
77
|
"peerName": "名稱",
|
|
73
|
-
"peerNamePlaceholder": "
|
|
78
|
+
"peerNamePlaceholder": "辦公室手提電腦",
|
|
74
79
|
"addPeer": "+ 新增",
|
|
75
|
-
"
|
|
80
|
+
"installEngineFirst": "請先安裝 VPN 引擎",
|
|
81
|
+
"needServerRunning": "請先套用並啟動 {{engine}} 伺服器",
|
|
82
|
+
"engineSummarySoftware": "{{installed}} 已安裝 · {{running}} 運行中",
|
|
83
|
+
"privateKeyOnce": "客戶端私鑰只在此顯示一次。請立即下載或複製,之後無法復原。",
|
|
84
|
+
"showPrivateKey": "顯示私鑰",
|
|
85
|
+
"hidePrivateKey": "隱藏私鑰",
|
|
86
|
+
"deletePeerTitle": "刪除對等端 {{name}}?",
|
|
87
|
+
"deletePeerDesc": "將移除 {{name}}({{address}})。客戶端會立即斷線,設定無法復原。WireGuard 伺服器保持運行。",
|
|
88
|
+
"addPeerWg": "+ 新增對等端",
|
|
76
89
|
"addPeerOvpn": "+ 新增客戶端",
|
|
77
90
|
"addPeerSs": "+ 新增金鑰",
|
|
78
91
|
"noPeers": "未有項目",
|
|
@@ -127,5 +140,7 @@
|
|
|
127
140
|
"lanCidrs": "區域網段",
|
|
128
141
|
"customCidr": "CIDR",
|
|
129
142
|
"addCidr": "加入"
|
|
130
|
-
}
|
|
143
|
+
},
|
|
144
|
+
"engineNotInstalled": "此主機尚未安裝此 VPN 引擎。",
|
|
145
|
+
"serverNotListening": "伺服器單元未在運行。UDP/TCP {{port}} 可能未監聽。"
|
|
131
146
|
}
|