hammer_cli_foreman_remote_execution 0.2.2 → 0.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (42) hide show
  1. checksums.yaml +4 -4
  2. data/.tx/config +4 -3
  3. data/Gemfile +1 -1
  4. data/Rakefile +5 -25
  5. data/lib/hammer_cli_foreman_remote_execution/job_invocation.rb +1 -0
  6. data/lib/hammer_cli_foreman_remote_execution/version.rb +1 -1
  7. data/locale/Makefile +2 -53
  8. data/locale/ca/LC_MESSAGES/hammer-cli-foreman-remote-execution.mo +0 -0
  9. data/locale/ca/hammer-cli-foreman-remote-execution.po +317 -0
  10. data/locale/cs_CZ/LC_MESSAGES/hammer-cli-foreman-remote-execution.mo +0 -0
  11. data/locale/cs_CZ/hammer-cli-foreman-remote-execution.po +305 -0
  12. data/locale/de/LC_MESSAGES/hammer-cli-foreman-remote-execution.mo +0 -0
  13. data/locale/de/hammer-cli-foreman-remote-execution.po +137 -82
  14. data/locale/en/LC_MESSAGES/hammer-cli-foreman-remote-execution.mo +0 -0
  15. data/locale/en/hammer-cli-foreman-remote-execution.po +55 -16
  16. data/locale/es/LC_MESSAGES/hammer-cli-foreman-remote-execution.mo +0 -0
  17. data/locale/es/hammer-cli-foreman-remote-execution.po +136 -84
  18. data/locale/fr/LC_MESSAGES/hammer-cli-foreman-remote-execution.mo +0 -0
  19. data/locale/fr/hammer-cli-foreman-remote-execution.po +140 -83
  20. data/locale/hammer-cli-foreman-remote-execution.pot +113 -57
  21. data/locale/it/LC_MESSAGES/hammer-cli-foreman-remote-execution.mo +0 -0
  22. data/locale/it/hammer-cli-foreman-remote-execution.po +76 -33
  23. data/locale/ja/LC_MESSAGES/hammer-cli-foreman-remote-execution.mo +0 -0
  24. data/locale/ja/hammer-cli-foreman-remote-execution.po +136 -86
  25. data/locale/ka/LC_MESSAGES/hammer-cli-foreman-remote-execution.mo +0 -0
  26. data/locale/ka/hammer-cli-foreman-remote-execution.po +313 -0
  27. data/locale/ko/LC_MESSAGES/hammer-cli-foreman-remote-execution.mo +0 -0
  28. data/locale/ko/hammer-cli-foreman-remote-execution.po +122 -73
  29. data/locale/pt_BR/LC_MESSAGES/hammer-cli-foreman-remote-execution.mo +0 -0
  30. data/locale/pt_BR/hammer-cli-foreman-remote-execution.po +136 -85
  31. data/locale/ru/LC_MESSAGES/hammer-cli-foreman-remote-execution.mo +0 -0
  32. data/locale/ru/hammer-cli-foreman-remote-execution.po +128 -75
  33. data/locale/zh_CN/LC_MESSAGES/hammer-cli-foreman-remote-execution.mo +0 -0
  34. data/locale/zh_CN/hammer-cli-foreman-remote-execution.po +133 -87
  35. data/locale/zh_TW/LC_MESSAGES/hammer-cli-foreman-remote-execution.mo +0 -0
  36. data/locale/zh_TW/hammer-cli-foreman-remote-execution.po +119 -73
  37. data/test/unit/foreign_input_set_test.rb +9 -9
  38. data/test/unit/job_invocation_test.rb +10 -10
  39. data/test/unit/job_template_test.rb +18 -18
  40. data/test/unit/remote_execution_feature_test.rb +7 -7
  41. data/test/unit/template_input_test.rb +11 -11
  42. metadata +23 -6
@@ -6,10 +6,10 @@
6
6
  #, fuzzy
