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
|
@@ -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 以确认清理 volume 或系统",
|
|
8
|
+
"settingsHint": "只开放安全的 daemon.json 选项。应用会写入文件并重启 docker.service。",
|
|
9
|
+
"cli": {
|
|
10
|
+
"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]"
|
|
11
|
+
},
|
|
12
|
+
"tab": {
|
|
13
|
+
"overview": "概览",
|
|
14
|
+
"containers": "容器",
|
|
15
|
+
"images": "映像",
|
|
16
|
+
"compose": "Compose",
|
|
17
|
+
"volumes": "Volume",
|
|
18
|
+
"networks": "网络",
|
|
19
|
+
"prune": "清理",
|
|
20
|
+
"settings": "设置",
|
|
21
|
+
"about": "说明"
|
|
22
|
+
},
|
|
23
|
+
"col": {
|
|
24
|
+
"engine": "引擎",
|
|
25
|
+
"containers": "容器",
|
|
26
|
+
"version": "版本",
|
|
27
|
+
"dataRoot": "数据目录",
|
|
28
|
+
"disk": "磁盘",
|
|
29
|
+
"validators": "验证者堆栈",
|
|
30
|
+
"name": "名称",
|
|
31
|
+
"image": "映像",
|
|
32
|
+
"status": "状态",
|
|
33
|
+
"ports": "端口",
|
|
34
|
+
"managed": "由面板管理",
|
|
35
|
+
"size": "大小",
|
|
36
|
+
"driver": "驱动",
|
|
37
|
+
"type": "类型",
|
|
38
|
+
"reclaimable": "可回收"
|
|
39
|
+
},
|
|
40
|
+
"state": {
|
|
41
|
+
"up": "运行中",
|
|
42
|
+
"down": "已停止",
|
|
43
|
+
"running": "Running",
|
|
44
|
+
"exited": "Exited",
|
|
45
|
+
"restarting": "Restarting",
|
|
46
|
+
"restartingCount": "Restarting · {{n}} times",
|
|
47
|
+
"paused": "Paused",
|
|
48
|
+
"created": "Created",
|
|
49
|
+
"dead": "Dead",
|
|
50
|
+
"removing": "Removing",
|
|
51
|
+
"unknown": "Unknown",
|
|
52
|
+
"exitedCode": "Exited ({{n}})"
|
|
53
|
+
},
|
|
54
|
+
"actions": {
|
|
55
|
+
"start": "启动",
|
|
56
|
+
"stop": "停止",
|
|
57
|
+
"restart": "重启",
|
|
58
|
+
"remove": "删除",
|
|
59
|
+
"logs": "日志",
|
|
60
|
+
"inspect": "检查",
|
|
61
|
+
"exec": "执行(version)",
|
|
62
|
+
"run": "运行映像",
|
|
63
|
+
"pull": "拉取",
|
|
64
|
+
"up": "启动",
|
|
65
|
+
"down": "停止",
|
|
66
|
+
"createVolume": "创建 volume",
|
|
67
|
+
"createNetwork": "创建网络",
|
|
68
|
+
"pruneContainers": "清理容器",
|
|
69
|
+
"pruneImages": "清理映像",
|
|
70
|
+
"pruneVolumes": "清理 volume",
|
|
71
|
+
"pruneSystem": "系统清理",
|
|
72
|
+
"startEngine": "启动引擎",
|
|
73
|
+
"stopEngine": "停止引擎",
|
|
74
|
+
"restartEngine": "重启引擎",
|
|
75
|
+
"applyDaemon": "应用引擎设置"
|
|
76
|
+
},
|
|
77
|
+
"empty": {
|
|
78
|
+
"containers": "没有容器",
|
|
79
|
+
"images": "没有映像",
|
|
80
|
+
"compose": "没有 Compose 项目",
|
|
81
|
+
"volumes": "没有 volume",
|
|
82
|
+
"networks": "没有网络",
|
|
83
|
+
"composeDesc": "Projects come from validator nodes or Compose files already on this host. This page does not accept arbitrary YAML uploads.",
|
|
84
|
+
"composeCta": "Open validator nodes"
|
|
85
|
+
},
|
|
86
|
+
"logs": {
|
|
87
|
+
"empty": "没有日志",
|
|
88
|
+
"follow": "Follow"
|
|
89
|
+
},
|
|
90
|
+
"settings": {
|
|
91
|
+
"logMaxSize": "容器日志上限",
|
|
92
|
+
"liveRestore": "即时还原(引擎重启时保留容器)",
|
|
93
|
+
"mirrors": "Registry 镜像(每行一个网址)",
|
|
94
|
+
"insecure": "未加密 Registry(每行一个主机)"
|
|
95
|
+
},
|
|
96
|
+
"about": {
|
|
97
|
+
"body": "Docker 是 YSK Server 的一级主机服务,与 Nginx 同级。由面板用 Ubuntu docker.io + docker-compose-v2 安装。验证者节点以 yskval-* Compose 项目运行。",
|
|
98
|
+
"honesty": "变更主机需要 root 及 YSK_EXECUTE=1。默认是试运行。此页不是 Kubernetes。",
|
|
99
|
+
"validators": "打开验证者节点"
|
|
100
|
+
},
|
|
101
|
+
"alerts": {
|
|
102
|
+
"daemonTitle": "Docker 引擎未运行",
|
|
103
|
+
"daemonBody": "已安装 Docker,但 docker.service 未启动。验证者堆栈无法启动。"
|
|
104
|
+
},
|
|
105
|
+
"errors": {
|
|
106
|
+
"notInstalled": "未安装 Docker",
|
|
107
|
+
"daemonDown": "Docker 引擎未运行",
|
|
108
|
+
"needCompose": "需要 docker compose(v2 插件)",
|
|
109
|
+
"badImage": "映像名称无效",
|
|
110
|
+
"badName": "名称无效",
|
|
111
|
+
"badPort": "端口映射无效",
|
|
112
|
+
"badEnv": "环境变量无效",
|
|
113
|
+
"badVolume": "磁盘挂载无效",
|
|
114
|
+
"badNetwork": "网络无效",
|
|
115
|
+
"protectedNetwork": "不可以删除内建 Docker 网络",
|
|
116
|
+
"badRestart": "重启策略无效",
|
|
117
|
+
"badPrune": "清理范围无效",
|
|
118
|
+
"needPruneConfirm": "清理 volume 或系统需要 confirm=PRUNE",
|
|
119
|
+
"badDaemon": "引擎设置无效",
|
|
120
|
+
"composeMissing": "找不到这个项目的 Compose 文件",
|
|
121
|
+
"logsFailed": "读不到容器日志",
|
|
122
|
+
"mutateFailed": "Docker 命令失败",
|
|
123
|
+
"engineFailed": "无法控制 docker.service",
|
|
124
|
+
"badExec": "exec 只限允许清单内的二进制与预设(不可用 shell,不可开 TTY)",
|
|
125
|
+
"uninstallBusy": "请先停止由面板管理的容器(包括验证者堆栈)再卸载 Docker"
|
|
126
|
+
},
|
|
127
|
+
"notes": {
|
|
128
|
+
"dryMutate": "此为试运行。要改主机请加 --execute 及 YSK_EXECUTE=1。",
|
|
129
|
+
"dryPrune": "清理预览(未应用)。",
|
|
130
|
+
"dryEngine": "引擎控制此为试运行。",
|
|
131
|
+
"dryDaemon": "将写入 /etc/docker/daemon.json 并重启 docker.service。",
|
|
132
|
+
"daemonWrote": "已写入 daemon.json",
|
|
133
|
+
"start": "已启动容器",
|
|
134
|
+
"stop": "已停止容器",
|
|
135
|
+
"restart": "已重启容器",
|
|
136
|
+
"remove": "已删除容器",
|
|
137
|
+
"ran": "已用映像启动容器",
|
|
138
|
+
"pulled": "已拉取映像",
|
|
139
|
+
"exec": "已执行允许清单内的 exec",
|
|
140
|
+
"imageRemoved": "已删除映像",
|
|
141
|
+
"volumeCreated": "已创建 volume",
|
|
142
|
+
"volumeRemoved": "已删除 volume",
|
|
143
|
+
"networkCreated": "已创建网络",
|
|
144
|
+
"networkRemoved": "已删除网络",
|
|
145
|
+
"pruned": "清理完成",
|
|
146
|
+
"compose": {
|
|
147
|
+
"up": "已启动 Compose 项目",
|
|
148
|
+
"down": "已停止 Compose 项目",
|
|
149
|
+
"restart": "已重启 Compose 项目",
|
|
150
|
+
"rm": "已删除 Compose 项目"
|
|
151
|
+
},
|
|
152
|
+
"engine": {
|
|
153
|
+
"start": "已启动 docker.service",
|
|
154
|
+
"stop": "已停止 docker.service",
|
|
155
|
+
"restart": "已重启 docker.service"
|
|
156
|
+
}
|
|
157
|
+
},
|
|
158
|
+
"needEngineTitle": "请先安装 Docker Engine",
|
|
159
|
+
"notInstalledValue": "未安装",
|
|
160
|
+
"nameHint": "字母、数字、下划线、点、连字符(最长 128)",
|
|
161
|
+
"volPlaceholder": "my-data",
|
|
162
|
+
"netPlaceholder": "my-net",
|
|
163
|
+
"runPorts": "发布端口",
|
|
164
|
+
"runPortsHint": "每行 host:container,例如 8080:80",
|
|
165
|
+
"runEnv": "环境变量",
|
|
166
|
+
"runEnvHint": "每行 KEY=value",
|
|
167
|
+
"runRestart": "重启策略",
|
|
168
|
+
"runNetwork": "网络",
|
|
169
|
+
"runVolumes": "Volume",
|
|
170
|
+
"runVolumesHint": "每行 volume:dest",
|
|
171
|
+
"runAdvancedHint": "多服务堆栈请用验证者节点,或主机上已有的 Compose 文件。",
|
|
172
|
+
"daemonConfirmTitle": "应用引擎设置?",
|
|
173
|
+
"daemonConfirmDesc": "会写入 daemon.json 并重启 docker.service。所有容器都会中断。",
|
|
174
|
+
"ui": {
|
|
175
|
+
"whatYouGet": "此页可以做什么",
|
|
176
|
+
"whatYouGetLead": "先安装 Docker Engine。之后可以运行单个容器、拉取映像,并查看本机已有的验证者 Compose 堆栈。",
|
|
177
|
+
"capEngine": "引擎",
|
|
178
|
+
"capEngineDesc": "一键安装 docker.io 及 docker-compose-v2。可在此页启动或停止 docker.service。",
|
|
179
|
+
"capWork": "容器与映像",
|
|
180
|
+
"capWorkDesc": "选择常用映像、拉取、运行,然后查看日志或检查容器。",
|
|
181
|
+
"capStacks": "验证者堆栈",
|
|
182
|
+
"capStacksDesc": "多服务堆栈是验证者 Compose 项目(yskval-*)。本页不接受上传 YAML。",
|
|
183
|
+
"cardEngine": "引擎",
|
|
184
|
+
"cardDisk": "磁盘",
|
|
185
|
+
"cardWork": "本机现况",
|
|
186
|
+
"compose": "Compose",
|
|
187
|
+
"cgroup": "cgroup",
|
|
188
|
+
"used": "已用",
|
|
189
|
+
"free": "可用",
|
|
190
|
+
"running": "运行中",
|
|
191
|
+
"images": "映像",
|
|
192
|
+
"volumes": "Volume",
|
|
193
|
+
"networks": "网络",
|
|
194
|
+
"goImages": "映像",
|
|
195
|
+
"goValidators": "验证者节点",
|
|
196
|
+
"imagePickHint": "请选择常用映像。只有需要其他参考名称时,才选「其他」。",
|
|
197
|
+
"imageCustom": "其他",
|
|
198
|
+
"driver": "驱动",
|
|
199
|
+
"driverLocalOnly": "本页只创建 local volume。",
|
|
200
|
+
"netDefaultDriver": "新建网络使用 Docker 默认的 bridge 驱动。",
|
|
201
|
+
"pruneWhat": "要清理什么",
|
|
202
|
+
"pruneAck": "我明白未使用的数据会被删除,并且无法还原",
|
|
203
|
+
"pruneAckDesc": "清理 volume 或整个系统无法还原。会按所选范围删除已停止的容器与未使用的映像。",
|
|
204
|
+
"pruneNow": "立即清理",
|
|
205
|
+
"useMirrors": "使用 Registry 源",
|
|
206
|
+
"useInsecure": "允许未加密 Registry",
|
|
207
|
+
"publishPorts": "向主机发布端口",
|
|
208
|
+
"attachVolume": "挂载 volume",
|
|
209
|
+
"setEnv": "设置环境变量",
|
|
210
|
+
"defaultNet": "默认",
|
|
211
|
+
"mountPath": "挂载路径",
|
|
212
|
+
"restartNo": "从不",
|
|
213
|
+
"restartUnless": "除非已停止",
|
|
214
|
+
"restartAlways": "始终",
|
|
215
|
+
"restartOnFail": "失败时",
|
|
216
|
+
"needAck": "清理前请先确认",
|
|
217
|
+
"scopeContainers": "已停止的容器",
|
|
218
|
+
"scopeImages": "未使用的映像",
|
|
219
|
+
"scopeVolumes": "未使用的 volume",
|
|
220
|
+
"scopeBuilder": "构建缓存",
|
|
221
|
+
"scopeSystem": "所有未使用项",
|
|
222
|
+
"noVolumesYet": "尚无 volume — 请先到 Volume 分页创建。",
|
|
223
|
+
"customPort": "其他主机端口",
|
|
224
|
+
"customPortHost": "主机端口",
|
|
225
|
+
"customPortContainer": "容器端口",
|
|
226
|
+
"pctUsed": "已用 {{n}}%",
|
|
227
|
+
"customPortHint": "1–65535。例如 9090 → 80。",
|
|
228
|
+
"pickBridge": "选择 bridge 网络"
|
|
229
|
+
},
|
|
230
|
+
"deleteTitle": "删除 {{id}}",
|
|
231
|
+
"deleteDesc": "此操作无法复原。",
|
|
232
|
+
"deleteC1": "会从这台主机移除该资源。",
|
|
233
|
+
"deleteComposeVal": "这是验证者堆栈 — 验证者实例会一并删除。",
|
|
234
|
+
"pruneTitle": "清理 Docker 资源",
|
|
235
|
+
"pruneDesc": "输入 PRUNE 以确认。已删除的数据无法复原。",
|
|
236
|
+
"pruneC1": "会删除所选范围内未使用的资源。",
|
|
237
|
+
"pruneC2": "Volume 与系统清理会永久删除未使用的数据卷。",
|
|
238
|
+
"pruneC3": "会移除此范围内已停止的容器或未使用映像。",
|
|
239
|
+
"df": {
|
|
240
|
+
"images": "Images",
|
|
241
|
+
"containers": "Containers",
|
|
242
|
+
"volumes": "Local volumes",
|
|
243
|
+
"builder": "Build cache",
|
|
244
|
+
"other": "Other"
|
|
245
|
+
},
|
|
246
|
+
"deleteRunningWarn": "This container is still running or restarting. It will be force-removed.",
|
|
247
|
+
"stopEngineDesc": "This stops the Docker engine and all {{n}} container(s) on this host."
|
|
248
|
+
}
|
package/locales/zh-CN/email.json
CHANGED
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"needExecute": "需 YSK_EXECUTE",
|
|
48
48
|
"viewQueue": "查看伫列",
|
|
49
49
|
"flushQueue": "清空伫列",
|
|
50
|
-
"queueHint": "
|
|
50
|
+
"queueHint": "本机 Postfix 队列。查看是读取探测;清空需要 YSK_EXECUTE。",
|
|
51
51
|
"deleteThisId": "删除此 ID",
|
|
52
52
|
"queueEmpty": "无待送邮件",
|
|
53
53
|
"queueEmptyHint": "目前没有待送邮件",
|
|
@@ -101,10 +101,11 @@
|
|
|
101
101
|
"normal": "正常",
|
|
102
102
|
"statMailboxes": "邮箱",
|
|
103
103
|
"statDnsRecords": "DNS 纪录",
|
|
104
|
-
"dnsTodosTitle": "
|
|
104
|
+
"dnsTodosTitle": "域名系统",
|
|
105
105
|
"copyAllRecords": "复制全部纪录",
|
|
106
106
|
"openDnsPage": "开启 DNS 页",
|
|
107
107
|
"healthScore": "健康分",
|
|
108
|
+
"healthUnchecked": "尚未檢查",
|
|
108
109
|
"suggestedRecords": "建议纪录数",
|
|
109
110
|
"externalTodosCount": "外部待办",
|
|
110
111
|
"colType": "类型",
|
|
@@ -316,7 +317,8 @@
|
|
|
316
317
|
"dmarcMissing": "缺少 DMARC — 强烈建议设置",
|
|
317
318
|
"ptrBad": "PTR 反向 DNS 缺失或不正确 — 请向 VPS 供应商申请",
|
|
318
319
|
"port25Blocked": "外发 Port 25 似乎被封锁 — 请申请解封或改用 SMTP 中继",
|
|
319
|
-
"port25Unknown": "Port 25 状态未知 — 请执行连通性检查"
|
|
320
|
+
"port25Unknown": "Port 25 状态未知 — 请执行连通性检查",
|
|
321
|
+
"dmarcUnpublished": "DMARC 記錄已在面板產生,但公網尚未解析到"
|
|
320
322
|
},
|
|
321
323
|
"stack": {
|
|
322
324
|
"tlsNote": "SMTP/IMAP 用 Let’s Encrypt TLS 证书",
|
|
@@ -357,7 +359,8 @@
|
|
|
357
359
|
"postfixReloaded": "已重新加载 Postfix。",
|
|
358
360
|
"postfixReloadFailed": "Postfix 重新加载失败:{{detail}}",
|
|
359
361
|
"dovecotApplied": "已写入 Dovecot TLS 片段并尝试重新加载。",
|
|
360
|
-
"dovecotSkipped": "已跳过 Dovecot(未安装或 doveconf 不可用)。"
|
|
362
|
+
"dovecotSkipped": "已跳过 Dovecot(未安装或 doveconf 不可用)。",
|
|
363
|
+
"dovecotSslOmitted": "邮件证书不存在,已改写 Dovecot 为 ssl=no,避免单元因缺少证书而无法启动。"
|
|
361
364
|
},
|
|
362
365
|
"policyApplySystemHint": "勾选「套用到系统」才会写入 Postfix/Rspamd 映射并重新加载;否则只写控制面草稿。",
|
|
363
366
|
"rateLimitAppliedNote": "已套用每小时外发限额与反垃圾标记(若启用系统套用)。",
|
|
@@ -396,12 +399,12 @@
|
|
|
396
399
|
"deliverabilityDesc": "PTR/DNS/端口 25 检查",
|
|
397
400
|
"dnsTodosDesc": "建议纪录可复制到外部 DNS 或到 DNS 页建 zone(写入 ≠ 权威上线)",
|
|
398
401
|
"deliverabilityHonesty": "无法代设 PTR 或解除端口 25 封锁",
|
|
399
|
-
"warmupSuggest": "
|
|
400
|
-
"writeSsoSkeleton": "写入 Roundcube SSO
|
|
401
|
-
"rateLimitPerHour": "
|
|
402
|
-
"rateLimitGlobalHint": "
|
|
402
|
+
"warmupSuggest": "预热建议",
|
|
403
|
+
"writeSsoSkeleton": "写入 Roundcube SSO 骨架",
|
|
404
|
+
"rateLimitPerHour": "每小时讯息上限",
|
|
405
|
+
"rateLimitGlobalHint": "全域取各域名最小值",
|
|
403
406
|
"savePolicyWritten": "只写入控制面",
|
|
404
|
-
"dnsblMultiIp": "多IP RBL",
|
|
407
|
+
"dnsblMultiIp": "多 IP RBL",
|
|
405
408
|
"webmailTool": "网页邮件软件",
|
|
406
409
|
"webmailToolRoundcube": "Roundcube(默认)",
|
|
407
410
|
"webmailToolSnappy": "SnappyMail(轻量)",
|
|
@@ -473,5 +476,41 @@
|
|
|
473
476
|
"mailboxEmptyTitle": "尚无邮箱",
|
|
474
477
|
"passwordMismatch": "两次密码不一致",
|
|
475
478
|
"passwordTooShort": "密码至少 8 个字符",
|
|
476
|
-
"mailboxUpdateNeedField": "请设置新密码或更改状态"
|
|
479
|
+
"mailboxUpdateNeedField": "请设置新密码或更改状态",
|
|
480
|
+
"catchallHint": "未对应的本地部分会送到目标信箱。只写草稿,须套用邮件才生效。",
|
|
481
|
+
"queueSearchPh": "搜索 ID、发件人或收件人…",
|
|
482
|
+
"queueId": "队列 ID",
|
|
483
|
+
"queueSender": "发件人",
|
|
484
|
+
"queueRecipients": "收件人",
|
|
485
|
+
"queueSize": "大小",
|
|
486
|
+
"queueReason": "原因",
|
|
487
|
+
"queueActive": "传送中",
|
|
488
|
+
"queueHeld": "已暂停",
|
|
489
|
+
"queueDeferred": "延迟",
|
|
490
|
+
"deleteQueueTitle": "删除此队列邮件?",
|
|
491
|
+
"deleteQueueDesc": "从本机 MTA 队列移除 {{id}}。需要 YSK_EXECUTE。",
|
|
492
|
+
"openQueuePage": "打开邮件队列",
|
|
493
|
+
"dovecotFailedHint": "Dovecot 服务失败。请先到软件分页查看状态;若邮件证书尚未签发,请先到 SSL 签发 mail 主机名。",
|
|
494
|
+
"domainsListDesc": "在此主机上注册的邮件域",
|
|
495
|
+
"healthChecklist": "检查清单 {{score}}/100",
|
|
496
|
+
"healthChecklistHint": "检查清单分数 — 尚未做 DNS/PTR/25 端口实测",
|
|
497
|
+
"healthLiveHint": "实测分数",
|
|
498
|
+
"installWebmailTitle": "创建共享网络邮件项目(首次安装)",
|
|
499
|
+
"reinstallWebmailTitle": "重建/升级现有的Webmail项目",
|
|
500
|
+
"reinstallNeedInstall": "首先安装网络邮件",
|
|
501
|
+
"dovecotFailedStatus": "鸽舍是{{status}}。打开设备摘要的“软件”选项卡。",
|
|
502
|
+
"mailCertMissing": "{{hosts}} 没有证书。在 SSL 页面上发布。",
|
|
503
|
+
"mailCertPresent": "邮件证书已颁发 - 这不是缺少证书的问题。",
|
|
504
|
+
"webmailNeedCert": "{{host}} 没有证书 — 在强制使用 HTTPS 之前在 SSL 上颁发证书。",
|
|
505
|
+
"flushQueueEmpty": "队列为空",
|
|
506
|
+
"flushQueueNeedExecute": "刷新队列需要YSK_EXECUTE(主机执行权限)",
|
|
507
|
+
"healthUncheckedHint": "尚未实测 DNS/PTR/25 端口。",
|
|
508
|
+
"deliverabilityScore": "送达能力检查包",
|
|
509
|
+
"opendkimNoReload": "OpenDKIM 不支持重载 — 更改密钥或对照表后请用重启。",
|
|
510
|
+
"opendkimNoReloadTitle": "此堆栈不支持 systemctl reload opendkim",
|
|
511
|
+
"tlsRequestLeFor": "Request LE for {{host}}",
|
|
512
|
+
"deliverabilityChecks": "Checks",
|
|
513
|
+
"healthPartialScore": "Partial {{n}}/100 (DNS only)",
|
|
514
|
+
"healthPartialHint": "DNS checklist only — live and blacklist not probed.",
|
|
515
|
+
"deleteImpact": "{{mailboxes}} mailboxes · {{records}} DNS records · {{aliases}} aliases"
|
|
477
516
|
}
|
|
@@ -37,7 +37,9 @@
|
|
|
37
37
|
"sessionExpired": "登录已失效,请重新登录",
|
|
38
38
|
"sessionIdle": "闲置超时,请重新登录",
|
|
39
39
|
"totpNotEnabled": "未启用 2FA",
|
|
40
|
-
"totpSecretNoDataDir": "TOTP secret 已加密但未设置 dataDir"
|
|
40
|
+
"totpSecretNoDataDir": "TOTP secret 已加密但未设置 dataDir",
|
|
41
|
+
"mustChangePassword": "请先设定新密码才可继续",
|
|
42
|
+
"policyNeedsOwn2fa": "为此账户启用 2FA 并使用 TOTP 代码进行确认,然后再要求其他账户使用 2FA"
|
|
41
43
|
},
|
|
42
44
|
"http": {
|
|
43
45
|
"notFoundRoute": "找不到:{{method}} {{path}}",
|
|
@@ -47,7 +49,8 @@
|
|
|
47
49
|
"unprocessable": "操作无法完成(服务器拒绝)",
|
|
48
50
|
"requestFailed": "请求失败({{status}})",
|
|
49
51
|
"jsonInvalid": "JSON 无效",
|
|
50
|
-
"internal": "内部错误"
|
|
52
|
+
"internal": "内部错误",
|
|
53
|
+
"payloadTooLarge": "请求内容过大"
|
|
51
54
|
},
|
|
52
55
|
"YSK_HOST_BROWSE_SSRF": "主機瀏覽已被安全政策攔截",
|
|
53
56
|
"YSK_HOST_BROWSE_SESSION": "主機瀏覽工作階段不存在或已過期",
|
|
@@ -8,10 +8,10 @@
|
|
|
8
8
|
"startService": "启动服务",
|
|
9
9
|
"notInstalled": "fail2ban 尚未安装",
|
|
10
10
|
"toolHintPrefix": "底层工具:",
|
|
11
|
-
"toolHintBody": "fail2ban
|
|
12
|
-
"toolHintTemp": "
|
|
13
|
-
"toolHintBody2": "
|
|
14
|
-
"toolHintUfw": "
|
|
11
|
+
"toolHintBody": "fail2ban 会扫描日志后临时封锁。攻击应变请用",
|
|
12
|
+
"toolHintTemp": "",
|
|
13
|
+
"toolHintBody2": "",
|
|
14
|
+
"toolHintUfw": "负责端口与永久规则。",
|
|
15
15
|
"tabs": {
|
|
16
16
|
"bans": "封锁列表",
|
|
17
17
|
"whitelist": "白名单",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"addWhitelist": "加入白名单",
|
|
41
41
|
"applyPolicyIgnoreip": "套用策略(含 ignoreip)",
|
|
42
42
|
"applyIgnoreipOk": "已把 ignoreip 写入 jail.local 并套用",
|
|
43
|
-
"ignoreipHint": "
|
|
43
|
+
"ignoreipHint": "没有系统变更权限时只写面板档。套用策略会重建 jail.local 的 ignoreip 并重新载入。",
|
|
44
44
|
"whitelistTitle": "白名单 ({{count}})",
|
|
45
45
|
"whitelistRemoved": "已移除白名单",
|
|
46
46
|
"remove": "移除",
|
|
@@ -78,5 +78,30 @@
|
|
|
78
78
|
"reload": "已重新加载 fail2ban",
|
|
79
79
|
"restart": "已重启 fail2ban",
|
|
80
80
|
"stop": "已停止 fail2ban"
|
|
81
|
-
}
|
|
81
|
+
},
|
|
82
|
+
"statWhitelist": "白名单",
|
|
83
|
+
"invalidIp": "请输入有效的 IPv4、IPv6 或 CIDR。",
|
|
84
|
+
"whitelistPendingApply": "已写入面板名单。请按「套用策略」才会写入 jail.local。",
|
|
85
|
+
"ignoreipFile": "dataDir/fail2ban/ignoreip.txt",
|
|
86
|
+
"jailsTabHint": "显示作用中 Jail 状态。要开关 Jail 请到「策略」分页。",
|
|
87
|
+
"colJail": "监狱",
|
|
88
|
+
"colEnabled": "开启",
|
|
89
|
+
"serviceStateLine": "单元 {{unit}} · {{state}} · 开机 {{boot}}",
|
|
90
|
+
"jail": {
|
|
91
|
+
"sshd": "远程登录暴力破解",
|
|
92
|
+
"nginxHttpAuth": "Nginx HTTP 验证",
|
|
93
|
+
"nginxBotsearch": "Nginx 扫描/机器人探测",
|
|
94
|
+
"nginxBadbots": "Nginx 已知恶意机器人",
|
|
95
|
+
"nginxLimitReq": "Nginx 限速 Jail",
|
|
96
|
+
"postfix": "Postfix 邮件暴力破解",
|
|
97
|
+
"dovecot": "Dovecot 邮件登录",
|
|
98
|
+
"recidive": "累犯"
|
|
99
|
+
},
|
|
100
|
+
"cannotBanSelf": "这是主机或您的登录 IP — 将其添加到ignoreip而不是禁止",
|
|
101
|
+
"suggestIgnoreHint": "建议的管理 IP(仅在您应用策略之前为面板文件):",
|
|
102
|
+
"suggestIgnoreAdd": "添加 {{ip}}",
|
|
103
|
+
"whitelistEmptyWarn": "白名单为空,jail 可能把你自己封锁。套用 ignoreip 前请先加入登录 IP。",
|
|
104
|
+
"suggestIgnoreLogin": "你的登录 IP {{ip}}",
|
|
105
|
+
"applyIgnoreEmptyWarn": "白名单为空时套用会清空 ignoreip",
|
|
106
|
+
"applyIgnoreNeedConfirm": "会重写 jail ignoreip 并重新载入 fail2ban"
|
|
82
107
|
}
|
package/locales/zh-CN/files.json
CHANGED
|
@@ -293,7 +293,7 @@
|
|
|
293
293
|
"shareBtStats": "BitTorrent 状态",
|
|
294
294
|
"btSeeds": "种子",
|
|
295
295
|
"btLeechers": "下载者",
|
|
296
|
-
"btPeers": "
|
|
296
|
+
"btPeers": "同行",
|
|
297
297
|
"btUploadSpeed": "上传速度",
|
|
298
298
|
"btDownloadSpeed": "下载速度",
|
|
299
299
|
"btUploaded": "已上传",
|
|
@@ -308,7 +308,7 @@
|
|
|
308
308
|
"btError": "做种错误",
|
|
309
309
|
"publicShareMethod": "请选择下载方式",
|
|
310
310
|
"publicShareDirect": "直接下载",
|
|
311
|
-
"publicShareBt": "
|
|
311
|
+
"publicShareBt": "BT",
|
|
312
312
|
"openBtTracker": "打开 BT Tracker",
|
|
313
313
|
"publicShareBtInBrowser": "在浏览器以 WebTorrent 下载",
|
|
314
314
|
"publicShareBtProgress": "已下载 {{pct}}% · {{peers}} 个 peers · ↓ {{down}} · ↑ {{up}}",
|
|
@@ -316,5 +316,48 @@
|
|
|
316
316
|
"publicShareBtFailed": "WebTorrent 失败:{{detail}}",
|
|
317
317
|
"publicShareBtNeedMagnet": "此分享没有 magnet 链接",
|
|
318
318
|
"publicShareBtUnsupported": "此浏览器无法运行 WebTorrent;请改用 magnet 或 .torrent",
|
|
319
|
-
"btNone": "—"
|
|
319
|
+
"btNone": "—",
|
|
320
|
+
"uploadStatusSkipped": "已跳过",
|
|
321
|
+
"uploadStatusCancelled": "已取消",
|
|
322
|
+
"conflict": {
|
|
323
|
+
"titleFile": "已有名为“{{name}}”的项目",
|
|
324
|
+
"titleFolder": "已有名为“{{name}}”的文件夹",
|
|
325
|
+
"descFile": "请选择处理方式。在选择“替换”之前不会覆盖现有文件。",
|
|
326
|
+
"descFolder": "请选择处理方式。“合并”会保留现有文件夹,再处理其中的文件。",
|
|
327
|
+
"incoming": "即将加入",
|
|
328
|
+
"existing": "已在此处",
|
|
329
|
+
"kindFile": "文件",
|
|
330
|
+
"kindFolder": "文件夹",
|
|
331
|
+
"skip": "跳过",
|
|
332
|
+
"skipHint": "不加入此项目",
|
|
333
|
+
"keepBoth": "保留两者",
|
|
334
|
+
"keepBothHint": "将新项目存为 {{name}}",
|
|
335
|
+
"replace": "替换",
|
|
336
|
+
"replaceHint": "覆盖现有文件。可能时会保留版本快照。",
|
|
337
|
+
"replaceFolderHint": "覆盖文件夹中的同名文件,其余文件会保留。",
|
|
338
|
+
"merge": "合并",
|
|
339
|
+
"mergeHint": "保留现有文件夹,并将新文件加入其中",
|
|
340
|
+
"applyAll": "应用到其余所有重名",
|
|
341
|
+
"applyAllHint": "本次拖放或复制/移动的其余项目都使用同一做法",
|
|
342
|
+
"cancelRest": "取消其余项目",
|
|
343
|
+
"progress": "第 {{current}}/{{total}} 项",
|
|
344
|
+
"typeMismatch": "此处已有名为“{{name}}”的{{destKind}},即将加入的是{{incomingKind}}。",
|
|
345
|
+
"skipped": "已跳过",
|
|
346
|
+
"cancelled": "已取消"
|
|
347
|
+
},
|
|
348
|
+
"emptyTrashTitle": "清空垃圾箱?",
|
|
349
|
+
"emptyTrashDesc": "垃圾箱中的每个文件都将被永久删除。此操作无法撤消。",
|
|
350
|
+
"purgeForeverDesc": "该文件将被永久删除。此操作无法撤消。",
|
|
351
|
+
"webdavReissueUnchanged": "重新签发后令牌编号未变——写入可能未生效,请再试一次。",
|
|
352
|
+
"webdavDisableFailed": "停用后状态仍为启用——写入可能未生效,请再试一次。",
|
|
353
|
+
"dirNamedLikeFile": "(文件夹残留;名称像文件)",
|
|
354
|
+
"webdavAfterEnable": "启用 WebDAV 并签发令牌后才可用。",
|
|
355
|
+
"webdavAlreadyOff": "WebDAV is already off",
|
|
356
|
+
"deleteMore": " and {{n}} more",
|
|
357
|
+
"unshareTitle": "Revoke this share?",
|
|
358
|
+
"unshareDesc": "Revoke the link for {{name}} ({{url}}). The link stops working immediately.",
|
|
359
|
+
"pillTrash": "{{count}} in trash",
|
|
360
|
+
"pillSpace": "{{used}} used",
|
|
361
|
+
"webdavTokenInactive": "Disabled — token #{{id}} is not active",
|
|
362
|
+
"webdavOffNoToken": "Disabled (no active token)"
|
|
320
363
|
}
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"notInstalled": "UFW 尚未安装",
|
|
30
30
|
"toolHintPrefix": "底层工具:",
|
|
31
31
|
"toolHintBody": "UFW = 端口/永久规则 · 攻击应变与自动 ban 请用",
|
|
32
|
-
"
|
|
32
|
+
"toolHintfail2ban": "fail2ban = 日志临时 ban",
|
|
33
33
|
"executeOffHint": "系统变更未开 — 可看状态,改规则需 root + YSK_EXECUTE=1",
|
|
34
34
|
"tabs": {
|
|
35
35
|
"rules": "规则表",
|
|
@@ -89,6 +89,7 @@
|
|
|
89
89
|
"deleteRuleDesc": "将从 UFW 移除该规则编号(需系统变更权限)。",
|
|
90
90
|
"servicesTitle": "托管服务端口",
|
|
91
91
|
"servicesHint": "YSK 托管服务的期望网络暴露。启动服务时会自动同步这些规则。",
|
|
92
|
+
"servicesUfwOff": "UFW 已關閉。此列表只是預期暴露,並非主機上已強制執行的規則。",
|
|
92
93
|
"servicesEmpty": "尚无服务暴露数据",
|
|
93
94
|
"servicesEmptyDesc": "启动托管服务(Web、FTPS、VPN、数据库…)后会出现在此列表。",
|
|
94
95
|
"servicesManualHint": "手动开端口 chips 在「端口」分页 — 建议在此管理,规则会带 ysk-svc 标记。",
|
|
@@ -98,5 +99,13 @@
|
|
|
98
99
|
"colPorts": "端口",
|
|
99
100
|
"colSync": "状态",
|
|
100
101
|
"synced": "已同步",
|
|
101
|
-
"syncNow": "立即同步"
|
|
102
|
+
"syncNow": "立即同步",
|
|
103
|
+
"disableConfirmTitle": "停用 UFW?",
|
|
104
|
+
"disableConfirmDesc": "主机防火墙将停止过滤流量。若主机在公众网络上,SSH 与面板可能直接暴露。",
|
|
105
|
+
"disableConfirmConsequence": "现有允许/拒绝规则仍会保留,但要重新启用 UFW 才会生效。",
|
|
106
|
+
"toolHintFail2ban": "fail2ban = 基于日志的临时禁令",
|
|
107
|
+
"desiredOnlyUfwOff": "设定:{{mode}} · UFW 关闭(未套用)",
|
|
108
|
+
"syncNotApplied": "UFW 关闭 · 未套用",
|
|
109
|
+
"defaultNotApplied": "不适用(UFW 关闭)",
|
|
110
|
+
"ufwOffHint": "UFW 关闭时不应用默认传入"
|
|
102
111
|
}
|
package/locales/zh-CN/ftp.json
CHANGED
|
@@ -131,5 +131,36 @@
|
|
|
131
131
|
"sftpRegister": "登记公钥",
|
|
132
132
|
"sftpAddedAt": "添加于 {{time}}",
|
|
133
133
|
"sftpTechSummary": "技术细节(高级)",
|
|
134
|
-
"sftpTechNote": "公钥会写入管理路径"
|
|
134
|
+
"sftpTechNote": "公钥会写入管理路径",
|
|
135
|
+
"filterProject": "只显示此项目的 FTP 帐户",
|
|
136
|
+
"clearProjectFilter": "显示全部帐户",
|
|
137
|
+
"vsftpdFailedHint": "vsftpd 服务失败。请到服务分页查看设定与日志(listen 与 listen_ipv6 不可同时为 YES)。",
|
|
138
|
+
"tabService": "服务",
|
|
139
|
+
"listenConflictLive": "Live vsftpd.conf 有listen={{v4}} 和listen_ipv6={{v6}} — 两个YES 都将无法启动。",
|
|
140
|
+
"listenConflictNeedFix": "首先修复listen/listen_ipv6(它们不能同时为YES),然后应用。",
|
|
141
|
+
"fixListenIpv4": "仅使用 IPv4(listen=YES,listen_ipv6=NO)",
|
|
142
|
+
"liveFileValue": "立即归档:{{value}}",
|
|
143
|
+
"startBlockedFailed": "服务失败 - 在启动前应用有效的配置",
|
|
144
|
+
"ftpsNeedCert": "首先选择一个证书域",
|
|
145
|
+
"detectPublicIp": "检测公网IP",
|
|
146
|
+
"detectPublicIpTitle": "填写来自该主机的第一个非环回 IPv4",
|
|
147
|
+
"pasvIpRequired": "套用前请填写 PASV 公网 IP(NAT/云主机)。可探测或手动输入。",
|
|
148
|
+
"vsftpdFailedGeneric": "vsftpd failed. Open the Service tab for live settings and journal.",
|
|
149
|
+
"stateFailed": "Failed to start",
|
|
150
|
+
"plaintextInsecure": "Cleartext FTP (no TLS) — insecure. Enable FTPS before exposing port 21.",
|
|
151
|
+
"plaintextPublicLive": "vsftpd is listening on a public address without FTPS. Credentials travel in the clear. Enable FTPS, bind to this host only, or confirm PLAINTEXT to keep this posture.",
|
|
152
|
+
"bindAddress": "Listen scope",
|
|
153
|
+
"bindAddressHint": "New installs bind to this host only. Public listen without FTPS needs a typed confirmation.",
|
|
154
|
+
"bindLocal": "This host only",
|
|
155
|
+
"bindLocalHint": "127.0.0.1 — fine without TLS for local tests",
|
|
156
|
+
"bindPublic": "Public",
|
|
157
|
+
"bindPublicHint": "All interfaces — enable FTPS or confirm PLAINTEXT",
|
|
158
|
+
"enableFtpsAndStart": "Enable FTPS and start",
|
|
159
|
+
"publicPlainNeedConfirm": "Public cleartext FTP needs a PLAINTEXT confirmation",
|
|
160
|
+
"plainConfirmTitle": "Start public FTP without FTPS?",
|
|
161
|
+
"plainConfirmDesc": "Port 21 will accept logins and data in the clear on the public address.",
|
|
162
|
+
"plainConfirmC1": "Usernames and passwords are visible on the network.",
|
|
163
|
+
"plainConfirmC2": "PASV will advertise the configured public IP.",
|
|
164
|
+
"plainConfirmC3": "Host firewall and cloud security group are not opened for you.",
|
|
165
|
+
"plainConfirmAction": "Start cleartext FTP"
|
|
135
166
|
}
|
|
@@ -82,6 +82,8 @@
|
|
|
82
82
|
},
|
|
83
83
|
"home": "主頁",
|
|
84
84
|
"bookmark": "書籤",
|
|
85
|
+
"bookmarkAdd": "加入或移除書籤",
|
|
86
|
+
"bookmarkList": "書籤清單",
|
|
85
87
|
"bookmarks": "書籤",
|
|
86
88
|
"history": "瀏覽記錄",
|
|
87
89
|
"bookmarkToggled": "已更新書籤",
|
|
@@ -124,5 +126,25 @@
|
|
|
124
126
|
"mediaAudioLabel": "音频",
|
|
125
127
|
"mediaAudioDesc": "可选自主机 Chrome 的桥接;可能需要解锁点击。",
|
|
126
128
|
"mediaPolicyLabel": "策略",
|
|
127
|
-
"mediaPolicyDesc": "下载与自动播放遵循上方安全与下载设置。"
|
|
129
|
+
"mediaPolicyDesc": "下载与自动播放遵循上方安全与下载设置。",
|
|
130
|
+
"frameBlocked": "页面无法在面板框架内显示。",
|
|
131
|
+
"historyEmpty": "此工作阶段尚无浏览记录。",
|
|
132
|
+
"bookmarksEmpty": "尚未有书签。",
|
|
133
|
+
"closeSessionHint": "会清掉此浏览工作阶段的 Cookie;书签会保留。",
|
|
134
|
+
"envUnset": "未设置",
|
|
135
|
+
"envPanelValue": "面板:{{value}}",
|
|
136
|
+
"settingsNoSandboxWarn": "会关闭 Chromium 沙箱。只应在可信的 container 内使用。下次真实浏览器工作阶段才生效。",
|
|
137
|
+
"settingsDangerDlWarn": "允许经主机浏览器下载可执行文件与脚本。请确认确实需要。",
|
|
138
|
+
"settingsDangerConfirmTitle": "启用高风险浏览设置?",
|
|
139
|
+
"needUrl": "请先在上方输入网址开始会话。",
|
|
140
|
+
"envColVar": "变量",
|
|
141
|
+
"envColHost": "主机进程",
|
|
142
|
+
"envColPanel": "面板设置",
|
|
143
|
+
"envColEffective": "生效值",
|
|
144
|
+
"engineBrowserNeedChrome": "Real browser (Chrome not installed)",
|
|
145
|
+
"egressHint": "The target site sees this server’s outbound address ({{host}}), not your laptop. Cookies stay in the server session jar.",
|
|
146
|
+
"closeNoSession": "No session yet",
|
|
147
|
+
"resumeHintDetail": "Resume previous session ({{count}} tabs) · {{url}} · {{when}}",
|
|
148
|
+
"resumeHintOwned": "Resume last browse for {{user}} ({{count}} tabs) · {{url}} · {{when}}",
|
|
149
|
+
"clearSessionData": "Clear session data"
|
|
128
150
|
}
|
package/locales/zh-CN/login.json
CHANGED
|
@@ -10,5 +10,10 @@
|
|
|
10
10
|
"totpLabel": "双重验证码",
|
|
11
11
|
"totpHint": "Authenticator 应用中的 6 位数字",
|
|
12
12
|
"submitting": "登录中…",
|
|
13
|
-
"sessionExpired": "登录已失效,请重新登录"
|
|
13
|
+
"sessionExpired": "登录已失效,请重新登录",
|
|
14
|
+
"newPassword": "新密码",
|
|
15
|
+
"newPasswordAgain": "再次输入新密码",
|
|
16
|
+
"changePassword": "更改密码",
|
|
17
|
+
"passwordMismatch": "两次输入的密码不一致",
|
|
18
|
+
"passwordChanged": "密码已更新"
|
|
14
19
|
}
|