foreman_discovery 25.0.0 → 25.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (72) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/javascripts/foreman_discovery/locale/ca/foreman_discovery.js +440 -452
  3. data/app/assets/javascripts/foreman_discovery/locale/cs_CZ/foreman_discovery.js +397 -409
  4. data/app/assets/javascripts/foreman_discovery/locale/de/foreman_discovery.js +537 -549
  5. data/app/assets/javascripts/foreman_discovery/locale/en/foreman_discovery.js +280 -291
  6. data/app/assets/javascripts/foreman_discovery/locale/en_GB/foreman_discovery.js +539 -551
  7. data/app/assets/javascripts/foreman_discovery/locale/es/foreman_discovery.js +541 -553
  8. data/app/assets/javascripts/foreman_discovery/locale/fr/foreman_discovery.js +539 -551
  9. data/app/assets/javascripts/foreman_discovery/locale/gl/foreman_discovery.js +339 -351
  10. data/app/assets/javascripts/foreman_discovery/locale/it/foreman_discovery.js +468 -480
  11. data/app/assets/javascripts/foreman_discovery/locale/ja/foreman_discovery.js +536 -548
  12. data/app/assets/javascripts/foreman_discovery/locale/ka/foreman_discovery.js +525 -537
  13. data/app/assets/javascripts/foreman_discovery/locale/ko/foreman_discovery.js +493 -505
  14. data/app/assets/javascripts/foreman_discovery/locale/pt_BR/foreman_discovery.js +538 -550
  15. data/app/assets/javascripts/foreman_discovery/locale/ru/foreman_discovery.js +510 -522
  16. data/app/assets/javascripts/foreman_discovery/locale/sv_SE/foreman_discovery.js +361 -373
  17. data/app/assets/javascripts/foreman_discovery/locale/zh_CN/foreman_discovery.js +540 -552
  18. data/app/assets/javascripts/foreman_discovery/locale/zh_TW/foreman_discovery.js +400 -412
  19. data/app/controllers/api/v2/discovered_hosts_controller.rb +2 -0
  20. data/app/controllers/concerns/foreman/controller/parameters/discovered_host.rb +41 -35
  21. data/app/controllers/concerns/foreman/controller/parameters/discovery_rule.rb +18 -12
  22. data/app/controllers/discovered_hosts_controller.rb +0 -13
  23. data/app/controllers/discovered_hosts_controller.rb.orig +354 -0
  24. data/app/models/host/discovered.rb +1 -0
  25. data/app/services/foreman_discovery/fact_to_category_resolver.rb +11 -6
  26. data/app/services/foreman_discovery/lldp_neighbors.rb +6 -2
  27. data/app/views/api/v2/discovered_hosts/main.json.rabl +2 -1
  28. data/app/views/discovered_hosts/_discovered_host.html.erb +1 -0
  29. data/app/views/discovered_hosts/_discovered_hosts_list.html.erb +2 -1
  30. data/app/views/discovered_hosts/show.html.erb +3 -1
  31. data/app/views/discovered_mailer/_discovered_host.html.erb +5 -0
  32. data/lib/foreman_discovery/version.rb +1 -1
  33. data/locale/ca/LC_MESSAGES/foreman_discovery.mo +0 -0
  34. data/locale/ca/foreman_discovery.po +2 -14
  35. data/locale/cs_CZ/LC_MESSAGES/foreman_discovery.mo +0 -0
  36. data/locale/cs_CZ/foreman_discovery.po +128 -138
  37. data/locale/de/LC_MESSAGES/foreman_discovery.mo +0 -0
  38. data/locale/de/foreman_discovery.po +4 -16
  39. data/locale/en/LC_MESSAGES/foreman_discovery.mo +0 -0
  40. data/locale/en/foreman_discovery.po +13 -20
  41. data/locale/en_GB/LC_MESSAGES/foreman_discovery.mo +0 -0
  42. data/locale/en_GB/foreman_discovery.po +39 -51
  43. data/locale/es/LC_MESSAGES/foreman_discovery.mo +0 -0
  44. data/locale/es/foreman_discovery.po +47 -59
  45. data/locale/fr/LC_MESSAGES/foreman_discovery.mo +0 -0
  46. data/locale/fr/foreman_discovery.po +18 -30
  47. data/locale/gl/LC_MESSAGES/foreman_discovery.mo +0 -0
  48. data/locale/gl/foreman_discovery.po +2 -14
  49. data/locale/it/LC_MESSAGES/foreman_discovery.mo +0 -0
  50. data/locale/it/foreman_discovery.po +2 -14
  51. data/locale/ja/LC_MESSAGES/foreman_discovery.mo +0 -0
  52. data/locale/ja/foreman_discovery.po +27 -38
  53. data/locale/ka/LC_MESSAGES/foreman_discovery.mo +0 -0
  54. data/locale/ka/foreman_discovery.po +19 -31
  55. data/locale/ko/LC_MESSAGES/foreman_discovery.mo +0 -0
  56. data/locale/ko/foreman_discovery.po +98 -108
  57. data/locale/pt_BR/LC_MESSAGES/foreman_discovery.mo +0 -0
  58. data/locale/pt_BR/foreman_discovery.po +2 -14
  59. data/locale/ru/LC_MESSAGES/foreman_discovery.mo +0 -0
  60. data/locale/ru/foreman_discovery.po +2 -14
  61. data/locale/sv_SE/LC_MESSAGES/foreman_discovery.mo +0 -0
  62. data/locale/sv_SE/foreman_discovery.po +2 -14
  63. data/locale/zh_CN/LC_MESSAGES/foreman_discovery.mo +0 -0
  64. data/locale/zh_CN/foreman_discovery.po +20 -32
  65. data/locale/zh_TW/LC_MESSAGES/foreman_discovery.mo +0 -0
  66. data/locale/zh_TW/foreman_discovery.po +2 -14
  67. data/test/facts/facts_with_lldp_bond_candidate.json +7 -0
  68. data/test/functional/api/v2/discovered_hosts_controller_test.rb +35 -0
  69. data/test/integration/discovered_hosts_test.rb +3 -1
  70. data/test/test_helper_discovery.rb +21 -7
  71. data/test/unit/lldp_neighbors_test.rb +34 -0
  72. metadata +4 -3
