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/updates.json
CHANGED
|
@@ -13,7 +13,9 @@
|
|
|
13
13
|
"hourAgo": "{{n}}h ago",
|
|
14
14
|
"highRiskN": "{{count}} high-risk",
|
|
15
15
|
"panelUpdate": "Panel update available",
|
|
16
|
+
"footerNewVersion": "New version {{version}}",
|
|
16
17
|
"riskOk": "Risk manageable",
|
|
18
|
+
"riskUnevaluated": "Not evaluated — run Scan + OSV",
|
|
17
19
|
"pendingScan": "Awaiting scan",
|
|
18
20
|
"packages": "Packages",
|
|
19
21
|
"highRisk": "High risk",
|
|
@@ -24,6 +26,7 @@
|
|
|
24
26
|
"reload": "Reload",
|
|
25
27
|
"osvTitle": "Query OSV for top 12 suggested packages (needs network)",
|
|
26
28
|
"scanOsv": "Scan + OSV",
|
|
29
|
+
"cveNotChecked": "Not checked",
|
|
27
30
|
"scanPkgs": "Scan packages",
|
|
28
31
|
"tabInventory": "Package inventory",
|
|
29
32
|
"tabSelf": "Panel self",
|
|
@@ -72,6 +75,8 @@
|
|
|
72
75
|
"policyTitle": "Update policy",
|
|
73
76
|
"policyBody": "High-risk and CVE packages require approval before apply",
|
|
74
77
|
"applyPkg": "Apply package upgrade",
|
|
78
|
+
"rebootNeeded": "reboot",
|
|
79
|
+
"kernelRebootHint": "Kernel packages need a reboot after apply",
|
|
75
80
|
"applyPkgConfirm": "Upgrade {{name}}?",
|
|
76
81
|
"applyPkgDesc": "Runs apt upgrade for this package on the host. Needs root + YSK_EXECUTE.",
|
|
77
82
|
"lastScan": "Last scan",
|
|
@@ -82,11 +87,12 @@
|
|
|
82
87
|
"selfCurrentShort": "Current",
|
|
83
88
|
"selfLatestShort": "Latest",
|
|
84
89
|
"applyPanelUpdate": "Apply panel update",
|
|
90
|
+
"applyPanelAlreadyLatest": "Already the latest panel version",
|
|
85
91
|
"recheck": "Recheck",
|
|
86
92
|
"aboutScope": "Scope",
|
|
87
|
-
"aboutScopeV": "ysk-server
|
|
93
|
+
"aboutScopeV": "ysk-server panel + catalog services + runtimes + remaining apt packages",
|
|
88
94
|
"aboutChannel": "Channel",
|
|
89
|
-
"aboutChannelV": "npm → GitHub release → package.json; apply
|
|
95
|
+
"aboutChannelV": "npm package ysk-server → GitHub release → apps/server/package.json; apply: npm i -g ysk-server@version or git (YSK_SOURCE_ROOT)",
|
|
90
96
|
"aboutFail": "Failures",
|
|
91
97
|
"aboutFailV": "Unavailable channels are not reported as up-to-date; apply needs EXECUTE; git apply needs service restart",
|
|
92
98
|
"jobsTitle": "Scheduled jobs",
|
|
@@ -97,7 +103,25 @@
|
|
|
97
103
|
"scanPolicy": "Scan",
|
|
98
104
|
"scanPolicyV": "Scan ≠ upgraded; apply changes the system",
|
|
99
105
|
"highRiskPolicy": "High risk",
|
|
100
|
-
"highRiskPolicyV": "Needs approval:
|
|
106
|
+
"highRiskPolicyV": "Needs approval: the Apply button opens a confirm dialog before anything is sent",
|
|
107
|
+
"needApprovalHint": "Open Available and filter to packages that need approval",
|
|
108
|
+
"applyNeedConfirm": "Opens a confirm dialog before applying",
|
|
109
|
+
"probeFailed": "Probe failed",
|
|
110
|
+
"notViaApt": "Not managed by apt — no candidate",
|
|
111
|
+
"noCandidate": "No candidate from package manager",
|
|
112
|
+
"cveLabel": "CVE",
|
|
113
|
+
"jobOpenGeo": "GeoIP page",
|
|
114
|
+
"job": {
|
|
115
|
+
"protection_probe": { "name": "Protection probe", "hint": "Periodic defense signals" },
|
|
116
|
+
"updates_scan": { "name": "Updates scan", "hint": "Refresh package inventory" },
|
|
117
|
+
"daily_backup": { "name": "Daily backup", "hint": "Scheduled backup all" },
|
|
118
|
+
"db_temp_expire": { "name": "Expire temp DB users", "hint": "Drop expired temporary database users" },
|
|
119
|
+
"defense_auto_ban": { "name": "Defense auto-ban", "hint": "Apply auto-ban tick" },
|
|
120
|
+
"defense_geoip_update": { "name": "GeoIP update", "hint": "Download GeoIP databases" },
|
|
121
|
+
"log_auto_vacuum": { "name": "Log vacuum", "hint": "journald retention" },
|
|
122
|
+
"email_dnsbl": { "name": "Email DNSBL", "hint": "Mail DNSBL check" },
|
|
123
|
+
"validators_upgrade_scan": { "name": "Validators upgrade scan", "hint": "Check validator image / binary updates" }
|
|
124
|
+
},
|
|
101
125
|
"permPolicy": "Permissions",
|
|
102
126
|
"permPolicyV": "Without EXECUTE/root → blocked (no fake success)",
|
|
103
127
|
"osvPolicyV": "Needs network; enriches top 12 suggestions only",
|
|
@@ -122,6 +146,9 @@
|
|
|
122
146
|
"updateFailed": "Update failed",
|
|
123
147
|
"updateIncomplete": "Update incomplete",
|
|
124
148
|
"appliedUpdate": "Update applied",
|
|
149
|
+
"panelRestarting": "Panel is restarting to load the new version…",
|
|
150
|
+
"panelRestarted": "Panel is back · {{version}}",
|
|
151
|
+
"panelRestartWait": "Panel apply finished. If this page does not refresh, reload after a few seconds.",
|
|
125
152
|
"aptCandidate": "apt Candidate",
|
|
126
153
|
"advice": {
|
|
127
154
|
"update": "Update recommended",
|
|
@@ -163,5 +190,24 @@
|
|
|
163
190
|
"scanNow": "Scan now",
|
|
164
191
|
"viewUpgradable": "View upgradable",
|
|
165
192
|
"installElsewhere": "To install packages (Nginx, PHP, databases…), open the matching feature page — not this hub.",
|
|
166
|
-
"status": "Status"
|
|
193
|
+
"status": "Status",
|
|
194
|
+
"groupService": "Services",
|
|
195
|
+
"groupRuntime": "Runtimes",
|
|
196
|
+
"groupOs": "System packages",
|
|
197
|
+
"notInstalled": "Not installed",
|
|
198
|
+
"goToPage": "Open page",
|
|
199
|
+
"hubHint": "Catalog software and runtimes on this host. Scan to refresh.",
|
|
200
|
+
"intervalDay": "every day",
|
|
201
|
+
"intervalDays": "every {{n}} days",
|
|
202
|
+
"intervalHour": "every hour",
|
|
203
|
+
"intervalHours": "every {{n}} hours",
|
|
204
|
+
"intervalMinutes": "every {{n}} minutes",
|
|
205
|
+
"intervalSeconds": "every {{n}} seconds",
|
|
206
|
+
"availableHint": "Packages with a newer candidate from the package manager.",
|
|
207
|
+
"servicesHint": "Catalog services on this host. Open the service page to install.",
|
|
208
|
+
"runtimeHint": "Runtimes on this host. Version upgrades are done on each runtime page.",
|
|
209
|
+
"needsReboot": "Reboot needed",
|
|
210
|
+
"kernelRebootWarn": "Installing a new kernel usually needs a reboot before it is used.",
|
|
211
|
+
"neverRun": "not run yet",
|
|
212
|
+
"scanOsvN": "Scan + OSV (first {{n}})"
|
|
167
213
|
}
|
package/locales/en/users.json
CHANGED
|
@@ -4,12 +4,17 @@
|
|
|
4
4
|
"packages": "Packages",
|
|
5
5
|
"suspended": "Suspended",
|
|
6
6
|
"securityCenter": "Security center",
|
|
7
|
+
"singleAdminNo2fa": "This host has a single admin and 2FA is off. Enable admin 2FA under Security, then add a backup admin on this page.",
|
|
8
|
+
"enableAdmin2fa": "Enable admin 2FA",
|
|
9
|
+
"addBackupAdmin": "Add a backup admin",
|
|
7
10
|
"loading": "Loading users & packages…",
|
|
8
11
|
"userList": "Users ({{count}})",
|
|
9
12
|
"userListDesc": "Open detail to edit role, password, package, overrides",
|
|
10
13
|
"createUser": "Create user",
|
|
14
|
+
"operatorHighRiskHint": "The factory operator role includes high-risk writes (services, firewall, package apply, MySQL, Nginx publish). Narrow it only if you intend to change every existing operator.",
|
|
11
15
|
"createUserPlus": "+ Create user",
|
|
12
16
|
"searchPh": "Username / role / package",
|
|
17
|
+
"searchPkgPh": "Package name",
|
|
13
18
|
"searchUsersAria": "Search users",
|
|
14
19
|
"user": "User",
|
|
15
20
|
"roles": "Roles",
|
|
@@ -19,6 +24,9 @@
|
|
|
19
24
|
"resume": "Resume",
|
|
20
25
|
"suspend": "Suspend",
|
|
21
26
|
"impersonate": "Impersonate",
|
|
27
|
+
"impersonateHint": "Opens a session as this user. Use the account menu to leave impersonation.",
|
|
28
|
+
"cannotDeleteSelf": "You cannot delete your own account here",
|
|
29
|
+
"cannotImpersonateSelf": "You are already signed in as this account",
|
|
22
30
|
"openDetail": "Details",
|
|
23
31
|
"edit": "Edit",
|
|
24
32
|
"resetPassword": "Reset password",
|
|
@@ -118,5 +126,16 @@
|
|
|
118
126
|
"securityClearTotpHint": "Requires step-up",
|
|
119
127
|
"securityClearConfirm": "Type the username to confirm clearing 2FA",
|
|
120
128
|
"securityClearOk": "Cleared 2FA for {{name}}",
|
|
121
|
-
"securitySelfNote": "To set up your own 2FA, open Security → My security."
|
|
129
|
+
"securitySelfNote": "To set up your own 2FA, open Security → My security.",
|
|
130
|
+
"cannotDeleteSelf": "You cannot delete the signed-in account",
|
|
131
|
+
"cannotModifySelf": "You cannot suspend or demote the signed-in account",
|
|
132
|
+
"cannotDeleteLastAdmin": "Cannot delete the last admin",
|
|
133
|
+
"cannotDemoteLastAdmin": "Cannot suspend or demote the last admin",
|
|
134
|
+
"lockSelfHint": "This is the signed-in account. Delete, suspend, and role change are blocked to prevent lock-out.",
|
|
135
|
+
"lockLastAdminHint": "This is the last admin. Delete, suspend, and demotion are blocked.",
|
|
136
|
+
"demoteAdminTitle": "Demote this admin?",
|
|
137
|
+
"demoteAdminDesc": "This user will lose full admin access. Confirm only if another admin remains.",
|
|
138
|
+
"quotaNonNeg": "Counts and quotas cannot be negative.",
|
|
139
|
+
"diskQuotaHint": "Presets are GiB; custom box is MiB.",
|
|
140
|
+
"bandwidthHint": "0 means unlimited."
|
|
122
141
|
}
|
|
@@ -0,0 +1,325 @@
|
|
|
1
|
+
{
|
|
2
|
+
"title": "Validators (Beta)",
|
|
3
|
+
"subtitle": "Install and manage L1 nodes on this host. Non-custodial — you keep the keys.",
|
|
4
|
+
"beta": "Beta",
|
|
5
|
+
"tab": {
|
|
6
|
+
"nodes": "Nodes",
|
|
7
|
+
"disk": "Disk",
|
|
8
|
+
"stack": "Software",
|
|
9
|
+
"about": "About"
|
|
10
|
+
},
|
|
11
|
+
"empty": {
|
|
12
|
+
"title": "No validator nodes yet",
|
|
13
|
+
"desc": "Create a testnet node in a few clicks."
|
|
14
|
+
},
|
|
15
|
+
"refresh": "Refresh",
|
|
16
|
+
"software": {
|
|
17
|
+
"engine": "Docker Engine",
|
|
18
|
+
"engineDesc": "Validator nodes run as Compose projects. Install Docker here if it is missing. Image prune stays on the Docker page.",
|
|
19
|
+
"client": "Client",
|
|
20
|
+
"image": "Image",
|
|
21
|
+
"present": "Local",
|
|
22
|
+
"local": "Pulled",
|
|
23
|
+
"missing": "Not pulled",
|
|
24
|
+
"size": "Size",
|
|
25
|
+
"usedBy": "Used by",
|
|
26
|
+
"unused": "No instance",
|
|
27
|
+
"pull": "Pull",
|
|
28
|
+
"pulling": "Pull {{ref}}",
|
|
29
|
+
"empty": "No pinned client images",
|
|
30
|
+
"emptyDesc": "The catalog is empty. This should not happen.",
|
|
31
|
+
"daemonDown": "Docker Engine is not running"
|
|
32
|
+
},
|
|
33
|
+
"disk": {
|
|
34
|
+
"title": "Validator disk",
|
|
35
|
+
"root": "Data directory",
|
|
36
|
+
"free": "Free",
|
|
37
|
+
"used": "Validator data",
|
|
38
|
+
"fsUsed": "Filesystem used",
|
|
39
|
+
"leftoverTitle": "Leftover data ({{count}})",
|
|
40
|
+
"leftoverEmpty": "No leftover instance directories",
|
|
41
|
+
"leftoverDesc": "Directories under the validators root that are not a store instance. Remove only after you confirm they are unused.",
|
|
42
|
+
"leftoverRemove": "Remove",
|
|
43
|
+
"leftoverRemoveTitle": "Delete leftover validator data?",
|
|
44
|
+
"leftoverRemoveDesc": "Permanently delete {{path}} from disk. This is not a listed node.",
|
|
45
|
+
"browseRoot": "Open in file browser",
|
|
46
|
+
"none": "No instance data yet",
|
|
47
|
+
"warn": "Disk usage is high (70%+)",
|
|
48
|
+
"danger": "Disk usage is critical (85%+)",
|
|
49
|
+
"autoClear": "Auto-clear the largest stopped instance when disk is critical (off by default)",
|
|
50
|
+
"autoClearRisk": "Destructive: the largest stopped instance is deleted without a further prompt. Default is off. Check audit / logs after it fires.",
|
|
51
|
+
"autoClearConfirmTitle": "Enable auto-clear?",
|
|
52
|
+
"autoClearC1": "When disk is critical, the largest stopped instance is deleted without asking again.",
|
|
53
|
+
"autoClearThreshold": "Trigger: filesystem use at or above 85%.",
|
|
54
|
+
"autoClearCandidate": "Current candidate: {{id}}",
|
|
55
|
+
"autoClearNone": "No stopped instance is a candidate right now."
|
|
56
|
+
},
|
|
57
|
+
"chain": {
|
|
58
|
+
"eth": "Ethereum",
|
|
59
|
+
"avax": "Avalanche",
|
|
60
|
+
"near": "NEAR",
|
|
61
|
+
"ada": "Cardano",
|
|
62
|
+
"btc": "Bitcoin",
|
|
63
|
+
"cosmos": "Cosmos Hub",
|
|
64
|
+
"sui": "Sui",
|
|
65
|
+
"aptos": "Aptos",
|
|
66
|
+
"dot": "Polkadot",
|
|
67
|
+
"sol": "Solana"
|
|
68
|
+
},
|
|
69
|
+
"network": {
|
|
70
|
+
"hoodi": "Hoodi",
|
|
71
|
+
"sepolia": "Sepolia",
|
|
72
|
+
"mainnet": "Mainnet",
|
|
73
|
+
"fuji": "Fuji",
|
|
74
|
+
"testnet": "Testnet",
|
|
75
|
+
"preview": "Preview",
|
|
76
|
+
"preprod": "Preprod",
|
|
77
|
+
"westend": "Westend"
|
|
78
|
+
},
|
|
79
|
+
"networkKind": {
|
|
80
|
+
"testnet": "Testnet",
|
|
81
|
+
"mainnet": "Mainnet",
|
|
82
|
+
"mixed": "Mainnet + testnet"
|
|
83
|
+
},
|
|
84
|
+
"profile": {
|
|
85
|
+
"minimal": "Minimal",
|
|
86
|
+
"pruned": "Pruned",
|
|
87
|
+
"validator-ready": "Validator-ready",
|
|
88
|
+
"rpc": "RPC"
|
|
89
|
+
},
|
|
90
|
+
"profileHelp": {
|
|
91
|
+
"title": "Profiles",
|
|
92
|
+
"desc": "The four choices on wizard step 3 are mainly disk budget and role. Each chain shows its recommended size in the wizard. The panel never holds staking keys.",
|
|
93
|
+
"minimal": "Smallest disk. Use for testnets or a first install. Not a full history, and not for a live staking validator.",
|
|
94
|
+
"pruned": "Keeps recent chain state and drops older blocks (Pruned). More disk than Minimal, less than a full node. Use to follow the tip long-term.",
|
|
95
|
+
"validatorReady": "Reserves more disk so you can later attest or propose as a validator. Generate keys offline yourself. Being offline or misconfigured can lose stake.",
|
|
96
|
+
"rpc": "For this host or other services to query the chain. RPC listens on 127.0.0.1 by default and is not published to the internet."
|
|
97
|
+
},
|
|
98
|
+
"col": {
|
|
99
|
+
"id": "ID",
|
|
100
|
+
"chain": "Chain",
|
|
101
|
+
"network": "Network",
|
|
102
|
+
"profile": "Profile",
|
|
103
|
+
"status": "Status",
|
|
104
|
+
"disk": "Disk"
|
|
105
|
+
},
|
|
106
|
+
"cli": {
|
|
107
|
+
"usage": "Usage: ysk-server validators list|chains|disk|get|status|logs|create|start|stop|restart|clear|upgrade|policy|mithril|prune|switch-network|snapshot|compose|settings [--chain C] [--network N] [--profile P] [--el EL] [--cl CL] [--data-path P] [--rpc-port N] [--id ID] [--upgrade POLICY] [--confirm TOKEN] [--accept-low-disk] [--execute] [--json]"
|
|
108
|
+
},
|
|
109
|
+
"clients": {
|
|
110
|
+
"el": "Execution client",
|
|
111
|
+
"cl": "Consensus client"
|
|
112
|
+
},
|
|
113
|
+
"mithril": {
|
|
114
|
+
"label": "Restore from Mithril snapshot first (recommended on testnet)",
|
|
115
|
+
"action": "Restore with Mithril"
|
|
116
|
+
},
|
|
117
|
+
"errors": {
|
|
118
|
+
"notFound": "Validator instance not found",
|
|
119
|
+
"invalidId": "Invalid instance id",
|
|
120
|
+
"diskLow": "Not enough free disk for this chain, network, and profile",
|
|
121
|
+
"diskUnknownMainnet": "Cannot measure free disk; refusing mainnet create",
|
|
122
|
+
"needDocker": "Docker Compose is required and was not found",
|
|
123
|
+
"composeFailed": "docker compose failed",
|
|
124
|
+
"needConfirm": "Clear requires confirm=instance id or CLEAR",
|
|
125
|
+
"mithrilAdaOnly": "Mithril restore is only available for Cardano",
|
|
126
|
+
"needMithrilConfirm": "Mithril requires confirm=instance id or MITHRIL",
|
|
127
|
+
"mithrilBlocked": "Mithril docker run was blocked by the allowlist",
|
|
128
|
+
"mithrilKey": "Could not load the Mithril genesis verification key",
|
|
129
|
+
"mithrilFailed": "Mithril snapshot download failed",
|
|
130
|
+
"pruneFailed": "Prune failed",
|
|
131
|
+
"switchNeedStop": "Stop the node before switching network",
|
|
132
|
+
"switchNeedClear": "Switching network clears chain data. Confirm with instance id or CLEAR",
|
|
133
|
+
"composeMissing": "Compose file not found",
|
|
134
|
+
"composeNotManaged": "Refusing to write a compose file that is not YSK-managed",
|
|
135
|
+
"badDataPath": "Data path must be an absolute directory outside system paths",
|
|
136
|
+
"portInUse": "That RPC port is already used by another validator instance",
|
|
137
|
+
"snapshotUnsupported": "No allowlisted snapshot source for this chain",
|
|
138
|
+
"snapshotLookup": "Could not resolve the official snapshot pointer",
|
|
139
|
+
"needSnapshotConfirm": "Snapshot restore requires confirm=instance id or SNAPSHOT",
|
|
140
|
+
"snapshotBlocked": "Snapshot docker run was blocked by the allowlist",
|
|
141
|
+
"snapshotFailed": "Snapshot download or extract failed"
|
|
142
|
+
},
|
|
143
|
+
"notes": {
|
|
144
|
+
"beta": "This feature is Beta. Host changes need root and YSK_EXECUTE=1.",
|
|
145
|
+
"noKeys": "YSK Server never generates or stores staking keys.",
|
|
146
|
+
"dockerSoon": "Install and start from this page wizard. Host changes need root and YSK_EXECUTE=1.",
|
|
147
|
+
"dryCreate": "Wrote instance spec and compose (dry-run). Pass --execute and YSK_EXECUTE=1 to start containers.",
|
|
148
|
+
"dryStart": "Start is dry-run. Pass --execute and YSK_EXECUTE=1.",
|
|
149
|
+
"dryStop": "Stop is dry-run. Pass --execute and YSK_EXECUTE=1.",
|
|
150
|
+
"dryClear": "Clear is dry-run. Pass --execute and YSK_EXECUTE=1.",
|
|
151
|
+
"created": "Node created and compose started",
|
|
152
|
+
"started": "Node started",
|
|
153
|
+
"stopped": "Node stopped",
|
|
154
|
+
"cleared": "Chain data cleared",
|
|
155
|
+
"dryMithril": "Mithril restore is dry-run. Pass --execute and YSK_EXECUTE=1.",
|
|
156
|
+
"mithril": "Mithril snapshot restored; node restarted",
|
|
157
|
+
"dryPrune": "Prune is dry-run. Pass --execute and YSK_EXECUTE=1.",
|
|
158
|
+
"pruned": "Unused project images pruned",
|
|
159
|
+
"pruneProfile": "Client-native prune is the pruned/minimal profile. Recreate to change it.",
|
|
160
|
+
"sameNetwork": "Already on that network",
|
|
161
|
+
"drySwitch": "Network switch is dry-run.",
|
|
162
|
+
"switched": "Network switched and chain data cleared",
|
|
163
|
+
"dryCompose": "Would write compose.yml",
|
|
164
|
+
"composeWrote": "Wrote compose.yml",
|
|
165
|
+
"statsEmpty": "No running containers to measure",
|
|
166
|
+
"autoClearNone": "No stopped instance to auto-clear",
|
|
167
|
+
"drySnapshot": "Snapshot restore is dry-run. Pass --execute and YSK_EXECUTE=1.",
|
|
168
|
+
"snapshotEthEl": "Restored ethPandaOps EL archive and reset CL for checkpoint sync",
|
|
169
|
+
"snapshotEthCl": "Reset CL data for official checkpoint sync",
|
|
170
|
+
"snapshotNear": "Wiped NEAR data; compose will re-init official genesis and epoch sync",
|
|
171
|
+
"nativePrune": "Ran the client-native prune command",
|
|
172
|
+
"dryDelete": "Delete is dry-run. Pass --execute and YSK_EXECUTE=1.",
|
|
173
|
+
"deleted": "Node deleted",
|
|
174
|
+
"leftoverRemoved": "Removed leftover {{path}}"
|
|
175
|
+
},
|
|
176
|
+
"create": "Create node",
|
|
177
|
+
"wizard": {
|
|
178
|
+
"title": "Create node",
|
|
179
|
+
"stepOf": "Step {{n}} / {{total}}",
|
|
180
|
+
"stepChain": "Chain",
|
|
181
|
+
"stepNetwork": "Network",
|
|
182
|
+
"stepProfile": "Profile",
|
|
183
|
+
"stepSummary": "Summary",
|
|
184
|
+
"needDocker": "Docker Engine is not installed. Install it first — this button stays disabled.",
|
|
185
|
+
"diskNeed": "This profile needs about {{need}} · free {{free}}",
|
|
186
|
+
"diskNeedNetwork": "Default (Minimal) for this network needs about {{need}} · free {{free}}",
|
|
187
|
+
"profileHint": {
|
|
188
|
+
"minimal": "Smallest sync — light disk, not for staking.",
|
|
189
|
+
"pruned": "Keeps recent history only (Pruned). Smaller than archive, still usable for RPC.",
|
|
190
|
+
"validator-ready": "Sized for a staking validator. Needs more disk than Minimal.",
|
|
191
|
+
"rpc": "Public RPC node — not a staking validator."
|
|
192
|
+
},
|
|
193
|
+
"diskShort": "Not enough free disk for this chain / network / profile",
|
|
194
|
+
"diskShortDetail": "Need {{need}} · free {{free}} · short {{short}}",
|
|
195
|
+
"needCustomPath": "Enter an absolute data path",
|
|
196
|
+
"previewId": "Node id",
|
|
197
|
+
"previewCompose": "Compose project",
|
|
198
|
+
"profileSeeAbout": "What each profile means is on the About tab.",
|
|
199
|
+
"back": "Back",
|
|
200
|
+
"next": "Next",
|
|
201
|
+
"install": "Install",
|
|
202
|
+
"mainnetWarn": "Mainnet needs a lot of free disk (ETH often 800 GiB+). Testnet is recommended.",
|
|
203
|
+
"mainnetAck": "Create the mainnet node. I understand it needs a lot of disk, and a staking validator can lose stake if it is offline or misconfigured.",
|
|
204
|
+
"lowDiskAcked": "Free disk is below the recommended size. You confirmed create anyway; sync may stop if the disk fills.",
|
|
205
|
+
"heavyWarn": "This chain is heavy (large disk and high IOPS). Mainnet Solana typically needs 2 TiB+.",
|
|
206
|
+
"memory": "Memory limit",
|
|
207
|
+
"cpus": "CPU limit",
|
|
208
|
+
"dataPath": "Data path",
|
|
209
|
+
"rpcPort": "RPC port",
|
|
210
|
+
"limitNone": "No limit",
|
|
211
|
+
"rpcDefault": "Default",
|
|
212
|
+
"customPath": "Use a custom data path",
|
|
213
|
+
"installConfirmTitle": "Install this node?",
|
|
214
|
+
"installConfirmDesc": "{{chain}} · {{network}} · {{profile}}. About {{disk}} of disk. The image pull can take a long time.",
|
|
215
|
+
"installC1": "Several gigabytes of images may be downloaded.",
|
|
216
|
+
"installC2": "You can cancel the panel task; already-pulled images are not deleted automatically.",
|
|
217
|
+
"dockerAbout": "Docker Engine is required to install and start nodes.",
|
|
218
|
+
"dockerAboutOk": "Docker Engine is installed.",
|
|
219
|
+
"dockerAboutMissing": "Docker Engine is not installed. Open Docker to install it.",
|
|
220
|
+
"rewriteCompose": "Rewrite compose",
|
|
221
|
+
"rewriteComposeTitle": "Rewrite compose.yml from the current adapter?",
|
|
222
|
+
"rewriteComposeDesc": "Overwrites the generated compose for {{id}} using the shipped flags for this chain.",
|
|
223
|
+
"chainMeta": "{{disk}} min · {{clients}} clients"
|
|
224
|
+
},
|
|
225
|
+
"actions": {
|
|
226
|
+
"detail": "Details",
|
|
227
|
+
"start": "Start",
|
|
228
|
+
"stop": "Stop",
|
|
229
|
+
"restart": "Restart",
|
|
230
|
+
"clear": "Clear",
|
|
231
|
+
"upgrade": "Upgrade",
|
|
232
|
+
"clearConfirm": "Type instance id or CLEAR",
|
|
233
|
+
"prune": "Prune",
|
|
234
|
+
"switchNetwork": "Switch network",
|
|
235
|
+
"removeUnit": "Also remove compose / instance record",
|
|
236
|
+
"restoreAfter": "Restore snapshot after clear",
|
|
237
|
+
"delete": "Delete",
|
|
238
|
+
"deleteTitle": "Delete {{id}}",
|
|
239
|
+
"deleteDesc": "This removes the node from the panel.",
|
|
240
|
+
"deleteC1": "Docker Compose is stopped and removed",
|
|
241
|
+
"deleteC2": "Chain data on disk is deleted",
|
|
242
|
+
"deleteC3": "The instance record is removed",
|
|
243
|
+
"pruneTitle": "Prune unused images",
|
|
244
|
+
"pruneDesc": "Type the instance id to prune unused Compose images for this node.",
|
|
245
|
+
"pruneC1": "Unused images labelled for this Compose project are deleted.",
|
|
246
|
+
"clearTitle": "Clear {{id}}",
|
|
247
|
+
"clearC1": "Chain data on disk is deleted.",
|
|
248
|
+
"clearC2": "The instance stays in the panel, stopped and empty.",
|
|
249
|
+
"switchTitle": "Switch network",
|
|
250
|
+
"switchC1": "The node is stopped and chain data is wiped before the new network is written."
|
|
251
|
+
},
|
|
252
|
+
"policy": {
|
|
253
|
+
"label": "Upgrade policy",
|
|
254
|
+
"manual": "Manual",
|
|
255
|
+
"notify": "Notify",
|
|
256
|
+
"auto-safe": "Auto (safe)",
|
|
257
|
+
"auto-all": "Auto (all)"
|
|
258
|
+
},
|
|
259
|
+
"logs": {
|
|
260
|
+
"empty": "No logs yet",
|
|
261
|
+
"follow": "Follow logs"
|
|
262
|
+
},
|
|
263
|
+
"compose": {
|
|
264
|
+
"label": "Compose file",
|
|
265
|
+
"save": "Save compose"
|
|
266
|
+
},
|
|
267
|
+
"snapshot": {
|
|
268
|
+
"action": "Restore snapshot",
|
|
269
|
+
"mithril": "Cardano uses Mithril for certified snapshot restore.",
|
|
270
|
+
"eth": "Ethereum mainnet uses official checkpoint sync on the consensus client. EL continues snap sync.",
|
|
271
|
+
"ethEl": "Hoodi/Sepolia can restore an ethPandaOps EL archive, then checkpoint-sync the CL.",
|
|
272
|
+
"avax": "Avalanche uses state-sync in the compose profile.",
|
|
273
|
+
"near": "Official free NEAR tarball snapshots were retired. Restore wipes data and uses official genesis plus epoch sync.",
|
|
274
|
+
"none": "No snapshot source is configured for this chain."
|
|
275
|
+
},
|
|
276
|
+
"stake": {
|
|
277
|
+
"title": "Prepare for staking (you keep the keys)",
|
|
278
|
+
"offlineKeys": "Generate keys offline. The panel never stores them.",
|
|
279
|
+
"deposit": "Complete deposit / registration on the official launchpad.",
|
|
280
|
+
"withdrawal": "Set withdrawal credentials yourself.",
|
|
281
|
+
"monitor": "Watch disk, peers, and upgrade badges on this page."
|
|
282
|
+
},
|
|
283
|
+
"alerts": {
|
|
284
|
+
"diskTitle": "Validator disk critical",
|
|
285
|
+
"diskBody": "Free space on the validator data volume is critically low.",
|
|
286
|
+
"upgradeTitle": "Validator upgrade available",
|
|
287
|
+
"upgradeBody": "One or more node clients have a newer pinned version.",
|
|
288
|
+
"syncTitle": "Validator node needs attention",
|
|
289
|
+
"syncBody": "A node has been syncing for more than 6 hours or reported an error.",
|
|
290
|
+
"rollbackTitle": "Validator upgrade rolled back",
|
|
291
|
+
"rollbackBody": "Upgrade of {{id}} failed the health check and was rolled back."
|
|
292
|
+
},
|
|
293
|
+
"upgrade": {
|
|
294
|
+
"changelog": "Changelog"
|
|
295
|
+
},
|
|
296
|
+
"readiness": {
|
|
297
|
+
"dockerTitle": "Docker for validator nodes",
|
|
298
|
+
"dockerOk": "{{count}} validator instance(s); Docker is installed",
|
|
299
|
+
"dockerMissing": "Validator instances exist but the docker binary was not found"
|
|
300
|
+
},
|
|
301
|
+
"detail": {
|
|
302
|
+
"status": "Status",
|
|
303
|
+
"sync": "Sync",
|
|
304
|
+
"peers": "Peers",
|
|
305
|
+
"version": "Version",
|
|
306
|
+
"access": "Access",
|
|
307
|
+
"upgrade": "Updates",
|
|
308
|
+
"upgradeHint": "How this node tracks client versions.",
|
|
309
|
+
"network": "Network",
|
|
310
|
+
"networkHint": "Switching network stops the node and clears chain data. Confirm under Clear data first.",
|
|
311
|
+
"maintain": "Maintenance",
|
|
312
|
+
"danger": "Clear data",
|
|
313
|
+
"dangerHint": "Type the instance id or CLEAR. This deletes chain data on disk.",
|
|
314
|
+
"compose": "Compose",
|
|
315
|
+
"logs": "Logs"
|
|
316
|
+
},
|
|
317
|
+
"state": {
|
|
318
|
+
"unknown": "Unknown",
|
|
319
|
+
"stopped": "Stopped",
|
|
320
|
+
"starting": "Starting",
|
|
321
|
+
"running": "Running",
|
|
322
|
+
"syncing": "Syncing",
|
|
323
|
+
"error": "Error"
|
|
324
|
+
}
|
|
325
|
+
}
|
package/locales/en/vnc.json
CHANGED
|
@@ -119,15 +119,19 @@
|
|
|
119
119
|
},
|
|
120
120
|
"installHint": "TigerVNC → noVNC; XFCE optional",
|
|
121
121
|
"needTigerVnc": "TigerVNC required",
|
|
122
|
+
"needXfceFirst": "Install XFCE first",
|
|
123
|
+
"needSessionRunning": "Session is not running — start it first",
|
|
122
124
|
"needNovnc": "noVNC required",
|
|
123
125
|
"needXfce": "XFCE (optional)",
|
|
124
126
|
"needViewer": "Viewer (optional)",
|
|
125
127
|
"needViewerOrNovnc": "Viewer or noVNC",
|
|
126
128
|
"settingsHint": "Defaults for new accounts",
|
|
129
|
+
"settingsNeedStack": "These defaults apply when TigerVNC (and XFCE if selected) are installed. Install them on the Install tab first.",
|
|
130
|
+
"clientNeedNovnc": "Open in browser needs noVNC. Install it on the Install tab before adding remotes you expect to open here.",
|
|
127
131
|
"defaultDesktop": "Default desktop",
|
|
128
132
|
"defaultGeometry": "Default resolution",
|
|
129
133
|
"defaultDepth": "Colour depth",
|
|
130
|
-
"defaultRfbBind": "RFB listen",
|
|
134
|
+
"defaultRfbBind": "VNC (RFB) listen range",
|
|
131
135
|
"defaultAutostart": "Autostart sessions",
|
|
132
136
|
"autostartLabel": "Start on boot",
|
|
133
137
|
"settingsSaved": "VNC defaults saved",
|
|
@@ -169,6 +173,13 @@
|
|
|
169
173
|
"start": "Start",
|
|
170
174
|
"stop": "Stop",
|
|
171
175
|
"startAfterCreate": "Start after create",
|
|
176
|
+
"hostnameBroken": "This host cannot resolve its own hostname ({{hostname}}). Session start will fail.",
|
|
177
|
+
"hostnameBrokenIdle": "No VNC sessions yet. Hostname {{hostname}} does not resolve — you can write /etc/hosts later if you create a session.",
|
|
178
|
+
"hostnameFix": "Write hostname to /etc/hosts",
|
|
179
|
+
"hostnameFixTitle": "Append this line to /etc/hosts?",
|
|
180
|
+
"hostnameFixDesc": "{{line}}",
|
|
181
|
+
"hostnameFixDone": "Hostname /etc/hosts updated",
|
|
182
|
+
"startAfterCreateBlocked": "Disabled until the hostname resolves",
|
|
172
183
|
"colName": "Name",
|
|
173
184
|
"colLinuxUser": "Linux user",
|
|
174
185
|
"colDisplay": "Display / port",
|
|
@@ -194,12 +205,16 @@
|
|
|
194
205
|
"nextPage": "Next",
|
|
195
206
|
"pageOf": "Page {{page}} / {{total}} · {{count}}",
|
|
196
207
|
"deleteAccountTitle": "Delete VNC account?",
|
|
197
|
-
"deleteAccountDesc": "Remove control-plane account {{name}} ({{user}}).
|
|
198
|
-
"deleteAccountC1": "VNC session for this
|
|
199
|
-
"deleteAccountC2": "
|
|
200
|
-
"deleteAccountC3User": "Linux user home will be removed
|
|
201
|
-
"deleteAccountC3Keep": "Linux user
|
|
208
|
+
"deleteAccountDesc": "Remove control-plane account “{{name}}” (Linux user {{user}}). The VNC session for this display stops first.",
|
|
209
|
+
"deleteAccountC1": "The VNC session for this account will be stopped first.",
|
|
210
|
+
"deleteAccountC2": "The panel VNC account record will be removed.",
|
|
211
|
+
"deleteAccountC3User": "The Linux user and home directory will also be removed. If the host refuses, the panel reports failure and the user stays.",
|
|
212
|
+
"deleteAccountC3Keep": "The Linux user stays on the host; only the panel account is removed.",
|
|
202
213
|
"removeLinuxUser": "Also remove Linux user and home directory",
|
|
214
|
+
"deleteKeepUserWarn": "The Linux user will stay on the host as an orphan. You must clean it up later.",
|
|
215
|
+
"bindRfbLine": "RFB {{bind}} :{{port}}",
|
|
216
|
+
"bindNovncLine": "noVNC 127.0.0.1:{{port}}",
|
|
217
|
+
"bindNovncHint": "noVNC listens on localhost. The desktop is reached through this panel, not the public internet, unless RFB bind is all interfaces.",
|
|
203
218
|
"connection": "Connect",
|
|
204
219
|
"connectionTitle": "Connection materials",
|
|
205
220
|
"connectionDesc": "How clients reach {{name}}",
|
|
@@ -242,5 +257,6 @@
|
|
|
242
257
|
"stackMissingShort": "Not installed",
|
|
243
258
|
"editClientTitle": "Edit remote client",
|
|
244
259
|
"editClientDesc": "Update path, hosts, and optional stored password.",
|
|
245
|
-
"clientUpdated": "Client profile updated"
|
|
260
|
+
"clientUpdated": "Client profile updated",
|
|
261
|
+
"rememberNeedPassword": "Enter a password first."
|
|
246
262
|
}
|
package/locales/en/vpn.json
CHANGED
|
@@ -61,6 +61,11 @@
|
|
|
61
61
|
"ensureServer": "Apply server",
|
|
62
62
|
"openFirewall": "Open {{port}}/{{proto}}",
|
|
63
63
|
"presets": "Port presets",
|
|
64
|
+
"portHint": {
|
|
65
|
+
"51820": "Default WireGuard listen port",
|
|
66
|
+
"51821": "Alternate WireGuard listen port",
|
|
67
|
+
"51822": "Second alternate WireGuard listen port"
|
|
68
|
+
},
|
|
64
69
|
"proto": "Protocol",
|
|
65
70
|
"protoUdp": "UDP",
|
|
66
71
|
"protoTcp": "TCP",
|
|
@@ -70,8 +75,16 @@
|
|
|
70
75
|
"peersTitleOvpn": "Client configs",
|
|
71
76
|
"peersTitleSs": "Access keys",
|
|
72
77
|
"peerName": "Name",
|
|
73
|
-
"peerNamePlaceholder": "
|
|
78
|
+
"peerNamePlaceholder": "office-laptop",
|
|
74
79
|
"addPeer": "+ Add",
|
|
80
|
+
"installEngineFirst": "Install the VPN engine first",
|
|
81
|
+
"needServerRunning": "{{engine}} is not running — apply the server first",
|
|
82
|
+
"engineSummarySoftware": "{{installed}} installed · {{running}} running",
|
|
83
|
+
"privateKeyOnce": "The client private key is shown only here. Download or copy it now — it cannot be recovered later.",
|
|
84
|
+
"showPrivateKey": "Show private key",
|
|
85
|
+
"hidePrivateKey": "Hide private key",
|
|
86
|
+
"deletePeerTitle": "Delete peer {{name}}?",
|
|
87
|
+
"deletePeerDesc": "Remove {{name}} ({{address}}). The client disconnects immediately and the config cannot be restored. The WireGuard server stays up.",
|
|
75
88
|
"addPeerWg": "+ Add peer",
|
|
76
89
|
"addPeerOvpn": "+ Add client",
|
|
77
90
|
"addPeerSs": "+ Add key",
|
|
@@ -127,5 +140,7 @@
|
|
|
127
140
|
"lanCidrs": "LAN networks",
|
|
128
141
|
"customCidr": "CIDR",
|
|
129
142
|
"addCidr": "Add"
|
|
130
|
-
}
|
|
143
|
+
},
|
|
144
|
+
"engineNotInstalled": "This VPN engine is not installed on the host.",
|
|
145
|
+
"serverNotListening": "Server unit is not active. UDP/TCP {{port}} may be closed."
|
|
131
146
|
}
|
package/locales/es/agents.json
CHANGED
|
@@ -11,7 +11,9 @@
|
|
|
11
11
|
"failed": "Fallido",
|
|
12
12
|
"error": "Error",
|
|
13
13
|
"unknown": "No investigado",
|
|
14
|
-
"fallback": "Desconocido"
|
|
14
|
+
"fallback": "Desconocido",
|
|
15
|
+
"activating": "Starting",
|
|
16
|
+
"stuck": "Start stuck"
|
|
15
17
|
},
|
|
16
18
|
"liveN": "{{count}} en línea",
|
|
17
19
|
"registeredOnly": "Sólo registrado",
|
|
@@ -126,5 +128,18 @@
|
|
|
126
128
|
"labelStderr": "stderr",
|
|
127
129
|
"labelAckCli": "reconocimiento + CLI JSON",
|
|
128
130
|
"labelStdoutBody": "Cuerpo de salida estándar CLI",
|
|
129
|
-
"resultOuterHint": "El resultado externo es CLI --json stdout."
|
|
131
|
+
"resultOuterHint": "El resultado externo es CLI --json stdout.",
|
|
132
|
+
"statusFlowTitle": "Flujo de estado",
|
|
133
|
+
"statusFlow": "Solo registrado → en línea → obsoleto (>60 s) → fuera de línea (desconectado). El filtro \"Sin conexión\" está desconectado.",
|
|
134
|
+
"colSession": "UUID de sesión",
|
|
135
|
+
"copySession": "Copiar UUID de sesión para clúster/CLI --session",
|
|
136
|
+
"staleFor": "Invisible {{age}}",
|
|
137
|
+
"commandTitle": "Poner en cola un comando para esta sesión",
|
|
138
|
+
"historyTitleShort": "Abrir historial de comandos (solo lectura)",
|
|
139
|
+
"expEdge": "En un borde:",
|
|
140
|
+
"noteAllowlist": "Agent tool calls must pass the allowlist.",
|
|
141
|
+
"noteRbacCap": "Agent role is capped at write-low.",
|
|
142
|
+
"journal": "journal",
|
|
143
|
+
"activatingStuckHint": "Activating longer than 5 minutes — treated as failed. Check journal.",
|
|
144
|
+
"noOnlineAgents": "No agents online"
|
|
130
145
|
}
|
package/locales/es/apache.json
CHANGED
|
@@ -53,5 +53,11 @@
|
|
|
53
53
|
"cleanupConflicts": "Limpiar los residuos del conflicto",
|
|
54
54
|
"cleanupConflictsTitle": "¿Limpiar todos los residuos del conflicto?",
|
|
55
55
|
"cleanupConflictsDesc": "Elimine todas las configuraciones de artefactos en el disco que entren en conflicto con un proyecto o un nombre de servidor independiente. Se mantienen las filas del proyecto.",
|
|
56
|
-
"artifactRemovedOk": "Configuración residual eliminada"
|
|
56
|
+
"artifactRemovedOk": "Configuración residual eliminada",
|
|
57
|
+
"sslTerminatedUpstream": "TLS termina al frente de Nginx",
|
|
58
|
+
"removeArtifactHint": "Borra solo este conf residual en disco. No elimina el proyecto.",
|
|
59
|
+
"sourceOrphan": "Leftover",
|
|
60
|
+
"orphanSite": "Project gone",
|
|
61
|
+
"pillSitesSplit": "{{n}} sites · {{leftover}} leftover",
|
|
62
|
+
"stopSites": "{{n}} site(s) will stop answering HTTP."
|
|
57
63
|
}
|
package/locales/es/audit.json
CHANGED
|
@@ -22,6 +22,9 @@
|
|
|
22
22
|
"project.publish": "Publicar Nginx",
|
|
23
23
|
"project.suspend": "Suspender proyecto",
|
|
24
24
|
"software.install": "instalar software",
|
|
25
|
-
"software.update": "Actualizar software"
|
|
25
|
+
"software.update": "Actualizar software",
|
|
26
|
+
"backup.restore": "Backup restore",
|
|
27
|
+
"backup.run": "Backup run",
|
|
28
|
+
"backup.delete": "Backup deleted"
|
|
26
29
|
}
|
|
27
30
|
}
|