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
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"copy": "複製",
|
|
39
39
|
"copied": "已複製",
|
|
40
40
|
"statsTorrents": "Torrent 数",
|
|
41
|
-
"statsPeers": "
|
|
41
|
+
"statsPeers": "同行",
|
|
42
42
|
"statsAnnounces": "Announce 次数",
|
|
43
43
|
"statsJobs": "进行中任務",
|
|
44
44
|
"openShares": "档案分享",
|
|
@@ -103,7 +103,7 @@
|
|
|
103
103
|
"exposureTitle": "网络存取",
|
|
104
104
|
"protoHttp": "HTTP",
|
|
105
105
|
"protoWs": "WS",
|
|
106
|
-
"protoUdp": "UDP",
|
|
106
|
+
"protoUdp": "UDP协议",
|
|
107
107
|
"saveOk": "设定已储存",
|
|
108
108
|
"startedOk": "Tracker 已启動",
|
|
109
109
|
"stoppedOk": "Tracker 已停止",
|
|
@@ -115,5 +115,87 @@
|
|
|
115
115
|
"udpPortClassic": "6969 · 传统",
|
|
116
116
|
"portSuggest8000": "8000 · 建议",
|
|
117
117
|
"saveOkRestart": "已保存 — 重新启动跟踪器以应用端口",
|
|
118
|
-
"announceHostUnset": "
|
|
118
|
+
"announceHostUnset": "未设置",
|
|
119
|
+
"tabTrackers": "Tracker",
|
|
120
|
+
"addTorrent": "加入 Torrent",
|
|
121
|
+
"addTorrentTitle": "加入 Torrent",
|
|
122
|
+
"addTorrentHint": "上传 .torrent 或粘贴 magnet,再选保存文件夹。文件不齐会用 WebTorrent 下载,齐了就做种。",
|
|
123
|
+
"dropTorrent": "將 .torrent 拖放到此處",
|
|
124
|
+
"chooseFile": "或選擇檔案",
|
|
125
|
+
"magnetLabel": "磁铁",
|
|
126
|
+
"magnetPlaceholder": "磁铁:?xt=瓮:btih:…",
|
|
127
|
+
"inspect": "读取",
|
|
128
|
+
"extraTrackersPreview": "將額外向 {{n}} 個常用 Tracker announce",
|
|
129
|
+
"saveLocation": "保存位置",
|
|
130
|
+
"saveRootPublic": "公开文件",
|
|
131
|
+
"newFolder": "新文件夹",
|
|
132
|
+
"destPreview": "将写入",
|
|
133
|
+
"startDownload": "开始下载",
|
|
134
|
+
"filterDownloading": "下载中",
|
|
135
|
+
"filterPaused": "已暂停",
|
|
136
|
+
"filterError": "错误",
|
|
137
|
+
"emptyDrop": "將 .torrent 拖放到此處,或選擇檔案",
|
|
138
|
+
"emptyHint": "下载会写入你指定的文件夹;文件已齐就直接做种。引擎是 WebTorrent,不会另外安装下载软件。",
|
|
139
|
+
"pause": "暂停",
|
|
140
|
+
"resume": "继续",
|
|
141
|
+
"openFolder": "打开文件夹",
|
|
142
|
+
"remove": "移除",
|
|
143
|
+
"removeKeep": "移除并保留文件",
|
|
144
|
+
"removeDelete": "移除并删除文件",
|
|
145
|
+
"removeConfirm": "要从资料库移除此 Torrent?",
|
|
146
|
+
"kindShare": "分享",
|
|
147
|
+
"filesInTorrent": "個檔案",
|
|
148
|
+
"extraTrackersDesc": "这里是额外 announce。资料库下载/做种和文件 BT 分享都会一并通知这些 Tracker。不会取代 .torrent 原有清单,也不会让本机 Tracker 对外开放。",
|
|
149
|
+
"extraTrackersEmpty": "还没有常用 Tracker。加入 http(s)/udp/ws(s) announce URL 才可靠外站找 peers。",
|
|
150
|
+
"extraTrackerAdd": "加入",
|
|
151
|
+
"extraTrackerUrl": "公布网址",
|
|
152
|
+
"extraTrackerApply": "套用到现有做种",
|
|
153
|
+
"extraTrackerApplyOk": "已套用常用 Tracker",
|
|
154
|
+
"extraEnabled": "启用",
|
|
155
|
+
"extraTrackerBad": "URL 必须以 http://、https://、udp://、ws:// 或 wss:// 开头",
|
|
156
|
+
"extraTrackerDup": "清单已有此 URL",
|
|
157
|
+
"extraTrackerLimit": "最多 32 个常用 Tracker",
|
|
158
|
+
"addOk": "已加入资料库",
|
|
159
|
+
"savedTo": "保存",
|
|
160
|
+
"folderEmpty": "没有子文件夹",
|
|
161
|
+
"needTorrentFile": "请选择 .torrent 文件",
|
|
162
|
+
"torrentTooBig": ".torrent 大於 8 MiB",
|
|
163
|
+
"seedStatusDownloading": "下載中",
|
|
164
|
+
"seedStatusChecking": "檢查中",
|
|
165
|
+
"seedStatusPaused": "已暫停",
|
|
166
|
+
"seedStatusQueued": "排隊中",
|
|
167
|
+
"swarmLeftover": "Tracker 记录另有 {{count}} 个 announce(不是数据库 Torrent 列;来源不同)",
|
|
168
|
+
"addSourceSection": "来源",
|
|
169
|
+
"addSourceFile": "文件",
|
|
170
|
+
"addSourceMagnet": "磁铁",
|
|
171
|
+
"previewSection": "预览",
|
|
172
|
+
"saveRoot": "根目录",
|
|
173
|
+
"clearFile": "清除文件",
|
|
174
|
+
"extraTrackersTitle": "额外 announce",
|
|
175
|
+
"extraTrackersEmptyTitle": "尚未加入 Tracker",
|
|
176
|
+
"extraEnabledCount": "{{count}} 条已启用",
|
|
177
|
+
"extraApplyHint": "至少启用一条才可套用到现有做种",
|
|
178
|
+
"destMode": "此文件夹的用法",
|
|
179
|
+
"seedExisting": "使用现有文件做种",
|
|
180
|
+
"downloadNewFolder": "下载到新文件夹",
|
|
181
|
+
"destFileConflict": "此处已有文件 {{name}}。请另选文件夹;若文件就是此 Torrent 的内容,请选「使用现有文件做种」。",
|
|
182
|
+
"waitingPeers": "正在等待 peers。若文件已在此主机,请重新加入并选「使用现有文件做种」。",
|
|
183
|
+
"stopTitle": "停止跟踪器 - 播种和下载将中断",
|
|
184
|
+
"stopDesc": "正在运行的种子停止通知。对等点会断开连接,直到您再次启动跟踪器。",
|
|
185
|
+
"fillPublicHost": "使用{{主机}}",
|
|
186
|
+
"fillPublicHostTitle": "填写当前面板主机名作为公告主机",
|
|
187
|
+
"listenHostHint": "0.0.0.0 listens on every address. Prefer 127.0.0.1 unless peers must reach this host.",
|
|
188
|
+
"listenAllWarn": "Tracker is bound to all addresses. With the firewall off this is public. Bind 127.0.0.1 for local-only, or restrict the port in the firewall.",
|
|
189
|
+
"bindLoopback": "127.0.0.1 only",
|
|
190
|
+
"bindAll": "0.0.0.0 (all)",
|
|
191
|
+
"seederPortMin": "Peer port start",
|
|
192
|
+
"seederPortMax": "Peer port end",
|
|
193
|
+
"statsLibrary": "Library",
|
|
194
|
+
"statsLibraryHint": "Torrents in the panel library / file shares",
|
|
195
|
+
"statsTrackerLeftover": "Tracker leftover",
|
|
196
|
+
"statsTrackerLeftoverHint": "Tracker announce hashes that are not library rows",
|
|
197
|
+
"statsAnnouncesHint": "Announce requests seen by the tracker process",
|
|
198
|
+
"leftoverHashesTitle": "Tracker leftover hashes",
|
|
199
|
+
"leftoverHashesHint": "Read-only. These announces are not library or share rows.",
|
|
200
|
+
"publicHostMissingLive": "Tracker is listening but public announce host is not set. Off-host peers cannot find this seed."
|
|
119
201
|
}
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"vsftpd": "vsftpd(FTPS)",
|
|
4
4
|
"db_util": "db-util(FTP 用户数据库)",
|
|
5
5
|
"nginx": "Nginx",
|
|
6
|
-
"certbot": "Certbot
|
|
6
|
+
"certbot": "Certbot (Let's Encrypt)",
|
|
7
7
|
"mysql_client": "MySQL/MariaDB 客户端",
|
|
8
8
|
"mysql_server": "MySQL 服务器",
|
|
9
9
|
"mariadb_server": "MariaDB 服务器",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"python": "Python",
|
|
24
24
|
"go": "Go",
|
|
25
25
|
"rust": "Rust",
|
|
26
|
-
"chromium": "Chromium
|
|
26
|
+
"chromium": "Chromium / Chrome"
|
|
27
27
|
},
|
|
28
28
|
"php": {
|
|
29
29
|
"session": "会话",
|
package/locales/zh-CN/cdn.json
CHANGED
|
@@ -115,5 +115,93 @@
|
|
|
115
115
|
"deleteNodeDesc": "将删除 CDN 节点「{{name}}」。",
|
|
116
116
|
"deleteSiteDesc": "将删除 CDN 站点「{{name}}」。",
|
|
117
117
|
"deleteSiteC1": "站点策略与边缘关联",
|
|
118
|
-
"deleteSiteC2": "已下发的 nginx 配置需另行清理或重新应用"
|
|
118
|
+
"deleteSiteC2": "已下发的 nginx 配置需另行清理或重新应用",
|
|
119
|
+
"statOnline": "线上",
|
|
120
|
+
"statOffline": "离线 {{n}}",
|
|
121
|
+
"statHitRate": "命中率 {{v}}",
|
|
122
|
+
"hitNoStats": "尚无边缘统计",
|
|
123
|
+
"loopbackOriginBlocked": "不会把回环 origin {{url}} 写到远端边缘。请先改成可达的 origin。",
|
|
124
|
+
"applyFailedHint": "套用失败 — 见下方说明",
|
|
125
|
+
"applyStatus": {
|
|
126
|
+
"draft": "草稿",
|
|
127
|
+
"planned": "已计划",
|
|
128
|
+
"applying": "套用中",
|
|
129
|
+
"applied": "已套用",
|
|
130
|
+
"failed": "失败",
|
|
131
|
+
"partial": "部分"
|
|
132
|
+
},
|
|
133
|
+
"drain": "流走",
|
|
134
|
+
"drainTitle": "停止向此边缘发送新的 CDN 流量",
|
|
135
|
+
"drainDesc": "排空“{{name}}”?现有连接将保留直至完成。",
|
|
136
|
+
"drainLastTitle": "这是最后一个边缘——排水将使每个站点都没有边缘",
|
|
137
|
+
"drainLastDesc": "“{{name}}”是唯一的边缘。将其排干后,所有站点都没有边缘。",
|
|
138
|
+
"clearDrainTitle": "再次在此边缘接受新流量",
|
|
139
|
+
"clearDrainDesc": "清理“{{name}}”上的排水管吗?",
|
|
140
|
+
"deleteNodeTitle": "删除此 CDN 边缘",
|
|
141
|
+
"deleteLastNodeTitle": "删除最后一条边——所有站点都将没有边",
|
|
142
|
+
"purge": "清除",
|
|
143
|
+
"previewTitle": "预览 nginx 配置(不写)",
|
|
144
|
+
"writeConfTitle": "编写边缘 nginx 配置文件",
|
|
145
|
+
"applyEdgesTitle": "将此站点应用到边缘(写入 nginx)",
|
|
146
|
+
"purgeTitle": "清除边缘缓存",
|
|
147
|
+
"dnsSyncTitle": "写入CDN DNS记录",
|
|
148
|
+
"probeDnsTitle": "探测边缘和 DNS(只读)",
|
|
149
|
+
"distSslTitle": "将 TLS 材质复制到边缘",
|
|
150
|
+
"leIssueTitle": "颁发 Let’s Encrypt 证书并分发",
|
|
151
|
+
"deleteSiteTitle": "删除此 CDN 站点",
|
|
152
|
+
"siteOpConfirmGeneric": "对“{{name}}”运行此操作吗?",
|
|
153
|
+
"siteOpConfirmDesc": "站点“{{name}}”·{{action}}。这可以更改 nginx、DNS 或证书。",
|
|
154
|
+
"siteOpConfirm": {
|
|
155
|
+
"apply": "将这个网站应用到边缘?",
|
|
156
|
+
"render": "为这个站点编写 nginx 配置吗?",
|
|
157
|
+
"purge": "清除该网站的缓存吗?",
|
|
158
|
+
"dns-sync": "同步此站点的 DNS 吗?",
|
|
159
|
+
"dist": "将 TLS 分发到边缘?",
|
|
160
|
+
"issue": "问题让我们加密并分发?"
|
|
161
|
+
},
|
|
162
|
+
"pillNodesSites": "{{n}} 个节点 · {{s}} 个站点",
|
|
163
|
+
"statHit": "命中率",
|
|
164
|
+
"hitUnknown": "未知",
|
|
165
|
+
"lastHealthHint": "最后一次探测 {{at}} · {{ok}}",
|
|
166
|
+
"lastHealthNever": "尚未探测 — 运行 Probe",
|
|
167
|
+
"lastHealthFail": "探测失败",
|
|
168
|
+
"healthLoopNeedSites": "先添加站点",
|
|
169
|
+
"nodeStatus": {
|
|
170
|
+
"online": "在线的",
|
|
171
|
+
"offline": "离线",
|
|
172
|
+
"draining": "排水",
|
|
173
|
+
"unknown": "未知"
|
|
174
|
+
},
|
|
175
|
+
"statOnlineOf": "线上 {{n}}/{{total}}",
|
|
176
|
+
"statDraining": "Draining {{n}}",
|
|
177
|
+
"localTest": "local / test",
|
|
178
|
+
"colRegion": "Region",
|
|
179
|
+
"previewOnlyNote": "Preview only — nothing was written to the edges.",
|
|
180
|
+
"statByRegion": "Region: ",
|
|
181
|
+
"statByApply": "Apply status: ",
|
|
182
|
+
"col": {
|
|
183
|
+
"origin": "Origin",
|
|
184
|
+
"edges": "Edges",
|
|
185
|
+
"apply": "Apply",
|
|
186
|
+
"dns": "DNS",
|
|
187
|
+
"edgesOnline": "Edges online / applied",
|
|
188
|
+
"dnsRr": "CDN DNS records"
|
|
189
|
+
},
|
|
190
|
+
"mode": {
|
|
191
|
+
"origin_pull": "Origin pull",
|
|
192
|
+
"reverse_proxy": "Reverse proxy",
|
|
193
|
+
"static_edge": "Static edge"
|
|
194
|
+
},
|
|
195
|
+
"dnsStrategy": {
|
|
196
|
+
"multi_a": "Multiple A records",
|
|
197
|
+
"cname": "CNAME",
|
|
198
|
+
"geo": "Geo"
|
|
199
|
+
},
|
|
200
|
+
"edgesOnlineApplied": "{{online}}/{{total}} online · {{applied}} applied",
|
|
201
|
+
"hitMiss": "Hits {{hits}} / misses {{misses}}",
|
|
202
|
+
"cacheBytes": "Cache ≈ {{n}} B",
|
|
203
|
+
"hitRateUnknown": "No access log with cache status and no cache directory, so hit rate cannot be estimated.",
|
|
204
|
+
"offlineHint": "Offline — probe failed. Remove the node if it is leftover.",
|
|
205
|
+
"applyFailedNoNote": "No stored reason. Re-apply to capture the error.",
|
|
206
|
+
"statApplyFailed": "Apply failed"
|
|
119
207
|
}
|
package/locales/zh-CN/cli.json
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
},
|
|
13
13
|
"help": {
|
|
14
14
|
"blurb": "控制平面 CLI — AI agent 请优先用 --json。\n文档:docs/agent/README.md · docs/cli/reference.md · docs/agent/commands.json",
|
|
15
|
-
"main": "{{product}} ({{cli}}) v{{version}}\n\n控制平面 CLI — AI agent 请优先用 --json。\n文件:docs/agent/README.md · docs/cli/reference.md · docs/agent/commands.json\n\n用法:\n {{cli}} <command> [options]\n\n命令:\n setup 初始化 dataDir + 管理员\n update 自我更新检查/套用\n serve HTTP API + Web UI\n system unit-install 安装 ysk-server.service [--enable]\n tools 工具列表;tools run --tool <name> [--dry-run]\n ask 自然语言 → AI 计划 [--execute]\n projects list|get|create|deploy|stop|health|backup|template\n backup all|list|status|restore|delete|schedule|control-plane|settings|restic\n templates 应用范本\n hosting nginx|dns|db|firewall 辅助\n dns zone|zones(AI 别名 → hosting dns-*)\n logs sources|query|journal|overview\n host overview|metrics(唯读)\n nginx status|list|test|sync\n ssl list|get(憑证)\n db-cluster list|get|create|plan(HA 先计划)\n ssh-key list|create|import|public|export|install|delete(SSH 身分库)\n ssh-2fa list|enroll|confirm|install|pam|retire(SSH 登入 TOTP ≠ 面板 2FA)\n services 主机服務矩阵(systemctl 探测)\n defense | protection status|ban|unban|whitelist\n security status|sessions|api-keys(2FA · 撤销工作阶段 · API 金钥)\n cdn nodes|sites|render|apply|purge|probe|dashboard|health-loop|from-project\n agents runtimes|fleet list|commands|register(面板 + 边缘)\n agent run 外送 fleet 轮询(实验)\n store status|export|import|migrate(json|sqlite|postgres document 后端)\n files list|read|write|mkdir|rm|stat|rename|copy|move|chmod|trash|shares(沙箱)\n cron list|create|delete|enable|disable|run|install|status\n email domains|mailboxes|deliverability|bootstrap|dns(面板对等)\n health 本机模式快照或 --url http://host:port/health\n readiness | doctor 生产就绪(诚实)\n migrate inventory|host|post|status|resume(整机迁移)\n version | help\n\n全域:\n --json JSON 标准输出(AI)\n --data-dir PATH\n --config PATH\n --help | --version\n\n结束码:0 成功 · 1 错误 · 2 验证 · 3 阻挡 · 4 找不到 · 5 主机错误\n\n安全:\n 危险操作预设 dry-run(只出计划)。\n 传 --execute(别名 --apply)+ 环境变数 YSK_EXECUTE=1 才改主机。\n\n例子:\n {{cli}} readiness --json\n {{cli}} host --json\n {{cli}} nginx status --json\n {{cli}} ssl list --json\n {{cli}} projects get --id UUID --json\n {{cli}} defense ban --ip 1.2.3.4 --json # dry-run 计划\n {{cli}} projects list --json\n {{cli}} logs query --source journal: --lines 100 --json\n {{cli}} tools --json"
|
|
15
|
+
"main": "{{product}} ({{cli}}) v{{version}}\n\n控制平面 CLI — AI agent 请优先用 --json。\n文件:docs/agent/README.md · docs/cli/reference.md · docs/agent/commands.json\n\n用法:\n {{cli}} <command> [options]\n\n命令:\n setup 初始化 dataDir + 管理员\n update 自我更新检查/套用\n serve HTTP API + Web UI\n system unit-install 安装 ysk-server.service [--enable]\n tools 工具列表;tools run --tool <name> [--dry-run]\n ask 自然语言 → AI 计划 [--execute]\n projects list|get|create|deploy|stop|health|backup|template\n backup all|list|status|restore|delete|schedule|control-plane|settings|restic\n templates 应用范本\n hosting nginx|dns|db|firewall 辅助\n dns zone|zones(AI 别名 → hosting dns-*)\n logs sources|query|journal|overview\n host overview|metrics(唯读)\n nginx status|list|test|sync\n ssl list|get(憑证)\n db-cluster list|get|create|plan(HA 先计划)\n ssh-key list|create|import|public|export|install|delete(SSH 身分库)\n ssh-2fa list|enroll|confirm|install|pam|retire(SSH 登入 TOTP ≠ 面板 2FA)\n services 主机服務矩阵(systemctl 探测)\n defense | protection status|ban|unban|whitelist\n security status|sessions|api-keys(2FA · 撤销工作阶段 · API 金钥)\n cdn nodes|sites|render|apply|purge|probe|dashboard|health-loop|from-project\n agents runtimes|fleet list|commands|register(面板 + 边缘)\n agent run 外送 fleet 轮询(实验)\n store status|export|import|migrate(json|sqlite|postgres document 后端)\n files list|read|write|mkdir|rm|stat|rename|copy|move|chmod|trash|shares(沙箱)\n cron list|create|delete|enable|disable|run|install|status\n email domains|mailboxes|deliverability|bootstrap|dns(面板对等)\n health 本机模式快照或 --url http://host:port/health\n readiness | doctor 生产就绪(诚实)\n migrate inventory|host|post|status|resume(整机迁移)\n validators list|chains|disk|get (Beta)\n docker status|ps|images|compose|prune (engine)\n version | help\n\n全域:\n --json JSON 标准输出(AI)\n --data-dir PATH\n --config PATH\n --help | --version\n\n结束码:0 成功 · 1 错误 · 2 验证 · 3 阻挡 · 4 找不到 · 5 主机错误\n\n安全:\n 危险操作预设 dry-run(只出计划)。\n 传 --execute(别名 --apply)+ 环境变数 YSK_EXECUTE=1 才改主机。\n\n例子:\n {{cli}} readiness --json\n {{cli}} host --json\n {{cli}} nginx status --json\n {{cli}} ssl list --json\n {{cli}} projects get --id UUID --json\n {{cli}} defense ban --ip 1.2.3.4 --json # dry-run 计划\n {{cli}} projects list --json\n {{cli}} logs query --source journal: --lines 100 --json\n {{cli}} tools --json"
|
|
16
16
|
},
|
|
17
17
|
"usage": {
|
|
18
18
|
"tools": {
|
|
@@ -602,7 +602,7 @@
|
|
|
602
602
|
"--name": {
|
|
603
603
|
"name": {
|
|
604
604
|
"--domain": {
|
|
605
|
-
"66e857": "用法: ysk-server projects create --name <name> [--domain d] [--runtime node|php|static|python|go|rust] [--template id]\n"
|
|
605
|
+
"66e857": "用法: ysk-server projects create --name <name> [--domain d] [--runtime node|php|static|python|go|rust] [--template id] [--create-dns] [--create-mail] [--server-ip A.B.C.D] [--server-ipv6 ADDR]\n"
|
|
606
606
|
}
|
|
607
607
|
}
|
|
608
608
|
}
|
|
@@ -638,7 +638,7 @@
|
|
|
638
638
|
"get": {
|
|
639
639
|
"create": {
|
|
640
640
|
"deploy": {
|
|
641
|
-
"253b48": "用法: ysk-server projects list|get|create|deploy|git-deploy|stop|backup|template|health [options]\n deploy --id UUID [--entry f] [--port N] [--fpm|--builtin] [--reload]\n git-deploy --id UUID [--git-url URL] [--branch B] [--no-redeploy]\n"
|
|
641
|
+
"253b48": "用法: ysk-server projects list|get|create|deploy|git-deploy|stop|backup|template|ftp|health [options]\n deploy --id UUID [--entry f] [--port N] [--fpm|--builtin] [--reload]\n git-deploy --id UUID [--git-url URL] [--branch B] [--no-redeploy]\n ftp --id UUID --password P [--user NAME] [--home app|root]\n"
|
|
642
642
|
}
|
|
643
643
|
}
|
|
644
644
|
}
|
|
@@ -882,7 +882,7 @@
|
|
|
882
882
|
},
|
|
883
883
|
"status": {
|
|
884
884
|
"bans": {
|
|
885
|
-
"a8d96b": "用法: {{CLI_NAME}} defense status|bans|suspects|ban|unban|whitelist|stack-apply|fail2ban|firewall|timeline|presets [--json]\n
|
|
885
|
+
"a8d96b": "用法: {{CLI_NAME}} defense status|bans|suspects|ban|unban|whitelist|stack-apply|fail2ban|firewall|timeline|presets [--json]\n bans [--q text] [--source fail2ban|panel|ufw|auto]\n suspects [--q text]\n stack-apply [--execute] # UFW + fail2ban + current preset\n fail2ban | firewall # deep probes (honest)\n timeline [--limit N] [--q text]\n presets # list + activePreset\n"
|
|
886
886
|
}
|
|
887
887
|
}
|
|
888
888
|
}
|
|
@@ -1048,7 +1048,7 @@
|
|
|
1048
1048
|
}
|
|
1049
1049
|
},
|
|
1050
1050
|
"x": {
|
|
1051
|
-
"972912": "用法:\n ysk-server migrate inventory [--data-dir PATH] --json\n ysk-server migrate host --target root@IP [--identity-file PATH|--identity-id ID|--password PW] --execute [--maintenance] [--force-wipe-target]\n ysk-server migrate post --job ID --data-dir PATH --execute #
|
|
1051
|
+
"972912": "用法:\n ysk-server migrate inventory [--data-dir PATH] --json\n ysk-server migrate host --target root@IP [--identity-file PATH|--identity-id ID|--password PW] --execute [--maintenance] [--force-wipe-target]\n ysk-server migrate post --job ID --data-dir PATH --execute # 在目标机\n ysk-server migrate status [--job ID]\n ysk-server migrate resume --job ID --execute\n ysk-server migrate orphan-homes [--data-dir PATH] --json\n ysk-server migrate orphan-homes --path /home/ysk-server-UUID --confirm PATH --execute\n"
|
|
1052
1052
|
},
|
|
1053
1053
|
"hostingHelp": "用法:ysk-server hosting <sub>\n 危险操作默认 dry-run;加 --execute(+ YSK_EXECUTE=1)才真正应用\n nginx | nginx-sync [--execute]\n redis-provision | postgres-provision | mysql-provision [--execute]\n dns-zone --zone X --ip A.B.C.D [--ipv6 X:X::X] [--validate] [--reload]\n dns-zones | powerdns-status | powerdns-install [--install|--execute]\n powerdns-load --zone X --ip A.B.C.D [--load|--execute]\n email-apply --domain X [--install|--execute]\n email-mailbox --domain X --local user [--password P] [--ip A.B.C.D] [--system]\n ftps-apply --domain X [--install|--execute]\n runtimes | runtime-install --kind node|php|python|go|rust --version V [--install|--execute]\n dovecot-passdb --domain X | --all\n webmail-apply --domain webmail.example.com [--download]\n public-files --domain files.example.com [--reload]\n email-bootstrap --domain example.com --ip A.B.C.D [--install|--execute]\n email-deliverability --domain example.com # PTR/DNSBL/warmup 诚实报告\n firewall-apply [--smtp] [--execute]\n",
|
|
1054
1054
|
"logsQuery": "用法:{{CLI_NAME}} logs query --source <id> [--lines N] [--grep G] [--since 1h] [--priority err]\n source 例:journal: journal:nginx.service file:syslog project:<uuid>\n {{CLI_NAME}} logs sources --json\n {{CLI_NAME}} logs journal [--unit nginx.service] --json\n"
|
|
@@ -35,6 +35,7 @@
|
|
|
35
35
|
"noData": "没有数据",
|
|
36
36
|
"input": "输入",
|
|
37
37
|
"pleaseEnter": "请输入 {{value}}",
|
|
38
|
+
"required": "必填",
|
|
38
39
|
"about": "说明",
|
|
39
40
|
"operation": "操作",
|
|
40
41
|
"delete": "删除",
|
|
@@ -121,5 +122,12 @@
|
|
|
121
122
|
"show": "顯示",
|
|
122
123
|
"done": "完成",
|
|
123
124
|
"next": "下一步",
|
|
124
|
-
"previous": "上一步"
|
|
125
|
+
"previous": "上一步",
|
|
126
|
+
"all": "全部",
|
|
127
|
+
"showPassword": "展示",
|
|
128
|
+
"hidePassword": "隐藏",
|
|
129
|
+
"more": "更多的",
|
|
130
|
+
"redirectedTo": "已转到 {{to}}(原为 {{from}})",
|
|
131
|
+
"unavailable": "Not available right now",
|
|
132
|
+
"ok": "OK"
|
|
125
133
|
}
|
package/locales/zh-CN/cron.json
CHANGED
|
@@ -135,5 +135,37 @@
|
|
|
135
135
|
"sourceHost": "主机",
|
|
136
136
|
"noHostJobs": "此范围没有 crontab 任务",
|
|
137
137
|
"hostPartial": "无法完整读取所有用户 crontab(需要 root)",
|
|
138
|
-
"pendingInstall": "待安装到系统({{count}})"
|
|
138
|
+
"pendingInstall": "待安装到系统({{count}})",
|
|
139
|
+
"hourRange": "小时必须介于 0–23。",
|
|
140
|
+
"minuteRange": "分钟必须介于 0–59。",
|
|
141
|
+
"hoursCommon": "常用小时",
|
|
142
|
+
"hoursAll": "全部小时",
|
|
143
|
+
"invalidExpr": "不是有效的 5 栏 cron 表达式。",
|
|
144
|
+
"needCommand": "请填写指令。",
|
|
145
|
+
"needUser": "请选择专案或系统用户。",
|
|
146
|
+
"hostCounts": "主机行数",
|
|
147
|
+
"hostCountsVal": "{{ysk}} · 其他 {{other}} · 合计 {{total}}",
|
|
148
|
+
"hostYskYes": "已有面板行",
|
|
149
|
+
"hostYskNo": "尚无面板行",
|
|
150
|
+
"emptyHostCrontab": "用户 {{user}} 尚未有 crontab。",
|
|
151
|
+
"writtenOnHost": "Written",
|
|
152
|
+
"registeredJobsChip": "Registered",
|
|
153
|
+
"registeredVsWritten": "Registered in the panel vs written to host crontab",
|
|
154
|
+
"installPreviewTitle": "Preview before installing to system crontab",
|
|
155
|
+
"installPreviewDesc": "This merges the YSK block into the host crontab. Existing non-YSK lines stay.",
|
|
156
|
+
"installPreviewMerge": "Install writes a YSK Server crontab merge block. It does not replace the whole crontab.",
|
|
157
|
+
"installPreviewEmpty": "No pending managed jobs — install still refreshes the YSK block.",
|
|
158
|
+
"editJobTitle": "Edit job",
|
|
159
|
+
"editJobDesc": "Changes stay in the panel until you install to the system crontab.",
|
|
160
|
+
"saveJob": "Save (management only)",
|
|
161
|
+
"panelLines": "Panel lines",
|
|
162
|
+
"otherLines": "Other lines",
|
|
163
|
+
"totalLines": "Total",
|
|
164
|
+
"writtenOnHostHint": "Lines already written to the host crontab",
|
|
165
|
+
"registeredJobsHint": "Jobs registered in the panel (including pending install)",
|
|
166
|
+
"pendingInstallCount": "{{n}} pending install",
|
|
167
|
+
"systemJobBadge": "No project · system user",
|
|
168
|
+
"willNotRun": "Not written to system crontab — will not run.",
|
|
169
|
+
"pendingStale": "Not written to system crontab for {{days}} day(s) — it will not run.",
|
|
170
|
+
"jobsTabPending": "Jobs ({{count}}) · pending {{pending}}"
|
|
139
171
|
}
|
|
@@ -42,7 +42,8 @@
|
|
|
42
42
|
"mode": {
|
|
43
43
|
"degraded": "降级",
|
|
44
44
|
"production_capable": "可生产",
|
|
45
|
-
"normal": "正常"
|
|
45
|
+
"normal": "正常",
|
|
46
|
+
"blocked": "blocked"
|
|
46
47
|
},
|
|
47
48
|
"details": "详情",
|
|
48
49
|
"certExpiryTitle": "证书到期:",
|
|
@@ -54,7 +55,7 @@
|
|
|
54
55
|
"criticalCount": " · 严重 {{count}}",
|
|
55
56
|
"warnCount": " · 警告 {{count}}",
|
|
56
57
|
"applyAuditBadge": "套用 audit · ok {{ok}} · warn {{warn}} · bad {{bad}}",
|
|
57
|
-
"executeBadge": "
|
|
58
|
+
"executeBadge": "系统变更 {{state}}",
|
|
58
59
|
"executeLabel": "系统变更",
|
|
59
60
|
"go": "前往",
|
|
60
61
|
"open": "打开",
|
|
@@ -85,7 +86,7 @@
|
|
|
85
86
|
"runtime": "运行环境",
|
|
86
87
|
"runtimeHint": "决定默认 runtime 版本与部署方式",
|
|
87
88
|
"runtimeVersion": "运行环境版本",
|
|
88
|
-
"versionHint": "
|
|
89
|
+
"versionHint": "会写入项目的运行环境版本设定",
|
|
89
90
|
"serverIpv4": "服务器 IPv4",
|
|
90
91
|
"serverIpv4Hint": "DNS A/邮件 SPF",
|
|
91
92
|
"serverIpv4Ph": "此主机公网 IPv4",
|
|
@@ -107,5 +108,25 @@
|
|
|
107
108
|
"noNotifs": "暂无通知",
|
|
108
109
|
"noNotifsDesc": "系统告警与待办会显示于此",
|
|
109
110
|
"applyAuditTitle": "套用状态审计",
|
|
110
|
-
"applyAuditDesc": "好的 {{ok}} · 警告 {{warn}} · 不好 {{bad}}"
|
|
111
|
+
"applyAuditDesc": "好的 {{ok}} · 警告 {{warn}} · 不好 {{bad}}",
|
|
112
|
+
"barTitle": "{{count}} 条主机提示",
|
|
113
|
+
"levelCritical": "严重",
|
|
114
|
+
"levelWarn": "警告",
|
|
115
|
+
"levelInfo": "信息",
|
|
116
|
+
"colTitle": "提示",
|
|
117
|
+
"colDetail": "详情",
|
|
118
|
+
"colSource": "来源",
|
|
119
|
+
"notifSearch": "搜索通知",
|
|
120
|
+
"notifAll": "全部",
|
|
121
|
+
"notifDismiss": "隐藏",
|
|
122
|
+
"goFix": "前往处理",
|
|
123
|
+
"needDomainFirst": "请先填域名",
|
|
124
|
+
"serviceAria": "{{name}}: {{state}}",
|
|
125
|
+
"sev": {
|
|
126
|
+
"ok": "OK",
|
|
127
|
+
"warn": "Warning",
|
|
128
|
+
"bad": "Problem"
|
|
129
|
+
},
|
|
130
|
+
"publicNo2fa": "This panel listens on all interfaces and your admin account has no 2FA.",
|
|
131
|
+
"readinessBlocked": "{{n}} blocker(s)"
|
|
111
132
|
}
|
package/locales/zh-CN/db.json
CHANGED
|
@@ -52,6 +52,9 @@
|
|
|
52
52
|
"emptyDbInstallFirst": "请先使用上方横幅一键安装 {{engine}},再用右上角「创建数据库」",
|
|
53
53
|
"emptyDbCannotProvision": "目前无法在服务器创建数据库",
|
|
54
54
|
"emptyDbCreateHint": "用右上角「创建数据库」新增;创建后请再按「应用」",
|
|
55
|
+
"emptyDbHostHasRows": "主機已有資料庫,但尚未在控制面登記。",
|
|
56
|
+
"hostHasUntracked": "主機另有 {{count}} 個未在面板登記的資料庫",
|
|
57
|
+
"hostInventoryHint": "列表只顯示控制面已登記的資料庫;即時名稱來自 SHOW DATABASES。",
|
|
55
58
|
"userList": "用户列表",
|
|
56
59
|
"userListDesc": "可为数据库授权用户",
|
|
57
60
|
"createUserBtn": "+ 创建用户",
|
|
@@ -66,7 +69,12 @@
|
|
|
66
69
|
"expiresAt": "到期",
|
|
67
70
|
"revokeRegistration": "撤销登记",
|
|
68
71
|
"remoteDbHosts": "远程数据库主机",
|
|
69
|
-
"remoteDbHostsDesc": "
|
|
72
|
+
"remoteDbHostsDesc": "登记连接目标(密码不回显)。未按「测试连接」前,已保存 ≠ 可达。",
|
|
73
|
+
"remoteTest": "测试连接",
|
|
74
|
+
"remoteTestDone": "远程主机探测完成",
|
|
75
|
+
"remoteTestOk": "可达",
|
|
76
|
+
"remoteTestFail": "不可达",
|
|
77
|
+
"remoteNotChecked": "未测试",
|
|
70
78
|
"displayName": "显示名称",
|
|
71
79
|
"prodReplicaPlaceholder": "生产从库",
|
|
72
80
|
"remoteHostSaved": "已保存远程主机",
|
|
@@ -150,6 +158,9 @@
|
|
|
150
158
|
"registrationDeleted": "已删除登记",
|
|
151
159
|
"nodes": "节点",
|
|
152
160
|
"remoteInstallPlan": "远程安装计划",
|
|
161
|
+
"fleetSession": "机群 agent session id",
|
|
162
|
+
"fleetSessionHint": "可选。到 /agents 复制 session UUID。填写后该对等节点走机群(不用 SSH)。留空则 scp。",
|
|
163
|
+
"fleetSessionPh": "Agents 页的 session UUID",
|
|
153
164
|
"fleetSyncPlan": "Fleet sync 计划",
|
|
154
165
|
"standaloneTitle": "目前:单机",
|
|
155
166
|
"standaloneRepl": "未登记主从/流式。指定 primary/master + replica 后生成 conf 与脚本。",
|
|
@@ -217,7 +228,51 @@
|
|
|
217
228
|
"probe": "探测",
|
|
218
229
|
"name": "名称",
|
|
219
230
|
"type": "类型",
|
|
220
|
-
"status":
|
|
231
|
+
"status": {
|
|
232
|
+
"healthy": "健康",
|
|
233
|
+
"planned": "计划",
|
|
234
|
+
"partial": "部分的",
|
|
235
|
+
"failed": "失败的",
|
|
236
|
+
"draft": "草稿",
|
|
237
|
+
"degraded": "降级",
|
|
238
|
+
"applied": "应用"
|
|
239
|
+
},
|
|
240
|
+
"engineNotInstalled": "此主机上未安装 {{engine}} - 请先安装它,或打开实际运行的引擎。",
|
|
241
|
+
"fleetSessionNone": "无 — 使用 SSH",
|
|
242
|
+
"fleetSessionOpenAgents": "打开 /agents 注册会话",
|
|
243
|
+
"createWizardTitle": "打开计划向导。需要本地 IP 和 ≥1 个对等点。仅写入面板工件(试运行)。在您申请之前不要重新启动发动机。",
|
|
244
|
+
"bootstrap": "引导程序",
|
|
245
|
+
"fleetApply": "车队申请",
|
|
246
|
+
"planTitle": "重新生成集群计划(不更改主机)",
|
|
247
|
+
"writeFileTitle": "在面板数据目录下写入管理文件(试运行)",
|
|
248
|
+
"probeLocalTitle": "仅探测该主机",
|
|
249
|
+
"probeAllTitle": "探查每一位注册会员",
|
|
250
|
+
"bootstrapTitle": "安装本地插件并引导第一个节点",
|
|
251
|
+
"remoteInstallPlanTitle": "预览远程安装(不执行)",
|
|
252
|
+
"downloadBundleTitle": "下载对等配置包 (.tar.gz)",
|
|
253
|
+
"pushPlanTitle": "预览推送到对等点(无 scp)",
|
|
254
|
+
"fleetSyncPlanTitle": "预览队列同步(不执行)",
|
|
255
|
+
"fleetApplyTitle": "队列适用于车队成员吗?",
|
|
256
|
+
"redirectedFromCluster": "You were redirected here from /cluster. This is the database cluster tab.",
|
|
257
|
+
"roleUnassigned": "No role assigned",
|
|
258
|
+
"standaloneOtherEngines": "This engine is standalone. Other engines have clusters: {{names}}.",
|
|
259
|
+
"notApplied": "Not applied",
|
|
260
|
+
"plannedAt": "Created {{when}}",
|
|
261
|
+
"clearStalePlans": "Clear stale plans",
|
|
262
|
+
"clearStalePlansTitle": "Delete stale planned clusters?",
|
|
263
|
+
"clearStalePlansDesc": "Deletes {{n}} planned/draft registration(s) older than 7 days. Does not apply or push. System conf is not touched.",
|
|
264
|
+
"landingTitle": "Database cluster",
|
|
265
|
+
"landingDesc": "No database engine is installed on this host. Open an engine page to install, then return here.",
|
|
266
|
+
"landingNoneInstalled": "MySQL, MariaDB, PostgreSQL, and Redis are not installed. /cluster does not open a MySQL tab when MySQL is missing.",
|
|
267
|
+
"openEngine": "Open {{engine}}",
|
|
268
|
+
"overviewPill": "Clusters {{n}}",
|
|
269
|
+
"enginesInstalled": "Engines",
|
|
270
|
+
"plannedCount": "Planned",
|
|
271
|
+
"overviewList": "Clusters ({{count}})",
|
|
272
|
+
"overviewEmpty": "No cluster registrations yet.",
|
|
273
|
+
"engine": "Engine",
|
|
274
|
+
"kind": "Kind",
|
|
275
|
+
"members": "Members"
|
|
221
276
|
},
|
|
222
277
|
"console": {
|
|
223
278
|
"dataBrowse": "资料浏览",
|
|
@@ -257,7 +312,9 @@
|
|
|
257
312
|
"reloadConfig": "重载设置",
|
|
258
313
|
"disableBoot": "取消自启",
|
|
259
314
|
"needRights": "需要系统变更权限与管理员身分。失败会显示原因,不会假装成功。",
|
|
260
|
-
"noneFetched": "— 未取得 —"
|
|
315
|
+
"noneFetched": "— 未取得 —",
|
|
316
|
+
"disableBootConfirm": "重新启动后引擎将不会启动,直到您再次启用它。",
|
|
317
|
+
"affectsProjects": "Sites and services that use this engine will be interrupted."
|
|
261
318
|
},
|
|
262
319
|
"expiresLabel": "到期",
|
|
263
320
|
"importEntry": "入口: {{url}}",
|
|
@@ -283,5 +340,20 @@
|
|
|
283
340
|
"unfreezeOk": "{{engine}} 修复完成",
|
|
284
341
|
"startAfterUnfreeze": "启动服务(失败时会自动套用修复计划)",
|
|
285
342
|
"serviceDownTitle": "数据库服务未运行",
|
|
286
|
-
"serviceDownBody": "服务异常。面板会诊断常见原因(冻结、配置残留、空白数据目录、端口冲突等)。数据目录为空:{{empty}}。请按「检查并修复服务」确认执行。"
|
|
343
|
+
"serviceDownBody": "服务异常。面板会诊断常见原因(冻结、配置残留、空白数据目录、端口冲突等)。数据目录为空:{{empty}}。请按「检查并修复服务」确认执行。",
|
|
344
|
+
"adoptHostDb": "登记 {{name}}",
|
|
345
|
+
"registeredVsHostHint": "已在面板登记 / 主机实测",
|
|
346
|
+
"dumpNeedRegistered": "请先在面板登记数据库",
|
|
347
|
+
"dumpFirstDbTitle": "导出第一个已登记数据库",
|
|
348
|
+
"importNeedRegistered": "请先在面板登记数据库",
|
|
349
|
+
"importLatestNeedConfirm": "需确认 — 会导入到已登记数据库",
|
|
350
|
+
"adoptHostDbTitle": "只在控制面登记名称,不改主机数据",
|
|
351
|
+
"cleanupExpiredTempUsersTitle": "清除已过期的面板临时用户",
|
|
352
|
+
"remoteDeleteTitle": "仅移除登记",
|
|
353
|
+
"remoteDeleteConfirm": "移除登记 {{name}}?远程服务器不会被改动。",
|
|
354
|
+
"registeredCount": "Registered",
|
|
355
|
+
"hostCount": "On host",
|
|
356
|
+
"registeredUsers": "Registered users",
|
|
357
|
+
"registeredUsersHint": "Panel registrations only — not every MySQL account",
|
|
358
|
+
"hostStillExists": "Still on host"
|
|
287
359
|
}
|
package/locales/zh-CN/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": "模板",
|
|
@@ -212,5 +214,25 @@
|
|
|
212
214
|
"aboutHealthTitle": "服务健康",
|
|
213
215
|
"aboutHealthBody": "在「工具」探测 PowerDNS、修复绑定、开放 53 端口。",
|
|
214
216
|
"aboutStackTitle": "软件版本",
|
|
215
|
-
"aboutStackBody": "在「软件」检查/更新 PowerDNS 套件。"
|
|
217
|
+
"aboutStackBody": "在「软件」检查/更新 PowerDNS 套件。",
|
|
218
|
+
"invalidZone": "区域名称无效。使用真实域名(例如 example.com)。",
|
|
219
|
+
"invalidIpv4": "IPv4 无效。每个八位位组必须为 0–255。",
|
|
220
|
+
"createMailZoneNow": "已建立邮件区域 {{domain}}",
|
|
221
|
+
"healNeedInstall": "PowerDNS 未安装 - 首先将其安装在“软件”选项卡上",
|
|
222
|
+
"applyNeedService": "DNS 服务未运行 — 在应用之前启动或安装它",
|
|
223
|
+
"deleteZoneNeedName": "删除此区域 - 您将输入区域名称进行确认",
|
|
224
|
+
"toolsFirewallTitle": "防火墙(UFW)",
|
|
225
|
+
"toolsFirewallHint": "允许或拒绝 53 端口。不会启动或停止 PowerDNS。",
|
|
226
|
+
"toolsUnitTitle": "PowerDNS 服务单元",
|
|
227
|
+
"toolsUnitHint": "systemd 单元 pdns — 启动、停止、重启、重载。",
|
|
228
|
+
"installConfirmTitle": "安装 PowerDNS?",
|
|
229
|
+
"installConfirmDesc": "会安装 pdns-server 并写入受管权威配置。需要 root 与 YSK_EXECUTE=1。",
|
|
230
|
+
"installConfirmConsequence": "安装并启动后,PowerDNS 会绑定 53 端口。",
|
|
231
|
+
"installPort53Busy": "53 端口已有程序在监听。未停止或修复该监听前,PowerDNS 可能无法绑定。",
|
|
232
|
+
"installPort53BusyConsequence": "请先修复绑定或停止其他监听,才可预期 53 端口有响应。",
|
|
233
|
+
"createZoneNeedValid": "Enter a valid zone name and IPv4 address",
|
|
234
|
+
"startProbeFailed": "Could not re-check DNS health after start",
|
|
235
|
+
"startNotListening": "PowerDNS start returned, but the unit is not answering on port 53",
|
|
236
|
+
"goStartService": "Start DNS service",
|
|
237
|
+
"startBindHint": "If start returns to stopped, port 53 is often held by systemd-resolved. Use Heal bind below, then start again."
|
|
216
238
|
}
|