foreman_remote_execution 15.0.0 → 15.0.2
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 +178 -13
- data/app/assets/javascripts/foreman_remote_execution/locale/en_GB/foreman_remote_execution.js +176 -11
- data/app/assets/javascripts/foreman_remote_execution/locale/es/foreman_remote_execution.js +178 -13
- data/app/assets/javascripts/foreman_remote_execution/locale/fr/foreman_remote_execution.js +200 -35
- data/app/assets/javascripts/foreman_remote_execution/locale/ja/foreman_remote_execution.js +200 -35
- data/app/assets/javascripts/foreman_remote_execution/locale/ka/foreman_remote_execution.js +178 -13
- data/app/assets/javascripts/foreman_remote_execution/locale/ko/foreman_remote_execution.js +499 -335
- data/app/assets/javascripts/foreman_remote_execution/locale/pt_BR/foreman_remote_execution.js +178 -13
- data/app/assets/javascripts/foreman_remote_execution/locale/ru/foreman_remote_execution.js +177 -12
- data/app/assets/javascripts/foreman_remote_execution/locale/zh_CN/foreman_remote_execution.js +191 -26
- data/app/assets/javascripts/foreman_remote_execution/locale/zh_TW/foreman_remote_execution.js +177 -12
- data/app/controllers/job_invocations_controller.rb +1 -1
- data/app/views/job_invocations/_form.html.erb +2 -2
- data/app/views/template_invocations/_refresh.js.erb +2 -2
- data/lib/foreman_remote_execution/engine.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 +178 -13
- data/locale/en_GB/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/en_GB/foreman_remote_execution.po +176 -11
- data/locale/es/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/es/foreman_remote_execution.po +178 -13
- data/locale/foreman_remote_execution.pot +470 -184
- data/locale/fr/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/fr/foreman_remote_execution.po +200 -35
- data/locale/ja/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/ja/foreman_remote_execution.po +200 -35
- data/locale/ka/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/ka/foreman_remote_execution.po +178 -13
- data/locale/ko/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/ko/foreman_remote_execution.po +499 -335
- data/locale/pt_BR/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/pt_BR/foreman_remote_execution.po +178 -13
- data/locale/ru/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/ru/foreman_remote_execution.po +177 -12
- data/locale/zh_CN/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/zh_CN/foreman_remote_execution.po +191 -26
- data/locale/zh_TW/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/zh_TW/foreman_remote_execution.po +177 -12
- data/webpack/JobInvocationDetail/TemplateInvocationComponents/TemplateActionButtons.js +8 -9
- data/webpack/JobInvocationDetail/TemplateInvocationComponents/index.scss +3 -0
- data/webpack/JobWizard/steps/AdvancedFields/Fields.js +1 -1
- data/webpack/JobWizard/steps/Schedule/QueryType.js +3 -3
- metadata +4 -9
- data/app/assets/javascripts/foreman_remote_execution/locale/en/foreman_remote_execution.js +0 -12
- data/locale/en/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/en/foreman_remote_execution.po +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 518eef59c97e835fad82503079a71e1ade2d31873e467dda5260b763be13b939
|
4
|
+
data.tar.gz: 6bc0f53c1251752ea3f08dd407fff1be0b96b53902186c528fe92f02e85bc2ea
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 616d30c28685fd554f06d465c7b44a7aad4f2dc32978477f8880b6865a468c431aa2818ba201c5ff10682d4b6a3d6abc288c52ff178fa028ae9f1206582b177e
|
7
|
+
data.tar.gz: 69aa251274fbbefeb32b22f4a2dd167cc785baa073ffffd6666b8ffbcca15e9ff4db3f066c919aae0a80bb70bfa85a1b01f49f58d47d84ca591af1e2df5ca244
|
@@ -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 15.0.1",
|
7
7
|
"Report-Msgid-Bugs-To": "",
|
8
8
|
"PO-Revision-Date": "2016-02-15 13:54+0000",
|
9
9
|
"Last-Translator": "Ettore Atalan <atalanttore@googlemail.com>, 2016-2017,2022-2023",
|
@@ -35,10 +35,13 @@
|
|
35
35
|
"%{description} on %{host}": [
|
36
36
|
"%{description} auf %{host}"
|
37
37
|
],
|
38
|
+
"'Starts at' date must be in the future": [
|
39
|
+
""
|
40
|
+
],
|
38
41
|
"'Starts before' date must be after 'Starts at' date": [
|
39
42
|
""
|
40
43
|
],
|
41
|
-
"'Starts before' date must in the future": [
|
44
|
+
"'Starts before' date must be in the future": [
|
42
45
|
""
|
43
46
|
],
|
44
47
|
"...and %s more": [
|
@@ -72,6 +75,9 @@
|
|
72
75
|
"A special label for tracking a recurring job. There can be only one active job with a given purpose at a time.": [
|
73
76
|
""
|
74
77
|
],
|
78
|
+
"A task for this host has not been started": [
|
79
|
+
""
|
80
|
+
],
|
75
81
|
"A user to be used for SSH.": [
|
76
82
|
""
|
77
83
|
],
|
@@ -84,9 +90,15 @@
|
|
84
90
|
"Abort Job": [
|
85
91
|
"Auftrag abbrechen"
|
86
92
|
],
|
93
|
+
"Abort task": [
|
94
|
+
""
|
95
|
+
],
|
87
96
|
"Access denied": [
|
88
97
|
""
|
89
98
|
],
|
99
|
+
"Action": [
|
100
|
+
""
|
101
|
+
],
|
90
102
|
"Actions": [
|
91
103
|
"Aktionen"
|
92
104
|
],
|
@@ -108,11 +120,14 @@
|
|
108
120
|
"All fields are required.": [
|
109
121
|
"Alle Felder sind erforderlich."
|
110
122
|
],
|
123
|
+
"All statuses": [
|
124
|
+
""
|
125
|
+
],
|
111
126
|
"Alphabetical": [
|
112
127
|
"Alphabetisch"
|
113
128
|
],
|
114
|
-
"
|
115
|
-
"
|
129
|
+
"An error occurred while fetching the template invocation details.": [
|
130
|
+
""
|
116
131
|
],
|
117
132
|
"Another interface is already set as execution. Are you sure you want to use this one instead?": [
|
118
133
|
"Es ist bereits eine andere Schnittstelle für die Ausführung bestimmt. Sind Sie sicher, dass Sie stattdessen diese Schnittstelle verwenden möchten?"
|
@@ -123,9 +138,18 @@
|
|
123
138
|
"Any Organization": [
|
124
139
|
"Jede Organisation"
|
125
140
|
],
|
141
|
+
"Any location": [
|
142
|
+
""
|
143
|
+
],
|
144
|
+
"Any organization": [
|
145
|
+
""
|
146
|
+
],
|
126
147
|
"Apply to": [
|
127
148
|
""
|
128
149
|
],
|
150
|
+
"Are you sure you want to open all invocations in new tabs?": [
|
151
|
+
""
|
152
|
+
],
|
129
153
|
"At": [
|
130
154
|
"Um"
|
131
155
|
],
|
@@ -153,18 +177,21 @@
|
|
153
177
|
"Cancel Job": [
|
154
178
|
"Auftrag abbrechen"
|
155
179
|
],
|
180
|
+
"Cancel Task": [
|
181
|
+
""
|
182
|
+
],
|
156
183
|
"Cancel job invocation": [
|
157
184
|
"Auftragsaufruf abbrechen"
|
158
185
|
],
|
159
186
|
"Cancel recurring": [
|
160
187
|
""
|
161
188
|
],
|
162
|
-
"Canceled:": [
|
163
|
-
""
|
164
|
-
],
|
165
189
|
"Cancelled": [
|
166
190
|
"Abgebrochen"
|
167
191
|
],
|
192
|
+
"Cancelled:": [
|
193
|
+
""
|
194
|
+
],
|
168
195
|
"Cannot resolve hosts without a bookmark or search query": [
|
169
196
|
"Hosts können nicht ohne Lesezeichen oder Suchanfrage aufgelöst werden"
|
170
197
|
],
|
@@ -204,6 +231,9 @@
|
|
204
231
|
"Cockpit URL": [
|
205
232
|
"Cockpit-URL"
|
206
233
|
],
|
234
|
+
"Command": [
|
235
|
+
"Befehl"
|
236
|
+
],
|
207
237
|
"Concurrency level": [
|
208
238
|
"Parallelitätsebene"
|
209
239
|
],
|
@@ -216,6 +246,9 @@
|
|
216
246
|
"Control concurrency level and distribution over time": [
|
217
247
|
"Parallelitätsebene und zeitliche Verteilung steuern"
|
218
248
|
],
|
249
|
+
"Copy to clipboard": [
|
250
|
+
""
|
251
|
+
],
|
219
252
|
"Could not abort the job %s: ${response}": [
|
220
253
|
""
|
221
254
|
],
|
@@ -267,6 +300,9 @@
|
|
267
300
|
"Create a recurring job": [
|
268
301
|
"Wiederkehrenden Auftrag erstellen"
|
269
302
|
],
|
303
|
+
"Create job": [
|
304
|
+
""
|
305
|
+
],
|
270
306
|
"Create report": [
|
271
307
|
""
|
272
308
|
],
|
@@ -285,6 +321,9 @@
|
|
285
321
|
"Cronline": [
|
286
322
|
""
|
287
323
|
],
|
324
|
+
"Current iteration": [
|
325
|
+
"Aktuelle Wiederholung "
|
326
|
+
],
|
288
327
|
"Current location %s is different from job's location %s. This job may run on different hosts than before.": [
|
289
328
|
""
|
290
329
|
],
|
@@ -297,9 +336,15 @@
|
|
297
336
|
"Current organization %{org_c} is different from job's organization %{org_j}.": [
|
298
337
|
"Die aktuelle Organisation %{org_c} unterscheidet sich von der Organisation des Jobs %{org_j}."
|
299
338
|
],
|
339
|
+
"DEBUG": [
|
340
|
+
""
|
341
|
+
],
|
300
342
|
"Daily": [
|
301
343
|
"Täglich"
|
302
344
|
],
|
345
|
+
"Date must be in the future": [
|
346
|
+
""
|
347
|
+
],
|
303
348
|
"Days": [
|
304
349
|
"Tage"
|
305
350
|
],
|
@@ -543,6 +588,9 @@
|
|
543
588
|
"Host detail": [
|
544
589
|
"Hostdetail"
|
545
590
|
],
|
591
|
+
"Host group": [
|
592
|
+
""
|
593
|
+
],
|
546
594
|
"Host groups": [
|
547
595
|
"Hostgruppen"
|
548
596
|
],
|
@@ -564,6 +612,9 @@
|
|
564
612
|
"How often the job should occur, in the cron format": [
|
565
613
|
"Wie oft der Auftrag auftreten soll, in Cron-Format"
|
566
614
|
],
|
615
|
+
"ID": [
|
616
|
+
"ID"
|
617
|
+
],
|
567
618
|
"Identifier of the Host interface for Remote execution": [
|
568
619
|
"Identifizierer des Host-interfaces für Remote-Ausführung"
|
569
620
|
],
|
@@ -576,6 +627,9 @@
|
|
576
627
|
"Import a job template from ERB": [
|
577
628
|
"Auftragsvorlage aus ERB importieren"
|
578
629
|
],
|
630
|
+
"In Progress": [
|
631
|
+
""
|
632
|
+
],
|
579
633
|
"In Progress:": [
|
580
634
|
""
|
581
635
|
],
|
@@ -618,6 +672,9 @@
|
|
618
672
|
"Invocation type, one of %s": [
|
619
673
|
"Jobtyp, einer von %s"
|
620
674
|
],
|
675
|
+
"Iteration limit": [
|
676
|
+
"Wiederholungslimit"
|
677
|
+
],
|
621
678
|
"Job": [
|
622
679
|
"Auftrag"
|
623
680
|
],
|
@@ -675,6 +732,9 @@
|
|
675
732
|
"Job templates": [
|
676
733
|
"Auftragsvorlagen"
|
677
734
|
],
|
735
|
+
"Job with id '%{id}' was not found": [
|
736
|
+
""
|
737
|
+
],
|
678
738
|
"JobTemplate|Locked": [
|
679
739
|
"Gesperrt"
|
680
740
|
],
|
@@ -705,6 +765,9 @@
|
|
705
765
|
"Last execution succeeded": [
|
706
766
|
"Letzte Ausführung erfolgreich"
|
707
767
|
],
|
768
|
+
"Last occurrence": [
|
769
|
+
"Zuletzt vorgekommen"
|
770
|
+
],
|
708
771
|
"Latest Jobs": [
|
709
772
|
""
|
710
773
|
],
|
@@ -720,6 +783,9 @@
|
|
720
783
|
"List foreign input sets": [
|
721
784
|
"Fremdeingabe-Sätze auflisten"
|
722
785
|
],
|
786
|
+
"List hosts belonging to job invocation": [
|
787
|
+
""
|
788
|
+
],
|
723
789
|
"List job invocations": [
|
724
790
|
"Auftragsaufrufe auflisten"
|
725
791
|
],
|
@@ -777,24 +843,39 @@
|
|
777
843
|
"Next": [
|
778
844
|
"Weiter"
|
779
845
|
],
|
846
|
+
"Next occurrence": [
|
847
|
+
"Nächstes Vorkommen"
|
848
|
+
],
|
780
849
|
"No (override)": [
|
781
850
|
"Nein (Überschreiben)"
|
782
851
|
],
|
852
|
+
"No Results": [
|
853
|
+
"Keine Ergebnisse"
|
854
|
+
],
|
783
855
|
"No Target Hosts": [
|
784
856
|
""
|
785
857
|
],
|
858
|
+
"No hosts found": [
|
859
|
+
""
|
860
|
+
],
|
786
861
|
"No hosts found.": [
|
787
862
|
"Keine Hosts gefunden"
|
788
863
|
],
|
789
864
|
"No jobs available": [
|
790
865
|
""
|
791
866
|
],
|
867
|
+
"No output for the selected filters": [
|
868
|
+
""
|
869
|
+
],
|
792
870
|
"No results found": [
|
793
871
|
"Keine Ergebnisse gefunden"
|
794
872
|
],
|
795
873
|
"No template mapped to feature %{feature_name}": [
|
796
874
|
"Der Funktion %{feature_name} wurde keine Vorlage zugewiesen"
|
797
875
|
],
|
876
|
+
"No user input": [
|
877
|
+
""
|
878
|
+
],
|
798
879
|
"Not all required inputs have values. Missing inputs: %s": [
|
799
880
|
"Nicht alle erforderlichen Eingaben haben Werte. Fehlende Eingaben: %s"
|
800
881
|
],
|
@@ -807,12 +888,24 @@
|
|
807
888
|
"Now": [
|
808
889
|
""
|
809
890
|
],
|
891
|
+
"OS": [
|
892
|
+
""
|
893
|
+
],
|
810
894
|
"On": [
|
811
895
|
"Am"
|
812
896
|
],
|
813
897
|
"Only one of feature or job_template_id can be specified": [
|
814
898
|
""
|
815
899
|
],
|
900
|
+
"Open all in new tabs": [
|
901
|
+
""
|
902
|
+
],
|
903
|
+
"Open all invocations in new tabs": [
|
904
|
+
""
|
905
|
+
],
|
906
|
+
"Open in new tab": [
|
907
|
+
""
|
908
|
+
],
|
816
909
|
"Opening job invocation form": [
|
817
910
|
""
|
818
911
|
],
|
@@ -858,9 +951,15 @@
|
|
858
951
|
"Please enter a search query": [
|
859
952
|
""
|
860
953
|
],
|
954
|
+
"Please go back to \\\\\\\"Schedule\\\\\\\" - \\\\\\\"Future execution\\\\\\\" or \\\\\\\"Recurring execution\\\\\\\" step to fix the error": [
|
955
|
+
""
|
956
|
+
],
|
861
957
|
"Please go back to \\\\\\\"Schedule\\\\\\\" - \\\\\\\"Future execution\\\\\\\" step to fix the error": [
|
862
958
|
""
|
863
959
|
],
|
960
|
+
"Please make sure that the Smart Proxy is configured correctly for the Pull provider.": [
|
961
|
+
""
|
962
|
+
],
|
864
963
|
"Please refine your search.": [
|
865
964
|
""
|
866
965
|
],
|
@@ -876,6 +975,9 @@
|
|
876
975
|
"Please select at least one host group": [
|
877
976
|
""
|
878
977
|
],
|
978
|
+
"Popups are blocked by your browser. Please allow popups for this site to open all invocations in new tabs.": [
|
979
|
+
""
|
980
|
+
],
|
879
981
|
"Port to use for SSH communication. Default port 22. You may override per host by setting a parameter called remote_execution_ssh_port.": [
|
880
982
|
"Port für die Verwendung von SSH Kommunikation. Standardport 22. \\nSie können diese Einstellung pro Host mit dem Parameter remote_execution_ssh_port überschreiben."
|
881
983
|
],
|
@@ -888,6 +990,9 @@
|
|
888
990
|
"Preview Hosts": [
|
889
991
|
""
|
890
992
|
],
|
993
|
+
"Preview Template": [
|
994
|
+
""
|
995
|
+
],
|
891
996
|
"Preview job description": [
|
892
997
|
""
|
893
998
|
],
|
@@ -987,6 +1092,9 @@
|
|
987
1092
|
"Repeat amount can only be a positive number": [
|
988
1093
|
""
|
989
1094
|
],
|
1095
|
+
"Repeat until": [
|
1096
|
+
"Wiederholen bis"
|
1097
|
+
],
|
990
1098
|
"Repeats": [
|
991
1099
|
"Wiederholungen "
|
992
1100
|
],
|
@@ -1008,6 +1116,12 @@
|
|
1008
1116
|
"Rerun on failed hosts": [
|
1009
1117
|
"Erneut ausführen auf fehlgeschlagenen Hosts"
|
1010
1118
|
],
|
1119
|
+
"Rerun on succeeded hosts": [
|
1120
|
+
""
|
1121
|
+
],
|
1122
|
+
"Rerun succeeded": [
|
1123
|
+
""
|
1124
|
+
],
|
1011
1125
|
"Rerun successful": [
|
1012
1126
|
""
|
1013
1127
|
],
|
@@ -1071,6 +1185,12 @@
|
|
1071
1185
|
"SSH user:": [
|
1072
1186
|
""
|
1073
1187
|
],
|
1188
|
+
"STDERR": [
|
1189
|
+
""
|
1190
|
+
],
|
1191
|
+
"STDOUT": [
|
1192
|
+
""
|
1193
|
+
],
|
1074
1194
|
"Schedule": [
|
1075
1195
|
"Plan"
|
1076
1196
|
],
|
@@ -1194,6 +1314,9 @@
|
|
1194
1314
|
"Skip to review step": [
|
1195
1315
|
""
|
1196
1316
|
],
|
1317
|
+
"Smart proxy": [
|
1318
|
+
"Smart Proxy"
|
1319
|
+
],
|
1197
1320
|
"Snippet": [
|
1198
1321
|
"Snippet"
|
1199
1322
|
],
|
@@ -1254,6 +1377,9 @@
|
|
1254
1377
|
"Success": [
|
1255
1378
|
"Erfolg"
|
1256
1379
|
],
|
1380
|
+
"Successfully copied to clipboard!": [
|
1381
|
+
""
|
1382
|
+
],
|
1257
1383
|
"Switch to the new job invocation detail UI": [
|
1258
1384
|
""
|
1259
1385
|
],
|
@@ -1266,6 +1392,9 @@
|
|
1266
1392
|
"Systems": [
|
1267
1393
|
""
|
1268
1394
|
],
|
1395
|
+
"Target Hosts": [
|
1396
|
+
""
|
1397
|
+
],
|
1269
1398
|
"Target hosts": [
|
1270
1399
|
"Zielhosts"
|
1271
1400
|
],
|
@@ -1275,6 +1404,9 @@
|
|
1275
1404
|
"Target template ID": [
|
1276
1405
|
"Zielvorlage-ID"
|
1277
1406
|
],
|
1407
|
+
"Target:": [
|
1408
|
+
""
|
1409
|
+
],
|
1278
1410
|
"Target: ": [
|
1279
1411
|
"Ziel:"
|
1280
1412
|
],
|
@@ -1284,6 +1416,12 @@
|
|
1284
1416
|
"Task cancelled": [
|
1285
1417
|
"Aufgabe abgebrochen"
|
1286
1418
|
],
|
1419
|
+
"Task count": [
|
1420
|
+
"Anzahl der Aufgaben"
|
1421
|
+
],
|
1422
|
+
"Task for the host cancelled succesfully": [
|
1423
|
+
""
|
1424
|
+
],
|
1287
1425
|
"Template ERB": [
|
1288
1426
|
"Vorlage ERB"
|
1289
1427
|
],
|
@@ -1293,6 +1431,9 @@
|
|
1293
1431
|
"Template failed with:": [
|
1294
1432
|
""
|
1295
1433
|
],
|
1434
|
+
"Template invocation not found": [
|
1435
|
+
""
|
1436
|
+
],
|
1296
1437
|
"Template name": [
|
1297
1438
|
"Vorlagenname"
|
1298
1439
|
],
|
@@ -1314,6 +1455,9 @@
|
|
1314
1455
|
"The dynamic query '%{query}' was not resolved yet. The list of hosts to which it would resolve now can be seen %{here}.": [
|
1315
1456
|
"Die dynamische Anfrage '%{query}' wurde noch nicht aufgelöst. Die Liste von Hosts, zu denen sie sich auflösen würde, ist jetzt %{here} zu sehen."
|
1316
1457
|
],
|
1458
|
+
"The dynamic query is still being processed. You can {viewTheHosts} targeted by the query.": [
|
1459
|
+
""
|
1460
|
+
],
|
1317
1461
|
"The execution interface is used for remote execution": [
|
1318
1462
|
"Die Ausführungsschnittstelle wird für entfernte Ausführung verwendet"
|
1319
1463
|
],
|
@@ -1332,6 +1476,9 @@
|
|
1332
1476
|
"The job template to use, parameter is required unless feature was specified": [
|
1333
1477
|
"Das Job-Template zum Benutzen, der Parameter wird benötigt ausser das Feature wurde spezifiziert"
|
1334
1478
|
],
|
1479
|
+
"The number of invocations is:": [
|
1480
|
+
""
|
1481
|
+
],
|
1335
1482
|
"The only applicable proxy %{proxy_names} is down": [
|
1336
1483
|
"Der einzige anwendbare Proxy %{proxy_names} ist ausgefallen",
|
1337
1484
|
"Alle %{count} anwendbaren Proxys sind ausgefallen. %{proxy_names} ausprobiert"
|
@@ -1360,6 +1507,9 @@
|
|
1360
1507
|
"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}.": [
|
1361
1508
|
"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."
|
1362
1509
|
],
|
1510
|
+
"This will open a new tab for each invocation.": [
|
1511
|
+
""
|
1512
|
+
],
|
1363
1513
|
"Time in seconds from the start on the remote host after which the job should be killed.": [
|
1364
1514
|
"Zeit in Sekunden ab dem Start auf dem Remote-Host, nach der der Auftrag beendet werden soll."
|
1365
1515
|
],
|
@@ -1408,12 +1558,18 @@
|
|
1408
1558
|
"Trying to abort the job %s.": [
|
1409
1559
|
""
|
1410
1560
|
],
|
1561
|
+
"Trying to abort the task for the host": [
|
1562
|
+
""
|
1563
|
+
],
|
1411
1564
|
"Trying to cancel the job": [
|
1412
1565
|
"Versuche, den Auftrag abzubrechen"
|
1413
1566
|
],
|
1414
1567
|
"Trying to cancel the job %s.": [
|
1415
1568
|
""
|
1416
1569
|
],
|
1570
|
+
"Trying to cancel the task for the host": [
|
1571
|
+
""
|
1572
|
+
],
|
1417
1573
|
"Type": [
|
1418
1574
|
"Typ"
|
1419
1575
|
],
|
@@ -1438,9 +1594,15 @@
|
|
1438
1594
|
"Unable to remove host from known hosts": [
|
1439
1595
|
"Host kann nicht von bekannten Hosts entfernt werden"
|
1440
1596
|
],
|
1597
|
+
"Unable to run job": [
|
1598
|
+
""
|
1599
|
+
],
|
1441
1600
|
"Unable to save template. Correct highlighted errors": [
|
1442
1601
|
"Vorlage kann nicht gespeichert werden. Bitte korrigieren Sie die markierten Fehler"
|
1443
1602
|
],
|
1603
|
+
"Unknown": [
|
1604
|
+
"Unbekannt"
|
1605
|
+
],
|
1444
1606
|
"Unknown execution status": [
|
1445
1607
|
"Unbekannter Ausführungsstatus"
|
1446
1608
|
],
|
@@ -1543,9 +1705,6 @@
|
|
1543
1705
|
"Whether we should sync templates from disk when running db:seed.": [
|
1544
1706
|
"Ob Vorlagen von der Festplatte synchronisiert werden sollten, wenn db:seed ausgeführt wird."
|
1545
1707
|
],
|
1546
|
-
"Workers pool size": [
|
1547
|
-
"Größe des Arbeiterpools"
|
1548
|
-
],
|
1549
1708
|
"Yes (override)": [
|
1550
1709
|
"Ja (überschreiben)"
|
1551
1710
|
],
|
@@ -1558,6 +1717,9 @@
|
|
1558
1717
|
"You have %s results to display. Showing first %s results": [
|
1559
1718
|
""
|
1560
1719
|
],
|
1720
|
+
"You have more results to display. Showing first %s results": [
|
1721
|
+
""
|
1722
|
+
],
|
1561
1723
|
"add an input set for this template to reference a different template inputs": [
|
1562
1724
|
"Eingabe-Satz für diese Vorlage hinzufügen, um auf andere Vorlage-Eingaben zu verweisen"
|
1563
1725
|
],
|
@@ -1573,9 +1735,6 @@
|
|
1573
1735
|
"effective user": [
|
1574
1736
|
"Effektiver Benutzer"
|
1575
1737
|
],
|
1576
|
-
"error": [
|
1577
|
-
"Error"
|
1578
|
-
],
|
1579
1738
|
"error during rendering: %s": [
|
1580
1739
|
"Fehler beim Rendern: %s"
|
1581
1740
|
],
|
@@ -1651,6 +1810,9 @@
|
|
1651
1810
|
"succeeded": [
|
1652
1811
|
"erfolgreich"
|
1653
1812
|
],
|
1813
|
+
"task aborted succesfully": [
|
1814
|
+
""
|
1815
|
+
],
|
1654
1816
|
"tasks at a time": [
|
1655
1817
|
"Aufgaben gleichzeitig"
|
1656
1818
|
],
|
@@ -1669,6 +1831,9 @@
|
|
1669
1831
|
"view host names": [
|
1670
1832
|
""
|
1671
1833
|
],
|
1834
|
+
"view the hosts": [
|
1835
|
+
""
|
1836
|
+
],
|
1672
1837
|
"yes": [
|
1673
1838
|
"ja"
|
1674
1839
|
]
|