foreman_discovery 25.0.0 → 25.0.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/app/assets/javascripts/foreman_discovery/locale/ca/foreman_discovery.js +440 -452
- data/app/assets/javascripts/foreman_discovery/locale/cs_CZ/foreman_discovery.js +397 -409
- data/app/assets/javascripts/foreman_discovery/locale/de/foreman_discovery.js +537 -549
- data/app/assets/javascripts/foreman_discovery/locale/en/foreman_discovery.js +280 -291
- data/app/assets/javascripts/foreman_discovery/locale/en_GB/foreman_discovery.js +539 -551
- data/app/assets/javascripts/foreman_discovery/locale/es/foreman_discovery.js +541 -553
- data/app/assets/javascripts/foreman_discovery/locale/fr/foreman_discovery.js +539 -551
- data/app/assets/javascripts/foreman_discovery/locale/gl/foreman_discovery.js +339 -351
- data/app/assets/javascripts/foreman_discovery/locale/it/foreman_discovery.js +468 -480
- data/app/assets/javascripts/foreman_discovery/locale/ja/foreman_discovery.js +536 -548
- data/app/assets/javascripts/foreman_discovery/locale/ka/foreman_discovery.js +525 -537
- data/app/assets/javascripts/foreman_discovery/locale/ko/foreman_discovery.js +493 -505
- data/app/assets/javascripts/foreman_discovery/locale/pt_BR/foreman_discovery.js +538 -550
- data/app/assets/javascripts/foreman_discovery/locale/ru/foreman_discovery.js +510 -522
- data/app/assets/javascripts/foreman_discovery/locale/sv_SE/foreman_discovery.js +361 -373
- data/app/assets/javascripts/foreman_discovery/locale/zh_CN/foreman_discovery.js +540 -552
- data/app/assets/javascripts/foreman_discovery/locale/zh_TW/foreman_discovery.js +400 -412
- data/lib/foreman_discovery/version.rb +1 -1
- data/locale/ca/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ca/foreman_discovery.po +2 -14
- data/locale/cs_CZ/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/cs_CZ/foreman_discovery.po +128 -138
- data/locale/de/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/de/foreman_discovery.po +4 -16
- data/locale/en/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/en/foreman_discovery.po +13 -20
- data/locale/en_GB/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/en_GB/foreman_discovery.po +39 -51
- data/locale/es/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/es/foreman_discovery.po +47 -59
- data/locale/fr/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/fr/foreman_discovery.po +18 -30
- data/locale/gl/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/gl/foreman_discovery.po +2 -14
- data/locale/it/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/it/foreman_discovery.po +2 -14
- data/locale/ja/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ja/foreman_discovery.po +27 -38
- data/locale/ka/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ka/foreman_discovery.po +19 -31
- data/locale/ko/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ko/foreman_discovery.po +98 -108
- data/locale/pt_BR/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/pt_BR/foreman_discovery.po +2 -14
- data/locale/ru/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ru/foreman_discovery.po +2 -14
- data/locale/sv_SE/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/sv_SE/foreman_discovery.po +2 -14
- data/locale/zh_CN/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/zh_CN/foreman_discovery.po +20 -32
- data/locale/zh_TW/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/zh_TW/foreman_discovery.po +2 -14
- data/test/integration/discovered_hosts_test.rb +3 -1
- metadata +3 -3
|
@@ -1,24 +1,26 @@
|
|
|
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 foreman_discovery package.
|
|
4
|
-
# FIRST AUTHOR <EMAIL@ADDRESS>, 2023.
|
|
5
4
|
#
|
|
5
|
+
# Translators:
|
|
6
|
+
# Pavel Borecki <pavel.borecki@gmail.com>, 2018-2020
|
|
6
7
|
msgid ""
|
|
7
8
|
msgstr ""
|
|
8
|
-
"Project-Id-Version: foreman_discovery
|
|
9
|
+
"Project-Id-Version: foreman_discovery 25.0.0\n"
|
|
9
10
|
"Report-Msgid-Bugs-To: \n"
|
|
10
|
-
"PO-Revision-Date:
|
|
11
|
-
"Last-Translator:
|
|
12
|
-
"Language-Team: Czech
|
|
13
|
-
"
|
|
11
|
+
"PO-Revision-Date: 2013-11-15 17:25+0000\n"
|
|
12
|
+
"Last-Translator: Pavel Borecki <pavel.borecki@gmail.com>, 2018-2020\n"
|
|
13
|
+
"Language-Team: Czech (Czech Republic) (http://app.transifex.com/foreman/forema"
|
|
14
|
+
"n/language/cs_CZ/)\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
|
-
"
|
|
18
|
-
"
|
|
18
|
+
"Language: cs_CZ\n"
|
|
19
|
+
"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= "
|
|
20
|
+
"4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n"
|
|
19
21
|
|
|
20
22
|
msgid "%s - The following hosts are about to be changed"
|
|
21
|
-
msgstr ""
|
|
23
|
+
msgstr "%s – následující hostitelé budou změněni"
|
|
22
24
|
|
|
23
25
|
msgid "%s discovered hosts were provisioned"
|
|
24
26
|
msgstr ""
|
|
@@ -29,17 +31,14 @@ msgstr ""
|
|
|
29
31
|
msgid "A summary of discovered hosts"
|
|
30
32
|
msgstr ""
|
|
31
33
|
|
|
32
|
-
msgid "Action with sub plans"
|
|
33
|
-
msgstr ""
|
|
34
|
-
|
|
35
34
|
msgid "Actions"
|
|
36
|
-
msgstr ""
|
|
35
|
+
msgstr "Akce"
|
|
37
36
|
|
|
38
37
|
msgid "Assign Location"
|
|
39
|
-
msgstr ""
|
|
38
|
+
msgstr "Přiřadit umístění"
|
|
40
39
|
|
|
41
40
|
msgid "Assign Organization"
|
|
42
|
-
msgstr ""
|
|
41
|
+
msgstr "Přiřadit organizaci"
|
|
43
42
|
|
|
44
43
|
msgid "Associated Hosts"
|
|
45
44
|
msgstr ""
|
|
@@ -63,37 +62,37 @@ msgid "Automatically reboot or kexec discovered host during provisioning"
|
|
|
63
62
|
msgstr ""
|
|
64
63
|
|
|
65
64
|
msgid "Back"
|
|
66
|
-
msgstr ""
|
|
65
|
+
msgstr "Zpět"
|
|
67
66
|
|
|
68
67
|
msgid "CPUs"
|
|
69
|
-
msgstr ""
|
|
68
|
+
msgstr "Procesory"
|
|
70
69
|
|
|
71
70
|
msgid "Cancel"
|
|
72
|
-
msgstr ""
|
|
71
|
+
msgstr "Zrušit"
|
|
73
72
|
|
|
74
73
|
msgid "Clean all facts"
|
|
75
|
-
msgstr ""
|
|
74
|
+
msgstr "Vyčistit všechna fakta"
|
|
76
75
|
|
|
77
76
|
msgid "Clean all reported facts during provisioning (except discovery facts)"
|
|
78
77
|
msgstr ""
|
|
79
78
|
|
|
80
79
|
msgid "Clone"
|
|
81
|
-
msgstr ""
|
|
80
|
+
msgstr "Klonovat"
|
|
82
81
|
|
|
83
82
|
msgid "Clone %s"
|
|
84
|
-
msgstr ""
|
|
83
|
+
msgstr "Klonovat %s"
|
|
85
84
|
|
|
86
85
|
msgid "Collapse All"
|
|
87
|
-
msgstr ""
|
|
86
|
+
msgstr "Sbalit vše"
|
|
88
87
|
|
|
89
88
|
msgid "Could not get facts from proxy %{url}: %{error}"
|
|
90
89
|
msgstr ""
|
|
91
90
|
|
|
92
91
|
msgid "Create Host"
|
|
93
|
-
msgstr ""
|
|
92
|
+
msgstr "Vytvořit stroj"
|
|
94
93
|
|
|
95
94
|
msgid "Create Rule"
|
|
96
|
-
msgstr ""
|
|
95
|
+
msgstr "Vytvořit pravidlo"
|
|
97
96
|
|
|
98
97
|
msgid "Create a discovered host for testing (use /facts to create new hosts)"
|
|
99
98
|
msgstr ""
|
|
@@ -102,37 +101,37 @@ msgid "Create a discovery rule"
|
|
|
102
101
|
msgstr ""
|
|
103
102
|
|
|
104
103
|
msgid "Create bond interfaces"
|
|
105
|
-
msgstr ""
|
|
104
|
+
msgstr "Vytvořit spřažení rozhraní"
|
|
106
105
|
|
|
107
106
|
msgid "Customize Host"
|
|
108
|
-
msgstr ""
|
|
107
|
+
msgstr "Přizpůsobit stroj"
|
|
109
108
|
|
|
110
109
|
msgid "DHCP filename option (Grub2 or PXELinux by default)"
|
|
111
110
|
msgstr ""
|
|
112
111
|
|
|
113
112
|
msgid "Delete"
|
|
114
|
-
msgstr ""
|
|
113
|
+
msgstr "Smazat"
|
|
115
114
|
|
|
116
115
|
msgid "Delete %s?"
|
|
117
|
-
msgstr ""
|
|
116
|
+
msgstr "Smazat %s?"
|
|
118
117
|
|
|
119
118
|
msgid "Delete a discovered host"
|
|
120
|
-
msgstr ""
|
|
119
|
+
msgstr "Smazat objevené stroje"
|
|
121
120
|
|
|
122
121
|
msgid "Delete a rule"
|
|
123
|
-
msgstr ""
|
|
122
|
+
msgstr "Smazat pravidlo"
|
|
124
123
|
|
|
125
124
|
msgid "Delete rule '%s'?"
|
|
126
125
|
msgstr ""
|
|
127
126
|
|
|
128
127
|
msgid "Destroyed selected hosts"
|
|
129
|
-
msgstr ""
|
|
128
|
+
msgstr "Označené stroje zlikvidovány"
|
|
130
129
|
|
|
131
130
|
msgid "Details"
|
|
132
|
-
msgstr ""
|
|
131
|
+
msgstr "Podrobnosti"
|
|
133
132
|
|
|
134
133
|
msgid "Disable"
|
|
135
|
-
msgstr ""
|
|
134
|
+
msgstr "Vypnout"
|
|
136
135
|
|
|
137
136
|
msgid "Disable rule '%s'?"
|
|
138
137
|
msgstr ""
|
|
@@ -143,7 +142,7 @@ msgstr[0] ""
|
|
|
143
142
|
msgstr[1] ""
|
|
144
143
|
|
|
145
144
|
msgid "Discovered Hosts"
|
|
146
|
-
msgstr ""
|
|
145
|
+
msgstr "Objevené stroje"
|
|
147
146
|
|
|
148
147
|
msgid "Discovered Rules"
|
|
149
148
|
msgstr ""
|
|
@@ -155,7 +154,7 @@ msgid "Discovered host reported from unknown subnet, communication will not be p
|
|
|
155
154
|
msgstr ""
|
|
156
155
|
|
|
157
156
|
msgid "Discovered host: %s"
|
|
158
|
-
msgstr ""
|
|
157
|
+
msgstr "Objevené stroje: %s"
|
|
159
158
|
|
|
160
159
|
msgid "Discovered hosts are provisioning now"
|
|
161
160
|
msgstr ""
|
|
@@ -176,7 +175,7 @@ msgid "Discovery"
|
|
|
176
175
|
msgstr ""
|
|
177
176
|
|
|
178
177
|
msgid "Discovery Proxy"
|
|
179
|
-
msgstr ""
|
|
178
|
+
msgstr "Proxy pro objevování"
|
|
180
179
|
|
|
181
180
|
msgid "Discovery Proxy to use within this subnet for managing connection to discovered hosts"
|
|
182
181
|
msgstr ""
|
|
@@ -191,46 +190,46 @@ msgid "Discovery hostname naming pattern"
|
|
|
191
190
|
msgstr ""
|
|
192
191
|
|
|
193
192
|
msgid "Discovery location"
|
|
194
|
-
msgstr ""
|
|
193
|
+
msgstr "Prozkoumávané umístění"
|
|
195
194
|
|
|
196
195
|
msgid "Discovery organization"
|
|
197
|
-
msgstr ""
|
|
196
|
+
msgstr "Prozkoumávaná organizace"
|
|
198
197
|
|
|
199
198
|
msgid "DiscoveryRule|Enabled"
|
|
200
|
-
msgstr ""
|
|
199
|
+
msgstr "DiscoveryRule|Zapnuto"
|
|
201
200
|
|
|
202
201
|
msgid "DiscoveryRule|Name"
|
|
203
|
-
msgstr ""
|
|
202
|
+
msgstr "DiscoveryRule|Název"
|
|
204
203
|
|
|
205
204
|
msgid "DiscoveryRule|Priority"
|
|
206
|
-
msgstr ""
|
|
205
|
+
msgstr "DiscoveryRule|Priorita"
|
|
207
206
|
|
|
208
207
|
msgid "DiscoveryRule|Query"
|
|
209
|
-
msgstr ""
|
|
208
|
+
msgstr "DiscoveryRule|Dotaz"
|
|
210
209
|
|
|
211
210
|
msgid "Disk Count"
|
|
212
|
-
msgstr ""
|
|
211
|
+
msgstr "Počet jednotek úložiště"
|
|
213
212
|
|
|
214
213
|
msgid "Disk count"
|
|
215
|
-
msgstr ""
|
|
214
|
+
msgstr "Počet jednotek úložiště"
|
|
216
215
|
|
|
217
216
|
msgid "Disks Size"
|
|
218
|
-
msgstr ""
|
|
217
|
+
msgstr "Velikost jednotky úložiště"
|
|
219
218
|
|
|
220
219
|
msgid "Disks size"
|
|
221
|
-
msgstr ""
|
|
220
|
+
msgstr "Velikost jednotek úložiště"
|
|
222
221
|
|
|
223
222
|
msgid "Do not allow to discover existing managed host matching MAC of a provisioning NIC (errors out early)"
|
|
224
223
|
msgstr ""
|
|
225
224
|
|
|
226
225
|
msgid "Domain will be appended automatically. A hostname based on MAC address will be used when left blank."
|
|
227
|
-
msgstr ""
|
|
226
|
+
msgstr "Doména bude připsána automaticky. Pokud nebude vyplněno, bude použit název stroje založený na MAC adrese."
|
|
228
227
|
|
|
229
228
|
msgid "Edit %s"
|
|
230
|
-
msgstr ""
|
|
229
|
+
msgstr "Upravit %s"
|
|
231
230
|
|
|
232
231
|
msgid "Enable"
|
|
233
|
-
msgstr ""
|
|
232
|
+
msgstr "Zapnout"
|
|
234
233
|
|
|
235
234
|
msgid "Enable rule '%s'?"
|
|
236
235
|
msgstr ""
|
|
@@ -260,19 +259,19 @@ msgid "Extra facter columns to show in host lists"
|
|
|
260
259
|
msgstr ""
|
|
261
260
|
|
|
262
261
|
msgid "Fact + prefix"
|
|
263
|
-
msgstr ""
|
|
262
|
+
msgstr "Fakt + předpona"
|
|
264
263
|
|
|
265
264
|
msgid "Fact columns"
|
|
266
|
-
msgstr ""
|
|
265
|
+
msgstr "Sloupce faktu"
|
|
267
266
|
|
|
268
267
|
msgid "Fact name to use for primary interface detection"
|
|
269
268
|
msgstr ""
|
|
270
269
|
|
|
271
270
|
msgid "Facts could not be imported"
|
|
272
|
-
msgstr ""
|
|
271
|
+
msgstr "Fakta se nepodařilo importovat"
|
|
273
272
|
|
|
274
273
|
msgid "Facts refreshed for %s"
|
|
275
|
-
msgstr ""
|
|
274
|
+
msgstr "Fakta znovunačtena pro %s"
|
|
276
275
|
|
|
277
276
|
msgid "Failed to auto provision host %s: %s"
|
|
278
277
|
msgstr ""
|
|
@@ -296,7 +295,7 @@ msgid "For more information please see "
|
|
|
296
295
|
msgstr ""
|
|
297
296
|
|
|
298
297
|
msgid "Force DNS"
|
|
299
|
-
msgstr ""
|
|
298
|
+
msgstr "Vynutit DNS"
|
|
300
299
|
|
|
301
300
|
msgid "Force DNS entries creation when provisioning discovered host"
|
|
302
301
|
msgstr ""
|
|
@@ -308,19 +307,19 @@ msgid "Foreman discovered hosts summary"
|
|
|
308
307
|
msgstr ""
|
|
309
308
|
|
|
310
309
|
msgid "Hardware"
|
|
311
|
-
msgstr ""
|
|
310
|
+
msgstr "Hardware"
|
|
312
311
|
|
|
313
312
|
msgid "Hardware facts"
|
|
314
|
-
msgstr ""
|
|
313
|
+
msgstr "Fakta o hardware"
|
|
315
314
|
|
|
316
315
|
msgid "Highlighted facts"
|
|
317
|
-
msgstr ""
|
|
316
|
+
msgstr "Zvýrazněná fakta"
|
|
318
317
|
|
|
319
318
|
msgid "Highlights"
|
|
320
319
|
msgstr ""
|
|
321
320
|
|
|
322
321
|
msgid "Host"
|
|
323
|
-
msgstr ""
|
|
322
|
+
msgstr "Stroj"
|
|
324
323
|
|
|
325
324
|
msgid "Host %s has been dicovered"
|
|
326
325
|
msgstr ""
|
|
@@ -329,7 +328,7 @@ msgid "Host %{host} was provisioned with rule %{rule}"
|
|
|
329
328
|
msgstr ""
|
|
330
329
|
|
|
331
330
|
msgid "Host Group"
|
|
332
|
-
msgstr ""
|
|
331
|
+
msgstr "Skupina strojů"
|
|
333
332
|
|
|
334
333
|
msgid "Host group location %s must also be associated to the discovery rule"
|
|
335
334
|
msgid_plural "Host group locations %s must also be associated to the discovery rule"
|
|
@@ -345,25 +344,25 @@ msgid "Host of type %s can not be rebooted"
|
|
|
345
344
|
msgstr ""
|
|
346
345
|
|
|
347
346
|
msgid "Host's owner type"
|
|
348
|
-
msgstr ""
|
|
347
|
+
msgstr "Typ vlastníka stroje"
|
|
349
348
|
|
|
350
349
|
msgid "Host's parameters (array or indexed hash)"
|
|
351
350
|
msgstr ""
|
|
352
351
|
|
|
353
352
|
msgid "Hostname facts"
|
|
354
|
-
msgstr ""
|
|
353
|
+
msgstr "Fakta o názvu stroje"
|
|
355
354
|
|
|
356
355
|
msgid "Hostname for provisioned hosts"
|
|
357
356
|
msgstr ""
|
|
358
357
|
|
|
359
358
|
msgid "Hostname prefix"
|
|
360
|
-
msgstr ""
|
|
359
|
+
msgstr "Předpona názvu stroje"
|
|
361
360
|
|
|
362
361
|
msgid "Hostnames must not start with numbers. A good approach is to use unique information provided by facter (MAC address, BIOS or serial ID)."
|
|
363
362
|
msgstr ""
|
|
364
363
|
|
|
365
364
|
msgid "Hosts"
|
|
366
|
-
msgstr ""
|
|
365
|
+
msgstr "Stroje"
|
|
367
366
|
|
|
368
367
|
msgid "Hosts Limit"
|
|
369
368
|
msgstr ""
|
|
@@ -375,22 +374,22 @@ msgid "ID of Discovery Proxy to use within this subnet for managing connection t
|
|
|
375
374
|
msgstr ""
|
|
376
375
|
|
|
377
376
|
msgid "IP Address"
|
|
378
|
-
msgstr ""
|
|
377
|
+
msgstr "IP adresa"
|
|
379
378
|
|
|
380
379
|
msgid "IP address"
|
|
381
|
-
msgstr ""
|
|
380
|
+
msgstr "IP adresa"
|
|
382
381
|
|
|
383
382
|
msgid "IPAM must be configured for subnet '%s'"
|
|
384
383
|
msgstr ""
|
|
385
384
|
|
|
386
385
|
msgid "IPMI"
|
|
387
|
-
msgstr ""
|
|
386
|
+
msgstr "IPMI"
|
|
388
387
|
|
|
389
388
|
msgid "IPMI facts"
|
|
390
|
-
msgstr ""
|
|
389
|
+
msgstr "Fakta o IPMI"
|
|
391
390
|
|
|
392
391
|
msgid "Identifier"
|
|
393
|
-
msgstr ""
|
|
392
|
+
msgstr "Identifikátor"
|
|
394
393
|
|
|
395
394
|
msgid "Image API processing error: %{msg} (HTTP/%{code}, body: %{body})"
|
|
396
395
|
msgstr ""
|
|
@@ -398,12 +397,6 @@ msgstr ""
|
|
|
398
397
|
msgid "Image API returned HTTP/%{code} with '%{body}"
|
|
399
398
|
msgstr ""
|
|
400
399
|
|
|
401
|
-
msgid "Import Puppet classes"
|
|
402
|
-
msgstr ""
|
|
403
|
-
|
|
404
|
-
msgid "Import facts"
|
|
405
|
-
msgstr ""
|
|
406
|
-
|
|
407
400
|
msgid "In addition to @host attribute function rand for random integers is available. Examples:"
|
|
408
401
|
msgstr ""
|
|
409
402
|
|
|
@@ -411,13 +404,13 @@ msgid "Init RAM kexec URL is invalid: '%s'"
|
|
|
411
404
|
msgstr ""
|
|
412
405
|
|
|
413
406
|
msgid "Interface fact"
|
|
414
|
-
msgstr ""
|
|
407
|
+
msgstr "Fakt o rozhraní"
|
|
415
408
|
|
|
416
409
|
msgid "Interfaces"
|
|
417
|
-
msgstr ""
|
|
410
|
+
msgstr "Rozhraní"
|
|
418
411
|
|
|
419
412
|
msgid "Invalid facts, must be a Hash"
|
|
420
|
-
msgstr ""
|
|
413
|
+
msgstr "Neplatný fakt, je třeba, aby byl otisk"
|
|
421
414
|
|
|
422
415
|
msgid "Invalid facts: hash does not contain a valid value for any of the facts in the discovery_hostname setting: %s"
|
|
423
416
|
msgstr ""
|
|
@@ -429,7 +422,7 @@ msgid "Invalid user type of %s was provided"
|
|
|
429
422
|
msgstr ""
|
|
430
423
|
|
|
431
424
|
msgid "Kernel kexec URL is invalid: '%s'"
|
|
432
|
-
msgstr ""
|
|
425
|
+
msgstr "URL adresa kexec jádra není platná: „%s“"
|
|
433
426
|
|
|
434
427
|
msgid "Kexec template not associated with operating system"
|
|
435
428
|
msgstr ""
|
|
@@ -438,25 +431,25 @@ msgid "Last Facts Upload"
|
|
|
438
431
|
msgstr ""
|
|
439
432
|
|
|
440
433
|
msgid "List all discovered hosts"
|
|
441
|
-
msgstr ""
|
|
434
|
+
msgstr "Vypsat všechny objevené stroje"
|
|
442
435
|
|
|
443
436
|
msgid "List all discovery rules"
|
|
444
437
|
msgstr ""
|
|
445
438
|
|
|
446
439
|
msgid "List all fact values of a given discovered host"
|
|
447
|
-
msgstr ""
|
|
440
|
+
msgstr "Vypsat veškerá fakta o daném objeveném stroji"
|
|
448
441
|
|
|
449
442
|
msgid "List of facts to use for the hostname (first wins)"
|
|
450
443
|
msgstr ""
|
|
451
444
|
|
|
452
445
|
msgid "Location"
|
|
453
|
-
msgstr ""
|
|
446
|
+
msgstr "Umístění"
|
|
454
447
|
|
|
455
448
|
msgid "Locations"
|
|
456
|
-
msgstr ""
|
|
449
|
+
msgstr "Umístění"
|
|
457
450
|
|
|
458
451
|
msgid "Lock PXE"
|
|
459
|
-
msgstr ""
|
|
452
|
+
msgstr "Zamknout PXE"
|
|
460
453
|
|
|
461
454
|
msgid "Locked PXEGrub template name"
|
|
462
455
|
msgstr ""
|
|
@@ -468,37 +461,37 @@ msgid "Locked PXELinux template name"
|
|
|
468
461
|
msgstr ""
|
|
469
462
|
|
|
470
463
|
msgid "MAC address"
|
|
471
|
-
msgstr ""
|
|
464
|
+
msgstr "MAC adresa"
|
|
472
465
|
|
|
473
466
|
msgid "MAC-based name"
|
|
474
|
-
msgstr ""
|
|
467
|
+
msgstr "Název odvozený od MAC adresy"
|
|
475
468
|
|
|
476
469
|
msgid "Maximum hosts provisioned with this rule (0 = unlimited)"
|
|
477
470
|
msgstr ""
|
|
478
471
|
|
|
479
472
|
msgid "Memory"
|
|
480
|
-
msgstr ""
|
|
473
|
+
msgstr "Operační paměť"
|
|
481
474
|
|
|
482
475
|
msgid "Miscellaneous"
|
|
483
|
-
msgstr ""
|
|
476
|
+
msgstr "Různé"
|
|
484
477
|
|
|
485
478
|
msgid "Model"
|
|
486
|
-
msgstr ""
|
|
479
|
+
msgstr "Model"
|
|
487
480
|
|
|
488
481
|
msgid "N/A"
|
|
489
|
-
msgstr ""
|
|
482
|
+
msgstr "Není"
|
|
490
483
|
|
|
491
484
|
msgid "Name"
|
|
492
|
-
msgstr ""
|
|
485
|
+
msgstr "Název"
|
|
493
486
|
|
|
494
487
|
msgid "Name of the parameter"
|
|
495
|
-
msgstr ""
|
|
488
|
+
msgstr "Název parametru"
|
|
496
489
|
|
|
497
490
|
msgid "Network"
|
|
498
|
-
msgstr ""
|
|
491
|
+
msgstr "Síť"
|
|
499
492
|
|
|
500
493
|
msgid "Network facts"
|
|
501
|
-
msgstr ""
|
|
494
|
+
msgstr "Fakta o síti"
|
|
502
495
|
|
|
503
496
|
msgid "New Discovery Rule"
|
|
504
497
|
msgstr ""
|
|
@@ -507,7 +500,7 @@ msgid "New hosts"
|
|
|
507
500
|
msgstr ""
|
|
508
501
|
|
|
509
502
|
msgid "New in the last 24 hours"
|
|
510
|
-
msgstr ""
|
|
503
|
+
msgstr "Nové v uplynulých 24 hodinách"
|
|
511
504
|
|
|
512
505
|
msgid "No Discovery Rules found in this context. Create Discovery Rules to perform automated provisioning on Discovered Hosts"
|
|
513
506
|
msgstr ""
|
|
@@ -531,7 +524,7 @@ msgid "No hostgroup associated with rule '%s'"
|
|
|
531
524
|
msgstr ""
|
|
532
525
|
|
|
533
526
|
msgid "No hosts selected"
|
|
534
|
-
msgstr ""
|
|
527
|
+
msgstr "Nejsou vybrány žádné stroje"
|
|
535
528
|
|
|
536
529
|
msgid "No hosts were found with that id or name"
|
|
537
530
|
msgstr ""
|
|
@@ -546,7 +539,7 @@ msgid "Not reported in more than 7 days"
|
|
|
546
539
|
msgstr ""
|
|
547
540
|
|
|
548
541
|
msgid "One or more hosts have been discovered"
|
|
549
|
-
msgstr ""
|
|
542
|
+
msgstr "Byl objeven jeden či více hostitelů"
|
|
550
543
|
|
|
551
544
|
msgid "One or more hosts with failed discovery due to error: %s"
|
|
552
545
|
msgstr ""
|
|
@@ -561,10 +554,10 @@ msgid "Options must be hash"
|
|
|
561
554
|
msgstr ""
|
|
562
555
|
|
|
563
556
|
msgid "Organization"
|
|
564
|
-
msgstr ""
|
|
557
|
+
msgstr "Organizace"
|
|
565
558
|
|
|
566
559
|
msgid "Organizations"
|
|
567
|
-
msgstr ""
|
|
560
|
+
msgstr "Organizace"
|
|
568
561
|
|
|
569
562
|
msgid "PXEGrub template to be used when pinning a host to discovery"
|
|
570
563
|
msgstr ""
|
|
@@ -576,10 +569,10 @@ msgid "PXELinux template to be used when pinning a host to discovery"
|
|
|
576
569
|
msgstr ""
|
|
577
570
|
|
|
578
571
|
msgid "Parameter value"
|
|
579
|
-
msgstr ""
|
|
572
|
+
msgstr "Hodnota parametru"
|
|
580
573
|
|
|
581
574
|
msgid "Please Confirm"
|
|
582
|
-
msgstr ""
|
|
575
|
+
msgstr "Potvrďte"
|
|
583
576
|
|
|
584
577
|
msgid "Prefer IPv6"
|
|
585
578
|
msgstr ""
|
|
@@ -588,7 +581,7 @@ msgid "Prefer IPv6 to IPv4 when calling discovered nodes"
|
|
|
588
581
|
msgstr ""
|
|
589
582
|
|
|
590
583
|
msgid "Primary"
|
|
591
|
-
msgstr ""
|
|
584
|
+
msgstr "Hlavní"
|
|
592
585
|
|
|
593
586
|
msgid "Provision"
|
|
594
587
|
msgstr ""
|
|
@@ -600,13 +593,13 @@ msgid "Provision a discovered host"
|
|
|
600
593
|
msgstr ""
|
|
601
594
|
|
|
602
595
|
msgid "Random name"
|
|
603
|
-
msgstr ""
|
|
596
|
+
msgstr "Náhodný název"
|
|
604
597
|
|
|
605
598
|
msgid "Reboot"
|
|
606
|
-
msgstr ""
|
|
599
|
+
msgstr "Restart"
|
|
607
600
|
|
|
608
601
|
msgid "Rebooting %s"
|
|
609
|
-
msgstr ""
|
|
602
|
+
msgstr "Restartování %s"
|
|
610
603
|
|
|
611
604
|
msgid "Rebooting a discovered host"
|
|
612
605
|
msgstr ""
|
|
@@ -621,7 +614,7 @@ msgid "Rebuild DNS for %s"
|
|
|
621
614
|
msgstr ""
|
|
622
615
|
|
|
623
616
|
msgid "Refresh facts"
|
|
624
|
-
msgstr ""
|
|
617
|
+
msgstr "Znovu načíst fakta"
|
|
625
618
|
|
|
626
619
|
msgid "Refreshing the facts of a discovered host"
|
|
627
620
|
msgstr ""
|
|
@@ -647,62 +640,59 @@ msgstr ""
|
|
|
647
640
|
msgid "Reloading kernel on %s"
|
|
648
641
|
msgstr ""
|
|
649
642
|
|
|
650
|
-
msgid "Remote action:"
|
|
651
|
-
msgstr ""
|
|
652
|
-
|
|
653
643
|
msgid "Reported in the last 7 days"
|
|
654
644
|
msgstr ""
|
|
655
645
|
|
|
656
646
|
msgid "Rule disabled"
|
|
657
|
-
msgstr ""
|
|
647
|
+
msgstr "Pravidlo vypnuto"
|
|
658
648
|
|
|
659
649
|
msgid "Rule enabled"
|
|
660
|
-
msgstr ""
|
|
650
|
+
msgstr "Pravidlo zapnuto"
|
|
661
651
|
|
|
662
652
|
msgid "Rule priority (lower integer means higher priority)"
|
|
663
653
|
msgstr ""
|
|
664
654
|
|
|
665
655
|
msgid "Select Action"
|
|
666
|
-
msgstr ""
|
|
656
|
+
msgstr "Vybrat akci"
|
|
667
657
|
|
|
668
658
|
msgid "Select all items in this page"
|
|
669
|
-
msgstr ""
|
|
659
|
+
msgstr "Vybrat všechny položky na této stránce"
|
|
670
660
|
|
|
671
661
|
msgid "Select location"
|
|
672
|
-
msgstr ""
|
|
662
|
+
msgstr "Vybrat umístění"
|
|
673
663
|
|
|
674
664
|
msgid "Select organization"
|
|
675
|
-
msgstr ""
|
|
665
|
+
msgstr "Vybrat organizaci"
|
|
676
666
|
|
|
677
667
|
msgid "Show a discovered host"
|
|
678
|
-
msgstr ""
|
|
668
|
+
msgstr "Zobrazit objevený stroj"
|
|
679
669
|
|
|
680
670
|
msgid "Show a discovery rule"
|
|
681
671
|
msgstr ""
|
|
682
672
|
|
|
683
673
|
msgid "Software"
|
|
684
|
-
msgstr ""
|
|
674
|
+
msgstr "Software"
|
|
685
675
|
|
|
686
676
|
msgid "Software facts"
|
|
687
|
-
msgstr ""
|
|
677
|
+
msgstr "Fakta o software"
|
|
688
678
|
|
|
689
679
|
msgid "Something went wrong while selecting hosts - %s"
|
|
690
|
-
msgstr ""
|
|
680
|
+
msgstr "Při vybírání strojů se něco pokazilo – %s"
|
|
691
681
|
|
|
692
682
|
msgid "Specify target hostname template pattern in the same syntax as in Provisioning Templates (ERB)."
|
|
693
683
|
msgstr ""
|
|
694
684
|
|
|
695
685
|
msgid "Storage"
|
|
696
|
-
msgstr ""
|
|
686
|
+
msgstr "Úložiště"
|
|
697
687
|
|
|
698
688
|
msgid "Storage facts"
|
|
699
|
-
msgstr ""
|
|
689
|
+
msgstr "Fakta o úložišti"
|
|
700
690
|
|
|
701
691
|
msgid "Submit"
|
|
702
|
-
msgstr ""
|
|
692
|
+
msgstr "Odeslat"
|
|
703
693
|
|
|
704
694
|
msgid "Subnet"
|
|
705
|
-
msgstr ""
|
|
695
|
+
msgstr "Podsíť"
|
|
706
696
|
|
|
707
697
|
msgid "Successfully provisioned %s"
|
|
708
698
|
msgstr ""
|
|
@@ -717,28 +707,28 @@ msgid "Target host group for this rule with all properties set"
|
|
|
717
707
|
msgstr ""
|
|
718
708
|
|
|
719
709
|
msgid "The default location to place discovered hosts in"
|
|
720
|
-
msgstr ""
|
|
710
|
+
msgstr "Výchozí umístění do kterého umisťovat objevené stroje"
|
|
721
711
|
|
|
722
712
|
msgid "The default organization to place discovered hosts in"
|
|
723
|
-
msgstr ""
|
|
713
|
+
msgstr "Výchozí organizace do které umisťovat objevené stroje"
|
|
724
714
|
|
|
725
715
|
msgid "The default prefix to use for the host name, must start with a letter"
|
|
726
716
|
msgstr ""
|
|
727
717
|
|
|
728
718
|
msgid "The following hosts were not deleted: %s"
|
|
729
|
-
msgstr ""
|
|
719
|
+
msgstr "Následující stroje nebyly smazány: %s"
|
|
730
720
|
|
|
731
721
|
msgid "This might take a while, as all hosts, facts and reports will be destroyed as well"
|
|
732
722
|
msgstr ""
|
|
733
723
|
|
|
734
724
|
msgid "Type"
|
|
735
|
-
msgstr ""
|
|
725
|
+
msgstr "Typ"
|
|
736
726
|
|
|
737
727
|
msgid "Type of name generator"
|
|
738
|
-
msgstr ""
|
|
728
|
+
msgstr "Typ generátoru názvů"
|
|
739
729
|
|
|
740
730
|
msgid "Type of value"
|
|
741
|
-
msgstr ""
|
|
731
|
+
msgstr "Typ hodnoty"
|
|
742
732
|
|
|
743
733
|
msgid "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
|
|
744
734
|
msgstr ""
|
|
@@ -762,7 +752,7 @@ msgid "Unable to provision %{host}: %{errors}"
|
|
|
762
752
|
msgstr ""
|
|
763
753
|
|
|
764
754
|
msgid "Update a rule"
|
|
765
|
-
msgstr ""
|
|
755
|
+
msgstr "Aktualizovat pravidlo"
|
|
766
756
|
|
|
767
757
|
msgid "Upload facts for a host, creating the host if required"
|
|
768
758
|
msgstr ""
|
|
@@ -777,13 +767,13 @@ msgid "defines a pattern to assign human-readable hostnames to the matching host
|
|
|
777
767
|
msgstr ""
|
|
778
768
|
|
|
779
769
|
msgid "documentation"
|
|
780
|
-
msgstr ""
|
|
770
|
+
msgstr "dokumnetace"
|
|
781
771
|
|
|
782
772
|
msgid "enables to limit maximum amount of provisioned hosts per rule"
|
|
783
773
|
msgstr ""
|
|
784
774
|
|
|
785
775
|
msgid "filter results"
|
|
786
|
-
msgstr ""
|
|
776
|
+
msgstr "výsledky filtru"
|
|
787
777
|
|
|
788
778
|
msgid "flag is used for temporary shutdown of rules"
|
|
789
779
|
msgstr ""
|
|
@@ -792,7 +782,7 @@ msgid "hash containing facts for the host with minimum set of facts: discovery_b
|
|
|
792
782
|
msgstr ""
|
|
793
783
|
|
|
794
784
|
msgid "items selected. Uncheck to Clear"
|
|
795
|
-
msgstr ""
|
|
785
|
+
msgstr "položky označeny. Vyčistíte zrušením zaškrtnutí"
|
|
796
786
|
|
|
797
787
|
msgid "location ID for provisioned hosts"
|
|
798
788
|
msgstr ""
|
|
@@ -804,19 +794,19 @@ msgid "must start with a letter or ERB."
|
|
|
804
794
|
msgstr ""
|
|
805
795
|
|
|
806
796
|
msgid "not required if it's a virtual machine"
|
|
807
|
-
msgstr ""
|
|
797
|
+
msgstr "není třeba pokud se jedná o virtuální stroj"
|
|
808
798
|
|
|
809
799
|
msgid "not required if using a subnet with DHCP proxy"
|
|
810
800
|
msgstr ""
|
|
811
801
|
|
|
812
802
|
msgid "number of entries per request"
|
|
813
|
-
msgstr ""
|
|
803
|
+
msgstr "počet položek na požadavek"
|
|
814
804
|
|
|
815
805
|
msgid "organization ID for provisioned hosts"
|
|
816
806
|
msgstr ""
|
|
817
807
|
|
|
818
808
|
msgid "paginate results"
|
|
819
|
-
msgstr ""
|
|
809
|
+
msgstr "stránkovat výsledky"
|
|
820
810
|
|
|
821
811
|
msgid "puts the rules in order, low numbers go first. Must be greater then zero"
|
|
822
812
|
msgstr ""
|
|
@@ -840,7 +830,7 @@ msgid "required if value is not inherited from host group or default password in
|
|
|
840
830
|
msgstr ""
|
|
841
831
|
|
|
842
832
|
msgid "sort results"
|
|
843
|
-
msgstr ""
|
|
833
|
+
msgstr "seřadit výsledky"
|
|
844
834
|
|
|
845
835
|
msgid "the hostgroup that is used to auto provision a host"
|
|
846
836
|
msgstr ""
|