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/projects.json
CHANGED
|
@@ -21,13 +21,16 @@
|
|
|
21
21
|
"template": "Template (optional)",
|
|
22
22
|
"templateNone": "— none —",
|
|
23
23
|
"searchPlaceholder": "Search name, domain, or ID…",
|
|
24
|
+
"listDesc": "Manage sites on this host.",
|
|
24
25
|
"filterAll": "All runtimes",
|
|
25
26
|
"statTotal": "Total",
|
|
26
27
|
"statRunning": "Running",
|
|
27
28
|
"statDegraded": "Degraded",
|
|
28
29
|
"statUnhealthy": "Unhealthy",
|
|
29
30
|
"statStopped": "Stopped / ready",
|
|
30
|
-
"
|
|
31
|
+
"statStoppedOnly": "Stopped",
|
|
32
|
+
"statReadyOnly": "Ready",
|
|
33
|
+
"statPendingOs": "OS user pending",
|
|
31
34
|
"status": {
|
|
32
35
|
"failed": "Failed",
|
|
33
36
|
"failedHint": "Deploy or health check failed — check logs",
|
|
@@ -72,7 +75,12 @@
|
|
|
72
75
|
"httpStatus": "HTTP",
|
|
73
76
|
"latency": "Latency",
|
|
74
77
|
"error": "Error",
|
|
75
|
-
"at": "Checked at"
|
|
78
|
+
"at": "Checked at",
|
|
79
|
+
"deployMode": "Deploy mode",
|
|
80
|
+
"edgeKind": "Edge",
|
|
81
|
+
"goLiveOk": "Go-live",
|
|
82
|
+
"goLiveAt": "Go-live at",
|
|
83
|
+
"degraded": "Degraded"
|
|
76
84
|
},
|
|
77
85
|
"railPhp": "PHP / site",
|
|
78
86
|
"railStatic": "Static site",
|
|
@@ -86,7 +94,16 @@
|
|
|
86
94
|
"neverDeployed": "Never deployed",
|
|
87
95
|
"created": "Created {{name}}",
|
|
88
96
|
"backToList": "Back to projects",
|
|
89
|
-
"openUrl": "Open
|
|
97
|
+
"openUrl": "Open site",
|
|
98
|
+
"openUrlNeedDomain": "Set a domain first — do not open 127.0.0.1 in your browser",
|
|
99
|
+
"needOsUser": "Create the system user on the Isolation tab first",
|
|
100
|
+
"goIsolation": "Open Isolation tab",
|
|
101
|
+
"homeMissing": "Home directory does not exist",
|
|
102
|
+
"homeMissingHint": "Same live probe as migrate inventory — create the system user on Isolation",
|
|
103
|
+
"stopTitle": "Stop this project (systemd unit and public site)",
|
|
104
|
+
"deployTitle": "Deploy this project",
|
|
105
|
+
"httpStatsHint": "From this project’s access log (last sample)",
|
|
106
|
+
"httpStatsNone": "No project access log yet",
|
|
90
107
|
"notFound": "Project not found",
|
|
91
108
|
"home": "Home directory",
|
|
92
109
|
"env": "Environment",
|
|
@@ -136,8 +153,8 @@
|
|
|
136
153
|
"healthUnknown": "Not checked",
|
|
137
154
|
"sectionRuntimeDeploy": "Runtime deploy",
|
|
138
155
|
"sectionRuntimeDeployDesc": "Start the process for this project runtime (Node / PHP)",
|
|
139
|
-
"sectionGit": "Git
|
|
140
|
-
"sectionGitDesc": "
|
|
156
|
+
"sectionGit": "Git",
|
|
157
|
+
"sectionGitDesc": "Clone, sync, and inbound push",
|
|
141
158
|
"sectionEnv": "Environment variables",
|
|
142
159
|
"sectionEnvDesc": "Write KEY=value lines to the project .env",
|
|
143
160
|
"gitUrl": "Git URL",
|
|
@@ -183,7 +200,7 @@
|
|
|
183
200
|
"nginxValuePublished": "Published",
|
|
184
201
|
"nginxValueNone": "Not published",
|
|
185
202
|
"osValueReady": "Ready",
|
|
186
|
-
"osValuePending": "
|
|
203
|
+
"osValuePending": "OS user pending",
|
|
187
204
|
"openFiles": "Files",
|
|
188
205
|
"enableCdn": "Enable CDN",
|
|
189
206
|
"openLogs": "Logs",
|
|
@@ -192,10 +209,11 @@
|
|
|
192
209
|
"osUserIncomplete": "System user provisioning incomplete",
|
|
193
210
|
"saveLogDirsFailed": "Failed to save log directories",
|
|
194
211
|
"createName": "Project name",
|
|
212
|
+
"noPathSepHint": "The name cannot contain / or \\.",
|
|
195
213
|
"createRuntime": "Runtime",
|
|
196
214
|
"createRuntimeHint": "You can change deploy options later in detail",
|
|
197
215
|
"createVersion": "Version",
|
|
198
|
-
"createVersionHint": "
|
|
216
|
+
"createVersionHint": "Writes the project runtime version setting; deploy / FPM uses it",
|
|
199
217
|
"createVersionAria": "Runtime version",
|
|
200
218
|
"createPrimaryDomain": "Primary domain",
|
|
201
219
|
"createPrimaryDomainHint": "Optional for now",
|
|
@@ -339,8 +357,16 @@
|
|
|
339
357
|
"netHttpsDesc": "Publish Nginx after save. Full-site 301 overrides proxy/PHP/static content",
|
|
340
358
|
"netForceHttps": "Force HTTPS",
|
|
341
359
|
"netForceHttpsDesc": "HTTP → HTTPS (301); needs SSL cert and SSL publish",
|
|
360
|
+
"netForceHttpsOn": "HTTP will redirect to HTTPS after you publish the edge.",
|
|
361
|
+
"netForceHttpsOff": "No forced redirect is stored.",
|
|
362
|
+
"netBoundCert": "Bound certificate",
|
|
363
|
+
"netBoundCertExpiry": "expires {{at}}",
|
|
364
|
+
"netNoBoundCert": "No certificate on disk for this hostname",
|
|
365
|
+
"netForceHttpsNeedCert": "Issue a certificate on /ssl for this domain before forcing HTTPS.",
|
|
366
|
+
"netHttpsLiveNotForced": "An edge file exists; HTTPS may already work. This box only forces HTTP→HTTPS.",
|
|
342
367
|
"netHsts": "Enable HSTS",
|
|
343
368
|
"netHstsDesc": "Browsers stick to HTTPS (recommended after force HTTPS)",
|
|
369
|
+
"netHstsNeedHttps": "Turn on force HTTPS first",
|
|
344
370
|
"netRedirectUrl": "Full-site redirect URL",
|
|
345
371
|
"netRedirectHint": "Optional. Full-site 301 to this URL (move / apex→www)",
|
|
346
372
|
"netBasicAuthTitle": "HTTP basic auth (browser login)",
|
|
@@ -461,7 +487,7 @@
|
|
|
461
487
|
"deployPhpIniSaved": "Project php.ini overrides saved; deploy or apply FPM again",
|
|
462
488
|
"deployHistory": "Deploy history ({{count}})",
|
|
463
489
|
"deployHistoryDesc": "From audit; newest first",
|
|
464
|
-
"deployGitUrlHint": "HTTPS or
|
|
490
|
+
"deployGitUrlHint": "HTTPS or git@host:org/repo.git",
|
|
465
491
|
"deployEnvHint": "One KEY=value per line; # comments",
|
|
466
492
|
"resume": "Resume project",
|
|
467
493
|
"suspend": "Suspend project",
|
|
@@ -547,14 +573,109 @@
|
|
|
547
573
|
"netPublishMaint": "Maintenance",
|
|
548
574
|
"sslNeedDomain": "Set a domain before publishing Nginx / SSL.",
|
|
549
575
|
"createTemplateMissing": "{{v0}} ;「— —」。",
|
|
550
|
-
"deleteDialogDesc": "
|
|
576
|
+
"deleteDialogDesc": "This permanently deletes “{{name}}”. It cannot be undone.",
|
|
551
577
|
"deleteWillStop": "systemd / PM2 /",
|
|
552
578
|
"deleteWillWeb": "Nginx conf、PHP-FPM pool、Apache vhost()",
|
|
553
579
|
"deleteWillOs": "Linux home ()",
|
|
554
580
|
"deleteKeepOs": "home Linux ()",
|
|
555
581
|
"deleteWillDb": "…",
|
|
556
582
|
"deleteRemoveFilesDesc": "Cancel,",
|
|
557
|
-
"deleteTypeNameHint": "「{{
|
|
583
|
+
"deleteTypeNameHint": "「{{name}}」",
|
|
558
584
|
"deleteDnsWarn": "DNS zone / domain 。",
|
|
559
|
-
"manageInNginx": "Manage in Nginx"
|
|
585
|
+
"manageInNginx": "Manage in Nginx",
|
|
586
|
+
"advFtpHomeApp": "Site app directory",
|
|
587
|
+
"advFtpHomeRoot": "Project home (full)",
|
|
588
|
+
"advFtpManage": "Open FTP page",
|
|
589
|
+
"resShell": "Login shell",
|
|
590
|
+
"resSaveHint": "Save and apply changes the live OS. Control-plane only stores the form. Re-apply uses the last saved values.",
|
|
591
|
+
"resBashConfirmTitle": "Allow interactive bash?",
|
|
592
|
+
"resBashConfirmDesc": "This grants an interactive login shell to the project user. Confirm only if you need SSH or PTY as that user.",
|
|
593
|
+
"createGitHint": "Optional. Stored on the project; clone from the Deploy tab (does not clone on create).",
|
|
594
|
+
"gitTokenLaterHint": "HTTPS token and clone depth are set on the project Deploy tab after create.",
|
|
595
|
+
"gitBranch": "Branch",
|
|
596
|
+
"gitBranchHint": "Pick a remote branch or tag.",
|
|
597
|
+
"gitBranchAfterUrl": "Enter a Git URL first. Empty uses the remote default branch.",
|
|
598
|
+
"gitLastRef": "Last sync: {{branch}} @ {{commit}}",
|
|
599
|
+
"gitConfirmTitle": "Clone into this project?",
|
|
600
|
+
"gitConfirmBody": "If app/ is still the Hello World placeholder it will be cleared, then cloned. Custom files that are not a YSK scaffold are refused.",
|
|
601
|
+
"gitConfirmRemoteBody": "This points origin at the new URL and pulls. Unrelated histories fail; custom files are not wiped.",
|
|
602
|
+
"runtimeActual": "Actual binary {{path}}",
|
|
603
|
+
"runtimeFallback": "Chosen {{version}} is not on this host. Process uses {{path}}.",
|
|
604
|
+
"gitSync": "Sync",
|
|
605
|
+
"gitFetch": "Fetch",
|
|
606
|
+
"gitCheckout": "Checkout",
|
|
607
|
+
"gitReset": "Reset to remote",
|
|
608
|
+
"gitResetNeedConfirm": "Needs confirmation — discards local commits",
|
|
609
|
+
"gitDeepen": "Fetch full history",
|
|
610
|
+
"gitLogTitle": "Recent commits",
|
|
611
|
+
"gitDirtyTitle": "Local changes block pull",
|
|
612
|
+
"gitDirtyBody": "{{count}} file(s) differ from Git (Files edits or the app). Discard them or abort.",
|
|
613
|
+
"gitSyncBlockedDirty": "Sync is disabled until local changes are discarded (Reset) or the files match Git.",
|
|
614
|
+
"gitViewDiff": "View diff",
|
|
615
|
+
"gitDiscard": "Discard local files",
|
|
616
|
+
"gitOpenFiles": "Open in Files",
|
|
617
|
+
"gitNotCloned": "Not cloned",
|
|
618
|
+
"gitClean": "Clean",
|
|
619
|
+
"gitDirty": "Dirty",
|
|
620
|
+
"gitBehind": "Behind {{count}}",
|
|
621
|
+
"gitAhead": "Ahead {{count}}",
|
|
622
|
+
"gitDetached": "Pinned",
|
|
623
|
+
"gitShallow": "Shallow",
|
|
624
|
+
"gitMissing": "git missing",
|
|
625
|
+
"gitResetConfirmTitle": "Reset hard to remote?",
|
|
626
|
+
"gitResetConfirmBody": "This discards local Git history and untracked files except .env, then restores .env from the control plane.",
|
|
627
|
+
"gitHeads": "Remote branches",
|
|
628
|
+
"gitToken": "HTTPS token",
|
|
629
|
+
"gitTokenHint": "Encrypted at rest. Never stored in the remote URL.",
|
|
630
|
+
"gitTokenPlaceholder": "ghp_… or glpat-…",
|
|
631
|
+
"gitTokenSet": "Token set",
|
|
632
|
+
"gitSaveToken": "Save token",
|
|
633
|
+
"gitClearToken": "Clear token",
|
|
634
|
+
"gitDeployKey": "Deploy public key",
|
|
635
|
+
"gitDeployKeyHint": "Add this as a read-only deploy key on the Git host.",
|
|
636
|
+
"gitDeployKeyOn": "Deploy key",
|
|
637
|
+
"gitMakeKey": "Create deploy key",
|
|
638
|
+
"gitCopyPub": "Copy public key",
|
|
639
|
+
"gitClearKey": "Clear deploy key",
|
|
640
|
+
"gitKeyCopied": "Public key copied",
|
|
641
|
+
"gitPinHost": "Pin host key",
|
|
642
|
+
"gitPinHostBody": "{{host}} is not pinned. Confirm the fingerprints, then pin before SSH clone.",
|
|
643
|
+
"gitHostUnpinned": "Host key not pinned",
|
|
644
|
+
"gitHookTitle": "Push hook",
|
|
645
|
+
"gitHookHint": "Paste the URL into GitHub / Gitea / GitLab (push only). Not Slack.",
|
|
646
|
+
"gitHookOn": "On",
|
|
647
|
+
"gitHookOff": "Off",
|
|
648
|
+
"gitHookEnable": "Enable",
|
|
649
|
+
"gitHookRotate": "Rotate secret",
|
|
650
|
+
"gitHookDisable": "Disable",
|
|
651
|
+
"gitHookSecretOnce": "Copy this secret now — it will not be shown again.",
|
|
652
|
+
"gitHookCopyUrl": "Copy",
|
|
653
|
+
"gitHookCopySecret": "Copy secret",
|
|
654
|
+
"gitHookCopied": "Copied",
|
|
655
|
+
"gitHookSetup": "Payload URL = the URL above. Content type application/json. Events: push only. Secret = the one-time value.",
|
|
656
|
+
"gitHookGithub": "Settings → Webhooks → Add webhook. Content type application/json. Events: Just the push event. GitHub.com needs HTTPS.",
|
|
657
|
+
"gitHookGitea": "Settings → Webhooks → Add Webhook → Gitea. Method POST. Event: Push.",
|
|
658
|
+
"gitHookGitlab": "Settings → Webhooks. Trigger: Push events. Secret token = hook secret (X-Gitlab-Token).",
|
|
659
|
+
"gitHookHonesty": "Host unit needs YSK_EXECUTE=1 or the hook only returns a plan.",
|
|
660
|
+
"gitHookSkipOther": "Other branches are ignored.",
|
|
661
|
+
"gitAuthHttps": "HTTPS token",
|
|
662
|
+
"gitAuthSsh": "SSH deploy key",
|
|
663
|
+
"gitLoadRefs": "Load branches",
|
|
664
|
+
"gitRefDefault": "Remote default",
|
|
665
|
+
"gitRefBranches": "Branches",
|
|
666
|
+
"gitRefTags": "Tags",
|
|
667
|
+
"gitRefOther": "Other ref…",
|
|
668
|
+
"gitRefCustom": "Commit or ref",
|
|
669
|
+
"gitRefsNeedUrl": "Enter a URL first.",
|
|
670
|
+
"gitRefsNeedAuth": "Save a token or deploy key, then load branches.",
|
|
671
|
+
"gitRefsHint": "Loaded from the remote. Choose one — do not type.",
|
|
672
|
+
"gitHookSetupToggle": "How to paste this",
|
|
673
|
+
"gitHookOneLiner": "HMAC or X-YSK-Git-Hook. Only this project’s ref.",
|
|
674
|
+
"gitHookExecuteHint": "Needs YSK_EXECUTE=1 to clone or deploy.",
|
|
675
|
+
"gitShowKey": "Show key",
|
|
676
|
+
"gitHideKey": "Hide",
|
|
677
|
+
"gitBehindShort": "↓{{count}}",
|
|
678
|
+
"gitAheadShort": "↑{{count}}",
|
|
679
|
+
"gitDirtyShort": "Dirty · {{count}}",
|
|
680
|
+
"gitFilesLink": "Files"
|
|
560
681
|
}
|
|
@@ -30,7 +30,9 @@
|
|
|
30
30
|
"note": {
|
|
31
31
|
"notApplied": "Not applied on host (needs root + YSK_EXECUTE=1) — saved to panel settings",
|
|
32
32
|
"nginxWritten": "Wrote Nginx rate-limit panel file",
|
|
33
|
-
"f2bWritten": "Wrote fail2ban panel settings"
|
|
33
|
+
"f2bWritten": "Wrote fail2ban panel settings",
|
|
34
|
+
"hintDropped": "Internal protection hint omitted",
|
|
35
|
+
"nginxLimits": "Will write Nginx rate-limit snippet"
|
|
34
36
|
},
|
|
35
37
|
"rel": {
|
|
36
38
|
"justNow": "Just now",
|
|
@@ -53,6 +55,10 @@
|
|
|
53
55
|
"autoBanAutomation": "Auto-ban: {{onOff}} ({{mode}})",
|
|
54
56
|
"automationSaved": "Automation settings saved",
|
|
55
57
|
"statFirewall": "Firewall",
|
|
58
|
+
"statSuspects": "Suspect IPs",
|
|
59
|
+
"statSuspectsSplit": "{{actionable}} actionable / {{total}} listed",
|
|
60
|
+
"suspectActionableCount": "Actionable IPs {{count}}",
|
|
61
|
+
"scoreBasisHint": "Listed suspects vs IPs you can still ban (excludes already banned / whitelist).",
|
|
56
62
|
"statAutoBan": "Auto-ban",
|
|
57
63
|
"statApply": "System apply",
|
|
58
64
|
"statActiveBans": "Active bans",
|
|
@@ -72,6 +78,12 @@
|
|
|
72
78
|
"reapply": "Re-apply",
|
|
73
79
|
"nginxLimits": "Nginx rate limits",
|
|
74
80
|
"notWritten": "Not written",
|
|
81
|
+
"modeValue": {
|
|
82
|
+
"normal": "Normal",
|
|
83
|
+
"degraded": "Degraded",
|
|
84
|
+
"ddos-protection": "DDoS protection",
|
|
85
|
+
"offline": "Offline"
|
|
86
|
+
},
|
|
75
87
|
"mode": "Mode",
|
|
76
88
|
"controlPlane": "Control plane",
|
|
77
89
|
"canApply": "Can apply",
|
|
@@ -179,6 +191,10 @@
|
|
|
179
191
|
"dbReady": "DB ready",
|
|
180
192
|
"stale": "Stale",
|
|
181
193
|
"older7d": ">7 days",
|
|
194
|
+
"freshnessNa": "n/a",
|
|
195
|
+
"freshnessMissing": "No database",
|
|
196
|
+
"freshnessStale": "Stale",
|
|
197
|
+
"freshnessFresh": "Current",
|
|
182
198
|
"lastSuccess": "Last success",
|
|
183
199
|
"downloaded": "Downloaded",
|
|
184
200
|
"missing": "Missing",
|
|
@@ -233,10 +249,19 @@
|
|
|
233
249
|
"sectionAutoBan": "② Auto-ban",
|
|
234
250
|
"unban": "Unban",
|
|
235
251
|
"ban": "Ban",
|
|
252
|
+
"banConfirmTitle": "Ban {{ip}}?",
|
|
253
|
+
"banConfirmDesc": "This IP will be blocked on the host. Confirm it is not a current panel or session address.",
|
|
254
|
+
"wlRemovedUndo": "Removed {{ip}} from the allow list. Undo within 5 seconds.",
|
|
255
|
+
"undo": "Undo",
|
|
256
|
+
"banSelectedConfirmTitle": "Ban {{count}} selected IPs?",
|
|
257
|
+
"banSelectedConfirmDesc": "These addresses will be blocked on the host: {{ips}}",
|
|
236
258
|
"save": "Save",
|
|
237
259
|
"yes": "Yes",
|
|
238
260
|
"no": "No",
|
|
239
261
|
"oneClickSuggested": "Apply suggested preset",
|
|
262
|
+
"stackApply": "Apply protection stack (UFW, fail2ban, preset)",
|
|
263
|
+
"stackApplyDone": "Protection stack apply requested",
|
|
264
|
+
"stackApplyHint": "This enables UFW and applies fail2ban plus the suggested preset. Confirm you will not lock yourself out of a remote panel.",
|
|
240
265
|
"viewPresets": "View presets",
|
|
241
266
|
"suspectIpsCount": "Suspect IPs {{count}}",
|
|
242
267
|
"goBans": "Go to bans",
|
|
@@ -292,7 +317,12 @@
|
|
|
292
317
|
"f2bTool": "fail2ban tool",
|
|
293
318
|
"noSecondJail": "(no second jail editor here).",
|
|
294
319
|
"autoBanWhitelistTitle": "Auto-ban whitelist",
|
|
295
|
-
"autoBanWhitelistDesc": "Protection auto-ban exemptions (syncs fail2ban ignoreip",
|
|
320
|
+
"autoBanWhitelistDesc": "Protection auto-ban exemptions (syncs fail2ban ignoreip).",
|
|
321
|
+
"ufwOff": "UFW (off)",
|
|
322
|
+
"ufwOffHint": "UFW is not active — fail2ban is the usable target.",
|
|
323
|
+
"whitelistSyncHint": "{{n}} panel entries · fail2ban ignoreip sync: {{sync}}",
|
|
324
|
+
"whitelistSyncOn": "on",
|
|
325
|
+
"whitelistSyncOff": "off (lists may differ)",
|
|
296
326
|
"ignoreipWhitelist": "ignoreip whitelist",
|
|
297
327
|
"notSetSuggestAdmin": "Not set (add your admin IP)",
|
|
298
328
|
"moreItems": "… {{n}} more · see fail2ban whitelist",
|
|
@@ -306,6 +336,11 @@
|
|
|
306
336
|
"fullLogsAt": "Full nginx/auth logs:",
|
|
307
337
|
"logCenter": "Log center",
|
|
308
338
|
"colScore": "Score",
|
|
339
|
+
"colHits": "Hits",
|
|
340
|
+
"col429": "429",
|
|
341
|
+
"topIpsTitle": "Top IPs",
|
|
342
|
+
"hitsCount": "{{n}} hits",
|
|
343
|
+
"sampleWindowHint": "Counts are from the current access + auth sample window, not the full log file.",
|
|
309
344
|
"banShort": "Ban",
|
|
310
345
|
"vhostLimits": "Vhost rate limits",
|
|
311
346
|
"eventStream": "Event stream",
|
|
@@ -344,5 +379,33 @@
|
|
|
344
379
|
"plusRegion": "+ region {{v}}",
|
|
345
380
|
"plusCity": "+ city {{v}}",
|
|
346
381
|
"lastTickPrefix": "· last {{t}}",
|
|
347
|
-
"nextTickPrefix": "· next {{t}}"
|
|
382
|
+
"nextTickPrefix": "· next {{t}}",
|
|
383
|
+
"cannotBanSelf": "Cannot ban {{ip}} — this is the host, your login, or ignoreip",
|
|
384
|
+
"selfIp": "This host",
|
|
385
|
+
"selfHostIp": "Host IP",
|
|
386
|
+
"selfLoginIp": "Your login IP",
|
|
387
|
+
"showZeroScore": "Show 0-score",
|
|
388
|
+
"hideZeroScore": "Hide 0-score",
|
|
389
|
+
"geoDraftOnly": "Policy is off — Save stores a draft only. Nginx will not enforce until you enable it.",
|
|
390
|
+
"geoNeedDb": "GeoIP databases are missing — update the MMDB files first",
|
|
391
|
+
"uaNeedZones": "Set a Cloudflare zone first",
|
|
392
|
+
"provider": "Provider",
|
|
393
|
+
"selectAllCountriesWarn": "Select all countries in block-list mode? That can lock out this host and your login country.",
|
|
394
|
+
"badgeRecommendPreset": "A stronger preset is recommended for the current threat",
|
|
395
|
+
"badgeAutomationOn": "Automation is on",
|
|
396
|
+
"badgeBanCount": "Active bans",
|
|
397
|
+
"badgeGeoOn": "Geo access policy is on",
|
|
398
|
+
"badgeGeoNotReady": "GeoIP database is not ready",
|
|
399
|
+
"badgeIntelSignals": "Signals that currently add score",
|
|
400
|
+
"signalActive": "Active",
|
|
401
|
+
"signalInactive": "Inactive",
|
|
402
|
+
"signalJails": "{{n}} jail(s)",
|
|
403
|
+
"dbReadyHint": "MMDB files are present",
|
|
404
|
+
"dbNotReadyHint": "Download a GeoIP database first",
|
|
405
|
+
"staleHint": "Whether the last successful update is older than 7 days",
|
|
406
|
+
"draftBadge": "Draft",
|
|
407
|
+
"banIsSelf": "This IP matches the current panel source or this host.",
|
|
408
|
+
"banNotSelf": "This IP is not the current panel source.",
|
|
409
|
+
"geoSourceLocal": "Local GeoIP library (sapics + DB-IP)",
|
|
410
|
+
"nginxPreviewHint": "Nginx snippet this preset would write (preview only):"
|
|
348
411
|
}
|
|
@@ -12,6 +12,10 @@
|
|
|
12
12
|
"siteSettings": "Site settings",
|
|
13
13
|
"siteSettingsDesc": "Writes managed conf; may reload Nginx on apply (reachable only after apply)",
|
|
14
14
|
"serverNameHint": "Nginx server_name, e.g. files.example.com",
|
|
15
|
+
"notes": {
|
|
16
|
+
"noManagedConf": "No managed Nginx conf yet — click Apply",
|
|
17
|
+
"notSynced": "Managed conf exists but is not under /etc/nginx/conf.d — apply again as root with YSK_EXECUTE"
|
|
18
|
+
},
|
|
15
19
|
"quotaMiB": "Quota (MiB)",
|
|
16
20
|
"quotaHint": "Optional; caps public directory size",
|
|
17
21
|
"unlimited": "Unlimited",
|
|
@@ -19,6 +23,7 @@
|
|
|
19
23
|
"appliedOk": "Public files site applied",
|
|
20
24
|
"applyReload": "Apply and reload Nginx",
|
|
21
25
|
"statusLive": "Live on nginx",
|
|
26
|
+
"statusDraft": "Draft / not applied",
|
|
22
27
|
"statusManagedOnly": "Managed only",
|
|
23
28
|
"statusNotApplied": "Not applied",
|
|
24
29
|
"nginxLive": "in conf.d",
|
|
@@ -26,7 +31,15 @@
|
|
|
26
31
|
"openSite": "Open site",
|
|
27
32
|
"notLiveHint": "Domain 404 usually means conf is only under dataDir, not copied to /etc/nginx/conf.d, or nginx was not reloaded. Re-apply with root + YSK_EXECUTE. Use http:// until SSL is issued for this hostname.",
|
|
28
33
|
"diskRoot": "Disk root",
|
|
34
|
+
"executeFlag": "Execute",
|
|
35
|
+
"asRoot": "Root",
|
|
29
36
|
"filesInRoot": "Entries",
|
|
30
37
|
"managedConf": "Managed conf",
|
|
31
|
-
"systemConf": "System conf.d"
|
|
38
|
+
"systemConf": "System conf.d",
|
|
39
|
+
"autoindex": "Directory listing (autoindex)",
|
|
40
|
+
"liveSystemConf": "Live system conf: {{path}}",
|
|
41
|
+
"publicRootNote": "Public root: {{path}}",
|
|
42
|
+
"applyConfirmTitle": "Apply public-files site?",
|
|
43
|
+
"applyConfirmDesc": "Write Nginx server_name {{name}} and reload Nginx.",
|
|
44
|
+
"serverNameMismatch": "Live conf uses {{live}}; the form has {{draft}}. Apply to replace."
|
|
32
45
|
}
|
package/locales/en/rbac.json
CHANGED
|
@@ -80,7 +80,13 @@
|
|
|
80
80
|
"auditExport": "Audit export",
|
|
81
81
|
"securityApiKeysAdmin": "API keys admin",
|
|
82
82
|
"networkBrowse": "Host-mediated web browse",
|
|
83
|
-
"networkVnc": "VNC remote desktop"
|
|
83
|
+
"networkVnc": "VNC remote desktop",
|
|
84
|
+
"validatorsRead": "Validators (read)",
|
|
85
|
+
"validatorsManage": "Validators manage",
|
|
86
|
+
"validatorsWipe": "Validators wipe data",
|
|
87
|
+
"dockerRead": "Docker (read)",
|
|
88
|
+
"dockerManage": "Docker manage",
|
|
89
|
+
"dockerWipe": "Docker wipe / prune"
|
|
84
90
|
},
|
|
85
91
|
"aboutRoles": "Roles (factory defaults)",
|
|
86
92
|
"aboutRolesBody": "Roles set default capabilities; users can override individual ones.",
|
|
@@ -96,5 +102,12 @@
|
|
|
96
102
|
"capabilitiesHint": "Toggle what this role may do",
|
|
97
103
|
"enabledCount": "{{enabled}} of {{total}} enabled",
|
|
98
104
|
"bandAboveMax": "Above max level",
|
|
99
|
-
"
|
|
105
|
+
"roleUnavailable": "Not available for this role",
|
|
106
|
+
"dirtyHint": "Customized (differs from factory)",
|
|
107
|
+
"unsaved": "Unsaved",
|
|
108
|
+
"unsavedHint": "Unsaved edits on this role",
|
|
109
|
+
"nothingToSave": "Nothing to save",
|
|
110
|
+
"saveRole": "Save {{role}} policy",
|
|
111
|
+
"discardTitle": "Discard unsaved policy?",
|
|
112
|
+
"discardDesc": "Switching roles drops unsaved capability edits."
|
|
100
113
|
}
|
|
@@ -25,12 +25,22 @@
|
|
|
25
25
|
"checkFailed": "Readiness check failed",
|
|
26
26
|
"gatePass": "Gate passed · {{pct}}%",
|
|
27
27
|
"gateFail": "Not ready · {{pct}}%",
|
|
28
|
+
"gateBlocked": "Not passed · {{n}} missing",
|
|
28
29
|
"executeOn": "On",
|
|
29
30
|
"executeOff": "Off",
|
|
30
31
|
"blockers": "Blockers",
|
|
32
|
+
"blockersHint": "Blockers are the critical subset of Missing — not extra checks.",
|
|
33
|
+
"requireAdminTotp": "require admin 2FA policy",
|
|
34
|
+
"listenBind": "listen address",
|
|
35
|
+
"item": { "admin2fa": "Admin two-factor" },
|
|
36
|
+
"dataDirPerms": "panel data-directory permissions",
|
|
37
|
+
"mode750": "mode 750",
|
|
38
|
+
"totalChecks": "All checks",
|
|
39
|
+
"totalChecksHint": "Ready + degraded + missing = this total. Blockers are the critical missing subset.",
|
|
31
40
|
"probing": "Probing…",
|
|
32
41
|
"reprobe": "Re-probe",
|
|
33
42
|
"exportReport": "Export report",
|
|
43
|
+
"exportStarted": "Downloading {{name}}",
|
|
34
44
|
"firstBlocker": "Fix first blocker",
|
|
35
45
|
"viewRecommended": "View recommended",
|
|
36
46
|
"loadingProbe": "Probing host capabilities…",
|
|
@@ -107,5 +117,24 @@
|
|
|
107
117
|
"fixNow": "Fix now",
|
|
108
118
|
"fixFailed": "Fix failed",
|
|
109
119
|
"fixDone": "dataDir permissions hardened (chmod 750)",
|
|
110
|
-
"fixDoneWebUi": "Web UI built / installed"
|
|
120
|
+
"fixDoneWebUi": "Web UI built / installed",
|
|
121
|
+
"rootLabel": "Superuser",
|
|
122
|
+
"techDetails": "Technical details",
|
|
123
|
+
"missingOwner": "No panel owner assigned (package quota attribution)",
|
|
124
|
+
"notOsProvisioned": "OS user pending (home not provisioned)",
|
|
125
|
+
"isolationPendingOs": "Same as project status: OS user pending. Open Isolation to provision the system user and home.",
|
|
126
|
+
"ondrejNone": "No ondrej Launchpad PHP sources detected",
|
|
127
|
+
"ondrejFound": "Found legacy ondrej/php sources that conflict with packages.sury.org: {{paths}}",
|
|
128
|
+
"ondrejTitle": "PHP apt source (ondrej residual)",
|
|
129
|
+
"systemctlActive": "Service is running",
|
|
130
|
+
"systemctlStatus": "Service status: {{status}}",
|
|
131
|
+
"binInPath": "{{bin}} in PATH",
|
|
132
|
+
"leftoverApache": "Apache leftover default site",
|
|
133
|
+
"leftoverVsftpd": "vsftpd unit failed",
|
|
134
|
+
"leftoverCli": "Stale leftover CLI",
|
|
135
|
+
"leftoverNginx": "Nginx catch-all missing",
|
|
136
|
+
"leftoverDovecot": "Dovecot TLS points at missing cert",
|
|
137
|
+
"leftoverOther": "Host leftover",
|
|
138
|
+
"leftoverApply": "Leftover apply",
|
|
139
|
+
"isolationOwnerDegrades": "Missing owner_user_id affects package quota attribution — status is degraded, not ready."
|
|
111
140
|
}
|
package/locales/en/redis.json
CHANGED
|
@@ -28,6 +28,8 @@
|
|
|
28
28
|
"keysCountSuffix": " · {{n}} key(s)",
|
|
29
29
|
"searchPlaceholder": "Search keys, e.g. user:* or *",
|
|
30
30
|
"searchKeys": "Search keys",
|
|
31
|
+
"scanHint": "Uses SCAN, not KEYS. Returns at most {{n}} keys — avoid * on huge databases.",
|
|
32
|
+
"scanCapped": "Showing the first {{n}} matches.",
|
|
31
33
|
"rows": "{{n}} row(s)",
|
|
32
34
|
"content": "Content",
|
|
33
35
|
"noMatchingKeys": "No matching keys",
|
|
@@ -56,6 +58,8 @@
|
|
|
56
58
|
"addKey": "Add key",
|
|
57
59
|
"dbLabel": "DB {{i}}",
|
|
58
60
|
"keysInDb": " · {{n}} key(s)",
|
|
61
|
+
"dbOptionKeys": "DB {{i}} · {{n}} keys",
|
|
62
|
+
"dbOptionEmpty": "DB {{i}} · empty",
|
|
59
63
|
"dbRange": "{{n}} databases (0–{{max}}).",
|
|
60
64
|
"serviceLink": "Change count in service settings",
|
|
61
65
|
"dbsWithData": "DBs with data (quick)",
|
|
@@ -64,5 +68,19 @@
|
|
|
64
68
|
"pickKey": "Select a key on the left to view content.",
|
|
65
69
|
"ttlPrefix": "TTL: {{ttl}}",
|
|
66
70
|
"writeLiveHint": "Writes live Redis; cannot undo from the panel in one click.",
|
|
67
|
-
"refPath": "Ref: {{path}}"
|
|
71
|
+
"refPath": "Ref: {{path}}",
|
|
72
|
+
"dbEmptyMark": " · empty",
|
|
73
|
+
"noRequirepass": "Protected mode is on, but requirepass is empty or unread — no password.",
|
|
74
|
+
"insecureShort": "No password",
|
|
75
|
+
"setRequirepass": "Set password",
|
|
76
|
+
"rdbOnlyLossHint": "AOF is off and RDB is on. A restart or crash can lose recent writes.",
|
|
77
|
+
"dirDataContainer": "/data (container)",
|
|
78
|
+
"dirHostDefault": "/var/lib/redis",
|
|
79
|
+
"dirDefaultInstance": "/var/lib/redis/default",
|
|
80
|
+
"dirDataWarn": "/data is usually a container path; this panel cannot confirm it exists.",
|
|
81
|
+
"saveOff": "Disable snapshots (not recommended)",
|
|
82
|
+
"saveOffWarn": "Empty save string turns RDB snapshots off. A crash can lose all data if AOF is also off.",
|
|
83
|
+
"dirMoveWarn": "Changing dir does not move dump.rdb / AOF. The next start uses the new path as-is.",
|
|
84
|
+
"passwordUnset": "Not set on the service",
|
|
85
|
+
"passwordSetHidden": "Set (not shown)"
|
|
68
86
|
}
|
package/locales/en/runtime.json
CHANGED
|
@@ -116,6 +116,9 @@
|
|
|
116
116
|
"tuneLoadFailed": "Failed to load tuning",
|
|
117
117
|
"availableCount": "{{n}} available",
|
|
118
118
|
"notDetected": "Not detected",
|
|
119
|
+
"binaryPath": "Binary path",
|
|
120
|
+
"targetMissing": "Target not installed",
|
|
121
|
+
"targetMissingHint": "Target {{version}} is not on this host. Bind an installed version or install this pin.",
|
|
119
122
|
"target": "Target",
|
|
120
123
|
"tune": "Tune",
|
|
121
124
|
"loadedShort": "Loaded",
|
|
@@ -161,6 +164,8 @@
|
|
|
161
164
|
"demoNotBind": "(hand-typed pool name) and does not auto-bind project isolation. Global php.ini is on the php.ini tab.",
|
|
162
165
|
"applyOkWritten": "Apply success = files written. Prefer project deploy so User=project Linux user.",
|
|
163
166
|
"applyPhpVhost": "Apply PHP vhost / pool",
|
|
167
|
+
"applyPhpVhostTitle": "Needs confirm — writes pool/vhost files",
|
|
168
|
+
"applyPhpVhostDesc": "Will write the {{pool}} pool and {{domain}} vhost. Reload services: {{reload}}.",
|
|
164
169
|
"reprobeTools": "Re-probe tools",
|
|
165
170
|
"pressReprobe": "Press Re-probe tools to load",
|
|
166
171
|
"installNodeLabel": "Install Node {{v}}",
|
|
@@ -414,7 +419,8 @@
|
|
|
414
419
|
"tabProcesses": "Processes",
|
|
415
420
|
"pm2": {
|
|
416
421
|
"title": "PM2 fleet",
|
|
417
|
-
"desc": "
|
|
422
|
+
"desc": "PM2 is a process manager. This tab lists the panel user’s processes (read-only). Live updates use SSE (server-sent events) about every 2 seconds.",
|
|
423
|
+
"glossary": "PM2 = process manager; SSE = live stream.",
|
|
418
424
|
"live": "Live",
|
|
419
425
|
"installed": "PM2 installed",
|
|
420
426
|
"version": "pm2 version",
|
|
@@ -451,15 +457,44 @@
|
|
|
451
457
|
"projectsCount": "YSK projects",
|
|
452
458
|
"noProjects": "No projects",
|
|
453
459
|
"noProjectsDesc": "No node/bun projects in the panel, or OS user not provisioned.",
|
|
454
|
-
"pm2OnlyDesc": "Only apps started with PM2 under the panel user. systemd deploys appear above."
|
|
460
|
+
"pm2OnlyDesc": "Only apps started with PM2 under the panel user. systemd deploys appear above.",
|
|
461
|
+
"startupTitle": "Start on boot",
|
|
462
|
+
"startupDesc": "Register PM2 so processes come back after reboot.",
|
|
463
|
+
"systemdActionsHint": "systemd actions need root and YSK_EXECUTE.",
|
|
464
|
+
"startupOk": "Startup registered. {{notes}}",
|
|
465
|
+
"startupFail": "Could not register startup. {{notes}}",
|
|
466
|
+
"actionOk": "{{action}} {{name}} — {{notes}}",
|
|
467
|
+
"actionFail": "Could not {{action}} {{name}}. {{notes}}",
|
|
468
|
+
"startupReady": "Ready",
|
|
469
|
+
"startupReadyYes": "Yes",
|
|
470
|
+
"startupReadyNo": "No",
|
|
471
|
+
"startupUnit": "Unit",
|
|
472
|
+
"startupDump": "Dump",
|
|
473
|
+
"startupInstall": "Install startup",
|
|
474
|
+
"startupSave": "Save process list",
|
|
475
|
+
"actRestart": "Restart",
|
|
476
|
+
"actStop": "Stop",
|
|
477
|
+
"actReload": "Reload",
|
|
478
|
+
"pm2ActionsHint": "PM2 actions apply to the panel user’s process list only.",
|
|
479
|
+
"noteUnparsed": "PM2 list could not be parsed (empty or unexpected output).",
|
|
480
|
+
"notePanelUserOnly": "PM2 list is for the panel process user only.",
|
|
481
|
+
"noteProjectUnits": "{{n}} YSK project unit(s) listed"
|
|
455
482
|
},
|
|
456
483
|
"recordedInstalled": "Recorded {{v}}",
|
|
457
484
|
"remoteSourceSuffix": " ({{source}})",
|
|
458
485
|
"nodePathYskMissingTitle": "Managed Node path not ready",
|
|
459
486
|
"nodePathYskMissing": "YSK-managed Node for version {{version}} is not ready. Re-probe or reinstall.",
|
|
487
|
+
"managedPathMissingTitle": "Managed {{name}} path not ready",
|
|
488
|
+
"managedPathMissing": "YSK-managed {{name}} for version {{version}} is not ready. Re-probe or reinstall.",
|
|
460
489
|
"nodePathUnsafeTitle": "Node path is unsafe",
|
|
461
490
|
"nodePathUnsafe": "Path {{path}} is outside the managed tree; project deploys may fail.",
|
|
462
491
|
"recordedButProbeEmpty": "Panel recorded install {{v}}, but the host probe found no binary. Not installed — re-probe or reinstall.",
|
|
492
|
+
"installedLabel": "Installed",
|
|
493
|
+
"installedHint": "Host probe result — not the control-plane record",
|
|
494
|
+
"targetHint": "Version this page will install or pin",
|
|
495
|
+
"panelDefaultHint": "Default used by new projects",
|
|
496
|
+
"rebuildFromHost": "Rebuild record from host",
|
|
497
|
+
"rebuiltFromHost": "Record refreshed from host probe",
|
|
463
498
|
"tabTuning": "Tuning",
|
|
464
499
|
"versionPlaceholder": "Latest,",
|
|
465
500
|
"pluginsBundleWithRuntime": "Tools「Install runtime」Install(Install)。",
|
|
@@ -505,5 +540,18 @@
|
|
|
505
540
|
"path": "Path",
|
|
506
541
|
"fullVersion": "Full version",
|
|
507
542
|
"useListForDefaults": "To change host or panel default, or remove this version, use the list above.",
|
|
508
|
-
"alreadyHostDefaultShort": "Host default"
|
|
543
|
+
"alreadyHostDefaultShort": "Host default",
|
|
544
|
+
"installRecordedCta": "Install recorded {{v}}",
|
|
545
|
+
"needsInstall": "needs install",
|
|
546
|
+
"needsInstallHint": "Not on this host. Install it first, or pick an installed version.",
|
|
547
|
+
"unitBytes": "bytes",
|
|
548
|
+
"headerSizeKb": "{{n}} KB",
|
|
549
|
+
"phpIniChipEmpty": "Not loaded — open the php.ini tab",
|
|
550
|
+
"phpFpmService": "PHP-FPM",
|
|
551
|
+
"phpFpmServiceDesc": "Start, stop, reload, or restart the PHP-FPM unit",
|
|
552
|
+
"rustupDefaultMissingTitle": "No rustup default toolchain",
|
|
553
|
+
"rustupDefaultMissing": "rustup has no default toolchain. Set one (stable) on the Software tab.",
|
|
554
|
+
"rustupDefaultMissingShort": "No default toolchain",
|
|
555
|
+
"rustupSetDefaultHint": "Set default toolchain",
|
|
556
|
+
"uninstalledCountHint": "{{n}} version(s) not on this host"
|
|
509
557
|
}
|