foreman_virt_who_configure 0.5.10 → 0.5.11

Sign up to get free protection for your applications and to get access to all the features.
Files changed (32) hide show
  1. checksums.yaml +4 -4
  2. data/app/models/foreman_virt_who_configure/output_generator.rb +1 -1
  3. data/lib/foreman_virt_who_configure/version.rb +1 -1
  4. data/locale/action_names.rb +25 -12
  5. data/locale/ca/foreman_virt_who_configure.po +70 -7
  6. data/locale/cs_CZ/foreman_virt_who_configure.po +70 -7
  7. data/locale/de/foreman_virt_who_configure.po +71 -8
  8. data/locale/en/foreman_virt_who_configure.po +70 -7
  9. data/locale/en_GB/foreman_virt_who_configure.po +70 -7
  10. data/locale/es/LC_MESSAGES/foreman_virt_who_configure.mo +0 -0
  11. data/locale/es/foreman_virt_who_configure.po +72 -9
  12. data/locale/foreman_virt_who_configure.pot +234 -130
  13. data/locale/fr/LC_MESSAGES/foreman_virt_who_configure.mo +0 -0
  14. data/locale/fr/foreman_virt_who_configure.po +72 -9
  15. data/locale/gl/foreman_virt_who_configure.po +70 -7
  16. data/locale/it/foreman_virt_who_configure.po +70 -7
  17. data/locale/ja/LC_MESSAGES/foreman_virt_who_configure.mo +0 -0
  18. data/locale/ja/foreman_virt_who_configure.po +72 -9
  19. data/locale/ka/LC_MESSAGES/foreman_virt_who_configure.mo +0 -0
  20. data/locale/ka/foreman_virt_who_configure.po +716 -0
  21. data/locale/ko/foreman_virt_who_configure.po +71 -8
  22. data/locale/nl_NL/foreman_virt_who_configure.po +70 -7
  23. data/locale/pl/foreman_virt_who_configure.po +70 -7
  24. data/locale/pt_BR/LC_MESSAGES/foreman_virt_who_configure.mo +0 -0
  25. data/locale/pt_BR/foreman_virt_who_configure.po +72 -9
  26. data/locale/ru/foreman_virt_who_configure.po +71 -8
  27. data/locale/sv_SE/foreman_virt_who_configure.po +70 -7
  28. data/locale/zh_CN/LC_MESSAGES/foreman_virt_who_configure.mo +0 -0
  29. data/locale/zh_CN/foreman_virt_who_configure.po +72 -9
  30. data/locale/zh_TW/foreman_virt_who_configure.po +71 -8
  31. data/test/unit/output_generator_test.rb +1 -1
  32. metadata +8 -6
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5653482998c6baa64d6021ec87387001da5da84b27b4765d468f7c94fb35904f
4
- data.tar.gz: d0ac12b92107e1ad9ddf14b6addfebe7126914c99620e726188f8edad3593bb0
3
+ metadata.gz: a769a8d0979b6fec4034b4de34f1143909070c4954d0f85178415bd71dbc977c
4
+ data.tar.gz: c85d15537a919ba515f33de502769eb70e06d666ae4054c3a62bdd78be5942f9
5
5
  SHA512:
6
- metadata.gz: ac40fb2c37aae92d55a166fb0b9a58e566970b4645717bacff12f275a579610b5eb0bd3e5107da5d4c0e01fc3c4a43471d87e6dbcff7abcb614a8cba2d552195
7
- data.tar.gz: f34fd874e90719178f61299c83022b608c5b35167f72f77f78910dae0004afeb7d8dde9ebcee6c1acecb5ac86f840637071ac67378d907b73fcd6769712b7d7e
6
+ metadata.gz: c5c3f9acd36c8fd8c5845eed1b654dfb21f6baa81375e595dd0ce83252a333bd8360812303cd93fcca2a04095a46d0696d9932d93b893654eeed02b39f550aa5
7
+ data.tar.gz: 9071cdf3b35fef1128481d853fb8eef54c16d151b280e908f8fc128c6e37e2a6d8489e2c01bee28853e8ce440d2506611b808df2ed34b853f65cdcf5aac8f800
@@ -170,7 +170,7 @@ encrypted_password=$cr_password"
170
170
  if config.hypervisor_type == 'ahv'
