foreman_remote_execution 13.1.0 → 13.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/assets/javascripts/foreman_remote_execution/locale/de/foreman_remote_execution.js +1000 -973
- data/app/assets/javascripts/foreman_remote_execution/locale/en/foreman_remote_execution.js +553 -526
- data/app/assets/javascripts/foreman_remote_execution/locale/en_GB/foreman_remote_execution.js +584 -557
- data/app/assets/javascripts/foreman_remote_execution/locale/es/foreman_remote_execution.js +1043 -1016
- data/app/assets/javascripts/foreman_remote_execution/locale/fr/foreman_remote_execution.js +1047 -1020
- data/app/assets/javascripts/foreman_remote_execution/locale/ja/foreman_remote_execution.js +1041 -1014
- data/app/assets/javascripts/foreman_remote_execution/locale/ka/foreman_remote_execution.js +1015 -988
- data/app/assets/javascripts/foreman_remote_execution/locale/ko/foreman_remote_execution.js +886 -859
- data/app/assets/javascripts/foreman_remote_execution/locale/pt_BR/foreman_remote_execution.js +1047 -1020
- data/app/assets/javascripts/foreman_remote_execution/locale/ru/foreman_remote_execution.js +901 -874
- data/app/assets/javascripts/foreman_remote_execution/locale/zh_CN/foreman_remote_execution.js +1041 -1014
- data/app/assets/javascripts/foreman_remote_execution/locale/zh_TW/foreman_remote_execution.js +886 -859
- data/app/controllers/api/v2/job_invocations_controller.rb +1 -0
- data/app/models/job_invocation.rb +23 -0
- data/app/models/job_invocation_composer.rb +2 -0
- data/app/views/api/v2/job_invocations/base.json.rabl +3 -2
- data/app/views/templates/script/package_action.erb +5 -2
- data/lib/foreman_remote_execution/version.rb +1 -1
- data/locale/de/foreman_remote_execution.po +27 -0
- data/locale/en/foreman_remote_execution.po +27 -0
- data/locale/en_GB/foreman_remote_execution.po +27 -0
- data/locale/es/foreman_remote_execution.po +27 -0
- data/locale/foreman_remote_execution.pot +177 -141
- data/locale/fr/foreman_remote_execution.po +27 -0
- data/locale/ja/foreman_remote_execution.po +27 -0
- data/locale/ka/foreman_remote_execution.po +27 -0
- data/locale/ko/foreman_remote_execution.po +27 -0
- data/locale/pt_BR/foreman_remote_execution.po +27 -0
- data/locale/ru/foreman_remote_execution.po +27 -0
- data/locale/zh_CN/foreman_remote_execution.po +27 -0
- data/locale/zh_TW/foreman_remote_execution.po +27 -0
- data/package.json +2 -1
- data/webpack/JobInvocationDetail/JobInvocationActions.js +134 -3
- data/webpack/JobInvocationDetail/JobInvocationConstants.js +14 -0
- data/webpack/JobInvocationDetail/JobInvocationDetail.scss +5 -2
- data/webpack/JobInvocationDetail/JobInvocationSelectors.js +5 -0
- data/webpack/JobInvocationDetail/JobInvocationSystemStatusChart.js +13 -9
- data/webpack/JobInvocationDetail/JobInvocationToolbarButtons.js +268 -0
- data/webpack/JobInvocationDetail/__tests__/MainInformation.test.js +259 -0
- data/webpack/JobInvocationDetail/__tests__/fixtures.js +117 -0
- data/webpack/JobInvocationDetail/index.js +58 -38
- data/webpack/JobWizard/JobWizardPageRerun.js +16 -11
- data/webpack/JobWizard/steps/HostsAndInputs/HostPreviewModal.js +8 -6
- data/webpack/__mocks__/foremanReact/Root/Context/ForemanContext/index.js +2 -0
- data/webpack/__mocks__/foremanReact/components/BreadcrumbBar/index.js +4 -0
- data/webpack/__mocks__/foremanReact/components/Head/index.js +10 -0
- data/webpack/__mocks__/foremanReact/components/HostDetails/DetailsCard/DefaultLoaderEmptyState.js +8 -0
- data/webpack/__mocks__/foremanReact/components/ToastsList/index.js +3 -0
- data/webpack/__mocks__/foremanReact/redux/API/APIActions.js +21 -0
- data/webpack/__mocks__/foremanReact/redux/API/APIConstants.js +7 -0
- data/webpack/__mocks__/foremanReact/redux/API/index.js +14 -0
- data/webpack/__mocks__/foremanReact/redux/middlewares/IntervalMiddleware/index.js +9 -0
- metadata +12 -2
@@ -17,1579 +17,1606 @@
|
|
17
17
|
"domain": "foreman_remote_execution",
|
18
18
|
"plural_forms": "nplurals=2; plural=(n != 1);"
|
19
19
|
},
|
20
|
-
"
|
21
|
-
"
|
20
|
+
"${d.title} ${d.count} hosts": [
|
21
|
+
""
|
22
22
|
],
|
23
|
-
"
|
24
|
-
"
|
23
|
+
"%s": [
|
24
|
+
"%s"
|
25
25
|
],
|
26
|
-
"
|
27
|
-
"
|
26
|
+
"%s ago": [
|
27
|
+
"vor %s"
|
28
28
|
],
|
29
|
-
"
|
30
|
-
"
|
29
|
+
"%s job has been invoked": [
|
30
|
+
""
|
31
31
|
],
|
32
|
-
"
|
33
|
-
"
|
32
|
+
"%s more": [
|
33
|
+
""
|
34
34
|
],
|
35
|
-
"
|
36
|
-
"
|
35
|
+
"%{description} on %{host}": [
|
36
|
+
"%{description} auf %{host}"
|
37
37
|
],
|
38
|
-
"
|
39
|
-
"
|
38
|
+
"'Starts before' date must be after 'Starts at' date": [
|
39
|
+
""
|
40
40
|
],
|
41
|
-
"
|
42
|
-
"
|
41
|
+
"'Starts before' date must in the future": [
|
42
|
+
""
|
43
43
|
],
|
44
|
-
"
|
45
|
-
"
|
44
|
+
"...and %s more": [
|
45
|
+
""
|
46
46
|
],
|
47
|
-
"
|
48
|
-
"
|
47
|
+
"...and %{count} more": [
|
48
|
+
"",
|
49
|
+
""
|
49
50
|
],
|
50
|
-
"
|
51
|
-
"
|
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
|
-
"
|
54
|
-
"
|
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
|
-
"
|
57
|
-
"
|
57
|
+
"A job '%{job_name}' has %{status} at %{time}": [
|
58
|
+
""
|
58
59
|
],
|
59
|
-
"
|
60
|
-
"
|
60
|
+
"A job '%{subject}' has failed": [
|
61
|
+
""
|
61
62
|
],
|
62
|
-
"
|
63
|
-
"
|
63
|
+
"A job '%{subject}' has finished successfully": [
|
64
|
+
"Ein Job '%{subject}' wurde erfolgreich beendet"
|
64
65
|
],
|
65
|
-
"
|
66
|
-
"
|
66
|
+
"A notification when a job finishes": [
|
67
|
+
""
|
67
68
|
],
|
68
|
-
"
|
69
|
-
"
|
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
|
-
"
|
72
|
-
"
|
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
|
-
"
|
75
|
-
"
|
75
|
+
"A user to be used for SSH.": [
|
76
|
+
""
|
76
77
|
],
|
77
|
-
"
|
78
|
-
"
|
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
|
-
"
|
81
|
+
"Abort Job": [
|
82
|
+
"Job abbrechen"
|
83
|
+
],
|
84
|
+
"Access denied": [
|
81
85
|
""
|
82
86
|
],
|
83
|
-
"
|
87
|
+
"Actions": [
|
88
|
+
"Aktionen"
|
89
|
+
],
|
90
|
+
"Active Filters:": [
|
84
91
|
""
|
85
92
|
],
|
86
|
-
"
|
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
|
-
"
|
102
|
+
"After %s occurences": [
|
90
103
|
""
|
91
104
|
],
|
92
|
-
"
|
93
|
-
"
|
105
|
+
"All fields are required.": [
|
106
|
+
"Alle Felder sind erforderlich."
|
94
107
|
],
|
95
|
-
"
|
96
|
-
"
|
108
|
+
"Alphabetical": [
|
109
|
+
"Alphabetisch"
|
97
110
|
],
|
98
|
-
"
|
99
|
-
"
|
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
|
-
"
|
102
|
-
"
|
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
|
-
"
|
105
|
-
""
|
117
|
+
"Any Location": [
|
118
|
+
"Jeder Standort"
|
106
119
|
],
|
107
|
-
"
|
108
|
-
"
|
120
|
+
"Any Organization": [
|
121
|
+
"Jede Organisation"
|
109
122
|
],
|
110
|
-
"
|
111
|
-
"
|
123
|
+
"Apply to": [
|
124
|
+
""
|
112
125
|
],
|
113
|
-
"
|
114
|
-
"
|
126
|
+
"At": [
|
127
|
+
"Um"
|
115
128
|
],
|
116
|
-
"
|
117
|
-
"
|
129
|
+
"At minute": [
|
130
|
+
""
|
118
131
|
],
|
119
|
-
"
|
120
|
-
"
|
132
|
+
"Awaiting start": [
|
133
|
+
""
|
121
134
|
],
|
122
|
-
"
|
123
|
-
"
|
135
|
+
"Back": [
|
136
|
+
""
|
124
137
|
],
|
125
|
-
"
|
126
|
-
"
|
138
|
+
"Back to Job": [
|
139
|
+
"Zurück zum Job"
|
127
140
|
],
|
128
|
-
"
|
129
|
-
"
|
141
|
+
"Bookmark": [
|
142
|
+
"Lesezeichen"
|
130
143
|
],
|
131
|
-
"
|
144
|
+
"Can't find Job Invocation for an id %s": [
|
132
145
|
""
|
133
146
|
],
|
134
|
-
"
|
135
|
-
"
|
136
|
-
],
|
137
|
-
"Get output for a host": [
|
138
|
-
"Ausgabe für einen Host abfragen"
|
147
|
+
"Cancel": [
|
148
|
+
""
|
139
149
|
],
|
140
|
-
"
|
141
|
-
"
|
150
|
+
"Cancel Job": [
|
151
|
+
"Job abbrechen"
|
142
152
|
],
|
143
153
|
"Cancel job invocation": [
|
144
154
|
"Job-Aufruf abbrechen"
|
145
155
|
],
|
146
|
-
"
|
147
|
-
"
|
156
|
+
"Canceled:": [
|
157
|
+
""
|
148
158
|
],
|
149
|
-
"
|
150
|
-
"
|
159
|
+
"Cancelled": [
|
160
|
+
"Abgebrochen"
|
151
161
|
],
|
152
|
-
"
|
153
|
-
"
|
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
|
-
"
|
156
|
-
"
|
165
|
+
"Cannot resolve hosts without a user": [
|
166
|
+
"Hosts können nicht ohne Benutzer aufgelöst werden"
|
157
167
|
],
|
158
|
-
"
|
159
|
-
"
|
168
|
+
"Cannot specify both bookmark_id and search_query": [
|
169
|
+
"bookmark_id und search_query konnte nicht angegeben werden"
|
160
170
|
],
|
161
|
-
"
|
171
|
+
"Categories list failed with:": [
|
162
172
|
""
|
163
173
|
],
|
164
|
-
"
|
165
|
-
"
|
174
|
+
"Category and template": [
|
175
|
+
""
|
166
176
|
],
|
167
|
-
"
|
168
|
-
"
|
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
|
-
"
|
171
|
-
"
|
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
|
-
"
|
174
|
-
"
|
183
|
+
"Cleanup working directories": [
|
184
|
+
"Arbeitsverzeichnisse bereinigen"
|
175
185
|
],
|
176
|
-
"
|
177
|
-
"
|
186
|
+
"Clear all filters": [
|
187
|
+
""
|
178
188
|
],
|
179
|
-
"
|
180
|
-
"
|
189
|
+
"Clear input": [
|
190
|
+
""
|
181
191
|
],
|
182
|
-
"
|
183
|
-
"
|
192
|
+
"Clone a provision template": [
|
193
|
+
"Bereitstellungsvorlage klonen"
|
184
194
|
],
|
185
|
-
"
|
186
|
-
"
|
195
|
+
"Close": [
|
196
|
+
"Schließen"
|
187
197
|
],
|
188
|
-
"
|
189
|
-
"
|
198
|
+
"Cockpit URL": [
|
199
|
+
"Cockpit-URL"
|
190
200
|
],
|
191
|
-
"
|
192
|
-
"
|
201
|
+
"Concurrency level": [
|
202
|
+
"Parallelitätsebene"
|
193
203
|
],
|
194
|
-
"
|
195
|
-
"
|
204
|
+
"Concurrency level limited to": [
|
205
|
+
"Gleichzeitigkeitsstufe begrenzt auf"
|
196
206
|
],
|
197
|
-
"
|
198
|
-
"
|
207
|
+
"Connect by IP": [
|
208
|
+
"Verbindung über IP"
|
199
209
|
],
|
200
|
-
"
|
201
|
-
"
|
210
|
+
"Control concurrency level and distribution over time": [
|
211
|
+
"Parallelitätsebene und zeitliche Verteilung steuern"
|
202
212
|
],
|
203
|
-
"
|
204
|
-
"
|
213
|
+
"Could not display data for job invocation.": [
|
214
|
+
"Daten für Jobaufruf konnten nicht angezeigt werden."
|
205
215
|
],
|
206
|
-
"
|
207
|
-
"
|
216
|
+
"Could not find any suitable interface for execution": [
|
217
|
+
"Konnte keine passende Schnitstelle zum ausführen finden."
|
208
218
|
],
|
209
|
-
"
|
210
|
-
"
|
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
|
-
"
|
213
|
-
"
|
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
|
-
"
|
216
|
-
"
|
225
|
+
"Could not use any proxy for the %{provider} job. Consider configuring %{global_proxy}, %{fallback_proxy} in settings": [
|
226
|
+
""
|
217
227
|
],
|
218
|
-
"
|
219
|
-
"
|
228
|
+
"Could not use any template used in the job invocation": [
|
229
|
+
"Es konnte keine Vorlage aus dem Jobaufruf verwendet werden"
|
220
230
|
],
|
221
|
-
"
|
222
|
-
"
|
231
|
+
"Create": [
|
232
|
+
"Erstellen"
|
223
233
|
],
|
224
|
-
"
|
225
|
-
"
|
234
|
+
"Create Report": [
|
235
|
+
""
|
226
236
|
],
|
227
|
-
"
|
228
|
-
"
|
237
|
+
"Create a foreign input set": [
|
238
|
+
"Fremdeingabe-Satz erstellen"
|
229
239
|
],
|
230
|
-
"
|
231
|
-
"
|
240
|
+
"Create a job invocation": [
|
241
|
+
"Neuen Job-Aufruf erstellen"
|
232
242
|
],
|
233
|
-
"
|
234
|
-
"
|
243
|
+
"Create a job template": [
|
244
|
+
"Job-Vorlage erstellen"
|
235
245
|
],
|
236
|
-
"
|
237
|
-
"
|
246
|
+
"Create a recurring job": [
|
247
|
+
"Wiederholten Job erstellen"
|
238
248
|
],
|
239
|
-
"
|
249
|
+
"Create report for this job": [
|
240
250
|
""
|
241
251
|
],
|
242
|
-
"
|
243
|
-
"
|
252
|
+
"Cron line": [
|
253
|
+
"Cron-Zeile"
|
244
254
|
],
|
245
|
-
"
|
246
|
-
"
|
255
|
+
"Cron line (extended)": [
|
256
|
+
""
|
247
257
|
],
|
248
|
-
"
|
258
|
+
"Cron line format '1 2 3 4 5', where:": [
|
249
259
|
""
|
250
260
|
],
|
251
|
-
"
|
252
|
-
"
|
261
|
+
"Cronline": [
|
262
|
+
""
|
253
263
|
],
|
254
|
-
"
|
255
|
-
"
|
264
|
+
"Current location %s is different from job's location %s. This job may run on different hosts than before.": [
|
265
|
+
""
|
256
266
|
],
|
257
|
-
"
|
258
|
-
"
|
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
|
-
"
|
261
|
-
"
|
270
|
+
"Current organization %s is different from job's organization %s. This job may run on different hosts than before.": [
|
271
|
+
""
|
262
272
|
],
|
263
|
-
"
|
264
|
-
"Die
|
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
|
-
"
|
267
|
-
"
|
276
|
+
"Daily": [
|
277
|
+
"Täglich"
|
268
278
|
],
|
269
|
-
"
|
270
|
-
"
|
279
|
+
"Days": [
|
280
|
+
"Tage"
|
271
281
|
],
|
272
|
-
"
|
273
|
-
"
|
282
|
+
"Days of week": [
|
283
|
+
"Wochentage"
|
274
284
|
],
|
275
|
-
"
|
276
|
-
"
|
285
|
+
"Default SSH key passphrase": [
|
286
|
+
"Standard SSH-Key Kennwort"
|
277
287
|
],
|
278
|
-
"
|
279
|
-
"
|
288
|
+
"Default SSH password": [
|
289
|
+
"Standard SSH Passwort"
|
280
290
|
],
|
281
|
-
"
|
282
|
-
"
|
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
|
-
"
|
285
|
-
"
|
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
|
-
"
|
288
|
-
"
|
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
|
-
"
|
291
|
-
"
|
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
|
-
"
|
294
|
-
"
|
303
|
+
"Delete a foreign input set": [
|
304
|
+
"Fremdeingabe-Satz löschen"
|
295
305
|
],
|
296
|
-
"
|
297
|
-
"
|
306
|
+
"Delete a job template": [
|
307
|
+
"Job-Vorlage löschen"
|
298
308
|
],
|
299
|
-
"
|
300
|
-
"
|
309
|
+
"Description": [
|
310
|
+
"Beschreibung"
|
301
311
|
],
|
302
|
-
"
|
303
|
-
"
|
312
|
+
"Description Template": [
|
313
|
+
""
|
304
314
|
],
|
305
|
-
"
|
306
|
-
"
|
315
|
+
"Description template": [
|
316
|
+
"Beschreibungsvorlage"
|
307
317
|
],
|
308
|
-
"
|
309
|
-
"
|
318
|
+
"Designation of a special purpose": [
|
319
|
+
""
|
310
320
|
],
|
311
|
-
"
|
312
|
-
"
|
321
|
+
"Display advanced fields": [
|
322
|
+
"Erweiterte Felder einblenden"
|
313
323
|
],
|
314
|
-
"
|
315
|
-
"
|
324
|
+
"Does not repeat": [
|
325
|
+
""
|
316
326
|
],
|
317
|
-
"
|
318
|
-
"
|
327
|
+
"Duplicated inputs detected: %{duplicated_inputs}": [
|
328
|
+
"Doppelte Eingaben gefunden: %{duplicated_inputs}"
|
319
329
|
],
|
320
|
-
"
|
321
|
-
"
|
330
|
+
"Dynamic Query": [
|
331
|
+
"Dynamische Anfrage"
|
322
332
|
],
|
323
|
-
"
|
324
|
-
"
|
333
|
+
"Dynamic query": [
|
334
|
+
""
|
325
335
|
],
|
326
|
-
"
|
327
|
-
"
|
336
|
+
"Edit %s": [
|
337
|
+
"%s bearbeiten"
|
328
338
|
],
|
329
|
-
"
|
330
|
-
"
|
339
|
+
"Edit Job Template": [
|
340
|
+
"Job-Vorlage bearbeiten"
|
331
341
|
],
|
332
|
-
"
|
342
|
+
"Edit Remote Execution Feature": [
|
343
|
+
"Entfernte Ausführungsfunktionen bearbeiten"
|
344
|
+
],
|
345
|
+
"Edit job description template": [
|
333
346
|
""
|
334
347
|
],
|
335
|
-
"
|
336
|
-
"
|
348
|
+
"Effective User": [
|
349
|
+
"Effektiver Benutzer"
|
337
350
|
],
|
338
|
-
"
|
339
|
-
"
|
351
|
+
"Effective User Method": [
|
352
|
+
"Effektive Benutzermethode"
|
340
353
|
],
|
341
|
-
"
|
342
|
-
"
|
354
|
+
"Effective user": [
|
355
|
+
"Effektiver Benutzer"
|
343
356
|
],
|
344
|
-
"
|
345
|
-
"
|
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
|
-
"
|
348
|
-
"
|
360
|
+
"Effective user options": [
|
361
|
+
"Effektive Benutzeroptionen"
|
349
362
|
],
|
350
|
-
"
|
351
|
-
"
|
363
|
+
"Effective user password": [
|
364
|
+
"Effektives Benutzerpasswort"
|
352
365
|
],
|
353
|
-
"
|
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
|
-
"
|
372
|
+
"Effective user:": [
|
357
373
|
""
|
358
374
|
],
|
359
|
-
"
|
360
|
-
"
|
375
|
+
"Enable Global Proxy": [
|
376
|
+
"Globalen Proxy aktivieren"
|
361
377
|
],
|
362
|
-
"
|
363
|
-
"
|
378
|
+
"End time needs to be after start time": [
|
379
|
+
""
|
364
380
|
],
|
365
|
-
"
|
366
|
-
"
|
381
|
+
"Ends": [
|
382
|
+
"Endet"
|
367
383
|
],
|
368
|
-
"
|
369
|
-
"
|
384
|
+
"Error loading data from proxy": [
|
385
|
+
"Fehler die Daten vom Proxy zu laden."
|
370
386
|
],
|
371
|
-
"
|
372
|
-
"
|
387
|
+
"Errors:": [
|
388
|
+
"Fehler:"
|
373
389
|
],
|
374
|
-
"
|
375
|
-
"
|
390
|
+
"Evaluated at:": [
|
391
|
+
"Evaluiert an:"
|
376
392
|
],
|
377
|
-
"
|
378
|
-
"
|
393
|
+
"Every day at %s": [
|
394
|
+
""
|
379
395
|
],
|
380
|
-
"
|
381
|
-
"
|
396
|
+
"Every hour at minute %s": [
|
397
|
+
""
|
382
398
|
],
|
383
|
-
"
|
384
|
-
"
|
399
|
+
"Every month on %s at %s": [
|
400
|
+
""
|
385
401
|
],
|
386
|
-
"
|
387
|
-
"
|
402
|
+
"Every week on %s at %s": [
|
403
|
+
""
|
388
404
|
],
|
389
|
-
"
|
405
|
+
"Execute the job later, at a scheduled time.": [
|
390
406
|
""
|
391
407
|
],
|
392
|
-
"
|
408
|
+
"Execute the job now.": [
|
393
409
|
""
|
394
410
|
],
|
395
|
-
"
|
396
|
-
"
|
411
|
+
"Execute the job on a repeating schedule.": [
|
412
|
+
""
|
397
413
|
],
|
398
|
-
"
|
399
|
-
"
|
414
|
+
"Execute the jobs on hosts in randomized order": [
|
415
|
+
"Führe die Jobs auf Hosts in randomisierter Reihenfolge aus"
|
400
416
|
],
|
401
|
-
"
|
402
|
-
"
|
417
|
+
"Execution": [
|
418
|
+
"Ausführung"
|
403
419
|
],
|
404
|
-
"
|
405
|
-
"
|
420
|
+
"Execution order": [
|
421
|
+
"Ausführungsreihenfolge"
|
406
422
|
],
|
407
|
-
"
|
408
|
-
"
|
423
|
+
"Execution ordering": [
|
424
|
+
"Ausführungsorder"
|
409
425
|
],
|
410
|
-
"in
|
411
|
-
"in
|
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
|
414
|
-
"
|
415
|
-
],
|
416
|
-
"Use default description template": [
|
417
|
-
"Standardbeschreibungsvorlage verwenden"
|
429
|
+
"Exit status: %s": [
|
430
|
+
"Exit-Status: %s"
|
418
431
|
],
|
419
|
-
"
|
420
|
-
"
|
432
|
+
"Export a job template to ERB": [
|
433
|
+
"Job-Vorlage nach ERB exportieren"
|
421
434
|
],
|
422
|
-
"
|
423
|
-
"
|
435
|
+
"Failed": [
|
436
|
+
"Fehlgeschlagen"
|
424
437
|
],
|
425
|
-
"
|
426
|
-
"
|
438
|
+
"Failed hosts": [
|
439
|
+
""
|
427
440
|
],
|
428
441
|
"Failed rendering template: %s": [
|
429
442
|
"Rendern der Vorlage fehlgeschlagen: %s"
|
430
443
|
],
|
431
|
-
"
|
432
|
-
"
|
444
|
+
"Failed:": [
|
445
|
+
""
|
433
446
|
],
|
434
|
-
"
|
435
|
-
"
|
447
|
+
"Fallback to Any Proxy": [
|
448
|
+
"Fallback auf einen beliebigen Proxy"
|
436
449
|
],
|
437
|
-
"%{
|
438
|
-
"%{
|
450
|
+
"Feature input %{input_name} not defined in template %{template_name}": [
|
451
|
+
"Funktionseingabe %{input_name} nicht definiert in Vorlage %{template_name}"
|
439
452
|
],
|
440
|
-
"
|
441
|
-
"
|
453
|
+
"Fill all required fields in all the steps": [
|
454
|
+
""
|
442
455
|
],
|
443
|
-
"
|
444
|
-
"
|
456
|
+
"Fill all required fields in all the steps to start the job": [
|
457
|
+
""
|
445
458
|
],
|
446
|
-
"
|
447
|
-
"
|
459
|
+
"Filter by host collections": [
|
460
|
+
""
|
448
461
|
],
|
449
|
-
"
|
450
|
-
"
|
462
|
+
"Filter by host groups": [
|
463
|
+
""
|
451
464
|
],
|
452
|
-
"
|
453
|
-
"
|
465
|
+
"Filter by hosts": [
|
466
|
+
""
|
454
467
|
],
|
455
|
-
"
|
456
|
-
"
|
468
|
+
"Finished": [
|
469
|
+
"Fertig"
|
457
470
|
],
|
458
|
-
"
|
459
|
-
"
|
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
|
-
"
|
474
|
+
"For example: 1, 2, 3, 4, 5...": [
|
462
475
|
""
|
463
476
|
],
|
464
|
-
"
|
465
|
-
"
|
477
|
+
"Foreign input set": [
|
478
|
+
"Fremdeingabe-Satz"
|
466
479
|
],
|
467
|
-
"
|
468
|
-
"
|
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
|
-
"
|
472
|
-
""
|
483
|
+
"Form Job Template": [
|
484
|
+
"Formularauftragsvorlage"
|
473
485
|
],
|
474
|
-
"
|
486
|
+
"Future execution": [
|
475
487
|
""
|
476
488
|
],
|
477
|
-
"
|
478
|
-
""
|
489
|
+
"Get output for a host": [
|
490
|
+
"Ausgabe für einen Host abfragen"
|
479
491
|
],
|
480
|
-
"
|
481
|
-
"
|
492
|
+
"Get outputs of hosts in a job": [
|
493
|
+
"Besorge dir die Outputs eines Hosts eines Jobs"
|
482
494
|
],
|
483
|
-
"
|
484
|
-
"
|
495
|
+
"Get raw output for a host": [
|
496
|
+
"Besorge dir die rohen Outputs eines Hosts"
|
485
497
|
],
|
486
|
-
"
|
487
|
-
"
|
498
|
+
"Has to be a positive number": [
|
499
|
+
""
|
488
500
|
],
|
489
|
-
"
|
490
|
-
"
|
501
|
+
"Hide advanced fields": [
|
502
|
+
"Erweiterte Felder ausblenden"
|
491
503
|
],
|
492
|
-
"
|
504
|
+
"Hide all advanced fields": [
|
493
505
|
""
|
494
506
|
],
|
495
|
-
"
|
496
|
-
"
|
507
|
+
"Host": [
|
508
|
+
"Rechner"
|
497
509
|
],
|
498
|
-
"
|
499
|
-
"
|
510
|
+
"Host collections": [
|
511
|
+
""
|
500
512
|
],
|
501
|
-
"
|
502
|
-
"
|
513
|
+
"Host detail": [
|
514
|
+
"Hostdetail"
|
503
515
|
],
|
504
|
-
"
|
505
|
-
"
|
516
|
+
"Host groups": [
|
517
|
+
"Hostgruppen"
|
506
518
|
],
|
507
|
-
"
|
508
|
-
"
|
519
|
+
"Host task": [
|
520
|
+
"Host-Aufgabe"
|
509
521
|
],
|
510
|
-
"
|
511
|
-
"
|
522
|
+
"Host with id '%{id}' was not found": [
|
523
|
+
"Host mit ID '%{id}' nicht gefunden"
|
512
524
|
],
|
513
|
-
"
|
514
|
-
"
|
525
|
+
"Hosts": [
|
526
|
+
"Hosts"
|
515
527
|
],
|
516
|
-
"
|
517
|
-
"
|
528
|
+
"Hosts gone missing": [
|
529
|
+
"Host verschwunden"
|
518
530
|
],
|
519
|
-
"
|
520
|
-
"
|
531
|
+
"Hourly": [
|
532
|
+
""
|
521
533
|
],
|
522
|
-
"
|
523
|
-
"
|
534
|
+
"How often the job should occur, in the cron format": [
|
535
|
+
"Wie oft der Job auftreten soll, in Cron-Format"
|
524
536
|
],
|
525
|
-
"
|
526
|
-
"
|
537
|
+
"Identifier of the Host interface for Remote execution": [
|
538
|
+
"Identifizierer des Host-interfaces für Remote-Ausführung"
|
527
539
|
],
|
528
|
-
"
|
529
|
-
"
|
540
|
+
"Immediate execution": [
|
541
|
+
""
|
530
542
|
],
|
531
|
-
"
|
532
|
-
"
|
543
|
+
"Import": [
|
544
|
+
"Import"
|
533
545
|
],
|
534
|
-
"
|
535
|
-
"
|
546
|
+
"Import a job template from ERB": [
|
547
|
+
"Job-Vorlage aus ERB importieren"
|
536
548
|
],
|
537
|
-
"
|
538
|
-
"
|
549
|
+
"In Progress:": [
|
550
|
+
""
|
539
551
|
],
|
540
|
-
"
|
541
|
-
"
|
552
|
+
"Include all inputs from the foreign template": [
|
553
|
+
"Alle Eingaben aus Fremdvorlage einschließen"
|
542
554
|
],
|
543
|
-
"
|
544
|
-
"
|
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
|
-
"
|
547
|
-
"
|
558
|
+
"Inherit from host parameter": [
|
559
|
+
""
|
548
560
|
],
|
549
|
-
"
|
550
|
-
"
|
561
|
+
"Input": [
|
562
|
+
"Eingabe"
|
551
563
|
],
|
552
|
-
"
|
553
|
-
"
|
564
|
+
"Input set description": [
|
565
|
+
"Beschreibung des Eingabe-Satzes"
|
554
566
|
],
|
555
|
-
"
|
556
|
-
"
|
567
|
+
"Inputs to use": [
|
568
|
+
"Zu verwendende Eingaben"
|
557
569
|
],
|
558
|
-
"
|
559
|
-
"
|
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
|
-
"
|
562
|
-
"
|
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
|
-
"
|
565
|
-
"
|
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
|
-
"
|
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
|
-
"
|
582
|
+
"Invalid date": [
|
571
583
|
""
|
572
584
|
],
|
573
|
-
"
|
585
|
+
"Invalid time format": [
|
574
586
|
""
|
575
587
|
],
|
576
|
-
"
|
577
|
-
"
|
588
|
+
"Invocation type, one of %s": [
|
589
|
+
"Jobtyp, einer von %s"
|
578
590
|
],
|
579
|
-
"
|
580
|
-
"
|
591
|
+
"Job": [
|
592
|
+
"Job"
|
581
593
|
],
|
582
|
-
"
|
583
|
-
"
|
594
|
+
"Job Details": [
|
595
|
+
"Job Details"
|
584
596
|
],
|
585
|
-
"
|
586
|
-
"
|
597
|
+
"Job Invocation": [
|
598
|
+
"Job-Aufruf"
|
587
599
|
],
|
588
|
-
"
|
589
|
-
"
|
600
|
+
"Job Invocation Report Template": [
|
601
|
+
""
|
590
602
|
],
|
591
|
-
"
|
592
|
-
"
|
603
|
+
"Job Invocations": [
|
604
|
+
"Job-Aufrufe"
|
593
605
|
],
|
594
|
-
"
|
595
|
-
"
|
606
|
+
"Job Task": [
|
607
|
+
"Aufgaben des Jobs"
|
596
608
|
],
|
597
|
-
"
|
598
|
-
"
|
609
|
+
"Job Templates": [
|
610
|
+
"Job-Vorlagen"
|
599
611
|
],
|
600
|
-
"
|
601
|
-
"
|
612
|
+
"Job cancelled by user": [
|
613
|
+
"Jobabbruch durch Benutzer"
|
602
614
|
],
|
603
|
-
"
|
604
|
-
"
|
615
|
+
"Job category": [
|
616
|
+
"Job-Kategorie"
|
605
617
|
],
|
606
|
-
"
|
607
|
-
"
|
618
|
+
"Job execution failed": [
|
619
|
+
"Jobausführung fehlgeschlagen"
|
608
620
|
],
|
609
|
-
"
|
610
|
-
"
|
621
|
+
"Job finished with error": [
|
622
|
+
"Job abgeschlossen mit Fehler"
|
611
623
|
],
|
612
|
-
"
|
624
|
+
"Job invocation": [
|
625
|
+
"Job-Aufrufe "
|
626
|
+
],
|
627
|
+
"Job invocations": [
|
628
|
+
"Job-Aufrufe "
|
629
|
+
],
|
630
|
+
"Job invocations detail": [
|
613
631
|
""
|
614
632
|
],
|
615
|
-
"
|
633
|
+
"Job result": [
|
616
634
|
""
|
617
635
|
],
|
618
|
-
"
|
619
|
-
"
|
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
|
-
"
|
631
|
-
"
|
639
|
+
"Job template ID to be used for the feature": [
|
640
|
+
"Zukünftig zu verwendende ID der Job-Vorlage"
|
632
641
|
],
|
633
|
-
"
|
634
|
-
"
|
642
|
+
"Job template imported successfully.": [
|
643
|
+
"Job-Vorlage erfolgreich importiert"
|
635
644
|
],
|
636
|
-
"
|
637
|
-
"
|
645
|
+
"Job templates": [
|
646
|
+
"Job-Vorlagen"
|
638
647
|
],
|
639
|
-
"
|
640
|
-
"
|
648
|
+
"JobTemplate|Locked": [
|
649
|
+
"Gesperrt"
|
641
650
|
],
|
642
|
-
"
|
643
|
-
"
|
651
|
+
"JobTemplate|Name": [
|
652
|
+
"JobVorlage|Name"
|
644
653
|
],
|
645
|
-
"
|
646
|
-
"
|
654
|
+
"JobTemplate|Snippet": [
|
655
|
+
"Snippet"
|
647
656
|
],
|
648
|
-
"
|
649
|
-
"
|
657
|
+
"Jobs": [
|
658
|
+
"Jobs"
|
650
659
|
],
|
651
|
-
"
|
652
|
-
"
|
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
|
-
"
|
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
|
-
"
|
658
|
-
"
|
659
|
-
],
|
660
|
-
"Bookmark": [
|
661
|
-
"Lesezeichen"
|
666
|
+
"Label": [
|
667
|
+
"Kennung"
|
662
668
|
],
|
663
|
-
"
|
664
|
-
"
|
669
|
+
"Last execution cancelled": [
|
670
|
+
"Letzte Ausführung abgebrochen"
|
665
671
|
],
|
666
|
-
"
|
667
|
-
"
|
672
|
+
"Last execution failed": [
|
673
|
+
"Letzte Ausführung fehlgeschlagen"
|
668
674
|
],
|
669
|
-
"
|
670
|
-
"
|
675
|
+
"Last execution succeeded": [
|
676
|
+
"Letzte Ausführung erfolgreich"
|
671
677
|
],
|
672
|
-
"
|
673
|
-
"
|
678
|
+
"Latest Jobs": [
|
679
|
+
""
|
674
680
|
],
|
675
|
-
"
|
676
|
-
"
|
681
|
+
"Learn more about this in the documentation.": [
|
682
|
+
"Mehr dazu in der Dokumentation."
|
677
683
|
],
|
678
|
-
"
|
679
|
-
"
|
684
|
+
"List available remote execution features for a host": [
|
685
|
+
""
|
680
686
|
],
|
681
|
-
"
|
682
|
-
"
|
687
|
+
"List foreign input sets": [
|
688
|
+
"Fremdeingabe-Sätze auflisten"
|
683
689
|
],
|
684
|
-
"
|
685
|
-
"
|
690
|
+
"List job invocations": [
|
691
|
+
"Job-Aufrufe auflisten"
|
686
692
|
],
|
687
|
-
"
|
688
|
-
"
|
693
|
+
"List job templates": [
|
694
|
+
"Job-Vorlagen auflisten"
|
689
695
|
],
|
690
|
-
"
|
691
|
-
"Job-
|
696
|
+
"List job templates per location": [
|
697
|
+
"Job-Vorlagen pro Standort auflisten"
|
692
698
|
],
|
693
|
-
"
|
694
|
-
"
|
699
|
+
"List job templates per organization": [
|
700
|
+
"Job-Vorlagen pro Organisation auflisten"
|
695
701
|
],
|
696
|
-
"
|
697
|
-
"
|
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
|
-
"
|
700
|
-
"
|
705
|
+
"List remote execution features": [
|
706
|
+
"Entfernte Ausführungsfunktionen auflisten"
|
701
707
|
],
|
702
|
-
"
|
703
|
-
"
|
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
|
-
"
|
706
|
-
"
|
711
|
+
"Location": [
|
712
|
+
"Standort"
|
707
713
|
],
|
708
|
-
"
|
709
|
-
"
|
714
|
+
"Manual selection": [
|
715
|
+
"Manuelle Auswahl"
|
710
716
|
],
|
711
|
-
"
|
717
|
+
"Minute can only be a number between 0-59": [
|
712
718
|
""
|
713
719
|
],
|
714
|
-
"
|
720
|
+
"Missing the required permissions: ${missingPermissions.join( ', ' )}": [
|
715
721
|
""
|
716
722
|
],
|
717
|
-
"
|
718
|
-
"
|
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
|
-
"
|
724
|
-
"
|
726
|
+
"Must select a bookmark or enter a search query": [
|
727
|
+
"Es muss ein Lesezeichen oder eine Suchanfrage ausgewählt werden"
|
725
728
|
],
|
726
|
-
"
|
727
|
-
"
|
729
|
+
"N/A": [
|
730
|
+
"k.A."
|
728
731
|
],
|
729
|
-
"
|
730
|
-
""
|
732
|
+
"Name": [
|
733
|
+
"Name"
|
731
734
|
],
|
732
|
-
"
|
733
|
-
"
|
735
|
+
"Never": [
|
736
|
+
"Niemals"
|
734
737
|
],
|
735
|
-
"
|
736
|
-
"
|
738
|
+
"New Job Template": [
|
739
|
+
"Neue Job-Vorlage"
|
737
740
|
],
|
738
|
-
"
|
739
|
-
"
|
741
|
+
"New UI": [
|
742
|
+
""
|
740
743
|
],
|
741
|
-
"
|
742
|
-
"
|
744
|
+
"Next": [
|
745
|
+
""
|
743
746
|
],
|
744
|
-
"
|
745
|
-
"
|
747
|
+
"No (override)": [
|
748
|
+
"Nein (Überschreiben)"
|
746
749
|
],
|
747
|
-
"
|
748
|
-
"
|
750
|
+
"No Target Hosts": [
|
751
|
+
""
|
749
752
|
],
|
750
|
-
"
|
751
|
-
"
|
753
|
+
"No hosts found.": [
|
754
|
+
"Keine Hosts gefunden"
|
752
755
|
],
|
753
|
-
"
|
754
|
-
"
|
756
|
+
"No jobs available": [
|
757
|
+
""
|
755
758
|
],
|
756
|
-
"
|
757
|
-
"
|
759
|
+
"No results found": [
|
760
|
+
"Keine Ergebnisse gefunden"
|
758
761
|
],
|
759
|
-
"
|
760
|
-
"
|
762
|
+
"No template mapped to feature %{feature_name}": [
|
763
|
+
"Der Funktion %{feature_name} wurde keine Vorlage zugewiesen"
|
761
764
|
],
|
762
|
-
"
|
763
|
-
"
|
765
|
+
"Not all required inputs have values. Missing inputs: %s": [
|
766
|
+
"Nicht alle erforderlichen Eingaben haben Werte. Fehlende Eingaben: %s"
|
764
767
|
],
|
765
|
-
"
|
768
|
+
"Not available": [
|
766
769
|
""
|
767
770
|
],
|
768
|
-
"
|
769
|
-
"
|
771
|
+
"Not yet": [
|
772
|
+
""
|
770
773
|
],
|
771
|
-
"
|
772
|
-
"",
|
774
|
+
"Now": [
|
773
775
|
""
|
774
776
|
],
|
775
|
-
"
|
776
|
-
"
|
777
|
+
"On": [
|
778
|
+
"Am"
|
777
779
|
],
|
778
|
-
"
|
779
|
-
"
|
780
|
+
"Only one of feature or job_template_id can be specified": [
|
781
|
+
""
|
780
782
|
],
|
781
|
-
"
|
782
|
-
"
|
783
|
+
"Opening job invocation form": [
|
784
|
+
""
|
783
785
|
],
|
784
|
-
"
|
785
|
-
"
|
786
|
+
"Organization": [
|
787
|
+
"Organisation"
|
786
788
|
],
|
787
|
-
"
|
788
|
-
"
|
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
|
-
"
|
791
|
-
"
|
792
|
+
"Override the global time to pickup interval for this invocation only": [
|
793
|
+
""
|
792
794
|
],
|
793
|
-
"
|
794
|
-
"
|
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
|
-
"
|
797
|
-
"
|
798
|
+
"Overview": [
|
799
|
+
"Überblick"
|
798
800
|
],
|
799
|
-
"
|
800
|
-
"
|
801
|
+
"Overwrite": [
|
802
|
+
"Überschreiben"
|
801
803
|
],
|
802
|
-
"
|
803
|
-
"
|
804
|
+
"Overwrite template if it already exists": [
|
805
|
+
"Vorlage überschreiben, falls bereits vorhanden"
|
804
806
|
],
|
805
|
-
"
|
806
|
-
"
|
807
|
+
"Password": [
|
808
|
+
"Passwort"
|
807
809
|
],
|
808
|
-
"
|
809
|
-
"
|
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
|
-
"
|
812
|
-
"
|
813
|
+
"Pending": [
|
814
|
+
"Ausstehend"
|
813
815
|
],
|
814
|
-
"
|
815
|
-
"
|
816
|
+
"Perform a single Puppet run": [
|
817
|
+
"Führe einen einzelnen Puppet-Lauf aus"
|
816
818
|
],
|
817
|
-
"
|
818
|
-
"
|
819
|
+
"Perform no more executions after this time": [
|
820
|
+
"Danach nicht mehr ausführen"
|
819
821
|
],
|
820
|
-
"
|
821
|
-
"
|
822
|
+
"Permission Denied": [
|
823
|
+
""
|
822
824
|
],
|
823
|
-
"
|
824
|
-
"
|
825
|
+
"Please enter a search query": [
|
826
|
+
""
|
825
827
|
],
|
826
|
-
"
|
827
|
-
"
|
828
|
+
"Please go back to \\\\\\\"Schedule\\\\\\\" - \\\\\\\"Future execution\\\\\\\" step to fix the error": [
|
829
|
+
""
|
828
830
|
],
|
829
|
-
"
|
831
|
+
"Please refine your search.": [
|
830
832
|
""
|
831
833
|
],
|
832
|
-
"
|
833
|
-
"
|
834
|
+
"Please request the required permissions listed below from a Foreman administrator:": [
|
835
|
+
""
|
834
836
|
],
|
835
|
-
"
|
836
|
-
"
|
837
|
+
"Please select at least one host": [
|
838
|
+
""
|
837
839
|
],
|
838
|
-
"
|
839
|
-
"
|
840
|
+
"Please select at least one host collection": [
|
841
|
+
""
|
840
842
|
],
|
841
|
-
"
|
842
|
-
"
|
843
|
+
"Please select at least one host group": [
|
844
|
+
""
|
843
845
|
],
|
844
|
-
"
|
845
|
-
"
|
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
|
-
"
|
848
|
-
"
|
849
|
+
"Prefer IPv6 over IPv4": [
|
850
|
+
""
|
849
851
|
],
|
850
|
-
"
|
851
|
-
"
|
852
|
+
"Preview": [
|
853
|
+
"Vorschau"
|
852
854
|
],
|
853
|
-
"
|
854
|
-
"
|
855
|
+
"Preview Hosts": [
|
856
|
+
""
|
855
857
|
],
|
856
|
-
"
|
857
|
-
"
|
858
|
+
"Preview job description": [
|
859
|
+
""
|
858
860
|
],
|
859
|
-
"
|
860
|
-
"
|
861
|
+
"Preview templates": [
|
862
|
+
"Vorlagen-Vorschau betrachten"
|
861
863
|
],
|
862
|
-
"
|
863
|
-
"
|
864
|
+
"Private key passphrase": [
|
865
|
+
"Privat-Key Kennwort"
|
864
866
|
],
|
865
|
-
"
|
866
|
-
"
|
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
|
-
"
|
869
|
-
"
|
870
|
+
"Proceed Anyway": [
|
871
|
+
""
|
870
872
|
],
|
871
|
-
"
|
872
|
-
"
|
873
|
+
"Provider type": [
|
874
|
+
"Providertyp"
|
873
875
|
],
|
874
|
-
"
|
875
|
-
"
|
876
|
+
"Providers and templates": [
|
877
|
+
"Anbieter und Vorlagen"
|
876
878
|
],
|
877
|
-
"
|
878
|
-
"
|
879
|
+
"Proxies": [
|
880
|
+
"Proxys"
|
879
881
|
],
|
880
|
-
"
|
881
|
-
"
|
882
|
+
"Purpose": [
|
883
|
+
""
|
882
884
|
],
|
883
|
-
"
|
884
|
-
"
|
885
|
+
"Query type": [
|
886
|
+
""
|
885
887
|
],
|
886
|
-
"
|
887
|
-
"
|
888
|
+
"REX job has failed - %s": [
|
889
|
+
""
|
888
890
|
],
|
889
|
-
"
|
890
|
-
"
|
891
|
+
"REX job has finished - %s": [
|
892
|
+
""
|
891
893
|
],
|
892
|
-
"
|
893
|
-
"
|
894
|
+
"REX job has succeeded - %s": [
|
895
|
+
""
|
894
896
|
],
|
895
|
-
"
|
896
|
-
"
|
897
|
+
"REX pull mode": [
|
898
|
+
""
|
897
899
|
],
|
898
|
-
"
|
899
|
-
"
|
900
|
+
"Randomized": [
|
901
|
+
"Zufällig"
|
900
902
|
],
|
901
|
-
"
|
902
|
-
"
|
903
|
+
"Recent jobs": [
|
904
|
+
""
|
903
905
|
],
|
904
|
-
"
|
905
|
-
"
|
906
|
+
"Recurrence": [
|
907
|
+
""
|
906
908
|
],
|
907
|
-
"
|
908
|
-
"
|
909
|
+
"Recurring execution": [
|
910
|
+
""
|
909
911
|
],
|
910
|
-
"
|
911
|
-
"
|
912
|
+
"Recurring logic": [
|
913
|
+
"Wiederholungslogik"
|
912
914
|
],
|
913
|
-
"
|
914
|
-
"
|
915
|
+
"Recursive rendering of templates detected": [
|
916
|
+
"Rekursives Rendern von Vorlagen festgestellt"
|
915
917
|
],
|
916
|
-
"
|
917
|
-
"
|
918
|
+
"Refresh": [
|
919
|
+
"Aktualisieren"
|
918
920
|
],
|
919
|
-
"
|
920
|
-
"
|
921
|
+
"Remote Execution": [
|
922
|
+
"Entfernte Ausführung"
|
921
923
|
],
|
922
924
|
"Remote Execution Features": [
|
923
925
|
"Entfernte Ausführungsfunktionen "
|
924
926
|
],
|
925
|
-
"
|
926
|
-
"
|
927
|
-
],
|
928
|
-
"Edit Remote Execution Feature": [
|
929
|
-
"Entfernte Ausführungsfunktionen bearbeiten"
|
927
|
+
"Remote Execution Interface": [
|
928
|
+
"Remote-Ausführungsschnittstelle"
|
930
929
|
],
|
931
|
-
"
|
932
|
-
""
|
930
|
+
"Remote action:": [
|
931
|
+
"Entfernte Aktion"
|
933
932
|
],
|
934
|
-
"
|
935
|
-
""
|
933
|
+
"Remote execution": [
|
934
|
+
"Entfernte Ausführung"
|
936
935
|
],
|
937
|
-
"
|
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
|
-
"
|
939
|
+
"Remote execution job": [
|
941
940
|
""
|
942
941
|
],
|
943
|
-
"
|
944
|
-
"
|
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
|
-
"
|
950
|
-
"
|
945
|
+
"Repeat amount can only be a positive number": [
|
946
|
+
""
|
951
947
|
],
|
952
|
-
"
|
953
|
-
"
|
948
|
+
"Repeats": [
|
949
|
+
"Wiederholungen "
|
954
950
|
],
|
955
|
-
"
|
956
|
-
"
|
951
|
+
"Rerun": [
|
952
|
+
"Erneut ausführen"
|
957
953
|
],
|
958
|
-
"
|
959
|
-
"
|
954
|
+
"Rerun failed": [
|
955
|
+
"Erneutes Ausführen fehlgeschlagen"
|
960
956
|
],
|
961
|
-
"
|
962
|
-
"
|
957
|
+
"Rerun job on failed hosts": [
|
958
|
+
"Erneut ausführen auf fehlgeschlagenen Hosts"
|
963
959
|
],
|
964
|
-
"
|
965
|
-
"
|
960
|
+
"Rerun on %s": [
|
961
|
+
"Erneut ausführen auf %s"
|
966
962
|
],
|
967
|
-
"
|
968
|
-
"
|
963
|
+
"Rerun on failed hosts": [
|
964
|
+
"Erneut ausführen auf fehlgeschlagenen Hosts"
|
969
965
|
],
|
970
|
-
"
|
971
|
-
"
|
966
|
+
"Rerun the job": [
|
967
|
+
"Job erneut ausführen"
|
972
968
|
],
|
973
|
-
"
|
974
|
-
""
|
969
|
+
"Reset to default": [
|
970
|
+
"Rücksetzen auf Standardeinstellungen"
|
975
971
|
],
|
976
|
-
"
|
977
|
-
"
|
972
|
+
"Resolves to": [
|
973
|
+
"Wird aufgelöst zu"
|
978
974
|
],
|
979
|
-
"
|
980
|
-
"
|
975
|
+
"Results": [
|
976
|
+
"Ergebnisse"
|
981
977
|
],
|
982
|
-
"
|
983
|
-
"
|
978
|
+
"Review details": [
|
979
|
+
"Bewertungsdetails"
|
984
980
|
],
|
985
|
-
"
|
986
|
-
"
|
981
|
+
"Run": [
|
982
|
+
"Ausführen"
|
987
983
|
],
|
988
|
-
"
|
989
|
-
"
|
984
|
+
"Run Job": [
|
985
|
+
"Job ausführen"
|
990
986
|
],
|
991
|
-
"
|
992
|
-
"
|
987
|
+
"Run Puppet Once": [
|
988
|
+
"Puppet einmal ausführen"
|
993
989
|
],
|
994
|
-
"
|
990
|
+
"Run Script": [
|
995
991
|
""
|
996
992
|
],
|
997
|
-
"
|
993
|
+
"Run a script": [
|
998
994
|
""
|
999
995
|
],
|
1000
|
-
"
|
1001
|
-
""
|
996
|
+
"Run at most N tasks at a time": [
|
997
|
+
"Höchstens n Aufgaben gleichzeitig ausführen"
|
1002
998
|
],
|
1003
|
-
"
|
1004
|
-
"
|
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
|
-
"
|
1007
|
-
"
|
1002
|
+
"Run job": [
|
1003
|
+
"Job ausführen"
|
1008
1004
|
],
|
1009
|
-
"
|
1010
|
-
"
|
1005
|
+
"Run on selected hosts": [
|
1006
|
+
""
|
1011
1007
|
],
|
1012
|
-
"
|
1013
|
-
"
|
1008
|
+
"Running": [
|
1009
|
+
"Läuft"
|
1014
1010
|
],
|
1015
|
-
"
|
1016
|
-
"
|
1011
|
+
"SSH Port": [
|
1012
|
+
"SSH Port"
|
1017
1013
|
],
|
1018
|
-
"
|
1019
|
-
"
|
1014
|
+
"SSH User": [
|
1015
|
+
"SSH Benutzer"
|
1020
1016
|
],
|
1021
|
-
"
|
1022
|
-
"
|
1017
|
+
"SSH provider specific options": [
|
1018
|
+
"Besondere Optionen des SSH-Anbieters"
|
1023
1019
|
],
|
1024
|
-
"
|
1025
|
-
"
|
1020
|
+
"SSH user": [
|
1021
|
+
""
|
1026
1022
|
],
|
1027
|
-
"
|
1028
|
-
"
|
1023
|
+
"SSH user:": [
|
1024
|
+
""
|
1029
1025
|
],
|
1030
|
-
"
|
1031
|
-
"
|
1026
|
+
"Schedule": [
|
1027
|
+
"Plan"
|
1032
1028
|
],
|
1033
|
-
"
|
1034
|
-
"
|
1029
|
+
"Schedule Remote Job": [
|
1030
|
+
"Geplante Remote-Jobs"
|
1035
1031
|
],
|
1036
|
-
"
|
1037
|
-
"
|
1032
|
+
"Schedule a job": [
|
1033
|
+
""
|
1038
1034
|
],
|
1039
|
-
"
|
1040
|
-
"
|
1035
|
+
"Schedule the job for a future time": [
|
1036
|
+
"Job zu einem zukünftigen Zeitpunkt starten lassen"
|
1041
1037
|
],
|
1042
|
-
"
|
1043
|
-
"
|
1038
|
+
"Schedule the job to start at a later time": [
|
1039
|
+
"Job zu einer späteren Zeit starten lassen"
|
1044
1040
|
],
|
1045
|
-
"
|
1041
|
+
"Schedule type": [
|
1046
1042
|
""
|
1047
1043
|
],
|
1048
|
-
"
|
1049
|
-
"
|
1044
|
+
"Scheduled": [
|
1045
|
+
"Geplant"
|
1050
1046
|
],
|
1051
|
-
"
|
1047
|
+
"Scheduled at:": [
|
1052
1048
|
""
|
1053
1049
|
],
|
1054
|
-
"
|
1055
|
-
""
|
1050
|
+
"Scheduled to start at": [
|
1051
|
+
"Geplanter Start um"
|
1056
1052
|
],
|
1057
|
-
"
|
1058
|
-
"
|
1053
|
+
"Scheduled to start before": [
|
1054
|
+
"Geplanter Start vor"
|
1059
1055
|
],
|
1060
|
-
"
|
1061
|
-
"
|
1056
|
+
"Scheduled: ${totalHosts} hosts": [
|
1057
|
+
""
|
1062
1058
|
],
|
1063
|
-
"
|
1064
|
-
"
|
1059
|
+
"Script": [
|
1060
|
+
"Skript"
|
1065
1061
|
],
|
1066
|
-
"
|
1067
|
-
"
|
1062
|
+
"Scroll to bottom": [
|
1063
|
+
"Zum Ende scrollen"
|
1068
1064
|
],
|
1069
|
-
"
|
1070
|
-
"
|
1065
|
+
"Scroll to top": [
|
1066
|
+
"Zum Anfang scrollen"
|
1071
1067
|
],
|
1072
|
-
"
|
1073
|
-
"
|
1068
|
+
"Search Query": [
|
1069
|
+
"Suchanfrage"
|
1074
1070
|
],
|
1075
|
-
"
|
1076
|
-
"
|
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
|
-
"
|
1079
|
-
"
|
1074
|
+
"Search query": [
|
1075
|
+
"Suchanfrage"
|
1080
1076
|
],
|
1081
|
-
"
|
1082
|
-
"
|
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
|
-
"
|
1085
|
-
"
|
1080
|
+
"See more details at %s": [
|
1081
|
+
""
|
1086
1082
|
],
|
1087
|
-
"
|
1088
|
-
"
|
1083
|
+
"See the last task details": [
|
1084
|
+
"Ansicht der letzten Aufgabendetails"
|
1089
1085
|
],
|
1090
|
-
"
|
1091
|
-
"
|
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
|
-
"
|
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
|
-
"
|
1103
|
-
"
|
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
|
-
"
|
1098
|
+
"Select the type of execution": [
|
1106
1099
|
""
|
1107
1100
|
],
|
1108
|
-
"
|
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
|
-
"
|
1104
|
+
"Set SSH key passphrase": [
|
1118
1105
|
""
|
1119
1106
|
],
|
1120
|
-
"
|
1107
|
+
"Set SSH password": [
|
1121
1108
|
""
|
1122
1109
|
],
|
1123
|
-
"
|
1110
|
+
"Set SSH user": [
|
1124
1111
|
""
|
1125
1112
|
],
|
1126
|
-
"
|
1113
|
+
"Set password for effective user (using sudo-like mechanisms)": [
|
1127
1114
|
""
|
1128
1115
|
],
|
1129
|
-
"
|
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
|
-
"
|
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
|
-
"
|
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
|
-
"
|
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
|
-
"
|
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
|
-
"
|
1158
|
+
"Started": [
|
1159
|
+
"Gestartet"
|
1160
|
+
],
|
1161
|
+
"Started at:": [
|
1148
1162
|
""
|
1149
1163
|
],
|
1150
|
-
"
|
1164
|
+
"Starts": [
|
1165
|
+
"Beginnt"
|
1166
|
+
],
|
1167
|
+
"Starts Before": [
|
1151
1168
|
""
|
1152
1169
|
],
|
1153
|
-
"
|
1170
|
+
"Starts at": [
|
1154
1171
|
""
|
1155
1172
|
],
|
1156
|
-
"
|
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
|
-
"
|
1185
|
+
"Status": [
|
1186
|
+
"Status"
|
1187
|
+
],
|
1188
|
+
"Submit": [
|
1160
1189
|
""
|
1161
1190
|
],
|
1162
|
-
"
|
1191
|
+
"Subscribe to all my jobs": [
|
1163
1192
|
""
|
1164
1193
|
],
|
1165
|
-
"
|
1194
|
+
"Subscribe to my failed jobs": [
|
1166
1195
|
""
|
1167
1196
|
],
|
1168
|
-
"
|
1197
|
+
"Subscribe to my succeeded jobs": [
|
1169
1198
|
""
|
1170
1199
|
],
|
1171
|
-
"
|
1172
|
-
"
|
1173
|
-
],
|
1174
|
-
"Weekly": [
|
1175
|
-
"Wöchentlich"
|
1176
|
-
],
|
1177
|
-
"Daily": [
|
1178
|
-
"Täglich"
|
1200
|
+
"Succeeded": [
|
1201
|
+
"Erfolgreich"
|
1179
1202
|
],
|
1180
|
-
"
|
1203
|
+
"Succeeded:": [
|
1181
1204
|
""
|
1182
1205
|
],
|
1183
|
-
"
|
1184
|
-
""
|
1206
|
+
"Success": [
|
1207
|
+
"Erfolg"
|
1185
1208
|
],
|
1186
|
-
"
|
1209
|
+
"Switch to the new job invocation detail UI": [
|
1187
1210
|
""
|
1188
1211
|
],
|
1189
|
-
"
|
1190
|
-
""
|
1212
|
+
"Sync Job Templates": [
|
1213
|
+
"Synchronisations Job-Vorlage"
|
1191
1214
|
],
|
1192
|
-
"
|
1215
|
+
"System status": [
|
1193
1216
|
""
|
1194
1217
|
],
|
1195
|
-
"
|
1218
|
+
"Systems": [
|
1196
1219
|
""
|
1197
1220
|
],
|
1198
|
-
"
|
1199
|
-
"
|
1200
|
-
],
|
1201
|
-
"Review details": [
|
1202
|
-
"Bewertungsdetails"
|
1221
|
+
"Target hosts": [
|
1222
|
+
"Zielhosts"
|
1203
1223
|
],
|
1204
|
-
"
|
1224
|
+
"Target hosts and inputs": [
|
1205
1225
|
""
|
1206
1226
|
],
|
1207
|
-
"
|
1208
|
-
"
|
1227
|
+
"Target template ID": [
|
1228
|
+
"Zielvorlage-ID"
|
1209
1229
|
],
|
1210
|
-
"
|
1211
|
-
""
|
1230
|
+
"Target: ": [
|
1231
|
+
"Ziel:"
|
1212
1232
|
],
|
1213
|
-
"
|
1214
|
-
"
|
1233
|
+
"Task Details": [
|
1234
|
+
"Aufgabendetails"
|
1215
1235
|
],
|
1216
|
-
"
|
1217
|
-
"
|
1236
|
+
"Task cancelled": [
|
1237
|
+
"Task abgebrochen"
|
1218
1238
|
],
|
1219
|
-
"
|
1220
|
-
"
|
1239
|
+
"Template ERB": [
|
1240
|
+
"Vorlage ERB"
|
1221
1241
|
],
|
1222
|
-
"
|
1223
|
-
""
|
1242
|
+
"Template Invocation for %s": [
|
1243
|
+
"Vorlagen-Aufruf für %s"
|
1224
1244
|
],
|
1225
|
-
"
|
1245
|
+
"Template failed with:": [
|
1226
1246
|
""
|
1227
1247
|
],
|
1228
|
-
"
|
1229
|
-
""
|
1248
|
+
"Template name": [
|
1249
|
+
"Vorlagenname"
|
1230
1250
|
],
|
1231
|
-
"
|
1232
|
-
""
|
1251
|
+
"Template version": [
|
1252
|
+
"Vorlagenversion"
|
1233
1253
|
],
|
1234
|
-
"
|
1235
|
-
""
|
1254
|
+
"Template with id '%{id}' was not found": [
|
1255
|
+
"Vorlage mit ID '%{id}' nicht gefunden"
|
1236
1256
|
],
|
1237
|
-
"
|
1257
|
+
"Template:": [
|
1238
1258
|
""
|
1239
1259
|
],
|
1240
|
-
"
|
1260
|
+
"Templates list failed with:": [
|
1241
1261
|
""
|
1242
1262
|
],
|
1243
|
-
"
|
1263
|
+
"The cron line supports extended cron line syntax. For details please refer to the ": [
|
1244
1264
|
""
|
1245
1265
|
],
|
1246
|
-
"
|
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
|
-
"
|
1250
|
-
""
|
1269
|
+
"The execution interface is used for remote execution": [
|
1270
|
+
"Die Ausführungsschnittstelle wird für entfernte Ausführung verwendet"
|
1251
1271
|
],
|
1252
|
-
"
|
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
|
-
"
|
1256
|
-
""
|
1275
|
+
"The job cannot be aborted at the moment.": [
|
1276
|
+
"Die Aufgabe kann derzeit nicht abgebrochen werden."
|
1257
1277
|
],
|
1258
|
-
"
|
1259
|
-
""
|
1278
|
+
"The job cannot be cancelled at the moment.": [
|
1279
|
+
"Die Aufgabe kann derzeit nicht abgebrochen werden."
|
1260
1280
|
],
|
1261
|
-
"
|
1262
|
-
""
|
1281
|
+
"The job could not be cancelled.": [
|
1282
|
+
"Job kann nicht abgebrochen werden"
|
1263
1283
|
],
|
1264
|
-
"
|
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
|
-
"
|
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
|
-
"
|
1271
|
-
"
|
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
|
-
"
|
1294
|
+
"There are no available input fields for the selected template.": [
|
1274
1295
|
""
|
1275
1296
|
],
|
1276
|
-
"
|
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
|
-
"
|
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
|
-
"
|
1283
|
-
"
|
1303
|
+
"This template is locked for editing.": [
|
1304
|
+
"Diese Vorlage ist schreibgeschützt."
|
1284
1305
|
],
|
1285
|
-
"
|
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
|
-
"
|
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
|
-
"
|
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
|
-
"
|
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
|
-
"
|
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
|
-
"
|
1321
|
+
"Time to pickup": [
|
1301
1322
|
""
|
1302
1323
|
],
|
1303
|
-
"
|
1304
|
-
""
|
1324
|
+
"Timeout to kill": [
|
1325
|
+
"Timeout zum kill-Befehl"
|
1305
1326
|
],
|
1306
|
-
"
|
1307
|
-
""
|
1327
|
+
"Timeout to kill after": [
|
1328
|
+
"Timeout, um danach den kill-Befehl danach"
|
1308
1329
|
],
|
1309
|
-
"
|
1310
|
-
""
|
1330
|
+
"Toggle DEBUG": [
|
1331
|
+
"Umschalt DEBUG"
|
1311
1332
|
],
|
1312
|
-
"
|
1313
|
-
""
|
1333
|
+
"Toggle STDERR": [
|
1334
|
+
"Umschalt STDERR"
|
1314
1335
|
],
|
1315
|
-
"
|
1316
|
-
""
|
1336
|
+
"Toggle STDOUT": [
|
1337
|
+
"Umschalt STDOUT"
|
1317
1338
|
],
|
1318
|
-
"
|
1319
|
-
""
|
1339
|
+
"Toggle command": [
|
1340
|
+
"Umschalt-Befehl"
|
1320
1341
|
],
|
1321
|
-
"
|
1322
|
-
""
|
1342
|
+
"Total hosts": [
|
1343
|
+
"Hosts gesamt"
|
1323
1344
|
],
|
1324
|
-
"
|
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
|
-
"
|
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
|
-
"
|
1331
|
-
""
|
1351
|
+
"Try to cancel the job": [
|
1352
|
+
"Versuche den Job abzubrechen"
|
1332
1353
|
],
|
1333
|
-
"
|
1334
|
-
"
|
1354
|
+
"Try to cancel the job on a host": [
|
1355
|
+
"Versuche den Job auf einem Host abzubrechen"
|
1335
1356
|
],
|
1336
|
-
"
|
1337
|
-
""
|
1357
|
+
"Trying to abort the job": [
|
1358
|
+
"Versuche Jobabbruch zu erzwingen"
|
1338
1359
|
],
|
1339
|
-
"
|
1340
|
-
""
|
1360
|
+
"Trying to cancel the job": [
|
1361
|
+
"Versuche den Job abzubrechen"
|
1341
1362
|
],
|
1342
|
-
"
|
1343
|
-
""
|
1363
|
+
"Type": [
|
1364
|
+
"Typ"
|
1344
1365
|
],
|
1345
|
-
"
|
1366
|
+
"Type has impact on when is the query evaluated to hosts.": [
|
1346
1367
|
""
|
1347
1368
|
],
|
1348
|
-
"
|
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
|
-
"
|
1352
|
-
"Cron-Zeile"
|
1353
|
-
],
|
1354
|
-
"No Target Hosts": [
|
1372
|
+
"Type of execution": [
|
1355
1373
|
""
|
1356
1374
|
],
|
1357
|
-
"
|
1358
|
-
""
|
1375
|
+
"Type of query": [
|
1376
|
+
"Anfragetyp"
|
1359
1377
|
],
|
1360
|
-
"
|
1361
|
-
""
|
1378
|
+
"Unable to create mail notification: %s": [
|
1379
|
+
"Unable to create mail notification: %s"
|
1362
1380
|
],
|
1363
|
-
"
|
1364
|
-
""
|
1381
|
+
"Unable to fetch public key": [
|
1382
|
+
"Öffentlicher Schlüssel konnte nicht abgerufen werden"
|
1365
1383
|
],
|
1366
|
-
"
|
1367
|
-
""
|
1384
|
+
"Unable to remove host from known hosts": [
|
1385
|
+
"Host kann nicht von bekannten Hosts entfernt werden"
|
1368
1386
|
],
|
1369
|
-
"
|
1370
|
-
""
|
1387
|
+
"Unable to save template. Correct highlighted errors": [
|
1388
|
+
"Vorlage kann nicht gespeichert werden. Bitte korrigieren Sie die markierten Fehler"
|
1371
1389
|
],
|
1372
|
-
"
|
1373
|
-
""
|
1390
|
+
"Unknown execution status": [
|
1391
|
+
"Unbekannter Ausführungsstatus"
|
1374
1392
|
],
|
1375
|
-
"
|
1376
|
-
""
|
1393
|
+
"Unknown input %{input_name} for template %{template_name}": [
|
1394
|
+
"Unbekannte Eingabe %{input_name} für Vorlage %{template_name}"
|
1377
1395
|
],
|
1378
|
-
"
|
1379
|
-
"
|
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
|
-
"
|
1382
|
-
""
|
1402
|
+
"Update a foreign input set": [
|
1403
|
+
"Fremdeingabe-Satz aktualisieren"
|
1383
1404
|
],
|
1384
|
-
"
|
1385
|
-
"
|
1405
|
+
"Update a job template": [
|
1406
|
+
"Job-Vorlage aktualisieren"
|
1386
1407
|
],
|
1387
|
-
"
|
1388
|
-
"
|
1408
|
+
"Use default description template": [
|
1409
|
+
"Standardbeschreibungsvorlage verwenden"
|
1389
1410
|
],
|
1390
|
-
"
|
1411
|
+
"Use legacy form": [
|
1391
1412
|
""
|
1392
1413
|
],
|
1393
|
-
"
|
1414
|
+
"Use new job wizard": [
|
1394
1415
|
""
|
1395
1416
|
],
|
1396
|
-
"
|
1417
|
+
"Use old form": [
|
1397
1418
|
""
|
1398
1419
|
],
|
1399
|
-
"
|
1400
|
-
""
|
1420
|
+
"User Inputs": [
|
1421
|
+
"Benutzereingaben"
|
1401
1422
|
],
|
1402
|
-
"
|
1403
|
-
""
|
1423
|
+
"User can not execute job on host %s": [
|
1424
|
+
"Benutzer kann den Job auf Host %s nicht ausführen"
|
1404
1425
|
],
|
1405
|
-
"
|
1426
|
+
"User can not execute job on infrastructure host %s": [
|
1406
1427
|
""
|
1407
1428
|
],
|
1408
|
-
"
|
1409
|
-
""
|
1429
|
+
"User can not execute this job template": [
|
1430
|
+
"Benutzer kann diese Job-Vorlage nicht ausführen"
|
1410
1431
|
],
|
1411
|
-
"
|
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
|
-
"
|
1444
|
+
"View finished jobs": [
|
1415
1445
|
""
|
1416
1446
|
],
|
1417
|
-
"
|
1447
|
+
"View running jobs": [
|
1418
1448
|
""
|
1419
1449
|
],
|
1420
|
-
"
|
1450
|
+
"View scheduled jobs": [
|
1421
1451
|
""
|
1422
1452
|
],
|
1423
|
-
"
|
1424
|
-
"
|
1453
|
+
"Web Console": [
|
1454
|
+
"Web-Konsole"
|
1425
1455
|
],
|
1426
|
-
"
|
1427
|
-
"
|
1456
|
+
"Weekly": [
|
1457
|
+
"Wöchentlich"
|
1428
1458
|
],
|
1429
|
-
"
|
1430
|
-
"
|
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
|
-
"
|
1433
|
-
"
|
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
|
-
"
|
1436
|
-
"
|
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
|
-
"
|
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
|
-
"
|
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
|
-
"
|
1445
|
-
"
|
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
|
-
"
|
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
|
-
"
|
1451
|
-
""
|
1480
|
+
"Whether or not the template is locked for editing": [
|
1481
|
+
"Ob die Vorlage schreibgeschützt ist"
|
1452
1482
|
],
|
1453
|
-
"
|
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
|
-
"
|
1457
|
-
"
|
1486
|
+
"Whether to overwrite the template if it already exists": [
|
1487
|
+
"Ob Vorlage überschrieben werden soll, wenn sie bereits existiert"
|
1458
1488
|
],
|
1459
|
-
"
|
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
|
-
"
|
1463
|
-
"
|
1492
|
+
"Workers pool size": [
|
1493
|
+
"Größe des Arbeiterpools"
|
1464
1494
|
],
|
1465
|
-
"
|
1466
|
-
"
|
1495
|
+
"Yes (override)": [
|
1496
|
+
"Ja (überschreiben)"
|
1467
1497
|
],
|
1468
|
-
"
|
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
|
-
"
|
1501
|
+
"You are not authorized to perform this action.": [
|
1472
1502
|
""
|
1473
1503
|
],
|
1474
|
-
"
|
1504
|
+
"You have %s results to display. Showing first %s results": [
|
1475
1505
|
""
|
1476
1506
|
],
|
1477
|
-
"
|
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
|
-
"
|
1481
|
-
""
|
1510
|
+
"cancelled": [
|
1511
|
+
"abgebrochen"
|
1482
1512
|
],
|
1483
|
-
"
|
1484
|
-
"
|
1513
|
+
"default_capsule method missing from SmartProxy": [
|
1514
|
+
"default_capsule-Methode fehlt in SmartProxy"
|
1485
1515
|
],
|
1486
|
-
"
|
1516
|
+
"documentation": [
|
1487
1517
|
""
|
1488
1518
|
],
|
1489
|
-
"
|
1490
|
-
""
|
1519
|
+
"effective user": [
|
1520
|
+
"Effektiver Benutzer"
|
1491
1521
|
],
|
1492
|
-
"
|
1493
|
-
""
|
1522
|
+
"error": [
|
1523
|
+
"Error"
|
1494
1524
|
],
|
1495
|
-
"
|
1496
|
-
""
|
1525
|
+
"error during rendering: %s": [
|
1526
|
+
"Fehler beim Rendern: %s"
|
1497
1527
|
],
|
1498
|
-
"
|
1528
|
+
"evaluates just after you submit this form": [
|
1499
1529
|
""
|
1500
1530
|
],
|
1501
|
-
"
|
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
|
-
"
|
1505
|
-
""
|
1534
|
+
"failed": [
|
1535
|
+
"fehlgeschlagen"
|
1506
1536
|
],
|
1507
|
-
"
|
1508
|
-
""
|
1537
|
+
"here": [
|
1538
|
+
"hier"
|
1509
1539
|
],
|
1510
|
-
"
|
1511
|
-
""
|
1540
|
+
"host already has an execution interface": [
|
1541
|
+
"Host verfügt bereits über eine Ausführungsschnittstelle"
|
1512
1542
|
],
|
1513
|
-
"
|
1514
|
-
"
|
1543
|
+
"hosts": [
|
1544
|
+
"Hosts"
|
1515
1545
|
],
|
1516
|
-
"
|
1517
|
-
""
|
1546
|
+
"in %s": [
|
1547
|
+
"in %s"
|
1518
1548
|
],
|
1519
|
-
"
|
1520
|
-
""
|
1549
|
+
"included template '%s' not found": [
|
1550
|
+
"enthaltene Vorlage '%s' nicht gefunden"
|
1521
1551
|
],
|
1522
|
-
"
|
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
|
-
"
|
1526
|
-
""
|
1555
|
+
"is day of month (range: 1-31)": [
|
1556
|
+
"Tag des Monats (im Bereich: 1-31)"
|
1527
1557
|
],
|
1528
|
-
"
|
1529
|
-
""
|
1558
|
+
"is day of week (range: 0-6)": [
|
1559
|
+
"Wochentag (im Bereich: 0-6)"
|
1530
1560
|
],
|
1531
|
-
"
|
1532
|
-
""
|
1561
|
+
"is hour (range: 0-23)": [
|
1562
|
+
"Stunde (im Bereich: 0-23)"
|
1533
1563
|
],
|
1534
|
-
"
|
1535
|
-
""
|
1564
|
+
"is minute (range: 0-59)": [
|
1565
|
+
"Minute (im Bereich: 0-59)"
|
1536
1566
|
],
|
1537
|
-
"
|
1538
|
-
""
|
1567
|
+
"is month (range: 1-12)": [
|
1568
|
+
"Monat (im Bereich: 1-12)"
|
1539
1569
|
],
|
1540
|
-
"
|
1541
|
-
""
|
1570
|
+
"no": [
|
1571
|
+
"nein"
|
1542
1572
|
],
|
1543
|
-
"
|
1573
|
+
"occurences": [
|
1544
1574
|
""
|
1545
1575
|
],
|
1546
|
-
"
|
1576
|
+
"open-help-tooltip-button": [
|
1547
1577
|
""
|
1548
1578
|
],
|
1549
|
-
"
|
1550
|
-
"
|
1579
|
+
"queued": [
|
1580
|
+
"in der Warteschlange"
|
1551
1581
|
],
|
1552
|
-
"
|
1553
|
-
"
|
1582
|
+
"queued to start executing in %{time}": [
|
1583
|
+
"in der Warteschlange, um in %{time} mit der Ausführung zu beginnen"
|
1554
1584
|
],
|
1555
|
-
"
|
1556
|
-
"
|
1585
|
+
"range: 0-59": [
|
1586
|
+
""
|
1557
1587
|
],
|
1558
|
-
"
|
1559
|
-
"
|
1588
|
+
"remove template input set": [
|
1589
|
+
"Vorlageneingabe-Satz entfernen"
|
1560
1590
|
],
|
1561
|
-
"
|
1562
|
-
"
|
1591
|
+
"running %{percent}%%": [
|
1592
|
+
"wird ausgeführt %{percent}%%"
|
1563
1593
|
],
|
1564
|
-
"
|
1565
|
-
"
|
1594
|
+
"seconds": [
|
1595
|
+
"Sekunden"
|
1566
1596
|
],
|
1567
|
-
"
|
1568
|
-
"
|
1597
|
+
"succeeded": [
|
1598
|
+
"erfolgreich"
|
1569
1599
|
],
|
1570
|
-
"
|
1571
|
-
""
|
1600
|
+
"tasks at a time": [
|
1601
|
+
"Aufgaben gleichzeitig"
|
1572
1602
|
],
|
1573
|
-
"
|
1574
|
-
"
|
1603
|
+
"template": [
|
1604
|
+
"Vorlage"
|
1575
1605
|
],
|
1576
|
-
"
|
1577
|
-
"
|
1606
|
+
"unknown status": [
|
1607
|
+
"unbekannter Status"
|
1578
1608
|
],
|
1579
|
-
"
|
1580
|
-
""
|
1609
|
+
"using ": [
|
1610
|
+
"verwende"
|
1581
1611
|
],
|
1582
|
-
"
|
1612
|
+
"using Smart Proxy": [
|
1583
1613
|
""
|
1584
1614
|
],
|
1585
|
-
"
|
1586
|
-
"Rechner"
|
1587
|
-
],
|
1588
|
-
"Active Filters:": [
|
1615
|
+
"view host names": [
|
1589
1616
|
""
|
1590
1617
|
],
|
1591
|
-
"
|
1592
|
-
"
|
1618
|
+
"yes": [
|
1619
|
+
"ja"
|
1593
1620
|
]
|
1594
1621
|
}
|
1595
1622
|
}
|