foreman_remote_execution 16.2.1 → 16.2.3
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.
- checksums.yaml +4 -4
- data/app/assets/javascripts/foreman_remote_execution/locale/de/foreman_remote_execution.js +10 -10
- data/app/assets/javascripts/foreman_remote_execution/locale/en_GB/foreman_remote_execution.js +9 -9
- data/app/assets/javascripts/foreman_remote_execution/locale/es/foreman_remote_execution.js +10 -10
- data/app/assets/javascripts/foreman_remote_execution/locale/fr/foreman_remote_execution.js +28 -28
- data/app/assets/javascripts/foreman_remote_execution/locale/ja/foreman_remote_execution.js +32 -32
- data/app/assets/javascripts/foreman_remote_execution/locale/ka/foreman_remote_execution.js +10 -10
- data/app/assets/javascripts/foreman_remote_execution/locale/ko/foreman_remote_execution.js +27 -27
- data/app/assets/javascripts/foreman_remote_execution/locale/pt_BR/foreman_remote_execution.js +9 -9
- data/app/assets/javascripts/foreman_remote_execution/locale/ru/foreman_remote_execution.js +9 -9
- data/app/assets/javascripts/foreman_remote_execution/locale/zh_CN/foreman_remote_execution.js +27 -27
- data/app/assets/javascripts/foreman_remote_execution/locale/zh_TW/foreman_remote_execution.js +9 -9
- data/lib/foreman_remote_execution/version.rb +1 -1
- data/locale/de/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/de/foreman_remote_execution.po +10 -10
- data/locale/en_GB/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/en_GB/foreman_remote_execution.po +9 -9
- data/locale/es/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/es/foreman_remote_execution.po +10 -10
- data/locale/foreman_remote_execution.pot +66 -66
- data/locale/fr/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/fr/foreman_remote_execution.po +28 -28
- data/locale/ja/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/ja/foreman_remote_execution.po +32 -32
- data/locale/ka/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/ka/foreman_remote_execution.po +10 -10
- data/locale/ko/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/ko/foreman_remote_execution.po +27 -27
- data/locale/pt_BR/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/pt_BR/foreman_remote_execution.po +9 -9
- data/locale/ru/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/ru/foreman_remote_execution.po +9 -9
- data/locale/zh_CN/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/zh_CN/foreman_remote_execution.po +27 -27
- data/locale/zh_TW/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/zh_TW/foreman_remote_execution.po +9 -9
- data/webpack/JobInvocationDetail/CheckboxesActions.js +39 -30
- data/webpack/JobInvocationDetail/JobInvocationConstants.js +0 -1
- data/webpack/JobInvocationDetail/JobInvocationHostTable.js +156 -170
- data/webpack/JobInvocationDetail/OpenAllInvocationsModal.js +27 -32
- data/webpack/JobInvocationDetail/__tests__/MainInformation.test.js +10 -2
- data/webpack/JobInvocationDetail/__tests__/TableToolbarActions.test.js +46 -30
- data/webpack/JobInvocationDetail/index.js +13 -2
- data/webpack/react_app/components/RegistrationExtension/RexInterface.js +5 -19
- data/webpack/react_app/components/RegistrationExtension/__tests__/RexInterface.test.js +19 -3
- metadata +2 -3
- data/webpack/react_app/components/RegistrationExtension/__tests__/__snapshots__/RexInterface.test.js.snap +0 -36
@@ -3,7 +3,7 @@
|
|
3
3
|
"locale_data": {
|
4
4
|
"foreman_remote_execution": {
|
5
5
|
"": {
|
6
|
-
"Project-Id-Version": "foreman_remote_execution 16.2.
|
6
|
+
"Project-Id-Version": "foreman_remote_execution 16.2.1",
|
7
7
|
"Report-Msgid-Bugs-To": "",
|
8
8
|
"PO-Revision-Date": "2016-02-15 13:54+0000",
|
9
9
|
"Last-Translator": "FULL NAME <EMAIL@ADDRESS>",
|
@@ -136,7 +136,7 @@
|
|
136
136
|
""
|
137
137
|
],
|
138
138
|
"An error occurred.": [
|
139
|
-
""
|
139
|
+
"შეცდომა."
|
140
140
|
],
|
141
141
|
"Another interface is already set as execution. Are you sure you want to use this one instead?": [
|
142
142
|
"ზოგიერთი სხვა ინტერფეისი უკვე დაყენებულია როგორც გასაშვები. დარწმუნებული ხართ, რომ გსურთ ამის ნაცვლად გამოიყენოთ?"
|
@@ -912,7 +912,10 @@
|
|
912
912
|
"Open all %s invocations in new tabs": [
|
913
913
|
""
|
914
914
|
],
|
915
|
-
"Open all failed runs (%s)": [
|
915
|
+
"Open all failed runs on this page (%s)": [
|
916
|
+
""
|
917
|
+
],
|
918
|
+
"Open all rows of the table in new tabs": [
|
916
919
|
""
|
917
920
|
],
|
918
921
|
"Open in new tab": [
|
@@ -1179,9 +1182,6 @@
|
|
1179
1182
|
"Run at most N tasks at a time. If this is set and proxy batch triggering is enabled, then tasks are triggered on the smart proxy in batches of size 1.": [
|
1180
1183
|
""
|
1181
1184
|
],
|
1182
|
-
"Run hosts job:": [
|
1183
|
-
""
|
1184
|
-
],
|
1185
1185
|
"Run job": [
|
1186
1186
|
"დავალების გაშვება"
|
1187
1187
|
],
|
@@ -1503,7 +1503,10 @@
|
|
1503
1503
|
"The job template to use, parameter is required unless feature was specified": [
|
1504
1504
|
""
|
1505
1505
|
],
|
1506
|
-
"The number of
|
1506
|
+
"The number of failed invocations is:": [
|
1507
|
+
""
|
1508
|
+
],
|
1509
|
+
"The number of selected invocations is:": [
|
1507
1510
|
""
|
1508
1511
|
],
|
1509
1512
|
"The only applicable proxy %{proxy_names} is down": [
|
@@ -1534,9 +1537,6 @@
|
|
1534
1537
|
"This template is used to generate the description.<br/>Input values can be used using the syntax %{package}.<br/>You may also include the job category and template<br/>name using %{job_category} and %{template_name}.": [
|
1535
1538
|
""
|
1536
1539
|
],
|
1537
|
-
"This will open a new tab for each invocation. The maximum is 100.": [
|
1538
|
-
""
|
1539
|
-
],
|
1540
1540
|
"Time in seconds from the start on the remote host after which the job should be killed.": [
|
1541
1541
|
"დრო წამებში, რამდენ ხანში მოკვდება დაშორებულ ჰოსტზე გაშვებული დავალება."
|
1542
1542
|
],
|
@@ -3,7 +3,7 @@
|
|
3
3
|
"locale_data": {
|
4
4
|
"foreman_remote_execution": {
|
5
5
|
"": {
|
6
|
-
"Project-Id-Version": "foreman_remote_execution 16.2.
|
6
|
+
"Project-Id-Version": "foreman_remote_execution 16.2.1",
|
7
7
|
"Report-Msgid-Bugs-To": "",
|
8
8
|
"PO-Revision-Date": "2016-02-15 13:54+0000",
|
9
9
|
"Last-Translator": "FULL NAME <EMAIL@ADDRESS>",
|
@@ -33,7 +33,7 @@
|
|
33
33
|
"%s개 더"
|
34
34
|
],
|
35
35
|
"%s task(s) successfully %s: %s": [
|
36
|
-
""
|
36
|
+
"작업 %s개가 성공적으로 %s: %s"
|
37
37
|
],
|
38
38
|
"%{description} on %{host}": [
|
39
39
|
"%{host}에 대한 %{description}"
|
@@ -93,7 +93,7 @@
|
|
93
93
|
"작업 중단"
|
94
94
|
],
|
95
95
|
"Abort selected": [
|
96
|
-
""
|
96
|
+
"선택 항목 중단"
|
97
97
|
],
|
98
98
|
"Abort task": [
|
99
99
|
"작업 중단"
|
@@ -156,7 +156,7 @@
|
|
156
156
|
"적용"
|
157
157
|
],
|
158
158
|
"Are you sure you want to open all %s invocations in new tabs?": [
|
159
|
-
""
|
159
|
+
"새 탭에서 모든 %s 호출을 여시겠습니까?"
|
160
160
|
],
|
161
161
|
"At": [
|
162
162
|
"At"
|
@@ -189,13 +189,13 @@
|
|
189
189
|
"작업 취소"
|
190
190
|
],
|
191
191
|
"Cancel job invocation or matching tasks only": [
|
192
|
-
""
|
192
|
+
"작업 호출 또는 일치하는 작업만 취소"
|
193
193
|
],
|
194
194
|
"Cancel recurring": [
|
195
195
|
"반복 취소"
|
196
196
|
],
|
197
197
|
"Cancel selected": [
|
198
|
-
""
|
198
|
+
"선택한 작업 취소"
|
199
199
|
],
|
200
200
|
"Cancelled": [
|
201
201
|
"취소함"
|
@@ -264,7 +264,7 @@
|
|
264
264
|
"%s 작업을 중단할 수 없습니다: ${response}"
|
265
265
|
],
|
266
266
|
"Could not abort the task": [
|
267
|
-
""
|
267
|
+
"작업을 중단할 수 없습니다"
|
268
268
|
],
|
269
269
|
"Could not cancel recurring logic %s: ${response}": [
|
270
270
|
"반복 논리 %s를 취소할 수 없습니다: ${response}"
|
@@ -273,7 +273,7 @@
|
|
273
273
|
"%s 작업을 취소할 수 없습니다: ${response}"
|
274
274
|
],
|
275
275
|
"Could not cancel the task": [
|
276
|
-
""
|
276
|
+
"작업을 취소할 수 없습니다"
|
277
277
|
],
|
278
278
|
"Could not disable recurring logic %s: ${response}": [
|
279
279
|
"반복 논리 %s를 비활성화할 수 없습니다: ${response}"
|
@@ -483,7 +483,7 @@
|
|
483
483
|
"평가 시점:"
|
484
484
|
],
|
485
485
|
"Evaluates the list of target hosts just before the job is executed. If you used a filter to select the target hosts, the list of target hosts might be different from the current list.": [
|
486
|
-
""
|
486
|
+
"작업 실행 직전에 대상 호스트 목록을 평가합니다. 필터를 사용하여 대상 호스트를 선택한 경우, 대상 호스트 목록이 현재 목록과 다를 수 있습니다."
|
487
487
|
],
|
488
488
|
"Every day at %s": [
|
489
489
|
"매일 %s"
|
@@ -510,7 +510,7 @@
|
|
510
510
|
"호스트에서 작업을 무작위 순서로 실행합니다."
|
511
511
|
],
|
512
512
|
"Executes the job on the current list of target hosts.": [
|
513
|
-
""
|
513
|
+
"현재 대상 호스트 목록에서 작업을 실행합니다."
|
514
514
|
],
|
515
515
|
"Execution": [
|
516
516
|
"실행"
|
@@ -522,7 +522,7 @@
|
|
522
522
|
"실행 순서"
|
523
523
|
],
|
524
524
|
"Execution ordering determines whether the jobs should be executed on hosts in alphabetical order or in randomized order.<br><ul><li><b>Ordered</b> - Executes the jobs on hosts in alphabetical order</li><li><b>Randomized</b> - Randomizes the order in which jobs are executed on hosts</li></ul>": [
|
525
|
-
""
|
525
|
+
"실행 순서는 작업을 호스트에서 알파벳순으로 실행해야 할지 아니면 무작위 순서로 실행해야 할지를 결정합니다.<br><ul><li><b> 주문</b> - 호스트의 작업을 알파벳순으로 실행합니다.</li><li><b> 무작위</b> - 호스트에서 작업이 실행되는 순서를 무작위로 지정합니다.</li></ul>"
|
526
526
|
],
|
527
527
|
"Exit status: %s": [
|
528
528
|
"종료 상태: %s"
|
@@ -909,19 +909,22 @@
|
|
909
909
|
"feature 또는 job_template_id 중 하나만 지정할 수 있습니다."
|
910
910
|
],
|
911
911
|
"Open all %s invocations in new tabs": [
|
912
|
+
"새 탭에서 모든 %s 호출을 엽니다."
|
913
|
+
],
|
914
|
+
"Open all failed runs on this page (%s)": [
|
912
915
|
""
|
913
916
|
],
|
914
|
-
"Open all
|
917
|
+
"Open all rows of the table in new tabs": [
|
915
918
|
""
|
916
919
|
],
|
917
920
|
"Open in new tab": [
|
918
921
|
"새 탭에서 열기"
|
919
922
|
],
|
920
923
|
"Open in new tabs": [
|
921
|
-
""
|
924
|
+
"새 탭에서 열기"
|
922
925
|
],
|
923
926
|
"Open selected in new tab": [
|
924
|
-
""
|
927
|
+
"선택한 항목을 새 탭에서 열기"
|
925
928
|
],
|
926
929
|
"Opening job invocation form": [
|
927
930
|
"작업 호출 양식 열기"
|
@@ -1178,9 +1181,6 @@
|
|
1178
1181
|
"Run at most N tasks at a time. If this is set and proxy batch triggering is enabled, then tasks are triggered on the smart proxy in batches of size 1.": [
|
1179
1182
|
"한 번에 최대 N개의 작업을 실행합니다. 이것이 설정되어 있고 프록시 배치 트리거링이 활성화되어 있으면 작업은 스마트 프록시에서 크기 1의 배치로 트리거됩니다."
|
1180
1183
|
],
|
1181
|
-
"Run hosts job:": [
|
1182
|
-
""
|
1183
|
-
],
|
1184
1184
|
"Run job": [
|
1185
1185
|
"작업 실행"
|
1186
1186
|
],
|
@@ -1263,7 +1263,7 @@
|
|
1263
1263
|
"검색 쿼리"
|
1264
1264
|
],
|
1265
1265
|
"Search query to cancel tasks only on matching hosts. If not provided, the whole job invocation will be cancelled.": [
|
1266
|
-
""
|
1266
|
+
"검색 쿼리를 사용하여 일치하는 호스트에서만 작업을 취소합니다. 이 쿼리를 제공하지 않으면 전체 작업 호출이 취소됩니다."
|
1267
1267
|
],
|
1268
1268
|
"Search the host for any proxy with Remote Execution, useful when the host has no subnet or the subnet does not have an execution proxy": [
|
1269
1269
|
"원격 실행 기능이 있는 모든 프록시의 호스트를 검색합니다. 호스트에 서브넷이 없거나 서브넷에 실행 프록시가 없는 경우 유용합니다."
|
@@ -1446,7 +1446,7 @@
|
|
1446
1446
|
"호스트의 작업이 취소되었습니다"
|
1447
1447
|
],
|
1448
1448
|
"Task(s) were not %s": [
|
1449
|
-
""
|
1449
|
+
"작업이 %s되지 않았습니다 "
|
1450
1450
|
],
|
1451
1451
|
"Template ERB": [
|
1452
1452
|
"템플릿 ERB"
|
@@ -1502,7 +1502,10 @@
|
|
1502
1502
|
"The job template to use, parameter is required unless feature was specified": [
|
1503
1503
|
"사용할 작업 템플릿, 기능이 지정되지 않은 경우 매개변수가 필요합니다."
|
1504
1504
|
],
|
1505
|
-
"The number of
|
1505
|
+
"The number of failed invocations is:": [
|
1506
|
+
""
|
1507
|
+
],
|
1508
|
+
"The number of selected invocations is:": [
|
1506
1509
|
""
|
1507
1510
|
],
|
1508
1511
|
"The only applicable proxy %{proxy_names} is down": [
|
@@ -1532,9 +1535,6 @@
|
|
1532
1535
|
"This template is used to generate the description.<br/>Input values can be used using the syntax %{package}.<br/>You may also include the job category and template<br/>name using %{job_category} and %{template_name}.": [
|
1533
1536
|
"이 템플릿은 설명을 생성하는 데 사용됩니다.<br/> 입력 값은 %{package} 구문을 사용하여 사용할 수 있습니다.<br/> 또한 %{job_category} 및 %{template_name}을 사용하여 작업 범주와 템플릿 <br/> 이름을 포함할 수도 있습니다."
|
1534
1537
|
],
|
1535
|
-
"This will open a new tab for each invocation. The maximum is 100.": [
|
1536
|
-
""
|
1537
|
-
],
|
1538
1538
|
"Time in seconds from the start on the remote host after which the job should be killed.": [
|
1539
1539
|
"원격 호스트에서 작업이 시작된 후 종료되어야 하는 시간(초)입니다."
|
1540
1540
|
],
|
@@ -1578,7 +1578,7 @@
|
|
1578
1578
|
"호스트에 대한 작업 취소 시도"
|
1579
1579
|
],
|
1580
1580
|
"Trying to %s the task": [
|
1581
|
-
""
|
1581
|
+
"작업 %s 시도 중"
|
1582
1582
|
],
|
1583
1583
|
"Trying to abort the job": [
|
1584
1584
|
"작업을 중단하려고 합니다"
|
@@ -1602,10 +1602,10 @@
|
|
1602
1602
|
"유형 "
|
1603
1603
|
],
|
1604
1604
|
"Type determines when the query is evaluated to hosts.": [
|
1605
|
-
""
|
1605
|
+
"유형은 쿼리가 호스트에 대해 평가되는 시점을 결정합니다."
|
1606
1606
|
],
|
1607
1607
|
"Type determines when the query is evaluated to hosts.<br><ul><li><b>Static</b> - Executes the job on the current list of target hosts.</li><li><b>Dynamic</b> - Evaluates the list of target hosts just before the job is executed. If you used a filter to select the target hosts, the list of target hosts might be different from the current list.</li></ul>": [
|
1608
|
-
""
|
1608
|
+
"유형은 쿼리가 호스트에 대해 평가되는 시기를 결정합니다.<br><ul><li><b> 정적</b> - 현재 대상 호스트 목록에서 작업을 실행합니다.</li><li><b> 동적</b> - 작업 실행 직전에 대상 호스트 목록을 평가합니다. 필터를 사용하여 대상 호스트를 선택한 경우, 대상 호스트 목록이 현재 목록과 다를 수 있습니다.</li></ul>"
|
1609
1609
|
],
|
1610
1610
|
"Type of execution": [
|
1611
1611
|
"실행 유형"
|
@@ -1749,7 +1749,7 @@
|
|
1749
1749
|
"더 많은 결과가 표시됩니다. 처음 %s개의 결과 표시"
|
1750
1750
|
],
|
1751
1751
|
"aborted": [
|
1752
|
-
""
|
1752
|
+
"중단됨"
|
1753
1753
|
],
|
1754
1754
|
"add an input set for this template to reference a different template inputs": [
|
1755
1755
|
"이 템플릿에서 다른 템플릿 입력을 참조하기 위한 입력 세트를 추가합니다."
|
data/app/assets/javascripts/foreman_remote_execution/locale/pt_BR/foreman_remote_execution.js
CHANGED
@@ -3,7 +3,7 @@
|
|
3
3
|
"locale_data": {
|
4
4
|
"foreman_remote_execution": {
|
5
5
|
"": {
|
6
|
-
"Project-Id-Version": "foreman_remote_execution 16.2.
|
6
|
+
"Project-Id-Version": "foreman_remote_execution 16.2.1",
|
7
7
|
"Report-Msgid-Bugs-To": "",
|
8
8
|
"PO-Revision-Date": "2016-02-15 13:54+0000",
|
9
9
|
"Last-Translator": "FULL NAME <EMAIL@ADDRESS>",
|
@@ -912,7 +912,10 @@
|
|
912
912
|
"Open all %s invocations in new tabs": [
|
913
913
|
""
|
914
914
|
],
|
915
|
-
"Open all failed runs (%s)": [
|
915
|
+
"Open all failed runs on this page (%s)": [
|
916
|
+
""
|
917
|
+
],
|
918
|
+
"Open all rows of the table in new tabs": [
|
916
919
|
""
|
917
920
|
],
|
918
921
|
"Open in new tab": [
|
@@ -1179,9 +1182,6 @@
|
|
1179
1182
|
"Run at most N tasks at a time. If this is set and proxy batch triggering is enabled, then tasks are triggered on the smart proxy in batches of size 1.": [
|
1180
1183
|
"Executar no máximo N tarefas de cada vez. Se essa opção estiver definida, e o acionamento em lote de proxy estiver desabilitado, então, as tarefas serão acionadas no proxy inteligente em lotes de tamanho 1."
|
1181
1184
|
],
|
1182
|
-
"Run hosts job:": [
|
1183
|
-
""
|
1184
|
-
],
|
1185
1185
|
"Run job": [
|
1186
1186
|
"Executar Trabalho"
|
1187
1187
|
],
|
@@ -1503,7 +1503,10 @@
|
|
1503
1503
|
"The job template to use, parameter is required unless feature was specified": [
|
1504
1504
|
"O modelo de trabalho a ser usado. O parâmetro é obrigatórios, a não ser que o recurso seja especificado."
|
1505
1505
|
],
|
1506
|
-
"The number of
|
1506
|
+
"The number of failed invocations is:": [
|
1507
|
+
""
|
1508
|
+
],
|
1509
|
+
"The number of selected invocations is:": [
|
1507
1510
|
""
|
1508
1511
|
],
|
1509
1512
|
"The only applicable proxy %{proxy_names} is down": [
|
@@ -1535,9 +1538,6 @@
|
|
1535
1538
|
"This template is used to generate the description.<br/>Input values can be used using the syntax %{package}.<br/>You may also include the job category and template<br/>name using %{job_category} and %{template_name}.": [
|
1536
1539
|
"Este modelo é usado para gerar a descrição. Os valores de entrada podem ser usados com a sintaxe <br/>. Você pode incluir também a categoria de trabalho e o nome do modelo usando %%{package} e %<br/>."
|
1537
1540
|
],
|
1538
|
-
"This will open a new tab for each invocation. The maximum is 100.": [
|
1539
|
-
""
|
1540
|
-
],
|
1541
1541
|
"Time in seconds from the start on the remote host after which the job should be killed.": [
|
1542
1542
|
"Tempo em segundos do início no host remoto após o qual o trabalho deve ser encerrado."
|
1543
1543
|
],
|
@@ -3,7 +3,7 @@
|
|
3
3
|
"locale_data": {
|
4
4
|
"foreman_remote_execution": {
|
5
5
|
"": {
|
6
|
-
"Project-Id-Version": "foreman_remote_execution 16.2.
|
6
|
+
"Project-Id-Version": "foreman_remote_execution 16.2.1",
|
7
7
|
"Report-Msgid-Bugs-To": "",
|
8
8
|
"PO-Revision-Date": "2016-02-15 13:54+0000",
|
9
9
|
"Last-Translator": "Yulia <yulia.poyarkova@redhat.com>, 2016",
|
@@ -912,7 +912,10 @@
|
|
912
912
|
"Open all %s invocations in new tabs": [
|
913
913
|
""
|
914
914
|
],
|
915
|
-
"Open all failed runs (%s)": [
|
915
|
+
"Open all failed runs on this page (%s)": [
|
916
|
+
""
|
917
|
+
],
|
918
|
+
"Open all rows of the table in new tabs": [
|
916
919
|
""
|
917
920
|
],
|
918
921
|
"Open in new tab": [
|
@@ -1179,9 +1182,6 @@
|
|
1179
1182
|
"Run at most N tasks at a time. If this is set and proxy batch triggering is enabled, then tasks are triggered on the smart proxy in batches of size 1.": [
|
1180
1183
|
""
|
1181
1184
|
],
|
1182
|
-
"Run hosts job:": [
|
1183
|
-
""
|
1184
|
-
],
|
1185
1185
|
"Run job": [
|
1186
1186
|
""
|
1187
1187
|
],
|
@@ -1503,7 +1503,10 @@
|
|
1503
1503
|
"The job template to use, parameter is required unless feature was specified": [
|
1504
1504
|
""
|
1505
1505
|
],
|
1506
|
-
"The number of
|
1506
|
+
"The number of failed invocations is:": [
|
1507
|
+
""
|
1508
|
+
],
|
1509
|
+
"The number of selected invocations is:": [
|
1507
1510
|
""
|
1508
1511
|
],
|
1509
1512
|
"The only applicable proxy %{proxy_names} is down": [
|
@@ -1536,9 +1539,6 @@
|
|
1536
1539
|
"This template is used to generate the description.<br/>Input values can be used using the syntax %{package}.<br/>You may also include the job category and template<br/>name using %{job_category} and %{template_name}.": [
|
1537
1540
|
""
|
1538
1541
|
],
|
1539
|
-
"This will open a new tab for each invocation. The maximum is 100.": [
|
1540
|
-
""
|
1541
|
-
],
|
1542
1542
|
"Time in seconds from the start on the remote host after which the job should be killed.": [
|
1543
1543
|
""
|
1544
1544
|
],
|
data/app/assets/javascripts/foreman_remote_execution/locale/zh_CN/foreman_remote_execution.js
CHANGED
@@ -3,7 +3,7 @@
|
|
3
3
|
"locale_data": {
|
4
4
|
"foreman_remote_execution": {
|
5
5
|
"": {
|
6
|
-
"Project-Id-Version": "foreman_remote_execution 16.2.
|
6
|
+
"Project-Id-Version": "foreman_remote_execution 16.2.1",
|
7
7
|
"Report-Msgid-Bugs-To": "",
|
8
8
|
"PO-Revision-Date": "2016-02-15 13:54+0000",
|
9
9
|
"Last-Translator": "Ewoud Kohl van Wijngaarden <ewoud+transifex@kohlvanwijngaarden.nl>, 2024",
|
@@ -33,7 +33,7 @@
|
|
33
33
|
"%s 更多"
|
34
34
|
],
|
35
35
|
"%s task(s) successfully %s: %s": [
|
36
|
-
""
|
36
|
+
"%s 个任务成功 %s: %s "
|
37
37
|
],
|
38
38
|
"%{description} on %{host}": [
|
39
39
|
"%{host} 中的 %{host}"
|
@@ -93,7 +93,7 @@
|
|
93
93
|
"终止作业"
|
94
94
|
],
|
95
95
|
"Abort selected": [
|
96
|
-
""
|
96
|
+
"终止选择"
|
97
97
|
],
|
98
98
|
"Abort task": [
|
99
99
|
"中止任务"
|
@@ -156,7 +156,7 @@
|
|
156
156
|
"应用到"
|
157
157
|
],
|
158
158
|
"Are you sure you want to open all %s invocations in new tabs?": [
|
159
|
-
""
|
159
|
+
"您确定要在新标签页中打开所有 %s 调用吗?"
|
160
160
|
],
|
161
161
|
"At": [
|
162
162
|
"位于"
|
@@ -189,13 +189,13 @@
|
|
189
189
|
"取消任务"
|
190
190
|
],
|
191
191
|
"Cancel job invocation or matching tasks only": [
|
192
|
-
""
|
192
|
+
"仅取消作业调用或匹配的任务"
|
193
193
|
],
|
194
194
|
"Cancel recurring": [
|
195
195
|
"取消重复"
|
196
196
|
],
|
197
197
|
"Cancel selected": [
|
198
|
-
""
|
198
|
+
"取消选择"
|
199
199
|
],
|
200
200
|
"Cancelled": [
|
201
201
|
"已取消"
|
@@ -264,7 +264,7 @@
|
|
264
264
|
"无法中止作业 %s: ${response}"
|
265
265
|
],
|
266
266
|
"Could not abort the task": [
|
267
|
-
""
|
267
|
+
"无法中止作业"
|
268
268
|
],
|
269
269
|
"Could not cancel recurring logic %s: ${response}": [
|
270
270
|
"无法取消重复逻辑 %s:${response}"
|
@@ -273,7 +273,7 @@
|
|
273
273
|
"无法取消作业 %s: ${response}"
|
274
274
|
],
|
275
275
|
"Could not cancel the task": [
|
276
|
-
""
|
276
|
+
"无法取消作业"
|
277
277
|
],
|
278
278
|
"Could not disable recurring logic %s: ${response}": [
|
279
279
|
"无法禁用重复逻辑 %s:${response}"
|
@@ -483,7 +483,7 @@
|
|
483
483
|
"评估于:"
|
484
484
|
],
|
485
485
|
"Evaluates the list of target hosts just before the job is executed. If you used a filter to select the target hosts, the list of target hosts might be different from the current list.": [
|
486
|
-
""
|
486
|
+
"在执行作业前评估目标主机列表。如果您使用过滤来选择目标主机,则目标主机列表可能与当前列表不同。"
|
487
487
|
],
|
488
488
|
"Every day at %s": [
|
489
489
|
"每天的 %s"
|
@@ -510,7 +510,7 @@
|
|
510
510
|
"以随机顺序在主机上执行作业"
|
511
511
|
],
|
512
512
|
"Executes the job on the current list of target hosts.": [
|
513
|
-
""
|
513
|
+
"在当前目标主机列表中执行作业。"
|
514
514
|
],
|
515
515
|
"Execution": [
|
516
516
|
"执行"
|
@@ -522,7 +522,7 @@
|
|
522
522
|
"执行顺序"
|
523
523
|
],
|
524
524
|
"Execution ordering determines whether the jobs should be executed on hosts in alphabetical order or in randomized order.<br><ul><li><b>Ordered</b> - Executes the jobs on hosts in alphabetical order</li><li><b>Randomized</b> - Randomizes the order in which jobs are executed on hosts</li></ul>": [
|
525
|
-
""
|
525
|
+
"执行顺序确定了应按字母顺序还是随机顺序在主机上执行作业。<br><ul><li><b>Ordered</b> - 以字母顺序在主机上执行作业</li><li><b>Randomized</b> - 以随机顺序在主机上执行作业</li></ul>"
|
526
526
|
],
|
527
527
|
"Exit status: %s": [
|
528
528
|
"退出状态:%s"
|
@@ -909,19 +909,22 @@
|
|
909
909
|
"只能指定一个功能或 job_template_id"
|
910
910
|
],
|
911
911
|
"Open all %s invocations in new tabs": [
|
912
|
+
"在新标签页中打开所有 %s 调用"
|
913
|
+
],
|
914
|
+
"Open all failed runs on this page (%s)": [
|
912
915
|
""
|
913
916
|
],
|
914
|
-
"Open all
|
917
|
+
"Open all rows of the table in new tabs": [
|
915
918
|
""
|
916
919
|
],
|
917
920
|
"Open in new tab": [
|
918
921
|
"在新标签页中打开"
|
919
922
|
],
|
920
923
|
"Open in new tabs": [
|
921
|
-
""
|
924
|
+
"在新标签页中打开"
|
922
925
|
],
|
923
926
|
"Open selected in new tab": [
|
924
|
-
""
|
927
|
+
"在新标签页中打开选择"
|
925
928
|
],
|
926
929
|
"Opening job invocation form": [
|
927
930
|
"打开作业调用表单"
|
@@ -1178,9 +1181,6 @@
|
|
1178
1181
|
"Run at most N tasks at a time. If this is set and proxy batch triggering is enabled, then tasks are triggered on the smart proxy in batches of size 1.": [
|
1179
1182
|
"一次最多运行 N 个任务。如果设置了此选项并启用了代理批处理触发,则将在智能代理上以大小为 1 的批处理触发任务。"
|
1180
1183
|
],
|
1181
|
-
"Run hosts job:": [
|
1182
|
-
""
|
1183
|
-
],
|
1184
1184
|
"Run job": [
|
1185
1185
|
"运行作业"
|
1186
1186
|
],
|
@@ -1263,7 +1263,7 @@
|
|
1263
1263
|
"搜索查询"
|
1264
1264
|
],
|
1265
1265
|
"Search query to cancel tasks only on matching hosts. If not provided, the whole job invocation will be cancelled.": [
|
1266
|
-
""
|
1266
|
+
"搜索查询来仅取消匹配主机上的任务。如果没有提供,整个作业调用会被取消。"
|
1267
1267
|
],
|
1268
1268
|
"Search the host for any proxy with Remote Execution, useful when the host has no subnet or the subnet does not have an execution proxy": [
|
1269
1269
|
"在主机上搜索具有远程执行功能的任何代理,当主机没有子网或子网没有执行代理时,此命令很有用"
|
@@ -1446,7 +1446,7 @@
|
|
1446
1446
|
"主机任务已成功取消"
|
1447
1447
|
],
|
1448
1448
|
"Task(s) were not %s": [
|
1449
|
-
""
|
1449
|
+
"任务没有 %s"
|
1450
1450
|
],
|
1451
1451
|
"Template ERB": [
|
1452
1452
|
"模版 ERB"
|
@@ -1502,7 +1502,10 @@
|
|
1502
1502
|
"The job template to use, parameter is required unless feature was specified": [
|
1503
1503
|
"要使用的任务模板,除非已指定功能,否则参数是必需的"
|
1504
1504
|
],
|
1505
|
-
"The number of
|
1505
|
+
"The number of failed invocations is:": [
|
1506
|
+
""
|
1507
|
+
],
|
1508
|
+
"The number of selected invocations is:": [
|
1506
1509
|
""
|
1507
1510
|
],
|
1508
1511
|
"The only applicable proxy %{proxy_names} is down": [
|
@@ -1532,9 +1535,6 @@
|
|
1532
1535
|
"This template is used to generate the description.<br/>Input values can be used using the syntax %{package}.<br/>You may also include the job category and template<br/>name using %{job_category} and %{template_name}.": [
|
1533
1536
|
"这个模块用来生成描述。<br/>输入值可以使用语法%%{package}。<br/>您可以使用 <br/> %{job_category}和 %{template_name} 来包括作业类型和模板名称。"
|
1534
1537
|
],
|
1535
|
-
"This will open a new tab for each invocation. The maximum is 100.": [
|
1536
|
-
""
|
1537
|
-
],
|
1538
1538
|
"Time in seconds from the start on the remote host after which the job should be killed.": [
|
1539
1539
|
"在远程主机上开始后,以秒计算时间,之后结束作业。"
|
1540
1540
|
],
|
@@ -1578,7 +1578,7 @@
|
|
1578
1578
|
"尝试取消主机上的作业"
|
1579
1579
|
],
|
1580
1580
|
"Trying to %s the task": [
|
1581
|
-
""
|
1581
|
+
"尝试 %s 任务"
|
1582
1582
|
],
|
1583
1583
|
"Trying to abort the job": [
|
1584
1584
|
"尝试中止作业"
|
@@ -1602,10 +1602,10 @@
|
|
1602
1602
|
"类型"
|
1603
1603
|
],
|
1604
1604
|
"Type determines when the query is evaluated to hosts.": [
|
1605
|
-
""
|
1605
|
+
"类型决定了查询何时对主机进行评估。"
|
1606
1606
|
],
|
1607
1607
|
"Type determines when the query is evaluated to hosts.<br><ul><li><b>Static</b> - Executes the job on the current list of target hosts.</li><li><b>Dynamic</b> - Evaluates the list of target hosts just before the job is executed. If you used a filter to select the target hosts, the list of target hosts might be different from the current list.</li></ul>": [
|
1608
|
-
""
|
1608
|
+
"类型决定了对主机评估查询的时间。<br><ul><li><b>Static</b> - 在当前目标主机上执行作业。</li><li><b>Dynamic</b> - 在执行作业前评估目标主机列表。如果您使用了过滤来选择目标主机,则目标主机列表可能与当前列表不同。</li></ul>"
|
1609
1609
|
],
|
1610
1610
|
"Type of execution": [
|
1611
1611
|
"执行类型"
|
@@ -1749,7 +1749,7 @@
|
|
1749
1749
|
"有更多显示的结果。显示第一 %s 结果"
|
1750
1750
|
],
|
1751
1751
|
"aborted": [
|
1752
|
-
""
|
1752
|
+
"终止"
|
1753
1753
|
],
|
1754
1754
|
"add an input set for this template to reference a different template inputs": [
|
1755
1755
|
"为此模板添加一个输入集,以引用其他模板输入"
|
data/app/assets/javascripts/foreman_remote_execution/locale/zh_TW/foreman_remote_execution.js
CHANGED
@@ -3,7 +3,7 @@
|
|
3
3
|
"locale_data": {
|
4
4
|
"foreman_remote_execution": {
|
5
5
|
"": {
|
6
|
-
"Project-Id-Version": "foreman_remote_execution 16.2.
|
6
|
+
"Project-Id-Version": "foreman_remote_execution 16.2.1",
|
7
7
|
"Report-Msgid-Bugs-To": "",
|
8
8
|
"PO-Revision-Date": "2016-02-15 13:54+0000",
|
9
9
|
"Last-Translator": "FULL NAME <EMAIL@ADDRESS>",
|
@@ -912,7 +912,10 @@
|
|
912
912
|
"Open all %s invocations in new tabs": [
|
913
913
|
""
|
914
914
|
],
|
915
|
-
"Open all failed runs (%s)": [
|
915
|
+
"Open all failed runs on this page (%s)": [
|
916
|
+
""
|
917
|
+
],
|
918
|
+
"Open all rows of the table in new tabs": [
|
916
919
|
""
|
917
920
|
],
|
918
921
|
"Open in new tab": [
|
@@ -1179,9 +1182,6 @@
|
|
1179
1182
|
"Run at most N tasks at a time. If this is set and proxy batch triggering is enabled, then tasks are triggered on the smart proxy in batches of size 1.": [
|
1180
1183
|
""
|
1181
1184
|
],
|
1182
|
-
"Run hosts job:": [
|
1183
|
-
""
|
1184
|
-
],
|
1185
1185
|
"Run job": [
|
1186
1186
|
""
|
1187
1187
|
],
|
@@ -1503,7 +1503,10 @@
|
|
1503
1503
|
"The job template to use, parameter is required unless feature was specified": [
|
1504
1504
|
""
|
1505
1505
|
],
|
1506
|
-
"The number of
|
1506
|
+
"The number of failed invocations is:": [
|
1507
|
+
""
|
1508
|
+
],
|
1509
|
+
"The number of selected invocations is:": [
|
1507
1510
|
""
|
1508
1511
|
],
|
1509
1512
|
"The only applicable proxy %{proxy_names} is down": [
|
@@ -1534,9 +1537,6 @@
|
|
1534
1537
|
"This template is used to generate the description.<br/>Input values can be used using the syntax %{package}.<br/>You may also include the job category and template<br/>name using %{job_category} and %{template_name}.": [
|
1535
1538
|
""
|
1536
1539
|
],
|
1537
|
-
"This will open a new tab for each invocation. The maximum is 100.": [
|
1538
|
-
""
|
1539
|
-
],
|
1540
1540
|
"Time in seconds from the start on the remote host after which the job should be killed.": [
|
1541
1541
|
""
|
1542
1542
|
],
|
Binary file
|