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
@@ -7,9 +7,9 @@
7
7
  # caifti <caifti@gmail.com>, 2014
8
8
  msgid ""
9
9
  msgstr ""
10
- "Project-Id-Version: foreman_discovery 10.0.0\n"
10
+ "Project-Id-Version: foreman_discovery 13.0.0\n"
11
11
  "Report-Msgid-Bugs-To: \n"
12
- "PO-Revision-Date: 2018-01-05 19:26+0000\n"
12
+ "PO-Revision-Date: 2018-06-15 10:50+0000\n"
13
13
  "Last-Translator: Bryan Kearney <bryan.kearney@gmail.com>\n"
14
14
  "Language-Team: Italian (http://www.transifex.com/foreman/foreman/language/it/)"
15
15
  "\n"
@@ -74,7 +74,7 @@ msgid "Clean all reported facts during provisioning (except discovery facts)"
74
74
  msgstr ""
75
75
 
76
76
  msgid "Collapse All"
77
- msgstr ""
77
+ msgstr "Comprimi tutto"
78
78
 
79
79
  msgid "Could not get facts from proxy %{url}: %{error}"
80
80
  msgstr "Impossibile ottenere gli eventi dal proxy %{url}: %{error}"
@@ -98,7 +98,7 @@ msgid "DHCP filename option (Grub2 or PXELinux by default)"
98
98
  msgstr ""
99
99
 
100
100
  msgid "Delete"
101
- msgstr ""
101
+ msgstr "Cancella"
102
102
 
103
103
  msgid "Delete %s?"
104
104
  msgstr "Cancella %s?"
@@ -203,7 +203,7 @@ msgid "Domain will be appended automatically. A hostname based on MAC address wi
203
203
  msgstr ""
204
204
 
205
205
  msgid "Edit %s"
206
- msgstr ""
206
+ msgstr "Modifica %s"
207
207
 
208
208
  msgid "Enable"
209
209
  msgstr "Abilita"
@@ -1,17 +1,17 @@
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
  # 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"
13
- "Language-Team: Japanese (http://www.transifex.com/foreman/foreman/language/ja/"
14
- ")\n"
11
+ "POT-Creation-Date: 2018-06-15 11:25+0200\n"
12
+ "PO-Revision-Date: 2018-06-15 10:50+0000\n"
13
+ "Last-Translator: Tomoyuki KATO <inactive+katomo@transifex.com>\n"
14
+ "Language-Team: Japanese (http://www.transifex.com/foreman/foreman/language/ja/)\n"
15
15
  "MIME-Version: 1.0\n"
16
16
  "Content-Type: text/plain; charset=UTF-8\n"
17
17
  "Content-Transfer-Encoding: 8bit\n"
@@ -22,19 +22,23 @@ msgstr ""
22
22
  msgid "List all discovered hosts"
23
23
  msgstr "すべての検出されたホストを一覧表示"
24
24
 
25
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:17 ../app/controllers/api/v2/discovery_rules_controller.rb:15
25
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:17
26
+ #: ../app/controllers/api/v2/discovery_rules_controller.rb:15
26
27
  msgid "filter results"
27
28
  msgstr "結果のフィルター"
28
29
 
29
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:18 ../app/controllers/api/v2/discovery_rules_controller.rb:16
30
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:18
31
+ #: ../app/controllers/api/v2/discovery_rules_controller.rb:16
30
32
  msgid "sort results"
31
33
  msgstr "結果のソート"
32
34
 
33
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:19 ../app/controllers/api/v2/discovery_rules_controller.rb:17
35
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:19
36
+ #: ../app/controllers/api/v2/discovery_rules_controller.rb:17
34
37
  msgid "paginate results"
35
38
  msgstr "結果のページネーション"
36
39
 
37
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:20 ../app/controllers/api/v2/discovery_rules_controller.rb:18
40
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:20
41
+ #: ../app/controllers/api/v2/discovery_rules_controller.rb:18
38
42
  msgid "number of entries per request"
