foreman_discovery 8.0.0 → 8.0.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,20 +1,19 @@
1
1
  # SOME DESCRIPTIVE TITLE.
2
2
  # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
3
  # This file is distributed under the same license as the foreman_discovery package.
4
- #
4
+ #
5
5
  # Translators:
6
6
  # Dominic Cleal <dominic@cleal.org>, 2014
7
7
  # johnny.westerlund <johnny.westerlund@gmail.com>, 2014
8
8
  # johnny.westerlund <johnny.westerlund@gmail.com>, 2014
9
9
  msgid ""
10
10
  msgstr ""
11
- "Project-Id-Version: foreman_discovery 7.0.0\n"
11
+ "Project-Id-Version: foreman_discovery 8.0.0\n"
12
12
  "Report-Msgid-Bugs-To: \n"
13
13
  "POT-Creation-Date: 2017-01-06 08:26+0100\n"
14
- "PO-Revision-Date: 2016-08-31 08:17+0000\n"
14
+ "PO-Revision-Date: 2017-01-06 08:44+0000\n"
15
15
  "Last-Translator: Lukáš Zapletal\n"
16
- "Language-Team: Swedish (Sweden) (http://www.transifex.com/foreman/foreman/lang"
17
- "uage/sv_SE/)\n"
16
+ "Language-Team: Swedish (Sweden) (http://www.transifex.com/foreman/foreman/language/sv_SE/)\n"
18
17
  "MIME-Version: 1.0\n"
19
18
  "Content-Type: text/plain; charset=UTF-8\n"
20
19
  "Content-Transfer-Encoding: 8bit\n"
@@ -25,19 +24,23 @@ msgstr ""
25
24
  msgid "List all discovered hosts"
26
25
  msgstr ""
27
26
 
28
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:17 ../app/controllers/api/v2/discovery_rules_controller.rb:15
27
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:17
28
+ #: ../app/controllers/api/v2/discovery_rules_controller.rb:15
29
29
  msgid "filter results"
30
30
  msgstr "filtrera resultat"
31
31
 
32
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:18 ../app/controllers/api/v2/discovery_rules_controller.rb:16
32
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:18
33
+ #: ../app/controllers/api/v2/discovery_rules_controller.rb:16
33
34
  msgid "sort results"
34
35
  msgstr "sortera resultat"
35
36
 
36
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:19 ../app/controllers/api/v2/discovery_rules_controller.rb:17
37
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:19
38
+ #: ../app/controllers/api/v2/discovery_rules_controller.rb:17
37
39
  msgid "paginate results"
38
40
  msgstr ""
39
41
 
40
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:20 ../app/controllers/api/v2/discovery_rules_controller.rb:18
42
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:20
43
+ #: ../app/controllers/api/v2/discovery_rules_controller.rb:18
41
44
  msgid "number of entries per request"
42
45
  msgstr "antal poster per begäran"
43
46
 
@@ -62,11 +65,14 @@ msgid "not required if it's a virtual machine"
62
65
  msgstr ""
63
66
 
64
67
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:74
65
- msgid "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
68
+ msgid ""
69
+ "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
66
70
  msgstr ""
67
71
 
68
72
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:76
69
- msgid "required if value is not inherited from host group or default password in settings"
73
+ msgid ""
74
+ "required if value is not inherited from host group or default password in "
75
+ "settings"
70
76
  msgstr ""
71
77
 
72
78
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:86
@@ -78,14 +84,18 @@ msgid "Upload facts for a host, creating the host if required"
78
84
  msgstr ""
79
85
 
80
86
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:94
81
- msgid "hash containing facts for the host with minimum set of facts: discovery_bootif, macaddress_eth0, ipaddress, ipaddress_eth0, interfaces: eth0 (example in case primary interface is named eth0)"
87
+ msgid ""
88
+ "hash containing facts for the host with minimum set of facts: "
89
+ "discovery_bootif, macaddress_eth0, ipaddress, ipaddress_eth0, interfaces: "
90
+ "eth0 (example in case primary interface is named eth0)"
82
91
  msgstr ""
83
92
 
84
93
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:111
85
94
  msgid "Execute rules against a discovered host"
86
95
  msgstr ""
87
96
 
88
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:117 ../app/controllers/discovered_hosts_controller.rb:162
97
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:117
98
+ #: ../app/controllers/discovered_hosts_controller.rb:162
89
99
  msgid "Host %{host} was provisioned with rule %{rule}"
90
100
  msgstr ""
91
101
 
@@ -93,7 +103,8 @@ msgstr ""
93
103
  msgid "Unable to provision %{host}: %{errors}"
94
104
  msgstr ""
95
105
 
96
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:126 ../app/controllers/discovered_hosts_controller.rb:169
106
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:126
107
+ #: ../app/controllers/discovered_hosts_controller.rb:169
97
108
  msgid "No rule found for host %s"
98
109
  msgstr ""
99
110
 
@@ -101,11 +112,13 @@ msgstr ""
101
112
  msgid "Execute rules against all currently discovered hosts"
102
113
  msgstr ""
103
114
 
104
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:137 ../app/controllers/discovered_hosts_controller.rb:175
115
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:137
116
+ #: ../app/controllers/discovered_hosts_controller.rb:175
105
117
  msgid "Errors during auto provisioning: %s"
106
118
  msgstr ""
107
119
 
