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
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
"manageDesc": "호스트 방화벽에서 {{service}}에 접근할 수 있는 방법을 제어합니다.",
|
|
6
6
|
"mode": "액세스 모드",
|
|
7
7
|
"modePrivate": "로컬 전용",
|
|
8
|
-
"modePublic": "
|
|
9
|
-
"modeRestricted": "
|
|
8
|
+
"modePublic": "공공의",
|
|
9
|
+
"modeRestricted": "제한된",
|
|
10
10
|
"summaryPrivate": "공용 방화벽에서는 열리지 않습니다.",
|
|
11
11
|
"summaryPublic": "열려 있음 · {{ports}}",
|
|
12
12
|
"summaryRestricted": "제한됨 · {{count}} 소스",
|
|
@@ -14,9 +14,9 @@
|
|
|
14
14
|
"outOfSync": "동기화되지 않음",
|
|
15
15
|
"firewallOff": "방화벽 꺼짐",
|
|
16
16
|
"ufwMissing": "UFW가 설치되지 않았습니다",
|
|
17
|
-
"ufwInactive": "
|
|
18
|
-
"firewallLink": "
|
|
19
|
-
"portsLabel": "
|
|
17
|
+
"ufwInactive": "비활성",
|
|
18
|
+
"firewallLink": "방화벽",
|
|
19
|
+
"portsLabel": "포트",
|
|
20
20
|
"allowFrom": "허용된 소스(IP/CIDR)",
|
|
21
21
|
"allowCountries": "허용 국가(ISO)",
|
|
22
22
|
"hintPrivate": "서비스는 여전히 localhost에서 수신 대기할 수 있습니다. 공개 UFW 허용 규칙이 없습니다.",
|
|
@@ -27,5 +27,17 @@
|
|
|
27
27
|
"restrictedNeedSource": "제한 모드에 대한 IP/CIDR 또는 국가 코드를 하나 이상 추가하세요.",
|
|
28
28
|
"privateStartTitle": "네트워크에 {{service}}를 노출하시겠습니까?",
|
|
29
29
|
"confirmAndStart": "확인하고 시작하세요",
|
|
30
|
-
"cloudSgNote": "호스트 방화벽만 해당 - 클라우드 보안 그룹(AWS/GCP/Azure)은 변경되지 않습니다."
|
|
30
|
+
"cloudSgNote": "호스트 방화벽만 해당 - 클라우드 보안 그룹(AWS/GCP/Azure)은 변경되지 않습니다.",
|
|
31
|
+
"modeUndecided": "설정되지 않음",
|
|
32
|
+
"modeLoading": "로드 중",
|
|
33
|
+
"summaryUndecided": "액세스 모드가 확인되지 않았습니다(카탈로그 기본값: {{suggested}}).",
|
|
34
|
+
"summaryNotEnforced": "방화벽이 꺼져 있습니다. 패널이 이러한 포트를 열거나 차단하지 않습니다.",
|
|
35
|
+
"roleSmtp": "SMTP 제출",
|
|
36
|
+
"roleImap": "IMAP/POP3 사서함",
|
|
37
|
+
"serviceNotInstalled": "이 서비스는 설치되지 않았으므로 방화벽 규칙이 적용되지 않습니다.",
|
|
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
|
}
|
package/locales/ko/services.json
CHANGED
|
@@ -4,8 +4,27 @@
|
|
|
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": "호스트 콘솔에서 sshd를 시작할 때까지 새 SSH 세션은 실패합니다.",
|
|
24
|
+
"stopConfirmPanelTitle": "YSK Server를 중지할까요?",
|
|
25
|
+
"stopConfirmPanelDesc": "호스트에서 유닛을 시작할 때까지 패널과 API가 오프라인입니다.",
|
|
26
|
+
"stopConfirmPanelToken": "ysk 서버 중지",
|
|
27
|
+
"stopConfirmPanelConsequence": "이 브라우저 세션이 끊깁니다. SSH 또는 호스트 콘솔에서 시작하세요.",
|
|
9
28
|
"actionDone": "{{action}} 완료",
|
|
10
29
|
"runningOf": "{{running}}/{{total}} 달리기",
|
|
11
30
|
"canMutate": "변하기 쉬운",
|
|
@@ -36,5 +55,52 @@
|
|
|
36
55
|
"protectionDoneNote": "보호 프로브 완료",
|
|
37
56
|
"probeDone": "프로브 완료",
|
|
38
57
|
"runProtection": "보호 프로브 실행",
|
|
39
|
-
"notProbedYet": "아직 조사되지 않음"
|
|
58
|
+
"notProbedYet": "아직 조사되지 않음",
|
|
59
|
+
"stopConfirmFail2banTitle": "Fail2ban을 중지하시겠습니까?",
|
|
60
|
+
"stopConfirmFail2banDesc": "fall2ban을 중지하면 자동 IP 차단이 꺼집니다. 웹사이트와 SSH는 계속 실행됩니다.",
|
|
61
|
+
"stopConfirmFail2banConsequence": "새로운 공격자는 Fail2ban이 다시 시작될 때까지 금지되지 않습니다.",
|
|
62
|
+
"installOrOpen": "설치/열기",
|
|
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.",
|
|
98
|
+
"restartConfirmTitle": "Restart {{label}}?",
|
|
99
|
+
"restartConfirmDesc": "Restart {{label}} now. Active connections may drop.",
|
|
100
|
+
"startVerifyFailed": "{{label}} start did not stay healthy.",
|
|
101
|
+
"stopNeedConfirmImpact": "Stop {{label}}? Active connections to this service will drop.",
|
|
102
|
+
"reloadTitle": "Reload {{label}} configuration without a full restart",
|
|
103
|
+
"stopConfirmPanelSshdOffDesc": "The panel and API will go offline. sshd is not enabled on boot, so SSH may not be a rescue path after reboot.",
|
|
104
|
+
"stopConfirmPanelSshdOffConsequence": "sshd is not enabled on boot. After reboot you may have no SSH rescue path.",
|
|
105
|
+
"ufwNoLifecycle": "UFW is not started or stopped from this matrix."
|
|
40
106
|
}
|
package/locales/ko/software.json
CHANGED
|
@@ -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/step을 완료할 수 있습니다. 잠시 후 상태를 다시 조사해 보세요.",
|
|
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/ko/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
|
}
|
package/locales/ko/support.json
CHANGED
|
@@ -1,28 +1,44 @@
|
|
|
1
1
|
{
|
|
2
|
-
"title": "
|
|
3
|
-
"sub": "
|
|
4
|
-
"creatorTitle": "
|
|
5
|
-
"creatorBody": "YSK
|
|
6
|
-
"donateTitle": "
|
|
7
|
-
"donateBody": "YSK
|
|
2
|
+
"title": "지원",
|
|
3
|
+
"sub": "Creator, 후원, YSK Limited — 무료 제품, 실질적인 도움",
|
|
4
|
+
"creatorTitle": "창조자",
|
|
5
|
+
"creatorBody": "YSK Server는 자신의 스택을 소유하려는 운영자를 위한 무료·정직한 단일 호스트 제어 평면입니다. 프로젝트는 공개적으로 유지되며, 피드백과 버그 신고가 품질을 지킵니다.",
|
|
6
|
+
"donateTitle": "지원 / 후원",
|
|
7
|
+
"donateBody": "YSK Server가 시간을 아껴 주었다면 개발 후원을 고려해 주세요. 모든 기여가 제품을 모두에게 무료로 유지하는 데 도움이 됩니다.",
|
|
8
8
|
"donateGithub": "GitHub 후원자",
|
|
9
|
-
"donateOther": "다른
|
|
9
|
+
"donateOther": "다른 후원 방법",
|
|
10
10
|
"yskTitle": "YSK Limited",
|
|
11
|
-
"yskIntro": "무료 패널 이상의
|
|
12
|
-
"yskSvc1": "서버
|
|
11
|
+
"yskIntro": "무료 패널 이상의 실무 지원이 필요하신가요? YSK Limited는 다음을 도울 수 있습니다:",
|
|
12
|
+
"yskSvc1": "서버 구축, 강화, 지속 운영",
|
|
13
13
|
"yskSvc2": "호스팅 스택 설계(웹, 메일, DNS, 데이터베이스)",
|
|
14
|
-
"yskSvc3": "마이그레이션,
|
|
15
|
-
"yskSvc4": "사고
|
|
16
|
-
"yskNoPrice": "
|
|
14
|
+
"yskSvc3": "마이그레이션, 자동화, 맞춤 연동",
|
|
15
|
+
"yskSvc4": "사고 대응과 프로덕션 준비 검토",
|
|
16
|
+
"yskNoPrice": "여기에는 가격이 없습니다. 환경에 맞게 상담해 드립니다.",
|
|
17
17
|
"yskWebsite": "ysk.hk",
|
|
18
18
|
"helpTitle": "문제가 있나요?",
|
|
19
|
-
"helpBody": "OS, 설치 로그 경로,
|
|
20
|
-
"docsHint": "전체 문서는
|
|
19
|
+
"helpBody": "OS, 설치 로그 경로, 기대한 동작과 실제 결과를 이메일로 보내 주세요. 모든 메시지를 읽습니다.",
|
|
20
|
+
"docsHint": "전체 문서는 저장소에 있습니다:",
|
|
21
21
|
"donateLinktree": "Linktree",
|
|
22
|
-
"cryptoTitle": "
|
|
23
|
-
"cryptoHint": "
|
|
24
|
-
"cryptoNetwork": "
|
|
25
|
-
"cryptoAddress": "
|
|
26
|
-
"copy": "
|
|
27
|
-
"copied": "
|
|
22
|
+
"cryptoTitle": "암호화폐 / Web3 핸들",
|
|
23
|
+
"cryptoHint": "해당 네트워크에서만 보내세요. 보내기 전에 주소를 다시 확인하세요.",
|
|
24
|
+
"cryptoNetwork": "네트워크",
|
|
25
|
+
"cryptoAddress": "주소",
|
|
26
|
+
"copy": "복사",
|
|
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
|
}
|
package/locales/ko/system.json
CHANGED
|
@@ -77,7 +77,18 @@
|
|
|
77
77
|
"leOk": "{{domain}}에 대해 획득한 인증서를 암호화하자",
|
|
78
78
|
"leFailed": "인증서 요청 실패: {{detail}}",
|
|
79
79
|
"leHint": "여기에서 DNS A가 가리키고 포트 80이 연결 가능한지 확인하세요(또는 nginx가 도메인을 제공함)",
|
|
80
|
-
"openFirewall": "공개인 경우: 패널 포트 {{port}}/tcp 허용(방화벽 → 포트 열기 → 9287 패널)"
|
|
80
|
+
"openFirewall": "공개인 경우: 패널 포트 {{port}}/tcp 허용(방화벽 → 포트 열기 → 9287 패널)",
|
|
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": "신뢰할 수 있는 인증서로 교체",
|
|
91
|
+
"needFqdn": "Need a FQDN (example.com), not a bare hostname"
|
|
81
92
|
},
|
|
82
93
|
"timeNtp": "시간 및 NTP",
|
|
83
94
|
"clockStatus": "시스템 시계 상태",
|
|
@@ -182,5 +193,23 @@
|
|
|
182
193
|
"exportPath": "내보내기 경로",
|
|
183
194
|
"mode": "방법",
|
|
184
195
|
"managedConf": "관리형 구성",
|
|
185
|
-
"dryRunFlag": "드라이런"
|
|
196
|
+
"dryRunFlag": "드라이런",
|
|
197
|
+
"timezoneSearch": "시간대 필터링…",
|
|
198
|
+
"resyncNtp": "NTP 재동기화",
|
|
199
|
+
"storageSub": "디스크 사용량",
|
|
200
|
+
"syncReloadNeedConfirm": "확인 필요 — /etc/nginx/conf.d에 쓰고 Nginx를 다시 불러옵니다",
|
|
201
|
+
"nginxLeftover": "잔여",
|
|
202
|
+
"nginxUnused": "미사용",
|
|
203
|
+
"nginxLeftoverHint": "옛 public-files 등 잔여 conf. 조치하기 전까지 동기화에 포함됩니다.",
|
|
204
|
+
"nginxUnusedHint": "기본 / catch-all conf(000-default). 조치하기 전까지 동기화에 포함됩니다.",
|
|
205
|
+
"powerUnlock": "위험 구역 잠금 해제",
|
|
206
|
+
"powerLock": "위험 구역 잠금",
|
|
207
|
+
"noScheduledPower": "재부팅이나 전원 끄기가 예약되지 않았습니다.",
|
|
208
|
+
"timezoneNow": "Host time now: {{time}} ({{tz}})",
|
|
209
|
+
"timezoneBrowserDiff": "This host uses {{host}}; your browser uses {{browser}}. Changing timezone here changes the host clock, not the browser.",
|
|
210
|
+
"notExported": "Not exported yet",
|
|
211
|
+
"nginxRemoveLeftover": "Remove leftover",
|
|
212
|
+
"nginxRemoveLeftoverTitle": "Remove leftover nginx conf?",
|
|
213
|
+
"nginxRemoveLeftoverDesc": "Deletes {{name}} from the panel inventory. The live /etc/nginx copy is removed only with YSK_EXECUTE + root. 000-default is not leftover and cannot be deleted here.",
|
|
214
|
+
"needExecuteRoot": "Needs YSK_EXECUTE + root"
|
|
186
215
|
}
|
package/locales/ko/systemd.json
CHANGED
|
@@ -90,5 +90,7 @@
|
|
|
90
90
|
"aboutPolicySub": "템플릿 작성과 시스템 설치는 별도의 단계입니다. 설치 후 다시 실행하는 것은 누락된 단계가 아니라 일반적인 작업입니다.",
|
|
91
91
|
"policyInstallFull": "설치 및 활성화: /etc/systemd/system에 복사하고 daemon-reload하고 --now를 활성화합니다. 루트 + 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
|
}
|
package/locales/ko/terminal.json
CHANGED
|
@@ -29,5 +29,13 @@
|
|
|
29
29
|
"stepUpHint": "계정에 TOTP가 활성화되어 있는 경우 루트 로그인을 위해서는 2FA 승격이 필요합니다.",
|
|
30
30
|
"stepUpTitle": "루트 쉘 확인",
|
|
31
31
|
"stepUpDesc": "인증 코드 또는 복구 코드를 입력하세요.",
|
|
32
|
-
"totpLabel": "TOTP / 복구 코드"
|
|
32
|
+
"totpLabel": "TOTP / 복구 코드",
|
|
33
|
+
"sessionStillOpen": "이 페이지를 읽는 동안 라이브 셸은 계속 연결되어 있습니다.",
|
|
34
|
+
"rootConfirmTitle": "루트 쉘을 여시겠습니까?",
|
|
35
|
+
"rootConfirmDesc": "이 세션은 호스트의 무제한 루트 PTY입니다. 명령이 감사됩니다.",
|
|
36
|
+
"rootConfirmBody": "권한 있는 호스트 명령을 실행하려는 경우에만 계속하십시오.",
|
|
37
|
+
"copyAll": "모두 복사",
|
|
38
|
+
"copyAllNeedConn": "먼저 연결 - 연결이 끊어진 동안 버퍼는 비어 있습니다.",
|
|
39
|
+
"groupSystem": "System",
|
|
40
|
+
"groupProject": "Project"
|
|
33
41
|
}
|