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
package/locales/bn/vpn.json
CHANGED
|
@@ -126,7 +126,9 @@
|
|
|
126
126
|
"customHint": "শুধুমাত্র আপনার তালিকাভুক্ত CIDRs টানেলে প্রবেশ করুন৷ আবেদন করার পরে পুনরায় সংযোগ করুন।",
|
|
127
127
|
"lanCidrs": "ল্যান নেটওয়ার্ক",
|
|
128
128
|
"customCidr": "CIDR",
|
|
129
|
-
"addCidr": "যোগ করুন"
|
|
129
|
+
"addCidr": "যোগ করুন",
|
|
130
|
+
"cidrRequired": "Enter a CIDR (for example 192.168.1.0/24).",
|
|
131
|
+
"cidrInvalid": "Enter a valid CIDR, for example 192.168.1.0/24."
|
|
130
132
|
},
|
|
131
133
|
"engineNotInstalled": "এই VPN ইঞ্জিন হোস্টে ইনস্টল নেই।",
|
|
132
134
|
"serverNotListening": "সার্ভার ইউনিট সক্রিয় নয়। UDP/TCP {{port}} বন্ধ থাকতে পারে।",
|
|
@@ -142,5 +144,17 @@
|
|
|
142
144
|
"showPrivateKey": "Show private key",
|
|
143
145
|
"hidePrivateKey": "Hide private key",
|
|
144
146
|
"deletePeerTitle": "Delete peer {{name}}?",
|
|
145
|
-
"deletePeerDesc": "Remove {{name}} ({{address}}). The client disconnects immediately and the config cannot be restored."
|
|
147
|
+
"deletePeerDesc": "Remove {{name}} ({{address}}). The client disconnects immediately and the config cannot be restored.",
|
|
148
|
+
"peerNameHint": "Letters, digits, . _ - — no spaces, / or !",
|
|
149
|
+
"peerNameInvalid": "Spaces, / and ! are not allowed. Use {{preview}} or change the name.",
|
|
150
|
+
"deleteClientTitle": "Delete OpenVPN client {{name}}?",
|
|
151
|
+
"deleteClientDesc": "Remove {{name}} ({{address}}). The client disconnects immediately and the profile cannot be restored. The OpenVPN server stays up.",
|
|
152
|
+
"deleteKeyTitle": "Delete Shadowsocks key {{name}}?",
|
|
153
|
+
"deleteKeyDesc": "Remove access key {{name}} ({{address}}). Clients using this key disconnect. The Shadowsocks server stays up.",
|
|
154
|
+
"deleteResult": "Removed {{name}}.",
|
|
155
|
+
"portInvalid": "Listen port must be an integer from 1 to 65535.",
|
|
156
|
+
"portRequired": "Listen port is required.",
|
|
157
|
+
"importInvalid": "Could not detect a WireGuard or OpenVPN client conf.",
|
|
158
|
+
"qrFailed": "Could not generate a QR code for this config. Download or copy the text instead.",
|
|
159
|
+
"cfgTitle": "Config — {{name}}"
|
|
146
160
|
}
|
package/locales/en/agents.json
CHANGED
|
@@ -15,9 +15,17 @@
|
|
|
15
15
|
"unknown": "Not probed",
|
|
16
16
|
"fallback": "Unknown"
|
|
17
17
|
},
|
|
18
|
+
"cmdStatus": {
|
|
19
|
+
"queued": "Queued",
|
|
20
|
+
"acked": "Acked",
|
|
21
|
+
"done": "Done",
|
|
22
|
+
"error": "Error"
|
|
23
|
+
},
|
|
18
24
|
"activatingStuckHint": "Activating longer than 5 minutes — treated as failed. Check journal.",
|
|
19
25
|
"noOnlineAgents": "No agents online",
|
|
20
26
|
"journal": "journal",
|
|
27
|
+
"writeUnit": "Write unit",
|
|
28
|
+
"writeUnitConfirm": "Write the systemd unit for {{kind}} under /etc/systemd. The service is not started or enabled.",
|
|
21
29
|
"liveN": "{{count}} online",
|
|
22
30
|
"registeredOnly": "Registered only",
|
|
23
31
|
"awaitProbe": "Awaiting probe",
|
|
@@ -44,10 +52,10 @@
|
|
|
44
52
|
"capStatus": "Status",
|
|
45
53
|
"capStatusD": "Registered only → online (heartbeat) → stale (>60s without heartbeat) → offline (disconnected / no further heartbeat)",
|
|
46
54
|
"statusFlowTitle": "Status flow",
|
|
47
|
-
"statusFlow": "Registered only → online → stale (>60s) → offline
|
|
55
|
+
"statusFlow": "Registered only → online → stale (>60s) → offline. Filter “Offline” means disconnected.",
|
|
48
56
|
"colSession": "Session UUID",
|
|
49
57
|
"copySession": "Copy session UUID for cluster / CLI --session",
|
|
50
|
-
"staleFor": "
|
|
58
|
+
"staleFor": "Stale {{age}}",
|
|
51
59
|
"commandTitle": "Queue a command for this session",
|
|
52
60
|
"historyTitleShort": "Open command history (read-only)",
|
|
53
61
|
"fleetTitle": "Fleet ({{count}})",
|
|
@@ -68,6 +76,7 @@
|
|
|
68
76
|
"finishedAt": "Finished {{at}}",
|
|
69
77
|
"colCommand": "Command",
|
|
70
78
|
"colResult": "Result summary",
|
|
79
|
+
"colExit": "Exit",
|
|
71
80
|
"hasResult": "Has result",
|
|
72
81
|
"emptyCmds": "No commands yet",
|
|
73
82
|
"emptyCmdsDesc": "Queue with “Command”; stays queued until the edge agent is online",
|
|
@@ -83,6 +92,7 @@
|
|
|
83
92
|
"pathExists": "Exists",
|
|
84
93
|
"pathMissing": "Not installed",
|
|
85
94
|
"unitUnknown": "{{unit}} · unknown",
|
|
95
|
+
"unitFallback": "unit",
|
|
86
96
|
"path": "Path",
|
|
87
97
|
"probe": "Probe",
|
|
88
98
|
"install": "Install",
|
package/locales/en/backups.json
CHANGED
|
@@ -164,5 +164,9 @@
|
|
|
164
164
|
"skippedListHint": "These projects were skipped:",
|
|
165
165
|
"skippedPendingOs": "Skipped — OS user / home not provisioned",
|
|
166
166
|
"goLogs": "Open logs",
|
|
167
|
-
"goAbout": "Backup notes"
|
|
167
|
+
"goAbout": "Backup notes",
|
|
168
|
+
"previewListingTitle": "Archive contents",
|
|
169
|
+
"restoreNamedDesc": "Restore {{name}} into project {{project}}.",
|
|
170
|
+
"overwriteNamedDesc": "Overwrite files of project {{project}} from snapshot {{snapshot}}.",
|
|
171
|
+
"resticSafeNamed": "Restore snapshot {{snapshot}} of project {{project}} into a safe directory."
|
|
168
172
|
}
|
|
@@ -127,6 +127,12 @@
|
|
|
127
127
|
"startedOk": "Started",
|
|
128
128
|
"stoppedOk": "Stopped",
|
|
129
129
|
"restoredOk": "Re-seed done",
|
|
130
|
+
"restoredCount": "Re-seeded {{seeded}} of {{attempted}} torrents",
|
|
131
|
+
"portInvalid": "Enter a port from 1 to 65535.",
|
|
132
|
+
"extraTrackerRequired": "Enter an announce URL.",
|
|
133
|
+
"stopPort": "Tracker port {{port}} will stop listening.",
|
|
134
|
+
"stopPid": "Process PID {{pid}} will exit.",
|
|
135
|
+
"swarmLeftoverUnlisted": "{{count}} extra leftover announce(s) have no hash in this list.",
|
|
130
136
|
"httpPortHint": "",
|
|
131
137
|
"udpPortHint": "",
|
|
132
138
|
"udpPortOff": "Off",
|
|
@@ -137,7 +143,7 @@
|
|
|
137
143
|
"tabTrackers": "Trackers",
|
|
138
144
|
"addTorrent": "Add torrent",
|
|
139
145
|
"addTorrentTitle": "Add torrent",
|
|
140
|
-
"addTorrentHint": "Upload a .torrent or paste a magnet.
|
|
146
|
+
"addTorrentHint": "Upload a .torrent or paste a magnet. After the file is read, pick where to save. WebTorrent downloads missing files and seeds when complete.",
|
|
141
147
|
"dropTorrent": "Drop a .torrent here",
|
|
142
148
|
"chooseFile": "or choose a file",
|
|
143
149
|
"magnetLabel": "Magnet",
|
|
@@ -153,7 +159,7 @@
|
|
|
153
159
|
"filterPaused": "Paused",
|
|
154
160
|
"filterError": "Error",
|
|
155
161
|
"emptyDrop": "Drop a .torrent here, or choose a file",
|
|
156
|
-
"emptyHint": "
|
|
162
|
+
"emptyHint": "Drop a .torrent or paste a magnet. After it is read, the dialog asks where to save. Complete files seed on this host. Engine: WebTorrent.",
|
|
157
163
|
"pause": "Pause",
|
|
158
164
|
"resume": "Resume",
|
|
159
165
|
"openFolder": "Open folder",
|
package/locales/en/cdn.json
CHANGED
|
@@ -43,6 +43,14 @@
|
|
|
43
43
|
"partial": "Partial"
|
|
44
44
|
},
|
|
45
45
|
"statSites": "Sites",
|
|
46
|
+
"statSitesCount": "{{n}} sites",
|
|
47
|
+
"cacheMethod": {
|
|
48
|
+
"none": "No estimate",
|
|
49
|
+
"access_log": "Access log",
|
|
50
|
+
"cache_dir": "Cache directory",
|
|
51
|
+
"log_format": "Need log format"
|
|
52
|
+
},
|
|
53
|
+
"geoMapLabel": "Geo map (JSON)",
|
|
46
54
|
"statApplyFailed": "Apply failed",
|
|
47
55
|
"pillNodesSites": "{{n}} nodes · {{s}} sites",
|
|
48
56
|
"statOnline": "Online",
|
package/locales/en/common.json
CHANGED
|
@@ -89,6 +89,7 @@
|
|
|
89
89
|
"wizardDesc": "Create a project and optionally draft DNS / mail / database (apply on each feature page)",
|
|
90
90
|
"projectName": "Project name",
|
|
91
91
|
"projectNameHint": "Display name; creates a matching directory",
|
|
92
|
+
"nameRequired": "Enter a project name",
|
|
92
93
|
"domainOptional": "Domain (optional)",
|
|
93
94
|
"domainHint": "Required to enable DNS and mail options",
|
|
94
95
|
"runtime": "Runtime",
|
package/locales/en/db.json
CHANGED
|
@@ -255,12 +255,12 @@
|
|
|
255
255
|
"applyBootstrapDesc": "Installs Galera drop-in and bootstrap (galera_new_cluster)",
|
|
256
256
|
"applyJoinDesc": "Installs Galera drop-in and systemctl restart mariadb",
|
|
257
257
|
"confirmApply": "Confirm apply",
|
|
258
|
-
"deleteClusterTitle": "Delete cluster registration?",
|
|
258
|
+
"deleteClusterTitle": "Delete cluster registration {{name}} ({{engine}})?",
|
|
259
259
|
"remoteInstallTitle": "Remote-install peer?",
|
|
260
260
|
"pushTitle": "Push to peer?",
|
|
261
261
|
"fleetSyncTitle": "Fleet sync?",
|
|
262
262
|
"confirmOp": "Confirm",
|
|
263
|
-
"deleteClusterDesc": "System conf is not auto-cleared (v1).",
|
|
263
|
+
"deleteClusterDesc": "Delete the {{engine}} cluster registration “{{name}}”. System conf is not auto-cleared (v1).",
|
|
264
264
|
"remoteInstallDesc": "Install conf + restart on peer. Needs YSK_EXECUTE + SSH.",
|
|
265
265
|
"pushDesc": "scp files to peer /tmp?",
|
|
266
266
|
"fleetSyncDesc": "Sync cluster snapshot to fleet edge, then apply.",
|
|
@@ -356,5 +356,12 @@
|
|
|
356
356
|
"serviceDownBody": "Service is unhealthy",
|
|
357
357
|
"adoptHostDb": "Register in panel (no create): {{name}}",
|
|
358
358
|
"adoptHostDbTitle": "Registers the name in the control plane only — does not change host data",
|
|
359
|
-
"cleanupExpiredTempUsersTitle": "Drops panel-issued temporary users that have expired"
|
|
359
|
+
"cleanupExpiredTempUsersTitle": "Drops panel-issued temporary users that have expired",
|
|
360
|
+
"invalidSqlIdent": "Use a lowercase identifier: start with a letter, then letters, digits, or underscore.",
|
|
361
|
+
"remoteHostRequired": "Enter a remote host.",
|
|
362
|
+
"remoteTestUnsaved": "Save this host first, then Test connection. Or fill host and save.",
|
|
363
|
+
"serverNotInstalled": "This engine is not installed on the server.",
|
|
364
|
+
"dumpNeedEngine": "Install the engine before exporting a database.",
|
|
365
|
+
"unboundDatabase": "Database registration removed",
|
|
366
|
+
"userGoneRefresh": "That user is gone. The list was refreshed."
|
|
360
367
|
}
|
package/locales/en/dns.json
CHANGED
|
@@ -101,6 +101,8 @@
|
|
|
101
101
|
"lookupType": "Query type",
|
|
102
102
|
"lookupResults": "Results ({{count}})",
|
|
103
103
|
"lookupNoAnswerFail": "No answers / failed",
|
|
104
|
+
"digNotInstalled": "dig is not installed",
|
|
105
|
+
"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.",
|
|
104
106
|
"method": "Method: {{method}}",
|
|
105
107
|
"noAnswers": "No answers",
|
|
106
108
|
"noAnswersDesc": "NXDOMAIN, empty RRset, or resolve failure",
|
package/locales/en/docker.json
CHANGED
|
@@ -147,7 +147,11 @@
|
|
|
147
147
|
"mutateFailed": "Docker command failed",
|
|
148
148
|
"engineFailed": "Could not control docker.service",
|
|
149
149
|
"badExec": "Exec is limited to allowlisted binaries and presets (no shell, no TTY)",
|
|
150
|
-
"uninstallBusy": "Stop YSK-managed containers (including validator stacks) before uninstalling Docker"
|
|
150
|
+
"uninstallBusy": "Stop YSK-managed containers (including validator stacks) before uninstalling Docker",
|
|
151
|
+
"badCommand": "Invalid command or entrypoint",
|
|
152
|
+
"portBusy": "Host port {{bind}}:{{port}} is already in use",
|
|
153
|
+
"nameInUse": "A container named {{name}} already exists. Remove it or pick another name.",
|
|
154
|
+
"unpublished": "Container did not attach to a network or publish ports. Not treating this as started."
|
|
151
155
|
},
|
|
152
156
|
"notes": {
|
|
153
157
|
"dryMutate": "Dry-run only. Pass --execute and YSK_EXECUTE=1 to change the host.",
|
|
@@ -160,6 +164,7 @@
|
|
|
160
164
|
"restart": "Container restarted",
|
|
161
165
|
"remove": "Container removed",
|
|
162
166
|
"ran": "Container started from image",
|
|
167
|
+
"leftoverRemoved": "Removed leftover container {{name}} after bind failure",
|
|
163
168
|
"pulled": "Image pulled",
|
|
164
169
|
"exec": "Ran allowlisted exec",
|
|
165
170
|
"imageRemoved": "Image removed",
|
|
@@ -229,6 +234,17 @@
|
|
|
229
234
|
"scopeBuilder": "Build cache",
|
|
230
235
|
"scopeSystem": "Everything unused",
|
|
231
236
|
"noVolumesYet": "No volumes yet — create one on the Volumes tab first.",
|
|
237
|
+
"command": "Command",
|
|
238
|
+
"commandHint": "Optional. Tokens after the image. Leave blank to use the image CMD.",
|
|
239
|
+
"entrypoint": "Entrypoint",
|
|
240
|
+
"entrypointHint": "Optional single binary. Leave blank to use the image ENTRYPOINT.",
|
|
241
|
+
"portMap": "host:container",
|
|
242
|
+
"portOccupied": "This host port is already in use",
|
|
243
|
+
"validatorImage": "Managed by validator nodes",
|
|
244
|
+
"newVolume": "New named volume",
|
|
245
|
+
"loopbackUrl": "Local test URL",
|
|
246
|
+
"nginxProxy": "Create Nginx reverse proxy",
|
|
247
|
+
"intentPorts": "Requested (not published)",
|
|
232
248
|
"customPort": "Another host port",
|
|
233
249
|
"customPortHost": "Host port",
|
|
234
250
|
"customPortContainer": "Container port",
|
package/locales/en/email.json
CHANGED
|
@@ -160,7 +160,7 @@
|
|
|
160
160
|
"subject": "Subject",
|
|
161
161
|
"body": "Body",
|
|
162
162
|
"saveApplyAutoreply": "Save and apply autoreply",
|
|
163
|
-
"saveAutoreplyWritten": "Save autoreply
|
|
163
|
+
"saveAutoreplyWritten": "Save autoreply",
|
|
164
164
|
"suspendApply": "Suspend and apply REJECT",
|
|
165
165
|
"suspendWritten": "Suspend domain (written)",
|
|
166
166
|
"resumeApply": "Resume and update map",
|
|
@@ -256,7 +256,7 @@
|
|
|
256
256
|
"createMailboxBtn": "Create mailbox",
|
|
257
257
|
"localPartLabel": "Local part",
|
|
258
258
|
"localPartFullHint": "Full address will be {{local}}@{{domain}}",
|
|
259
|
-
"passwordOptionalHint8": "Optional;
|
|
259
|
+
"passwordOptionalHint8": "Optional; if set, must be at least 8 characters",
|
|
260
260
|
"live": {
|
|
261
261
|
"noMx": "no MX",
|
|
262
262
|
"mxLookupFailed": "MX lookup failed",
|
|
@@ -512,5 +512,26 @@
|
|
|
512
512
|
"dovecotFailedStatus": "Dovecot is {{status}}. Open the Software tab for the unit summary.",
|
|
513
513
|
"mailCertMissing": "No certificate for {{hosts}}. Issue it on the SSL page.",
|
|
514
514
|
"mailCertPresent": "A mail certificate is already issued — this is not a missing-cert problem.",
|
|
515
|
-
"webmailNeedCert": "No certificate for {{host}} — issue it on SSL before forcing HTTPS."
|
|
515
|
+
"webmailNeedCert": "No certificate for {{host}} — issue it on SSL before forcing HTTPS.",
|
|
516
|
+
"domainRequired": "Enter a domain",
|
|
517
|
+
"domainInvalid": "Enter a valid domain",
|
|
518
|
+
"serverIpRequired": "Enter a server IP",
|
|
519
|
+
"serverIpInvalid": "Enter a valid IP address",
|
|
520
|
+
"serverIpv6Invalid": "Enter a valid IPv6 address",
|
|
521
|
+
"localPartRequired": "Enter a local part",
|
|
522
|
+
"localPartInvalid": "Local part may only use letters, digits, . _ + -",
|
|
523
|
+
"aliasDestRequired": "Enter at least one destination address",
|
|
524
|
+
"mailboxStatusManaged": "Managed",
|
|
525
|
+
"mailboxStatusActiveShort": "Active",
|
|
526
|
+
"mailboxStatusDisabledShort": "Disabled",
|
|
527
|
+
"mailboxStatusSystem": "System provisioned",
|
|
528
|
+
"mailboxStatusPending": "Pending system",
|
|
529
|
+
"mailboxStatusFailed": "System failed",
|
|
530
|
+
"dnsblCleanStatus": "Not listed",
|
|
531
|
+
"dnsblListedStatus": "Listed",
|
|
532
|
+
"deliverabilityDone": "Delivery check complete ({{score}}/100)",
|
|
533
|
+
"sieveEmpty": "No written Sieve files",
|
|
534
|
+
"sieveListed": "{{count}} written file(s)",
|
|
535
|
+
"webmailHostnameRequired": "Enter a webmail hostname",
|
|
536
|
+
"sieveFilesTitle": "Written files"
|
|
516
537
|
}
|
package/locales/en/files.json
CHANGED
|
@@ -150,6 +150,7 @@
|
|
|
150
150
|
"noVersions": "No version history yet",
|
|
151
151
|
"noVersionsHint": "",
|
|
152
152
|
"versionRestored": "Restored",
|
|
153
|
+
"restoreVersionConfirm": "Restore {{version}} over the current file {{file}}? This overwrites the file on disk.",
|
|
153
154
|
"renameTitle": "Rename",
|
|
154
155
|
"renameCurrent": "Current: {{name}}",
|
|
155
156
|
"renamed": "Renamed",
|
package/locales/en/ftp.json
CHANGED
|
@@ -14,6 +14,7 @@
|
|
|
14
14
|
"keyFingerprint": "Key fingerprint (prefix)",
|
|
15
15
|
"createHint": "Create an FTP account on the Accounts tab first, then return here to register keys.",
|
|
16
16
|
"pubkeyHint": "Use “+ Add public key”, choose an FTP user, and paste a full ssh-ed25519 or ssh-rsa line.",
|
|
17
|
+
"sftpKeyInvalid": "Need a username and a public key that starts with ssh-.",
|
|
17
18
|
"quickSelect": "Quick-select account",
|
|
18
19
|
"quickSelectHint": "Click a username to fill the new-key form",
|
|
19
20
|
"editAccount": "Edit FTP account",
|
|
@@ -39,6 +40,7 @@
|
|
|
39
40
|
"sshPubkey": "SSH public key",
|
|
40
41
|
"sshPubkeyHint": "Usually from ~/.ssh/id_ed25519.pub, paste whole line",
|
|
41
42
|
"deleteAccountTitle": "Delete FTP account?",
|
|
43
|
+
"deleteAccountNamed": "Delete FTP account {{name}}?",
|
|
42
44
|
"deleteAccountDesc": "Apply again after remove",
|
|
43
45
|
"deleteKeyTitle": "Delete SFTP public key?",
|
|
44
46
|
"deleteKeyDesc": "Removes from management file; system authorized_keys may need reload.",
|
|
@@ -99,6 +99,7 @@
|
|
|
99
99
|
"resumeHintDetail": "Resume previous session ({{count}} tabs) · {{url}} · {{when}}",
|
|
100
100
|
"resumeHintOwned": "Resume last browse for {{user}} ({{count}} tabs) · {{url}} · {{when}}",
|
|
101
101
|
"clearSessionData": "Clear session data",
|
|
102
|
+
"clearSessionConfirm": "This discards the resume snapshot for the previous browse session. You cannot restore those tabs afterwards.",
|
|
102
103
|
"resume": "Resume",
|
|
103
104
|
"resumeDismiss": "Dismiss",
|
|
104
105
|
"resumeDone": "Session resumed",
|
package/locales/en/metrics.json
CHANGED
|
@@ -138,6 +138,7 @@
|
|
|
138
138
|
"applyRenice": "Apply renice",
|
|
139
139
|
"reniceHint": "-20 highest · 19 lowest (needs EXECUTE)",
|
|
140
140
|
"noData": "No data",
|
|
141
|
+
"shareOfMeasured": "{{pct}}% of measured",
|
|
141
142
|
"mountsTitle": "Disk mounts ({{count}})",
|
|
142
143
|
"mountsDesc": "Real disk usage (temporary filesystems filtered)",
|
|
143
144
|
"noMounts": "No mount list",
|
package/locales/en/migrate.json
CHANGED
|
@@ -57,6 +57,14 @@
|
|
|
57
57
|
"jobsTitle": "Migration jobs ({{count}})",
|
|
58
58
|
"jobsDesc": "State under dataDir/migrate/;",
|
|
59
59
|
"phase": "Phase",
|
|
60
|
+
"jobPhase": "Job {{id}} · {{phase}}",
|
|
61
|
+
"phaseName": {
|
|
62
|
+
"failed": "Failed",
|
|
63
|
+
"done": "Done",
|
|
64
|
+
"running": "Running",
|
|
65
|
+
"queued": "Queued",
|
|
66
|
+
"cancelled": "Cancelled"
|
|
67
|
+
},
|
|
60
68
|
"target": "Target",
|
|
61
69
|
"updated": "Updated",
|
|
62
70
|
"notes": "Notes",
|
package/locales/en/nav.json
CHANGED
package/locales/en/network.json
CHANGED
|
@@ -89,6 +89,10 @@
|
|
|
89
89
|
"saveIpHint": "Write connection +ipv4/ipv6.addresses and connection up",
|
|
90
90
|
"confirmIfaceName": "Type interface name “{{name}}” to confirm",
|
|
91
91
|
"deleteRouteTitle": "Delete route?",
|
|
92
|
+
"deleteRouteNamed": "Delete route {{dst}}?",
|
|
93
|
+
"deleteRouteBody": "Remove {{dst}}{{via}}{{dev}} from the live routing table.",
|
|
94
|
+
"viaGw": " via {{gw}}",
|
|
95
|
+
"onDev": " on {{dev}}",
|
|
92
96
|
"deleteDefaultWarn": "— deleting default may drop connectivity.",
|
|
93
97
|
"alsoRemoveNm": "Also remove from NetworkManager connection (gone after reboot)",
|
|
94
98
|
"loadFailed": "Load failed",
|
package/locales/en/nginx.json
CHANGED
|
@@ -28,6 +28,11 @@
|
|
|
28
28
|
"editDesc": "Apply required after save",
|
|
29
29
|
"deleteTitle": "Delete site?",
|
|
30
30
|
"deleteDesc": "Delete this site?",
|
|
31
|
+
"deleteTitleNamed": "Delete site {{name}}?",
|
|
32
|
+
"deleteDescNamed": "Remove {{name}} from the panel. Applied sites will also drop their managed nginx conf.",
|
|
33
|
+
"invalidServerName": "Enter a valid hostname (e.g. app.example.com).",
|
|
34
|
+
"needUpstream": "Upstream is required for reverse proxy sites.",
|
|
35
|
+
"needRoot": "Document root is required for static and PHP sites.",
|
|
31
36
|
"serverNameHint": "server_name, e.g. app.example.com",
|
|
32
37
|
"kindLabel": "Site type",
|
|
33
38
|
"upstreamLabel": "Upstream",
|
|
@@ -70,7 +75,7 @@
|
|
|
70
75
|
"settingsSaved": "Saved",
|
|
71
76
|
"setGzip": "Gzip",
|
|
72
77
|
"setShowVersion": "Show server version",
|
|
73
|
-
"setShowVersionDesc": "
|
|
78
|
+
"setShowVersionDesc": "Checked = server_tokens on (nginx version in response headers)",
|
|
74
79
|
"setHttp2": "HTTP/2 (SSL)",
|
|
75
80
|
"setBody": "Max body",
|
|
76
81
|
"setKeepalive": "Keepalive",
|
package/locales/en/notes.json
CHANGED
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
"notFound": "Not found",
|
|
6
6
|
"needPath": "Specify a path",
|
|
7
7
|
"needName": "Enter a name",
|
|
8
|
+
"needHost": "Enter a host",
|
|
8
9
|
"needDomain": "Enter a domain",
|
|
9
10
|
"needProjectName": "Enter a project name",
|
|
10
11
|
"needServerIp": "Specify a server IP",
|
|
@@ -72,7 +73,14 @@
|
|
|
72
73
|
"movedToTrash": "Moved {{name}} to the recycle bin. Permanent delete after {{days}} days.",
|
|
73
74
|
"restoreNameExists": "Cannot restore {{name}} — a live archive with that name already exists.",
|
|
74
75
|
"restoredFromTrash": "Restored {{name}} from the recycle bin.",
|
|
75
|
-
"trashEmptied": "Permanently deleted {{n}} archive(s) from the recycle bin."
|
|
76
|
+
"trashEmptied": "Permanently deleted {{n}} archive(s) from the recycle bin.",
|
|
77
|
+
"partialOk": "Partial success — {{n}} project(s) skipped"
|
|
78
|
+
},
|
|
79
|
+
"health": {
|
|
80
|
+
"portListening": "Port {{port}} is listening",
|
|
81
|
+
"portNotListening": "Port {{port}} is not listening",
|
|
82
|
+
"httpOk": "HTTP OK {{status}}",
|
|
83
|
+
"httpFail": "HTTP failed: {{detail}}"
|
|
76
84
|
},
|
|
77
85
|
"redis": {
|
|
78
86
|
"cliMissing": "redis-cli is not installed",
|
|
@@ -88,6 +96,7 @@
|
|
|
88
96
|
"managedDir": "Managed config dir: {{path}}",
|
|
89
97
|
"includeHint": "In nginx: include {{path}}/*.conf;",
|
|
90
98
|
"removedOrphan": "Removed orphan nginx conf {{path}}",
|
|
99
|
+
"keptLiveSsl": "Kept live HTTPS block in {{path}} (managed template had no listen 443)",
|
|
91
100
|
"orphanCleanupFailed": "Orphan nginx cleanup failed: {{detail}}",
|
|
92
101
|
"settingsWritten": "Nginx global snippet written",
|
|
93
102
|
"settingsNeedExecute": "Apply needs YSK_EXECUTE",
|
|
@@ -168,6 +177,8 @@
|
|
|
168
177
|
"noManagedZones": "No managed zone files under dataDir/dns/zones",
|
|
169
178
|
"pdnsListZones": "PowerDNS list-zones: {{n}}",
|
|
170
179
|
"lookupIgnoredAt": "dig is unavailable — @{{server}} was ignored. Not using the system resolver as that server’s answer.",
|
|
180
|
+
"digNotInstalled": "dig is not installed",
|
|
181
|
+
"digEmpty": "dig: no answer",
|
|
171
182
|
"localAOk": "local A {{name}} → {{ip}}"
|
|
172
183
|
},
|
|
173
184
|
"db": {
|
|
@@ -215,7 +226,11 @@
|
|
|
215
226
|
"dovecotPassdbWrittenNeedApply": "Passwd-file written under dataDir — run apply (EXECUTE+root) so Dovecot loads it",
|
|
216
227
|
"postqueueSetgidBroken": "Postfix queue tools failed: setgid_group is empty in main.cf. Set setgid_group=postdrop (panel tries to fix when YSK_EXECUTE is on).",
|
|
217
228
|
"postqueueMailDown": "Postfix is not running (showq unavailable). Panel tried to start it when YSK_EXECUTE is on — check the Software tab / systemctl status postfix.",
|
|
218
|
-
"postqueueSpoolMissing": "Postfix queue directories are missing (e.g. hold/). Panel tried to create the spool tree and start Postfix when YSK_EXECUTE is on."
|
|
229
|
+
"postqueueSpoolMissing": "Postfix queue directories are missing (e.g. hold/). Panel tried to create the spool tree and start Postfix when YSK_EXECUTE is on.",
|
|
230
|
+
"invalidDomain": "Enter a valid mail domain",
|
|
231
|
+
"invalidServerIp": "Enter a valid server IP",
|
|
232
|
+
"mailboxLocalPartInvalid": "Mailbox local-part may only use letters, digits, . _ + -",
|
|
233
|
+
"passwordTooShort": "Password must be at least 8 characters"
|
|
219
234
|
},
|
|
220
235
|
"agents": {
|
|
221
236
|
"sessionNotFound": "Session not found: {{sessionId}}"
|
|
@@ -2259,7 +2274,7 @@
|
|
|
2259
2274
|
"t0327": " (skipped {{v0}} without a home dir)",
|
|
2260
2275
|
"t0328": "projectdirectory: {{v0}}",
|
|
2261
2276
|
"t0329": "tar failed: {{v0}}",
|
|
2262
|
-
"t0330": "
|
|
2277
|
+
"t0330": "Wrote backup {{v0}}",
|
|
2263
2278
|
"t0331": "Preview: {{v0}} files in the archive (showing {{v1}})",
|
|
2264
2279
|
"t0332": "cannot: {{v0}}",
|
|
2265
2280
|
"t0333": "restore (web) to {{v0}}",
|
|
@@ -2938,10 +2953,10 @@
|
|
|
2938
2953
|
"serverMissing": "WireGuard server not initialized — run Start server first.",
|
|
2939
2954
|
"peerCreated": "Client «{{name}}» created.",
|
|
2940
2955
|
"peerNotFound": "Client not found.",
|
|
2941
|
-
"peerRemoved": "
|
|
2956
|
+
"peerRemoved": "Removed {{name}}.",
|
|
2942
2957
|
"peersSynced": "Peer list reloaded on the running WireGuard interface.",
|
|
2943
2958
|
"setEndpointHint": "Set public endpoint (host:port) so mobile clients can reach this server.",
|
|
2944
|
-
"invalidConf": "
|
|
2959
|
+
"invalidConf": "This file is not a valid VPN client conf. Use a WireGuard or OpenVPN client profile.",
|
|
2945
2960
|
"clientImported": "Profile «{{name}}» imported.",
|
|
2946
2961
|
"profileNotFound": "Client profile not found.",
|
|
2947
2962
|
"clientUpFailed": "Connect failed: {{detail}}",
|
|
@@ -19,5 +19,9 @@
|
|
|
19
19
|
"stepStoppedOld": "Stopped previous process",
|
|
20
20
|
"stepTuningApplied": "Runtime tuning applied",
|
|
21
21
|
"stepUnitWritten": "Service unit written",
|
|
22
|
-
"stepSystemdStartFailed": "Systemd start failed — using process fallback"
|
|
22
|
+
"stepSystemdStartFailed": "Systemd start failed — using process fallback",
|
|
23
|
+
"portListening": "Port {{port}} is listening",
|
|
24
|
+
"portNotListening": "Port {{port}} is not listening",
|
|
25
|
+
"httpOk": "HTTP OK {{status}}",
|
|
26
|
+
"httpFail": "HTTP failed: {{detail}}"
|
|
23
27
|
}
|
package/locales/en/projects.json
CHANGED
|
@@ -678,5 +678,8 @@
|
|
|
678
678
|
"gitBehindShort": "↓{{count}}",
|
|
679
679
|
"gitAheadShort": "↑{{count}}",
|
|
680
680
|
"gitDirtyShort": "Dirty · {{count}}",
|
|
681
|
-
"gitFilesLink": "Files"
|
|
681
|
+
"gitFilesLink": "Files",
|
|
682
|
+
"nameInvalid": "Use a lowercase name: start with a letter, then letters, digits, or hyphen (max 31).",
|
|
683
|
+
"deployVersionMissing": "Node {{version}} is not installed on this host. Pick an installed version, or install this version first.",
|
|
684
|
+
"deployUsedBinary": "Deploy used {{path}}"
|
|
682
685
|
}
|
|
@@ -238,8 +238,8 @@
|
|
|
238
238
|
"block": "Block",
|
|
239
239
|
"allow": "Allow",
|
|
240
240
|
"matched": "Matched",
|
|
241
|
-
"applyStricterTitle": "Apply
|
|
242
|
-
"applyStricterDesc": "May enable auto-ban. Confirm your IP is whitelisted.",
|
|
241
|
+
"applyStricterTitle": "Apply {{name}}?",
|
|
242
|
+
"applyStricterDesc": "May enable auto-ban. Confirm your IP is whitelisted. Review the profile changes below.",
|
|
243
243
|
"confirmEmergencyTitle": "Confirm emergency preset",
|
|
244
244
|
"confirmEmergencyDesc": "Emergency extremely rate-limits. Confirm whitelist and type EMERGENCY.",
|
|
245
245
|
"confirmString": "Confirm string",
|
|
@@ -17,8 +17,11 @@
|
|
|
17
17
|
"notSynced": "Managed conf exists but is not under /etc/nginx/conf.d — apply again as root with YSK_EXECUTE"
|
|
18
18
|
},
|
|
19
19
|
"quotaMiB": "Quota (MiB)",
|
|
20
|
-
"quotaHint": "Optional; caps public directory size",
|
|
20
|
+
"quotaHint": "Optional; caps public directory size. Unlimited disables the MiB field.",
|
|
21
21
|
"unlimited": "Unlimited",
|
|
22
|
+
"quotaInvalid": "Enter a whole number of MiB, or choose Unlimited.",
|
|
23
|
+
"serverNameRequired": "Enter a server name.",
|
|
24
|
+
"serverNameInvalid": "Use a hostname, wildcard, or IP — no spaces or punctuation.",
|
|
22
25
|
"applyHint": "Apply only writes config;",
|
|
23
26
|
"appliedOk": "Public files site applied",
|
|
24
27
|
"applyReload": "Apply and reload Nginx",
|
package/locales/en/rbac.json
CHANGED
|
@@ -108,6 +108,6 @@
|
|
|
108
108
|
"unsavedHint": "Unsaved edits on this role",
|
|
109
109
|
"nothingToSave": "Nothing to save",
|
|
110
110
|
"saveRole": "Save {{role}} policy",
|
|
111
|
-
"discardTitle": "Discard unsaved
|
|
112
|
-
"discardDesc": "
|
|
111
|
+
"discardTitle": "Discard unsaved changes?",
|
|
112
|
+
"discardDesc": "Unsaved permission edits will be discarded."
|
|
113
113
|
}
|
package/locales/en/runtime.json
CHANGED
|
@@ -75,6 +75,10 @@
|
|
|
75
75
|
"globalPhpIniDesc": "One setting per row",
|
|
76
76
|
"managePath": "Management path",
|
|
77
77
|
"loading": "Loading",
|
|
78
|
+
"probing": "Probing…",
|
|
79
|
+
"noBinaryPath": "No binary path",
|
|
80
|
+
"hostDefaultError": "Host default unavailable",
|
|
81
|
+
"pm2Tick": "{{at}} · projects {{projects}} · PM2 {{pm2}} · running {{run}}",
|
|
78
82
|
"cannotLoadSettings": "Cannot load settings table",
|
|
79
83
|
"reloadFailed": "Reload failed",
|
|
80
84
|
"sensitive": "Sensitive setting — careful",
|
|
@@ -92,6 +96,7 @@
|
|
|
92
96
|
"demoVhost": "System tools: demo vhost / pool",
|
|
93
97
|
"demoVhostDesc": "Advanced/debug; daily sites use Projects → Deploy",
|
|
94
98
|
"domain": "Domain",
|
|
99
|
+
"domainRequired": "Enter a valid domain before applying the vhost.",
|
|
95
100
|
"vhostServerName": "Virtual host server_name",
|
|
96
101
|
"poolName": "Pool name",
|
|
97
102
|
"poolNameHint": "Hand-typed id (demo); project paths use ysks_* users",
|
|
@@ -450,7 +455,8 @@
|
|
|
450
455
|
"interpreter": "Interpreter",
|
|
451
456
|
"user": "User",
|
|
452
457
|
"unit": "Unit",
|
|
453
|
-
"runtime": "Runtime"
|
|
458
|
+
"runtime": "Runtime",
|
|
459
|
+
"pid": "PID"
|
|
454
460
|
},
|
|
455
461
|
"projectsTitle": "YSK project processes",
|
|
456
462
|
"projectsDesc": "systemd units for panel projects (default deploy path — not PM2).",
|
package/locales/en/services.json
CHANGED
|
@@ -59,6 +59,11 @@
|
|
|
59
59
|
"restartConfirmPanelDesc": "The panel and API will drop briefly while the unit restarts.",
|
|
60
60
|
"restartConfirmTitle": "Restart {{label}}?",
|
|
61
61
|
"restartConfirmDesc": "Restart {{label}} now. Active connections may drop.",
|
|
62
|
+
"restartConfirmConsequence": "{{label}} will briefly interrupt connections, then keep serving HTTP/HTTPS.",
|
|
63
|
+
"reloadConfirmTitle": "Reload {{label}}?",
|
|
64
|
+
"reloadConfirmDesc": "Reload {{label}} configuration. Existing sessions should stay up.",
|
|
65
|
+
"enableConfirmTitle": "Enable {{label}} at boot?",
|
|
66
|
+
"enableConfirmDesc": "Enable {{label}} so it starts on boot.",
|
|
62
67
|
"startVerifyFailed": "{{label}} start did not stay healthy.",
|
|
63
68
|
"stopConfirmPanelToken": "stop ysk-server",
|
|
64
69
|
"stopConfirmPanelConsequence": "This browser session will disconnect. Start the unit from SSH or the host console.",
|
|
@@ -102,5 +107,17 @@
|
|
|
102
107
|
"protectionDoneNote": "Protection probe finished",
|
|
103
108
|
"probeDone": "Probe complete",
|
|
104
109
|
"runProtection": "Run protection probe",
|
|
105
|
-
"notProbedYet": "Not probed yet"
|
|
110
|
+
"notProbedYet": "Not probed yet",
|
|
111
|
+
"cat": {
|
|
112
|
+
"web": "Web",
|
|
113
|
+
"db": "Databases",
|
|
114
|
+
"mail": "Mail",
|
|
115
|
+
"dns": "DNS",
|
|
116
|
+
"ftp": "FTP",
|
|
117
|
+
"cache": "Cache",
|
|
118
|
+
"panel": "Panel",
|
|
119
|
+
"ssh": "SSH",
|
|
120
|
+
"other": "Other",
|
|
121
|
+
"runtime": "Runtimes"
|
|
122
|
+
}
|
|
106
123
|
}
|
package/locales/en/software.json
CHANGED
|
@@ -84,6 +84,8 @@
|
|
|
84
84
|
"latest": "Latest",
|
|
85
85
|
"upToDate": "Up to date / repo latest",
|
|
86
86
|
"refresh": "Recheck latest",
|
|
87
|
+
"refreshHasUpdate": "Newer version available",
|
|
88
|
+
"refreshLatest": "Already the latest recorded version",
|
|
87
89
|
"pick": "Pick version",
|
|
88
90
|
"noTarget": "No update target",
|
|
89
91
|
"needRuntimePage": "Install this version on the runtime page",
|
|
@@ -22,5 +22,20 @@
|
|
|
22
22
|
"uninstallNow": "Uninstall now",
|
|
23
23
|
"uninstallNeedSelect": "Select at least one bundle. Empty selection no longer means remove all.",
|
|
24
24
|
"uninstallConfirmTitle": "Remove selected bundles?",
|
|
25
|
-
"uninstallConfirmDesc": "{{count}} bundle(s) will be removed. Type REMOVE to confirm."
|
|
25
|
+
"uninstallConfirmDesc": "{{count}} bundle(s) will be removed. Type REMOVE to confirm.",
|
|
26
|
+
"bundle": {
|
|
27
|
+
"control-plane": "Control plane",
|
|
28
|
+
"web": "Web hosting",
|
|
29
|
+
"database": "Databases",
|
|
30
|
+
"email": "Mail stack",
|
|
31
|
+
"dns": "DNS",
|
|
32
|
+
"ftp": "FTP / FTPS",
|
|
33
|
+
"defense": "Host defense",
|
|
34
|
+
"runtimes": "Language runtimes"
|
|
35
|
+
},
|
|
36
|
+
"planTitle": {
|
|
37
|
+
"minimal": "Control plane only",
|
|
38
|
+
"recommended": "Recommended hosting",
|
|
39
|
+
"full": "All software"
|
|
40
|
+
}
|
|
26
41
|
}
|