ysk-server-shared 1.1.16 → 1.1.17

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.
Files changed (54) hide show
  1. package/dist/validators.js +1 -1
  2. package/locales/ar/common.json +4 -1
  3. package/locales/ar/logViewer.json +15 -1
  4. package/locales/ar/translation.json +21 -3
  5. package/locales/ar/validators.json +2 -1
  6. package/locales/bn/common.json +4 -1
  7. package/locales/bn/logViewer.json +15 -1
  8. package/locales/bn/translation.json +21 -3
  9. package/locales/bn/validators.json +2 -1
  10. package/locales/en/common.json +3 -0
  11. package/locales/en/logViewer.json +15 -1
  12. package/locales/en/translation.json +19 -1
  13. package/locales/en/validators.json +1 -0
  14. package/locales/es/common.json +4 -1
  15. package/locales/es/logViewer.json +15 -1
  16. package/locales/es/translation.json +21 -3
  17. package/locales/es/validators.json +2 -1
  18. package/locales/fr/common.json +4 -1
  19. package/locales/fr/logViewer.json +15 -1
  20. package/locales/fr/translation.json +21 -3
  21. package/locales/fr/validators.json +2 -1
  22. package/locales/hi/common.json +4 -1
  23. package/locales/hi/logViewer.json +15 -1
  24. package/locales/hi/translation.json +21 -3
  25. package/locales/hi/validators.json +2 -1
  26. package/locales/id/common.json +4 -1
  27. package/locales/id/logViewer.json +15 -1
  28. package/locales/id/translation.json +21 -3
  29. package/locales/id/validators.json +2 -1
  30. package/locales/ja/common.json +4 -1
  31. package/locales/ja/logViewer.json +15 -1
  32. package/locales/ja/translation.json +21 -3
  33. package/locales/ja/validators.json +2 -1
  34. package/locales/ko/common.json +4 -1
  35. package/locales/ko/logViewer.json +15 -1
  36. package/locales/ko/translation.json +21 -3
  37. package/locales/ko/validators.json +2 -1
  38. package/locales/pt/common.json +4 -1
  39. package/locales/pt/logViewer.json +15 -1
  40. package/locales/pt/translation.json +21 -3
  41. package/locales/pt/validators.json +2 -1
  42. package/locales/ur/common.json +4 -1
  43. package/locales/ur/logViewer.json +15 -1
  44. package/locales/ur/translation.json +21 -3
  45. package/locales/ur/validators.json +2 -1
  46. package/locales/zh-CN/common.json +4 -1
  47. package/locales/zh-CN/logViewer.json +15 -1
  48. package/locales/zh-CN/translation.json +21 -3
  49. package/locales/zh-CN/validators.json +2 -1
  50. package/locales/zh-HK/common.json +3 -0
  51. package/locales/zh-HK/logViewer.json +15 -1
  52. package/locales/zh-HK/translation.json +19 -1
  53. package/locales/zh-HK/validators.json +1 -0
  54. package/package.json +1 -1
@@ -24,7 +24,7 @@ export function isSafeValidatorLimitMemory(value) {
24
24
  /** Heavy chains OOM the host when the wizard leaves memory unlimited. */
25
25
  export function defaultValidatorMemoryLimit(chain) {
26
26
  if (chain === 'near' || chain === 'sui' || chain === 'aptos' || chain === 'sol')
27
- return '8g';
27
+ return '4g';
28
28
  return undefined;
29
29
  }
30
30
  export function isSafeValidatorLimitCpus(value) {
@@ -130,5 +130,8 @@
130
130
  "redirectedTo": "فُتح {{to}} (كان {{from}})",
131
131
  "unavailable": "Not available right now",
132
132
  "ok": "OK",
133
- "pleaseFill": "Please fill in this field"
133
+ "pleaseFill": "Please fill in this field",
134
+ "copied": "Copied",
135
+ "expandAll": "Expand all",
136
+ "collapseAll": "Collapse all"
134
137
  }
@@ -1,3 +1,17 @@
1
1
  {
2
- "banIpTitle": "حظر {{ip}} في الحماية"
2
+ "banIpTitle": "حظر {{ip}} في الحماية",
3
+ "filter": "Filter",
4
+ "filterPh": "Keyword",
5
+ "wrap": "Wrap",
6
+ "follow": "Follow",
7
+ "download": "Download",
8
+ "nextError": "Next error",
9
+ "prevError": "Previous error",
10
+ "lines": "{{n}} lines",
11
+ "shown": "{{n}} shown",
12
+ "errors": "Err {{n}}",
13
+ "warnings": "Warn {{n}}",
14
+ "all": "All",
15
+ "empty": "No log lines",
16
+ "levels": "Levels"
3
17
  }
@@ -2262,7 +2262,10 @@
2262
2262
  "redirectedTo": "فُتح {{to}} (كان {{from}})",
2263
2263
  "unavailable": "Not available right now",
2264
2264
  "ok": "OK",
2265
- "pleaseFill": "Please fill in this field"
2265
+ "pleaseFill": "Please fill in this field",
2266
+ "copied": "Copied",
2267
+ "expandAll": "Expand all",
2268
+ "collapseAll": "Collapse all"
2266
2269
  },
2267
2270
  "cron": {
2268
2271
  "presetCdTrue": "تطبيق cd + صحيح (اختبار)",
@@ -5117,7 +5120,21 @@
5117
5120
  "emptyChip": "No items in this filter"
5118
5121
  },
5119
5122
  "logViewer": {
5120
- "banIpTitle": "حظر {{ip}} في الحماية"
5123
+ "banIpTitle": "حظر {{ip}} في الحماية",
5124
+ "filter": "Filter",
5125
+ "filterPh": "Keyword",
5126
+ "wrap": "Wrap",
5127
+ "follow": "Follow",
5128
+ "download": "Download",
5129
+ "nextError": "Next error",
5130
+ "prevError": "Previous error",
5131
+ "lines": "{{n}} lines",
5132
+ "shown": "{{n}} shown",
5133
+ "errors": "Err {{n}}",
5134
+ "warnings": "Warn {{n}}",
5135
+ "all": "All",
5136
+ "empty": "No log lines",
5137
+ "levels": "Levels"
5121
5138
  },
5122
5139
  "login": {
5123
5140
  "title": "تسجيل الدخول إلى YSK Server",
@@ -13618,7 +13635,8 @@
13618
13635
  "noContainer": "No compose container exists for this instance.",
13619
13636
  "restarting": "Container is restarting. Check logs on this page.",
13620
13637
  "restartingCount": "Container is restarting ({{n}}). Check logs on this page.",
13621
- "oom": "Out of memory. Set a memory limit or add RAM, then restart."
13638
+ "oom": "Out of memory. Set a memory limit or add RAM, then restart.",
13639
+ "nofile": "The process hit the open-files (nofile) limit. Raise ulimits.nofile and restart."
13622
13640
  },
13623
13641
  "notes": {
13624
13642
  "beta": "هذه الميزة Beta. تغييرات المضيف تحتاج root و YSK_EXECUTE=1.",
@@ -121,7 +121,8 @@
121
121
  "noContainer": "No compose container exists for this instance.",
122
122
  "restarting": "Container is restarting. Check logs on this page.",
123
123
  "restartingCount": "Container is restarting ({{n}}). Check logs on this page.",
124
- "oom": "Out of memory. Set a memory limit or add RAM, then restart."
124
+ "oom": "Out of memory. Set a memory limit or add RAM, then restart.",
125
+ "nofile": "The process hit the open-files (nofile) limit. Raise ulimits.nofile and restart."
125
126
  },
