foreman_discovery 12.0.2 → 13.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (66) hide show
  1. checksums.yaml +4 -4
  2. data/app/mailers/discovered_mailer.rb +12 -1
  3. data/app/models/host/discovered.rb +20 -7
  4. data/app/models/setting/discovered.rb +2 -0
  5. data/app/services/foreman_discovery/fact_parser.rb +8 -2
  6. data/app/services/foreman_discovery/lldp_neighbors.rb +104 -0
  7. data/app/views/discovery_rules/index.html.erb +1 -1
  8. data/extra/discovery/pxeless-vlan.json +217 -0
  9. data/lib/foreman_discovery/engine.rb +1 -1
  10. data/lib/foreman_discovery/version.rb +1 -1
  11. data/locale/ca/LC_MESSAGES/foreman_discovery.mo +0 -0
  12. data/locale/ca/foreman_discovery.edit.po +143 -58
  13. data/locale/ca/foreman_discovery.po +4 -4
  14. data/locale/de/LC_MESSAGES/foreman_discovery.mo +0 -0
  15. data/locale/de/foreman_discovery.edit.po +145 -59
  16. data/locale/de/foreman_discovery.po +7 -7
  17. data/locale/en/LC_MESSAGES/foreman_discovery.mo +0 -0
  18. data/locale/en/foreman_discovery.edit.po +90 -58
  19. data/locale/en/foreman_discovery.po +28 -4
  20. data/locale/en_GB/LC_MESSAGES/foreman_discovery.mo +0 -0
  21. data/locale/en_GB/foreman_discovery.edit.po +151 -66
  22. data/locale/en_GB/foreman_discovery.po +12 -12
  23. data/locale/es/LC_MESSAGES/foreman_discovery.mo +0 -0
  24. data/locale/es/foreman_discovery.edit.po +155 -70
  25. data/locale/es/foreman_discovery.po +16 -16
  26. data/locale/foreman_discovery.pot +93 -59
  27. data/locale/fr/LC_MESSAGES/foreman_discovery.mo +0 -0
  28. data/locale/fr/foreman_discovery.edit.po +287 -200
  29. data/locale/fr/foreman_discovery.po +149 -148
  30. data/locale/gl/LC_MESSAGES/foreman_discovery.mo +0 -0
  31. data/locale/gl/foreman_discovery.edit.po +144 -59
  32. data/locale/gl/foreman_discovery.po +5 -5
  33. data/locale/it/LC_MESSAGES/foreman_discovery.mo +0 -0
  34. data/locale/it/foreman_discovery.edit.po +144 -59
  35. data/locale/it/foreman_discovery.po +5 -5
  36. data/locale/ja/LC_MESSAGES/foreman_discovery.mo +0 -0
  37. data/locale/ja/foreman_discovery.edit.po +153 -68
  38. data/locale/ja/foreman_discovery.po +16 -14
  39. data/locale/ko/LC_MESSAGES/foreman_discovery.mo +0 -0
  40. data/locale/ko/foreman_discovery.edit.po +143 -59
  41. data/locale/ko/foreman_discovery.po +5 -5
  42. data/locale/pt_BR/LC_MESSAGES/foreman_discovery.mo +0 -0
  43. data/locale/pt_BR/foreman_discovery.edit.po +155 -70
  44. data/locale/pt_BR/foreman_discovery.po +16 -16
  45. data/locale/ru/LC_MESSAGES/foreman_discovery.mo +0 -0
  46. data/locale/ru/foreman_discovery.edit.po +146 -63
  47. data/locale/ru/foreman_discovery.po +6 -6
  48. data/locale/sv_SE/LC_MESSAGES/foreman_discovery.mo +0 -0
  49. data/locale/sv_SE/foreman_discovery.edit.po +144 -59
  50. data/locale/sv_SE/foreman_discovery.po +5 -5
  51. data/locale/zh_CN/LC_MESSAGES/foreman_discovery.mo +0 -0
  52. data/locale/zh_CN/foreman_discovery.edit.po +150 -69
  53. data/locale/zh_CN/foreman_discovery.po +13 -15
  54. data/locale/zh_TW/LC_MESSAGES/foreman_discovery.mo +0 -0
  55. data/locale/zh_TW/foreman_discovery.edit.po +227 -144
  56. data/locale/zh_TW/foreman_discovery.po +88 -88
  57. data/test/functional/api/v2/discovery_rules_controller_test.rb +8 -0
  58. data/test/functional/api/v2/settings_controller_test.rb +2 -0
  59. data/test/test_helper_discovery.rb +2 -0
  60. data/test/unit/discovered_mailer_test.rb +14 -0
  61. data/test/unit/discovery_rule_test.rb +3 -0
  62. data/test/unit/facts_with_lldp.json +107 -0
  63. data/test/unit/facts_with_lldp_bond_candidate.json +107 -0
  64. data/test/unit/host_discovered_test.rb +72 -1
  65. data/test/unit/lldp_neighbors_test.rb +56 -0
  66. metadata +11 -2
@@ -5,9 +5,9 @@
5
5
  # Translators:
6
6
  msgid ""
7
7
  msgstr ""
8
- "Project-Id-Version: foreman_discovery 10.0.0\n"
8
+ "Project-Id-Version: foreman_discovery 13.0.0\n"
9
9
  "Report-Msgid-Bugs-To: \n"
10
- "PO-Revision-Date: 2018-01-05 19:26+0000\n"
10
+ "PO-Revision-Date: 2018-06-15 10:50+0000\n"
11
11
  "Last-Translator: Bryan Kearney <bryan.kearney@gmail.com>\n"
12
12
  "Language-Team: Chinese (China) (http://www.transifex.com/foreman/foreman/langu"
13
13
  "age/zh_CN/)\n"
@@ -72,7 +72,7 @@ msgid "Clean all reported facts during provisioning (except discovery facts)"
72
72
  msgstr "置备期间清除所有报告的详情(发现详情除外)"
73
73
 
74
74
  msgid "Collapse All"
75
- msgstr ""
75
+ msgstr "隐藏全部"
76
76
 
77
77
  msgid "Could not get facts from proxy %{url}: %{error}"
78
78
  msgstr "无法从代理 %{url} 获得详情:%{error}"
@@ -90,13 +90,13 @@ msgid "Create a discovery rule"
90
90
  msgstr "创建发现规则"
91
91
 
92
92
  msgid "Customize Host"