171
171
  prism_central = config.prism_flavor == "central"
172
172
  update_interval = config.ahv_update_interval.present? ? "\nupdate_interval=#{config.ahv_update_interval}" : nil
173
- internal_debug = config.ahv_internal_debug.present? ? "\ninternal_debug=#{config.ahv_internal_debug}" : nil
173
+ internal_debug = config.ahv_internal_debug.present? ? "\nahv_internal_debug=#{config.ahv_internal_debug}" : nil
174
174
 
175
175
  "\nprism_central=#{prism_central}#{internal_debug}#{update_interval}"
176
176
  else
@@ -1,3 +1,3 @@
1
1
  module ForemanVirtWhoConfigure
2
- VERSION = '0.5.10'.freeze
2
+ VERSION = '0.5.11'.freeze
3
3
  end
@@ -2,25 +2,34 @@
2
2
  _("Action with sub plans")
3
3
  _("Import facts")
4
4
  _("Import Puppet classes")
5
+ _("Promote")
5
6
  _("Abstract async task")
6
- _("Create")
7
- _("Delete Activation Key")
8
- _("Update")
9
- _("Generate host applicability")
10
7
  _("Bulk generate applicability for hosts")
11
8
  _("Generate repository applicability")
12
9
  _("Synchronize smart proxy")
13
10
  _("Sync capsule")
11
+ _("Update CDN Configuration")
12
+ _("Update")
14
13
  _("Delete")
15
14
  _("Errata mail")
16
15
  _("Incremental Update of Content View Version(s) ")
17
- _("Promote")
16
+ _("Create")
17
+ _("Delete Activation Key")
18
+ _("Agent action")
19
+ _("Create Alternate Content Source")
20
+ _("Destroy Alternate Content Source")
21
+ _("Refresh Alternate Content Source")
22
+ _("Update Alternate Content Source")
23
+ _("Generate host applicability")
18
24
  _("Promotion to Environment")
19
25
  _("Publish")
20
26
  _("Remove Versions and Associations")
21
27
  _("Remove from Environment")
22
28
  _("Remove Version")
23
29
  _("Export")
30
+ _("Import Content View Version")
31
+ _("Import Default Content View")
32
+ _("Import Repository")
24
33
  _("Incremental Update")
25
34
  _("Republish Version Repositories")
26
35
  _("Delete Lifecycle Environment")
@@ -29,18 +38,13 @@ _("Attach subscriptions")
29
38
  _("Auto attach subscriptions")
30
39
  _("Destroy Content Host")
31
40
  _("Install Applicable Errata")
32
- _("Install erratum")
33
41
  _("Hypervisors")
34
42
  _("Hypervisors update")
35
- _("Install package")
36
- _("Remove package")
37
- _("Update package")
38
- _("Install package group")
39
- _("Remove package group")
40
43
  _("Remove subscriptions")
41
44
  _("Update Content Overrides")
42
45
  _("Update for host")
43
46
  _("Update release version for host")
47
+ _("Updating System Purpose for host")
44
48
  _("Package Profile Update")
45
49
  _("Combined Profile Update")
46
50
  _("Destroy")
@@ -63,9 +67,18 @@ _("Synchronize")
63
67
  _("Update content urls")
64
68
  _("Update http proxy details")
65
69
  _("Update redhat repository")
66
- _("Upload errata into")
67
70
  _("Create Package Group")
71
+ _("Verify checksum")
68
72
  _("Disable")
69
73
  _("Enable")
70
74
  _("Run Sync Plan:")
75
+ _("Abstract")
76
+ _("Create Export History")
77
+ _("Create Import History")
78
+ _("Create Syncable Export History")
79
+ _("Copy version units to library")
80
+ _("Export Library")
81
+ _("Export Repository")
82
+ _("Import")
83
+ _("Syncable export")
71
84
  _("Report")
@@ -32,9 +32,18 @@ msgstr ""
32
32
  msgid "A plugin to make virt-who configuration easy"
33
33
  msgstr ""
34
34
 