108
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:140 ../app/controllers/discovered_hosts_controller.rb:178
120
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:140
121
+ #: ../app/controllers/discovered_hosts_controller.rb:178
109
122
  msgid "No discovered hosts to provision"
110
123
  msgstr ""
111
124
 
@@ -125,7 +138,8 @@ msgstr ""
125
138
  msgid "Rebooting all discovered hosts"
126
139
  msgstr ""
127
140
 
128
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:202 ../app/controllers/discovered_hosts_controller.rb:120
141
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:202
142
+ #: ../app/controllers/discovered_hosts_controller.rb:120
129
143
  msgid "Discovered hosts are rebooting now"
130
144
  msgstr ""
131
145
 
@@ -150,7 +164,8 @@ msgid "the hostgroup that is used to auto provision a host"
150
164
  msgstr ""
151
165
 
152
166
  #: ../app/controllers/api/v2/discovery_rules_controller.rb:35
153
- msgid "defines a pattern to assign human-readable hostnames to the matching hosts"
167
+ msgid ""
168
+ "defines a pattern to assign human-readable hostnames to the matching hosts"
154
169
  msgstr ""
155
170
 
156
171
  #: ../app/controllers/api/v2/discovery_rules_controller.rb:36
@@ -158,7 +173,8 @@ msgid "enables to limit maximum amount of provisioned hosts per rule"
158
173
  msgstr ""
159
174
 
160
175
  #: ../app/controllers/api/v2/discovery_rules_controller.rb:37
161
- msgid "puts the rules in order, low numbers go first. Must be greater then zero"
176
+ msgid ""
177
+ "puts the rules in order, low numbers go first. Must be greater then zero"
162
178
  msgstr ""
163
179
 
164
180
  #: ../app/controllers/api/v2/discovery_rules_controller.rb:38
@@ -301,15 +317,19 @@ msgstr ""
301
317
  msgid "%s ago"
302
318
  msgstr "%s sedan"
303
319
 
304
- #: ../app/helpers/discovered_hosts_helper.rb:14 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:46
320
+ #: ../app/helpers/discovered_hosts_helper.rb:14
321
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:46
305
322
  msgid "Auto Provision"
306
323
  msgstr ""
307
324
 
308
- #: ../app/helpers/discovered_hosts_helper.rb:15 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:47
325
+ #: ../app/helpers/discovered_hosts_helper.rb:15
326
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:47
309
327
  msgid "Refresh facts"
310
328
  msgstr "Uppdatera fakta"
311
329
 
312
- #: ../app/helpers/discovered_hosts_helper.rb:16 ../app/models/setting/discovered.rb:23 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:48
330
+ #: ../app/helpers/discovered_hosts_helper.rb:16
331
+ #: ../app/models/setting/discovered.rb:23
332
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:48
313
333
  msgid "Reboot"
314
334
  msgstr ""
315
335
 
@@ -317,7 +337,8 @@ msgstr ""
317
337
  msgid "Back"
318
338
  msgstr ""
319
339
 
320
- #: ../app/helpers/discovered_hosts_helper.rb:21 ../app/helpers/discovered_hosts_helper.rb:38
340
+ #: ../app/helpers/discovered_hosts_helper.rb:21
341
+ #: ../app/helpers/discovered_hosts_helper.rb:38
321
342
  msgid "Select Action"
322
343
  msgstr "Välj Åtgärd"
323
344
 
@@ -325,7 +346,8 @@ msgstr "Välj Åtgärd"
325
346
  msgid "Expand All"
326
347
  msgstr ""
327
348
 
328
- #: ../app/helpers/discovered_hosts_helper.rb:28 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:49
349
+ #: ../app/helpers/discovered_hosts_helper.rb:28
350
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:49
329
351
  msgid "Delete %s?"
330
352
  msgstr "Radera %s?"
331
353
 
@@ -365,7 +387,8 @@ msgstr ""
365
387
  msgid "Provision"
366
388
  msgstr "Provisionera"
367
389
 
368
- #: ../app/helpers/discovery_rules_helper.rb:26 ../lib/foreman_discovery/engine.rb:163
390
+ #: ../app/helpers/discovery_rules_helper.rb:26
391
+ #: ../lib/foreman_discovery/engine.rb:163
369
392
  msgid "Discovered Hosts"
370
393
  msgstr "Hittade värdar"
371
394
 
@@ -410,14 +433,17 @@ msgid "must start with a letter or ERB."
410
433
  msgstr ""
411
434
 
412
435
  #: ../app/models/discovery_rule.rb:45
413
- msgid "Host group organization %s must also be associated to the discovery rule"
414
- msgid_plural "Host group organizations %s must also be associated to the discovery rule"
436
+ msgid ""
437
+ "Host group organization %s must also be associated to the discovery rule"
438
+ msgid_plural ""
439
+ "Host group organizations %s must also be associated to the discovery rule"
415
440
  msgstr[0] ""
416
441
  msgstr[1] ""
417
442
 
418
443
  #: ../app/models/discovery_rule.rb:51
419
444
  msgid "Host group location %s must also be associated to the discovery rule"
420
- msgid_plural "Host group locations %s must also be associated to the discovery rule"
445
+ msgid_plural ""
446
+ "Host group locations %s must also be associated to the discovery rule"
421
447
  msgstr[0] ""
422
448
  msgstr[1] ""
423
449
 
@@ -426,11 +452,15 @@ msgid "Invalid facts, must be a Hash"
426
452
  msgstr ""
427
453
 
