foreman_virt_who_configure 0.5.24 → 0.5.25

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,780 @@
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_virt_who_configure package.
4
+ # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
+ #
6
+ # Translators:
7
+ # mhulan <mhulan@redhat.com>, 2017
8
+ # Lukáš Zapletal, 2019
9
+ # Pavel Borecki <pavel.borecki@gmail.com>, 2023
10
+ #
11
+ #, fuzzy
12
+ msgid ""
13
+ msgstr ""
14
+ "Project-Id-Version: foreman_virt_who_configure 1.0.0\n"
15
+ "Report-Msgid-Bugs-To: \n"
16
+ "POT-Creation-Date: 2024-05-22 09:39-0400\n"
17
+ "PO-Revision-Date: 2017-05-03 11:59+0000\n"
18
+ "Last-Translator: Pavel Borecki <pavel.borecki@gmail.com>, 2023\n"
19
+ "Language-Team: Czech (Czech Republic) (https://app.transifex.com/foreman/teams/114/cs_CZ/)\n"
20
+ "MIME-Version: 1.0\n"
21
+ "Content-Type: text/plain; charset=UTF-8\n"
22
+ "Content-Transfer-Encoding: 8bit\n"
23
+ "Language: cs_CZ\n"
24
+ "Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n"
25
+
26
+ #: ../app/controllers/foreman_virt_who_configure/api/v2/configs_controller.rb:15
27
+ msgid "List of virt-who configurations"
28
+ msgstr "Vypsat nastavení pro virt-who"
29
+
30
+ #: ../app/controllers/foreman_virt_who_configure/api/v2/configs_controller.rb:16
31
+ msgid "List of virt-who configurations per organization"
32
+ msgstr ""
33
+
34
+ #: ../app/controllers/foreman_virt_who_configure/api/v2/configs_controller.rb:23
35
+ msgid "Show a virt-who configuration"
36
+ msgstr "Zobrazit nastavení pro virt-who"
37
+
38
+ #: ../app/controllers/foreman_virt_who_configure/api/v2/configs_controller.rb:29
39
+ msgid "Renders a deploy script for the specified virt-who configuration"
40
+ msgstr ""
41
+
42
+ #: ../app/controllers/foreman_virt_who_configure/api/v2/configs_controller.rb:41
43
+ msgid "Configuration name"
44
+ msgstr "Název nastavení"
45
+
46
+ #: ../app/controllers/foreman_virt_who_configure/api/v2/configs_controller.rb:42
47
+ msgid "Configuration interval in minutes"
48
+ msgstr "Interval nastavení (v minutách)"
49
+
50
+ #: ../app/controllers/foreman_virt_who_configure/api/v2/configs_controller.rb:43
51
+ msgid ""
52
+ "Hypervisor filtering mode, %{unlimited} means no filtering, %{whitelist} "
53
+ "means whitelist, %{blacklist} means blacklist"
54
+ msgstr ""
55
+
56
+ #: ../app/controllers/foreman_virt_who_configure/api/v2/configs_controller.rb:44
57
+ msgid ""
58
+ "Hypervisor whitelist, applicable only when filtering mode is set to 1. "
59
+ "Wildcards and regular expressions are supported, multiple records must be "
60
+ "separated by comma."
61
+ msgstr ""
62
+
63
+ #: ../app/controllers/foreman_virt_who_configure/api/v2/configs_controller.rb:45
64
+ msgid ""
65
+ "Hypervisor blacklist, applicable only when filtering mode is set to 2. "
66
+ "Wildcards and regular expressions are supported, multiple records must be "
67
+ "separated by comma."
68
+ msgstr ""
69
+
70
+ #: ../app/controllers/foreman_virt_who_configure/api/v2/configs_controller.rb:46
71
+ msgid ""
72
+ "Applicable only for esx provider type. Only hosts which parent (usually "
73
+ "ComputeResource) name is specified in comma-separated list in this option "
74
+ "will be reported. Wildcards and regular expressions are supported, multiple "
75
+ "records must be separated by comma. Put the value into the double-quotes if "
76
+ "it contains special characters like comma. All new line characters will be "
77
+ "removed in resulting configuration file, white spaces are removed from "
78
+ "beginning and end."
79
+ msgstr ""
80
+
81
+ #: ../app/controllers/foreman_virt_who_configure/api/v2/configs_controller.rb:47
82
+ msgid ""
83
+ "Applicable only for esx provider type. Hosts which parent (usually "
84
+ "ComputeResource) name is specified in comma-separated list in this option "
85
+ "will <b>NOT</b> be reported. Wildcards and regular expressions are "
86
+ "supported, multiple records must be separated by comma. Put the value into "
87
+ "the double-quotes if it contains special characters like comma. All new line"
88
+ " characters will be removed in resulting configuration file, white spaces "
89
+ "are removed from beginning and end."
90
+ msgstr ""
91
+
92
+ #: ../app/controllers/foreman_virt_who_configure/api/v2/configs_controller.rb:48
93
+ msgid "Specifies how the hypervisor will be identified."
94
+ msgstr "Určuje jak budou identifikovány hypervizory."
95
+
96
+ #: ../app/controllers/foreman_virt_who_configure/api/v2/configs_controller.rb:49
97
+ msgid "Hypervisor type"
98
+ msgstr "Typ hypervizoru"
99
+
100
+ #: ../app/controllers/foreman_virt_who_configure/api/v2/configs_controller.rb:50
101
+ msgid "Fully qualified host name or IP address of the hypervisor"
102
+ msgstr ""
103
+
104
+ #: ../app/controllers/foreman_virt_who_configure/api/v2/configs_controller.rb:51
105
+ msgid "Account name by which virt-who is to connect to the hypervisor."
106
+ msgstr "Název účtu kterým je virt-who připojen k hypervizoru."
107
+
108
+ #: ../app/controllers/foreman_virt_who_configure/api/v2/configs_controller.rb:52
109
+ msgid ""
110
+ "Hypervisor password, required for all hypervisor types except for "
111
+ "libvirt/kubevirt."
112
+ msgstr ""
113
+
114
+ #: ../app/controllers/foreman_virt_who_configure/api/v2/configs_controller.rb:53
115
+ #: ../app/views/foreman_virt_who_configure/configs/show.html.erb:40
116
+ #: ../app/views/foreman_virt_who_configure/configs/steps/_connection_form.erb:2
117
+ msgid "Foreman server FQDN"
118
+ msgstr ""
119
+
120
+ #: ../app/controllers/foreman_virt_who_configure/api/v2/configs_controller.rb:54
121
+ #: ../app/views/foreman_virt_who_configure/configs/steps/_connection_form.erb:20
122
+ msgid "Enable debugging output"
123
+ msgstr "Zapnout ladící výstup"
124
+
125
+ #: ../app/controllers/foreman_virt_who_configure/api/v2/configs_controller.rb:55
126
+ msgid ""
127
+ "Configuration file containing details about how to connect to the cluster "
128
+ "and authentication details."
129
+ msgstr ""
130
+
131
+ #: ../app/controllers/foreman_virt_who_configure/api/v2/configs_controller.rb:56
132
+ msgid ""
133
+ "HTTP proxy that should be used for communication between the server on which"
134
+ " virt-who is running and the hypervisors and virtualization managers."
135
+ msgstr ""
136
+
137
+ #: ../app/controllers/foreman_virt_who_configure/api/v2/configs_controller.rb:57
138
+ msgid ""
139
+ "Ignore proxy. A comma-separated list of hostnames or domains or ip addresses"
140
+ " to ignore proxy settings for. Optionally this may be set to * to bypass "
141
+ "proxy settings for all hostnames domains or ip addresses."
142
+ msgstr ""
143
+
144
+ #: ../app/controllers/foreman_virt_who_configure/api/v2/configs_controller.rb:58
145
+ msgid "Organization of the virt-who configuration"
146
+ msgstr ""
147
+
148
+ #: ../app/controllers/foreman_virt_who_configure/api/v2/configs_controller.rb:59
149
+ #: ../app/views/foreman_virt_who_configure/configs/steps/_connection_form.erb:28
150
+ msgid "Select the Prism flavor you are connecting to"
151
+ msgstr ""
152
+
153
+ #: ../app/controllers/foreman_virt_who_configure/api/v2/configs_controller.rb:60
154
+ msgid ""
155
+ "Option Enable debugging output is required to enable AHV internal debug. It "
156
+ "provides extra AHV debug information when both options are enabled"
157
+ msgstr ""
158
+
159
+ #: ../app/controllers/foreman_virt_who_configure/api/v2/configs_controller.rb:64
160
+ msgid "Create a virt-who configuration"
161
+ msgstr "Vytvořit nastavení pro virt-who"
162
+
163
+ #: ../app/controllers/foreman_virt_who_configure/api/v2/configs_controller.rb:72
164
+ msgid "Update a virt-who configuration"
165
+ msgstr "Aktualizovat nastavení pro virt-who"
166
+
167
+ #: ../app/controllers/foreman_virt_who_configure/api/v2/configs_controller.rb:73
168
+ #: ../app/controllers/foreman_virt_who_configure/api/v2/configs_controller.rb:81
169
+ msgid "Configuration numeric identifier"
170
+ msgstr "Číselný identifikátor nastaven"
171
+
172
+ #: ../app/controllers/foreman_virt_who_configure/api/v2/configs_controller.rb:80
173
+ msgid "Delete a virt-who configuration"
174
+ msgstr "Smazat nastavení pro virt-who"
175
+
176
+ #: ../app/helpers/foreman_virt_who_configure/compatibility_helper.rb:7
177
+ msgid "Create Config"
178
+ msgstr "Vytvořit nastavení"
179
+
180
+ #: ../app/helpers/foreman_virt_who_configure/compatibility_helper.rb:9
181
+ msgid "New Config"
182
+ msgstr "Nové nastavení"
183
+
184
+ #: ../app/helpers/foreman_virt_who_configure/compatibility_helper.rb:16
185
+ msgid "Help"
186
+ msgstr "Nápověda"
187
+
188
+ #: ../app/helpers/foreman_virt_who_configure/configs_helper.rb:5
189
+ msgid "VMware vCenter server’s fully qualified host name or IP address."
190
+ msgstr ""
191
+ "Plně kvalifikované doménové jméno nebo IP adresa vašeho VMware vCenter"
192
+
193
+ #: ../app/helpers/foreman_virt_who_configure/configs_helper.rb:6
194
+ msgid "Microsoft Hyper-V fully qualified host name or IP address."
195
+ msgstr "Plně kvalifikované doménové jméno nebo IP adresa vašeho stroje."
196
+
197
+ #: ../app/helpers/foreman_virt_who_configure/configs_helper.rb:7
198
+ msgid ""
199
+ "Libvirt server’s fully qualified host name or IP address. You can also "
200
+ "specify preferred schema, for example: "
201
+ "<code>qemu+ssh://libvirt.example.com/system</code>. Make sure you setup "
202
+ "root's SSH key on target host for a user specified at hypervisor username "
203
+ "field"
204
+ msgstr ""
205
+
206
+ #: ../app/helpers/foreman_virt_who_configure/configs_helper.rb:8
207
+ msgid ""
208
+ "Container-native virtualization’s fully qualified host name or IP address. "
209
+ "In order to connect to the cluster it is required to provide path to "
210
+ "kubeconfig which contains connection details and authentication token."
211
+ msgstr ""
212
+
213
+ #: ../app/helpers/foreman_virt_who_configure/configs_helper.rb:9
214
+ msgid "Nutanix AHV’s IP address."
215
+ msgstr ""
216
+
217
+ #: ../app/helpers/foreman_virt_who_configure/configs_helper.rb:15
218
+ msgid ""
219
+ "Account name by which virt-who is to connect to the hypervisor, in the "
220
+ "format <code>domain_name\\account_name</code>. Note that only a single "
221
+ "backslash separates the values for domain_name and account_name. If you are "
222
+ "using a domain account, and the global configuration file <code>/etc/virt-"
223
+ "who.conf</code>, then <b>two</b> backslashes are required. For further "
224
+ "details, see <a href=\"https://access.redhat.com/solutions/1270223\">Red Hat"
225
+ " Knowledgebase solution How to use a windows domain account with virt-"
226
+ "who</a> for more information."
227
+ msgstr ""
228
+
229
+ #: ../app/helpers/foreman_virt_who_configure/configs_helper.rb:16
230
+ msgid ""
231
+ "Account name by which virt-who is to connect to the hypervisor. By default "
232
+ "this is <code>Administrator</code>. To use an alternate account, create a "
233
+ "user account and assign that account to the following groups (Windows 2012 "
234
+ "Server): Hyper-V Administrators and Remote Management Users."
235
+ msgstr ""
236
+
237
+ #: ../app/helpers/foreman_virt_who_configure/configs_helper.rb:17
238
+ msgid ""
239
+ "Account name by which virt-who is to connect to the hypervisor. Virt-who "
240
+ "does not support password based authentication, you must manually setup SSH "
241
+ "key, see <a href=\"https://access.redhat.com/solutions/1515983\">Red Hat "
242
+ "Knowledgebase solution How to configure virt-who for a KVM host</a> for more"
243
+ " information."
244
+ msgstr ""
245
+
246
+ #: ../app/helpers/foreman_virt_who_configure/configs_helper.rb:19
247
+ msgid "Account name by which virt-who is to connect to Nutanix AHV."
248
+ msgstr ""
249
+
250
+ #: ../app/helpers/foreman_virt_who_configure/configs_helper.rb:26
251
+ msgid "No Report Yet"
252
+ msgstr "Zatím žádné hlášení"
253
+
254
+ #: ../app/helpers/foreman_virt_who_configure/configs_helper.rb:30
255
+ msgid "Unknown configuration status"
256
+ msgstr "Neznámý stav nastavení"
257
+
258
+ #: ../app/models/foreman_virt_who_configure/config.rb:20
259
+ msgid "Unlimited"
260
+ msgstr "Neomezený"
261
+
262
+ #: ../app/models/foreman_virt_who_configure/config.rb:21
263
+ msgid "Whitelist"
264
+ msgstr "Seznam povolených"
265
+
266
+ #: ../app/models/foreman_virt_who_configure/config.rb:22
267
+ msgid "Blacklist"
268
+ msgstr "Seznam vyloučených"
269
+
270
+ #: ../app/models/foreman_virt_who_configure/config.rb:26
271
+ msgid "General information"
272
+ msgstr "Obecné informace"
273
+
274
+ #: ../app/models/foreman_virt_who_configure/config.rb:27
275
+ msgid "Schedule"
276
+ msgstr "Plán"
277
+
278
+ #: ../app/models/foreman_virt_who_configure/config.rb:28
279
+ msgid "Connection"
280
+ msgstr "Připojení"
281
+
282
+ #: ../app/models/foreman_virt_who_configure/config.rb:44
283
+ msgid "Every hour"
284
+ msgstr "Každou hodinu"
285
+
286
+ #: ../app/models/foreman_virt_who_configure/config.rb:45
287
+ msgid "Every 2 hours"
288
+ msgstr "Každé 2 hodiny"
289
+
290
+ #: ../app/models/foreman_virt_who_configure/config.rb:46
291
+ msgid "Every 4 hours"
292
+ msgstr "Každé 4 hodiny"
293
+
294
+ #: ../app/models/foreman_virt_who_configure/config.rb:47
295
+ msgid "Every 8 hours"
296
+ msgstr "Každých 8 hodin"
297
+
298
+ #: ../app/models/foreman_virt_who_configure/config.rb:48
299
+ msgid "Every 12 hours"
300
+ msgstr "Každých 12 hodin"
301
+
302
+ #: ../app/models/foreman_virt_who_configure/config.rb:49
303
+ msgid "Every 24 hours"
304
+ msgstr "Každých 24 hodin"
305
+
306
+ #: ../app/models/foreman_virt_who_configure/config.rb:50
307
+ msgid "Every 2 days"
308
+ msgstr "Každé dva dny"
309
+
310
+ #: ../app/models/foreman_virt_who_configure/config.rb:51
311
+ msgid "Every 3 days"
312
+ msgstr "Každé 3 dny"
313
+
314
+ #: ../app/models/foreman_virt_who_configure/config.rb:57
315
+ #: ../app/views/dashboard/_foreman_virt_who_configs_status_widget.html.erb:23
316
+ msgid "OK"
317
+ msgstr "OK"
318
+
319
+ #: ../app/models/foreman_virt_who_configure/config.rb:58
320
+ msgid "No change"
321
+ msgstr "Beze změny"
322
+
323
+ #: ../app/models/foreman_virt_who_configure/config.rb:59
324
+ msgid "Unknown"
325
+ msgstr "Neznámý"
326
+
327
+ #: ../app/models/foreman_virt_who_configure/config.rb:62
328
+ msgid "Unknown configuration status, caused by unexpected conditions"
329
+ msgstr "Neznámý stav nastavení, způsobený neočekávanými podmínkami"
330
+
331
+ #: ../app/models/foreman_virt_who_configure/config.rb:64
332
+ msgid ""
333
+ "The configuration was not deployed yet or the virt-who was unable to report "
334
+ "the status"
335
+ msgstr ""
336
+
337
+ #: ../app/models/foreman_virt_who_configure/config.rb:65
338
+ msgid "The virt-who report arrived within the interval"
339
+ msgstr ""
340
+
341
+ #: ../app/models/foreman_virt_who_configure/config.rb:66
342
+ msgid ""
343
+ "The virt-who report has not arrived within the interval, which indicates "
344
+ "there was no change on hypervisor"
345
+ msgstr ""
346
+
347
+ #: ../app/models/foreman_virt_who_configure/config.rb:71
348
+ msgid "Prism Central"
349
+ msgstr ""
350
+
351
+ #: ../app/models/foreman_virt_who_configure/config.rb:72
352
+ msgid "Prism Element"
353
+ msgstr ""
354
+
355
+ #: ../app/models/foreman_virt_who_configure/config.rb:233
356
+ msgid "every %s hours"
357
+ msgstr "každých %s hodin"
358
+
359
+ #: ../app/models/foreman_virt_who_configure/output_generator.rb:18
360
+ msgid "Success"
361
+ msgstr "Úspěch"
362
+
363
+ #: ../app/models/foreman_virt_who_configure/output_generator.rb:19
364
+ msgid "Newer version of virt-who is required, minimum version is %s"
365
+ msgstr "Je zapotřebí novější verze virt-who, nejnižší možná verze je %s"
366
+
367
+ #: ../app/models/foreman_virt_who_configure/output_generator.rb:20
368
+ msgid "Unable to create virt-who config file"
369
+ msgstr "Nedaří se vytvořit soubor s nastaveními pro virt-who"
370
+
371
+ #: ../app/models/foreman_virt_who_configure/output_generator.rb:21
372
+ msgid "Unable to create sysconfig file"
373
+ msgstr "Nedaří se vytvořit sysconfig soubor"
374
+
375
+ #: ../app/models/foreman_virt_who_configure/output_generator.rb:22
376
+ msgid "Unable to enable virt-who service using systemctl"
377
+ msgstr ""
378
+
379
+ #: ../app/models/foreman_virt_who_configure/output_generator.rb:23
380
+ msgid ""
381
+ "Unable to start virt-who service, please see virt-who logs for more details"
382
+ msgstr ""
383
+ "Nedaří se spustit službu virt-who, další podrobnosti naleznete v záznamu "
384
+ "událostí (log) ve virt-who"
385
+
386
+ #: ../app/models/foreman_virt_who_configure/output_generator.rb:24
387
+ msgid ""
388
+ "Unable to install virt-who package, make sure the host is properly "
389
+ "subscribed and has access to katello-host-tools repository"
390
+ msgstr ""
391
+
392
+ #: ../app/models/foreman_virt_who_configure/output_generator.rb:44
393
+ msgid "Owner was not provided"
394
+ msgstr "Vlastník nebyl poskytnut"
395
+
396
+ #: ../app/models/foreman_virt_who_configure/output_generator.rb:45
397
+ msgid "Interval was not provided"
398
+ msgstr "Interval nebyl zadán"
399
+
400
+ #: ../app/views/dashboard/_foreman_virt_who_configs_status_widget.html.erb:5
401
+ msgid "Virt-who Configurations Status"
402
+ msgstr "Stav nastavení pro virt-who"
403
+
404
+ #: ../app/views/dashboard/_foreman_virt_who_configs_status_widget.html.erb:9
405
+ msgid "Configuration Status"
406
+ msgstr "Stav nastavení"
407
+
408
+ #: ../app/views/dashboard/_foreman_virt_who_configs_status_widget.html.erb:10
409
+ msgid "Count"
410
+ msgstr "Počet"
411
+
412
+ #: ../app/views/dashboard/_foreman_virt_who_configs_status_widget.html.erb:15
413
+ msgid "No Reports"
414
+ msgstr "Žádné výkazy"
415
+
416
+ #: ../app/views/dashboard/_foreman_virt_who_configs_status_widget.html.erb:19
417
+ msgid "No Change"
418
+ msgstr "Beze změny"
419
+
420
+ #: ../app/views/dashboard/_foreman_virt_who_configs_status_widget.html.erb:27
421
+ msgid "Total Configurations"
422
+ msgstr "Celkem nastavení"
423
+
424
+ #: ../app/views/dashboard/_foreman_virt_who_configs_status_widget.html.erb:33
425
+ msgid "Latest Configurations Without Change"
426
+ msgstr "Nejnovější nastavení beze změny"
427
+
428
+ #: ../app/views/dashboard/_foreman_virt_who_configs_status_widget.html.erb:35
429
+ msgid "No configuration found"
430
+ msgstr "Nenalezeno žádné nastavení"
431
+
432
+ #: ../app/views/dashboard/_foreman_virt_who_configs_status_widget.html.erb:40
433
+ #: ../app/views/foreman_virt_who_configure/configs/index.html.erb:8
434
+ msgid "Config|Name"
435
+ msgstr "Název"
436
+
437
+ #: ../app/views/dashboard/_foreman_virt_who_configs_status_widget.html.erb:41
438
+ msgid "Config|Last Report"
439
+ msgstr "Config|Poslední hlášení"
440
+
441
+ #: ../app/views/dashboard/_foreman_virt_who_configs_status_widget.html.erb:42
442
+ #: ../app/views/foreman_virt_who_configure/configs/index.html.erb:9
443
+ msgid "Config|Interval"
444
+ msgstr "Interval"
445
+
446
+ #: ../app/views/foreman_virt_who_configure/configs/edit.html.erb:1
447
+ msgid "Edit Virt-who Config"
448
+ msgstr "Upravit nastavení pro Virt-who"
449
+
450
+ #: ../app/views/foreman_virt_who_configure/configs/edit.html.erb:6
451
+ #: ../app/views/foreman_virt_who_configure/configs/index.html.erb:1
452
+ #: ../app/views/foreman_virt_who_configure/configs/show.html.erb:12
453
+ #: ../app/views/foreman_virt_who_configure/configs/welcome.html.erb:3
454
+ #: ../lib/foreman_virt_who_configure/engine.rb:74
455
+ msgid "Virt-who Configurations"
456
+ msgstr "Nastavení pro virt-who"
457
+
458
+ #: ../app/views/foreman_virt_who_configure/configs/edit.html.erb:10
459
+ #: ../app/views/foreman_virt_who_configure/configs/index.html.erb:21
460
+ #: ../app/views/foreman_virt_who_configure/configs/show.html.erb:5
461
+ msgid "Edit"
462
+ msgstr "Upravit"
463
+
464
+ #: ../app/views/foreman_virt_who_configure/configs/index.html.erb:10
465
+ #: ../app/views/foreman_virt_who_configure/configs/show.html.erb:35
466
+ msgid "Status"
467
+ msgstr "Stav"
468
+
469
+ #: ../app/views/foreman_virt_who_configure/configs/index.html.erb:11
470
+ msgid "Actions"
471
+ msgstr "Akce"
472
+
473
+ #: ../app/views/foreman_virt_who_configure/configs/index.html.erb:22
474
+ #: ../app/views/foreman_virt_who_configure/configs/show.html.erb:6
475
+ msgid "Delete virt-who configuration %s?"
476
+ msgstr "Smazat nastavení pro virt-who %s?"
477
+
478
+ #: ../app/views/foreman_virt_who_configure/configs/new.html.erb:1
479
+ msgid "New Virt-who Config"
480
+ msgstr "Nové virt-who nastavení"
481
+
482
+ #: ../app/views/foreman_virt_who_configure/configs/show.html.erb:3
483
+ msgid "Virt-who Configuration %s"
484
+ msgstr "Nastavení virt-who %s"
485
+
486
+ #: ../app/views/foreman_virt_who_configure/configs/show.html.erb:22
487
+ msgid "Overview"
488
+ msgstr "Přehled"
489
+
490
+ #: ../app/views/foreman_virt_who_configure/configs/show.html.erb:23
491
+ msgid "Deploy"
492
+ msgstr "Nasadit"
493
+
494
+ #: ../app/views/foreman_virt_who_configure/configs/show.html.erb:32
495
+ msgid "Details"
496
+ msgstr "Podrobnosti"
497
+
498
+ #: ../app/views/foreman_virt_who_configure/configs/show.html.erb:41
499
+ #: ../app/views/foreman_virt_who_configure/configs/steps/_connection_form.erb:3
500
+ msgid "Hypervisor ID"
501
+ msgstr "Identifikátor hypervizoru"
502
+
503
+ #: ../app/views/foreman_virt_who_configure/configs/show.html.erb:42
504
+ #: ../app/views/foreman_virt_who_configure/configs/steps/_connection_form.erb:9
505
+ msgid "Filtering"
506
+ msgstr "Filtrování"
507
+
508
+ #: ../app/views/foreman_virt_who_configure/configs/show.html.erb:44
509
+ msgid "Filter Hosts"
510
+ msgstr "Filtrovat stroje"
511
+
512
+ #: ../app/views/foreman_virt_who_configure/configs/show.html.erb:48
513
+ msgid "Exclude Hosts"
514
+ msgstr "Vynechat stroje"
515
+
516
+ #: ../app/views/foreman_virt_who_configure/configs/show.html.erb:51
517
+ msgid "Enable debugging output?"
518
+ msgstr "Zapnout ladící výstup?"
519
+
520
+ #: ../app/views/foreman_virt_who_configure/configs/show.html.erb:52
521
+ #: ../app/views/foreman_virt_who_configure/configs/steps/_connection_form.erb:21
522
+ msgid "HTTP Proxy"
523
+ msgstr "HTTP proxy"
524
+
525
+ #: ../app/views/foreman_virt_who_configure/configs/show.html.erb:53
526
+ msgid "Ignore Proxy"
527
+ msgstr "Ignorovat proxy"
528
+
529
+ #: ../app/views/foreman_virt_who_configure/configs/show.html.erb:67
530
+ msgid ""
531
+ "Use either hammer command or the script below to deploy this configuration. "
532
+ "Both require root privileges. Run one of them on the target host which has "
533
+ "access to katello-host-tools repository and will run virt-who reporting, "
534
+ "preferably Foreman host:"
535
+ msgstr ""
536
+
537
+ #: ../app/views/foreman_virt_who_configure/configs/show.html.erb:73
538
+ msgid "Hammer command: "
539
+ msgstr "Příkaz v hammer:"
540
+
541
+ #: ../app/views/foreman_virt_who_configure/configs/show.html.erb:82
542
+ #: ../app/views/foreman_virt_who_configure/configs/show.html.erb:106
543
+ msgid "Copy to clipboard"
544
+ msgstr "Zkopírovat do schránky"
545
+
546
+ #: ../app/views/foreman_virt_who_configure/configs/show.html.erb:89
547
+ msgid "Configuration script: "
548
+ msgstr "Nastavovací skript:"
549
+
550
+ #: ../app/views/foreman_virt_who_configure/configs/show.html.erb:93
551
+ msgid "On the target virt-who host:"
552
+ msgstr "Na cílovém hostiteli virt-who:"
553
+
554
+ #: ../app/views/foreman_virt_who_configure/configs/show.html.erb:94
555
+ msgid "1. Copy this configuration script to a safe directory."
556
+ msgstr "1. Zkopírujte tento nastavovací skript do bezpečného adresáře."
557
+
558
+ #: ../app/views/foreman_virt_who_configure/configs/show.html.erb:95
559
+ msgid "2. Make the script executable and run it."
560
+ msgstr "2. nastavte skript jako spustitelný a spusťte ho."
561
+
562
+ #: ../app/views/foreman_virt_who_configure/configs/show.html.erb:96
563
+ msgid "3. Delete the script."
564
+ msgstr "3. smazat skript."
565
+
566
+ #: ../app/views/foreman_virt_who_configure/configs/show.html.erb:107
567
+ msgid "Download the script"
568
+ msgstr "Stáhnout skript"
569
+
570
+ #: ../app/views/foreman_virt_who_configure/configs/steps/_connection_form.erb:2
571
+ msgid ""
572
+ "Foreman server’s fully-qualified host name, for example: foreman.example.com"
573
+ msgstr ""
574
+
575
+ #: ../app/views/foreman_virt_who_configure/configs/steps/_connection_form.erb:4
576
+ msgid ""
577
+ "Specifies that hypervisors will be identified by their <b>hostname</b>, <b>uuid</b> or <b>hwuuid</b>.\n"
578
+ " Note that some virtualization backends don't have all of them implemented.\n"
579
+ " Default is <b>hostname</b>, which provides more meaningful hypervisor\n"
580
+ " names, but can cause duplicated hypervisor registrations if the host is renamed. To avoid that, you can use <b>uuid</b> instead. <b>hwuuid</b> is applicable to esx only.\n"
581
+ " This property is meant to be set up before the initial run of virt-who. Changing it later will result in duplicated entries in the subscription manager."
582
+ msgstr ""
583
+
584
+ #: ../app/views/foreman_virt_who_configure/configs/steps/_connection_form.erb:10
585
+ msgid ""
586
+ "If you run a hybrid environment, with virtual machines running Red Hat "
587
+ "Enterprise Linux and other operating systems, you may want to limit the "
588
+ "scope of virt-who’s access to hosts. For example, if some hypervisors host "
589
+ "only Microsoft Windows Server instances, there is no benefit in having those"
590
+ " hypervisors reported by the virt-who agent."
591
+ msgstr ""
592
+
593
+ #: ../app/views/foreman_virt_who_configure/configs/steps/_connection_form.erb:12
594
+ msgid ""
595
+ "Only hosts which uuid (or hostname or hwuuid, based on "
596
+ "<code>hypervisor_id</code>) is specified in comma-separated list in this "
597
+ "option will be reported. Wildcards and regular expressions are supported, "
598
+ "multiple records must be separated by comma. Put the value into the double-"
599
+ "quotes if it contains special characters like comma. All new line characters"
600
+ " will be removed in resulting configuration file, white spaces are removed "
601
+ "from beginning and end."
602
+ msgstr ""
603
+
604
+ #: ../app/views/foreman_virt_who_configure/configs/steps/_connection_form.erb:12
605
+ msgid "Filter hosts"
606
+ msgstr "Filtrovat stroje"
607
+
608
+ #: ../app/views/foreman_virt_who_configure/configs/steps/_connection_form.erb:14
609
+ msgid ""
610
+ "Hosts which uuid (or hostname or hwuuid, based on "
611
+ "<code>hypervisor_id</code>) is specified in comma-separated list in this "
612
+ "option will <b>NOT</b> be reported. Wildcards and regular expressions are "
613
+ "supported, multiple records must be separated by comma. Put the value into "
614
+ "the double-quotes if it contains special characters like comma. All new line"
615
+ " characters will be removed in resulting configuration file, white spaces "
616
+ "are removed from beginning and end."
617
+ msgstr ""
618
+
619
+ #: ../app/views/foreman_virt_who_configure/configs/steps/_connection_form.erb:14
620
+ msgid "Exclude hosts"
621
+ msgstr "Vynechat stroje"
622
+
623
+ #: ../app/views/foreman_virt_who_configure/configs/steps/_connection_form.erb:16
624
+ msgid ""
625
+ "Only hosts which cluster ID is specified in comma-separated list in this "
626
+ "option will be reported. PowerCLI command to find the domain names in VMware"
627
+ " <code>Get-Cluster “ClusterName” | Select ID</code>. Wildcards and regular "
628
+ "expressions are supported, multiple records must be separated by comma. Put "
629
+ "the value into the double-quotes if it contains special characters like "
630
+ "comma. All new line characters will be removed in resulting configuration "
631
+ "file, white spaces are removed from beginning and end."
632
+ msgstr ""
633
+
634
+ #: ../app/views/foreman_virt_who_configure/configs/steps/_connection_form.erb:16
635
+ msgid "Filter host parents"
636
+ msgstr ""
637
+
638
+ #: ../app/views/foreman_virt_who_configure/configs/steps/_connection_form.erb:18
639
+ msgid ""
640
+ "Exclude hosts which cluster ID is specified in comma-separated list in this "
641
+ "option will <b>NOT</b> be reported. PowerCLI command to find the domain "
642
+ "names in VMware <code>Get-Cluster “ClusterName” | Select ID</code>. "
643
+ "Wildcards and regular expressions are supported, multiple records must be "
644
+ "separated by comma. Put the value into the double-quotes if it contains "
645
+ "special characters like comma. All new line characters will be removed in "
646
+ "resulting configuration file, white spaces are removed from beginning and "
647
+ "end."
648
+ msgstr ""
649
+
650
+ #: ../app/views/foreman_virt_who_configure/configs/steps/_connection_form.erb:18
651
+ msgid "Exclude host parents"
652
+ msgstr ""
653
+
654
+ #: ../app/views/foreman_virt_who_configure/configs/steps/_connection_form.erb:20
655
+ msgid ""
656
+ "Different debug value can't be set per hypervisor, therefore it will affect "
657
+ "all other deployed configurations on the host on which this configuration "
658
+ "will be deployed."
659
+ msgstr ""
660
+
661
+ #: ../app/views/foreman_virt_who_configure/configs/steps/_connection_form.erb:22
662
+ msgid ""
663
+ "HTTP proxy that should be used for communication between the server on which"
664
+ " virt-who is running and the hypervisors and virtualization managers. Leave "
665
+ "this blank if no proxy is used."
666
+ msgstr ""
667
+
668
+ #: ../app/views/foreman_virt_who_configure/configs/steps/_connection_form.erb:23
669
+ msgid ""
670
+ "A comma-separated list of hostnames or domains or ip addresses to ignore "
671
+ "proxy settings for. Optionally this may be set to <code>*</code> to bypass "
672
+ "proxy settings for all hostnames domains or ip addresses."
673
+ msgstr ""
674
+
675
+ #: ../app/views/foreman_virt_who_configure/configs/steps/_connection_form.erb:23
676
+ msgid "Ignore proxy"
677
+ msgstr "Ignorovat proxy"
678
+
679
+ #: ../app/views/foreman_virt_who_configure/configs/steps/_connection_form.erb:24
680
+ msgid ""
681
+ "Configuration file containing details about how to connect to the cluster "
682
+ "and authentication details"
683
+ msgstr ""
684
+
685
+ #: ../app/views/foreman_virt_who_configure/configs/steps/_connection_form.erb:24
686
+ msgid "Path to kubeconfig file"
687
+ msgstr "Popis umístění souboru s nastaveními kubeconfig"
688
+
689
+ #: ../app/views/foreman_virt_who_configure/configs/steps/_connection_form.erb:27
690
+ msgid "Prism Flavor"
691
+ msgstr ""
692
+
693
+ #: ../app/views/foreman_virt_who_configure/configs/steps/_connection_form.erb:29
694
+ msgid ""
695
+ "Option Enable debugging output is required to enable AHV internal debug. It "
696
+ "provides extra AHV debug information when both options are enabled "
697
+ msgstr ""
698
+
699
+ #: ../app/views/foreman_virt_who_configure/configs/steps/_connection_form.erb:29
700
+ msgid "Enable AHV debug"
701
+ msgstr ""
702
+
703
+ #: ../app/views/foreman_virt_who_configure/configs/steps/_general_information_form.erb:2
704
+ msgid "Name of this configuration, e.g. the name of the hypervisor"
705
+ msgstr "Název tohoto nastavení, např. název hypervizoru"
706
+
707
+ #: ../app/views/foreman_virt_who_configure/configs/steps/_general_information_form.erb:2
708
+ msgid "Name"
709
+ msgstr "Název"
710
+
711
+ #: ../app/views/foreman_virt_who_configure/configs/steps/_general_information_form.erb:7
712
+ msgid "Owner"
713
+ msgstr "Vlastník"
714
+
715
+ #: ../app/views/foreman_virt_who_configure/configs/steps/_general_information_form.erb:10
716
+ msgid "Hypervisor Type"
717
+ msgstr ""
718
+
719
+ #: ../app/views/foreman_virt_who_configure/configs/steps/_general_information_form.erb:11
720
+ msgid "Hypervisor Server"
721
+ msgstr ""
722
+
723
+ #: ../app/views/foreman_virt_who_configure/configs/steps/_general_information_form.erb:12
724
+ msgid "Hypervisor Username"
725
+ msgstr ""
726
+
727
+ #: ../app/views/foreman_virt_who_configure/configs/steps/_general_information_form.erb:13
728
+ msgid "Hypervisor Password"
729
+ msgstr ""
730
+
731
+ #: ../app/views/foreman_virt_who_configure/configs/steps/_general_information_form.erb:13
732
+ msgid ""
733
+ "Account password by which virt-who is to connect to the hypervisor instance."
734
+ msgstr ""
735
+
736
+ #: ../app/views/foreman_virt_who_configure/configs/steps/_schedule_form.erb:2
737
+ msgid ""
738
+ "How often to check connected hypervisors for changes? Also affects how often"
739
+ " a mapping is reported. The recommended value for most environments is every"
740
+ " two hours. Different interval can't be set per hypervisor, therefore it "
741
+ "will affect all other deployed configurations on the host on which this "
742
+ "configuration will be deployed."
743
+ msgstr ""
744
+
745
+ #: ../app/views/foreman_virt_who_configure/configs/steps/_schedule_form.erb:2
746
+ msgid "Interval"
747
+ msgstr "Interval"
748
+
749
+ #: ../app/views/foreman_virt_who_configure/configs/welcome.html.erb:6
750
+ msgid "Configs"
751
+ msgstr "Nastavení"
752
+
753
+ #: ../app/views/foreman_virt_who_configure/configs/welcome.html.erb:8
754
+ msgid ""
755
+ "On this page you can define virt-who configurations for your hypervisors."
756
+ msgstr ""
757
+ "Na této stránce je možné zadat nastavení virt-who pro své hypervizory."
758
+
759
+ #: ../app/views/foreman_virt_who_configure/configs/welcome.html.erb:9
760
+ msgid ""
761
+ "One virt-who configuration represents one config file in /etc/virt-who.d "
762
+ "directory and maps to single hypervisor, organization and lifecycle "
763
+ "environment."
764
+ msgstr ""
765
+
766
+ #: ../app/views/foreman_virt_who_configure/configs/welcome.html.erb:10
767
+ msgid ""
768
+ "To define a new configuration, click the New Config button and fill in the "
769
+ "form. After you provide all required information a virt-who configuration "
770
+ "script will be generated. You could either install it manually by copying "
771
+ "the script or deploy it on a selected target host through Remote Execution."
772
+ msgstr ""
773
+
774
+ #: ../lib/foreman_virt_who_configure/engine.rb:79
775
+ msgid "Virt-who Configs Status"
776
+ msgstr "Stav nastavení virt-who"
777
+
778
+ #: gemspec.rb:2
779
+ msgid "A plugin to make virt-who configuration easy"
780
+ msgstr "Zásuvný modul pro usnadnění nastavování virt-who"