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
package/locales/fr/services.json
CHANGED
|
@@ -4,8 +4,27 @@
|
|
|
4
4
|
"start": "Démarrer",
|
|
5
5
|
"stop": "Arrêter",
|
|
6
6
|
"restart": "Redémarrer",
|
|
7
|
-
"reload": "Recharger"
|
|
7
|
+
"reload": "Recharger",
|
|
8
|
+
"enable": "Activer au démarrage",
|
|
9
|
+
"disable": "Désactiver au démarrage"
|
|
8
10
|
},
|
|
11
|
+
"lifecycleTitle": "Contrôle du service {{label}}",
|
|
12
|
+
"startedOk": "{{label}} démarré",
|
|
13
|
+
"stoppedOk": "{{label}} arrêté",
|
|
14
|
+
"restartedOk": "{{label}} redémarré",
|
|
15
|
+
"reloadedOk": "{{label}} rechargé",
|
|
16
|
+
"stopConfirmTitle": "Arrêter {{label}} ?",
|
|
17
|
+
"stopConfirmDesc": "{{label}} cessera d’écouter. Relancez-le depuis cette page si besoin.",
|
|
18
|
+
"stopConfirmEdgeDesc": "Arrêter {{label}} met hors ligne les sites et le reverse proxy jusqu’au redémarrage.",
|
|
19
|
+
"stopConfirmEdgeConsequence": "Tant que {{label}} est arrêté, cet hôte ne sert pas HTTP/HTTPS.",
|
|
20
|
+
"stopConfirmSshdTitle": "Arrêter sshd ?",
|
|
21
|
+
"stopConfirmSshdDesc": "Arrêter sshd coupe le SSH distant. Confirmez un accès console ou une autre voie.",
|
|
22
|
+
"stopConfirmSshdToken": "arrête sshd",
|
|
23
|
+
"stopConfirmSshdConsequence": "Les nouvelles sessions SSH échoueront jusqu’au démarrage de sshd depuis la console.",
|
|
24
|
+
"stopConfirmPanelTitle": "Arrêter YSK Server ?",
|
|
25
|
+
"stopConfirmPanelDesc": "Le panneau et l’API seront hors ligne jusqu’au démarrage de l’unité sur l’hôte.",
|
|
26
|
+
"stopConfirmPanelToken": "arrêter le serveur Ysk",
|
|
27
|
+
"stopConfirmPanelConsequence": "Cette session navigateur sera coupée. Démarrez l’unité via SSH ou la console hôte.",
|
|
9
28
|
"actionDone": "{{action}} terminé",
|
|
10
29
|
"runningOf": "{{running}}/{{total}} en cours",
|
|
11
30
|
"canMutate": "Modifiable",
|
|
@@ -36,5 +55,44 @@
|
|
|
36
55
|
"protectionDoneNote": "Sonde de protection terminée",
|
|
37
56
|
"probeDone": "Sonde terminée",
|
|
38
57
|
"runProtection": "Lancer la sonde de protection",
|
|
39
|
-
"notProbedYet": "Pas encore sondé"
|
|
58
|
+
"notProbedYet": "Pas encore sondé",
|
|
59
|
+
"stopConfirmFail2banTitle": "Arrêter fail2ban ?",
|
|
60
|
+
"stopConfirmFail2banDesc": "L'arrêt de fail2ban désactive les interdictions IP automatiques. Les sites Web et SSH continuent de fonctionner.",
|
|
61
|
+
"stopConfirmFail2banConsequence": "Les nouveaux attaquants ne sont pas bannis tant que fail2ban n’est pas redémarré.",
|
|
62
|
+
"installOrOpen": "Installer / ouvrir",
|
|
63
|
+
"statusFilter": {
|
|
64
|
+
"all": "Tous les états",
|
|
65
|
+
"running": "En cours d'exécution",
|
|
66
|
+
"failed": "Échoué",
|
|
67
|
+
"missing": "Non installé"
|
|
68
|
+
},
|
|
69
|
+
"stopNeedConfirm": "Confirmation requise",
|
|
70
|
+
"stopNeedConfirmPhrase": "Saisie de la phrase de confirmation requise",
|
|
71
|
+
"enabledOk": "{{label}} activé au démarrage",
|
|
72
|
+
"bootDisabledWarn": "{{label}} tourne mais ne démarrera pas au boot. Activez-le pour le conserver.",
|
|
73
|
+
"bootDisabledShort": "Pas au boot",
|
|
74
|
+
"mariadbNotInstalled": "MariaDB n’est pas installé",
|
|
75
|
+
"mariadbNotInstalledMysqlOk": "Not installed: MariaDB (MySQL is installed)",
|
|
76
|
+
"restartConfirmPanelTitle": "Restart YSK Server?",
|
|
77
|
+
"restartConfirmPanelDesc": "The panel and API will drop briefly while the unit restarts.",
|
|
78
|
+
"unitNotFound": "Unit not installed",
|
|
79
|
+
"unitNa": "Not applicable",
|
|
80
|
+
"unitStatic": "static",
|
|
81
|
+
"unitIndirect": "indirect",
|
|
82
|
+
"needRunning": "{{label}} is not running",
|
|
83
|
+
"bootNa": "Not applicable",
|
|
84
|
+
"permLabel": "Permission",
|
|
85
|
+
"permCanChange": "Can change the system (superuser)",
|
|
86
|
+
"permBlocked": "Cannot change the system",
|
|
87
|
+
"permHint": "System change {{exec}} · Superuser {{root}}",
|
|
88
|
+
"clusterLegend": "Planned = saved in the panel, not applied on the host.",
|
|
89
|
+
"active": {
|
|
90
|
+
"active": "Running",
|
|
91
|
+
"inactive": "Stopped",
|
|
92
|
+
"not-found": "Not installed",
|
|
93
|
+
"failed": "Failed",
|
|
94
|
+
"tool": "Tool",
|
|
95
|
+
"activating": "Starting"
|
|
96
|
+
},
|
|
97
|
+
"sshdBootOffWarn": "sshd is not enabled on boot. After reboot this host will have no SSH rescue path."
|
|
40
98
|
}
|
package/locales/fr/software.json
CHANGED
|
@@ -87,7 +87,8 @@
|
|
|
87
87
|
"pick": "Choisir la version",
|
|
88
88
|
"noTarget": "Aucune cible de mise à jour",
|
|
89
89
|
"needRuntimePage": "Installez cette version sur la page du runtime",
|
|
90
|
-
"noAptCandidate": "Aucune version candidate apt"
|
|
90
|
+
"noAptCandidate": "Aucune version candidate apt",
|
|
91
|
+
"sourceLabel": "Source"
|
|
91
92
|
},
|
|
92
93
|
"install": {
|
|
93
94
|
"progress": "Installation : {{list}}…",
|
|
@@ -50,12 +50,22 @@
|
|
|
50
50
|
"generic": "Les services associés peuvent s'arrêter",
|
|
51
51
|
"purgeData": "Les chemins de données seront supprimés",
|
|
52
52
|
"protectedSkipped": "Les composants protégés sont ignorés",
|
|
53
|
-
"runtimeStack": "Toutes les versions gérées par panneau de ce runtime seront supprimées"
|
|
53
|
+
"runtimeStack": "Toutes les versions gérées par panneau de ce runtime seront supprimées",
|
|
54
|
+
"containers": "Les conteneurs en cours s’arrêteront",
|
|
55
|
+
"validators": "Les piles validateur qui utilisent Docker Compose s’arrêteront"
|
|
54
56
|
},
|
|
55
57
|
"requestCancel": "Demande d'annulation",
|
|
56
58
|
"cancelling": "Annulation…",
|
|
57
59
|
"dockCancelling": "Annulation · {{title}}",
|
|
58
60
|
"dockCancelled": "Annulé · {{title}}",
|
|
59
61
|
"cancelHint": "Annulation demandée. Le client a arrêté d'écouter ; l'hôte peut terminer l'apt/l'étape en cours. Re-sondez l'état après un moment.",
|
|
60
|
-
"cancelledToast": "Opération annulée (le client a arrêté la diffusion)"
|
|
62
|
+
"cancelledToast": "Opération annulée (le client a arrêté la diffusion)",
|
|
63
|
+
"kindApply": "Appliquer",
|
|
64
|
+
"kindScan": "Balayage",
|
|
65
|
+
"kindDeploy": "Déployer",
|
|
66
|
+
"kindRuntime": "Durée d'exécution",
|
|
67
|
+
"jobDone": "Terminé · {{title}}",
|
|
68
|
+
"jobFailed": "Échec · {{title}}",
|
|
69
|
+
"uninstallUfwWarn": "Retirer UFW laisse cet hôte sans le pare-feu de ports géré par le panneau.",
|
|
70
|
+
"uninstallFail2banWarn": "Retirer fail2ban arrête les jails et lève les interdictions. Si vous le gardez, ajoutez votre IP de connexion à ignoreip."
|
|
61
71
|
}
|
package/locales/fr/ssl.json
CHANGED
|
@@ -99,5 +99,16 @@
|
|
|
99
99
|
"requestDone": "Demande de certificat terminée",
|
|
100
100
|
"requestFailed": "La demande de certificat n’a pas abouti",
|
|
101
101
|
"applyFailed": "Échec de la demande",
|
|
102
|
-
"deletedCert": "{{domain}} supprimé"
|
|
102
|
+
"deletedCert": "{{domain}} supprimé",
|
|
103
|
+
"uninstallCertbotWarn": "La suppression de certbot arrête le renouvellement automatique des certificats Let's Encrypt existants.",
|
|
104
|
+
"renew": "Renouveler",
|
|
105
|
+
"renewFor": "Renouveler Let's Encrypt pour {{domain}}",
|
|
106
|
+
"domainRequired": "Saisissez un domaine.",
|
|
107
|
+
"domainInvalid": "Le format du domaine n’est pas valide.",
|
|
108
|
+
"domainKnownHint": "Choisissez un domaine projet / DNS / mail connu, ou saisissez-en un.",
|
|
109
|
+
"deleteNeedDomain": "Supprimez ce certificat — saisissez le nom de domaine pour confirmer",
|
|
110
|
+
"panelCertHint": "Panel HTTPS uses {{path}} (expires {{exp}}). It is not listed as a site certificate.",
|
|
111
|
+
"openPanelTls": "Open panel HTTPS",
|
|
112
|
+
"deleteDomain": "Delete {{domain}}",
|
|
113
|
+
"uninstallCertbot": "Uninstall certbot (loses auto-renew)"
|
|
103
114
|
}
|
|
@@ -11,9 +11,16 @@
|
|
|
11
11
|
"componentsTitle": "Composants à installer",
|
|
12
12
|
"dryRun": "Aperçu dry-run",
|
|
13
13
|
"installNow": "Installer maintenant",
|
|
14
|
-
"uninstallHint": "
|
|
14
|
+
"uninstallHint": "Cochez les lots à retirer. Sans sélection, le retrait est impossible. Les données sont conservées par défaut.",
|
|
15
15
|
"dataPolicy": "Politique de données",
|
|
16
16
|
"keepData": "Conserver les données",
|
|
17
17
|
"purgeData": "Purger les données",
|
|
18
|
-
"uninstallNow": "Désinstaller maintenant"
|
|
18
|
+
"uninstallNow": "Désinstaller maintenant",
|
|
19
|
+
"uninstallNeedSelect": "Sélectionnez au moins un forfait. Une sélection vide ne signifie plus tout supprimer.",
|
|
20
|
+
"uninstallConfirmTitle": "Supprimer les groupes sélectionnés ?",
|
|
21
|
+
"uninstallConfirmDesc": "{{count}} le ou les bundles seront supprimés. Tapez SUPPRIMER pour confirmer.",
|
|
22
|
+
"countHint": "These counts are OS packages in the software plan — not the service-matrix units on the other tab.",
|
|
23
|
+
"executeRoot": "System changes {{execute}} · administrator {{root}}",
|
|
24
|
+
"manifestPlan": "Plan {{plan}} ({{bundles}})",
|
|
25
|
+
"manifestHint": "Last chosen software plan and bundles"
|
|
19
26
|
}
|
package/locales/fr/support.json
CHANGED
|
@@ -1,28 +1,44 @@
|
|
|
1
1
|
{
|
|
2
|
-
"title": "
|
|
3
|
-
"sub": "
|
|
4
|
-
"creatorTitle": "
|
|
5
|
-
"creatorBody": "YSK Server est
|
|
6
|
-
"donateTitle": "
|
|
7
|
-
"donateBody": "Si YSK Server vous fait gagner du temps, envisagez de
|
|
2
|
+
"title": "Assistance",
|
|
3
|
+
"sub": "Creator, dons et YSK Limited — produit gratuit, aide réelle",
|
|
4
|
+
"creatorTitle": "Créateur",
|
|
5
|
+
"creatorBody": "YSK Server est un plan de contrôle mono-hôte, gratuit et honnête, pour les opérateurs qui veulent posséder leur pile. Le projet est maintenu au grand jour ; retours et rapports de bogues le rendent plus solide.",
|
|
6
|
+
"donateTitle": "Soutien / Don",
|
|
7
|
+
"donateBody": "Si YSK Server vous fait gagner du temps, envisagez de parrainer le développement. Chaque contribution aide à garder le produit gratuit pour tous.",
|
|
8
8
|
"donateGithub": "Commanditaires GitHub",
|
|
9
9
|
"donateOther": "Autres façons de donner",
|
|
10
10
|
"yskTitle": "YSK Limited",
|
|
11
|
-
"yskIntro": "Besoin d’une aide
|
|
12
|
-
"yskSvc1": "
|
|
13
|
-
"yskSvc2": "Conception de
|
|
14
|
-
"yskSvc3": "Migration, automatisation et intégration
|
|
15
|
-
"yskSvc4": "Réponse aux incidents et
|
|
16
|
-
"yskNoPrice": "Aucun
|
|
11
|
+
"yskIntro": "Besoin d’une aide concrète au-delà du panneau gratuit ? YSK Limited peut aider pour :",
|
|
12
|
+
"yskSvc1": "Installation, durcissement et exploitation continue du serveur",
|
|
13
|
+
"yskSvc2": "Conception de pile d’hébergement (web, mail, DNS, bases de données)",
|
|
14
|
+
"yskSvc3": "Migration, automatisation et intégration sur mesure",
|
|
15
|
+
"yskSvc4": "Réponse aux incidents et revues de préparation à la production",
|
|
16
|
+
"yskNoPrice": "Aucun tarif n’est affiché ici — contactez-nous pour une discussion adaptée à votre environnement.",
|
|
17
17
|
"yskWebsite": "ysk.hk",
|
|
18
|
-
"helpTitle": "
|
|
19
|
-
"helpBody": "
|
|
20
|
-
"docsHint": "La documentation complète se trouve dans le
|
|
18
|
+
"helpTitle": "Un problème ?",
|
|
19
|
+
"helpBody": "Écrivez-nous avec votre OS, le chemin du journal d’installation, et ce que vous attendiez vs ce qui s’est passé. Nous lisons chaque message.",
|
|
20
|
+
"docsHint": "La documentation complète se trouve dans le dépôt sous",
|
|
21
21
|
"donateLinktree": "Linktree",
|
|
22
|
-
"cryptoTitle": "
|
|
23
|
-
"cryptoHint": "
|
|
24
|
-
"cryptoNetwork": "
|
|
25
|
-
"cryptoAddress": "
|
|
26
|
-
"copy": "
|
|
27
|
-
"copied": "
|
|
22
|
+
"cryptoTitle": "Crypto / identifiants Web3",
|
|
23
|
+
"cryptoHint": "N’envoyez que sur le réseau correspondant. Vérifiez l’adresse avant d’envoyer.",
|
|
24
|
+
"cryptoNetwork": "Réseau",
|
|
25
|
+
"cryptoAddress": "Adresse",
|
|
26
|
+
"copy": "Copier",
|
|
27
|
+
"copied": "Copié",
|
|
28
|
+
"docsLink": "Documentation",
|
|
29
|
+
"diagTitle": "Résumé du diagnostic",
|
|
30
|
+
"diagBody": "Copiez la version, exécutez et hébergez les faits à coller dans un e-mail. Il ne s'agit pas d'un ensemble de journaux complet.",
|
|
31
|
+
"diagCopy": "Copier le résumé du diagnostic",
|
|
32
|
+
"diagCopied": "Résumé du diagnostic copié",
|
|
33
|
+
"copyTitle": "Copier {{address}}",
|
|
34
|
+
"diagCopyTitle": "Copier version, EXECUTE et faits hôte",
|
|
35
|
+
"diagPreview": "Aperçu de ce qui sera copié",
|
|
36
|
+
"diagLoading": "Chargement du diagnostic…",
|
|
37
|
+
"diagLoadFailed": "Impossible de charger le diagnostic",
|
|
38
|
+
"copiedAddr": "Copied {{addr}}",
|
|
39
|
+
"diagStatus": "Status",
|
|
40
|
+
"diagMode": "Mode",
|
|
41
|
+
"diagProtection": "Protection",
|
|
42
|
+
"diagHostname": "Hostname",
|
|
43
|
+
"diagOs": "OS"
|
|
28
44
|
}
|
package/locales/fr/system.json
CHANGED
|
@@ -77,7 +77,17 @@
|
|
|
77
77
|
"leOk": "Certificat Let’s Encrypt obtenu pour {{domain}}",
|
|
78
78
|
"leFailed": "Échec de la demande de certificat : {{detail}}",
|
|
79
79
|
"leHint": "Vérifiez que l’enregistrement DNS A pointe ici et que le port 80 est joignable (ou que nginx sert le domaine)",
|
|
80
|
-
"openFirewall": "Si public : autorisez le port du panneau {{port}}/tcp (Pare-feu → ouvrir le port → 9287 Panel)"
|
|
80
|
+
"openFirewall": "Si public : autorisez le port du panneau {{port}}/tcp (Pare-feu → ouvrir le port → 9287 Panel)",
|
|
81
|
+
"disableConfirmTitle": "Désactiver le panneau HTTPS ?",
|
|
82
|
+
"disableConfirmDesc": "Le panneau servira HTTP. WebAuthn/Passkey cessera de fonctionner jusqu'à ce que HTTPS soit réactivé.",
|
|
83
|
+
"disablePasskeyWarn": "Les clés d'accès enregistrées nécessitent HTTPS – elles échoueront sur HTTP.",
|
|
84
|
+
"disableNeedConfirm": "Confirmation requise — saisissez DISABLE-HTTPS",
|
|
85
|
+
"listenPublic": "Le panneau écoute sur une adresse publique (0.0.0.0/::). Restreindre avec un pare-feu ou lier à 127.0.0.1.",
|
|
86
|
+
"bootstrapCert": "Il s'agit du certificat d'amorçage auto-signé — les navigateurs vous avertiront. Émettez un certificat approuvé pour le domaine du panneau.",
|
|
87
|
+
"cliNoSocket": "La CLI n'a pas de socket HTTP actif ; serveHttps est déduit des sockets de configuration et d'écoute (ss).",
|
|
88
|
+
"listenHost": "Adresse d'écoute",
|
|
89
|
+
"currentHost": "Cette séance",
|
|
90
|
+
"replaceCert": "Remplacer par un certificat de confiance"
|
|
81
91
|
},
|
|
82
92
|
"timeNtp": "Heure et NTP",
|
|
83
93
|
"clockStatus": "État de l’horloge système",
|
|
@@ -182,5 +192,19 @@
|
|
|
182
192
|
"exportPath": "Chemin d’export",
|
|
183
193
|
"mode": "Mode",
|
|
184
194
|
"managedConf": "Conf gérée",
|
|
185
|
-
"dryRunFlag": "Simulation"
|
|
195
|
+
"dryRunFlag": "Simulation",
|
|
196
|
+
"timezoneSearch": "Filtrer les fuseaux horaires…",
|
|
197
|
+
"resyncNtp": "Resynchroniser NTP",
|
|
198
|
+
"storageSub": "Utilisation du disque",
|
|
199
|
+
"syncReloadNeedConfirm": "Confirmation requise — écrit /etc/nginx/conf.d et recharge Nginx",
|
|
200
|
+
"nginxLeftover": "Reliquat",
|
|
201
|
+
"nginxUnused": "Inutilisé",
|
|
202
|
+
"nginxLeftoverHint": "Conf reliquat (ex. public-files). Incluse dans la sync tant que vous n’agissez pas.",
|
|
203
|
+
"nginxUnusedHint": "Conf stock / catch-all (000-default). Incluse dans la sync tant que vous n’agissez pas.",
|
|
204
|
+
"powerUnlock": "Débloquez la zone dangereuse",
|
|
205
|
+
"powerLock": "Verrouiller la zone dangereuse",
|
|
206
|
+
"noScheduledPower": "Aucun redémarrage ou mise hors tension n'est prévu",
|
|
207
|
+
"timezoneNow": "Host time now: {{time}} ({{tz}})",
|
|
208
|
+
"timezoneBrowserDiff": "This host uses {{host}}; your browser uses {{browser}}. Changing timezone here changes the host clock, not the browser.",
|
|
209
|
+
"notExported": "Not exported yet"
|
|
186
210
|
}
|
package/locales/fr/systemd.json
CHANGED
|
@@ -90,5 +90,7 @@
|
|
|
90
90
|
"aboutPolicySub": "L'écriture du modèle et l'installation système sont des étapes distinctes. Relancer après installation est une opération normale, pas une étape manquante.",
|
|
91
91
|
"policyInstallFull": "Installer et activer : copier vers /etc/systemd/system, daemon-reload, enable --now. Nécessite root + EXECUTE.",
|
|
92
92
|
"policyBlockedTitle": "Bloqué sans privilège",
|
|
93
|
-
"policyNotEqualTitle": "Les états ne sont pas équivalents"
|
|
93
|
+
"policyNotEqualTitle": "Les états ne sont pas équivalents",
|
|
94
|
+
"rawStateHint": "Raw unit state in tooltip",
|
|
95
|
+
"bootHint": "Whether the unit starts at boot"
|
|
94
96
|
}
|
package/locales/fr/terminal.json
CHANGED
|
@@ -29,5 +29,13 @@
|
|
|
29
29
|
"stepUpHint": "La connexion root exige une élévation 2FA lorsque votre compte a le TOTP activé.",
|
|
30
30
|
"stepUpTitle": "Confirmer le shell root",
|
|
31
31
|
"stepUpDesc": "Saisissez le code de votre authenticator ou un code de récupération.",
|
|
32
|
-
"totpLabel": "Code TOTP / de récupération"
|
|
32
|
+
"totpLabel": "Code TOTP / de récupération",
|
|
33
|
+
"sessionStillOpen": "Un live shell est toujours connecté pendant que vous lisez cette page.",
|
|
34
|
+
"rootConfirmTitle": "Ouvrir un shell racine ?",
|
|
35
|
+
"rootConfirmDesc": "Cette session est un PTY racine sans restriction sur l'hôte. Les commandes sont auditées.",
|
|
36
|
+
"rootConfirmBody": "Continuez uniquement si vous avez l'intention d'exécuter des commandes d'hôte privilégiées.",
|
|
37
|
+
"copyAll": "Copier tout",
|
|
38
|
+
"copyAllNeedConn": "Connectez-vous d'abord - le tampon est vide lorsqu'il est déconnecté",
|
|
39
|
+
"groupSystem": "System",
|
|
40
|
+
"groupProject": "Project"
|
|
33
41
|
}
|