ysk-server-shared 1.0.0 → 1.1.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +21 -6
- package/dist/browser.d.ts +1 -0
- package/dist/browser.d.ts.map +1 -1
- package/dist/browser.js +1 -0
- package/dist/browser.js.map +1 -1
- package/dist/bt-tracker.d.ts +56 -0
- package/dist/bt-tracker.d.ts.map +1 -1
- package/dist/bt-tracker.js +1 -0
- package/dist/bt-tracker.js.map +1 -1
- package/dist/capabilities.d.ts +1 -1
- package/dist/capabilities.d.ts.map +1 -1
- package/dist/capabilities.js +6 -0
- package/dist/capabilities.js.map +1 -1
- package/dist/cdn.d.ts +2 -0
- package/dist/cdn.d.ts.map +1 -1
- package/dist/databases.d.ts +2 -0
- package/dist/databases.d.ts.map +1 -1
- package/dist/docker.d.ts +134 -0
- package/dist/docker.d.ts.map +1 -0
- package/dist/docker.js +94 -0
- package/dist/docker.js.map +1 -0
- package/dist/dto.d.ts +10 -1
- package/dist/dto.d.ts.map +1 -1
- package/dist/email-domain.d.ts +7 -0
- package/dist/email-domain.d.ts.map +1 -1
- package/dist/files.d.ts +18 -0
- package/dist/files.d.ts.map +1 -1
- package/dist/files.js +35 -1
- package/dist/files.js.map +1 -1
- package/dist/ftp.d.ts +9 -0
- package/dist/ftp.d.ts.map +1 -1
- package/dist/index.d.ts +2 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +2 -0
- package/dist/index.js.map +1 -1
- package/dist/migrate.d.ts +7 -0
- package/dist/migrate.d.ts.map +1 -1
- package/dist/migrate.js.map +1 -1
- package/dist/route-capabilities.d.ts +16 -0
- package/dist/route-capabilities.d.ts.map +1 -1
- package/dist/route-capabilities.js +142 -4
- package/dist/route-capabilities.js.map +1 -1
- package/dist/system.d.ts +4 -0
- package/dist/system.d.ts.map +1 -1
- package/dist/validators.d.ts +178 -0
- package/dist/validators.d.ts.map +1 -0
- package/dist/validators.js +121 -0
- package/dist/validators.js.map +1 -0
- package/locales/ar/agents.json +17 -2
- package/locales/ar/apache.json +7 -1
- package/locales/ar/audit.json +4 -1
- package/locales/ar/backups.json +36 -1
- package/locales/ar/btTracker.json +121 -39
- package/locales/ar/catalog.json +8 -8
- package/locales/ar/cdn.json +89 -1
- package/locales/ar/cli.json +4 -4
- package/locales/ar/common.json +9 -1
- package/locales/ar/cron.json +33 -1
- package/locales/ar/dashboard.json +24 -3
- package/locales/ar/db.json +75 -3
- package/locales/ar/dns.json +23 -1
- package/locales/ar/docker.json +248 -0
- package/locales/ar/email.json +50 -11
- package/locales/ar/errors.json +5 -2
- package/locales/ar/fail2ban.json +38 -13
- package/locales/ar/files.json +53 -10
- package/locales/ar/firewall.json +19 -10
- package/locales/ar/ftp.json +32 -1
- package/locales/ar/hostBrowse.json +37 -15
- package/locales/ar/listToolbar.json +2 -1
- package/locales/ar/login.json +12 -7
- package/locales/ar/logs.json +31 -2
- package/locales/ar/metrics.json +36 -1
- package/locales/ar/migrate.json +27 -1
- package/locales/ar/nav.json +11 -4
- package/locales/ar/network.json +27 -2
- package/locales/ar/nginx.json +4 -1
- package/locales/ar/notFound.json +6 -0
- package/locales/ar/notes.json +252 -64
- package/locales/ar/playbooks.json +1 -1
- package/locales/ar/projects.json +134 -12
- package/locales/ar/protection.json +72 -8
- package/locales/ar/publicFiles.json +18 -1
- package/locales/ar/rbac.json +15 -2
- package/locales/ar/readiness.json +33 -2
- package/locales/ar/redis.json +24 -1
- package/locales/ar/runtime.json +49 -2
- package/locales/ar/search.json +14 -10
- package/locales/ar/security.json +68 -7
- package/locales/ar/serviceExposure.json +18 -6
- package/locales/ar/services.json +69 -3
- package/locales/ar/software.json +2 -1
- package/locales/ar/softwareLifecycle.json +12 -2
- package/locales/ar/ssl.json +12 -1
- package/locales/ar/stackWizard.json +9 -2
- package/locales/ar/support.json +33 -17
- package/locales/ar/system.json +31 -2
- package/locales/ar/systemd.json +3 -1
- package/locales/ar/terminal.json +9 -1
- package/locales/ar/translation.json +2422 -302
- package/locales/ar/updates.json +76 -3
- package/locales/ar/users.json +19 -1
- package/locales/ar/validators.json +325 -0
- package/locales/ar/vnc.json +17 -1
- package/locales/ar/vpn.json +18 -3
- package/locales/bn/agents.json +17 -2
- package/locales/bn/apache.json +7 -1
- package/locales/bn/audit.json +4 -1
- package/locales/bn/backups.json +36 -1
- package/locales/bn/btTracker.json +121 -39
- package/locales/bn/catalog.json +5 -5
- package/locales/bn/cdn.json +89 -1
- package/locales/bn/cli.json +2 -2
- package/locales/bn/common.json +9 -1
- package/locales/bn/cron.json +33 -1
- package/locales/bn/dashboard.json +24 -3
- package/locales/bn/db.json +75 -3
- package/locales/bn/dns.json +23 -1
- package/locales/bn/docker.json +248 -0
- package/locales/bn/email.json +49 -10
- package/locales/bn/errors.json +5 -2
- package/locales/bn/fail2ban.json +26 -1
- package/locales/bn/files.json +53 -10
- package/locales/bn/firewall.json +17 -8
- package/locales/bn/ftp.json +32 -1
- package/locales/bn/hostBrowse.json +37 -15
- package/locales/bn/listToolbar.json +2 -1
- package/locales/bn/login.json +13 -8
- package/locales/bn/logs.json +31 -2
- package/locales/bn/metrics.json +36 -1
- package/locales/bn/migrate.json +27 -1
- package/locales/bn/nav.json +10 -3
- package/locales/bn/network.json +27 -2
- package/locales/bn/nginx.json +4 -1
- package/locales/bn/notFound.json +6 -0
- package/locales/bn/notes.json +222 -34
- package/locales/bn/projects.json +133 -11
- package/locales/bn/protection.json +66 -2
- package/locales/bn/publicFiles.json +18 -1
- package/locales/bn/rbac.json +15 -2
- package/locales/bn/readiness.json +32 -1
- package/locales/bn/redis.json +24 -1
- package/locales/bn/runtime.json +49 -2
- package/locales/bn/search.json +13 -9
- package/locales/bn/security.json +68 -7
- package/locales/bn/serviceExposure.json +18 -6
- package/locales/bn/services.json +68 -2
- package/locales/bn/software.json +2 -1
- package/locales/bn/softwareLifecycle.json +12 -2
- package/locales/bn/ssl.json +12 -1
- package/locales/bn/stackWizard.json +9 -2
- package/locales/bn/support.json +38 -22
- package/locales/bn/system.json +31 -2
- package/locales/bn/systemd.json +3 -1
- package/locales/bn/terminal.json +9 -1
- package/locales/bn/translation.json +2366 -246
- package/locales/bn/updates.json +76 -3
- package/locales/bn/users.json +19 -1
- package/locales/bn/validators.json +325 -0
- package/locales/bn/vnc.json +17 -1
- package/locales/bn/vpn.json +18 -3
- package/locales/en/agents.json +20 -5
- package/locales/en/apache.json +6 -0
- package/locales/en/audit.json +4 -1
- package/locales/en/backups.json +39 -4
- package/locales/en/btTracker.json +85 -3
- package/locales/en/cdn.json +104 -2
- package/locales/en/cli.json +7 -7
- package/locales/en/common.json +9 -1
- package/locales/en/cron.json +33 -1
- package/locales/en/dashboard.json +28 -7
- package/locales/en/db.json +81 -8
- package/locales/en/dns.json +23 -1
- package/locales/en/docker.json +248 -0
- package/locales/en/email.json +50 -11
- package/locales/en/errors.json +6 -3
- package/locales/en/fail2ban.json +31 -6
- package/locales/en/files.json +44 -1
- package/locales/en/firewall.json +10 -1
- package/locales/en/ftp.json +34 -3
- package/locales/en/hostBrowse.json +24 -2
- package/locales/en/listToolbar.json +2 -1
- package/locales/en/login.json +6 -1
- package/locales/en/logs.json +33 -4
- package/locales/en/metrics.json +37 -2
- package/locales/en/migrate.json +27 -1
- package/locales/en/nav.json +9 -2
- package/locales/en/network.json +27 -2
- package/locales/en/nginx.json +4 -1
- package/locales/en/notFound.json +6 -0
- package/locales/en/notes.json +233 -42
- package/locales/en/projects.json +133 -11
- package/locales/en/protection.json +68 -3
- package/locales/en/publicFiles.json +18 -1
- package/locales/en/rbac.json +15 -2
- package/locales/en/readiness.json +30 -1
- package/locales/en/redis.json +24 -1
- package/locales/en/runtime.json +51 -3
- package/locales/en/search.json +4 -0
- package/locales/en/security.json +70 -9
- package/locales/en/serviceExposure.json +13 -1
- package/locales/en/services.json +68 -2
- package/locales/en/software.json +2 -1
- package/locales/en/softwareLifecycle.json +11 -1
- package/locales/en/ssl.json +12 -1
- package/locales/en/stackWizard.json +9 -2
- package/locales/en/support.json +17 -1
- package/locales/en/system.json +36 -7
- package/locales/en/systemd.json +2 -0
- package/locales/en/terminal.json +10 -2
- package/locales/en/translation.json +2312 -192
- package/locales/en/updates.json +50 -4
- package/locales/en/users.json +20 -1
- package/locales/en/validators.json +325 -0
- package/locales/en/vnc.json +23 -7
- package/locales/en/vpn.json +17 -2
- package/locales/es/agents.json +17 -2
- package/locales/es/apache.json +7 -1
- package/locales/es/audit.json +4 -1
- package/locales/es/backups.json +36 -1
- package/locales/es/btTracker.json +119 -37
- package/locales/es/catalog.json +6 -6
- package/locales/es/cdn.json +89 -1
- package/locales/es/cli.json +2 -2
- package/locales/es/common.json +9 -1
- package/locales/es/cron.json +33 -1
- package/locales/es/dashboard.json +24 -3
- package/locales/es/db.json +75 -3
- package/locales/es/dns.json +23 -1
- package/locales/es/docker.json +248 -0
- package/locales/es/email.json +49 -10
- package/locales/es/errors.json +5 -2
- package/locales/es/fail2ban.json +26 -1
- package/locales/es/files.json +52 -9
- package/locales/es/firewall.json +17 -8
- package/locales/es/ftp.json +32 -1
- package/locales/es/hostBrowse.json +35 -13
- package/locales/es/listToolbar.json +2 -1
- package/locales/es/login.json +12 -7
- package/locales/es/logs.json +31 -2
- package/locales/es/metrics.json +36 -1
- package/locales/es/migrate.json +27 -1
- package/locales/es/nav.json +11 -4
- package/locales/es/network.json +27 -2
- package/locales/es/nginx.json +4 -1
- package/locales/es/notFound.json +6 -0
- package/locales/es/notes.json +229 -41
- package/locales/es/projects.json +133 -11
- package/locales/es/protection.json +66 -2
- package/locales/es/publicFiles.json +18 -1
- package/locales/es/rbac.json +15 -2
- package/locales/es/readiness.json +32 -1
- package/locales/es/redis.json +24 -1
- package/locales/es/runtime.json +49 -2
- package/locales/es/search.json +13 -9
- package/locales/es/security.json +68 -7
- package/locales/es/serviceExposure.json +18 -6
- package/locales/es/services.json +68 -2
- package/locales/es/software.json +2 -1
- package/locales/es/softwareLifecycle.json +12 -2
- package/locales/es/ssl.json +12 -1
- package/locales/es/stackWizard.json +9 -2
- package/locales/es/support.json +37 -21
- package/locales/es/system.json +31 -2
- package/locales/es/systemd.json +3 -1
- package/locales/es/terminal.json +9 -1
- package/locales/es/translation.json +2368 -248
- package/locales/es/updates.json +76 -3
- package/locales/es/users.json +19 -1
- package/locales/es/validators.json +325 -0
- package/locales/es/vnc.json +17 -1
- package/locales/es/vpn.json +18 -3
- package/locales/fr/agents.json +17 -2
- package/locales/fr/apache.json +7 -1
- package/locales/fr/audit.json +4 -1
- package/locales/fr/backups.json +36 -1
- package/locales/fr/btTracker.json +118 -36
- package/locales/fr/catalog.json +6 -6
- package/locales/fr/cdn.json +89 -1
- package/locales/fr/cli.json +3 -3
- package/locales/fr/common.json +9 -1
- package/locales/fr/cron.json +33 -1
- package/locales/fr/dashboard.json +24 -3
- package/locales/fr/db.json +75 -3
- package/locales/fr/dns.json +23 -1
- package/locales/fr/docker.json +248 -0
- package/locales/fr/email.json +47 -8
- package/locales/fr/errors.json +5 -2
- package/locales/fr/fail2ban.json +27 -2
- package/locales/fr/files.json +52 -9
- package/locales/fr/firewall.json +13 -4
- package/locales/fr/ftp.json +32 -1
- package/locales/fr/hostBrowse.json +34 -12
- package/locales/fr/listToolbar.json +2 -1
- package/locales/fr/login.json +11 -6
- package/locales/fr/logs.json +31 -2
- package/locales/fr/metrics.json +36 -1
- package/locales/fr/migrate.json +27 -1
- package/locales/fr/nav.json +11 -4
- package/locales/fr/network.json +27 -2
- package/locales/fr/nginx.json +4 -1
- package/locales/fr/notFound.json +6 -0
- package/locales/fr/notes.json +225 -37
- package/locales/fr/projects.json +131 -9
- package/locales/fr/protection.json +66 -2
- package/locales/fr/publicFiles.json +18 -1
- package/locales/fr/rbac.json +15 -2
- package/locales/fr/readiness.json +32 -1
- package/locales/fr/redis.json +25 -2
- package/locales/fr/runtime.json +49 -2
- package/locales/fr/search.json +11 -7
- package/locales/fr/security.json +68 -7
- package/locales/fr/serviceExposure.json +17 -5
- package/locales/fr/services.json +68 -2
- package/locales/fr/software.json +2 -1
- package/locales/fr/softwareLifecycle.json +12 -2
- package/locales/fr/ssl.json +12 -1
- package/locales/fr/stackWizard.json +9 -2
- package/locales/fr/support.json +37 -21
- package/locales/fr/system.json +31 -2
- package/locales/fr/systemd.json +3 -1
- package/locales/fr/terminal.json +9 -1
- package/locales/fr/translation.json +2352 -232
- package/locales/fr/updates.json +76 -3
- package/locales/fr/users.json +19 -1
- package/locales/fr/validators.json +325 -0
- package/locales/fr/vnc.json +17 -1
- package/locales/fr/vpn.json +17 -2
- package/locales/hi/agents.json +17 -2
- package/locales/hi/apache.json +7 -1
- package/locales/hi/audit.json +4 -1
- package/locales/hi/backups.json +36 -1
- package/locales/hi/btTracker.json +121 -39
- package/locales/hi/catalog.json +7 -7
- package/locales/hi/cdn.json +89 -1
- package/locales/hi/cli.json +1 -1
- package/locales/hi/common.json +9 -1
- package/locales/hi/cron.json +33 -1
- package/locales/hi/dashboard.json +24 -3
- package/locales/hi/db.json +75 -3
- package/locales/hi/dns.json +23 -1
- package/locales/hi/docker.json +248 -0
- package/locales/hi/email.json +49 -10
- package/locales/hi/errors.json +5 -2
- package/locales/hi/fail2ban.json +29 -4
- package/locales/hi/files.json +53 -10
- package/locales/hi/firewall.json +17 -8
- package/locales/hi/ftp.json +32 -1
- package/locales/hi/hostBrowse.json +37 -15
- package/locales/hi/listToolbar.json +2 -1
- package/locales/hi/login.json +13 -8
- package/locales/hi/logs.json +31 -2
- package/locales/hi/metrics.json +36 -1
- package/locales/hi/migrate.json +27 -1
- package/locales/hi/nav.json +11 -4
- package/locales/hi/network.json +27 -2
- package/locales/hi/nginx.json +4 -1
- package/locales/hi/notFound.json +6 -0
- package/locales/hi/notes.json +227 -39
- package/locales/hi/projects.json +134 -12
- package/locales/hi/protection.json +67 -3
- package/locales/hi/publicFiles.json +18 -1
- package/locales/hi/rbac.json +16 -3
- package/locales/hi/readiness.json +32 -1
- package/locales/hi/redis.json +24 -1
- package/locales/hi/runtime.json +49 -2
- package/locales/hi/search.json +14 -10
- package/locales/hi/security.json +68 -7
- package/locales/hi/serviceExposure.json +18 -6
- package/locales/hi/services.json +68 -2
- package/locales/hi/software.json +2 -1
- package/locales/hi/softwareLifecycle.json +12 -2
- package/locales/hi/ssl.json +12 -1
- package/locales/hi/stackWizard.json +9 -2
- package/locales/hi/support.json +36 -20
- package/locales/hi/system.json +31 -2
- package/locales/hi/systemd.json +3 -1
- package/locales/hi/terminal.json +9 -1
- package/locales/hi/translation.json +2379 -259
- package/locales/hi/updates.json +76 -3
- package/locales/hi/users.json +19 -1
- package/locales/hi/validators.json +325 -0
- package/locales/hi/vnc.json +17 -1
- package/locales/hi/vpn.json +19 -4
- package/locales/id/agents.json +17 -2
- package/locales/id/apache.json +7 -1
- package/locales/id/audit.json +4 -1
- package/locales/id/backups.json +36 -1
- package/locales/id/btTracker.json +119 -37
- package/locales/id/catalog.json +6 -6
- package/locales/id/cdn.json +89 -1
- package/locales/id/cli.json +2 -2
- package/locales/id/common.json +9 -1
- package/locales/id/cron.json +33 -1
- package/locales/id/dashboard.json +24 -3
- package/locales/id/db.json +75 -3
- package/locales/id/dns.json +23 -1
- package/locales/id/docker.json +248 -0
- package/locales/id/email.json +49 -10
- package/locales/id/errors.json +5 -2
- package/locales/id/fail2ban.json +26 -1
- package/locales/id/files.json +52 -9
- package/locales/id/firewall.json +15 -6
- package/locales/id/ftp.json +32 -1
- package/locales/id/hostBrowse.json +35 -13
- package/locales/id/listToolbar.json +2 -1
- package/locales/id/login.json +13 -8
- package/locales/id/logs.json +31 -2
- package/locales/id/metrics.json +36 -1
- package/locales/id/migrate.json +27 -1
- package/locales/id/nav.json +10 -3
- package/locales/id/network.json +27 -2
- package/locales/id/nginx.json +4 -1
- package/locales/id/notFound.json +6 -0
- package/locales/id/notes.json +224 -36
- package/locales/id/projects.json +132 -10
- package/locales/id/protection.json +66 -2
- package/locales/id/publicFiles.json +18 -1
- package/locales/id/rbac.json +15 -2
- package/locales/id/readiness.json +32 -1
- package/locales/id/redis.json +24 -1
- package/locales/id/runtime.json +49 -2
- package/locales/id/search.json +13 -9
- package/locales/id/security.json +67 -6
- package/locales/id/serviceExposure.json +18 -6
- package/locales/id/services.json +68 -2
- package/locales/id/software.json +2 -1
- package/locales/id/softwareLifecycle.json +12 -2
- package/locales/id/ssl.json +12 -1
- package/locales/id/stackWizard.json +9 -2
- package/locales/id/support.json +36 -20
- package/locales/id/system.json +31 -2
- package/locales/id/systemd.json +3 -1
- package/locales/id/terminal.json +9 -1
- package/locales/id/translation.json +2358 -238
- package/locales/id/updates.json +76 -3
- package/locales/id/users.json +19 -1
- package/locales/id/validators.json +325 -0
- package/locales/id/vnc.json +17 -1
- package/locales/id/vpn.json +18 -3
- package/locales/ja/agents.json +17 -2
- package/locales/ja/apache.json +7 -1
- package/locales/ja/audit.json +4 -1
- package/locales/ja/backups.json +36 -1
- package/locales/ja/btTracker.json +121 -39
- package/locales/ja/catalog.json +10 -10
- package/locales/ja/cdn.json +89 -1
- package/locales/ja/cli.json +3 -3
- package/locales/ja/common.json +9 -1
- package/locales/ja/cron.json +33 -1
- package/locales/ja/dashboard.json +24 -3
- package/locales/ja/db.json +75 -3
- package/locales/ja/dns.json +23 -1
- package/locales/ja/docker.json +248 -0
- package/locales/ja/email.json +49 -10
- package/locales/ja/errors.json +5 -2
- package/locales/ja/fail2ban.json +26 -1
- package/locales/ja/files.json +52 -9
- package/locales/ja/firewall.json +17 -8
- package/locales/ja/ftp.json +32 -1
- package/locales/ja/hostBrowse.json +37 -15
- package/locales/ja/listToolbar.json +2 -1
- package/locales/ja/login.json +11 -6
- package/locales/ja/logs.json +31 -2
- package/locales/ja/metrics.json +36 -1
- package/locales/ja/migrate.json +27 -1
- package/locales/ja/nav.json +13 -6
- package/locales/ja/network.json +28 -3
- package/locales/ja/nginx.json +4 -1
- package/locales/ja/notFound.json +6 -0
- package/locales/ja/notes.json +233 -45
- package/locales/ja/projects.json +133 -11
- package/locales/ja/protection.json +66 -2
- package/locales/ja/publicFiles.json +18 -1
- package/locales/ja/rbac.json +15 -2
- package/locales/ja/readiness.json +32 -1
- package/locales/ja/redis.json +24 -1
- package/locales/ja/runtime.json +50 -3
- package/locales/ja/search.json +12 -8
- package/locales/ja/security.json +68 -7
- package/locales/ja/serviceExposure.json +18 -6
- package/locales/ja/services.json +68 -2
- package/locales/ja/software.json +2 -1
- package/locales/ja/softwareLifecycle.json +12 -2
- package/locales/ja/ssl.json +12 -1
- package/locales/ja/stackWizard.json +9 -2
- package/locales/ja/support.json +38 -22
- package/locales/ja/system.json +31 -2
- package/locales/ja/systemd.json +3 -1
- package/locales/ja/terminal.json +9 -1
- package/locales/ja/translation.json +2385 -265
- package/locales/ja/updates.json +76 -3
- package/locales/ja/users.json +19 -1
- package/locales/ja/validators.json +325 -0
- package/locales/ja/vnc.json +17 -1
- package/locales/ja/vpn.json +18 -3
- package/locales/ko/agents.json +17 -2
- package/locales/ko/apache.json +7 -1
- package/locales/ko/audit.json +4 -1
- package/locales/ko/backups.json +36 -1
- package/locales/ko/btTracker.json +121 -39
- package/locales/ko/catalog.json +8 -8
- package/locales/ko/cdn.json +89 -1
- package/locales/ko/cli.json +2 -2
- package/locales/ko/common.json +9 -1
- package/locales/ko/cron.json +33 -1
- package/locales/ko/dashboard.json +24 -3
- package/locales/ko/db.json +75 -3
- package/locales/ko/dns.json +23 -1
- package/locales/ko/docker.json +248 -0
- package/locales/ko/email.json +49 -10
- package/locales/ko/errors.json +5 -2
- package/locales/ko/fail2ban.json +37 -12
- package/locales/ko/files.json +52 -9
- package/locales/ko/firewall.json +18 -9
- package/locales/ko/ftp.json +32 -1
- package/locales/ko/hostBrowse.json +37 -15
- package/locales/ko/listToolbar.json +2 -1
- package/locales/ko/login.json +10 -5
- package/locales/ko/logs.json +31 -2
- package/locales/ko/metrics.json +36 -1
- package/locales/ko/migrate.json +27 -1
- package/locales/ko/nav.json +11 -4
- package/locales/ko/network.json +27 -2
- package/locales/ko/nginx.json +4 -1
- package/locales/ko/notFound.json +6 -0
- package/locales/ko/notes.json +243 -55
- package/locales/ko/playbooks.json +1 -1
- package/locales/ko/projects.json +134 -12
- package/locales/ko/protection.json +69 -5
- package/locales/ko/publicFiles.json +18 -1
- package/locales/ko/rbac.json +15 -2
- package/locales/ko/readiness.json +33 -2
- package/locales/ko/redis.json +24 -1
- package/locales/ko/runtime.json +49 -2
- package/locales/ko/search.json +13 -9
- package/locales/ko/security.json +68 -7
- package/locales/ko/serviceExposure.json +18 -6
- package/locales/ko/services.json +68 -2
- package/locales/ko/software.json +2 -1
- package/locales/ko/softwareLifecycle.json +12 -2
- package/locales/ko/ssl.json +12 -1
- package/locales/ko/stackWizard.json +9 -2
- package/locales/ko/support.json +36 -20
- package/locales/ko/system.json +31 -2
- package/locales/ko/systemd.json +3 -1
- package/locales/ko/terminal.json +9 -1
- package/locales/ko/translation.json +2404 -284
- package/locales/ko/updates.json +76 -3
- package/locales/ko/users.json +19 -1
- package/locales/ko/validators.json +325 -0
- package/locales/ko/vnc.json +17 -1
- package/locales/ko/vpn.json +19 -4
- package/locales/pt/agents.json +17 -2
- package/locales/pt/apache.json +7 -1
- package/locales/pt/audit.json +4 -1
- package/locales/pt/backups.json +36 -1
- package/locales/pt/btTracker.json +119 -37
- package/locales/pt/catalog.json +4 -4
- package/locales/pt/cdn.json +89 -1
- package/locales/pt/cli.json +2 -2
- package/locales/pt/common.json +9 -1
- package/locales/pt/cron.json +33 -1
- package/locales/pt/dashboard.json +24 -3
- package/locales/pt/db.json +75 -3
- package/locales/pt/dns.json +23 -1
- package/locales/pt/docker.json +248 -0
- package/locales/pt/email.json +49 -10
- package/locales/pt/errors.json +5 -2
- package/locales/pt/fail2ban.json +26 -1
- package/locales/pt/files.json +52 -9
- package/locales/pt/firewall.json +16 -7
- package/locales/pt/ftp.json +32 -1
- package/locales/pt/hostBrowse.json +37 -15
- package/locales/pt/listToolbar.json +2 -1
- package/locales/pt/login.json +14 -9
- package/locales/pt/logs.json +31 -2
- package/locales/pt/metrics.json +36 -1
- package/locales/pt/migrate.json +27 -1
- package/locales/pt/nav.json +10 -3
- package/locales/pt/network.json +27 -2
- package/locales/pt/nginx.json +4 -1
- package/locales/pt/notFound.json +6 -0
- package/locales/pt/notes.json +226 -38
- package/locales/pt/projects.json +131 -9
- package/locales/pt/protection.json +66 -2
- package/locales/pt/publicFiles.json +18 -1
- package/locales/pt/rbac.json +15 -2
- package/locales/pt/readiness.json +32 -1
- package/locales/pt/redis.json +24 -1
- package/locales/pt/runtime.json +49 -2
- package/locales/pt/search.json +11 -7
- package/locales/pt/security.json +68 -7
- package/locales/pt/serviceExposure.json +17 -5
- package/locales/pt/services.json +68 -2
- package/locales/pt/software.json +2 -1
- package/locales/pt/softwareLifecycle.json +12 -2
- package/locales/pt/ssl.json +12 -1
- package/locales/pt/stackWizard.json +9 -2
- package/locales/pt/support.json +36 -20
- package/locales/pt/system.json +31 -2
- package/locales/pt/systemd.json +3 -1
- package/locales/pt/terminal.json +9 -1
- package/locales/pt/translation.json +2358 -238
- package/locales/pt/updates.json +76 -3
- package/locales/pt/users.json +19 -1
- package/locales/pt/validators.json +325 -0
- package/locales/pt/vnc.json +17 -1
- package/locales/pt/vpn.json +17 -2
- package/locales/ur/agents.json +17 -2
- package/locales/ur/apache.json +7 -1
- package/locales/ur/audit.json +4 -1
- package/locales/ur/backups.json +36 -1
- package/locales/ur/btTracker.json +121 -39
- package/locales/ur/catalog.json +6 -6
- package/locales/ur/cdn.json +89 -1
- package/locales/ur/cli.json +2 -2
- package/locales/ur/common.json +9 -1
- package/locales/ur/cron.json +33 -1
- package/locales/ur/dashboard.json +24 -3
- package/locales/ur/db.json +75 -3
- package/locales/ur/dns.json +23 -1
- package/locales/ur/docker.json +248 -0
- package/locales/ur/email.json +49 -10
- package/locales/ur/errors.json +5 -2
- package/locales/ur/fail2ban.json +26 -1
- package/locales/ur/files.json +53 -10
- package/locales/ur/firewall.json +17 -8
- package/locales/ur/ftp.json +32 -1
- package/locales/ur/hostBrowse.json +37 -15
- package/locales/ur/listToolbar.json +2 -1
- package/locales/ur/login.json +13 -8
- package/locales/ur/logs.json +31 -2
- package/locales/ur/metrics.json +36 -1
- package/locales/ur/migrate.json +27 -1
- package/locales/ur/nav.json +10 -3
- package/locales/ur/network.json +27 -2
- package/locales/ur/nginx.json +4 -1
- package/locales/ur/notFound.json +6 -0
- package/locales/ur/notes.json +222 -34
- package/locales/ur/projects.json +133 -11
- package/locales/ur/protection.json +66 -2
- package/locales/ur/publicFiles.json +18 -1
- package/locales/ur/rbac.json +15 -2
- package/locales/ur/readiness.json +32 -1
- package/locales/ur/redis.json +24 -1
- package/locales/ur/runtime.json +49 -2
- package/locales/ur/search.json +13 -9
- package/locales/ur/security.json +68 -7
- package/locales/ur/serviceExposure.json +18 -6
- package/locales/ur/services.json +68 -2
- package/locales/ur/software.json +2 -1
- package/locales/ur/softwareLifecycle.json +12 -2
- package/locales/ur/ssl.json +12 -1
- package/locales/ur/stackWizard.json +9 -2
- package/locales/ur/support.json +37 -21
- package/locales/ur/system.json +31 -2
- package/locales/ur/systemd.json +3 -1
- package/locales/ur/terminal.json +9 -1
- package/locales/ur/translation.json +2367 -247
- package/locales/ur/updates.json +76 -3
- package/locales/ur/users.json +19 -1
- package/locales/ur/validators.json +325 -0
- package/locales/ur/vnc.json +17 -1
- package/locales/ur/vpn.json +19 -4
- package/locales/zh-CN/agents.json +17 -2
- package/locales/zh-CN/apache.json +8 -2
- package/locales/zh-CN/audit.json +4 -1
- package/locales/zh-CN/backups.json +36 -1
- package/locales/zh-CN/btTracker.json +85 -3
- package/locales/zh-CN/catalog.json +2 -2
- package/locales/zh-CN/cdn.json +89 -1
- package/locales/zh-CN/cli.json +5 -5
- package/locales/zh-CN/common.json +9 -1
- package/locales/zh-CN/cron.json +33 -1
- package/locales/zh-CN/dashboard.json +25 -4
- package/locales/zh-CN/db.json +76 -4
- package/locales/zh-CN/dns.json +23 -1
- package/locales/zh-CN/docker.json +248 -0
- package/locales/zh-CN/email.json +49 -10
- package/locales/zh-CN/errors.json +5 -2
- package/locales/zh-CN/fail2ban.json +31 -6
- package/locales/zh-CN/files.json +46 -3
- package/locales/zh-CN/firewall.json +11 -2
- package/locales/zh-CN/ftp.json +32 -1
- package/locales/zh-CN/hostBrowse.json +23 -1
- package/locales/zh-CN/listToolbar.json +2 -1
- package/locales/zh-CN/login.json +6 -1
- package/locales/zh-CN/logs.json +36 -7
- package/locales/zh-CN/metrics.json +36 -1
- package/locales/zh-CN/migrate.json +27 -1
- package/locales/zh-CN/nav.json +10 -3
- package/locales/zh-CN/network.json +28 -3
- package/locales/zh-CN/nginx.json +5 -2
- package/locales/zh-CN/notFound.json +6 -0
- package/locales/zh-CN/notes.json +216 -28
- package/locales/zh-CN/projects.json +130 -8
- package/locales/zh-CN/protection.json +66 -2
- package/locales/zh-CN/publicFiles.json +18 -1
- package/locales/zh-CN/rbac.json +15 -2
- package/locales/zh-CN/readiness.json +33 -2
- package/locales/zh-CN/redis.json +24 -1
- package/locales/zh-CN/runtime.json +50 -3
- package/locales/zh-CN/search.json +5 -1
- package/locales/zh-CN/security.json +68 -7
- package/locales/zh-CN/serviceExposure.json +13 -1
- package/locales/zh-CN/services.json +68 -2
- package/locales/zh-CN/software.json +2 -1
- package/locales/zh-CN/softwareLifecycle.json +12 -2
- package/locales/zh-CN/ssl.json +12 -1
- package/locales/zh-CN/stackWizard.json +9 -2
- package/locales/zh-CN/support.json +18 -2
- package/locales/zh-CN/system.json +32 -3
- package/locales/zh-CN/systemd.json +3 -1
- package/locales/zh-CN/terminal.json +9 -1
- package/locales/zh-CN/translation.json +2273 -153
- package/locales/zh-CN/updates.json +76 -3
- package/locales/zh-CN/users.json +19 -1
- package/locales/zh-CN/validators.json +325 -0
- package/locales/zh-CN/vnc.json +17 -1
- package/locales/zh-CN/vpn.json +19 -4
- package/locales/zh-HK/agents.json +22 -7
- package/locales/zh-HK/apache.json +8 -2
- package/locales/zh-HK/audit.json +4 -1
- package/locales/zh-HK/backups.json +39 -4
- package/locales/zh-HK/btTracker.json +89 -7
- package/locales/zh-HK/catalog.json +2 -2
- package/locales/zh-HK/cdn.json +91 -3
- package/locales/zh-HK/cli.json +15 -15
- package/locales/zh-HK/common.json +9 -1
- package/locales/zh-HK/cron.json +37 -5
- package/locales/zh-HK/dashboard.json +28 -7
- package/locales/zh-HK/db.json +82 -10
- package/locales/zh-HK/dns.json +23 -1
- package/locales/zh-HK/docker.json +248 -0
- package/locales/zh-HK/email.json +64 -25
- package/locales/zh-HK/errors.json +6 -3
- package/locales/zh-HK/fail2ban.json +32 -7
- package/locales/zh-HK/files.json +48 -5
- package/locales/zh-HK/firewall.json +13 -4
- package/locales/zh-HK/ftp.json +34 -3
- package/locales/zh-HK/hostBrowse.json +24 -2
- package/locales/zh-HK/listToolbar.json +2 -1
- package/locales/zh-HK/login.json +7 -2
- package/locales/zh-HK/logs.json +40 -11
- package/locales/zh-HK/metrics.json +38 -3
- package/locales/zh-HK/migrate.json +26 -0
- package/locales/zh-HK/nav.json +12 -5
- package/locales/zh-HK/network.json +32 -7
- package/locales/zh-HK/nginx.json +6 -3
- package/locales/zh-HK/notFound.json +6 -0
- package/locales/zh-HK/notes.json +270 -82
- package/locales/zh-HK/projects.json +143 -21
- package/locales/zh-HK/protection.json +67 -3
- package/locales/zh-HK/publicFiles.json +20 -3
- package/locales/zh-HK/rbac.json +15 -2
- package/locales/zh-HK/readiness.json +35 -4
- package/locales/zh-HK/redis.json +27 -4
- package/locales/zh-HK/runtime.json +58 -11
- package/locales/zh-HK/search.json +5 -1
- package/locales/zh-HK/security.json +79 -18
- package/locales/zh-HK/serviceExposure.json +13 -1
- package/locales/zh-HK/services.json +69 -3
- package/locales/zh-HK/software.json +2 -1
- package/locales/zh-HK/softwareLifecycle.json +12 -2
- package/locales/zh-HK/ssl.json +13 -2
- package/locales/zh-HK/stackWizard.json +10 -3
- package/locales/zh-HK/support.json +22 -6
- package/locales/zh-HK/system.json +36 -7
- package/locales/zh-HK/systemd.json +9 -7
- package/locales/zh-HK/terminal.json +10 -2
- package/locales/zh-HK/translation.json +2475 -355
- package/locales/zh-HK/uiInline.json +3 -3
- package/locales/zh-HK/updates.json +77 -4
- package/locales/zh-HK/users.json +20 -2
- package/locales/zh-HK/validators.json +325 -0
- package/locales/zh-HK/vnc.json +23 -7
- package/locales/zh-HK/vpn.json +23 -8
- package/package.json +8 -9
|
@@ -30,7 +30,9 @@
|
|
|
30
30
|
"note": {
|
|
31
31
|
"notApplied": "Non appliqué sur l'hôte (nécessite root + YSK_EXECUTE=1) — enregistré dans les paramètres du panneau",
|
|
32
32
|
"nginxWritten": "Fichier panneau de limitation de débit Nginx écrit",
|
|
33
|
-
"f2bWritten": "Paramètres panneau fail2ban écrits"
|
|
33
|
+
"f2bWritten": "Paramètres panneau fail2ban écrits",
|
|
34
|
+
"hintDropped": "Internal protection hint omitted",
|
|
35
|
+
"nginxLimits": "Will write Nginx rate-limit snippet"
|
|
34
36
|
},
|
|
35
37
|
"rel": {
|
|
36
38
|
"justNow": "À l'instant",
|
|
@@ -344,5 +346,67 @@
|
|
|
344
346
|
"plusRegion": "+ région {{v}}",
|
|
345
347
|
"plusCity": "+ ville {{v}}",
|
|
346
348
|
"lastTickPrefix": "· dernier {{t}}",
|
|
347
|
-
"nextTickPrefix": "· prochain {{t}}"
|
|
349
|
+
"nextTickPrefix": "· prochain {{t}}",
|
|
350
|
+
"stackApply": "Appliquer la pile de protection (UFW, fail2ban, preset)",
|
|
351
|
+
"stackApplyDone": "Application de la pile de protection demandée",
|
|
352
|
+
"stackApplyHint": "Cela active UFW et applique fail2ban ainsi que le préréglage suggéré. Confirmez que vous ne vous bloquerez pas hors d'un panneau distant.",
|
|
353
|
+
"cannotBanSelf": "Impossible d’interdire {{ip}} — c’est l’hôte, votre IP de connexion ou ignoreip",
|
|
354
|
+
"selfIp": "Cet hôte",
|
|
355
|
+
"selfHostIp": "IP de l'hôte",
|
|
356
|
+
"selfLoginIp": "Votre IP de connexion",
|
|
357
|
+
"showZeroScore": "Afficher le score 0",
|
|
358
|
+
"hideZeroScore": "Masquer le score 0",
|
|
359
|
+
"freshnessNa": "n / A",
|
|
360
|
+
"geoDraftOnly": "Politique désactivée — Enregistrer n’écrit qu’un brouillon. Nginx n’applique rien tant qu’elle n’est pas activée.",
|
|
361
|
+
"selectAllCountriesWarn": "Tout sélectionner en liste de blocage ? Cela peut bloquer cet hôte et votre pays de connexion.",
|
|
362
|
+
"badgeRecommendPreset": "Un préréglage plus fort est recommandé pour la menace actuelle",
|
|
363
|
+
"badgeAutomationOn": "L’automatisation est activée",
|
|
364
|
+
"badgeBanCount": "Interdictions actives",
|
|
365
|
+
"badgeGeoOn": "La politique d’accès Geo est activée",
|
|
366
|
+
"badgeGeoNotReady": "La base GeoIP n’est pas prête",
|
|
367
|
+
"badgeIntelSignals": "Signaux qui ajoutent au score actuellement",
|
|
368
|
+
"signalActive": "Actif",
|
|
369
|
+
"signalInactive": "Inactif",
|
|
370
|
+
"signalJails": "{{n}} prison(s)",
|
|
371
|
+
"dbReadyHint": "Fichiers MMDB présents",
|
|
372
|
+
"dbNotReadyHint": "Téléchargez d’abord une base GeoIP",
|
|
373
|
+
"staleHint": "Si la dernière mise à jour réussie a plus de 7 jours",
|
|
374
|
+
"statSuspects": "IP suspectes",
|
|
375
|
+
"scoreBasisHint": "Le score de menace utilise le pare-feu, le volume d'interdiction fail2ban et les signaux de taux de requêtes – ce qui n'est pas le même nombre que la liste des suspects Intel.",
|
|
376
|
+
"geoNeedDb": "Les bases de données GeoIP sont manquantes : mettez d'abord à jour les fichiers MMDB",
|
|
377
|
+
"colHits": "Requêtes",
|
|
378
|
+
"col429": "429",
|
|
379
|
+
"topIpsTitle": "IP en tête",
|
|
380
|
+
"hitsCount": "{{n}} requêtes",
|
|
381
|
+
"sampleWindowHint": "Les comptes viennent de la fenêtre d’échantillons access + auth actuelle, pas du fichier journal complet.",
|
|
382
|
+
"statSuspectsSplit": "{{actionable}} actionable / {{total}} listed",
|
|
383
|
+
"suspectActionableCount": "Actionable IPs {{count}}",
|
|
384
|
+
"uaNeedZones": "Set a Cloudflare zone first",
|
|
385
|
+
"banConfirmTitle": "Ban {{ip}}?",
|
|
386
|
+
"banConfirmDesc": "This IP will be blocked on the host. Confirm it is not a current panel or session address.",
|
|
387
|
+
"ufwOff": "UFW (off)",
|
|
388
|
+
"ufwOffHint": "UFW is not active — fail2ban is the usable target.",
|
|
389
|
+
"whitelistSyncHint": "{{n}} panel entries · fail2ban ignoreip sync: {{sync}}",
|
|
390
|
+
"whitelistSyncOn": "on",
|
|
391
|
+
"whitelistSyncOff": "off (lists may differ)",
|
|
392
|
+
"draftBadge": "Draft",
|
|
393
|
+
"banIsSelf": "This IP matches the current panel source or this host.",
|
|
394
|
+
"banNotSelf": "This IP is not the current panel source.",
|
|
395
|
+
"geoSourceLocal": "Local GeoIP library (sapics + DB-IP)",
|
|
396
|
+
"nginxPreviewHint": "Nginx snippet this preset would write (preview only):",
|
|
397
|
+
"modeValue": {
|
|
398
|
+
"normal": "Normal",
|
|
399
|
+
"degraded": "Degraded",
|
|
400
|
+
"ddos-protection": "DDoS protection",
|
|
401
|
+
"offline": "Offline"
|
|
402
|
+
},
|
|
403
|
+
"wlRemovedUndo": "Removed {{ip}} from the allow list. Undo within 5 seconds.",
|
|
404
|
+
"undo": "Undo",
|
|
405
|
+
"banSelectedConfirmTitle": "Ban {{count}} selected IPs?",
|
|
406
|
+
"banSelectedConfirmDesc": "These addresses will be blocked on the host: {{ips}}",
|
|
407
|
+
"freshnessMissing": "No database",
|
|
408
|
+
"freshnessStale": "Stale",
|
|
409
|
+
"freshnessFresh": "Current",
|
|
410
|
+
"banConfirmMethod": "Method: {{method}}",
|
|
411
|
+
"banConfirmUntilUnban": "Stays banned until you unban it (or fail2ban expiry)."
|
|
348
412
|
}
|
|
@@ -28,5 +28,22 @@
|
|
|
28
28
|
"diskRoot": "Racine disque",
|
|
29
29
|
"filesInRoot": "Entrées",
|
|
30
30
|
"managedConf": "Conf gérée",
|
|
31
|
-
"systemConf": "conf.d système"
|
|
31
|
+
"systemConf": "conf.d système",
|
|
32
|
+
"notes": {
|
|
33
|
+
"noManagedConf": "Aucune configuration Nginx gérée pour l'instant : cliquez sur Appliquer",
|
|
34
|
+
"notSynced": "La configuration gérée existe mais ne se trouve pas sous /etc/nginx/conf.d — appliquez-la à nouveau en tant que root avec YSK_EXECUTE"
|
|
35
|
+
},
|
|
36
|
+
"autoindex": "Liste des répertoires (indexation automatique)",
|
|
37
|
+
"liveSystemConf": "Conf système active : {{path}}",
|
|
38
|
+
"publicRootNote": "Racine publique : {{path}}",
|
|
39
|
+
"applyConfirmTitle": "Appliquer le site des fichiers publics ?",
|
|
40
|
+
"applyConfirmDesc": "Écrire Nginx server_name {{name}} et recharger Nginx.",
|
|
41
|
+
"serverNameMismatch": "La conf active est {{live}} ; le formulaire a {{draft}}. Appliquez pour remplacer.",
|
|
42
|
+
"executeFlag": "Execute",
|
|
43
|
+
"asRoot": "Root",
|
|
44
|
+
"statusDraft": "Draft / not applied",
|
|
45
|
+
"liveName": "Live name",
|
|
46
|
+
"draftName": "Draft name",
|
|
47
|
+
"draftUnapplied": "This draft is not applied. Nginx still serves the live name.",
|
|
48
|
+
"discardDraft": "Discard draft"
|
|
32
49
|
}
|
package/locales/fr/rbac.json
CHANGED
|
@@ -80,7 +80,13 @@
|
|
|
80
80
|
"auditExport": "Export d'audit",
|
|
81
81
|
"securityApiKeysAdmin": "Administration des clés API",
|
|
82
82
|
"networkBrowse": "Navigation Web via l'hôte",
|
|
83
|
-
"networkVnc": "Bureau à distance VNC"
|
|
83
|
+
"networkVnc": "Bureau à distance VNC",
|
|
84
|
+
"validatorsRead": "Validateurs (lecture)",
|
|
85
|
+
"validatorsManage": "Validateurs gérer",
|
|
86
|
+
"validatorsWipe": "Validateurs effacer les données",
|
|
87
|
+
"dockerRead": "Docker (lecture)",
|
|
88
|
+
"dockerManage": "Docker gérer",
|
|
89
|
+
"dockerWipe": "Docker supprimer / nettoyer"
|
|
84
90
|
},
|
|
85
91
|
"aboutRoles": "Rôles (valeurs d'usine)",
|
|
86
92
|
"aboutRolesBody": "Les rôles définissent les capacités par défaut ; les utilisateurs peuvent en remplacer certaines individuellement.",
|
|
@@ -96,5 +102,12 @@
|
|
|
96
102
|
"capabilitiesHint": "Activer/désactiver ce que ce rôle peut faire",
|
|
97
103
|
"enabledCount": "{{enabled}} sur {{total}} activées",
|
|
98
104
|
"bandAboveMax": "Au-dessus du niveau max",
|
|
99
|
-
"dirtyHint": "Personnalisé (diffère de l'usine)"
|
|
105
|
+
"dirtyHint": "Personnalisé (diffère de l'usine)",
|
|
106
|
+
"unsaved": "Non enregistré",
|
|
107
|
+
"unsavedHint": "Modifications non enregistrées sur ce rôle",
|
|
108
|
+
"nothingToSave": "Rien à sauver",
|
|
109
|
+
"saveRole": "Enregistrer la politique {{role}}",
|
|
110
|
+
"discardTitle": "Supprimer la stratégie non enregistrée ?",
|
|
111
|
+
"discardDesc": "Le changement de rôle supprime les modifications de fonctionnalités non enregistrées.",
|
|
112
|
+
"roleUnavailable": "Not available for this role"
|
|
100
113
|
}
|
|
@@ -107,5 +107,36 @@
|
|
|
107
107
|
"fixNow": "Corriger maintenant",
|
|
108
108
|
"fixFailed": "Échec de la correction",
|
|
109
109
|
"fixDone": "Permissions dataDir renforcées (chmod 750)",
|
|
110
|
-
"fixDoneWebUi": "Interface Web compilée / installée"
|
|
110
|
+
"fixDoneWebUi": "Interface Web compilée / installée",
|
|
111
|
+
"rootLabel": "Superutilisateur",
|
|
112
|
+
"exportStarted": "Téléchargement {{name}}",
|
|
113
|
+
"blockersHint": "Les bloqueurs sont le sous-ensemble critique de Manquants — pas des contrôles en plus.",
|
|
114
|
+
"techDetails": "Détails techniques",
|
|
115
|
+
"missingOwner": "Aucun propriétaire de panel attribué (attribution de quota de package)",
|
|
116
|
+
"notOsProvisioned": "Utilisateur/domicile du système d'exploitation non encore provisionné",
|
|
117
|
+
"ondrejNone": "Aucune source PHP ondrej Launchpad détectée",
|
|
118
|
+
"ondrejFound": "Sources ondrej/php héritées trouvées en conflit avec packages.sury.org : {{paths}}",
|
|
119
|
+
"ondrejTitle": "PHP apt source (ondrej résiduel)",
|
|
120
|
+
"systemctlActive": "Le service est en cours d'exécution",
|
|
121
|
+
"systemctlStatus": "Statut du service : {{status}}",
|
|
122
|
+
"binInPath": "{{bin}} dans CHEMIN",
|
|
123
|
+
"leftoverApache": "Site par défaut restant d'Apache",
|
|
124
|
+
"leftoverVsftpd": "L'unité vsftpd a échoué",
|
|
125
|
+
"leftoverCli": "CLI restante périmée",
|
|
126
|
+
"leftoverNginx": "Nginx fourre-tout manquant",
|
|
127
|
+
"leftoverDovecot": "Dovecot TLS indique un certificat manquant",
|
|
128
|
+
"leftoverOther": "Restes d’hôte",
|
|
129
|
+
"leftoverApply": "Les restes s'appliquent",
|
|
130
|
+
"isolationOwnerDegrades": "L'absence de Owner_user_id affecte l'attribution du quota de package : le statut est dégradé, pas prêt.",
|
|
131
|
+
"totalChecks": "All checks",
|
|
132
|
+
"totalChecksHint": "Ready + degraded + missing = this total. Blockers are the critical missing subset.",
|
|
133
|
+
"requireAdminTotp": "require admin 2FA policy",
|
|
134
|
+
"listenBind": "listen address",
|
|
135
|
+
"item": {
|
|
136
|
+
"admin2fa": "Admin two-factor"
|
|
137
|
+
},
|
|
138
|
+
"dataDirPerms": "panel data-directory permissions",
|
|
139
|
+
"mode750": "mode 750",
|
|
140
|
+
"gateBlocked": "Not passed · {{n}} missing",
|
|
141
|
+
"isolationPendingOs": "Same as project status: OS user pending. Open Isolation to provision the system user and home."
|
|
111
142
|
}
|
package/locales/fr/redis.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"neverExpire": "N'expire jamais",
|
|
3
3
|
"ttlSeconds": "{{ttl}}s",
|
|
4
4
|
"ttlMinutes": "{{n}} minutes",
|
|
5
|
-
"ttlHours": "{{n}}
|
|
5
|
+
"ttlHours": "{{n}} heures",
|
|
6
6
|
"ttlDays": "{{n}} j",
|
|
7
7
|
"typeString": "Chaîne",
|
|
8
8
|
"typeHash": "Hacher",
|
|
@@ -64,5 +64,28 @@
|
|
|
64
64
|
"pickKey": "Sélectionnez une clé à gauche pour afficher le contenu.",
|
|
65
65
|
"ttlPrefix": "TTL : {{ttl}}",
|
|
66
66
|
"writeLiveHint": "Écrit dans Redis en direct ; impossible d'annuler en un clic depuis le panneau.",
|
|
67
|
-
"refPath": "Réf. : {{path}}"
|
|
67
|
+
"refPath": "Réf. : {{path}}",
|
|
68
|
+
"dbEmptyMark": " · vide",
|
|
69
|
+
"noRequirepass": "Le mode protégé est actif, mais requirepass est vide ou non lu — pas de mot de passe.",
|
|
70
|
+
"setRequirepass": "Définir le mot de passe",
|
|
71
|
+
"rdbOnlyLossHint": "AOF désactivé et RDB activé. Un redémarrage ou un plantage peut perdre des écritures récentes.",
|
|
72
|
+
"dirDataContainer": "/données (conteneur)",
|
|
73
|
+
"dirHostDefault": "/var/lib/redis",
|
|
74
|
+
"dirDefaultInstance": "/var/lib/redis/default",
|
|
75
|
+
"dirDataWarn": "/data est généralement un chemin de conteneur ; ce panneau ne peut pas confirmer son existence.",
|
|
76
|
+
"saveOff": "Désactiver les instantanés (non recommandé)",
|
|
77
|
+
"saveOffWarn": "Une chaîne de sauvegarde vide désactive les instantanés RDB. Un crash peut perdre toutes les données si AOF est également désactivé.",
|
|
78
|
+
"dirMoveWarn": "Changer de répertoire ne déplace pas dump.rdb / AOF. Le prochain démarrage utilise le nouveau chemin tel quel.",
|
|
79
|
+
"passwordUnset": "Non défini sur le service",
|
|
80
|
+
"passwordSetHidden": "Ensemble (non illustré)",
|
|
81
|
+
"scanHint": "Uses SCAN, not KEYS. Returns at most {{n}} keys — avoid * on huge databases.",
|
|
82
|
+
"scanCapped": "Showing the first {{n}} matches.",
|
|
83
|
+
"dbOptionKeys": "DB {{i}} · {{n}} keys",
|
|
84
|
+
"dbOptionEmpty": "DB {{i}} · empty",
|
|
85
|
+
"insecureShort": "No password",
|
|
86
|
+
"generateRequirepass": "Generate and apply password",
|
|
87
|
+
"generateRequirepassTitle": "Generate a Redis password?",
|
|
88
|
+
"generateRequirepassDesc": "Writes requirepass and restarts Redis. The password is shown once. Host change needs EXECUTE.",
|
|
89
|
+
"generateRequirepassDone": "Redis password applied",
|
|
90
|
+
"generatedOnce": "Generated password (shown once): {{password}}"
|
|
68
91
|
}
|
package/locales/fr/runtime.json
CHANGED
|
@@ -451,7 +451,29 @@
|
|
|
451
451
|
"projectsCount": "Projets YSK",
|
|
452
452
|
"noProjects": "Aucun projet",
|
|
453
453
|
"noProjectsDesc": "Aucun projet node/bun dans le panneau, ou utilisateur OS non provisionné.",
|
|
454
|
-
"pm2OnlyDesc": "Uniquement les applications démarrées avec PM2 sous l’utilisateur du panneau. Les déploiements systemd apparaissent ci-dessus."
|
|
454
|
+
"pm2OnlyDesc": "Uniquement les applications démarrées avec PM2 sous l’utilisateur du panneau. Les déploiements systemd apparaissent ci-dessus.",
|
|
455
|
+
"startupTitle": "Démarrer au démarrage",
|
|
456
|
+
"startupDesc": "Enregistrez PM2 pour que les processus reviennent après le redémarrage.",
|
|
457
|
+
"systemdActionsHint": "Les actions systemd nécessitent root et YSK_EXECUTE.",
|
|
458
|
+
"startupOk": "Startup registered. {{notes}}",
|
|
459
|
+
"startupFail": "Could not register startup. {{notes}}",
|
|
460
|
+
"actionOk": "{{action}} {{name}} — {{notes}}",
|
|
461
|
+
"actionFail": "Could not {{action}} {{name}}. {{notes}}",
|
|
462
|
+
"startupReady": "Ready",
|
|
463
|
+
"startupReadyYes": "Yes",
|
|
464
|
+
"startupReadyNo": "No",
|
|
465
|
+
"startupUnit": "Unit",
|
|
466
|
+
"startupDump": "Dump",
|
|
467
|
+
"startupInstall": "Install startup",
|
|
468
|
+
"startupSave": "Save process list",
|
|
469
|
+
"actRestart": "Restart",
|
|
470
|
+
"actStop": "Stop",
|
|
471
|
+
"actReload": "Reload",
|
|
472
|
+
"pm2ActionsHint": "PM2 actions apply to the panel user’s process list only.",
|
|
473
|
+
"noteUnparsed": "PM2 list could not be parsed (empty or unexpected output).",
|
|
474
|
+
"notePanelUserOnly": "PM2 list is for the panel process user only.",
|
|
475
|
+
"noteProjectUnits": "{{n}} YSK project unit(s) listed",
|
|
476
|
+
"glossary": "PM2 = process manager; SSE = live stream."
|
|
455
477
|
},
|
|
456
478
|
"recordedInstalled": "Enregistré {{v}}",
|
|
457
479
|
"remoteSourceSuffix": "({{source}})",
|
|
@@ -505,5 +527,30 @@
|
|
|
505
527
|
"path": "Chemin",
|
|
506
528
|
"fullVersion": "Version complète",
|
|
507
529
|
"useListForDefaults": "Pour modifier la valeur par défaut de l'hôte ou du panneau, ou supprimer cette version, utilisez la liste ci-dessus.",
|
|
508
|
-
"alreadyHostDefaultShort": "Défaut de l'hôte"
|
|
530
|
+
"alreadyHostDefaultShort": "Défaut de l'hôte",
|
|
531
|
+
"managedPathMissingTitle": "Le chemin géré {{name}} n'est pas prêt",
|
|
532
|
+
"managedPathMissing": "{{name}} géré par YSK pour la version {{version}} n'est pas prêt. Re-sondez ou réinstallez.",
|
|
533
|
+
"installRecordedCta": "Installation enregistrée {{v}}",
|
|
534
|
+
"targetMissing": "Version cible non installée",
|
|
535
|
+
"targetMissingHint": "La cible {{version}} n’est pas sur cet hôte. Liez une version installée ou installez cette version.",
|
|
536
|
+
"needsInstall": "à installer",
|
|
537
|
+
"needsInstallHint": "Pas sur cet hôte. Installez-le ou choisissez une version déjà présente.",
|
|
538
|
+
"unitBytes": "octets",
|
|
539
|
+
"headerSizeKb": "{{n}} Ko",
|
|
540
|
+
"phpIniChipEmpty": "Non chargé — ouvrez l’onglet php.ini",
|
|
541
|
+
"phpFpmService": "PHP-FPM",
|
|
542
|
+
"phpFpmServiceDesc": "Démarrer, arrêter, recharger ou redémarrer l’unité PHP-FPM",
|
|
543
|
+
"rustupDefaultMissingTitle": "Pas de chaîne d’outils rustup par défaut",
|
|
544
|
+
"rustupDefaultMissing": "rustup n’a pas de défaut. Définissez stable dans l’onglet Logiciel.",
|
|
545
|
+
"rustupDefaultMissingShort": "Aucune chaîne d'outils par défaut",
|
|
546
|
+
"rustupSetDefaultHint": "Définir la chaîne d'outils par défaut",
|
|
547
|
+
"uninstalledCountHint": "{{n}} version(s) absente(s) de cet hôte",
|
|
548
|
+
"applyPhpVhostTitle": "Besoin de confirmation – écrit les fichiers pool/vhost",
|
|
549
|
+
"applyPhpVhostDesc": "Écrira le pool {{pool}} et le vhost {{domain}}. Services de rechargement : {{reload}}.",
|
|
550
|
+
"binaryPath": "Chemin du binaire",
|
|
551
|
+
"installedLabel": "Installed",
|
|
552
|
+
"installedHint": "Host probe result — not the control-plane record",
|
|
553
|
+
"targetHint": "Version this page will install or pin",
|
|
554
|
+
"rebuildFromHost": "Rebuild record from host",
|
|
555
|
+
"rebuiltFromHost": "Record refreshed from host probe"
|
|
509
556
|
}
|
package/locales/fr/search.json
CHANGED
|
@@ -6,19 +6,23 @@
|
|
|
6
6
|
"noResults": "Aucune correspondance",
|
|
7
7
|
"kinds": {
|
|
8
8
|
"page": "Pages",
|
|
9
|
-
"project": "
|
|
10
|
-
"email": "
|
|
11
|
-
"mailbox": "
|
|
9
|
+
"project": "Projets",
|
|
10
|
+
"email": "E-mail",
|
|
11
|
+
"mailbox": "Boîtes aux lettres",
|
|
12
12
|
"ssl": "SSL",
|
|
13
13
|
"dns": "DNS",
|
|
14
14
|
"nginx": "Nginx",
|
|
15
|
-
"share": "
|
|
15
|
+
"share": "Actions",
|
|
16
16
|
"ftp": "FTP",
|
|
17
17
|
"mysql": "MySQL",
|
|
18
18
|
"postgres": "PostgreSQL",
|
|
19
|
-
"redis": "
|
|
19
|
+
"redis": "Rédis",
|
|
20
20
|
"cron": "Cron",
|
|
21
|
-
"user": "
|
|
22
|
-
"other": "
|
|
21
|
+
"user": "Utilisateurs",
|
|
22
|
+
"other": "Autre"
|
|
23
|
+
},
|
|
24
|
+
"alias": {
|
|
25
|
+
"ssl": "certificat certificat certificats",
|
|
26
|
+
"projects": "chantiers"
|
|
23
27
|
}
|
|
24
28
|
}
|
package/locales/fr/security.json
CHANGED
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"tabApiKeys": "Clés API",
|
|
20
20
|
"tabSsh": "SSH",
|
|
21
21
|
"tabApprovals": "Approbations",
|
|
22
|
-
"tabAllowlist": "
|
|
22
|
+
"tabAllowlist": "Outils agent",
|
|
23
23
|
"apiTokenOnce": "Jeton API (affiché une seule fois) :",
|
|
24
24
|
"copiedToken": "Jeton copié",
|
|
25
25
|
"totpTitle": "Double authentification (TOTP)",
|
|
@@ -103,8 +103,8 @@
|
|
|
103
103
|
"revokeAllDevices": "Révoquer tous les appareils",
|
|
104
104
|
"revokedAllDevices": "Tous les appareils de confiance ont été révoqués",
|
|
105
105
|
"export2faBackup": "Exporter la sauvegarde 2FA chiffrée",
|
|
106
|
-
"fail2banSnippetMsg": "Extraits
|
|
107
|
-
"
|
|
106
|
+
"fail2banSnippetMsg": "Extraits fail2ban : {{written}} — {{notes}}",
|
|
107
|
+
"generatefail2ban": "Générer les extraits fail2ban",
|
|
108
108
|
"adminPolicyTitle": "Politique 2FA admin",
|
|
109
109
|
"adminPolicyDesc": "",
|
|
110
110
|
"requireAdmin2fa": "Exiger la 2FA admin",
|
|
@@ -124,8 +124,8 @@
|
|
|
124
124
|
"apiKeysEmpty": "Aucune clé API pour l'instant",
|
|
125
125
|
"apiKeysEmptyHint": "Créez depuis la barre d'outils ; puis appelez l'API avec un jeton Bearer",
|
|
126
126
|
"approve": "Approuver",
|
|
127
|
-
"allowlistTitle": "
|
|
128
|
-
"allowlistEmpty": "Aucun outil
|
|
127
|
+
"allowlistTitle": "Outils agent ({{count}})",
|
|
128
|
+
"allowlistEmpty": "Aucun outil dans le catalogue",
|
|
129
129
|
"createApiKeyTitle": "Créer une clé API",
|
|
130
130
|
"createApiKeyDesc": "Le jeton complet n'est affiché qu'une seule fois après la création",
|
|
131
131
|
"createKeyBtn": "Créer la clé",
|
|
@@ -367,7 +367,23 @@
|
|
|
367
367
|
"sharePanelTitle": "Partager le secret TOTP du panneau ?",
|
|
368
368
|
"sharePanelDesc": "Risque élevé. Tapez SHARED pour confirmer.",
|
|
369
369
|
"confirmString": "Chaîne de confirmation",
|
|
370
|
-
"enableShare": "Activer le partage"
|
|
370
|
+
"enableShare": "Activer le partage",
|
|
371
|
+
"invalidPub": "Collez une ligne complète de clé publique OpenSSH (ssh-ed25519 / ssh-rsa / ecdsa…).",
|
|
372
|
+
"dryRunOk": "Aperçu terminé. Vérifiez le contenu ci-dessous.",
|
|
373
|
+
"strictBlocked": "Le paquet ou PAM n’est pas prêt ; l’application Strict est désactivée.",
|
|
374
|
+
"strictDryRun": "Aperçu du mode strict",
|
|
375
|
+
"errorNoDetail": "Échec du test (aucun détail)",
|
|
376
|
+
"privCloseWithoutAck": "Fermé. La clé privée ne sera plus affichée ; générez-en un nouveau si vous ne l’avez pas enregistré.",
|
|
377
|
+
"loginNoProjects": "Aucun projet. Autorisez un utilisateur Linux existant (root / testeur) ci-dessous. L'écriture de /root/.ssh nécessite YSK_EXECUTE=1.",
|
|
378
|
+
"loginLinuxHint": "Utilisé lorsqu'il n'y a pas de projet. Exemple : root ou testeur.",
|
|
379
|
+
"pkgStatus": "Package {{status}}",
|
|
380
|
+
"pamStatus": "PAM {{status}}",
|
|
381
|
+
"kbdStatus": "sshd keyboard-interactive {{status}}",
|
|
382
|
+
"light": {
|
|
383
|
+
"green": "ok",
|
|
384
|
+
"yellow": "check",
|
|
385
|
+
"red": "missing"
|
|
386
|
+
}
|
|
371
387
|
},
|
|
372
388
|
"sessionsActive": "Sessions actives",
|
|
373
389
|
"sessionsOther": "Autres appareils",
|
|
@@ -390,5 +406,50 @@
|
|
|
390
406
|
"revokeOthersDesc": "Cela mettra fin à {{count}} autre(s) session(s). Votre navigateur actuel reste connecté.",
|
|
391
407
|
"sessionRevoked": "Session déconnectée",
|
|
392
408
|
"mySecurityHint": "",
|
|
393
|
-
"policyTotpHint": "Politique du site : chaque administrateur doit activer sa propre 2FA (QR individuel)"
|
|
409
|
+
"policyTotpHint": "Politique du site : chaque administrateur doit activer sa propre 2FA (QR individuel)",
|
|
410
|
+
"requireUser2fa": "Exiger la 2FA pour tous les utilisateurs du panneau",
|
|
411
|
+
"generateFail2ban": "Générer les extraits fail2ban",
|
|
412
|
+
"changePasswordTitle": "Changer le mot de passe de connexion",
|
|
413
|
+
"currentPassword": "Mot de passe actuel",
|
|
414
|
+
"newPassword": "Nouveau mot de passe",
|
|
415
|
+
"confirmNewPassword": "Confirmer le nouveau mot de passe",
|
|
416
|
+
"passwordMismatch": "Les nouveaux mots de passe ne correspondent pas.",
|
|
417
|
+
"changePassword": "Changer le mot de passe",
|
|
418
|
+
"passwordChanged": "Mot de passe mis à jour.",
|
|
419
|
+
"strictNeedsEnrolled": "Au moins un administrateur doit avoir la 2FA avant d’activer Strict.",
|
|
420
|
+
"policyTotpNeedSelf": "Activez d’abord la 2FA sur ce compte ; sinon le code de confirmation ne peut pas être saisi.",
|
|
421
|
+
"fail2banSnippetTitle": "Extrait fail2ban",
|
|
422
|
+
"fail2banSnippetEmpty": "Aucun extrait n’a été écrit.",
|
|
423
|
+
"trustedDevicesTitle": "Appareils de confiance",
|
|
424
|
+
"noTrustedDevices": "Aucun appareil de confiance.",
|
|
425
|
+
"strictConfirmTitle": "Activer la 2FA Strict ?",
|
|
426
|
+
"strictConfirmDesc": "Les utilisateurs sans 2FA seront refusés. Confirmez que vous avez un TOTP ou une Passkey qui fonctionne.",
|
|
427
|
+
"revokeDevicesTitle": "Révoquer les appareils de confiance ?",
|
|
428
|
+
"revokeDevicesDesc": "Les navigateurs mémorisés devront refaire la 2FA.",
|
|
429
|
+
"approvalsHint": "Les approbations apparaissent lorsqu’un outil à haut risque nécessite un second opérateur. Configurez les droits dans Utilisateurs → Autorisations.",
|
|
430
|
+
"allowlistReadonly": "Catalogue d’outils agent (lecture seule). Les capacités se règlent dans Utilisateurs → Autorisations.",
|
|
431
|
+
"colTool": "Outil",
|
|
432
|
+
"colAllowed": "Autorisé",
|
|
433
|
+
"colRisk": "Risque",
|
|
434
|
+
"colApproval": "Approbation",
|
|
435
|
+
"risk": {
|
|
436
|
+
"low": "Faible",
|
|
437
|
+
"medium": "Moyen",
|
|
438
|
+
"high": "Élevé",
|
|
439
|
+
"critical": "Critique"
|
|
440
|
+
},
|
|
441
|
+
"totpStatusLoadFailed": "Impossible de charger l’état 2FA",
|
|
442
|
+
"confirmDeleteApiKey": "Supprimer cette clé API ?",
|
|
443
|
+
"confirmDeleteApiKeyDesc": "«{{name}}» arrêtera l'authentification. Cela ne peut pas être annulé.",
|
|
444
|
+
"policyNoTotpHint": "This account has no 2FA yet — saving policy does not need a TOTP. Set up 2FA above if you want to require it for others.",
|
|
445
|
+
"sessionCli": "CLI",
|
|
446
|
+
"sessionApi": "API",
|
|
447
|
+
"statApiSessions": "Sessions API",
|
|
448
|
+
"revokeOtherTitle": "Déconnexion {{n}} autre(s) session(s)",
|
|
449
|
+
"policyNeedSelf2fa": "Activez d'abord 2FA sur ce compte, puis confirmez avec un code TOTP",
|
|
450
|
+
"revokeAllDevicesTitle": "Révoquer tous les appareils mémorisés : vous et les autres administrateurs devez à nouveau vérifier 2FA",
|
|
451
|
+
"statSshValue": "{{keys}} keys · {{auth}} authorized",
|
|
452
|
+
"statSshHint": "Outbound identities / authorized login keys",
|
|
453
|
+
"needCurrentPassword": "Enter the current password first",
|
|
454
|
+
"passwordMin8": "New password must be at least 8 characters"
|
|
394
455
|
}
|
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
"manageDesc": "Contrôlez comment {{service}} est accessible sur le pare-feu hôte.",
|
|
6
6
|
"mode": "Mode d'accès",
|
|
7
7
|
"modePrivate": "Local uniquement",
|
|
8
|
-
"modePublic": "
|
|
9
|
-
"modeRestricted": "
|
|
8
|
+
"modePublic": "Publique",
|
|
9
|
+
"modeRestricted": "Limité",
|
|
10
10
|
"summaryPrivate": "Non ouvert sur le pare-feu public.",
|
|
11
11
|
"summaryPublic": "Ouvert · {{ports}}",
|
|
12
12
|
"summaryRestricted": "Restreint · {{count}} source(s)",
|
|
@@ -14,8 +14,8 @@
|
|
|
14
14
|
"outOfSync": "Désynchronisé",
|
|
15
15
|
"firewallOff": "Pare-feu désactivé",
|
|
16
16
|
"ufwMissing": "UFW non installé",
|
|
17
|
-
"ufwInactive": "
|
|
18
|
-
"firewallLink": "
|
|
17
|
+
"ufwInactive": "inactif",
|
|
18
|
+
"firewallLink": "Pare-feu",
|
|
19
19
|
"portsLabel": "Ports",
|
|
20
20
|
"allowFrom": "Sources autorisées (IP / CIDR)",
|
|
21
21
|
"allowCountries": "Pays autorisés (ISO)",
|
|
@@ -27,5 +27,17 @@
|
|
|
27
27
|
"restrictedNeedSource": "Ajoutez au moins un code IP/CIDR ou pays pour le mode restreint.",
|
|
28
28
|
"privateStartTitle": "Exposer {{service}} sur le réseau ?",
|
|
29
29
|
"confirmAndStart": "Confirmez et démarrez",
|
|
30
|
-
"cloudSgNote": "Pare-feu hôte uniquement : les groupes de sécurité cloud (AWS/GCP/Azure) ne sont pas modifiés."
|
|
30
|
+
"cloudSgNote": "Pare-feu hôte uniquement : les groupes de sécurité cloud (AWS/GCP/Azure) ne sont pas modifiés.",
|
|
31
|
+
"modeUndecided": "Non défini",
|
|
32
|
+
"modeLoading": "Chargement",
|
|
33
|
+
"summaryUndecided": "Mode d'accès non confirmé (par défaut du catalogue : {{suggested}}).",
|
|
34
|
+
"summaryNotEnforced": "Le pare-feu est désactivé : le panneau n'ouvre ni ne bloque ces ports.",
|
|
35
|
+
"roleSmtp": "Soumission SMTP",
|
|
36
|
+
"roleImap": "Boîte aux lettres IMAP/POP3",
|
|
37
|
+
"serviceNotInstalled": "Ce service n'est pas installé, les règles de pare-feu ne s'appliquent donc pas.",
|
|
38
|
+
"openButStopped": "Ports ouverts – le service ne fonctionne pas",
|
|
39
|
+
"openNoTenants": "Ports publics sans locataires",
|
|
40
|
+
"summaryFirewallOffOnly": "Host firewall is not enabled, so port rules are not enforced.",
|
|
41
|
+
"modePublicLive": "Public (live bind)",
|
|
42
|
+
"summaryPublicLive": "Listening on {{bind}} — reachable on all interfaces. Confirm access mode; this is not private."
|
|
31
43
|
}
|
package/locales/fr/services.json
CHANGED
|
@@ -4,8 +4,27 @@
|
|
|
4
4
|
"start": "Démarrer",
|
|
5
5
|
"stop": "Arrêter",
|
|
6
6
|
"restart": "Redémarrer",
|
|
7
|
-
"reload": "Recharger"
|
|
7
|
+
"reload": "Recharger",
|
|
8
|
+
"enable": "Activer au démarrage",
|
|
9
|
+
"disable": "Désactiver au démarrage"
|
|
8
10
|
},
|
|
11
|
+
"lifecycleTitle": "Contrôle du service {{label}}",
|
|
12
|
+
"startedOk": "{{label}} démarré",
|
|
13
|
+
"stoppedOk": "{{label}} arrêté",
|
|
14
|
+
"restartedOk": "{{label}} redémarré",
|
|
15
|
+
"reloadedOk": "{{label}} rechargé",
|
|
16
|
+
"stopConfirmTitle": "Arrêter {{label}} ?",
|
|
17
|
+
"stopConfirmDesc": "{{label}} cessera d’écouter. Relancez-le depuis cette page si besoin.",
|
|
18
|
+
"stopConfirmEdgeDesc": "Arrêter {{label}} met hors ligne les sites et le reverse proxy jusqu’au redémarrage.",
|
|
19
|
+
"stopConfirmEdgeConsequence": "Tant que {{label}} est arrêté, cet hôte ne sert pas HTTP/HTTPS.",
|
|
20
|
+
"stopConfirmSshdTitle": "Arrêter sshd ?",
|
|
21
|
+
"stopConfirmSshdDesc": "Arrêter sshd coupe le SSH distant. Confirmez un accès console ou une autre voie.",
|
|
22
|
+
"stopConfirmSshdToken": "arrête sshd",
|
|
23
|
+
"stopConfirmSshdConsequence": "Les nouvelles sessions SSH échoueront jusqu’au démarrage de sshd depuis la console.",
|
|
24
|
+
"stopConfirmPanelTitle": "Arrêter YSK Server ?",
|
|
25
|
+
"stopConfirmPanelDesc": "Le panneau et l’API seront hors ligne jusqu’au démarrage de l’unité sur l’hôte.",
|
|
26
|
+
"stopConfirmPanelToken": "arrêter le serveur Ysk",
|
|
27
|
+
"stopConfirmPanelConsequence": "Cette session navigateur sera coupée. Démarrez l’unité via SSH ou la console hôte.",
|
|
9
28
|
"actionDone": "{{action}} terminé",
|
|
10
29
|
"runningOf": "{{running}}/{{total}} en cours",
|
|
11
30
|
"canMutate": "Modifiable",
|
|
@@ -36,5 +55,52 @@
|
|
|
36
55
|
"protectionDoneNote": "Sonde de protection terminée",
|
|
37
56
|
"probeDone": "Sonde terminée",
|
|
38
57
|
"runProtection": "Lancer la sonde de protection",
|
|
39
|
-
"notProbedYet": "Pas encore sondé"
|
|
58
|
+
"notProbedYet": "Pas encore sondé",
|
|
59
|
+
"stopConfirmFail2banTitle": "Arrêter fail2ban ?",
|
|
60
|
+
"stopConfirmFail2banDesc": "L'arrêt de fail2ban désactive les interdictions IP automatiques. Les sites Web et SSH continuent de fonctionner.",
|
|
61
|
+
"stopConfirmFail2banConsequence": "Les nouveaux attaquants ne sont pas bannis tant que fail2ban n’est pas redémarré.",
|
|
62
|
+
"installOrOpen": "Installer / ouvrir",
|
|
63
|
+
"statusFilter": {
|
|
64
|
+
"all": "Tous les états",
|
|
65
|
+
"running": "En cours d'exécution",
|
|
66
|
+
"failed": "Échoué",
|
|
67
|
+
"missing": "Non installé"
|
|
68
|
+
},
|
|
69
|
+
"stopNeedConfirm": "Confirmation requise",
|
|
70
|
+
"stopNeedConfirmPhrase": "Saisie de la phrase de confirmation requise",
|
|
71
|
+
"enabledOk": "{{label}} activé au démarrage",
|
|
72
|
+
"bootDisabledWarn": "{{label}} tourne mais ne démarrera pas au boot. Activez-le pour le conserver.",
|
|
73
|
+
"bootDisabledShort": "Pas au boot",
|
|
74
|
+
"mariadbNotInstalled": "MariaDB n’est pas installé",
|
|
75
|
+
"mariadbNotInstalledMysqlOk": "Not installed: MariaDB (MySQL is installed)",
|
|
76
|
+
"restartConfirmPanelTitle": "Restart YSK Server?",
|
|
77
|
+
"restartConfirmPanelDesc": "The panel and API will drop briefly while the unit restarts.",
|
|
78
|
+
"unitNotFound": "Unit not installed",
|
|
79
|
+
"unitNa": "Not applicable",
|
|
80
|
+
"unitStatic": "static",
|
|
81
|
+
"unitIndirect": "indirect",
|
|
82
|
+
"needRunning": "{{label}} is not running",
|
|
83
|
+
"bootNa": "Not applicable",
|
|
84
|
+
"permLabel": "Permission",
|
|
85
|
+
"permCanChange": "Can change the system (superuser)",
|
|
86
|
+
"permBlocked": "Cannot change the system",
|
|
87
|
+
"permHint": "System change {{exec}} · Superuser {{root}}",
|
|
88
|
+
"clusterLegend": "Planned = saved in the panel, not applied on the host.",
|
|
89
|
+
"active": {
|
|
90
|
+
"active": "Running",
|
|
91
|
+
"inactive": "Stopped",
|
|
92
|
+
"not-found": "Not installed",
|
|
93
|
+
"failed": "Failed",
|
|
94
|
+
"tool": "Tool",
|
|
95
|
+
"activating": "Starting"
|
|
96
|
+
},
|
|
97
|
+
"sshdBootOffWarn": "sshd is not enabled on boot. After reboot this host will have no SSH rescue path.",
|
|
98
|
+
"restartConfirmTitle": "Restart {{label}}?",
|
|
99
|
+
"restartConfirmDesc": "Restart {{label}} now. Active connections may drop.",
|
|
100
|
+
"startVerifyFailed": "{{label}} start did not stay healthy.",
|
|
101
|
+
"stopNeedConfirmImpact": "Stop {{label}}? Active connections to this service will drop.",
|
|
102
|
+
"reloadTitle": "Reload {{label}} configuration without a full restart",
|
|
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
|
+
"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."
|
|
40
106
|
}
|
package/locales/fr/software.json
CHANGED
|
@@ -87,7 +87,8 @@
|
|
|
87
87
|
"pick": "Choisir la version",
|
|
88
88
|
"noTarget": "Aucune cible de mise à jour",
|
|
89
89
|
"needRuntimePage": "Installez cette version sur la page du runtime",
|
|
90
|
-
"noAptCandidate": "Aucune version candidate apt"
|
|
90
|
+
"noAptCandidate": "Aucune version candidate apt",
|
|
91
|
+
"sourceLabel": "Source"
|
|
91
92
|
},
|
|
92
93
|
"install": {
|
|
93
94
|
"progress": "Installation : {{list}}…",
|
|
@@ -50,12 +50,22 @@
|
|
|
50
50
|
"generic": "Les services associés peuvent s'arrêter",
|
|
51
51
|
"purgeData": "Les chemins de données seront supprimés",
|
|
52
52
|
"protectedSkipped": "Les composants protégés sont ignorés",
|
|
53
|
-
"runtimeStack": "Toutes les versions gérées par panneau de ce runtime seront supprimées"
|
|
53
|
+
"runtimeStack": "Toutes les versions gérées par panneau de ce runtime seront supprimées",
|
|
54
|
+
"containers": "Les conteneurs en cours s’arrêteront",
|
|
55
|
+
"validators": "Les piles validateur qui utilisent Docker Compose s’arrêteront"
|
|
54
56
|
},
|
|
55
57
|
"requestCancel": "Demande d'annulation",
|
|
56
58
|
"cancelling": "Annulation…",
|
|
57
59
|
"dockCancelling": "Annulation · {{title}}",
|
|
58
60
|
"dockCancelled": "Annulé · {{title}}",
|
|
59
61
|
"cancelHint": "Annulation demandée. Le client a arrêté d'écouter ; l'hôte peut terminer l'apt/l'étape en cours. Re-sondez l'état après un moment.",
|
|
60
|
-
"cancelledToast": "Opération annulée (le client a arrêté la diffusion)"
|
|
62
|
+
"cancelledToast": "Opération annulée (le client a arrêté la diffusion)",
|
|
63
|
+
"kindApply": "Appliquer",
|
|
64
|
+
"kindScan": "Balayage",
|
|
65
|
+
"kindDeploy": "Déployer",
|
|
66
|
+
"kindRuntime": "Durée d'exécution",
|
|
67
|
+
"jobDone": "Terminé · {{title}}",
|
|
68
|
+
"jobFailed": "Échec · {{title}}",
|
|
69
|
+
"uninstallUfwWarn": "Retirer UFW laisse cet hôte sans le pare-feu de ports géré par le panneau.",
|
|
70
|
+
"uninstallFail2banWarn": "Retirer fail2ban arrête les jails et lève les interdictions. Si vous le gardez, ajoutez votre IP de connexion à ignoreip."
|
|
61
71
|
}
|
package/locales/fr/ssl.json
CHANGED
|
@@ -99,5 +99,16 @@
|
|
|
99
99
|
"requestDone": "Demande de certificat terminée",
|
|
100
100
|
"requestFailed": "La demande de certificat n’a pas abouti",
|
|
101
101
|
"applyFailed": "Échec de la demande",
|
|
102
|
-
"deletedCert": "{{domain}} supprimé"
|
|
102
|
+
"deletedCert": "{{domain}} supprimé",
|
|
103
|
+
"uninstallCertbotWarn": "La suppression de certbot arrête le renouvellement automatique des certificats Let's Encrypt existants.",
|
|
104
|
+
"renew": "Renouveler",
|
|
105
|
+
"renewFor": "Renouveler Let's Encrypt pour {{domain}}",
|
|
106
|
+
"domainRequired": "Saisissez un domaine.",
|
|
107
|
+
"domainInvalid": "Le format du domaine n’est pas valide.",
|
|
108
|
+
"domainKnownHint": "Choisissez un domaine projet / DNS / mail connu, ou saisissez-en un.",
|
|
109
|
+
"deleteNeedDomain": "Supprimez ce certificat — saisissez le nom de domaine pour confirmer",
|
|
110
|
+
"panelCertHint": "Panel HTTPS uses {{path}} (expires {{exp}}). It is not listed as a site certificate.",
|
|
111
|
+
"openPanelTls": "Open panel HTTPS",
|
|
112
|
+
"deleteDomain": "Delete {{domain}}",
|
|
113
|
+
"uninstallCertbot": "Uninstall certbot (loses auto-renew)"
|
|
103
114
|
}
|
|
@@ -11,9 +11,16 @@
|
|
|
11
11
|
"componentsTitle": "Composants à installer",
|
|
12
12
|
"dryRun": "Aperçu dry-run",
|
|
13
13
|
"installNow": "Installer maintenant",
|
|
14
|
-
"uninstallHint": "
|
|
14
|
+
"uninstallHint": "Cochez les lots à retirer. Sans sélection, le retrait est impossible. Les données sont conservées par défaut.",
|
|
15
15
|
"dataPolicy": "Politique de données",
|
|
16
16
|
"keepData": "Conserver les données",
|
|
17
17
|
"purgeData": "Purger les données",
|
|
18
|
-
"uninstallNow": "Désinstaller maintenant"
|
|
18
|
+
"uninstallNow": "Désinstaller maintenant",
|
|
19
|
+
"uninstallNeedSelect": "Sélectionnez au moins un forfait. Une sélection vide ne signifie plus tout supprimer.",
|
|
20
|
+
"uninstallConfirmTitle": "Supprimer les groupes sélectionnés ?",
|
|
21
|
+
"uninstallConfirmDesc": "{{count}} le ou les bundles seront supprimés. Tapez SUPPRIMER pour confirmer.",
|
|
22
|
+
"countHint": "These counts are OS packages in the software plan — not the service-matrix units on the other tab.",
|
|
23
|
+
"executeRoot": "System changes {{execute}} · administrator {{root}}",
|
|
24
|
+
"manifestPlan": "Plan {{plan}} ({{bundles}})",
|
|
25
|
+
"manifestHint": "Last chosen software plan and bundles"
|
|
19
26
|
}
|