foreman_discovery 15.0.1 → 16.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (80) hide show
  1. checksums.yaml +4 -4
  2. data/app/controllers/api/v2/discovery_rules_controller.rb +1 -1
  3. data/app/controllers/concerns/foreman/controller/discovered_extensions.rb +4 -0
  4. data/app/controllers/discovered_hosts_controller.rb +1 -0
  5. data/app/controllers/discovery_rules_controller.rb +1 -1
  6. data/app/models/discovery_rule.rb +1 -1
  7. data/app/models/host/discovered.rb +37 -15
  8. data/app/models/host/managed_extensions.rb +1 -1
  9. data/app/models/setting/discovered.rb +26 -33
  10. data/app/services/foreman_discovery/fact_parser.rb +1 -1
  11. data/app/services/foreman_discovery/host_converter.rb +30 -2
  12. data/app/services/foreman_discovery/import_hooks/subnet_and_taxonomy.rb +6 -14
  13. data/app/services/foreman_discovery/subnet_suggestion.rb +26 -0
  14. data/app/views/discovered_hosts/_discovered_host_modal.html.erb +19 -17
  15. data/app/views/foreman_discovery/debian_kexec.erb +1 -1
  16. data/config/routes.rb +2 -0
  17. data/db/migrate/20150512150432_remove_old_discovery_reader_permissions.rb +1 -1
  18. data/db/migrate/20151023144501_regenerate_red_hat_kexec.rb +1 -1
  19. data/db/migrate/20180412124505_add_priority_score_to_discovery_rules.rb +1 -1
  20. data/extra/discover-host +21 -7
  21. data/lib/foreman_discovery/engine.rb +4 -4
  22. data/lib/foreman_discovery/version.rb +1 -1
  23. data/locale/ca/LC_MESSAGES/foreman_discovery.mo +0 -0
  24. data/locale/ca/foreman_discovery.edit.po +238 -139
  25. data/locale/ca/foreman_discovery.po +28 -8
  26. data/locale/de/LC_MESSAGES/foreman_discovery.mo +0 -0
  27. data/locale/de/foreman_discovery.edit.po +240 -140
  28. data/locale/de/foreman_discovery.po +31 -11
  29. data/locale/en/LC_MESSAGES/foreman_discovery.mo +0 -0
  30. data/locale/en/foreman_discovery.edit.po +109 -83
  31. data/locale/en/foreman_discovery.po +24 -4
  32. data/locale/en_GB/LC_MESSAGES/foreman_discovery.mo +0 -0
  33. data/locale/en_GB/foreman_discovery.edit.po +241 -142
  34. data/locale/en_GB/foreman_discovery.po +31 -11
  35. data/locale/es/LC_MESSAGES/foreman_discovery.mo +0 -0
  36. data/locale/es/foreman_discovery.edit.po +240 -141
  37. data/locale/es/foreman_discovery.po +30 -10
  38. data/locale/foreman_discovery.pot +110 -84
  39. data/locale/fr/LC_MESSAGES/foreman_discovery.mo +0 -0
  40. data/locale/fr/foreman_discovery.edit.po +237 -137
  41. data/locale/fr/foreman_discovery.po +28 -8
  42. data/locale/gl/LC_MESSAGES/foreman_discovery.mo +0 -0
  43. data/locale/gl/foreman_discovery.edit.po +236 -137
  44. data/locale/gl/foreman_discovery.po +26 -6
  45. data/locale/it/LC_MESSAGES/foreman_discovery.mo +0 -0
  46. data/locale/it/foreman_discovery.edit.po +236 -137
  47. data/locale/it/foreman_discovery.po +26 -6
  48. data/locale/ja/LC_MESSAGES/foreman_discovery.mo +0 -0
  49. data/locale/ja/foreman_discovery.edit.po +238 -142
  50. data/locale/ja/foreman_discovery.po +29 -9
  51. data/locale/ko/LC_MESSAGES/foreman_discovery.mo +0 -0
  52. data/locale/ko/foreman_discovery.edit.po +236 -139
  53. data/locale/ko/foreman_discovery.po +28 -8
  54. data/locale/pt_BR/LC_MESSAGES/foreman_discovery.mo +0 -0
  55. data/locale/pt_BR/foreman_discovery.edit.po +239 -140
  56. data/locale/pt_BR/foreman_discovery.po +29 -9
  57. data/locale/ru/LC_MESSAGES/foreman_discovery.mo +0 -0
  58. data/locale/ru/foreman_discovery.edit.po +242 -143
  59. data/locale/ru/foreman_discovery.po +29 -9
  60. data/locale/sv_SE/LC_MESSAGES/foreman_discovery.mo +0 -0
  61. data/locale/sv_SE/foreman_discovery.edit.po +237 -138
  62. data/locale/sv_SE/foreman_discovery.po +27 -7
  63. data/locale/zh_CN/LC_MESSAGES/foreman_discovery.mo +0 -0
  64. data/locale/zh_CN/foreman_discovery.edit.po +237 -141
  65. data/locale/zh_CN/foreman_discovery.po +28 -8
  66. data/locale/zh_TW/LC_MESSAGES/foreman_discovery.mo +0 -0
  67. data/locale/zh_TW/foreman_discovery.edit.po +235 -139
  68. data/locale/zh_TW/foreman_discovery.po +26 -6
  69. data/test/facts/bond0-eth0-eth1-active-passive.json +128 -0
  70. data/test/facts/facts_with_lldp_bond_candidate.json +2 -9
  71. data/test/functional/api/v2/discovered_hosts_controller_test.rb +1 -0
  72. data/test/functional/discovered_hosts_controller_test.rb +4 -4
  73. data/test/integration/discovered_hosts_test.rb +6 -11
  74. data/test/test_helper_discovery.rb +12 -0
  75. data/test/unit/discovered_extensions_test.rb +53 -0
  76. data/test/unit/discovery_attribute_set_test.rb +13 -10
  77. data/test/unit/discovery_rule_test.rb +1 -0
  78. data/test/unit/host_discovered_test.rb +32 -13
  79. data/test/unit/managed_extensions_test.rb +1 -0
  80. metadata +8 -2
@@ -7,10 +7,10 @@
7
7
  # caifti <caifti@gmail.com>, 2014
8
8
  msgid ""
9
9
  msgstr ""
10
- "Project-Id-Version: foreman_discovery 15.0.0\n"
10
+ "Project-Id-Version: foreman_discovery 16.0.1\n"
11
11
  "Report-Msgid-Bugs-To: \n"
12
- "PO-Revision-Date: 2019-04-18 19:36+0000\n"
13
- "Last-Translator: Lukáš Zapletal\n"
12
+ "PO-Revision-Date: 2020-05-26 17:21+0000\n"
13
+ "Last-Translator: Transifex Bot <>\n"
14
14
  "Language-Team: Italian (http://www.transifex.com/foreman/foreman/language/it/)"