7
7
  msgid ""
8
8
  msgstr ""
9
- "Project-Id-Version: hammer-cli-foreman-remote-execution 0.1.1\n"
9
+ "Project-Id-Version: hammer-cli-foreman-remote-execution 0.2.3\n"
10
10
  "Report-Msgid-Bugs-To: \n"
11
- "POT-Creation-Date: 2019-02-26 10:44-0500\n"
12
- "PO-Revision-Date: 2019-02-26 10:44-0500\n"
11
+ "POT-Creation-Date: 2023-07-12 15:59+0000\n"
12
+ "PO-Revision-Date: 2023-07-12 15:59+0000\n"
13
13
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
14
  "Language-Team: LANGUAGE <LL@li.org>\n"
15
15
  "Language: \n"
@@ -25,7 +25,7 @@ msgstr ""
25
25
 
26
26
  #: ../lib/hammer_cli_foreman_remote_execution/foreign_input_set.rb:8
27
27
  #: ../lib/hammer_cli_foreman_remote_execution/foreign_input_set.rb:18
28
- #: ../lib/hammer_cli_foreman_remote_execution/job_invocation.rb:13
28
+ #: ../lib/hammer_cli_foreman_remote_execution/job_invocation.rb:14
29
29
  #: ../lib/hammer_cli_foreman_remote_execution/job_template.rb:7
30
30
  #: ../lib/hammer_cli_foreman_remote_execution/remote_execution_feature.rb:8
31
31
  #: ../lib/hammer_cli_foreman_remote_execution/remote_execution_feature.rb:19
@@ -48,6 +48,7 @@ msgstr ""
48
48
  #: ../lib/hammer_cli_foreman_remote_execution/job_template.rb:8
49
49
  #: ../lib/hammer_cli_foreman_remote_execution/remote_execution_feature.rb:9
50
50
  #: ../lib/hammer_cli_foreman_remote_execution/remote_execution_feature.rb:21
51
+ #: ../lib/hammer_cli_foreman_remote_execution/subnet_extensions.rb:9
51
52
  #: ../lib/hammer_cli_foreman_remote_execution/template_input.rb:9
52
53
  #: ../lib/hammer_cli_foreman_remote_execution/template_input.rb:19
53
54
  msgid "Name"
@@ -89,122 +90,157 @@ msgstr ""
89
90
  msgid "Could not delete the input set"
90
91
  msgstr ""
91
92
 
92
- #: ../lib/hammer_cli_foreman_remote_execution/job_invocation.rb:14
93
+ #: ../lib/hammer_cli_foreman_remote_execution/interface_extensions.rb:9
94
+ msgid "Execution"
95
+ msgstr ""
96
+
97
+ #: ../lib/hammer_cli_foreman_remote_execution/interface_extensions.rb:19
98
+ #: ../lib/hammer_cli_foreman_remote_execution/interface_extensions.rb:21
99
+ msgid "execution"
100
+ msgstr ""
101
+
102
+ #: ../lib/hammer_cli_foreman_remote_execution/job_invocation.rb:15
103
+ #: ../lib/hammer_cli_foreman_remote_execution/job_template.rb:23
93
104
  #: ../lib/hammer_cli_foreman_remote_execution/remote_execution_feature.rb:10
94
105
  #: ../lib/hammer_cli_foreman_remote_execution/remote_execution_feature.rb:22
95
106
  msgid "Description"
96
107
  msgstr ""
97
108
 
98
- #: ../lib/hammer_cli_foreman_remote_execution/job_invocation.rb:15
109
+ #: ../lib/hammer_cli_foreman_remote_execution/job_invocation.rb:16
99
110
  msgid "Status"
100
111
  msgstr ""
101
112
 
102
- #: ../lib/hammer_cli_foreman_remote_execution/job_invocation.rb:16
113
+ #: ../lib/hammer_cli_foreman_remote_execution/job_invocation.rb:17
103
114
  msgid "Success"