126
127
  "notes": {
127
128
  "beta": "هذه الميزة Beta. تغييرات المضيف تحتاج root و YSK_EXECUTE=1.",
@@ -130,5 +130,8 @@
130
130
  "redirectedTo": "{{to}} খোলা হয়েছে (আগে {{from}})",
131
131
  "unavailable": "Not available right now",
132
132
  "ok": "OK",
133
- "pleaseFill": "Please fill in this field"
133
+ "pleaseFill": "Please fill in this field",
134
+ "copied": "Copied",
135
+ "expandAll": "Expand all",
136
+ "collapseAll": "Collapse all"
134
137
  }
@@ -1,3 +1,17 @@
1
1
  {
2
- "banIpTitle": "সুরক্ষায় {{ip}} নিষিদ্ধ করুন"
2
+ "banIpTitle": "সুরক্ষায় {{ip}} নিষিদ্ধ করুন",
3
+ "filter": "Filter",
4
+ "filterPh": "Keyword",
5
+ "wrap": "Wrap",
6
+ "follow": "Follow",
7
+ "download": "Download",
8
+ "nextError": "Next error",
9
+ "prevError": "Previous error",
10
+ "lines": "{{n}} lines",
11
+ "shown": "{{n}} shown",
12
+ "errors": "Err {{n}}",
13
+ "warnings": "Warn {{n}}",
14
+ "all": "All",
15
+ "empty": "No log lines",
16
+ "levels": "Levels"
3
17
  }
@@ -2262,7 +2262,10 @@
2262
2262
  "redirectedTo": "{{to}} খোলা হয়েছে (আগে {{from}})",
2263
2263
  "unavailable": "Not available right now",
2264
2264
  "ok": "OK",
2265
- "pleaseFill": "Please fill in this field"
2265
+ "pleaseFill": "Please fill in this field",
2266
+ "copied": "Copied",
2267
+ "expandAll": "Expand all",
2268
+ "collapseAll": "Collapse all"
2266
2269
  },
2267
2270
  "cron": {
2268
2271
  "presetCdTrue": "সিডি অ্যাপ + সত্য (পরীক্ষা)",
@@ -5117,7 +5120,21 @@
5117
5120
  "emptyChip": "No items in this filter"
5118
5121
  },
5119
5122
  "logViewer": {
5120
- "banIpTitle": "সুরক্ষায় {{ip}} নিষিদ্ধ করুন"
5123
+ "banIpTitle": "সুরক্ষায় {{ip}} নিষিদ্ধ করুন",
5124
+ "filter": "Filter",
5125
+ "filterPh": "Keyword",
5126
+ "wrap": "Wrap",
5127
+ "follow": "Follow",
5128
+ "download": "Download",
5129
+ "nextError": "Next error",
5130
+ "prevError": "Previous error",
5131
+ "lines": "{{n}} lines",
5132
+ "shown": "{{n}} shown",
5133
+ "errors": "Err {{n}}",
5134
+ "warnings": "Warn {{n}}",
5135
+ "all": "All",
5136
+ "empty": "No log lines",
5137
+ "levels": "Levels"
5121
5138
  },
5122
5139
  "login": {
5123
5140
  "title": "YSK Server-এ সাইন ইন",
@@ -13618,7 +13635,8 @@
13618
13635
  "noContainer": "No compose container exists for this instance.",
13619
13636
  "restarting": "Container is restarting. Check logs on this page.",
13620
13637
  "restartingCount": "Container is restarting ({{n}}). Check logs on this page.",
13621
- "oom": "Out of memory. Set a memory limit or add RAM, then restart."
13638
+ "oom": "Out of memory. Set a memory limit or add RAM, then restart.",
13639
+ "nofile": "The process hit the open-files (nofile) limit. Raise ulimits.nofile and restart."
13622
13640
  },
13623
13641
  "notes": {
13624
13642
  "beta": "এই বৈশিষ্ট্য Beta। হোস্ট পরিবর্তনে root ও YSK_EXECUTE=1 লাগে।",
@@ -121,7 +121,8 @@
121
121
  "noContainer": "No compose container exists for this instance.",
122
122
  "restarting": "Container is restarting. Check logs on this page.",
123
123
  "restartingCount": "Container is restarting ({{n}}). Check logs on this page.",
124
- "oom": "Out of memory. Set a memory limit or add RAM, then restart."
124
+ "oom": "Out of memory. Set a memory limit or add RAM, then restart.",
125
+ "nofile": "The process hit the open-files (nofile) limit. Raise ulimits.nofile and restart."
125
126
  },
126
127
  "notes": {
127
128
  "beta": "এই বৈশিষ্ট্য Beta। হোস্ট পরিবর্তনে root ও YSK_EXECUTE=1 লাগে।",
@@ -8,6 +8,9 @@
8
8
  "apply": "Apply",
9
9
  "close": "Close",
10
10
  "copy": "Copy",
11
+ "copied": "Copied",
12
+ "expandAll": "Expand all",
13
+ "collapseAll": "Collapse all",
11
14
  "empty": "Empty",
12
15
  "back": "Back",
13
16
  "showTechnical": "Show technical details",
@@ -1,3 +1,17 @@
1
1
  {
2
- "banIpTitle": "Ban {{ip}} in Protection"
2
+ "banIpTitle": "Ban {{ip}} in Protection",
3
+ "filter": "Filter",
4
+ "filterPh": "Keyword",
5
+ "levels": "Levels",
6
+ "wrap": "Wrap",
7
+ "follow": "Follow",
8
+ "download": "Download",
9
+ "nextError": "Next error",
10
+ "prevError": "Previous error",
11
+ "lines": "{{n}} lines",
12
+ "shown": "{{n}} shown",
13
+ "errors": "Err {{n}}",
14
+ "warnings": "Warn {{n}}",
15
+ "all": "All",
16
+ "empty": "No log lines"
3
17
  }
@@ -2140,6 +2140,9 @@
2140
2140
  "apply": "Apply",
2141
2141
  "close": "Close",
2142
2142
  "copy": "Copy",
2143
+ "copied": "Copied",
2144
+ "expandAll": "Expand all",
2145
+ "collapseAll": "Collapse all",
2143
2146
  "empty": "Empty",
2144
2147
  "back": "Back",
2145
2148
  "showTechnical": "Show technical details",
@@ -5117,7 +5120,21 @@
5117
5120
  "emptyChip": "No items in this filter"
5118
5121
  },
5119
5122
  "logViewer": {
5120
- "banIpTitle": "Ban {{ip}} in Protection"
5123
+ "banIpTitle": "Ban {{ip}} in Protection",
5124
+ "filter": "Filter",
5125
+ "filterPh": "Keyword",
5126
+ "levels": "Levels",
5127
+ "wrap": "Wrap",
5128
+ "follow": "Follow",
5129
+ "download": "Download",
5130
+ "nextError": "Next error",
5131
+ "prevError": "Previous error",
5132
+ "lines": "{{n}} lines",
5133
+ "shown": "{{n}} shown",
5134
+ "errors": "Err {{n}}",
5135
+ "warnings": "Warn {{n}}",
5136
+ "all": "All",
5137
+ "empty": "No log lines"
5121
5138
  },