15
15
  "\n"
16
16
  "MIME-Version: 1.0\n"
@@ -34,6 +34,9 @@ msgstr ""
34
34
  msgid "A summary of discovered hosts"
35
35
  msgstr ""
36
36
 
37
+ msgid "Action with sub plans"
38
+ msgstr ""
39
+
37
40
  msgid "Actions"
38
41
  msgstr "Azioni"
39
42
 
@@ -136,6 +139,11 @@ msgstr "Disabilita"
136
139
  msgid "Disable rule '%s'?"
137
140
  msgstr ""
138
141
 
142
+ msgid "Discovered Host"
143
+ msgid_plural "Discovered Hosts"
144
+ msgstr[0] ""
145
+ msgstr[1] ""
146
+
139
147
  msgid "Discovered Hosts"
140
148
  msgstr ""
141
149
 
@@ -347,6 +355,9 @@ msgstr "Indirizzo IP"
347
355
  msgid "IP address"
348
356
  msgstr "indirizzo IP"
349
357
 
358
+ msgid "IPAM must be configured for subnet '%s'"
359
+ msgstr ""
360
+
350
361
  msgid "IPMI"
351
362
  msgstr "IPMI"
352
363
 
@@ -362,6 +373,12 @@ msgstr ""
362
373
  msgid "Image API returned HTTP/%{code} with '%{body}"
363
374
  msgstr ""
364
375
 
376
+ msgid "Import Puppet classes"
377
+ msgstr ""
378
+
379
+ msgid "Import facts"
380
+ msgstr ""
381
+
365
382
  msgid "In addition to @host attribute function rand for random integers is available. Examples:"
366
383
  msgstr ""
367
384
 
@@ -578,6 +595,9 @@ msgstr ""
578
595
  msgid "Reloading kernel on %s"
579
596
  msgstr ""
580
597
 
598
+ msgid "Remote action:"
599
+ msgstr ""
600
+
581
601
  msgid "Reported in the last 7 days"
582
602
  msgstr ""
583
603
 
@@ -677,13 +697,13 @@ msgstr ""
677
697
  msgid "Unable to find primary NIC with %{mac} specified via '%{fact}', NIC filter: %{filter}"
678
698
  msgstr ""
679
699
 
680
- msgid "Unable to perform kexec on %{name} via %{url}: %{msg}"
700
+ msgid "Unable to perform kexec on %{name} (%{url}): %{msg}"
681
701
  msgstr ""
682
702
 
683
- msgid "Unable to provision %{host}: %{errors}"
703
+ msgid "Unable to perform reboot on %{name} (%{url}): %{msg}"
684
704
  msgstr ""
685
705
 
686
- msgid "Unable to reboot %{name} via %{url}: %{msg}"
706
+ msgid "Unable to provision %{host}: %{errors}"
687
707
  msgstr ""
688
708
 
689
709
  msgid "Update a rule"
@@ -1,18 +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
- # Shuji Yamada <uzy.exe@gmail.com>, 2015
6
+ # 山田 修司 🍣 Shuji Yamada <uzy.exe@gmail.com>, 2015
7
7
  msgid ""
8
8
  msgstr ""
9
- "Project-Id-Version: foreman_discovery 15.0.0\n"
9
+ "Project-Id-Version: foreman_discovery 16.0.1\n"
10
10
  "Report-Msgid-Bugs-To: \n"
11
- "POT-Creation-Date: 2019-07-23 17:13+0200\n"
12
- "PO-Revision-Date: 2019-04-18 19:36+0000\n"
13
- "Last-Translator: Lukáš Zapletal\n"
14
- "Language-Team: Japanese (http://www.transifex.com/foreman/foreman/language/ja/"
15
- ")\n"
11
+ "POT-Creation-Date: 2020-05-11 14:58+0530\n"
12
+ "PO-Revision-Date: 2020-05-26 17:21+0000\n"
13
+ "Last-Translator: Transifex Bot <>\n"
14
+ "Language-Team: Japanese (http://www.transifex.com/foreman/foreman/language/ja/)\n"
16
15
  "MIME-Version: 1.0\n"
17
16
  "Content-Type: text/plain; charset=UTF-8\n"
18
17
  "Content-Transfer-Encoding: 8bit\n"
@@ -23,19 +22,23 @@ msgstr ""
23
22
  msgid "List all discovered hosts"
24
23
  msgstr "すべての検出されたホストを一覧表示"
25
24
 
26
- #: ../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
27
27
  msgid "filter results"
28
28
  msgstr "結果のフィルター"
29
29
 
30
- #: ../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
31
32
  msgid "sort results"
32
33
  msgstr "結果のソート"
33
34
 
34
- #: ../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
35
37
  msgid "paginate results"
36
38
  msgstr "結果のページネーション"
37
39
 
38
- #: ../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
39
42
  msgid "number of entries per request"
40
43
  msgstr "要求ごとのエントリー数"
41
44
 
@@ -43,7 +46,8 @@ msgstr "要求ごとのエントリー数"
43
46
  msgid "Show a discovered host"
44
47
  msgstr "検出されたホストの表示"
45
48
 
46
- #: ../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
47
51
  msgid "DHCP filename option (Grub2 or PXELinux by default)"
48
52
  msgstr "DHCP ファイル名オプション (デフォルトでは Grub2 または PXELinux)"
49
53
 
@@ -64,11 +68,14 @@ msgid "not required if it's a virtual machine"
64
68
  msgstr "仮想マシンの場合は不要です"
65
69
 
66
70
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:76
67
- 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"
68
73
  msgstr "オーケストレーションタスクの状態を追跡するための UUID。GET /api/orchestration/:UUID/tasks"
69
74
 
70
75
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:78
71
- 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"
72
79
  msgstr "値がホストグループから継承されていないか、または設定済みのデフォルトパスワードである場合に必須です。"
73
80
 
74
81
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:89
@@ -80,14 +87,18 @@ msgid "Upload facts for a host, creating the host if required"
80
87
  msgstr "ホストのファクトをアップロードし、必要な場合はホストを作成します"
81
88
 
82
89
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:97
83
- 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)"
84
94
  msgstr "ファクトの最小セットが設定されたホストのファクトを含むハッシュ : discovery_bootif、macaddress_eth0、ipaddress、ipaddress_eth0、 interfaces: eth0 (プライマリーインターフェースの名前が eth0 の場合の例)"
85
95
 
86
96
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:116
87
97
  msgid "Execute rules against a discovered host"
88
98
  msgstr "検出されたホストに対するルールの実行"
89
99
 
90
- #: ../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:160
91
102
  msgid "Host %{host} was provisioned with rule %{rule}"
92
103
  msgstr "ホスト %{host} がルール %{rule} でプロビジョニングされています"
93
104
 
@@ -95,7 +106,8 @@ msgstr "ホスト %{host} がルール %{rule} でプロビジョニングされ
95
106
  msgid "Unable to provision %{host}: %{errors}"