35
+ msgid "AHV update interval"
36
+ msgstr ""
37
+
38
+ msgid "Abstract"
39
+ msgstr ""
40
+
35
41
  msgid "Abstract async task"
36
42
  msgstr ""
37
43
 
44
+ msgid "Account name by which virt-who is to connect to Nutanix AHV."
45
+ msgstr ""
46
+
38
47
  msgid "Account name by which virt-who is to connect to the hypervisor, in the format <code>domain_name\\account_name</code>. Note that only a single backslash separates the values for domain_name and account_name. If you are using a domain account, and the global configuration file <code>/etc/virt-who.conf</code>, then <b>two</b> backslashes are required. For further details, see <a href=\"https://access.redhat.com/solutions/1270223\">Red Hat Knowledgebase solution How to use a windows domain account with virt-who</a> for more information."
39
48
  msgstr ""
40
49
 
@@ -89,6 +98,9 @@ msgstr ""
89
98
  msgid "Configuration file containing details about how to connect to the cluster and authentication details"
90
99
  msgstr ""
91
100
 
101
+ msgid "Configuration file containing details about how to connect to the cluster and authentication details."
102
+ msgstr ""
103
+
92
104
  msgid "Configuration interval in minutes"
93
105
  msgstr ""
94
106
 
@@ -128,6 +140,9 @@ msgstr ""
128
140
  msgid "Create"
129
141
  msgstr ""
130
142
 
143
+ msgid "Create Alternate Content Source"
144
+ msgstr ""
145
+
131
146
  msgid "Create Config"
132
147
  msgstr ""
133
148
 
@@ -140,6 +155,9 @@ msgstr ""
140
155
  msgid "Create Package Group"
141
156
  msgstr ""
142
157
 
158
+ msgid "Create Syncable Export History"
159
+ msgstr ""
160
+
143
161
  msgid "Create a virt-who configuration"
144
162
  msgstr ""
145
163
 
@@ -170,6 +188,9 @@ msgstr ""
170
188
  msgid "Destroy"
171
189
  msgstr ""
172
190
 
191
+ msgid "Destroy Alternate Content Source"
192
+ msgstr ""
193
+
173
194
  msgid "Destroy Content Host"
174
195
  msgstr ""
175
196
 
@@ -197,6 +218,9 @@ msgstr ""
197
218
  msgid "Enable"
198
219
  msgstr ""
199
220
 
221
+ msgid "Enable AHV debug"
222
+ msgstr ""
223
+
200
224
  msgid "Enable debugging output"
201
225
  msgstr ""
202
226
 
@@ -239,12 +263,18 @@ msgstr ""
239
263
  msgid "Exclude hosts"
240
264
  msgstr ""
241
265
 
266
+ msgid "Exclude hosts which cluster ID is specified in comma-separated list in this option will <b>NOT</b> be reported. PowerCLI command to find the domain names in VMware <code>Get-Cluster “ClusterName” | Select ID</code>. Wildcards and regular expressions are supported, multiple records must be separated by comma. Put the value into the double-quotes if it contains special characters like comma. All new line characters will be removed in resulting configuration file, white spaces are removed from beginning and end."
267
+ msgstr ""
268
+
242
269
  msgid "Export"
243
270
  msgstr ""
244
271
 
245
272
  msgid "Export Library"
246
273
  msgstr ""
247
274
 
275
+ msgid "Export Repository"
276
+ msgstr ""
277
+
248
278
  msgid "Fetch pxe files"
249
279
  msgstr ""
250
280
 
@@ -296,9 +326,6 @@ msgstr ""
296
326
  msgid "Help"
297
327
  msgstr ""
298
328
 
299
- msgid "Hosts which parent (usually ComputeResource) name is specified in comma-separated list in this option will <b>NOT</b> be reported. Wildcards and regular expressions are supported, multiple records must be separated by comma. Put the value into the double-quotes if it contains special characters like comma. All new line characters will be removed in resulting configuration file, white spaces are removed from beginning and end."
300
- msgstr ""
301
-
302
329
  msgid "Hosts which uuid (or hostname or hwuuid, based on <code>hypervisor_id</code>) is specified in comma-separated list in this option will <b>NOT</b> be reported. Wildcards and regular expressions are supported, multiple records must be separated by comma. Put the value into the double-quotes if it contains special characters like comma. All new line characters will be removed in resulting configuration file, white spaces are removed from beginning and end."