5122
5139
  "login": {
5123
5140
  "title": "Sign in to YSK Server",
@@ -13638,6 +13655,7 @@
13638
13655
  "containerNotUp": "Compose started, but the container did not stay running",
13639
13656
  "probeFailed": "The node is not answering RPC yet. Check logs on this page.",
13640
13657
  "oom": "Out of memory. Set a memory limit or add RAM, then restart.",
13658
+ "nofile": "The process hit the open-files (nofile) limit. Raise ulimits.nofile and restart.",
13641
13659
  "noContainer": "No compose container exists for this instance.",
13642
13660
  "restarting": "Container is restarting. Check logs on this page.",
13643
13661
  "restartingCount": "Container is restarting ({{n}}). Check logs on this page.",
@@ -141,6 +141,7 @@
141
141
  "containerNotUp": "Compose started, but the container did not stay running",
142
142
  "probeFailed": "The node is not answering RPC yet. Check logs on this page.",
143
143
  "oom": "Out of memory. Set a memory limit or add RAM, then restart.",
144
+ "nofile": "The process hit the open-files (nofile) limit. Raise ulimits.nofile and restart.",
144
145
  "noContainer": "No compose container exists for this instance.",
145
146
  "restarting": "Container is restarting. Check logs on this page.",
146
147
  "restartingCount": "Container is restarting ({{n}}). Check logs on this page.",
@@ -130,5 +130,8 @@
130
130
  "redirectedTo": "Se abrió {{to}} (antes {{from}})",
131
131
  "unavailable": "Not available right now",
132
132
  "ok": "OK",
133
- "pleaseFill": "Please fill in this field"
133
+ "pleaseFill": "Please fill in this field",
134
+ "copied": "Copied",
135
+ "expandAll": "Expand all",
136
+ "collapseAll": "Collapse all"
134
137
  }
@@ -1,3 +1,17 @@
1
1
  {
2
- "banIpTitle": "Prohibición {{ip}} en Protección"
2
+ "banIpTitle": "Prohibición {{ip}} en Protección",
3
+ "filter": "Filter",
4
+ "filterPh": "Keyword",
5
+ "wrap": "Wrap",
6
+ "follow": "Follow",
7
+ "download": "Download",
8
+ "nextError": "Next error",
9
+ "prevError": "Previous error",
10
+ "lines": "{{n}} lines",
11
+ "shown": "{{n}} shown",
12
+ "errors": "Err {{n}}",
13
+ "warnings": "Warn {{n}}",
14
+ "all": "All",
15
+ "empty": "No log lines",
16
+ "levels": "Levels"
3
17
  }
@@ -2262,7 +2262,10 @@
2262
2262
  "redirectedTo": "Se abrió {{to}} (antes {{from}})",
2263
2263
  "unavailable": "Not available right now",
2264
2264
  "ok": "OK",
2265
- "pleaseFill": "Please fill in this field"
2265
+ "pleaseFill": "Please fill in this field",
2266
+ "copied": "Copied",
2267
+ "expandAll": "Expand all",
2268
+ "collapseAll": "Collapse all"
2266
2269
  },
2267
2270
  "cron": {
2268
2271
  "presetCdTrue": "aplicación de CD + verdadero (prueba)",
@@ -5117,7 +5120,21 @@
5117
5120
  "emptyChip": "No items in this filter"
5118
5121
  },
5119
5122
  "logViewer": {
5120
- "banIpTitle": "Prohibición {{ip}} en Protección"
5123
+ "banIpTitle": "Prohibición {{ip}} en Protección",
5124
+ "filter": "Filter",
5125
+ "filterPh": "Keyword",
5126
+ "wrap": "Wrap",
5127
+ "follow": "Follow",
5128
+ "download": "Download",
5129
+ "nextError": "Next error",
5130
+ "prevError": "Previous error",
5131
+ "lines": "{{n}} lines",
5132
+ "shown": "{{n}} shown",
5133
+ "errors": "Err {{n}}",
5134
+ "warnings": "Warn {{n}}",
5135
+ "all": "All",
5136
+ "empty": "No log lines",
5137
+ "levels": "Levels"
5121
5138
  },
5122
5139
  "login": {
5123
5140
  "title": "Iniciar sesión en YSK Server",
@@ -13618,7 +13635,8 @@
13618
13635
  "noContainer": "No compose container exists for this instance.",
13619
13636
  "restarting": "Container is restarting. Check logs on this page.",
13620
13637
  "restartingCount": "Container is restarting ({{n}}). Check logs on this page.",
13621
- "oom": "Out of memory. Set a memory limit or add RAM, then restart."
13638
+ "oom": "Out of memory. Set a memory limit or add RAM, then restart.",
13639
+ "nofile": "The process hit the open-files (nofile) limit. Raise ulimits.nofile and restart."
13622
13640
  },
13623
13641
  "notes": {
13624
13642
  "beta": "Esta función es Beta. Los cambios de host necesitan root y YSK_EXECUTE=1.",
@@ -121,7 +121,8 @@
121
121
  "noContainer": "No compose container exists for this instance.",
122
122
  "restarting": "Container is restarting. Check logs on this page.",
123
123
  "restartingCount": "Container is restarting ({{n}}). Check logs on this page.",
124
- "oom": "Out of memory. Set a memory limit or add RAM, then restart."
124
+ "oom": "Out of memory. Set a memory limit or add RAM, then restart.",
125
+ "nofile": "The process hit the open-files (nofile) limit. Raise ulimits.nofile and restart."
125
126
  },
126
127
  "notes": {
127
128
  "beta": "Esta función es Beta. Los cambios de host necesitan root y YSK_EXECUTE=1.",
@@ -130,5 +130,8 @@
130
130
  "redirectedTo": "Ouvert {{to}} (était {{from}})",
131
131
  "unavailable": "Not available right now",
132
132
  "ok": "OK",
133
- "pleaseFill": "Please fill in this field"
133
+ "pleaseFill": "Please fill in this field",
134
+ "copied": "Copied",
135
+ "expandAll": "Expand all",
136
+ "collapseAll": "Collapse all"
134
137
  }
@@ -1,3 +1,17 @@
1
1
  {
2
- "banIpTitle": "Bannir {{ip}} dans Protection"
2
+ "banIpTitle": "Bannir {{ip}} dans Protection",
3
+ "filter": "Filter",
4
+ "filterPh": "Keyword",
5
+ "wrap": "Wrap",
6
+ "follow": "Follow",
7
+ "download": "Download",
8
+ "nextError": "Next error",
9
+ "prevError": "Previous error",
10
+ "lines": "{{n}} lines",
11
+ "shown": "{{n}} shown",
12
+ "errors": "Err {{n}}",
13
+ "warnings": "Warn {{n}}",
14
+ "all": "All",
15
+ "empty": "No log lines",
16
+ "levels": "Levels"
3
17
  }
@@ -2262,7 +2262,10 @@
2262
2262
  "redirectedTo": "Ouvert {{to}} (était {{from}})",
2263
2263
  "unavailable": "Not available right now",
2264
2264
  "ok": "OK",
2265
- "pleaseFill": "Please fill in this field"
2265
+ "pleaseFill": "Please fill in this field",
2266
+ "copied": "Copied",
2267
+ "expandAll": "Expand all",
2268
+ "collapseAll": "Collapse all"
2266
2269
  },
2267
2270
  "cron": {
2268
2271
  "presetCdTrue": "application cd + vrai (test)",
@@ -5117,7 +5120,21 @@
5117
5120
  "emptyChip": "No items in this filter"
5118
5121
  },