93
- msgstr ""
93
+ msgstr "自定义主机"
94
94
 
95
95
  msgid "DHCP filename option (Grub2 or PXELinux by default)"
96
96
  msgstr "DHCP 文件名选项(默认为 Grub2 或 PXELinux)"
97
97
 
98
98
  msgid "Delete"
99
- msgstr ""
99
+ msgstr "删除"
100
100
 
101
101
  msgid "Delete %s?"
102
102
  msgstr "删除 %s"
@@ -201,7 +201,7 @@ msgid "Domain will be appended automatically. A hostname based on MAC address wi
201
201
  msgstr "域将自动附加。留空时将使用基于 MAC 地址的主机名。"
202
202
 
203
203
  msgid "Edit %s"
204
- msgstr ""
204
+ msgstr "编辑 %s"
205
205
 
206
206
  msgid "Enable"
207
207
  msgstr "启用"
@@ -293,14 +293,12 @@ msgstr "主机组"
293
293
  msgid "Host group location %s must also be associated to the discovery rule"
294
294
  msgid_plural "Host group locations %s must also be associated to the discovery rule"
295
295
  msgstr[0] ""
296
- "主机组位置 %s 也必须与发现规则关联\n"
297
- "主机组位置 %s 也必须与发现规则关联"
296
+ msgstr[1] ""
298
297
 
299
298
  msgid "Host group organization %s must also be associated to the discovery rule"
300
299
  msgid_plural "Host group organizations %s must also be associated to the discovery rule"
301
300
  msgstr[0] ""
302
- "主机组机构 %s 也必须与发现规则关联\n"
303
- "主机组机构 %s 也必须与发现规则关联"
301
+ msgstr[1] ""
304
302
 
305
303
  msgid "Host of type %s can not be rebooted"
306
304
  msgstr "%s 类型的主机不能重启"
@@ -381,7 +379,7 @@ msgid "Last Facts Upload"
381
379
  msgstr "最后详情上传"
382
380
 
383
381
  msgid "Learn more about this in the documentation."
384
- msgstr ""
382
+ msgstr "在本文档中了解更多这方面的内容。"
385
383
 
386
384
  msgid "List all discovered hosts"
387
385
  msgstr "列出所有发现主机"
@@ -456,7 +454,7 @@ msgid "No discovered hosts for the selected period"
456
454
  msgstr "选定时间段内没有发现主机"
457
455
 
458
456
  msgid "No discovered hosts found in this context."
459
- msgstr ""
457
+ msgstr "在此上下文中未找到发现主机。"
460
458
 
461
459
  msgid "No discovered hosts to provision"
462
460
  msgstr "没有要置备的发现主机"
@@ -642,7 +640,7 @@ msgid "This might take a while, as all hosts, facts and reports will be destroye
642
640
  msgstr "这需要一些时间,因为同时还要删除所有主机、详情及报告。"
643
641
 
644
642
  msgid "This page shows discovered bare-metal or virtual nodes waiting to be provisioned."
645
- msgstr ""
643
+ msgstr "此页显示了等待置备的发现裸机或虚拟节点。"
646
644
 
647
645
  msgid "Type"
648
646
  msgstr "类型"
@@ -696,7 +694,7 @@ msgid "items selected. Uncheck to Clear"
696
694
  msgstr "已选择项目。取消选择清除。"
697
695
 
698
696
  msgid "location ID for provisioned hosts"
699
- msgstr ""
697
+ msgstr "预配主机的位置 ID"
700
698
 
701
699
  msgid "must be present."
702
700
  msgstr ""
@@ -714,7 +712,7 @@ msgid "number of entries per request"
714
712
  msgstr "每个请求中的条目数"
715
713
 
716
714
  msgid "organization ID for provisioned hosts"
717
- msgstr ""
715
+ msgstr "预配主机的组织 ID"
718
716
 
719
717
  msgid "paginate results"
720
718
  msgstr "编页结果"
@@ -1,16 +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 10.0.0\n"
8
+ "Project-Id-Version: foreman_discovery 13.0.0\n"
9
9
  "Report-Msgid-Bugs-To: \n"
10
- "PO-Revision-Date: 2017-12-11 11:31+0000\n"
11
- "Last-Translator: Lukáš Zapletal\n"
12
- "Language-Team: Chinese (Taiwan) (http://www.transifex.com/foreman/foreman/lang"
13
- "uage/zh_TW/)\n"
10
+ "POT-Creation-Date: 2018-06-15 11:25+0200\n"
11
+ "PO-Revision-Date: 2018-06-15 10:50+0000\n"
12
+ "Last-Translator: Dominic Cleal <dominic@cleal.org>\n"
13
+ "Language-Team: Chinese (Taiwan) (http://www.transifex.com/foreman/foreman/language/zh_TW/)\n"
14
14
  "MIME-Version: 1.0\n"
15
15
  "Content-Type: text/plain; charset=UTF-8\n"
16
16
  "Content-Transfer-Encoding: 8bit\n"
@@ -19,39 +19,44 @@ msgstr ""
19
19
 
20
20
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:16
21
21
  msgid "List all discovered hosts"
22
- msgstr "列出所有發現的主機"
22
+ msgstr ""
23
23
 
24
- #: ../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
25
26
  msgid "filter results"
26
27
  msgstr "篩選結果"
27
28
 
28
- #: ../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
29
31
  msgid "sort results"
30
32
  msgstr "排序結果"
31
33
 
32
- #: ../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
33
36
  msgid "paginate results"
34
37
  msgstr "編頁結果"
35
38
 
36
- #: ../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
37
41
  msgid "number of entries per request"
38
42
  msgstr "每個請求的項目數量"
39
43
 
40
44
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:26
41
45
  msgid "Show a discovered host"
42
- msgstr "顯示發現的主機"
46
+ msgstr ""
43
47
 
44
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:37 ../app/controllers/api/v2/discovered_hosts_controller.rb:79
48
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:37
49
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:79
45
50
  msgid "DHCP filename option (Grub2 or PXELinux by default)"
46
51
  msgstr ""
47
52
 
48
53
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:41
49
54
  msgid "Create a discovered host for testing (use /facts to create new hosts)"
50
- msgstr "建立測試用的搜尋主機(使用 /facts 來建立新主機)"
55
+ msgstr ""
51
56
 
52
57
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:50
53
58
  msgid "Provision a discovered host"
54
- msgstr "佈建一部已發現的主機"
59
+ msgstr ""
55
60
 