303
330
  msgstr ""
304
331
 
@@ -314,7 +341,7 @@ msgstr ""
314
341
  msgid "Hypervisor filtering mode, %{unlimited} means no filtering, %{whitelist} means whitelist, %{blacklist} means blacklist"
315
342
  msgstr ""
316
343
 
317
- msgid "Hypervisor password, required for all hypervisor types except for libvirt"
344
+ msgid "Hypervisor password, required for all hypervisor types except for libvirt/kubevirt."
318
345
  msgstr ""
319
346
 
320
347
  msgid "Hypervisor type"
@@ -353,6 +380,9 @@ msgstr ""
353
380
  msgid "Import Puppet classes"
354
381
  msgstr ""
355
382
 
383
+ msgid "Import Repository"
384
+ msgstr ""
385
+
356
386
  msgid "Import facts"
357
387
  msgstr ""
358
388
 
@@ -425,6 +455,9 @@ msgstr ""
425
455
  msgid "No configuration found"
426
456
  msgstr ""
427
457
 
458
+ msgid "Nutanix AHV’s IP address."
459
+ msgstr ""
460
+
428
461
  msgid "OK"
429
462
  msgstr ""
430
463
 
@@ -437,12 +470,18 @@ msgstr ""
437
470
  msgid "One virt-who configuration represents one config file in /etc/virt-who.d directory and maps to single hypervisor, organization and lifecycle environment."
438
471
  msgstr ""
439
472
 
440
- msgid "Only hosts which parent (usually ComputeResource) name is specified in comma-separated list in this option will be reported. Wildcards and regular expressions are supported, multiple records must be separated by comma. Put the value into the double-quotes if it contains special characters like comma. All new line characters will be removed in resulting configuration file, white spaces are removed from beginning and end."
473
+ msgid "Only hosts which cluster ID is specified in comma-separated list in this option will be reported. PowerCLI command to find the domain names in VMware <code>Get-Cluster “ClusterName” | Select ID</code>. Wildcards and regular expressions are supported, multiple records must be separated by comma. Put the value into the double-quotes if it contains special characters like comma. All new line characters will be removed in resulting configuration file, white spaces are removed from beginning and end."
441
474
  msgstr ""
442
475
 
443
476
  msgid "Only hosts which uuid (or hostname or hwuuid, based on <code>hypervisor_id</code>) is specified in comma-separated list in this option will be reported. Wildcards and regular expressions are supported, multiple records must be separated by comma. Put the value into the double-quotes if it contains special characters like comma. All new line characters will be removed in resulting configuration file, white spaces are removed from beginning and end."
444
477
  msgstr ""
445
478
 
479
+ msgid "Option Enable debugging output is required to enable AHV internal debug. It provides extra AHV debug information when both options are enabled"
480
+ msgstr ""
481
+
482
+ msgid "Option Enable debugging output is required to enable AHV internal debug. It provides extra AHV debug information when both options are enabled "
483
+ msgstr ""
484
+
446
485
  msgid "Organization of the virt-who configuration"
447
486
  msgstr ""
448
487
 
@@ -461,6 +500,15 @@ msgstr ""
461
500
  msgid "Path to kubeconfig file"
462
501
  msgstr ""
463
502
 
503
+ msgid "Prism Central"
504
+ msgstr ""
505
+
506
+ msgid "Prism Element"
507
+ msgstr ""
508
+
509
+ msgid "Prism Flavor"
510
+ msgstr ""
511
+
464
512
  msgid "Product Create"
465
513
  msgstr ""
466
514
 
@@ -476,10 +524,10 @@ msgstr ""
476
524
  msgid "Publish Lifecycle Environment Repositories"
477
525
  msgstr ""
478
526
 
479
- msgid "Reindex subscriptions"
527
+ msgid "Refresh Alternate Content Source"
480
528
  msgstr ""
481
529
 
482
- msgid "Remote action:"
530
+ msgid "Reindex subscriptions"
483
531
  msgstr ""
