foreman_discovery 5.0.0 → 5.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (81) hide show
  1. checksums.yaml +4 -4
  2. data/app/controllers/api/v2/discovered_hosts_controller.rb +41 -51
  3. data/app/controllers/concerns/foreman/controller/discovered_extensions.rb +20 -23
  4. data/app/controllers/discovered_hosts_controller.rb +50 -46
  5. data/app/helpers/concerns/foreman_discovery/settings_helper_extensions.rb +34 -0
  6. data/app/helpers/discovery_rules_helper.rb +5 -6
  7. data/app/mailers/discovered_mailer.rb +19 -0
  8. data/app/models/discovery_rule.rb +3 -3
  9. data/app/models/host/discovered.rb +33 -11
  10. data/app/models/host/managed_extensions.rb +10 -0
  11. data/app/models/hostgroup_extensions.rb +1 -1
  12. data/app/models/setting/discovered.rb +17 -11
  13. data/app/services/foreman_discovery/fact_parser.rb +16 -0
  14. data/app/services/foreman_discovery/host_converter.rb +0 -4
  15. data/app/services/foreman_discovery/node_api/power.rb +3 -3
  16. data/app/views/discovered_hosts/_discovered_host.html.erb +4 -2
  17. data/app/views/discovered_hosts/_discovered_hosts_list.html.erb +1 -1
  18. data/app/views/discovered_mailer/_discovered_host.html.erb +10 -0
  19. data/app/views/discovered_mailer/discovered_summary.html.erb +35 -0
  20. data/app/views/discovered_mailer/discovered_summary.text.erb +24 -0
  21. data/config/routes.rb +3 -3
  22. data/db/seeds.d/70_discovery_mail_notification.rb +9 -0
  23. data/lib/foreman_discovery/engine.rb +12 -9
  24. data/lib/foreman_discovery/version.rb +1 -1
  25. data/locale/ca/LC_MESSAGES/foreman_discovery.mo +0 -0
  26. data/locale/ca/foreman_discovery.edit.po +780 -0
  27. data/locale/ca/foreman_discovery.po +358 -261
  28. data/locale/de/LC_MESSAGES/foreman_discovery.mo +0 -0
  29. data/locale/de/foreman_discovery.edit.po +774 -0
  30. data/locale/de/foreman_discovery.po +418 -311
  31. data/locale/en_GB/LC_MESSAGES/foreman_discovery.mo +0 -0
  32. data/locale/en_GB/foreman_discovery.edit.po +779 -0
  33. data/locale/en_GB/foreman_discovery.po +423 -313
  34. data/locale/es/LC_MESSAGES/foreman_discovery.mo +0 -0
  35. data/locale/es/foreman_discovery.edit.po +781 -0
  36. data/locale/es/foreman_discovery.po +425 -313
  37. data/locale/foreman_discovery.pot +496 -159
  38. data/locale/fr/LC_MESSAGES/foreman_discovery.mo +0 -0
  39. data/locale/fr/foreman_discovery.edit.po +778 -0
  40. data/locale/fr/foreman_discovery.po +458 -322
  41. data/locale/gl/LC_MESSAGES/foreman_discovery.mo +0 -0
  42. data/locale/gl/foreman_discovery.edit.po +757 -0
  43. data/locale/gl/foreman_discovery.po +306 -215
  44. data/locale/it/LC_MESSAGES/foreman_discovery.mo +0 -0
  45. data/locale/it/foreman_discovery.edit.po +771 -0
  46. data/locale/it/foreman_discovery.po +411 -301
  47. data/locale/ja/LC_MESSAGES/foreman_discovery.mo +0 -0
  48. data/locale/ja/foreman_discovery.edit.po +770 -0
  49. data/locale/ja/foreman_discovery.po +395 -300
  50. data/locale/ko/LC_MESSAGES/foreman_discovery.mo +0 -0
  51. data/locale/ko/foreman_discovery.edit.po +768 -0
  52. data/locale/ko/foreman_discovery.po +393 -299
  53. data/locale/pt_BR/LC_MESSAGES/foreman_discovery.mo +0 -0
  54. data/locale/pt_BR/foreman_discovery.edit.po +780 -0
  55. data/locale/pt_BR/foreman_discovery.po +438 -309
  56. data/locale/ru/LC_MESSAGES/foreman_discovery.mo +0 -0
  57. data/locale/ru/foreman_discovery.edit.po +775 -0
  58. data/locale/ru/foreman_discovery.po +413 -308
  59. data/locale/sv_SE/LC_MESSAGES/foreman_discovery.mo +0 -0
  60. data/locale/sv_SE/foreman_discovery.edit.po +766 -0
  61. data/locale/sv_SE/foreman_discovery.po +321 -232
  62. data/locale/zh_CN/LC_MESSAGES/foreman_discovery.mo +0 -0
  63. data/locale/zh_CN/foreman_discovery.edit.po +769 -0
  64. data/locale/zh_CN/foreman_discovery.po +393 -302
  65. data/locale/zh_TW/LC_MESSAGES/foreman_discovery.mo +0 -0
  66. data/locale/zh_TW/foreman_discovery.edit.po +769 -0
  67. data/locale/zh_TW/foreman_discovery.po +395 -302
  68. data/test/functional/api/v2/discovered_hosts_controller_test.rb +8 -0
  69. data/test/functional/api/v2/discovery_rules_controller_test.rb +9 -0
  70. data/test/functional/discovered_hosts_controller_test.rb +26 -17
  71. data/test/functional/discovery_rules_controller_test.rb +9 -8
  72. data/test/test_helper.rb +0 -4
  73. data/test/test_helper_discovery.rb +24 -0
  74. data/test/unit/discovered_extensions_test.rb +31 -0
  75. data/test/unit/discovered_mailer_test.rb +44 -0
  76. data/test/unit/discovery_attribute_set_test.rb +12 -0
  77. data/test/unit/discovery_rule_test.rb +20 -0
  78. data/test/unit/{puppet_fact_parser_extensions_test.rb → fact_parser_test.rb} +3 -16
  79. data/test/unit/host_discovered_test.rb +56 -11
  80. metadata +29 -5
  81. data/app/lib/puppet_fact_parser_extensions.rb +0 -29