428
454
  #: ../app/models/host/discovered.rb:43
429
- msgid "Expected discovery_fact '%s' is missing, unable to detect primary interface and set hostname"
455
+ msgid ""
456
+ "Expected discovery_fact '%s' is missing, unable to detect primary interface "
457
+ "and set hostname"
430
458
  msgstr ""
431
459
 
432
460
  #: ../app/models/host/discovered.rb:50
433
- msgid "Invalid facts: hash does not contain a valid value for any of the facts in the discovery_hostname setting: %s"
461
+ msgid ""
462
+ "Invalid facts: hash does not contain a valid value for any of the facts in "
463
+ "the discovery_hostname setting: %s"
434
464
  msgstr ""
435
465
 
436
466
  #: ../app/models/host/discovered.rb:67
@@ -498,7 +528,9 @@ msgid "Hostname facts"
498
528
  msgstr ""
499
529
 
500
530
  #: ../app/models/setting/discovered.rb:22
501
- msgid "Automatically provision newly discovered hosts, according to the provisioning rules"
531
+ msgid ""
532
+ "Automatically provision newly discovered hosts, according to the "
533
+ "provisioning rules"
502
534
  msgstr ""
503
535
 
504
536
  #: ../app/models/setting/discovered.rb:22
@@ -574,7 +606,9 @@ msgid "IPMI facts"
574
606
  msgstr ""
575
607
 
576
608
  #: ../app/models/setting/discovered.rb:32
577
- msgid "Automatically generate PXE configuration to pin a newly discovered host to discovery"
609
+ msgid ""
610
+ "Automatically generate PXE configuration to pin a newly discovered host to "
611
+ "discovery"
578
612
  msgstr ""
579
613
 
580
614
  #: ../app/models/setting/discovered.rb:32
@@ -630,7 +664,9 @@ msgid "Discovery organization"
630
664
  msgstr ""
631
665
 
632
666
  #: ../app/services/foreman_discovery/fact_parser.rb:9
633
- msgid "Unable to detect primary interface using MAC '%{mac}' specified by discovery_fact '%{fact}'"
667
+ msgid ""
668
+ "Unable to detect primary interface using MAC '%{mac}' specified by "
669
+ "discovery_fact '%{fact}'"
634
670
  msgstr ""
635
671
 
636
672
  #: ../app/services/foreman_discovery/node_api/node_resource.rb:75
@@ -649,15 +685,25 @@ msgstr ""
649
685
  msgid "Host"
650
686
  msgstr "Värd"
651
687
 
652
- #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:4 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:7 ../app/views/discovered_hosts/_selected_hosts.html.erb:8 ../app/views/discovered_mailer/discovered_summary.html.erb:18 ../app/views/discovered_mailer/discovered_summary.text.erb:10
688
+ #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:4
689
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:7
690
+ #: ../app/views/discovered_hosts/_selected_hosts.html.erb:8
691
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:18
692
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:10
653
693
  msgid "Model"
654
694
  msgstr "Modell"
655
695
 
656
- #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:5 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:9 ../app/views/discovered_mailer/discovered_summary.html.erb:20 ../app/views/discovered_mailer/discovered_summary.text.erb:12
696
+ #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:5
697
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:9
698
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:20
699
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:12
657
700
  msgid "CPUs"
658
701
  msgstr "CPUer"
659
702
 
660
- #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:6 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:10 ../app/views/discovered_mailer/discovered_summary.html.erb:21 ../app/views/discovered_mailer/discovered_summary.text.erb:13
703
+ #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:6
704
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:10
705
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:21
706
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:13
661
707
  msgid "Memory"
662
708
  msgstr "Minne"
663
709
 
@@ -673,7 +719,8 @@ msgstr ""
673
719
  msgid "Create host"
674
720
  msgstr ""
675
721
 
676
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:2 ../lib/foreman_discovery/engine.rb:148
722
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:2
723
+ #: ../lib/foreman_discovery/engine.rb:148
677
724
  msgid "Discovered hosts"
678
725
  msgstr "Hittade värdar"
679
726
 
@@ -685,27 +732,38 @@ msgstr "Markera alla valbara på denna sida"
685
732
  msgid "items selected. Uncheck to Clear"
686
733
  msgstr "poster markerade. Avmarkera för att rensa"
687
734
 
688
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:6 ../app/views/discovered_hosts/_selected_hosts.html.erb:7 ../app/views/discovered_mailer/discovered_summary.html.erb:17 ../app/views/discovered_mailer/discovered_summary.text.erb:9
735
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:6
736
+ #: ../app/views/discovered_hosts/_selected_hosts.html.erb:7
737
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:17
738
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:9
689
739
  msgid "Name"
690
740
  msgstr "Namn"
691
741
 
692
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:8 ../app/views/discovered_mailer/discovered_summary.html.erb:19 ../app/views/discovered_mailer/discovered_summary.text.erb:11
742
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:8
743
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:19
744
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:11
693
745
  msgid "IP Address"
694
746
  msgstr "IPadress"
695
747
 
696
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:11 ../app/views/discovered_mailer/discovered_summary.html.erb:22 ../app/views/discovered_mailer/discovered_summary.text.erb:14
748
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:11
749
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:22
750
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:14
697
751
  msgid "Disk count"
698
752
  msgstr ""
699
753
 
