ysk-server-shared 1.1.12 → 1.1.13
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/dist/browser.d.ts +2 -0
- package/dist/browser.d.ts.map +1 -1
- package/dist/browser.js +2 -0
- package/dist/browser.js.map +1 -1
- package/dist/docker.d.ts +4 -0
- package/dist/docker.d.ts.map +1 -1
- package/dist/docker.js.map +1 -1
- package/dist/ident.d.ts +20 -0
- package/dist/ident.d.ts.map +1 -0
- package/dist/ident.js +111 -0
- package/dist/ident.js.map +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/list-query.d.ts +2 -0
- package/dist/list-query.d.ts.map +1 -1
- package/dist/list-query.js.map +1 -1
- package/locales/ar/agents.json +11 -1
- package/locales/ar/backups.json +5 -1
- package/locales/ar/btTracker.json +7 -1
- package/locales/ar/cdn.json +9 -1
- package/locales/ar/common.json +2 -1
- package/locales/ar/dashboard.json +2 -1
- package/locales/ar/db.json +8 -1
- package/locales/ar/dns.json +3 -1
- package/locales/ar/docker.json +19 -3
- package/locales/ar/email.json +22 -1
- package/locales/ar/files.json +2 -1
- package/locales/ar/ftp.json +3 -1
- package/locales/ar/hostBrowse.json +2 -1
- package/locales/ar/metrics.json +2 -1
- package/locales/ar/migrate.json +9 -1
- package/locales/ar/nav.json +2 -1
- package/locales/ar/network.json +5 -1
- package/locales/ar/nginx.json +6 -1
- package/locales/ar/notes.json +19 -4
- package/locales/ar/opsResult.json +5 -1
- package/locales/ar/projects.json +4 -1
- package/locales/ar/publicFiles.json +4 -1
- package/locales/ar/runtime.json +8 -2
- package/locales/ar/services.json +18 -1
- package/locales/ar/software.json +3 -1
- package/locales/ar/stackWizard.json +16 -1
- package/locales/ar/tabs.json +3 -1
- package/locales/ar/translation.json +229 -41
- package/locales/ar/updates.json +3 -1
- package/locales/ar/users.json +2 -1
- package/locales/ar/validators.json +7 -3
- package/locales/ar/vnc.json +2 -1
- package/locales/ar/vpn.json +16 -2
- package/locales/bn/agents.json +11 -1
- package/locales/bn/backups.json +5 -1
- package/locales/bn/btTracker.json +7 -1
- package/locales/bn/cdn.json +9 -1
- package/locales/bn/common.json +2 -1
- package/locales/bn/dashboard.json +2 -1
- package/locales/bn/db.json +8 -1
- package/locales/bn/dns.json +3 -1
- package/locales/bn/docker.json +19 -3
- package/locales/bn/email.json +22 -1
- package/locales/bn/files.json +2 -1
- package/locales/bn/ftp.json +3 -1
- package/locales/bn/hostBrowse.json +2 -1
- package/locales/bn/metrics.json +2 -1
- package/locales/bn/migrate.json +9 -1
- package/locales/bn/nav.json +2 -1
- package/locales/bn/network.json +5 -1
- package/locales/bn/nginx.json +6 -1
- package/locales/bn/notes.json +19 -4
- package/locales/bn/opsResult.json +5 -1
- package/locales/bn/projects.json +4 -1
- package/locales/bn/publicFiles.json +4 -1
- package/locales/bn/runtime.json +8 -2
- package/locales/bn/services.json +18 -1
- package/locales/bn/software.json +3 -1
- package/locales/bn/stackWizard.json +16 -1
- package/locales/bn/tabs.json +3 -1
- package/locales/bn/translation.json +229 -41
- package/locales/bn/updates.json +3 -1
- package/locales/bn/users.json +2 -1
- package/locales/bn/validators.json +7 -3
- package/locales/bn/vnc.json +2 -1
- package/locales/bn/vpn.json +16 -2
- package/locales/en/agents.json +12 -2
- package/locales/en/backups.json +5 -1
- package/locales/en/btTracker.json +8 -2
- package/locales/en/cdn.json +8 -0
- package/locales/en/common.json +1 -0
- package/locales/en/dashboard.json +1 -0
- package/locales/en/db.json +10 -3
- package/locales/en/dns.json +2 -0
- package/locales/en/docker.json +17 -1
- package/locales/en/email.json +24 -3
- package/locales/en/files.json +1 -0
- package/locales/en/ftp.json +2 -0
- package/locales/en/hostBrowse.json +1 -0
- package/locales/en/metrics.json +1 -0
- package/locales/en/migrate.json +8 -0
- package/locales/en/nav.json +1 -0
- package/locales/en/network.json +4 -0
- package/locales/en/nginx.json +6 -1
- package/locales/en/notes.json +20 -5
- package/locales/en/opsResult.json +5 -1
- package/locales/en/projects.json +4 -1
- package/locales/en/protection.json +2 -2
- package/locales/en/publicFiles.json +4 -1
- package/locales/en/rbac.json +2 -2
- package/locales/en/runtime.json +7 -1
- package/locales/en/services.json +18 -1
- package/locales/en/software.json +2 -0
- package/locales/en/stackWizard.json +16 -1
- package/locales/en/tabs.json +3 -1
- package/locales/en/translation.json +220 -32
- package/locales/en/updates.json +3 -1
- package/locales/en/users.json +1 -0
- package/locales/en/validators.json +5 -1
- package/locales/en/vnc.json +1 -0
- package/locales/en/vpn.json +15 -1
- package/locales/es/agents.json +11 -1
- package/locales/es/backups.json +5 -1
- package/locales/es/btTracker.json +7 -1
- package/locales/es/cdn.json +9 -1
- package/locales/es/common.json +2 -1
- package/locales/es/dashboard.json +2 -1
- package/locales/es/db.json +8 -1
- package/locales/es/dns.json +3 -1
- package/locales/es/docker.json +19 -3
- package/locales/es/email.json +22 -1
- package/locales/es/files.json +2 -1
- package/locales/es/ftp.json +3 -1
- package/locales/es/hostBrowse.json +2 -1
- package/locales/es/metrics.json +2 -1
- package/locales/es/migrate.json +9 -1
- package/locales/es/nav.json +2 -1
- package/locales/es/network.json +5 -1
- package/locales/es/nginx.json +6 -1
- package/locales/es/notes.json +19 -4
- package/locales/es/opsResult.json +5 -1
- package/locales/es/projects.json +4 -1
- package/locales/es/publicFiles.json +4 -1
- package/locales/es/runtime.json +8 -2
- package/locales/es/services.json +18 -1
- package/locales/es/software.json +3 -1
- package/locales/es/stackWizard.json +16 -1
- package/locales/es/tabs.json +3 -1
- package/locales/es/translation.json +229 -41
- package/locales/es/updates.json +3 -1
- package/locales/es/users.json +2 -1
- package/locales/es/validators.json +7 -3
- package/locales/es/vnc.json +2 -1
- package/locales/es/vpn.json +16 -2
- package/locales/fr/agents.json +11 -1
- package/locales/fr/backups.json +5 -1
- package/locales/fr/btTracker.json +7 -1
- package/locales/fr/cdn.json +9 -1
- package/locales/fr/common.json +2 -1
- package/locales/fr/dashboard.json +2 -1
- package/locales/fr/db.json +8 -1
- package/locales/fr/dns.json +3 -1
- package/locales/fr/docker.json +19 -3
- package/locales/fr/email.json +22 -1
- package/locales/fr/files.json +2 -1
- package/locales/fr/ftp.json +3 -1
- package/locales/fr/hostBrowse.json +2 -1
- package/locales/fr/metrics.json +2 -1
- package/locales/fr/migrate.json +9 -1
- package/locales/fr/nav.json +2 -1
- package/locales/fr/network.json +5 -1
- package/locales/fr/nginx.json +6 -1
- package/locales/fr/notes.json +19 -4
- package/locales/fr/opsResult.json +5 -1
- package/locales/fr/projects.json +4 -1
- package/locales/fr/publicFiles.json +4 -1
- package/locales/fr/runtime.json +8 -2
- package/locales/fr/services.json +18 -1
- package/locales/fr/software.json +3 -1
- package/locales/fr/stackWizard.json +16 -1
- package/locales/fr/tabs.json +3 -1
- package/locales/fr/translation.json +229 -41
- package/locales/fr/updates.json +3 -1
- package/locales/fr/users.json +2 -1
- package/locales/fr/validators.json +7 -3
- package/locales/fr/vnc.json +2 -1
- package/locales/fr/vpn.json +16 -2
- package/locales/hi/agents.json +11 -1
- package/locales/hi/backups.json +5 -1
- package/locales/hi/btTracker.json +7 -1
- package/locales/hi/cdn.json +9 -1
- package/locales/hi/common.json +2 -1
- package/locales/hi/dashboard.json +2 -1
- package/locales/hi/db.json +8 -1
- package/locales/hi/dns.json +3 -1
- package/locales/hi/docker.json +19 -3
- package/locales/hi/email.json +22 -1
- package/locales/hi/files.json +2 -1
- package/locales/hi/ftp.json +3 -1
- package/locales/hi/hostBrowse.json +2 -1
- package/locales/hi/metrics.json +2 -1
- package/locales/hi/migrate.json +9 -1
- package/locales/hi/nav.json +2 -1
- package/locales/hi/network.json +5 -1
- package/locales/hi/nginx.json +6 -1
- package/locales/hi/notes.json +19 -4
- package/locales/hi/opsResult.json +5 -1
- package/locales/hi/projects.json +4 -1
- package/locales/hi/publicFiles.json +4 -1
- package/locales/hi/runtime.json +8 -2
- package/locales/hi/services.json +18 -1
- package/locales/hi/software.json +3 -1
- package/locales/hi/stackWizard.json +16 -1
- package/locales/hi/tabs.json +3 -1
- package/locales/hi/translation.json +229 -41
- package/locales/hi/updates.json +3 -1
- package/locales/hi/users.json +2 -1
- package/locales/hi/validators.json +7 -3
- package/locales/hi/vnc.json +2 -1
- package/locales/hi/vpn.json +16 -2
- package/locales/id/agents.json +11 -1
- package/locales/id/backups.json +5 -1
- package/locales/id/btTracker.json +7 -1
- package/locales/id/cdn.json +9 -1
- package/locales/id/common.json +2 -1
- package/locales/id/dashboard.json +2 -1
- package/locales/id/db.json +8 -1
- package/locales/id/dns.json +3 -1
- package/locales/id/docker.json +19 -3
- package/locales/id/email.json +22 -1
- package/locales/id/files.json +2 -1
- package/locales/id/ftp.json +3 -1
- package/locales/id/hostBrowse.json +2 -1
- package/locales/id/metrics.json +2 -1
- package/locales/id/migrate.json +9 -1
- package/locales/id/nav.json +2 -1
- package/locales/id/network.json +5 -1
- package/locales/id/nginx.json +6 -1
- package/locales/id/notes.json +19 -4
- package/locales/id/opsResult.json +5 -1
- package/locales/id/projects.json +4 -1
- package/locales/id/publicFiles.json +4 -1
- package/locales/id/runtime.json +8 -2
- package/locales/id/services.json +18 -1
- package/locales/id/software.json +3 -1
- package/locales/id/stackWizard.json +16 -1
- package/locales/id/tabs.json +3 -1
- package/locales/id/translation.json +229 -41
- package/locales/id/updates.json +3 -1
- package/locales/id/users.json +2 -1
- package/locales/id/validators.json +7 -3
- package/locales/id/vnc.json +2 -1
- package/locales/id/vpn.json +16 -2
- package/locales/ja/agents.json +11 -1
- package/locales/ja/backups.json +5 -1
- package/locales/ja/btTracker.json +7 -1
- package/locales/ja/cdn.json +9 -1
- package/locales/ja/common.json +2 -1
- package/locales/ja/dashboard.json +2 -1
- package/locales/ja/db.json +8 -1
- package/locales/ja/dns.json +3 -1
- package/locales/ja/docker.json +19 -3
- package/locales/ja/email.json +22 -1
- package/locales/ja/files.json +2 -1
- package/locales/ja/ftp.json +3 -1
- package/locales/ja/hostBrowse.json +2 -1
- package/locales/ja/metrics.json +2 -1
- package/locales/ja/migrate.json +9 -1
- package/locales/ja/nav.json +2 -1
- package/locales/ja/network.json +5 -1
- package/locales/ja/nginx.json +6 -1
- package/locales/ja/notes.json +19 -4
- package/locales/ja/opsResult.json +5 -1
- package/locales/ja/projects.json +4 -1
- package/locales/ja/publicFiles.json +4 -1
- package/locales/ja/runtime.json +8 -2
- package/locales/ja/services.json +18 -1
- package/locales/ja/software.json +3 -1
- package/locales/ja/stackWizard.json +16 -1
- package/locales/ja/tabs.json +3 -1
- package/locales/ja/translation.json +229 -41
- package/locales/ja/updates.json +3 -1
- package/locales/ja/users.json +2 -1
- package/locales/ja/validators.json +7 -3
- package/locales/ja/vnc.json +2 -1
- package/locales/ja/vpn.json +16 -2
- package/locales/ko/agents.json +11 -1
- package/locales/ko/backups.json +5 -1
- package/locales/ko/btTracker.json +7 -1
- package/locales/ko/cdn.json +9 -1
- package/locales/ko/common.json +2 -1
- package/locales/ko/dashboard.json +2 -1
- package/locales/ko/db.json +8 -1
- package/locales/ko/dns.json +3 -1
- package/locales/ko/docker.json +19 -3
- package/locales/ko/email.json +22 -1
- package/locales/ko/files.json +2 -1
- package/locales/ko/ftp.json +3 -1
- package/locales/ko/hostBrowse.json +2 -1
- package/locales/ko/metrics.json +2 -1
- package/locales/ko/migrate.json +9 -1
- package/locales/ko/nav.json +2 -1
- package/locales/ko/network.json +5 -1
- package/locales/ko/nginx.json +6 -1
- package/locales/ko/notes.json +19 -4
- package/locales/ko/opsResult.json +5 -1
- package/locales/ko/projects.json +4 -1
- package/locales/ko/publicFiles.json +4 -1
- package/locales/ko/runtime.json +8 -2
- package/locales/ko/services.json +18 -1
- package/locales/ko/software.json +3 -1
- package/locales/ko/stackWizard.json +16 -1
- package/locales/ko/tabs.json +3 -1
- package/locales/ko/translation.json +229 -41
- package/locales/ko/updates.json +3 -1
- package/locales/ko/users.json +2 -1
- package/locales/ko/validators.json +7 -3
- package/locales/ko/vnc.json +2 -1
- package/locales/ko/vpn.json +16 -2
- package/locales/pt/agents.json +11 -1
- package/locales/pt/backups.json +5 -1
- package/locales/pt/btTracker.json +7 -1
- package/locales/pt/cdn.json +9 -1
- package/locales/pt/common.json +2 -1
- package/locales/pt/dashboard.json +2 -1
- package/locales/pt/db.json +8 -1
- package/locales/pt/dns.json +3 -1
- package/locales/pt/docker.json +19 -3
- package/locales/pt/email.json +22 -1
- package/locales/pt/files.json +2 -1
- package/locales/pt/ftp.json +3 -1
- package/locales/pt/hostBrowse.json +2 -1
- package/locales/pt/metrics.json +2 -1
- package/locales/pt/migrate.json +9 -1
- package/locales/pt/nav.json +2 -1
- package/locales/pt/network.json +5 -1
- package/locales/pt/nginx.json +6 -1
- package/locales/pt/notes.json +19 -4
- package/locales/pt/opsResult.json +5 -1
- package/locales/pt/projects.json +4 -1
- package/locales/pt/publicFiles.json +4 -1
- package/locales/pt/runtime.json +8 -2
- package/locales/pt/services.json +18 -1
- package/locales/pt/software.json +3 -1
- package/locales/pt/stackWizard.json +16 -1
- package/locales/pt/tabs.json +3 -1
- package/locales/pt/translation.json +229 -41
- package/locales/pt/updates.json +3 -1
- package/locales/pt/users.json +2 -1
- package/locales/pt/validators.json +7 -3
- package/locales/pt/vnc.json +2 -1
- package/locales/pt/vpn.json +16 -2
- package/locales/ur/agents.json +11 -1
- package/locales/ur/backups.json +5 -1
- package/locales/ur/btTracker.json +7 -1
- package/locales/ur/cdn.json +9 -1
- package/locales/ur/common.json +2 -1
- package/locales/ur/dashboard.json +2 -1
- package/locales/ur/db.json +8 -1
- package/locales/ur/dns.json +3 -1
- package/locales/ur/docker.json +19 -3
- package/locales/ur/email.json +22 -1
- package/locales/ur/files.json +2 -1
- package/locales/ur/ftp.json +3 -1
- package/locales/ur/hostBrowse.json +2 -1
- package/locales/ur/metrics.json +2 -1
- package/locales/ur/migrate.json +9 -1
- package/locales/ur/nav.json +2 -1
- package/locales/ur/network.json +5 -1
- package/locales/ur/nginx.json +6 -1
- package/locales/ur/notes.json +19 -4
- package/locales/ur/opsResult.json +5 -1
- package/locales/ur/projects.json +4 -1
- package/locales/ur/publicFiles.json +4 -1
- package/locales/ur/runtime.json +8 -2
- package/locales/ur/services.json +18 -1
- package/locales/ur/software.json +3 -1
- package/locales/ur/stackWizard.json +16 -1
- package/locales/ur/tabs.json +3 -1
- package/locales/ur/translation.json +229 -41
- package/locales/ur/updates.json +3 -1
- package/locales/ur/users.json +2 -1
- package/locales/ur/validators.json +7 -3
- package/locales/ur/vnc.json +2 -1
- package/locales/ur/vpn.json +16 -2
- package/locales/zh-CN/agents.json +11 -1
- package/locales/zh-CN/backups.json +5 -1
- package/locales/zh-CN/btTracker.json +7 -1
- package/locales/zh-CN/cdn.json +9 -1
- package/locales/zh-CN/common.json +1 -0
- package/locales/zh-CN/dashboard.json +2 -1
- package/locales/zh-CN/db.json +10 -3
- package/locales/zh-CN/dns.json +2 -0
- package/locales/zh-CN/docker.json +19 -3
- package/locales/zh-CN/email.json +22 -1
- package/locales/zh-CN/files.json +2 -1
- package/locales/zh-CN/ftp.json +3 -1
- package/locales/zh-CN/hostBrowse.json +2 -1
- package/locales/zh-CN/metrics.json +2 -1
- package/locales/zh-CN/migrate.json +9 -1
- package/locales/zh-CN/nav.json +2 -1
- package/locales/zh-CN/network.json +5 -1
- package/locales/zh-CN/nginx.json +6 -1
- package/locales/zh-CN/notes.json +20 -5
- package/locales/zh-CN/opsResult.json +5 -1
- package/locales/zh-CN/projects.json +4 -1
- package/locales/zh-CN/publicFiles.json +4 -1
- package/locales/zh-CN/rbac.json +2 -2
- package/locales/zh-CN/runtime.json +8 -2
- package/locales/zh-CN/services.json +18 -1
- package/locales/zh-CN/software.json +3 -1
- package/locales/zh-CN/stackWizard.json +16 -1
- package/locales/zh-CN/tabs.json +3 -1
- package/locales/zh-CN/translation.json +232 -44
- package/locales/zh-CN/updates.json +3 -1
- package/locales/zh-CN/users.json +1 -0
- package/locales/zh-CN/validators.json +7 -3
- package/locales/zh-CN/vnc.json +2 -1
- package/locales/zh-CN/vpn.json +17 -3
- package/locales/zh-HK/agents.json +14 -4
- package/locales/zh-HK/backups.json +5 -1
- package/locales/zh-HK/btTracker.json +12 -6
- package/locales/zh-HK/cdn.json +8 -0
- package/locales/zh-HK/common.json +1 -0
- package/locales/zh-HK/dashboard.json +1 -0
- package/locales/zh-HK/db.json +10 -3
- package/locales/zh-HK/dns.json +2 -0
- package/locales/zh-HK/docker.json +17 -1
- package/locales/zh-HK/email.json +26 -5
- package/locales/zh-HK/fail2ban.json +1 -1
- package/locales/zh-HK/files.json +2 -1
- package/locales/zh-HK/firewall.json +1 -1
- package/locales/zh-HK/ftp.json +2 -0
- package/locales/zh-HK/hostBrowse.json +1 -0
- package/locales/zh-HK/metrics.json +1 -0
- package/locales/zh-HK/migrate.json +8 -0
- package/locales/zh-HK/nav.json +1 -0
- package/locales/zh-HK/network.json +4 -0
- package/locales/zh-HK/nginx.json +6 -1
- package/locales/zh-HK/notes.json +19 -4
- package/locales/zh-HK/opsResult.json +5 -1
- package/locales/zh-HK/projects.json +4 -1
- package/locales/zh-HK/protection.json +3 -3
- package/locales/zh-HK/publicFiles.json +7 -4
- package/locales/zh-HK/rbac.json +2 -2
- package/locales/zh-HK/runtime.json +7 -1
- package/locales/zh-HK/services.json +17 -0
- package/locales/zh-HK/software.json +2 -0
- package/locales/zh-HK/stackWizard.json +16 -1
- package/locales/zh-HK/tabs.json +3 -1
- package/locales/zh-HK/translation.json +233 -45
- package/locales/zh-HK/updates.json +3 -1
- package/locales/zh-HK/users.json +1 -0
- package/locales/zh-HK/validators.json +5 -1
- package/locales/zh-HK/vnc.json +1 -0
- package/locales/zh-HK/vpn.json +15 -1
- package/package.json +1 -1
|
@@ -145,7 +145,17 @@
|
|
|
145
145
|
"noteRbacCap": "Agent role is capped at write-low.",
|
|
146
146
|
"journal": "journal",
|
|
147
147
|
"activatingStuckHint": "Activating longer than 5 minutes — treated as failed. Check journal.",
|
|
148
|
-
"noOnlineAgents": "No agents online"
|
|
148
|
+
"noOnlineAgents": "No agents online",
|
|
149
|
+
"cmdStatus": {
|
|
150
|
+
"queued": "Queued",
|
|
151
|
+
"acked": "Acked",
|
|
152
|
+
"done": "Done",
|
|
153
|
+
"error": "Error"
|
|
154
|
+
},
|
|
155
|
+
"colExit": "Exit",
|
|
156
|
+
"unitFallback": "unit",
|
|
157
|
+
"writeUnit": "Write unit",
|
|
158
|
+
"writeUnitConfirm": "Write the systemd unit for {{kind}} under /etc/systemd. The service is not started or enabled."
|
|
149
159
|
},
|
|
150
160
|
"ai": {
|
|
151
161
|
"status": {
|
|
@@ -478,7 +488,11 @@
|
|
|
478
488
|
"trashEmptyDescConfirm": "Permanently delete {{count}} archive(s). Type the count to confirm.",
|
|
479
489
|
"trashRestored": "Restored from recycle bin",
|
|
480
490
|
"trashPurged": "Permanently deleted",
|
|
481
|
-
"trashedOk": "Moved to recycle bin"
|
|
491
|
+
"trashedOk": "Moved to recycle bin",
|
|
492
|
+
"previewListingTitle": "Archive contents",
|
|
493
|
+
"restoreNamedDesc": "Restore {{name}} into project {{project}}.",
|
|
494
|
+
"overwriteNamedDesc": "Overwrite files of project {{project}} from snapshot {{snapshot}}.",
|
|
495
|
+
"resticSafeNamed": "Restore snapshot {{snapshot}} of project {{project}} into a safe directory."
|
|
482
496
|
},
|
|
483
497
|
"btTracker": {
|
|
484
498
|
"title": "बीटी ट्रैकर",
|
|
@@ -679,7 +693,13 @@
|
|
|
679
693
|
"statsAnnouncesHint": "Announce requests seen by the tracker process",
|
|
680
694
|
"leftoverHashesTitle": "Tracker leftover hashes",
|
|
681
695
|
"leftoverHashesHint": "Read-only. These announces are not library or share rows.",
|
|
682
|
-
"publicHostMissingLive": "Tracker is listening but public announce host is not set. Off-host peers cannot find this seed."
|
|
696
|
+
"publicHostMissingLive": "Tracker is listening but public announce host is not set. Off-host peers cannot find this seed.",
|
|
697
|
+
"restoredCount": "Re-seeded {{seeded}} of {{attempted}} torrents",
|
|
698
|
+
"portInvalid": "Enter a port from 1 to 65535.",
|
|
699
|
+
"extraTrackerRequired": "Enter an announce URL.",
|
|
700
|
+
"stopPort": "Tracker port {{port}} will stop listening.",
|
|
701
|
+
"stopPid": "Process PID {{pid}} will exit.",
|
|
702
|
+
"swarmLeftoverUnlisted": "{{count}} extra leftover announce(s) have no hash in this list."
|
|
683
703
|
},
|
|
684
704
|
"catalog": {
|
|
685
705
|
"sw": {
|
|
@@ -918,7 +938,15 @@
|
|
|
918
938
|
"hitRateUnknown": "No access log with cache status and no cache directory, so hit rate cannot be estimated.",
|
|
919
939
|
"offlineHint": "Offline — probe failed. Remove the node if it is leftover.",
|
|
920
940
|
"applyFailedNoNote": "No stored reason. Re-apply to capture the error.",
|
|
921
|
-
"statApplyFailed": "Apply failed"
|
|
941
|
+
"statApplyFailed": "Apply failed",
|
|
942
|
+
"statSitesCount": "{{n}} sites",
|
|
943
|
+
"cacheMethod": {
|
|
944
|
+
"none": "No estimate",
|
|
945
|
+
"access_log": "Access log",
|
|
946
|
+
"cache_dir": "Cache directory",
|
|
947
|
+
"log_format": "Need log format"
|
|
948
|
+
},
|
|
949
|
+
"geoMapLabel": "Geo map (JSON)"
|
|
922
950
|
},
|
|
923
951
|
"cli": {
|
|
924
952
|
"unknownCommand": "अज्ञात आदेश: {{command}}\n`{{cli}} सहायता` चलाएँ",
|
|
@@ -2233,7 +2261,8 @@
|
|
|
2233
2261
|
"more": "अधिक",
|
|
2234
2262
|
"redirectedTo": "{{to}} खोला गया (पहले {{from}})",
|
|
2235
2263
|
"unavailable": "Not available right now",
|
|
2236
|
-
"ok": "OK"
|
|
2264
|
+
"ok": "OK",
|
|
2265
|
+
"pleaseFill": "Please fill in this field"
|
|
2237
2266
|
},
|
|
2238
2267
|
"cron": {
|
|
2239
2268
|
"presetCdTrue": "सीडी ऐप + सत्य (परीक्षण)",
|
|
@@ -2536,7 +2565,8 @@
|
|
|
2536
2565
|
"bad": "Problem"
|
|
2537
2566
|
},
|
|
2538
2567
|
"publicNo2fa": "This panel listens on all interfaces and your admin account has no 2FA.",
|
|
2539
|
-
"readinessBlocked": "{{n}} blocker(s)"
|
|
2568
|
+
"readinessBlocked": "{{n}} blocker(s)",
|
|
2569
|
+
"nameRequired": "Enter a project name"
|
|
2540
2570
|
},
|
|
2541
2571
|
"dataTable": {
|
|
2542
2572
|
"empty": "कोई डेटा नहीं",
|
|
@@ -2899,7 +2929,14 @@
|
|
|
2899
2929
|
"hostCount": "On host",
|
|
2900
2930
|
"registeredUsers": "Registered users",
|
|
2901
2931
|
"registeredUsersHint": "Panel registrations only — not every MySQL account",
|
|
2902
|
-
"hostStillExists": "Still on host"
|
|
2932
|
+
"hostStillExists": "Still on host",
|
|
2933
|
+
"invalidSqlIdent": "Use a lowercase identifier: start with a letter, then letters, digits, or underscore.",
|
|
2934
|
+
"remoteHostRequired": "Enter a remote host.",
|
|
2935
|
+
"remoteTestUnsaved": "Save this host first, then Test connection. Or fill host and save.",
|
|
2936
|
+
"serverNotInstalled": "This engine is not installed on the server.",
|
|
2937
|
+
"dumpNeedEngine": "Install the engine before exporting a database.",
|
|
2938
|
+
"unboundDatabase": "Database registration removed",
|
|
2939
|
+
"userGoneRefresh": "That user is gone. The list was refreshed."
|
|
2903
2940
|
},
|
|
2904
2941
|
"dialogs": {
|
|
2905
2942
|
"confirmDefault": "पुष्टि करना",
|
|
@@ -3145,7 +3182,9 @@
|
|
|
3145
3182
|
"startProbeFailed": "Could not re-check DNS health after start",
|
|
3146
3183
|
"startNotListening": "PowerDNS start returned, but the unit is not answering on port 53",
|
|
3147
3184
|
"goStartService": "Start DNS service",
|
|
3148
|
-
"startBindHint": "If start returns to stopped, port 53 is often held by systemd-resolved. Use Heal bind below, then start again."
|
|
3185
|
+
"startBindHint": "If start returns to stopped, port 53 is often held by systemd-resolved. Use Heal bind below, then start again.",
|
|
3186
|
+
"digNotInstalled": "dig is not installed",
|
|
3187
|
+
"digNotInstalledHint": "This tab needs the dig binary (bind9-dnsutils). That is not NXDOMAIN. Install bind9-dnsutils from the host package manager; this page does not auto-install it."
|
|
3149
3188
|
},
|
|
3150
3189
|
"docker": {
|
|
3151
3190
|
"title": "Docker",
|
|
@@ -3271,7 +3310,11 @@
|
|
|
3271
3310
|
"mutateFailed": "Docker आदेश विफल",
|
|
3272
3311
|
"engineFailed": "docker.service नियंत्रित नहीं हो सका",
|
|
3273
3312
|
"badExec": "Exec केवल अनुमत बाइनरी और प्रीसेट तक सीमित है (कोई शेल नहीं, कोई TTY नहीं)",
|
|
3274
|
-
"uninstallBusy": "Docker हटाने से पहले पैनल-प्रबंधित कंटेनर (वैलिडेटर स्टैक सहित) रोकें"
|
|
3313
|
+
"uninstallBusy": "Docker हटाने से पहले पैनल-प्रबंधित कंटेनर (वैलिडेटर स्टैक सहित) रोकें",
|
|
3314
|
+
"badCommand": "Invalid command or entrypoint",
|
|
3315
|
+
"portBusy": "Host port {{bind}}:{{port}} is already in use",
|
|
3316
|
+
"nameInUse": "A container named {{name}} already exists. Remove it or pick another name.",
|
|
3317
|
+
"unpublished": "Container did not attach to a network or publish ports. Not treating this as started."
|
|
3275
3318
|
},
|
|
3276
3319
|
"notes": {
|
|
3277
3320
|
"dryMutate": "केवल dry-run। होस्ट बदलने के लिए --execute और YSK_EXECUTE=1 दें।",
|
|
@@ -3302,7 +3345,8 @@
|
|
|
3302
3345
|
"start": "docker.service चालू हुआ",
|
|
3303
3346
|
"stop": "docker.service रुका",
|
|
3304
3347
|
"restart": "docker.service पुनः चालू हुआ"
|
|
3305
|
-
}
|
|
3348
|
+
},
|
|
3349
|
+
"leftoverRemoved": "Removed leftover container {{name}} after bind failure"
|
|
3306
3350
|
},
|
|
3307
3351
|
"needEngineTitle": "Install Docker Engine first",
|
|
3308
3352
|
"notInstalledValue": "Not installed",
|
|
@@ -3374,7 +3418,18 @@
|
|
|
3374
3418
|
"customPortContainer": "कंटेनर पोर्ट",
|
|
3375
3419
|
"pctUsed": "{{n}}% प्रयुक्त",
|
|
3376
3420
|
"customPortHint": "1–65535. Example: 9090 → 80.",
|
|
3377
|
-
"pickBridge": "Bridge network"
|
|
3421
|
+
"pickBridge": "Bridge network",
|
|
3422
|
+
"command": "Command",
|
|
3423
|
+
"commandHint": "Optional. Tokens after the image. Leave blank to use the image CMD.",
|
|
3424
|
+
"entrypoint": "Entrypoint",
|
|
3425
|
+
"entrypointHint": "Optional single binary. Leave blank to use the image ENTRYPOINT.",
|
|
3426
|
+
"portMap": "host:container",
|
|
3427
|
+
"portOccupied": "This host port is already in use",
|
|
3428
|
+
"validatorImage": "Managed by validator nodes",
|
|
3429
|
+
"newVolume": "New named volume",
|
|
3430
|
+
"loopbackUrl": "Local test URL",
|
|
3431
|
+
"nginxProxy": "Create Nginx reverse proxy",
|
|
3432
|
+
"intentPorts": "Requested (not published)"
|
|
3378
3433
|
},
|
|
3379
3434
|
"deleteTitle": "Delete {{id}}",
|
|
3380
3435
|
"deleteDesc": "This cannot be undone.",
|
|
@@ -3909,7 +3964,28 @@
|
|
|
3909
3964
|
"deliverabilityChecks": "Checks",
|
|
3910
3965
|
"healthPartialScore": "Partial {{n}}/100 (DNS only)",
|
|
3911
3966
|
"healthPartialHint": "DNS checklist only — live and blacklist not probed.",
|
|
3912
|
-
"deleteImpact": "{{mailboxes}} mailboxes · {{records}} DNS records · {{aliases}} aliases"
|
|
3967
|
+
"deleteImpact": "{{mailboxes}} mailboxes · {{records}} DNS records · {{aliases}} aliases",
|
|
3968
|
+
"domainRequired": "Enter a domain",
|
|
3969
|
+
"domainInvalid": "Enter a valid domain",
|
|
3970
|
+
"serverIpRequired": "Enter a server IP",
|
|
3971
|
+
"serverIpInvalid": "Enter a valid IP address",
|
|
3972
|
+
"serverIpv6Invalid": "Enter a valid IPv6 address",
|
|
3973
|
+
"localPartRequired": "Enter a local part",
|
|
3974
|
+
"localPartInvalid": "Local part may only use letters, digits, . _ + -",
|
|
3975
|
+
"aliasDestRequired": "Enter at least one destination address",
|
|
3976
|
+
"mailboxStatusManaged": "Managed",
|
|
3977
|
+
"mailboxStatusActiveShort": "Active",
|
|
3978
|
+
"mailboxStatusDisabledShort": "Disabled",
|
|
3979
|
+
"mailboxStatusSystem": "System provisioned",
|
|
3980
|
+
"mailboxStatusPending": "Pending system",
|
|
3981
|
+
"mailboxStatusFailed": "System failed",
|
|
3982
|
+
"dnsblCleanStatus": "Not listed",
|
|
3983
|
+
"dnsblListedStatus": "Listed",
|
|
3984
|
+
"deliverabilityDone": "Delivery check complete ({{score}}/100)",
|
|
3985
|
+
"sieveEmpty": "No written Sieve files",
|
|
3986
|
+
"sieveListed": "{{count}} written file(s)",
|
|
3987
|
+
"webmailHostnameRequired": "Enter a webmail hostname",
|
|
3988
|
+
"sieveFilesTitle": "Written files"
|
|
3913
3989
|
},
|
|
3914
3990
|
"errors": {
|
|
3915
3991
|
"YSK_UNAUTHORIZED": "अनधिकृत",
|
|
@@ -4441,7 +4517,8 @@
|
|
|
4441
4517
|
"pillTrash": "{{count}} in trash",
|
|
4442
4518
|
"pillSpace": "{{used}} used",
|
|
4443
4519
|
"webdavTokenInactive": "Disabled — token #{{id}} is not active",
|
|
4444
|
-
"webdavOffNoToken": "Disabled (no active token)"
|
|
4520
|
+
"webdavOffNoToken": "Disabled (no active token)",
|
|
4521
|
+
"restoreVersionConfirm": "Restore {{version}} over the current file {{file}}? This overwrites the file on disk."
|
|
4445
4522
|
},
|
|
4446
4523
|
"firewall": {
|
|
4447
4524
|
"profiles": {
|
|
@@ -4718,7 +4795,9 @@
|
|
|
4718
4795
|
"plainConfirmC1": "Usernames and passwords are visible on the network.",
|
|
4719
4796
|
"plainConfirmC2": "PASV will advertise the configured public IP.",
|
|
4720
4797
|
"plainConfirmC3": "Host firewall and cloud security group are not opened for you.",
|
|
4721
|
-
"plainConfirmAction": "Start cleartext FTP"
|
|
4798
|
+
"plainConfirmAction": "Start cleartext FTP",
|
|
4799
|
+
"sftpKeyInvalid": "Need a username and a public key that starts with ssh-.",
|
|
4800
|
+
"deleteAccountNamed": "Delete FTP account {{name}}?"
|
|
4722
4801
|
},
|
|
4723
4802
|
"geo": {
|
|
4724
4803
|
"continents": {
|
|
@@ -5019,7 +5098,8 @@
|
|
|
5019
5098
|
"closeNoSession": "No session yet",
|
|
5020
5099
|
"resumeHintDetail": "Resume previous session ({{count}} tabs) · {{url}} · {{when}}",
|
|
5021
5100
|
"resumeHintOwned": "Resume last browse for {{user}} ({{count}} tabs) · {{url}} · {{when}}",
|
|
5022
|
-
"clearSessionData": "Clear session data"
|
|
5101
|
+
"clearSessionData": "Clear session data",
|
|
5102
|
+
"clearSessionConfirm": "This discards the resume snapshot for the previous browse session. You cannot restore those tabs afterwards."
|
|
5023
5103
|
},
|
|
5024
5104
|
"listToolbar": {
|
|
5025
5105
|
"searchPlaceholder": "खोजना…",
|
|
@@ -5385,7 +5465,8 @@
|
|
|
5385
5465
|
"selectForSignal": "Select",
|
|
5386
5466
|
"forceKillTitleNamed": "KILL PID {{pid}} ({{cmd}})?",
|
|
5387
5467
|
"sendSigTitleNamed": "Send TERM to PID {{pid}} ({{cmd}})?",
|
|
5388
|
-
"controlPlaneNoSignal": "The control-plane process cannot be signalled"
|
|
5468
|
+
"controlPlaneNoSignal": "The control-plane process cannot be signalled",
|
|
5469
|
+
"shareOfMeasured": "{{pct}}% of measured"
|
|
5389
5470
|
},
|
|
5390
5471
|
"migrate": {
|
|
5391
5472
|
"tabInventory": "भंडार",
|
|
@@ -5493,7 +5574,15 @@
|
|
|
5493
5574
|
"sourceDbRedis": "Databases / Redis",
|
|
5494
5575
|
"sourceDbRedisValue": "{{db}} databases · {{redis}} Redis",
|
|
5495
5576
|
"orphanColEntries": "Entries",
|
|
5496
|
-
"orphanEntries": "{{n}} top-level entries in the directory"
|
|
5577
|
+
"orphanEntries": "{{n}} top-level entries in the directory",
|
|
5578
|
+
"jobPhase": "Job {{id}} · {{phase}}",
|
|
5579
|
+
"phaseName": {
|
|
5580
|
+
"failed": "Failed",
|
|
5581
|
+
"done": "Done",
|
|
5582
|
+
"running": "Running",
|
|
5583
|
+
"queued": "Queued",
|
|
5584
|
+
"cancelled": "Cancelled"
|
|
5585
|
+
}
|
|
5497
5586
|
},
|
|
5498
5587
|
"multiCheck": {
|
|
5499
5588
|
"customPlaceholder": "कस्टम कोड",
|
|
@@ -5597,7 +5686,8 @@
|
|
|
5597
5686
|
"noAccessDesc": "आपकी भूमिका इस पृष्ठ को नहीं खोल सकती। आवश्यकता हो तो व्यवस्थापक से पूछें।",
|
|
5598
5687
|
"backToDashboard": "डैशबोर्ड पर वापस",
|
|
5599
5688
|
"validators": "वैलिडेटर (Beta)",
|
|
5600
|
-
"docker": "डाक में काम करनेवाला मज़दूर"
|
|
5689
|
+
"docker": "डाक में काम करनेवाला मज़दूर",
|
|
5690
|
+
"cluster": "Clusters"
|
|
5601
5691
|
},
|
|
5602
5692
|
"network": {
|
|
5603
5693
|
"title": "नेटवर्क इंटरफेस",
|
|
@@ -5764,7 +5854,11 @@
|
|
|
5764
5854
|
"other": "Other",
|
|
5765
5855
|
"loopback": "Always on",
|
|
5766
5856
|
"loopbackHint": "Loopback is always available and cannot be changed."
|
|
5767
|
-
}
|
|
5857
|
+
},
|
|
5858
|
+
"deleteRouteNamed": "Delete route {{dst}}?",
|
|
5859
|
+
"deleteRouteBody": "Remove {{dst}}{{via}}{{dev}} from the live routing table.",
|
|
5860
|
+
"viaGw": " via {{gw}}",
|
|
5861
|
+
"onDev": " on {{dev}}"
|
|
5768
5862
|
},
|
|
5769
5863
|
"nginx": {
|
|
5770
5864
|
"pillSites": "{{count}} साइट(साइटें)",
|
|
@@ -5851,7 +5945,12 @@
|
|
|
5851
5945
|
"bodyInherit": "वैश्विक",
|
|
5852
5946
|
"stopSites": "{{n}} site(s) will stop answering HTTP.",
|
|
5853
5947
|
"purgeCacheTitle": "Purge Nginx cache and reload?",
|
|
5854
|
-
"purgeCacheDesc": "Clears the on-disk cache and reloads Nginx. Live sites stay up."
|
|
5948
|
+
"purgeCacheDesc": "Clears the on-disk cache and reloads Nginx. Live sites stay up.",
|
|
5949
|
+
"deleteTitleNamed": "Delete site {{name}}?",
|
|
5950
|
+
"deleteDescNamed": "Remove {{name}} from the panel. Applied sites will also drop their managed nginx conf.",
|
|
5951
|
+
"invalidServerName": "Enter a valid hostname (e.g. app.example.com).",
|
|
5952
|
+
"needUpstream": "Upstream is required for reverse proxy sites.",
|
|
5953
|
+
"needRoot": "Document root is required for static and PHP sites."
|
|
5855
5954
|
},
|
|
5856
5955
|
"notFound": {
|
|
5857
5956
|
"title": "पृष्ठ नहीं मिला",
|
|
@@ -5930,7 +6029,8 @@
|
|
|
5930
6029
|
"movedToTrash": "Moved {{name}} to the recycle bin. Permanent delete after {{days}} days.",
|
|
5931
6030
|
"restoreNameExists": "Cannot restore {{name}} — a live archive with that name already exists.",
|
|
5932
6031
|
"restoredFromTrash": "Restored {{name}} from the recycle bin.",
|
|
5933
|
-
"trashEmptied": "Permanently deleted {{n}} archive(s) from the recycle bin."
|
|
6032
|
+
"trashEmptied": "Permanently deleted {{n}} archive(s) from the recycle bin.",
|
|
6033
|
+
"partialOk": "Partial success — {{n}} project(s) skipped"
|
|
5934
6034
|
},
|
|
5935
6035
|
"redis": {
|
|
5936
6036
|
"cliMissing": "रेडिस-सीएलआई स्थापित नहीं है",
|
|
@@ -5949,7 +6049,8 @@
|
|
|
5949
6049
|
"orphanCleanupFailed": "अनाथ nginx सफाई विफल: {{detail}}",
|
|
5950
6050
|
"settingsWritten": "Nginx वैश्विक स्निपेट लिखा गया",
|
|
5951
6051
|
"settingsNeedExecute": "आवेदन के लिए YSK_EXECUTE की आवश्यकता है",
|
|
5952
|
-
"reloadFailed": "nginx पुनः लोड विफल रहा"
|
|
6052
|
+
"reloadFailed": "nginx पुनः लोड विफल रहा",
|
|
6053
|
+
"keptLiveSsl": "Kept live HTTPS block in {{path}} (managed template had no listen 443)"
|
|
5953
6054
|
},
|
|
5954
6055
|
"ssl": {
|
|
5955
6056
|
"requestCert": "प्रमाणपत्र का अनुरोध करें"
|
|
@@ -6026,7 +6127,9 @@
|
|
|
6026
6127
|
"noManagedZones": "No managed zone files under dataDir/dns/zones",
|
|
6027
6128
|
"pdnsListZones": "PowerDNS list-zones: {{n}}",
|
|
6028
6129
|
"lookupIgnoredAt": "dig is unavailable — @{{server}} was ignored. Not using the system resolver as that server’s answer.",
|
|
6029
|
-
"localAOk": "local A {{name}} → {{ip}}"
|
|
6130
|
+
"localAOk": "local A {{name}} → {{ip}}",
|
|
6131
|
+
"digNotInstalled": "dig is not installed",
|
|
6132
|
+
"digEmpty": "dig: no answer"
|
|
6030
6133
|
},
|
|
6031
6134
|
"db": {
|
|
6032
6135
|
"needExecuteCreate": "होस्ट निष्पादन बंद है; पैनल से डेटाबेस नहीं बनाया जा सकता",
|
|
@@ -6073,7 +6176,11 @@
|
|
|
6073
6176
|
"dovecotPassdbWrittenNeedApply": "डेटाडिर के तहत लिखी गई पासवार्ड-फ़ाइल - लागू करें (EXECUTE+root) चलाएं ताकि Dovecot इसे लोड कर सके",
|
|
6074
6177
|
"postqueueSetgidBroken": "पोस्टफ़िक्स कतार उपकरण विफल: setgid_group main.cf में खाली है। setgid_group=postdrop सेट करें (पैनल YSK_EXECUTE चालू होने पर ठीक करने का प्रयास करता है)।",
|
|
6075
6178
|
"postqueueMailDown": "पोस्टफ़िक्स नहीं चल रहा है (showq अनुपलब्ध है)। YSK_EXECUTE चालू होने पर पैनल ने इसे प्रारंभ करने का प्रयास किया - सॉफ़्टवेयर टैब/systemctl स्थिति पोस्टफ़िक्स की जाँच करें।",
|
|
6076
|
-
"postqueueSpoolMissing": "पोस्टफ़िक्स कतार निर्देशिकाएँ अनुपलब्ध हैं (उदा. होल्ड/)। पैनल ने स्पूल ट्री बनाने और YSK_EXECUTE चालू होने पर पोस्टफ़िक्स प्रारंभ करने का प्रयास किया।"
|
|
6179
|
+
"postqueueSpoolMissing": "पोस्टफ़िक्स कतार निर्देशिकाएँ अनुपलब्ध हैं (उदा. होल्ड/)। पैनल ने स्पूल ट्री बनाने और YSK_EXECUTE चालू होने पर पोस्टफ़िक्स प्रारंभ करने का प्रयास किया।",
|
|
6180
|
+
"invalidDomain": "Enter a valid mail domain",
|
|
6181
|
+
"invalidServerIp": "Enter a valid server IP",
|
|
6182
|
+
"mailboxLocalPartInvalid": "Mailbox local-part may only use letters, digits, . _ + -",
|
|
6183
|
+
"passwordTooShort": "Password must be at least 8 characters"
|
|
6077
6184
|
},
|
|
6078
6185
|
"agents": {
|
|
6079
6186
|
"sessionNotFound": "सत्र नहीं मिला: {{sessionId}}"
|
|
@@ -9051,6 +9158,13 @@
|
|
|
9051
9158
|
"liveConf": "लाइव Nginx कॉन्फ़: {{path}}",
|
|
9052
9159
|
"publicRoot": "सार्वजनिक रूट: {{path}}",
|
|
9053
9160
|
"confNameStale": "कॉन्फ़ {{file}} वर्तमान server_name {{serverName}} से मेल नहीं खाता। नाम बदलने के लिए सार्वजनिक फ़ाइलें फिर लागू करें।"
|
|
9161
|
+
},
|
|
9162
|
+
"needHost": "Enter a host",
|
|
9163
|
+
"health": {
|
|
9164
|
+
"portListening": "Port {{port}} is listening",
|
|
9165
|
+
"portNotListening": "Port {{port}} is not listening",
|
|
9166
|
+
"httpOk": "HTTP OK {{status}}",
|
|
9167
|
+
"httpFail": "HTTP failed: {{detail}}"
|
|
9054
9168
|
}
|
|
9055
9169
|
},
|
|
9056
9170
|
"ops": {
|
|
@@ -9112,7 +9226,11 @@
|
|
|
9112
9226
|
"stepStoppedOld": "पिछली प्रक्रिया रोक दी गई",
|
|
9113
9227
|
"stepTuningApplied": "रनटाइम ट्यूनिंग लागू की गई",
|
|
9114
9228
|
"stepUnitWritten": "सेवा इकाई लिखित",
|
|
9115
|
-
"stepSystemdStartFailed": "सिस्टमडी प्रारंभ विफल - प्रक्रिया फ़ॉलबैक का उपयोग करना"
|
|
9229
|
+
"stepSystemdStartFailed": "सिस्टमडी प्रारंभ विफल - प्रक्रिया फ़ॉलबैक का उपयोग करना",
|
|
9230
|
+
"portListening": "Port {{port}} is listening",
|
|
9231
|
+
"portNotListening": "Port {{port}} is not listening",
|
|
9232
|
+
"httpOk": "HTTP OK {{status}}",
|
|
9233
|
+
"httpFail": "HTTP failed: {{detail}}"
|
|
9116
9234
|
},
|
|
9117
9235
|
"pageGuide": {
|
|
9118
9236
|
"missing": "इस पृष्ठ के लिए अभी तक कोई सहायता सामग्री उपलब्ध नहीं है.",
|
|
@@ -9858,7 +9976,10 @@
|
|
|
9858
9976
|
"goIsolation": "Open Isolation tab",
|
|
9859
9977
|
"netHstsNeedHttps": "Turn on force HTTPS first",
|
|
9860
9978
|
"homeMissing": "Home directory does not exist",
|
|
9861
|
-
"homeMissingHint": "Same live probe as migrate inventory — create the system user on Isolation"
|
|
9979
|
+
"homeMissingHint": "Same live probe as migrate inventory — create the system user on Isolation",
|
|
9980
|
+
"nameInvalid": "Use a lowercase name: start with a letter, then letters, digits, or hyphen (max 31).",
|
|
9981
|
+
"deployVersionMissing": "Node {{version}} is not installed on this host. Pick an installed version, or install this version first.",
|
|
9982
|
+
"deployUsedBinary": "Deploy used {{path}}"
|
|
9862
9983
|
},
|
|
9863
9984
|
"protection": {
|
|
9864
9985
|
"levels": {
|
|
@@ -10319,7 +10440,10 @@
|
|
|
10319
10440
|
"liveName": "Live name",
|
|
10320
10441
|
"draftName": "Draft name",
|
|
10321
10442
|
"draftUnapplied": "This draft is not applied. Nginx still serves the live name.",
|
|
10322
|
-
"discardDraft": "Discard draft"
|
|
10443
|
+
"discardDraft": "Discard draft",
|
|
10444
|
+
"quotaInvalid": "Enter a whole number of MiB, or choose Unlimited.",
|
|
10445
|
+
"serverNameRequired": "Enter a server name.",
|
|
10446
|
+
"serverNameInvalid": "Use a hostname, wildcard, or IP — no spaces or punctuation."
|
|
10323
10447
|
},
|
|
10324
10448
|
"rbac": {
|
|
10325
10449
|
"permissions": "अनुमतियां",
|
|
@@ -11126,7 +11250,8 @@
|
|
|
11126
11250
|
"interpreter": "दुभाषिया",
|
|
11127
11251
|
"user": "उपयोगकर्ता",
|
|
11128
11252
|
"unit": "इकाई",
|
|
11129
|
-
"runtime": "क्रम"
|
|
11253
|
+
"runtime": "क्रम",
|
|
11254
|
+
"pid": "PID"
|
|
11130
11255
|
},
|
|
11131
11256
|
"projectsTitle": "वाईएसके परियोजना प्रक्रियाएं",
|
|
11132
11257
|
"projectsDesc": "पैनल परियोजनाओं के लिए सिस्टमडी इकाइयाँ (डिफ़ॉल्ट परिनियोजन पथ - PM2 नहीं)।",
|
|
@@ -11234,7 +11359,12 @@
|
|
|
11234
11359
|
"installedHint": "Host probe result — not the control-plane record",
|
|
11235
11360
|
"targetHint": "Version this page will install or pin",
|
|
11236
11361
|
"rebuildFromHost": "Rebuild record from host",
|
|
11237
|
-
"rebuiltFromHost": "Record refreshed from host probe"
|
|
11362
|
+
"rebuiltFromHost": "Record refreshed from host probe",
|
|
11363
|
+
"probing": "Probing…",
|
|
11364
|
+
"noBinaryPath": "No binary path",
|
|
11365
|
+
"hostDefaultError": "Host default unavailable",
|
|
11366
|
+
"pm2Tick": "{{at}} · projects {{projects}} · PM2 {{pm2}} · running {{run}}",
|
|
11367
|
+
"domainRequired": "Enter a valid domain before applying the vhost."
|
|
11238
11368
|
},
|
|
11239
11369
|
"search": {
|
|
11240
11370
|
"placeholder": "पृष्ठ और संसाधन खोजें...",
|
|
@@ -11866,7 +11996,24 @@
|
|
|
11866
11996
|
"reloadTitle": "Reload {{label}} configuration without a full restart",
|
|
11867
11997
|
"stopConfirmPanelSshdOffDesc": "The panel and API will go offline. sshd is not enabled on boot, so SSH may not be a rescue path after reboot.",
|
|
11868
11998
|
"stopConfirmPanelSshdOffConsequence": "sshd is not enabled on boot. After reboot you may have no SSH rescue path.",
|
|
11869
|
-
"ufwNoLifecycle": "UFW is not started or stopped from this matrix."
|
|
11999
|
+
"ufwNoLifecycle": "UFW is not started or stopped from this matrix.",
|
|
12000
|
+
"restartConfirmConsequence": "{{label}} will briefly interrupt connections, then keep serving HTTP/HTTPS.",
|
|
12001
|
+
"reloadConfirmTitle": "Reload {{label}}?",
|
|
12002
|
+
"reloadConfirmDesc": "Reload {{label}} configuration. Existing sessions should stay up.",
|
|
12003
|
+
"enableConfirmTitle": "Enable {{label}} at boot?",
|
|
12004
|
+
"enableConfirmDesc": "Enable {{label}} so it starts on boot.",
|
|
12005
|
+
"cat": {
|
|
12006
|
+
"web": "Web",
|
|
12007
|
+
"db": "Databases",
|
|
12008
|
+
"mail": "Mail",
|
|
12009
|
+
"dns": "DNS",
|
|
12010
|
+
"ftp": "FTP",
|
|
12011
|
+
"cache": "Cache",
|
|
12012
|
+
"panel": "Panel",
|
|
12013
|
+
"ssh": "SSH",
|
|
12014
|
+
"other": "Other",
|
|
12015
|
+
"runtime": "Runtimes"
|
|
12016
|
+
}
|
|
11870
12017
|
},
|
|
11871
12018
|
"software": {
|
|
11872
12019
|
"title": "सॉफ़्टवेयर",
|
|
@@ -11958,7 +12105,9 @@
|
|
|
11958
12105
|
"noTarget": "कोई अद्यतन लक्ष्य नहीं",
|
|
11959
12106
|
"needRuntimePage": "इस संस्करण को रनटाइम पेज पर स्थापित करें",
|
|
11960
12107
|
"noAptCandidate": "कोई उपयुक्त उम्मीदवार संस्करण नहीं",
|
|
11961
|
-
"sourceLabel": "स्रोत"
|
|
12108
|
+
"sourceLabel": "स्रोत",
|
|
12109
|
+
"refreshHasUpdate": "Newer version available",
|
|
12110
|
+
"refreshLatest": "Already the latest recorded version"
|
|
11962
12111
|
},
|
|
11963
12112
|
"install": {
|
|
11964
12113
|
"progress": "इंस्टाल कर रहा है: {{list}}…",
|
|
@@ -12327,7 +12476,22 @@
|
|
|
12327
12476
|
"countHint": "These counts are OS packages in the software plan — not the service-matrix units on the other tab.",
|
|
12328
12477
|
"executeRoot": "System changes {{execute}} · administrator {{root}}",
|
|
12329
12478
|
"manifestPlan": "Plan {{plan}} ({{bundles}})",
|
|
12330
|
-
"manifestHint": "Last chosen software plan and bundles"
|
|
12479
|
+
"manifestHint": "Last chosen software plan and bundles",
|
|
12480
|
+
"bundle": {
|
|
12481
|
+
"control-plane": "Control plane",
|
|
12482
|
+
"web": "Web hosting",
|
|
12483
|
+
"database": "Databases",
|
|
12484
|
+
"email": "Mail stack",
|
|
12485
|
+
"dns": "DNS",
|
|
12486
|
+
"ftp": "FTP / FTPS",
|
|
12487
|
+
"defense": "Host defense",
|
|
12488
|
+
"runtimes": "Language runtimes"
|
|
12489
|
+
},
|
|
12490
|
+
"planTitle": {
|
|
12491
|
+
"minimal": "Control plane only",
|
|
12492
|
+
"recommended": "Recommended hosting",
|
|
12493
|
+
"full": "All software"
|
|
12494
|
+
}
|
|
12331
12495
|
},
|
|
12332
12496
|
"support": {
|
|
12333
12497
|
"title": "सहायता",
|
|
@@ -12689,7 +12853,9 @@
|
|
|
12689
12853
|
"scrollRight": "टैब को दाईं ओर स्क्रॉल करें",
|
|
12690
12854
|
"about": "के बारे में",
|
|
12691
12855
|
"main": "कार्रवाई",
|
|
12692
|
-
"stack": "सॉफ़्टवेयर"
|
|
12856
|
+
"stack": "सॉफ़्टवेयर",
|
|
12857
|
+
"unknown": "No such tab",
|
|
12858
|
+
"unknownHint": "This page has no tab named {{tab}}."
|
|
12693
12859
|
},
|
|
12694
12860
|
"terminal": {
|
|
12695
12861
|
"tabSession": "सत्र",
|
|
@@ -13182,7 +13348,9 @@
|
|
|
13182
13348
|
"cveNotChecked": "Not checked",
|
|
13183
13349
|
"cveLabel": "CVE",
|
|
13184
13350
|
"riskUnevaluated": "Not evaluated — run Scan + OSV",
|
|
13185
|
-
"footerNewVersion": "New version {{version}}"
|
|
13351
|
+
"footerNewVersion": "New version {{version}}",
|
|
13352
|
+
"applySelfConfirmTitle": "Apply panel update?",
|
|
13353
|
+
"applySelfConfirmDesc": "Install {{from}} → {{to}} and restart the panel service. There is no dry-run."
|
|
13186
13354
|
},
|
|
13187
13355
|
"users": {
|
|
13188
13356
|
"userCount": "{{count}} उपयोगकर्ता",
|
|
@@ -13322,7 +13490,8 @@
|
|
|
13322
13490
|
"cannotImpersonateSelf": "आप पहले से ही इस खाते के रूप में साइन इन हैं",
|
|
13323
13491
|
"singleAdminNo2fa": "इस होस्ट में एक ही एडमिन है और 2FA बंद है - 2FA सक्षम करें और एक बैकअप एडमिन जोड़ें।",
|
|
13324
13492
|
"enableAdmin2fa": "Enable admin 2FA",
|
|
13325
|
-
"addBackupAdmin": "Add a backup admin"
|
|
13493
|
+
"addBackupAdmin": "Add a backup admin",
|
|
13494
|
+
"noPackagesHint": "Create a plan from the toolbar, then bind it to users."
|
|
13326
13495
|
},
|
|
13327
13496
|
"validators": {
|
|
13328
13497
|
"title": "वैलिडेटर (Beta)",
|
|
@@ -13361,7 +13530,8 @@
|
|
|
13361
13530
|
"autoClearCandidate": "Current candidate: {{id}}",
|
|
13362
13531
|
"autoClearNone": "No stopped instance is a candidate right now.",
|
|
13363
13532
|
"browseRoot": "Open in file browser",
|
|
13364
|
-
"leftoverEmpty": "No leftover instance directories"
|
|
13533
|
+
"leftoverEmpty": "No leftover instance directories",
|
|
13534
|
+
"autoClearCandidates": "Stopped candidates (largest with data first): {{list}}"
|
|
13365
13535
|
},
|
|
13366
13536
|
"chain": {
|
|
13367
13537
|
"eth": "Ethereum",
|
|
@@ -13413,7 +13583,8 @@
|
|
|
13413
13583
|
},
|
|
13414
13584
|
"mithril": {
|
|
13415
13585
|
"label": "पहले Mithril स्नैपशॉट से पुनर्स्थापित करें (टेस्टनेट पर अनुशंसित)",
|
|
13416
|
-
"action": "Mithril से पुनर्स्थापित करें"
|
|
13586
|
+
"action": "Mithril से पुनर्स्थापित करें",
|
|
13587
|
+
"hint": "This is a one-time restore after install. It is not written into compose. You can also run it later from the instance page."
|
|
13417
13588
|
},
|
|
13418
13589
|
"errors": {
|
|
13419
13590
|
"notFound": "वैलिडेटर इंस्टेंस नहीं मिला",
|
|
@@ -13439,7 +13610,9 @@
|
|
|
13439
13610
|
"snapshotLookup": "आधिकारिक स्नैपशॉट सूचक हल नहीं हो सका",
|
|
13440
13611
|
"needSnapshotConfirm": "स्नैपशॉट पुनर्स्थापना के लिए confirm=इंस्टेंस आईडी या SNAPSHOT चाहिए",
|
|
13441
13612
|
"snapshotBlocked": "स्नैपशॉट docker run अनुमति सूची से अवरुद्ध हुआ",
|
|
13442
|
-
"snapshotFailed": "स्नैपशॉट डाउनलोड या निकालना विफल"
|
|
13613
|
+
"snapshotFailed": "स्नैपशॉट डाउनलोड या निकालना विफल",
|
|
13614
|
+
"containerNotUp": "Compose started, but the container did not stay running",
|
|
13615
|
+
"probeFailed": "The node is not answering RPC yet. Check logs on this page."
|
|
13443
13616
|
},
|
|
13444
13617
|
"notes": {
|
|
13445
13618
|
"beta": "यह सुविधा Beta है। होस्ट परिवर्तन के लिए root और YSK_EXECUTE=1 चाहिए।",
|
|
@@ -14163,7 +14336,8 @@
|
|
|
14163
14336
|
"hostnameFixDesc": "{{line}}",
|
|
14164
14337
|
"hostnameFixDone": "Hostname /etc/hosts updated",
|
|
14165
14338
|
"startAfterCreateBlocked": "Disabled until the hostname resolves",
|
|
14166
|
-
"hostnameBrokenIdle": "Hostname {{hostname}} does not resolve on this host. Fix /etc/hosts before you create a session."
|
|
14339
|
+
"hostnameBrokenIdle": "Hostname {{hostname}} does not resolve on this host. Fix /etc/hosts before you create a session.",
|
|
14340
|
+
"startHostnameBlocked": "Cannot start until this host can resolve its hostname. Use “Write hostname to /etc/hosts”."
|
|
14167
14341
|
},
|
|
14168
14342
|
"vpn": {
|
|
14169
14343
|
"pageDesc": "वीपीएन सर्वर और क्लाइंट",
|
|
@@ -14293,7 +14467,9 @@
|
|
|
14293
14467
|
"customHint": "केवल आपके द्वारा सूचीबद्ध सीआईडीआर ही सुरंग में प्रवेश करते हैं। आवेदन करने के बाद पुनः कनेक्ट करें.",
|
|
14294
14468
|
"lanCidrs": "लैन नेटवर्क",
|
|
14295
14469
|
"customCidr": "CIDR",
|
|
14296
|
-
"addCidr": "जोड़ना"
|
|
14470
|
+
"addCidr": "जोड़ना",
|
|
14471
|
+
"cidrRequired": "Enter a CIDR (for example 192.168.1.0/24).",
|
|
14472
|
+
"cidrInvalid": "Enter a valid CIDR, for example 192.168.1.0/24."
|
|
14297
14473
|
},
|
|
14298
14474
|
"engineNotInstalled": "यह VPN इंजन होस्ट पर स्थापित नहीं है।",
|
|
14299
14475
|
"serverNotListening": "सर्वर यूनिट सक्रिय नहीं है। UDP/TCP {{port}} बंद हो सकता है।",
|
|
@@ -14309,6 +14485,18 @@
|
|
|
14309
14485
|
"showPrivateKey": "Show private key",
|
|
14310
14486
|
"hidePrivateKey": "Hide private key",
|
|
14311
14487
|
"deletePeerTitle": "Delete peer {{name}}?",
|
|
14312
|
-
"deletePeerDesc": "Remove {{name}} ({{address}}). The client disconnects immediately and the config cannot be restored."
|
|
14488
|
+
"deletePeerDesc": "Remove {{name}} ({{address}}). The client disconnects immediately and the config cannot be restored.",
|
|
14489
|
+
"peerNameHint": "Letters, digits, . _ - — no spaces, / or !",
|
|
14490
|
+
"peerNameInvalid": "Spaces, / and ! are not allowed. Use {{preview}} or change the name.",
|
|
14491
|
+
"deleteClientTitle": "Delete OpenVPN client {{name}}?",
|
|
14492
|
+
"deleteClientDesc": "Remove {{name}} ({{address}}). The client disconnects immediately and the profile cannot be restored. The OpenVPN server stays up.",
|
|
14493
|
+
"deleteKeyTitle": "Delete Shadowsocks key {{name}}?",
|
|
14494
|
+
"deleteKeyDesc": "Remove access key {{name}} ({{address}}). Clients using this key disconnect. The Shadowsocks server stays up.",
|
|
14495
|
+
"deleteResult": "Removed {{name}}.",
|
|
14496
|
+
"portInvalid": "Listen port must be an integer from 1 to 65535.",
|
|
14497
|
+
"portRequired": "Listen port is required.",
|
|
14498
|
+
"importInvalid": "Could not detect a WireGuard or OpenVPN client conf.",
|
|
14499
|
+
"qrFailed": "Could not generate a QR code for this config. Download or copy the text instead.",
|
|
14500
|
+
"cfgTitle": "Config — {{name}}"
|
|
14313
14501
|
}
|
|
14314
14502
|
}
|
package/locales/hi/updates.json
CHANGED
|
@@ -236,5 +236,7 @@
|
|
|
236
236
|
"cveNotChecked": "Not checked",
|
|
237
237
|
"cveLabel": "CVE",
|
|
238
238
|
"riskUnevaluated": "Not evaluated — run Scan + OSV",
|
|
239
|
-
"footerNewVersion": "New version {{version}}"
|
|
239
|
+
"footerNewVersion": "New version {{version}}",
|
|
240
|
+
"applySelfConfirmTitle": "Apply panel update?",
|
|
241
|
+
"applySelfConfirmDesc": "Install {{from}} → {{to}} and restart the panel service. There is no dry-run."
|
|
240
242
|
}
|
package/locales/hi/users.json
CHANGED
|
@@ -136,5 +136,6 @@
|
|
|
136
136
|
"cannotImpersonateSelf": "आप पहले से ही इस खाते के रूप में साइन इन हैं",
|
|
137
137
|
"singleAdminNo2fa": "इस होस्ट में एक ही एडमिन है और 2FA बंद है - 2FA सक्षम करें और एक बैकअप एडमिन जोड़ें।",
|
|
138
138
|
"enableAdmin2fa": "Enable admin 2FA",
|
|
139
|
-
"addBackupAdmin": "Add a backup admin"
|
|
139
|
+
"addBackupAdmin": "Add a backup admin",
|
|
140
|
+
"noPackagesHint": "Create a plan from the toolbar, then bind it to users."
|
|
140
141
|
}
|
|
@@ -35,7 +35,8 @@
|
|
|
35
35
|
"autoClearCandidate": "Current candidate: {{id}}",
|
|
36
36
|
"autoClearNone": "No stopped instance is a candidate right now.",
|
|
37
37
|
"browseRoot": "Open in file browser",
|
|
38
|
-
"leftoverEmpty": "No leftover instance directories"
|
|
38
|
+
"leftoverEmpty": "No leftover instance directories",
|
|
39
|
+
"autoClearCandidates": "Stopped candidates (largest with data first): {{list}}"
|
|
39
40
|
},
|
|
40
41
|
"chain": {
|
|
41
42
|
"eth": "Ethereum",
|
|
@@ -87,7 +88,8 @@
|
|
|
87
88
|
},
|
|
88
89
|
"mithril": {
|
|
89
90
|
"label": "पहले Mithril स्नैपशॉट से पुनर्स्थापित करें (टेस्टनेट पर अनुशंसित)",
|
|
90
|
-
"action": "Mithril से पुनर्स्थापित करें"
|
|
91
|
+
"action": "Mithril से पुनर्स्थापित करें",
|
|
92
|
+
"hint": "This is a one-time restore after install. It is not written into compose. You can also run it later from the instance page."
|
|
91
93
|
},
|
|
92
94
|
"errors": {
|
|
93
95
|
"notFound": "वैलिडेटर इंस्टेंस नहीं मिला",
|
|
@@ -113,7 +115,9 @@
|
|
|
113
115
|
"snapshotLookup": "आधिकारिक स्नैपशॉट सूचक हल नहीं हो सका",
|
|
114
116
|
"needSnapshotConfirm": "स्नैपशॉट पुनर्स्थापना के लिए confirm=इंस्टेंस आईडी या SNAPSHOT चाहिए",
|
|
115
117
|
"snapshotBlocked": "स्नैपशॉट docker run अनुमति सूची से अवरुद्ध हुआ",
|
|
116
|
-
"snapshotFailed": "स्नैपशॉट डाउनलोड या निकालना विफल"
|
|
118
|
+
"snapshotFailed": "स्नैपशॉट डाउनलोड या निकालना विफल",
|
|
119
|
+
"containerNotUp": "Compose started, but the container did not stay running",
|
|
120
|
+
"probeFailed": "The node is not answering RPC yet. Check logs on this page."
|
|
117
121
|
},
|
|
118
122
|
"notes": {
|
|
119
123
|
"beta": "यह सुविधा Beta है। होस्ट परिवर्तन के लिए root और YSK_EXECUTE=1 चाहिए।",
|
package/locales/hi/vnc.json
CHANGED
|
@@ -258,5 +258,6 @@
|
|
|
258
258
|
"hostnameFixDesc": "{{line}}",
|
|
259
259
|
"hostnameFixDone": "Hostname /etc/hosts updated",
|
|
260
260
|
"startAfterCreateBlocked": "Disabled until the hostname resolves",
|
|
261
|
-
"hostnameBrokenIdle": "Hostname {{hostname}} does not resolve on this host. Fix /etc/hosts before you create a session."
|
|
261
|
+
"hostnameBrokenIdle": "Hostname {{hostname}} does not resolve on this host. Fix /etc/hosts before you create a session.",
|
|
262
|
+
"startHostnameBlocked": "Cannot start until this host can resolve its hostname. Use “Write hostname to /etc/hosts”."
|
|
262
263
|
}
|