foreman_discovery 16.1.4 → 16.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/controllers/api/v2/discovered_hosts_controller.rb +3 -10
- data/app/models/host/discovered.rb +10 -14
- data/app/models/setting/discovered.rb +3 -1
- data/app/services/foreman_discovery/host_fact_importer.rb +10 -0
- data/app/views/foreman_discovery/debian_kexec.erb +2 -1
- data/app/views/foreman_discovery/redhat_kexec.erb +2 -1
- data/lib/foreman_discovery/engine.rb +1 -1
- data/lib/foreman_discovery/version.rb +1 -1
- data/locale/ca/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ca/foreman_discovery.edit.po +67 -99
- data/locale/ca/foreman_discovery.po +1 -1
- data/locale/de/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/de/foreman_discovery.edit.po +71 -103
- data/locale/de/foreman_discovery.po +1 -1
- data/locale/en/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/en/foreman_discovery.edit.po +65 -97
- data/locale/en/foreman_discovery.po +1 -1
- data/locale/en_GB/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/en_GB/foreman_discovery.edit.po +70 -102
- data/locale/en_GB/foreman_discovery.po +1 -1
- data/locale/es/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/es/foreman_discovery.edit.po +94 -128
- data/locale/es/foreman_discovery.po +1 -1
- data/locale/foreman_discovery.pot +85 -85
- data/locale/fr/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/fr/foreman_discovery.edit.po +102 -134
- data/locale/fr/foreman_discovery.po +1 -1
- data/locale/gl/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/gl/foreman_discovery.edit.po +66 -98
- data/locale/gl/foreman_discovery.po +1 -1
- data/locale/it/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/it/foreman_discovery.edit.po +71 -103
- data/locale/it/foreman_discovery.po +1 -1
- data/locale/ja/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ja/foreman_discovery.edit.po +107 -137
- data/locale/ja/foreman_discovery.po +1 -1
- data/locale/ko/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ko/foreman_discovery.edit.po +71 -103
- data/locale/ko/foreman_discovery.po +1 -1
- data/locale/pt_BR/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/pt_BR/foreman_discovery.edit.po +92 -127
- data/locale/pt_BR/foreman_discovery.po +1 -1
- data/locale/ru/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ru/foreman_discovery.edit.po +71 -103
- data/locale/ru/foreman_discovery.po +1 -1
- data/locale/sv_SE/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/sv_SE/foreman_discovery.edit.po +67 -99
- data/locale/sv_SE/foreman_discovery.po +1 -1
- data/locale/zh_CN/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/zh_CN/foreman_discovery.edit.po +143 -172
- data/locale/zh_CN/foreman_discovery.po +1 -1
- data/locale/zh_TW/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/zh_TW/foreman_discovery.edit.po +71 -103
- data/locale/zh_TW/foreman_discovery.po +1 -1
- data/test/facts/only-ipv6.json +205 -0
- data/test/facts/skylake-ipv6.json +223 -0
- data/test/functional/api/v2/settings_controller_test.rb +2 -2
- data/test/unit/host_discovered_test.rb +0 -16
- metadata +19 -16
- data/test/facts/vmware-facter4-nolegacy.json +0 -402
@@ -7,7 +7,7 @@
|
|
7
7
|
# caifti <caifti@gmail.com>, 2014
|
8
8
|
msgid ""
|
9
9
|
msgstr ""
|
10
|
-
"Project-Id-Version: foreman_discovery 16.1.
|
10
|
+
"Project-Id-Version: foreman_discovery 16.1.0\n"
|
11
11
|
"Report-Msgid-Bugs-To: \n"
|
12
12
|
"PO-Revision-Date: 2020-05-26 17:21+0000\n"
|
13
13
|
"Last-Translator: Transifex Bot <>\n"
|
Binary file
|
@@ -4,13 +4,12 @@
|
|
4
4
|
#
|
5
5
|
# Translators:
|
6
6
|
# 山田 修司 🍣 Shuji Yamada <uzy.exe@gmail.com>, 2015
|
7
|
-
# 山田 修司 🍣 Shuji Yamada <uzy.exe@gmail.com>, 2015
|
8
7
|
msgid ""
|
9
8
|
msgstr ""
|
10
|
-
"Project-Id-Version: foreman_discovery 16.
|
9
|
+
"Project-Id-Version: foreman_discovery 16.1.0\n"
|
11
10
|
"Report-Msgid-Bugs-To: \n"
|
12
|
-
"PO-Revision-Date: 2020-
|
13
|
-
"Last-Translator:
|
11
|
+
"PO-Revision-Date: 2020-05-26 17:21+0000\n"
|
12
|
+
"Last-Translator: Transifex Bot <>\n"
|
14
13
|
"Language-Team: Japanese (http://www.transifex.com/foreman/foreman/language/ja/"
|
15
14
|
")\n"
|
16
15
|
"MIME-Version: 1.0\n"
|
@@ -43,7 +42,7 @@ msgstr "要求ごとのエントリー数"
|
|
43
42
|
msgid "Show a discovered host"
|
44
43
|
msgstr "検出されたホストの表示"
|
45
44
|
|
46
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:37 ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
45
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:37 ../app/controllers/api/v2/discovered_hosts_controller.rb:79
|
47
46
|
msgid "DHCP filename option (Grub2 or PXELinux by default)"
|
48
47
|
msgstr "DHCP ファイル名オプション (デフォルトでは Grub2 または PXELinux)"
|
49
48
|
|
@@ -55,10 +54,6 @@ msgstr "(新規ホストを作成するための使用 /ファクト) をテス
|
|
55
54
|
msgid "Provision a discovered host"
|
56
55
|
msgstr "検出されたホストのプロビジョニング"
|
57
56
|
|
58
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:54 ../app/controllers/api/v2/discovered_hosts_controller.rb:57 ../app/controllers/api/v2/discovered_hosts_controller.rb:58 ../app/controllers/api/v2/discovered_hosts_controller.rb:61 ../app/controllers/api/v2/discovered_hosts_controller.rb:64
|
59
|
-
msgid "required if host is managed and value is not inherited from host group"
|
60
|
-
msgstr "ホストが管理されており、値がホストグループから継承されていない場合に必須です。"
|
61
|
-
|
62
57
|
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:55
|
63
58
|
msgid "not required if using a subnet with DHCP proxy"
|
64
59
|
msgstr "DHCP プロキシーを使用するサブネットを使用する場合は不要です"
|
@@ -67,99 +62,71 @@ msgstr "DHCP プロキシーを使用するサブネットを使用する場合
|
|
67
62
|
msgid "not required if it's a virtual machine"
|
68
63
|
msgstr "仮想マシンの場合は不要です"
|
69
64
|
|
70
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
71
|
-
msgid "required if not imaged based provisioning and host is managed and value is not inherited from host group"
|
72
|
-
msgstr "イメージベースのプロビジョニングでない場合で、ホストが管理されており、値がホストグループから継承されていない場合に必須です。"
|
73
|
-
|
74
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:63
|
75
|
-
msgid "required if host is managed and custom partition has not been defined"
|
76
|
-
msgstr "ホストが管理されており、カスタムパーティションが定義されていない場合に必須です。"
|
77
|
-
|
78
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:69
|
79
|
-
msgid "Host's owner type"
|
80
|
-
msgstr "ホストの所有者タイプ"
|
81
|
-
|
82
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:72
|
83
|
-
msgid "Host's parameters (array or indexed hash)"
|
84
|
-
msgstr "ホストのパラメーター (配列またはインデックス化されたハッシュ)"
|
85
|
-
|
86
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:73
|
87
|
-
msgid "Name of the parameter"
|
88
|
-
msgstr "パラメーター名"
|
89
|
-
|
90
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:74
|
91
|
-
msgid "Parameter value"
|
92
|
-
msgstr "パラメーター値"
|
93
|
-
|
94
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:75
|
95
|
-
msgid "Type of value"
|
96
|
-
msgstr "値のタイプ"
|
97
|
-
|
98
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:82
|
65
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:76
|
99
66
|
msgid "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
|
100
67
|
msgstr "オーケストレーションタスクの状態を追跡するための UUID。GET /api/orchestration/:UUID/tasks"
|
101
68
|
|
102
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
69
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:78
|
103
70
|
msgid "required if value is not inherited from host group or default password in settings"
|
104
71
|
msgstr "値がホストグループから継承されていないか、または設定済みのデフォルトパスワードである場合に必須です。"
|
105
72
|
|
106
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
73
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:89
|
107
74
|
msgid "Delete a discovered host"
|
108
75
|
msgstr "検出されたホストの削除"
|
109
76
|
|
110
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
77
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:96
|
111
78
|
msgid "Upload facts for a host, creating the host if required"
|
112
79
|
msgstr "ホストのファクトをアップロードし、必要な場合はホストを作成します"
|
113
80
|
|
114
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
81
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:97
|
115
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)"
|
116
83
|
msgstr "ファクトの最小セットが設定されたホストのファクトを含むハッシュ : discovery_bootif、macaddress_eth0、ipaddress、ipaddress_eth0、 interfaces: eth0 (プライマリーインターフェースの名前が eth0 の場合の例)"
|
117
84
|
|
118
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
85
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:116
|
119
86
|
msgid "Execute rules against a discovered host"
|
120
87
|
msgstr "検出されたホストに対するルールの実行"
|
121
88
|
|
122
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
89
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:122 ../app/controllers/discovered_hosts_controller.rb:160
|
123
90
|
msgid "Host %{host} was provisioned with rule %{rule}"
|
124
91
|
msgstr "ホスト %{host} がルール %{rule} でプロビジョニングされています"
|
125
92
|
|
126
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
93
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:125
|
127
94
|
msgid "Unable to provision %{host}: %{errors}"
|
128
95
|
msgstr "%{host} をプロビジョニングできません: %{errors}"
|
129
96
|
|
130
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
97
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:131 ../app/controllers/discovered_hosts_controller.rb:167
|
131
98
|
msgid "No rule found for host %s"
|
132
99
|
msgstr "ホスト %s に対するルールは見つかりません"
|
133
100
|
|
134
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
101
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:138
|
135
102
|
msgid "Execute rules against all currently discovered hosts"
|
136
103
|
msgstr "現在検出されているすべてのホストに対するルールの実行"
|
137
104
|
|
138
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
105
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:142 ../app/controllers/discovered_hosts_controller.rb:173
|
139
106
|
msgid "Errors during auto provisioning: %s"
|
140
107
|
msgstr "自動プロビジョニング時のエラー: %s"
|
141
108
|
|
142
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
109
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:145 ../app/controllers/discovered_hosts_controller.rb:176
|
143
110
|
msgid "No discovered hosts to provision"
|
144
111
|
msgstr "プロビジョニングする検出されたホストがありません"
|
145
112
|
|
146
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
113
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:167
|
147
114
|
msgid "%s discovered hosts were provisioned"
|
148
|
-
msgstr "
|
115
|
+
msgstr "%s 検出されたホストがプロビジョニングされました"
|
149
116
|
|
150
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
117
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:178
|
151
118
|
msgid "Refreshing the facts of a discovered host"
|
152
119
|
msgstr "検出されたホストのファクトの更新中"
|
153
120
|
|
154
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
121
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:187
|
155
122
|
msgid "Rebooting a discovered host"
|
156
123
|
msgstr "検出されたホストの再起動中"
|
157
124
|
|
158
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
125
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:196
|
159
126
|
msgid "Rebooting all discovered hosts"
|
160
127
|
msgstr "すべての検出されたホストの再起動中"
|
161
128
|
|
162
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
129
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:207 ../app/controllers/discovered_hosts_controller.rb:129
|
163
130
|
msgid "Discovered hosts are rebooting now"
|
164
131
|
msgstr "検出されたホストの再起動中"
|
165
132
|
|
@@ -245,7 +212,7 @@ msgstr "%s が正常にプロビジョニングされました"
|
|
245
212
|
|
246
213
|
#: ../app/controllers/discovered_hosts_controller.rb:97
|
247
214
|
msgid "Facts refreshed for %s"
|
248
|
-
msgstr "%s
|
215
|
+
msgstr "%s について更新されたファクト"
|
249
216
|
|
250
217
|
#: ../app/controllers/discovered_hosts_controller.rb:99
|
251
218
|
msgid "Failed to refresh facts for %s"
|
@@ -253,7 +220,7 @@ msgstr "%s のファクトの更新に失敗しました"
|
|
253
220
|
|
254
221
|
#: ../app/controllers/discovered_hosts_controller.rb:102
|
255
222
|
msgid "Failed to refresh facts for %{hostname} with error %{error_message}"
|
256
|
-
msgstr "%{
|
223
|
+
msgstr "%{hostname} のファクトの更新に失敗し、エラー %{error_message} が発生しました"
|
257
224
|
|
258
225
|
#: ../app/controllers/discovered_hosts_controller.rb:109
|
259
226
|
msgid "Host of type %s can not be rebooted"
|
@@ -261,7 +228,7 @@ msgstr "タイプ %s のホストを再起動できません"
|
|
261
228
|
|
262
229
|
#: ../app/controllers/discovered_hosts_controller.rb:113
|
263
230
|
msgid "Rebooting host %s"
|
264
|
-
msgstr "ホスト %s
|
231
|
+
msgstr "ホスト %s の再起動中"
|
265
232
|
|
266
233
|
#: ../app/controllers/discovered_hosts_controller.rb:115
|
267
234
|
msgid "Failed to reboot host %s"
|
@@ -269,19 +236,19 @@ msgstr "ホスト %s の再起動に失敗しました"
|
|
269
236
|
|
270
237
|
#: ../app/controllers/discovered_hosts_controller.rb:118
|
271
238
|
msgid "Failed to reboot host %{hostname} with error %{error_message}"
|
272
|
-
msgstr "ホスト %{hostname}
|
239
|
+
msgstr "ホスト %{hostname} の再起動に失敗し、エラー %{error_message} が発生しました"
|
273
240
|
|
274
241
|
#: ../app/controllers/discovered_hosts_controller.rb:132
|
275
242
|
msgid "Failed to reboot hosts with error %s"
|
276
|
-
msgstr "
|
243
|
+
msgstr "ホストの再起動に失敗し、エラー %s が発生しました"
|
277
244
|
|
278
245
|
#: ../app/controllers/discovered_hosts_controller.rb:150
|
279
246
|
msgid "Destroyed selected hosts"
|
280
|
-
msgstr "
|
247
|
+
msgstr "破棄された選択済みホスト"
|
281
248
|
|
282
249
|
#: ../app/controllers/discovered_hosts_controller.rb:152
|
283
250
|
msgid "The following hosts were not deleted: %s"
|
284
|
-
msgstr "
|
251
|
+
msgstr "次のホストが削除されました: %s"
|
285
252
|
|
286
253
|
#: ../app/controllers/discovered_hosts_controller.rb:164
|
287
254
|
msgid "Failed to auto provision host %s: %s"
|
@@ -329,13 +296,13 @@ msgstr "ホストが選択されていません"
|
|
329
296
|
|
330
297
|
#: ../app/controllers/discovered_hosts_controller.rb:314
|
331
298
|
msgid "Something went wrong while selecting hosts - %s"
|
332
|
-
msgstr "
|
299
|
+
msgstr "ホストの選択中に問題が発生しました - %s"
|
333
300
|
|
334
|
-
#: ../app/controllers/discovery_rules_controller.rb:
|
301
|
+
#: ../app/controllers/discovery_rules_controller.rb:68
|
335
302
|
msgid "Rule enabled"
|
336
303
|
msgstr "有効にされたルール"
|
337
304
|
|
338
|
-
#: ../app/controllers/discovery_rules_controller.rb:
|
305
|
+
#: ../app/controllers/discovery_rules_controller.rb:68
|
339
306
|
msgid "Rule disabled"
|
340
307
|
msgstr "無効にされたルール"
|
341
308
|
|
@@ -343,15 +310,15 @@ msgstr "無効にされたルール"
|
|
343
310
|
msgid "%s ago"
|
344
311
|
msgstr "%s 前"
|
345
312
|
|
346
|
-
#: ../app/helpers/discovered_hosts_helper.rb:14 ../app/helpers/discovered_hosts_helper.rb:29 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
313
|
+
#: ../app/helpers/discovered_hosts_helper.rb:14 ../app/helpers/discovered_hosts_helper.rb:29 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:37
|
347
314
|
msgid "Auto Provision"
|
348
315
|
msgstr "自動プロビジョニング"
|
349
316
|
|
350
|
-
#: ../app/helpers/discovered_hosts_helper.rb:15 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
317
|
+
#: ../app/helpers/discovered_hosts_helper.rb:15 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:38
|
351
318
|
msgid "Refresh facts"
|
352
319
|
msgstr "ファクトの更新"
|
353
320
|
|
354
|
-
#: ../app/helpers/discovered_hosts_helper.rb:16 ../app/helpers/discovered_hosts_helper.rb:30 ../app/models/setting/discovered.rb:24 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
321
|
+
#: ../app/helpers/discovered_hosts_helper.rb:16 ../app/helpers/discovered_hosts_helper.rb:30 ../app/models/setting/discovered.rb:24 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:39
|
355
322
|
msgid "Reboot"
|
356
323
|
msgstr "再起動"
|
357
324
|
|
@@ -363,7 +330,7 @@ msgstr "戻る"
|
|
363
330
|
msgid "Select Action"
|
364
331
|
msgstr "アクションの選択"
|
365
332
|
|
366
|
-
#: ../app/helpers/discovered_hosts_helper.rb:23 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
333
|
+
#: ../app/helpers/discovered_hosts_helper.rb:23 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:40
|
367
334
|
msgid "Delete %s?"
|
368
335
|
msgstr "%s を削除しますか?"
|
369
336
|
|
@@ -373,7 +340,7 @@ msgstr "組織の割り当て"
|
|
373
340
|
|
374
341
|
#: ../app/helpers/discovered_hosts_helper.rb:32
|
375
342
|
msgid "Assign Location"
|
376
|
-
msgstr "
|
343
|
+
msgstr "場所の割り当て"
|
377
344
|
|
378
345
|
#: ../app/helpers/discovered_hosts_helper.rb:33
|
379
346
|
msgid "Delete"
|
@@ -381,11 +348,11 @@ msgstr "削除"
|
|
381
348
|
|
382
349
|
#: ../app/helpers/discovered_hosts_helper.rb:37
|
383
350
|
msgid "%s - The following hosts are about to be changed"
|
384
|
-
msgstr "%s
|
351
|
+
msgstr "%s - 以下のホストはすぐに変更されます"
|
385
352
|
|
386
353
|
#: ../app/helpers/discovered_hosts_helper.rb:46 ../app/views/dashboard/_discovery_widget_host.html.erb:2
|
387
354
|
msgid "N/A"
|
388
|
-
msgstr "
|
355
|
+
msgstr "該当なし"
|
389
356
|
|
390
357
|
#: ../app/helpers/discovered_hosts_helper.rb:58
|
391
358
|
msgid "New in the last 24 hours"
|
@@ -403,7 +370,7 @@ msgstr "過去 7 日以内に報告あり"
|
|
403
370
|
msgid "Provision"
|
404
371
|
msgstr "プロビジョニング"
|
405
372
|
|
406
|
-
#: ../app/helpers/discovery_rules_helper.rb:26 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:1 ../app/views/discovered_hosts/welcome.html.erb:
|
373
|
+
#: ../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
|
407
374
|
msgid "Discovered Hosts"
|
408
375
|
msgstr "検出されたホスト"
|
409
376
|
|
@@ -454,12 +421,14 @@ msgstr "必須です。"
|
|
454
421
|
#: ../app/models/discovery_rule.rb:52
|
455
422
|
msgid "Host group organization %s must also be associated to the discovery rule"
|
456
423
|
msgid_plural "Host group organizations %s must also be associated to the discovery rule"
|
457
|
-
msgstr[0] "
|
424
|
+
msgstr[0] ""
|
425
|
+
msgstr[1] ""
|
458
426
|
|
459
427
|
#: ../app/models/discovery_rule.rb:56
|
460
428
|
msgid "Host group location %s must also be associated to the discovery rule"
|
461
429
|
msgid_plural "Host group locations %s must also be associated to the discovery rule"
|
462
|
-
msgstr[0] "
|
430
|
+
msgstr[0] ""
|
431
|
+
msgstr[1] ""
|
463
432
|
|
464
433
|
#: ../app/models/host/discovered.rb:40
|
465
434
|
msgid "Fact + prefix"
|
@@ -479,11 +448,11 @@ msgstr "無効なファクトです。ハッシュである必要があります
|
|
479
448
|
|
480
449
|
#: ../app/models/host/discovered.rb:60
|
481
450
|
msgid "Expected discovery_fact '%s' is missing, unable to detect primary interface and set hostname"
|
482
|
-
msgstr "
|
451
|
+
msgstr "予測された discovery_fact '%s' がありません。プライマリーインターフェースを検出したり、ホスト名を設定したりできません"
|
483
452
|
|
484
453
|
#: ../app/models/host/discovered.rb:73
|
485
454
|
msgid "Invalid facts: hash does not contain a valid value for any of the facts in the discovery_hostname setting: %s"
|
486
|
-
msgstr "無効なファクト: discovery_hostname
|
455
|
+
msgstr "無効なファクト: ハッシュには discovery_hostname 設定のファクトのいずれの有効な値も含まれていません: %s"
|
487
456
|
|
488
457
|
#: ../app/models/host/discovered.rb:100
|
489
458
|
msgid "Facts could not be imported"
|
@@ -495,15 +464,15 @@ msgstr "プロキシー %{url} からファクトを取得できませんでし
|
|
495
464
|
|
496
465
|
#: ../app/models/host/discovered.rb:160
|
497
466
|
msgid "Unable to perform reboot on %{name} (%{url}): %{msg}"
|
498
|
-
msgstr "
|
467
|
+
msgstr ""
|
499
468
|
|
500
469
|
#: ../app/models/host/discovered.rb:164 ../app/models/host/discovered.rb:183
|
501
470
|
msgid "Unable to perform %{action} on %{ips}"
|
502
|
-
msgstr "
|
471
|
+
msgstr ""
|
503
472
|
|
504
473
|
#: ../app/models/host/discovered.rb:179
|
505
474
|
msgid "Unable to perform kexec on %{name} (%{url}): %{msg}"
|
506
|
-
msgstr "
|
475
|
+
msgstr ""
|
507
476
|
|
508
477
|
#: ../app/models/host/discovered.rb:203
|
509
478
|
msgid "Invalid hostname: Could not normalize the hostname"
|
@@ -719,15 +688,15 @@ msgstr "検出ファクト解析は、非検出ホスト '%{host}' では機能
|
|
719
688
|
|
720
689
|
#: ../app/services/foreman_discovery/fact_parser.rb:6
|
721
690
|
msgid "Discovered host '%{host}' has all NICs filtered out, filter: %{filter}"
|
722
|
-
msgstr "検出ホスト '%{host}'
|
691
|
+
msgstr "検出ホスト '%{host}' は全 NIC がフィルタリングされています。フィルター: %{filter}"
|
723
692
|
|
724
693
|
#: ../app/services/foreman_discovery/fact_parser.rb:12
|
725
694
|
msgid "Unable to find primary NIC with %{mac} specified via '%{fact}', NIC filter: %{filter}"
|
726
|
-
msgstr "%{mac} が %{fact} で指定されたプライマリー NIC を見つけることができません。NIC フィルター: %{filter}"
|
695
|
+
msgstr "%{mac} が '%{fact}' で指定されたプライマリー NIC を見つけることができません。NIC フィルター: %{filter}"
|
727
696
|
|
728
697
|
#: ../app/services/foreman_discovery/host_converter.rb:47
|
729
698
|
msgid "IPAM must be configured for subnet '%s'"
|
730
|
-
msgstr "
|
699
|
+
msgstr ""
|
731
700
|
|
732
701
|
#: ../app/services/foreman_discovery/node_api/node_resource.rb:76
|
733
702
|
msgid "Image API returned HTTP/%{code} with '%{body}"
|
@@ -735,12 +704,13 @@ msgstr "イメージ API で返された HTTP/%{code}: '%{body}"
|
|
735
704
|
|
736
705
|
#: ../app/services/foreman_discovery/node_api/node_resource.rb:79
|
737
706
|
msgid "Image API processing error: %{msg} (HTTP/%{code}, body: %{body})"
|
738
|
-
msgstr "イメージ API
|
707
|
+
msgstr "イメージ API の処理エラー: %{msg} (HTTP/%{code}、本体: %{body})"
|
739
708
|
|
740
709
|
#: ../app/views/dashboard/_discovery_widget.html.erb:5
|
741
710
|
msgid "Discovered Host"
|
742
711
|
msgid_plural "Discovered Hosts"
|
743
|
-
msgstr[0] "
|
712
|
+
msgstr[0] ""
|
713
|
+
msgstr[1] ""
|
744
714
|
|
745
715
|
#: ../app/views/dashboard/_discovery_widget.html.erb:9
|
746
716
|
msgid "No discovered hosts available"
|
@@ -750,15 +720,15 @@ msgstr "検出されたホストがありません"
|
|
750
720
|
msgid "Host"
|
751
721
|
msgstr "ホスト"
|
752
722
|
|
753
|
-
#: ../app/views/dashboard/_discovery_widget_host_list.html.erb:4 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
723
|
+
#: ../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
|
754
724
|
msgid "Model"
|
755
725
|
msgstr "モデル"
|
756
726
|
|
757
|
-
#: ../app/views/dashboard/_discovery_widget_host_list.html.erb:5 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
727
|
+
#: ../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
|
758
728
|
msgid "CPUs"
|
759
729
|
msgstr "CPU"
|
760
730
|
|
761
|
-
#: ../app/views/dashboard/_discovery_widget_host_list.html.erb:6 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
731
|
+
#: ../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
|
762
732
|
msgid "Memory"
|
763
733
|
msgstr "メモリー"
|
764
734
|
|
@@ -770,59 +740,59 @@ msgstr "ホストのカスタマイズ"
|
|
770
740
|
msgid "Create Host"
|
771
741
|
msgstr "ホストの作成"
|
772
742
|
|
773
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
743
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:4
|
774
744
|
msgid "Select all items in this page"
|
775
745
|
msgstr "このページのすべての項目を選択"
|
776
746
|
|
777
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
747
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:4
|
778
748
|
msgid "items selected. Uncheck to Clear"
|
779
749
|
msgstr "項目が選択されています。クリアするにはチェックを解除してください"
|
780
750
|
|
781
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
751
|
+
#: ../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
|
782
752
|
msgid "Name"
|
783
753
|
msgstr "名前"
|
784
754
|
|
785
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
755
|
+
#: ../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
|
786
756
|
msgid "IP Address"
|
787
757
|
msgstr "IP アドレス"
|
788
758
|
|
789
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
759
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:10
|
790
760
|
msgid "Disk Count"
|
791
761
|
msgstr "ディスク数"
|
792
762
|
|
793
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
763
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:11
|
794
764
|
msgid "Disks Size"
|
795
765
|
msgstr "ディスクサイズ"
|
796
766
|
|
797
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
767
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:15 ../app/views/discovered_hosts/_selected_hosts.html.erb:9
|
798
768
|
msgid "Location"
|
799
|
-
msgstr "
|
769
|
+
msgstr "場所"
|
800
770
|
|
801
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
771
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:16 ../app/views/discovered_hosts/_selected_hosts.html.erb:10
|
802
772
|
msgid "Organization"
|
803
773
|
msgstr "組織"
|
804
774
|
|
805
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
775
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:17
|
806
776
|
msgid "Subnet"
|
807
777
|
msgstr "サブネット"
|
808
778
|
|
809
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
779
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:18
|
810
780
|
msgid "Last Facts Upload"
|
811
781
|
msgstr "最終ファクトのアップロード"
|
812
782
|
|
813
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
783
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:19 ../app/views/discovery_rules/index.html.erb:12
|
814
784
|
msgid "Actions"
|
815
785
|
msgstr "アクション"
|
816
786
|
|
817
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
787
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:51
|
818
788
|
msgid "Please Confirm"
|
819
789
|
msgstr "確認してください"
|
820
790
|
|
821
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
791
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:57
|
822
792
|
msgid "Cancel"
|
823
|
-
msgstr "
|
793
|
+
msgstr "キャンセル"
|
824
794
|
|
825
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
795
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:58
|
826
796
|
msgid "Submit"
|
827
797
|
msgstr "送信"
|
828
798
|
|
@@ -856,7 +826,7 @@ msgstr "タイプ"
|
|
856
826
|
|
857
827
|
#: ../app/views/discovered_hosts/show.html.erb:45
|
858
828
|
msgid "Identifier"
|
859
|
-
msgstr "
|
829
|
+
msgstr "識別子"
|
860
830
|
|
861
831
|
#: ../app/views/discovered_hosts/show.html.erb:46
|
862
832
|
msgid "MAC address"
|
@@ -870,17 +840,29 @@ msgstr "IP アドレス"
|
|
870
840
|
msgid "Collapse All"
|
871
841
|
msgstr "すべて折りたたむ"
|
872
842
|
|
843
|
+
#: ../app/views/discovered_hosts/welcome.html.erb:7
|
844
|
+
msgid "No discovered hosts found in this context."
|
845
|
+
msgstr "このコンテキストで検出されたホストはありません。"
|
846
|
+
|
847
|
+
#: ../app/views/discovered_hosts/welcome.html.erb:8
|
848
|
+
msgid "This page shows discovered bare-metal or virtual nodes waiting to be provisioned."
|
849
|
+
msgstr "このページでは、プロビジョニングする予定の検出されたベアメタルまたは仮想ノードを表示しています。"
|
850
|
+
|
851
|
+
#: ../app/views/discovered_hosts/welcome.html.erb:9
|
852
|
+
msgid "Learn more about this in the documentation."
|
853
|
+
msgstr "この詳細についてはドキュメンテーションを参照してください。"
|
854
|
+
|
873
855
|
#: ../app/views/discovered_mailer/discovered_summary.html.erb:6
|
874
856
|
msgid "Summary report for discovered hosts from Foreman"
|
875
857
|
msgstr "Foreman の検出されたホストの概要レポート"
|
876
858
|
|
877
859
|
#: ../app/views/discovered_mailer/discovered_summary.html.erb:9
|
878
860
|
msgid "<b>Foreman</b> Discovered hosts summary"
|
879
|
-
msgstr "<b>Foreman</b>
|
861
|
+
msgstr "<b>Foreman</b> の検出されたホストの概要"
|
880
862
|
|
881
863
|
#: ../app/views/discovered_mailer/discovered_summary.html.erb:10 ../app/views/discovered_mailer/discovered_summary.text.erb:5
|
882
864
|
msgid "Summary from %{time} ago to %{now}"
|
883
|
-
msgstr "%{time}
|
865
|
+
msgstr "%{time} から %{now} までの概要"
|
884
866
|
|
885
867
|
#: ../app/views/discovered_mailer/discovered_summary.html.erb:11 ../app/views/discovered_mailer/discovered_summary.text.erb:3
|
886
868
|
msgid "Discovered hosts from Foreman server at %{foreman_url}"
|
@@ -920,7 +902,7 @@ msgstr "組織"
|
|
920
902
|
|
921
903
|
#: ../app/views/discovery_rules/_form.html.erb:22
|
922
904
|
msgid "Target host group for this rule with all properties set"
|
923
|
-
msgstr "
|
905
|
+
msgstr "すべてのプロパティーが設定されたこのルールのターゲットホストグループ"
|
924
906
|
|
925
907
|
#: ../app/views/discovery_rules/_form.html.erb:25
|
926
908
|
msgid "Hostname for provisioned hosts"
|
@@ -932,11 +914,11 @@ msgstr "ホスト制限"
|
|
932
914
|
|
933
915
|
#: ../app/views/discovery_rules/_form.html.erb:26
|
934
916
|
msgid "Maximum hosts provisioned with this rule (0 = unlimited)"
|
935
|
-
msgstr "
|
917
|
+
msgstr "このルール (0 = unlimited) でプロビジョニングされた最大数のホスト"
|
936
918
|
|
937
919
|
#: ../app/views/discovery_rules/_form.html.erb:27
|
938
920
|
msgid "Rule priority (lower integer means higher priority)"
|
939
|
-
msgstr "ルールの優先順位 (
|
921
|
+
msgstr "ルールの優先順位 (整数の低い値は高い優先順位を意味します)"
|
940
922
|
|
941
923
|
#: ../app/views/discovery_rules/_template_inline.erb:2
|
942
924
|
msgid "Specify target hostname template pattern in the same syntax as in Provisioning Templates (ERB)."
|
@@ -952,7 +934,7 @@ msgstr "@host 属性のほかに、ランダムな整数の rand 関数を利用
|
|
952
934
|
|
953
935
|
#: ../app/views/discovery_rules/_template_inline.erb:8
|
954
936
|
msgid "When creating hostname patterns, make sure the resulting host names are unique."
|
955
|
-
msgstr "
|
937
|
+
msgstr "ホスト名パターンの作成時に、生成されるホスト名が固有であることを確認します。"
|
956
938
|
|
957
939
|
#: ../app/views/discovery_rules/_template_inline.erb:9
|
958
940
|
msgid "Hostnames must not start with numbers. A good approach is to use unique information provided by facter (MAC address, BIOS or serial ID)."
|
@@ -962,11 +944,11 @@ msgstr "ホスト名は数字で開始することができません。facter
|
|
962
944
|
msgid "Edit %s"
|
963
945
|
msgstr "%s の編集"
|
964
946
|
|
965
|
-
#: ../app/views/discovery_rules/index.html.erb:1 ../lib/foreman_discovery/engine.rb:
|
947
|
+
#: ../app/views/discovery_rules/index.html.erb:1 ../lib/foreman_discovery/engine.rb:163
|
966
948
|
msgid "Discovery Rules"
|
967
949
|
msgstr "検出ルール"
|
968
950
|
|
969
|
-
#: ../app/views/discovery_rules/index.html.erb:2
|
951
|
+
#: ../app/views/discovery_rules/index.html.erb:2
|
970
952
|
msgid "Create Rule"
|
971
953
|
msgstr "ルールの作成"
|
972
954
|
|
@@ -998,10 +980,6 @@ msgstr "有効化"
|
|
998
980
|
msgid "New Discovery Rule"
|
999
981
|
msgstr "新規の検出ルール"
|
1000
982
|
|
1001
|
-
#: ../app/views/discovery_rules/welcome.html.erb:8
|
1002
|
-
msgid "Discovered Rules"
|
1003
|
-
msgstr ""
|
1004
|
-
|
1005
983
|
#: ../db/seeds.d/50_discovery_templates.rb:5
|
1006
984
|
msgid "Command line options for kexec during PXE-less provisioning."
|
1007
985
|
msgstr "PXE なしのプロビジョニング時に使用可能な kexec のコマンドラインオプション"
|
@@ -1022,42 +1000,34 @@ msgstr "1 つ以上のホストが検出されました"
|
|
1022
1000
|
msgid "Details"
|
1023
1001
|
msgstr "詳細"
|
1024
1002
|
|
1025
|
-
#: ../lib/foreman_discovery/engine.rb:
|
1003
|
+
#: ../lib/foreman_discovery/engine.rb:179
|
1026
1004
|
msgid "Discovery Kexec template"
|
1027
1005
|
msgstr "検出 Kexec テンプレート"
|
1028
1006
|
|
1029
|
-
#: ../lib/foreman_discovery/engine.rb:
|
1007
|
+
#: ../lib/foreman_discovery/engine.rb:188
|
1030
1008
|
msgid "Discovery Proxy"
|
1031
1009
|
msgstr "検出プロキシー"
|
1032
1010
|
|
1033
|
-
#: ../lib/foreman_discovery/engine.rb:
|
1011
|
+
#: ../lib/foreman_discovery/engine.rb:189
|
1034
1012
|
msgid "Discovery Proxy to use within this subnet for managing connection to discovered hosts"
|
1035
1013
|
msgstr "検出されたホストへの接続を管理するためにこのサブネット内で使用する検出プロキシー"
|
1036
1014
|
|
1037
|
-
#: ../lib/foreman_discovery/engine.rb:
|
1015
|
+
#: ../lib/foreman_discovery/engine.rb:190
|
1038
1016
|
msgid "ID of Discovery Proxy to use within this subnet for managing connection to discovered hosts"
|
1039
1017
|
msgstr "検出されたホストへの接続を管理するためにこのサブネット内で使用する検出プロキシーの ID"
|
1040
1018
|
|
1041
|
-
#: ../webpack/__mocks__/foremanReact/components/common/EmptyState/EmptyStatePattern.js:33
|
1042
|
-
msgid "For more information please see "
|
1043
|
-
msgstr ""
|
1044
|
-
|
1045
|
-
#: ../webpack/__mocks__/foremanReact/components/common/EmptyState/EmptyStatePattern.js:34
|
1046
|
-
msgid "documentation"
|
1047
|
-
msgstr ""
|
1048
|
-
|
1049
1019
|
#: action_names.rb:2
|
1050
|
-
msgid "
|
1051
|
-
msgstr "
|
1020
|
+
msgid "Remote action:"
|
1021
|
+
msgstr ""
|
1052
1022
|
|
1053
1023
|
#: action_names.rb:3
|
1054
|
-
msgid "Import
|
1055
|
-
msgstr "
|
1024
|
+
msgid "Import Puppet classes"
|
1025
|
+
msgstr ""
|
1056
1026
|
|
1057
1027
|
#: action_names.rb:4
|
1058
|
-
msgid "Import
|
1059
|
-
msgstr "
|
1028
|
+
msgid "Import facts"
|
1029
|
+
msgstr ""
|
1060
1030
|
|
1061
1031
|
#: action_names.rb:5
|
1062
|
-
msgid "
|
1063
|
-
msgstr "
|
1032
|
+
msgid "Action with sub plans"
|
1033
|
+
msgstr ""
|