ysk-server-shared 1.0.0 → 1.1.0
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/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 +9 -0
- 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 +3 -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 +6 -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 +132 -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 +141 -0
- package/dist/validators.d.ts.map +1 -0
- package/dist/validators.js +109 -0
- package/dist/validators.js.map +1 -0
- package/locales/ar/agents.json +11 -1
- package/locales/ar/apache.json +5 -1
- package/locales/ar/audit.json +4 -1
- package/locales/ar/backups.json +20 -1
- package/locales/ar/btTracker.json +118 -39
- package/locales/ar/catalog.json +8 -8
- package/locales/ar/cdn.json +87 -1
- package/locales/ar/cli.json +4 -4
- package/locales/ar/common.json +8 -1
- package/locales/ar/cron.json +30 -1
- package/locales/ar/dashboard.json +21 -2
- package/locales/ar/db.json +58 -3
- package/locales/ar/dns.json +19 -1
- package/locales/ar/docker.json +247 -0
- package/locales/ar/email.json +47 -11
- package/locales/ar/errors.json +5 -2
- package/locales/ar/fail2ban.json +38 -13
- package/locales/ar/files.json +52 -10
- package/locales/ar/firewall.json +19 -10
- package/locales/ar/ftp.json +16 -1
- package/locales/ar/hostBrowse.json +35 -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 +14 -1
- package/locales/ar/nav.json +11 -4
- package/locales/ar/network.json +25 -2
- package/locales/ar/notFound.json +6 -0
- package/locales/ar/notes.json +213 -61
- package/locales/ar/playbooks.json +1 -1
- package/locales/ar/projects.json +132 -11
- package/locales/ar/protection.json +70 -8
- package/locales/ar/publicFiles.json +14 -1
- package/locales/ar/rbac.json +15 -2
- package/locales/ar/readiness.json +33 -2
- package/locales/ar/redis.json +19 -1
- package/locales/ar/runtime.json +49 -2
- package/locales/ar/search.json +14 -10
- package/locales/ar/security.json +66 -7
- package/locales/ar/serviceExposure.json +18 -6
- package/locales/ar/services.json +61 -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 +26 -2
- package/locales/ar/systemd.json +3 -1
- package/locales/ar/terminal.json +9 -1
- package/locales/ar/translation.json +2189 -295
- package/locales/ar/updates.json +75 -3
- package/locales/ar/users.json +19 -1
- package/locales/ar/validators.json +266 -0
- package/locales/ar/vnc.json +10 -1
- package/locales/ar/vpn.json +18 -3
- package/locales/bn/agents.json +11 -1
- package/locales/bn/apache.json +5 -1
- package/locales/bn/audit.json +4 -1
- package/locales/bn/backups.json +20 -1
- package/locales/bn/btTracker.json +118 -39
- package/locales/bn/catalog.json +5 -5
- package/locales/bn/cdn.json +87 -1
- package/locales/bn/cli.json +2 -2
- package/locales/bn/common.json +8 -1
- package/locales/bn/cron.json +30 -1
- package/locales/bn/dashboard.json +21 -2
- package/locales/bn/db.json +58 -3
- package/locales/bn/dns.json +19 -1
- package/locales/bn/docker.json +247 -0
- package/locales/bn/email.json +46 -10
- package/locales/bn/errors.json +5 -2
- package/locales/bn/fail2ban.json +26 -1
- package/locales/bn/files.json +52 -10
- package/locales/bn/firewall.json +17 -8
- package/locales/bn/ftp.json +16 -1
- package/locales/bn/hostBrowse.json +35 -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 +14 -1
- package/locales/bn/nav.json +10 -3
- package/locales/bn/network.json +25 -2
- package/locales/bn/notFound.json +6 -0
- package/locales/bn/notes.json +183 -31
- package/locales/bn/projects.json +131 -10
- package/locales/bn/protection.json +64 -2
- package/locales/bn/publicFiles.json +14 -1
- package/locales/bn/rbac.json +15 -2
- package/locales/bn/readiness.json +32 -1
- package/locales/bn/redis.json +19 -1
- package/locales/bn/runtime.json +49 -2
- package/locales/bn/search.json +13 -9
- package/locales/bn/security.json +66 -7
- package/locales/bn/serviceExposure.json +18 -6
- package/locales/bn/services.json +60 -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 +26 -2
- package/locales/bn/systemd.json +3 -1
- package/locales/bn/terminal.json +9 -1
- package/locales/bn/translation.json +2133 -239
- package/locales/bn/updates.json +75 -3
- package/locales/bn/users.json +19 -1
- package/locales/bn/validators.json +266 -0
- package/locales/bn/vnc.json +10 -1
- package/locales/bn/vpn.json +18 -3
- package/locales/en/agents.json +15 -5
- package/locales/en/apache.json +4 -0
- package/locales/en/audit.json +4 -1
- package/locales/en/backups.json +21 -2
- package/locales/en/btTracker.json +82 -3
- package/locales/en/cdn.json +102 -2
- package/locales/en/cli.json +7 -7
- package/locales/en/common.json +8 -1
- package/locales/en/cron.json +30 -1
- package/locales/en/dashboard.json +25 -6
- package/locales/en/db.json +64 -8
- package/locales/en/dns.json +19 -1
- package/locales/en/docker.json +247 -0
- package/locales/en/email.json +47 -11
- package/locales/en/errors.json +6 -3
- package/locales/en/fail2ban.json +31 -6
- package/locales/en/files.json +43 -1
- package/locales/en/firewall.json +10 -1
- package/locales/en/ftp.json +18 -3
- package/locales/en/hostBrowse.json +22 -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 +14 -1
- package/locales/en/nav.json +9 -2
- package/locales/en/network.json +25 -2
- package/locales/en/notFound.json +6 -0
- package/locales/en/notes.json +190 -38
- package/locales/en/projects.json +132 -11
- package/locales/en/protection.json +66 -3
- package/locales/en/publicFiles.json +14 -1
- package/locales/en/rbac.json +15 -2
- package/locales/en/readiness.json +30 -1
- package/locales/en/redis.json +19 -1
- package/locales/en/runtime.json +51 -3
- package/locales/en/search.json +4 -0
- package/locales/en/security.json +68 -9
- package/locales/en/serviceExposure.json +13 -1
- package/locales/en/services.json +60 -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 +30 -6
- package/locales/en/systemd.json +2 -0
- package/locales/en/terminal.json +10 -2
- package/locales/en/translation.json +2074 -180
- package/locales/en/updates.json +49 -4
- package/locales/en/users.json +20 -1
- package/locales/en/validators.json +266 -0
- package/locales/en/vnc.json +16 -7
- package/locales/en/vpn.json +17 -2
- package/locales/es/agents.json +11 -1
- package/locales/es/apache.json +5 -1
- package/locales/es/audit.json +4 -1
- package/locales/es/backups.json +20 -1
- package/locales/es/btTracker.json +116 -37
- package/locales/es/catalog.json +6 -6
- package/locales/es/cdn.json +87 -1
- package/locales/es/cli.json +2 -2
- package/locales/es/common.json +8 -1
- package/locales/es/cron.json +30 -1
- package/locales/es/dashboard.json +21 -2
- package/locales/es/db.json +58 -3
- package/locales/es/dns.json +19 -1
- package/locales/es/docker.json +247 -0
- package/locales/es/email.json +46 -10
- package/locales/es/errors.json +5 -2
- package/locales/es/fail2ban.json +26 -1
- package/locales/es/files.json +51 -9
- package/locales/es/firewall.json +17 -8
- package/locales/es/ftp.json +16 -1
- package/locales/es/hostBrowse.json +33 -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 +14 -1
- package/locales/es/nav.json +11 -4
- package/locales/es/network.json +25 -2
- package/locales/es/notFound.json +6 -0
- package/locales/es/notes.json +190 -38
- package/locales/es/projects.json +131 -10
- package/locales/es/protection.json +64 -2
- package/locales/es/publicFiles.json +14 -1
- package/locales/es/rbac.json +15 -2
- package/locales/es/readiness.json +32 -1
- package/locales/es/redis.json +19 -1
- package/locales/es/runtime.json +49 -2
- package/locales/es/search.json +13 -9
- package/locales/es/security.json +66 -7
- package/locales/es/serviceExposure.json +18 -6
- package/locales/es/services.json +60 -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 +26 -2
- package/locales/es/systemd.json +3 -1
- package/locales/es/terminal.json +9 -1
- package/locales/es/translation.json +2135 -241
- package/locales/es/updates.json +75 -3
- package/locales/es/users.json +19 -1
- package/locales/es/validators.json +266 -0
- package/locales/es/vnc.json +10 -1
- package/locales/es/vpn.json +18 -3
- package/locales/fr/agents.json +11 -1
- package/locales/fr/apache.json +5 -1
- package/locales/fr/audit.json +4 -1
- package/locales/fr/backups.json +20 -1
- package/locales/fr/btTracker.json +115 -36
- package/locales/fr/catalog.json +6 -6
- package/locales/fr/cdn.json +87 -1
- package/locales/fr/cli.json +3 -3
- package/locales/fr/common.json +8 -1
- package/locales/fr/cron.json +30 -1
- package/locales/fr/dashboard.json +21 -2
- package/locales/fr/db.json +58 -3
- package/locales/fr/dns.json +19 -1
- package/locales/fr/docker.json +247 -0
- package/locales/fr/email.json +44 -8
- package/locales/fr/errors.json +5 -2
- package/locales/fr/fail2ban.json +27 -2
- package/locales/fr/files.json +51 -9
- package/locales/fr/firewall.json +13 -4
- package/locales/fr/ftp.json +16 -1
- package/locales/fr/hostBrowse.json +32 -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 +14 -1
- package/locales/fr/nav.json +11 -4
- package/locales/fr/network.json +25 -2
- package/locales/fr/notFound.json +6 -0
- package/locales/fr/notes.json +186 -34
- package/locales/fr/projects.json +129 -8
- package/locales/fr/protection.json +64 -2
- package/locales/fr/publicFiles.json +14 -1
- package/locales/fr/rbac.json +15 -2
- package/locales/fr/readiness.json +32 -1
- package/locales/fr/redis.json +20 -2
- package/locales/fr/runtime.json +49 -2
- package/locales/fr/search.json +11 -7
- package/locales/fr/security.json +66 -7
- package/locales/fr/serviceExposure.json +17 -5
- package/locales/fr/services.json +60 -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 +26 -2
- package/locales/fr/systemd.json +3 -1
- package/locales/fr/terminal.json +9 -1
- package/locales/fr/translation.json +2119 -225
- package/locales/fr/updates.json +75 -3
- package/locales/fr/users.json +19 -1
- package/locales/fr/validators.json +266 -0
- package/locales/fr/vnc.json +10 -1
- package/locales/fr/vpn.json +17 -2
- package/locales/hi/agents.json +11 -1
- package/locales/hi/apache.json +5 -1
- package/locales/hi/audit.json +4 -1
- package/locales/hi/backups.json +20 -1
- package/locales/hi/btTracker.json +118 -39
- package/locales/hi/catalog.json +7 -7
- package/locales/hi/cdn.json +87 -1
- package/locales/hi/cli.json +1 -1
- package/locales/hi/common.json +8 -1
- package/locales/hi/cron.json +30 -1
- package/locales/hi/dashboard.json +21 -2
- package/locales/hi/db.json +58 -3
- package/locales/hi/dns.json +19 -1
- package/locales/hi/docker.json +247 -0
- package/locales/hi/email.json +46 -10
- package/locales/hi/errors.json +5 -2
- package/locales/hi/fail2ban.json +29 -4
- package/locales/hi/files.json +52 -10
- package/locales/hi/firewall.json +17 -8
- package/locales/hi/ftp.json +16 -1
- package/locales/hi/hostBrowse.json +35 -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 +14 -1
- package/locales/hi/nav.json +11 -4
- package/locales/hi/network.json +25 -2
- package/locales/hi/notFound.json +6 -0
- package/locales/hi/notes.json +188 -36
- package/locales/hi/projects.json +132 -11
- package/locales/hi/protection.json +65 -3
- package/locales/hi/publicFiles.json +14 -1
- package/locales/hi/rbac.json +16 -3
- package/locales/hi/readiness.json +32 -1
- package/locales/hi/redis.json +19 -1
- package/locales/hi/runtime.json +49 -2
- package/locales/hi/search.json +14 -10
- package/locales/hi/security.json +66 -7
- package/locales/hi/serviceExposure.json +18 -6
- package/locales/hi/services.json +60 -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 +26 -2
- package/locales/hi/systemd.json +3 -1
- package/locales/hi/terminal.json +9 -1
- package/locales/hi/translation.json +2146 -252
- package/locales/hi/updates.json +75 -3
- package/locales/hi/users.json +19 -1
- package/locales/hi/validators.json +266 -0
- package/locales/hi/vnc.json +10 -1
- package/locales/hi/vpn.json +19 -4
- package/locales/id/agents.json +11 -1
- package/locales/id/apache.json +5 -1
- package/locales/id/audit.json +4 -1
- package/locales/id/backups.json +20 -1
- package/locales/id/btTracker.json +116 -37
- package/locales/id/catalog.json +6 -6
- package/locales/id/cdn.json +87 -1
- package/locales/id/cli.json +2 -2
- package/locales/id/common.json +8 -1
- package/locales/id/cron.json +30 -1
- package/locales/id/dashboard.json +21 -2
- package/locales/id/db.json +58 -3
- package/locales/id/dns.json +19 -1
- package/locales/id/docker.json +247 -0
- package/locales/id/email.json +46 -10
- package/locales/id/errors.json +5 -2
- package/locales/id/fail2ban.json +26 -1
- package/locales/id/files.json +51 -9
- package/locales/id/firewall.json +15 -6
- package/locales/id/ftp.json +16 -1
- package/locales/id/hostBrowse.json +33 -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 +14 -1
- package/locales/id/nav.json +10 -3
- package/locales/id/network.json +25 -2
- package/locales/id/notFound.json +6 -0
- package/locales/id/notes.json +185 -33
- package/locales/id/projects.json +130 -9
- package/locales/id/protection.json +64 -2
- package/locales/id/publicFiles.json +14 -1
- package/locales/id/rbac.json +15 -2
- package/locales/id/readiness.json +32 -1
- package/locales/id/redis.json +19 -1
- package/locales/id/runtime.json +49 -2
- package/locales/id/search.json +13 -9
- package/locales/id/security.json +65 -6
- package/locales/id/serviceExposure.json +18 -6
- package/locales/id/services.json +60 -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 +26 -2
- package/locales/id/systemd.json +3 -1
- package/locales/id/terminal.json +9 -1
- package/locales/id/translation.json +2125 -231
- package/locales/id/updates.json +75 -3
- package/locales/id/users.json +19 -1
- package/locales/id/validators.json +266 -0
- package/locales/id/vnc.json +10 -1
- package/locales/id/vpn.json +18 -3
- package/locales/ja/agents.json +11 -1
- package/locales/ja/apache.json +5 -1
- package/locales/ja/audit.json +4 -1
- package/locales/ja/backups.json +20 -1
- package/locales/ja/btTracker.json +118 -39
- package/locales/ja/catalog.json +10 -10
- package/locales/ja/cdn.json +87 -1
- package/locales/ja/cli.json +3 -3
- package/locales/ja/common.json +8 -1
- package/locales/ja/cron.json +30 -1
- package/locales/ja/dashboard.json +21 -2
- package/locales/ja/db.json +58 -3
- package/locales/ja/dns.json +19 -1
- package/locales/ja/docker.json +247 -0
- package/locales/ja/email.json +46 -10
- package/locales/ja/errors.json +5 -2
- package/locales/ja/fail2ban.json +26 -1
- package/locales/ja/files.json +51 -9
- package/locales/ja/firewall.json +17 -8
- package/locales/ja/ftp.json +16 -1
- package/locales/ja/hostBrowse.json +35 -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 +14 -1
- package/locales/ja/nav.json +13 -6
- package/locales/ja/network.json +26 -3
- package/locales/ja/notFound.json +6 -0
- package/locales/ja/notes.json +194 -42
- package/locales/ja/projects.json +131 -10
- package/locales/ja/protection.json +64 -2
- package/locales/ja/publicFiles.json +14 -1
- package/locales/ja/rbac.json +15 -2
- package/locales/ja/readiness.json +32 -1
- package/locales/ja/redis.json +19 -1
- package/locales/ja/runtime.json +50 -3
- package/locales/ja/search.json +12 -8
- package/locales/ja/security.json +66 -7
- package/locales/ja/serviceExposure.json +18 -6
- package/locales/ja/services.json +60 -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 +26 -2
- package/locales/ja/systemd.json +3 -1
- package/locales/ja/terminal.json +9 -1
- package/locales/ja/translation.json +2152 -258
- package/locales/ja/updates.json +75 -3
- package/locales/ja/users.json +19 -1
- package/locales/ja/validators.json +266 -0
- package/locales/ja/vnc.json +10 -1
- package/locales/ja/vpn.json +18 -3
- package/locales/ko/agents.json +11 -1
- package/locales/ko/apache.json +5 -1
- package/locales/ko/audit.json +4 -1
- package/locales/ko/backups.json +20 -1
- package/locales/ko/btTracker.json +118 -39
- package/locales/ko/catalog.json +8 -8
- package/locales/ko/cdn.json +87 -1
- package/locales/ko/cli.json +2 -2
- package/locales/ko/common.json +8 -1
- package/locales/ko/cron.json +30 -1
- package/locales/ko/dashboard.json +21 -2
- package/locales/ko/db.json +58 -3
- package/locales/ko/dns.json +19 -1
- package/locales/ko/docker.json +247 -0
- package/locales/ko/email.json +46 -10
- package/locales/ko/errors.json +5 -2
- package/locales/ko/fail2ban.json +37 -12
- package/locales/ko/files.json +51 -9
- package/locales/ko/firewall.json +18 -9
- package/locales/ko/ftp.json +16 -1
- package/locales/ko/hostBrowse.json +35 -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 +14 -1
- package/locales/ko/nav.json +11 -4
- package/locales/ko/network.json +25 -2
- package/locales/ko/notFound.json +6 -0
- package/locales/ko/notes.json +204 -52
- package/locales/ko/playbooks.json +1 -1
- package/locales/ko/projects.json +132 -11
- package/locales/ko/protection.json +67 -5
- package/locales/ko/publicFiles.json +14 -1
- package/locales/ko/rbac.json +15 -2
- package/locales/ko/readiness.json +33 -2
- package/locales/ko/redis.json +19 -1
- package/locales/ko/runtime.json +49 -2
- package/locales/ko/search.json +13 -9
- package/locales/ko/security.json +66 -7
- package/locales/ko/serviceExposure.json +18 -6
- package/locales/ko/services.json +60 -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 +26 -2
- package/locales/ko/systemd.json +3 -1
- package/locales/ko/terminal.json +9 -1
- package/locales/ko/translation.json +2171 -277
- package/locales/ko/updates.json +75 -3
- package/locales/ko/users.json +19 -1
- package/locales/ko/validators.json +266 -0
- package/locales/ko/vnc.json +10 -1
- package/locales/ko/vpn.json +19 -4
- package/locales/pt/agents.json +11 -1
- package/locales/pt/apache.json +5 -1
- package/locales/pt/audit.json +4 -1
- package/locales/pt/backups.json +20 -1
- package/locales/pt/btTracker.json +116 -37
- package/locales/pt/catalog.json +4 -4
- package/locales/pt/cdn.json +87 -1
- package/locales/pt/cli.json +2 -2
- package/locales/pt/common.json +8 -1
- package/locales/pt/cron.json +30 -1
- package/locales/pt/dashboard.json +21 -2
- package/locales/pt/db.json +58 -3
- package/locales/pt/dns.json +19 -1
- package/locales/pt/docker.json +247 -0
- package/locales/pt/email.json +46 -10
- package/locales/pt/errors.json +5 -2
- package/locales/pt/fail2ban.json +26 -1
- package/locales/pt/files.json +51 -9
- package/locales/pt/firewall.json +16 -7
- package/locales/pt/ftp.json +16 -1
- package/locales/pt/hostBrowse.json +35 -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 +14 -1
- package/locales/pt/nav.json +10 -3
- package/locales/pt/network.json +25 -2
- package/locales/pt/notFound.json +6 -0
- package/locales/pt/notes.json +187 -35
- package/locales/pt/projects.json +129 -8
- package/locales/pt/protection.json +64 -2
- package/locales/pt/publicFiles.json +14 -1
- package/locales/pt/rbac.json +15 -2
- package/locales/pt/readiness.json +32 -1
- package/locales/pt/redis.json +19 -1
- package/locales/pt/runtime.json +49 -2
- package/locales/pt/search.json +11 -7
- package/locales/pt/security.json +66 -7
- package/locales/pt/serviceExposure.json +17 -5
- package/locales/pt/services.json +60 -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 +26 -2
- package/locales/pt/systemd.json +3 -1
- package/locales/pt/terminal.json +9 -1
- package/locales/pt/translation.json +2125 -231
- package/locales/pt/updates.json +75 -3
- package/locales/pt/users.json +19 -1
- package/locales/pt/validators.json +266 -0
- package/locales/pt/vnc.json +10 -1
- package/locales/pt/vpn.json +17 -2
- package/locales/ur/agents.json +11 -1
- package/locales/ur/apache.json +5 -1
- package/locales/ur/audit.json +4 -1
- package/locales/ur/backups.json +20 -1
- package/locales/ur/btTracker.json +118 -39
- package/locales/ur/catalog.json +6 -6
- package/locales/ur/cdn.json +87 -1
- package/locales/ur/cli.json +2 -2
- package/locales/ur/common.json +8 -1
- package/locales/ur/cron.json +30 -1
- package/locales/ur/dashboard.json +21 -2
- package/locales/ur/db.json +58 -3
- package/locales/ur/dns.json +19 -1
- package/locales/ur/docker.json +247 -0
- package/locales/ur/email.json +46 -10
- package/locales/ur/errors.json +5 -2
- package/locales/ur/fail2ban.json +26 -1
- package/locales/ur/files.json +52 -10
- package/locales/ur/firewall.json +17 -8
- package/locales/ur/ftp.json +16 -1
- package/locales/ur/hostBrowse.json +35 -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 +14 -1
- package/locales/ur/nav.json +10 -3
- package/locales/ur/network.json +25 -2
- package/locales/ur/notFound.json +6 -0
- package/locales/ur/notes.json +183 -31
- package/locales/ur/projects.json +131 -10
- package/locales/ur/protection.json +64 -2
- package/locales/ur/publicFiles.json +14 -1
- package/locales/ur/rbac.json +15 -2
- package/locales/ur/readiness.json +32 -1
- package/locales/ur/redis.json +19 -1
- package/locales/ur/runtime.json +49 -2
- package/locales/ur/search.json +13 -9
- package/locales/ur/security.json +66 -7
- package/locales/ur/serviceExposure.json +18 -6
- package/locales/ur/services.json +60 -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 +26 -2
- package/locales/ur/systemd.json +3 -1
- package/locales/ur/terminal.json +9 -1
- package/locales/ur/translation.json +2134 -240
- package/locales/ur/updates.json +75 -3
- package/locales/ur/users.json +19 -1
- package/locales/ur/validators.json +266 -0
- package/locales/ur/vnc.json +10 -1
- package/locales/ur/vpn.json +19 -4
- package/locales/zh-CN/agents.json +11 -1
- package/locales/zh-CN/apache.json +6 -2
- package/locales/zh-CN/audit.json +4 -1
- package/locales/zh-CN/backups.json +20 -1
- package/locales/zh-CN/btTracker.json +82 -3
- package/locales/zh-CN/catalog.json +2 -2
- package/locales/zh-CN/cdn.json +87 -1
- package/locales/zh-CN/cli.json +5 -5
- package/locales/zh-CN/common.json +8 -1
- package/locales/zh-CN/cron.json +30 -1
- package/locales/zh-CN/dashboard.json +22 -3
- package/locales/zh-CN/db.json +59 -4
- package/locales/zh-CN/dns.json +19 -1
- package/locales/zh-CN/docker.json +247 -0
- package/locales/zh-CN/email.json +46 -10
- package/locales/zh-CN/errors.json +5 -2
- package/locales/zh-CN/fail2ban.json +31 -6
- package/locales/zh-CN/files.json +45 -3
- package/locales/zh-CN/firewall.json +11 -2
- package/locales/zh-CN/ftp.json +16 -1
- package/locales/zh-CN/hostBrowse.json +21 -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 +14 -1
- package/locales/zh-CN/nav.json +10 -3
- package/locales/zh-CN/network.json +26 -3
- package/locales/zh-CN/nginx.json +1 -1
- package/locales/zh-CN/notFound.json +6 -0
- package/locales/zh-CN/notes.json +177 -25
- package/locales/zh-CN/projects.json +128 -7
- package/locales/zh-CN/protection.json +64 -2
- package/locales/zh-CN/publicFiles.json +14 -1
- package/locales/zh-CN/rbac.json +15 -2
- package/locales/zh-CN/readiness.json +33 -2
- package/locales/zh-CN/redis.json +19 -1
- package/locales/zh-CN/runtime.json +50 -3
- package/locales/zh-CN/search.json +5 -1
- package/locales/zh-CN/security.json +66 -7
- package/locales/zh-CN/serviceExposure.json +13 -1
- package/locales/zh-CN/services.json +60 -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 +27 -3
- package/locales/zh-CN/systemd.json +3 -1
- package/locales/zh-CN/terminal.json +9 -1
- package/locales/zh-CN/translation.json +2040 -146
- package/locales/zh-CN/updates.json +75 -3
- package/locales/zh-CN/users.json +19 -1
- package/locales/zh-CN/validators.json +266 -0
- package/locales/zh-CN/vnc.json +10 -1
- package/locales/zh-CN/vpn.json +19 -4
- package/locales/zh-HK/agents.json +17 -7
- package/locales/zh-HK/apache.json +6 -2
- package/locales/zh-HK/audit.json +4 -1
- package/locales/zh-HK/backups.json +21 -2
- package/locales/zh-HK/btTracker.json +86 -7
- package/locales/zh-HK/catalog.json +2 -2
- package/locales/zh-HK/cdn.json +89 -3
- package/locales/zh-HK/cli.json +15 -15
- package/locales/zh-HK/common.json +8 -1
- package/locales/zh-HK/cron.json +34 -5
- package/locales/zh-HK/dashboard.json +25 -6
- package/locales/zh-HK/db.json +65 -10
- package/locales/zh-HK/dns.json +19 -1
- package/locales/zh-HK/docker.json +247 -0
- package/locales/zh-HK/email.json +61 -25
- package/locales/zh-HK/errors.json +6 -3
- package/locales/zh-HK/fail2ban.json +32 -7
- package/locales/zh-HK/files.json +47 -5
- package/locales/zh-HK/firewall.json +13 -4
- package/locales/zh-HK/ftp.json +18 -3
- package/locales/zh-HK/hostBrowse.json +22 -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 +13 -0
- package/locales/zh-HK/nav.json +12 -5
- package/locales/zh-HK/network.json +30 -7
- package/locales/zh-HK/nginx.json +2 -2
- package/locales/zh-HK/notFound.json +6 -0
- package/locales/zh-HK/notes.json +228 -76
- package/locales/zh-HK/projects.json +142 -21
- package/locales/zh-HK/protection.json +65 -3
- package/locales/zh-HK/publicFiles.json +16 -3
- package/locales/zh-HK/rbac.json +15 -2
- package/locales/zh-HK/readiness.json +35 -4
- package/locales/zh-HK/redis.json +22 -4
- package/locales/zh-HK/runtime.json +58 -11
- package/locales/zh-HK/search.json +5 -1
- package/locales/zh-HK/security.json +77 -18
- package/locales/zh-HK/serviceExposure.json +13 -1
- package/locales/zh-HK/services.json +61 -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 +30 -6
- package/locales/zh-HK/systemd.json +9 -7
- package/locales/zh-HK/terminal.json +10 -2
- package/locales/zh-HK/translation.json +2238 -344
- package/locales/zh-HK/uiInline.json +3 -3
- package/locales/zh-HK/updates.json +76 -4
- package/locales/zh-HK/users.json +20 -2
- package/locales/zh-HK/validators.json +266 -0
- package/locales/zh-HK/vnc.json +16 -7
- package/locales/zh-HK/vpn.json +23 -8
- package/package.json +1 -1
|
@@ -0,0 +1,247 @@
|
|
|
1
|
+
{
|
|
2
|
+
"title": "Docker",
|
|
3
|
+
"subtitle": "Installez et contrôlez le moteur Docker, les conteneurs, images, projets Compose et le disque sur cet hôte.",
|
|
4
|
+
"refresh": "Actualiser",
|
|
5
|
+
"notInstalled": "Docker Engine n’est pas installé. Installez docker.io et docker-compose-v2 depuis cette page.",
|
|
6
|
+
"protected": "Protégé",
|
|
7
|
+
"pruneConfirm": "Saisissez PRUNE pour confirmer le nettoyage de volume ou du système",
|
|
8
|
+
"settingsHint": "Sous-ensemble sûr de daemon.json uniquement. Appliquer écrit le fichier et redémarre docker.service.",
|
|
9
|
+
"cli": {
|
|
10
|
+
"usage": "Utilisation : ysk-server docker status|ps|images|volumes|networks|df|logs|inspect|exec|start|stop|restart|rm|pull|run|prune|engine|compose [--image IMG] [--name N] [--preset version|help|hostname] [--bin BIN] [--project P] [--execute] [--json]"
|
|
11
|
+
},
|
|
12
|
+
"tab": {
|
|
13
|
+
"overview": "Aperçu",
|
|
14
|
+
"containers": "Conteneurs",
|
|
15
|
+
"images": "Images Docker",
|
|
16
|
+
"compose": "Compose",
|
|
17
|
+
"volumes": "Volumes",
|
|
18
|
+
"networks": "Réseaux",
|
|
19
|
+
"prune": "Nettoyer",
|
|
20
|
+
"settings": "Paramètres",
|
|
21
|
+
"about": "À propos"
|
|
22
|
+
},
|
|
23
|
+
"col": {
|
|
24
|
+
"engine": "Moteur",
|
|
25
|
+
"containers": "Conteneurs",
|
|
26
|
+
"version": "Version du moteur",
|
|
27
|
+
"dataRoot": "Répertoire de données",
|
|
28
|
+
"disk": "Disque",
|
|
29
|
+
"validators": "Piles validateur",
|
|
30
|
+
"name": "Nom",
|
|
31
|
+
"image": "Image du conteneur",
|
|
32
|
+
"status": "État",
|
|
33
|
+
"ports": "Ports publiés",
|
|
34
|
+
"managed": "Géré par le panneau",
|
|
35
|
+
"size": "Taille",
|
|
36
|
+
"driver": "Pilote",
|
|
37
|
+
"type": "Genre",
|
|
38
|
+
"reclaimable": "Récupérable"
|
|
39
|
+
},
|
|
40
|
+
"state": {
|
|
41
|
+
"up": "Actif",
|
|
42
|
+
"down": "Arrêté",
|
|
43
|
+
"running": "Running",
|
|
44
|
+
"exited": "Exited",
|
|
45
|
+
"restarting": "Restarting",
|
|
46
|
+
"restartingCount": "Restarting · {{n}} times",
|
|
47
|
+
"paused": "Paused",
|
|
48
|
+
"created": "Created",
|
|
49
|
+
"dead": "Dead",
|
|
50
|
+
"removing": "Removing",
|
|
51
|
+
"unknown": "Unknown"
|
|
52
|
+
},
|
|
53
|
+
"actions": {
|
|
54
|
+
"start": "Démarrer",
|
|
55
|
+
"stop": "Arrêter",
|
|
56
|
+
"restart": "Redémarrer",
|
|
57
|
+
"remove": "Supprimer",
|
|
58
|
+
"logs": "Journaux",
|
|
59
|
+
"inspect": "Inspecter",
|
|
60
|
+
"exec": "Exec (version du client)",
|
|
61
|
+
"run": "Exécuter une image",
|
|
62
|
+
"pull": "Télécharger",
|
|
63
|
+
"up": "Démarrer",
|
|
64
|
+
"down": "Arrêter",
|
|
65
|
+
"createVolume": "Créer un volume",
|
|
66
|
+
"createNetwork": "Créer un réseau",
|
|
67
|
+
"pruneContainers": "Nettoyer les conteneurs",
|
|
68
|
+
"pruneImages": "Nettoyer les images",
|
|
69
|
+
"pruneVolumes": "Nettoyer les volumes",
|
|
70
|
+
"pruneSystem": "Nettoyage système",
|
|
71
|
+
"startEngine": "Démarrer le moteur",
|
|
72
|
+
"stopEngine": "Arrêter le moteur",
|
|
73
|
+
"restartEngine": "Redémarrer le moteur",
|
|
74
|
+
"applyDaemon": "Appliquer les paramètres du moteur"
|
|
75
|
+
},
|
|
76
|
+
"empty": {
|
|
77
|
+
"containers": "Aucun conteneur",
|
|
78
|
+
"images": "Aucune image",
|
|
79
|
+
"compose": "Aucun projet Compose",
|
|
80
|
+
"volumes": "Aucun volume",
|
|
81
|
+
"networks": "Aucun réseau",
|
|
82
|
+
"composeDesc": "Projects come from validator nodes or Compose files already on this host. This page does not accept arbitrary YAML uploads.",
|
|
83
|
+
"composeCta": "Open validator nodes"
|
|
84
|
+
},
|
|
85
|
+
"logs": {
|
|
86
|
+
"empty": "Pas encore de journaux",
|
|
87
|
+
"follow": "Follow"
|
|
88
|
+
},
|
|
89
|
+
"settings": {
|
|
90
|
+
"logMaxSize": "Taille max. des journaux de conteneur",
|
|
91
|
+
"liveRestore": "Restauration à chaud (conserver les conteneurs si le démon redémarre)",
|
|
92
|
+
"mirrors": "Miroirs Registry (une URL par ligne)",
|
|
93
|
+
"insecure": "Registries non chiffrés (un hôte par ligne)"
|
|
94
|
+
},
|
|
95
|
+
"about": {
|
|
96
|
+
"body": "Docker est un service hôte de premier plan sur YSK Server, comme Nginx. Installation via le panneau (Ubuntu docker.io + docker-compose-v2). Les nœuds validateurs s’exécutent en projets Compose yskval-*.",
|
|
97
|
+
"honesty": "Les changements d’hôte nécessitent root et YSK_EXECUTE=1. Le dry-run est la valeur par défaut. Cette page n’est pas Kubernetes.",
|
|
98
|
+
"validators": "Ouvrir les nœuds validateurs"
|
|
99
|
+
},
|
|
100
|
+
"alerts": {
|
|
101
|
+
"daemonTitle": "Le démon Docker est arrêté",
|
|
102
|
+
"daemonBody": "Docker est installé mais docker.service n’est pas actif. Les piles validateur ne peuvent pas démarrer."
|
|
103
|
+
},
|
|
104
|
+
"errors": {
|
|
105
|
+
"notInstalled": "Docker n’est pas installé",
|
|
106
|
+
"daemonDown": "Le démon Docker n’est pas actif",
|
|
107
|
+
"needCompose": "docker compose (greffon v2) est requis",
|
|
108
|
+
"badImage": "Référence d’image invalide",
|
|
109
|
+
"badName": "Nom invalide",
|
|
110
|
+
"badPort": "Publication de port invalide",
|
|
111
|
+
"badEnv": "Variable d’environnement invalide",
|
|
112
|
+
"badVolume": "Montage de volume invalide",
|
|
113
|
+
"badNetwork": "Réseau invalide",
|
|
114
|
+
"protectedNetwork": "Impossible de supprimer un réseau Docker intégré",
|
|
115
|
+
"badRestart": "Politique de redémarrage invalide",
|
|
116
|
+
"badPrune": "Portée de nettoyage invalide",
|
|
117
|
+
"needPruneConfirm": "Le nettoyage de volume ou du système exige confirm=PRUNE",
|
|
118
|
+
"badDaemon": "Paramètre du moteur invalide",
|
|
119
|
+
"composeMissing": "Fichier Compose de ce projet introuvable",
|
|
120
|
+
"logsFailed": "Impossible de lire les journaux du conteneur",
|
|
121
|
+
"mutateFailed": "La commande Docker a échoué",
|
|
122
|
+
"engineFailed": "Impossible de contrôler docker.service",
|
|
123
|
+
"badExec": "Exec est limité aux binaires et préréglages autorisés (pas de shell, pas de TTY)",
|
|
124
|
+
"uninstallBusy": "Arrêtez les conteneurs gérés par le panneau (y compris les piles validateur) avant de désinstaller Docker"
|
|
125
|
+
},
|
|
126
|
+
"notes": {
|
|
127
|
+
"dryMutate": "Dry-run uniquement. Passez --execute et YSK_EXECUTE=1 pour modifier l’hôte.",
|
|
128
|
+
"dryPrune": "Aperçu du nettoyage (non appliqué).",
|
|
129
|
+
"dryEngine": "Le contrôle du moteur est un dry-run.",
|
|
130
|
+
"dryDaemon": "Écrirait /etc/docker/daemon.json et redémarrerait docker.service.",
|
|
131
|
+
"daemonWrote": "daemon.json écrit",
|
|
132
|
+
"start": "Conteneur démarré",
|
|
133
|
+
"stop": "Conteneur arrêté",
|
|
134
|
+
"restart": "Conteneur redémarré",
|
|
135
|
+
"remove": "Conteneur supprimé",
|
|
136
|
+
"ran": "Conteneur démarré depuis une image",
|
|
137
|
+
"pulled": "Image téléchargée",
|
|
138
|
+
"exec": "Exec autorisé exécuté",
|
|
139
|
+
"imageRemoved": "Image supprimée",
|
|
140
|
+
"volumeCreated": "Volume créé",
|
|
141
|
+
"volumeRemoved": "Volume supprimé",
|
|
142
|
+
"networkCreated": "Réseau créé",
|
|
143
|
+
"networkRemoved": "Réseau supprimé",
|
|
144
|
+
"pruned": "Nettoyage terminé",
|
|
145
|
+
"compose": {
|
|
146
|
+
"up": "Projet Compose démarré",
|
|
147
|
+
"down": "Projet Compose arrêté",
|
|
148
|
+
"restart": "Projet Compose redémarré",
|
|
149
|
+
"rm": "Compose project removed"
|
|
150
|
+
},
|
|
151
|
+
"engine": {
|
|
152
|
+
"start": "docker.service démarré",
|
|
153
|
+
"stop": "docker.service arrêté",
|
|
154
|
+
"restart": "docker.service redémarré"
|
|
155
|
+
}
|
|
156
|
+
},
|
|
157
|
+
"needEngineTitle": "Install Docker Engine first",
|
|
158
|
+
"notInstalledValue": "Not installed",
|
|
159
|
+
"nameHint": "Letters, digits, underscore, dot, hyphen (max 128)",
|
|
160
|
+
"volPlaceholder": "my-data",
|
|
161
|
+
"netPlaceholder": "my-net",
|
|
162
|
+
"runPorts": "Publish ports",
|
|
163
|
+
"runPortsHint": "host:container per line, e.g. 8080:80",
|
|
164
|
+
"runEnv": "Environment",
|
|
165
|
+
"runEnvHint": "KEY=value per line",
|
|
166
|
+
"runRestart": "Restart policy",
|
|
167
|
+
"runNetwork": "Network",
|
|
168
|
+
"runVolumes": "Volumes",
|
|
169
|
+
"runVolumesHint": "volume:dest per line",
|
|
170
|
+
"runAdvancedHint": "For multi-service stacks use validator nodes or Compose files already on this host.",
|
|
171
|
+
"daemonConfirmTitle": "Apply daemon settings?",
|
|
172
|
+
"daemonConfirmDesc": "Writes daemon.json and restarts docker.service. All containers will be interrupted.",
|
|
173
|
+
"ui": {
|
|
174
|
+
"whatYouGet": "Ce que fait cette page",
|
|
175
|
+
"whatYouGetLead": "Installez d’abord Docker Engine. Ensuite vous pouvez lancer un conteneur, tirer des images et voir les piles Compose validateur déjà sur cet hôte.",
|
|
176
|
+
"capEngine": "Moteur",
|
|
177
|
+
"capEngineDesc": "Installation en un clic de docker.io et docker-compose-v2. Démarrez et arrêtez docker.service ici.",
|
|
178
|
+
"capWork": "Conteneurs et images",
|
|
179
|
+
"capWorkDesc": "Choisissez une image courante, tirez-la, lancez-la, puis lisez les journaux ou inspectez le conteneur.",
|
|
180
|
+
"capStacks": "Piles validateur",
|
|
181
|
+
"capStacksDesc": "Les piles multi-services sont des projets Compose validateur (yskval-*). Cette page n’accepte pas de YAML téléversé.",
|
|
182
|
+
"cardEngine": "Moteur",
|
|
183
|
+
"cardDisk": "Disque",
|
|
184
|
+
"cardWork": "Sur cet hôte",
|
|
185
|
+
"compose": "Compose",
|
|
186
|
+
"cgroup": "cgroup",
|
|
187
|
+
"used": "Utilisé",
|
|
188
|
+
"free": "Libre",
|
|
189
|
+
"running": "En cours",
|
|
190
|
+
"images": "Images",
|
|
191
|
+
"volumes": "Volumes",
|
|
192
|
+
"networks": "Réseaux",
|
|
193
|
+
"goImages": "Images",
|
|
194
|
+
"goValidators": "Nœuds validateur",
|
|
195
|
+
"imagePickHint": "Choisissez une image courante. Utilisez Autre seulement pour une autre référence.",
|
|
196
|
+
"imageCustom": "Autre",
|
|
197
|
+
"driver": "Pilote",
|
|
198
|
+
"driverLocalOnly": "Ce panneau crée uniquement des volumes local.",
|
|
199
|
+
"netDefaultDriver": "Les nouveaux réseaux utilisent le pilote bridge par défaut de Docker.",
|
|
200
|
+
"pruneWhat": "Éléments à retirer",
|
|
201
|
+
"pruneAck": "Je comprends que les données inutilisées seront supprimées et ne pourront pas être restaurées",
|
|
202
|
+
"pruneAckDesc": "Le nettoyage des volumes ou du système est irréversible. Les conteneurs arrêtés et les images inutilisées du périmètre choisi sont retirés.",
|
|
203
|
+
"pruneNow": "Nettoyer maintenant",
|
|
204
|
+
"useMirrors": "Utiliser des miroirs de registre",
|
|
205
|
+
"useInsecure": "Autoriser les registres non chiffrés",
|
|
206
|
+
"publishPorts": "Publier des ports sur l’hôte",
|
|
207
|
+
"attachVolume": "Attacher un volume",
|
|
208
|
+
"setEnv": "Définir des variables d’environnement",
|
|
209
|
+
"defaultNet": "Par défaut",
|
|
210
|
+
"mountPath": "Chemin de montage",
|
|
211
|
+
"restartNo": "Jamais",
|
|
212
|
+
"restartUnless": "Sauf arrêt",
|
|
213
|
+
"restartAlways": "Toujours",
|
|
214
|
+
"restartOnFail": "En cas d’échec",
|
|
215
|
+
"needAck": "Confirmez avant de nettoyer",
|
|
216
|
+
"scopeContainers": "Conteneurs arrêtés",
|
|
217
|
+
"scopeImages": "Images inutilisées",
|
|
218
|
+
"scopeVolumes": "Volumes inutilisés",
|
|
219
|
+
"scopeBuilder": "Cache de construction",
|
|
220
|
+
"scopeSystem": "Tout ce qui est inutilisé",
|
|
221
|
+
"noVolumesYet": "Aucun volume — créez-en un dans l’onglet Volumes d’abord.",
|
|
222
|
+
"customPort": "Autre port hôte",
|
|
223
|
+
"customPortHost": "Port hôte",
|
|
224
|
+
"customPortContainer": "Port conteneur",
|
|
225
|
+
"pctUsed": "{{n}} % utilisé",
|
|
226
|
+
"customPortHint": "1–65535. Example: 9090 → 80.",
|
|
227
|
+
"pickBridge": "Bridge network"
|
|
228
|
+
},
|
|
229
|
+
"deleteTitle": "Delete {{id}}",
|
|
230
|
+
"deleteDesc": "This cannot be undone.",
|
|
231
|
+
"deleteC1": "The resource is removed from this host.",
|
|
232
|
+
"deleteComposeVal": "This is a validator stack — the validator instance is also deleted.",
|
|
233
|
+
"pruneTitle": "Prune Docker resources",
|
|
234
|
+
"pruneDesc": "Type PRUNE to confirm. Unused data cannot be restored.",
|
|
235
|
+
"pruneC1": "Unused resources in the selected scope are deleted.",
|
|
236
|
+
"pruneC2": "Volume and system prune permanently delete unused data volumes.",
|
|
237
|
+
"pruneC3": "Stopped containers or unused images in this scope are removed.",
|
|
238
|
+
"df": {
|
|
239
|
+
"images": "Images",
|
|
240
|
+
"containers": "Containers",
|
|
241
|
+
"volumes": "Local volumes",
|
|
242
|
+
"builder": "Build cache",
|
|
243
|
+
"other": "Other"
|
|
244
|
+
},
|
|
245
|
+
"deleteRunningWarn": "This container is still running or restarting. It will be force-removed.",
|
|
246
|
+
"stopEngineDesc": "This stops the Docker engine and all {{n}} container(s) on this host."
|
|
247
|
+
}
|
package/locales/fr/email.json
CHANGED
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"needExecute": "Nécessite YSK_EXECUTE",
|
|
48
48
|
"viewQueue": "Voir la file d’attente",
|
|
49
49
|
"flushQueue": "Vider la file d’attente",
|
|
50
|
-
"queueHint": "
|
|
50
|
+
"queueHint": "File Postfix locale. La lecture est une sonde ; le vidage exige YSK_EXECUTE.",
|
|
51
51
|
"deleteThisId": "Supprimer cet ID",
|
|
52
52
|
"queueEmpty": "Aucun courrier différé",
|
|
53
53
|
"queueEmptyHint": "Aucun message différé",
|
|
@@ -316,7 +316,8 @@
|
|
|
316
316
|
"dmarcMissing": "DMARC manquant — fortement recommandé",
|
|
317
317
|
"ptrBad": "PTR (DNS inverse) manquant ou incorrect — demander au fournisseur VPS",
|
|
318
318
|
"port25Blocked": "Le port sortant 25 semble bloqué — demander le déblocage ou utiliser un relais SMTP",
|
|
319
|
-
"port25Unknown": "État du port 25 inconnu — lancer le test de connectivité"
|
|
319
|
+
"port25Unknown": "État du port 25 inconnu — lancer le test de connectivité",
|
|
320
|
+
"dmarcUnpublished": "DMARC est généré dans le panel mais n'est pas encore publié dans le DNS public"
|
|
320
321
|
},
|
|
321
322
|
"stack": {
|
|
322
323
|
"tlsNote": "Certificats TLS via Let’s Encrypt pour SMTP/IMAP",
|
|
@@ -357,7 +358,8 @@
|
|
|
357
358
|
"postfixReloaded": "Postfix rechargé.",
|
|
358
359
|
"postfixReloadFailed": "Échec du rechargement Postfix : {{detail}}",
|
|
359
360
|
"dovecotApplied": "Snippet TLS Dovecot écrit et rechargement tenté.",
|
|
360
|
-
"dovecotSkipped": "Dovecot ignoré (non installé ou doveconf indisponible)."
|
|
361
|
+
"dovecotSkipped": "Dovecot ignoré (non installé ou doveconf indisponible).",
|
|
362
|
+
"dovecotSslOmitted": "Le certificat de courrier est manquant ; a écrit ssl=no pour que Dovecot puisse démarrer sans les fichiers LE."
|
|
361
363
|
},
|
|
362
364
|
"policyApplySystemHint": "Cocher « appliquer au système » pour écrire les maps Postfix/Rspamd et recharger ;",
|
|
363
365
|
"rateLimitAppliedNote": "Limite horaire sortante et drapeau antispam appliqués (quand l’application système est activée).",
|
|
@@ -396,11 +398,11 @@
|
|
|
396
398
|
"deliverabilityDesc": "Contrôles PTR / DNS / port 25",
|
|
397
399
|
"dnsTodosDesc": "Copiez puis ajoutez chez votre hébergeur DNS",
|
|
398
400
|
"deliverabilityHonesty": "Impossible de définir le PTR ou de débloquer le port 25 pour vous",
|
|
399
|
-
"warmupSuggest": "Suggestions de
|
|
401
|
+
"warmupSuggest": "Suggestions de préchauffage",
|
|
400
402
|
"writeSsoSkeleton": "Écrire le squelette SSO Roundcube",
|
|
401
|
-
"rateLimitPerHour": "
|
|
402
|
-
"rateLimitGlobalHint": "
|
|
403
|
-
"savePolicyWritten": "
|
|
403
|
+
"rateLimitPerHour": "Plafond de messages par heure",
|
|
404
|
+
"rateLimitGlobalHint": "Le global prend le minimum de chaque domaine",
|
|
405
|
+
"savePolicyWritten": "Écrit uniquement dans le plan de contrôle",
|
|
404
406
|
"dnsblMultiIp": "RBL multi-IP",
|
|
405
407
|
"webmailTool": "Logiciel webmail",
|
|
406
408
|
"webmailToolRoundcube": "Roundcube (par défaut)",
|
|
@@ -473,5 +475,39 @@
|
|
|
473
475
|
"mailboxEmptyTitle": "Pas encore de boîtes aux lettres",
|
|
474
476
|
"passwordMismatch": "Les mots de passe ne correspondent pas",
|
|
475
477
|
"passwordTooShort": "Le mot de passe doit comporter au moins 8 caractères",
|
|
476
|
-
"mailboxUpdateNeedField": "Définir un nouveau mot de passe ou modifier le statut"
|
|
478
|
+
"mailboxUpdateNeedField": "Définir un nouveau mot de passe ou modifier le statut",
|
|
479
|
+
"catchallHint": "Les parties locales inconnues vont à la boîte cible. Brouillon jusqu’à l’application.",
|
|
480
|
+
"queueSearchPh": "Rechercher ID, expéditeur ou destinataire…",
|
|
481
|
+
"queueId": "ID de file",
|
|
482
|
+
"queueSender": "Expéditeur",
|
|
483
|
+
"queueRecipients": "Destinataires",
|
|
484
|
+
"queueSize": "Taille",
|
|
485
|
+
"queueReason": "Raison",
|
|
486
|
+
"queueActive": "Actif",
|
|
487
|
+
"queueHeld": "Retenu",
|
|
488
|
+
"queueDeferred": "Différé",
|
|
489
|
+
"deleteQueueTitle": "Supprimer ce message en file ?",
|
|
490
|
+
"deleteQueueDesc": "Retirer {{id}} de la file MTA locale. YSK_EXECUTE requis.",
|
|
491
|
+
"openQueuePage": "Ouvrir la file mail",
|
|
492
|
+
"healthUnchecked": "Pas encore vérifié",
|
|
493
|
+
"dovecotFailedHint": "Dovecot failed. Open the Software tab for status; if the mail certificate is missing, issue it on the SSL page first.",
|
|
494
|
+
"domainsListDesc": "Domaines de messagerie enregistrés sur cet hôte",
|
|
495
|
+
"healthChecklist": "Liste {{score}}/100",
|
|
496
|
+
"healthChecklistHint": "Score de liste — DNS / PTR / port 25 pas encore sondés",
|
|
497
|
+
"healthLiveHint": "Score de sonde réelle",
|
|
498
|
+
"installWebmailTitle": "Créer le projet de webmail partagé (première installation)",
|
|
499
|
+
"reinstallWebmailTitle": "Reconstruire/mettre à niveau le projet webmail existant",
|
|
500
|
+
"reinstallNeedInstall": "Installez d'abord la messagerie Web",
|
|
501
|
+
"dovecotFailedStatus": "Le pigeonnier est {{status}}. Ouvrez l'onglet Logiciel pour le résumé de l'unité.",
|
|
502
|
+
"mailCertMissing": "Pas de certificat pour {{hosts}}. Émettez-le sur la page SSL.",
|
|
503
|
+
"mailCertPresent": "Un certificat de courrier est déjà émis : il ne s'agit pas d'un problème de certificat manquant.",
|
|
504
|
+
"webmailNeedCert": "Aucun certificat pour {{host}} — émettez-le sur SSL avant de forcer HTTPS.",
|
|
505
|
+
"flushQueueEmpty": "La file d'attente est vide",
|
|
506
|
+
"flushQueueNeedExecute": "Le vidage de la file d'attente nécessite YSK_EXECUTE (autorisation d'exécution de l'hôte)",
|
|
507
|
+
"healthUncheckedHint": "DNS / PTR / port 25 n’ont pas encore été sondés.",
|
|
508
|
+
"deliverabilityScore": "Pack de délivrabilité",
|
|
509
|
+
"opendkimNoReload": "OpenDKIM n’a pas de reload — redémarrez après un changement de clés ou de tables.",
|
|
510
|
+
"opendkimNoReloadTitle": "systemctl reload opendkim n’est pas pris en charge sur cette pile",
|
|
511
|
+
"tlsRequestLeFor": "Request LE for {{host}}",
|
|
512
|
+
"deliverabilityChecks": "Checks"
|
|
477
513
|
}
|
package/locales/fr/errors.json
CHANGED
|
@@ -37,7 +37,9 @@
|
|
|
37
37
|
"sessionExpired": "Session expirée ; reconnectez-vous",
|
|
38
38
|
"sessionIdle": "Délai d'inactivité dépassé ; reconnectez-vous",
|
|
39
39
|
"totpNotEnabled": "La 2FA n'est pas activée",
|
|
40
|
-
"totpSecretNoDataDir": "Le secret TOTP est chiffré mais dataDir n'est pas défini"
|
|
40
|
+
"totpSecretNoDataDir": "Le secret TOTP est chiffré mais dataDir n'est pas défini",
|
|
41
|
+
"mustChangePassword": "Vous devez définir un nouveau mot de passe avant de continuer",
|
|
42
|
+
"policyNeedsOwn2fa": "Activez 2FA pour ce compte et confirmez avec un code TOTP avant d'exiger 2FA pour les autres"
|
|
41
43
|
},
|
|
42
44
|
"http": {
|
|
43
45
|
"notFoundRoute": "Introuvable : {{method}} {{path}}",
|
|
@@ -47,7 +49,8 @@
|
|
|
47
49
|
"unprocessable": "Requête rejetée par le serveur",
|
|
48
50
|
"requestFailed": "Échec de la requête ({{status}})",
|
|
49
51
|
"jsonInvalid": "JSON invalide",
|
|
50
|
-
"internal": "Erreur interne"
|
|
52
|
+
"internal": "Erreur interne",
|
|
53
|
+
"payloadTooLarge": "Le corps de la requête est trop volumineux"
|
|
51
54
|
},
|
|
52
55
|
"YSK_HOST_BROWSE_SSRF": "Navigation d'hôte bloquée par la politique de sécurité",
|
|
53
56
|
"YSK_HOST_BROWSE_SESSION": "Session de navigation de l'hôte introuvable ou expirée",
|
package/locales/fr/fail2ban.json
CHANGED
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
"customExample15m": "Personnalisé, ex. 15m",
|
|
62
62
|
"customMaxretry": "Personnalisé 1–50",
|
|
63
63
|
"min": "{{n}} minutes",
|
|
64
|
-
"hour": "{{n}}
|
|
64
|
+
"hour": "{{n}} heures",
|
|
65
65
|
"week": "{{n}} sem",
|
|
66
66
|
"enableJailsHint": "Activer les jails (cocher puis appliquer) :",
|
|
67
67
|
"writtenOnlyMsg": "Fichier du panneau écrit (non appliqué sur l'hôte)",
|
|
@@ -78,5 +78,30 @@
|
|
|
78
78
|
"reload": "fail2ban rechargé",
|
|
79
79
|
"restart": "fail2ban redémarré",
|
|
80
80
|
"stop": "fail2ban arrêté"
|
|
81
|
-
}
|
|
81
|
+
},
|
|
82
|
+
"statWhitelist": "Liste blanche",
|
|
83
|
+
"invalidIp": "Entrez un IPv4, IPv6 ou CIDR valide.",
|
|
84
|
+
"whitelistPendingApply": "Enregistré dans la liste des panneaux. Appuyez sur Appliquer la politique pour écrire jail.local.",
|
|
85
|
+
"ignoreipFile": "dataDir/fail2ban/ignoreip.txt",
|
|
86
|
+
"jailsTabHint": "Statut des prisons actives. Activez ou désactivez les prisons dans l'onglet Politique.",
|
|
87
|
+
"colJail": "Prison",
|
|
88
|
+
"colEnabled": "Sur",
|
|
89
|
+
"serviceStateLine": "Unité {{unit}} · {{state}} · démarrage {{boot}}",
|
|
90
|
+
"jail": {
|
|
91
|
+
"sshd": "SSH force brute",
|
|
92
|
+
"nginxHttpAuth": "Authentification HTTP Nginx",
|
|
93
|
+
"nginxBotsearch": "Scanner Nginx / sondes de bots",
|
|
94
|
+
"nginxBadbots": "Nginx a connu de mauvais robots",
|
|
95
|
+
"nginxLimitReq": "Prison à limite de débit Nginx",
|
|
96
|
+
"postfix": "Postfix mail force brute",
|
|
97
|
+
"dovecot": "Connexion à la messagerie Dovecot",
|
|
98
|
+
"recidive": "Récidivistes"
|
|
99
|
+
},
|
|
100
|
+
"cannotBanSelf": "Il s'agit de l'hôte ou de votre adresse IP de connexion : ajoutez-le à ignoreip au lieu de le bannir.",
|
|
101
|
+
"suggestIgnoreHint": "Adresses IP d'administrateur suggérées (fichier de panneau uniquement jusqu'à ce que vous appliquiez la stratégie) :",
|
|
102
|
+
"suggestIgnoreAdd": "Ajouter {{ip}}",
|
|
103
|
+
"whitelistEmptyWarn": "La liste blanche est vide ; les jails peuvent vous interdire. Ajoutez votre IP de connexion avant d’appliquer ignoreip.",
|
|
104
|
+
"suggestIgnoreLogin": "Votre IP de connexion {{ip}}",
|
|
105
|
+
"applyIgnoreEmptyWarn": "Appliquer avec une liste blanche vide vide ignoreip",
|
|
106
|
+
"applyIgnoreNeedConfirm": "Réécrit ignoreip du jail et recharge fail2ban"
|
|
82
107
|
}
|
package/locales/fr/files.json
CHANGED
|
@@ -291,18 +291,18 @@
|
|
|
291
291
|
"shareTorrentFile": "Télécharger .torrent",
|
|
292
292
|
"shareSeedStatus": "Statut de semis",
|
|
293
293
|
"shareBtStats": "Statut BitTorrent",
|
|
294
|
-
"btSeeds": "
|
|
295
|
-
"btLeechers": "
|
|
296
|
-
"btPeers": "
|
|
294
|
+
"btSeeds": "Graines",
|
|
295
|
+
"btLeechers": "Sangsues",
|
|
296
|
+
"btPeers": "Pairs",
|
|
297
297
|
"btUploadSpeed": "Vitesse de téléchargement",
|
|
298
298
|
"btDownloadSpeed": "Vitesse de téléchargement",
|
|
299
|
-
"btUploaded": "
|
|
300
|
-
"btDownloaded": "
|
|
301
|
-
"btRatio": "
|
|
302
|
-
"btUpdatedAt": "
|
|
299
|
+
"btUploaded": "Téléchargé",
|
|
300
|
+
"btDownloaded": "Téléchargé",
|
|
301
|
+
"btRatio": "Rapport",
|
|
302
|
+
"btUpdatedAt": "Mis à jour",
|
|
303
303
|
"btServerStats": "Semoir de serveur",
|
|
304
304
|
"btClientStats": "Votre client",
|
|
305
|
-
"btSeeding": "
|
|
305
|
+
"btSeeding": "Semis",
|
|
306
306
|
"btPending": "Semis en attente",
|
|
307
307
|
"btStopped": "La graine s'est arrêtée",
|
|
308
308
|
"btError": "Erreur de graine",
|
|
@@ -316,5 +316,47 @@
|
|
|
316
316
|
"publicShareBtFailed": "Échec de WebTorrent : {{detail}}",
|
|
317
317
|
"publicShareBtNeedMagnet": "Pas d'URI magnétique pour ce partage",
|
|
318
318
|
"publicShareBtUnsupported": "Ce navigateur ne peut pas exécuter WebTorrent ; utilisez plutôt magnet ou .torrent",
|
|
319
|
-
"btNone": "—"
|
|
319
|
+
"btNone": "—",
|
|
320
|
+
"uploadStatusSkipped": "Ignoré",
|
|
321
|
+
"uploadStatusCancelled": "Annulé",
|
|
322
|
+
"conflict": {
|
|
323
|
+
"titleFile": "Un élément nommé « {{name}} » existe déjà",
|
|
324
|
+
"titleFolder": "Un dossier nommé « {{name}} » existe déjà",
|
|
325
|
+
"descFile": "Choisissez l’action. Rien n’est écrasé tant que vous ne choisissez pas Remplacer.",
|
|
326
|
+
"descFolder": "Choisissez l’action. Fusionner conserve le dossier existant et continue avec son contenu.",
|
|
327
|
+
"incoming": "À ajouter",
|
|
328
|
+
"existing": "Déjà ici",
|
|
329
|
+
"kindFile": "Fichier",
|
|
330
|
+
"kindFolder": "Dossier",
|
|
331
|
+
"skip": "Ignorer",
|
|
332
|
+
"skipHint": "Ne pas ajouter cet élément",
|
|
333
|
+
"keepBoth": "Conserver les deux",
|
|
334
|
+
"keepBothHint": "Enregistrer l’élément entrant sous {{name}}",
|
|
335
|
+
"replace": "Remplacer",
|
|
336
|
+
"replaceHint": "Écraser le fichier existant. Une instantané de version est conservé si possible.",
|
|
337
|
+
"replaceFolderHint": "Écrase les fichiers du même nom dans ce dossier. Les autres fichiers restent.",
|
|
338
|
+
"merge": "Fusionner",
|
|
339
|
+
"mergeHint": "Conserver le dossier existant et y ajouter les fichiers entrants",
|
|
340
|
+
"applyAll": "Appliquer à tous les conflits restants",
|
|
341
|
+
"applyAllHint": "Utiliser cette action pour le reste de ce dépôt ou transfert",
|
|
342
|
+
"cancelRest": "Annuler le reste",
|
|
343
|
+
"progress": "{{current}} sur {{total}}",
|
|
344
|
+
"typeMismatch": "Un {{destKind}} nommé « {{name}} » est déjà ici. L’élément entrant est un {{incomingKind}}.",
|
|
345
|
+
"skipped": "Ignoré",
|
|
346
|
+
"cancelled": "Annulé"
|
|
347
|
+
},
|
|
348
|
+
"emptyTrashTitle": "Vider la poubelle ?",
|
|
349
|
+
"emptyTrashDesc": "Chaque fichier dans la corbeille sera définitivement supprimé. Cela ne peut pas être annulé.",
|
|
350
|
+
"purgeForeverDesc": "Ce fichier sera définitivement supprimé. Cela ne peut pas être annulé.",
|
|
351
|
+
"webdavReissueUnchanged": "L'identifiant du jeton n'a pas changé après la réémission : l'écriture n'a peut-être pas persisté. Essayer à nouveau.",
|
|
352
|
+
"webdavDisableFailed": "WebDAV est toujours activé après la désactivation : l'écriture n'a peut-être pas persisté. Essayer à nouveau.",
|
|
353
|
+
"dirNamedLikeFile": "(dossier résiduel ; le nom ressemble à un fichier)",
|
|
354
|
+
"webdavAfterEnable": "Disponible après activation de WebDAV et émission d’un jeton.",
|
|
355
|
+
"webdavAlreadyOff": "WebDAV is already off",
|
|
356
|
+
"deleteMore": " and {{n}} more",
|
|
357
|
+
"unshareTitle": "Revoke this share?",
|
|
358
|
+
"unshareDesc": "Revoke the link for {{name}} ({{url}}). The link stops working immediately.",
|
|
359
|
+
"pillTrash": "{{count}} in trash",
|
|
360
|
+
"pillSpace": "{{used}} used",
|
|
361
|
+
"webdavTokenInactive": "Disabled — token #{{id}} is not active"
|
|
320
362
|
}
|
package/locales/fr/firewall.json
CHANGED
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"notInstalled": "UFW n’est pas installé",
|
|
30
30
|
"toolHintPrefix": "Outils sous-jacents :",
|
|
31
31
|
"toolHintBody": "UFW = ports / règles permanentes · pour la réponse aux attaques et le bannissement auto, utilisez",
|
|
32
|
-
"
|
|
32
|
+
"toolHintfail2ban": "fail2ban = bannissements temporaires basés sur les journaux",
|
|
33
33
|
"executeOffHint": "Modifications système désactivées — le statut est lisible ;",
|
|
34
34
|
"tabs": {
|
|
35
35
|
"rules": "Règles",
|
|
@@ -96,7 +96,16 @@
|
|
|
96
96
|
"colService": "Service",
|
|
97
97
|
"colMode": "Mode",
|
|
98
98
|
"colPorts": "Ports",
|
|
99
|
-
"colSync": "
|
|
100
|
-
"synced": "
|
|
101
|
-
"syncNow": "
|
|
99
|
+
"colSync": "Statut",
|
|
100
|
+
"synced": "Synchronisé",
|
|
101
|
+
"syncNow": "Synchroniser",
|
|
102
|
+
"disableConfirmTitle": "Désactiver UFW ?",
|
|
103
|
+
"disableConfirmDesc": "Le pare-feu de l’hôte cessera de filtrer le trafic. Sur un réseau public, SSH et le panneau peuvent être exposés.",
|
|
104
|
+
"disableConfirmConsequence": "Les règles d’autorisation/refus restent enregistrées mais ne s’appliquent plus tant que UFW n’est pas réactivé.",
|
|
105
|
+
"toolHintFail2ban": "fail2ban = bannissements temporaires basés sur les journaux",
|
|
106
|
+
"servicesUfwOff": "UFW est éteint. Cette liste représente l'exposition souhaitée, et non les règles que l'hôte applique.",
|
|
107
|
+
"desiredOnlyUfwOff": "Souhaité : {{mode}} · UFW désactivé (non appliqué)",
|
|
108
|
+
"syncNotApplied": "UFW désactivé · non appliqué",
|
|
109
|
+
"defaultNotApplied": "n/a (UFW désactivé)",
|
|
110
|
+
"ufwOffHint": "Les messages entrants par défaut ne sont pas appliqués lorsque UFW est désactivé"
|
|
102
111
|
}
|
package/locales/fr/ftp.json
CHANGED
|
@@ -131,5 +131,20 @@
|
|
|
131
131
|
"sftpRegister": "Enregistrer la clé",
|
|
132
132
|
"sftpAddedAt": "Ajoutée {{time}}",
|
|
133
133
|
"sftpTechSummary": "Détails techniques (avancé)",
|
|
134
|
-
"sftpTechNote": "Les clés sont écrites sous le chemin géré"
|
|
134
|
+
"sftpTechNote": "Les clés sont écrites sous le chemin géré",
|
|
135
|
+
"filterProject": "Comptes FTP de ce projet uniquement",
|
|
136
|
+
"clearProjectFilter": "Afficher tous les comptes",
|
|
137
|
+
"vsftpdFailedHint": "vsftpd a échoué. Ouvrez l'onglet Service (listen et Listen_ipv6 ne peuvent pas être tous les deux OUI).",
|
|
138
|
+
"tabService": "Service",
|
|
139
|
+
"listenConflictLive": "Live vsftpd.conf a Listen={{v4}} et Listen_ipv6={{v6}} — les deux OUI ne parviendront pas à démarrer.",
|
|
140
|
+
"listenConflictNeedFix": "Corrigez d'abord Listen / Listen_ipv6 (ils ne peuvent pas tous les deux être OUI), puis appliquez.",
|
|
141
|
+
"fixListenIpv4": "Utiliser uniquement IPv4 (listen=YES, Listen_ipv6=NO)",
|
|
142
|
+
"liveFileValue": "Déposez maintenant : {{value}}",
|
|
143
|
+
"startBlockedFailed": "Le service a échoué : appliquez une configuration valide avant de démarrer",
|
|
144
|
+
"ftpsNeedCert": "Choisissez d'abord un domaine de certificat",
|
|
145
|
+
"detectPublicIp": "Détecter l'adresse IP publique",
|
|
146
|
+
"detectPublicIpTitle": "Remplissez le premier IPv4 sans bouclage de cet hôte",
|
|
147
|
+
"pasvIpRequired": "Indiquez une IP publique PASV avant d’appliquer (NAT/cloud). Détectez ou saisissez une adresse.",
|
|
148
|
+
"vsftpdFailedGeneric": "vsftpd failed. Open the Service tab for live settings and journal.",
|
|
149
|
+
"stateFailed": "Failed to start"
|
|
135
150
|
}
|
|
@@ -90,26 +90,26 @@
|
|
|
90
90
|
"mediaNote": "Véritable navigateur : la vidéo est diffusée en streaming ; l'audio n'est pas encore ponté vers le panneau (phase 2).",
|
|
91
91
|
"isolationNote": "Un vrai navigateur crée un utilisateur Linux éphémère pour Chrome ; quitter la page ou le délai d'inactivité détruit cet utilisateur.",
|
|
92
92
|
"resumeHint": "Reprendre la session précédente ({{count}} onglets)",
|
|
93
|
-
"resume": "
|
|
94
|
-
"resumeDismiss": "
|
|
93
|
+
"resume": "CV",
|
|
94
|
+
"resumeDismiss": "Rejeter",
|
|
95
95
|
"resumeDone": "Reprise de la séance",
|
|
96
96
|
"settingsSafety": "Sécurité de la navigation",
|
|
97
97
|
"settingsSafetyHint": "Bloque strictement les hôtes les plus risqués ; La version décontractée permet des cibles intranet plus larges. Ne désactive pas les protections SSRF pour les métadonnées cloud.",
|
|
98
98
|
"safetyStrict": "Strict",
|
|
99
99
|
"safetyStandard": "Standard",
|
|
100
|
-
"safetyRelaxed": "
|
|
100
|
+
"safetyRelaxed": "Détendu",
|
|
101
101
|
"settingsBlockHosts": "Suffixes d'hôtes bloqués",
|
|
102
102
|
"settingsBlockHostsHint": "Un nom d'hôte ou un suffixe par ligne (par exemple malware.test). Les correspondances exactes et suffixes sont bloquées.",
|
|
103
103
|
"settingsAllowDangerousDownloads": "Autoriser les téléchargements à haut risque (exe/scripts)",
|
|
104
104
|
"settingsAudioBridge": "Ponter l'audio de la page vers le panneau",
|
|
105
105
|
"settingsAudioBridgeHint": "Diffuse l'audio Chrome de l'hôte dans ce navigateur. Certains sites nécessitent un clic pour déverrouiller la lecture.",
|
|
106
|
-
"downloads": "
|
|
106
|
+
"downloads": "Téléchargements",
|
|
107
107
|
"downloadsEmpty": "Aucun téléchargement dans cette session",
|
|
108
|
-
"downloadReady": "
|
|
109
|
-
"downloadBlocked": "
|
|
110
|
-
"downloadPending": "
|
|
111
|
-
"downloadFailed": "
|
|
112
|
-
"downloadSave": "
|
|
108
|
+
"downloadReady": "Prêt",
|
|
109
|
+
"downloadBlocked": "Bloqué",
|
|
110
|
+
"downloadPending": "En attente",
|
|
111
|
+
"downloadFailed": "Échoué",
|
|
112
|
+
"downloadSave": "Sauvegarder",
|
|
113
113
|
"audioUnlock": "Activer le son",
|
|
114
114
|
"audioUnlockHint": "Cliquez pour déverrouiller la lecture audio dans cet onglet",
|
|
115
115
|
"audioUnlocked": "Audio débloqué",
|
|
@@ -119,10 +119,30 @@
|
|
|
119
119
|
"audioNotBridged": "Audio désactivé",
|
|
120
120
|
"audioNotBridgedHint": "Activez le pont audio dans Paramètres pour entendre la page",
|
|
121
121
|
"mediaPolicyTitle": "Médias dans un vrai navigateur",
|
|
122
|
-
"mediaVideoLabel": "
|
|
122
|
+
"mediaVideoLabel": "Vidéo",
|
|
123
123
|
"mediaVideoDesc": "Rendu sur l'hôte et diffusé sous forme d'images dans le panneau.",
|
|
124
124
|
"mediaAudioLabel": "Audio",
|
|
125
125
|
"mediaAudioDesc": "Pont facultatif depuis l'hôte Chrome ; peut nécessiter un clic de déverrouillage.",
|
|
126
|
-
"mediaPolicyLabel": "
|
|
127
|
-
"mediaPolicyDesc": "Les téléchargements et la lecture automatique suivent les paramètres de sécurité et de téléchargement ci-dessus."
|
|
126
|
+
"mediaPolicyLabel": "Politique",
|
|
127
|
+
"mediaPolicyDesc": "Les téléchargements et la lecture automatique suivent les paramètres de sécurité et de téléchargement ci-dessus.",
|
|
128
|
+
"frameBlocked": "La page n'a pas pu être affichée dans le cadre du panneau.",
|
|
129
|
+
"historyEmpty": "Aucun historique dans cette session.",
|
|
130
|
+
"bookmarksEmpty": "Aucun favori pour l'instant.",
|
|
131
|
+
"closeSessionHint": "Efface les cookies pour cette session de navigation. Les signets restent.",
|
|
132
|
+
"bookmarkAdd": "Ajouter ou supprimer un signet",
|
|
133
|
+
"bookmarkList": "Liste de favoris",
|
|
134
|
+
"envUnset": "pas réglé",
|
|
135
|
+
"envPanelValue": "panneau : {{value}}",
|
|
136
|
+
"settingsNoSandboxWarn": "Désactive le bac à sable Chromium. À utiliser uniquement dans un conteneur approuvé. S'applique à la prochaine session de navigateur réel.",
|
|
137
|
+
"settingsDangerDlWarn": "Permet les téléchargements d'exécutables et de scripts via le navigateur hôte. Confirmez que vous en avez besoin.",
|
|
138
|
+
"settingsDangerConfirmTitle": "Activer un paramètre de navigation à haut risque ?",
|
|
139
|
+
"needUrl": "Saisissez une URL ci-dessus pour démarrer une session.",
|
|
140
|
+
"envColVar": "Variable",
|
|
141
|
+
"envColHost": "Processus hôte",
|
|
142
|
+
"envColPanel": "Réglage du panneau",
|
|
143
|
+
"envColEffective": "Effectif",
|
|
144
|
+
"engineBrowserNeedChrome": "Real browser (Chrome not installed)",
|
|
145
|
+
"egressHint": "The target site sees this server’s outbound address ({{host}}), not your laptop. Cookies stay in the server session jar.",
|
|
146
|
+
"closeNoSession": "No session yet",
|
|
147
|
+
"resumeHintDetail": "Resume previous session ({{count}} tabs) · {{url}} · {{when}}"
|
|
128
148
|
}
|
package/locales/fr/login.json
CHANGED
|
@@ -1,14 +1,19 @@
|
|
|
1
1
|
{
|
|
2
|
-
"title": "
|
|
2
|
+
"title": "Connexion à YSK Server",
|
|
3
3
|
"subtitle": "Console serveur",
|
|
4
|
-
"username": "Nom d
|
|
4
|
+
"username": "Nom d’utilisateur",
|
|
5
5
|
"password": "Mot de passe",
|
|
6
6
|
"submit": "Se connecter",
|
|
7
|
-
"failed": "Échec de la connexion. Vérifiez le nom d
|
|
7
|
+
"failed": "Échec de la connexion. Vérifiez le nom d’utilisateur ou le mot de passe.",
|
|
8
8
|
"footer": "Un produit de YSK Limited",
|
|
9
9
|
"totpRequired": "La 2FA est activée pour ce compte. Saisissez le code à 6 chiffres.",
|
|
10
|
-
"totpLabel": "Code d
|
|
11
|
-
"totpHint": "Code à 6 chiffres de votre application d
|
|
10
|
+
"totpLabel": "Code d’authentification",
|
|
11
|
+
"totpHint": "Code à 6 chiffres de votre application d’authentification",
|
|
12
12
|
"submitting": "Connexion…",
|
|
13
|
-
"sessionExpired": "Session expirée ; reconnectez-vous"
|
|
13
|
+
"sessionExpired": "Session expirée ; reconnectez-vous",
|
|
14
|
+
"newPassword": "Nouveau mot de passe",
|
|
15
|
+
"newPasswordAgain": "Confirmer le nouveau mot de passe",
|
|
16
|
+
"changePassword": "Changer le mot de passe",
|
|
17
|
+
"passwordMismatch": "Les mots de passe ne correspondent pas",
|
|
18
|
+
"passwordChanged": "Mot de passe mis à jour"
|
|
14
19
|
}
|