ysk-server-shared 1.1.15 → 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.
- package/dist/validators.d.ts +6 -1
- package/dist/validators.d.ts.map +1 -1
- package/dist/validators.js +21 -0
- package/dist/validators.js.map +1 -1
- package/locales/ar/common.json +4 -1
- package/locales/ar/logViewer.json +15 -1
- package/locales/ar/translation.json +29 -4
- package/locales/ar/validators.json +10 -2
- package/locales/bn/common.json +4 -1
- package/locales/bn/logViewer.json +15 -1
- package/locales/bn/translation.json +29 -4
- package/locales/bn/validators.json +10 -2
- package/locales/en/common.json +3 -0
- package/locales/en/logViewer.json +15 -1
- package/locales/en/translation.json +26 -1
- package/locales/en/validators.json +8 -0
- package/locales/es/common.json +4 -1
- package/locales/es/logViewer.json +15 -1
- package/locales/es/translation.json +29 -4
- package/locales/es/validators.json +10 -2
- package/locales/fr/common.json +4 -1
- package/locales/fr/logViewer.json +15 -1
- package/locales/fr/translation.json +29 -4
- package/locales/fr/validators.json +10 -2
- package/locales/hi/common.json +4 -1
- package/locales/hi/logViewer.json +15 -1
- package/locales/hi/translation.json +29 -4
- package/locales/hi/validators.json +10 -2
- package/locales/id/common.json +4 -1
- package/locales/id/logViewer.json +15 -1
- package/locales/id/translation.json +29 -4
- package/locales/id/validators.json +10 -2
- package/locales/ja/common.json +4 -1
- package/locales/ja/logViewer.json +15 -1
- package/locales/ja/translation.json +29 -4
- package/locales/ja/validators.json +10 -2
- package/locales/ko/common.json +4 -1
- package/locales/ko/logViewer.json +15 -1
- package/locales/ko/translation.json +29 -4
- package/locales/ko/validators.json +10 -2
- package/locales/pt/common.json +4 -1
- package/locales/pt/logViewer.json +15 -1
- package/locales/pt/translation.json +29 -4
- package/locales/pt/validators.json +10 -2
- package/locales/ur/common.json +4 -1
- package/locales/ur/logViewer.json +15 -1
- package/locales/ur/translation.json +29 -4
- package/locales/ur/validators.json +10 -2
- package/locales/zh-CN/common.json +4 -1
- package/locales/zh-CN/logViewer.json +15 -1
- package/locales/zh-CN/translation.json +29 -4
- package/locales/zh-CN/validators.json +10 -2
- package/locales/zh-HK/common.json +3 -0
- package/locales/zh-HK/logViewer.json +15 -1
- package/locales/zh-HK/translation.json +26 -1
- package/locales/zh-HK/validators.json +8 -0
- package/package.json +1 -1
|
@@ -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",
|
|
@@ -13614,7 +13631,12 @@
|
|
|
13614
13631
|
"snapshotBlocked": "Le docker run d’instantané a été bloqué par la liste d’autorisation",
|
|
13615
13632
|
"snapshotFailed": "Échec du téléchargement ou de l’extraction de l’instantané",
|
|
13616
13633
|
"containerNotUp": "Compose started, but the container did not stay running",
|
|
13617
|
-
"probeFailed": "The node is not answering RPC yet. Check logs on this page."
|
|
13634
|
+
"probeFailed": "The node is not answering RPC yet. Check logs on this page.",
|
|
13635
|
+
"noContainer": "No compose container exists for this instance.",
|
|
13636
|
+
"restarting": "Container is restarting. Check logs on this page.",
|
|
13637
|
+
"restartingCount": "Container is restarting ({{n}}). Check logs on this page.",
|
|
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."
|
|
13618
13640
|
},
|
|
13619
13641
|
"notes": {
|
|
13620
13642
|
"beta": "Cette fonction est Beta. Les changements d’hôte nécessitent root et YSK_EXECUTE=1.",
|
|
@@ -13797,7 +13819,10 @@
|
|
|
13797
13819
|
"running": "Running",
|
|
13798
13820
|
"syncing": "Syncing",
|
|
13799
13821
|
"error": "Error",
|
|
13800
|
-
"starting": "Starting"
|
|
13822
|
+
"starting": "Starting",
|
|
13823
|
+
"created": "Created (never started)",
|
|
13824
|
+
"missing": "No container",
|
|
13825
|
+
"rpc_wait": "Running — RPC not ready"
|
|
13801
13826
|
},
|
|
13802
13827
|
"profileHelp": {
|
|
13803
13828
|
"title": "Profiles",
|
|
@@ -117,7 +117,12 @@
|
|
|
117
117
|
"snapshotBlocked": "Le docker run d’instantané a été bloqué par la liste d’autorisation",
|
|
118
118
|
"snapshotFailed": "Échec du téléchargement ou de l’extraction de l’instantané",
|
|
119
119
|
"containerNotUp": "Compose started, but the container did not stay running",
|
|
120
|
-
"probeFailed": "The node is not answering RPC yet. Check logs on this page."
|
|
120
|
+
"probeFailed": "The node is not answering RPC yet. Check logs on this page.",
|
|
121
|
+
"noContainer": "No compose container exists for this instance.",
|
|
122
|
+
"restarting": "Container is restarting. Check logs on this page.",
|
|
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.",
|
|
125
|
+
"nofile": "The process hit the open-files (nofile) limit. Raise ulimits.nofile and restart."
|
|
121
126
|
},
|
|
122
127
|
"notes": {
|
|
123
128
|
"beta": "Cette fonction est Beta. Les changements d’hôte nécessitent root et YSK_EXECUTE=1.",
|
|
@@ -300,7 +305,10 @@
|
|
|
300
305
|
"running": "Running",
|
|
301
306
|
"syncing": "Syncing",
|
|
302
307
|
"error": "Error",
|
|
303
|
-
"starting": "Starting"
|
|
308
|
+
"starting": "Starting",
|
|
309
|
+
"created": "Created (never started)",
|
|
310
|
+
"missing": "No container",
|
|
311
|
+
"rpc_wait": "Running — RPC not ready"
|
|
304
312
|
},
|
|
305
313
|
"profileHelp": {
|
|
306
314
|
"title": "Profiles",
|
package/locales/hi/common.json
CHANGED
|
@@ -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 में साइन इन करें",
|
|
@@ -13614,7 +13631,12 @@
|
|
|
13614
13631
|
"snapshotBlocked": "स्नैपशॉट docker run अनुमति सूची से अवरुद्ध हुआ",
|
|
13615
13632
|
"snapshotFailed": "स्नैपशॉट डाउनलोड या निकालना विफल",
|
|
13616
13633
|
"containerNotUp": "Compose started, but the container did not stay running",
|
|
13617
|
-
"probeFailed": "The node is not answering RPC yet. Check logs on this page."
|
|
13634
|
+
"probeFailed": "The node is not answering RPC yet. Check logs on this page.",
|
|
13635
|
+
"noContainer": "No compose container exists for this instance.",
|
|
13636
|
+
"restarting": "Container is restarting. Check logs on this page.",
|
|
13637
|
+
"restartingCount": "Container is restarting ({{n}}). Check logs on this page.",
|
|
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."
|
|
13618
13640
|
},
|
|
13619
13641
|
"notes": {
|
|
13620
13642
|
"beta": "यह सुविधा Beta है। होस्ट परिवर्तन के लिए root और YSK_EXECUTE=1 चाहिए।",
|
|
@@ -13797,7 +13819,10 @@
|
|
|
13797
13819
|
"running": "Running",
|
|
13798
13820
|
"syncing": "Syncing",
|
|
13799
13821
|
"error": "Error",
|
|
13800
|
-
"starting": "Starting"
|
|
13822
|
+
"starting": "Starting",
|
|
13823
|
+
"created": "Created (never started)",
|
|
13824
|
+
"missing": "No container",
|
|
13825
|
+
"rpc_wait": "Running — RPC not ready"
|
|
13801
13826
|
},
|
|
13802
13827
|
"profileHelp": {
|
|
13803
13828
|
"title": "Profiles",
|
|
@@ -117,7 +117,12 @@
|
|
|
117
117
|
"snapshotBlocked": "स्नैपशॉट docker run अनुमति सूची से अवरुद्ध हुआ",
|
|
118
118
|
"snapshotFailed": "स्नैपशॉट डाउनलोड या निकालना विफल",
|
|
119
119
|
"containerNotUp": "Compose started, but the container did not stay running",
|
|
120
|
-
"probeFailed": "The node is not answering RPC yet. Check logs on this page."
|
|
120
|
+
"probeFailed": "The node is not answering RPC yet. Check logs on this page.",
|
|
121
|
+
"noContainer": "No compose container exists for this instance.",
|
|
122
|
+
"restarting": "Container is restarting. Check logs on this page.",
|
|
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.",
|
|
125
|
+
"nofile": "The process hit the open-files (nofile) limit. Raise ulimits.nofile and restart."
|
|
121
126
|
},
|
|
122
127
|
"notes": {
|
|
123
128
|
"beta": "यह सुविधा Beta है। होस्ट परिवर्तन के लिए root और YSK_EXECUTE=1 चाहिए।",
|
|
@@ -300,7 +305,10 @@
|
|
|
300
305
|
"running": "Running",
|
|
301
306
|
"syncing": "Syncing",
|
|
302
307
|
"error": "Error",
|
|
303
|
-
"starting": "Starting"
|
|
308
|
+
"starting": "Starting",
|
|
309
|
+
"created": "Created (never started)",
|
|
310
|
+
"missing": "No container",
|
|
311
|
+
"rpc_wait": "Running — RPC not ready"
|
|
304
312
|
},
|
|
305
313
|
"profileHelp": {
|
|
306
314
|
"title": "Profiles",
|
package/locales/id/common.json
CHANGED
|
@@ -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",
|
|
@@ -13614,7 +13631,12 @@
|
|
|
13614
13631
|
"snapshotBlocked": "docker run snapshot diblokir oleh daftar izin",
|
|
13615
13632
|
"snapshotFailed": "Unduhan atau ekstraksi snapshot gagal",
|
|
13616
13633
|
"containerNotUp": "Compose started, but the container did not stay running",
|
|
13617
|
-
"probeFailed": "The node is not answering RPC yet. Check logs on this page."
|
|
13634
|
+
"probeFailed": "The node is not answering RPC yet. Check logs on this page.",
|
|
13635
|
+
"noContainer": "No compose container exists for this instance.",
|
|
13636
|
+
"restarting": "Container is restarting. Check logs on this page.",
|
|
13637
|
+
"restartingCount": "Container is restarting ({{n}}). Check logs on this page.",
|
|
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."
|
|
13618
13640
|
},
|
|
13619
13641
|
"notes": {
|
|
13620
13642
|
"beta": "Fitur ini Beta. Perubahan host membutuhkan root dan YSK_EXECUTE=1.",
|
|
@@ -13797,7 +13819,10 @@
|
|
|
13797
13819
|
"running": "Running",
|
|
13798
13820
|
"syncing": "Syncing",
|
|
13799
13821
|
"error": "Error",
|
|
13800
|
-
"starting": "Starting"
|
|
13822
|
+
"starting": "Starting",
|
|
13823
|
+
"created": "Created (never started)",
|
|
13824
|
+
"missing": "No container",
|
|
13825
|
+
"rpc_wait": "Running — RPC not ready"
|
|
13801
13826
|
},
|
|
13802
13827
|
"profileHelp": {
|
|
13803
13828
|
"title": "Profiles",
|
|
@@ -117,7 +117,12 @@
|
|
|
117
117
|
"snapshotBlocked": "docker run snapshot diblokir oleh daftar izin",
|
|
118
118
|
"snapshotFailed": "Unduhan atau ekstraksi snapshot gagal",
|
|
119
119
|
"containerNotUp": "Compose started, but the container did not stay running",
|
|
120
|
-
"probeFailed": "The node is not answering RPC yet. Check logs on this page."
|
|
120
|
+
"probeFailed": "The node is not answering RPC yet. Check logs on this page.",
|
|
121
|
+
"noContainer": "No compose container exists for this instance.",
|
|
122
|
+
"restarting": "Container is restarting. Check logs on this page.",
|
|
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.",
|
|
125
|
+
"nofile": "The process hit the open-files (nofile) limit. Raise ulimits.nofile and restart."
|
|
121
126
|
},
|
|
122
127
|
"notes": {
|
|
123
128
|
"beta": "Fitur ini Beta. Perubahan host membutuhkan root dan YSK_EXECUTE=1.",
|
|
@@ -300,7 +305,10 @@
|
|
|
300
305
|
"running": "Running",
|
|
301
306
|
"syncing": "Syncing",
|
|
302
307
|
"error": "Error",
|
|
303
|
-
"starting": "Starting"
|
|
308
|
+
"starting": "Starting",
|
|
309
|
+
"created": "Created (never started)",
|
|
310
|
+
"missing": "No container",
|
|
311
|
+
"rpc_wait": "Running — RPC not ready"
|
|
304
312
|
},
|
|
305
313
|
"profileHelp": {
|
|
306
314
|
"title": "Profiles",
|
package/locales/ja/common.json
CHANGED
|
@@ -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 にサインイン",
|
|
@@ -13614,7 +13631,12 @@
|
|
|
13614
13631
|
"snapshotBlocked": "スナップショットの docker run は許可リストで拒否されました",
|
|
13615
13632
|
"snapshotFailed": "スナップショットのダウンロードまたは展開に失敗しました",
|
|
13616
13633
|
"containerNotUp": "Compose started, but the container did not stay running",
|
|
13617
|
-
"probeFailed": "The node is not answering RPC yet. Check logs on this page."
|
|
13634
|
+
"probeFailed": "The node is not answering RPC yet. Check logs on this page.",
|
|
13635
|
+
"noContainer": "No compose container exists for this instance.",
|
|
13636
|
+
"restarting": "Container is restarting. Check logs on this page.",
|
|
13637
|
+
"restartingCount": "Container is restarting ({{n}}). Check logs on this page.",
|
|
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."
|
|
13618
13640
|
},
|
|
13619
13641
|
"notes": {
|
|
13620
13642
|
"beta": "この機能は Beta です。ホスト変更には root と YSK_EXECUTE=1 が必要です。",
|
|
@@ -13797,7 +13819,10 @@
|
|
|
13797
13819
|
"running": "Running",
|
|
13798
13820
|
"syncing": "Syncing",
|
|
13799
13821
|
"error": "Error",
|
|
13800
|
-
"starting": "Starting"
|
|
13822
|
+
"starting": "Starting",
|
|
13823
|
+
"created": "Created (never started)",
|
|
13824
|
+
"missing": "No container",
|
|
13825
|
+
"rpc_wait": "Running — RPC not ready"
|
|
13801
13826
|
},
|
|
13802
13827
|
"profileHelp": {
|
|
13803
13828
|
"title": "Profiles",
|
|
@@ -117,7 +117,12 @@
|
|
|
117
117
|
"snapshotBlocked": "スナップショットの docker run は許可リストで拒否されました",
|
|
118
118
|
"snapshotFailed": "スナップショットのダウンロードまたは展開に失敗しました",
|
|
119
119
|
"containerNotUp": "Compose started, but the container did not stay running",
|
|
120
|
-
"probeFailed": "The node is not answering RPC yet. Check logs on this page."
|
|
120
|
+
"probeFailed": "The node is not answering RPC yet. Check logs on this page.",
|
|
121
|
+
"noContainer": "No compose container exists for this instance.",
|
|
122
|
+
"restarting": "Container is restarting. Check logs on this page.",
|
|
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.",
|
|
125
|
+
"nofile": "The process hit the open-files (nofile) limit. Raise ulimits.nofile and restart."
|
|
121
126
|
},
|
|
122
127
|
"notes": {
|
|
123
128
|
"beta": "この機能は Beta です。ホスト変更には root と YSK_EXECUTE=1 が必要です。",
|
|
@@ -300,7 +305,10 @@
|
|
|
300
305
|
"running": "Running",
|
|
301
306
|
"syncing": "Syncing",
|
|
302
307
|
"error": "Error",
|
|
303
|
-
"starting": "Starting"
|
|
308
|
+
"starting": "Starting",
|
|
309
|
+
"created": "Created (never started)",
|
|
310
|
+
"missing": "No container",
|
|
311
|
+
"rpc_wait": "Running — RPC not ready"
|
|
304
312
|
},
|
|
305
313
|
"profileHelp": {
|
|
306
314
|
"title": "Profiles",
|
package/locales/ko/common.json
CHANGED
|
@@ -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 로그인",
|
|
@@ -13614,7 +13631,12 @@
|
|
|
13614
13631
|
"snapshotBlocked": "스냅샷 docker run이 허용 목록에서 거부되었습니다",
|
|
13615
13632
|
"snapshotFailed": "스냅샷 다운로드 또는 압축 해제가 실패했습니다",
|
|
13616
13633
|
"containerNotUp": "Compose started, but the container did not stay running",
|
|
13617
|
-
"probeFailed": "The node is not answering RPC yet. Check logs on this page."
|
|
13634
|
+
"probeFailed": "The node is not answering RPC yet. Check logs on this page.",
|
|
13635
|
+
"noContainer": "No compose container exists for this instance.",
|
|
13636
|
+
"restarting": "Container is restarting. Check logs on this page.",
|
|
13637
|
+
"restartingCount": "Container is restarting ({{n}}). Check logs on this page.",
|
|
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."
|
|
13618
13640
|
},
|
|
13619
13641
|
"notes": {
|
|
13620
13642
|
"beta": "이 기능은 Beta입니다. 호스트 변경에는 root와 YSK_EXECUTE=1이 필요합니다.",
|
|
@@ -13797,7 +13819,10 @@
|
|
|
13797
13819
|
"running": "Running",
|
|
13798
13820
|
"syncing": "Syncing",
|
|
13799
13821
|
"error": "Error",
|
|
13800
|
-
"starting": "Starting"
|
|
13822
|
+
"starting": "Starting",
|
|
13823
|
+
"created": "Created (never started)",
|
|
13824
|
+
"missing": "No container",
|
|
13825
|
+
"rpc_wait": "Running — RPC not ready"
|
|
13801
13826
|
},
|
|
13802
13827
|
"profileHelp": {
|
|
13803
13828
|
"title": "Profiles",
|
|
@@ -117,7 +117,12 @@
|
|
|
117
117
|
"snapshotBlocked": "스냅샷 docker run이 허용 목록에서 거부되었습니다",
|
|
118
118
|
"snapshotFailed": "스냅샷 다운로드 또는 압축 해제가 실패했습니다",
|
|
119
119
|
"containerNotUp": "Compose started, but the container did not stay running",
|
|
120
|
-
"probeFailed": "The node is not answering RPC yet. Check logs on this page."
|
|
120
|
+
"probeFailed": "The node is not answering RPC yet. Check logs on this page.",
|
|
121
|
+
"noContainer": "No compose container exists for this instance.",
|
|
122
|
+
"restarting": "Container is restarting. Check logs on this page.",
|
|
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.",
|
|
125
|
+
"nofile": "The process hit the open-files (nofile) limit. Raise ulimits.nofile and restart."
|
|
121
126
|
},
|
|
122
127
|
"notes": {
|
|
123
128
|
"beta": "이 기능은 Beta입니다. 호스트 변경에는 root와 YSK_EXECUTE=1이 필요합니다.",
|
|
@@ -300,7 +305,10 @@
|
|
|
300
305
|
"running": "Running",
|
|
301
306
|
"syncing": "Syncing",
|
|
302
307
|
"error": "Error",
|
|
303
|
-
"starting": "Starting"
|
|
308
|
+
"starting": "Starting",
|
|
309
|
+
"created": "Created (never started)",
|
|
310
|
+
"missing": "No container",
|
|
311
|
+
"rpc_wait": "Running — RPC not ready"
|
|
304
312
|
},
|
|
305
313
|
"profileHelp": {
|
|
306
314
|
"title": "Profiles",
|
package/locales/pt/common.json
CHANGED
|
@@ -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
|
}
|