56
61
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:55
57
62
  msgid "not required if using a subnet with DHCP proxy"
@@ -59,111 +64,124 @@ msgstr "若是使用一個含有 DHCP 協定的子網路則不需要"
59
64
 
60
65
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:56
61
66
  msgid "not required if it's a virtual machine"
62
- msgstr "若是虛擬機器則不需要"
67
+ msgstr ""
63
68
 
64
69
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:76
65
- msgid "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
70
+ msgid ""
71
+ "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
66
72
  msgstr "用來追蹤協調流程任務狀態的 UUID,GET /api/orchestration/:UUID/tasks"
67
73
 
68
74
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:78
69
- msgid "required if value is not inherited from host group or default password in settings"
70
- msgstr "若值並非從主機群組或設定中的預設密碼所繼承的話則需要"
75
+ msgid ""
76
+ "required if value is not inherited from host group or default password in "
77
+ "settings"
78
+ msgstr ""
71
79
 
72
80
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:89
73
81
  msgid "Delete a discovered host"
74
- msgstr "刪除發現的主機"
82
+ msgstr ""
75
83
 
76
84
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:96
77
85
  msgid "Upload facts for a host, creating the host if required"
78
86
  msgstr "上傳主機的詳情,並視需求建立主機"
79
87
 
80
88
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:97
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)"
82
- msgstr "包含主機詳情的雜湊,其中有最基本的詳情:discovery_bootif、macaddress_eth0、ipaddress、ipaddress_eth0、interfaces:eth0(大部分範例中,主介面的名稱都是 eth0)"
89
+ msgid ""
90
+ "hash containing facts for the host with minimum set of facts: "
91
+ "discovery_bootif, macaddress_eth0, ipaddress, ipaddress_eth0, interfaces: "
92
+ "eth0 (example in case primary interface is named eth0)"
93
+ msgstr ""
83
94
 
84
95
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:116
85
96
  msgid "Execute rules against a discovered host"
86
- msgstr "針對於一部發現的主機執行規則"
97
+ msgstr ""
87
98
 
88
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:122 ../app/controllers/discovered_hosts_controller.rb:159
99
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:122
100
+ #: ../app/controllers/discovered_hosts_controller.rb:159
89
101
  msgid "Host %{host} was provisioned with rule %{rule}"
90
- msgstr "主機 %{host} 已透過規則 %{rule} 佈建"
102
+ msgstr ""
91
103
 
92
104
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:125
93
105
  msgid "Unable to provision %{host}: %{errors}"
94
- msgstr "無法供給 %{host}:%{errors}"
106
+ msgstr ""
95
107
 
96
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:131 ../app/controllers/discovered_hosts_controller.rb:166
108
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:131
109
+ #: ../app/controllers/discovered_hosts_controller.rb:166
97
110
  msgid "No rule found for host %s"
98
- msgstr "未找到主機 %s 的規則"
111
+ msgstr ""
99
112
 
100
113
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:138
101
114
  msgid "Execute rules against all currently discovered hosts"
102
- msgstr "針對於所有目前已發現的主機執行規則"
115
+ msgstr ""
103
116
 
104
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:142 ../app/controllers/discovered_hosts_controller.rb:172
117
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:142
118
+ #: ../app/controllers/discovered_hosts_controller.rb:172
105
119
  msgid "Errors during auto provisioning: %s"
106
- msgstr "進行自動佈建時發生了錯誤:%s"
120
+ msgstr ""
107
121
 
108
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:145 ../app/controllers/discovered_hosts_controller.rb:175
122
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:145
123
+ #: ../app/controllers/discovered_hosts_controller.rb:175
109
124
  msgid "No discovered hosts to provision"
110
- msgstr "未發現可佈建的主機"
125
+ msgstr ""
111
126
 
112
127
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:167
113
128
  msgid "%s discovered hosts were provisioned"
114
- msgstr "%s 已發現的主機已供給"
129
+ msgstr ""
115
130
 
116
131
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:178
117
132
  msgid "Refreshing the facts of a discovered host"
118
- msgstr "刷新一部已發現之主機的詳情"
133
+ msgstr ""
119
134
 
120
135
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:187
121
136
  msgid "Rebooting a discovered host"
122
- msgstr "重新啟動一部已發現的主機"
137
+ msgstr ""
123
138
 
124
139
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:196
125
140
  msgid "Rebooting all discovered hosts"
126
- msgstr "重新啟動所有已發現的主機"
141
+ msgstr ""
127
142
 
128
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:207 ../app/controllers/discovered_hosts_controller.rb:128
143
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:207
144
+ #: ../app/controllers/discovered_hosts_controller.rb:128
129
145
  msgid "Discovered hosts are rebooting now"
130
- msgstr "發現的主機正在重新啟動"
146
+ msgstr ""
131
147
 
132
148
  #: ../app/controllers/api/v2/discovery_rules_controller.rb:14
133
149
  msgid "List all discovery rules"
134
- msgstr "列出所有的搜尋規則"
150
+ msgstr ""
135
151
 
136
152
  #: ../app/controllers/api/v2/discovery_rules_controller.rb:24
137
153
  msgid "Show a discovery rule"
138
- msgstr "顯示搜尋規則"
154
+ msgstr ""
139
155
 
140
156
  #: ../app/controllers/api/v2/discovery_rules_controller.rb:32
141
157
  msgid "represents rule name shown to the users"
142
- msgstr "代表使用者所會看見的規則名稱"
158
+ msgstr ""
143
159
 
144
160
  #: ../app/controllers/api/v2/discovery_rules_controller.rb:33
145
161
  msgid "query to match discovered hosts for the particular rule"
146
- msgstr "查詢與發現的主機相符的特定規則"
162
+ msgstr ""
147
163
 
148
164
  #: ../app/controllers/api/v2/discovery_rules_controller.rb:34
149
165
  msgid "the hostgroup that is used to auto provision a host"
150
- msgstr "用來自動佈建一部主機的主機群組"
166
+ msgstr ""
151
167
 
152
168
  #: ../app/controllers/api/v2/discovery_rules_controller.rb:35
153
- msgid "defines a pattern to assign human-readable hostnames to the matching hosts"
154
- msgstr "定義一項模式來為相符的主機指定易讀的主機名稱"
169
+ msgid ""
170
+ "defines a pattern to assign human-readable hostnames to the matching hosts"
171
+ msgstr ""
155
172
 
