ysk-server-shared 1.1.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/dist/cdn.d.ts +2 -0
- package/dist/cdn.d.ts.map +1 -1
- package/dist/dto.d.ts +1 -1
- package/dist/dto.d.ts.map +1 -1
- package/dist/ftp.d.ts +6 -0
- package/dist/ftp.d.ts.map +1 -1
- package/dist/migrate.d.ts +1 -0
- package/dist/migrate.d.ts.map +1 -1
- package/dist/route-capabilities.d.ts.map +1 -1
- package/dist/route-capabilities.js +10 -0
- package/dist/route-capabilities.js.map +1 -1
- package/dist/validators.d.ts +39 -2
- package/dist/validators.d.ts.map +1 -1
- package/dist/validators.js +12 -0
- package/dist/validators.js.map +1 -1
- package/locales/ar/agents.json +7 -2
- package/locales/ar/apache.json +3 -1
- package/locales/ar/backups.json +17 -1
- package/locales/ar/btTracker.json +4 -1
- package/locales/ar/cdn.json +3 -1
- package/locales/ar/common.json +2 -1
- package/locales/ar/cron.json +4 -1
- package/locales/ar/dashboard.json +4 -2
- package/locales/ar/db.json +18 -1
- package/locales/ar/dns.json +5 -1
- package/locales/ar/docker.json +2 -1
- package/locales/ar/email.json +4 -1
- package/locales/ar/files.json +2 -1
- package/locales/ar/ftp.json +17 -1
- package/locales/ar/hostBrowse.json +3 -1
- package/locales/ar/migrate.json +14 -1
- package/locales/ar/network.json +3 -1
- package/locales/ar/nginx.json +4 -1
- package/locales/ar/notes.json +42 -6
- package/locales/ar/projects.json +2 -1
- package/locales/ar/protection.json +3 -1
- package/locales/ar/publicFiles.json +5 -1
- package/locales/ar/redis.json +6 -1
- package/locales/ar/security.json +3 -1
- package/locales/ar/services.json +9 -1
- package/locales/ar/system.json +7 -2
- package/locales/ar/translation.json +267 -41
- package/locales/ar/updates.json +2 -1
- package/locales/ar/validators.json +64 -5
- package/locales/ar/vnc.json +8 -1
- package/locales/bn/agents.json +7 -2
- package/locales/bn/apache.json +3 -1
- package/locales/bn/backups.json +17 -1
- package/locales/bn/btTracker.json +4 -1
- package/locales/bn/cdn.json +3 -1
- package/locales/bn/common.json +2 -1
- package/locales/bn/cron.json +4 -1
- package/locales/bn/dashboard.json +4 -2
- package/locales/bn/db.json +18 -1
- package/locales/bn/dns.json +5 -1
- package/locales/bn/docker.json +2 -1
- package/locales/bn/email.json +4 -1
- package/locales/bn/files.json +2 -1
- package/locales/bn/ftp.json +17 -1
- package/locales/bn/hostBrowse.json +3 -1
- package/locales/bn/migrate.json +14 -1
- package/locales/bn/network.json +3 -1
- package/locales/bn/nginx.json +4 -1
- package/locales/bn/notes.json +42 -6
- package/locales/bn/projects.json +2 -1
- package/locales/bn/protection.json +3 -1
- package/locales/bn/publicFiles.json +5 -1
- package/locales/bn/redis.json +6 -1
- package/locales/bn/security.json +3 -1
- package/locales/bn/services.json +9 -1
- package/locales/bn/system.json +7 -2
- package/locales/bn/translation.json +267 -41
- package/locales/bn/updates.json +2 -1
- package/locales/bn/validators.json +64 -5
- package/locales/bn/vnc.json +8 -1
- package/locales/en/agents.json +5 -0
- package/locales/en/apache.json +2 -0
- package/locales/en/backups.json +18 -2
- package/locales/en/btTracker.json +5 -2
- package/locales/en/cdn.json +3 -1
- package/locales/en/common.json +1 -0
- package/locales/en/cron.json +3 -0
- package/locales/en/dashboard.json +3 -1
- package/locales/en/db.json +17 -0
- package/locales/en/dns.json +4 -0
- package/locales/en/docker.json +1 -0
- package/locales/en/email.json +3 -0
- package/locales/en/files.json +1 -0
- package/locales/en/ftp.json +16 -0
- package/locales/en/hostBrowse.json +2 -0
- package/locales/en/migrate.json +14 -1
- package/locales/en/network.json +2 -0
- package/locales/en/nginx.json +4 -1
- package/locales/en/notes.json +45 -6
- package/locales/en/projects.json +1 -0
- package/locales/en/protection.json +2 -0
- package/locales/en/publicFiles.json +5 -1
- package/locales/en/redis.json +5 -0
- package/locales/en/security.json +2 -0
- package/locales/en/services.json +8 -0
- package/locales/en/system.json +7 -2
- package/locales/en/translation.json +252 -26
- package/locales/en/updates.json +1 -0
- package/locales/en/validators.json +65 -6
- package/locales/en/vnc.json +7 -0
- package/locales/es/agents.json +7 -2
- package/locales/es/apache.json +3 -1
- package/locales/es/backups.json +17 -1
- package/locales/es/btTracker.json +4 -1
- package/locales/es/cdn.json +3 -1
- package/locales/es/common.json +2 -1
- package/locales/es/cron.json +4 -1
- package/locales/es/dashboard.json +4 -2
- package/locales/es/db.json +18 -1
- package/locales/es/dns.json +5 -1
- package/locales/es/docker.json +2 -1
- package/locales/es/email.json +4 -1
- package/locales/es/files.json +2 -1
- package/locales/es/ftp.json +17 -1
- package/locales/es/hostBrowse.json +3 -1
- package/locales/es/migrate.json +14 -1
- package/locales/es/network.json +3 -1
- package/locales/es/nginx.json +4 -1
- package/locales/es/notes.json +42 -6
- package/locales/es/projects.json +2 -1
- package/locales/es/protection.json +3 -1
- package/locales/es/publicFiles.json +5 -1
- package/locales/es/redis.json +6 -1
- package/locales/es/security.json +3 -1
- package/locales/es/services.json +9 -1
- package/locales/es/system.json +7 -2
- package/locales/es/translation.json +267 -41
- package/locales/es/updates.json +2 -1
- package/locales/es/validators.json +64 -5
- package/locales/es/vnc.json +8 -1
- package/locales/fr/agents.json +7 -2
- package/locales/fr/apache.json +3 -1
- package/locales/fr/backups.json +17 -1
- package/locales/fr/btTracker.json +4 -1
- package/locales/fr/cdn.json +3 -1
- package/locales/fr/common.json +2 -1
- package/locales/fr/cron.json +4 -1
- package/locales/fr/dashboard.json +4 -2
- package/locales/fr/db.json +18 -1
- package/locales/fr/dns.json +5 -1
- package/locales/fr/docker.json +2 -1
- package/locales/fr/email.json +4 -1
- package/locales/fr/files.json +2 -1
- package/locales/fr/ftp.json +17 -1
- package/locales/fr/hostBrowse.json +3 -1
- package/locales/fr/migrate.json +14 -1
- package/locales/fr/network.json +3 -1
- package/locales/fr/nginx.json +4 -1
- package/locales/fr/notes.json +42 -6
- package/locales/fr/projects.json +2 -1
- package/locales/fr/protection.json +3 -1
- package/locales/fr/publicFiles.json +5 -1
- package/locales/fr/redis.json +6 -1
- package/locales/fr/security.json +3 -1
- package/locales/fr/services.json +9 -1
- package/locales/fr/system.json +7 -2
- package/locales/fr/translation.json +267 -41
- package/locales/fr/updates.json +2 -1
- package/locales/fr/validators.json +64 -5
- package/locales/fr/vnc.json +8 -1
- package/locales/hi/agents.json +7 -2
- package/locales/hi/apache.json +3 -1
- package/locales/hi/backups.json +17 -1
- package/locales/hi/btTracker.json +4 -1
- package/locales/hi/cdn.json +3 -1
- package/locales/hi/common.json +2 -1
- package/locales/hi/cron.json +4 -1
- package/locales/hi/dashboard.json +4 -2
- package/locales/hi/db.json +18 -1
- package/locales/hi/dns.json +5 -1
- package/locales/hi/docker.json +2 -1
- package/locales/hi/email.json +4 -1
- package/locales/hi/files.json +2 -1
- package/locales/hi/ftp.json +17 -1
- package/locales/hi/hostBrowse.json +3 -1
- package/locales/hi/migrate.json +14 -1
- package/locales/hi/network.json +3 -1
- package/locales/hi/nginx.json +4 -1
- package/locales/hi/notes.json +42 -6
- package/locales/hi/projects.json +2 -1
- package/locales/hi/protection.json +3 -1
- package/locales/hi/publicFiles.json +5 -1
- package/locales/hi/redis.json +6 -1
- package/locales/hi/security.json +3 -1
- package/locales/hi/services.json +9 -1
- package/locales/hi/system.json +7 -2
- package/locales/hi/translation.json +267 -41
- package/locales/hi/updates.json +2 -1
- package/locales/hi/validators.json +64 -5
- package/locales/hi/vnc.json +8 -1
- package/locales/id/agents.json +7 -2
- package/locales/id/apache.json +3 -1
- package/locales/id/backups.json +17 -1
- package/locales/id/btTracker.json +4 -1
- package/locales/id/cdn.json +3 -1
- package/locales/id/common.json +2 -1
- package/locales/id/cron.json +4 -1
- package/locales/id/dashboard.json +4 -2
- package/locales/id/db.json +18 -1
- package/locales/id/dns.json +5 -1
- package/locales/id/docker.json +2 -1
- package/locales/id/email.json +4 -1
- package/locales/id/files.json +2 -1
- package/locales/id/ftp.json +17 -1
- package/locales/id/hostBrowse.json +3 -1
- package/locales/id/migrate.json +14 -1
- package/locales/id/network.json +3 -1
- package/locales/id/nginx.json +4 -1
- package/locales/id/notes.json +42 -6
- package/locales/id/projects.json +2 -1
- package/locales/id/protection.json +3 -1
- package/locales/id/publicFiles.json +5 -1
- package/locales/id/redis.json +6 -1
- package/locales/id/security.json +3 -1
- package/locales/id/services.json +9 -1
- package/locales/id/system.json +7 -2
- package/locales/id/translation.json +267 -41
- package/locales/id/updates.json +2 -1
- package/locales/id/validators.json +64 -5
- package/locales/id/vnc.json +8 -1
- package/locales/ja/agents.json +7 -2
- package/locales/ja/apache.json +3 -1
- package/locales/ja/backups.json +17 -1
- package/locales/ja/btTracker.json +4 -1
- package/locales/ja/cdn.json +3 -1
- package/locales/ja/common.json +2 -1
- package/locales/ja/cron.json +4 -1
- package/locales/ja/dashboard.json +4 -2
- package/locales/ja/db.json +18 -1
- package/locales/ja/dns.json +5 -1
- package/locales/ja/docker.json +2 -1
- package/locales/ja/email.json +4 -1
- package/locales/ja/files.json +2 -1
- package/locales/ja/ftp.json +17 -1
- package/locales/ja/hostBrowse.json +3 -1
- package/locales/ja/migrate.json +14 -1
- package/locales/ja/network.json +3 -1
- package/locales/ja/nginx.json +4 -1
- package/locales/ja/notes.json +42 -6
- package/locales/ja/projects.json +2 -1
- package/locales/ja/protection.json +3 -1
- package/locales/ja/publicFiles.json +5 -1
- package/locales/ja/redis.json +6 -1
- package/locales/ja/security.json +3 -1
- package/locales/ja/services.json +9 -1
- package/locales/ja/system.json +7 -2
- package/locales/ja/translation.json +267 -41
- package/locales/ja/updates.json +2 -1
- package/locales/ja/validators.json +64 -5
- package/locales/ja/vnc.json +8 -1
- package/locales/ko/agents.json +7 -2
- package/locales/ko/apache.json +3 -1
- package/locales/ko/backups.json +17 -1
- package/locales/ko/btTracker.json +4 -1
- package/locales/ko/cdn.json +3 -1
- package/locales/ko/common.json +2 -1
- package/locales/ko/cron.json +4 -1
- package/locales/ko/dashboard.json +4 -2
- package/locales/ko/db.json +18 -1
- package/locales/ko/dns.json +5 -1
- package/locales/ko/docker.json +2 -1
- package/locales/ko/email.json +4 -1
- package/locales/ko/files.json +2 -1
- package/locales/ko/ftp.json +17 -1
- package/locales/ko/hostBrowse.json +3 -1
- package/locales/ko/migrate.json +14 -1
- package/locales/ko/network.json +3 -1
- package/locales/ko/nginx.json +4 -1
- package/locales/ko/notes.json +42 -6
- package/locales/ko/projects.json +2 -1
- package/locales/ko/protection.json +3 -1
- package/locales/ko/publicFiles.json +5 -1
- package/locales/ko/redis.json +6 -1
- package/locales/ko/security.json +3 -1
- package/locales/ko/services.json +9 -1
- package/locales/ko/system.json +7 -2
- package/locales/ko/translation.json +267 -41
- package/locales/ko/updates.json +2 -1
- package/locales/ko/validators.json +64 -5
- package/locales/ko/vnc.json +8 -1
- package/locales/pt/agents.json +7 -2
- package/locales/pt/apache.json +3 -1
- package/locales/pt/backups.json +17 -1
- package/locales/pt/btTracker.json +4 -1
- package/locales/pt/cdn.json +3 -1
- package/locales/pt/common.json +2 -1
- package/locales/pt/cron.json +4 -1
- package/locales/pt/dashboard.json +4 -2
- package/locales/pt/db.json +18 -1
- package/locales/pt/dns.json +5 -1
- package/locales/pt/docker.json +2 -1
- package/locales/pt/email.json +4 -1
- package/locales/pt/files.json +2 -1
- package/locales/pt/ftp.json +17 -1
- package/locales/pt/hostBrowse.json +3 -1
- package/locales/pt/migrate.json +14 -1
- package/locales/pt/network.json +3 -1
- package/locales/pt/nginx.json +4 -1
- package/locales/pt/notes.json +42 -6
- package/locales/pt/projects.json +2 -1
- package/locales/pt/protection.json +3 -1
- package/locales/pt/publicFiles.json +5 -1
- package/locales/pt/redis.json +6 -1
- package/locales/pt/security.json +3 -1
- package/locales/pt/services.json +9 -1
- package/locales/pt/system.json +7 -2
- package/locales/pt/translation.json +267 -41
- package/locales/pt/updates.json +2 -1
- package/locales/pt/validators.json +64 -5
- package/locales/pt/vnc.json +8 -1
- package/locales/ur/agents.json +7 -2
- package/locales/ur/apache.json +3 -1
- package/locales/ur/backups.json +17 -1
- package/locales/ur/btTracker.json +4 -1
- package/locales/ur/cdn.json +3 -1
- package/locales/ur/common.json +2 -1
- package/locales/ur/cron.json +4 -1
- package/locales/ur/dashboard.json +4 -2
- package/locales/ur/db.json +18 -1
- package/locales/ur/dns.json +5 -1
- package/locales/ur/docker.json +2 -1
- package/locales/ur/email.json +4 -1
- package/locales/ur/files.json +2 -1
- package/locales/ur/ftp.json +17 -1
- package/locales/ur/hostBrowse.json +3 -1
- package/locales/ur/migrate.json +14 -1
- package/locales/ur/network.json +3 -1
- package/locales/ur/nginx.json +4 -1
- package/locales/ur/notes.json +42 -6
- package/locales/ur/projects.json +2 -1
- package/locales/ur/protection.json +3 -1
- package/locales/ur/publicFiles.json +5 -1
- package/locales/ur/redis.json +6 -1
- package/locales/ur/security.json +3 -1
- package/locales/ur/services.json +9 -1
- package/locales/ur/system.json +7 -2
- package/locales/ur/translation.json +267 -41
- package/locales/ur/updates.json +2 -1
- package/locales/ur/validators.json +64 -5
- package/locales/ur/vnc.json +8 -1
- package/locales/zh-CN/agents.json +7 -2
- package/locales/zh-CN/apache.json +3 -1
- package/locales/zh-CN/backups.json +17 -1
- package/locales/zh-CN/btTracker.json +4 -1
- package/locales/zh-CN/cdn.json +3 -1
- package/locales/zh-CN/common.json +2 -1
- package/locales/zh-CN/cron.json +4 -1
- package/locales/zh-CN/dashboard.json +4 -2
- package/locales/zh-CN/db.json +18 -1
- package/locales/zh-CN/dns.json +5 -1
- package/locales/zh-CN/docker.json +2 -1
- package/locales/zh-CN/email.json +4 -1
- package/locales/zh-CN/files.json +2 -1
- package/locales/zh-CN/ftp.json +17 -1
- package/locales/zh-CN/hostBrowse.json +3 -1
- package/locales/zh-CN/migrate.json +14 -1
- package/locales/zh-CN/network.json +3 -1
- package/locales/zh-CN/nginx.json +4 -1
- package/locales/zh-CN/notes.json +42 -6
- package/locales/zh-CN/projects.json +2 -1
- package/locales/zh-CN/protection.json +3 -1
- package/locales/zh-CN/publicFiles.json +5 -1
- package/locales/zh-CN/redis.json +6 -1
- package/locales/zh-CN/security.json +3 -1
- package/locales/zh-CN/services.json +9 -1
- package/locales/zh-CN/system.json +7 -2
- package/locales/zh-CN/translation.json +267 -41
- package/locales/zh-CN/updates.json +2 -1
- package/locales/zh-CN/validators.json +64 -5
- package/locales/zh-CN/vnc.json +8 -1
- package/locales/zh-HK/agents.json +5 -0
- package/locales/zh-HK/apache.json +2 -0
- package/locales/zh-HK/backups.json +18 -2
- package/locales/zh-HK/btTracker.json +5 -2
- package/locales/zh-HK/cdn.json +3 -1
- package/locales/zh-HK/common.json +1 -0
- package/locales/zh-HK/cron.json +3 -0
- package/locales/zh-HK/dashboard.json +3 -1
- package/locales/zh-HK/db.json +17 -0
- package/locales/zh-HK/dns.json +4 -0
- package/locales/zh-HK/docker.json +1 -0
- package/locales/zh-HK/email.json +3 -0
- package/locales/zh-HK/files.json +1 -0
- package/locales/zh-HK/ftp.json +16 -0
- package/locales/zh-HK/hostBrowse.json +2 -0
- package/locales/zh-HK/migrate.json +14 -1
- package/locales/zh-HK/network.json +2 -0
- package/locales/zh-HK/nginx.json +4 -1
- package/locales/zh-HK/notes.json +45 -9
- package/locales/zh-HK/projects.json +1 -0
- package/locales/zh-HK/protection.json +2 -0
- package/locales/zh-HK/publicFiles.json +5 -1
- package/locales/zh-HK/redis.json +5 -0
- package/locales/zh-HK/security.json +2 -0
- package/locales/zh-HK/services.json +8 -0
- package/locales/zh-HK/system.json +7 -2
- package/locales/zh-HK/translation.json +252 -26
- package/locales/zh-HK/updates.json +1 -0
- package/locales/zh-HK/validators.json +65 -6
- package/locales/zh-HK/vnc.json +7 -0
- package/package.json +8 -9
|
@@ -5,7 +5,8 @@
|
|
|
5
5
|
"tab": {
|
|
6
6
|
"nodes": "العُقد",
|
|
7
7
|
"disk": "القرص",
|
|
8
|
-
"about": "حول"
|
|
8
|
+
"about": "حول",
|
|
9
|
+
"stack": "Software"
|
|
9
10
|
},
|
|
10
11
|
"empty": {
|
|
11
12
|
"title": "لا توجد عُقد مدقق بعد",
|
|
@@ -23,7 +24,18 @@
|
|
|
23
24
|
"autoClear": "مسح أكبر مثيل متوقف تلقائيًا عند حرج القرص (معطّل افتراضيًا)",
|
|
24
25
|
"autoClearRisk": "Destructive: the largest stopped instance is deleted without a further prompt. Default is off. Check audit / logs after it fires.",
|
|
25
26
|
"autoClearConfirmTitle": "Enable auto-clear?",
|
|
26
|
-
"autoClearC1": "When disk is critical, the largest stopped instance is deleted without asking again."
|
|
27
|
+
"autoClearC1": "When disk is critical, the largest stopped instance is deleted without asking again.",
|
|
28
|
+
"fsUsed": "Filesystem used",
|
|
29
|
+
"leftoverTitle": "Leftover data ({{count}})",
|
|
30
|
+
"leftoverDesc": "Directories under the validators root that are not a store instance. Remove only after you confirm they are unused.",
|
|
31
|
+
"leftoverRemove": "Remove",
|
|
32
|
+
"leftoverRemoveTitle": "Delete leftover validator data?",
|
|
33
|
+
"leftoverRemoveDesc": "Permanently delete {{path}} from disk. This is not a listed node.",
|
|
34
|
+
"autoClearThreshold": "Trigger: filesystem use at or above 85%.",
|
|
35
|
+
"autoClearCandidate": "Current candidate: {{id}}",
|
|
36
|
+
"autoClearNone": "No stopped instance is a candidate right now.",
|
|
37
|
+
"browseRoot": "Open in file browser",
|
|
38
|
+
"leftoverEmpty": "No leftover instance directories"
|
|
27
39
|
},
|
|
28
40
|
"chain": {
|
|
29
41
|
"eth": "Ethereum",
|
|
@@ -133,7 +145,8 @@
|
|
|
133
145
|
"snapshotNear": "مُسحت بيانات NEAR؛ سيعيد compose التهيئة بالـ genesis الرسمي وepoch sync",
|
|
134
146
|
"nativePrune": "شُغّل أمر التقليم الأصلي للعميل",
|
|
135
147
|
"dryDelete": "Delete is dry-run. Pass --execute and YSK_EXECUTE=1.",
|
|
136
|
-
"deleted": "Node deleted"
|
|
148
|
+
"deleted": "Node deleted",
|
|
149
|
+
"leftoverRemoved": "Removed leftover {{path}}"
|
|
137
150
|
},
|
|
138
151
|
"create": "إنشاء عقدة",
|
|
139
152
|
"wizard": {
|
|
@@ -162,7 +175,27 @@
|
|
|
162
175
|
"installConfirmTitle": "Install this node?",
|
|
163
176
|
"installConfirmDesc": "{{chain}} · {{network}} · {{profile}}. About {{disk}} of disk. The image pull can take a long time.",
|
|
164
177
|
"installC1": "Several gigabytes of images may be downloaded.",
|
|
165
|
-
"installC2": "You can cancel the panel task; already-pulled images are not deleted automatically."
|
|
178
|
+
"installC2": "You can cancel the panel task; already-pulled images are not deleted automatically.",
|
|
179
|
+
"lowDiskAcked": "Free disk is below the recommended size. You confirmed create anyway; sync may stop if the disk fills.",
|
|
180
|
+
"diskNeedNetwork": "Default (Minimal) for this network needs about {{need}} · free {{free}}",
|
|
181
|
+
"diskShortDetail": "Need {{need}} · free {{free}} · short {{short}}",
|
|
182
|
+
"needCustomPath": "Enter an absolute data path",
|
|
183
|
+
"previewId": "Node id",
|
|
184
|
+
"previewCompose": "Compose project",
|
|
185
|
+
"profileSeeAbout": "What each profile means is on the About tab.",
|
|
186
|
+
"dockerAbout": "Docker Engine is required to install and start nodes.",
|
|
187
|
+
"dockerAboutOk": "Docker Engine is installed.",
|
|
188
|
+
"dockerAboutMissing": "Docker Engine is not installed. Open Docker to install it.",
|
|
189
|
+
"rewriteCompose": "Rewrite compose",
|
|
190
|
+
"rewriteComposeTitle": "Rewrite compose.yml from the current adapter?",
|
|
191
|
+
"rewriteComposeDesc": "Overwrites the generated compose for {{id}} using the shipped flags for this chain.",
|
|
192
|
+
"chainMeta": "{{disk}} min · {{clients}} clients",
|
|
193
|
+
"profileHint": {
|
|
194
|
+
"minimal": "Smallest sync — light disk, not for staking.",
|
|
195
|
+
"pruned": "Keeps recent history only (Pruned). Smaller than archive, still usable for RPC.",
|
|
196
|
+
"validator-ready": "Sized for a staking validator. Needs more disk than Minimal.",
|
|
197
|
+
"rpc": "Public RPC node — not a staking validator."
|
|
198
|
+
}
|
|
166
199
|
},
|
|
167
200
|
"actions": {
|
|
168
201
|
"detail": "التفاصيل",
|
|
@@ -261,6 +294,32 @@
|
|
|
261
294
|
"stopped": "Stopped",
|
|
262
295
|
"running": "Running",
|
|
263
296
|
"syncing": "Syncing",
|
|
264
|
-
"error": "Error"
|
|
297
|
+
"error": "Error",
|
|
298
|
+
"starting": "Starting"
|
|
299
|
+
},
|
|
300
|
+
"profileHelp": {
|
|
301
|
+
"title": "Profiles",
|
|
302
|
+
"desc": "The four choices on wizard step 3 are mainly disk budget and role. Each chain shows its recommended size in the wizard. The panel never holds staking keys.",
|
|
303
|
+
"minimal": "Smallest disk. Use for testnets or a first install. Not a full history, and not for a live staking validator.",
|
|
304
|
+
"pruned": "Keeps recent chain state and drops older blocks (Pruned). More disk than Minimal, less than a full node. Use to follow the tip long-term.",
|
|
305
|
+
"validatorReady": "Reserves more disk so you can later attest or propose as a validator. Generate keys offline yourself. Being offline or misconfigured can lose stake.",
|
|
306
|
+
"rpc": "For this host or other services to query the chain. RPC listens on 127.0.0.1 by default and is not published to the internet."
|
|
307
|
+
},
|
|
308
|
+
"software": {
|
|
309
|
+
"engine": "Docker Engine",
|
|
310
|
+
"engineDesc": "Validator nodes run as Compose projects. Install Docker here if it is missing. Image prune stays on the Docker page.",
|
|
311
|
+
"client": "Client",
|
|
312
|
+
"image": "Image",
|
|
313
|
+
"present": "Local",
|
|
314
|
+
"local": "Pulled",
|
|
315
|
+
"missing": "Not pulled",
|
|
316
|
+
"size": "Size",
|
|
317
|
+
"usedBy": "Used by",
|
|
318
|
+
"unused": "No instance",
|
|
319
|
+
"pull": "Pull",
|
|
320
|
+
"pulling": "Pull {{ref}}",
|
|
321
|
+
"empty": "No pinned client images",
|
|
322
|
+
"emptyDesc": "The catalog is empty. This should not happen.",
|
|
323
|
+
"daemonDown": "Docker Engine is not running"
|
|
265
324
|
}
|
|
266
325
|
}
|
package/locales/ar/vnc.json
CHANGED
|
@@ -251,5 +251,12 @@
|
|
|
251
251
|
"deleteKeepUserWarn": "The Linux user will stay on the host as an orphan. You must clean it up later.",
|
|
252
252
|
"bindRfbLine": "RFB {{bind}} :{{port}}",
|
|
253
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."
|
|
254
|
+
"bindNovncHint": "noVNC listens on localhost. The desktop is reached through this panel, not the public internet, unless RFB bind is all interfaces.",
|
|
255
|
+
"hostnameBroken": "This host cannot resolve its own hostname ({{hostname}}). Session start will fail.",
|
|
256
|
+
"hostnameFix": "Write hostname to /etc/hosts",
|
|
257
|
+
"hostnameFixTitle": "Append this line to /etc/hosts?",
|
|
258
|
+
"hostnameFixDesc": "{{line}}",
|
|
259
|
+
"hostnameFixDone": "Hostname /etc/hosts updated",
|
|
260
|
+
"startAfterCreateBlocked": "Disabled until the hostname resolves",
|
|
261
|
+
"hostnameBrokenIdle": "Hostname {{hostname}} does not resolve on this host. Fix /etc/hosts before you create a session."
|
|
255
262
|
}
|
package/locales/bn/agents.json
CHANGED
|
@@ -11,7 +11,9 @@
|
|
|
11
11
|
"failed": "ব্যর্থ হয়েছে",
|
|
12
12
|
"error": "ত্রুটি",
|
|
13
13
|
"unknown": "তদন্ত করা হয়নি",
|
|
14
|
-
"fallback": "অজানা"
|
|
14
|
+
"fallback": "অজানা",
|
|
15
|
+
"activating": "Starting",
|
|
16
|
+
"stuck": "Start stuck"
|
|
15
17
|
},
|
|
16
18
|
"liveN": "{{count}} অনলাইন",
|
|
17
19
|
"registeredOnly": "শুধুমাত্র নিবন্ধিত",
|
|
@@ -136,5 +138,8 @@
|
|
|
136
138
|
"historyTitleShort": "কমান্ড ইতিহাস খুলুন (কেবল-পঠন)",
|
|
137
139
|
"expEdge": "একটি প্রান্তে:",
|
|
138
140
|
"noteAllowlist": "Agent tool calls must pass the allowlist.",
|
|
139
|
-
"noteRbacCap": "Agent role is capped at write-low."
|
|
141
|
+
"noteRbacCap": "Agent role is capped at write-low.",
|
|
142
|
+
"journal": "journal",
|
|
143
|
+
"activatingStuckHint": "Activating longer than 5 minutes — treated as failed. Check journal.",
|
|
144
|
+
"noOnlineAgents": "No agents online"
|
|
140
145
|
}
|
package/locales/bn/apache.json
CHANGED
|
@@ -57,5 +57,7 @@
|
|
|
57
57
|
"sslTerminatedUpstream": "TLS সামনে Nginx এ শেষ হয়",
|
|
58
58
|
"removeArtifactHint": "শুধু এই অবশিষ্ট ডিস্ক conf মুছে। প্রকল্প মুছে না।",
|
|
59
59
|
"sourceOrphan": "Leftover",
|
|
60
|
-
"orphanSite": "Project gone"
|
|
60
|
+
"orphanSite": "Project gone",
|
|
61
|
+
"pillSitesSplit": "{{n}} sites · {{leftover}} leftover",
|
|
62
|
+
"stopSites": "{{n}} site(s) will stop answering HTTP."
|
|
61
63
|
}
|
package/locales/bn/backups.json
CHANGED
|
@@ -148,5 +148,21 @@
|
|
|
148
148
|
"goLogs": "Open logs",
|
|
149
149
|
"goAbout": "Backup notes",
|
|
150
150
|
"skippedPendingOs": "Skipped — OS user / home not provisioned",
|
|
151
|
-
"latestFile": "Latest archive"
|
|
151
|
+
"latestFile": "Latest archive",
|
|
152
|
+
"tabTrash": "Recycle bin",
|
|
153
|
+
"trashTitle": "Recycle bin ({{count}})",
|
|
154
|
+
"trashSub": "Deleted archives stay here for 7 days, then they are removed permanently.",
|
|
155
|
+
"trashEmpty": "Recycle bin is empty",
|
|
156
|
+
"trashEmptyDesc": "Deleted backup files appear here for 7 days.",
|
|
157
|
+
"trashRestore": "Restore",
|
|
158
|
+
"trashPurge": "Delete forever",
|
|
159
|
+
"trashEmptyAll": "Empty recycle bin",
|
|
160
|
+
"trashExpires": "Expires {{at}}",
|
|
161
|
+
"trashPurgeTitle": "Permanently delete this backup?",
|
|
162
|
+
"trashPurgeDesc": "Permanently delete {{name}}. This cannot be undone.",
|
|
163
|
+
"trashEmptyTitle": "Empty recycle bin?",
|
|
164
|
+
"trashEmptyDescConfirm": "Permanently delete {{count}} archive(s). Type the count to confirm.",
|
|
165
|
+
"trashRestored": "Restored from recycle bin",
|
|
166
|
+
"trashPurged": "Permanently deleted",
|
|
167
|
+
"trashedOk": "Moved to recycle bin"
|
|
152
168
|
}
|
|
@@ -194,5 +194,8 @@
|
|
|
194
194
|
"statsLibraryHint": "Torrents in the panel library / file shares",
|
|
195
195
|
"statsTrackerLeftover": "Tracker leftover",
|
|
196
196
|
"statsTrackerLeftoverHint": "Tracker announce hashes that are not library rows",
|
|
197
|
-
"statsAnnouncesHint": "Announce requests seen by the tracker process"
|
|
197
|
+
"statsAnnouncesHint": "Announce requests seen by the tracker process",
|
|
198
|
+
"leftoverHashesTitle": "Tracker leftover hashes",
|
|
199
|
+
"leftoverHashesHint": "Read-only. These announces are not library or share rows.",
|
|
200
|
+
"publicHostMissingLive": "Tracker is listening but public announce host is not set. Off-host peers cannot find this seed."
|
|
198
201
|
}
|
package/locales/bn/cdn.json
CHANGED
|
@@ -201,5 +201,7 @@
|
|
|
201
201
|
"hitMiss": "Hits {{hits}} / misses {{misses}}",
|
|
202
202
|
"cacheBytes": "Cache ≈ {{n}} B",
|
|
203
203
|
"hitRateUnknown": "No access log with cache status and no cache directory, so hit rate cannot be estimated.",
|
|
204
|
-
"offlineHint": "Offline — probe failed. Remove the node if it is leftover."
|
|
204
|
+
"offlineHint": "Offline — probe failed. Remove the node if it is leftover.",
|
|
205
|
+
"applyFailedNoNote": "No stored reason. Re-apply to capture the error.",
|
|
206
|
+
"statApplyFailed": "Apply failed"
|
|
205
207
|
}
|
package/locales/bn/common.json
CHANGED
package/locales/bn/cron.json
CHANGED
|
@@ -164,5 +164,8 @@
|
|
|
164
164
|
"writtenOnHostHint": "Lines already written to the host crontab",
|
|
165
165
|
"registeredJobsHint": "Jobs registered in the panel (including pending install)",
|
|
166
166
|
"pendingInstallCount": "{{n}} pending install",
|
|
167
|
-
"systemJobBadge": "No project · system user"
|
|
167
|
+
"systemJobBadge": "No project · system user",
|
|
168
|
+
"willNotRun": "Not written to system crontab — will not run.",
|
|
169
|
+
"pendingStale": "Not written to system crontab for {{days}} day(s) — it will not run.",
|
|
170
|
+
"jobsTabPending": "Jobs ({{count}}) · pending {{pending}}"
|
|
168
171
|
}
|
|
@@ -42,7 +42,8 @@
|
|
|
42
42
|
"mode": {
|
|
43
43
|
"degraded": "অধঃপতন",
|
|
44
44
|
"production_capable": "উত্পাদন প্রস্তুত",
|
|
45
|
-
"normal": "স্বাভাবিক"
|
|
45
|
+
"normal": "স্বাভাবিক",
|
|
46
|
+
"blocked": "blocked"
|
|
46
47
|
},
|
|
47
48
|
"details": "বিস্তারিত",
|
|
48
49
|
"certExpiryTitle": "শংসাপত্রের মেয়াদ:",
|
|
@@ -126,5 +127,6 @@
|
|
|
126
127
|
"warn": "Warning",
|
|
127
128
|
"bad": "Problem"
|
|
128
129
|
},
|
|
129
|
-
"publicNo2fa": "This panel listens on all interfaces and your admin account has no 2FA."
|
|
130
|
+
"publicNo2fa": "This panel listens on all interfaces and your admin account has no 2FA.",
|
|
131
|
+
"readinessBlocked": "{{n}} blocker(s)"
|
|
130
132
|
}
|
package/locales/bn/db.json
CHANGED
|
@@ -247,7 +247,24 @@
|
|
|
247
247
|
"fleetApplyTitle": "সারি বহরের সদস্যদের উপর আবেদন?",
|
|
248
248
|
"redirectedFromCluster": "You were redirected here from /cluster. This is the database cluster tab.",
|
|
249
249
|
"roleUnassigned": "No role assigned",
|
|
250
|
-
"standaloneOtherEngines": "This engine is standalone. Other engines have clusters: {{names}}."
|
|
250
|
+
"standaloneOtherEngines": "This engine is standalone. Other engines have clusters: {{names}}.",
|
|
251
|
+
"notApplied": "Not applied",
|
|
252
|
+
"plannedAt": "Created {{when}}",
|
|
253
|
+
"clearStalePlans": "Clear stale plans",
|
|
254
|
+
"clearStalePlansTitle": "Delete stale planned clusters?",
|
|
255
|
+
"clearStalePlansDesc": "Deletes {{n}} planned/draft registration(s) older than 7 days. Does not apply or push. System conf is not touched.",
|
|
256
|
+
"landingTitle": "Database cluster",
|
|
257
|
+
"landingDesc": "No database engine is installed on this host. Open an engine page to install, then return here.",
|
|
258
|
+
"landingNoneInstalled": "MySQL, MariaDB, PostgreSQL, and Redis are not installed. /cluster does not open a MySQL tab when MySQL is missing.",
|
|
259
|
+
"openEngine": "Open {{engine}}",
|
|
260
|
+
"overviewPill": "Clusters {{n}}",
|
|
261
|
+
"enginesInstalled": "Engines",
|
|
262
|
+
"plannedCount": "Planned",
|
|
263
|
+
"overviewList": "Clusters ({{count}})",
|
|
264
|
+
"overviewEmpty": "No cluster registrations yet.",
|
|
265
|
+
"engine": "Engine",
|
|
266
|
+
"kind": "Kind",
|
|
267
|
+
"members": "Members"
|
|
251
268
|
},
|
|
252
269
|
"console": {
|
|
253
270
|
"dataBrowse": "ডেটা ব্রাউজ করুন",
|
package/locales/bn/dns.json
CHANGED
|
@@ -230,5 +230,9 @@
|
|
|
230
230
|
"installConfirmConsequence": "ইনস্টল ও চালুর পর PowerDNS পোর্ট ৫৩ বাঁধবে।",
|
|
231
231
|
"installPort53Busy": "পোর্ট ৫৩ ইতিমধ্যে শুনছে। সেই প্রক্রিয়া বন্ধ বা সারানো না হলে PowerDNS বাঁধতে ব্যর্থ হতে পারে।",
|
|
232
232
|
"installPort53BusyConsequence": "৫৩ পোর্টে উত্তর আশা করার আগে বাইন্ড সারান বা অন্য শ্রোতা বন্ধ করুন।",
|
|
233
|
-
"createZoneNeedValid": "Enter a valid zone name and IPv4 address"
|
|
233
|
+
"createZoneNeedValid": "Enter a valid zone name and IPv4 address",
|
|
234
|
+
"startProbeFailed": "Could not re-check DNS health after start",
|
|
235
|
+
"startNotListening": "PowerDNS start returned, but the unit is not answering on port 53",
|
|
236
|
+
"goStartService": "Start DNS service",
|
|
237
|
+
"startBindHint": "If start returns to stopped, port 53 is often held by systemd-resolved. Use Heal bind below, then start again."
|
|
234
238
|
}
|
package/locales/bn/docker.json
CHANGED
package/locales/bn/email.json
CHANGED
|
@@ -509,5 +509,8 @@
|
|
|
509
509
|
"opendkimNoReload": "OpenDKIM রিলোড সমর্থন করে না — কী বা টেবিল বদলের পর রিস্টার্ট ব্যবহার করুন।",
|
|
510
510
|
"opendkimNoReloadTitle": "এই স্ট্যাকে systemctl reload opendkim সমর্থিত নয়",
|
|
511
511
|
"tlsRequestLeFor": "Request LE for {{host}}",
|
|
512
|
-
"deliverabilityChecks": "Checks"
|
|
512
|
+
"deliverabilityChecks": "Checks",
|
|
513
|
+
"healthPartialScore": "Partial {{n}}/100 (DNS only)",
|
|
514
|
+
"healthPartialHint": "DNS checklist only — live and blacklist not probed.",
|
|
515
|
+
"deleteImpact": "{{mailboxes}} mailboxes · {{records}} DNS records · {{aliases}} aliases"
|
|
513
516
|
}
|
package/locales/bn/files.json
CHANGED
|
@@ -358,5 +358,6 @@
|
|
|
358
358
|
"unshareDesc": "Revoke the link for {{name}} ({{url}}). The link stops working immediately.",
|
|
359
359
|
"pillTrash": "{{count}} in trash",
|
|
360
360
|
"pillSpace": "{{used}} used",
|
|
361
|
-
"webdavTokenInactive": "Disabled — token #{{id}} is not active"
|
|
361
|
+
"webdavTokenInactive": "Disabled — token #{{id}} is not active",
|
|
362
|
+
"webdavOffNoToken": "Disabled (no active token)"
|
|
362
363
|
}
|
package/locales/bn/ftp.json
CHANGED
|
@@ -146,5 +146,21 @@
|
|
|
146
146
|
"detectPublicIpTitle": "এই হোস্ট থেকে প্রথম নন-লুপব্যাক IPv4 পূরণ করুন",
|
|
147
147
|
"pasvIpRequired": "প্রয়োগের আগে PASV পাবলিক IP দিন (NAT/ক্লাউড)। শনাক্ত করুন বা ঠিকানা লিখুন।",
|
|
148
148
|
"vsftpdFailedGeneric": "vsftpd failed. Open the Service tab for live settings and journal.",
|
|
149
|
-
"stateFailed": "Failed to start"
|
|
149
|
+
"stateFailed": "Failed to start",
|
|
150
|
+
"plaintextInsecure": "Cleartext FTP (no TLS) — insecure. Enable FTPS before exposing port 21.",
|
|
151
|
+
"plaintextPublicLive": "vsftpd is listening on a public address without FTPS. Credentials travel in the clear. Enable FTPS, bind to this host only, or confirm PLAINTEXT to keep this posture.",
|
|
152
|
+
"bindAddress": "Listen scope",
|
|
153
|
+
"bindAddressHint": "New installs bind to this host only. Public listen without FTPS needs a typed confirmation.",
|
|
154
|
+
"bindLocal": "This host only",
|
|
155
|
+
"bindLocalHint": "127.0.0.1 — fine without TLS for local tests",
|
|
156
|
+
"bindPublic": "Public",
|
|
157
|
+
"bindPublicHint": "All interfaces — enable FTPS or confirm PLAINTEXT",
|
|
158
|
+
"enableFtpsAndStart": "Enable FTPS and start",
|
|
159
|
+
"publicPlainNeedConfirm": "Public cleartext FTP needs a PLAINTEXT confirmation",
|
|
160
|
+
"plainConfirmTitle": "Start public FTP without FTPS?",
|
|
161
|
+
"plainConfirmDesc": "Port 21 will accept logins and data in the clear on the public address.",
|
|
162
|
+
"plainConfirmC1": "Usernames and passwords are visible on the network.",
|
|
163
|
+
"plainConfirmC2": "PASV will advertise the configured public IP.",
|
|
164
|
+
"plainConfirmC3": "Host firewall and cloud security group are not opened for you.",
|
|
165
|
+
"plainConfirmAction": "Start cleartext FTP"
|
|
150
166
|
}
|
|
@@ -144,5 +144,7 @@
|
|
|
144
144
|
"engineBrowserNeedChrome": "Real browser (Chrome not installed)",
|
|
145
145
|
"egressHint": "The target site sees this server’s outbound address ({{host}}), not your laptop. Cookies stay in the server session jar.",
|
|
146
146
|
"closeNoSession": "No session yet",
|
|
147
|
-
"resumeHintDetail": "Resume previous session ({{count}} tabs) · {{url}} · {{when}}"
|
|
147
|
+
"resumeHintDetail": "Resume previous session ({{count}} tabs) · {{url}} · {{when}}",
|
|
148
|
+
"resumeHintOwned": "Resume last browse for {{user}} ({{count}} tabs) · {{url}} · {{when}}",
|
|
149
|
+
"clearSessionData": "Clear session data"
|
|
148
150
|
}
|
package/locales/bn/migrate.json
CHANGED
|
@@ -91,5 +91,18 @@
|
|
|
91
91
|
"expandAllWarnings": "Show all {{n}} warnings",
|
|
92
92
|
"collapseWarnings": "Show fewer",
|
|
93
93
|
"inventoriedWarn": "Inventoried · {{n}} warnings",
|
|
94
|
-
"orphanMtime": "Last modified {{at}}"
|
|
94
|
+
"orphanMtime": "Last modified {{at}}",
|
|
95
|
+
"inventoriedOrphans": "Inventoried · {{n}} leftover homes",
|
|
96
|
+
"inventoriedWarnAndOrphans": "Inventoried · {{w}} warnings · {{n}} leftover",
|
|
97
|
+
"orphanHomesTitle": "Leftover project homes ({{count}})",
|
|
98
|
+
"orphanHomesSummary": "{{count}} path(s) on disk are not in the store. Back up first if unsure, then remove unused paths.",
|
|
99
|
+
"orphanColHome": "Home",
|
|
100
|
+
"orphanColModified": "Modified",
|
|
101
|
+
"orphanKpi": "Leftover",
|
|
102
|
+
"sourceOs": "OS",
|
|
103
|
+
"sourceDataDir": "dataDir",
|
|
104
|
+
"sourceDbRedis": "Databases / Redis",
|
|
105
|
+
"sourceDbRedisValue": "{{db}} databases · {{redis}} Redis",
|
|
106
|
+
"orphanColEntries": "Entries",
|
|
107
|
+
"orphanEntries": "{{n}} top-level entries in the directory"
|
|
95
108
|
}
|
package/locales/bn/network.json
CHANGED
package/locales/bn/nginx.json
CHANGED
|
@@ -80,5 +80,8 @@
|
|
|
80
80
|
"setHsts": "HSTS",
|
|
81
81
|
"setCfRealIp": "ক্লাউডফ্লেয়ার রিয়েল আইপি",
|
|
82
82
|
"setIndexes": "ডিরেক্টরি তালিকা",
|
|
83
|
-
"bodyInherit": "গ্লোবাল"
|
|
83
|
+
"bodyInherit": "গ্লোবাল",
|
|
84
|
+
"stopSites": "{{n}} site(s) will stop answering HTTP.",
|
|
85
|
+
"purgeCacheTitle": "Purge Nginx cache and reload?",
|
|
86
|
+
"purgeCacheDesc": "Clears the on-disk cache and reloads Nginx. Live sites stay up."
|
|
84
87
|
}
|
package/locales/bn/notes.json
CHANGED
|
@@ -65,10 +65,18 @@
|
|
|
65
65
|
"sidecarPushed": "এছাড়াও ধাক্কা SQL সাইডকার {{name}}",
|
|
66
66
|
"controlPlaneDryRun": "শুধুমাত্র পূর্বরূপ — কিছুই লেখা নেই। প্যানেলে, পুনরুদ্ধার ব্যবহার করুন এবং বাক্যাংশটি লিখতে নিশ্চিত করুন।",
|
|
67
67
|
"controlPlaneNeedConfirm": "সম্পূর্ণ কন্ট্রোল-প্লেন পুনরুদ্ধারের জন্য নিশ্চিত বাক্যাংশ রিস্টোর-কন্ট্রোল-প্লেন প্রয়োজন।",
|
|
68
|
-
"controlPlaneRestartAfter": "সফল পুনরুদ্ধারের পরে API পুনরায় চালু করুন।"
|
|
68
|
+
"controlPlaneRestartAfter": "সফল পুনরুদ্ধারের পরে API পুনরায় চালু করুন।",
|
|
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."
|
|
69
73
|
},
|
|
70
74
|
"redis": {
|
|
71
|
-
"cliMissing": "redis-cli ইনস্টল করা নেই"
|
|
75
|
+
"cliMissing": "redis-cli ইনস্টল করা নেই",
|
|
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}}"
|
|
72
80
|
},
|
|
73
81
|
"nginx": {
|
|
74
82
|
"reloaded": "nginx পুনরায় লোড করা হয়েছে",
|
|
@@ -91,7 +99,8 @@
|
|
|
91
99
|
"vsftpdStarted": "vsftpd শুরু হয়েছে",
|
|
92
100
|
"openPortsStep": "ফায়ারওয়াল পোর্ট (ম্যানুয়াল)",
|
|
93
101
|
"openPortsReminder": "হোস্ট ফায়ারওয়াল এবং ক্লাউড সিকিউরিটি গ্রুপে TCP পোর্ট খুলুন: {{ports}}। FTPS আবেদন আপনার জন্য পোর্ট খুলবে না।",
|
|
94
|
-
"openPortsPasvHint": "যদি লগইন কাজ করে কিন্তু ডিরেক্টরি LIST বার হয়ে যায়, PASV ডেটা পরিসর ব্লক করা হয় — পূর্ণ খুলুন"
|
|
102
|
+
"openPortsPasvHint": "যদি লগইন কাজ করে কিন্তু ডিরেক্টরি LIST বার হয়ে যায়, PASV ডেটা পরিসর ব্লক করা হয় — পূর্ণ খুলুন",
|
|
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."
|
|
95
104
|
},
|
|
96
105
|
"deploy": {
|
|
97
106
|
"nodeMissingIsolated": "বিচ্ছিন্ন স্থাপনার জন্য নোড বাইনারি অনুপস্থিত: {{path}} — নোড {{version}} টুলচেইন ইনস্টল করুন তারপর পুনরায় স্থাপন করুন। 203/EXEC হবে এমন একটি ইউনিট লিখতে অস্বীকার করা।",
|
|
@@ -146,7 +155,17 @@
|
|
|
146
155
|
"applyDigOk": "PowerDNS BIND: তালিকা-জোন + ডিগ ঠিক আছে",
|
|
147
156
|
"applyDigFail": "conf-এ নিবন্ধিত অঞ্চল কিন্তু খনন এখনও খালি/অস্বীকৃত — মার্কিং প্রয়োগ করা হয়নি",
|
|
148
157
|
"applySyncIncomplete": "PowerDNS বাইন্ড সিঙ্ক অসম্পূর্ণ — শুধুমাত্র ডিস্কে জোন ফাইল (প্রযোজ্য নয়)। EXECUTE/root বা pdns লগ ঠিক করুন।",
|
|
149
|
-
"writeOnlyHint": "শুধুমাত্র জোন ফাইল লিখিত — নামের রেজিস্টার লোড/আবেদন না করা পর্যন্ত PowerDNS উত্তর দেবে না"
|
|
158
|
+
"writeOnlyHint": "শুধুমাত্র জোন ফাইল লিখিত — নামের রেজিস্টার লোড/আবেদন না করা পর্যন্ত PowerDNS উত্তর দেবে না",
|
|
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}}"
|
|
150
169
|
},
|
|
151
170
|
"db": {
|
|
152
171
|
"needExecuteCreate": "হোস্ট এক্সিকিউট বন্ধ আছে; প্যানেল থেকে ডাটাবেস তৈরি করতে পারে না",
|
|
@@ -3008,7 +3027,16 @@
|
|
|
3008
3027
|
"linuxUserRolledBack": "VNC পাসওয়ার্ড ব্যর্থ হওয়ার পরে অবশিষ্ট Linux ব্যবহারকারী {{user}} সরানো হয়েছে৷",
|
|
3009
3028
|
"linuxUserOrphan": "VNC পাসওয়ার্ড ব্যর্থ হওয়ার পরে অবশিষ্ট Linux ব্যবহারকারী {{user}} সরানো যায়নি।",
|
|
3010
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.",
|
|
3011
|
-
"userdelLeftover": "Panel account removed, but Linux user {{user}} is still on the host. Remove it from Users or the host."
|
|
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."
|
|
3012
3040
|
},
|
|
3013
3041
|
"apache": {
|
|
3014
3042
|
"needServerName": "সার্ভার নাম প্রয়োজন",
|
|
@@ -3093,7 +3121,15 @@
|
|
|
3093
3121
|
"staleCliRemoved": "অবশিষ্ট CLI {{path}} সরানো হয়েছে।",
|
|
3094
3122
|
"staleCliRemoveFailed": "অবশিষ্ট CLI {{path}} সরানো যায়নি: {{detail}}",
|
|
3095
3123
|
"vsftpdSslOff": "FTPS সনদ নেই; vsftpd-এ ssl_enable=NO করে পুনরায় চালু করা হয়েছে।",
|
|
3096
|
-
"dovecotSslOff": "{{path}} নেই; Dovecot-এ ssl=no করে পুনরায় চালু করা হয়েছে।"
|
|
3124
|
+
"dovecotSslOff": "{{path}} নেই; Dovecot-এ ssl=no করে পুনরায় চালু করা হয়েছে।",
|
|
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."
|
|
3097
3133
|
},
|
|
3098
3134
|
"git": {
|
|
3099
3135
|
"missingBin": "git PATH-এ নেই",
|
package/locales/bn/projects.json
CHANGED
|
@@ -62,7 +62,8 @@
|
|
|
62
62
|
"deployTitle": "পরবর্তী: স্থাপন",
|
|
63
63
|
"deployBody": "হেডারে Deploy ব্যবহার করুন বা Git এর জন্য Deploy ট্যাব ব্যবহার করুন।",
|
|
64
64
|
"nginxTitle": "পরবর্তী: Nginx প্রকাশ করুন",
|
|
65
|
-
"nginxBody": "Nginx (ঐচ্ছিক SSL) প্রকাশ করতে নেটওয়ার্ক ট্যাব খুলুন।"
|
|
65
|
+
"nginxBody": "Nginx (ঐচ্ছিক SSL) প্রকাশ করতে নেটওয়ার্ক ট্যাব খুলুন।",
|
|
66
|
+
"provisionOsAction": "Create system user"
|
|
66
67
|
},
|
|
67
68
|
"healthDetail": {
|
|
68
69
|
"none": "এখনও স্বাস্থ্য পরীক্ষা হয়নি",
|
|
@@ -406,5 +406,7 @@
|
|
|
406
406
|
"banSelectedConfirmDesc": "These addresses will be blocked on the host: {{ips}}",
|
|
407
407
|
"freshnessMissing": "No database",
|
|
408
408
|
"freshnessStale": "Stale",
|
|
409
|
-
"freshnessFresh": "Current"
|
|
409
|
+
"freshnessFresh": "Current",
|
|
410
|
+
"banConfirmMethod": "Method: {{method}}",
|
|
411
|
+
"banConfirmUntilUnban": "Stays banned until you unban it (or fail2ban expiry)."
|
|
410
412
|
}
|
|
@@ -41,5 +41,9 @@
|
|
|
41
41
|
"serverNameMismatch": "লাইভ কনফ {{live}}; ফর্মে {{draft}}। প্রতিস্থাপনে প্রয়োগ করুন।",
|
|
42
42
|
"executeFlag": "Execute",
|
|
43
43
|
"asRoot": "Root",
|
|
44
|
-
"statusDraft": "Draft / not applied"
|
|
44
|
+
"statusDraft": "Draft / not applied",
|
|
45
|
+
"liveName": "Live name",
|
|
46
|
+
"draftName": "Draft name",
|
|
47
|
+
"draftUnapplied": "This draft is not applied. Nginx still serves the live name.",
|
|
48
|
+
"discardDraft": "Discard draft"
|
|
45
49
|
}
|
package/locales/bn/redis.json
CHANGED
|
@@ -82,5 +82,10 @@
|
|
|
82
82
|
"scanCapped": "Showing the first {{n}} matches.",
|
|
83
83
|
"dbOptionKeys": "DB {{i}} · {{n}} keys",
|
|
84
84
|
"dbOptionEmpty": "DB {{i}} · empty",
|
|
85
|
-
"insecureShort": "No password"
|
|
85
|
+
"insecureShort": "No password",
|
|
86
|
+
"generateRequirepass": "Generate and apply password",
|
|
87
|
+
"generateRequirepassTitle": "Generate a Redis password?",
|
|
88
|
+
"generateRequirepassDesc": "Writes requirepass and restarts Redis. The password is shown once. Host change needs EXECUTE.",
|
|
89
|
+
"generateRequirepassDone": "Redis password applied",
|
|
90
|
+
"generatedOnce": "Generated password (shown once): {{password}}"
|
|
86
91
|
}
|
package/locales/bn/security.json
CHANGED
|
@@ -449,5 +449,7 @@
|
|
|
449
449
|
"policyNeedSelf2fa": "প্রথমে এই অ্যাকাউন্টে 2FA সক্ষম করুন, তারপর একটি TOTP কোড দিয়ে নিশ্চিত করুন৷",
|
|
450
450
|
"revokeAllDevicesTitle": "মনে রাখা প্রতিটি ডিভাইস প্রত্যাহার করুন — আপনাকে এবং অন্যান্য প্রশাসকদের আবার 2FA যাচাই করতে হবে",
|
|
451
451
|
"statSshValue": "{{keys}} keys · {{auth}} authorized",
|
|
452
|
-
"statSshHint": "Outbound identities / authorized login keys"
|
|
452
|
+
"statSshHint": "Outbound identities / authorized login keys",
|
|
453
|
+
"needCurrentPassword": "Enter the current password first",
|
|
454
|
+
"passwordMin8": "New password must be at least 8 characters"
|
|
453
455
|
}
|
package/locales/bn/services.json
CHANGED
|
@@ -94,5 +94,13 @@
|
|
|
94
94
|
"tool": "Tool",
|
|
95
95
|
"activating": "Starting"
|
|
96
96
|
},
|
|
97
|
-
"sshdBootOffWarn": "sshd is not enabled on boot. After reboot this host will have no SSH rescue path."
|
|
97
|
+
"sshdBootOffWarn": "sshd is not enabled on boot. After reboot this host will have no SSH rescue path.",
|
|
98
|
+
"restartConfirmTitle": "Restart {{label}}?",
|
|
99
|
+
"restartConfirmDesc": "Restart {{label}} now. Active connections may drop.",
|
|
100
|
+
"startVerifyFailed": "{{label}} start did not stay healthy.",
|
|
101
|
+
"stopNeedConfirmImpact": "Stop {{label}}? Active connections to this service will drop.",
|
|
102
|
+
"reloadTitle": "Reload {{label}} configuration without a full restart",
|
|
103
|
+
"stopConfirmPanelSshdOffDesc": "The panel and API will go offline. sshd is not enabled on boot, so SSH may not be a rescue path after reboot.",
|
|
104
|
+
"stopConfirmPanelSshdOffConsequence": "sshd is not enabled on boot. After reboot you may have no SSH rescue path.",
|
|
105
|
+
"ufwNoLifecycle": "UFW is not started or stopped from this matrix."
|
|
98
106
|
}
|
package/locales/bn/system.json
CHANGED
|
@@ -87,7 +87,8 @@
|
|
|
87
87
|
"cliNoSocket": "CLI কোন লাইভ HTTP সকেট নেই; servingHttps কনফিগ এবং লিসেন সকেট (ss) থেকে অনুমান করা হয়েছে।",
|
|
88
88
|
"listenHost": "ঠিকানা শুনুন",
|
|
89
89
|
"currentHost": "এই অধিবেশন",
|
|
90
|
-
"replaceCert": "একটি বিশ্বস্ত শংসাপত্র দিয়ে প্রতিস্থাপন করুন"
|
|
90
|
+
"replaceCert": "একটি বিশ্বস্ত শংসাপত্র দিয়ে প্রতিস্থাপন করুন",
|
|
91
|
+
"needFqdn": "Need a FQDN (example.com), not a bare hostname"
|
|
91
92
|
},
|
|
92
93
|
"timeNtp": "সময় এবং NTP",
|
|
93
94
|
"clockStatus": "সিস্টেম ঘড়ির অবস্থা",
|
|
@@ -206,5 +207,9 @@
|
|
|
206
207
|
"noScheduledPower": "কোনো রিবুট বা পাওয়ার অফ নির্ধারিত নেই",
|
|
207
208
|
"timezoneNow": "Host time now: {{time}} ({{tz}})",
|
|
208
209
|
"timezoneBrowserDiff": "This host uses {{host}}; your browser uses {{browser}}. Changing timezone here changes the host clock, not the browser.",
|
|
209
|
-
"notExported": "Not exported yet"
|
|
210
|
+
"notExported": "Not exported yet",
|
|
211
|
+
"nginxRemoveLeftover": "Remove leftover",
|
|
212
|
+
"nginxRemoveLeftoverTitle": "Remove leftover nginx conf?",
|
|
213
|
+
"nginxRemoveLeftoverDesc": "Deletes {{name}} from the panel inventory. The live /etc/nginx copy is removed only with YSK_EXECUTE + root. 000-default is not leftover and cannot be deleted here.",
|
|
214
|
+
"needExecuteRoot": "Needs YSK_EXECUTE + root"
|
|
210
215
|
}
|