484
532
 
485
533
  msgid "Remove Content"
@@ -512,6 +560,9 @@ msgstr ""
512
560
  msgid "Schedule"
513
561
  msgstr ""
514
562
 
563
+ msgid "Select the Prism flavor you are connecting to"
564
+ msgstr ""
565
+
515
566
  msgid "Show a virt-who configuration"
516
567
  msgstr ""
517
568
 
@@ -535,6 +586,9 @@ msgstr ""
535
586
  msgid "Sync capsule"
536
587
  msgstr ""
537
588
 
589
+ msgid "Syncable export"
590
+ msgstr ""
591
+
538
592
  msgid "Synchronize"
539
593
  msgstr ""
540
594
 
@@ -544,6 +598,9 @@ msgstr ""
544
598
  msgid "The configuration was not deployed yet or the virt-who was unable to report the status"
545
599
  msgstr ""
546
600
 
601
+ msgid "The frequency of VM-to-host mapping updates for AHV(in seconds)"
602
+ msgstr ""
603
+
547
604
  msgid "The virt-who report arrived within the interval"
548
605
  msgstr ""
549
606
 
@@ -586,6 +643,12 @@ msgstr ""
586
643
  msgid "Update"
587
644
  msgstr ""
588
645
 
646
+ msgid "Update Alternate Content Source"
647
+ msgstr ""
648
+
649
+ msgid "Update CDN Configuration"
650
+ msgstr ""
651
+
589
652
  msgid "Update Content Overrides"
590
653
  msgstr ""
591
654
 
@@ -38,9 +38,18 @@ msgstr ""
38
38
  msgid "A plugin to make virt-who configuration easy"
39
39
  msgstr "Zásuvný modul pro usnadnění nastavování virt-who"
40
40
 
41
+ msgid "AHV update interval"
42
+ msgstr ""
43
+
44
+ msgid "Abstract"
45
+ msgstr ""
46
+
41
47
  msgid "Abstract async task"
42
48
  msgstr ""
43
49
 
50
+ msgid "Account name by which virt-who is to connect to Nutanix AHV."
51
+ msgstr ""
52
+
44
53
  msgid "Account name by which virt-who is to connect to the hypervisor, in the format <code>domain_name\\account_name</code>. Note that only a single backslash separates the values for domain_name and account_name. If you are using a domain account, and the global configuration file <code>/etc/virt-who.conf</code>, then <b>two</b> backslashes are required. For further details, see <a href=\"https://access.redhat.com/solutions/1270223\">Red Hat Knowledgebase solution How to use a windows domain account with virt-who</a> for more information."
45
54
  msgstr ""
46
55
 
@@ -95,6 +104,9 @@ msgstr "Stav nastavení"
95
104
  msgid "Configuration file containing details about how to connect to the cluster and authentication details"
96
105
  msgstr ""
97
106
 
107
+ msgid "Configuration file containing details about how to connect to the cluster and authentication details."
108
+ msgstr ""
109
+
98
110
  msgid "Configuration interval in minutes"
99
111
  msgstr "Interval nastavení (v minutách)"
100
112
 
@@ -134,6 +146,9 @@ msgstr "Počet"
134
146
  msgid "Create"
135
147
  msgstr "Vytvořit"
136
148
 
149
+ msgid "Create Alternate Content Source"
150
+ msgstr ""
151
+
137
152
  msgid "Create Config"
138
153
  msgstr "Vytvořit nastavení"
139
154
 
@@ -146,6 +161,9 @@ msgstr ""
146
161
  msgid "Create Package Group"
147
162
  msgstr "Vytvořit skupinu balíčků"
148
163
 
164
+ msgid "Create Syncable Export History"
165
+ msgstr ""
166
+
149
167
  msgid "Create a virt-who configuration"
150
168
  msgstr "Vytvořit nastavení pro virt-who"
151
169
 
@@ -176,6 +194,9 @@ msgstr "Nasadit"
176
194
  msgid "Destroy"
177
195
  msgstr "Zničit"
178
196
 
197
+ msgid "Destroy Alternate Content Source"
198
+ msgstr ""
199
+
179
200
  msgid "Destroy Content Host"