700
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:12 ../app/views/discovered_mailer/discovered_summary.html.erb:23 ../app/views/discovered_mailer/discovered_summary.text.erb:15
754
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:12
755
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:23
756
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:15
701
757
  msgid "Disks size"
702
758
  msgstr ""
703
759
 
704
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:17 ../app/views/discovered_hosts/_selected_hosts.html.erb:10
760
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:17
761
+ #: ../app/views/discovered_hosts/_selected_hosts.html.erb:10
705
762
  msgid "Location"
706
763
  msgstr "Lokation"
707
764
 
708
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:20 ../app/views/discovered_hosts/_selected_hosts.html.erb:13
765
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:20
766
+ #: ../app/views/discovered_hosts/_selected_hosts.html.erb:13
709
767
  msgid "Organization"
710
768
  msgstr "Organisation"
711
769
 
@@ -742,7 +800,9 @@ msgid "Warning"
742
800
  msgstr "Varning"
743
801
 
744
802
  #: ../app/views/discovered_hosts/multiple_destroy.html.erb:5
745
- msgid "This might take a while, as all hosts, facts and reports will be destroyed as well"
803
+ msgid ""
804
+ "This might take a while, as all hosts, facts and reports will be destroyed "
805
+ "as well"
746
806
  msgstr "Detta kan dröja då alla värdar, fakta och rapporter också kommer bli förstörda"
747
807
 
748
808
  #: ../app/views/discovered_hosts/select_multiple_location.html.erb:5
@@ -785,11 +845,13 @@ msgstr ""
785
845
  msgid "<b>Foreman</b> Discovered hosts summary"
786
846
  msgstr ""
787
847
 
788
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:10 ../app/views/discovered_mailer/discovered_summary.text.erb:5
848
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:10
849
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:5
789
850
  msgid "Summary from %{time} ago to %{now}"
790
851
  msgstr ""
791
852
 
792
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:11 ../app/views/discovered_mailer/discovered_summary.text.erb:3
853
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:11
854
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:3
793
855
  msgid "Discovered hosts from Foreman server at %{foreman_url}"
794
856
  msgstr ""
795
857
 
@@ -842,23 +904,33 @@ msgid "Rule priority (lower integer means higher priority)"
842
904
  msgstr ""
843
905
 
844
906
  #: ../app/views/discovery_rules/_template_inline.erb:2
845
- msgid "Specify target hostname template pattern in the same syntax as in Provisioning Templates (ERB)."
907
+ msgid ""
908
+ "Specify target hostname template pattern in the same syntax as in "
909
+ "Provisioning Templates (ERB)."
846
910
  msgstr ""
847
911
 
848
912
  #: ../app/views/discovery_rules/_template_inline.erb:4
849
- msgid "Domain will be appended automatically. A hostname based on MAC address will be used when left blank."
913
+ msgid ""
914
+ "Domain will be appended automatically. A hostname based on MAC address will "
915
+ "be used when left blank."
850
916
  msgstr ""
851
917
 
852
918
  #: ../app/views/discovery_rules/_template_inline.erb:5
853
- msgid "In addition to @host attribute function rand for random integers is available. Examples:"
919
+ msgid ""
920
+ "In addition to @host attribute function rand for random integers is "
921
+ "available. Examples:"
854
922
  msgstr ""
855
923
 
856
924
  #: ../app/views/discovery_rules/_template_inline.erb:8
857
- msgid "When creating hostname patterns, make sure the resulting host names are unique."
925
+ msgid ""
926
+ "When creating hostname patterns, make sure the resulting host names are "
927
+ "unique."
858
928
  msgstr ""
859
929
 
860
930
  #: ../app/views/discovery_rules/_template_inline.erb:9
861
- msgid "Hostnames must not start with numbers. A good approach is to use unique information provided by facter (MAC address, BIOS or serial ID)."
931
+ msgid ""
932
+ "Hostnames must not start with numbers. A good approach is to use unique "
933
+ "information provided by facter (MAC address, BIOS or serial ID)."
862
934
  msgstr ""
863
935
 
864
936
  #: ../app/views/discovery_rules/edit.html.erb:1
@@ -914,9 +986,13 @@ msgid "Discovery Proxy"
914
986
  msgstr ""
915
987
 
916
988
  #: ../lib/foreman_discovery/engine.rb:177
917
- msgid "Discovery Proxy to use within this subnet for managing connection to discovered hosts"
989
+ msgid ""
990
+ "Discovery Proxy to use within this subnet for managing connection to "
991
+ "discovered hosts"
918
992
  msgstr ""
919
993
 
920
994
  #: ../lib/foreman_discovery/engine.rb:178
921
- msgid "ID of Discovery Proxy to use within this subnet for managing connection to discovered hosts"
995
+ msgid ""
996
+ "ID of Discovery Proxy to use within this subnet for managing connection to "
997
+ "discovered hosts"
922
998
  msgstr ""
@@ -1,17 +1,16 @@
1
1
  # SOME DESCRIPTIVE TITLE.
2
2
  # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
3
  # This file is distributed under the same license as the foreman_discovery package.
4
- #
4
+ #
5
5
  # Translators:
6
6
  msgid ""
7
7
  msgstr ""
8
- "Project-Id-Version: foreman_discovery 7.0.0\n"
8
+ "Project-Id-Version: foreman_discovery 8.0.0\n"
9
9
  "Report-Msgid-Bugs-To: \n"
10
10
  "POT-Creation-Date: 2017-01-06 08:26+0100\n"
