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
@@ -6,10 +6,10 @@
6
6
  # Shuji Yamada <uzy.exe@gmail.com>, 2015
7
7
  msgid ""
8
8
  msgstr ""
9
- "Project-Id-Version: foreman_discovery 10.0.0\n"
9
+ "Project-Id-Version: foreman_discovery 13.0.0\n"
10
10
  "Report-Msgid-Bugs-To: \n"
11
- "PO-Revision-Date: 2018-01-05 19:26+0000\n"
12
- "Last-Translator: Bryan Kearney <bryan.kearney@gmail.com>\n"
11
+ "PO-Revision-Date: 2018-06-15 10:50+0000\n"
12
+ "Last-Translator: Tomoyuki KATO <inactive+katomo@transifex.com>\n"
13
13
  "Language-Team: Japanese (http://www.transifex.com/foreman/foreman/language/ja/"
14
14
  ")\n"
15
15
  "MIME-Version: 1.0\n"
@@ -73,7 +73,7 @@ msgid "Clean all reported facts during provisioning (except discovery facts)"
73
73
  msgstr "プロビジョニング時に報告されたすべてのファクトをクリーニング (検出ファクトを除く)"
74
74
 
75
75
  msgid "Collapse All"
76
- msgstr ""
76
+ msgstr "すべて折りたたむ"
77
77
 
78
78
  msgid "Could not get facts from proxy %{url}: %{error}"
79
79
  msgstr "プロキシー %{url} からファクトを取得できませんでした: %{error}"
@@ -91,13 +91,13 @@ msgid "Create a discovery rule"
91
91
  msgstr "検出ルールの作成"
92
92
 
93
93
  msgid "Customize Host"
94
- msgstr ""
94
+ msgstr "ホストのカスタマイズ"
95
95
 
96
96
  msgid "DHCP filename option (Grub2 or PXELinux by default)"
97
97
  msgstr "DHCP ファイル名オプション (デフォルトでは Grub2 または PXELinux)"
98
98
 
99
99
  msgid "Delete"
100
- msgstr ""
100
+ msgstr "削除"
101
101
 
102
102
  msgid "Delete %s?"
103
103
  msgstr "%s を削除しますか?"
@@ -202,7 +202,7 @@ msgid "Domain will be appended automatically. A hostname based on MAC address wi
202
202
  msgstr "ドメインは自動的に追加されます。空白のままの場合には、MAC アドレスに基づくホスト名が使用されます。"
203
203
 
204
204
  msgid "Edit %s"
205
- msgstr ""
205
+ msgstr "%s の編集"
206
206
 
207
207
  msgid "Enable"
208
208
  msgstr "有効化"
@@ -293,11 +293,13 @@ msgstr "ホストグループ"
293
293
 
294
294
  msgid "Host group location %s must also be associated to the discovery rule"
295
295
  msgid_plural "Host group locations %s must also be associated to the discovery rule"
296
- msgstr[0] "ホストグループの場所 %s も検出ルールに関連付ける必要があります"
296
+ msgstr[0] ""
297
+ msgstr[1] ""
297
298
 
298
299
  msgid "Host group organization %s must also be associated to the discovery rule"
299
300
  msgid_plural "Host group organizations %s must also be associated to the discovery rule"
300
- msgstr[0] "ホストグループ組織 %s も検出ルールに関連付ける必要があります"
301
+ msgstr[0] ""
302
+ msgstr[1] ""
301
303
 
302
304
  msgid "Host of type %s can not be rebooted"
303
305
  msgstr "タイプ %s のホストを再起動できません"
@@ -378,7 +380,7 @@ msgid "Last Facts Upload"
378
380
  msgstr "最終ファクトのアップロード"
379
381
 
380
382
  msgid "Learn more about this in the documentation."
381
- msgstr ""
383
+ msgstr "この詳細についてはドキュメンテーションを参照してください。"
382
384
 
383
385
  msgid "List all discovered hosts"
384
386
  msgstr "すべての検出されたホストを一覧表示"
@@ -453,7 +455,7 @@ msgid "No discovered hosts for the selected period"
453
455
  msgstr "選択された期間に検出されたホストはありません"
454
456
 
455
457
  msgid "No discovered hosts found in this context."
456
- msgstr ""
458
+ msgstr "このコンテキストで検出されたホストはありません。"
457
459
 
458
460
  msgid "No discovered hosts to provision"
459
461
  msgstr "プロビジョニングする検出されたホストがありません"
