ysk-server-shared 1.0.0 → 1.1.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +21 -6
- package/dist/browser.d.ts +1 -0
- package/dist/browser.d.ts.map +1 -1
- package/dist/browser.js +1 -0
- package/dist/browser.js.map +1 -1
- package/dist/bt-tracker.d.ts +56 -0
- package/dist/bt-tracker.d.ts.map +1 -1
- package/dist/bt-tracker.js +1 -0
- package/dist/bt-tracker.js.map +1 -1
- package/dist/capabilities.d.ts +1 -1
- package/dist/capabilities.d.ts.map +1 -1
- package/dist/capabilities.js +6 -0
- package/dist/capabilities.js.map +1 -1
- package/dist/cdn.d.ts +2 -0
- package/dist/cdn.d.ts.map +1 -1
- package/dist/databases.d.ts +2 -0
- package/dist/databases.d.ts.map +1 -1
- package/dist/docker.d.ts +134 -0
- package/dist/docker.d.ts.map +1 -0
- package/dist/docker.js +94 -0
- package/dist/docker.js.map +1 -0
- package/dist/dto.d.ts +10 -1
- package/dist/dto.d.ts.map +1 -1
- package/dist/email-domain.d.ts +7 -0
- package/dist/email-domain.d.ts.map +1 -1
- package/dist/files.d.ts +18 -0
- package/dist/files.d.ts.map +1 -1
- package/dist/files.js +35 -1
- package/dist/files.js.map +1 -1
- package/dist/ftp.d.ts +9 -0
- package/dist/ftp.d.ts.map +1 -1
- package/dist/index.d.ts +2 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +2 -0
- package/dist/index.js.map +1 -1
- package/dist/migrate.d.ts +7 -0
- package/dist/migrate.d.ts.map +1 -1
- package/dist/migrate.js.map +1 -1
- package/dist/route-capabilities.d.ts +16 -0
- package/dist/route-capabilities.d.ts.map +1 -1
- package/dist/route-capabilities.js +142 -4
- package/dist/route-capabilities.js.map +1 -1
- package/dist/system.d.ts +4 -0
- package/dist/system.d.ts.map +1 -1
- package/dist/validators.d.ts +178 -0
- package/dist/validators.d.ts.map +1 -0
- package/dist/validators.js +121 -0
- package/dist/validators.js.map +1 -0
- package/locales/ar/agents.json +17 -2
- package/locales/ar/apache.json +7 -1
- package/locales/ar/audit.json +4 -1
- package/locales/ar/backups.json +36 -1
- package/locales/ar/btTracker.json +121 -39
- package/locales/ar/catalog.json +8 -8
- package/locales/ar/cdn.json +89 -1
- package/locales/ar/cli.json +4 -4
- package/locales/ar/common.json +9 -1
- package/locales/ar/cron.json +33 -1
- package/locales/ar/dashboard.json +24 -3
- package/locales/ar/db.json +75 -3
- package/locales/ar/dns.json +23 -1
- package/locales/ar/docker.json +248 -0
- package/locales/ar/email.json +50 -11
- package/locales/ar/errors.json +5 -2
- package/locales/ar/fail2ban.json +38 -13
- package/locales/ar/files.json +53 -10
- package/locales/ar/firewall.json +19 -10
- package/locales/ar/ftp.json +32 -1
- package/locales/ar/hostBrowse.json +37 -15
- package/locales/ar/listToolbar.json +2 -1
- package/locales/ar/login.json +12 -7
- package/locales/ar/logs.json +31 -2
- package/locales/ar/metrics.json +36 -1
- package/locales/ar/migrate.json +27 -1
- package/locales/ar/nav.json +11 -4
- package/locales/ar/network.json +27 -2
- package/locales/ar/nginx.json +4 -1
- package/locales/ar/notFound.json +6 -0
- package/locales/ar/notes.json +252 -64
- package/locales/ar/playbooks.json +1 -1
- package/locales/ar/projects.json +134 -12
- package/locales/ar/protection.json +72 -8
- package/locales/ar/publicFiles.json +18 -1
- package/locales/ar/rbac.json +15 -2
- package/locales/ar/readiness.json +33 -2
- package/locales/ar/redis.json +24 -1
- package/locales/ar/runtime.json +49 -2
- package/locales/ar/search.json +14 -10
- package/locales/ar/security.json +68 -7
- package/locales/ar/serviceExposure.json +18 -6
- package/locales/ar/services.json +69 -3
- package/locales/ar/software.json +2 -1
- package/locales/ar/softwareLifecycle.json +12 -2
- package/locales/ar/ssl.json +12 -1
- package/locales/ar/stackWizard.json +9 -2
- package/locales/ar/support.json +33 -17
- package/locales/ar/system.json +31 -2
- package/locales/ar/systemd.json +3 -1
- package/locales/ar/terminal.json +9 -1
- package/locales/ar/translation.json +2422 -302
- package/locales/ar/updates.json +76 -3
- package/locales/ar/users.json +19 -1
- package/locales/ar/validators.json +325 -0
- package/locales/ar/vnc.json +17 -1
- package/locales/ar/vpn.json +18 -3
- package/locales/bn/agents.json +17 -2
- package/locales/bn/apache.json +7 -1
- package/locales/bn/audit.json +4 -1
- package/locales/bn/backups.json +36 -1
- package/locales/bn/btTracker.json +121 -39
- package/locales/bn/catalog.json +5 -5
- package/locales/bn/cdn.json +89 -1
- package/locales/bn/cli.json +2 -2
- package/locales/bn/common.json +9 -1
- package/locales/bn/cron.json +33 -1
- package/locales/bn/dashboard.json +24 -3
- package/locales/bn/db.json +75 -3
- package/locales/bn/dns.json +23 -1
- package/locales/bn/docker.json +248 -0
- package/locales/bn/email.json +49 -10
- package/locales/bn/errors.json +5 -2
- package/locales/bn/fail2ban.json +26 -1
- package/locales/bn/files.json +53 -10
- package/locales/bn/firewall.json +17 -8
- package/locales/bn/ftp.json +32 -1
- package/locales/bn/hostBrowse.json +37 -15
- package/locales/bn/listToolbar.json +2 -1
- package/locales/bn/login.json +13 -8
- package/locales/bn/logs.json +31 -2
- package/locales/bn/metrics.json +36 -1
- package/locales/bn/migrate.json +27 -1
- package/locales/bn/nav.json +10 -3
- package/locales/bn/network.json +27 -2
- package/locales/bn/nginx.json +4 -1
- package/locales/bn/notFound.json +6 -0
- package/locales/bn/notes.json +222 -34
- package/locales/bn/projects.json +133 -11
- package/locales/bn/protection.json +66 -2
- package/locales/bn/publicFiles.json +18 -1
- package/locales/bn/rbac.json +15 -2
- package/locales/bn/readiness.json +32 -1
- package/locales/bn/redis.json +24 -1
- package/locales/bn/runtime.json +49 -2
- package/locales/bn/search.json +13 -9
- package/locales/bn/security.json +68 -7
- package/locales/bn/serviceExposure.json +18 -6
- package/locales/bn/services.json +68 -2
- package/locales/bn/software.json +2 -1
- package/locales/bn/softwareLifecycle.json +12 -2
- package/locales/bn/ssl.json +12 -1
- package/locales/bn/stackWizard.json +9 -2
- package/locales/bn/support.json +38 -22
- package/locales/bn/system.json +31 -2
- package/locales/bn/systemd.json +3 -1
- package/locales/bn/terminal.json +9 -1
- package/locales/bn/translation.json +2366 -246
- package/locales/bn/updates.json +76 -3
- package/locales/bn/users.json +19 -1
- package/locales/bn/validators.json +325 -0
- package/locales/bn/vnc.json +17 -1
- package/locales/bn/vpn.json +18 -3
- package/locales/en/agents.json +20 -5
- package/locales/en/apache.json +6 -0
- package/locales/en/audit.json +4 -1
- package/locales/en/backups.json +39 -4
- package/locales/en/btTracker.json +85 -3
- package/locales/en/cdn.json +104 -2
- package/locales/en/cli.json +7 -7
- package/locales/en/common.json +9 -1
- package/locales/en/cron.json +33 -1
- package/locales/en/dashboard.json +28 -7
- package/locales/en/db.json +81 -8
- package/locales/en/dns.json +23 -1
- package/locales/en/docker.json +248 -0
- package/locales/en/email.json +50 -11
- package/locales/en/errors.json +6 -3
- package/locales/en/fail2ban.json +31 -6
- package/locales/en/files.json +44 -1
- package/locales/en/firewall.json +10 -1
- package/locales/en/ftp.json +34 -3
- package/locales/en/hostBrowse.json +24 -2
- package/locales/en/listToolbar.json +2 -1
- package/locales/en/login.json +6 -1
- package/locales/en/logs.json +33 -4
- package/locales/en/metrics.json +37 -2
- package/locales/en/migrate.json +27 -1
- package/locales/en/nav.json +9 -2
- package/locales/en/network.json +27 -2
- package/locales/en/nginx.json +4 -1
- package/locales/en/notFound.json +6 -0
- package/locales/en/notes.json +233 -42
- package/locales/en/projects.json +133 -11
- package/locales/en/protection.json +68 -3
- package/locales/en/publicFiles.json +18 -1
- package/locales/en/rbac.json +15 -2
- package/locales/en/readiness.json +30 -1
- package/locales/en/redis.json +24 -1
- package/locales/en/runtime.json +51 -3
- package/locales/en/search.json +4 -0
- package/locales/en/security.json +70 -9
- package/locales/en/serviceExposure.json +13 -1
- package/locales/en/services.json +68 -2
- package/locales/en/software.json +2 -1
- package/locales/en/softwareLifecycle.json +11 -1
- package/locales/en/ssl.json +12 -1
- package/locales/en/stackWizard.json +9 -2
- package/locales/en/support.json +17 -1
- package/locales/en/system.json +36 -7
- package/locales/en/systemd.json +2 -0
- package/locales/en/terminal.json +10 -2
- package/locales/en/translation.json +2312 -192
- package/locales/en/updates.json +50 -4
- package/locales/en/users.json +20 -1
- package/locales/en/validators.json +325 -0
- package/locales/en/vnc.json +23 -7
- package/locales/en/vpn.json +17 -2
- package/locales/es/agents.json +17 -2
- package/locales/es/apache.json +7 -1
- package/locales/es/audit.json +4 -1
- package/locales/es/backups.json +36 -1
- package/locales/es/btTracker.json +119 -37
- package/locales/es/catalog.json +6 -6
- package/locales/es/cdn.json +89 -1
- package/locales/es/cli.json +2 -2
- package/locales/es/common.json +9 -1
- package/locales/es/cron.json +33 -1
- package/locales/es/dashboard.json +24 -3
- package/locales/es/db.json +75 -3
- package/locales/es/dns.json +23 -1
- package/locales/es/docker.json +248 -0
- package/locales/es/email.json +49 -10
- package/locales/es/errors.json +5 -2
- package/locales/es/fail2ban.json +26 -1
- package/locales/es/files.json +52 -9
- package/locales/es/firewall.json +17 -8
- package/locales/es/ftp.json +32 -1
- package/locales/es/hostBrowse.json +35 -13
- package/locales/es/listToolbar.json +2 -1
- package/locales/es/login.json +12 -7
- package/locales/es/logs.json +31 -2
- package/locales/es/metrics.json +36 -1
- package/locales/es/migrate.json +27 -1
- package/locales/es/nav.json +11 -4
- package/locales/es/network.json +27 -2
- package/locales/es/nginx.json +4 -1
- package/locales/es/notFound.json +6 -0
- package/locales/es/notes.json +229 -41
- package/locales/es/projects.json +133 -11
- package/locales/es/protection.json +66 -2
- package/locales/es/publicFiles.json +18 -1
- package/locales/es/rbac.json +15 -2
- package/locales/es/readiness.json +32 -1
- package/locales/es/redis.json +24 -1
- package/locales/es/runtime.json +49 -2
- package/locales/es/search.json +13 -9
- package/locales/es/security.json +68 -7
- package/locales/es/serviceExposure.json +18 -6
- package/locales/es/services.json +68 -2
- package/locales/es/software.json +2 -1
- package/locales/es/softwareLifecycle.json +12 -2
- package/locales/es/ssl.json +12 -1
- package/locales/es/stackWizard.json +9 -2
- package/locales/es/support.json +37 -21
- package/locales/es/system.json +31 -2
- package/locales/es/systemd.json +3 -1
- package/locales/es/terminal.json +9 -1
- package/locales/es/translation.json +2368 -248
- package/locales/es/updates.json +76 -3
- package/locales/es/users.json +19 -1
- package/locales/es/validators.json +325 -0
- package/locales/es/vnc.json +17 -1
- package/locales/es/vpn.json +18 -3
- package/locales/fr/agents.json +17 -2
- package/locales/fr/apache.json +7 -1
- package/locales/fr/audit.json +4 -1
- package/locales/fr/backups.json +36 -1
- package/locales/fr/btTracker.json +118 -36
- package/locales/fr/catalog.json +6 -6
- package/locales/fr/cdn.json +89 -1
- package/locales/fr/cli.json +3 -3
- package/locales/fr/common.json +9 -1
- package/locales/fr/cron.json +33 -1
- package/locales/fr/dashboard.json +24 -3
- package/locales/fr/db.json +75 -3
- package/locales/fr/dns.json +23 -1
- package/locales/fr/docker.json +248 -0
- package/locales/fr/email.json +47 -8
- package/locales/fr/errors.json +5 -2
- package/locales/fr/fail2ban.json +27 -2
- package/locales/fr/files.json +52 -9
- package/locales/fr/firewall.json +13 -4
- package/locales/fr/ftp.json +32 -1
- package/locales/fr/hostBrowse.json +34 -12
- package/locales/fr/listToolbar.json +2 -1
- package/locales/fr/login.json +11 -6
- package/locales/fr/logs.json +31 -2
- package/locales/fr/metrics.json +36 -1
- package/locales/fr/migrate.json +27 -1
- package/locales/fr/nav.json +11 -4
- package/locales/fr/network.json +27 -2
- package/locales/fr/nginx.json +4 -1
- package/locales/fr/notFound.json +6 -0
- package/locales/fr/notes.json +225 -37
- package/locales/fr/projects.json +131 -9
- package/locales/fr/protection.json +66 -2
- package/locales/fr/publicFiles.json +18 -1
- package/locales/fr/rbac.json +15 -2
- package/locales/fr/readiness.json +32 -1
- package/locales/fr/redis.json +25 -2
- package/locales/fr/runtime.json +49 -2
- package/locales/fr/search.json +11 -7
- package/locales/fr/security.json +68 -7
- package/locales/fr/serviceExposure.json +17 -5
- package/locales/fr/services.json +68 -2
- package/locales/fr/software.json +2 -1
- package/locales/fr/softwareLifecycle.json +12 -2
- package/locales/fr/ssl.json +12 -1
- package/locales/fr/stackWizard.json +9 -2
- package/locales/fr/support.json +37 -21
- package/locales/fr/system.json +31 -2
- package/locales/fr/systemd.json +3 -1
- package/locales/fr/terminal.json +9 -1
- package/locales/fr/translation.json +2352 -232
- package/locales/fr/updates.json +76 -3
- package/locales/fr/users.json +19 -1
- package/locales/fr/validators.json +325 -0
- package/locales/fr/vnc.json +17 -1
- package/locales/fr/vpn.json +17 -2
- package/locales/hi/agents.json +17 -2
- package/locales/hi/apache.json +7 -1
- package/locales/hi/audit.json +4 -1
- package/locales/hi/backups.json +36 -1
- package/locales/hi/btTracker.json +121 -39
- package/locales/hi/catalog.json +7 -7
- package/locales/hi/cdn.json +89 -1
- package/locales/hi/cli.json +1 -1
- package/locales/hi/common.json +9 -1
- package/locales/hi/cron.json +33 -1
- package/locales/hi/dashboard.json +24 -3
- package/locales/hi/db.json +75 -3
- package/locales/hi/dns.json +23 -1
- package/locales/hi/docker.json +248 -0
- package/locales/hi/email.json +49 -10
- package/locales/hi/errors.json +5 -2
- package/locales/hi/fail2ban.json +29 -4
- package/locales/hi/files.json +53 -10
- package/locales/hi/firewall.json +17 -8
- package/locales/hi/ftp.json +32 -1
- package/locales/hi/hostBrowse.json +37 -15
- package/locales/hi/listToolbar.json +2 -1
- package/locales/hi/login.json +13 -8
- package/locales/hi/logs.json +31 -2
- package/locales/hi/metrics.json +36 -1
- package/locales/hi/migrate.json +27 -1
- package/locales/hi/nav.json +11 -4
- package/locales/hi/network.json +27 -2
- package/locales/hi/nginx.json +4 -1
- package/locales/hi/notFound.json +6 -0
- package/locales/hi/notes.json +227 -39
- package/locales/hi/projects.json +134 -12
- package/locales/hi/protection.json +67 -3
- package/locales/hi/publicFiles.json +18 -1
- package/locales/hi/rbac.json +16 -3
- package/locales/hi/readiness.json +32 -1
- package/locales/hi/redis.json +24 -1
- package/locales/hi/runtime.json +49 -2
- package/locales/hi/search.json +14 -10
- package/locales/hi/security.json +68 -7
- package/locales/hi/serviceExposure.json +18 -6
- package/locales/hi/services.json +68 -2
- package/locales/hi/software.json +2 -1
- package/locales/hi/softwareLifecycle.json +12 -2
- package/locales/hi/ssl.json +12 -1
- package/locales/hi/stackWizard.json +9 -2
- package/locales/hi/support.json +36 -20
- package/locales/hi/system.json +31 -2
- package/locales/hi/systemd.json +3 -1
- package/locales/hi/terminal.json +9 -1
- package/locales/hi/translation.json +2379 -259
- package/locales/hi/updates.json +76 -3
- package/locales/hi/users.json +19 -1
- package/locales/hi/validators.json +325 -0
- package/locales/hi/vnc.json +17 -1
- package/locales/hi/vpn.json +19 -4
- package/locales/id/agents.json +17 -2
- package/locales/id/apache.json +7 -1
- package/locales/id/audit.json +4 -1
- package/locales/id/backups.json +36 -1
- package/locales/id/btTracker.json +119 -37
- package/locales/id/catalog.json +6 -6
- package/locales/id/cdn.json +89 -1
- package/locales/id/cli.json +2 -2
- package/locales/id/common.json +9 -1
- package/locales/id/cron.json +33 -1
- package/locales/id/dashboard.json +24 -3
- package/locales/id/db.json +75 -3
- package/locales/id/dns.json +23 -1
- package/locales/id/docker.json +248 -0
- package/locales/id/email.json +49 -10
- package/locales/id/errors.json +5 -2
- package/locales/id/fail2ban.json +26 -1
- package/locales/id/files.json +52 -9
- package/locales/id/firewall.json +15 -6
- package/locales/id/ftp.json +32 -1
- package/locales/id/hostBrowse.json +35 -13
- package/locales/id/listToolbar.json +2 -1
- package/locales/id/login.json +13 -8
- package/locales/id/logs.json +31 -2
- package/locales/id/metrics.json +36 -1
- package/locales/id/migrate.json +27 -1
- package/locales/id/nav.json +10 -3
- package/locales/id/network.json +27 -2
- package/locales/id/nginx.json +4 -1
- package/locales/id/notFound.json +6 -0
- package/locales/id/notes.json +224 -36
- package/locales/id/projects.json +132 -10
- package/locales/id/protection.json +66 -2
- package/locales/id/publicFiles.json +18 -1
- package/locales/id/rbac.json +15 -2
- package/locales/id/readiness.json +32 -1
- package/locales/id/redis.json +24 -1
- package/locales/id/runtime.json +49 -2
- package/locales/id/search.json +13 -9
- package/locales/id/security.json +67 -6
- package/locales/id/serviceExposure.json +18 -6
- package/locales/id/services.json +68 -2
- package/locales/id/software.json +2 -1
- package/locales/id/softwareLifecycle.json +12 -2
- package/locales/id/ssl.json +12 -1
- package/locales/id/stackWizard.json +9 -2
- package/locales/id/support.json +36 -20
- package/locales/id/system.json +31 -2
- package/locales/id/systemd.json +3 -1
- package/locales/id/terminal.json +9 -1
- package/locales/id/translation.json +2358 -238
- package/locales/id/updates.json +76 -3
- package/locales/id/users.json +19 -1
- package/locales/id/validators.json +325 -0
- package/locales/id/vnc.json +17 -1
- package/locales/id/vpn.json +18 -3
- package/locales/ja/agents.json +17 -2
- package/locales/ja/apache.json +7 -1
- package/locales/ja/audit.json +4 -1
- package/locales/ja/backups.json +36 -1
- package/locales/ja/btTracker.json +121 -39
- package/locales/ja/catalog.json +10 -10
- package/locales/ja/cdn.json +89 -1
- package/locales/ja/cli.json +3 -3
- package/locales/ja/common.json +9 -1
- package/locales/ja/cron.json +33 -1
- package/locales/ja/dashboard.json +24 -3
- package/locales/ja/db.json +75 -3
- package/locales/ja/dns.json +23 -1
- package/locales/ja/docker.json +248 -0
- package/locales/ja/email.json +49 -10
- package/locales/ja/errors.json +5 -2
- package/locales/ja/fail2ban.json +26 -1
- package/locales/ja/files.json +52 -9
- package/locales/ja/firewall.json +17 -8
- package/locales/ja/ftp.json +32 -1
- package/locales/ja/hostBrowse.json +37 -15
- package/locales/ja/listToolbar.json +2 -1
- package/locales/ja/login.json +11 -6
- package/locales/ja/logs.json +31 -2
- package/locales/ja/metrics.json +36 -1
- package/locales/ja/migrate.json +27 -1
- package/locales/ja/nav.json +13 -6
- package/locales/ja/network.json +28 -3
- package/locales/ja/nginx.json +4 -1
- package/locales/ja/notFound.json +6 -0
- package/locales/ja/notes.json +233 -45
- package/locales/ja/projects.json +133 -11
- package/locales/ja/protection.json +66 -2
- package/locales/ja/publicFiles.json +18 -1
- package/locales/ja/rbac.json +15 -2
- package/locales/ja/readiness.json +32 -1
- package/locales/ja/redis.json +24 -1
- package/locales/ja/runtime.json +50 -3
- package/locales/ja/search.json +12 -8
- package/locales/ja/security.json +68 -7
- package/locales/ja/serviceExposure.json +18 -6
- package/locales/ja/services.json +68 -2
- package/locales/ja/software.json +2 -1
- package/locales/ja/softwareLifecycle.json +12 -2
- package/locales/ja/ssl.json +12 -1
- package/locales/ja/stackWizard.json +9 -2
- package/locales/ja/support.json +38 -22
- package/locales/ja/system.json +31 -2
- package/locales/ja/systemd.json +3 -1
- package/locales/ja/terminal.json +9 -1
- package/locales/ja/translation.json +2385 -265
- package/locales/ja/updates.json +76 -3
- package/locales/ja/users.json +19 -1
- package/locales/ja/validators.json +325 -0
- package/locales/ja/vnc.json +17 -1
- package/locales/ja/vpn.json +18 -3
- package/locales/ko/agents.json +17 -2
- package/locales/ko/apache.json +7 -1
- package/locales/ko/audit.json +4 -1
- package/locales/ko/backups.json +36 -1
- package/locales/ko/btTracker.json +121 -39
- package/locales/ko/catalog.json +8 -8
- package/locales/ko/cdn.json +89 -1
- package/locales/ko/cli.json +2 -2
- package/locales/ko/common.json +9 -1
- package/locales/ko/cron.json +33 -1
- package/locales/ko/dashboard.json +24 -3
- package/locales/ko/db.json +75 -3
- package/locales/ko/dns.json +23 -1
- package/locales/ko/docker.json +248 -0
- package/locales/ko/email.json +49 -10
- package/locales/ko/errors.json +5 -2
- package/locales/ko/fail2ban.json +37 -12
- package/locales/ko/files.json +52 -9
- package/locales/ko/firewall.json +18 -9
- package/locales/ko/ftp.json +32 -1
- package/locales/ko/hostBrowse.json +37 -15
- package/locales/ko/listToolbar.json +2 -1
- package/locales/ko/login.json +10 -5
- package/locales/ko/logs.json +31 -2
- package/locales/ko/metrics.json +36 -1
- package/locales/ko/migrate.json +27 -1
- package/locales/ko/nav.json +11 -4
- package/locales/ko/network.json +27 -2
- package/locales/ko/nginx.json +4 -1
- package/locales/ko/notFound.json +6 -0
- package/locales/ko/notes.json +243 -55
- package/locales/ko/playbooks.json +1 -1
- package/locales/ko/projects.json +134 -12
- package/locales/ko/protection.json +69 -5
- package/locales/ko/publicFiles.json +18 -1
- package/locales/ko/rbac.json +15 -2
- package/locales/ko/readiness.json +33 -2
- package/locales/ko/redis.json +24 -1
- package/locales/ko/runtime.json +49 -2
- package/locales/ko/search.json +13 -9
- package/locales/ko/security.json +68 -7
- package/locales/ko/serviceExposure.json +18 -6
- package/locales/ko/services.json +68 -2
- package/locales/ko/software.json +2 -1
- package/locales/ko/softwareLifecycle.json +12 -2
- package/locales/ko/ssl.json +12 -1
- package/locales/ko/stackWizard.json +9 -2
- package/locales/ko/support.json +36 -20
- package/locales/ko/system.json +31 -2
- package/locales/ko/systemd.json +3 -1
- package/locales/ko/terminal.json +9 -1
- package/locales/ko/translation.json +2404 -284
- package/locales/ko/updates.json +76 -3
- package/locales/ko/users.json +19 -1
- package/locales/ko/validators.json +325 -0
- package/locales/ko/vnc.json +17 -1
- package/locales/ko/vpn.json +19 -4
- package/locales/pt/agents.json +17 -2
- package/locales/pt/apache.json +7 -1
- package/locales/pt/audit.json +4 -1
- package/locales/pt/backups.json +36 -1
- package/locales/pt/btTracker.json +119 -37
- package/locales/pt/catalog.json +4 -4
- package/locales/pt/cdn.json +89 -1
- package/locales/pt/cli.json +2 -2
- package/locales/pt/common.json +9 -1
- package/locales/pt/cron.json +33 -1
- package/locales/pt/dashboard.json +24 -3
- package/locales/pt/db.json +75 -3
- package/locales/pt/dns.json +23 -1
- package/locales/pt/docker.json +248 -0
- package/locales/pt/email.json +49 -10
- package/locales/pt/errors.json +5 -2
- package/locales/pt/fail2ban.json +26 -1
- package/locales/pt/files.json +52 -9
- package/locales/pt/firewall.json +16 -7
- package/locales/pt/ftp.json +32 -1
- package/locales/pt/hostBrowse.json +37 -15
- package/locales/pt/listToolbar.json +2 -1
- package/locales/pt/login.json +14 -9
- package/locales/pt/logs.json +31 -2
- package/locales/pt/metrics.json +36 -1
- package/locales/pt/migrate.json +27 -1
- package/locales/pt/nav.json +10 -3
- package/locales/pt/network.json +27 -2
- package/locales/pt/nginx.json +4 -1
- package/locales/pt/notFound.json +6 -0
- package/locales/pt/notes.json +226 -38
- package/locales/pt/projects.json +131 -9
- package/locales/pt/protection.json +66 -2
- package/locales/pt/publicFiles.json +18 -1
- package/locales/pt/rbac.json +15 -2
- package/locales/pt/readiness.json +32 -1
- package/locales/pt/redis.json +24 -1
- package/locales/pt/runtime.json +49 -2
- package/locales/pt/search.json +11 -7
- package/locales/pt/security.json +68 -7
- package/locales/pt/serviceExposure.json +17 -5
- package/locales/pt/services.json +68 -2
- package/locales/pt/software.json +2 -1
- package/locales/pt/softwareLifecycle.json +12 -2
- package/locales/pt/ssl.json +12 -1
- package/locales/pt/stackWizard.json +9 -2
- package/locales/pt/support.json +36 -20
- package/locales/pt/system.json +31 -2
- package/locales/pt/systemd.json +3 -1
- package/locales/pt/terminal.json +9 -1
- package/locales/pt/translation.json +2358 -238
- package/locales/pt/updates.json +76 -3
- package/locales/pt/users.json +19 -1
- package/locales/pt/validators.json +325 -0
- package/locales/pt/vnc.json +17 -1
- package/locales/pt/vpn.json +17 -2
- package/locales/ur/agents.json +17 -2
- package/locales/ur/apache.json +7 -1
- package/locales/ur/audit.json +4 -1
- package/locales/ur/backups.json +36 -1
- package/locales/ur/btTracker.json +121 -39
- package/locales/ur/catalog.json +6 -6
- package/locales/ur/cdn.json +89 -1
- package/locales/ur/cli.json +2 -2
- package/locales/ur/common.json +9 -1
- package/locales/ur/cron.json +33 -1
- package/locales/ur/dashboard.json +24 -3
- package/locales/ur/db.json +75 -3
- package/locales/ur/dns.json +23 -1
- package/locales/ur/docker.json +248 -0
- package/locales/ur/email.json +49 -10
- package/locales/ur/errors.json +5 -2
- package/locales/ur/fail2ban.json +26 -1
- package/locales/ur/files.json +53 -10
- package/locales/ur/firewall.json +17 -8
- package/locales/ur/ftp.json +32 -1
- package/locales/ur/hostBrowse.json +37 -15
- package/locales/ur/listToolbar.json +2 -1
- package/locales/ur/login.json +13 -8
- package/locales/ur/logs.json +31 -2
- package/locales/ur/metrics.json +36 -1
- package/locales/ur/migrate.json +27 -1
- package/locales/ur/nav.json +10 -3
- package/locales/ur/network.json +27 -2
- package/locales/ur/nginx.json +4 -1
- package/locales/ur/notFound.json +6 -0
- package/locales/ur/notes.json +222 -34
- package/locales/ur/projects.json +133 -11
- package/locales/ur/protection.json +66 -2
- package/locales/ur/publicFiles.json +18 -1
- package/locales/ur/rbac.json +15 -2
- package/locales/ur/readiness.json +32 -1
- package/locales/ur/redis.json +24 -1
- package/locales/ur/runtime.json +49 -2
- package/locales/ur/search.json +13 -9
- package/locales/ur/security.json +68 -7
- package/locales/ur/serviceExposure.json +18 -6
- package/locales/ur/services.json +68 -2
- package/locales/ur/software.json +2 -1
- package/locales/ur/softwareLifecycle.json +12 -2
- package/locales/ur/ssl.json +12 -1
- package/locales/ur/stackWizard.json +9 -2
- package/locales/ur/support.json +37 -21
- package/locales/ur/system.json +31 -2
- package/locales/ur/systemd.json +3 -1
- package/locales/ur/terminal.json +9 -1
- package/locales/ur/translation.json +2367 -247
- package/locales/ur/updates.json +76 -3
- package/locales/ur/users.json +19 -1
- package/locales/ur/validators.json +325 -0
- package/locales/ur/vnc.json +17 -1
- package/locales/ur/vpn.json +19 -4
- package/locales/zh-CN/agents.json +17 -2
- package/locales/zh-CN/apache.json +8 -2
- package/locales/zh-CN/audit.json +4 -1
- package/locales/zh-CN/backups.json +36 -1
- package/locales/zh-CN/btTracker.json +85 -3
- package/locales/zh-CN/catalog.json +2 -2
- package/locales/zh-CN/cdn.json +89 -1
- package/locales/zh-CN/cli.json +5 -5
- package/locales/zh-CN/common.json +9 -1
- package/locales/zh-CN/cron.json +33 -1
- package/locales/zh-CN/dashboard.json +25 -4
- package/locales/zh-CN/db.json +76 -4
- package/locales/zh-CN/dns.json +23 -1
- package/locales/zh-CN/docker.json +248 -0
- package/locales/zh-CN/email.json +49 -10
- package/locales/zh-CN/errors.json +5 -2
- package/locales/zh-CN/fail2ban.json +31 -6
- package/locales/zh-CN/files.json +46 -3
- package/locales/zh-CN/firewall.json +11 -2
- package/locales/zh-CN/ftp.json +32 -1
- package/locales/zh-CN/hostBrowse.json +23 -1
- package/locales/zh-CN/listToolbar.json +2 -1
- package/locales/zh-CN/login.json +6 -1
- package/locales/zh-CN/logs.json +36 -7
- package/locales/zh-CN/metrics.json +36 -1
- package/locales/zh-CN/migrate.json +27 -1
- package/locales/zh-CN/nav.json +10 -3
- package/locales/zh-CN/network.json +28 -3
- package/locales/zh-CN/nginx.json +5 -2
- package/locales/zh-CN/notFound.json +6 -0
- package/locales/zh-CN/notes.json +216 -28
- package/locales/zh-CN/projects.json +130 -8
- package/locales/zh-CN/protection.json +66 -2
- package/locales/zh-CN/publicFiles.json +18 -1
- package/locales/zh-CN/rbac.json +15 -2
- package/locales/zh-CN/readiness.json +33 -2
- package/locales/zh-CN/redis.json +24 -1
- package/locales/zh-CN/runtime.json +50 -3
- package/locales/zh-CN/search.json +5 -1
- package/locales/zh-CN/security.json +68 -7
- package/locales/zh-CN/serviceExposure.json +13 -1
- package/locales/zh-CN/services.json +68 -2
- package/locales/zh-CN/software.json +2 -1
- package/locales/zh-CN/softwareLifecycle.json +12 -2
- package/locales/zh-CN/ssl.json +12 -1
- package/locales/zh-CN/stackWizard.json +9 -2
- package/locales/zh-CN/support.json +18 -2
- package/locales/zh-CN/system.json +32 -3
- package/locales/zh-CN/systemd.json +3 -1
- package/locales/zh-CN/terminal.json +9 -1
- package/locales/zh-CN/translation.json +2273 -153
- package/locales/zh-CN/updates.json +76 -3
- package/locales/zh-CN/users.json +19 -1
- package/locales/zh-CN/validators.json +325 -0
- package/locales/zh-CN/vnc.json +17 -1
- package/locales/zh-CN/vpn.json +19 -4
- package/locales/zh-HK/agents.json +22 -7
- package/locales/zh-HK/apache.json +8 -2
- package/locales/zh-HK/audit.json +4 -1
- package/locales/zh-HK/backups.json +39 -4
- package/locales/zh-HK/btTracker.json +89 -7
- package/locales/zh-HK/catalog.json +2 -2
- package/locales/zh-HK/cdn.json +91 -3
- package/locales/zh-HK/cli.json +15 -15
- package/locales/zh-HK/common.json +9 -1
- package/locales/zh-HK/cron.json +37 -5
- package/locales/zh-HK/dashboard.json +28 -7
- package/locales/zh-HK/db.json +82 -10
- package/locales/zh-HK/dns.json +23 -1
- package/locales/zh-HK/docker.json +248 -0
- package/locales/zh-HK/email.json +64 -25
- package/locales/zh-HK/errors.json +6 -3
- package/locales/zh-HK/fail2ban.json +32 -7
- package/locales/zh-HK/files.json +48 -5
- package/locales/zh-HK/firewall.json +13 -4
- package/locales/zh-HK/ftp.json +34 -3
- package/locales/zh-HK/hostBrowse.json +24 -2
- package/locales/zh-HK/listToolbar.json +2 -1
- package/locales/zh-HK/login.json +7 -2
- package/locales/zh-HK/logs.json +40 -11
- package/locales/zh-HK/metrics.json +38 -3
- package/locales/zh-HK/migrate.json +26 -0
- package/locales/zh-HK/nav.json +12 -5
- package/locales/zh-HK/network.json +32 -7
- package/locales/zh-HK/nginx.json +6 -3
- package/locales/zh-HK/notFound.json +6 -0
- package/locales/zh-HK/notes.json +270 -82
- package/locales/zh-HK/projects.json +143 -21
- package/locales/zh-HK/protection.json +67 -3
- package/locales/zh-HK/publicFiles.json +20 -3
- package/locales/zh-HK/rbac.json +15 -2
- package/locales/zh-HK/readiness.json +35 -4
- package/locales/zh-HK/redis.json +27 -4
- package/locales/zh-HK/runtime.json +58 -11
- package/locales/zh-HK/search.json +5 -1
- package/locales/zh-HK/security.json +79 -18
- package/locales/zh-HK/serviceExposure.json +13 -1
- package/locales/zh-HK/services.json +69 -3
- package/locales/zh-HK/software.json +2 -1
- package/locales/zh-HK/softwareLifecycle.json +12 -2
- package/locales/zh-HK/ssl.json +13 -2
- package/locales/zh-HK/stackWizard.json +10 -3
- package/locales/zh-HK/support.json +22 -6
- package/locales/zh-HK/system.json +36 -7
- package/locales/zh-HK/systemd.json +9 -7
- package/locales/zh-HK/terminal.json +10 -2
- package/locales/zh-HK/translation.json +2475 -355
- package/locales/zh-HK/uiInline.json +3 -3
- package/locales/zh-HK/updates.json +77 -4
- package/locales/zh-HK/users.json +20 -2
- package/locales/zh-HK/validators.json +325 -0
- package/locales/zh-HK/vnc.json +23 -7
- package/locales/zh-HK/vpn.json +23 -8
- package/package.json +8 -9
package/locales/id/notes.json
CHANGED
|
@@ -30,19 +30,53 @@
|
|
|
30
30
|
},
|
|
31
31
|
"ssh": {
|
|
32
32
|
"identityNotFound": "Identitas tidak ditemukan",
|
|
33
|
-
"registrationNotFound": "Pendaftaran tidak ditemukan"
|
|
33
|
+
"registrationNotFound": "Pendaftaran tidak ditemukan",
|
|
34
|
+
"keyOkNologin": "Key accepted. Account has no login shell (nologin) — use SFTP. Treated as PASS.",
|
|
35
|
+
"keyOkSftp": "SFTP pwd berhasil setelah shell SSH ditolak."
|
|
34
36
|
},
|
|
35
37
|
"cdn": {
|
|
36
38
|
"siteNotFound": "Situs CDN tidak ditemukan",
|
|
37
|
-
"nodeMissing": "Node tidak ada"
|
|
39
|
+
"nodeMissing": "Node tidak ada",
|
|
40
|
+
"probe": {
|
|
41
|
+
"timeout": "Hubungkan batas waktu setelah {{ms}}ms ({{detail}}). Rekan mungkin di-firewall.",
|
|
42
|
+
"dns": "Pencarian DNS gagal ({{detail}}).",
|
|
43
|
+
"refused": "Koneksi ditolak setelah {{ms}}ms ({{detail}}). Pelabuhan tertutup atau blok satu arah.",
|
|
44
|
+
"tls": "Verifikasi TLS gagal ({{detail}}).",
|
|
45
|
+
"unreach": "Host tidak dapat dijangkau setelah {{ms}}ms ({{detail}}).",
|
|
46
|
+
"http": "Pemeriksaan HTTP gagal setelah {{ms}}ms ({{detail}})."
|
|
47
|
+
},
|
|
48
|
+
"loopbackOriginRemote": "Asal adalah 127.0.0.1 — yaitu host ini, bukan edge jarak jauh. Tetapkan IP asal yang dapat dijangkau atau bind_ip.",
|
|
49
|
+
"needSshOrFleet": "Tepi jarak jauh memerlukan identitas SSH keluar (atau nama pengguna) atau sesi armada /agents. URL kesehatan saja tidak menerapkan transportasi.",
|
|
50
|
+
"originRemoteRewrite": "Tepi jarak jauh akan menggunakan asal yang dapat dijangkau {{url}} alih-alih loopback.",
|
|
51
|
+
"originRemoteUnknown": "Asal adalah loopback dan tidak ada IP publik/LAN atau bind_ip yang diketahui — apply akan menolak tepi jarak jauh sampai ada yang disetel."
|
|
38
52
|
},
|
|
39
53
|
"backup": {
|
|
40
54
|
"fileNotFound": "File cadangan tidak ditemukan",
|
|
41
55
|
"resticNoPassword": "restic diaktifkan tetapi kata sandi tidak disetel",
|
|
42
|
-
"resticNotInPath": "istirahat tidak di PATH"
|
|
56
|
+
"resticNotInPath": "istirahat tidak di PATH",
|
|
57
|
+
"dbEnvUnreadable": "Tidak dapat membaca .db.env; melewatkan dump SQL.",
|
|
58
|
+
"dbEnvNoName": ".db.env tidak memiliki nama basis data; melewatkan dump SQL.",
|
|
59
|
+
"targetOutside": "Target pemulihan harus berada di dalam rumah proyek atau root file publik.",
|
|
60
|
+
"testUnsaved": "Menguji nilai formulir yang belum disimpan (tidak ditulis ke pengaturan).",
|
|
61
|
+
"testIdentity": "ssh (identity) to {{spec}} ok",
|
|
62
|
+
"sshAuthFailed": "Kunci SSH atau kata sandi ditolak (kunci publik). Pilih identitas keluar atau instal sshpass.",
|
|
63
|
+
"remotePathIsFile": "Jalur jarak jauh {{path}} adalah sebuah file. Gunakan direktori.",
|
|
64
|
+
"remoteMkdirFailed": "Tidak dapat membuat direktori jarak jauh: {{detail}}",
|
|
65
|
+
"sidecarPushed": "Juga mendorong sespan SQL {{name}}",
|
|
66
|
+
"controlPlaneDryRun": "Hanya pratinjau — tidak ada yang tertulis. Di panel, gunakan Pulihkan dan konfirmasikan frasa yang akan ditulis.",
|
|
67
|
+
"controlPlaneNeedConfirm": "Pemulihan bidang kontrol penuh memerlukan frasa konfirmasi RESTORE-CONTROL-PLANE.",
|
|
68
|
+
"controlPlaneRestartAfter": "Mulai ulang API setelah pemulihan berhasil.",
|
|
69
|
+
"movedToTrash": "Moved {{name}} to the recycle bin. Permanent delete after {{days}} days.",
|
|
70
|
+
"restoreNameExists": "Cannot restore {{name}} — a live archive with that name already exists.",
|
|
71
|
+
"restoredFromTrash": "Restored {{name}} from the recycle bin.",
|
|
72
|
+
"trashEmptied": "Permanently deleted {{n}} archive(s) from the recycle bin."
|
|
43
73
|
},
|
|
44
74
|
"redis": {
|
|
45
|
-
"cliMissing": "redis-cli tidak diinstal"
|
|
75
|
+
"cliMissing": "redis-cli tidak diinstal",
|
|
76
|
+
"requirepassAlreadySet": "Redis already has requirepass — not overwritten.",
|
|
77
|
+
"requirepassApplied": "requirepass applied at runtime",
|
|
78
|
+
"requirepassApplyFailed": "Could not CONFIG SET requirepass (will rely on restart + conf)",
|
|
79
|
+
"generatedRequirepass": "Generated Redis password (shown once): {{password}}"
|
|
46
80
|
},
|
|
47
81
|
"nginx": {
|
|
48
82
|
"reloaded": "nginx dimuat ulang",
|
|
@@ -65,7 +99,8 @@
|
|
|
65
99
|
"vsftpdStarted": "vsftpd dimulai",
|
|
66
100
|
"openPortsStep": "Port firewall (manual)",
|
|
67
101
|
"openPortsReminder": "Buka port TCP di firewall host dan grup keamanan cloud: {{ports}}. Penerapan FTPS tidak membuka port untuk Anda.",
|
|
68
|
-
"openPortsPasvHint": "Jika proses masuk berhasil tetapi DAFTAR direktori habis, rentang data PASV diblokir — buka yang lengkap"
|
|
102
|
+
"openPortsPasvHint": "Jika proses masuk berhasil tetapi DAFTAR direktori habis, rentang data PASV diblokir — buka yang lengkap",
|
|
103
|
+
"publicPlaintextBlocked": "Refusing to start public FTP without FTPS. Bind to this host only, enable FTPS with a certificate, or confirm PLAINTEXT to expose cleartext on the public address."
|
|
69
104
|
},
|
|
70
105
|
"deploy": {
|
|
71
106
|
"nodeMissingIsolated": "Biner node hilang untuk penerapan terisolasi: {{path}} — instal Node {{version}} toolchain lalu terapkan ulang. Menolak untuk menulis unit yang akan menjadi 203/EXEC.",
|
|
@@ -83,7 +118,8 @@
|
|
|
83
118
|
"pathOutsideSandbox": "Jalur di luar kotak pasir: {{target}}",
|
|
84
119
|
"notFoundRel": "Tidak ditemukan: {{relPath}}",
|
|
85
120
|
"fileNotFoundRel": "Berkas tidak ditemukan: {{relPath}}",
|
|
86
|
-
"notFoundFrom": "Tidak ditemukan: {{fromPath}}"
|
|
121
|
+
"notFoundFrom": "Tidak ditemukan: {{fromPath}}",
|
|
122
|
+
"alreadyExists": "Sudah ada: {{name}}"
|
|
87
123
|
},
|
|
88
124
|
"dns": {
|
|
89
125
|
"needZoneServerIp": "Masukkan zona dan IP server",
|
|
@@ -119,11 +155,24 @@
|
|
|
119
155
|
"applyDigOk": "PowerDNS BIND: daftar-zona + gali OK",
|
|
120
156
|
"applyDigFail": "Zona terdaftar di conf tetapi penggalian masih kosong/DITOLAK — tidak ada penandaan yang diterapkan",
|
|
121
157
|
"applySyncIncomplete": "Sinkronisasi pengikatan PowerDNS tidak lengkap — file zona hanya pada disk (tidak diterapkan). Perbaiki log EXECUTE/root atau pdns.",
|
|
122
|
-
"writeOnlyHint": "Hanya file zona yang ditulis — PowerDNS tidak akan menjawab sampai memuat/menerapkan register yang diberi nama"
|
|
158
|
+
"writeOnlyHint": "Hanya file zona yang ditulis — PowerDNS tidak akan menjawab sampai memuat/menerapkan register yang diberi nama",
|
|
159
|
+
"noActiveUnit": "No active named/bind9/pdns unit",
|
|
160
|
+
"pdnsUnitRestarts": "pdns unit state/restarts: {{detail}}",
|
|
161
|
+
"port53LoopbackOnly": "Port 53 is only on loopback (systemd-resolved 127.0.0.53) — not a product authoritative nameserver",
|
|
162
|
+
"port53Closed": "Port 53 is not listening (UDP/TCP)",
|
|
163
|
+
"udp53NotPublic": "UDP/53 is not listening on a public address",
|
|
164
|
+
"tcp53NotPublic": "TCP/53 is not listening on a public address",
|
|
165
|
+
"noManagedZones": "No managed zone files under dataDir/dns/zones",
|
|
166
|
+
"pdnsListZones": "PowerDNS list-zones: {{n}}",
|
|
167
|
+
"lookupIgnoredAt": "dig is unavailable — @{{server}} was ignored. Not using the system resolver as that server’s answer.",
|
|
168
|
+
"localAOk": "local A {{name}} → {{ip}}"
|
|
123
169
|
},
|
|
124
170
|
"db": {
|
|
125
171
|
"needExecuteCreate": "Eksekusi host tidak aktif; tidak dapat membuat database dari panel",
|
|
126
|
-
"dryRunMysql": "uji coba: database tidak dibuat. Gunakan --execute dengan YSK_EXECUTE=1 untuk menyediakan"
|
|
172
|
+
"dryRunMysql": "uji coba: database tidak dibuat. Gunakan --execute dengan YSK_EXECUTE=1 untuk menyediakan",
|
|
173
|
+
"remoteNoCreds": "Tidak ada nama pengguna/kata sandi yang disimpan — hanya TCP (pendaftaran bukan login).",
|
|
174
|
+
"remoteReachable": "TCP {{host}}:{{port}} terbuka ({{ms}}ms).",
|
|
175
|
+
"remoteUnreachable": "TCP {{host}}:{{port}} ditutup atau difilter ({{ms}}ms)."
|
|
127
176
|
},
|
|
128
177
|
"net": {
|
|
129
178
|
"invalidIface": "Nama antarmuka tidak valid",
|
|
@@ -204,7 +253,17 @@
|
|
|
204
253
|
"dns": "DNS",
|
|
205
254
|
"email": "E-mail",
|
|
206
255
|
"isolation": "Isolasi proyek",
|
|
207
|
-
"ops": "Operasi"
|
|
256
|
+
"ops": "Operasi",
|
|
257
|
+
"runtimesNode": "Node.js",
|
|
258
|
+
"runtimesPhp": "PHP",
|
|
259
|
+
"runtimesPython": "ular piton",
|
|
260
|
+
"runtimesGo": "Go",
|
|
261
|
+
"pm2": "PM2",
|
|
262
|
+
"runtimesNodeFix": "Instal Node dari /runtimes/node",
|
|
263
|
+
"runtimesPhpFix": "Instal PHP dari /runtimes/php",
|
|
264
|
+
"runtimesPythonFix": "Instal Python dari /runtimes/python",
|
|
265
|
+
"runtimesGoFix": "Instal Go dari /runtimes/go",
|
|
266
|
+
"pm2Fix": "Instal PM2 dari halaman runtime Node"
|
|
208
267
|
},
|
|
209
268
|
"needAdmin": "Izin administrator diperlukan",
|
|
210
269
|
"notInstalled": "Tidak dipasang",
|
|
@@ -477,7 +536,7 @@
|
|
|
477
536
|
"n0259": "domain",
|
|
478
537
|
"n0260": "domain Tidak ditemukan:",
|
|
479
538
|
"n0261": "dovecot reload gagal atau servicenot (saringan Menulis; reload Sukses)",
|
|
480
|
-
"n0262": "pengiriman armada
|
|
539
|
+
"n0262": "uji coba pengiriman armada (tidak diantrekan)",
|
|
481
540
|
"n0263": "dorongan rekan kerja kering (bukan scp)",
|
|
482
541
|
"n0264": "instalasi jarak jauh kering (bukan ssh)",
|
|
483
542
|
"n0265": "transfer uji coba selesai (bootstrap penuh)",
|
|
@@ -486,10 +545,10 @@
|
|
|
486
545
|
"n0268": "uji coba — bukan menulis /etc",
|
|
487
546
|
"n0269": "uji coba: tambahkan --execute terlebih dahulu, terapkan ufw",
|
|
488
547
|
"n0270": "dry-run: inventaris + preflight lolos, bukan paket/transfer",
|
|
489
|
-
"n0271": "
|
|
490
|
-
"n0272": "
|
|
491
|
-
"n0273": "
|
|
492
|
-
"n0274": "
|
|
548
|
+
"n0271": "Uji coba: pemeriksaan/rencana saja. Lewati --execute dengan YSK_EXECUTE=1 untuk benar-benar menyediakan.",
|
|
549
|
+
"n0272": "Uji coba: menulis file yang dikelola (dataDir). Lewati --execute dengan YSK_EXECUTE=1 sebagai root untuk menginstal drop-in sistem.",
|
|
550
|
+
"n0273": "Uji coba: tidak dilarang. Lewati --execute dengan YSK_EXECUTE=1 untuk benar-benar melarang.",
|
|
551
|
+
"n0274": "Uji coba: tidak dilarang. Lewati --execute dengan YSK_EXECUTE=1 untuk benar-benar membatalkan pelarangan.",
|
|
493
552
|
"n0275": "dryRun=true — ubah API",
|
|
494
553
|
"n0276": "dryRun: tidak menulis",
|
|
495
554
|
"n0277": "dump Menulis dataDir, bukan transfer",
|
|
@@ -838,7 +897,7 @@
|
|
|
838
897
|
"n0620": "proses mulai, bukan proses",
|
|
839
898
|
"n0621": "cache op",
|
|
840
899
|
"n0622": "SSL",
|
|
841
|
-
"n0623": "",
|
|
900
|
+
"n0623": "Aktif",
|
|
842
901
|
"n0624": "mengajukan",
|
|
843
902
|
"n0625": "mengajukan",
|
|
844
903
|
"n0626": "simpul wsrep, HA ≥2 simpul",
|
|
@@ -969,7 +1028,7 @@
|
|
|
969
1028
|
"n0751": "direktori cache nginx dan muat ulang (hostnot proxy_cache bisa)",
|
|
970
1029
|
"n0752": "serverdonecertificatetolong",
|
|
971
1030
|
"n0753": "UFW khusus CF yang diterapkan (CF asal + keepport)",
|
|
972
|
-
"n0754": "
|
|
1031
|
+
"n0754": "fail2ban yang diterapkan",
|
|
973
1032
|
"n0755": "Pengaturan yang diterapkan pada sistem Postfix",
|
|
974
1033
|
"n0756": "Diterapkan pada sistem Nginx",
|
|
975
1034
|
"n0757": "Aturan firewall yang diterapkan",
|
|
@@ -1054,7 +1113,7 @@
|
|
|
1054
1113
|
"n0836": "sertifikat, mohon Gagal",
|
|
1055
1114
|
"n0837": "≥ berkas",
|
|
1056
1115
|
"n0838": "pengaturanketahanancadangan",
|
|
1057
|
-
"n0839": "
|
|
1116
|
+
"n0839": "Berhasil berarti target ini menerima BatchMode SSH (non-interaktif). Ini bukan pemberian akses global.",
|
|
1058
1117
|
"n0840": "atau 32767",
|
|
1059
1118
|
"n0841": "perangkat lunak diinstal",
|
|
1060
1119
|
"n0842": "izin/",
|
|
@@ -1214,7 +1273,7 @@
|
|
|
1214
1273
|
"n0996": "nginx lokal -t OK (konf terkelola, ≠ tepi diterapkan)",
|
|
1215
1274
|
"n0997": "wsrep lokal bisa, ukurannya bukan node",
|
|
1216
1275
|
"n0998": "ysk.json lokal tidak dapat membaca/sidik jari",
|
|
1217
|
-
"n0999": "lokal
|
|
1276
|
+
"n0999": "Node lokal baik-baik saja; status sehat lengkap perlu pemeriksaan sejawat (belum selesai).",
|
|
1218
1277
|
"n1000": "nginx lokal — conf Menulis, bukan memuat ulang",
|
|
1219
1278
|
"n1001": "koneksi NM lokal yang tersedia; akanSukses. bisa \"\" atau NetworkManager.",
|
|
1220
1279
|
"n1002": "ps lokal yang tersedia — tidak bisa ()",
|
|
@@ -1810,7 +1869,7 @@
|
|
|
1810
1869
|
"n1590": "",
|
|
1811
1870
|
"n1591": "Bukan root — jalur sistem useradd / systemd / nginx dibatasi",
|
|
1812
1871
|
"n1592": "bukan seccomp membutuhkan runAsUser",
|
|
1813
|
-
"n1593": "
|
|
1872
|
+
"n1593": "Permintaan publik / mnt",
|
|
1814
1873
|
"n1594": "koneksi panel; Tersedia\"\" ( )",
|
|
1815
1874
|
"n1595": "Panel tidak berjalan sebagai root",
|
|
1816
1875
|
"n1596": "Tersedia berlaku: salah",
|
|
@@ -2081,7 +2140,7 @@
|
|
|
2081
2140
|
"t0251": "{{v0}} Penginstalan tidak lengkap",
|
|
2082
2141
|
"t0252": "{{v0}} layanan dimulai",
|
|
2083
2142
|
"t0253": "Mulai gagal: {{v0}}",
|
|
2084
|
-
"t0254": "Mendukung
|
|
2143
|
+
"t0254": "Mendukung Node.js {{v0}}; versi tersedia: {{v1}}",
|
|
2085
2144
|
"t0255": "Mendukung versi PHP {{v0}}; Tersedia: {{v1}}",
|
|
2086
2145
|
"t0256": "Mendukung versi Python {{v0}}; Tersedia: {{v1}}",
|
|
2087
2146
|
"t0257": "Mendukung versi Go {{v0}}; Tersedia: {{v1}}",
|
|
@@ -2203,12 +2262,12 @@
|
|
|
2203
2262
|
"t0373": "Isolasi proyek \"{{v0}}\".",
|
|
2204
2263
|
"t0374": "ke jalur lokal {{v0}}",
|
|
2205
2264
|
"t0375": "identitas {{v0}}: {{v1}}",
|
|
2206
|
-
"t0376": "
|
|
2207
|
-
"t0377": "
|
|
2208
|
-
"t0378": "
|
|
2209
|
-
"t0379": "
|
|
2210
|
-
"t0380": "
|
|
2211
|
-
"t0381": "
|
|
2265
|
+
"t0376": "sftp (identitas) ke {{v0}} berhasil",
|
|
2266
|
+
"t0377": "sftp (identitas) gagal: {{v0}}",
|
|
2267
|
+
"t0378": "sftp ke {{v0}} berhasil",
|
|
2268
|
+
"t0379": "sftp gagal: {{v0}}",
|
|
2269
|
+
"t0380": "sftp ke {{v0}} berhasil",
|
|
2270
|
+
"t0381": "sftp gagal: {{v0}} (bisa set backup remote identityId)",
|
|
2212
2271
|
"t0382": "S3 {{v0}}",
|
|
2213
2272
|
"t0383": "S3 gagal: {{v0}}",
|
|
2214
2273
|
"t0384": ": {{v0}}/{{v1}} admin Mengaktifkan 2FA",
|
|
@@ -2216,7 +2275,7 @@
|
|
|
2216
2275
|
"t0386": "{{v0}} JALUR",
|
|
2217
2276
|
"t0387": "{{v0}} tidak ditemukan",
|
|
2218
2277
|
"t0388": "Instal {{v0}} atau tambahkan ke PATH",
|
|
2219
|
-
"t0389": "Versi
|
|
2278
|
+
"t0389": "Versi tersedia: {{v0}}",
|
|
2220
2279
|
"t0390": "{{v0}}% ( {{v1}}MB)",
|
|
2221
2280
|
"t0391": "{{v0}}% ({{v1}})",
|
|
2222
2281
|
"t0392": "mulai layanan {{v0}}",
|
|
@@ -2459,15 +2518,15 @@
|
|
|
2459
2518
|
"t0629": "proyek {{v0}} rumah: {{v1}}",
|
|
2460
2519
|
"t0630": "proyek {{v0}} bind_ip={{v1}} — bisa ( IP )",
|
|
2461
2520
|
"t0631": "proyek {{v0}} rumah bukan jalur: {{v1}}",
|
|
2462
|
-
"t0632": "
|
|
2521
|
+
"t0632": "Rumah yatim piatu di disk (tidak ada proyek toko yang cocok): {{v0}}",
|
|
2463
2522
|
"t0633": "Direktur Mail: {{v0}}",
|
|
2464
2523
|
"t0634": "{{v0}} — tidak dapat menargetkan",
|
|
2465
2524
|
"t0635": "tidak dapat menyelidiki {{v0}}",
|
|
2466
2525
|
"t0636": "{{v0}} · {{v1}}",
|
|
2467
2526
|
"t0637": "proyek {{v0}} · {{v1}} · DB {{v2}} · Redis {{v3}}",
|
|
2468
|
-
"t0638": "
|
|
2527
|
+
"t0638": "Pasang perangkat lunak {{v0}} · homes {{v1}}",
|
|
2469
2528
|
"t0639": "host peralihan {{v0}}",
|
|
2470
|
-
"t0640": "
|
|
2529
|
+
"t0640": "{{v0}} peringatan — tinjau sebelum peralihan.",
|
|
2471
2530
|
"t0641": "kunci {{v0}}",
|
|
2472
2531
|
"t0642": "tidak dapat mengetik: {{v0}}",
|
|
2473
2532
|
"t0643": "targettidak menulis kunci_otorisasi: {{v0}}",
|
|
@@ -2531,7 +2590,7 @@
|
|
|
2531
2590
|
"t0701": "CDN {{v0}}",
|
|
2532
2591
|
"t0702": "Node pelindung asal tidak ada: {{v0}}",
|
|
2533
2592
|
"t0703": "tepi: {{v0}}",
|
|
2534
|
-
"t0704": "URL asal (): {{v0}}",
|
|
2593
|
+
"t0704": "URL asal (dari ikatan proyek): {{v0}}",
|
|
2535
2594
|
"t0705": "perbarui CDN {{v0}}",
|
|
2536
2595
|
"t0706": "buat CDN {{v0}}",
|
|
2537
2596
|
"t0707": "perisai asal: perisai tepi {{v0}} → {{v1}}",
|
|
@@ -2627,7 +2686,16 @@
|
|
|
2627
2686
|
"t0797": "zona waktu gagal: {{v0}}",
|
|
2628
2687
|
"tScoreFrom": "skor={{score}} dari={{from}}",
|
|
2629
2688
|
"appliedTag": "(terapan)",
|
|
2630
|
-
"writtenTag": "(hanya tertulis)"
|
|
2689
|
+
"writtenTag": "(hanya tertulis)",
|
|
2690
|
+
"selfDestMissing": "Direktori instalasi yang berjalan tidak ditemukan (systemd ExecStart atau cli.js)",
|
|
2691
|
+
"selfDestUnwritable": "Tidak dapat menulis ke direktori instalasi yang berjalan {{v0}}",
|
|
2692
|
+
"selfApplied": "{{v0}} diterapkan ke {{v1}}",
|
|
2693
|
+
"selfVerifyFail": "Berkas versi tidak berisi {{v0}} setelah diterapkan",
|
|
2694
|
+
"selfDownloadFail": "Tidak dapat mengunduh atau mengekstrak paket resmi {{v0}}: {{v1}}",
|
|
2695
|
+
"selfOverlayFail": "Tidak dapat menerapkan paket resmi ke direktori yang berjalan: {{v0}}",
|
|
2696
|
+
"selfUpgradeHint": "Penerapan panel gagal. Sebagai root: curl -fsSL https://raw.githubusercontent.com/yanshekki/ysk-server/main/install.sh | bash -s -- --upgrade",
|
|
2697
|
+
"n1611": "UFW tidak aktif: {{n}} aturan penolakan permanen disimpan di user.rules tetapi kernel tidak menerapkannya.",
|
|
2698
|
+
"n1612": "UFW tidak aktif. Aturan penolakan hanya akan ditulis ke user.rules — kernel tidak akan menghapus paket. Aktifkan UFW terlebih dahulu. Tidak mengaktifkan secara otomatis."
|
|
2631
2699
|
},
|
|
2632
2700
|
"tpl": {
|
|
2633
2701
|
"deleted": "Dihapus {{name}}",
|
|
@@ -2690,7 +2758,7 @@
|
|
|
2690
2758
|
"noParen": "(tidak ada)",
|
|
2691
2759
|
"keepOldDb": "(menyimpan DB lama)",
|
|
2692
2760
|
"ufwNotDetected": "UFW tidak terdeteksi pada host ini",
|
|
2693
|
-
"fail2banStartHint": "Mulai di halaman
|
|
2761
|
+
"fail2banStartHint": "Mulai di halaman fail2ban",
|
|
2694
2762
|
"hasExecuteNotRoot": "EXECUTE aktif tetapi proses bukan root",
|
|
2695
2763
|
"notRootTarget": "Bukan root (target useradd/apt akan diblokir)",
|
|
2696
2764
|
"reapplyDone": "menerapkan kembali langkah-langkah penting yang telah selesai",
|
|
@@ -2857,7 +2925,10 @@
|
|
|
2857
2925
|
"accessReconnectHint": "Klien yang sudah terhubung harus terhubung kembali untuk mengambil rute baru",
|
|
2858
2926
|
"ovpnNatDurable": "OpenVPN NAT/forward diinstal untuk reboot (systemd ExecStartPost).",
|
|
2859
2927
|
"clientFullTunnelProtect": "Klien terowongan penuh terdeteksi (AllowedIPs 0.0.0.0/0). Perlindungan host yang diterapkan sehingga balasan panel/SSH tetap berada di LAN NIC.",
|
|
2860
|
-
"clientFullTunnelHint": "Tip: hanya untuk akses terpisah, atur AllowedIPs ke VPN/LAN CIDRs (bukan 0.0.0.0/0) di konfigurasi, lalu sambungkan kembali."
|
|
2928
|
+
"clientFullTunnelHint": "Tip: hanya untuk akses terpisah, atur AllowedIPs ke VPN/LAN CIDRs (bukan 0.0.0.0/0) di konfigurasi, lalu sambungkan kembali.",
|
|
2929
|
+
"serverStopped": "{{engine}} server berhenti.",
|
|
2930
|
+
"serverStopFailed": "Tidak dapat menghentikan {{engine}} server: {{detail}}",
|
|
2931
|
+
"peersSynced": "Peer list reloaded on the running WireGuard interface."
|
|
2861
2932
|
},
|
|
2862
2933
|
"vnc": {
|
|
2863
2934
|
"needInstall": "Instal {{stack}}",
|
|
@@ -2951,7 +3022,21 @@
|
|
|
2951
3022
|
"clientDeleted": "Profil klien dihapus",
|
|
2952
3023
|
"sessionStartCwd": "Permulaan VNC gagal: direktori kerja tidak dapat diakses oleh pengguna sesi (tampilan :{{display}}). Diperbaiki dengan memulai dari RUMAH.",
|
|
2953
3024
|
"desktopRestarted": "Profil desktop diterapkan dan sesi dimulai ulang ({{desktop}}). Hubungkan kembali VNC/noVNC.",
|
|
2954
|
-
"desktopNeedsStart": "Profil desktop {{desktop}} ditulis ke xstartup. Mulai sesi untuk melamar."
|
|
3025
|
+
"desktopNeedsStart": "Profil desktop {{desktop}} ditulis ke xstartup. Mulai sesi untuk melamar.",
|
|
3026
|
+
"passwordNeedTiger": "vncpasswd tidak ditemukan. Instal TigerVNC (tigervnc-standalone-server) sebelum mengatur kata sandi.",
|
|
3027
|
+
"linuxUserRolledBack": "Menghapus sisa pengguna Linux {{user}} setelah kata sandi VNC gagal.",
|
|
3028
|
+
"linuxUserOrphan": "Tidak dapat menghapus sisa pengguna Linux {{user}} setelah kata sandi VNC gagal.",
|
|
3029
|
+
"sessionStartHostname": "Failed to start display :{{display}}: this host cannot resolve its own hostname. Add the hostname to /etc/hosts (or fix DNS) then start the session again.",
|
|
3030
|
+
"userdelLeftover": "Panel account removed, but Linux user {{user}} is still on the host. Remove it from Users or the host.",
|
|
3031
|
+
"hostnameResolves": "Hostname {{hostname}} resolves.",
|
|
3032
|
+
"hostnameUnresolvable": "This host cannot resolve its own hostname ({{hostname}}). VNC session start will fail until /etc/hosts is fixed.",
|
|
3033
|
+
"hostnameAlreadyResolves": "Hostname {{hostname}} already resolves — /etc/hosts unchanged.",
|
|
3034
|
+
"hostnameWouldAppend": "Would append to /etc/hosts: {{line}}",
|
|
3035
|
+
"hostnameAppended": "Appended to /etc/hosts: {{line}}",
|
|
3036
|
+
"hostnameAppendFailed": "Could not write /etc/hosts: {{detail}}",
|
|
3037
|
+
"skipStartHostname": "Did not start the display — fix hostname resolution first.",
|
|
3038
|
+
"hostnameAliasPresent": "Hostname {{hostname}} is already an exact /etc/hosts alias — not appended again.",
|
|
3039
|
+
"hostnameStillUnresolvable": "Wrote /etc/hosts but {{hostname}} still does not resolve. Confirm nsswitch hosts includes files."
|
|
2955
3040
|
},
|
|
2956
3041
|
"apache": {
|
|
2957
3042
|
"needServerName": "Nama server diperlukan",
|
|
@@ -3001,6 +3086,109 @@
|
|
|
3001
3086
|
"startedDetached": "Pekerja lepas pelacak BT dimulai (pid {{pid}}, port {{port}})",
|
|
3002
3087
|
"runningDetached": "Pelacak berjalan sebagai pekerja terpisah (pid {{pid}})",
|
|
3003
3088
|
"jobQueued": "Pembuatan torrent BT dalam antrean (bagian besar)",
|
|
3004
|
-
"jobRunning": "Pembuatan torrent BT berjalan"
|
|
3089
|
+
"jobRunning": "Pembuatan torrent BT berjalan",
|
|
3090
|
+
"libraryAdded": "Menambahkan {{name}} ke perpustakaan WebTorrent",
|
|
3091
|
+
"libraryInspectFailed": "Tidak dapat membaca .torrent atau magnet itu",
|
|
3092
|
+
"libraryDup": "Torrent itu sudah ada di perpustakaan",
|
|
3093
|
+
"libraryDestBad": "Folder penyimpanan bukan jalur File yang valid",
|
|
3094
|
+
"libraryTorrentTooBig": "File .torrent lebih besar dari 8 MiB",
|
|
3095
|
+
"libraryNotFound": "Item perpustakaan tidak ditemukan",
|
|
3096
|
+
"libraryPaused": "Dijeda",
|
|
3097
|
+
"libraryResumed": "Dilanjutkan",
|
|
3098
|
+
"libraryRemoved": "Dihapus dari perpustakaan",
|
|
3099
|
+
"libraryFilesRemoved": "Menghapus file yang diunduh",
|
|
3100
|
+
"libraryRestoreDone": "Pemulihan perpustakaan: dimulai {{started}}/{{attempted}} (gagal {{failed}})",
|
|
3101
|
+
"applyTrackersDone": "Menerapkan pelacak tambahan ke {{n}} slot pengumuman langsung",
|
|
3102
|
+
"libraryNeedServe": "Disimpan. Buka panel (ysk-server serve) sehingga WebTorrent dapat mengunduh atau melakukan seed.",
|
|
3103
|
+
"libraryDestIsFile": "Tidak dapat membuat folder bernama {{name}} — file dengan nama tersebut sudah ada.",
|
|
3104
|
+
"librarySeedMissing": "Tidak ada file yang cocok di folder itu untuk diunggulkan.",
|
|
3105
|
+
"libraryWaitingPeers": "Menunggu rekan-rekan. Jika file sudah ada di host ini, tambahkan lagi dan pilih seed yang ada."
|
|
3106
|
+
},
|
|
3107
|
+
"leftover": {
|
|
3108
|
+
"staleCliTitle": "CLI sisa yang basi",
|
|
3109
|
+
"staleCli": "CLI yang tersisa masih ada: {{path}} (produk yang berjalan {{version}}). PATH mungkin lebih menyukainya. Hapus dengan: rm -f {{path}}",
|
|
3110
|
+
"apacheDefaultTitle": "Situs default sisa Apache",
|
|
3111
|
+
"apacheDefault": "Apache 000-default masih diaktifkan. Itu adalah file situs stok — ini tidak berarti Apache mendengarkan di publik :80 (YSK Apache diharapkan pada 127.0.0.1:8080). Overlay tidak menonaktifkannya. Terapkan Apache dari panel atau hosting apache apply --execute.",
|
|
3112
|
+
"nginxCatchAllTitle": "Nginx penampung semuanya hilang",
|
|
3113
|
+
"nginxCatchAll": "ysk-000-default.conf tidak ada di /etc/nginx/conf.d. SNI yang tidak diketahui bisa gagal. Jalankan proyek nginx-sync --execute.",
|
|
3114
|
+
"vsftpdTitle": "unit vsftpd gagal",
|
|
3115
|
+
"vsftpd": "vsftpd gagal. Overlay tidak menulis ulang mendengarkan/listen_ipv6. Terapkan FTP dari panel.",
|
|
3116
|
+
"dovecotTitle": "Dovecot TLS menunjuk pada sertifikat yang hilang",
|
|
3117
|
+
"dovecot": "Dovecot ssl_cert menunjukkan {{path}} yang hilang. Overlay tidak menulis ulang ssl=no. Terapkan TLS email setelah menerbitkan sertifikat, atau terapkan tumpukan email.",
|
|
3118
|
+
"overlayDoesNotHeal": "Hamparan produk tidak menulis ulang nginx, Apache, vsftpd, atau Dovecot. Gunakan perintah apply yang terdaftar (root + YSK_EXECUTE=1).",
|
|
3119
|
+
"readinessTitle": "Tuan rumah sisa makanan setelah overlay",
|
|
3120
|
+
"readinessClean": "Tidak ada sisa default Apache, nginx catch-all yang hilang, vsftpd yang gagal, atau CLI basi yang terdeteksi.",
|
|
3121
|
+
"staleCliRemoved": "CLI sisa {{path}} dihapus.",
|
|
3122
|
+
"staleCliRemoveFailed": "Gagal menghapus CLI sisa {{path}}: {{detail}}",
|
|
3123
|
+
"vsftpdSslOff": "Sertifikat FTPS tidak ada: vsftpd disetel ssl_enable=NO lalu dimulai ulang.",
|
|
3124
|
+
"dovecotSslOff": "{{path}} tidak ada: Dovecot disetel ssl=no lalu dimulai ulang.",
|
|
3125
|
+
"nginxRemoved": "Removed leftover nginx conf {{path}}.",
|
|
3126
|
+
"nginxNotLeftover": "Not a leftover public-files conf — refuse delete.",
|
|
3127
|
+
"nginxUnusedKeep": "000-default is unused, not leftover — not deleted.",
|
|
3128
|
+
"nginxSystemCopy": "System copy still present: {{path}}. Needs YSK_EXECUTE + root to remove.",
|
|
3129
|
+
"nginxReloadFailed": "nginx -t or reload failed after removing {{path}}.",
|
|
3130
|
+
"executeStaleCli": "Pass --execute (root + YSK_EXECUTE=1) to remove stale CLI bins.",
|
|
3131
|
+
"executeMissingTls": "Pass --execute (root + YSK_EXECUTE=1) to disable missing-cert TLS so vsftpd/Dovecot can start.",
|
|
3132
|
+
"executeGeneric": "Pass --execute (root + YSK_EXECUTE=1) to apply leftover cleanup for the findings above."
|
|
3133
|
+
},
|
|
3134
|
+
"git": {
|
|
3135
|
+
"missingBin": "git tidak ada di PATH",
|
|
3136
|
+
"auth": "Otentikasi gagal. Tambahkan kunci penerapan atau token HTTPS.",
|
|
3137
|
+
"hostkey": "Verifikasi kunci host SSH gagal. Konfirmasikan dan sematkan kunci host.",
|
|
3138
|
+
"dirty": "Pohon yang berfungsi memiliki {{count}} perubahan lokal. Tarikan diblokir.",
|
|
3139
|
+
"diverged": "Tidak dapat mempercepat. Reset ke referensi jarak jauh jika Anda ingin membuang riwayat Git lokal.",
|
|
3140
|
+
"missingRef": "Cabang, tag, atau komit itu tidak ada di remote.",
|
|
3141
|
+
"shallow": "Klon ini dangkal. Ambil riwayat lengkap sebelum menyematkan komitmen lama.",
|
|
3142
|
+
"notRepo": "app/ belum merupakan repositori Git.",
|
|
3143
|
+
"unrelated": "Sejarah yang tidak berhubungan. Klon ulang hanya setelah konfirmasi — file khusus akan hilang.",
|
|
3144
|
+
"lock": "Git index.lock hadir. Hapus hanya jika tidak ada proses git yang berjalan.",
|
|
3145
|
+
"disk": "Disk penuh atau kuota terlampaui.",
|
|
3146
|
+
"timeout": "Waktu Git habis.",
|
|
3147
|
+
"network": "Kesalahan jaringan saat berbicara dengan remote.",
|
|
3148
|
+
"lfs": "Repo ini menggunakan Git LFS dan git-lfs tidak tersedia.",
|
|
3149
|
+
"submodule": "Pembaruan submodul gagal.",
|
|
3150
|
+
"unknown": "Git gagal. Lihat keluaran perintah.",
|
|
3151
|
+
"fetchOk": "Diambil dari asal.",
|
|
3152
|
+
"checkoutOk": "Sudah diperiksa {{ref}}.",
|
|
3153
|
+
"resetOk": "Setel ulang dengan susah payah ke {{ref}}.",
|
|
3154
|
+
"envRestored": "Memulihkan app/.env dari bidang kontrol.",
|
|
3155
|
+
"needPinHost": "Kunci host SSH tidak disematkan. Pindai dan sematkan sebelum mengkloning atau mengambil.",
|
|
3156
|
+
"tokenSaved": "Token HTTPS disimpan (tidak pernah ditampilkan lagi).",
|
|
3157
|
+
"tokenCleared": "Token HTTPS dihapus.",
|
|
3158
|
+
"tokenInvalid": "Token minimal harus terdiri dari 8 karakter.",
|
|
3159
|
+
"deployKeyCreated": "Kunci penerapan telah dibuat. Tambahkan kunci publik pada host Git.",
|
|
3160
|
+
"deployKeyCleared": "Kunci penerapan terlepas dari proyek ini.",
|
|
3161
|
+
"hostPinned": "Kunci host SSH yang disematkan untuk {{host}}.",
|
|
3162
|
+
"hostUnpinned": "Menghapus kunci host SSH yang disematkan.",
|
|
3163
|
+
"hostScanFailed": "ssh-keyscan tidak mengembalikan kunci untuk host itu.",
|
|
3164
|
+
"hookEnabled": "Kait Git masuk aktif. Tempel sendiri URL tersebut ke GitHub, Gitea, atau GitLab.",
|
|
3165
|
+
"hookDisabled": "Kait Git masuk tidak aktif. URL tidak akan disinkronkan.",
|
|
3166
|
+
"hookSecretOnce": "Salin rahasia kait ini sekarang. Itu tidak ditampilkan lagi.",
|
|
3167
|
+
"refsNeedUrl": "Masukkan URL Git terlebih dahulu.",
|
|
3168
|
+
"refsOk": "Memuat {{branches}} cabang dan {{tags}} tag.",
|
|
3169
|
+
"refsEmpty": "Remote yang diiklankan tidak ada cabang atau tag.",
|
|
3170
|
+
"diffEmpty": "Tidak ada perbedaan yang tidak dipentaskan (tidak termasuk .env yang dilindungi)."
|
|
3171
|
+
},
|
|
3172
|
+
"migrate": {
|
|
3173
|
+
"orphanConfirm": "Ketik jalur beranda sisa yang tepat untuk mengonfirmasi penghapusan.",
|
|
3174
|
+
"orphanStillInStore": "Rumah itu masih milik proyek di toko.",
|
|
3175
|
+
"orphanMissing": "Jalur tidak ada di disk: {{path}}",
|
|
3176
|
+
"orphanNeedExecute": "Akan menghapus sisa {{path}}. Membutuhkan YSK_EXECUTE=1.",
|
|
3177
|
+
"orphanRmFailed": "Tidak dapat menghapus sisa rumah: {{detail}}",
|
|
3178
|
+
"orphanRemoved": "Menghapus sisa proyek rumah {{path}}."
|
|
3179
|
+
},
|
|
3180
|
+
"defense": {
|
|
3181
|
+
"panelReqLabel": "Permintaan panel / mnt",
|
|
3182
|
+
"panelReqExcluded": "Lalu lintas panel yang diautentikasi — ditampilkan di sini, tidak dihitung dalam skor ancaman",
|
|
3183
|
+
"tcpOk": "TCP {{target}} dapat dijangkau",
|
|
3184
|
+
"tcpFail": "TCP {{target}} gagal",
|
|
3185
|
+
"dnsDegraded": "Jalur DNS terdegradasi",
|
|
3186
|
+
"reqRateHigh": "Tingkat permintaan publik {{reqs}}/mnt ≥ {{threshold}}",
|
|
3187
|
+
"ddosHeuristic": "Tingkat permintaan publik yang tinggi ditambah kegagalan pemeriksaan tepi"
|
|
3188
|
+
},
|
|
3189
|
+
"publicFiles": {
|
|
3190
|
+
"liveConf": "Konf Nginx yang aktif: {{path}}",
|
|
3191
|
+
"publicRoot": "Akar publik: {{path}}",
|
|
3192
|
+
"confNameStale": "Berkas {{file}} tidak cocok dengan server_name saat ini {{serverName}}. Terapkan ulang berkas publik untuk mengganti nama."
|
|
3005
3193
|
}
|
|
3006
3194
|
}
|
package/locales/id/projects.json
CHANGED
|
@@ -62,7 +62,8 @@
|
|
|
62
62
|
"deployTitle": "Berikutnya: Terapkan",
|
|
63
63
|
"deployBody": "Gunakan Deploy di header, atau tab Deploy untuk Git.",
|
|
64
64
|
"nginxTitle": "Berikutnya: Publikasikan Nginx",
|
|
65
|
-
"nginxBody": "Buka tab Jaringan untuk mempublikasikan Nginx (SSL opsional)."
|
|
65
|
+
"nginxBody": "Buka tab Jaringan untuk mempublikasikan Nginx (SSL opsional).",
|
|
66
|
+
"provisionOsAction": "Create system user"
|
|
66
67
|
},
|
|
67
68
|
"healthDetail": {
|
|
68
69
|
"none": "Belum ada pemeriksaan kesehatan",
|
|
@@ -72,7 +73,12 @@
|
|
|
72
73
|
"httpStatus": "HTTP",
|
|
73
74
|
"latency": "Latensi",
|
|
74
75
|
"error": "Kesalahan",
|
|
75
|
-
"at": "Diperiksa di"
|
|
76
|
+
"at": "Diperiksa di",
|
|
77
|
+
"deployMode": "Deploy mode",
|
|
78
|
+
"edgeKind": "Edge",
|
|
79
|
+
"goLiveOk": "Go-live",
|
|
80
|
+
"goLiveAt": "Go-live at",
|
|
81
|
+
"degraded": "Degraded"
|
|
76
82
|
},
|
|
77
83
|
"railPhp": "PHP / situs",
|
|
78
84
|
"railStatic": "Situs statis",
|
|
@@ -505,12 +511,12 @@
|
|
|
505
511
|
"php": "PHP",
|
|
506
512
|
"node": "Node.js",
|
|
507
513
|
"static": "Statis",
|
|
508
|
-
"python": "
|
|
509
|
-
"go": "
|
|
510
|
-
"rust": "
|
|
511
|
-
"java": "
|
|
514
|
+
"python": "ular piton",
|
|
515
|
+
"go": "Pergi",
|
|
516
|
+
"rust": "Karat",
|
|
517
|
+
"java": "Jawa",
|
|
512
518
|
"kotlin": "Kotlin",
|
|
513
|
-
"bun": "
|
|
519
|
+
"bun": "Sanggul"
|
|
514
520
|
},
|
|
515
521
|
"netCacheTitle": "Cache",
|
|
516
522
|
"logsDeepAccess": "Pusat log · akses",
|
|
@@ -547,14 +553,130 @@
|
|
|
547
553
|
"netPublishMaint": "Pemeliharaan",
|
|
548
554
|
"sslNeedDomain": "Tetapkan domain sebelum menerbitkan Nginx / SSL.",
|
|
549
555
|
"createTemplateMissing": "{{v0}} ; 「— —」。",
|
|
550
|
-
"deleteDialogDesc": "「{{
|
|
556
|
+
"deleteDialogDesc": "「{{name}}」。。",
|
|
551
557
|
"deleteWillStop": "sistemd / PM2 /",
|
|
552
558
|
"deleteWillWeb": "Nginx conf, kumpulan PHP-FPM, Apache vhost ()",
|
|
553
559
|
"deleteWillOs": "Linux rumah ()",
|
|
554
560
|
"deleteKeepOs": "rumah Linux ()",
|
|
555
561
|
"deleteWillDb": "…",
|
|
556
562
|
"deleteRemoveFilesDesc": "Membatalkan,",
|
|
557
|
-
"deleteTypeNameHint": "「{{
|
|
563
|
+
"deleteTypeNameHint": "「{{name}}」",
|
|
558
564
|
"deleteDnsWarn": "Zona / domain DNS 。",
|
|
559
|
-
"manageInNginx": "Kelola di Nginx"
|
|
565
|
+
"manageInNginx": "Kelola di Nginx",
|
|
566
|
+
"advFtpHomeApp": "Direktori app situs",
|
|
567
|
+
"advFtpHomeRoot": "Home proyek (penuh)",
|
|
568
|
+
"advFtpManage": "Buka halaman FTP",
|
|
569
|
+
"listDesc": "Kelola situs di host ini.",
|
|
570
|
+
"resShell": "cangkang masuk",
|
|
571
|
+
"resSaveHint": "Simpan dan terapkan perubahan OS langsung. Bidang kontrol hanya menyimpan formulir. Mendaftar ulang menggunakan nilai yang terakhir disimpan.",
|
|
572
|
+
"resBashConfirmTitle": "Izinkan pesta interaktif?",
|
|
573
|
+
"resBashConfirmDesc": "Ini memberikan shell login interaktif kepada pengguna proyek. Konfirmasikan hanya jika Anda memerlukan SSH atau PTY sebagai pengguna tersebut.",
|
|
574
|
+
"noPathSepHint": "Nama tidak boleh mengandung / atau \\.",
|
|
575
|
+
"createGitHint": "Opsional. Disimpan di proyek; clone dari tab Deploy (tidak mengkloning saat dibuat).",
|
|
576
|
+
"gitBranch": "Cabang",
|
|
577
|
+
"gitBranchHint": "Branch or tag. Empty uses the remote default. First clone is shallow (depth 1).",
|
|
578
|
+
"gitLastRef": "Sinkronisasi terakhir: {{branch}} @ {{commit}}",
|
|
579
|
+
"gitConfirmTitle": "Kloning ke proyek ini?",
|
|
580
|
+
"gitConfirmBody": "Jika app/ masih merupakan placeholder Hello World maka akan dihapus, lalu dikloning. File khusus yang bukan scaffold YSK ditolak.",
|
|
581
|
+
"runtimeActual": "Biner sebenarnya {{path}}",
|
|
582
|
+
"gitConfirmRemoteBody": "Ini mengarahkan asal ke URL baru dan menariknya. Sejarah yang tidak berhubungan gagal; file khusus tidak dihapus.",
|
|
583
|
+
"runtimeFallback": "Terpilih {{version}} tidak ada pada host ini. Proses menggunakan {{path}}.",
|
|
584
|
+
"gitSync": "Sinkronisasi",
|
|
585
|
+
"gitFetch": "Mengambil",
|
|
586
|
+
"gitCheckout": "Check-out",
|
|
587
|
+
"gitReset": "Setel ulang ke jarak jauh",
|
|
588
|
+
"gitDeepen": "Ambil riwayat lengkap",
|
|
589
|
+
"gitLogTitle": "Komitmen terbaru",
|
|
590
|
+
"gitDirtyTitle": "Perubahan lokal memblokir tarikan",
|
|
591
|
+
"gitDirtyBody": "{{count}} file berbeda dari Git (Pengeditan file atau aplikasi). Buang atau batalkan.",
|
|
592
|
+
"gitDiscard": "Buang file lokal",
|
|
593
|
+
"gitOpenFiles": "Buka di File",
|
|
594
|
+
"gitNotCloned": "Tidak dikloning",
|
|
595
|
+
"gitClean": "Membersihkan",
|
|
596
|
+
"gitDirty": "Kotor",
|
|
597
|
+
"gitBehind": "Di belakang {{count}}",
|
|
598
|
+
"gitAhead": "Depan {{count}}",
|
|
599
|
+
"gitDetached": "Disematkan",
|
|
600
|
+
"gitShallow": "Dangkal",
|
|
601
|
+
"gitMissing": "git hilang",
|
|
602
|
+
"gitResetConfirmTitle": "Reset susah ke remote?",
|
|
603
|
+
"gitResetConfirmBody": "Tindakan ini membuang riwayat Git lokal dan file yang tidak terlacak kecuali .env, lalu memulihkan .env dari bidang kontrol.",
|
|
604
|
+
"gitHeads": "Cabang terpencil",
|
|
605
|
+
"gitToken": "token HTTPS",
|
|
606
|
+
"gitTokenHint": "Personal access token. Stored encrypted; never written into the remote URL.",
|
|
607
|
+
"gitTokenPlaceholder": "ghp_… atau glpat-…",
|
|
608
|
+
"gitTokenSet": "Kumpulan token",
|
|
609
|
+
"gitSaveToken": "Simpan token",
|
|
610
|
+
"gitClearToken": "Hapus tanda",
|
|
611
|
+
"gitDeployKey": "Terapkan kunci publik",
|
|
612
|
+
"gitDeployKeyHint": "Tambahkan ini sebagai kunci penerapan read-only pada host Git.",
|
|
613
|
+
"gitDeployKeyOn": "Sebarkan kunci",
|
|
614
|
+
"gitMakeKey": "Buat kunci penerapan",
|
|
615
|
+
"gitCopyPub": "Salin kunci publik",
|
|
616
|
+
"gitClearKey": "Hapus kunci penerapan",
|
|
617
|
+
"gitKeyCopied": "Kunci publik disalin",
|
|
618
|
+
"gitPinHost": "Sematkan kunci host",
|
|
619
|
+
"gitPinHostBody": "{{host}} tidak disematkan. Konfirmasikan sidik jarinya, lalu sematkan sebelum klon SSH.",
|
|
620
|
+
"gitHostUnpinned": "Kunci host tidak disematkan",
|
|
621
|
+
"gitHookTitle": "Inbound hook",
|
|
622
|
+
"gitHookHint": "Paste POST /api/v1/hooks/git/<id> into GitHub / Gitea / GitLab yourself (push events). Not Slack. Secret is HMAC or X-YSK-Git-Hook.",
|
|
623
|
+
"gitHookOn": "Hook on",
|
|
624
|
+
"gitHookOff": "Hook off",
|
|
625
|
+
"gitHookEnable": "Enable hook",
|
|
626
|
+
"gitHookRotate": "Putar rahasia",
|
|
627
|
+
"gitHookDisable": "Disable hook",
|
|
628
|
+
"gitHookSecretOnce": "Copy this secret now — it is not stored in the page after you leave.",
|
|
629
|
+
"gitHookCopyUrl": "Copy URL",
|
|
630
|
+
"gitHookCopySecret": "Salin rahasia",
|
|
631
|
+
"gitHookCopied": "Disalin",
|
|
632
|
+
"gitHookSetup": "Add the webhook yourself. Payload URL = the URL above. Content type application/json. Events: push only. Secret = the one-time value.",
|
|
633
|
+
"gitHookGithub": "GitHub: Settings → Webhooks → Add webhook. Content type application/json. Events: Just the push event. GitHub.com requires HTTPS.",
|
|
634
|
+
"gitHookGitea": "Gitea: Settings → Webhooks → Add Webhook → Gitea. HTTP Method POST. Push events.",
|
|
635
|
+
"gitHookGitlab": "GitLab: Settings → Webhooks. Trigger: Push events. Secret token = the hook secret (sent as X-Gitlab-Token).",
|
|
636
|
+
"gitHookHonesty": "The host unit must have YSK_EXECUTE=1. Without it the hook answers but does not clone or deploy.",
|
|
637
|
+
"gitHookSkipOther": "Pushes to other branches are ignored. Only the project ref syncs.",
|
|
638
|
+
"gitAuthHttps": "token HTTPS",
|
|
639
|
+
"gitAuthSsh": "Kunci penerapan SSH",
|
|
640
|
+
"gitLoadRefs": "Memuat cabang",
|
|
641
|
+
"gitRefDefault": "Default jarak jauh",
|
|
642
|
+
"gitRefBranches": "Cabang",
|
|
643
|
+
"gitRefTags": "Tag",
|
|
644
|
+
"gitRefOther": "Referensi lainnya…",
|
|
645
|
+
"gitRefCustom": "Komit atau ref",
|
|
646
|
+
"gitRefsNeedUrl": "Masukkan URL terlebih dahulu.",
|
|
647
|
+
"gitRefsNeedAuth": "Simpan token atau terapkan kunci, lalu muat cabang.",
|
|
648
|
+
"gitRefsHint": "Dimuat dari jarak jauh. Pilih salah satu — jangan mengetik.",
|
|
649
|
+
"gitHookSetupToggle": "Bagaimana cara menempelkan ini",
|
|
650
|
+
"gitHookOneLiner": "HMAC atau X-YSK-Git-Hook. Hanya referensi proyek ini.",
|
|
651
|
+
"gitHookExecuteHint": "Membutuhkan YSK_EXECUTE=1 untuk mengkloning atau menyebarkan.",
|
|
652
|
+
"gitShowKey": "Tampilkan kunci",
|
|
653
|
+
"gitHideKey": "Bersembunyi",
|
|
654
|
+
"gitBehindShort": "↓{{count}}",
|
|
655
|
+
"gitAheadShort": "↑{{count}}",
|
|
656
|
+
"gitDirtyShort": "Kotor · {{count}}",
|
|
657
|
+
"gitFilesLink": "File",
|
|
658
|
+
"gitTokenLaterHint": "Token HTTPS dan kedalaman klon diatur pada tab Deploy proyek setelah dibuat.",
|
|
659
|
+
"netForceHttpsOn": "HTTP akan dialihkan ke HTTPS setelah Anda mempublikasikan edge.",
|
|
660
|
+
"netForceHttpsOff": "Tidak ada pengalihan paksa yang disimpan.",
|
|
661
|
+
"netHttpsLiveNotForced": "File tepi ada; HTTPS mungkin sudah berfungsi. Kotak ini hanya memaksa HTTP→HTTPS.",
|
|
662
|
+
"gitSyncBlockedDirty": "Sinkronisasi dinonaktifkan hingga perubahan lokal dibuang (Reset) atau file cocok dengan Git.",
|
|
663
|
+
"gitViewDiff": "Lihat perbedaan",
|
|
664
|
+
"gitBranchAfterUrl": "Isi dulu URL Git. Kosong memakai cabang default remote.",
|
|
665
|
+
"gitResetNeedConfirm": "Perlu konfirmasi — membuang commit lokal",
|
|
666
|
+
"openUrlNeedDomain": "Tetapkan domain terlebih dahulu — jangan buka 127.0.0.1 di browser Anda",
|
|
667
|
+
"needOsUser": "Buat pengguna sistem pada tab Isolasi terlebih dahulu",
|
|
668
|
+
"stopTitle": "Hentikan proyek ini (unit systemd dan situs publik)",
|
|
669
|
+
"deployTitle": "Terapkan proyek ini",
|
|
670
|
+
"httpStatsHint": "Dari log akses proyek ini (contoh terakhir)",
|
|
671
|
+
"httpStatsNone": "Belum ada log akses proyek",
|
|
672
|
+
"statStoppedOnly": "Berhenti",
|
|
673
|
+
"statReadyOnly": "Siap",
|
|
674
|
+
"netBoundCert": "Sertifikat terikat",
|
|
675
|
+
"netBoundCertExpiry": "kedaluwarsa {{at}}",
|
|
676
|
+
"netNoBoundCert": "Tidak ada sertifikat di disk untuk nama host ini",
|
|
677
|
+
"netForceHttpsNeedCert": "Terbitkan sertifikat di /ssl untuk domain ini sebelum memaksa HTTPS.",
|
|
678
|
+
"goIsolation": "Open Isolation tab",
|
|
679
|
+
"netHstsNeedHttps": "Turn on force HTTPS first",
|
|
680
|
+
"homeMissing": "Home directory does not exist",
|
|
681
|
+
"homeMissingHint": "Same live probe as migrate inventory — create the system user on Isolation"
|
|
560
682
|
}
|