156
173
  #: ../app/controllers/api/v2/discovery_rules_controller.rb:36
157
174
  msgid "enables to limit maximum amount of provisioned hosts per rule"
158
- msgstr "啟用來限制每個規則所能搭配的最大已佈建主機之數量"
175
+ msgstr ""
159
176
 
160
177
  #: ../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"
162
- msgstr "按照順序排序規則,數字較小的優先。必須大於零"
178
+ msgid ""
179
+ "puts the rules in order, low numbers go first. Must be greater then zero"
180
+ msgstr ""
163
181
 
164
182
  #: ../app/controllers/api/v2/discovery_rules_controller.rb:38
165
183
  msgid "flag is used for temporary shutdown of rules"
166
- msgstr "旗標可用來暫時性關閉規則"
184
+ msgstr ""
167
185
 
168
186
  #: ../app/controllers/api/v2/discovery_rules_controller.rb:39
169
187
  msgid "location ID for provisioned hosts"
@@ -175,15 +193,15 @@ msgstr ""
175
193
 
176
194
  #: ../app/controllers/api/v2/discovery_rules_controller.rb:44
177
195
  msgid "Create a discovery rule"
178
- msgstr "建立一項搜尋規則"
196
+ msgstr ""
179
197
 
180
198
  #: ../app/controllers/api/v2/discovery_rules_controller.rb:52
181
199
  msgid "Update a rule"
182
- msgstr "更新規則"
200
+ msgstr ""
183
201
 
184
202
  #: ../app/controllers/api/v2/discovery_rules_controller.rb:60
185
203
  msgid "Delete a rule"
186
- msgstr "刪除規則"
204
+ msgstr ""
187
205
 
188
206
  #: ../app/controllers/api/v2/fact_values_controller_extensions.rb:7
189
207
  msgid "List all fact values of a given discovered host"
@@ -191,19 +209,19 @@ msgstr ""
191
209
 
192
210
  #: ../app/controllers/concerns/foreman/controller/discovered_extensions.rb:6
193
211
  msgid "Unable to find a discovery rule, no host provided (check permissions)"
194
- msgstr "找不到探索規則,未提供主機(檢查權限)"
212
+ msgstr ""
195
213
 
196
214
  #: ../app/controllers/concerns/foreman/controller/discovered_extensions.rb:47
197
215
  msgid "No hostgroup associated with rule '%s'"
198
- msgstr "沒有主機群組與規則 '%s' 相關連"
216
+ msgstr ""
199
217
 
200
218
  #: ../app/controllers/concerns/foreman/controller/discovered_extensions.rb:71
201
219
  msgid "Errors during reboot: %s"
202
- msgstr "重新開機時發生了錯誤:%s"
220
+ msgstr ""
203
221
 
204
222
  #: ../app/controllers/concerns/foreman/controller/discovered_extensions.rb:89
205
223
  msgid "No discovered hosts to reboot"
206
- msgstr "未發現可重新啟動的主機"
224
+ msgstr ""
207
225
 
208
226
  #: ../app/controllers/discovered_hosts_controller.rb:63
209
227
  msgid "Successfully provisioned %s"
@@ -219,27 +237,27 @@ msgstr "刷新 %s 的詳情失敗"
219
237
 
220
238
  #: ../app/controllers/discovered_hosts_controller.rb:101
221
239
  msgid "Failed to refresh facts for %{hostname} with error %{error_message}"
222
- msgstr "重新刷新主機 %{hostname} 的事實失敗,錯誤訊息為 %{error_message}"
240
+ msgstr ""
223
241
 
224
242
  #: ../app/controllers/discovered_hosts_controller.rb:108
225
243
  msgid "Host of type %s can not be rebooted"
226
- msgstr "類型為 %s 的主機無法重新啟動"
244
+ msgstr ""
227
245
 
228
246
  #: ../app/controllers/discovered_hosts_controller.rb:112
229
247
  msgid "Rebooting host %s"
230
- msgstr "重新啟動主機 %s"
248
+ msgstr ""
231
249
 
232
250
  #: ../app/controllers/discovered_hosts_controller.rb:114
233
251
  msgid "Failed to reboot host %s"
234
- msgstr "重新啟動主機 %s 失敗"
252
+ msgstr ""
235
253
 
236
254
  #: ../app/controllers/discovered_hosts_controller.rb:117
237
255
  msgid "Failed to reboot host %{hostname} with error %{error_message}"
238
- msgstr "重新啟動主機 %{hostname} 失敗,錯誤訊息為 %{error_message}"
256
+ msgstr ""
239
257
 
240
258
  #: ../app/controllers/discovered_hosts_controller.rb:131
241
259
  msgid "Failed to reboot hosts with error %s"
242
- msgstr "重新啟動主機失敗,錯誤訊息為 %s"
260
+ msgstr ""
243
261
 
244
262
  #: ../app/controllers/discovered_hosts_controller.rb:149
245
263
  msgid "Destroyed selected hosts"
@@ -251,11 +269,11 @@ msgstr "下列主機尚未刪除:%s"
251
269
 
252
270
  #: ../app/controllers/discovered_hosts_controller.rb:163
253
271
  msgid "Failed to auto provision host %s: %s"
254
- msgstr "自動佈建主機 %s 失敗:%s"
272
+ msgstr ""
255
273
 
256
274
  #: ../app/controllers/discovered_hosts_controller.rb:191
257
275
  msgid "Discovered hosts are provisioning now"
258
- msgstr "發現的主機現在正在佈建"
276
+ msgstr ""
259
277
 
260
278
  #: ../app/controllers/discovered_hosts_controller.rb:223
261
279
  msgid "Highlights"
@@ -299,25 +317,31 @@ msgstr "選擇主機時發生了錯誤 - %s"
299
317
 
300
318
  #: ../app/controllers/discovery_rules_controller.rb:68
301
319
  msgid "Rule enabled"
302
- msgstr "規則已啟用"
320
+ msgstr ""
303
321
 
304
322
  #: ../app/controllers/discovery_rules_controller.rb:68
305
323
  msgid "Rule disabled"
306
- msgstr "規則已停用"
324
+ msgstr ""
307
325
 
308
326
  #: ../app/helpers/discovered_hosts_helper.rb:10
309
327
  msgid "%s ago"
310
328
  msgstr "%s 之前"
311
329
 