@@ -3,11 +3,11 @@
3
3
  "locale_data": {
4
4
  "foreman_discovery": {
5
5
  "": {
6
- "Project-Id-Version": "foreman_discovery v22.0.4",
6
+ "Project-Id-Version": "foreman_discovery 25.0.0",
7
7
  "Report-Msgid-Bugs-To": "",
8
8
  "PO-Revision-Date": "2013-11-15 17:25+0000",
9
9
  "Last-Translator": "山田 修司 🍣 Shuji Yamada <uzy.exe@gmail.com>, 2015",
10
- "Language-Team": "Japanese (http://www.transifex.com/foreman/foreman/language/ja/)",
10
+ "Language-Team": "Japanese (http://app.transifex.com/foreman/foreman/language/ja/)",
11
11
  "MIME-Version": "1.0",
12
12
  "Content-Type": "text/plain; charset=UTF-8",
13
13
  "Content-Transfer-Encoding": "8bit",
@@ -17,827 +17,815 @@
17
17
  "domain": "foreman_discovery",
18
18
  "plural_forms": "nplurals=1; plural=0;"
19
19
  },
20
- "List all discovered hosts": [
21
- "すべての検出されたホストを一覧表示"
20
+ "%s - The following hosts are about to be changed": [
21
+ "%s: 以下のホストはまもなく変更されます"
22
22
  ],
23
- "filter results": [
24
- "結果のフィルタリング"
23
+ "%s discovered hosts were provisioned": [
24
+ "検出ホスト %s 台がプロビジョニングされました"
25
25
  ],
26
- "sort results": [
27
- "結果のソート"
26
+ "<b>Foreman</b> Discovered hosts summary": [
27
+ "<b>Foreman</b> 検出されたホストの概要"
28
28
  ],
29
- "paginate results": [
30
- "結果のページネーション"
29
+ "A summary of discovered hosts": [
30
+ "検出されたホストの概要"
31
31
  ],
32
- "number of entries per request": [
33
- "要求ごとのエントリー数"
32
+ "Actions": [
33
+ "アクション"
34
34
  ],
35
- "Show a discovered host": [
36
- "検出されたホストの表示"
35
+ "Assign Location": [
36
+ "ロケーションの割り当て"
37
37
  ],
38
- "DHCP filename option (Grub2 or PXELinux by default)": [
39
- "DHCP ファイル名オプション (デフォルトでは Grub2 または PXELinux)"
38
+ "Assign Organization": [
39
+ "組織の割り当て"
40
40
  ],
41
- "Create a discovered host for testing (use /facts to create new hosts)": [
42
- "(新規ホストを作成するための使用 /ファクト) をテストするために検出ホストを作成します"
41
+ "Associated Hosts": [
42
+ "関連付けられたホスト"
43
43
  ],
44
- "Provision a discovered host": [
45
- "検出されたホストのプロビジョニング"
44
+ "Auto Provision": [
45
+ "自動プロビジョニング"
46
46
  ],
47
- "required if host is managed and value is not inherited from host group": [
48
- "ホストが管理されており、値がホストグループから継承されていない場合に必須です"
47
+ "Auto provisioning": [
48
+ "自動プロビジョニング"
49
49
  ],
50
- "not required if using a subnet with DHCP proxy": [
51
- "DHCP プロキシーでサブネットを使用する場合は不要"
50
+ "Automatic bond interface (if another interface is detected on the same VLAN via LLDP)": [
51
+ "自動ボンドインターフェイス (LLDP で同じ VLAN 上に別のインターフェイスが検出された場合)"
52
52
  ],
53
- "not required if it's a virtual machine": [
54
- "仮想マシンの場合は不要です"
53
+ "Automatically generate PXE configuration to pin a newly discovered host to discovery": [
54
+ "新規に検出されたホストを検出に固定するための PXE 設定の自動生成"
55
55
  ],
56
- "required if not imaged based provisioning and host is managed and value is not inherited from host group": [
57
- "イメージベースのプロビジョニングでない場合で、ホストが管理されており、値がホストグループから継承されていない場合に必須です"
56
+ "Automatically provision newly discovered hosts, according to the provisioning rules": [
57
+ "プロビジョニングルールに基づく新たに検出されたホストの自動プロビジョニング"
58
58
  ],
59
- "required if host is managed and custom partition has not been defined": [
60
- "ホストが管理されており、カスタムパーティションが定義されていない場合に必須です。"
59
+ "Automatically reboot or kexec discovered host during provisioning": [
60
+ "プロビジョニング時の検出されたホストの自動的な再起動または kexec の実行"
61
61
  ],
62
- "Host's owner type": [
63
- "ホストの所有者タイプ"
62
+ "Back": [
63
+ "戻る"
64
64
  ],
65
- "Host's parameters (array or indexed hash)": [
66
- "ホストのパラメーター (配列またはインデックス化されたハッシュ)"
65
+ "CPUs": [
66
+ "CPU"
67
67
  ],
68
- "Name of the parameter": [
69
- "パラメーター名"
68
+ "Cancel": [
69
+ "取り消し"
70
70
  ],
71
- "Parameter value": [
72
- "パラメーター値"
71
+ "Clean all facts": [
72
+ "すべてのファクトのクリーニング"
73
73
  ],
74
- "Type of value": [
75
- "値のタイプ"
74
+ "Clean all reported facts during provisioning (except discovery facts)": [
75
+ "プロビジョニング時に報告されたすべてのファクトをクリーニング (検出ファクトを除く)"
76
76
  ],
77
- "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks": [
78
- "オーケストレーションタスクのステータスを追跡するための UUID。GET /api/orchestration/:UUID/tasks"
77
+ "Clone": [
78
+ "クローン"
79
79
  ],
80
- "required if value is not inherited from host group or default password in settings": [
81
- "値がホストグループまたは設定のデフォルトパスワードから継承されていない場合は必須です"
80
+ "Clone %s": [
81
+ "%s のクローン作成"
82
82
  ],
83
- "Delete a discovered host": [
84
- "検出されたホストの削除"
83
+ "Collapse All": [
84
+ "すべて折りたたむ"
85
85
  ],
86
- "Upload facts for a host, creating the host if required": [
87
- "ホストのファクトをアップロードし、必要な場合はホストを作成します"
86
+ "Could not get facts from proxy %{url}: %{error}": [
87
+ "プロキシー %{url} からファクトを取得できませんでした: %{error}"
88
88
  ],
89
- "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
- "ファクトの最小セットが設定されたホストのファクトを含むハッシュ : discovery_bootif、macaddress_eth0、ipaddress、ipaddress_eth0、interfaces: eth0 (プライマリーインターフェースの名前が eth0 の場合の例)"
89
+ "Create Host": [
90
+ "ホストの作成"
91
91
  ],
92
- "Execute rules against a discovered host": [
93
- "検出されたホストに対するルールの実行"
92
+ "Create Rule": [
93
+ "ルールの作成"
94
94
  ],
95
- "Host %{host} was provisioned with rule %{rule}": [
96
- "ホスト %{host} がルール %{rule} でプロビジョニングされています"
95
+ "Create a discovered host for testing (use /facts to create new hosts)": [
96
+ "(新規ホストを作成するための使用 /ファクト) をテストするために検出ホストを作成します"
97
97
  ],
98
- "Unable to provision %{host}: %{errors}": [
99
- "%{host} をプロビジョニングできません: %{errors}"
98
+ "Create a discovery rule": [
99
+ "検出ルールの作成"
100
100
  ],
101
- "No rule found for host %s": [
102
- "ホスト %s に対するルールは見つかりません"
101
+ "Create bond interfaces": [
102
+ "ボンドインターフェイスの作成"
103
103
  ],
104
- "Execute rules against all currently discovered hosts": [
105
- "現在検出されているすべてのホストに対するルールの実行"
104
+ "Customize Host": [
105
+ "ホストのカスタマイズ"
106
106
  ],
107
- "Errors during auto provisioning: %s": [
108
- "自動プロビジョニング時のエラー: %s"
107
+ "DHCP filename option (Grub2 or PXELinux by default)": [
108
+ "DHCP ファイル名オプション (デフォルトでは Grub2 または PXELinux)"
109
109
  ],
110
- "No discovered hosts to provision": [
111
- "プロビジョニングする検出されたホストがありません"
110
+ "Delete": [
111
+ "削除"
112
112
  ],
113
- "%s discovered hosts were provisioned": [
114
- "検出ホスト %s 台がプロビジョニングされました"
113
+ "Delete %s?": [
114
+ "%s を削除しますか?"
115
115
  ],
116
- "Refreshing the facts of a discovered host": [
117
- "検出されたホストのファクトの更新中"
116
+ "Delete a discovered host": [
117
+ "検出されたホストの削除"
118
118
  ],
119
- "Rebooting a discovered host": [
120
- "検出されたホストの再起動中"
119
+ "Delete a rule": [
120
+ "ルールの削除"
121
121
  ],
122
- "Rebooting all discovered hosts": [
123
- "すべての検出されたホストの再起動中"
122
+ "Delete rule '%s'?": [
123
+ "ルール '%s' を削除しますか?"
124
124
  ],
125
- "Discovered hosts are rebooting now": [
126
- "検出されたホストを現在再起動中"
125
+ "Destroyed selected hosts": [
126
+ "破棄された選択済みホスト"
127
127
  ],
128
- "List all discovery rules": [
129
- "すべての検出ルールを一覧表示"
128
+ "Details": [
129
+ "詳細"
130
130
  ],
131
- "Show a discovery rule": [
132
- "検出ルールの表示"
131
+ "Disable": [
132
+ "無効化"
133
133
  ],
134
- "represents rule name shown to the users": [
135
- "ユーザーに表示されるルール名を表します"
134
+ "Disable rule '%s'?": [
135
+ "ルール '%s' を無効にしますか?"
136
136
  ],
137
- "query to match discovered hosts for the particular rule": [
138
- "特定ルールの検出されたホストに一致するクエリー"
137
+ "Discovered Host": [
138
+ "検出されたホスト"
139
139
  ],
140
- "the hostgroup that is used to auto provision a host": [
141
- "ホストの自動プロビジョニングに使用されるホストグループ"
140
+ "Discovered Hosts": [
141
+ "検出されたホスト"
142
142
  ],
143
- "defines a pattern to assign human-readable hostnames to the matching hosts": [
144
- "人が判読できるホスト名を一致するホストに割り当てるパターンの定義"
143
+ "Discovered Rules": [
144
+ "検出されたルール"
145
145
  ],
146
- "enables to limit maximum amount of provisioned hosts per rule": [
147
- "ルール別のプロビジョニングされたホストの最大数の制限を許可"
146
+ "Discovered host '%{host}' has all NICs filtered out, filter: %{filter}": [
147
+ "検出ホスト '%{host}' では全 NIC がフィルタリングされています。フィルター: %{filter}"
148
148
  ],
149
- "puts the rules in order, low numbers go first. Must be greater then zero": [
150
- "ルールを低い数字の順に配置。ゼロより大きい値である必要があります"
149
+ "Discovered host reported from unknown subnet, communication will not be proxied.": [
150
+ "不明なサブネットから報告された検出されたホスト。通信はプロキシー化されません。"
151
151
  ],
152
- "flag is used for temporary shutdown of rules": [
153
- "フラグはルールの一時的な停止に使用されます"
152
+ "Discovered host: %s": [
153
+ "検出されたホスト: %s"
154
154
  ],
155
- "location ID for provisioned hosts": [
156
- "プロビジョニングされたホストのロケーション ID"
155
+ "Discovered hosts are provisioning now": [
156
+ "検出されたホストは現在プロビジョニング中です"
157
157
  ],
158
- "organization ID for provisioned hosts": [
159
- "プロビジョニングされたホストの組織 ID"
158
+ "Discovered hosts are rebooting now": [
159
+ "検出されたホストを現在再起動中"
160
160
  ],
161
- "Create a discovery rule": [
162
- "検出ルールの作成"
161
+ "Discovered hosts from Foreman server at %{foreman_url}": [
162
+ "Foreman サーバーの検出されたホスト: %%{foreman_url}"
163
163
  ],
164
- "Update a rule": [
165
- "ルールの更新"
164
+ "Discovered hosts reported from unknown subnet are %s, communication will not be proxied.": [
165
+ "不明なサブネットから報告された検出されたホストは %s、通信はプロキシー化されません。"
166
166
  ],
167
- "Delete a rule": [
168
- "ルールの削除"
167
+ "Discovered hosts summary": [
168
+ "検出されたホストの概要"
169
169
  ],
170
- "List all fact values of a given discovered host": [
171
- "指定の検出されたホストのすべての値を一覧表示"
170
+ "Discovery": [
171
+ "検出"
172
172
  ],
173
- "Unable to find a discovery rule, no host provided (check permissions)": [
174
- "検出ルールを見つけることができません。指定されるホストがありません (パーミッションを確認してください)"
173
+ "Discovery Proxy": [
174
+ "検出プロキシー"
175
175
  ],
176
- "No hostgroup associated with rule '%s'": [
177
- "ルール '%s' に関連付けられたホストグループがありません"
176
+ "Discovery Proxy to use within this subnet for managing connection to discovered hosts": [
177
+ "検出されたホストへの接続を管理するためにこのサブネット内で使用する検出プロキシー"
178
178
  ],
179
- "Errors during reboot: %s": [
180
- "再起動時のエラー: %s"
179
+ "Discovery Rules": [
180
+ "検出ルール"
181
181
  ],
182
- "No discovered hosts to reboot": [
183
- "再起動する検出されたホストがありません"
182
+ "Discovery fact parser does not work with non-discovery host '%{host}'": [
183
+ "検出ファクト解析は、非検出ホスト '%{host}' では機能しません"
184
184
  ],
185
- "Successfully provisioned %s": [
186
- "%s が正常にプロビジョニングされました"
185
+ "Discovery hostname naming pattern": [
186
+ "検出ホスト名の名前パターン"
187
187
  ],
188
- "Facts refreshed for %s": [
189
- "%s の更新済みファクト"
188
+ "Discovery location": [
189
+ "検出ロケーション"
190
190
  ],
191
- "Failed to refresh facts for %s": [
192
- "%s のファクトの更新に失敗しました"
191
+ "Discovery organization": [
192
+ "検出組織"
193
193
  ],
194
- "Failed to refresh facts for %{hostname} with error %{error_message}": [
195
- "%{error_message} エラーで %{hostname} のファクトの更新に失敗しました"
194
+ "DiscoveryRule|Enabled": [
195
+ "有効化"
196
196
  ],
197
- "Host of type %s can not be rebooted": [
198
- "タイプ %s のホストを再起動できません"
197
+ "DiscoveryRule|Name": [
198
+ "名前"
199
199
  ],
200
- "Rebooting host %s": [
201
- "ホスト %s の再起動"
200
+ "DiscoveryRule|Priority": [
201
+ "優先順位"
202
202
  ],
203
- "Failed to reboot host %s": [
204
- "ホスト %s の再起動に失敗しました"
203
+ "DiscoveryRule|Query": [
204
+ "クエリー"
205
205
  ],
206
- "Failed to reboot host %{hostname} with error %{error_message}": [
207
- "ホスト %{hostname} は %{error_message} のエラーで再起動に失敗しました"
206
+ "Disk Count": [
207
+ "ディスク数"
208
208
  ],
209
- "Failed to reboot hosts with error %s": [
210
- "ホストは %s のエラーで再起動に失敗しました"
209
+ "Disk count": [
210
+ "ディスク数"
211
211
  ],
212
- "Destroyed selected hosts": [
213
- "破棄された選択済みホスト"
212
+ "Disks Size": [
213
+ "ディスクサイズ"
214
214
  ],
215
- "The following hosts were not deleted: %s": [
216
- "以下のホストは削除されませんでした: %s"
215
+ "Disks size": [
216
+ "ディスクサイズ"
217
217
  ],
218
- "Failed to auto provision host %s: %s": [
219
- "ホスト %s の自動プロビジョニングに失敗しました: %s"
218
+ "Do not allow to discover existing managed host matching MAC of a provisioning NIC (errors out early)": [
219
+ "プロビジョニング NIC MAC と一致する既存の管理ホストの検出を許可しない (エラーは早い段階で出されます)"
220
220
  ],
221
- "Discovered hosts are provisioning now": [
222
- "検出されたホストは現在プロビジョニング中です"
221
+ "Domain will be appended automatically. A hostname based on MAC address will be used when left blank.": [
222
+ "ドメインは自動的に追加されます。空白のままの場合には、MAC アドレスに基づくホスト名が使用されます。"
223
223
  ],
224
- "Discovered host reported from unknown subnet, communication will not be proxied.": [
225
- "不明なサブネットから報告された検出されたホスト。通信はプロキシー化されません。"
224
+ "Edit %s": [
225
+ "%s の編集"
226
226
  ],
227
- "Discovered hosts reported from unknown subnet are %s, communication will not be proxied.": [
228
- "不明なサブネットから報告された検出されたホストは %s、通信はプロキシー化されません。"
227
+ "Enable": [
228
+ "有効化"
229
229
  ],
230
- "No hosts were found with that id or name": [
231
- "該当する ID または名前のホストが見つかりませんでした"
230
+ "Enable rule '%s'?": [
231
+ "ルール '%s' を有効にしますか?"
232
232
  ],
233
- "No hosts selected": [
234
- "ホストが選択されていません"
233
+ "Error message goes here": [
234
+ "エラーメッセージはこちらに表示されます"
235
235
  ],
236
- "Something went wrong while selecting hosts - %s": [
237
- "ホストの選択中に問題が発生しました: %s"
236
+ "Error on existing NIC": [
237
+ "既存の NIC でのエラー"
238
238
  ],
239
- "Rule enabled": [
240
- "ルールが有効にされました"
239
+ "Errors during auto provisioning: %s": [
240
+ "自動プロビジョニング時のエラー: %s"
241
241
  ],
242
- "Rule disabled": [
243
- "ルールが無効にされました"
242
+ "Errors during reboot: %s": [
243
+ "再起動時のエラー: %s"
244
244
  ],
245
- "Auto Provision": [
246
- "自動プロビジョニング"
245
+ "Execute rules against a discovered host": [
246
+ "検出されたホストに対するルールの実行"
247
247
  ],
248
- "Refresh facts": [
249
- "ファクトの更新"
248
+ "Execute rules against all currently discovered hosts": [
249
+ "現在検出されているすべてのホストに対するルールの実行"
250
250
  ],
251
- "Reboot": [
252
- "再起動"
251
+ "Expected discovery_fact '%s' is missing, unable to detect primary interface and set hostname": [
252
+ "必要な discovery_fact '%s' がありません。プライマリーインターフェイスの検出やホスト名の設定ができません"
253
253
  ],
254
- "Back": [
255
- "戻る"
254
+ "Extra facter columns to show in host lists": [
255
+ "ホスト一覧に表示される追加の facter 列"
256
256
  ],
257
- "Select Action": [
258
- "アクションの選択"
257
+ "Fact + prefix": [
258
+ "ファクト + プレフィックス"
259
259
  ],
260
- "Delete %s?": [
261
- "%s を削除しますか?"
260
+ "Fact columns": [
261
+ "Fact "
262
262
  ],
263
- "Assign Organization": [
264
- "組織の割り当て"
263
+ "Fact name to use for primary interface detection": [
264
+ "プライマリーインターフェイスの検出に使用するファクト名"
265
265
  ],
266
- "Assign Location": [
267
- "ロケーションの割り当て"
266
+ "Facts could not be imported": [
267
+ "ファクトをインポートできませんでした"
268
268
  ],
269
- "Delete": [
270
- "削除"
269
+ "Facts refreshed for %s": [
270
+ "%s の更新済みファクト"
271
271
  ],
272
- "%s - The following hosts are about to be changed": [
273
- "%s: 以下のホストはまもなく変更されます"
272
+ "Failed to auto provision host %s: %s": [
273
+ "ホスト %s の自動プロビジョニングに失敗しました: %s"
274
274
  ],
275
- "N/A": [
276
- "N/A"
275
+ "Failed to reboot host %s": [
276
+ "ホスト %s の再起動に失敗しました"
277
277
  ],
278
- "New in the last 24 hours": [
279
- "過去 24 時間以内の新規"
278
+ "Failed to reboot host %{hostname} with error %{error_message}": [
279
+ "ホスト %%{hostname} は %%{error_message} のエラーで再起動に失敗しました"
280
280
  ],
281
- "Not reported in more than 7 days": [
282
- "8 日以上報告なし"
281
+ "Failed to reboot hosts with error %s": [
282
+ "ホストは %s のエラーで再起動に失敗しました"
283
283
  ],
284
- "Reported in the last 7 days": [
285
- "過去 7 日以内に報告あり"
284
+ "Failed to refresh facts for %s": [
285
+ "%s のファクトの更新に失敗しました"
286
286
  ],
287
- "Provision": [
288
- "プロビジョニング"
287
+ "Failed to refresh facts for %{hostname} with error %{error_message}": [
288
+ "%%{error_message} エラーで %%{hostname} のファクトの更新に失敗しました"
289
289
  ],
290
- "Discovered Hosts": [
291
- "検出されたホスト"
290
+ "For more information please see ": [
291
+ "詳細は、以下を参照してください: "
292
292
  ],
293
- "Associated Hosts": [
294
- "関連付けられたホスト"
293
+ "Force DNS": [
294
+ "DNS の強制的な実行"
295
295
  ],
296
- "Disable": [
297
- "無効化"
296
+ "Force DNS entries creation when provisioning discovered host": [
297
+ "検出されたホストのプロビジョニング時の DNS エントリーの作成を強制的に実行"
298
298
  ],
299
- "Disable rule '%s'?": [
300
- "ルール '%s' を無効にしますか?"
299
+ "Foreman Discovery": [
300
+ "Foreman 検出"
301
301
  ],
302
- "Enable": [
303
- "有効化"
302
+ "Foreman discovered hosts summary": [
303
+ "Foreman の検出されたホストの概要"
304
304
  ],
305
- "Enable rule '%s'?": [
306
- "ルール '%s' を有効にしますか?"
305
+ "Hardware": [
306
+ "ハードウェア"
307
307
  ],
308
- "Clone": [
309
- "クローン"
308
+ "Hardware facts": [
309
+ "ハードウェアファクト"
310
310
  ],
311
- "Delete rule '%s'?": [
312
- "ルール '%s' を削除しますか?"
311
+ "Highlighted facts": [
312
+ "ハイライトされたファクト"
313
313
  ],
314
- "Invalid user type of %s was provided": [
315
- "無効なユーザータイプ %s が指定されました"
314
+ "Highlights": [
315
+ "ハイライト"
316
316
  ],
317
- "Discovered hosts summary": [
318
- "検出されたホストの概要"
317
+ "Host": [
318
+ "ホスト"
319
319
  ],
320
- "can't contain white spaces.": [
321
- "空白を含めることができません。"
320
+ "Host %s has been dicovered": [
321
+ "ホスト %s が検出されました"
322
322
  ],
323
- "must start with a letter or ERB.": [
324
- "文字または ERB で開始する必要があります。"
323
+ "Host %{host} was provisioned with rule %{rule}": [
324
+ "ホスト %{host} がルール %{rule} でプロビジョニングされています"
325
325
  ],
326
- "must be present.": [
327
- "必須です。"
326
+ "Host Group": [
327
+ "ホストグループ"
328
+ ],
329
+ "Host group location %s must also be associated to the discovery rule": [
330
+ "ホストグループのロケーション %s も検出ルールに関連付ける必要があります"
328
331
  ],
329
332
  "Host group organization %s must also be associated to the discovery rule": [
330
333
  "ホストグループの組織 %s も検出ルールに関連付ける必要があります"
331
334
  ],
332
- "Host group location %s must also be associated to the discovery rule": [
333
- "ホストグループのロケーション %s も検出ルールに関連付ける必要があります"
335
+ "Host of type %s can not be rebooted": [
336
+ "タイプ %s のホストを再起動できません"
334
337
  ],
335
- "Fact + prefix": [
336
- "ファクト + プレフィックス"
338
+ "Host's owner type": [
339
+ "ホストの所有者タイプ"
337
340
  ],
338
- "Random name": [
339
- "無作為の名前"
341
+ "Host's parameters (array or indexed hash)": [
342
+ "ホストのパラメーター (配列またはインデックス化されたハッシュ)"
340
343
  ],
341
- "MAC-based name": [
342
- "MAC ベースの名前"
344
+ "Hostname facts": [
345
+ "ホスト名ファクト"
343
346
  ],
344
- "Invalid facts, must be a Hash": [
345
- "無効なファクトです。ハッシュである必要があります。"
347
+ "Hostname for provisioned hosts": [
348
+ "プロビジョニングされたホストのホスト名"
346
349
  ],
347
- "Expected discovery_fact '%s' is missing, unable to detect primary interface and set hostname": [
348
- "必要な discovery_fact '%s' がありません。プライマリーインターフェースの検出やホスト名の設定ができません"
350
+ "Hostname prefix": [
351
+ "ホスト名のプレフィックス"
349
352
  ],
350
- "Invalid facts: hash does not contain a valid value for any of the facts in the discovery_hostname setting: %s": [
351
- "無効なファクト: discovery_hostname 設定の全ファクトで、ハッシュの値は無効です: %s"
353
+ "Hostnames must not start with numbers. A good approach is to use unique information provided by facter (MAC address, BIOS or serial ID).": [
354
+ "ホスト名は数字で開始することができません。facter で提供される固有の情報 (MAC アドレス、BIOS またはシリアル ID) を使用することが適切な方法です。"
352
355
  ],
353
- "Facts could not be imported": [
354
- "ファクトをインポートできませんでした"
356
+ "Hosts": [
357
+ "ホスト"
355
358
  ],
356
- "Could not get facts from proxy %{url}: %{error}": [
357
- "プロキシー %{url} からファクトを取得できませんでした: %{error}"
359
+ "Hosts Limit": [
360
+ "ホスト制限"
358
361
  ],
359
- "Unable to perform reboot on %{name} (%{url}): %{msg}": [
360
- "%{name} の (%{url}) で再起動を実行できません: %{msg}"
362
+ "Hosts/Limit": [
363
+ "ホスト/制限"
361
364
  ],
362
- "Unable to perform %{action} on %{ips}": [
363
- "%{ips} で %{action} を実行できません"
365
+ "ID of Discovery Proxy to use within this subnet for managing connection to discovered hosts": [
366
+ "検出されたホストへの接続を管理するためにこのサブネット内で使用する検出プロキシーの ID"
364
367
  ],
365
- "Unable to perform kexec on %{name} (%{url}): %{msg}": [
366
- "%{name} の (%{url}) で kexec を実行できません: %{msg}"
368
+ "IP Address": [
369
+ "IP アドレス"
367
370
  ],
368
- "Invalid hostname: Could not normalize the hostname": [
369
- "無効なホスト名: ホスト名を正規化できませんでした"
371
+ "IP address": [
372
+ "IP アドレス"
370
373
  ],
371
- "Reloading kernel on %s": [
372
- "カーネルを %s にリロード中"
374
+ "IPAM must be configured for subnet '%s'": [
375
+ "IPAM はサブネット '%s' 用に設定する必要があります"
373
376
  ],
374
- "Rebooting %s": [
375
- "%s を再起動中"
377
+ "IPMI": [
378
+ "IPMI"
376
379
  ],
377
- "Kexec template not associated with operating system": [
378
- "オペレーティングシステムに関連付けられていない Kexec テンプレート"
380
+ "IPMI facts": [
381
+ "IPMI ファクト"
379
382
  ],
380
- "Kernel kexec URL is invalid: '%s'": [
381
- "カーネル kexec URL は無効です: '%s'"
383
+ "Identifier": [
384
+ "ID"
382
385
  ],
383
- "Init RAM kexec URL is invalid: '%s'": [
384
- "Init RAM kexec URL は無効です: '%s'"
386
+ "Image API processing error: %{msg} (HTTP/%{code}, body: %{body})": [
387
+ "イメージ API 処理エラー: %{msg} (HTTP/%{code}、ボディー: %{body})"
385
388
  ],
386
- "Rebuild DNS for %s": [
387
- "%s DNS の再構築"
389
+ "Image API returned HTTP/%{code} with '%{body}": [
390
+ "イメージ API で返された HTTP/%{code}: '%{body}"
388
391
  ],
389
- "Discovery fact parser does not work with non-discovery host '%{host}'": [
390
- "検出ファクト解析は、非検出ホスト '%{host}' では機能しません"
392
+ "In addition to @host attribute function rand for random integers is available. Examples:": [
393
+ "@host 属性のほかに、ランダムな整数の rand 関数を利用できます。例:"
391
394
  ],
392
- "Discovered host '%{host}' has all NICs filtered out, filter: %{filter}": [
393
- "検出ホスト '%{host}' では全 NIC がフィルタリングされています。フィルター: %{filter}"
395
+ "Init RAM kexec URL is invalid: '%s'": [
396
+ "Init RAM kexec URL は無効です: '%s'"
394
397
  ],
395
- "Unable to find primary NIC with %{mac} specified via '%{fact}', NIC filter: %{filter}": [
396
- "%{mac} が %{fact} で指定されたプライマリー NIC を見つけることができません。NIC フィルター: %{filter}"
398
+ "Interface fact": [
399
+ "インターフェイスファクト"
397
400
  ],
398
- "Highlights": [
399
- "ハイライト"
401
+ "Interfaces": [
402
+ "インターフェイス"
400
403
  ],
401
- "Storage": [
402
- "ストレージ"
404
+ "Invalid facts, must be a Hash": [
405
+ "無効なファクトです。ハッシュである必要があります"
403
406
  ],
404
- "Hardware": [
405
- "ハードウェア"
407
+ "Invalid facts: hash does not contain a valid value for any of the facts in the discovery_hostname setting: %s": [
408
+ "無効なファクト: discovery_hostname 設定の全ファクトで、ハッシュの値は無効です: %s"
406
409
  ],
407
- "Network": [
408
- "ネットワーク"
410
+ "Invalid hostname: Could not normalize the hostname": [
411
+ "無効なホスト名: ホスト名を正規化できませんでした"
409
412
  ],
410
- "Software": [
411
- "ソフトウェア"
413
+ "Invalid user type of %s was provided": [
414
+ "無効なユーザータイプ %s が指定されました"
412
415
  ],
413
- "IPMI": [
414
- "IPMI"
416
+ "Kernel kexec URL is invalid: '%s'": [
417
+ "カーネル kexec URL は無効です: '%s'"
415
418
  ],
416
- "Miscellaneous": [
417
- "その他"
419
+ "Kexec template not associated with operating system": [
420
+ "オペレーティングシステムに関連付けられていない Kexec テンプレート"
418
421
  ],
419
- "IPAM must be configured for subnet '%s'": [
420
- "IPAM はサブネット '%s' 用に設定する必要があります"
422
+ "Last Facts Upload": [
423
+ "最終ファクトのアップロード"
421
424
  ],
422
- "Options must be hash": [
423
- ""
425
+ "List all discovered hosts": [
426
+ "すべての検出されたホストを一覧表示"
424
427
  ],
425
- "Option 'url' must be provided": [
426
- ""
428
+ "List all discovery rules": [
429
+ "すべての検出ルールを一覧表示"
427
430
  ],
428
- "Option 'url' must be valid URI: %s": [
429
- ""
431
+ "List all fact values of a given discovered host": [
432
+ "指定の検出されたホストのすべての値を一覧表示"
430
433
  ],
431
- "Image API returned HTTP/%{code} with '%{body}": [
432
- "イメージ API で返された HTTP/%{code}: '%{body}"
434
+ "List of facts to use for the hostname (first wins)": [
435
+ "ホスト名に使用するファクトのリスト (first wins)"
433
436
  ],
434
- "Image API processing error: %{msg} (HTTP/%{code}, body: %{body})": [
435
- "イメージ API 処理エラー: %{msg} (HTTP/%{code}、ボディー: %{body})"
437
+ "Location": [
438
+ "ロケーション"
436
439
  ],
437
- "One or more hosts with failed discovery due to error: %s": [
438
- ""
440
+ "Locations": [
441
+ "ロケーション"
439
442
  ],
440
- "Host %s has been dicovered": [
441
- "ホスト %s が検出されました。"
443
+ "Lock PXE": [
444
+ "PXE のロック"
442
445
  ],
443
- "Discovered Host": [
444
- "検出されたホスト"
446
+ "Locked PXEGrub template name": [
447
+ "ロックされた PXEGrub テンプレート名"
445
448
  ],
446
- "No discovered hosts available": [
447
- "検出されたホストがありません"
449
+ "Locked PXEGrub2 template name": [
450
+ "ロックされた PXEGrub2 テンプレート名"
448
451
  ],
449
- "Host": [
450
- "ホスト"
452
+ "Locked PXELinux template name": [
453
+ "ロックされた PXELinux テンプレート名"
451
454
  ],
452
- "Model": [
453
- "モデル"
455
+ "MAC address": [
456
+ "MAC アドレス"
454
457
  ],
455
- "CPUs": [
456
- "CPU"
458
+ "MAC-based name": [
459
+ "MAC ベースの名前"
460
+ ],
461
+ "Maximum hosts provisioned with this rule (0 = unlimited)": [
462
+ "このルールでプロビジョニングする最大ホスト数 (0 = 無制限)"
457
463
  ],
458
464
  "Memory": [
459
465
  "メモリー"
460
466
  ],
461
- "Customize Host": [
462
- "ホストのカスタマイズ"
463
- ],
464
- "Create Host": [
465
- "ホストの作成"
467
+ "Miscellaneous": [
468
+ "その他"
466
469
  ],
467
- "Select all items in this page": [
468
- "このページのすべての項目を選択"
470
+ "Model": [
471
+ "モデル"
469
472
  ],
470
- "items selected. Uncheck to Clear": [
471
- "項目が選択されています。クリアするにはチェックを解除してください"
473
+ "N/A": [
474
+ "N/A"
472
475
  ],
473
476
  "Name": [
474
477
  "名前"
475
478
  ],
476
- "IP Address": [
477
- "IP アドレス"
479
+ "Name of the parameter": [
480
+ "パラメーター名"
478
481
  ],
479
- "Disk Count": [
480
- "ディスク数"
482
+ "Network": [
483
+ "ネットワーク"
481
484
  ],
482
- "Disks Size": [
483
- "ディスクサイズ"
485
+ "Network facts": [
486
+ "ネットワークファクト"
484
487
  ],
485
- "Location": [
486
- "ロケーション"
488
+ "New Discovery Rule": [
489
+ "新規の検出ルール"
487
490
  ],
488
- "Organization": [
489
- "組織"
491
+ "New hosts": [
492
+ "新規ホスト"
490
493
  ],
491
- "Subnet": [
492
- "サブネット"
494
+ "New in the last 24 hours": [
495
+ "過去 24 時間以内の新規"
493
496
  ],
494
- "Last Facts Upload": [
495
- "最終ファクトのアップロード"
497
+ "No Discovery Rules found in this context. Create Discovery Rules to perform automated provisioning on Discovered Hosts": [
498
+ "このコンテキストで検出された検出ルールはありません。検出されたホストで自動プロビジョニングを実行するための検出ルールを作成してください"
496
499
  ],
497
- "Actions": [
498
- "アクション"
500
+ "No discovered hosts available": [
501
+ "検出されたホストがありません"
499
502
  ],
500
- "Please Confirm": [
501
- "確認してください"
503
+ "No discovered hosts for the selected period": [
504
+ "選択された期間に検出されたホストはありません"
502
505
  ],
503
- "Cancel": [
504
- "取り消し"
506
+ "No discovered hosts found in this context. This page shows discovered bare-metal or virtual nodes waiting to be provisioned.": [
507
+ "このコンテキストで検出されたホストはありません。このページでは、プロビジョニングする予定の検出されたベアメタルまたは仮想ノードを表示しています。"
505
508
  ],
506
- "Submit": [
507
- "送信"
509
+ "No discovered hosts to provision": [
510
+ "プロビジョニングする検出されたホストがありません"
508
511
  ],
509
- "Provision %s": [
510
- "%s のプロビジョニング"
512
+ "No discovered hosts to reboot": [
513
+ "再起動する検出されたホストがありません"
511
514
  ],
512
- "This might take a while, as all hosts, facts and reports will be destroyed as well": [
513
- "ホスト、ファクト、およびレポートもすべて破棄されるため、時間がかかる場合があります。"
515
+ "No hostgroup associated with rule '%s'": [
516
+ "ルール '%s' に関連付けられたホストグループがありません"
514
517
  ],
515
- "Select location": [
516
- "ロケーションの選択"
518
+ "No hosts selected": [
519
+ "ホストが選択されていません"
517
520
  ],
518
- "Select organization": [
519
- "組織の選択"
521
+ "No hosts were found with that id or name": [
522
+ "該当する ID または名前のホストが見つかりませんでした"
520
523
  ],
521
- "Discovered host: %s": [
522
- "検出されたホスト: %s"
524
+ "No new discovered hosts for this period": [
525
+ "この期間に検出された新規ホストはありません"
523
526
  ],
524
- "Interfaces": [
525
- "インターフェース"
527
+ "No rule found for host %s": [
528
+ "ホスト %s に対するルールは見つかりません"
526
529
  ],
527
- "Type": [
528
- "タイプ"
530
+ "Not reported in more than 7 days": [
531
+ "8 日以上報告なし"
529
532
  ],
530
- "Identifier": [
531
- "ID"
533
+ "One or more hosts have been discovered": [
534
+ "1 つ以上のホストが検出されました"
532
535
  ],
533
- "MAC address": [
534
- "MAC アドレス"
536
+ "One or more hosts with failed discovery due to error: %s": [
537
+ "エラーが原因で 1 つ以上のホストの検出に失敗しました: %s"
535
538
  ],
536
- "IP address": [
537
- "IP アドレス"
539
+ "Option 'url' must be provided": [
540
+ "オプション 'url' を指定する必要があります。"
538
541
  ],
539
- "Collapse All": [
540
- "すべて折りたたむ"
542
+ "Option 'url' must be valid URI: %s": [
543
+ "オプション 'url' は有効な URI でなければなりません: %s"
541
544
  ],
542
- "Summary report for discovered hosts from Foreman": [
543
- "Foreman の検出されたホストの概要レポート"
545
+ "Options must be hash": [
546
+ "オプションはハッシュでなければなりません"
544
547
  ],
545
- "<b>Foreman</b> Discovered hosts summary": [
546
- "<b>Foreman</b> 検出されたホストの概要"
548
+ "Organization": [
549
+ "組織"
547
550
  ],
548
- "Summary from %{time} ago to %{now}": [
549
- "%{time} 前から %{now} までの概要"
551
+ "Organizations": [
552
+ "組織"
550
553
  ],
551
- "Discovered hosts from Foreman server at %{foreman_url}": [
552
- "Foreman サーバーの検出されたホスト: %{foreman_url}"
554
+ "PXEGrub template to be used when pinning a host to discovery": [
555
+ "ホストを検出に固定する際に使用される PXEGrub テンプレート"
553
556
  ],
554
- "Disk count": [
555
- "ディスク数"
557
+ "PXEGrub2 template to be used when pinning a host to discovery": [
558
+ "ホストを検出に固定する際に使用される PXEGrub2 テンプレート"
556
559
  ],
557
- "Disks size": [
558
- "ディスクサイズ"
560
+ "PXELinux template to be used when pinning a host to discovery": [
561
+ "ホストを検出に固定する際に使用される PXELinux テンプレート"
559
562
  ],
560
- "No discovered hosts for the selected period": [
561
- "選択された期間に検出されたホストはありません"
563
+ "Parameter value": [
564
+ "パラメーター値"
562
565
  ],
563
- "Foreman discovered hosts summary": [
564
- "Foreman の検出されたホストの概要"
566
+ "Please Confirm": [
567
+ "確認してください"
565
568
  ],
566
- "No new discovered hosts for this period": [
567
- "この期間に検出された新規ホストはありません"
569
+ "Prefer IPv6": [
570
+ "IPv6 を優先します"
571
+ ],
572
+ "Prefer IPv6 to IPv4 when calling discovered nodes": [
573
+ "検出されたノードを呼び出す際に、IPv4 よりも IPv6 を優先します"
568
574
  ],
569
575
  "Primary": [
570
576
  "プライマリー"
571
577
  ],
572
- "Locations": [
573
- "ロケーション"
574
- ],
575
- "Organizations": [
576
- "組織"
577
- ],
578
- "Target host group for this rule with all properties set": [
579
- "このルールのターゲットホストグループ。すべてのプロパティーを設定しておいてください。"
580
- ],
581
- "Hostname for provisioned hosts": [
582
- "プロビジョニングされたホストのホスト名"
583
- ],
584
- "Hosts Limit": [
585
- "ホスト制限"
586
- ],
587
- "Maximum hosts provisioned with this rule (0 = unlimited)": [
588
- "このルールでプロビジョニングする最大ホスト数 (0 = 無制限)"
578
+ "Provision": [
579
+ "プロビジョニング"
589
580
  ],
590
- "Rule priority (lower integer means higher priority)": [
591
- "ルールの優先順位 (整数値が低いほど、優先順位が高い)"
581
+ "Provision %s": [
582
+ "%s のプロビジョニング"
592
583
  ],
593
- "Specify target hostname template pattern in the same syntax as in Provisioning Templates (ERB).": [
594
- "プロビジョニングテンプレート (ERB) と同じ構文のターゲットホスト名テンプレートのパターンを指定します。"
584
+ "Provision a discovered host": [
585
+ "検出されたホストのプロビジョニング"
595
586
  ],
596
- "Domain will be appended automatically. A hostname based on MAC address will be used when left blank.": [
597
- "ドメインは自動的に追加されます。空白のままの場合には、MAC アドレスに基づくホスト名が使用されます。"
587
+ "Random name": [
588
+ "無作為の名前"
598
589
  ],
599
- "In addition to @host attribute function rand for random integers is available. Examples:": [
600
- "@host 属性のほかに、ランダムな整数の rand 関数を利用できます。例:"
590
+ "Reboot": [
591
+ "再起動"
601
592
  ],
602
- "When creating hostname patterns, make sure the resulting host names are unique.": [
603
- "ホスト名パターンの作成時に、生成されるホスト名が一意であることを確認します。"
593
+ "Rebooting %s": [
594
+ "%s を再起動中"
604
595
  ],
605
- "Hostnames must not start with numbers. A good approach is to use unique information provided by facter (MAC address, BIOS or serial ID).": [
606
- "ホスト名は数字で開始することができません。facter で提供される固有の情報 (MAC アドレス、BIOS またはシリアル ID) を使用することが適切な方法です。"
596
+ "Rebooting a discovered host": [
597
+ "検出されたホストの再起動中"
607
598
  ],
608
- "Clone %s": [
609
- "%s のクローン作成"
599
+ "Rebooting all discovered hosts": [
600
+ "すべての検出されたホストの再起動中"
610
601
  ],
611
- "Edit %s": [
612
- "%s の編集"
602
+ "Rebooting host %s": [
603
+ "ホスト %s の再起動"
613
604
  ],
614
- "Discovery Rules": [
615
- "検出ルール"
605
+ "Rebuild DNS for %s": [
606
+ "%s の DNS の再構築"
616
607
  ],
617
- "Create Rule": [
618
- "ルールの作成"
608
+ "Refresh facts": [
609
+ "ファクトの更新"
619
610
  ],
620
- "DiscoveryRule|Name": [
621
- "名前"
611
+ "Refreshing the facts of a discovered host": [
612
+ "検出されたホストのファクトの更新中"
622
613
  ],
623
- "DiscoveryRule|Priority": [
624
- "優先順位"
614
+ "Regex to organize facts for hardware section": [
615
+ "ハードウェアセクションのファクトを整理するための Regex"
625
616
  ],
626
- "DiscoveryRule|Query": [
627
- "クエリー"
617
+ "Regex to organize facts for highlights section - e.g. ^(abc|cde)$": [
618
+ "ハイライトセクションのファクトを整理するための Regex (例: ^(abc|cde)$)"
628
619
  ],
629
- "Host Group": [
630
- "ホストグループ"
620
+ "Regex to organize facts for ipmi section": [
621
+ "ipmi セクションのファクトを整理するための Regex"
631
622
  ],
632
- "Hosts/Limit": [
633
- "ホスト/制限"
623
+ "Regex to organize facts for network section": [
624
+ "ネットワークセクションのファクトを整理するための Regex"
634
625
  ],
635
- "DiscoveryRule|Enabled": [
636
- "有効化"
626
+ "Regex to organize facts for software section": [
627
+ "ソフトウェアセクションのファクトを整理するための Regex"
637
628
  ],
638
- "New Discovery Rule": [
639
- "新規の検出ルール"
629
+ "Regex to organize facts for storage section": [
630
+ "ストレージセクションのファクトを整理するための Regex"
640
631
  ],
641
- "Discovered Rules": [
642
- "検出されたルール"
632
+ "Reloading kernel on %s": [
633
+ "カーネルを %s にリロード中"
643
634
  ],
644
- "A summary of discovered hosts": [
645
- "検出されたホストの概要"
635
+ "Reported in the last 7 days": [
636
+ "過去 7 日以内に報告あり"
646
637
  ],
647
- "New hosts": [
648
- "新規ホスト"
638
+ "Rule disabled": [
639
+ "ルールが無効にされました"
649
640
  ],
650
- "One or more hosts have been discovered": [
651
- "1 つ以上のホストが検出されました"
641
+ "Rule enabled": [
642
+ "ルールが有効にされました"
652
643
  ],
653
- "Details": [
654
- "詳細"
644
+ "Rule priority (lower integer means higher priority)": [
645
+ "ルールの優先順位 (整数値が低いほど、優先順位が高い)"
655
646
  ],
656
- "Hosts": [
657
- "ホスト"
647
+ "Select Action": [
648
+ "アクションの選択"
658
649
  ],
659
- "Error message goes here": [
660
- "エラーメッセージはこちらに表示されます"
650
+ "Select all items in this page": [
651
+ "このページのすべての項目を選択"
661
652
  ],
662
- "Discovery": [
663
- "検出"
653
+ "Select location": [
654
+ "ロケーションの選択"
664
655
  ],
665
- "Discovery location": [
666
- "検出ロケーション"
656
+ "Select organization": [
657
+ "組織の選択"
667
658
  ],
668
- "The default location to place discovered hosts in": [
669
- "検出されたホストを配置するデフォルトのロケーション"
659
+ "Show a discovered host": [
660
+ "検出されたホストの表示"
670
661
  ],
671
- "Discovery organization": [
672
- "検出組織"
662
+ "Show a discovery rule": [
663
+ "検出ルールの表示"
673
664
  ],
674
- "The default organization to place discovered hosts in": [
675
- "検出されたホストを配置するデフォルトの組織"
665
+ "Software": [
666
+ "ソフトウェア"
676
667
  ],
677
- "Interface fact": [
678
- "インターフェースファクト"
668
+ "Software facts": [
669
+ "ソフトウェアファクト"
679
670
  ],
680
- "Fact name to use for primary interface detection": [
681
- "プライマリーインターフェースの検出に使用するファクト名"
671
+ "Something went wrong while selecting hosts - %s": [
672
+ "ホストの選択中に問題が発生しました: %s"
682
673
  ],
683
- "Create bond interfaces": [
684
- "ボンドインターフェースの作成"
674
+ "Specify target hostname template pattern in the same syntax as in Provisioning Templates (ERB).": [
675
+ "プロビジョニングテンプレート (ERB) と同じ構文のターゲットホスト名テンプレートのパターンを指定します。"
685
676
  ],
686
- "Automatic bond interface (if another interface is detected on the same VLAN via LLDP)": [
687
- "自動ボンドインターフェース (LLDP で同じ VLAN 上に別のインターフェースが検出された場合)"
677
+ "Storage": [
678
+ "ストレージ"
688
679
  ],
689
- "Clean all facts": [
690
- "すべてのファクトのクリーニング"
680
+ "Storage facts": [
681
+ "ストレージファクト"
691
682
  ],
692
- "Clean all reported facts during provisioning (except discovery facts)": [
693
- "プロビジョニング時に報告されたすべてのファクトをクリーニング (検出ファクトを除く)"
683
+ "Submit": [
684
+ "送信"
694
685
  ],
695
- "Hostname facts": [
696
- "ホスト名ファクト"
686
+ "Subnet": [
687
+ "サブネット"
697
688
  ],
698
- "List of facts to use for the hostname (first wins)": [
699
- ""
689
+ "Successfully provisioned %s": [
690
+ "%s が正常にプロビジョニングされました"
700
691
  ],
701
- "Auto provisioning": [
702
- "自動プロビジョニング"
692
+ "Summary from %{time} ago to %{now}": [
693
+ "%{time} 前から %{now} までの概要"
703
694
  ],
704
- "Automatically provision newly discovered hosts, according to the provisioning rules": [
705
- "プロビジョニングルールに基づく新たに検出されたホストの自動プロビジョニング"
695
+ "Summary report for discovered hosts from Foreman": [
696
+ "Foreman の検出されたホストの概要レポート"
706
697
  ],
707
- "Automatically reboot or kexec discovered host during provisioning": [
708
- "プロビジョニング時の検出されたホストの自動的な再起動または kexec の実行"
698
+ "Target host group for this rule with all properties set": [
699
+ "このルールのターゲットホストグループ。すべてのプロパティーを設定しておいてください"
709
700
  ],
710
- "Hostname prefix": [
711
- "ホスト名のプレフィックス"
701
+ "The default location to place discovered hosts in": [
702
+ "検出されたホストを配置するデフォルトのロケーション"
703
+ ],
704
+ "The default organization to place discovered hosts in": [
705
+ "検出されたホストを配置するデフォルトの組織"
712
706
  ],
713
707
  "The default prefix to use for the host name, must start with a letter": [
714
708
  "ホスト名に使用するデフォルトのプレフィックスは文字で開始する必要があります"
715
709
  ],
716
- "Fact columns": [
717
- "Fact "
718
- ],
719
- "Extra facter columns to show in host lists": [
720
- ""
721
- ],
722
- "Highlighted facts": [
723
- "ハイライトされたファクト"
710
+ "The following hosts were not deleted: %s": [
711
+ "以下のホストは削除されませんでした: %s"
724
712
  ],
725
- "Regex to organize facts for highlights section - e.g. ^(abc|cde)$": [
726
- "ハイライトセクションのファクトを整理するための Regex (例: ^(abc|cde)$)"
713
+ "This might take a while, as all hosts, facts and reports will be destroyed as well": [
714
+ "ホスト、ファクト、およびレポートもすべて破棄されるため、時間がかかる場合があります"
727
715
  ],
728
- "Storage facts": [
729
- "ストレージファクト"
716
+ "Type": [
717
+ "タイプ"
730
718
  ],
731
- "Regex to organize facts for storage section": [
732
- "ストレージセクションのファクトを整理するための Regex"
719
+ "Type of name generator": [
720
+ "名前ジェネレーターのタイプ"
733
721
  ],
734
- "Software facts": [
735
- "ソフトウェアファクト"
722
+ "Type of value": [
723
+ "値のタイプ"
736
724
  ],
737
- "Regex to organize facts for software section": [
738
- "ソフトウェアセクションのファクトを整理するための Regex"
725
+ "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks": [
726
+ "オーケストレーションタスクのステータスを追跡するための UUID。GET /api/orchestration/:UUID/tasks"
739
727
  ],
740
- "Hardware facts": [
741
- "ハードウェアファクト"
728
+ "Unable to find a discovery rule, no host provided (check permissions)": [
729
+ "検出ルールを見つけることができません。指定されるホストがありません (パーミッションを確認してください)"
742
730
  ],
743
- "Regex to organize facts for hardware section": [
744
- "ハードウェアセクションのファクトを整理するための Regex"
731
+ "Unable to find primary NIC with %{mac} specified via '%{fact}', NIC filter: %{filter}": [
732
+ "%{mac} が %{fact} で指定されたプライマリー NIC を見つけることができません。NIC フィルター: %{filter}"
745
733
  ],
746
- "Network facts": [
747
- "ネットワークファクト"
734
+ "Unable to perform %{action} on %{ips}": [
735
+ "%{ips} で %{action} を実行できません"
748
736
  ],
749
- "Regex to organize facts for network section": [
750
- "ネットワークセクションのファクトを整理するための Regex"
737
+ "Unable to perform kexec on %{name} (%{url}): %{msg}": [
738
+ "%{name} の (%{url}) で kexec を実行できません: %{msg}"
751
739
  ],
752
- "IPMI facts": [
753
- "IPMI ファクト"
740
+ "Unable to perform reboot on %{name} (%{url}): %{msg}": [
741
+ "%{name} の (%{url}) で再起動を実行できません: %{msg}"
754
742
  ],
755
- "Regex to organize facts for ipmi section": [
756
- "ipmi セクションのファクトを整理するための Regex"
743
+ "Unable to provision %{host}: %{errors}": [
744
+ "%{host} をプロビジョニングできません: %{errors}"
757
745
  ],
758
- "Lock PXE": [
759
- "PXE のロック"
746
+ "Update a rule": [
747
+ "ルールの更新"
760
748
  ],
761
- "Automatically generate PXE configuration to pin a newly discovered host to discovery": [
762
- "新規に検出されたホストを検出に固定するための PXE 設定の自動生成"
749
+ "Upload facts for a host, creating the host if required": [
750
+ "ホストのファクトをアップロードし、必要な場合はホストを作成します"
763
751
  ],
764
- "Locked PXELinux template name": [
765
- "ロックされた PXELinux テンプレート名"
752
+ "When creating hostname patterns, make sure the resulting host names are unique.": [
753
+ "ホスト名パターンの作成時に、生成されるホスト名が一意であることを確認します。"
766
754
  ],
767
- "PXELinux template to be used when pinning a host to discovery": [
768
- "ホストを検出に固定する際に使用される PXELinux テンプレート"
755
+ "can't contain white spaces.": [
756
+ "空白を含めることができません。"
769
757
  ],
770
- "Locked PXEGrub template name": [
771
- "ロックされた PXEGrub テンプレート名"
758
+ "defines a pattern to assign human-readable hostnames to the matching hosts": [
759
+ "人が判読できるホスト名を一致するホストに割り当てるパターンの定義"
772
760
  ],
773
- "PXEGrub template to be used when pinning a host to discovery": [
774
- "ホストを検出に固定する際に使用される PXEGrub テンプレート"
761
+ "documentation": [
762
+ "ドキュメント"
775
763
  ],
776
- "Locked PXEGrub2 template name": [
777
- "ロックされた PXEGrub2 テンプレート名"
764
+ "enables to limit maximum amount of provisioned hosts per rule": [
765
+ "ルール別のプロビジョニングされたホストの最大数の制限を許可"
778
766
  ],
779
- "PXEGrub2 template to be used when pinning a host to discovery": [
780
- "ホストを検出に固定する際に使用される PXEGrub2 テンプレート"
767
+ "filter results": [
768
+ "結果のフィルタリング"
781
769
  ],
782
- "Force DNS": [
783
- "DNS の強制的な実行"
770
+ "flag is used for temporary shutdown of rules": [
771
+ "フラグはルールの一時的な停止に使用されます"
784
772
  ],
785
- "Force DNS entries creation when provisioning discovered host": [
786
- "検出されたホストのプロビジョニング時の DNS エントリーの作成を強制的に実行"
773
+ "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)": [
774
+ "ファクトの最小セットが設定されたホストのファクトを含むハッシュ : discovery_bootif、macaddress_eth0、ipaddress、ipaddress_eth0、interfaces: eth0 (プライマリーインターフェイスの名前が eth0 の場合の例)"
787
775
  ],
788
- "Error on existing NIC": [
789
- "既存の NIC でのエラー"
776
+ "items selected. Uncheck to Clear": [
777
+ "項目が選択されています。クリアするにはチェックを解除してください"
790
778
  ],
791
- "Do not allow to discover existing managed host matching MAC of a provisioning NIC (errors out early)": [
792
- "プロビジョニング NIC の MAC と一致する既存の管理ホストの検出を許可しない (エラーは早い段階で出されます)"
779
+ "location ID for provisioned hosts": [
780
+ "プロビジョニングされたホストのロケーション ID"
793
781
  ],
794
- "Type of name generator": [
795
- "名前ジェネレーターのタイプ"
782
+ "must be present.": [
783
+ "必須です。"
796
784
  ],
797
- "Discovery hostname naming pattern": [
798
- "検出ホスト名の名前パターン"
785
+ "must start with a letter or ERB.": [
786
+ "文字または ERB で開始する必要があります。"
799
787
  ],
800
- "Prefer IPv6": [
801
- "IPv6 を優先します"
788
+ "not required if it's a virtual machine": [
789
+ "仮想マシンの場合は不要です"
802
790
  ],
803
- "Prefer IPv6 to IPv4 when calling discovered nodes": [
804
- "検出されたノードを呼び出す際に、IPv4 よりも IPv6 を優先します。"
791
+ "not required if using a subnet with DHCP proxy": [
792
+ "DHCP プロキシーでサブネットを使用する場合は不要"
805
793
  ],
806
- "Discovery Proxy": [
807
- "検出プロキシー"
794
+ "number of entries per request": [
795
+ "要求ごとのエントリー数"
808
796
  ],
809
- "Discovery Proxy to use within this subnet for managing connection to discovered hosts": [
810
- "検出されたホストへの接続を管理するためにこのサブネット内で使用する検出プロキシー"
797
+ "organization ID for provisioned hosts": [
798
+ "プロビジョニングされたホストの組織 ID"
811
799
  ],
812
- "ID of Discovery Proxy to use within this subnet for managing connection to discovered hosts": [
813
- "検出されたホストへの接続を管理するためにこのサブネット内で使用する検出プロキシーの ID"
800
+ "paginate results": [
801
+ "結果のページネーション"
814
802
  ],
815
- "For more information please see ": [
816
- "詳細は、以下を参照してください: "
803
+ "puts the rules in order, low numbers go first. Must be greater then zero": [
804
+ "ルールを低い数字の順に配置。ゼロより大きい値である必要があります"
817
805
  ],
818
- "documentation": [
819
- "ドキュメント"
806
+ "query to match discovered hosts for the particular rule": [
807
+ "特定ルールの検出されたホストに一致するクエリー"
820
808
  ],
821
- "No discovered hosts found in this context. This page shows discovered bare-metal or virtual nodes waiting to be provisioned.": [
822
- "このコンテキストで検出されたホストはありません。このページでは、プロビジョニングする予定の検出されたベアメタルまたは仮想ノードを表示しています。"
809
+ "represents rule name shown to the users": [
810
+ "ユーザーに表示されるルール名を表します"
823
811
  ],
824
- "Foreman Discovery": [
825
- ""
812
+ "required if host is managed and custom partition has not been defined": [
813
+ "ホストが管理されており、カスタムパーティションが定義されていない場合に必須です"
826
814
  ],
827
- "No Discovery Rules found in this context. Create Discovery Rules to perform automated provisioning on Discovered Hosts": [
828
- "このコンテキストで検出された検出ルールはありません。検出されたホストで自動プロビジョニングを実行するための検出ルールを作成してください。"
815
+ "required if host is managed and value is not inherited from host group": [
816
+ "ホストが管理されており、値がホストグループから継承されていない場合に必須です"
829
817
  ],
830
- "Remote action:": [
831
- "リモートアクション:"
818
+ "required if not imaged based provisioning and host is managed and value is not inherited from host group": [
819
+ "イメージベースのプロビジョニングでない場合で、ホストが管理されており、値がホストグループから継承されていない場合に必須です"
832
820
  ],
833
- "Import Puppet classes": [
834
- "Puppet クラスのインポート"
821
+ "required if value is not inherited from host group or default password in settings": [
822
+ "値がホストグループまたは設定のデフォルトパスワードから継承されていない場合は必須です"
835
823
  ],
836
- "Import facts": [
837
- "ファクトのインポート"
824
+ "sort results": [
825
+ "結果のソート"
838
826
  ],
839
- "Action with sub plans": [
840
- "サブプランによるアクション"
827
+ "the hostgroup that is used to auto provision a host": [
828
+ "ホストの自動プロビジョニングに使用されるホストグループ"
841
829
  ]
842
830
  }
843
831
  }