104
115
  msgstr ""
105
116
 
106
- #: ../lib/hammer_cli_foreman_remote_execution/job_invocation.rb:17
117
+ #: ../lib/hammer_cli_foreman_remote_execution/job_invocation.rb:18
107
118
  msgid "Failed"
108
119
  msgstr ""
109
120
 
110
- #: ../lib/hammer_cli_foreman_remote_execution/job_invocation.rb:18
121
+ #: ../lib/hammer_cli_foreman_remote_execution/job_invocation.rb:19
111
122
  msgid "Pending"
112
123
  msgstr ""
113
124
 
114
- #: ../lib/hammer_cli_foreman_remote_execution/job_invocation.rb:19
125
+ #: ../lib/hammer_cli_foreman_remote_execution/job_invocation.rb:20
115
126
  msgid "Total"
116
127
  msgstr ""
117
128
 
118
- #: ../lib/hammer_cli_foreman_remote_execution/job_invocation.rb:20
129
+ #: ../lib/hammer_cli_foreman_remote_execution/job_invocation.rb:21
119
130
  msgid "Start"
120
131
  msgstr ""
121
132
 
122
- #: ../lib/hammer_cli_foreman_remote_execution/job_invocation.rb:33
133
+ #: ../lib/hammer_cli_foreman_remote_execution/job_invocation.rb:22
134
+ msgid "Randomized ordering"
135
+ msgstr ""
136
+
137
+ #: ../lib/hammer_cli_foreman_remote_execution/job_invocation.rb:23
138
+ #: ../lib/hammer_cli_foreman_remote_execution/job_template.rb:24
139
+ msgid "Inputs"
140
+ msgstr ""
141
+
142
+ #: ../lib/hammer_cli_foreman_remote_execution/job_invocation.rb:41
143
+ msgid "Show the complete input of the job"
144
+ msgstr ""
145
+
146
+ #: ../lib/hammer_cli_foreman_remote_execution/job_invocation.rb:42
147
+ msgid "Show job status for the hosts"
148
+ msgstr ""
149
+
150
+ #: ../lib/hammer_cli_foreman_remote_execution/job_invocation.rb:46
151
+ msgid "Missing"
152
+ msgstr ""
153
+
154
+ #: ../lib/hammer_cli_foreman_remote_execution/job_invocation.rb:49
123
155
  #: ../lib/hammer_cli_foreman_remote_execution/job_template.rb:9
124
156
  msgid "Job Category"
125
157
  msgstr ""
126
158
 
127
- #: ../lib/hammer_cli_foreman_remote_execution/job_invocation.rb:34
159
+ #: ../lib/hammer_cli_foreman_remote_execution/job_invocation.rb:50
128
160
  msgid "Mode"
129
161
  msgstr ""
130
162
 
131
- #: ../lib/hammer_cli_foreman_remote_execution/job_invocation.rb:35
163
+ #: ../lib/hammer_cli_foreman_remote_execution/job_invocation.rb:51
132
164
  msgid "Cron line"
133
165
  msgstr ""
134
166
 
135
- #: ../lib/hammer_cli_foreman_remote_execution/job_invocation.rb:36
167
+ #: ../lib/hammer_cli_foreman_remote_execution/job_invocation.rb:52
136
168
  msgid "Recurring logic ID"
137
169
  msgstr ""
138
170
 
139
- #: ../lib/hammer_cli_foreman_remote_execution/job_invocation.rb:37
171
+ #: ../lib/hammer_cli_foreman_remote_execution/job_invocation.rb:53
172
+ msgid "Time to pickup"
173
+ msgstr ""
174
+
175
+ #: ../lib/hammer_cli_foreman_remote_execution/job_invocation.rb:54
140
176
  msgid "Hosts"
141
177
  msgstr ""
142
178
 
