ysk-server-shared 1.0.0 → 1.1.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +21 -6
- package/dist/browser.d.ts +1 -0
- package/dist/browser.d.ts.map +1 -1
- package/dist/browser.js +1 -0
- package/dist/browser.js.map +1 -1
- package/dist/bt-tracker.d.ts +56 -0
- package/dist/bt-tracker.d.ts.map +1 -1
- package/dist/bt-tracker.js +1 -0
- package/dist/bt-tracker.js.map +1 -1
- package/dist/capabilities.d.ts +1 -1
- package/dist/capabilities.d.ts.map +1 -1
- package/dist/capabilities.js +6 -0
- package/dist/capabilities.js.map +1 -1
- package/dist/cdn.d.ts +2 -0
- package/dist/cdn.d.ts.map +1 -1
- package/dist/databases.d.ts +2 -0
- package/dist/databases.d.ts.map +1 -1
- package/dist/docker.d.ts +134 -0
- package/dist/docker.d.ts.map +1 -0
- package/dist/docker.js +94 -0
- package/dist/docker.js.map +1 -0
- package/dist/dto.d.ts +10 -1
- package/dist/dto.d.ts.map +1 -1
- package/dist/email-domain.d.ts +7 -0
- package/dist/email-domain.d.ts.map +1 -1
- package/dist/files.d.ts +18 -0
- package/dist/files.d.ts.map +1 -1
- package/dist/files.js +35 -1
- package/dist/files.js.map +1 -1
- package/dist/ftp.d.ts +9 -0
- package/dist/ftp.d.ts.map +1 -1
- package/dist/index.d.ts +2 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +2 -0
- package/dist/index.js.map +1 -1
- package/dist/migrate.d.ts +7 -0
- package/dist/migrate.d.ts.map +1 -1
- package/dist/migrate.js.map +1 -1
- package/dist/route-capabilities.d.ts +16 -0
- package/dist/route-capabilities.d.ts.map +1 -1
- package/dist/route-capabilities.js +142 -4
- package/dist/route-capabilities.js.map +1 -1
- package/dist/system.d.ts +4 -0
- package/dist/system.d.ts.map +1 -1
- package/dist/validators.d.ts +178 -0
- package/dist/validators.d.ts.map +1 -0
- package/dist/validators.js +121 -0
- package/dist/validators.js.map +1 -0
- package/locales/ar/agents.json +17 -2
- package/locales/ar/apache.json +7 -1
- package/locales/ar/audit.json +4 -1
- package/locales/ar/backups.json +36 -1
- package/locales/ar/btTracker.json +121 -39
- package/locales/ar/catalog.json +8 -8
- package/locales/ar/cdn.json +89 -1
- package/locales/ar/cli.json +4 -4
- package/locales/ar/common.json +9 -1
- package/locales/ar/cron.json +33 -1
- package/locales/ar/dashboard.json +24 -3
- package/locales/ar/db.json +75 -3
- package/locales/ar/dns.json +23 -1
- package/locales/ar/docker.json +248 -0
- package/locales/ar/email.json +50 -11
- package/locales/ar/errors.json +5 -2
- package/locales/ar/fail2ban.json +38 -13
- package/locales/ar/files.json +53 -10
- package/locales/ar/firewall.json +19 -10
- package/locales/ar/ftp.json +32 -1
- package/locales/ar/hostBrowse.json +37 -15
- package/locales/ar/listToolbar.json +2 -1
- package/locales/ar/login.json +12 -7
- package/locales/ar/logs.json +31 -2
- package/locales/ar/metrics.json +36 -1
- package/locales/ar/migrate.json +27 -1
- package/locales/ar/nav.json +11 -4
- package/locales/ar/network.json +27 -2
- package/locales/ar/nginx.json +4 -1
- package/locales/ar/notFound.json +6 -0
- package/locales/ar/notes.json +252 -64
- package/locales/ar/playbooks.json +1 -1
- package/locales/ar/projects.json +134 -12
- package/locales/ar/protection.json +72 -8
- package/locales/ar/publicFiles.json +18 -1
- package/locales/ar/rbac.json +15 -2
- package/locales/ar/readiness.json +33 -2
- package/locales/ar/redis.json +24 -1
- package/locales/ar/runtime.json +49 -2
- package/locales/ar/search.json +14 -10
- package/locales/ar/security.json +68 -7
- package/locales/ar/serviceExposure.json +18 -6
- package/locales/ar/services.json +69 -3
- package/locales/ar/software.json +2 -1
- package/locales/ar/softwareLifecycle.json +12 -2
- package/locales/ar/ssl.json +12 -1
- package/locales/ar/stackWizard.json +9 -2
- package/locales/ar/support.json +33 -17
- package/locales/ar/system.json +31 -2
- package/locales/ar/systemd.json +3 -1
- package/locales/ar/terminal.json +9 -1
- package/locales/ar/translation.json +2422 -302
- package/locales/ar/updates.json +76 -3
- package/locales/ar/users.json +19 -1
- package/locales/ar/validators.json +325 -0
- package/locales/ar/vnc.json +17 -1
- package/locales/ar/vpn.json +18 -3
- package/locales/bn/agents.json +17 -2
- package/locales/bn/apache.json +7 -1
- package/locales/bn/audit.json +4 -1
- package/locales/bn/backups.json +36 -1
- package/locales/bn/btTracker.json +121 -39
- package/locales/bn/catalog.json +5 -5
- package/locales/bn/cdn.json +89 -1
- package/locales/bn/cli.json +2 -2
- package/locales/bn/common.json +9 -1
- package/locales/bn/cron.json +33 -1
- package/locales/bn/dashboard.json +24 -3
- package/locales/bn/db.json +75 -3
- package/locales/bn/dns.json +23 -1
- package/locales/bn/docker.json +248 -0
- package/locales/bn/email.json +49 -10
- package/locales/bn/errors.json +5 -2
- package/locales/bn/fail2ban.json +26 -1
- package/locales/bn/files.json +53 -10
- package/locales/bn/firewall.json +17 -8
- package/locales/bn/ftp.json +32 -1
- package/locales/bn/hostBrowse.json +37 -15
- package/locales/bn/listToolbar.json +2 -1
- package/locales/bn/login.json +13 -8
- package/locales/bn/logs.json +31 -2
- package/locales/bn/metrics.json +36 -1
- package/locales/bn/migrate.json +27 -1
- package/locales/bn/nav.json +10 -3
- package/locales/bn/network.json +27 -2
- package/locales/bn/nginx.json +4 -1
- package/locales/bn/notFound.json +6 -0
- package/locales/bn/notes.json +222 -34
- package/locales/bn/projects.json +133 -11
- package/locales/bn/protection.json +66 -2
- package/locales/bn/publicFiles.json +18 -1
- package/locales/bn/rbac.json +15 -2
- package/locales/bn/readiness.json +32 -1
- package/locales/bn/redis.json +24 -1
- package/locales/bn/runtime.json +49 -2
- package/locales/bn/search.json +13 -9
- package/locales/bn/security.json +68 -7
- package/locales/bn/serviceExposure.json +18 -6
- package/locales/bn/services.json +68 -2
- package/locales/bn/software.json +2 -1
- package/locales/bn/softwareLifecycle.json +12 -2
- package/locales/bn/ssl.json +12 -1
- package/locales/bn/stackWizard.json +9 -2
- package/locales/bn/support.json +38 -22
- package/locales/bn/system.json +31 -2
- package/locales/bn/systemd.json +3 -1
- package/locales/bn/terminal.json +9 -1
- package/locales/bn/translation.json +2366 -246
- package/locales/bn/updates.json +76 -3
- package/locales/bn/users.json +19 -1
- package/locales/bn/validators.json +325 -0
- package/locales/bn/vnc.json +17 -1
- package/locales/bn/vpn.json +18 -3
- package/locales/en/agents.json +20 -5
- package/locales/en/apache.json +6 -0
- package/locales/en/audit.json +4 -1
- package/locales/en/backups.json +39 -4
- package/locales/en/btTracker.json +85 -3
- package/locales/en/cdn.json +104 -2
- package/locales/en/cli.json +7 -7
- package/locales/en/common.json +9 -1
- package/locales/en/cron.json +33 -1
- package/locales/en/dashboard.json +28 -7
- package/locales/en/db.json +81 -8
- package/locales/en/dns.json +23 -1
- package/locales/en/docker.json +248 -0
- package/locales/en/email.json +50 -11
- package/locales/en/errors.json +6 -3
- package/locales/en/fail2ban.json +31 -6
- package/locales/en/files.json +44 -1
- package/locales/en/firewall.json +10 -1
- package/locales/en/ftp.json +34 -3
- package/locales/en/hostBrowse.json +24 -2
- package/locales/en/listToolbar.json +2 -1
- package/locales/en/login.json +6 -1
- package/locales/en/logs.json +33 -4
- package/locales/en/metrics.json +37 -2
- package/locales/en/migrate.json +27 -1
- package/locales/en/nav.json +9 -2
- package/locales/en/network.json +27 -2
- package/locales/en/nginx.json +4 -1
- package/locales/en/notFound.json +6 -0
- package/locales/en/notes.json +233 -42
- package/locales/en/projects.json +133 -11
- package/locales/en/protection.json +68 -3
- package/locales/en/publicFiles.json +18 -1
- package/locales/en/rbac.json +15 -2
- package/locales/en/readiness.json +30 -1
- package/locales/en/redis.json +24 -1
- package/locales/en/runtime.json +51 -3
- package/locales/en/search.json +4 -0
- package/locales/en/security.json +70 -9
- package/locales/en/serviceExposure.json +13 -1
- package/locales/en/services.json +68 -2
- package/locales/en/software.json +2 -1
- package/locales/en/softwareLifecycle.json +11 -1
- package/locales/en/ssl.json +12 -1
- package/locales/en/stackWizard.json +9 -2
- package/locales/en/support.json +17 -1
- package/locales/en/system.json +36 -7
- package/locales/en/systemd.json +2 -0
- package/locales/en/terminal.json +10 -2
- package/locales/en/translation.json +2312 -192
- package/locales/en/updates.json +50 -4
- package/locales/en/users.json +20 -1
- package/locales/en/validators.json +325 -0
- package/locales/en/vnc.json +23 -7
- package/locales/en/vpn.json +17 -2
- package/locales/es/agents.json +17 -2
- package/locales/es/apache.json +7 -1
- package/locales/es/audit.json +4 -1
- package/locales/es/backups.json +36 -1
- package/locales/es/btTracker.json +119 -37
- package/locales/es/catalog.json +6 -6
- package/locales/es/cdn.json +89 -1
- package/locales/es/cli.json +2 -2
- package/locales/es/common.json +9 -1
- package/locales/es/cron.json +33 -1
- package/locales/es/dashboard.json +24 -3
- package/locales/es/db.json +75 -3
- package/locales/es/dns.json +23 -1
- package/locales/es/docker.json +248 -0
- package/locales/es/email.json +49 -10
- package/locales/es/errors.json +5 -2
- package/locales/es/fail2ban.json +26 -1
- package/locales/es/files.json +52 -9
- package/locales/es/firewall.json +17 -8
- package/locales/es/ftp.json +32 -1
- package/locales/es/hostBrowse.json +35 -13
- package/locales/es/listToolbar.json +2 -1
- package/locales/es/login.json +12 -7
- package/locales/es/logs.json +31 -2
- package/locales/es/metrics.json +36 -1
- package/locales/es/migrate.json +27 -1
- package/locales/es/nav.json +11 -4
- package/locales/es/network.json +27 -2
- package/locales/es/nginx.json +4 -1
- package/locales/es/notFound.json +6 -0
- package/locales/es/notes.json +229 -41
- package/locales/es/projects.json +133 -11
- package/locales/es/protection.json +66 -2
- package/locales/es/publicFiles.json +18 -1
- package/locales/es/rbac.json +15 -2
- package/locales/es/readiness.json +32 -1
- package/locales/es/redis.json +24 -1
- package/locales/es/runtime.json +49 -2
- package/locales/es/search.json +13 -9
- package/locales/es/security.json +68 -7
- package/locales/es/serviceExposure.json +18 -6
- package/locales/es/services.json +68 -2
- package/locales/es/software.json +2 -1
- package/locales/es/softwareLifecycle.json +12 -2
- package/locales/es/ssl.json +12 -1
- package/locales/es/stackWizard.json +9 -2
- package/locales/es/support.json +37 -21
- package/locales/es/system.json +31 -2
- package/locales/es/systemd.json +3 -1
- package/locales/es/terminal.json +9 -1
- package/locales/es/translation.json +2368 -248
- package/locales/es/updates.json +76 -3
- package/locales/es/users.json +19 -1
- package/locales/es/validators.json +325 -0
- package/locales/es/vnc.json +17 -1
- package/locales/es/vpn.json +18 -3
- package/locales/fr/agents.json +17 -2
- package/locales/fr/apache.json +7 -1
- package/locales/fr/audit.json +4 -1
- package/locales/fr/backups.json +36 -1
- package/locales/fr/btTracker.json +118 -36
- package/locales/fr/catalog.json +6 -6
- package/locales/fr/cdn.json +89 -1
- package/locales/fr/cli.json +3 -3
- package/locales/fr/common.json +9 -1
- package/locales/fr/cron.json +33 -1
- package/locales/fr/dashboard.json +24 -3
- package/locales/fr/db.json +75 -3
- package/locales/fr/dns.json +23 -1
- package/locales/fr/docker.json +248 -0
- package/locales/fr/email.json +47 -8
- package/locales/fr/errors.json +5 -2
- package/locales/fr/fail2ban.json +27 -2
- package/locales/fr/files.json +52 -9
- package/locales/fr/firewall.json +13 -4
- package/locales/fr/ftp.json +32 -1
- package/locales/fr/hostBrowse.json +34 -12
- package/locales/fr/listToolbar.json +2 -1
- package/locales/fr/login.json +11 -6
- package/locales/fr/logs.json +31 -2
- package/locales/fr/metrics.json +36 -1
- package/locales/fr/migrate.json +27 -1
- package/locales/fr/nav.json +11 -4
- package/locales/fr/network.json +27 -2
- package/locales/fr/nginx.json +4 -1
- package/locales/fr/notFound.json +6 -0
- package/locales/fr/notes.json +225 -37
- package/locales/fr/projects.json +131 -9
- package/locales/fr/protection.json +66 -2
- package/locales/fr/publicFiles.json +18 -1
- package/locales/fr/rbac.json +15 -2
- package/locales/fr/readiness.json +32 -1
- package/locales/fr/redis.json +25 -2
- package/locales/fr/runtime.json +49 -2
- package/locales/fr/search.json +11 -7
- package/locales/fr/security.json +68 -7
- package/locales/fr/serviceExposure.json +17 -5
- package/locales/fr/services.json +68 -2
- package/locales/fr/software.json +2 -1
- package/locales/fr/softwareLifecycle.json +12 -2
- package/locales/fr/ssl.json +12 -1
- package/locales/fr/stackWizard.json +9 -2
- package/locales/fr/support.json +37 -21
- package/locales/fr/system.json +31 -2
- package/locales/fr/systemd.json +3 -1
- package/locales/fr/terminal.json +9 -1
- package/locales/fr/translation.json +2352 -232
- package/locales/fr/updates.json +76 -3
- package/locales/fr/users.json +19 -1
- package/locales/fr/validators.json +325 -0
- package/locales/fr/vnc.json +17 -1
- package/locales/fr/vpn.json +17 -2
- package/locales/hi/agents.json +17 -2
- package/locales/hi/apache.json +7 -1
- package/locales/hi/audit.json +4 -1
- package/locales/hi/backups.json +36 -1
- package/locales/hi/btTracker.json +121 -39
- package/locales/hi/catalog.json +7 -7
- package/locales/hi/cdn.json +89 -1
- package/locales/hi/cli.json +1 -1
- package/locales/hi/common.json +9 -1
- package/locales/hi/cron.json +33 -1
- package/locales/hi/dashboard.json +24 -3
- package/locales/hi/db.json +75 -3
- package/locales/hi/dns.json +23 -1
- package/locales/hi/docker.json +248 -0
- package/locales/hi/email.json +49 -10
- package/locales/hi/errors.json +5 -2
- package/locales/hi/fail2ban.json +29 -4
- package/locales/hi/files.json +53 -10
- package/locales/hi/firewall.json +17 -8
- package/locales/hi/ftp.json +32 -1
- package/locales/hi/hostBrowse.json +37 -15
- package/locales/hi/listToolbar.json +2 -1
- package/locales/hi/login.json +13 -8
- package/locales/hi/logs.json +31 -2
- package/locales/hi/metrics.json +36 -1
- package/locales/hi/migrate.json +27 -1
- package/locales/hi/nav.json +11 -4
- package/locales/hi/network.json +27 -2
- package/locales/hi/nginx.json +4 -1
- package/locales/hi/notFound.json +6 -0
- package/locales/hi/notes.json +227 -39
- package/locales/hi/projects.json +134 -12
- package/locales/hi/protection.json +67 -3
- package/locales/hi/publicFiles.json +18 -1
- package/locales/hi/rbac.json +16 -3
- package/locales/hi/readiness.json +32 -1
- package/locales/hi/redis.json +24 -1
- package/locales/hi/runtime.json +49 -2
- package/locales/hi/search.json +14 -10
- package/locales/hi/security.json +68 -7
- package/locales/hi/serviceExposure.json +18 -6
- package/locales/hi/services.json +68 -2
- package/locales/hi/software.json +2 -1
- package/locales/hi/softwareLifecycle.json +12 -2
- package/locales/hi/ssl.json +12 -1
- package/locales/hi/stackWizard.json +9 -2
- package/locales/hi/support.json +36 -20
- package/locales/hi/system.json +31 -2
- package/locales/hi/systemd.json +3 -1
- package/locales/hi/terminal.json +9 -1
- package/locales/hi/translation.json +2379 -259
- package/locales/hi/updates.json +76 -3
- package/locales/hi/users.json +19 -1
- package/locales/hi/validators.json +325 -0
- package/locales/hi/vnc.json +17 -1
- package/locales/hi/vpn.json +19 -4
- package/locales/id/agents.json +17 -2
- package/locales/id/apache.json +7 -1
- package/locales/id/audit.json +4 -1
- package/locales/id/backups.json +36 -1
- package/locales/id/btTracker.json +119 -37
- package/locales/id/catalog.json +6 -6
- package/locales/id/cdn.json +89 -1
- package/locales/id/cli.json +2 -2
- package/locales/id/common.json +9 -1
- package/locales/id/cron.json +33 -1
- package/locales/id/dashboard.json +24 -3
- package/locales/id/db.json +75 -3
- package/locales/id/dns.json +23 -1
- package/locales/id/docker.json +248 -0
- package/locales/id/email.json +49 -10
- package/locales/id/errors.json +5 -2
- package/locales/id/fail2ban.json +26 -1
- package/locales/id/files.json +52 -9
- package/locales/id/firewall.json +15 -6
- package/locales/id/ftp.json +32 -1
- package/locales/id/hostBrowse.json +35 -13
- package/locales/id/listToolbar.json +2 -1
- package/locales/id/login.json +13 -8
- package/locales/id/logs.json +31 -2
- package/locales/id/metrics.json +36 -1
- package/locales/id/migrate.json +27 -1
- package/locales/id/nav.json +10 -3
- package/locales/id/network.json +27 -2
- package/locales/id/nginx.json +4 -1
- package/locales/id/notFound.json +6 -0
- package/locales/id/notes.json +224 -36
- package/locales/id/projects.json +132 -10
- package/locales/id/protection.json +66 -2
- package/locales/id/publicFiles.json +18 -1
- package/locales/id/rbac.json +15 -2
- package/locales/id/readiness.json +32 -1
- package/locales/id/redis.json +24 -1
- package/locales/id/runtime.json +49 -2
- package/locales/id/search.json +13 -9
- package/locales/id/security.json +67 -6
- package/locales/id/serviceExposure.json +18 -6
- package/locales/id/services.json +68 -2
- package/locales/id/software.json +2 -1
- package/locales/id/softwareLifecycle.json +12 -2
- package/locales/id/ssl.json +12 -1
- package/locales/id/stackWizard.json +9 -2
- package/locales/id/support.json +36 -20
- package/locales/id/system.json +31 -2
- package/locales/id/systemd.json +3 -1
- package/locales/id/terminal.json +9 -1
- package/locales/id/translation.json +2358 -238
- package/locales/id/updates.json +76 -3
- package/locales/id/users.json +19 -1
- package/locales/id/validators.json +325 -0
- package/locales/id/vnc.json +17 -1
- package/locales/id/vpn.json +18 -3
- package/locales/ja/agents.json +17 -2
- package/locales/ja/apache.json +7 -1
- package/locales/ja/audit.json +4 -1
- package/locales/ja/backups.json +36 -1
- package/locales/ja/btTracker.json +121 -39
- package/locales/ja/catalog.json +10 -10
- package/locales/ja/cdn.json +89 -1
- package/locales/ja/cli.json +3 -3
- package/locales/ja/common.json +9 -1
- package/locales/ja/cron.json +33 -1
- package/locales/ja/dashboard.json +24 -3
- package/locales/ja/db.json +75 -3
- package/locales/ja/dns.json +23 -1
- package/locales/ja/docker.json +248 -0
- package/locales/ja/email.json +49 -10
- package/locales/ja/errors.json +5 -2
- package/locales/ja/fail2ban.json +26 -1
- package/locales/ja/files.json +52 -9
- package/locales/ja/firewall.json +17 -8
- package/locales/ja/ftp.json +32 -1
- package/locales/ja/hostBrowse.json +37 -15
- package/locales/ja/listToolbar.json +2 -1
- package/locales/ja/login.json +11 -6
- package/locales/ja/logs.json +31 -2
- package/locales/ja/metrics.json +36 -1
- package/locales/ja/migrate.json +27 -1
- package/locales/ja/nav.json +13 -6
- package/locales/ja/network.json +28 -3
- package/locales/ja/nginx.json +4 -1
- package/locales/ja/notFound.json +6 -0
- package/locales/ja/notes.json +233 -45
- package/locales/ja/projects.json +133 -11
- package/locales/ja/protection.json +66 -2
- package/locales/ja/publicFiles.json +18 -1
- package/locales/ja/rbac.json +15 -2
- package/locales/ja/readiness.json +32 -1
- package/locales/ja/redis.json +24 -1
- package/locales/ja/runtime.json +50 -3
- package/locales/ja/search.json +12 -8
- package/locales/ja/security.json +68 -7
- package/locales/ja/serviceExposure.json +18 -6
- package/locales/ja/services.json +68 -2
- package/locales/ja/software.json +2 -1
- package/locales/ja/softwareLifecycle.json +12 -2
- package/locales/ja/ssl.json +12 -1
- package/locales/ja/stackWizard.json +9 -2
- package/locales/ja/support.json +38 -22
- package/locales/ja/system.json +31 -2
- package/locales/ja/systemd.json +3 -1
- package/locales/ja/terminal.json +9 -1
- package/locales/ja/translation.json +2385 -265
- package/locales/ja/updates.json +76 -3
- package/locales/ja/users.json +19 -1
- package/locales/ja/validators.json +325 -0
- package/locales/ja/vnc.json +17 -1
- package/locales/ja/vpn.json +18 -3
- package/locales/ko/agents.json +17 -2
- package/locales/ko/apache.json +7 -1
- package/locales/ko/audit.json +4 -1
- package/locales/ko/backups.json +36 -1
- package/locales/ko/btTracker.json +121 -39
- package/locales/ko/catalog.json +8 -8
- package/locales/ko/cdn.json +89 -1
- package/locales/ko/cli.json +2 -2
- package/locales/ko/common.json +9 -1
- package/locales/ko/cron.json +33 -1
- package/locales/ko/dashboard.json +24 -3
- package/locales/ko/db.json +75 -3
- package/locales/ko/dns.json +23 -1
- package/locales/ko/docker.json +248 -0
- package/locales/ko/email.json +49 -10
- package/locales/ko/errors.json +5 -2
- package/locales/ko/fail2ban.json +37 -12
- package/locales/ko/files.json +52 -9
- package/locales/ko/firewall.json +18 -9
- package/locales/ko/ftp.json +32 -1
- package/locales/ko/hostBrowse.json +37 -15
- package/locales/ko/listToolbar.json +2 -1
- package/locales/ko/login.json +10 -5
- package/locales/ko/logs.json +31 -2
- package/locales/ko/metrics.json +36 -1
- package/locales/ko/migrate.json +27 -1
- package/locales/ko/nav.json +11 -4
- package/locales/ko/network.json +27 -2
- package/locales/ko/nginx.json +4 -1
- package/locales/ko/notFound.json +6 -0
- package/locales/ko/notes.json +243 -55
- package/locales/ko/playbooks.json +1 -1
- package/locales/ko/projects.json +134 -12
- package/locales/ko/protection.json +69 -5
- package/locales/ko/publicFiles.json +18 -1
- package/locales/ko/rbac.json +15 -2
- package/locales/ko/readiness.json +33 -2
- package/locales/ko/redis.json +24 -1
- package/locales/ko/runtime.json +49 -2
- package/locales/ko/search.json +13 -9
- package/locales/ko/security.json +68 -7
- package/locales/ko/serviceExposure.json +18 -6
- package/locales/ko/services.json +68 -2
- package/locales/ko/software.json +2 -1
- package/locales/ko/softwareLifecycle.json +12 -2
- package/locales/ko/ssl.json +12 -1
- package/locales/ko/stackWizard.json +9 -2
- package/locales/ko/support.json +36 -20
- package/locales/ko/system.json +31 -2
- package/locales/ko/systemd.json +3 -1
- package/locales/ko/terminal.json +9 -1
- package/locales/ko/translation.json +2404 -284
- package/locales/ko/updates.json +76 -3
- package/locales/ko/users.json +19 -1
- package/locales/ko/validators.json +325 -0
- package/locales/ko/vnc.json +17 -1
- package/locales/ko/vpn.json +19 -4
- package/locales/pt/agents.json +17 -2
- package/locales/pt/apache.json +7 -1
- package/locales/pt/audit.json +4 -1
- package/locales/pt/backups.json +36 -1
- package/locales/pt/btTracker.json +119 -37
- package/locales/pt/catalog.json +4 -4
- package/locales/pt/cdn.json +89 -1
- package/locales/pt/cli.json +2 -2
- package/locales/pt/common.json +9 -1
- package/locales/pt/cron.json +33 -1
- package/locales/pt/dashboard.json +24 -3
- package/locales/pt/db.json +75 -3
- package/locales/pt/dns.json +23 -1
- package/locales/pt/docker.json +248 -0
- package/locales/pt/email.json +49 -10
- package/locales/pt/errors.json +5 -2
- package/locales/pt/fail2ban.json +26 -1
- package/locales/pt/files.json +52 -9
- package/locales/pt/firewall.json +16 -7
- package/locales/pt/ftp.json +32 -1
- package/locales/pt/hostBrowse.json +37 -15
- package/locales/pt/listToolbar.json +2 -1
- package/locales/pt/login.json +14 -9
- package/locales/pt/logs.json +31 -2
- package/locales/pt/metrics.json +36 -1
- package/locales/pt/migrate.json +27 -1
- package/locales/pt/nav.json +10 -3
- package/locales/pt/network.json +27 -2
- package/locales/pt/nginx.json +4 -1
- package/locales/pt/notFound.json +6 -0
- package/locales/pt/notes.json +226 -38
- package/locales/pt/projects.json +131 -9
- package/locales/pt/protection.json +66 -2
- package/locales/pt/publicFiles.json +18 -1
- package/locales/pt/rbac.json +15 -2
- package/locales/pt/readiness.json +32 -1
- package/locales/pt/redis.json +24 -1
- package/locales/pt/runtime.json +49 -2
- package/locales/pt/search.json +11 -7
- package/locales/pt/security.json +68 -7
- package/locales/pt/serviceExposure.json +17 -5
- package/locales/pt/services.json +68 -2
- package/locales/pt/software.json +2 -1
- package/locales/pt/softwareLifecycle.json +12 -2
- package/locales/pt/ssl.json +12 -1
- package/locales/pt/stackWizard.json +9 -2
- package/locales/pt/support.json +36 -20
- package/locales/pt/system.json +31 -2
- package/locales/pt/systemd.json +3 -1
- package/locales/pt/terminal.json +9 -1
- package/locales/pt/translation.json +2358 -238
- package/locales/pt/updates.json +76 -3
- package/locales/pt/users.json +19 -1
- package/locales/pt/validators.json +325 -0
- package/locales/pt/vnc.json +17 -1
- package/locales/pt/vpn.json +17 -2
- package/locales/ur/agents.json +17 -2
- package/locales/ur/apache.json +7 -1
- package/locales/ur/audit.json +4 -1
- package/locales/ur/backups.json +36 -1
- package/locales/ur/btTracker.json +121 -39
- package/locales/ur/catalog.json +6 -6
- package/locales/ur/cdn.json +89 -1
- package/locales/ur/cli.json +2 -2
- package/locales/ur/common.json +9 -1
- package/locales/ur/cron.json +33 -1
- package/locales/ur/dashboard.json +24 -3
- package/locales/ur/db.json +75 -3
- package/locales/ur/dns.json +23 -1
- package/locales/ur/docker.json +248 -0
- package/locales/ur/email.json +49 -10
- package/locales/ur/errors.json +5 -2
- package/locales/ur/fail2ban.json +26 -1
- package/locales/ur/files.json +53 -10
- package/locales/ur/firewall.json +17 -8
- package/locales/ur/ftp.json +32 -1
- package/locales/ur/hostBrowse.json +37 -15
- package/locales/ur/listToolbar.json +2 -1
- package/locales/ur/login.json +13 -8
- package/locales/ur/logs.json +31 -2
- package/locales/ur/metrics.json +36 -1
- package/locales/ur/migrate.json +27 -1
- package/locales/ur/nav.json +10 -3
- package/locales/ur/network.json +27 -2
- package/locales/ur/nginx.json +4 -1
- package/locales/ur/notFound.json +6 -0
- package/locales/ur/notes.json +222 -34
- package/locales/ur/projects.json +133 -11
- package/locales/ur/protection.json +66 -2
- package/locales/ur/publicFiles.json +18 -1
- package/locales/ur/rbac.json +15 -2
- package/locales/ur/readiness.json +32 -1
- package/locales/ur/redis.json +24 -1
- package/locales/ur/runtime.json +49 -2
- package/locales/ur/search.json +13 -9
- package/locales/ur/security.json +68 -7
- package/locales/ur/serviceExposure.json +18 -6
- package/locales/ur/services.json +68 -2
- package/locales/ur/software.json +2 -1
- package/locales/ur/softwareLifecycle.json +12 -2
- package/locales/ur/ssl.json +12 -1
- package/locales/ur/stackWizard.json +9 -2
- package/locales/ur/support.json +37 -21
- package/locales/ur/system.json +31 -2
- package/locales/ur/systemd.json +3 -1
- package/locales/ur/terminal.json +9 -1
- package/locales/ur/translation.json +2367 -247
- package/locales/ur/updates.json +76 -3
- package/locales/ur/users.json +19 -1
- package/locales/ur/validators.json +325 -0
- package/locales/ur/vnc.json +17 -1
- package/locales/ur/vpn.json +19 -4
- package/locales/zh-CN/agents.json +17 -2
- package/locales/zh-CN/apache.json +8 -2
- package/locales/zh-CN/audit.json +4 -1
- package/locales/zh-CN/backups.json +36 -1
- package/locales/zh-CN/btTracker.json +85 -3
- package/locales/zh-CN/catalog.json +2 -2
- package/locales/zh-CN/cdn.json +89 -1
- package/locales/zh-CN/cli.json +5 -5
- package/locales/zh-CN/common.json +9 -1
- package/locales/zh-CN/cron.json +33 -1
- package/locales/zh-CN/dashboard.json +25 -4
- package/locales/zh-CN/db.json +76 -4
- package/locales/zh-CN/dns.json +23 -1
- package/locales/zh-CN/docker.json +248 -0
- package/locales/zh-CN/email.json +49 -10
- package/locales/zh-CN/errors.json +5 -2
- package/locales/zh-CN/fail2ban.json +31 -6
- package/locales/zh-CN/files.json +46 -3
- package/locales/zh-CN/firewall.json +11 -2
- package/locales/zh-CN/ftp.json +32 -1
- package/locales/zh-CN/hostBrowse.json +23 -1
- package/locales/zh-CN/listToolbar.json +2 -1
- package/locales/zh-CN/login.json +6 -1
- package/locales/zh-CN/logs.json +36 -7
- package/locales/zh-CN/metrics.json +36 -1
- package/locales/zh-CN/migrate.json +27 -1
- package/locales/zh-CN/nav.json +10 -3
- package/locales/zh-CN/network.json +28 -3
- package/locales/zh-CN/nginx.json +5 -2
- package/locales/zh-CN/notFound.json +6 -0
- package/locales/zh-CN/notes.json +216 -28
- package/locales/zh-CN/projects.json +130 -8
- package/locales/zh-CN/protection.json +66 -2
- package/locales/zh-CN/publicFiles.json +18 -1
- package/locales/zh-CN/rbac.json +15 -2
- package/locales/zh-CN/readiness.json +33 -2
- package/locales/zh-CN/redis.json +24 -1
- package/locales/zh-CN/runtime.json +50 -3
- package/locales/zh-CN/search.json +5 -1
- package/locales/zh-CN/security.json +68 -7
- package/locales/zh-CN/serviceExposure.json +13 -1
- package/locales/zh-CN/services.json +68 -2
- package/locales/zh-CN/software.json +2 -1
- package/locales/zh-CN/softwareLifecycle.json +12 -2
- package/locales/zh-CN/ssl.json +12 -1
- package/locales/zh-CN/stackWizard.json +9 -2
- package/locales/zh-CN/support.json +18 -2
- package/locales/zh-CN/system.json +32 -3
- package/locales/zh-CN/systemd.json +3 -1
- package/locales/zh-CN/terminal.json +9 -1
- package/locales/zh-CN/translation.json +2273 -153
- package/locales/zh-CN/updates.json +76 -3
- package/locales/zh-CN/users.json +19 -1
- package/locales/zh-CN/validators.json +325 -0
- package/locales/zh-CN/vnc.json +17 -1
- package/locales/zh-CN/vpn.json +19 -4
- package/locales/zh-HK/agents.json +22 -7
- package/locales/zh-HK/apache.json +8 -2
- package/locales/zh-HK/audit.json +4 -1
- package/locales/zh-HK/backups.json +39 -4
- package/locales/zh-HK/btTracker.json +89 -7
- package/locales/zh-HK/catalog.json +2 -2
- package/locales/zh-HK/cdn.json +91 -3
- package/locales/zh-HK/cli.json +15 -15
- package/locales/zh-HK/common.json +9 -1
- package/locales/zh-HK/cron.json +37 -5
- package/locales/zh-HK/dashboard.json +28 -7
- package/locales/zh-HK/db.json +82 -10
- package/locales/zh-HK/dns.json +23 -1
- package/locales/zh-HK/docker.json +248 -0
- package/locales/zh-HK/email.json +64 -25
- package/locales/zh-HK/errors.json +6 -3
- package/locales/zh-HK/fail2ban.json +32 -7
- package/locales/zh-HK/files.json +48 -5
- package/locales/zh-HK/firewall.json +13 -4
- package/locales/zh-HK/ftp.json +34 -3
- package/locales/zh-HK/hostBrowse.json +24 -2
- package/locales/zh-HK/listToolbar.json +2 -1
- package/locales/zh-HK/login.json +7 -2
- package/locales/zh-HK/logs.json +40 -11
- package/locales/zh-HK/metrics.json +38 -3
- package/locales/zh-HK/migrate.json +26 -0
- package/locales/zh-HK/nav.json +12 -5
- package/locales/zh-HK/network.json +32 -7
- package/locales/zh-HK/nginx.json +6 -3
- package/locales/zh-HK/notFound.json +6 -0
- package/locales/zh-HK/notes.json +270 -82
- package/locales/zh-HK/projects.json +143 -21
- package/locales/zh-HK/protection.json +67 -3
- package/locales/zh-HK/publicFiles.json +20 -3
- package/locales/zh-HK/rbac.json +15 -2
- package/locales/zh-HK/readiness.json +35 -4
- package/locales/zh-HK/redis.json +27 -4
- package/locales/zh-HK/runtime.json +58 -11
- package/locales/zh-HK/search.json +5 -1
- package/locales/zh-HK/security.json +79 -18
- package/locales/zh-HK/serviceExposure.json +13 -1
- package/locales/zh-HK/services.json +69 -3
- package/locales/zh-HK/software.json +2 -1
- package/locales/zh-HK/softwareLifecycle.json +12 -2
- package/locales/zh-HK/ssl.json +13 -2
- package/locales/zh-HK/stackWizard.json +10 -3
- package/locales/zh-HK/support.json +22 -6
- package/locales/zh-HK/system.json +36 -7
- package/locales/zh-HK/systemd.json +9 -7
- package/locales/zh-HK/terminal.json +10 -2
- package/locales/zh-HK/translation.json +2475 -355
- package/locales/zh-HK/uiInline.json +3 -3
- package/locales/zh-HK/updates.json +77 -4
- package/locales/zh-HK/users.json +20 -2
- package/locales/zh-HK/validators.json +325 -0
- package/locales/zh-HK/vnc.json +23 -7
- package/locales/zh-HK/vpn.json +23 -8
- package/package.json +8 -9
|
@@ -0,0 +1,178 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Validator / L1 node manager — DTOs shared by core, API, CLI, and web.
|
|
3
|
+
* Non-custodial: these types never include private keys or seed phrases.
|
|
4
|
+
*/
|
|
5
|
+
export type ValidatorChainId = 'eth' | 'avax' | 'near' | 'ada' | 'btc' | 'cosmos' | 'sui' | 'aptos' | 'dot' | 'sol';
|
|
6
|
+
export type ValidatorNetworkKind = 'testnet' | 'mainnet';
|
|
7
|
+
export type ValidatorProfileId = 'minimal' | 'pruned' | 'validator-ready' | 'rpc';
|
|
8
|
+
export type ValidatorUpgradePolicy = 'manual' | 'notify' | 'auto-safe' | 'auto-all';
|
|
9
|
+
export type ValidatorDesiredState = 'stopped' | 'running';
|
|
10
|
+
export type ValidatorRuntimeStatus = 'unknown' | 'stopped' | 'starting' | 'running' | 'syncing' | 'error';
|
|
11
|
+
export type ValidatorClientRole = 'el' | 'cl' | 'node';
|
|
12
|
+
export type ValidatorClientSpec = {
|
|
13
|
+
id: string;
|
|
14
|
+
role: ValidatorClientRole;
|
|
15
|
+
image: string;
|
|
16
|
+
tag: string;
|
|
17
|
+
/** Shipped in the current v1 adapter set */
|
|
18
|
+
v1: boolean;
|
|
19
|
+
};
|
|
20
|
+
export type ValidatorNetworkSpec = {
|
|
21
|
+
id: string;
|
|
22
|
+
kind: ValidatorNetworkKind;
|
|
23
|
+
recommended?: boolean;
|
|
24
|
+
v1: boolean;
|
|
25
|
+
};
|
|
26
|
+
export type ValidatorChainSpec = {
|
|
27
|
+
id: ValidatorChainId;
|
|
28
|
+
title: string;
|
|
29
|
+
v1: boolean;
|
|
30
|
+
/** Extra disk / IOPS warning (e.g. Solana). */
|
|
31
|
+
heavy?: boolean;
|
|
32
|
+
networks: ValidatorNetworkSpec[];
|
|
33
|
+
profiles: ValidatorProfileId[];
|
|
34
|
+
clients: ValidatorClientSpec[];
|
|
35
|
+
/** Conservative minimum free bytes: network → profile → bytes */
|
|
36
|
+
minFreeBytes: Record<string, Partial<Record<ValidatorProfileId, number>>>;
|
|
37
|
+
};
|
|
38
|
+
export type ValidatorInstanceClient = {
|
|
39
|
+
id: string;
|
|
40
|
+
image: string;
|
|
41
|
+
tag: string;
|
|
42
|
+
};
|
|
43
|
+
export type ValidatorInstanceDto = {
|
|
44
|
+
id: string;
|
|
45
|
+
chain: ValidatorChainId;
|
|
46
|
+
network: string;
|
|
47
|
+
profile: ValidatorProfileId;
|
|
48
|
+
slug: string;
|
|
49
|
+
dataPath: string;
|
|
50
|
+
rpcHost: string;
|
|
51
|
+
upgradePolicy: ValidatorUpgradePolicy;
|
|
52
|
+
desiredState: ValidatorDesiredState;
|
|
53
|
+
createdAt: string;
|
|
54
|
+
updatedAt: string;
|
|
55
|
+
clients: Record<string, ValidatorInstanceClient>;
|
|
56
|
+
ports: Record<string, number>;
|
|
57
|
+
lastUpgrade?: {
|
|
58
|
+
at: string;
|
|
59
|
+
clientId: string;
|
|
60
|
+
fromTag: string;
|
|
61
|
+
toTag: string;
|
|
62
|
+
result: 'applied' | 'rolled-back' | 'failed';
|
|
63
|
+
notes?: string[];
|
|
64
|
+
};
|
|
65
|
+
lastMithril?: {
|
|
66
|
+
at: string;
|
|
67
|
+
network: string;
|
|
68
|
+
digest?: string;
|
|
69
|
+
};
|
|
70
|
+
limits?: {
|
|
71
|
+
memory?: string;
|
|
72
|
+
cpus?: string;
|
|
73
|
+
};
|
|
74
|
+
lastStatus?: {
|
|
75
|
+
at: string;
|
|
76
|
+
status: ValidatorRuntimeStatus;
|
|
77
|
+
running: boolean;
|
|
78
|
+
syncProgress: number | null;
|
|
79
|
+
peers: number | null;
|
|
80
|
+
diskUsedBytes: number | null;
|
|
81
|
+
lastError: string | null;
|
|
82
|
+
};
|
|
83
|
+
};
|
|
84
|
+
export type ValidatorSettingsDto = {
|
|
85
|
+
autoClear: boolean;
|
|
86
|
+
};
|
|
87
|
+
export type ValidatorSoftwareImageDto = {
|
|
88
|
+
chain: string;
|
|
89
|
+
clientId: string;
|
|
90
|
+
role: string;
|
|
91
|
+
image: string;
|
|
92
|
+
tag: string;
|
|
93
|
+
ref: string;
|
|
94
|
+
present: boolean | null;
|
|
95
|
+
size?: string | null;
|
|
96
|
+
usedBy: string[];
|
|
97
|
+
};
|
|
98
|
+
export type ValidatorSoftwareReportDto = {
|
|
99
|
+
dockerInstalled: boolean;
|
|
100
|
+
dockerRunning: boolean;
|
|
101
|
+
composeAvailable: boolean;
|
|
102
|
+
dockerVersion: string | null;
|
|
103
|
+
composeVersion: string | null;
|
|
104
|
+
images: ValidatorSoftwareImageDto[];
|
|
105
|
+
executeEnabled: boolean;
|
|
106
|
+
isRoot: boolean;
|
|
107
|
+
};
|
|
108
|
+
export declare const DEFAULT_VALIDATOR_SETTINGS: ValidatorSettingsDto;
|
|
109
|
+
export declare function isSafeValidatorLimitMemory(value: string): boolean;
|
|
110
|
+
export declare function isSafeValidatorLimitCpus(value: string): boolean;
|
|
111
|
+
/** Absolute host path for chain data. Rejects traversal and system prefixes. */
|
|
112
|
+
export declare function isSafeValidatorDataPath(value: string): boolean;
|
|
113
|
+
export type ValidatorSummaryDto = {
|
|
114
|
+
id: string;
|
|
115
|
+
status: ValidatorRuntimeStatus;
|
|
116
|
+
running: boolean;
|
|
117
|
+
syncProgress: number | null;
|
|
118
|
+
peers: number | null;
|
|
119
|
+
diskUsedBytes: number | null;
|
|
120
|
+
lastError: string | null;
|
|
121
|
+
upgrade: {
|
|
122
|
+
clientId: string;
|
|
123
|
+
currentTag: string;
|
|
124
|
+
nextTag: string;
|
|
125
|
+
breaking: boolean;
|
|
126
|
+
changelogUrl?: string;
|
|
127
|
+
} | null;
|
|
128
|
+
};
|
|
129
|
+
export type ValidatorDiskTone = 'ok' | 'warn' | 'danger';
|
|
130
|
+
export type ValidatorDiskInstance = {
|
|
131
|
+
id: string;
|
|
132
|
+
dataPath: string;
|
|
133
|
+
usedBytes: number;
|
|
134
|
+
};
|
|
135
|
+
export type ValidatorDiskLeftover = {
|
|
136
|
+
name: string;
|
|
137
|
+
path: string;
|
|
138
|
+
usedBytes: number;
|
|
139
|
+
};
|
|
140
|
+
export type ValidatorDiskReport = {
|
|
141
|
+
rootPath: string;
|
|
142
|
+
/** du of the validators root (not the whole filesystem). */
|
|
143
|
+
usedBytes: number | null;
|
|
144
|
+
leftoverBytes: number;
|
|
145
|
+
leftovers: ValidatorDiskLeftover[];
|
|
146
|
+
/** Filesystem that holds rootPath — used for create-gate free space. */
|
|
147
|
+
fsUsedBytes: number | null;
|
|
148
|
+
fsAvailBytes: number | null;
|
|
149
|
+
fsTotalBytes: number | null;
|
|
150
|
+
fsUsePct: number | null;
|
|
151
|
+
/** Alias of fsAvailBytes (wizard / KPI free space). */
|
|
152
|
+
availBytes: number | null;
|
|
153
|
+
totalBytes: number | null;
|
|
154
|
+
usePct: number | null;
|
|
155
|
+
tone: ValidatorDiskTone;
|
|
156
|
+
instances: ValidatorDiskInstance[];
|
|
157
|
+
notes: string[];
|
|
158
|
+
};
|
|
159
|
+
export declare const VALIDATOR_DISK_WARN_PCT = 70;
|
|
160
|
+
export declare const VALIDATOR_DISK_DANGER_PCT = 85;
|
|
161
|
+
export declare const VALIDATOR_CHAIN_IDS: readonly ValidatorChainId[];
|
|
162
|
+
/** Brand names — never machine-translate. */
|
|
163
|
+
export declare const VALIDATOR_CHAIN_LABEL: Record<ValidatorChainId, string>;
|
|
164
|
+
/** Network proper nouns — never machine-translate. Generic kinds (mainnet/testnet) stay i18n. */
|
|
165
|
+
export declare const VALIDATOR_NETWORK_PROPER: Record<string, string>;
|
|
166
|
+
/** Display name for a (chain, network) pair. Generic `testnet` includes the chain. */
|
|
167
|
+
export declare function validatorNetworkLabelFor(chain: string, network: string): string | null;
|
|
168
|
+
export declare function validatorChainLabel(id: string, title?: string | null): string;
|
|
169
|
+
export declare function validatorNetworkLabel(id: string): string | null;
|
|
170
|
+
export declare const VALIDATOR_PROFILE_IDS: readonly ValidatorProfileId[];
|
|
171
|
+
export declare const VALIDATOR_UPGRADE_POLICIES: readonly ValidatorUpgradePolicy[];
|
|
172
|
+
export declare function isValidatorChainId(value: string): value is ValidatorChainId;
|
|
173
|
+
export declare function isValidatorProfileId(value: string): value is ValidatorProfileId;
|
|
174
|
+
export declare function isValidatorUpgradePolicy(value: string): value is ValidatorUpgradePolicy;
|
|
175
|
+
export declare function isValidatorInstanceId(value: string): boolean;
|
|
176
|
+
export declare function validatorDiskTone(usePct: number | null | undefined): ValidatorDiskTone;
|
|
177
|
+
export declare function defaultUpgradePolicyForNetworkKind(kind: ValidatorNetworkKind): ValidatorUpgradePolicy;
|
|
178
|
+
//# sourceMappingURL=validators.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"validators.d.ts","sourceRoot":"","sources":["../src/validators.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,MAAM,MAAM,gBAAgB,GACxB,KAAK,GACL,MAAM,GACN,MAAM,GACN,KAAK,GACL,KAAK,GACL,QAAQ,GACR,KAAK,GACL,OAAO,GACP,KAAK,GACL,KAAK,CAAC;AAEV,MAAM,MAAM,oBAAoB,GAAG,SAAS,GAAG,SAAS,CAAC;AAEzD,MAAM,MAAM,kBAAkB,GAAG,SAAS,GAAG,QAAQ,GAAG,iBAAiB,GAAG,KAAK,CAAC;AAElF,MAAM,MAAM,sBAAsB,GAAG,QAAQ,GAAG,QAAQ,GAAG,WAAW,GAAG,UAAU,CAAC;AAEpF,MAAM,MAAM,qBAAqB,GAAG,SAAS,GAAG,SAAS,CAAC;AAE1D,MAAM,MAAM,sBAAsB,GAC9B,SAAS,GACT,SAAS,GACT,UAAU,GACV,SAAS,GACT,SAAS,GACT,OAAO,CAAC;AAEZ,MAAM,MAAM,mBAAmB,GAAG,IAAI,GAAG,IAAI,GAAG,MAAM,CAAC;AAEvD,MAAM,MAAM,mBAAmB,GAAG;IAChC,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,mBAAmB,CAAC;IAC1B,KAAK,EAAE,MAAM,CAAC;IACd,GAAG,EAAE,MAAM,CAAC;IACZ,4CAA4C;IAC5C,EAAE,EAAE,OAAO,CAAC;CACb,CAAC;AAEF,MAAM,MAAM,oBAAoB,GAAG;IACjC,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,oBAAoB,CAAC;IAC3B,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,EAAE,EAAE,OAAO,CAAC;CACb,CAAC;AAEF,MAAM,MAAM,kBAAkB,GAAG;IAC/B,EAAE,EAAE,gBAAgB,CAAC;IACrB,KAAK,EAAE,MAAM,CAAC;IACd,EAAE,EAAE,OAAO,CAAC;IACZ,+CAA+C;IAC/C,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,QAAQ,EAAE,oBAAoB,EAAE,CAAC;IACjC,QAAQ,EAAE,kBAAkB,EAAE,CAAC;IAC/B,OAAO,EAAE,mBAAmB,EAAE,CAAC;IAC/B,iEAAiE;IACjE,YAAY,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,MAAM,CAAC,kBAAkB,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC;CAC3E,CAAC;AAEF,MAAM,MAAM,uBAAuB,GAAG;IACpC,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,GAAG,EAAE,MAAM,CAAC;CACb,CAAC;AAEF,MAAM,MAAM,oBAAoB,GAAG;IACjC,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,gBAAgB,CAAC;IACxB,OAAO,EAAE,MAAM,CAAC;IAChB,OAAO,EAAE,kBAAkB,CAAC;IAC5B,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,MAAM,CAAC;IACjB,OAAO,EAAE,MAAM,CAAC;IAChB,aAAa,EAAE,sBAAsB,CAAC;IACtC,YAAY,EAAE,qBAAqB,CAAC;IACpC,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,EAAE,MAAM,CAAC;IAClB,OAAO,EAAE,MAAM,CAAC,MAAM,EAAE,uBAAuB,CAAC,CAAC;IACjD,KAAK,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IAC9B,WAAW,CAAC,EAAE;QACZ,EAAE,EAAE,MAAM,CAAC;QACX,QAAQ,EAAE,MAAM,CAAC;QACjB,OAAO,EAAE,MAAM,CAAC;QAChB,KAAK,EAAE,MAAM,CAAC;QACd,MAAM,EAAE,SAAS,GAAG,aAAa,GAAG,QAAQ,CAAC;QAC7C,KAAK,CAAC,EAAE,MAAM,EAAE,CAAC;KAClB,CAAC;IACF,WAAW,CAAC,EAAE;QACZ,EAAE,EAAE,MAAM,CAAC;QACX,OAAO,EAAE,MAAM,CAAC;QAChB,MAAM,CAAC,EAAE,MAAM,CAAC;KACjB,CAAC;IACF,MAAM,CAAC,EAAE;QACP,MAAM,CAAC,EAAE,MAAM,CAAC;QAChB,IAAI,CAAC,EAAE,MAAM,CAAC;KACf,CAAC;IACF,UAAU,CAAC,EAAE;QACX,EAAE,EAAE,MAAM,CAAC;QACX,MAAM,EAAE,sBAAsB,CAAC;QAC/B,OAAO,EAAE,OAAO,CAAC;QACjB,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;QAC5B,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;QACrB,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;QAC7B,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;KAC1B,CAAC;CACH,CAAC;AAEF,MAAM,MAAM,oBAAoB,GAAG;IACjC,SAAS,EAAE,OAAO,CAAC;CACpB,CAAC;AAEF,MAAM,MAAM,yBAAyB,GAAG;IACtC,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,MAAM,CAAC;IACjB,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,GAAG,EAAE,MAAM,CAAC;IACZ,GAAG,EAAE,MAAM,CAAC;IACZ,OAAO,EAAE,OAAO,GAAG,IAAI,CAAC;IACxB,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,MAAM,EAAE,MAAM,EAAE,CAAC;CAClB,CAAC;AAEF,MAAM,MAAM,0BAA0B,GAAG;IACvC,eAAe,EAAE,OAAO,CAAC;IACzB,aAAa,EAAE,OAAO,CAAC;IACvB,gBAAgB,EAAE,OAAO,CAAC;IAC1B,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B,cAAc,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B,MAAM,EAAE,yBAAyB,EAAE,CAAC;IACpC,cAAc,EAAE,OAAO,CAAC;IACxB,MAAM,EAAE,OAAO,CAAC;CACjB,CAAC;AAEF,eAAO,MAAM,0BAA0B,EAAE,oBAA2C,CAAC;AAErF,wBAAgB,0BAA0B,CAAC,KAAK,EAAE,MAAM,GAAG,OAAO,CAEjE;AAED,wBAAgB,wBAAwB,CAAC,KAAK,EAAE,MAAM,GAAG,OAAO,CAE/D;AAED,gFAAgF;AAChF,wBAAgB,uBAAuB,CAAC,KAAK,EAAE,MAAM,GAAG,OAAO,CAW9D;AAED,MAAM,MAAM,mBAAmB,GAAG;IAChC,EAAE,EAAE,MAAM,CAAC;IACX,MAAM,EAAE,sBAAsB,CAAC;IAC/B,OAAO,EAAE,OAAO,CAAC;IACjB,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,OAAO,EAAE;QACP,QAAQ,EAAE,MAAM,CAAC;QACjB,UAAU,EAAE,MAAM,CAAC;QACnB,OAAO,EAAE,MAAM,CAAC;QAChB,QAAQ,EAAE,OAAO,CAAC;QAClB,YAAY,CAAC,EAAE,MAAM,CAAC;KACvB,GAAG,IAAI,CAAC;CACV,CAAC;AAEF,MAAM,MAAM,iBAAiB,GAAG,IAAI,GAAG,MAAM,GAAG,QAAQ,CAAC;AAEzD,MAAM,MAAM,qBAAqB,GAAG;IAClC,EAAE,EAAE,MAAM,CAAC;IACX,QAAQ,EAAE,MAAM,CAAC;IACjB,SAAS,EAAE,MAAM,CAAC;CACnB,CAAC;AAEF,MAAM,MAAM,qBAAqB,GAAG;IAClC,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,EAAE,MAAM,CAAC;CACnB,CAAC;AAEF,MAAM,MAAM,mBAAmB,GAAG;IAChC,QAAQ,EAAE,MAAM,CAAC;IACjB,4DAA4D;IAC5D,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,aAAa,EAAE,MAAM,CAAC;IACtB,SAAS,EAAE,qBAAqB,EAAE,CAAC;IACnC,wEAAwE;IACxE,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB,uDAAuD;IACvD,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,IAAI,EAAE,iBAAiB,CAAC;IACxB,SAAS,EAAE,qBAAqB,EAAE,CAAC;IACnC,KAAK,EAAE,MAAM,EAAE,CAAC;CACjB,CAAC;AAEF,eAAO,MAAM,uBAAuB,KAAK,CAAC;AAC1C,eAAO,MAAM,yBAAyB,KAAK,CAAC;AAE5C,eAAO,MAAM,mBAAmB,EAAE,SAAS,gBAAgB,EAW1D,CAAC;AAEF,6CAA6C;AAC7C,eAAO,MAAM,qBAAqB,EAAE,MAAM,CAAC,gBAAgB,EAAE,MAAM,CAWlE,CAAC;AAEF,iGAAiG;AACjG,eAAO,MAAM,wBAAwB,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAO3D,CAAC;AAEF,sFAAsF;AACtF,wBAAgB,wBAAwB,CAAC,KAAK,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,CAOtF;AAED,wBAAgB,mBAAmB,CAAC,EAAE,EAAE,MAAM,EAAE,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,MAAM,CAI7E;AAED,wBAAgB,qBAAqB,CAAC,EAAE,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,CAE/D;AAED,eAAO,MAAM,qBAAqB,EAAE,SAAS,kBAAkB,EAK9D,CAAC;AAEF,eAAO,MAAM,0BAA0B,EAAE,SAAS,sBAAsB,EAKvE,CAAC;AAKF,wBAAgB,kBAAkB,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,gBAAgB,CAE3E;AAED,wBAAgB,oBAAoB,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,kBAAkB,CAE/E;AAED,wBAAgB,wBAAwB,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,sBAAsB,CAEvF;AAED,wBAAgB,qBAAqB,CAAC,KAAK,EAAE,MAAM,GAAG,OAAO,CAE5D;AAED,wBAAgB,iBAAiB,CAAC,MAAM,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,GAAG,iBAAiB,CAKtF;AAED,wBAAgB,kCAAkC,CAChD,IAAI,EAAE,oBAAoB,GACzB,sBAAsB,CAExB"}
|
|
@@ -0,0 +1,121 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Validator / L1 node manager — DTOs shared by core, API, CLI, and web.
|
|
3
|
+
* Non-custodial: these types never include private keys or seed phrases.
|
|
4
|
+
*/
|
|
5
|
+
export const DEFAULT_VALIDATOR_SETTINGS = { autoClear: false };
|
|
6
|
+
export function isSafeValidatorLimitMemory(value) {
|
|
7
|
+
return /^\d+[mMgGkK]$/.test(String(value ?? '').trim());
|
|
8
|
+
}
|
|
9
|
+
export function isSafeValidatorLimitCpus(value) {
|
|
10
|
+
return /^\d+(\.\d+)?$/.test(String(value ?? '').trim());
|
|
11
|
+
}
|
|
12
|
+
/** Absolute host path for chain data. Rejects traversal and system prefixes. */
|
|
13
|
+
export function isSafeValidatorDataPath(value) {
|
|
14
|
+
const p = String(value ?? '').trim();
|
|
15
|
+
if (!p.startsWith('/') || p.includes('..') || p.includes('\0') || p.length < 5 || p.length > 256) {
|
|
16
|
+
return false;
|
|
17
|
+
}
|
|
18
|
+
if (!/^\/[\w./-]+$/.test(p))
|
|
19
|
+
return false;
|
|
20
|
+
const blocked = ['/etc', '/boot', '/proc', '/sys', '/dev', '/root', '/bin', '/sbin', '/lib', '/lib64', '/run'];
|
|
21
|
+
for (const b of blocked) {
|
|
22
|
+
if (p === b || p.startsWith(`${b}/`))
|
|
23
|
+
return false;
|
|
24
|
+
}
|
|
25
|
+
return p !== '/';
|
|
26
|
+
}
|
|
27
|
+
export const VALIDATOR_DISK_WARN_PCT = 70;
|
|
28
|
+
export const VALIDATOR_DISK_DANGER_PCT = 85;
|
|
29
|
+
export const VALIDATOR_CHAIN_IDS = [
|
|
30
|
+
'eth',
|
|
31
|
+
'avax',
|
|
32
|
+
'near',
|
|
33
|
+
'ada',
|
|
34
|
+
'btc',
|
|
35
|
+
'cosmos',
|
|
36
|
+
'sui',
|
|
37
|
+
'aptos',
|
|
38
|
+
'dot',
|
|
39
|
+
'sol',
|
|
40
|
+
];
|
|
41
|
+
/** Brand names — never machine-translate. */
|
|
42
|
+
export const VALIDATOR_CHAIN_LABEL = {
|
|
43
|
+
eth: 'Ethereum',
|
|
44
|
+
avax: 'Avalanche',
|
|
45
|
+
near: 'NEAR',
|
|
46
|
+
ada: 'Cardano',
|
|
47
|
+
btc: 'Bitcoin',
|
|
48
|
+
cosmos: 'Cosmos Hub',
|
|
49
|
+
sui: 'Sui',
|
|
50
|
+
aptos: 'Aptos',
|
|
51
|
+
dot: 'Polkadot',
|
|
52
|
+
sol: 'Solana',
|
|
53
|
+
};
|
|
54
|
+
/** Network proper nouns — never machine-translate. Generic kinds (mainnet/testnet) stay i18n. */
|
|
55
|
+
export const VALIDATOR_NETWORK_PROPER = {
|
|
56
|
+
hoodi: 'Hoodi',
|
|
57
|
+
sepolia: 'Sepolia',
|
|
58
|
+
fuji: 'Fuji',
|
|
59
|
+
westend: 'Westend',
|
|
60
|
+
preview: 'Preview',
|
|
61
|
+
preprod: 'Preprod',
|
|
62
|
+
};
|
|
63
|
+
/** Display name for a (chain, network) pair. Generic `testnet` includes the chain. */
|
|
64
|
+
export function validatorNetworkLabelFor(chain, network) {
|
|
65
|
+
const proper = VALIDATOR_NETWORK_PROPER[network];
|
|
66
|
+
if (proper)
|
|
67
|
+
return proper;
|
|
68
|
+
if (network === 'testnet' && isValidatorChainId(chain)) {
|
|
69
|
+
return `${VALIDATOR_CHAIN_LABEL[chain]} Testnet`;
|
|
70
|
+
}
|
|
71
|
+
return null;
|
|
72
|
+
}
|
|
73
|
+
export function validatorChainLabel(id, title) {
|
|
74
|
+
if (title && title.trim())
|
|
75
|
+
return title.trim();
|
|
76
|
+
if (isValidatorChainId(id))
|
|
77
|
+
return VALIDATOR_CHAIN_LABEL[id];
|
|
78
|
+
return id;
|
|
79
|
+
}
|
|
80
|
+
export function validatorNetworkLabel(id) {
|
|
81
|
+
return VALIDATOR_NETWORK_PROPER[id] ?? null;
|
|
82
|
+
}
|
|
83
|
+
export const VALIDATOR_PROFILE_IDS = [
|
|
84
|
+
'minimal',
|
|
85
|
+
'pruned',
|
|
86
|
+
'validator-ready',
|
|
87
|
+
'rpc',
|
|
88
|
+
];
|
|
89
|
+
export const VALIDATOR_UPGRADE_POLICIES = [
|
|
90
|
+
'manual',
|
|
91
|
+
'notify',
|
|
92
|
+
'auto-safe',
|
|
93
|
+
'auto-all',
|
|
94
|
+
];
|
|
95
|
+
/** Instance ids: chain-network-slug, e.g. eth-hoodi-1 */
|
|
96
|
+
const INSTANCE_ID_RE = /^[a-z][a-z0-9]*-[a-z0-9]+-[a-z0-9][a-z0-9-]{0,40}$/;
|
|
97
|
+
export function isValidatorChainId(value) {
|
|
98
|
+
return VALIDATOR_CHAIN_IDS.includes(value);
|
|
99
|
+
}
|
|
100
|
+
export function isValidatorProfileId(value) {
|
|
101
|
+
return VALIDATOR_PROFILE_IDS.includes(value);
|
|
102
|
+
}
|
|
103
|
+
export function isValidatorUpgradePolicy(value) {
|
|
104
|
+
return VALIDATOR_UPGRADE_POLICIES.includes(value);
|
|
105
|
+
}
|
|
106
|
+
export function isValidatorInstanceId(value) {
|
|
107
|
+
return INSTANCE_ID_RE.test(String(value ?? '').trim());
|
|
108
|
+
}
|
|
109
|
+
export function validatorDiskTone(usePct) {
|
|
110
|
+
if (usePct == null || !Number.isFinite(usePct))
|
|
111
|
+
return 'ok';
|
|
112
|
+
if (usePct >= VALIDATOR_DISK_DANGER_PCT)
|
|
113
|
+
return 'danger';
|
|
114
|
+
if (usePct >= VALIDATOR_DISK_WARN_PCT)
|
|
115
|
+
return 'warn';
|
|
116
|
+
return 'ok';
|
|
117
|
+
}
|
|
118
|
+
export function defaultUpgradePolicyForNetworkKind(kind) {
|
|
119
|
+
return kind === 'mainnet' ? 'manual' : 'notify';
|
|
120
|
+
}
|
|
121
|
+
//# sourceMappingURL=validators.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"validators.js","sourceRoot":"","sources":["../src/validators.ts"],"names":[],"mappings":"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"}
|
package/locales/ar/agents.json
CHANGED
|
@@ -11,7 +11,9 @@
|
|
|
11
11
|
"failed": "فشل",
|
|
12
12
|
"error": "خطأ",
|
|
13
13
|
"unknown": "لم يتم التحقيق فيها",
|
|
14
|
-
"fallback": "مجهول"
|
|
14
|
+
"fallback": "مجهول",
|
|
15
|
+
"activating": "Starting",
|
|
16
|
+
"stuck": "Start stuck"
|
|
15
17
|
},
|
|
16
18
|
"liveN": "{{count}} اونلاين",
|
|
17
19
|
"registeredOnly": "مسجل فقط",
|
|
@@ -126,5 +128,18 @@
|
|
|
126
128
|
"labelStderr": "com.stderr",
|
|
127
129
|
"labelAckCli": "ACK + CLI JSON",
|
|
128
130
|
"labelStdoutBody": "هيئة CLI stdout",
|
|
129
|
-
"resultOuterHint": "النتيجة الخارجية هي CLI --json stdout."
|
|
131
|
+
"resultOuterHint": "النتيجة الخارجية هي CLI --json stdout.",
|
|
132
|
+
"statusFlowTitle": "تدفق الحالة",
|
|
133
|
+
"statusFlow": "مسجل فقط → عبر الإنترنت → قديم (> 60 ثانية) → غير متصل (غير متصل). تم قطع اتصال عامل التصفية \"غير متصل\".",
|
|
134
|
+
"colSession": "UUID للجلسة",
|
|
135
|
+
"copySession": "انسخ UUID للجلسة للمجموعة / CLI --session",
|
|
136
|
+
"staleFor": "الغيب {{age}}",
|
|
137
|
+
"commandTitle": "قم بوضع أمر في قائمة الانتظار لهذه الجلسة",
|
|
138
|
+
"historyTitleShort": "فتح سجل الأوامر (للقراءة فقط)",
|
|
139
|
+
"expEdge": "على حافة:",
|
|
140
|
+
"noteAllowlist": "Agent tool calls must pass the allowlist.",
|
|
141
|
+
"noteRbacCap": "Agent role is capped at write-low.",
|
|
142
|
+
"journal": "journal",
|
|
143
|
+
"activatingStuckHint": "Activating longer than 5 minutes — treated as failed. Check journal.",
|
|
144
|
+
"noOnlineAgents": "No agents online"
|
|
130
145
|
}
|
package/locales/ar/apache.json
CHANGED
|
@@ -53,5 +53,11 @@
|
|
|
53
53
|
"cleanupConflicts": "تنظيف مخلفات الصراع",
|
|
54
54
|
"cleanupConflictsTitle": "تنظيف كافة مخلفات الصراع؟",
|
|
55
55
|
"cleanupConflictsDesc": "قم بإزالة كل conf Artifact الموجود على القرص والذي يتعارض مع مشروع أو ServerName مستقل. يتم الاحتفاظ بصفوف المشروع.",
|
|
56
|
-
"artifactRemovedOk": "تمت إزالة الكونفرت المتبقي"
|
|
56
|
+
"artifactRemovedOk": "تمت إزالة الكونفرت المتبقي",
|
|
57
|
+
"sslTerminatedUpstream": "ينتهي TLS عند Nginx الأمامي",
|
|
58
|
+
"removeArtifactHint": "يحذف إعداد القرص المتبقي هذا فقط. لا يحذف المشروع.",
|
|
59
|
+
"sourceOrphan": "Leftover",
|
|
60
|
+
"orphanSite": "Project gone",
|
|
61
|
+
"pillSitesSplit": "{{n}} sites · {{leftover}} leftover",
|
|
62
|
+
"stopSites": "{{n}} site(s) will stop answering HTTP."
|
|
57
63
|
}
|
package/locales/ar/audit.json
CHANGED
|
@@ -22,6 +22,9 @@
|
|
|
22
22
|
"project.publish": "نشر نجينكس",
|
|
23
23
|
"project.suspend": "تعليق المشروع",
|
|
24
24
|
"software.install": "تثبيت البرنامج",
|
|
25
|
-
"software.update": "تحديث البرنامج"
|
|
25
|
+
"software.update": "تحديث البرنامج",
|
|
26
|
+
"backup.restore": "Backup restore",
|
|
27
|
+
"backup.run": "Backup run",
|
|
28
|
+
"backup.delete": "Backup deleted"
|
|
26
29
|
}
|
|
27
30
|
}
|
package/locales/ar/backups.json
CHANGED
|
@@ -129,5 +129,40 @@
|
|
|
129
129
|
"remotePushSub": "بعد نجاح القطران المحلي، انتقل إلى SFTP أو المسار المحلي أو S3",
|
|
130
130
|
"accessKey": "مفتاح الوصول",
|
|
131
131
|
"secretKey": "المفتاح السري",
|
|
132
|
-
"overwriteConfirmHint": "اكتب OVERWRITE لتأكيد الكتابة الفوقية"
|
|
132
|
+
"overwriteConfirmHint": "اكتب OVERWRITE لتأكيد الكتابة الفوقية",
|
|
133
|
+
"testRemote": "اختبار الوجهة",
|
|
134
|
+
"testRemoteDone": "اكتمل فحص الوجهة",
|
|
135
|
+
"testRemoteFailed": "فشل فحص الوجهة",
|
|
136
|
+
"resticRepoPh": "دليل بيانات اللوحة /restic-repo",
|
|
137
|
+
"testDisabledHint": "قم بتشغيل الدفع عن بعد قبل الاختبار.",
|
|
138
|
+
"identityId": "هوية SSH الصادرة",
|
|
139
|
+
"identityHint": "المفضل. نفس قبو /security SSH. كلمة المرور تحتاج إلى sshpass.",
|
|
140
|
+
"identityNone": "لا شيء - كلمة المرور أو المفتاح الافتراضي",
|
|
141
|
+
"remotePathHint": "نسبة إلى منزل المستخدم البعيد (أو جذر SFTP). \".\" هو هذا المنزل.",
|
|
142
|
+
"restoreFullTitle": "قم بالكتابة فوق ملفات المشروع وقواعد البيانات من هذا الأرشيف — اكتب اسم الملف للتأكيد",
|
|
143
|
+
"restoreWebTitle": "استعادة ملفات موقع الويب من هذا الأرشيف فقط",
|
|
144
|
+
"previewTitle": "معاينة الاستعادة دون الكتابة",
|
|
145
|
+
"partialSkipped": "جزئي - تم تخطي بعض المشاريع",
|
|
146
|
+
"testRemoteHint": "Connects to the remote host and writes a small probe file. Not read-only.",
|
|
147
|
+
"skippedListHint": "These projects were skipped:",
|
|
148
|
+
"goLogs": "Open logs",
|
|
149
|
+
"goAbout": "Backup notes",
|
|
150
|
+
"skippedPendingOs": "Skipped — OS user / home not provisioned",
|
|
151
|
+
"latestFile": "Latest archive",
|
|
152
|
+
"tabTrash": "Recycle bin",
|
|
153
|
+
"trashTitle": "Recycle bin ({{count}})",
|
|
154
|
+
"trashSub": "Deleted archives stay here for 7 days, then they are removed permanently.",
|
|
155
|
+
"trashEmpty": "Recycle bin is empty",
|
|
156
|
+
"trashEmptyDesc": "Deleted backup files appear here for 7 days.",
|
|
157
|
+
"trashRestore": "Restore",
|
|
158
|
+
"trashPurge": "Delete forever",
|
|
159
|
+
"trashEmptyAll": "Empty recycle bin",
|
|
160
|
+
"trashExpires": "Expires {{at}}",
|
|
161
|
+
"trashPurgeTitle": "Permanently delete this backup?",
|
|
162
|
+
"trashPurgeDesc": "Permanently delete {{name}}. This cannot be undone.",
|
|
163
|
+
"trashEmptyTitle": "Empty recycle bin?",
|
|
164
|
+
"trashEmptyDescConfirm": "Permanently delete {{count}} archive(s). Type the count to confirm.",
|
|
165
|
+
"trashRestored": "Restored from recycle bin",
|
|
166
|
+
"trashPurged": "Permanently deleted",
|
|
167
|
+
"trashedOk": "Moved to recycle bin"
|
|
133
168
|
}
|
|
@@ -2,14 +2,14 @@
|
|
|
2
2
|
"title": "جهاز تعقب بي تي",
|
|
3
3
|
"sub": "Self-hosted BitTorrent / WebTorrent tracker for file shares",
|
|
4
4
|
"pageDesc": "Seed panel file shares over BitTorrent. Start the tracker, set a public announce host, then create BT shares in Files.",
|
|
5
|
-
"status": "
|
|
6
|
-
"running": "
|
|
7
|
-
"stopped": "
|
|
5
|
+
"status": "حالة",
|
|
6
|
+
"running": "جري",
|
|
7
|
+
"stopped": "توقف",
|
|
8
8
|
"installed": "Installed (bundled)",
|
|
9
9
|
"start": "Start tracker",
|
|
10
10
|
"stop": "Stop tracker",
|
|
11
|
-
"refresh": "
|
|
12
|
-
"settings": "
|
|
11
|
+
"refresh": "ينعش",
|
|
12
|
+
"settings": "إعدادات",
|
|
13
13
|
"httpPort": "HTTP / WebSocket port",
|
|
14
14
|
"udpPort": "UDP port (0 = off)",
|
|
15
15
|
"listenHost": "Listen host",
|
|
@@ -28,18 +28,18 @@
|
|
|
28
28
|
"torrentsEmpty": "No announce traffic yet",
|
|
29
29
|
"torrentsEmptyHint": "Create a file share with BitTorrent mode in Files. This table fills as peers announce and the server seeds.",
|
|
30
30
|
"torrentsDesc": "Live swarm from the tracker, plus local seeder status for panel shares.",
|
|
31
|
-
"colName": "
|
|
31
|
+
"colName": "اسم",
|
|
32
32
|
"colHash": "Info hash",
|
|
33
|
-
"colSeeds": "
|
|
34
|
-
"colLeechers": "
|
|
35
|
-
"colStatus": "
|
|
33
|
+
"colSeeds": "البذور",
|
|
34
|
+
"colLeechers": "العلق",
|
|
35
|
+
"colStatus": "حالة",
|
|
36
36
|
"announceUrls": "Announce URLs",
|
|
37
37
|
"announceDesc": "Put these trackers in clients, or rely on magnets generated by the panel.",
|
|
38
|
-
"copy": "
|
|
39
|
-
"copied": "
|
|
40
|
-
"statsTorrents": "
|
|
41
|
-
"statsPeers": "
|
|
42
|
-
"statsAnnounces": "
|
|
38
|
+
"copy": "ينسخ",
|
|
39
|
+
"copied": "منقول",
|
|
40
|
+
"statsTorrents": "السيول",
|
|
41
|
+
"statsPeers": "أقرانهم",
|
|
42
|
+
"statsAnnounces": "تعلن",
|
|
43
43
|
"statsJobs": "Active jobs",
|
|
44
44
|
"openShares": "File shares",
|
|
45
45
|
"needExecute": "Enable system-change permission (YSK_EXECUTE) to open ports and run production seeds.",
|
|
@@ -48,27 +48,27 @@
|
|
|
48
48
|
"restoreSeeds": "Re-seed BT shares",
|
|
49
49
|
"restoreSeedsHint": "Start tracker if needed and re-seed shares that still have a .torrent on disk.",
|
|
50
50
|
"bundledNote": "Bundled with YSK Server (Node). No apt install/uninstall — Start/Stop manages the process.",
|
|
51
|
-
"stackTitle": "
|
|
51
|
+
"stackTitle": "برمجة",
|
|
52
52
|
"jobs": "Torrent jobs",
|
|
53
53
|
"jobsEmpty": "No background torrent jobs",
|
|
54
54
|
"jobsEmptyHint": "Large shares (≥128 MiB) build .torrent files in the background so the Files dialog stays responsive.",
|
|
55
55
|
"jobsDesc": "Background create-torrent queue for large file or folder shares.",
|
|
56
|
-
"colJob": "
|
|
57
|
-
"colShare": "
|
|
56
|
+
"colJob": "وظيفة",
|
|
57
|
+
"colShare": "يشارك",
|
|
58
58
|
"colJobStatus": "Job status",
|
|
59
59
|
"colEnqueued": "Enqueued",
|
|
60
60
|
"refreshJobs": "Refresh jobs",
|
|
61
|
-
"tabOverview": "
|
|
62
|
-
"tabTorrents": "
|
|
63
|
-
"tabJobs": "
|
|
64
|
-
"tabSettings": "
|
|
65
|
-
"tabAbout": "
|
|
61
|
+
"tabOverview": "ملخص",
|
|
62
|
+
"tabTorrents": "السيول",
|
|
63
|
+
"tabJobs": "وظائف",
|
|
64
|
+
"tabSettings": "إعدادات",
|
|
65
|
+
"tabAbout": "عن",
|
|
66
66
|
"heroRunning": "Tracker is live",
|
|
67
67
|
"heroStopped": "Tracker is stopped",
|
|
68
68
|
"heroRunningSub": "Peers can announce and discover seeds for panel shares.",
|
|
69
69
|
"heroStoppedSub": "Start the tracker before sharing large files over BitTorrent.",
|
|
70
|
-
"live": "
|
|
71
|
-
"liveOff": "
|
|
70
|
+
"live": "يعيش",
|
|
71
|
+
"liveOff": "عاطل",
|
|
72
72
|
"quickStart": "Quick start",
|
|
73
73
|
"quickStartDesc": "Three steps to share files over BitTorrent.",
|
|
74
74
|
"step1Title": "Set public announce host",
|
|
@@ -77,28 +77,28 @@
|
|
|
77
77
|
"step2Hint": "Open port exposure if peers are off this host.",
|
|
78
78
|
"step3Title": "Create a BT share",
|
|
79
79
|
"step3Hint": "In Files → Share, choose BitTorrent or both.",
|
|
80
|
-
"stepDone": "
|
|
81
|
-
"stepTodo": "
|
|
82
|
-
"networkCard": "
|
|
80
|
+
"stepDone": "منتهي",
|
|
81
|
+
"stepTodo": "ما يجب القيام به",
|
|
82
|
+
"networkCard": "شبكة",
|
|
83
83
|
"networkCardDesc": "Where the tracker listens and what host appears in magnets.",
|
|
84
|
-
"seederCard": "
|
|
84
|
+
"seederCard": "بزار",
|
|
85
85
|
"seederCardDesc": "In-process WebTorrent seeder limits and peer ports.",
|
|
86
|
-
"lifecycleCard": "
|
|
86
|
+
"lifecycleCard": "دورة الحياة",
|
|
87
87
|
"lifecycleCardDesc": "Boot behaviour and how the service is packaged.",
|
|
88
88
|
"pid": "PID",
|
|
89
|
-
"port": "
|
|
89
|
+
"port": "ميناء",
|
|
90
90
|
"announceHost": "Announce host",
|
|
91
91
|
"goSettings": "Open settings",
|
|
92
92
|
"searchTorrents": "Search name or hash…",
|
|
93
|
-
"filterAll": "
|
|
94
|
-
"filterSeeding": "
|
|
95
|
-
"filterOther": "
|
|
93
|
+
"filterAll": "الجميع",
|
|
94
|
+
"filterSeeding": "البذر",
|
|
95
|
+
"filterOther": "آخر",
|
|
96
96
|
"noMatch": "No torrents match your filter",
|
|
97
|
-
"seedStatusSeeding": "
|
|
98
|
-
"seedStatusPending": "
|
|
99
|
-
"seedStatusError": "
|
|
100
|
-
"seedStatusStopped": "
|
|
101
|
-
"seedStatusNone": "
|
|
97
|
+
"seedStatusSeeding": "البذر",
|
|
98
|
+
"seedStatusPending": "قيد الانتظار",
|
|
99
|
+
"seedStatusError": "خطأ",
|
|
100
|
+
"seedStatusStopped": "توقف",
|
|
101
|
+
"seedStatusNone": "لا أحد",
|
|
102
102
|
"notesTitle": "Service notes",
|
|
103
103
|
"exposureTitle": "Network access",
|
|
104
104
|
"protoHttp": "HTTP",
|
|
@@ -115,5 +115,87 @@
|
|
|
115
115
|
"udpPortClassic": "6969 · Classic",
|
|
116
116
|
"portSuggest8000": "8000 · Recommended",
|
|
117
117
|
"saveOkRestart": "تم الحفظ — أعد تشغيل المتعقب لتطبيق المنافذ",
|
|
118
|
-
"announceHostUnset": "
|
|
118
|
+
"announceHostUnset": "غير معيّن",
|
|
119
|
+
"tabTrackers": "أجهزة التتبع",
|
|
120
|
+
"addTorrent": "أضف تورنت",
|
|
121
|
+
"addTorrentTitle": "أضف تورنت",
|
|
122
|
+
"addTorrentHint": "قم بتحميل ملف تورنت أو لصق مغناطيس. اختر مجلد الملفات. يقوم WebTorrent بتنزيل الملفات والبذور المفقودة عند اكتمالها.",
|
|
123
|
+
"dropTorrent": "قم بإسقاط .torrent هنا",
|
|
124
|
+
"chooseFile": "أو اختر ملفًا",
|
|
125
|
+
"magnetLabel": "مغناطيس",
|
|
126
|
+
"magnetPlaceholder": "المغناطيس:?xt=جرة:btih:…",
|
|
127
|
+
"inspect": "يقرأ",
|
|
128
|
+
"extraTrackersPreview": "سيتم الإعلان أيضًا عن {{n}} متتبع (متتبعين) إضافيين",
|
|
129
|
+
"saveLocation": "حفظ الموقع",
|
|
130
|
+
"saveRootPublic": "الملفات العامة",
|
|
131
|
+
"newFolder": "مجلد جديد",
|
|
132
|
+
"destPreview": "سوف أكتب ل",
|
|
133
|
+
"startDownload": "بدء التنزيل",
|
|
134
|
+
"filterDownloading": "جارٍ التنزيل",
|
|
135
|
+
"filterPaused": "متوقف مؤقتًا",
|
|
136
|
+
"filterError": "خطأ",
|
|
137
|
+
"emptyDrop": "قم بإسقاط ملف .torrent هنا، أو اختر ملفًا",
|
|
138
|
+
"emptyHint": "تذهب الملفات إلى المجلد الذي تختاره. إذا كانت كاملة بالفعل، فهذا المضيف هو البذور. المحرك: WebTorrent — لا يوجد برامج تنزيل إضافية.",
|
|
139
|
+
"pause": "يوقف",
|
|
140
|
+
"resume": "سيرة ذاتية",
|
|
141
|
+
"openFolder": "افتح المجلد",
|
|
142
|
+
"remove": "يزيل",
|
|
143
|
+
"removeKeep": "إزالة، الاحتفاظ بالملفات",
|
|
144
|
+
"removeDelete": "إزالة وحذف الملفات",
|
|
145
|
+
"removeConfirm": "هل تريد إزالة هذا التورنت من المكتبة؟",
|
|
146
|
+
"kindShare": "يشارك",
|
|
147
|
+
"filesInTorrent": "ملفات",
|
|
148
|
+
"extraTrackersDesc": "عناوين URL للإعلان الإضافي. تستخدمها بذور التنزيل/البذور ومشاركة الملفات بالإضافة إلى قائمة .torrent. وهذا لا يفتح جهاز التعقب المحلي أمام أسراب عشوائية.",
|
|
149
|
+
"extraTrackersEmpty": "لا توجد أجهزة تعقب إضافية. أضف عناوين URL للإعلان عن HTTP(S) أو UDP أو WS(S) حتى يتمكن هذا المضيف من العثور على أقرانه.",
|
|
150
|
+
"extraTrackerAdd": "يضيف",
|
|
151
|
+
"extraTrackerUrl": "الإعلان عن عنوان URL",
|
|
152
|
+
"extraTrackerApply": "تنطبق على البذور الحالية",
|
|
153
|
+
"extraTrackerApplyOk": "تطبيق تعقب إضافي",
|
|
154
|
+
"extraEnabled": "على",
|
|
155
|
+
"extraTrackerBad": "يجب أن يبدأ عنوان URL بـ http:// أو https:// أو udp:// أو ws:// أو wss://",
|
|
156
|
+
"extraTrackerDup": "مدرجة بالفعل",
|
|
157
|
+
"extraTrackerLimit": "الحد الأقصى 32 جهاز تعقب إضافي",
|
|
158
|
+
"addOk": "تمت إضافتها إلى المكتبة",
|
|
159
|
+
"savedTo": "يحفظ",
|
|
160
|
+
"folderEmpty": "لا توجد مجلدات فرعية",
|
|
161
|
+
"needTorrentFile": "اختر ملف تورنت",
|
|
162
|
+
"torrentTooBig": ".تورنت أكبر من 8 ميجابايت",
|
|
163
|
+
"seedStatusDownloading": "جارٍ التنزيل",
|
|
164
|
+
"seedStatusChecking": "التحقق",
|
|
165
|
+
"seedStatusPaused": "متوقف مؤقتًا",
|
|
166
|
+
"seedStatusQueued": "في قائمة الانتظار",
|
|
167
|
+
"swarmLeftover": "لدى Tracker عدد {{count}} من announce خارج المكتبة (مصدر مختلف عن قائمة التورنت)",
|
|
168
|
+
"addSourceSection": "المصدر",
|
|
169
|
+
"addSourceFile": "ملف",
|
|
170
|
+
"addSourceMagnet": "مغناطيس",
|
|
171
|
+
"previewSection": "معاينة",
|
|
172
|
+
"saveRoot": "الجذر",
|
|
173
|
+
"clearFile": "مسح الملف",
|
|
174
|
+
"extraTrackersTitle": "announce إضافي",
|
|
175
|
+
"extraTrackersEmptyTitle": "لا توجد متتبعات بعد",
|
|
176
|
+
"extraEnabledCount": "{{count}} مفعّل",
|
|
177
|
+
"extraApplyHint": "فعّل واحداً على الأقل لتطبيقه على البذور الحالية",
|
|
178
|
+
"destMode": "استخدام هذا المجلد",
|
|
179
|
+
"seedExisting": "زرع الملفات الموجودة",
|
|
180
|
+
"downloadNewFolder": "التنزيل إلى مجلد جديد",
|
|
181
|
+
"destFileConflict": "يوجد ملف باسم {{name}} هنا. اختر مجلداً آخر أو ازرع الملف الموجود إن طابق.",
|
|
182
|
+
"waitingPeers": "بانتظار الأقران. إن كانت الملفات على هذا المضيف فأضفها مجدداً واختر زرع الموجود.",
|
|
183
|
+
"stopTitle": "أوقف أداة التعقب - ستتم مقاطعة عملية البذر والتنزيلات",
|
|
184
|
+
"stopDesc": "تشغيل السيول توقف عن الإعلان. يتم قطع اتصال الأقران حتى تقوم بتشغيل جهاز التعقب مرة أخرى.",
|
|
185
|
+
"fillPublicHost": "استخدم {{host}}",
|
|
186
|
+
"fillPublicHostTitle": "املأ اسم مضيف اللوحة الحالي كمضيف الإعلان العام",
|
|
187
|
+
"listenHostHint": "0.0.0.0 listens on every address. Prefer 127.0.0.1 unless peers must reach this host.",
|
|
188
|
+
"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.",
|
|
189
|
+
"bindLoopback": "127.0.0.1 only",
|
|
190
|
+
"bindAll": "0.0.0.0 (all)",
|
|
191
|
+
"seederPortMin": "Peer port start",
|
|
192
|
+
"seederPortMax": "Peer port end",
|
|
193
|
+
"statsLibrary": "Library",
|
|
194
|
+
"statsLibraryHint": "Torrents in the panel library / file shares",
|
|
195
|
+
"statsTrackerLeftover": "Tracker leftover",
|
|
196
|
+
"statsTrackerLeftoverHint": "Tracker announce hashes that are not library rows",
|
|
197
|
+
"statsAnnouncesHint": "Announce requests seen by the tracker process",
|
|
198
|
+
"leftoverHashesTitle": "Tracker leftover hashes",
|
|
199
|
+
"leftoverHashesHint": "Read-only. These announces are not library or share rows.",
|
|
200
|
+
"publicHostMissingLive": "Tracker is listening but public announce host is not set. Off-host peers cannot find this seed."
|
|
119
201
|
}
|