foreman_discovery 6.0.0 → 7.0.0
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/README.md +1 -1
- data/app/controllers/api/v2/discovered_hosts_controller.rb +6 -4
- data/app/controllers/api/v2/discovery_rules_controller.rb +3 -2
- data/app/controllers/concerns/foreman/controller/parameters/discovered_host.rb +24 -0
- data/app/controllers/concerns/foreman/controller/parameters/discovery_rule.rb +17 -0
- data/app/controllers/discovered_hosts_controller.rb +3 -2
- data/app/controllers/discovery_rules_controller.rb +4 -2
- data/app/helpers/discovered_hosts_helper.rb +7 -10
- data/app/models/concerns/discovery_subnet.rb +0 -2
- data/app/models/concerns/fact_value_extensions.rb +5 -0
- data/app/models/discovery_attribute_set.rb +0 -1
- data/app/models/discovery_rule.rb +0 -2
- data/app/models/host/discovered.rb +0 -2
- data/app/models/host/managed_extensions.rb +1 -3
- data/app/models/hostgroup_extensions.rb +0 -1
- data/app/models/nic/managed_extensions.rb +26 -0
- data/app/models/setting/discovered.rb +1 -0
- data/app/views/discovered_hosts/_discovered_host_modal.html.erb +30 -0
- data/app/views/discovered_hosts/_discovered_hosts_list.html.erb +1 -29
- data/app/views/discovered_hosts/show.html.erb +20 -12
- data/app/views/discovery_rules/_form.html.erb +1 -1
- data/app/views/foreman_discovery/debian_kexec.erb +2 -3
- data/app/views/foreman_discovery/redhat_kexec.erb +2 -3
- data/lib/foreman_discovery/engine.rb +8 -1
- data/lib/foreman_discovery/version.rb +1 -1
- data/locale/ca/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ca/foreman_discovery.edit.po +1 -1
- data/locale/ca/foreman_discovery.po +2 -2
- data/locale/de/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/de/foreman_discovery.edit.po +33 -33
- data/locale/de/foreman_discovery.po +67 -67
- data/locale/en/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/en/foreman_discovery.edit.po +138 -130
- data/locale/en/foreman_discovery.po +13 -7
- data/locale/en_GB/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/en_GB/foreman_discovery.edit.po +34 -33
- data/locale/en_GB/foreman_discovery.po +33 -32
- data/locale/es/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/es/foreman_discovery.edit.po +51 -51
- data/locale/es/foreman_discovery.po +51 -51
- data/locale/foreman_discovery.pot +151 -144
- data/locale/fr/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/fr/foreman_discovery.edit.po +1 -1
- data/locale/fr/foreman_discovery.po +33 -33
- data/locale/gl/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/gl/foreman_discovery.edit.po +1 -1
- data/locale/gl/foreman_discovery.po +2 -2
- data/locale/it/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/it/foreman_discovery.edit.po +5 -5
- data/locale/it/foreman_discovery.po +5 -5
- data/locale/ja/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ja/foreman_discovery.edit.po +37 -37
- data/locale/ja/foreman_discovery.po +36 -36
- data/locale/ko/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ko/foreman_discovery.edit.po +36 -36
- data/locale/ko/foreman_discovery.po +35 -35
- data/locale/pt_BR/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/pt_BR/foreman_discovery.edit.po +40 -40
- data/locale/pt_BR/foreman_discovery.po +39 -39
- data/locale/ru/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ru/foreman_discovery.edit.po +8 -8
- data/locale/ru/foreman_discovery.po +8 -8
- data/locale/sv_SE/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/sv_SE/foreman_discovery.edit.po +1 -1
- data/locale/sv_SE/foreman_discovery.po +2 -2
- data/locale/zh_CN/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/zh_CN/foreman_discovery.edit.po +37 -37
- data/locale/zh_CN/foreman_discovery.po +36 -36
- data/locale/zh_TW/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/zh_TW/foreman_discovery.edit.po +36 -36
- data/locale/zh_TW/foreman_discovery.po +35 -35
- data/test/factories/discovery_rule_related.rb +19 -2
- data/test/functional/api/v2/discovered_hosts_controller_test.rb +1 -0
- data/test/functional/api/v2/discovery_rules_controller_test.rb +13 -5
- data/test/functional/discovered_hosts_controller_test.rb +71 -3
- data/test/functional/discovery_rules_controller_test.rb +23 -6
- data/test/test_helper_discovery.rb +4 -0
- data/test/unit/discovered_extensions_test.rb +2 -0
- data/test/unit/fact_value_extensions_test.rb +11 -0
- metadata +9 -3
@@ -2,7 +2,7 @@
|
|
2
2
|
# This file is distributed under the same license as the foreman_discovery package.
|
3
3
|
msgid ""
|
4
4
|
msgstr ""
|
5
|
-
"Project-Id-Version: foreman_discovery
|
5
|
+
"Project-Id-Version: foreman_discovery 7.0.0\n"
|
6
6
|
"Report-Msgid-Bugs-To: foreman-dev@googlegroups.com\n"
|
7
7
|
"PO-Revision-Date: 2015-12-27 01:18+0000\n"
|
8
8
|
"Last-Translator: \n"
|
@@ -222,6 +222,12 @@ msgstr ""
|
|
222
222
|
msgid "Failed to refresh facts for %{hostname} with error %{error_message}"
|
223
223
|
msgstr ""
|
224
224
|
|
225
|
+
msgid "Force DNS"
|
226
|
+
msgstr ""
|
227
|
+
|
228
|
+
msgid "Force DNS entries creation when provisioning discovered host"
|
229
|
+
msgstr ""
|
230
|
+
|
225
231
|
msgid "Foreman discovered hosts summary"
|
226
232
|
msgstr ""
|
227
233
|
|
@@ -352,9 +358,6 @@ msgstr ""
|
|
352
358
|
msgid "Maximum hosts provisioned with this rule (0 = unlimited)"
|
353
359
|
msgstr ""
|
354
360
|
|
355
|
-
msgid "Medium not set for host/hostgroup"
|
356
|
-
msgstr ""
|
357
|
-
|
358
361
|
msgid "Memory"
|
359
362
|
msgstr ""
|
360
363
|
|
@@ -418,9 +421,6 @@ msgstr ""
|
|
418
421
|
msgid "Not reported in more than 7 days"
|
419
422
|
msgstr ""
|
420
423
|
|
421
|
-
msgid "Operating system not set for host/hostgroup"
|
422
|
-
msgstr ""
|
423
|
-
|
424
424
|
msgid "Organization"
|
425
425
|
msgstr ""
|
426
426
|
|
@@ -463,6 +463,9 @@ msgstr ""
|
|
463
463
|
msgid "Rebooting host %s"
|
464
464
|
msgstr ""
|
465
465
|
|
466
|
+
msgid "Rebuild DNS for %s"
|
467
|
+
msgstr ""
|
468
|
+
|
466
469
|
msgid "Refresh facts"
|
467
470
|
msgstr ""
|
468
471
|
|
@@ -577,6 +580,9 @@ msgstr ""
|
|
577
580
|
msgid "This might take a while, as all hosts, facts and reports will be destroyed as well"
|
578
581
|
msgstr ""
|
579
582
|
|
583
|
+
msgid "Type"
|
584
|
+
msgstr ""
|
585
|
+
|
580
586
|
msgid "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
|
581
587
|
msgstr ""
|
582
588
|
|
Binary file
|
@@ -5,15 +5,16 @@
|
|
5
5
|
# Translators:
|
6
6
|
# Andi Chandler <andi@gowling.com>, 2015-2016
|
7
7
|
# Dominic Cleal <dominic@cleal.org>, 2013-2015
|
8
|
+
# Dominic Cleal <dominic@cleal.org>, 2016
|
8
9
|
# Lukáš Zapletal, 2015
|
9
10
|
# Lukáš Zapletal, 2015
|
10
11
|
msgid ""
|
11
12
|
msgstr ""
|
12
|
-
"Project-Id-Version: foreman_discovery
|
13
|
+
"Project-Id-Version: foreman_discovery 7.0.0\n"
|
13
14
|
"Report-Msgid-Bugs-To: \n"
|
14
15
|
"POT-Creation-Date: 2016-07-27 14:13+0200\n"
|
15
|
-
"PO-Revision-Date: 2016-
|
16
|
-
"Last-Translator:
|
16
|
+
"PO-Revision-Date: 2016-08-24 10:30+0000\n"
|
17
|
+
"Last-Translator: Andi Chandler <andi@gowling.com>\n"
|
17
18
|
"Language-Team: English (United Kingdom) (http://www.transifex.com/foreman/foreman/language/en_GB/)\n"
|
18
19
|
"MIME-Version: 1.0\n"
|
19
20
|
"Content-Type: text/plain; charset=UTF-8\n"
|
@@ -196,7 +197,7 @@ msgstr "Delete a rule"
|
|
196
197
|
|
197
198
|
#: ../app/controllers/api/v2/fact_values_controller_extensions.rb:7
|
198
199
|
msgid "List all fact values of a given discovered host"
|
199
|
-
msgstr ""
|
200
|
+
msgstr "List all fact values of a given discovered host"
|
200
201
|
|
201
202
|
#: ../app/controllers/concerns/foreman/controller/discovered_extensions.rb:6
|
202
203
|
msgid "Unable to find a discovery rule, no host provided (check permissions)"
|
@@ -216,7 +217,7 @@ msgstr "No discovered hosts to reboot"
|
|
216
217
|
|
217
218
|
#: ../app/controllers/discovered_hosts_controller.rb:58
|
218
219
|
msgid "Successfully provisioned %s"
|
219
|
-
msgstr ""
|
220
|
+
msgstr "Successfully provisioned %s"
|
220
221
|
|
221
222
|
#: ../app/controllers/discovered_hosts_controller.rb:90
|
222
223
|
msgid "Facts refreshed for %s"
|
@@ -466,7 +467,7 @@ msgstr "Invalid facts: hash does not contain a valid value for any of the facts
|
|
466
467
|
|
467
468
|
#: ../app/models/host/discovered.rb:64
|
468
469
|
msgid "Facts could not be imported"
|
469
|
-
msgstr ""
|
470
|
+
msgstr "Facts could not be imported"
|
470
471
|
|
471
472
|
#: ../app/models/host/discovered.rb:114
|
472
473
|
msgid "Unable to assign subnet, primary interface is missing IP address"
|
@@ -514,15 +515,15 @@ msgstr "Fact name to use for primary interface detection"
|
|
514
515
|
|
515
516
|
#: ../app/models/setting/discovered.rb:19
|
516
517
|
msgid "Interface fact"
|
517
|
-
msgstr ""
|
518
|
+
msgstr "Interface fact"
|
518
519
|
|
519
520
|
#: ../app/models/setting/discovered.rb:20
|
520
521
|
msgid "Clean all reported facts during provisioning (except discovery facts)"
|
521
|
-
msgstr ""
|
522
|
+
msgstr "Clean all reported facts during provisioning (except discovery facts)"
|
522
523
|
|
523
524
|
#: ../app/models/setting/discovered.rb:20
|
524
525
|
msgid "Clean all facts"
|
525
|
-
msgstr ""
|
526
|
+
msgstr "Clean all facts"
|
526
527
|
|
527
528
|
#: ../app/models/setting/discovered.rb:21
|
528
529
|
msgid "List of facts to use for the hostname (separated by comma, first wins)"
|
@@ -530,7 +531,7 @@ msgstr "List of facts to use for the hostname (separated by comma, first wins)"
|
|
530
531
|
|
531
532
|
#: ../app/models/setting/discovered.rb:21
|
532
533
|
msgid "Hostname facts"
|
533
|
-
msgstr ""
|
534
|
+
msgstr "Hostname facts"
|
534
535
|
|
535
536
|
#: ../app/models/setting/discovered.rb:22
|
536
537
|
msgid ""
|
@@ -540,11 +541,11 @@ msgstr "Automatically provision newly discovered hosts, according to the provisi
|
|
540
541
|
|
541
542
|
#: ../app/models/setting/discovered.rb:22
|
542
543
|
msgid "Auto provisioning"
|
543
|
-
msgstr ""
|
544
|
+
msgstr "Auto provisioning"
|
544
545
|
|
545
546
|
#: ../app/models/setting/discovered.rb:23
|
546
547
|
msgid "Automatically reboot or kexec discovered host during provisioning"
|
547
|
-
msgstr ""
|
548
|
+
msgstr "Automatically reboot or kexec discovered host during provisioning"
|
548
549
|
|
549
550
|
#: ../app/models/setting/discovered.rb:24
|
550
551
|
msgid "The default prefix to use for the host name, must start with a letter"
|
@@ -552,7 +553,7 @@ msgstr "The default prefix to use for the host name, must start with a letter"
|
|
552
553
|
|
553
554
|
#: ../app/models/setting/discovered.rb:24
|
554
555
|
msgid "Hostname prefix"
|
555
|
-
msgstr ""
|
556
|
+
msgstr "Hostname prefix"
|
556
557
|
|
557
558
|
#: ../app/models/setting/discovered.rb:25
|
558
559
|
msgid "Extra facter columns to show in host lists (separate by comma)"
|
@@ -560,7 +561,7 @@ msgstr "Extra facter columns to show in host lists (separate by comma)"
|
|
560
561
|
|
561
562
|
#: ../app/models/setting/discovered.rb:25
|
562
563
|
msgid "Fact columns"
|
563
|
-
msgstr ""
|
564
|
+
msgstr "Fact columns"
|
564
565
|
|
565
566
|
#: ../app/models/setting/discovered.rb:26
|
566
567
|
msgid "Regex to organize facts for highlights section - e.g. ^(abc|cde)$"
|
@@ -568,7 +569,7 @@ msgstr "Regex to organise facts for highlights section - e.g. ^(abc|cde)$"
|
|
568
569
|
|
569
570
|
#: ../app/models/setting/discovered.rb:26
|
570
571
|
msgid "Highlighted facts"
|
571
|
-
msgstr ""
|
572
|
+
msgstr "Highlighted facts"
|
572
573
|
|
573
574
|
#: ../app/models/setting/discovered.rb:27
|
574
575
|
msgid "Regex to organize facts for storage section"
|
@@ -576,7 +577,7 @@ msgstr "Regex to organise facts for storage section"
|
|
576
577
|
|
577
578
|
#: ../app/models/setting/discovered.rb:27
|
578
579
|
msgid "Storage facts"
|
579
|
-
msgstr ""
|
580
|
+
msgstr "Storage facts"
|
580
581
|
|
581
582
|
#: ../app/models/setting/discovered.rb:28
|
582
583
|
msgid "Regex to organize facts for software section"
|
@@ -584,7 +585,7 @@ msgstr "Regex to organise facts for software section"
|
|
584
585
|
|
585
586
|
#: ../app/models/setting/discovered.rb:28
|
586
587
|
msgid "Software facts"
|
587
|
-
msgstr ""
|
588
|
+
msgstr "Software facts"
|
588
589
|
|
589
590
|
#: ../app/models/setting/discovered.rb:29
|
590
591
|
msgid "Regex to organize facts for hardware section"
|
@@ -592,7 +593,7 @@ msgstr "Regex to organise facts for hardware section"
|
|
592
593
|
|
593
594
|
#: ../app/models/setting/discovered.rb:29
|
594
595
|
msgid "Hardware facts"
|
595
|
-
msgstr ""
|
596
|
+
msgstr "Hardware facts"
|
596
597
|
|
597
598
|
#: ../app/models/setting/discovered.rb:30
|
598
599
|
msgid "Regex to organize facts for network section"
|
@@ -600,7 +601,7 @@ msgstr "Regex to organise facts for network section"
|
|
600
601
|
|
601
602
|
#: ../app/models/setting/discovered.rb:30
|
602
603
|
msgid "Network facts"
|
603
|
-
msgstr ""
|
604
|
+
msgstr "Network facts"
|
604
605
|
|
605
606
|
#: ../app/models/setting/discovered.rb:31
|
606
607
|
msgid "Regex to organize facts for ipmi section"
|
@@ -608,25 +609,25 @@ msgstr "Regex to organise facts for IPMI section"
|
|
608
609
|
|
609
610
|
#: ../app/models/setting/discovered.rb:31
|
610
611
|
msgid "IPMI facts"
|
611
|
-
msgstr ""
|
612
|
+
msgstr "IPMI facts"
|
612
613
|
|
613
614
|
#: ../app/models/setting/discovered.rb:32
|
614
615
|
msgid ""
|
615
616
|
"Automatically generate PXE configuration to pin a newly discovered host to "
|
616
617
|
"discovery"
|
617
|
-
msgstr ""
|
618
|
+
msgstr "Automatically generate PXE configuration to pin a newly discovered host to discovery"
|
618
619
|
|
619
620
|
#: ../app/models/setting/discovered.rb:32
|
620
621
|
msgid "Lock PXE"
|
621
|
-
msgstr ""
|
622
|
+
msgstr "Lock PXE"
|
622
623
|
|
623
624
|
#: ../app/models/setting/discovered.rb:33
|
624
625
|
msgid "PXE template to be used when pinning a host to discovery"
|
625
|
-
msgstr ""
|
626
|
+
msgstr "PXE template to be used when pinning a host to discovery"
|
626
627
|
|
627
628
|
#: ../app/models/setting/discovered.rb:33
|
628
629
|
msgid "Locked template name"
|
629
|
-
msgstr ""
|
630
|
+
msgstr "Locked template name"
|
630
631
|
|
631
632
|
#: ../app/models/setting/discovered.rb:40
|
632
633
|
msgid "The default location to place discovered hosts in"
|
@@ -634,7 +635,7 @@ msgstr "The default location to place discovered hosts in"
|
|
634
635
|
|
635
636
|
#: ../app/models/setting/discovered.rb:40
|
636
637
|
msgid "Discovery location"
|
637
|
-
msgstr ""
|
638
|
+
msgstr "Discovery location"
|
638
639
|
|
639
640
|
#: ../app/models/setting/discovered.rb:48
|
640
641
|
msgid "The default organization to place discovered hosts in"
|
@@ -642,7 +643,7 @@ msgstr "The default organisation to place discovered hosts in"
|
|
642
643
|
|
643
644
|
#: ../app/models/setting/discovered.rb:48
|
644
645
|
msgid "Discovery organization"
|
645
|
-
msgstr ""
|
646
|
+
msgstr "Discovery organisation"
|
646
647
|
|
647
648
|
#: ../app/services/foreman_discovery/fact_parser.rb:9
|
648
649
|
msgid ""
|
@@ -746,15 +747,15 @@ msgstr "Last facts upload"
|
|
746
747
|
|
747
748
|
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:48
|
748
749
|
msgid "Select initial host properties"
|
749
|
-
msgstr ""
|
750
|
+
msgstr "Select initial host properties"
|
750
751
|
|
751
752
|
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:65
|
752
753
|
msgid "Quick create"
|
753
|
-
msgstr ""
|
754
|
+
msgstr "Quick create"
|
754
755
|
|
755
756
|
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:66
|
756
757
|
msgid "Create host"
|
757
|
-
msgstr ""
|
758
|
+
msgstr "Create host"
|
758
759
|
|
759
760
|
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:88
|
760
761
|
msgid "Please Confirm"
|
@@ -890,25 +891,25 @@ msgstr "Specify target hostname template pattern in the same syntax as in Provis
|
|
890
891
|
msgid ""
|
891
892
|
"Domain will be appended automatically. A hostname based on MAC address will "
|
892
893
|
"be used when left blank."
|
893
|
-
msgstr ""
|
894
|
+
msgstr "Domain will be appended automatically. A hostname based on MAC address will be used when left blank."
|
894
895
|
|
895
896
|
#: ../app/views/discovery_rules/_template_inline.erb:5
|
896
897
|
msgid ""
|
897
898
|
"In addition to @host attribute function rand for random integers is "
|
898
899
|
"available. Examples:"
|
899
|
-
msgstr ""
|
900
|
+
msgstr "In addition to @host attribute function rand for random integers is available. Examples:"
|
900
901
|
|
901
902
|
#: ../app/views/discovery_rules/_template_inline.erb:8
|
902
903
|
msgid ""
|
903
904
|
"When creating hostname patterns, make sure the resulting host names are "
|
904
905
|
"unique."
|
905
|
-
msgstr ""
|
906
|
+
msgstr "When creating hostname patterns, make sure the resulting host names are unique."
|
906
907
|
|
907
908
|
#: ../app/views/discovery_rules/_template_inline.erb:9
|
908
909
|
msgid ""
|
909
910
|
"Hostnames must not start with numbers. A good approach is to use unique "
|
910
911
|
"information provided by facter (MAC address, BIOS or serial ID)."
|
911
|
-
msgstr ""
|
912
|
+
msgstr "Hostnames must not start with numbers. A good approach is to use unique information provided by facter (MAC address, BIOS or serial ID)."
|
912
913
|
|
913
914
|
#: ../app/views/discovery_rules/edit.html.erb:1
|
914
915
|
msgid "Edit Discovery Rule"
|
@@ -5,13 +5,14 @@
|
|
5
5
|
# Translators:
|
6
6
|
# Andi Chandler <andi@gowling.com>, 2015-2016
|
7
7
|
# Dominic Cleal <dominic@cleal.org>, 2013-2015
|
8
|
+
# Dominic Cleal <dominic@cleal.org>, 2016
|
8
9
|
# Lukáš Zapletal, 2015
|
9
10
|
# Lukáš Zapletal, 2015
|
10
11
|
msgid ""
|
11
12
|
msgstr ""
|
12
|
-
"Project-Id-Version: foreman_discovery
|
13
|
+
"Project-Id-Version: foreman_discovery 7.0.0\n"
|
13
14
|
"Report-Msgid-Bugs-To: \n"
|
14
|
-
"PO-Revision-Date: 2016-
|
15
|
+
"PO-Revision-Date: 2016-08-24 10:30+0000\n"
|
15
16
|
"Last-Translator: Andi Chandler <andi@gowling.com>\n"
|
16
17
|
"Language-Team: English (United Kingdom) (http://www.transifex.com/foreman/fore"
|
17
18
|
"man/language/en_GB/)\n"
|
@@ -52,16 +53,16 @@ msgid "Auto Provision All"
|
|
52
53
|
msgstr "Auto Provision All"
|
53
54
|
|
54
55
|
msgid "Auto provisioning"
|
55
|
-
msgstr ""
|
56
|
+
msgstr "Auto provisioning"
|
56
57
|
|
57
58
|
msgid "Automatically generate PXE configuration to pin a newly discovered host to discovery"
|
58
|
-
msgstr ""
|
59
|
+
msgstr "Automatically generate PXE configuration to pin a newly discovered host to discovery"
|
59
60
|
|
60
61
|
msgid "Automatically provision newly discovered hosts, according to the provisioning rules"
|
61
62
|
msgstr "Automatically provision newly discovered hosts, according to the provisioning rules"
|
62
63
|
|
63
64
|
msgid "Automatically reboot or kexec discovered host during provisioning"
|
64
|
-
msgstr ""
|
65
|
+
msgstr "Automatically reboot or kexec discovered host during provisioning"
|
65
66
|
|
66
67
|
msgid "Back"
|
67
68
|
msgstr "Back"
|
@@ -73,10 +74,10 @@ msgid "Cancel"
|
|
73
74
|
msgstr "Cancel"
|
74
75
|
|
75
76
|
msgid "Clean all facts"
|
76
|
-
msgstr ""
|
77
|
+
msgstr "Clean all facts"
|
77
78
|
|
78
79
|
msgid "Clean all reported facts during provisioning (except discovery facts)"
|
79
|
-
msgstr ""
|
80
|
+
msgstr "Clean all reported facts during provisioning (except discovery facts)"
|
80
81
|
|
81
82
|
msgid "Could not get facts from proxy %{url}: %{error}"
|
82
83
|
msgstr "Could not get facts from proxy %{url}: %{error}"
|
@@ -88,7 +89,7 @@ msgid "Create a discovery rule"
|
|
88
89
|
msgstr "Create a discovery rule"
|
89
90
|
|
90
91
|
msgid "Create host"
|
91
|
-
msgstr ""
|
92
|
+
msgstr "Create host"
|
92
93
|
|
93
94
|
msgid "Delete %s?"
|
94
95
|
msgstr "Delete %s?"
|
@@ -139,10 +140,10 @@ msgid "Discovery Rules"
|
|
139
140
|
msgstr "Discovery Rules"
|
140
141
|
|
141
142
|
msgid "Discovery location"
|
142
|
-
msgstr ""
|
143
|
+
msgstr "Discovery location"
|
143
144
|
|
144
145
|
msgid "Discovery organization"
|
145
|
-
msgstr ""
|
146
|
+
msgstr "Discovery organisation"
|
146
147
|
|
147
148
|
msgid "Discovery rules"
|
148
149
|
msgstr "Discovery rules"
|
@@ -169,7 +170,7 @@ msgid "Disks size"
|
|
169
170
|
msgstr "Disks size"
|
170
171
|
|
171
172
|
msgid "Domain will be appended automatically. A hostname based on MAC address will be used when left blank."
|
172
|
-
msgstr ""
|
173
|
+
msgstr "Domain will be appended automatically. A hostname based on MAC address will be used when left blank."
|
173
174
|
|
174
175
|
msgid "Edit Discovery Rule"
|
175
176
|
msgstr "Edit Discovery Rule"
|
@@ -202,13 +203,13 @@ msgid "Extra facter columns to show in host lists (separate by comma)"
|
|
202
203
|
msgstr "Extra facter columns to show in host lists (separate by comma)"
|
203
204
|
|
204
205
|
msgid "Fact columns"
|
205
|
-
msgstr ""
|
206
|
+
msgstr "Fact columns"
|
206
207
|
|
207
208
|
msgid "Fact name to use for primary interface detection"
|
208
209
|
msgstr "Fact name to use for primary interface detection"
|
209
210
|
|
210
211
|
msgid "Facts could not be imported"
|
211
|
-
msgstr ""
|
212
|
+
msgstr "Facts could not be imported"
|
212
213
|
|
213
214
|
msgid "Facts refreshed for %s"
|
214
215
|
msgstr "Facts refreshed for %s"
|
@@ -238,10 +239,10 @@ msgid "Hardware"
|
|
238
239
|
msgstr "Hardware"
|
239
240
|
|
240
241
|
msgid "Hardware facts"
|
241
|
-
msgstr ""
|
242
|
+
msgstr "Hardware facts"
|
242
243
|
|
243
244
|
msgid "Highlighted facts"
|
244
|
-
msgstr ""
|
245
|
+
msgstr "Highlighted facts"
|
245
246
|
|
246
247
|
msgid "Highlights"
|
247
248
|
msgstr "Highlights"
|
@@ -269,16 +270,16 @@ msgid "Host of type %s can not be rebooted"
|
|
269
270
|
msgstr "Host of type %s can not be rebooted"
|
270
271
|
|
271
272
|
msgid "Hostname facts"
|
272
|
-
msgstr ""
|
273
|
+
msgstr "Hostname facts"
|
273
274
|
|
274
275
|
msgid "Hostname for provisioned hosts"
|
275
276
|
msgstr "Hostname for provisioned hosts"
|
276
277
|
|
277
278
|
msgid "Hostname prefix"
|
278
|
-
msgstr ""
|
279
|
+
msgstr "Hostname prefix"
|
279
280
|
|
280
281
|
msgid "Hostnames must not start with numbers. A good approach is to use unique information provided by facter (MAC address, BIOS or serial ID)."
|
281
|
-
msgstr ""
|
282
|
+
msgstr "Hostnames must not start with numbers. A good approach is to use unique information provided by facter (MAC address, BIOS or serial ID)."
|
282
283
|
|
283
284
|
msgid "Hosts limit"
|
284
285
|
msgstr "Hosts limit"
|
@@ -296,7 +297,7 @@ msgid "IPMI"
|
|
296
297
|
msgstr "IPMI"
|
297
298
|
|
298
299
|
msgid "IPMI facts"
|
299
|
-
msgstr ""
|
300
|
+
msgstr "IPMI facts"
|
300
301
|
|
301
302
|
msgid "Identifier"
|
302
303
|
msgstr "Identifier"
|
@@ -308,10 +309,10 @@ msgid "Image API returned HTTP/%{code} with '%{body}"
|
|
308
309
|
msgstr "Image API returned HTTP/%{code} with '%{body}"
|
309
310
|
|
310
311
|
msgid "In addition to @host attribute function rand for random integers is available. Examples:"
|
311
|
-
msgstr ""
|
312
|
+
msgstr "In addition to @host attribute function rand for random integers is available. Examples:"
|
312
313
|
|
313
314
|
msgid "Interface fact"
|
314
|
-
msgstr ""
|
315
|
+
msgstr "Interface fact"
|
315
316
|
|
316
317
|
msgid "Interfaces"
|
317
318
|
msgstr "Interfaces"
|
@@ -338,7 +339,7 @@ msgid "List all discovery rules"
|
|
338
339
|
msgstr "List all discovery rules"
|
339
340
|
|
340
341
|
msgid "List all fact values of a given discovered host"
|
341
|
-
msgstr ""
|
342
|
+
msgstr "List all fact values of a given discovered host"
|
342
343
|
|
343
344
|
msgid "List of facts to use for the hostname (separated by comma, first wins)"
|
344
345
|
msgstr "List of facts to use for the hostname (separated by comma, first wins)"
|
@@ -350,10 +351,10 @@ msgid "Locations"
|
|
350
351
|
msgstr "Locations"
|
351
352
|
|
352
353
|
msgid "Lock PXE"
|
353
|
-
msgstr ""
|
354
|
+
msgstr "Lock PXE"
|
354
355
|
|
355
356
|
msgid "Locked template name"
|
356
|
-
msgstr ""
|
357
|
+
msgstr "Locked template name"
|
357
358
|
|
358
359
|
msgid "MAC address"
|
359
360
|
msgstr "MAC address"
|
@@ -386,7 +387,7 @@ msgid "Network"
|
|
386
387
|
msgstr "Network"
|
387
388
|
|
388
389
|
msgid "Network facts"
|
389
|
-
msgstr ""
|
390
|
+
msgstr "Network facts"
|
390
391
|
|
391
392
|
msgid "New Discovery Rule"
|
392
393
|
msgstr "New Discovery Rule"
|
@@ -437,7 +438,7 @@ msgid "Organizations"
|
|
437
438
|
msgstr "Organisations"
|
438
439
|
|
439
440
|
msgid "PXE template to be used when pinning a host to discovery"
|
440
|
-
msgstr ""
|
441
|
+
msgstr "PXE template to be used when pinning a host to discovery"
|
441
442
|
|
442
443
|
msgid "Please Confirm"
|
443
444
|
msgstr "Please Confirm"
|
@@ -452,7 +453,7 @@ msgid "Provision a discovered host"
|
|
452
453
|
msgstr "Provision a discovered host"
|
453
454
|
|
454
455
|
msgid "Quick create"
|
455
|
-
msgstr ""
|
456
|
+
msgstr "Quick create"
|
456
457
|
|
457
458
|
msgid "Reboot"
|
458
459
|
msgstr "Reboot"
|
@@ -518,7 +519,7 @@ msgid "Select all items in this page"
|
|
518
519
|
msgstr "Select all items in this page"
|
519
520
|
|
520
521
|
msgid "Select initial host properties"
|
521
|
-
msgstr ""
|
522
|
+
msgstr "Select initial host properties"
|
522
523
|
|
523
524
|
msgid "Select location"
|
524
525
|
msgstr "Select location"
|
@@ -536,7 +537,7 @@ msgid "Software"
|
|
536
537
|
msgstr "Software"
|
537
538
|
|
538
539
|
msgid "Software facts"
|
539
|
-
msgstr ""
|
540
|
+
msgstr "Software facts"
|
540
541
|
|
541
542
|
msgid "Something went wrong while selecting hosts - %s"
|
542
543
|
msgstr "Something went wrong while selecting hosts - %s"
|
@@ -548,7 +549,7 @@ msgid "Storage"
|
|
548
549
|
msgstr "Storage"
|
549
550
|
|
550
551
|
msgid "Storage facts"
|
551
|
-
msgstr ""
|
552
|
+
msgstr "Storage facts"
|
552
553
|
|
553
554
|
msgid "Submit"
|
554
555
|
msgstr "Submit"
|
@@ -557,7 +558,7 @@ msgid "Subnet"
|
|
557
558
|
msgstr "Subnet"
|
558
559
|
|
559
560
|
msgid "Successfully provisioned %s"
|
560
|
-
msgstr ""
|
561
|
+
msgstr "Successfully provisioned %s"
|
561
562
|
|
562
563
|
msgid "Summary from %{time} ago to %{now}"
|
563
564
|
msgstr "Summary from %{time} ago to %{now}"
|
@@ -617,7 +618,7 @@ msgid "Warning"
|
|
617
618
|
msgstr "Warning"
|
618
619
|
|
619
620
|
msgid "When creating hostname patterns, make sure the resulting host names are unique."
|
620
|
-
msgstr ""
|
621
|
+
msgstr "When creating hostname patterns, make sure the resulting host names are unique."
|
621
622
|
|
622
623
|
msgid "can't contain white spaces."
|
623
624
|
msgstr "can't contain white spaces."
|