312
- #: ../app/helpers/discovered_hosts_helper.rb:14 ../app/helpers/discovered_hosts_helper.rb:29 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:46
330
+ #: ../app/helpers/discovered_hosts_helper.rb:14
331
+ #: ../app/helpers/discovered_hosts_helper.rb:29
332
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:46
313
333
  msgid "Auto Provision"
314
- msgstr "自動佈建"
334
+ msgstr ""
315
335
 
316
- #: ../app/helpers/discovered_hosts_helper.rb:15 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:47
336
+ #: ../app/helpers/discovered_hosts_helper.rb:15
337
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:47
317
338
  msgid "Refresh facts"
318
339
  msgstr "刷新詳情"
319
340
 
320
- #: ../app/helpers/discovered_hosts_helper.rb:16 ../app/helpers/discovered_hosts_helper.rb:30 ../app/models/setting/discovered.rb:23 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:48
341
+ #: ../app/helpers/discovered_hosts_helper.rb:16
342
+ #: ../app/helpers/discovered_hosts_helper.rb:30
343
+ #: ../app/models/setting/discovered.rb:23
344
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:48
321
345
  msgid "Reboot"
322
346
  msgstr "重新開機"
323
347
 
@@ -325,11 +349,13 @@ msgstr "重新開機"
325
349
  msgid "Back"
326
350
  msgstr "上一步"
327
351
 
328
- #: ../app/helpers/discovered_hosts_helper.rb:21 ../app/helpers/discovered_hosts_helper.rb:35
352
+ #: ../app/helpers/discovered_hosts_helper.rb:21
353
+ #: ../app/helpers/discovered_hosts_helper.rb:35
329
354
  msgid "Select Action"
330
355
  msgstr "選擇動作"
331
356
 
332
- #: ../app/helpers/discovered_hosts_helper.rb:23 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:49
357
+ #: ../app/helpers/discovered_hosts_helper.rb:23
358
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:49
333
359
  msgid "Delete %s?"
334
360
  msgstr "刪除 %s?"
335
361
 
@@ -343,33 +369,38 @@ msgstr "指定位置"
343
369
 
344
370
  #: ../app/helpers/discovered_hosts_helper.rb:33
345
371
  msgid "Delete"
346
- msgstr ""
372
+ msgstr "刪除"
347
373
 
348
374
  #: ../app/helpers/discovered_hosts_helper.rb:37
349
375
  msgid "%s - The following hosts are about to be changed"
350
376
  msgstr "%s - 以下主機即將受到更改"
351
377
 
352
- #: ../app/helpers/discovered_hosts_helper.rb:46 ../app/views/dashboard/_discovery_widget_host.html.erb:2
378
+ #: ../app/helpers/discovered_hosts_helper.rb:46
379
+ #: ../app/views/dashboard/_discovery_widget_host.html.erb:2
353
380
  msgid "N/A"
354
381
  msgstr "N/A"
355
382
 
356
383
  #: ../app/helpers/discovered_hosts_helper.rb:58
357
384
  msgid "New in the last 24 hours"
358
- msgstr "過去 24 小時的新項目"
385
+ msgstr ""
359
386
 
360
387
  #: ../app/helpers/discovered_hosts_helper.rb:62
361
388
  msgid "Not reported in more than 7 days"
362
- msgstr "七天內未回報"
389
+ msgstr ""
363
390
 
364
391
  #: ../app/helpers/discovered_hosts_helper.rb:66
365
392
  msgid "Reported in the last 7 days"
366
- msgstr "過去七天內已回報"
393
+ msgstr ""
367
394
 
368
395
  #: ../app/helpers/discovered_hosts_helper.rb:90
369
396
  msgid "Provision"
370
397
  msgstr "佈建"
371
398
 
372
- #: ../app/helpers/discovery_rules_helper.rb:26 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:2 ../app/views/discovered_hosts/welcome.html.erb:1 ../app/views/discovered_hosts/welcome.html.erb:6 ../lib/foreman_discovery/engine.rb:173
399
+ #: ../app/helpers/discovery_rules_helper.rb:26
400
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:2
401
+ #: ../app/views/discovered_hosts/welcome.html.erb:1
402
+ #: ../app/views/discovered_hosts/welcome.html.erb:6
403
+ #: ../lib/foreman_discovery/engine.rb:173
373
404
  msgid "Discovered Hosts"
374
405
  msgstr ""
375
406
 
@@ -407,38 +438,43 @@ msgstr ""
407
438
 
408
439
  #: ../app/models/discovery_rule.rb:10
409
440
  msgid "can't contain white spaces."
410
- msgstr "不可包含空格。"
441
+ msgstr ""
411
442
 
412
443
  #: ../app/models/discovery_rule.rb:12
413
444
  msgid "must start with a letter or ERB."
414
- msgstr "必須以字母或是 ERB 作為起始。"
445
+ msgstr ""
415
446
 
416
447
  #: ../app/models/discovery_rule.rb:15
417
448
  msgid "must be present."
418
449
  msgstr ""
419
450
 
420
451
  #: ../app/models/discovery_rule.rb:48
421
- msgid "Host group organization %s must also be associated to the discovery rule"
422
- msgid_plural "Host group organizations %s must also be associated to the discovery rule"
452
+ msgid ""
453
+ "Host group organization %s must also be associated to the discovery rule"
454
+ msgid_plural ""
455
+ "Host group organizations %s must also be associated to the discovery rule"
423
456
  msgstr[0] ""
424
- msgstr[1] ""
425
457
 
426
458
  #: ../app/models/discovery_rule.rb:54
427
459
  msgid "Host group location %s must also be associated to the discovery rule"
428
- msgid_plural "Host group locations %s must also be associated to the discovery rule"
460
+ msgid_plural ""
461
+ "Host group locations %s must also be associated to the discovery rule"
429
462
  msgstr[0] ""
430
- msgstr[1] ""
431
463
 
432
464
  #: ../app/models/host/discovered.rb:51
433
465
  msgid "Invalid facts, must be a Hash"
434
- msgstr "詳情無效,必須是雜湊"
466
+ msgstr ""
435
467
 
436
468
  #: ../app/models/host/discovered.rb:56
437
- msgid "Expected discovery_fact '%s' is missing, unable to detect primary interface and set hostname"
438
- msgstr "沒有預期的 discovery_fact '%s',無法偵測主介面並設定主機名稱"
469
+ msgid ""
470
+ "Expected discovery_fact '%s' is missing, unable to detect primary interface "
471
+ "and set hostname"
472
+ msgstr ""
439
473
 