@@ -639,7 +641,7 @@ msgid "This might take a while, as all hosts, facts and reports will be destroye
639
641
  msgstr "ホスト、ファクト、およびレポートもすべて破棄されるため、時間がかかる場合があります。"
640
642
 
641
643
  msgid "This page shows discovered bare-metal or virtual nodes waiting to be provisioned."
642
- msgstr ""
644
+ msgstr "このページでは、プロビジョニングする予定の検出されたベアメタルまたは仮想ノードを表示しています。"
643
645
 
644
646
  msgid "Type"
645
647
  msgstr "タイプ"
@@ -693,7 +695,7 @@ msgid "items selected. Uncheck to Clear"
693
695
  msgstr "項目が選択されています。クリアするにはチェックを解除してください"
694
696
 
695
697
  msgid "location ID for provisioned hosts"
696
- msgstr ""
698
+ msgstr "プロビジョニングされたホストのロケーション ID"
697
699
 
698
700
  msgid "must be present."
699
701
  msgstr ""
@@ -711,7 +713,7 @@ msgid "number of entries per request"
711
713
  msgstr "要求ごとのエントリー数"
712
714
 
713
715
  msgid "organization ID for provisioned hosts"
714
- msgstr ""
716
+ msgstr "プロビジョニングされたホストの組織 ID"
715
717
 
716
718
  msgid "paginate results"
717
719
  msgstr "結果のページネーション"
@@ -1,13 +1,14 @@
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: 2018-01-05 19:26+0000\n"
10
+ "POT-Creation-Date: 2018-06-15 11:25+0200\n"
11
+ "PO-Revision-Date: 2018-06-15 10:50+0000\n"
11
12
  "Last-Translator: Bryan Kearney <bryan.kearney@gmail.com>\n"
12
13
  "Language-Team: Korean (http://www.transifex.com/foreman/foreman/language/ko/)\n"
13
14
  "MIME-Version: 1.0\n"
@@ -20,19 +21,23 @@ msgstr ""
20
21
  msgid "List all discovered hosts"
21
22
  msgstr "검색된 모든 호스트를 나열 "
22
23
 
23
- #: ../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
24
26
  msgid "filter results"
25
27
  msgstr "필터 결과 "
26
28
 
27
- #: ../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
28
31
  msgid "sort results"
29
32
  msgstr "결과 정렬 "
30
33
 
31
- #: ../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
32
36
  msgid "paginate results"
33
37
  msgstr "페이지네이션 결과 "
34
38
 
35
- #: ../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
36
41
  msgid "number of entries per request"
37
42
  msgstr "요청 당 항목 수 "
38
43
 
@@ -40,7 +45,8 @@ msgstr "요청 당 항목 수 "
40
45
  msgid "Show a discovered host"
41
46
  msgstr "검색된 호스트 표시 "
42
47
 
43
- #: ../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
44
50
  msgid "DHCP filename option (Grub2 or PXELinux by default)"
45
51
  msgstr ""
46
52
 
@@ -61,11 +67,14 @@ msgid "not required if it's a virtual machine"
61
67
  msgstr "가상 머신의 경우 필요하지 않습니다 "
62
68
 
63
69
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:76
64
- 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"
65
72
  msgstr "오케스트레이션 작업 상태를 추적하기 위한 UUID, GET /api/orchestration/:UUID/tasks"
66
73
 
67
74
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:78
68
- msgid "required if value is not inherited from host group or default password in settings"
75
+ msgid ""
76
+ "required if value is not inherited from host group or default password in "
77
+ "settings"
69
78
  msgstr "값이 호스트 그룹이나 설정의 기본값 암호에서 상속되지 않은 경우에 필요합니다 "
70
79
 
71
80
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:89
@@ -77,14 +86,18 @@ msgid "Upload facts for a host, creating the host if required"
77
86
  msgstr "호스트의 팩트를 업로드하고 필요한 경우 호스트를 생성합니다 "
78
87
 
79
88
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:97
80
- 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)"
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)"
81
93
  msgstr "최소 세트의 팩트가 있는 호스트의 팩트가 포함된 해시: discovery_bootif, macaddress_eth0, ipaddress, ipaddress_eth0, 인터페이스: eth0(기본 인터페이스의 이름이 eth0인 경우의 예)"
82
94
 
83
95
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:116
84
96
  msgid "Execute rules against a discovered host"
85
97
  msgstr "검색된 호스트에 대해 규칙 실행 "
86
98
 
87
- #: ../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
88
101
  msgid "Host %{host} was provisioned with rule %{rule}"