39
43
  msgstr "要求ごとのエントリー数"
40
44
 
@@ -42,7 +46,8 @@ msgstr "要求ごとのエントリー数"
42
46
  msgid "Show a discovered host"
43
47
  msgstr "検出されたホストの表示"
44
48
 
45
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:37 ../app/controllers/api/v2/discovered_hosts_controller.rb:79
49
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:37
50
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:79
46
51
  msgid "DHCP filename option (Grub2 or PXELinux by default)"
47
52
  msgstr "DHCP ファイル名オプション (デフォルトでは Grub2 または PXELinux)"
48
53
 
@@ -63,11 +68,14 @@ msgid "not required if it's a virtual machine"
63
68
  msgstr "仮想マシンの場合は不要です"
64
69
 
65
70
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:76
66
- msgid "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
71
+ msgid ""
72
+ "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
67
73
  msgstr "オーケストレーションタスクの状態を追跡するための UUID。GET /api/orchestration/:UUID/tasks"
68
74
 
69
75
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:78
70
- msgid "required if value is not inherited from host group or default password in settings"
76
+ msgid ""
77
+ "required if value is not inherited from host group or default password in "
78
+ "settings"
71
79
  msgstr "値がホストグループから継承されていないか、または設定済みのデフォルトパスワードである場合に必須です。"
72
80
 
73
81
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:89
@@ -79,14 +87,18 @@ msgid "Upload facts for a host, creating the host if required"
79
87
  msgstr "ホストのファクトをアップロードし、必要な場合はホストを作成します"
80
88
 
81
89
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:97
82
- 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)"
90
+ msgid ""
91
+ "hash containing facts for the host with minimum set of facts: "
92
+ "discovery_bootif, macaddress_eth0, ipaddress, ipaddress_eth0, interfaces: "
93
+ "eth0 (example in case primary interface is named eth0)"
83
94
  msgstr "ファクトの最小セットが設定されたホストのファクトを含むハッシュ : discovery_bootif、macaddress_eth0、ipaddress、ipaddress_eth0、 interfaces: eth0 (プライマリーインターフェースの名前が eth0 の場合の例)"
84
95
 
85
96
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:116
86
97
  msgid "Execute rules against a discovered host"
87
98
  msgstr "検出されたホストに対するルールの実行"
88
99
 
89
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:122 ../app/controllers/discovered_hosts_controller.rb:159
100
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:122
101
+ #: ../app/controllers/discovered_hosts_controller.rb:159
90
102
  msgid "Host %{host} was provisioned with rule %{rule}"
91
103
  msgstr "ホスト %{host} がルール %{rule} でプロビジョニングされています"
92
104
 
@@ -94,7 +106,8 @@ msgstr "ホスト %{host} がルール %{rule} でプロビジョニングされ
94
106
  msgid "Unable to provision %{host}: %{errors}"
95
107
  msgstr "%{host} をプロビジョニングできません: %{errors}"
96
108
 
97
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:131 ../app/controllers/discovered_hosts_controller.rb:166
109
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:131
110
+ #: ../app/controllers/discovered_hosts_controller.rb:166
98
111
  msgid "No rule found for host %s"
99
112
  msgstr "ホスト %s に対するルールは見つかりません"
100
113
 
@@ -102,11 +115,13 @@ msgstr "ホスト %s に対するルールは見つかりません"
102
115
  msgid "Execute rules against all currently discovered hosts"
103
116
  msgstr "現在検出されているすべてのホストに対するルールの実行"
104
117
 
105
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:142 ../app/controllers/discovered_hosts_controller.rb:172
118
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:142
119
+ #: ../app/controllers/discovered_hosts_controller.rb:172
106
120
  msgid "Errors during auto provisioning: %s"
107
121
  msgstr "自動プロビジョニング時のエラー: %s"
108
122
 
109
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:145 ../app/controllers/discovered_hosts_controller.rb:175
123
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:145
124
+ #: ../app/controllers/discovered_hosts_controller.rb:175
110
125
  msgid "No discovered hosts to provision"