440
474
  #: ../app/models/host/discovered.rb:63
441
- msgid "Invalid facts: hash does not contain a valid value for any of the facts in the discovery_hostname setting: %s"
475
+ msgid ""
476
+ "Invalid facts: hash does not contain a valid value for any of the facts in "
477
+ "the discovery_hostname setting: %s"
442
478
  msgstr ""
443
479
 
444
480
  #: ../app/models/host/discovered.rb:89
@@ -447,15 +483,15 @@ msgstr ""
447
483
 
448
484
  #: ../app/models/host/discovered.rb:212
449
485
  msgid "Could not get facts from proxy %{url}: %{error}"
450
- msgstr "無法由協定 %{url} 取得詳細資料:%{error}"
486
+ msgstr ""
451
487
 
452
488
  #: ../app/models/host/discovered.rb:220
453
489
  msgid "Unable to reboot %{name} via %{url}: %{msg}"
454
- msgstr "無法透過 %{url} 重新啟動 %{name}:%{msg}"
490
+ msgstr ""
455
491
 
456
492
  #: ../app/models/host/discovered.rb:228
457
493
  msgid "Unable to perform kexec on %{name} via %{url}: %{msg}"
458
- msgstr "無法透過 %{url} 在 %{name} 上執行 kexec:%{msg}"
494
+ msgstr ""
459
495
 
460
496
  #: ../app/models/host/discovered.rb:247
461
497
  msgid "Invalid hostname: Could not normalize the hostname"
@@ -463,7 +499,7 @@ msgstr ""
463
499
 
464
500
  #: ../app/models/host/managed_extensions.rb:23
465
501
  msgid "Reloading kernel on %s"
466
- msgstr "在 %s 上重新載入 kernel"
502
+ msgstr ""
467
503
 
468
504
  #: ../app/models/host/managed_extensions.rb:25
469
505
  msgid "Rebooting %s"
@@ -471,7 +507,7 @@ msgstr "重新啟動 %s"
471
507
 
472
508
  #: ../app/models/host/managed_extensions.rb:46
473
509
  msgid "Kexec template not associated with operating system"
474
- msgstr "kexec 範本並不與作業系統相關連"
510
+ msgstr ""
475
511
 
476
512
  #: ../app/models/host/managed_extensions.rb:51
477
513
  msgid "Kernel kexec URL is invalid: '%s'"
@@ -510,8 +546,10 @@ msgid "Hostname facts"
510
546
  msgstr ""
511
547
 
512
548
  #: ../app/models/setting/discovered.rb:22
513
- msgid "Automatically provision newly discovered hosts, according to the provisioning rules"
514
- msgstr "根據佈建規則來自動佈建新發現的主機"
549
+ msgid ""
550
+ "Automatically provision newly discovered hosts, according to the "
551
+ "provisioning rules"
552
+ msgstr ""
515
553
 
516
554
  #: ../app/models/setting/discovered.rb:22
517
555
  msgid "Auto provisioning"
@@ -523,7 +561,7 @@ msgstr ""
523
561
 
524
562
  #: ../app/models/setting/discovered.rb:24
525
563
  msgid "The default prefix to use for the host name, must start with a letter"
526
- msgstr "主機名稱的預設前綴,必須以字母為起始"
564
+ msgstr ""
527
565
 
528
566
  #: ../app/models/setting/discovered.rb:24
529
567
  msgid "Hostname prefix"
@@ -531,7 +569,7 @@ msgstr ""
531
569
 
532
570
  #: ../app/models/setting/discovered.rb:25
533
571
  msgid "Extra facter columns to show in host lists (separate by comma)"
534
- msgstr "要在主機清單中顯示的額外事實欄(以逗號隔開)"
572
+ msgstr ""
535
573
 
536
574
  #: ../app/models/setting/discovered.rb:25
537
575
  msgid "Fact columns"
@@ -547,7 +585,7 @@ msgstr ""
547
585
 
548
586
  #: ../app/models/setting/discovered.rb:27
549
587
  msgid "Regex to organize facts for storage section"
550
- msgstr "用來為 storage 一節組織事實時使用的正規表示式"
588
+ msgstr ""
551
589
 
552
590
  #: ../app/models/setting/discovered.rb:27
553
591
  msgid "Storage facts"
@@ -555,7 +593,7 @@ msgstr ""
555
593
 
556
594
  #: ../app/models/setting/discovered.rb:28
557
595
  msgid "Regex to organize facts for software section"
558
- msgstr "用來為 software 一節組織事實時使用的正規表示式"
596
+ msgstr ""
559
597
 
560
598
  #: ../app/models/setting/discovered.rb:28
561
599
  msgid "Software facts"
@@ -563,7 +601,7 @@ msgstr ""
563
601
 
564
602
  #: ../app/models/setting/discovered.rb:29
565
603
  msgid "Regex to organize facts for hardware section"
566
- msgstr "用來為 hardware 一節組織事實時使用的正規表示式"
604
+ msgstr ""
567
605
 
568
606
  #: ../app/models/setting/discovered.rb:29
569
607
  msgid "Hardware facts"
@@ -571,7 +609,7 @@ msgstr ""
571
609
 
572
610
  #: ../app/models/setting/discovered.rb:30
573
611
  msgid "Regex to organize facts for network section"
574
- msgstr "用來為 network 一節組織事實時使用的正規表示式"
612
+ msgstr ""
575
613
 
576
614
  #: ../app/models/setting/discovered.rb:30
577
615
  msgid "Network facts"
@@ -579,14 +617,16 @@ msgstr ""
579
617
 
580
618
  #: ../app/models/setting/discovered.rb:31
581
619
  msgid "Regex to organize facts for ipmi section"
582
- msgstr "用來為 ipmi 一節組織事實時使用的正規表示式"
620
+ msgstr ""
583
621
 
584
622
  #: ../app/models/setting/discovered.rb:31
585
623
  msgid "IPMI facts"
586
624
  msgstr ""
587
625
 
588
626
  #: ../app/models/setting/discovered.rb:32
589
- msgid "Automatically generate PXE configuration to pin a newly discovered host to discovery"
627
+ msgid ""
628
+ "Automatically generate PXE configuration to pin a newly discovered host to "
629
+ "discovery"
590
630
  msgstr ""
591
631
 
592
632
  #: ../app/models/setting/discovered.rb:32
@@ -626,7 +666,9 @@ msgid "Force DNS"
626
666
  msgstr ""
627
667
 
