foreman_remote_execution 16.1.0 → 16.2.1
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 +57 -30
- data/app/assets/javascripts/foreman_remote_execution/locale/en_GB/foreman_remote_execution.js +55 -28
- data/app/assets/javascripts/foreman_remote_execution/locale/es/foreman_remote_execution.js +58 -31
- data/app/assets/javascripts/foreman_remote_execution/locale/fr/foreman_remote_execution.js +64 -37
- data/app/assets/javascripts/foreman_remote_execution/locale/ja/foreman_remote_execution.js +65 -38
- data/app/assets/javascripts/foreman_remote_execution/locale/ka/foreman_remote_execution.js +56 -29
- data/app/assets/javascripts/foreman_remote_execution/locale/ko/foreman_remote_execution.js +64 -37
- data/app/assets/javascripts/foreman_remote_execution/locale/pt_BR/foreman_remote_execution.js +58 -31
- data/app/assets/javascripts/foreman_remote_execution/locale/ru/foreman_remote_execution.js +55 -28
- data/app/assets/javascripts/foreman_remote_execution/locale/zh_CN/foreman_remote_execution.js +64 -37
- data/app/assets/javascripts/foreman_remote_execution/locale/zh_TW/foreman_remote_execution.js +55 -28
- data/app/views/api/v2/job_templates/main.json.rabl +1 -1
- data/config/routes.rb +2 -1
- data/extra/cockpit/foreman-cockpit-session +3 -2
- data/lib/foreman_remote_execution/plugin.rb +1 -1
- 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 +57 -30
- data/locale/en_GB/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/en_GB/foreman_remote_execution.po +55 -28
- data/locale/es/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/es/foreman_remote_execution.po +58 -31
- data/locale/foreman_remote_execution.pot +202 -161
- data/locale/fr/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/fr/foreman_remote_execution.po +64 -37
- data/locale/ja/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/ja/foreman_remote_execution.po +65 -38
- data/locale/ka/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/ka/foreman_remote_execution.po +56 -29
- data/locale/ko/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/ko/foreman_remote_execution.po +64 -37
- data/locale/pt_BR/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/pt_BR/foreman_remote_execution.po +58 -31
- data/locale/ru/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/ru/foreman_remote_execution.po +55 -28
- data/locale/zh_CN/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/zh_CN/foreman_remote_execution.po +64 -37
- data/locale/zh_TW/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/zh_TW/foreman_remote_execution.po +55 -28
- data/webpack/JobInvocationDetail/CheckboxesActions.js +1 -2
- data/webpack/JobInvocationDetail/JobInvocationHostTable.js +14 -1
- data/webpack/JobInvocationDetail/TemplateInvocation.js +63 -50
- data/webpack/JobInvocationDetail/TemplateInvocationPage.js +1 -0
- data/webpack/JobInvocationDetail/__tests__/TableToolbarActions.test.js +1 -1
- data/webpack/JobInvocationDetail/__tests__/TemplateInvocation.test.js +4 -0
- data/webpack/JobInvocationDetail/index.js +1 -1
- data/webpack/JobWizard/Footer.js +7 -1
- data/webpack/JobWizard/steps/HostsAndInputs/buildHostQuery.js +1 -1
- data/webpack/react_app/components/HostKebab/KebabItems.js +2 -3
- data/webpack/react_app/components/RecentJobsCard/RecentJobsCard.js +5 -6
- metadata +2 -2
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
|
6
|
+
"Project-Id-Version": "foreman_remote_execution 16.2.0",
|
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>",
|
@@ -32,6 +32,9 @@
|
|
32
32
|
"%s more": [
|
33
33
|
""
|
34
34
|
],
|
35
|
+
"%s task(s) successfully %s: %s": [
|
36
|
+
""
|
37
|
+
],
|
35
38
|
"%{description} on %{host}": [
|
36
39
|
"%{description} 於 %{host} 之上"
|
37
40
|
],
|
@@ -90,6 +93,9 @@
|
|
90
93
|
"Abort Job": [
|
91
94
|
""
|
92
95
|
],
|
96
|
+
"Abort selected": [
|
97
|
+
""
|
98
|
+
],
|
93
99
|
"Abort task": [
|
94
100
|
""
|
95
101
|
],
|
@@ -129,6 +135,9 @@
|
|
129
135
|
"An error occurred while fetching the template invocation details.": [
|
130
136
|
""
|
131
137
|
],
|
138
|
+
"An error occurred.": [
|
139
|
+
""
|
140
|
+
],
|
132
141
|
"Another interface is already set as execution. Are you sure you want to use this one instead?": [
|
133
142
|
"另一個介面已設為執行。行您是否確定要使用此介面?"
|
134
143
|
],
|
@@ -147,7 +156,7 @@
|
|
147
156
|
"Apply to": [
|
148
157
|
""
|
149
158
|
],
|
150
|
-
"Are you sure you want to open all invocations in new tabs?": [
|
159
|
+
"Are you sure you want to open all %s invocations in new tabs?": [
|
151
160
|
""
|
152
161
|
],
|
153
162
|
"At": [
|
@@ -180,12 +189,15 @@
|
|
180
189
|
"Cancel Task": [
|
181
190
|
""
|
182
191
|
],
|
183
|
-
"Cancel job invocation": [
|
192
|
+
"Cancel job invocation or matching tasks only": [
|
184
193
|
""
|
185
194
|
],
|
186
195
|
"Cancel recurring": [
|
187
196
|
""
|
188
197
|
],
|
198
|
+
"Cancel selected": [
|
199
|
+
""
|
200
|
+
],
|
189
201
|
"Cancelled": [
|
190
202
|
"已取消"
|
191
203
|
],
|
@@ -252,12 +264,18 @@
|
|
252
264
|
"Could not abort the job %s: ${response}": [
|
253
265
|
""
|
254
266
|
],
|
267
|
+
"Could not abort the task": [
|
268
|
+
""
|
269
|
+
],
|
255
270
|
"Could not cancel recurring logic %s: ${response}": [
|
256
271
|
""
|
257
272
|
],
|
258
273
|
"Could not cancel the job %s: ${response}": [
|
259
274
|
""
|
260
275
|
],
|
276
|
+
"Could not cancel the task": [
|
277
|
+
""
|
278
|
+
],
|
261
279
|
"Could not disable recurring logic %s: ${response}": [
|
262
280
|
""
|
263
281
|
],
|
@@ -465,6 +483,9 @@
|
|
465
483
|
"Evaluated at:": [
|
466
484
|
"評量於:"
|
467
485
|
],
|
486
|
+
"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.": [
|
487
|
+
""
|
488
|
+
],
|
468
489
|
"Every day at %s": [
|
469
490
|
""
|
470
491
|
],
|
@@ -489,6 +510,9 @@
|
|
489
510
|
"Execute the jobs on hosts in randomized order": [
|
490
511
|
""
|
491
512
|
],
|
513
|
+
"Executes the job on the current list of target hosts.": [
|
514
|
+
""
|
515
|
+
],
|
492
516
|
"Execution": [
|
493
517
|
"執行"
|
494
518
|
],
|
@@ -498,7 +522,7 @@
|
|
498
522
|
"Execution ordering": [
|
499
523
|
""
|
500
524
|
],
|
501
|
-
"Execution ordering determines whether the jobs should be executed on hosts in alphabetical order or in randomized order.<br><ul><li><b>Ordered</b> -
|
525
|
+
"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>": [
|
502
526
|
""
|
503
527
|
],
|
504
528
|
"Exit status: %s": [
|
@@ -696,27 +720,18 @@
|
|
696
720
|
"Job Templates": [
|
697
721
|
"工作範本"
|
698
722
|
],
|
699
|
-
"Job cancelled by user": [
|
700
|
-
""
|
701
|
-
],
|
702
723
|
"Job category": [
|
703
724
|
"工作類別"
|
704
725
|
],
|
705
726
|
"Job execution failed": [
|
706
727
|
""
|
707
728
|
],
|
708
|
-
"Job finished with error": [
|
709
|
-
"工作完成但發生錯誤"
|
710
|
-
],
|
711
729
|
"Job invocation": [
|
712
730
|
"工作祈願"
|
713
731
|
],
|
714
732
|
"Job invocations": [
|
715
733
|
"工作祈願"
|
716
734
|
],
|
717
|
-
"Job invocations detail": [
|
718
|
-
""
|
719
|
-
],
|
720
735
|
"Job result": [
|
721
736
|
""
|
722
737
|
],
|
@@ -729,9 +744,6 @@
|
|
729
744
|
"Job template imported successfully.": [
|
730
745
|
""
|
731
746
|
],
|
732
|
-
"Job templates": [
|
733
|
-
"工作範本"
|
734
|
-
],
|
735
747
|
"Job with id '%{id}' was not found": [
|
736
748
|
""
|
737
749
|
],
|
@@ -897,15 +909,21 @@
|
|
897
909
|
"Only one of feature or job_template_id can be specified": [
|
898
910
|
""
|
899
911
|
],
|
900
|
-
"Open all in new tabs": [
|
912
|
+
"Open all %s invocations in new tabs": [
|
901
913
|
""
|
902
914
|
],
|
903
|
-
"Open all
|
915
|
+
"Open all failed runs (%s)": [
|
904
916
|
""
|
905
917
|
],
|
906
918
|
"Open in new tab": [
|
907
919
|
""
|
908
920
|
],
|
921
|
+
"Open in new tabs": [
|
922
|
+
""
|
923
|
+
],
|
924
|
+
"Open selected in new tab": [
|
925
|
+
""
|
926
|
+
],
|
909
927
|
"Opening job invocation form": [
|
910
928
|
""
|
911
929
|
],
|
@@ -1161,6 +1179,9 @@
|
|
1161
1179
|
"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.": [
|
1162
1180
|
""
|
1163
1181
|
],
|
1182
|
+
"Run hosts job:": [
|
1183
|
+
""
|
1184
|
+
],
|
1164
1185
|
"Run job": [
|
1165
1186
|
""
|
1166
1187
|
],
|
@@ -1242,6 +1263,9 @@
|
|
1242
1263
|
"Search query": [
|
1243
1264
|
"搜尋查詢"
|
1244
1265
|
],
|
1266
|
+
"Search query to cancel tasks only on matching hosts. If not provided, the whole job invocation will be cancelled.": [
|
1267
|
+
""
|
1268
|
+
],
|
1245
1269
|
"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": [
|
1246
1270
|
"使用遠端執行為代理搜尋主機,這在主機沒有子網路、或子網路沒有執行代理時很有用"
|
1247
1271
|
],
|
@@ -1422,6 +1446,9 @@
|
|
1422
1446
|
"Task for the host cancelled succesfully": [
|
1423
1447
|
""
|
1424
1448
|
],
|
1449
|
+
"Task(s) were not %s": [
|
1450
|
+
""
|
1451
|
+
],
|
1425
1452
|
"Template ERB": [
|
1426
1453
|
""
|
1427
1454
|
],
|
@@ -1476,7 +1503,7 @@
|
|
1476
1503
|
"The job template to use, parameter is required unless feature was specified": [
|
1477
1504
|
""
|
1478
1505
|
],
|
1479
|
-
"The number of invocations is:": [
|
1506
|
+
"The number of %s invocations is:": [
|
1480
1507
|
""
|
1481
1508
|
],
|
1482
1509
|
"The only applicable proxy %{proxy_names} is down": [
|
@@ -1507,7 +1534,7 @@
|
|
1507
1534
|
"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}.": [
|
1508
1535
|
""
|
1509
1536
|
],
|
1510
|
-
"This will open a new tab for each invocation.": [
|
1537
|
+
"This will open a new tab for each invocation. The maximum is 100.": [
|
1511
1538
|
""
|
1512
1539
|
],
|
1513
1540
|
"Time in seconds from the start on the remote host after which the job should be killed.": [
|
@@ -1552,6 +1579,9 @@
|
|
1552
1579
|
"Try to cancel the job on a host": [
|
1553
1580
|
"試著取消主機上的工作"
|
1554
1581
|
],
|
1582
|
+
"Trying to %s the task": [
|
1583
|
+
""
|
1584
|
+
],
|
1555
1585
|
"Trying to abort the job": [
|
1556
1586
|
""
|
1557
1587
|
],
|
@@ -1573,10 +1603,10 @@
|
|
1573
1603
|
"Type": [
|
1574
1604
|
"類型"
|
1575
1605
|
],
|
1576
|
-
"Type
|
1606
|
+
"Type determines when the query is evaluated to hosts.": [
|
1577
1607
|
""
|
1578
1608
|
],
|
1579
|
-
"Type
|
1609
|
+
"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>": [
|
1580
1610
|
""
|
1581
1611
|
],
|
1582
1612
|
"Type of execution": [
|
@@ -1720,6 +1750,9 @@
|
|
1720
1750
|
"You have more results to display. Showing first %s results": [
|
1721
1751
|
""
|
1722
1752
|
],
|
1753
|
+
"aborted": [
|
1754
|
+
""
|
1755
|
+
],
|
1723
1756
|
"add an input set for this template to reference a different template inputs": [
|
1724
1757
|
"為此範本新增輸入集,以參照至不同的範本輸入"
|
1725
1758
|
],
|
@@ -1738,12 +1771,6 @@
|
|
1738
1771
|
"error during rendering: %s": [
|
1739
1772
|
"處理時發生錯誤:%s"
|
1740
1773
|
],
|
1741
|
-
"evaluates just after you submit this form": [
|
1742
|
-
""
|
1743
|
-
],
|
1744
|
-
"evaluates just before the execution is started, so if it's planned in future, targeted hosts set may change before it": [
|
1745
|
-
""
|
1746
|
-
],
|
1747
1774
|
"failed": [
|
1748
1775
|
"已失敗"
|
1749
1776
|
],
|
@@ -2,7 +2,7 @@ object @job_template
|
|
2
2
|
|
3
3
|
extends 'api/v2/job_templates/base'
|
4
4
|
|
5
|
-
attributes :description, :description_format, :created_at, :updated_at, :template, :locked
|
5
|
+
attributes :description, :description_format, :created_at, :updated_at, :template, :locked, :cloned_from_id
|
6
6
|
|
7
7
|
child :template_inputs do
|
8
8
|
extends 'api/v2/template_inputs/base'
|
data/config/routes.rb
CHANGED
@@ -22,7 +22,6 @@ Rails.application.routes.draw do
|
|
22
22
|
match 'job_invocations/:id/rerun', to: 'react#index', :via => [:get], as: 'rerun_job_invocation'
|
23
23
|
match 'old/job_invocations/new', to: 'job_invocations#new', via: [:get], as: 'form_new_job_invocation'
|
24
24
|
match 'old/job_invocations/:id/rerun', to: 'job_invocations#rerun', via: [:get, :post], as: 'form_rerun_job_invocation'
|
25
|
-
get 'job_invocations/:id', to: 'react#index', as: 'job_invocation'
|
26
25
|
get 'legacy/job_invocations/:id', to: 'job_invocations#show', as: 'legacy_job_invocation'
|
27
26
|
match 'job_invocations_detail/:id/host_invocation/:host_id', to: 'react#index', :via => [:get], as: 'new_job_invocation_detail_by_host'
|
28
27
|
get 'show_template_invocation_by_host/:host_id/job_invocation/:id', to: 'template_invocations#show_template_invocation_by_host'
|
@@ -41,6 +40,8 @@ Rails.application.routes.draw do
|
|
41
40
|
end
|
42
41
|
end
|
43
42
|
|
43
|
+
get 'job_invocations/:id', to: 'react#index', as: 'job_invocation'
|
44
|
+
|
44
45
|
resources :remote_execution_features, :only => [:show, :index, :update]
|
45
46
|
|
46
47
|
# index is needed so the auto_complete_search can be constructed, otherwise autocompletion in filter does not work
|
@@ -46,7 +46,7 @@ class AccessDeniedError < CockpitError; end
|
|
46
46
|
class Cockpit
|
47
47
|
class << self
|
48
48
|
def encode_message(payload)
|
49
|
-
data = JSON.dump(payload)
|
49
|
+
data = JSON.dump(payload).bytes.pack("c*")
|
50
50
|
"#{data.length + 1}\n\n#{data}"
|
51
51
|
end
|
52
52
|
|
@@ -259,7 +259,8 @@ class Relay
|
|
259
259
|
Host: #{url.host}:#{url.port}
|
260
260
|
Connection: upgrade
|
261
261
|
Upgrade: raw
|
262
|
-
Content-Length: #{data.length + 2}
|
262
|
+
Content-Length: #{data.bytes.length + 2}
|
263
|
+
Content-Type: application/json
|
263
264
|
|
264
265
|
#{data}
|
265
266
|
HTTP
|
Binary file
|
@@ -11,7 +11,7 @@
|
|
11
11
|
# abf90805572190d649c59f7a021d76cb, 2017
|
12
12
|
msgid ""
|
13
13
|
msgstr ""
|
14
|
-
"Project-Id-Version: foreman_remote_execution
|
14
|
+
"Project-Id-Version: foreman_remote_execution 16.2.0\n"
|
15
15
|
"Report-Msgid-Bugs-To: \n"
|
16
16
|
"PO-Revision-Date: 2016-02-15 13:54+0000\n"
|
17
17
|
"Last-Translator: Ettore Atalan <atalanttore@googlemail.com>, 2016-2017,2022-20"
|
@@ -38,6 +38,9 @@ msgstr ""
|
|
38
38
|
msgid "%s more"
|
39
39
|
msgstr ""
|
40
40
|
|
41
|
+
msgid "%s task(s) successfully %s: %s"
|
42
|
+
msgstr ""
|
43
|
+
|
41
44
|
msgid "%{description} on %{host}"
|
42
45
|
msgstr "%{description} auf %{host}"
|
43
46
|
|
@@ -97,6 +100,9 @@ msgstr ""
|
|
97
100
|
msgid "Abort Job"
|
98
101
|
msgstr "Auftrag abbrechen"
|
99
102
|
|
103
|
+
msgid "Abort selected"
|
104
|
+
msgstr ""
|
105
|
+
|
100
106
|
msgid "Abort task"
|
101
107
|
msgstr ""
|
102
108
|
|
@@ -136,6 +142,9 @@ msgstr "Alphabetisch"
|
|
136
142
|
msgid "An error occurred while fetching the template invocation details."
|
137
143
|
msgstr ""
|
138
144
|
|
145
|
+
msgid "An error occurred."
|
146
|
+
msgstr ""
|
147
|
+
|
139
148
|
msgid "Another interface is already set as execution. Are you sure you want to use this one instead?"
|
140
149
|
msgstr "Es ist bereits eine andere Schnittstelle für die Ausführung bestimmt. Sind Sie sicher, dass Sie stattdessen diese Schnittstelle verwenden möchten?"
|
141
150
|
|
@@ -154,7 +163,7 @@ msgstr ""
|
|
154
163
|
msgid "Apply to"
|
155
164
|
msgstr ""
|
156
165
|
|
157
|
-
msgid "Are you sure you want to open all invocations in new tabs?"
|
166
|
+
msgid "Are you sure you want to open all %s invocations in new tabs?"
|
158
167
|
msgstr ""
|
159
168
|
|
160
169
|
msgid "At"
|
@@ -187,12 +196,15 @@ msgstr "Auftrag abbrechen"
|
|
187
196
|
msgid "Cancel Task"
|
188
197
|
msgstr ""
|
189
198
|
|
190
|
-
msgid "Cancel job invocation"
|
191
|
-
msgstr "
|
199
|
+
msgid "Cancel job invocation or matching tasks only"
|
200
|
+
msgstr ""
|
192
201
|
|
193
202
|
msgid "Cancel recurring"
|
194
203
|
msgstr ""
|
195
204
|
|
205
|
+
msgid "Cancel selected"
|
206
|
+
msgstr ""
|
207
|
+
|
196
208
|
msgid "Cancelled"
|
197
209
|
msgstr "Abgebrochen"
|
198
210
|
|
@@ -259,12 +271,18 @@ msgstr ""
|
|
259
271
|
msgid "Could not abort the job %s: ${response}"
|
260
272
|
msgstr ""
|
261
273
|
|
274
|
+
msgid "Could not abort the task"
|
275
|
+
msgstr ""
|
276
|
+
|
262
277
|
msgid "Could not cancel recurring logic %s: ${response}"
|
263
278
|
msgstr ""
|
264
279
|
|
265
280
|
msgid "Could not cancel the job %s: ${response}"
|
266
281
|
msgstr ""
|
267
282
|
|
283
|
+
msgid "Could not cancel the task"
|
284
|
+
msgstr ""
|
285
|
+
|
268
286
|
msgid "Could not disable recurring logic %s: ${response}"
|
269
287
|
msgstr ""
|
270
288
|
|
@@ -472,6 +490,9 @@ msgstr "Fehler:"
|
|
472
490
|
msgid "Evaluated at:"
|
473
491
|
msgstr "Evaluiert an:"
|
474
492
|
|
493
|
+
msgid "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."
|
494
|
+
msgstr ""
|
495
|
+
|
475
496
|
msgid "Every day at %s"
|
476
497
|
msgstr ""
|
477
498
|
|
@@ -496,6 +517,9 @@ msgstr ""
|
|
496
517
|
msgid "Execute the jobs on hosts in randomized order"
|
497
518
|
msgstr "Führe die Aufträge auf Hosts in zufälliger Reihenfolge aus"
|
498
519
|
|
520
|
+
msgid "Executes the job on the current list of target hosts."
|
521
|
+
msgstr ""
|
522
|
+
|
499
523
|
msgid "Execution"
|
500
524
|
msgstr "Ausführung"
|
501
525
|
|
@@ -505,8 +529,8 @@ msgstr "Ausführungsreihenfolge"
|
|
505
529
|
msgid "Execution ordering"
|
506
530
|
msgstr "Ausführungsorder"
|
507
531
|
|
508
|
-
msgid "Execution ordering determines whether the jobs should be executed on hosts in alphabetical order or in randomized order.<br><ul><li><b>Ordered</b> -
|
509
|
-
msgstr "
|
532
|
+
msgid "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>"
|
533
|
+
msgstr ""
|
510
534
|
|
511
535
|
msgid "Exit status: %s"
|
512
536
|
msgstr "Exit-Status: %s"
|
@@ -703,27 +727,18 @@ msgstr "Auftragsaufgabe"
|
|
703
727
|
msgid "Job Templates"
|
704
728
|
msgstr "Auftragsvorlagen"
|
705
729
|
|
706
|
-
msgid "Job cancelled by user"
|
707
|
-
msgstr "Auftragsabbruch durch Benutzer"
|
708
|
-
|
709
730
|
msgid "Job category"
|
710
731
|
msgstr "Auftragskategorie"
|
711
732
|
|
712
733
|
msgid "Job execution failed"
|
713
734
|
msgstr "Auftragsausführung fehlgeschlagen"
|
714
735
|
|
715
|
-
msgid "Job finished with error"
|
716
|
-
msgstr "Auftrag abgeschlossen mit Fehler"
|
717
|
-
|
718
736
|
msgid "Job invocation"
|
719
737
|
msgstr "Auftragsaufruf"
|
720
738
|
|
721
739
|
msgid "Job invocations"
|
722
740
|
msgstr "Auftragsaufrufe"
|
723
741
|
|
724
|
-
msgid "Job invocations detail"
|
725
|
-
msgstr ""
|
726
|
-
|
727
742
|
msgid "Job result"
|
728
743
|
msgstr ""
|
729
744
|
|
@@ -736,9 +751,6 @@ msgstr "Zukünftig zu verwendende Kennung der Auftragsvorlage"
|
|
736
751
|
msgid "Job template imported successfully."
|
737
752
|
msgstr "Auftragsvorlage erfolgreich importiert"
|
738
753
|
|
739
|
-
msgid "Job templates"
|
740
|
-
msgstr "Auftragsvorlagen"
|
741
|
-
|
742
754
|
msgid "Job with id '%{id}' was not found"
|
743
755
|
msgstr ""
|
744
756
|
|
@@ -904,15 +916,21 @@ msgstr "Am"
|
|
904
916
|
msgid "Only one of feature or job_template_id can be specified"
|
905
917
|
msgstr ""
|
906
918
|
|
907
|
-
msgid "Open all in new tabs"
|
919
|
+
msgid "Open all %s invocations in new tabs"
|
908
920
|
msgstr ""
|
909
921
|
|
910
|
-
msgid "Open all
|
922
|
+
msgid "Open all failed runs (%s)"
|
911
923
|
msgstr ""
|
912
924
|
|
913
925
|
msgid "Open in new tab"
|
914
926
|
msgstr ""
|
915
927
|
|
928
|
+
msgid "Open in new tabs"
|
929
|
+
msgstr ""
|
930
|
+
|
931
|
+
msgid "Open selected in new tab"
|
932
|
+
msgstr ""
|
933
|
+
|
916
934
|
msgid "Opening job invocation form"
|
917
935
|
msgstr ""
|
918
936
|
|
@@ -1170,6 +1188,9 @@ msgstr "Höchstens n Aufgaben gleichzeitig ausführen"
|
|
1170
1188
|
msgid "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."
|
1171
1189
|
msgstr "Führen Sie höchstens N Aufgaben gleichzeitig aus. Wenn dies gesetzt und die Proxy-Batch-Triggerung aktiviert ist, werden Aufgaben auf dem Smart Proxy in Batches der Größe 1 ausgelöst."
|
1172
1190
|
|
1191
|
+
msgid "Run hosts job:"
|
1192
|
+
msgstr ""
|
1193
|
+
|
1173
1194
|
msgid "Run job"
|
1174
1195
|
msgstr "Job ausführen"
|
1175
1196
|
|
@@ -1251,6 +1272,9 @@ msgstr "Suchen Sie nach einem Remote-Ausführungsproxy außerhalb der dem Host z
|
|
1251
1272
|
msgid "Search query"
|
1252
1273
|
msgstr "Suchanfrage"
|
1253
1274
|
|
1275
|
+
msgid "Search query to cancel tasks only on matching hosts. If not provided, the whole job invocation will be cancelled."
|
1276
|
+
msgstr ""
|
1277
|
+
|
1254
1278
|
msgid "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"
|
1255
1279
|
msgstr "Den Host nach einem Proxy mit entfernter Ausführung durchsuchen. Dies ist nützlich, wenn der Host kein Subnetz hat oder das Subnetz keinen Proxy für die Ausführung hat."
|
1256
1280
|
|
@@ -1431,6 +1455,9 @@ msgstr "Anzahl der Aufgaben"
|
|
1431
1455
|
msgid "Task for the host cancelled succesfully"
|
1432
1456
|
msgstr ""
|
1433
1457
|
|
1458
|
+
msgid "Task(s) were not %s"
|
1459
|
+
msgstr ""
|
1460
|
+
|
1434
1461
|
msgid "Template ERB"
|
1435
1462
|
msgstr "Vorlage ERB"
|
1436
1463
|
|
@@ -1485,7 +1512,7 @@ msgstr "Auftrag kann nicht abgebrochen werden"
|
|
1485
1512
|
msgid "The job template to use, parameter is required unless feature was specified"
|
1486
1513
|
msgstr "Das Job-Template zum Benutzen, der Parameter wird benötigt ausser das Feature wurde spezifiziert"
|
1487
1514
|
|
1488
|
-
msgid "The number of invocations is:"
|
1515
|
+
msgid "The number of %s invocations is:"
|
1489
1516
|
msgstr ""
|
1490
1517
|
|
1491
1518
|
msgid "The only applicable proxy %{proxy_names} is down"
|
@@ -1517,7 +1544,7 @@ msgstr "Diese Vorlage wird für die Erstellung der Beschreibung verwendet. Einga
|
|
1517
1544
|
msgid "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}."
|
1518
1545
|
msgstr "Diese Vorlage wird für die Erstellung der Beschreibung verwendet. <br/>Eingabewerte können mittels Syntax %{package} verwendet werden.<br/> Sie können auch Auftragskategorie und Vorlagennamen <br/>über %{job_category} und %{template_name} einschließen."
|
1519
1546
|
|
1520
|
-
msgid "This will open a new tab for each invocation."
|
1547
|
+
msgid "This will open a new tab for each invocation. The maximum is 100."
|
1521
1548
|
msgstr ""
|
1522
1549
|
|
1523
1550
|
msgid "Time in seconds from the start on the remote host after which the job should be killed."
|
@@ -1562,6 +1589,9 @@ msgstr "Versuche, den Auftrag abzubrechen"
|
|
1562
1589
|
msgid "Try to cancel the job on a host"
|
1563
1590
|
msgstr "Versuche, den Auftrag auf einem Host abzubrechen"
|
1564
1591
|
|
1592
|
+
msgid "Trying to %s the task"
|
1593
|
+
msgstr ""
|
1594
|
+
|
1565
1595
|
msgid "Trying to abort the job"
|
1566
1596
|
msgstr "Versuche Auftragsabbruch zu erzwingen"
|
1567
1597
|
|
@@ -1583,10 +1613,10 @@ msgstr ""
|
|
1583
1613
|
msgid "Type"
|
1584
1614
|
msgstr "Typ"
|
1585
1615
|
|
1586
|
-
msgid "Type
|
1616
|
+
msgid "Type determines when the query is evaluated to hosts."
|
1587
1617
|
msgstr ""
|
1588
1618
|
|
1589
|
-
msgid "Type
|
1619
|
+
msgid "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>"
|
1590
1620
|
msgstr ""
|
1591
1621
|
|
1592
1622
|
msgid "Type of execution"
|
@@ -1730,6 +1760,9 @@ msgstr ""
|
|
1730
1760
|
msgid "You have more results to display. Showing first %s results"
|
1731
1761
|
msgstr ""
|
1732
1762
|
|
1763
|
+
msgid "aborted"
|
1764
|
+
msgstr ""
|
1765
|
+
|
1733
1766
|
msgid "add an input set for this template to reference a different template inputs"
|
1734
1767
|
msgstr "Eingabe-Satz für diese Vorlage hinzufügen, um auf andere Vorlage-Eingaben zu verweisen"
|
1735
1768
|
|
@@ -1748,12 +1781,6 @@ msgstr "Effektiver Benutzer"
|
|
1748
1781
|
msgid "error during rendering: %s"
|
1749
1782
|
msgstr "Fehler beim Rendern: %s"
|
1750
1783
|
|
1751
|
-
msgid "evaluates just after you submit this form"
|
1752
|
-
msgstr ""
|
1753
|
-
|
1754
|
-
msgid "evaluates just before the execution is started, so if it's planned in future, targeted hosts set may change before it"
|
1755
|
-
msgstr ""
|
1756
|
-
|
1757
1784
|
msgid "failed"
|
1758
1785
|
msgstr "fehlgeschlagen"
|
1759
1786
|
|
Binary file
|