ysk-server-shared 1.0.0 → 1.1.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +21 -6
- package/dist/browser.d.ts +1 -0
- package/dist/browser.d.ts.map +1 -1
- package/dist/browser.js +1 -0
- package/dist/browser.js.map +1 -1
- package/dist/bt-tracker.d.ts +56 -0
- package/dist/bt-tracker.d.ts.map +1 -1
- package/dist/bt-tracker.js +1 -0
- package/dist/bt-tracker.js.map +1 -1
- package/dist/capabilities.d.ts +1 -1
- package/dist/capabilities.d.ts.map +1 -1
- package/dist/capabilities.js +6 -0
- package/dist/capabilities.js.map +1 -1
- package/dist/cdn.d.ts +2 -0
- package/dist/cdn.d.ts.map +1 -1
- package/dist/databases.d.ts +2 -0
- package/dist/databases.d.ts.map +1 -1
- package/dist/docker.d.ts +134 -0
- package/dist/docker.d.ts.map +1 -0
- package/dist/docker.js +94 -0
- package/dist/docker.js.map +1 -0
- package/dist/dto.d.ts +10 -1
- package/dist/dto.d.ts.map +1 -1
- package/dist/email-domain.d.ts +7 -0
- package/dist/email-domain.d.ts.map +1 -1
- package/dist/files.d.ts +18 -0
- package/dist/files.d.ts.map +1 -1
- package/dist/files.js +35 -1
- package/dist/files.js.map +1 -1
- package/dist/ftp.d.ts +9 -0
- package/dist/ftp.d.ts.map +1 -1
- package/dist/index.d.ts +2 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +2 -0
- package/dist/index.js.map +1 -1
- package/dist/migrate.d.ts +7 -0
- package/dist/migrate.d.ts.map +1 -1
- package/dist/migrate.js.map +1 -1
- package/dist/route-capabilities.d.ts +16 -0
- package/dist/route-capabilities.d.ts.map +1 -1
- package/dist/route-capabilities.js +142 -4
- package/dist/route-capabilities.js.map +1 -1
- package/dist/system.d.ts +4 -0
- package/dist/system.d.ts.map +1 -1
- package/dist/validators.d.ts +178 -0
- package/dist/validators.d.ts.map +1 -0
- package/dist/validators.js +121 -0
- package/dist/validators.js.map +1 -0
- package/locales/ar/agents.json +17 -2
- package/locales/ar/apache.json +7 -1
- package/locales/ar/audit.json +4 -1
- package/locales/ar/backups.json +36 -1
- package/locales/ar/btTracker.json +121 -39
- package/locales/ar/catalog.json +8 -8
- package/locales/ar/cdn.json +89 -1
- package/locales/ar/cli.json +4 -4
- package/locales/ar/common.json +9 -1
- package/locales/ar/cron.json +33 -1
- package/locales/ar/dashboard.json +24 -3
- package/locales/ar/db.json +75 -3
- package/locales/ar/dns.json +23 -1
- package/locales/ar/docker.json +248 -0
- package/locales/ar/email.json +50 -11
- package/locales/ar/errors.json +5 -2
- package/locales/ar/fail2ban.json +38 -13
- package/locales/ar/files.json +53 -10
- package/locales/ar/firewall.json +19 -10
- package/locales/ar/ftp.json +32 -1
- package/locales/ar/hostBrowse.json +37 -15
- package/locales/ar/listToolbar.json +2 -1
- package/locales/ar/login.json +12 -7
- package/locales/ar/logs.json +31 -2
- package/locales/ar/metrics.json +36 -1
- package/locales/ar/migrate.json +27 -1
- package/locales/ar/nav.json +11 -4
- package/locales/ar/network.json +27 -2
- package/locales/ar/nginx.json +4 -1
- package/locales/ar/notFound.json +6 -0
- package/locales/ar/notes.json +252 -64
- package/locales/ar/playbooks.json +1 -1
- package/locales/ar/projects.json +134 -12
- package/locales/ar/protection.json +72 -8
- package/locales/ar/publicFiles.json +18 -1
- package/locales/ar/rbac.json +15 -2
- package/locales/ar/readiness.json +33 -2
- package/locales/ar/redis.json +24 -1
- package/locales/ar/runtime.json +49 -2
- package/locales/ar/search.json +14 -10
- package/locales/ar/security.json +68 -7
- package/locales/ar/serviceExposure.json +18 -6
- package/locales/ar/services.json +69 -3
- package/locales/ar/software.json +2 -1
- package/locales/ar/softwareLifecycle.json +12 -2
- package/locales/ar/ssl.json +12 -1
- package/locales/ar/stackWizard.json +9 -2
- package/locales/ar/support.json +33 -17
- package/locales/ar/system.json +31 -2
- package/locales/ar/systemd.json +3 -1
- package/locales/ar/terminal.json +9 -1
- package/locales/ar/translation.json +2422 -302
- package/locales/ar/updates.json +76 -3
- package/locales/ar/users.json +19 -1
- package/locales/ar/validators.json +325 -0
- package/locales/ar/vnc.json +17 -1
- package/locales/ar/vpn.json +18 -3
- package/locales/bn/agents.json +17 -2
- package/locales/bn/apache.json +7 -1
- package/locales/bn/audit.json +4 -1
- package/locales/bn/backups.json +36 -1
- package/locales/bn/btTracker.json +121 -39
- package/locales/bn/catalog.json +5 -5
- package/locales/bn/cdn.json +89 -1
- package/locales/bn/cli.json +2 -2
- package/locales/bn/common.json +9 -1
- package/locales/bn/cron.json +33 -1
- package/locales/bn/dashboard.json +24 -3
- package/locales/bn/db.json +75 -3
- package/locales/bn/dns.json +23 -1
- package/locales/bn/docker.json +248 -0
- package/locales/bn/email.json +49 -10
- package/locales/bn/errors.json +5 -2
- package/locales/bn/fail2ban.json +26 -1
- package/locales/bn/files.json +53 -10
- package/locales/bn/firewall.json +17 -8
- package/locales/bn/ftp.json +32 -1
- package/locales/bn/hostBrowse.json +37 -15
- package/locales/bn/listToolbar.json +2 -1
- package/locales/bn/login.json +13 -8
- package/locales/bn/logs.json +31 -2
- package/locales/bn/metrics.json +36 -1
- package/locales/bn/migrate.json +27 -1
- package/locales/bn/nav.json +10 -3
- package/locales/bn/network.json +27 -2
- package/locales/bn/nginx.json +4 -1
- package/locales/bn/notFound.json +6 -0
- package/locales/bn/notes.json +222 -34
- package/locales/bn/projects.json +133 -11
- package/locales/bn/protection.json +66 -2
- package/locales/bn/publicFiles.json +18 -1
- package/locales/bn/rbac.json +15 -2
- package/locales/bn/readiness.json +32 -1
- package/locales/bn/redis.json +24 -1
- package/locales/bn/runtime.json +49 -2
- package/locales/bn/search.json +13 -9
- package/locales/bn/security.json +68 -7
- package/locales/bn/serviceExposure.json +18 -6
- package/locales/bn/services.json +68 -2
- package/locales/bn/software.json +2 -1
- package/locales/bn/softwareLifecycle.json +12 -2
- package/locales/bn/ssl.json +12 -1
- package/locales/bn/stackWizard.json +9 -2
- package/locales/bn/support.json +38 -22
- package/locales/bn/system.json +31 -2
- package/locales/bn/systemd.json +3 -1
- package/locales/bn/terminal.json +9 -1
- package/locales/bn/translation.json +2366 -246
- package/locales/bn/updates.json +76 -3
- package/locales/bn/users.json +19 -1
- package/locales/bn/validators.json +325 -0
- package/locales/bn/vnc.json +17 -1
- package/locales/bn/vpn.json +18 -3
- package/locales/en/agents.json +20 -5
- package/locales/en/apache.json +6 -0
- package/locales/en/audit.json +4 -1
- package/locales/en/backups.json +39 -4
- package/locales/en/btTracker.json +85 -3
- package/locales/en/cdn.json +104 -2
- package/locales/en/cli.json +7 -7
- package/locales/en/common.json +9 -1
- package/locales/en/cron.json +33 -1
- package/locales/en/dashboard.json +28 -7
- package/locales/en/db.json +81 -8
- package/locales/en/dns.json +23 -1
- package/locales/en/docker.json +248 -0
- package/locales/en/email.json +50 -11
- package/locales/en/errors.json +6 -3
- package/locales/en/fail2ban.json +31 -6
- package/locales/en/files.json +44 -1
- package/locales/en/firewall.json +10 -1
- package/locales/en/ftp.json +34 -3
- package/locales/en/hostBrowse.json +24 -2
- package/locales/en/listToolbar.json +2 -1
- package/locales/en/login.json +6 -1
- package/locales/en/logs.json +33 -4
- package/locales/en/metrics.json +37 -2
- package/locales/en/migrate.json +27 -1
- package/locales/en/nav.json +9 -2
- package/locales/en/network.json +27 -2
- package/locales/en/nginx.json +4 -1
- package/locales/en/notFound.json +6 -0
- package/locales/en/notes.json +233 -42
- package/locales/en/projects.json +133 -11
- package/locales/en/protection.json +68 -3
- package/locales/en/publicFiles.json +18 -1
- package/locales/en/rbac.json +15 -2
- package/locales/en/readiness.json +30 -1
- package/locales/en/redis.json +24 -1
- package/locales/en/runtime.json +51 -3
- package/locales/en/search.json +4 -0
- package/locales/en/security.json +70 -9
- package/locales/en/serviceExposure.json +13 -1
- package/locales/en/services.json +68 -2
- package/locales/en/software.json +2 -1
- package/locales/en/softwareLifecycle.json +11 -1
- package/locales/en/ssl.json +12 -1
- package/locales/en/stackWizard.json +9 -2
- package/locales/en/support.json +17 -1
- package/locales/en/system.json +36 -7
- package/locales/en/systemd.json +2 -0
- package/locales/en/terminal.json +10 -2
- package/locales/en/translation.json +2312 -192
- package/locales/en/updates.json +50 -4
- package/locales/en/users.json +20 -1
- package/locales/en/validators.json +325 -0
- package/locales/en/vnc.json +23 -7
- package/locales/en/vpn.json +17 -2
- package/locales/es/agents.json +17 -2
- package/locales/es/apache.json +7 -1
- package/locales/es/audit.json +4 -1
- package/locales/es/backups.json +36 -1
- package/locales/es/btTracker.json +119 -37
- package/locales/es/catalog.json +6 -6
- package/locales/es/cdn.json +89 -1
- package/locales/es/cli.json +2 -2
- package/locales/es/common.json +9 -1
- package/locales/es/cron.json +33 -1
- package/locales/es/dashboard.json +24 -3
- package/locales/es/db.json +75 -3
- package/locales/es/dns.json +23 -1
- package/locales/es/docker.json +248 -0
- package/locales/es/email.json +49 -10
- package/locales/es/errors.json +5 -2
- package/locales/es/fail2ban.json +26 -1
- package/locales/es/files.json +52 -9
- package/locales/es/firewall.json +17 -8
- package/locales/es/ftp.json +32 -1
- package/locales/es/hostBrowse.json +35 -13
- package/locales/es/listToolbar.json +2 -1
- package/locales/es/login.json +12 -7
- package/locales/es/logs.json +31 -2
- package/locales/es/metrics.json +36 -1
- package/locales/es/migrate.json +27 -1
- package/locales/es/nav.json +11 -4
- package/locales/es/network.json +27 -2
- package/locales/es/nginx.json +4 -1
- package/locales/es/notFound.json +6 -0
- package/locales/es/notes.json +229 -41
- package/locales/es/projects.json +133 -11
- package/locales/es/protection.json +66 -2
- package/locales/es/publicFiles.json +18 -1
- package/locales/es/rbac.json +15 -2
- package/locales/es/readiness.json +32 -1
- package/locales/es/redis.json +24 -1
- package/locales/es/runtime.json +49 -2
- package/locales/es/search.json +13 -9
- package/locales/es/security.json +68 -7
- package/locales/es/serviceExposure.json +18 -6
- package/locales/es/services.json +68 -2
- package/locales/es/software.json +2 -1
- package/locales/es/softwareLifecycle.json +12 -2
- package/locales/es/ssl.json +12 -1
- package/locales/es/stackWizard.json +9 -2
- package/locales/es/support.json +37 -21
- package/locales/es/system.json +31 -2
- package/locales/es/systemd.json +3 -1
- package/locales/es/terminal.json +9 -1
- package/locales/es/translation.json +2368 -248
- package/locales/es/updates.json +76 -3
- package/locales/es/users.json +19 -1
- package/locales/es/validators.json +325 -0
- package/locales/es/vnc.json +17 -1
- package/locales/es/vpn.json +18 -3
- package/locales/fr/agents.json +17 -2
- package/locales/fr/apache.json +7 -1
- package/locales/fr/audit.json +4 -1
- package/locales/fr/backups.json +36 -1
- package/locales/fr/btTracker.json +118 -36
- package/locales/fr/catalog.json +6 -6
- package/locales/fr/cdn.json +89 -1
- package/locales/fr/cli.json +3 -3
- package/locales/fr/common.json +9 -1
- package/locales/fr/cron.json +33 -1
- package/locales/fr/dashboard.json +24 -3
- package/locales/fr/db.json +75 -3
- package/locales/fr/dns.json +23 -1
- package/locales/fr/docker.json +248 -0
- package/locales/fr/email.json +47 -8
- package/locales/fr/errors.json +5 -2
- package/locales/fr/fail2ban.json +27 -2
- package/locales/fr/files.json +52 -9
- package/locales/fr/firewall.json +13 -4
- package/locales/fr/ftp.json +32 -1
- package/locales/fr/hostBrowse.json +34 -12
- package/locales/fr/listToolbar.json +2 -1
- package/locales/fr/login.json +11 -6
- package/locales/fr/logs.json +31 -2
- package/locales/fr/metrics.json +36 -1
- package/locales/fr/migrate.json +27 -1
- package/locales/fr/nav.json +11 -4
- package/locales/fr/network.json +27 -2
- package/locales/fr/nginx.json +4 -1
- package/locales/fr/notFound.json +6 -0
- package/locales/fr/notes.json +225 -37
- package/locales/fr/projects.json +131 -9
- package/locales/fr/protection.json +66 -2
- package/locales/fr/publicFiles.json +18 -1
- package/locales/fr/rbac.json +15 -2
- package/locales/fr/readiness.json +32 -1
- package/locales/fr/redis.json +25 -2
- package/locales/fr/runtime.json +49 -2
- package/locales/fr/search.json +11 -7
- package/locales/fr/security.json +68 -7
- package/locales/fr/serviceExposure.json +17 -5
- package/locales/fr/services.json +68 -2
- package/locales/fr/software.json +2 -1
- package/locales/fr/softwareLifecycle.json +12 -2
- package/locales/fr/ssl.json +12 -1
- package/locales/fr/stackWizard.json +9 -2
- package/locales/fr/support.json +37 -21
- package/locales/fr/system.json +31 -2
- package/locales/fr/systemd.json +3 -1
- package/locales/fr/terminal.json +9 -1
- package/locales/fr/translation.json +2352 -232
- package/locales/fr/updates.json +76 -3
- package/locales/fr/users.json +19 -1
- package/locales/fr/validators.json +325 -0
- package/locales/fr/vnc.json +17 -1
- package/locales/fr/vpn.json +17 -2
- package/locales/hi/agents.json +17 -2
- package/locales/hi/apache.json +7 -1
- package/locales/hi/audit.json +4 -1
- package/locales/hi/backups.json +36 -1
- package/locales/hi/btTracker.json +121 -39
- package/locales/hi/catalog.json +7 -7
- package/locales/hi/cdn.json +89 -1
- package/locales/hi/cli.json +1 -1
- package/locales/hi/common.json +9 -1
- package/locales/hi/cron.json +33 -1
- package/locales/hi/dashboard.json +24 -3
- package/locales/hi/db.json +75 -3
- package/locales/hi/dns.json +23 -1
- package/locales/hi/docker.json +248 -0
- package/locales/hi/email.json +49 -10
- package/locales/hi/errors.json +5 -2
- package/locales/hi/fail2ban.json +29 -4
- package/locales/hi/files.json +53 -10
- package/locales/hi/firewall.json +17 -8
- package/locales/hi/ftp.json +32 -1
- package/locales/hi/hostBrowse.json +37 -15
- package/locales/hi/listToolbar.json +2 -1
- package/locales/hi/login.json +13 -8
- package/locales/hi/logs.json +31 -2
- package/locales/hi/metrics.json +36 -1
- package/locales/hi/migrate.json +27 -1
- package/locales/hi/nav.json +11 -4
- package/locales/hi/network.json +27 -2
- package/locales/hi/nginx.json +4 -1
- package/locales/hi/notFound.json +6 -0
- package/locales/hi/notes.json +227 -39
- package/locales/hi/projects.json +134 -12
- package/locales/hi/protection.json +67 -3
- package/locales/hi/publicFiles.json +18 -1
- package/locales/hi/rbac.json +16 -3
- package/locales/hi/readiness.json +32 -1
- package/locales/hi/redis.json +24 -1
- package/locales/hi/runtime.json +49 -2
- package/locales/hi/search.json +14 -10
- package/locales/hi/security.json +68 -7
- package/locales/hi/serviceExposure.json +18 -6
- package/locales/hi/services.json +68 -2
- package/locales/hi/software.json +2 -1
- package/locales/hi/softwareLifecycle.json +12 -2
- package/locales/hi/ssl.json +12 -1
- package/locales/hi/stackWizard.json +9 -2
- package/locales/hi/support.json +36 -20
- package/locales/hi/system.json +31 -2
- package/locales/hi/systemd.json +3 -1
- package/locales/hi/terminal.json +9 -1
- package/locales/hi/translation.json +2379 -259
- package/locales/hi/updates.json +76 -3
- package/locales/hi/users.json +19 -1
- package/locales/hi/validators.json +325 -0
- package/locales/hi/vnc.json +17 -1
- package/locales/hi/vpn.json +19 -4
- package/locales/id/agents.json +17 -2
- package/locales/id/apache.json +7 -1
- package/locales/id/audit.json +4 -1
- package/locales/id/backups.json +36 -1
- package/locales/id/btTracker.json +119 -37
- package/locales/id/catalog.json +6 -6
- package/locales/id/cdn.json +89 -1
- package/locales/id/cli.json +2 -2
- package/locales/id/common.json +9 -1
- package/locales/id/cron.json +33 -1
- package/locales/id/dashboard.json +24 -3
- package/locales/id/db.json +75 -3
- package/locales/id/dns.json +23 -1
- package/locales/id/docker.json +248 -0
- package/locales/id/email.json +49 -10
- package/locales/id/errors.json +5 -2
- package/locales/id/fail2ban.json +26 -1
- package/locales/id/files.json +52 -9
- package/locales/id/firewall.json +15 -6
- package/locales/id/ftp.json +32 -1
- package/locales/id/hostBrowse.json +35 -13
- package/locales/id/listToolbar.json +2 -1
- package/locales/id/login.json +13 -8
- package/locales/id/logs.json +31 -2
- package/locales/id/metrics.json +36 -1
- package/locales/id/migrate.json +27 -1
- package/locales/id/nav.json +10 -3
- package/locales/id/network.json +27 -2
- package/locales/id/nginx.json +4 -1
- package/locales/id/notFound.json +6 -0
- package/locales/id/notes.json +224 -36
- package/locales/id/projects.json +132 -10
- package/locales/id/protection.json +66 -2
- package/locales/id/publicFiles.json +18 -1
- package/locales/id/rbac.json +15 -2
- package/locales/id/readiness.json +32 -1
- package/locales/id/redis.json +24 -1
- package/locales/id/runtime.json +49 -2
- package/locales/id/search.json +13 -9
- package/locales/id/security.json +67 -6
- package/locales/id/serviceExposure.json +18 -6
- package/locales/id/services.json +68 -2
- package/locales/id/software.json +2 -1
- package/locales/id/softwareLifecycle.json +12 -2
- package/locales/id/ssl.json +12 -1
- package/locales/id/stackWizard.json +9 -2
- package/locales/id/support.json +36 -20
- package/locales/id/system.json +31 -2
- package/locales/id/systemd.json +3 -1
- package/locales/id/terminal.json +9 -1
- package/locales/id/translation.json +2358 -238
- package/locales/id/updates.json +76 -3
- package/locales/id/users.json +19 -1
- package/locales/id/validators.json +325 -0
- package/locales/id/vnc.json +17 -1
- package/locales/id/vpn.json +18 -3
- package/locales/ja/agents.json +17 -2
- package/locales/ja/apache.json +7 -1
- package/locales/ja/audit.json +4 -1
- package/locales/ja/backups.json +36 -1
- package/locales/ja/btTracker.json +121 -39
- package/locales/ja/catalog.json +10 -10
- package/locales/ja/cdn.json +89 -1
- package/locales/ja/cli.json +3 -3
- package/locales/ja/common.json +9 -1
- package/locales/ja/cron.json +33 -1
- package/locales/ja/dashboard.json +24 -3
- package/locales/ja/db.json +75 -3
- package/locales/ja/dns.json +23 -1
- package/locales/ja/docker.json +248 -0
- package/locales/ja/email.json +49 -10
- package/locales/ja/errors.json +5 -2
- package/locales/ja/fail2ban.json +26 -1
- package/locales/ja/files.json +52 -9
- package/locales/ja/firewall.json +17 -8
- package/locales/ja/ftp.json +32 -1
- package/locales/ja/hostBrowse.json +37 -15
- package/locales/ja/listToolbar.json +2 -1
- package/locales/ja/login.json +11 -6
- package/locales/ja/logs.json +31 -2
- package/locales/ja/metrics.json +36 -1
- package/locales/ja/migrate.json +27 -1
- package/locales/ja/nav.json +13 -6
- package/locales/ja/network.json +28 -3
- package/locales/ja/nginx.json +4 -1
- package/locales/ja/notFound.json +6 -0
- package/locales/ja/notes.json +233 -45
- package/locales/ja/projects.json +133 -11
- package/locales/ja/protection.json +66 -2
- package/locales/ja/publicFiles.json +18 -1
- package/locales/ja/rbac.json +15 -2
- package/locales/ja/readiness.json +32 -1
- package/locales/ja/redis.json +24 -1
- package/locales/ja/runtime.json +50 -3
- package/locales/ja/search.json +12 -8
- package/locales/ja/security.json +68 -7
- package/locales/ja/serviceExposure.json +18 -6
- package/locales/ja/services.json +68 -2
- package/locales/ja/software.json +2 -1
- package/locales/ja/softwareLifecycle.json +12 -2
- package/locales/ja/ssl.json +12 -1
- package/locales/ja/stackWizard.json +9 -2
- package/locales/ja/support.json +38 -22
- package/locales/ja/system.json +31 -2
- package/locales/ja/systemd.json +3 -1
- package/locales/ja/terminal.json +9 -1
- package/locales/ja/translation.json +2385 -265
- package/locales/ja/updates.json +76 -3
- package/locales/ja/users.json +19 -1
- package/locales/ja/validators.json +325 -0
- package/locales/ja/vnc.json +17 -1
- package/locales/ja/vpn.json +18 -3
- package/locales/ko/agents.json +17 -2
- package/locales/ko/apache.json +7 -1
- package/locales/ko/audit.json +4 -1
- package/locales/ko/backups.json +36 -1
- package/locales/ko/btTracker.json +121 -39
- package/locales/ko/catalog.json +8 -8
- package/locales/ko/cdn.json +89 -1
- package/locales/ko/cli.json +2 -2
- package/locales/ko/common.json +9 -1
- package/locales/ko/cron.json +33 -1
- package/locales/ko/dashboard.json +24 -3
- package/locales/ko/db.json +75 -3
- package/locales/ko/dns.json +23 -1
- package/locales/ko/docker.json +248 -0
- package/locales/ko/email.json +49 -10
- package/locales/ko/errors.json +5 -2
- package/locales/ko/fail2ban.json +37 -12
- package/locales/ko/files.json +52 -9
- package/locales/ko/firewall.json +18 -9
- package/locales/ko/ftp.json +32 -1
- package/locales/ko/hostBrowse.json +37 -15
- package/locales/ko/listToolbar.json +2 -1
- package/locales/ko/login.json +10 -5
- package/locales/ko/logs.json +31 -2
- package/locales/ko/metrics.json +36 -1
- package/locales/ko/migrate.json +27 -1
- package/locales/ko/nav.json +11 -4
- package/locales/ko/network.json +27 -2
- package/locales/ko/nginx.json +4 -1
- package/locales/ko/notFound.json +6 -0
- package/locales/ko/notes.json +243 -55
- package/locales/ko/playbooks.json +1 -1
- package/locales/ko/projects.json +134 -12
- package/locales/ko/protection.json +69 -5
- package/locales/ko/publicFiles.json +18 -1
- package/locales/ko/rbac.json +15 -2
- package/locales/ko/readiness.json +33 -2
- package/locales/ko/redis.json +24 -1
- package/locales/ko/runtime.json +49 -2
- package/locales/ko/search.json +13 -9
- package/locales/ko/security.json +68 -7
- package/locales/ko/serviceExposure.json +18 -6
- package/locales/ko/services.json +68 -2
- package/locales/ko/software.json +2 -1
- package/locales/ko/softwareLifecycle.json +12 -2
- package/locales/ko/ssl.json +12 -1
- package/locales/ko/stackWizard.json +9 -2
- package/locales/ko/support.json +36 -20
- package/locales/ko/system.json +31 -2
- package/locales/ko/systemd.json +3 -1
- package/locales/ko/terminal.json +9 -1
- package/locales/ko/translation.json +2404 -284
- package/locales/ko/updates.json +76 -3
- package/locales/ko/users.json +19 -1
- package/locales/ko/validators.json +325 -0
- package/locales/ko/vnc.json +17 -1
- package/locales/ko/vpn.json +19 -4
- package/locales/pt/agents.json +17 -2
- package/locales/pt/apache.json +7 -1
- package/locales/pt/audit.json +4 -1
- package/locales/pt/backups.json +36 -1
- package/locales/pt/btTracker.json +119 -37
- package/locales/pt/catalog.json +4 -4
- package/locales/pt/cdn.json +89 -1
- package/locales/pt/cli.json +2 -2
- package/locales/pt/common.json +9 -1
- package/locales/pt/cron.json +33 -1
- package/locales/pt/dashboard.json +24 -3
- package/locales/pt/db.json +75 -3
- package/locales/pt/dns.json +23 -1
- package/locales/pt/docker.json +248 -0
- package/locales/pt/email.json +49 -10
- package/locales/pt/errors.json +5 -2
- package/locales/pt/fail2ban.json +26 -1
- package/locales/pt/files.json +52 -9
- package/locales/pt/firewall.json +16 -7
- package/locales/pt/ftp.json +32 -1
- package/locales/pt/hostBrowse.json +37 -15
- package/locales/pt/listToolbar.json +2 -1
- package/locales/pt/login.json +14 -9
- package/locales/pt/logs.json +31 -2
- package/locales/pt/metrics.json +36 -1
- package/locales/pt/migrate.json +27 -1
- package/locales/pt/nav.json +10 -3
- package/locales/pt/network.json +27 -2
- package/locales/pt/nginx.json +4 -1
- package/locales/pt/notFound.json +6 -0
- package/locales/pt/notes.json +226 -38
- package/locales/pt/projects.json +131 -9
- package/locales/pt/protection.json +66 -2
- package/locales/pt/publicFiles.json +18 -1
- package/locales/pt/rbac.json +15 -2
- package/locales/pt/readiness.json +32 -1
- package/locales/pt/redis.json +24 -1
- package/locales/pt/runtime.json +49 -2
- package/locales/pt/search.json +11 -7
- package/locales/pt/security.json +68 -7
- package/locales/pt/serviceExposure.json +17 -5
- package/locales/pt/services.json +68 -2
- package/locales/pt/software.json +2 -1
- package/locales/pt/softwareLifecycle.json +12 -2
- package/locales/pt/ssl.json +12 -1
- package/locales/pt/stackWizard.json +9 -2
- package/locales/pt/support.json +36 -20
- package/locales/pt/system.json +31 -2
- package/locales/pt/systemd.json +3 -1
- package/locales/pt/terminal.json +9 -1
- package/locales/pt/translation.json +2358 -238
- package/locales/pt/updates.json +76 -3
- package/locales/pt/users.json +19 -1
- package/locales/pt/validators.json +325 -0
- package/locales/pt/vnc.json +17 -1
- package/locales/pt/vpn.json +17 -2
- package/locales/ur/agents.json +17 -2
- package/locales/ur/apache.json +7 -1
- package/locales/ur/audit.json +4 -1
- package/locales/ur/backups.json +36 -1
- package/locales/ur/btTracker.json +121 -39
- package/locales/ur/catalog.json +6 -6
- package/locales/ur/cdn.json +89 -1
- package/locales/ur/cli.json +2 -2
- package/locales/ur/common.json +9 -1
- package/locales/ur/cron.json +33 -1
- package/locales/ur/dashboard.json +24 -3
- package/locales/ur/db.json +75 -3
- package/locales/ur/dns.json +23 -1
- package/locales/ur/docker.json +248 -0
- package/locales/ur/email.json +49 -10
- package/locales/ur/errors.json +5 -2
- package/locales/ur/fail2ban.json +26 -1
- package/locales/ur/files.json +53 -10
- package/locales/ur/firewall.json +17 -8
- package/locales/ur/ftp.json +32 -1
- package/locales/ur/hostBrowse.json +37 -15
- package/locales/ur/listToolbar.json +2 -1
- package/locales/ur/login.json +13 -8
- package/locales/ur/logs.json +31 -2
- package/locales/ur/metrics.json +36 -1
- package/locales/ur/migrate.json +27 -1
- package/locales/ur/nav.json +10 -3
- package/locales/ur/network.json +27 -2
- package/locales/ur/nginx.json +4 -1
- package/locales/ur/notFound.json +6 -0
- package/locales/ur/notes.json +222 -34
- package/locales/ur/projects.json +133 -11
- package/locales/ur/protection.json +66 -2
- package/locales/ur/publicFiles.json +18 -1
- package/locales/ur/rbac.json +15 -2
- package/locales/ur/readiness.json +32 -1
- package/locales/ur/redis.json +24 -1
- package/locales/ur/runtime.json +49 -2
- package/locales/ur/search.json +13 -9
- package/locales/ur/security.json +68 -7
- package/locales/ur/serviceExposure.json +18 -6
- package/locales/ur/services.json +68 -2
- package/locales/ur/software.json +2 -1
- package/locales/ur/softwareLifecycle.json +12 -2
- package/locales/ur/ssl.json +12 -1
- package/locales/ur/stackWizard.json +9 -2
- package/locales/ur/support.json +37 -21
- package/locales/ur/system.json +31 -2
- package/locales/ur/systemd.json +3 -1
- package/locales/ur/terminal.json +9 -1
- package/locales/ur/translation.json +2367 -247
- package/locales/ur/updates.json +76 -3
- package/locales/ur/users.json +19 -1
- package/locales/ur/validators.json +325 -0
- package/locales/ur/vnc.json +17 -1
- package/locales/ur/vpn.json +19 -4
- package/locales/zh-CN/agents.json +17 -2
- package/locales/zh-CN/apache.json +8 -2
- package/locales/zh-CN/audit.json +4 -1
- package/locales/zh-CN/backups.json +36 -1
- package/locales/zh-CN/btTracker.json +85 -3
- package/locales/zh-CN/catalog.json +2 -2
- package/locales/zh-CN/cdn.json +89 -1
- package/locales/zh-CN/cli.json +5 -5
- package/locales/zh-CN/common.json +9 -1
- package/locales/zh-CN/cron.json +33 -1
- package/locales/zh-CN/dashboard.json +25 -4
- package/locales/zh-CN/db.json +76 -4
- package/locales/zh-CN/dns.json +23 -1
- package/locales/zh-CN/docker.json +248 -0
- package/locales/zh-CN/email.json +49 -10
- package/locales/zh-CN/errors.json +5 -2
- package/locales/zh-CN/fail2ban.json +31 -6
- package/locales/zh-CN/files.json +46 -3
- package/locales/zh-CN/firewall.json +11 -2
- package/locales/zh-CN/ftp.json +32 -1
- package/locales/zh-CN/hostBrowse.json +23 -1
- package/locales/zh-CN/listToolbar.json +2 -1
- package/locales/zh-CN/login.json +6 -1
- package/locales/zh-CN/logs.json +36 -7
- package/locales/zh-CN/metrics.json +36 -1
- package/locales/zh-CN/migrate.json +27 -1
- package/locales/zh-CN/nav.json +10 -3
- package/locales/zh-CN/network.json +28 -3
- package/locales/zh-CN/nginx.json +5 -2
- package/locales/zh-CN/notFound.json +6 -0
- package/locales/zh-CN/notes.json +216 -28
- package/locales/zh-CN/projects.json +130 -8
- package/locales/zh-CN/protection.json +66 -2
- package/locales/zh-CN/publicFiles.json +18 -1
- package/locales/zh-CN/rbac.json +15 -2
- package/locales/zh-CN/readiness.json +33 -2
- package/locales/zh-CN/redis.json +24 -1
- package/locales/zh-CN/runtime.json +50 -3
- package/locales/zh-CN/search.json +5 -1
- package/locales/zh-CN/security.json +68 -7
- package/locales/zh-CN/serviceExposure.json +13 -1
- package/locales/zh-CN/services.json +68 -2
- package/locales/zh-CN/software.json +2 -1
- package/locales/zh-CN/softwareLifecycle.json +12 -2
- package/locales/zh-CN/ssl.json +12 -1
- package/locales/zh-CN/stackWizard.json +9 -2
- package/locales/zh-CN/support.json +18 -2
- package/locales/zh-CN/system.json +32 -3
- package/locales/zh-CN/systemd.json +3 -1
- package/locales/zh-CN/terminal.json +9 -1
- package/locales/zh-CN/translation.json +2273 -153
- package/locales/zh-CN/updates.json +76 -3
- package/locales/zh-CN/users.json +19 -1
- package/locales/zh-CN/validators.json +325 -0
- package/locales/zh-CN/vnc.json +17 -1
- package/locales/zh-CN/vpn.json +19 -4
- package/locales/zh-HK/agents.json +22 -7
- package/locales/zh-HK/apache.json +8 -2
- package/locales/zh-HK/audit.json +4 -1
- package/locales/zh-HK/backups.json +39 -4
- package/locales/zh-HK/btTracker.json +89 -7
- package/locales/zh-HK/catalog.json +2 -2
- package/locales/zh-HK/cdn.json +91 -3
- package/locales/zh-HK/cli.json +15 -15
- package/locales/zh-HK/common.json +9 -1
- package/locales/zh-HK/cron.json +37 -5
- package/locales/zh-HK/dashboard.json +28 -7
- package/locales/zh-HK/db.json +82 -10
- package/locales/zh-HK/dns.json +23 -1
- package/locales/zh-HK/docker.json +248 -0
- package/locales/zh-HK/email.json +64 -25
- package/locales/zh-HK/errors.json +6 -3
- package/locales/zh-HK/fail2ban.json +32 -7
- package/locales/zh-HK/files.json +48 -5
- package/locales/zh-HK/firewall.json +13 -4
- package/locales/zh-HK/ftp.json +34 -3
- package/locales/zh-HK/hostBrowse.json +24 -2
- package/locales/zh-HK/listToolbar.json +2 -1
- package/locales/zh-HK/login.json +7 -2
- package/locales/zh-HK/logs.json +40 -11
- package/locales/zh-HK/metrics.json +38 -3
- package/locales/zh-HK/migrate.json +26 -0
- package/locales/zh-HK/nav.json +12 -5
- package/locales/zh-HK/network.json +32 -7
- package/locales/zh-HK/nginx.json +6 -3
- package/locales/zh-HK/notFound.json +6 -0
- package/locales/zh-HK/notes.json +270 -82
- package/locales/zh-HK/projects.json +143 -21
- package/locales/zh-HK/protection.json +67 -3
- package/locales/zh-HK/publicFiles.json +20 -3
- package/locales/zh-HK/rbac.json +15 -2
- package/locales/zh-HK/readiness.json +35 -4
- package/locales/zh-HK/redis.json +27 -4
- package/locales/zh-HK/runtime.json +58 -11
- package/locales/zh-HK/search.json +5 -1
- package/locales/zh-HK/security.json +79 -18
- package/locales/zh-HK/serviceExposure.json +13 -1
- package/locales/zh-HK/services.json +69 -3
- package/locales/zh-HK/software.json +2 -1
- package/locales/zh-HK/softwareLifecycle.json +12 -2
- package/locales/zh-HK/ssl.json +13 -2
- package/locales/zh-HK/stackWizard.json +10 -3
- package/locales/zh-HK/support.json +22 -6
- package/locales/zh-HK/system.json +36 -7
- package/locales/zh-HK/systemd.json +9 -7
- package/locales/zh-HK/terminal.json +10 -2
- package/locales/zh-HK/translation.json +2475 -355
- package/locales/zh-HK/uiInline.json +3 -3
- package/locales/zh-HK/updates.json +77 -4
- package/locales/zh-HK/users.json +20 -2
- package/locales/zh-HK/validators.json +325 -0
- package/locales/zh-HK/vnc.json +23 -7
- package/locales/zh-HK/vpn.json +23 -8
- package/package.json +8 -9
package/locales/zh-CN/logs.json
CHANGED
|
@@ -108,8 +108,8 @@
|
|
|
108
108
|
"lines": "{{n}} 行",
|
|
109
109
|
"followingSseDyn": " · 跟随中{{sse}}",
|
|
110
110
|
"ipBan": "IP → 封禁",
|
|
111
|
-
"vacuumNote": "释放 systemd-
|
|
112
|
-
"vacuumTime": "
|
|
111
|
+
"vacuumNote": "释放 systemd-journald 占用的磁盘。没有系统变更权限时会封锁,不会假装成功。",
|
|
112
|
+
"vacuumTime": "依保留时间清理",
|
|
113
113
|
"vacuumHint": "建议保留 ≥7 日;操作后重新探测磁盘用量。",
|
|
114
114
|
"logrotateStatus": "系统 logrotate 状态(只读探测)",
|
|
115
115
|
"logrotateMissing": "无 status 档或不可读 — 可于服务矩阵检查 logrotate 套件",
|
|
@@ -117,13 +117,13 @@
|
|
|
117
117
|
"relatedOpsDesc": "日志观测 vs 攻击应变分工",
|
|
118
118
|
"scLogsLine": "观测 journal/文件/项目",
|
|
119
119
|
"scProtLine": "攻击应变、自动 ban(点 IP)",
|
|
120
|
-
"journalVacuumTitle": "
|
|
120
|
+
"journalVacuumTitle": "清理 journald 磁盘",
|
|
121
121
|
"journalSection": "杂志",
|
|
122
|
-
"sseLabel": "
|
|
123
|
-
"logrotateLabel": "
|
|
122
|
+
"sseLabel": "SSE",
|
|
123
|
+
"logrotateLabel": "对数旋转",
|
|
124
124
|
"srcNginx": "nginx",
|
|
125
125
|
"srcSsh": "ssh",
|
|
126
|
-
"
|
|
126
|
+
"srcfail2ban": "fail2ban",
|
|
127
127
|
"srcAuthLog": "验证日志",
|
|
128
128
|
"srcNginxError": "nginx 错误",
|
|
129
129
|
"srcLetsEncrypt": "让我们加密",
|
|
@@ -131,5 +131,34 @@
|
|
|
131
131
|
"groupVarLog": "/var/log",
|
|
132
132
|
"prioErr": "错误+",
|
|
133
133
|
"prioWarn": "警告+",
|
|
134
|
-
"prioInfo": "信息+"
|
|
134
|
+
"prioInfo": "信息+",
|
|
135
|
+
"srcFail2ban": "fail2ban",
|
|
136
|
+
"vacuumSize": "限制至 500 MB",
|
|
137
|
+
"logrotateNoStatus": "尚未有 logrotate 状态档(从未跑过时属常见)。",
|
|
138
|
+
"autoVacuumOff": "自动清理未启用。启用前时间设定不会执行。",
|
|
139
|
+
"aboutAllowlist": "探索只可读允许清单内的 journal 单元与 /var/log 路径,不会提供任意主机路径。",
|
|
140
|
+
"aboutCustomPath": "请在「设置」加入自定义路径(仅限 /var/log 或 /run/log),再到「探索」开启。",
|
|
141
|
+
"noRowsInWindow": "该时间窗口内没有记录",
|
|
142
|
+
"showInactiveUnits": "显示非活动单位",
|
|
143
|
+
"sseNeedFollow": "先开启关注——SSE仅用于实时尾随",
|
|
144
|
+
"vacuumNeedRetention": "请先填写保留时间(例如 14d)",
|
|
145
|
+
"vacuumNeedConfirm": "需确认 — 会删除旧 journal 日志",
|
|
146
|
+
"vacuumSizeNeedConfirm": "需确认 — 会限制 journal 磁盘用量",
|
|
147
|
+
"vacuumSizeAlreadyBelow": "目前用量已低于上限,此操作通常无动作",
|
|
148
|
+
"vacuumSizeNoopDesc": "journal 已低于 500 MB。仍会执行 vacuum --size=500M,通常不会删除任何内容。",
|
|
149
|
+
"journalDiskHint": "目前 systemd-journald 用量(作用中 journal)。不含 /var/log 下的轮替档。",
|
|
150
|
+
"varLogDiskHint": "/var/log 的估算用量(含轮替档)。",
|
|
151
|
+
"queryFirst": "请先查询",
|
|
152
|
+
"projectSourcesTitle": "{{n}} 个来源(文件 + journal)",
|
|
153
|
+
"logrotatePath": "小路",
|
|
154
|
+
"logrotateLast": "上次旋转",
|
|
155
|
+
"logrotateExpand": "显示另外 {{n}} 个",
|
|
156
|
+
"logrotateCollapse": "显示更少",
|
|
157
|
+
"logrotateVersion": "状态版本 {{v}}",
|
|
158
|
+
"errorsWindowHint": "Recent errors from the last overview probe (not live-updating when you switch tabs)",
|
|
159
|
+
"sourceCount": "{{shown}} shown",
|
|
160
|
+
"sourceUnavailable": "This source has not produced a log yet",
|
|
161
|
+
"sourceNoLog": "No log yet",
|
|
162
|
+
"exportJsonl": "JSONL export",
|
|
163
|
+
"sseLive": " (live stream)"
|
|
135
164
|
}
|
|
@@ -128,5 +128,40 @@
|
|
|
128
128
|
"usageNoteFull": "用量来自本机 du(非估算)。配额为控制面 soft limit;硬 setquota 需「套用限制到系统」。",
|
|
129
129
|
"sseNeedLogin": "未登录,无法开启 SSE",
|
|
130
130
|
"sseSessionExpired": "未登录或 session 失效,无法开启 SSE",
|
|
131
|
-
"sseHttpError": "流 HTTP {{status}}"
|
|
131
|
+
"sseHttpError": "流 HTTP {{status}}",
|
|
132
|
+
"colFilesystem": "文件系统",
|
|
133
|
+
"colMount": "挂载点",
|
|
134
|
+
"colSize": "容量",
|
|
135
|
+
"colUsed": "已用",
|
|
136
|
+
"colAvail": "可用",
|
|
137
|
+
"colUsePct": "使用率",
|
|
138
|
+
"colHome": "主目录",
|
|
139
|
+
"usageNoteLink": "配额是控制面软上限。要套用硬限制请到专案「隔离」分页。",
|
|
140
|
+
"alertsBuiltinOnly": "仅内置 CPU/内存/磁盘阈值。没有电子邮件、网络钩子或 Slack 通道。",
|
|
141
|
+
"lastEvaluated": "最后检查",
|
|
142
|
+
"shareNoQuotaHint": "未设配额,故无占比。请到项目「隔离」分页设定配额。",
|
|
143
|
+
"setQuotaLink": "设定配额",
|
|
144
|
+
"unusualHome": "非标准路径",
|
|
145
|
+
"unusualHomeHint": "不是 /home/... 项目主页。规范隔离是 /home/ysk-server-{id}。",
|
|
146
|
+
"protectedPid": "无法从面板发出 PID 1 / init / systemd 信号",
|
|
147
|
+
"sigTermTitle": "发送SIGTERM(要求进程退出)",
|
|
148
|
+
"sigKillTitle": "发送SIGKILL(强制杀死——无法被捕获)",
|
|
149
|
+
"batchTerm": "TERM",
|
|
150
|
+
"batchKill": "杀",
|
|
151
|
+
"rawTopLabel": "原始上衣(未翻译)",
|
|
152
|
+
"followSseLabel": "关注(直播)",
|
|
153
|
+
"alertsReadOnly": "仅内置 CPU/内存/磁盘阈值。没有电子邮件、网络钩子或 Slack 通道。",
|
|
154
|
+
"alertsGoNotifications": "打开通知中心",
|
|
155
|
+
"lastCheck": "最后检查",
|
|
156
|
+
"rawTopHint": "未翻译的 top(1) 输出",
|
|
157
|
+
"load1m": "Load 1m",
|
|
158
|
+
"uptime": "Uptime",
|
|
159
|
+
"filterCpu5": "≥5% CPU",
|
|
160
|
+
"filterMem5": "≥5% memory",
|
|
161
|
+
"signalHint": "Select a process, then send TERM or KILL.",
|
|
162
|
+
"signalFromRow": "Select this process for TERM / KILL",
|
|
163
|
+
"selectForSignal": "Select",
|
|
164
|
+
"forceKillTitleNamed": "KILL PID {{pid}} ({{cmd}})?",
|
|
165
|
+
"sendSigTitleNamed": "Send TERM to PID {{pid}} ({{cmd}})?",
|
|
166
|
+
"controlPlaneNoSignal": "The control-plane process cannot be signalled"
|
|
132
167
|
}
|
|
@@ -66,6 +66,10 @@
|
|
|
66
66
|
"restartApiHint": "若刚部署新版本,请重启 API(",
|
|
67
67
|
"afterRestart": ")后再按「刷新」。",
|
|
68
68
|
"inventoryWarnings": "盘点警告({{count}})",
|
|
69
|
+
"orphanHomesHint": "孤立项目主目录(store 无对应)。确认无用途后再删。",
|
|
70
|
+
"orphanRemove": "删除孤立主目录",
|
|
71
|
+
"orphanRemoveTitle": "删除此孤立项目主目录?",
|
|
72
|
+
"orphanRemoveDesc": "将永久删除磁盘上的 {{path}}。这不是 store 内项目。需 YSK_EXECUTE=1。",
|
|
69
73
|
"moreWarnings": "…另有 {{n}} 則",
|
|
70
74
|
"authPassword": "root 密码(安装临时密钥后改用 key)",
|
|
71
75
|
"authIdentity": "SSH 身份庫 identityId",
|
|
@@ -78,5 +82,27 @@
|
|
|
78
82
|
"dryRunOnlyDesc": "· 只做盘点 + 预检,不 rsync、不写目标",
|
|
79
83
|
"executeNote": "本机需 YSK_EXECUTE=1 且以 root 执行 API。迁移完成后请改 DNS A/AAAA,并检查雲防火墙与邮件 PTR。",
|
|
80
84
|
"dnsCutover": "DNS cutover(需人工)",
|
|
81
|
-
"dnsCutoverDesc": "将下列主机名的 A / AAAA 指到新机公网 IP;并确认 80/443/25/587 等防火墙与邮件 rDNS。"
|
|
85
|
+
"dnsCutoverDesc": "将下列主机名的 A / AAAA 指到新机公网 IP;并确认 80/443/25/587 等防火墙与邮件 rDNS。",
|
|
86
|
+
"orphanRemovePhrase": "请输入 DELETE 确认。",
|
|
87
|
+
"orphanRemoveNeedConfirm": "需确认",
|
|
88
|
+
"passwordNotStored": "Password is used for this SSH session only and is not saved on disk.",
|
|
89
|
+
"overwriteDanger": "Overwrite will replace existing YSK data on the target. This cannot be undone from the panel.",
|
|
90
|
+
"orphanBackupFirst": "Back up first (open Backups)",
|
|
91
|
+
"expandAllWarnings": "Show all {{n}} warnings",
|
|
92
|
+
"collapseWarnings": "Show fewer",
|
|
93
|
+
"inventoriedWarn": "Inventoried · {{n}} warnings",
|
|
94
|
+
"orphanMtime": "Last modified {{at}}",
|
|
95
|
+
"inventoriedOrphans": "Inventoried · {{n}} leftover homes",
|
|
96
|
+
"inventoriedWarnAndOrphans": "Inventoried · {{w}} warnings · {{n}} leftover",
|
|
97
|
+
"orphanHomesTitle": "Leftover project homes ({{count}})",
|
|
98
|
+
"orphanHomesSummary": "{{count}} path(s) on disk are not in the store. Back up first if unsure, then remove unused paths.",
|
|
99
|
+
"orphanColHome": "Home",
|
|
100
|
+
"orphanColModified": "Modified",
|
|
101
|
+
"orphanKpi": "Leftover",
|
|
102
|
+
"sourceOs": "OS",
|
|
103
|
+
"sourceDataDir": "dataDir",
|
|
104
|
+
"sourceDbRedis": "Databases / Redis",
|
|
105
|
+
"sourceDbRedisValue": "{{db}} databases · {{redis}} Redis",
|
|
106
|
+
"orphanColEntries": "Entries",
|
|
107
|
+
"orphanEntries": "{{n}} top-level entries in the directory"
|
|
82
108
|
}
|
package/locales/zh-CN/nav.json
CHANGED
|
@@ -53,7 +53,9 @@
|
|
|
53
53
|
"runtimes": "运行环境",
|
|
54
54
|
"security": "安全",
|
|
55
55
|
"system": "系统",
|
|
56
|
-
"ai": "人工智能"
|
|
56
|
+
"ai": "人工智能",
|
|
57
|
+
"validators": "验证者节点",
|
|
58
|
+
"containers": "容器"
|
|
57
59
|
},
|
|
58
60
|
"java": "Java",
|
|
59
61
|
"kotlin": "Kotlin",
|
|
@@ -72,6 +74,11 @@
|
|
|
72
74
|
"bookmarkPinned": "已固定",
|
|
73
75
|
"bookmarkAdded": "已固定到侧栏",
|
|
74
76
|
"bookmarkRemoved": "已从侧栏移除",
|
|
75
|
-
"btTracker": "BT
|
|
76
|
-
"support": "支持"
|
|
77
|
+
"btTracker": "BT Tracker",
|
|
78
|
+
"support": "支持",
|
|
79
|
+
"noAccessTitle": "没有权限",
|
|
80
|
+
"noAccessDesc": "你的角色不能开启此页。如需使用,请向管理员申请。",
|
|
81
|
+
"backToDashboard": "返回仪表板",
|
|
82
|
+
"validators": "验证者节点 (Beta)",
|
|
83
|
+
"docker": "Docker"
|
|
77
84
|
}
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"tabs": {
|
|
12
12
|
"ifaces": "接口",
|
|
13
13
|
"routes": "路由",
|
|
14
|
-
"dns": "
|
|
14
|
+
"dns": "域名系统",
|
|
15
15
|
"advanced": "高级",
|
|
16
16
|
"about": "说明",
|
|
17
17
|
"realip": "真实 IP / CDN"
|
|
@@ -103,6 +103,8 @@
|
|
|
103
103
|
"applyDnsNotes": "套用后会 nmcli connection modify + up;短暂断线属正常。stub 127.0.0.53 不会写入(本机 resolved 内部用)。",
|
|
104
104
|
"testResolve": "测试解析",
|
|
105
105
|
"loadRaw": "加载 raw 输出",
|
|
106
|
+
"hideRaw": "隐藏 raw 输出",
|
|
107
|
+
"rawLoadedAt": "加载时间 {{time}}",
|
|
106
108
|
"confirmDown": "确认 Down",
|
|
107
109
|
"defaultRouteDownWarn": "此接口是默认路由出口,down 后可能无法连上管理面板。",
|
|
108
110
|
"deleteDefaultMayDrop": " — 删除 default 可能断线。",
|
|
@@ -135,8 +137,31 @@
|
|
|
135
137
|
"azure_frontdoor": "蔚蓝前门",
|
|
136
138
|
"gcore": "国核CDN",
|
|
137
139
|
"custom": "自定义代理"
|
|
138
|
-
}
|
|
140
|
+
},
|
|
141
|
+
"needProvider": "请先选择 CDN 供应商,才可更新 IP 列表。",
|
|
142
|
+
"spoofWarn": "信任错误的 CIDR 会让客户端伪造 X-Forwarded-For/CDN 标头,假装成真实来源 IP。"
|
|
139
143
|
},
|
|
140
144
|
"linkUp": "向上",
|
|
141
|
-
"linkDown": "断开"
|
|
145
|
+
"linkDown": "断开",
|
|
146
|
+
"linkDownTitle": "將 {{name}} 離線",
|
|
147
|
+
"linkDownNeedConfirm": "需輸入介面名稱確認",
|
|
148
|
+
"persistNmHint": "可持久化代表经 NetworkManager 写入后,重启后设定仍然有效。",
|
|
149
|
+
"deleteDefaultPanelWarn": "删除默认路由可以删除此面板会话。键入 DEFAULT 进行确认。",
|
|
150
|
+
"typeDefaultToConfirm": "输入 DEFAULT 进行确认",
|
|
151
|
+
"deleteDefaultNeedConfirm": "需确认 — 请输入 DEFAULT(可能中断本面板)",
|
|
152
|
+
"deleteRouteNeedConfirm": "需确认",
|
|
153
|
+
"nmUnavailable": "NetworkManager 未运行 — 只能添加实时路由",
|
|
154
|
+
"defaultRouteDownNeedName": "这是默认路由出口。输入接口名称进行确认 - 面板可能会断开连接。",
|
|
155
|
+
"linkDownDefault": "Down default route",
|
|
156
|
+
"loopbackImmutable": "Loopback cannot be changed",
|
|
157
|
+
"operUnknownHint": "Kernel did not report UP/DOWN (common for lo). The interface is still usable.",
|
|
158
|
+
"statUp": "Up",
|
|
159
|
+
"oper": {
|
|
160
|
+
"up": "Up",
|
|
161
|
+
"down": "Down",
|
|
162
|
+
"unknown": "Unknown",
|
|
163
|
+
"other": "Other",
|
|
164
|
+
"loopback": "Always on",
|
|
165
|
+
"loopbackHint": "Loopback is always available and cannot be changed."
|
|
166
|
+
}
|
|
142
167
|
}
|
package/locales/zh-CN/nginx.json
CHANGED
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
"siteSettings": "站点设置",
|
|
67
67
|
"saveApply": "保存并应用",
|
|
68
68
|
"settingsSaved": "已保存",
|
|
69
|
-
"setGzip": "
|
|
69
|
+
"setGzip": "压缩包",
|
|
70
70
|
"setShowVersion": "显示版本号",
|
|
71
71
|
"setShowVersionDesc": "关 = server_tokens off",
|
|
72
72
|
"setHttp2": "HTTP/2(SSL)",
|
|
@@ -80,5 +80,8 @@
|
|
|
80
80
|
"setHsts": "HSTS",
|
|
81
81
|
"setCfRealIp": "Cloudflare 真实 IP",
|
|
82
82
|
"setIndexes": "目录列表",
|
|
83
|
-
"bodyInherit": "跟随全局"
|
|
83
|
+
"bodyInherit": "跟随全局",
|
|
84
|
+
"stopSites": "{{n}} site(s) will stop answering HTTP.",
|
|
85
|
+
"purgeCacheTitle": "Purge Nginx cache and reload?",
|
|
86
|
+
"purgeCacheDesc": "Clears the on-disk cache and reloads Nginx. Live sites stay up."
|
|
84
87
|
}
|