89
102
  msgstr "호스트 %{host}은/는 %{rule}으(로) 프로비저닝됩니다 "
90
103
 
@@ -92,7 +105,8 @@ msgstr "호스트 %{host}은/는 %{rule}으(로) 프로비저닝됩니다 "
92
105
  msgid "Unable to provision %{host}: %{errors}"
93
106
  msgstr "%{host}을(를) 프로비저닝할 수 없습니다: %{errors}"
94
107
 
95
- #: ../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
96
110
  msgid "No rule found for host %s"
97
111
  msgstr "호스트 %s에 대한 규칙을 찾을 수 없습니다 "
98
112
 
@@ -100,11 +114,13 @@ msgstr "호스트 %s에 대한 규칙을 찾을 수 없습니다 "
100
114
  msgid "Execute rules against all currently discovered hosts"
101
115
  msgstr "현재 검색된 모든 호스트에 대해 규칙 실행 "
102
116
 
103
- #: ../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
104
119
  msgid "Errors during auto provisioning: %s"
105
120
  msgstr "자동 프로비저닝 도중 오류 발생: %s"
106
121
 
107
- #: ../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
108
124
  msgid "No discovered hosts to provision"
109
125
  msgstr "프로비저닝할 검색된 호스트가 없습니다 "
110
126
 
@@ -124,7 +140,8 @@ msgstr "검색된 호스트를 재부팅 중 "
124
140
  msgid "Rebooting all discovered hosts"
125
141
  msgstr "검색된 모든 호스트를 재부팅 중"
126
142
 
127
- #: ../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
128
145
  msgid "Discovered hosts are rebooting now"
129
146
  msgstr "현재 검색된 호스트를 재부팅하고 있습니다."
130
147
 
@@ -149,7 +166,8 @@ msgid "the hostgroup that is used to auto provision a host"
149
166
  msgstr "호스트를 자동 프로비저닝하기 위해 사용되는 호스트 그룹"
150
167
 
151
168
  #: ../app/controllers/api/v2/discovery_rules_controller.rb:35
152
- msgid "defines a pattern to assign human-readable hostnames to the matching hosts"
169
+ msgid ""
170
+ "defines a pattern to assign human-readable hostnames to the matching hosts"
153
171
  msgstr "해당 호스트에 읽기 좋은 호스트 이름을 할당하기 위해 패턴을 정의합니다"
154
172
 
155
173
  #: ../app/controllers/api/v2/discovery_rules_controller.rb:36
@@ -157,7 +175,8 @@ msgid "enables to limit maximum amount of provisioned hosts per rule"
157
175
  msgstr "규칙 당 프로비저닝된 호스트의 최대 수량을 제한할 수 있게 합니다"
158
176
 
159
177
  #: ../app/controllers/api/v2/discovery_rules_controller.rb:37
160
- msgid "puts the rules in order, low numbers go first. Must be greater then zero"
178
+ msgid ""
179
+ "puts the rules in order, low numbers go first. Must be greater then zero"
161
180
  msgstr "규칙을 순서대로 배치합니다. 낮은 숫자를 먼저 배치합니다. 수치는 0 보다 커야 합니다"
162
181
 
163
182
  #: ../app/controllers/api/v2/discovery_rules_controller.rb:38
@@ -308,15 +327,21 @@ msgstr "규칙 비활성화 "
308
327
  msgid "%s ago"
309
328
  msgstr "%s 전 "
310
329
 
311
- #: ../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
312
333
  msgid "Auto Provision"
313
334
  msgstr "자동 프로비저닝 "
314
335
 
315
- #: ../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
316
338
  msgid "Refresh facts"
317
339
  msgstr "팩트 새로고침 "
318
340
 
319
- #: ../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
320
345
  msgid "Reboot"
321
346
  msgstr "다시 시작"
322
347
 
@@ -324,11 +349,13 @@ msgstr "다시 시작"
324
349
  msgid "Back"
325
350
  msgstr "뒤로 "
326
351
 
327
- #: ../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
328
354
  msgid "Select Action"
329
355
  msgstr "작업 선택 "
330
356
 
331
- #: ../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
332
359
  msgid "Delete %s?"
333
360
  msgstr "%s 을(를) 삭제하시겠습니까?"
334
361
 
@@ -342,13 +369,14 @@ msgstr "위치 지정 "
342
369
 
343
370
  #: ../app/helpers/discovered_hosts_helper.rb:33
344
371
  msgid "Delete"
345
- msgstr ""
372
+ msgstr "삭제 "
346
373
 