5119
5122
  "logViewer": {
5120
- "banIpTitle": "Bannir {{ip}} dans Protection"
5123
+ "banIpTitle": "Bannir {{ip}} dans Protection",
5124
+ "filter": "Filter",
5125
+ "filterPh": "Keyword",
5126
+ "wrap": "Wrap",
5127
+ "follow": "Follow",
5128
+ "download": "Download",
5129
+ "nextError": "Next error",
5130
+ "prevError": "Previous error",
5131
+ "lines": "{{n}} lines",
5132
+ "shown": "{{n}} shown",
5133
+ "errors": "Err {{n}}",
5134
+ "warnings": "Warn {{n}}",
5135
+ "all": "All",
5136
+ "empty": "No log lines",
5137
+ "levels": "Levels"
5121
5138
  },
5122
5139
  "login": {
5123
5140
  "title": "Connexion à YSK Server",
@@ -13618,7 +13635,8 @@
13618
13635
  "noContainer": "No compose container exists for this instance.",
13619
13636
  "restarting": "Container is restarting. Check logs on this page.",
13620
13637
  "restartingCount": "Container is restarting ({{n}}). Check logs on this page.",
13621
- "oom": "Out of memory. Set a memory limit or add RAM, then restart."
13638
+ "oom": "Out of memory. Set a memory limit or add RAM, then restart.",
13639
+ "nofile": "The process hit the open-files (nofile) limit. Raise ulimits.nofile and restart."
13622
13640
  },
13623
13641
  "notes": {
13624
13642
  "beta": "Cette fonction est Beta. Les changements d’hôte nécessitent root et YSK_EXECUTE=1.",
@@ -121,7 +121,8 @@
121
121
  "noContainer": "No compose container exists for this instance.",
122
122
  "restarting": "Container is restarting. Check logs on this page.",
123
123
  "restartingCount": "Container is restarting ({{n}}). Check logs on this page.",
124
- "oom": "Out of memory. Set a memory limit or add RAM, then restart."
124
+ "oom": "Out of memory. Set a memory limit or add RAM, then restart.",
125
+ "nofile": "The process hit the open-files (nofile) limit. Raise ulimits.nofile and restart."
125
126
  },
126
127
  "notes": {
127
128
  "beta": "Cette fonction est Beta. Les changements d’hôte nécessitent root et YSK_EXECUTE=1.",
@@ -130,5 +130,8 @@
130
130
  "redirectedTo": "{{to}} खोला गया (पहले {{from}})",
131
131
  "unavailable": "Not available right now",
132
132
  "ok": "OK",
133
- "pleaseFill": "Please fill in this field"
133
+ "pleaseFill": "Please fill in this field",
134
+ "copied": "Copied",
135
+ "expandAll": "Expand all",
136
+ "collapseAll": "Collapse all"
134
137
  }
@@ -1,3 +1,17 @@
1
1
  {
2
- "banIpTitle": "सुरक्षा में प्रतिबंध {{ip}}"
2
+ "banIpTitle": "सुरक्षा में प्रतिबंध {{ip}}",
3
+ "filter": "Filter",
4
+ "filterPh": "Keyword",
5
+ "wrap": "Wrap",
6
+ "follow": "Follow",
7
+ "download": "Download",
8
+ "nextError": "Next error",
9
+ "prevError": "Previous error",
10
+ "lines": "{{n}} lines",
11
+ "shown": "{{n}} shown",
12
+ "errors": "Err {{n}}",
13
+ "warnings": "Warn {{n}}",
14
+ "all": "All",
15
+ "empty": "No log lines",
16
+ "levels": "Levels"
3
17
  }
@@ -2262,7 +2262,10 @@
2262
2262
  "redirectedTo": "{{to}} खोला गया (पहले {{from}})",
2263
2263
  "unavailable": "Not available right now",
2264
2264
  "ok": "OK",
2265
- "pleaseFill": "Please fill in this field"
2265
+ "pleaseFill": "Please fill in this field",
2266
+ "copied": "Copied",
2267
+ "expandAll": "Expand all",
2268
+ "collapseAll": "Collapse all"
2266
2269
  },
2267
2270
  "cron": {
2268
2271
  "presetCdTrue": "सीडी ऐप + सत्य (परीक्षण)",
@@ -5117,7 +5120,21 @@
5117
5120
  "emptyChip": "No items in this filter"
5118
5121
  },
5119
5122
  "logViewer": {
5120
- "banIpTitle": "सुरक्षा में प्रतिबंध {{ip}}"
5123
+ "banIpTitle": "सुरक्षा में प्रतिबंध {{ip}}",
5124
+ "filter": "Filter",
5125
+ "filterPh": "Keyword",
5126
+ "wrap": "Wrap",
5127
+ "follow": "Follow",
5128
+ "download": "Download",
5129
+ "nextError": "Next error",
5130
+ "prevError": "Previous error",
5131
+ "lines": "{{n}} lines",
5132
+ "shown": "{{n}} shown",
5133
+ "errors": "Err {{n}}",
5134
+ "warnings": "Warn {{n}}",
5135
+ "all": "All",
5136
+ "empty": "No log lines",
5137
+ "levels": "Levels"
5121
5138
  },
5122
5139
  "login": {
5123
5140
  "title": "YSK Server में साइन इन करें",
@@ -13618,7 +13635,8 @@
13618
13635
  "noContainer": "No compose container exists for this instance.",
13619
13636
  "restarting": "Container is restarting. Check logs on this page.",
13620
13637
  "restartingCount": "Container is restarting ({{n}}). Check logs on this page.",
13621
- "oom": "Out of memory. Set a memory limit or add RAM, then restart."
13638
+ "oom": "Out of memory. Set a memory limit or add RAM, then restart.",
13639
+ "nofile": "The process hit the open-files (nofile) limit. Raise ulimits.nofile and restart."
13622
13640
  },
13623
13641
  "notes": {
13624
13642
  "beta": "यह सुविधा Beta है। होस्ट परिवर्तन के लिए root और YSK_EXECUTE=1 चाहिए।",
@@ -121,7 +121,8 @@
121
121
  "noContainer": "No compose container exists for this instance.",
122
122
  "restarting": "Container is restarting. Check logs on this page.",
123
123
  "restartingCount": "Container is restarting ({{n}}). Check logs on this page.",
124
- "oom": "Out of memory. Set a memory limit or add RAM, then restart."
124
+ "oom": "Out of memory. Set a memory limit or add RAM, then restart.",
125
+ "nofile": "The process hit the open-files (nofile) limit. Raise ulimits.nofile and restart."
125
126
  },
126
127
  "notes": {
127
128
  "beta": "यह सुविधा Beta है। होस्ट परिवर्तन के लिए root और YSK_EXECUTE=1 चाहिए।",
@@ -130,5 +130,8 @@
130
130
  "redirectedTo": "Membuka {{to}} (sebelumnya {{from}})",
131
131
  "unavailable": "Not available right now",
132
132
  "ok": "OK",
133
- "pleaseFill": "Please fill in this field"
133
+ "pleaseFill": "Please fill in this field",
134
+ "copied": "Copied",
135
+ "expandAll": "Expand all",
136
+ "collapseAll": "Collapse all"
134
137
  }