111
126
  msgstr "プロビジョニングする検出されたホストがありません"
112
127
 
@@ -126,7 +141,8 @@ msgstr "検出されたホストの再起動中"
126
141
  msgid "Rebooting all discovered hosts"
127
142
  msgstr "すべての検出されたホストの再起動中"
128
143
 
129
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:207 ../app/controllers/discovered_hosts_controller.rb:128
144
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:207
145
+ #: ../app/controllers/discovered_hosts_controller.rb:128
130
146
  msgid "Discovered hosts are rebooting now"
131
147
  msgstr "検出されたホストの再起動中"
132
148
 
@@ -151,7 +167,8 @@ msgid "the hostgroup that is used to auto provision a host"
151
167
  msgstr "ホストの自動プロビジョニングに使用されるホストグループ"
152
168
 
153
169
  #: ../app/controllers/api/v2/discovery_rules_controller.rb:35
154
- msgid "defines a pattern to assign human-readable hostnames to the matching hosts"
170
+ msgid ""
171
+ "defines a pattern to assign human-readable hostnames to the matching hosts"
155
172
  msgstr "人が判読できるホスト名を一致するホストに割り当てるパターンの定義"
156
173
 
157
174
  #: ../app/controllers/api/v2/discovery_rules_controller.rb:36
@@ -159,7 +176,8 @@ msgid "enables to limit maximum amount of provisioned hosts per rule"
159
176
  msgstr "ルール別のプロビジョニングされたホストの最大数の制限を許可"
160
177
 
161
178
  #: ../app/controllers/api/v2/discovery_rules_controller.rb:37
162
- msgid "puts the rules in order, low numbers go first. Must be greater then zero"
179
+ msgid ""
180
+ "puts the rules in order, low numbers go first. Must be greater then zero"
163
181
  msgstr "ルールを低い数字の順に配置。ゼロより大きい値である必要があります。"
164
182
 
165
183
  #: ../app/controllers/api/v2/discovery_rules_controller.rb:38
@@ -168,11 +186,11 @@ msgstr "フラグはルールの一時的な停止に使用されます"
168
186
 
169
187
  #: ../app/controllers/api/v2/discovery_rules_controller.rb:39
170
188
  msgid "location ID for provisioned hosts"
171
- msgstr ""
189
+ msgstr "プロビジョニングされたホストのロケーション ID"
172
190
 
173
191
  #: ../app/controllers/api/v2/discovery_rules_controller.rb:40
174
192
  msgid "organization ID for provisioned hosts"
175
- msgstr ""
193
+ msgstr "プロビジョニングされたホストの組織 ID"
176
194
 
177
195
  #: ../app/controllers/api/v2/discovery_rules_controller.rb:44
178
196
  msgid "Create a discovery rule"
@@ -310,15 +328,21 @@ msgstr "無効にされたルール"
310
328
  msgid "%s ago"
311
329
  msgstr "%s 前"
312
330
 
313
- #: ../app/helpers/discovered_hosts_helper.rb:14 ../app/helpers/discovered_hosts_helper.rb:29 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:46
331
+ #: ../app/helpers/discovered_hosts_helper.rb:14
332
+ #: ../app/helpers/discovered_hosts_helper.rb:29
333
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:46
314
334
  msgid "Auto Provision"
315
335
  msgstr "自動プロビジョニング"
316
336
 
317
- #: ../app/helpers/discovered_hosts_helper.rb:15 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:47
337
+ #: ../app/helpers/discovered_hosts_helper.rb:15
338
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:47
318
339
  msgid "Refresh facts"
319
340
  msgstr "ファクトの更新"
320
341
 
321
- #: ../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
342
+ #: ../app/helpers/discovered_hosts_helper.rb:16
343
+ #: ../app/helpers/discovered_hosts_helper.rb:30
344
+ #: ../app/models/setting/discovered.rb:23
345
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:48
322
346
  msgid "Reboot"
323
347
  msgstr "再起動"
