foreman_virt_who_configure 0.5.10 → 0.5.12

Sign up to get free protection for your applications and to get access to all the features.
Files changed (45) 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 +64 -51
  5. data/locale/ca/LC_MESSAGES/foreman_virt_who_configure.mo +0 -0
  6. data/locale/ca/foreman_virt_who_configure.po +107 -42
  7. data/locale/cs_CZ/LC_MESSAGES/foreman_virt_who_configure.mo +0 -0
  8. data/locale/cs_CZ/foreman_virt_who_configure.po +74 -11
  9. data/locale/de/LC_MESSAGES/foreman_virt_who_configure.mo +0 -0
  10. data/locale/de/foreman_virt_who_configure.po +165 -96
  11. data/locale/en/LC_MESSAGES/foreman_virt_who_configure.mo +0 -0
  12. data/locale/en/foreman_virt_who_configure.po +71 -8
  13. data/locale/en_GB/LC_MESSAGES/foreman_virt_who_configure.mo +0 -0
  14. data/locale/en_GB/foreman_virt_who_configure.po +77 -13
  15. data/locale/es/LC_MESSAGES/foreman_virt_who_configure.mo +0 -0
  16. data/locale/es/foreman_virt_who_configure.po +149 -79
  17. data/locale/foreman_virt_who_configure.pot +235 -131
  18. data/locale/fr/LC_MESSAGES/foreman_virt_who_configure.mo +0 -0
  19. data/locale/fr/foreman_virt_who_configure.po +146 -76
  20. data/locale/gl/LC_MESSAGES/foreman_virt_who_configure.mo +0 -0
  21. data/locale/gl/foreman_virt_who_configure.po +77 -14
  22. data/locale/it/LC_MESSAGES/foreman_virt_who_configure.mo +0 -0
  23. data/locale/it/foreman_virt_who_configure.po +76 -12
  24. data/locale/ja/LC_MESSAGES/foreman_virt_who_configure.mo +0 -0
  25. data/locale/ja/foreman_virt_who_configure.po +159 -90
  26. data/locale/ka/LC_MESSAGES/foreman_virt_who_configure.mo +0 -0
  27. data/locale/ka/foreman_virt_who_configure.po +716 -0
  28. data/locale/ko/LC_MESSAGES/foreman_virt_who_configure.mo +0 -0
  29. data/locale/ko/foreman_virt_who_configure.po +75 -12
  30. data/locale/nl_NL/LC_MESSAGES/foreman_virt_who_configure.mo +0 -0
  31. data/locale/nl_NL/foreman_virt_who_configure.po +76 -12
  32. data/locale/pl/LC_MESSAGES/foreman_virt_who_configure.mo +0 -0
  33. data/locale/pl/foreman_virt_who_configure.po +78 -15
  34. data/locale/pt_BR/LC_MESSAGES/foreman_virt_who_configure.mo +0 -0
  35. data/locale/pt_BR/foreman_virt_who_configure.po +145 -73
  36. data/locale/ru/LC_MESSAGES/foreman_virt_who_configure.mo +0 -0
  37. data/locale/ru/foreman_virt_who_configure.po +78 -14
  38. data/locale/sv_SE/LC_MESSAGES/foreman_virt_who_configure.mo +0 -0
  39. data/locale/sv_SE/foreman_virt_who_configure.po +77 -14
  40. data/locale/zh_CN/LC_MESSAGES/foreman_virt_who_configure.mo +0 -0
  41. data/locale/zh_CN/foreman_virt_who_configure.po +162 -95
  42. data/locale/zh_TW/LC_MESSAGES/foreman_virt_who_configure.mo +0 -0
  43. data/locale/zh_TW/foreman_virt_who_configure.po +75 -12
  44. data/test/unit/output_generator_test.rb +1 -1
  45. metadata +8 -6
@@ -6,14 +6,14 @@
6
6
  # Translators:
7
7
  # mhulan <mhulan@redhat.com>, 2017
8
8
  # Lukáš Zapletal, 2019
9
- # Pavel Borecki <pavel.borecki@gmail.com>, 2020
9
+ # Pavel Borecki <pavel.borecki@gmail.com>, 2021
10
10
  #
11
11
  msgid ""
12
12
  msgstr ""
13
- "Project-Id-Version: foreman_virt_who_configure 0.5.2\n"
13
+ "Project-Id-Version: foreman_virt_who_configure 0.5.11\n"
14
14
  "Report-Msgid-Bugs-To: \n"
15
15
  "PO-Revision-Date: 2017-05-03 11:59+0000\n"
16
- "Last-Translator: Pavel Borecki <pavel.borecki@gmail.com>, 2020\n"
16
+ "Last-Translator: Pavel Borecki <pavel.borecki@gmail.com>, 2021\n"
17
17
  "Language-Team: Czech (Czech Republic) (https://www.transifex.com/foreman/teams"
18
18
  "/114/cs_CZ/)\n"
19
19
  "MIME-Version: 1.0\n"
@@ -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"
@@ -348,7 +375,7 @@ msgid "Ignore proxy. A comma-separated list of hostnames or domains or ip addres
348
375
  msgstr ""
349
376
 
350
377
  msgid "Import"
351
- msgstr ""
378
+ msgstr "Import"
352
379
 
353
380
  msgid "Import Content View Version"
354
381
  msgstr ""
@@ -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