@@ -1,3 +1,17 @@
1
1
  {
2
- "banIpTitle": "Larangan {{ip}} dalam Perlindungan"
2
+ "banIpTitle": "Larangan {{ip}} dalam Perlindungan",
3
+ "filter": "Filter",
4
+ "filterPh": "Keyword",
5
+ "wrap": "Wrap",
6
+ "follow": "Follow",
7
+ "download": "Download",
8
+ "nextError": "Next error",
9
+ "prevError": "Previous error",
10
+ "lines": "{{n}} lines",
11
+ "shown": "{{n}} shown",
12
+ "errors": "Err {{n}}",
13
+ "warnings": "Warn {{n}}",
14
+ "all": "All",
15
+ "empty": "No log lines",
16
+ "levels": "Levels"
3
17
  }
@@ -2262,7 +2262,10 @@
2262
2262
  "redirectedTo": "Membuka {{to}} (sebelumnya {{from}})",
2263
2263
  "unavailable": "Not available right now",
2264
2264
  "ok": "OK",
2265
- "pleaseFill": "Please fill in this field"
2265
+ "pleaseFill": "Please fill in this field",
2266
+ "copied": "Copied",
2267
+ "expandAll": "Expand all",
2268
+ "collapseAll": "Collapse all"
2266
2269
  },
2267
2270
  "cron": {
2268
2271
  "presetCdTrue": "cd aplikasi + benar (tes)",
@@ -5117,7 +5120,21 @@
5117
5120
  "emptyChip": "No items in this filter"
5118
5121
  },
5119
5122
  "logViewer": {
5120
- "banIpTitle": "Larangan {{ip}} dalam Perlindungan"
5123
+ "banIpTitle": "Larangan {{ip}} dalam Perlindungan",
5124
+ "filter": "Filter",
5125
+ "filterPh": "Keyword",
5126
+ "wrap": "Wrap",
5127
+ "follow": "Follow",
5128
+ "download": "Download",
5129
+ "nextError": "Next error",
5130
+ "prevError": "Previous error",
5131
+ "lines": "{{n}} lines",
5132
+ "shown": "{{n}} shown",
5133
+ "errors": "Err {{n}}",
5134
+ "warnings": "Warn {{n}}",
5135
+ "all": "All",
5136
+ "empty": "No log lines",
5137
+ "levels": "Levels"
5121
5138
  },
5122
5139
  "login": {
5123
5140
  "title": "Masuk ke YSK Server",
@@ -13618,7 +13635,8 @@
13618
13635
  "noContainer": "No compose container exists for this instance.",
13619
13636
  "restarting": "Container is restarting. Check logs on this page.",
13620
13637
  "restartingCount": "Container is restarting ({{n}}). Check logs on this page.",
13621
- "oom": "Out of memory. Set a memory limit or add RAM, then restart."
13638
+ "oom": "Out of memory. Set a memory limit or add RAM, then restart.",
13639
+ "nofile": "The process hit the open-files (nofile) limit. Raise ulimits.nofile and restart."
13622
13640
  },
13623
13641
  "notes": {
13624
13642
  "beta": "Fitur ini Beta. Perubahan host membutuhkan root dan YSK_EXECUTE=1.",
@@ -121,7 +121,8 @@
121
121
  "noContainer": "No compose container exists for this instance.",
122
122
  "restarting": "Container is restarting. Check logs on this page.",
123
123
  "restartingCount": "Container is restarting ({{n}}). Check logs on this page.",
124
- "oom": "Out of memory. Set a memory limit or add RAM, then restart."
124
+ "oom": "Out of memory. Set a memory limit or add RAM, then restart.",
125
+ "nofile": "The process hit the open-files (nofile) limit. Raise ulimits.nofile and restart."
125
126
  },
126
127
  "notes": {
127
128
  "beta": "Fitur ini Beta. Perubahan host membutuhkan root dan YSK_EXECUTE=1.",
@@ -130,5 +130,8 @@
130
130
  "redirectedTo": "{{to}} を開きました(元: {{from}})",
131
131
  "unavailable": "Not available right now",
132
132
  "ok": "OK",
133
- "pleaseFill": "Please fill in this field"
133
+ "pleaseFill": "Please fill in this field",
134
+ "copied": "Copied",
135
+ "expandAll": "Expand all",
136
+ "collapseAll": "Collapse all"
134
137
  }
@@ -1,3 +1,17 @@
1
1
  {
2
- "banIpTitle": "保護における{{ip}}の禁止"
2
+ "banIpTitle": "保護における{{ip}}の禁止",
3
+ "filter": "Filter",
4
+ "filterPh": "Keyword",
5
+ "wrap": "Wrap",
6
+ "follow": "Follow",
7
+ "download": "Download",
8
+ "nextError": "Next error",
9
+ "prevError": "Previous error",
10
+ "lines": "{{n}} lines",
11
+ "shown": "{{n}} shown",
12
+ "errors": "Err {{n}}",
13
+ "warnings": "Warn {{n}}",
14
+ "all": "All",
15
+ "empty": "No log lines",
16
+ "levels": "Levels"
3
17
  }
@@ -2262,7 +2262,10 @@
2262
2262
  "redirectedTo": "{{to}} を開きました(元: {{from}})",
2263
2263
  "unavailable": "Not available right now",
2264
2264
  "ok": "OK",
2265
- "pleaseFill": "Please fill in this field"
2265
+ "pleaseFill": "Please fill in this field",
2266
+ "copied": "Copied",
2267
+ "expandAll": "Expand all",
2268
+ "collapseAll": "Collapse all"
2266
2269
  },
2267
2270
  "cron": {
2268
2271
  "presetCdTrue": "cd アプリ + true (テスト)",
@@ -5117,7 +5120,21 @@
5117
5120
  "emptyChip": "No items in this filter"
5118
5121
  },
5119
5122
  "logViewer": {
5120
- "banIpTitle": "保護における{{ip}}の禁止"
5123
+ "banIpTitle": "保護における{{ip}}の禁止",
5124
+ "filter": "Filter",
5125
+ "filterPh": "Keyword",
5126
+ "wrap": "Wrap",
5127
+ "follow": "Follow",
5128
+ "download": "Download",
5129
+ "nextError": "Next error",
5130
+ "prevError": "Previous error",
5131
+ "lines": "{{n}} lines",
5132
+ "shown": "{{n}} shown",
5133
+ "errors": "Err {{n}}",
5134
+ "warnings": "Warn {{n}}",
5135
+ "all": "All",
5136
+ "empty": "No log lines",
5137
+ "levels": "Levels"
5121
5138
  },
5122
5139
  "login": {
5123
5140
  "title": "YSK Server にサインイン",
@@ -13618,7 +13635,8 @@
13618
13635
  "noContainer": "No compose container exists for this instance.",
13619
13636
  "restarting": "Container is restarting. Check logs on this page.",
13620
13637
  "restartingCount": "Container is restarting ({{n}}). Check logs on this page.",
13621
- "oom": "Out of memory. Set a memory limit or add RAM, then restart."
13638
+ "oom": "Out of memory. Set a memory limit or add RAM, then restart.",
13639
+ "nofile": "The process hit the open-files (nofile) limit. Raise ulimits.nofile and restart."
13622
13640
  },