180
201
  msgstr ""
181
202
 
@@ -203,6 +224,9 @@ msgstr "Upravit nastavení pro Virt-who"
203
224
  msgid "Enable"
204
225
  msgstr "Zapnout"
205
226
 
227
+ msgid "Enable AHV debug"
228
+ msgstr ""
229
+
206
230
  msgid "Enable debugging output"
207
231
  msgstr "Zapnout ladící výstup"
208
232
 
@@ -245,12 +269,18 @@ msgstr ""
245
269
  msgid "Exclude hosts"
246
270
  msgstr "Vynechat stroje"
247
271
 
272
+ msgid "Exclude hosts which cluster ID is specified in comma-separated list in this option will <b>NOT</b> be reported. PowerCLI command to find the domain names in VMware <code>Get-Cluster “ClusterName” | Select ID</code>. Wildcards and regular expressions are supported, multiple records must be separated by comma. Put the value into the double-quotes if it contains special characters like comma. All new line characters will be removed in resulting configuration file, white spaces are removed from beginning and end."
273
+ msgstr ""
274
+
248
275
  msgid "Export"
249
276
  msgstr "Export"
250
277
 
251
278
  msgid "Export Library"
252
279
  msgstr ""
253
280
 
281
+ msgid "Export Repository"
282
+ msgstr ""
283
+
254
284
  msgid "Fetch pxe files"
255
285
  msgstr "Stáhnout pxe soubory"
256
286
 
@@ -302,9 +332,6 @@ msgstr "Příkaz v hammer:"
302
332
  msgid "Help"
303
333
  msgstr "Nápověda"
304
334
 
305
- msgid "Hosts which parent (usually ComputeResource) name is specified in comma-separated list in this option will <b>NOT</b> be reported. Wildcards and regular expressions are supported, multiple records must be separated by comma. Put the value into the double-quotes if it contains special characters like comma. All new line characters will be removed in resulting configuration file, white spaces are removed from beginning and end."
306
- msgstr ""
307
-
308
335
  msgid "Hosts which uuid (or hostname or hwuuid, based on <code>hypervisor_id</code>) is specified in comma-separated list in this option will <b>NOT</b> be reported. Wildcards and regular expressions are supported, multiple records must be separated by comma. Put the value into the double-quotes if it contains special characters like comma. All new line characters will be removed in resulting configuration file, white spaces are removed from beginning and end."
309
336
  msgstr ""
310
337
 
@@ -320,7 +347,7 @@ msgstr ""
320
347
  msgid "Hypervisor filtering mode, %{unlimited} means no filtering, %{whitelist} means whitelist, %{blacklist} means blacklist"
321
348
  msgstr ""
322
349
 
323
- msgid "Hypervisor password, required for all hypervisor types except for libvirt"
350
+ msgid "Hypervisor password, required for all hypervisor types except for libvirt/kubevirt."
324
351
  msgstr ""
325
352
 
326
353
  msgid "Hypervisor type"
@@ -359,6 +386,9 @@ msgstr ""
359
386
  msgid "Import Puppet classes"
360
387
  msgstr "Importovat Puppet třídy"
361
388
 
389
+ msgid "Import Repository"
390
+ msgstr ""
391
+
362
392
  msgid "Import facts"
363
393
  msgstr "Importovat fakta"
364
394
 
@@ -431,6 +461,9 @@ msgstr "Beze změny"
431
461
  msgid "No configuration found"
432
462
  msgstr "Nenalezeno žádné nastavení"
433
463
 
464
+ msgid "Nutanix AHV’s IP address."
465
+ msgstr ""
466
+
434
467
  msgid "OK"
435
468
  msgstr "OK"
436
469
 
@@ -443,12 +476,18 @@ msgstr "Na této stránce je možné zadat nastavení virt-who pro své hyperviz
443
476
  msgid "One virt-who configuration represents one config file in /etc/virt-who.d directory and maps to single hypervisor, organization and lifecycle environment."
444
477
  msgstr ""
445
478
 