11
- "PO-Revision-Date: 2016-08-31 08:17+0000\n"
11
+ "PO-Revision-Date: 2017-01-06 08:44+0000\n"
12
12
  "Last-Translator: Lukáš Zapletal\n"
13
- "Language-Team: Chinese (China) (http://www.transifex.com/foreman/foreman/langu"
14
- "age/zh_CN/)\n"
13
+ "Language-Team: Chinese (China) (http://www.transifex.com/foreman/foreman/language/zh_CN/)\n"
15
14
  "MIME-Version: 1.0\n"
16
15
  "Content-Type: text/plain; charset=UTF-8\n"
17
16
  "Content-Transfer-Encoding: 8bit\n"
@@ -22,19 +21,23 @@ msgstr ""
22
21
  msgid "List all discovered hosts"
23
22
  msgstr "列出所有发现的主机"
24
23
 
25
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:17 ../app/controllers/api/v2/discovery_rules_controller.rb:15
24
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:17
25
+ #: ../app/controllers/api/v2/discovery_rules_controller.rb:15
26
26
  msgid "filter results"
27
27
  msgstr "过滤结果"
28
28
 
29
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:18 ../app/controllers/api/v2/discovery_rules_controller.rb:16
29
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:18
30
+ #: ../app/controllers/api/v2/discovery_rules_controller.rb:16
30
31
  msgid "sort results"
31
32
  msgstr "结果排序"
32
33
 
33
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:19 ../app/controllers/api/v2/discovery_rules_controller.rb:17
34
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:19
35
+ #: ../app/controllers/api/v2/discovery_rules_controller.rb:17
34
36
  msgid "paginate results"
35
37
  msgstr "页数"
36
38
 
37
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:20 ../app/controllers/api/v2/discovery_rules_controller.rb:18
39
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:20
40
+ #: ../app/controllers/api/v2/discovery_rules_controller.rb:18
38
41
  msgid "number of entries per request"
39
42
  msgstr "每个请求中的条目数"
40
43
 
@@ -59,11 +62,14 @@ msgid "not required if it's a virtual machine"
59
62
  msgstr "虚拟机不需要"
60
63
 
61
64
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:74
62
- msgid "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
65
+ msgid ""
66
+ "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
63
67
  msgstr "用来跟踪复杂任务状态的 UUID,GET /api/orchestration/:UUID/tasks"
64
68
 
65
69
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:76
66
- msgid "required if value is not inherited from host group or default password in settings"
70
+ msgid ""
71
+ "required if value is not inherited from host group or default password in "
72
+ "settings"
67
73
  msgstr "如果不是从主机组中集成或使用设置中的默认密码则需要"
68
74
 
69
75
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:86
@@ -75,14 +81,18 @@ msgid "Upload facts for a host, creating the host if required"
75
81
  msgstr "上传主机详情,如需要,请创建主机。"
76
82
 
77
83
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:94
78
- msgid "hash containing facts for the host with minimum set of facts: discovery_bootif, macaddress_eth0, ipaddress, ipaddress_eth0, interfaces: eth0 (example in case primary interface is named eth0)"
84
+ msgid ""
85
+ "hash containing facts for the host with minimum set of facts: "
86
+ "discovery_bootif, macaddress_eth0, ipaddress, ipaddress_eth0, interfaces: "
87
+ "eth0 (example in case primary interface is named eth0)"
79
88
  msgstr "包含使用最小信息系统集主机的信息系统哈希:discovery_bootif、macaddress_eth0、ipaddress, ipaddress_eth0、interfaces: eth0(例如:主接口名称为 eth0)"
80
89
 
81
90
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:111
82
91
  msgid "Execute rules against a discovered host"
83
92
  msgstr "根据发现的主机执行规则"
84
93
 
85
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:117 ../app/controllers/discovered_hosts_controller.rb:162
94
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:117
95
+ #: ../app/controllers/discovered_hosts_controller.rb:162
86
96
  msgid "Host %{host} was provisioned with rule %{rule}"
87
97
  msgstr "根据规则 %{rule} 供应主机 %{host}"
88
98
 
@@ -90,7 +100,8 @@ msgstr "根据规则 %{rule} 供应主机 %{host}"
90
100
  msgid "Unable to provision %{host}: %{errors}"
91
101
  msgstr "无法预配 %{host}: %{errors}"
92
102
 
93
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:126 ../app/controllers/discovered_hosts_controller.rb:169
103
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:126
104
+ #: ../app/controllers/discovered_hosts_controller.rb:169
94
105
  msgid "No rule found for host %s"
95
106
  msgstr "未找到主机 %s 的规则"
96
107
 
@@ -98,11 +109,13 @@ msgstr "未找到主机 %s 的规则"
98
109
  msgid "Execute rules against all currently discovered hosts"
99
110
  msgstr "根据所有目前已发现主机执行规则"
100
111
 
101
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:137 ../app/controllers/discovered_hosts_controller.rb:175
112
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:137
113
+ #: ../app/controllers/discovered_hosts_controller.rb:175
102
114
  msgid "Errors during auto provisioning: %s"
103
115
  msgstr "自动供应时出错:%s"
104
116
 
105
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:140 ../app/controllers/discovered_hosts_controller.rb:178
117
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:140
118
+ #: ../app/controllers/discovered_hosts_controller.rb:178
106
119
  msgid "No discovered hosts to provision"
107
120
  msgstr "没有发现的主机需要供应"
108
121
 
