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
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"security": "权限与安全",
|
|
5
5
|
"binaries": "系统软件",
|
|
6
6
|
"hosting": "运行环境",
|
|
7
|
-
"dns": "
|
|
7
|
+
"dns": "域名系统",
|
|
8
8
|
"email": "邮件",
|
|
9
9
|
"isolation": "项目隔离",
|
|
10
10
|
"ops": "运维"
|
|
@@ -107,5 +107,36 @@
|
|
|
107
107
|
"fixNow": "立即修复",
|
|
108
108
|
"fixFailed": "修复失败",
|
|
109
109
|
"fixDone": "已修复 dataDir 权限(chmod 750)",
|
|
110
|
-
"fixDoneWebUi": "已构建/安装 Web 界面"
|
|
110
|
+
"fixDoneWebUi": "已构建/安装 Web 界面",
|
|
111
|
+
"rootLabel": "超级用户",
|
|
112
|
+
"exportStarted": "正在下載 {{name}}",
|
|
113
|
+
"blockersHint": "「阻挡」是「缺少」中的关键项,不是额外检查。",
|
|
114
|
+
"techDetails": "技术细节",
|
|
115
|
+
"missingOwner": "未分配面板所有者(包配额归属)",
|
|
116
|
+
"notOsProvisioned": "操作系统用户/主目录尚未配置",
|
|
117
|
+
"ondrejNone": "未检测到 ondrej Launchpad PHP 源",
|
|
118
|
+
"ondrejFound": "发现旧版 ondrej/php 源与packages.sury.org 冲突:{{paths}}",
|
|
119
|
+
"ondrejTitle": "PHP apt源(ondrej残差)",
|
|
120
|
+
"systemctlActive": "服务正在运行",
|
|
121
|
+
"systemctlStatus": "服务状态:{{status}}",
|
|
122
|
+
"binInPath": "路径中的 {{bin}}",
|
|
123
|
+
"leftoverApache": "Apache 剩余的默认站点",
|
|
124
|
+
"leftoverVsftpd": "vsftpd 单元失败",
|
|
125
|
+
"leftoverCli": "过时的剩余 CLI",
|
|
126
|
+
"leftoverNginx": "Nginx 包罗万象缺失",
|
|
127
|
+
"leftoverDovecot": "Dovecot TLS 指出缺少证书",
|
|
128
|
+
"leftoverOther": "主机剩余物",
|
|
129
|
+
"leftoverApply": "剩余的适用",
|
|
130
|
+
"isolationOwnerDegrades": "缺少owner_user_id会影响程序包配额属性 - 状态已降级,未就绪。",
|
|
131
|
+
"totalChecks": "All checks",
|
|
132
|
+
"totalChecksHint": "Ready + degraded + missing = this total. Blockers are the critical missing subset.",
|
|
133
|
+
"requireAdminTotp": "require admin 2FA policy",
|
|
134
|
+
"listenBind": "listen address",
|
|
135
|
+
"item": {
|
|
136
|
+
"admin2fa": "Admin two-factor"
|
|
137
|
+
},
|
|
138
|
+
"dataDirPerms": "panel data-directory permissions",
|
|
139
|
+
"mode750": "mode 750",
|
|
140
|
+
"gateBlocked": "Not passed · {{n}} missing",
|
|
141
|
+
"isolationPendingOs": "Same as project status: OS user pending. Open Isolation to provision the system user and home."
|
|
111
142
|
}
|
package/locales/zh-CN/redis.json
CHANGED
|
@@ -64,5 +64,23 @@
|
|
|
64
64
|
"pickKey": "从左側选擇一个鍵,即可查看内容。",
|
|
65
65
|
"ttlPrefix": "过期:{{ttl}}",
|
|
66
66
|
"writeLiveHint": "此操作直接写入执行中的 Redis,无法从面板一鍵还原。",
|
|
67
|
-
"refPath": "参考:{{path}}"
|
|
67
|
+
"refPath": "参考:{{path}}",
|
|
68
|
+
"dbEmptyMark": " · 空",
|
|
69
|
+
"noRequirepass": "保护模式已开,但 requirepass 为空或未读到 — 实际无密码。",
|
|
70
|
+
"setRequirepass": "设定密码",
|
|
71
|
+
"rdbOnlyLossHint": "AOF 关闭且 RDB 开启。重启或崩溃可能丢失最近写入。",
|
|
72
|
+
"dirDataContainer": "/data (container)",
|
|
73
|
+
"dirHostDefault": "/var/lib/redis",
|
|
74
|
+
"dirDefaultInstance": "/var/lib/redis/default",
|
|
75
|
+
"dirDataWarn": "/data is usually a container path; this panel cannot confirm it exists.",
|
|
76
|
+
"saveOff": "禁用快照(不推荐)",
|
|
77
|
+
"saveOffWarn": "空保存字符串会关闭 RDB 快照。如果 AOF 也关闭,则崩溃可能会丢失所有数据。",
|
|
78
|
+
"dirMoveWarn": "更改目录不会移动 dump.rdb / AOF。下次启动将按原样使用新路径。",
|
|
79
|
+
"passwordUnset": "未在服务上设置",
|
|
80
|
+
"passwordSetHidden": "设置(未显示)",
|
|
81
|
+
"scanHint": "Uses SCAN, not KEYS. Returns at most {{n}} keys — avoid * on huge databases.",
|
|
82
|
+
"scanCapped": "Showing the first {{n}} matches.",
|
|
83
|
+
"dbOptionKeys": "DB {{i}} · {{n}} keys",
|
|
84
|
+
"dbOptionEmpty": "DB {{i}} · empty",
|
|
85
|
+
"insecureShort": "No password"
|
|
68
86
|
}
|
|
@@ -356,7 +356,7 @@
|
|
|
356
356
|
"errorLogDefault": "系统默认(空)",
|
|
357
357
|
"errorLogPhp": "/var/log/php/error.log",
|
|
358
358
|
"errorLogFpm": "FPM 日志路径",
|
|
359
|
-
"errorLogSyslog": "
|
|
359
|
+
"errorLogSyslog": "系统日志"
|
|
360
360
|
},
|
|
361
361
|
"disableFn": {
|
|
362
362
|
"groups": {
|
|
@@ -451,7 +451,29 @@
|
|
|
451
451
|
"projectsCount": "YSK 项目数",
|
|
452
452
|
"noProjects": "没有项目",
|
|
453
453
|
"noProjectsDesc": "面板没有 node/bun 项目,或未建 OS 用户。",
|
|
454
|
-
"pm2OnlyDesc": "仅显示 panel 用户用 PM2 启动的进程。systemd 部署见上方项目表。"
|
|
454
|
+
"pm2OnlyDesc": "仅显示 panel 用户用 PM2 启动的进程。systemd 部署见上方项目表。",
|
|
455
|
+
"startupTitle": "开机启动",
|
|
456
|
+
"startupDesc": "注册 PM2,以便进程在重新启动后恢复。",
|
|
457
|
+
"systemdActionsHint": "systemd 操作需要 root 和 YSK_EXECUTE。",
|
|
458
|
+
"startupOk": "已登记开机启动。{{notes}}",
|
|
459
|
+
"startupFail": "无法登记开机启动。{{notes}}",
|
|
460
|
+
"actionOk": "{{action}} {{name}} — {{notes}}",
|
|
461
|
+
"actionFail": "无法 {{action}} {{name}}。{{notes}}",
|
|
462
|
+
"startupReady": "就绪",
|
|
463
|
+
"startupReadyYes": "是",
|
|
464
|
+
"startupReadyNo": "否",
|
|
465
|
+
"startupUnit": "单元",
|
|
466
|
+
"startupDump": "转储",
|
|
467
|
+
"startupInstall": "安装开机启动",
|
|
468
|
+
"startupSave": "保存进程列表",
|
|
469
|
+
"actRestart": "重启",
|
|
470
|
+
"actStop": "停止",
|
|
471
|
+
"actReload": "重新加载",
|
|
472
|
+
"pm2ActionsHint": "PM2 操作只作用于面板用户的进程列表。",
|
|
473
|
+
"noteUnparsed": "PM2 list could not be parsed (empty or unexpected output).",
|
|
474
|
+
"notePanelUserOnly": "PM2 list is for the panel process user only.",
|
|
475
|
+
"noteProjectUnits": "{{n}} YSK project unit(s) listed",
|
|
476
|
+
"glossary": "PM2 = process manager; SSE = live stream."
|
|
455
477
|
},
|
|
456
478
|
"recordedInstalled": "记录已装 {{v}}",
|
|
457
479
|
"remoteSourceSuffix": "({{source}})",
|
|
@@ -505,5 +527,30 @@
|
|
|
505
527
|
"path": "路径",
|
|
506
528
|
"fullVersion": "完整版本",
|
|
507
529
|
"useListForDefaults": "要改主机/面板默认或移除此版本,请用上方列表。",
|
|
508
|
-
"alreadyHostDefaultShort": "主机默认"
|
|
530
|
+
"alreadyHostDefaultShort": "主机默认",
|
|
531
|
+
"managedPathMissingTitle": "受管 {{name}} 路徑未就緒",
|
|
532
|
+
"managedPathMissing": "版本 {{version}} 的 YSK 受管 {{name}} 尚未就緒。請重新探測或重新安裝。",
|
|
533
|
+
"installRecordedCta": "前往软件分页安装 {{v}}",
|
|
534
|
+
"targetMissing": "目标版本未安装",
|
|
535
|
+
"targetMissingHint": "目标 {{version}} 不在本机。请改绑已安装的版本,或先安装此版本。",
|
|
536
|
+
"needsInstall": "需安装",
|
|
537
|
+
"needsInstallHint": "此版本未在本机。请先安装,或改选已安装的版本。",
|
|
538
|
+
"unitBytes": "字节",
|
|
539
|
+
"headerSizeKb": "{{n}} KB",
|
|
540
|
+
"phpIniChipEmpty": "未载入 — 请打开 php.ini 分页",
|
|
541
|
+
"phpFpmService": "PHP-FPM",
|
|
542
|
+
"phpFpmServiceDesc": "启动、停止、重载或重启 PHP-FPM 单元",
|
|
543
|
+
"rustupDefaultMissingTitle": "未设 rustup 默认工具链",
|
|
544
|
+
"rustupDefaultMissing": "rustup 未设默认工具链。请到「软件」分页设为 stable。",
|
|
545
|
+
"rustupDefaultMissingShort": "没有默认工具链",
|
|
546
|
+
"rustupSetDefaultHint": "设置默认工具链",
|
|
547
|
+
"uninstalledCountHint": "{{n}} 个版本未在本机",
|
|
548
|
+
"applyPhpVhostTitle": "需要确认 - 写入池/虚拟主机文件",
|
|
549
|
+
"applyPhpVhostDesc": "将写入 {{pool}} 池和 {{domain}} 虚拟主机。重新加载服务:{{reload}}。",
|
|
550
|
+
"binaryPath": "二进制路径",
|
|
551
|
+
"installedLabel": "Installed",
|
|
552
|
+
"installedHint": "Host probe result — not the control-plane record",
|
|
553
|
+
"targetHint": "Version this page will install or pin",
|
|
554
|
+
"rebuildFromHost": "Rebuild record from host",
|
|
555
|
+
"rebuiltFromHost": "Record refreshed from host probe"
|
|
509
556
|
}
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"email": "邮件",
|
|
11
11
|
"mailbox": "邮箱",
|
|
12
12
|
"ssl": "SSL",
|
|
13
|
-
"dns": "
|
|
13
|
+
"dns": "域名系统",
|
|
14
14
|
"nginx": "Nginx",
|
|
15
15
|
"share": "分享",
|
|
16
16
|
"ftp": "FTP",
|
|
@@ -20,5 +20,9 @@
|
|
|
20
20
|
"cron": "Cron",
|
|
21
21
|
"user": "用户",
|
|
22
22
|
"other": "其他"
|
|
23
|
+
},
|
|
24
|
+
"alias": {
|
|
25
|
+
"ssl": "证书 cert certificate certs",
|
|
26
|
+
"projects": "项目 专案 project sites"
|
|
23
27
|
}
|
|
24
28
|
}
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"tabApiKeys": "API 密钥",
|
|
20
20
|
"tabSsh": "SSH",
|
|
21
21
|
"tabApprovals": "审批",
|
|
22
|
-
"tabAllowlist": "
|
|
22
|
+
"tabAllowlist": "工具权限",
|
|
23
23
|
"apiTokenOnce": "API token(只显示一次):",
|
|
24
24
|
"copiedToken": "已复制 token",
|
|
25
25
|
"totpTitle": "双重验证 (TOTP)",
|
|
@@ -103,8 +103,8 @@
|
|
|
103
103
|
"revokeAllDevices": "撤销全部设备",
|
|
104
104
|
"revokedAllDevices": "已撤销全部信任设备",
|
|
105
105
|
"export2faBackup": "导出 2FA 加密备份",
|
|
106
|
-
"fail2banSnippetMsg": "
|
|
107
|
-
"
|
|
106
|
+
"fail2banSnippetMsg": "fail2ban 片段:{{written}} — {{notes}}",
|
|
107
|
+
"generatefail2ban": "生成 fail2ban 片段",
|
|
108
108
|
"adminPolicyTitle": "管理员 2FA 政策",
|
|
109
109
|
"adminPolicyDesc": "",
|
|
110
110
|
"requireAdmin2fa": "要求管理员启用 2FA",
|
|
@@ -124,8 +124,9 @@
|
|
|
124
124
|
"apiKeysEmpty": "尚未有 API 密钥",
|
|
125
125
|
"apiKeysEmptyHint": "用列表右上角创建;创建后可用 Bearer token 调用 API",
|
|
126
126
|
"approve": "批准",
|
|
127
|
-
"allowlistTitle": "
|
|
128
|
-
"allowlistEmpty": "
|
|
127
|
+
"allowlistTitle": "工具权限({{count}})",
|
|
128
|
+
"allowlistEmpty": "尚无工具目录项目",
|
|
129
|
+
"totpStatusLoadFailed": "无法载入双重验证状态",
|
|
129
130
|
"createApiKeyTitle": "创建 API 密钥",
|
|
130
131
|
"createApiKeyDesc": "创建后完整 token 只显示一次",
|
|
131
132
|
"createKeyBtn": "创建密钥",
|
|
@@ -367,7 +368,23 @@
|
|
|
367
368
|
"sharePanelTitle": "共用 panel TOTP secret?",
|
|
368
369
|
"sharePanelDesc": "风险高。请输入 SHARED 确认。",
|
|
369
370
|
"confirmString": "确认字符串",
|
|
370
|
-
"enableShare": "启用共用"
|
|
371
|
+
"enableShare": "启用共用",
|
|
372
|
+
"invalidPub": "请贴上完整 OpenSSH 公钥行(ssh-ed25519/ssh-rsa/ecdsa…)。",
|
|
373
|
+
"dryRunOk": "预览试行完成。请查看下方预览。",
|
|
374
|
+
"strictDryRun": "严格模式预览",
|
|
375
|
+
"errorNoDetail": "测试失败(无详情)",
|
|
376
|
+
"strictBlocked": "套件或 PAM 未就绪,已停用套用 Strict。",
|
|
377
|
+
"privCloseWithoutAck": "已关闭。私钥不会再显示;若尚未保存,请立即重新生成。",
|
|
378
|
+
"loginNoProjects": "没有项目。在下面授权现有的 Linux 用户(root / tester)。写入/root/.ssh需要YSK_EXECUTE=1。",
|
|
379
|
+
"loginLinuxHint": "没有项目时使用。示例:root 或 tester。",
|
|
380
|
+
"pkgStatus": "Package {{status}}",
|
|
381
|
+
"pamStatus": "PAM {{status}}",
|
|
382
|
+
"kbdStatus": "sshd keyboard-interactive {{status}}",
|
|
383
|
+
"light": {
|
|
384
|
+
"green": "ok",
|
|
385
|
+
"yellow": "check",
|
|
386
|
+
"red": "missing"
|
|
387
|
+
}
|
|
371
388
|
},
|
|
372
389
|
"sessionsActive": "使用中",
|
|
373
390
|
"sessionsOther": "其他设备",
|
|
@@ -390,5 +407,47 @@
|
|
|
390
407
|
"revokeOthersDesc": "将结束 {{count}} 个其他会话。当前浏览器保持登录。",
|
|
391
408
|
"sessionRevoked": "已登出该会话",
|
|
392
409
|
"mySecurityHint": "",
|
|
393
|
-
"policyTotpHint": "全站政策:要求 admin 角色各自启用 2FA(每人自己扫码),不是共用同一组验证码。"
|
|
410
|
+
"policyTotpHint": "全站政策:要求 admin 角色各自启用 2FA(每人自己扫码),不是共用同一组验证码。",
|
|
411
|
+
"requireUser2fa": "要求所有面板用户启用 2FA",
|
|
412
|
+
"generateFail2ban": "产生 fail2ban 片段",
|
|
413
|
+
"changePasswordTitle": "变更登录密码",
|
|
414
|
+
"currentPassword": "目前密码",
|
|
415
|
+
"newPassword": "新密码",
|
|
416
|
+
"confirmNewPassword": "确认新密码",
|
|
417
|
+
"passwordMismatch": "两次新密码不一致。",
|
|
418
|
+
"changePassword": "变更密码",
|
|
419
|
+
"passwordChanged": "已更新密码。",
|
|
420
|
+
"strictNeedsEnrolled": "至少一名管理员已开 2FA,才可开启 Strict。",
|
|
421
|
+
"policyTotpNeedSelf": "请先在本帐号启用 2FA,否则确认码无法填写。",
|
|
422
|
+
"fail2banSnippetTitle": "fail2ban 片段",
|
|
423
|
+
"fail2banSnippetEmpty": "没有写入片段。",
|
|
424
|
+
"trustedDevicesTitle": "信任装置",
|
|
425
|
+
"noTrustedDevices": "尚未有信任装置。",
|
|
426
|
+
"strictConfirmTitle": "开启 Strict 2FA?",
|
|
427
|
+
"strictConfirmDesc": "未开 2FA 的用户会被拒绝登录。请确认你已有可用的 TOTP 或通行密钥。",
|
|
428
|
+
"revokeDevicesTitle": "撤销信任装置?",
|
|
429
|
+
"revokeDevicesDesc": "已记住的浏览器要再做 2FA。",
|
|
430
|
+
"approvalsHint": "高风险工具需要第二人批准时会出现在此。权限在「用户 → 权限」设定。",
|
|
431
|
+
"allowlistReadonly": "代理工具目录(只读)。能力授权在「用户 → 权限」设定。",
|
|
432
|
+
"colTool": "工具",
|
|
433
|
+
"colAllowed": "允许",
|
|
434
|
+
"colRisk": "风险",
|
|
435
|
+
"colApproval": "审批",
|
|
436
|
+
"risk": {
|
|
437
|
+
"low": "低",
|
|
438
|
+
"medium": "中",
|
|
439
|
+
"high": "高",
|
|
440
|
+
"critical": "严重"
|
|
441
|
+
},
|
|
442
|
+
"confirmDeleteApiKey": "删除此 API 密钥?",
|
|
443
|
+
"confirmDeleteApiKeyDesc": "删除后「{{name}}」无法再验证。此操作无法复原。",
|
|
444
|
+
"policyNoTotpHint": "This account has no 2FA yet — saving policy does not need a TOTP. Set up 2FA above if you want to require it for others.",
|
|
445
|
+
"sessionCli": "CLI",
|
|
446
|
+
"sessionApi": "API",
|
|
447
|
+
"statApiSessions": "API 会话",
|
|
448
|
+
"revokeOtherTitle": "退出 {{n}} 个其他会话",
|
|
449
|
+
"policyNeedSelf2fa": "首先在此帐户上启用 2FA,然后使用 TOTP 代码进行确认",
|
|
450
|
+
"revokeAllDevicesTitle": "撤销每个记住的设备 - 您和其他管理员必须再次验证 2FA",
|
|
451
|
+
"statSshValue": "{{keys}} keys · {{auth}} authorized",
|
|
452
|
+
"statSshHint": "Outbound identities / authorized login keys"
|
|
394
453
|
}
|
|
@@ -27,5 +27,17 @@
|
|
|
27
27
|
"restrictedNeedSource": "受限模式请至少加入 IP/网段或国家代码。",
|
|
28
28
|
"privateStartTitle": "要对外开放 {{service}} 吗?",
|
|
29
29
|
"confirmAndStart": "确认并启动",
|
|
30
|
-
"cloudSgNote": "仅主机防火墙 — 不会改云安全组(AWS/GCP/Azure)。"
|
|
30
|
+
"cloudSgNote": "仅主机防火墙 — 不会改云安全组(AWS/GCP/Azure)。",
|
|
31
|
+
"serviceNotInstalled": "此服務尚未安裝,防火牆規則不會生效。",
|
|
32
|
+
"modeUndecided": "尚未設定",
|
|
33
|
+
"modeLoading": "載入中",
|
|
34
|
+
"summaryUndecided": "尚未確認存取模式(目錄建議:{{suggested}})。",
|
|
35
|
+
"summaryNotEnforced": "防火牆未啟用,面板未強制開放或封鎖此埠。",
|
|
36
|
+
"roleSmtp": "SMTP 提交",
|
|
37
|
+
"roleImap": "IMAP/POP3 收件",
|
|
38
|
+
"openButStopped": "端口打开 — 服务未运行",
|
|
39
|
+
"openNoTenants": "没有租户的公共港口",
|
|
40
|
+
"summaryFirewallOffOnly": "Host firewall is not enabled, so port rules are not enforced.",
|
|
41
|
+
"modePublicLive": "Public (live bind)",
|
|
42
|
+
"summaryPublicLive": "Listening on {{bind}} — reachable on all interfaces. Confirm access mode; this is not private."
|
|
31
43
|
}
|
|
@@ -4,8 +4,30 @@
|
|
|
4
4
|
"start": "启动",
|
|
5
5
|
"stop": "停止",
|
|
6
6
|
"restart": "重启",
|
|
7
|
-
"reload": "重载"
|
|
7
|
+
"reload": "重载",
|
|
8
|
+
"enable": "开机启用",
|
|
9
|
+
"disable": "取消开机启用"
|
|
8
10
|
},
|
|
11
|
+
"lifecycleTitle": "{{label}} 服務控制",
|
|
12
|
+
"startedOk": "已啟動 {{label}}",
|
|
13
|
+
"stoppedOk": "已停止 {{label}}",
|
|
14
|
+
"restartedOk": "已重啟 {{label}}",
|
|
15
|
+
"reloadedOk": "已重載 {{label}}",
|
|
16
|
+
"stopConfirmTitle": "停止 {{label}}?",
|
|
17
|
+
"stopConfirmDesc": "{{label}} 將停止接聽。需要時可在本頁再啟動。",
|
|
18
|
+
"stopConfirmEdgeDesc": "停止 {{label}} 會令站點與反向代理離線,直至再次啟動。",
|
|
19
|
+
"stopConfirmEdgeConsequence": "{{label}} 停止期間,本機不會提供 HTTP/HTTPS。",
|
|
20
|
+
"stopConfirmSshdTitle": "停止 sshd?",
|
|
21
|
+
"stopConfirmSshdDesc": "停止 sshd 會中斷遠端 SSH。請確認你仍有主機控制台或其他登入途徑。",
|
|
22
|
+
"stopConfirmSshdToken": "停止 sshd",
|
|
23
|
+
"stopConfirmSshdConsequence": "新的 SSH 連線會失敗,直至在主機控制台再啟動 sshd。",
|
|
24
|
+
"stopConfirmPanelTitle": "停止 YSK Server?",
|
|
25
|
+
"stopConfirmPanelDesc": "面板與 API 會離線,直至在主機上再啟動該服務單元。",
|
|
26
|
+
"stopConfirmPanelToken": "停止 ysk 服务器",
|
|
27
|
+
"stopConfirmPanelConsequence": "此瀏覽器工作階段會中斷。請從 SSH 或主機控制台啟動服務單元。",
|
|
28
|
+
"stopConfirmFail2banTitle": "停止 fail2ban?",
|
|
29
|
+
"stopConfirmFail2banDesc": "停止 fail2ban 後不會再自動封鎖 IP。網站與 SSH 會繼續運作。",
|
|
30
|
+
"stopConfirmFail2banConsequence": "在再次啟動 fail2ban 之前,新的攻擊來源不會被自動封鎖。",
|
|
9
31
|
"actionDone": "已{{action}}",
|
|
10
32
|
"runningOf": "{{running}}/{{total}} 运行中",
|
|
11
33
|
"canMutate": "可变更",
|
|
@@ -31,10 +53,46 @@
|
|
|
31
53
|
"bootPrefix": "开机 {{state}}",
|
|
32
54
|
"controlPage": "控制页",
|
|
33
55
|
"manageRuntime": "安装/更新",
|
|
56
|
+
"installOrOpen": "安裝/開啟",
|
|
34
57
|
"protectionTitle": "保护探测",
|
|
35
58
|
"protectionSub": "只读;不改防火墙/fail2ban",
|
|
36
59
|
"protectionDoneNote": "保护探测完成",
|
|
37
60
|
"probeDone": "探测完成",
|
|
38
61
|
"runProtection": "执行保护探测",
|
|
39
|
-
"notProbedYet": "尚未探测"
|
|
62
|
+
"notProbedYet": "尚未探测",
|
|
63
|
+
"statusFilter": {
|
|
64
|
+
"all": "所有州",
|
|
65
|
+
"running": "跑步",
|
|
66
|
+
"failed": "失败的",
|
|
67
|
+
"missing": "未安装"
|
|
68
|
+
},
|
|
69
|
+
"stopNeedConfirm": "需确认",
|
|
70
|
+
"stopNeedConfirmPhrase": "需输入确认短语",
|
|
71
|
+
"enabledOk": "已设置 {{label}} 开机启动",
|
|
72
|
+
"bootDisabledWarn": "{{label}} 正在运行,但重启后不会自动启动。请启用开机启动。",
|
|
73
|
+
"bootDisabledShort": "未开机启动",
|
|
74
|
+
"mariadbNotInstalled": "尚未安装 MariaDB",
|
|
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
|
}
|
|
@@ -50,12 +50,22 @@
|
|
|
50
50
|
"generic": "相關服务可能停止",
|
|
51
51
|
"purgeData": "将删除資料路径",
|
|
52
52
|
"protectedSkipped": "受保护元件會跳过",
|
|
53
|
-
"runtimeStack": "将移除此运行时面板管理的全部版本"
|
|
53
|
+
"runtimeStack": "将移除此运行时面板管理的全部版本",
|
|
54
|
+
"containers": "正在运行的容器将停止",
|
|
55
|
+
"validators": "使用 Docker Compose 的验证者节点堆栈将停止"
|
|
54
56
|
},
|
|
55
57
|
"requestCancel": "请求取消",
|
|
56
58
|
"cancelling": "取消中…",
|
|
57
59
|
"dockCancelling": "取消中 · {{title}}",
|
|
58
60
|
"dockCancelled": "已取消 · {{title}}",
|
|
59
61
|
"cancelHint": "已请求取消。浏览器已停止接收日志;主机可能仍会完成当前的 apt/步骤。请稍后重新探测状态。",
|
|
60
|
-
"cancelledToast": "已取消操作(客户端已停止串流)"
|
|
62
|
+
"cancelledToast": "已取消操作(客户端已停止串流)",
|
|
63
|
+
"kindApply": "套用",
|
|
64
|
+
"kindScan": "扫描",
|
|
65
|
+
"kindDeploy": "部署",
|
|
66
|
+
"kindRuntime": "运行时",
|
|
67
|
+
"jobDone": "完成 · {{title}}",
|
|
68
|
+
"jobFailed": "失败 · {{title}}",
|
|
69
|
+
"uninstallUfwWarn": "卸载 UFW 后,主机将失去面板管理的端口防火墙。",
|
|
70
|
+
"uninstallFail2banWarn": "卸载 fail2ban 会停止 jail 并解除现有封锁。若要保留服务,请先把登录 IP 加入 ignoreip。"
|
|
61
71
|
}
|
package/locales/zh-CN/ssl.json
CHANGED
|
@@ -99,5 +99,16 @@
|
|
|
99
99
|
"requestDone": "证书申请已完成",
|
|
100
100
|
"requestFailed": "证书申请未成功",
|
|
101
101
|
"applyFailed": "申请失败",
|
|
102
|
-
"deletedCert": "已删除 {{domain}}"
|
|
102
|
+
"deletedCert": "已删除 {{domain}}",
|
|
103
|
+
"uninstallCertbotWarn": "解除安装 certbot 会使现有 Let's Encrypt 证书无法自动续期。",
|
|
104
|
+
"renew": "更新",
|
|
105
|
+
"renewFor": "为 {{domain}} 续订 Let's Encrypt",
|
|
106
|
+
"domainRequired": "请填写域名。",
|
|
107
|
+
"domainInvalid": "域名格式无效。",
|
|
108
|
+
"domainKnownHint": "可从已知项目、DNS 或邮件域名选择,或自行输入。",
|
|
109
|
+
"deleteNeedDomain": "删除此证书 — 输入域名进行确认",
|
|
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": "将安装的组件",
|
|
12
12
|
"dryRun": "预览试行",
|
|
13
13
|
"installNow": "立即安装",
|
|
14
|
-
"uninstallHint": "
|
|
14
|
+
"uninstallHint": "勾选要移除的套餐。未勾选时无法移除。默认保留数据。",
|
|
15
15
|
"dataPolicy": "数据策略",
|
|
16
16
|
"keepData": "保留数据",
|
|
17
17
|
"purgeData": "清除数据",
|
|
18
|
-
"uninstallNow": "立即移除"
|
|
18
|
+
"uninstallNow": "立即移除",
|
|
19
|
+
"uninstallNeedSelect": "至少选择一个捆绑包。空选择不再意味着全部删除。",
|
|
20
|
+
"uninstallConfirmTitle": "删除选定的捆绑包?",
|
|
21
|
+
"uninstallConfirmDesc": "{{count}} 个捆绑包将被删除。键入 REMOVE 进行确认。",
|
|
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
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"title": "支持",
|
|
3
3
|
"sub": "Creator、赞助与 YSK Limited — 免费产品,实在支持",
|
|
4
|
-
"creatorTitle": "
|
|
4
|
+
"creatorTitle": "创作者",
|
|
5
5
|
"creatorBody": "YSK Server 是免费、诚实的单机控制平面,给想自己掌控服务器的人。项目开源维护;你的反馈和 bug 报告很重要。",
|
|
6
6
|
"donateTitle": "支持/赞助",
|
|
7
7
|
"donateBody": "如果 YSK Server 帮你省时间,欢迎赞助开发。每一份支持都帮产品继续免费给所有人用。",
|
|
@@ -24,5 +24,21 @@
|
|
|
24
24
|
"cryptoNetwork": "网络",
|
|
25
25
|
"cryptoAddress": "地址",
|
|
26
26
|
"copy": "复制",
|
|
27
|
-
"copied": "已复制"
|
|
27
|
+
"copied": "已复制",
|
|
28
|
+
"docsLink": "说明文件",
|
|
29
|
+
"diagTitle": "诊断总结",
|
|
30
|
+
"diagBody": "复制版本、执行并托管事实以粘贴到电子邮件中。这不是完整的日志包。",
|
|
31
|
+
"diagCopy": "复制诊断摘要",
|
|
32
|
+
"diagCopied": "已复制诊断摘要",
|
|
33
|
+
"copyTitle": "复制 {{address}}",
|
|
34
|
+
"diagCopyTitle": "复制版本、EXECUTE 与主机资料",
|
|
35
|
+
"diagPreview": "预览将复制的内容",
|
|
36
|
+
"diagLoading": "正在加载诊断...",
|
|
37
|
+
"diagLoadFailed": "无法加载诊断",
|
|
38
|
+
"copiedAddr": "Copied {{addr}}",
|
|
39
|
+
"diagStatus": "Status",
|
|
40
|
+
"diagMode": "Mode",
|
|
41
|
+
"diagProtection": "Protection",
|
|
42
|
+
"diagHostname": "Hostname",
|
|
43
|
+
"diagOs": "OS"
|
|
28
44
|
}
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"timezone": "时区",
|
|
30
30
|
"timezoneHint": "从清单选择时区(例如 Asia/Hong_Kong)",
|
|
31
31
|
"timezoneSelect": "请选择时区",
|
|
32
|
-
"dns": "
|
|
32
|
+
"dns": "域名系统",
|
|
33
33
|
"updated": "已更新",
|
|
34
34
|
"applyIdentity": "套用身份",
|
|
35
35
|
"identitySetHostname": "主机名已设为 {{name}}",
|
|
@@ -77,7 +77,17 @@
|
|
|
77
77
|
"leOk": "已取得 {{domain}} 的 Let’s Encrypt 证书",
|
|
78
78
|
"leFailed": "申请证书失败:{{detail}}",
|
|
79
79
|
"leHint": "请确认域名 A 记录指向本机,且 80 端口可从外网到达(或 nginx 已服务该域名)",
|
|
80
|
-
"openFirewall": "若外网连接:防火墙请允许面板端口 {{port}}/tcp(防火墙 → 开埠 → 9287 Panel)"
|
|
80
|
+
"openFirewall": "若外网连接:防火墙请允许面板端口 {{port}}/tcp(防火墙 → 开埠 → 9287 Panel)",
|
|
81
|
+
"disableConfirmTitle": "禁用面板 HTTPS?",
|
|
82
|
+
"disableConfirmDesc": "该面板将提供 HTTP 服务。 WebAuthn / Passkey 将停止工作,直到 HTTPS 再次打开。",
|
|
83
|
+
"disablePasskeyWarn": "注册的密钥需要 HTTPS — 它们在 HTTP 上会失败。",
|
|
84
|
+
"disableNeedConfirm": "需确认 — 请输入 DISABLE-HTTPS",
|
|
85
|
+
"listenPublic": "小组正在监听公共地址 (0.0.0.0/::)。使用防火墙限制或绑定到 127.0.0.1。",
|
|
86
|
+
"bootstrapCert": "这是自签名引导证书——浏览器会发出警告。为面板域颁发受信任的证书。",
|
|
87
|
+
"cliNoSocket": "CLI 没有实时 HTTP 套接字; servingHttps 是从配置和监听套接字 (ss) 推断出来的。",
|
|
88
|
+
"listenHost": "收听地址",
|
|
89
|
+
"currentHost": "本次会议",
|
|
90
|
+
"replaceCert": "替换为受信任的证书"
|
|
81
91
|
},
|
|
82
92
|
"timeNtp": "时间与 NTP",
|
|
83
93
|
"clockStatus": "系统时钟状态",
|
|
@@ -182,5 +192,19 @@
|
|
|
182
192
|
"exportPath": "导出路径",
|
|
183
193
|
"mode": "模式",
|
|
184
194
|
"managedConf": "托管配置",
|
|
185
|
-
"dryRunFlag": "预览试运行"
|
|
195
|
+
"dryRunFlag": "预览试运行",
|
|
196
|
+
"timezoneSearch": "筛选时区…",
|
|
197
|
+
"resyncNtp": "重新同步 NTP",
|
|
198
|
+
"storageSub": "磁盘用量",
|
|
199
|
+
"syncReloadNeedConfirm": "需确认 — 会写入 /etc/nginx/conf.d 并重新载入 Nginx",
|
|
200
|
+
"nginxLeftover": "残留",
|
|
201
|
+
"nginxUnused": "未使用",
|
|
202
|
+
"nginxLeftoverHint": "旧 public-files 或其他残留配置。同步仍会一并写入,除非操作员另行处理。",
|
|
203
|
+
"nginxUnusedHint": "默认/catch-all 配置(000-default)。同步仍会一并写入,除非操作员另行处理。",
|
|
204
|
+
"powerUnlock": "解锁危险区域",
|
|
205
|
+
"powerLock": "锁定危险区域",
|
|
206
|
+
"noScheduledPower": "未安排重新启动或关机",
|
|
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
|
}
|
|
@@ -90,5 +90,7 @@
|
|
|
90
90
|
"aboutPolicySub": "写模板与安装到系统是两步;装完仍可重跑,不代表未完成。",
|
|
91
91
|
"policyInstallFull": "安装并启用:复制到 /etc/systemd/system、daemon-reload、enable --now。需 root + EXECUTE。",
|
|
92
92
|
"policyBlockedTitle": "无权限时封锁",
|
|
93
|
-
"policyNotEqualTitle": "状态不等同"
|
|
93
|
+
"policyNotEqualTitle": "状态不等同",
|
|
94
|
+
"rawStateHint": "Raw unit state in tooltip",
|
|
95
|
+
"bootHint": "Whether the unit starts at boot"
|
|
94
96
|
}
|
|
@@ -29,5 +29,13 @@
|
|
|
29
29
|
"stepUpHint": "账户已启用 2FA 时,root 登录需再验证。",
|
|
30
30
|
"stepUpTitle": "确认 root shell",
|
|
31
31
|
"stepUpDesc": "输入验证器代码或救援码。",
|
|
32
|
-
"totpLabel": "TOTP/救援码"
|
|
32
|
+
"totpLabel": "TOTP/救援码",
|
|
33
|
+
"sessionStillOpen": "说明分页开启期间,工作阶段仍保持连线。",
|
|
34
|
+
"rootConfirmTitle": "打开 root shell?",
|
|
35
|
+
"rootConfirmDesc": "此会话是主机上不受限制的 root PTY。命令会写入审计记录。",
|
|
36
|
+
"rootConfirmBody": "仅在你打算执行具权限的主机命令时继续。",
|
|
37
|
+
"copyAll": "全部复制",
|
|
38
|
+
"copyAllNeedConn": "首先连接——断开连接时缓冲区为空",
|
|
39
|
+
"groupSystem": "System",
|
|
40
|
+
"groupProject": "Project"
|
|
33
41
|
}
|