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/hi/updates.json
CHANGED
|
@@ -84,9 +84,9 @@
|
|
|
84
84
|
"applyPanelUpdate": "पैनल अद्यतन लागू करें",
|
|
85
85
|
"recheck": "पुनः जांच करें",
|
|
86
86
|
"aboutScope": "दायरा",
|
|
87
|
-
"aboutScopeV": "ysk-सर्वर
|
|
87
|
+
"aboutScopeV": "ysk-सर्वर पैनल + कैटलॉग सेवाएँ + रनटाइम + शेष उपयुक्त पैकेज",
|
|
88
88
|
"aboutChannel": "चैनल",
|
|
89
|
-
"aboutChannelV": "एनपीएम → गिटहब रिलीज →
|
|
89
|
+
"aboutChannelV": "एनपीएम पैकेज वाईएसके-सर्वर → गिटहब रिलीज → ऐप्स/सर्वर/पैकेज.जेसन; लागू करें: npm i -g ysk-server@version या git (YSK_SOURCE_ROOT)",
|
|
90
90
|
"aboutFail": "विफलताओं",
|
|
91
91
|
"aboutFailV": "अनुपलब्ध चैनलों को अद्यतन के रूप में रिपोर्ट नहीं किया जाता है; लागू करें आवश्यकताएँ निष्पादित करें; git अप्लाई को सेवा पुनरारंभ की आवश्यकता है",
|
|
92
92
|
"jobsTitle": "अनुसूचित नौकरियाँ",
|
|
@@ -163,5 +163,77 @@
|
|
|
163
163
|
"scanNow": "अब स्कैन करें",
|
|
164
164
|
"viewUpgradable": "अपग्रेड करने योग्य देखें",
|
|
165
165
|
"installElsewhere": "पैकेज स्थापित करने के लिए (Nginx, PHP, डेटाबेस…), मिलान सुविधा पृष्ठ खोलें - यह हब नहीं।",
|
|
166
|
-
"status": "स्थिति"
|
|
166
|
+
"status": "स्थिति",
|
|
167
|
+
"groupService": "सेवाएं",
|
|
168
|
+
"groupRuntime": "रनटाइम्स",
|
|
169
|
+
"groupOs": "सिस्टम पैकेज",
|
|
170
|
+
"notInstalled": "स्थापित नहीं हे",
|
|
171
|
+
"goToPage": "पेज खोलें",
|
|
172
|
+
"hubHint": "इस होस्ट पर कैटलॉग सॉफ़्टवेयर और रनटाइम। ताज़ा करने के लिए स्कैन करें.",
|
|
173
|
+
"intervalDay": "रोज रोज",
|
|
174
|
+
"intervalDays": "हर {{n}} दिन",
|
|
175
|
+
"intervalHour": "हर घंटे",
|
|
176
|
+
"intervalHours": "हर {{n}} घंटे",
|
|
177
|
+
"intervalMinutes": "हर {{n}} मिनट",
|
|
178
|
+
"intervalSeconds": "हर {{n}} सेकंड",
|
|
179
|
+
"availableHint": "पैकेज मैनेजर से एक नए उम्मीदवार के साथ पैकेज।",
|
|
180
|
+
"servicesHint": "इस होस्ट पर कैटलॉग सेवाएँ। इंस्टॉल करने के लिए सेवा पृष्ठ खोलें.",
|
|
181
|
+
"runtimeHint": "इस होस्ट पर रनटाइम. प्रत्येक रनटाइम पेज पर संस्करण अपग्रेड किया जाता है।",
|
|
182
|
+
"needsReboot": "रीबूट की आवश्यकता है",
|
|
183
|
+
"kernelRebootWarn": "किसी नए कर्नेल को स्थापित करने के लिए आमतौर पर इसका उपयोग करने से पहले रीबूट की आवश्यकता होती है।",
|
|
184
|
+
"neverRun": "अभी तक नहीं चला",
|
|
185
|
+
"scanOsvN": "स्कैन + ओएसवी (पहला {{n}})",
|
|
186
|
+
"rebootNeeded": "रिबूट",
|
|
187
|
+
"kernelRebootHint": "लागू होने के बाद कर्नेल पैकेज को रीबूट की आवश्यकता होती है",
|
|
188
|
+
"needApprovalHint": "उपलब्ध खोलें और उन पैकेजों को फ़िल्टर करें जिन्हें अनुमोदन की आवश्यकता है",
|
|
189
|
+
"applyNeedConfirm": "आवेदन करने से पहले एक पुष्टि संवाद खोलता है",
|
|
190
|
+
"probeFailed": "जांच विफल रही",
|
|
191
|
+
"notViaApt": "उपयुक्त द्वारा प्रबंधित नहीं - कोई उम्मीदवार नहीं",
|
|
192
|
+
"noCandidate": "कोई उम्मीदवार संस्करण नहीं",
|
|
193
|
+
"jobOpenGeo": "जियोआईपी पेज",
|
|
194
|
+
"job": {
|
|
195
|
+
"protection_probe": {
|
|
196
|
+
"name": "सुरक्षा जांच",
|
|
197
|
+
"hint": "आवधिक रक्षा संकेत"
|
|
198
|
+
},
|
|
199
|
+
"updates_scan": {
|
|
200
|
+
"name": "अद्यतन स्कैन",
|
|
201
|
+
"hint": "पैकेज सूची ताज़ा करें"
|
|
202
|
+
},
|
|
203
|
+
"daily_backup": {
|
|
204
|
+
"name": "दैनिक बैकअप",
|
|
205
|
+
"hint": "शेड्यूल किया गया बैकअप सभी"
|
|
206
|
+
},
|
|
207
|
+
"db_temp_expire": {
|
|
208
|
+
"name": "अस्थायी DB उपयोगकर्ताओं को समाप्त करें",
|
|
209
|
+
"hint": "समाप्त हो चुके अस्थायी डेटाबेस उपयोगकर्ताओं को छोड़ें"
|
|
210
|
+
},
|
|
211
|
+
"defense_auto_ban": {
|
|
212
|
+
"name": "रक्षा स्वत: प्रतिबंध",
|
|
213
|
+
"hint": "ऑटो-बैन टिक लागू करें"
|
|
214
|
+
},
|
|
215
|
+
"defense_geoip_update": {
|
|
216
|
+
"name": "जियोआईपी अपडेट",
|
|
217
|
+
"hint": "जियोआईपी डेटाबेस डाउनलोड करें"
|
|
218
|
+
},
|
|
219
|
+
"log_auto_vacuum": {
|
|
220
|
+
"name": "लॉग वैक्यूम",
|
|
221
|
+
"hint": "जर्नल प्रतिधारण"
|
|
222
|
+
},
|
|
223
|
+
"email_dnsbl": {
|
|
224
|
+
"name": "डीएनएसबीएल को ईमेल करें",
|
|
225
|
+
"hint": "मेल डीएनएसबीएल जांच"
|
|
226
|
+
},
|
|
227
|
+
"validators_upgrade_scan": {
|
|
228
|
+
"name": "Validators upgrade scan",
|
|
229
|
+
"hint": "Check validator image / binary updates"
|
|
230
|
+
}
|
|
231
|
+
},
|
|
232
|
+
"applyPanelAlreadyLatest": "पहले से ही नवीनतम पैनल संस्करण",
|
|
233
|
+
"panelRestarting": "नया संस्करण लोड करने के लिए पैनल पुनः आरंभ हो रहा है…",
|
|
234
|
+
"panelRestarted": "पैनल वापस आ गया · {{version}}",
|
|
235
|
+
"panelRestartWait": "अद्यतन लागू हो गया। यदि यह पृष्ठ नहीं बदला, कुछ सेकंड बाद फिर लोड करें।",
|
|
236
|
+
"cveNotChecked": "Not checked",
|
|
237
|
+
"cveLabel": "CVE",
|
|
238
|
+
"riskUnevaluated": "Not evaluated — run Scan + OSV"
|
|
167
239
|
}
|
package/locales/hi/users.json
CHANGED
|
@@ -118,5 +118,23 @@
|
|
|
118
118
|
"securityClearTotpHint": "कदम बढ़ाने की आवश्यकता है",
|
|
119
119
|
"securityClearConfirm": "2एफए क्लियरिंग की पुष्टि करने के लिए उपयोगकर्ता नाम टाइप करें",
|
|
120
120
|
"securityClearOk": "{{name}} के लिए 2FA क्लियर किया",
|
|
121
|
-
"securitySelfNote": "अपना स्वयं का 2FA सेट करने के लिए, सुरक्षा → मेरी सुरक्षा खोलें।"
|
|
121
|
+
"securitySelfNote": "अपना स्वयं का 2FA सेट करने के लिए, सुरक्षा → मेरी सुरक्षा खोलें।",
|
|
122
|
+
"cannotDeleteSelf": "साइन-इन खाता हटा नहीं सकते",
|
|
123
|
+
"cannotModifySelf": "साइन-इन खाते को निलंबित या पदावनत नहीं कर सकते",
|
|
124
|
+
"cannotDeleteLastAdmin": "अंतिम व्यवस्थापक नहीं हटा सकते",
|
|
125
|
+
"cannotDemoteLastAdmin": "अंतिम व्यवस्थापक को निलंबित या पदावनत नहीं कर सकते",
|
|
126
|
+
"lockSelfHint": "यह साइन-इन खाता है। लॉक-आउट रोकने के लिए हटाना, निलंबन और भूमिका बदलना बंद है।",
|
|
127
|
+
"lockLastAdminHint": "यह अंतिम व्यवस्थापक है। हटाना, निलंबन और पदावनति बंद है।",
|
|
128
|
+
"demoteAdminTitle": "इस व्यवस्थापक को पदावनत करें?",
|
|
129
|
+
"demoteAdminDesc": "यह उपयोगकर्ता पूर्ण व्यवस्थापक पहुँच खो देगा। पुष्टि करें कि अन्य व्यवस्थापक रहें।",
|
|
130
|
+
"searchPkgPh": "पैकेज का नाम",
|
|
131
|
+
"quotaNonNeg": "गिनती और कोटा नकारात्मक नहीं हो सकते.",
|
|
132
|
+
"diskQuotaHint": "प्रीसेट GiB हैं; कस्टम बॉक्स MiB है.",
|
|
133
|
+
"bandwidthHint": "0 का मतलब असीमित है.",
|
|
134
|
+
"impersonateHint": "इस उपयोगकर्ता के रूप में एक सत्र खोलता है. प्रतिरूपण छोड़ने के लिए खाता मेनू का उपयोग करें.",
|
|
135
|
+
"operatorHighRiskHint": "फ़ैक्टरी ऑपरेटर में उच्च-जोखिम लेखन शामिल है। संकीर्ण करना केवल नए खातों पर; डिफ़ॉल्ट बदलने से मौजूदा ऑपरेटर प्रभावित होते हैं।",
|
|
136
|
+
"cannotImpersonateSelf": "आप पहले से ही इस खाते के रूप में साइन इन हैं",
|
|
137
|
+
"singleAdminNo2fa": "इस होस्ट में एक ही एडमिन है और 2FA बंद है - 2FA सक्षम करें और एक बैकअप एडमिन जोड़ें।",
|
|
138
|
+
"enableAdmin2fa": "Enable admin 2FA",
|
|
139
|
+
"addBackupAdmin": "Add a backup admin"
|
|
122
140
|
}
|
|
@@ -0,0 +1,266 @@
|
|
|
1
|
+
{
|
|
2
|
+
"title": "वैलिडेटर (Beta)",
|
|
3
|
+
"subtitle": "इस होस्ट पर L1 नोड स्थापित और प्रबंधित करें। गैर-कस्टोडियल — कुंजियाँ आपके पास रहें।",
|
|
4
|
+
"beta": "Beta",
|
|
5
|
+
"tab": {
|
|
6
|
+
"nodes": "नोड",
|
|
7
|
+
"disk": "डिस्क",
|
|
8
|
+
"about": "परिचय"
|
|
9
|
+
},
|
|
10
|
+
"empty": {
|
|
11
|
+
"title": "अभी कोई वैलिडेटर नोड नहीं",
|
|
12
|
+
"desc": "कुछ क्लिक में टेस्टनेट नोड बनाएँ।"
|
|
13
|
+
},
|
|
14
|
+
"refresh": "ताज़ा करें",
|
|
15
|
+
"disk": {
|
|
16
|
+
"title": "वैलिडेटर डिस्क",
|
|
17
|
+
"root": "डेटा निर्देशिका",
|
|
18
|
+
"free": "खाली",
|
|
19
|
+
"used": "प्रयुक्त",
|
|
20
|
+
"none": "अभी कोई इंस्टेंस डेटा नहीं",
|
|
21
|
+
"warn": "डिस्क उपयोग अधिक है (70%+)",
|
|
22
|
+
"danger": "डिस्क उपयोग गंभीर है (85%+)",
|
|
23
|
+
"autoClear": "डिस्क गंभीर होने पर सबसे बड़े रुके इंस्टेंस को स्वतः साफ़ करें (डिफ़ॉल्ट बंद)",
|
|
24
|
+
"autoClearRisk": "Destructive: the largest stopped instance is deleted without a further prompt. Default is off. Check audit / logs after it fires.",
|
|
25
|
+
"autoClearConfirmTitle": "Enable auto-clear?",
|
|
26
|
+
"autoClearC1": "When disk is critical, the largest stopped instance is deleted without asking again."
|
|
27
|
+
},
|
|
28
|
+
"chain": {
|
|
29
|
+
"eth": "Ethereum",
|
|
30
|
+
"avax": "Avalanche",
|
|
31
|
+
"near": "NEAR",
|
|
32
|
+
"ada": "Cardano",
|
|
33
|
+
"btc": "Bitcoin",
|
|
34
|
+
"cosmos": "Cosmos Hub",
|
|
35
|
+
"sui": "Sui",
|
|
36
|
+
"aptos": "Aptos",
|
|
37
|
+
"dot": "Polkadot",
|
|
38
|
+
"sol": "Solana"
|
|
39
|
+
},
|
|
40
|
+
"network": {
|
|
41
|
+
"hoodi": "Hoodi",
|
|
42
|
+
"sepolia": "Sepolia",
|
|
43
|
+
"mainnet": "मुख्य नेट",
|
|
44
|
+
"fuji": "Fuji",
|
|
45
|
+
"testnet": "परीक्षण नेट",
|
|
46
|
+
"preview": "पूर्व दर्शन",
|
|
47
|
+
"preprod": "प्रीप्रोड",
|
|
48
|
+
"westend": "Westend"
|
|
49
|
+
},
|
|
50
|
+
"networkKind": {
|
|
51
|
+
"testnet": "परीक्षण नेट",
|
|
52
|
+
"mainnet": "मुख्य नेट",
|
|
53
|
+
"mixed": "Mainnet + testnet"
|
|
54
|
+
},
|
|
55
|
+
"profile": {
|
|
56
|
+
"minimal": "न्यूनतम",
|
|
57
|
+
"pruned": "Pruned",
|
|
58
|
+
"validator-ready": "वैलिडेटर तैयार",
|
|
59
|
+
"rpc": "RPC"
|
|
60
|
+
},
|
|
61
|
+
"col": {
|
|
62
|
+
"id": "ID",
|
|
63
|
+
"chain": "श्रृंखला",
|
|
64
|
+
"network": "नेटवर्क",
|
|
65
|
+
"profile": "प्रोफ़ाइल",
|
|
66
|
+
"status": "स्थिति",
|
|
67
|
+
"disk": "डिस्क"
|
|
68
|
+
},
|
|
69
|
+
"cli": {
|
|
70
|
+
"usage": "उपयोग: ysk-server validators list|chains|disk|get|status|logs|create|start|stop|restart|clear|upgrade|policy|mithril|prune|switch-network|snapshot|compose|settings [--chain C] [--network N] [--profile P] [--el EL] [--cl CL] [--data-path P] [--rpc-port N] [--id ID] [--upgrade POLICY] [--confirm TOKEN] [--execute] [--json]"
|
|
71
|
+
},
|
|
72
|
+
"clients": {
|
|
73
|
+
"el": "निष्पादन क्लाइंट",
|
|
74
|
+
"cl": "सहमति क्लाइंट"
|
|
75
|
+
},
|
|
76
|
+
"mithril": {
|
|
77
|
+
"label": "पहले Mithril स्नैपशॉट से पुनर्स्थापित करें (टेस्टनेट पर अनुशंसित)",
|
|
78
|
+
"action": "Mithril से पुनर्स्थापित करें"
|
|
79
|
+
},
|
|
80
|
+
"errors": {
|
|
81
|
+
"notFound": "वैलिडेटर इंस्टेंस नहीं मिला",
|
|
82
|
+
"invalidId": "इंस्टेंस आईडी अमान्य है",
|
|
83
|
+
"diskLow": "इस श्रृंखला, नेटवर्क और प्रोफ़ाइल के लिए पर्याप्त खाली डिस्क नहीं",
|
|
84
|
+
"diskUnknownMainnet": "खाली डिस्क मापी नहीं जा सकी; मुख्य नेट बनाना अस्वीकृत",
|
|
85
|
+
"needDocker": "Docker Compose आवश्यक है और नहीं मिला",
|
|
86
|
+
"composeFailed": "docker compose विफल",
|
|
87
|
+
"needConfirm": "साफ़ करने के लिए confirm=इंस्टेंस आईडी या CLEAR चाहिए",
|
|
88
|
+
"mithrilAdaOnly": "Mithril पुनर्स्थापना केवल Cardano के लिए है",
|
|
89
|
+
"needMithrilConfirm": "Mithril के लिए confirm=इंस्टेंस आईडी या MITHRIL चाहिए",
|
|
90
|
+
"mithrilBlocked": "Mithril docker run अनुमति सूची से अवरुद्ध हुआ",
|
|
91
|
+
"mithrilKey": "Mithril genesis सत्यापन कुंजी लोड नहीं हो सकी",
|
|
92
|
+
"mithrilFailed": "Mithril स्नैपशॉट डाउनलोड विफल",
|
|
93
|
+
"pruneFailed": "सफ़ाई विफल",
|
|
94
|
+
"switchNeedStop": "नेटवर्क बदलने से पहले नोड रोकें",
|
|
95
|
+
"switchNeedClear": "नेटवर्क बदलने से श्रृंखला डेटा मिटता है। इंस्टेंस आईडी या CLEAR से पुष्टि करें",
|
|
96
|
+
"composeMissing": "Compose फ़ाइल नहीं मिली",
|
|
97
|
+
"composeNotManaged": "YSK-प्रबंधित न होने वाली Compose फ़ाइल नहीं लिखी जाएगी",
|
|
98
|
+
"badDataPath": "डेटा पथ सिस्टम पथों से बाहर एक पूर्ण निर्देशिका होना चाहिए",
|
|
99
|
+
"portInUse": "वह RPC पोर्ट पहले से किसी अन्य वैलिडेटर इंस्टेंस के उपयोग में है",
|
|
100
|
+
"snapshotUnsupported": "इस श्रृंखला के लिए कोई अनुमत स्नैपशॉट स्रोत नहीं",
|
|
101
|
+
"snapshotLookup": "आधिकारिक स्नैपशॉट सूचक हल नहीं हो सका",
|
|
102
|
+
"needSnapshotConfirm": "स्नैपशॉट पुनर्स्थापना के लिए confirm=इंस्टेंस आईडी या SNAPSHOT चाहिए",
|
|
103
|
+
"snapshotBlocked": "स्नैपशॉट docker run अनुमति सूची से अवरुद्ध हुआ",
|
|
104
|
+
"snapshotFailed": "स्नैपशॉट डाउनलोड या निकालना विफल"
|
|
105
|
+
},
|
|
106
|
+
"notes": {
|
|
107
|
+
"beta": "यह सुविधा Beta है। होस्ट परिवर्तन के लिए root और YSK_EXECUTE=1 चाहिए।",
|
|
108
|
+
"noKeys": "YSK Server कभी स्टेकिंग कुंजियाँ बनाता या रखता नहीं।",
|
|
109
|
+
"dockerSoon": "Install and start from this page wizard. Host changes need root and YSK_EXECUTE=1.",
|
|
110
|
+
"dryCreate": "इंस्टेंस विनिर्देश और compose लिखा (dry-run)। कंटेनर चालू करने के लिए --execute और YSK_EXECUTE=1 दें।",
|
|
111
|
+
"dryStart": "चालू dry-run है। --execute और YSK_EXECUTE=1 दें।",
|
|
112
|
+
"dryStop": "बंद dry-run है। --execute और YSK_EXECUTE=1 दें।",
|
|
113
|
+
"dryClear": "साफ़ करना dry-run है। --execute और YSK_EXECUTE=1 दें।",
|
|
114
|
+
"created": "नोड बना और compose चालू हुआ",
|
|
115
|
+
"started": "नोड चालू हुआ",
|
|
116
|
+
"stopped": "नोड रुका",
|
|
117
|
+
"cleared": "श्रृंखला डेटा साफ़ हुआ",
|
|
118
|
+
"dryMithril": "Mithril पुनर्स्थापना dry-run है। --execute और YSK_EXECUTE=1 दें।",
|
|
119
|
+
"mithril": "Mithril स्नैपशॉट पुनर्स्थापित; नोड पुनः चालू",
|
|
120
|
+
"dryPrune": "सफ़ाई dry-run है। --execute और YSK_EXECUTE=1 दें।",
|
|
121
|
+
"pruned": "अप्रयुक्त प्रोजेक्ट छवियाँ साफ़ हुईं",
|
|
122
|
+
"pruneProfile": "क्लाइंट-नेटिव काटना pruned/minimal प्रोफ़ाइल है। बदलने के लिए फिर बनाएँ।",
|
|
123
|
+
"sameNetwork": "पहले से उसी नेटवर्क पर है",
|
|
124
|
+
"drySwitch": "नेटवर्क बदलना dry-run है।",
|
|
125
|
+
"switched": "नेटवर्क बदला और श्रृंखला डेटा साफ़ हुआ",
|
|
126
|
+
"dryCompose": "compose.yml लिखा जाएगा",
|
|
127
|
+
"composeWrote": "compose.yml लिखा गया",
|
|
128
|
+
"statsEmpty": "मापने के लिए कोई चालू कंटेनर नहीं",
|
|
129
|
+
"autoClearNone": "स्वतः साफ़ करने के लिए कोई रुका इंस्टेंस नहीं",
|
|
130
|
+
"drySnapshot": "स्नैपशॉट पुनर्स्थापना dry-run है। --execute और YSK_EXECUTE=1 दें।",
|
|
131
|
+
"snapshotEthEl": "ethPandaOps EL संग्रह पुनर्स्थापित और checkpoint sync के लिए CL रीसेट",
|
|
132
|
+
"snapshotEthCl": "आधिकारिक checkpoint sync के लिए CL डेटा रीसेट",
|
|
133
|
+
"snapshotNear": "NEAR डेटा मिटाया; compose आधिकारिक genesis और epoch sync से फिर आरंभ करेगा",
|
|
134
|
+
"nativePrune": "क्लाइंट-नेटिव सफ़ाई आदेश चला",
|
|
135
|
+
"dryDelete": "Delete is dry-run. Pass --execute and YSK_EXECUTE=1.",
|
|
136
|
+
"deleted": "Node deleted"
|
|
137
|
+
},
|
|
138
|
+
"create": "नोड बनाएँ",
|
|
139
|
+
"wizard": {
|
|
140
|
+
"title": "नोड बनाएँ",
|
|
141
|
+
"back": "पीछे",
|
|
142
|
+
"next": "आगे",
|
|
143
|
+
"install": "स्थापित करें",
|
|
144
|
+
"mainnetWarn": "मुख्य नेट को बहुत खाली डिस्क चाहिए (ETH अक्सर 800 GiB+)। टेस्टनेट अनुशंसित है।",
|
|
145
|
+
"mainnetAck": "मैं डिस्क और स्लैशिंग जोखिम समझता हूँ। मुख्य नेट जारी रखें।",
|
|
146
|
+
"heavyWarn": "यह श्रृंखला भारी है (बड़ी डिस्क और उच्च IOPS)। Solana मुख्य नेट को आमतौर पर 2 TiB+ चाहिए।",
|
|
147
|
+
"memory": "मेमोरी सीमा (जैसे 4g)",
|
|
148
|
+
"cpus": "CPU सीमा (जैसे 2.0)",
|
|
149
|
+
"dataPath": "डेटा पथ (वैकल्पिक)",
|
|
150
|
+
"rpcPort": "RPC पोर्ट (वैकल्पिक)",
|
|
151
|
+
"stepOf": "Step {{n}} / {{total}}",
|
|
152
|
+
"stepChain": "Chain",
|
|
153
|
+
"stepNetwork": "Network",
|
|
154
|
+
"stepProfile": "Profile",
|
|
155
|
+
"stepSummary": "Summary",
|
|
156
|
+
"needDocker": "Docker Engine is not installed. Install it first — this button stays disabled.",
|
|
157
|
+
"diskNeed": "This profile needs about {{need}} · free {{free}}",
|
|
158
|
+
"diskShort": "Not enough free disk for this chain / network / profile",
|
|
159
|
+
"limitNone": "No limit",
|
|
160
|
+
"rpcDefault": "Default",
|
|
161
|
+
"customPath": "Use a custom data path",
|
|
162
|
+
"installConfirmTitle": "Install this node?",
|
|
163
|
+
"installConfirmDesc": "{{chain}} · {{network}} · {{profile}}. About {{disk}} of disk. The image pull can take a long time.",
|
|
164
|
+
"installC1": "Several gigabytes of images may be downloaded.",
|
|
165
|
+
"installC2": "You can cancel the panel task; already-pulled images are not deleted automatically."
|
|
166
|
+
},
|
|
167
|
+
"actions": {
|
|
168
|
+
"detail": "विवरण",
|
|
169
|
+
"start": "चालू",
|
|
170
|
+
"stop": "बंद",
|
|
171
|
+
"restart": "पुनः चालू",
|
|
172
|
+
"clear": "साफ़ करें",
|
|
173
|
+
"upgrade": "उन्नयन",
|
|
174
|
+
"clearConfirm": "इंस्टेंस आईडी या CLEAR लिखें",
|
|
175
|
+
"prune": "छवियाँ साफ़ करें",
|
|
176
|
+
"switchNetwork": "नेटवर्क बदलें",
|
|
177
|
+
"removeUnit": "compose / इंस्टेंस रिकॉर्ड भी हटाएँ",
|
|
178
|
+
"restoreAfter": "साफ़ करने के बाद स्नैपशॉट पुनर्स्थापित करें",
|
|
179
|
+
"delete": "Delete",
|
|
180
|
+
"deleteTitle": "Delete {{id}}",
|
|
181
|
+
"deleteDesc": "This removes the node from the panel.",
|
|
182
|
+
"deleteC1": "Docker Compose is stopped and removed",
|
|
183
|
+
"deleteC2": "Chain data on disk is deleted",
|
|
184
|
+
"deleteC3": "The instance record is removed",
|
|
185
|
+
"pruneTitle": "Prune unused images",
|
|
186
|
+
"pruneDesc": "Type the instance id to prune unused Compose images for this node.",
|
|
187
|
+
"pruneC1": "Unused images labelled for this Compose project are deleted.",
|
|
188
|
+
"clearTitle": "Clear {{id}}",
|
|
189
|
+
"clearC1": "Chain data on disk is deleted.",
|
|
190
|
+
"clearC2": "The instance stays in the panel, stopped and empty.",
|
|
191
|
+
"switchTitle": "Switch network",
|
|
192
|
+
"switchC1": "The node is stopped and chain data is wiped before the new network is written."
|
|
193
|
+
},
|
|
194
|
+
"policy": {
|
|
195
|
+
"label": "उन्नयन नीति",
|
|
196
|
+
"manual": "मैन्युअल",
|
|
197
|
+
"notify": "सूचित करें",
|
|
198
|
+
"auto-safe": "स्वतः (सुरक्षित)",
|
|
199
|
+
"auto-all": "स्वतः (सभी)"
|
|
200
|
+
},
|
|
201
|
+
"logs": {
|
|
202
|
+
"empty": "अभी कोई लॉग नहीं",
|
|
203
|
+
"follow": "लॉग अनुसरण करें"
|
|
204
|
+
},
|
|
205
|
+
"compose": {
|
|
206
|
+
"label": "Compose फ़ाइल",
|
|
207
|
+
"save": "compose सहेजें"
|
|
208
|
+
},
|
|
209
|
+
"snapshot": {
|
|
210
|
+
"action": "स्नैपशॉट पुनर्स्थापित करें",
|
|
211
|
+
"mithril": "Cardano प्रमाणित स्नैपशॉट पुनर्स्थापना के लिए Mithril उपयोग करता है।",
|
|
212
|
+
"eth": "Ethereum मुख्य नेट सहमति क्लाइंट के आधिकारिक checkpoint sync से आरंभ होता है। EL snap sync जारी रखता है।",
|
|
213
|
+
"ethEl": "Hoodi/Sepolia ethPandaOps EL संग्रह पुनर्स्थापित कर सकते हैं, फिर CL का checkpoint-sync।",
|
|
214
|
+
"avax": "Avalanche compose प्रोफ़ाइल में state-sync उपयोग करता है।",
|
|
215
|
+
"near": "आधिकारिक मुफ़्त NEAR tar स्नैपशॉट बंद हो गए। पुनर्स्थापना डेटा मिटाती है और आधिकारिक genesis तथा epoch sync उपयोग करती है।",
|
|
216
|
+
"none": "इस श्रृंखला के लिए कोई स्नैपशॉट स्रोत नहीं है।"
|
|
217
|
+
},
|
|
218
|
+
"stake": {
|
|
219
|
+
"title": "स्टेकिंग की तैयारी (कुंजियाँ आपके पास)",
|
|
220
|
+
"offlineKeys": "कुंजियाँ ऑफ़लाइन बनाएँ। पैनल उन्हें कभी नहीं रखता।",
|
|
221
|
+
"deposit": "आधिकारिक launchpad पर जमा / पंजीकरण पूरा करें।",
|
|
222
|
+
"withdrawal": "निकासी प्रमाण स्वयं सेट करें।",
|
|
223
|
+
"monitor": "इस पृष्ठ पर डिस्क, पीयर और उन्नयन बैज देखें।"
|
|
224
|
+
},
|
|
225
|
+
"alerts": {
|
|
226
|
+
"diskTitle": "वैलिडेटर डिस्क गंभीर",
|
|
227
|
+
"diskBody": "वैलिडेटर डेटा वॉल्यूम पर खाली स्थान अत्यंत कम है।",
|
|
228
|
+
"upgradeTitle": "वैलिडेटर उन्नयन उपलब्ध",
|
|
229
|
+
"upgradeBody": "एक या अधिक नोड क्लाइंट के पास नया पिन संस्करण है।",
|
|
230
|
+
"syncTitle": "वैलिडेटर नोड पर ध्यान दें",
|
|
231
|
+
"syncBody": "कोई नोड 6 घंटे से अधिक सिंक कर रहा है या त्रुटि बताई।",
|
|
232
|
+
"rollbackTitle": "वैलिडेटर उन्नयन वापस लिया गया",
|
|
233
|
+
"rollbackBody": "{{id}} का उन्नयन स्वास्थ्य जाँच में विफल हुआ और वापस लिया गया।"
|
|
234
|
+
},
|
|
235
|
+
"upgrade": {
|
|
236
|
+
"changelog": "परिवर्तन सूची"
|
|
237
|
+
},
|
|
238
|
+
"readiness": {
|
|
239
|
+
"dockerTitle": "वैलिडेटर नोड के लिए Docker",
|
|
240
|
+
"dockerOk": "{{count}} वैलिडेटर इंस्टेंस; Docker स्थापित है",
|
|
241
|
+
"dockerMissing": "वैलिडेटर इंस्टेंस हैं लेकिन docker आदेश नहीं मिला"
|
|
242
|
+
},
|
|
243
|
+
"detail": {
|
|
244
|
+
"status": "Status",
|
|
245
|
+
"sync": "Sync",
|
|
246
|
+
"peers": "Peers",
|
|
247
|
+
"version": "Version",
|
|
248
|
+
"access": "Access",
|
|
249
|
+
"upgrade": "Updates",
|
|
250
|
+
"upgradeHint": "How this node tracks client versions.",
|
|
251
|
+
"network": "Network",
|
|
252
|
+
"networkHint": "Switching network stops the node and clears chain data. Confirm under Clear data first.",
|
|
253
|
+
"maintain": "Maintenance",
|
|
254
|
+
"danger": "Clear data",
|
|
255
|
+
"dangerHint": "Type the instance id or CLEAR. This deletes chain data on disk.",
|
|
256
|
+
"compose": "Compose",
|
|
257
|
+
"logs": "Logs"
|
|
258
|
+
},
|
|
259
|
+
"state": {
|
|
260
|
+
"unknown": "Unknown",
|
|
261
|
+
"stopped": "Stopped",
|
|
262
|
+
"running": "Running",
|
|
263
|
+
"syncing": "Syncing",
|
|
264
|
+
"error": "Error"
|
|
265
|
+
}
|
|
266
|
+
}
|
package/locales/hi/vnc.json
CHANGED
|
@@ -242,5 +242,14 @@
|
|
|
242
242
|
"stackMissingShort": "स्थापित नहीं हे",
|
|
243
243
|
"editClientTitle": "दूरस्थ क्लाइंट संपादित करें",
|
|
244
244
|
"editClientDesc": "अद्यतन पथ, होस्ट और वैकल्पिक संग्रहीत पासवर्ड।",
|
|
245
|
-
"clientUpdated": "ग्राहक प्रोफ़ाइल अपडेट की गई"
|
|
245
|
+
"clientUpdated": "ग्राहक प्रोफ़ाइल अपडेट की गई",
|
|
246
|
+
"rememberNeedPassword": "सबसे पहले एक पासवर्ड डालें.",
|
|
247
|
+
"settingsNeedStack": "ये डिफ़ॉल्ट तब लागू होते हैं जब TigerVNC (और यदि चयनित हो तो XFCE) स्थापित होते हैं। पहले उन्हें इंस्टॉल टैब पर इंस्टॉल करें।",
|
|
248
|
+
"clientNeedNovnc": "ब्राउज़र में खोलने के लिए noVNC की आवश्यकता है। रिमोट जोड़ने से पहले इसे इंस्टॉल टैब पर इंस्टॉल करें जिसे आप यहां खोलने की उम्मीद करते हैं।",
|
|
249
|
+
"needXfceFirst": "Install XFCE first",
|
|
250
|
+
"needSessionRunning": "Session is not running — start it first",
|
|
251
|
+
"deleteKeepUserWarn": "The Linux user will stay on the host as an orphan. You must clean it up later.",
|
|
252
|
+
"bindRfbLine": "RFB {{bind}} :{{port}}",
|
|
253
|
+
"bindNovncLine": "noVNC 127.0.0.1:{{port}}",
|
|
254
|
+
"bindNovncHint": "noVNC listens on localhost. The desktop is reached through this panel, not the public internet, unless RFB bind is all interfaces."
|
|
246
255
|
}
|
package/locales/hi/vpn.json
CHANGED
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
"pageDesc": "वीपीएन सर्वर और क्लाइंट",
|
|
3
3
|
"eyebrow": "VPN",
|
|
4
4
|
"tab": {
|
|
5
|
-
"wireguard": "
|
|
6
|
-
"openvpn": "
|
|
7
|
-
"outline": "
|
|
5
|
+
"wireguard": "WireGuard",
|
|
6
|
+
"openvpn": "OpenVPN",
|
|
7
|
+
"outline": "Shadowsocks",
|
|
8
8
|
"client": "स्थानीय ग्राहक",
|
|
9
9
|
"software": "सॉफ़्टवेयर",
|
|
10
10
|
"monitor": "निगरानी करना",
|
|
@@ -127,5 +127,20 @@
|
|
|
127
127
|
"lanCidrs": "लैन नेटवर्क",
|
|
128
128
|
"customCidr": "CIDR",
|
|
129
129
|
"addCidr": "जोड़ना"
|
|
130
|
-
}
|
|
130
|
+
},
|
|
131
|
+
"engineNotInstalled": "यह VPN इंजन होस्ट पर स्थापित नहीं है।",
|
|
132
|
+
"serverNotListening": "सर्वर यूनिट सक्रिय नहीं है। UDP/TCP {{port}} बंद हो सकता है।",
|
|
133
|
+
"installEngineFirst": "सबसे पहले वीपीएन इंजन इंस्टॉल करें",
|
|
134
|
+
"portHint": {
|
|
135
|
+
"51820": "डिफ़ॉल्ट वायरगार्ड श्रवण पोर्ट",
|
|
136
|
+
"51821": "वैकल्पिक वायरगार्ड श्रवण पोर्ट",
|
|
137
|
+
"51822": "दूसरा वैकल्पिक वायरगार्ड श्रवण पोर्ट"
|
|
138
|
+
},
|
|
139
|
+
"needServerRunning": "{{engine}} is not running — apply the server first",
|
|
140
|
+
"engineSummarySoftware": "{{installed}} installed · {{running}} running",
|
|
141
|
+
"privateKeyOnce": "The client private key is shown only here. Download or copy it now — it cannot be recovered later.",
|
|
142
|
+
"showPrivateKey": "Show private key",
|
|
143
|
+
"hidePrivateKey": "Hide private key",
|
|
144
|
+
"deletePeerTitle": "Delete peer {{name}}?",
|
|
145
|
+
"deletePeerDesc": "Remove {{name}} ({{address}}). The client disconnects immediately and the config cannot be restored."
|
|
131
146
|
}
|
package/locales/id/agents.json
CHANGED
|
@@ -126,5 +126,15 @@
|
|
|
126
126
|
"labelStderr": "stderr",
|
|
127
127
|
"labelAckCli": "ack + CLI JSON",
|
|
128
128
|
"labelStdoutBody": "Badan CLI yang kokoh",
|
|
129
|
-
"resultOuterHint": "Hasil luarnya adalah CLI --json stdout."
|
|
129
|
+
"resultOuterHint": "Hasil luarnya adalah CLI --json stdout.",
|
|
130
|
+
"statusFlowTitle": "Aliran status",
|
|
131
|
+
"statusFlow": "Hanya terdaftar → online → basi (>60an) → offline (terputus). Filter “Offline” terputus.",
|
|
132
|
+
"colSession": "Sesi UUID",
|
|
133
|
+
"copySession": "Salin UUID sesi untuk cluster / CLI --session",
|
|
134
|
+
"staleFor": "Tak terlihat {{age}}",
|
|
135
|
+
"commandTitle": "Antrean perintah untuk sesi ini",
|
|
136
|
+
"historyTitleShort": "Buka riwayat perintah (hanya baca)",
|
|
137
|
+
"expEdge": "Di tepi:",
|
|
138
|
+
"noteAllowlist": "Agent tool calls must pass the allowlist.",
|
|
139
|
+
"noteRbacCap": "Agent role is capped at write-low."
|
|
130
140
|
}
|
package/locales/id/apache.json
CHANGED
|
@@ -53,5 +53,9 @@
|
|
|
53
53
|
"cleanupConflicts": "Bersihkan sisa-sisa konflik",
|
|
54
54
|
"cleanupConflictsTitle": "Bersihkan semua sisa konflik?",
|
|
55
55
|
"cleanupConflictsDesc": "Hapus setiap konfigurasi artefak pada disk yang bertentangan dengan proyek atau Nama Server mandiri. Baris proyek disimpan.",
|
|
56
|
-
"artifactRemovedOk": "Konfigurasi sisa dihapus"
|
|
56
|
+
"artifactRemovedOk": "Konfigurasi sisa dihapus",
|
|
57
|
+
"sslTerminatedUpstream": "TLS berakhir di depan Nginx",
|
|
58
|
+
"removeArtifactHint": "Hanya menghapus conf sisa di disk ini. Tidak menghapus proyek.",
|
|
59
|
+
"sourceOrphan": "Leftover",
|
|
60
|
+
"orphanSite": "Project gone"
|
|
57
61
|
}
|
package/locales/id/audit.json
CHANGED
|
@@ -22,6 +22,9 @@
|
|
|
22
22
|
"project.publish": "Publikasikan Nginx",
|
|
23
23
|
"project.suspend": "Tangguhkan proyek",
|
|
24
24
|
"software.install": "Instal perangkat lunak",
|
|
25
|
-
"software.update": "Perbarui perangkat lunak"
|
|
25
|
+
"software.update": "Perbarui perangkat lunak",
|
|
26
|
+
"backup.restore": "Backup restore",
|
|
27
|
+
"backup.run": "Backup run",
|
|
28
|
+
"backup.delete": "Backup deleted"
|
|
26
29
|
}
|
|
27
30
|
}
|
package/locales/id/backups.json
CHANGED
|
@@ -129,5 +129,24 @@
|
|
|
129
129
|
"remotePushSub": "Setelah tar lokal berhasil, dorong ke SFTP, jalur lokal, atau S3",
|
|
130
130
|
"accessKey": "Kunci Akses",
|
|
131
131
|
"secretKey": "Kunci Rahasia",
|
|
132
|
-
"overwriteConfirmHint": "Ketik OVERWRITE untuk mengonfirmasi penimpaan"
|
|
132
|
+
"overwriteConfirmHint": "Ketik OVERWRITE untuk mengonfirmasi penimpaan",
|
|
133
|
+
"testRemote": "Uji tujuan",
|
|
134
|
+
"testRemoteDone": "Probe jarak jauh selesai",
|
|
135
|
+
"testRemoteFailed": "Probe jarak jauh gagal",
|
|
136
|
+
"resticRepoPh": "Direktori data panel / restic-repo",
|
|
137
|
+
"testDisabledHint": "Aktifkan push jarak jauh sebelum pengujian.",
|
|
138
|
+
"identityId": "Identitas SSH keluar",
|
|
139
|
+
"identityHint": "Lebih disukai. Gudang yang sama dengan /keamanan SSH. Kata sandi memerlukan sshpass.",
|
|
140
|
+
"identityNone": "Tidak ada — kata sandi atau kunci default",
|
|
141
|
+
"remotePathHint": "Relatif terhadap rumah pengguna jarak jauh (atau chroot SFTP). “.” apakah itu rumah.",
|
|
142
|
+
"restoreFullTitle": "Timpa file proyek dan database dari arsip ini — ketikkan nama file untuk mengonfirmasi",
|
|
143
|
+
"restoreWebTitle": "Pulihkan file situs web hanya dari arsip ini",
|
|
144
|
+
"previewTitle": "Pratinjau pemulihan tanpa menulis",
|
|
145
|
+
"partialSkipped": "Parsial — beberapa proyek dilewati",
|
|
146
|
+
"testRemoteHint": "Connects to the remote host and writes a small probe file. Not read-only.",
|
|
147
|
+
"skippedListHint": "These projects were skipped:",
|
|
148
|
+
"goLogs": "Open logs",
|
|
149
|
+
"goAbout": "Backup notes",
|
|
150
|
+
"skippedPendingOs": "Skipped — OS user / home not provisioned",
|
|
151
|
+
"latestFile": "Latest archive"
|
|
133
152
|
}
|