324
348
 
@@ -326,11 +350,13 @@ msgstr "再起動"
326
350
  msgid "Back"
327
351
  msgstr "戻る"
328
352
 
329
- #: ../app/helpers/discovered_hosts_helper.rb:21 ../app/helpers/discovered_hosts_helper.rb:35
353
+ #: ../app/helpers/discovered_hosts_helper.rb:21
354
+ #: ../app/helpers/discovered_hosts_helper.rb:35
330
355
  msgid "Select Action"
331
356
  msgstr "アクションの選択"
332
357
 
333
- #: ../app/helpers/discovered_hosts_helper.rb:23 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:49
358
+ #: ../app/helpers/discovered_hosts_helper.rb:23
359
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:49
334
360
  msgid "Delete %s?"
335
361
  msgstr "%s を削除しますか?"
336
362
 
@@ -344,13 +370,14 @@ msgstr "場所の割り当て"
344
370
 
345
371
  #: ../app/helpers/discovered_hosts_helper.rb:33
346
372
  msgid "Delete"
347
- msgstr ""
373
+ msgstr "削除"
348
374
 
349
375
  #: ../app/helpers/discovered_hosts_helper.rb:37
350
376
  msgid "%s - The following hosts are about to be changed"
351
377
  msgstr "%s - 以下のホストはすぐに変更されます"
352
378
 
353
- #: ../app/helpers/discovered_hosts_helper.rb:46 ../app/views/dashboard/_discovery_widget_host.html.erb:2
379
+ #: ../app/helpers/discovered_hosts_helper.rb:46
380
+ #: ../app/views/dashboard/_discovery_widget_host.html.erb:2
354
381
  msgid "N/A"
355
382
  msgstr "該当なし"
356
383
 
@@ -370,7 +397,11 @@ msgstr "過去 7 日以内に報告あり"
370
397
  msgid "Provision"
371
398
  msgstr "プロビジョニング"
372
399
 
373
- #: ../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
400
+ #: ../app/helpers/discovery_rules_helper.rb:26
401
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:2
402
+ #: ../app/views/discovered_hosts/welcome.html.erb:1
403
+ #: ../app/views/discovered_hosts/welcome.html.erb:6
404
+ #: ../lib/foreman_discovery/engine.rb:173
374
405
  msgid "Discovered Hosts"
375
406
  msgstr "検出されたホスト"
376
407
 
@@ -419,25 +450,32 @@ msgid "must be present."
419
450
  msgstr ""
420
451
 
421
452
  #: ../app/models/discovery_rule.rb:48
422
- msgid "Host group organization %s must also be associated to the discovery rule"
423
- msgid_plural "Host group organizations %s must also be associated to the discovery rule"
424
- msgstr[0] "ホストグループ組織 %s も検出ルールに関連付ける必要があります"
453
+ msgid ""
454
+ "Host group organization %s must also be associated to the discovery rule"
455
+ msgid_plural ""
456
+ "Host group organizations %s must also be associated to the discovery rule"
457
+ msgstr[0] ""
425
458
 
426
459
  #: ../app/models/discovery_rule.rb:54
427
460
  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"
429
- msgstr[0] "ホストグループの場所 %s も検出ルールに関連付ける必要があります"
461
+ msgid_plural ""
462
+ "Host group locations %s must also be associated to the discovery rule"
463
+ msgstr[0] ""
430
464
 
431
465
  #: ../app/models/host/discovered.rb:51
432
466
  msgid "Invalid facts, must be a Hash"
433
467
  msgstr "無効なファクトです。ハッシュである必要があります。"
434
468
 
435
469
  #: ../app/models/host/discovered.rb:56
436
- msgid "Expected discovery_fact '%s' is missing, unable to detect primary interface and set hostname"
470
+ msgid ""
471
+ "Expected discovery_fact '%s' is missing, unable to detect primary interface "
472
+ "and set hostname"
437
473
  msgstr "予測された discovery_fact '%s' がありません。プライマリーインターフェースを検出したり、ホスト名を設定したりできません"