@@ -122,7 +135,8 @@ msgstr "重启已发现主机"
122
135
  msgid "Rebooting all discovered hosts"
123
136
  msgstr "重启已发现主机"
124
137
 
125
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:202 ../app/controllers/discovered_hosts_controller.rb:120
138
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:202
139
+ #: ../app/controllers/discovered_hosts_controller.rb:120
126
140
  msgid "Discovered hosts are rebooting now"
127
141
  msgstr "正在重启已发现主机"
128
142
 
@@ -147,7 +161,8 @@ msgid "the hostgroup that is used to auto provision a host"
147
161
  msgstr "用来自动供应主机的主机组"
148
162
 
149
163
  #: ../app/controllers/api/v2/discovery_rules_controller.rb:35
150
- msgid "defines a pattern to assign human-readable hostnames to the matching hosts"
164
+ msgid ""
165
+ "defines a pattern to assign human-readable hostnames to the matching hosts"
151
166
  msgstr "定义为匹配的主机分配可读主机名的模式"
152
167
 
153
168
  #: ../app/controllers/api/v2/discovery_rules_controller.rb:36
@@ -155,7 +170,8 @@ msgid "enables to limit maximum amount of provisioned hosts per rule"
155
170
  msgstr "启用以便限制每个规则可供应主机的最大数量"
156
171
 
157
172
  #: ../app/controllers/api/v2/discovery_rules_controller.rb:37
158
- msgid "puts the rules in order, low numbers go first. Must be greater then zero"
173
+ msgid ""
174
+ "puts the rules in order, low numbers go first. Must be greater then zero"
159
175
  msgstr "按顺序排列规则,从最小的数字开始。数字必须大于 0"
160
176
 
161
177
  #: ../app/controllers/api/v2/discovery_rules_controller.rb:38
@@ -298,15 +314,19 @@ msgstr "已禁用规则"
298
314
  msgid "%s ago"
299
315
  msgstr "%s 前"
300
316
 
301
- #: ../app/helpers/discovered_hosts_helper.rb:14 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:46
317
+ #: ../app/helpers/discovered_hosts_helper.rb:14
318
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:46
302
319
  msgid "Auto Provision"
303
320
  msgstr "自动供应"
304
321
 
305
- #: ../app/helpers/discovered_hosts_helper.rb:15 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:47
322
+ #: ../app/helpers/discovered_hosts_helper.rb:15
323
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:47
306
324
  msgid "Refresh facts"
307
325
  msgstr "刷新详情"
308
326
 
309
- #: ../app/helpers/discovered_hosts_helper.rb:16 ../app/models/setting/discovered.rb:23 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:48
327
+ #: ../app/helpers/discovered_hosts_helper.rb:16
328
+ #: ../app/models/setting/discovered.rb:23
329
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:48
310
330
  msgid "Reboot"
311
331
  msgstr "重启"
312
332
 
@@ -314,7 +334,8 @@ msgstr "重启"
314
334
  msgid "Back"
315
335
  msgstr "后退"
316
336
 
317
- #: ../app/helpers/discovered_hosts_helper.rb:21 ../app/helpers/discovered_hosts_helper.rb:38
337
+ #: ../app/helpers/discovered_hosts_helper.rb:21
338
+ #: ../app/helpers/discovered_hosts_helper.rb:38
318
339
  msgid "Select Action"
319
340
  msgstr "选择动作"
320
341
 
@@ -322,7 +343,8 @@ msgstr "选择动作"
322
343
  msgid "Expand All"
323
344
  msgstr "展开全部"
324
345
 
325
- #: ../app/helpers/discovered_hosts_helper.rb:28 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:49
346
+ #: ../app/helpers/discovered_hosts_helper.rb:28
347
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:49
326
348
  msgid "Delete %s?"
327
349
  msgstr "删除 %s"
328
350
 
@@ -362,7 +384,8 @@ msgstr "过去 7 天内报告的"
362
384
  msgid "Provision"
363
385
  msgstr "供应"
364
386
 
365
- #: ../app/helpers/discovery_rules_helper.rb:26 ../lib/foreman_discovery/engine.rb:163
387
+ #: ../app/helpers/discovery_rules_helper.rb:26
388
+ #: ../lib/foreman_discovery/engine.rb:163
366
389
  msgid "Discovered Hosts"
367
390
  msgstr ""
368
391
 
@@ -407,27 +430,32 @@ msgid "must start with a letter or ERB."
407
430
  msgstr "必须以字母或 ERB 开头。"
408
431
 
409
432
  #: ../app/models/discovery_rule.rb:45
410
- msgid "Host group organization %s must also be associated to the discovery rule"
411
- msgid_plural "Host group organizations %s must also be associated to the discovery rule"
433
+ msgid ""
434
+ "Host group organization %s must also be associated to the discovery rule"
435
+ msgid_plural ""
436
+ "Host group organizations %s must also be associated to the discovery rule"
412
437
  msgstr[0] ""
413
- msgstr[1] ""
414
438
 
415
439
  #: ../app/models/discovery_rule.rb:51
416
440
  msgid "Host group location %s must also be associated to the discovery rule"
417
- msgid_plural "Host group locations %s must also be associated to the discovery rule"
441
+ msgid_plural ""
442
+ "Host group locations %s must also be associated to the discovery rule"
418
443
  msgstr[0] ""
419
- msgstr[1] ""
420
444
 
421
445
  #: ../app/models/host/discovered.rb:38
