hammer_cli_foreman_remote_execution 0.2.3 → 0.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.github/workflows/ci_test.yml +22 -0
- data/.rubocop.yml +7 -4
- data/.rubocop_todo.yml +81 -0
- data/.tx/config +5 -4
- data/Gemfile +10 -9
- data/Rakefile +9 -25
- data/hammer_cli_foreman_remote_execution.gemspec +6 -2
- data/lib/hammer_cli_foreman_remote_execution/foreign_input_set.rb +2 -0
- data/lib/hammer_cli_foreman_remote_execution/i18n.rb +5 -7
- data/lib/hammer_cli_foreman_remote_execution/interface_extensions.rb +2 -2
- data/lib/hammer_cli_foreman_remote_execution/job_invocation.rb +6 -4
- data/lib/hammer_cli_foreman_remote_execution/job_template.rb +8 -6
- data/lib/hammer_cli_foreman_remote_execution/options/normalizers.rb +5 -3
- data/lib/hammer_cli_foreman_remote_execution/remote_execution_feature.rb +4 -1
- data/lib/hammer_cli_foreman_remote_execution/subnet_extensions.rb +3 -1
- data/lib/hammer_cli_foreman_remote_execution/template_input.rb +2 -0
- data/lib/hammer_cli_foreman_remote_execution/version.rb +3 -1
- data/lib/hammer_cli_foreman_remote_execution.rb +2 -0
- data/locale/Makefile +2 -53
- data/locale/ca/LC_MESSAGES/hammer_cli_foreman_remote_execution.mo +0 -0
- data/locale/ca/hammer_cli_foreman_remote_execution.po +311 -0
- data/locale/cs_CZ/LC_MESSAGES/hammer_cli_foreman_remote_execution.mo +0 -0
- data/locale/{de/hammer-cli-foreman-remote-execution.po → cs_CZ/hammer_cli_foreman_remote_execution.po} +104 -67
- data/locale/de/LC_MESSAGES/hammer_cli_foreman_remote_execution.mo +0 -0
- data/locale/de/hammer_cli_foreman_remote_execution.po +311 -0
- data/locale/en/LC_MESSAGES/hammer_cli_foreman_remote_execution.mo +0 -0
- data/locale/en/{hammer-cli-foreman-remote-execution.po → hammer_cli_foreman_remote_execution.po} +55 -16
- data/locale/es/LC_MESSAGES/hammer_cli_foreman_remote_execution.mo +0 -0
- data/locale/es/hammer_cli_foreman_remote_execution.po +308 -0
- data/locale/fr/LC_MESSAGES/hammer_cli_foreman_remote_execution.mo +0 -0
- data/locale/fr/hammer_cli_foreman_remote_execution.po +315 -0
- data/locale/{hammer-cli-foreman-remote-execution.pot → hammer_cli_foreman_remote_execution.pot} +113 -57
- data/locale/it/LC_MESSAGES/hammer_cli_foreman_remote_execution.mo +0 -0
- data/locale/it/{hammer-cli-foreman-remote-execution.po → hammer_cli_foreman_remote_execution.po} +74 -37
- data/locale/ja/LC_MESSAGES/hammer_cli_foreman_remote_execution.mo +0 -0
- data/locale/ja/hammer_cli_foreman_remote_execution.po +306 -0
- data/locale/ka/LC_MESSAGES/hammer_cli_foreman_remote_execution.mo +0 -0
- data/locale/ka/hammer_cli_foreman_remote_execution.po +307 -0
- data/locale/ko/LC_MESSAGES/hammer_cli_foreman_remote_execution.mo +0 -0
- data/locale/ko/hammer_cli_foreman_remote_execution.po +305 -0
- data/locale/pt_BR/LC_MESSAGES/hammer_cli_foreman_remote_execution.mo +0 -0
- data/locale/pt_BR/hammer_cli_foreman_remote_execution.po +308 -0
- data/locale/ru/LC_MESSAGES/hammer_cli_foreman_remote_execution.mo +0 -0
- data/locale/ru/hammer_cli_foreman_remote_execution.po +311 -0
- data/locale/zh_CN/LC_MESSAGES/hammer_cli_foreman_remote_execution.mo +0 -0
- data/locale/zh_CN/hammer_cli_foreman_remote_execution.po +303 -0
- data/locale/zh_TW/LC_MESSAGES/hammer_cli_foreman_remote_execution.mo +0 -0
- data/locale/zh_TW/{hammer-cli-foreman-remote-execution.po → hammer_cli_foreman_remote_execution.po} +113 -73
- data/test/unit/foreign_input_set_test.rb +11 -9
- data/test/unit/job_invocation_test.rb +20 -16
- data/test/unit/job_template_test.rb +27 -22
- data/test/unit/remote_execution_feature_test.rb +9 -8
- data/test/unit/template_input_test.rb +13 -11
- metadata +39 -17
- data/locale/es/hammer-cli-foreman-remote-execution.po +0 -262
- data/locale/fr/hammer-cli-foreman-remote-execution.po +0 -262
- data/locale/ja/hammer-cli-foreman-remote-execution.po +0 -262
- data/locale/ko/hammer-cli-foreman-remote-execution.po +0 -262
- data/locale/pt_BR/hammer-cli-foreman-remote-execution.po +0 -263
- data/locale/ru/hammer-cli-foreman-remote-execution.po +0 -264
- data/locale/zh_CN/hammer-cli-foreman-remote-execution.po +0 -263
data/locale/{hammer-cli-foreman-remote-execution.pot → hammer_cli_foreman_remote_execution.pot}
RENAMED
@@ -6,10 +6,10 @@
|
|
6
6
|
#, fuzzy
|
7
7
|
msgid ""
|
8
8
|
msgstr ""
|
9
|
-
"Project-Id-Version: hammer-cli-foreman-remote-execution 0.
|
9
|
+
"Project-Id-Version: hammer-cli-foreman-remote-execution 0.2.3\n"
|
10
10
|
"Report-Msgid-Bugs-To: \n"
|
11
|
-
"POT-Creation-Date:
|
12
|
-
"PO-Revision-Date:
|
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:
|
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/
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
228
|
-
#: ../lib/hammer_cli_foreman_remote_execution/job_template.rb:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
345
|
-
msgid "
|
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 "
|
393
|
+
msgid "Template input created."
|
350
394
|
msgstr ""
|
351
395
|
|
352
|
-
#: ../lib/hammer_cli_foreman_remote_execution/template_input.rb:
|
353
|
-
msgid "
|
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 ""
|
Binary file
|
data/locale/it/{hammer-cli-foreman-remote-execution.po → hammer_cli_foreman_remote_execution.po}
RENAMED
@@ -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
|
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:
|
8
|
+
"Project-Id-Version: hammer_cli_foreman_remote_execution 0.3.0\n"
|
9
9
|
"Report-Msgid-Bugs-To: \n"
|
10
|
-
"
|
11
|
-
"
|
12
|
-
"
|
10
|
+
"POT-Creation-Date: 2023-07-12 15:59+0000\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=
|
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 "
|
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 ""
|
@@ -59,45 +61,66 @@ msgstr ""
|
|
59
61
|
msgid "Could not delete the input set"
|
60
62
|
msgstr ""
|
61
63
|
|
62
|
-
msgid "
|
64
|
+
msgid "Execution"
|
65
|
+
msgstr ""
|
66
|
+
|
67
|
+
msgid "execution"
|
63
68
|
msgstr ""
|
64
69
|
|
65
|
-
|
70
|
+
msgid "Description"
|
71
|
+
msgstr "Descrizione"
|
72
|
+
|
66
73
|
msgid "Status"
|
67
74
|
msgstr "Stato"
|
68
75
|
|
69
76
|
msgid "Success"
|
70
|
-
msgstr ""
|
77
|
+
msgstr "Riuscito"
|
71
78
|
|
72
79
|
msgid "Failed"
|
73
|
-
msgstr ""
|
80
|
+
msgstr "Fallito"
|
74
81
|
|
75
82
|
msgid "Pending"
|
76
|
-
msgstr ""
|
83
|
+
msgstr "In attesa"
|
77
84
|
|
78
85
|
msgid "Total"
|
79
|
-
msgstr ""
|
86
|
+
msgstr "Totale"
|
80
87
|
|
81
|
-
#, fuzzy
|
82
88
|
msgid "Start"
|
83
|
-
msgstr "
|
89
|
+
msgstr "Inizio"
|
90
|
+
|
91
|
+
msgid "Randomized ordering"
|
92
|
+
msgstr ""
|
93
|
+
|
94
|
+
msgid "Inputs"
|
95
|
+
msgstr ""
|
96
|
+
|
97
|
+
msgid "Show the complete input of the job"
|
98
|
+
msgstr ""
|
99
|
+
|
100
|
+
msgid "Show job status for the hosts"
|
101
|
+
msgstr ""
|
102
|
+
|
103
|
+
msgid "Missing"
|
104
|
+
msgstr ""
|
84
105
|
|
85
106
|
msgid "Job Category"
|
86
107
|
msgstr ""
|
87
108
|
|
88
109
|
msgid "Mode"
|
89
|
-
msgstr ""
|
110
|
+
msgstr "Modalità"
|
90
111
|
|
91
112
|
msgid "Cron line"
|
92
113
|
msgstr ""
|
93
114
|
|
94
|
-
#, fuzzy
|
95
115
|
msgid "Recurring logic ID"
|
96
|
-
msgstr "
|
116
|
+
msgstr ""
|
97
117
|
|
98
|
-
msgid "
|
118
|
+
msgid "Time to pickup"
|
99
119
|
msgstr ""
|
100
120
|
|
121
|
+
msgid "Hosts"
|
122
|
+
msgstr "Hosts"
|
123
|
+
|
101
124
|
msgid "View the output for a host"
|
102
125
|
msgstr ""
|
103
126
|
|
@@ -150,19 +173,16 @@ msgid "Manage job invocations"
|
|
150
173
|
msgstr ""
|
151
174
|
|
152
175
|
msgid "Provider"
|
153
|
-
msgstr ""
|
176
|
+
msgstr "Provider"
|
154
177
|
|
155
178
|
msgid "Type"
|
156
|
-
msgstr ""
|
157
|
-
|
158
|
-
msgid "Inputs"
|
159
|
-
msgstr ""
|
179
|
+
msgstr "Tipo"
|
160
180
|
|
161
181
|
msgid "View job template content"
|
162
182
|
msgstr ""
|
163
183
|
|
164
184
|
msgid "Path to a file that contains the template"
|
165
|
-
msgstr ""
|
185
|
+
msgstr "Percorso per il file con un modello di configurazione"
|
166
186
|
|
167
187
|
msgid "Job template created"
|
168
188
|
msgstr ""
|
@@ -198,8 +218,8 @@ msgid "Manage job templates"
|
|
198
218
|
msgstr ""
|
199
219
|
|
200
220
|
msgid ""
|
201
|
-
"Comma-separated list of key=file, where file is a path to a text file to be
|
202
|
-
"
|
221
|
+
"Comma-separated list of key=file, where file is a path to a text file to be "
|
222
|
+
"read"
|
203
223
|
msgstr ""
|
204
224
|
|
205
225
|
msgid ""
|
@@ -218,11 +238,10 @@ msgid "Job template name"
|
|
218
238
|
msgstr ""
|
219
239
|
|
220
240
|
msgid "Label"
|
221
|
-
msgstr ""
|
241
|
+
msgstr "Etichetta"
|
222
242
|
|
223
|
-
#, fuzzy
|
224
243
|
msgid "Job template ID"
|
225
|
-
msgstr "
|
244
|
+
msgstr ""
|
226
245
|
|
227
246
|
msgid "Remote execution feature updated"
|
228
247
|
msgstr ""
|
@@ -230,6 +249,15 @@ msgstr ""
|
|
230
249
|
msgid "Could not update the remote execution feature"
|
231
250
|
msgstr ""
|
232
251
|
|
252
|
+
msgid "Smart Proxies"
|
253
|
+
msgstr "Smart proxy"
|
254
|
+
|
255
|
+
msgid "Remote execution proxies"
|
256
|
+
msgstr ""
|
257
|
+
|
258
|
+
msgid "Id"
|
259
|
+
msgstr ""
|
260
|
+
|
233
261
|
msgid "Manage template inputs"
|
234
262
|
msgstr ""
|
235
263
|
|
@@ -237,7 +265,7 @@ msgid "Input type"
|
|
237
265
|
msgstr ""
|
238
266
|
|
239
267
|
msgid "Fact name"
|
240
|
-
msgstr ""
|
268
|
+
msgstr "Nome evento"
|
241
269
|
|
242
270
|
msgid "Variable name"
|
243
271
|
msgstr ""
|
@@ -246,15 +274,24 @@ msgid "Puppet parameter name"
|
|
246
274
|
msgstr ""
|
247
275
|
|
248
276
|
msgid "Options"
|
277
|
+
msgstr "Opzioni"
|
278
|
+
|
279
|
+
msgid "Default value"
|
249
280
|
msgstr ""
|
250
281
|
|
251
|
-
msgid "Template input created"
|
282
|
+
msgid "Template input created."
|
252
283
|
msgstr ""
|
253
284
|
|
254
285
|
msgid "Could not create the template input"
|
255
286
|
msgstr ""
|
256
287
|
|
257
|
-
msgid "Template input
|
288
|
+
msgid "Template input updated."
|
289
|
+
msgstr ""
|
290
|
+
|
291
|
+
msgid "Could not update the template input"
|
292
|
+
msgstr ""
|
293
|
+
|
294
|
+
msgid "Template input deleted."
|
258
295
|
msgstr ""
|
259
296
|
|
260
297
|
msgid "Could not delete the template input"
|
Binary file
|