96
107
  msgstr "%{host} をプロビジョニングできません: %{errors}"
97
108
 
98
- #: ../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:167
99
111
  msgid "No rule found for host %s"
100
112
  msgstr "ホスト %s に対するルールは見つかりません"
101
113
 
@@ -103,11 +115,13 @@ msgstr "ホスト %s に対するルールは見つかりません"
103
115
  msgid "Execute rules against all currently discovered hosts"
104
116
  msgstr "現在検出されているすべてのホストに対するルールの実行"
105
117
 
106
- #: ../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:173
107
120
  msgid "Errors during auto provisioning: %s"
108
121
  msgstr "自動プロビジョニング時のエラー: %s"
109
122
 
110
- #: ../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:176
111
125
  msgid "No discovered hosts to provision"
112
126
  msgstr "プロビジョニングする検出されたホストがありません"
113
127
 
@@ -127,7 +141,8 @@ msgstr "検出されたホストの再起動中"
127
141
  msgid "Rebooting all discovered hosts"
128
142
  msgstr "すべての検出されたホストの再起動中"
129
143
 
130
- #: ../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:129
131
146
  msgid "Discovered hosts are rebooting now"
132
147
  msgstr "検出されたホストの再起動中"
133
148
 
@@ -152,7 +167,8 @@ msgid "the hostgroup that is used to auto provision a host"
152
167
  msgstr "ホストの自動プロビジョニングに使用されるホストグループ"
153
168
 
154
169
  #: ../app/controllers/api/v2/discovery_rules_controller.rb:35
155
- 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"
156
172
  msgstr "人が判読できるホスト名を一致するホストに割り当てるパターンの定義"
157
173
 
158
174
  #: ../app/controllers/api/v2/discovery_rules_controller.rb:36
@@ -160,7 +176,8 @@ msgid "enables to limit maximum amount of provisioned hosts per rule"
160
176
  msgstr "ルール別のプロビジョニングされたホストの最大数の制限を許可"
161
177
 
162
178
  #: ../app/controllers/api/v2/discovery_rules_controller.rb:37
163
- 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"
164
181
  msgstr "ルールを低い数字の順に配置。ゼロより大きい値である必要があります。"
165
182
 
166
183
  #: ../app/controllers/api/v2/discovery_rules_controller.rb:38
@@ -199,11 +216,11 @@ msgstr "検出ルールを見つけることができません。指定される
199
216
  msgid "No hostgroup associated with rule '%s'"
200
217
  msgstr "ルール '%s' に関連付けられたホストグループがありません"
201
218
 
202
- #: ../app/controllers/concerns/foreman/controller/discovered_extensions.rb:69
219
+ #: ../app/controllers/concerns/foreman/controller/discovered_extensions.rb:73
203
220
  msgid "Errors during reboot: %s"
204
221
  msgstr "再起動時のエラー: %s"
205
222
 
206
- #: ../app/controllers/concerns/foreman/controller/discovered_extensions.rb:87
223
+ #: ../app/controllers/concerns/foreman/controller/discovered_extensions.rb:91
207
224
  msgid "No discovered hosts to reboot"
208
225
  msgstr "再起動する検出されたホストがありません"
209
226
 
@@ -211,91 +228,91 @@ msgstr "再起動する検出されたホストがありません"
211
228
  msgid "Successfully provisioned %s"
212
229
  msgstr "%s が正常にプロビジョニングされました"
213
230
 
214
- #: ../app/controllers/discovered_hosts_controller.rb:96
231
+ #: ../app/controllers/discovered_hosts_controller.rb:97
215
232
  msgid "Facts refreshed for %s"
216
233
  msgstr "%s について更新されたファクト"
217
234
 
218
- #: ../app/controllers/discovered_hosts_controller.rb:98
235
+ #: ../app/controllers/discovered_hosts_controller.rb:99
219
236
  msgid "Failed to refresh facts for %s"
220
237
  msgstr "%s のファクトの更新に失敗しました"
221
238
 
222
- #: ../app/controllers/discovered_hosts_controller.rb:101
239
+ #: ../app/controllers/discovered_hosts_controller.rb:102
223
240
  msgid "Failed to refresh facts for %{hostname} with error %{error_message}"
224
241
  msgstr "%{hostname} のファクトの更新に失敗し、エラー %{error_message} が発生しました"
225
242
 
226
- #: ../app/controllers/discovered_hosts_controller.rb:108
243
+ #: ../app/controllers/discovered_hosts_controller.rb:109
227
244
  msgid "Host of type %s can not be rebooted"
228
245
  msgstr "タイプ %s のホストを再起動できません"
229
246
 
230
- #: ../app/controllers/discovered_hosts_controller.rb:112
247
+ #: ../app/controllers/discovered_hosts_controller.rb:113
231
248
  msgid "Rebooting host %s"
232
249
  msgstr "ホスト %s の再起動中"
233
250
 
234
- #: ../app/controllers/discovered_hosts_controller.rb:114
251
+ #: ../app/controllers/discovered_hosts_controller.rb:115
235
252
  msgid "Failed to reboot host %s"
236
253
  msgstr "ホスト %s の再起動に失敗しました"
237
254
 
238
- #: ../app/controllers/discovered_hosts_controller.rb:117
255
+ #: ../app/controllers/discovered_hosts_controller.rb:118
239
256
  msgid "Failed to reboot host %{hostname} with error %{error_message}"
240
257
  msgstr "ホスト %{hostname} の再起動に失敗し、エラー %{error_message} が発生しました"
241
258
 
242
- #: ../app/controllers/discovered_hosts_controller.rb:131
259
+ #: ../app/controllers/discovered_hosts_controller.rb:132
243
260
  msgid "Failed to reboot hosts with error %s"
244
261
  msgstr "ホストの再起動に失敗し、エラー %s が発生しました"
245
262
 
246
- #: ../app/controllers/discovered_hosts_controller.rb:149
263
+ #: ../app/controllers/discovered_hosts_controller.rb:150
247
264
  msgid "Destroyed selected hosts"
248
265
  msgstr "破棄された選択済みホスト"
249
266
 
250
- #: ../app/controllers/discovered_hosts_controller.rb:151
267
+ #: ../app/controllers/discovered_hosts_controller.rb:152
251
268
  msgid "The following hosts were not deleted: %s"
252
269
  msgstr "次のホストが削除されました: %s"
253
270
 
254
- #: ../app/controllers/discovered_hosts_controller.rb:163
271
+ #: ../app/controllers/discovered_hosts_controller.rb:164
255
272
  msgid "Failed to auto provision host %s: %s"
256
273
  msgstr "ホスト %s の自動プロビジョニングに失敗しました: %s"
257
274
 
258
- #: ../app/controllers/discovered_hosts_controller.rb:191
275
+ #: ../app/controllers/discovered_hosts_controller.rb:192
259
276
  msgid "Discovered hosts are provisioning now"
