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/ar/cdn.json
CHANGED
|
@@ -115,5 +115,91 @@
|
|
|
115
115
|
"deleteNodeDesc": "يحذف عقدة CDN \"{{name}}\".",
|
|
116
116
|
"deleteSiteDesc": "يحذف موقع CDN \"{{name}}\".",
|
|
117
117
|
"deleteSiteC1": "سياسة الموقع وجمعيات الحافة",
|
|
118
|
-
"deleteSiteC2": "قد تحتاج تكوينات nginx المطبقة إلى عملية تنظيف منفصلة أو إعادة تطبيق"
|
|
118
|
+
"deleteSiteC2": "قد تحتاج تكوينات nginx المطبقة إلى عملية تنظيف منفصلة أو إعادة تطبيق",
|
|
119
|
+
"statOnline": "Online",
|
|
120
|
+
"statOffline": "غير متصل {{n}}",
|
|
121
|
+
"statHitRate": "معدل الإصابة {{v}}",
|
|
122
|
+
"hitNoStats": "لا إحصاءات حافة بعد",
|
|
123
|
+
"loopbackOriginBlocked": "لن يُطبَّق أصل الاسترجاع {{url}} على حافة بعيدة. عيّن أصلاً يمكن بلوغه.",
|
|
124
|
+
"applyFailedHint": "فشل التطبيق — انظر الملاحظات أدناه",
|
|
125
|
+
"applyStatus": {
|
|
126
|
+
"draft": "مسودة",
|
|
127
|
+
"planned": "مخطط",
|
|
128
|
+
"applying": "جارٍ التطبيق",
|
|
129
|
+
"applied": "مطبّق",
|
|
130
|
+
"failed": "فشل",
|
|
131
|
+
"partial": "جزئي"
|
|
132
|
+
},
|
|
133
|
+
"drain": "بالُوعَة",
|
|
134
|
+
"drainTitle": "توقف عن إرسال حركة مرور CDN جديدة إلى هذه الحافة",
|
|
135
|
+
"drainDesc": "استنزاف \"{{name}}\"؟ تبقى الاتصالات الموجودة حتى تنتهي.",
|
|
136
|
+
"drainLastTitle": "هذه هي الحافة الأخيرة – سوف يترك الصرف كل موقع بدون حافة",
|
|
137
|
+
"drainLastDesc": "\"{{name}}\" هي الحافة الوحيدة. استنزافها وجميع المواقع ليس لها أي حافة.",
|
|
138
|
+
"clearDrainTitle": "اقبل حركة المرور الجديدة على هذه الحافة مرة أخرى",
|
|
139
|
+
"clearDrainDesc": "مسح الاستنزاف على \"{{name}}\"؟",
|
|
140
|
+
"deleteNodeTitle": "احذف حافة CDN هذه",
|
|
141
|
+
"deleteLastNodeTitle": "احذف الحافة الأخيرة — لن يكون لجميع المواقع أي حافة",
|
|
142
|
+
"purge": "تطهير",
|
|
143
|
+
"previewTitle": "معاينة تكوين nginx (بدون كتابة)",
|
|
144
|
+
"writeConfTitle": "اكتب ملفات تكوين edge nginx",
|
|
145
|
+
"applyEdgesTitle": "قم بتطبيق هذا الموقع على الحواف (يكتب nginx)",
|
|
146
|
+
"purgeTitle": "تطهير ذاكرة التخزين المؤقت على الحواف",
|
|
147
|
+
"dnsSyncTitle": "كتابة سجلات DNS الخاصة بـ CDN",
|
|
148
|
+
"probeDnsTitle": "دقق في الحواف وDNS (للقراءة فقط)",
|
|
149
|
+
"distSslTitle": "انسخ مواد TLS إلى الحواف",
|
|
150
|
+
"leIssueTitle": "قم بإصدار شهادة Let's Encrypt وتوزيعها",
|
|
151
|
+
"deleteSiteTitle": "احذف موقع CDN هذا",
|
|
152
|
+
"siteOpConfirmGeneric": "هل تريد تشغيل هذا الإجراء على \"{{name}}\"؟",
|
|
153
|
+
"siteOpConfirmDesc": "الموقع “{{name}}” · {{action}}. يمكن أن يؤدي هذا إلى تغيير nginx أو DNS أو الشهادات.",
|
|
154
|
+
"siteOpConfirm": {
|
|
155
|
+
"apply": "تطبيق هذا الموقع على الحواف؟",
|
|
156
|
+
"render": "اكتب تكوين nginx لهذا الموقع؟",
|
|
157
|
+
"purge": "هل تريد مسح ذاكرة التخزين المؤقت لهذا الموقع؟",
|
|
158
|
+
"dns-sync": "هل تريد مزامنة DNS لهذا الموقع؟",
|
|
159
|
+
"dist": "توزيع TLS على الحواف؟",
|
|
160
|
+
"issue": "مشكلة دعونا تشفير وتوزيع؟"
|
|
161
|
+
},
|
|
162
|
+
"pillNodesSites": "{{n}} العقد · {{s}} المواقع",
|
|
163
|
+
"statHit": "معدل الضرب",
|
|
164
|
+
"hitUnknown": "مجهول",
|
|
165
|
+
"lastHealthHint": "المسبار الأخير {{at}} · {{ok}}",
|
|
166
|
+
"lastHealthNever": "لم يتم التحقيق فيه بعد - قم بتشغيل التحقيق",
|
|
167
|
+
"lastHealthFail": "فشل التحقيق",
|
|
168
|
+
"healthLoopNeedSites": "أضف موقعًا أولاً",
|
|
169
|
+
"nodeStatus": {
|
|
170
|
+
"online": "متصل",
|
|
171
|
+
"offline": "غير متصل",
|
|
172
|
+
"draining": "استنزاف",
|
|
173
|
+
"unknown": "مجهول"
|
|
174
|
+
},
|
|
175
|
+
"statOnlineOf": "Online {{n}}/{{total}}",
|
|
176
|
+
"statDraining": "Draining {{n}}",
|
|
177
|
+
"localTest": "local / test",
|
|
178
|
+
"colRegion": "Region",
|
|
179
|
+
"previewOnlyNote": "Preview only — nothing was written to the edges.",
|
|
180
|
+
"statByRegion": "Region: ",
|
|
181
|
+
"statByApply": "Apply status: ",
|
|
182
|
+
"col": {
|
|
183
|
+
"origin": "Origin",
|
|
184
|
+
"edges": "Edges",
|
|
185
|
+
"apply": "Apply",
|
|
186
|
+
"dns": "DNS",
|
|
187
|
+
"edgesOnline": "Edges online / applied",
|
|
188
|
+
"dnsRr": "CDN DNS records"
|
|
189
|
+
},
|
|
190
|
+
"mode": {
|
|
191
|
+
"origin_pull": "Origin pull",
|
|
192
|
+
"reverse_proxy": "Reverse proxy",
|
|
193
|
+
"static_edge": "Static edge"
|
|
194
|
+
},
|
|
195
|
+
"dnsStrategy": {
|
|
196
|
+
"multi_a": "Multiple A records",
|
|
197
|
+
"cname": "CNAME",
|
|
198
|
+
"geo": "Geo"
|
|
199
|
+
},
|
|
200
|
+
"edgesOnlineApplied": "{{online}}/{{total}} online · {{applied}} applied",
|
|
201
|
+
"hitMiss": "Hits {{hits}} / misses {{misses}}",
|
|
202
|
+
"cacheBytes": "Cache ≈ {{n}} B",
|
|
203
|
+
"hitRateUnknown": "No access log with cache status and no cache directory, so hit rate cannot be estimated.",
|
|
204
|
+
"offlineHint": "Offline — probe failed. Remove the node if it is leftover."
|
|
119
205
|
}
|
package/locales/ar/cli.json
CHANGED
|
@@ -867,12 +867,12 @@
|
|
|
867
867
|
"defense": {
|
|
868
868
|
"ban": {
|
|
869
869
|
"--ip": {
|
|
870
|
-
"cc22de": "الاستخدام: {{CLI_NAME}} حظر الدفاع --ip <ip> [--method
|
|
870
|
+
"cc22de": "الاستخدام: {{CLI_NAME}} حظر الدفاع --ip <ip> [--method fail2ban|ufw|كلاهما] [--سبب t] [--تنفيذ]"
|
|
871
871
|
}
|
|
872
872
|
},
|
|
873
873
|
"unban": {
|
|
874
874
|
"--ip": {
|
|
875
|
-
"46aa23": "الاستخدام: {{CLI_NAME}} Defense unban --ip <ip> [--method
|
|
875
|
+
"46aa23": "الاستخدام: {{CLI_NAME}} Defense unban --ip <ip> [--method fail2ban|ufw|كلاهما] [--تنفيذ]"
|
|
876
876
|
}
|
|
877
877
|
},
|
|
878
878
|
"whitelist": {
|
|
@@ -882,7 +882,7 @@
|
|
|
882
882
|
},
|
|
883
883
|
"status": {
|
|
884
884
|
"bans": {
|
|
885
|
-
"a8d96b": "الاستخدام: {{CLI_NAME}} حالة الدفاع|الحظر|المشتبه بهم|الحظر|unban|القائمة البيضاء|تطبيق المكدس|fail2ban|جدار الحماية|المخطط الزمني|الإعدادات المسبقة [--json]\n
|
|
885
|
+
"a8d96b": "الاستخدام: {{CLI_NAME}} حالة الدفاع|الحظر|المشتبه بهم|الحظر|unban|القائمة البيضاء|تطبيق المكدس|fail2ban|جدار الحماية|المخطط الزمني|الإعدادات المسبقة [--json]\n الحظر [--نص q] [--المصدر fail2ban|لوحة|ufw|تلقائي]\n المشتبه بهم [--نص q]\n تطبيق المكدس [--تنفيذ] # UFW + fail2ban + الإعداد المسبق الحالي\nfail2ban | جدار الحماية # تحقيقات عميقة (صادقة)\n الجدول الزمني [--الحد N] [--نص q]\nالإعدادات المسبقة # قائمة + activePreset"
|
|
886
886
|
}
|
|
887
887
|
}
|
|
888
888
|
}
|
|
@@ -1048,7 +1048,7 @@
|
|
|
1048
1048
|
}
|
|
1049
1049
|
},
|
|
1050
1050
|
"x": {
|
|
1051
|
-
"972912": "الاستخدام:\n يقوم خادم ysk بترحيل المخزون [--data-dir PATH] --json\n ysk-server ترحيل المضيف --target root@IP [--identity-file PATH|--identity-id ID|--password PW] --تنفيذ [--صيانة] [--force-wipe-target]\n يقوم خادم ysk بترحيل المنشور --معرف الوظيفة --data-dir PATH --execute # على الهدف\n حالة ترحيل خادم ysk [--معرف الوظيفة]\n ysk-server ترحيل السيرة الذاتية - معرف الوظيفة -
|
|
1051
|
+
"972912": "الاستخدام:\n يقوم خادم ysk بترحيل المخزون [--data-dir PATH] --json\n ysk-server ترحيل المضيف --target root@IP [--identity-file PATH|--identity-id ID|--password PW] --تنفيذ [--صيانة] [--force-wipe-target]\n يقوم خادم ysk بترحيل المنشور --معرف الوظيفة --data-dir PATH --execute # على الهدف\n حالة ترحيل خادم ysk [--معرف الوظيفة]\n ysk-server ترحيل السيرة الذاتية - معرف الوظيفة - تنفيذ\n ysk-server migrate orphan-homes [--data-dir PATH] --json\n ysk-server migrate orphan-homes --path /home/ysk-server-UUID --confirm PATH --execute\n"
|
|
1052
1052
|
},
|
|
1053
1053
|
"hostingHelp": "الاستخدام: استضافة خادم ysk <sub>\n التشغيل الجاف الافتراضي للعمليات الخطرة؛ أضف --execute (+ YSK_EXECUTE=1) للتطبيق\n نجينكس | مزامنة nginx [--تنفيذ]\n توفير redis | توفير بوستجرس | توفير الخلية [--تنفيذ]\n منطقة نظام أسماء النطاقات --zone X --ip A.B.C.D [--ipv6 X:X::X] [--التحقق] [--إعادة التحميل]\n مناطق نظام أسماء النطاقات | حالة powerdns | تثبيت powerdns [--تثبيت|--تنفيذ]\n powerdns-load --zone X --ip A.B.C.D [--تحميل|--تنفيذ]\n تطبيق بالبريد الإلكتروني --domain X [--تثبيت|--تنفيذ]\n صندوق بريد البريد الإلكتروني - المجال X - المستخدم المحلي [- كلمة المرور P] [--ip A.B.C.D] [--النظام]\n تطبيق ftps --domain X [--تثبيت|--تنفيذ]\n أوقات التشغيل | تثبيت وقت التشغيل --kind العقدة|php|python|go|rust --version V [--install|--execute]\n حمامة-passdb --domain X | --الكل\n تطبيق بريد الويب --المجال webmail.example.com [--تنزيل]\n الملفات العامة --domain files.example.com [--إعادة تحميل]\n البريد الإلكتروني-bootstrap --domain example.com --ip A.B.C.D [--تثبيت|--تنفيذ]\n إمكانية تسليم البريد الإلكتروني --domain example.com # PTR/DNSBL/warmup pack (صادق)\n تطبيق جدار الحماية [--smtp] [--تنفيذ]",
|
|
1054
1054
|
"logsQuery": "الاستخدام: {{CLI_NAME}} استعلام السجلات --المصدر <id> [--سطور N] [--grep G] [--منذ ساعة واحدة] [-خطأ الأولوية]\n أمثلة المصدر: مجلة: مجلة: ملف nginx.service: مشروع سجل النظام: <uuid>\n {{CLI_NAME}} مصادر السجلات --json\n {{CLI_NAME}} مجلة السجلات [--unit nginx.service] --json"
|
package/locales/ar/common.json
CHANGED
|
@@ -35,6 +35,7 @@
|
|
|
35
35
|
"noData": "لا توجد بيانات",
|
|
36
36
|
"input": "مدخل",
|
|
37
37
|
"pleaseEnter": "أدخل {{value}}",
|
|
38
|
+
"required": "مطلوب",
|
|
38
39
|
"about": "عن",
|
|
39
40
|
"operation": "الإجراءات",
|
|
40
41
|
"delete": "يمسح",
|
|
@@ -121,5 +122,11 @@
|
|
|
121
122
|
"show": "يعرض",
|
|
122
123
|
"done": "منتهي",
|
|
123
124
|
"next": "التالي",
|
|
124
|
-
"previous": "سابق"
|
|
125
|
+
"previous": "سابق",
|
|
126
|
+
"all": "الجميع",
|
|
127
|
+
"showPassword": "يعرض",
|
|
128
|
+
"hidePassword": "يخفي",
|
|
129
|
+
"more": "أكثر",
|
|
130
|
+
"redirectedTo": "فُتح {{to}} (كان {{from}})",
|
|
131
|
+
"unavailable": "Not available right now"
|
|
125
132
|
}
|
package/locales/ar/cron.json
CHANGED
|
@@ -135,5 +135,34 @@
|
|
|
135
135
|
"sourceHost": "يستضيف",
|
|
136
136
|
"noHostJobs": "لا توجد وظائف crontab في هذا النطاق",
|
|
137
137
|
"hostPartial": "لا يمكن قراءة كل crontab للمستخدم (الجذر مطلوب)",
|
|
138
|
-
"pendingInstall": "في انتظار التثبيت ({{count}})"
|
|
138
|
+
"pendingInstall": "في انتظار التثبيت ({{count}})",
|
|
139
|
+
"hourRange": "يجب أن تكون الساعة من 0 إلى 23.",
|
|
140
|
+
"minuteRange": "يجب أن تكون الدقيقة 0–59.",
|
|
141
|
+
"hoursCommon": "ساعات مشتركة",
|
|
142
|
+
"hoursAll": "كل الساعات",
|
|
143
|
+
"invalidExpr": "ليس تعبير cron صالحًا مكونًا من 5 حقول.",
|
|
144
|
+
"needCommand": "الأمر مطلوب.",
|
|
145
|
+
"needUser": "اختر مشروعًا أو مستخدمًا للنظام.",
|
|
146
|
+
"hostCounts": "خطوط المضيف",
|
|
147
|
+
"hostCountsVal": "{{ysk}} · أخرى {{other}} · الإجمالي {{total}}",
|
|
148
|
+
"hostYskYes": "خطوط اللوحة موجودة",
|
|
149
|
+
"hostYskNo": "لا خطوط لوحة",
|
|
150
|
+
"emptyHostCrontab": "لا يوجد crontab لـ {{user}}.",
|
|
151
|
+
"writtenOnHost": "Written",
|
|
152
|
+
"registeredJobsChip": "Registered",
|
|
153
|
+
"registeredVsWritten": "Registered in the panel vs written to host crontab",
|
|
154
|
+
"installPreviewTitle": "Preview before installing to system crontab",
|
|
155
|
+
"installPreviewDesc": "This merges the YSK block into the host crontab. Existing non-YSK lines stay.",
|
|
156
|
+
"installPreviewMerge": "Install writes a YSK Server crontab merge block. It does not replace the whole crontab.",
|
|
157
|
+
"installPreviewEmpty": "No pending managed jobs — install still refreshes the YSK block.",
|
|
158
|
+
"editJobTitle": "Edit job",
|
|
159
|
+
"editJobDesc": "Changes stay in the panel until you install to the system crontab.",
|
|
160
|
+
"saveJob": "Save (management only)",
|
|
161
|
+
"panelLines": "Panel lines",
|
|
162
|
+
"otherLines": "Other lines",
|
|
163
|
+
"totalLines": "Total",
|
|
164
|
+
"writtenOnHostHint": "Lines already written to the host crontab",
|
|
165
|
+
"registeredJobsHint": "Jobs registered in the panel (including pending install)",
|
|
166
|
+
"pendingInstallCount": "{{n}} pending install",
|
|
167
|
+
"systemJobBadge": "No project · system user"
|
|
139
168
|
}
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
"runtime": "وقت التشغيل",
|
|
86
86
|
"runtimeHint": "يضبط إصدار وقت التشغيل الافتراضي ونمط النشر",
|
|
87
87
|
"runtimeVersion": "نسخة وقت التشغيل",
|
|
88
|
-
"versionHint": "
|
|
88
|
+
"versionHint": "يكتب إعداد إصدار بيئة تشغيل المشروع",
|
|
89
89
|
"serverIpv4": "خادم IPv4",
|
|
90
90
|
"serverIpv4Hint": "DNS أ / البريد SPF",
|
|
91
91
|
"serverIpv4Ph": "هذا المضيف IPv4 العام",
|
|
@@ -107,5 +107,24 @@
|
|
|
107
107
|
"noNotifs": "لا الإخطارات",
|
|
108
108
|
"noNotifsDesc": "تظهر تنبيهات النظام والمهام هنا",
|
|
109
109
|
"applyAuditTitle": "تطبيق تدقيق الحالة",
|
|
110
|
-
"applyAuditDesc": "حسنًا {{ok}} · تحذير {{warn}} · سيئ {{bad}}"
|
|
110
|
+
"applyAuditDesc": "حسنًا {{ok}} · تحذير {{warn}} · سيئ {{bad}}",
|
|
111
|
+
"barTitle": "{{count}} تنبيه على المضيف",
|
|
112
|
+
"levelCritical": "حرج",
|
|
113
|
+
"levelWarn": "تحذير",
|
|
114
|
+
"levelInfo": "معلومة",
|
|
115
|
+
"colTitle": "تنبيه",
|
|
116
|
+
"colDetail": "التفاصيل",
|
|
117
|
+
"colSource": "المصدر",
|
|
118
|
+
"notifSearch": "تنبيهات البحث",
|
|
119
|
+
"notifAll": "الجميع",
|
|
120
|
+
"notifDismiss": "يخفي",
|
|
121
|
+
"goFix": "يصلح",
|
|
122
|
+
"needDomainFirst": "أدخل نطاقاً أولاً",
|
|
123
|
+
"serviceAria": "{{name}}: {{state}}",
|
|
124
|
+
"sev": {
|
|
125
|
+
"ok": "OK",
|
|
126
|
+
"warn": "Warning",
|
|
127
|
+
"bad": "Problem"
|
|
128
|
+
},
|
|
129
|
+
"publicNo2fa": "This panel listens on all interfaces and your admin account has no 2FA."
|
|
111
130
|
}
|
package/locales/ar/db.json
CHANGED
|
@@ -217,7 +217,37 @@
|
|
|
217
217
|
"probe": "دقق",
|
|
218
218
|
"name": "اسم",
|
|
219
219
|
"type": "يكتب",
|
|
220
|
-
"status":
|
|
220
|
+
"status": {
|
|
221
|
+
"healthy": "صحيح",
|
|
222
|
+
"planned": "المخطط لها",
|
|
223
|
+
"partial": "جزئي",
|
|
224
|
+
"failed": "فشل",
|
|
225
|
+
"draft": "مسودة",
|
|
226
|
+
"degraded": "متدهورة",
|
|
227
|
+
"applied": "مُطبَّق"
|
|
228
|
+
},
|
|
229
|
+
"fleetSession": "معرف جلسة وكيل الأسطول",
|
|
230
|
+
"fleetSessionHint": "Optional. Paste a session UUID from /agents. Then this peer uses fleet (no SSH). Leave empty for SSH scp.",
|
|
231
|
+
"fleetSessionPh": "UUID لجلسة صفحة الوكلاء",
|
|
232
|
+
"engineNotInstalled": "{{engine}} غير مثبت على هذا المضيف — قم بتثبيته أولاً، أو افتح المحرك الذي يعمل بالفعل.",
|
|
233
|
+
"fleetSessionNone": "لا شيء - استخدم SSH",
|
|
234
|
+
"fleetSessionOpenAgents": "افتح / الوكلاء لتسجيل الجلسة",
|
|
235
|
+
"createWizardTitle": "يفتح معالج الخطة. يحتاج إلى IP محلي ونظير ≥1. يكتب عناصر اللوحة فقط (التشغيل الجاف). لا يتم إعادة تشغيل المحرك حتى تقوم بالتقديم.",
|
|
236
|
+
"bootstrap": "بوتستراب",
|
|
237
|
+
"fleetApply": "تطبيق الأسطول",
|
|
238
|
+
"planTitle": "إعادة إنشاء خطة المجموعة (بدون تغيير المضيف)",
|
|
239
|
+
"writeFileTitle": "كتابة ملفات الإدارة ضمن لوحة البيانات dir (التشغيل الجاف)",
|
|
240
|
+
"probeLocalTitle": "دقق في هذا المضيف فقط",
|
|
241
|
+
"probeAllTitle": "التحقيق مع كل عضو مسجل",
|
|
242
|
+
"bootstrapTitle": "قم بتثبيت القائمة المنسدلة المحلية وقم بتمهيد العقدة الأولى",
|
|
243
|
+
"remoteInstallPlanTitle": "معاينة التثبيت عن بعد (بدون تنفيذ)",
|
|
244
|
+
"downloadBundleTitle": "تنزيل حزمة نظير conf (.tar.gz)",
|
|
245
|
+
"pushPlanTitle": "معاينة الدفع إلى النظير (بدون scp)",
|
|
246
|
+
"fleetSyncPlanTitle": "معاينة مزامنة الأسطول (بدون تنفيذ)",
|
|
247
|
+
"fleetApplyTitle": "هل تنطبق على أعضاء الأسطول؟",
|
|
248
|
+
"redirectedFromCluster": "You were redirected here from /cluster. This is the database cluster tab.",
|
|
249
|
+
"roleUnassigned": "No role assigned",
|
|
250
|
+
"standaloneOtherEngines": "This engine is standalone. Other engines have clusters: {{names}}."
|
|
221
251
|
},
|
|
222
252
|
"console": {
|
|
223
253
|
"dataBrowse": "تصفح البيانات",
|
|
@@ -257,7 +287,9 @@
|
|
|
257
287
|
"reloadConfig": "إعادة تحميل التكوين",
|
|
258
288
|
"disableBoot": "تعطيل عند التمهيد",
|
|
259
289
|
"needRights": "يحتاج إلى حقوق تغيير النظام والمسؤول. الفشل يظهر الأسباب - لا تتظاهر بالنجاح أبدًا.",
|
|
260
|
-
"noneFetched": "- لا أحد -"
|
|
290
|
+
"noneFetched": "- لا أحد -",
|
|
291
|
+
"disableBootConfirm": "لن يبدأ المحرك بعد إعادة التشغيل حتى تقوم بتمكينه مرة أخرى.",
|
|
292
|
+
"affectsProjects": "Sites and services that use this engine will be interrupted."
|
|
261
293
|
},
|
|
262
294
|
"expiresLabel": "تنتهي",
|
|
263
295
|
"importEntry": "الدخول: {{url}}",
|
|
@@ -283,5 +315,28 @@
|
|
|
283
315
|
"unfreezeOk": "{{engine}} تم الانتهاء من الإصلاح",
|
|
284
316
|
"startAfterUnfreeze": "بدء الخدمة (تشغيل خطة الإصلاح تلقائيًا عند الفشل)",
|
|
285
317
|
"serviceDownTitle": "خدمة قاعدة البيانات معطلة",
|
|
286
|
-
"serviceDownBody": "الخدمة غير صحية"
|
|
318
|
+
"serviceDownBody": "الخدمة غير صحية",
|
|
319
|
+
"emptyDbHostHasRows": "لدى المضيف بالفعل قواعد بيانات غير موجودة في قائمة مستوى التحكم هذه.",
|
|
320
|
+
"hostHasUntracked": "{{count}} قواعد البيانات المضيفة غير مسجلة في اللوحة",
|
|
321
|
+
"hostInventoryHint": "الجدول عبارة عن صفوف مستوى التحكم فقط. الأسماء الحية تأتي من إظهار قواعد البيانات.",
|
|
322
|
+
"adoptHostDb": "تسجيل {{name}}",
|
|
323
|
+
"remoteTest": "اتصال الاختبار",
|
|
324
|
+
"remoteTestDone": "انتهى مسبار المضيف البعيد",
|
|
325
|
+
"remoteTestOk": "يمكن الوصول إليها",
|
|
326
|
+
"remoteTestFail": "لا يمكن الوصول إليه",
|
|
327
|
+
"remoteNotChecked": "لم يتم اختباره",
|
|
328
|
+
"registeredVsHostHint": "مسجّل في اللوحة / موجود على المضيف",
|
|
329
|
+
"dumpNeedRegistered": "سجّل قاعدة بيانات في اللوحة أولاً",
|
|
330
|
+
"dumpFirstDbTitle": "تصدير أول قاعدة مسجّلة",
|
|
331
|
+
"importNeedRegistered": "سجّل قاعدة بيانات في اللوحة أولاً",
|
|
332
|
+
"importLatestNeedConfirm": "يحتاج تأكيدًا — يستورد إلى القاعدة المسجّلة",
|
|
333
|
+
"adoptHostDbTitle": "يسجّل الاسم في مستوى التحكم فقط ولا يغيّر بيانات المضيف.",
|
|
334
|
+
"cleanupExpiredTempUsersTitle": "يحذف مستخدمي اللوحة المؤقتين المنتهية صلاحيتهم",
|
|
335
|
+
"remoteDeleteTitle": "إزالة هذا التسجيل فقط",
|
|
336
|
+
"remoteDeleteConfirm": "إزالة التسجيل {{name}}؟ لن يُغيَّر الخادم البعيد.",
|
|
337
|
+
"registeredCount": "Registered",
|
|
338
|
+
"hostCount": "On host",
|
|
339
|
+
"registeredUsers": "Registered users",
|
|
340
|
+
"registeredUsersHint": "Panel registrations only — not every MySQL account",
|
|
341
|
+
"hostStillExists": "Still on host"
|
|
287
342
|
}
|
package/locales/ar/dns.json
CHANGED
|
@@ -212,5 +212,23 @@
|
|
|
212
212
|
"aboutHealthTitle": "صحة الخدمة",
|
|
213
213
|
"aboutHealthBody": "استخدم الأدوات لفحص PowerDNS ومعالجة الارتباط وفتح المنفذ 53.",
|
|
214
214
|
"aboutStackTitle": "برمجة",
|
|
215
|
-
"aboutStackBody": "قم بفحص/تحديث حزمة PowerDNS ضمن البرنامج."
|
|
215
|
+
"aboutStackBody": "قم بفحص/تحديث حزمة PowerDNS ضمن البرنامج.",
|
|
216
|
+
"invalidZone": "اسم المنطقة غير صالح. استخدم نطاقًا حقيقيًا (مثل example.com).",
|
|
217
|
+
"invalidIpv4": "IPv4 غير صالح. يجب أن تكون كل ثماني بتات من 0 إلى 255.",
|
|
218
|
+
"mailZonesMissing": "لا تحتوي مجالات البريد الإلكتروني على منطقة DNS هنا: {{domains}}.",
|
|
219
|
+
"createMailZone": "إنشاء منطقة البريد",
|
|
220
|
+
"createMailZoneNow": "منطقة البريد التي تم إنشاؤها {{domain}}",
|
|
221
|
+
"healNeedInstall": "لم يتم تثبيت PowerDNS - قم بتثبيته في علامة التبويب \"البرامج\" أولاً",
|
|
222
|
+
"applyNeedService": "خدمة DNS ليست قيد التشغيل - قم بتشغيلها أو تثبيتها قبل التطبيق",
|
|
223
|
+
"deleteZoneNeedName": "احذف هذه المنطقة — ستكتب اسم المنطقة للتأكيد",
|
|
224
|
+
"toolsFirewallTitle": "الجدار الناري (UFW)",
|
|
225
|
+
"toolsFirewallHint": "السماح أو حظر المنفذ 53. هذا لا يشغّل أو يوقف PowerDNS.",
|
|
226
|
+
"toolsUnitTitle": "وحدة PowerDNS",
|
|
227
|
+
"toolsUnitHint": "وحدة systemd pdns — بدء، إيقاف، إعادة تشغيل، إعادة تحميل.",
|
|
228
|
+
"installConfirmTitle": "تثبيت PowerDNS؟",
|
|
229
|
+
"installConfirmDesc": "يثبّت pdns-server ويكتب الإعداد المُدار. يحتاج root و YSK_EXECUTE=1.",
|
|
230
|
+
"installConfirmConsequence": "بعد التثبيت والتشغيل سيستخدم PowerDNS المنفذ 53.",
|
|
231
|
+
"installPort53Busy": "يوجد بالفعل مستمع على المنفذ 53. قد يفشل ربط PowerDNS حتى يُوقف أو يُصلح ذلك المستمع.",
|
|
232
|
+
"installPort53BusyConsequence": "أصلح الربط أو أوقف المستمع الآخر قبل توقع إجابات على المنفذ 53.",
|
|
233
|
+
"createZoneNeedValid": "Enter a valid zone name and IPv4 address"
|
|
216
234
|
}
|
|
@@ -0,0 +1,247 @@
|
|
|
1
|
+
{
|
|
2
|
+
"title": "Docker",
|
|
3
|
+
"subtitle": "ثبّت وتحكّم بمحرك Docker والحاويات والصور ومشاريع Compose والقرص على هذا المضيف.",
|
|
4
|
+
"refresh": "تحديث",
|
|
5
|
+
"notInstalled": "Docker Engine غير مثبت. ثبّت docker.io و docker-compose-v2 من هذه الصفحة.",
|
|
6
|
+
"protected": "محمي",
|
|
7
|
+
"pruneConfirm": "اكتب PRUNE لتأكيد تنظيف volume أو النظام",
|
|
8
|
+
"settingsHint": "مجموعة آمنة فقط من daemon.json. التطبيق يكتب الملف ويعيد تشغيل docker.service.",
|
|
9
|
+
"cli": {
|
|
10
|
+
"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]"
|
|
11
|
+
},
|
|
12
|
+
"tab": {
|
|
13
|
+
"overview": "نظرة عامة",
|
|
14
|
+
"containers": "الحاويات",
|
|
15
|
+
"images": "الصور",
|
|
16
|
+
"compose": "Compose",
|
|
17
|
+
"volumes": "مجلدات",
|
|
18
|
+
"networks": "الشبكات",
|
|
19
|
+
"prune": "تنظيف",
|
|
20
|
+
"settings": "الإعدادات",
|
|
21
|
+
"about": "عن"
|
|
22
|
+
},
|
|
23
|
+
"col": {
|
|
24
|
+
"engine": "المحرك",
|
|
25
|
+
"containers": "الحاويات",
|
|
26
|
+
"version": "الإصدار",
|
|
27
|
+
"dataRoot": "دليل البيانات",
|
|
28
|
+
"disk": "القرص",
|
|
29
|
+
"validators": "مكدسات المدقق",
|
|
30
|
+
"name": "الاسم",
|
|
31
|
+
"image": "الصورة",
|
|
32
|
+
"status": "الحالة",
|
|
33
|
+
"ports": "المنافذ",
|
|
34
|
+
"managed": "تديره اللوحة",
|
|
35
|
+
"size": "الحجم",
|
|
36
|
+
"driver": "المشغّل",
|
|
37
|
+
"type": "النوع",
|
|
38
|
+
"reclaimable": "قابل للاسترداد"
|
|
39
|
+
},
|
|
40
|
+
"state": {
|
|
41
|
+
"up": "نشط",
|
|
42
|
+
"down": "متوقف",
|
|
43
|
+
"running": "Running",
|
|
44
|
+
"exited": "Exited",
|
|
45
|
+
"restarting": "Restarting",
|
|
46
|
+
"restartingCount": "Restarting · {{n}} times",
|
|
47
|
+
"paused": "Paused",
|
|
48
|
+
"created": "Created",
|
|
49
|
+
"dead": "Dead",
|
|
50
|
+
"removing": "Removing",
|
|
51
|
+
"unknown": "Unknown"
|
|
52
|
+
},
|
|
53
|
+
"actions": {
|
|
54
|
+
"start": "بدء",
|
|
55
|
+
"stop": "إيقاف",
|
|
56
|
+
"restart": "إعادة تشغيل",
|
|
57
|
+
"remove": "حذف",
|
|
58
|
+
"logs": "السجلات",
|
|
59
|
+
"inspect": "فحص",
|
|
60
|
+
"exec": "Exec (الإصدار)",
|
|
61
|
+
"run": "تشغيل صورة",
|
|
62
|
+
"pull": "سحب",
|
|
63
|
+
"up": "رفع",
|
|
64
|
+
"down": "إنزال",
|
|
65
|
+
"createVolume": "إنشاء volume",
|
|
66
|
+
"createNetwork": "إنشاء شبكة",
|
|
67
|
+
"pruneContainers": "تنظيف الحاويات",
|
|
68
|
+
"pruneImages": "تنظيف الصور",
|
|
69
|
+
"pruneVolumes": "تنظيف volumes",
|
|
70
|
+
"pruneSystem": "تنظيف النظام",
|
|
71
|
+
"startEngine": "بدء المحرك",
|
|
72
|
+
"stopEngine": "إيقاف المحرك",
|
|
73
|
+
"restartEngine": "إعادة تشغيل المحرك",
|
|
74
|
+
"applyDaemon": "تطبيق إعدادات المحرك"
|
|
75
|
+
},
|
|
76
|
+
"empty": {
|
|
77
|
+
"containers": "لا حاويات",
|
|
78
|
+
"images": "لا صور",
|
|
79
|
+
"compose": "لا مشاريع Compose",
|
|
80
|
+
"volumes": "لا volumes",
|
|
81
|
+
"networks": "لا شبكات",
|
|
82
|
+
"composeDesc": "Projects come from validator nodes or Compose files already on this host. This page does not accept arbitrary YAML uploads.",
|
|
83
|
+
"composeCta": "Open validator nodes"
|
|
84
|
+
},
|
|
85
|
+
"logs": {
|
|
86
|
+
"empty": "لا سجلات بعد",
|
|
87
|
+
"follow": "Follow"
|
|
88
|
+
},
|
|
89
|
+
"settings": {
|
|
90
|
+
"logMaxSize": "الحد الأقصى لسجل الحاوية",
|
|
91
|
+
"liveRestore": "استعادة حية (الإبقاء على الحاويات إن أُعيد تشغيل الشيطان)",
|
|
92
|
+
"mirrors": "مرايا Registry (عنوان لكل سطر)",
|
|
93
|
+
"insecure": "سجلات غير مشفّرة (مضيف لكل سطر)"
|
|
94
|
+
},
|
|
95
|
+
"about": {
|
|
96
|
+
"body": "Docker خدمة مضيف من الدرجة الأولى في YSK Server مثل Nginx. يُثبَّت من اللوحة (Ubuntu docker.io + docker-compose-v2). تعمل عُقد المدقق كمشاريع Compose باسم yskval-*.",
|
|
97
|
+
"honesty": "تغييرات المضيف تحتاج root و YSK_EXECUTE=1. الافتراضي dry-run. هذه الصفحة ليست Kubernetes.",
|
|
98
|
+
"validators": "فتح عُقد المدقق"
|
|
99
|
+
},
|
|
100
|
+
"alerts": {
|
|
101
|
+
"daemonTitle": "شيطان Docker متوقف",
|
|
102
|
+
"daemonBody": "Docker مثبت لكن docker.service غير نشط. لا يمكن بدء مكدسات المدقق."
|
|
103
|
+
},
|
|
104
|
+
"errors": {
|
|
105
|
+
"notInstalled": "Docker غير مثبت",
|
|
106
|
+
"daemonDown": "شيطان Docker غير نشط",
|
|
107
|
+
"needCompose": "مطلوب docker compose (إضافة v2)",
|
|
108
|
+
"badImage": "مرجع صورة غير صالح",
|
|
109
|
+
"badName": "اسم غير صالح",
|
|
110
|
+
"badPort": "نشر منفذ غير صالح",
|
|
111
|
+
"badEnv": "متغير بيئة غير صالح",
|
|
112
|
+
"badVolume": "تركيب مجلد غير صالح",
|
|
113
|
+
"badNetwork": "شبكة غير صالحة",
|
|
114
|
+
"protectedNetwork": "لا يمكن حذف شبكة Docker مدمجة",
|
|
115
|
+
"badRestart": "سياسة إعادة التشغيل غير صالحة",
|
|
116
|
+
"badPrune": "نطاق التنظيف غير صالح",
|
|
117
|
+
"needPruneConfirm": "تنظيف volume أو النظام يتطلب confirm=PRUNE",
|
|
118
|
+
"badDaemon": "إعداد المحرك غير صالح",
|
|
119
|
+
"composeMissing": "ملف Compose لهذا المشروع غير موجود",
|
|
120
|
+
"logsFailed": "تعذر قراءة سجلات الحاوية",
|
|
121
|
+
"mutateFailed": "فشل أمر Docker",
|
|
122
|
+
"engineFailed": "تعذر التحكم بـ docker.service",
|
|
123
|
+
"badExec": "exec مقتصر على الثنائيات والإعدادات المسبقة المسموحة (بدون صدفة ولا TTY)",
|
|
124
|
+
"uninstallBusy": "أوقف الحاويات التي تديرها اللوحة (بما فيها مكدسات المدقق) قبل إزالة Docker"
|
|
125
|
+
},
|
|
126
|
+
"notes": {
|
|
127
|
+
"dryMutate": "dry-run فقط. مرّر --execute و YSK_EXECUTE=1 لتغيير المضيف.",
|
|
128
|
+
"dryPrune": "معاينة التنظيف (غير مطبّقة).",
|
|
129
|
+
"dryEngine": "التحكم بالمحرك dry-run.",
|
|
130
|
+
"dryDaemon": "سيُكتب /etc/docker/daemon.json ويُعاد تشغيل docker.service.",
|
|
131
|
+
"daemonWrote": "كُتب daemon.json",
|
|
132
|
+
"start": "بدأت الحاوية",
|
|
133
|
+
"stop": "توقفت الحاوية",
|
|
134
|
+
"restart": "أُعيد تشغيل الحاوية",
|
|
135
|
+
"remove": "حُذفت الحاوية",
|
|
136
|
+
"ran": "بدأت الحاوية من صورة",
|
|
137
|
+
"pulled": "سُحبت الصورة",
|
|
138
|
+
"exec": "شُغّل exec مسموح",
|
|
139
|
+
"imageRemoved": "حُذفت الصورة",
|
|
140
|
+
"volumeCreated": "أُنشئ volume",
|
|
141
|
+
"volumeRemoved": "حُذف volume",
|
|
142
|
+
"networkCreated": "أُنشئت الشبكة",
|
|
143
|
+
"networkRemoved": "حُذفت الشبكة",
|
|
144
|
+
"pruned": "اكتمل التنظيف",
|
|
145
|
+
"compose": {
|
|
146
|
+
"up": "بدأ مشروع Compose",
|
|
147
|
+
"down": "توقف مشروع Compose",
|
|
148
|
+
"restart": "أُعيد تشغيل مشروع Compose",
|
|
149
|
+
"rm": "Compose project removed"
|
|
150
|
+
},
|
|
151
|
+
"engine": {
|
|
152
|
+
"start": "بدأ docker.service",
|
|
153
|
+
"stop": "توقف docker.service",
|
|
154
|
+
"restart": "أُعيد تشغيل docker.service"
|
|
155
|
+
}
|
|
156
|
+
},
|
|
157
|
+
"needEngineTitle": "Install Docker Engine first",
|
|
158
|
+
"notInstalledValue": "Not installed",
|
|
159
|
+
"nameHint": "Letters, digits, underscore, dot, hyphen (max 128)",
|
|
160
|
+
"volPlaceholder": "my-data",
|
|
161
|
+
"netPlaceholder": "my-net",
|
|
162
|
+
"runPorts": "Publish ports",
|
|
163
|
+
"runPortsHint": "host:container per line, e.g. 8080:80",
|
|
164
|
+
"runEnv": "Environment",
|
|
165
|
+
"runEnvHint": "KEY=value per line",
|
|
166
|
+
"runRestart": "Restart policy",
|
|
167
|
+
"runNetwork": "Network",
|
|
168
|
+
"runVolumes": "Volumes",
|
|
169
|
+
"runVolumesHint": "volume:dest per line",
|
|
170
|
+
"runAdvancedHint": "For multi-service stacks use validator nodes or Compose files already on this host.",
|
|
171
|
+
"daemonConfirmTitle": "Apply daemon settings?",
|
|
172
|
+
"daemonConfirmDesc": "Writes daemon.json and restarts docker.service. All containers will be interrupted.",
|
|
173
|
+
"ui": {
|
|
174
|
+
"whatYouGet": "ماذا تفعل هذه الصفحة",
|
|
175
|
+
"whatYouGetLead": "ثبّت Docker Engine أولاً. بعدها يمكنك تشغيل حاوية واحدة وسحب الصور وعرض مكدسات Compose للمدقق الموجودة على هذا المضيف.",
|
|
176
|
+
"capEngine": "المحرك",
|
|
177
|
+
"capEngineDesc": "تثبيت بنقرة واحدة لـ docker.io و docker-compose-v2. شغّل وأوقف docker.service من هنا.",
|
|
178
|
+
"capWork": "الحاويات والصور",
|
|
179
|
+
"capWorkDesc": "اختر صورة شائعة واسحبها وشغّلها ثم اقرأ السجلات أو افحص الحاوية.",
|
|
180
|
+
"capStacks": "مكدسات المدقق",
|
|
181
|
+
"capStacksDesc": "المكدسات متعددة الخدمات هي مشاريع Compose للمدقق (yskval-*). هذه الصفحة لا تقبل رفع YAML.",
|
|
182
|
+
"cardEngine": "المحرك",
|
|
183
|
+
"cardDisk": "القرص",
|
|
184
|
+
"cardWork": "على هذا المضيف",
|
|
185
|
+
"compose": "Compose",
|
|
186
|
+
"cgroup": "cgroup",
|
|
187
|
+
"used": "مستخدم",
|
|
188
|
+
"free": "متاح",
|
|
189
|
+
"running": "قيد التشغيل",
|
|
190
|
+
"images": "صور",
|
|
191
|
+
"volumes": "Volume",
|
|
192
|
+
"networks": "شبكات",
|
|
193
|
+
"goImages": "صور",
|
|
194
|
+
"goValidators": "عقد المدقق",
|
|
195
|
+
"imagePickHint": "اختر صورة شائعة. استخدم أخرى فقط عندما تحتاج مرجعاً مختلفاً.",
|
|
196
|
+
"imageCustom": "أخرى",
|
|
197
|
+
"driver": "المشغّل",
|
|
198
|
+
"driverLocalOnly": "هذه اللوحة تنشئ مجلدات local فقط.",
|
|
199
|
+
"netDefaultDriver": "الشبكات الجديدة تستخدم مشغّل bridge الافتراضي في Docker.",
|
|
200
|
+
"pruneWhat": "ما الذي يُحذف",
|
|
201
|
+
"pruneAck": "أفهم أن البيانات غير المستخدمة ستُحذف ولا يمكن استعادتها",
|
|
202
|
+
"pruneAckDesc": "تنظيف المجلدات أو النظام لا يمكن التراجع عنه. تُحذف الحاويات المتوقفة والصور غير المستخدمة للنطاق المحدد.",
|
|
203
|
+
"pruneNow": "تنظيف الآن",
|
|
204
|
+
"useMirrors": "استخدام مرايا السجل",
|
|
205
|
+
"useInsecure": "السماح بسجلات غير مشفّرة",
|
|
206
|
+
"publishPorts": "نشر منافذ على المضيف",
|
|
207
|
+
"attachVolume": "إرفاق مجلد",
|
|
208
|
+
"setEnv": "تعيين متغيرات البيئة",
|
|
209
|
+
"defaultNet": "افتراضي",
|
|
210
|
+
"mountPath": "مسار التركيب",
|
|
211
|
+
"restartNo": "أبداً",
|
|
212
|
+
"restartUnless": "ما لم يُوقف",
|
|
213
|
+
"restartAlways": "دائماً",
|
|
214
|
+
"restartOnFail": "عند الفشل",
|
|
215
|
+
"needAck": "أكّد قبل التنظيف",
|
|
216
|
+
"scopeContainers": "حاويات متوقفة",
|
|
217
|
+
"scopeImages": "صور غير مستخدمة",
|
|
218
|
+
"scopeVolumes": "مجلدات غير مستخدمة",
|
|
219
|
+
"scopeBuilder": "ذاكرة البناء المؤقتة",
|
|
220
|
+
"scopeSystem": "كل غير المستخدم",
|
|
221
|
+
"noVolumesYet": "لا توجد مجلدات بعد — أنشئ واحداً في تبويب المجلدات أولاً.",
|
|
222
|
+
"customPort": "منفذ مضيف آخر",
|
|
223
|
+
"customPortHost": "منفذ المضيف",
|
|
224
|
+
"customPortContainer": "منفذ الحاوية",
|
|
225
|
+
"pctUsed": "مستخدم {{n}}%",
|
|
226
|
+
"customPortHint": "1–65535. Example: 9090 → 80.",
|
|
227
|
+
"pickBridge": "Bridge network"
|
|
228
|
+
},
|
|
229
|
+
"deleteTitle": "Delete {{id}}",
|
|
230
|
+
"deleteDesc": "This cannot be undone.",
|
|
231
|
+
"deleteC1": "The resource is removed from this host.",
|
|
232
|
+
"deleteComposeVal": "This is a validator stack — the validator instance is also deleted.",
|
|
233
|
+
"pruneTitle": "Prune Docker resources",
|
|
234
|
+
"pruneDesc": "Type PRUNE to confirm. Unused data cannot be restored.",
|
|
235
|
+
"pruneC1": "Unused resources in the selected scope are deleted.",
|
|
236
|
+
"pruneC2": "Volume and system prune permanently delete unused data volumes.",
|
|
237
|
+
"pruneC3": "Stopped containers or unused images in this scope are removed.",
|
|
238
|
+
"df": {
|
|
239
|
+
"images": "Images",
|
|
240
|
+
"containers": "Containers",
|
|
241
|
+
"volumes": "Local volumes",
|
|
242
|
+
"builder": "Build cache",
|
|
243
|
+
"other": "Other"
|
|
244
|
+
},
|
|
245
|
+
"deleteRunningWarn": "This container is still running or restarting. It will be force-removed.",
|
|
246
|
+
"stopEngineDesc": "This stops the Docker engine and all {{n}} container(s) on this host."
|
|
247
|
+
}
|