143
- #: ../lib/hammer_cli_foreman_remote_execution/job_invocation.rb:52
179
+ #: ../lib/hammer_cli_foreman_remote_execution/job_invocation.rb:97
144
180
  msgid "View the output for a host"
145
181
  msgstr ""
146
182
 
147
- #: ../lib/hammer_cli_foreman_remote_execution/job_invocation.rb:54
183
+ #: ../lib/hammer_cli_foreman_remote_execution/job_invocation.rb:99
148
184
  msgid "Do not wait for job to complete, shows current output only"
149
185
  msgstr ""
150
186
 
151
- #: ../lib/hammer_cli_foreman_remote_execution/job_invocation.rb:70
187
+ #: ../lib/hammer_cli_foreman_remote_execution/job_invocation.rb:115
152
188
  msgid "The job is scheduled to start at %{timestamp}"
153
189
  msgstr ""
154
190
 
155
- #: ../lib/hammer_cli_foreman_remote_execution/job_invocation.rb:102
191
+ #: ../lib/hammer_cli_foreman_remote_execution/job_invocation.rb:147
156
192
  msgid "Job invocation %{id} created"
157
193
  msgstr ""
158
194
 
159
- #: ../lib/hammer_cli_foreman_remote_execution/job_invocation.rb:105
195
+ #: ../lib/hammer_cli_foreman_remote_execution/job_invocation.rb:150
160
196
  msgid "Schedule the execution for a later time"
161
197
  msgstr ""
162
198
 
163
- #: ../lib/hammer_cli_foreman_remote_execution/job_invocation.rb:108
199
+ #: ../lib/hammer_cli_foreman_remote_execution/job_invocation.rb:153
164
200
  msgid "Execution should be cancelled if it cannot be started before --start-at"
165
201
  msgstr ""
166
202
 
167
- #: ../lib/hammer_cli_foreman_remote_execution/job_invocation.rb:112
203
+ #: ../lib/hammer_cli_foreman_remote_execution/job_invocation.rb:157
168
204
  msgid "Create a recurring execution"
169
205
  msgstr ""
170
206
 
171
- #: ../lib/hammer_cli_foreman_remote_execution/job_invocation.rb:114
207
+ #: ../lib/hammer_cli_foreman_remote_execution/job_invocation.rb:159
172
208
  msgid "Perform no more executions after this time, used with --cron-line"
173
209
  msgstr ""
174
210
 
175
- #: ../lib/hammer_cli_foreman_remote_execution/job_invocation.rb:118
211
+ #: ../lib/hammer_cli_foreman_remote_execution/job_invocation.rb:163
176
212
  msgid "Specify inputs from command line"
177
213
  msgstr ""
178
214
 
179
- #: ../lib/hammer_cli_foreman_remote_execution/job_invocation.rb:122
215
+ #: ../lib/hammer_cli_foreman_remote_execution/job_invocation.rb:167
180
216
  msgid "Read input values from files"
181
217
  msgstr ""
182
218
 
183
- #: ../lib/hammer_cli_foreman_remote_execution/job_invocation.rb:125
219
+ #: ../lib/hammer_cli_foreman_remote_execution/job_invocation.rb:170
184
220
  msgid "Dynamic search queries are evaluated at run time"
185
221
  msgstr ""
186
222
 
187
- #: ../lib/hammer_cli_foreman_remote_execution/job_invocation.rb:168
223
+ #: ../lib/hammer_cli_foreman_remote_execution/job_invocation.rb:213
188
224
  msgid "Cancel the job"
189
225
  msgstr ""
190
226
 
191
- #: ../lib/hammer_cli_foreman_remote_execution/job_invocation.rb:169
227
+ #: ../lib/hammer_cli_foreman_remote_execution/job_invocation.rb:214
192
228
  msgid "Job invocation %{id} cancelled"
193
229
  msgstr ""
194
230
 