260
277
  msgstr "検出されたホストのプロビジョニング中"
261
278
 
262
- #: ../app/controllers/discovered_hosts_controller.rb:223
279
+ #: ../app/controllers/discovered_hosts_controller.rb:224
263
280
  msgid "Highlights"
264
281
  msgstr "ハイライト"
265
282
 
266
- #: ../app/controllers/discovered_hosts_controller.rb:223
283
+ #: ../app/controllers/discovered_hosts_controller.rb:224
267
284
  msgid "Storage"
268
285
  msgstr "ストレージ"
269
286
 
270
- #: ../app/controllers/discovered_hosts_controller.rb:223
287
+ #: ../app/controllers/discovered_hosts_controller.rb:224
271
288
  msgid "Hardware"
272
289
  msgstr "ハードウェア"
273
290
 
274
- #: ../app/controllers/discovered_hosts_controller.rb:223
291
+ #: ../app/controllers/discovered_hosts_controller.rb:224
275
292
  msgid "Network"
276
293
  msgstr "ネットワーク"
277
294
 
278
- #: ../app/controllers/discovered_hosts_controller.rb:223
295
+ #: ../app/controllers/discovered_hosts_controller.rb:224
279
296
  msgid "Software"
280
297
  msgstr "ソフトウェア"
281
298
 
282
- #: ../app/controllers/discovered_hosts_controller.rb:223
299
+ #: ../app/controllers/discovered_hosts_controller.rb:224
283
300
  msgid "IPMI"
284
301
  msgstr "IPMI"
285
302
 
286
- #: ../app/controllers/discovered_hosts_controller.rb:223
303
+ #: ../app/controllers/discovered_hosts_controller.rb:224
287
304
  msgid "Miscellaneous"
288
305
  msgstr "その他"
289
306
 
290
- #: ../app/controllers/discovered_hosts_controller.rb:301
307
+ #: ../app/controllers/discovered_hosts_controller.rb:302
291
308
  msgid "No hosts were found with that id or name"
292
309
  msgstr "該当する ID または名前のホストが見つかりませんでした"
293
310
 
294
- #: ../app/controllers/discovered_hosts_controller.rb:305
311
+ #: ../app/controllers/discovered_hosts_controller.rb:306
295
312
  msgid "No hosts selected"
296
313
  msgstr "ホストが選択されていません"
297
314
 
298
- #: ../app/controllers/discovered_hosts_controller.rb:311
315
+ #: ../app/controllers/discovered_hosts_controller.rb:312
299
316
  msgid "Something went wrong while selecting hosts - %s"
300
317
  msgstr "ホストの選択中に問題が発生しました - %s"
301
318
 
@@ -311,15 +328,21 @@ msgstr "無効にされたルール"
311
328
  msgid "%s ago"
312
329
  msgstr "%s 前"
313
330
 
314
- #: ../app/helpers/discovered_hosts_helper.rb:14 ../app/helpers/discovered_hosts_helper.rb:29 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:37
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:37
315
334
  msgid "Auto Provision"
316
335
  msgstr "自動プロビジョニング"
317
336
 
318
- #: ../app/helpers/discovered_hosts_helper.rb:15 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:38
337
+ #: ../app/helpers/discovered_hosts_helper.rb:15
338
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:38
319
339
  msgid "Refresh facts"
320
340
  msgstr "ファクトの更新"
321
341
 
322
- #: ../app/helpers/discovered_hosts_helper.rb:16 ../app/helpers/discovered_hosts_helper.rb:30 ../app/models/setting/discovered.rb:26 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:39
342
+ #: ../app/helpers/discovered_hosts_helper.rb:16
343
+ #: ../app/helpers/discovered_hosts_helper.rb:30
344
+ #: ../app/models/setting/discovered.rb:22
345
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:39
323
346
  msgid "Reboot"
324
347
  msgstr "再起動"
325
348
 
@@ -327,11 +350,13 @@ msgstr "再起動"
327
350
  msgid "Back"
328
351
  msgstr "戻る"
329
352
 
330
- #: ../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
331
355
  msgid "Select Action"
332
356
  msgstr "アクションの選択"
333
357
 
334
- #: ../app/helpers/discovered_hosts_helper.rb:23 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:40
358
+ #: ../app/helpers/discovered_hosts_helper.rb:23
359
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:40
335
360
  msgid "Delete %s?"
336
361
  msgstr "%s を削除しますか?"
337
362
 
@@ -351,7 +376,8 @@ msgstr "削除"
351
376
  msgid "%s - The following hosts are about to be changed"
352
377
  msgstr "%s - 以下のホストはすぐに変更されます"
353
378
 
354
- #: ../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
355
381
  msgid "N/A"
356
382
  msgstr "該当なし"
357
383
 
@@ -371,7 +397,12 @@ msgstr "過去 7 日以内に報告あり"
371
397
  msgid "Provision"
372
398
  msgstr "プロビジョニング"
373
399
 
374
- #: ../app/helpers/discovery_rules_helper.rb:26 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:1 ../app/views/discovered_hosts/welcome.html.erb:1 ../app/views/discovered_hosts/welcome.html.erb:6 ../lib/foreman_discovery/engine.rb:158 ../lib/foreman_discovery/engine.rb:173
400
+ #: ../app/helpers/discovery_rules_helper.rb:26
401
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:1
402
+ #: ../app/views/discovered_hosts/welcome.html.erb:1
403
+ #: ../app/views/discovered_hosts/welcome.html.erb:6
404
+ #: ../lib/foreman_discovery/engine.rb:158
405
+ #: ../lib/foreman_discovery/engine.rb:173
375
406
  msgid "Discovered Hosts"
376
407
  msgstr "検出されたホスト"
377
408
 
@@ -420,16 +451,17 @@ msgid "must be present."
420
451
  msgstr "必須です。"
421
452
 
422
453
  #: ../app/models/discovery_rule.rb:52
423
- msgid "Host group organization %s must also be associated to the discovery rule"
424
- msgid_plural "Host group organizations %s must also be associated to the discovery rule"
454
+ msgid ""
455
+ "Host group organization %s must also be associated to the discovery rule"
456
+ msgid_plural ""
457
+ "Host group organizations %s must also be associated to the discovery rule"
425
458
  msgstr[0] ""
426
- msgstr[1] ""
427
459
 
428
460
  #: ../app/models/discovery_rule.rb:56
429
461
  msgid "Host group location %s must also be associated to the discovery rule"
430
- msgid_plural "Host group locations %s must also be associated to the discovery rule"
462
+ msgid_plural ""
463
+ "Host group locations %s must also be associated to the discovery rule"
431
464
  msgstr[0] ""
432
- msgstr[1] ""
433
465
 
434
466
  #: ../app/models/host/discovered.rb:40
435
467
  msgid "Fact + prefix"