13623
13641
  "notes": {
13624
13642
  "beta": "この機能は Beta です。ホスト変更には root と YSK_EXECUTE=1 が必要です。",
@@ -121,7 +121,8 @@
121
121
  "noContainer": "No compose container exists for this instance.",
122
122
  "restarting": "Container is restarting. Check logs on this page.",
123
123
  "restartingCount": "Container is restarting ({{n}}). Check logs on this page.",
124
- "oom": "Out of memory. Set a memory limit or add RAM, then restart."
124
+ "oom": "Out of memory. Set a memory limit or add RAM, then restart.",
125
+ "nofile": "The process hit the open-files (nofile) limit. Raise ulimits.nofile and restart."
125
126
  },
126
127
  "notes": {
127
128
  "beta": "この機能は Beta です。ホスト変更には root と YSK_EXECUTE=1 が必要です。",
@@ -130,5 +130,8 @@
130
130
  "redirectedTo": "{{to}}(으)로 이동했습니다(원래 {{from}})",
131
131
  "unavailable": "Not available right now",
132
132
  "ok": "OK",
133
- "pleaseFill": "Please fill in this field"
133
+ "pleaseFill": "Please fill in this field",
134
+ "copied": "Copied",
135
+ "expandAll": "Expand all",
136
+ "collapseAll": "Collapse all"
134
137
  }
@@ -1,3 +1,17 @@
1
1
  {
2
- "banIpTitle": "보호에서 {{ip}} 금지"
2
+ "banIpTitle": "보호에서 {{ip}} 금지",
3
+ "filter": "Filter",
4
+ "filterPh": "Keyword",
5
+ "wrap": "Wrap",
6
+ "follow": "Follow",
7
+ "download": "Download",
8
+ "nextError": "Next error",
9
+ "prevError": "Previous error",
10
+ "lines": "{{n}} lines",
11
+ "shown": "{{n}} shown",
12
+ "errors": "Err {{n}}",
13
+ "warnings": "Warn {{n}}",
14
+ "all": "All",
15
+ "empty": "No log lines",
16
+ "levels": "Levels"
3
17
  }
@@ -2262,7 +2262,10 @@
2262
2262
  "redirectedTo": "{{to}}(으)로 이동했습니다(원래 {{from}})",
2263
2263
  "unavailable": "Not available right now",
2264
2264
  "ok": "OK",
2265
- "pleaseFill": "Please fill in this field"
2265
+ "pleaseFill": "Please fill in this field",
2266
+ "copied": "Copied",
2267
+ "expandAll": "Expand all",
2268
+ "collapseAll": "Collapse all"
2266
2269
  },
2267
2270
  "cron": {
2268
2271
  "presetCdTrue": "CD 앱 + true(테스트)",
@@ -5117,7 +5120,21 @@
5117
5120
  "emptyChip": "No items in this filter"
5118
5121
  },
5119
5122
  "logViewer": {
5120
- "banIpTitle": "보호에서 {{ip}} 금지"
5123
+ "banIpTitle": "보호에서 {{ip}} 금지",
5124
+ "filter": "Filter",
5125
+ "filterPh": "Keyword",
5126
+ "wrap": "Wrap",
5127
+ "follow": "Follow",
5128
+ "download": "Download",
5129
+ "nextError": "Next error",
5130
+ "prevError": "Previous error",
5131
+ "lines": "{{n}} lines",
5132
+ "shown": "{{n}} shown",
5133
+ "errors": "Err {{n}}",
5134
+ "warnings": "Warn {{n}}",
5135
+ "all": "All",
5136
+ "empty": "No log lines",
5137
+ "levels": "Levels"
5121
5138
  },
5122
5139
  "login": {
5123
5140
  "title": "YSK Server 로그인",
@@ -13618,7 +13635,8 @@
13618
13635
  "noContainer": "No compose container exists for this instance.",
13619
13636
  "restarting": "Container is restarting. Check logs on this page.",
13620
13637
  "restartingCount": "Container is restarting ({{n}}). Check logs on this page.",
13621
- "oom": "Out of memory. Set a memory limit or add RAM, then restart."
13638
+ "oom": "Out of memory. Set a memory limit or add RAM, then restart.",
13639
+ "nofile": "The process hit the open-files (nofile) limit. Raise ulimits.nofile and restart."
13622
13640
  },
13623
13641
  "notes": {
13624
13642
  "beta": "이 기능은 Beta입니다. 호스트 변경에는 root와 YSK_EXECUTE=1이 필요합니다.",
@@ -121,7 +121,8 @@
121
121
  "noContainer": "No compose container exists for this instance.",
122
122
  "restarting": "Container is restarting. Check logs on this page.",
123
123
  "restartingCount": "Container is restarting ({{n}}). Check logs on this page.",
124
- "oom": "Out of memory. Set a memory limit or add RAM, then restart."
124
+ "oom": "Out of memory. Set a memory limit or add RAM, then restart.",
125
+ "nofile": "The process hit the open-files (nofile) limit. Raise ulimits.nofile and restart."
125
126
  },
126
127
  "notes": {
127
128
  "beta": "이 기능은 Beta입니다. 호스트 변경에는 root와 YSK_EXECUTE=1이 필요합니다.",
@@ -130,5 +130,8 @@
130
130
  "redirectedTo": "Aberto {{to}} (antes {{from}})",
131
131
  "unavailable": "Not available right now",
132
132
  "ok": "OK",
133
- "pleaseFill": "Please fill in this field"
133
+ "pleaseFill": "Please fill in this field",
134
+ "copied": "Copied",
135
+ "expandAll": "Expand all",
136
+ "collapseAll": "Collapse all"
134
137
  }
@@ -1,3 +1,17 @@
1
1
  {
2
- "banIpTitle": "Banimento {{ip}} em Proteção"
2
+ "banIpTitle": "Banimento {{ip}} em Proteção",
3
+ "filter": "Filter",
4
+ "filterPh": "Keyword",
5
+ "wrap": "Wrap",
6
+ "follow": "Follow",
7
+ "download": "Download",
8
+ "nextError": "Next error",
9
+ "prevError": "Previous error",
10
+ "lines": "{{n}} lines",
11
+ "shown": "{{n}} shown",
12
+ "errors": "Err {{n}}",
13
+ "warnings": "Warn {{n}}",
14
+ "all": "All",
15
+ "empty": "No log lines",
16
+ "levels": "Levels"
3
17
  }
@@ -2262,7 +2262,10 @@
2262
2262
  "redirectedTo": "Aberto {{to}} (antes {{from}})",
2263
2263
  "unavailable": "Not available right now",
2264
2264
  "ok": "OK",
2265
- "pleaseFill": "Please fill in this field"
2265
+ "pleaseFill": "Please fill in this field",
2266
+ "copied": "Copied",
2267
+ "expandAll": "Expand all",
2268
+ "collapseAll": "Collapse all"
2266
2269
  },
2267
2270
  "cron": {
2268
2271
  "presetCdTrue": "aplicativo cd + verdadeiro (teste)",
@@ -5117,7 +5120,21 @@
5117
5120
  "emptyChip": "No items in this filter"
5118
5121
  },
5119
5122
  "logViewer": {
5120
- "banIpTitle": "Banimento {{ip}} em Proteção"
5123
+ "banIpTitle": "Banimento {{ip}} em Proteção",
5124
+ "filter": "Filter",
5125
+ "filterPh": "Keyword",
5126
+ "wrap": "Wrap",
5127
+ "follow": "Follow",
5128
+ "download": "Download",
5129
+ "nextError": "Next error",
5130
+ "prevError": "Previous error",
5131
+ "lines": "{{n}} lines",
5132
+ "shown": "{{n}} shown",
5133
+ "errors": "Err {{n}}",
5134
+ "warnings": "Warn {{n}}",
5135
+ "all": "All",
5136
+ "empty": "No log lines",
5137
+ "levels": "Levels"
5121
5138
  },