195
- #: ../lib/hammer_cli_foreman_remote_execution/job_invocation.rb:170
231
+ #: ../lib/hammer_cli_foreman_remote_execution/job_invocation.rb:215
196
232
  msgid "Could not cancel the job invocation"
197
233
  msgstr ""
198
234
 
199
- #: ../lib/hammer_cli_foreman_remote_execution/job_invocation.rb:180
235
+ #: ../lib/hammer_cli_foreman_remote_execution/job_invocation.rb:225
200
236
  msgid "Rerun the job"
201
237
  msgstr ""
202
238
 
203
- #: ../lib/hammer_cli_foreman_remote_execution/job_invocation.rb:181
239
+ #: ../lib/hammer_cli_foreman_remote_execution/job_invocation.rb:226
204
240
  msgid "Job invocation was rerun as %{id}"
205
241
  msgstr ""
206
242
 
207
- #: ../lib/hammer_cli_foreman_remote_execution/job_invocation.rb:202
243
+ #: ../lib/hammer_cli_foreman_remote_execution/job_invocation.rb:252
208
244
  msgid "Manage job invocations"
209
245
  msgstr ""
210
246
 
@@ -216,60 +252,56 @@ msgstr ""
216
252
  msgid "Type"
217
253
  msgstr ""
218
254
 
219
- #: ../lib/hammer_cli_foreman_remote_execution/job_template.rb:23
220
- msgid "Inputs"
221
- msgstr ""
222
-
223
- #: ../lib/hammer_cli_foreman_remote_execution/job_template.rb:36
255
+ #: ../lib/hammer_cli_foreman_remote_execution/job_template.rb:37
224
256
  msgid "View job template content"
225
257
  msgstr ""
226
258
 
227
- #: ../lib/hammer_cli_foreman_remote_execution/job_template.rb:46
228
- #: ../lib/hammer_cli_foreman_remote_execution/job_template.rb:88
259
+ #: ../lib/hammer_cli_foreman_remote_execution/job_template.rb:47
260
+ #: ../lib/hammer_cli_foreman_remote_execution/job_template.rb:89
229
261
  msgid "Path to a file that contains the template"
230
262
  msgstr ""
231
263
 
232
- #: ../lib/hammer_cli_foreman_remote_execution/job_template.rb:50
264
+ #: ../lib/hammer_cli_foreman_remote_execution/job_template.rb:51
233
265
  msgid "Job template created"
234
266
  msgstr ""
235
267
 
236
- #: ../lib/hammer_cli_foreman_remote_execution/job_template.rb:51
268
+ #: ../lib/hammer_cli_foreman_remote_execution/job_template.rb:52
237
269
  msgid "Could not create the job template"
238
270
  msgstr ""
239
271
 
240
- #: ../lib/hammer_cli_foreman_remote_execution/job_template.rb:62
272
+ #: ../lib/hammer_cli_foreman_remote_execution/job_template.rb:63
241
273
  msgid "Path to a file that contains the template - must include ERB metadata"
242
274
  msgstr ""
243
275
 
244
- #: ../lib/hammer_cli_foreman_remote_execution/job_template.rb:66
276
+ #: ../lib/hammer_cli_foreman_remote_execution/job_template.rb:67
245
277
  msgid "Job template imported"
246
278
  msgstr ""
247
279
 
248
- #: ../lib/hammer_cli_foreman_remote_execution/job_template.rb:67
280
+ #: ../lib/hammer_cli_foreman_remote_execution/job_template.rb:68
249
281
  msgid "Could not import the job template"
250
282
  msgstr ""
251
283
 
252
- #: ../lib/hammer_cli_foreman_remote_execution/job_template.rb:78
284
+ #: ../lib/hammer_cli_foreman_remote_execution/job_template.rb:79
253
285
  msgid "Export a template including all metadata"
254
286
  msgstr ""
255
287
 
