hammer_cli_foreman_remote_execution 0.3.0 → 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 +4 -4
- data/Gemfile +10 -9
- data/Rakefile +5 -1
- 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/ca/LC_MESSAGES/hammer_cli_foreman_remote_execution.mo +0 -0
- data/locale/ca/{hammer-cli-foreman-remote-execution.po → hammer_cli_foreman_remote_execution.po} +41 -47
- data/locale/cs_CZ/LC_MESSAGES/hammer_cli_foreman_remote_execution.mo +0 -0
- data/locale/cs_CZ/{hammer-cli-foreman-remote-execution.po → hammer_cli_foreman_remote_execution.po} +41 -47
- data/locale/de/LC_MESSAGES/hammer_cli_foreman_remote_execution.mo +0 -0
- data/locale/de/{hammer-cli-foreman-remote-execution.po → hammer_cli_foreman_remote_execution.po} +41 -47
- data/locale/en/LC_MESSAGES/{hammer-cli-foreman-remote-execution.mo → hammer_cli_foreman_remote_execution.mo} +0 -0
- data/locale/en/{hammer-cli-foreman-remote-execution.po → hammer_cli_foreman_remote_execution.po} +1 -1
- data/locale/es/LC_MESSAGES/hammer_cli_foreman_remote_execution.mo +0 -0
- data/locale/es/{hammer-cli-foreman-remote-execution.po → hammer_cli_foreman_remote_execution.po} +42 -48
- data/locale/fr/LC_MESSAGES/hammer_cli_foreman_remote_execution.mo +0 -0
- data/locale/fr/{hammer-cli-foreman-remote-execution.po → hammer_cli_foreman_remote_execution.po} +48 -52
- 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} +41 -47
- data/locale/ja/LC_MESSAGES/hammer_cli_foreman_remote_execution.mo +0 -0
- data/locale/ja/{hammer-cli-foreman-remote-execution.po → hammer_cli_foreman_remote_execution.po} +50 -56
- data/locale/ka/LC_MESSAGES/hammer_cli_foreman_remote_execution.mo +0 -0
- data/locale/ka/{hammer-cli-foreman-remote-execution.po → hammer_cli_foreman_remote_execution.po} +41 -47
- data/locale/ko/LC_MESSAGES/hammer_cli_foreman_remote_execution.mo +0 -0
- data/locale/ko/{hammer-cli-foreman-remote-execution.po → hammer_cli_foreman_remote_execution.po} +64 -70
- data/locale/pt_BR/LC_MESSAGES/hammer_cli_foreman_remote_execution.mo +0 -0
- data/locale/pt_BR/{hammer-cli-foreman-remote-execution.po → hammer_cli_foreman_remote_execution.po} +41 -47
- data/locale/ru/LC_MESSAGES/hammer_cli_foreman_remote_execution.mo +0 -0
- data/locale/ru/{hammer-cli-foreman-remote-execution.po → hammer_cli_foreman_remote_execution.po} +44 -50
- data/locale/zh_CN/LC_MESSAGES/hammer_cli_foreman_remote_execution.mo +0 -0
- data/locale/zh_CN/{hammer-cli-foreman-remote-execution.po → hammer_cli_foreman_remote_execution.po} +50 -56
- 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} +41 -47
- data/test/unit/foreign_input_set_test.rb +2 -0
- data/test/unit/job_invocation_test.rb +10 -6
- data/test/unit/job_template_test.rb +9 -4
- data/test/unit/remote_execution_feature_test.rb +2 -1
- data/test/unit/template_input_test.rb +2 -0
- metadata +41 -36
- data/locale/ca/LC_MESSAGES/hammer-cli-foreman-remote-execution.mo +0 -0
- data/locale/cs_CZ/LC_MESSAGES/hammer-cli-foreman-remote-execution.mo +0 -0
- data/locale/de/LC_MESSAGES/hammer-cli-foreman-remote-execution.mo +0 -0
- data/locale/es/LC_MESSAGES/hammer-cli-foreman-remote-execution.mo +0 -0
- data/locale/fr/LC_MESSAGES/hammer-cli-foreman-remote-execution.mo +0 -0
- data/locale/it/LC_MESSAGES/hammer-cli-foreman-remote-execution.mo +0 -0
- data/locale/ja/LC_MESSAGES/hammer-cli-foreman-remote-execution.mo +0 -0
- data/locale/ka/LC_MESSAGES/hammer-cli-foreman-remote-execution.mo +0 -0
- data/locale/ko/LC_MESSAGES/hammer-cli-foreman-remote-execution.mo +0 -0
- data/locale/pt_BR/LC_MESSAGES/hammer-cli-foreman-remote-execution.mo +0 -0
- data/locale/ru/LC_MESSAGES/hammer-cli-foreman-remote-execution.mo +0 -0
- data/locale/zh_CN/LC_MESSAGES/hammer-cli-foreman-remote-execution.mo +0 -0
- data/locale/zh_TW/LC_MESSAGES/hammer-cli-foreman-remote-execution.mo +0 -0
- /data/locale/{hammer-cli-foreman-remote-execution.pot → hammer_cli_foreman_remote_execution.pot} +0 -0
data/locale/cs_CZ/{hammer-cli-foreman-remote-execution.po → hammer_cli_foreman_remote_execution.po}
RENAMED
|
@@ -6,9 +6,9 @@
|
|
|
6
6
|
# Pavel Borecki <pavel.borecki@gmail.com>, 2018,2020
|
|
7
7
|
msgid ""
|
|
8
8
|
msgstr ""
|
|
9
|
-
"Project-Id-Version:
|
|
9
|
+
"Project-Id-Version: hammer_cli_foreman_remote_execution 0.3.0\n"
|
|
10
10
|
"Report-Msgid-Bugs-To: \n"
|
|
11
|
-
"POT-Creation-Date:
|
|
11
|
+
"POT-Creation-Date: 2023-07-12 15:59+0000\n"
|
|
12
12
|
"PO-Revision-Date: 2016-02-12 07:57+0000\n"
|
|
13
13
|
"Last-Translator: Pavel Borecki <pavel.borecki@gmail.com>, 2018,2020\n"
|
|
14
14
|
"Language-Team: Czech (Czech Republic) (http://app.transifex.com/foreman/"
|
|
@@ -62,6 +62,12 @@ msgstr ""
|
|
|
62
62
|
msgid "Could not delete the input set"
|
|
63
63
|
msgstr ""
|
|
64
64
|
|
|
65
|
+
msgid "Execution"
|
|
66
|
+
msgstr "Vykonání"
|
|
67
|
+
|
|
68
|
+
msgid "execution"
|
|
69
|
+
msgstr ""
|
|
70
|
+
|
|
65
71
|
msgid "Description"
|
|
66
72
|
msgstr "Popis"
|
|
67
73
|
|
|
@@ -83,6 +89,21 @@ msgstr "Celkem"
|
|
|
83
89
|
msgid "Start"
|
|
84
90
|
msgstr "Spustit"
|
|
85
91
|
|
|
92
|
+
msgid "Randomized ordering"
|
|
93
|
+
msgstr ""
|
|
94
|
+
|
|
95
|
+
msgid "Inputs"
|
|
96
|
+
msgstr "Vstupy"
|
|
97
|
+
|
|
98
|
+
msgid "Show the complete input of the job"
|
|
99
|
+
msgstr ""
|
|
100
|
+
|
|
101
|
+
msgid "Show job status for the hosts"
|
|
102
|
+
msgstr ""
|
|
103
|
+
|
|
104
|
+
msgid "Missing"
|
|
105
|
+
msgstr ""
|
|
106
|
+
|
|
86
107
|
msgid "Job Category"
|
|
87
108
|
msgstr "Kategorie úlohy"
|
|
88
109
|
|
|
@@ -95,6 +116,9 @@ msgstr "Řádek z plánovače kron"
|
|
|
95
116
|
msgid "Recurring logic ID"
|
|
96
117
|
msgstr ""
|
|
97
118
|
|
|
119
|
+
msgid "Time to pickup"
|
|
120
|
+
msgstr ""
|
|
121
|
+
|
|
98
122
|
msgid "Hosts"
|
|
99
123
|
msgstr "Stroje"
|
|
100
124
|
|
|
@@ -155,9 +179,6 @@ msgstr "Poskytovatel"
|
|
|
155
179
|
msgid "Type"
|
|
156
180
|
msgstr "Typ"
|
|
157
181
|
|
|
158
|
-
msgid "Inputs"
|
|
159
|
-
msgstr "Vstupy"
|
|
160
|
-
|
|
161
182
|
msgid "View job template content"
|
|
162
183
|
msgstr ""
|
|
163
184
|
|
|
@@ -229,6 +250,15 @@ msgstr "Funkce vykonávání na dálku aktualizována"
|
|
|
229
250
|
msgid "Could not update the remote execution feature"
|
|
230
251
|
msgstr "Funkci vykonávání na dálku se nedaří aktualizovat"
|
|
231
252
|
|
|
253
|
+
msgid "Smart Proxies"
|
|
254
|
+
msgstr ""
|
|
255
|
+
|
|
256
|
+
msgid "Remote execution proxies"
|
|
257
|
+
msgstr ""
|
|
258
|
+
|
|
259
|
+
msgid "Id"
|
|
260
|
+
msgstr ""
|
|
261
|
+
|
|
232
262
|
msgid "Manage template inputs"
|
|
233
263
|
msgstr "Spravovat vstupy šablony"
|
|
234
264
|
|
|
@@ -247,54 +277,15 @@ msgstr "Název puppet parametru"
|
|
|
247
277
|
msgid "Options"
|
|
248
278
|
msgstr "Volby"
|
|
249
279
|
|
|
250
|
-
msgid "Template input created"
|
|
251
|
-
msgstr "Vstup šablony vytvořen"
|
|
252
|
-
|
|
253
|
-
msgid "Could not create the template input"
|
|
254
|
-
msgstr "Nepodařilo se vytvořit vstup šablony"
|
|
255
|
-
|
|
256
|
-
msgid "Template input deleted"
|
|
257
|
-
msgstr "Vstup šablony vymazán"
|
|
258
|
-
|
|
259
|
-
msgid "Could not delete the template input"
|
|
260
|
-
msgstr "Nedaří se smazat vstup šablony"
|
|
261
|
-
|
|
262
|
-
msgid "Execution"
|
|
263
|
-
msgstr ""
|
|
264
|
-
|
|
265
|
-
msgid "execution"
|
|
266
|
-
msgstr ""
|
|
267
|
-
|
|
268
|
-
msgid "Randomized ordering"
|
|
269
|
-
msgstr ""
|
|
270
|
-
|
|
271
|
-
msgid "Show the complete input of the job"
|
|
272
|
-
msgstr ""
|
|
273
|
-
|
|
274
|
-
msgid "Show job status for the hosts"
|
|
275
|
-
msgstr ""
|
|
276
|
-
|
|
277
|
-
msgid "Missing"
|
|
278
|
-
msgstr ""
|
|
279
|
-
|
|
280
|
-
msgid "Time to pickup"
|
|
281
|
-
msgstr ""
|
|
282
|
-
|
|
283
|
-
msgid "Smart Proxies"
|
|
284
|
-
msgstr ""
|
|
285
|
-
|
|
286
|
-
msgid "Remote execution proxies"
|
|
287
|
-
msgstr ""
|
|
288
|
-
|
|
289
|
-
msgid "Id"
|
|
290
|
-
msgstr ""
|
|
291
|
-
|
|
292
280
|
msgid "Default value"
|
|
293
281
|
msgstr ""
|
|
294
282
|
|
|
295
283
|
msgid "Template input created."
|
|
296
284
|
msgstr ""
|
|
297
285
|
|
|
286
|
+
msgid "Could not create the template input"
|
|
287
|
+
msgstr "Nepodařilo se vytvořit vstup šablony"
|
|
288
|
+
|
|
298
289
|
msgid "Template input updated."
|
|
299
290
|
msgstr ""
|
|
300
291
|
|
|
@@ -303,3 +294,6 @@ msgstr ""
|
|
|
303
294
|
|
|
304
295
|
msgid "Template input deleted."
|
|
305
296
|
msgstr ""
|
|
297
|
+
|
|
298
|
+
msgid "Could not delete the template input"
|
|
299
|
+
msgstr "Nedaří se smazat vstup šablony"
|
|
Binary file
|
data/locale/de/{hammer-cli-foreman-remote-execution.po → hammer_cli_foreman_remote_execution.po}
RENAMED
|
@@ -7,9 +7,9 @@
|
|
|
7
7
|
# pdolinic, 2021
|
|
8
8
|
msgid ""
|
|
9
9
|
msgstr ""
|
|
10
|
-
"Project-Id-Version:
|
|
10
|
+
"Project-Id-Version: hammer_cli_foreman_remote_execution 0.3.0\n"
|
|
11
11
|
"Report-Msgid-Bugs-To: \n"
|
|
12
|
-
"POT-Creation-Date:
|
|
12
|
+
"POT-Creation-Date: 2023-07-12 15:59+0000\n"
|
|
13
13
|
"PO-Revision-Date: 2016-02-12 07:57+0000\n"
|
|
14
14
|
"Last-Translator: Ettore Atalan <atalanttore@googlemail.com>, 2016,2023\n"
|
|
15
15
|
"Language-Team: German (http://app.transifex.com/foreman/foreman/language/"
|
|
@@ -62,6 +62,12 @@ msgstr "Fremdeingabe-Satz gelöscht"
|
|
|
62
62
|
msgid "Could not delete the input set"
|
|
63
63
|
msgstr "Eingabe--Satz konnte nicht gelöscht werden"
|
|
64
64
|
|
|
65
|
+
msgid "Execution"
|
|
66
|
+
msgstr "Ausführung"
|
|
67
|
+
|
|
68
|
+
msgid "execution"
|
|
69
|
+
msgstr ""
|
|
70
|
+
|
|
65
71
|
msgid "Description"
|
|
66
72
|
msgstr "Beschreibung"
|
|
67
73
|
|
|
@@ -83,6 +89,21 @@ msgstr "Gesamt"
|
|
|
83
89
|
msgid "Start"
|
|
84
90
|
msgstr "Anfang"
|
|
85
91
|
|
|
92
|
+
msgid "Randomized ordering"
|
|
93
|
+
msgstr ""
|
|
94
|
+
|
|
95
|
+
msgid "Inputs"
|
|
96
|
+
msgstr "Eingaben"
|
|
97
|
+
|
|
98
|
+
msgid "Show the complete input of the job"
|
|
99
|
+
msgstr ""
|
|
100
|
+
|
|
101
|
+
msgid "Show job status for the hosts"
|
|
102
|
+
msgstr ""
|
|
103
|
+
|
|
104
|
+
msgid "Missing"
|
|
105
|
+
msgstr ""
|
|
106
|
+
|
|
86
107
|
msgid "Job Category"
|
|
87
108
|
msgstr "Auftragskategorie"
|
|
88
109
|
|
|
@@ -95,6 +116,9 @@ msgstr "Cron-Zeile"
|
|
|
95
116
|
msgid "Recurring logic ID"
|
|
96
117
|
msgstr "ID der Wiederholungslogik"
|
|
97
118
|
|
|
119
|
+
msgid "Time to pickup"
|
|
120
|
+
msgstr ""
|
|
121
|
+
|
|
98
122
|
msgid "Hosts"
|
|
99
123
|
msgstr "Hosts"
|
|
100
124
|
|
|
@@ -158,9 +182,6 @@ msgstr "Dienstanbieter"
|
|
|
158
182
|
msgid "Type"
|
|
159
183
|
msgstr "Typ"
|
|
160
184
|
|
|
161
|
-
msgid "Inputs"
|
|
162
|
-
msgstr "Eingaben"
|
|
163
|
-
|
|
164
185
|
msgid "View job template content"
|
|
165
186
|
msgstr "Inhalte der Auftragsvorlagen ansehen"
|
|
166
187
|
|
|
@@ -241,6 +262,15 @@ msgstr "Remote-Ausführungsfunktion aktualisiert"
|
|
|
241
262
|
msgid "Could not update the remote execution feature"
|
|
242
263
|
msgstr "Die Remote-Ausführungsfunktion konnte nicht aktualisiert werden"
|
|
243
264
|
|
|
265
|
+
msgid "Smart Proxies"
|
|
266
|
+
msgstr "Smart Proxys"
|
|
267
|
+
|
|
268
|
+
msgid "Remote execution proxies"
|
|
269
|
+
msgstr ""
|
|
270
|
+
|
|
271
|
+
msgid "Id"
|
|
272
|
+
msgstr ""
|
|
273
|
+
|
|
244
274
|
msgid "Manage template inputs"
|
|
245
275
|
msgstr "Vorlageneingaben verwalten"
|
|
246
276
|
|
|
@@ -259,54 +289,15 @@ msgstr "Puppet-Parametername"
|
|
|
259
289
|
msgid "Options"
|
|
260
290
|
msgstr "Optionen"
|
|
261
291
|
|
|
262
|
-
msgid "Template input created"
|
|
263
|
-
msgstr "Vorlageneingabe erstellt"
|
|
264
|
-
|
|
265
|
-
msgid "Could not create the template input"
|
|
266
|
-
msgstr "Vorlageneingabe konnte nicht erstellt werden"
|
|
267
|
-
|
|
268
|
-
msgid "Template input deleted"
|
|
269
|
-
msgstr "Vorlageneingabe gelöscht"
|
|
270
|
-
|
|
271
|
-
msgid "Could not delete the template input"
|
|
272
|
-
msgstr "Vorlageneingabe konnte nicht gelöscht werden"
|
|
273
|
-
|
|
274
|
-
msgid "Execution"
|
|
275
|
-
msgstr ""
|
|
276
|
-
|
|
277
|
-
msgid "execution"
|
|
278
|
-
msgstr ""
|
|
279
|
-
|
|
280
|
-
msgid "Randomized ordering"
|
|
281
|
-
msgstr ""
|
|
282
|
-
|
|
283
|
-
msgid "Show the complete input of the job"
|
|
284
|
-
msgstr ""
|
|
285
|
-
|
|
286
|
-
msgid "Show job status for the hosts"
|
|
287
|
-
msgstr ""
|
|
288
|
-
|
|
289
|
-
msgid "Missing"
|
|
290
|
-
msgstr ""
|
|
291
|
-
|
|
292
|
-
msgid "Time to pickup"
|
|
293
|
-
msgstr ""
|
|
294
|
-
|
|
295
|
-
msgid "Smart Proxies"
|
|
296
|
-
msgstr ""
|
|
297
|
-
|
|
298
|
-
msgid "Remote execution proxies"
|
|
299
|
-
msgstr ""
|
|
300
|
-
|
|
301
|
-
msgid "Id"
|
|
302
|
-
msgstr ""
|
|
303
|
-
|
|
304
292
|
msgid "Default value"
|
|
305
293
|
msgstr ""
|
|
306
294
|
|
|
307
295
|
msgid "Template input created."
|
|
308
296
|
msgstr ""
|
|
309
297
|
|
|
298
|
+
msgid "Could not create the template input"
|
|
299
|
+
msgstr "Vorlageneingabe konnte nicht erstellt werden"
|
|
300
|
+
|
|
310
301
|
msgid "Template input updated."
|
|
311
302
|
msgstr ""
|
|
312
303
|
|
|
@@ -315,3 +306,6 @@ msgstr ""
|
|
|
315
306
|
|
|
316
307
|
msgid "Template input deleted."
|
|
317
308
|
msgstr ""
|
|
309
|
+
|
|
310
|
+
msgid "Could not delete the template input"
|
|
311
|
+
msgstr "Vorlageneingabe konnte nicht gelöscht werden"
|
|
Binary file
|
data/locale/en/{hammer-cli-foreman-remote-execution.po → hammer_cli_foreman_remote_execution.po}
RENAMED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
#
|
|
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
10
|
"POT-Creation-Date: 2023-07-12 15:59+0000\n"
|
|
11
11
|
"PO-Revision-Date: 2023-07-12 15:59+0000\n"
|
|
Binary file
|
data/locale/es/{hammer-cli-foreman-remote-execution.po → hammer_cli_foreman_remote_execution.po}
RENAMED
|
@@ -5,9 +5,9 @@
|
|
|
5
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
|
-
"POT-Creation-Date:
|
|
10
|
+
"POT-Creation-Date: 2023-07-12 15:59+0000\n"
|
|
11
11
|
"PO-Revision-Date: 2016-02-12 07:57+0000\n"
|
|
12
12
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
|
13
13
|
"Language-Team: Spanish (http://app.transifex.com/foreman/foreman/language/"
|
|
@@ -61,6 +61,12 @@ msgstr "Conjunto de entradas ajenas borrado"
|
|
|
61
61
|
msgid "Could not delete the input set"
|
|
62
62
|
msgstr "No se ha podido eliminar el conjunto de entradas"
|
|
63
63
|
|
|
64
|
+
msgid "Execution"
|
|
65
|
+
msgstr "Ejecución"
|
|
66
|
+
|
|
67
|
+
msgid "execution"
|
|
68
|
+
msgstr ""
|
|
69
|
+
|
|
64
70
|
msgid "Description"
|
|
65
71
|
msgstr "Descripción"
|
|
66
72
|
|
|
@@ -82,6 +88,21 @@ msgstr "Total"
|
|
|
82
88
|
msgid "Start"
|
|
83
89
|
msgstr "Iniciar"
|
|
84
90
|
|
|
91
|
+
msgid "Randomized ordering"
|
|
92
|
+
msgstr ""
|
|
93
|
+
|
|
94
|
+
msgid "Inputs"
|
|
95
|
+
msgstr "Entradas"
|
|
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 ""
|
|
105
|
+
|
|
85
106
|
msgid "Job Category"
|
|
86
107
|
msgstr "Categoría de empleo"
|
|
87
108
|
|
|
@@ -94,6 +115,9 @@ msgstr "Línea Cron"
|
|
|
94
115
|
msgid "Recurring logic ID"
|
|
95
116
|
msgstr "ID de lógica recurrente"
|
|
96
117
|
|
|
118
|
+
msgid "Time to pickup"
|
|
119
|
+
msgstr ""
|
|
120
|
+
|
|
97
121
|
msgid "Hosts"
|
|
98
122
|
msgstr "Hosts"
|
|
99
123
|
|
|
@@ -155,9 +179,6 @@ msgstr "Proveedor"
|
|
|
155
179
|
msgid "Type"
|
|
156
180
|
msgstr "Tipo"
|
|
157
181
|
|
|
158
|
-
msgid "Inputs"
|
|
159
|
-
msgstr "Entradas"
|
|
160
|
-
|
|
161
182
|
msgid "View job template content"
|
|
162
183
|
msgstr "Ver el contenido de la plantilla"
|
|
163
184
|
|
|
@@ -238,6 +259,15 @@ msgstr "Función de ejecución remota actualizada"
|
|
|
238
259
|
msgid "Could not update the remote execution feature"
|
|
239
260
|
msgstr "No se ha podido actualizar la función de ejecución remota"
|
|
240
261
|
|
|
262
|
+
msgid "Smart Proxies"
|
|
263
|
+
msgstr ""
|
|
264
|
+
|
|
265
|
+
msgid "Remote execution proxies"
|
|
266
|
+
msgstr ""
|
|
267
|
+
|
|
268
|
+
msgid "Id"
|
|
269
|
+
msgstr "ID"
|
|
270
|
+
|
|
241
271
|
msgid "Manage template inputs"
|
|
242
272
|
msgstr "Gestionar entradas de plantillas"
|
|
243
273
|
|
|
@@ -256,54 +286,15 @@ msgstr "Nombre del parámetro Puppet"
|
|
|
256
286
|
msgid "Options"
|
|
257
287
|
msgstr "Opciones"
|
|
258
288
|
|
|
259
|
-
msgid "Template input created"
|
|
260
|
-
msgstr "Entrada de plantilla creada"
|
|
261
|
-
|
|
262
|
-
msgid "Could not create the template input"
|
|
263
|
-
msgstr "No se ha podido crear la entrada de plantilla"
|
|
264
|
-
|
|
265
|
-
msgid "Template input deleted"
|
|
266
|
-
msgstr "Entrada de plantilla eliminada"
|
|
267
|
-
|
|
268
|
-
msgid "Could not delete the template input"
|
|
269
|
-
msgstr "No se ha podido eliminar la entrada de plantilla"
|
|
270
|
-
|
|
271
|
-
msgid "Execution"
|
|
272
|
-
msgstr ""
|
|
273
|
-
|
|
274
|
-
msgid "execution"
|
|
275
|
-
msgstr ""
|
|
276
|
-
|
|
277
|
-
msgid "Randomized ordering"
|
|
278
|
-
msgstr ""
|
|
279
|
-
|
|
280
|
-
msgid "Show the complete input of the job"
|
|
281
|
-
msgstr ""
|
|
282
|
-
|
|
283
|
-
msgid "Show job status for the hosts"
|
|
284
|
-
msgstr ""
|
|
285
|
-
|
|
286
|
-
msgid "Missing"
|
|
287
|
-
msgstr ""
|
|
288
|
-
|
|
289
|
-
msgid "Time to pickup"
|
|
290
|
-
msgstr ""
|
|
291
|
-
|
|
292
|
-
msgid "Smart Proxies"
|
|
293
|
-
msgstr ""
|
|
294
|
-
|
|
295
|
-
msgid "Remote execution proxies"
|
|
296
|
-
msgstr ""
|
|
297
|
-
|
|
298
|
-
msgid "Id"
|
|
299
|
-
msgstr ""
|
|
300
|
-
|
|
301
289
|
msgid "Default value"
|
|
302
|
-
msgstr ""
|
|
290
|
+
msgstr "Valor predeterminado"
|
|
303
291
|
|
|
304
292
|
msgid "Template input created."
|
|
305
293
|
msgstr ""
|
|
306
294
|
|
|
295
|
+
msgid "Could not create the template input"
|
|
296
|
+
msgstr "No se ha podido crear la entrada de plantilla"
|
|
297
|
+
|
|
307
298
|
msgid "Template input updated."
|
|
308
299
|
msgstr ""
|
|
309
300
|
|
|
@@ -312,3 +303,6 @@ msgstr ""
|
|
|
312
303
|
|
|
313
304
|
msgid "Template input deleted."
|
|
314
305
|
msgstr ""
|
|
306
|
+
|
|
307
|
+
msgid "Could not delete the template input"
|
|
308
|
+
msgstr "No se ha podido eliminar la entrada de plantilla"
|
|
Binary file
|
data/locale/fr/{hammer-cli-foreman-remote-execution.po → hammer_cli_foreman_remote_execution.po}
RENAMED
|
@@ -4,13 +4,15 @@
|
|
|
4
4
|
#
|
|
5
5
|
# Translators:
|
|
6
6
|
# Claer <transiblu@claer.hammock.fr>, 2016
|
|
7
|
+
# Ewoud Kohl van Wijngaarden <ewoud+transifex@kohlvanwijngaarden.nl>, 2024
|
|
7
8
|
msgid ""
|
|
8
9
|
msgstr ""
|
|
9
|
-
"Project-Id-Version:
|
|
10
|
+
"Project-Id-Version: hammer_cli_foreman_remote_execution 0.3.0\n"
|
|
10
11
|
"Report-Msgid-Bugs-To: \n"
|
|
11
|
-
"POT-Creation-Date:
|
|
12
|
+
"POT-Creation-Date: 2023-07-12 15:59+0000\n"
|
|
12
13
|
"PO-Revision-Date: 2016-02-12 07:57+0000\n"
|
|
13
|
-
"Last-Translator:
|
|
14
|
+
"Last-Translator: Ewoud Kohl van Wijngaarden "
|
|
15
|
+
"<ewoud+transifex@kohlvanwijngaarden.nl>, 2024\n"
|
|
14
16
|
"Language-Team: French (http://app.transifex.com/foreman/foreman/language/"
|
|
15
17
|
"fr/)\n"
|
|
16
18
|
"MIME-Version: 1.0\n"
|
|
@@ -62,6 +64,12 @@ msgstr "Jeu de données en entrée externe supprimé"
|
|
|
62
64
|
msgid "Could not delete the input set"
|
|
63
65
|
msgstr "Impossible de supprimer le jeu de données"
|
|
64
66
|
|
|
67
|
+
msgid "Execution"
|
|
68
|
+
msgstr "Exécution"
|
|
69
|
+
|
|
70
|
+
msgid "execution"
|
|
71
|
+
msgstr "exécution"
|
|
72
|
+
|
|
65
73
|
msgid "Description"
|
|
66
74
|
msgstr "Description"
|
|
67
75
|
|
|
@@ -83,6 +91,21 @@ msgstr "Total"
|
|
|
83
91
|
msgid "Start"
|
|
84
92
|
msgstr "Démarrer"
|
|
85
93
|
|
|
94
|
+
msgid "Randomized ordering"
|
|
95
|
+
msgstr "Randomisé"
|
|
96
|
+
|
|
97
|
+
msgid "Inputs"
|
|
98
|
+
msgstr "Entrées"
|
|
99
|
+
|
|
100
|
+
msgid "Show the complete input of the job"
|
|
101
|
+
msgstr "Afficher l'entrée complète de la tâche"
|
|
102
|
+
|
|
103
|
+
msgid "Show job status for the hosts"
|
|
104
|
+
msgstr "Afficher l'état des jobs pour les hôtes"
|
|
105
|
+
|
|
106
|
+
msgid "Missing"
|
|
107
|
+
msgstr "Manquant"
|
|
108
|
+
|
|
86
109
|
msgid "Job Category"
|
|
87
110
|
msgstr "Catégorie du job"
|
|
88
111
|
|
|
@@ -95,6 +118,9 @@ msgstr "Ligne Cron"
|
|
|
95
118
|
msgid "Recurring logic ID"
|
|
96
119
|
msgstr "ID Logique récurrente"
|
|
97
120
|
|
|
121
|
+
msgid "Time to pickup"
|
|
122
|
+
msgstr "Heure d’appropriation de tâche(s)"
|
|
123
|
+
|
|
98
124
|
msgid "Hosts"
|
|
99
125
|
msgstr "Hôtes"
|
|
100
126
|
|
|
@@ -159,9 +185,6 @@ msgstr "Fournisseur"
|
|
|
159
185
|
msgid "Type"
|
|
160
186
|
msgstr "Type"
|
|
161
187
|
|
|
162
|
-
msgid "Inputs"
|
|
163
|
-
msgstr "Entrées"
|
|
164
|
-
|
|
165
188
|
msgid "View job template content"
|
|
166
189
|
msgstr "Voir le contenu du modèle de travail"
|
|
167
190
|
|
|
@@ -243,6 +266,15 @@ msgstr "Mise à jour de la fonction d'exécution à distance"
|
|
|
243
266
|
msgid "Could not update the remote execution feature"
|
|
244
267
|
msgstr "Impossible de mettre à jour la fonction d'exécution à distance"
|
|
245
268
|
|
|
269
|
+
msgid "Smart Proxies"
|
|
270
|
+
msgstr "Smart Proxies"
|
|
271
|
+
|
|
272
|
+
msgid "Remote execution proxies"
|
|
273
|
+
msgstr "Proxys d'exécution à distance"
|
|
274
|
+
|
|
275
|
+
msgid "Id"
|
|
276
|
+
msgstr "Id"
|
|
277
|
+
|
|
246
278
|
msgid "Manage template inputs"
|
|
247
279
|
msgstr "Gérer les entrées de modèles"
|
|
248
280
|
|
|
@@ -261,59 +293,23 @@ msgstr "Nom du paramètre Puppet"
|
|
|
261
293
|
msgid "Options"
|
|
262
294
|
msgstr "Options"
|
|
263
295
|
|
|
264
|
-
msgid "
|
|
296
|
+
msgid "Default value"
|
|
297
|
+
msgstr "Valeur par défaut"
|
|
298
|
+
|
|
299
|
+
msgid "Template input created."
|
|
265
300
|
msgstr "Création d'un modèle d'entrée"
|
|
266
301
|
|
|
267
302
|
msgid "Could not create the template input"
|
|
268
303
|
msgstr "Impossible de créer l'entrée du modèle"
|
|
269
304
|
|
|
270
|
-
msgid "Template input deleted"
|
|
271
|
-
msgstr "Entrée du modèle supprimée"
|
|
272
|
-
|
|
273
|
-
msgid "Could not delete the template input"
|
|
274
|
-
msgstr "Impossible de supprimer l'entrée du modèle"
|
|
275
|
-
|
|
276
|
-
msgid "Execution"
|
|
277
|
-
msgstr ""
|
|
278
|
-
|
|
279
|
-
msgid "execution"
|
|
280
|
-
msgstr ""
|
|
281
|
-
|
|
282
|
-
msgid "Randomized ordering"
|
|
283
|
-
msgstr ""
|
|
284
|
-
|
|
285
|
-
msgid "Show the complete input of the job"
|
|
286
|
-
msgstr ""
|
|
287
|
-
|
|
288
|
-
msgid "Show job status for the hosts"
|
|
289
|
-
msgstr ""
|
|
290
|
-
|
|
291
|
-
msgid "Missing"
|
|
292
|
-
msgstr ""
|
|
293
|
-
|
|
294
|
-
msgid "Time to pickup"
|
|
295
|
-
msgstr ""
|
|
296
|
-
|
|
297
|
-
msgid "Smart Proxies"
|
|
298
|
-
msgstr ""
|
|
299
|
-
|
|
300
|
-
msgid "Remote execution proxies"
|
|
301
|
-
msgstr ""
|
|
302
|
-
|
|
303
|
-
msgid "Id"
|
|
304
|
-
msgstr ""
|
|
305
|
-
|
|
306
|
-
msgid "Default value"
|
|
307
|
-
msgstr ""
|
|
308
|
-
|
|
309
|
-
msgid "Template input created."
|
|
310
|
-
msgstr ""
|
|
311
|
-
|
|
312
305
|
msgid "Template input updated."
|
|
313
|
-
msgstr ""
|
|
306
|
+
msgstr "Modèle d'entrée mis à jour."
|
|
314
307
|
|
|
315
308
|
msgid "Could not update the template input"
|
|
316
|
-
msgstr ""
|
|
309
|
+
msgstr "Impossible de mettre à jour l'entrée du modèle"
|
|
317
310
|
|
|
318
311
|
msgid "Template input deleted."
|
|
319
|
-
msgstr ""
|
|
312
|
+
msgstr "Entrée de modèle supprimée."
|
|
313
|
+
|
|
314
|
+
msgid "Could not delete the template input"
|
|
315
|
+
msgstr "Impossible de supprimer l'entrée du modèle"
|
|
Binary file
|