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
package/locales/fr/notes.json
CHANGED
|
@@ -30,19 +30,53 @@
|
|
|
30
30
|
},
|
|
31
31
|
"ssh": {
|
|
32
32
|
"identityNotFound": "Identité introuvable",
|
|
33
|
-
"registrationNotFound": "Enregistrement introuvable"
|
|
33
|
+
"registrationNotFound": "Enregistrement introuvable",
|
|
34
|
+
"keyOkNologin": "Key accepted. Account has no login shell (nologin) — use SFTP. Treated as PASS.",
|
|
35
|
+
"keyOkSftp": "SFTP pwd a réussi après le refus du shell SSH."
|
|
34
36
|
},
|
|
35
37
|
"cdn": {
|
|
36
38
|
"siteNotFound": "Site CDN introuvable",
|
|
37
|
-
"nodeMissing": "Le nœud n'existe pas"
|
|
39
|
+
"nodeMissing": "Le nœud n'existe pas",
|
|
40
|
+
"probe": {
|
|
41
|
+
"timeout": "Délai d'expiration de la connexion après {{ms}}ms ({{detail}}). Le homologue peut être protégé par un pare-feu.",
|
|
42
|
+
"dns": "La recherche DNS a échoué ({{detail}}).",
|
|
43
|
+
"refused": "Connexion refusée après {{ms}}ms ({{detail}}). Port fermé ou blocage à sens unique.",
|
|
44
|
+
"tls": "Échec de la vérification TLS ({{detail}}).",
|
|
45
|
+
"unreach": "Hôte inaccessible après {{ms}}ms ({{detail}}).",
|
|
46
|
+
"http": "La sonde HTTP a échoué après {{ms}}ms ({{detail}})."
|
|
47
|
+
},
|
|
48
|
+
"loopbackOriginRemote": "L'origine est 127.0.0.1 : il s'agit de cet hôte, et non d'un périphérique distant. Définissez une adresse IP d'origine accessible ou bind_ip.",
|
|
49
|
+
"needSshOrFleet": "Le dispositif Edge distant a besoin d’une identité SSH sortante (ou d’un nom d’utilisateur) ou d’une session de flotte /agents. L'URL de santé à elle seule n'applique pas le transport.",
|
|
50
|
+
"originRemoteRewrite": "Les bords distants utiliseront l'origine accessible {{url}} au lieu du bouclage.",
|
|
51
|
+
"originRemoteUnknown": "L'origine est un bouclage et aucune adresse IP publique/LAN ou bind_ip n'est connue — apply refusera les bords distants jusqu'à ce qu'il y en ait un."
|
|
38
52
|
},
|
|
39
53
|
"backup": {
|
|
40
54
|
"fileNotFound": "Fichier de sauvegarde introuvable",
|
|
41
55
|
"resticNoPassword": "restic est activé mais le mot de passe n'est pas défini",
|
|
42
|
-
"resticNotInPath": "restic absent du PATH"
|
|
56
|
+
"resticNotInPath": "restic absent du PATH",
|
|
57
|
+
"dbEnvUnreadable": "Impossible de lire .db.env ; dump SQL ignoré.",
|
|
58
|
+
"dbEnvNoName": ".db.env n'a pas de nom de base de données ; dump SQL ignoré.",
|
|
59
|
+
"targetOutside": "La cible de restauration doit se trouver dans le répertoire d'accueil du projet ou dans la racine des fichiers publics.",
|
|
60
|
+
"testUnsaved": "Test des valeurs de formulaire non enregistrées (non écrites dans les paramètres).",
|
|
61
|
+
"testIdentity": "ssh (identity) to {{spec}} ok",
|
|
62
|
+
"sshAuthFailed": "Clé SSH ou mot de passe rejeté (publickey). Choisissez une identité sortante ou installez sshpass.",
|
|
63
|
+
"remotePathIsFile": "Le chemin distant {{path}} est un fichier. Utilisez un répertoire.",
|
|
64
|
+
"remoteMkdirFailed": "Impossible de créer le répertoire distant : {{detail}}",
|
|
65
|
+
"sidecarPushed": "A également poussé le side-car SQL {{name}}",
|
|
66
|
+
"controlPlaneDryRun": "Aperçu uniquement – rien d’écrit. Dans le panneau, utilisez Restaurer et confirmez la phrase à écrire.",
|
|
67
|
+
"controlPlaneNeedConfirm": "La restauration complète du plan de contrôle nécessite la phrase de confirmation RESTORE-CONTROL-PLANE.",
|
|
68
|
+
"controlPlaneRestartAfter": "Redémarrez l'API après une restauration réussie.",
|
|
69
|
+
"movedToTrash": "Moved {{name}} to the recycle bin. Permanent delete after {{days}} days.",
|
|
70
|
+
"restoreNameExists": "Cannot restore {{name}} — a live archive with that name already exists.",
|
|
71
|
+
"restoredFromTrash": "Restored {{name}} from the recycle bin.",
|
|
72
|
+
"trashEmptied": "Permanently deleted {{n}} archive(s) from the recycle bin."
|
|
43
73
|
},
|
|
44
74
|
"redis": {
|
|
45
|
-
"cliMissing": "redis-cli n'est pas installé"
|
|
75
|
+
"cliMissing": "redis-cli n'est pas installé",
|
|
76
|
+
"requirepassAlreadySet": "Redis already has requirepass — not overwritten.",
|
|
77
|
+
"requirepassApplied": "requirepass applied at runtime",
|
|
78
|
+
"requirepassApplyFailed": "Could not CONFIG SET requirepass (will rely on restart + conf)",
|
|
79
|
+
"generatedRequirepass": "Generated Redis password (shown once): {{password}}"
|
|
46
80
|
},
|
|
47
81
|
"nginx": {
|
|
48
82
|
"reloaded": "nginx rechargé",
|
|
@@ -65,7 +99,8 @@
|
|
|
65
99
|
"vsftpdStarted": "vsftpd démarré",
|
|
66
100
|
"openPortsStep": "Ports du pare-feu (manuel)",
|
|
67
101
|
"openPortsReminder": "Ouvrez les ports TCP sur le pare-feu hôte et le groupe de sécurité cloud : {{ports}}. L'application FTPS n'ouvre pas les ports pour vous.",
|
|
68
|
-
"openPortsPasvHint": "Si la connexion fonctionne mais que le LIST du répertoire expire, la plage de données PASV est bloquée — ouvrez le ful"
|
|
102
|
+
"openPortsPasvHint": "Si la connexion fonctionne mais que le LIST du répertoire expire, la plage de données PASV est bloquée — ouvrez le ful",
|
|
103
|
+
"publicPlaintextBlocked": "Refusing to start public FTP without FTPS. Bind to this host only, enable FTPS with a certificate, or confirm PLAINTEXT to expose cleartext on the public address."
|
|
69
104
|
},
|
|
70
105
|
"deploy": {
|
|
71
106
|
"nodeMissingIsolated": "Binaire Node manquant pour le déploiement isolé : {{path}} — installez la chaîne d'outils Node {{version}} puis redéployez. Refus d'écrire une unit qui provoquerait un 203/EXEC.",
|
|
@@ -83,7 +118,8 @@
|
|
|
83
118
|
"pathOutsideSandbox": "Chemin hors bac à sable : {{target}}",
|
|
84
119
|
"notFoundRel": "Introuvable : {{relPath}}",
|
|
85
120
|
"fileNotFoundRel": "Fichier introuvable : {{relPath}}",
|
|
86
|
-
"notFoundFrom": "Introuvable : {{fromPath}}"
|
|
121
|
+
"notFoundFrom": "Introuvable : {{fromPath}}",
|
|
122
|
+
"alreadyExists": "Existe déjà : {{name}}"
|
|
87
123
|
},
|
|
88
124
|
"dns": {
|
|
89
125
|
"needZoneServerIp": "Saisissez la zone et l'IP du serveur",
|
|
@@ -119,11 +155,24 @@
|
|
|
119
155
|
"applyDigOk": "PowerDNS BIND : list-zones + dig OK",
|
|
120
156
|
"applyDigFail": "Zone enregistrée dans conf mais dig encore vide/REFUSED — non marquée comme appliquée",
|
|
121
157
|
"applySyncIncomplete": "Sync PowerDNS bind incomplète — fichier de zone sur disque uniquement (non appliqué). Corriger EXECUTE/root ou les logs pdns.",
|
|
122
|
-
"writeOnlyHint": "Fichier de zone écrit uniquement — PowerDNS ne répondra pas tant que load/apply n'enregistre pas named"
|
|
158
|
+
"writeOnlyHint": "Fichier de zone écrit uniquement — PowerDNS ne répondra pas tant que load/apply n'enregistre pas named",
|
|
159
|
+
"noActiveUnit": "No active named/bind9/pdns unit",
|
|
160
|
+
"pdnsUnitRestarts": "pdns unit state/restarts: {{detail}}",
|
|
161
|
+
"port53LoopbackOnly": "Port 53 is only on loopback (systemd-resolved 127.0.0.53) — not a product authoritative nameserver",
|
|
162
|
+
"port53Closed": "Port 53 is not listening (UDP/TCP)",
|
|
163
|
+
"udp53NotPublic": "UDP/53 is not listening on a public address",
|
|
164
|
+
"tcp53NotPublic": "TCP/53 is not listening on a public address",
|
|
165
|
+
"noManagedZones": "No managed zone files under dataDir/dns/zones",
|
|
166
|
+
"pdnsListZones": "PowerDNS list-zones: {{n}}",
|
|
167
|
+
"lookupIgnoredAt": "dig is unavailable — @{{server}} was ignored. Not using the system resolver as that server’s answer.",
|
|
168
|
+
"localAOk": "local A {{name}} → {{ip}}"
|
|
123
169
|
},
|
|
124
170
|
"db": {
|
|
125
171
|
"needExecuteCreate": "L'exécution hôte est désactivée ; impossible de créer la base depuis le panneau",
|
|
126
|
-
"dryRunMysql": "dry-run : base non créée. Utiliser --execute avec YSK_EXECUTE=1 pour provisionner"
|
|
172
|
+
"dryRunMysql": "dry-run : base non créée. Utiliser --execute avec YSK_EXECUTE=1 pour provisionner",
|
|
173
|
+
"remoteNoCreds": "Aucun nom d'utilisateur/mot de passe stocké — TCP uniquement (l'enregistrement n'est pas une connexion).",
|
|
174
|
+
"remoteReachable": "TCP {{host}} : {{port}} ouvert ({{ms}}ms).",
|
|
175
|
+
"remoteUnreachable": "TCP {{host}} :{{port}} fermé ou filtré ({{ms}}ms)."
|
|
127
176
|
},
|
|
128
177
|
"net": {
|
|
129
178
|
"invalidIface": "Nom d'interface invalide",
|
|
@@ -204,7 +253,17 @@
|
|
|
204
253
|
"dns": "DNS",
|
|
205
254
|
"email": "E-mail",
|
|
206
255
|
"isolation": "Isolation de projet",
|
|
207
|
-
"ops": "Opérations"
|
|
256
|
+
"ops": "Opérations",
|
|
257
|
+
"runtimesNode": "Noeud.js",
|
|
258
|
+
"runtimesPhp": "PHP",
|
|
259
|
+
"runtimesPython": "Python",
|
|
260
|
+
"runtimesGo": "Go",
|
|
261
|
+
"pm2": "PM2",
|
|
262
|
+
"runtimesNodeFix": "Installer Node à partir de /runtimes/node",
|
|
263
|
+
"runtimesPhpFix": "Installer PHP depuis /runtimes/php",
|
|
264
|
+
"runtimesPythonFix": "Installer Python depuis /runtimes/python",
|
|
265
|
+
"runtimesGoFix": "Installer Go à partir de /runtimes/go",
|
|
266
|
+
"pm2Fix": "Installez PM2 à partir de la page d'exécution du nœud"
|
|
208
267
|
},
|
|
209
268
|
"needAdmin": "Autorisation administrateur requise",
|
|
210
269
|
"notInstalled": "Non installé",
|
|
@@ -397,7 +456,7 @@
|
|
|
397
456
|
"n0179": "Bucket/chemin S3 non configuré",
|
|
398
457
|
"n0180": "SFTP.ssh chown nécessite root + YSK_EXECUTE",
|
|
399
458
|
"n0181": "Confirmation SIGKILL Kill: true",
|
|
400
|
-
"n0182": "SMTP
|
|
459
|
+
"n0182": "SMTP/",
|
|
401
460
|
"n0183": "SPF",
|
|
402
461
|
"n0184": "SRV : priorité poids port cible",
|
|
403
462
|
"n0185": "SSH",
|
|
@@ -477,7 +536,7 @@
|
|
|
477
536
|
"n0259": "domaine",
|
|
478
537
|
"n0260": "domaine introuvable :",
|
|
479
538
|
"n0261": "dovecot reload échoué ou service absent (sieve Wrote ; reload Success)",
|
|
480
|
-
"n0262": "
|
|
539
|
+
"n0262": "essai de répartition de flotte (non mis en file)",
|
|
481
540
|
"n0263": "dry-run push pair (pas scp)",
|
|
482
541
|
"n0264": "dry-run install distant (pas ssh)",
|
|
483
542
|
"n0265": "dry-run transfert terminé ( bootstrap complet)",
|
|
@@ -486,10 +545,10 @@
|
|
|
486
545
|
"n0268": "dry-run — n'écrit pas /etc",
|
|
487
546
|
"n0269": "dry-run : ajoutez d'abord --execute pour appliquer ufw",
|
|
488
547
|
"n0270": "dry-run : inventaire + prévol OK, pas de package/transfert",
|
|
489
|
-
"n0271": "
|
|
490
|
-
"n0272": "
|
|
491
|
-
"n0273": "
|
|
492
|
-
"n0274": "
|
|
548
|
+
"n0271": "Exécution à sec : sonde/plan uniquement. Passez --execute avec YSK_EXECUTE=1 pour effectuer le provisionnement.",
|
|
549
|
+
"n0272": "Exécution à sec : écriture du fichier géré (dataDir). Passez --execute avec YSK_EXECUTE=1 en tant que root pour installer le système drop-in.",
|
|
550
|
+
"n0273": "Exécution à sec : non interdite. Passez --execute avec YSK_EXECUTE=1 pour réellement interdire.",
|
|
551
|
+
"n0274": "Exécution à sec : non interdite. Passez --execute avec YSK_EXECUTE=1 pour débloquer réellement.",
|
|
493
552
|
"n0275": "dryRun=true — API de modification",
|
|
494
553
|
"n0276": "dryRun : n'écrit pas",
|
|
495
554
|
"n0277": "dump écrit dans dataDir, pas de transfert",
|
|
@@ -838,7 +897,7 @@
|
|
|
838
897
|
"n0620": "démarrer processus pas processus",
|
|
839
898
|
"n0621": "OPcache",
|
|
840
899
|
"n0622": "SSL",
|
|
841
|
-
"n0623": "",
|
|
900
|
+
"n0623": "Actif",
|
|
842
901
|
"n0624": "fichier",
|
|
843
902
|
"n0625": "fichier",
|
|
844
903
|
"n0626": "nœud wsrep, HA ≥2 nœuds",
|
|
@@ -1054,7 +1113,7 @@
|
|
|
1054
1113
|
"n0836": "certificat veuillez — Échec",
|
|
1055
1114
|
"n0837": "≥ fichier",
|
|
1056
1115
|
"n0838": "paramètres conservés sauvegarde",
|
|
1057
|
-
"n0839": "
|
|
1116
|
+
"n0839": "Le succès signifie que cette cible accepte BatchMode SSH (non interactif). Il ne s’agit pas d’une concession d’accès mondial.",
|
|
1058
1117
|
"n0840": "ou 32767",
|
|
1059
1118
|
"n0841": "logiciel installé",
|
|
1060
1119
|
"n0842": "autorisation/",
|
|
@@ -1214,7 +1273,7 @@
|
|
|
1214
1273
|
"n0996": "nginx local -t OK ( conf gérée, ≠ edge appliqué)",
|
|
1215
1274
|
"n0997": "wsrep local possible, taille pas nœud",
|
|
1216
1275
|
"n0998": "ysk.json local illisible / empreinte",
|
|
1217
|
-
"n0999": "local OK
|
|
1276
|
+
"n0999": "Le nœud local est OK ; un état de santé complet nécessite une sonde par les pairs (non effectuée).",
|
|
1218
1277
|
"n1000": "nginx local — conf écrite, pas de rechargement",
|
|
1219
1278
|
"n1001": "connexion NM localeDisponible ; réussira. peut \"\" ou NetworkManager.",
|
|
1220
1279
|
"n1002": "ps localDisponible — impossible ()",
|
|
@@ -1290,7 +1349,7 @@
|
|
|
1290
1349
|
"n1070": "Écrit sur le control plane ; non appliqué sur l'hôte",
|
|
1291
1350
|
"n1071": "apt-obtenir",
|
|
1292
1351
|
"n1072": "défi d'authentification",
|
|
1293
|
-
"n1073": "
|
|
1352
|
+
"n1073": "liaison_ip",
|
|
1294
1353
|
"n1074": "dataDir — base de données mise à jour",
|
|
1295
1354
|
"n1075": "domaine vacation.sieve — ignoré par boîte aux lettres",
|
|
1296
1355
|
"n1076": "edge peut apply ( skip/drain)— conf écrite",
|
|
@@ -1810,7 +1869,7 @@
|
|
|
1810
1869
|
"n1590": "",
|
|
1811
1870
|
"n1591": "Pas root — chemins système useradd / systemd / nginx restreints",
|
|
1812
1871
|
"n1592": "sans seccomp nécessite runAsUser",
|
|
1813
|
-
"n1593": "
|
|
1872
|
+
"n1593": "Requêtes publiques / min",
|
|
1814
1873
|
"n1594": "connexion panneau ; Disponible\"\" ( )",
|
|
1815
1874
|
"n1595": "Le panneau ne s'exécute pas en tant que root",
|
|
1816
1875
|
"n1596": "Disponible apply:false",
|
|
@@ -2081,7 +2140,7 @@
|
|
|
2081
2140
|
"t0251": "{{v0}} Installation incomplète",
|
|
2082
2141
|
"t0252": "{{v0}} démarrage du service",
|
|
2083
2142
|
"t0253": "Échec du démarrage : {{v0}}",
|
|
2084
|
-
"t0254": "Prend en charge Node.js
|
|
2143
|
+
"t0254": "Prend en charge Node.js {{v0}} ; versions disponibles : {{v1}}",
|
|
2085
2144
|
"t0255": "Prend en charge PHP version {{v0}} ; Disponible : {{v1}}",
|
|
2086
2145
|
"t0256": "Prend en charge Python version {{v0}} ; Disponible : {{v1}}",
|
|
2087
2146
|
"t0257": "Prend en charge Go version {{v0}} ; Disponible : {{v1}}",
|
|
@@ -2203,12 +2262,12 @@
|
|
|
2203
2262
|
"t0373": "Isolation du projet \"{{v0}}\"",
|
|
2204
2263
|
"t0374": "vers le chemin local {{v0}}",
|
|
2205
2264
|
"t0375": "identité {{v0}} : {{v1}}",
|
|
2206
|
-
"t0376": "
|
|
2207
|
-
"t0377": "échec
|
|
2208
|
-
"t0378": "
|
|
2209
|
-
"t0379": "échec
|
|
2210
|
-
"t0380": "
|
|
2211
|
-
"t0381": "échec
|
|
2265
|
+
"t0376": "sftp (identité) vers {{v0}} réussi",
|
|
2266
|
+
"t0377": "échec sftp (identité) : {{v0}}",
|
|
2267
|
+
"t0378": "sftp vers {{v0}} réussi",
|
|
2268
|
+
"t0379": "échec sftp : {{v0}}",
|
|
2269
|
+
"t0380": "sftp vers {{v0}} réussi",
|
|
2270
|
+
"t0381": "échec sftp : {{v0}} (vous pouvez définir backup remote identityId)",
|
|
2212
2271
|
"t0382": "S3 {{v0}}",
|
|
2213
2272
|
"t0383": "échec S3 : {{v0}}",
|
|
2214
2273
|
"t0384": " : {{v0}}/{{v1}} admin 2FA activée",
|
|
@@ -2216,7 +2275,7 @@
|
|
|
2216
2275
|
"t0386": "{{v0}} CHEMIN",
|
|
2217
2276
|
"t0387": "{{v0}} introuvable",
|
|
2218
2277
|
"t0388": "Installez {{v0}} ou ajoutez-le au PATH",
|
|
2219
|
-
"t0389": "
|
|
2278
|
+
"t0389": "Versions disponibles : {{v0}}",
|
|
2220
2279
|
"t0390": "{{v0}} % ( {{v1}} Mo)",
|
|
2221
2280
|
"t0391": "{{v0}} % ({{v1}})",
|
|
2222
2281
|
"t0392": "démarrage du service {{v0}}",
|
|
@@ -2459,15 +2518,15 @@
|
|
|
2459
2518
|
"t0629": "projet {{v0}} home : {{v1}}",
|
|
2460
2519
|
"t0630": "projet {{v0}} bind_ip={{v1}} — possible ( IP )",
|
|
2461
2520
|
"t0631": "projet {{v0}} home n'est pas un chemin : {{v1}}",
|
|
2462
|
-
"t0632": "
|
|
2521
|
+
"t0632": "Accueil orphelin sur disque (aucun projet de magasin correspondant) : {{v0}}",
|
|
2463
2522
|
"t0633": "Maildir : {{v0}}",
|
|
2464
2523
|
"t0634": "{{v0}} — impossible vers la cible",
|
|
2465
2524
|
"t0635": "sondage impossible {{v0}}",
|
|
2466
2525
|
"t0636": "{{v0}} · {{v1}}",
|
|
2467
2526
|
"t0637": "projet {{v0}} · {{v1}} · DB {{v2}} · Redis {{v3}}",
|
|
2468
|
-
"t0638": "
|
|
2527
|
+
"t0638": "Installer le logiciel {{v0}} · homes {{v1}}",
|
|
2469
2528
|
"t0639": "bascule hôte {{v0}}",
|
|
2470
|
-
"t0640": "
|
|
2529
|
+
"t0640": "{{v0}} avertissement(s) — examen avant le basculement.",
|
|
2471
2530
|
"t0641": "clé {{v0}}",
|
|
2472
2531
|
"t0642": "clé impossible : {{v0}}",
|
|
2473
2532
|
"t0643": "cible : écriture authorized_keys impossible : {{v0}}",
|
|
@@ -2531,7 +2590,7 @@
|
|
|
2531
2590
|
"t0701": "CDN {{v0}}",
|
|
2532
2591
|
"t0702": "nœud origin shield inexistant : {{v0}}",
|
|
2533
2592
|
"t0703": "edges : {{v0}}",
|
|
2534
|
-
"t0704": "URL
|
|
2593
|
+
"t0704": "URL d'origine (depuis la liaison du projet) : {{v0}}",
|
|
2535
2594
|
"t0705": "mise à jour CDN {{v0}}",
|
|
2536
2595
|
"t0706": "création CDN {{v0}}",
|
|
2537
2596
|
"t0707": "origin shield : edge shield {{v0}} → {{v1}}",
|
|
@@ -2627,7 +2686,16 @@
|
|
|
2627
2686
|
"t0797": "échec du fuseau horaire : {{v0}}",
|
|
2628
2687
|
"tScoreFrom": "score={{score}} de={{from}}",
|
|
2629
2688
|
"appliedTag": " (appliqué)",
|
|
2630
|
-
"writtenTag": " (écrit seulement)"
|
|
2689
|
+
"writtenTag": " (écrit seulement)",
|
|
2690
|
+
"selfDestMissing": "Répertoire d'installation en cours introuvable (systemd ExecStart ou cli.js)",
|
|
2691
|
+
"selfDestUnwritable": "Impossible d'écrire dans le répertoire d'installation en cours {{v0}}",
|
|
2692
|
+
"selfApplied": "{{v0}} appliqué sur {{v1}}",
|
|
2693
|
+
"selfVerifyFail": "Le fichier de version ne contient pas {{v0}} après application",
|
|
2694
|
+
"selfDownloadFail": "Impossible de télécharger ou extraire le paquet officiel {{v0}} : {{v1}}",
|
|
2695
|
+
"selfOverlayFail": "Impossible d'appliquer le paquet officiel au répertoire en cours : {{v0}}",
|
|
2696
|
+
"selfUpgradeHint": "Échec de l'application du panneau. En root : curl -fsSL https://raw.githubusercontent.com/yanshekki/ysk-server/main/install.sh | bash -s -- --upgrade",
|
|
2697
|
+
"n1611": "UFW est inactif : {{n}} les règles de refus permanents sont stockées dans user.rules mais le noyau ne les applique pas.",
|
|
2698
|
+
"n1612": "UFW est inactif. Une règle de refus serait écrite uniquement dans user.rules — le noyau ne supprimerait pas de paquets. Activez d’abord UFW. Ne s'active pas automatiquement."
|
|
2631
2699
|
},
|
|
2632
2700
|
"tpl": {
|
|
2633
2701
|
"deleted": "Supprimé {{name}}",
|
|
@@ -2690,7 +2758,7 @@
|
|
|
2690
2758
|
"noParen": "(aucun)",
|
|
2691
2759
|
"keepOldDb": "(ancienne BD conservée)",
|
|
2692
2760
|
"ufwNotDetected": "UFW non détecté sur cet hôte",
|
|
2693
|
-
"fail2banStartHint": "Démarrez-le sur la page
|
|
2761
|
+
"fail2banStartHint": "Démarrez-le sur la page fail2ban",
|
|
2694
2762
|
"hasExecuteNotRoot": "EXECUTE est activé mais le processus n'est pas root",
|
|
2695
2763
|
"notRootTarget": "Pas root (useradd/apt cibles seront bloqués)",
|
|
2696
2764
|
"reapplyDone": "étapes clés de réapplication terminées",
|
|
@@ -2857,7 +2925,10 @@
|
|
|
2857
2925
|
"accessReconnectHint": "Les clients déjà connectés doivent se reconnecter pour prendre de nouveaux itinéraires",
|
|
2858
2926
|
"ovpnNatDurable": "OpenVPN NAT/forward installé pour le redémarrage (systemd ExecStartPost).",
|
|
2859
2927
|
"clientFullTunnelProtect": "Client tunnel complet détecté (AllowedIPs 0.0.0.0/0). Protection de l'hôte appliquée afin que les réponses du panneau/SSH restent sur la carte réseau LAN.",
|
|
2860
|
-
"clientFullTunnelHint": "Astuce : pour un accès partagé uniquement, définissez AllowedIPs sur les CIDR VPN/LAN (et non 0.0.0.0/0) dans la configuration, puis reconnectez-vous."
|
|
2928
|
+
"clientFullTunnelHint": "Astuce : pour un accès partagé uniquement, définissez AllowedIPs sur les CIDR VPN/LAN (et non 0.0.0.0/0) dans la configuration, puis reconnectez-vous.",
|
|
2929
|
+
"serverStopped": "{{engine}} serveur arrêté.",
|
|
2930
|
+
"serverStopFailed": "Impossible d'arrêter le serveur {{engine}} : {{detail}}",
|
|
2931
|
+
"peersSynced": "Peer list reloaded on the running WireGuard interface."
|
|
2861
2932
|
},
|
|
2862
2933
|
"vnc": {
|
|
2863
2934
|
"needInstall": "Installer {{stack}}",
|
|
@@ -2951,7 +3022,21 @@
|
|
|
2951
3022
|
"clientDeleted": "Profil client supprimé",
|
|
2952
3023
|
"sessionStartCwd": "Échec du démarrage de VNC : répertoire de travail non accessible à l'utilisateur de la session (affichage :{{display}}). Corrigé en démarrant depuis HOME.",
|
|
2953
3024
|
"desktopRestarted": "Profil de bureau appliqué et session redémarrée ({{desktop}}). Reconnectez VNC/noVNC.",
|
|
2954
|
-
"desktopNeedsStart": "Profil de bureau {{desktop}} écrit sur xstartup. Démarrez la session pour postuler."
|
|
3025
|
+
"desktopNeedsStart": "Profil de bureau {{desktop}} écrit sur xstartup. Démarrez la session pour postuler.",
|
|
3026
|
+
"passwordNeedTiger": "vncpasswd introuvable. Installez TigerVNC (tigervnc-standalone-server) avant de définir un mot de passe.",
|
|
3027
|
+
"linuxUserRolledBack": "Suppression de l'utilisateur Linux restant {{user}} après l'échec du mot de passe VNC.",
|
|
3028
|
+
"linuxUserOrphan": "Impossible de supprimer l'utilisateur Linux restant {{user}} après l'échec du mot de passe VNC.",
|
|
3029
|
+
"sessionStartHostname": "Failed to start display :{{display}}: this host cannot resolve its own hostname. Add the hostname to /etc/hosts (or fix DNS) then start the session again.",
|
|
3030
|
+
"userdelLeftover": "Panel account removed, but Linux user {{user}} is still on the host. Remove it from Users or the host.",
|
|
3031
|
+
"hostnameResolves": "Hostname {{hostname}} resolves.",
|
|
3032
|
+
"hostnameUnresolvable": "This host cannot resolve its own hostname ({{hostname}}). VNC session start will fail until /etc/hosts is fixed.",
|
|
3033
|
+
"hostnameAlreadyResolves": "Hostname {{hostname}} already resolves — /etc/hosts unchanged.",
|
|
3034
|
+
"hostnameWouldAppend": "Would append to /etc/hosts: {{line}}",
|
|
3035
|
+
"hostnameAppended": "Appended to /etc/hosts: {{line}}",
|
|
3036
|
+
"hostnameAppendFailed": "Could not write /etc/hosts: {{detail}}",
|
|
3037
|
+
"skipStartHostname": "Did not start the display — fix hostname resolution first.",
|
|
3038
|
+
"hostnameAliasPresent": "Hostname {{hostname}} is already an exact /etc/hosts alias — not appended again.",
|
|
3039
|
+
"hostnameStillUnresolvable": "Wrote /etc/hosts but {{hostname}} still does not resolve. Confirm nsswitch hosts includes files."
|
|
2955
3040
|
},
|
|
2956
3041
|
"apache": {
|
|
2957
3042
|
"needServerName": "Nom du serveur requis",
|
|
@@ -3001,6 +3086,109 @@
|
|
|
3001
3086
|
"startedDetached": "Le travailleur détaché du tracker BT a démarré (pid {{pid}}, port {{port}})",
|
|
3002
3087
|
"runningDetached": "Tracker exécuté en tant que travailleur détaché (pid {{pid}})",
|
|
3003
3088
|
"jobQueued": "Création de torrent BT en file d'attente (partage important)",
|
|
3004
|
-
"jobRunning": "Création de torrent BT en cours d'exécution"
|
|
3089
|
+
"jobRunning": "Création de torrent BT en cours d'exécution",
|
|
3090
|
+
"libraryAdded": "Ajout de {{name}} à la bibliothèque WebTorrent",
|
|
3091
|
+
"libraryInspectFailed": "Impossible de lire ce .torrent ou cet aimant",
|
|
3092
|
+
"libraryDup": "Ce torrent est déjà dans la bibliothèque",
|
|
3093
|
+
"libraryDestBad": "Le dossier de sauvegarde n'est pas un chemin de fichiers valide",
|
|
3094
|
+
"libraryTorrentTooBig": "Le fichier .torrent fait plus de 8 Mo",
|
|
3095
|
+
"libraryNotFound": "Élément de bibliothèque introuvable",
|
|
3096
|
+
"libraryPaused": "En pause",
|
|
3097
|
+
"libraryResumed": "Reprise",
|
|
3098
|
+
"libraryRemoved": "Supprimé de la bibliothèque",
|
|
3099
|
+
"libraryFilesRemoved": "Fichiers téléchargés supprimés",
|
|
3100
|
+
"libraryRestoreDone": "Restauration de la bibliothèque : démarrée {{started}}/{{attempted}} (échec {{failed}})",
|
|
3101
|
+
"applyTrackersDone": "Application de trackers supplémentaires aux {{n}} emplacements d'annonce en direct",
|
|
3102
|
+
"libraryNeedServe": "Enregistré. Ouvrez le panneau (serveur ysk-server) pour que WebTorrent puisse télécharger ou démarrer.",
|
|
3103
|
+
"libraryDestIsFile": "Impossible de créer un dossier nommé {{name}} — un fichier portant ce nom existe déjà.",
|
|
3104
|
+
"librarySeedMissing": "Aucun fichier correspondant à créer dans ce dossier.",
|
|
3105
|
+
"libraryWaitingPeers": "En attente de pairs. Si les fichiers sont déjà sur cet hôte, ajoutez-les à nouveau et choisissez seed-existant."
|
|
3106
|
+
},
|
|
3107
|
+
"leftover": {
|
|
3108
|
+
"staleCliTitle": "CLI restante périmée",
|
|
3109
|
+
"staleCli": "CLI restante toujours présente : {{path}} (produit en cours d'exécution {{version}}). PATH peut le préférer. Supprimer avec : rm -f {{path}}",
|
|
3110
|
+
"apacheDefaultTitle": "Site par défaut restant d'Apache",
|
|
3111
|
+
"apacheDefault": "Apache 000 par défaut est toujours activé. Il s'agit du fichier stock du site — cela ne signifie pas qu'Apache écoute sur public :80 (YSK Apache est attendu sur 127.0.0.1:8080). La superposition ne le désactive pas. Appliquez Apache à partir du panneau ou de l'hébergement Apache apply --execute.",
|
|
3112
|
+
"nginxCatchAllTitle": "Nginx fourre-tout manquant",
|
|
3113
|
+
"nginxCatchAll": "ysk-000-default.conf n'est pas dans /etc/nginx/conf.d. Un SNI inconnu peut échouer. Exécutez les projets nginx-sync --execute.",
|
|
3114
|
+
"vsftpdTitle": "L'unité vsftpd a échoué",
|
|
3115
|
+
"vsftpd": "vsftpd a échoué. La superposition ne réécrit pas Listen/listen_ipv6. Appliquez FTP à partir du panneau.",
|
|
3116
|
+
"dovecotTitle": "Dovecot TLS indique un certificat manquant",
|
|
3117
|
+
"dovecot": "Dovecot ssl_cert indique qu'il manque {{path}}. La superposition ne réécrit pas ssl=no. Appliquez le courrier TLS après avoir émis le certificat ou appliquez la pile de courrier électronique.",
|
|
3118
|
+
"overlayDoesNotHeal": "La superposition de produits ne réécrit pas nginx, Apache, vsftpd ou Dovecot. Utilisez les commandes d'application répertoriées (root + YSK_EXECUTE=1).",
|
|
3119
|
+
"readinessTitle": "Restes d’hôte après superposition",
|
|
3120
|
+
"readinessClean": "Aucun défaut Apache restant, nginx fourre-tout manquant, échec de vsftpd ou CLI obsolète détecté.",
|
|
3121
|
+
"staleCliRemoved": "CLI résiduel {{path}} supprimé.",
|
|
3122
|
+
"staleCliRemoveFailed": "Impossible de supprimer le CLI résiduel {{path}} : {{detail}}",
|
|
3123
|
+
"vsftpdSslOff": "Certificat FTPS manquant : ssl_enable=NO sur vsftpd, puis redémarrage.",
|
|
3124
|
+
"dovecotSslOff": "{{path}} manquant : Dovecot en ssl=no, puis redémarrage.",
|
|
3125
|
+
"nginxRemoved": "Removed leftover nginx conf {{path}}.",
|
|
3126
|
+
"nginxNotLeftover": "Not a leftover public-files conf — refuse delete.",
|
|
3127
|
+
"nginxUnusedKeep": "000-default is unused, not leftover — not deleted.",
|
|
3128
|
+
"nginxSystemCopy": "System copy still present: {{path}}. Needs YSK_EXECUTE + root to remove.",
|
|
3129
|
+
"nginxReloadFailed": "nginx -t or reload failed after removing {{path}}.",
|
|
3130
|
+
"executeStaleCli": "Pass --execute (root + YSK_EXECUTE=1) to remove stale CLI bins.",
|
|
3131
|
+
"executeMissingTls": "Pass --execute (root + YSK_EXECUTE=1) to disable missing-cert TLS so vsftpd/Dovecot can start.",
|
|
3132
|
+
"executeGeneric": "Pass --execute (root + YSK_EXECUTE=1) to apply leftover cleanup for the findings above."
|
|
3133
|
+
},
|
|
3134
|
+
"git": {
|
|
3135
|
+
"missingBin": "git n'est pas sur PATH",
|
|
3136
|
+
"auth": "L'authentification a échoué. Ajoutez une clé de déploiement ou un jeton HTTPS.",
|
|
3137
|
+
"hostkey": "La vérification de la clé de l'hôte SSH a échoué. Confirmez et épinglez la clé hôte.",
|
|
3138
|
+
"dirty": "L'arbre de travail a {{count}} changement(s) local(s). La traction est bloquée.",
|
|
3139
|
+
"diverged": "Impossible d'avancer rapidement. Réinitialisez la référence distante si vous avez l’intention de supprimer l’historique Git local.",
|
|
3140
|
+
"missingRef": "Cette branche, cette balise ou ce commit ne se trouve pas sur la télécommande.",
|
|
3141
|
+
"shallow": "Ce clone est peu profond. Récupérez l’historique complet avant d’épingler un ancien commit.",
|
|
3142
|
+
"notRepo": "app/ n'est pas encore un référentiel Git.",
|
|
3143
|
+
"unrelated": "Des histoires sans rapport. Reclonez uniquement après confirmation - les fichiers personnalisés seront perdus.",
|
|
3144
|
+
"lock": "Git index.lock est présent. Supprimez-le uniquement si aucun processus git n'est en cours d'exécution.",
|
|
3145
|
+
"disk": "Disque plein ou quota dépassé.",
|
|
3146
|
+
"timeout": "Git a expiré.",
|
|
3147
|
+
"network": "Erreur réseau lors de la conversation avec la télécommande.",
|
|
3148
|
+
"lfs": "Ce dépôt utilise Git LFS et git-lfs n'est pas disponible.",
|
|
3149
|
+
"submodule": "La mise à jour du sous-module a échoué.",
|
|
3150
|
+
"unknown": "Git a échoué. Voir le résultat de la commande.",
|
|
3151
|
+
"fetchOk": "Récupéré de l'origine.",
|
|
3152
|
+
"checkoutOk": "J'ai vérifié {{ref}}.",
|
|
3153
|
+
"resetOk": "Réinitialisez difficilement à {{ref}}.",
|
|
3154
|
+
"envRestored": "App/.env restauré à partir du plan de contrôle.",
|
|
3155
|
+
"needPinHost": "La clé d'hôte SSH n'est pas épinglée. Scannez-le et épinglez-le avant de le cloner ou de le récupérer.",
|
|
3156
|
+
"tokenSaved": "Jeton HTTPS stocké (plus jamais affiché).",
|
|
3157
|
+
"tokenCleared": "Jeton HTTPS supprimé.",
|
|
3158
|
+
"tokenInvalid": "Le jeton doit comporter au moins 8 caractères.",
|
|
3159
|
+
"deployKeyCreated": "Clé de déploiement créée. Ajoutez la clé publique sur l'hôte Git.",
|
|
3160
|
+
"deployKeyCleared": "Clé de déploiement détachée de ce projet.",
|
|
3161
|
+
"hostPinned": "Clés d'hôte SSH épinglées pour {{host}}.",
|
|
3162
|
+
"hostUnpinned": "Clés d'hôte SSH épinglées effacées.",
|
|
3163
|
+
"hostScanFailed": "ssh-keyscan n'a renvoyé aucune clé pour cet hôte.",
|
|
3164
|
+
"hookEnabled": "Le hook Git entrant est activé. Collez vous-même l'URL dans GitHub, Gitea ou GitLab.",
|
|
3165
|
+
"hookDisabled": "Le hook Git entrant est désactivé. L'URL ne sera pas synchronisée.",
|
|
3166
|
+
"hookSecretOnce": "Copiez ce secret de hook maintenant. Il n'est plus affiché.",
|
|
3167
|
+
"refsNeedUrl": "Entrez d'abord une URL Git.",
|
|
3168
|
+
"refsOk": "Chargé {{branches}} branche(s) et {{tags}} balise(s).",
|
|
3169
|
+
"refsEmpty": "La télécommande n'a annoncé aucune branche ni balise.",
|
|
3170
|
+
"diffEmpty": "Aucune différence non mise en scène (le fichier .env protégé est exclu)."
|
|
3171
|
+
},
|
|
3172
|
+
"migrate": {
|
|
3173
|
+
"orphanConfirm": "Tapez le chemin d’accès exact restant pour confirmer la suppression.",
|
|
3174
|
+
"orphanStillInStore": "Cette maison fait toujours partie d'un projet du magasin.",
|
|
3175
|
+
"orphanMissing": "Chemin pas sur le disque : {{path}}",
|
|
3176
|
+
"orphanNeedExecute": "Supprimerait les restes {{path}}. Nécessite YSK_EXECUTE=1.",
|
|
3177
|
+
"orphanRmFailed": "Impossible de supprimer la maison restante : {{detail}}",
|
|
3178
|
+
"orphanRemoved": "Suppression de la maison de projet restante {{path}}."
|
|
3179
|
+
},
|
|
3180
|
+
"defense": {
|
|
3181
|
+
"panelReqLabel": "Demandes de panel / min",
|
|
3182
|
+
"panelReqExcluded": "Trafic du panneau authentifié : affiché ici, non pris en compte dans le score de menace",
|
|
3183
|
+
"tcpOk": "TCP {{target}} accessible",
|
|
3184
|
+
"tcpFail": "TCP {{target}} a échoué",
|
|
3185
|
+
"dnsDegraded": "Chemin DNS dégradé",
|
|
3186
|
+
"reqRateHigh": "Taux de requêtes publiques {{reqs}}/min ≥ {{threshold}}",
|
|
3187
|
+
"ddosHeuristic": "Taux de requêtes publiques élevé et échec de la sonde de périphérie"
|
|
3188
|
+
},
|
|
3189
|
+
"publicFiles": {
|
|
3190
|
+
"liveConf": "Conf Nginx en service : {{path}}",
|
|
3191
|
+
"publicRoot": "Racine publique : {{path}}",
|
|
3192
|
+
"confNameStale": "Le fichier {{file}} ne correspond pas au server_name actuel {{serverName}}. Réappliquez les fichiers publics pour le renommer."
|
|
3005
3193
|
}
|
|
3006
3194
|
}
|
package/locales/fr/projects.json
CHANGED
|
@@ -62,7 +62,8 @@
|
|
|
62
62
|
"deployTitle": "Suivant : Déployer",
|
|
63
63
|
"deployBody": "Utilisez Déployer dans l'en-tête, ou l'onglet Déployer pour Git.",
|
|
64
64
|
"nginxTitle": "Suivant : Publier Nginx",
|
|
65
|
-
"nginxBody": "Ouvrez l'onglet Réseau pour publier Nginx (SSL optionnel)."
|
|
65
|
+
"nginxBody": "Ouvrez l'onglet Réseau pour publier Nginx (SSL optionnel).",
|
|
66
|
+
"provisionOsAction": "Create system user"
|
|
66
67
|
},
|
|
67
68
|
"healthDetail": {
|
|
68
69
|
"none": "Pas encore de contrôle d'état",
|
|
@@ -72,7 +73,12 @@
|
|
|
72
73
|
"httpStatus": "HTTP",
|
|
73
74
|
"latency": "Latence",
|
|
74
75
|
"error": "Erreur",
|
|
75
|
-
"at": "Vérifié le"
|
|
76
|
+
"at": "Vérifié le",
|
|
77
|
+
"deployMode": "Deploy mode",
|
|
78
|
+
"edgeKind": "Edge",
|
|
79
|
+
"goLiveOk": "Go-live",
|
|
80
|
+
"goLiveAt": "Go-live at",
|
|
81
|
+
"degraded": "Degraded"
|
|
76
82
|
},
|
|
77
83
|
"railPhp": "PHP/site",
|
|
78
84
|
"railStatic": "Site statique",
|
|
@@ -503,14 +509,14 @@
|
|
|
503
509
|
"railNode": "Processus Node",
|
|
504
510
|
"runtimeName": {
|
|
505
511
|
"php": "PHP",
|
|
506
|
-
"node": "
|
|
512
|
+
"node": "Noeud.js",
|
|
507
513
|
"static": "Statique",
|
|
508
514
|
"python": "Python",
|
|
509
|
-
"go": "
|
|
510
|
-
"rust": "
|
|
515
|
+
"go": "Aller",
|
|
516
|
+
"rust": "Rouiller",
|
|
511
517
|
"java": "Java",
|
|
512
518
|
"kotlin": "Kotlin",
|
|
513
|
-
"bun": "
|
|
519
|
+
"bun": "Chignon"
|
|
514
520
|
},
|
|
515
521
|
"netCacheTitle": "Cache",
|
|
516
522
|
"logsDeepAccess": "Centre de logs · accès",
|
|
@@ -547,14 +553,130 @@
|
|
|
547
553
|
"netPublishMaint": "Entretien",
|
|
548
554
|
"sslNeedDomain": "Définissez un domaine avant de publier Nginx / SSL.",
|
|
549
555
|
"createTemplateMissing": "{{v0}} ;「— —」。",
|
|
550
|
-
"deleteDialogDesc": "「{{
|
|
556
|
+
"deleteDialogDesc": "「{{name}}」。。",
|
|
551
557
|
"deleteWillStop": "systèmed / PM2 /",
|
|
552
558
|
"deleteWillWeb": "Configuration Nginx、Pool PHP-FPM、Apache vhost()",
|
|
553
559
|
"deleteWillOs": "LinuxMaison()",
|
|
554
560
|
"deleteKeepOs": "AccueilLinux()",
|
|
555
561
|
"deleteWillDb": "…",
|
|
556
562
|
"deleteRemoveFilesDesc": "Annuler,",
|
|
557
|
-
"deleteTypeNameHint": "「{{
|
|
563
|
+
"deleteTypeNameHint": "「{{name}}」",
|
|
558
564
|
"deleteDnsWarn": "Zone DNS / domaine 。",
|
|
559
|
-
"manageInNginx": "Gérer dans Nginx"
|
|
565
|
+
"manageInNginx": "Gérer dans Nginx",
|
|
566
|
+
"advFtpHomeApp": "Répertoire app du site",
|
|
567
|
+
"advFtpHomeRoot": "Répertoire racine du projet",
|
|
568
|
+
"advFtpManage": "Ouvrir la page FTP",
|
|
569
|
+
"listDesc": "Gérer les sites sur cet hôte.",
|
|
570
|
+
"resShell": "Coquille de connexion",
|
|
571
|
+
"resSaveHint": "Enregistrez et appliquez les modifications au système d'exploitation en direct. Le plan de contrôle stocke uniquement le formulaire. Réappliquer utilise les dernières valeurs enregistrées.",
|
|
572
|
+
"resBashConfirmTitle": "Autoriser les bash interactifs ?",
|
|
573
|
+
"resBashConfirmDesc": "Cela accorde un shell de connexion interactif à l’utilisateur du projet. Confirmez uniquement si vous avez besoin de SSH ou PTY en tant qu'utilisateur.",
|
|
574
|
+
"noPathSepHint": "Le nom ne peut pas contenir / ou \\.",
|
|
575
|
+
"createGitHint": "Facultatif. Stocké sur le projet ; cloner à partir de l'onglet Déployer (ne clone pas lors de la création).",
|
|
576
|
+
"gitBranch": "Bifurquer",
|
|
577
|
+
"gitBranchHint": "Branch or tag. Empty uses the remote default. First clone is shallow (depth 1).",
|
|
578
|
+
"gitLastRef": "Dernière synchronisation : {{branch}} @ {{commit}}",
|
|
579
|
+
"gitConfirmTitle": "Cloner dans ce projet ?",
|
|
580
|
+
"gitConfirmBody": "Si app/ est toujours l'espace réservé Hello World, il sera effacé, puis cloné. Les fichiers personnalisés qui ne sont pas un échafaudage YSK sont refusés.",
|
|
581
|
+
"runtimeActual": "Binaire réel {{path}}",
|
|
582
|
+
"gitConfirmRemoteBody": "Cela pointe l'origine vers la nouvelle URL et extrait. Des histoires sans rapport échouent ; les fichiers personnalisés ne sont pas effacés.",
|
|
583
|
+
"runtimeFallback": "L'option {{version}} choisie n'est pas sur cet hôte. Le processus utilise {{path}}.",
|
|
584
|
+
"gitSync": "Synchroniser",
|
|
585
|
+
"gitFetch": "Aller chercher",
|
|
586
|
+
"gitCheckout": "Vérifier",
|
|
587
|
+
"gitReset": "Réinitialiser à distance",
|
|
588
|
+
"gitDeepen": "Récupérer l'historique complet",
|
|
589
|
+
"gitLogTitle": "Commis récents",
|
|
590
|
+
"gitDirtyTitle": "Les modifications locales bloquent l'extraction",
|
|
591
|
+
"gitDirtyBody": "{{count}} le(s) fichier(s) diffèrent de Git (modifications de fichiers ou application). Jetez-les ou abandonnez.",
|
|
592
|
+
"gitDiscard": "Supprimer les fichiers locaux",
|
|
593
|
+
"gitOpenFiles": "Ouvrir dans les fichiers",
|
|
594
|
+
"gitNotCloned": "Non cloné",
|
|
595
|
+
"gitClean": "Faire le ménage",
|
|
596
|
+
"gitDirty": "Sale",
|
|
597
|
+
"gitBehind": "Derrière {{count}}",
|
|
598
|
+
"gitAhead": "En avant {{count}}",
|
|
599
|
+
"gitDetached": "Épinglé",
|
|
600
|
+
"gitShallow": "Peu profond",
|
|
601
|
+
"gitMissing": "git manquant",
|
|
602
|
+
"gitResetConfirmTitle": "Réinitialisation difficile à distance ?",
|
|
603
|
+
"gitResetConfirmBody": "Cela supprime l'historique Git local et les fichiers non suivis, à l'exception de .env, puis restaure .env à partir du plan de contrôle.",
|
|
604
|
+
"gitHeads": "Succursales distantes",
|
|
605
|
+
"gitToken": "Jeton HTTPS",
|
|
606
|
+
"gitTokenHint": "Personal access token. Stored encrypted; never written into the remote URL.",
|
|
607
|
+
"gitTokenPlaceholder": "ghp_… ou glpat-…",
|
|
608
|
+
"gitTokenSet": "Ensemble de jetons",
|
|
609
|
+
"gitSaveToken": "Enregistrer le jeton",
|
|
610
|
+
"gitClearToken": "Effacer le jeton",
|
|
611
|
+
"gitDeployKey": "Déployer la clé publique",
|
|
612
|
+
"gitDeployKeyHint": "Ajoutez-le en tant que clé de déploiement en lecture seule sur l'hôte Git.",
|
|
613
|
+
"gitDeployKeyOn": "Clé de déploiement",
|
|
614
|
+
"gitMakeKey": "Créer une clé de déploiement",
|
|
615
|
+
"gitCopyPub": "Copier la clé publique",
|
|
616
|
+
"gitClearKey": "Effacer la clé de déploiement",
|
|
617
|
+
"gitKeyCopied": "Clé publique copiée",
|
|
618
|
+
"gitPinHost": "Épingler la clé de l'hôte",
|
|
619
|
+
"gitPinHostBody": "{{host}} n'est pas épinglé. Confirmez les empreintes digitales, puis épinglez avant le clonage SSH.",
|
|
620
|
+
"gitHostUnpinned": "Clé d'hôte non épinglée",
|
|
621
|
+
"gitHookTitle": "Inbound hook",
|
|
622
|
+
"gitHookHint": "Paste POST /api/v1/hooks/git/<id> into GitHub / Gitea / GitLab yourself (push events). Not Slack. Secret is HMAC or X-YSK-Git-Hook.",
|
|
623
|
+
"gitHookOn": "Hook on",
|
|
624
|
+
"gitHookOff": "Hook off",
|
|
625
|
+
"gitHookEnable": "Enable hook",
|
|
626
|
+
"gitHookRotate": "Rotation secrète",
|
|
627
|
+
"gitHookDisable": "Disable hook",
|
|
628
|
+
"gitHookSecretOnce": "Copy this secret now — it is not stored in the page after you leave.",
|
|
629
|
+
"gitHookCopyUrl": "Copy URL",
|
|
630
|
+
"gitHookCopySecret": "Copier le secret",
|
|
631
|
+
"gitHookCopied": "Copié",
|
|
632
|
+
"gitHookSetup": "Add the webhook yourself. Payload URL = the URL above. Content type application/json. Events: push only. Secret = the one-time value.",
|
|
633
|
+
"gitHookGithub": "GitHub: Settings → Webhooks → Add webhook. Content type application/json. Events: Just the push event. GitHub.com requires HTTPS.",
|
|
634
|
+
"gitHookGitea": "Gitea: Settings → Webhooks → Add Webhook → Gitea. HTTP Method POST. Push events.",
|
|
635
|
+
"gitHookGitlab": "GitLab: Settings → Webhooks. Trigger: Push events. Secret token = the hook secret (sent as X-Gitlab-Token).",
|
|
636
|
+
"gitHookHonesty": "The host unit must have YSK_EXECUTE=1. Without it the hook answers but does not clone or deploy.",
|
|
637
|
+
"gitHookSkipOther": "Pushes to other branches are ignored. Only the project ref syncs.",
|
|
638
|
+
"gitAuthHttps": "Jeton HTTPS",
|
|
639
|
+
"gitAuthSsh": "Clé de déploiement SSH",
|
|
640
|
+
"gitLoadRefs": "Charger les branches",
|
|
641
|
+
"gitRefDefault": "Valeur par défaut à distance",
|
|
642
|
+
"gitRefBranches": "Succursales",
|
|
643
|
+
"gitRefTags": "Balises",
|
|
644
|
+
"gitRefOther": "Autre réf…",
|
|
645
|
+
"gitRefCustom": "Commit ou ref",
|
|
646
|
+
"gitRefsNeedUrl": "Entrez d'abord une URL.",
|
|
647
|
+
"gitRefsNeedAuth": "Enregistrez un jeton ou déployez une clé, puis chargez des branches.",
|
|
648
|
+
"gitRefsHint": "Chargé depuis la télécommande. Choisissez-en un – ne tapez pas.",
|
|
649
|
+
"gitHookSetupToggle": "Comment coller ça",
|
|
650
|
+
"gitHookOneLiner": "HMAC ou X-YSK-Git-Hook. Seule la réf. de ce projet.",
|
|
651
|
+
"gitHookExecuteHint": "Nécessite YSK_EXECUTE=1 pour cloner ou déployer.",
|
|
652
|
+
"gitShowKey": "Afficher la clé",
|
|
653
|
+
"gitHideKey": "Cacher",
|
|
654
|
+
"gitBehindShort": "↓{{count}}",
|
|
655
|
+
"gitAheadShort": "↑{{count}}",
|
|
656
|
+
"gitDirtyShort": "Sale · {{count}}",
|
|
657
|
+
"gitFilesLink": "Fichiers",
|
|
658
|
+
"gitTokenLaterHint": "Le jeton HTTPS et la profondeur de clonage sont définis dans l'onglet Déploiement du projet après la création.",
|
|
659
|
+
"netForceHttpsOn": "HTTP sera redirigé vers HTTPS après la publication du Edge.",
|
|
660
|
+
"netForceHttpsOff": "Aucune redirection forcée n'est stockée.",
|
|
661
|
+
"netHttpsLiveNotForced": "Un fichier Edge existe ; HTTPS peut déjà fonctionner. Cette case force uniquement HTTP → HTTPS.",
|
|
662
|
+
"gitSyncBlockedDirty": "La synchronisation est désactivée jusqu'à ce que les modifications locales soient ignorées (réinitialisation) ou que les fichiers correspondent à Git.",
|
|
663
|
+
"gitViewDiff": "Voir la différence",
|
|
664
|
+
"gitBranchAfterUrl": "Saisissez d’abord l’URL Git. Vide = branche par défaut du distant.",
|
|
665
|
+
"gitResetNeedConfirm": "Confirmation requise — abandonne les commits locaux",
|
|
666
|
+
"openUrlNeedDomain": "Définissez d’abord un domaine – n’ouvrez pas 127.0.0.1 dans votre navigateur",
|
|
667
|
+
"needOsUser": "Créez d'abord l'utilisateur système dans l'onglet Isolation.",
|
|
668
|
+
"stopTitle": "Arrêter ce projet (unité systemd et site public)",
|
|
669
|
+
"deployTitle": "Déployer ce projet",
|
|
670
|
+
"httpStatsHint": "À partir du journal d'accès de ce projet (dernier échantillon)",
|
|
671
|
+
"httpStatsNone": "Aucun journal d'accès au projet pour l'instant",
|
|
672
|
+
"statStoppedOnly": "Arrêté",
|
|
673
|
+
"statReadyOnly": "Prêt",
|
|
674
|
+
"netBoundCert": "Certificat lié",
|
|
675
|
+
"netBoundCertExpiry": "expire {{at}}",
|
|
676
|
+
"netNoBoundCert": "Aucun certificat sur disque pour ce nom d’hôte",
|
|
677
|
+
"netForceHttpsNeedCert": "Émettez un certificat sur /ssl pour ce domaine avant de forcer HTTPS.",
|
|
678
|
+
"goIsolation": "Open Isolation tab",
|
|
679
|
+
"netHstsNeedHttps": "Turn on force HTTPS first",
|
|
680
|
+
"homeMissing": "Home directory does not exist",
|
|
681
|
+
"homeMissingHint": "Same live probe as migrate inventory — create the system user on Isolation"
|
|
560
682
|
}
|