438
474
 
439
475
  #: ../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"
476
+ msgid ""
477
+ "Invalid facts: hash does not contain a valid value for any of the facts in "
478
+ "the discovery_hostname setting: %s"
441
479
  msgstr "無効なファクト: ハッシュには discovery_hostname 設定のファクトのいずれの有効な値も含まれていません: %s"
442
480
 
443
481
  #: ../app/models/host/discovered.rb:89
@@ -509,7 +547,9 @@ msgid "Hostname facts"
509
547
  msgstr "ホスト名ファクト"
510
548
 
511
549
  #: ../app/models/setting/discovered.rb:22
512
- msgid "Automatically provision newly discovered hosts, according to the provisioning rules"
550
+ msgid ""
551
+ "Automatically provision newly discovered hosts, according to the "
552
+ "provisioning rules"
513
553
  msgstr "プロビジョニングルールに基づく新たに検出されたホストの自動プロビジョニング"
514
554
 
515
555
  #: ../app/models/setting/discovered.rb:22
@@ -585,7 +625,9 @@ msgid "IPMI facts"
585
625
  msgstr "IPMI ファクト"
586
626
 
587
627
  #: ../app/models/setting/discovered.rb:32
588
- msgid "Automatically generate PXE configuration to pin a newly discovered host to discovery"
628
+ msgid ""
629
+ "Automatically generate PXE configuration to pin a newly discovered host to "
630
+ "discovery"
589
631
  msgstr "新規に検出されたホストを検出に固定するための PXE 設定の自動生成"
590
632
 
591
633
  #: ../app/models/setting/discovered.rb:32
@@ -625,7 +667,9 @@ msgid "Force DNS"
625
667
  msgstr "DNS の強制的な実行"
626
668
 
627
669
  #: ../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)"
670
+ msgid ""
671
+ "Do not allow to discover existing managed host matching MAC of a "
672
+ "provisioning NIC (errors out early)"
629
673
  msgstr ""
630
674
 
631
675
  #: ../app/models/setting/discovered.rb:37
@@ -657,7 +701,9 @@ msgid "Discovered host '%{host}' has all NICs filtered out, filter: %{filter}"
657
701
  msgstr ""
658
702
 
659
703
  #: ../app/services/foreman_discovery/fact_parser.rb:12
660
- msgid "Unable to find primary NIC with %{mac} specified via '%{fact}', NIC filter: %{filter}"
704
+ msgid ""
705
+ "Unable to find primary NIC with %{mac} specified via '%{fact}', NIC filter: "
706
+ "%{filter}"
661
707
  msgstr ""
662
708
 
663
709
  #: ../app/services/foreman_discovery/node_api/node_resource.rb:75
@@ -676,21 +722,31 @@ msgstr "検出されたホストがありません"
676
722
  msgid "Host"
677
723
  msgstr "ホスト"
678
724
 
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
725
+ #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:4
726
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:7
727
+ #: ../app/views/discovered_hosts/_selected_hosts.html.erb:8
728
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:18
729
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:10
680
730
  msgid "Model"
681
731
  msgstr "モデル"
682
732
 
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
733
+ #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:5
734
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:9
735
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:20
736
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:12
684
737
  msgid "CPUs"
685
738
  msgstr "CPU"
686
739
 
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
740
+ #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:6
741
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:10
742
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:21
743
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:13
688
744
  msgid "Memory"
689
745
  msgstr "メモリー"
690
746
 
691
747
  #: ../app/views/discovered_hosts/_discovered_host_modal.html.erb:23
692
748
  msgid "Customize Host"
693
- msgstr ""
749
+ msgstr "ホストのカスタマイズ"
694
750
 
695
751
  #: ../app/views/discovered_hosts/_discovered_host_modal.html.erb:24
696
752
  msgid "Create Host"
@@ -704,11 +760,16 @@ msgstr "このページのすべての項目を選択"
704
760
  msgid "items selected. Uncheck to Clear"
