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
|
@@ -90,26 +90,26 @@
|
|
|
90
90
|
"mediaNote": "वास्तविक ब्राउज़र: वीडियो स्ट्रीम किया गया है; ऑडियो अभी तक पैनल पर ब्रिज नहीं किया गया है (चरण 2)।",
|
|
91
91
|
"isolationNote": "वास्तविक ब्राउज़र क्रोम के लिए एक अल्पकालिक लिनक्स उपयोगकर्ता बनाता है; पृष्ठ छोड़ने या निष्क्रिय टाइमआउट करने से वह उपयोगकर्ता नष्ट हो जाता है।",
|
|
92
92
|
"resumeHint": "पिछला सत्र फिर से शुरू करें ({{count}} टैब)",
|
|
93
|
-
"resume": "
|
|
94
|
-
"resumeDismiss": "
|
|
93
|
+
"resume": "फिर शुरू करना",
|
|
94
|
+
"resumeDismiss": "नकार देना",
|
|
95
95
|
"resumeDone": "सत्र फिर शुरू हुआ",
|
|
96
96
|
"settingsSafety": "नेविगेशन सुरक्षा",
|
|
97
97
|
"settingsSafetyHint": "सख्त अवरोध अधिक जोखिम भरे मेज़बानों को रोकते हैं; रिलैक्स्ड व्यापक इंट्रानेट लक्ष्यों की अनुमति देता है। क्लाउड मेटाडेटा के लिए SSRF सुरक्षा अक्षम नहीं करता.",
|
|
98
|
-
"safetyStrict": "
|
|
99
|
-
"safetyStandard": "
|
|
100
|
-
"safetyRelaxed": "
|
|
98
|
+
"safetyStrict": "कठोर",
|
|
99
|
+
"safetyStandard": "मानक",
|
|
100
|
+
"safetyRelaxed": "ढील",
|
|
101
101
|
"settingsBlockHosts": "अवरुद्ध होस्ट प्रत्यय",
|
|
102
102
|
"settingsBlockHostsHint": "प्रति पंक्ति एक होस्टनाम या प्रत्यय (जैसे मैलवेयर.टेस्ट)। सटीक और प्रत्यय मिलान अवरुद्ध हैं.",
|
|
103
103
|
"settingsAllowDangerousDownloads": "उच्च जोखिम वाले डाउनलोड की अनुमति दें (exe/स्क्रिप्ट)",
|
|
104
104
|
"settingsAudioBridge": "पेज ऑडियो को पैनल पर ब्रिज करें",
|
|
105
105
|
"settingsAudioBridgeHint": "स्ट्रीम इस ब्राउज़र में क्रोम ऑडियो होस्ट करती है। कुछ साइटों को प्लेबैक अनलॉक करने के लिए एक क्लिक की आवश्यकता होती है।",
|
|
106
|
-
"downloads": "
|
|
106
|
+
"downloads": "डाउनलोड",
|
|
107
107
|
"downloadsEmpty": "इस सत्र में कोई डाउनलोड नहीं",
|
|
108
|
-
"downloadReady": "
|
|
109
|
-
"downloadBlocked": "
|
|
110
|
-
"downloadPending": "
|
|
111
|
-
"downloadFailed": "
|
|
112
|
-
"downloadSave": "
|
|
108
|
+
"downloadReady": "तैयार",
|
|
109
|
+
"downloadBlocked": "अवरोधित",
|
|
110
|
+
"downloadPending": "लंबित",
|
|
111
|
+
"downloadFailed": "असफल",
|
|
112
|
+
"downloadSave": "बचाना",
|
|
113
113
|
"audioUnlock": "ध्वनि सक्षम करें",
|
|
114
114
|
"audioUnlockHint": "इस टैब में ऑडियो प्लेबैक अनलॉक करने के लिए क्लिक करें",
|
|
115
115
|
"audioUnlocked": "ऑडियो अनलॉक किया गया",
|
|
@@ -119,10 +119,30 @@
|
|
|
119
119
|
"audioNotBridged": "ऑडियो बंद",
|
|
120
120
|
"audioNotBridgedHint": "पेज सुनने के लिए सेटिंग्स में ऑडियो ब्रिज चालू करें",
|
|
121
121
|
"mediaPolicyTitle": "वास्तविक ब्राउज़र में मीडिया",
|
|
122
|
-
"mediaVideoLabel": "
|
|
122
|
+
"mediaVideoLabel": "वीडियो",
|
|
123
123
|
"mediaVideoDesc": "होस्ट पर प्रस्तुत किया गया और पैनल में फ़्रेम के रूप में स्ट्रीम किया गया।",
|
|
124
|
-
"mediaAudioLabel": "
|
|
124
|
+
"mediaAudioLabel": "ऑडियो",
|
|
125
125
|
"mediaAudioDesc": "होस्ट क्रोम से वैकल्पिक ब्रिज; अनलॉक क्लिक की आवश्यकता हो सकती है.",
|
|
126
|
-
"mediaPolicyLabel": "
|
|
127
|
-
"mediaPolicyDesc": "डाउनलोड और ऑटोप्ले उपरोक्त सुरक्षा और डाउनलोड सेटिंग्स का पालन करते हैं।"
|
|
126
|
+
"mediaPolicyLabel": "नीति",
|
|
127
|
+
"mediaPolicyDesc": "डाउनलोड और ऑटोप्ले उपरोक्त सुरक्षा और डाउनलोड सेटिंग्स का पालन करते हैं।",
|
|
128
|
+
"frameBlocked": "पृष्ठ को पैनल फ़्रेम में नहीं दिखाया जा सका.",
|
|
129
|
+
"historyEmpty": "इस सत्र में कोई इतिहास नहीं.",
|
|
130
|
+
"bookmarksEmpty": "अभी तक कोई बुकमार्क नहीं.",
|
|
131
|
+
"closeSessionHint": "इस ब्राउज़ सत्र के लिए कुकीज़ साफ़ करता है। बुकमार्क रहते हैं.",
|
|
132
|
+
"bookmarkAdd": "बुकमार्क जोड़ें या हटाएँ",
|
|
133
|
+
"bookmarkList": "बुकमार्क सूची",
|
|
134
|
+
"envUnset": "सेट नहीं",
|
|
135
|
+
"envPanelValue": "पैनल: {{value}}",
|
|
136
|
+
"settingsNoSandboxWarn": "क्रोमियम सैंडबॉक्स अक्षम करता है. केवल विश्वसनीय कंटेनर के अंदर ही उपयोग करें। अगले वास्तविक-ब्राउज़र सत्र पर लागू होता है।",
|
|
137
|
+
"settingsDangerDlWarn": "होस्ट ब्राउज़र के माध्यम से निष्पादन योग्य और स्क्रिप्ट डाउनलोड की अनुमति देता है। पुष्टि करें कि आपको इसकी आवश्यकता है.",
|
|
138
|
+
"settingsDangerConfirmTitle": "उच्च जोखिम वाली ब्राउज़ सेटिंग सक्षम करें?",
|
|
139
|
+
"needUrl": "सत्र शुरू करने के लिए ऊपर URL दर्ज करें।",
|
|
140
|
+
"envColVar": "चर",
|
|
141
|
+
"envColHost": "होस्ट प्रक्रिया",
|
|
142
|
+
"envColPanel": "पैनल सेटिंग",
|
|
143
|
+
"envColEffective": "प्रभावी",
|
|
144
|
+
"engineBrowserNeedChrome": "Real browser (Chrome not installed)",
|
|
145
|
+
"egressHint": "The target site sees this server’s outbound address ({{host}}), not your laptop. Cookies stay in the server session jar.",
|
|
146
|
+
"closeNoSession": "No session yet",
|
|
147
|
+
"resumeHintDetail": "Resume previous session ({{count}} tabs) · {{url}} · {{when}}"
|
|
128
148
|
}
|
package/locales/hi/login.json
CHANGED
|
@@ -1,14 +1,19 @@
|
|
|
1
1
|
{
|
|
2
|
-
"title": "
|
|
2
|
+
"title": "YSK Server में साइन इन करें",
|
|
3
3
|
"subtitle": "सर्वर कंसोल",
|
|
4
4
|
"username": "उपयोगकर्ता नाम",
|
|
5
5
|
"password": "पासवर्ड",
|
|
6
|
-
"submit": "
|
|
7
|
-
"failed": "
|
|
8
|
-
"footer": "
|
|
9
|
-
"totpRequired": "इस खाते
|
|
6
|
+
"submit": "साइन इन",
|
|
7
|
+
"failed": "साइन इन विफल। उपयोगकर्ता नाम या पासवर्ड जाँचें।",
|
|
8
|
+
"footer": "YSK Limited का उत्पाद",
|
|
9
|
+
"totpRequired": "इस खाते पर 2FA चालू है। 6 अंकों का कोड दर्ज करें।",
|
|
10
10
|
"totpLabel": "प्रमाणीकरण कोड",
|
|
11
|
-
"totpHint": "
|
|
12
|
-
"submitting": "इन
|
|
13
|
-
"sessionExpired": "सत्र
|
|
11
|
+
"totpHint": "प्रमाणक ऐप से 6 अंकों का कोड",
|
|
12
|
+
"submitting": "साइन इन हो रहा है…",
|
|
13
|
+
"sessionExpired": "सत्र समाप्त; फिर साइन इन करें",
|
|
14
|
+
"newPassword": "नया पासवर्ड",
|
|
15
|
+
"newPasswordAgain": "नया पासवर्ड पुष्टि करें",
|
|
16
|
+
"changePassword": "पासवर्ड बदलें",
|
|
17
|
+
"passwordMismatch": "पासवर्ड मेल नहीं खाते",
|
|
18
|
+
"passwordChanged": "पासवर्ड अपडेट हो गया"
|
|
14
19
|
}
|
package/locales/hi/logs.json
CHANGED
|
@@ -123,7 +123,7 @@
|
|
|
123
123
|
"logrotateLabel": "लॉगरोटेट",
|
|
124
124
|
"srcNginx": "nginx",
|
|
125
125
|
"srcSsh": "एसएसएच",
|
|
126
|
-
"
|
|
126
|
+
"srcfail2ban": "फ़ैल2बैन",
|
|
127
127
|
"srcAuthLog": "auth.log",
|
|
128
128
|
"srcNginxError": "nginx त्रुटि",
|
|
129
129
|
"srcLetsEncrypt": "letsencrypt",
|
|
@@ -131,5 +131,34 @@
|
|
|
131
131
|
"groupVarLog": "/var/log",
|
|
132
132
|
"prioErr": "ग़लती+",
|
|
133
133
|
"prioWarn": "चेतावनी+",
|
|
134
|
-
"prioInfo": "जानकारी+"
|
|
134
|
+
"prioInfo": "जानकारी+",
|
|
135
|
+
"srcFail2ban": "फ़ैल2बैन",
|
|
136
|
+
"vacuumSize": "500 एमबी तक सीमित करें",
|
|
137
|
+
"logrotateNoStatus": "अभी तक कोई लॉगरोटेट स्थिति फ़ाइल नहीं है (यदि यह कभी नहीं चली है तो सामान्य है)।",
|
|
138
|
+
"autoVacuumOff": "स्वचालित सफ़ाई बंद है. जब तक आप इसे सक्षम नहीं करते तब तक समय का उपयोग नहीं होता है।",
|
|
139
|
+
"aboutAllowlist": "एक्सप्लोर केवल अनुमत सूचीबद्ध जर्नल इकाइयों और /var/log पथों को पढ़ सकता है। मनमाने ढंग से होस्ट पथ की पेशकश नहीं की जाती है।",
|
|
140
|
+
"aboutCustomPath": "सेटिंग्स पर एक कस्टम पथ जोड़ें (केवल /var/log या /run/log)। फिर इसे एक्सप्लोर से खोलें।",
|
|
141
|
+
"noRowsInWindow": "इस समय विंडो में कोई रिकॉर्ड नहीं",
|
|
142
|
+
"showInactiveUnits": "निष्क्रिय इकाइयाँ दिखाएँ",
|
|
143
|
+
"sseNeedFollow": "पहले फ़ॉलो चालू करें - SSE केवल लाइव टेल के लिए है",
|
|
144
|
+
"vacuumNeedRetention": "पहले अवधारण विंडो भरें (जैसे 14d)",
|
|
145
|
+
"vacuumNeedConfirm": "पुष्टि चाहिए — पुराने journal लॉग हटाता है",
|
|
146
|
+
"vacuumSizeNeedConfirm": "पुष्टि चाहिए — journal डिस्क उपयोग सीमित करता है",
|
|
147
|
+
"vacuumSizeAlreadyBelow": "वर्तमान उपयोग पहले से सीमा से कम है; आमतौर पर कुछ नहीं मिटेगा।",
|
|
148
|
+
"vacuumSizeNoopDesc": "journal पहले से 500 MB से कम है। vacuum --size=500M फिर भी चलता है और आमतौर पर कुछ नहीं मिटता।",
|
|
149
|
+
"journalDiskHint": "वर्तमान systemd-journald उपयोग (सक्रिय journal)। /var/log के घुमाए फ़ाइल शामिल नहीं।",
|
|
150
|
+
"varLogDiskHint": "/var/log का अनुमान, घुमाई फ़ाइलें सहित।",
|
|
151
|
+
"queryFirst": "पहले क्वेरी करें",
|
|
152
|
+
"projectSourcesTitle": "{{n}} स्रोत (फ़ाइलें + journal)",
|
|
153
|
+
"logrotatePath": "पथ",
|
|
154
|
+
"logrotateLast": "आखिरी बार घुमाया गया",
|
|
155
|
+
"logrotateExpand": "{{n}} और दिखाएँ",
|
|
156
|
+
"logrotateCollapse": "कम दिखाओ",
|
|
157
|
+
"logrotateVersion": "स्थिति संस्करण {{v}}",
|
|
158
|
+
"errorsWindowHint": "Recent errors from the last overview probe (not live-updating when you switch tabs)",
|
|
159
|
+
"sourceCount": "{{shown}} shown",
|
|
160
|
+
"sourceUnavailable": "This source has not produced a log yet",
|
|
161
|
+
"sourceNoLog": "No log yet",
|
|
162
|
+
"exportJsonl": "JSONL export",
|
|
163
|
+
"sseLive": " (live stream)"
|
|
135
164
|
}
|
package/locales/hi/metrics.json
CHANGED
|
@@ -128,5 +128,40 @@
|
|
|
128
128
|
"usageNoteFull": "स्थानीय डु से उपयोग (अनुमानित नहीं)। कोटा एक नियंत्रण-तल नरम सीमा है; हार्ड सेटकोटा को होस्ट पर लागू करने की आवश्यकता है।",
|
|
129
129
|
"sseNeedLogin": "अंदर प्रवेश की अनुमति नहीं है; SSE नहीं खोल सकता",
|
|
130
130
|
"sseSessionExpired": "लॉग इन नहीं हुआ या सत्र समाप्त हो गया; SSE नहीं खोल सकता",
|
|
131
|
-
"sseHttpError": "स्ट्रीम HTTP {{status}}"
|
|
131
|
+
"sseHttpError": "स्ट्रीम HTTP {{status}}",
|
|
132
|
+
"colFilesystem": "फाइल सिस्टम",
|
|
133
|
+
"colMount": "पर्वत",
|
|
134
|
+
"colSize": "आकार",
|
|
135
|
+
"colUsed": "इस्तेमाल किया गया",
|
|
136
|
+
"colAvail": "उपलब्ध",
|
|
137
|
+
"colUsePct": "इस्तेमाल किया गया %",
|
|
138
|
+
"colHome": "घर",
|
|
139
|
+
"usageNoteLink": "नियंत्रण-विमान नरम कोटा। प्रोजेक्ट आइसोलेशन टैब पर कठोर सीमाएँ लागू करें।",
|
|
140
|
+
"alertsBuiltinOnly": "केवल अंतर्निहित सीपीयू/मेमोरी/डिस्क थ्रेशोल्ड। कोई ईमेल, वेबहुक या स्लैक चैनल नहीं।",
|
|
141
|
+
"lastEvaluated": "अंतिम बार जाँच की गई",
|
|
142
|
+
"shareNoQuotaHint": "कोटा नहीं तो हिस्सा प्रतिशत नहीं। प्रोजेक्ट अलगाव टैब पर सेट करें।",
|
|
143
|
+
"setQuotaLink": "कोटा सेट करें",
|
|
144
|
+
"unusualHome": "असामान्य पथ",
|
|
145
|
+
"unusualHomeHint": "/home/… प्रोजेक्ट होम नहीं। कैनोनिकल आइसोलेशन /home/ysk-server-{id} है।",
|
|
146
|
+
"protectedPid": "PID 1 / init / systemd को पैनल से सिग्नल नहीं किया जा सकता",
|
|
147
|
+
"sigTermTitle": "SIGTERM भेजें (प्रक्रिया से बाहर निकलने के लिए कहें)",
|
|
148
|
+
"sigKillTitle": "सिगकिल भेजें (बलपूर्वक मारें - पकड़ा नहीं जा सकता)",
|
|
149
|
+
"batchTerm": "TERM",
|
|
150
|
+
"batchKill": "KILL",
|
|
151
|
+
"rawTopLabel": "कच्चा शीर्ष (अअनुवादित)",
|
|
152
|
+
"followSseLabel": "फ़ॉलो करें (लाइव स्ट्रीम)",
|
|
153
|
+
"alertsReadOnly": "केवल अंतर्निहित सीपीयू/मेमोरी/डिस्क थ्रेशोल्ड। कोई ईमेल, वेबहुक या स्लैक चैनल नहीं।",
|
|
154
|
+
"alertsGoNotifications": "अधिसूचना केंद्र खोलें",
|
|
155
|
+
"lastCheck": "आखिरी जांच",
|
|
156
|
+
"rawTopHint": "अअनुवादित शीर्ष(1) आउटपुट",
|
|
157
|
+
"load1m": "Load 1m",
|
|
158
|
+
"uptime": "Uptime",
|
|
159
|
+
"filterCpu5": "≥5% CPU",
|
|
160
|
+
"filterMem5": "≥5% memory",
|
|
161
|
+
"signalHint": "Select a process, then send TERM or KILL.",
|
|
162
|
+
"signalFromRow": "Select this process for TERM / KILL",
|
|
163
|
+
"selectForSignal": "Select",
|
|
164
|
+
"forceKillTitleNamed": "KILL PID {{pid}} ({{cmd}})?",
|
|
165
|
+
"sendSigTitleNamed": "Send TERM to PID {{pid}} ({{cmd}})?",
|
|
166
|
+
"controlPlaneNoSignal": "The control-plane process cannot be signalled"
|
|
132
167
|
}
|
package/locales/hi/migrate.json
CHANGED
|
@@ -78,5 +78,18 @@
|
|
|
78
78
|
"dryRunOnlyDesc": "· इन्वेंटरी + केवल प्रीचेक; कोई rsync या लक्ष्य नहीं लिखता",
|
|
79
79
|
"executeNote": "होस्ट को YSK_EXECUTE=1 और रूट API की आवश्यकता है। माइग्रेट करने के बाद, DNS A/AAAA अपडेट करें और क्लाउड फ़ायरवॉल + मेल PTR जांचें।",
|
|
80
80
|
"dnsCutover": "डीएनएस कटओवर (मैनुअल)",
|
|
81
|
-
"dnsCutoverDesc": "नए सार्वजनिक आईपी में इन नामों के लिए प्वाइंट ए/एएएए;"
|
|
81
|
+
"dnsCutoverDesc": "नए सार्वजनिक आईपी में इन नामों के लिए प्वाइंट ए/एएएए;",
|
|
82
|
+
"orphanHomesHint": "बचे हुए प्रोजेक्ट घर (स्टोर में नहीं)। यह पुष्टि करने के बाद ही हटाएँ कि वे अप्रयुक्त हैं।",
|
|
83
|
+
"orphanRemove": "बचे हुए घर को हटा दें",
|
|
84
|
+
"orphanRemoveTitle": "बचे हुए प्रोजेक्ट होम को हटाएं?",
|
|
85
|
+
"orphanRemoveDesc": "डिस्क से {{path}} को स्थायी रूप से हटा दें। यह कोई स्टोर प्रोजेक्ट नहीं है. YSK_EXECUTE=1 की आवश्यकता है।",
|
|
86
|
+
"orphanRemovePhrase": "पुष्टि के लिए DELETE लिखें।",
|
|
87
|
+
"orphanRemoveNeedConfirm": "पुष्टि आवश्यक",
|
|
88
|
+
"passwordNotStored": "Password is used for this SSH session only and is not saved on disk.",
|
|
89
|
+
"overwriteDanger": "Overwrite will replace existing YSK data on the target. This cannot be undone from the panel.",
|
|
90
|
+
"orphanBackupFirst": "Back up first (open Backups)",
|
|
91
|
+
"expandAllWarnings": "Show all {{n}} warnings",
|
|
92
|
+
"collapseWarnings": "Show fewer",
|
|
93
|
+
"inventoriedWarn": "Inventoried · {{n}} warnings",
|
|
94
|
+
"orphanMtime": "Last modified {{at}}"
|
|
82
95
|
}
|
package/locales/hi/nav.json
CHANGED
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"rust": "Rust",
|
|
32
32
|
"protection": "रक्षा केंद्र",
|
|
33
33
|
"firewall": "फ़ायरवॉल",
|
|
34
|
-
"fail2ban": "
|
|
34
|
+
"fail2ban": "fail2ban",
|
|
35
35
|
"users": "उपयोगकर्ता और पैकेज",
|
|
36
36
|
"services": "सेवाएं",
|
|
37
37
|
"metrics": "मेट्रिक्स",
|
|
@@ -53,7 +53,9 @@
|
|
|
53
53
|
"runtimes": "रनटाइम्स",
|
|
54
54
|
"security": "सुरक्षा",
|
|
55
55
|
"system": "प्रणाली",
|
|
56
|
-
"ai": "AI"
|
|
56
|
+
"ai": "AI",
|
|
57
|
+
"validators": "वैलिडेटर",
|
|
58
|
+
"containers": "कंटेनर"
|
|
57
59
|
},
|
|
58
60
|
"java": "Java",
|
|
59
61
|
"kotlin": "Kotlin",
|
|
@@ -72,6 +74,11 @@
|
|
|
72
74
|
"bookmarkPinned": "पिन की गई",
|
|
73
75
|
"bookmarkAdded": "साइडबार पर पिन किया गया",
|
|
74
76
|
"bookmarkRemoved": "साइडबार से हटा दिया गया",
|
|
75
|
-
"btTracker": "
|
|
76
|
-
"support": "
|
|
77
|
+
"btTracker": "BT Tracker",
|
|
78
|
+
"support": "सहायता",
|
|
79
|
+
"noAccessTitle": "पहुँच नहीं",
|
|
80
|
+
"noAccessDesc": "आपकी भूमिका इस पृष्ठ को नहीं खोल सकती। आवश्यकता हो तो व्यवस्थापक से पूछें।",
|
|
81
|
+
"backToDashboard": "डैशबोर्ड पर वापस",
|
|
82
|
+
"validators": "वैलिडेटर (Beta)",
|
|
83
|
+
"docker": "डाक में काम करनेवाला मज़दूर"
|
|
77
84
|
}
|
package/locales/hi/network.json
CHANGED
|
@@ -135,8 +135,31 @@
|
|
|
135
135
|
"azure_frontdoor": "नीला सामने का दरवाज़ा",
|
|
136
136
|
"gcore": "जीकोर सीडीएन",
|
|
137
137
|
"custom": "कस्टम प्रॉक्सी"
|
|
138
|
-
}
|
|
138
|
+
},
|
|
139
|
+
"needProvider": "इसकी आईपी सूची लाने से पहले एक सीडीएन प्रदाता चुनें।",
|
|
140
|
+
"spoofWarn": "गलत सीआईडीआर पर भरोसा करने से ग्राहक अपने आईपी के रूप में एक्स-फॉरवर्डेड-फॉर/सीडीएन हेडर को धोखा दे सकते हैं।"
|
|
139
141
|
},
|
|
140
142
|
"linkUp": "ऊपर",
|
|
141
|
-
"linkDown": "नीचे"
|
|
143
|
+
"linkDown": "नीचे",
|
|
144
|
+
"linkDownTitle": "{{name}} ऑफ़लाइन लें",
|
|
145
|
+
"linkDownNeedConfirm": "पुष्टि करने के लिए इंटरफ़ेस नाम टाइप करें",
|
|
146
|
+
"persistNmHint": "पर्सिस्टेबल का मतलब है कि परिवर्तन नेटवर्कमैनेजर के माध्यम से रीबूट से बचे रह सकते हैं।",
|
|
147
|
+
"hideRaw": "कच्चा आउटपुट छुपाएं",
|
|
148
|
+
"rawLoadedAt": "लोड किया गया {{time}}",
|
|
149
|
+
"deleteDefaultPanelWarn": "डिफ़ॉल्ट रूट को हटाने से यह पैनल सत्र समाप्त हो सकता है। पुष्टि करने के लिए Default टाइप करें।",
|
|
150
|
+
"typeDefaultToConfirm": "पुष्टि करने के लिए Default टाइप करें",
|
|
151
|
+
"deleteDefaultNeedConfirm": "पुष्टि आवश्यक — DEFAULT लिखें (यह पैनल कट सकता है)",
|
|
152
|
+
"deleteRouteNeedConfirm": "पुष्टि आवश्यक",
|
|
153
|
+
"nmUnavailable": "नेटवर्कमैनेजर नहीं चल रहा है - केवल एक लाइव रूट जोड़ा जा सकता है",
|
|
154
|
+
"defaultRouteDownNeedName": "यह निकास का डिफ़ॉल्ट मार्ग है. पुष्टि करने के लिए इंटरफ़ेस नाम टाइप करें - पैनल डिस्कनेक्ट हो सकता है।",
|
|
155
|
+
"linkDownDefault": "Down default route",
|
|
156
|
+
"loopbackImmutable": "Loopback cannot be changed",
|
|
157
|
+
"operUnknownHint": "Kernel did not report UP/DOWN (common for lo). The interface is still usable.",
|
|
158
|
+
"statUp": "Up",
|
|
159
|
+
"oper": {
|
|
160
|
+
"up": "Up",
|
|
161
|
+
"down": "Down",
|
|
162
|
+
"unknown": "Unknown",
|
|
163
|
+
"other": "Other"
|
|
164
|
+
}
|
|
142
165
|
}
|