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/dist/browser.d.ts
CHANGED
|
@@ -26,6 +26,8 @@ export * from './route-capabilities.js';
|
|
|
26
26
|
export * from './service-ports.js';
|
|
27
27
|
/** Unified list search/filter (browser-safe pure helpers) */
|
|
28
28
|
export * from './list-query.js';
|
|
29
|
+
export * from './ident.js';
|
|
30
|
+
export * from './docker.js';
|
|
29
31
|
/** Locale helpers only (no server t()/tl() loaders) */
|
|
30
32
|
export { type LocaleCode, LOCALES, DEFAULT_LOCALE, RTL_LOCALES, LOCALE_LABELS, normalizeLocale, isRtlLocale, localeFromAcceptLanguage, } from './i18n/normalize-locale.js';
|
|
31
33
|
/**
|
package/dist/browser.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"browser.d.ts","sourceRoot":"","sources":["../src/browser.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,cAAc,YAAY,CAAC;AAC3B,cAAc,UAAU,CAAC;AACzB,cAAc,UAAU,CAAC;AACzB,cAAc,cAAc,CAAC;AAC7B,cAAc,UAAU,CAAC;AACzB,cAAc,cAAc,CAAC;AAC7B,cAAc,cAAc,CAAC;AAC7B,cAAc,aAAa,CAAC;AAC5B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC;AAC3B,cAAc,mBAAmB,CAAC;AAClC,cAAc,YAAY,CAAC;AAC3B,cAAc,eAAe,CAAC;AAC9B,cAAc,UAAU,CAAC;AACzB,cAAc,cAAc,CAAC;AAC7B,cAAc,iBAAiB,CAAC;AAChC,cAAc,uBAAuB,CAAC;AACtC,cAAc,SAAS,CAAC;AACxB,cAAc,mBAAmB,CAAC;AAClC,cAAc,yBAAyB,CAAC;AACxC,cAAc,oBAAoB,CAAC;AACnC,6DAA6D;AAC7D,cAAc,iBAAiB,CAAC;
|
|
1
|
+
{"version":3,"file":"browser.d.ts","sourceRoot":"","sources":["../src/browser.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,cAAc,YAAY,CAAC;AAC3B,cAAc,UAAU,CAAC;AACzB,cAAc,UAAU,CAAC;AACzB,cAAc,cAAc,CAAC;AAC7B,cAAc,UAAU,CAAC;AACzB,cAAc,cAAc,CAAC;AAC7B,cAAc,cAAc,CAAC;AAC7B,cAAc,aAAa,CAAC;AAC5B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC;AAC3B,cAAc,mBAAmB,CAAC;AAClC,cAAc,YAAY,CAAC;AAC3B,cAAc,eAAe,CAAC;AAC9B,cAAc,UAAU,CAAC;AACzB,cAAc,cAAc,CAAC;AAC7B,cAAc,iBAAiB,CAAC;AAChC,cAAc,uBAAuB,CAAC;AACtC,cAAc,SAAS,CAAC;AACxB,cAAc,mBAAmB,CAAC;AAClC,cAAc,yBAAyB,CAAC;AACxC,cAAc,oBAAoB,CAAC;AACnC,6DAA6D;AAC7D,cAAc,iBAAiB,CAAC;AAChC,cAAc,YAAY,CAAC;AAC3B,cAAc,aAAa,CAAC;AAE5B,uDAAuD;AACvD,OAAO,EACL,KAAK,UAAU,EACf,OAAO,EACP,cAAc,EACd,WAAW,EACX,aAAa,EACb,eAAe,EACf,WAAW,EACX,wBAAwB,GACzB,MAAM,4BAA4B,CAAC;AAEpC;;;GAGG;AACH,OAAO,EAAE,UAAU,EAAE,KAAK,SAAS,EAAE,MAAM,mBAAmB,CAAC"}
|
package/dist/browser.js
CHANGED
|
@@ -26,6 +26,8 @@ export * from './route-capabilities.js';
|
|
|
26
26
|
export * from './service-ports.js';
|
|
27
27
|
/** Unified list search/filter (browser-safe pure helpers) */
|
|
28
28
|
export * from './list-query.js';
|
|
29
|
+
export * from './ident.js';
|
|
30
|
+
export * from './docker.js';
|
|
29
31
|
/** Locale helpers only (no server t()/tl() loaders) */
|
|
30
32
|
export { LOCALES, DEFAULT_LOCALE, RTL_LOCALES, LOCALE_LABELS, normalizeLocale, isRtlLocale, localeFromAcceptLanguage, } from './i18n/normalize-locale.js';
|
|
31
33
|
/**
|
package/dist/browser.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"browser.js","sourceRoot":"","sources":["../src/browser.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,cAAc,YAAY,CAAC;AAC3B,cAAc,UAAU,CAAC;AACzB,cAAc,UAAU,CAAC;AACzB,cAAc,cAAc,CAAC;AAC7B,cAAc,UAAU,CAAC;AACzB,cAAc,cAAc,CAAC;AAC7B,cAAc,cAAc,CAAC;AAC7B,cAAc,aAAa,CAAC;AAC5B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC;AAC3B,cAAc,mBAAmB,CAAC;AAClC,cAAc,YAAY,CAAC;AAC3B,cAAc,eAAe,CAAC;AAC9B,cAAc,UAAU,CAAC;AACzB,cAAc,cAAc,CAAC;AAC7B,cAAc,iBAAiB,CAAC;AAChC,cAAc,uBAAuB,CAAC;AACtC,cAAc,SAAS,CAAC;AACxB,cAAc,mBAAmB,CAAC;AAClC,cAAc,yBAAyB,CAAC;AACxC,cAAc,oBAAoB,CAAC;AACnC,6DAA6D;AAC7D,cAAc,iBAAiB,CAAC;
|
|
1
|
+
{"version":3,"file":"browser.js","sourceRoot":"","sources":["../src/browser.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,cAAc,YAAY,CAAC;AAC3B,cAAc,UAAU,CAAC;AACzB,cAAc,UAAU,CAAC;AACzB,cAAc,cAAc,CAAC;AAC7B,cAAc,UAAU,CAAC;AACzB,cAAc,cAAc,CAAC;AAC7B,cAAc,cAAc,CAAC;AAC7B,cAAc,aAAa,CAAC;AAC5B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC;AAC3B,cAAc,mBAAmB,CAAC;AAClC,cAAc,YAAY,CAAC;AAC3B,cAAc,eAAe,CAAC;AAC9B,cAAc,UAAU,CAAC;AACzB,cAAc,cAAc,CAAC;AAC7B,cAAc,iBAAiB,CAAC;AAChC,cAAc,uBAAuB,CAAC;AACtC,cAAc,SAAS,CAAC;AACxB,cAAc,mBAAmB,CAAC;AAClC,cAAc,yBAAyB,CAAC;AACxC,cAAc,oBAAoB,CAAC;AACnC,6DAA6D;AAC7D,cAAc,iBAAiB,CAAC;AAChC,cAAc,YAAY,CAAC;AAC3B,cAAc,aAAa,CAAC;AAE5B,uDAAuD;AACvD,OAAO,EAEL,OAAO,EACP,cAAc,EACd,WAAW,EACX,aAAa,EACb,eAAe,EACf,WAAW,EACX,wBAAwB,GACzB,MAAM,4BAA4B,CAAC;AAEpC;;;GAGG;AACH,OAAO,EAAE,UAAU,EAAkB,MAAM,mBAAmB,CAAC"}
|
package/dist/docker.d.ts
CHANGED
|
@@ -117,6 +117,10 @@ export type DockerRunRequest = {
|
|
|
117
117
|
name: string;
|
|
118
118
|
dest: string;
|
|
119
119
|
}>;
|
|
120
|
+
/** Optional argv after the image (image CMD when omitted). */
|
|
121
|
+
command?: string[];
|
|
122
|
+
/** Optional --entrypoint token (image ENTRYPOINT when omitted). */
|
|
123
|
+
entrypoint?: string;
|
|
120
124
|
};
|
|
121
125
|
export declare const DOCKER_IMAGE_RE: RegExp;
|
|
122
126
|
export declare const DOCKER_NAME_RE: RegExp;
|
package/dist/docker.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"docker.d.ts","sourceRoot":"","sources":["../src/docker.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"docker.d.ts","sourceRoot":"","sources":["../src/docker.ts"],"names":[],"mappings":"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"}
|
package/dist/docker.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"docker.js","sourceRoot":"","sources":["../src/docker.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,MAAM,CAAC,MAAM,wBAAwB,GAAG,wBAAwB,CAAC;AACjE,MAAM,CAAC,MAAM,wBAAwB,GAAG,wBAAwB,CAAC;AACjE,MAAM,CAAC,MAAM,yBAAyB,GAAG,yBAAyB,CAAC;AAEnE,MAAM,CAAC,MAAM,mBAAmB,GAAG;IACjC,YAAY;IACZ,QAAQ;IACR,SAAS;IACT,SAAS;IACT,QAAQ;CACA,CAAC;AAGX,MAAM,CAAC,MAAM,uBAAuB,GAAG,CAAC,IAAI,EAAE,gBAAgB,EAAE,QAAQ,EAAE,YAAY,CAAU,CAAC;AAGjG,MAAM,CAAC,MAAM,qBAAqB,GAAG,CAAC,OAAO,EAAE,MAAM,EAAE,SAAS,CAAU,CAAC;AAG3E,MAAM,CAAC,MAAM,wBAAwB,GAAG,CAAC,OAAO,EAAE,MAAM,EAAE,SAAS,EAAE,QAAQ,CAAU,CAAC;AAGxF,MAAM,CAAC,MAAM,sBAAsB,GAAG,CAAC,IAAI,EAAE,MAAM,EAAE,SAAS,EAAE,IAAI,CAAU,CAAC;
|
|
1
|
+
{"version":3,"file":"docker.js","sourceRoot":"","sources":["../src/docker.ts"],"names":[],"mappings":"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"}
|
package/dist/ident.d.ts
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Browser-safe identifiers for panel create forms (nginx, FTP, projects, SQL, IP).
|
|
3
|
+
* Reject values that would flow into Linux users, nginx conf, or SQL identifiers.
|
|
4
|
+
*/
|
|
5
|
+
export declare function isProjectName(raw: string): boolean;
|
|
6
|
+
export declare function isFtpUsername(raw: string): boolean;
|
|
7
|
+
export declare function isSqlIdent(raw: string): boolean;
|
|
8
|
+
export declare function isIpv4(raw: string): boolean;
|
|
9
|
+
export declare function isIpv6(raw: string): boolean;
|
|
10
|
+
export declare function isIpAddress(raw: string): boolean;
|
|
11
|
+
export declare function isCidr(raw: string): boolean;
|
|
12
|
+
/** One nginx server_name token (hostname, wildcard, IP, `_`, localhost). */
|
|
13
|
+
export declare function isNginxServerNameToken(raw: string): boolean;
|
|
14
|
+
/** Mailbox / alias local-part (info, sales+list). */
|
|
15
|
+
export declare function isMailboxLocalPart(raw: string): boolean;
|
|
16
|
+
/** Apex or mail host used as an email domain (not IP, not wildcard). */
|
|
17
|
+
export declare function isMailDomain(raw: string): boolean;
|
|
18
|
+
export declare function isNginxServerNameList(raw: string): boolean;
|
|
19
|
+
export declare function parseDockerArgvLine(raw: string): string[] | null;
|
|
20
|
+
//# sourceMappingURL=ident.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ident.d.ts","sourceRoot":"","sources":["../src/ident.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAUH,wBAAgB,aAAa,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAGlD;AAED,wBAAgB,aAAa,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAIlD;AAED,wBAAgB,UAAU,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAG/C;AAED,wBAAgB,MAAM,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAE3C;AAED,wBAAgB,MAAM,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAQ3C;AAED,wBAAgB,WAAW,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAGhD;AAED,wBAAgB,MAAM,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAU3C;AAED,4EAA4E;AAC5E,wBAAgB,sBAAsB,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAS3D;AAED,qDAAqD;AACrD,wBAAgB,kBAAkB,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAGvD;AAED,wEAAwE;AACxE,wBAAgB,YAAY,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAKjD;AAED,wBAAgB,qBAAqB,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAM1D;AAID,wBAAgB,mBAAmB,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,EAAE,GAAG,IAAI,CAShE"}
|
package/dist/ident.js
ADDED
|
@@ -0,0 +1,111 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Browser-safe identifiers for panel create forms (nginx, FTP, projects, SQL, IP).
|
|
3
|
+
* Reject values that would flow into Linux users, nginx conf, or SQL identifiers.
|
|
4
|
+
*/
|
|
5
|
+
const PROJECT_RE = /^[a-z][a-z0-9-]{0,30}$/;
|
|
6
|
+
const FTP_USER_RE = /^[A-Za-z0-9][A-Za-z0-9._-]{0,31}$/;
|
|
7
|
+
const SQL_IDENT_RE = /^[a-z][a-z0-9_]{0,63}$/;
|
|
8
|
+
const IPV4_RE = /^(?:25[0-5]|2[0-4]\d|1?\d?\d)(?:\.(?:25[0-5]|2[0-4]\d|1?\d?\d)){3}$/;
|
|
9
|
+
const HOSTNAME_BODY_RE = /^(?:[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?\.)+[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?$/;
|
|
10
|
+
const MAILBOX_LOCAL_RE = /^[a-z0-9._+-]{1,64}$/;
|
|
11
|
+
export function isProjectName(raw) {
|
|
12
|
+
const s = String(raw ?? '').trim();
|
|
13
|
+
return PROJECT_RE.test(s);
|
|
14
|
+
}
|
|
15
|
+
export function isFtpUsername(raw) {
|
|
16
|
+
const s = String(raw ?? '').trim();
|
|
17
|
+
if (!s || /\s/.test(s) || s.includes('!'))
|
|
18
|
+
return false;
|
|
19
|
+
return FTP_USER_RE.test(s);
|
|
20
|
+
}
|
|
21
|
+
export function isSqlIdent(raw) {
|
|
22
|
+
const s = String(raw ?? '').trim();
|
|
23
|
+
return SQL_IDENT_RE.test(s);
|
|
24
|
+
}
|
|
25
|
+
export function isIpv4(raw) {
|
|
26
|
+
return IPV4_RE.test(String(raw ?? '').trim());
|
|
27
|
+
}
|
|
28
|
+
export function isIpv6(raw) {
|
|
29
|
+
const s = String(raw ?? '').trim();
|
|
30
|
+
if (!s || s.includes('%') || /\s/.test(s))
|
|
31
|
+
return false;
|
|
32
|
+
if (!s.includes(':'))
|
|
33
|
+
return false;
|
|
34
|
+
if (s.split('::').length > 2)
|
|
35
|
+
return false;
|
|
36
|
+
const parts = s.split(':');
|
|
37
|
+
if (parts.length < 2 || parts.length > 8)
|
|
38
|
+
return false;
|
|
39
|
+
return parts.every((p) => p === '' || /^[0-9a-f]{1,4}$/i.test(p));
|
|
40
|
+
}
|
|
41
|
+
export function isIpAddress(raw) {
|
|
42
|
+
const s = String(raw ?? '').trim();
|
|
43
|
+
return isIpv4(s) || isIpv6(s);
|
|
44
|
+
}
|
|
45
|
+
export function isCidr(raw) {
|
|
46
|
+
const s = String(raw ?? '').trim();
|
|
47
|
+
const i = s.lastIndexOf('/');
|
|
48
|
+
if (i <= 0)
|
|
49
|
+
return false;
|
|
50
|
+
const addr = s.slice(0, i);
|
|
51
|
+
const bits = Number(s.slice(i + 1));
|
|
52
|
+
if (!Number.isInteger(bits) || bits < 0)
|
|
53
|
+
return false;
|
|
54
|
+
if (isIpv4(addr))
|
|
55
|
+
return bits <= 32;
|
|
56
|
+
if (isIpv6(addr))
|
|
57
|
+
return bits <= 128;
|
|
58
|
+
return false;
|
|
59
|
+
}
|
|
60
|
+
/** One nginx server_name token (hostname, wildcard, IP, `_`, localhost). */
|
|
61
|
+
export function isNginxServerNameToken(raw) {
|
|
62
|
+
const s = String(raw ?? '').trim().toLowerCase();
|
|
63
|
+
if (!s || s.length > 253)
|
|
64
|
+
return false;
|
|
65
|
+
if (/[;{}$'"\\]/.test(s) || /\s/.test(s))
|
|
66
|
+
return false;
|
|
67
|
+
if (s === '_' || s === 'localhost')
|
|
68
|
+
return true;
|
|
69
|
+
const body = s.startsWith('*.') ? s.slice(2) : s;
|
|
70
|
+
if (isIpv4(body))
|
|
71
|
+
return true;
|
|
72
|
+
if (!body.includes('.'))
|
|
73
|
+
return false;
|
|
74
|
+
return HOSTNAME_BODY_RE.test(body);
|
|
75
|
+
}
|
|
76
|
+
/** Mailbox / alias local-part (info, sales+list). */
|
|
77
|
+
export function isMailboxLocalPart(raw) {
|
|
78
|
+
const s = String(raw ?? '').trim().toLowerCase();
|
|
79
|
+
return MAILBOX_LOCAL_RE.test(s);
|
|
80
|
+
}
|
|
81
|
+
/** Apex or mail host used as an email domain (not IP, not wildcard). */
|
|
82
|
+
export function isMailDomain(raw) {
|
|
83
|
+
const s = String(raw ?? '').trim().toLowerCase();
|
|
84
|
+
if (!s || s.length > 253)
|
|
85
|
+
return false;
|
|
86
|
+
if (isIpv4(s) || isIpv6(s))
|
|
87
|
+
return false;
|
|
88
|
+
return HOSTNAME_BODY_RE.test(s);
|
|
89
|
+
}
|
|
90
|
+
export function isNginxServerNameList(raw) {
|
|
91
|
+
const parts = String(raw ?? '')
|
|
92
|
+
.trim()
|
|
93
|
+
.split(/\s+/)
|
|
94
|
+
.filter(Boolean);
|
|
95
|
+
return parts.length > 0 && parts.every(isNginxServerNameToken);
|
|
96
|
+
}
|
|
97
|
+
const DOCKER_CMD_TOKEN = /^[A-Za-z0-9._:/=+-]+$/;
|
|
98
|
+
export function parseDockerArgvLine(raw) {
|
|
99
|
+
const parts = String(raw ?? '')
|
|
100
|
+
.trim()
|
|
101
|
+
.split(/\s+/)
|
|
102
|
+
.filter(Boolean);
|
|
103
|
+
if (!parts.length)
|
|
104
|
+
return [];
|
|
105
|
+
if (parts.length > 32)
|
|
106
|
+
return null;
|
|
107
|
+
if (!parts.every((p) => DOCKER_CMD_TOKEN.test(p)))
|
|
108
|
+
return null;
|
|
109
|
+
return parts;
|
|
110
|
+
}
|
|
111
|
+
//# sourceMappingURL=ident.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ident.js","sourceRoot":"","sources":["../src/ident.ts"],"names":[],"mappings":"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"}
|
package/dist/index.d.ts
CHANGED
|
@@ -16,6 +16,7 @@ export * from './bt-tracker.js';
|
|
|
16
16
|
export * from './validators.js';
|
|
17
17
|
export * from './staking-playbook.js';
|
|
18
18
|
export * from './docker.js';
|
|
19
|
+
export * from './ident.js';
|
|
19
20
|
export * from './email-domain.js';
|
|
20
21
|
export * from './fleet.js';
|
|
21
22
|
export * from './software.js';
|
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAC;AAC3B,cAAc,UAAU,CAAC;AACzB,cAAc,aAAa,CAAC;AAC5B,cAAc,UAAU,CAAC;AACzB,cAAc,eAAe,CAAC;AAC9B,cAAc,cAAc,CAAC;AAAA,cAAc,UAAU,CAAC;AACtD,gEAAgE;AAChE,cAAc,cAAc,CAAC;AAC7B,cAAc,cAAc,CAAC;AAC7B,cAAc,aAAa,CAAC;AAC5B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC;AAC3B,cAAc,iBAAiB,CAAC;AAChC,cAAc,iBAAiB,CAAC;AAChC,cAAc,uBAAuB,CAAC;AACtC,cAAc,aAAa,CAAC;AAC5B,cAAc,mBAAmB,CAAC;AAClC,cAAc,YAAY,CAAC;AAC3B,cAAc,eAAe,CAAC;AAC9B,cAAc,UAAU,CAAC;AACzB,cAAc,cAAc,CAAC;AAC7B,cAAc,SAAS,CAAC;AACxB,cAAc,oBAAoB,CAAC;AACnC,cAAc,uBAAuB,CAAC;AACtC,6DAA6D;AAC7D,cAAc,mBAAmB,CAAC;AAClC,0DAA0D;AAC1D,cAAc,yBAAyB,CAAC;AACxC,gDAAgD;AAChD,cAAc,iBAAiB,CAAC;AAChC,sDAAsD;AACtD,cAAc,iBAAiB,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAC;AAC3B,cAAc,UAAU,CAAC;AACzB,cAAc,aAAa,CAAC;AAC5B,cAAc,UAAU,CAAC;AACzB,cAAc,eAAe,CAAC;AAC9B,cAAc,cAAc,CAAC;AAAA,cAAc,UAAU,CAAC;AACtD,gEAAgE;AAChE,cAAc,cAAc,CAAC;AAC7B,cAAc,cAAc,CAAC;AAC7B,cAAc,aAAa,CAAC;AAC5B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC;AAC3B,cAAc,iBAAiB,CAAC;AAChC,cAAc,iBAAiB,CAAC;AAChC,cAAc,uBAAuB,CAAC;AACtC,cAAc,aAAa,CAAC;AAC5B,cAAc,YAAY,CAAC;AAC3B,cAAc,mBAAmB,CAAC;AAClC,cAAc,YAAY,CAAC;AAC3B,cAAc,eAAe,CAAC;AAC9B,cAAc,UAAU,CAAC;AACzB,cAAc,cAAc,CAAC;AAC7B,cAAc,SAAS,CAAC;AACxB,cAAc,oBAAoB,CAAC;AACnC,cAAc,uBAAuB,CAAC;AACtC,6DAA6D;AAC7D,cAAc,mBAAmB,CAAC;AAClC,0DAA0D;AAC1D,cAAc,yBAAyB,CAAC;AACxC,gDAAgD;AAChD,cAAc,iBAAiB,CAAC;AAChC,sDAAsD;AACtD,cAAc,iBAAiB,CAAC"}
|
package/dist/index.js
CHANGED
|
@@ -16,6 +16,7 @@ export * from './bt-tracker.js';
|
|
|
16
16
|
export * from './validators.js';
|
|
17
17
|
export * from './staking-playbook.js';
|
|
18
18
|
export * from './docker.js';
|
|
19
|
+
export * from './ident.js';
|
|
19
20
|
export * from './email-domain.js';
|
|
20
21
|
export * from './fleet.js';
|
|
21
22
|
export * from './software.js';
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAC;AAC3B,cAAc,UAAU,CAAC;AACzB,cAAc,aAAa,CAAC;AAC5B,cAAc,UAAU,CAAC;AACzB,cAAc,eAAe,CAAC;AAC9B,cAAc,cAAc,CAAC;AAAA,cAAc,UAAU,CAAC;AACtD,gEAAgE;AAChE,cAAc,cAAc,CAAC;AAC7B,cAAc,cAAc,CAAC;AAC7B,cAAc,aAAa,CAAC;AAC5B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC;AAC3B,cAAc,iBAAiB,CAAC;AAChC,cAAc,iBAAiB,CAAC;AAChC,cAAc,uBAAuB,CAAC;AACtC,cAAc,aAAa,CAAC;AAC5B,cAAc,mBAAmB,CAAC;AAClC,cAAc,YAAY,CAAC;AAC3B,cAAc,eAAe,CAAC;AAC9B,cAAc,UAAU,CAAC;AACzB,cAAc,cAAc,CAAC;AAC7B,cAAc,SAAS,CAAC;AACxB,cAAc,oBAAoB,CAAC;AACnC,cAAc,uBAAuB,CAAC;AACtC,6DAA6D;AAC7D,cAAc,mBAAmB,CAAC;AAClC,0DAA0D;AAC1D,cAAc,yBAAyB,CAAC;AACxC,gDAAgD;AAChD,cAAc,iBAAiB,CAAC;AAChC,sDAAsD;AACtD,cAAc,iBAAiB,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAC;AAC3B,cAAc,UAAU,CAAC;AACzB,cAAc,aAAa,CAAC;AAC5B,cAAc,UAAU,CAAC;AACzB,cAAc,eAAe,CAAC;AAC9B,cAAc,cAAc,CAAC;AAAA,cAAc,UAAU,CAAC;AACtD,gEAAgE;AAChE,cAAc,cAAc,CAAC;AAC7B,cAAc,cAAc,CAAC;AAC7B,cAAc,aAAa,CAAC;AAC5B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC;AAC3B,cAAc,iBAAiB,CAAC;AAChC,cAAc,iBAAiB,CAAC;AAChC,cAAc,uBAAuB,CAAC;AACtC,cAAc,aAAa,CAAC;AAC5B,cAAc,YAAY,CAAC;AAC3B,cAAc,mBAAmB,CAAC;AAClC,cAAc,YAAY,CAAC;AAC3B,cAAc,eAAe,CAAC;AAC9B,cAAc,UAAU,CAAC;AACzB,cAAc,cAAc,CAAC;AAC7B,cAAc,SAAS,CAAC;AACxB,cAAc,oBAAoB,CAAC;AACnC,cAAc,uBAAuB,CAAC;AACtC,6DAA6D;AAC7D,cAAc,mBAAmB,CAAC;AAClC,0DAA0D;AAC1D,cAAc,yBAAyB,CAAC;AACxC,gDAAgD;AAChD,cAAc,iBAAiB,CAAC;AAChC,sDAAsD;AACtD,cAAc,iBAAiB,CAAC"}
|
package/dist/list-query.d.ts
CHANGED
|
@@ -28,6 +28,8 @@ export type ListMeta = {
|
|
|
28
28
|
order: ListSortOrder;
|
|
29
29
|
/** Counts per facet key → value, after text filter (before dimension filter on that key optional) */
|
|
30
30
|
facets?: Record<string, Record<string, number>>;
|
|
31
|
+
/** Unfiltered collection size (before q / dimension filters) */
|
|
32
|
+
allTotal?: number;
|
|
31
33
|
};
|
|
32
34
|
export type ListResponse<T> = {
|
|
33
35
|
items: T[];
|
package/dist/list-query.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-query.d.ts","sourceRoot":"","sources":["../src/list-query.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,MAAM,MAAM,aAAa,GAAG,KAAK,GAAG,MAAM,CAAC;AAE3C,MAAM,MAAM,SAAS,GAAG;IACtB,yDAAyD;IACzD,CAAC,EAAE,MAAM,CAAC;IACV,yDAAyD;IACzD,OAAO,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IAChC,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,aAAa,CAAC;IACrB,iEAAiE;IACjE,IAAI,EAAE,MAAM,CAAC;IACb;;;OAGG;IACH,KAAK,EAAE,MAAM,CAAC;CACf,CAAC;AAEF,MAAM,MAAM,QAAQ,GAAG;IACrB,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,CAAC,EAAE,MAAM,CAAC;IACV,OAAO,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IAChC,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,aAAa,CAAC;IACrB,qGAAqG;IACrG,MAAM,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC,CAAC;
|
|
1
|
+
{"version":3,"file":"list-query.d.ts","sourceRoot":"","sources":["../src/list-query.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,MAAM,MAAM,aAAa,GAAG,KAAK,GAAG,MAAM,CAAC;AAE3C,MAAM,MAAM,SAAS,GAAG;IACtB,yDAAyD;IACzD,CAAC,EAAE,MAAM,CAAC;IACV,yDAAyD;IACzD,OAAO,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IAChC,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,aAAa,CAAC;IACrB,iEAAiE;IACjE,IAAI,EAAE,MAAM,CAAC;IACb;;;OAGG;IACH,KAAK,EAAE,MAAM,CAAC;CACf,CAAC;AAEF,MAAM,MAAM,QAAQ,GAAG;IACrB,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,CAAC,EAAE,MAAM,CAAC;IACV,OAAO,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IAChC,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,aAAa,CAAC;IACrB,qGAAqG;IACrG,MAAM,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC,CAAC;IAChD,gEAAgE;IAChE,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC;AAEF,MAAM,MAAM,YAAY,CAAC,CAAC,IAAI;IAC5B,KAAK,EAAE,CAAC,EAAE,CAAC;IACX,IAAI,EAAE,QAAQ,CAAC;CAChB,CAAC;AAEF,MAAM,MAAM,qBAAqB,GAAG;IAClC,qEAAqE;IACrE,KAAK,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,SAAS,MAAM,EAAE,CAAC,CAAC;IAC1C,8DAA8D;IAC9D,WAAW,CAAC,EAAE,SAAS,MAAM,EAAE,CAAC;IAChC,+BAA+B;IAC/B,UAAU,CAAC,EAAE,SAAS,MAAM,EAAE,CAAC;IAC/B,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,YAAY,CAAC,EAAE,aAAa,CAAC;IAC7B,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,iDAAiD;IACjD,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,6DAA6D;IAC7D,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,qDAAqD;IACrD,QAAQ,CAAC,EAAE,SAAS,MAAM,EAAE,CAAC;CAC9B,CAAC;AAYF;;;GAGG;AACH,wBAAgB,cAAc,CAC5B,MAAM,EAAE,GAAG,GAAG,eAAe,GAAG;IAAE,YAAY,EAAE,eAAe,CAAA;CAAE,EACjE,IAAI,GAAE,qBAA0B,GAC/B,SAAS,CAyDX;AAED;;GAEG;AACH,wBAAgB,oBAAoB,CAAC,KAAK,EAAE;IAC1C,CAAC,CAAC,EAAE,MAAM,CAAC;IACX,OAAO,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,GAAG,SAAS,GAAG,IAAI,CAAC,CAAC;IACpD,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,aAAa,CAAC;IACtB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,GAAG,MAAM,CAcT;AAED,wBAAgB,aAAa,CAAC,KAAK,EAAE,SAAS,EAAE,KAAK,SAAI,GAAG,QAAQ,CAUnE"}
|
package/dist/list-query.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-query.js","sourceRoot":"","sources":["../src/list-query.ts"],"names":[],"mappings":"AAAA;;;GAGG;
|
|
1
|
+
{"version":3,"file":"list-query.js","sourceRoot":"","sources":["../src/list-query.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAyDH,MAAM,gBAAgB,GAAG;IACvB,GAAG;IACH,MAAM;IACN,OAAO;IACP,MAAM;IACN,OAAO;IACP,QAAQ;IACR,SAAS;CACD,CAAC;AAEX;;;GAGG;AACH,MAAM,UAAU,cAAc,CAC5B,MAAiE,EACjE,OAA8B,EAAE;IAEhC,MAAM,EAAE,GACN,MAAM,YAAY,eAAe;QAC/B,CAAC,CAAC,MAAM;QACR,CAAC,CAAC,MAAM,YAAY,GAAG;YACrB,CAAC,CAAC,MAAM,CAAC,YAAY;YACrB,CAAC,CAAC,MAAM,CAAC,YAAY,CAAC;IAE5B,MAAM,QAAQ,GAAG,IAAI,CAAC,QAAQ,IAAI,GAAG,CAAC;IACtC,MAAM,YAAY,GAAG,IAAI,CAAC,YAAY,IAAI,CAAC,CAAC;IAC5C,MAAM,QAAQ,GAAG,IAAI,GAAG,CAAS,CAAC,GAAG,gBAAgB,EAAE,GAAG,CAAC,IAAI,CAAC,QAAQ,IAAI,EAAE,CAAC,CAAC,CAAC,CAAC;IAElF,MAAM,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,CAAC,GAAG,CAAC,IAAI,EAAE,CAAC,CAAC,IAAI,EAAE,CAAC;IACrC,MAAM,OAAO,GAAG,MAAM,CAAC,EAAE,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,CAAC;IAC5C,MAAM,IAAI,GAAG,MAAM,CAAC,QAAQ,CAAC,OAAO,CAAC,IAAI,OAAO,IAAI,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;IAEhF,IAAI,QAAQ,GAAG,EAAE,CAAC,GAAG,CAAC,OAAO,CAAC,CAAC;IAC/B,IAAI,KAAa,CAAC;IAClB,IAAI,QAAQ,IAAI,IAAI,IAAI,QAAQ,KAAK,EAAE,EAAE,CAAC;QACxC,KAAK,GAAG,YAAY,CAAC;IACvB,CAAC;SAAM,CAAC;QACN,MAAM,CAAC,GAAG,MAAM,CAAC,QAAQ,CAAC,CAAC;QAC3B,IAAI,CAAC,MAAM,CAAC,QAAQ,CAAC,CAAC,CAAC,IAAI,CAAC,GAAG,CAAC;YAAE,KAAK,GAAG,YAAY,CAAC;aAClD,IAAI,CAAC,KAAK,CAAC;YAAE,KAAK,GAAG,CAAC,CAAC;;YACvB,KAAK,GAAG,IAAI,CAAC,GAAG,CAAC,QAAQ,EAAE,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,CAAC;IACjD,CAAC;IAED,IAAI,KAAK,GACP,CAAC,EAAE,CAAC,GAAG,CAAC,OAAO,CAAC,IAAI,IAAI,CAAC,YAAY,IAAI,KAAK,CAAC,CAAC,WAAW,EAAE,KAAK,MAAM;QACtE,CAAC,CAAC,MAAM;QACR,CAAC,CAAC,KAAK,CAAC;IAEZ,IAAI,IAAI,GAAG,CAAC,EAAE,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,IAAI,CAAC,WAAW,IAAI,EAAE,CAAC,CAAC,IAAI,EAAE,IAAI,SAAS,CAAC;IAC1E,IAAI,IAAI,IAAI,IAAI,CAAC,UAAU,IAAI,CAAC,IAAI,CAAC,UAAU,CAAC,QAAQ,CAAC,IAAI,CAAC,EAAE,CAAC;QAC/D,IAAI,GAAG,IAAI,CAAC,WAAW,CAAC;IAC1B,CAAC;IAED,MAAM,OAAO,GAA2B,EAAE,CAAC;IAC3C,MAAM,QAAQ,GAAG,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC;IAC3D,MAAM,QAAQ,GAAG,IAAI,CAAC,WAAW,IAAI,EAAE,CAAC;IAExC,KAAK,MAAM,GAAG,IAAI,QAAQ,EAAE,CAAC;QAC3B,MAAM,GAAG,GAAG,CAAC,EAAE,CAAC,GAAG,CAAC,GAAG,CAAC,IAAI,EAAE,CAAC,CAAC,IAAI,EAAE,CAAC;QACvC,IAAI,CAAC,GAAG;YAAE,SAAS;QACnB,MAAM,OAAO,GAAG,IAAI,CAAC,KAAM,CAAC,GAAG,CAAC,CAAC;QACjC,IAAI,OAAO,CAAC,QAAQ,CAAC,GAAG,CAAC;YAAE,OAAO,CAAC,GAAG,CAAC,GAAG,GAAG,CAAC;IAChD,CAAC;IACD,KAAK,MAAM,GAAG,IAAI,QAAQ,EAAE,CAAC;QAC3B,IAAI,QAAQ,CAAC,GAAG,CAAC,GAAG,CAAC;YAAE,SAAS;QAChC,MAAM,GAAG,GAAG,CAAC,EAAE,CAAC,GAAG,CAAC,GAAG,CAAC,IAAI,EAAE,CAAC,CAAC,IAAI,EAAE,CAAC;QACvC,IAAI,GAAG;YAAE,OAAO,CAAC,GAAG,CAAC,GAAG,GAAG,CAAC;IAC9B,CAAC;IAED,oFAAoF;IACpF,6EAA6E;IAE7E,OAAO,EAAE,CAAC,EAAE,OAAO,EAAE,IAAI,EAAE,KAAK,EAAE,IAAI,EAAE,KAAK,EAAE,CAAC;AAClD,CAAC;AAED;;GAEG;AACH,MAAM,UAAU,oBAAoB,CAAC,KAOpC;IACC,MAAM,EAAE,GAAG,IAAI,eAAe,EAAE,CAAC;IACjC,MAAM,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC,IAAI,EAAE,CAAC,CAAC,IAAI,EAAE,CAAC;IACjC,IAAI,CAAC;QAAE,EAAE,CAAC,GAAG,CAAC,GAAG,EAAE,CAAC,CAAC,CAAC;IACtB,IAAI,KAAK,CAAC,OAAO,EAAE,CAAC;QAClB,KAAK,MAAM,CAAC,CAAC,EAAE,CAAC,CAAC,IAAI,MAAM,CAAC,OAAO,CAAC,KAAK,CAAC,OAAO,CAAC,EAAE,CAAC;YACnD,IAAI,CAAC,IAAI,IAAI,IAAI,MAAM,CAAC,CAAC,CAAC,CAAC,IAAI,EAAE,KAAK,EAAE;gBAAE,EAAE,CAAC,GAAG,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC,IAAI,EAAE,CAAC,CAAC;QACxE,CAAC;IACH,CAAC;IACD,IAAI,KAAK,CAAC,IAAI;QAAE,EAAE,CAAC,GAAG,CAAC,MAAM,EAAE,KAAK,CAAC,IAAI,CAAC,CAAC;IAC3C,IAAI,KAAK,CAAC,KAAK,IAAI,KAAK,CAAC,KAAK,KAAK,KAAK;QAAE,EAAE,CAAC,GAAG,CAAC,OAAO,EAAE,KAAK,CAAC,KAAK,CAAC,CAAC;IACvE,IAAI,KAAK,CAAC,IAAI,IAAI,IAAI,IAAI,KAAK,CAAC,IAAI,GAAG,CAAC;QAAE,EAAE,CAAC,GAAG,CAAC,MAAM,EAAE,MAAM,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC;IAC7E,IAAI,KAAK,CAAC,KAAK,IAAI,IAAI,IAAI,KAAK,CAAC,KAAK,GAAG,CAAC;QAAE,EAAE,CAAC,GAAG,CAAC,OAAO,EAAE,MAAM,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,CAAC;IACjF,OAAO,EAAE,CAAC,QAAQ,EAAE,CAAC;AACvB,CAAC;AAED,MAAM,UAAU,aAAa,CAAC,KAAgB,EAAE,KAAK,GAAG,CAAC;IACvD,OAAO;QACL,KAAK;QACL,IAAI,EAAE,KAAK,CAAC,IAAI;QAChB,KAAK,EAAE,KAAK,CAAC,KAAK;QAClB,CAAC,EAAE,KAAK,CAAC,CAAC;QACV,OAAO,EAAE,EAAE,GAAG,KAAK,CAAC,OAAO,EAAE;QAC7B,IAAI,EAAE,KAAK,CAAC,IAAI;QAChB,KAAK,EAAE,KAAK,CAAC,KAAK;KACnB,CAAC;AACJ,CAAC"}
|
package/locales/ar/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/ar/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/ar/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/ar/common.json
CHANGED
package/locales/ar/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/ar/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/ar/docker.json
CHANGED
|
@@ -122,7 +122,11 @@
|
|
|
122
122
|
"mutateFailed": "فشل أمر Docker",
|
|
123
123
|
"engineFailed": "تعذر التحكم بـ docker.service",
|
|
124
124
|
"badExec": "exec مقتصر على الثنائيات والإعدادات المسبقة المسموحة (بدون صدفة ولا TTY)",
|
|
125
|
-
"uninstallBusy": "أوقف الحاويات التي تديرها اللوحة (بما فيها مكدسات المدقق) قبل إزالة Docker"
|
|
125
|
+
"uninstallBusy": "أوقف الحاويات التي تديرها اللوحة (بما فيها مكدسات المدقق) قبل إزالة 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": "dry-run فقط. مرّر --execute و YSK_EXECUTE=1 لتغيير المضيف.",
|
|
@@ -153,7 +157,8 @@
|
|
|
153
157
|
"start": "بدأ docker.service",
|
|
154
158
|
"stop": "توقف docker.service",
|
|
155
159
|
"restart": "أُعيد تشغيل docker.service"
|
|
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": "منفذ الحاوية",
|
|
226
231
|
"pctUsed": "مستخدم {{n}}%",
|
|
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/ar/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/ar/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/ar/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/ar/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/ar/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/ar/nav.json
CHANGED
package/locales/ar/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/ar/nginx.json
CHANGED
|
@@ -83,5 +83,10 @@
|
|
|
83
83
|
"bodyInherit": "عالمي",
|
|
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
|
}
|