foreman_remote_execution 13.1.0 → 13.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (32) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/javascripts/foreman_remote_execution/locale/de/foreman_remote_execution.js +1000 -973
  3. data/app/assets/javascripts/foreman_remote_execution/locale/en/foreman_remote_execution.js +553 -526
  4. data/app/assets/javascripts/foreman_remote_execution/locale/en_GB/foreman_remote_execution.js +584 -557
  5. data/app/assets/javascripts/foreman_remote_execution/locale/es/foreman_remote_execution.js +1043 -1016
  6. data/app/assets/javascripts/foreman_remote_execution/locale/fr/foreman_remote_execution.js +1047 -1020
  7. data/app/assets/javascripts/foreman_remote_execution/locale/ja/foreman_remote_execution.js +1041 -1014
  8. data/app/assets/javascripts/foreman_remote_execution/locale/ka/foreman_remote_execution.js +1015 -988
  9. data/app/assets/javascripts/foreman_remote_execution/locale/ko/foreman_remote_execution.js +886 -859
  10. data/app/assets/javascripts/foreman_remote_execution/locale/pt_BR/foreman_remote_execution.js +1047 -1020
  11. data/app/assets/javascripts/foreman_remote_execution/locale/ru/foreman_remote_execution.js +901 -874
  12. data/app/assets/javascripts/foreman_remote_execution/locale/zh_CN/foreman_remote_execution.js +1041 -1014
  13. data/app/assets/javascripts/foreman_remote_execution/locale/zh_TW/foreman_remote_execution.js +886 -859
  14. data/app/views/templates/script/package_action.erb +5 -2
  15. data/lib/foreman_remote_execution/version.rb +1 -1
  16. data/locale/de/foreman_remote_execution.po +27 -0
  17. data/locale/en/foreman_remote_execution.po +27 -0
  18. data/locale/en_GB/foreman_remote_execution.po +27 -0
  19. data/locale/es/foreman_remote_execution.po +27 -0
  20. data/locale/foreman_remote_execution.pot +177 -141
  21. data/locale/fr/foreman_remote_execution.po +27 -0
  22. data/locale/ja/foreman_remote_execution.po +27 -0
  23. data/locale/ka/foreman_remote_execution.po +27 -0
  24. data/locale/ko/foreman_remote_execution.po +27 -0
  25. data/locale/pt_BR/foreman_remote_execution.po +27 -0
  26. data/locale/ru/foreman_remote_execution.po +27 -0
  27. data/locale/zh_CN/foreman_remote_execution.po +27 -0
  28. data/locale/zh_TW/foreman_remote_execution.po +27 -0
  29. data/webpack/JobWizard/JobWizardPageRerun.js +1 -1
  30. data/webpack/JobWizard/steps/HostsAndInputs/HostPreviewModal.js +8 -6
  31. data/webpack/__mocks__/foremanReact/Root/Context/ForemanContext/index.js +2 -0
  32. metadata +2 -2
@@ -17,1579 +17,1606 @@
17
17
  "domain": "foreman_remote_execution",
18
18
  "plural_forms": "nplurals=2; plural=(n != 1);"
19
19
  },