5122
5139
  "login": {
5123
5140
  "title": "Iniciar sessão no YSK Server",
@@ -13618,7 +13635,8 @@
13618
13635
  "noContainer": "No compose container exists for this instance.",
13619
13636
  "restarting": "Container is restarting. Check logs on this page.",
13620
13637
  "restartingCount": "Container is restarting ({{n}}). Check logs on this page.",
13621
- "oom": "Out of memory. Set a memory limit or add RAM, then restart."
13638
+ "oom": "Out of memory. Set a memory limit or add RAM, then restart.",
13639
+ "nofile": "The process hit the open-files (nofile) limit. Raise ulimits.nofile and restart."
13622
13640
  },
13623
13641
  "notes": {
13624
13642
  "beta": "Esta funcionalidade é Beta. Alterações no anfitrião precisam de root e YSK_EXECUTE=1.",
@@ -121,7 +121,8 @@
121
121
  "noContainer": "No compose container exists for this instance.",
122
122
  "restarting": "Container is restarting. Check logs on this page.",
123
123
  "restartingCount": "Container is restarting ({{n}}). Check logs on this page.",
124
- "oom": "Out of memory. Set a memory limit or add RAM, then restart."
124
+ "oom": "Out of memory. Set a memory limit or add RAM, then restart.",
125
+ "nofile": "The process hit the open-files (nofile) limit. Raise ulimits.nofile and restart."
125
126
  },
126
127
  "notes": {
127
128
  "beta": "Esta funcionalidade é Beta. Alterações no anfitrião precisam de root e YSK_EXECUTE=1.",
@@ -130,5 +130,8 @@
130
130
  "redirectedTo": "{{to}} کھولا گیا (پہلے {{from}})",
131
131
  "unavailable": "Not available right now",
132
132
  "ok": "OK",
133
- "pleaseFill": "Please fill in this field"
133
+ "pleaseFill": "Please fill in this field",
134
+ "copied": "Copied",
135
+ "expandAll": "Expand all",
136
+ "collapseAll": "Collapse all"
134
137
  }
@@ -1,3 +1,17 @@
1
1
  {
2
- "banIpTitle": "پروٹیکشن میں {{ip}} پابندی لگائیں۔"
2
+ "banIpTitle": "پروٹیکشن میں {{ip}} پابندی لگائیں۔",
3
+ "filter": "Filter",
4
+ "filterPh": "Keyword",
5
+ "wrap": "Wrap",
6
+ "follow": "Follow",
7
+ "download": "Download",
8
+ "nextError": "Next error",
9
+ "prevError": "Previous error",
10
+ "lines": "{{n}} lines",
11
+ "shown": "{{n}} shown",
12
+ "errors": "Err {{n}}",
13
+ "warnings": "Warn {{n}}",
14
+ "all": "All",
15
+ "empty": "No log lines",
16
+ "levels": "Levels"
3
17
  }
@@ -2262,7 +2262,10 @@
2262
2262
  "redirectedTo": "{{to}} کھولا گیا (پہلے {{from}})",
2263
2263
  "unavailable": "Not available right now",
2264
2264
  "ok": "OK",
2265
- "pleaseFill": "Please fill in this field"
2265
+ "pleaseFill": "Please fill in this field",
2266
+ "copied": "Copied",
2267
+ "expandAll": "Expand all",
2268
+ "collapseAll": "Collapse all"
2266
2269
  },
2267
2270
  "cron": {
2268
2271
  "presetCdTrue": "سی ڈی ایپ + سچ (ٹیسٹ)",
@@ -5117,7 +5120,21 @@
5117
5120
  "emptyChip": "No items in this filter"
5118
5121
  },
5119
5122
  "logViewer": {
5120
- "banIpTitle": "پروٹیکشن میں {{ip}} پابندی لگائیں۔"
5123
+ "banIpTitle": "پروٹیکشن میں {{ip}} پابندی لگائیں۔",
5124
+ "filter": "Filter",
5125
+ "filterPh": "Keyword",
5126
+ "wrap": "Wrap",
5127
+ "follow": "Follow",
5128
+ "download": "Download",
5129
+ "nextError": "Next error",
5130
+ "prevError": "Previous error",
5131
+ "lines": "{{n}} lines",
5132
+ "shown": "{{n}} shown",
5133
+ "errors": "Err {{n}}",
5134
+ "warnings": "Warn {{n}}",
5135
+ "all": "All",
5136
+ "empty": "No log lines",
5137
+ "levels": "Levels"
5121
5138
  },
5122
5139
  "login": {
5123
5140
  "title": "YSK Server میں سائن ان",
@@ -13618,7 +13635,8 @@
13618
13635
  "noContainer": "No compose container exists for this instance.",
13619
13636
  "restarting": "Container is restarting. Check logs on this page.",
13620
13637
  "restartingCount": "Container is restarting ({{n}}). Check logs on this page.",
13621
- "oom": "Out of memory. Set a memory limit or add RAM, then restart."
13638
+ "oom": "Out of memory. Set a memory limit or add RAM, then restart.",
13639
+ "nofile": "The process hit the open-files (nofile) limit. Raise ulimits.nofile and restart."
13622
13640
  },
13623
13641
  "notes": {
13624
13642
  "beta": "یہ خصوصیت Beta ہے۔ میزبان تبدیلی کے لیے root اور YSK_EXECUTE=1 چاہیے۔",
@@ -121,7 +121,8 @@
121
121
  "noContainer": "No compose container exists for this instance.",
122
122
  "restarting": "Container is restarting. Check logs on this page.",
123
123
  "restartingCount": "Container is restarting ({{n}}). Check logs on this page.",
124
- "oom": "Out of memory. Set a memory limit or add RAM, then restart."
124
+ "oom": "Out of memory. Set a memory limit or add RAM, then restart.",
125
+ "nofile": "The process hit the open-files (nofile) limit. Raise ulimits.nofile and restart."
125
126
  },
126
127
  "notes": {
127
128
  "beta": "یہ خصوصیت Beta ہے۔ میزبان تبدیلی کے لیے root اور YSK_EXECUTE=1 چاہیے۔",
@@ -130,5 +130,8 @@
130
130
  "more": "更多的",
131
131
  "redirectedTo": "已转到 {{to}}(原为 {{from}})",
132
132
  "unavailable": "Not available right now",
133
- "ok": "OK"
133
+ "ok": "OK",
134
+ "copied": "Copied",
135
+ "expandAll": "Expand all",
136
+ "collapseAll": "Collapse all"
134
137
  }
@@ -1,3 +1,17 @@
1
1
  {
2
- "banIpTitle": "到防护中心 ban {{ip}}"
2
+ "banIpTitle": "到防护中心 ban {{ip}}",
3
+ "filter": "Filter",
4
+ "filterPh": "Keyword",
5
+ "wrap": "Wrap",
6
+ "follow": "Follow",
7
+ "download": "Download",
8
+ "nextError": "Next error",
9
+ "prevError": "Previous error",
10
+ "lines": "{{n}} lines",
11
+ "shown": "{{n}} shown",
12
+ "errors": "Err {{n}}",
13
+ "warnings": "Warn {{n}}",
14
+ "all": "All",
15
+ "empty": "No log lines",
16
+ "levels": "Levels"
3
17
  }
