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/dns.json
CHANGED
|
@@ -32,6 +32,8 @@
|
|
|
32
32
|
"zonesTitle": "Zones ({{count}})",
|
|
33
33
|
"zonesDesc": "After create, write/apply the zone",
|
|
34
34
|
"createZone": "+ Create zone",
|
|
35
|
+
"mailZonesMissing": "Email domains have no DNS zone here: {{domains}}.",
|
|
36
|
+
"createMailZone": "Create mail zone",
|
|
35
37
|
"colZoneName": "Zone name",
|
|
36
38
|
"colServerIp": "Server IP",
|
|
37
39
|
"colTemplate": "Template",
|
|
@@ -108,7 +110,10 @@
|
|
|
108
110
|
"validateDesc": "Create/edit auto-validates (CNAME clashes, A/AAAA format, etc.).",
|
|
109
111
|
"createZoneTitle": "Create DNS zone",
|
|
110
112
|
"createZoneDesc": "Generate records from a template",
|
|
113
|
+
"createZoneNeedValid": "Enter a valid zone name and IPv4 address",
|
|
111
114
|
"zoneNameHint": "e.g. example.com (no trailing dot)",
|
|
115
|
+
"invalidZone": "Invalid zone name. Use a real domain (e.g. example.com).",
|
|
116
|
+
"invalidIpv4": "Invalid IPv4. Each octet must be 0–255.",
|
|
112
117
|
"serverIpv4": "Server IPv4",
|
|
113
118
|
"serverIpv4Hint": "Address used for template A records",
|
|
114
119
|
"thisHostIpv4": "This host public IPv4",
|
|
@@ -202,6 +207,9 @@
|
|
|
202
207
|
"lookupServer": "Server (@)",
|
|
203
208
|
"lookupServerHint": "127.0.0.1 = local auth; public IP tests external; empty = system resolver",
|
|
204
209
|
"healthHealPdns": "Heal PowerDNS bind",
|
|
210
|
+
"healNeedInstall": "PowerDNS is not installed — install it on the Software tab first",
|
|
211
|
+
"applyNeedService": "DNS service is not running — start or install it before apply",
|
|
212
|
+
"deleteZoneNeedName": "Delete this zone — you will type the zone name to confirm",
|
|
205
213
|
"healthHealPdnsHint": "Set local-address to public IP to avoid clashing with systemd-resolved on 0",
|
|
206
214
|
"healthHealPdnsOk": "PowerDNS bound to {{ip}} and start attempted",
|
|
207
215
|
"healthHealPdnsFailed": "PowerDNS heal failed",
|
|
@@ -212,5 +220,15 @@
|
|
|
212
220
|
"aboutHealthTitle": "Service health",
|
|
213
221
|
"aboutHealthBody": "Use Tools to probe PowerDNS, heal bind, and open port 53.",
|
|
214
222
|
"aboutStackTitle": "Software",
|
|
215
|
-
"aboutStackBody": "Check/update the PowerDNS package under Software."
|
|
223
|
+
"aboutStackBody": "Check/update the PowerDNS package under Software.",
|
|
224
|
+
"createMailZoneNow": "Created mail zone {{domain}}",
|
|
225
|
+
"toolsFirewallTitle": "Firewall (UFW)",
|
|
226
|
+
"toolsFirewallHint": "Allow or deny port 53. This does not start or stop PowerDNS.",
|
|
227
|
+
"toolsUnitTitle": "PowerDNS unit",
|
|
228
|
+
"toolsUnitHint": "systemd unit pdns — start, stop, restart, reload.",
|
|
229
|
+
"installConfirmTitle": "Install PowerDNS?",
|
|
230
|
+
"installConfirmDesc": "Installs pdns-server and writes the managed authoritative config. Needs root and YSK_EXECUTE=1.",
|
|
231
|
+
"installConfirmConsequence": "After install and start, PowerDNS will bind port 53.",
|
|
232
|
+
"installPort53Busy": "Something already listens on port 53. PowerDNS may fail to bind until that listener is stopped or healed.",
|
|
233
|
+
"installPort53BusyConsequence": "Heal bind or stop the other listener before expecting answers on port 53."
|
|
216
234
|
}
|
|
@@ -0,0 +1,247 @@
|
|
|
1
|
+
{
|
|
2
|
+
"title": "Docker",
|
|
3
|
+
"subtitle": "Install Docker Engine, then manage containers, images, volumes, and validator Compose stacks on this host.",
|
|
4
|
+
"refresh": "Refresh",
|
|
5
|
+
"notInstalled": "Docker Engine is not installed. Install docker.io and docker-compose-v2 from this page.",
|
|
6
|
+
"protected": "Protected",
|
|
7
|
+
"pruneConfirm": "Type PRUNE to confirm any prune",
|
|
8
|
+
"needEngineTitle": "Install Docker Engine first",
|
|
9
|
+
"stopEngineDesc": "This stops the Docker engine and all {{n}} container(s) on this host.",
|
|
10
|
+
"notInstalledValue": "Not installed",
|
|
11
|
+
"nameHint": "Letters, digits, underscore, dot, hyphen (max 128)",
|
|
12
|
+
"volPlaceholder": "my-data",
|
|
13
|
+
"netPlaceholder": "my-net",
|
|
14
|
+
"runPorts": "Publish ports",
|
|
15
|
+
"runPortsHint": "host:container per line, e.g. 8080:80",
|
|
16
|
+
"runEnv": "Environment",
|
|
17
|
+
"runEnvHint": "KEY=value per line",
|
|
18
|
+
"runRestart": "Restart policy",
|
|
19
|
+
"runNetwork": "Network",
|
|
20
|
+
"runVolumes": "Volumes",
|
|
21
|
+
"runVolumesHint": "volume:dest per line",
|
|
22
|
+
"runAdvancedHint": "For multi-service stacks use validator nodes or Compose files already on this host.",
|
|
23
|
+
"daemonConfirmTitle": "Apply daemon settings?",
|
|
24
|
+
"daemonConfirmDesc": "Writes daemon.json and restarts docker.service. All containers will be interrupted.",
|
|
25
|
+
"settingsHint": "Safe daemon.json subset only. Apply writes the file and restarts docker.service.",
|
|
26
|
+
"cli": {
|
|
27
|
+
"usage": "Usage: ysk-server docker status|ps|images|volumes|networks|df|logs|inspect|exec|start|stop|restart|rm|pull|run|prune|engine|compose [--image IMG] [--name N] [--preset version|help|hostname] [--bin BIN] [--project P] [--execute] [--json]"
|
|
28
|
+
},
|
|
29
|
+
"tab": {
|
|
30
|
+
"overview": "Overview",
|
|
31
|
+
"containers": "Containers",
|
|
32
|
+
"images": "Images",
|
|
33
|
+
"compose": "Compose",
|
|
34
|
+
"volumes": "Volumes",
|
|
35
|
+
"networks": "Networks",
|
|
36
|
+
"prune": "Prune",
|
|
37
|
+
"settings": "Settings",
|
|
38
|
+
"about": "About"
|
|
39
|
+
},
|
|
40
|
+
"col": {
|
|
41
|
+
"engine": "Engine",
|
|
42
|
+
"containers": "Containers",
|
|
43
|
+
"version": "Version",
|
|
44
|
+
"dataRoot": "Data root",
|
|
45
|
+
"disk": "Disk",
|
|
46
|
+
"validators": "Validator stacks",
|
|
47
|
+
"name": "Name",
|
|
48
|
+
"image": "Image",
|
|
49
|
+
"status": "Status",
|
|
50
|
+
"ports": "Ports",
|
|
51
|
+
"managed": "Managed",
|
|
52
|
+
"size": "Size",
|
|
53
|
+
"driver": "Driver",
|
|
54
|
+
"type": "Type",
|
|
55
|
+
"reclaimable": "Reclaimable"
|
|
56
|
+
},
|
|
57
|
+
"state": {
|
|
58
|
+
"up": "Active",
|
|
59
|
+
"down": "Stopped",
|
|
60
|
+
"running": "Running",
|
|
61
|
+
"exited": "Exited",
|
|
62
|
+
"restarting": "Restarting",
|
|
63
|
+
"restartingCount": "Restarting · {{n}} times",
|
|
64
|
+
"paused": "Paused",
|
|
65
|
+
"created": "Created",
|
|
66
|
+
"dead": "Dead",
|
|
67
|
+
"removing": "Removing",
|
|
68
|
+
"unknown": "Unknown"
|
|
69
|
+
},
|
|
70
|
+
"df": {
|
|
71
|
+
"images": "Images",
|
|
72
|
+
"containers": "Containers",
|
|
73
|
+
"volumes": "Local volumes",
|
|
74
|
+
"builder": "Build cache",
|
|
75
|
+
"other": "Other"
|
|
76
|
+
},
|
|
77
|
+
"actions": {
|
|
78
|
+
"start": "Start",
|
|
79
|
+
"stop": "Stop",
|
|
80
|
+
"restart": "Restart",
|
|
81
|
+
"remove": "Remove",
|
|
82
|
+
"logs": "Logs",
|
|
83
|
+
"inspect": "Inspect",
|
|
84
|
+
"exec": "Exec (version)",
|
|
85
|
+
"run": "Run image",
|
|
86
|
+
"pull": "Pull",
|
|
87
|
+
"up": "Up",
|
|
88
|
+
"down": "Down",
|
|
89
|
+
"createVolume": "Create volume",
|
|
90
|
+
"createNetwork": "Create network",
|
|
91
|
+
"pruneContainers": "Prune containers",
|
|
92
|
+
"pruneImages": "Prune images",
|
|
93
|
+
"pruneVolumes": "Prune volumes",
|
|
94
|
+
"pruneSystem": "System prune",
|
|
95
|
+
"startEngine": "Start engine",
|
|
96
|
+
"stopEngine": "Stop engine",
|
|
97
|
+
"restartEngine": "Restart engine",
|
|
98
|
+
"applyDaemon": "Apply daemon settings"
|
|
99
|
+
},
|
|
100
|
+
"empty": {
|
|
101
|
+
"containers": "No containers",
|
|
102
|
+
"images": "No images",
|
|
103
|
+
"compose": "No Compose projects",
|
|
104
|
+
"composeDesc": "Projects come from validator nodes or Compose files already on this host. This page does not accept arbitrary YAML uploads.",
|
|
105
|
+
"composeCta": "Open validator nodes",
|
|
106
|
+
"volumes": "No volumes",
|
|
107
|
+
"networks": "No networks"
|
|
108
|
+
},
|
|
109
|
+
"logs": {
|
|
110
|
+
"empty": "No log output.",
|
|
111
|
+
"follow": "Follow"
|
|
112
|
+
},
|
|
113
|
+
"deleteRunningWarn": "This container is still running or restarting. It will be force-removed.",
|
|
114
|
+
"settings": {
|
|
115
|
+
"logMaxSize": "Container log max size",
|
|
116
|
+
"liveRestore": "Live restore (keep containers if the daemon restarts)",
|
|
117
|
+
"mirrors": "Registry mirrors (one URL per line)",
|
|
118
|
+
"insecure": "Insecure registries (one host per line)"
|
|
119
|
+
},
|
|
120
|
+
"about": {
|
|
121
|
+
"body": "Docker is a first-class host service on YSK Server, like Nginx. Install via the panel (Ubuntu docker.io + docker-compose-v2). Validator nodes run as Compose projects named yskval-*.",
|
|
122
|
+
"honesty": "Host changes need root and YSK_EXECUTE=1. Dry-run is the default. This page manages Docker on one host; use external Kubernetes for cluster orchestration.",
|
|
123
|
+
"validators": "Open validator nodes"
|
|
124
|
+
},
|
|
125
|
+
"alerts": {
|
|
126
|
+
"daemonTitle": "Docker daemon is down",
|
|
127
|
+
"daemonBody": "The Docker engine is installed but docker.service is not active. Validator stacks cannot start."
|
|
128
|
+
},
|
|
129
|
+
"errors": {
|
|
130
|
+
"notInstalled": "Docker is not installed",
|
|
131
|
+
"daemonDown": "Docker daemon is not active",
|
|
132
|
+
"needCompose": "docker compose (v2 plugin) is required",
|
|
133
|
+
"badImage": "Invalid image reference",
|
|
134
|
+
"badName": "Invalid name",
|
|
135
|
+
"badPort": "Invalid port publish",
|
|
136
|
+
"badEnv": "Invalid environment variable",
|
|
137
|
+
"badVolume": "Invalid volume mount",
|
|
138
|
+
"badNetwork": "Invalid network",
|
|
139
|
+
"protectedNetwork": "Cannot remove a built-in Docker network",
|
|
140
|
+
"badRestart": "Invalid restart policy",
|
|
141
|
+
"badPrune": "Invalid prune scope",
|
|
142
|
+
"needPruneConfirm": "Volume or system prune requires confirm=PRUNE",
|
|
143
|
+
"badDaemon": "Invalid daemon setting",
|
|
144
|
+
"composeMissing": "Compose file for this project was not found",
|
|
145
|
+
"logsFailed": "Could not read container logs",
|
|
146
|
+
"mutateFailed": "Docker command failed",
|
|
147
|
+
"engineFailed": "Could not control docker.service",
|
|
148
|
+
"badExec": "Exec is limited to allowlisted binaries and presets (no shell, no TTY)",
|
|
149
|
+
"uninstallBusy": "Stop YSK-managed containers (including validator stacks) before uninstalling Docker"
|
|
150
|
+
},
|
|
151
|
+
"notes": {
|
|
152
|
+
"dryMutate": "Dry-run only. Pass --execute and YSK_EXECUTE=1 to change the host.",
|
|
153
|
+
"dryPrune": "Prune preview (not applied).",
|
|
154
|
+
"dryEngine": "Engine control is dry-run.",
|
|
155
|
+
"dryDaemon": "Would write /etc/docker/daemon.json and restart docker.service.",
|
|
156
|
+
"daemonWrote": "Wrote daemon.json",
|
|
157
|
+
"start": "Container started",
|
|
158
|
+
"stop": "Container stopped",
|
|
159
|
+
"restart": "Container restarted",
|
|
160
|
+
"remove": "Container removed",
|
|
161
|
+
"ran": "Container started from image",
|
|
162
|
+
"pulled": "Image pulled",
|
|
163
|
+
"exec": "Ran allowlisted exec",
|
|
164
|
+
"imageRemoved": "Image removed",
|
|
165
|
+
"volumeCreated": "Volume created",
|
|
166
|
+
"volumeRemoved": "Volume removed",
|
|
167
|
+
"networkCreated": "Network created",
|
|
168
|
+
"networkRemoved": "Network removed",
|
|
169
|
+
"pruned": "Prune finished",
|
|
170
|
+
"compose": {
|
|
171
|
+
"up": "Compose project started",
|
|
172
|
+
"down": "Compose project stopped",
|
|
173
|
+
"restart": "Compose project restarted",
|
|
174
|
+
"rm": "Compose project removed"
|
|
175
|
+
},
|
|
176
|
+
"engine": {
|
|
177
|
+
"start": "docker.service started",
|
|
178
|
+
"stop": "docker.service stopped",
|
|
179
|
+
"restart": "docker.service restarted"
|
|
180
|
+
}
|
|
181
|
+
},
|
|
182
|
+
"ui": {
|
|
183
|
+
"whatYouGet": "What this page does",
|
|
184
|
+
"whatYouGetLead": "Install Docker Engine once. After that you can run a single container, pull images, and see validator Compose stacks that already live on this host.",
|
|
185
|
+
"capEngine": "Engine",
|
|
186
|
+
"capEngineDesc": "One-click install of docker.io and docker-compose-v2. Start and stop docker.service here.",
|
|
187
|
+
"capWork": "Containers and images",
|
|
188
|
+
"capWorkDesc": "Pick a common image, pull it, run it, then read logs or inspect the container.",
|
|
189
|
+
"capStacks": "Validator stacks",
|
|
190
|
+
"capStacksDesc": "Multi-service stacks are validator Compose projects (yskval-*). This page does not accept YAML uploads.",
|
|
191
|
+
"cardEngine": "Engine",
|
|
192
|
+
"cardDisk": "Disk",
|
|
193
|
+
"cardWork": "On this host",
|
|
194
|
+
"compose": "Compose",
|
|
195
|
+
"cgroup": "cgroup",
|
|
196
|
+
"used": "Used",
|
|
197
|
+
"free": "Free",
|
|
198
|
+
"running": "Running",
|
|
199
|
+
"images": "Images",
|
|
200
|
+
"volumes": "Volumes",
|
|
201
|
+
"networks": "Networks",
|
|
202
|
+
"goImages": "Images",
|
|
203
|
+
"goValidators": "Validator nodes",
|
|
204
|
+
"imagePickHint": "Choose a common image. Use Other only when you need a different reference.",
|
|
205
|
+
"imageCustom": "Other",
|
|
206
|
+
"driver": "Driver",
|
|
207
|
+
"driverLocalOnly": "This panel creates local volumes only.",
|
|
208
|
+
"netDefaultDriver": "New networks use Docker’s default bridge driver.",
|
|
209
|
+
"pruneWhat": "What to remove",
|
|
210
|
+
"pruneAck": "I understand unused data will be deleted and cannot be restored",
|
|
211
|
+
"pruneAckDesc": "Volume and system prune cannot be undone. Stopped containers and unused images are removed for the selected scope.",
|
|
212
|
+
"pruneNow": "Prune now",
|
|
213
|
+
"useMirrors": "Use registry mirrors",
|
|
214
|
+
"useInsecure": "Allow insecure registries",
|
|
215
|
+
"publishPorts": "Publish ports to the host",
|
|
216
|
+
"attachVolume": "Attach a volume",
|
|
217
|
+
"setEnv": "Set environment variables",
|
|
218
|
+
"defaultNet": "Default",
|
|
219
|
+
"mountPath": "Mount path",
|
|
220
|
+
"restartNo": "Never",
|
|
221
|
+
"restartUnless": "Unless stopped",
|
|
222
|
+
"restartAlways": "Always",
|
|
223
|
+
"restartOnFail": "On failure",
|
|
224
|
+
"needAck": "Confirm before pruning",
|
|
225
|
+
"scopeContainers": "Stopped containers",
|
|
226
|
+
"scopeImages": "Unused images",
|
|
227
|
+
"scopeVolumes": "Unused volumes",
|
|
228
|
+
"scopeBuilder": "Build cache",
|
|
229
|
+
"scopeSystem": "Everything unused",
|
|
230
|
+
"noVolumesYet": "No volumes yet — create one on the Volumes tab first.",
|
|
231
|
+
"customPort": "Another host port",
|
|
232
|
+
"customPortHost": "Host port",
|
|
233
|
+
"customPortContainer": "Container port",
|
|
234
|
+
"pctUsed": "{{n}}% used",
|
|
235
|
+
"customPortHint": "1–65535. Example: 9090 → 80.",
|
|
236
|
+
"pickBridge": "Bridge network"
|
|
237
|
+
},
|
|
238
|
+
"deleteTitle": "Delete {{id}}",
|
|
239
|
+
"deleteDesc": "This cannot be undone.",
|
|
240
|
+
"deleteC1": "The resource is removed from this host.",
|
|
241
|
+
"deleteComposeVal": "This is a validator stack — the validator instance is also deleted.",
|
|
242
|
+
"pruneTitle": "Prune Docker resources",
|
|
243
|
+
"pruneDesc": "Type PRUNE to confirm. Unused data cannot be restored.",
|
|
244
|
+
"pruneC1": "Unused resources in the selected scope are deleted.",
|
|
245
|
+
"pruneC2": "Volume and system prune permanently delete unused data volumes.",
|
|
246
|
+
"pruneC3": "Stopped containers or unused images in this scope are removed."
|
|
247
|
+
}
|
package/locales/en/email.json
CHANGED
|
@@ -41,13 +41,16 @@
|
|
|
41
41
|
"webmailMovedHint": "Webmail is configured globally (not per domain).",
|
|
42
42
|
"openGlobalWebmailSettings": "Open webmail settings",
|
|
43
43
|
"domainsTitle": "Domains ({{filtered}}/{{total}})",
|
|
44
|
+
"domainsListDesc": "Mail domains registered on this host",
|
|
44
45
|
"emptyFilterHint": "No domains match the search",
|
|
45
46
|
"emptyCreateHint": "Use Create in the toolbar to register a domain;",
|
|
46
47
|
"queueLocalTitle": "Mail queue",
|
|
47
48
|
"needExecute": "Needs YSK_EXECUTE",
|
|
48
49
|
"viewQueue": "View queue",
|
|
49
50
|
"flushQueue": "Flush queue",
|
|
50
|
-
"
|
|
51
|
+
"flushQueueEmpty": "Queue is empty",
|
|
52
|
+
"flushQueueNeedExecute": "Flushing the queue needs YSK_EXECUTE (host execute permission)",
|
|
53
|
+
"queueHint": "Local Postfix queue. Viewing is a read probe; flush needs YSK_EXECUTE.",
|
|
51
54
|
"deleteThisId": "Delete this ID",
|
|
52
55
|
"queueEmpty": "No deferred mail",
|
|
53
56
|
"queueEmptyHint": "No deferred messages",
|
|
@@ -69,7 +72,8 @@
|
|
|
69
72
|
"opsHost": "Host provider: PTR, Port 25 outbound policy",
|
|
70
73
|
"opsRegistrar": "Registrar: publish MX / SPF / DKIM / DMARC",
|
|
71
74
|
"statusTitle": "Status",
|
|
72
|
-
"statusDraft": "
|
|
75
|
+
"statusDraft": "Draft (panel only)",
|
|
76
|
+
"deliverabilityChecks": "Checks",
|
|
73
77
|
"statusWritten": "written: management files written, may not be live",
|
|
74
78
|
"statusApplied": "applied: successfully applied before (still check service is-active)",
|
|
75
79
|
"statusReputation": "Inbox reputation can never be 100% automated",
|
|
@@ -105,6 +109,14 @@
|
|
|
105
109
|
"copyAllRecords": "Copy all records",
|
|
106
110
|
"openDnsPage": "Open DNS page",
|
|
107
111
|
"healthScore": "Health score",
|
|
112
|
+
"healthUnchecked": "Not checked yet",
|
|
113
|
+
"healthUncheckedHint": "Live DNS / PTR / port 25 have not been probed yet.",
|
|
114
|
+
"deliverabilityScore": "Deliverability pack",
|
|
115
|
+
"opendkimNoReload": "OpenDKIM has no reload — use restart after key or table changes.",
|
|
116
|
+
"opendkimNoReloadTitle": "systemctl reload opendkim is not supported on this stack",
|
|
117
|
+
"healthChecklist": "Checklist {{score}}/100",
|
|
118
|
+
"healthChecklistHint": "Checklist score — live DNS / PTR / port 25 not probed yet",
|
|
119
|
+
"healthLiveHint": "Live probe score",
|
|
108
120
|
"suggestedRecords": "Suggested records",
|
|
109
121
|
"externalTodosCount": "External todos",
|
|
110
122
|
"colType": "Type",
|
|
@@ -189,7 +201,7 @@
|
|
|
189
201
|
"hourlyMsgCap": "Hourly message cap",
|
|
190
202
|
"hourlyMsgCapHint": "Global uses the minimum across domains",
|
|
191
203
|
"enableAntispam": "Enable antispam mark (Rspamd multimap)",
|
|
192
|
-
"enableAntispamDesc": "Off
|
|
204
|
+
"enableAntispamDesc": "Off keeps this domain out of the Rspamd antispam map. Write panel first, then apply to system.",
|
|
193
205
|
"writeControlOnly": "Write panel only",
|
|
194
206
|
"applyToSystemBtn": "Apply to system",
|
|
195
207
|
"dnsblResult": "DNSBL result",
|
|
@@ -314,6 +326,7 @@
|
|
|
314
326
|
"health": {
|
|
315
327
|
"dnsUnconfirmed": "DNS records (MX/SPF/DKIM) not yet confirmed",
|
|
316
328
|
"dmarcMissing": "DMARC missing — strongly recommended",
|
|
329
|
+
"dmarcUnpublished": "DMARC is generated in the panel but not published in public DNS yet",
|
|
317
330
|
"ptrBad": "PTR reverse DNS missing or incorrect — request at VPS provider",
|
|
318
331
|
"port25Blocked": "Outbound Port 25 appears blocked — request unblock or use SMTP relay",
|
|
319
332
|
"port25Unknown": "Port 25 status unknown — run connectivity check"
|
|
@@ -357,7 +370,8 @@
|
|
|
357
370
|
"postfixReloaded": "Postfix reloaded.",
|
|
358
371
|
"postfixReloadFailed": "Postfix reload failed: {{detail}}",
|
|
359
372
|
"dovecotApplied": "Wrote Dovecot TLS snippet and attempted reload.",
|
|
360
|
-
"dovecotSkipped": "Skipped Dovecot (not installed or doveconf unavailable)."
|
|
373
|
+
"dovecotSkipped": "Skipped Dovecot (not installed or doveconf unavailable).",
|
|
374
|
+
"dovecotSslOmitted": "Mail certificate is missing; wrote ssl=no so Dovecot can start without the LE files."
|
|
361
375
|
},
|
|
362
376
|
"policyApplySystemHint": "Check “apply to system” to write Postfix/Rspamd maps and reload;",
|
|
363
377
|
"rateLimitAppliedNote": "Hourly outbound rate and antispam flag applied (when system apply is on).",
|
|
@@ -396,12 +410,12 @@
|
|
|
396
410
|
"deliverabilityDesc": "PTR / DNS / port 25 checks",
|
|
397
411
|
"dnsTodosDesc": "Copy then add at your DNS host",
|
|
398
412
|
"deliverabilityHonesty": "Cannot set PTR or unlock port 25 for you",
|
|
399
|
-
"warmupSuggest": "
|
|
400
|
-
"writeSsoSkeleton": "
|
|
401
|
-
"rateLimitPerHour": "
|
|
402
|
-
"rateLimitGlobalHint": "
|
|
403
|
-
"savePolicyWritten": "
|
|
404
|
-
"dnsblMultiIp": "
|
|
413
|
+
"warmupSuggest": "Warm-up suggestions",
|
|
414
|
+
"writeSsoSkeleton": "Write Roundcube SSO skeleton",
|
|
415
|
+
"rateLimitPerHour": "Hourly message cap",
|
|
416
|
+
"rateLimitGlobalHint": "Global cap uses the lowest per-domain limit",
|
|
417
|
+
"savePolicyWritten": "Written to the control plane only",
|
|
418
|
+
"dnsblMultiIp": "Multi-IP RBL",
|
|
405
419
|
"webmailTool": "Webmail software",
|
|
406
420
|
"webmailToolRoundcube": "Roundcube (default)",
|
|
407
421
|
"webmailToolSnappy": "SnappyMail (lightweight)",
|
|
@@ -411,6 +425,9 @@
|
|
|
411
425
|
"webmailRisk": "Public webmail is risky — enable HTTPS soon.",
|
|
412
426
|
"webmailForceHttps": "Force HTTPS (Roundcube; SSL required)",
|
|
413
427
|
"reinstallWebmail": "Reinstall / upgrade",
|
|
428
|
+
"installWebmailTitle": "Create the shared webmail project (first install)",
|
|
429
|
+
"reinstallWebmailTitle": "Rebuild / upgrade the existing webmail project",
|
|
430
|
+
"reinstallNeedInstall": "Install webmail first",
|
|
414
431
|
"webmailSsoAdvanced": "Advanced · SSO plugin",
|
|
415
432
|
"tlsRoleMail": "mail (IMAP/SMTP)",
|
|
416
433
|
"tlsRoleMailHint": "Mail server hostname",
|
|
@@ -419,6 +436,7 @@
|
|
|
419
436
|
"tlsRoleApex": "Apex domain",
|
|
420
437
|
"tlsRoleApexHint": "Web / apex certificate",
|
|
421
438
|
"tlsRequestLe": "Request LE",
|
|
439
|
+
"tlsRequestLeFor": "Request LE for {{host}}",
|
|
422
440
|
"advancedToolsTitle": "Queue & clients",
|
|
423
441
|
"flushQueueConfirm": "Flush the local MTA queue? This cannot be undone.",
|
|
424
442
|
"mailSslTitleShort": "Certificates & TLS",
|
|
@@ -473,5 +491,23 @@
|
|
|
473
491
|
"mailboxEmptyTitle": "No mailboxes yet",
|
|
474
492
|
"passwordMismatch": "Passwords do not match",
|
|
475
493
|
"passwordTooShort": "Password must be at least 8 characters",
|
|
476
|
-
"mailboxUpdateNeedField": "Set a new password or change status"
|
|
494
|
+
"mailboxUpdateNeedField": "Set a new password or change status",
|
|
495
|
+
"catchallHint": "Unknown local parts go to the target mailbox. Draft until mail apply.",
|
|
496
|
+
"queueSearchPh": "Search ID, sender, or recipient…",
|
|
497
|
+
"queueId": "Queue ID",
|
|
498
|
+
"queueSender": "Sender",
|
|
499
|
+
"queueRecipients": "Recipients",
|
|
500
|
+
"queueSize": "Size",
|
|
501
|
+
"queueReason": "Reason",
|
|
502
|
+
"queueActive": "Active",
|
|
503
|
+
"queueHeld": "Held",
|
|
504
|
+
"queueDeferred": "Deferred",
|
|
505
|
+
"deleteQueueTitle": "Delete this queued message?",
|
|
506
|
+
"deleteQueueDesc": "Remove {{id}} from the local MTA queue. Needs YSK_EXECUTE.",
|
|
507
|
+
"openQueuePage": "Open mail queue",
|
|
508
|
+
"dovecotFailedHint": "Dovecot failed. Open the Software tab for the unit status.",
|
|
509
|
+
"dovecotFailedStatus": "Dovecot is {{status}}. Open the Software tab for the unit summary.",
|
|
510
|
+
"mailCertMissing": "No certificate for {{hosts}}. Issue it on the SSL page.",
|
|
511
|
+
"mailCertPresent": "A mail certificate is already issued — this is not a missing-cert problem.",
|
|
512
|
+
"webmailNeedCert": "No certificate for {{host}} — issue it on SSL before forcing HTTPS."
|
|
477
513
|
}
|
package/locales/en/errors.json
CHANGED
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"adminTotpStrict": "Admins must enable 2FA (strict). Use an enrolled account or disable strict mode.",
|
|
26
26
|
"totpReplay": "Code already used; wait for the next period",
|
|
27
27
|
"totpRequired": "A valid authentication code is required",
|
|
28
|
-
"mustEnrollTotp": "
|
|
28
|
+
"mustEnrollTotp": "Policy: enable two-factor authentication now",
|
|
29
29
|
"userNotFound": "User not found",
|
|
30
30
|
"totpSetupNeedReauth": "Enabling 2FA requires your password (or a recent step-up code)",
|
|
31
31
|
"totpBeginFirst": "Start 2FA setup first",
|
|
@@ -37,7 +37,9 @@
|
|
|
37
37
|
"sessionExpired": "Session expired; sign in again",
|
|
38
38
|
"sessionIdle": "Idle timeout; sign in again",
|
|
39
39
|
"totpNotEnabled": "2FA is not enabled",
|
|
40
|
-
"totpSecretNoDataDir": "TOTP secret is encrypted but dataDir is not set"
|
|
40
|
+
"totpSecretNoDataDir": "TOTP secret is encrypted but dataDir is not set",
|
|
41
|
+
"mustChangePassword": "You must set a new password before continuing",
|
|
42
|
+
"policyNeedsOwn2fa": "Turn on 2FA for this account and confirm with a TOTP code before requiring 2FA for others"
|
|
41
43
|
},
|
|
42
44
|
"http": {
|
|
43
45
|
"notFoundRoute": "Not found: {{method}} {{path}}",
|
|
@@ -47,7 +49,8 @@
|
|
|
47
49
|
"unprocessable": "Request rejected by server",
|
|
48
50
|
"requestFailed": "Request failed ({{status}})",
|
|
49
51
|
"jsonInvalid": "Invalid JSON",
|
|
50
|
-
"internal": "Internal error"
|
|
52
|
+
"internal": "Internal error",
|
|
53
|
+
"payloadTooLarge": "Request body is too large"
|
|
51
54
|
},
|
|
52
55
|
"YSK_HOST_BROWSE_SSRF": "Host browse blocked by security policy",
|
|
53
56
|
"YSK_HOST_BROWSE_SESSION": "Host browse session not found or expired",
|
package/locales/en/fail2ban.json
CHANGED
|
@@ -8,10 +8,10 @@
|
|
|
8
8
|
"startService": "Start service",
|
|
9
9
|
"notInstalled": "fail2ban is not installed",
|
|
10
10
|
"toolHintPrefix": "Underlying tools:",
|
|
11
|
-
"toolHintBody": "fail2ban
|
|
12
|
-
"toolHintTemp": "
|
|
13
|
-
"toolHintBody2": "
|
|
14
|
-
"toolHintUfw": "
|
|
11
|
+
"toolHintBody": "fail2ban temporarily bans after scanning logs. For attack response use",
|
|
12
|
+
"toolHintTemp": "",
|
|
13
|
+
"toolHintBody2": "",
|
|
14
|
+
"toolHintUfw": "handles ports and permanent rules.",
|
|
15
15
|
"tabs": {
|
|
16
16
|
"bans": "Ban list",
|
|
17
17
|
"whitelist": "Whitelist",
|
|
@@ -36,11 +36,15 @@
|
|
|
36
36
|
"emptyBansDesc": "Or no permission to read fail2ban-client",
|
|
37
37
|
"ignoreipTitle": "ignoreip whitelist",
|
|
38
38
|
"ignoreipDesc": "IPs never banned (panel file + optional live fail2ban-client)",
|
|
39
|
+
"whitelistEmptyWarn": "Whitelist is empty while jails can ban you. Add your login IP before applying ignoreip.",
|
|
40
|
+
"suggestIgnoreLogin": "Your login IP {{ip}}",
|
|
41
|
+
"applyIgnoreEmptyWarn": "Applying with an empty whitelist clears ignoreip",
|
|
42
|
+
"applyIgnoreNeedConfirm": "Rewrites jail ignoreip and reloads fail2ban",
|
|
39
43
|
"addIp": "Add IP",
|
|
40
44
|
"addWhitelist": "Add to whitelist",
|
|
41
45
|
"applyPolicyIgnoreip": "Apply policy (incl. ignoreip)",
|
|
42
46
|
"applyIgnoreipOk": "Wrote ignoreip into jail.local and applied",
|
|
43
|
-
"ignoreipHint": "Without
|
|
47
|
+
"ignoreipHint": "Without system-change permission only the panel file is written. Apply policy rebuilds jail.local ignoreip and reloads.",
|
|
44
48
|
"whitelistTitle": "Whitelist ({{count}})",
|
|
45
49
|
"whitelistRemoved": "Removed from whitelist",
|
|
46
50
|
"remove": "Remove",
|
|
@@ -78,5 +82,26 @@
|
|
|
78
82
|
"reload": "fail2ban reloaded",
|
|
79
83
|
"restart": "fail2ban restarted",
|
|
80
84
|
"stop": "fail2ban stopped"
|
|
81
|
-
}
|
|
85
|
+
},
|
|
86
|
+
"statWhitelist": "Whitelist",
|
|
87
|
+
"invalidIp": "Enter a valid IPv4, IPv6, or CIDR.",
|
|
88
|
+
"whitelistPendingApply": "Saved to the panel list. Press Apply policy to write jail.local.",
|
|
89
|
+
"ignoreipFile": "dataDir/fail2ban/ignoreip.txt",
|
|
90
|
+
"jailsTabHint": "Status of active jails. Turn jails on or off in the Policy tab.",
|
|
91
|
+
"colJail": "Jail",
|
|
92
|
+
"colEnabled": "On",
|
|
93
|
+
"serviceStateLine": "Unit {{unit}} · {{state}} · boot {{boot}}",
|
|
94
|
+
"jail": {
|
|
95
|
+
"sshd": "SSH brute-force",
|
|
96
|
+
"nginxHttpAuth": "Nginx HTTP authentication",
|
|
97
|
+
"nginxBotsearch": "Nginx scanner / bot probes",
|
|
98
|
+
"nginxBadbots": "Nginx known bad bots",
|
|
99
|
+
"nginxLimitReq": "Nginx rate-limit jail",
|
|
100
|
+
"postfix": "Postfix mail brute-force",
|
|
101
|
+
"dovecot": "Dovecot mail login",
|
|
102
|
+
"recidive": "Repeat offenders"
|
|
103
|
+
},
|
|
104
|
+
"cannotBanSelf": "This is the host or your login IP — add it to ignoreip instead of banning",
|
|
105
|
+
"suggestIgnoreHint": "Suggested admin IPs (panel file only until you apply policy):",
|
|
106
|
+
"suggestIgnoreAdd": "Add {{ip}}"
|
|
82
107
|
}
|
package/locales/en/files.json
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"pillFiles": "{{count}} files",
|
|
3
|
+
"pillTrash": "{{count}} in trash",
|
|
4
|
+
"pillSpace": "{{used}} used",
|
|
3
5
|
"statFiles": "Files",
|
|
4
6
|
"statFolders": "Folders",
|
|
5
7
|
"statUsage": "Usage",
|
|
@@ -58,10 +60,14 @@
|
|
|
58
60
|
"selectAllAria": "Select all",
|
|
59
61
|
"selectAll": "Select all",
|
|
60
62
|
"folder": "Folder",
|
|
63
|
+
"dirNamedLikeFile": "(folder leftover; name looks like a file)",
|
|
61
64
|
"dropToUpload": "Drop to upload",
|
|
62
65
|
"trashTitle": "Trash ({{count}})",
|
|
63
66
|
"trashDesc": "Deleted files can be restored or permanently removed",
|
|
64
67
|
"emptyTrash": "Empty trash",
|
|
68
|
+
"emptyTrashTitle": "Empty trash?",
|
|
69
|
+
"emptyTrashDesc": "Every file in trash will be permanently deleted. This cannot be undone.",
|
|
70
|
+
"purgeForeverDesc": "This file will be permanently deleted. This cannot be undone.",
|
|
65
71
|
"emptyTrashDone": "Trash emptied",
|
|
66
72
|
"colOrigPath": "Original path",
|
|
67
73
|
"colDeletedAt": "Deleted at",
|
|
@@ -89,12 +95,15 @@
|
|
|
89
95
|
"enabledMount": "Enabled · {{path}}",
|
|
90
96
|
"notEnabled": "Not enabled",
|
|
91
97
|
"disable": "Disable",
|
|
98
|
+
"webdavAlreadyOff": "WebDAV is already off",
|
|
92
99
|
"webdavDisabled": "WebDAV disabled",
|
|
93
100
|
"webdavEnabledNoEcho": "Enabled (password will not be shown again; re-issue if needed)",
|
|
94
101
|
"webdavDefaultOff": "Off by default — click Enable and issue token to start",
|
|
102
|
+
"webdavAfterEnable": "Available after you enable WebDAV and issue a token.",
|
|
95
103
|
"webdavOn": "Enabled",
|
|
96
104
|
"webdavOff": "Disabled",
|
|
97
105
|
"webdavTokenId": "Token #{{id}}",
|
|
106
|
+
"webdavTokenInactive": "Disabled — token #{{id}} is not active",
|
|
98
107
|
"webdavUpdated": "Updated {{at}}",
|
|
99
108
|
"webdavTokenOnceTitle": "Copy the password now",
|
|
100
109
|
"webdavTokenOnceHint": "This password is shown only once; it cannot be retrieved after you leave this page.",
|
|
@@ -186,6 +195,9 @@
|
|
|
186
195
|
"movedToTrash": "Moved to trash",
|
|
187
196
|
"moveToTrashTitle": "Move to trash?",
|
|
188
197
|
"moveToTrashDesc": "Delete {{count}} item(s) (restorable from trash)",
|
|
198
|
+
"deleteMore": " and {{n}} more",
|
|
199
|
+
"unshareTitle": "Revoke this share?",
|
|
200
|
+
"unshareDesc": "Revoke the link for {{name}} ({{url}}). The link stops working immediately.",
|
|
189
201
|
"preview": "Preview",
|
|
190
202
|
"imagePreviewNeedLogin": "Image preview needs login; use download instead",
|
|
191
203
|
"pdfDownloadHint": "Download PDF to open (needs auth headers)",
|
|
@@ -316,5 +328,35 @@
|
|
|
316
328
|
"publicShareBtFailed": "WebTorrent failed: {{detail}}",
|
|
317
329
|
"publicShareBtNeedMagnet": "No magnet URI for this share",
|
|
318
330
|
"publicShareBtUnsupported": "This browser cannot run WebTorrent; use magnet or .torrent instead",
|
|
319
|
-
"btNone": "—"
|
|
331
|
+
"btNone": "—",
|
|
332
|
+
"uploadStatusSkipped": "Skipped",
|
|
333
|
+
"uploadStatusCancelled": "Cancelled",
|
|
334
|
+
"conflict": {
|
|
335
|
+
"titleFile": "An item named “{{name}}” already exists",
|
|
336
|
+
"titleFolder": "A folder named “{{name}}” already exists",
|
|
337
|
+
"descFile": "Choose what to do. Nothing is overwritten until you pick Replace.",
|
|
338
|
+
"descFolder": "Choose what to do. Merge keeps the existing folder and continues with its contents.",
|
|
339
|
+
"incoming": "Incoming",
|
|
340
|
+
"existing": "Already here",
|
|
341
|
+
"kindFile": "File",
|
|
342
|
+
"kindFolder": "Folder",
|
|
343
|
+
"skip": "Skip",
|
|
344
|
+
"skipHint": "Do not add this item",
|
|
345
|
+
"keepBoth": "Keep both",
|
|
346
|
+
"keepBothHint": "Save incoming as {{name}}",
|
|
347
|
+
"replace": "Replace",
|
|
348
|
+
"replaceHint": "Overwrite the existing file. A version snapshot is kept when possible.",
|
|
349
|
+
"replaceFolderHint": "Overwrite files with the same names inside this folder. Other files stay.",
|
|
350
|
+
"merge": "Merge",
|
|
351
|
+
"mergeHint": "Keep the existing folder and add incoming files into it",
|
|
352
|
+
"applyAll": "Apply to all remaining conflicts",
|
|
353
|
+
"applyAllHint": "Use this action for the rest of this drop or transfer",
|
|
354
|
+
"cancelRest": "Cancel remaining",
|
|
355
|
+
"progress": "{{current}} of {{total}}",
|
|
356
|
+
"typeMismatch": "A {{destKind}} named “{{name}}” is already here. Incoming is a {{incomingKind}}.",
|
|
357
|
+
"skipped": "Skipped",
|
|
358
|
+
"cancelled": "Cancelled"
|
|
359
|
+
},
|
|
360
|
+
"webdavReissueUnchanged": "Token id did not change after re-issue — the write may not have persisted. Try again.",
|
|
361
|
+
"webdavDisableFailed": "WebDAV is still enabled after disable — the write may not have persisted. Try again."
|
|
320
362
|
}
|
package/locales/en/firewall.json
CHANGED
|
@@ -20,6 +20,8 @@
|
|
|
20
20
|
"statAllow": "Allow",
|
|
21
21
|
"statDeny": "Deny",
|
|
22
22
|
"statDefaultIn": "Default incoming",
|
|
23
|
+
"defaultNotApplied": "n/a (UFW off)",
|
|
24
|
+
"ufwOffHint": "Default incoming is not applied while UFW is off",
|
|
23
25
|
"executeOn": "On",
|
|
24
26
|
"executeOff": "Off",
|
|
25
27
|
"ufwDisabled": "UFW disabled",
|
|
@@ -29,6 +31,7 @@
|
|
|
29
31
|
"notInstalled": "UFW is not installed",
|
|
30
32
|
"toolHintPrefix": "Underlying tools:",
|
|
31
33
|
"toolHintBody": "UFW = ports / permanent rules · for attack response and auto-ban use",
|
|
34
|
+
"toolHintfail2ban": "fail2ban = temporary log-based bans",
|
|
32
35
|
"toolHintFail2ban": "fail2ban = temporary log-based bans",
|
|
33
36
|
"executeOffHint": "System changes off — status is readable;",
|
|
34
37
|
"tabs": {
|
|
@@ -89,6 +92,7 @@
|
|
|
89
92
|
"deleteRuleDesc": "Removes that UFW rule number (needs system-change permission).",
|
|
90
93
|
"servicesTitle": "Managed services",
|
|
91
94
|
"servicesHint": "Desired network exposure for YSK services. Opening a service syncs these rules automatically.",
|
|
95
|
+
"servicesUfwOff": "UFW is off. This list is the desired exposure, not rules the host is enforcing.",
|
|
92
96
|
"servicesEmpty": "No service exposure data yet",
|
|
93
97
|
"servicesEmptyDesc": "Start a managed service (web, FTPS, VPN, DB…) to populate this list.",
|
|
94
98
|
"servicesManualHint": "Manual port chips are under the Ports tab — prefer managing access here so rules stay tagged (ysk-svc).",
|
|
@@ -98,5 +102,10 @@
|
|
|
98
102
|
"colPorts": "Ports",
|
|
99
103
|
"colSync": "Status",
|
|
100
104
|
"synced": "Synced",
|
|
101
|
-
"syncNow": "Sync"
|
|
105
|
+
"syncNow": "Sync",
|
|
106
|
+
"disableConfirmTitle": "Disable UFW?",
|
|
107
|
+
"disableConfirmDesc": "The host firewall will stop filtering traffic. SSH and the panel can be exposed if the host is on a public network.",
|
|
108
|
+
"disableConfirmConsequence": "Existing allow/deny rules stay stored but are not enforced until UFW is enabled again.",
|
|
109
|
+
"desiredOnlyUfwOff": "Desired: {{mode}} · UFW off (not applied)",
|
|
110
|
+
"syncNotApplied": "UFW off · not applied"
|
|
102
111
|
}
|