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/security.json
CHANGED
|
@@ -9,8 +9,12 @@
|
|
|
9
9
|
"pillReady": "Ready",
|
|
10
10
|
"pill2faOff": "2FA off",
|
|
11
11
|
"stat2fa": "2FA",
|
|
12
|
-
"statApi": "API",
|
|
12
|
+
"statApi": "API keys",
|
|
13
|
+
"statApiSessions": "API sessions",
|
|
14
|
+
"revokeOtherTitle": "Sign out {{n}} other session(s)",
|
|
13
15
|
"statSsh": "SSH",
|
|
16
|
+
"statSshValue": "{{keys}} keys · {{auth}} authorized",
|
|
17
|
+
"statSshHint": "Outbound identities / authorized login keys",
|
|
14
18
|
"statPending": "Pending",
|
|
15
19
|
"on": "On",
|
|
16
20
|
"off": "Off",
|
|
@@ -19,7 +23,7 @@
|
|
|
19
23
|
"tabApiKeys": "API keys",
|
|
20
24
|
"tabSsh": "SSH",
|
|
21
25
|
"tabApprovals": "Approvals",
|
|
22
|
-
"tabAllowlist": "
|
|
26
|
+
"tabAllowlist": "Agent tools",
|
|
23
27
|
"apiTokenOnce": "API token (shown once):",
|
|
24
28
|
"copiedToken": "Token copied",
|
|
25
29
|
"totpTitle": "Two-factor (TOTP)",
|
|
@@ -57,6 +61,8 @@
|
|
|
57
61
|
"reauthPassword": "Re-enter password",
|
|
58
62
|
"reauthPasswordHint": "Start/reset 2FA requires password again (stolen session protection)",
|
|
59
63
|
"reauthPasswordRequired": "Enter your login password first",
|
|
64
|
+
"needCurrentPassword": "Enter the current password first",
|
|
65
|
+
"passwordMin8": "New password must be at least 8 characters",
|
|
60
66
|
"totpSecretGenerated": "Secret ready — scan the QR or copy the key, then enter the app’s 6-digit code",
|
|
61
67
|
"reset2fa": "Reset 2FA",
|
|
62
68
|
"start2fa": "Set up 2FA",
|
|
@@ -103,8 +109,9 @@
|
|
|
103
109
|
"revokeAllDevices": "Revoke all devices",
|
|
104
110
|
"revokedAllDevices": "All trusted devices revoked",
|
|
105
111
|
"export2faBackup": "Export 2FA encrypted backup",
|
|
106
|
-
"fail2banSnippetMsg": "
|
|
107
|
-
"
|
|
112
|
+
"fail2banSnippetMsg": "fail2ban snippets: {{written}} — {{notes}}",
|
|
113
|
+
"generatefail2ban": "Generate fail2ban snippets",
|
|
114
|
+
"generateFail2ban": "Generate fail2ban snippets",
|
|
108
115
|
"adminPolicyTitle": "Admin 2FA policy",
|
|
109
116
|
"adminPolicyDesc": "",
|
|
110
117
|
"requireAdmin2fa": "Require admin 2FA",
|
|
@@ -124,8 +131,9 @@
|
|
|
124
131
|
"apiKeysEmpty": "No API keys yet",
|
|
125
132
|
"apiKeysEmptyHint": "Create from the toolbar; then call API with Bearer token",
|
|
126
133
|
"approve": "Approve",
|
|
127
|
-
"allowlistTitle": "
|
|
128
|
-
"allowlistEmpty": "No
|
|
134
|
+
"allowlistTitle": "Agent tools ({{count}})",
|
|
135
|
+
"allowlistEmpty": "No agent tools in the catalog",
|
|
136
|
+
"totpStatusLoadFailed": "Could not load 2FA status",
|
|
129
137
|
"createApiKeyTitle": "Create API key",
|
|
130
138
|
"createApiKeyDesc": "Full token is shown only once after create",
|
|
131
139
|
"createKeyBtn": "Create key",
|
|
@@ -199,7 +207,9 @@
|
|
|
199
207
|
"commentOptional": "Comment (optional)",
|
|
200
208
|
"commentPlaceholder": "laptop / CI",
|
|
201
209
|
"loginNeedProject": "Create a project first. Binding works best when the system user is ready.",
|
|
202
|
-
"loginNeedPub": "Select a project and paste a public key starting with ssh-",
|
|
210
|
+
"loginNeedPub": "Select a project or Linux user, and paste a public key starting with ssh-",
|
|
211
|
+
"loginNoProjects": "No projects. Authorize an existing Linux user (root / tester) below. Writing /root/.ssh needs YSK_EXECUTE=1.",
|
|
212
|
+
"loginLinuxHint": "Used when no project. Example: root or tester.",
|
|
203
213
|
"loginAdded": "Added",
|
|
204
214
|
"sshdTitle": "Project user SFTP (sshd)",
|
|
205
215
|
"sshdDesc": "Let ysks_* / ysk_* project users SFTP with public keys",
|
|
@@ -323,6 +333,14 @@
|
|
|
323
333
|
"ssh2faStep3": "Write home file",
|
|
324
334
|
"ssh2faStep4": "Install PAM module and merge snippets (below)",
|
|
325
335
|
"pkgLabel": "Package {{name}}",
|
|
336
|
+
"pkgStatus": "Package {{status}}",
|
|
337
|
+
"pamStatus": "PAM {{status}}",
|
|
338
|
+
"kbdStatus": "sshd keyboard-interactive {{status}}",
|
|
339
|
+
"light": {
|
|
340
|
+
"green": "ok",
|
|
341
|
+
"yellow": "check",
|
|
342
|
+
"red": "missing"
|
|
343
|
+
},
|
|
326
344
|
"enrollForUser": "Enroll SSH 2FA for user",
|
|
327
345
|
"ssh2faEmpty": "No Linux user has SSH 2FA yet",
|
|
328
346
|
"ssh2faEmptyHint": "Prefer key login first;",
|
|
@@ -367,7 +385,13 @@
|
|
|
367
385
|
"sharePanelTitle": "Share panel TOTP secret?",
|
|
368
386
|
"sharePanelDesc": "High risk. Type SHARED to confirm.",
|
|
369
387
|
"confirmString": "Confirmation string",
|
|
370
|
-
"enableShare": "Enable sharing"
|
|
388
|
+
"enableShare": "Enable sharing",
|
|
389
|
+
"invalidPub": "Paste a full OpenSSH public key line (ssh-ed25519 / ssh-rsa / ecdsa…).",
|
|
390
|
+
"dryRunOk": "Dry-run finished. Review the preview below.",
|
|
391
|
+
"strictDryRun": "Strict preview (dry-run)",
|
|
392
|
+
"errorNoDetail": "Test failed (no details)",
|
|
393
|
+
"strictBlocked": "Package or PAM is not ready; Strict apply is disabled.",
|
|
394
|
+
"privCloseWithoutAck": "Closed. The private key will not be shown again; generate a new one if you did not save it."
|
|
371
395
|
},
|
|
372
396
|
"sessionsActive": "Active sessions",
|
|
373
397
|
"sessionsOther": "Other devices",
|
|
@@ -390,5 +414,42 @@
|
|
|
390
414
|
"revokeOthersDesc": "This will end {{count}} other session(s). Your current browser stays signed in.",
|
|
391
415
|
"sessionRevoked": "Session signed out",
|
|
392
416
|
"mySecurityHint": "",
|
|
393
|
-
"policyTotpHint": "Site policy: each admin must enable their own 2FA (individual QR)"
|
|
417
|
+
"policyTotpHint": "Site policy: each admin must enable their own 2FA (individual QR)",
|
|
418
|
+
"requireUser2fa": "Require 2FA for all panel users",
|
|
419
|
+
"changePasswordTitle": "Change sign-in password",
|
|
420
|
+
"currentPassword": "Current password",
|
|
421
|
+
"newPassword": "New password",
|
|
422
|
+
"confirmNewPassword": "Confirm new password",
|
|
423
|
+
"passwordMismatch": "New passwords do not match.",
|
|
424
|
+
"changePassword": "Change password",
|
|
425
|
+
"passwordChanged": "Password updated.",
|
|
426
|
+
"strictNeedsEnrolled": "Enable 2FA on this admin account before turning on Strict.",
|
|
427
|
+
"policyTotpNeedSelf": "Enable 2FA on this account first; the confirm code cannot be filled otherwise.",
|
|
428
|
+
"policyNoTotpHint": "This account has no 2FA yet. Turn on 2FA above before requiring it for admins or all users — otherwise you can lock everyone out.",
|
|
429
|
+
"policyNeedSelf2fa": "Enable 2FA on this account first, then confirm with a TOTP code",
|
|
430
|
+
"revokeAllDevicesTitle": "Revoke every remembered device — you and other admins must verify 2FA again",
|
|
431
|
+
"sessionCli": "CLI",
|
|
432
|
+
"sessionApi": "API",
|
|
433
|
+
"fail2banSnippetTitle": "fail2ban snippet",
|
|
434
|
+
"fail2banSnippetEmpty": "No snippet was written.",
|
|
435
|
+
"trustedDevicesTitle": "Trusted devices",
|
|
436
|
+
"noTrustedDevices": "No trusted devices.",
|
|
437
|
+
"strictConfirmTitle": "Turn on Strict 2FA?",
|
|
438
|
+
"strictConfirmDesc": "Users without 2FA will be refused sign-in. Confirm you already have a working TOTP or passkey.",
|
|
439
|
+
"revokeDevicesTitle": "Revoke trusted devices?",
|
|
440
|
+
"revokeDevicesDesc": "Remembered browsers will need 2FA again.",
|
|
441
|
+
"approvalsHint": "Approvals appear when a high-risk tool needs a second operator. Grant Review approvals and Handle approvals on Users → Permissions.",
|
|
442
|
+
"allowlistReadonly": "Read-only catalog of agent tools. Capability grants are configured on Users → Permissions.",
|
|
443
|
+
"colTool": "Tool",
|
|
444
|
+
"colAllowed": "Allowed",
|
|
445
|
+
"colRisk": "Risk",
|
|
446
|
+
"colApproval": "Approval",
|
|
447
|
+
"risk": {
|
|
448
|
+
"low": "Low",
|
|
449
|
+
"medium": "Medium",
|
|
450
|
+
"high": "High",
|
|
451
|
+
"critical": "Critical"
|
|
452
|
+
},
|
|
453
|
+
"confirmDeleteApiKey": "Delete this API key?",
|
|
454
|
+
"confirmDeleteApiKeyDesc": "“{{name}}” will stop authenticating. This cannot be undone."
|
|
394
455
|
}
|
|
@@ -7,11 +7,22 @@
|
|
|
7
7
|
"modePrivate": "Local only",
|
|
8
8
|
"modePublic": "Public",
|
|
9
9
|
"modeRestricted": "Restricted",
|
|
10
|
+
"modeUndecided": "Not set",
|
|
11
|
+
"modePublicLive": "Public (live bind)",
|
|
12
|
+
"summaryPublicLive": "Listening on {{bind}} — reachable on all interfaces. Confirm access mode; this is not private.",
|
|
13
|
+
"modeLoading": "Loading",
|
|
10
14
|
"summaryPrivate": "Not open on the public firewall.",
|
|
11
15
|
"summaryPublic": "Open · {{ports}}",
|
|
16
|
+
"summaryUndecided": "Access mode not confirmed (catalog default: {{suggested}}).",
|
|
17
|
+
"summaryNotEnforced": "Firewall is off — the panel is not opening or blocking these ports.",
|
|
18
|
+
"roleSmtp": "SMTP submission",
|
|
19
|
+
"roleImap": "IMAP / POP3 mailbox",
|
|
12
20
|
"summaryRestricted": "Restricted · {{count}} source(s)",
|
|
13
21
|
"summaryFirewallOff": "Host firewall: {{detail}} — rules not enforced until UFW is active.",
|
|
22
|
+
"summaryFirewallOffOnly": "Host firewall is not enabled, so port rules are not enforced.",
|
|
14
23
|
"outOfSync": "Out of sync",
|
|
24
|
+
"openButStopped": "Ports open — service not running",
|
|
25
|
+
"openNoTenants": "Public ports with no tenants",
|
|
15
26
|
"firewallOff": "Firewall off",
|
|
16
27
|
"ufwMissing": "UFW not installed",
|
|
17
28
|
"ufwInactive": "inactive",
|
|
@@ -27,5 +38,6 @@
|
|
|
27
38
|
"restrictedNeedSource": "Add at least one IP/CIDR or country code for restricted mode.",
|
|
28
39
|
"privateStartTitle": "Expose {{service}} on the network?",
|
|
29
40
|
"confirmAndStart": "Confirm and start",
|
|
30
|
-
"cloudSgNote": "Host firewall only — cloud security groups (AWS/GCP/Azure) are not changed."
|
|
41
|
+
"cloudSgNote": "Host firewall only — cloud security groups (AWS/GCP/Azure) are not changed.",
|
|
42
|
+
"serviceNotInstalled": "This service is not installed, so firewall rules do not apply."
|
|
31
43
|
}
|
package/locales/en/services.json
CHANGED
|
@@ -1,13 +1,78 @@
|
|
|
1
1
|
{
|
|
2
2
|
"enabledBoot": "On boot",
|
|
3
|
+
"unitNotFound": "Not installed",
|
|
4
|
+
"bootNa": "Not applicable",
|
|
5
|
+
"unitNa": "Not applicable",
|
|
6
|
+
"permLabel": "Permission",
|
|
7
|
+
"permCanChange": "Can change the system (superuser)",
|
|
8
|
+
"permBlocked": "Cannot change the system",
|
|
9
|
+
"permHint": "System change {{exec}} · Superuser {{root}}",
|
|
10
|
+
"clusterLegend": "Planned = saved in the panel, not applied on the host.",
|
|
11
|
+
"active": {
|
|
12
|
+
"active": "Running",
|
|
13
|
+
"inactive": "Stopped",
|
|
14
|
+
"not-found": "Not installed",
|
|
15
|
+
"failed": "Failed",
|
|
16
|
+
"tool": "Tool",
|
|
17
|
+
"activating": "Starting"
|
|
18
|
+
},
|
|
19
|
+
"unitStatic": "static",
|
|
20
|
+
"unitIndirect": "indirect",
|
|
3
21
|
"action": {
|
|
4
22
|
"start": "Start",
|
|
5
23
|
"stop": "Stop",
|
|
6
24
|
"restart": "Restart",
|
|
7
|
-
"reload": "Reload"
|
|
25
|
+
"reload": "Reload",
|
|
26
|
+
"enable": "Enable on boot",
|
|
27
|
+
"disable": "Disable on boot"
|
|
8
28
|
},
|
|
29
|
+
"enabledOk": "{{label}} enabled on boot",
|
|
30
|
+
"bootDisabledWarn": "{{label}} is running but will not start at boot. Enable it to persist across reboot.",
|
|
31
|
+
"bootDisabledShort": "Not on boot",
|
|
32
|
+
"sshdBootOffWarn": "sshd is not enabled on boot. After reboot this host will have no SSH rescue path.",
|
|
33
|
+
"mariadbNotInstalled": "MariaDB is not installed",
|
|
34
|
+
"mariadbNotInstalledMysqlOk": "Not installed: MariaDB (MySQL is installed)",
|
|
35
|
+
"lifecycleTitle": "{{label}} service control",
|
|
36
|
+
"startedOk": "{{label}} started",
|
|
37
|
+
"stoppedOk": "{{label}} stopped",
|
|
38
|
+
"needRunning": "{{label}} is not running",
|
|
39
|
+
"restartedOk": "{{label}} restarted",
|
|
40
|
+
"reloadedOk": "{{label}} reloaded",
|
|
41
|
+
"reloadTitle": "Reload {{label}} configuration without a full restart",
|
|
42
|
+
"stopNeedConfirm": "Needs confirmation",
|
|
43
|
+
"stopNeedConfirmPhrase": "Needs confirmation phrase",
|
|
44
|
+
"stopNeedConfirmImpact": "Stop {{label}}? Active connections to this service will drop.",
|
|
45
|
+
"stopConfirmTitle": "Stop {{label}}?",
|
|
46
|
+
"stopConfirmDesc": "{{label}} will stop listening. Start it again from this page when needed.",
|
|
47
|
+
"stopConfirmEdgeDesc": "Stopping {{label}} takes sites and reverse-proxy traffic offline until it is started again.",
|
|
48
|
+
"stopConfirmEdgeConsequence": "HTTP/HTTPS on this host will not be served while {{label}} is stopped.",
|
|
49
|
+
"stopConfirmSshdTitle": "Stop sshd?",
|
|
50
|
+
"stopConfirmSshdDesc": "Stopping sshd closes remote SSH. Confirm you still have a console or another login path.",
|
|
51
|
+
"stopConfirmSshdToken": "stop sshd",
|
|
52
|
+
"stopConfirmSshdConsequence": "New SSH sessions will fail until sshd is started from the host console.",
|
|
53
|
+
"stopConfirmPanelTitle": "Stop YSK Server?",
|
|
54
|
+
"stopConfirmPanelDesc": "The panel and API will go offline until the unit is started on the host.",
|
|
55
|
+
"stopConfirmPanelSshdOffDesc": "The panel and API will go offline. sshd is not enabled on boot, so SSH may not be a rescue path after reboot.",
|
|
56
|
+
"stopConfirmPanelSshdOffConsequence": "sshd is not enabled on boot. After reboot you may have no SSH rescue path.",
|
|
57
|
+
"ufwNoLifecycle": "UFW is not started or stopped from this matrix.",
|
|
58
|
+
"restartConfirmPanelTitle": "Restart YSK Server?",
|
|
59
|
+
"restartConfirmPanelDesc": "The panel and API will drop briefly while the unit restarts.",
|
|
60
|
+
"restartConfirmTitle": "Restart {{label}}?",
|
|
61
|
+
"restartConfirmDesc": "Restart {{label}} now. Active connections may drop.",
|
|
62
|
+
"startVerifyFailed": "{{label}} start did not stay healthy.",
|
|
63
|
+
"stopConfirmPanelToken": "stop ysk-server",
|
|
64
|
+
"stopConfirmPanelConsequence": "This browser session will disconnect. Start the unit from SSH or the host console.",
|
|
65
|
+
"stopConfirmFail2banTitle": "Stop fail2ban?",
|
|
66
|
+
"stopConfirmFail2banDesc": "Stopping fail2ban turns off automatic IP bans. Websites and SSH keep running.",
|
|
67
|
+
"stopConfirmFail2banConsequence": "New attackers are not banned until fail2ban is started again.",
|
|
9
68
|
"actionDone": "{{action}} done",
|
|
10
69
|
"runningOf": "{{running}}/{{total}} running",
|
|
70
|
+
"statusFilter": {
|
|
71
|
+
"all": "All states",
|
|
72
|
+
"running": "Running",
|
|
73
|
+
"failed": "Failed",
|
|
74
|
+
"missing": "Not installed"
|
|
75
|
+
},
|
|
11
76
|
"canMutate": "Mutable",
|
|
12
77
|
"locked": "Locked",
|
|
13
78
|
"controlUnit": "Control-plane unit",
|
|
@@ -21,7 +86,7 @@
|
|
|
21
86
|
"matrixTab": "Service matrix ({{count}})",
|
|
22
87
|
"stackTab": "Software stack",
|
|
23
88
|
"stackTitle": "Host software stack",
|
|
24
|
-
"stackHint": "
|
|
89
|
+
"stackHint": "Software plans install OS packages. The service matrix tab lists systemd units — the two counts are not the same set.",
|
|
25
90
|
"protectionTab": "Protection probe",
|
|
26
91
|
"knownServices": "Known services",
|
|
27
92
|
"showing": "Showing {{shown}} / {{total}}",
|
|
@@ -31,6 +96,7 @@
|
|
|
31
96
|
"bootPrefix": "Boot {{state}}",
|
|
32
97
|
"controlPage": "Control page",
|
|
33
98
|
"manageRuntime": "Install / update",
|
|
99
|
+
"installOrOpen": "Install / open",
|
|
34
100
|
"protectionTitle": "Protection probe",
|
|
35
101
|
"protectionSub": "Read-only; does not change firewall / fail2ban",
|
|
36
102
|
"protectionDoneNote": "Protection probe finished",
|
package/locales/en/software.json
CHANGED
|
@@ -87,7 +87,8 @@
|
|
|
87
87
|
"pick": "Pick version",
|
|
88
88
|
"noTarget": "No update target",
|
|
89
89
|
"needRuntimePage": "Install this version on the runtime page",
|
|
90
|
-
"noAptCandidate": "No apt candidate version"
|
|
90
|
+
"noAptCandidate": "No apt candidate version",
|
|
91
|
+
"sourceLabel": "Source"
|
|
91
92
|
},
|
|
92
93
|
"install": {
|
|
93
94
|
"progress": "Installing: {{list}}…",
|
|
@@ -48,6 +48,8 @@
|
|
|
48
48
|
"vnc": "VNC services will stop",
|
|
49
49
|
"controlPlane": "Control plane runtime (protected)",
|
|
50
50
|
"generic": "Related services may stop",
|
|
51
|
+
"containers": "Running containers will stop",
|
|
52
|
+
"validators": "Validator node stacks that use Docker Compose will stop",
|
|
51
53
|
"purgeData": "Data paths will be deleted",
|
|
52
54
|
"protectedSkipped": "Protected components are skipped",
|
|
53
55
|
"runtimeStack": "All panel-managed versions of this runtime will be removed"
|
|
@@ -57,5 +59,13 @@
|
|
|
57
59
|
"dockCancelling": "Cancelling · {{title}}",
|
|
58
60
|
"dockCancelled": "Cancelled · {{title}}",
|
|
59
61
|
"cancelHint": "Cancel requested. The client stopped listening; the host may finish the current apt/step. Re-probe status after a moment.",
|
|
60
|
-
"cancelledToast": "Operation cancelled (client stopped streaming)"
|
|
62
|
+
"cancelledToast": "Operation cancelled (client stopped streaming)",
|
|
63
|
+
"kindApply": "Apply",
|
|
64
|
+
"kindScan": "Scan",
|
|
65
|
+
"kindDeploy": "Deploy",
|
|
66
|
+
"kindRuntime": "Runtime",
|
|
67
|
+
"jobDone": "Finished · {{title}}",
|
|
68
|
+
"jobFailed": "Failed · {{title}}",
|
|
69
|
+
"uninstallUfwWarn": "Removing UFW leaves this host without its panel-managed port firewall.",
|
|
70
|
+
"uninstallFail2banWarn": "Removing fail2ban stops jails and releases current bans. Add your login IP to ignoreip first if you keep it."
|
|
61
71
|
}
|
package/locales/en/ssl.json
CHANGED
|
@@ -16,6 +16,8 @@
|
|
|
16
16
|
},
|
|
17
17
|
"pillCount": "{{count}} cert(s)",
|
|
18
18
|
"statCerts": "Certificates",
|
|
19
|
+
"panelCertHint": "Panel HTTPS uses {{path}} (expires {{exp}}). It is not listed as a site certificate.",
|
|
20
|
+
"openPanelTls": "Open panel HTTPS",
|
|
19
21
|
"statWithFiles": "With files",
|
|
20
22
|
"statBindings": "Bindings",
|
|
21
23
|
"statFailed": "Failed",
|
|
@@ -71,6 +73,9 @@
|
|
|
71
73
|
"filesYes": "Yes",
|
|
72
74
|
"filesNo": "No",
|
|
73
75
|
"colExpires": "Expires",
|
|
76
|
+
"renew": "Renew",
|
|
77
|
+
"renewFor": "Renew {{domain}}",
|
|
78
|
+
"deleteDomain": "Delete {{domain}}",
|
|
74
79
|
"colStatus": "Status",
|
|
75
80
|
"emptyTitle": "No certificates yet",
|
|
76
81
|
"emptyDesc": "Use “Upload certificate” or “Request Let’s Encrypt” above",
|
|
@@ -93,11 +98,17 @@
|
|
|
93
98
|
"leHttp01Hint": "Normal domains use http-01 (nginx plugin)",
|
|
94
99
|
"deleteTitle": "Delete certificate?",
|
|
95
100
|
"deleteDesc": "Removes cert files and registration for {{domain}}.",
|
|
101
|
+
"deleteNeedDomain": "Delete this certificate — type the domain name to confirm",
|
|
96
102
|
"savedCert": "Saved certificate for {{domain}}",
|
|
97
103
|
"uploadFailed": "Upload failed",
|
|
98
104
|
"requestBlocked": "Cannot complete certificate request in the admin panel",
|
|
99
105
|
"requestDone": "Certificate request completed",
|
|
100
106
|
"requestFailed": "Certificate request did not succeed",
|
|
101
107
|
"applyFailed": "Request failed",
|
|
102
|
-
"deletedCert": "Deleted {{domain}}"
|
|
108
|
+
"deletedCert": "Deleted {{domain}}",
|
|
109
|
+
"uninstallCertbotWarn": "Removing certbot stops automatic renewal of existing Let's Encrypt certificates.",
|
|
110
|
+
"uninstallCertbot": "Uninstall certbot (loses auto-renew)",
|
|
111
|
+
"domainRequired": "Please enter a domain.",
|
|
112
|
+
"domainInvalid": "Domain format is not valid.",
|
|
113
|
+
"domainKnownHint": "Pick a known project, DNS, or mail domain, or type a custom name."
|
|
103
114
|
}
|
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"purgeConfirm": "Confirm purge? Registered data paths (databases/mail) will be deleted permanently.",
|
|
3
|
-
"installedCount": "
|
|
3
|
+
"installedCount": "Packages installed {{installed}} · missing {{missing}}",
|
|
4
|
+
"countHint": "These counts are OS packages in the software plan — not the service-matrix units on the other tab.",
|
|
5
|
+
"executeRoot": "System changes {{execute}} · administrator {{root}}",
|
|
6
|
+
"manifestPlan": "Plan {{plan}} ({{bundles}})",
|
|
7
|
+
"manifestHint": "Last chosen software plan and bundles",
|
|
4
8
|
"needRootExecute": "Live install/remove needs administrator rights and system-change permission. You can still dry-run.",
|
|
5
9
|
"modeInstall": "Install plan",
|
|
6
10
|
"modeUninstall": "Uninstall",
|
|
@@ -15,5 +19,8 @@
|
|
|
15
19
|
"dataPolicy": "Data policy",
|
|
16
20
|
"keepData": "Keep data",
|
|
17
21
|
"purgeData": "Purge data",
|
|
18
|
-
"uninstallNow": "Uninstall now"
|
|
22
|
+
"uninstallNow": "Uninstall now",
|
|
23
|
+
"uninstallNeedSelect": "Select at least one bundle. Empty selection no longer means remove all.",
|
|
24
|
+
"uninstallConfirmTitle": "Remove selected bundles?",
|
|
25
|
+
"uninstallConfirmDesc": "{{count}} bundle(s) will be removed. Type REMOVE to confirm."
|
|
19
26
|
}
|
package/locales/en/support.json
CHANGED
|
@@ -24,5 +24,21 @@
|
|
|
24
24
|
"cryptoNetwork": "Network",
|
|
25
25
|
"cryptoAddress": "Address",
|
|
26
26
|
"copy": "Copy",
|
|
27
|
-
"copied": "Copied"
|
|
27
|
+
"copied": "Copied",
|
|
28
|
+
"copyTitle": "Copy {{address}}",
|
|
29
|
+
"docsLink": "Documentation",
|
|
30
|
+
"diagTitle": "Diagnostic summary",
|
|
31
|
+
"diagBody": "Copy version, system-change, superuser, and host facts to paste into an email. This is not a full log bundle.",
|
|
32
|
+
"diagCopy": "Copy diagnostic summary",
|
|
33
|
+
"diagCopied": "Diagnostic summary copied",
|
|
34
|
+
"diagCopyTitle": "Copy version, system-change, and host facts",
|
|
35
|
+
"diagPreview": "Preview what will be copied",
|
|
36
|
+
"diagLoading": "Loading diagnostic…",
|
|
37
|
+
"diagLoadFailed": "Could not load diagnostic",
|
|
38
|
+
"copiedAddr": "Copied {{addr}}",
|
|
39
|
+
"diagStatus": "Status",
|
|
40
|
+
"diagMode": "Mode",
|
|
41
|
+
"diagProtection": "Protection",
|
|
42
|
+
"diagHostname": "Hostname",
|
|
43
|
+
"diagOs": "OS"
|
|
28
44
|
}
|
package/locales/en/system.json
CHANGED
|
@@ -27,8 +27,11 @@
|
|
|
27
27
|
"optional": "Optional",
|
|
28
28
|
"prettyPh": "Friendly display name",
|
|
29
29
|
"timezone": "Timezone",
|
|
30
|
-
"timezoneHint": "
|
|
30
|
+
"timezoneHint": "IANA zone from timedatectl (e.g. Asia/Hong_Kong). This is the host clock — cron and vsftpd local time follow it. Stored timestamps stay UTC.",
|
|
31
|
+
"timezoneNow": "Host time now: {{time}} ({{tz}})",
|
|
32
|
+
"timezoneBrowserDiff": "This host uses {{host}}; your browser uses {{browser}}. Changing timezone here changes the host clock, not the browser.",
|
|
31
33
|
"timezoneSelect": "Select timezone",
|
|
34
|
+
"notExported": "Not exported yet",
|
|
32
35
|
"dns": "DNS",
|
|
33
36
|
"updated": "Updated",
|
|
34
37
|
"applyIdentity": "Apply identity",
|
|
@@ -39,9 +42,9 @@
|
|
|
39
42
|
"panelSsl": "Panel SSL",
|
|
40
43
|
"panelTls": {
|
|
41
44
|
"title": "Panel HTTPS",
|
|
42
|
-
"sub": "Control plane (ysk-server) serves TLS on
|
|
45
|
+
"sub": "Control plane (ysk-server) serves TLS on the configured port; WebAuthn/Passkeys need HTTPS",
|
|
43
46
|
"domain": "Panel domain",
|
|
44
|
-
"domainHint": "Used for certificate issue/bind, e.g.
|
|
47
|
+
"domainHint": "Used for certificate issue/bind, e.g. {{host}}",
|
|
45
48
|
"email": "Let’s Encrypt email",
|
|
46
49
|
"status": "Status",
|
|
47
50
|
"enabled": "TLS enabled in config",
|
|
@@ -53,7 +56,9 @@
|
|
|
53
56
|
"issueEnable": "Issue cert & enable HTTPS",
|
|
54
57
|
"enableExisting": "Enable with existing cert",
|
|
55
58
|
"disable": "Disable panel HTTPS",
|
|
59
|
+
"disableNeedConfirm": "Needs confirmation — type DISABLE-HTTPS",
|
|
56
60
|
"needDomain": "Enter hostname / domain first",
|
|
61
|
+
"needFqdn": "Need a FQDN (example.com), not a bare hostname",
|
|
57
62
|
"urlHint": "After restart open {{url}}",
|
|
58
63
|
"certMissing": "TLS enabled but cert/key files missing",
|
|
59
64
|
"restartToApply": "Restart ysk-server to apply HTTPS",
|
|
@@ -77,7 +82,16 @@
|
|
|
77
82
|
"leOk": "Let’s Encrypt certificate obtained for {{domain}}",
|
|
78
83
|
"leFailed": "Certificate request failed: {{detail}}",
|
|
79
84
|
"leHint": "Ensure DNS A points here and port 80 is reachable (or nginx serves the domain)",
|
|
80
|
-
"openFirewall": "If public: allow panel port {{port}}/tcp (Firewall → open port → 9287 Panel)"
|
|
85
|
+
"openFirewall": "If public: allow panel port {{port}}/tcp (Firewall → open port → 9287 Panel)",
|
|
86
|
+
"disableConfirmTitle": "Disable panel HTTPS?",
|
|
87
|
+
"disableConfirmDesc": "The panel will serve HTTP. WebAuthn / Passkey will stop working until HTTPS is on again.",
|
|
88
|
+
"disablePasskeyWarn": "Registered passkeys need HTTPS — they will fail on HTTP.",
|
|
89
|
+
"listenPublic": "Panel is listening on a public address (0.0.0.0/::). Restrict with a firewall or bind to 127.0.0.1.",
|
|
90
|
+
"bootstrapCert": "This is the self-signed bootstrap certificate — browsers will warn. Issue a trusted certificate for the panel domain.",
|
|
91
|
+
"cliNoSocket": "CLI has no live HTTP socket; servingHttps is inferred from config and listen sockets (ss).",
|
|
92
|
+
"listenHost": "Listen address",
|
|
93
|
+
"currentHost": "This session",
|
|
94
|
+
"replaceCert": "Replace with a trusted certificate"
|
|
81
95
|
},
|
|
82
96
|
"timeNtp": "Time & NTP",
|
|
83
97
|
"clockStatus": "System clock status",
|
|
@@ -119,6 +133,9 @@
|
|
|
119
133
|
"powerTitle": "Power (danger zone)",
|
|
120
134
|
"powerWarn": "Reboot/poweroff interrupts all services and the panel. The panel cannot power the host on — needs physical access or hypervisor.",
|
|
121
135
|
"unlocked": "Unlocked",
|
|
136
|
+
"powerUnlock": "Unlock danger zone",
|
|
137
|
+
"powerLock": "Lock danger zone",
|
|
138
|
+
"noScheduledPower": "No reboot or poweroff is scheduled",
|
|
122
139
|
"powerCaps": "Needs YSK_EXECUTE=1 and root. Now EXECUTE={{exec}}, root={{root}}.",
|
|
123
140
|
"scheduledPower": "Scheduled poweroff/reboot detected",
|
|
124
141
|
"cancelScheduleHint": ". Use “Cancel schedule” to withdraw.",
|
|
@@ -160,6 +177,7 @@
|
|
|
160
177
|
"syncToSystem": "Sync to system",
|
|
161
178
|
"syncSub": "Copy to /etc/nginx/conf.d and reload — needs root + EXECUTE",
|
|
162
179
|
"syncReload": "Sync + reload",
|
|
180
|
+
"syncReloadNeedConfirm": "Needs confirmation — writes /etc/nginx/conf.d and reloads Nginx",
|
|
163
181
|
"exportOnly": "Export only + list conf",
|
|
164
182
|
"dryRun": "Dry-run",
|
|
165
183
|
"dryRunNote": "Dry-run does not change the system.",
|
|
@@ -173,8 +191,8 @@
|
|
|
173
191
|
"syncConfirmDesc": "Sync managed Nginx conf to /etc/nginx/conf",
|
|
174
192
|
"uptime": "Uptime",
|
|
175
193
|
"load1m": "Load 1m",
|
|
176
|
-
"executeLabel": "
|
|
177
|
-
"rootLabel": "
|
|
194
|
+
"executeLabel": "System change",
|
|
195
|
+
"rootLabel": "Superuser",
|
|
178
196
|
"managedLabel": "Managed",
|
|
179
197
|
"managedCount": "Managed",
|
|
180
198
|
"exportsCount": "Exports",
|
|
@@ -182,5 +200,16 @@
|
|
|
182
200
|
"exportPath": "Export path",
|
|
183
201
|
"mode": "Mode",
|
|
184
202
|
"managedConf": "Managed conf",
|
|
185
|
-
"dryRunFlag": "Dry-run"
|
|
203
|
+
"dryRunFlag": "Dry-run",
|
|
204
|
+
"timezoneSearch": "Filter timezones…",
|
|
205
|
+
"resyncNtp": "Re-sync NTP",
|
|
206
|
+
"storageSub": "Disk usage",
|
|
207
|
+
"nginxLeftover": "Leftover",
|
|
208
|
+
"nginxUnused": "Unused",
|
|
209
|
+
"nginxLeftoverHint": "Stale public-files or leftover conf. Still included in sync until you remove or replace it.",
|
|
210
|
+
"nginxUnusedHint": "Stock / catch-all conf (000-default). Still included in sync until you act.",
|
|
211
|
+
"nginxRemoveLeftover": "Remove leftover",
|
|
212
|
+
"nginxRemoveLeftoverTitle": "Remove leftover nginx conf?",
|
|
213
|
+
"nginxRemoveLeftoverDesc": "Deletes {{name}} from the panel inventory. The live /etc/nginx copy is removed only with YSK_EXECUTE + root. 000-default is not leftover and cannot be deleted here.",
|
|
214
|
+
"needExecuteRoot": "Needs YSK_EXECUTE + root"
|
|
186
215
|
}
|
package/locales/en/systemd.json
CHANGED
|
@@ -70,6 +70,8 @@
|
|
|
70
70
|
"policyNotEqualFull": "Write template ≠ service enabled ≠ listening",
|
|
71
71
|
"controlPlaneUnit": "Control-plane unit",
|
|
72
72
|
"kpiRuntime": "Runtime",
|
|
73
|
+
"rawStateHint": "Raw unit state in tooltip",
|
|
74
|
+
"bootHint": "Whether the unit starts at boot",
|
|
73
75
|
"kpiBoot": "Boot enable",
|
|
74
76
|
"kpiCaps": "Apply capability",
|
|
75
77
|
"capsReady": "Can install to system",
|
package/locales/en/terminal.json
CHANGED
|
@@ -14,8 +14,12 @@
|
|
|
14
14
|
"error": "Terminal error",
|
|
15
15
|
"wsError": "WebSocket failed",
|
|
16
16
|
"exitCode": "Exit code {{code}}",
|
|
17
|
-
"needRootExecute": "
|
|
17
|
+
"needRootExecute": "System shells need superuser and system-change permission.",
|
|
18
|
+
"groupSystem": "System",
|
|
19
|
+
"groupProject": "Project",
|
|
18
20
|
"unavailable": "unavailable",
|
|
21
|
+
"copyAll": "Copy all",
|
|
22
|
+
"copyAllNeedConn": "Connect first — the buffer is empty while disconnected",
|
|
19
23
|
"placeholder": "Pick an identity, then Connect",
|
|
20
24
|
"aboutTitle": "About terminal",
|
|
21
25
|
"aboutSub": "Interactive OS shell in the browser (local users). Not an arbitrary remote SSH client.",
|
|
@@ -29,5 +33,9 @@
|
|
|
29
33
|
"stepUpHint": "Root login requires 2FA step-up when your account has TOTP enabled.",
|
|
30
34
|
"stepUpTitle": "Confirm root shell",
|
|
31
35
|
"stepUpDesc": "Enter your authenticator code or a recovery code.",
|
|
32
|
-
"totpLabel": "TOTP / recovery code"
|
|
36
|
+
"totpLabel": "TOTP / recovery code",
|
|
37
|
+
"sessionStillOpen": "A live shell is still connected while you read this page.",
|
|
38
|
+
"rootConfirmTitle": "Open a root shell?",
|
|
39
|
+
"rootConfirmDesc": "This session is an unrestricted root PTY on the host. Commands are audited.",
|
|
40
|
+
"rootConfirmBody": "Only continue if you intend to run privileged host commands."
|
|
33
41
|
}
|