256
- #: ../lib/hammer_cli_foreman_remote_execution/job_template.rb:92
288
+ #: ../lib/hammer_cli_foreman_remote_execution/job_template.rb:93
257
289
  msgid "Job template updated"
258
290
  msgstr ""
259
291
 
260
- #: ../lib/hammer_cli_foreman_remote_execution/job_template.rb:93
292
+ #: ../lib/hammer_cli_foreman_remote_execution/job_template.rb:94
261
293
  msgid "Could not update the job template"
262
294
  msgstr ""
263
295
 
264
- #: ../lib/hammer_cli_foreman_remote_execution/job_template.rb:101
296
+ #: ../lib/hammer_cli_foreman_remote_execution/job_template.rb:102
265
297
  msgid "Job template deleted"
266
298
  msgstr ""
267
299
 
268
- #: ../lib/hammer_cli_foreman_remote_execution/job_template.rb:102
300
+ #: ../lib/hammer_cli_foreman_remote_execution/job_template.rb:103
269
301
  msgid "Could not delete the job template"
270
302
  msgstr ""
271
303
 
272
- #: ../lib/hammer_cli_foreman_remote_execution/job_template.rb:121
304
+ #: ../lib/hammer_cli_foreman_remote_execution/job_template.rb:122
273
305
  msgid "Manage job templates"
274
306
  msgstr ""
275
307
 
@@ -315,8 +347,20 @@ msgstr ""
315
347
  msgid "Could not update the remote execution feature"
316
348
  msgstr ""
317
349
 
350
+ #: ../lib/hammer_cli_foreman_remote_execution/subnet_extensions.rb:6
351
+ msgid "Smart Proxies"
352
+ msgstr ""
353
+
354
+ #: ../lib/hammer_cli_foreman_remote_execution/subnet_extensions.rb:7
355
+ msgid "Remote execution proxies"
356
+ msgstr ""
357
+
358
+ #: ../lib/hammer_cli_foreman_remote_execution/subnet_extensions.rb:8
359
+ msgid "Id"
360
+ msgstr ""
361
+
318
362
  #: ../lib/hammer_cli_foreman_remote_execution/template_input.rb:4
319
- #: ../lib/hammer_cli_foreman_remote_execution/template_input.rb:48
363
+ #: ../lib/hammer_cli_foreman_remote_execution/template_input.rb:56
320
364
  msgid "Manage template inputs"
321
365
  msgstr ""
322
366
 
@@ -341,18 +385,30 @@ msgstr ""
341
385
  msgid "Options"
342
386
  msgstr ""
343
387
 
344
- #: ../lib/hammer_cli_foreman_remote_execution/template_input.rb:32
345
- msgid "Template input created"
388
+ #: ../lib/hammer_cli_foreman_remote_execution/template_input.rb:26
389
+ msgid "Default value"
346
390
  msgstr ""
347
391
 
348
392
  #: ../lib/hammer_cli_foreman_remote_execution/template_input.rb:33
349
- msgid "Could not create the template input"
393
+ msgid "Template input created."
350
394
  msgstr ""
351
395
 
352
- #: ../lib/hammer_cli_foreman_remote_execution/template_input.rb:39
353
- msgid "Template input deleted"
396
+ #: ../lib/hammer_cli_foreman_remote_execution/template_input.rb:34
397
+ msgid "Could not create the template input"
354
398
  msgstr ""
355
399
 
356
400
  #: ../lib/hammer_cli_foreman_remote_execution/template_input.rb:40
401
+ msgid "Template input updated."
402
+ msgstr ""
403
+
404
+ #: ../lib/hammer_cli_foreman_remote_execution/template_input.rb:41
405
+ msgid "Could not update the template input"
406
+ msgstr ""
407
+
408
+ #: ../lib/hammer_cli_foreman_remote_execution/template_input.rb:47
409
+ msgid "Template input deleted."
410
+ msgstr ""
411
+
412
+ #: ../lib/hammer_cli_foreman_remote_execution/template_input.rb:48
357
413
  msgid "Could not delete the template input"