422
446
  msgid "Invalid facts, must be a Hash"
423
447
  msgstr "无效详情,必须是 Hash"
424
448
 
425
449
  #: ../app/models/host/discovered.rb:43
426
- msgid "Expected discovery_fact '%s' is missing, unable to detect primary interface and set hostname"
450
+ msgid ""
451
+ "Expected discovery_fact '%s' is missing, unable to detect primary interface "
452
+ "and set hostname"
427
453
  msgstr "缺少预期的 discovery_fact '%s',无法探测主接口及设置主机名。"
428
454
 
429
455
  #: ../app/models/host/discovered.rb:50
430
- msgid "Invalid facts: hash does not contain a valid value for any of the facts in the discovery_hostname setting: %s"
456
+ msgid ""
457
+ "Invalid facts: hash does not contain a valid value for any of the facts in "
458
+ "the discovery_hostname setting: %s"
431
459
  msgstr ""
432
460
 
433
461
  #: ../app/models/host/discovered.rb:67
@@ -495,7 +523,9 @@ msgid "Hostname facts"
495
523
  msgstr ""
496
524
 
497
525
  #: ../app/models/setting/discovered.rb:22
498
- msgid "Automatically provision newly discovered hosts, according to the provisioning rules"
526
+ msgid ""
527
+ "Automatically provision newly discovered hosts, according to the "
528
+ "provisioning rules"
499
529
  msgstr "根据供应规则自动供应新发现的主机"
500
530
 
501
531
  #: ../app/models/setting/discovered.rb:22
@@ -571,7 +601,9 @@ msgid "IPMI facts"
571
601
  msgstr ""
572
602
 
573
603
  #: ../app/models/setting/discovered.rb:32
574
- msgid "Automatically generate PXE configuration to pin a newly discovered host to discovery"
604
+ msgid ""
605
+ "Automatically generate PXE configuration to pin a newly discovered host to "
606
+ "discovery"
575
607
  msgstr ""
576
608
 
577
609
  #: ../app/models/setting/discovered.rb:32
@@ -627,7 +659,9 @@ msgid "Discovery organization"
627
659
  msgstr ""
628
660
 
629
661
  #: ../app/services/foreman_discovery/fact_parser.rb:9
630
- msgid "Unable to detect primary interface using MAC '%{mac}' specified by discovery_fact '%{fact}'"
662
+ msgid ""
663
+ "Unable to detect primary interface using MAC '%{mac}' specified by "
664
+ "discovery_fact '%{fact}'"
631
665
  msgstr "无法使用 discovery_fact '%{fact}' 定义的 MAC '%{mac}' 探测主接口"
632
666
 
633
667
  #: ../app/services/foreman_discovery/node_api/node_resource.rb:75
@@ -646,15 +680,25 @@ msgstr "没有发现的主机可用"
646
680
  msgid "Host"
647
681
  msgstr "主机"
648
682
 
649
- #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:4 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:7 ../app/views/discovered_hosts/_selected_hosts.html.erb:8 ../app/views/discovered_mailer/discovered_summary.html.erb:18 ../app/views/discovered_mailer/discovered_summary.text.erb:10
683
+ #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:4
684
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:7
685
+ #: ../app/views/discovered_hosts/_selected_hosts.html.erb:8
686
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:18
687
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:10
650
688
  msgid "Model"
651
689
  msgstr "型号"
652
690
 
653
- #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:5 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:9 ../app/views/discovered_mailer/discovered_summary.html.erb:20 ../app/views/discovered_mailer/discovered_summary.text.erb:12
691
+ #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:5
692
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:9
693
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:20
694
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:12
654
695
  msgid "CPUs"
655
696
  msgstr "处理器"
656
697
 
657
- #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:6 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:10 ../app/views/discovered_mailer/discovered_summary.html.erb:21 ../app/views/discovered_mailer/discovered_summary.text.erb:13
698
+ #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:6
699
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:10
700
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:21
701
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:13
658
702
  msgid "Memory"
659
703
  msgstr "内存"
660
704
 
@@ -670,7 +714,8 @@ msgstr ""
670
714
  msgid "Create host"
671
715
  msgstr ""
672
716
 
673
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:2 ../lib/foreman_discovery/engine.rb:148
717
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:2
718
+ #: ../lib/foreman_discovery/engine.rb:148
674
719
  msgid "Discovered hosts"
675
720
  msgstr "找到的主机"
676
721
 
@@ -682,27 +727,38 @@ msgstr "选择本页中的所有项目"
682
727
  msgid "items selected. Uncheck to Clear"
683
728
  msgstr "已选择项目。取消选择清除。"
684
729
 
685
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:6 ../app/views/discovered_hosts/_selected_hosts.html.erb:7 ../app/views/discovered_mailer/discovered_summary.html.erb:17 ../app/views/discovered_mailer/discovered_summary.text.erb:9
730
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:6
731
+ #: ../app/views/discovered_hosts/_selected_hosts.html.erb:7
732
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:17
733
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:9
686
734
  msgid "Name"
687
735
  msgstr "名称"
688
736
 
689
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:8 ../app/views/discovered_mailer/discovered_summary.html.erb:19 ../app/views/discovered_mailer/discovered_summary.text.erb:11
737
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:8
738
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:19
739
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:11
690
740
  msgid "IP Address"
691
741
  msgstr "IP地址"
692
742
 