@@ -2262,7 +2262,10 @@
2262
2262
  "more": "更多的",
2263
2263
  "redirectedTo": "已转到 {{to}}(原为 {{from}})",
2264
2264
  "unavailable": "Not available right now",
2265
- "ok": "OK"
2265
+ "ok": "OK",
2266
+ "copied": "Copied",
2267
+ "expandAll": "Expand all",
2268
+ "collapseAll": "Collapse all"
2266
2269
  },
2267
2270
  "cron": {
2268
2271
  "presetCdTrue": "cd app + true(测试)",
@@ -5117,7 +5120,21 @@
5117
5120
  "emptyChip": "No items in this filter"
5118
5121
  },
5119
5122
  "logViewer": {
5120
- "banIpTitle": "到防护中心 ban {{ip}}"
5123
+ "banIpTitle": "到防护中心 ban {{ip}}",
5124
+ "filter": "Filter",
5125
+ "filterPh": "Keyword",
5126
+ "wrap": "Wrap",
5127
+ "follow": "Follow",
5128
+ "download": "Download",
5129
+ "nextError": "Next error",
5130
+ "prevError": "Previous error",
5131
+ "lines": "{{n}} lines",
5132
+ "shown": "{{n}} shown",
5133
+ "errors": "Err {{n}}",
5134
+ "warnings": "Warn {{n}}",
5135
+ "all": "All",
5136
+ "empty": "No log lines",
5137
+ "levels": "Levels"
5121
5138
  },
5122
5139
  "login": {
5123
5140
  "title": "登录 YSK Server",
@@ -13641,7 +13658,8 @@
13641
13658
  "noContainer": "No compose container exists for this instance.",
13642
13659
  "restarting": "Container is restarting. Check logs on this page.",
13643
13660
  "restartingCount": "Container is restarting ({{n}}). Check logs on this page.",
13644
- "oom": "Out of memory. Set a memory limit or add RAM, then restart."
13661
+ "oom": "Out of memory. Set a memory limit or add RAM, then restart.",
13662
+ "nofile": "The process hit the open-files (nofile) limit. Raise ulimits.nofile and restart."
13645
13663
  },
13646
13664
  "notes": {
13647
13665
  "beta": "此功能属 Beta。变更主机须 root 及 YSK_EXECUTE=1。",
@@ -144,7 +144,8 @@
144
144
  "noContainer": "No compose container exists for this instance.",
145
145
  "restarting": "Container is restarting. Check logs on this page.",
146
146
  "restartingCount": "Container is restarting ({{n}}). Check logs on this page.",
147
- "oom": "Out of memory. Set a memory limit or add RAM, then restart."
147
+ "oom": "Out of memory. Set a memory limit or add RAM, then restart.",
148
+ "nofile": "The process hit the open-files (nofile) limit. Raise ulimits.nofile and restart."
148
149
  },
149
150
  "notes": {
150
151
  "beta": "此功能属 Beta。变更主机须 root 及 YSK_EXECUTE=1。",
@@ -8,6 +8,9 @@
8
8
  "apply": "套用",
9
9
  "close": "關閉",
10
10
  "copy": "複製",
11
+ "copied": "已複製",
12
+ "expandAll": "全部展開",
13
+ "collapseAll": "全部摺疊",
11
14
  "empty": "無資料",
12
15
  "back": "返回",
13
16
  "showTechnical": "顯示技術詳情",
@@ -1,3 +1,17 @@
1
1
  {
2
- "banIpTitle": "到防護中心 封鎖 {{ip}}"
2
+ "banIpTitle": "到防護中心封鎖 {{ip}}",
3
+ "filter": "篩選",
4
+ "filterPh": "關鍵字",
5
+ "levels": "級別",
6
+ "wrap": "換行",
7
+ "follow": "跟隨",
8
+ "download": "下載",
9
+ "nextError": "下一則錯誤",
10
+ "prevError": "上一則錯誤",
11
+ "lines": "{{n}} 行",
12
+ "shown": "顯示 {{n}}",
13
+ "errors": "錯誤 {{n}}",
14
+ "warnings": "警告 {{n}}",
15
+ "all": "全部",
16
+ "empty": "沒有日誌行"
3
17
  }
@@ -2140,6 +2140,9 @@
2140
2140
  "apply": "套用",
2141
2141
  "close": "關閉",
2142
2142
  "copy": "複製",
2143
+ "copied": "已複製",
2144
+ "expandAll": "全部展開",
2145
+ "collapseAll": "全部摺疊",
2143
2146
  "empty": "無資料",
2144
2147
  "back": "返回",
2145
2148
  "showTechnical": "顯示技術詳情",
@@ -5117,7 +5120,21 @@
5117
5120
  "emptyChip": "此篩選沒有項目"
5118
5121
  },
5119
5122
  "logViewer": {
5120
- "banIpTitle": "到防護中心 封鎖 {{ip}}"
5123
+ "banIpTitle": "到防護中心封鎖 {{ip}}",
5124
+ "filter": "篩選",
5125
+ "filterPh": "關鍵字",
5126
+ "levels": "級別",
5127
+ "wrap": "換行",
5128
+ "follow": "跟隨",
5129
+ "download": "下載",
5130
+ "nextError": "下一則錯誤",
5131
+ "prevError": "上一則錯誤",
5132
+ "lines": "{{n}} 行",
5133
+ "shown": "顯示 {{n}}",
5134
+ "errors": "錯誤 {{n}}",
5135
+ "warnings": "警告 {{n}}",
5136
+ "all": "全部",
5137
+ "empty": "沒有日誌行"
5121
5138
  },
5122
5139
  "login": {
5123
5140
  "title": "登入 YSK Server",
@@ -13638,6 +13655,7 @@
13638
13655
  "containerNotUp": "Compose 已啟動,但容器未能保持運行",
13639
13656
  "probeFailed": "節點尚未回應 RPC。請在本頁查看日誌。",
13640
13657
  "oom": "記憶體不足。請設定記憶體上限或增加 RAM,然後重新啟動。",
13658
+ "nofile": "程序已達開啟檔案上限(nofile)。請提高 ulimits.nofile 後重新啟動。",
13641
13659
  "noContainer": "此實例沒有 Compose 容器。",
13642
13660
  "restarting": "容器正在重新啟動。請在本頁查看日誌。",
13643
13661
  "restartingCount": "容器正在重新啟動(第 {{n}} 次)。請在本頁查看日誌。",
@@ -141,6 +141,7 @@
141
141
  "containerNotUp": "Compose 已啟動,但容器未能保持運行",
142
142
  "probeFailed": "節點尚未回應 RPC。請在本頁查看日誌。",
143
143
  "oom": "記憶體不足。請設定記憶體上限或增加 RAM,然後重新啟動。",
144
+ "nofile": "程序已達開啟檔案上限(nofile)。請提高 ulimits.nofile 後重新啟動。",
144
145
  "noContainer": "此實例沒有 Compose 容器。",
145
146
  "restarting": "容器正在重新啟動。請在本頁查看日誌。",
146
147
  "restartingCount": "容器正在重新啟動(第 {{n}} 次)。請在本頁查看日誌。",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ysk-server-shared",
3
- "version": "1.1.16",
3
+ "version": "1.1.17",
4
4
  "description": "Shared types, DTOs, and interfaces for YSK Server",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",