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": "يحذف إعداد القرص المتبقي هذا فقط. لا يحذف المشروع.",
|
|
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": "تطبيق cd + صحيح (اختبار)",
|
|
@@ -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": "عيّن IP عام لـ PASV قبل التطبيق (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": "تم أيضًا دفع عربة SQL الجانبية {{name}}",
|
|
5831
5927
|
"controlPlaneDryRun": "معاينة فقط - لا شيء مكتوب. في اللوحة، استخدم استعادة وتأكيد العبارة المراد كتابتها.",
|
|
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": "إذا كان تسجيل الدخول يعمل ولكن انتهت مهلة الدليل LIST، فسيتم حظر نطاق بيانات PASV — افتح الملف"
|
|
5963
|
+
"openPortsPasvHint": "إذا كان تسجيل الدخول يعمل ولكن انتهت مهلة الدليل LIST، فسيتم حظر نطاق بيانات 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: مناطق القائمة + حفر موافق",
|
|
5912
6017
|
"applyDigFail": "المنطقة مسجلة في conf ولكن الحفر لا يزال فارغًا/مرفوضًا - لم يتم وضع علامة عليها",
|
|
5913
6018
|
"applySyncIncomplete": "مزامنة ربط PowerDNS غير مكتملة - ملف المنطقة موجود على القرص فقط (غير مطبق). إصلاح سجلات EXECUTE/root أو pdns.",
|
|
5914
|
-
"writeOnlyHint": "ملف المنطقة مكتوب فقط - لن يجيب PowerDNS حتى يتم تحميل/تطبيق السجلات المذكورة"
|
|
6019
|
+
"writeOnlyHint": "ملف المنطقة مكتوب فقط - لن يجيب PowerDNS حتى يتم تحميل/تطبيق السجلات المذكورة",
|
|
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": "تمت إزالة مستخدم Linux المتبقي {{user}} بعد فشل كلمة مرور VNC.",
|
|
8774
8889
|
"linuxUserOrphan": "تعذرت إزالة مستخدم Linux المتبقي {{user}} بعد فشل كلمة مرور VNC.",
|
|
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 مفقود: عُيّن ssl_enable=NO في vsftpd ثم أُعيد التشغيل.",
|
|
8861
|
-
"dovecotSslOff": "{{path}} مفقود: عُيّن ssl=no في Dovecot ثم أُعيد التشغيل."
|
|
8985
|
+
"dovecotSslOff": "{{path}} مفقود: عُيّن ssl=no في Dovecot ثم أُعيد التشغيل.",
|
|
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": "استخدم Deploy في الرأس، أو علامة التبويب Deploy لـ Git.",
|
|
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": "قم بتمكين المصادقة الثنائية على هذا الحساب أولاً، ثم قم بالتأكيد باستخدام رمز TOTP",
|
|
11572
11716
|
"revokeAllDevicesTitle": "قم بإبطال كل جهاز تم تذكره — يجب عليك وعلى المسؤولين الآخرين التحقق من المصادقة الثنائية مرة أخرى",
|
|
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 من مآخذ التكوين والاستماع (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": "الوقت وNTP",
|
|
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/ar/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
|
}
|