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
package/locales/en/db.json
CHANGED
|
@@ -52,12 +52,26 @@
|
|
|
52
52
|
"emptyDbInstallFirst": "Install {{engine}} via the banner, then Create database",
|
|
53
53
|
"emptyDbCannotProvision": "Cannot create databases on the server right now",
|
|
54
54
|
"emptyDbCreateHint": "Use Create database, then Apply",
|
|
55
|
+
"emptyDbHostHasRows": "The host already has databases that are not in this control-plane list.",
|
|
56
|
+
"registeredVsHostHint": "Registered in the panel / found on the host",
|
|
57
|
+
"registeredCount": "Registered",
|
|
58
|
+
"hostCount": "On host",
|
|
59
|
+
"registeredUsers": "Registered users",
|
|
60
|
+
"registeredUsersHint": "Panel registrations only — not every MySQL account",
|
|
61
|
+
"hostStillExists": "Still on host",
|
|
62
|
+
"expiresLabel": "Expires",
|
|
63
|
+
"dumpNeedRegistered": "Register a database in the panel first",
|
|
64
|
+
"dumpFirstDbTitle": "Export the first registered database",
|
|
65
|
+
"importNeedRegistered": "Register a database in the panel first",
|
|
66
|
+
"importLatestNeedConfirm": "Needs confirmation — imports into the registered database",
|
|
67
|
+
"hostHasUntracked": "{{count}} host databases are not registered in the panel",
|
|
68
|
+
"hostInventoryHint": "The table is control-plane rows only. Live names come from SHOW DATABASES.",
|
|
55
69
|
"userList": "Users",
|
|
56
70
|
"userListDesc": "Grant users access to databases",
|
|
57
71
|
"createUserBtn": "+ Create user",
|
|
58
72
|
"noUsersYet": "No users yet",
|
|
59
73
|
"tempReadonlyUsers": "Temporary read-only users",
|
|
60
|
-
"tempReadonlyDesc": "
|
|
74
|
+
"tempReadonlyDesc": "Expired accounts are dropped from the server when this page loads (needs EXECUTE + root). Rows left below still exist on the host.",
|
|
61
75
|
"dbName": "Database name",
|
|
62
76
|
"ttlHours": "TTL (hours)",
|
|
63
77
|
"ttlHoursHint": "Marked invalid after expiry",
|
|
@@ -66,7 +80,14 @@
|
|
|
66
80
|
"expiresAt": "Expires",
|
|
67
81
|
"revokeRegistration": "Revoke registration",
|
|
68
82
|
"remoteDbHosts": "Remote database hosts",
|
|
69
|
-
"remoteDbHostsDesc": "Register connection targets (password not echoed back)",
|
|
83
|
+
"remoteDbHostsDesc": "Register connection targets (password not echoed back). Saved ≠ reachable until Test connection.",
|
|
84
|
+
"remoteTest": "Test connection",
|
|
85
|
+
"remoteTestDone": "Remote host probe finished",
|
|
86
|
+
"remoteTestOk": "reachable",
|
|
87
|
+
"remoteTestFail": "unreachable",
|
|
88
|
+
"remoteNotChecked": "not tested",
|
|
89
|
+
"remoteDeleteTitle": "Remove this registration only",
|
|
90
|
+
"remoteDeleteConfirm": "Remove registration {{name}}? The remote server is not changed.",
|
|
70
91
|
"displayName": "Display name",
|
|
71
92
|
"prodReplicaPlaceholder": "Production replica",
|
|
72
93
|
"remoteHostSaved": "Remote host saved",
|
|
@@ -91,7 +112,7 @@
|
|
|
91
112
|
"import": "Import",
|
|
92
113
|
"importOk": "Import complete",
|
|
93
114
|
"importFailed": "Import failed",
|
|
94
|
-
"deleteDbTitle": "
|
|
115
|
+
"deleteDbTitle": "Remove control-plane registration (does not DROP the server database)",
|
|
95
116
|
"deleteDbDesc": "Removes control-plane record only; does not DROP the server database.",
|
|
96
117
|
"deleteUserTitle": "Delete user registration?",
|
|
97
118
|
"deleteUserDesc": "Removes control-plane record only.",
|
|
@@ -120,8 +141,28 @@
|
|
|
120
141
|
"update": "Update",
|
|
121
142
|
"alsoCreateRole": "Also create role",
|
|
122
143
|
"cluster": {
|
|
144
|
+
"standaloneOtherEngines": "This engine is standalone. Other engines have clusters: {{names}}.",
|
|
145
|
+
"roleUnassigned": "No role assigned",
|
|
123
146
|
"title": "Cluster",
|
|
124
|
-
"description": "Plan → write management → apply → probe →
|
|
147
|
+
"description": "Plan → write management files → apply → probe → distribute to peers / fleet. Default is dry-run (no host restart).",
|
|
148
|
+
"redirectedFromCluster": "You were redirected here from /cluster. This is the database cluster tab.",
|
|
149
|
+
"notApplied": "Not applied",
|
|
150
|
+
"plannedAt": "Created {{when}}",
|
|
151
|
+
"clearStalePlans": "Clear stale plans",
|
|
152
|
+
"clearStalePlansTitle": "Delete stale planned clusters?",
|
|
153
|
+
"clearStalePlansDesc": "Deletes {{n}} planned/draft registration(s) older than 7 days. Does not apply or push. System conf is not touched.",
|
|
154
|
+
"landingTitle": "Database cluster",
|
|
155
|
+
"landingDesc": "All planned and applied database clusters on this host. Open an engine to create or apply.",
|
|
156
|
+
"landingNoneInstalled": "MySQL, MariaDB, PostgreSQL, and Redis are not installed. Install an engine first.",
|
|
157
|
+
"openEngine": "Open {{engine}}",
|
|
158
|
+
"overviewPill": "Clusters {{n}}",
|
|
159
|
+
"enginesInstalled": "Engines",
|
|
160
|
+
"plannedCount": "Planned",
|
|
161
|
+
"overviewList": "Clusters ({{count}})",
|
|
162
|
+
"overviewEmpty": "No cluster registrations yet.",
|
|
163
|
+
"engine": "Engine",
|
|
164
|
+
"kind": "Kind",
|
|
165
|
+
"members": "Members",
|
|
125
166
|
"kindGalera": "Simple Galera",
|
|
126
167
|
"kindMysqlReplica": "MySQL primary/replica",
|
|
127
168
|
"kindPgReplica": "PostgreSQL streaming replica",
|
|
@@ -150,10 +191,37 @@
|
|
|
150
191
|
"registrationDeleted": "Registration deleted",
|
|
151
192
|
"nodes": "Nodes",
|
|
152
193
|
"remoteInstallPlan": "Remote install plan",
|
|
194
|
+
"fleetSession": "Fleet agent session id",
|
|
195
|
+
"fleetSessionHint": "Optional. Pick a registered fleet session (uses fleet, not SSH). Leave empty for SSH scp.",
|
|
196
|
+
"fleetSessionPh": "Agents page session UUID",
|
|
197
|
+
"fleetSessionNone": "None — use SSH",
|
|
198
|
+
"fleetSessionOpenAgents": "Open /agents to register a session",
|
|
199
|
+
"createWizardTitle": "Opens the plan wizard. Needs a local IP and ≥1 peer. Writes panel artifacts only (dry-run). Does not restart the engine until you apply.",
|
|
200
|
+
"bootstrap": "Bootstrap",
|
|
201
|
+
"fleetApply": "Fleet apply",
|
|
202
|
+
"planTitle": "Regenerate the cluster plan (no host change)",
|
|
203
|
+
"writeFileTitle": "Write management files under the panel data dir (dry-run)",
|
|
204
|
+
"probeLocalTitle": "Probe this host only",
|
|
205
|
+
"probeAllTitle": "Probe every registered member",
|
|
206
|
+
"bootstrapTitle": "Install local drop-in and bootstrap the first node",
|
|
207
|
+
"remoteInstallPlanTitle": "Preview remote install (no execute)",
|
|
208
|
+
"downloadBundleTitle": "Download peer conf bundle (.tar.gz)",
|
|
209
|
+
"pushPlanTitle": "Preview push to peer (no scp)",
|
|
210
|
+
"fleetSyncPlanTitle": "Preview fleet sync (no execute)",
|
|
211
|
+
"fleetApplyTitle": "Enqueue apply on fleet members?",
|
|
212
|
+
"status": {
|
|
213
|
+
"healthy": "Healthy",
|
|
214
|
+
"planned": "Planned",
|
|
215
|
+
"partial": "Partial",
|
|
216
|
+
"failed": "Failed",
|
|
217
|
+
"draft": "Draft",
|
|
218
|
+
"degraded": "Degraded",
|
|
219
|
+
"applied": "Applied"
|
|
220
|
+
},
|
|
153
221
|
"fleetSyncPlan": "Fleet sync plan",
|
|
154
222
|
"standaloneTitle": "Currently: standalone",
|
|
155
223
|
"standaloneRepl": "No replica registered. Set primary/master + replica to generate conf and scripts.",
|
|
156
|
-
"standaloneHa": "No HA registered. Add
|
|
224
|
+
"standaloneHa": "No HA registered. Add at least one peer, generate a conf plan, then bootstrap the first node and join the others.",
|
|
157
225
|
"recentProbe": "Recent probe (local wsrep)",
|
|
158
226
|
"probeRequired": "healthy requires a passing probe",
|
|
159
227
|
"planPreview": "Plan preview",
|
|
@@ -200,6 +268,7 @@
|
|
|
200
268
|
"remoteInstalled": "Remote installed",
|
|
201
269
|
"fleetSynced": "Fleet sync queued",
|
|
202
270
|
"fleetApplyQueued": "Fleet apply queued",
|
|
271
|
+
"engineNotInstalled": "{{engine}} is not installed on this host — install it first, or open the engine that is actually running.",
|
|
203
272
|
"plan": "Plan",
|
|
204
273
|
"writeFile": "Write files",
|
|
205
274
|
"applyLocal": "Apply local",
|
|
@@ -216,8 +285,7 @@
|
|
|
216
285
|
"delete": "Delete",
|
|
217
286
|
"probe": "Probe",
|
|
218
287
|
"name": "Name",
|
|
219
|
-
"type": "Type"
|
|
220
|
-
"status": "Status"
|
|
288
|
+
"type": "Type"
|
|
221
289
|
},
|
|
222
290
|
"console": {
|
|
223
291
|
"dataBrowse": "Browse data",
|
|
@@ -225,6 +293,7 @@
|
|
|
225
293
|
"realtime": "Live",
|
|
226
294
|
"reload": "Reload",
|
|
227
295
|
"needRestart": "Restart required",
|
|
296
|
+
"affectsProjects": "Sites and services that use this engine will be interrupted.",
|
|
228
297
|
"lifecycle": "Lifecycle",
|
|
229
298
|
"overview": "Overview",
|
|
230
299
|
"actionDone": "{{action}} done",
|
|
@@ -256,6 +325,7 @@
|
|
|
256
325
|
"installEngine": "Use the banner above to install {{title}}.",
|
|
257
326
|
"reloadConfig": "Reload config",
|
|
258
327
|
"disableBoot": "Disable on boot",
|
|
328
|
+
"disableBootConfirm": "The engine will not start after reboot until you enable it again.",
|
|
259
329
|
"needRights": "Needs system-change rights and admin. Failures show reasons — never fake success.",
|
|
260
330
|
"noneFetched": "— none —"
|
|
261
331
|
},
|
|
@@ -283,5 +353,8 @@
|
|
|
283
353
|
"unfreezeOk": "{{engine}} repair complete",
|
|
284
354
|
"startAfterUnfreeze": "Start service (auto-runs repair plan on failure)",
|
|
285
355
|
"serviceDownTitle": "Database service is down",
|
|
286
|
-
"serviceDownBody": "Service is unhealthy"
|
|
356
|
+
"serviceDownBody": "Service is unhealthy",
|
|
357
|
+
"adoptHostDb": "Register in panel (no create): {{name}}",
|
|
358
|
+
"adoptHostDbTitle": "Registers the name in the control plane only — does not change host data",
|
|
359
|
+
"cleanupExpiredTempUsersTitle": "Drops panel-issued temporary users that have expired"
|
|
287
360
|
}
|
package/locales/en/dns.json
CHANGED
|
@@ -32,6 +32,8 @@
|
|
|
32
32
|
"zonesTitle": "Zones ({{count}})",
|
|
33
33
|
"zonesDesc": "After create, write/apply the zone",
|
|
34
34
|
"createZone": "+ Create zone",
|
|
35
|
+
"mailZonesMissing": "Email domains have no DNS zone here: {{domains}}.",
|
|
36
|
+
"createMailZone": "Create mail zone",
|
|
35
37
|
"colZoneName": "Zone name",
|
|
36
38
|
"colServerIp": "Server IP",
|
|
37
39
|
"colTemplate": "Template",
|
|
@@ -108,7 +110,10 @@
|
|
|
108
110
|
"validateDesc": "Create/edit auto-validates (CNAME clashes, A/AAAA format, etc.).",
|
|
109
111
|
"createZoneTitle": "Create DNS zone",
|
|
110
112
|
"createZoneDesc": "Generate records from a template",
|
|
113
|
+
"createZoneNeedValid": "Enter a valid zone name and IPv4 address",
|
|
111
114
|
"zoneNameHint": "e.g. example.com (no trailing dot)",
|
|
115
|
+
"invalidZone": "Invalid zone name. Use a real domain (e.g. example.com).",
|
|
116
|
+
"invalidIpv4": "Invalid IPv4. Each octet must be 0–255.",
|
|
112
117
|
"serverIpv4": "Server IPv4",
|
|
113
118
|
"serverIpv4Hint": "Address used for template A records",
|
|
114
119
|
"thisHostIpv4": "This host public IPv4",
|
|
@@ -202,9 +207,16 @@
|
|
|
202
207
|
"lookupServer": "Server (@)",
|
|
203
208
|
"lookupServerHint": "127.0.0.1 = local auth; public IP tests external; empty = system resolver",
|
|
204
209
|
"healthHealPdns": "Heal PowerDNS bind",
|
|
210
|
+
"healNeedInstall": "PowerDNS is not installed — install it on the Software tab first",
|
|
211
|
+
"applyNeedService": "DNS service is not running — start or install it before apply",
|
|
212
|
+
"goStartService": "Start DNS service",
|
|
213
|
+
"startBindHint": "If start returns to stopped, port 53 is often held by systemd-resolved. Use Heal bind below, then start again.",
|
|
214
|
+
"deleteZoneNeedName": "Delete this zone — you will type the zone name to confirm",
|
|
205
215
|
"healthHealPdnsHint": "Set local-address to public IP to avoid clashing with systemd-resolved on 0",
|
|
206
216
|
"healthHealPdnsOk": "PowerDNS bound to {{ip}} and start attempted",
|
|
207
217
|
"healthHealPdnsFailed": "PowerDNS heal failed",
|
|
218
|
+
"startProbeFailed": "Could not re-check DNS health after start",
|
|
219
|
+
"startNotListening": "PowerDNS start returned, but the unit is not answering on port 53",
|
|
208
220
|
"aboutTitle": "DNS essentials",
|
|
209
221
|
"aboutSub": "Zones first; records, cluster, and DNSSEC need a selected domain.",
|
|
210
222
|
"aboutZonesTitle": "Zones and scope",
|
|
@@ -212,5 +224,15 @@
|
|
|
212
224
|
"aboutHealthTitle": "Service health",
|
|
213
225
|
"aboutHealthBody": "Use Tools to probe PowerDNS, heal bind, and open port 53.",
|
|
214
226
|
"aboutStackTitle": "Software",
|
|
215
|
-
"aboutStackBody": "Check/update the PowerDNS package under Software."
|
|
227
|
+
"aboutStackBody": "Check/update the PowerDNS package under Software.",
|
|
228
|
+
"createMailZoneNow": "Created mail zone {{domain}}",
|
|
229
|
+
"toolsFirewallTitle": "Firewall (UFW)",
|
|
230
|
+
"toolsFirewallHint": "Allow or deny port 53. This does not start or stop PowerDNS.",
|
|
231
|
+
"toolsUnitTitle": "PowerDNS unit",
|
|
232
|
+
"toolsUnitHint": "systemd unit pdns — start, stop, restart, reload.",
|
|
233
|
+
"installConfirmTitle": "Install PowerDNS?",
|
|
234
|
+
"installConfirmDesc": "Installs pdns-server and writes the managed authoritative config. Needs root and YSK_EXECUTE=1.",
|
|
235
|
+
"installConfirmConsequence": "After install and start, PowerDNS will bind port 53.",
|
|
236
|
+
"installPort53Busy": "Something already listens on port 53. PowerDNS may fail to bind until that listener is stopped or healed.",
|
|
237
|
+
"installPort53BusyConsequence": "Heal bind or stop the other listener before expecting answers on port 53."
|
|
216
238
|
}
|
|
@@ -0,0 +1,248 @@
|
|
|
1
|
+
{
|
|
2
|
+
"title": "Docker",
|
|
3
|
+
"subtitle": "Install Docker Engine, then manage containers, images, volumes, and validator Compose stacks on this host.",
|
|
4
|
+
"refresh": "Refresh",
|
|
5
|
+
"notInstalled": "Docker Engine is not installed. Install docker.io and docker-compose-v2 from this page.",
|
|
6
|
+
"protected": "Protected",
|
|
7
|
+
"pruneConfirm": "Type PRUNE to confirm any prune",
|
|
8
|
+
"needEngineTitle": "Install Docker Engine first",
|
|
9
|
+
"stopEngineDesc": "This stops the Docker engine and all {{n}} container(s) on this host.",
|
|
10
|
+
"notInstalledValue": "Not installed",
|
|
11
|
+
"nameHint": "Letters, digits, underscore, dot, hyphen (max 128)",
|
|
12
|
+
"volPlaceholder": "my-data",
|
|
13
|
+
"netPlaceholder": "my-net",
|
|
14
|
+
"runPorts": "Publish ports",
|
|
15
|
+
"runPortsHint": "host:container per line, e.g. 8080:80",
|
|
16
|
+
"runEnv": "Environment",
|
|
17
|
+
"runEnvHint": "KEY=value per line",
|
|
18
|
+
"runRestart": "Restart policy",
|
|
19
|
+
"runNetwork": "Network",
|
|
20
|
+
"runVolumes": "Volumes",
|
|
21
|
+
"runVolumesHint": "volume:dest per line",
|
|
22
|
+
"runAdvancedHint": "For multi-service stacks use validator nodes or Compose files already on this host.",
|
|
23
|
+
"daemonConfirmTitle": "Apply daemon settings?",
|
|
24
|
+
"daemonConfirmDesc": "Writes daemon.json and restarts docker.service. All containers will be interrupted.",
|
|
25
|
+
"settingsHint": "Safe daemon.json subset only. Apply writes the file and restarts docker.service.",
|
|
26
|
+
"cli": {
|
|
27
|
+
"usage": "Usage: ysk-server docker status|ps|images|volumes|networks|df|logs|inspect|exec|start|stop|restart|rm|pull|run|prune|engine|compose [--image IMG] [--name N] [--preset version|help|hostname] [--bin BIN] [--project P] [--execute] [--json]"
|
|
28
|
+
},
|
|
29
|
+
"tab": {
|
|
30
|
+
"overview": "Overview",
|
|
31
|
+
"containers": "Containers",
|
|
32
|
+
"images": "Images",
|
|
33
|
+
"compose": "Compose",
|
|
34
|
+
"volumes": "Volumes",
|
|
35
|
+
"networks": "Networks",
|
|
36
|
+
"prune": "Prune",
|
|
37
|
+
"settings": "Settings",
|
|
38
|
+
"about": "About"
|
|
39
|
+
},
|
|
40
|
+
"col": {
|
|
41
|
+
"engine": "Engine",
|
|
42
|
+
"containers": "Containers",
|
|
43
|
+
"version": "Version",
|
|
44
|
+
"dataRoot": "Data root",
|
|
45
|
+
"disk": "Disk",
|
|
46
|
+
"validators": "Validator stacks",
|
|
47
|
+
"name": "Name",
|
|
48
|
+
"image": "Image",
|
|
49
|
+
"status": "Status",
|
|
50
|
+
"ports": "Ports",
|
|
51
|
+
"managed": "Managed",
|
|
52
|
+
"size": "Size",
|
|
53
|
+
"driver": "Driver",
|
|
54
|
+
"type": "Type",
|
|
55
|
+
"reclaimable": "Reclaimable"
|
|
56
|
+
},
|
|
57
|
+
"state": {
|
|
58
|
+
"up": "Active",
|
|
59
|
+
"down": "Stopped",
|
|
60
|
+
"running": "Running",
|
|
61
|
+
"exited": "Exited",
|
|
62
|
+
"exitedCode": "Exited ({{n}})",
|
|
63
|
+
"restarting": "Restarting",
|
|
64
|
+
"restartingCount": "Restarting · {{n}} times",
|
|
65
|
+
"paused": "Paused",
|
|
66
|
+
"created": "Created",
|
|
67
|
+
"dead": "Dead",
|
|
68
|
+
"removing": "Removing",
|
|
69
|
+
"unknown": "Unknown"
|
|
70
|
+
},
|
|
71
|
+
"df": {
|
|
72
|
+
"images": "Images",
|
|
73
|
+
"containers": "Containers",
|
|
74
|
+
"volumes": "Local volumes",
|
|
75
|
+
"builder": "Build cache",
|
|
76
|
+
"other": "Other"
|
|
77
|
+
},
|
|
78
|
+
"actions": {
|
|
79
|
+
"start": "Start",
|
|
80
|
+
"stop": "Stop",
|
|
81
|
+
"restart": "Restart",
|
|
82
|
+
"remove": "Remove",
|
|
83
|
+
"logs": "Logs",
|
|
84
|
+
"inspect": "Inspect",
|
|
85
|
+
"exec": "Exec (version)",
|
|
86
|
+
"run": "Run image",
|
|
87
|
+
"pull": "Pull",
|
|
88
|
+
"up": "Up",
|
|
89
|
+
"down": "Down",
|
|
90
|
+
"createVolume": "Create volume",
|
|
91
|
+
"createNetwork": "Create network",
|
|
92
|
+
"pruneContainers": "Prune containers",
|
|
93
|
+
"pruneImages": "Prune images",
|
|
94
|
+
"pruneVolumes": "Prune volumes",
|
|
95
|
+
"pruneSystem": "System prune",
|
|
96
|
+
"startEngine": "Start engine",
|
|
97
|
+
"stopEngine": "Stop engine",
|
|
98
|
+
"restartEngine": "Restart engine",
|
|
99
|
+
"applyDaemon": "Apply daemon settings"
|
|
100
|
+
},
|
|
101
|
+
"empty": {
|
|
102
|
+
"containers": "No containers",
|
|
103
|
+
"images": "No images",
|
|
104
|
+
"compose": "No Compose projects",
|
|
105
|
+
"composeDesc": "Projects come from validator nodes or Compose files already on this host. This page does not accept arbitrary YAML uploads.",
|
|
106
|
+
"composeCta": "Open validator nodes",
|
|
107
|
+
"volumes": "No volumes",
|
|
108
|
+
"networks": "No networks"
|
|
109
|
+
},
|
|
110
|
+
"logs": {
|
|
111
|
+
"empty": "No log output.",
|
|
112
|
+
"follow": "Follow"
|
|
113
|
+
},
|
|
114
|
+
"deleteRunningWarn": "This container is still running or restarting. It will be force-removed.",
|
|
115
|
+
"settings": {
|
|
116
|
+
"logMaxSize": "Container log max size",
|
|
117
|
+
"liveRestore": "Live restore (keep containers if the daemon restarts)",
|
|
118
|
+
"mirrors": "Registry mirrors (one URL per line)",
|
|
119
|
+
"insecure": "Insecure registries (one host per line)"
|
|
120
|
+
},
|
|
121
|
+
"about": {
|
|
122
|
+
"body": "Docker is a first-class host service on YSK Server, like Nginx. Install via the panel (Ubuntu docker.io + docker-compose-v2). Validator nodes run as Compose projects named yskval-*.",
|
|
123
|
+
"honesty": "Host changes need root and YSK_EXECUTE=1. Dry-run is the default. This page manages Docker on one host; use external Kubernetes for cluster orchestration.",
|
|
124
|
+
"validators": "Open validator nodes"
|
|
125
|
+
},
|
|
126
|
+
"alerts": {
|
|
127
|
+
"daemonTitle": "Docker daemon is down",
|
|
128
|
+
"daemonBody": "The Docker engine is installed but docker.service is not active. Validator stacks cannot start."
|
|
129
|
+
},
|
|
130
|
+
"errors": {
|
|
131
|
+
"notInstalled": "Docker is not installed",
|
|
132
|
+
"daemonDown": "Docker daemon is not active",
|
|
133
|
+
"needCompose": "docker compose (v2 plugin) is required",
|
|
134
|
+
"badImage": "Invalid image reference",
|
|
135
|
+
"badName": "Invalid name",
|
|
136
|
+
"badPort": "Invalid port publish",
|
|
137
|
+
"badEnv": "Invalid environment variable",
|
|
138
|
+
"badVolume": "Invalid volume mount",
|
|
139
|
+
"badNetwork": "Invalid network",
|
|
140
|
+
"protectedNetwork": "Cannot remove a built-in Docker network",
|
|
141
|
+
"badRestart": "Invalid restart policy",
|
|
142
|
+
"badPrune": "Invalid prune scope",
|
|
143
|
+
"needPruneConfirm": "Volume or system prune requires confirm=PRUNE",
|
|
144
|
+
"badDaemon": "Invalid daemon setting",
|
|
145
|
+
"composeMissing": "Compose file for this project was not found",
|
|
146
|
+
"logsFailed": "Could not read container logs",
|
|
147
|
+
"mutateFailed": "Docker command failed",
|
|
148
|
+
"engineFailed": "Could not control docker.service",
|
|
149
|
+
"badExec": "Exec is limited to allowlisted binaries and presets (no shell, no TTY)",
|
|
150
|
+
"uninstallBusy": "Stop YSK-managed containers (including validator stacks) before uninstalling Docker"
|
|
151
|
+
},
|
|
152
|
+
"notes": {
|
|
153
|
+
"dryMutate": "Dry-run only. Pass --execute and YSK_EXECUTE=1 to change the host.",
|
|
154
|
+
"dryPrune": "Prune preview (not applied).",
|
|
155
|
+
"dryEngine": "Engine control is dry-run.",
|
|
156
|
+
"dryDaemon": "Would write /etc/docker/daemon.json and restart docker.service.",
|
|
157
|
+
"daemonWrote": "Wrote daemon.json",
|
|
158
|
+
"start": "Container started",
|
|
159
|
+
"stop": "Container stopped",
|
|
160
|
+
"restart": "Container restarted",
|
|
161
|
+
"remove": "Container removed",
|
|
162
|
+
"ran": "Container started from image",
|
|
163
|
+
"pulled": "Image pulled",
|
|
164
|
+
"exec": "Ran allowlisted exec",
|
|
165
|
+
"imageRemoved": "Image removed",
|
|
166
|
+
"volumeCreated": "Volume created",
|
|
167
|
+
"volumeRemoved": "Volume removed",
|
|
168
|
+
"networkCreated": "Network created",
|
|
169
|
+
"networkRemoved": "Network removed",
|
|
170
|
+
"pruned": "Prune finished",
|
|
171
|
+
"compose": {
|
|
172
|
+
"up": "Compose project started",
|
|
173
|
+
"down": "Compose project stopped",
|
|
174
|
+
"restart": "Compose project restarted",
|
|
175
|
+
"rm": "Compose project removed"
|
|
176
|
+
},
|
|
177
|
+
"engine": {
|
|
178
|
+
"start": "docker.service started",
|
|
179
|
+
"stop": "docker.service stopped",
|
|
180
|
+
"restart": "docker.service restarted"
|
|
181
|
+
}
|
|
182
|
+
},
|
|
183
|
+
"ui": {
|
|
184
|
+
"whatYouGet": "What this page does",
|
|
185
|
+
"whatYouGetLead": "Install Docker Engine once. After that you can run a single container, pull images, and see validator Compose stacks that already live on this host.",
|
|
186
|
+
"capEngine": "Engine",
|
|
187
|
+
"capEngineDesc": "One-click install of docker.io and docker-compose-v2. Start and stop docker.service here.",
|
|
188
|
+
"capWork": "Containers and images",
|
|
189
|
+
"capWorkDesc": "Pick a common image, pull it, run it, then read logs or inspect the container.",
|
|
190
|
+
"capStacks": "Validator stacks",
|
|
191
|
+
"capStacksDesc": "Multi-service stacks are validator Compose projects (yskval-*). This page does not accept YAML uploads.",
|
|
192
|
+
"cardEngine": "Engine",
|
|
193
|
+
"cardDisk": "Disk",
|
|
194
|
+
"cardWork": "On this host",
|
|
195
|
+
"compose": "Compose",
|
|
196
|
+
"cgroup": "cgroup",
|
|
197
|
+
"used": "Used",
|
|
198
|
+
"free": "Free",
|
|
199
|
+
"running": "Running",
|
|
200
|
+
"images": "Images",
|
|
201
|
+
"volumes": "Volumes",
|
|
202
|
+
"networks": "Networks",
|
|
203
|
+
"goImages": "Images",
|
|
204
|
+
"goValidators": "Validator nodes",
|
|
205
|
+
"imagePickHint": "Choose a common image. Use Other only when you need a different reference.",
|
|
206
|
+
"imageCustom": "Other",
|
|
207
|
+
"driver": "Driver",
|
|
208
|
+
"driverLocalOnly": "This panel creates local volumes only.",
|
|
209
|
+
"netDefaultDriver": "New networks use Docker’s default bridge driver.",
|
|
210
|
+
"pruneWhat": "What to remove",
|
|
211
|
+
"pruneAck": "I understand unused data will be deleted and cannot be restored",
|
|
212
|
+
"pruneAckDesc": "Volume and system prune cannot be undone. Stopped containers and unused images are removed for the selected scope.",
|
|
213
|
+
"pruneNow": "Prune now",
|
|
214
|
+
"useMirrors": "Use registry mirrors",
|
|
215
|
+
"useInsecure": "Allow insecure registries",
|
|
216
|
+
"publishPorts": "Publish ports to the host",
|
|
217
|
+
"attachVolume": "Attach a volume",
|
|
218
|
+
"setEnv": "Set environment variables",
|
|
219
|
+
"defaultNet": "Default",
|
|
220
|
+
"mountPath": "Mount path",
|
|
221
|
+
"restartNo": "Never",
|
|
222
|
+
"restartUnless": "Unless stopped",
|
|
223
|
+
"restartAlways": "Always",
|
|
224
|
+
"restartOnFail": "On failure",
|
|
225
|
+
"needAck": "Confirm before pruning",
|
|
226
|
+
"scopeContainers": "Stopped containers",
|
|
227
|
+
"scopeImages": "Unused images",
|
|
228
|
+
"scopeVolumes": "Unused volumes",
|
|
229
|
+
"scopeBuilder": "Build cache",
|
|
230
|
+
"scopeSystem": "Everything unused",
|
|
231
|
+
"noVolumesYet": "No volumes yet — create one on the Volumes tab first.",
|
|
232
|
+
"customPort": "Another host port",
|
|
233
|
+
"customPortHost": "Host port",
|
|
234
|
+
"customPortContainer": "Container port",
|
|
235
|
+
"pctUsed": "{{n}}% used",
|
|
236
|
+
"customPortHint": "1–65535. Example: 9090 → 80.",
|
|
237
|
+
"pickBridge": "Bridge network"
|
|
238
|
+
},
|
|
239
|
+
"deleteTitle": "Delete {{id}}",
|
|
240
|
+
"deleteDesc": "This cannot be undone.",
|
|
241
|
+
"deleteC1": "The resource is removed from this host.",
|
|
242
|
+
"deleteComposeVal": "This is a validator stack — the validator instance is also deleted.",
|
|
243
|
+
"pruneTitle": "Prune Docker resources",
|
|
244
|
+
"pruneDesc": "Type PRUNE to confirm. Unused data cannot be restored.",
|
|
245
|
+
"pruneC1": "Unused resources in the selected scope are deleted.",
|
|
246
|
+
"pruneC2": "Volume and system prune permanently delete unused data volumes.",
|
|
247
|
+
"pruneC3": "Stopped containers or unused images in this scope are removed."
|
|
248
|
+
}
|
package/locales/en/email.json
CHANGED
|
@@ -41,13 +41,16 @@
|
|
|
41
41
|
"webmailMovedHint": "Webmail is configured globally (not per domain).",
|
|
42
42
|
"openGlobalWebmailSettings": "Open webmail settings",
|
|
43
43
|
"domainsTitle": "Domains ({{filtered}}/{{total}})",
|
|
44
|
+
"domainsListDesc": "Mail domains registered on this host",
|
|
44
45
|
"emptyFilterHint": "No domains match the search",
|
|
45
46
|
"emptyCreateHint": "Use Create in the toolbar to register a domain;",
|
|
46
47
|
"queueLocalTitle": "Mail queue",
|
|
47
48
|
"needExecute": "Needs YSK_EXECUTE",
|
|
48
49
|
"viewQueue": "View queue",
|
|
49
50
|
"flushQueue": "Flush queue",
|
|
50
|
-
"
|
|
51
|
+
"flushQueueEmpty": "Queue is empty",
|
|
52
|
+
"flushQueueNeedExecute": "Flushing the queue needs YSK_EXECUTE (host execute permission)",
|
|
53
|
+
"queueHint": "Local Postfix queue. Viewing is a read probe; flush needs YSK_EXECUTE.",
|
|
51
54
|
"deleteThisId": "Delete this ID",
|
|
52
55
|
"queueEmpty": "No deferred mail",
|
|
53
56
|
"queueEmptyHint": "No deferred messages",
|
|
@@ -69,7 +72,8 @@
|
|
|
69
72
|
"opsHost": "Host provider: PTR, Port 25 outbound policy",
|
|
70
73
|
"opsRegistrar": "Registrar: publish MX / SPF / DKIM / DMARC",
|
|
71
74
|
"statusTitle": "Status",
|
|
72
|
-
"statusDraft": "
|
|
75
|
+
"statusDraft": "Draft (panel only)",
|
|
76
|
+
"deliverabilityChecks": "Checks",
|
|
73
77
|
"statusWritten": "written: management files written, may not be live",
|
|
74
78
|
"statusApplied": "applied: successfully applied before (still check service is-active)",
|
|
75
79
|
"statusReputation": "Inbox reputation can never be 100% automated",
|
|
@@ -105,6 +109,16 @@
|
|
|
105
109
|
"copyAllRecords": "Copy all records",
|
|
106
110
|
"openDnsPage": "Open DNS page",
|
|
107
111
|
"healthScore": "Health score",
|
|
112
|
+
"healthUnchecked": "Not checked yet",
|
|
113
|
+
"healthUncheckedHint": "Live DNS / PTR / port 25 have not been probed yet.",
|
|
114
|
+
"healthPartialScore": "Partial {{n}}/100 (DNS only)",
|
|
115
|
+
"healthPartialHint": "DNS checklist only — live and blacklist not probed.",
|
|
116
|
+
"deliverabilityScore": "Deliverability pack",
|
|
117
|
+
"opendkimNoReload": "OpenDKIM has no reload — use restart after key or table changes.",
|
|
118
|
+
"opendkimNoReloadTitle": "systemctl reload opendkim is not supported on this stack",
|
|
119
|
+
"healthChecklist": "Checklist {{score}}/100",
|
|
120
|
+
"healthChecklistHint": "Checklist score — live DNS / PTR / port 25 not probed yet",
|
|
121
|
+
"healthLiveHint": "Live probe score",
|
|
108
122
|
"suggestedRecords": "Suggested records",
|
|
109
123
|
"externalTodosCount": "External todos",
|
|
110
124
|
"colType": "Type",
|
|
@@ -189,7 +203,7 @@
|
|
|
189
203
|
"hourlyMsgCap": "Hourly message cap",
|
|
190
204
|
"hourlyMsgCapHint": "Global uses the minimum across domains",
|
|
191
205
|
"enableAntispam": "Enable antispam mark (Rspamd multimap)",
|
|
192
|
-
"enableAntispamDesc": "Off
|
|
206
|
+
"enableAntispamDesc": "Off keeps this domain out of the Rspamd antispam map. Write panel first, then apply to system.",
|
|
193
207
|
"writeControlOnly": "Write panel only",
|
|
194
208
|
"applyToSystemBtn": "Apply to system",
|
|
195
209
|
"dnsblResult": "DNSBL result",
|
|
@@ -314,6 +328,7 @@
|
|
|
314
328
|
"health": {
|
|
315
329
|
"dnsUnconfirmed": "DNS records (MX/SPF/DKIM) not yet confirmed",
|
|
316
330
|
"dmarcMissing": "DMARC missing — strongly recommended",
|
|
331
|
+
"dmarcUnpublished": "DMARC is generated in the panel but not published in public DNS yet",
|
|
317
332
|
"ptrBad": "PTR reverse DNS missing or incorrect — request at VPS provider",
|
|
318
333
|
"port25Blocked": "Outbound Port 25 appears blocked — request unblock or use SMTP relay",
|
|
319
334
|
"port25Unknown": "Port 25 status unknown — run connectivity check"
|
|
@@ -357,7 +372,8 @@
|
|
|
357
372
|
"postfixReloaded": "Postfix reloaded.",
|
|
358
373
|
"postfixReloadFailed": "Postfix reload failed: {{detail}}",
|
|
359
374
|
"dovecotApplied": "Wrote Dovecot TLS snippet and attempted reload.",
|
|
360
|
-
"dovecotSkipped": "Skipped Dovecot (not installed or doveconf unavailable)."
|
|
375
|
+
"dovecotSkipped": "Skipped Dovecot (not installed or doveconf unavailable).",
|
|
376
|
+
"dovecotSslOmitted": "Mail certificate is missing; wrote ssl=no so Dovecot can start without the LE files."
|
|
361
377
|
},
|
|
362
378
|
"policyApplySystemHint": "Check “apply to system” to write Postfix/Rspamd maps and reload;",
|
|
363
379
|
"rateLimitAppliedNote": "Hourly outbound rate and antispam flag applied (when system apply is on).",
|
|
@@ -396,12 +412,12 @@
|
|
|
396
412
|
"deliverabilityDesc": "PTR / DNS / port 25 checks",
|
|
397
413
|
"dnsTodosDesc": "Copy then add at your DNS host",
|
|
398
414
|
"deliverabilityHonesty": "Cannot set PTR or unlock port 25 for you",
|
|
399
|
-
"warmupSuggest": "
|
|
400
|
-
"writeSsoSkeleton": "
|
|
401
|
-
"rateLimitPerHour": "
|
|
402
|
-
"rateLimitGlobalHint": "
|
|
403
|
-
"savePolicyWritten": "
|
|
404
|
-
"dnsblMultiIp": "
|
|
415
|
+
"warmupSuggest": "Warm-up suggestions",
|
|
416
|
+
"writeSsoSkeleton": "Write Roundcube SSO skeleton",
|
|
417
|
+
"rateLimitPerHour": "Hourly message cap",
|
|
418
|
+
"rateLimitGlobalHint": "Global cap uses the lowest per-domain limit",
|
|
419
|
+
"savePolicyWritten": "Written to the control plane only",
|
|
420
|
+
"dnsblMultiIp": "Multi-IP RBL",
|
|
405
421
|
"webmailTool": "Webmail software",
|
|
406
422
|
"webmailToolRoundcube": "Roundcube (default)",
|
|
407
423
|
"webmailToolSnappy": "SnappyMail (lightweight)",
|
|
@@ -411,6 +427,9 @@
|
|
|
411
427
|
"webmailRisk": "Public webmail is risky — enable HTTPS soon.",
|
|
412
428
|
"webmailForceHttps": "Force HTTPS (Roundcube; SSL required)",
|
|
413
429
|
"reinstallWebmail": "Reinstall / upgrade",
|
|
430
|
+
"installWebmailTitle": "Create the shared webmail project (first install)",
|
|
431
|
+
"reinstallWebmailTitle": "Rebuild / upgrade the existing webmail project",
|
|
432
|
+
"reinstallNeedInstall": "Install webmail first",
|
|
414
433
|
"webmailSsoAdvanced": "Advanced · SSO plugin",
|
|
415
434
|
"tlsRoleMail": "mail (IMAP/SMTP)",
|
|
416
435
|
"tlsRoleMailHint": "Mail server hostname",
|
|
@@ -419,6 +438,7 @@
|
|
|
419
438
|
"tlsRoleApex": "Apex domain",
|
|
420
439
|
"tlsRoleApexHint": "Web / apex certificate",
|
|
421
440
|
"tlsRequestLe": "Request LE",
|
|
441
|
+
"tlsRequestLeFor": "Request LE for {{host}}",
|
|
422
442
|
"advancedToolsTitle": "Queue & clients",
|
|
423
443
|
"flushQueueConfirm": "Flush the local MTA queue? This cannot be undone.",
|
|
424
444
|
"mailSslTitleShort": "Certificates & TLS",
|
|
@@ -434,6 +454,7 @@
|
|
|
434
454
|
"deleteMailboxC3": "System Dovecot/Postfix may still need cleanup",
|
|
435
455
|
"deleteAliasTitle": "Delete alias/forward?",
|
|
436
456
|
"deleteAliasDesc": "Deletes {{source}}.",
|
|
457
|
+
"deleteImpact": "{{mailboxes}} mailboxes · {{records}} DNS records · {{aliases}} aliases",
|
|
437
458
|
"deleteDomainC1": "All mailboxes and aliases",
|
|
438
459
|
"deleteDomainC2": "Control-plane DKIM, DNS suggestions, and flags",
|
|
439
460
|
"deleteDomainC3": "Local dataDir/email directory if present",
|
|
@@ -473,5 +494,23 @@
|
|
|
473
494
|
"mailboxEmptyTitle": "No mailboxes yet",
|
|
474
495
|
"passwordMismatch": "Passwords do not match",
|
|
475
496
|
"passwordTooShort": "Password must be at least 8 characters",
|
|
476
|
-
"mailboxUpdateNeedField": "Set a new password or change status"
|
|
497
|
+
"mailboxUpdateNeedField": "Set a new password or change status",
|
|
498
|
+
"catchallHint": "Unknown local parts go to the target mailbox. Draft until mail apply.",
|
|
499
|
+
"queueSearchPh": "Search ID, sender, or recipient…",
|
|
500
|
+
"queueId": "Queue ID",
|
|
501
|
+
"queueSender": "Sender",
|
|
502
|
+
"queueRecipients": "Recipients",
|
|
503
|
+
"queueSize": "Size",
|
|
504
|
+
"queueReason": "Reason",
|
|
505
|
+
"queueActive": "Active",
|
|
506
|
+
"queueHeld": "Held",
|
|
507
|
+
"queueDeferred": "Deferred",
|
|
508
|
+
"deleteQueueTitle": "Delete this queued message?",
|
|
509
|
+
"deleteQueueDesc": "Remove {{id}} from the local MTA queue. Needs YSK_EXECUTE.",
|
|
510
|
+
"openQueuePage": "Open mail queue",
|
|
511
|
+
"dovecotFailedHint": "Dovecot failed. Open the Software tab for the unit status.",
|
|
512
|
+
"dovecotFailedStatus": "Dovecot is {{status}}. Open the Software tab for the unit summary.",
|
|
513
|
+
"mailCertMissing": "No certificate for {{hosts}}. Issue it on the SSL page.",
|
|
514
|
+
"mailCertPresent": "A mail certificate is already issued — this is not a missing-cert problem.",
|
|
515
|
+
"webmailNeedCert": "No certificate for {{host}} — issue it on SSL before forcing HTTPS."
|
|
477
516
|
}
|
package/locales/en/errors.json
CHANGED
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"adminTotpStrict": "Admins must enable 2FA (strict). Use an enrolled account or disable strict mode.",
|
|
26
26
|
"totpReplay": "Code already used; wait for the next period",
|
|
27
27
|
"totpRequired": "A valid authentication code is required",
|
|
28
|
-
"mustEnrollTotp": "
|
|
28
|
+
"mustEnrollTotp": "Policy: enable two-factor authentication now",
|
|
29
29
|
"userNotFound": "User not found",
|
|
30
30
|
"totpSetupNeedReauth": "Enabling 2FA requires your password (or a recent step-up code)",
|
|
31
31
|
"totpBeginFirst": "Start 2FA setup first",
|
|
@@ -37,7 +37,9 @@
|
|
|
37
37
|
"sessionExpired": "Session expired; sign in again",
|
|
38
38
|
"sessionIdle": "Idle timeout; sign in again",
|
|
39
39
|
"totpNotEnabled": "2FA is not enabled",
|
|
40
|
-
"totpSecretNoDataDir": "TOTP secret is encrypted but dataDir is not set"
|
|
40
|
+
"totpSecretNoDataDir": "TOTP secret is encrypted but dataDir is not set",
|
|
41
|
+
"mustChangePassword": "You must set a new password before continuing",
|
|
42
|
+
"policyNeedsOwn2fa": "Turn on 2FA for this account and confirm with a TOTP code before requiring 2FA for others"
|
|
41
43
|
},
|
|
42
44
|
"http": {
|
|
43
45
|
"notFoundRoute": "Not found: {{method}} {{path}}",
|
|
@@ -47,7 +49,8 @@
|
|
|
47
49
|
"unprocessable": "Request rejected by server",
|
|
48
50
|
"requestFailed": "Request failed ({{status}})",
|
|
49
51
|
"jsonInvalid": "Invalid JSON",
|
|
50
|
-
"internal": "Internal error"
|
|
52
|
+
"internal": "Internal error",
|
|
53
|
+
"payloadTooLarge": "Request body is too large"
|
|
51
54
|
},
|
|
52
55
|
"YSK_HOST_BROWSE_SSRF": "Host browse blocked by security policy",
|
|
53
56
|
"YSK_HOST_BROWSE_SESSION": "Host browse session not found or expired",
|