358
414
  msgstr ""
@@ -1,20 +1,23 @@
1
1
  # SOME DESCRIPTIVE TITLE.
2
2
  # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
- # This file is distributed under the same license as the hammer_cli_foreman_tasks package.
4
- # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
3
+ # This file is distributed under the same license as the hammer-cli-foreman-remote-execution package.
5
4
  #
5
+ # Translators:
6
6
  msgid ""
7
7
  msgstr ""
8
- "Project-Id-Version: hammer-cli-foreman-remote-execution 0.2.0\n"
8
+ "Project-Id-Version: hammer-cli-foreman-remote-execution 0.2.3\n"
9
9
  "Report-Msgid-Bugs-To: \n"
10
- "PO-Revision-Date: 2016-02-18 10:36-0500\n"
11
- "Last-Translator: Dominic Cleal <dominic@cleal.org>, 2017\n"
12
- "Language-Team: Italian (https://www.transifex.com/foreman/teams/114/it/)\n"
10
+ "POT-Creation-Date: 2019-02-26 10:44-0500\n"
11
+ "PO-Revision-Date: 2016-02-12 07:57+0000\n"
12
+ "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13
+ "Language-Team: Italian (http://app.transifex.com/foreman/foreman/language/"
14
+ "it/)\n"
13
15
  "MIME-Version: 1.0\n"
14
16
  "Content-Type: text/plain; charset=UTF-8\n"
15
17
  "Content-Transfer-Encoding: 8bit\n"
16
18
  "Language: it\n"
17
- "Plural-Forms: nplurals=2; plural=(n != 1);\n"
19
+ "Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? "
20
+ "1 : 2;\n"
18
21
 
19
22
  msgid "Manage foreign input sets"
20
23
  msgstr ""
@@ -22,9 +25,8 @@ msgstr ""
22
25
  msgid "ID"
23
26
  msgstr "ID"
24
27
 
25
- #, fuzzy
26
28
  msgid "Target template ID"
27
- msgstr "ID"
29
+ msgstr ""
28
30
 
29
31
  msgid "Target template name"
30
32
  msgstr ""
@@ -36,10 +38,10 @@ msgid "Include all"
36
38
  msgstr ""
37
39
 
38
40
  msgid "Include"
39
- msgstr ""
41
+ msgstr "Includi"
40
42
 
41
43
  msgid "Exclude"
42
- msgstr ""
44
+ msgstr "Escludi"
43
45
 
44
46
  msgid "Foreign input set updated"
45
47
  msgstr ""
@@ -60,43 +62,40 @@ msgid "Could not delete the input set"
60
62
  msgstr ""
61
63
 
62
64
  msgid "Description"
63
- msgstr ""
65
+ msgstr "Descrizione"
64
66
 
65
- #, fuzzy
66
67
  msgid "Status"
67
68
  msgstr "Stato"
68
69
 
69
70
  msgid "Success"
70
- msgstr ""
71
+ msgstr "Riuscito"
71
72
 
72
73
  msgid "Failed"
73
- msgstr ""
74
+ msgstr "Fallito"
74
75
 
75
76
  msgid "Pending"
76
- msgstr ""
77
+ msgstr "In attesa"
77
78
 
78
79
  msgid "Total"
79
- msgstr ""
80
+ msgstr "Totale"
80
81
 
81
- #, fuzzy
82
82
  msgid "Start"
83
- msgstr "Stato"
83
+ msgstr "Inizio"
84
84
 
85
85
  msgid "Job Category"
86
86
  msgstr ""
87
87
 
88
88
  msgid "Mode"
89
- msgstr ""
89
+ msgstr "Modalità"
90
90
 
91
91
  msgid "Cron line"