@@ -448,11 +480,15 @@ msgid "Invalid facts, must be a Hash"
448
480
  msgstr "無効なファクトです。ハッシュである必要があります。"
449
481
 
450
482
  #: ../app/models/host/discovered.rb:56
451
- msgid "Expected discovery_fact '%s' is missing, unable to detect primary interface and set hostname"
483
+ msgid ""
484
+ "Expected discovery_fact '%s' is missing, unable to detect primary interface "
485
+ "and set hostname"
452
486
  msgstr "予測された discovery_fact '%s' がありません。プライマリーインターフェースを検出したり、ホスト名を設定したりできません"
453
487
 
454
488
  #: ../app/models/host/discovered.rb:69
455
- msgid "Invalid facts: hash does not contain a valid value for any of the facts in the discovery_hostname setting: %s"
489
+ msgid ""
490
+ "Invalid facts: hash does not contain a valid value for any of the facts in "
491
+ "the discovery_hostname setting: %s"
456
492
  msgstr "無効なファクト: ハッシュには discovery_hostname 設定のファクトのいずれの有効な値も含まれていません: %s"
457
493
 
458
494
  #: ../app/models/host/discovered.rb:95
@@ -463,15 +499,15 @@ msgstr "ファクトをインポートできませんでした"
463
499
  msgid "Could not get facts from proxy %{url}: %{error}"
464
500
  msgstr "プロキシー %{url} からファクトを取得できませんでした: %{error}"
465
501
 
466
- #: ../app/models/host/discovered.rb:158
467
- msgid "Unable to reboot %{name} via %{url}: %{msg}"
468
- msgstr "%{url} から %{name} を再起動できません: %{msg}"
502
+ #: ../app/models/host/discovered.rb:162
503
+ msgid "Unable to perform reboot on %{name} (%{url}): %{msg}"
504
+ msgstr ""
469
505
 
470
- #: ../app/models/host/discovered.rb:166
471
- msgid "Unable to perform kexec on %{name} via %{url}: %{msg}"
472
- msgstr "%{url} から kexec を %{name} に対して実行できません: %{msg}"
506
+ #: ../app/models/host/discovered.rb:181
507
+ msgid "Unable to perform kexec on %{name} (%{url}): %{msg}"
508
+ msgstr ""
473
509
 
474
- #: ../app/models/host/discovered.rb:185
510
+ #: ../app/models/host/discovered.rb:207
475
511
  msgid "Invalid hostname: Could not normalize the hostname"
476
512
  msgstr "無効なホスト名: ホスト名を正規化できませんでした"
477
513
 
@@ -499,183 +535,191 @@ msgstr "Init RAM kexec URL は無効です: '%s'"
499
535
  msgid "Rebuild DNS for %s"
500
536
  msgstr "%s の DNS の再構築"
501
537
 
502
- #: ../app/models/setting/discovered.rb:19
538
+ #: ../app/models/setting/discovered.rb:15
503
539
  msgid "The default location to place discovered hosts in"
504
540
  msgstr "検出されたホストを配置するデフォルトの場所"
505
541
 
506
- #: ../app/models/setting/discovered.rb:19
542
+ #: ../app/models/setting/discovered.rb:15
507
543
  msgid "Discovery location"
508
544
  msgstr "検出ロケーション"
509
545
 
510
- #: ../app/models/setting/discovered.rb:20
546
+ #: ../app/models/setting/discovered.rb:16
511
547
  msgid "The default organization to place discovered hosts in"
512
548
  msgstr "検出されたホストを配置するデフォルトの組織"
513
549
 
514
- #: ../app/models/setting/discovered.rb:20
550
+ #: ../app/models/setting/discovered.rb:16
515
551
  msgid "Discovery organization"
516
552
  msgstr "検出組織"
517
553
 
518
- #: ../app/models/setting/discovered.rb:21
554
+ #: ../app/models/setting/discovered.rb:17
519
555
  msgid "Fact name to use for primary interface detection"
520
556
  msgstr "プライマリーインターフェースの検出に使用するファクト名"
521
557
 
522
- #: ../app/models/setting/discovered.rb:21
558
+ #: ../app/models/setting/discovered.rb:17
523
559
  msgid "Interface fact"
524
560
  msgstr "インターフェースファクト"
525
561
 
526
- #: ../app/models/setting/discovered.rb:22
527
- msgid "Automatic bond interface (if another interface is detected on the same VLAN via LLDP)"
562
+ #: ../app/models/setting/discovered.rb:18
563
+ msgid ""
564
+ "Automatic bond interface (if another interface is detected on the same VLAN "
565
+ "via LLDP)"
528
566
  msgstr "自動ボンドインターフェース (LLDP で同じ VLAN 上に別のインターフェースが検出された場合)"
529
567
 
530
- #: ../app/models/setting/discovered.rb:22
568
+ #: ../app/models/setting/discovered.rb:18
531
569
  msgid "Create bond interfaces"
532
570
  msgstr "ボンドインターフェースの作成"
533
571
 
534
- #: ../app/models/setting/discovered.rb:23
572
+ #: ../app/models/setting/discovered.rb:19
535
573
  msgid "Clean all reported facts during provisioning (except discovery facts)"
536
574
  msgstr "プロビジョニング時に報告されたすべてのファクトをクリーニング (検出ファクトを除く)"
537
575
 
538
- #: ../app/models/setting/discovered.rb:23
576
+ #: ../app/models/setting/discovered.rb:19
539
577
  msgid "Clean all facts"
540
578
  msgstr "すべてのファクトのクリーニング"
541
579
 
542
- #: ../app/models/setting/discovered.rb:24
580
+ #: ../app/models/setting/discovered.rb:20
543
581
  msgid "List of facts to use for the hostname (separated by comma, first wins)"
544
582
  msgstr "ホスト名に使用するファクトの一覧 (コンマ区切り、first wins)"
545
583
 
546
- #: ../app/models/setting/discovered.rb:24
584
+ #: ../app/models/setting/discovered.rb:20
547
585
  msgid "Hostname facts"
548
586
  msgstr "ホスト名ファクト"
549
587
 
550
- #: ../app/models/setting/discovered.rb:25
551
- msgid "Automatically provision newly discovered hosts, according to the provisioning rules"
588
+ #: ../app/models/setting/discovered.rb:21
589
+ msgid ""
590
+ "Automatically provision newly discovered hosts, according to the "
591
+ "provisioning rules"
552
592
  msgstr "プロビジョニングルールに基づく新たに検出されたホストの自動プロビジョニング"
553
593
 
554
- #: ../app/models/setting/discovered.rb:25
594
+ #: ../app/models/setting/discovered.rb:21
555
595
  msgid "Auto provisioning"
556
596
  msgstr "自動プロビジョニング"
557
597
 
558
- #: ../app/models/setting/discovered.rb:26
598
+ #: ../app/models/setting/discovered.rb:22
559
599
  msgid "Automatically reboot or kexec discovered host during provisioning"
