ysk-server-shared 1.0.0 → 1.1.9
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/cdn.d.ts +2 -0
- package/dist/cdn.d.ts.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 +10 -1
- 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 +9 -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 +7 -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 +142 -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 +178 -0
- package/dist/validators.d.ts.map +1 -0
- package/dist/validators.js +121 -0
- package/dist/validators.js.map +1 -0
- package/locales/ar/agents.json +17 -2
- package/locales/ar/apache.json +7 -1
- package/locales/ar/audit.json +4 -1
- package/locales/ar/backups.json +36 -1
- package/locales/ar/btTracker.json +121 -39
- package/locales/ar/catalog.json +8 -8
- package/locales/ar/cdn.json +89 -1
- package/locales/ar/cli.json +4 -4
- package/locales/ar/common.json +9 -1
- package/locales/ar/cron.json +33 -1
- package/locales/ar/dashboard.json +24 -3
- package/locales/ar/db.json +75 -3
- package/locales/ar/dns.json +23 -1
- package/locales/ar/docker.json +248 -0
- package/locales/ar/email.json +50 -11
- package/locales/ar/errors.json +5 -2
- package/locales/ar/fail2ban.json +38 -13
- package/locales/ar/files.json +53 -10
- package/locales/ar/firewall.json +19 -10
- package/locales/ar/ftp.json +32 -1
- package/locales/ar/hostBrowse.json +37 -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 +27 -1
- package/locales/ar/nav.json +11 -4
- package/locales/ar/network.json +27 -2
- package/locales/ar/nginx.json +4 -1
- package/locales/ar/notFound.json +6 -0
- package/locales/ar/notes.json +252 -64
- package/locales/ar/playbooks.json +1 -1
- package/locales/ar/projects.json +134 -12
- package/locales/ar/protection.json +72 -8
- package/locales/ar/publicFiles.json +18 -1
- package/locales/ar/rbac.json +15 -2
- package/locales/ar/readiness.json +33 -2
- package/locales/ar/redis.json +24 -1
- package/locales/ar/runtime.json +49 -2
- package/locales/ar/search.json +14 -10
- package/locales/ar/security.json +68 -7
- package/locales/ar/serviceExposure.json +18 -6
- package/locales/ar/services.json +69 -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 +31 -2
- package/locales/ar/systemd.json +3 -1
- package/locales/ar/terminal.json +9 -1
- package/locales/ar/translation.json +2422 -302
- package/locales/ar/updates.json +76 -3
- package/locales/ar/users.json +19 -1
- package/locales/ar/validators.json +325 -0
- package/locales/ar/vnc.json +17 -1
- package/locales/ar/vpn.json +18 -3
- package/locales/bn/agents.json +17 -2
- package/locales/bn/apache.json +7 -1
- package/locales/bn/audit.json +4 -1
- package/locales/bn/backups.json +36 -1
- package/locales/bn/btTracker.json +121 -39
- package/locales/bn/catalog.json +5 -5
- package/locales/bn/cdn.json +89 -1
- package/locales/bn/cli.json +2 -2
- package/locales/bn/common.json +9 -1
- package/locales/bn/cron.json +33 -1
- package/locales/bn/dashboard.json +24 -3
- package/locales/bn/db.json +75 -3
- package/locales/bn/dns.json +23 -1
- package/locales/bn/docker.json +248 -0
- package/locales/bn/email.json +49 -10
- package/locales/bn/errors.json +5 -2
- package/locales/bn/fail2ban.json +26 -1
- package/locales/bn/files.json +53 -10
- package/locales/bn/firewall.json +17 -8
- package/locales/bn/ftp.json +32 -1
- package/locales/bn/hostBrowse.json +37 -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 +27 -1
- package/locales/bn/nav.json +10 -3
- package/locales/bn/network.json +27 -2
- package/locales/bn/nginx.json +4 -1
- package/locales/bn/notFound.json +6 -0
- package/locales/bn/notes.json +222 -34
- package/locales/bn/projects.json +133 -11
- package/locales/bn/protection.json +66 -2
- package/locales/bn/publicFiles.json +18 -1
- package/locales/bn/rbac.json +15 -2
- package/locales/bn/readiness.json +32 -1
- package/locales/bn/redis.json +24 -1
- package/locales/bn/runtime.json +49 -2
- package/locales/bn/search.json +13 -9
- package/locales/bn/security.json +68 -7
- package/locales/bn/serviceExposure.json +18 -6
- package/locales/bn/services.json +68 -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 +31 -2
- package/locales/bn/systemd.json +3 -1
- package/locales/bn/terminal.json +9 -1
- package/locales/bn/translation.json +2366 -246
- package/locales/bn/updates.json +76 -3
- package/locales/bn/users.json +19 -1
- package/locales/bn/validators.json +325 -0
- package/locales/bn/vnc.json +17 -1
- package/locales/bn/vpn.json +18 -3
- package/locales/en/agents.json +20 -5
- package/locales/en/apache.json +6 -0
- package/locales/en/audit.json +4 -1
- package/locales/en/backups.json +39 -4
- package/locales/en/btTracker.json +85 -3
- package/locales/en/cdn.json +104 -2
- package/locales/en/cli.json +7 -7
- package/locales/en/common.json +9 -1
- package/locales/en/cron.json +33 -1
- package/locales/en/dashboard.json +28 -7
- package/locales/en/db.json +81 -8
- package/locales/en/dns.json +23 -1
- package/locales/en/docker.json +248 -0
- package/locales/en/email.json +50 -11
- package/locales/en/errors.json +6 -3
- package/locales/en/fail2ban.json +31 -6
- package/locales/en/files.json +44 -1
- package/locales/en/firewall.json +10 -1
- package/locales/en/ftp.json +34 -3
- package/locales/en/hostBrowse.json +24 -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 +27 -1
- package/locales/en/nav.json +9 -2
- package/locales/en/network.json +27 -2
- package/locales/en/nginx.json +4 -1
- package/locales/en/notFound.json +6 -0
- package/locales/en/notes.json +233 -42
- package/locales/en/projects.json +133 -11
- package/locales/en/protection.json +68 -3
- package/locales/en/publicFiles.json +18 -1
- package/locales/en/rbac.json +15 -2
- package/locales/en/readiness.json +30 -1
- package/locales/en/redis.json +24 -1
- package/locales/en/runtime.json +51 -3
- package/locales/en/search.json +4 -0
- package/locales/en/security.json +70 -9
- package/locales/en/serviceExposure.json +13 -1
- package/locales/en/services.json +68 -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 +36 -7
- package/locales/en/systemd.json +2 -0
- package/locales/en/terminal.json +10 -2
- package/locales/en/translation.json +2312 -192
- package/locales/en/updates.json +50 -4
- package/locales/en/users.json +20 -1
- package/locales/en/validators.json +325 -0
- package/locales/en/vnc.json +23 -7
- package/locales/en/vpn.json +17 -2
- package/locales/es/agents.json +17 -2
- package/locales/es/apache.json +7 -1
- package/locales/es/audit.json +4 -1
- package/locales/es/backups.json +36 -1
- package/locales/es/btTracker.json +119 -37
- package/locales/es/catalog.json +6 -6
- package/locales/es/cdn.json +89 -1
- package/locales/es/cli.json +2 -2
- package/locales/es/common.json +9 -1
- package/locales/es/cron.json +33 -1
- package/locales/es/dashboard.json +24 -3
- package/locales/es/db.json +75 -3
- package/locales/es/dns.json +23 -1
- package/locales/es/docker.json +248 -0
- package/locales/es/email.json +49 -10
- package/locales/es/errors.json +5 -2
- package/locales/es/fail2ban.json +26 -1
- package/locales/es/files.json +52 -9
- package/locales/es/firewall.json +17 -8
- package/locales/es/ftp.json +32 -1
- package/locales/es/hostBrowse.json +35 -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 +27 -1
- package/locales/es/nav.json +11 -4
- package/locales/es/network.json +27 -2
- package/locales/es/nginx.json +4 -1
- package/locales/es/notFound.json +6 -0
- package/locales/es/notes.json +229 -41
- package/locales/es/projects.json +133 -11
- package/locales/es/protection.json +66 -2
- package/locales/es/publicFiles.json +18 -1
- package/locales/es/rbac.json +15 -2
- package/locales/es/readiness.json +32 -1
- package/locales/es/redis.json +24 -1
- package/locales/es/runtime.json +49 -2
- package/locales/es/search.json +13 -9
- package/locales/es/security.json +68 -7
- package/locales/es/serviceExposure.json +18 -6
- package/locales/es/services.json +68 -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 +31 -2
- package/locales/es/systemd.json +3 -1
- package/locales/es/terminal.json +9 -1
- package/locales/es/translation.json +2368 -248
- package/locales/es/updates.json +76 -3
- package/locales/es/users.json +19 -1
- package/locales/es/validators.json +325 -0
- package/locales/es/vnc.json +17 -1
- package/locales/es/vpn.json +18 -3
- package/locales/fr/agents.json +17 -2
- package/locales/fr/apache.json +7 -1
- package/locales/fr/audit.json +4 -1
- package/locales/fr/backups.json +36 -1
- package/locales/fr/btTracker.json +118 -36
- package/locales/fr/catalog.json +6 -6
- package/locales/fr/cdn.json +89 -1
- package/locales/fr/cli.json +3 -3
- package/locales/fr/common.json +9 -1
- package/locales/fr/cron.json +33 -1
- package/locales/fr/dashboard.json +24 -3
- package/locales/fr/db.json +75 -3
- package/locales/fr/dns.json +23 -1
- package/locales/fr/docker.json +248 -0
- package/locales/fr/email.json +47 -8
- package/locales/fr/errors.json +5 -2
- package/locales/fr/fail2ban.json +27 -2
- package/locales/fr/files.json +52 -9
- package/locales/fr/firewall.json +13 -4
- package/locales/fr/ftp.json +32 -1
- package/locales/fr/hostBrowse.json +34 -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 +27 -1
- package/locales/fr/nav.json +11 -4
- package/locales/fr/network.json +27 -2
- package/locales/fr/nginx.json +4 -1
- package/locales/fr/notFound.json +6 -0
- package/locales/fr/notes.json +225 -37
- package/locales/fr/projects.json +131 -9
- package/locales/fr/protection.json +66 -2
- package/locales/fr/publicFiles.json +18 -1
- package/locales/fr/rbac.json +15 -2
- package/locales/fr/readiness.json +32 -1
- package/locales/fr/redis.json +25 -2
- package/locales/fr/runtime.json +49 -2
- package/locales/fr/search.json +11 -7
- package/locales/fr/security.json +68 -7
- package/locales/fr/serviceExposure.json +17 -5
- package/locales/fr/services.json +68 -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 +31 -2
- package/locales/fr/systemd.json +3 -1
- package/locales/fr/terminal.json +9 -1
- package/locales/fr/translation.json +2352 -232
- package/locales/fr/updates.json +76 -3
- package/locales/fr/users.json +19 -1
- package/locales/fr/validators.json +325 -0
- package/locales/fr/vnc.json +17 -1
- package/locales/fr/vpn.json +17 -2
- package/locales/hi/agents.json +17 -2
- package/locales/hi/apache.json +7 -1
- package/locales/hi/audit.json +4 -1
- package/locales/hi/backups.json +36 -1
- package/locales/hi/btTracker.json +121 -39
- package/locales/hi/catalog.json +7 -7
- package/locales/hi/cdn.json +89 -1
- package/locales/hi/cli.json +1 -1
- package/locales/hi/common.json +9 -1
- package/locales/hi/cron.json +33 -1
- package/locales/hi/dashboard.json +24 -3
- package/locales/hi/db.json +75 -3
- package/locales/hi/dns.json +23 -1
- package/locales/hi/docker.json +248 -0
- package/locales/hi/email.json +49 -10
- package/locales/hi/errors.json +5 -2
- package/locales/hi/fail2ban.json +29 -4
- package/locales/hi/files.json +53 -10
- package/locales/hi/firewall.json +17 -8
- package/locales/hi/ftp.json +32 -1
- package/locales/hi/hostBrowse.json +37 -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 +27 -1
- package/locales/hi/nav.json +11 -4
- package/locales/hi/network.json +27 -2
- package/locales/hi/nginx.json +4 -1
- package/locales/hi/notFound.json +6 -0
- package/locales/hi/notes.json +227 -39
- package/locales/hi/projects.json +134 -12
- package/locales/hi/protection.json +67 -3
- package/locales/hi/publicFiles.json +18 -1
- package/locales/hi/rbac.json +16 -3
- package/locales/hi/readiness.json +32 -1
- package/locales/hi/redis.json +24 -1
- package/locales/hi/runtime.json +49 -2
- package/locales/hi/search.json +14 -10
- package/locales/hi/security.json +68 -7
- package/locales/hi/serviceExposure.json +18 -6
- package/locales/hi/services.json +68 -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 +31 -2
- package/locales/hi/systemd.json +3 -1
- package/locales/hi/terminal.json +9 -1
- package/locales/hi/translation.json +2379 -259
- package/locales/hi/updates.json +76 -3
- package/locales/hi/users.json +19 -1
- package/locales/hi/validators.json +325 -0
- package/locales/hi/vnc.json +17 -1
- package/locales/hi/vpn.json +19 -4
- package/locales/id/agents.json +17 -2
- package/locales/id/apache.json +7 -1
- package/locales/id/audit.json +4 -1
- package/locales/id/backups.json +36 -1
- package/locales/id/btTracker.json +119 -37
- package/locales/id/catalog.json +6 -6
- package/locales/id/cdn.json +89 -1
- package/locales/id/cli.json +2 -2
- package/locales/id/common.json +9 -1
- package/locales/id/cron.json +33 -1
- package/locales/id/dashboard.json +24 -3
- package/locales/id/db.json +75 -3
- package/locales/id/dns.json +23 -1
- package/locales/id/docker.json +248 -0
- package/locales/id/email.json +49 -10
- package/locales/id/errors.json +5 -2
- package/locales/id/fail2ban.json +26 -1
- package/locales/id/files.json +52 -9
- package/locales/id/firewall.json +15 -6
- package/locales/id/ftp.json +32 -1
- package/locales/id/hostBrowse.json +35 -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 +27 -1
- package/locales/id/nav.json +10 -3
- package/locales/id/network.json +27 -2
- package/locales/id/nginx.json +4 -1
- package/locales/id/notFound.json +6 -0
- package/locales/id/notes.json +224 -36
- package/locales/id/projects.json +132 -10
- package/locales/id/protection.json +66 -2
- package/locales/id/publicFiles.json +18 -1
- package/locales/id/rbac.json +15 -2
- package/locales/id/readiness.json +32 -1
- package/locales/id/redis.json +24 -1
- package/locales/id/runtime.json +49 -2
- package/locales/id/search.json +13 -9
- package/locales/id/security.json +67 -6
- package/locales/id/serviceExposure.json +18 -6
- package/locales/id/services.json +68 -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 +31 -2
- package/locales/id/systemd.json +3 -1
- package/locales/id/terminal.json +9 -1
- package/locales/id/translation.json +2358 -238
- package/locales/id/updates.json +76 -3
- package/locales/id/users.json +19 -1
- package/locales/id/validators.json +325 -0
- package/locales/id/vnc.json +17 -1
- package/locales/id/vpn.json +18 -3
- package/locales/ja/agents.json +17 -2
- package/locales/ja/apache.json +7 -1
- package/locales/ja/audit.json +4 -1
- package/locales/ja/backups.json +36 -1
- package/locales/ja/btTracker.json +121 -39
- package/locales/ja/catalog.json +10 -10
- package/locales/ja/cdn.json +89 -1
- package/locales/ja/cli.json +3 -3
- package/locales/ja/common.json +9 -1
- package/locales/ja/cron.json +33 -1
- package/locales/ja/dashboard.json +24 -3
- package/locales/ja/db.json +75 -3
- package/locales/ja/dns.json +23 -1
- package/locales/ja/docker.json +248 -0
- package/locales/ja/email.json +49 -10
- package/locales/ja/errors.json +5 -2
- package/locales/ja/fail2ban.json +26 -1
- package/locales/ja/files.json +52 -9
- package/locales/ja/firewall.json +17 -8
- package/locales/ja/ftp.json +32 -1
- package/locales/ja/hostBrowse.json +37 -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 +27 -1
- package/locales/ja/nav.json +13 -6
- package/locales/ja/network.json +28 -3
- package/locales/ja/nginx.json +4 -1
- package/locales/ja/notFound.json +6 -0
- package/locales/ja/notes.json +233 -45
- package/locales/ja/projects.json +133 -11
- package/locales/ja/protection.json +66 -2
- package/locales/ja/publicFiles.json +18 -1
- package/locales/ja/rbac.json +15 -2
- package/locales/ja/readiness.json +32 -1
- package/locales/ja/redis.json +24 -1
- package/locales/ja/runtime.json +50 -3
- package/locales/ja/search.json +12 -8
- package/locales/ja/security.json +68 -7
- package/locales/ja/serviceExposure.json +18 -6
- package/locales/ja/services.json +68 -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 +31 -2
- package/locales/ja/systemd.json +3 -1
- package/locales/ja/terminal.json +9 -1
- package/locales/ja/translation.json +2385 -265
- package/locales/ja/updates.json +76 -3
- package/locales/ja/users.json +19 -1
- package/locales/ja/validators.json +325 -0
- package/locales/ja/vnc.json +17 -1
- package/locales/ja/vpn.json +18 -3
- package/locales/ko/agents.json +17 -2
- package/locales/ko/apache.json +7 -1
- package/locales/ko/audit.json +4 -1
- package/locales/ko/backups.json +36 -1
- package/locales/ko/btTracker.json +121 -39
- package/locales/ko/catalog.json +8 -8
- package/locales/ko/cdn.json +89 -1
- package/locales/ko/cli.json +2 -2
- package/locales/ko/common.json +9 -1
- package/locales/ko/cron.json +33 -1
- package/locales/ko/dashboard.json +24 -3
- package/locales/ko/db.json +75 -3
- package/locales/ko/dns.json +23 -1
- package/locales/ko/docker.json +248 -0
- package/locales/ko/email.json +49 -10
- package/locales/ko/errors.json +5 -2
- package/locales/ko/fail2ban.json +37 -12
- package/locales/ko/files.json +52 -9
- package/locales/ko/firewall.json +18 -9
- package/locales/ko/ftp.json +32 -1
- package/locales/ko/hostBrowse.json +37 -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 +27 -1
- package/locales/ko/nav.json +11 -4
- package/locales/ko/network.json +27 -2
- package/locales/ko/nginx.json +4 -1
- package/locales/ko/notFound.json +6 -0
- package/locales/ko/notes.json +243 -55
- package/locales/ko/playbooks.json +1 -1
- package/locales/ko/projects.json +134 -12
- package/locales/ko/protection.json +69 -5
- package/locales/ko/publicFiles.json +18 -1
- package/locales/ko/rbac.json +15 -2
- package/locales/ko/readiness.json +33 -2
- package/locales/ko/redis.json +24 -1
- package/locales/ko/runtime.json +49 -2
- package/locales/ko/search.json +13 -9
- package/locales/ko/security.json +68 -7
- package/locales/ko/serviceExposure.json +18 -6
- package/locales/ko/services.json +68 -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 +31 -2
- package/locales/ko/systemd.json +3 -1
- package/locales/ko/terminal.json +9 -1
- package/locales/ko/translation.json +2404 -284
- package/locales/ko/updates.json +76 -3
- package/locales/ko/users.json +19 -1
- package/locales/ko/validators.json +325 -0
- package/locales/ko/vnc.json +17 -1
- package/locales/ko/vpn.json +19 -4
- package/locales/pt/agents.json +17 -2
- package/locales/pt/apache.json +7 -1
- package/locales/pt/audit.json +4 -1
- package/locales/pt/backups.json +36 -1
- package/locales/pt/btTracker.json +119 -37
- package/locales/pt/catalog.json +4 -4
- package/locales/pt/cdn.json +89 -1
- package/locales/pt/cli.json +2 -2
- package/locales/pt/common.json +9 -1
- package/locales/pt/cron.json +33 -1
- package/locales/pt/dashboard.json +24 -3
- package/locales/pt/db.json +75 -3
- package/locales/pt/dns.json +23 -1
- package/locales/pt/docker.json +248 -0
- package/locales/pt/email.json +49 -10
- package/locales/pt/errors.json +5 -2
- package/locales/pt/fail2ban.json +26 -1
- package/locales/pt/files.json +52 -9
- package/locales/pt/firewall.json +16 -7
- package/locales/pt/ftp.json +32 -1
- package/locales/pt/hostBrowse.json +37 -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 +27 -1
- package/locales/pt/nav.json +10 -3
- package/locales/pt/network.json +27 -2
- package/locales/pt/nginx.json +4 -1
- package/locales/pt/notFound.json +6 -0
- package/locales/pt/notes.json +226 -38
- package/locales/pt/projects.json +131 -9
- package/locales/pt/protection.json +66 -2
- package/locales/pt/publicFiles.json +18 -1
- package/locales/pt/rbac.json +15 -2
- package/locales/pt/readiness.json +32 -1
- package/locales/pt/redis.json +24 -1
- package/locales/pt/runtime.json +49 -2
- package/locales/pt/search.json +11 -7
- package/locales/pt/security.json +68 -7
- package/locales/pt/serviceExposure.json +17 -5
- package/locales/pt/services.json +68 -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 +31 -2
- package/locales/pt/systemd.json +3 -1
- package/locales/pt/terminal.json +9 -1
- package/locales/pt/translation.json +2358 -238
- package/locales/pt/updates.json +76 -3
- package/locales/pt/users.json +19 -1
- package/locales/pt/validators.json +325 -0
- package/locales/pt/vnc.json +17 -1
- package/locales/pt/vpn.json +17 -2
- package/locales/ur/agents.json +17 -2
- package/locales/ur/apache.json +7 -1
- package/locales/ur/audit.json +4 -1
- package/locales/ur/backups.json +36 -1
- package/locales/ur/btTracker.json +121 -39
- package/locales/ur/catalog.json +6 -6
- package/locales/ur/cdn.json +89 -1
- package/locales/ur/cli.json +2 -2
- package/locales/ur/common.json +9 -1
- package/locales/ur/cron.json +33 -1
- package/locales/ur/dashboard.json +24 -3
- package/locales/ur/db.json +75 -3
- package/locales/ur/dns.json +23 -1
- package/locales/ur/docker.json +248 -0
- package/locales/ur/email.json +49 -10
- package/locales/ur/errors.json +5 -2
- package/locales/ur/fail2ban.json +26 -1
- package/locales/ur/files.json +53 -10
- package/locales/ur/firewall.json +17 -8
- package/locales/ur/ftp.json +32 -1
- package/locales/ur/hostBrowse.json +37 -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 +27 -1
- package/locales/ur/nav.json +10 -3
- package/locales/ur/network.json +27 -2
- package/locales/ur/nginx.json +4 -1
- package/locales/ur/notFound.json +6 -0
- package/locales/ur/notes.json +222 -34
- package/locales/ur/projects.json +133 -11
- package/locales/ur/protection.json +66 -2
- package/locales/ur/publicFiles.json +18 -1
- package/locales/ur/rbac.json +15 -2
- package/locales/ur/readiness.json +32 -1
- package/locales/ur/redis.json +24 -1
- package/locales/ur/runtime.json +49 -2
- package/locales/ur/search.json +13 -9
- package/locales/ur/security.json +68 -7
- package/locales/ur/serviceExposure.json +18 -6
- package/locales/ur/services.json +68 -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 +31 -2
- package/locales/ur/systemd.json +3 -1
- package/locales/ur/terminal.json +9 -1
- package/locales/ur/translation.json +2367 -247
- package/locales/ur/updates.json +76 -3
- package/locales/ur/users.json +19 -1
- package/locales/ur/validators.json +325 -0
- package/locales/ur/vnc.json +17 -1
- package/locales/ur/vpn.json +19 -4
- package/locales/zh-CN/agents.json +17 -2
- package/locales/zh-CN/apache.json +8 -2
- package/locales/zh-CN/audit.json +4 -1
- package/locales/zh-CN/backups.json +36 -1
- package/locales/zh-CN/btTracker.json +85 -3
- package/locales/zh-CN/catalog.json +2 -2
- package/locales/zh-CN/cdn.json +89 -1
- package/locales/zh-CN/cli.json +5 -5
- package/locales/zh-CN/common.json +9 -1
- package/locales/zh-CN/cron.json +33 -1
- package/locales/zh-CN/dashboard.json +25 -4
- package/locales/zh-CN/db.json +76 -4
- package/locales/zh-CN/dns.json +23 -1
- package/locales/zh-CN/docker.json +248 -0
- package/locales/zh-CN/email.json +49 -10
- package/locales/zh-CN/errors.json +5 -2
- package/locales/zh-CN/fail2ban.json +31 -6
- package/locales/zh-CN/files.json +46 -3
- package/locales/zh-CN/firewall.json +11 -2
- package/locales/zh-CN/ftp.json +32 -1
- package/locales/zh-CN/hostBrowse.json +23 -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 +27 -1
- package/locales/zh-CN/nav.json +10 -3
- package/locales/zh-CN/network.json +28 -3
- package/locales/zh-CN/nginx.json +5 -2
- package/locales/zh-CN/notFound.json +6 -0
- package/locales/zh-CN/notes.json +216 -28
- package/locales/zh-CN/projects.json +130 -8
- package/locales/zh-CN/protection.json +66 -2
- package/locales/zh-CN/publicFiles.json +18 -1
- package/locales/zh-CN/rbac.json +15 -2
- package/locales/zh-CN/readiness.json +33 -2
- package/locales/zh-CN/redis.json +24 -1
- package/locales/zh-CN/runtime.json +50 -3
- package/locales/zh-CN/search.json +5 -1
- package/locales/zh-CN/security.json +68 -7
- package/locales/zh-CN/serviceExposure.json +13 -1
- package/locales/zh-CN/services.json +68 -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 +32 -3
- package/locales/zh-CN/systemd.json +3 -1
- package/locales/zh-CN/terminal.json +9 -1
- package/locales/zh-CN/translation.json +2273 -153
- package/locales/zh-CN/updates.json +76 -3
- package/locales/zh-CN/users.json +19 -1
- package/locales/zh-CN/validators.json +325 -0
- package/locales/zh-CN/vnc.json +17 -1
- package/locales/zh-CN/vpn.json +19 -4
- package/locales/zh-HK/agents.json +22 -7
- package/locales/zh-HK/apache.json +8 -2
- package/locales/zh-HK/audit.json +4 -1
- package/locales/zh-HK/backups.json +39 -4
- package/locales/zh-HK/btTracker.json +89 -7
- package/locales/zh-HK/catalog.json +2 -2
- package/locales/zh-HK/cdn.json +91 -3
- package/locales/zh-HK/cli.json +15 -15
- package/locales/zh-HK/common.json +9 -1
- package/locales/zh-HK/cron.json +37 -5
- package/locales/zh-HK/dashboard.json +28 -7
- package/locales/zh-HK/db.json +82 -10
- package/locales/zh-HK/dns.json +23 -1
- package/locales/zh-HK/docker.json +248 -0
- package/locales/zh-HK/email.json +64 -25
- package/locales/zh-HK/errors.json +6 -3
- package/locales/zh-HK/fail2ban.json +32 -7
- package/locales/zh-HK/files.json +48 -5
- package/locales/zh-HK/firewall.json +13 -4
- package/locales/zh-HK/ftp.json +34 -3
- package/locales/zh-HK/hostBrowse.json +24 -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 +26 -0
- package/locales/zh-HK/nav.json +12 -5
- package/locales/zh-HK/network.json +32 -7
- package/locales/zh-HK/nginx.json +6 -3
- package/locales/zh-HK/notFound.json +6 -0
- package/locales/zh-HK/notes.json +270 -82
- package/locales/zh-HK/projects.json +143 -21
- package/locales/zh-HK/protection.json +67 -3
- package/locales/zh-HK/publicFiles.json +20 -3
- package/locales/zh-HK/rbac.json +15 -2
- package/locales/zh-HK/readiness.json +35 -4
- package/locales/zh-HK/redis.json +27 -4
- package/locales/zh-HK/runtime.json +58 -11
- package/locales/zh-HK/search.json +5 -1
- package/locales/zh-HK/security.json +79 -18
- package/locales/zh-HK/serviceExposure.json +13 -1
- package/locales/zh-HK/services.json +69 -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 +36 -7
- package/locales/zh-HK/systemd.json +9 -7
- package/locales/zh-HK/terminal.json +10 -2
- package/locales/zh-HK/translation.json +2475 -355
- package/locales/zh-HK/uiInline.json +3 -3
- package/locales/zh-HK/updates.json +77 -4
- package/locales/zh-HK/users.json +20 -2
- package/locales/zh-HK/validators.json +325 -0
- package/locales/zh-HK/vnc.json +23 -7
- package/locales/zh-HK/vpn.json +23 -8
- package/package.json +8 -9
|
@@ -1,4 +1,10 @@
|
|
|
1
1
|
{
|
|
2
|
+
"serviceAria": "{{name}}:{{state}}",
|
|
3
|
+
"sev": {
|
|
4
|
+
"ok": "成功",
|
|
5
|
+
"warn": "警告",
|
|
6
|
+
"bad": "異常"
|
|
7
|
+
},
|
|
2
8
|
"title": "控制台",
|
|
3
9
|
"health": "健康狀態",
|
|
4
10
|
"protection": "保護模式",
|
|
@@ -38,10 +44,12 @@
|
|
|
38
44
|
"readinessCheck": "就緒檢查:",
|
|
39
45
|
"prodOk": "可作生產",
|
|
40
46
|
"notFullyReady": "尚未完全就緒",
|
|
47
|
+
"readinessBlocked": "有 {{n}} 項阻擋",
|
|
41
48
|
"modeScore": "模式 {{mode}} · 分數 {{ready}}/{{total}}",
|
|
42
49
|
"mode": {
|
|
43
50
|
"degraded": "降級",
|
|
44
|
-
"production_capable": "
|
|
51
|
+
"production_capable": "EXECUTE+root",
|
|
52
|
+
"blocked": "有阻擋",
|
|
45
53
|
"normal": "正常"
|
|
46
54
|
},
|
|
47
55
|
"details": "詳情",
|
|
@@ -53,9 +61,10 @@
|
|
|
53
61
|
"notifCount": "通知 {{count}}",
|
|
54
62
|
"criticalCount": "· 嚴重 {{count}}",
|
|
55
63
|
"warnCount": "· 警告 {{count}}",
|
|
56
|
-
"applyAuditBadge": "
|
|
57
|
-
"executeBadge": "
|
|
64
|
+
"applyAuditBadge": "套用檢查:成功 {{ok}} · 警告 {{warn}} · 異常 {{bad}}",
|
|
65
|
+
"executeBadge": "系統變更 {{state}}",
|
|
58
66
|
"executeLabel": "系統變更",
|
|
67
|
+
"publicNo2fa": "面板正聽全部介面,而你的管理員帳號未開 2FA。",
|
|
59
68
|
"go": "前往",
|
|
60
69
|
"open": "開啟",
|
|
61
70
|
"noCriticalWarn": "目前無嚴重/警告通知",
|
|
@@ -85,18 +94,19 @@
|
|
|
85
94
|
"runtime": "執行環境",
|
|
86
95
|
"runtimeHint": "決定預設 運行時 版本與部署方式",
|
|
87
96
|
"runtimeVersion": "執行環境版本",
|
|
88
|
-
"versionHint": "
|
|
97
|
+
"versionHint": "會寫入專案的執行環境版本設定",
|
|
89
98
|
"serverIpv4": "伺服器 IPv4",
|
|
90
99
|
"serverIpv4Hint": "DNS A/郵件 SPF",
|
|
91
100
|
"serverIpv4Ph": "此主機公網 IPv4",
|
|
92
101
|
"serverIpv6": "伺服器 IPv6(可選)",
|
|
93
102
|
"serverIpv6Hint": "有則寫 AAAA/ip6:",
|
|
94
103
|
"serverIpv6Ph": "公網 IPv6(可留空)",
|
|
104
|
+
"needDomainFirst": "請先填域名",
|
|
95
105
|
"withDns": "一併建立 DNS 區域",
|
|
96
106
|
"withDnsDesc": "需填寫域名;僅登記,需到 DNS 頁寫入區域檔",
|
|
97
107
|
"withMail": "一併登記郵件域名",
|
|
98
108
|
"withMailDesc": "需填寫域名;軟件安裝與 DNS 在郵件詳情頁完成",
|
|
99
|
-
"withDb": "
|
|
109
|
+
"withDb": "一併建立資料庫草稿",
|
|
100
110
|
"withDbDesc": "控制面登記;需到 SQL 引擎頁套用到系統",
|
|
101
111
|
"wizardHint": "一鍵建立不會自動對外上線。DNS、郵件、資料庫與 SSL 請到各功能頁確認並套用。",
|
|
102
112
|
"wizardSubmit": "一鍵建立",
|
|
@@ -104,8 +114,19 @@
|
|
|
104
114
|
"wizardPartial": "部分失敗",
|
|
105
115
|
"notifCenterTitle": "通知中心({{count}})",
|
|
106
116
|
"notifCenterDesc": "嚴重 {{critical}} · 警告 {{warn}} · 資訊 {{info}}",
|
|
107
|
-
"noNotifs": "
|
|
117
|
+
"noNotifs": "暫無通知。近期審計紀錄見「概覽」。",
|
|
108
118
|
"noNotifsDesc": "系統告警與待辦會顯示於此",
|
|
109
119
|
"applyAuditTitle": "套用狀態審計",
|
|
110
|
-
"applyAuditDesc": "
|
|
120
|
+
"applyAuditDesc": "正常 {{ok}} · 警告 {{warn}} · 異常 {{bad}}",
|
|
121
|
+
"barTitle": "{{count}} 則主機提示",
|
|
122
|
+
"levelCritical": "嚴重",
|
|
123
|
+
"levelWarn": "警告",
|
|
124
|
+
"levelInfo": "資訊",
|
|
125
|
+
"colTitle": "提示",
|
|
126
|
+
"colDetail": "詳情",
|
|
127
|
+
"colSource": "來源",
|
|
128
|
+
"notifSearch": "搜尋通知",
|
|
129
|
+
"notifAll": "全部",
|
|
130
|
+
"notifDismiss": "隱藏",
|
|
131
|
+
"goFix": "前往處理"
|
|
111
132
|
}
|
package/locales/zh-HK/db.json
CHANGED
|
@@ -52,12 +52,26 @@
|
|
|
52
52
|
"emptyDbInstallFirst": "請先使用上方橫幅一鍵安裝 {{engine}},再用右上角「建立資料庫」",
|
|
53
53
|
"emptyDbCannotProvision": "目前無法在伺服器建立資料庫",
|
|
54
54
|
"emptyDbCreateHint": "用右上角「建立資料庫」新增;建立後請再按「套用」",
|
|
55
|
+
"emptyDbHostHasRows": "主機已有資料庫,但尚未在控制面登記。",
|
|
56
|
+
"registeredVsHostHint": "已在面板登記 / 主機實測",
|
|
57
|
+
"registeredCount": "已登記",
|
|
58
|
+
"hostCount": "主機",
|
|
59
|
+
"registeredUsers": "已登記用戶",
|
|
60
|
+
"registeredUsersHint": "只計面板登記,不是主機全部 MySQL 帳號",
|
|
61
|
+
"hostStillExists": "主機仍存在",
|
|
62
|
+
"expiresLabel": "到期",
|
|
63
|
+
"dumpNeedRegistered": "請先在面板登記資料庫",
|
|
64
|
+
"dumpFirstDbTitle": "匯出第一個已登記資料庫",
|
|
65
|
+
"importNeedRegistered": "請先在面板登記資料庫",
|
|
66
|
+
"importLatestNeedConfirm": "需確認 — 會匯入到已登記資料庫",
|
|
67
|
+
"hostHasUntracked": "主機另有 {{count}} 個未在面板登記的資料庫",
|
|
68
|
+
"hostInventoryHint": "列表只顯示控制面已登記的資料庫;即時名稱來自 SHOW DATABASES。",
|
|
55
69
|
"userList": "用戶列表",
|
|
56
70
|
"userListDesc": "可為資料庫授權用戶",
|
|
57
71
|
"createUserBtn": "+ 建立用戶",
|
|
58
72
|
"noUsersYet": "尚未有用戶",
|
|
59
73
|
"tempReadonlyUsers": "臨時只讀用戶",
|
|
60
|
-
"tempReadonlyDesc": "
|
|
74
|
+
"tempReadonlyDesc": "開啟此頁時會嘗試從伺服器刪除已到期帳號(需 EXECUTE 與 root)。仍留在下列者代表主機帳號尚未刪除。",
|
|
61
75
|
"dbName": "資料庫名稱",
|
|
62
76
|
"ttlHours": "有效時數",
|
|
63
77
|
"ttlHoursHint": "到期後標記失效",
|
|
@@ -66,7 +80,14 @@
|
|
|
66
80
|
"expiresAt": "到期",
|
|
67
81
|
"revokeRegistration": "撤銷登記",
|
|
68
82
|
"remoteDbHosts": "遠端資料庫主機",
|
|
69
|
-
"remoteDbHostsDesc": "
|
|
83
|
+
"remoteDbHostsDesc": "登記連線目標(密碼不回顯)。未按「測試連線」前,已儲存 ≠ 可達。",
|
|
84
|
+
"remoteTest": "測試連線",
|
|
85
|
+
"remoteTestDone": "遠端主機探測完成",
|
|
86
|
+
"remoteTestOk": "可達",
|
|
87
|
+
"remoteTestFail": "不可達",
|
|
88
|
+
"remoteNotChecked": "未測試",
|
|
89
|
+
"remoteDeleteTitle": "只移除登記",
|
|
90
|
+
"remoteDeleteConfirm": "移除登記 {{name}}?遠端伺服器不會被改動。",
|
|
70
91
|
"displayName": "顯示名稱",
|
|
71
92
|
"prodReplicaPlaceholder": "生產從庫",
|
|
72
93
|
"remoteHostSaved": "已儲存遠端主機",
|
|
@@ -91,7 +112,7 @@
|
|
|
91
112
|
"import": "匯入",
|
|
92
113
|
"importOk": "匯入完成",
|
|
93
114
|
"importFailed": "匯入失敗",
|
|
94
|
-
"deleteDbTitle": "
|
|
115
|
+
"deleteDbTitle": "移除控制面登記(不會 DROP 伺服器上的資料庫)",
|
|
95
116
|
"deleteDbDesc": "僅移除控制面紀錄,不會自動刪除伺服器上的資料庫。",
|
|
96
117
|
"deleteUserTitle": "刪除用戶登記?",
|
|
97
118
|
"deleteUserDesc": "僅移除控制面紀錄。",
|
|
@@ -120,8 +141,28 @@
|
|
|
120
141
|
"update": "更新",
|
|
121
142
|
"alsoCreateRole": "同時建立角色",
|
|
122
143
|
"cluster": {
|
|
144
|
+
"standaloneOtherEngines": "此引擎目前是單機。其他引擎已有叢集:{{names}}。",
|
|
145
|
+
"roleUnassigned": "未指派角色",
|
|
123
146
|
"title": "叢集",
|
|
124
|
-
"description": "計劃 → 寫管理檔 → 套用 → 探測 →
|
|
147
|
+
"description": "計劃 → 寫管理檔 → 套用 → 探測 → 分發到對等節點/機群。預設預覽試行(不會重啟引擎)。",
|
|
148
|
+
"redirectedFromCluster": "你由 /cluster 轉到此處。這是資料庫叢集分頁。",
|
|
149
|
+
"notApplied": "尚未套用",
|
|
150
|
+
"plannedAt": "建立於 {{when}}",
|
|
151
|
+
"clearStalePlans": "清過期計劃",
|
|
152
|
+
"clearStalePlansTitle": "刪除過期計劃?",
|
|
153
|
+
"clearStalePlansDesc": "將刪除 {{n}} 個超過 7 日的計劃/草稿登記。不會套用或推送,亦不改系統設定。",
|
|
154
|
+
"landingTitle": "資料庫叢集",
|
|
155
|
+
"landingDesc": "本機已計劃與已套用的資料庫叢集總覽。請開啟引擎頁建立或套用。",
|
|
156
|
+
"landingNoneInstalled": "未安裝 MySQL、MariaDB、PostgreSQL 或 Redis。請先安裝其中一個引擎。",
|
|
157
|
+
"openEngine": "開啟 {{engine}}",
|
|
158
|
+
"overviewPill": "叢集 {{n}}",
|
|
159
|
+
"enginesInstalled": "引擎",
|
|
160
|
+
"plannedCount": "已計劃",
|
|
161
|
+
"overviewList": "叢集({{count}})",
|
|
162
|
+
"overviewEmpty": "尚未有叢集登記。",
|
|
163
|
+
"engine": "引擎",
|
|
164
|
+
"kind": "類型",
|
|
165
|
+
"members": "成員",
|
|
125
166
|
"kindGalera": "簡易 Galera",
|
|
126
167
|
"kindMysqlReplica": "MySQL 主從複製",
|
|
127
168
|
"kindPgReplica": "PostgreSQL 串流複製",
|
|
@@ -150,10 +191,37 @@
|
|
|
150
191
|
"registrationDeleted": "已刪除登記",
|
|
151
192
|
"nodes": "節點",
|
|
152
193
|
"remoteInstallPlan": "遠端安裝計劃",
|
|
153
|
-
"
|
|
194
|
+
"fleetSession": "機群 agent session id",
|
|
195
|
+
"fleetSessionHint": "可選。從已登記機群工作階段選擇(用機群,不用 SSH)。留空則 scp。",
|
|
196
|
+
"fleetSessionPh": "Agents 頁的 session UUID",
|
|
197
|
+
"fleetSessionNone": "無 — 用 SSH",
|
|
198
|
+
"fleetSessionOpenAgents": "前往 /agents 登記工作階段",
|
|
199
|
+
"createWizardTitle": "開啟計劃精靈。需要本機 IP 與至少一個對等節點。只寫面板產物(預覽試行),套用前不會重啟引擎。",
|
|
200
|
+
"bootstrap": "初始化(Bootstrap)",
|
|
201
|
+
"fleetApply": "機群套用",
|
|
202
|
+
"planTitle": "重新產生叢集計劃(不改主機)",
|
|
203
|
+
"writeFileTitle": "把管理檔寫入面板資料目錄(預覽試行)",
|
|
204
|
+
"probeLocalTitle": "只探測本機",
|
|
205
|
+
"probeAllTitle": "探測所有已登記節點",
|
|
206
|
+
"bootstrapTitle": "安裝本機 drop-in 並初始化首個節點",
|
|
207
|
+
"remoteInstallPlanTitle": "預覽遠端安裝(不執行)",
|
|
208
|
+
"downloadBundleTitle": "下載對等節點設定打包(.tar.gz)",
|
|
209
|
+
"pushPlanTitle": "預覽推送到對等節點(不 scp)",
|
|
210
|
+
"fleetSyncPlanTitle": "預覽機群同步(不執行)",
|
|
211
|
+
"fleetApplyTitle": "把套用排入機群成員?",
|
|
212
|
+
"status": {
|
|
213
|
+
"healthy": "健康",
|
|
214
|
+
"planned": "已計劃",
|
|
215
|
+
"partial": "部分",
|
|
216
|
+
"failed": "失敗",
|
|
217
|
+
"draft": "草稿",
|
|
218
|
+
"degraded": "降級",
|
|
219
|
+
"applied": "已套用"
|
|
220
|
+
},
|
|
221
|
+
"fleetSyncPlan": "機群同步計劃",
|
|
154
222
|
"standaloneTitle": "目前:單機",
|
|
155
|
-
"standaloneRepl": "
|
|
156
|
-
"standaloneHa": "未登記 HA
|
|
223
|
+
"standaloneRepl": "未登記主從/串流。指定主節點與從節點後產生設定檔與腳本。",
|
|
224
|
+
"standaloneHa": "未登記 HA。加入至少一個對等節點,產生設定檔計劃,然後 bootstrap 首個節點,其餘節點再 join。",
|
|
157
225
|
"recentProbe": "最近 探測(本機 wsrep)",
|
|
158
226
|
"probeRequired": "healthy 必須 探測 通過",
|
|
159
227
|
"planPreview": "計劃預覽",
|
|
@@ -217,7 +285,7 @@
|
|
|
217
285
|
"probe": "探測",
|
|
218
286
|
"name": "名稱",
|
|
219
287
|
"type": "類型",
|
|
220
|
-
"
|
|
288
|
+
"engineNotInstalled": "此主機未安裝 {{engine}} — 請先安裝,或改用實際運行的引擎。"
|
|
221
289
|
},
|
|
222
290
|
"console": {
|
|
223
291
|
"dataBrowse": "資料瀏覽",
|
|
@@ -225,6 +293,7 @@
|
|
|
225
293
|
"realtime": "即時",
|
|
226
294
|
"reload": "重載",
|
|
227
295
|
"needRestart": "需重啟",
|
|
296
|
+
"affectsProjects": "使用此引擎的站點與服務會中斷。",
|
|
228
297
|
"lifecycle": "生命週期",
|
|
229
298
|
"overview": "概覽",
|
|
230
299
|
"actionDone": "已{{action}}",
|
|
@@ -256,10 +325,10 @@
|
|
|
256
325
|
"installEngine": "請使用上方橫幅的「一鍵安裝」安裝 {{title}}。",
|
|
257
326
|
"reloadConfig": "重載設定",
|
|
258
327
|
"disableBoot": "取消自啟",
|
|
328
|
+
"disableBootConfirm": "重啟後引擎不會自動啟動,直至你再次啟用。",
|
|
259
329
|
"needRights": "需要系統變更權限與管理員身分。失敗時會顯示原因,不會假裝成功。",
|
|
260
330
|
"noneFetched": "— 未能取得 —"
|
|
261
331
|
},
|
|
262
|
-
"expiresLabel": "到期",
|
|
263
332
|
"importEntry": "入口: {{url}}",
|
|
264
333
|
"adminerRiskFull": "公開 Adminer 有安全風險 — 請先限制來源 IP 或加上 HTTP 認證。需要 PHP 處理程序通訊端(預設 php8.2)。",
|
|
265
334
|
"adminerWriteHintFull": "「只寫入」僅更新管理檔;「套用到系統」會複製設定、檢查 Nginx 並重新載入(需要管理員權限,否則會封鎖)。",
|
|
@@ -283,5 +352,8 @@
|
|
|
283
352
|
"unfreezeOk": "{{engine}} 修復完成",
|
|
284
353
|
"startAfterUnfreeze": "啟動服務(失敗時會自動套用修復計劃)",
|
|
285
354
|
"serviceDownTitle": "資料庫服務未運作",
|
|
286
|
-
"serviceDownBody": "服務異常。面板會診斷常見原因(凍結、設定殘留、空白資料目錄、埠衝突等)。資料目錄為空:{{empty}}。請按「檢查並修復服務」確認執行。"
|
|
355
|
+
"serviceDownBody": "服務異常。面板會診斷常見原因(凍結、設定殘留、空白資料目錄、埠衝突等)。資料目錄為空:{{empty}}。請按「檢查並修復服務」確認執行。",
|
|
356
|
+
"adoptHostDb": "登記到控制面(不建立):{{name}}",
|
|
357
|
+
"adoptHostDbTitle": "只在控制面登記名稱,不改主機資料",
|
|
358
|
+
"cleanupExpiredTempUsersTitle": "清除已過期的面板臨時用戶"
|
|
287
359
|
}
|
package/locales/zh-HK/dns.json
CHANGED
|
@@ -32,6 +32,8 @@
|
|
|
32
32
|
"zonesTitle": "區域 ({{count}})",
|
|
33
33
|
"zonesDesc": "建立區域後可寫入/套用 zone",
|
|
34
34
|
"createZone": "+ 建立區域",
|
|
35
|
+
"mailZonesMissing": "電郵網域尚未建立 DNS 區域:{{domains}}。",
|
|
36
|
+
"createMailZone": "建立郵件區域",
|
|
35
37
|
"colZoneName": "區域名稱",
|
|
36
38
|
"colServerIp": "伺服器 IP",
|
|
37
39
|
"colTemplate": "模板",
|
|
@@ -108,7 +110,10 @@
|
|
|
108
110
|
"validateDesc": "新增/編輯時自動驗證(CNAME 衝突、A/AAAA 格式等)。",
|
|
109
111
|
"createZoneTitle": "建立 DNS 區域",
|
|
110
112
|
"createZoneDesc": "依模板產生記錄",
|
|
113
|
+
"createZoneNeedValid": "請輸入有效的區域名稱與 IPv4 位址",
|
|
111
114
|
"zoneNameHint": "例如 example.com(不含結尾點)",
|
|
115
|
+
"invalidZone": "區域名稱無效。請用合法域名(例如 example.com)。",
|
|
116
|
+
"invalidIpv4": "IPv4 無效。每個欄位須為 0–255。",
|
|
112
117
|
"serverIpv4": "伺服器 IPv4",
|
|
113
118
|
"serverIpv4Hint": "模板 A 記錄使用的位址",
|
|
114
119
|
"thisHostIpv4": "此主機公網 IPv4",
|
|
@@ -202,9 +207,16 @@
|
|
|
202
207
|
"lookupServer": "查詢伺服器(@)",
|
|
203
208
|
"lookupServerHint": "127.0.0.1 = 本機權威;公網 IP 測對外;留空用系統 resolver",
|
|
204
209
|
"healthHealPdns": "修復 PowerDNS 綁定",
|
|
210
|
+
"healNeedInstall": "尚未安裝 PowerDNS — 請先到軟件分頁安裝",
|
|
211
|
+
"applyNeedService": "DNS 服務未運行 — 請先啟動或安裝再寫入/套用",
|
|
212
|
+
"goStartService": "去啟動 DNS 服務",
|
|
213
|
+
"startBindHint": "若啟動後仍未監聽,多半是 53 埠被 systemd-resolved 佔用。請先按下方「修復綁定」再啟動。",
|
|
214
|
+
"deleteZoneNeedName": "刪除此區域 — 需輸入區域名稱確認",
|
|
205
215
|
"healthHealPdnsHint": "將 local-address 設為公網 IP,避免同 systemd-resolved 搶 0.0.0.0:53",
|
|
206
216
|
"healthHealPdnsOk": "PowerDNS 已綁 {{ip}} 並嘗試啟動",
|
|
207
217
|
"healthHealPdnsFailed": "PowerDNS 修復失敗",
|
|
218
|
+
"startProbeFailed": "啟動後無法再探測 DNS 健康",
|
|
219
|
+
"startNotListening": "PowerDNS 啟動已回報,但 53 埠未在答",
|
|
208
220
|
"aboutTitle": "DNS 使用要點",
|
|
209
221
|
"aboutSub": "區域為主;記錄/叢集/DNSSEC 要先選域名。",
|
|
210
222
|
"aboutZonesTitle": "區域與域名範圍",
|
|
@@ -212,5 +224,15 @@
|
|
|
212
224
|
"aboutHealthTitle": "服務健康",
|
|
213
225
|
"aboutHealthBody": "在「工具」探測 PowerDNS、修復綁定、開放 53 埠。",
|
|
214
226
|
"aboutStackTitle": "軟件版本",
|
|
215
|
-
"aboutStackBody": "在「軟件」檢查/更新 PowerDNS 套件。"
|
|
227
|
+
"aboutStackBody": "在「軟件」檢查/更新 PowerDNS 套件。",
|
|
228
|
+
"createMailZoneNow": "已建立郵件區域 {{domain}}",
|
|
229
|
+
"toolsFirewallTitle": "防火牆(UFW)",
|
|
230
|
+
"toolsFirewallHint": "允許或拒絕 53 埠。不會啟動或停止 PowerDNS。",
|
|
231
|
+
"toolsUnitTitle": "PowerDNS 服務單元",
|
|
232
|
+
"toolsUnitHint": "systemd 單元 pdns — 啟動、停止、重啟、重載。",
|
|
233
|
+
"installConfirmTitle": "安裝 PowerDNS?",
|
|
234
|
+
"installConfirmDesc": "會安裝 pdns-server 並寫入受管權威設定。需要 root 與 YSK_EXECUTE=1。",
|
|
235
|
+
"installConfirmConsequence": "安裝並啟動後,PowerDNS 會綁定 53 埠。",
|
|
236
|
+
"installPort53Busy": "53 埠已有程序在聽。未停止或修復該聽埠前,PowerDNS 可能無法綁定。",
|
|
237
|
+
"installPort53BusyConsequence": "請先修復綁定或停止其他聽埠,才可預期 53 埠有回應。"
|
|
216
238
|
}
|
|
@@ -0,0 +1,248 @@
|
|
|
1
|
+
{
|
|
2
|
+
"title": "Docker",
|
|
3
|
+
"subtitle": "在這部伺服器安裝 Docker Engine,並管理容器、映像、Volume 與驗證者 Compose 堆疊。",
|
|
4
|
+
"refresh": "重新整理",
|
|
5
|
+
"notInstalled": "未安裝 Docker Engine。請在這頁安裝 docker.io 及 docker-compose-v2。",
|
|
6
|
+
"protected": "受保護",
|
|
7
|
+
"pruneConfirm": "輸入 PRUNE 以確認任何清理",
|
|
8
|
+
"needEngineTitle": "請先安裝 Docker Engine",
|
|
9
|
+
"stopEngineDesc": "會停止 Docker 引擎及本機全部 {{n}} 個容器。",
|
|
10
|
+
"notInstalledValue": "未安裝",
|
|
11
|
+
"nameHint": "字母、數字、底線、點、連字號(最長 128)",
|
|
12
|
+
"volPlaceholder": "my-data",
|
|
13
|
+
"netPlaceholder": "my-net",
|
|
14
|
+
"runPorts": "發佈埠",
|
|
15
|
+
"runPortsHint": "每行 host:container,例如 8080:80",
|
|
16
|
+
"runEnv": "環境變數",
|
|
17
|
+
"runEnvHint": "每行 KEY=value",
|
|
18
|
+
"runRestart": "重啟政策",
|
|
19
|
+
"runNetwork": "網絡",
|
|
20
|
+
"runVolumes": "Volume",
|
|
21
|
+
"runVolumesHint": "每行 volume:dest",
|
|
22
|
+
"runAdvancedHint": "多服務堆疊請用驗證者節點,或主機上已有的 Compose 檔。",
|
|
23
|
+
"daemonConfirmTitle": "套用引擎設定?",
|
|
24
|
+
"daemonConfirmDesc": "會寫入 daemon.json 並重啟 docker.service。所有容器都會中斷。",
|
|
25
|
+
"settingsHint": "只開放安全的 daemon.json 選項。套用會寫入檔案並重啟 docker.service。",
|
|
26
|
+
"cli": {
|
|
27
|
+
"usage": "用法:ysk-server docker status|ps|images|volumes|networks|df|logs|inspect|exec|start|stop|restart|rm|pull|run|prune|engine|compose [--image IMG] [--name N] [--preset version|help|hostname] [--bin BIN] [--project P] [--execute] [--json]"
|
|
28
|
+
},
|
|
29
|
+
"tab": {
|
|
30
|
+
"overview": "概覽",
|
|
31
|
+
"containers": "容器",
|
|
32
|
+
"images": "映像",
|
|
33
|
+
"compose": "Compose",
|
|
34
|
+
"volumes": "Volume",
|
|
35
|
+
"networks": "網絡",
|
|
36
|
+
"prune": "清理",
|
|
37
|
+
"settings": "設定",
|
|
38
|
+
"about": "說明"
|
|
39
|
+
},
|
|
40
|
+
"col": {
|
|
41
|
+
"engine": "引擎",
|
|
42
|
+
"containers": "容器",
|
|
43
|
+
"version": "版本",
|
|
44
|
+
"dataRoot": "資料目錄",
|
|
45
|
+
"disk": "磁碟",
|
|
46
|
+
"validators": "驗證者堆疊",
|
|
47
|
+
"name": "名稱",
|
|
48
|
+
"image": "映像",
|
|
49
|
+
"status": "狀態",
|
|
50
|
+
"ports": "埠",
|
|
51
|
+
"managed": "由面板管理",
|
|
52
|
+
"size": "大小",
|
|
53
|
+
"driver": "驅動",
|
|
54
|
+
"type": "類型",
|
|
55
|
+
"reclaimable": "可回收"
|
|
56
|
+
},
|
|
57
|
+
"state": {
|
|
58
|
+
"up": "運行中",
|
|
59
|
+
"down": "已停止",
|
|
60
|
+
"running": "運行中",
|
|
61
|
+
"exited": "已結束",
|
|
62
|
+
"exitedCode": "已結束({{n}})",
|
|
63
|
+
"restarting": "重啟中",
|
|
64
|
+
"restartingCount": "重啟中 · {{n}} 次",
|
|
65
|
+
"paused": "已暫停",
|
|
66
|
+
"created": "已建立",
|
|
67
|
+
"dead": "已失效",
|
|
68
|
+
"removing": "刪除中",
|
|
69
|
+
"unknown": "未知"
|
|
70
|
+
},
|
|
71
|
+
"df": {
|
|
72
|
+
"images": "映像",
|
|
73
|
+
"containers": "容器",
|
|
74
|
+
"volumes": "本機 volume",
|
|
75
|
+
"builder": "建置快取",
|
|
76
|
+
"other": "其他"
|
|
77
|
+
},
|
|
78
|
+
"actions": {
|
|
79
|
+
"start": "啟動",
|
|
80
|
+
"stop": "停止",
|
|
81
|
+
"restart": "重啟",
|
|
82
|
+
"remove": "刪除",
|
|
83
|
+
"logs": "日誌",
|
|
84
|
+
"inspect": "檢查",
|
|
85
|
+
"exec": "執行(version)",
|
|
86
|
+
"run": "執行映像",
|
|
87
|
+
"pull": "拉取",
|
|
88
|
+
"up": "啟動",
|
|
89
|
+
"down": "停止",
|
|
90
|
+
"createVolume": "建立 volume",
|
|
91
|
+
"createNetwork": "建立網絡",
|
|
92
|
+
"pruneContainers": "清理容器",
|
|
93
|
+
"pruneImages": "清理映像",
|
|
94
|
+
"pruneVolumes": "清理 volume",
|
|
95
|
+
"pruneSystem": "系統清理",
|
|
96
|
+
"startEngine": "啟動引擎",
|
|
97
|
+
"stopEngine": "停止引擎",
|
|
98
|
+
"restartEngine": "重啟引擎",
|
|
99
|
+
"applyDaemon": "套用引擎設定"
|
|
100
|
+
},
|
|
101
|
+
"empty": {
|
|
102
|
+
"containers": "未有容器",
|
|
103
|
+
"images": "未有映像",
|
|
104
|
+
"compose": "未有 Compose 專案",
|
|
105
|
+
"composeDesc": "專案來自驗證者節點或主機上已有的 Compose 檔。本頁不接受任意上載 YAML。",
|
|
106
|
+
"composeCta": "開啟驗證者節點",
|
|
107
|
+
"volumes": "未有 volume",
|
|
108
|
+
"networks": "未有網絡"
|
|
109
|
+
},
|
|
110
|
+
"logs": {
|
|
111
|
+
"empty": "沒有日誌輸出。",
|
|
112
|
+
"follow": "跟隨"
|
|
113
|
+
},
|
|
114
|
+
"deleteRunningWarn": "此容器仍在運行或重啟中,刪除會強制移除。",
|
|
115
|
+
"settings": {
|
|
116
|
+
"logMaxSize": "容器日誌上限",
|
|
117
|
+
"liveRestore": "即時還原(引擎重啟時保留容器)",
|
|
118
|
+
"mirrors": "Registry 來源(每行一個網址)",
|
|
119
|
+
"insecure": "未加密 Registry(每行一個主機)"
|
|
120
|
+
},
|
|
121
|
+
"about": {
|
|
122
|
+
"body": "Docker 是 YSK Server 的一級主機服務,與 Nginx 同級。由面板用 Ubuntu docker.io + docker-compose-v2 安裝。驗證者節點以 yskval-* Compose 專案運行。",
|
|
123
|
+
"honesty": "變更主機需要 root 及 YSK_EXECUTE=1。預設是試行。本頁管理單機 Docker;叢集編排請用外部 Kubernetes。",
|
|
124
|
+
"validators": "開啟驗證者節點"
|
|
125
|
+
},
|
|
126
|
+
"alerts": {
|
|
127
|
+
"daemonTitle": "Docker 引擎未運行",
|
|
128
|
+
"daemonBody": "已安裝 Docker,但 docker.service 未啟動。驗證者堆疊無法啟動。"
|
|
129
|
+
},
|
|
130
|
+
"errors": {
|
|
131
|
+
"notInstalled": "未安裝 Docker",
|
|
132
|
+
"daemonDown": "Docker 引擎未運行",
|
|
133
|
+
"needCompose": "需要 docker compose(v2 外掛)",
|
|
134
|
+
"badImage": "映像名稱無效",
|
|
135
|
+
"badName": "名稱無效",
|
|
136
|
+
"badPort": "埠對應無效",
|
|
137
|
+
"badEnv": "環境變數無效",
|
|
138
|
+
"badVolume": "磁碟掛載無效",
|
|
139
|
+
"badNetwork": "網絡無效",
|
|
140
|
+
"protectedNetwork": "不可以刪除內建 Docker 網絡",
|
|
141
|
+
"badRestart": "重啟政策無效",
|
|
142
|
+
"badPrune": "清理範圍無效",
|
|
143
|
+
"needPruneConfirm": "清理 volume 或系統需要 confirm=PRUNE",
|
|
144
|
+
"badDaemon": "引擎設定無效",
|
|
145
|
+
"composeMissing": "找不到這個專案的 Compose 檔",
|
|
146
|
+
"logsFailed": "讀不到容器日誌",
|
|
147
|
+
"mutateFailed": "Docker 指令失敗",
|
|
148
|
+
"engineFailed": "無法控制 docker.service",
|
|
149
|
+
"badExec": "exec 只限允許清單內的二進制與預設(不可用 shell,不可開 TTY)",
|
|
150
|
+
"uninstallBusy": "請先停止由面板管理的容器(包括驗證者堆疊)再卸載 Docker"
|
|
151
|
+
},
|
|
152
|
+
"notes": {
|
|
153
|
+
"dryMutate": "此為試行。要改主機請加 --execute 及 YSK_EXECUTE=1。",
|
|
154
|
+
"dryPrune": "清理預覽(未套用)。",
|
|
155
|
+
"dryEngine": "引擎控制此為試行。",
|
|
156
|
+
"dryDaemon": "會寫入 /etc/docker/daemon.json 並重啟 docker.service。",
|
|
157
|
+
"daemonWrote": "已寫入 daemon.json",
|
|
158
|
+
"start": "已啟動容器",
|
|
159
|
+
"stop": "已停止容器",
|
|
160
|
+
"restart": "已重啟容器",
|
|
161
|
+
"remove": "已刪除容器",
|
|
162
|
+
"ran": "已用映像啟動容器",
|
|
163
|
+
"pulled": "已拉取映像",
|
|
164
|
+
"exec": "已執行允許清單內的 exec",
|
|
165
|
+
"imageRemoved": "已刪除映像",
|
|
166
|
+
"volumeCreated": "已建立 volume",
|
|
167
|
+
"volumeRemoved": "已刪除 volume",
|
|
168
|
+
"networkCreated": "已建立網絡",
|
|
169
|
+
"networkRemoved": "已刪除網絡",
|
|
170
|
+
"pruned": "清理完成",
|
|
171
|
+
"compose": {
|
|
172
|
+
"up": "已啟動 Compose 專案",
|
|
173
|
+
"down": "已停止 Compose 專案",
|
|
174
|
+
"restart": "已重啟 Compose 專案",
|
|
175
|
+
"rm": "已刪除 Compose 專案"
|
|
176
|
+
},
|
|
177
|
+
"engine": {
|
|
178
|
+
"start": "已啟動 docker.service",
|
|
179
|
+
"stop": "已停止 docker.service",
|
|
180
|
+
"restart": "已重啟 docker.service"
|
|
181
|
+
}
|
|
182
|
+
},
|
|
183
|
+
"ui": {
|
|
184
|
+
"whatYouGet": "這頁可以做甚麼",
|
|
185
|
+
"whatYouGetLead": "先安裝 Docker Engine。之後可以執行單一容器、拉取映像,並查看本機已有的驗證者 Compose 堆疊。",
|
|
186
|
+
"capEngine": "引擎",
|
|
187
|
+
"capEngineDesc": "一鍵安裝 docker.io 及 docker-compose-v2。可在這頁啟動或停止 docker.service。",
|
|
188
|
+
"capWork": "容器與映像",
|
|
189
|
+
"capWorkDesc": "選擇常用映像、拉取、執行,然後查看日誌或檢查容器。",
|
|
190
|
+
"capStacks": "驗證者堆疊",
|
|
191
|
+
"capStacksDesc": "多服務堆疊是驗證者 Compose 專案(yskval-*)。本頁不接受上載 YAML。",
|
|
192
|
+
"cardEngine": "引擎",
|
|
193
|
+
"cardDisk": "磁碟",
|
|
194
|
+
"cardWork": "本機現況",
|
|
195
|
+
"compose": "Compose",
|
|
196
|
+
"cgroup": "cgroup",
|
|
197
|
+
"used": "已用",
|
|
198
|
+
"free": "可用",
|
|
199
|
+
"running": "運行中",
|
|
200
|
+
"images": "映像",
|
|
201
|
+
"volumes": "Volume",
|
|
202
|
+
"networks": "網絡",
|
|
203
|
+
"goImages": "映像",
|
|
204
|
+
"goValidators": "驗證者節點",
|
|
205
|
+
"imagePickHint": "請選擇常用映像。只有需要其他參考名稱時,才選「其他」。",
|
|
206
|
+
"imageCustom": "其他",
|
|
207
|
+
"driver": "驅動",
|
|
208
|
+
"driverLocalOnly": "本頁只建立 local volume。",
|
|
209
|
+
"netDefaultDriver": "新建網絡使用 Docker 預設的 bridge 驅動。",
|
|
210
|
+
"pruneWhat": "要清理甚麼",
|
|
211
|
+
"pruneAck": "我明白未使用的資料會被刪除,而且無法還原",
|
|
212
|
+
"pruneAckDesc": "清理 volume 或整個系統無法還原。會按所選範圍刪除已停止的容器與未使用的映像。",
|
|
213
|
+
"pruneNow": "立即清理",
|
|
214
|
+
"useMirrors": "使用 Registry 來源",
|
|
215
|
+
"useInsecure": "允許未加密 Registry",
|
|
216
|
+
"publishPorts": "向主機發佈埠",
|
|
217
|
+
"attachVolume": "掛載 volume",
|
|
218
|
+
"setEnv": "設定環境變數",
|
|
219
|
+
"defaultNet": "預設",
|
|
220
|
+
"mountPath": "掛載路徑",
|
|
221
|
+
"restartNo": "永不",
|
|
222
|
+
"restartUnless": "除非已停止",
|
|
223
|
+
"restartAlways": "一律",
|
|
224
|
+
"restartOnFail": "失敗時",
|
|
225
|
+
"needAck": "清理前請先確認",
|
|
226
|
+
"scopeContainers": "已停止的容器",
|
|
227
|
+
"scopeImages": "未使用的映像",
|
|
228
|
+
"scopeVolumes": "未使用的 volume",
|
|
229
|
+
"scopeBuilder": "建置快取",
|
|
230
|
+
"scopeSystem": "所有未使用項目",
|
|
231
|
+
"noVolumesYet": "尚未有 volume — 請先到 Volume 分頁建立。",
|
|
232
|
+
"customPort": "其他主機埠",
|
|
233
|
+
"customPortHost": "主機埠",
|
|
234
|
+
"customPortContainer": "容器埠",
|
|
235
|
+
"pctUsed": "已用 {{n}}%",
|
|
236
|
+
"customPortHint": "1–65535。例如 9090 → 80。",
|
|
237
|
+
"pickBridge": "選擇 bridge 網絡"
|
|
238
|
+
},
|
|
239
|
+
"deleteTitle": "刪除 {{id}}",
|
|
240
|
+
"deleteDesc": "此動作無法復原。",
|
|
241
|
+
"deleteC1": "會從這部主機移除該資源。",
|
|
242
|
+
"deleteComposeVal": "這是驗證者堆疊 — 驗證者實例會一併刪除。",
|
|
243
|
+
"pruneTitle": "清理 Docker 資源",
|
|
244
|
+
"pruneDesc": "輸入 PRUNE 以確認。已刪除的資料無法復原。",
|
|
245
|
+
"pruneC1": "會刪除所選範圍內未使用的資源。",
|
|
246
|
+
"pruneC2": "Volume 與系統清理會永久刪除未使用的資料卷。",
|
|
247
|
+
"pruneC3": "會移除呢個範圍內已停止的容器或未使用映像。"
|
|
248
|
+
}
|