347
374
  #: ../app/helpers/discovered_hosts_helper.rb:37
348
375
  msgid "%s - The following hosts are about to be changed"
349
376
  msgstr "%s - 다음 호스트는 즉시 변경됩니다 "
350
377
 
351
- #: ../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
352
380
  msgid "N/A"
353
381
  msgstr "해당 없음 "
354
382
 
@@ -368,7 +396,11 @@ msgstr "지난 7일 이내에 보고됨"
368
396
  msgid "Provision"
369
397
  msgstr "프로비저닝 "
370
398
 
371
- #: ../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
372
404
  msgid "Discovered Hosts"
373
405
  msgstr ""
374
406
 
@@ -417,27 +449,32 @@ msgid "must be present."
417
449
  msgstr ""
418
450
 
419
451
  #: ../app/models/discovery_rule.rb:48
420
- msgid "Host group organization %s must also be associated to the discovery rule"
421
- 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"
422
456
  msgstr[0] ""
423
- msgstr[1] ""
424
457
 
425
458
  #: ../app/models/discovery_rule.rb:54
426
459
  msgid "Host group location %s must also be associated to the discovery rule"
427
- 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"
428
462
  msgstr[0] ""
429
- msgstr[1] ""
430
463
 
431
464
  #: ../app/models/host/discovered.rb:51
432
465
  msgid "Invalid facts, must be a Hash"
433
466
  msgstr "잘못된 팩트, 해시여야 합니다 "
434
467
 
435
468
  #: ../app/models/host/discovered.rb:56
436
- msgid "Expected discovery_fact '%s' is missing, unable to detect primary interface and set hostname"
469
+ msgid ""
470
+ "Expected discovery_fact '%s' is missing, unable to detect primary interface "
471
+ "and set hostname"
437
472
  msgstr "필요한 discovery_fact '%s'이(가) 누락되었습니다. 기본 인터페이스와 설정된 호스트 이름을 감지할 수 없습니다."
438
473
 
439
474
  #: ../app/models/host/discovered.rb:63
440
- 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"
441
478
  msgstr ""
442
479
 
443
480
  #: ../app/models/host/discovered.rb:89
@@ -509,7 +546,9 @@ msgid "Hostname facts"
509
546
  msgstr ""
510
547
 
511
548
  #: ../app/models/setting/discovered.rb:22
512
- msgid "Automatically provision newly discovered hosts, according to the provisioning rules"
549
+ msgid ""
550
+ "Automatically provision newly discovered hosts, according to the "
551
+ "provisioning rules"
513
552
  msgstr "프로비저닝 규칙에 따라 새로 검색된 호스트의 자동 프로비저닝 "
514
553
 
515
554
  #: ../app/models/setting/discovered.rb:22
@@ -585,7 +624,9 @@ msgid "IPMI facts"
585
624
  msgstr ""
586
625
 
587
626
  #: ../app/models/setting/discovered.rb:32
588
- 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"
589
630
  msgstr ""
590
631
 
591
632
  #: ../app/models/setting/discovered.rb:32
@@ -625,7 +666,9 @@ msgid "Force DNS"
625
666
  msgstr ""
626
667
 
627
668
  #: ../app/models/setting/discovered.rb:37
628
- 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)"
629
672
  msgstr ""
630
673
 
631
674
  #: ../app/models/setting/discovered.rb:37
@@ -657,7 +700,9 @@ msgid "Discovered host '%{host}' has all NICs filtered out, filter: %{filter}"
657
700
  msgstr ""
658
701
 
659
702
  #: ../app/services/foreman_discovery/fact_parser.rb:12
660
- 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}"
661
706
  msgstr ""
662
707
 
663
708
  #: ../app/services/foreman_discovery/node_api/node_resource.rb:75
@@ -676,15 +721,25 @@ msgstr "사용 가능한 검색된 호스트가 없습니다 "
676
721
  msgid "Host"
677
722
  msgstr "호스트"
678
723
 
679
- #: ../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
680
729
  msgid "Model"
681
730
  msgstr "모델 "
682
731
 
683
- #: ../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
684
736
  msgid "CPUs"
685
737
  msgstr "CPU"
686
738
 
687
- #: ../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
688
743
  msgid "Memory"
689
744
  msgstr "메모리"
690
745
 
@@ -704,11 +759,16 @@ msgstr "이 페이지에 있는 모든 항목을 선택 "
704
759
  msgid "items selected. Uncheck to Clear"
705
760
  msgstr "항목이 선택되어 있습니다. 삭제하려면 선택 해제합니다 "