@@ -0,0 +1,770 @@
1
+ # SOME DESCRIPTIVE TITLE.
2
+ # Copyright (C) 2015 Foreman developers
3
+ # This file is distributed under the same license as the foreman_discovery package.
4
+ #
5
+ # Translators:
6
+ # Shuji Yamada <uzy.exe@gmail.com>, 2015
7
+ msgid ""
8
+ msgstr ""
9
+ "Project-Id-Version: Foreman\n"
10
+ "Report-Msgid-Bugs-To: foreman-dev@googlegroups.com\n"
11
+ "PO-Revision-Date: 2015-10-15 09:16+0000\n"
12
+ "Last-Translator: Lukáš Zapletal\n"
13
+ "Language-Team: Japanese (http://www.transifex.com/foreman/foreman/language/ja/"
14
+ ")\n"
15
+ "MIME-Version: 1.0\n"
16
+ "Content-Type: text/plain; charset=UTF-8\n"
17
+ "Content-Transfer-Encoding: 8bit\n"
18
+ "Language: ja\n"
19
+ "Plural-Forms: nplurals=1; plural=0;\n"
20
+
21
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:15
22
+ msgid "List all discovered hosts"
23
+ msgstr "検出されたすべてのホストを一覧表示"
24
+
25
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:16 ../app/controllers/api/v2/discovery_rules_controller.rb:14
26
+ msgid "filter results"
27
+ msgstr "結果のフィルター"
28
+
29
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:17 ../app/controllers/api/v2/discovery_rules_controller.rb:15
30
+ msgid "sort results"
31
+ msgstr "結果のソート"
32
+
33
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:18 ../app/controllers/api/v2/discovery_rules_controller.rb:16
34
+ msgid "paginate results"
35
+ msgstr "結果のページネーション"
36
+
37
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:19 ../app/controllers/api/v2/discovery_rules_controller.rb:17
38
+ msgid "number of entries per request"
39
+ msgstr "要求ごとのエントリー数"
40
+
41
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:25
42
+ msgid "Show a discovered host"
43
+ msgstr "検出されたホストの表示"
44
+
45
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:39
46
+ msgid "Create a discovered host for testing (use /facts to create new hosts)"
47
+ msgstr ""
48
+
49
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:47
50
+ msgid "Provision a discovered host"
51
+ msgstr "検出されたホストのプロビジョニング"
52
+
53
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:52
54
+ msgid "not required if using a subnet with DHCP proxy"
55
+ msgstr "DHCP プロキシーを使用するサブネットを使用する場合は不要です"
56
+
57
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:53
58
+ msgid "not required if it's a virtual machine"
59
+ msgstr "仮想マシンの場合は不要です"
60
+
61
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:73
62
+ msgid "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
63
+ msgstr "オーケストレーションタスクの状態を追跡するための UUID。GET /api/orchestration/:UUID/tasks"
64
+
65
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:75
66
+ msgid "required if value is not inherited from host group or default password in settings"
67
+ msgstr "値がホストグループから継承されていないか、または設定済みのデフォルトパスワードである場合に必要です"
68
+
69
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:85
70
+ msgid "Delete a discovered host"
71
+ msgstr "検出されたホストの削除"
72
+
73
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:92
74
+ msgid "Upload facts for a host, creating the host if required"
75
+ msgstr "ホストのファクトをアップロードし、必要な場合はホストを作成します"
76
+
77
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:93
78
+ msgid "hash containing facts for the host with minimum set of facts: discovery_bootif, macaddress_eth0, ipaddress, ipaddress_eth0, interfaces: eth0 (example in case primary interface is named eth0)"
79
+ msgstr ""
80
+
81
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:112
82
+ msgid "Execute rules against a discovered host"
83
+ msgstr "検出されたホストに対してルールを実行"
84
+
85
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:118 ../app/controllers/discovered_hosts_controller.rb:147
86
+ msgid "Host %{host} was provisioned with rule %{rule}"
87
+ msgstr "ルール %{rule} でホスト %{host} がプロビジョニングされました"
88
+
89
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:121
90
+ msgid "Unable to provision %{host}: %{errors}"
91
+ msgstr ""
92
+
93
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:127 ../app/controllers/discovered_hosts_controller.rb:154
94
+ msgid "No rule found for host %s"
95
+ msgstr "ホスト %s のルールが見つかりませんでした"
96
+
97
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:134
98
+ msgid "Execute rules against all currently discovered hosts"
99
+ msgstr "現在検出されているすべてのホストに対してルールを実行"
100
+
101
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:138 ../app/controllers/discovered_hosts_controller.rb:160
102
+ msgid "Errors during auto provisioning: %s"
103
+ msgstr "自動プロビジョニング時のエラー: %s"
104
+
105
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:141 ../app/controllers/discovered_hosts_controller.rb:163
106
+ msgid "No discovered hosts to provision"
107
+ msgstr "プロビジョニングする検出されたホストがありません"
108
+
109
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:163
110
+ msgid "%s discovered hosts were provisioned"
111
+ msgstr ""
112
+
113
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:174
114
+ msgid "Refreshing the facts of a discovered host"
115
+ msgstr "検出されたホストのファクトを更新中"
116
+
117
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:183
118
+ msgid "Rebooting a discovered host"
119
+ msgstr "検出されたホストを再起動中"
120
+
121
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:192
122
+ msgid "Rebooting all discovered hosts"
123
+ msgstr ""
124
+
125
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:203 ../app/controllers/discovered_hosts_controller.rb:105
126
+ msgid "Discovered hosts are rebooting now"
127
+ msgstr ""
128
+
129
+ #: ../app/controllers/api/v2/discovery_rules_controller.rb:13
130
+ msgid "List all discovery rules"
131
+ msgstr "すべての検出ルールを一覧表示"
132
+
133
+ #: ../app/controllers/api/v2/discovery_rules_controller.rb:23
134
+ msgid "Show a discovery rule"
135
+ msgstr "検出ルールの表示"
136
+
137
+ #: ../app/controllers/api/v2/discovery_rules_controller.rb:31
138
+ msgid "represents rule name shown to the users"
139
+ msgstr ""
140
+
141
+ #: ../app/controllers/api/v2/discovery_rules_controller.rb:32
142
+ msgid "query to match discovered hosts for the particular rule"
143
+ msgstr ""
144
+
145
+ #: ../app/controllers/api/v2/discovery_rules_controller.rb:33
146
+ msgid "the hostgroup that is used to auto provision a host"
147
+ msgstr ""
148
+
149
+ #: ../app/controllers/api/v2/discovery_rules_controller.rb:34
150
+ msgid "defines a pattern to assign human-readable hostnames to the matching hosts"
151
+ msgstr ""
152
+
153
+ #: ../app/controllers/api/v2/discovery_rules_controller.rb:35
154
+ msgid "enables to limit maximum amount of provisioned hosts per rule"
155
+ msgstr ""
156
+
157
+ #: ../app/controllers/api/v2/discovery_rules_controller.rb:36
158
+ msgid "puts the rules in order, low numbers go first. Must be greater then zero"
159
+ msgstr ""
160
+
161
+ #: ../app/controllers/api/v2/discovery_rules_controller.rb:37
162
+ msgid "flag is used for temporary shutdown of rules"
163
+ msgstr ""
164
+
165
+ #: ../app/controllers/api/v2/discovery_rules_controller.rb:41
166
+ msgid "Create a discovery rule"
167
+ msgstr "検出ルールの作成"
168
+
169
+ #: ../app/controllers/api/v2/discovery_rules_controller.rb:49
170
+ msgid "Update a rule"
171
+ msgstr "ルールの更新"
172
+
173
+ #: ../app/controllers/api/v2/discovery_rules_controller.rb:57
174
+ msgid "Delete a rule"
175
+ msgstr "ルールの削除"
176
+
177
+ #: ../app/controllers/concerns/foreman/controller/discovered_extensions.rb:6
178
+ msgid "Unable to find a discovery rule, no host provided (check permissions)"
179
+ msgstr ""
180
+
181
+ #: ../app/controllers/concerns/foreman/controller/discovered_extensions.rb:47
182
+ msgid "No hostgroup associated with rule '%s'"
183
+ msgstr ""
184
+
185
+ #: ../app/controllers/concerns/foreman/controller/discovered_extensions.rb:63
186
+ msgid "Errors during reboot: %s"
187
+ msgstr ""
188
+
189
+ #: ../app/controllers/concerns/foreman/controller/discovered_extensions.rb:81
190
+ msgid "No discovered hosts to reboot"
191
+ msgstr ""
192
+
193
+ #: ../app/controllers/discovered_hosts_controller.rb:73
194
+ msgid "Facts refreshed for %s"
195
+ msgstr "%s について更新されたファクト"
196
+
197
+ #: ../app/controllers/discovered_hosts_controller.rb:75
198
+ msgid "Failed to refresh facts for %s"
199
+ msgstr "%s のファクトの更新に失敗しました"
200
+
201
+ #: ../app/controllers/discovered_hosts_controller.rb:78
202
+ msgid "Failed to refresh facts for %{hostname} with error %{error_message}"
203
+ msgstr ""
204
+
205
+ #: ../app/controllers/discovered_hosts_controller.rb:85
206
+ msgid "Host of type %s can not be rebooted"
207
+ msgstr "タイプ %s のホストは再起動できません"
208
+
209
+ #: ../app/controllers/discovered_hosts_controller.rb:89
210
+ msgid "Rebooting host %s"
211
+ msgstr "ホスト %s を再起動中"
212
+
213
+ #: ../app/controllers/discovered_hosts_controller.rb:91
214
+ msgid "Failed to reboot host %s"
215
+ msgstr "ホスト %s の再起動に失敗しました"
216
+
217
+ #: ../app/controllers/discovered_hosts_controller.rb:94
218
+ msgid "Failed to reboot host %{hostname} with error %{error_message}"
219
+ msgstr "エラー %{error_message} を出してホスト %{hostname} の再起動に失敗しました。"
220
+
221
+ #: ../app/controllers/discovered_hosts_controller.rb:108
222
+ msgid "Failed to reboot hosts with error %s"
223
+ msgstr ""
224
+
225
+ #: ../app/controllers/discovered_hosts_controller.rb:122
226
+ msgid "Destroyed selected hosts"
227
+ msgstr "破棄された選択ホスト"
228
+
229
+ #: ../app/controllers/discovered_hosts_controller.rb:124
230
+ msgid "The following hosts were not deleted: %s"
231
+ msgstr "以下のホストが削除されました: %s"
232
+
233
+ #: ../app/controllers/discovered_hosts_controller.rb:151
234
+ msgid "Failed to auto provision host %s: %s"
235
+ msgstr "ホスト %s の自動プロビジョニングに失敗しました: %s"
236
+
237
+ #: ../app/controllers/discovered_hosts_controller.rb:179
238
+ msgid "Discovered hosts are provisioning now"
239
+ msgstr "現在、検出されたホストのプロビジョニングが実行されています"
240
+
241
+ #: ../app/controllers/discovered_hosts_controller.rb:267
242
+ msgid "No hosts were found with that id or name"
243
+ msgstr "該当する ID または名前のホストが見つかりませんでした"
244
+
245
+ #: ../app/controllers/discovered_hosts_controller.rb:271
246
+ msgid "No hosts selected"
247
+ msgstr "ホストが選択されていません"
248
+
249
+ #: ../app/controllers/discovered_hosts_controller.rb:277
250
+ msgid "Something went wrong while selecting hosts - %s"
251
+ msgstr "ホストの選択中に問題が発生しました - %s"
252
+
253
+ #: ../app/controllers/discovery_rules_controller.rb:66
254
+ msgid "Rule disabled"
255
+ msgstr "ルールの無効化"
256
+
257
+ #: ../app/controllers/discovery_rules_controller.rb:66
258
+ msgid "Rule enabled"
259
+ msgstr "ルールの有効化"
260
+
261
+ #: ../app/helpers/discovered_hosts_helper.rb:11
262
+ msgid "%s ago"
263
+ msgstr "%s 前"
264
+
265
+ #: ../app/helpers/discovered_hosts_helper.rb:15 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:42
266
+ msgid "Provision"
267
+ msgstr "プロビジョニング"
268
+
269
+ #: ../app/helpers/discovered_hosts_helper.rb:16 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:43
270
+ msgid "Auto Provision"
271
+ msgstr "自動プロビジョニング"
272
+
273
+ #: ../app/helpers/discovered_hosts_helper.rb:17 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:44
274
+ msgid "Refresh facts"
275
+ msgstr "ファクトの更新"
276
+
277
+ #: ../app/helpers/discovered_hosts_helper.rb:18 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:45
278
+ msgid "Reboot"
279
+ msgstr "再起動"
280
+
281
+ #: ../app/helpers/discovered_hosts_helper.rb:21
282
+ msgid "Back"
283
+ msgstr ""
284
+
285
+ #: ../app/helpers/discovered_hosts_helper.rb:23 ../app/helpers/discovered_hosts_helper.rb:46
286
+ msgid "Select Action"
287
+ msgstr "アクションの選択"
288
+
289
+ #: ../app/helpers/discovered_hosts_helper.rb:30
290
+ msgid "Expand All"
291
+ msgstr ""
292
+
293
+ #: ../app/helpers/discovered_hosts_helper.rb:35
294
+ msgid "Delete"
295
+ msgstr "削除"
296
+
297
+ #: ../app/helpers/discovered_hosts_helper.rb:36
298
+ msgid "Are you sure?"
299
+ msgstr "実行してもよろしいですか?"
300
+
301
+ #: ../app/helpers/discovered_hosts_helper.rb:42
302
+ msgid "Delete hosts"
303
+ msgstr "ホストの削除"
304
+
305
+ #: ../app/helpers/discovered_hosts_helper.rb:43
306
+ msgid "Assign Organization"
307
+ msgstr "組織の割り当て"
308
+
309
+ #: ../app/helpers/discovered_hosts_helper.rb:44
310
+ msgid "Assign Location"
311
+ msgstr "ロケーションの割り当て"
312
+
313
+ #: ../app/helpers/discovered_hosts_helper.rb:48
314
+ msgid "%s - The following hosts are about to be changed"
315
+ msgstr "%s - 以下のホストはすぐに変更されます"
316
+
317
+ #: ../app/helpers/discovered_hosts_helper.rb:57
318
+ msgid "N/A"
319
+ msgstr "N/A"
320
+
321
+ #: ../app/helpers/discovered_hosts_helper.rb:69
322
+ msgid "New in the last 24 hours"
323
+ msgstr ""
324
+
325
+ #: ../app/helpers/discovered_hosts_helper.rb:73
326
+ msgid "Not reported in more than 7 days"
327
+ msgstr ""
328
+
329
+ #: ../app/helpers/discovered_hosts_helper.rb:77
330
+ msgid "Reported in the last 7 days"
331
+ msgstr ""
332
+
333
+ #: ../app/helpers/discovery_rules_helper.rb:26
334
+ msgid "Discovered Hosts"
335
+ msgstr ""
336
+
337
+ #: ../app/helpers/discovery_rules_helper.rb:27
338
+ msgid "Associated Hosts"
339
+ msgstr ""
340
+
341
+ #: ../app/helpers/discovery_rules_helper.rb:29
342
+ msgid "Disable rule '%s'?"
343
+ msgstr ""
344
+
345
+ #: ../app/helpers/discovery_rules_helper.rb:29
346
+ msgid "Disable"
347
+ msgstr "無効にする"
348
+
349
+ #: ../app/helpers/discovery_rules_helper.rb:31
350
+ msgid "Enable"
351
+ msgstr "有効にする"
352
+
353
+ #: ../app/helpers/discovery_rules_helper.rb:31
354
+ msgid "Enable rule '%s'?"
355
+ msgstr ""
356
+
357
+ #: ../app/helpers/discovery_rules_helper.rb:33
358
+ msgid "Delete rule '%s'?"
359
+ msgstr ""
360
+
361
+ #: ../app/mailers/discovered_mailer.rb:4
362
+ msgid "Must specify a user with email enabled"
363
+ msgstr ""
364
+
365
+ #: ../app/mailers/discovered_mailer.rb:15
366
+ msgid "Discovered hosts summary"
367
+ msgstr ""
368
+
369
+ #: ../app/models/discovery_rule.rb:11
370
+ msgid "can't contain white spaces."
371
+ msgstr "空白を含めることはできません。"
372
+
373
+ #: ../app/models/discovery_rule.rb:13
374
+ msgid "must start with a letter or ERB."
375
+ msgstr "文字または ERB で始まる必要があります。"
376
+
377
+ #: ../app/models/discovery_rule.rb:49
378
+ msgid "Host group organization %s must also be associated to the discovery rule"
379
+ msgid_plural "Host group organizations %s must also be associated to the discovery rule"
380
+ msgstr[0] ""
381
+ msgstr[1] ""
382
+
383
+ #: ../app/models/discovery_rule.rb:55
384
+ msgid "Host group location %s must also be associated to the discovery rule"
385
+ msgid_plural "Host group locations %s must also be associated to the discovery rule"
386
+ msgstr[0] ""
387
+ msgstr[1] ""
388
+
389
+ #: ../app/models/host/discovered.rb:34
390
+ msgid "Invalid facts, must be a Hash"
391
+ msgstr "無効なファクトです。ハッシュにする必要があります"
392
+
393
+ #: ../app/models/host/discovered.rb:39
394
+ msgid "Expected discovery_fact '%s' is missing, unable to detect primary interface and set hostname"
395
+ msgstr ""
396
+
397
+ #: ../app/models/host/discovered.rb:46
398
+ msgid "Invalid facts: hash does not contain a valid value for any of the facts in the discovery_hostname setting: %s"
399
+ msgstr ""
400
+
401
+ #: ../app/models/host/discovered.rb:107
402
+ msgid "Unable to assign subnet, primary interface is missing IP address"
403
+ msgstr ""
404
+
405
+ #: ../app/models/host/discovered.rb:149
406
+ msgid "Could not get facts from proxy %{url}: %{error}"
407
+ msgstr "プロキシー %{url} からファクトを取得できませんでした: %{error}"
408
+
409
+ #: ../app/models/host/discovered.rb:165
410
+ msgid "Unable to reboot %{name} via %{url}: %{msg}"
411
+ msgstr ""
412
+
413
+ #: ../app/models/host/discovered.rb:173
414
+ msgid "Unable to perform kexec on %{name} via %{url}: %{msg}"
415
+ msgstr ""
416
+
417
+ #: ../app/models/host/discovered.rb:192
418
+ msgid "Invalid hostname: Could not normalize the hostname"
419
+ msgstr ""
420
+
421
+ #: ../app/models/host/managed_extensions.rb:24
422
+ msgid "Reloading kernel on %s"
423
+ msgstr ""
424
+
425
+ #: ../app/models/host/managed_extensions.rb:26
426
+ msgid "Rebooting %s"
427
+ msgstr "%s を再起動中"
428
+
429
+ #: ../app/models/host/managed_extensions.rb:45
430
+ msgid "Operating system not set for host/hostgroup"
431
+ msgstr ""
432
+
433
+ #: ../app/models/host/managed_extensions.rb:47
434
+ msgid "Medium not set for host/hostgroup"
435
+ msgstr ""
436
+
437
+ #: ../app/models/host/managed_extensions.rb:54
438
+ msgid "Kexec template not associated with operating system"
439
+ msgstr ""
440
+
441
+ #: ../app/models/setting/discovered.rb:19
442
+ msgid "Fact name to use for primary interface detection"
443
+ msgstr ""
444
+
445
+ #: ../app/models/setting/discovered.rb:20
446
+ msgid "List of facts to use for the hostname (separated by comma, first wins)"
447
+ msgstr ""
448
+
449
+ #: ../app/models/setting/discovered.rb:21
450
+ msgid "Automatically provision newly discovered hosts, according to the provisioning rules"
451
+ msgstr "プロビジョニングルールに基づく新たに検出されたホストの自動プロビジョニング"
452
+
453
+ #: ../app/models/setting/discovered.rb:22
454
+ msgid "Automatically reboot discovered host during provisioning"
455
+ msgstr ""
456
+
457
+ #: ../app/models/setting/discovered.rb:28
458
+ msgid "The default prefix to use for the host name, must start with a letter"
459
+ msgstr "ホスト名に使用するデフォルトのプレフィックスは文字で始める必要があります"
460
+
461
+ #: ../app/models/setting/discovered.rb:34
462
+ msgid "Extra facter columns to show in host lists (separate by comma)"
463
+ msgstr ""
464
+
465
+ #: ../app/models/setting/discovered.rb:41
466
+ msgid "The default location to place discovered hosts in"
467
+ msgstr "検出されたホストを配置するデフォルトのロケーション"
468
+
469
+ #: ../app/models/setting/discovered.rb:48
470
+ msgid "The default organization to place discovered hosts in"
471
+ msgstr "検出されたホストを配置するデフォルトの組織"
472
+
473
+ #: ../app/models/setting/discovered.rb:55
474
+ msgid "Regex to organize facts for highlights section"
475
+ msgstr ""
476
+
477
+ #: ../app/models/setting/discovered.rb:56
478
+ msgid "Regex to organize facts for storage section"
479
+ msgstr ""
480
+
481
+ #: ../app/models/setting/discovered.rb:57
482
+ msgid "Regex to organize facts for software section"
483
+ msgstr ""
484
+
485
+ #: ../app/models/setting/discovered.rb:58
486
+ msgid "Regex to organize facts for hardware section"
487
+ msgstr ""
488
+
489
+ #: ../app/models/setting/discovered.rb:59
490
+ msgid "Regex to organize facts for network section"
491
+ msgstr ""
492
+
493
+ #: ../app/models/setting/discovered.rb:60
494
+ msgid "Regex to organize facts for ipmi section"
495
+ msgstr ""
496
+
497
+ #: ../app/services/foreman_discovery/fact_parser.rb:9
498
+ msgid "Unable to detect primary interface using MAC '%{mac}' specified by discovery_fact '%{fact}'"
499
+ msgstr ""
500
+
501
+ #: ../app/services/foreman_discovery/node_api/node_resource.rb:75
502
+ msgid "Image API returned HTTP/%{code} with '%{body}"
503
+ msgstr ""
504
+
505
+ #: ../app/services/foreman_discovery/node_api/node_resource.rb:78
506
+ msgid "Image API processing error: %{msg} (HTTP/%{code}, body: %{body})"
507
+ msgstr ""
508
+
509
+ #: ../app/views/dashboard/_discovery_widget.html.erb:9
510
+ msgid "No discovered hosts available"
511
+ msgstr "利用可能な検出されたホストがありません"
512
+
513
+ #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:3
514
+ msgid "Host"
515
+ msgstr "ホスト"
516
+
517
+ #: ../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
518
+ msgid "Model"
519
+ msgstr "モデル"
520
+
521
+ #: ../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
522
+ msgid "CPUs"
523
+ msgstr "CPU"
524
+
525
+ #: ../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
526
+ msgid "Memory"
527
+ msgstr "メモリー"
528
+
529
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:2 ../lib/foreman_discovery/engine.rb:136
530
+ msgid "Discovered hosts"
531
+ msgstr "検出されたホスト"
532
+
533
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:5
534
+ msgid "items selected. Uncheck to Clear"
535
+ msgstr "項目が選択されています。クリアするにはチェックを解除してください"
536
+
537
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:5
538
+ msgid "Select all items in this page"
539
+ msgstr "このページのすべての項目を選択"
540
+
541
+ #: ../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
542
+ msgid "Name"
543
+ msgstr "名前"
544
+
545
+ #: ../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
546
+ msgid "IP Address"
547
+ msgstr "IP アドレス"
548
+
549
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:11 ../app/views/discovered_mailer/discovered_summary.html.erb:22 ../app/views/discovered_mailer/discovered_summary.text.erb:14
550
+ msgid "Disk count"
551
+ msgstr "ディスク数"
552
+
553
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:12 ../app/views/discovered_mailer/discovered_summary.html.erb:23 ../app/views/discovered_mailer/discovered_summary.text.erb:15
554
+ msgid "Disks size"
555
+ msgstr "ディスクサイズ"
556
+
557
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:17 ../app/views/discovered_hosts/_selected_hosts.html.erb:10
558
+ msgid "Location"
559
+ msgstr "ロケーション"
560
+
561
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:20 ../app/views/discovered_hosts/_selected_hosts.html.erb:13
562
+ msgid "Organization"
563
+ msgstr "組織"
564
+
565
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:22
566
+ msgid "Subnet"
567
+ msgstr "サブネット"
568
+
569
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:23
570
+ msgid "Last facts upload"
571
+ msgstr "最終ファクトのアップロード"
572
+
573
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:46
574
+ msgid "Delete %s?"
575
+ msgstr "%s を削除しますか?"
576
+
577
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:57
578
+ msgid "Please Confirm"
579
+ msgstr "確認してください"
580
+
581
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:63
582
+ msgid "Cancel"
583
+ msgstr "取り消し"
584
+
585
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:64
586
+ msgid "Submit"
587
+ msgstr "送信"
588
+
589
+ #: ../app/views/discovered_hosts/index.html.erb:2
590
+ msgid "Reboot All"
591
+ msgstr ""
592
+
593
+ #: ../app/views/discovered_hosts/index.html.erb:3
594
+ msgid "Auto Provision All"
595
+ msgstr "すべてを自動プロビジョニング"
596
+
597
+ #: ../app/views/discovered_hosts/multiple_destroy.html.erb:4
598
+ msgid "Warning"
599
+ msgstr "警告"
600
+
601
+ #: ../app/views/discovered_hosts/multiple_destroy.html.erb:5
602
+ msgid "This might take a while, as all hosts, facts and reports will be destroyed as well"
603
+ msgstr "ホスト、ファクトおよびレポートがすべて破棄されるため、時間がかかる場合があります。"
604
+
605
+ #: ../app/views/discovered_hosts/select_multiple_location.html.erb:5
606
+ msgid "Select location"
607
+ msgstr "ロケーションの選択"
608
+
609
+ #: ../app/views/discovered_hosts/select_multiple_organization.html.erb:5
610
+ msgid "Select organization"
611
+ msgstr "組織の選択"
612
+
613
+ #: ../app/views/discovered_hosts/show.html.erb:1
614
+ msgid "Discovered host: %s"
615
+ msgstr "検出されたホスト: %s"
616
+
617
+ #: ../app/views/discovered_hosts/show.html.erb:32
618
+ msgid "Identifier"
619
+ msgstr ""
620
+
621
+ #: ../app/views/discovered_hosts/show.html.erb:33
622
+ msgid "MAC address"
623
+ msgstr ""
624
+
625
+ #: ../app/views/discovered_hosts/show.html.erb:34
626
+ msgid "IP address"
627
+ msgstr ""
628
+
629
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:6
630
+ msgid "Summary report for discovered hosts from Foreman"
631
+ msgstr ""
632
+
633
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:9
634
+ msgid "<b>Foreman</b> Discovered hosts summary"
635
+ msgstr ""
636
+
637
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:10 ../app/views/discovered_mailer/discovered_summary.text.erb:5
638
+ msgid "Summary from %{time} ago to %{now}"
639
+ msgstr ""
640
+
641
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:11 ../app/views/discovered_mailer/discovered_summary.text.erb:3
642
+ msgid "Discovered hosts from Foreman server at %{foreman_url}"
643
+ msgstr ""
644
+
645
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:31
646
+ msgid "No discovered hosts for the selected period"
647
+ msgstr ""
648
+
649
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:1
650
+ msgid "Foreman discovered hosts summary"
651
+ msgstr ""
652
+
653
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:21
654
+ msgid "No new discovered hosts for this period"
655
+ msgstr ""
656
+
657
+ #: ../app/views/discovery_rules/_form.html.erb:5
658
+ msgid "Primary"
659
+ msgstr ""
660
+
661
+ #: ../app/views/discovery_rules/_form.html.erb:7
662
+ msgid "Locations"
663
+ msgstr ""
664
+
665
+ #: ../app/views/discovery_rules/_form.html.erb:10
666
+ msgid "Organizations"
667
+ msgstr ""
668
+
669
+ #: ../app/views/discovery_rules/_form.html.erb:22
670
+ msgid "Target host group for this rule with all properties set"
671
+ msgstr "すべてのプロパティーセットを持つこのルールのターゲットホストグループ"
672
+
673
+ #: ../app/views/discovery_rules/_form.html.erb:24
674
+ msgid "Template"
675
+ msgstr "テンプレート"
676
+
677
+ #: ../app/views/discovery_rules/_form.html.erb:26
678
+ msgid "Specify target hostname template pattern in the same syntax as in Provisioning Templates (ERB)."
679
+ msgstr "プロビジョニングテンプレート (ERB) の場合と同じ構文のターゲットホスト名のテンプレートパターンを指定します。"
680
+
681
+ #: ../app/views/discovery_rules/_form.html.erb:29
682
+ msgid "Domain will be appended automatically. A hostname based on MAC address will be used when left blank. In addition to @host attribute function rand for random integers is available. Examples:"
683
+ msgstr "ドメインは自動的に追加されます。空白のままにすると、MAC アドレスに基づくホスト名が使用されます。@host 属性のほかに、整数の乱数の rand 関数が利用可能です。例:"
684
+
685
+ #: ../app/views/discovery_rules/_form.html.erb:42
686
+ msgid "When creating hostname patterns, make sure the resulting host names are unique. Hostnames must not start with numbers. A good approach is to use unique information provided by facter (MAC address, BIOS or serial ID)."
687
+ msgstr "ホスト名のパターンを作成する際に、作成されるホスト名が固有の名前であることを確認してください。ホスト名は数字で始めることができません。facter (MAC アドレス、BIOS、またはシリアル ID) で提供される固有情報を使用するのは良い方法です。"
688
+
689
+ #: ../app/views/discovery_rules/_form.html.erb:43
690
+ msgid "Hostname for provisioned hosts"
691
+ msgstr "プロビジョニングされたホストのホスト名"
692
+
693
+ #: ../app/views/discovery_rules/_form.html.erb:44
694
+ msgid "Hosts limit"
695
+ msgstr "ホストの制限"
696
+
697
+ #: ../app/views/discovery_rules/_form.html.erb:44
698
+ msgid "Maximum hosts provisioned with this rule (0 = unlimited)"
699
+ msgstr "このルールでプロビジョニングされる最大ホスト数 (0 = 無制限)"
700
+
701
+ #: ../app/views/discovery_rules/_form.html.erb:45
702
+ msgid "Rule priority (lower integer means higher priority)"
703
+ msgstr "ルールの優先度 (整数の値が低いほど優先度が高くなります)"
704
+
705
+ #: ../app/views/discovery_rules/edit.html.erb:1
706
+ msgid "Edit Discovery Rule"
707
+ msgstr "検出ルールの編集"
708
+
709
+ #: ../app/views/discovery_rules/index.html.erb:1
710
+ msgid "Discovery Rules"
711
+ msgstr "検出ルール"
712
+
713
+ #: ../app/views/discovery_rules/index.html.erb:2
714
+ msgid "New Rule"
715
+ msgstr "新規ルール"
716
+
717
+ #: ../app/views/discovery_rules/index.html.erb:6
718
+ msgid "DiscoveryRule|Name"
719
+ msgstr "名前"
720
+
721
+ #: ../app/views/discovery_rules/index.html.erb:7
722
+ msgid "DiscoveryRule|Priority"
723
+ msgstr "優先度"
724
+
725
+ #: ../app/views/discovery_rules/index.html.erb:8
726
+ msgid "DiscoveryRule|Query"
727
+ msgstr "クエリー"
728
+
729
+ #: ../app/views/discovery_rules/index.html.erb:9
730
+ msgid "Host group"
731
+ msgstr "ホストグループ"
732
+
733
+ #: ../app/views/discovery_rules/index.html.erb:10
734
+ msgid "Hosts/limit"
735
+ msgstr "ホスト/制限"
736
+
737
+ #: ../app/views/discovery_rules/index.html.erb:11
738
+ msgid "DiscoveryRule|Enabled"
739
+ msgstr "有効化"
740
+
741
+ #: ../app/views/discovery_rules/new.html.erb:1
742
+ msgid "New Discovery Rule"
743
+ msgstr "新規検出ルール"
744
+
745
+ #: ../db/seeds.d/70_discovery_mail_notification.rb:3
746
+ msgid "A summary of discovered hosts"
747
+ msgstr ""
748
+
749
+ #: ../lib/foreman_discovery/engine.rb:141
750
+ msgid "Discovery rules"
751
+ msgstr ""
752
+
753
+ #: ../lib/foreman_discovery/engine.rb:146
754
+ msgid "Discovery widget"
755
+ msgstr ""
756
+
757
+ #~ msgid "Disable rule?"
758
+ #~ msgstr "ルールを無効にしますか?"
759
+
760
+ #~ msgid "Enable rule?"
761
+ #~ msgstr "ルールを有効にしますか?"
762
+
763
+ #~ msgid "Fact"
764
+ #~ msgstr "ファクト"
765
+
766
+ #~ msgid "Facts discovered on this host"
767
+ #~ msgstr "このホストで検出されたファクト"
768
+
769
+ #~ msgid "Value"
770
+ #~ msgstr "値"