foreman_salt 17.0.1 → 17.0.2
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/app/assets/javascripts/foreman_salt/locale/de/foreman_salt.js +355 -355
- data/app/assets/javascripts/foreman_salt/locale/en/foreman_salt.js +2 -546
- data/app/assets/javascripts/foreman_salt/locale/fr/foreman_salt.js +1 -1
- data/app/assets/javascripts/foreman_salt/locale/ja/foreman_salt.js +1 -1
- data/app/assets/javascripts/foreman_salt/locale/ka/foreman_salt.js +355 -355
- data/app/assets/javascripts/foreman_salt/locale/zh_CN/foreman_salt.js +1 -1
- data/lib/foreman_salt/version.rb +1 -1
- data/locale/Makefile +12 -2
- data/locale/de/LC_MESSAGES/foreman_salt.mo +0 -0
- data/locale/de/foreman_salt.po +13 -13
- data/locale/en/foreman_salt.po +0 -551
- data/locale/fr/LC_MESSAGES/foreman_salt.mo +0 -0
- data/locale/fr/foreman_salt.po +1 -1
- data/locale/ja/LC_MESSAGES/foreman_salt.mo +0 -0
- data/locale/ja/foreman_salt.po +1 -1
- data/locale/ka/LC_MESSAGES/foreman_salt.mo +0 -0
- data/locale/ka/foreman_salt.po +17 -16
- data/locale/zh_CN/LC_MESSAGES/foreman_salt.mo +0 -0
- data/locale/zh_CN/foreman_salt.po +1 -1
- data/test/integration/salt_variable_test.rb +1 -1
- metadata +7 -10
@@ -3,7 +3,7 @@
|
|
3
3
|
"locale_data": {
|
4
4
|
"foreman_salt": {
|
5
5
|
"": {
|
6
|
-
"Project-Id-Version": "foreman_salt
|
6
|
+
"Project-Id-Version": "foreman_salt 17.0.1",
|
7
7
|
"Report-Msgid-Bugs-To": "",
|
8
8
|
"PO-Revision-Date": "2019-04-29 07:31+0000",
|
9
9
|
"Last-Translator": "Bryan Kearney <bryan.kearney@gmail.com>, 2022",
|
data/lib/foreman_salt/version.rb
CHANGED
data/locale/Makefile
CHANGED
@@ -31,9 +31,16 @@ all-mo: $(MOFILES)
|
|
31
31
|
cat $@
|
32
32
|
! grep -q msgid $@
|
33
33
|
|
34
|
-
%.edit.po:
|
34
|
+
%.edit.po: %.po.time_stamp
|
35
35
|
touch $@
|
36
36
|
|
37
|
+
# gettext will trash the .edit.po file if the time stamp doesn't exist or is older than the po file
|
38
|
+
%.po.time_stamp: %.po
|
39
|
+
touch --reference $< $@
|
40
|
+
|
41
|
+
# Prevent make from treating this as an intermediate file to be cleaned up
|
42
|
+
.PRECIOUS: %.po.time_stamp
|
43
|
+
|
37
44
|
check: $(POXFILES)
|
38
45
|
|
39
46
|
# Unify duplicate translations
|
@@ -43,7 +50,10 @@ uniq-po:
|
|
43
50
|
done
|
44
51
|
|
45
52
|
tx-pull: $(EDITFILES)
|
46
|
-
|
53
|
+
# Initialize new languages
|
54
|
+
cd .. && tx pull -f --all --minimum-perc 50
|
55
|
+
# Force update all existing languages
|
56
|
+
cd .. && tx pull -f --minimum-perc 0
|
47
57
|
for f in $(EDITFILES) ; do \
|
48
58
|
sed -i 's/^\("Project-Id-Version: \).*$$/\1$(DOMAIN) $(VERSION)\\n"/' $$f; \
|
49
59
|
done
|
Binary file
|
data/locale/de/foreman_salt.po
CHANGED
@@ -6,27 +6,27 @@
|
|
6
6
|
# Translators:
|
7
7
|
# Lukáš Zapletal, 2019
|
8
8
|
# abf90805572190d649c59f7a021d76cb, 2019
|
9
|
-
# Michael Moll, 2019
|
10
9
|
# Hannes Schaller <admin@cyberkov.at>, 2019
|
11
|
-
#
|
10
|
+
# 47388d0d0847859fcc07f8955b27d2a7_d1cb104 <93875580def0fcc1a566b016c3948752_122921>, 2019
|
12
11
|
# Arnold Bechtoldt <mail@arnoldbechtoldt.com>, 2019
|
13
|
-
# Ettore Atalan <atalanttore@googlemail.com>, 2019
|
14
12
|
# 0868a4d1af5275b3f70b0a6dac4c99a4, 2019
|
15
13
|
# Wiederoder <stefanwiederoder@googlemail.com>, 2019
|
16
14
|
# Bryan Kearney <bryan.kearney@gmail.com>, 2019
|
17
|
-
# simon11 <
|
18
|
-
# Christina Gurski <Gurski_christina@yahoo.de>, 2019
|
19
|
-
# Martin Zimmermann <martin.zimmermann@gmx.com>, 2019
|
15
|
+
# simon11 <transifex@stieger.co>, 2019
|
20
16
|
# Crited <Alexander.Stoll@netways.de>, 2019
|
21
17
|
# Bernhard Suttner <bernhard.suttner@atix.de>, 2019
|
18
|
+
# Martin Zimmermann <martin.zimmermann@gmx.com>, 2022
|
19
|
+
# Christina Gurski <Gurski_christina@yahoo.de>, 2022
|
20
|
+
# Ettore Atalan <atalanttore@googlemail.com>, 2023
|
22
21
|
#
|
22
|
+
#, fuzzy
|
23
23
|
msgid ""
|
24
24
|
msgstr ""
|
25
|
-
"Project-Id-Version: foreman_salt
|
25
|
+
"Project-Id-Version: foreman_salt 17.0.1\n"
|
26
26
|
"Report-Msgid-Bugs-To: \n"
|
27
27
|
"PO-Revision-Date: 2019-04-29 07:31+0000\n"
|
28
|
-
"Last-Translator:
|
29
|
-
"Language-Team: German (https://
|
28
|
+
"Last-Translator: Ettore Atalan <atalanttore@googlemail.com>, 2023\n"
|
29
|
+
"Language-Team: German (https://app.transifex.com/foreman/teams/114/de/)\n"
|
30
30
|
"MIME-Version: 1.0\n"
|
31
31
|
"Content-Type: text/plain; charset=UTF-8\n"
|
32
32
|
"Content-Transfer-Encoding: 8bit\n"
|
@@ -91,7 +91,7 @@ msgid "Check/Uncheck Removed"
|
|
91
91
|
msgstr "Gelöschte auswählen/abwählen"
|
92
92
|
|
93
93
|
msgid "Config Management"
|
94
|
-
msgstr ""
|
94
|
+
msgstr "Konfigurationsmanagement"
|
95
95
|
|
96
96
|
msgid "Continue to look for matches after first find (only array/hash type)? Note: merging overrides ignores all matchers that are omitted."
|
97
97
|
msgstr "Nach dem ersten Treffer nach weiterhin nach Treffern suchen (nur Array-/Hash-Typ)? Hinweis: Das Zusammenlegen von Überschreibungen ignoriert alle Prüfwerte, die weggelassen werden."
|
@@ -196,7 +196,7 @@ msgid "ID of Salt Proxy"
|
|
196
196
|
msgstr "ID des Salt Proxy"
|
197
197
|
|
198
198
|
msgid "ID of host group"
|
199
|
-
msgstr ""
|
199
|
+
msgstr "Kennung der Hostgruppe"
|
200
200
|
|
201
201
|
msgid "If checked, will raise an error if there is no default value and no matcher provide a value."
|
202
202
|
msgstr "Falls aktiviert, wird dies einen Fehler erzeugen, wenn kein Standardwert vorhanden ist und kein Treffer einen Wert vorschlägt."
|
@@ -508,7 +508,7 @@ msgid "Unable to fetch autosign list"
|
|
508
508
|
msgstr "Autosign Liste konnten nicht abgerufen werden"
|
509
509
|
|
510
510
|
msgid "Unable to generate output, Check log files"
|
511
|
-
msgstr "Kann keine Ausgabe erzeugen
|
511
|
+
msgstr "Kann keine Ausgabe erzeugen. Bitte Logdateien prüfen"
|
512
512
|
|
513
513
|
msgid "Unable to reject Salt key for %s"
|
514
514
|
msgstr "Salt Schlüssel für %s konnte nicht zurückgewiesen werden"
|
@@ -541,7 +541,7 @@ msgid "Updates Salt variable"
|
|
541
541
|
msgstr "Salt Variable aktualisieren"
|
542
542
|
|
543
543
|
msgid "Upload a Job"
|
544
|
-
msgstr "Hochladen eines
|
544
|
+
msgstr "Hochladen eines Auftrags"
|
545
545
|
|
546
546
|
msgid "Used to enforce certain values for the parameter values"
|
547
547
|
msgstr "Verwendet, um bestimmte Werte für die Parameterwerte umzusetzen"
|
data/locale/en/foreman_salt.po
CHANGED
@@ -1,551 +0,0 @@
|
|
1
|
-
# SOME DESCRIPTIVE TITLE.
|
2
|
-
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
3
|
-
# This file is distributed under the same license as the foreman_salt package.
|
4
|
-
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
5
|
-
#
|
6
|
-
msgid ""
|
7
|
-
msgstr ""
|
8
|
-
"Project-Id-Version: foreman_salt 13.2.0\n"
|
9
|
-
"Report-Msgid-Bugs-To: \n"
|
10
|
-
"PO-Revision-Date: 2019-04-25 22:19+0000\n"
|
11
|
-
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
12
|
-
"Language-Team: LANGUAGE <LL@li.org>\n"
|
13
|
-
"MIME-Version: 1.0\n"
|
14
|
-
"Content-Type: text/plain; charset=UTF-8\n"
|
15
|
-
"Content-Transfer-Encoding: 8bit\n"
|
16
|
-
"Language: \n"
|
17
|
-
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
|
18
|
-
|
19
|
-
msgid "*Clear environment*"
|
20
|
-
msgstr ""
|
21
|
-
|
22
|
-
msgid "Accept"
|
23
|
-
msgstr "Accept"
|
24
|
-
|
25
|
-
msgid "Accepted"
|
26
|
-
msgstr "Accepted"
|
27
|
-
|
28
|
-
msgid "Action with sub plans"
|
29
|
-
msgstr ""
|
30
|
-
|
31
|
-
msgid "Actions"
|
32
|
-
msgstr ""
|
33
|
-
|
34
|
-
msgid "Added"
|
35
|
-
msgstr "Added"
|
36
|
-
|
37
|
-
msgid "Array of Salt state IDs"
|
38
|
-
msgstr ""
|
39
|
-
|
40
|
-
msgid "Array of State ids"
|
41
|
-
msgstr "Array of State ids"
|
42
|
-
|
43
|
-
msgid "Autosign"
|
44
|
-
msgstr "Autosign"
|
45
|
-
|
46
|
-
msgid "Autosign entries for %s"
|
47
|
-
msgstr "Autosign entries for %s"
|
48
|
-
|
49
|
-
msgid "Autosign record"
|
50
|
-
msgstr "Autosign record"
|
51
|
-
|
52
|
-
msgid "Avoid duplicate values when merging them (only array type)?"
|
53
|
-
msgstr ""
|
54
|
-
|
55
|
-
msgid "Before including these variables as Salt pillar, Foreman will validate that your variables comply with the validation."
|
56
|
-
msgstr ""
|
57
|
-
|
58
|
-
msgid "Cancel"
|
59
|
-
msgstr "Cancel"
|
60
|
-
|
61
|
-
msgid "Change Salt Environment"
|
62
|
-
msgstr ""
|
63
|
-
|
64
|
-
msgid "Change Salt Master"
|
65
|
-
msgstr ""
|
66
|
-
|
67
|
-
msgid "Check/Uncheck Added"
|
68
|
-
msgstr "Check/Uncheck Added"
|
69
|
-
|
70
|
-
msgid "Check/Uncheck All"
|
71
|
-
msgstr "Check/Uncheck All"
|
72
|
-
|
73
|
-
msgid "Check/Uncheck Removed"
|
74
|
-
msgstr "Check/Uncheck Removed"
|
75
|
-
|
76
|
-
msgid "Config Management"
|
77
|
-
msgstr ""
|
78
|
-
|
79
|
-
msgid "Continue to look for matches after first find (only array/hash type)? Note: merging overrides ignores all matchers that are omitted."
|
80
|
-
msgstr ""
|
81
|
-
|
82
|
-
msgid "Could not find salt environment with id %s"
|
83
|
-
msgstr "Could not find salt environment with id %s"
|
84
|
-
|
85
|
-
msgid "Create Salt Variable"
|
86
|
-
msgstr ""
|
87
|
-
|
88
|
-
msgid "Create Salt variable"
|
89
|
-
msgstr ""
|
90
|
-
|
91
|
-
msgid "Create a Salt environment"
|
92
|
-
msgstr "Create a Salt environment"
|
93
|
-
|
94
|
-
msgid "Create a state"
|
95
|
-
msgstr "Create a state"
|
96
|
-
|
97
|
-
msgid "Create an autosign record"
|
98
|
-
msgstr "Create an autosign record"
|
99
|
-
|
100
|
-
msgid "Default Behavior"
|
101
|
-
msgstr ""
|
102
|
-
|
103
|
-
msgid "Default value of variable"
|
104
|
-
msgstr ""
|
105
|
-
|
106
|
-
msgid "Delete %s?"
|
107
|
-
msgstr "Delete %s?"
|
108
|
-
|
109
|
-
msgid "Delete a Salt Key"
|
110
|
-
msgstr "Delete a Salt Key"
|
111
|
-
|
112
|
-
msgid "Delete an autosign record"
|
113
|
-
msgstr "Delete an autosign record"
|
114
|
-
|
115
|
-
msgid "Deletes Salt variable"
|
116
|
-
msgstr ""
|
117
|
-
|
118
|
-
msgid "Description of variable"
|
119
|
-
msgstr ""
|
120
|
-
|
121
|
-
msgid "Destroy a Salt environment"
|
122
|
-
msgstr "Destroy a Salt environment"
|
123
|
-
|
124
|
-
msgid "Destroy a state"
|
125
|
-
msgstr "Destroy a state"
|
126
|
-
|
127
|
-
msgid "Dryrun only"
|
128
|
-
msgstr "Dryrun only"
|
129
|
-
|
130
|
-
msgid "Edit"
|
131
|
-
msgstr "Edit"
|
132
|
-
|
133
|
-
msgid "Edit %s"
|
134
|
-
msgstr ""
|
135
|
-
|
136
|
-
msgid "Edit Salt Environment %s"
|
137
|
-
msgstr "Edit Salt Environment %s"
|
138
|
-
|
139
|
-
msgid "Edit Salt State %s"
|
140
|
-
msgstr "Edit Salt State %s"
|
141
|
-
|
142
|
-
msgid "Edit Salt Variable"
|
143
|
-
msgstr ""
|
144
|
-
|
145
|
-
msgid "Environment"
|
146
|
-
msgstr "Environment"
|
147
|
-
|
148
|
-
msgid "Environments"
|
149
|
-
msgstr "Environments"
|
150
|
-
|
151
|
-
msgid "FQDN of host that key belongs to"
|
152
|
-
msgstr "FQDN of host that key belongs to"
|
153
|
-
|
154
|
-
msgid "Filter %s"
|
155
|
-
msgstr "Filter %s"
|
156
|
-
|
157
|
-
msgid "Fingerprint"
|
158
|
-
msgstr "Fingerprint"
|
159
|
-
|
160
|
-
msgid "Function"
|
161
|
-
msgstr "Function"
|
162
|
-
|
163
|
-
msgid "Hidden Value"
|
164
|
-
msgstr ""
|
165
|
-
|
166
|
-
msgid "Hide all values for this parameter."
|
167
|
-
msgstr ""
|
168
|
-
|
169
|
-
msgid "Host groups"
|
170
|
-
msgstr "Host groups"
|
171
|
-
|
172
|
-
msgid "Host must have an environment in order to set salt states"
|
173
|
-
msgstr "Host must have an environment in order to set salt states"
|
174
|
-
|
175
|
-
msgid "Hosts"
|
176
|
-
msgstr "Hosts"
|
177
|
-
|
178
|
-
msgid "ID of Salt Proxy"
|
179
|
-
msgstr "ID of Salt Proxy"
|
180
|
-
|
181
|
-
msgid "ID of host group"
|
182
|
-
msgstr ""
|
183
|
-
|
184
|
-
msgid "If checked, will raise an error if there is no default value and no matcher provide a value."
|
185
|
-
msgstr ""
|
186
|
-
|
187
|
-
msgid "Import"
|
188
|
-
msgstr "Import"
|
189
|
-
|
190
|
-
msgid "Import Puppet classes"
|
191
|
-
msgstr ""
|
192
|
-
|
193
|
-
msgid "Import facts"
|
194
|
-
msgstr ""
|
195
|
-
|
196
|
-
msgid "Import from %s"
|
197
|
-
msgstr "Import from %s"
|
198
|
-
|
199
|
-
msgid "Import states from a salt master"
|
200
|
-
msgstr "Import states from a salt master"
|
201
|
-
|
202
|
-
msgid "Include default value when merging all matching values"
|
203
|
-
msgstr ""
|
204
|
-
|
205
|
-
msgid "Include default value when merging all matching values."
|
206
|
-
msgstr ""
|
207
|
-
|
208
|
-
msgid "Invalid report"
|
209
|
-
msgstr "Invalid report"
|
210
|
-
|
211
|
-
msgid "JID"
|
212
|
-
msgstr "JID"
|
213
|
-
|
214
|
-
msgid "Key Name"
|
215
|
-
msgstr "Key Name"
|
216
|
-
|
217
|
-
msgid "Keys"
|
218
|
-
msgstr "Keys"
|
219
|
-
|
220
|
-
msgid "Limit to a specific environment"
|
221
|
-
msgstr "Limit to a specific environment"
|
222
|
-
|
223
|
-
msgid "Limit to a specific environments"
|
224
|
-
msgstr "Limit to a specific environments"
|
225
|
-
|
226
|
-
msgid "Limit to specific actions: i.e. add, remove"
|
227
|
-
msgstr "Limit to specific actions: i.e. add, remove"
|
228
|
-
|
229
|
-
msgid "List Salt variables"
|
230
|
-
msgstr ""
|
231
|
-
|
232
|
-
msgid "List all Salt Minions"
|
233
|
-
msgstr "List all Salt Minions"
|
234
|
-
|
235
|
-
msgid "List all Salt environments"
|
236
|
-
msgstr "List all Salt environments"
|
237
|
-
|
238
|
-
msgid "List all Salt keys"
|
239
|
-
msgstr "List all Salt keys"
|
240
|
-
|
241
|
-
msgid "List all Salt states"
|
242
|
-
msgstr "List all Salt states"
|
243
|
-
|
244
|
-
msgid "List all autosign records"
|
245
|
-
msgstr "List all autosign records"
|
246
|
-
|
247
|
-
msgid "Mark the variable to be managed by Foreman. When the Salt State of this variable is assigned to a host, the default value will be added as a Salt pillar for this host. Specify matchers to set a different value for such variable."
|
248
|
-
msgstr ""
|
249
|
-
|
250
|
-
msgid "Merge all matching values (only array/hash type)"
|
251
|
-
msgstr ""
|
252
|
-
|
253
|
-
msgid "Must specify a Smart Proxy to use"
|
254
|
-
msgstr "Must specify a Smart Proxy to use"
|
255
|
-
|
256
|
-
msgid "Name"
|
257
|
-
msgstr "Name"
|
258
|
-
|
259
|
-
msgid "Name of the Salt state"
|
260
|
-
msgstr "Name of the Salt state"
|
261
|
-
|
262
|
-
msgid "Name of variable"
|
263
|
-
msgstr ""
|
264
|
-
|
265
|
-
msgid "Namespace Foreman pillars under 'foreman' key"
|
266
|
-
msgstr "Namespace Foreman pillars under 'foreman' key"
|
267
|
-
|
268
|
-
msgid "New"
|
269
|
-
msgstr "New"
|
270
|
-
|
271
|
-
msgid "New Autosign Entry"
|
272
|
-
msgstr "New Autosign Entry"
|
273
|
-
|
274
|
-
msgid "New Salt Environment"
|
275
|
-
msgstr "New Salt Environment"
|
276
|
-
|
277
|
-
msgid "New Salt State"
|
278
|
-
msgstr "New Salt State"
|
279
|
-
|
280
|
-
msgid "New Salt Variable"
|
281
|
-
msgstr ""
|
282
|
-
|
283
|
-
msgid "No changes found"
|
284
|
-
msgstr "No changes found"
|
285
|
-
|
286
|
-
msgid "No salt environment selected!"
|
287
|
-
msgstr ""
|
288
|
-
|
289
|
-
msgid "Operation"
|
290
|
-
msgstr "Operation"
|
291
|
-
|
292
|
-
msgid "Optional Input Validator"
|
293
|
-
msgstr ""
|
294
|
-
|
295
|
-
msgid "Order"
|
296
|
-
msgstr ""
|
297
|
-
|
298
|
-
msgid "Override the default value of the Salt variable."
|
299
|
-
msgstr ""
|
300
|
-
|
301
|
-
msgid "Overriden"
|
302
|
-
msgstr ""
|
303
|
-
|
304
|
-
msgid "Please select a Salt environment first"
|
305
|
-
msgstr "Please select a Salt environment first"
|
306
|
-
|
307
|
-
msgid "Prioritize Attribute Order"
|
308
|
-
msgstr ""
|
309
|
-
|
310
|
-
msgid "Record deleted."
|
311
|
-
msgstr "Record deleted."
|
312
|
-
|
313
|
-
msgid "Reject"
|
314
|
-
msgstr "Reject"
|
315
|
-
|
316
|
-
msgid "Rejected"
|
317
|
-
msgstr "Rejected"
|
318
|
-
|
319
|
-
msgid "Remote action:"
|
320
|
-
msgstr ""
|
321
|
-
|
322
|
-
msgid "Remove duplicate values (only array type)"
|
323
|
-
msgstr ""
|
324
|
-
|
325
|
-
msgid "Removed"
|
326
|
-
msgstr "Removed"
|
327
|
-
|
328
|
-
msgid "Result"
|
329
|
-
msgstr "Result"
|
330
|
-
|
331
|
-
msgid "Run Salt"
|
332
|
-
msgstr "Run Salt"
|
333
|
-
|
334
|
-
msgid "Run Salt state.highstate"
|
335
|
-
msgstr ""
|
336
|
-
|
337
|
-
msgid "Salt Autosign"
|
338
|
-
msgstr "Salt Autosign"
|
339
|
-
|
340
|
-
msgid "Salt ENC"
|
341
|
-
msgstr "Salt ENC"
|
342
|
-
|
343
|
-
msgid "Salt Environment"
|
344
|
-
msgstr "Salt Environment"
|
345
|
-
|
346
|
-
msgid "Salt Environments"
|
347
|
-
msgstr "Salt Environments"
|
348
|
-
|
349
|
-
msgid "Salt Keys"
|
350
|
-
msgstr "Salt Keys"
|
351
|
-
|
352
|
-
msgid "Salt Keys on %s"
|
353
|
-
msgstr "Salt Keys on %s"
|
354
|
-
|
355
|
-
msgid "Salt Master"
|
356
|
-
msgstr "Salt Master"
|
357
|
-
|
358
|
-
msgid "Salt Smart Proxy ID"
|
359
|
-
msgstr "Salt Smart Proxy ID"
|
360
|
-
|
361
|
-
msgid "Salt State"
|
362
|
-
msgstr ""
|
363
|
-
|
364
|
-
msgid "Salt States"
|
365
|
-
msgstr "Salt States"
|
366
|
-
|
367
|
-
msgid "Salt Variable Details"
|
368
|
-
msgstr ""
|
369
|
-
|
370
|
-
msgid "Salt Variables"
|
371
|
-
msgstr ""
|
372
|
-
|
373
|
-
msgid "Salt environment"
|
374
|
-
msgstr "Salt environment"
|
375
|
-
|
376
|
-
msgid "Salt environment ID"
|
377
|
-
msgstr "Salt environment ID"
|
378
|
-
|
379
|
-
msgid "Salt external nodes YAML dump"
|
380
|
-
msgstr "Salt external nodes YAML dump"
|
381
|
-
|
382
|
-
msgid "Salt master/smart proxy ID"
|
383
|
-
msgstr ""
|
384
|
-
|
385
|
-
msgid "Salt namespace pillars"
|
386
|
-
msgstr ""
|
387
|
-
|
388
|
-
msgid "Salt state"
|
389
|
-
msgstr "Salt state"
|
390
|
-
|
391
|
-
msgid "Salt states must be in the environment of the host"
|
392
|
-
msgstr "Salt states must be in the environment of the host"
|
393
|
-
|
394
|
-
msgid "SaltEnvironment|Name"
|
395
|
-
msgstr "SaltEnvironment|Name"
|
396
|
-
|
397
|
-
msgid "SaltModule|Name"
|
398
|
-
msgstr "SaltModule|Name"
|
399
|
-
|
400
|
-
msgid "Save"
|
401
|
-
msgstr "Save"
|
402
|
-
|
403
|
-
msgid "Select salt environment"
|
404
|
-
msgstr ""
|
405
|
-
|
406
|
-
msgid "Select the changes you want to realize in Foreman"
|
407
|
-
msgstr "Select the changes you want to realize in Foreman"
|
408
|
-
|
409
|
-
msgid "Set the order in which values are resolved."
|
410
|
-
msgstr ""
|
411
|
-
|
412
|
-
msgid "Set the salt_status as \\'successful authentication\\' and remove the corresponding autosign key from the Smart Proxy"
|
413
|
-
msgstr ""
|
414
|
-
|
415
|
-
msgid "Show a Salt environment"
|
416
|
-
msgstr "Show a Salt environment"
|
417
|
-
|
418
|
-
msgid "Show a minion"
|
419
|
-
msgstr "Show a minion"
|
420
|
-
|
421
|
-
msgid "Show a state"
|
422
|
-
msgstr "Show a state"
|
423
|
-
|
424
|
-
msgid "Show the Salt parameters of a host group"
|
425
|
-
msgstr ""
|
426
|
-
|
427
|
-
msgid "Show variable"
|
428
|
-
msgstr ""
|
429
|
-
|
430
|
-
msgid "Specify Matchers"
|
431
|
-
msgstr ""
|
432
|
-
|
433
|
-
msgid "State"
|
434
|
-
msgstr "State"
|
435
|
-
|
436
|
-
msgid "State ID"
|
437
|
-
msgstr ""
|
438
|
-
|
439
|
-
msgid "State can be \"accepted\" or \"rejected\""
|
440
|
-
msgstr "State can be \"accepted\" or \"rejected\""
|
441
|
-
|
442
|
-
msgid "States"
|
443
|
-
msgstr "States"
|
444
|
-
|
445
|
-
msgid "Successfully imported"
|
446
|
-
msgstr "Successfully imported"
|
447
|
-
|
448
|
-
msgid "The order in which matchers keys are processed, first match wins.<br> You may use multiple attributes as a matcher key, for example, an order of <code>host group, environment</code> would expect a matcher such as <code>hostgroup = \"web servers\", environment = production</code>"
|
449
|
-
msgstr ""
|
450
|
-
|
451
|
-
msgid "The order in which values are resolved"
|
452
|
-
msgstr ""
|
453
|
-
|
454
|
-
msgid "Toggle"
|
455
|
-
msgstr "Toggle"
|
456
|
-
|
457
|
-
msgid "Type"
|
458
|
-
msgstr ""
|
459
|
-
|
460
|
-
msgid "Types of validation values"
|
461
|
-
msgstr ""
|
462
|
-
|
463
|
-
msgid "Types of variable values"
|
464
|
-
msgstr ""
|
465
|
-
|
466
|
-
msgid "Unable to accept Salt key for %s"
|
467
|
-
msgstr "Unable to accept Salt key for %s"
|
468
|
-
|
469
|
-
msgid "Unable to create Salt autosign key %s"
|
470
|
-
msgstr ""
|
471
|
-
|
472
|
-
msgid "Unable to delete Salt autosign hostname for %s"
|
473
|
-
msgstr ""
|
474
|
-
|
475
|
-
msgid "Unable to delete Salt autosign key %s"
|
476
|
-
msgstr ""
|
477
|
-
|
478
|
-
msgid "Unable to delete Salt key for %s"
|
479
|
-
msgstr "Unable to delete Salt key for %s"
|
480
|
-
|
481
|
-
msgid "Unable to fetch Salt environments list"
|
482
|
-
msgstr "Unable to fetch Salt environments list"
|
483
|
-
|
484
|
-
msgid "Unable to fetch Salt key list"
|
485
|
-
msgstr "Unable to fetch Salt key list"
|
486
|
-
|
487
|
-
msgid "Unable to fetch Salt states list"
|
488
|
-
msgstr "Unable to fetch Salt states list"
|
489
|
-
|
490
|
-
msgid "Unable to fetch autosign list"
|
491
|
-
msgstr "Unable to fetch autosign list"
|
492
|
-
|
493
|
-
msgid "Unable to generate output, Check log files"
|
494
|
-
msgstr "Unable to generate output, Check log files"
|
495
|
-
|
496
|
-
msgid "Unable to reject Salt key for %s"
|
497
|
-
msgstr "Unable to reject Salt key for %s"
|
498
|
-
|
499
|
-
msgid "Unable to run Salt state.highstate for %s"
|
500
|
-
msgstr "Unable to run Salt state.highstate for %s"
|
501
|
-
|
502
|
-
msgid "Unable to set Salt autosign hostname for %s"
|
503
|
-
msgstr ""
|
504
|
-
|
505
|
-
msgid "Unaccepted"
|
506
|
-
msgstr "Unaccepted"
|
507
|
-
|
508
|
-
msgid "Update"
|
509
|
-
msgstr "Update"
|
510
|
-
|
511
|
-
msgid "Update a Salt Key"
|
512
|
-
msgstr "Update a Salt Key"
|
513
|
-
|
514
|
-
msgid "Update a minion"
|
515
|
-
msgstr "Update a minion"
|
516
|
-
|
517
|
-
msgid "Update the Salt parameters of a host group"
|
518
|
-
msgstr ""
|
519
|
-
|
520
|
-
msgid "Updated hosts: changed salt environment"
|
521
|
-
msgstr ""
|
522
|
-
|
523
|
-
msgid "Updates Salt variable"
|
524
|
-
msgstr ""
|
525
|
-
|
526
|
-
msgid "Upload a Job"
|
527
|
-
msgstr "Upload a Job"
|
528
|
-
|
529
|
-
msgid "Used to enforce certain values for the parameter values"
|
530
|
-
msgstr ""
|
531
|
-
|
532
|
-
msgid "Value to use when there is no match."
|
533
|
-
msgstr ""
|
534
|
-
|
535
|
-
msgid "Variables"
|
536
|
-
msgstr ""
|
537
|
-
|
538
|
-
msgid "Variable|Name"
|
539
|
-
msgstr ""
|
540
|
-
|
541
|
-
msgid "Variable|State"
|
542
|
-
msgstr ""
|
543
|
-
|
544
|
-
msgid "When enabled the parameter is hidden in the UI"
|
545
|
-
msgstr ""
|
546
|
-
|
547
|
-
msgid "is alphanumeric and cannot contain spaces"
|
548
|
-
msgstr "is alphanumeric and cannot contain spaces"
|
549
|
-
|
550
|
-
msgid "must be alphanumeric, can contain periods, dashes, underscores and must not contain spaces"
|
551
|
-
msgstr "must be alphanumeric, can contain periods, dashes, underscores and must not contain spaces"
|
Binary file
|
data/locale/fr/foreman_salt.po
CHANGED
@@ -15,7 +15,7 @@
|
|
15
15
|
#, fuzzy
|
16
16
|
msgid ""
|
17
17
|
msgstr ""
|
18
|
-
"Project-Id-Version: foreman_salt
|
18
|
+
"Project-Id-Version: foreman_salt 17.0.1\n"
|
19
19
|
"Report-Msgid-Bugs-To: \n"
|
20
20
|
"PO-Revision-Date: 2019-04-29 07:31+0000\n"
|
21
21
|
"Last-Translator: Amit Upadhye <aupadhye@redhat.com>, 2023\n"
|
Binary file
|
data/locale/ja/foreman_salt.po
CHANGED
@@ -13,7 +13,7 @@
|
|
13
13
|
#, fuzzy
|
14
14
|
msgid ""
|
15
15
|
msgstr ""
|
16
|
-
"Project-Id-Version: foreman_salt
|
16
|
+
"Project-Id-Version: foreman_salt 17.0.1\n"
|
17
17
|
"Report-Msgid-Bugs-To: \n"
|
18
18
|
"PO-Revision-Date: 2019-04-29 07:31+0000\n"
|
19
19
|
"Last-Translator: Bryan Kearney <bryan.kearney@gmail.com>, 2022\n"
|
Binary file
|