706
761
 
707
- #: ../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
708
766
  msgid "Name"
709
767
  msgstr "이름 "
710
768
 
711
- #: ../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
712
772
  msgid "IP Address"
713
773
  msgstr "IP 주소 "
714
774
 
@@ -720,11 +780,13 @@ msgstr "디스크 수"
720
780
  msgid "Disks Size"
721
781
  msgstr ""
722
782
 
723
- #: ../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
724
785
  msgid "Location"
725
786
  msgstr "위치 "
726
787
 
727
- #: ../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
728
790
  msgid "Organization"
729
791
  msgstr "조직 "
730
792
 
@@ -753,7 +815,9 @@ msgid "Provision %s"
753
815
  msgstr ""
754
816
 
755
817
  #: ../app/views/discovered_hosts/multiple_destroy.html.erb:3
756
- 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"
757
821
  msgstr "모든 호스트, 팩트, 보고서가 모두 삭제되기 때문에 시간이 걸릴 수 있습니다 "
758
822
 
759
823
  #: ../app/views/discovered_hosts/select_multiple_location.html.erb:5
@@ -790,14 +854,16 @@ msgstr "IP 주소 "
790
854
 
791
855
  #: ../app/views/discovered_hosts/show.html.erb:66
792
856
  msgid "Collapse All"
793
- msgstr ""
857
+ msgstr "모두 축소"
794
858
 
795
859
  #: ../app/views/discovered_hosts/welcome.html.erb:7
796
860
  msgid "No discovered hosts found in this context."
797
861
  msgstr ""
798
862
 
799
863
  #: ../app/views/discovered_hosts/welcome.html.erb:8
800
- 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."
801
867
  msgstr ""
802
868
 
803
869
  #: ../app/views/discovered_hosts/welcome.html.erb:9
@@ -812,19 +878,23 @@ msgstr ""
812
878
  msgid "<b>Foreman</b> Discovered hosts summary"
813
879
  msgstr ""
814
880
 
815
- #: ../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
816
883
  msgid "Summary from %{time} ago to %{now}"
817
884
  msgstr ""
818
885
 
819
- #: ../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
820
888
  msgid "Discovered hosts from Foreman server at %{foreman_url}"
821
889
  msgstr ""
822
890
 
823
- #: ../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
824
893
  msgid "Disk count"
825
894
  msgstr "디스크 수 "
826
895
 
827
- #: ../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
828
898
  msgid "Disks size"
829
899
  msgstr "디스크 크기 "
830
900
 
@@ -873,28 +943,38 @@ msgid "Rule priority (lower integer means higher priority)"
873
943
  msgstr "규칙 우선 순위 (낮은 정수 값일수록 우선 순위가 높아짐)"
874
944
 
875
945
  #: ../app/views/discovery_rules/_template_inline.erb:2
876
- msgid "Specify target hostname template pattern in the same syntax as in Provisioning Templates (ERB)."
946
+ msgid ""
947
+ "Specify target hostname template pattern in the same syntax as in "
948
+ "Provisioning Templates (ERB)."
877
949
  msgstr "프로비저닝 템플릿 (ERB)에 있는 것과 동일한 구문의 대상 호스트 이름 템플릿 패턴을 지정합니다. "
878
950
 
879
951
  #: ../app/views/discovery_rules/_template_inline.erb:4
880
- 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."
881
955
  msgstr ""
882
956
 
883
957
  #: ../app/views/discovery_rules/_template_inline.erb:5
884
- 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:"
885
961
  msgstr ""
886
962
 
887
963
  #: ../app/views/discovery_rules/_template_inline.erb:8
888
- 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."
889
967
  msgstr ""
890
968
 
891
969
  #: ../app/views/discovery_rules/_template_inline.erb:9
892
- 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)."
893
973
  msgstr ""
894
974
 
895
975
  #: ../app/views/discovery_rules/edit.html.erb:1
896
976
  msgid "Edit %s"
897
- msgstr ""
977
+ msgstr "%s 편집 "
898
978
 
899
979
  #: ../app/views/discovery_rules/index.html.erb:1
900
980
  msgid "Discovery Rules"
@@ -965,9 +1045,13 @@ msgid "Discovery Proxy"
965
1045
  msgstr ""
966
1046
 
967
1047
  #: ../lib/foreman_discovery/engine.rb:189
968
- 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"
969
1051
  msgstr ""
970
1052
 
971
1053
  #: ../lib/foreman_discovery/engine.rb:190
972
- 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"
973
1057
  msgstr ""