ysk-server-shared 1.0.0 → 1.1.0
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/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 +9 -0
- 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 +3 -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 +6 -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 +132 -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 +141 -0
- package/dist/validators.d.ts.map +1 -0
- package/dist/validators.js +109 -0
- package/dist/validators.js.map +1 -0
- package/locales/ar/agents.json +11 -1
- package/locales/ar/apache.json +5 -1
- package/locales/ar/audit.json +4 -1
- package/locales/ar/backups.json +20 -1
- package/locales/ar/btTracker.json +118 -39
- package/locales/ar/catalog.json +8 -8
- package/locales/ar/cdn.json +87 -1
- package/locales/ar/cli.json +4 -4
- package/locales/ar/common.json +8 -1
- package/locales/ar/cron.json +30 -1
- package/locales/ar/dashboard.json +21 -2
- package/locales/ar/db.json +58 -3
- package/locales/ar/dns.json +19 -1
- package/locales/ar/docker.json +247 -0
- package/locales/ar/email.json +47 -11
- package/locales/ar/errors.json +5 -2
- package/locales/ar/fail2ban.json +38 -13
- package/locales/ar/files.json +52 -10
- package/locales/ar/firewall.json +19 -10
- package/locales/ar/ftp.json +16 -1
- package/locales/ar/hostBrowse.json +35 -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 +14 -1
- package/locales/ar/nav.json +11 -4
- package/locales/ar/network.json +25 -2
- package/locales/ar/notFound.json +6 -0
- package/locales/ar/notes.json +213 -61
- package/locales/ar/playbooks.json +1 -1
- package/locales/ar/projects.json +132 -11
- package/locales/ar/protection.json +70 -8
- package/locales/ar/publicFiles.json +14 -1
- package/locales/ar/rbac.json +15 -2
- package/locales/ar/readiness.json +33 -2
- package/locales/ar/redis.json +19 -1
- package/locales/ar/runtime.json +49 -2
- package/locales/ar/search.json +14 -10
- package/locales/ar/security.json +66 -7
- package/locales/ar/serviceExposure.json +18 -6
- package/locales/ar/services.json +61 -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 +26 -2
- package/locales/ar/systemd.json +3 -1
- package/locales/ar/terminal.json +9 -1
- package/locales/ar/translation.json +2189 -295
- package/locales/ar/updates.json +75 -3
- package/locales/ar/users.json +19 -1
- package/locales/ar/validators.json +266 -0
- package/locales/ar/vnc.json +10 -1
- package/locales/ar/vpn.json +18 -3
- package/locales/bn/agents.json +11 -1
- package/locales/bn/apache.json +5 -1
- package/locales/bn/audit.json +4 -1
- package/locales/bn/backups.json +20 -1
- package/locales/bn/btTracker.json +118 -39
- package/locales/bn/catalog.json +5 -5
- package/locales/bn/cdn.json +87 -1
- package/locales/bn/cli.json +2 -2
- package/locales/bn/common.json +8 -1
- package/locales/bn/cron.json +30 -1
- package/locales/bn/dashboard.json +21 -2
- package/locales/bn/db.json +58 -3
- package/locales/bn/dns.json +19 -1
- package/locales/bn/docker.json +247 -0
- package/locales/bn/email.json +46 -10
- package/locales/bn/errors.json +5 -2
- package/locales/bn/fail2ban.json +26 -1
- package/locales/bn/files.json +52 -10
- package/locales/bn/firewall.json +17 -8
- package/locales/bn/ftp.json +16 -1
- package/locales/bn/hostBrowse.json +35 -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 +14 -1
- package/locales/bn/nav.json +10 -3
- package/locales/bn/network.json +25 -2
- package/locales/bn/notFound.json +6 -0
- package/locales/bn/notes.json +183 -31
- package/locales/bn/projects.json +131 -10
- package/locales/bn/protection.json +64 -2
- package/locales/bn/publicFiles.json +14 -1
- package/locales/bn/rbac.json +15 -2
- package/locales/bn/readiness.json +32 -1
- package/locales/bn/redis.json +19 -1
- package/locales/bn/runtime.json +49 -2
- package/locales/bn/search.json +13 -9
- package/locales/bn/security.json +66 -7
- package/locales/bn/serviceExposure.json +18 -6
- package/locales/bn/services.json +60 -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 +26 -2
- package/locales/bn/systemd.json +3 -1
- package/locales/bn/terminal.json +9 -1
- package/locales/bn/translation.json +2133 -239
- package/locales/bn/updates.json +75 -3
- package/locales/bn/users.json +19 -1
- package/locales/bn/validators.json +266 -0
- package/locales/bn/vnc.json +10 -1
- package/locales/bn/vpn.json +18 -3
- package/locales/en/agents.json +15 -5
- package/locales/en/apache.json +4 -0
- package/locales/en/audit.json +4 -1
- package/locales/en/backups.json +21 -2
- package/locales/en/btTracker.json +82 -3
- package/locales/en/cdn.json +102 -2
- package/locales/en/cli.json +7 -7
- package/locales/en/common.json +8 -1
- package/locales/en/cron.json +30 -1
- package/locales/en/dashboard.json +25 -6
- package/locales/en/db.json +64 -8
- package/locales/en/dns.json +19 -1
- package/locales/en/docker.json +247 -0
- package/locales/en/email.json +47 -11
- package/locales/en/errors.json +6 -3
- package/locales/en/fail2ban.json +31 -6
- package/locales/en/files.json +43 -1
- package/locales/en/firewall.json +10 -1
- package/locales/en/ftp.json +18 -3
- package/locales/en/hostBrowse.json +22 -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 +14 -1
- package/locales/en/nav.json +9 -2
- package/locales/en/network.json +25 -2
- package/locales/en/notFound.json +6 -0
- package/locales/en/notes.json +190 -38
- package/locales/en/projects.json +132 -11
- package/locales/en/protection.json +66 -3
- package/locales/en/publicFiles.json +14 -1
- package/locales/en/rbac.json +15 -2
- package/locales/en/readiness.json +30 -1
- package/locales/en/redis.json +19 -1
- package/locales/en/runtime.json +51 -3
- package/locales/en/search.json +4 -0
- package/locales/en/security.json +68 -9
- package/locales/en/serviceExposure.json +13 -1
- package/locales/en/services.json +60 -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 +30 -6
- package/locales/en/systemd.json +2 -0
- package/locales/en/terminal.json +10 -2
- package/locales/en/translation.json +2074 -180
- package/locales/en/updates.json +49 -4
- package/locales/en/users.json +20 -1
- package/locales/en/validators.json +266 -0
- package/locales/en/vnc.json +16 -7
- package/locales/en/vpn.json +17 -2
- package/locales/es/agents.json +11 -1
- package/locales/es/apache.json +5 -1
- package/locales/es/audit.json +4 -1
- package/locales/es/backups.json +20 -1
- package/locales/es/btTracker.json +116 -37
- package/locales/es/catalog.json +6 -6
- package/locales/es/cdn.json +87 -1
- package/locales/es/cli.json +2 -2
- package/locales/es/common.json +8 -1
- package/locales/es/cron.json +30 -1
- package/locales/es/dashboard.json +21 -2
- package/locales/es/db.json +58 -3
- package/locales/es/dns.json +19 -1
- package/locales/es/docker.json +247 -0
- package/locales/es/email.json +46 -10
- package/locales/es/errors.json +5 -2
- package/locales/es/fail2ban.json +26 -1
- package/locales/es/files.json +51 -9
- package/locales/es/firewall.json +17 -8
- package/locales/es/ftp.json +16 -1
- package/locales/es/hostBrowse.json +33 -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 +14 -1
- package/locales/es/nav.json +11 -4
- package/locales/es/network.json +25 -2
- package/locales/es/notFound.json +6 -0
- package/locales/es/notes.json +190 -38
- package/locales/es/projects.json +131 -10
- package/locales/es/protection.json +64 -2
- package/locales/es/publicFiles.json +14 -1
- package/locales/es/rbac.json +15 -2
- package/locales/es/readiness.json +32 -1
- package/locales/es/redis.json +19 -1
- package/locales/es/runtime.json +49 -2
- package/locales/es/search.json +13 -9
- package/locales/es/security.json +66 -7
- package/locales/es/serviceExposure.json +18 -6
- package/locales/es/services.json +60 -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 +26 -2
- package/locales/es/systemd.json +3 -1
- package/locales/es/terminal.json +9 -1
- package/locales/es/translation.json +2135 -241
- package/locales/es/updates.json +75 -3
- package/locales/es/users.json +19 -1
- package/locales/es/validators.json +266 -0
- package/locales/es/vnc.json +10 -1
- package/locales/es/vpn.json +18 -3
- package/locales/fr/agents.json +11 -1
- package/locales/fr/apache.json +5 -1
- package/locales/fr/audit.json +4 -1
- package/locales/fr/backups.json +20 -1
- package/locales/fr/btTracker.json +115 -36
- package/locales/fr/catalog.json +6 -6
- package/locales/fr/cdn.json +87 -1
- package/locales/fr/cli.json +3 -3
- package/locales/fr/common.json +8 -1
- package/locales/fr/cron.json +30 -1
- package/locales/fr/dashboard.json +21 -2
- package/locales/fr/db.json +58 -3
- package/locales/fr/dns.json +19 -1
- package/locales/fr/docker.json +247 -0
- package/locales/fr/email.json +44 -8
- package/locales/fr/errors.json +5 -2
- package/locales/fr/fail2ban.json +27 -2
- package/locales/fr/files.json +51 -9
- package/locales/fr/firewall.json +13 -4
- package/locales/fr/ftp.json +16 -1
- package/locales/fr/hostBrowse.json +32 -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 +14 -1
- package/locales/fr/nav.json +11 -4
- package/locales/fr/network.json +25 -2
- package/locales/fr/notFound.json +6 -0
- package/locales/fr/notes.json +186 -34
- package/locales/fr/projects.json +129 -8
- package/locales/fr/protection.json +64 -2
- package/locales/fr/publicFiles.json +14 -1
- package/locales/fr/rbac.json +15 -2
- package/locales/fr/readiness.json +32 -1
- package/locales/fr/redis.json +20 -2
- package/locales/fr/runtime.json +49 -2
- package/locales/fr/search.json +11 -7
- package/locales/fr/security.json +66 -7
- package/locales/fr/serviceExposure.json +17 -5
- package/locales/fr/services.json +60 -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 +26 -2
- package/locales/fr/systemd.json +3 -1
- package/locales/fr/terminal.json +9 -1
- package/locales/fr/translation.json +2119 -225
- package/locales/fr/updates.json +75 -3
- package/locales/fr/users.json +19 -1
- package/locales/fr/validators.json +266 -0
- package/locales/fr/vnc.json +10 -1
- package/locales/fr/vpn.json +17 -2
- package/locales/hi/agents.json +11 -1
- package/locales/hi/apache.json +5 -1
- package/locales/hi/audit.json +4 -1
- package/locales/hi/backups.json +20 -1
- package/locales/hi/btTracker.json +118 -39
- package/locales/hi/catalog.json +7 -7
- package/locales/hi/cdn.json +87 -1
- package/locales/hi/cli.json +1 -1
- package/locales/hi/common.json +8 -1
- package/locales/hi/cron.json +30 -1
- package/locales/hi/dashboard.json +21 -2
- package/locales/hi/db.json +58 -3
- package/locales/hi/dns.json +19 -1
- package/locales/hi/docker.json +247 -0
- package/locales/hi/email.json +46 -10
- package/locales/hi/errors.json +5 -2
- package/locales/hi/fail2ban.json +29 -4
- package/locales/hi/files.json +52 -10
- package/locales/hi/firewall.json +17 -8
- package/locales/hi/ftp.json +16 -1
- package/locales/hi/hostBrowse.json +35 -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 +14 -1
- package/locales/hi/nav.json +11 -4
- package/locales/hi/network.json +25 -2
- package/locales/hi/notFound.json +6 -0
- package/locales/hi/notes.json +188 -36
- package/locales/hi/projects.json +132 -11
- package/locales/hi/protection.json +65 -3
- package/locales/hi/publicFiles.json +14 -1
- package/locales/hi/rbac.json +16 -3
- package/locales/hi/readiness.json +32 -1
- package/locales/hi/redis.json +19 -1
- package/locales/hi/runtime.json +49 -2
- package/locales/hi/search.json +14 -10
- package/locales/hi/security.json +66 -7
- package/locales/hi/serviceExposure.json +18 -6
- package/locales/hi/services.json +60 -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 +26 -2
- package/locales/hi/systemd.json +3 -1
- package/locales/hi/terminal.json +9 -1
- package/locales/hi/translation.json +2146 -252
- package/locales/hi/updates.json +75 -3
- package/locales/hi/users.json +19 -1
- package/locales/hi/validators.json +266 -0
- package/locales/hi/vnc.json +10 -1
- package/locales/hi/vpn.json +19 -4
- package/locales/id/agents.json +11 -1
- package/locales/id/apache.json +5 -1
- package/locales/id/audit.json +4 -1
- package/locales/id/backups.json +20 -1
- package/locales/id/btTracker.json +116 -37
- package/locales/id/catalog.json +6 -6
- package/locales/id/cdn.json +87 -1
- package/locales/id/cli.json +2 -2
- package/locales/id/common.json +8 -1
- package/locales/id/cron.json +30 -1
- package/locales/id/dashboard.json +21 -2
- package/locales/id/db.json +58 -3
- package/locales/id/dns.json +19 -1
- package/locales/id/docker.json +247 -0
- package/locales/id/email.json +46 -10
- package/locales/id/errors.json +5 -2
- package/locales/id/fail2ban.json +26 -1
- package/locales/id/files.json +51 -9
- package/locales/id/firewall.json +15 -6
- package/locales/id/ftp.json +16 -1
- package/locales/id/hostBrowse.json +33 -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 +14 -1
- package/locales/id/nav.json +10 -3
- package/locales/id/network.json +25 -2
- package/locales/id/notFound.json +6 -0
- package/locales/id/notes.json +185 -33
- package/locales/id/projects.json +130 -9
- package/locales/id/protection.json +64 -2
- package/locales/id/publicFiles.json +14 -1
- package/locales/id/rbac.json +15 -2
- package/locales/id/readiness.json +32 -1
- package/locales/id/redis.json +19 -1
- package/locales/id/runtime.json +49 -2
- package/locales/id/search.json +13 -9
- package/locales/id/security.json +65 -6
- package/locales/id/serviceExposure.json +18 -6
- package/locales/id/services.json +60 -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 +26 -2
- package/locales/id/systemd.json +3 -1
- package/locales/id/terminal.json +9 -1
- package/locales/id/translation.json +2125 -231
- package/locales/id/updates.json +75 -3
- package/locales/id/users.json +19 -1
- package/locales/id/validators.json +266 -0
- package/locales/id/vnc.json +10 -1
- package/locales/id/vpn.json +18 -3
- package/locales/ja/agents.json +11 -1
- package/locales/ja/apache.json +5 -1
- package/locales/ja/audit.json +4 -1
- package/locales/ja/backups.json +20 -1
- package/locales/ja/btTracker.json +118 -39
- package/locales/ja/catalog.json +10 -10
- package/locales/ja/cdn.json +87 -1
- package/locales/ja/cli.json +3 -3
- package/locales/ja/common.json +8 -1
- package/locales/ja/cron.json +30 -1
- package/locales/ja/dashboard.json +21 -2
- package/locales/ja/db.json +58 -3
- package/locales/ja/dns.json +19 -1
- package/locales/ja/docker.json +247 -0
- package/locales/ja/email.json +46 -10
- package/locales/ja/errors.json +5 -2
- package/locales/ja/fail2ban.json +26 -1
- package/locales/ja/files.json +51 -9
- package/locales/ja/firewall.json +17 -8
- package/locales/ja/ftp.json +16 -1
- package/locales/ja/hostBrowse.json +35 -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 +14 -1
- package/locales/ja/nav.json +13 -6
- package/locales/ja/network.json +26 -3
- package/locales/ja/notFound.json +6 -0
- package/locales/ja/notes.json +194 -42
- package/locales/ja/projects.json +131 -10
- package/locales/ja/protection.json +64 -2
- package/locales/ja/publicFiles.json +14 -1
- package/locales/ja/rbac.json +15 -2
- package/locales/ja/readiness.json +32 -1
- package/locales/ja/redis.json +19 -1
- package/locales/ja/runtime.json +50 -3
- package/locales/ja/search.json +12 -8
- package/locales/ja/security.json +66 -7
- package/locales/ja/serviceExposure.json +18 -6
- package/locales/ja/services.json +60 -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 +26 -2
- package/locales/ja/systemd.json +3 -1
- package/locales/ja/terminal.json +9 -1
- package/locales/ja/translation.json +2152 -258
- package/locales/ja/updates.json +75 -3
- package/locales/ja/users.json +19 -1
- package/locales/ja/validators.json +266 -0
- package/locales/ja/vnc.json +10 -1
- package/locales/ja/vpn.json +18 -3
- package/locales/ko/agents.json +11 -1
- package/locales/ko/apache.json +5 -1
- package/locales/ko/audit.json +4 -1
- package/locales/ko/backups.json +20 -1
- package/locales/ko/btTracker.json +118 -39
- package/locales/ko/catalog.json +8 -8
- package/locales/ko/cdn.json +87 -1
- package/locales/ko/cli.json +2 -2
- package/locales/ko/common.json +8 -1
- package/locales/ko/cron.json +30 -1
- package/locales/ko/dashboard.json +21 -2
- package/locales/ko/db.json +58 -3
- package/locales/ko/dns.json +19 -1
- package/locales/ko/docker.json +247 -0
- package/locales/ko/email.json +46 -10
- package/locales/ko/errors.json +5 -2
- package/locales/ko/fail2ban.json +37 -12
- package/locales/ko/files.json +51 -9
- package/locales/ko/firewall.json +18 -9
- package/locales/ko/ftp.json +16 -1
- package/locales/ko/hostBrowse.json +35 -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 +14 -1
- package/locales/ko/nav.json +11 -4
- package/locales/ko/network.json +25 -2
- package/locales/ko/notFound.json +6 -0
- package/locales/ko/notes.json +204 -52
- package/locales/ko/playbooks.json +1 -1
- package/locales/ko/projects.json +132 -11
- package/locales/ko/protection.json +67 -5
- package/locales/ko/publicFiles.json +14 -1
- package/locales/ko/rbac.json +15 -2
- package/locales/ko/readiness.json +33 -2
- package/locales/ko/redis.json +19 -1
- package/locales/ko/runtime.json +49 -2
- package/locales/ko/search.json +13 -9
- package/locales/ko/security.json +66 -7
- package/locales/ko/serviceExposure.json +18 -6
- package/locales/ko/services.json +60 -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 +26 -2
- package/locales/ko/systemd.json +3 -1
- package/locales/ko/terminal.json +9 -1
- package/locales/ko/translation.json +2171 -277
- package/locales/ko/updates.json +75 -3
- package/locales/ko/users.json +19 -1
- package/locales/ko/validators.json +266 -0
- package/locales/ko/vnc.json +10 -1
- package/locales/ko/vpn.json +19 -4
- package/locales/pt/agents.json +11 -1
- package/locales/pt/apache.json +5 -1
- package/locales/pt/audit.json +4 -1
- package/locales/pt/backups.json +20 -1
- package/locales/pt/btTracker.json +116 -37
- package/locales/pt/catalog.json +4 -4
- package/locales/pt/cdn.json +87 -1
- package/locales/pt/cli.json +2 -2
- package/locales/pt/common.json +8 -1
- package/locales/pt/cron.json +30 -1
- package/locales/pt/dashboard.json +21 -2
- package/locales/pt/db.json +58 -3
- package/locales/pt/dns.json +19 -1
- package/locales/pt/docker.json +247 -0
- package/locales/pt/email.json +46 -10
- package/locales/pt/errors.json +5 -2
- package/locales/pt/fail2ban.json +26 -1
- package/locales/pt/files.json +51 -9
- package/locales/pt/firewall.json +16 -7
- package/locales/pt/ftp.json +16 -1
- package/locales/pt/hostBrowse.json +35 -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 +14 -1
- package/locales/pt/nav.json +10 -3
- package/locales/pt/network.json +25 -2
- package/locales/pt/notFound.json +6 -0
- package/locales/pt/notes.json +187 -35
- package/locales/pt/projects.json +129 -8
- package/locales/pt/protection.json +64 -2
- package/locales/pt/publicFiles.json +14 -1
- package/locales/pt/rbac.json +15 -2
- package/locales/pt/readiness.json +32 -1
- package/locales/pt/redis.json +19 -1
- package/locales/pt/runtime.json +49 -2
- package/locales/pt/search.json +11 -7
- package/locales/pt/security.json +66 -7
- package/locales/pt/serviceExposure.json +17 -5
- package/locales/pt/services.json +60 -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 +26 -2
- package/locales/pt/systemd.json +3 -1
- package/locales/pt/terminal.json +9 -1
- package/locales/pt/translation.json +2125 -231
- package/locales/pt/updates.json +75 -3
- package/locales/pt/users.json +19 -1
- package/locales/pt/validators.json +266 -0
- package/locales/pt/vnc.json +10 -1
- package/locales/pt/vpn.json +17 -2
- package/locales/ur/agents.json +11 -1
- package/locales/ur/apache.json +5 -1
- package/locales/ur/audit.json +4 -1
- package/locales/ur/backups.json +20 -1
- package/locales/ur/btTracker.json +118 -39
- package/locales/ur/catalog.json +6 -6
- package/locales/ur/cdn.json +87 -1
- package/locales/ur/cli.json +2 -2
- package/locales/ur/common.json +8 -1
- package/locales/ur/cron.json +30 -1
- package/locales/ur/dashboard.json +21 -2
- package/locales/ur/db.json +58 -3
- package/locales/ur/dns.json +19 -1
- package/locales/ur/docker.json +247 -0
- package/locales/ur/email.json +46 -10
- package/locales/ur/errors.json +5 -2
- package/locales/ur/fail2ban.json +26 -1
- package/locales/ur/files.json +52 -10
- package/locales/ur/firewall.json +17 -8
- package/locales/ur/ftp.json +16 -1
- package/locales/ur/hostBrowse.json +35 -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 +14 -1
- package/locales/ur/nav.json +10 -3
- package/locales/ur/network.json +25 -2
- package/locales/ur/notFound.json +6 -0
- package/locales/ur/notes.json +183 -31
- package/locales/ur/projects.json +131 -10
- package/locales/ur/protection.json +64 -2
- package/locales/ur/publicFiles.json +14 -1
- package/locales/ur/rbac.json +15 -2
- package/locales/ur/readiness.json +32 -1
- package/locales/ur/redis.json +19 -1
- package/locales/ur/runtime.json +49 -2
- package/locales/ur/search.json +13 -9
- package/locales/ur/security.json +66 -7
- package/locales/ur/serviceExposure.json +18 -6
- package/locales/ur/services.json +60 -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 +26 -2
- package/locales/ur/systemd.json +3 -1
- package/locales/ur/terminal.json +9 -1
- package/locales/ur/translation.json +2134 -240
- package/locales/ur/updates.json +75 -3
- package/locales/ur/users.json +19 -1
- package/locales/ur/validators.json +266 -0
- package/locales/ur/vnc.json +10 -1
- package/locales/ur/vpn.json +19 -4
- package/locales/zh-CN/agents.json +11 -1
- package/locales/zh-CN/apache.json +6 -2
- package/locales/zh-CN/audit.json +4 -1
- package/locales/zh-CN/backups.json +20 -1
- package/locales/zh-CN/btTracker.json +82 -3
- package/locales/zh-CN/catalog.json +2 -2
- package/locales/zh-CN/cdn.json +87 -1
- package/locales/zh-CN/cli.json +5 -5
- package/locales/zh-CN/common.json +8 -1
- package/locales/zh-CN/cron.json +30 -1
- package/locales/zh-CN/dashboard.json +22 -3
- package/locales/zh-CN/db.json +59 -4
- package/locales/zh-CN/dns.json +19 -1
- package/locales/zh-CN/docker.json +247 -0
- package/locales/zh-CN/email.json +46 -10
- package/locales/zh-CN/errors.json +5 -2
- package/locales/zh-CN/fail2ban.json +31 -6
- package/locales/zh-CN/files.json +45 -3
- package/locales/zh-CN/firewall.json +11 -2
- package/locales/zh-CN/ftp.json +16 -1
- package/locales/zh-CN/hostBrowse.json +21 -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 +14 -1
- package/locales/zh-CN/nav.json +10 -3
- package/locales/zh-CN/network.json +26 -3
- package/locales/zh-CN/nginx.json +1 -1
- package/locales/zh-CN/notFound.json +6 -0
- package/locales/zh-CN/notes.json +177 -25
- package/locales/zh-CN/projects.json +128 -7
- package/locales/zh-CN/protection.json +64 -2
- package/locales/zh-CN/publicFiles.json +14 -1
- package/locales/zh-CN/rbac.json +15 -2
- package/locales/zh-CN/readiness.json +33 -2
- package/locales/zh-CN/redis.json +19 -1
- package/locales/zh-CN/runtime.json +50 -3
- package/locales/zh-CN/search.json +5 -1
- package/locales/zh-CN/security.json +66 -7
- package/locales/zh-CN/serviceExposure.json +13 -1
- package/locales/zh-CN/services.json +60 -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 +27 -3
- package/locales/zh-CN/systemd.json +3 -1
- package/locales/zh-CN/terminal.json +9 -1
- package/locales/zh-CN/translation.json +2040 -146
- package/locales/zh-CN/updates.json +75 -3
- package/locales/zh-CN/users.json +19 -1
- package/locales/zh-CN/validators.json +266 -0
- package/locales/zh-CN/vnc.json +10 -1
- package/locales/zh-CN/vpn.json +19 -4
- package/locales/zh-HK/agents.json +17 -7
- package/locales/zh-HK/apache.json +6 -2
- package/locales/zh-HK/audit.json +4 -1
- package/locales/zh-HK/backups.json +21 -2
- package/locales/zh-HK/btTracker.json +86 -7
- package/locales/zh-HK/catalog.json +2 -2
- package/locales/zh-HK/cdn.json +89 -3
- package/locales/zh-HK/cli.json +15 -15
- package/locales/zh-HK/common.json +8 -1
- package/locales/zh-HK/cron.json +34 -5
- package/locales/zh-HK/dashboard.json +25 -6
- package/locales/zh-HK/db.json +65 -10
- package/locales/zh-HK/dns.json +19 -1
- package/locales/zh-HK/docker.json +247 -0
- package/locales/zh-HK/email.json +61 -25
- package/locales/zh-HK/errors.json +6 -3
- package/locales/zh-HK/fail2ban.json +32 -7
- package/locales/zh-HK/files.json +47 -5
- package/locales/zh-HK/firewall.json +13 -4
- package/locales/zh-HK/ftp.json +18 -3
- package/locales/zh-HK/hostBrowse.json +22 -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 +13 -0
- package/locales/zh-HK/nav.json +12 -5
- package/locales/zh-HK/network.json +30 -7
- package/locales/zh-HK/nginx.json +2 -2
- package/locales/zh-HK/notFound.json +6 -0
- package/locales/zh-HK/notes.json +228 -76
- package/locales/zh-HK/projects.json +142 -21
- package/locales/zh-HK/protection.json +65 -3
- package/locales/zh-HK/publicFiles.json +16 -3
- package/locales/zh-HK/rbac.json +15 -2
- package/locales/zh-HK/readiness.json +35 -4
- package/locales/zh-HK/redis.json +22 -4
- package/locales/zh-HK/runtime.json +58 -11
- package/locales/zh-HK/search.json +5 -1
- package/locales/zh-HK/security.json +77 -18
- package/locales/zh-HK/serviceExposure.json +13 -1
- package/locales/zh-HK/services.json +61 -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 +30 -6
- package/locales/zh-HK/systemd.json +9 -7
- package/locales/zh-HK/terminal.json +10 -2
- package/locales/zh-HK/translation.json +2238 -344
- package/locales/zh-HK/uiInline.json +3 -3
- package/locales/zh-HK/updates.json +76 -4
- package/locales/zh-HK/users.json +20 -2
- package/locales/zh-HK/validators.json +266 -0
- package/locales/zh-HK/vnc.json +16 -7
- package/locales/zh-HK/vpn.json +23 -8
- package/package.json +1 -1
package/locales/en/ftp.json
CHANGED
|
@@ -61,7 +61,13 @@
|
|
|
61
61
|
"listenPortHint": "Default 21; open firewall if using another port",
|
|
62
62
|
"customPort": "Custom port",
|
|
63
63
|
"ipStack": "IP stack",
|
|
64
|
-
"ipStackHint": "Most vsftpd builds: listen and listen_ipv6 are mutually exclusive
|
|
64
|
+
"ipStackHint": "Most vsftpd builds: listen and listen_ipv6 are mutually exclusive.",
|
|
65
|
+
"listenConflictLive": "Live vsftpd.conf has listen={{v4}} and listen_ipv6={{v6}} — both YES will fail to start.",
|
|
66
|
+
"listenConflictNeedFix": "Fix listen / listen_ipv6 first (they cannot both be YES), then apply.",
|
|
67
|
+
"fixListenIpv4": "Use IPv4 only (listen=YES, listen_ipv6=NO)",
|
|
68
|
+
"liveFileValue": "File now: {{value}}",
|
|
69
|
+
"startBlockedFailed": "Service is failed — apply a valid config before start",
|
|
70
|
+
"ftpsNeedCert": "Pick a certificate domain first",
|
|
65
71
|
"ipv4Only": "IPv4 only",
|
|
66
72
|
"ipv6Mapped": "IPv6 (mapped OK)",
|
|
67
73
|
"bannerHint": "Welcome string clients see after connect",
|
|
@@ -73,7 +79,10 @@
|
|
|
73
79
|
"openFirewallPage": "Open firewall page",
|
|
74
80
|
"customEnd": "Custom end",
|
|
75
81
|
"pasvPublicIp": "PASV public IP",
|
|
82
|
+
"detectPublicIp": "Detect public IP",
|
|
83
|
+
"detectPublicIpTitle": "Fill the first non-loopback IPv4 from this host",
|
|
76
84
|
"pasvPublicIpHint": "NAT/cloud: set public IP; local can leave empty",
|
|
85
|
+
"pasvIpRequired": "Set a public PASV IP before apply (NAT/cloud). Detect or type an address.",
|
|
77
86
|
"optionalEmpty": "(optional)",
|
|
78
87
|
"securityTitle": "Security settings",
|
|
79
88
|
"securityDesc": "TLS, write access, chroot; Apply and restart to take effect",
|
|
@@ -95,7 +104,7 @@
|
|
|
95
104
|
"opsResult": "Ops result",
|
|
96
105
|
"saved": "Saved",
|
|
97
106
|
"accountsList": "Account list",
|
|
98
|
-
"accountsListDesc": "After create, Apply to sync vsftpd. If
|
|
107
|
+
"accountsListDesc": "After create, Apply to sync vsftpd. If it is not installed, use the Software tab.",
|
|
99
108
|
"startService": " start.",
|
|
100
109
|
"createAccountPlus": "+ Create account",
|
|
101
110
|
"noFtpAccounts": "No FTP accounts yet",
|
|
@@ -131,5 +140,11 @@
|
|
|
131
140
|
"sftpRegister": "Register key",
|
|
132
141
|
"sftpAddedAt": "Added {{time}}",
|
|
133
142
|
"sftpTechSummary": "Technical details (advanced)",
|
|
134
|
-
"sftpTechNote": "Keys are written under the managed path"
|
|
143
|
+
"sftpTechNote": "Keys are written under the managed path",
|
|
144
|
+
"filterProject": "Showing FTP accounts for this project",
|
|
145
|
+
"clearProjectFilter": "Show all accounts",
|
|
146
|
+
"vsftpdFailedHint": "vsftpd failed. Open the Service tab (listen and listen_ipv6 cannot both be YES).",
|
|
147
|
+
"vsftpdFailedGeneric": "vsftpd failed. Open the Service tab for live settings and journal.",
|
|
148
|
+
"stateFailed": "Failed to start",
|
|
149
|
+
"tabService": "Service"
|
|
135
150
|
}
|
|
@@ -18,6 +18,7 @@
|
|
|
18
18
|
"viaHost": "via host",
|
|
19
19
|
"emptyTitle": "Host-mediated browse",
|
|
20
20
|
"emptyBody": "Enter a URL. DNS, TLS, and egress use this server — not your browser. Cookies stay in a server-side jar.",
|
|
21
|
+
"needUrl": "Enter a URL above to start a session.",
|
|
21
22
|
"ssrfBlocked": "Blocked by security policy (SSRF / mode)",
|
|
22
23
|
"loadFailed": "Fetch failed on host",
|
|
23
24
|
"sessionReady": "Session ready",
|
|
@@ -36,12 +37,15 @@
|
|
|
36
37
|
"engineBrowser": "Real browser",
|
|
37
38
|
"engineSwitchHint": "Switching engine opens a new session.",
|
|
38
39
|
"needChrome": "Real browser needs system Chrome/Chromium (or set YSK_HOST_BROWSE_CHROME). Using proxy otherwise.",
|
|
40
|
+
"engineBrowserNeedChrome": "Real browser (Chrome not installed)",
|
|
41
|
+
"egressHint": "The target site sees this server’s outbound address ({{host}}), not your laptop. Cookies stay in the server session jar.",
|
|
39
42
|
"needChromeFallback": "Chrome unavailable — switched to proxy engine.",
|
|
40
43
|
"liveError": "Live stream failed",
|
|
41
44
|
"liveWaiting": "Connecting host browser…",
|
|
42
45
|
"tabSettings": "Settings",
|
|
43
46
|
"softwareNeeded": "Chromium / Chrome required for real browser engine",
|
|
44
|
-
"softwareHint": "One-click installs distro Chromium via apt. Google Chrome
|
|
47
|
+
"softwareHint": "One-click installs distro Chromium via apt. Google Chrome is also detected if already present. Needs superuser and system-change permission.",
|
|
48
|
+
"closeNoSession": "No session yet",
|
|
45
49
|
"goInstallChrome": "Open Software tab",
|
|
46
50
|
"settingsIntro": "These panel settings override process environment variables for Host Browse.",
|
|
47
51
|
"settingsEngine": "Default engine",
|
|
@@ -82,6 +86,8 @@
|
|
|
82
86
|
},
|
|
83
87
|
"home": "Home",
|
|
84
88
|
"bookmark": "Bookmark",
|
|
89
|
+
"bookmarkAdd": "Add or remove bookmark",
|
|
90
|
+
"bookmarkList": "Bookmark list",
|
|
85
91
|
"bookmarks": "Bookmarks",
|
|
86
92
|
"history": "History",
|
|
87
93
|
"bookmarkToggled": "Bookmark updated",
|
|
@@ -90,6 +96,7 @@
|
|
|
90
96
|
"mediaNote": "Real browser: video is streamed into the panel. Enable audio bridge in Settings to hear page audio (requires user gesture).",
|
|
91
97
|
"isolationNote": "Real browser creates an ephemeral Linux user for Chrome; leaving the page or idle timeout destroys that user.",
|
|
92
98
|
"resumeHint": "Resume previous session ({{count}} tabs)",
|
|
99
|
+
"resumeHintDetail": "Resume previous session ({{count}} tabs) · {{url}} · {{when}}",
|
|
93
100
|
"resume": "Resume",
|
|
94
101
|
"resumeDismiss": "Dismiss",
|
|
95
102
|
"resumeDone": "Session resumed",
|
|
@@ -124,5 +131,18 @@
|
|
|
124
131
|
"mediaAudioLabel": "Audio",
|
|
125
132
|
"mediaAudioDesc": "Optional bridge from host Chrome; may require unlock click.",
|
|
126
133
|
"mediaPolicyLabel": "Policy",
|
|
127
|
-
"mediaPolicyDesc": "Downloads and autoplay follow the safety and download settings above."
|
|
134
|
+
"mediaPolicyDesc": "Downloads and autoplay follow the safety and download settings above.",
|
|
135
|
+
"frameBlocked": "The page could not be shown in the panel frame.",
|
|
136
|
+
"historyEmpty": "No history in this session.",
|
|
137
|
+
"bookmarksEmpty": "No bookmarks yet.",
|
|
138
|
+
"closeSessionHint": "Clears cookies for this browse session. Bookmarks stay.",
|
|
139
|
+
"envUnset": "not set",
|
|
140
|
+
"envPanelValue": "panel: {{value}}",
|
|
141
|
+
"envColVar": "Variable",
|
|
142
|
+
"envColHost": "Host process",
|
|
143
|
+
"envColPanel": "Panel setting",
|
|
144
|
+
"envColEffective": "Effective",
|
|
145
|
+
"settingsNoSandboxWarn": "Disables Chromium sandbox. Use only inside a trusted container. Applies on next real-browser session.",
|
|
146
|
+
"settingsDangerDlWarn": "Allows executable and script downloads through the host browser. Confirm you need this.",
|
|
147
|
+
"settingsDangerConfirmTitle": "Enable a high-risk browse setting?"
|
|
128
148
|
}
|
package/locales/en/login.json
CHANGED
|
@@ -10,5 +10,10 @@
|
|
|
10
10
|
"totpLabel": "Authentication code",
|
|
11
11
|
"totpHint": "6-digit code from your authenticator app",
|
|
12
12
|
"submitting": "Signing in…",
|
|
13
|
-
"sessionExpired": "Session expired; sign in again"
|
|
13
|
+
"sessionExpired": "Session expired; sign in again",
|
|
14
|
+
"newPassword": "New password",
|
|
15
|
+
"newPasswordAgain": "Confirm new password",
|
|
16
|
+
"changePassword": "Change password",
|
|
17
|
+
"passwordMismatch": "The two passwords do not match",
|
|
18
|
+
"passwordChanged": "Password updated"
|
|
14
19
|
}
|
package/locales/en/logs.json
CHANGED
|
@@ -45,6 +45,9 @@
|
|
|
45
45
|
"followingSse": " · following (SSE)",
|
|
46
46
|
"loadingSources": "Loading sources…",
|
|
47
47
|
"pickSource": "Pick a source on the left, or a shortcut · then Query",
|
|
48
|
+
"noRowsInWindow": "No records in this time window",
|
|
49
|
+
"showInactiveUnits": "Show inactive units",
|
|
50
|
+
"sseNeedFollow": "Turn on Follow first — SSE is only for live tail",
|
|
48
51
|
"maintOverview": "Maintenance overview",
|
|
49
52
|
"executable": "Executable",
|
|
50
53
|
"restricted": "Restricted",
|
|
@@ -108,8 +111,11 @@
|
|
|
108
111
|
"lines": "{{n}} lines",
|
|
109
112
|
"followingSseDyn": " · following{{sse}}",
|
|
110
113
|
"ipBan": "IP → ban",
|
|
111
|
-
"vacuumNote": "
|
|
112
|
-
"vacuumTime": "
|
|
114
|
+
"vacuumNote": "Reclaims systemd-journald disk. Without execute permission the action is blocked — it is not treated as success.",
|
|
115
|
+
"vacuumTime": "Clean by retention",
|
|
116
|
+
"vacuumNeedRetention": "Enter a retention window first (for example 14d)",
|
|
117
|
+
"vacuumNeedConfirm": "Needs confirmation — deletes old journal logs",
|
|
118
|
+
"vacuumSizeNeedConfirm": "Needs confirmation — caps journal disk use",
|
|
113
119
|
"vacuumHint": "Keep ≥7 days recommended; re-probe disk after.",
|
|
114
120
|
"logrotateStatus": "System logrotate status (read-only probe)",
|
|
115
121
|
"logrotateMissing": "No status file or unreadable — check logrotate package in services matrix",
|
|
@@ -117,12 +123,13 @@
|
|
|
117
123
|
"relatedOpsDesc": "Log observation vs incident response",
|
|
118
124
|
"scLogsLine": "Observe journal / files / projects",
|
|
119
125
|
"scProtLine": "Incident response, auto ban (click IP)",
|
|
120
|
-
"journalVacuumTitle": "
|
|
126
|
+
"journalVacuumTitle": "Clean journald disk",
|
|
121
127
|
"journalSection": "Journal",
|
|
122
128
|
"sseLabel": "SSE",
|
|
123
129
|
"logrotateLabel": "logrotate",
|
|
124
130
|
"srcNginx": "nginx",
|
|
125
131
|
"srcSsh": "ssh",
|
|
132
|
+
"srcfail2ban": "fail2ban",
|
|
126
133
|
"srcFail2ban": "fail2ban",
|
|
127
134
|
"srcAuthLog": "auth.log",
|
|
128
135
|
"srcNginxError": "nginx error",
|
|
@@ -131,5 +138,27 @@
|
|
|
131
138
|
"groupVarLog": "/var/log",
|
|
132
139
|
"prioErr": "err+",
|
|
133
140
|
"prioWarn": "warn+",
|
|
134
|
-
"prioInfo": "info+"
|
|
141
|
+
"prioInfo": "info+",
|
|
142
|
+
"vacuumSize": "Limit to 500 MB",
|
|
143
|
+
"logrotateNoStatus": "No logrotate status file yet (normal if it has never run).",
|
|
144
|
+
"autoVacuumOff": "Automatic clean is off. Time is unused until you enable it.",
|
|
145
|
+
"aboutAllowlist": "Explore can only read allowlisted journal units and /var/log paths. Arbitrary host paths are not offered.",
|
|
146
|
+
"aboutCustomPath": "Add a custom path on Settings (only /var/log or /run/log). Then open it from Explore.",
|
|
147
|
+
"vacuumSizeAlreadyBelow": "Current usage already below cap, this will no-op",
|
|
148
|
+
"vacuumSizeNoopDesc": "Journal is already under 500 MB. This still runs vacuum --size=500M and typically deletes nothing.",
|
|
149
|
+
"journalDiskHint": "Current systemd-journald usage (active journal). Rotated files under /var/log are not included.",
|
|
150
|
+
"varLogDiskHint": "Estimated du of /var/log, including rotated files. Approximate.",
|
|
151
|
+
"queryFirst": "Query first",
|
|
152
|
+
"errorsWindowHint": "Recent errors from the last overview probe (not live-updating when you switch tabs)",
|
|
153
|
+
"sourceCount": "{{shown}} shown",
|
|
154
|
+
"sourceUnavailable": "This source has not produced a log yet",
|
|
155
|
+
"sourceNoLog": "No log yet",
|
|
156
|
+
"projectSourcesTitle": "{{n}} source(s) (files + journal)",
|
|
157
|
+
"logrotatePath": "Path",
|
|
158
|
+
"logrotateLast": "Last rotated",
|
|
159
|
+
"exportJsonl": "JSONL export",
|
|
160
|
+
"sseLive": " (live stream)",
|
|
161
|
+
"logrotateExpand": "Show {{n}} more",
|
|
162
|
+
"logrotateCollapse": "Show fewer",
|
|
163
|
+
"logrotateVersion": "Status version {{v}}"
|
|
135
164
|
}
|
package/locales/en/metrics.json
CHANGED
|
@@ -27,6 +27,15 @@
|
|
|
27
27
|
"alerts": "Alerts"
|
|
28
28
|
},
|
|
29
29
|
"load": "Load",
|
|
30
|
+
"load1m": "Load 1m",
|
|
31
|
+
"uptime": "Uptime",
|
|
32
|
+
"filterCpu5": "≥5% CPU",
|
|
33
|
+
"filterMem5": "≥5% memory",
|
|
34
|
+
"signalHint": "Select a process, then send TERM or KILL.",
|
|
35
|
+
"signalFromRow": "Select this process for TERM / KILL",
|
|
36
|
+
"selectForSignal": "Select",
|
|
37
|
+
"forceKillTitleNamed": "KILL PID {{pid}} ({{cmd}})?",
|
|
38
|
+
"sendSigTitleNamed": "Send TERM to PID {{pid}} ({{cmd}})?",
|
|
30
39
|
"min1": "1m",
|
|
31
40
|
"min5": "5m",
|
|
32
41
|
"min15": "15m",
|
|
@@ -82,6 +91,8 @@
|
|
|
82
91
|
"noProjectsDesc": "Create a project to see real home usage here",
|
|
83
92
|
"usageNote": "Usage from local du (not estimated). Quota is a control-plane soft limit; hard setquota needs apply-to-host.",
|
|
84
93
|
"thresholdAlerts": "Threshold alerts",
|
|
94
|
+
"alertsBuiltinOnly": "Built-in CPU / memory / disk thresholds only. No email, webhook, or Slack channel.",
|
|
95
|
+
"lastEvaluated": "Last checked",
|
|
85
96
|
"alertsOkTitle": "All clear",
|
|
86
97
|
"alertsOkDesc": "No memory / load / disk threshold alerts.",
|
|
87
98
|
"cpu": "CPU",
|
|
@@ -98,6 +109,18 @@
|
|
|
98
109
|
"selectAllAria": "Select all filtered",
|
|
99
110
|
"selectPidAria": "Select PID {{pid}}",
|
|
100
111
|
"controlPlane": "Control plane",
|
|
112
|
+
"controlPlaneNoSignal": "The control-plane process cannot be signalled",
|
|
113
|
+
"protectedPid": "PID 1 / init / systemd cannot be signalled from the panel",
|
|
114
|
+
"sigTermTitle": "Send SIGTERM (ask process to exit)",
|
|
115
|
+
"sigKillTitle": "Send SIGKILL (force kill — cannot be caught)",
|
|
116
|
+
"batchTerm": "TERM",
|
|
117
|
+
"batchKill": "KILL",
|
|
118
|
+
"rawTopLabel": "Raw top (untranslated)",
|
|
119
|
+
"followSseLabel": "Follow (live stream)",
|
|
120
|
+
"alertsReadOnly": "Built-in CPU / memory / disk thresholds only. No email, webhook, or Slack channel.",
|
|
121
|
+
"alertsGoNotifications": "Open notification centre",
|
|
122
|
+
"lastCheck": "Last check",
|
|
123
|
+
"rawTopHint": "Untranslated top(1) output",
|
|
101
124
|
"detailShort": "Info",
|
|
102
125
|
"procUnavailable": "Could not get processes",
|
|
103
126
|
"noProcData": "No process data yet",
|
|
@@ -116,7 +139,7 @@
|
|
|
116
139
|
"reniceHint": "-20 highest · 19 lowest (needs EXECUTE)",
|
|
117
140
|
"noData": "No data",
|
|
118
141
|
"mountsTitle": "Disk mounts ({{count}})",
|
|
119
|
-
"mountsDesc": "Real
|
|
142
|
+
"mountsDesc": "Real disk usage (temporary filesystems filtered)",
|
|
120
143
|
"noMounts": "No mount list",
|
|
121
144
|
"noMountsDesc": "df unavailable or filtered. Root disk still on Overview.",
|
|
122
145
|
"seeProjectUsage": "Project home usage is on the Project usage tab (real du · {{size}})",
|
|
@@ -128,5 +151,17 @@
|
|
|
128
151
|
"usageNoteFull": "Usage from local du (not estimated). Quota is a control-plane soft limit; hard setquota needs apply-to-host.",
|
|
129
152
|
"sseNeedLogin": "Not logged in; cannot open SSE",
|
|
130
153
|
"sseSessionExpired": "Not logged in or session expired; cannot open SSE",
|
|
131
|
-
"sseHttpError": "stream HTTP {{status}}"
|
|
154
|
+
"sseHttpError": "stream HTTP {{status}}",
|
|
155
|
+
"colFilesystem": "Filesystem",
|
|
156
|
+
"colMount": "Mount",
|
|
157
|
+
"colSize": "Size",
|
|
158
|
+
"colUsed": "Used",
|
|
159
|
+
"colAvail": "Available",
|
|
160
|
+
"colUsePct": "Used %",
|
|
161
|
+
"colHome": "Home",
|
|
162
|
+
"usageNoteLink": "Control-plane soft quota. Apply hard limits on the project Isolation tab.",
|
|
163
|
+
"shareNoQuotaHint": "No quota set, so share is not a percentage. Set a quota on the project Isolation tab.",
|
|
164
|
+
"setQuotaLink": "Set quota",
|
|
165
|
+
"unusualHome": "Unusual path",
|
|
166
|
+
"unusualHomeHint": "Not a /home/… project home. Canonical isolation is /home/ysk-server-{id}."
|
|
132
167
|
}
|
package/locales/en/migrate.json
CHANGED
|
@@ -10,6 +10,7 @@
|
|
|
10
10
|
"subtitle": "Source control plane → full copy to new host. Afterward only change public IP/DNS; accounts, paths, and projects stay the same.",
|
|
11
11
|
"inventorying": "Inventorying",
|
|
12
12
|
"inventoried": "Inventoried",
|
|
13
|
+
"inventoriedWarn": "Inventoried · {{n}} warnings",
|
|
13
14
|
"inventoryFailed": "Inventory failed",
|
|
14
15
|
"pendingInventory": "Pending inventory",
|
|
15
16
|
"projects": "Projects",
|
|
@@ -38,6 +39,8 @@
|
|
|
38
39
|
"authMethod": "Auth method",
|
|
39
40
|
"rootPassword": "Root password",
|
|
40
41
|
"notPersisted": "Not persisted",
|
|
42
|
+
"passwordNotStored": "Password is used for this SSH session only and is not saved on disk.",
|
|
43
|
+
"overwriteDanger": "Overwrite will replace existing YSK data on the target. This cannot be undone from the panel.",
|
|
41
44
|
"outboundIdentity": "Outbound identity in vault",
|
|
42
45
|
"dryRun": "Dry-run precheck",
|
|
43
46
|
"startMigrate": "Start full-host migration",
|
|
@@ -66,6 +69,16 @@
|
|
|
66
69
|
"restartApiHint": "If you just deployed a new version, restart the API (",
|
|
67
70
|
"afterRestart": ") then Refresh.",
|
|
68
71
|
"inventoryWarnings": "Inventory warnings ({{count}})",
|
|
72
|
+
"orphanHomesHint": "Leftover project homes (not in the store). Remove only after you confirm they are unused.",
|
|
73
|
+
"orphanRemove": "Remove leftover home",
|
|
74
|
+
"orphanRemoveTitle": "Delete leftover project home?",
|
|
75
|
+
"orphanRemoveDesc": "Permanently delete {{path}} from disk. This is not a store project. Needs superuser and system-change permission.",
|
|
76
|
+
"orphanRemovePhrase": "Type DELETE to confirm.",
|
|
77
|
+
"orphanRemoveNeedConfirm": "Needs confirmation",
|
|
78
|
+
"orphanBackupFirst": "Back up first (open Backups)",
|
|
79
|
+
"orphanMtime": "Last modified {{at}}",
|
|
80
|
+
"expandAllWarnings": "Show all {{n}} warnings",
|
|
81
|
+
"collapseWarnings": "Show fewer",
|
|
69
82
|
"moreWarnings": "…and {{n}} more",
|
|
70
83
|
"authPassword": "root password (switch to key after temp key install)",
|
|
71
84
|
"authIdentity": "SSH identity vault identityId",
|
|
@@ -76,7 +89,7 @@
|
|
|
76
89
|
"allowOverwriteDesc": "· Required if target already has ysk.json",
|
|
77
90
|
"dryRunOnly": "Dry-run only",
|
|
78
91
|
"dryRunOnlyDesc": "· Inventory + precheck only; no rsync or target writes",
|
|
79
|
-
"executeNote": "Host needs
|
|
92
|
+
"executeNote": "Host needs system-change permission and a superuser API. After migrate, update DNS A/AAAA and check cloud firewall + mail PTR.",
|
|
80
93
|
"dnsCutover": "DNS cutover (manual)",
|
|
81
94
|
"dnsCutoverDesc": "Point A/AAAA for these names to the new public IP;"
|
|
82
95
|
}
|
package/locales/en/nav.json
CHANGED
|
@@ -53,7 +53,9 @@
|
|
|
53
53
|
"runtimes": "Runtimes",
|
|
54
54
|
"security": "Security",
|
|
55
55
|
"system": "System",
|
|
56
|
-
"ai": "AI"
|
|
56
|
+
"ai": "AI",
|
|
57
|
+
"validators": "Validators",
|
|
58
|
+
"containers": "Containers"
|
|
57
59
|
},
|
|
58
60
|
"java": "Java",
|
|
59
61
|
"kotlin": "Kotlin",
|
|
@@ -73,5 +75,10 @@
|
|
|
73
75
|
"bookmarkAdded": "Pinned to sidebar",
|
|
74
76
|
"bookmarkRemoved": "Removed from sidebar",
|
|
75
77
|
"btTracker": "BT Tracker",
|
|
76
|
-
"support": "Support"
|
|
78
|
+
"support": "Support",
|
|
79
|
+
"noAccessTitle": "No access",
|
|
80
|
+
"noAccessDesc": "Your role does not include this page. Ask an admin if you need it.",
|
|
81
|
+
"backToDashboard": "Back to dashboard",
|
|
82
|
+
"validators": "Validators (Beta)",
|
|
83
|
+
"docker": "Docker"
|
|
77
84
|
}
|
package/locales/en/network.json
CHANGED
|
@@ -3,6 +3,13 @@
|
|
|
3
3
|
"canMutate": "Mutable",
|
|
4
4
|
"readOnlyBlocked": "Read-only / blocked",
|
|
5
5
|
"statIfaces": "Interfaces",
|
|
6
|
+
"statUp": "Up",
|
|
7
|
+
"oper": {
|
|
8
|
+
"up": "Up",
|
|
9
|
+
"down": "Down",
|
|
10
|
+
"unknown": "Unknown",
|
|
11
|
+
"other": "Other"
|
|
12
|
+
},
|
|
6
13
|
"statGateway": "Gateway",
|
|
7
14
|
"pageActions": "Page actions",
|
|
8
15
|
"loadingSnap": "Loading network snapshot…",
|
|
@@ -35,6 +42,8 @@
|
|
|
35
42
|
"defaultDev": "Default egress: {{dev}}",
|
|
36
43
|
"saveNm": "Save (NetworkManager, survives reboot)",
|
|
37
44
|
"ephemeralHint": "Unchecked = live ip route add only",
|
|
45
|
+
"nmUnavailable": "NetworkManager is not running — only a live route can be added",
|
|
46
|
+
"defaultRouteDownNeedName": "This is the default route egress. Type the interface name to confirm — the panel may disconnect.",
|
|
38
47
|
"saveRoute": "Save route",
|
|
39
48
|
"dnsSettings": "DNS settings",
|
|
40
49
|
"dnsNmHint": "Writes NM connection “{{conn}}” and reconnects (persistent)",
|
|
@@ -103,9 +112,17 @@
|
|
|
103
112
|
"applyDnsNotes": "Apply runs nmcli connection modify + up; brief disconnect is normal. Stub 127.0.0.53 is not written (local resolved).",
|
|
104
113
|
"testResolve": "Test resolve",
|
|
105
114
|
"loadRaw": "Load raw output",
|
|
115
|
+
"hideRaw": "Hide raw output",
|
|
116
|
+
"rawLoadedAt": "Loaded {{time}}",
|
|
106
117
|
"confirmDown": "Confirm Down",
|
|
118
|
+
"linkDownTitle": "Take {{name}} offline",
|
|
119
|
+
"linkDownNeedConfirm": "Type the interface name to confirm",
|
|
107
120
|
"defaultRouteDownWarn": "This interface is the default route egress; down may cut panel access.",
|
|
108
121
|
"deleteDefaultMayDrop": " — deleting default may drop connectivity.",
|
|
122
|
+
"deleteDefaultPanelWarn": "Deleting the default route can drop this panel session. Type DEFAULT to confirm.",
|
|
123
|
+
"deleteDefaultNeedConfirm": "Needs confirmation — type DEFAULT (may drop this panel)",
|
|
124
|
+
"deleteRouteNeedConfirm": "Needs confirmation",
|
|
125
|
+
"typeDefaultToConfirm": "Type DEFAULT to confirm",
|
|
109
126
|
"gateway": "Gateway",
|
|
110
127
|
"nameservers": "Nameservers",
|
|
111
128
|
"searchDomains": "Search domains",
|
|
@@ -135,8 +152,14 @@
|
|
|
135
152
|
"azure_frontdoor": "Azure Front Door",
|
|
136
153
|
"gcore": "Gcore CDN",
|
|
137
154
|
"custom": "Custom proxies"
|
|
138
|
-
}
|
|
155
|
+
},
|
|
156
|
+
"needProvider": "Choose a CDN provider before fetching its IP list.",
|
|
157
|
+
"spoofWarn": "Trusting the wrong CIDR lets clients spoof X-Forwarded-For / CDN headers as their IP."
|
|
139
158
|
},
|
|
140
159
|
"linkUp": "Up",
|
|
141
|
-
"linkDown": "Down"
|
|
160
|
+
"linkDown": "Down",
|
|
161
|
+
"linkDownDefault": "Down default route",
|
|
162
|
+
"loopbackImmutable": "Loopback cannot be changed",
|
|
163
|
+
"operUnknownHint": "Kernel did not report UP/DOWN (common for lo). The interface is still usable.",
|
|
164
|
+
"persistNmHint": "Persistable means changes can survive reboot via NetworkManager."
|
|
142
165
|
}
|