560
600
  msgstr "プロビジョニング時の検出されたホストの自動的な再起動または kexec の実行"
561
601
 
562
- #: ../app/models/setting/discovered.rb:27
602
+ #: ../app/models/setting/discovered.rb:23
563
603
  msgid "The default prefix to use for the host name, must start with a letter"
564
604
  msgstr "ホスト名に使用するデフォルトのプレフィックスは文字で開始する必要があります"
565
605
 
566
- #: ../app/models/setting/discovered.rb:27
606
+ #: ../app/models/setting/discovered.rb:23
567
607
  msgid "Hostname prefix"
568
608
  msgstr "ホスト名のプレフィックス"
569
609
 
570
- #: ../app/models/setting/discovered.rb:28
610
+ #: ../app/models/setting/discovered.rb:24
571
611
  msgid "Extra facter columns to show in host lists (separate by comma)"
572
612
  msgstr "ホスト一覧に表示される追加の facter 列 (コンマ区切り)"
573
613
 
574
- #: ../app/models/setting/discovered.rb:28
614
+ #: ../app/models/setting/discovered.rb:24
575
615
  msgid "Fact columns"
576
616
  msgstr "Fact 列"
577
617
 
578
- #: ../app/models/setting/discovered.rb:29
618
+ #: ../app/models/setting/discovered.rb:25
579
619
  msgid "Regex to organize facts for highlights section - e.g. ^(abc|cde)$"
580
620
  msgstr "ハイライトセクションのファクトを整理するための Regex (例: ^(abc|cde)$)"
581
621
 
582
- #: ../app/models/setting/discovered.rb:29
622
+ #: ../app/models/setting/discovered.rb:25
583
623
  msgid "Highlighted facts"
584
624
  msgstr "ハイライトされたファクト"
585
625
 
586
- #: ../app/models/setting/discovered.rb:30
626
+ #: ../app/models/setting/discovered.rb:26
587
627
  msgid "Regex to organize facts for storage section"
588
628
  msgstr "ストレージセクションのファクトを整理するための Regex"
589
629
 
590
- #: ../app/models/setting/discovered.rb:30
630
+ #: ../app/models/setting/discovered.rb:26
591
631
  msgid "Storage facts"
592
632
  msgstr "ストレージファクト"
593
633
 
594
- #: ../app/models/setting/discovered.rb:31
634
+ #: ../app/models/setting/discovered.rb:27
595
635
  msgid "Regex to organize facts for software section"
596
636
  msgstr "ソフトウェアセクションのファクトを整理するための Regex"
597
637
 
598
- #: ../app/models/setting/discovered.rb:31
638
+ #: ../app/models/setting/discovered.rb:27
599
639
  msgid "Software facts"
600
640
  msgstr "ソフトウェアファクト"
601
641
 
602
- #: ../app/models/setting/discovered.rb:32
642
+ #: ../app/models/setting/discovered.rb:28
603
643
  msgid "Regex to organize facts for hardware section"
604
644
  msgstr "ハードウェアセクションのファクトを整理するための Regex"
605
645
 
606
- #: ../app/models/setting/discovered.rb:32
646
+ #: ../app/models/setting/discovered.rb:28
607
647
  msgid "Hardware facts"
608
648
  msgstr "ハードウェアファクト"
609
649
 
610
- #: ../app/models/setting/discovered.rb:33
650
+ #: ../app/models/setting/discovered.rb:29
611
651
  msgid "Regex to organize facts for network section"
612
652
  msgstr "ネットワークセクションのファクトを整理するための Regex"
613
653
 
614
- #: ../app/models/setting/discovered.rb:33
654
+ #: ../app/models/setting/discovered.rb:29
615
655
  msgid "Network facts"
616
656
  msgstr "ネットワークファクト"
617
657
 
618
- #: ../app/models/setting/discovered.rb:34
658
+ #: ../app/models/setting/discovered.rb:30
619
659
  msgid "Regex to organize facts for ipmi section"
620
660
  msgstr "ipmi セクションのファクトを整理するための Regex"
621
661
 
622
- #: ../app/models/setting/discovered.rb:34
662
+ #: ../app/models/setting/discovered.rb:30
623
663
  msgid "IPMI facts"
624
664
  msgstr "IPMI ファクト"
625
665
 
626
- #: ../app/models/setting/discovered.rb:35
627
- msgid "Automatically generate PXE configuration to pin a newly discovered host to discovery"
666
+ #: ../app/models/setting/discovered.rb:31
667
+ msgid ""
668
+ "Automatically generate PXE configuration to pin a newly discovered host to "
669
+ "discovery"
628
670
  msgstr "新規に検出されたホストを検出に固定するための PXE 設定の自動生成"
629
671
 
630
- #: ../app/models/setting/discovered.rb:35
672
+ #: ../app/models/setting/discovered.rb:31
631
673
  msgid "Lock PXE"
632
674
  msgstr "PXE のロック"
633
675
 
634
- #: ../app/models/setting/discovered.rb:36
676
+ #: ../app/models/setting/discovered.rb:32
635
677
  msgid "PXELinux template to be used when pinning a host to discovery"
636
678
  msgstr "ホストを検出に固定する際に使用される PXELinux テンプレート"
637
679
 
638
- #: ../app/models/setting/discovered.rb:36
680
+ #: ../app/models/setting/discovered.rb:32
639
681
  msgid "Locked PXELinux template name"
640
682
  msgstr "ロックされた PXELinux テンプレート名"
641
683
 
642
- #: ../app/models/setting/discovered.rb:37
684
+ #: ../app/models/setting/discovered.rb:33
643
685
  msgid "PXEGrub template to be used when pinning a host to discovery"
644
686
  msgstr "ホストを検出に固定する際に使用される PXEGrub テンプレート"
645
687
 
646
- #: ../app/models/setting/discovered.rb:37
688
+ #: ../app/models/setting/discovered.rb:33
647
689
  msgid "Locked PXEGrub template name"
648
690
  msgstr "ロックされた PXEGrub テンプレート名"
649
691
 
650
- #: ../app/models/setting/discovered.rb:38
692
+ #: ../app/models/setting/discovered.rb:34
651
693
  msgid "PXEGrub2 template to be used when pinning a host to discovery"
652
694
  msgstr "ホストを検出に固定する際に使用される PXEGrub2 テンプレート"
653
695
 
654
- #: ../app/models/setting/discovered.rb:38
696
+ #: ../app/models/setting/discovered.rb:34
655
697
  msgid "Locked PXEGrub2 template name"
656
698
  msgstr "ロックされた PXEGrub2 テンプレート名"
657
699
 
658
- #: ../app/models/setting/discovered.rb:39
700
+ #: ../app/models/setting/discovered.rb:35
659
701
  msgid "Force DNS entries creation when provisioning discovered host"
660
702
  msgstr "検出されたホストのプロビジョニング時の DNS エントリーの作成を強制的に実行"
661
703
 
