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
@@ -0,0 +1,311 @@
|
|
1
|
+
# SOME DESCRIPTIVE TITLE.
|
2
|
+
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
3
|
+
# This file is distributed under the same license as the hammer-cli-foreman-remote-execution package.
|
4
|
+
#
|
5
|
+
# Translators:
|
6
|
+
# Ettore Atalan <atalanttore@googlemail.com>, 2016,2023
|
7
|
+
# pdolinic, 2021
|
8
|
+
msgid ""
|
9
|
+
msgstr ""
|
10
|
+
"Project-Id-Version: hammer_cli_foreman_remote_execution 0.3.0\n"
|
11
|
+
"Report-Msgid-Bugs-To: \n"
|
12
|
+
"POT-Creation-Date: 2023-07-12 15:59+0000\n"
|
13
|
+
"PO-Revision-Date: 2016-02-12 07:57+0000\n"
|
14
|
+
"Last-Translator: Ettore Atalan <atalanttore@googlemail.com>, 2016,2023\n"
|
15
|
+
"Language-Team: German (http://app.transifex.com/foreman/foreman/language/"
|
16
|
+
"de/)\n"
|
17
|
+
"MIME-Version: 1.0\n"
|
18
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
19
|
+
"Content-Transfer-Encoding: 8bit\n"
|
20
|
+
"Language: de\n"
|
21
|
+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
22
|
+
|
23
|
+
msgid "Manage foreign input sets"
|
24
|
+
msgstr "Fremdeingabe-Satz verwalten"
|
25
|
+
|
26
|
+
msgid "ID"
|
27
|
+
msgstr "ID"
|
28
|
+
|
29
|
+
msgid "Target template ID"
|
30
|
+
msgstr "Zielvorlagen-ID"
|
31
|
+
|
32
|
+
msgid "Target template name"
|
33
|
+
msgstr "Zielvorlagenname"
|
34
|
+
|
35
|
+
msgid "Name"
|
36
|
+
msgstr "Name"
|
37
|
+
|
38
|
+
msgid "Include all"
|
39
|
+
msgstr "Alle einbeziehen"
|
40
|
+
|
41
|
+
msgid "Include"
|
42
|
+
msgstr "Einschließen"
|
43
|
+
|
44
|
+
msgid "Exclude"
|
45
|
+
msgstr "Ausschließen"
|
46
|
+
|
47
|
+
msgid "Foreign input set updated"
|
48
|
+
msgstr "Fremdeingabe-Satz aktualisiert"
|
49
|
+
|
50
|
+
msgid "Could not update the input set"
|
51
|
+
msgstr "Eingabe-Satz konnte nicht aktualisiert werden"
|
52
|
+
|
53
|
+
msgid "Foreign input set created"
|
54
|
+
msgstr "Fremdeingabe-Satz erstellt"
|
55
|
+
|
56
|
+
msgid "Could not create the input set"
|
57
|
+
msgstr "Eingabe-Satz konnte nicht erstellt werden"
|
58
|
+
|
59
|
+
msgid "Foreign input set deleted"
|
60
|
+
msgstr "Fremdeingabe-Satz gelöscht"
|
61
|
+
|
62
|
+
msgid "Could not delete the input set"
|
63
|
+
msgstr "Eingabe--Satz konnte nicht gelöscht werden"
|
64
|
+
|
65
|
+
msgid "Execution"
|
66
|
+
msgstr "Ausführung"
|
67
|
+
|
68
|
+
msgid "execution"
|
69
|
+
msgstr ""
|
70
|
+
|
71
|
+
msgid "Description"
|
72
|
+
msgstr "Beschreibung"
|
73
|
+
|
74
|
+
msgid "Status"
|
75
|
+
msgstr "Status"
|
76
|
+
|
77
|
+
msgid "Success"
|
78
|
+
msgstr "Erfolg"
|
79
|
+
|
80
|
+
msgid "Failed"
|
81
|
+
msgstr "Fehlgeschlagen"
|
82
|
+
|
83
|
+
msgid "Pending"
|
84
|
+
msgstr "Ausstehend"
|
85
|
+
|
86
|
+
msgid "Total"
|
87
|
+
msgstr "Gesamt"
|
88
|
+
|
89
|
+
msgid "Start"
|
90
|
+
msgstr "Anfang"
|
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
|
+
|
107
|
+
msgid "Job Category"
|
108
|
+
msgstr "Auftragskategorie"
|
109
|
+
|
110
|
+
msgid "Mode"
|
111
|
+
msgstr "Modus"
|
112
|
+
|
113
|
+
msgid "Cron line"
|
114
|
+
msgstr "Cron-Zeile"
|
115
|
+
|
116
|
+
msgid "Recurring logic ID"
|
117
|
+
msgstr "ID der Wiederholungslogik"
|
118
|
+
|
119
|
+
msgid "Time to pickup"
|
120
|
+
msgstr ""
|
121
|
+
|
122
|
+
msgid "Hosts"
|
123
|
+
msgstr "Hosts"
|
124
|
+
|
125
|
+
msgid "View the output for a host"
|
126
|
+
msgstr "Ausgabe für einen Host anzeigen"
|
127
|
+
|
128
|
+
msgid "Do not wait for job to complete, shows current output only"
|
129
|
+
msgstr ""
|
130
|
+
"Nicht warten bis der Auftrag abgeschlossen ist, zeigt nur aktuelle Ausgabe"
|
131
|
+
|
132
|
+
msgid "The job is scheduled to start at %{timestamp}"
|
133
|
+
msgstr "Der Auftrag soll um %{timestamp} beginnen"
|
134
|
+
|
135
|
+
msgid "Job invocation %{id} created"
|
136
|
+
msgstr "Auftragsaufruf %{id} erstellt"
|
137
|
+
|
138
|
+
msgid "Schedule the execution for a later time"
|
139
|
+
msgstr "Ausführung zu einer späteren Zeit starten lassen"
|
140
|
+
|
141
|
+
msgid "Execution should be cancelled if it cannot be started before --start-at"
|
142
|
+
msgstr ""
|
143
|
+
"Ausführung soll abgebrochen werden, wenn sie nicht vor --start-at gestartet "
|
144
|
+
"werden kann."
|
145
|
+
|
146
|
+
msgid "Create a recurring execution"
|
147
|
+
msgstr "Wiederkehrenden Ausführung erstellen"
|
148
|
+
|
149
|
+
msgid "Perform no more executions after this time, used with --cron-line"
|
150
|
+
msgstr "Danach nicht mehr ausführen, verwendet mit --cron-line"
|
151
|
+
|
152
|
+
msgid "Specify inputs from command line"
|
153
|
+
msgstr "Eingaben von Befehlszeile angeben"
|
154
|
+
|
155
|
+
msgid "Read input values from files"
|
156
|
+
msgstr "Eingabewerte von Dateien lesen"
|
157
|
+
|
158
|
+
msgid "Dynamic search queries are evaluated at run time"
|
159
|
+
msgstr "Dynamische Suchanfragen werden zur Laufzeit geprüft"
|
160
|
+
|
161
|
+
msgid "Cancel the job"
|
162
|
+
msgstr "Auftrag abbrechen"
|
163
|
+
|
164
|
+
msgid "Job invocation %{id} cancelled"
|
165
|
+
msgstr "Auftragsaufruf %{id} abgebrochen"
|
166
|
+
|
167
|
+
msgid "Could not cancel the job invocation"
|
168
|
+
msgstr "Der Auftragsaufruf konnte nicht abgebrochen werden"
|
169
|
+
|
170
|
+
msgid "Rerun the job"
|
171
|
+
msgstr "Auftrag erneut ausführen"
|
172
|
+
|
173
|
+
msgid "Job invocation was rerun as %{id}"
|
174
|
+
msgstr "Auftragsaufruf wurde als %{id} erneut ausgeführt"
|
175
|
+
|
176
|
+
msgid "Manage job invocations"
|
177
|
+
msgstr "Auftragsaufrufe verwalten"
|
178
|
+
|
179
|
+
msgid "Provider"
|
180
|
+
msgstr "Dienstanbieter"
|
181
|
+
|
182
|
+
msgid "Type"
|
183
|
+
msgstr "Typ"
|
184
|
+
|
185
|
+
msgid "View job template content"
|
186
|
+
msgstr "Inhalte der Auftragsvorlagen ansehen"
|
187
|
+
|
188
|
+
msgid "Path to a file that contains the template"
|
189
|
+
msgstr "Pfad zur Datei, welche die Vorlage enthält"
|
190
|
+
|
191
|
+
msgid "Job template created"
|
192
|
+
msgstr "Auftragsvorlage erstellt"
|
193
|
+
|
194
|
+
msgid "Could not create the job template"
|
195
|
+
msgstr "Auftragsvorlage konnte nicht erstellt werden"
|
196
|
+
|
197
|
+
msgid "Path to a file that contains the template - must include ERB metadata"
|
198
|
+
msgstr ""
|
199
|
+
"Pfad zu einer Datei, die die Vorlage enthält – muss ERB-Metadaten enthalten"
|
200
|
+
|
201
|
+
msgid "Job template imported"
|
202
|
+
msgstr "Auftragsvorlage importiert"
|
203
|
+
|
204
|
+
msgid "Could not import the job template"
|
205
|
+
msgstr "Die Auftragsvorlage konnte nicht importiert werden"
|
206
|
+
|
207
|
+
msgid "Export a template including all metadata"
|
208
|
+
msgstr "Exportieren Sie eine Vorlage mit allen Metadaten"
|
209
|
+
|
210
|
+
msgid "Job template updated"
|
211
|
+
msgstr "Auftragsvorlage aktualisiert"
|
212
|
+
|
213
|
+
msgid "Could not update the job template"
|
214
|
+
msgstr "Auftragsvorlage konnte nicht aktualisiert werden"
|
215
|
+
|
216
|
+
msgid "Job template deleted"
|
217
|
+
msgstr "Auftragsvorlage gelöscht"
|
218
|
+
|
219
|
+
msgid "Could not delete the job template"
|
220
|
+
msgstr "Auftragsvorlage konnte nicht gelöscht werden"
|
221
|
+
|
222
|
+
msgid "Manage job templates"
|
223
|
+
msgstr "Auftragsvorlagen verwalten"
|
224
|
+
|
225
|
+
msgid ""
|
226
|
+
"Comma-separated list of key=file, where file is a path to a text file to be "
|
227
|
+
"read"
|
228
|
+
msgstr ""
|
229
|
+
"Kommagetrennte Liste von Schlüssel=Datei, wobei Datei ein Pfad zu einer zu "
|
230
|
+
"lesenden Textdatei ist "
|
231
|
+
|
232
|
+
msgid ""
|
233
|
+
"Cron line format 'a b c d e', where:\n"
|
234
|
+
" a. is minute (range: 0-59)\n"
|
235
|
+
" b. is hour (range: 0-23)\n"
|
236
|
+
" c. is day of month (range: 1-31)\n"
|
237
|
+
" d. is month (range: 1-12)\n"
|
238
|
+
" e. is day of week (range: 0-6)"
|
239
|
+
msgstr ""
|
240
|
+
"Cron-Zeilen Format 'a b c d e', wobei:\n"
|
241
|
+
" a. Minute ist (Bereich: 0-59)\n"
|
242
|
+
" b. Stunde ist (Bereich: 0-23)\n"
|
243
|
+
" c. Tag des Monats ist (Bereich: 1-31)\n"
|
244
|
+
" d. Monat ist (Bereich: 1-12)\n"
|
245
|
+
" e. Wochentag ist (Bereich: 0-6)"
|
246
|
+
|
247
|
+
msgid "Manage remote execution features"
|
248
|
+
msgstr "Remote-Ausführungsfunktionen verwalten"
|
249
|
+
|
250
|
+
msgid "Job template name"
|
251
|
+
msgstr "Name der Auftragsvorlage"
|
252
|
+
|
253
|
+
msgid "Label"
|
254
|
+
msgstr "Kennung"
|
255
|
+
|
256
|
+
msgid "Job template ID"
|
257
|
+
msgstr "Auftragsvorlagenkennung"
|
258
|
+
|
259
|
+
msgid "Remote execution feature updated"
|
260
|
+
msgstr "Remote-Ausführungsfunktion aktualisiert"
|
261
|
+
|
262
|
+
msgid "Could not update the remote execution feature"
|
263
|
+
msgstr "Die Remote-Ausführungsfunktion konnte nicht aktualisiert werden"
|
264
|
+
|
265
|
+
msgid "Smart Proxies"
|
266
|
+
msgstr "Smart Proxys"
|
267
|
+
|
268
|
+
msgid "Remote execution proxies"
|
269
|
+
msgstr ""
|
270
|
+
|
271
|
+
msgid "Id"
|
272
|
+
msgstr ""
|
273
|
+
|
274
|
+
msgid "Manage template inputs"
|
275
|
+
msgstr "Vorlageneingaben verwalten"
|
276
|
+
|
277
|
+
msgid "Input type"
|
278
|
+
msgstr "Eingabetyp"
|
279
|
+
|
280
|
+
msgid "Fact name"
|
281
|
+
msgstr "Faktenname"
|
282
|
+
|
283
|
+
msgid "Variable name"
|
284
|
+
msgstr "Variablenname"
|
285
|
+
|
286
|
+
msgid "Puppet parameter name"
|
287
|
+
msgstr "Puppet-Parametername"
|
288
|
+
|
289
|
+
msgid "Options"
|
290
|
+
msgstr "Optionen"
|
291
|
+
|
292
|
+
msgid "Default value"
|
293
|
+
msgstr ""
|
294
|
+
|
295
|
+
msgid "Template input created."
|
296
|
+
msgstr ""
|
297
|
+
|
298
|
+
msgid "Could not create the template input"
|
299
|
+
msgstr "Vorlageneingabe konnte nicht erstellt werden"
|
300
|
+
|
301
|
+
msgid "Template input updated."
|
302
|
+
msgstr ""
|
303
|
+
|
304
|
+
msgid "Could not update the template input"
|
305
|
+
msgstr ""
|
306
|
+
|
307
|
+
msgid "Template input deleted."
|
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
@@ -1,21 +1,21 @@
|
|
1
|
-
#
|
2
|
-
# Copyright (C)
|
1
|
+
# SOME DESCRIPTIVE TITLE.
|
2
|
+
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
3
3
|
# This file is distributed under the same license as the hammer-cli-foreman-remote-execution package.
|
4
|
-
# FIRST AUTHOR <EMAIL@ADDRESS>,
|
4
|
+
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
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
|
+
"PO-Revision-Date: 2023-07-12 15:59+0000\n"
|
11
12
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
12
|
-
"Language-Team:
|
13
|
-
"Language:
|
13
|
+
"Language-Team: LANGUAGE <LL@li.org>\n"
|
14
|
+
"Language: \n"
|
14
15
|
"MIME-Version: 1.0\n"
|
15
16
|
"Content-Type: text/plain; charset=UTF-8\n"
|
16
17
|
"Content-Transfer-Encoding: 8bit\n"
|
17
|
-
"Plural-Forms: nplurals=
|
18
|
-
"\n"
|
18
|
+
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
|
19
19
|
|
20
20
|
msgid "Manage foreign input sets"
|
21
21
|
msgstr ""
|
@@ -59,6 +59,12 @@ msgstr ""
|
|
59
59
|
msgid "Could not delete the input set"
|
60
60
|
msgstr ""
|
61
61
|
|
62
|
+
msgid "Execution"
|
63
|
+
msgstr ""
|
64
|
+
|
65
|
+
msgid "execution"
|
66
|
+
msgstr ""
|
67
|
+
|
62
68
|
msgid "Description"
|
63
69
|
msgstr ""
|
64
70
|
|
@@ -80,6 +86,21 @@ msgstr ""
|
|
80
86
|
msgid "Start"
|
81
87
|
msgstr ""
|
82
88
|
|
89
|
+
msgid "Randomized ordering"
|
90
|
+
msgstr ""
|
91
|
+
|
92
|
+
msgid "Inputs"
|
93
|
+
msgstr ""
|
94
|
+
|
95
|
+
msgid "Show the complete input of the job"
|
96
|
+
msgstr ""
|
97
|
+
|
98
|
+
msgid "Show job status for the hosts"
|
99
|
+
msgstr ""
|
100
|
+
|
101
|
+
msgid "Missing"
|
102
|
+
msgstr ""
|
103
|
+
|
83
104
|
msgid "Job Category"
|
84
105
|
msgstr ""
|
85
106
|
|
@@ -92,6 +113,9 @@ msgstr ""
|
|
92
113
|
msgid "Recurring logic ID"
|
93
114
|
msgstr ""
|
94
115
|
|
116
|
+
msgid "Time to pickup"
|
117
|
+
msgstr ""
|
118
|
+
|
95
119
|
msgid "Hosts"
|
96
120
|
msgstr ""
|
97
121
|
|
@@ -152,9 +176,6 @@ msgstr ""
|
|
152
176
|
msgid "Type"
|
153
177
|
msgstr ""
|
154
178
|
|
155
|
-
msgid "Inputs"
|
156
|
-
msgstr ""
|
157
|
-
|
158
179
|
msgid "View job template content"
|
159
180
|
msgstr ""
|
160
181
|
|
@@ -195,8 +216,8 @@ msgid "Manage job templates"
|
|
195
216
|
msgstr ""
|
196
217
|
|
197
218
|
msgid ""
|
198
|
-
"Comma-separated list of key=file, where file is a path to a text file to be
|
199
|
-
"
|
219
|
+
"Comma-separated list of key=file, where file is a path to a text file to be "
|
220
|
+
"read"
|
200
221
|
msgstr ""
|
201
222
|
|
202
223
|
msgid ""
|
@@ -226,6 +247,15 @@ msgstr ""
|
|
226
247
|
msgid "Could not update the remote execution feature"
|
227
248
|
msgstr ""
|
228
249
|
|
250
|
+
msgid "Smart Proxies"
|
251
|
+
msgstr ""
|
252
|
+
|
253
|
+
msgid "Remote execution proxies"
|
254
|
+
msgstr ""
|
255
|
+
|
256
|
+
msgid "Id"
|
257
|
+
msgstr ""
|
258
|
+
|
229
259
|
msgid "Manage template inputs"
|
230
260
|
msgstr ""
|
231
261
|
|
@@ -244,13 +274,22 @@ msgstr ""
|
|
244
274
|
msgid "Options"
|
245
275
|
msgstr ""
|
246
276
|
|
247
|
-
msgid "
|
277
|
+
msgid "Default value"
|
278
|
+
msgstr ""
|
279
|
+
|
280
|
+
msgid "Template input created."
|
248
281
|
msgstr ""
|
249
282
|
|
250
283
|
msgid "Could not create the template input"
|
251
284
|
msgstr ""
|
252
285
|
|
253
|
-
msgid "Template input
|
286
|
+
msgid "Template input updated."
|
287
|
+
msgstr ""
|
288
|
+
|
289
|
+
msgid "Could not update the template input"
|
290
|
+
msgstr ""
|
291
|
+
|
292
|
+
msgid "Template input deleted."
|
254
293
|
msgstr ""
|
255
294
|
|
256
295
|
msgid "Could not delete the template input"
|
Binary file
|