705
761
  msgstr "項目が選択されています。クリアするにはチェックを解除してください"
706
762
 
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
763
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:6
764
+ #: ../app/views/discovered_hosts/_selected_hosts.html.erb:7
765
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:17
766
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:9
708
767
  msgid "Name"
709
768
  msgstr "名前"
710
769
 
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
770
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:8
771
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:19
772
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:11
712
773
  msgid "IP Address"
713
774
  msgstr "IP アドレス"
714
775
 
@@ -720,11 +781,13 @@ msgstr "ディスク数"
720
781
  msgid "Disks Size"
721
782
  msgstr "ディスクサイズ"
722
783
 
723
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:17 ../app/views/discovered_hosts/_selected_hosts.html.erb:10
784
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:17
785
+ #: ../app/views/discovered_hosts/_selected_hosts.html.erb:10
724
786
  msgid "Location"
725
787
  msgstr "場所"
726
788
 
727
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:20 ../app/views/discovered_hosts/_selected_hosts.html.erb:13
789
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:20
790
+ #: ../app/views/discovered_hosts/_selected_hosts.html.erb:13
728
791
  msgid "Organization"
729
792
  msgstr "組織"
730
793
 
@@ -753,7 +816,9 @@ msgid "Provision %s"
753
816
  msgstr "%s のプロビジョニング"
754
817
 
755
818
  #: ../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"
819
+ msgid ""
820
+ "This might take a while, as all hosts, facts and reports will be destroyed "
821
+ "as well"
757
822
  msgstr "ホスト、ファクト、およびレポートもすべて破棄されるため、時間がかかる場合があります。"
758
823
 
759
824
  #: ../app/views/discovered_hosts/select_multiple_location.html.erb:5
@@ -790,19 +855,21 @@ msgstr "IP アドレス"
790
855
 
791
856
  #: ../app/views/discovered_hosts/show.html.erb:66
792
857
  msgid "Collapse All"
793
- msgstr ""
858
+ msgstr "すべて折りたたむ"
794
859
 
795
860
  #: ../app/views/discovered_hosts/welcome.html.erb:7
796
861
  msgid "No discovered hosts found in this context."
797
- msgstr ""
862
+ msgstr "このコンテキストで検出されたホストはありません。"
798
863
 
799
864
  #: ../app/views/discovered_hosts/welcome.html.erb:8
800
- msgid "This page shows discovered bare-metal or virtual nodes waiting to be provisioned."
801
- msgstr ""
865
+ msgid ""
866
+ "This page shows discovered bare-metal or virtual nodes waiting to be "
867
+ "provisioned."
868
+ msgstr "このページでは、プロビジョニングする予定の検出されたベアメタルまたは仮想ノードを表示しています。"
802
869
 
803
870
  #: ../app/views/discovered_hosts/welcome.html.erb:9
804
871
  msgid "Learn more about this in the documentation."
805
- msgstr ""
872
+ msgstr "この詳細についてはドキュメンテーションを参照してください。"
806
873
 
807
874
  #: ../app/views/discovered_mailer/discovered_summary.html.erb:6
808
875
  msgid "Summary report for discovered hosts from Foreman"
@@ -812,19 +879,23 @@ msgstr "Foreman の検出されたホストの概要レポート"
812
879
  msgid "<b>Foreman</b> Discovered hosts summary"
813
880
  msgstr "<b>Foreman</b> の検出されたホストの概要"
814
881
 
815
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:10 ../app/views/discovered_mailer/discovered_summary.text.erb:5
882
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:10
883
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:5
816
884
  msgid "Summary from %{time} ago to %{now}"
817
885
  msgstr "%{time} から %{now} までの概要"
818
886
 
819
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:11 ../app/views/discovered_mailer/discovered_summary.text.erb:3
887
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:11
888
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:3
820
889
  msgid "Discovered hosts from Foreman server at %{foreman_url}"
821
890
  msgstr "Foreman サーバーの検出されたホスト: %{foreman_url}"