662
- #: ../app/models/setting/discovered.rb:39
704
+ #: ../app/models/setting/discovered.rb:35
663
705
  msgid "Force DNS"
664
706
  msgstr "DNS の強制的な実行"
665
707
 
666
- #: ../app/models/setting/discovered.rb:40
667
- msgid "Do not allow to discover existing managed host matching MAC of a provisioning NIC (errors out early)"
708
+ #: ../app/models/setting/discovered.rb:36
709
+ msgid ""
710
+ "Do not allow to discover existing managed host matching MAC of a "
711
+ "provisioning NIC (errors out early)"
668
712
  msgstr "プロビジョニング NIC の MAC と一致する既存の管理ホストの検出を許可しない (エラーは早い段階で出されます)"
669
713
 
670
- #: ../app/models/setting/discovered.rb:40
714
+ #: ../app/models/setting/discovered.rb:36
671
715
  msgid "Error on existing NIC"
672
716
  msgstr "既存の NIC でのエラー"
673
717
 
674
- #: ../app/models/setting/discovered.rb:41
718
+ #: ../app/models/setting/discovered.rb:37
675
719
  msgid "Discovery hostname naming pattern"
676
720
  msgstr "ホスト名の名前パターンの検出"
677
721
 
678
- #: ../app/models/setting/discovered.rb:41
722
+ #: ../app/models/setting/discovered.rb:37
679
723
  msgid "Type of name generator"
680
724
  msgstr "名前ジェネレーターのタイプ"
681
725
 
@@ -688,9 +732,15 @@ msgid "Discovered host '%{host}' has all NICs filtered out, filter: %{filter}"
688
732
  msgstr "検出ホスト '%{host}' は全 NIC がフィルタリングされています。フィルター: %{filter}"
689
733
 
690
734
  #: ../app/services/foreman_discovery/fact_parser.rb:12
691
- msgid "Unable to find primary NIC with %{mac} specified via '%{fact}', NIC filter: %{filter}"
735
+ msgid ""
736
+ "Unable to find primary NIC with %{mac} specified via '%{fact}', NIC filter: "
737
+ "%{filter}"
692
738
  msgstr "%{mac} が '%{fact}' で指定されたプライマリー NIC を見つけることができません。NIC フィルター: %{filter}"
693
739
 
740
+ #: ../app/services/foreman_discovery/host_converter.rb:39
741
+ msgid "IPAM must be configured for subnet '%s'"
742
+ msgstr ""
743
+
694
744
  #: ../app/services/foreman_discovery/node_api/node_resource.rb:75
695
745
  msgid "Image API returned HTTP/%{code} with '%{body}"
696
746
  msgstr "イメージ API で返された HTTP/%{code}: '%{body}"
@@ -699,6 +749,11 @@ msgstr "イメージ API で返された HTTP/%{code}: '%{body}"
699
749
  msgid "Image API processing error: %{msg} (HTTP/%{code}, body: %{body})"
700
750
  msgstr "イメージ API の処理エラー: %{msg} (HTTP/%{code}、本体: %{body})"
701
751
 
752
+ #: ../app/views/dashboard/_discovery_widget.html.erb:5
753
+ msgid "Discovered Host"
754
+ msgid_plural "Discovered Hosts"
755
+ msgstr[0] ""
756
+
702
757
  #: ../app/views/dashboard/_discovery_widget.html.erb:9
703
758
  msgid "No discovered hosts available"
704
759
  msgstr "検出されたホストがありません"
@@ -707,23 +762,33 @@ msgstr "検出されたホストがありません"
707
762
  msgid "Host"
708
763
  msgstr "ホスト"
709
764
 
710
- #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:4 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:6 ../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
765
+ #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:4
766
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:6
767
+ #: ../app/views/discovered_hosts/_selected_hosts.html.erb:8
768
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:18
769
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:10
711
770
  msgid "Model"
712
771
  msgstr "モデル"
713
772
 
714
- #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:5 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:8 ../app/views/discovered_mailer/discovered_summary.html.erb:20 ../app/views/discovered_mailer/discovered_summary.text.erb:12
773
+ #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:5
774
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:8
775
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:20
776
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:12
715
777
  msgid "CPUs"
716
778
  msgstr "CPU"
717
779
 
718
- #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:6 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:9 ../app/views/discovered_mailer/discovered_summary.html.erb:21 ../app/views/discovered_mailer/discovered_summary.text.erb:13
780
+ #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:6
781
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:9
782
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:21
783
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:13
719
784
  msgid "Memory"
720
785
  msgstr "メモリー"
721
786
 
722
- #: ../app/views/discovered_hosts/_discovered_host_modal.html.erb:23
787
+ #: ../app/views/discovered_hosts/_discovered_host_modal.html.erb:25
723
788
  msgid "Customize Host"
724
789
  msgstr "ホストのカスタマイズ"
725
790
 
726
- #: ../app/views/discovered_hosts/_discovered_host_modal.html.erb:24
791
+ #: ../app/views/discovered_hosts/_discovered_host_modal.html.erb:26
727
792
  msgid "Create Host"
728
793
  msgstr "ホストの作成"
729
794
 
@@ -735,11 +800,16 @@ msgstr "このページのすべての項目を選択"
735
800
  msgid "items selected. Uncheck to Clear"
736
801
  msgstr "項目が選択されています。クリアするにはチェックを解除してください"
737
802
 
738
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:5 ../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
803
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:5
804
+ #: ../app/views/discovered_hosts/_selected_hosts.html.erb:7
805
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:17
806
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:9
739
807
  msgid "Name"
740
808
  msgstr "名前"
741
809
 
742
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:7 ../app/views/discovered_mailer/discovered_summary.html.erb:19 ../app/views/discovered_mailer/discovered_summary.text.erb:11
810
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:7
811
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:19
812
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:11
743
813
  msgid "IP Address"
744
814
  msgstr "IP アドレス"
745
815
 
@@ -751,11 +821,13 @@ msgstr "ディスク数"
751
821
  msgid "Disks Size"
752
822
  msgstr "ディスクサイズ"
753
823
 
754
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:15 ../app/views/discovered_hosts/_selected_hosts.html.erb:9
824
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:15
825
+ #: ../app/views/discovered_hosts/_selected_hosts.html.erb:9
755
826
  msgid "Location"
756
827
  msgstr "場所"
757
828
 
758
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:16 ../app/views/discovered_hosts/_selected_hosts.html.erb:10
829
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:16
830
+ #: ../app/views/discovered_hosts/_selected_hosts.html.erb:10
759
831
  msgid "Organization"
760
832
  msgstr "組織"
761
833
 
@@ -767,7 +839,8 @@ msgstr "サブネット"
767
839
  msgid "Last Facts Upload"
768
840
  msgstr "最終ファクトのアップロード"
769
841
 
