ysk-server-shared 1.1.11 → 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 +3 -0
- package/dist/browser.d.ts.map +1 -1
- package/dist/browser.js +3 -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/en/updates.json
CHANGED
|
@@ -87,6 +87,8 @@
|
|
|
87
87
|
"selfCurrentShort": "Current",
|
|
88
88
|
"selfLatestShort": "Latest",
|
|
89
89
|
"applyPanelUpdate": "Apply panel update",
|
|
90
|
+
"applySelfConfirmTitle": "Apply panel update?",
|
|
91
|
+
"applySelfConfirmDesc": "Install {{from}} → {{to}} and restart the panel service. There is no dry-run.",
|
|
90
92
|
"applyPanelAlreadyLatest": "Already the latest panel version",
|
|
91
93
|
"recheck": "Recheck",
|
|
92
94
|
"aboutScope": "Scope",
|
|
@@ -99,7 +101,7 @@
|
|
|
99
101
|
"jobsSub": "Control-plane scheduler (read-only) · {{count}}",
|
|
100
102
|
"noJobs": "No visible schedules",
|
|
101
103
|
"noJobsDesc": "Disabled or no scheduler jobs yet",
|
|
102
|
-
"lastRun": "
|
|
104
|
+
"lastRun": "last {{when}}",
|
|
103
105
|
"scanPolicy": "Scan",
|
|
104
106
|
"scanPolicyV": "Scan ≠ upgraded; apply changes the system",
|
|
105
107
|
"highRiskPolicy": "High risk",
|
package/locales/en/users.json
CHANGED
|
@@ -57,6 +57,7 @@
|
|
|
57
57
|
"mailboxes": "Mailboxes",
|
|
58
58
|
"diskMiB": "Disk MiB",
|
|
59
59
|
"noPackages": "No packages yet",
|
|
60
|
+
"noPackagesHint": "Create a plan from the toolbar, then bind it to users.",
|
|
60
61
|
"createUserDesc": "Password min 8 chars; edit role and permissions in detail later",
|
|
61
62
|
"username": "Username",
|
|
62
63
|
"passwordHint": "At least 8 characters",
|
|
@@ -52,6 +52,7 @@
|
|
|
52
52
|
"autoClearC1": "When disk is critical, the largest stopped instance is deleted without asking again.",
|
|
53
53
|
"autoClearThreshold": "Trigger: filesystem use at or above 85%.",
|
|
54
54
|
"autoClearCandidate": "Current candidate: {{id}}",
|
|
55
|
+
"autoClearCandidates": "Stopped candidates (largest with data first): {{list}}",
|
|
55
56
|
"autoClearNone": "No stopped instance is a candidate right now."
|
|
56
57
|
},
|
|
57
58
|
"chain": {
|
|
@@ -126,7 +127,8 @@
|
|
|
126
127
|
"cl": "Consensus client"
|
|
127
128
|
},
|
|
128
129
|
"mithril": {
|
|
129
|
-
"label": "
|
|
130
|
+
"label": "After the node is up, restore from a Mithril snapshot",
|
|
131
|
+
"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.",
|
|
130
132
|
"action": "Restore with Mithril"
|
|
131
133
|
},
|
|
132
134
|
"errors": {
|
|
@@ -136,6 +138,8 @@
|
|
|
136
138
|
"diskUnknownMainnet": "Cannot measure free disk; refusing mainnet create",
|
|
137
139
|
"needDocker": "Docker Compose is required and was not found",
|
|
138
140
|
"composeFailed": "docker compose failed",
|
|
141
|
+
"containerNotUp": "Compose started, but the container did not stay running",
|
|
142
|
+
"probeFailed": "The node is not answering RPC yet. Check logs on this page.",
|
|
139
143
|
"needConfirm": "Clear requires confirm=instance id or CLEAR",
|
|
140
144
|
"mithrilAdaOnly": "Mithril restore is only available for Cardano",
|
|
141
145
|
"needMithrilConfirm": "Mithril requires confirm=instance id or MITHRIL",
|
package/locales/en/vnc.json
CHANGED
|
@@ -180,6 +180,7 @@
|
|
|
180
180
|
"hostnameFixDesc": "{{line}}",
|
|
181
181
|
"hostnameFixDone": "Hostname /etc/hosts updated",
|
|
182
182
|
"startAfterCreateBlocked": "Disabled until the hostname resolves",
|
|
183
|
+
"startHostnameBlocked": "Cannot start until this host can resolve its hostname. Use “Write hostname to /etc/hosts”.",
|
|
183
184
|
"colName": "Name",
|
|
184
185
|
"colLinuxUser": "Linux user",
|
|
185
186
|
"colDisplay": "Display / port",
|
package/locales/en/vpn.json
CHANGED
|
@@ -76,6 +76,8 @@
|
|
|
76
76
|
"peersTitleSs": "Access keys",
|
|
77
77
|
"peerName": "Name",
|
|
78
78
|
"peerNamePlaceholder": "office-laptop",
|
|
79
|
+
"peerNameHint": "Letters, digits, . _ - — no spaces, / or !",
|
|
80
|
+
"peerNameInvalid": "Spaces, / and ! are not allowed. Use {{preview}} or change the name.",
|
|
79
81
|
"addPeer": "+ Add",
|
|
80
82
|
"installEngineFirst": "Install the VPN engine first",
|
|
81
83
|
"needServerRunning": "{{engine}} is not running — apply the server first",
|
|
@@ -85,6 +87,16 @@
|
|
|
85
87
|
"hidePrivateKey": "Hide private key",
|
|
86
88
|
"deletePeerTitle": "Delete peer {{name}}?",
|
|
87
89
|
"deletePeerDesc": "Remove {{name}} ({{address}}). The client disconnects immediately and the config cannot be restored. The WireGuard server stays up.",
|
|
90
|
+
"deleteClientTitle": "Delete OpenVPN client {{name}}?",
|
|
91
|
+
"deleteClientDesc": "Remove {{name}} ({{address}}). The client disconnects immediately and the profile cannot be restored. The OpenVPN server stays up.",
|
|
92
|
+
"deleteKeyTitle": "Delete Shadowsocks key {{name}}?",
|
|
93
|
+
"deleteKeyDesc": "Remove access key {{name}} ({{address}}). Clients using this key disconnect. The Shadowsocks server stays up.",
|
|
94
|
+
"deleteResult": "Removed {{name}}.",
|
|
95
|
+
"portInvalid": "Listen port must be an integer from 1 to 65535.",
|
|
96
|
+
"portRequired": "Listen port is required.",
|
|
97
|
+
"importInvalid": "Could not detect a WireGuard or OpenVPN client conf.",
|
|
98
|
+
"qrFailed": "Could not generate a QR code for this config. Download or copy the text instead.",
|
|
99
|
+
"cfgTitle": "Config — {{name}}",
|
|
88
100
|
"addPeerWg": "+ Add peer",
|
|
89
101
|
"addPeerOvpn": "+ Add client",
|
|
90
102
|
"addPeerSs": "+ Add key",
|
|
@@ -139,7 +151,9 @@
|
|
|
139
151
|
"customHint": "Only the CIDRs you list enter the tunnel. Reconnect after apply.",
|
|
140
152
|
"lanCidrs": "LAN networks",
|
|
141
153
|
"customCidr": "CIDR",
|
|
142
|
-
"addCidr": "Add"
|
|
154
|
+
"addCidr": "Add",
|
|
155
|
+
"cidrRequired": "Enter a CIDR (for example 192.168.1.0/24).",
|
|
156
|
+
"cidrInvalid": "Enter a valid CIDR, for example 192.168.1.0/24."
|
|
143
157
|
},
|
|
144
158
|
"engineNotInstalled": "This VPN engine is not installed on the host.",
|
|
145
159
|
"serverNotListening": "Server unit is not active. UDP/TCP {{port}} may be closed."
|
package/locales/es/agents.json
CHANGED
|
@@ -141,5 +141,15 @@
|
|
|
141
141
|
"noteRbacCap": "Agent role is capped at write-low.",
|
|
142
142
|
"journal": "journal",
|
|
143
143
|
"activatingStuckHint": "Activating longer than 5 minutes — treated as failed. Check journal.",
|
|
144
|
-
"noOnlineAgents": "No agents online"
|
|
144
|
+
"noOnlineAgents": "No agents online",
|
|
145
|
+
"cmdStatus": {
|
|
146
|
+
"queued": "Queued",
|
|
147
|
+
"acked": "Acked",
|
|
148
|
+
"done": "Done",
|
|
149
|
+
"error": "Error"
|
|
150
|
+
},
|
|
151
|
+
"colExit": "Exit",
|
|
152
|
+
"unitFallback": "unit",
|
|
153
|
+
"writeUnit": "Write unit",
|
|
154
|
+
"writeUnitConfirm": "Write the systemd unit for {{kind}} under /etc/systemd. The service is not started or enabled."
|
|
145
155
|
}
|
package/locales/es/backups.json
CHANGED
|
@@ -164,5 +164,9 @@
|
|
|
164
164
|
"trashEmptyDescConfirm": "Permanently delete {{count}} archive(s). Type the count to confirm.",
|
|
165
165
|
"trashRestored": "Restored from recycle bin",
|
|
166
166
|
"trashPurged": "Permanently deleted",
|
|
167
|
-
"trashedOk": "Moved to recycle bin"
|
|
167
|
+
"trashedOk": "Moved to recycle bin",
|
|
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
|
}
|
|
@@ -197,5 +197,11 @@
|
|
|
197
197
|
"statsAnnouncesHint": "Announce requests seen by the tracker process",
|
|
198
198
|
"leftoverHashesTitle": "Tracker leftover hashes",
|
|
199
199
|
"leftoverHashesHint": "Read-only. These announces are not library or share rows.",
|
|
200
|
-
"publicHostMissingLive": "Tracker is listening but public announce host is not set. Off-host peers cannot find this seed."
|
|
200
|
+
"publicHostMissingLive": "Tracker is listening but public announce host is not set. Off-host peers cannot find this seed.",
|
|
201
|
+
"restoredCount": "Re-seeded {{seeded}} of {{attempted}} torrents",
|
|
202
|
+
"portInvalid": "Enter a port from 1 to 65535.",
|
|
203
|
+
"extraTrackerRequired": "Enter an announce URL.",
|
|
204
|
+
"stopPort": "Tracker port {{port}} will stop listening.",
|
|
205
|
+
"stopPid": "Process PID {{pid}} will exit.",
|
|
206
|
+
"swarmLeftoverUnlisted": "{{count}} extra leftover announce(s) have no hash in this list."
|
|
201
207
|
}
|
package/locales/es/cdn.json
CHANGED
|
@@ -203,5 +203,13 @@
|
|
|
203
203
|
"hitRateUnknown": "No access log with cache status and no cache directory, so hit rate cannot be estimated.",
|
|
204
204
|
"offlineHint": "Offline — probe failed. Remove the node if it is leftover.",
|
|
205
205
|
"applyFailedNoNote": "No stored reason. Re-apply to capture the error.",
|
|
206
|
-
"statApplyFailed": "Apply failed"
|
|
206
|
+
"statApplyFailed": "Apply failed",
|
|
207
|
+
"statSitesCount": "{{n}} sites",
|
|
208
|
+
"cacheMethod": {
|
|
209
|
+
"none": "No estimate",
|
|
210
|
+
"access_log": "Access log",
|
|
211
|
+
"cache_dir": "Cache directory",
|
|
212
|
+
"log_format": "Need log format"
|
|
213
|
+
},
|
|
214
|
+
"geoMapLabel": "Geo map (JSON)"
|
|
207
215
|
}
|
package/locales/es/common.json
CHANGED
package/locales/es/db.json
CHANGED
|
@@ -355,5 +355,12 @@
|
|
|
355
355
|
"hostCount": "On host",
|
|
356
356
|
"registeredUsers": "Registered users",
|
|
357
357
|
"registeredUsersHint": "Panel registrations only — not every MySQL account",
|
|
358
|
-
"hostStillExists": "Still on host"
|
|
358
|
+
"hostStillExists": "Still on host",
|
|
359
|
+
"invalidSqlIdent": "Use a lowercase identifier: start with a letter, then letters, digits, or underscore.",
|
|
360
|
+
"remoteHostRequired": "Enter a remote host.",
|
|
361
|
+
"remoteTestUnsaved": "Save this host first, then Test connection. Or fill host and save.",
|
|
362
|
+
"serverNotInstalled": "This engine is not installed on the server.",
|
|
363
|
+
"dumpNeedEngine": "Install the engine before exporting a database.",
|
|
364
|
+
"unboundDatabase": "Database registration removed",
|
|
365
|
+
"userGoneRefresh": "That user is gone. The list was refreshed."
|
|
359
366
|
}
|
package/locales/es/dns.json
CHANGED
|
@@ -234,5 +234,7 @@
|
|
|
234
234
|
"startProbeFailed": "Could not re-check DNS health after start",
|
|
235
235
|
"startNotListening": "PowerDNS start returned, but the unit is not answering on port 53",
|
|
236
236
|
"goStartService": "Start DNS service",
|
|
237
|
-
"startBindHint": "If start returns to stopped, port 53 is often held by systemd-resolved. Use Heal bind below, then start again."
|
|
237
|
+
"startBindHint": "If start returns to stopped, port 53 is often held by systemd-resolved. Use Heal bind below, then start again.",
|
|
238
|
+
"digNotInstalled": "dig is not installed",
|
|
239
|
+
"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."
|
|
238
240
|
}
|
package/locales/es/docker.json
CHANGED
|
@@ -122,7 +122,11 @@
|
|
|
122
122
|
"mutateFailed": "El comando Docker falló",
|
|
123
123
|
"engineFailed": "No se pudo controlar docker.service",
|
|
124
124
|
"badExec": "Exec se limita a binarios y preajustes permitidos (sin shell ni TTY)",
|
|
125
|
-
"uninstallBusy": "Detén los contenedores gestionados por el panel (incluidas las pilas de validador) antes de desinstalar Docker"
|
|
125
|
+
"uninstallBusy": "Detén los contenedores gestionados por el panel (incluidas las pilas de validador) antes de desinstalar Docker",
|
|
126
|
+
"badCommand": "Invalid command or entrypoint",
|
|
127
|
+
"portBusy": "Host port {{bind}}:{{port}} is already in use",
|
|
128
|
+
"nameInUse": "A container named {{name}} already exists. Remove it or pick another name.",
|
|
129
|
+
"unpublished": "Container did not attach to a network or publish ports. Not treating this as started."
|
|
126
130
|
},
|
|
127
131
|
"notes": {
|
|
128
132
|
"dryMutate": "Solo dry-run. Pasa --execute y YSK_EXECUTE=1 para cambiar el host.",
|
|
@@ -153,7 +157,8 @@
|
|
|
153
157
|
"start": "docker.service iniciado",
|
|
154
158
|
"stop": "docker.service detenido",
|
|
155
159
|
"restart": "docker.service reiniciado"
|
|
156
|
-
}
|
|
160
|
+
},
|
|
161
|
+
"leftoverRemoved": "Removed leftover container {{name}} after bind failure"
|
|
157
162
|
},
|
|
158
163
|
"needEngineTitle": "Install Docker Engine first",
|
|
159
164
|
"notInstalledValue": "Not installed",
|
|
@@ -225,7 +230,18 @@
|
|
|
225
230
|
"customPortContainer": "Puerto del contenedor",
|
|
226
231
|
"pctUsed": "{{n}}% usado",
|
|
227
232
|
"customPortHint": "1–65535. Example: 9090 → 80.",
|
|
228
|
-
"pickBridge": "Bridge network"
|
|
233
|
+
"pickBridge": "Bridge network",
|
|
234
|
+
"command": "Command",
|
|
235
|
+
"commandHint": "Optional. Tokens after the image. Leave blank to use the image CMD.",
|
|
236
|
+
"entrypoint": "Entrypoint",
|
|
237
|
+
"entrypointHint": "Optional single binary. Leave blank to use the image ENTRYPOINT.",
|
|
238
|
+
"portMap": "host:container",
|
|
239
|
+
"portOccupied": "This host port is already in use",
|
|
240
|
+
"validatorImage": "Managed by validator nodes",
|
|
241
|
+
"newVolume": "New named volume",
|
|
242
|
+
"loopbackUrl": "Local test URL",
|
|
243
|
+
"nginxProxy": "Create Nginx reverse proxy",
|
|
244
|
+
"intentPorts": "Requested (not published)"
|
|
229
245
|
},
|
|
230
246
|
"deleteTitle": "Delete {{id}}",
|
|
231
247
|
"deleteDesc": "This cannot be undone.",
|
package/locales/es/email.json
CHANGED
|
@@ -512,5 +512,26 @@
|
|
|
512
512
|
"deliverabilityChecks": "Checks",
|
|
513
513
|
"healthPartialScore": "Partial {{n}}/100 (DNS only)",
|
|
514
514
|
"healthPartialHint": "DNS checklist only — live and blacklist not probed.",
|
|
515
|
-
"deleteImpact": "{{mailboxes}} mailboxes · {{records}} DNS records · {{aliases}} aliases"
|
|
515
|
+
"deleteImpact": "{{mailboxes}} mailboxes · {{records}} DNS records · {{aliases}} aliases",
|
|
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/es/files.json
CHANGED
|
@@ -359,5 +359,6 @@
|
|
|
359
359
|
"pillTrash": "{{count}} in trash",
|
|
360
360
|
"pillSpace": "{{used}} used",
|
|
361
361
|
"webdavTokenInactive": "Disabled — token #{{id}} is not active",
|
|
362
|
-
"webdavOffNoToken": "Disabled (no active token)"
|
|
362
|
+
"webdavOffNoToken": "Disabled (no active token)",
|
|
363
|
+
"restoreVersionConfirm": "Restore {{version}} over the current file {{file}}? This overwrites the file on disk."
|
|
363
364
|
}
|
package/locales/es/ftp.json
CHANGED
|
@@ -162,5 +162,7 @@
|
|
|
162
162
|
"plainConfirmC1": "Usernames and passwords are visible on the network.",
|
|
163
163
|
"plainConfirmC2": "PASV will advertise the configured public IP.",
|
|
164
164
|
"plainConfirmC3": "Host firewall and cloud security group are not opened for you.",
|
|
165
|
-
"plainConfirmAction": "Start cleartext FTP"
|
|
165
|
+
"plainConfirmAction": "Start cleartext FTP",
|
|
166
|
+
"sftpKeyInvalid": "Need a username and a public key that starts with ssh-.",
|
|
167
|
+
"deleteAccountNamed": "Delete FTP account {{name}}?"
|
|
166
168
|
}
|
|
@@ -146,5 +146,6 @@
|
|
|
146
146
|
"closeNoSession": "No session yet",
|
|
147
147
|
"resumeHintDetail": "Resume previous session ({{count}} tabs) · {{url}} · {{when}}",
|
|
148
148
|
"resumeHintOwned": "Resume last browse for {{user}} ({{count}} tabs) · {{url}} · {{when}}",
|
|
149
|
-
"clearSessionData": "Clear session data"
|
|
149
|
+
"clearSessionData": "Clear session data",
|
|
150
|
+
"clearSessionConfirm": "This discards the resume snapshot for the previous browse session. You cannot restore those tabs afterwards."
|
|
150
151
|
}
|
package/locales/es/metrics.json
CHANGED
|
@@ -163,5 +163,6 @@
|
|
|
163
163
|
"selectForSignal": "Select",
|
|
164
164
|
"forceKillTitleNamed": "KILL PID {{pid}} ({{cmd}})?",
|
|
165
165
|
"sendSigTitleNamed": "Send TERM to PID {{pid}} ({{cmd}})?",
|
|
166
|
-
"controlPlaneNoSignal": "The control-plane process cannot be signalled"
|
|
166
|
+
"controlPlaneNoSignal": "The control-plane process cannot be signalled",
|
|
167
|
+
"shareOfMeasured": "{{pct}}% of measured"
|
|
167
168
|
}
|
package/locales/es/migrate.json
CHANGED
|
@@ -104,5 +104,13 @@
|
|
|
104
104
|
"sourceDbRedis": "Databases / Redis",
|
|
105
105
|
"sourceDbRedisValue": "{{db}} databases · {{redis}} Redis",
|
|
106
106
|
"orphanColEntries": "Entries",
|
|
107
|
-
"orphanEntries": "{{n}} top-level entries in the directory"
|
|
107
|
+
"orphanEntries": "{{n}} top-level entries in the directory",
|
|
108
|
+
"jobPhase": "Job {{id}} · {{phase}}",
|
|
109
|
+
"phaseName": {
|
|
110
|
+
"failed": "Failed",
|
|
111
|
+
"done": "Done",
|
|
112
|
+
"running": "Running",
|
|
113
|
+
"queued": "Queued",
|
|
114
|
+
"cancelled": "Cancelled"
|
|
115
|
+
}
|
|
108
116
|
}
|
package/locales/es/nav.json
CHANGED
package/locales/es/network.json
CHANGED
|
@@ -163,5 +163,9 @@
|
|
|
163
163
|
"other": "Other",
|
|
164
164
|
"loopback": "Always on",
|
|
165
165
|
"loopbackHint": "Loopback is always available and cannot be changed."
|
|
166
|
-
}
|
|
166
|
+
},
|
|
167
|
+
"deleteRouteNamed": "Delete route {{dst}}?",
|
|
168
|
+
"deleteRouteBody": "Remove {{dst}}{{via}}{{dev}} from the live routing table.",
|
|
169
|
+
"viaGw": " via {{gw}}",
|
|
170
|
+
"onDev": " on {{dev}}"
|
|
167
171
|
}
|
package/locales/es/nginx.json
CHANGED
|
@@ -83,5 +83,10 @@
|
|
|
83
83
|
"bodyInherit": "Global",
|
|
84
84
|
"stopSites": "{{n}} site(s) will stop answering HTTP.",
|
|
85
85
|
"purgeCacheTitle": "Purge Nginx cache and reload?",
|
|
86
|
-
"purgeCacheDesc": "Clears the on-disk cache and reloads Nginx. Live sites stay up."
|
|
86
|
+
"purgeCacheDesc": "Clears the on-disk cache and reloads Nginx. Live sites stay up.",
|
|
87
|
+
"deleteTitleNamed": "Delete site {{name}}?",
|
|
88
|
+
"deleteDescNamed": "Remove {{name}} from the panel. Applied sites will also drop their managed nginx conf.",
|
|
89
|
+
"invalidServerName": "Enter a valid hostname (e.g. app.example.com).",
|
|
90
|
+
"needUpstream": "Upstream is required for reverse proxy sites.",
|
|
91
|
+
"needRoot": "Document root is required for static and PHP sites."
|
|
87
92
|
}
|
package/locales/es/notes.json
CHANGED
|
@@ -69,7 +69,8 @@
|
|
|
69
69
|
"movedToTrash": "Moved {{name}} to the recycle bin. Permanent delete after {{days}} days.",
|
|
70
70
|
"restoreNameExists": "Cannot restore {{name}} — a live archive with that name already exists.",
|
|
71
71
|
"restoredFromTrash": "Restored {{name}} from the recycle bin.",
|
|
72
|
-
"trashEmptied": "Permanently deleted {{n}} archive(s) from the recycle bin."
|
|
72
|
+
"trashEmptied": "Permanently deleted {{n}} archive(s) from the recycle bin.",
|
|
73
|
+
"partialOk": "Partial success — {{n}} project(s) skipped"
|
|
73
74
|
},
|
|
74
75
|
"redis": {
|
|
75
76
|
"cliMissing": "redis-cli no está instalado",
|
|
@@ -88,7 +89,8 @@
|
|
|
88
89
|
"orphanCleanupFailed": "Error de limpieza de nginx huérfano: {{detail}}",
|
|
89
90
|
"settingsWritten": "Fragmento global de Nginx escrito",
|
|
90
91
|
"settingsNeedExecute": "Aplicar necesita YSK_EXECUTE",
|
|
91
|
-
"reloadFailed": "Error en la recarga de nginx"
|
|
92
|
+
"reloadFailed": "Error en la recarga de nginx",
|
|
93
|
+
"keptLiveSsl": "Kept live HTTPS block in {{path}} (managed template had no listen 443)"
|
|
92
94
|
},
|
|
93
95
|
"ssl": {
|
|
94
96
|
"requestCert": "Solicitar certificado"
|
|
@@ -165,7 +167,9 @@
|
|
|
165
167
|
"noManagedZones": "No managed zone files under dataDir/dns/zones",
|
|
166
168
|
"pdnsListZones": "PowerDNS list-zones: {{n}}",
|
|
167
169
|
"lookupIgnoredAt": "dig is unavailable — @{{server}} was ignored. Not using the system resolver as that server’s answer.",
|
|
168
|
-
"localAOk": "local A {{name}} → {{ip}}"
|
|
170
|
+
"localAOk": "local A {{name}} → {{ip}}",
|
|
171
|
+
"digNotInstalled": "dig is not installed",
|
|
172
|
+
"digEmpty": "dig: no answer"
|
|
169
173
|
},
|
|
170
174
|
"db": {
|
|
171
175
|
"needExecuteCreate": "La ejecución del host está desactivada; No se puede crear una base de datos desde el panel.",
|
|
@@ -212,7 +216,11 @@
|
|
|
212
216
|
"dovecotPassdbWrittenNeedApply": "Archivo Passwd escrito en dataDir: ejecute aplicar (EJECUTAR+raíz) para que Dovecot lo cargue",
|
|
213
217
|
"postqueueSetgidBroken": "Las herramientas de cola Postfix fallaron: setgid_group está vacío en main.cf. Establezca setgid_group=postdrop (el panel intenta solucionarlo cuando YSK_EXECUTE está activado).",
|
|
214
218
|
"postqueueMailDown": "Postfix no se está ejecutando (showq no disponible). El panel intentó iniciarlo cuando YSK_EXECUTE está activado; verifique la pestaña Software/postfix de estado systemctl.",
|
|
215
|
-
"postqueueSpoolMissing": "Faltan directorios de cola Postfix (por ejemplo, retención/). El panel intentó crear el árbol de spool e iniciar Postfix cuando YSK_EXECUTE está activado."
|
|
219
|
+
"postqueueSpoolMissing": "Faltan directorios de cola Postfix (por ejemplo, retención/). El panel intentó crear el árbol de spool e iniciar Postfix cuando YSK_EXECUTE está activado.",
|
|
220
|
+
"invalidDomain": "Enter a valid mail domain",
|
|
221
|
+
"invalidServerIp": "Enter a valid server IP",
|
|
222
|
+
"mailboxLocalPartInvalid": "Mailbox local-part may only use letters, digits, . _ + -",
|
|
223
|
+
"passwordTooShort": "Password must be at least 8 characters"
|
|
216
224
|
},
|
|
217
225
|
"agents": {
|
|
218
226
|
"sessionNotFound": "Sesión no encontrada: {{sessionId}}"
|
|
@@ -3190,5 +3198,12 @@
|
|
|
3190
3198
|
"liveConf": "Conf Nginx en vivo: {{path}}",
|
|
3191
3199
|
"publicRoot": "Raíz pública: {{path}}",
|
|
3192
3200
|
"confNameStale": "El archivo {{file}} no coincide con el server_name actual {{serverName}}. Vuelva a aplicar archivos públicos para renombrarlo."
|
|
3201
|
+
},
|
|
3202
|
+
"needHost": "Enter a host",
|
|
3203
|
+
"health": {
|
|
3204
|
+
"portListening": "Port {{port}} is listening",
|
|
3205
|
+
"portNotListening": "Port {{port}} is not listening",
|
|
3206
|
+
"httpOk": "HTTP OK {{status}}",
|
|
3207
|
+
"httpFail": "HTTP failed: {{detail}}"
|
|
3193
3208
|
}
|
|
3194
3209
|
}
|
|
@@ -19,5 +19,9 @@
|
|
|
19
19
|
"stepStoppedOld": "Detenido el proceso anterior",
|
|
20
20
|
"stepTuningApplied": "Ajuste de tiempo de ejecución aplicado",
|
|
21
21
|
"stepUnitWritten": "unidad de servicio escrita",
|
|
22
|
-
"stepSystemdStartFailed": "El inicio de Systemd falló: se utilizó el proceso alternativo"
|
|
22
|
+
"stepSystemdStartFailed": "El inicio de Systemd falló: se utilizó el proceso alternativo",
|
|
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/es/projects.json
CHANGED
|
@@ -678,5 +678,8 @@
|
|
|
678
678
|
"goIsolation": "Open Isolation tab",
|
|
679
679
|
"netHstsNeedHttps": "Turn on force HTTPS first",
|
|
680
680
|
"homeMissing": "Home directory does not exist",
|
|
681
|
-
"homeMissingHint": "Same live probe as migrate inventory — create the system user on Isolation"
|
|
681
|
+
"homeMissingHint": "Same live probe as migrate inventory — create the system user on Isolation",
|
|
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
|
}
|
|
@@ -45,5 +45,8 @@
|
|
|
45
45
|
"liveName": "Live name",
|
|
46
46
|
"draftName": "Draft name",
|
|
47
47
|
"draftUnapplied": "This draft is not applied. Nginx still serves the live name.",
|
|
48
|
-
"discardDraft": "Discard draft"
|
|
48
|
+
"discardDraft": "Discard draft",
|
|
49
|
+
"quotaInvalid": "Enter a whole number of MiB, or choose Unlimited.",
|
|
50
|
+
"serverNameRequired": "Enter a server name.",
|
|
51
|
+
"serverNameInvalid": "Use a hostname, wildcard, or IP — no spaces or punctuation."
|
|
49
52
|
}
|
package/locales/es/runtime.json
CHANGED
|
@@ -444,7 +444,8 @@
|
|
|
444
444
|
"interpreter": "Intérprete",
|
|
445
445
|
"user": "Usuario",
|
|
446
446
|
"unit": "Unidad",
|
|
447
|
-
"runtime": "Tiempo de ejecución"
|
|
447
|
+
"runtime": "Tiempo de ejecución",
|
|
448
|
+
"pid": "PID"
|
|
448
449
|
},
|
|
449
450
|
"projectsTitle": "Procesos del proyecto YSK",
|
|
450
451
|
"projectsDesc": "unidades systemd para proyectos de panel (ruta de implementación predeterminada, no PM2).",
|
|
@@ -552,5 +553,10 @@
|
|
|
552
553
|
"installedHint": "Host probe result — not the control-plane record",
|
|
553
554
|
"targetHint": "Version this page will install or pin",
|
|
554
555
|
"rebuildFromHost": "Rebuild record from host",
|
|
555
|
-
"rebuiltFromHost": "Record refreshed from host probe"
|
|
556
|
+
"rebuiltFromHost": "Record refreshed from host probe",
|
|
557
|
+
"probing": "Probing…",
|
|
558
|
+
"noBinaryPath": "No binary path",
|
|
559
|
+
"hostDefaultError": "Host default unavailable",
|
|
560
|
+
"pm2Tick": "{{at}} · projects {{projects}} · PM2 {{pm2}} · running {{run}}",
|
|
561
|
+
"domainRequired": "Enter a valid domain before applying the vhost."
|
|
556
562
|
}
|
package/locales/es/services.json
CHANGED
|
@@ -102,5 +102,22 @@
|
|
|
102
102
|
"reloadTitle": "Reload {{label}} configuration without a full restart",
|
|
103
103
|
"stopConfirmPanelSshdOffDesc": "The panel and API will go offline. sshd is not enabled on boot, so SSH may not be a rescue path after reboot.",
|
|
104
104
|
"stopConfirmPanelSshdOffConsequence": "sshd is not enabled on boot. After reboot you may have no SSH rescue path.",
|
|
105
|
-
"ufwNoLifecycle": "UFW is not started or stopped from this matrix."
|
|
105
|
+
"ufwNoLifecycle": "UFW is not started or stopped from this matrix.",
|
|
106
|
+
"restartConfirmConsequence": "{{label}} will briefly interrupt connections, then keep serving HTTP/HTTPS.",
|
|
107
|
+
"reloadConfirmTitle": "Reload {{label}}?",
|
|
108
|
+
"reloadConfirmDesc": "Reload {{label}} configuration. Existing sessions should stay up.",
|
|
109
|
+
"enableConfirmTitle": "Enable {{label}} at boot?",
|
|
110
|
+
"enableConfirmDesc": "Enable {{label}} so it starts on boot.",
|
|
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/es/software.json
CHANGED
|
@@ -88,7 +88,9 @@
|
|
|
88
88
|
"noTarget": "Sin objetivo de actualización",
|
|
89
89
|
"needRuntimePage": "Instale esta versión en la página de tiempo de ejecución",
|
|
90
90
|
"noAptCandidate": "No hay versión candidata apta",
|
|
91
|
-
"sourceLabel": "Fuente"
|
|
91
|
+
"sourceLabel": "Fuente",
|
|
92
|
+
"refreshHasUpdate": "Newer version available",
|
|
93
|
+
"refreshLatest": "Already the latest recorded version"
|
|
92
94
|
},
|
|
93
95
|
"install": {
|
|
94
96
|
"progress": "Instalando: {{list}}…",
|
|
@@ -22,5 +22,20 @@
|
|
|
22
22
|
"countHint": "These counts are OS packages in the software plan — not the service-matrix units on the other tab.",
|
|
23
23
|
"executeRoot": "System changes {{execute}} · administrator {{root}}",
|
|
24
24
|
"manifestPlan": "Plan {{plan}} ({{bundles}})",
|
|
25
|
-
"manifestHint": "Last chosen software plan and bundles"
|
|
25
|
+
"manifestHint": "Last chosen software plan and bundles",
|
|
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
|
}
|
package/locales/es/tabs.json
CHANGED