ysk-server-shared 1.0.0 → 1.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +21 -6
- package/dist/browser.d.ts +1 -0
- package/dist/browser.d.ts.map +1 -1
- package/dist/browser.js +1 -0
- package/dist/browser.js.map +1 -1
- package/dist/bt-tracker.d.ts +56 -0
- package/dist/bt-tracker.d.ts.map +1 -1
- package/dist/bt-tracker.js +1 -0
- package/dist/bt-tracker.js.map +1 -1
- package/dist/capabilities.d.ts +1 -1
- package/dist/capabilities.d.ts.map +1 -1
- package/dist/capabilities.js +6 -0
- package/dist/capabilities.js.map +1 -1
- package/dist/databases.d.ts +2 -0
- package/dist/databases.d.ts.map +1 -1
- package/dist/docker.d.ts +134 -0
- package/dist/docker.d.ts.map +1 -0
- package/dist/docker.js +94 -0
- package/dist/docker.js.map +1 -0
- package/dist/dto.d.ts +9 -0
- package/dist/dto.d.ts.map +1 -1
- package/dist/email-domain.d.ts +7 -0
- package/dist/email-domain.d.ts.map +1 -1
- package/dist/files.d.ts +18 -0
- package/dist/files.d.ts.map +1 -1
- package/dist/files.js +35 -1
- package/dist/files.js.map +1 -1
- package/dist/ftp.d.ts +3 -0
- package/dist/ftp.d.ts.map +1 -1
- package/dist/index.d.ts +2 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +2 -0
- package/dist/index.js.map +1 -1
- package/dist/migrate.d.ts +6 -0
- package/dist/migrate.d.ts.map +1 -1
- package/dist/migrate.js.map +1 -1
- package/dist/route-capabilities.d.ts +16 -0
- package/dist/route-capabilities.d.ts.map +1 -1
- package/dist/route-capabilities.js +132 -4
- package/dist/route-capabilities.js.map +1 -1
- package/dist/system.d.ts +4 -0
- package/dist/system.d.ts.map +1 -1
- package/dist/validators.d.ts +141 -0
- package/dist/validators.d.ts.map +1 -0
- package/dist/validators.js +109 -0
- package/dist/validators.js.map +1 -0
- package/locales/ar/agents.json +11 -1
- package/locales/ar/apache.json +5 -1
- package/locales/ar/audit.json +4 -1
- package/locales/ar/backups.json +20 -1
- package/locales/ar/btTracker.json +118 -39
- package/locales/ar/catalog.json +8 -8
- package/locales/ar/cdn.json +87 -1
- package/locales/ar/cli.json +4 -4
- package/locales/ar/common.json +8 -1
- package/locales/ar/cron.json +30 -1
- package/locales/ar/dashboard.json +21 -2
- package/locales/ar/db.json +58 -3
- package/locales/ar/dns.json +19 -1
- package/locales/ar/docker.json +247 -0
- package/locales/ar/email.json +47 -11
- package/locales/ar/errors.json +5 -2
- package/locales/ar/fail2ban.json +38 -13
- package/locales/ar/files.json +52 -10
- package/locales/ar/firewall.json +19 -10
- package/locales/ar/ftp.json +16 -1
- package/locales/ar/hostBrowse.json +35 -15
- package/locales/ar/listToolbar.json +2 -1
- package/locales/ar/login.json +12 -7
- package/locales/ar/logs.json +31 -2
- package/locales/ar/metrics.json +36 -1
- package/locales/ar/migrate.json +14 -1
- package/locales/ar/nav.json +11 -4
- package/locales/ar/network.json +25 -2
- package/locales/ar/notFound.json +6 -0
- package/locales/ar/notes.json +213 -61
- package/locales/ar/playbooks.json +1 -1
- package/locales/ar/projects.json +132 -11
- package/locales/ar/protection.json +70 -8
- package/locales/ar/publicFiles.json +14 -1
- package/locales/ar/rbac.json +15 -2
- package/locales/ar/readiness.json +33 -2
- package/locales/ar/redis.json +19 -1
- package/locales/ar/runtime.json +49 -2
- package/locales/ar/search.json +14 -10
- package/locales/ar/security.json +66 -7
- package/locales/ar/serviceExposure.json +18 -6
- package/locales/ar/services.json +61 -3
- package/locales/ar/software.json +2 -1
- package/locales/ar/softwareLifecycle.json +12 -2
- package/locales/ar/ssl.json +12 -1
- package/locales/ar/stackWizard.json +9 -2
- package/locales/ar/support.json +33 -17
- package/locales/ar/system.json +26 -2
- package/locales/ar/systemd.json +3 -1
- package/locales/ar/terminal.json +9 -1
- package/locales/ar/translation.json +2189 -295
- package/locales/ar/updates.json +75 -3
- package/locales/ar/users.json +19 -1
- package/locales/ar/validators.json +266 -0
- package/locales/ar/vnc.json +10 -1
- package/locales/ar/vpn.json +18 -3
- package/locales/bn/agents.json +11 -1
- package/locales/bn/apache.json +5 -1
- package/locales/bn/audit.json +4 -1
- package/locales/bn/backups.json +20 -1
- package/locales/bn/btTracker.json +118 -39
- package/locales/bn/catalog.json +5 -5
- package/locales/bn/cdn.json +87 -1
- package/locales/bn/cli.json +2 -2
- package/locales/bn/common.json +8 -1
- package/locales/bn/cron.json +30 -1
- package/locales/bn/dashboard.json +21 -2
- package/locales/bn/db.json +58 -3
- package/locales/bn/dns.json +19 -1
- package/locales/bn/docker.json +247 -0
- package/locales/bn/email.json +46 -10
- package/locales/bn/errors.json +5 -2
- package/locales/bn/fail2ban.json +26 -1
- package/locales/bn/files.json +52 -10
- package/locales/bn/firewall.json +17 -8
- package/locales/bn/ftp.json +16 -1
- package/locales/bn/hostBrowse.json +35 -15
- package/locales/bn/listToolbar.json +2 -1
- package/locales/bn/login.json +13 -8
- package/locales/bn/logs.json +31 -2
- package/locales/bn/metrics.json +36 -1
- package/locales/bn/migrate.json +14 -1
- package/locales/bn/nav.json +10 -3
- package/locales/bn/network.json +25 -2
- package/locales/bn/notFound.json +6 -0
- package/locales/bn/notes.json +183 -31
- package/locales/bn/projects.json +131 -10
- package/locales/bn/protection.json +64 -2
- package/locales/bn/publicFiles.json +14 -1
- package/locales/bn/rbac.json +15 -2
- package/locales/bn/readiness.json +32 -1
- package/locales/bn/redis.json +19 -1
- package/locales/bn/runtime.json +49 -2
- package/locales/bn/search.json +13 -9
- package/locales/bn/security.json +66 -7
- package/locales/bn/serviceExposure.json +18 -6
- package/locales/bn/services.json +60 -2
- package/locales/bn/software.json +2 -1
- package/locales/bn/softwareLifecycle.json +12 -2
- package/locales/bn/ssl.json +12 -1
- package/locales/bn/stackWizard.json +9 -2
- package/locales/bn/support.json +38 -22
- package/locales/bn/system.json +26 -2
- package/locales/bn/systemd.json +3 -1
- package/locales/bn/terminal.json +9 -1
- package/locales/bn/translation.json +2133 -239
- package/locales/bn/updates.json +75 -3
- package/locales/bn/users.json +19 -1
- package/locales/bn/validators.json +266 -0
- package/locales/bn/vnc.json +10 -1
- package/locales/bn/vpn.json +18 -3
- package/locales/en/agents.json +15 -5
- package/locales/en/apache.json +4 -0
- package/locales/en/audit.json +4 -1
- package/locales/en/backups.json +21 -2
- package/locales/en/btTracker.json +82 -3
- package/locales/en/cdn.json +102 -2
- package/locales/en/cli.json +7 -7
- package/locales/en/common.json +8 -1
- package/locales/en/cron.json +30 -1
- package/locales/en/dashboard.json +25 -6
- package/locales/en/db.json +64 -8
- package/locales/en/dns.json +19 -1
- package/locales/en/docker.json +247 -0
- package/locales/en/email.json +47 -11
- package/locales/en/errors.json +6 -3
- package/locales/en/fail2ban.json +31 -6
- package/locales/en/files.json +43 -1
- package/locales/en/firewall.json +10 -1
- package/locales/en/ftp.json +18 -3
- package/locales/en/hostBrowse.json +22 -2
- package/locales/en/listToolbar.json +2 -1
- package/locales/en/login.json +6 -1
- package/locales/en/logs.json +33 -4
- package/locales/en/metrics.json +37 -2
- package/locales/en/migrate.json +14 -1
- package/locales/en/nav.json +9 -2
- package/locales/en/network.json +25 -2
- package/locales/en/notFound.json +6 -0
- package/locales/en/notes.json +190 -38
- package/locales/en/projects.json +132 -11
- package/locales/en/protection.json +66 -3
- package/locales/en/publicFiles.json +14 -1
- package/locales/en/rbac.json +15 -2
- package/locales/en/readiness.json +30 -1
- package/locales/en/redis.json +19 -1
- package/locales/en/runtime.json +51 -3
- package/locales/en/search.json +4 -0
- package/locales/en/security.json +68 -9
- package/locales/en/serviceExposure.json +13 -1
- package/locales/en/services.json +60 -2
- package/locales/en/software.json +2 -1
- package/locales/en/softwareLifecycle.json +11 -1
- package/locales/en/ssl.json +12 -1
- package/locales/en/stackWizard.json +9 -2
- package/locales/en/support.json +17 -1
- package/locales/en/system.json +30 -6
- package/locales/en/systemd.json +2 -0
- package/locales/en/terminal.json +10 -2
- package/locales/en/translation.json +2074 -180
- package/locales/en/updates.json +49 -4
- package/locales/en/users.json +20 -1
- package/locales/en/validators.json +266 -0
- package/locales/en/vnc.json +16 -7
- package/locales/en/vpn.json +17 -2
- package/locales/es/agents.json +11 -1
- package/locales/es/apache.json +5 -1
- package/locales/es/audit.json +4 -1
- package/locales/es/backups.json +20 -1
- package/locales/es/btTracker.json +116 -37
- package/locales/es/catalog.json +6 -6
- package/locales/es/cdn.json +87 -1
- package/locales/es/cli.json +2 -2
- package/locales/es/common.json +8 -1
- package/locales/es/cron.json +30 -1
- package/locales/es/dashboard.json +21 -2
- package/locales/es/db.json +58 -3
- package/locales/es/dns.json +19 -1
- package/locales/es/docker.json +247 -0
- package/locales/es/email.json +46 -10
- package/locales/es/errors.json +5 -2
- package/locales/es/fail2ban.json +26 -1
- package/locales/es/files.json +51 -9
- package/locales/es/firewall.json +17 -8
- package/locales/es/ftp.json +16 -1
- package/locales/es/hostBrowse.json +33 -13
- package/locales/es/listToolbar.json +2 -1
- package/locales/es/login.json +12 -7
- package/locales/es/logs.json +31 -2
- package/locales/es/metrics.json +36 -1
- package/locales/es/migrate.json +14 -1
- package/locales/es/nav.json +11 -4
- package/locales/es/network.json +25 -2
- package/locales/es/notFound.json +6 -0
- package/locales/es/notes.json +190 -38
- package/locales/es/projects.json +131 -10
- package/locales/es/protection.json +64 -2
- package/locales/es/publicFiles.json +14 -1
- package/locales/es/rbac.json +15 -2
- package/locales/es/readiness.json +32 -1
- package/locales/es/redis.json +19 -1
- package/locales/es/runtime.json +49 -2
- package/locales/es/search.json +13 -9
- package/locales/es/security.json +66 -7
- package/locales/es/serviceExposure.json +18 -6
- package/locales/es/services.json +60 -2
- package/locales/es/software.json +2 -1
- package/locales/es/softwareLifecycle.json +12 -2
- package/locales/es/ssl.json +12 -1
- package/locales/es/stackWizard.json +9 -2
- package/locales/es/support.json +37 -21
- package/locales/es/system.json +26 -2
- package/locales/es/systemd.json +3 -1
- package/locales/es/terminal.json +9 -1
- package/locales/es/translation.json +2135 -241
- package/locales/es/updates.json +75 -3
- package/locales/es/users.json +19 -1
- package/locales/es/validators.json +266 -0
- package/locales/es/vnc.json +10 -1
- package/locales/es/vpn.json +18 -3
- package/locales/fr/agents.json +11 -1
- package/locales/fr/apache.json +5 -1
- package/locales/fr/audit.json +4 -1
- package/locales/fr/backups.json +20 -1
- package/locales/fr/btTracker.json +115 -36
- package/locales/fr/catalog.json +6 -6
- package/locales/fr/cdn.json +87 -1
- package/locales/fr/cli.json +3 -3
- package/locales/fr/common.json +8 -1
- package/locales/fr/cron.json +30 -1
- package/locales/fr/dashboard.json +21 -2
- package/locales/fr/db.json +58 -3
- package/locales/fr/dns.json +19 -1
- package/locales/fr/docker.json +247 -0
- package/locales/fr/email.json +44 -8
- package/locales/fr/errors.json +5 -2
- package/locales/fr/fail2ban.json +27 -2
- package/locales/fr/files.json +51 -9
- package/locales/fr/firewall.json +13 -4
- package/locales/fr/ftp.json +16 -1
- package/locales/fr/hostBrowse.json +32 -12
- package/locales/fr/listToolbar.json +2 -1
- package/locales/fr/login.json +11 -6
- package/locales/fr/logs.json +31 -2
- package/locales/fr/metrics.json +36 -1
- package/locales/fr/migrate.json +14 -1
- package/locales/fr/nav.json +11 -4
- package/locales/fr/network.json +25 -2
- package/locales/fr/notFound.json +6 -0
- package/locales/fr/notes.json +186 -34
- package/locales/fr/projects.json +129 -8
- package/locales/fr/protection.json +64 -2
- package/locales/fr/publicFiles.json +14 -1
- package/locales/fr/rbac.json +15 -2
- package/locales/fr/readiness.json +32 -1
- package/locales/fr/redis.json +20 -2
- package/locales/fr/runtime.json +49 -2
- package/locales/fr/search.json +11 -7
- package/locales/fr/security.json +66 -7
- package/locales/fr/serviceExposure.json +17 -5
- package/locales/fr/services.json +60 -2
- package/locales/fr/software.json +2 -1
- package/locales/fr/softwareLifecycle.json +12 -2
- package/locales/fr/ssl.json +12 -1
- package/locales/fr/stackWizard.json +9 -2
- package/locales/fr/support.json +37 -21
- package/locales/fr/system.json +26 -2
- package/locales/fr/systemd.json +3 -1
- package/locales/fr/terminal.json +9 -1
- package/locales/fr/translation.json +2119 -225
- package/locales/fr/updates.json +75 -3
- package/locales/fr/users.json +19 -1
- package/locales/fr/validators.json +266 -0
- package/locales/fr/vnc.json +10 -1
- package/locales/fr/vpn.json +17 -2
- package/locales/hi/agents.json +11 -1
- package/locales/hi/apache.json +5 -1
- package/locales/hi/audit.json +4 -1
- package/locales/hi/backups.json +20 -1
- package/locales/hi/btTracker.json +118 -39
- package/locales/hi/catalog.json +7 -7
- package/locales/hi/cdn.json +87 -1
- package/locales/hi/cli.json +1 -1
- package/locales/hi/common.json +8 -1
- package/locales/hi/cron.json +30 -1
- package/locales/hi/dashboard.json +21 -2
- package/locales/hi/db.json +58 -3
- package/locales/hi/dns.json +19 -1
- package/locales/hi/docker.json +247 -0
- package/locales/hi/email.json +46 -10
- package/locales/hi/errors.json +5 -2
- package/locales/hi/fail2ban.json +29 -4
- package/locales/hi/files.json +52 -10
- package/locales/hi/firewall.json +17 -8
- package/locales/hi/ftp.json +16 -1
- package/locales/hi/hostBrowse.json +35 -15
- package/locales/hi/listToolbar.json +2 -1
- package/locales/hi/login.json +13 -8
- package/locales/hi/logs.json +31 -2
- package/locales/hi/metrics.json +36 -1
- package/locales/hi/migrate.json +14 -1
- package/locales/hi/nav.json +11 -4
- package/locales/hi/network.json +25 -2
- package/locales/hi/notFound.json +6 -0
- package/locales/hi/notes.json +188 -36
- package/locales/hi/projects.json +132 -11
- package/locales/hi/protection.json +65 -3
- package/locales/hi/publicFiles.json +14 -1
- package/locales/hi/rbac.json +16 -3
- package/locales/hi/readiness.json +32 -1
- package/locales/hi/redis.json +19 -1
- package/locales/hi/runtime.json +49 -2
- package/locales/hi/search.json +14 -10
- package/locales/hi/security.json +66 -7
- package/locales/hi/serviceExposure.json +18 -6
- package/locales/hi/services.json +60 -2
- package/locales/hi/software.json +2 -1
- package/locales/hi/softwareLifecycle.json +12 -2
- package/locales/hi/ssl.json +12 -1
- package/locales/hi/stackWizard.json +9 -2
- package/locales/hi/support.json +36 -20
- package/locales/hi/system.json +26 -2
- package/locales/hi/systemd.json +3 -1
- package/locales/hi/terminal.json +9 -1
- package/locales/hi/translation.json +2146 -252
- package/locales/hi/updates.json +75 -3
- package/locales/hi/users.json +19 -1
- package/locales/hi/validators.json +266 -0
- package/locales/hi/vnc.json +10 -1
- package/locales/hi/vpn.json +19 -4
- package/locales/id/agents.json +11 -1
- package/locales/id/apache.json +5 -1
- package/locales/id/audit.json +4 -1
- package/locales/id/backups.json +20 -1
- package/locales/id/btTracker.json +116 -37
- package/locales/id/catalog.json +6 -6
- package/locales/id/cdn.json +87 -1
- package/locales/id/cli.json +2 -2
- package/locales/id/common.json +8 -1
- package/locales/id/cron.json +30 -1
- package/locales/id/dashboard.json +21 -2
- package/locales/id/db.json +58 -3
- package/locales/id/dns.json +19 -1
- package/locales/id/docker.json +247 -0
- package/locales/id/email.json +46 -10
- package/locales/id/errors.json +5 -2
- package/locales/id/fail2ban.json +26 -1
- package/locales/id/files.json +51 -9
- package/locales/id/firewall.json +15 -6
- package/locales/id/ftp.json +16 -1
- package/locales/id/hostBrowse.json +33 -13
- package/locales/id/listToolbar.json +2 -1
- package/locales/id/login.json +13 -8
- package/locales/id/logs.json +31 -2
- package/locales/id/metrics.json +36 -1
- package/locales/id/migrate.json +14 -1
- package/locales/id/nav.json +10 -3
- package/locales/id/network.json +25 -2
- package/locales/id/notFound.json +6 -0
- package/locales/id/notes.json +185 -33
- package/locales/id/projects.json +130 -9
- package/locales/id/protection.json +64 -2
- package/locales/id/publicFiles.json +14 -1
- package/locales/id/rbac.json +15 -2
- package/locales/id/readiness.json +32 -1
- package/locales/id/redis.json +19 -1
- package/locales/id/runtime.json +49 -2
- package/locales/id/search.json +13 -9
- package/locales/id/security.json +65 -6
- package/locales/id/serviceExposure.json +18 -6
- package/locales/id/services.json +60 -2
- package/locales/id/software.json +2 -1
- package/locales/id/softwareLifecycle.json +12 -2
- package/locales/id/ssl.json +12 -1
- package/locales/id/stackWizard.json +9 -2
- package/locales/id/support.json +36 -20
- package/locales/id/system.json +26 -2
- package/locales/id/systemd.json +3 -1
- package/locales/id/terminal.json +9 -1
- package/locales/id/translation.json +2125 -231
- package/locales/id/updates.json +75 -3
- package/locales/id/users.json +19 -1
- package/locales/id/validators.json +266 -0
- package/locales/id/vnc.json +10 -1
- package/locales/id/vpn.json +18 -3
- package/locales/ja/agents.json +11 -1
- package/locales/ja/apache.json +5 -1
- package/locales/ja/audit.json +4 -1
- package/locales/ja/backups.json +20 -1
- package/locales/ja/btTracker.json +118 -39
- package/locales/ja/catalog.json +10 -10
- package/locales/ja/cdn.json +87 -1
- package/locales/ja/cli.json +3 -3
- package/locales/ja/common.json +8 -1
- package/locales/ja/cron.json +30 -1
- package/locales/ja/dashboard.json +21 -2
- package/locales/ja/db.json +58 -3
- package/locales/ja/dns.json +19 -1
- package/locales/ja/docker.json +247 -0
- package/locales/ja/email.json +46 -10
- package/locales/ja/errors.json +5 -2
- package/locales/ja/fail2ban.json +26 -1
- package/locales/ja/files.json +51 -9
- package/locales/ja/firewall.json +17 -8
- package/locales/ja/ftp.json +16 -1
- package/locales/ja/hostBrowse.json +35 -15
- package/locales/ja/listToolbar.json +2 -1
- package/locales/ja/login.json +11 -6
- package/locales/ja/logs.json +31 -2
- package/locales/ja/metrics.json +36 -1
- package/locales/ja/migrate.json +14 -1
- package/locales/ja/nav.json +13 -6
- package/locales/ja/network.json +26 -3
- package/locales/ja/notFound.json +6 -0
- package/locales/ja/notes.json +194 -42
- package/locales/ja/projects.json +131 -10
- package/locales/ja/protection.json +64 -2
- package/locales/ja/publicFiles.json +14 -1
- package/locales/ja/rbac.json +15 -2
- package/locales/ja/readiness.json +32 -1
- package/locales/ja/redis.json +19 -1
- package/locales/ja/runtime.json +50 -3
- package/locales/ja/search.json +12 -8
- package/locales/ja/security.json +66 -7
- package/locales/ja/serviceExposure.json +18 -6
- package/locales/ja/services.json +60 -2
- package/locales/ja/software.json +2 -1
- package/locales/ja/softwareLifecycle.json +12 -2
- package/locales/ja/ssl.json +12 -1
- package/locales/ja/stackWizard.json +9 -2
- package/locales/ja/support.json +38 -22
- package/locales/ja/system.json +26 -2
- package/locales/ja/systemd.json +3 -1
- package/locales/ja/terminal.json +9 -1
- package/locales/ja/translation.json +2152 -258
- package/locales/ja/updates.json +75 -3
- package/locales/ja/users.json +19 -1
- package/locales/ja/validators.json +266 -0
- package/locales/ja/vnc.json +10 -1
- package/locales/ja/vpn.json +18 -3
- package/locales/ko/agents.json +11 -1
- package/locales/ko/apache.json +5 -1
- package/locales/ko/audit.json +4 -1
- package/locales/ko/backups.json +20 -1
- package/locales/ko/btTracker.json +118 -39
- package/locales/ko/catalog.json +8 -8
- package/locales/ko/cdn.json +87 -1
- package/locales/ko/cli.json +2 -2
- package/locales/ko/common.json +8 -1
- package/locales/ko/cron.json +30 -1
- package/locales/ko/dashboard.json +21 -2
- package/locales/ko/db.json +58 -3
- package/locales/ko/dns.json +19 -1
- package/locales/ko/docker.json +247 -0
- package/locales/ko/email.json +46 -10
- package/locales/ko/errors.json +5 -2
- package/locales/ko/fail2ban.json +37 -12
- package/locales/ko/files.json +51 -9
- package/locales/ko/firewall.json +18 -9
- package/locales/ko/ftp.json +16 -1
- package/locales/ko/hostBrowse.json +35 -15
- package/locales/ko/listToolbar.json +2 -1
- package/locales/ko/login.json +10 -5
- package/locales/ko/logs.json +31 -2
- package/locales/ko/metrics.json +36 -1
- package/locales/ko/migrate.json +14 -1
- package/locales/ko/nav.json +11 -4
- package/locales/ko/network.json +25 -2
- package/locales/ko/notFound.json +6 -0
- package/locales/ko/notes.json +204 -52
- package/locales/ko/playbooks.json +1 -1
- package/locales/ko/projects.json +132 -11
- package/locales/ko/protection.json +67 -5
- package/locales/ko/publicFiles.json +14 -1
- package/locales/ko/rbac.json +15 -2
- package/locales/ko/readiness.json +33 -2
- package/locales/ko/redis.json +19 -1
- package/locales/ko/runtime.json +49 -2
- package/locales/ko/search.json +13 -9
- package/locales/ko/security.json +66 -7
- package/locales/ko/serviceExposure.json +18 -6
- package/locales/ko/services.json +60 -2
- package/locales/ko/software.json +2 -1
- package/locales/ko/softwareLifecycle.json +12 -2
- package/locales/ko/ssl.json +12 -1
- package/locales/ko/stackWizard.json +9 -2
- package/locales/ko/support.json +36 -20
- package/locales/ko/system.json +26 -2
- package/locales/ko/systemd.json +3 -1
- package/locales/ko/terminal.json +9 -1
- package/locales/ko/translation.json +2171 -277
- package/locales/ko/updates.json +75 -3
- package/locales/ko/users.json +19 -1
- package/locales/ko/validators.json +266 -0
- package/locales/ko/vnc.json +10 -1
- package/locales/ko/vpn.json +19 -4
- package/locales/pt/agents.json +11 -1
- package/locales/pt/apache.json +5 -1
- package/locales/pt/audit.json +4 -1
- package/locales/pt/backups.json +20 -1
- package/locales/pt/btTracker.json +116 -37
- package/locales/pt/catalog.json +4 -4
- package/locales/pt/cdn.json +87 -1
- package/locales/pt/cli.json +2 -2
- package/locales/pt/common.json +8 -1
- package/locales/pt/cron.json +30 -1
- package/locales/pt/dashboard.json +21 -2
- package/locales/pt/db.json +58 -3
- package/locales/pt/dns.json +19 -1
- package/locales/pt/docker.json +247 -0
- package/locales/pt/email.json +46 -10
- package/locales/pt/errors.json +5 -2
- package/locales/pt/fail2ban.json +26 -1
- package/locales/pt/files.json +51 -9
- package/locales/pt/firewall.json +16 -7
- package/locales/pt/ftp.json +16 -1
- package/locales/pt/hostBrowse.json +35 -15
- package/locales/pt/listToolbar.json +2 -1
- package/locales/pt/login.json +14 -9
- package/locales/pt/logs.json +31 -2
- package/locales/pt/metrics.json +36 -1
- package/locales/pt/migrate.json +14 -1
- package/locales/pt/nav.json +10 -3
- package/locales/pt/network.json +25 -2
- package/locales/pt/notFound.json +6 -0
- package/locales/pt/notes.json +187 -35
- package/locales/pt/projects.json +129 -8
- package/locales/pt/protection.json +64 -2
- package/locales/pt/publicFiles.json +14 -1
- package/locales/pt/rbac.json +15 -2
- package/locales/pt/readiness.json +32 -1
- package/locales/pt/redis.json +19 -1
- package/locales/pt/runtime.json +49 -2
- package/locales/pt/search.json +11 -7
- package/locales/pt/security.json +66 -7
- package/locales/pt/serviceExposure.json +17 -5
- package/locales/pt/services.json +60 -2
- package/locales/pt/software.json +2 -1
- package/locales/pt/softwareLifecycle.json +12 -2
- package/locales/pt/ssl.json +12 -1
- package/locales/pt/stackWizard.json +9 -2
- package/locales/pt/support.json +36 -20
- package/locales/pt/system.json +26 -2
- package/locales/pt/systemd.json +3 -1
- package/locales/pt/terminal.json +9 -1
- package/locales/pt/translation.json +2125 -231
- package/locales/pt/updates.json +75 -3
- package/locales/pt/users.json +19 -1
- package/locales/pt/validators.json +266 -0
- package/locales/pt/vnc.json +10 -1
- package/locales/pt/vpn.json +17 -2
- package/locales/ur/agents.json +11 -1
- package/locales/ur/apache.json +5 -1
- package/locales/ur/audit.json +4 -1
- package/locales/ur/backups.json +20 -1
- package/locales/ur/btTracker.json +118 -39
- package/locales/ur/catalog.json +6 -6
- package/locales/ur/cdn.json +87 -1
- package/locales/ur/cli.json +2 -2
- package/locales/ur/common.json +8 -1
- package/locales/ur/cron.json +30 -1
- package/locales/ur/dashboard.json +21 -2
- package/locales/ur/db.json +58 -3
- package/locales/ur/dns.json +19 -1
- package/locales/ur/docker.json +247 -0
- package/locales/ur/email.json +46 -10
- package/locales/ur/errors.json +5 -2
- package/locales/ur/fail2ban.json +26 -1
- package/locales/ur/files.json +52 -10
- package/locales/ur/firewall.json +17 -8
- package/locales/ur/ftp.json +16 -1
- package/locales/ur/hostBrowse.json +35 -15
- package/locales/ur/listToolbar.json +2 -1
- package/locales/ur/login.json +13 -8
- package/locales/ur/logs.json +31 -2
- package/locales/ur/metrics.json +36 -1
- package/locales/ur/migrate.json +14 -1
- package/locales/ur/nav.json +10 -3
- package/locales/ur/network.json +25 -2
- package/locales/ur/notFound.json +6 -0
- package/locales/ur/notes.json +183 -31
- package/locales/ur/projects.json +131 -10
- package/locales/ur/protection.json +64 -2
- package/locales/ur/publicFiles.json +14 -1
- package/locales/ur/rbac.json +15 -2
- package/locales/ur/readiness.json +32 -1
- package/locales/ur/redis.json +19 -1
- package/locales/ur/runtime.json +49 -2
- package/locales/ur/search.json +13 -9
- package/locales/ur/security.json +66 -7
- package/locales/ur/serviceExposure.json +18 -6
- package/locales/ur/services.json +60 -2
- package/locales/ur/software.json +2 -1
- package/locales/ur/softwareLifecycle.json +12 -2
- package/locales/ur/ssl.json +12 -1
- package/locales/ur/stackWizard.json +9 -2
- package/locales/ur/support.json +37 -21
- package/locales/ur/system.json +26 -2
- package/locales/ur/systemd.json +3 -1
- package/locales/ur/terminal.json +9 -1
- package/locales/ur/translation.json +2134 -240
- package/locales/ur/updates.json +75 -3
- package/locales/ur/users.json +19 -1
- package/locales/ur/validators.json +266 -0
- package/locales/ur/vnc.json +10 -1
- package/locales/ur/vpn.json +19 -4
- package/locales/zh-CN/agents.json +11 -1
- package/locales/zh-CN/apache.json +6 -2
- package/locales/zh-CN/audit.json +4 -1
- package/locales/zh-CN/backups.json +20 -1
- package/locales/zh-CN/btTracker.json +82 -3
- package/locales/zh-CN/catalog.json +2 -2
- package/locales/zh-CN/cdn.json +87 -1
- package/locales/zh-CN/cli.json +5 -5
- package/locales/zh-CN/common.json +8 -1
- package/locales/zh-CN/cron.json +30 -1
- package/locales/zh-CN/dashboard.json +22 -3
- package/locales/zh-CN/db.json +59 -4
- package/locales/zh-CN/dns.json +19 -1
- package/locales/zh-CN/docker.json +247 -0
- package/locales/zh-CN/email.json +46 -10
- package/locales/zh-CN/errors.json +5 -2
- package/locales/zh-CN/fail2ban.json +31 -6
- package/locales/zh-CN/files.json +45 -3
- package/locales/zh-CN/firewall.json +11 -2
- package/locales/zh-CN/ftp.json +16 -1
- package/locales/zh-CN/hostBrowse.json +21 -1
- package/locales/zh-CN/listToolbar.json +2 -1
- package/locales/zh-CN/login.json +6 -1
- package/locales/zh-CN/logs.json +36 -7
- package/locales/zh-CN/metrics.json +36 -1
- package/locales/zh-CN/migrate.json +14 -1
- package/locales/zh-CN/nav.json +10 -3
- package/locales/zh-CN/network.json +26 -3
- package/locales/zh-CN/nginx.json +1 -1
- package/locales/zh-CN/notFound.json +6 -0
- package/locales/zh-CN/notes.json +177 -25
- package/locales/zh-CN/projects.json +128 -7
- package/locales/zh-CN/protection.json +64 -2
- package/locales/zh-CN/publicFiles.json +14 -1
- package/locales/zh-CN/rbac.json +15 -2
- package/locales/zh-CN/readiness.json +33 -2
- package/locales/zh-CN/redis.json +19 -1
- package/locales/zh-CN/runtime.json +50 -3
- package/locales/zh-CN/search.json +5 -1
- package/locales/zh-CN/security.json +66 -7
- package/locales/zh-CN/serviceExposure.json +13 -1
- package/locales/zh-CN/services.json +60 -2
- package/locales/zh-CN/software.json +2 -1
- package/locales/zh-CN/softwareLifecycle.json +12 -2
- package/locales/zh-CN/ssl.json +12 -1
- package/locales/zh-CN/stackWizard.json +9 -2
- package/locales/zh-CN/support.json +18 -2
- package/locales/zh-CN/system.json +27 -3
- package/locales/zh-CN/systemd.json +3 -1
- package/locales/zh-CN/terminal.json +9 -1
- package/locales/zh-CN/translation.json +2040 -146
- package/locales/zh-CN/updates.json +75 -3
- package/locales/zh-CN/users.json +19 -1
- package/locales/zh-CN/validators.json +266 -0
- package/locales/zh-CN/vnc.json +10 -1
- package/locales/zh-CN/vpn.json +19 -4
- package/locales/zh-HK/agents.json +17 -7
- package/locales/zh-HK/apache.json +6 -2
- package/locales/zh-HK/audit.json +4 -1
- package/locales/zh-HK/backups.json +21 -2
- package/locales/zh-HK/btTracker.json +86 -7
- package/locales/zh-HK/catalog.json +2 -2
- package/locales/zh-HK/cdn.json +89 -3
- package/locales/zh-HK/cli.json +15 -15
- package/locales/zh-HK/common.json +8 -1
- package/locales/zh-HK/cron.json +34 -5
- package/locales/zh-HK/dashboard.json +25 -6
- package/locales/zh-HK/db.json +65 -10
- package/locales/zh-HK/dns.json +19 -1
- package/locales/zh-HK/docker.json +247 -0
- package/locales/zh-HK/email.json +61 -25
- package/locales/zh-HK/errors.json +6 -3
- package/locales/zh-HK/fail2ban.json +32 -7
- package/locales/zh-HK/files.json +47 -5
- package/locales/zh-HK/firewall.json +13 -4
- package/locales/zh-HK/ftp.json +18 -3
- package/locales/zh-HK/hostBrowse.json +22 -2
- package/locales/zh-HK/listToolbar.json +2 -1
- package/locales/zh-HK/login.json +7 -2
- package/locales/zh-HK/logs.json +40 -11
- package/locales/zh-HK/metrics.json +38 -3
- package/locales/zh-HK/migrate.json +13 -0
- package/locales/zh-HK/nav.json +12 -5
- package/locales/zh-HK/network.json +30 -7
- package/locales/zh-HK/nginx.json +2 -2
- package/locales/zh-HK/notFound.json +6 -0
- package/locales/zh-HK/notes.json +228 -76
- package/locales/zh-HK/projects.json +142 -21
- package/locales/zh-HK/protection.json +65 -3
- package/locales/zh-HK/publicFiles.json +16 -3
- package/locales/zh-HK/rbac.json +15 -2
- package/locales/zh-HK/readiness.json +35 -4
- package/locales/zh-HK/redis.json +22 -4
- package/locales/zh-HK/runtime.json +58 -11
- package/locales/zh-HK/search.json +5 -1
- package/locales/zh-HK/security.json +77 -18
- package/locales/zh-HK/serviceExposure.json +13 -1
- package/locales/zh-HK/services.json +61 -3
- package/locales/zh-HK/software.json +2 -1
- package/locales/zh-HK/softwareLifecycle.json +12 -2
- package/locales/zh-HK/ssl.json +13 -2
- package/locales/zh-HK/stackWizard.json +10 -3
- package/locales/zh-HK/support.json +22 -6
- package/locales/zh-HK/system.json +30 -6
- package/locales/zh-HK/systemd.json +9 -7
- package/locales/zh-HK/terminal.json +10 -2
- package/locales/zh-HK/translation.json +2238 -344
- package/locales/zh-HK/uiInline.json +3 -3
- package/locales/zh-HK/updates.json +76 -4
- package/locales/zh-HK/users.json +20 -2
- package/locales/zh-HK/validators.json +266 -0
- package/locales/zh-HK/vnc.json +16 -7
- package/locales/zh-HK/vpn.json +23 -8
- package/package.json +1 -1
package/locales/ko/updates.json
CHANGED
|
@@ -84,9 +84,9 @@
|
|
|
84
84
|
"applyPanelUpdate": "패널 업데이트 적용",
|
|
85
85
|
"recheck": "재확인",
|
|
86
86
|
"aboutScope": "범위",
|
|
87
|
-
"aboutScopeV": "ysk-server
|
|
87
|
+
"aboutScopeV": "ysk-server 패널 + 카탈로그 서비스 + 런타임 + 나머지 적절한 패키지",
|
|
88
88
|
"aboutChannel": "채널",
|
|
89
|
-
"aboutChannelV": "npm → GitHub 릴리스 → package.json; npm
|
|
89
|
+
"aboutChannelV": "npm 패키지 ysk-server → GitHub 릴리스 → apps/server/package.json; 적용: npm i -g ysk-server@version 또는 git (YSK_SOURCE_ROOT)",
|
|
90
90
|
"aboutFail": "실패",
|
|
91
91
|
"aboutFailV": "사용할 수 없는 채널은 최신으로 보고되지 않습니다. 적용하려면 실행이 필요합니다. git Apply에 서비스를 다시 시작해야 합니다.",
|
|
92
92
|
"jobsTitle": "예약된 작업",
|
|
@@ -163,5 +163,77 @@
|
|
|
163
163
|
"scanNow": "지금 스캔",
|
|
164
164
|
"viewUpgradable": "업그레이드 가능 보기",
|
|
165
165
|
"installElsewhere": "패키지(Nginx, PHP, 데이터베이스…)를 설치하려면 이 허브가 아닌 해당 기능 페이지를 엽니다.",
|
|
166
|
-
"status": "상태"
|
|
166
|
+
"status": "상태",
|
|
167
|
+
"groupService": "서비스",
|
|
168
|
+
"groupRuntime": "런타임",
|
|
169
|
+
"groupOs": "시스템 패키지",
|
|
170
|
+
"notInstalled": "미설치",
|
|
171
|
+
"goToPage": "페이지 열기",
|
|
172
|
+
"hubHint": "이 호스트의 카탈로그 소프트웨어 및 런타임. 새로고침하려면 스캔하세요.",
|
|
173
|
+
"intervalDay": "매일",
|
|
174
|
+
"intervalDays": "{{n}}일마다",
|
|
175
|
+
"intervalHour": "매시간",
|
|
176
|
+
"intervalHours": "{{n}}시간마다",
|
|
177
|
+
"intervalMinutes": "{{n}}분마다",
|
|
178
|
+
"intervalSeconds": "{{n}}초마다",
|
|
179
|
+
"availableHint": "패키지 관리자의 최신 후보가 포함된 패키지입니다.",
|
|
180
|
+
"servicesHint": "이 호스트의 카탈로그 서비스입니다. 설치하려면 서비스 페이지를 엽니다.",
|
|
181
|
+
"runtimeHint": "이 호스트의 런타임. 버전 업그레이드는 각 런타임 페이지에서 수행됩니다.",
|
|
182
|
+
"needsReboot": "재부팅 필요",
|
|
183
|
+
"kernelRebootWarn": "새 커널을 설치하려면 일반적으로 사용하기 전에 재부팅해야 합니다.",
|
|
184
|
+
"neverRun": "아직 실행되지 않음",
|
|
185
|
+
"scanOsvN": "스캔 + OSV(첫 번째 {{n}})",
|
|
186
|
+
"rebootNeeded": "재부팅",
|
|
187
|
+
"kernelRebootHint": "커널 패키지를 적용한 후 재부팅해야 함",
|
|
188
|
+
"needApprovalHint": "사용 가능을 열고 승인이 필요한 패키지로 필터링합니다.",
|
|
189
|
+
"applyNeedConfirm": "적용하기 전에 확인 대화상자를 엽니다.",
|
|
190
|
+
"probeFailed": "프로브 실패",
|
|
191
|
+
"notViaApt": "apt에서 관리하지 않음 — 후보자 없음",
|
|
192
|
+
"noCandidate": "후보 버전 없음",
|
|
193
|
+
"jobOpenGeo": "GeoIP 페이지",
|
|
194
|
+
"job": {
|
|
195
|
+
"protection_probe": {
|
|
196
|
+
"name": "보호 프로브",
|
|
197
|
+
"hint": "주기적 방어 신호"
|
|
198
|
+
},
|
|
199
|
+
"updates_scan": {
|
|
200
|
+
"name": "업데이트 검사",
|
|
201
|
+
"hint": "패키지 인벤토리 새로 고침"
|
|
202
|
+
},
|
|
203
|
+
"daily_backup": {
|
|
204
|
+
"name": "일일 백업",
|
|
205
|
+
"hint": "전체 백업 예약"
|
|
206
|
+
},
|
|
207
|
+
"db_temp_expire": {
|
|
208
|
+
"name": "임시 DB 사용자 만료",
|
|
209
|
+
"hint": "만료된 임시 데이터베이스 사용자 삭제"
|
|
210
|
+
},
|
|
211
|
+
"defense_auto_ban": {
|
|
212
|
+
"name": "방어 자동 금지",
|
|
213
|
+
"hint": "자동 차단 체크 적용"
|
|
214
|
+
},
|
|
215
|
+
"defense_geoip_update": {
|
|
216
|
+
"name": "GeoIP 업데이트",
|
|
217
|
+
"hint": "GeoIP 데이터베이스 다운로드"
|
|
218
|
+
},
|
|
219
|
+
"log_auto_vacuum": {
|
|
220
|
+
"name": "로그 진공",
|
|
221
|
+
"hint": "저널링 보존"
|
|
222
|
+
},
|
|
223
|
+
"email_dnsbl": {
|
|
224
|
+
"name": "이메일 DNSBL",
|
|
225
|
+
"hint": "메일 DNSBL 확인"
|
|
226
|
+
},
|
|
227
|
+
"validators_upgrade_scan": {
|
|
228
|
+
"name": "Validators upgrade scan",
|
|
229
|
+
"hint": "Check validator image / binary updates"
|
|
230
|
+
}
|
|
231
|
+
},
|
|
232
|
+
"applyPanelAlreadyLatest": "이미 최신 패널 버전",
|
|
233
|
+
"panelRestarting": "새 버전을 불러오려고 패널을 다시 시작하는 중…",
|
|
234
|
+
"panelRestarted": "패널이 복구됨 · {{version}}",
|
|
235
|
+
"panelRestartWait": "적용이 끝났습니다. 이 페이지가 갱신되지 않으면 몇 초 후 다시 불러오세요.",
|
|
236
|
+
"cveNotChecked": "Not checked",
|
|
237
|
+
"cveLabel": "CVE",
|
|
238
|
+
"riskUnevaluated": "Not evaluated — run Scan + OSV"
|
|
167
239
|
}
|
package/locales/ko/users.json
CHANGED
|
@@ -118,5 +118,23 @@
|
|
|
118
118
|
"securityClearTotpHint": "승격이 필요합니다",
|
|
119
119
|
"securityClearConfirm": "2FA 삭제를 확인하려면 사용자 이름을 입력하세요.",
|
|
120
120
|
"securityClearOk": "{{name}}에 대한 2FA를 통과했습니다.",
|
|
121
|
-
"securitySelfNote": "자신만의 2FA를 설정하려면 보안 → 내 보안을 엽니다."
|
|
121
|
+
"securitySelfNote": "자신만의 2FA를 설정하려면 보안 → 내 보안을 엽니다.",
|
|
122
|
+
"cannotDeleteSelf": "로그인한 계정은 삭제할 수 없습니다",
|
|
123
|
+
"cannotModifySelf": "로그인한 계정은 정지하거나 강등할 수 없습니다",
|
|
124
|
+
"cannotDeleteLastAdmin": "마지막 관리자는 삭제할 수 없습니다",
|
|
125
|
+
"cannotDemoteLastAdmin": "마지막 관리자는 정지하거나 강등할 수 없습니다",
|
|
126
|
+
"lockSelfHint": "로그인한 계정입니다. 잠김을 막기 위해 삭제, 정지, 역할 변경이 차단됩니다.",
|
|
127
|
+
"lockLastAdminHint": "마지막 관리자입니다. 삭제, 정지, 강등이 차단됩니다.",
|
|
128
|
+
"demoteAdminTitle": "이 관리자를 강등할까요?",
|
|
129
|
+
"demoteAdminDesc": "이 사용자는 전체 관리자 권한을 잃습니다. 다른 관리자가 남아 있는지 확인하세요.",
|
|
130
|
+
"searchPkgPh": "패키지 이름",
|
|
131
|
+
"quotaNonNeg": "개수와 할당량은 음수일 수 없습니다.",
|
|
132
|
+
"diskQuotaHint": "사전 설정은 GiB입니다. 사용자 정의 상자는 MiB입니다.",
|
|
133
|
+
"bandwidthHint": "0은 무제한을 의미합니다.",
|
|
134
|
+
"impersonateHint": "이 사용자로 세션을 엽니다. 명의 도용을 종료하려면 계정 메뉴를 사용하세요.",
|
|
135
|
+
"operatorHighRiskHint": "공장 기본 운영자 역할에는 고위험 쓰기가 포함됩니다. 좁히면 새 계정만, 기본을 바꾸면 기존 운영자에게도 영향을 줍니다.",
|
|
136
|
+
"cannotImpersonateSelf": "이미 이 계정으로 로그인되어 있습니다.",
|
|
137
|
+
"singleAdminNo2fa": "이 호스트에는 관리자가 한 명 있고 2FA가 꺼져 있습니다. 2FA를 활성화하고 백업 관리자를 추가하세요.",
|
|
138
|
+
"enableAdmin2fa": "Enable admin 2FA",
|
|
139
|
+
"addBackupAdmin": "Add a backup admin"
|
|
122
140
|
}
|
|
@@ -0,0 +1,266 @@
|
|
|
1
|
+
{
|
|
2
|
+
"title": "검증자 노드 (Beta)",
|
|
3
|
+
"subtitle": "이 호스트에서 L1 노드를 설치하고 관리합니다. 비수탁 — 키는 직접 보관하세요.",
|
|
4
|
+
"beta": "Beta",
|
|
5
|
+
"tab": {
|
|
6
|
+
"nodes": "노드",
|
|
7
|
+
"disk": "디스크",
|
|
8
|
+
"about": "설명"
|
|
9
|
+
},
|
|
10
|
+
"empty": {
|
|
11
|
+
"title": "아직 검증자 노드가 없습니다",
|
|
12
|
+
"desc": "마법사로 테스트넷 노드를 만드세요."
|
|
13
|
+
},
|
|
14
|
+
"refresh": "새로 고침",
|
|
15
|
+
"disk": {
|
|
16
|
+
"title": "검증자 디스크",
|
|
17
|
+
"root": "데이터 디렉터리",
|
|
18
|
+
"free": "여유",
|
|
19
|
+
"used": "사용",
|
|
20
|
+
"none": "아직 인스턴스 데이터가 없습니다",
|
|
21
|
+
"warn": "디스크 사용량이 높습니다(70% 이상)",
|
|
22
|
+
"danger": "디스크 사용량이 위험합니다(85% 이상)",
|
|
23
|
+
"autoClear": "디스크가 위험할 때 가장 큰 중지 인스턴스를 자동 삭제(기본 꺼짐)",
|
|
24
|
+
"autoClearRisk": "Destructive: the largest stopped instance is deleted without a further prompt. Default is off. Check audit / logs after it fires.",
|
|
25
|
+
"autoClearConfirmTitle": "Enable auto-clear?",
|
|
26
|
+
"autoClearC1": "When disk is critical, the largest stopped instance is deleted without asking again."
|
|
27
|
+
},
|
|
28
|
+
"chain": {
|
|
29
|
+
"eth": "Ethereum",
|
|
30
|
+
"avax": "Avalanche",
|
|
31
|
+
"near": "NEAR",
|
|
32
|
+
"ada": "Cardano",
|
|
33
|
+
"btc": "Bitcoin",
|
|
34
|
+
"cosmos": "Cosmos Hub",
|
|
35
|
+
"sui": "Sui",
|
|
36
|
+
"aptos": "Aptos",
|
|
37
|
+
"dot": "Polkadot",
|
|
38
|
+
"sol": "Solana"
|
|
39
|
+
},
|
|
40
|
+
"network": {
|
|
41
|
+
"hoodi": "Hoodi",
|
|
42
|
+
"sepolia": "Sepolia",
|
|
43
|
+
"mainnet": "메인넷",
|
|
44
|
+
"fuji": "Fuji",
|
|
45
|
+
"testnet": "테스트넷",
|
|
46
|
+
"preview": "시사",
|
|
47
|
+
"preprod": "프레프로트",
|
|
48
|
+
"westend": "Westend"
|
|
49
|
+
},
|
|
50
|
+
"networkKind": {
|
|
51
|
+
"testnet": "테스트넷",
|
|
52
|
+
"mainnet": "메인넷",
|
|
53
|
+
"mixed": "Mainnet + testnet"
|
|
54
|
+
},
|
|
55
|
+
"profile": {
|
|
56
|
+
"minimal": "최소",
|
|
57
|
+
"pruned": "Pruned",
|
|
58
|
+
"validator-ready": "검증자 준비",
|
|
59
|
+
"rpc": "RPC"
|
|
60
|
+
},
|
|
61
|
+
"col": {
|
|
62
|
+
"id": "ID",
|
|
63
|
+
"chain": "체인",
|
|
64
|
+
"network": "네트워크",
|
|
65
|
+
"profile": "프로필",
|
|
66
|
+
"status": "상태",
|
|
67
|
+
"disk": "디스크"
|
|
68
|
+
},
|
|
69
|
+
"cli": {
|
|
70
|
+
"usage": "사용법: ysk-server validators list|chains|disk|get|status|logs|create|start|stop|restart|clear|upgrade|policy|mithril|prune|switch-network|snapshot|compose|settings [--chain C] [--network N] [--profile P] [--el EL] [--cl CL] [--data-path P] [--rpc-port N] [--id ID] [--upgrade POLICY] [--confirm TOKEN] [--execute] [--json]"
|
|
71
|
+
},
|
|
72
|
+
"clients": {
|
|
73
|
+
"el": "실행 클라이언트",
|
|
74
|
+
"cl": "합의 클라이언트"
|
|
75
|
+
},
|
|
76
|
+
"mithril": {
|
|
77
|
+
"label": "먼저 Mithril 스냅샷으로 복원(테스트넷 권장)",
|
|
78
|
+
"action": "Mithril로 복원"
|
|
79
|
+
},
|
|
80
|
+
"errors": {
|
|
81
|
+
"notFound": "검증자 인스턴스를 찾을 수 없습니다",
|
|
82
|
+
"invalidId": "인스턴스 ID가 올바르지 않습니다",
|
|
83
|
+
"diskLow": "이 체인, 네트워크, 프로필에 필요한 여유 디스크가 부족합니다",
|
|
84
|
+
"diskUnknownMainnet": "여유 디스크를 측정할 수 없어 메인넷 생성을 거부했습니다",
|
|
85
|
+
"needDocker": "Docker Compose가 필요하지만 찾을 수 없습니다",
|
|
86
|
+
"composeFailed": "docker compose가 실패했습니다",
|
|
87
|
+
"needConfirm": "삭제에는 confirm=인스턴스 ID 또는 CLEAR가 필요합니다",
|
|
88
|
+
"mithrilAdaOnly": "Mithril 복원은 Cardano만 지원합니다",
|
|
89
|
+
"needMithrilConfirm": "Mithril에는 confirm=인스턴스 ID 또는 MITHRIL이 필요합니다",
|
|
90
|
+
"mithrilBlocked": "Mithril docker run이 허용 목록에서 거부되었습니다",
|
|
91
|
+
"mithrilKey": "Mithril genesis 검증 키를 불러올 수 없습니다",
|
|
92
|
+
"mithrilFailed": "Mithril 스냅샷 다운로드가 실패했습니다",
|
|
93
|
+
"pruneFailed": "정리가 실패했습니다",
|
|
94
|
+
"switchNeedStop": "네트워크를 바꾸기 전에 노드를 중지하십시오",
|
|
95
|
+
"switchNeedClear": "네트워크 전환은 체인 데이터를 지웁니다. 인스턴스 ID 또는 CLEAR로 확인하십시오",
|
|
96
|
+
"composeMissing": "Compose 파일을 찾을 수 없습니다",
|
|
97
|
+
"composeNotManaged": "YSK가 관리하지 않는 Compose 파일은 쓰지 않습니다",
|
|
98
|
+
"badDataPath": "데이터 경로는 시스템 경로가 아닌 절대 디렉터리여야 합니다",
|
|
99
|
+
"portInUse": "해당 RPC 포트는 다른 검증자 인스턴스가 사용 중입니다",
|
|
100
|
+
"snapshotUnsupported": "이 체인에는 허용된 스냅샷 원본이 없습니다",
|
|
101
|
+
"snapshotLookup": "공식 스냅샷 포인터를 해석할 수 없습니다",
|
|
102
|
+
"needSnapshotConfirm": "스냅샷 복원에는 confirm=인스턴스 ID 또는 SNAPSHOT이 필요합니다",
|
|
103
|
+
"snapshotBlocked": "스냅샷 docker run이 허용 목록에서 거부되었습니다",
|
|
104
|
+
"snapshotFailed": "스냅샷 다운로드 또는 압축 해제가 실패했습니다"
|
|
105
|
+
},
|
|
106
|
+
"notes": {
|
|
107
|
+
"beta": "이 기능은 Beta입니다. 호스트 변경에는 root와 YSK_EXECUTE=1이 필요합니다.",
|
|
108
|
+
"noKeys": "YSK Server는 스테이킹 키를 생성하거나 저장하지 않습니다.",
|
|
109
|
+
"dockerSoon": "Install and start from this page wizard. Host changes need root and YSK_EXECUTE=1.",
|
|
110
|
+
"dryCreate": "인스턴스 사양과 compose를 썼습니다(dry-run). 컨테이너를 시작하려면 --execute와 YSK_EXECUTE=1을 사용하세요.",
|
|
111
|
+
"dryStart": "시작은 dry-run입니다. --execute와 YSK_EXECUTE=1을 사용하세요.",
|
|
112
|
+
"dryStop": "중지는 dry-run입니다. --execute와 YSK_EXECUTE=1을 사용하세요.",
|
|
113
|
+
"dryClear": "삭제는 dry-run입니다. --execute와 YSK_EXECUTE=1을 사용하세요.",
|
|
114
|
+
"created": "노드를 만들고 compose를 시작했습니다",
|
|
115
|
+
"started": "노드를 시작했습니다",
|
|
116
|
+
"stopped": "노드를 중지했습니다",
|
|
117
|
+
"cleared": "체인 데이터를 지웠습니다",
|
|
118
|
+
"dryMithril": "Mithril 복원은 dry-run입니다. --execute와 YSK_EXECUTE=1을 사용하세요.",
|
|
119
|
+
"mithril": "Mithril 스냅샷을 복원하고 노드를 다시 시작했습니다",
|
|
120
|
+
"dryPrune": "정리는 dry-run입니다. --execute와 YSK_EXECUTE=1을 사용하세요.",
|
|
121
|
+
"pruned": "사용하지 않는 프로젝트 이미지를 정리했습니다",
|
|
122
|
+
"pruneProfile": "클라이언트 원본 정리는 pruned/minimal 프로필입니다. 바꾸려면 다시 만드세요.",
|
|
123
|
+
"sameNetwork": "이미 그 네트워크입니다",
|
|
124
|
+
"drySwitch": "네트워크 전환은 dry-run입니다.",
|
|
125
|
+
"switched": "네트워크를 바꾸고 체인 데이터를 지웠습니다",
|
|
126
|
+
"dryCompose": "compose.yml을 씁니다",
|
|
127
|
+
"composeWrote": "compose.yml을 썼습니다",
|
|
128
|
+
"statsEmpty": "측정할 실행 중 컨테이너가 없습니다",
|
|
129
|
+
"autoClearNone": "자동 삭제할 중지된 인스턴스가 없습니다",
|
|
130
|
+
"drySnapshot": "스냅샷 복원은 dry-run입니다. --execute와 YSK_EXECUTE=1을 사용하세요.",
|
|
131
|
+
"snapshotEthEl": "ethPandaOps EL 아카이브를 복원하고 checkpoint sync를 위해 CL을 재설정했습니다",
|
|
132
|
+
"snapshotEthCl": "CL 데이터를 재설정하고 공식 checkpoint sync를 사용합니다",
|
|
133
|
+
"snapshotNear": "NEAR 데이터를 지웠습니다. compose가 공식 genesis와 epoch sync로 다시 초기화합니다",
|
|
134
|
+
"nativePrune": "클라이언트 원본 정리 명령을 실행했습니다",
|
|
135
|
+
"dryDelete": "Delete is dry-run. Pass --execute and YSK_EXECUTE=1.",
|
|
136
|
+
"deleted": "Node deleted"
|
|
137
|
+
},
|
|
138
|
+
"create": "노드 만들기",
|
|
139
|
+
"wizard": {
|
|
140
|
+
"title": "노드 만들기",
|
|
141
|
+
"back": "뒤로",
|
|
142
|
+
"next": "다음",
|
|
143
|
+
"install": "설치",
|
|
144
|
+
"mainnetWarn": "메인넷은 여유 디스크가 많이 필요합니다(ETH는 종종 800 GiB 이상). 테스트넷을 권장합니다.",
|
|
145
|
+
"mainnetAck": "디스크와 슬래싱 위험을 이해했으며 메인넷을 계속합니다.",
|
|
146
|
+
"heavyWarn": "이 체인은 부하가 큽니다(대용량 디스크와 높은 IOPS). Solana 메인넷은 보통 2 TiB 이상이 필요합니다.",
|
|
147
|
+
"memory": "메모리 한도(예: 4g)",
|
|
148
|
+
"cpus": "CPU 한도(예: 2.0)",
|
|
149
|
+
"dataPath": "데이터 경로(선택)",
|
|
150
|
+
"rpcPort": "RPC 포트(선택)",
|
|
151
|
+
"stepOf": "Step {{n}} / {{total}}",
|
|
152
|
+
"stepChain": "Chain",
|
|
153
|
+
"stepNetwork": "Network",
|
|
154
|
+
"stepProfile": "Profile",
|
|
155
|
+
"stepSummary": "Summary",
|
|
156
|
+
"needDocker": "Docker Engine is not installed. Install it first — this button stays disabled.",
|
|
157
|
+
"diskNeed": "This profile needs about {{need}} · free {{free}}",
|
|
158
|
+
"diskShort": "Not enough free disk for this chain / network / profile",
|
|
159
|
+
"limitNone": "No limit",
|
|
160
|
+
"rpcDefault": "Default",
|
|
161
|
+
"customPath": "Use a custom data path",
|
|
162
|
+
"installConfirmTitle": "Install this node?",
|
|
163
|
+
"installConfirmDesc": "{{chain}} · {{network}} · {{profile}}. About {{disk}} of disk. The image pull can take a long time.",
|
|
164
|
+
"installC1": "Several gigabytes of images may be downloaded.",
|
|
165
|
+
"installC2": "You can cancel the panel task; already-pulled images are not deleted automatically."
|
|
166
|
+
},
|
|
167
|
+
"actions": {
|
|
168
|
+
"detail": "자세히",
|
|
169
|
+
"start": "시작",
|
|
170
|
+
"stop": "중지",
|
|
171
|
+
"restart": "다시 시작",
|
|
172
|
+
"clear": "비우기",
|
|
173
|
+
"upgrade": "업그레이드",
|
|
174
|
+
"clearConfirm": "인스턴스 ID 또는 CLEAR 입력",
|
|
175
|
+
"prune": "이미지 정리",
|
|
176
|
+
"switchNetwork": "네트워크 전환",
|
|
177
|
+
"removeUnit": "compose/인스턴스 기록도 삭제",
|
|
178
|
+
"restoreAfter": "비운 뒤 스냅샷 복원",
|
|
179
|
+
"delete": "Delete",
|
|
180
|
+
"deleteTitle": "Delete {{id}}",
|
|
181
|
+
"deleteDesc": "This removes the node from the panel.",
|
|
182
|
+
"deleteC1": "Docker Compose is stopped and removed",
|
|
183
|
+
"deleteC2": "Chain data on disk is deleted",
|
|
184
|
+
"deleteC3": "The instance record is removed",
|
|
185
|
+
"pruneTitle": "Prune unused images",
|
|
186
|
+
"pruneDesc": "Type the instance id to prune unused Compose images for this node.",
|
|
187
|
+
"pruneC1": "Unused images labelled for this Compose project are deleted.",
|
|
188
|
+
"clearTitle": "Clear {{id}}",
|
|
189
|
+
"clearC1": "Chain data on disk is deleted.",
|
|
190
|
+
"clearC2": "The instance stays in the panel, stopped and empty.",
|
|
191
|
+
"switchTitle": "Switch network",
|
|
192
|
+
"switchC1": "The node is stopped and chain data is wiped before the new network is written."
|
|
193
|
+
},
|
|
194
|
+
"policy": {
|
|
195
|
+
"label": "업그레이드 정책",
|
|
196
|
+
"manual": "수동",
|
|
197
|
+
"notify": "알림",
|
|
198
|
+
"auto-safe": "자동(안전)",
|
|
199
|
+
"auto-all": "자동(모두)"
|
|
200
|
+
},
|
|
201
|
+
"logs": {
|
|
202
|
+
"empty": "아직 로그가 없습니다",
|
|
203
|
+
"follow": "로그 따라가기"
|
|
204
|
+
},
|
|
205
|
+
"compose": {
|
|
206
|
+
"label": "Compose 파일",
|
|
207
|
+
"save": "compose 저장"
|
|
208
|
+
},
|
|
209
|
+
"snapshot": {
|
|
210
|
+
"action": "스냅샷 복원",
|
|
211
|
+
"mithril": "Cardano는 인증 스냅샷 복원에 Mithril을 사용합니다.",
|
|
212
|
+
"eth": "Ethereum 메인넷은 합의 클라이언트의 공식 checkpoint sync로 시작합니다. EL은 snap sync를 계속합니다.",
|
|
213
|
+
"ethEl": "Hoodi/Sepolia는 ethPandaOps EL 아카이브를 복원한 뒤 CL을 checkpoint-sync할 수 있습니다.",
|
|
214
|
+
"avax": "Avalanche는 compose 프로필에서 state-sync를 사용합니다.",
|
|
215
|
+
"near": "공식 무료 NEAR tar 스냅샷은 종료되었습니다. 복원은 데이터를 지우고 공식 genesis와 epoch sync를 사용합니다.",
|
|
216
|
+
"none": "이 체인에는 스냅샷 원본이 설정되어 있지 않습니다."
|
|
217
|
+
},
|
|
218
|
+
"stake": {
|
|
219
|
+
"title": "스테이킹 준비(키는 직접 보관)",
|
|
220
|
+
"offlineKeys": "키는 오프라인에서 만드세요. 패널은 저장하지 않습니다.",
|
|
221
|
+
"deposit": "공식 launchpad에서 예치/등록을 완료하세요.",
|
|
222
|
+
"withdrawal": "출금 자격 증명은 직접 설정하세요.",
|
|
223
|
+
"monitor": "이 페이지에서 디스크, 피어, 업그레이드 배지를 확인하세요."
|
|
224
|
+
},
|
|
225
|
+
"alerts": {
|
|
226
|
+
"diskTitle": "검증자 디스크가 위험합니다",
|
|
227
|
+
"diskBody": "검증자 데이터 볼륨의 여유 공간이 매우 적습니다.",
|
|
228
|
+
"upgradeTitle": "검증자 업그레이드가 있습니다",
|
|
229
|
+
"upgradeBody": "하나 이상의 노드 클라이언트에 더 새로운 고정 버전이 있습니다.",
|
|
230
|
+
"syncTitle": "검증자 노드를 확인하세요",
|
|
231
|
+
"syncBody": "6시간 넘게 동기화 중인 노드가 있거나 오류를 보고했습니다.",
|
|
232
|
+
"rollbackTitle": "검증자 업그레이드를 롤백했습니다",
|
|
233
|
+
"rollbackBody": "{{id}} 업그레이드가 상태 확인에 실패하여 롤백되었습니다."
|
|
234
|
+
},
|
|
235
|
+
"upgrade": {
|
|
236
|
+
"changelog": "변경 기록"
|
|
237
|
+
},
|
|
238
|
+
"readiness": {
|
|
239
|
+
"dockerTitle": "검증자 노드용 Docker",
|
|
240
|
+
"dockerOk": "검증자 인스턴스 {{count}}개; Docker가 설치되어 있습니다",
|
|
241
|
+
"dockerMissing": "검증자 인스턴스가 있지만 docker 명령을 찾을 수 없습니다"
|
|
242
|
+
},
|
|
243
|
+
"detail": {
|
|
244
|
+
"status": "Status",
|
|
245
|
+
"sync": "Sync",
|
|
246
|
+
"peers": "Peers",
|
|
247
|
+
"version": "Version",
|
|
248
|
+
"access": "Access",
|
|
249
|
+
"upgrade": "Updates",
|
|
250
|
+
"upgradeHint": "How this node tracks client versions.",
|
|
251
|
+
"network": "Network",
|
|
252
|
+
"networkHint": "Switching network stops the node and clears chain data. Confirm under Clear data first.",
|
|
253
|
+
"maintain": "Maintenance",
|
|
254
|
+
"danger": "Clear data",
|
|
255
|
+
"dangerHint": "Type the instance id or CLEAR. This deletes chain data on disk.",
|
|
256
|
+
"compose": "Compose",
|
|
257
|
+
"logs": "Logs"
|
|
258
|
+
},
|
|
259
|
+
"state": {
|
|
260
|
+
"unknown": "Unknown",
|
|
261
|
+
"stopped": "Stopped",
|
|
262
|
+
"running": "Running",
|
|
263
|
+
"syncing": "Syncing",
|
|
264
|
+
"error": "Error"
|
|
265
|
+
}
|
|
266
|
+
}
|
package/locales/ko/vnc.json
CHANGED
|
@@ -242,5 +242,14 @@
|
|
|
242
242
|
"stackMissingShort": "미설치",
|
|
243
243
|
"editClientTitle": "원격 클라이언트 편집",
|
|
244
244
|
"editClientDesc": "경로, 호스트 및 선택적으로 저장된 비밀번호를 업데이트합니다.",
|
|
245
|
-
"clientUpdated": "클라이언트 프로필이 업데이트되었습니다."
|
|
245
|
+
"clientUpdated": "클라이언트 프로필이 업데이트되었습니다.",
|
|
246
|
+
"rememberNeedPassword": "먼저 비밀번호를 입력하세요.",
|
|
247
|
+
"settingsNeedStack": "이러한 기본값은 TigerVNC(선택한 경우 XFCE)가 설치된 경우 적용됩니다. 먼저 설치 탭에서 설치하세요.",
|
|
248
|
+
"clientNeedNovnc": "브라우저에서 열려면 noVNC가 필요합니다. 여기에서 열 것으로 예상되는 리모컨을 추가하기 전에 설치 탭에서 설치하세요.",
|
|
249
|
+
"needXfceFirst": "Install XFCE first",
|
|
250
|
+
"needSessionRunning": "Session is not running — start it first",
|
|
251
|
+
"deleteKeepUserWarn": "The Linux user will stay on the host as an orphan. You must clean it up later.",
|
|
252
|
+
"bindRfbLine": "RFB {{bind}} :{{port}}",
|
|
253
|
+
"bindNovncLine": "noVNC 127.0.0.1:{{port}}",
|
|
254
|
+
"bindNovncHint": "noVNC listens on localhost. The desktop is reached through this panel, not the public internet, unless RFB bind is all interfaces."
|
|
246
255
|
}
|
package/locales/ko/vpn.json
CHANGED
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
"pageDesc": "VPN 서버 및 클라이언트",
|
|
3
3
|
"eyebrow": "VPN",
|
|
4
4
|
"tab": {
|
|
5
|
-
"wireguard": "
|
|
6
|
-
"openvpn": "
|
|
7
|
-
"outline": "
|
|
5
|
+
"wireguard": "WireGuard",
|
|
6
|
+
"openvpn": "OpenVPN",
|
|
7
|
+
"outline": "Shadowsocks",
|
|
8
8
|
"client": "로컬 클라이언트",
|
|
9
9
|
"software": "소프트웨어",
|
|
10
10
|
"monitor": "감시 장치",
|
|
@@ -127,5 +127,20 @@
|
|
|
127
127
|
"lanCidrs": "LAN 네트워크",
|
|
128
128
|
"customCidr": "CIDR",
|
|
129
129
|
"addCidr": "추가하다"
|
|
130
|
-
}
|
|
130
|
+
},
|
|
131
|
+
"engineNotInstalled": "이 VPN 엔진이 호스트에 설치되어 있지 않습니다.",
|
|
132
|
+
"serverNotListening": "서버 유닛이 활성 상태가 아닙니다. UDP/TCP {{port}}가 닫혀 있을 수 있습니다.",
|
|
133
|
+
"installEngineFirst": "VPN 엔진을 먼저 설치하세요",
|
|
134
|
+
"portHint": {
|
|
135
|
+
"51820": "기본 WireGuard 수신 포트",
|
|
136
|
+
"51821": "대체 WireGuard 수신 포트",
|
|
137
|
+
"51822": "두 번째 대체 WireGuard 수신 포트"
|
|
138
|
+
},
|
|
139
|
+
"needServerRunning": "{{engine}} is not running — apply the server first",
|
|
140
|
+
"engineSummarySoftware": "{{installed}} installed · {{running}} running",
|
|
141
|
+
"privateKeyOnce": "The client private key is shown only here. Download or copy it now — it cannot be recovered later.",
|
|
142
|
+
"showPrivateKey": "Show private key",
|
|
143
|
+
"hidePrivateKey": "Hide private key",
|
|
144
|
+
"deletePeerTitle": "Delete peer {{name}}?",
|
|
145
|
+
"deletePeerDesc": "Remove {{name}} ({{address}}). The client disconnects immediately and the config cannot be restored."
|
|
131
146
|
}
|
package/locales/pt/agents.json
CHANGED
|
@@ -126,5 +126,15 @@
|
|
|
126
126
|
"labelStderr": "stderr",
|
|
127
127
|
"labelAckCli": "confirmação + CLI JSON",
|
|
128
128
|
"labelStdoutBody": "Corpo padrão da CLI",
|
|
129
|
-
"resultOuterHint": "O resultado externo é CLI --json stdout."
|
|
129
|
+
"resultOuterHint": "O resultado externo é CLI --json stdout.",
|
|
130
|
+
"statusFlowTitle": "Fluxo de status",
|
|
131
|
+
"statusFlow": "Registrado apenas → online → obsoleto (>60 anos) → offline (desconectado). O filtro “Offline” está desconectado.",
|
|
132
|
+
"colSession": "UUID da sessão",
|
|
133
|
+
"copySession": "Copiar UUID de sessão para cluster/CLI --session",
|
|
134
|
+
"staleFor": "Invisível {{age}}",
|
|
135
|
+
"commandTitle": "Enfileirar um comando para esta sessão",
|
|
136
|
+
"historyTitleShort": "Abrir histórico de comandos (somente leitura)",
|
|
137
|
+
"expEdge": "No limite:",
|
|
138
|
+
"noteAllowlist": "Agent tool calls must pass the allowlist.",
|
|
139
|
+
"noteRbacCap": "Agent role is capped at write-low."
|
|
130
140
|
}
|
package/locales/pt/apache.json
CHANGED
|
@@ -53,5 +53,9 @@
|
|
|
53
53
|
"cleanupConflicts": "Limpar resíduos de conflito",
|
|
54
54
|
"cleanupConflictsTitle": "Limpar todos os resíduos de conflito?",
|
|
55
55
|
"cleanupConflictsDesc": "Remova todos os artefatos no disco que entrem em conflito com um projeto ou ServerName independente. As linhas do projeto são mantidas.",
|
|
56
|
-
"artifactRemovedOk": "Configuração residual removida"
|
|
56
|
+
"artifactRemovedOk": "Configuração residual removida",
|
|
57
|
+
"sslTerminatedUpstream": "TLS termina na frente do Nginx",
|
|
58
|
+
"removeArtifactHint": "Apaga só este conf residual em disco. Não elimina o projeto.",
|
|
59
|
+
"sourceOrphan": "Leftover",
|
|
60
|
+
"orphanSite": "Project gone"
|
|
57
61
|
}
|
package/locales/pt/audit.json
CHANGED
|
@@ -22,6 +22,9 @@
|
|
|
22
22
|
"project.publish": "Publicar Nginx",
|
|
23
23
|
"project.suspend": "Suspender projeto",
|
|
24
24
|
"software.install": "Instalar software",
|
|
25
|
-
"software.update": "Atualizar software"
|
|
25
|
+
"software.update": "Atualizar software",
|
|
26
|
+
"backup.restore": "Backup restore",
|
|
27
|
+
"backup.run": "Backup run",
|
|
28
|
+
"backup.delete": "Backup deleted"
|
|
26
29
|
}
|
|
27
30
|
}
|
package/locales/pt/backups.json
CHANGED
|
@@ -129,5 +129,24 @@
|
|
|
129
129
|
"remotePushSub": "Depois que o tar local for bem-sucedido, envie para SFTP, caminho local ou S3",
|
|
130
130
|
"accessKey": "Chave de acesso",
|
|
131
131
|
"secretKey": "Chave secreta",
|
|
132
|
-
"overwriteConfirmHint": "Digite OVERWRITE para confirmar a substituição"
|
|
132
|
+
"overwriteConfirmHint": "Digite OVERWRITE para confirmar a substituição",
|
|
133
|
+
"testRemote": "Testar destino",
|
|
134
|
+
"testRemoteDone": "Sonda remota concluída",
|
|
135
|
+
"testRemoteFailed": "Sonda remota falhou",
|
|
136
|
+
"resticRepoPh": "Diretório de dados do painel / restic-repo",
|
|
137
|
+
"testDisabledHint": "Ative o envio remoto antes de testar.",
|
|
138
|
+
"identityId": "Identidade SSH de saída",
|
|
139
|
+
"identityHint": "Preferido. O mesmo cofre que /security SSH. A senha precisa de sshpass.",
|
|
140
|
+
"identityNone": "Nenhum – senha ou chave padrão",
|
|
141
|
+
"remotePathHint": "Relativo à casa do usuário remoto (ou chroot SFTP). “.” é aquela casa.",
|
|
142
|
+
"restoreFullTitle": "Substitua arquivos de projeto e bancos de dados deste arquivo — digite o nome do arquivo para confirmar",
|
|
143
|
+
"restoreWebTitle": "Restaure arquivos de sites apenas deste arquivo",
|
|
144
|
+
"previewTitle": "Visualizar restauração sem escrever",
|
|
145
|
+
"partialSkipped": "Parcial – alguns projetos ignorados",
|
|
146
|
+
"testRemoteHint": "Connects to the remote host and writes a small probe file. Not read-only.",
|
|
147
|
+
"skippedListHint": "These projects were skipped:",
|
|
148
|
+
"goLogs": "Open logs",
|
|
149
|
+
"goAbout": "Backup notes",
|
|
150
|
+
"skippedPendingOs": "Skipped — OS user / home not provisioned",
|
|
151
|
+
"latestFile": "Latest archive"
|
|
133
152
|
}
|