92
92
  msgstr ""
93
93
 
94
- #, fuzzy
95
94
  msgid "Recurring logic ID"
96
- msgstr "ID"
95
+ msgstr ""
97
96
 
98
97
  msgid "Hosts"
99
- msgstr ""
98
+ msgstr "Hosts"
100
99
 
101
100
  msgid "View the output for a host"
102
101
  msgstr ""
@@ -150,10 +149,10 @@ msgid "Manage job invocations"
150
149
  msgstr ""
151
150
 
152
151
  msgid "Provider"
153
- msgstr ""
152
+ msgstr "Provider"
154
153
 
155
154
  msgid "Type"
156
- msgstr ""
155
+ msgstr "Tipo"
157
156
 
158
157
  msgid "Inputs"
159
158
  msgstr ""
@@ -162,7 +161,7 @@ msgid "View job template content"
162
161
  msgstr ""
163
162
 
164
163
  msgid "Path to a file that contains the template"
165
- msgstr ""
164
+ msgstr "Percorso per il file con un modello di configurazione"
166
165
 
167
166
  msgid "Job template created"
168
167
  msgstr ""
@@ -198,8 +197,8 @@ msgid "Manage job templates"
198
197
  msgstr ""
199
198
 
200
199
  msgid ""
201
- "Comma-separated list of key=file, where file is a path to a text file to be re"
202
- "ad"
200
+ "Comma-separated list of key=file, where file is a path to a text file to be "
201
+ "read"
203
202
  msgstr ""
204
203
 
205
204
  msgid ""
@@ -218,11 +217,10 @@ msgid "Job template name"
218
217
  msgstr ""
219
218
 
220
219
  msgid "Label"
221
- msgstr ""
220
+ msgstr "Etichetta"
222
221
 
223
- #, fuzzy
224
222
  msgid "Job template ID"
225
- msgstr "ID"
223
+ msgstr ""
226
224
 
227
225
  msgid "Remote execution feature updated"
228
226
  msgstr ""
@@ -237,7 +235,7 @@ msgid "Input type"
237
235
  msgstr ""
238
236
 
239
237
  msgid "Fact name"
240
- msgstr ""
238
+ msgstr "Nome evento"
241
239
 
242
240
  msgid "Variable name"
243
241
  msgstr ""
@@ -246,7 +244,7 @@ msgid "Puppet parameter name"
246
244
  msgstr ""
247
245
 
248
246
  msgid "Options"
249
- msgstr ""
247
+ msgstr "Opzioni"
250
248
 
251
249
  msgid "Template input created"
252
250
  msgstr ""
@@ -259,3 +257,48 @@ msgstr ""
259
257
 
260
258
  msgid "Could not delete the template input"
261
259
  msgstr ""
260
+
261
+ msgid "Execution"
262
+ msgstr ""
263
+
264
+ msgid "execution"
265
+ msgstr ""
266
+
267
+ msgid "Randomized ordering"
268
+ msgstr ""
269
+
270
+ msgid "Show the complete input of the job"
271
+ msgstr ""
272
+
273
+ msgid "Show job status for the hosts"
274
+ msgstr ""
275
+
276
+ msgid "Missing"
277
+ msgstr ""
278
+
279
+ msgid "Time to pickup"
280
+ msgstr ""
281
+
282
+ msgid "Smart Proxies"
283
+ msgstr ""
284
+
285
+ msgid "Remote execution proxies"
286
+ msgstr ""
287
+
288
+ msgid "Id"
289
+ msgstr ""
290
+
291
+ msgid "Default value"
292
+ msgstr ""
293
+
294
+ msgid "Template input created."
295
+ msgstr ""
296
+
297
+ msgid "Template input updated."
298
+ msgstr ""
299
+
300
+ msgid "Could not update the template input"
301
+ msgstr ""
302
+
303
+ msgid "Template input deleted."
304
+ msgstr ""