foreman_discovery 7.0.0 → 7.0.1
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.
- checksums.yaml +4 -4
- data/app/controllers/concerns/foreman/controller/parameters/discovered_host.rb +0 -2
- data/app/controllers/foreman_discovery/concerns/hosts_controller_extensions.rb +18 -0
- data/app/models/nic/managed_extensions.rb +1 -1
- data/db/migrate/20160719124942_add_missing_view_permissions.rb +2 -11
- data/db/migrate/20160818091421_add_permissions_from_default_roles.rb +15 -0
- data/lib/foreman_discovery/engine.rb +2 -0
- data/lib/foreman_discovery/version.rb +1 -1
- data/locale/ca/foreman_discovery.edit.po +152 -145
- data/locale/de/foreman_discovery.edit.po +154 -147
- data/locale/en_GB/foreman_discovery.edit.po +154 -147
- data/locale/es/foreman_discovery.edit.po +154 -147
- data/locale/fr/foreman_discovery.edit.po +154 -147
- data/locale/gl/foreman_discovery.edit.po +151 -144
- data/locale/it/foreman_discovery.edit.po +153 -146
- data/locale/ja/foreman_discovery.edit.po +154 -147
- data/locale/ko/foreman_discovery.edit.po +154 -147
- data/locale/pt_BR/foreman_discovery.edit.po +156 -149
- data/locale/ru/foreman_discovery.edit.po +154 -147
- data/locale/sv_SE/foreman_discovery.edit.po +152 -145
- data/locale/zh_CN/foreman_discovery.edit.po +154 -147
- data/locale/zh_TW/foreman_discovery.edit.po +154 -147
- data/test/functional/foreman_discovery/concerns/hosts_controller_extensions_test.rb +25 -0
- metadata +6 -2
@@ -8,9 +8,9 @@ msgid ""
|
|
8
8
|
msgstr ""
|
9
9
|
"Project-Id-Version: foreman_discovery 7.0.0\n"
|
10
10
|
"Report-Msgid-Bugs-To: \n"
|
11
|
-
"POT-Creation-Date: 2016-
|
12
|
-
"PO-Revision-Date: 2016-08-
|
13
|
-
"Last-Translator:
|
11
|
+
"POT-Creation-Date: 2016-08-30 16:48+0200\n"
|
12
|
+
"PO-Revision-Date: 2016-08-31 08:17+0000\n"
|
13
|
+
"Last-Translator: Lukáš Zapletal\n"
|
14
14
|
"Language-Team: Japanese (http://www.transifex.com/foreman/foreman/language/ja/)\n"
|
15
15
|
"MIME-Version: 1.0\n"
|
16
16
|
"Content-Type: text/plain; charset=UTF-8\n"
|
@@ -18,176 +18,176 @@ msgstr ""
|
|
18
18
|
"Language: ja\n"
|
19
19
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
20
20
|
|
21
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
21
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:16
|
22
22
|
msgid "List all discovered hosts"
|
23
23
|
msgstr "検出されたすべてのホストを一覧表示"
|
24
24
|
|
25
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
26
|
-
#: ../app/controllers/api/v2/discovery_rules_controller.rb:
|
25
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:17
|
26
|
+
#: ../app/controllers/api/v2/discovery_rules_controller.rb:15
|
27
27
|
msgid "filter results"
|
28
28
|
msgstr "結果のフィルター"
|
29
29
|
|
30
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
31
|
-
#: ../app/controllers/api/v2/discovery_rules_controller.rb:
|
30
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:18
|
31
|
+
#: ../app/controllers/api/v2/discovery_rules_controller.rb:16
|
32
32
|
msgid "sort results"
|
33
33
|
msgstr "結果のソート"
|
34
34
|
|
35
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
36
|
-
#: ../app/controllers/api/v2/discovery_rules_controller.rb:
|
35
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:19
|
36
|
+
#: ../app/controllers/api/v2/discovery_rules_controller.rb:17
|
37
37
|
msgid "paginate results"
|
38
38
|
msgstr "結果のページネーション"
|
39
39
|
|
40
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
41
|
-
#: ../app/controllers/api/v2/discovery_rules_controller.rb:
|
40
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:20
|
41
|
+
#: ../app/controllers/api/v2/discovery_rules_controller.rb:18
|
42
42
|
msgid "number of entries per request"
|
43
43
|
msgstr "要求ごとのエントリー数"
|
44
44
|
|
45
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
45
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:26
|
46
46
|
msgid "Show a discovered host"
|
47
47
|
msgstr "検出されたホストの表示"
|
48
48
|
|
49
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
49
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:40
|
50
50
|
msgid "Create a discovered host for testing (use /facts to create new hosts)"
|
51
51
|
msgstr "テストのために検出済みホストを作成 (新規ホストを作成する場合は /facts を使用)"
|
52
52
|
|
53
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
53
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:48
|
54
54
|
msgid "Provision a discovered host"
|
55
55
|
msgstr "検出されたホストのプロビジョニング"
|
56
56
|
|
57
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
57
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:53
|
58
58
|
msgid "not required if using a subnet with DHCP proxy"
|
59
59
|
msgstr "DHCP プロキシーを使用するサブネットを使用する場合は不要です"
|
60
60
|
|
61
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
61
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:54
|
62
62
|
msgid "not required if it's a virtual machine"
|
63
63
|
msgstr "仮想マシンの場合は不要です"
|
64
64
|
|
65
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
65
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:74
|
66
66
|
msgid ""
|
67
67
|
"UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
|
68
68
|
msgstr "オーケストレーションタスクの状態を追跡するための UUID。GET /api/orchestration/:UUID/tasks"
|
69
69
|
|
70
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
70
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:76
|
71
71
|
msgid ""
|
72
72
|
"required if value is not inherited from host group or default password in "
|
73
73
|
"settings"
|
74
74
|
msgstr "値がホストグループから継承されていないか、または設定済みのデフォルトパスワードである場合に必要です"
|
75
75
|
|
76
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
76
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:86
|
77
77
|
msgid "Delete a discovered host"
|
78
78
|
msgstr "検出されたホストの削除"
|
79
79
|
|
80
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
80
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:93
|
81
81
|
msgid "Upload facts for a host, creating the host if required"
|
82
82
|
msgstr "ホストのファクトをアップロードし、必要な場合はホストを作成します"
|
83
83
|
|
84
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
84
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:94
|
85
85
|
msgid ""
|
86
86
|
"hash containing facts for the host with minimum set of facts: "
|
87
87
|
"discovery_bootif, macaddress_eth0, ipaddress, ipaddress_eth0, interfaces: "
|
88
88
|
"eth0 (example in case primary interface is named eth0)"
|
89
89
|
msgstr "ファクトの最小セットがあるホスト向けファクトを含むハッシュ: discovery_bootif, macaddress_eth0, ipaddress, ipaddress_eth0, interfaces: eth0 (プライマリーインターフェースの名前が eth0 の場合の例)"
|
90
90
|
|
91
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
91
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:111
|
92
92
|
msgid "Execute rules against a discovered host"
|
93
93
|
msgstr "検出されたホストに対してルールを実行"
|
94
94
|
|
95
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
96
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
95
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:117
|
96
|
+
#: ../app/controllers/discovered_hosts_controller.rb:165
|
97
97
|
msgid "Host %{host} was provisioned with rule %{rule}"
|
98
98
|
msgstr "ルール %{rule} でホスト %{host} がプロビジョニングされました"
|
99
99
|
|
100
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
100
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:120
|
101
101
|
msgid "Unable to provision %{host}: %{errors}"
|
102
102
|
msgstr "%{host} をプロビジョニングできません: %{errors}"
|
103
103
|
|
104
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
105
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
104
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:126
|
105
|
+
#: ../app/controllers/discovered_hosts_controller.rb:172
|
106
106
|
msgid "No rule found for host %s"
|
107
107
|
msgstr "ホスト %s のルールが見つかりませんでした"
|
108
108
|
|
109
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
109
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:133
|
110
110
|
msgid "Execute rules against all currently discovered hosts"
|
111
111
|
msgstr "現在検出されているすべてのホストに対してルールを実行"
|
112
112
|
|
113
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
114
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
113
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:137
|
114
|
+
#: ../app/controllers/discovered_hosts_controller.rb:178
|
115
115
|
msgid "Errors during auto provisioning: %s"
|
116
116
|
msgstr "自動プロビジョニング時のエラー: %s"
|
117
117
|
|
118
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
119
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
118
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:140
|
119
|
+
#: ../app/controllers/discovered_hosts_controller.rb:181
|
120
120
|
msgid "No discovered hosts to provision"
|
121
121
|
msgstr "プロビジョニングする検出されたホストがありません"
|
122
122
|
|
123
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
123
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:162
|
124
124
|
msgid "%s discovered hosts were provisioned"
|
125
125
|
msgstr "%s 検出済みホストがプロビジョニングされました"
|
126
126
|
|
127
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
127
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:173
|
128
128
|
msgid "Refreshing the facts of a discovered host"
|
129
129
|
msgstr "検出されたホストのファクトを更新中"
|
130
130
|
|
131
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
131
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:182
|
132
132
|
msgid "Rebooting a discovered host"
|
133
133
|
msgstr "検出されたホストを再起動中"
|
134
134
|
|
135
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
135
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:191
|
136
136
|
msgid "Rebooting all discovered hosts"
|
137
137
|
msgstr "検出されたすべてのホストを再起動中"
|
138
138
|
|
139
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
140
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
139
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:202
|
140
|
+
#: ../app/controllers/discovered_hosts_controller.rb:123
|
141
141
|
msgid "Discovered hosts are rebooting now"
|
142
142
|
msgstr "現在、検出されたホストを再起動中です"
|
143
143
|
|
144
|
-
#: ../app/controllers/api/v2/discovery_rules_controller.rb:
|
144
|
+
#: ../app/controllers/api/v2/discovery_rules_controller.rb:14
|
145
145
|
msgid "List all discovery rules"
|
146
146
|
msgstr "すべての検出ルールを一覧表示"
|
147
147
|
|
148
|
-
#: ../app/controllers/api/v2/discovery_rules_controller.rb:
|
148
|
+
#: ../app/controllers/api/v2/discovery_rules_controller.rb:24
|
149
149
|
msgid "Show a discovery rule"
|
150
150
|
msgstr "検出ルールの表示"
|
151
151
|
|
152
|
-
#: ../app/controllers/api/v2/discovery_rules_controller.rb:
|
152
|
+
#: ../app/controllers/api/v2/discovery_rules_controller.rb:32
|
153
153
|
msgid "represents rule name shown to the users"
|
154
154
|
msgstr "ユーザーに表示されるルール名を表示します"
|
155
155
|
|
156
|
-
#: ../app/controllers/api/v2/discovery_rules_controller.rb:
|
156
|
+
#: ../app/controllers/api/v2/discovery_rules_controller.rb:33
|
157
157
|
msgid "query to match discovered hosts for the particular rule"
|
158
158
|
msgstr "特定のルールについて検出されたホストに一致するクエリー"
|
159
159
|
|
160
|
-
#: ../app/controllers/api/v2/discovery_rules_controller.rb:
|
160
|
+
#: ../app/controllers/api/v2/discovery_rules_controller.rb:34
|
161
161
|
msgid "the hostgroup that is used to auto provision a host"
|
162
162
|
msgstr "ホストの自動プロビジョニングに使用されるホストグループ"
|
163
163
|
|
164
|
-
#: ../app/controllers/api/v2/discovery_rules_controller.rb:
|
164
|
+
#: ../app/controllers/api/v2/discovery_rules_controller.rb:35
|
165
165
|
msgid ""
|
166
166
|
"defines a pattern to assign human-readable hostnames to the matching hosts"
|
167
167
|
msgstr "ヒューマンリーダブルなホスト名を一致するホストに割り当てるパターンを定義します"
|
168
168
|
|
169
|
-
#: ../app/controllers/api/v2/discovery_rules_controller.rb:
|
169
|
+
#: ../app/controllers/api/v2/discovery_rules_controller.rb:36
|
170
170
|
msgid "enables to limit maximum amount of provisioned hosts per rule"
|
171
171
|
msgstr "ルールによってプロビジョニングされるホストの最大数量の制限を可能にします"
|
172
172
|
|
173
|
-
#: ../app/controllers/api/v2/discovery_rules_controller.rb:
|
173
|
+
#: ../app/controllers/api/v2/discovery_rules_controller.rb:37
|
174
174
|
msgid ""
|
175
175
|
"puts the rules in order, low numbers go first. Must be greater then zero"
|
176
176
|
msgstr "ルールを順番に配置します。低い数字が先に来ます。数値はゼロより大きくなければなりません"
|
177
177
|
|
178
|
-
#: ../app/controllers/api/v2/discovery_rules_controller.rb:
|
178
|
+
#: ../app/controllers/api/v2/discovery_rules_controller.rb:38
|
179
179
|
msgid "flag is used for temporary shutdown of rules"
|
180
180
|
msgstr "フラグはルールの一時停止に使用されます"
|
181
181
|
|
182
|
-
#: ../app/controllers/api/v2/discovery_rules_controller.rb:
|
182
|
+
#: ../app/controllers/api/v2/discovery_rules_controller.rb:43
|
183
183
|
msgid "Create a discovery rule"
|
184
184
|
msgstr "検出ルールの作成"
|
185
185
|
|
186
|
-
#: ../app/controllers/api/v2/discovery_rules_controller.rb:
|
186
|
+
#: ../app/controllers/api/v2/discovery_rules_controller.rb:51
|
187
187
|
msgid "Update a rule"
|
188
188
|
msgstr "ルールの更新"
|
189
189
|
|
190
|
-
#: ../app/controllers/api/v2/discovery_rules_controller.rb:
|
190
|
+
#: ../app/controllers/api/v2/discovery_rules_controller.rb:59
|
191
191
|
msgid "Delete a rule"
|
192
192
|
msgstr "ルールの削除"
|
193
193
|
|
@@ -211,103 +211,103 @@ msgstr "再起動中のエラー: %s"
|
|
211
211
|
msgid "No discovered hosts to reboot"
|
212
212
|
msgstr "再起動する検出済みホストがありません"
|
213
213
|
|
214
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
214
|
+
#: ../app/controllers/discovered_hosts_controller.rb:59
|
215
215
|
msgid "Successfully provisioned %s"
|
216
216
|
msgstr ""
|
217
217
|
|
218
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
218
|
+
#: ../app/controllers/discovered_hosts_controller.rb:91
|
219
219
|
msgid "Facts refreshed for %s"
|
220
220
|
msgstr "%s について更新されたファクト"
|
221
221
|
|
222
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
222
|
+
#: ../app/controllers/discovered_hosts_controller.rb:93
|
223
223
|
msgid "Failed to refresh facts for %s"
|
224
224
|
msgstr "%s のファクトの更新に失敗しました"
|
225
225
|
|
226
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
226
|
+
#: ../app/controllers/discovered_hosts_controller.rb:96
|
227
227
|
msgid "Failed to refresh facts for %{hostname} with error %{error_message}"
|
228
228
|
msgstr "エラー %{error_message} のため、%{hostname} のファクトの更新に失敗しました"
|
229
229
|
|
230
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
230
|
+
#: ../app/controllers/discovered_hosts_controller.rb:103
|
231
231
|
msgid "Host of type %s can not be rebooted"
|
232
232
|
msgstr "タイプ %s のホストは再起動できません"
|
233
233
|
|
234
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
234
|
+
#: ../app/controllers/discovered_hosts_controller.rb:107
|
235
235
|
msgid "Rebooting host %s"
|
236
236
|
msgstr "ホスト %s を再起動中"
|
237
237
|
|
238
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
238
|
+
#: ../app/controllers/discovered_hosts_controller.rb:109
|
239
239
|
msgid "Failed to reboot host %s"
|
240
240
|
msgstr "ホスト %s の再起動に失敗しました"
|
241
241
|
|
242
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
242
|
+
#: ../app/controllers/discovered_hosts_controller.rb:112
|
243
243
|
msgid "Failed to reboot host %{hostname} with error %{error_message}"
|
244
244
|
msgstr "エラー %{error_message} を出してホスト %{hostname} の再起動に失敗しました。"
|
245
245
|
|
246
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
246
|
+
#: ../app/controllers/discovered_hosts_controller.rb:126
|
247
247
|
msgid "Failed to reboot hosts with error %s"
|
248
248
|
msgstr " エラー %s のため、ホストの再起動に失敗しました"
|
249
249
|
|
250
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
250
|
+
#: ../app/controllers/discovered_hosts_controller.rb:140
|
251
251
|
msgid "Destroyed selected hosts"
|
252
252
|
msgstr "破棄された選択ホスト"
|
253
253
|
|
254
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
254
|
+
#: ../app/controllers/discovered_hosts_controller.rb:142
|
255
255
|
msgid "The following hosts were not deleted: %s"
|
256
256
|
msgstr "以下のホストが削除されました: %s"
|
257
257
|
|
258
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
258
|
+
#: ../app/controllers/discovered_hosts_controller.rb:169
|
259
259
|
msgid "Failed to auto provision host %s: %s"
|
260
260
|
msgstr "ホスト %s の自動プロビジョニングに失敗しました: %s"
|
261
261
|
|
262
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
262
|
+
#: ../app/controllers/discovered_hosts_controller.rb:197
|
263
263
|
msgid "Discovered hosts are provisioning now"
|
264
264
|
msgstr "現在、検出されたホストのプロビジョニングが実行されています"
|
265
265
|
|
266
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
266
|
+
#: ../app/controllers/discovered_hosts_controller.rb:226
|
267
267
|
msgid "Highlights"
|
268
268
|
msgstr ""
|
269
269
|
|
270
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
270
|
+
#: ../app/controllers/discovered_hosts_controller.rb:226
|
271
271
|
msgid "Storage"
|
272
272
|
msgstr ""
|
273
273
|
|
274
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
274
|
+
#: ../app/controllers/discovered_hosts_controller.rb:226
|
275
275
|
msgid "Hardware"
|
276
276
|
msgstr ""
|
277
277
|
|
278
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
278
|
+
#: ../app/controllers/discovered_hosts_controller.rb:226
|
279
279
|
msgid "Network"
|
280
280
|
msgstr ""
|
281
281
|
|
282
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
282
|
+
#: ../app/controllers/discovered_hosts_controller.rb:226
|
283
283
|
msgid "Software"
|
284
284
|
msgstr ""
|
285
285
|
|
286
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
286
|
+
#: ../app/controllers/discovered_hosts_controller.rb:226
|
287
287
|
msgid "IPMI"
|
288
288
|
msgstr ""
|
289
289
|
|
290
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
290
|
+
#: ../app/controllers/discovered_hosts_controller.rb:226
|
291
291
|
msgid "Miscellaneous"
|
292
292
|
msgstr ""
|
293
293
|
|
294
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
294
|
+
#: ../app/controllers/discovered_hosts_controller.rb:303
|
295
295
|
msgid "No hosts were found with that id or name"
|
296
296
|
msgstr "該当する ID または名前のホストが見つかりませんでした"
|
297
297
|
|
298
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
298
|
+
#: ../app/controllers/discovered_hosts_controller.rb:307
|
299
299
|
msgid "No hosts selected"
|
300
300
|
msgstr "ホストが選択されていません"
|
301
301
|
|
302
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
302
|
+
#: ../app/controllers/discovered_hosts_controller.rb:313
|
303
303
|
msgid "Something went wrong while selecting hosts - %s"
|
304
304
|
msgstr "ホストの選択中に問題が発生しました - %s"
|
305
305
|
|
306
|
-
#: ../app/controllers/discovery_rules_controller.rb:
|
306
|
+
#: ../app/controllers/discovery_rules_controller.rb:68
|
307
307
|
msgid "Rule enabled"
|
308
308
|
msgstr "ルールの有効化"
|
309
309
|
|
310
|
-
#: ../app/controllers/discovery_rules_controller.rb:
|
310
|
+
#: ../app/controllers/discovery_rules_controller.rb:68
|
311
311
|
msgid "Rule disabled"
|
312
312
|
msgstr "ルールの無効化"
|
313
313
|
|
@@ -316,76 +316,75 @@ msgid "%s ago"
|
|
316
316
|
msgstr "%s 前"
|
317
317
|
|
318
318
|
#: ../app/helpers/discovered_hosts_helper.rb:14
|
319
|
-
#: ../app/
|
320
|
-
msgid "Provision"
|
321
|
-
msgstr "プロビジョニング"
|
322
|
-
|
323
|
-
#: ../app/helpers/discovered_hosts_helper.rb:15
|
324
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:74
|
319
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:46
|
325
320
|
msgid "Auto Provision"
|
326
321
|
msgstr "自動プロビジョニング"
|
327
322
|
|
328
|
-
#: ../app/helpers/discovered_hosts_helper.rb:
|
329
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
323
|
+
#: ../app/helpers/discovered_hosts_helper.rb:15
|
324
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:47
|
330
325
|
msgid "Refresh facts"
|
331
326
|
msgstr "ファクトの更新"
|
332
327
|
|
333
|
-
#: ../app/helpers/discovered_hosts_helper.rb:
|
328
|
+
#: ../app/helpers/discovered_hosts_helper.rb:16
|
334
329
|
#: ../app/models/setting/discovered.rb:23
|
335
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
330
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:48
|
336
331
|
msgid "Reboot"
|
337
332
|
msgstr "再起動"
|
338
333
|
|
339
|
-
#: ../app/helpers/discovered_hosts_helper.rb:
|
334
|
+
#: ../app/helpers/discovered_hosts_helper.rb:19
|
340
335
|
msgid "Back"
|
341
336
|
msgstr "戻る"
|
342
337
|
|
343
|
-
#: ../app/helpers/discovered_hosts_helper.rb:
|
344
|
-
#: ../app/helpers/discovered_hosts_helper.rb:
|
338
|
+
#: ../app/helpers/discovered_hosts_helper.rb:21
|
339
|
+
#: ../app/helpers/discovered_hosts_helper.rb:38
|
345
340
|
msgid "Select Action"
|
346
341
|
msgstr "アクションの選択"
|
347
342
|
|
348
|
-
#: ../app/helpers/discovered_hosts_helper.rb:
|
343
|
+
#: ../app/helpers/discovered_hosts_helper.rb:23
|
349
344
|
msgid "Expand All"
|
350
345
|
msgstr "すべて展開"
|
351
346
|
|
352
|
-
#: ../app/helpers/discovered_hosts_helper.rb:
|
353
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
347
|
+
#: ../app/helpers/discovered_hosts_helper.rb:28
|
348
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:49
|
354
349
|
msgid "Delete %s?"
|
355
350
|
msgstr "%s を削除しますか?"
|
356
351
|
|
357
|
-
#: ../app/helpers/discovered_hosts_helper.rb:
|
352
|
+
#: ../app/helpers/discovered_hosts_helper.rb:34
|
358
353
|
msgid "Delete hosts"
|
359
354
|
msgstr "ホストの削除"
|
360
355
|
|
361
|
-
#: ../app/helpers/discovered_hosts_helper.rb:
|
356
|
+
#: ../app/helpers/discovered_hosts_helper.rb:35
|
362
357
|
msgid "Assign Organization"
|
363
358
|
msgstr "組織の割り当て"
|
364
359
|
|
365
|
-
#: ../app/helpers/discovered_hosts_helper.rb:
|
360
|
+
#: ../app/helpers/discovered_hosts_helper.rb:36
|
366
361
|
msgid "Assign Location"
|
367
362
|
msgstr "ロケーションの割り当て"
|
368
363
|
|
369
|
-
#: ../app/helpers/discovered_hosts_helper.rb:
|
364
|
+
#: ../app/helpers/discovered_hosts_helper.rb:40
|
370
365
|
msgid "%s - The following hosts are about to be changed"
|
371
366
|
msgstr "%s - 以下のホストはすぐに変更されます"
|
372
367
|
|
373
|
-
#: ../app/helpers/discovered_hosts_helper.rb:
|
368
|
+
#: ../app/helpers/discovered_hosts_helper.rb:49
|
374
369
|
msgid "N/A"
|
375
370
|
msgstr "N/A"
|
376
371
|
|
377
|
-
#: ../app/helpers/discovered_hosts_helper.rb:
|
372
|
+
#: ../app/helpers/discovered_hosts_helper.rb:61
|
378
373
|
msgid "New in the last 24 hours"
|
379
374
|
msgstr "過去 24 時間で新規"
|
380
375
|
|
381
|
-
#: ../app/helpers/discovered_hosts_helper.rb:
|
376
|
+
#: ../app/helpers/discovered_hosts_helper.rb:65
|
382
377
|
msgid "Not reported in more than 7 days"
|
383
378
|
msgstr "7 日間を超えて報告されていません"
|
384
379
|
|
385
|
-
#: ../app/helpers/discovered_hosts_helper.rb:
|
380
|
+
#: ../app/helpers/discovered_hosts_helper.rb:69
|
386
381
|
msgid "Reported in the last 7 days"
|
387
382
|
msgstr "過去 7 日間以内に報告済み"
|
388
383
|
|
384
|
+
#: ../app/helpers/discovered_hosts_helper.rb:93
|
385
|
+
msgid "Provision"
|
386
|
+
msgstr "プロビジョニング"
|
387
|
+
|
389
388
|
#: ../app/helpers/discovery_rules_helper.rb:26
|
390
389
|
msgid "Discovered Hosts"
|
391
390
|
msgstr ""
|
@@ -422,87 +421,83 @@ msgstr "ユーザーに有効な電子メールを指定する必要がありま
|
|
422
421
|
msgid "Discovered hosts summary"
|
423
422
|
msgstr ""
|
424
423
|
|
425
|
-
#: ../app/models/discovery_rule.rb:
|
424
|
+
#: ../app/models/discovery_rule.rb:9
|
426
425
|
msgid "can't contain white spaces."
|
427
426
|
msgstr "空白を含めることはできません。"
|
428
427
|
|
429
|
-
#: ../app/models/discovery_rule.rb:
|
428
|
+
#: ../app/models/discovery_rule.rb:11
|
430
429
|
msgid "must start with a letter or ERB."
|
431
430
|
msgstr "文字または ERB で始まる必要があります。"
|
432
431
|
|
433
|
-
#: ../app/models/discovery_rule.rb:
|
432
|
+
#: ../app/models/discovery_rule.rb:45
|
434
433
|
msgid ""
|
435
434
|
"Host group organization %s must also be associated to the discovery rule"
|
436
435
|
msgid_plural ""
|
437
436
|
"Host group organizations %s must also be associated to the discovery rule"
|
438
437
|
msgstr[0] ""
|
439
438
|
|
440
|
-
#: ../app/models/discovery_rule.rb:
|
439
|
+
#: ../app/models/discovery_rule.rb:51
|
441
440
|
msgid "Host group location %s must also be associated to the discovery rule"
|
442
441
|
msgid_plural ""
|
443
442
|
"Host group locations %s must also be associated to the discovery rule"
|
444
443
|
msgstr[0] ""
|
445
444
|
|
446
|
-
#: ../app/models/host/discovered.rb:
|
445
|
+
#: ../app/models/host/discovered.rb:33
|
447
446
|
msgid "Invalid facts, must be a Hash"
|
448
447
|
msgstr "無効なファクトです。ハッシュにする必要があります"
|
449
448
|
|
450
|
-
#: ../app/models/host/discovered.rb:
|
449
|
+
#: ../app/models/host/discovered.rb:38
|
451
450
|
msgid ""
|
452
451
|
"Expected discovery_fact '%s' is missing, unable to detect primary interface "
|
453
452
|
"and set hostname"
|
454
453
|
msgstr "期待される discovery_fact '%s' が不明です。プライマリーインターフェースを検出し、ホスト名を設定できません"
|
455
454
|
|
456
|
-
#: ../app/models/host/discovered.rb:
|
455
|
+
#: ../app/models/host/discovered.rb:45
|
457
456
|
msgid ""
|
458
457
|
"Invalid facts: hash does not contain a valid value for any of the facts in "
|
459
458
|
"the discovery_hostname setting: %s"
|
460
459
|
msgstr ""
|
461
460
|
|
462
|
-
#: ../app/models/host/discovered.rb:
|
461
|
+
#: ../app/models/host/discovered.rb:62
|
463
462
|
msgid "Facts could not be imported"
|
464
463
|
msgstr ""
|
465
464
|
|
466
|
-
#: ../app/models/host/discovered.rb:
|
465
|
+
#: ../app/models/host/discovered.rb:112
|
467
466
|
msgid "Unable to assign subnet, primary interface is missing IP address"
|
468
467
|
msgstr "サブネットを割り当てることができません。プライマリーインターフェースに IP アドレスがありません"
|
469
468
|
|
470
|
-
#: ../app/models/host/discovered.rb:
|
469
|
+
#: ../app/models/host/discovered.rb:166
|
471
470
|
msgid "Could not get facts from proxy %{url}: %{error}"
|
472
471
|
msgstr "プロキシー %{url} からファクトを取得できませんでした: %{error}"
|
473
472
|
|
474
|
-
#: ../app/models/host/discovered.rb:
|
473
|
+
#: ../app/models/host/discovered.rb:182
|
475
474
|
msgid "Unable to reboot %{name} via %{url}: %{msg}"
|
476
475
|
msgstr "%{url} から %{name} を再起動できません: %{msg}"
|
477
476
|
|
478
|
-
#: ../app/models/host/discovered.rb:
|
477
|
+
#: ../app/models/host/discovered.rb:190
|
479
478
|
msgid "Unable to perform kexec on %{name} via %{url}: %{msg}"
|
480
479
|
msgstr "%{url} から %{name} で kexec を実行できません: %{msg}"
|
481
480
|
|
482
|
-
#: ../app/models/host/discovered.rb:
|
481
|
+
#: ../app/models/host/discovered.rb:209
|
483
482
|
msgid "Invalid hostname: Could not normalize the hostname"
|
484
483
|
msgstr ""
|
485
484
|
|
486
|
-
#: ../app/models/host/managed_extensions.rb:
|
485
|
+
#: ../app/models/host/managed_extensions.rb:23
|
487
486
|
msgid "Reloading kernel on %s"
|
488
487
|
msgstr "%s でカーネルをリロード中"
|
489
488
|
|
490
|
-
#: ../app/models/host/managed_extensions.rb:
|
489
|
+
#: ../app/models/host/managed_extensions.rb:25
|
491
490
|
msgid "Rebooting %s"
|
492
491
|
msgstr "%s を再起動中"
|
493
492
|
|
494
493
|
#: ../app/models/host/managed_extensions.rb:45
|
495
|
-
msgid "Operating system not set for host/hostgroup"
|
496
|
-
msgstr "ホスト/ホストグループのオペレーティングシステムが設定されていません"
|
497
|
-
|
498
|
-
#: ../app/models/host/managed_extensions.rb:47
|
499
|
-
msgid "Medium not set for host/hostgroup"
|
500
|
-
msgstr "ホスト/ホストグループのメディアが設定されていません"
|
501
|
-
|
502
|
-
#: ../app/models/host/managed_extensions.rb:54
|
503
494
|
msgid "Kexec template not associated with operating system"
|
504
495
|
msgstr "Kexec テンプレートがオペレーティングシステムに関連付けられていません"
|
505
496
|
|
497
|
+
#: ../app/models/nic/managed_extensions.rb:14
|
498
|
+
msgid "Rebuild DNS for %s"
|
499
|
+
msgstr ""
|
500
|
+
|
506
501
|
#: ../app/models/setting/discovered.rb:19
|
507
502
|
msgid "Fact name to use for primary interface detection"
|
508
503
|
msgstr ""
|
@@ -623,19 +618,27 @@ msgstr ""
|
|
623
618
|
msgid "Locked template name"
|
624
619
|
msgstr ""
|
625
620
|
|
626
|
-
#: ../app/models/setting/discovered.rb:
|
621
|
+
#: ../app/models/setting/discovered.rb:34
|
622
|
+
msgid "Force DNS entries creation when provisioning discovered host"
|
623
|
+
msgstr ""
|
624
|
+
|
625
|
+
#: ../app/models/setting/discovered.rb:34
|
626
|
+
msgid "Force DNS"
|
627
|
+
msgstr ""
|
628
|
+
|
629
|
+
#: ../app/models/setting/discovered.rb:41
|
627
630
|
msgid "The default location to place discovered hosts in"
|
628
631
|
msgstr "検出されたホストを配置するデフォルトのロケーション"
|
629
632
|
|
630
|
-
#: ../app/models/setting/discovered.rb:
|
633
|
+
#: ../app/models/setting/discovered.rb:41
|
631
634
|
msgid "Discovery location"
|
632
635
|
msgstr ""
|
633
636
|
|
634
|
-
#: ../app/models/setting/discovered.rb:
|
637
|
+
#: ../app/models/setting/discovered.rb:49
|
635
638
|
msgid "The default organization to place discovered hosts in"
|
636
639
|
msgstr "検出されたホストを配置するデフォルトの組織"
|
637
640
|
|
638
|
-
#: ../app/models/setting/discovered.rb:
|
641
|
+
#: ../app/models/setting/discovered.rb:49
|
639
642
|
msgid "Discovery organization"
|
640
643
|
msgstr ""
|
641
644
|
|
@@ -683,6 +686,18 @@ msgstr "CPU"
|
|
683
686
|
msgid "Memory"
|
684
687
|
msgstr "メモリー"
|
685
688
|
|
689
|
+
#: ../app/views/discovered_hosts/_discovered_host_modal.html.erb:7
|
690
|
+
msgid "Select initial host properties"
|
691
|
+
msgstr ""
|
692
|
+
|
693
|
+
#: ../app/views/discovered_hosts/_discovered_host_modal.html.erb:24
|
694
|
+
msgid "Quick create"
|
695
|
+
msgstr ""
|
696
|
+
|
697
|
+
#: ../app/views/discovered_hosts/_discovered_host_modal.html.erb:25
|
698
|
+
msgid "Create host"
|
699
|
+
msgstr ""
|
700
|
+
|
686
701
|
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:2
|
687
702
|
#: ../lib/foreman_discovery/engine.rb:147
|
688
703
|
msgid "Discovered hosts"
|
@@ -739,27 +754,15 @@ msgstr "サブネット"
|
|
739
754
|
msgid "Last facts upload"
|
740
755
|
msgstr "最終ファクトのアップロード"
|
741
756
|
|
742
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
743
|
-
msgid "Select initial host properties"
|
744
|
-
msgstr ""
|
745
|
-
|
746
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:65
|
747
|
-
msgid "Quick create"
|
748
|
-
msgstr ""
|
749
|
-
|
750
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:66
|
751
|
-
msgid "Create host"
|
752
|
-
msgstr ""
|
753
|
-
|
754
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:88
|
757
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:60
|
755
758
|
msgid "Please Confirm"
|
756
759
|
msgstr "確認してください"
|
757
760
|
|
758
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
761
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:66
|
759
762
|
msgid "Cancel"
|
760
763
|
msgstr "取り消し"
|
761
764
|
|
762
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
765
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:67
|
763
766
|
msgid "Submit"
|
764
767
|
msgstr "送信"
|
765
768
|
|
@@ -793,19 +796,23 @@ msgstr "組織の選択"
|
|
793
796
|
msgid "Discovered host: %s"
|
794
797
|
msgstr "検出されたホスト: %s"
|
795
798
|
|
796
|
-
#: ../app/views/discovered_hosts/show.html.erb:
|
799
|
+
#: ../app/views/discovered_hosts/show.html.erb:34
|
797
800
|
msgid "Interfaces"
|
798
801
|
msgstr "インターフェース"
|
799
802
|
|
800
|
-
#: ../app/views/discovered_hosts/show.html.erb:
|
803
|
+
#: ../app/views/discovered_hosts/show.html.erb:41
|
804
|
+
msgid "Type"
|
805
|
+
msgstr ""
|
806
|
+
|
807
|
+
#: ../app/views/discovered_hosts/show.html.erb:42
|
801
808
|
msgid "Identifier"
|
802
809
|
msgstr "識別子"
|
803
810
|
|
804
|
-
#: ../app/views/discovered_hosts/show.html.erb:
|
811
|
+
#: ../app/views/discovered_hosts/show.html.erb:43
|
805
812
|
msgid "MAC address"
|
806
813
|
msgstr "MAC アドレス"
|
807
814
|
|
808
|
-
#: ../app/views/discovered_hosts/show.html.erb:
|
815
|
+
#: ../app/views/discovered_hosts/show.html.erb:44
|
809
816
|
msgid "IP address"
|
810
817
|
msgstr "IP アドレス"
|
811
818
|
|
@@ -953,6 +960,6 @@ msgstr ""
|
|
953
960
|
msgid "Discovery rules"
|
954
961
|
msgstr "検出ルール"
|
955
962
|
|
956
|
-
#: ../lib/foreman_discovery/engine.rb:
|
963
|
+
#: ../lib/foreman_discovery/engine.rb:162
|
957
964
|
msgid "Discovery widget"
|
958
965
|
msgstr "検出ウィジェット"
|