822
891
 
823
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:22 ../app/views/discovered_mailer/discovered_summary.text.erb:14
892
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:22
893
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:14
824
894
  msgid "Disk count"
825
895
  msgstr "ディスク数"
826
896
 
827
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:23 ../app/views/discovered_mailer/discovered_summary.text.erb:15
897
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:23
898
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:15
828
899
  msgid "Disks size"
829
900
  msgstr "ディスク容量"
830
901
 
@@ -873,28 +944,38 @@ msgid "Rule priority (lower integer means higher priority)"
873
944
  msgstr "ルールの優先順位 (整数の低い値は高い優先順位を意味します)"
874
945
 
875
946
  #: ../app/views/discovery_rules/_template_inline.erb:2
876
- msgid "Specify target hostname template pattern in the same syntax as in Provisioning Templates (ERB)."
947
+ msgid ""
948
+ "Specify target hostname template pattern in the same syntax as in "
949
+ "Provisioning Templates (ERB)."
877
950
  msgstr "プロビジョニングテンプレート (ERB) と同じ構文のターゲットホスト名テンプレートのパターンを指定します。"
878
951
 
879
952
  #: ../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."
953
+ msgid ""
954
+ "Domain will be appended automatically. A hostname based on MAC address will "
955
+ "be used when left blank."
881
956
  msgstr "ドメインは自動的に追加されます。空白のままの場合には、MAC アドレスに基づくホスト名が使用されます。"
882
957
 
883
958
  #: ../app/views/discovery_rules/_template_inline.erb:5
884
- msgid "In addition to @host attribute function rand for random integers is available. Examples:"
959
+ msgid ""
960
+ "In addition to @host attribute function rand for random integers is "
961
+ "available. Examples:"
885
962
  msgstr "@host 属性のほかに、ランダムな整数の rand 関数を利用できます。例:"
886
963
 
887
964
  #: ../app/views/discovery_rules/_template_inline.erb:8
888
- msgid "When creating hostname patterns, make sure the resulting host names are unique."
965
+ msgid ""
966
+ "When creating hostname patterns, make sure the resulting host names are "
967
+ "unique."
889
968
  msgstr "ホスト名パターンの作成時に、生成されるホスト名が固有であることを確認します。"
890
969
 
891
970
  #: ../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)."
971
+ msgid ""
972
+ "Hostnames must not start with numbers. A good approach is to use unique "
973
+ "information provided by facter (MAC address, BIOS or serial ID)."
893
974
  msgstr "ホスト名は数字で開始することができません。facter で提供される固有の情報 (MAC アドレス、BIOS またはシリアル ID) を使用することが適切な方法です。"
894
975
 
895
976
  #: ../app/views/discovery_rules/edit.html.erb:1
896
977
  msgid "Edit %s"
897
- msgstr ""
978
+ msgstr "%s の編集"
898
979
 
899
980
  #: ../app/views/discovery_rules/index.html.erb:1
900
981
  msgid "Discovery Rules"
@@ -965,9 +1046,13 @@ msgid "Discovery Proxy"
965
1046
  msgstr "検出プロキシー"
966
1047
 
967
1048
  #: ../lib/foreman_discovery/engine.rb:189
968
- msgid "Discovery Proxy to use within this subnet for managing connection to discovered hosts"
1049
+ msgid ""
1050
+ "Discovery Proxy to use within this subnet for managing connection to "
1051
+ "discovered hosts"
969
1052
  msgstr "検出されたホストへの接続を管理するためにこのサブネット内で使用する検出プロキシー"
970
1053
 
971
1054
  #: ../lib/foreman_discovery/engine.rb:190
972
- msgid "ID of Discovery Proxy to use within this subnet for managing connection to discovered hosts"
1055
+ msgid ""
1056
+ "ID of Discovery Proxy to use within this subnet for managing connection to "
1057
+ "discovered hosts"
973
1058
  msgstr "検出されたホストへの接続を管理するためにこのサブネット内で使用する検出プロキシーの ID"