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
|
@@ -8,11 +8,19 @@
|
|
|
8
8
|
"installed": "Installed",
|
|
9
9
|
"start": "Start",
|
|
10
10
|
"stop": "Stop",
|
|
11
|
+
"stopTitle": "Stop the tracker — seeding and downloads will interrupt",
|
|
12
|
+
"stopDesc": "Running torrents stop announcing. Peers disconnect until you start the tracker again.",
|
|
13
|
+
"fillPublicHost": "Use {{host}}",
|
|
14
|
+
"fillPublicHostTitle": "Fill the current panel hostname as the public announce host",
|
|
11
15
|
"refresh": "Refresh",
|
|
12
16
|
"settings": "Settings",
|
|
13
17
|
"httpPort": "HTTP / WS port",
|
|
14
18
|
"udpPort": "UDP port",
|
|
15
19
|
"listenHost": "Listen",
|
|
20
|
+
"listenHostHint": "0.0.0.0 listens on every address. Prefer 127.0.0.1 unless peers must reach this host.",
|
|
21
|
+
"listenAllWarn": "Tracker is bound to all addresses. With the firewall off this is public. Bind 127.0.0.1 for local-only, or restrict the port in the firewall.",
|
|
22
|
+
"bindLoopback": "127.0.0.1 only",
|
|
23
|
+
"bindAll": "0.0.0.0 (all)",
|
|
16
24
|
"wsEnabled": "WebSocket",
|
|
17
25
|
"wsEnabledHint": "",
|
|
18
26
|
"autostart": "Autostart",
|
|
@@ -21,12 +29,14 @@
|
|
|
21
29
|
"publicAnnounceHostHint": "",
|
|
22
30
|
"maxSeeds": "Max seeds",
|
|
23
31
|
"seederPorts": "Peer ports",
|
|
24
|
-
"
|
|
32
|
+
"seederPortMin": "Peer port start",
|
|
33
|
+
"seederPortMax": "Peer port end",
|
|
34
|
+
"seederPortsHint": "Inclusive range used by the local seeder (typically 6881–6889).",
|
|
25
35
|
"saveSettings": "Save",
|
|
26
36
|
"applyHint": "",
|
|
27
37
|
"torrents": "Torrents",
|
|
28
38
|
"torrentsEmpty": "No torrents",
|
|
29
|
-
"torrentsEmptyHint": "
|
|
39
|
+
"torrentsEmptyHint": "Add a .torrent, or create a BT share in Files",
|
|
30
40
|
"torrentsDesc": "",
|
|
31
41
|
"colName": "Name",
|
|
32
42
|
"colHash": "Hash",
|
|
@@ -38,8 +48,13 @@
|
|
|
38
48
|
"copy": "Copy",
|
|
39
49
|
"copied": "Copied",
|
|
40
50
|
"statsTorrents": "Torrents",
|
|
51
|
+
"statsLibrary": "Library",
|
|
52
|
+
"statsLibraryHint": "Torrents in the panel library / file shares",
|
|
53
|
+
"statsTrackerLeftover": "Leftover (not in library)",
|
|
54
|
+
"statsTrackerLeftoverHint": "Hashes the local tracker has announced that are not torrent-library rows. Extra announce URLs are on the Trackers tab.",
|
|
41
55
|
"statsPeers": "Peers",
|
|
42
56
|
"statsAnnounces": "Announces",
|
|
57
|
+
"statsAnnouncesHint": "Announce requests seen by the tracker process",
|
|
43
58
|
"statsJobs": "Jobs",
|
|
44
59
|
"openShares": "Shares",
|
|
45
60
|
"needExecute": "YSK_EXECUTE required to bind ports",
|
|
@@ -115,5 +130,69 @@
|
|
|
115
130
|
"udpPortSameHttp": "Same HTTP ({{port}})",
|
|
116
131
|
"udpPortClassic": "6969",
|
|
117
132
|
"portSuggest8000": "8000",
|
|
118
|
-
"announceHostUnset": "
|
|
133
|
+
"announceHostUnset": "Not set",
|
|
134
|
+
"tabTrackers": "Trackers",
|
|
135
|
+
"addTorrent": "Add torrent",
|
|
136
|
+
"addTorrentTitle": "Add torrent",
|
|
137
|
+
"addTorrentHint": "Upload a .torrent or paste a magnet. Choose a Files folder. WebTorrent downloads missing files and seeds when complete.",
|
|
138
|
+
"dropTorrent": "Drop a .torrent here",
|
|
139
|
+
"chooseFile": "or choose a file",
|
|
140
|
+
"magnetLabel": "Magnet",
|
|
141
|
+
"magnetPlaceholder": "magnet:?xt=urn:btih:…",
|
|
142
|
+
"inspect": "Read",
|
|
143
|
+
"extraTrackersPreview": "Will also announce to {{n}} extra tracker(s)",
|
|
144
|
+
"saveLocation": "Save location",
|
|
145
|
+
"saveRootPublic": "Public files",
|
|
146
|
+
"newFolder": "New folder",
|
|
147
|
+
"destPreview": "Will write to",
|
|
148
|
+
"startDownload": "Start download",
|
|
149
|
+
"filterDownloading": "Downloading",
|
|
150
|
+
"filterPaused": "Paused",
|
|
151
|
+
"filterError": "Error",
|
|
152
|
+
"emptyDrop": "Drop a .torrent here, or choose a file",
|
|
153
|
+
"emptyHint": "Files go in the folder you pick. If they are already complete, this host seeds. Engine: WebTorrent — no extra download software.",
|
|
154
|
+
"pause": "Pause",
|
|
155
|
+
"resume": "Resume",
|
|
156
|
+
"openFolder": "Open folder",
|
|
157
|
+
"remove": "Remove",
|
|
158
|
+
"removeKeep": "Remove, keep files",
|
|
159
|
+
"removeDelete": "Remove and delete files",
|
|
160
|
+
"removeConfirm": "Remove this torrent from the library?",
|
|
161
|
+
"kindShare": "Share",
|
|
162
|
+
"filesInTorrent": "files",
|
|
163
|
+
"extraTrackersDesc": "Extra announce URLs. Library download/seed and file-share seeds use them in addition to the .torrent list. This does not open the local tracker to arbitrary swarms.",
|
|
164
|
+
"extraTrackersEmpty": "No extra trackers. Add HTTP(S), UDP, or WS(S) announce URLs so this host can find peers.",
|
|
165
|
+
"extraTrackerAdd": "Add",
|
|
166
|
+
"extraTrackerUrl": "Announce URL",
|
|
167
|
+
"extraTrackerApply": "Apply to current seeds",
|
|
168
|
+
"extraTrackerApplyOk": "Applied extra trackers",
|
|
169
|
+
"extraEnabled": "On",
|
|
170
|
+
"extraTrackerBad": "URL must start with http://, https://, udp://, ws://, or wss://",
|
|
171
|
+
"extraTrackerDup": "Already listed",
|
|
172
|
+
"extraTrackerLimit": "Maximum 32 extra trackers",
|
|
173
|
+
"addOk": "Added to library",
|
|
174
|
+
"savedTo": "Save",
|
|
175
|
+
"folderEmpty": "No subfolders",
|
|
176
|
+
"needTorrentFile": "Choose a .torrent file",
|
|
177
|
+
"torrentTooBig": ".torrent larger than 8 MiB",
|
|
178
|
+
"seedStatusDownloading": "Downloading",
|
|
179
|
+
"seedStatusChecking": "Checking",
|
|
180
|
+
"seedStatusPaused": "Paused",
|
|
181
|
+
"seedStatusQueued": "Queued",
|
|
182
|
+
"swarmLeftover": "Tracker has {{count}} announce(s) not in the library",
|
|
183
|
+
"addSourceSection": "Source",
|
|
184
|
+
"addSourceFile": "File",
|
|
185
|
+
"addSourceMagnet": "Magnet",
|
|
186
|
+
"previewSection": "Preview",
|
|
187
|
+
"saveRoot": "Root",
|
|
188
|
+
"clearFile": "Clear file",
|
|
189
|
+
"extraTrackersTitle": "Extra announce",
|
|
190
|
+
"extraTrackersEmptyTitle": "No extra trackers yet",
|
|
191
|
+
"extraEnabledCount": "{{count}} enabled",
|
|
192
|
+
"extraApplyHint": "Enable at least one tracker to apply to current seeds",
|
|
193
|
+
"destMode": "How to use this folder",
|
|
194
|
+
"seedExisting": "Seed existing files",
|
|
195
|
+
"downloadNewFolder": "Download into a new folder",
|
|
196
|
+
"destFileConflict": "A file named {{name}} already exists here. Pick another folder, or seed the existing file if it matches.",
|
|
197
|
+
"waitingPeers": "Waiting for peers. If the files are already on this host, add again and choose Seed existing files."
|
|
119
198
|
}
|
package/locales/en/cdn.json
CHANGED
|
@@ -30,8 +30,58 @@
|
|
|
30
30
|
"confWritten": "Conf written ({{status}})",
|
|
31
31
|
"partialFail": "Not fully successful ({{status}}) — see notes",
|
|
32
32
|
"statNodes": "Nodes",
|
|
33
|
+
"hitNoStats": "No edge stats yet",
|
|
34
|
+
"loopbackOriginBlocked": "Will not apply loopback origin {{url}} to a remote edge. Set a reachable origin first.",
|
|
35
|
+
"applyFailedHint": "Apply failed — see notes below",
|
|
36
|
+
"applyStatus": {
|
|
37
|
+
"draft": "Draft",
|
|
38
|
+
"planned": "Planned",
|
|
39
|
+
"applying": "Applying",
|
|
40
|
+
"applied": "Applied",
|
|
41
|
+
"failed": "Failed",
|
|
42
|
+
"partial": "Partial"
|
|
43
|
+
},
|
|
33
44
|
"statSites": "Sites",
|
|
45
|
+
"pillNodesSites": "{{n}} nodes · {{s}} sites",
|
|
46
|
+
"statOnline": "Online",
|
|
47
|
+
"statHit": "Hit rate",
|
|
48
|
+
"hitUnknown": "Unknown",
|
|
49
|
+
"lastHealthHint": "Last probe {{at}} · {{ok}}",
|
|
50
|
+
"lastHealthNever": "Not probed yet — run Probe",
|
|
51
|
+
"lastHealthFail": "probe failed",
|
|
52
|
+
"healthLoopNeedSites": "Add a site first",
|
|
53
|
+
"nodeStatus": {
|
|
54
|
+
"online": "online",
|
|
55
|
+
"offline": "offline",
|
|
56
|
+
"draining": "draining",
|
|
57
|
+
"unknown": "unknown"
|
|
58
|
+
},
|
|
34
59
|
"recentNotes": "Recent notes",
|
|
60
|
+
"previewOnlyNote": "Preview only — nothing was written to the edges.",
|
|
61
|
+
"statByRegion": "Region: ",
|
|
62
|
+
"statByApply": "Apply status: ",
|
|
63
|
+
"col": {
|
|
64
|
+
"origin": "Origin",
|
|
65
|
+
"edges": "Edges",
|
|
66
|
+
"apply": "Apply",
|
|
67
|
+
"dns": "DNS",
|
|
68
|
+
"edgesOnline": "Edges online / applied",
|
|
69
|
+
"dnsRr": "CDN DNS records"
|
|
70
|
+
},
|
|
71
|
+
"mode": {
|
|
72
|
+
"origin_pull": "Origin pull",
|
|
73
|
+
"reverse_proxy": "Reverse proxy",
|
|
74
|
+
"static_edge": "Static edge"
|
|
75
|
+
},
|
|
76
|
+
"dnsStrategy": {
|
|
77
|
+
"multi_a": "Multiple A records",
|
|
78
|
+
"cname": "CNAME",
|
|
79
|
+
"geo": "Geo"
|
|
80
|
+
},
|
|
81
|
+
"edgesOnlineApplied": "{{online}}/{{total}} online · {{applied}} applied",
|
|
82
|
+
"hitMiss": "Hits {{hits}} / misses {{misses}}",
|
|
83
|
+
"cacheBytes": "Cache ≈ {{n}} B",
|
|
84
|
+
"hitRateUnknown": "No access log with cache status and no cache directory, so hit rate cannot be estimated.",
|
|
35
85
|
"edgeConfPreview": "Nginx edge conf preview",
|
|
36
86
|
"tabs": {
|
|
37
87
|
"nodes": "Nodes",
|
|
@@ -40,11 +90,41 @@
|
|
|
40
90
|
"about": "About"
|
|
41
91
|
},
|
|
42
92
|
"nodesTitle": "CDN nodes ({{count}})",
|
|
43
|
-
"nodesDesc": "Register control
|
|
93
|
+
"nodesDesc": "Register control-plane, origin, edge, and DNS nodes. Probe refreshes status.",
|
|
94
|
+
"offlineHint": "Offline — probe failed. Remove the node if it is leftover.",
|
|
44
95
|
"colName": "Name",
|
|
45
96
|
"colRole": "Role",
|
|
46
97
|
"colStatus": "Status",
|
|
47
98
|
"clearDrain": "Clear drain",
|
|
99
|
+
"drain": "Drain",
|
|
100
|
+
"drainTitle": "Stop sending new CDN traffic to this edge",
|
|
101
|
+
"drainDesc": "Drain “{{name}}”? Existing connections stay until they finish.",
|
|
102
|
+
"drainLastTitle": "This is the last edge — drain will leave every site without an edge",
|
|
103
|
+
"drainLastDesc": "“{{name}}” is the only edge. Drain it and all sites have no edge.",
|
|
104
|
+
"clearDrainTitle": "Accept new traffic on this edge again",
|
|
105
|
+
"clearDrainDesc": "Clear drain on “{{name}}”?",
|
|
106
|
+
"deleteNodeTitle": "Delete this CDN edge",
|
|
107
|
+
"deleteLastNodeTitle": "Delete the last edge — all sites will have no edge",
|
|
108
|
+
"purge": "Purge",
|
|
109
|
+
"previewTitle": "Preview nginx config (no write)",
|
|
110
|
+
"writeConfTitle": "Write edge nginx config files",
|
|
111
|
+
"applyEdgesTitle": "Apply this site to edges (writes nginx)",
|
|
112
|
+
"purgeTitle": "Purge cache on edges",
|
|
113
|
+
"dnsSyncTitle": "Write CDN DNS records",
|
|
114
|
+
"probeDnsTitle": "Probe edges and DNS (read-only)",
|
|
115
|
+
"distSslTitle": "Copy TLS materials to edges",
|
|
116
|
+
"leIssueTitle": "Issue a Let’s Encrypt certificate and distribute it",
|
|
117
|
+
"deleteSiteTitle": "Delete this CDN site",
|
|
118
|
+
"siteOpConfirmGeneric": "Run this action on “{{name}}”?",
|
|
119
|
+
"siteOpConfirmDesc": "Site “{{name}}” · {{action}}. This can change nginx, DNS, or certificates.",
|
|
120
|
+
"siteOpConfirm": {
|
|
121
|
+
"apply": "Apply this site to edges?",
|
|
122
|
+
"render": "Write nginx config for this site?",
|
|
123
|
+
"purge": "Purge cache for this site?",
|
|
124
|
+
"dns-sync": "Sync DNS for this site?",
|
|
125
|
+
"dist": "Distribute TLS to edges?",
|
|
126
|
+
"issue": "Issue Let’s Encrypt and distribute?"
|
|
127
|
+
},
|
|
48
128
|
"emptyNodesTitle": "No CDN nodes yet",
|
|
49
129
|
"emptyNodesDesc": "Use “+ Add node” to register an edge, then create sites.",
|
|
50
130
|
"sitesTitle": "CDN sites ({{count}})",
|
|
@@ -115,5 +195,25 @@
|
|
|
115
195
|
"deleteNodeDesc": "Deletes CDN node \"{{name}}\".",
|
|
116
196
|
"deleteSiteDesc": "Deletes CDN site \"{{name}}\".",
|
|
117
197
|
"deleteSiteC1": "Site policy and edge associations",
|
|
118
|
-
"deleteSiteC2": "Applied nginx configs may need separate cleanup or re-apply"
|
|
198
|
+
"deleteSiteC2": "Applied nginx configs may need separate cleanup or re-apply",
|
|
199
|
+
"statOnline": "Online",
|
|
200
|
+
"statOnlineOf": "Online {{n}}/{{total}}",
|
|
201
|
+
"colRegion": "Region",
|
|
202
|
+
"statDraining": "Draining {{n}}",
|
|
203
|
+
"statOffline": "Offline {{n}}",
|
|
204
|
+
"pillNodesSites": "{{n}} nodes · {{s}} sites",
|
|
205
|
+
"statHit": "Hit rate",
|
|
206
|
+
"localTest": "local / test",
|
|
207
|
+
"hitUnknown": "Unknown",
|
|
208
|
+
"lastHealthHint": "Last probe {{at}} · {{ok}}",
|
|
209
|
+
"lastHealthNever": "Not probed yet — run Probe",
|
|
210
|
+
"lastHealthFail": "probe failed",
|
|
211
|
+
"healthLoopNeedSites": "Add a site first",
|
|
212
|
+
"nodeStatus": {
|
|
213
|
+
"online": "online",
|
|
214
|
+
"offline": "offline",
|
|
215
|
+
"draining": "draining",
|
|
216
|
+
"unknown": "unknown"
|
|
217
|
+
},
|
|
218
|
+
"statHitRate": "Hit rate {{v}}"
|
|
119
219
|
}
|
package/locales/en/cli.json
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
},
|
|
13
13
|
"help": {
|
|
14
14
|
"blurb": "Control plane CLI — prefer --json for AI agents.\nDocs: docs/agent/README.md · docs/cli/reference.md · docs/agent/commands.json",
|
|
15
|
-
"main": "{{product}} ({{cli}}) v{{version}}\n\nControl plane CLI — prefer --json for AI agents.\nDocs: docs/agent/README.md · docs/cli/reference.md · docs/agent/commands.json\n\nUsage:\n {{cli}} <command> [options]\n\nCommands:\n setup Init dataDir + admin\n update Self-update check/apply\n serve HTTP API + Web UI\n system unit-install Install ysk-server.service [--enable]\n tools List tools; tools run --tool <name> [--dry-run]\n ask NL → AI plan [--execute]\n projects list|get|create|deploy|stop|health|backup|template\n backup all|list|status|restore|delete|schedule|control-plane|settings|restic\n templates App templates\n hosting nginx|dns|db|firewall helpers\n dns zone|zones
|
|
15
|
+
"main": "{{product}} ({{cli}}) v{{version}}\n\nControl plane CLI — prefer --json for AI agents.\nDocs: docs/agent/README.md · docs/cli/reference.md · docs/agent/commands.json\n\nUsage:\n {{cli}} <command> [options]\n\nCommands:\n setup Init dataDir + admin\n update Self-update check/apply\n serve HTTP API + Web UI\n system unit-install Install ysk-server.service [--enable]\n stack plans|bundles|status|install|uninstall\n tools List tools; tools run --tool <name> [--dry-run]\n ask NL → AI plan [--execute]\n projects list|get|create|deploy|stop|health|backup|template\n users list|create|totp\n packages list\n rbac list|show\n audit list\n backup all|list|status|restore|delete|schedule|control-plane|settings|restic\n templates App templates\n hosting nginx|dns|db|firewall helpers\n dns zone|zones|lookup\n logs sources|query|journal|overview\n host overview|metrics (read-only)\n nginx status|list|test|sync\n ssl list|get (certificates)\n db-cluster list|get|create|plan (HA plan-first)\n ssh-key list|create|import|public|export|install|delete (SSH identity vault)\n ssh-2fa list|enroll|confirm|install|pam|retire (SSH login TOTP ≠ panel 2FA)\n services Host service matrix (systemctl probe)\n defense | protection status|ban|unban|whitelist\n security status|sessions|api-keys (2FA flags · session revoke · API keys)\n cdn nodes|sites|render|apply|purge|probe|dashboard|health-loop|from-project\n agents runtimes|fleet list|commands|register (panel + edge)\n agent run Outbound fleet poller (experimental)\n store status|export|import|migrate (json|sqlite|postgres document backends)\n files list|read|write|mkdir|rm|stat|rename|copy|move|chmod|trash|shares (sandbox)\n cron list|create|delete|enable|disable|run|install|status\n email domains|mailboxes|deliverability|bootstrap|dns (panel parity)\n health Local mode snapshot or --url http://host:port/health\n notifications list\n readiness | doctor Production readiness (honest)\n migrate inventory|host|post|status|resume|orphan-homes (full host migrate)\n vpn WireGuard / OpenVPN\n vnc accounts|clients|share\n apache sites|settings\n network ifaces|exposure|real-ip\n real-ip CDN Real IP\n updates inventory|apply\n software list|install|uninstall\n db MySQL / MariaDB / PostgreSQL\n redis status|keys|get|set\n ftp accounts|status\n runtimes list|install\n bt-tracker status|settings\n validators list|chains|disk|get (Beta)\n docker status|ps|images|compose|prune (engine)\n version | help\n\nGlobal:\n --json JSON stdout (AI)\n --data-dir PATH also --data-dir=PATH or YSK_DATA_DIR\n --config PATH\n --locale CODE CLI language (default en). Also YSK_LOCALE.\n Codes: en zh-HK zh-CN ja ko hi es ar fr bn pt id ur\n --limit N --offset N Slice large JSON lists (software / updates / host metrics / rbac)\n --help | --version\n\nExit: 0 ok · 1 error · 2 validation · 3 blocked · 4 not found · 5 host error\n\nSafety:\n Dangerous ops default to dry-run (plan only).\n Pass --execute (alias --apply) + env YSK_EXECUTE=1 to mutate host.\n Command names and flags are always English. --locale only translates messages.\n\nExamples:\n {{cli}} readiness --json\n {{cli}} host --json\n {{cli}} nginx status --json\n {{cli}} ssl list --json\n {{cli}} projects get --id UUID --json\n {{cli}} defense ban --ip 1.2.3.4 --json # dry-run plan\n {{cli}} projects list --json\n {{cli}} --locale=zh-HK help\n {{cli}} logs query --source journal: --lines 100 --json\n {{cli}} tools --json"
|
|
16
16
|
},
|
|
17
17
|
"usage": {
|
|
18
18
|
"tools": {
|
|
@@ -602,7 +602,7 @@
|
|
|
602
602
|
"--name": {
|
|
603
603
|
"name": {
|
|
604
604
|
"--domain": {
|
|
605
|
-
"66e857": "Usage: ysk-server projects create --name <name> [--domain d] [--runtime node|php|static|python|go|rust] [--template id]\n"
|
|
605
|
+
"66e857": "Usage: ysk-server projects create --name <name> [--domain d] [--runtime node|php|static|python|go|rust] [--template id] [--git-url URL] [--branch B] [--create-dns] [--create-mail] [--server-ip A.B.C.D] [--server-ipv6 ADDR]\n"
|
|
606
606
|
}
|
|
607
607
|
}
|
|
608
608
|
}
|
|
@@ -620,7 +620,7 @@
|
|
|
620
620
|
"--id": {
|
|
621
621
|
"id": {
|
|
622
622
|
"--git-url": {
|
|
623
|
-
"a513f5": "Usage: ysk-server projects git-deploy --id ID [--git-url URL] [--branch main] [--no-redeploy] [--depth 1] [--entry f]\n"
|
|
623
|
+
"a513f5": "Usage: ysk-server projects git-deploy --id ID [--git-url URL] [--branch|--ref main] [--no-redeploy] [--depth 1] [--entry f]\n"
|
|
624
624
|
}
|
|
625
625
|
}
|
|
626
626
|
}
|
|
@@ -638,7 +638,7 @@
|
|
|
638
638
|
"get": {
|
|
639
639
|
"create": {
|
|
640
640
|
"deploy": {
|
|
641
|
-
"253b48": "Usage: ysk-server projects list|get|create|deploy|git-deploy|stop|backup|template|health [options]\n deploy --id UUID [--entry f] [--port N] [--fpm|--builtin] [--reload]\n git-deploy --id UUID [--git-url URL] [--branch B] [--no-redeploy]\n"
|
|
641
|
+
"253b48": "Usage: ysk-server projects list|get|create|deploy|git-deploy|git|stop|backup|template|ftp|health [options]\n deploy --id UUID [--entry f] [--port N] [--fpm|--builtin] [--reload]\n git-deploy --id UUID [--git-url URL] [--branch|--ref B] [--no-redeploy]\n git status|log|fetch|checkout|reset|auth|hook|deploy --id UUID [--ref R] [--unshallow] [--yes]\n git auth --id UUID --token T|--deploy-key|--pin-host\n git hook --id UUID --enable|--rotate|--disable\n ftp --id UUID --password P [--user NAME] [--home app|root]\n"
|
|
642
642
|
}
|
|
643
643
|
}
|
|
644
644
|
}
|
|
@@ -882,7 +882,7 @@
|
|
|
882
882
|
},
|
|
883
883
|
"status": {
|
|
884
884
|
"bans": {
|
|
885
|
-
"a8d96b": "Usage: {{CLI_NAME}} defense status|bans|suspects|ban|unban|whitelist|stack-apply|fail2ban|firewall|timeline|presets [--json]\n
|
|
885
|
+
"a8d96b": "Usage: {{CLI_NAME}} defense status|bans|suspects|ban|unban|whitelist|stack-apply|fail2ban|firewall|timeline|presets [--json]\n bans [--q text] [--source fail2ban|panel|ufw|auto]\n suspects [--q text]\n stack-apply [--execute] # UFW + fail2ban + current preset\n fail2ban | firewall # deep probes (honest)\n timeline [--limit N] [--q text]\n presets # list + activePreset\n"
|
|
886
886
|
}
|
|
887
887
|
}
|
|
888
888
|
}
|
|
@@ -904,7 +904,7 @@
|
|
|
904
904
|
"--username": {
|
|
905
905
|
"u": {
|
|
906
906
|
"--password": {
|
|
907
|
-
"7145c7": "Usage: ysk-server users create --username <u> --password <p> [--role operator|viewer|admin] [--package-id id]\n"
|
|
907
|
+
"7145c7": "Usage: ysk-server users create --username <u> --password <p> [--role operator|viewer|admin] [--package-id id] [--locale zh-HK]\n"
|
|
908
908
|
}
|
|
909
909
|
}
|
|
910
910
|
}
|
|
@@ -1048,7 +1048,7 @@
|
|
|
1048
1048
|
}
|
|
1049
1049
|
},
|
|
1050
1050
|
"x": {
|
|
1051
|
-
"972912": "Usage:\n ysk-server migrate inventory [--data-dir PATH] --json\n ysk-server migrate host --target root@IP [--identity-file PATH|--identity-id ID|--password PW] --execute [--maintenance] [--force-wipe-target]\n ysk-server migrate post --job ID --data-dir PATH --execute # on target\n ysk-server migrate status [--job ID]\n ysk-server migrate resume --job ID --execute\n"
|
|
1051
|
+
"972912": "Usage:\n ysk-server migrate inventory [--data-dir PATH] --json\n ysk-server migrate host --target root@IP [--identity-file PATH|--identity-id ID|--password PW] --execute [--maintenance] [--force-wipe-target]\n ysk-server migrate post --job ID --data-dir PATH --execute # on target\n ysk-server migrate status [--job ID]\n ysk-server migrate resume --job ID --execute\n ysk-server migrate orphan-homes [--data-dir PATH] --json\n ysk-server migrate orphan-homes --path /home/ysk-server-UUID --confirm PATH --execute\n"
|
|
1052
1052
|
},
|
|
1053
1053
|
"hostingHelp": "Usage: ysk-server hosting <sub>\n Dangerous ops default dry-run; add --execute (+ YSK_EXECUTE=1) to apply\n nginx | nginx-sync [--execute]\n redis-provision | postgres-provision | mysql-provision [--execute]\n dns-zone --zone X --ip A.B.C.D [--ipv6 X:X::X] [--validate] [--reload]\n dns-zones | powerdns-status | powerdns-install [--install|--execute]\n powerdns-load --zone X --ip A.B.C.D [--load|--execute]\n email-apply --domain X [--install|--execute]\n email-mailbox --domain X --local user [--password P] [--ip A.B.C.D] [--system]\n ftps-apply --domain X [--install|--execute]\n runtimes | runtime-install --kind node|php|python|go|rust --version V [--install|--execute]\n dovecot-passdb --domain X | --all\n webmail-apply --domain webmail.example.com [--download]\n public-files --domain files.example.com [--reload]\n email-bootstrap --domain example.com --ip A.B.C.D [--install|--execute]\n email-deliverability --domain example.com # PTR/DNSBL/warmup pack (honest)\n firewall-apply [--smtp] [--execute]\n",
|
|
1054
1054
|
"logsQuery": "Usage: {{CLI_NAME}} logs query --source <id> [--lines N] [--grep G] [--since 1h] [--priority err]\n source examples: journal: journal:nginx.service file:syslog project:<uuid>\n {{CLI_NAME}} logs sources --json\n {{CLI_NAME}} logs journal [--unit nginx.service] --json\n"
|
package/locales/en/common.json
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
+
"all": "All",
|
|
2
3
|
"cancel": "Cancel",
|
|
3
4
|
"confirm": "Confirm",
|
|
4
5
|
"refresh": "Refresh",
|
|
@@ -21,9 +22,12 @@
|
|
|
21
22
|
"languageNative": "English",
|
|
22
23
|
"language": "Language",
|
|
23
24
|
"switchLanguage": "Switch language",
|
|
25
|
+
"showPassword": "Show",
|
|
26
|
+
"hidePassword": "Hide",
|
|
24
27
|
"searchGlobal": "Search pages & resources…",
|
|
25
28
|
"menu": "Menu",
|
|
26
29
|
"processing": "Working…",
|
|
30
|
+
"unavailable": "Not available right now",
|
|
27
31
|
"retry": "Retry",
|
|
28
32
|
"success": "Success",
|
|
29
33
|
"failed": "Failed",
|
|
@@ -35,7 +39,9 @@
|
|
|
35
39
|
"noData": "No data",
|
|
36
40
|
"input": "Input",
|
|
37
41
|
"pleaseEnter": "Enter {{value}}",
|
|
42
|
+
"required": "Required",
|
|
38
43
|
"about": "About",
|
|
44
|
+
"more": "More",
|
|
39
45
|
"operation": "Actions",
|
|
40
46
|
"delete": "Delete",
|
|
41
47
|
"edit": "Edit",
|
|
@@ -121,5 +127,6 @@
|
|
|
121
127
|
"show": "Show",
|
|
122
128
|
"done": "Done",
|
|
123
129
|
"next": "Next",
|
|
124
|
-
"previous": "Previous"
|
|
130
|
+
"previous": "Previous",
|
|
131
|
+
"redirectedTo": "Opened {{to}} (was {{from}})"
|
|
125
132
|
}
|
package/locales/en/cron.json
CHANGED
|
@@ -135,5 +135,34 @@
|
|
|
135
135
|
"sourceHost": "Host",
|
|
136
136
|
"noHostJobs": "No crontab jobs in this scope",
|
|
137
137
|
"hostPartial": "Could not read every user crontab (root required)",
|
|
138
|
-
"pendingInstall": "Pending install ({{count}})"
|
|
138
|
+
"pendingInstall": "Pending install ({{count}})",
|
|
139
|
+
"hourRange": "Hour must be 0–23.",
|
|
140
|
+
"minuteRange": "Minute must be 0–59.",
|
|
141
|
+
"hoursCommon": "Common hours",
|
|
142
|
+
"hoursAll": "All hours",
|
|
143
|
+
"invalidExpr": "Not a valid 5-field cron expression.",
|
|
144
|
+
"needCommand": "Command is required.",
|
|
145
|
+
"needUser": "Choose a project or a system user.",
|
|
146
|
+
"hostCounts": "Host lines",
|
|
147
|
+
"hostCountsVal": "{{ysk}} · other {{other}} · total {{total}}",
|
|
148
|
+
"hostYskYes": "panel lines present",
|
|
149
|
+
"hostYskNo": "no panel lines",
|
|
150
|
+
"emptyHostCrontab": "No crontab for {{user}}.",
|
|
151
|
+
"writtenOnHost": "Written",
|
|
152
|
+
"registeredJobsChip": "Registered",
|
|
153
|
+
"registeredVsWritten": "Registered in the panel vs written to host crontab",
|
|
154
|
+
"installPreviewTitle": "Preview before installing to system crontab",
|
|
155
|
+
"installPreviewDesc": "This merges the YSK block into the host crontab. Existing non-YSK lines stay.",
|
|
156
|
+
"installPreviewMerge": "Install writes a YSK Server crontab merge block. It does not replace the whole crontab.",
|
|
157
|
+
"installPreviewEmpty": "No pending managed jobs — install still refreshes the YSK block.",
|
|
158
|
+
"editJobTitle": "Edit job",
|
|
159
|
+
"editJobDesc": "Changes stay in the panel until you install to the system crontab.",
|
|
160
|
+
"saveJob": "Save (management only)",
|
|
161
|
+
"panelLines": "Panel lines",
|
|
162
|
+
"otherLines": "Other lines",
|
|
163
|
+
"totalLines": "Total",
|
|
164
|
+
"writtenOnHostHint": "Lines already written to the host crontab",
|
|
165
|
+
"registeredJobsHint": "Jobs registered in the panel (including pending install)",
|
|
166
|
+
"pendingInstallCount": "{{n}} pending install",
|
|
167
|
+
"systemJobBadge": "No project · system user"
|
|
139
168
|
}
|
|
@@ -1,4 +1,10 @@
|
|
|
1
1
|
{
|
|
2
|
+
"serviceAria": "{{name}}: {{state}}",
|
|
3
|
+
"sev": {
|
|
4
|
+
"ok": "OK",
|
|
5
|
+
"warn": "Warning",
|
|
6
|
+
"bad": "Problem"
|
|
7
|
+
},
|
|
2
8
|
"title": "Dashboard",
|
|
3
9
|
"health": "Health",
|
|
4
10
|
"protection": "Protection mode",
|
|
@@ -55,7 +61,8 @@
|
|
|
55
61
|
"warnCount": " · warn {{count}}",
|
|
56
62
|
"applyAuditBadge": "Apply audit · ok {{ok}} · warn {{warn}} · bad {{bad}}",
|
|
57
63
|
"executeBadge": "EXECUTE {{state}}",
|
|
58
|
-
"executeLabel": "
|
|
64
|
+
"executeLabel": "System change",
|
|
65
|
+
"publicNo2fa": "This panel listens on all interfaces and your admin account has no 2FA.",
|
|
59
66
|
"go": "Open",
|
|
60
67
|
"open": "Open",
|
|
61
68
|
"noCriticalWarn": "No critical or warning alerts",
|
|
@@ -85,27 +92,39 @@
|
|
|
85
92
|
"runtime": "Runtime",
|
|
86
93
|
"runtimeHint": "Sets default runtime version and deploy style",
|
|
87
94
|
"runtimeVersion": "Runtime version",
|
|
88
|
-
"versionHint": "
|
|
95
|
+
"versionHint": "Writes the project runtime version setting",
|
|
89
96
|
"serverIpv4": "Server IPv4",
|
|
90
97
|
"serverIpv4Hint": "DNS A / mail SPF",
|
|
91
98
|
"serverIpv4Ph": "This host public IPv4",
|
|
92
99
|
"serverIpv6": "Server IPv6 (optional)",
|
|
93
100
|
"serverIpv6Hint": "Writes AAAA / ip6: when set",
|
|
94
101
|
"serverIpv6Ph": "Public IPv6 (optional)",
|
|
102
|
+
"needDomainFirst": "Enter a domain first",
|
|
95
103
|
"withDns": "Also create DNS zone",
|
|
96
104
|
"withDnsDesc": "Needs domain; registration only — apply zone on DNS page",
|
|
97
105
|
"withMail": "Also register mail domain",
|
|
98
106
|
"withMailDesc": "Needs domain; install software & DNS on mail detail page",
|
|
99
|
-
"withDb": "Also draft
|
|
100
|
-
"withDbDesc": "Control-plane registration; apply on SQL engine page",
|
|
107
|
+
"withDb": "Also draft a database",
|
|
108
|
+
"withDbDesc": "Control-plane registration; apply on the SQL engine page",
|
|
101
109
|
"wizardHint": "Quick create does not go live automatically",
|
|
102
110
|
"wizardSubmit": "Create",
|
|
103
111
|
"wizardOk": "Created",
|
|
104
112
|
"wizardPartial": "Partially failed",
|
|
105
113
|
"notifCenterTitle": "Notifications ({{count}})",
|
|
106
114
|
"notifCenterDesc": "Critical {{critical}} · warn {{warn}} · info {{info}}",
|
|
107
|
-
"noNotifs": "No notifications",
|
|
115
|
+
"noNotifs": "No notifications. Recent audit events are on Overview.",
|
|
108
116
|
"noNotifsDesc": "System alerts and todos appear here",
|
|
109
117
|
"applyAuditTitle": "Apply status audit",
|
|
110
|
-
"applyAuditDesc": "ok {{ok}} · warn {{warn}} · bad {{bad}}"
|
|
118
|
+
"applyAuditDesc": "ok {{ok}} · warn {{warn}} · bad {{bad}}",
|
|
119
|
+
"barTitle": "{{count}} host alert(s)",
|
|
120
|
+
"levelCritical": "Critical",
|
|
121
|
+
"levelWarn": "Warning",
|
|
122
|
+
"levelInfo": "Info",
|
|
123
|
+
"colTitle": "Alert",
|
|
124
|
+
"colDetail": "Detail",
|
|
125
|
+
"colSource": "Source",
|
|
126
|
+
"notifSearch": "Search alerts",
|
|
127
|
+
"notifAll": "All",
|
|
128
|
+
"notifDismiss": "Hide",
|
|
129
|
+
"goFix": "Fix"
|
|
111
130
|
}
|
package/locales/en/db.json
CHANGED
|
@@ -52,12 +52,26 @@
|
|
|
52
52
|
"emptyDbInstallFirst": "Install {{engine}} via the banner, then Create database",
|
|
53
53
|
"emptyDbCannotProvision": "Cannot create databases on the server right now",
|
|
54
54
|
"emptyDbCreateHint": "Use Create database, then Apply",
|
|
55
|
+
"emptyDbHostHasRows": "The host already has databases that are not in this control-plane list.",
|
|
56
|
+
"registeredVsHostHint": "Registered in the panel / found on the host",
|
|
57
|
+
"registeredCount": "Registered",
|
|
58
|
+
"hostCount": "On host",
|
|
59
|
+
"registeredUsers": "Registered users",
|
|
60
|
+
"registeredUsersHint": "Panel registrations only — not every MySQL account",
|
|
61
|
+
"hostStillExists": "Still on host",
|
|
62
|
+
"expiresLabel": "Expires",
|
|
63
|
+
"dumpNeedRegistered": "Register a database in the panel first",
|
|
64
|
+
"dumpFirstDbTitle": "Export the first registered database",
|
|
65
|
+
"importNeedRegistered": "Register a database in the panel first",
|
|
66
|
+
"importLatestNeedConfirm": "Needs confirmation — imports into the registered database",
|
|
67
|
+
"hostHasUntracked": "{{count}} host databases are not registered in the panel",
|
|
68
|
+
"hostInventoryHint": "The table is control-plane rows only. Live names come from SHOW DATABASES.",
|
|
55
69
|
"userList": "Users",
|
|
56
70
|
"userListDesc": "Grant users access to databases",
|
|
57
71
|
"createUserBtn": "+ Create user",
|
|
58
72
|
"noUsersYet": "No users yet",
|
|
59
73
|
"tempReadonlyUsers": "Temporary read-only users",
|
|
60
|
-
"tempReadonlyDesc": "
|
|
74
|
+
"tempReadonlyDesc": "Expired accounts are dropped from the server when this page loads (needs EXECUTE + root). Rows left below still exist on the host.",
|
|
61
75
|
"dbName": "Database name",
|
|
62
76
|
"ttlHours": "TTL (hours)",
|
|
63
77
|
"ttlHoursHint": "Marked invalid after expiry",
|
|
@@ -66,7 +80,14 @@
|
|
|
66
80
|
"expiresAt": "Expires",
|
|
67
81
|
"revokeRegistration": "Revoke registration",
|
|
68
82
|
"remoteDbHosts": "Remote database hosts",
|
|
69
|
-
"remoteDbHostsDesc": "Register connection targets (password not echoed back)",
|
|
83
|
+
"remoteDbHostsDesc": "Register connection targets (password not echoed back). Saved ≠ reachable until Test connection.",
|
|
84
|
+
"remoteTest": "Test connection",
|
|
85
|
+
"remoteTestDone": "Remote host probe finished",
|
|
86
|
+
"remoteTestOk": "reachable",
|
|
87
|
+
"remoteTestFail": "unreachable",
|
|
88
|
+
"remoteNotChecked": "not tested",
|
|
89
|
+
"remoteDeleteTitle": "Remove this registration only",
|
|
90
|
+
"remoteDeleteConfirm": "Remove registration {{name}}? The remote server is not changed.",
|
|
70
91
|
"displayName": "Display name",
|
|
71
92
|
"prodReplicaPlaceholder": "Production replica",
|
|
72
93
|
"remoteHostSaved": "Remote host saved",
|
|
@@ -91,7 +112,7 @@
|
|
|
91
112
|
"import": "Import",
|
|
92
113
|
"importOk": "Import complete",
|
|
93
114
|
"importFailed": "Import failed",
|
|
94
|
-
"deleteDbTitle": "
|
|
115
|
+
"deleteDbTitle": "Remove control-plane registration (does not DROP the server database)",
|
|
95
116
|
"deleteDbDesc": "Removes control-plane record only; does not DROP the server database.",
|
|
96
117
|
"deleteUserTitle": "Delete user registration?",
|
|
97
118
|
"deleteUserDesc": "Removes control-plane record only.",
|
|
@@ -120,8 +141,11 @@
|
|
|
120
141
|
"update": "Update",
|
|
121
142
|
"alsoCreateRole": "Also create role",
|
|
122
143
|
"cluster": {
|
|
144
|
+
"standaloneOtherEngines": "This engine is standalone. Other engines have clusters: {{names}}.",
|
|
145
|
+
"roleUnassigned": "No role assigned",
|
|
123
146
|
"title": "Cluster",
|
|
124
|
-
"description": "Plan → write management → apply → probe →
|
|
147
|
+
"description": "Plan → write management files → apply → probe → distribute to peers / fleet. Default is dry-run (no host restart).",
|
|
148
|
+
"redirectedFromCluster": "You were redirected here from /cluster. This is the database cluster tab.",
|
|
125
149
|
"kindGalera": "Simple Galera",
|
|
126
150
|
"kindMysqlReplica": "MySQL primary/replica",
|
|
127
151
|
"kindPgReplica": "PostgreSQL streaming replica",
|
|
@@ -150,10 +174,37 @@
|
|
|
150
174
|
"registrationDeleted": "Registration deleted",
|
|
151
175
|
"nodes": "Nodes",
|
|
152
176
|
"remoteInstallPlan": "Remote install plan",
|
|
177
|
+
"fleetSession": "Fleet agent session id",
|
|
178
|
+
"fleetSessionHint": "Optional. Pick a registered fleet session (uses fleet, not SSH). Leave empty for SSH scp.",
|
|
179
|
+
"fleetSessionPh": "Agents page session UUID",
|
|
180
|
+
"fleetSessionNone": "None — use SSH",
|
|
181
|
+
"fleetSessionOpenAgents": "Open /agents to register a session",
|
|
182
|
+
"createWizardTitle": "Opens the plan wizard. Needs a local IP and ≥1 peer. Writes panel artifacts only (dry-run). Does not restart the engine until you apply.",
|
|
183
|
+
"bootstrap": "Bootstrap",
|
|
184
|
+
"fleetApply": "Fleet apply",
|
|
185
|
+
"planTitle": "Regenerate the cluster plan (no host change)",
|
|
186
|
+
"writeFileTitle": "Write management files under the panel data dir (dry-run)",
|
|
187
|
+
"probeLocalTitle": "Probe this host only",
|
|
188
|
+
"probeAllTitle": "Probe every registered member",
|
|
189
|
+
"bootstrapTitle": "Install local drop-in and bootstrap the first node",
|
|
190
|
+
"remoteInstallPlanTitle": "Preview remote install (no execute)",
|
|
191
|
+
"downloadBundleTitle": "Download peer conf bundle (.tar.gz)",
|
|
192
|
+
"pushPlanTitle": "Preview push to peer (no scp)",
|
|
193
|
+
"fleetSyncPlanTitle": "Preview fleet sync (no execute)",
|
|
194
|
+
"fleetApplyTitle": "Enqueue apply on fleet members?",
|
|
195
|
+
"status": {
|
|
196
|
+
"healthy": "Healthy",
|
|
197
|
+
"planned": "Planned",
|
|
198
|
+
"partial": "Partial",
|
|
199
|
+
"failed": "Failed",
|
|
200
|
+
"draft": "Draft",
|
|
201
|
+
"degraded": "Degraded",
|
|
202
|
+
"applied": "Applied"
|
|
203
|
+
},
|
|
153
204
|
"fleetSyncPlan": "Fleet sync plan",
|
|
154
205
|
"standaloneTitle": "Currently: standalone",
|
|
155
206
|
"standaloneRepl": "No replica registered. Set primary/master + replica to generate conf and scripts.",
|
|
156
|
-
"standaloneHa": "No HA registered. Add
|
|
207
|
+
"standaloneHa": "No HA registered. Add at least one peer, generate a conf plan, then bootstrap the first node and join the others.",
|
|
157
208
|
"recentProbe": "Recent probe (local wsrep)",
|
|
158
209
|
"probeRequired": "healthy requires a passing probe",
|
|
159
210
|
"planPreview": "Plan preview",
|
|
@@ -200,6 +251,7 @@
|
|
|
200
251
|
"remoteInstalled": "Remote installed",
|
|
201
252
|
"fleetSynced": "Fleet sync queued",
|
|
202
253
|
"fleetApplyQueued": "Fleet apply queued",
|
|
254
|
+
"engineNotInstalled": "{{engine}} is not installed on this host — install it first, or open the engine that is actually running.",
|
|
203
255
|
"plan": "Plan",
|
|
204
256
|
"writeFile": "Write files",
|
|
205
257
|
"applyLocal": "Apply local",
|
|
@@ -216,8 +268,7 @@
|
|
|
216
268
|
"delete": "Delete",
|
|
217
269
|
"probe": "Probe",
|
|
218
270
|
"name": "Name",
|
|
219
|
-
"type": "Type"
|
|
220
|
-
"status": "Status"
|
|
271
|
+
"type": "Type"
|
|
221
272
|
},
|
|
222
273
|
"console": {
|
|
223
274
|
"dataBrowse": "Browse data",
|
|
@@ -225,6 +276,7 @@
|
|
|
225
276
|
"realtime": "Live",
|
|
226
277
|
"reload": "Reload",
|
|
227
278
|
"needRestart": "Restart required",
|
|
279
|
+
"affectsProjects": "Sites and services that use this engine will be interrupted.",
|
|
228
280
|
"lifecycle": "Lifecycle",
|
|
229
281
|
"overview": "Overview",
|
|
230
282
|
"actionDone": "{{action}} done",
|
|
@@ -256,6 +308,7 @@
|
|
|
256
308
|
"installEngine": "Use the banner above to install {{title}}.",
|
|
257
309
|
"reloadConfig": "Reload config",
|
|
258
310
|
"disableBoot": "Disable on boot",
|
|
311
|
+
"disableBootConfirm": "The engine will not start after reboot until you enable it again.",
|
|
259
312
|
"needRights": "Needs system-change rights and admin. Failures show reasons — never fake success.",
|
|
260
313
|
"noneFetched": "— none —"
|
|
261
314
|
},
|
|
@@ -283,5 +336,8 @@
|
|
|
283
336
|
"unfreezeOk": "{{engine}} repair complete",
|
|
284
337
|
"startAfterUnfreeze": "Start service (auto-runs repair plan on failure)",
|
|
285
338
|
"serviceDownTitle": "Database service is down",
|
|
286
|
-
"serviceDownBody": "Service is unhealthy"
|
|
339
|
+
"serviceDownBody": "Service is unhealthy",
|
|
340
|
+
"adoptHostDb": "Register in panel (no create): {{name}}",
|
|
341
|
+
"adoptHostDbTitle": "Registers the name in the control plane only — does not change host data",
|
|
342
|
+
"cleanupExpiredTempUsersTitle": "Drops panel-issued temporary users that have expired"
|
|
287
343
|
}
|