770
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:19 ../app/views/discovery_rules/index.html.erb:12
842
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:19
843
+ #: ../app/views/discovery_rules/index.html.erb:12
771
844
  msgid "Actions"
772
845
  msgstr "アクション"
773
846
 
@@ -788,7 +861,9 @@ msgid "Provision %s"
788
861
  msgstr "%s のプロビジョニング"
789
862
 
790
863
  #: ../app/views/discovered_hosts/multiple_destroy.html.erb:3
791
- msgid "This might take a while, as all hosts, facts and reports will be destroyed as well"
864
+ msgid ""
865
+ "This might take a while, as all hosts, facts and reports will be destroyed "
866
+ "as well"
792
867
  msgstr "ホスト、ファクト、およびレポートもすべて破棄されるため、時間がかかる場合があります。"
793
868
 
794
869
  #: ../app/views/discovered_hosts/select_multiple_location.html.erb:5
@@ -832,7 +907,9 @@ msgid "No discovered hosts found in this context."
832
907
  msgstr "このコンテキストで検出されたホストはありません。"
833
908
 
834
909
  #: ../app/views/discovered_hosts/welcome.html.erb:8
835
- msgid "This page shows discovered bare-metal or virtual nodes waiting to be provisioned."
910
+ msgid ""
911
+ "This page shows discovered bare-metal or virtual nodes waiting to be "
912
+ "provisioned."
836
913
  msgstr "このページでは、プロビジョニングする予定の検出されたベアメタルまたは仮想ノードを表示しています。"
837
914
 
838
915
  #: ../app/views/discovered_hosts/welcome.html.erb:9
@@ -847,19 +924,23 @@ msgstr "Foreman の検出されたホストの概要レポート"
847
924
  msgid "<b>Foreman</b> Discovered hosts summary"
848
925
  msgstr "<b>Foreman</b> の検出されたホストの概要"
849
926
 
850
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:10 ../app/views/discovered_mailer/discovered_summary.text.erb:5
927
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:10
928
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:5
851
929
  msgid "Summary from %{time} ago to %{now}"
852
930
  msgstr "%{time} から %{now} までの概要"
853
931
 
854
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:11 ../app/views/discovered_mailer/discovered_summary.text.erb:3
932
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:11
933
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:3
855
934
  msgid "Discovered hosts from Foreman server at %{foreman_url}"
856
935
  msgstr "Foreman サーバーの検出されたホスト: %{foreman_url}"
857
936
 
858
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:22 ../app/views/discovered_mailer/discovered_summary.text.erb:14
937
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:22
938
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:14
859
939
  msgid "Disk count"
860
940
  msgstr "ディスク数"
861
941
 
862
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:23 ../app/views/discovered_mailer/discovered_summary.text.erb:15
942
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:23
943
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:15
863
944
  msgid "Disks size"
864
945
  msgstr "ディスク容量"
865
946
 
@@ -908,30 +989,41 @@ msgid "Rule priority (lower integer means higher priority)"
908
989
  msgstr "ルールの優先順位 (整数の低い値は高い優先順位を意味します)"
909
990
 
910
991
  #: ../app/views/discovery_rules/_template_inline.erb:2
911
- msgid "Specify target hostname template pattern in the same syntax as in Provisioning Templates (ERB)."
992
+ msgid ""
993
+ "Specify target hostname template pattern in the same syntax as in "
994
+ "Provisioning Templates (ERB)."
912
995
  msgstr "プロビジョニングテンプレート (ERB) と同じ構文のターゲットホスト名テンプレートのパターンを指定します。"
913
996
 
914
997
  #: ../app/views/discovery_rules/_template_inline.erb:4
915
- msgid "Domain will be appended automatically. A hostname based on MAC address will be used when left blank."
998
+ msgid ""
999
+ "Domain will be appended automatically. A hostname based on MAC address will "
1000
+ "be used when left blank."
916
1001
  msgstr "ドメインは自動的に追加されます。空白のままの場合には、MAC アドレスに基づくホスト名が使用されます。"
917
1002
 
918
1003
  #: ../app/views/discovery_rules/_template_inline.erb:5
919
- msgid "In addition to @host attribute function rand for random integers is available. Examples:"
1004
+ msgid ""
1005
+ "In addition to @host attribute function rand for random integers is "
1006
+ "available. Examples:"
920
1007
  msgstr "@host 属性のほかに、ランダムな整数の rand 関数を利用できます。例:"
921
1008
 
922
1009
  #: ../app/views/discovery_rules/_template_inline.erb:8
923
- msgid "When creating hostname patterns, make sure the resulting host names are unique."
1010
+ msgid ""
1011
+ "When creating hostname patterns, make sure the resulting host names are "
1012
+ "unique."
924
1013
  msgstr "ホスト名パターンの作成時に、生成されるホスト名が固有であることを確認します。"
925
1014
 
926
1015
  #: ../app/views/discovery_rules/_template_inline.erb:9
927
- msgid "Hostnames must not start with numbers. A good approach is to use unique information provided by facter (MAC address, BIOS or serial ID)."
1016
+ msgid ""
1017
+ "Hostnames must not start with numbers. A good approach is to use unique "
1018
+ "information provided by facter (MAC address, BIOS or serial ID)."
928
1019
  msgstr "ホスト名は数字で開始することができません。facter で提供される固有の情報 (MAC アドレス、BIOS またはシリアル ID) を使用することが適切な方法です。"
929
1020
 
930
1021
  #: ../app/views/discovery_rules/edit.html.erb:1
931
1022
  msgid "Edit %s"
932
1023
  msgstr "%s の編集"
933
1024
 
934
- #: ../app/views/discovery_rules/index.html.erb:1 ../lib/foreman_discovery/engine.rb:163
1025
+ #: ../app/views/discovery_rules/index.html.erb:1
1026
+ #: ../lib/foreman_discovery/engine.rb:163
935
1027
  msgid "Discovery Rules"
936
1028
  msgstr "検出ルール"
937
1029
 
@@ -996,9 +1088,13 @@ msgid "Discovery Proxy"
996
1088
  msgstr "検出プロキシー"
997
1089
 
998
1090
  #: ../lib/foreman_discovery/engine.rb:189
999
- msgid "Discovery Proxy to use within this subnet for managing connection to discovered hosts"
1091
+ msgid ""
1092
+ "Discovery Proxy to use within this subnet for managing connection to "
1093
+ "discovered hosts"
1000
1094
  msgstr "検出されたホストへの接続を管理するためにこのサブネット内で使用する検出プロキシー"
1001
1095
 
1002
1096
  #: ../lib/foreman_discovery/engine.rb:190
1003
- msgid "ID of Discovery Proxy to use within this subnet for managing connection to discovered hosts"
1097
+ msgid ""
1098
+ "ID of Discovery Proxy to use within this subnet for managing connection to "
1099
+ "discovered hosts"
1004
1100
  msgstr "検出されたホストへの接続を管理するためにこのサブネット内で使用する検出プロキシーの ID"