446
- msgid "Only hosts which parent (usually ComputeResource) name is specified in comma-separated list in this option will be reported. Wildcards and regular expressions are supported, multiple records must be separated by comma. Put the value into the double-quotes if it contains special characters like comma. All new line characters will be removed in resulting configuration file, white spaces are removed from beginning and end."
479
+ msgid "Only hosts which cluster ID is specified in comma-separated list in this option will be reported. PowerCLI command to find the domain names in VMware <code>Get-Cluster “ClusterName” | Select ID</code>. Wildcards and regular expressions are supported, multiple records must be separated by comma. Put the value into the double-quotes if it contains special characters like comma. All new line characters will be removed in resulting configuration file, white spaces are removed from beginning and end."
447
480
  msgstr ""
448
481
 
449
482
  msgid "Only hosts which uuid (or hostname or hwuuid, based on <code>hypervisor_id</code>) is specified in comma-separated list in this option will be reported. Wildcards and regular expressions are supported, multiple records must be separated by comma. Put the value into the double-quotes if it contains special characters like comma. All new line characters will be removed in resulting configuration file, white spaces are removed from beginning and end."
450
483
  msgstr ""
451
484
 
485
+ msgid "Option Enable debugging output is required to enable AHV internal debug. It provides extra AHV debug information when both options are enabled"
486
+ msgstr ""
487
+
488
+ msgid "Option Enable debugging output is required to enable AHV internal debug. It provides extra AHV debug information when both options are enabled "
489
+ msgstr ""
490
+
452
491
  msgid "Organization of the virt-who configuration"
453
492
  msgstr ""
454
493
 
@@ -467,6 +506,15 @@ msgstr "Aktualizace profilu balíčku"
467
506
  msgid "Path to kubeconfig file"
468
507
  msgstr "Popis umístění souboru s nastaveními kubeconfig"
469
508
 
509
+ msgid "Prism Central"
510
+ msgstr ""
511
+
512
+ msgid "Prism Element"
513
+ msgstr ""
514
+
515
+ msgid "Prism Flavor"
516
+ msgstr ""
517
+
470
518
  msgid "Product Create"
471
519
  msgstr "Vytvořit produkt"
472
520
 
@@ -482,10 +530,10 @@ msgstr "Zveřejnit"
482
530
  msgid "Publish Lifecycle Environment Repositories"
483
531
  msgstr ""
484
532
 
485
- msgid "Reindex subscriptions"
533
+ msgid "Refresh Alternate Content Source"
486
534
  msgstr ""
487
535
 
488
- msgid "Remote action:"
536
+ msgid "Reindex subscriptions"
489
537
  msgstr ""
490
538
 
491
539
  msgid "Remove Content"
@@ -518,6 +566,9 @@ msgstr "Spustit synchronizační plán:"
518
566
  msgid "Schedule"
519
567
  msgstr "Plán"
520
568
 
569
+ msgid "Select the Prism flavor you are connecting to"
570
+ msgstr ""
571
+
521
572
  msgid "Show a virt-who configuration"
522
573
  msgstr "Zobrazit nastavení pro virt-who"
523
574
 
@@ -541,6 +592,9 @@ msgstr "Úspěch"
541
592
  msgid "Sync capsule"
542
593
  msgstr ""
543
594
 
595
+ msgid "Syncable export"
596
+ msgstr ""
597
+
544
598
  msgid "Synchronize"
545
599
  msgstr "Synchronizovat"
546
600
 
@@ -550,6 +604,9 @@ msgstr ""
550
604
  msgid "The configuration was not deployed yet or the virt-who was unable to report the status"
551
605
  msgstr ""
552
606
 
607
+ msgid "The frequency of VM-to-host mapping updates for AHV(in seconds)"
608
+ msgstr ""
609
+
553
610
  msgid "The virt-who report arrived within the interval"
554
611
  msgstr ""
555
612
 
@@ -592,6 +649,12 @@ msgstr "Neomezený"
592
649
  msgid "Update"
593
650
  msgstr "Aktualizovat"
594
651
 
652
+ msgid "Update Alternate Content Source"
653
+ msgstr ""
654
+
655
+ msgid "Update CDN Configuration"
656
+ msgstr ""
657
+
595
658
  msgid "Update Content Overrides"
596
659
  msgstr "Aktualizovat přepsání obsahu"
597
660