628
668
  #: ../app/models/setting/discovered.rb:37
629
- msgid "Do not allow to discover existing managed host matching MAC of a provisioning NIC (errors out early)"
669
+ msgid ""
670
+ "Do not allow to discover existing managed host matching MAC of a "
671
+ "provisioning NIC (errors out early)"
630
672
  msgstr ""
631
673
 
632
674
  #: ../app/models/setting/discovered.rb:37
@@ -658,34 +700,46 @@ msgid "Discovered host '%{host}' has all NICs filtered out, filter: %{filter}"
658
700
  msgstr ""
659
701
 
660
702
  #: ../app/services/foreman_discovery/fact_parser.rb:12
661
- msgid "Unable to find primary NIC with %{mac} specified via '%{fact}', NIC filter: %{filter}"
703
+ msgid ""
704
+ "Unable to find primary NIC with %{mac} specified via '%{fact}', NIC filter: "
705
+ "%{filter}"
662
706
  msgstr ""
663
707
 
664
708
  #: ../app/services/foreman_discovery/node_api/node_resource.rb:75
665
709
  msgid "Image API returned HTTP/%{code} with '%{body}"
666
- msgstr "映像檔 API 傳回 HTTP/%{code} 與 '%{body}"
710
+ msgstr ""
667
711
 
668
712
  #: ../app/services/foreman_discovery/node_api/node_resource.rb:78
669
713
  msgid "Image API processing error: %{msg} (HTTP/%{code}, body: %{body})"
670
- msgstr "映像檔 API 處理錯誤:%{msg} (HTTP/%{code}, body: %{body})"
714
+ msgstr ""
671
715
 
672
716
  #: ../app/views/dashboard/_discovery_widget.html.erb:9
673
717
  msgid "No discovered hosts available"
674
- msgstr "未發現可用的主機"
718
+ msgstr ""
675
719
 
676
720
  #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:3
677
721
  msgid "Host"
678
722
  msgstr "主機"
679
723
 
680
- #: ../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
724
+ #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:4
725
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:7
726
+ #: ../app/views/discovered_hosts/_selected_hosts.html.erb:8
727
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:18
728
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:10
681
729
  msgid "Model"
682
730
  msgstr "型號"
683
731
 
684
- #: ../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
732
+ #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:5
733
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:9
734
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:20
735
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:12
685
736
  msgid "CPUs"
686
737
  msgstr "CPU"
687
738
 
688
- #: ../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
739
+ #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:6
740
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:10
741
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:21
742
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:13
689
743
  msgid "Memory"
690
744
  msgstr "記憶體"
691
745
 
@@ -705,11 +759,16 @@ msgstr "選擇這頁中的所有項目"
705
759
  msgid "items selected. Uncheck to Clear"
706
760
  msgstr "已選取項目。反選以清除"
707
761
 
708
- #: ../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
762
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:6
763
+ #: ../app/views/discovered_hosts/_selected_hosts.html.erb:7
764
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:17
765
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:9
709
766
  msgid "Name"
710
767
  msgstr "名稱"
711
768
 
712
- #: ../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
769
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:8
770
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:19
771
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:11
713
772
  msgid "IP Address"
714
773
  msgstr "IP 位址"
715
774
 
@@ -721,11 +780,13 @@ msgstr ""
721
780
  msgid "Disks Size"
722
781
  msgstr ""
723
782
 
724
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:17 ../app/views/discovered_hosts/_selected_hosts.html.erb:10
783
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:17
784
+ #: ../app/views/discovered_hosts/_selected_hosts.html.erb:10
725
785
  msgid "Location"
726
786
  msgstr "位置"
727
787
 
728
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:20 ../app/views/discovered_hosts/_selected_hosts.html.erb:13
788
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:20
789
+ #: ../app/views/discovered_hosts/_selected_hosts.html.erb:13
729
790
  msgid "Organization"
730
791
  msgstr "組織"
731
792
 
@@ -754,7 +815,9 @@ msgid "Provision %s"
754
815
  msgstr ""
755
816
 
756
817
  #: ../app/views/discovered_hosts/multiple_destroy.html.erb:3
757
- msgid "This might take a while, as all hosts, facts and reports will be destroyed as well"
818
+ msgid ""
819
+ "This might take a while, as all hosts, facts and reports will be destroyed "
820
+ "as well"
758
821
  msgstr "這可能會花上一段時間,因為所有主機、詳情與報告皆會被刪除"
759
822
 
760
823
  #: ../app/views/discovered_hosts/select_multiple_location.html.erb:5
@@ -791,14 +854,16 @@ msgstr "IP 位址"
791
854
 
792
855
  #: ../app/views/discovered_hosts/show.html.erb:66
793
856
  msgid "Collapse All"
794
- msgstr ""
857
+ msgstr "全部收回"
795
858
 
796
859
  #: ../app/views/discovered_hosts/welcome.html.erb:7
797
860
  msgid "No discovered hosts found in this context."
798
861
  msgstr ""
799
862
 
800
863
  #: ../app/views/discovered_hosts/welcome.html.erb:8
801
- msgid "This page shows discovered bare-metal or virtual nodes waiting to be provisioned."
864
+ msgid ""
865
+ "This page shows discovered bare-metal or virtual nodes waiting to be "
866
+ "provisioned."
802
867
  msgstr ""
803
868
 
804
869
  #: ../app/views/discovered_hosts/welcome.html.erb:9
@@ -813,19 +878,23 @@ msgstr ""
813
878
  msgid "<b>Foreman</b> Discovered hosts summary"
814
879
  msgstr ""
815
880
 
816
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:10 ../app/views/discovered_mailer/discovered_summary.text.erb:5
881
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:10
882
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:5
817
883
  msgid "Summary from %{time} ago to %{now}"
818
884
  msgstr ""
819
885
 
820
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:11 ../app/views/discovered_mailer/discovered_summary.text.erb:3
886
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:11
887
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:3
821
888
  msgid "Discovered hosts from Foreman server at %{foreman_url}"
822
889
  msgstr ""
823
890
 
824
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:22 ../app/views/discovered_mailer/discovered_summary.text.erb:14
891
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:22
892
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:14
825
893
  msgid "Disk count"
826
894
  msgstr "磁碟計數"
827
895
 
828
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:23 ../app/views/discovered_mailer/discovered_summary.text.erb:15
896
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:23
897
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:15
829
898
  msgid "Disks size"
830
899
  msgstr "磁碟大小"
