foreman_discovery 21.0.5 → 22.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/app/controllers/discovered_hosts_controller.rb +1 -1
- data/app/models/host/discovered.rb +3 -3
- data/app/services/foreman_discovery/import_hooks/lock_templates.rb +1 -1
- data/app/views/discovered_hosts/_discovered_host.html.erb +1 -1
- data/app/views/discovered_hosts/_discovered_hosts_list.html.erb +1 -1
- data/db/migrate/20221102065954_fix_discovery_settings_category_to_dsl.rb +1 -1
- data/db/migrate/20221102075151_migrate_discovery_hostname_and_fact_column_to_array.rb +13 -0
- data/lib/foreman_discovery/engine.rb +7 -15
- data/lib/foreman_discovery/version.rb +1 -1
- data/locale/ca/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ca/foreman_discovery.po +8 -8
- data/locale/de/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/de/foreman_discovery.po +6 -6
- data/locale/en/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/en/foreman_discovery.po +5 -5
- data/locale/en_GB/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/en_GB/foreman_discovery.po +6 -6
- data/locale/es/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/es/foreman_discovery.po +65 -61
- data/locale/foreman_discovery.pot +212 -211
- data/locale/fr/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/fr/foreman_discovery.po +19 -15
- data/locale/gl/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/gl/foreman_discovery.po +5 -5
- data/locale/it/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/it/foreman_discovery.po +7 -6
- data/locale/ja/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ja/foreman_discovery.po +18 -18
- data/locale/ka/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ka/foreman_discovery.po +834 -0
- data/locale/ko/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ko/foreman_discovery.po +5 -5
- data/locale/pt_BR/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/pt_BR/foreman_discovery.po +45 -41
- data/locale/ru/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ru/foreman_discovery.po +5 -5
- data/locale/sv_SE/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/sv_SE/foreman_discovery.po +5 -5
- data/locale/zh_CN/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/zh_CN/foreman_discovery.po +15 -15
- data/locale/zh_TW/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/zh_TW/foreman_discovery.po +5 -5
- data/test/functional/api/v2/fact_value_extensions_test.rb +1 -1
- data/test/functional/discovered_hosts_controller_test.rb +3 -1
- data/test/migrations/20221102075151_migrate_discovery_hostname_and_fact_column_to_array_test.rb +89 -0
- data/{app/views/foreman_discovery → test/static_fixtures}/redhat_kexec.erb +11 -7
- data/test/test_helper_discovery.rb +1 -1
- data/test/unit/discovery_attribute_set_test.rb +1 -1
- data/test/unit/host_discovered_test.rb +12 -16
- data/test/unit/managed_extensions_test.rb +2 -1
- data/webpack/src/ForemanDiscovery/DiscoveredHosts/Components/EmptyState/EmptyState.js +1 -1
- metadata +11 -8
- data/app/models/setting/discovered.rb +0 -22
- data/app/views/foreman_discovery/debian_kexec.erb +0 -41
- data/db/seeds.d/50_discovery_templates.rb +0 -31
@@ -8,8 +8,8 @@ msgid ""
|
|
8
8
|
msgstr ""
|
9
9
|
"Project-Id-Version: foreman_discovery 1.0.0\n"
|
10
10
|
"Report-Msgid-Bugs-To: \n"
|
11
|
-
"POT-Creation-Date: 2022-
|
12
|
-
"PO-Revision-Date: 2022-
|
11
|
+
"POT-Creation-Date: 2022-11-24 17:02+0100\n"
|
12
|
+
"PO-Revision-Date: 2022-11-24 17:02+0100\n"
|
13
13
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
14
14
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
15
15
|
"Language: \n"
|
@@ -356,8 +356,8 @@ msgstr ""
|
|
356
356
|
|
357
357
|
#: ../app/helpers/discovered_hosts_helper.rb:16
|
358
358
|
#: ../app/helpers/discovered_hosts_helper.rb:30
|
359
|
-
#: ../app/models/setting/discovered.rb:24
|
360
359
|
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:42
|
360
|
+
#: ../lib/foreman_discovery/engine.rb:104
|
361
361
|
msgid "Reboot"
|
362
362
|
msgstr ""
|
363
363
|
|
@@ -415,8 +415,8 @@ msgstr ""
|
|
415
415
|
#: ../app/helpers/discovery_rules_helper.rb:26
|
416
416
|
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:1
|
417
417
|
#: ../app/views/discovered_hosts/welcome.html.erb:8
|
418
|
-
#: ../lib/foreman_discovery/engine.rb:
|
419
|
-
#: ../lib/foreman_discovery/engine.rb:
|
418
|
+
#: ../lib/foreman_discovery/engine.rb:323
|
419
|
+
#: ../lib/foreman_discovery/engine.rb:338
|
420
420
|
msgid "Discovered Hosts"
|
421
421
|
msgstr ""
|
422
422
|
|
@@ -556,202 +556,6 @@ msgstr ""
|
|
556
556
|
msgid "Rebuild DNS for %s"
|
557
557
|
msgstr ""
|
558
558
|
|
559
|
-
#: ../app/models/setting/discovered.rb:17
|
560
|
-
msgid "The default location to place discovered hosts in"
|
561
|
-
msgstr ""
|
562
|
-
|
563
|
-
#: ../app/models/setting/discovered.rb:17
|
564
|
-
msgid "Discovery location"
|
565
|
-
msgstr ""
|
566
|
-
|
567
|
-
#: ../app/models/setting/discovered.rb:18
|
568
|
-
msgid "The default organization to place discovered hosts in"
|
569
|
-
msgstr ""
|
570
|
-
|
571
|
-
#: ../app/models/setting/discovered.rb:18
|
572
|
-
msgid "Discovery organization"
|
573
|
-
msgstr ""
|
574
|
-
|
575
|
-
#: ../app/models/setting/discovered.rb:19
|
576
|
-
msgid "Fact name to use for primary interface detection"
|
577
|
-
msgstr ""
|
578
|
-
|
579
|
-
#: ../app/models/setting/discovered.rb:19
|
580
|
-
msgid "Interface fact"
|
581
|
-
msgstr ""
|
582
|
-
|
583
|
-
#: ../app/models/setting/discovered.rb:20
|
584
|
-
msgid ""
|
585
|
-
"Automatic bond interface (if another interface is detected on the same VLAN vi"
|
586
|
-
"a LLDP)"
|
587
|
-
msgstr ""
|
588
|
-
|
589
|
-
#: ../app/models/setting/discovered.rb:20
|
590
|
-
msgid "Create bond interfaces"
|
591
|
-
msgstr ""
|
592
|
-
|
593
|
-
#: ../app/models/setting/discovered.rb:21
|
594
|
-
msgid "Clean all reported facts during provisioning (except discovery facts)"
|
595
|
-
msgstr ""
|
596
|
-
|
597
|
-
#: ../app/models/setting/discovered.rb:21
|
598
|
-
msgid "Clean all facts"
|
599
|
-
msgstr ""
|
600
|
-
|
601
|
-
#: ../app/models/setting/discovered.rb:22
|
602
|
-
msgid "List of facts to use for the hostname (separated by comma, first wins)"
|
603
|
-
msgstr ""
|
604
|
-
|
605
|
-
#: ../app/models/setting/discovered.rb:22
|
606
|
-
msgid "Hostname facts"
|
607
|
-
msgstr ""
|
608
|
-
|
609
|
-
#: ../app/models/setting/discovered.rb:23
|
610
|
-
msgid ""
|
611
|
-
"Automatically provision newly discovered hosts, according to the provisioning "
|
612
|
-
"rules"
|
613
|
-
msgstr ""
|
614
|
-
|
615
|
-
#: ../app/models/setting/discovered.rb:23
|
616
|
-
msgid "Auto provisioning"
|
617
|
-
msgstr ""
|
618
|
-
|
619
|
-
#: ../app/models/setting/discovered.rb:24
|
620
|
-
msgid "Automatically reboot or kexec discovered host during provisioning"
|
621
|
-
msgstr ""
|
622
|
-
|
623
|
-
#: ../app/models/setting/discovered.rb:25
|
624
|
-
msgid "The default prefix to use for the host name, must start with a letter"
|
625
|
-
msgstr ""
|
626
|
-
|
627
|
-
#: ../app/models/setting/discovered.rb:25
|
628
|
-
msgid "Hostname prefix"
|
629
|
-
msgstr ""
|
630
|
-
|
631
|
-
#: ../app/models/setting/discovered.rb:26
|
632
|
-
msgid "Extra facter columns to show in host lists (separate by comma)"
|
633
|
-
msgstr ""
|
634
|
-
|
635
|
-
#: ../app/models/setting/discovered.rb:26
|
636
|
-
msgid "Fact columns"
|
637
|
-
msgstr ""
|
638
|
-
|
639
|
-
#: ../app/models/setting/discovered.rb:27
|
640
|
-
msgid "Regex to organize facts for highlights section - e.g. ^(abc|cde)$"
|
641
|
-
msgstr ""
|
642
|
-
|
643
|
-
#: ../app/models/setting/discovered.rb:27
|
644
|
-
msgid "Highlighted facts"
|
645
|
-
msgstr ""
|
646
|
-
|
647
|
-
#: ../app/models/setting/discovered.rb:28
|
648
|
-
msgid "Regex to organize facts for storage section"
|
649
|
-
msgstr ""
|
650
|
-
|
651
|
-
#: ../app/models/setting/discovered.rb:28
|
652
|
-
msgid "Storage facts"
|
653
|
-
msgstr ""
|
654
|
-
|
655
|
-
#: ../app/models/setting/discovered.rb:29
|
656
|
-
msgid "Regex to organize facts for software section"
|
657
|
-
msgstr ""
|
658
|
-
|
659
|
-
#: ../app/models/setting/discovered.rb:29
|
660
|
-
msgid "Software facts"
|
661
|
-
msgstr ""
|
662
|
-
|
663
|
-
#: ../app/models/setting/discovered.rb:30
|
664
|
-
msgid "Regex to organize facts for hardware section"
|
665
|
-
msgstr ""
|
666
|
-
|
667
|
-
#: ../app/models/setting/discovered.rb:30
|
668
|
-
msgid "Hardware facts"
|
669
|
-
msgstr ""
|
670
|
-
|
671
|
-
#: ../app/models/setting/discovered.rb:31
|
672
|
-
msgid "Regex to organize facts for network section"
|
673
|
-
msgstr ""
|
674
|
-
|
675
|
-
#: ../app/models/setting/discovered.rb:31
|
676
|
-
msgid "Network facts"
|
677
|
-
msgstr ""
|
678
|
-
|
679
|
-
#: ../app/models/setting/discovered.rb:32
|
680
|
-
msgid "Regex to organize facts for ipmi section"
|
681
|
-
msgstr ""
|
682
|
-
|
683
|
-
#: ../app/models/setting/discovered.rb:32
|
684
|
-
msgid "IPMI facts"
|
685
|
-
msgstr ""
|
686
|
-
|
687
|
-
#: ../app/models/setting/discovered.rb:33
|
688
|
-
msgid ""
|
689
|
-
"Automatically generate PXE configuration to pin a newly discovered host to dis"
|
690
|
-
"covery"
|
691
|
-
msgstr ""
|
692
|
-
|
693
|
-
#: ../app/models/setting/discovered.rb:33
|
694
|
-
msgid "Lock PXE"
|
695
|
-
msgstr ""
|
696
|
-
|
697
|
-
#: ../app/models/setting/discovered.rb:34
|
698
|
-
msgid "PXELinux template to be used when pinning a host to discovery"
|
699
|
-
msgstr ""
|
700
|
-
|
701
|
-
#: ../app/models/setting/discovered.rb:34
|
702
|
-
msgid "Locked PXELinux template name"
|
703
|
-
msgstr ""
|
704
|
-
|
705
|
-
#: ../app/models/setting/discovered.rb:35
|
706
|
-
msgid "PXEGrub template to be used when pinning a host to discovery"
|
707
|
-
msgstr ""
|
708
|
-
|
709
|
-
#: ../app/models/setting/discovered.rb:35
|
710
|
-
msgid "Locked PXEGrub template name"
|
711
|
-
msgstr ""
|
712
|
-
|
713
|
-
#: ../app/models/setting/discovered.rb:36
|
714
|
-
msgid "PXEGrub2 template to be used when pinning a host to discovery"
|
715
|
-
msgstr ""
|
716
|
-
|
717
|
-
#: ../app/models/setting/discovered.rb:36
|
718
|
-
msgid "Locked PXEGrub2 template name"
|
719
|
-
msgstr ""
|
720
|
-
|
721
|
-
#: ../app/models/setting/discovered.rb:37
|
722
|
-
msgid "Force DNS entries creation when provisioning discovered host"
|
723
|
-
msgstr ""
|
724
|
-
|
725
|
-
#: ../app/models/setting/discovered.rb:37
|
726
|
-
msgid "Force DNS"
|
727
|
-
msgstr ""
|
728
|
-
|
729
|
-
#: ../app/models/setting/discovered.rb:38
|
730
|
-
msgid ""
|
731
|
-
"Do not allow to discover existing managed host matching MAC of a provisioning "
|
732
|
-
"NIC (errors out early)"
|
733
|
-
msgstr ""
|
734
|
-
|
735
|
-
#: ../app/models/setting/discovered.rb:38
|
736
|
-
msgid "Error on existing NIC"
|
737
|
-
msgstr ""
|
738
|
-
|
739
|
-
#: ../app/models/setting/discovered.rb:39
|
740
|
-
msgid "Discovery hostname naming pattern"
|
741
|
-
msgstr ""
|
742
|
-
|
743
|
-
#: ../app/models/setting/discovered.rb:39
|
744
|
-
msgid "Type of name generator"
|
745
|
-
msgstr ""
|
746
|
-
|
747
|
-
#: ../app/models/setting/discovered.rb:40
|
748
|
-
msgid "Prefer IPv6 to IPv4 when calling discovered nodes"
|
749
|
-
msgstr ""
|
750
|
-
|
751
|
-
#: ../app/models/setting/discovered.rb:40
|
752
|
-
msgid "Prefer IPv6"
|
753
|
-
msgstr ""
|
754
|
-
|
755
559
|
#: ../app/services/foreman_discovery/fact_parser.rb:4
|
756
560
|
msgid "Discovery fact parser does not work with non-discovery host '%{host}'"
|
757
561
|
msgstr ""
|
@@ -1077,7 +881,7 @@ msgid "Edit %s"
|
|
1077
881
|
msgstr ""
|
1078
882
|
|
1079
883
|
#: ../app/views/discovery_rules/index.html.erb:1
|
1080
|
-
#: ../lib/foreman_discovery/engine.rb:
|
884
|
+
#: ../lib/foreman_discovery/engine.rb:328
|
1081
885
|
msgid "Discovery Rules"
|
1082
886
|
msgstr ""
|
1083
887
|
|
@@ -1118,10 +922,6 @@ msgstr ""
|
|
1118
922
|
msgid "Discovered Rules"
|
1119
923
|
msgstr ""
|
1120
924
|
|
1121
|
-
#: ../db/seeds.d/50_discovery_templates.rb:5
|
1122
|
-
msgid "Command line options for kexec during PXE-less provisioning."
|
1123
|
-
msgstr ""
|
1124
|
-
|
1125
925
|
#: ../db/seeds.d/70_discovery_mail_notification.rb:3
|
1126
926
|
msgid "A summary of discovered hosts"
|
1127
927
|
msgstr ""
|
@@ -1146,21 +946,217 @@ msgstr ""
|
|
1146
946
|
msgid "Error message goes here"
|
1147
947
|
msgstr ""
|
1148
948
|
|
1149
|
-
#: ../lib/foreman_discovery/engine.rb:
|
1150
|
-
msgid "Discovery
|
949
|
+
#: ../lib/foreman_discovery/engine.rb:50
|
950
|
+
msgid "Discovery"
|
1151
951
|
msgstr ""
|
1152
952
|
|
1153
|
-
#: ../lib/foreman_discovery/engine.rb:
|
1154
|
-
msgid "Discovery
|
953
|
+
#: ../lib/foreman_discovery/engine.rb:59
|
954
|
+
msgid "Discovery location"
|
955
|
+
msgstr ""
|
956
|
+
|
957
|
+
#: ../lib/foreman_discovery/engine.rb:60
|
958
|
+
msgid "The default location to place discovered hosts in"
|
959
|
+
msgstr ""
|
960
|
+
|
961
|
+
#: ../lib/foreman_discovery/engine.rb:66
|
962
|
+
msgid "Discovery organization"
|
963
|
+
msgstr ""
|
964
|
+
|
965
|
+
#: ../lib/foreman_discovery/engine.rb:67
|
966
|
+
msgid "The default organization to place discovered hosts in"
|
967
|
+
msgstr ""
|
968
|
+
|
969
|
+
#: ../lib/foreman_discovery/engine.rb:72
|
970
|
+
msgid "Interface fact"
|
971
|
+
msgstr ""
|
972
|
+
|
973
|
+
#: ../lib/foreman_discovery/engine.rb:73
|
974
|
+
msgid "Fact name to use for primary interface detection"
|
975
|
+
msgstr ""
|
976
|
+
|
977
|
+
#: ../lib/foreman_discovery/engine.rb:78
|
978
|
+
msgid "Create bond interfaces"
|
979
|
+
msgstr ""
|
980
|
+
|
981
|
+
#: ../lib/foreman_discovery/engine.rb:79
|
982
|
+
msgid ""
|
983
|
+
"Automatic bond interface (if another interface is detected on the same VLAN vi"
|
984
|
+
"a LLDP)"
|
985
|
+
msgstr ""
|
986
|
+
|
987
|
+
#: ../lib/foreman_discovery/engine.rb:84
|
988
|
+
msgid "Clean all facts"
|
989
|
+
msgstr ""
|
990
|
+
|
991
|
+
#: ../lib/foreman_discovery/engine.rb:85
|
992
|
+
msgid "Clean all reported facts during provisioning (except discovery facts)"
|
993
|
+
msgstr ""
|
994
|
+
|
995
|
+
#: ../lib/foreman_discovery/engine.rb:90
|
996
|
+
msgid "Hostname facts"
|
997
|
+
msgstr ""
|
998
|
+
|
999
|
+
#: ../lib/foreman_discovery/engine.rb:91
|
1000
|
+
msgid "List of facts to use for the hostname (separated by comma, first wins)"
|
1001
|
+
msgstr ""
|
1002
|
+
|
1003
|
+
#: ../lib/foreman_discovery/engine.rb:98
|
1004
|
+
msgid "Auto provisioning"
|
1005
|
+
msgstr ""
|
1006
|
+
|
1007
|
+
#: ../lib/foreman_discovery/engine.rb:99
|
1008
|
+
msgid ""
|
1009
|
+
"Automatically provision newly discovered hosts, according to the provisioning "
|
1010
|
+
"rules"
|
1011
|
+
msgstr ""
|
1012
|
+
|
1013
|
+
#: ../lib/foreman_discovery/engine.rb:105
|
1014
|
+
msgid "Automatically reboot or kexec discovered host during provisioning"
|
1015
|
+
msgstr ""
|
1016
|
+
|
1017
|
+
#: ../lib/foreman_discovery/engine.rb:110
|
1018
|
+
msgid "Hostname prefix"
|
1019
|
+
msgstr ""
|
1020
|
+
|
1021
|
+
#: ../lib/foreman_discovery/engine.rb:111
|
1022
|
+
msgid "The default prefix to use for the host name, must start with a letter"
|
1023
|
+
msgstr ""
|
1024
|
+
|
1025
|
+
#: ../lib/foreman_discovery/engine.rb:118
|
1026
|
+
msgid "Fact columns"
|
1027
|
+
msgstr ""
|
1028
|
+
|
1029
|
+
#: ../lib/foreman_discovery/engine.rb:119
|
1030
|
+
msgid "Extra facter columns to show in host lists (separate by comma)"
|
1031
|
+
msgstr ""
|
1032
|
+
|
1033
|
+
#: ../lib/foreman_discovery/engine.rb:124
|
1034
|
+
msgid "Highlighted facts"
|
1035
|
+
msgstr ""
|
1036
|
+
|
1037
|
+
#: ../lib/foreman_discovery/engine.rb:125
|
1038
|
+
msgid "Regex to organize facts for highlights section - e.g. ^(abc|cde)$"
|
1039
|
+
msgstr ""
|
1040
|
+
|
1041
|
+
#: ../lib/foreman_discovery/engine.rb:130
|
1042
|
+
msgid "Storage facts"
|
1043
|
+
msgstr ""
|
1044
|
+
|
1045
|
+
#: ../lib/foreman_discovery/engine.rb:131
|
1046
|
+
msgid "Regex to organize facts for storage section"
|
1047
|
+
msgstr ""
|
1048
|
+
|
1049
|
+
#: ../lib/foreman_discovery/engine.rb:136
|
1050
|
+
msgid "Software facts"
|
1051
|
+
msgstr ""
|
1052
|
+
|
1053
|
+
#: ../lib/foreman_discovery/engine.rb:137
|
1054
|
+
msgid "Regex to organize facts for software section"
|
1055
|
+
msgstr ""
|
1056
|
+
|
1057
|
+
#: ../lib/foreman_discovery/engine.rb:142
|
1058
|
+
msgid "Hardware facts"
|
1059
|
+
msgstr ""
|
1060
|
+
|
1061
|
+
#: ../lib/foreman_discovery/engine.rb:143
|
1062
|
+
msgid "Regex to organize facts for hardware section"
|
1063
|
+
msgstr ""
|
1064
|
+
|
1065
|
+
#: ../lib/foreman_discovery/engine.rb:148
|
1066
|
+
msgid "Network facts"
|
1067
|
+
msgstr ""
|
1068
|
+
|
1069
|
+
#: ../lib/foreman_discovery/engine.rb:149
|
1070
|
+
msgid "Regex to organize facts for network section"
|
1071
|
+
msgstr ""
|
1072
|
+
|
1073
|
+
#: ../lib/foreman_discovery/engine.rb:154
|
1074
|
+
msgid "IPMI facts"
|
1075
|
+
msgstr ""
|
1076
|
+
|
1077
|
+
#: ../lib/foreman_discovery/engine.rb:155
|
1078
|
+
msgid "Regex to organize facts for ipmi section"
|
1079
|
+
msgstr ""
|
1080
|
+
|
1081
|
+
#: ../lib/foreman_discovery/engine.rb:160
|
1082
|
+
msgid "Lock PXE"
|
1083
|
+
msgstr ""
|
1084
|
+
|
1085
|
+
#: ../lib/foreman_discovery/engine.rb:161
|
1086
|
+
msgid ""
|
1087
|
+
"Automatically generate PXE configuration to pin a newly discovered host to dis"
|
1088
|
+
"covery"
|
1089
|
+
msgstr ""
|
1090
|
+
|
1091
|
+
#: ../lib/foreman_discovery/engine.rb:167
|
1092
|
+
msgid "Locked PXELinux template name"
|
1093
|
+
msgstr ""
|
1094
|
+
|
1095
|
+
#: ../lib/foreman_discovery/engine.rb:168
|
1096
|
+
msgid "PXELinux template to be used when pinning a host to discovery"
|
1097
|
+
msgstr ""
|
1098
|
+
|
1099
|
+
#: ../lib/foreman_discovery/engine.rb:174
|
1100
|
+
msgid "Locked PXEGrub template name"
|
1101
|
+
msgstr ""
|
1102
|
+
|
1103
|
+
#: ../lib/foreman_discovery/engine.rb:175
|
1104
|
+
msgid "PXEGrub template to be used when pinning a host to discovery"
|
1105
|
+
msgstr ""
|
1106
|
+
|
1107
|
+
#: ../lib/foreman_discovery/engine.rb:181
|
1108
|
+
msgid "Locked PXEGrub2 template name"
|
1109
|
+
msgstr ""
|
1110
|
+
|
1111
|
+
#: ../lib/foreman_discovery/engine.rb:182
|
1112
|
+
msgid "PXEGrub2 template to be used when pinning a host to discovery"
|
1155
1113
|
msgstr ""
|
1156
1114
|
|
1157
1115
|
#: ../lib/foreman_discovery/engine.rb:187
|
1116
|
+
msgid "Force DNS"
|
1117
|
+
msgstr ""
|
1118
|
+
|
1119
|
+
#: ../lib/foreman_discovery/engine.rb:188
|
1120
|
+
msgid "Force DNS entries creation when provisioning discovered host"
|
1121
|
+
msgstr ""
|
1122
|
+
|
1123
|
+
#: ../lib/foreman_discovery/engine.rb:193
|
1124
|
+
msgid "Error on existing NIC"
|
1125
|
+
msgstr ""
|
1126
|
+
|
1127
|
+
#: ../lib/foreman_discovery/engine.rb:194
|
1128
|
+
msgid ""
|
1129
|
+
"Do not allow to discover existing managed host matching MAC of a provisioning "
|
1130
|
+
"NIC (errors out early)"
|
1131
|
+
msgstr ""
|
1132
|
+
|
1133
|
+
#: ../lib/foreman_discovery/engine.rb:200
|
1134
|
+
msgid "Type of name generator"
|
1135
|
+
msgstr ""
|
1136
|
+
|
1137
|
+
#: ../lib/foreman_discovery/engine.rb:201
|
1138
|
+
msgid "Discovery hostname naming pattern"
|
1139
|
+
msgstr ""
|
1140
|
+
|
1141
|
+
#: ../lib/foreman_discovery/engine.rb:206
|
1142
|
+
msgid "Prefer IPv6"
|
1143
|
+
msgstr ""
|
1144
|
+
|
1145
|
+
#: ../lib/foreman_discovery/engine.rb:207
|
1146
|
+
msgid "Prefer IPv6 to IPv4 when calling discovered nodes"
|
1147
|
+
msgstr ""
|
1148
|
+
|
1149
|
+
#: ../lib/foreman_discovery/engine.rb:347
|
1150
|
+
msgid "Discovery Proxy"
|
1151
|
+
msgstr ""
|
1152
|
+
|
1153
|
+
#: ../lib/foreman_discovery/engine.rb:348
|
1158
1154
|
msgid ""
|
1159
1155
|
"Discovery Proxy to use within this subnet for managing connection to discovere"
|
1160
1156
|
"d hosts"
|
1161
1157
|
msgstr ""
|
1162
1158
|
|
1163
|
-
#: ../lib/foreman_discovery/engine.rb:
|
1159
|
+
#: ../lib/foreman_discovery/engine.rb:349
|
1164
1160
|
msgid ""
|
1165
1161
|
"ID of Discovery Proxy to use within this subnet for managing connection to dis"
|
1166
1162
|
"covered hosts"
|
@@ -1183,6 +1179,11 @@ msgid ""
|
|
1183
1179
|
"al or virtual nodes waiting to be provisioned."
|
1184
1180
|
msgstr ""
|
1185
1181
|
|
1182
|
+
#:
|
1183
|
+
#: ../webpack/src/ForemanDiscovery/DiscoveredHosts/Components/EmptyState/EmptyState.js:15
|
1184
|
+
msgid "Foreman Discovery"
|
1185
|
+
msgstr ""
|
1186
|
+
|
1186
1187
|
#:
|
1187
1188
|
#: ../webpack/src/ForemanDiscovery/DiscoveryRules/Components/EmptyState/EmptyState.js:12
|
1188
1189
|
msgid ""
|
Binary file
|
@@ -8,7 +8,7 @@
|
|
8
8
|
# Pierre-Emmanuel Dutang <dutangp@gmail.com>, 2014,2016-2017
|
9
9
|
msgid ""
|
10
10
|
msgstr ""
|
11
|
-
"Project-Id-Version: foreman_discovery
|
11
|
+
"Project-Id-Version: foreman_discovery 22.0.2\n"
|
12
12
|
"Report-Msgid-Bugs-To: \n"
|
13
13
|
"PO-Revision-Date: 2013-11-15 17:25+0000\n"
|
14
14
|
"Last-Translator: Baptiste Agasse <baptiste.agasse@gmail.com>, 2018-2019\n"
|
@@ -17,7 +17,8 @@ msgstr ""
|
|
17
17
|
"Content-Type: text/plain; charset=UTF-8\n"
|
18
18
|
"Content-Transfer-Encoding: 8bit\n"
|
19
19
|
"Language: fr\n"
|
20
|
-
"Plural-Forms: nplurals=
|
20
|
+
"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 100000"
|
21
|
+
"0 == 0 ? 1 : 2;\n"
|
21
22
|
|
22
23
|
msgid "%s - The following hosts are about to be changed"
|
23
24
|
msgstr "%s - les hôtes suivants vont être changés"
|
@@ -88,9 +89,6 @@ msgstr "Clone %s"
|
|
88
89
|
msgid "Collapse All"
|
89
90
|
msgstr "Réduire tout"
|
90
91
|
|
91
|
-
msgid "Command line options for kexec during PXE-less provisioning."
|
92
|
-
msgstr "Options de ligne de commande pour kexec lors du provisoning sans PXE."
|
93
|
-
|
94
92
|
msgid "Could not get facts from proxy %{url}: %{error}"
|
95
93
|
msgstr "Impossible d'obtenir les facts du proxy %{url}: %{error}"
|
96
94
|
|
@@ -146,6 +144,7 @@ msgid "Discovered Host"
|
|
146
144
|
msgid_plural "Discovered Hosts"
|
147
145
|
msgstr[0] "Hôtes détectés"
|
148
146
|
msgstr[1] "Hôtes détectés"
|
147
|
+
msgstr[2] "Hôtes détectés"
|
149
148
|
|
150
149
|
msgid "Discovered Hosts"
|
151
150
|
msgstr "Hôtes détectés"
|
@@ -177,8 +176,8 @@ msgstr "Les hôtes découverts provenant d'un sous-réseau inconnu sont %s, la c
|
|
177
176
|
msgid "Discovered hosts summary"
|
178
177
|
msgstr "Synthèse des hôtes détectés"
|
179
178
|
|
180
|
-
msgid "Discovery
|
181
|
-
msgstr "
|
179
|
+
msgid "Discovery"
|
180
|
+
msgstr "Discovery"
|
182
181
|
|
183
182
|
msgid "Discovery Proxy"
|
184
183
|
msgstr "Proxy de détection"
|
@@ -277,7 +276,7 @@ msgid "Facts could not be imported"
|
|
277
276
|
msgstr "Impossible d'importer les facts"
|
278
277
|
|
279
278
|
msgid "Facts refreshed for %s"
|
280
|
-
msgstr "Facts
|
279
|
+
msgstr "Facts rafraîchis pour %s"
|
281
280
|
|
282
281
|
msgid "Failed to auto provision host %s: %s"
|
283
282
|
msgstr "Échec de l'approvisionnement automatique de l'hôte %s: %s"
|
@@ -292,7 +291,7 @@ msgid "Failed to reboot hosts with error %s"
|
|
292
291
|
msgstr "Échec du redémarrage des hôtes avec l'erreur %s"
|
293
292
|
|
294
293
|
msgid "Failed to refresh facts for %s"
|
295
|
-
msgstr "Échec de
|
294
|
+
msgstr "Échec de rafraîchissement des facts pour %s"
|
296
295
|
|
297
296
|
msgid "Failed to refresh facts for %{hostname} with error %{error_message}"
|
298
297
|
msgstr "Impossible de rafraîchir les données pour %{hostname} avec l'erreur %{error_message}"
|
@@ -306,6 +305,9 @@ msgstr "Forcer DNS"
|
|
306
305
|
msgid "Force DNS entries creation when provisioning discovered host"
|
307
306
|
msgstr "Forcer la création des entrées DNS lors du provisioning de l'hôte détecté"
|
308
307
|
|
308
|
+
msgid "Foreman Discovery"
|
309
|
+
msgstr ""
|
310
|
+
|
309
311
|
msgid "Foreman discovered hosts summary"
|
310
312
|
msgstr "Synthèse des hôtes détectés Foreman"
|
311
313
|
|
@@ -337,11 +339,13 @@ msgid "Host group location %s must also be associated to the discovery rule"
|
|
337
339
|
msgid_plural "Host group locations %s must also be associated to the discovery rule"
|
338
340
|
msgstr[0] "L'emplacement du groupe d'hôtes %s doit également être associé à la règle de détection"
|
339
341
|
msgstr[1] "L'emplacement du groupe d'hôtes %s doit également être associé à la règle de détection"
|
342
|
+
msgstr[2] "L'emplacement du groupe d'hôtes %s doit également être associé à la règle de détection"
|
340
343
|
|
341
344
|
msgid "Host group organization %s must also be associated to the discovery rule"
|
342
345
|
msgid_plural "Host group organizations %s must also be associated to the discovery rule"
|
343
346
|
msgstr[0] "L'organisation du groupe d'hôtes %s doit également être associée à la règle de détection"
|
344
347
|
msgstr[1] "L'organisation du groupe d'hôtes %s doit également être associée à la règle de détection"
|
348
|
+
msgstr[2] "L'organisation du groupe d'hôtes %s doit également être associée à la règle de détection"
|
345
349
|
|
346
350
|
msgid "Host of type %s can not be rebooted"
|
347
351
|
msgstr "Impossible de redémarrer l'hôte de type %s"
|
@@ -494,7 +498,7 @@ msgid "Name"
|
|
494
498
|
msgstr "Nom"
|
495
499
|
|
496
500
|
msgid "Name of the parameter"
|
497
|
-
msgstr "Nom du
|
501
|
+
msgstr "Nom du paramètre"
|
498
502
|
|
499
503
|
msgid "Network"
|
500
504
|
msgstr "Réseau"
|
@@ -512,7 +516,7 @@ msgid "New in the last 24 hours"
|
|
512
516
|
msgstr "Nouveau au cours des dernières 24 heures"
|
513
517
|
|
514
518
|
msgid "No Discovery Rules found in this context. Create Discovery Rules to perform automated provisioning on Discovered Hosts"
|
515
|
-
msgstr ""
|
519
|
+
msgstr "Aucune règle de découverte trouvée dans ce contexte. Créer des règles de découverte pour effectuer un provisionnement automatique sur les hôtes découverts."
|
516
520
|
|
517
521
|
msgid "No discovered hosts available"
|
518
522
|
msgstr "Aucun hôte détecté disponible"
|
@@ -521,7 +525,7 @@ msgid "No discovered hosts for the selected period"
|
|
521
525
|
msgstr "Aucun hôte détecté pendant la période sélectionnée"
|
522
526
|
|
523
527
|
msgid "No discovered hosts found in this context. This page shows discovered bare-metal or virtual nodes waiting to be provisioned."
|
524
|
-
msgstr ""
|
528
|
+
msgstr "Aucun hôte découvert dans ce contexte. Cette page montre les nœuds nus ou virtuels découverts qui attendent d'être approvisionnés."
|
525
529
|
|
526
530
|
msgid "No discovered hosts to provision"
|
527
531
|
msgstr "Aucun hôte détecté à provisionner"
|
@@ -572,10 +576,10 @@ msgid "Please Confirm"
|
|
572
576
|
msgstr "Merci de confirmer"
|
573
577
|
|
574
578
|
msgid "Prefer IPv6"
|
575
|
-
msgstr ""
|
579
|
+
msgstr "Préférer IPv6"
|
576
580
|
|
577
581
|
msgid "Prefer IPv6 to IPv4 when calling discovered nodes"
|
578
|
-
msgstr ""
|
582
|
+
msgstr "Préférer IPv6 à IPv4 lors de l'appel des nœuds découverts"
|
579
583
|
|
580
584
|
msgid "Primary"
|
581
585
|
msgstr "Primaire"
|
@@ -611,7 +615,7 @@ msgid "Rebuild DNS for %s"
|
|
611
615
|
msgstr "Reconstruire DNS pour %s"
|
612
616
|
|
613
617
|
msgid "Refresh facts"
|
614
|
-
msgstr "
|
618
|
+
msgstr "Rafraîchir les facts"
|
615
619
|
|
616
620
|
msgid "Refreshing the facts of a discovered host"
|
617
621
|
msgstr "Actualisation des facts d'un hôte détecté"
|
Binary file
|
@@ -5,7 +5,7 @@
|
|
5
5
|
# Translators:
|
6
6
|
msgid ""
|
7
7
|
msgstr ""
|
8
|
-
"Project-Id-Version: foreman_discovery
|
8
|
+
"Project-Id-Version: foreman_discovery 22.0.2\n"
|
9
9
|
"Report-Msgid-Bugs-To: \n"
|
10
10
|
"PO-Revision-Date: 2013-11-15 17:25+0000\n"
|
11
11
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
@@ -86,9 +86,6 @@ msgstr "Clonar %s"
|
|
86
86
|
msgid "Collapse All"
|
87
87
|
msgstr ""
|
88
88
|
|
89
|
-
msgid "Command line options for kexec during PXE-less provisioning."
|
90
|
-
msgstr ""
|
91
|
-
|
92
89
|
msgid "Could not get facts from proxy %{url}: %{error}"
|
93
90
|
msgstr ""
|
94
91
|
|
@@ -175,7 +172,7 @@ msgstr ""
|
|
175
172
|
msgid "Discovered hosts summary"
|
176
173
|
msgstr ""
|
177
174
|
|
178
|
-
msgid "Discovery
|
175
|
+
msgid "Discovery"
|
179
176
|
msgstr ""
|
180
177
|
|
181
178
|
msgid "Discovery Proxy"
|
@@ -304,6 +301,9 @@ msgstr ""
|
|
304
301
|
msgid "Force DNS entries creation when provisioning discovered host"
|
305
302
|
msgstr ""
|
306
303
|
|
304
|
+
msgid "Foreman Discovery"
|
305
|
+
msgstr ""
|
306
|
+
|
307
307
|
msgid "Foreman discovered hosts summary"
|
308
308
|
msgstr ""
|
309
309
|
|
Binary file
|