693
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:11 ../app/views/discovered_mailer/discovered_summary.html.erb:22 ../app/views/discovered_mailer/discovered_summary.text.erb:14
743
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:11
744
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:22
745
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:14
694
746
  msgid "Disk count"
695
747
  msgstr "磁盘计数"
696
748
 
697
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:12 ../app/views/discovered_mailer/discovered_summary.html.erb:23 ../app/views/discovered_mailer/discovered_summary.text.erb:15
749
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:12
750
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:23
751
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:15
698
752
  msgid "Disks size"
699
753
  msgstr "磁盘大小"
700
754
 
701
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:17 ../app/views/discovered_hosts/_selected_hosts.html.erb:10
755
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:17
756
+ #: ../app/views/discovered_hosts/_selected_hosts.html.erb:10
702
757
  msgid "Location"
703
758
  msgstr "位置"
704
759
 
705
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:20 ../app/views/discovered_hosts/_selected_hosts.html.erb:13
760
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:20
761
+ #: ../app/views/discovered_hosts/_selected_hosts.html.erb:13
706
762
  msgid "Organization"
707
763
  msgstr "机构"
708
764
 
@@ -739,7 +795,9 @@ msgid "Warning"
739
795
  msgstr "警告"
740
796
 
741
797
  #: ../app/views/discovered_hosts/multiple_destroy.html.erb:5
742
- msgid "This might take a while, as all hosts, facts and reports will be destroyed as well"
798
+ msgid ""
799
+ "This might take a while, as all hosts, facts and reports will be destroyed "
800
+ "as well"
743
801
  msgstr "这需要一些时间,因为同时还要删除所有主机、详情及报告。"
744
802
 
745
803
  #: ../app/views/discovered_hosts/select_multiple_location.html.erb:5
@@ -782,11 +840,13 @@ msgstr ""
782
840
  msgid "<b>Foreman</b> Discovered hosts summary"
783
841
  msgstr ""
784
842
 
785
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:10 ../app/views/discovered_mailer/discovered_summary.text.erb:5
843
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:10
844
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:5
786
845
  msgid "Summary from %{time} ago to %{now}"
787
846
  msgstr ""
788
847
 
789
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:11 ../app/views/discovered_mailer/discovered_summary.text.erb:3
848
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:11
849
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:3
790
850
  msgid "Discovered hosts from Foreman server at %{foreman_url}"
791
851
  msgstr ""
792
852
 
@@ -839,23 +899,33 @@ msgid "Rule priority (lower integer means higher priority)"
839
899
  msgstr "规则优先级(数字越小优先级越高)"
840
900
 
841
901
  #: ../app/views/discovery_rules/_template_inline.erb:2
842
- msgid "Specify target hostname template pattern in the same syntax as in Provisioning Templates (ERB)."
902
+ msgid ""
903
+ "Specify target hostname template pattern in the same syntax as in "
904
+ "Provisioning Templates (ERB)."
843
905
  msgstr "以与供应模板(ERB)相同的语法指定目标主机名模板模式。"
844
906
 
845
907
  #: ../app/views/discovery_rules/_template_inline.erb:4
846
- msgid "Domain will be appended automatically. A hostname based on MAC address will be used when left blank."
908
+ msgid ""
909
+ "Domain will be appended automatically. A hostname based on MAC address will "
910
+ "be used when left blank."
847
911
  msgstr ""
848
912
 
849
913
  #: ../app/views/discovery_rules/_template_inline.erb:5
850
- msgid "In addition to @host attribute function rand for random integers is available. Examples:"
914
+ msgid ""
915
+ "In addition to @host attribute function rand for random integers is "
916
+ "available. Examples:"
851
917
  msgstr ""
852
918
 
853
919
  #: ../app/views/discovery_rules/_template_inline.erb:8
854
- msgid "When creating hostname patterns, make sure the resulting host names are unique."
920
+ msgid ""
921
+ "When creating hostname patterns, make sure the resulting host names are "
922
+ "unique."
855
923
  msgstr ""
856
924
 
857
925
  #: ../app/views/discovery_rules/_template_inline.erb:9
858
- msgid "Hostnames must not start with numbers. A good approach is to use unique information provided by facter (MAC address, BIOS or serial ID)."
926
+ msgid ""
927
+ "Hostnames must not start with numbers. A good approach is to use unique "
928
+ "information provided by facter (MAC address, BIOS or serial ID)."
859
929
  msgstr ""
860
930
 
861
931
  #: ../app/views/discovery_rules/edit.html.erb:1
@@ -911,13 +981,13 @@ msgid "Discovery Proxy"
911
981
  msgstr ""
912
982
 
913
983
  #: ../lib/foreman_discovery/engine.rb:177
914
- msgid "Discovery Proxy to use within this subnet for managing connection to discovered hosts"
984
+ msgid ""
985
+ "Discovery Proxy to use within this subnet for managing connection to "
986
+ "discovered hosts"
915
987
  msgstr ""
916
988
 
917
989
  #: ../lib/foreman_discovery/engine.rb:178
918
- msgid "ID of Discovery Proxy to use within this subnet for managing connection to discovered hosts"
990
+ msgid ""
991
+ "ID of Discovery Proxy to use within this subnet for managing connection to "
992
+ "discovered hosts"
919
993
  msgstr ""
920
-
921
- #: ../lib/foreman_discovery/engine.rb:162
922
- #~ msgid "Discovery widget"
923
- #~ msgstr "发现小程序"