ysk-server-shared 1.0.0 → 1.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +21 -6
- package/dist/browser.d.ts +1 -0
- package/dist/browser.d.ts.map +1 -1
- package/dist/browser.js +1 -0
- package/dist/browser.js.map +1 -1
- package/dist/bt-tracker.d.ts +56 -0
- package/dist/bt-tracker.d.ts.map +1 -1
- package/dist/bt-tracker.js +1 -0
- package/dist/bt-tracker.js.map +1 -1
- package/dist/capabilities.d.ts +1 -1
- package/dist/capabilities.d.ts.map +1 -1
- package/dist/capabilities.js +6 -0
- package/dist/capabilities.js.map +1 -1
- package/dist/databases.d.ts +2 -0
- package/dist/databases.d.ts.map +1 -1
- package/dist/docker.d.ts +134 -0
- package/dist/docker.d.ts.map +1 -0
- package/dist/docker.js +94 -0
- package/dist/docker.js.map +1 -0
- package/dist/dto.d.ts +9 -0
- package/dist/dto.d.ts.map +1 -1
- package/dist/email-domain.d.ts +7 -0
- package/dist/email-domain.d.ts.map +1 -1
- package/dist/files.d.ts +18 -0
- package/dist/files.d.ts.map +1 -1
- package/dist/files.js +35 -1
- package/dist/files.js.map +1 -1
- package/dist/ftp.d.ts +3 -0
- package/dist/ftp.d.ts.map +1 -1
- package/dist/index.d.ts +2 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +2 -0
- package/dist/index.js.map +1 -1
- package/dist/migrate.d.ts +6 -0
- package/dist/migrate.d.ts.map +1 -1
- package/dist/migrate.js.map +1 -1
- package/dist/route-capabilities.d.ts +16 -0
- package/dist/route-capabilities.d.ts.map +1 -1
- package/dist/route-capabilities.js +132 -4
- package/dist/route-capabilities.js.map +1 -1
- package/dist/system.d.ts +4 -0
- package/dist/system.d.ts.map +1 -1
- package/dist/validators.d.ts +141 -0
- package/dist/validators.d.ts.map +1 -0
- package/dist/validators.js +109 -0
- package/dist/validators.js.map +1 -0
- package/locales/ar/agents.json +11 -1
- package/locales/ar/apache.json +5 -1
- package/locales/ar/audit.json +4 -1
- package/locales/ar/backups.json +20 -1
- package/locales/ar/btTracker.json +118 -39
- package/locales/ar/catalog.json +8 -8
- package/locales/ar/cdn.json +87 -1
- package/locales/ar/cli.json +4 -4
- package/locales/ar/common.json +8 -1
- package/locales/ar/cron.json +30 -1
- package/locales/ar/dashboard.json +21 -2
- package/locales/ar/db.json +58 -3
- package/locales/ar/dns.json +19 -1
- package/locales/ar/docker.json +247 -0
- package/locales/ar/email.json +47 -11
- package/locales/ar/errors.json +5 -2
- package/locales/ar/fail2ban.json +38 -13
- package/locales/ar/files.json +52 -10
- package/locales/ar/firewall.json +19 -10
- package/locales/ar/ftp.json +16 -1
- package/locales/ar/hostBrowse.json +35 -15
- package/locales/ar/listToolbar.json +2 -1
- package/locales/ar/login.json +12 -7
- package/locales/ar/logs.json +31 -2
- package/locales/ar/metrics.json +36 -1
- package/locales/ar/migrate.json +14 -1
- package/locales/ar/nav.json +11 -4
- package/locales/ar/network.json +25 -2
- package/locales/ar/notFound.json +6 -0
- package/locales/ar/notes.json +213 -61
- package/locales/ar/playbooks.json +1 -1
- package/locales/ar/projects.json +132 -11
- package/locales/ar/protection.json +70 -8
- package/locales/ar/publicFiles.json +14 -1
- package/locales/ar/rbac.json +15 -2
- package/locales/ar/readiness.json +33 -2
- package/locales/ar/redis.json +19 -1
- package/locales/ar/runtime.json +49 -2
- package/locales/ar/search.json +14 -10
- package/locales/ar/security.json +66 -7
- package/locales/ar/serviceExposure.json +18 -6
- package/locales/ar/services.json +61 -3
- package/locales/ar/software.json +2 -1
- package/locales/ar/softwareLifecycle.json +12 -2
- package/locales/ar/ssl.json +12 -1
- package/locales/ar/stackWizard.json +9 -2
- package/locales/ar/support.json +33 -17
- package/locales/ar/system.json +26 -2
- package/locales/ar/systemd.json +3 -1
- package/locales/ar/terminal.json +9 -1
- package/locales/ar/translation.json +2189 -295
- package/locales/ar/updates.json +75 -3
- package/locales/ar/users.json +19 -1
- package/locales/ar/validators.json +266 -0
- package/locales/ar/vnc.json +10 -1
- package/locales/ar/vpn.json +18 -3
- package/locales/bn/agents.json +11 -1
- package/locales/bn/apache.json +5 -1
- package/locales/bn/audit.json +4 -1
- package/locales/bn/backups.json +20 -1
- package/locales/bn/btTracker.json +118 -39
- package/locales/bn/catalog.json +5 -5
- package/locales/bn/cdn.json +87 -1
- package/locales/bn/cli.json +2 -2
- package/locales/bn/common.json +8 -1
- package/locales/bn/cron.json +30 -1
- package/locales/bn/dashboard.json +21 -2
- package/locales/bn/db.json +58 -3
- package/locales/bn/dns.json +19 -1
- package/locales/bn/docker.json +247 -0
- package/locales/bn/email.json +46 -10
- package/locales/bn/errors.json +5 -2
- package/locales/bn/fail2ban.json +26 -1
- package/locales/bn/files.json +52 -10
- package/locales/bn/firewall.json +17 -8
- package/locales/bn/ftp.json +16 -1
- package/locales/bn/hostBrowse.json +35 -15
- package/locales/bn/listToolbar.json +2 -1
- package/locales/bn/login.json +13 -8
- package/locales/bn/logs.json +31 -2
- package/locales/bn/metrics.json +36 -1
- package/locales/bn/migrate.json +14 -1
- package/locales/bn/nav.json +10 -3
- package/locales/bn/network.json +25 -2
- package/locales/bn/notFound.json +6 -0
- package/locales/bn/notes.json +183 -31
- package/locales/bn/projects.json +131 -10
- package/locales/bn/protection.json +64 -2
- package/locales/bn/publicFiles.json +14 -1
- package/locales/bn/rbac.json +15 -2
- package/locales/bn/readiness.json +32 -1
- package/locales/bn/redis.json +19 -1
- package/locales/bn/runtime.json +49 -2
- package/locales/bn/search.json +13 -9
- package/locales/bn/security.json +66 -7
- package/locales/bn/serviceExposure.json +18 -6
- package/locales/bn/services.json +60 -2
- package/locales/bn/software.json +2 -1
- package/locales/bn/softwareLifecycle.json +12 -2
- package/locales/bn/ssl.json +12 -1
- package/locales/bn/stackWizard.json +9 -2
- package/locales/bn/support.json +38 -22
- package/locales/bn/system.json +26 -2
- package/locales/bn/systemd.json +3 -1
- package/locales/bn/terminal.json +9 -1
- package/locales/bn/translation.json +2133 -239
- package/locales/bn/updates.json +75 -3
- package/locales/bn/users.json +19 -1
- package/locales/bn/validators.json +266 -0
- package/locales/bn/vnc.json +10 -1
- package/locales/bn/vpn.json +18 -3
- package/locales/en/agents.json +15 -5
- package/locales/en/apache.json +4 -0
- package/locales/en/audit.json +4 -1
- package/locales/en/backups.json +21 -2
- package/locales/en/btTracker.json +82 -3
- package/locales/en/cdn.json +102 -2
- package/locales/en/cli.json +7 -7
- package/locales/en/common.json +8 -1
- package/locales/en/cron.json +30 -1
- package/locales/en/dashboard.json +25 -6
- package/locales/en/db.json +64 -8
- package/locales/en/dns.json +19 -1
- package/locales/en/docker.json +247 -0
- package/locales/en/email.json +47 -11
- package/locales/en/errors.json +6 -3
- package/locales/en/fail2ban.json +31 -6
- package/locales/en/files.json +43 -1
- package/locales/en/firewall.json +10 -1
- package/locales/en/ftp.json +18 -3
- package/locales/en/hostBrowse.json +22 -2
- package/locales/en/listToolbar.json +2 -1
- package/locales/en/login.json +6 -1
- package/locales/en/logs.json +33 -4
- package/locales/en/metrics.json +37 -2
- package/locales/en/migrate.json +14 -1
- package/locales/en/nav.json +9 -2
- package/locales/en/network.json +25 -2
- package/locales/en/notFound.json +6 -0
- package/locales/en/notes.json +190 -38
- package/locales/en/projects.json +132 -11
- package/locales/en/protection.json +66 -3
- package/locales/en/publicFiles.json +14 -1
- package/locales/en/rbac.json +15 -2
- package/locales/en/readiness.json +30 -1
- package/locales/en/redis.json +19 -1
- package/locales/en/runtime.json +51 -3
- package/locales/en/search.json +4 -0
- package/locales/en/security.json +68 -9
- package/locales/en/serviceExposure.json +13 -1
- package/locales/en/services.json +60 -2
- package/locales/en/software.json +2 -1
- package/locales/en/softwareLifecycle.json +11 -1
- package/locales/en/ssl.json +12 -1
- package/locales/en/stackWizard.json +9 -2
- package/locales/en/support.json +17 -1
- package/locales/en/system.json +30 -6
- package/locales/en/systemd.json +2 -0
- package/locales/en/terminal.json +10 -2
- package/locales/en/translation.json +2074 -180
- package/locales/en/updates.json +49 -4
- package/locales/en/users.json +20 -1
- package/locales/en/validators.json +266 -0
- package/locales/en/vnc.json +16 -7
- package/locales/en/vpn.json +17 -2
- package/locales/es/agents.json +11 -1
- package/locales/es/apache.json +5 -1
- package/locales/es/audit.json +4 -1
- package/locales/es/backups.json +20 -1
- package/locales/es/btTracker.json +116 -37
- package/locales/es/catalog.json +6 -6
- package/locales/es/cdn.json +87 -1
- package/locales/es/cli.json +2 -2
- package/locales/es/common.json +8 -1
- package/locales/es/cron.json +30 -1
- package/locales/es/dashboard.json +21 -2
- package/locales/es/db.json +58 -3
- package/locales/es/dns.json +19 -1
- package/locales/es/docker.json +247 -0
- package/locales/es/email.json +46 -10
- package/locales/es/errors.json +5 -2
- package/locales/es/fail2ban.json +26 -1
- package/locales/es/files.json +51 -9
- package/locales/es/firewall.json +17 -8
- package/locales/es/ftp.json +16 -1
- package/locales/es/hostBrowse.json +33 -13
- package/locales/es/listToolbar.json +2 -1
- package/locales/es/login.json +12 -7
- package/locales/es/logs.json +31 -2
- package/locales/es/metrics.json +36 -1
- package/locales/es/migrate.json +14 -1
- package/locales/es/nav.json +11 -4
- package/locales/es/network.json +25 -2
- package/locales/es/notFound.json +6 -0
- package/locales/es/notes.json +190 -38
- package/locales/es/projects.json +131 -10
- package/locales/es/protection.json +64 -2
- package/locales/es/publicFiles.json +14 -1
- package/locales/es/rbac.json +15 -2
- package/locales/es/readiness.json +32 -1
- package/locales/es/redis.json +19 -1
- package/locales/es/runtime.json +49 -2
- package/locales/es/search.json +13 -9
- package/locales/es/security.json +66 -7
- package/locales/es/serviceExposure.json +18 -6
- package/locales/es/services.json +60 -2
- package/locales/es/software.json +2 -1
- package/locales/es/softwareLifecycle.json +12 -2
- package/locales/es/ssl.json +12 -1
- package/locales/es/stackWizard.json +9 -2
- package/locales/es/support.json +37 -21
- package/locales/es/system.json +26 -2
- package/locales/es/systemd.json +3 -1
- package/locales/es/terminal.json +9 -1
- package/locales/es/translation.json +2135 -241
- package/locales/es/updates.json +75 -3
- package/locales/es/users.json +19 -1
- package/locales/es/validators.json +266 -0
- package/locales/es/vnc.json +10 -1
- package/locales/es/vpn.json +18 -3
- package/locales/fr/agents.json +11 -1
- package/locales/fr/apache.json +5 -1
- package/locales/fr/audit.json +4 -1
- package/locales/fr/backups.json +20 -1
- package/locales/fr/btTracker.json +115 -36
- package/locales/fr/catalog.json +6 -6
- package/locales/fr/cdn.json +87 -1
- package/locales/fr/cli.json +3 -3
- package/locales/fr/common.json +8 -1
- package/locales/fr/cron.json +30 -1
- package/locales/fr/dashboard.json +21 -2
- package/locales/fr/db.json +58 -3
- package/locales/fr/dns.json +19 -1
- package/locales/fr/docker.json +247 -0
- package/locales/fr/email.json +44 -8
- package/locales/fr/errors.json +5 -2
- package/locales/fr/fail2ban.json +27 -2
- package/locales/fr/files.json +51 -9
- package/locales/fr/firewall.json +13 -4
- package/locales/fr/ftp.json +16 -1
- package/locales/fr/hostBrowse.json +32 -12
- package/locales/fr/listToolbar.json +2 -1
- package/locales/fr/login.json +11 -6
- package/locales/fr/logs.json +31 -2
- package/locales/fr/metrics.json +36 -1
- package/locales/fr/migrate.json +14 -1
- package/locales/fr/nav.json +11 -4
- package/locales/fr/network.json +25 -2
- package/locales/fr/notFound.json +6 -0
- package/locales/fr/notes.json +186 -34
- package/locales/fr/projects.json +129 -8
- package/locales/fr/protection.json +64 -2
- package/locales/fr/publicFiles.json +14 -1
- package/locales/fr/rbac.json +15 -2
- package/locales/fr/readiness.json +32 -1
- package/locales/fr/redis.json +20 -2
- package/locales/fr/runtime.json +49 -2
- package/locales/fr/search.json +11 -7
- package/locales/fr/security.json +66 -7
- package/locales/fr/serviceExposure.json +17 -5
- package/locales/fr/services.json +60 -2
- package/locales/fr/software.json +2 -1
- package/locales/fr/softwareLifecycle.json +12 -2
- package/locales/fr/ssl.json +12 -1
- package/locales/fr/stackWizard.json +9 -2
- package/locales/fr/support.json +37 -21
- package/locales/fr/system.json +26 -2
- package/locales/fr/systemd.json +3 -1
- package/locales/fr/terminal.json +9 -1
- package/locales/fr/translation.json +2119 -225
- package/locales/fr/updates.json +75 -3
- package/locales/fr/users.json +19 -1
- package/locales/fr/validators.json +266 -0
- package/locales/fr/vnc.json +10 -1
- package/locales/fr/vpn.json +17 -2
- package/locales/hi/agents.json +11 -1
- package/locales/hi/apache.json +5 -1
- package/locales/hi/audit.json +4 -1
- package/locales/hi/backups.json +20 -1
- package/locales/hi/btTracker.json +118 -39
- package/locales/hi/catalog.json +7 -7
- package/locales/hi/cdn.json +87 -1
- package/locales/hi/cli.json +1 -1
- package/locales/hi/common.json +8 -1
- package/locales/hi/cron.json +30 -1
- package/locales/hi/dashboard.json +21 -2
- package/locales/hi/db.json +58 -3
- package/locales/hi/dns.json +19 -1
- package/locales/hi/docker.json +247 -0
- package/locales/hi/email.json +46 -10
- package/locales/hi/errors.json +5 -2
- package/locales/hi/fail2ban.json +29 -4
- package/locales/hi/files.json +52 -10
- package/locales/hi/firewall.json +17 -8
- package/locales/hi/ftp.json +16 -1
- package/locales/hi/hostBrowse.json +35 -15
- package/locales/hi/listToolbar.json +2 -1
- package/locales/hi/login.json +13 -8
- package/locales/hi/logs.json +31 -2
- package/locales/hi/metrics.json +36 -1
- package/locales/hi/migrate.json +14 -1
- package/locales/hi/nav.json +11 -4
- package/locales/hi/network.json +25 -2
- package/locales/hi/notFound.json +6 -0
- package/locales/hi/notes.json +188 -36
- package/locales/hi/projects.json +132 -11
- package/locales/hi/protection.json +65 -3
- package/locales/hi/publicFiles.json +14 -1
- package/locales/hi/rbac.json +16 -3
- package/locales/hi/readiness.json +32 -1
- package/locales/hi/redis.json +19 -1
- package/locales/hi/runtime.json +49 -2
- package/locales/hi/search.json +14 -10
- package/locales/hi/security.json +66 -7
- package/locales/hi/serviceExposure.json +18 -6
- package/locales/hi/services.json +60 -2
- package/locales/hi/software.json +2 -1
- package/locales/hi/softwareLifecycle.json +12 -2
- package/locales/hi/ssl.json +12 -1
- package/locales/hi/stackWizard.json +9 -2
- package/locales/hi/support.json +36 -20
- package/locales/hi/system.json +26 -2
- package/locales/hi/systemd.json +3 -1
- package/locales/hi/terminal.json +9 -1
- package/locales/hi/translation.json +2146 -252
- package/locales/hi/updates.json +75 -3
- package/locales/hi/users.json +19 -1
- package/locales/hi/validators.json +266 -0
- package/locales/hi/vnc.json +10 -1
- package/locales/hi/vpn.json +19 -4
- package/locales/id/agents.json +11 -1
- package/locales/id/apache.json +5 -1
- package/locales/id/audit.json +4 -1
- package/locales/id/backups.json +20 -1
- package/locales/id/btTracker.json +116 -37
- package/locales/id/catalog.json +6 -6
- package/locales/id/cdn.json +87 -1
- package/locales/id/cli.json +2 -2
- package/locales/id/common.json +8 -1
- package/locales/id/cron.json +30 -1
- package/locales/id/dashboard.json +21 -2
- package/locales/id/db.json +58 -3
- package/locales/id/dns.json +19 -1
- package/locales/id/docker.json +247 -0
- package/locales/id/email.json +46 -10
- package/locales/id/errors.json +5 -2
- package/locales/id/fail2ban.json +26 -1
- package/locales/id/files.json +51 -9
- package/locales/id/firewall.json +15 -6
- package/locales/id/ftp.json +16 -1
- package/locales/id/hostBrowse.json +33 -13
- package/locales/id/listToolbar.json +2 -1
- package/locales/id/login.json +13 -8
- package/locales/id/logs.json +31 -2
- package/locales/id/metrics.json +36 -1
- package/locales/id/migrate.json +14 -1
- package/locales/id/nav.json +10 -3
- package/locales/id/network.json +25 -2
- package/locales/id/notFound.json +6 -0
- package/locales/id/notes.json +185 -33
- package/locales/id/projects.json +130 -9
- package/locales/id/protection.json +64 -2
- package/locales/id/publicFiles.json +14 -1
- package/locales/id/rbac.json +15 -2
- package/locales/id/readiness.json +32 -1
- package/locales/id/redis.json +19 -1
- package/locales/id/runtime.json +49 -2
- package/locales/id/search.json +13 -9
- package/locales/id/security.json +65 -6
- package/locales/id/serviceExposure.json +18 -6
- package/locales/id/services.json +60 -2
- package/locales/id/software.json +2 -1
- package/locales/id/softwareLifecycle.json +12 -2
- package/locales/id/ssl.json +12 -1
- package/locales/id/stackWizard.json +9 -2
- package/locales/id/support.json +36 -20
- package/locales/id/system.json +26 -2
- package/locales/id/systemd.json +3 -1
- package/locales/id/terminal.json +9 -1
- package/locales/id/translation.json +2125 -231
- package/locales/id/updates.json +75 -3
- package/locales/id/users.json +19 -1
- package/locales/id/validators.json +266 -0
- package/locales/id/vnc.json +10 -1
- package/locales/id/vpn.json +18 -3
- package/locales/ja/agents.json +11 -1
- package/locales/ja/apache.json +5 -1
- package/locales/ja/audit.json +4 -1
- package/locales/ja/backups.json +20 -1
- package/locales/ja/btTracker.json +118 -39
- package/locales/ja/catalog.json +10 -10
- package/locales/ja/cdn.json +87 -1
- package/locales/ja/cli.json +3 -3
- package/locales/ja/common.json +8 -1
- package/locales/ja/cron.json +30 -1
- package/locales/ja/dashboard.json +21 -2
- package/locales/ja/db.json +58 -3
- package/locales/ja/dns.json +19 -1
- package/locales/ja/docker.json +247 -0
- package/locales/ja/email.json +46 -10
- package/locales/ja/errors.json +5 -2
- package/locales/ja/fail2ban.json +26 -1
- package/locales/ja/files.json +51 -9
- package/locales/ja/firewall.json +17 -8
- package/locales/ja/ftp.json +16 -1
- package/locales/ja/hostBrowse.json +35 -15
- package/locales/ja/listToolbar.json +2 -1
- package/locales/ja/login.json +11 -6
- package/locales/ja/logs.json +31 -2
- package/locales/ja/metrics.json +36 -1
- package/locales/ja/migrate.json +14 -1
- package/locales/ja/nav.json +13 -6
- package/locales/ja/network.json +26 -3
- package/locales/ja/notFound.json +6 -0
- package/locales/ja/notes.json +194 -42
- package/locales/ja/projects.json +131 -10
- package/locales/ja/protection.json +64 -2
- package/locales/ja/publicFiles.json +14 -1
- package/locales/ja/rbac.json +15 -2
- package/locales/ja/readiness.json +32 -1
- package/locales/ja/redis.json +19 -1
- package/locales/ja/runtime.json +50 -3
- package/locales/ja/search.json +12 -8
- package/locales/ja/security.json +66 -7
- package/locales/ja/serviceExposure.json +18 -6
- package/locales/ja/services.json +60 -2
- package/locales/ja/software.json +2 -1
- package/locales/ja/softwareLifecycle.json +12 -2
- package/locales/ja/ssl.json +12 -1
- package/locales/ja/stackWizard.json +9 -2
- package/locales/ja/support.json +38 -22
- package/locales/ja/system.json +26 -2
- package/locales/ja/systemd.json +3 -1
- package/locales/ja/terminal.json +9 -1
- package/locales/ja/translation.json +2152 -258
- package/locales/ja/updates.json +75 -3
- package/locales/ja/users.json +19 -1
- package/locales/ja/validators.json +266 -0
- package/locales/ja/vnc.json +10 -1
- package/locales/ja/vpn.json +18 -3
- package/locales/ko/agents.json +11 -1
- package/locales/ko/apache.json +5 -1
- package/locales/ko/audit.json +4 -1
- package/locales/ko/backups.json +20 -1
- package/locales/ko/btTracker.json +118 -39
- package/locales/ko/catalog.json +8 -8
- package/locales/ko/cdn.json +87 -1
- package/locales/ko/cli.json +2 -2
- package/locales/ko/common.json +8 -1
- package/locales/ko/cron.json +30 -1
- package/locales/ko/dashboard.json +21 -2
- package/locales/ko/db.json +58 -3
- package/locales/ko/dns.json +19 -1
- package/locales/ko/docker.json +247 -0
- package/locales/ko/email.json +46 -10
- package/locales/ko/errors.json +5 -2
- package/locales/ko/fail2ban.json +37 -12
- package/locales/ko/files.json +51 -9
- package/locales/ko/firewall.json +18 -9
- package/locales/ko/ftp.json +16 -1
- package/locales/ko/hostBrowse.json +35 -15
- package/locales/ko/listToolbar.json +2 -1
- package/locales/ko/login.json +10 -5
- package/locales/ko/logs.json +31 -2
- package/locales/ko/metrics.json +36 -1
- package/locales/ko/migrate.json +14 -1
- package/locales/ko/nav.json +11 -4
- package/locales/ko/network.json +25 -2
- package/locales/ko/notFound.json +6 -0
- package/locales/ko/notes.json +204 -52
- package/locales/ko/playbooks.json +1 -1
- package/locales/ko/projects.json +132 -11
- package/locales/ko/protection.json +67 -5
- package/locales/ko/publicFiles.json +14 -1
- package/locales/ko/rbac.json +15 -2
- package/locales/ko/readiness.json +33 -2
- package/locales/ko/redis.json +19 -1
- package/locales/ko/runtime.json +49 -2
- package/locales/ko/search.json +13 -9
- package/locales/ko/security.json +66 -7
- package/locales/ko/serviceExposure.json +18 -6
- package/locales/ko/services.json +60 -2
- package/locales/ko/software.json +2 -1
- package/locales/ko/softwareLifecycle.json +12 -2
- package/locales/ko/ssl.json +12 -1
- package/locales/ko/stackWizard.json +9 -2
- package/locales/ko/support.json +36 -20
- package/locales/ko/system.json +26 -2
- package/locales/ko/systemd.json +3 -1
- package/locales/ko/terminal.json +9 -1
- package/locales/ko/translation.json +2171 -277
- package/locales/ko/updates.json +75 -3
- package/locales/ko/users.json +19 -1
- package/locales/ko/validators.json +266 -0
- package/locales/ko/vnc.json +10 -1
- package/locales/ko/vpn.json +19 -4
- package/locales/pt/agents.json +11 -1
- package/locales/pt/apache.json +5 -1
- package/locales/pt/audit.json +4 -1
- package/locales/pt/backups.json +20 -1
- package/locales/pt/btTracker.json +116 -37
- package/locales/pt/catalog.json +4 -4
- package/locales/pt/cdn.json +87 -1
- package/locales/pt/cli.json +2 -2
- package/locales/pt/common.json +8 -1
- package/locales/pt/cron.json +30 -1
- package/locales/pt/dashboard.json +21 -2
- package/locales/pt/db.json +58 -3
- package/locales/pt/dns.json +19 -1
- package/locales/pt/docker.json +247 -0
- package/locales/pt/email.json +46 -10
- package/locales/pt/errors.json +5 -2
- package/locales/pt/fail2ban.json +26 -1
- package/locales/pt/files.json +51 -9
- package/locales/pt/firewall.json +16 -7
- package/locales/pt/ftp.json +16 -1
- package/locales/pt/hostBrowse.json +35 -15
- package/locales/pt/listToolbar.json +2 -1
- package/locales/pt/login.json +14 -9
- package/locales/pt/logs.json +31 -2
- package/locales/pt/metrics.json +36 -1
- package/locales/pt/migrate.json +14 -1
- package/locales/pt/nav.json +10 -3
- package/locales/pt/network.json +25 -2
- package/locales/pt/notFound.json +6 -0
- package/locales/pt/notes.json +187 -35
- package/locales/pt/projects.json +129 -8
- package/locales/pt/protection.json +64 -2
- package/locales/pt/publicFiles.json +14 -1
- package/locales/pt/rbac.json +15 -2
- package/locales/pt/readiness.json +32 -1
- package/locales/pt/redis.json +19 -1
- package/locales/pt/runtime.json +49 -2
- package/locales/pt/search.json +11 -7
- package/locales/pt/security.json +66 -7
- package/locales/pt/serviceExposure.json +17 -5
- package/locales/pt/services.json +60 -2
- package/locales/pt/software.json +2 -1
- package/locales/pt/softwareLifecycle.json +12 -2
- package/locales/pt/ssl.json +12 -1
- package/locales/pt/stackWizard.json +9 -2
- package/locales/pt/support.json +36 -20
- package/locales/pt/system.json +26 -2
- package/locales/pt/systemd.json +3 -1
- package/locales/pt/terminal.json +9 -1
- package/locales/pt/translation.json +2125 -231
- package/locales/pt/updates.json +75 -3
- package/locales/pt/users.json +19 -1
- package/locales/pt/validators.json +266 -0
- package/locales/pt/vnc.json +10 -1
- package/locales/pt/vpn.json +17 -2
- package/locales/ur/agents.json +11 -1
- package/locales/ur/apache.json +5 -1
- package/locales/ur/audit.json +4 -1
- package/locales/ur/backups.json +20 -1
- package/locales/ur/btTracker.json +118 -39
- package/locales/ur/catalog.json +6 -6
- package/locales/ur/cdn.json +87 -1
- package/locales/ur/cli.json +2 -2
- package/locales/ur/common.json +8 -1
- package/locales/ur/cron.json +30 -1
- package/locales/ur/dashboard.json +21 -2
- package/locales/ur/db.json +58 -3
- package/locales/ur/dns.json +19 -1
- package/locales/ur/docker.json +247 -0
- package/locales/ur/email.json +46 -10
- package/locales/ur/errors.json +5 -2
- package/locales/ur/fail2ban.json +26 -1
- package/locales/ur/files.json +52 -10
- package/locales/ur/firewall.json +17 -8
- package/locales/ur/ftp.json +16 -1
- package/locales/ur/hostBrowse.json +35 -15
- package/locales/ur/listToolbar.json +2 -1
- package/locales/ur/login.json +13 -8
- package/locales/ur/logs.json +31 -2
- package/locales/ur/metrics.json +36 -1
- package/locales/ur/migrate.json +14 -1
- package/locales/ur/nav.json +10 -3
- package/locales/ur/network.json +25 -2
- package/locales/ur/notFound.json +6 -0
- package/locales/ur/notes.json +183 -31
- package/locales/ur/projects.json +131 -10
- package/locales/ur/protection.json +64 -2
- package/locales/ur/publicFiles.json +14 -1
- package/locales/ur/rbac.json +15 -2
- package/locales/ur/readiness.json +32 -1
- package/locales/ur/redis.json +19 -1
- package/locales/ur/runtime.json +49 -2
- package/locales/ur/search.json +13 -9
- package/locales/ur/security.json +66 -7
- package/locales/ur/serviceExposure.json +18 -6
- package/locales/ur/services.json +60 -2
- package/locales/ur/software.json +2 -1
- package/locales/ur/softwareLifecycle.json +12 -2
- package/locales/ur/ssl.json +12 -1
- package/locales/ur/stackWizard.json +9 -2
- package/locales/ur/support.json +37 -21
- package/locales/ur/system.json +26 -2
- package/locales/ur/systemd.json +3 -1
- package/locales/ur/terminal.json +9 -1
- package/locales/ur/translation.json +2134 -240
- package/locales/ur/updates.json +75 -3
- package/locales/ur/users.json +19 -1
- package/locales/ur/validators.json +266 -0
- package/locales/ur/vnc.json +10 -1
- package/locales/ur/vpn.json +19 -4
- package/locales/zh-CN/agents.json +11 -1
- package/locales/zh-CN/apache.json +6 -2
- package/locales/zh-CN/audit.json +4 -1
- package/locales/zh-CN/backups.json +20 -1
- package/locales/zh-CN/btTracker.json +82 -3
- package/locales/zh-CN/catalog.json +2 -2
- package/locales/zh-CN/cdn.json +87 -1
- package/locales/zh-CN/cli.json +5 -5
- package/locales/zh-CN/common.json +8 -1
- package/locales/zh-CN/cron.json +30 -1
- package/locales/zh-CN/dashboard.json +22 -3
- package/locales/zh-CN/db.json +59 -4
- package/locales/zh-CN/dns.json +19 -1
- package/locales/zh-CN/docker.json +247 -0
- package/locales/zh-CN/email.json +46 -10
- package/locales/zh-CN/errors.json +5 -2
- package/locales/zh-CN/fail2ban.json +31 -6
- package/locales/zh-CN/files.json +45 -3
- package/locales/zh-CN/firewall.json +11 -2
- package/locales/zh-CN/ftp.json +16 -1
- package/locales/zh-CN/hostBrowse.json +21 -1
- package/locales/zh-CN/listToolbar.json +2 -1
- package/locales/zh-CN/login.json +6 -1
- package/locales/zh-CN/logs.json +36 -7
- package/locales/zh-CN/metrics.json +36 -1
- package/locales/zh-CN/migrate.json +14 -1
- package/locales/zh-CN/nav.json +10 -3
- package/locales/zh-CN/network.json +26 -3
- package/locales/zh-CN/nginx.json +1 -1
- package/locales/zh-CN/notFound.json +6 -0
- package/locales/zh-CN/notes.json +177 -25
- package/locales/zh-CN/projects.json +128 -7
- package/locales/zh-CN/protection.json +64 -2
- package/locales/zh-CN/publicFiles.json +14 -1
- package/locales/zh-CN/rbac.json +15 -2
- package/locales/zh-CN/readiness.json +33 -2
- package/locales/zh-CN/redis.json +19 -1
- package/locales/zh-CN/runtime.json +50 -3
- package/locales/zh-CN/search.json +5 -1
- package/locales/zh-CN/security.json +66 -7
- package/locales/zh-CN/serviceExposure.json +13 -1
- package/locales/zh-CN/services.json +60 -2
- package/locales/zh-CN/software.json +2 -1
- package/locales/zh-CN/softwareLifecycle.json +12 -2
- package/locales/zh-CN/ssl.json +12 -1
- package/locales/zh-CN/stackWizard.json +9 -2
- package/locales/zh-CN/support.json +18 -2
- package/locales/zh-CN/system.json +27 -3
- package/locales/zh-CN/systemd.json +3 -1
- package/locales/zh-CN/terminal.json +9 -1
- package/locales/zh-CN/translation.json +2040 -146
- package/locales/zh-CN/updates.json +75 -3
- package/locales/zh-CN/users.json +19 -1
- package/locales/zh-CN/validators.json +266 -0
- package/locales/zh-CN/vnc.json +10 -1
- package/locales/zh-CN/vpn.json +19 -4
- package/locales/zh-HK/agents.json +17 -7
- package/locales/zh-HK/apache.json +6 -2
- package/locales/zh-HK/audit.json +4 -1
- package/locales/zh-HK/backups.json +21 -2
- package/locales/zh-HK/btTracker.json +86 -7
- package/locales/zh-HK/catalog.json +2 -2
- package/locales/zh-HK/cdn.json +89 -3
- package/locales/zh-HK/cli.json +15 -15
- package/locales/zh-HK/common.json +8 -1
- package/locales/zh-HK/cron.json +34 -5
- package/locales/zh-HK/dashboard.json +25 -6
- package/locales/zh-HK/db.json +65 -10
- package/locales/zh-HK/dns.json +19 -1
- package/locales/zh-HK/docker.json +247 -0
- package/locales/zh-HK/email.json +61 -25
- package/locales/zh-HK/errors.json +6 -3
- package/locales/zh-HK/fail2ban.json +32 -7
- package/locales/zh-HK/files.json +47 -5
- package/locales/zh-HK/firewall.json +13 -4
- package/locales/zh-HK/ftp.json +18 -3
- package/locales/zh-HK/hostBrowse.json +22 -2
- package/locales/zh-HK/listToolbar.json +2 -1
- package/locales/zh-HK/login.json +7 -2
- package/locales/zh-HK/logs.json +40 -11
- package/locales/zh-HK/metrics.json +38 -3
- package/locales/zh-HK/migrate.json +13 -0
- package/locales/zh-HK/nav.json +12 -5
- package/locales/zh-HK/network.json +30 -7
- package/locales/zh-HK/nginx.json +2 -2
- package/locales/zh-HK/notFound.json +6 -0
- package/locales/zh-HK/notes.json +228 -76
- package/locales/zh-HK/projects.json +142 -21
- package/locales/zh-HK/protection.json +65 -3
- package/locales/zh-HK/publicFiles.json +16 -3
- package/locales/zh-HK/rbac.json +15 -2
- package/locales/zh-HK/readiness.json +35 -4
- package/locales/zh-HK/redis.json +22 -4
- package/locales/zh-HK/runtime.json +58 -11
- package/locales/zh-HK/search.json +5 -1
- package/locales/zh-HK/security.json +77 -18
- package/locales/zh-HK/serviceExposure.json +13 -1
- package/locales/zh-HK/services.json +61 -3
- package/locales/zh-HK/software.json +2 -1
- package/locales/zh-HK/softwareLifecycle.json +12 -2
- package/locales/zh-HK/ssl.json +13 -2
- package/locales/zh-HK/stackWizard.json +10 -3
- package/locales/zh-HK/support.json +22 -6
- package/locales/zh-HK/system.json +30 -6
- package/locales/zh-HK/systemd.json +9 -7
- package/locales/zh-HK/terminal.json +10 -2
- package/locales/zh-HK/translation.json +2238 -344
- package/locales/zh-HK/uiInline.json +3 -3
- package/locales/zh-HK/updates.json +76 -4
- package/locales/zh-HK/users.json +20 -2
- package/locales/zh-HK/validators.json +266 -0
- package/locales/zh-HK/vnc.json +16 -7
- package/locales/zh-HK/vpn.json +23 -8
- package/package.json +1 -1
|
@@ -2,14 +2,14 @@
|
|
|
2
2
|
"title": "블루투스 트래커",
|
|
3
3
|
"sub": "Self-hosted BitTorrent / WebTorrent tracker for file shares",
|
|
4
4
|
"pageDesc": "Seed panel file shares over BitTorrent. Start the tracker, set a public announce host, then create BT shares in Files.",
|
|
5
|
-
"status": "
|
|
6
|
-
"running": "
|
|
7
|
-
"stopped": "
|
|
5
|
+
"status": "상태",
|
|
6
|
+
"running": "달리기",
|
|
7
|
+
"stopped": "중지됨",
|
|
8
8
|
"installed": "Installed (bundled)",
|
|
9
9
|
"start": "Start tracker",
|
|
10
10
|
"stop": "Stop tracker",
|
|
11
|
-
"refresh": "
|
|
12
|
-
"settings": "
|
|
11
|
+
"refresh": "새로고침",
|
|
12
|
+
"settings": "설정",
|
|
13
13
|
"httpPort": "HTTP / WebSocket port",
|
|
14
14
|
"udpPort": "UDP port (0 = off)",
|
|
15
15
|
"listenHost": "Listen host",
|
|
@@ -28,18 +28,18 @@
|
|
|
28
28
|
"torrentsEmpty": "No announce traffic yet",
|
|
29
29
|
"torrentsEmptyHint": "Create a file share with BitTorrent mode in Files. This table fills as peers announce and the server seeds.",
|
|
30
30
|
"torrentsDesc": "Live swarm from the tracker, plus local seeder status for panel shares.",
|
|
31
|
-
"colName": "
|
|
31
|
+
"colName": "이름",
|
|
32
32
|
"colHash": "Info hash",
|
|
33
|
-
"colSeeds": "
|
|
34
|
-
"colLeechers": "
|
|
35
|
-
"colStatus": "
|
|
33
|
+
"colSeeds": "씨앗",
|
|
34
|
+
"colLeechers": "거머리",
|
|
35
|
+
"colStatus": "상태",
|
|
36
36
|
"announceUrls": "Announce URLs",
|
|
37
37
|
"announceDesc": "Put these trackers in clients, or rely on magnets generated by the panel.",
|
|
38
|
-
"copy": "
|
|
39
|
-
"copied": "
|
|
40
|
-
"statsTorrents": "
|
|
41
|
-
"statsPeers": "
|
|
42
|
-
"statsAnnounces": "
|
|
38
|
+
"copy": "복사",
|
|
39
|
+
"copied": "복사됨",
|
|
40
|
+
"statsTorrents": "급류",
|
|
41
|
+
"statsPeers": "동료",
|
|
42
|
+
"statsAnnounces": "발표하다",
|
|
43
43
|
"statsJobs": "Active jobs",
|
|
44
44
|
"openShares": "File shares",
|
|
45
45
|
"needExecute": "Enable system-change permission (YSK_EXECUTE) to open ports and run production seeds.",
|
|
@@ -48,27 +48,27 @@
|
|
|
48
48
|
"restoreSeeds": "Re-seed BT shares",
|
|
49
49
|
"restoreSeedsHint": "Start tracker if needed and re-seed shares that still have a .torrent on disk.",
|
|
50
50
|
"bundledNote": "Bundled with YSK Server (Node). No apt install/uninstall — Start/Stop manages the process.",
|
|
51
|
-
"stackTitle": "
|
|
51
|
+
"stackTitle": "소프트웨어",
|
|
52
52
|
"jobs": "Torrent jobs",
|
|
53
53
|
"jobsEmpty": "No background torrent jobs",
|
|
54
54
|
"jobsEmptyHint": "Large shares (≥128 MiB) build .torrent files in the background so the Files dialog stays responsive.",
|
|
55
55
|
"jobsDesc": "Background create-torrent queue for large file or folder shares.",
|
|
56
|
-
"colJob": "
|
|
57
|
-
"colShare": "
|
|
56
|
+
"colJob": "직업",
|
|
57
|
+
"colShare": "공유하다",
|
|
58
58
|
"colJobStatus": "Job status",
|
|
59
59
|
"colEnqueued": "Enqueued",
|
|
60
60
|
"refreshJobs": "Refresh jobs",
|
|
61
|
-
"tabOverview": "
|
|
62
|
-
"tabTorrents": "
|
|
63
|
-
"tabJobs": "
|
|
64
|
-
"tabSettings": "
|
|
65
|
-
"tabAbout": "
|
|
61
|
+
"tabOverview": "개요",
|
|
62
|
+
"tabTorrents": "급류",
|
|
63
|
+
"tabJobs": "채용정보",
|
|
64
|
+
"tabSettings": "설정",
|
|
65
|
+
"tabAbout": "설명",
|
|
66
66
|
"heroRunning": "Tracker is live",
|
|
67
67
|
"heroStopped": "Tracker is stopped",
|
|
68
68
|
"heroRunningSub": "Peers can announce and discover seeds for panel shares.",
|
|
69
69
|
"heroStoppedSub": "Start the tracker before sharing large files over BitTorrent.",
|
|
70
|
-
"live": "
|
|
71
|
-
"liveOff": "
|
|
70
|
+
"live": "살다",
|
|
71
|
+
"liveOff": "게으른",
|
|
72
72
|
"quickStart": "Quick start",
|
|
73
73
|
"quickStartDesc": "Three steps to share files over BitTorrent.",
|
|
74
74
|
"step1Title": "Set public announce host",
|
|
@@ -77,28 +77,28 @@
|
|
|
77
77
|
"step2Hint": "Open port exposure if peers are off this host.",
|
|
78
78
|
"step3Title": "Create a BT share",
|
|
79
79
|
"step3Hint": "In Files → Share, choose BitTorrent or both.",
|
|
80
|
-
"stepDone": "
|
|
81
|
-
"stepTodo": "
|
|
82
|
-
"networkCard": "
|
|
80
|
+
"stepDone": "완료",
|
|
81
|
+
"stepTodo": "토도",
|
|
82
|
+
"networkCard": "네트워크",
|
|
83
83
|
"networkCardDesc": "Where the tracker listens and what host appears in magnets.",
|
|
84
|
-
"seederCard": "
|
|
84
|
+
"seederCard": "파종기",
|
|
85
85
|
"seederCardDesc": "In-process WebTorrent seeder limits and peer ports.",
|
|
86
|
-
"lifecycleCard": "
|
|
86
|
+
"lifecycleCard": "수명주기",
|
|
87
87
|
"lifecycleCardDesc": "Boot behaviour and how the service is packaged.",
|
|
88
88
|
"pid": "PID",
|
|
89
|
-
"port": "
|
|
89
|
+
"port": "포트",
|
|
90
90
|
"announceHost": "Announce host",
|
|
91
91
|
"goSettings": "Open settings",
|
|
92
92
|
"searchTorrents": "Search name or hash…",
|
|
93
|
-
"filterAll": "
|
|
94
|
-
"filterSeeding": "
|
|
95
|
-
"filterOther": "
|
|
93
|
+
"filterAll": "전체",
|
|
94
|
+
"filterSeeding": "파종",
|
|
95
|
+
"filterOther": "다른",
|
|
96
96
|
"noMatch": "No torrents match your filter",
|
|
97
|
-
"seedStatusSeeding": "
|
|
98
|
-
"seedStatusPending": "
|
|
99
|
-
"seedStatusError": "
|
|
100
|
-
"seedStatusStopped": "
|
|
101
|
-
"seedStatusNone": "
|
|
97
|
+
"seedStatusSeeding": "파종",
|
|
98
|
+
"seedStatusPending": "보류 중",
|
|
99
|
+
"seedStatusError": "오류",
|
|
100
|
+
"seedStatusStopped": "중지됨",
|
|
101
|
+
"seedStatusNone": "없음",
|
|
102
102
|
"notesTitle": "Service notes",
|
|
103
103
|
"exposureTitle": "Network access",
|
|
104
104
|
"protoHttp": "HTTP",
|
|
@@ -115,5 +115,84 @@
|
|
|
115
115
|
"udpPortClassic": "6969 · Classic",
|
|
116
116
|
"portSuggest8000": "8000 · Recommended",
|
|
117
117
|
"saveOkRestart": "저장됨 - 포트를 적용하려면 트래커를 다시 시작하세요",
|
|
118
|
-
"announceHostUnset": "
|
|
118
|
+
"announceHostUnset": "미설정",
|
|
119
|
+
"tabTrackers": "추적기",
|
|
120
|
+
"addTorrent": "토렌트 추가",
|
|
121
|
+
"addTorrentTitle": "토렌트 추가",
|
|
122
|
+
"addTorrentHint": ".torrent를 업로드하거나 자석을 붙여넣으세요. 파일 폴더를 선택합니다. WebTorrent는 완료되면 누락된 파일과 시드를 다운로드합니다.",
|
|
123
|
+
"dropTorrent": "여기에 .torrent를 드롭하세요.",
|
|
124
|
+
"chooseFile": "또는 파일을 선택하세요",
|
|
125
|
+
"magnetLabel": "자석",
|
|
126
|
+
"magnetPlaceholder": "자석:?xt=urn:btih:…",
|
|
127
|
+
"inspect": "읽다",
|
|
128
|
+
"extraTrackersPreview": "{{n}} 추가 추적자에게도 알립니다.",
|
|
129
|
+
"saveLocation": "위치 저장",
|
|
130
|
+
"saveRootPublic": "공개 파일",
|
|
131
|
+
"newFolder": "새 폴더",
|
|
132
|
+
"destPreview": "에 쓸 것입니다",
|
|
133
|
+
"startDownload": "다운로드 시작",
|
|
134
|
+
"filterDownloading": "다운로드 중",
|
|
135
|
+
"filterPaused": "일시중지됨",
|
|
136
|
+
"filterError": "오류",
|
|
137
|
+
"emptyDrop": "여기에 .torrent를 드롭하거나 파일을 선택하세요.",
|
|
138
|
+
"emptyHint": "선택한 폴더에 파일이 들어갑니다. 이미 완료된 경우 이 호스트가 시드됩니다. 엔진: WebTorrent — 추가 소프트웨어 다운로드가 없습니다.",
|
|
139
|
+
"pause": "정지시키다",
|
|
140
|
+
"resume": "재개하다",
|
|
141
|
+
"openFolder": "폴더 열기",
|
|
142
|
+
"remove": "제거하다",
|
|
143
|
+
"removeKeep": "파일 제거, 보관",
|
|
144
|
+
"removeDelete": "파일 제거 및 삭제",
|
|
145
|
+
"removeConfirm": "라이브러리에서 이 토렌트를 삭제하시겠습니까?",
|
|
146
|
+
"kindShare": "공유하다",
|
|
147
|
+
"filesInTorrent": "파일",
|
|
148
|
+
"extraTrackersDesc": "추가 공지 URL. 라이브러리 다운로드/시드 및 파일 공유 시드는 .torrent 목록 외에 이를 사용합니다. 이것은 임의의 떼에 대한 로컬 추적기를 열지 않습니다.",
|
|
149
|
+
"extraTrackersEmpty": "추가 추적기가 없습니다. 이 호스트가 피어를 찾을 수 있도록 HTTP(S), UDP 또는 WS(S) 알림 URL을 추가하세요.",
|
|
150
|
+
"extraTrackerAdd": "추가하다",
|
|
151
|
+
"extraTrackerUrl": "URL 발표",
|
|
152
|
+
"extraTrackerApply": "현재 시드에 적용",
|
|
153
|
+
"extraTrackerApplyOk": "추가 추적기 적용",
|
|
154
|
+
"extraEnabled": "켜짐",
|
|
155
|
+
"extraTrackerBad": "URL은 http://, https://, udp://, ws:// 또는 wss://로 시작해야 합니다.",
|
|
156
|
+
"extraTrackerDup": "이미 나열됨",
|
|
157
|
+
"extraTrackerLimit": "최대 32개의 추가 추적기",
|
|
158
|
+
"addOk": "라이브러리에 추가됨",
|
|
159
|
+
"savedTo": "저장",
|
|
160
|
+
"folderEmpty": "하위 폴더 없음",
|
|
161
|
+
"needTorrentFile": ".torrent 파일을 선택하세요",
|
|
162
|
+
"torrentTooBig": "8MiB보다 큰 .torrent",
|
|
163
|
+
"seedStatusDownloading": "다운로드 중",
|
|
164
|
+
"seedStatusChecking": "확인 중",
|
|
165
|
+
"seedStatusPaused": "일시중지됨",
|
|
166
|
+
"seedStatusQueued": "대기 중",
|
|
167
|
+
"swarmLeftover": "Tracker에 라이브러리에 없는 announce가 {{count}}개 있습니다(Torrent 목록과 출처가 다름)",
|
|
168
|
+
"addSourceSection": "소스",
|
|
169
|
+
"addSourceFile": "파일",
|
|
170
|
+
"addSourceMagnet": "자석",
|
|
171
|
+
"previewSection": "미리보기",
|
|
172
|
+
"saveRoot": "루트",
|
|
173
|
+
"clearFile": "파일 지우기",
|
|
174
|
+
"extraTrackersTitle": "추가 announce",
|
|
175
|
+
"extraTrackersEmptyTitle": "아직 Tracker가 없습니다",
|
|
176
|
+
"extraEnabledCount": "{{count}}개 사용 중",
|
|
177
|
+
"extraApplyHint": "기존 시드에 적용하려면 하나 이상 켜세요",
|
|
178
|
+
"destMode": "이 폴더 사용 방법",
|
|
179
|
+
"seedExisting": "기존 파일로 시드",
|
|
180
|
+
"downloadNewFolder": "새 폴더로 다운로드",
|
|
181
|
+
"destFileConflict": "여기에 {{name}} 파일이 있습니다. 다른 폴더를 고르거나, 내용이 같으면 기존 파일로 시드하세요.",
|
|
182
|
+
"waitingPeers": "피어를 기다리는 중입니다. 파일이 이 호스트에 있으면 다시 추가하고 기존 파일로 시드하세요.",
|
|
183
|
+
"stopTitle": "추적기를 중지합니다. 시드 및 다운로드가 중단됩니다.",
|
|
184
|
+
"stopDesc": "실행 중인 토렌트가 발표를 중지합니다. 추적기를 다시 시작할 때까지 피어의 연결이 끊어집니다.",
|
|
185
|
+
"fillPublicHost": "{{host}} 사용",
|
|
186
|
+
"fillPublicHostTitle": "현재 패널 호스트 이름을 공개 발표 호스트로 입력하세요.",
|
|
187
|
+
"listenHostHint": "0.0.0.0 listens on every address. Prefer 127.0.0.1 unless peers must reach this host.",
|
|
188
|
+
"listenAllWarn": "Tracker is bound to all addresses. With the firewall off this is public. Bind 127.0.0.1 for local-only, or restrict the port in the firewall.",
|
|
189
|
+
"bindLoopback": "127.0.0.1 only",
|
|
190
|
+
"bindAll": "0.0.0.0 (all)",
|
|
191
|
+
"seederPortMin": "Peer port start",
|
|
192
|
+
"seederPortMax": "Peer port end",
|
|
193
|
+
"statsLibrary": "Library",
|
|
194
|
+
"statsLibraryHint": "Torrents in the panel library / file shares",
|
|
195
|
+
"statsTrackerLeftover": "Tracker leftover",
|
|
196
|
+
"statsTrackerLeftoverHint": "Tracker announce hashes that are not library rows",
|
|
197
|
+
"statsAnnouncesHint": "Announce requests seen by the tracker process"
|
|
119
198
|
}
|
package/locales/ko/catalog.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"vsftpd": "vsftpd(FTPS)",
|
|
4
4
|
"db_util": "db-util (FTP 사용자 DB)",
|
|
5
5
|
"nginx": "Nginx",
|
|
6
|
-
"certbot": "Certbot(
|
|
6
|
+
"certbot": "Certbot (Let's Encrypt)",
|
|
7
7
|
"mysql_client": "MySQL/MariaDB 클라이언트",
|
|
8
8
|
"mysql_server": "MySQL 서버",
|
|
9
9
|
"mariadb_server": "마리아DB 서버",
|
|
@@ -12,21 +12,21 @@
|
|
|
12
12
|
"redis_tools": "레디스 클라이언트",
|
|
13
13
|
"redis_server": "레디스 서버",
|
|
14
14
|
"ufw": "UFW 방화벽",
|
|
15
|
-
"fail2ban": "
|
|
16
|
-
"postfix": "
|
|
17
|
-
"dovecot": "
|
|
18
|
-
"opendkim": "
|
|
19
|
-
"pdns_server": "
|
|
15
|
+
"fail2ban": "fail2ban",
|
|
16
|
+
"postfix": "Postfix",
|
|
17
|
+
"dovecot": "Dovecot",
|
|
18
|
+
"opendkim": "OpenDKIM",
|
|
19
|
+
"pdns_server": "PowerDNS",
|
|
20
20
|
"git": "힘내",
|
|
21
21
|
"node": "Node.js",
|
|
22
22
|
"php": "PHP",
|
|
23
23
|
"python": "Python",
|
|
24
24
|
"go": "Go",
|
|
25
25
|
"rust": "Rust",
|
|
26
|
-
"chromium": "
|
|
26
|
+
"chromium": "Chromium / Chrome"
|
|
27
27
|
},
|
|
28
28
|
"php": {
|
|
29
29
|
"session": "세션",
|
|
30
|
-
"opcache": "
|
|
30
|
+
"opcache": "OPcache"
|
|
31
31
|
}
|
|
32
32
|
}
|
package/locales/ko/cdn.json
CHANGED
|
@@ -115,5 +115,91 @@
|
|
|
115
115
|
"deleteNodeDesc": "CDN 노드 \"{{name}}\"을 삭제합니다.",
|
|
116
116
|
"deleteSiteDesc": "CDN 사이트 \"{{name}}\"을 삭제합니다.",
|
|
117
117
|
"deleteSiteC1": "사이트 정책 및 에지 연결",
|
|
118
|
-
"deleteSiteC2": "적용된 nginx 구성은 별도의 정리 또는 재적용이 필요할 수 있습니다."
|
|
118
|
+
"deleteSiteC2": "적용된 nginx 구성은 별도의 정리 또는 재적용이 필요할 수 있습니다.",
|
|
119
|
+
"statOnline": "Online",
|
|
120
|
+
"statOffline": "오프라인 {{n}}",
|
|
121
|
+
"statHitRate": "적중률 {{v}}",
|
|
122
|
+
"hitNoStats": "아직 에지 통계가 없습니다",
|
|
123
|
+
"loopbackOriginBlocked": "루프백 origin {{url}}을 원격 에지에 쓰지 않습니다. 먼저 도달 가능한 origin으로 바꾸세요.",
|
|
124
|
+
"applyFailedHint": "적용 실패 — 아래 메모를 보세요",
|
|
125
|
+
"applyStatus": {
|
|
126
|
+
"draft": "초안",
|
|
127
|
+
"planned": "계획됨",
|
|
128
|
+
"applying": "적용 중",
|
|
129
|
+
"applied": "적용됨",
|
|
130
|
+
"failed": "실패",
|
|
131
|
+
"partial": "부분"
|
|
132
|
+
},
|
|
133
|
+
"drain": "물을 빼다",
|
|
134
|
+
"drainTitle": "이 에지로 새 CDN 트래픽 전송을 중지합니다.",
|
|
135
|
+
"drainDesc": "“{{name}}”을 비우시겠습니까? 기존 연결은 완료될 때까지 유지됩니다.",
|
|
136
|
+
"drainLastTitle": "이것이 마지막 가장자리입니다. 배수구는 가장자리 없이 모든 사이트를 떠납니다.",
|
|
137
|
+
"drainLastDesc": "“{{name}}”이 유일한 가장자리입니다. 그것을 비우면 모든 사이트에 우위가 없습니다.",
|
|
138
|
+
"clearDrainTitle": "이 에지에서 새 트래픽을 다시 수락합니다.",
|
|
139
|
+
"clearDrainDesc": "'{{name}}'의 배수를 삭제하시겠습니까?",
|
|
140
|
+
"deleteNodeTitle": "이 CDN 에지 삭제",
|
|
141
|
+
"deleteLastNodeTitle": "마지막 가장자리 삭제 - 모든 사이트에 가장자리가 없습니다.",
|
|
142
|
+
"purge": "숙청",
|
|
143
|
+
"previewTitle": "nginx 구성 미리보기(쓰기 없음)",
|
|
144
|
+
"writeConfTitle": "Edge nginx 구성 파일 쓰기",
|
|
145
|
+
"applyEdgesTitle": "이 사이트를 엣지에 적용(nginx 작성)",
|
|
146
|
+
"purgeTitle": "가장자리의 캐시 제거",
|
|
147
|
+
"dnsSyncTitle": "CDN DNS 레코드 쓰기",
|
|
148
|
+
"probeDnsTitle": "프로브 에지 및 DNS(읽기 전용)",
|
|
149
|
+
"distSslTitle": "TLS 자료를 가장자리에 복사",
|
|
150
|
+
"leIssueTitle": "Let’s Encrypt 인증서 발급 및 배포",
|
|
151
|
+
"deleteSiteTitle": "이 CDN 사이트 삭제",
|
|
152
|
+
"siteOpConfirmGeneric": "'{{name}}'에서 이 작업을 실행하시겠습니까?",
|
|
153
|
+
"siteOpConfirmDesc": "사이트 “{{name}}” · {{action}}. 이는 nginx, DNS 또는 인증서를 변경할 수 있습니다.",
|
|
154
|
+
"siteOpConfirm": {
|
|
155
|
+
"apply": "이 사이트를 가장자리에 적용하시겠습니까?",
|
|
156
|
+
"render": "이 사이트에 대한 nginx 구성을 작성하시겠습니까?",
|
|
157
|
+
"purge": "이 사이트의 캐시를 삭제하시겠습니까?",
|
|
158
|
+
"dns-sync": "이 사이트의 DNS를 동기화하시겠습니까?",
|
|
159
|
+
"dist": "TLS를 에지에 배포하시겠습니까?",
|
|
160
|
+
"issue": "Issue 암호화해서 배포하자?"
|
|
161
|
+
},
|
|
162
|
+
"pillNodesSites": "{{n}} 노드 · {{s}} 사이트",
|
|
163
|
+
"statHit": "적중률",
|
|
164
|
+
"hitUnknown": "알 수 없음",
|
|
165
|
+
"lastHealthHint": "마지막 조사 {{at}} · {{ok}}",
|
|
166
|
+
"lastHealthNever": "아직 프로브되지 않음 - 프로브 실행",
|
|
167
|
+
"lastHealthFail": "프로브 실패",
|
|
168
|
+
"healthLoopNeedSites": "먼저 사이트를 추가하세요.",
|
|
169
|
+
"nodeStatus": {
|
|
170
|
+
"online": "온라인",
|
|
171
|
+
"offline": "오프라인",
|
|
172
|
+
"draining": "배수",
|
|
173
|
+
"unknown": "알려지지 않은"
|
|
174
|
+
},
|
|
175
|
+
"statOnlineOf": "Online {{n}}/{{total}}",
|
|
176
|
+
"statDraining": "Draining {{n}}",
|
|
177
|
+
"localTest": "local / test",
|
|
178
|
+
"colRegion": "Region",
|
|
179
|
+
"previewOnlyNote": "Preview only — nothing was written to the edges.",
|
|
180
|
+
"statByRegion": "Region: ",
|
|
181
|
+
"statByApply": "Apply status: ",
|
|
182
|
+
"col": {
|
|
183
|
+
"origin": "Origin",
|
|
184
|
+
"edges": "Edges",
|
|
185
|
+
"apply": "Apply",
|
|
186
|
+
"dns": "DNS",
|
|
187
|
+
"edgesOnline": "Edges online / applied",
|
|
188
|
+
"dnsRr": "CDN DNS records"
|
|
189
|
+
},
|
|
190
|
+
"mode": {
|
|
191
|
+
"origin_pull": "Origin pull",
|
|
192
|
+
"reverse_proxy": "Reverse proxy",
|
|
193
|
+
"static_edge": "Static edge"
|
|
194
|
+
},
|
|
195
|
+
"dnsStrategy": {
|
|
196
|
+
"multi_a": "Multiple A records",
|
|
197
|
+
"cname": "CNAME",
|
|
198
|
+
"geo": "Geo"
|
|
199
|
+
},
|
|
200
|
+
"edgesOnlineApplied": "{{online}}/{{total}} online · {{applied}} applied",
|
|
201
|
+
"hitMiss": "Hits {{hits}} / misses {{misses}}",
|
|
202
|
+
"cacheBytes": "Cache ≈ {{n}} B",
|
|
203
|
+
"hitRateUnknown": "No access log with cache status and no cache directory, so hit rate cannot be estimated.",
|
|
204
|
+
"offlineHint": "Offline — probe failed. Remove the node if it is leftover."
|
|
119
205
|
}
|
package/locales/ko/cli.json
CHANGED
|
@@ -882,7 +882,7 @@
|
|
|
882
882
|
},
|
|
883
883
|
"status": {
|
|
884
884
|
"bans": {
|
|
885
|
-
"a8d96b": "사용법: {{CLI_NAME}} 방어 상태|bans|suspects|ban|unban|whitelist|stack-apply|fail2ban|firewall|timeline|presets [--json]\n
|
|
885
|
+
"a8d96b": "사용법: {{CLI_NAME}} 방어 상태|bans|suspects|ban|unban|whitelist|stack-apply|fail2ban|firewall|timeline|presets [--json]\n 금지 [--q 텍스트] [--source 실패2ban|패널|ufw|자동]\n 용의자 [--q 텍스트]\n stack-apply [--execute] # UFW + fail2ban + 현재 프리셋\n 실패2반 | 방화벽 # 심층 조사(정직)\n 타임라인 [--limit N] [--q 텍스트]\n 사전 설정 # 목록 + activePreset"
|
|
886
886
|
}
|
|
887
887
|
}
|
|
888
888
|
}
|
|
@@ -1048,7 +1048,7 @@
|
|
|
1048
1048
|
}
|
|
1049
1049
|
},
|
|
1050
1050
|
"x": {
|
|
1051
|
-
"972912": "사용법:\n ysk-server 인벤토리 마이그레이션 [--data-dir PATH] --json\n ysk-server 마이그레이션 호스트 --target root@IP [--identity-file PATH|--identity-id ID|--password PW] --execute [--maintenance] [--force-wipe-target]\n ysk-server 마이그레이션 post --job ID --data-dir PATH --execute # 대상에서\n ysk-server 마이그레이션 상태 [--작업 ID]\n ysk-server 마이그레이션 이력서 --작업 ID --execute"
|
|
1051
|
+
"972912": "사용법:\n ysk-server 인벤토리 마이그레이션 [--data-dir PATH] --json\n ysk-server 마이그레이션 호스트 --target root@IP [--identity-file PATH|--identity-id ID|--password PW] --execute [--maintenance] [--force-wipe-target]\n ysk-server 마이그레이션 post --job ID --data-dir PATH --execute # 대상에서\n ysk-server 마이그레이션 상태 [--작업 ID]\n ysk-server 마이그레이션 이력서 --작업 ID --execute\n ysk-server migrate orphan-homes [--data-dir PATH] --json\n ysk-server migrate orphan-homes --path /home/ysk-server-UUID --confirm PATH --execute\n"
|
|
1052
1052
|
},
|
|
1053
1053
|
"hostingHelp": "사용법: ysk-server 호스팅 <sub>\n 위험한 작전의 기본 테스트 실행; 적용하려면 --execute(+ YSK_EXECUTE=1)를 추가하세요.\n 엔진엑스 | nginx-sync [--실행]\n redis 제공 | postgres 제공 | mysql-provision [--실행]\n dns-zone --zone X --ip A.B.C.D [--ipv6 X:X::X] [--validate] [--reload]\n DNS 영역 | powerdns 상태 | powerdns-install [--install|--실행]\n powerdns-load --zone X --ip A.B.C.D [--load|--execute]\n 이메일 적용 --domain X [--install|--execute]\n email-mailbox --domain X --local user [--password P] [--ip A.B.C.D] [--system]\n ftps-apply --domain X [--install|--execute]\n 런타임 | 런타임 설치 --kind node|php|python|go|rust --version V [--install|--execute]\n dovecot-passdb --domain X | --모두\n webmail-apply --domain webmail.example.com [--다운로드]\n 공개 파일 --domain files.example.com [--reload]\n email-bootstrap --domain example.com --ip A.B.C.D [--install|--execute]\n email-deliverability --domain example.com # PTR/DNSBL/웜업 팩(정직)\n 방화벽 적용 [--smtp] [--실행]",
|
|
1054
1054
|
"logsQuery": "사용법: {{CLI_NAME}} 로그 쿼리 --source <id> [--lines N] [--grep G] [--since 1h] [--priority err]\n 소스 예: 저널: 저널:nginx.service 파일:syslog 프로젝트:<uuid>\n {{CLI_NAME}} 로그 소스 --json\n {{CLI_NAME}} 로그 저널 [--unit nginx.service] --json"
|
package/locales/ko/common.json
CHANGED
|
@@ -35,6 +35,7 @@
|
|
|
35
35
|
"noData": "데이터 없음",
|
|
36
36
|
"input": "입력",
|
|
37
37
|
"pleaseEnter": "{{value}} 입력",
|
|
38
|
+
"required": "필수",
|
|
38
39
|
"about": "설명",
|
|
39
40
|
"operation": "행위",
|
|
40
41
|
"delete": "삭제",
|
|
@@ -121,5 +122,11 @@
|
|
|
121
122
|
"show": "보여주다",
|
|
122
123
|
"done": "완료",
|
|
123
124
|
"next": "다음",
|
|
124
|
-
"previous": "이전"
|
|
125
|
+
"previous": "이전",
|
|
126
|
+
"all": "전체",
|
|
127
|
+
"showPassword": "보여주다",
|
|
128
|
+
"hidePassword": "숨다",
|
|
129
|
+
"more": "더",
|
|
130
|
+
"redirectedTo": "{{to}}(으)로 이동했습니다(원래 {{from}})",
|
|
131
|
+
"unavailable": "Not available right now"
|
|
125
132
|
}
|
package/locales/ko/cron.json
CHANGED
|
@@ -135,5 +135,34 @@
|
|
|
135
135
|
"sourceHost": "주인",
|
|
136
136
|
"noHostJobs": "이 범위에는 crontab 작업이 없습니다.",
|
|
137
137
|
"hostPartial": "모든 사용자 crontab을 읽을 수 없습니다(루트 필요).",
|
|
138
|
-
"pendingInstall": "설치 대기 중({{count}})"
|
|
138
|
+
"pendingInstall": "설치 대기 중({{count}})",
|
|
139
|
+
"hourRange": "시간은 0~23이어야 합니다.",
|
|
140
|
+
"minuteRange": "분은 0~59여야 합니다.",
|
|
141
|
+
"hoursCommon": "공통시간",
|
|
142
|
+
"hoursAll": "모든 시간",
|
|
143
|
+
"invalidExpr": "유효한 5개 필드 크론 표현식이 아닙니다.",
|
|
144
|
+
"needCommand": "명령이 필요합니다.",
|
|
145
|
+
"needUser": "프로젝트 또는 시스템 사용자를 선택합니다.",
|
|
146
|
+
"hostCounts": "호스트 라인",
|
|
147
|
+
"hostCountsVal": "{{ysk}} · 기타 {{other}} · 합계 {{total}}",
|
|
148
|
+
"hostYskYes": "패널라인 존재",
|
|
149
|
+
"hostYskNo": "패널라인이 없다",
|
|
150
|
+
"emptyHostCrontab": "{{user}}에는 crontab이 없습니다.",
|
|
151
|
+
"writtenOnHost": "Written",
|
|
152
|
+
"registeredJobsChip": "Registered",
|
|
153
|
+
"registeredVsWritten": "Registered in the panel vs written to host crontab",
|
|
154
|
+
"installPreviewTitle": "Preview before installing to system crontab",
|
|
155
|
+
"installPreviewDesc": "This merges the YSK block into the host crontab. Existing non-YSK lines stay.",
|
|
156
|
+
"installPreviewMerge": "Install writes a YSK Server crontab merge block. It does not replace the whole crontab.",
|
|
157
|
+
"installPreviewEmpty": "No pending managed jobs — install still refreshes the YSK block.",
|
|
158
|
+
"editJobTitle": "Edit job",
|
|
159
|
+
"editJobDesc": "Changes stay in the panel until you install to the system crontab.",
|
|
160
|
+
"saveJob": "Save (management only)",
|
|
161
|
+
"panelLines": "Panel lines",
|
|
162
|
+
"otherLines": "Other lines",
|
|
163
|
+
"totalLines": "Total",
|
|
164
|
+
"writtenOnHostHint": "Lines already written to the host crontab",
|
|
165
|
+
"registeredJobsHint": "Jobs registered in the panel (including pending install)",
|
|
166
|
+
"pendingInstallCount": "{{n}} pending install",
|
|
167
|
+
"systemJobBadge": "No project · system user"
|
|
139
168
|
}
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
"runtime": "실행 시간",
|
|
86
86
|
"runtimeHint": "기본 런타임 버전 및 배포 스타일 설정",
|
|
87
87
|
"runtimeVersion": "런타임 버전",
|
|
88
|
-
"versionHint": "프로젝트
|
|
88
|
+
"versionHint": "프로젝트 실행 환경 버전 설정에 씁니다",
|
|
89
89
|
"serverIpv4": "서버 IPv4",
|
|
90
90
|
"serverIpv4Hint": "DNS A/메일 SPF",
|
|
91
91
|
"serverIpv4Ph": "이 호스트의 공개 IPv4",
|
|
@@ -107,5 +107,24 @@
|
|
|
107
107
|
"noNotifs": "알림 없음",
|
|
108
108
|
"noNotifsDesc": "시스템 경고 및 할 일이 여기에 표시됩니다.",
|
|
109
109
|
"applyAuditTitle": "현황 감사 적용",
|
|
110
|
-
"applyAuditDesc": "알았어 {{ok}} · 경고 {{warn}} · 나쁘다 {{bad}}"
|
|
110
|
+
"applyAuditDesc": "알았어 {{ok}} · 경고 {{warn}} · 나쁘다 {{bad}}",
|
|
111
|
+
"barTitle": "호스트 알림 {{count}}건",
|
|
112
|
+
"levelCritical": "심각",
|
|
113
|
+
"levelWarn": "경고",
|
|
114
|
+
"levelInfo": "정보",
|
|
115
|
+
"colTitle": "알림",
|
|
116
|
+
"colDetail": "내용",
|
|
117
|
+
"colSource": "출처",
|
|
118
|
+
"notifSearch": "알림 검색",
|
|
119
|
+
"notifAll": "전체",
|
|
120
|
+
"notifDismiss": "숨다",
|
|
121
|
+
"goFix": "고치다",
|
|
122
|
+
"needDomainFirst": "먼저 도메인을 입력하세요",
|
|
123
|
+
"serviceAria": "{{name}}: {{state}}",
|
|
124
|
+
"sev": {
|
|
125
|
+
"ok": "OK",
|
|
126
|
+
"warn": "Warning",
|
|
127
|
+
"bad": "Problem"
|
|
128
|
+
},
|
|
129
|
+
"publicNo2fa": "This panel listens on all interfaces and your admin account has no 2FA."
|
|
111
130
|
}
|
package/locales/ko/db.json
CHANGED
|
@@ -217,7 +217,37 @@
|
|
|
217
217
|
"probe": "조사",
|
|
218
218
|
"name": "이름",
|
|
219
219
|
"type": "유형",
|
|
220
|
-
"status":
|
|
220
|
+
"status": {
|
|
221
|
+
"healthy": "건강한",
|
|
222
|
+
"planned": "예정",
|
|
223
|
+
"partial": "부분",
|
|
224
|
+
"failed": "실패한",
|
|
225
|
+
"draft": "초안",
|
|
226
|
+
"degraded": "타락한",
|
|
227
|
+
"applied": "적용된"
|
|
228
|
+
},
|
|
229
|
+
"fleetSession": "Fleet 에이전트 세션 ID",
|
|
230
|
+
"fleetSessionHint": "Optional. Paste a session UUID from /agents. Then this peer uses fleet (no SSH). Leave empty for SSH scp.",
|
|
231
|
+
"fleetSessionPh": "에이전트 페이지 세션 UUID",
|
|
232
|
+
"engineNotInstalled": "{{engine}}은(는) 이 호스트에 설치되어 있지 않습니다. 먼저 설치하거나 실제로 실행 중인 엔진을 엽니다.",
|
|
233
|
+
"fleetSessionNone": "없음 - SSH 사용",
|
|
234
|
+
"fleetSessionOpenAgents": "/agents를 열어 세션을 등록하세요.",
|
|
235
|
+
"createWizardTitle": "계획 마법사를 엽니다. 로컬 IP와 1개 이상의 피어가 필요합니다. 패널 아티팩트만 씁니다(시험 실행). 적용할 때까지 엔진을 다시 시작하지 않습니다.",
|
|
236
|
+
"bootstrap": "부트스트랩",
|
|
237
|
+
"fleetApply": "함대 적용",
|
|
238
|
+
"planTitle": "클러스터 계획 재생성(호스트 변경 없음)",
|
|
239
|
+
"writeFileTitle": "패널 데이터 디렉토리 아래에 관리 파일 쓰기(드라이런)",
|
|
240
|
+
"probeLocalTitle": "이 호스트만 프로브",
|
|
241
|
+
"probeAllTitle": "등록된 모든 회원을 조사하세요.",
|
|
242
|
+
"bootstrapTitle": "로컬 드롭인 설치 및 첫 번째 노드 부트스트랩",
|
|
243
|
+
"remoteInstallPlanTitle": "원격 설치 미리보기(실행 없음)",
|
|
244
|
+
"downloadBundleTitle": "피어 conf 번들(.tar.gz) 다운로드",
|
|
245
|
+
"pushPlanTitle": "피어로 푸시 미리보기(SCP 없음)",
|
|
246
|
+
"fleetSyncPlanTitle": "플릿 동기화 미리보기(실행 없음)",
|
|
247
|
+
"fleetApplyTitle": "함대 구성원에게 대기열을 적용하시겠습니까?",
|
|
248
|
+
"redirectedFromCluster": "You were redirected here from /cluster. This is the database cluster tab.",
|
|
249
|
+
"roleUnassigned": "No role assigned",
|
|
250
|
+
"standaloneOtherEngines": "This engine is standalone. Other engines have clusters: {{names}}."
|
|
221
251
|
},
|
|
222
252
|
"console": {
|
|
223
253
|
"dataBrowse": "데이터 찾아보기",
|
|
@@ -257,7 +287,9 @@
|
|
|
257
287
|
"reloadConfig": "구성 다시 로드",
|
|
258
288
|
"disableBoot": "부팅 시 비활성화",
|
|
259
289
|
"needRights": "시스템 변경 권한과 관리자가 필요합니다. 실패는 이유를 보여줍니다. 절대 가짜 성공이 아닙니다.",
|
|
260
|
-
"noneFetched": "- 없음 -"
|
|
290
|
+
"noneFetched": "- 없음 -",
|
|
291
|
+
"disableBootConfirm": "다시 활성화할 때까지 재부팅 후 엔진이 시작되지 않습니다.",
|
|
292
|
+
"affectsProjects": "Sites and services that use this engine will be interrupted."
|
|
261
293
|
},
|
|
262
294
|
"expiresLabel": "만료",
|
|
263
295
|
"importEntry": "입장: {{url}}",
|
|
@@ -283,5 +315,28 @@
|
|
|
283
315
|
"unfreezeOk": "{{engine}} 수리 완료",
|
|
284
316
|
"startAfterUnfreeze": "서비스 시작(실패 시 복구 계획 자동 실행)",
|
|
285
317
|
"serviceDownTitle": "데이터베이스 서비스가 다운되었습니다",
|
|
286
|
-
"serviceDownBody": "서비스 상태가 좋지 않음"
|
|
318
|
+
"serviceDownBody": "서비스 상태가 좋지 않음",
|
|
319
|
+
"emptyDbHostHasRows": "호스트에는 이 제어 영역 목록에 없는 데이터베이스가 이미 있습니다.",
|
|
320
|
+
"hostHasUntracked": "{{count}} 호스트 데이터베이스가 패널에 등록되지 않았습니다.",
|
|
321
|
+
"hostInventoryHint": "테이블은 제어 영역 행 전용입니다. 실제 이름은 SHOW DATABASES에서 가져옵니다.",
|
|
322
|
+
"adoptHostDb": "등록 {{name}}",
|
|
323
|
+
"remoteTest": "테스트 연결",
|
|
324
|
+
"remoteTestDone": "원격 호스트 프로브 완료",
|
|
325
|
+
"remoteTestOk": "도달 가능",
|
|
326
|
+
"remoteTestFail": "접근할 수 없음",
|
|
327
|
+
"remoteNotChecked": "테스트되지 않음",
|
|
328
|
+
"registeredVsHostHint": "패널 등록 / 호스트 실측",
|
|
329
|
+
"dumpNeedRegistered": "먼저 패널에 데이터베이스를 등록하세요",
|
|
330
|
+
"dumpFirstDbTitle": "첫 등록 데이터베이스 내보내기",
|
|
331
|
+
"importNeedRegistered": "먼저 패널에 데이터베이스를 등록하세요",
|
|
332
|
+
"importLatestNeedConfirm": "확인 필요 — 등록된 데이터베이스로 가져옵니다",
|
|
333
|
+
"adoptHostDbTitle": "제어면에 이름만 등록하며 호스트 데이터는 바꾸지 않습니다.",
|
|
334
|
+
"cleanupExpiredTempUsersTitle": "만료된 패널 임시 사용자를 삭제합니다",
|
|
335
|
+
"remoteDeleteTitle": "이 등록만 제거",
|
|
336
|
+
"remoteDeleteConfirm": "등록 {{name}}을(를) 제거할까요? 원격 서버는 변경되지 않습니다.",
|
|
337
|
+
"registeredCount": "Registered",
|
|
338
|
+
"hostCount": "On host",
|
|
339
|
+
"registeredUsers": "Registered users",
|
|
340
|
+
"registeredUsersHint": "Panel registrations only — not every MySQL account",
|
|
341
|
+
"hostStillExists": "Still on host"
|
|
287
342
|
}
|
package/locales/ko/dns.json
CHANGED
|
@@ -212,5 +212,23 @@
|
|
|
212
212
|
"aboutHealthTitle": "서비스 상태",
|
|
213
213
|
"aboutHealthBody": "도구를 사용하여 PowerDNS를 검색하고 바인딩을 복구하고 포트 53을 엽니다.",
|
|
214
214
|
"aboutStackTitle": "소프트웨어",
|
|
215
|
-
"aboutStackBody": "소프트웨어에서 PowerDNS 패키지를 확인/업데이트하세요."
|
|
215
|
+
"aboutStackBody": "소프트웨어에서 PowerDNS 패키지를 확인/업데이트하세요.",
|
|
216
|
+
"invalidZone": "영역 이름이 잘못되었습니다. 실제 도메인(예: example.com)을 사용하세요.",
|
|
217
|
+
"invalidIpv4": "IPv4가 잘못되었습니다. 각 옥텟은 0~255여야 합니다.",
|
|
218
|
+
"mailZonesMissing": "이메일 도메인에는 DNS 영역이 없습니다: {{domains}}.",
|
|
219
|
+
"createMailZone": "메일 영역 생성",
|
|
220
|
+
"createMailZoneNow": "메일존 생성 {{domain}}",
|
|
221
|
+
"healNeedInstall": "PowerDNS가 설치되지 않았습니다. 먼저 소프트웨어 탭에 설치하세요.",
|
|
222
|
+
"applyNeedService": "DNS 서비스가 실행되고 있지 않습니다. 적용하기 전에 시작하거나 설치하세요.",
|
|
223
|
+
"deleteZoneNeedName": "이 영역 삭제 — 확인을 위해 영역 이름을 입력합니다.",
|
|
224
|
+
"toolsFirewallTitle": "방화벽(UFW)",
|
|
225
|
+
"toolsFirewallHint": "53번 포트를 허용하거나 차단합니다. PowerDNS를 시작하거나 중지하지 않습니다.",
|
|
226
|
+
"toolsUnitTitle": "PowerDNS 유닛",
|
|
227
|
+
"toolsUnitHint": "systemd 유닛 pdns — 시작, 중지, 재시작, 다시 로드.",
|
|
228
|
+
"installConfirmTitle": "PowerDNS를 설치할까요?",
|
|
229
|
+
"installConfirmDesc": "pdns-server를 설치하고 관리 설정을 씁니다. root와 YSK_EXECUTE=1이 필요합니다.",
|
|
230
|
+
"installConfirmConsequence": "설치 후 시작하면 PowerDNS가 53번 포트를 바인딩합니다.",
|
|
231
|
+
"installPort53Busy": "53번 포트가 이미 사용 중입니다. 해당 수신을 중지하거나 복구하기 전에는 PowerDNS 바인딩이 실패할 수 있습니다.",
|
|
232
|
+
"installPort53BusyConsequence": "53번에서 응답을 기대하기 전에 바인드를 복구하거나 다른 수신을 중지하십시오.",
|
|
233
|
+
"createZoneNeedValid": "Enter a valid zone name and IPv4 address"
|
|
216
234
|
}
|