831
900
 
@@ -855,11 +924,11 @@ msgstr "組織"
855
924
 
856
925
  #: ../app/views/discovery_rules/_form.html.erb:22
857
926
  msgid "Target host group for this rule with all properties set"
858
- msgstr "此規則的目標主機群組,並且設置了所有內容"
927
+ msgstr ""
859
928
 
860
929
  #: ../app/views/discovery_rules/_form.html.erb:25
861
930
  msgid "Hostname for provisioned hosts"
862
- msgstr "已佈建之主機的主機名稱"
931
+ msgstr ""
863
932
 
864
933
  #: ../app/views/discovery_rules/_form.html.erb:26
865
934
  msgid "Hosts Limit"
@@ -867,39 +936,49 @@ msgstr "主機限制"
867
936
 
868
937
  #: ../app/views/discovery_rules/_form.html.erb:26
869
938
  msgid "Maximum hosts provisioned with this rule (0 = unlimited)"
870
- msgstr "以此規則佈建的主機已達到最大限制(0 = 無限制)"
939
+ msgstr ""
871
940
 
872
941
  #: ../app/views/discovery_rules/_form.html.erb:27
873
942
  msgid "Rule priority (lower integer means higher priority)"
874
- msgstr "規則優先順序(愈小的數字代表愈高的優先權)"
943
+ msgstr ""
875
944
 
876
945
  #: ../app/views/discovery_rules/_template_inline.erb:2
877
- msgid "Specify target hostname template pattern in the same syntax as in Provisioning Templates (ERB)."
878
- msgstr "以在佈建範本(ERB)中的相同語法,指定目標主機名稱範本格式。"
946
+ msgid ""
947
+ "Specify target hostname template pattern in the same syntax as in "
948
+ "Provisioning Templates (ERB)."
949
+ msgstr ""
879
950
 
880
951
  #: ../app/views/discovery_rules/_template_inline.erb:4
881
- msgid "Domain will be appended automatically. A hostname based on MAC address will be used when left blank."
952
+ msgid ""
953
+ "Domain will be appended automatically. A hostname based on MAC address will "
954
+ "be used when left blank."
882
955
  msgstr ""
883
956
 
884
957
  #: ../app/views/discovery_rules/_template_inline.erb:5
885
- msgid "In addition to @host attribute function rand for random integers is available. Examples:"
958
+ msgid ""
959
+ "In addition to @host attribute function rand for random integers is "
960
+ "available. Examples:"
886
961
  msgstr ""
887
962
 
888
963
  #: ../app/views/discovery_rules/_template_inline.erb:8
889
- msgid "When creating hostname patterns, make sure the resulting host names are unique."
964
+ msgid ""
965
+ "When creating hostname patterns, make sure the resulting host names are "
966
+ "unique."
890
967
  msgstr ""
891
968
 
892
969
  #: ../app/views/discovery_rules/_template_inline.erb:9
893
- msgid "Hostnames must not start with numbers. A good approach is to use unique information provided by facter (MAC address, BIOS or serial ID)."
970
+ msgid ""
971
+ "Hostnames must not start with numbers. A good approach is to use unique "
972
+ "information provided by facter (MAC address, BIOS or serial ID)."
894
973
  msgstr ""
895
974
 
896
975
  #: ../app/views/discovery_rules/edit.html.erb:1
897
976
  msgid "Edit %s"
898
- msgstr ""
977
+ msgstr "編輯 %s"
899
978
 
900
979
  #: ../app/views/discovery_rules/index.html.erb:1
901
980
  msgid "Discovery Rules"
902
- msgstr "搜尋規則"
981
+ msgstr ""
903
982
 
904
983
  #: ../app/views/discovery_rules/index.html.erb:2
905
984
  msgid "Create Rule"
@@ -907,15 +986,15 @@ msgstr ""
907
986
 
908
987
  #: ../app/views/discovery_rules/index.html.erb:6
909
988
  msgid "DiscoveryRule|Name"
910
- msgstr "名稱"
989
+ msgstr ""
911
990
 
912
991
  #: ../app/views/discovery_rules/index.html.erb:7
913
992
  msgid "DiscoveryRule|Priority"
914
- msgstr "優先順序"
993
+ msgstr ""
915
994
 
916
995
  #: ../app/views/discovery_rules/index.html.erb:8
917
996
  msgid "DiscoveryRule|Query"
918
- msgstr "查詢"
997
+ msgstr ""
919
998
 
920
999
  #: ../app/views/discovery_rules/index.html.erb:9
921
1000
  msgid "Host Group"
@@ -927,11 +1006,11 @@ msgstr ""
927
1006
 
928
1007
  #: ../app/views/discovery_rules/index.html.erb:11
929
1008
  msgid "DiscoveryRule|Enabled"
930
- msgstr "已啟用"
1009
+ msgstr ""
931
1010
 
932
1011
  #: ../app/views/discovery_rules/new.html.erb:1
933
1012
  msgid "New Discovery Rule"
934
- msgstr "新的搜尋規則"
1013
+ msgstr ""
935
1014
 
936
1015
  #: ../db/seeds.d/70_discovery_mail_notification.rb:3
937
1016
  msgid "A summary of discovered hosts"
@@ -955,7 +1034,7 @@ msgstr "發現的主機"
955
1034
 
956
1035
  #: ../lib/foreman_discovery/engine.rb:163
957
1036
  msgid "Discovery rules"
958
- msgstr "搜尋規則"
1037
+ msgstr ""
959
1038
 
960
1039
  #: ../lib/foreman_discovery/engine.rb:179
961
1040
  msgid "Discovery Kexec template"
@@ -966,9 +1045,13 @@ msgid "Discovery Proxy"
966
1045
  msgstr ""
967
1046
 
968
1047
  #: ../lib/foreman_discovery/engine.rb:189
969
- msgid "Discovery Proxy to use within this subnet for managing connection to discovered hosts"
1048
+ msgid ""
1049
+ "Discovery Proxy to use within this subnet for managing connection to "
1050
+ "discovered hosts"
970
1051
  msgstr ""
971
1052
 
972
1053
  #: ../lib/foreman_discovery/engine.rb:190
973
- msgid "ID of Discovery Proxy to use within this subnet for managing connection to discovered hosts"
1054
+ msgid ""
1055
+ "ID of Discovery Proxy to use within this subnet for managing connection to "
1056
+ "discovered hosts"
974
1057
  msgstr ""