20
- "Another interface is already set as execution. Are you sure you want to use this one instead?": [
21
- "Es ist bereits eine andere Schnittstelle für die Ausführung bestimmt. Sind Sie sicher, dass Sie stattdessen diese Schnittstelle verwenden möchten?"
20
+ "${d.title} ${d.count} hosts": [
21
+ ""
22
22
  ],
23
- "There was an error while updating the status, try refreshing the page.": [
24
- "Beim Status-Update ist ein Fehler aufgetreten, versuchen Sie die Seite zu aktualisieren."
23
+ "%s": [
24
+ "%s"
25
25
  ],
26
- "List foreign input sets": [
27
- "Fremdeingabe-Sätze auflisten"
26
+ "%s ago": [
27
+ "vor %s"
28
28
  ],
29
- "Show foreign input set details": [
30
- " Details zu Fremdeingabe-Satz anzeigen"
29
+ "%s job has been invoked": [
30
+ ""
31
31
  ],
32
- "Target template ID": [
33
- "Zielvorlage-ID"
32
+ "%s more": [
33
+ ""
34
34
  ],
35
- "Include all inputs from the foreign template": [
36
- "Alle Eingaben aus Fremdvorlage einschließen"
35
+ "%{description} on %{host}": [
36
+ "%{description} auf %{host}"
37
37
  ],
38
- "A comma separated list of input names to be included from the foreign template.": [
39
- "Kommagetrennte Liste von Eingabenamen, die in die Fremdvorlage einzubeziehen ist"
38
+ "'Starts before' date must be after 'Starts at' date": [
39
+ ""
40
40
  ],
41
- "Input set description": [
42
- "Beschreibung des Eingabe-Satzes"
41
+ "'Starts before' date must in the future": [
42
+ ""
43
43
  ],
44
- "Create a foreign input set": [
45
- "Fremdeingabe-Satz erstellen"
44
+ "...and %s more": [
45
+ ""
46
46
  ],
47
- "Delete a foreign input set": [
48
- "Fremdeingabe-Satz löschen"
47
+ "...and %{count} more": [
48
+ "",
49
+ ""
49
50
  ],
50
- "Update a foreign input set": [
51
- "Fremdeingabe-Satz aktualisieren"
51
+ "A comma separated list of input names to be excluded from the foreign template.": [
52
+ "Kommagetrennte Liste von Eingabenamen, die aus der Fremdvorlage auszuschließen ist"
52
53
  ],
53
- "List job invocations": [
54
- "Job-Aufrufe auflisten"
54
+ "A comma separated list of input names to be included from the foreign template.": [
55
+ "Kommagetrennte Liste von Eingabenamen, die in die Fremdvorlage einzubeziehen ist"
55
56
  ],
56
- "Show job invocation": [
57
- "Job-Aufrufe anzeigen"
57
+ "A job '%{job_name}' has %{status} at %{time}": [
58
+ ""
58
59
  ],
59
- "Show Job status for the hosts": [
60
- "Zeige Job status des Hosts"
60
+ "A job '%{subject}' has failed": [
61
+ ""
61
62
  ],
62
- "The job template to use, parameter is required unless feature was specified": [
63
- "Das Job-Template zum Benutzen, der Parameter wird benötigt ausser das Feature wurde spezifiziert"
63
+ "A job '%{subject}' has finished successfully": [
64
+ "Ein Job '%{subject}' wurde erfolgreich beendet"
64
65
  ],
65
- "Invocation type, one of %s": [
66
- "Jobtyp, einer von %s"
66
+ "A notification when a job finishes": [
67
+ ""
67
68
  ],
68
- "Execute the jobs on hosts in randomized order": [
69
- "Führe die Jobs auf Hosts in randomisierter Reihenfolge aus"
69
+ "A plugin bringing remote execution to the Foreman, completing the config management functionality with remote management functionality.": [
70
+ "Ein Plugin, das Foreman entfernte Ausführung bietet und die Konfig-Verwaltungsfunktion mit einer entfernten Verwaltungsfunktion ergänzt."
70
71
  ],
71
- "Inputs to use": [
72
- "Zu verwendende Eingaben"
72
+ "A special label for tracking a recurring job. There can be only one active job with a given purpose at a time.": [
73
+ ""
73
74
  ],
74
- "SSH provider specific options": [
75
- "Besondere Optionen des SSH-Anbieters"
75
+ "A user to be used for SSH.": [
76
+ ""
76
77
  ],
77
- "What user should be used to run the script (using sudo-like mechanisms). Defaults to a template parameter or global setting.": [
78
- "Welcher Benutzer zur Ausführung des Skripts (mittels sudo-ähnlichen Mechanismen) verwendet werden soll. Standardmäßig wird ein Vorlagenparameter oder eine allgemeine Einstellung verwendet."
78
+ "A user to be used for executing the script. If it differs from the SSH user, su or sudo is used to switch the accounts.": [
79
+ "Ein Benutzer, der für die Ausführung des Skripts verwendet werden soll. Wenn dieser sich vom SSH-Benutzer unterscheidet, kann mittels su oder sudo der Account gewechselt werden."
79
80
  ],
80
- "Set password for effective user (using sudo-like mechanisms)": [
81
+ "Abort Job": [
82
+ "Job abbrechen"
83
+ ],
84
+ "Access denied": [
81
85
  ""
82
86
  ],
83
- "Set SSH user": [
87
+ "Actions": [
88
+ "Aktionen"
89
+ ],
90
+ "Active Filters:": [
84
91
  ""
85
92
  ],
86
- "Set SSH password": [
93
+ "Add Foreign Input Set": [
94
+ "Fremdeingabe-Satz hinzufügen"
95
+ ],
96
+ "Advanced fields": [
97
+ "Erweiterte Felder"
98
+ ],
99
+ "After": [
87
100
  ""
88
101
  ],
89
- "Set SSH key passphrase": [
102
+ "After %s occurences": [
90
103
  ""
91
104
  ],
92
- "Create a recurring job": [
93
- "Wiederholten Job erstellen"
105
+ "All fields are required.": [
106
+ "Alle Felder sind erforderlich."
94
107
  ],
95
- "How often the job should occur, in the cron format": [
96
- "Wie oft der Job auftreten soll, in Cron-Format"
108
+ "Alphabetical": [
109
+ "Alphabetisch"
97
110
  ],
98
- "Repeat a maximum of N times": [
99
- "Maximal n-mal wiederholen"
111
+ "Amount of workers in the pool to handle the execution of the remote execution jobs. Restart of the dynflowd/foreman-tasks service is required.": [
112
+ "Anzahl der Worker im Pool, die die Ausführung der Remote-Ausführungsjobs verarbeiten. Neustart des Dienstes dynflowd/foreman-tasks ist erforderlich."
100
113
  ],
101
- "Perform no more executions after this time": [
102
- "Danach nicht mehr ausführen"
114
+ "Another interface is already set as execution. Are you sure you want to use this one instead?": [
115
+ "Es ist bereits eine andere Schnittstelle für die Ausführung bestimmt. Sind Sie sicher, dass Sie stattdessen diese Schnittstelle verwenden möchten?"
103
116
  ],
104
- "Designation of a special purpose": [
105
- ""
117
+ "Any Location": [
118
+ "Jeder Standort"
106
119
  ],
107
- "Schedule the job to start at a later time": [
108
- "Job zu einer späteren Zeit starten lassen"
120
+ "Any Organization": [
121
+ "Jede Organisation"
109
122
  ],
110
- "Schedule the job for a future time": [
111
- "Job zu einem zukünftigen Zeitpunkt starten lassen"
123
+ "Apply to": [
124
+ ""
112
125
  ],
113
- "Indicates that the action should be cancelled if it cannot be started before this time.": [
114
- "Gibt an, dass die Aktion abgebrochen werden soll, wenn sie nicht vor diesem Zeitpunkt gestartet werden kann."
126
+ "At": [
127
+ "Um"
115
128
  ],
116
- "Control concurrency level and distribution over time": [
117
- "Parallelitätsebene und zeitliche Verteilung steuern"
129
+ "At minute": [
130
+ ""
118
131
  ],
119
- "Run at most N tasks at a time": [
120
- "Höchstens n Aufgaben gleichzeitig ausführen"
132
+ "Awaiting start": [
133
+ ""
121
134
  ],
122
- "Override the description format from the template for this invocation only": [
123
- "Beschreibungsformat der Vorlage nur für diesen Aufruf außer Kraft setzen "
135
+ "Back": [
136
+ ""
124
137
  ],
125
- "Override the timeout interval from the template for this invocation only": [
126
- "Überschreibe das Timeout-Intervall des Templates / Musters nur für diese Invokation / diesen Aufruf"
138
+ "Back to Job": [
139
+ "Zurück zum Job"
127
140
  ],
128
- "Remote execution feature label that should be triggered, job template assigned to this feature will be used": [
129
- "Label der Remote-Ausführungsfunktion, die ausgelöst werden soll, die dieser Funktion zugewiesene Jobvorlage wird verwendet"
141
+ "Bookmark": [
142
+ "Lesezeichen"
130
143
  ],
131
- "Override the global time to pickup interval for this invocation only": [
144
+ "Can't find Job Invocation for an id %s": [
132
145
  ""
133
146
  ],
134
- "Create a job invocation": [
135
- "Neuen Job-Aufruf erstellen"
136
- ],
137
- "Get output for a host": [
138
- "Ausgabe für einen Host abfragen"
147
+ "Cancel": [
148
+ ""
139
149
  ],
140
- "Get raw output for a host": [
141
- "Besorge dir die rohen Outputs eines Hosts"
150
+ "Cancel Job": [
151
+ "Job abbrechen"
142
152
  ],
143
153
  "Cancel job invocation": [
144
154
  "Job-Aufruf abbrechen"
145
155
  ],
146
- "The job could not be cancelled.": [
147
- "Job kann nicht abgebrochen werden"
156
+ "Canceled:": [
157
+ ""
148
158
  ],
149
- "Rerun job on failed hosts": [
150
- "Erneut ausführen auf fehlgeschlagenen Hosts"
159
+ "Cancelled": [
160
+ "Abgebrochen"
151
161
  ],
152
- "Could not rerun job %{id} because its template could not be found": [
153
- "Job %{id} konnte nicht erneut aufgerufen werden, da die Vorlage nicht gefunden wurde."
162
+ "Cannot resolve hosts without a bookmark or search query": [
163
+ "Hosts können nicht ohne Lesezeichen oder Suchanfrage aufgelöst werden"
154
164
  ],
155
- "Get outputs of hosts in a job": [
156
- "Besorge dir die Outputs eines Hosts eines Jobs"
165
+ "Cannot resolve hosts without a user": [
166
+ "Hosts können nicht ohne Benutzer aufgelöst werden"
157
167
  ],
158
- "Host with id '%{id}' was not found": [
159
- "Host mit ID '%{id}' nicht gefunden"
168
+ "Cannot specify both bookmark_id and search_query": [
169
+ "bookmark_id und search_query konnte nicht angegeben werden"
160
170
  ],
161
- "Only one of feature or job_template_id can be specified": [
171
+ "Categories list failed with:": [
162
172
  ""
163
173
  ],
164
- "List job templates": [
165
- "Job-Vorlagen auflisten"
174
+ "Category and template": [
175
+ ""
166
176
  ],
167
- "List job templates per location": [
168
- "Job-Vorlagen pro Standort auflisten"
177
+ "Choose a job template that is pre-selected in job invocation form": [
178
+ "Wählen Sie eine Jobvorlage, die im Jobaufrufformular vorausgewählt ist"
169
179
  ],
170
- "List job templates per organization": [
171
- "Job-Vorlagen pro Organisation auflisten"
180
+ "Circular dependency detected in foreign input set '%{template}' -> '%{target_template}'. Templates stack: %{templates_stack}": [
181
+ "Zirkuläre Abhängigkeit im Fremdeingabe-Satz gefunden '%{template}' -> '%{target_template}'. Vorlagen-Stack: %{templates_stack}"
172
182
  ],
173
- "Import a job template from ERB": [
174
- "Job-Vorlage aus ERB importieren"
183
+ "Cleanup working directories": [
184
+ "Arbeitsverzeichnisse bereinigen"
175
185
  ],
176
- "Template ERB": [
177
- "Vorlage ERB"
186
+ "Clear all filters": [
187
+ ""
178
188
  ],
179
- "Overwrite template if it already exists": [
180
- "Vorlage überschreiben, falls bereits vorhanden"
189
+ "Clear input": [
190
+ ""
181
191
  ],
182
- "Export a job template to ERB": [
183
- "Job-Vorlage nach ERB exportieren"
192
+ "Clone a provision template": [
193
+ "Bereitstellungsvorlage klonen"
184
194
  ],
185
- "Show job template details": [
186
- "Details der Job-Vorlage anzeigen"
195
+ "Close": [
196
+ "Schließen"
187
197
  ],
188
- "Template name": [
189
- "Vorlagenname"
198
+ "Cockpit URL": [
199
+ "Cockpit-URL"
190
200
  ],
191
- "Job category": [
192
- "Job-Kategorie"
201
+ "Concurrency level": [
202
+ "Parallelitätsebene"
193
203
  ],
194
- "This template is used to generate the description. Input values can be used using the syntax %{package}. You may also include the job category and template name using %{job_category} and %{template_name}.": [
195
- "Diese Vorlage wird für die Erstellung der Beschreibung verwendet. Eingabewerte können mittels Syntax %{package} verwendet werden. Sie können auch Job-Kategorie und Vorlagennamen über %{job_category} und %{template_name} einschließen."
204
+ "Concurrency level limited to": [
205
+ "Gleichzeitigkeitsstufe begrenzt auf"
196
206
  ],
197
- "Provider type": [
198
- "Providertyp"
207
+ "Connect by IP": [
208
+ "Verbindung über IP"
199
209
  ],
200
- "Whether or not the template is locked for editing": [
201
- "Ob die Vorlage schreibgeschützt ist"
210
+ "Control concurrency level and distribution over time": [
211
+ "Parallelitätsebene und zeitliche Verteilung steuern"
202
212
  ],
203
- "Effective user options": [
204
- "Effektive Benutzeroptionen"
213
+ "Could not display data for job invocation.": [
214
+ "Daten für Jobaufruf konnten nicht angezeigt werden."
205
215
  ],
206
- "What user should be used to run the script (using sudo-like mechanisms)": [
207
- "Welcher Benutzer zur Ausführung des Skripts verwendet werden soll (mittels sudo-ähnlichen Mechanismen)"
216
+ "Could not find any suitable interface for execution": [
217
+ "Konnte keine passende Schnitstelle zum ausführen finden."
208
218
  ],
209
- "Whether it should be allowed to override the effective user from the invocation form.": [
210
- "Ob es möglich sein soll, den effektiven Benutzer des Aufruf-Formulars außer Kraft zu setzen."
219
+ "Could not render the preview because no host matches the search query.": [
220
+ "Vorschau konnte nicht gerendert werden, da kein Host, der Suchanfrage entspricht"
211
221
  ],
212
- "Whether the current user login should be used as the effective user": [
213
- "Ob das aktuelle Login als effektiver Benutzer verwendet werden soll "
222
+ "Could not rerun job %{id} because its template could not be found": [
223
+ "Job %{id} konnte nicht erneut aufgerufen werden, da die Vorlage nicht gefunden wurde."
214
224
  ],
215
- "Create a job template": [
216
- "Job-Vorlage erstellen"
225
+ "Could not use any proxy for the %{provider} job. Consider configuring %{global_proxy}, %{fallback_proxy} in settings": [
226
+ ""
217
227
  ],
218
- "Update a job template": [
219
- "Job-Vorlage aktualisieren"
228
+ "Could not use any template used in the job invocation": [
229
+ "Es konnte keine Vorlage aus dem Jobaufruf verwendet werden"
220
230
  ],
221
- "Template version": [
222
- "Vorlagenversion"
231
+ "Create": [
232
+ "Erstellen"
223
233
  ],
224
- "Delete a job template": [
225
- "Job-Vorlage löschen"
234
+ "Create Report": [
235
+ ""
226
236
  ],
227
- "Clone a provision template": [
228
- "Bereitstellungsvorlage klonen"
237
+ "Create a foreign input set": [
238
+ "Fremdeingabe-Satz erstellen"
229
239
  ],
230
- "List remote execution features": [
231
- "Entfernte Ausführungsfunktionen auflisten"
240
+ "Create a job invocation": [
241
+ "Neuen Job-Aufruf erstellen"
232
242
  ],
233
- "Show remote execution feature": [
234
- "Entfernte Ausführungsfunktionen anzeigen"
243
+ "Create a job template": [
244
+ "Job-Vorlage erstellen"
235
245
  ],
236
- "Job template ID to be used for the feature": [
237
- "Zukünftig zu verwendende ID der Job-Vorlage"
246
+ "Create a recurring job": [
247
+ "Wiederholten Job erstellen"
238
248
  ],
239
- "List available remote execution features for a host": [
249
+ "Create report for this job": [
240
250
  ""
241
251
  ],
242
- "List template invocations belonging to job invocation": [
243
- "Lasse dir die Template-Invocations ausgeben die zu einer Job-Invocation gehören"
252
+ "Cron line": [
253
+ "Cron-Zeile"
244
254
  ],
245
- "Identifier of the Host interface for Remote execution": [
246
- "Identifizierer des Host-interfaces für Remote-Ausführung"
255
+ "Cron line (extended)": [
256
+ ""
247
257
  ],
248
- "Set 'host_registration_remote_execution_pull' parameter for the host. If it is set to true, pull provider client will be deployed on the host": [
258
+ "Cron line format '1 2 3 4 5', where:": [
249
259
  ""
250
260
  ],
251
- "List of proxy IDs to be used for remote execution": [
252
- "Liste der Proxy-IDs die für Remote-Ausführung benutzt werden können."
261
+ "Cronline": [
262
+ ""
253
263
  ],
254
- "Trying to abort the job": [
255
- "Versuche Jobabbruch zu erzwingen"
264
+ "Current location %s is different from job's location %s. This job may run on different hosts than before.": [
265
+ ""
256
266
  ],
257
- "Trying to cancel the job": [
258
- "Versuche den Job abzubrechen"
267
+ "Current location %{loc_c} is different from job's location %{loc_j}.": [
268
+ "Der aktuelle Standort %{loc_c} unterscheidet sich vom Standort des Jobs %{loc_j}."
259
269
  ],
260
- "The job cannot be aborted at the moment.": [
261
- "Die Aufgabe kann derzeit nicht abgebrochen werden."
270
+ "Current organization %s is different from job's organization %s. This job may run on different hosts than before.": [
271
+ ""
262
272
  ],
263
- "The job cannot be cancelled at the moment.": [
264
- "Die Aufgabe kann derzeit nicht abgebrochen werden."
273
+ "Current organization %{org_c} is different from job's organization %{org_j}.": [
274
+ "Die aktuelle Organisation %{org_c} unterscheidet sich von der Organisation des Jobs %{org_j}."
265
275
  ],
266
- "Problem with previewing the template: %{error}. Note that you must save template input changes before you try to preview it.": [
267
- "Problem bei Vorlagen-Vorschau: %{error}. Beachten Sie, dass Sie die Änderungen an der Vorlageneingabe speichern müssen, bevor eine Vorschau angezeigt werden kann."
276
+ "Daily": [
277
+ "Täglich"
268
278
  ],
269
- "Job template imported successfully.": [
270
- "Job-Vorlage erfolgreich importiert"
279
+ "Days": [
280
+ "Tage"
271
281
  ],
272
- "Unable to save template. Correct highlighted errors": [
273
- "Vorlage kann nicht gespeichert werden. Bitte korrigieren Sie die markierten Fehler"
282
+ "Days of week": [
283
+ "Wochentage"
274
284
  ],
275
- "Run": [
276
- "Ausführen"
285
+ "Default SSH key passphrase": [
286
+ "Standard SSH-Key Kennwort"
277
287
  ],
278
- "Schedule Remote Job": [
279
- "Geplante Remote-Jobs"
288
+ "Default SSH password": [
289
+ "Standard SSH Passwort"
280
290
  ],
281
- "Jobs": [
282
- "Jobs"
291
+ "Default key passphrase to use for SSH. You may override per host by setting a parameter called remote_execution_ssh_key_passphrase": [
292
+ "Für SSH zu verwendende Standardschlüssel-Passphrase. Sie können pro Host überschreiben, indem Sie einen Parameter namens remote_execution_ssh_key_passphrase setzen"
283
293
  ],
284
- "Job invocations": [
285
- "Job-Aufrufe "
294
+ "Default password to use for SSH. You may override per host by setting a parameter called remote_execution_ssh_password": [
295
+ "Standardkennwort für SSH. Sie können pro Host überschreiben, indem Sie einen Parameter namens remote_execution_ssh_password setzen"
286
296
  ],
287
- "%s": [
288
- "%s"
297
+ "Default user to use for SSH. You may override per host by setting a parameter called remote_execution_ssh_user.": [
298
+ "Standardbenutzer für SSH. Kann für jeden Host einzeln überschrieben werden, indem Sie ein Parameter namens remote_execution_ssh_user bestimmen."
289
299
  ],
290
- "Web Console": [
291
- "Web-Konsole"
300
+ "Default user to use for executing the script. If the user differs from the SSH user, su or sudo is used to switch the user.": [
301
+ "Standardbenutzer, der für die Ausführung des Skripts verwendet werden soll. Wenn dieser sich vom SSH-Benutzer unterscheidet, kann mittels su oder sudo der Benutzer gewechselt werden."
292
302
  ],
293
- "Success": [
294
- "Erfolg"
303
+ "Delete a foreign input set": [
304
+ "Fremdeingabe-Satz löschen"
295
305
  ],
296
- "Failed": [
297
- "Fehlgeschlagen"
306
+ "Delete a job template": [
307
+ "Job-Vorlage löschen"
298
308
  ],
299
- "Pending": [
300
- "Ausstehend"
309
+ "Description": [
310
+ "Beschreibung"
301
311
  ],
302
- "Cancelled": [
303
- "Abgebrochen"
312
+ "Description Template": [
313
+ ""
304
314
  ],
305
- "queued to start executing in %{time}": [
306
- "in der Warteschlange, um in %{time} mit der Ausführung zu beginnen"
315
+ "Description template": [
316
+ "Beschreibungsvorlage"
307
317
  ],
308
- "queued": [
309
- "in der Warteschlange"
318
+ "Designation of a special purpose": [
319
+ ""
310
320
  ],
311
- "running %{percent}%%": [
312
- "wird ausgeführt %{percent}%%"
321
+ "Display advanced fields": [
322
+ "Erweiterte Felder einblenden"
313
323
  ],
314
- "succeeded": [
315
- "erfolgreich"
324
+ "Does not repeat": [
325
+ ""
316
326
  ],
317
- "cancelled": [
318
- "abgebrochen"
327
+ "Duplicated inputs detected: %{duplicated_inputs}": [
328
+ "Doppelte Eingaben gefunden: %{duplicated_inputs}"
319
329
  ],
320
- "failed": [
321
- "fehlgeschlagen"
330
+ "Dynamic Query": [
331
+ "Dynamische Anfrage"
322
332
  ],
323
- "unknown status": [
324
- "unbekannter Status"
333
+ "Dynamic query": [
334
+ ""
325
335
  ],
326
- "Any Organization": [
327
- "Jede Organisation"
336
+ "Edit %s": [
337
+ "%s bearbeiten"
328
338
  ],
329
- "Any Location": [
330
- "Jeder Standort"
339
+ "Edit Job Template": [
340
+ "Job-Vorlage bearbeiten"
331
341
  ],
332
- "Awaiting start": [
342
+ "Edit Remote Execution Feature": [
343
+ "Entfernte Ausführungsfunktionen bearbeiten"
344
+ ],
345
+ "Edit job description template": [
333
346
  ""
334
347
  ],
335
- "error": [
336
- "Error"
348
+ "Effective User": [
349
+ "Effektiver Benutzer"
337
350
  ],
338
- "Host detail": [
339
- "Hostdetail"
351
+ "Effective User Method": [
352
+ "Effektive Benutzermethode"
340
353
  ],
341
- "Rerun on %s": [
342
- "Erneut ausführen auf %s"
354
+ "Effective user": [
355
+ "Effektiver Benutzer"
343
356
  ],
344
- "Host task": [
345
- "Host-Aufgabe"
357
+ "Effective user method \\\"%{current_value}\\\" is not one of %{valid_methods}": [
358
+ " Effektive Benutzer-Methode \\\"%{current_value}\\\" ist keine %{valid_methods}"
346
359
  ],
347
- "N/A": [
348
- "k.A."
360
+ "Effective user options": [
361
+ "Effektive Benutzeroptionen"
349
362
  ],
350
- "Run Job": [
351
- "Job ausführen"
363
+ "Effective user password": [
364
+ "Effektives Benutzerpasswort"
352
365
  ],
353
- "Create Report": [
366
+ "Effective user password is only applicable for SSH provider. Other providers ignore this field. <br> Password is stored encrypted in DB until the job finishes. For future or recurring executions, it is removed after the last execution.": [
367
+ "Das gültige Benutzerkennwort gilt nur für den SSH-Anbieter. Andere Anbieter ignorieren dieses Feld. <br> Das Passwort wird verschlüsselt in der DB gespeichert, bis der Job abgeschlossen ist. Bei zukünftigen oder wiederkehrenden Ausführungen wird sie nach der letzten Ausführung entfernt."
368
+ ],
369
+ "Effective user password is only applicable for SSH provider. Other providers ignore this field. Password is stored encrypted in DB until the job finishes. For future or recurring executions, it is removed after the last execution.": [
354
370
  ""
355
371
  ],
356
- "Create report for this job": [
372
+ "Effective user:": [
357
373
  ""
358
374
  ],
359
- "Rerun": [
360
- "Erneut ausführen"
375
+ "Enable Global Proxy": [
376
+ "Globalen Proxy aktivieren"
361
377
  ],
362
- "Rerun the job": [
363
- "Job erneut ausführen"
378
+ "End time needs to be after start time": [
379
+ ""
364
380
  ],
365
- "Rerun failed": [
366
- "Erneutes Ausführen fehlgeschlagen"
381
+ "Ends": [
382
+ "Endet"
367
383
  ],
368
- "Rerun on failed hosts": [
369
- "Erneut ausführen auf fehlgeschlagenen Hosts"
384
+ "Error loading data from proxy": [
385
+ "Fehler die Daten vom Proxy zu laden."
370
386
  ],
371
- "Job Task": [
372
- "Aufgaben des Jobs"
387
+ "Errors:": [
388
+ "Fehler:"
373
389
  ],
374
- "See the last task details": [
375
- "Ansicht der letzten Aufgabendetails"
390
+ "Evaluated at:": [
391
+ "Evaluiert an:"
376
392
  ],
377
- "Cancel Job": [
378
- "Job abbrechen"
393
+ "Every day at %s": [
394
+ ""
379
395
  ],
380
- "Try to cancel the job": [
381
- "Versuche den Job abzubrechen"
396
+ "Every hour at minute %s": [
397
+ ""
382
398
  ],
383
- "Abort Job": [
384
- "Job abbrechen"
399
+ "Every month on %s at %s": [
400
+ ""
385
401
  ],
386
- "Try to abort the job without waiting for the results from the remote hosts": [
387
- "Versuche den Job abzubrechen ohne auf das Resultat vom entfernten Host zu warten"
402
+ "Every week on %s at %s": [
403
+ ""
388
404
  ],
389
- "New UI": [
405
+ "Execute the job later, at a scheduled time.": [
390
406
  ""
391
407
  ],
392
- "Switch to the new job invocation detail UI": [
408
+ "Execute the job now.": [
393
409
  ""
394
410
  ],
395
- "Task Details": [
396
- "Aufgabendetails"
411
+ "Execute the job on a repeating schedule.": [
412
+ ""
397
413
  ],
398
- "See the task details": [
399
- "Ansicht der Aufgabendetails"
414
+ "Execute the jobs on hosts in randomized order": [
415
+ "Führe die Jobs auf Hosts in randomisierter Reihenfolge aus"
400
416
  ],
401
- "Try to cancel the job on a host": [
402
- "Versuche den Job auf einem Host abzubrechen"
417
+ "Execution": [
418
+ "Ausführung"
403
419
  ],
404
- "Try to abort the job on a host without waiting for its result": [
405
- "Versuche den Job auf den Host abzubrechen ohne auf das Resultat zu warten"
420
+ "Execution order": [
421
+ "Ausführungsreihenfolge"
406
422
  ],
407
- "Could not render the preview because no host matches the search query.": [
408
- "Vorschau konnte nicht gerendert werden, da kein Host, der Suchanfrage entspricht"
423
+ "Execution ordering": [
424
+ "Ausführungsorder"
409
425
  ],
410
- "in %s": [
411
- "in %s"
426
+ "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>": [
427
+ "Die Ausführungsreihenfolge legt fest, ob die Jobs auf Hosts in alphabetischer Reihenfolge oder in zufälliger Reihenfolge ausgeführt werden sollen. <br><ul><li><b>Ordered </b>- führt die Jobs auf Hosts in alphabetischer Reihenfolge aus </li><li><b>Randomized </b>- randomisiert die Reihenfolge, in der Jobs auf Hosts ausgeführt werden </li></ul>"
412
428
  ],
413
- "%s ago": [
414
- "vor %s"
415
- ],
416
- "Use default description template": [
417
- "Standardbeschreibungsvorlage verwenden"
429
+ "Exit status: %s": [
430
+ "Exit-Status: %s"
418
431
  ],
419
- "Description template": [
420
- "Beschreibungsvorlage"
432
+ "Export a job template to ERB": [
433
+ "Job-Vorlage nach ERB exportieren"
421
434
  ],
422
- "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}.": [
423
- "Diese Vorlage wird für die Erstellung der Beschreibung verwendet. <br/>Eingabewerte können mittels Syntax %{package} verwendet werden.<br/> Sie können auch Job-Kategorie und Vorlagennamen <br/>über %{job_category} und %{template_name} einschließen."
435
+ "Failed": [
436
+ "Fehlgeschlagen"
424
437
  ],
425
- "Could not use any template used in the job invocation": [
426
- "Es konnte keine Vorlage aus dem Jobaufruf verwendet werden"
438
+ "Failed hosts": [
439
+ ""
427
440
  ],
428
441
  "Failed rendering template: %s": [
429
442
  "Rendern der Vorlage fehlgeschlagen: %s"
430
443
  ],
431
- "Task cancelled": [
432
- "Task abgebrochen"
444
+ "Failed:": [
445
+ ""
433
446
  ],
434
- "Job execution failed": [
435
- "Jobausführung fehlgeschlagen"
447
+ "Fallback to Any Proxy": [
448
+ "Fallback auf einen beliebigen Proxy"
436
449
  ],
437
- "%{description} on %{host}": [
438
- "%{description} auf %{host}"
450
+ "Feature input %{input_name} not defined in template %{template_name}": [
451
+ "Funktionseingabe %{input_name} nicht definiert in Vorlage %{template_name}"
439
452
  ],
440
- "Remote action:": [
441
- "Entfernte Aktion"
453
+ "Fill all required fields in all the steps": [
454
+ ""
442
455
  ],
443
- "Job cancelled by user": [
444
- "Jobabbruch durch Benutzer"
456
+ "Fill all required fields in all the steps to start the job": [
457
+ ""
445
458
  ],
446
- "Exit status: %s": [
447
- "Exit-Status: %s"
459
+ "Filter by host collections": [
460
+ ""
448
461
  ],
449
- "Job finished with error": [
450
- "Job abgeschlossen mit Fehler"
462
+ "Filter by host groups": [
463
+ ""
451
464
  ],
452
- "Error loading data from proxy": [
453
- "Fehler die Daten vom Proxy zu laden."
465
+ "Filter by hosts": [
466
+ ""
454
467
  ],
455
- "User can not execute job on host %s": [
456
- "Benutzer kann den Job auf Host %s nicht ausführen"
468
+ "Finished": [
469
+ "Fertig"
457
470
  ],
458
- "User can not execute this job template": [
459
- "Benutzer kann diese Job-Vorlage nicht ausführen"
471
+ "For Future execution a 'Starts at' date or 'Starts before' date must be selected. Immediate execution can be selected in the previous step.": [
472
+ ""
460
473
  ],
461
- "User can not execute job on infrastructure host %s": [
474
+ "For example: 1, 2, 3, 4, 5...": [
462
475
  ""
463
476
  ],
464
- "User can not execute this job template on %s": [
465
- "Benutzer kann diese Job-Vorlage nicht auf %s ausführen"
477
+ "Foreign input set": [
478
+ "Fremdeingabe-Satz"
466
479
  ],
467
- "The only applicable proxy %{proxy_names} is down": [
468
- "Der einzige anwendbare Proxy %{proxy_names} ist ausgefallen",
469
- "Alle %{count} anwendbaren Proxys sind ausgefallen. %{proxy_names} ausprobiert"
480
+ "Foreman can run arbitrary commands on remote hosts using different providers, such as SSH or Ansible. Communication goes through the Smart Proxy so Foreman does not have to have direct access to the target hosts and can scale to control many hosts.": [
481
+ "Foreman kann beliebige Befehle auf entfernten Hosts mit verschiedenen Anbietern wie SSH oder Ansible ausführen. Die Kommunikation läuft über den Smart Proxy, sodass Foreman keinen direkten Zugriff auf die Zielhosts haben muss und skalieren kann, um viele Hosts zu steuern."
470
482
  ],
471
- "Could not use any proxy for the %{provider} job. Consider configuring %{global_proxy}, %{fallback_proxy} in settings": [
472
- ""
483
+ "Form Job Template": [
484
+ "Formularauftragsvorlage"
473
485
  ],
474
- "REX job has succeeded - %s": [
486
+ "Future execution": [
475
487
  ""
476
488
  ],
477
- "REX job has failed - %s": [
478
- ""
489
+ "Get output for a host": [
490
+ "Ausgabe für einen Host abfragen"
479
491
  ],
480
- "included template '%s' not found": [
481
- "enthaltene Vorlage '%s' nicht gefunden"
492
+ "Get outputs of hosts in a job": [
493
+ "Besorge dir die Outputs eines Hosts eines Jobs"
482
494
  ],
483
- "input macro with name '%s' used, but no input with such name defined for this template": [
484
- "Es wurde ein Eingabe-Macro namens '%s' verwendet, aber es wurde keine Eingabe mit diesem Namen für diese Vorlage definiert"
495
+ "Get raw output for a host": [
496
+ "Besorge dir die rohen Outputs eines Hosts"
485
497
  ],
486
- "Unable to fetch public key": [
487
- "Öffentlicher Schlüssel konnte nicht abgerufen werden"
498
+ "Has to be a positive number": [
499
+ ""
488
500
  ],
489
- "Unable to remove host from known hosts": [
490
- "Host kann nicht von bekannten Hosts entfernt werden"
501
+ "Hide advanced fields": [
502
+ "Erweiterte Felder ausblenden"
491
503
  ],
492
- "REX job has finished - %s": [
504
+ "Hide all advanced fields": [
493
505
  ""
494
506
  ],
495
- "Should this interface be used for remote execution?": [
496
- "Soll diese Schnittstelle für die Remote-Ausführung verwendet werden?"
507
+ "Host": [
508
+ "Rechner"
497
509
  ],
498
- "Interface with the '%s' identifier was specified as a remote execution interface, however the interface was not found on the host. If the interface exists, it needs to be created in Foreman during the registration.": [
499
- "Schnittstelle mit dem Bezeichner '%s wurde als Remote-Ausführungsschnittstelle angegeben, die Schnittstelle wurde jedoch nicht auf dem Host gefunden. Falls die Schnittstelle vorhanden ist, muss diese bei der Registrierung in Foreman angelegt werden."
510
+ "Host collections": [
511
+ ""
500
512
  ],
501
- "host already has an execution interface": [
502
- "Host verfügt bereits über eine Ausführungsschnittstelle"
513
+ "Host detail": [
514
+ "Hostdetail"
503
515
  ],
504
- "This template is locked. Please clone it to a new template to customize.": [
505
- "Diese Vorlage ist gesperrt. Bitte klonen Sie sie zum Bearbeiten in eine neue Vorlage."
516
+ "Host groups": [
517
+ "Hostgruppen"
506
518
  ],
507
- "Circular dependency detected in foreign input set '%{template}' -> '%{target_template}'. Templates stack: %{templates_stack}": [
508
- "Zirkuläre Abhängigkeit im Fremdeingabe-Satz gefunden '%{template}' -> '%{target_template}'. Vorlagen-Stack: %{templates_stack}"
519
+ "Host task": [
520
+ "Host-Aufgabe"
509
521
  ],
510
- "Execution": [
511
- "Ausführung"
522
+ "Host with id '%{id}' was not found": [
523
+ "Host mit ID '%{id}' nicht gefunden"
512
524
  ],
513
- "Last execution succeeded": [
514
- "Letzte Ausführung erfolgreich"
525
+ "Hosts": [
526
+ "Hosts"
515
527
  ],
516
- "Last execution cancelled": [
517
- "Letzte Ausführung abgebrochen"
528
+ "Hosts gone missing": [
529
+ "Host verschwunden"
518
530
  ],
519
- "Last execution failed": [
520
- "Letzte Ausführung fehlgeschlagen"
531
+ "Hourly": [
532
+ ""
521
533
  ],
522
- "Unknown execution status": [
523
- "Unbekannter Ausführungsstatus"
534
+ "How often the job should occur, in the cron format": [
535
+ "Wie oft der Job auftreten soll, in Cron-Format"
524
536
  ],
525
- "Recursive rendering of templates detected": [
526
- "Rekursives Rendern von Vorlagen festgestellt"
537
+ "Identifier of the Host interface for Remote execution": [
538
+ "Identifizierer des Host-interfaces für Remote-Ausführung"
527
539
  ],
528
- "error during rendering: %s": [
529
- "Fehler beim Rendern: %s"
540
+ "Immediate execution": [
541
+ ""
530
542
  ],
531
- "template": [
532
- "Vorlage"
543
+ "Import": [
544
+ "Import"
533
545
  ],
534
- "Cannot specify both bookmark_id and search_query": [
535
- "bookmark_id und search_query konnte nicht angegeben werden"
546
+ "Import a job template from ERB": [
547
+ "Job-Vorlage aus ERB importieren"
536
548
  ],
537
- "Unknown input %{input_name} for template %{template_name}": [
538
- "Unbekannte Eingabe %{input_name} für Vorlage %{template_name}"
549
+ "In Progress:": [
550
+ ""
539
551
  ],
540
- "Template with id '%{id}' was not found": [
541
- "Vorlage mit ID '%{id}' nicht gefunden"
552
+ "Include all inputs from the foreign template": [
553
+ "Alle Eingaben aus Fremdvorlage einschließen"
542
554
  ],
543
- "Feature input %{input_name} not defined in template %{template_name}": [
544
- "Funktionseingabe %{input_name} nicht definiert in Vorlage %{template_name}"
555
+ "Indicates that the action should be cancelled if it cannot be started before this time.": [
556
+ "Gibt an, dass die Aktion abgebrochen werden soll, wenn sie nicht vor diesem Zeitpunkt gestartet werden kann."
545
557
  ],
546
- "No template mapped to feature %{feature_name}": [
547
- "Der Funktion %{feature_name} wurde keine Vorlage zugewiesen"
558
+ "Inherit from host parameter": [
559
+ ""
548
560
  ],
549
- "The template %{template_name} mapped to feature %{feature_name} is not accessible by the user": [
550
- "Der Benutzer kann auf die Vorlage %{template_name}, die der Funktion %{feature_name} zugewiesen ist, nicht zugreifen"
561
+ "Input": [
562
+ "Eingabe"
551
563
  ],
552
- "Job Invocation": [
553
- "Job-Aufruf"
564
+ "Input set description": [
565
+ "Beschreibung des Eingabe-Satzes"
554
566
  ],
555
- "Duplicated inputs detected: %{duplicated_inputs}": [
556
- "Doppelte Eingaben gefunden: %{duplicated_inputs}"
567
+ "Inputs to use": [
568
+ "Zu verwendende Eingaben"
557
569
  ],
558
- "Unknown remote execution feature %s": [
559
- "Unbekannte Funktion %s zur entfernten Ausführung"
570
+ "Interface with the '%s' identifier was specified as a remote execution interface, however the interface was not found on the host. If the interface exists, it needs to be created in Foreman during the registration.": [
571
+ "Schnittstelle mit dem Bezeichner '%s wurde als Remote-Ausführungsschnittstelle angegeben, die Schnittstelle wurde jedoch nicht auf dem Host gefunden. Falls die Schnittstelle vorhanden ist, muss diese bei der Registrierung in Foreman angelegt werden."
560
572
  ],
561
- "Effective user method \\\"%{current_value}\\\" is not one of %{valid_methods}": [
562
- " Effektive Benutzer-Methode \\\"%{current_value}\\\" ist keine %{valid_methods}"
573
+ "Internal proxy selector can only be used if Katello is enabled": [
574
+ "Der interne Proxy-Selektor kann nur verwendet werden, wenn Katello aktiviert ist"
563
575
  ],
564
- "Could not find any suitable interface for execution": [
565
- "Konnte keine passende Schnitstelle zum ausführen finden."
576
+ "Interval in seconds, if the job is not picked up by a client within this interval it will be cancelled.": [
577
+ ""
566
578
  ],
567
- "Subscribe to my failed jobs": [
579
+ "Interval in seconds, if the job is not picked up by a client within this interval it will be cancelled. Applies only to pull-mqtt based jobs": [
568
580
  ""
569
581
  ],
570
- "Subscribe to my succeeded jobs": [
582
+ "Invalid date": [
571
583
  ""
572
584
  ],
573
- "Subscribe to all my jobs": [
585
+ "Invalid time format": [
574
586
  ""
575
587
  ],
576
- "Script": [
577
- "Skript"
588
+ "Invocation type, one of %s": [
589
+ "Jobtyp, einer von %s"
578
590
  ],
579
- "Static Query": [
580
- "Statische Anfrage"
591
+ "Job": [
592
+ "Job"
581
593
  ],
582
- "Dynamic Query": [
583
- "Dynamische Anfrage"
594
+ "Job Details": [
595
+ "Job Details"
584
596
  ],
585
- "Alphabetical": [
586
- "Alphabetisch"
597
+ "Job Invocation": [
598
+ "Job-Aufruf"
587
599
  ],
588
- "Randomized": [
589
- "Zufällig"
600
+ "Job Invocation Report Template": [
601
+ ""
590
602
  ],
591
- "Cannot resolve hosts without a user": [
592
- "Hosts können nicht ohne Benutzer aufgelöst werden"
603
+ "Job Invocations": [
604
+ "Job-Aufrufe"
593
605
  ],
594
- "Cannot resolve hosts without a bookmark or search query": [
595
- "Hosts können nicht ohne Lesezeichen oder Suchanfrage aufgelöst werden"
606
+ "Job Task": [
607
+ "Aufgaben des Jobs"
596
608
  ],
597
- "Must select a bookmark or enter a search query": [
598
- "Es muss ein Lesezeichen oder eine Suchanfrage ausgewählt werden"
609
+ "Job Templates": [
610
+ "Job-Vorlagen"
599
611
  ],
600
- "Input": [
601
- "Eingabe"
612
+ "Job cancelled by user": [
613
+ "Jobabbruch durch Benutzer"
602
614
  ],
603
- "Not all required inputs have values. Missing inputs: %s": [
604
- "Nicht alle erforderlichen Eingaben haben Werte. Fehlende Eingaben: %s"
615
+ "Job category": [
616
+ "Job-Kategorie"
605
617
  ],
606
- "Internal proxy selector can only be used if Katello is enabled": [
607
- "Der interne Proxy-Selektor kann nur verwendet werden, wenn Katello aktiviert ist"
618
+ "Job execution failed": [
619
+ "Jobausführung fehlgeschlagen"
608
620
  ],
609
- "default_capsule method missing from SmartProxy": [
610
- "default_capsule-Methode fehlt in SmartProxy"
621
+ "Job finished with error": [
622
+ "Job abgeschlossen mit Fehler"
611
623
  ],
612
- "Can't find Job Invocation for an id %s": [
624
+ "Job invocation": [
625
+ "Job-Aufrufe "
626
+ ],
627
+ "Job invocations": [
628
+ "Job-Aufrufe "
629
+ ],
630
+ "Job invocations detail": [
613
631
  ""
614
632
  ],
615
- "Latest Jobs": [
633
+ "Job result": [
616
634
  ""
617
635
  ],
618
- "Name": [
619
- "Name"
620
- ],
621
- "State": [
622
- "Status"
623
- ],
624
- "Started": [
625
- "Gestartet"
626
- ],
627
- "No jobs available": [
628
- ""
636
+ "Job template": [
637
+ "Job-Vorlage "
629
638
  ],
630
- "Results": [
631
- "Ergebnisse"
639
+ "Job template ID to be used for the feature": [
640
+ "Zukünftig zu verwendende ID der Job-Vorlage"
632
641
  ],
633
- "Schedule": [
634
- "Plan"
642
+ "Job template imported successfully.": [
643
+ "Job-Vorlage erfolgreich importiert"
635
644
  ],
636
- "Concurrency level limited to": [
637
- "Gleichzeitigkeitsstufe begrenzt auf"
645
+ "Job templates": [
646
+ "Job-Vorlagen"
638
647
  ],
639
- "tasks at a time": [
640
- "Aufgaben gleichzeitig"
648
+ "JobTemplate|Locked": [
649
+ "Gesperrt"
641
650
  ],
642
- "Scheduled to start before": [
643
- "Geplanter Start vor"
651
+ "JobTemplate|Name": [
652
+ "JobVorlage|Name"
644
653
  ],
645
- "Scheduled to start at": [
646
- "Geplanter Start um"
654
+ "JobTemplate|Snippet": [
655
+ "Snippet"
647
656
  ],
648
- "Timeout to kill after": [
649
- "Timeout, um danach den kill-Befehl danach"
657
+ "Jobs": [
658
+ "Jobs"
650
659
  ],
651
- "seconds": [
652
- "Sekunden"
660
+ "Key passhprase is only applicable for SSH provider. Other providers ignore this field. <br> Passphrase is stored encrypted in DB until the job finishes. For future or recurring executions, it is removed after the last execution.": [
661
+ "Key passhprase gilt nur für SSH-Anbieter. Andere Anbieter ignorieren dieses Feld. <br> Die Passphrase wird verschlüsselt in der DB gespeichert, bis der Job abgeschlossen ist. Bei zukünftigen oder wiederkehrenden Ausführungen wird sie nach der letzten Ausführung entfernt."
653
662
  ],
654
- "Time to pickup": [
663
+ "Key passphrase is only applicable for SSH provider. Other providers ignore this field. Passphrase is stored encrypted in DB until the job finishes. For future or recurring executions, it is removed after the last execution.": [
655
664
  ""
656
665
  ],
657
- "Target hosts": [
658
- "Zielhosts"
659
- ],
660
- "Bookmark": [
661
- "Lesezeichen"
666
+ "Label": [
667
+ "Kennung"
662
668
  ],
663
- "Manual selection": [
664
- "Manuelle Auswahl"
669
+ "Last execution cancelled": [
670
+ "Letzte Ausführung abgebrochen"
665
671
  ],
666
- "using ": [
667
- "verwende"
672
+ "Last execution failed": [
673
+ "Letzte Ausführung fehlgeschlagen"
668
674
  ],
669
- "Execution order": [
670
- "Ausführungsreihenfolge"
675
+ "Last execution succeeded": [
676
+ "Letzte Ausführung erfolgreich"
671
677
  ],
672
- "Organization": [
673
- "Organisation"
678
+ "Latest Jobs": [
679
+ ""
674
680
  ],
675
- "Location": [
676
- "Standort"
681
+ "Learn more about this in the documentation.": [
682
+ "Mehr dazu in der Dokumentation."
677
683
  ],
678
- "SSH User": [
679
- "SSH Benutzer"
684
+ "List available remote execution features for a host": [
685
+ ""
680
686
  ],
681
- "Evaluated at:": [
682
- "Evaluiert an:"
687
+ "List foreign input sets": [
688
+ "Fremdeingabe-Sätze auflisten"
683
689
  ],
684
- "User Inputs": [
685
- "Benutzereingaben"
690
+ "List job invocations": [
691
+ "Job-Aufrufe auflisten"
686
692
  ],
687
- "Description": [
688
- "Beschreibung"
693
+ "List job templates": [
694
+ "Job-Vorlagen auflisten"
689
695
  ],
690
- "Job template": [
691
- "Job-Vorlage "
696
+ "List job templates per location": [
697
+ "Job-Vorlagen pro Standort auflisten"
692
698
  ],
693
- "Resolves to": [
694
- "Wird aufgelöst zu"
699
+ "List job templates per organization": [
700
+ "Job-Vorlagen pro Organisation auflisten"
695
701
  ],
696
- "hosts": [
697
- "Hosts"
702
+ "List of proxy IDs to be used for remote execution": [
703
+ "Liste der Proxy-IDs die für Remote-Ausführung benutzt werden können."
698
704
  ],
699
- "Refresh": [
700
- "Aktualisieren"
705
+ "List remote execution features": [
706
+ "Entfernte Ausführungsfunktionen auflisten"
701
707
  ],
702
- "Preview": [
703
- "Vorschau"
708
+ "List template invocations belonging to job invocation": [
709
+ "Lasse dir die Template-Invocations ausgeben die zu einer Job-Invocation gehören"
704
710
  ],
705
- "Display advanced fields": [
706
- "Erweiterte Felder einblenden"
711
+ "Location": [
712
+ "Standort"
707
713
  ],
708
- "Hide advanced fields": [
709
- "Erweiterte Felder ausblenden"
714
+ "Manual selection": [
715
+ "Manuelle Auswahl"
710
716
  ],
711
- "SSH user": [
717
+ "Minute can only be a number between 0-59": [
712
718
  ""
713
719
  ],
714
- "A user to be used for SSH.": [
720
+ "Missing the required permissions: ${missingPermissions.join( ', ' )}": [
715
721
  ""
716
722
  ],
717
- "Effective user": [
718
- "Effektiver Benutzer"
719
- ],
720
- "A user to be used for executing the script. If it differs from the SSH user, su or sudo is used to switch the accounts.": [
721
- "Ein Benutzer, der für die Ausführung des Skripts verwendet werden soll. Wenn dieser sich vom SSH-Benutzer unterscheidet, kann mittels su oder sudo der Account gewechselt werden."
723
+ "Monthly": [
724
+ "Monatlich"
722
725
  ],
723
- "Timeout to kill": [
724
- "Timeout zum kill-Befehl"
726
+ "Must select a bookmark or enter a search query": [
727
+ "Es muss ein Lesezeichen oder eine Suchanfrage ausgewählt werden"
725
728
  ],
726
- "Time in seconds from the start on the remote host after which the job should be killed.": [
727
- "Zeit in Sekunden ab dem Start auf dem Remote-Host, nach der der Job beendet werden soll."
729
+ "N/A": [
730
+ "k.A."
728
731
  ],
729
- "Interval in seconds, if the job is not picked up by a client within this interval it will be cancelled.": [
730
- ""
732
+ "Name": [
733
+ "Name"
731
734
  ],
732
- "Password": [
733
- "Passwort"
735
+ "Never": [
736
+ "Niemals"
734
737
  ],
735
- "Password is stored encrypted in DB until the job finishes. For future or recurring executions, it is removed after the last execution.": [
736
- "Das Passwort wird verschlüsselt in der DB gespeichert, bis der Job abgeschlossen ist. Bei zukünftigen oder wiederkehrenden Ausführungen wird sie nach der letzten Ausführung entfernt."
738
+ "New Job Template": [
739
+ "Neue Job-Vorlage"
737
740
  ],
738
- "Private key passphrase": [
739
- "Privat-Key Kennwort"
741
+ "New UI": [
742
+ ""
740
743
  ],
741
- "Key passhprase is only applicable for SSH provider. Other providers ignore this field. <br> Passphrase is stored encrypted in DB until the job finishes. For future or recurring executions, it is removed after the last execution.": [
742
- "Key passhprase gilt nur für SSH-Anbieter. Andere Anbieter ignorieren dieses Feld. <br> Die Passphrase wird verschlüsselt in der DB gespeichert, bis der Job abgeschlossen ist. Bei zukünftigen oder wiederkehrenden Ausführungen wird sie nach der letzten Ausführung entfernt."
744
+ "Next": [
745
+ ""
743
746
  ],
744
- "Effective user password": [
745
- "Effektives Benutzerpasswort"
747
+ "No (override)": [
748
+ "Nein (Überschreiben)"
746
749
  ],
747
- "Effective user password is only applicable for SSH provider. Other providers ignore this field. <br> Password is stored encrypted in DB until the job finishes. For future or recurring executions, it is removed after the last execution.": [
748
- "Das gültige Benutzerkennwort gilt nur für den SSH-Anbieter. Andere Anbieter ignorieren dieses Feld. <br> Das Passwort wird verschlüsselt in der DB gespeichert, bis der Job abgeschlossen ist. Bei zukünftigen oder wiederkehrenden Ausführungen wird sie nach der letzten Ausführung entfernt."
750
+ "No Target Hosts": [
751
+ ""
749
752
  ],
750
- "Concurrency level": [
751
- "Parallelitätsebene"
753
+ "No hosts found.": [
754
+ "Keine Hosts gefunden"
752
755
  ],
753
- "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.": [
754
- "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."
756
+ "No jobs available": [
757
+ ""
755
758
  ],
756
- "Execution ordering": [
757
- "Ausführungsorder"
759
+ "No results found": [
760
+ "Keine Ergebnisse gefunden"
758
761
  ],
759
- "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>": [
760
- "Die Ausführungsreihenfolge legt fest, ob die Jobs auf Hosts in alphabetischer Reihenfolge oder in zufälliger Reihenfolge ausgeführt werden sollen. <br><ul><li><b>Ordered </b>- führt die Jobs auf Hosts in alphabetischer Reihenfolge aus </li><li><b>Randomized </b>- randomisiert die Reihenfolge, in der Jobs auf Hosts ausgeführt werden </li></ul>"
762
+ "No template mapped to feature %{feature_name}": [
763
+ "Der Funktion %{feature_name} wurde keine Vorlage zugewiesen"
761
764
  ],
762
- "Type of query": [
763
- "Anfragetyp"
765
+ "Not all required inputs have values. Missing inputs: %s": [
766
+ "Nicht alle erforderlichen Eingaben haben Werte. Fehlende Eingaben: %s"
764
767
  ],
765
- "Type has impact on when is the query evaluated to hosts.<br><ul><li><b>Static</b> - evaluates just after you submit this form</li><li><b>Dynamic</b> - evaluates just before the execution is started, so if it's planned in future, targeted hosts set may change before it</li></ul>": [
768
+ "Not available": [
766
769
  ""
767
770
  ],
768
- "The final host list may change because the selected query is dynamic. It will be rerun during execution.": [
769
- "Die endgültige Hostliste kann sich ändern, da die ausgewählte Anfrage dynamisch ist. Sie wird während der Ausführung wiederholt."
771
+ "Not yet": [
772
+ ""
770
773
  ],
771
- "...and %{count} more": [
772
- "",
774
+ "Now": [
773
775
  ""
774
776
  ],
775
- "No hosts found.": [
776
- "Keine Hosts gefunden"
777
+ "On": [
778
+ "Am"
777
779
  ],
778
- "Close": [
779
- "Schließen"
780
+ "Only one of feature or job_template_id can be specified": [
781
+ ""
780
782
  ],
781
- "Current organization %{org_c} is different from job's organization %{org_j}.": [
782
- "Die aktuelle Organisation %{org_c} unterscheidet sich von der Organisation des Jobs %{org_j}."
783
+ "Opening job invocation form": [
784
+ ""
783
785
  ],
784
- "Current location %{loc_c} is different from job's location %{loc_j}.": [
785
- "Der aktuelle Standort %{loc_c} unterscheidet sich vom Standort des Jobs %{loc_j}."
786
+ "Organization": [
787
+ "Organisation"
786
788
  ],
787
- "The dynamic query '%{query}' was not resolved yet. The list of hosts to which it would resolve now can be seen %{here}.": [
788
- "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."
789
+ "Override the description format from the template for this invocation only": [
790
+ "Beschreibungsformat der Vorlage nur für diesen Aufruf außer Kraft setzen "
789
791
  ],
790
- "here": [
791
- "hier"
792
+ "Override the global time to pickup interval for this invocation only": [
793
+ ""
792
794
  ],
793
- "effective user": [
794
- "Effektiver Benutzer"
795
+ "Override the timeout interval from the template for this invocation only": [
796
+ "Überschreibe das Timeout-Intervall des Templates / Musters nur für diese Invokation / diesen Aufruf"
795
797
  ],
796
- "Total hosts": [
797
- "Hosts gesamt"
798
+ "Overview": [
799
+ "Überblick"
798
800
  ],
799
- "Hosts gone missing": [
800
- "Host verschwunden"
801
+ "Overwrite": [
802
+ "Überschreiben"
801
803
  ],
802
- "This can happen if the host is removed or moved to another organization or location after the job was started": [
803
- "Dies kann passieren, wenn der Host entfernt oder in eine andere Organisation oder an einen anderen Standort verschoben wird, nachdem der Job gestartet wurde"
804
+ "Overwrite template if it already exists": [
805
+ "Vorlage überschreiben, falls bereits vorhanden"
804
806
  ],
805
- "Providers and templates": [
806
- "Anbieter und Vorlagen"
807
+ "Password": [
808
+ "Passwort"
807
809
  ],
808
- "User input": [
809
- "Benutzereingabe"
810
+ "Password is stored encrypted in DB until the job finishes. For future or recurring executions, it is removed after the last execution.": [
811
+ "Das Passwort wird verschlüsselt in der DB gespeichert, bis der Job abgeschlossen ist. Bei zukünftigen oder wiederkehrenden Ausführungen wird sie nach der letzten Ausführung entfernt."
810
812
  ],
811
- "Value": [
812
- "Wert"
813
+ "Pending": [
814
+ "Ausstehend"
813
815
  ],
814
- "Search Query": [
815
- "Suchanfrage"
816
+ "Perform a single Puppet run": [
817
+ "Führe einen einzelnen Puppet-Lauf aus"
816
818
  ],
817
- "Status": [
818
- "Status"
819
+ "Perform no more executions after this time": [
820
+ "Danach nicht mehr ausführen"
819
821
  ],
820
- "Succeeded": [
821
- "Erfolgreich"
822
+ "Permission Denied": [
823
+ ""
822
824
  ],
823
- "Start": [
824
- "Start"
825
+ "Please enter a search query": [
826
+ ""
825
827
  ],
826
- "Job invocation": [
827
- "Job-Aufrufe "
828
+ "Please go back to \\\\\\\"Schedule\\\\\\\" - \\\\\\\"Future execution\\\\\\\" step to fix the error": [
829
+ ""
828
830
  ],
829
- "Use new job wizard": [
831
+ "Please refine your search.": [
830
832
  ""
831
833
  ],
832
- "Overview": [
833
- "Überblick"
834
+ "Please request the required permissions listed below from a Foreman administrator:": [
835
+ ""
834
836
  ],
835
- "Preview templates": [
836
- "Vorlagen-Vorschau betrachten"
837
+ "Please select at least one host": [
838
+ ""
837
839
  ],
838
- "Recurring logic": [
839
- "Wiederholungslogik"
840
+ "Please select at least one host collection": [
841
+ ""
840
842
  ],
841
- "Job Invocations": [
842
- "Job-Aufrufe"
843
+ "Please select at least one host group": [
844
+ ""
843
845
  ],
844
- "Foreman can run arbitrary commands on remote hosts using different providers, such as SSH or Ansible. Communication goes through the Smart Proxy so Foreman does not have to have direct access to the target hosts and can scale to control many hosts.": [
845
- "Foreman kann beliebige Befehle auf entfernten Hosts mit verschiedenen Anbietern wie SSH oder Ansible ausführen. Die Kommunikation läuft über den Smart Proxy, sodass Foreman keinen direkten Zugriff auf die Zielhosts haben muss und skalieren kann, um viele Hosts zu steuern."
846
+ "Port to use for SSH communication. Default port 22. You may override per host by setting a parameter called remote_execution_ssh_port.": [
847
+ "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."
846
848
  ],
847
- "Learn more about this in the documentation.": [
848
- "Mehr dazu in der Dokumentation."
849
+ "Prefer IPv6 over IPv4": [
850
+ ""
849
851
  ],
850
- "Job": [
851
- "Job"
852
+ "Preview": [
853
+ "Vorschau"
852
854
  ],
853
- "Type": [
854
- "Typ"
855
+ "Preview Hosts": [
856
+ ""
855
857
  ],
856
- "Add Foreign Input Set": [
857
- "Fremdeingabe-Satz hinzufügen"
858
+ "Preview job description": [
859
+ ""
858
860
  ],
859
- "add an input set for this template to reference a different template inputs": [
860
- "Eingabe-Satz für diese Vorlage hinzufügen, um auf andere Vorlage-Eingaben zu verweisen"
861
+ "Preview templates": [
862
+ "Vorlagen-Vorschau betrachten"
861
863
  ],
862
- "Snippet": [
863
- "Snippet"
864
+ "Private key passphrase": [
865
+ "Privat-Key Kennwort"
864
866
  ],
865
- "Select an ERB file to upload in order to import a job template. The template must contain metadata in the first ERB comment.": [
866
- "ERB-Datei zum Hochladen auswählen, um Job-Vorlage zu importieren. Die Vorlage muss Metadaten im ersten ERB Kommentar enthalten."
867
+ "Problem with previewing the template: %{error}. Note that you must save template input changes before you try to preview it.": [
868
+ "Problem bei Vorlagen-Vorschau: %{error}. Beachten Sie, dass Sie die Änderungen an der Vorlageneingabe speichern müssen, bevor eine Vorschau angezeigt werden kann."
867
869
  ],
868
- "Overwrite": [
869
- "Überschreiben"
870
+ "Proceed Anyway": [
871
+ ""
870
872
  ],
871
- "Whether to overwrite the template if it already exists": [
872
- "Ob Vorlage überschrieben werden soll, wenn sie bereits existiert"
873
+ "Provider type": [
874
+ "Providertyp"
873
875
  ],
874
- "Job Templates": [
875
- "Job-Vorlagen"
876
+ "Providers and templates": [
877
+ "Anbieter und Vorlagen"
876
878
  ],
877
- "Edit %s": [
878
- "%s bearbeiten"
879
+ "Proxies": [
880
+ "Proxys"
879
881
  ],
880
- "Edit Job Template": [
881
- "Job-Vorlage bearbeiten"
882
+ "Purpose": [
883
+ ""
882
884
  ],
883
- "Import": [
884
- "Import"
885
+ "Query type": [
886
+ ""
885
887
  ],
886
- "New Job Template": [
887
- "Neue Job-Vorlage"
888
+ "REX job has failed - %s": [
889
+ ""
888
890
  ],
889
- "JobTemplate|Name": [
890
- "JobVorlage|Name"
891
+ "REX job has finished - %s": [
892
+ ""
891
893
  ],
892
- "JobTemplate|Snippet": [
893
- "Snippet"
894
+ "REX job has succeeded - %s": [
895
+ ""
894
896
  ],
895
- "JobTemplate|Locked": [
896
- "Gesperrt"
897
+ "REX pull mode": [
898
+ ""
897
899
  ],
898
- "Actions": [
899
- "Aktionen"
900
+ "Randomized": [
901
+ "Zufällig"
900
902
  ],
901
- "This template is locked for editing.": [
902
- "Diese Vorlage ist schreibgeschützt."
903
+ "Recent jobs": [
904
+ ""
903
905
  ],
904
- "The execution interface is used for remote execution": [
905
- "Die Ausführungsschnittstelle wird für entfernte Ausführung verwendet"
906
+ "Recurrence": [
907
+ ""
906
908
  ],
907
- "Remote execution": [
908
- "Entfernte Ausführung"
909
+ "Recurring execution": [
910
+ ""
909
911
  ],
910
- "Remote Execution": [
911
- "Entfernte Ausführung"
912
+ "Recurring logic": [
913
+ "Wiederholungslogik"
912
914
  ],
913
- "Proxies": [
914
- "Proxys"
915
+ "Recursive rendering of templates detected": [
916
+ "Rekursives Rendern von Vorlagen festgestellt"
915
917
  ],
916
- "Select as many remote execution proxies as applicable for this subnet. When multiple proxies with the same provider are added, actions will be load balanced among them.": [
917
- "Wählen Sie so viele Proxys für entfernte Ausführung aus, wie es für dieses Subnetz zutreffend ist. Wenn mehrere Proxys mit demselben Provider hinzugefügt werden, dann wird die Auslastung unter diesen ausgeglichen."
918
+ "Refresh": [
919
+ "Aktualisieren"
918
920
  ],
919
- "You are not allowed to see the currently assigned template. Saving the form now would unassign the template.": [
920
- "Sie haben nicht die Genehmigung, die aktuell zugewiesenen Vorlagen einzusehen. Wenn Sie das Formular jetzt speichern, wird die Zuweisung der Vorlage aufgehoben."
921
+ "Remote Execution": [
922
+ "Entfernte Ausführung"
921
923
  ],
922
924
  "Remote Execution Features": [
923
925
  "Entfernte Ausführungsfunktionen "
924
926
  ],
925
- "Label": [
926
- "Kennung"
927
- ],
928
- "Edit Remote Execution Feature": [
929
- "Entfernte Ausführungsfunktionen bearbeiten"
927
+ "Remote Execution Interface": [
928
+ "Remote-Ausführungsschnittstelle"
930
929
  ],
931
- "A job '%{job_name}' has %{status} at %{time}": [
932
- ""
930
+ "Remote action:": [
931
+ "Entfernte Aktion"
933
932
  ],
934
- "Job result": [
935
- ""
933
+ "Remote execution": [
934
+ "Entfernte Ausführung"
936
935
  ],
937
- "Failed hosts": [
938
- ""
936
+ "Remote execution feature label that should be triggered, job template assigned to this feature will be used": [
937
+ "Label der Remote-Ausführungsfunktion, die ausgelöst werden soll, die dieser Funktion zugewiesene Jobvorlage wird verwendet"
939
938
  ],
940
- "See more details at %s": [
939
+ "Remote execution job": [
941
940
  ""
942
941
  ],
943
- "Foreign input set": [
944
- "Fremdeingabe-Satz"
945
- ],
946
- "remove template input set": [
947
- "Vorlageneingabe-Satz entfernen"
942
+ "Repeat a maximum of N times": [
943
+ "Maximal n-mal wiederholen"
948
944
  ],
949
- "A comma separated list of input names to be excluded from the foreign template.": [
950
- "Kommagetrennte Liste von Eingabenamen, die aus der Fremdvorlage auszuschließen ist"
945
+ "Repeat amount can only be a positive number": [
946
+ ""
951
947
  ],
952
- "Template Invocation for %s": [
953
- "Vorlagen-Aufruf für %s"
948
+ "Repeats": [
949
+ "Wiederholungen "
954
950
  ],
955
- "Back to Job": [
956
- "Zurück zum Job"
951
+ "Rerun": [
952
+ "Erneut ausführen"
957
953
  ],
958
- "Toggle command": [
959
- "Umschalt-Befehl"
954
+ "Rerun failed": [
955
+ "Erneutes Ausführen fehlgeschlagen"
960
956
  ],
961
- "Toggle STDERR": [
962
- "Umschalt STDERR"
957
+ "Rerun job on failed hosts": [
958
+ "Erneut ausführen auf fehlgeschlagenen Hosts"
963
959
  ],
964
- "Toggle STDOUT": [
965
- "Umschalt STDOUT"
960
+ "Rerun on %s": [
961
+ "Erneut ausführen auf %s"
966
962
  ],
967
- "Toggle DEBUG": [
968
- "Umschalt DEBUG"
963
+ "Rerun on failed hosts": [
964
+ "Erneut ausführen auf fehlgeschlagenen Hosts"
969
965
  ],
970
- "Target: ": [
971
- "Ziel:"
966
+ "Rerun the job": [
967
+ "Job erneut ausführen"
972
968
  ],
973
- "using Smart Proxy": [
974
- ""
969
+ "Reset to default": [
970
+ "Rücksetzen auf Standardeinstellungen"
975
971
  ],
976
- "Scroll to bottom": [
977
- "Zum Ende scrollen"
972
+ "Resolves to": [
973
+ "Wird aufgelöst zu"
978
974
  ],
979
- "Scroll to top": [
980
- "Zum Anfang scrollen"
975
+ "Results": [
976
+ "Ergebnisse"
981
977
  ],
982
- "Could not display data for job invocation.": [
983
- "Daten für Jobaufruf konnten nicht angezeigt werden."
978
+ "Review details": [
979
+ "Bewertungsdetails"
984
980
  ],
985
- "Unsupported or no operating system found for this host.": [
986
- "Betriebssystem für diesen Host nicht unterstützt oder nicht gefunden."
981
+ "Run": [
982
+ "Ausführen"
987
983
  ],
988
- "A job '%{subject}' has finished successfully": [
989
- "Ein Job '%{subject}' wurde erfolgreich beendet"
984
+ "Run Job": [
985
+ "Job ausführen"
990
986
  ],
991
- "Job Details": [
992
- "Job Details"
987
+ "Run Puppet Once": [
988
+ "Puppet einmal ausführen"
993
989
  ],
994
- "A job '%{subject}' has failed": [
990
+ "Run Script": [
995
991
  ""
996
992
  ],
997
- "Remote execution job": [
993
+ "Run a script": [
998
994
  ""
999
995
  ],
1000
- "A notification when a job finishes": [
1001
- ""
996
+ "Run at most N tasks at a time": [
997
+ "Höchstens n Aufgaben gleichzeitig ausführen"
1002
998
  ],
1003
- "Unable to create mail notification: %s": [
1004
- "Unable to create mail notification: %s"
999
+ "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.": [
1000
+ "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."
1005
1001
  ],
1006
- "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": [
1007
- "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."
1002
+ "Run job": [
1003
+ "Job ausführen"
1008
1004
  ],
1009
- "Fallback to Any Proxy": [
1010
- "Fallback auf einen beliebigen Proxy"
1005
+ "Run on selected hosts": [
1006
+ ""
1011
1007
  ],
1012
- "Search for remote execution proxy outside of the proxies assigned to the host. The search will be limited to the host's organization and location.": [
1013
- "Suchen Sie nach einem Remote-Ausführungsproxy außerhalb der dem Host zugewiesenen Proxys. Die Suche wird auf die Organisation und den Standort des Hosts beschränkt."
1008
+ "Running": [
1009
+ "Läuft"
1014
1010
  ],
1015
- "Enable Global Proxy": [
1016
- "Globalen Proxy aktivieren"
1011
+ "SSH Port": [
1012
+ "SSH Port"
1017
1013
  ],
1018
- "Default user to use for SSH. You may override per host by setting a parameter called remote_execution_ssh_user.": [
1019
- "Standardbenutzer für SSH. Kann für jeden Host einzeln überschrieben werden, indem Sie ein Parameter namens remote_execution_ssh_user bestimmen."
1014
+ "SSH User": [
1015
+ "SSH Benutzer"
1020
1016
  ],
1021
- "Default user to use for executing the script. If the user differs from the SSH user, su or sudo is used to switch the user.": [
1022
- "Standardbenutzer, der für die Ausführung des Skripts verwendet werden soll. Wenn dieser sich vom SSH-Benutzer unterscheidet, kann mittels su oder sudo der Benutzer gewechselt werden."
1017
+ "SSH provider specific options": [
1018
+ "Besondere Optionen des SSH-Anbieters"
1023
1019
  ],
1024
- "Effective User": [
1025
- "Effektiver Benutzer"
1020
+ "SSH user": [
1021
+ ""
1026
1022
  ],
1027
- "What command should be used to switch to the effective user. One of %s": [
1028
- "Welcher Befehl für den Wechsel zum effektiven Benutzer verwendet werden soll. Einer von %s"
1023
+ "SSH user:": [
1024
+ ""
1029
1025
  ],
1030
- "Effective User Method": [
1031
- "Effektive Benutzermethode"
1026
+ "Schedule": [
1027
+ "Plan"
1032
1028
  ],
1033
- "Whether we should sync templates from disk when running db:seed.": [
1034
- "Ob Vorlagen von der Festplatte synchronisiert werden sollten, wenn db:seed ausgeführt wird."
1029
+ "Schedule Remote Job": [
1030
+ "Geplante Remote-Jobs"
1035
1031
  ],
1036
- "Sync Job Templates": [
1037
- "Synchronisations Job-Vorlage"
1032
+ "Schedule a job": [
1033
+ ""
1038
1034
  ],
1039
- "Port to use for SSH communication. Default port 22. You may override per host by setting a parameter called remote_execution_ssh_port.": [
1040
- "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."
1035
+ "Schedule the job for a future time": [
1036
+ "Job zu einem zukünftigen Zeitpunkt starten lassen"
1041
1037
  ],
1042
- "SSH Port": [
1043
- "SSH Port"
1038
+ "Schedule the job to start at a later time": [
1039
+ "Job zu einer späteren Zeit starten lassen"
1044
1040
  ],
1045
- "Should the ip addresses on host interfaces be preferred over the fqdn? It is useful when DNS not resolving the fqdns properly. You may override this per host by setting a parameter called remote_execution_connect_by_ip. For dual-stacked hosts you should consider the remote_execution_connect_by_ip_prefer_ipv6 setting": [
1041
+ "Schedule type": [
1046
1042
  ""
1047
1043
  ],
1048
- "Connect by IP": [
1049
- "Verbindung über IP"
1044
+ "Scheduled": [
1045
+ "Geplant"
1050
1046
  ],
1051
- "When connecting using ip address, should the IPv6 addresses be preferred? If no IPv6 address is set, it falls back to IPv4 automatically. You may override this per host by setting a parameter called remote_execution_connect_by_ip_prefer_ipv6. By default and for compatibility, IPv4 will be preferred over IPv6 by default": [
1047
+ "Scheduled at:": [
1052
1048
  ""
1053
1049
  ],
1054
- "Prefer IPv6 over IPv4": [
1055
- ""
1050
+ "Scheduled to start at": [
1051
+ "Geplanter Start um"
1056
1052
  ],
1057
- "Default password to use for SSH. You may override per host by setting a parameter called remote_execution_ssh_password": [
1058
- "Standardkennwort für SSH. Sie können pro Host überschreiben, indem Sie einen Parameter namens remote_execution_ssh_password setzen"
1053
+ "Scheduled to start before": [
1054
+ "Geplanter Start vor"
1059
1055
  ],
1060
- "Default SSH password": [
1061
- "Standard SSH Passwort"
1056
+ "Scheduled: ${totalHosts} hosts": [
1057
+ ""
1062
1058
  ],
1063
- "Default key passphrase to use for SSH. You may override per host by setting a parameter called remote_execution_ssh_key_passphrase": [
1064
- "Für SSH zu verwendende Standardschlüssel-Passphrase. Sie können pro Host überschreiben, indem Sie einen Parameter namens remote_execution_ssh_key_passphrase setzen"
1059
+ "Script": [
1060
+ "Skript"
1065
1061
  ],
1066
- "Default SSH key passphrase": [
1067
- "Standard SSH-Key Kennwort"
1062
+ "Scroll to bottom": [
1063
+ "Zum Ende scrollen"
1068
1064
  ],
1069
- "Amount of workers in the pool to handle the execution of the remote execution jobs. Restart of the dynflowd/foreman-tasks service is required.": [
1070
- "Anzahl der Worker im Pool, die die Ausführung der Remote-Ausführungsjobs verarbeiten. Neustart des Dienstes dynflowd/foreman-tasks ist erforderlich."
1065
+ "Scroll to top": [
1066
+ "Zum Anfang scrollen"
1071
1067
  ],
1072
- "Workers pool size": [
1073
- "Größe des Arbeiterpools"
1068
+ "Search Query": [
1069
+ "Suchanfrage"
1074
1070
  ],
1075
- "When enabled, working directories will be removed after task completion. You may override this per host by setting a parameter called remote_execution_cleanup_working_dirs.": [
1076
- "Wenn diese Option aktiviert ist, werden Arbeitsverzeichnisse nach Abschluss der Aufgabe entfernt. Sie können dies pro Host überschreiben, indem Sie einen Parameter namens remote_execution_cleanup_working_dirs setzen."
1071
+ "Search for remote execution proxy outside of the proxies assigned to the host. The search will be limited to the host's organization and location.": [
1072
+ "Suchen Sie nach einem Remote-Ausführungsproxy außerhalb der dem Host zugewiesenen Proxys. Die Suche wird auf die Organisation und den Standort des Hosts beschränkt."
1077
1073
  ],
1078
- "Cleanup working directories": [
1079
- "Arbeitsverzeichnisse bereinigen"
1074
+ "Search query": [
1075
+ "Suchanfrage"
1080
1076
  ],
1081
- "Where to find the Cockpit instance for the Web Console button. By default, no button is shown.": [
1082
- "Wo man die Cockpit-Instanz für die Schaltfläche Web Console findet. Standardmäßig wird keine Schaltfläche angezeigt."
1077
+ "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": [
1078
+ "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."
1083
1079
  ],
1084
- "Cockpit URL": [
1085
- "Cockpit-URL"
1080
+ "See more details at %s": [
1081
+ ""
1086
1082
  ],
1087
- "Choose a job template that is pre-selected in job invocation form": [
1088
- "Wählen Sie eine Jobvorlage, die im Jobaufrufformular vorausgewählt ist"
1083
+ "See the last task details": [
1084
+ "Ansicht der letzten Aufgabendetails"
1089
1085
  ],
1090
- "Form Job Template": [
1091
- "Formularauftragsvorlage"
1086
+ "See the task details": [
1087
+ "Ansicht der Aufgabendetails"
1092
1088
  ],
1093
1089
  "Select a report template used for generating a report for a particular remote execution job": [
1094
1090
  ""
1095
1091
  ],
1096
- "Job Invocation Report Template": [
1097
- ""
1098
- ],
1099
- "Time in seconds within which the host has to pick up a job. If the job is not picked up within this limit, the job will be cancelled. Defaults to 1 day. Applies only to pull-mqtt based jobs.": [
1100
- ""
1092
+ "Select an ERB file to upload in order to import a job template. The template must contain metadata in the first ERB comment.": [
1093
+ "ERB-Datei zum Hochladen auswählen, um Job-Vorlage zu importieren. Die Vorlage muss Metadaten im ersten ERB Kommentar enthalten."
1101
1094
  ],
1102
- "Job templates": [
1103
- "Job-Vorlagen"
1095
+ "Select as many remote execution proxies as applicable for this subnet. When multiple proxies with the same provider are added, actions will be load balanced among them.": [
1096
+ "Wählen Sie so viele Proxys für entfernte Ausführung aus, wie es für dieses Subnetz zutreffend ist. Wenn mehrere Proxys mit demselben Provider hinzugefügt werden, dann wird die Auslastung unter diesen ausgeglichen."
1104
1097
  ],
1105
- "Job invocations detail": [
1098
+ "Select the type of execution": [
1106
1099
  ""
1107
1100
  ],
1108
- "Run Puppet Once": [
1109
- "Puppet einmal ausführen"
1110
- ],
1111
- "Perform a single Puppet run": [
1112
- "Führe einen einzelnen Puppet-Lauf aus"
1113
- ],
1114
- "Run Script": [
1101
+ "Set 'host_registration_remote_execution_pull' parameter for the host. If it is set to true, pull provider client will be deployed on the host": [
1115
1102
  ""
1116
1103
  ],
1117
- "Run a script": [
1104
+ "Set SSH key passphrase": [
1118
1105
  ""
1119
1106
  ],
1120
- "Not yet": [
1107
+ "Set SSH password": [
1121
1108
  ""
1122
1109
  ],
1123
- "Effective user:": [
1110
+ "Set SSH user": [
1124
1111
  ""
1125
1112
  ],
1126
- "Started at:": [
1113
+ "Set password for effective user (using sudo-like mechanisms)": [
1127
1114
  ""
1128
1115
  ],
1129
- "SSH user:": [
1116
+ "Setup remote execution pull mode. If set to `Yes`, pull provider client will be deployed on the registered host. The inherited value is based on the `host_registration_remote_execution_pull` parameter. It can be inherited e.g. from host group, operating system, organization. When overridden, the selected value will be stored on host parameter level.": [
1130
1117
  ""
1131
1118
  ],
1132
- "Template:": [
1119
+ "Should the ip addresses on host interfaces be preferred over the fqdn? It is useful when DNS not resolving the fqdns properly. You may override this per host by setting a parameter called remote_execution_connect_by_ip. For dual-stacked hosts you should consider the remote_execution_connect_by_ip_prefer_ipv6 setting": [
1133
1120
  ""
1134
1121
  ],
1135
- "Submit": [
1122
+ "Should this interface be used for remote execution?": [
1123
+ "Soll diese Schnittstelle für die Remote-Ausführung verwendet werden?"
1124
+ ],
1125
+ "Show Job status for the hosts": [
1126
+ "Zeige Job status des Hosts"
1127
+ ],
1128
+ "Show all advanced fields": [
1136
1129
  ""
1137
1130
  ],
1138
- "Next": [
1131
+ "Show foreign input set details": [
1132
+ " Details zu Fremdeingabe-Satz anzeigen"
1133
+ ],
1134
+ "Show job invocation": [
1135
+ "Job-Aufrufe anzeigen"
1136
+ ],
1137
+ "Show job template details": [
1138
+ "Details der Job-Vorlage anzeigen"
1139
+ ],
1140
+ "Show remote execution feature": [
1141
+ "Entfernte Ausführungsfunktionen anzeigen"
1142
+ ],
1143
+ "Skip to review": [
1139
1144
  ""
1140
1145
  ],
1141
- "Back": [
1146
+ "Skip to review step": [
1142
1147
  ""
1143
1148
  ],
1149
+ "Snippet": [
1150
+ "Snippet"
1151
+ ],
1152
+ "Start": [
1153
+ "Start"
1154
+ ],
1144
1155
  "Start job": [
1145
1156
  ""
1146
1157
  ],
1147
- "Fill all required fields in all the steps": [
1158
+ "Started": [
1159
+ "Gestartet"
1160
+ ],
1161
+ "Started at:": [
1148
1162
  ""
1149
1163
  ],
1150
- "Run on selected hosts": [
1164
+ "Starts": [
1165
+ "Beginnt"
1166
+ ],
1167
+ "Starts Before": [
1151
1168
  ""
1152
1169
  ],
1153
- "Skip to review step": [
1170
+ "Starts at": [
1154
1171
  ""
1155
1172
  ],
1156
- "Fill all required fields in all the steps to start the job": [
1173
+ "Starts before": [
1174
+ ""
1175
+ ],
1176
+ "State": [
1177
+ "Status"
1178
+ ],
1179
+ "Static Query": [
1180
+ "Statische Anfrage"
1181
+ ],
1182
+ "Static query": [
1157
1183
  ""
1158
1184
  ],
1159
- "Skip to review": [
1185
+ "Status": [
1186
+ "Status"
1187
+ ],
1188
+ "Submit": [
1160
1189
  ""
1161
1190
  ],
1162
- "Cancel": [
1191
+ "Subscribe to all my jobs": [
1163
1192
  ""
1164
1193
  ],
1165
- "Does not repeat": [
1194
+ "Subscribe to my failed jobs": [
1166
1195
  ""
1167
1196
  ],
1168
- "Cronline": [
1197
+ "Subscribe to my succeeded jobs": [
1169
1198
  ""
1170
1199
  ],
1171
- "Monthly": [
1172
- "Monatlich"
1173
- ],
1174
- "Weekly": [
1175
- "Wöchentlich"
1176
- ],
1177
- "Daily": [
1178
- "Täglich"
1200
+ "Succeeded": [
1201
+ "Erfolgreich"
1179
1202
  ],
1180
- "Hourly": [
1203
+ "Succeeded:": [
1181
1204
  ""
1182
1205
  ],
1183
- "Immediate execution": [
1184
- ""
1206
+ "Success": [
1207
+ "Erfolg"
1185
1208
  ],
1186
- "Future execution": [
1209
+ "Switch to the new job invocation detail UI": [
1187
1210
  ""
1188
1211
  ],
1189
- "Recurring execution": [
1190
- ""
1212
+ "Sync Job Templates": [
1213
+ "Synchronisations Job-Vorlage"
1191
1214
  ],
1192
- "Category and template": [
1215
+ "System status": [
1193
1216
  ""
1194
1217
  ],
1195
- "Target hosts and inputs": [
1218
+ "Systems": [
1196
1219
  ""
1197
1220
  ],
1198
- "Advanced fields": [
1199
- "Erweiterte Felder"
1200
- ],
1201
- "Review details": [
1202
- "Bewertungsdetails"
1221
+ "Target hosts": [
1222
+ "Zielhosts"
1203
1223
  ],
1204
- "Type of execution": [
1224
+ "Target hosts and inputs": [
1205
1225
  ""
1206
1226
  ],
1207
- "Hosts": [
1208
- "Hosts"
1227
+ "Target template ID": [
1228
+ "Zielvorlage-ID"
1209
1229
  ],
1210
- "Host collections": [
1211
- ""
1230
+ "Target: ": [
1231
+ "Ziel:"
1212
1232
  ],
1213
- "Host groups": [
1214
- "Hostgruppen"
1233
+ "Task Details": [
1234
+ "Aufgabendetails"
1215
1235
  ],
1216
- "Search query": [
1217
- "Suchanfrage"
1236
+ "Task cancelled": [
1237
+ "Task abgebrochen"
1218
1238
  ],
1219
- "Run job": [
1220
- "Job ausführen"
1239
+ "Template ERB": [
1240
+ "Vorlage ERB"
1221
1241
  ],
1222
- "Use old form": [
1223
- ""
1242
+ "Template Invocation for %s": [
1243
+ "Vorlagen-Aufruf für %s"
1224
1244
  ],
1225
- "Current organization %s is different from job's organization %s. This job may run on different hosts than before.": [
1245
+ "Template failed with:": [
1226
1246
  ""
1227
1247
  ],
1228
- "Current location %s is different from job's location %s. This job may run on different hosts than before.": [
1229
- ""
1248
+ "Template name": [
1249
+ "Vorlagenname"
1230
1250
  ],
1231
- "You are not authorized to perform this action.": [
1232
- ""
1251
+ "Template version": [
1252
+ "Vorlagenversion"
1233
1253
  ],
1234
- "Please request the required permissions listed below from a Foreman administrator:": [
1235
- ""
1254
+ "Template with id '%{id}' was not found": [
1255
+ "Vorlage mit ID '%{id}' nicht gefunden"
1236
1256
  ],
1237
- "Permission Denied": [
1257
+ "Template:": [
1238
1258
  ""
1239
1259
  ],
1240
- "Proceed Anyway": [
1260
+ "Templates list failed with:": [
1241
1261
  ""
1242
1262
  ],
1243
- "'Starts before' date must in the future": [
1263
+ "The cron line supports extended cron line syntax. For details please refer to the ": [
1244
1264
  ""
1245
1265
  ],
1246
- "Please go back to \\\\\\\"Schedule\\\\\\\" - \\\\\\\"Future execution\\\\\\\" step to fix the error": [
1247
- ""
1266
+ "The dynamic query '%{query}' was not resolved yet. The list of hosts to which it would resolve now can be seen %{here}.": [
1267
+ "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."
1248
1268
  ],
1249
- "Use legacy form": [
1250
- ""
1269
+ "The execution interface is used for remote execution": [
1270
+ "Die Ausführungsschnittstelle wird für entfernte Ausführung verwendet"
1251
1271
  ],
1252
- "Edit job description template": [
1253
- ""
1272
+ "The final host list may change because the selected query is dynamic. It will be rerun during execution.": [
1273
+ "Die endgültige Hostliste kann sich ändern, da die ausgewählte Anfrage dynamisch ist. Sie wird während der Ausführung wiederholt."
1254
1274
  ],
1255
- "Preview job description": [
1256
- ""
1275
+ "The job cannot be aborted at the moment.": [
1276
+ "Die Aufgabe kann derzeit nicht abgebrochen werden."
1257
1277
  ],
1258
- "For example: 1, 2, 3, 4, 5...": [
1259
- ""
1278
+ "The job cannot be cancelled at the moment.": [
1279
+ "Die Aufgabe kann derzeit nicht abgebrochen werden."
1260
1280
  ],
1261
- "Interval in seconds, if the job is not picked up by a client within this interval it will be cancelled. Applies only to pull-mqtt based jobs": [
1262
- ""
1281
+ "The job could not be cancelled.": [
1282
+ "Job kann nicht abgebrochen werden"
1263
1283
  ],
1264
- "Key passphrase is only applicable for SSH provider. Other providers ignore this field. Passphrase is stored encrypted in DB until the job finishes. For future or recurring executions, it is removed after the last execution.": [
1265
- ""
1284
+ "The job template to use, parameter is required unless feature was specified": [
1285
+ "Das Job-Template zum Benutzen, der Parameter wird benötigt ausser das Feature wurde spezifiziert"
1266
1286
  ],
1267
- "Effective user password is only applicable for SSH provider. Other providers ignore this field. Password is stored encrypted in DB until the job finishes. For future or recurring executions, it is removed after the last execution.": [
1268
- ""
1287
+ "The only applicable proxy %{proxy_names} is down": [
1288
+ "Der einzige anwendbare Proxy %{proxy_names} ist ausgefallen",
1289
+ "Alle %{count} anwendbaren Proxys sind ausgefallen. %{proxy_names} ausprobiert"
1269
1290
  ],
1270
- "All fields are required.": [
1271
- "Alle Felder sind erforderlich."
1291
+ "The template %{template_name} mapped to feature %{feature_name} is not accessible by the user": [
1292
+ "Der Benutzer kann auf die Vorlage %{template_name}, die der Funktion %{feature_name} zugewiesen ist, nicht zugreifen"
1272
1293
  ],
1273
- "Not available": [
1294
+ "There are no available input fields for the selected template.": [
1274
1295
  ""
1275
1296
  ],
1276
- "Access denied": [
1277
- ""
1297
+ "There was an error while updating the status, try refreshing the page.": [
1298
+ "Beim Status-Update ist ein Fehler aufgetreten, versuchen Sie die Seite zu aktualisieren."
1278
1299
  ],
1279
- "Missing the required permissions: ${missingPermissions.join( ', ' )}": [
1280
- ""
1300
+ "This can happen if the host is removed or moved to another organization or location after the job was started": [
1301
+ "Dies kann passieren, wenn der Host entfernt oder in eine andere Organisation oder an einen anderen Standort verschoben wird, nachdem der Job gestartet wurde"
1281
1302
  ],
1282
- "Errors:": [
1283
- "Fehler:"
1303
+ "This template is locked for editing.": [
1304
+ "Diese Vorlage ist schreibgeschützt."
1284
1305
  ],
1285
- "Categories list failed with:": [
1286
- ""
1306
+ "This template is locked. Please clone it to a new template to customize.": [
1307
+ "Diese Vorlage ist gesperrt. Bitte klonen Sie sie zum Bearbeiten in eine neue Vorlage."
1287
1308
  ],
1288
- "Templates list failed with:": [
1289
- ""
1309
+ "This template is used to generate the description. Input values can be used using the syntax %{package}. You may also include the job category and template name using %{job_category} and %{template_name}.": [
1310
+ "Diese Vorlage wird für die Erstellung der Beschreibung verwendet. Eingabewerte können mittels Syntax %{package} verwendet werden. Sie können auch Job-Kategorie und Vorlagennamen über %{job_category} und %{template_name} einschließen."
1290
1311
  ],
1291
- "Template failed with:": [
1292
- ""
1312
+ "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}.": [
1313
+ "Diese Vorlage wird für die Erstellung der Beschreibung verwendet. <br/>Eingabewerte können mittels Syntax %{package} verwendet werden.<br/> Sie können auch Job-Kategorie und Vorlagennamen <br/>über %{job_category} und %{template_name} einschließen."
1293
1314
  ],
1294
- "Preview Hosts": [
1295
- ""
1315
+ "Time in seconds from the start on the remote host after which the job should be killed.": [
1316
+ "Zeit in Sekunden ab dem Start auf dem Remote-Host, nach der der Job beendet werden soll."
1296
1317
  ],
1297
- "...and %s more": [
1318
+ "Time in seconds within which the host has to pick up a job. If the job is not picked up within this limit, the job will be cancelled. Defaults to 1 day. Applies only to pull-mqtt based jobs.": [
1298
1319
  ""
1299
1320
  ],
1300
- "%s more": [
1321
+ "Time to pickup": [
1301
1322
  ""
1302
1323
  ],
1303
- "Clear all filters": [
1304
- ""
1324
+ "Timeout to kill": [
1325
+ "Timeout zum kill-Befehl"
1305
1326
  ],
1306
- "There are no available input fields for the selected template.": [
1307
- ""
1327
+ "Timeout to kill after": [
1328
+ "Timeout, um danach den kill-Befehl danach"
1308
1329
  ],
1309
- "Please select at least one host": [
1310
- ""
1330
+ "Toggle DEBUG": [
1331
+ "Umschalt DEBUG"
1311
1332
  ],
1312
- "Please enter a search query": [
1313
- ""
1333
+ "Toggle STDERR": [
1334
+ "Umschalt STDERR"
1314
1335
  ],
1315
- "Please select at least one host collection": [
1316
- ""
1336
+ "Toggle STDOUT": [
1337
+ "Umschalt STDOUT"
1317
1338
  ],
1318
- "Please select at least one host group": [
1319
- ""
1339
+ "Toggle command": [
1340
+ "Umschalt-Befehl"
1320
1341
  ],
1321
- "Filter by hosts": [
1322
- ""
1342
+ "Total hosts": [
1343
+ "Hosts gesamt"
1323
1344
  ],
1324
- "Filter by host collections": [
1325
- ""
1345
+ "Try to abort the job on a host without waiting for its result": [
1346
+ "Versuche den Job auf den Host abzubrechen ohne auf das Resultat zu warten"
1326
1347
  ],
1327
- "Filter by host groups": [
1328
- ""
1348
+ "Try to abort the job without waiting for the results from the remote hosts": [
1349
+ "Versuche den Job abzubrechen ohne auf das Resultat vom entfernten Host zu warten"
1329
1350
  ],
1330
- "Apply to": [
1331
- ""
1351
+ "Try to cancel the job": [
1352
+ "Versuche den Job abzubrechen"
1332
1353
  ],
1333
- "Never": [
1334
- "Niemals"
1354
+ "Try to cancel the job on a host": [
1355
+ "Versuche den Job auf einem Host abzubrechen"
1335
1356
  ],
1336
- "After %s occurences": [
1337
- ""
1357
+ "Trying to abort the job": [
1358
+ "Versuche Jobabbruch zu erzwingen"
1338
1359
  ],
1339
- "Every hour at minute %s": [
1340
- ""
1360
+ "Trying to cancel the job": [
1361
+ "Versuche den Job abzubrechen"
1341
1362
  ],
1342
- "Every day at %s": [
1343
- ""
1363
+ "Type": [
1364
+ "Typ"
1344
1365
  ],
1345
- "Every week on %s at %s": [
1366
+ "Type has impact on when is the query evaluated to hosts.": [
1346
1367
  ""
1347
1368
  ],
1348
- "Every month on %s at %s": [
1369
+ "Type has impact on when is the query evaluated to hosts.<br><ul><li><b>Static</b> - evaluates just after you submit this form</li><li><b>Dynamic</b> - evaluates just before the execution is started, so if it's planned in future, targeted hosts set may change before it</li></ul>": [
1349
1370
  ""
1350
1371
  ],
1351
- "Cron line": [
1352
- "Cron-Zeile"
1353
- ],
1354
- "No Target Hosts": [
1372
+ "Type of execution": [
1355
1373
  ""
1356
1374
  ],
1357
- "view host names": [
1358
- ""
1375
+ "Type of query": [
1376
+ "Anfragetyp"
1359
1377
  ],
1360
- "Hide all advanced fields": [
1361
- ""
1378
+ "Unable to create mail notification: %s": [
1379
+ "Unable to create mail notification: %s"
1362
1380
  ],
1363
- "Show all advanced fields": [
1364
- ""
1381
+ "Unable to fetch public key": [
1382
+ "Öffentlicher Schlüssel konnte nicht abgerufen werden"
1365
1383
  ],
1366
- "Schedule type": [
1367
- ""
1384
+ "Unable to remove host from known hosts": [
1385
+ "Host kann nicht von bekannten Hosts entfernt werden"
1368
1386
  ],
1369
- "Recurrence": [
1370
- ""
1387
+ "Unable to save template. Correct highlighted errors": [
1388
+ "Vorlage kann nicht gespeichert werden. Bitte korrigieren Sie die markierten Fehler"
1371
1389
  ],
1372
- "Starts at": [
1373
- ""
1390
+ "Unknown execution status": [
1391
+ "Unbekannter Ausführungsstatus"
1374
1392
  ],
1375
- "Starts Before": [
1376
- ""
1393
+ "Unknown input %{input_name} for template %{template_name}": [
1394
+ "Unbekannte Eingabe %{input_name} für Vorlage %{template_name}"
1377
1395
  ],
1378
- "Starts": [
1379
- "Beginnt"
1396
+ "Unknown remote execution feature %s": [
1397
+ "Unbekannte Funktion %s zur entfernten Ausführung"
1398
+ ],
1399
+ "Unsupported or no operating system found for this host.": [
1400
+ "Betriebssystem für diesen Host nicht unterstützt oder nicht gefunden."
1380
1401
  ],
1381
- "Now": [
1382
- ""
1402
+ "Update a foreign input set": [
1403
+ "Fremdeingabe-Satz aktualisieren"
1383
1404
  ],
1384
- "Repeats": [
1385
- "Wiederholungen "
1405
+ "Update a job template": [
1406
+ "Job-Vorlage aktualisieren"
1386
1407
  ],
1387
- "Ends": [
1388
- "Endet"
1408
+ "Use default description template": [
1409
+ "Standardbeschreibungsvorlage verwenden"
1389
1410
  ],
1390
- "Purpose": [
1411
+ "Use legacy form": [
1391
1412
  ""
1392
1413
  ],
1393
- "Static query": [
1414
+ "Use new job wizard": [
1394
1415
  ""
1395
1416
  ],
1396
- "Dynamic query": [
1417
+ "Use old form": [
1397
1418
  ""
1398
1419
  ],
1399
- "Description Template": [
1400
- ""
1420
+ "User Inputs": [
1421
+ "Benutzereingaben"
1401
1422
  ],
1402
- "A special label for tracking a recurring job. There can be only one active job with a given purpose at a time.": [
1403
- ""
1423
+ "User can not execute job on host %s": [
1424
+ "Benutzer kann den Job auf Host %s nicht ausführen"
1404
1425
  ],
1405
- "Query type": [
1426
+ "User can not execute job on infrastructure host %s": [
1406
1427
  ""
1407
1428
  ],
1408
- "Type has impact on when is the query evaluated to hosts.": [
1409
- ""
1429
+ "User can not execute this job template": [
1430
+ "Benutzer kann diese Job-Vorlage nicht ausführen"
1410
1431
  ],
1411
- "evaluates just after you submit this form": [
1432
+ "User can not execute this job template on %s": [
1433
+ "Benutzer kann diese Job-Vorlage nicht auf %s ausführen"
1434
+ ],
1435
+ "User input": [
1436
+ "Benutzereingabe"
1437
+ ],
1438
+ "Value": [
1439
+ "Wert"
1440
+ ],
1441
+ "View all jobs": [
1412
1442
  ""
1413
1443
  ],
1414
- "evaluates just before the execution is started, so if it's planned in future, targeted hosts set may change before it": [
1444
+ "View finished jobs": [
1415
1445
  ""
1416
1446
  ],
1417
- "Cron line (extended)": [
1447
+ "View running jobs": [
1418
1448
  ""
1419
1449
  ],
1420
- "Cron line format '1 2 3 4 5', where:": [
1450
+ "View scheduled jobs": [
1421
1451
  ""
1422
1452
  ],
1423
- "is minute (range: 0-59)": [
1424
- "Minute (im Bereich: 0-59)"
1453
+ "Web Console": [
1454
+ "Web-Konsole"
1425
1455
  ],
1426
- "is hour (range: 0-23)": [
1427
- "Stunde (im Bereich: 0-23)"
1456
+ "Weekly": [
1457
+ "Wöchentlich"
1428
1458
  ],
1429
- "is day of month (range: 1-31)": [
1430
- "Tag des Monats (im Bereich: 1-31)"
1459
+ "What command should be used to switch to the effective user. One of %s": [
1460
+ "Welcher Befehl für den Wechsel zum effektiven Benutzer verwendet werden soll. Einer von %s"
1431
1461
  ],
1432
- "is month (range: 1-12)": [
1433
- "Monat (im Bereich: 1-12)"
1462
+ "What user should be used to run the script (using sudo-like mechanisms)": [
1463
+ "Welcher Benutzer zur Ausführung des Skripts verwendet werden soll (mittels sudo-ähnlichen Mechanismen)"
1434
1464
  ],
1435
- "is day of week (range: 0-6)": [
1436
- "Wochentag (im Bereich: 0-6)"
1465
+ "What user should be used to run the script (using sudo-like mechanisms). Defaults to a template parameter or global setting.": [
1466
+ "Welcher Benutzer zur Ausführung des Skripts (mittels sudo-ähnlichen Mechanismen) verwendet werden soll. Standardmäßig wird ein Vorlagenparameter oder eine allgemeine Einstellung verwendet."
1437
1467
  ],
1438
- "The cron line supports extended cron line syntax. For details please refer to the ": [
1468
+ "When connecting using ip address, should the IPv6 addresses be preferred? If no IPv6 address is set, it falls back to IPv4 automatically. You may override this per host by setting a parameter called remote_execution_connect_by_ip_prefer_ipv6. By default and for compatibility, IPv4 will be preferred over IPv6 by default": [
1439
1469
  ""
1440
1470
  ],
1441
- "documentation": [
1442
- ""
1471
+ "When enabled, working directories will be removed after task completion. You may override this per host by setting a parameter called remote_execution_cleanup_working_dirs.": [
1472
+ "Wenn diese Option aktiviert ist, werden Arbeitsverzeichnisse nach Abschluss der Aufgabe entfernt. Sie können dies pro Host überschreiben, indem Sie einen Parameter namens remote_execution_cleanup_working_dirs setzen."
1443
1473
  ],
1444
- "At": [
1445
- "Um"
1474
+ "Where to find the Cockpit instance for the Web Console button. By default, no button is shown.": [
1475
+ "Wo man die Cockpit-Instanz für die Schaltfläche Web Console findet. Standardmäßig wird keine Schaltfläche angezeigt."
1446
1476
  ],
1447
- "Invalid time format": [
1448
- ""
1477
+ "Whether it should be allowed to override the effective user from the invocation form.": [
1478
+ "Ob es möglich sein soll, den effektiven Benutzer des Aufruf-Formulars außer Kraft zu setzen."
1449
1479
  ],
1450
- "At minute": [
1451
- ""
1480
+ "Whether or not the template is locked for editing": [
1481
+ "Ob die Vorlage schreibgeschützt ist"
1452
1482
  ],
1453
- "range: 0-59": [
1454
- ""
1483
+ "Whether the current user login should be used as the effective user": [
1484
+ "Ob das aktuelle Login als effektiver Benutzer verwendet werden soll "
1455
1485
  ],
1456
- "Create": [
1457
- "Erstellen"
1486
+ "Whether to overwrite the template if it already exists": [
1487
+ "Ob Vorlage überschrieben werden soll, wenn sie bereits existiert"
1458
1488
  ],
1459
- "Minute can only be a number between 0-59": [
1460
- ""
1489
+ "Whether we should sync templates from disk when running db:seed.": [
1490
+ "Ob Vorlagen von der Festplatte synchronisiert werden sollten, wenn db:seed ausgeführt wird."
1461
1491
  ],
1462
- "Days": [
1463
- "Tage"
1492
+ "Workers pool size": [
1493
+ "Größe des Arbeiterpools"
1464
1494
  ],
1465
- "Days of week": [
1466
- "Wochentage"
1495
+ "Yes (override)": [
1496
+ "Ja (überschreiben)"
1467
1497
  ],
1468
- "For Future execution a 'Starts at' date or 'Starts before' date must be selected. Immediate execution can be selected in the previous step.": [
1469
- ""
1498
+ "You are not allowed to see the currently assigned template. Saving the form now would unassign the template.": [
1499
+ "Sie haben nicht die Genehmigung, die aktuell zugewiesenen Vorlagen einzusehen. Wenn Sie das Formular jetzt speichern, wird die Zuweisung der Vorlage aufgehoben."
1470
1500
  ],
1471
- "'Starts before' date must be after 'Starts at' date": [
1501
+ "You are not authorized to perform this action.": [
1472
1502
  ""
1473
1503
  ],
1474
- "Clear input": [
1504
+ "You have %s results to display. Showing first %s results": [
1475
1505
  ""
1476
1506
  ],
1477
- "Starts before": [
1478
- ""
1507
+ "add an input set for this template to reference a different template inputs": [
1508
+ "Eingabe-Satz für diese Vorlage hinzufügen, um auf andere Vorlage-Eingaben zu verweisen"
1479
1509
  ],
1480
- "End time needs to be after start time": [
1481
- ""
1510
+ "cancelled": [
1511
+ "abgebrochen"
1482
1512
  ],
1483
- "On": [
1484
- "Am"
1513
+ "default_capsule method missing from SmartProxy": [
1514
+ "default_capsule-Methode fehlt in SmartProxy"
1485
1515
  ],
1486
- "After": [
1516
+ "documentation": [
1487
1517
  ""
1488
1518
  ],
1489
- "Repeat amount can only be a positive number": [
1490
- ""
1519
+ "effective user": [
1520
+ "Effektiver Benutzer"
1491
1521
  ],
1492
- "occurences": [
1493
- ""
1522
+ "error": [
1523
+ "Error"
1494
1524
  ],
1495
- "Select the type of execution": [
1496
- ""
1525
+ "error during rendering: %s": [
1526
+ "Fehler beim Rendern: %s"
1497
1527
  ],
1498
- "Execute the job now.": [
1528
+ "evaluates just after you submit this form": [
1499
1529
  ""
1500
1530
  ],
1501
- "Execute the job later, at a scheduled time.": [
1531
+ "evaluates just before the execution is started, so if it's planned in future, targeted hosts set may change before it": [
1502
1532
  ""
1503
1533
  ],
1504
- "Execute the job on a repeating schedule.": [
1505
- ""
1534
+ "failed": [
1535
+ "fehlgeschlagen"
1506
1536
  ],
1507
- "Invalid date": [
1508
- ""
1537
+ "here": [
1538
+ "hier"
1509
1539
  ],
1510
- "open-help-tooltip-button": [
1511
- ""
1540
+ "host already has an execution interface": [
1541
+ "Host verfügt bereits über eine Ausführungsschnittstelle"
1512
1542
  ],
1513
- "Reset to default": [
1514
- "Rücksetzen auf Standardeinstellungen"
1543
+ "hosts": [
1544
+ "Hosts"
1515
1545
  ],
1516
- "Has to be a positive number": [
1517
- ""
1546
+ "in %s": [
1547
+ "in %s"
1518
1548
  ],
1519
- "Please refine your search.": [
1520
- ""
1549
+ "included template '%s' not found": [
1550
+ "enthaltene Vorlage '%s' nicht gefunden"
1521
1551
  ],
1522
- "You have %s results to display. Showing first %s results": [
1523
- ""
1552
+ "input macro with name '%s' used, but no input with such name defined for this template": [
1553
+ "Es wurde ein Eingabe-Macro namens '%s' verwendet, aber es wurde keine Eingabe mit diesem Namen für diese Vorlage definiert"
1524
1554
  ],
1525
- "Opening job invocation form": [
1526
- ""
1555
+ "is day of month (range: 1-31)": [
1556
+ "Tag des Monats (im Bereich: 1-31)"
1527
1557
  ],
1528
- "%s job has been invoked": [
1529
- ""
1558
+ "is day of week (range: 0-6)": [
1559
+ "Wochentag (im Bereich: 0-6)"
1530
1560
  ],
1531
- "Schedule a job": [
1532
- ""
1561
+ "is hour (range: 0-23)": [
1562
+ "Stunde (im Bereich: 0-23)"
1533
1563
  ],
1534
- "Recent jobs": [
1535
- ""
1564
+ "is minute (range: 0-59)": [
1565
+ "Minute (im Bereich: 0-59)"
1536
1566
  ],
1537
- "View all jobs": [
1538
- ""
1567
+ "is month (range: 1-12)": [
1568
+ "Monat (im Bereich: 1-12)"
1539
1569
  ],
1540
- "View finished jobs": [
1541
- ""
1570
+ "no": [
1571
+ "nein"
1542
1572
  ],
1543
- "View running jobs": [
1573
+ "occurences": [
1544
1574
  ""
1545
1575
  ],
1546
- "View scheduled jobs": [
1576
+ "open-help-tooltip-button": [
1547
1577
  ""
1548
1578
  ],
1549
- "Finished": [
1550
- "Fertig"
1579
+ "queued": [
1580
+ "in der Warteschlange"
1551
1581
  ],
1552
- "Running": [
1553
- "Läuft"
1582
+ "queued to start executing in %{time}": [
1583
+ "in der Warteschlange, um in %{time} mit der Ausführung zu beginnen"
1554
1584
  ],
1555
- "Scheduled": [
1556
- "Geplant"
1585
+ "range: 0-59": [
1586
+ ""
1557
1587
  ],
1558
- "No results found": [
1559
- "Keine Ergebnisse gefunden"
1588
+ "remove template input set": [
1589
+ "Vorlageneingabe-Satz entfernen"
1560
1590
  ],
1561
- "Remote Execution Interface": [
1562
- "Remote-Ausführungsschnittstelle"
1591
+ "running %{percent}%%": [
1592
+ "wird ausgeführt %{percent}%%"
1563
1593
  ],
1564
- "yes": [
1565
- "ja"
1594
+ "seconds": [
1595
+ "Sekunden"
1566
1596
  ],
1567
- "no": [
1568
- "nein"
1597
+ "succeeded": [
1598
+ "erfolgreich"
1569
1599
  ],
1570
- "Inherit from host parameter": [
1571
- ""
1600
+ "tasks at a time": [
1601
+ "Aufgaben gleichzeitig"
1572
1602
  ],
1573
- "Yes (override)": [
1574
- "Ja (überschreiben)"
1603
+ "template": [
1604
+ "Vorlage"
1575
1605
  ],
1576
- "No (override)": [
1577
- "Nein (Überschreiben)"
1606
+ "unknown status": [
1607
+ "unbekannter Status"
1578
1608
  ],
1579
- "REX pull mode": [
1580
- ""
1609
+ "using ": [
1610
+ "verwende"
1581
1611
  ],
1582
- "Setup remote execution pull mode. If set to `Yes`, pull provider client will be deployed on the registered host. The inherited value is based on the `host_registration_remote_execution_pull` parameter. It can be inherited e.g. from host group, operating system, organization. When overridden, the selected value will be stored on host parameter level.": [
1612
+ "using Smart Proxy": [
1583
1613
  ""
1584
1614
  ],
1585
- "Host": [
1586
- "Rechner"
1587
- ],
1588
- "Active Filters:": [
1615
+ "view host names": [
1589
1616
  ""
1590
1617
  ],
1591
- "A plugin bringing remote execution to the Foreman, completing the config management functionality with remote management functionality.": [
1592
- "Ein Plugin, das Foreman entfernte Ausführung bietet und die Konfig-Verwaltungsfunktion mit einer entfernten Verwaltungsfunktion ergänzt."
1618
+ "yes": [
1619
+ "ja"
1593
1620
  ]
1594
1621
  }
1595
1622
  }