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
|
@@ -15,7 +15,9 @@
|
|
|
15
15
|
"failed": "ناکام",
|
|
16
16
|
"error": "خرابی",
|
|
17
17
|
"unknown": "تفتیش نہیں ہوئی۔",
|
|
18
|
-
"fallback": "نامعلوم"
|
|
18
|
+
"fallback": "نامعلوم",
|
|
19
|
+
"activating": "Starting",
|
|
20
|
+
"stuck": "Start stuck"
|
|
19
21
|
},
|
|
20
22
|
"liveN": "{{count}} آن لائن",
|
|
21
23
|
"registeredOnly": "صرف رجسٹرڈ",
|
|
@@ -140,7 +142,10 @@
|
|
|
140
142
|
"historyTitleShort": "کمانڈ کی تاریخ کھولیں (صرف پڑھنے کے لیے)",
|
|
141
143
|
"expEdge": "ایک کنارے پر:",
|
|
142
144
|
"noteAllowlist": "Agent tool calls must pass the allowlist.",
|
|
143
|
-
"noteRbacCap": "Agent role is capped at write-low."
|
|
145
|
+
"noteRbacCap": "Agent role is capped at write-low.",
|
|
146
|
+
"journal": "journal",
|
|
147
|
+
"activatingStuckHint": "Activating longer than 5 minutes — treated as failed. Check journal.",
|
|
148
|
+
"noOnlineAgents": "No agents online"
|
|
144
149
|
},
|
|
145
150
|
"ai": {
|
|
146
151
|
"status": {
|
|
@@ -262,7 +267,9 @@
|
|
|
262
267
|
"sslTerminatedUpstream": "TLS سامنے Nginx پر ختم ہوتا ہے۔",
|
|
263
268
|
"removeArtifactHint": "صرف یہ باقی ڈسک conf ہٹاتا ہے۔ پراجیکٹ نہیں مٹتا۔",
|
|
264
269
|
"sourceOrphan": "Leftover",
|
|
265
|
-
"orphanSite": "Project gone"
|
|
270
|
+
"orphanSite": "Project gone",
|
|
271
|
+
"pillSitesSplit": "{{n}} sites · {{leftover}} leftover",
|
|
272
|
+
"stopSites": "{{n}} site(s) will stop answering HTTP."
|
|
266
273
|
},
|
|
267
274
|
"applyStatus": {
|
|
268
275
|
"draft": "مسودہ",
|
|
@@ -455,7 +462,23 @@
|
|
|
455
462
|
"goLogs": "Open logs",
|
|
456
463
|
"goAbout": "Backup notes",
|
|
457
464
|
"skippedPendingOs": "Skipped — OS user / home not provisioned",
|
|
458
|
-
"latestFile": "Latest archive"
|
|
465
|
+
"latestFile": "Latest archive",
|
|
466
|
+
"tabTrash": "Recycle bin",
|
|
467
|
+
"trashTitle": "Recycle bin ({{count}})",
|
|
468
|
+
"trashSub": "Deleted archives stay here for 7 days, then they are removed permanently.",
|
|
469
|
+
"trashEmpty": "Recycle bin is empty",
|
|
470
|
+
"trashEmptyDesc": "Deleted backup files appear here for 7 days.",
|
|
471
|
+
"trashRestore": "Restore",
|
|
472
|
+
"trashPurge": "Delete forever",
|
|
473
|
+
"trashEmptyAll": "Empty recycle bin",
|
|
474
|
+
"trashExpires": "Expires {{at}}",
|
|
475
|
+
"trashPurgeTitle": "Permanently delete this backup?",
|
|
476
|
+
"trashPurgeDesc": "Permanently delete {{name}}. This cannot be undone.",
|
|
477
|
+
"trashEmptyTitle": "Empty recycle bin?",
|
|
478
|
+
"trashEmptyDescConfirm": "Permanently delete {{count}} archive(s). Type the count to confirm.",
|
|
479
|
+
"trashRestored": "Restored from recycle bin",
|
|
480
|
+
"trashPurged": "Permanently deleted",
|
|
481
|
+
"trashedOk": "Moved to recycle bin"
|
|
459
482
|
},
|
|
460
483
|
"btTracker": {
|
|
461
484
|
"title": "بی ٹی ٹریکر",
|
|
@@ -653,7 +676,10 @@
|
|
|
653
676
|
"statsLibraryHint": "Torrents in the panel library / file shares",
|
|
654
677
|
"statsTrackerLeftover": "Tracker leftover",
|
|
655
678
|
"statsTrackerLeftoverHint": "Tracker announce hashes that are not library rows",
|
|
656
|
-
"statsAnnouncesHint": "Announce requests seen by the tracker process"
|
|
679
|
+
"statsAnnouncesHint": "Announce requests seen by the tracker process",
|
|
680
|
+
"leftoverHashesTitle": "Tracker leftover hashes",
|
|
681
|
+
"leftoverHashesHint": "Read-only. These announces are not library or share rows.",
|
|
682
|
+
"publicHostMissingLive": "Tracker is listening but public announce host is not set. Off-host peers cannot find this seed."
|
|
657
683
|
},
|
|
658
684
|
"catalog": {
|
|
659
685
|
"sw": {
|
|
@@ -890,7 +916,9 @@
|
|
|
890
916
|
"hitMiss": "Hits {{hits}} / misses {{misses}}",
|
|
891
917
|
"cacheBytes": "Cache ≈ {{n}} B",
|
|
892
918
|
"hitRateUnknown": "No access log with cache status and no cache directory, so hit rate cannot be estimated.",
|
|
893
|
-
"offlineHint": "Offline — probe failed. Remove the node if it is leftover."
|
|
919
|
+
"offlineHint": "Offline — probe failed. Remove the node if it is leftover.",
|
|
920
|
+
"applyFailedNoNote": "No stored reason. Re-apply to capture the error.",
|
|
921
|
+
"statApplyFailed": "Apply failed"
|
|
894
922
|
},
|
|
895
923
|
"cli": {
|
|
896
924
|
"unknownCommand": "نامعلوم کمانڈ: {{command}}\n`{{cli}} مدد` چلائیں۔",
|
|
@@ -2204,7 +2232,8 @@
|
|
|
2204
2232
|
"hidePassword": "چھپائیں",
|
|
2205
2233
|
"more": "مزید",
|
|
2206
2234
|
"redirectedTo": "{{to}} کھولا گیا (پہلے {{from}})",
|
|
2207
|
-
"unavailable": "Not available right now"
|
|
2235
|
+
"unavailable": "Not available right now",
|
|
2236
|
+
"ok": "OK"
|
|
2208
2237
|
},
|
|
2209
2238
|
"cron": {
|
|
2210
2239
|
"presetCdTrue": "سی ڈی ایپ + سچ (ٹیسٹ)",
|
|
@@ -2372,7 +2401,10 @@
|
|
|
2372
2401
|
"writtenOnHostHint": "Lines already written to the host crontab",
|
|
2373
2402
|
"registeredJobsHint": "Jobs registered in the panel (including pending install)",
|
|
2374
2403
|
"pendingInstallCount": "{{n}} pending install",
|
|
2375
|
-
"systemJobBadge": "No project · system user"
|
|
2404
|
+
"systemJobBadge": "No project · system user",
|
|
2405
|
+
"willNotRun": "Not written to system crontab — will not run.",
|
|
2406
|
+
"pendingStale": "Not written to system crontab for {{days}} day(s) — it will not run.",
|
|
2407
|
+
"jobsTabPending": "Jobs ({{count}}) · pending {{pending}}"
|
|
2376
2408
|
},
|
|
2377
2409
|
"dashboard": {
|
|
2378
2410
|
"title": "ڈیش بورڈ",
|
|
@@ -2418,7 +2450,8 @@
|
|
|
2418
2450
|
"mode": {
|
|
2419
2451
|
"degraded": "تنزلی",
|
|
2420
2452
|
"production_capable": "پیداوار تیار ہے",
|
|
2421
|
-
"normal": "عام"
|
|
2453
|
+
"normal": "عام",
|
|
2454
|
+
"blocked": "blocked"
|
|
2422
2455
|
},
|
|
2423
2456
|
"details": "تفصیلات",
|
|
2424
2457
|
"certExpiryTitle": "سرٹیفکیٹ کی میعاد:",
|
|
@@ -2502,7 +2535,8 @@
|
|
|
2502
2535
|
"warn": "Warning",
|
|
2503
2536
|
"bad": "Problem"
|
|
2504
2537
|
},
|
|
2505
|
-
"publicNo2fa": "This panel listens on all interfaces and your admin account has no 2FA."
|
|
2538
|
+
"publicNo2fa": "This panel listens on all interfaces and your admin account has no 2FA.",
|
|
2539
|
+
"readinessBlocked": "{{n}} blocker(s)"
|
|
2506
2540
|
},
|
|
2507
2541
|
"dataTable": {
|
|
2508
2542
|
"empty": "کوئی ڈیٹا نہیں۔",
|
|
@@ -2757,7 +2791,24 @@
|
|
|
2757
2791
|
"fleetApplyTitle": "بحری بیڑے کے اراکین پر قطار کا اطلاق ہوتا ہے؟",
|
|
2758
2792
|
"redirectedFromCluster": "You were redirected here from /cluster. This is the database cluster tab.",
|
|
2759
2793
|
"roleUnassigned": "No role assigned",
|
|
2760
|
-
"standaloneOtherEngines": "This engine is standalone. Other engines have clusters: {{names}}."
|
|
2794
|
+
"standaloneOtherEngines": "This engine is standalone. Other engines have clusters: {{names}}.",
|
|
2795
|
+
"notApplied": "Not applied",
|
|
2796
|
+
"plannedAt": "Created {{when}}",
|
|
2797
|
+
"clearStalePlans": "Clear stale plans",
|
|
2798
|
+
"clearStalePlansTitle": "Delete stale planned clusters?",
|
|
2799
|
+
"clearStalePlansDesc": "Deletes {{n}} planned/draft registration(s) older than 7 days. Does not apply or push. System conf is not touched.",
|
|
2800
|
+
"landingTitle": "Database cluster",
|
|
2801
|
+
"landingDesc": "No database engine is installed on this host. Open an engine page to install, then return here.",
|
|
2802
|
+
"landingNoneInstalled": "MySQL, MariaDB, PostgreSQL, and Redis are not installed. /cluster does not open a MySQL tab when MySQL is missing.",
|
|
2803
|
+
"openEngine": "Open {{engine}}",
|
|
2804
|
+
"overviewPill": "Clusters {{n}}",
|
|
2805
|
+
"enginesInstalled": "Engines",
|
|
2806
|
+
"plannedCount": "Planned",
|
|
2807
|
+
"overviewList": "Clusters ({{count}})",
|
|
2808
|
+
"overviewEmpty": "No cluster registrations yet.",
|
|
2809
|
+
"engine": "Engine",
|
|
2810
|
+
"kind": "Kind",
|
|
2811
|
+
"members": "Members"
|
|
2761
2812
|
},
|
|
2762
2813
|
"console": {
|
|
2763
2814
|
"dataBrowse": "ڈیٹا براؤز کریں۔",
|
|
@@ -3090,7 +3141,11 @@
|
|
|
3090
3141
|
"installConfirmConsequence": "انسٹال اور شروع کے بعد PowerDNS پورٹ 53 باندھے گا۔",
|
|
3091
3142
|
"installPort53Busy": "پورٹ 53 پہلے سے سن رہا ہے۔ اس سننے والے کو روکے یا ٹھیک کیے بغیر PowerDNS بائنڈ ناکام ہو سکتا ہے۔",
|
|
3092
3143
|
"installPort53BusyConsequence": "پورٹ 53 پر جواب کی توقع سے پہلے بائنڈ ٹھیک کریں یا دوسرا سننے والا روکیں۔",
|
|
3093
|
-
"createZoneNeedValid": "Enter a valid zone name and IPv4 address"
|
|
3144
|
+
"createZoneNeedValid": "Enter a valid zone name and IPv4 address",
|
|
3145
|
+
"startProbeFailed": "Could not re-check DNS health after start",
|
|
3146
|
+
"startNotListening": "PowerDNS start returned, but the unit is not answering on port 53",
|
|
3147
|
+
"goStartService": "Start DNS service",
|
|
3148
|
+
"startBindHint": "If start returns to stopped, port 53 is often held by systemd-resolved. Use Heal bind below, then start again."
|
|
3094
3149
|
},
|
|
3095
3150
|
"docker": {
|
|
3096
3151
|
"title": "Docker",
|
|
@@ -3142,7 +3197,8 @@
|
|
|
3142
3197
|
"created": "Created",
|
|
3143
3198
|
"dead": "Dead",
|
|
3144
3199
|
"removing": "Removing",
|
|
3145
|
-
"unknown": "Unknown"
|
|
3200
|
+
"unknown": "Unknown",
|
|
3201
|
+
"exitedCode": "Exited ({{n}})"
|
|
3146
3202
|
},
|
|
3147
3203
|
"actions": {
|
|
3148
3204
|
"start": "چلائیں",
|
|
@@ -3850,7 +3906,10 @@
|
|
|
3850
3906
|
"opendkimNoReload": "OpenDKIM ری لوڈ نہیں کرتا — کلید یا جدول بدلنے کے بعد ری اسٹارٹ استعمال کریں۔",
|
|
3851
3907
|
"opendkimNoReloadTitle": "اس اسٹیک پر systemctl reload opendkim معاون نہیں",
|
|
3852
3908
|
"tlsRequestLeFor": "Request LE for {{host}}",
|
|
3853
|
-
"deliverabilityChecks": "Checks"
|
|
3909
|
+
"deliverabilityChecks": "Checks",
|
|
3910
|
+
"healthPartialScore": "Partial {{n}}/100 (DNS only)",
|
|
3911
|
+
"healthPartialHint": "DNS checklist only — live and blacklist not probed.",
|
|
3912
|
+
"deleteImpact": "{{mailboxes}} mailboxes · {{records}} DNS records · {{aliases}} aliases"
|
|
3854
3913
|
},
|
|
3855
3914
|
"errors": {
|
|
3856
3915
|
"YSK_UNAUTHORIZED": "غیر مجاز",
|
|
@@ -4381,7 +4440,8 @@
|
|
|
4381
4440
|
"unshareDesc": "Revoke the link for {{name}} ({{url}}). The link stops working immediately.",
|
|
4382
4441
|
"pillTrash": "{{count}} in trash",
|
|
4383
4442
|
"pillSpace": "{{used}} used",
|
|
4384
|
-
"webdavTokenInactive": "Disabled — token #{{id}} is not active"
|
|
4443
|
+
"webdavTokenInactive": "Disabled — token #{{id}} is not active",
|
|
4444
|
+
"webdavOffNoToken": "Disabled (no active token)"
|
|
4385
4445
|
},
|
|
4386
4446
|
"firewall": {
|
|
4387
4447
|
"profiles": {
|
|
@@ -4642,7 +4702,23 @@
|
|
|
4642
4702
|
"detectPublicIpTitle": "اس میزبان سے پہلا نان لوپ بیک IPv4 پُر کریں۔",
|
|
4643
4703
|
"pasvIpRequired": "لاگو کرنے سے پہلے PASV پبلک IP سیٹ کریں (NAT/کلاؤڈ)۔ پتہ لگائیں یا پتہ لکھیں۔",
|
|
4644
4704
|
"vsftpdFailedGeneric": "vsftpd failed. Open the Service tab for live settings and journal.",
|
|
4645
|
-
"stateFailed": "Failed to start"
|
|
4705
|
+
"stateFailed": "Failed to start",
|
|
4706
|
+
"plaintextInsecure": "Cleartext FTP (no TLS) — insecure. Enable FTPS before exposing port 21.",
|
|
4707
|
+
"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.",
|
|
4708
|
+
"bindAddress": "Listen scope",
|
|
4709
|
+
"bindAddressHint": "New installs bind to this host only. Public listen without FTPS needs a typed confirmation.",
|
|
4710
|
+
"bindLocal": "This host only",
|
|
4711
|
+
"bindLocalHint": "127.0.0.1 — fine without TLS for local tests",
|
|
4712
|
+
"bindPublic": "Public",
|
|
4713
|
+
"bindPublicHint": "All interfaces — enable FTPS or confirm PLAINTEXT",
|
|
4714
|
+
"enableFtpsAndStart": "Enable FTPS and start",
|
|
4715
|
+
"publicPlainNeedConfirm": "Public cleartext FTP needs a PLAINTEXT confirmation",
|
|
4716
|
+
"plainConfirmTitle": "Start public FTP without FTPS?",
|
|
4717
|
+
"plainConfirmDesc": "Port 21 will accept logins and data in the clear on the public address.",
|
|
4718
|
+
"plainConfirmC1": "Usernames and passwords are visible on the network.",
|
|
4719
|
+
"plainConfirmC2": "PASV will advertise the configured public IP.",
|
|
4720
|
+
"plainConfirmC3": "Host firewall and cloud security group are not opened for you.",
|
|
4721
|
+
"plainConfirmAction": "Start cleartext FTP"
|
|
4646
4722
|
},
|
|
4647
4723
|
"geo": {
|
|
4648
4724
|
"continents": {
|
|
@@ -4941,7 +5017,9 @@
|
|
|
4941
5017
|
"engineBrowserNeedChrome": "Real browser (Chrome not installed)",
|
|
4942
5018
|
"egressHint": "The target site sees this server’s outbound address ({{host}}), not your laptop. Cookies stay in the server session jar.",
|
|
4943
5019
|
"closeNoSession": "No session yet",
|
|
4944
|
-
"resumeHintDetail": "Resume previous session ({{count}} tabs) · {{url}} · {{when}}"
|
|
5020
|
+
"resumeHintDetail": "Resume previous session ({{count}} tabs) · {{url}} · {{when}}",
|
|
5021
|
+
"resumeHintOwned": "Resume last browse for {{user}} ({{count}} tabs) · {{url}} · {{when}}",
|
|
5022
|
+
"clearSessionData": "Clear session data"
|
|
4945
5023
|
},
|
|
4946
5024
|
"listToolbar": {
|
|
4947
5025
|
"searchPlaceholder": "تلاش کریں…",
|
|
@@ -5402,7 +5480,20 @@
|
|
|
5402
5480
|
"expandAllWarnings": "Show all {{n}} warnings",
|
|
5403
5481
|
"collapseWarnings": "Show fewer",
|
|
5404
5482
|
"inventoriedWarn": "Inventoried · {{n}} warnings",
|
|
5405
|
-
"orphanMtime": "Last modified {{at}}"
|
|
5483
|
+
"orphanMtime": "Last modified {{at}}",
|
|
5484
|
+
"inventoriedOrphans": "Inventoried · {{n}} leftover homes",
|
|
5485
|
+
"inventoriedWarnAndOrphans": "Inventoried · {{w}} warnings · {{n}} leftover",
|
|
5486
|
+
"orphanHomesTitle": "Leftover project homes ({{count}})",
|
|
5487
|
+
"orphanHomesSummary": "{{count}} path(s) on disk are not in the store. Back up first if unsure, then remove unused paths.",
|
|
5488
|
+
"orphanColHome": "Home",
|
|
5489
|
+
"orphanColModified": "Modified",
|
|
5490
|
+
"orphanKpi": "Leftover",
|
|
5491
|
+
"sourceOs": "OS",
|
|
5492
|
+
"sourceDataDir": "dataDir",
|
|
5493
|
+
"sourceDbRedis": "Databases / Redis",
|
|
5494
|
+
"sourceDbRedisValue": "{{db}} databases · {{redis}} Redis",
|
|
5495
|
+
"orphanColEntries": "Entries",
|
|
5496
|
+
"orphanEntries": "{{n}} top-level entries in the directory"
|
|
5406
5497
|
},
|
|
5407
5498
|
"multiCheck": {
|
|
5408
5499
|
"customPlaceholder": "حسب ضرورت کوڈ",
|
|
@@ -5670,7 +5761,9 @@
|
|
|
5670
5761
|
"up": "Up",
|
|
5671
5762
|
"down": "Down",
|
|
5672
5763
|
"unknown": "Unknown",
|
|
5673
|
-
"other": "Other"
|
|
5764
|
+
"other": "Other",
|
|
5765
|
+
"loopback": "Always on",
|
|
5766
|
+
"loopbackHint": "Loopback is always available and cannot be changed."
|
|
5674
5767
|
}
|
|
5675
5768
|
},
|
|
5676
5769
|
"nginx": {
|
|
@@ -5755,7 +5848,10 @@
|
|
|
5755
5848
|
"setHsts": "HSTS",
|
|
5756
5849
|
"setCfRealIp": "Cloudflare اصلی IP",
|
|
5757
5850
|
"setIndexes": "ڈائریکٹری لسٹنگ",
|
|
5758
|
-
"bodyInherit": "عالمی"
|
|
5851
|
+
"bodyInherit": "عالمی",
|
|
5852
|
+
"stopSites": "{{n}} site(s) will stop answering HTTP.",
|
|
5853
|
+
"purgeCacheTitle": "Purge Nginx cache and reload?",
|
|
5854
|
+
"purgeCacheDesc": "Clears the on-disk cache and reloads Nginx. Live sites stay up."
|
|
5759
5855
|
},
|
|
5760
5856
|
"notFound": {
|
|
5761
5857
|
"title": "صفحہ نہیں ملا",
|
|
@@ -5830,10 +5926,18 @@
|
|
|
5830
5926
|
"sidecarPushed": "ایس کیو ایل سائڈ کار {{name}} کو بھی دھکیل دیا",
|
|
5831
5927
|
"controlPlaneDryRun": "صرف پیش نظارہ - کچھ نہیں لکھا۔ پینل میں، Restore کا استعمال کریں اور لکھنے کے لیے جملہ کی تصدیق کریں۔",
|
|
5832
5928
|
"controlPlaneNeedConfirm": "مکمل کنٹرول-ہوائی جہاز کی بحالی کے لیے تصدیقی جملے کی ضرورت ہے RESTORE-CONTROL-PLANE۔",
|
|
5833
|
-
"controlPlaneRestartAfter": "کامیاب بحالی کے بعد API کو دوبارہ شروع کریں۔"
|
|
5929
|
+
"controlPlaneRestartAfter": "کامیاب بحالی کے بعد API کو دوبارہ شروع کریں۔",
|
|
5930
|
+
"movedToTrash": "Moved {{name}} to the recycle bin. Permanent delete after {{days}} days.",
|
|
5931
|
+
"restoreNameExists": "Cannot restore {{name}} — a live archive with that name already exists.",
|
|
5932
|
+
"restoredFromTrash": "Restored {{name}} from the recycle bin.",
|
|
5933
|
+
"trashEmptied": "Permanently deleted {{n}} archive(s) from the recycle bin."
|
|
5834
5934
|
},
|
|
5835
5935
|
"redis": {
|
|
5836
|
-
"cliMissing": "redis-cli انسٹال نہیں ہے۔"
|
|
5936
|
+
"cliMissing": "redis-cli انسٹال نہیں ہے۔",
|
|
5937
|
+
"requirepassAlreadySet": "Redis already has requirepass — not overwritten.",
|
|
5938
|
+
"requirepassApplied": "requirepass applied at runtime",
|
|
5939
|
+
"requirepassApplyFailed": "Could not CONFIG SET requirepass (will rely on restart + conf)",
|
|
5940
|
+
"generatedRequirepass": "Generated Redis password (shown once): {{password}}"
|
|
5837
5941
|
},
|
|
5838
5942
|
"nginx": {
|
|
5839
5943
|
"reloaded": "nginx دوبارہ لوڈ کیا گیا۔",
|
|
@@ -5856,7 +5960,8 @@
|
|
|
5856
5960
|
"vsftpdStarted": "vsftpd شروع ہوا۔",
|
|
5857
5961
|
"openPortsStep": "فائر وال پورٹس (دستی)",
|
|
5858
5962
|
"openPortsReminder": "میزبان فائر وال اور کلاؤڈ سیکیورٹی گروپ پر TCP بندرگاہیں کھولیں: {{ports}}۔ FTPS اپلائی آپ کے لیے بندرگاہیں نہیں کھولتا۔",
|
|
5859
|
-
"openPortsPasvHint": "اگر لاگ ان کام کرتا ہے لیکن ڈائریکٹری فہرست کا وقت ختم ہو جاتا ہے، تو PASV ڈیٹا رینج بلاک ہو جاتی ہے — مکمل کھولیں۔"
|
|
5963
|
+
"openPortsPasvHint": "اگر لاگ ان کام کرتا ہے لیکن ڈائریکٹری فہرست کا وقت ختم ہو جاتا ہے، تو PASV ڈیٹا رینج بلاک ہو جاتی ہے — مکمل کھولیں۔",
|
|
5964
|
+
"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."
|
|
5860
5965
|
},
|
|
5861
5966
|
"deploy": {
|
|
5862
5967
|
"nodeMissingIsolated": "الگ تھلگ تعیناتی کے لیے نوڈ بائنری غائب: {{path}} — نوڈ {{version}} ٹول چین انسٹال کریں پھر دوبارہ تعینات کریں۔ ایک یونٹ لکھنے سے انکار کرنا جو 203/EXEC ہوگا۔",
|
|
@@ -5911,7 +6016,17 @@
|
|
|
5911
6016
|
"applyDigOk": "PowerDNS BIND: list-zones + dig OK",
|
|
5912
6017
|
"applyDigFail": "conf میں رجسٹرڈ زون لیکن کھودیں پھر بھی خالی/انکار - نشان زد نہیں کیا گیا۔",
|
|
5913
6018
|
"applySyncIncomplete": "پاور ڈی این ایس بائنڈ سنک نامکمل — صرف ڈسک پر زون فائل (لاگو نہیں کیا گیا)۔ EXECUTE/root یا pdns لاگز کو درست کریں۔",
|
|
5914
|
-
"writeOnlyHint": "صرف زون فائل لکھی گئی — پاور ڈی این ایس اس وقت تک جواب نہیں دے گا جب تک کہ رجسٹروں کو لوڈ/اپلائی نہیں کیا جاتا"
|
|
6019
|
+
"writeOnlyHint": "صرف زون فائل لکھی گئی — پاور ڈی این ایس اس وقت تک جواب نہیں دے گا جب تک کہ رجسٹروں کو لوڈ/اپلائی نہیں کیا جاتا",
|
|
6020
|
+
"noActiveUnit": "No active named/bind9/pdns unit",
|
|
6021
|
+
"pdnsUnitRestarts": "pdns unit state/restarts: {{detail}}",
|
|
6022
|
+
"port53LoopbackOnly": "Port 53 is only on loopback (systemd-resolved 127.0.0.53) — not a product authoritative nameserver",
|
|
6023
|
+
"port53Closed": "Port 53 is not listening (UDP/TCP)",
|
|
6024
|
+
"udp53NotPublic": "UDP/53 is not listening on a public address",
|
|
6025
|
+
"tcp53NotPublic": "TCP/53 is not listening on a public address",
|
|
6026
|
+
"noManagedZones": "No managed zone files under dataDir/dns/zones",
|
|
6027
|
+
"pdnsListZones": "PowerDNS list-zones: {{n}}",
|
|
6028
|
+
"lookupIgnoredAt": "dig is unavailable — @{{server}} was ignored. Not using the system resolver as that server’s answer.",
|
|
6029
|
+
"localAOk": "local A {{name}} → {{ip}}"
|
|
5915
6030
|
},
|
|
5916
6031
|
"db": {
|
|
5917
6032
|
"needExecuteCreate": "میزبان عمل بند ہے؛ پینل سے ڈیٹا بیس نہیں بنا سکتا",
|
|
@@ -8773,7 +8888,16 @@
|
|
|
8773
8888
|
"linuxUserRolledBack": "VNC پاس ورڈ ناکام ہونے کے بعد بچا ہوا لینکس صارف {{user}} ہٹا دیا گیا۔",
|
|
8774
8889
|
"linuxUserOrphan": "VNC پاس ورڈ ناکام ہونے کے بعد بچ جانے والے لینکس صارف {{user}} کو ہٹایا نہیں جا سکا۔",
|
|
8775
8890
|
"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.",
|
|
8776
|
-
"userdelLeftover": "Panel account removed, but Linux user {{user}} is still on the host. Remove it from Users or the host."
|
|
8891
|
+
"userdelLeftover": "Panel account removed, but Linux user {{user}} is still on the host. Remove it from Users or the host.",
|
|
8892
|
+
"hostnameResolves": "Hostname {{hostname}} resolves.",
|
|
8893
|
+
"hostnameUnresolvable": "This host cannot resolve its own hostname ({{hostname}}). VNC session start will fail until /etc/hosts is fixed.",
|
|
8894
|
+
"hostnameAlreadyResolves": "Hostname {{hostname}} already resolves — /etc/hosts unchanged.",
|
|
8895
|
+
"hostnameWouldAppend": "Would append to /etc/hosts: {{line}}",
|
|
8896
|
+
"hostnameAppended": "Appended to /etc/hosts: {{line}}",
|
|
8897
|
+
"hostnameAppendFailed": "Could not write /etc/hosts: {{detail}}",
|
|
8898
|
+
"skipStartHostname": "Did not start the display — fix hostname resolution first.",
|
|
8899
|
+
"hostnameAliasPresent": "Hostname {{hostname}} is already an exact /etc/hosts alias — not appended again.",
|
|
8900
|
+
"hostnameStillUnresolvable": "Wrote /etc/hosts but {{hostname}} still does not resolve. Confirm nsswitch hosts includes files."
|
|
8777
8901
|
},
|
|
8778
8902
|
"apache": {
|
|
8779
8903
|
"needServerName": "سرور کا نام درکار ہے۔",
|
|
@@ -8858,7 +8982,15 @@
|
|
|
8858
8982
|
"staleCliRemoved": "بقیہ CLI {{path}} ہٹا دیا گیا۔",
|
|
8859
8983
|
"staleCliRemoveFailed": "بقیہ CLI {{path}} ہٹ نہیں سکا: {{detail}}",
|
|
8860
8984
|
"vsftpdSslOff": "FTPS سرٹیفکیٹ نہیں؛ vsftpd پر ssl_enable=NO کر کے دوبارہ چلایا۔",
|
|
8861
|
-
"dovecotSslOff": "{{path}} نہیں؛ Dovecot پر ssl=no کر کے دوبارہ چلایا۔"
|
|
8985
|
+
"dovecotSslOff": "{{path}} نہیں؛ Dovecot پر ssl=no کر کے دوبارہ چلایا۔",
|
|
8986
|
+
"nginxRemoved": "Removed leftover nginx conf {{path}}.",
|
|
8987
|
+
"nginxNotLeftover": "Not a leftover public-files conf — refuse delete.",
|
|
8988
|
+
"nginxUnusedKeep": "000-default is unused, not leftover — not deleted.",
|
|
8989
|
+
"nginxSystemCopy": "System copy still present: {{path}}. Needs YSK_EXECUTE + root to remove.",
|
|
8990
|
+
"nginxReloadFailed": "nginx -t or reload failed after removing {{path}}.",
|
|
8991
|
+
"executeStaleCli": "Pass --execute (root + YSK_EXECUTE=1) to remove stale CLI bins.",
|
|
8992
|
+
"executeMissingTls": "Pass --execute (root + YSK_EXECUTE=1) to disable missing-cert TLS so vsftpd/Dovecot can start.",
|
|
8993
|
+
"executeGeneric": "Pass --execute (root + YSK_EXECUTE=1) to apply leftover cleanup for the findings above."
|
|
8862
8994
|
},
|
|
8863
8995
|
"git": {
|
|
8864
8996
|
"missingBin": "git PATH پر نہیں ہے۔",
|
|
@@ -9110,7 +9242,8 @@
|
|
|
9110
9242
|
"deployTitle": "اگلا: تعینات کریں۔",
|
|
9111
9243
|
"deployBody": "ہیڈر میں تعیناتی کا استعمال کریں، یا گٹ کے لیے تعیناتی ٹیب۔",
|
|
9112
9244
|
"nginxTitle": "اگلا: Nginx شائع کریں۔",
|
|
9113
|
-
"nginxBody": "Nginx (اختیاری SSL) کو شائع کرنے کے لیے نیٹ ورک ٹیب کو کھولیں۔"
|
|
9245
|
+
"nginxBody": "Nginx (اختیاری SSL) کو شائع کرنے کے لیے نیٹ ورک ٹیب کو کھولیں۔",
|
|
9246
|
+
"provisionOsAction": "Create system user"
|
|
9114
9247
|
},
|
|
9115
9248
|
"healthDetail": {
|
|
9116
9249
|
"none": "ابھی تک صحت کی جانچ نہیں ہوئی ہے۔",
|
|
@@ -10135,7 +10268,9 @@
|
|
|
10135
10268
|
"banSelectedConfirmDesc": "These addresses will be blocked on the host: {{ips}}",
|
|
10136
10269
|
"freshnessMissing": "No database",
|
|
10137
10270
|
"freshnessStale": "Stale",
|
|
10138
|
-
"freshnessFresh": "Current"
|
|
10271
|
+
"freshnessFresh": "Current",
|
|
10272
|
+
"banConfirmMethod": "Method: {{method}}",
|
|
10273
|
+
"banConfirmUntilUnban": "Stays banned until you unban it (or fail2ban expiry)."
|
|
10139
10274
|
},
|
|
10140
10275
|
"publicFiles": {
|
|
10141
10276
|
"notSet": "سیٹ نہیں ہے۔",
|
|
@@ -10180,7 +10315,11 @@
|
|
|
10180
10315
|
"serverNameMismatch": "لائیو کنف {{live}} ہے؛ فارم میں {{draft}} ہے۔ بدلنے کے لیے لاگو کریں۔",
|
|
10181
10316
|
"executeFlag": "Execute",
|
|
10182
10317
|
"asRoot": "Root",
|
|
10183
|
-
"statusDraft": "Draft / not applied"
|
|
10318
|
+
"statusDraft": "Draft / not applied",
|
|
10319
|
+
"liveName": "Live name",
|
|
10320
|
+
"draftName": "Draft name",
|
|
10321
|
+
"draftUnapplied": "This draft is not applied. Nginx still serves the live name.",
|
|
10322
|
+
"discardDraft": "Discard draft"
|
|
10184
10323
|
},
|
|
10185
10324
|
"rbac": {
|
|
10186
10325
|
"permissions": "اجازتیں",
|
|
@@ -10521,7 +10660,12 @@
|
|
|
10521
10660
|
"scanCapped": "Showing the first {{n}} matches.",
|
|
10522
10661
|
"dbOptionKeys": "DB {{i}} · {{n}} keys",
|
|
10523
10662
|
"dbOptionEmpty": "DB {{i}} · empty",
|
|
10524
|
-
"insecureShort": "No password"
|
|
10663
|
+
"insecureShort": "No password",
|
|
10664
|
+
"generateRequirepass": "Generate and apply password",
|
|
10665
|
+
"generateRequirepassTitle": "Generate a Redis password?",
|
|
10666
|
+
"generateRequirepassDesc": "Writes requirepass and restarts Redis. The password is shown once. Host change needs EXECUTE.",
|
|
10667
|
+
"generateRequirepassDone": "Redis password applied",
|
|
10668
|
+
"generatedOnce": "Generated password (shown once): {{password}}"
|
|
10525
10669
|
},
|
|
10526
10670
|
"resources": {
|
|
10527
10671
|
"created": "بنایا",
|
|
@@ -11571,7 +11715,9 @@
|
|
|
11571
11715
|
"policyNeedSelf2fa": "پہلے اس اکاؤنٹ پر 2FA کو فعال کریں، پھر TOTP کوڈ کے ساتھ تصدیق کریں۔",
|
|
11572
11716
|
"revokeAllDevicesTitle": "ہر یاد رکھنے والے آلے کو منسوخ کریں — آپ اور دیگر منتظمین کو دوبارہ 2FA کی تصدیق کرنی ہوگی۔",
|
|
11573
11717
|
"statSshValue": "{{keys}} keys · {{auth}} authorized",
|
|
11574
|
-
"statSshHint": "Outbound identities / authorized login keys"
|
|
11718
|
+
"statSshHint": "Outbound identities / authorized login keys",
|
|
11719
|
+
"needCurrentPassword": "Enter the current password first",
|
|
11720
|
+
"passwordMin8": "New password must be at least 8 characters"
|
|
11575
11721
|
},
|
|
11576
11722
|
"serviceExposure": {
|
|
11577
11723
|
"title": "نیٹ ورک تک رسائی",
|
|
@@ -11712,7 +11858,15 @@
|
|
|
11712
11858
|
"tool": "Tool",
|
|
11713
11859
|
"activating": "Starting"
|
|
11714
11860
|
},
|
|
11715
|
-
"sshdBootOffWarn": "sshd is not enabled on boot. After reboot this host will have no SSH rescue path."
|
|
11861
|
+
"sshdBootOffWarn": "sshd is not enabled on boot. After reboot this host will have no SSH rescue path.",
|
|
11862
|
+
"restartConfirmTitle": "Restart {{label}}?",
|
|
11863
|
+
"restartConfirmDesc": "Restart {{label}} now. Active connections may drop.",
|
|
11864
|
+
"startVerifyFailed": "{{label}} start did not stay healthy.",
|
|
11865
|
+
"stopNeedConfirmImpact": "Stop {{label}}? Active connections to this service will drop.",
|
|
11866
|
+
"reloadTitle": "Reload {{label}} configuration without a full restart",
|
|
11867
|
+
"stopConfirmPanelSshdOffDesc": "The panel and API will go offline. sshd is not enabled on boot, so SSH may not be a rescue path after reboot.",
|
|
11868
|
+
"stopConfirmPanelSshdOffConsequence": "sshd is not enabled on boot. After reboot you may have no SSH rescue path.",
|
|
11869
|
+
"ufwNoLifecycle": "UFW is not started or stopped from this matrix."
|
|
11716
11870
|
},
|
|
11717
11871
|
"software": {
|
|
11718
11872
|
"title": "سافٹ ویئر",
|
|
@@ -12308,7 +12462,8 @@
|
|
|
12308
12462
|
"cliNoSocket": "CLI کا کوئی لائیو HTTP ساکٹ نہیں ہے۔ servingHttps کا اندازہ config اور listen ساکٹ (ss) سے لگایا گیا ہے۔",
|
|
12309
12463
|
"listenHost": "ایڈریس سنیں۔",
|
|
12310
12464
|
"currentHost": "یہ سیشن",
|
|
12311
|
-
"replaceCert": "ایک قابل اعتماد سرٹیفکیٹ کے ساتھ تبدیل کریں"
|
|
12465
|
+
"replaceCert": "ایک قابل اعتماد سرٹیفکیٹ کے ساتھ تبدیل کریں",
|
|
12466
|
+
"needFqdn": "Need a FQDN (example.com), not a bare hostname"
|
|
12312
12467
|
},
|
|
12313
12468
|
"timeNtp": "وقت اور این ٹی پی",
|
|
12314
12469
|
"clockStatus": "سسٹم کی گھڑی کی حیثیت",
|
|
@@ -12427,7 +12582,11 @@
|
|
|
12427
12582
|
"noScheduledPower": "کوئی ریبوٹ یا پاور آف شیڈول نہیں ہے۔",
|
|
12428
12583
|
"timezoneNow": "Host time now: {{time}} ({{tz}})",
|
|
12429
12584
|
"timezoneBrowserDiff": "This host uses {{host}}; your browser uses {{browser}}. Changing timezone here changes the host clock, not the browser.",
|
|
12430
|
-
"notExported": "Not exported yet"
|
|
12585
|
+
"notExported": "Not exported yet",
|
|
12586
|
+
"nginxRemoveLeftover": "Remove leftover",
|
|
12587
|
+
"nginxRemoveLeftoverTitle": "Remove leftover nginx conf?",
|
|
12588
|
+
"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.",
|
|
12589
|
+
"needExecuteRoot": "Needs YSK_EXECUTE + root"
|
|
12431
12590
|
},
|
|
12432
12591
|
"systemd": {
|
|
12433
12592
|
"enabled": "فعال",
|
|
@@ -13022,7 +13181,8 @@
|
|
|
13022
13181
|
"panelRestartWait": "اپ ڈیٹ لاگو ہو گیا۔ اگر یہ صفحہ نہیں بدلا تو چند سیکنڈ بعد دوبارہ لوڈ کریں۔",
|
|
13023
13182
|
"cveNotChecked": "Not checked",
|
|
13024
13183
|
"cveLabel": "CVE",
|
|
13025
|
-
"riskUnevaluated": "Not evaluated — run Scan + OSV"
|
|
13184
|
+
"riskUnevaluated": "Not evaluated — run Scan + OSV",
|
|
13185
|
+
"footerNewVersion": "New version {{version}}"
|
|
13026
13186
|
},
|
|
13027
13187
|
"users": {
|
|
13028
13188
|
"userCount": "{{count}} صارفین",
|
|
@@ -13171,7 +13331,8 @@
|
|
|
13171
13331
|
"tab": {
|
|
13172
13332
|
"nodes": "نوڈز",
|
|
13173
13333
|
"disk": "ڈسک",
|
|
13174
|
-
"about": "تعارف"
|
|
13334
|
+
"about": "تعارف",
|
|
13335
|
+
"stack": "Software"
|
|
13175
13336
|
},
|
|
13176
13337
|
"empty": {
|
|
13177
13338
|
"title": "ابھی کوئی ویلیڈیٹر نوڈ نہیں",
|
|
@@ -13189,7 +13350,18 @@
|
|
|
13189
13350
|
"autoClear": "ڈسک سنگین ہونے پر سب سے بڑا رکا ہوا انسٹنس خود صاف کریں (طے شدہ بند)",
|
|
13190
13351
|
"autoClearRisk": "Destructive: the largest stopped instance is deleted without a further prompt. Default is off. Check audit / logs after it fires.",
|
|
13191
13352
|
"autoClearConfirmTitle": "Enable auto-clear?",
|
|
13192
|
-
"autoClearC1": "When disk is critical, the largest stopped instance is deleted without asking again."
|
|
13353
|
+
"autoClearC1": "When disk is critical, the largest stopped instance is deleted without asking again.",
|
|
13354
|
+
"fsUsed": "Filesystem used",
|
|
13355
|
+
"leftoverTitle": "Leftover data ({{count}})",
|
|
13356
|
+
"leftoverDesc": "Directories under the validators root that are not a store instance. Remove only after you confirm they are unused.",
|
|
13357
|
+
"leftoverRemove": "Remove",
|
|
13358
|
+
"leftoverRemoveTitle": "Delete leftover validator data?",
|
|
13359
|
+
"leftoverRemoveDesc": "Permanently delete {{path}} from disk. This is not a listed node.",
|
|
13360
|
+
"autoClearThreshold": "Trigger: filesystem use at or above 85%.",
|
|
13361
|
+
"autoClearCandidate": "Current candidate: {{id}}",
|
|
13362
|
+
"autoClearNone": "No stopped instance is a candidate right now.",
|
|
13363
|
+
"browseRoot": "Open in file browser",
|
|
13364
|
+
"leftoverEmpty": "No leftover instance directories"
|
|
13193
13365
|
},
|
|
13194
13366
|
"chain": {
|
|
13195
13367
|
"eth": "Ethereum",
|
|
@@ -13299,7 +13471,8 @@
|
|
|
13299
13471
|
"snapshotNear": "NEAR ڈیٹا مٹا؛ compose سرکاری genesis اور epoch sync سے دوبارہ شروع کرے گا",
|
|
13300
13472
|
"nativePrune": "کلائنٹ مقامی صفائی حکم چلا",
|
|
13301
13473
|
"dryDelete": "Delete is dry-run. Pass --execute and YSK_EXECUTE=1.",
|
|
13302
|
-
"deleted": "Node deleted"
|
|
13474
|
+
"deleted": "Node deleted",
|
|
13475
|
+
"leftoverRemoved": "Removed leftover {{path}}"
|
|
13303
13476
|
},
|
|
13304
13477
|
"create": "نوڈ بنائیں",
|
|
13305
13478
|
"wizard": {
|
|
@@ -13328,7 +13501,27 @@
|
|
|
13328
13501
|
"installConfirmTitle": "Install this node?",
|
|
13329
13502
|
"installConfirmDesc": "{{chain}} · {{network}} · {{profile}}. About {{disk}} of disk. The image pull can take a long time.",
|
|
13330
13503
|
"installC1": "Several gigabytes of images may be downloaded.",
|
|
13331
|
-
"installC2": "You can cancel the panel task; already-pulled images are not deleted automatically."
|
|
13504
|
+
"installC2": "You can cancel the panel task; already-pulled images are not deleted automatically.",
|
|
13505
|
+
"lowDiskAcked": "Free disk is below the recommended size. You confirmed create anyway; sync may stop if the disk fills.",
|
|
13506
|
+
"diskNeedNetwork": "Default (Minimal) for this network needs about {{need}} · free {{free}}",
|
|
13507
|
+
"diskShortDetail": "Need {{need}} · free {{free}} · short {{short}}",
|
|
13508
|
+
"needCustomPath": "Enter an absolute data path",
|
|
13509
|
+
"previewId": "Node id",
|
|
13510
|
+
"previewCompose": "Compose project",
|
|
13511
|
+
"profileSeeAbout": "What each profile means is on the About tab.",
|
|
13512
|
+
"dockerAbout": "Docker Engine is required to install and start nodes.",
|
|
13513
|
+
"dockerAboutOk": "Docker Engine is installed.",
|
|
13514
|
+
"dockerAboutMissing": "Docker Engine is not installed. Open Docker to install it.",
|
|
13515
|
+
"rewriteCompose": "Rewrite compose",
|
|
13516
|
+
"rewriteComposeTitle": "Rewrite compose.yml from the current adapter?",
|
|
13517
|
+
"rewriteComposeDesc": "Overwrites the generated compose for {{id}} using the shipped flags for this chain.",
|
|
13518
|
+
"chainMeta": "{{disk}} min · {{clients}} clients",
|
|
13519
|
+
"profileHint": {
|
|
13520
|
+
"minimal": "Smallest sync — light disk, not for staking.",
|
|
13521
|
+
"pruned": "Keeps recent history only (Pruned). Smaller than archive, still usable for RPC.",
|
|
13522
|
+
"validator-ready": "Sized for a staking validator. Needs more disk than Minimal.",
|
|
13523
|
+
"rpc": "Public RPC node — not a staking validator."
|
|
13524
|
+
}
|
|
13332
13525
|
},
|
|
13333
13526
|
"actions": {
|
|
13334
13527
|
"detail": "تفصیل",
|
|
@@ -13427,7 +13620,33 @@
|
|
|
13427
13620
|
"stopped": "Stopped",
|
|
13428
13621
|
"running": "Running",
|
|
13429
13622
|
"syncing": "Syncing",
|
|
13430
|
-
"error": "Error"
|
|
13623
|
+
"error": "Error",
|
|
13624
|
+
"starting": "Starting"
|
|
13625
|
+
},
|
|
13626
|
+
"profileHelp": {
|
|
13627
|
+
"title": "Profiles",
|
|
13628
|
+
"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.",
|
|
13629
|
+
"minimal": "Smallest disk. Use for testnets or a first install. Not a full history, and not for a live staking validator.",
|
|
13630
|
+
"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.",
|
|
13631
|
+
"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.",
|
|
13632
|
+
"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."
|
|
13633
|
+
},
|
|
13634
|
+
"software": {
|
|
13635
|
+
"engine": "Docker Engine",
|
|
13636
|
+
"engineDesc": "Validator nodes run as Compose projects. Install Docker here if it is missing. Image prune stays on the Docker page.",
|
|
13637
|
+
"client": "Client",
|
|
13638
|
+
"image": "Image",
|
|
13639
|
+
"present": "Local",
|
|
13640
|
+
"local": "Pulled",
|
|
13641
|
+
"missing": "Not pulled",
|
|
13642
|
+
"size": "Size",
|
|
13643
|
+
"usedBy": "Used by",
|
|
13644
|
+
"unused": "No instance",
|
|
13645
|
+
"pull": "Pull",
|
|
13646
|
+
"pulling": "Pull {{ref}}",
|
|
13647
|
+
"empty": "No pinned client images",
|
|
13648
|
+
"emptyDesc": "The catalog is empty. This should not happen.",
|
|
13649
|
+
"daemonDown": "Docker Engine is not running"
|
|
13431
13650
|
}
|
|
13432
13651
|
},
|
|
13433
13652
|
"vnc": {
|
|
@@ -13683,7 +13902,14 @@
|
|
|
13683
13902
|
"deleteKeepUserWarn": "The Linux user will stay on the host as an orphan. You must clean it up later.",
|
|
13684
13903
|
"bindRfbLine": "RFB {{bind}} :{{port}}",
|
|
13685
13904
|
"bindNovncLine": "noVNC 127.0.0.1:{{port}}",
|
|
13686
|
-
"bindNovncHint": "noVNC listens on localhost. The desktop is reached through this panel, not the public internet, unless RFB bind is all interfaces."
|
|
13905
|
+
"bindNovncHint": "noVNC listens on localhost. The desktop is reached through this panel, not the public internet, unless RFB bind is all interfaces.",
|
|
13906
|
+
"hostnameBroken": "This host cannot resolve its own hostname ({{hostname}}). Session start will fail.",
|
|
13907
|
+
"hostnameFix": "Write hostname to /etc/hosts",
|
|
13908
|
+
"hostnameFixTitle": "Append this line to /etc/hosts?",
|
|
13909
|
+
"hostnameFixDesc": "{{line}}",
|
|
13910
|
+
"hostnameFixDone": "Hostname /etc/hosts updated",
|
|
13911
|
+
"startAfterCreateBlocked": "Disabled until the hostname resolves",
|
|
13912
|
+
"hostnameBrokenIdle": "Hostname {{hostname}} does not resolve on this host. Fix /etc/hosts before you create a session."
|
|
13687
13913
|
},
|
|
13688
13914
|
"vpn": {
|
|
13689
13915
|
"pageDesc": "VPN سرور اور کلائنٹ",
|
package/locales/ur/updates.json
CHANGED
|
@@ -235,5 +235,6 @@
|
|
|
235
235
|
"panelRestartWait": "اپ ڈیٹ لاگو ہو گیا۔ اگر یہ صفحہ نہیں بدلا تو چند سیکنڈ بعد دوبارہ لوڈ کریں۔",
|
|
236
236
|
"cveNotChecked": "Not checked",
|
|
237
237
|
"cveLabel": "CVE",
|
|
238
|
-
"riskUnevaluated": "Not evaluated — run Scan + OSV"
|
|
238
|
+
"riskUnevaluated": "Not evaluated — run Scan + OSV",
|
|
239
|
+
"footerNewVersion": "New version {{version}}"
|
|
239
240
|
}
|