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
|
@@ -2,14 +2,14 @@
|
|
|
2
2
|
"title": "Traqueur BT",
|
|
3
3
|
"sub": "Self-hosted BitTorrent / WebTorrent tracker for file shares",
|
|
4
4
|
"pageDesc": "Seed panel file shares over BitTorrent. Start the tracker, set a public announce host, then create BT shares in Files.",
|
|
5
|
-
"status": "
|
|
6
|
-
"running": "
|
|
7
|
-
"stopped": "
|
|
5
|
+
"status": "Statut",
|
|
6
|
+
"running": "En cours d'exécution",
|
|
7
|
+
"stopped": "Arrêté",
|
|
8
8
|
"installed": "Installed (bundled)",
|
|
9
9
|
"start": "Start tracker",
|
|
10
10
|
"stop": "Stop tracker",
|
|
11
|
-
"refresh": "
|
|
12
|
-
"settings": "
|
|
11
|
+
"refresh": "Rafraîchir",
|
|
12
|
+
"settings": "Paramètres",
|
|
13
13
|
"httpPort": "HTTP / WebSocket port",
|
|
14
14
|
"udpPort": "UDP port (0 = off)",
|
|
15
15
|
"listenHost": "Listen host",
|
|
@@ -28,18 +28,18 @@
|
|
|
28
28
|
"torrentsEmpty": "No announce traffic yet",
|
|
29
29
|
"torrentsEmptyHint": "Create a file share with BitTorrent mode in Files. This table fills as peers announce and the server seeds.",
|
|
30
30
|
"torrentsDesc": "Live swarm from the tracker, plus local seeder status for panel shares.",
|
|
31
|
-
"colName": "
|
|
31
|
+
"colName": "Nom",
|
|
32
32
|
"colHash": "Info hash",
|
|
33
|
-
"colSeeds": "
|
|
34
|
-
"colLeechers": "
|
|
35
|
-
"colStatus": "
|
|
33
|
+
"colSeeds": "Graines",
|
|
34
|
+
"colLeechers": "Sangsues",
|
|
35
|
+
"colStatus": "Statut",
|
|
36
36
|
"announceUrls": "Announce URLs",
|
|
37
37
|
"announceDesc": "Put these trackers in clients, or rely on magnets generated by the panel.",
|
|
38
|
-
"copy": "
|
|
39
|
-
"copied": "
|
|
38
|
+
"copy": "Copie",
|
|
39
|
+
"copied": "Copié",
|
|
40
40
|
"statsTorrents": "Torrents",
|
|
41
|
-
"statsPeers": "
|
|
42
|
-
"statsAnnounces": "
|
|
41
|
+
"statsPeers": "Pairs",
|
|
42
|
+
"statsAnnounces": "Annonce",
|
|
43
43
|
"statsJobs": "Active jobs",
|
|
44
44
|
"openShares": "File shares",
|
|
45
45
|
"needExecute": "Enable system-change permission (YSK_EXECUTE) to open ports and run production seeds.",
|
|
@@ -48,27 +48,27 @@
|
|
|
48
48
|
"restoreSeeds": "Re-seed BT shares",
|
|
49
49
|
"restoreSeedsHint": "Start tracker if needed and re-seed shares that still have a .torrent on disk.",
|
|
50
50
|
"bundledNote": "Bundled with YSK Server (Node). No apt install/uninstall — Start/Stop manages the process.",
|
|
51
|
-
"stackTitle": "
|
|
51
|
+
"stackTitle": "Logiciel",
|
|
52
52
|
"jobs": "Torrent jobs",
|
|
53
53
|
"jobsEmpty": "No background torrent jobs",
|
|
54
54
|
"jobsEmptyHint": "Large shares (≥128 MiB) build .torrent files in the background so the Files dialog stays responsive.",
|
|
55
55
|
"jobsDesc": "Background create-torrent queue for large file or folder shares.",
|
|
56
|
-
"colJob": "
|
|
57
|
-
"colShare": "
|
|
56
|
+
"colJob": "Emploi",
|
|
57
|
+
"colShare": "Partager",
|
|
58
58
|
"colJobStatus": "Job status",
|
|
59
59
|
"colEnqueued": "Enqueued",
|
|
60
60
|
"refreshJobs": "Refresh jobs",
|
|
61
|
-
"tabOverview": "
|
|
61
|
+
"tabOverview": "Aperçu",
|
|
62
62
|
"tabTorrents": "Torrents",
|
|
63
|
-
"tabJobs": "
|
|
64
|
-
"tabSettings": "
|
|
65
|
-
"tabAbout": "
|
|
63
|
+
"tabJobs": "Emplois",
|
|
64
|
+
"tabSettings": "Paramètres",
|
|
65
|
+
"tabAbout": "À propos",
|
|
66
66
|
"heroRunning": "Tracker is live",
|
|
67
67
|
"heroStopped": "Tracker is stopped",
|
|
68
68
|
"heroRunningSub": "Peers can announce and discover seeds for panel shares.",
|
|
69
69
|
"heroStoppedSub": "Start the tracker before sharing large files over BitTorrent.",
|
|
70
|
-
"live": "
|
|
71
|
-
"liveOff": "
|
|
70
|
+
"live": "En direct",
|
|
71
|
+
"liveOff": "Inactif",
|
|
72
72
|
"quickStart": "Quick start",
|
|
73
73
|
"quickStartDesc": "Three steps to share files over BitTorrent.",
|
|
74
74
|
"step1Title": "Set public announce host",
|
|
@@ -77,28 +77,28 @@
|
|
|
77
77
|
"step2Hint": "Open port exposure if peers are off this host.",
|
|
78
78
|
"step3Title": "Create a BT share",
|
|
79
79
|
"step3Hint": "In Files → Share, choose BitTorrent or both.",
|
|
80
|
-
"stepDone": "
|
|
81
|
-
"stepTodo": "
|
|
82
|
-
"networkCard": "
|
|
80
|
+
"stepDone": "Fait",
|
|
81
|
+
"stepTodo": "Faire",
|
|
82
|
+
"networkCard": "Réseau",
|
|
83
83
|
"networkCardDesc": "Where the tracker listens and what host appears in magnets.",
|
|
84
|
-
"seederCard": "
|
|
84
|
+
"seederCard": "Semoir",
|
|
85
85
|
"seederCardDesc": "In-process WebTorrent seeder limits and peer ports.",
|
|
86
|
-
"lifecycleCard": "
|
|
86
|
+
"lifecycleCard": "Cycle de vie",
|
|
87
87
|
"lifecycleCardDesc": "Boot behaviour and how the service is packaged.",
|
|
88
88
|
"pid": "PID",
|
|
89
89
|
"port": "Port",
|
|
90
90
|
"announceHost": "Announce host",
|
|
91
91
|
"goSettings": "Open settings",
|
|
92
92
|
"searchTorrents": "Search name or hash…",
|
|
93
|
-
"filterAll": "
|
|
94
|
-
"filterSeeding": "
|
|
95
|
-
"filterOther": "
|
|
93
|
+
"filterAll": "Tous",
|
|
94
|
+
"filterSeeding": "Semis",
|
|
95
|
+
"filterOther": "Autre",
|
|
96
96
|
"noMatch": "No torrents match your filter",
|
|
97
|
-
"seedStatusSeeding": "
|
|
98
|
-
"seedStatusPending": "
|
|
99
|
-
"seedStatusError": "
|
|
100
|
-
"seedStatusStopped": "
|
|
101
|
-
"seedStatusNone": "
|
|
97
|
+
"seedStatusSeeding": "Semis",
|
|
98
|
+
"seedStatusPending": "En attente",
|
|
99
|
+
"seedStatusError": "Erreur",
|
|
100
|
+
"seedStatusStopped": "Arrêté",
|
|
101
|
+
"seedStatusNone": "Aucun",
|
|
102
102
|
"notesTitle": "Service notes",
|
|
103
103
|
"exposureTitle": "Network access",
|
|
104
104
|
"protoHttp": "HTTP",
|
|
@@ -115,5 +115,84 @@
|
|
|
115
115
|
"udpPortClassic": "6969 · Classic",
|
|
116
116
|
"portSuggest8000": "8000 · Recommended",
|
|
117
117
|
"saveOkRestart": "Enregistré - redémarrez le tracker pour appliquer les ports",
|
|
118
|
-
"announceHostUnset": "
|
|
118
|
+
"announceHostUnset": "Non défini",
|
|
119
|
+
"tabTrackers": "Traqueurs",
|
|
120
|
+
"addTorrent": "Ajouter un torrent",
|
|
121
|
+
"addTorrentTitle": "Ajouter un torrent",
|
|
122
|
+
"addTorrentHint": "Téléchargez un .torrent ou collez un aimant. Choisissez un dossier Fichiers. WebTorrent télécharge les fichiers et les graines manquants une fois terminé.",
|
|
123
|
+
"dropTorrent": "Déposez un .torrent ici",
|
|
124
|
+
"chooseFile": "ou choisissez un fichier",
|
|
125
|
+
"magnetLabel": "Aimant",
|
|
126
|
+
"magnetPlaceholder": "aimant:?xt=urne:btih:…",
|
|
127
|
+
"inspect": "Lire",
|
|
128
|
+
"extraTrackersPreview": "Annoncera également à {{n}} tracker(s) supplémentaire(s)",
|
|
129
|
+
"saveLocation": "Enregistrer l'emplacement",
|
|
130
|
+
"saveRootPublic": "Fichiers publics",
|
|
131
|
+
"newFolder": "Nouveau dossier",
|
|
132
|
+
"destPreview": "Écrirai à",
|
|
133
|
+
"startDownload": "Démarrer le téléchargement",
|
|
134
|
+
"filterDownloading": "Téléchargement",
|
|
135
|
+
"filterPaused": "En pause",
|
|
136
|
+
"filterError": "Erreur",
|
|
137
|
+
"emptyDrop": "Déposez un .torrent ici ou choisissez un fichier",
|
|
138
|
+
"emptyHint": "Les fichiers vont dans le dossier que vous choisissez. S'ils sont déjà terminés, cet hôte héberge des graines. Moteur : WebTorrent — aucun logiciel de téléchargement supplémentaire.",
|
|
139
|
+
"pause": "Pause",
|
|
140
|
+
"resume": "CV",
|
|
141
|
+
"openFolder": "Ouvrir le dossier",
|
|
142
|
+
"remove": "Retirer",
|
|
143
|
+
"removeKeep": "Supprimer, conserver les fichiers",
|
|
144
|
+
"removeDelete": "Supprimer et supprimer des fichiers",
|
|
145
|
+
"removeConfirm": "Supprimer ce torrent de la bibliothèque ?",
|
|
146
|
+
"kindShare": "Partager",
|
|
147
|
+
"filesInTorrent": "fichiers",
|
|
148
|
+
"extraTrackersDesc": "URL d'annonce supplémentaires. Les téléchargements/graines de bibliothèque et les graines de partage de fichiers les utilisent en plus de la liste .torrent. Cela n’ouvre pas le tracker local aux essaims arbitraires.",
|
|
149
|
+
"extraTrackersEmpty": "Pas de trackers supplémentaires. Ajoutez des URL d'annonce HTTP(S), UDP ou WS(S) afin que cet hôte puisse trouver des homologues.",
|
|
150
|
+
"extraTrackerAdd": "Ajouter",
|
|
151
|
+
"extraTrackerUrl": "Annoncer l'URL",
|
|
152
|
+
"extraTrackerApply": "Appliquer sur les graines actuelles",
|
|
153
|
+
"extraTrackerApplyOk": "Trackers supplémentaires appliqués",
|
|
154
|
+
"extraEnabled": "Sur",
|
|
155
|
+
"extraTrackerBad": "L'URL doit commencer par http://, https://, udp://, ws:// ou wss://",
|
|
156
|
+
"extraTrackerDup": "Déjà répertorié",
|
|
157
|
+
"extraTrackerLimit": "Maximum 32 trackers supplémentaires",
|
|
158
|
+
"addOk": "Ajouté à la bibliothèque",
|
|
159
|
+
"savedTo": "Sauvegarder",
|
|
160
|
+
"folderEmpty": "Aucun sous-dossier",
|
|
161
|
+
"needTorrentFile": "Choisissez un fichier .torrent",
|
|
162
|
+
"torrentTooBig": ".torrent supérieur à 8 Mio",
|
|
163
|
+
"seedStatusDownloading": "Téléchargement",
|
|
164
|
+
"seedStatusChecking": "Vérification",
|
|
165
|
+
"seedStatusPaused": "En pause",
|
|
166
|
+
"seedStatusQueued": "En file d'attente",
|
|
167
|
+
"swarmLeftover": "Le Tracker a {{count}} annonce(s) hors bibliothèque (source distincte de la liste des torrents)",
|
|
168
|
+
"addSourceSection": "Source",
|
|
169
|
+
"addSourceFile": "Fichier",
|
|
170
|
+
"addSourceMagnet": "Aimant",
|
|
171
|
+
"previewSection": "Aperçu",
|
|
172
|
+
"saveRoot": "Racine",
|
|
173
|
+
"clearFile": "Retirer le fichier",
|
|
174
|
+
"extraTrackersTitle": "Announce supplémentaire",
|
|
175
|
+
"extraTrackersEmptyTitle": "Aucun tracker pour l’instant",
|
|
176
|
+
"extraEnabledCount": "{{count}} activé(s)",
|
|
177
|
+
"extraApplyHint": "Activez-en au moins un pour l’appliquer aux seeds en cours",
|
|
178
|
+
"destMode": "Utilisation de ce dossier",
|
|
179
|
+
"seedExisting": "Seeder les fichiers existants",
|
|
180
|
+
"downloadNewFolder": "Télécharger dans un nouveau dossier",
|
|
181
|
+
"destFileConflict": "Un fichier {{name}} existe déjà ici. Choisissez un autre dossier, ou seedez le fichier existant s’il correspond.",
|
|
182
|
+
"waitingPeers": "En attente de pairs. Si les fichiers sont déjà sur cet hôte, ajoutez à nouveau et choisissez de seeder les existants.",
|
|
183
|
+
"stopTitle": "Arrêtez le tracker - l'amorçage et les téléchargements seront interrompus",
|
|
184
|
+
"stopDesc": "Les torrents en cours d'exécution arrêtent d'annoncer. Les pairs se déconnectent jusqu'à ce que vous redémarriez le tracker.",
|
|
185
|
+
"fillPublicHost": "Utilisez {{host}}",
|
|
186
|
+
"fillPublicHostTitle": "Remplissez le nom d'hôte actuel du panneau en tant qu'hôte d'annonce publique",
|
|
187
|
+
"listenHostHint": "0.0.0.0 listens on every address. Prefer 127.0.0.1 unless peers must reach this host.",
|
|
188
|
+
"listenAllWarn": "Tracker is bound to all addresses. With the firewall off this is public. Bind 127.0.0.1 for local-only, or restrict the port in the firewall.",
|
|
189
|
+
"bindLoopback": "127.0.0.1 only",
|
|
190
|
+
"bindAll": "0.0.0.0 (all)",
|
|
191
|
+
"seederPortMin": "Peer port start",
|
|
192
|
+
"seederPortMax": "Peer port end",
|
|
193
|
+
"statsLibrary": "Library",
|
|
194
|
+
"statsLibraryHint": "Torrents in the panel library / file shares",
|
|
195
|
+
"statsTrackerLeftover": "Tracker leftover",
|
|
196
|
+
"statsTrackerLeftoverHint": "Tracker announce hashes that are not library rows",
|
|
197
|
+
"statsAnnouncesHint": "Announce requests seen by the tracker process"
|
|
119
198
|
}
|
package/locales/fr/catalog.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"sw": {
|
|
3
3
|
"vsftpd": "vsftpd (FTPS)",
|
|
4
|
-
"db_util": "db-util (base
|
|
4
|
+
"db_util": "db-util (base de données utilisateur FTP)",
|
|
5
5
|
"nginx": "Nginx",
|
|
6
|
-
"certbot": "Certbot (
|
|
6
|
+
"certbot": "Certbot (Let's Encrypt)",
|
|
7
7
|
"mysql_client": "Client MySQL/MariaDB",
|
|
8
8
|
"mysql_server": "Serveur MySQL",
|
|
9
9
|
"mariadb_server": "Serveur MariaDB",
|
|
@@ -12,10 +12,10 @@
|
|
|
12
12
|
"redis_tools": "Client Redis",
|
|
13
13
|
"redis_server": "Serveur Redis",
|
|
14
14
|
"ufw": "Pare-feu UFW",
|
|
15
|
-
"fail2ban": "
|
|
15
|
+
"fail2ban": "fail2ban",
|
|
16
16
|
"postfix": "Postfix",
|
|
17
|
-
"dovecot": "
|
|
18
|
-
"opendkim": "
|
|
17
|
+
"dovecot": "Dovecot",
|
|
18
|
+
"opendkim": "OpenDKIM",
|
|
19
19
|
"pdns_server": "PowerDNS",
|
|
20
20
|
"git": "Git",
|
|
21
21
|
"node": "Node.js",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"python": "Python",
|
|
24
24
|
"go": "Go",
|
|
25
25
|
"rust": "Rust",
|
|
26
|
-
"chromium": "
|
|
26
|
+
"chromium": "Chromium / Chrome"
|
|
27
27
|
},
|
|
28
28
|
"php": {
|
|
29
29
|
"session": "Session",
|
package/locales/fr/cdn.json
CHANGED
|
@@ -115,5 +115,91 @@
|
|
|
115
115
|
"deleteNodeDesc": "Supprime le nœud CDN « {{name}} ».",
|
|
116
116
|
"deleteSiteDesc": "Supprime le site CDN « {{name}} ».",
|
|
117
117
|
"deleteSiteC1": "Politique du site et associations edge",
|
|
118
|
-
"deleteSiteC2": "Les configs nginx appliquées peuvent nécessiter un nettoyage ou une réapplication séparés"
|
|
118
|
+
"deleteSiteC2": "Les configs nginx appliquées peuvent nécessiter un nettoyage ou une réapplication séparés",
|
|
119
|
+
"statOnline": "Online",
|
|
120
|
+
"statOffline": "Hors ligne {{n}}",
|
|
121
|
+
"statHitRate": "Taux de réussite {{v}}",
|
|
122
|
+
"hitNoStats": "Pas encore de stats de bord",
|
|
123
|
+
"loopbackOriginBlocked": "N’appliquera pas l’origin de bouclage {{url}} à un bord distant. Définissez un origin joignable.",
|
|
124
|
+
"applyFailedHint": "Échec d’application — voir les notes ci-dessous",
|
|
125
|
+
"applyStatus": {
|
|
126
|
+
"draft": "Brouillon",
|
|
127
|
+
"planned": "Planifié",
|
|
128
|
+
"applying": "Application…",
|
|
129
|
+
"applied": "Appliqué",
|
|
130
|
+
"failed": "Échoué",
|
|
131
|
+
"partial": "Partiel"
|
|
132
|
+
},
|
|
133
|
+
"drain": "Vidange",
|
|
134
|
+
"drainTitle": "Arrêtez d'envoyer du nouveau trafic CDN vers ce périphérique",
|
|
135
|
+
"drainDesc": "Vider « {{name}} » ? Les connexions existantes restent jusqu'à leur fin.",
|
|
136
|
+
"drainLastTitle": "C'est le dernier bord : le drainage laissera chaque site sans bord",
|
|
137
|
+
"drainLastDesc": "«{{name}}» est le seul avantage. Égouttez-le et tous les sites n'ont aucun bord.",
|
|
138
|
+
"clearDrainTitle": "Acceptez à nouveau le nouveau trafic sur ce bord",
|
|
139
|
+
"clearDrainDesc": "Vider la vidange sur « {{name}} » ?",
|
|
140
|
+
"deleteNodeTitle": "Supprimer ce bord CDN",
|
|
141
|
+
"deleteLastNodeTitle": "Supprimez le dernier bord : tous les sites n'auront aucun bord",
|
|
142
|
+
"purge": "Purge",
|
|
143
|
+
"previewTitle": "Aperçu de la configuration nginx (pas d'écriture)",
|
|
144
|
+
"writeConfTitle": "Écrire les fichiers de configuration Edge Nginx",
|
|
145
|
+
"applyEdgesTitle": "Appliquer ce site aux bords (écrit nginx)",
|
|
146
|
+
"purgeTitle": "Purger le cache sur les bords",
|
|
147
|
+
"dnsSyncTitle": "Écrire des enregistrements DNS CDN",
|
|
148
|
+
"probeDnsTitle": "Bords de sonde et DNS (lecture seule)",
|
|
149
|
+
"distSslTitle": "Copier les matériaux TLS sur les bords",
|
|
150
|
+
"leIssueTitle": "Émettez un certificat Let’s Encrypt et distribuez-le",
|
|
151
|
+
"deleteSiteTitle": "Supprimer ce site CDN",
|
|
152
|
+
"siteOpConfirmGeneric": "Exécuter cette action sur « {{name}} » ?",
|
|
153
|
+
"siteOpConfirmDesc": "Site « {{name}} » · {{action}}. Cela peut modifier nginx, DNS ou les certificats.",
|
|
154
|
+
"siteOpConfirm": {
|
|
155
|
+
"apply": "Appliquer ce site aux bords ?",
|
|
156
|
+
"render": "Écrire la configuration nginx pour ce site ?",
|
|
157
|
+
"purge": "Vider le cache de ce site ?",
|
|
158
|
+
"dns-sync": "Synchroniser le DNS pour ce site ?",
|
|
159
|
+
"dist": "Distribuer TLS sur les bords ?",
|
|
160
|
+
"issue": "Problème Chiffrons et distribuons ?"
|
|
161
|
+
},
|
|
162
|
+
"pillNodesSites": "{{n}} nœuds · {{s}} sites",
|
|
163
|
+
"statHit": "Taux de réussite",
|
|
164
|
+
"hitUnknown": "Inconnu",
|
|
165
|
+
"lastHealthHint": "Dernière sonde {{at}} · {{ok}}",
|
|
166
|
+
"lastHealthNever": "Pas encore sondé – exécutez Probe",
|
|
167
|
+
"lastHealthFail": "la sonde a échoué",
|
|
168
|
+
"healthLoopNeedSites": "Ajoutez d'abord un site",
|
|
169
|
+
"nodeStatus": {
|
|
170
|
+
"online": "en ligne",
|
|
171
|
+
"offline": "hors ligne",
|
|
172
|
+
"draining": "évacuation",
|
|
173
|
+
"unknown": "inconnu"
|
|
174
|
+
},
|
|
175
|
+
"statOnlineOf": "Online {{n}}/{{total}}",
|
|
176
|
+
"statDraining": "Draining {{n}}",
|
|
177
|
+
"localTest": "local / test",
|
|
178
|
+
"colRegion": "Region",
|
|
179
|
+
"previewOnlyNote": "Preview only — nothing was written to the edges.",
|
|
180
|
+
"statByRegion": "Region: ",
|
|
181
|
+
"statByApply": "Apply status: ",
|
|
182
|
+
"col": {
|
|
183
|
+
"origin": "Origin",
|
|
184
|
+
"edges": "Edges",
|
|
185
|
+
"apply": "Apply",
|
|
186
|
+
"dns": "DNS",
|
|
187
|
+
"edgesOnline": "Edges online / applied",
|
|
188
|
+
"dnsRr": "CDN DNS records"
|
|
189
|
+
},
|
|
190
|
+
"mode": {
|
|
191
|
+
"origin_pull": "Origin pull",
|
|
192
|
+
"reverse_proxy": "Reverse proxy",
|
|
193
|
+
"static_edge": "Static edge"
|
|
194
|
+
},
|
|
195
|
+
"dnsStrategy": {
|
|
196
|
+
"multi_a": "Multiple A records",
|
|
197
|
+
"cname": "CNAME",
|
|
198
|
+
"geo": "Geo"
|
|
199
|
+
},
|
|
200
|
+
"edgesOnlineApplied": "{{online}}/{{total}} online · {{applied}} applied",
|
|
201
|
+
"hitMiss": "Hits {{hits}} / misses {{misses}}",
|
|
202
|
+
"cacheBytes": "Cache ≈ {{n}} B",
|
|
203
|
+
"hitRateUnknown": "No access log with cache status and no cache directory, so hit rate cannot be estimated.",
|
|
204
|
+
"offlineHint": "Offline — probe failed. Remove the node if it is leftover."
|
|
119
205
|
}
|
package/locales/fr/cli.json
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
},
|
|
13
13
|
"help": {
|
|
14
14
|
"blurb": "CLI du plan de contrôle — préférez --json pour les agents IA.\nDocs : docs/agent/README.md · docs/cli/reference.md · docs/agent/commands.json",
|
|
15
|
-
"main": "{{product}} ({{cli}}) v{{version}}\n\nCLI du plan de contrôle — préférez --json pour les agents IA.\nDocs : docs/agent/README.md · docs/cli/reference.md · docs/agent/commands.json\n\nUtilisation :\n {{cli}} <command> [options]\n\nCommandes :\n setup Init dataDir + admin\n update Vérif./appl. auto-mise à jour\n serve API HTTP + interface Web\n system unit-install Installer ysk-server.service [--enable]\n tools Lister les outils ; tools run --tool <name> [--dry-run]\n ask NL → plan IA [--execute]\n projects list|get|create|deploy|stop|health|backup|template\n backup all|list|status|restore|delete|schedule|control-plane|settings|restic\n templates Modèles d'applications\n hosting aides nginx|dns|db|firewall\n dns zone|zones (alias IA → hosting dns-*)\n logs sources|query|journal|overview\n host overview|metrics (lecture seule)\n nginx status|list|test|sync\n ssl list|get (certificats)\n db-cluster list|get|create|plan (HA plan d'abord)\n ssh-key list|create|import|public|export|install|delete (coffre d'identités SSH)\n ssh-2fa list|enroll|confirm|install|pam|retire (TOTP connexion SSH ≠ 2FA panneau)\n services Matrice des services hôte (sondage systemctl)\n defense | protection status|ban|unban|whitelist\n security status|sessions|api-keys (flags 2FA · révocation session · clés API)\n cdn nodes|sites|render|apply|purge|probe|dashboard|health-loop|from-project\n agents runtimes|fleet list|commands|register (panneau + edge)\n agent run Sondeur de flotte sortant (expérimental)\n store status|export|import|migrate (backends document json|sqlite|postgres)\n files list|read|write|mkdir|rm|stat|rename|copy|move|chmod|trash|shares (bac à sable)\n cron list|create|delete|enable|disable|run|install|status\n email domains|mailboxes|deliverability|bootstrap|dns (parité panneau)\n health Instantané mode local ou --url http://host:port/health\n readiness | doctor Préparation production (honnête)\n migrate inventory|host|post|status|resume (migration hôte complète)\n version | help\n\nGlobal :\n --json stdout JSON (IA)\n --data-dir PATH\n --config PATH\n --help | --version\n\nSortie : 0 ok · 1 erreur · 2 validation · 3 bloqué · 4 introuvable · 5 erreur hôte\n\nSécurité :\n Les ops dangereuses sont en dry-run par défaut (plan seulement).\n Passez --execute (alias --apply) + env YSK_EXECUTE=1 pour modifier l'hôte.\n\nExemples :\n {{cli}} readiness --json\n {{cli}} host --json\n {{cli}} nginx status --json\n {{cli}} ssl list --json\n {{cli}} projects get --id UUID --json\n {{cli}} defense ban --ip 1.2.3.4 --json # plan dry-run\n {{cli}} projects list --json\n {{cli}} logs query --source journal: --lines 100 --json\n {{cli}} tools --json"
|
|
15
|
+
"main": "{{product}} ({{cli}}) v{{version}}\n\nCLI du plan de contrôle — préférez --json pour les agents IA.\nDocs : docs/agent/README.md · docs/cli/reference.md · docs/agent/commands.json\n\nUtilisation :\n {{cli}} <command> [options]\n\nCommandes :\n setup Init dataDir + admin\n update Vérif./appl. auto-mise à jour\n serve API HTTP + interface Web\n system unit-install Installer ysk-server.service [--enable]\n tools Lister les outils ; tools run --tool <name> [--dry-run]\n ask NL → plan IA [--execute]\n projects list|get|create|deploy|stop|health|backup|template\n backup all|list|status|restore|delete|schedule|control-plane|settings|restic\n templates Modèles d'applications\n hosting aides nginx|dns|db|firewall\n dns zone|zones (alias IA → hosting dns-*)\n logs sources|query|journal|overview\n host overview|metrics (lecture seule)\n nginx status|list|test|sync\n ssl list|get (certificats)\n db-cluster list|get|create|plan (HA plan d'abord)\n ssh-key list|create|import|public|export|install|delete (coffre d'identités SSH)\n ssh-2fa list|enroll|confirm|install|pam|retire (TOTP connexion SSH ≠ 2FA panneau)\n services Matrice des services hôte (sondage systemctl)\n defense | protection status|ban|unban|whitelist\n security status|sessions|api-keys (flags 2FA · révocation session · clés API)\n cdn nodes|sites|render|apply|purge|probe|dashboard|health-loop|from-project\n agents runtimes|fleet list|commands|register (panneau + edge)\n agent run Sondeur de flotte sortant (expérimental)\n store status|export|import|migrate (backends document json|sqlite|postgres)\n files list|read|write|mkdir|rm|stat|rename|copy|move|chmod|trash|shares (bac à sable)\n cron list|create|delete|enable|disable|run|install|status\n email domains|mailboxes|deliverability|bootstrap|dns (parité panneau)\n health Instantané mode local ou --url http://host:port/health\n readiness | doctor Préparation production (honnête)\n migrate inventory|host|post|status|resume (migration hôte complète)\n validators list|chains|disk|get (Beta)\n docker status|ps|images|compose|prune (engine)\n version | help\n\nGlobal :\n --json stdout JSON (IA)\n --data-dir PATH\n --config PATH\n --help | --version\n\nSortie : 0 ok · 1 erreur · 2 validation · 3 bloqué · 4 introuvable · 5 erreur hôte\n\nSécurité :\n Les ops dangereuses sont en dry-run par défaut (plan seulement).\n Passez --execute (alias --apply) + env YSK_EXECUTE=1 pour modifier l'hôte.\n\nExemples :\n {{cli}} readiness --json\n {{cli}} host --json\n {{cli}} nginx status --json\n {{cli}} ssl list --json\n {{cli}} projects get --id UUID --json\n {{cli}} defense ban --ip 1.2.3.4 --json # plan dry-run\n {{cli}} projects list --json\n {{cli}} logs query --source journal: --lines 100 --json\n {{cli}} tools --json"
|
|
16
16
|
},
|
|
17
17
|
"usage": {
|
|
18
18
|
"tools": {
|
|
@@ -882,7 +882,7 @@
|
|
|
882
882
|
},
|
|
883
883
|
"status": {
|
|
884
884
|
"bans": {
|
|
885
|
-
"a8d96b": "Utilisation : {{CLI_NAME}} defense status|bans|suspects|ban|unban|whitelist|stack-apply|fail2ban|firewall|timeline|presets [--json]\n
|
|
885
|
+
"a8d96b": "Utilisation : {{CLI_NAME}} defense status|bans|suspects|ban|unban|whitelist|stack-apply|fail2ban|firewall|timeline|presets [--json]\n bans [--q text] [--source fail2ban|panel|ufw|auto]\n suspects [--q text]\n stack-apply [--execute] # UFW + fail2ban + preset actuel\n fail2ban | firewall # sondes approfondies (honnêtes)\n timeline [--limit N] [--q text]\n presets # liste + activePreset\n"
|
|
886
886
|
}
|
|
887
887
|
}
|
|
888
888
|
}
|
|
@@ -1048,7 +1048,7 @@
|
|
|
1048
1048
|
}
|
|
1049
1049
|
},
|
|
1050
1050
|
"x": {
|
|
1051
|
-
"972912": "Utilisation :\n ysk-server migrate inventory [--data-dir PATH] --json\n ysk-server migrate host --target root@IP [--identity-file PATH|--identity-id ID|--password PW] --execute [--maintenance] [--force-wipe-target]\n ysk-server migrate post --job ID --data-dir PATH --execute # sur la cible\n ysk-server migrate status [--job ID]\n ysk-server migrate resume --job ID --execute\n"
|
|
1051
|
+
"972912": "Utilisation :\n ysk-server migrate inventory [--data-dir PATH] --json\n ysk-server migrate host --target root@IP [--identity-file PATH|--identity-id ID|--password PW] --execute [--maintenance] [--force-wipe-target]\n ysk-server migrate post --job ID --data-dir PATH --execute # sur la cible\n ysk-server migrate status [--job ID]\n ysk-server migrate resume --job ID --execute\n ysk-server migrate orphan-homes [--data-dir PATH] --json\n ysk-server migrate orphan-homes --path /home/ysk-server-UUID --confirm PATH --execute\n"
|
|
1052
1052
|
},
|
|
1053
1053
|
"hostingHelp": "Utilisation : ysk-server hosting <sub>\n Ops dangereuses en simulation par défaut ; ajoutez --execute (+ YSK_EXECUTE=1) pour appliquer\n nginx | nginx-sync [--execute]\n redis-provision | postgres-provision | mysql-provision [--execute]\n dns-zone --zone X --ip A.B.C.D [--ipv6 X:X::X] [--validate] [--reload]\n dns-zones | powerdns-status | powerdns-install [--install|--execute]\n powerdns-load --zone X --ip A.B.C.D [--load|--execute]\n email-apply --domain X [--install|--execute]\n email-mailbox --domain X --local user [--password P] [--ip A.B.C.D] [--system]\n ftps-apply --domain X [--install|--execute]\n runtimes | runtime-install --kind node|php|python|go|rust --version V [--install|--execute]\n dovecot-passdb --domain X | --all\n webmail-apply --domain webmail.example.com [--download]\n public-files --domain files.example.com [--reload]\n email-bootstrap --domain example.com --ip A.B.C.D [--install|--execute]\n email-deliverability --domain example.com # pack PTR/DNSBL/warmup (honnête)\n firewall-apply [--smtp] [--execute]\n",
|
|
1054
1054
|
"logsQuery": "Utilisation : {{CLI_NAME}} logs query --source <id> [--lines N] [--grep G] [--since 1h] [--priority err]\n exemples de source : journal: journal:nginx.service file:syslog project:<uuid>\n {{CLI_NAME}} logs sources --json\n {{CLI_NAME}} logs journal [--unit nginx.service] --json\n"
|
package/locales/fr/common.json
CHANGED
|
@@ -35,6 +35,7 @@
|
|
|
35
35
|
"noData": "Aucune donnée",
|
|
36
36
|
"input": "Entrée",
|
|
37
37
|
"pleaseEnter": "Saisir {{value}}",
|
|
38
|
+
"required": "Obligatoire",
|
|
38
39
|
"about": "À propos",
|
|
39
40
|
"operation": "Actes",
|
|
40
41
|
"delete": "Supprimer",
|
|
@@ -121,5 +122,11 @@
|
|
|
121
122
|
"show": "Afficher",
|
|
122
123
|
"done": "Fait",
|
|
123
124
|
"next": "Suivant",
|
|
124
|
-
"previous": "Précédent"
|
|
125
|
+
"previous": "Précédent",
|
|
126
|
+
"all": "Tous",
|
|
127
|
+
"showPassword": "Montrer",
|
|
128
|
+
"hidePassword": "Cacher",
|
|
129
|
+
"more": "Plus",
|
|
130
|
+
"redirectedTo": "Ouvert {{to}} (était {{from}})",
|
|
131
|
+
"unavailable": "Not available right now"
|
|
125
132
|
}
|
package/locales/fr/cron.json
CHANGED
|
@@ -135,5 +135,34 @@
|
|
|
135
135
|
"sourceHost": "Hôte",
|
|
136
136
|
"noHostJobs": "Aucune tâche crontab dans cette portée",
|
|
137
137
|
"hostPartial": "Impossible de lire tous les crontabs utilisateur (root requis)",
|
|
138
|
-
"pendingInstall": "Installation en attente ({{count}})"
|
|
138
|
+
"pendingInstall": "Installation en attente ({{count}})",
|
|
139
|
+
"hourRange": "L'heure doit être comprise entre 0 et 23.",
|
|
140
|
+
"minuteRange": "Les minutes doivent être comprises entre 0 et 59.",
|
|
141
|
+
"hoursCommon": "Horaires communs",
|
|
142
|
+
"hoursAll": "Toutes les heures",
|
|
143
|
+
"invalidExpr": "Ce n'est pas une expression cron à 5 champs valide.",
|
|
144
|
+
"needCommand": "Le commandement est requis.",
|
|
145
|
+
"needUser": "Choisissez un projet ou un utilisateur système.",
|
|
146
|
+
"hostCounts": "Lignes hôtes",
|
|
147
|
+
"hostCountsVal": "{{ysk}} · autres {{other}} · total {{total}}",
|
|
148
|
+
"hostYskYes": "lignes de panneaux présentes",
|
|
149
|
+
"hostYskNo": "pas de lignes de panneaux",
|
|
150
|
+
"emptyHostCrontab": "Pas de crontab pour {{user}}.",
|
|
151
|
+
"writtenOnHost": "Written",
|
|
152
|
+
"registeredJobsChip": "Registered",
|
|
153
|
+
"registeredVsWritten": "Registered in the panel vs written to host crontab",
|
|
154
|
+
"installPreviewTitle": "Preview before installing to system crontab",
|
|
155
|
+
"installPreviewDesc": "This merges the YSK block into the host crontab. Existing non-YSK lines stay.",
|
|
156
|
+
"installPreviewMerge": "Install writes a YSK Server crontab merge block. It does not replace the whole crontab.",
|
|
157
|
+
"installPreviewEmpty": "No pending managed jobs — install still refreshes the YSK block.",
|
|
158
|
+
"editJobTitle": "Edit job",
|
|
159
|
+
"editJobDesc": "Changes stay in the panel until you install to the system crontab.",
|
|
160
|
+
"saveJob": "Save (management only)",
|
|
161
|
+
"panelLines": "Panel lines",
|
|
162
|
+
"otherLines": "Other lines",
|
|
163
|
+
"totalLines": "Total",
|
|
164
|
+
"writtenOnHostHint": "Lines already written to the host crontab",
|
|
165
|
+
"registeredJobsHint": "Jobs registered in the panel (including pending install)",
|
|
166
|
+
"pendingInstallCount": "{{n}} pending install",
|
|
167
|
+
"systemJobBadge": "No project · system user"
|
|
139
168
|
}
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
"runtime": "Durée d'exécution",
|
|
86
86
|
"runtimeHint": "Définit la version runtime et le style de déploiement par défaut",
|
|
87
87
|
"runtimeVersion": "Version du runtime",
|
|
88
|
-
"versionHint": "
|
|
88
|
+
"versionHint": "Écrit le réglage de version d’environnement d’exécution du projet",
|
|
89
89
|
"serverIpv4": "IPv4 du serveur",
|
|
90
90
|
"serverIpv4Hint": "DNS A / courrier SPF",
|
|
91
91
|
"serverIpv4Ph": "IPv4 public de cet hôte",
|
|
@@ -107,5 +107,24 @@
|
|
|
107
107
|
"noNotifs": "Aucune notification",
|
|
108
108
|
"noNotifsDesc": "Les alertes système et les tâches apparaissent ici",
|
|
109
109
|
"applyAuditTitle": "Audit de l’état d’application",
|
|
110
|
-
"applyAuditDesc": "ok {{ok}} · avert. {{warn}} · erreur {{bad}}"
|
|
110
|
+
"applyAuditDesc": "ok {{ok}} · avert. {{warn}} · erreur {{bad}}",
|
|
111
|
+
"barTitle": "{{count}} alerte(s) hôte",
|
|
112
|
+
"levelCritical": "Critique",
|
|
113
|
+
"levelWarn": "Avertissement",
|
|
114
|
+
"levelInfo": "Informations",
|
|
115
|
+
"colTitle": "Alerte",
|
|
116
|
+
"colDetail": "Détail",
|
|
117
|
+
"colSource": "Source",
|
|
118
|
+
"notifSearch": "Rechercher des alertes",
|
|
119
|
+
"notifAll": "Tous",
|
|
120
|
+
"notifDismiss": "Cacher",
|
|
121
|
+
"goFix": "Réparer",
|
|
122
|
+
"needDomainFirst": "Saisissez d’abord un domaine",
|
|
123
|
+
"serviceAria": "{{name}}: {{state}}",
|
|
124
|
+
"sev": {
|
|
125
|
+
"ok": "OK",
|
|
126
|
+
"warn": "Warning",
|
|
127
|
+
"bad": "Problem"
|
|
128
|
+
},
|
|
129
|
+
"publicNo2fa": "This panel listens on all interfaces and your admin account has no 2FA."
|
|
111
130
|
}
|
package/locales/fr/db.json
CHANGED
|
@@ -217,7 +217,37 @@
|
|
|
217
217
|
"probe": "Sonder",
|
|
218
218
|
"name": "Nom",
|
|
219
219
|
"type": "Taper",
|
|
220
|
-
"status":
|
|
220
|
+
"status": {
|
|
221
|
+
"healthy": "En bonne santé",
|
|
222
|
+
"planned": "Prévu",
|
|
223
|
+
"partial": "Partiel",
|
|
224
|
+
"failed": "Échoué",
|
|
225
|
+
"draft": "Brouillon",
|
|
226
|
+
"degraded": "Dégradé",
|
|
227
|
+
"applied": "Appliqué"
|
|
228
|
+
},
|
|
229
|
+
"fleetSession": "Identifiant de session de l'agent de flotte",
|
|
230
|
+
"fleetSessionHint": "Optional. Paste a session UUID from /agents. Then this peer uses fleet (no SSH). Leave empty for SSH scp.",
|
|
231
|
+
"fleetSessionPh": "UUID de la session de la page Agents",
|
|
232
|
+
"engineNotInstalled": "{{engine}} n'est pas installé sur cet hôte — installez-le d'abord ou ouvrez le moteur qui est réellement en cours d'exécution.",
|
|
233
|
+
"fleetSessionNone": "Aucun — utilisez SSH",
|
|
234
|
+
"fleetSessionOpenAgents": "Ouvrir /agents pour enregistrer une session",
|
|
235
|
+
"createWizardTitle": "Ouvre l'assistant de plan. Nécessite une adresse IP locale et ≥1 homologue. Écrit uniquement les artefacts du panneau (essai à sec). Ne redémarre pas le moteur jusqu'à ce que vous l'appliquiez.",
|
|
236
|
+
"bootstrap": "Amorçage",
|
|
237
|
+
"fleetApply": "Flotte postuler",
|
|
238
|
+
"planTitle": "Régénérer le plan de cluster (pas de changement d'hôte)",
|
|
239
|
+
"writeFileTitle": "Écrire les fichiers de gestion sous le répertoire de données du panneau (essai à sec)",
|
|
240
|
+
"probeLocalTitle": "Sonder cet hôte uniquement",
|
|
241
|
+
"probeAllTitle": "Sondez chaque membre enregistré",
|
|
242
|
+
"bootstrapTitle": "Installez le drop-in local et amorcez le premier nœud",
|
|
243
|
+
"remoteInstallPlanTitle": "Aperçu de l'installation à distance (pas d'exécution)",
|
|
244
|
+
"downloadBundleTitle": "Téléchargez le bundle de configuration entre pairs (.tar.gz)",
|
|
245
|
+
"pushPlanTitle": "Aperçu push to peer (pas de scp)",
|
|
246
|
+
"fleetSyncPlanTitle": "Aperçu de la synchronisation de la flotte (pas d'exécution)",
|
|
247
|
+
"fleetApplyTitle": "La mise en file d'attente s'applique-t-elle aux membres de la flotte ?",
|
|
248
|
+
"redirectedFromCluster": "You were redirected here from /cluster. This is the database cluster tab.",
|
|
249
|
+
"roleUnassigned": "No role assigned",
|
|
250
|
+
"standaloneOtherEngines": "This engine is standalone. Other engines have clusters: {{names}}."
|
|
221
251
|
},
|
|
222
252
|
"console": {
|
|
223
253
|
"dataBrowse": "Parcourir les données",
|
|
@@ -257,7 +287,9 @@
|
|
|
257
287
|
"reloadConfig": "Recharger la conf",
|
|
258
288
|
"disableBoot": "Désactiver au démarrage",
|
|
259
289
|
"needRights": "Nécessite des droits de modification système et admin. Les échecs affichent les raisons — jamais de faux succès.",
|
|
260
|
-
"noneFetched": "— aucun —"
|
|
290
|
+
"noneFetched": "— aucun —",
|
|
291
|
+
"disableBootConfirm": "Le moteur ne démarrera pas après le redémarrage tant que vous ne l'aurez pas réactivé.",
|
|
292
|
+
"affectsProjects": "Sites and services that use this engine will be interrupted."
|
|
261
293
|
},
|
|
262
294
|
"expiresLabel": "Expire",
|
|
263
295
|
"importEntry": "Entrée : {{url}}",
|
|
@@ -283,5 +315,28 @@
|
|
|
283
315
|
"unfreezeOk": "Réparation de {{engine}} terminée",
|
|
284
316
|
"startAfterUnfreeze": "Démarrer le service (exécute automatiquement le plan de réparation en cas d'échec)",
|
|
285
317
|
"serviceDownTitle": "Le service de base de données est arrêté",
|
|
286
|
-
"serviceDownBody": "Le service est en mauvais état"
|
|
318
|
+
"serviceDownBody": "Le service est en mauvais état",
|
|
319
|
+
"emptyDbHostHasRows": "L'hôte possède déjà des bases de données qui ne figurent pas dans cette liste de plan de contrôle.",
|
|
320
|
+
"hostHasUntracked": "{{count}} les bases de données hôtes ne sont pas enregistrées dans le panneau",
|
|
321
|
+
"hostInventoryHint": "Le tableau contient uniquement des lignes du plan de contrôle. Les noms live proviennent de SHOW DATABASES.",
|
|
322
|
+
"adoptHostDb": "S'inscrire {{name}}",
|
|
323
|
+
"remoteTest": "Tester la connexion",
|
|
324
|
+
"remoteTestDone": "Sonde d'hôte distant terminée",
|
|
325
|
+
"remoteTestOk": "accessible",
|
|
326
|
+
"remoteTestFail": "inaccessible",
|
|
327
|
+
"remoteNotChecked": "non testé",
|
|
328
|
+
"registeredVsHostHint": "Enregistré dans le panneau / trouvé sur l’hôte",
|
|
329
|
+
"dumpNeedRegistered": "Enregistrez d’abord une base dans le panneau",
|
|
330
|
+
"dumpFirstDbTitle": "Exporter la première base enregistrée",
|
|
331
|
+
"importNeedRegistered": "Enregistrez d’abord une base dans le panneau",
|
|
332
|
+
"importLatestNeedConfirm": "Confirmation requise — importe dans la base enregistrée",
|
|
333
|
+
"adoptHostDbTitle": "N’enregistre que le nom dans le plan de contrôle ; n’altère pas les données hôte.",
|
|
334
|
+
"cleanupExpiredTempUsersTitle": "Supprime les utilisateurs temporaires du panneau déjà expirés",
|
|
335
|
+
"remoteDeleteTitle": "Retirer uniquement cet enregistrement",
|
|
336
|
+
"remoteDeleteConfirm": "Retirer l’enregistrement {{name}} ? Le serveur distant n’est pas modifié.",
|
|
337
|
+
"registeredCount": "Registered",
|
|
338
|
+
"hostCount": "On host",
|
|
339
|
+
"registeredUsers": "Registered users",
|
|
340
|
+
"registeredUsersHint": "Panel registrations only — not every MySQL account",
|
|
341
|
+
"hostStillExists": "Still on host"
|
|
287
342
|
}
|
package/locales/fr/dns.json
CHANGED
|
@@ -212,5 +212,23 @@
|
|
|
212
212
|
"aboutHealthTitle": "Santé des services",
|
|
213
213
|
"aboutHealthBody": "Utilisez Outils pour sonder PowerDNS, réparer le bind et ouvrir le port 53.",
|
|
214
214
|
"aboutStackTitle": "Logiciels",
|
|
215
|
-
"aboutStackBody": "Vérifiez/mettez à jour le paquet PowerDNS sous Logiciels."
|
|
215
|
+
"aboutStackBody": "Vérifiez/mettez à jour le paquet PowerDNS sous Logiciels.",
|
|
216
|
+
"invalidZone": "Nom de zone invalide. Utilisez un vrai domaine (par exemple exemple.com).",
|
|
217
|
+
"invalidIpv4": "IPv4 invalide. Chaque octet doit être compris entre 0 et 255.",
|
|
218
|
+
"mailZonesMissing": "Les domaines de messagerie n'ont pas de zone DNS ici : {{domains}}.",
|
|
219
|
+
"createMailZone": "Créer une zone de messagerie",
|
|
220
|
+
"createMailZoneNow": "Zone de messagerie créée {{domain}}",
|
|
221
|
+
"healNeedInstall": "PowerDNS n'est pas installé - installez-le d'abord dans l'onglet Logiciel",
|
|
222
|
+
"applyNeedService": "Le service DNS n'est pas en cours d'exécution : démarrez-le ou installez-le avant de l'appliquer.",
|
|
223
|
+
"deleteZoneNeedName": "Supprimez cette zone — vous saisirez le nom de la zone pour confirmer",
|
|
224
|
+
"toolsFirewallTitle": "Pare-feu (UFW)",
|
|
225
|
+
"toolsFirewallHint": "Autoriser ou refuser le port 53. N’arrête ni ne démarre PowerDNS.",
|
|
226
|
+
"toolsUnitTitle": "Unité PowerDNS",
|
|
227
|
+
"toolsUnitHint": "Unité systemd pdns — démarrer, arrêter, redémarrer, recharger.",
|
|
228
|
+
"installConfirmTitle": "Installer PowerDNS ?",
|
|
229
|
+
"installConfirmDesc": "Installe pdns-server et écrit la config gérée. Nécessite root et YSK_EXECUTE=1.",
|
|
230
|
+
"installConfirmConsequence": "Après installation et démarrage, PowerDNS liera le port 53.",
|
|
231
|
+
"installPort53Busy": "Le port 53 est déjà utilisé. PowerDNS peut échouer à se lier tant que cet écouteur n’est pas arrêté ou réparé.",
|
|
232
|
+
"installPort53BusyConsequence": "Réparez la liaison ou arrêtez l’autre écouteur avant d’attendre des réponses sur 53.",
|
|
233
|
+
"createZoneNeedValid": "Enter a valid zone name and IPv4 address"
|
|
216
234
|
}
|