foreman_discovery 22.0.2 → 23.0.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.
- checksums.yaml +4 -4
- data/app/assets/javascripts/foreman_discovery/locale/ca/foreman_discovery.js +847 -0
- data/app/assets/javascripts/foreman_discovery/locale/cs_CZ/foreman_discovery.js +847 -0
- data/app/assets/javascripts/foreman_discovery/locale/de/foreman_discovery.js +847 -0
- data/app/assets/javascripts/foreman_discovery/locale/en/foreman_discovery.js +846 -0
- data/app/assets/javascripts/foreman_discovery/locale/en_GB/foreman_discovery.js +847 -0
- data/app/assets/javascripts/foreman_discovery/locale/es/foreman_discovery.js +850 -0
- data/app/assets/javascripts/foreman_discovery/locale/fr/foreman_discovery.js +850 -0
- data/app/assets/javascripts/foreman_discovery/locale/gl/foreman_discovery.js +847 -0
- data/app/assets/javascripts/foreman_discovery/locale/it/foreman_discovery.js +847 -0
- data/app/assets/javascripts/foreman_discovery/locale/ja/foreman_discovery.js +844 -0
- data/app/assets/javascripts/foreman_discovery/locale/ka/foreman_discovery.js +847 -0
- data/app/assets/javascripts/foreman_discovery/locale/ko/foreman_discovery.js +847 -0
- data/app/assets/javascripts/foreman_discovery/locale/pt_BR/foreman_discovery.js +850 -0
- data/app/assets/javascripts/foreman_discovery/locale/ru/foreman_discovery.js +851 -0
- data/app/assets/javascripts/foreman_discovery/locale/sv_SE/foreman_discovery.js +847 -0
- data/app/assets/javascripts/foreman_discovery/locale/zh_CN/foreman_discovery.js +844 -0
- data/app/assets/javascripts/foreman_discovery/locale/zh_TW/foreman_discovery.js +847 -0
- data/app/controllers/discovered_hosts_controller.rb +5 -1
- data/app/helpers/discovered_hosts_helper.rb +9 -2
- data/app/models/host/discovered.rb +3 -3
- data/app/services/foreman_discovery/import_hooks/lock_templates.rb +1 -1
- data/app/services/foreman_discovery/node_api/node_resource.rb +5 -5
- data/app/services/foreman_discovery/ui_notifications/failed_discovery.rb +1 -1
- data/app/views/discovered_hosts/_discovered_host.html.erb +1 -1
- data/app/views/discovered_hosts/_discovered_hosts_list.html.erb +1 -1
- data/db/migrate/20221102065954_fix_discovery_settings_category_to_dsl.rb +1 -1
- data/db/migrate/20221102075151_migrate_discovery_hostname_and_fact_column_to_array.rb +13 -0
- data/extra/discover-host +1 -1
- data/lib/foreman_discovery/engine.rb +8 -20
- 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 +1122 -0
- data/locale/ca/foreman_discovery.po +22 -10
- data/locale/cs_CZ/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/cs_CZ/foreman_discovery.edit.po +1120 -0
- data/locale/cs_CZ/foreman_discovery.po +846 -0
- data/locale/de/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/de/foreman_discovery.edit.po +1129 -0
- data/locale/de/foreman_discovery.po +22 -10
- data/locale/en/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/en/foreman_discovery.edit.po +1115 -0
- data/locale/en/foreman_discovery.po +19 -7
- data/locale/en_GB/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/en_GB/foreman_discovery.edit.po +1125 -0
- data/locale/en_GB/foreman_discovery.po +22 -10
- data/locale/es/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/es/foreman_discovery.edit.po +1130 -0
- data/locale/es/foreman_discovery.po +81 -65
- data/locale/foreman_discovery.pot +231 -211
- data/locale/fr/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/fr/foreman_discovery.edit.po +1126 -0
- data/locale/fr/foreman_discovery.po +35 -19
- data/locale/gl/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/gl/foreman_discovery.edit.po +1120 -0
- data/locale/gl/foreman_discovery.po +19 -7
- data/locale/it/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/it/foreman_discovery.edit.po +1123 -0
- data/locale/it/foreman_discovery.po +21 -8
- data/locale/ja/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ja/foreman_discovery.edit.po +1119 -0
- data/locale/ja/foreman_discovery.po +34 -22
- data/locale/ka/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ka/foreman_discovery.edit.po +1120 -0
- data/locale/ka/foreman_discovery.po +846 -0
- data/locale/ko/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ko/foreman_discovery.edit.po +1119 -0
- data/locale/ko/foreman_discovery.po +20 -8
- data/locale/pt_BR/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/pt_BR/foreman_discovery.edit.po +1132 -0
- data/locale/pt_BR/foreman_discovery.po +61 -45
- data/locale/ru/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ru/foreman_discovery.edit.po +1131 -0
- data/locale/ru/foreman_discovery.po +21 -9
- data/locale/sv_SE/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/sv_SE/foreman_discovery.edit.po +1123 -0
- data/locale/sv_SE/foreman_discovery.po +19 -7
- data/locale/zh_CN/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/zh_CN/foreman_discovery.edit.po +1117 -0
- data/locale/zh_CN/foreman_discovery.po +31 -19
- data/locale/zh_TW/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/zh_TW/foreman_discovery.edit.po +1120 -0
- data/locale/zh_TW/foreman_discovery.po +19 -7
- data/package.json +0 -1
- data/test/functional/api/v2/fact_value_extensions_test.rb +1 -1
- data/test/functional/discovered_hosts_controller_test.rb +1 -1
- data/test/migrations/20221102075151_migrate_discovery_hostname_and_fact_column_to_array_test.rb +75 -0
- data/test/migrations/20221102075151_migrate_discovery_hostname_and_fact_column_to_array_test.rb.orig +81 -0
- data/test/test_helper_discovery.rb +1 -1
- data/test/unit/discovery_attribute_set_test.rb +1 -1
- data/test/unit/host_discovered_test.rb +3 -3
- data/webpack/src/ForemanDiscovery/DiscoveryRules/Components/EmptyState/EmptyState.js +1 -1
- metadata +50 -8
- data/app/models/setting/discovered.rb +0 -22
@@ -0,0 +1,1119 @@
|
|
1
|
+
# SOME DESCRIPTIVE TITLE.
|
2
|
+
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
3
|
+
# This file is distributed under the same license as the foreman_discovery package.
|
4
|
+
#
|
5
|
+
# Translators:
|
6
|
+
# 山田 修司 🍣 Shuji Yamada <uzy.exe@gmail.com>, 2015
|
7
|
+
# 山田 修司 🍣 Shuji Yamada <uzy.exe@gmail.com>, 2015
|
8
|
+
msgid ""
|
9
|
+
msgstr ""
|
10
|
+
"Project-Id-Version: foreman_discovery v22.0.4\n"
|
11
|
+
"Report-Msgid-Bugs-To: \n"
|
12
|
+
"PO-Revision-Date: 2013-11-15 17:25+0000\n"
|
13
|
+
"Last-Translator: 山田 修司 🍣 Shuji Yamada <uzy.exe@gmail.com>, 2015\n"
|
14
|
+
"Language-Team: Japanese (http://www.transifex.com/foreman/foreman/language/ja/"
|
15
|
+
")\n"
|
16
|
+
"MIME-Version: 1.0\n"
|
17
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
18
|
+
"Content-Transfer-Encoding: 8bit\n"
|
19
|
+
"Language: ja\n"
|
20
|
+
"Plural-Forms: nplurals=1; plural=0;\n"
|
21
|
+
|
22
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:16
|
23
|
+
msgid "List all discovered hosts"
|
24
|
+
msgstr "すべての検出されたホストを一覧表示"
|
25
|
+
|
26
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:17 ../app/controllers/api/v2/discovery_rules_controller.rb:15
|
27
|
+
msgid "filter results"
|
28
|
+
msgstr "結果のフィルタリング"
|
29
|
+
|
30
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:18 ../app/controllers/api/v2/discovery_rules_controller.rb:16
|
31
|
+
msgid "sort results"
|
32
|
+
msgstr "結果のソート"
|
33
|
+
|
34
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:19 ../app/controllers/api/v2/discovery_rules_controller.rb:17
|
35
|
+
msgid "paginate results"
|
36
|
+
msgstr "結果のページネーション"
|
37
|
+
|
38
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:20 ../app/controllers/api/v2/discovery_rules_controller.rb:18
|
39
|
+
msgid "number of entries per request"
|
40
|
+
msgstr "要求ごとのエントリー数"
|
41
|
+
|
42
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:26
|
43
|
+
msgid "Show a discovered host"
|
44
|
+
msgstr "検出されたホストの表示"
|
45
|
+
|
46
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:37 ../app/controllers/api/v2/discovered_hosts_controller.rb:85
|
47
|
+
msgid "DHCP filename option (Grub2 or PXELinux by default)"
|
48
|
+
msgstr "DHCP ファイル名オプション (デフォルトでは Grub2 または PXELinux)"
|
49
|
+
|
50
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:41
|
51
|
+
msgid "Create a discovered host for testing (use /facts to create new hosts)"
|
52
|
+
msgstr "(新規ホストを作成するための使用 /ファクト) をテストするために検出ホストを作成します"
|
53
|
+
|
54
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:50
|
55
|
+
msgid "Provision a discovered host"
|
56
|
+
msgstr "検出されたホストのプロビジョニング"
|
57
|
+
|
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
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:55
|
63
|
+
msgid "not required if using a subnet with DHCP proxy"
|
64
|
+
msgstr "DHCP プロキシーでサブネットを使用する場合は不要"
|
65
|
+
|
66
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:56
|
67
|
+
msgid "not required if it's a virtual machine"
|
68
|
+
msgstr "仮想マシンの場合は不要です"
|
69
|
+
|
70
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:62
|
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
|
99
|
+
msgid "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
|
100
|
+
msgstr "オーケストレーションタスクのステータスを追跡するための UUID。GET /api/orchestration/:UUID/tasks"
|
101
|
+
|
102
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:84
|
103
|
+
msgid "required if value is not inherited from host group or default password in settings"
|
104
|
+
msgstr "値がホストグループまたは設定のデフォルトパスワードから継承されていない場合は必須です"
|
105
|
+
|
106
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:95
|
107
|
+
msgid "Delete a discovered host"
|
108
|
+
msgstr "検出されたホストの削除"
|
109
|
+
|
110
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:102
|
111
|
+
msgid "Upload facts for a host, creating the host if required"
|
112
|
+
msgstr "ホストのファクトをアップロードし、必要な場合はホストを作成します"
|
113
|
+
|
114
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:103
|
115
|
+
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
|
+
msgstr "ファクトの最小セットが設定されたホストのファクトを含むハッシュ : discovery_bootif、macaddress_eth0、ipaddress、ipaddress_eth0、interfaces: eth0 (プライマリーインターフェースの名前が eth0 の場合の例)"
|
117
|
+
|
118
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:130
|
119
|
+
msgid "Execute rules against a discovered host"
|
120
|
+
msgstr "検出されたホストに対するルールの実行"
|
121
|
+
|
122
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:136 ../app/controllers/discovered_hosts_controller.rb:163
|
123
|
+
msgid "Host %{host} was provisioned with rule %{rule}"
|
124
|
+
msgstr "ホスト %{host} がルール %{rule} でプロビジョニングされています"
|
125
|
+
|
126
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:139
|
127
|
+
msgid "Unable to provision %{host}: %{errors}"
|
128
|
+
msgstr "%{host} をプロビジョニングできません: %{errors}"
|
129
|
+
|
130
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:145 ../app/controllers/discovered_hosts_controller.rb:170
|
131
|
+
msgid "No rule found for host %s"
|
132
|
+
msgstr "ホスト %s に対するルールは見つかりません"
|
133
|
+
|
134
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:152
|
135
|
+
msgid "Execute rules against all currently discovered hosts"
|
136
|
+
msgstr "現在検出されているすべてのホストに対するルールの実行"
|
137
|
+
|
138
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:156 ../app/controllers/discovered_hosts_controller.rb:176
|
139
|
+
msgid "Errors during auto provisioning: %s"
|
140
|
+
msgstr "自動プロビジョニング時のエラー: %s"
|
141
|
+
|
142
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:159 ../app/controllers/discovered_hosts_controller.rb:179
|
143
|
+
msgid "No discovered hosts to provision"
|
144
|
+
msgstr "プロビジョニングする検出されたホストがありません"
|
145
|
+
|
146
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:181
|
147
|
+
msgid "%s discovered hosts were provisioned"
|
148
|
+
msgstr "検出ホスト %s 台がプロビジョニングされました"
|
149
|
+
|
150
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:192
|
151
|
+
msgid "Refreshing the facts of a discovered host"
|
152
|
+
msgstr "検出されたホストのファクトの更新中"
|
153
|
+
|
154
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:201
|
155
|
+
msgid "Rebooting a discovered host"
|
156
|
+
msgstr "検出されたホストの再起動中"
|
157
|
+
|
158
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:210
|
159
|
+
msgid "Rebooting all discovered hosts"
|
160
|
+
msgstr "すべての検出されたホストの再起動中"
|
161
|
+
|
162
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:221 ../app/controllers/discovered_hosts_controller.rb:132
|
163
|
+
msgid "Discovered hosts are rebooting now"
|
164
|
+
msgstr "検出されたホストを現在再起動中"
|
165
|
+
|
166
|
+
#: ../app/controllers/api/v2/discovery_rules_controller.rb:14
|
167
|
+
msgid "List all discovery rules"
|
168
|
+
msgstr "すべての検出ルールを一覧表示"
|
169
|
+
|
170
|
+
#: ../app/controllers/api/v2/discovery_rules_controller.rb:24
|
171
|
+
msgid "Show a discovery rule"
|
172
|
+
msgstr "検出ルールの表示"
|
173
|
+
|
174
|
+
#: ../app/controllers/api/v2/discovery_rules_controller.rb:32
|
175
|
+
msgid "represents rule name shown to the users"
|
176
|
+
msgstr "ユーザーに表示されるルール名を表します"
|
177
|
+
|
178
|
+
#: ../app/controllers/api/v2/discovery_rules_controller.rb:33
|
179
|
+
msgid "query to match discovered hosts for the particular rule"
|
180
|
+
msgstr "特定ルールの検出されたホストに一致するクエリー"
|
181
|
+
|
182
|
+
#: ../app/controllers/api/v2/discovery_rules_controller.rb:34
|
183
|
+
msgid "the hostgroup that is used to auto provision a host"
|
184
|
+
msgstr "ホストの自動プロビジョニングに使用されるホストグループ"
|
185
|
+
|
186
|
+
#: ../app/controllers/api/v2/discovery_rules_controller.rb:35
|
187
|
+
msgid "defines a pattern to assign human-readable hostnames to the matching hosts"
|
188
|
+
msgstr "人が判読できるホスト名を一致するホストに割り当てるパターンの定義"
|
189
|
+
|
190
|
+
#: ../app/controllers/api/v2/discovery_rules_controller.rb:36
|
191
|
+
msgid "enables to limit maximum amount of provisioned hosts per rule"
|
192
|
+
msgstr "ルール別のプロビジョニングされたホストの最大数の制限を許可"
|
193
|
+
|
194
|
+
#: ../app/controllers/api/v2/discovery_rules_controller.rb:37
|
195
|
+
msgid "puts the rules in order, low numbers go first. Must be greater then zero"
|
196
|
+
msgstr "ルールを低い数字の順に配置。ゼロより大きい値である必要があります"
|
197
|
+
|
198
|
+
#: ../app/controllers/api/v2/discovery_rules_controller.rb:38
|
199
|
+
msgid "flag is used for temporary shutdown of rules"
|
200
|
+
msgstr "フラグはルールの一時的な停止に使用されます"
|
201
|
+
|
202
|
+
#: ../app/controllers/api/v2/discovery_rules_controller.rb:39
|
203
|
+
msgid "location ID for provisioned hosts"
|
204
|
+
msgstr "プロビジョニングされたホストのロケーション ID"
|
205
|
+
|
206
|
+
#: ../app/controllers/api/v2/discovery_rules_controller.rb:40
|
207
|
+
msgid "organization ID for provisioned hosts"
|
208
|
+
msgstr "プロビジョニングされたホストの組織 ID"
|
209
|
+
|
210
|
+
#: ../app/controllers/api/v2/discovery_rules_controller.rb:44
|
211
|
+
msgid "Create a discovery rule"
|
212
|
+
msgstr "検出ルールの作成"
|
213
|
+
|
214
|
+
#: ../app/controllers/api/v2/discovery_rules_controller.rb:53
|
215
|
+
msgid "Update a rule"
|
216
|
+
msgstr "ルールの更新"
|
217
|
+
|
218
|
+
#: ../app/controllers/api/v2/discovery_rules_controller.rb:61
|
219
|
+
msgid "Delete a rule"
|
220
|
+
msgstr "ルールの削除"
|
221
|
+
|
222
|
+
#: ../app/controllers/api/v2/fact_values_controller_extensions.rb:7
|
223
|
+
msgid "List all fact values of a given discovered host"
|
224
|
+
msgstr "指定の検出されたホストのすべての値を一覧表示"
|
225
|
+
|
226
|
+
#: ../app/controllers/concerns/foreman/controller/discovered_extensions.rb:6
|
227
|
+
msgid "Unable to find a discovery rule, no host provided (check permissions)"
|
228
|
+
msgstr "検出ルールを見つけることができません。指定されるホストがありません (パーミッションを確認してください)"
|
229
|
+
|
230
|
+
#: ../app/controllers/concerns/foreman/controller/discovered_extensions.rb:43
|
231
|
+
msgid "No hostgroup associated with rule '%s'"
|
232
|
+
msgstr "ルール '%s' に関連付けられたホストグループがありません"
|
233
|
+
|
234
|
+
#: ../app/controllers/concerns/foreman/controller/discovered_extensions.rb:73
|
235
|
+
msgid "Errors during reboot: %s"
|
236
|
+
msgstr "再起動時のエラー: %s"
|
237
|
+
|
238
|
+
#: ../app/controllers/concerns/foreman/controller/discovered_extensions.rb:91
|
239
|
+
msgid "No discovered hosts to reboot"
|
240
|
+
msgstr "再起動する検出されたホストがありません"
|
241
|
+
|
242
|
+
#: ../app/controllers/discovered_hosts_controller.rb:66
|
243
|
+
msgid "Successfully provisioned %s"
|
244
|
+
msgstr "%s が正常にプロビジョニングされました"
|
245
|
+
|
246
|
+
#: ../app/controllers/discovered_hosts_controller.rb:100
|
247
|
+
msgid "Facts refreshed for %s"
|
248
|
+
msgstr "%s の更新済みファクト"
|
249
|
+
|
250
|
+
#: ../app/controllers/discovered_hosts_controller.rb:102
|
251
|
+
msgid "Failed to refresh facts for %s"
|
252
|
+
msgstr "%s のファクトの更新に失敗しました"
|
253
|
+
|
254
|
+
#: ../app/controllers/discovered_hosts_controller.rb:105
|
255
|
+
msgid "Failed to refresh facts for %{hostname} with error %{error_message}"
|
256
|
+
msgstr "%{error_message} エラーで %{hostname} のファクトの更新に失敗しました"
|
257
|
+
|
258
|
+
#: ../app/controllers/discovered_hosts_controller.rb:112
|
259
|
+
msgid "Host of type %s can not be rebooted"
|
260
|
+
msgstr "タイプ %s のホストを再起動できません"
|
261
|
+
|
262
|
+
#: ../app/controllers/discovered_hosts_controller.rb:116
|
263
|
+
msgid "Rebooting host %s"
|
264
|
+
msgstr "ホスト %s の再起動"
|
265
|
+
|
266
|
+
#: ../app/controllers/discovered_hosts_controller.rb:118
|
267
|
+
msgid "Failed to reboot host %s"
|
268
|
+
msgstr "ホスト %s の再起動に失敗しました"
|
269
|
+
|
270
|
+
#: ../app/controllers/discovered_hosts_controller.rb:121
|
271
|
+
msgid "Failed to reboot host %{hostname} with error %{error_message}"
|
272
|
+
msgstr "ホスト %{hostname} は %{error_message} のエラーで再起動に失敗しました"
|
273
|
+
|
274
|
+
#: ../app/controllers/discovered_hosts_controller.rb:135
|
275
|
+
msgid "Failed to reboot hosts with error %s"
|
276
|
+
msgstr "ホストは %s のエラーで再起動に失敗しました"
|
277
|
+
|
278
|
+
#: ../app/controllers/discovered_hosts_controller.rb:153
|
279
|
+
msgid "Destroyed selected hosts"
|
280
|
+
msgstr "破棄された選択済みホスト"
|
281
|
+
|
282
|
+
#: ../app/controllers/discovered_hosts_controller.rb:155
|
283
|
+
msgid "The following hosts were not deleted: %s"
|
284
|
+
msgstr "以下のホストは削除されませんでした: %s"
|
285
|
+
|
286
|
+
#: ../app/controllers/discovered_hosts_controller.rb:167
|
287
|
+
msgid "Failed to auto provision host %s: %s"
|
288
|
+
msgstr "ホスト %s の自動プロビジョニングに失敗しました: %s"
|
289
|
+
|
290
|
+
#: ../app/controllers/discovered_hosts_controller.rb:195
|
291
|
+
msgid "Discovered hosts are provisioning now"
|
292
|
+
msgstr "検出されたホストは現在プロビジョニング中です"
|
293
|
+
|
294
|
+
#: ../app/controllers/discovered_hosts_controller.rb:280
|
295
|
+
msgid "Discovered host reported from unknown subnet, communication will not be proxied."
|
296
|
+
msgstr "不明なサブネットから報告された検出されたホスト。通信はプロキシー化されません。"
|
297
|
+
|
298
|
+
#: ../app/controllers/discovered_hosts_controller.rb:285
|
299
|
+
msgid "Discovered hosts reported from unknown subnet are %s, communication will not be proxied."
|
300
|
+
msgstr "不明なサブネットから報告された検出されたホストは %s、通信はプロキシー化されません。"
|
301
|
+
|
302
|
+
#: ../app/controllers/discovered_hosts_controller.rb:299
|
303
|
+
msgid "No hosts were found with that id or name"
|
304
|
+
msgstr "該当する ID または名前のホストが見つかりませんでした"
|
305
|
+
|
306
|
+
#: ../app/controllers/discovered_hosts_controller.rb:303
|
307
|
+
msgid "No hosts selected"
|
308
|
+
msgstr "ホストが選択されていません"
|
309
|
+
|
310
|
+
#: ../app/controllers/discovered_hosts_controller.rb:309
|
311
|
+
msgid "Something went wrong while selecting hosts - %s"
|
312
|
+
msgstr "ホストの選択中に問題が発生しました: %s"
|
313
|
+
|
314
|
+
#: ../app/controllers/discovery_rules_controller.rb:79
|
315
|
+
msgid "Rule enabled"
|
316
|
+
msgstr "ルールが有効にされました"
|
317
|
+
|
318
|
+
#: ../app/controllers/discovery_rules_controller.rb:79
|
319
|
+
msgid "Rule disabled"
|
320
|
+
msgstr "ルールが無効にされました"
|
321
|
+
|
322
|
+
#: ../app/helpers/discovered_hosts_helper.rb:14 ../app/helpers/discovered_hosts_helper.rb:29 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:40
|
323
|
+
msgid "Auto Provision"
|
324
|
+
msgstr "自動プロビジョニング"
|
325
|
+
|
326
|
+
#: ../app/helpers/discovered_hosts_helper.rb:15 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:41
|
327
|
+
msgid "Refresh facts"
|
328
|
+
msgstr "ファクトの更新"
|
329
|
+
|
330
|
+
#: ../app/helpers/discovered_hosts_helper.rb:16 ../app/helpers/discovered_hosts_helper.rb:30 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:42 ../lib/foreman_discovery/engine.rb:92
|
331
|
+
msgid "Reboot"
|
332
|
+
msgstr "再起動"
|
333
|
+
|
334
|
+
#: ../app/helpers/discovered_hosts_helper.rb:19
|
335
|
+
msgid "Back"
|
336
|
+
msgstr "戻る"
|
337
|
+
|
338
|
+
#: ../app/helpers/discovered_hosts_helper.rb:21 ../app/helpers/discovered_hosts_helper.rb:35
|
339
|
+
msgid "Select Action"
|
340
|
+
msgstr "アクションの選択"
|
341
|
+
|
342
|
+
#: ../app/helpers/discovered_hosts_helper.rb:23 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:43
|
343
|
+
msgid "Delete %s?"
|
344
|
+
msgstr "%s を削除しますか?"
|
345
|
+
|
346
|
+
#: ../app/helpers/discovered_hosts_helper.rb:31
|
347
|
+
msgid "Assign Organization"
|
348
|
+
msgstr "組織の割り当て"
|
349
|
+
|
350
|
+
#: ../app/helpers/discovered_hosts_helper.rb:32
|
351
|
+
msgid "Assign Location"
|
352
|
+
msgstr "ロケーションの割り当て"
|
353
|
+
|
354
|
+
#: ../app/helpers/discovered_hosts_helper.rb:33
|
355
|
+
msgid "Delete"
|
356
|
+
msgstr "削除"
|
357
|
+
|
358
|
+
#: ../app/helpers/discovered_hosts_helper.rb:37
|
359
|
+
msgid "%s - The following hosts are about to be changed"
|
360
|
+
msgstr "%s: 以下のホストはまもなく変更されます"
|
361
|
+
|
362
|
+
#: ../app/helpers/discovered_hosts_helper.rb:46 ../app/views/dashboard/_discovery_widget_host.html.erb:2
|
363
|
+
msgid "N/A"
|
364
|
+
msgstr "N/A"
|
365
|
+
|
366
|
+
#: ../app/helpers/discovered_hosts_helper.rb:58
|
367
|
+
msgid "New in the last 24 hours"
|
368
|
+
msgstr "過去 24 時間以内の新規"
|
369
|
+
|
370
|
+
#: ../app/helpers/discovered_hosts_helper.rb:62
|
371
|
+
msgid "Not reported in more than 7 days"
|
372
|
+
msgstr "8 日以上報告なし"
|
373
|
+
|
374
|
+
#: ../app/helpers/discovered_hosts_helper.rb:66
|
375
|
+
msgid "Reported in the last 7 days"
|
376
|
+
msgstr "過去 7 日以内に報告あり"
|
377
|
+
|
378
|
+
#: ../app/helpers/discovered_hosts_helper.rb:90
|
379
|
+
msgid "Provision"
|
380
|
+
msgstr "プロビジョニング"
|
381
|
+
|
382
|
+
#: ../app/helpers/discovery_rules_helper.rb:26 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:1 ../app/views/discovered_hosts/welcome.html.erb:8 ../lib/foreman_discovery/engine.rb:311 ../lib/foreman_discovery/engine.rb:326
|
383
|
+
msgid "Discovered Hosts"
|
384
|
+
msgstr "検出されたホスト"
|
385
|
+
|
386
|
+
#: ../app/helpers/discovery_rules_helper.rb:27
|
387
|
+
msgid "Associated Hosts"
|
388
|
+
msgstr "関連付けられたホスト"
|
389
|
+
|
390
|
+
#: ../app/helpers/discovery_rules_helper.rb:29
|
391
|
+
msgid "Disable"
|
392
|
+
msgstr "無効化"
|
393
|
+
|
394
|
+
#: ../app/helpers/discovery_rules_helper.rb:29
|
395
|
+
msgid "Disable rule '%s'?"
|
396
|
+
msgstr "ルール '%s' を無効にしますか?"
|
397
|
+
|
398
|
+
#: ../app/helpers/discovery_rules_helper.rb:31
|
399
|
+
msgid "Enable"
|
400
|
+
msgstr "有効化"
|
401
|
+
|
402
|
+
#: ../app/helpers/discovery_rules_helper.rb:31
|
403
|
+
msgid "Enable rule '%s'?"
|
404
|
+
msgstr "ルール '%s' を有効にしますか?"
|
405
|
+
|
406
|
+
#: ../app/helpers/discovery_rules_helper.rb:33
|
407
|
+
msgid "Clone"
|
408
|
+
msgstr "クローン"
|
409
|
+
|
410
|
+
#: ../app/helpers/discovery_rules_helper.rb:34
|
411
|
+
msgid "Delete rule '%s'?"
|
412
|
+
msgstr "ルール '%s' を削除しますか?"
|
413
|
+
|
414
|
+
#: ../app/mailers/discovered_mailer.rb:9
|
415
|
+
msgid "Invalid user type of %s was provided"
|
416
|
+
msgstr "無効なユーザータイプ %s が指定されました"
|
417
|
+
|
418
|
+
#: ../app/mailers/discovered_mailer.rb:26
|
419
|
+
msgid "Discovered hosts summary"
|
420
|
+
msgstr "検出されたホストの概要"
|
421
|
+
|
422
|
+
#: ../app/models/discovery_rule.rb:11
|
423
|
+
msgid "can't contain white spaces."
|
424
|
+
msgstr "空白を含めることができません。"
|
425
|
+
|
426
|
+
#: ../app/models/discovery_rule.rb:13
|
427
|
+
msgid "must start with a letter or ERB."
|
428
|
+
msgstr "文字または ERB で開始する必要があります。"
|
429
|
+
|
430
|
+
#: ../app/models/discovery_rule.rb:16
|
431
|
+
msgid "must be present."
|
432
|
+
msgstr "必須です。"
|
433
|
+
|
434
|
+
#: ../app/models/discovery_rule.rb:57
|
435
|
+
msgid "Host group organization %s must also be associated to the discovery rule"
|
436
|
+
msgid_plural "Host group organizations %s must also be associated to the discovery rule"
|
437
|
+
msgstr[0] "ホストグループの組織 %s も検出ルールに関連付ける必要があります"
|
438
|
+
|
439
|
+
#: ../app/models/discovery_rule.rb:61
|
440
|
+
msgid "Host group location %s must also be associated to the discovery rule"
|
441
|
+
msgid_plural "Host group locations %s must also be associated to the discovery rule"
|
442
|
+
msgstr[0] "ホストグループのロケーション %s も検出ルールに関連付ける必要があります"
|
443
|
+
|
444
|
+
#: ../app/models/host/discovered.rb:40
|
445
|
+
msgid "Fact + prefix"
|
446
|
+
msgstr "ファクト + プレフィックス"
|
447
|
+
|
448
|
+
#: ../app/models/host/discovered.rb:41
|
449
|
+
msgid "Random name"
|
450
|
+
msgstr "無作為の名前"
|
451
|
+
|
452
|
+
#: ../app/models/host/discovered.rb:42
|
453
|
+
msgid "MAC-based name"
|
454
|
+
msgstr "MAC ベースの名前"
|
455
|
+
|
456
|
+
#: ../app/models/host/discovered.rb:55
|
457
|
+
msgid "Invalid facts, must be a Hash"
|
458
|
+
msgstr "無効なファクトです。ハッシュである必要があります。"
|
459
|
+
|
460
|
+
#: ../app/models/host/discovered.rb:60
|
461
|
+
msgid "Expected discovery_fact '%s' is missing, unable to detect primary interface and set hostname"
|
462
|
+
msgstr "必要な discovery_fact '%s' がありません。プライマリーインターフェースの検出やホスト名の設定ができません"
|
463
|
+
|
464
|
+
#: ../app/models/host/discovered.rb:74
|
465
|
+
msgid "Invalid facts: hash does not contain a valid value for any of the facts in the discovery_hostname setting: %s"
|
466
|
+
msgstr "無効なファクト: discovery_hostname 設定の全ファクトで、ハッシュの値は無効です: %s"
|
467
|
+
|
468
|
+
#: ../app/models/host/discovered.rb:103
|
469
|
+
msgid "Facts could not be imported"
|
470
|
+
msgstr "ファクトをインポートできませんでした"
|
471
|
+
|
472
|
+
#: ../app/models/host/discovered.rb:161
|
473
|
+
msgid "Could not get facts from proxy %{url}: %{error}"
|
474
|
+
msgstr "プロキシー %{url} からファクトを取得できませんでした: %{error}"
|
475
|
+
|
476
|
+
#: ../app/models/host/discovered.rb:179
|
477
|
+
msgid "Unable to perform reboot on %{name} (%{url}): %{msg}"
|
478
|
+
msgstr "%{name} の (%{url}) で再起動を実行できません: %{msg}"
|
479
|
+
|
480
|
+
#: ../app/models/host/discovered.rb:183 ../app/models/host/discovered.rb:206
|
481
|
+
msgid "Unable to perform %{action} on %{ips}"
|
482
|
+
msgstr "%{ips} で %{action} を実行できません"
|
483
|
+
|
484
|
+
#: ../app/models/host/discovered.rb:202
|
485
|
+
msgid "Unable to perform kexec on %{name} (%{url}): %{msg}"
|
486
|
+
msgstr "%{name} の (%{url}) で kexec を実行できません: %{msg}"
|
487
|
+
|
488
|
+
#: ../app/models/host/discovered.rb:226
|
489
|
+
msgid "Invalid hostname: Could not normalize the hostname"
|
490
|
+
msgstr "無効なホスト名: ホスト名を正規化できませんでした"
|
491
|
+
|
492
|
+
#: ../app/models/host/managed_extensions.rb:23
|
493
|
+
msgid "Reloading kernel on %s"
|
494
|
+
msgstr "カーネルを %s にリロード中"
|
495
|
+
|
496
|
+
#: ../app/models/host/managed_extensions.rb:25
|
497
|
+
msgid "Rebooting %s"
|
498
|
+
msgstr "%s を再起動中"
|
499
|
+
|
500
|
+
#: ../app/models/host/managed_extensions.rb:46
|
501
|
+
msgid "Kexec template not associated with operating system"
|
502
|
+
msgstr "オペレーティングシステムに関連付けられていない Kexec テンプレート"
|
503
|
+
|
504
|
+
#: ../app/models/host/managed_extensions.rb:49
|
505
|
+
msgid "Kernel kexec URL is invalid: '%s'"
|
506
|
+
msgstr "カーネル kexec URL は無効です: '%s'"
|
507
|
+
|
508
|
+
#: ../app/models/host/managed_extensions.rb:50
|
509
|
+
msgid "Init RAM kexec URL is invalid: '%s'"
|
510
|
+
msgstr "Init RAM kexec URL は無効です: '%s'"
|
511
|
+
|
512
|
+
#: ../app/models/nic/managed_extensions.rb:14
|
513
|
+
msgid "Rebuild DNS for %s"
|
514
|
+
msgstr "%s の DNS の再構築"
|
515
|
+
|
516
|
+
#: ../app/services/foreman_discovery/fact_parser.rb:4
|
517
|
+
msgid "Discovery fact parser does not work with non-discovery host '%{host}'"
|
518
|
+
msgstr "検出ファクト解析は、非検出ホスト '%{host}' では機能しません"
|
519
|
+
|
520
|
+
#: ../app/services/foreman_discovery/fact_parser.rb:6
|
521
|
+
msgid "Discovered host '%{host}' has all NICs filtered out, filter: %{filter}"
|
522
|
+
msgstr "検出ホスト '%{host}' では全 NIC がフィルタリングされています。フィルター: %{filter}"
|
523
|
+
|
524
|
+
#: ../app/services/foreman_discovery/fact_parser.rb:12
|
525
|
+
msgid "Unable to find primary NIC with %{mac} specified via '%{fact}', NIC filter: %{filter}"
|
526
|
+
msgstr "%{mac} が %{fact} で指定されたプライマリー NIC を見つけることができません。NIC フィルター: %{filter}"
|
527
|
+
|
528
|
+
#: ../app/services/foreman_discovery/fact_to_category_resolver.rb:7
|
529
|
+
msgid "Highlights"
|
530
|
+
msgstr "ハイライト"
|
531
|
+
|
532
|
+
#: ../app/services/foreman_discovery/fact_to_category_resolver.rb:8
|
533
|
+
msgid "Storage"
|
534
|
+
msgstr "ストレージ"
|
535
|
+
|
536
|
+
#: ../app/services/foreman_discovery/fact_to_category_resolver.rb:9
|
537
|
+
msgid "Hardware"
|
538
|
+
msgstr "ハードウェア"
|
539
|
+
|
540
|
+
#: ../app/services/foreman_discovery/fact_to_category_resolver.rb:10
|
541
|
+
msgid "Network"
|
542
|
+
msgstr "ネットワーク"
|
543
|
+
|
544
|
+
#: ../app/services/foreman_discovery/fact_to_category_resolver.rb:11
|
545
|
+
msgid "Software"
|
546
|
+
msgstr "ソフトウェア"
|
547
|
+
|
548
|
+
#: ../app/services/foreman_discovery/fact_to_category_resolver.rb:12
|
549
|
+
msgid "IPMI"
|
550
|
+
msgstr "IPMI"
|
551
|
+
|
552
|
+
#: ../app/services/foreman_discovery/fact_to_category_resolver.rb:13
|
553
|
+
msgid "Miscellaneous"
|
554
|
+
msgstr "その他"
|
555
|
+
|
556
|
+
#: ../app/services/foreman_discovery/host_converter.rb:47
|
557
|
+
msgid "IPAM must be configured for subnet '%s'"
|
558
|
+
msgstr "IPAM はサブネット '%s' 用に設定する必要があります"
|
559
|
+
|
560
|
+
#: ../app/services/foreman_discovery/node_api/node_resource.rb:4
|
561
|
+
msgid "Options must be hash"
|
562
|
+
msgstr ""
|
563
|
+
|
564
|
+
#: ../app/services/foreman_discovery/node_api/node_resource.rb:5
|
565
|
+
msgid "Option 'url' must be provided"
|
566
|
+
msgstr ""
|
567
|
+
|
568
|
+
#: ../app/services/foreman_discovery/node_api/node_resource.rb:41 ../app/services/foreman_discovery/node_api/node_resource.rb:47 ../app/services/foreman_discovery/node_api/node_resource.rb:53
|
569
|
+
msgid "Option 'url' must be valid URI: %s"
|
570
|
+
msgstr ""
|
571
|
+
|
572
|
+
#: ../app/services/foreman_discovery/node_api/node_resource.rb:76
|
573
|
+
msgid "Image API returned HTTP/%{code} with '%{body}"
|
574
|
+
msgstr "イメージ API で返された HTTP/%{code}: '%{body}"
|
575
|
+
|
576
|
+
#: ../app/services/foreman_discovery/node_api/node_resource.rb:79
|
577
|
+
msgid "Image API processing error: %{msg} (HTTP/%{code}, body: %{body})"
|
578
|
+
msgstr "イメージ API 処理エラー: %{msg} (HTTP/%{code}、ボディー: %{body})"
|
579
|
+
|
580
|
+
#: ../app/services/foreman_discovery/ui_notifications/failed_discovery.rb:24
|
581
|
+
msgid "One or more hosts with failed discovery due to error: %s"
|
582
|
+
msgstr ""
|
583
|
+
|
584
|
+
#: ../app/services/foreman_discovery/ui_notifications/new_host.rb:22
|
585
|
+
msgid "Host %s has been dicovered"
|
586
|
+
msgstr "ホスト %s が検出されました。"
|
587
|
+
|
588
|
+
#: ../app/views/dashboard/_discovery_widget.html.erb:5
|
589
|
+
msgid "Discovered Host"
|
590
|
+
msgid_plural "Discovered Hosts"
|
591
|
+
msgstr[0] "検出されたホスト"
|
592
|
+
|
593
|
+
#: ../app/views/dashboard/_discovery_widget.html.erb:9
|
594
|
+
msgid "No discovered hosts available"
|
595
|
+
msgstr "検出されたホストがありません"
|
596
|
+
|
597
|
+
#: ../app/views/dashboard/_discovery_widget_host_list.html.erb:3
|
598
|
+
msgid "Host"
|
599
|
+
msgstr "ホスト"
|
600
|
+
|
601
|
+
#: ../app/views/dashboard/_discovery_widget_host_list.html.erb:4 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:7 ../app/views/discovered_hosts/_selected_hosts.html.erb:8 ../app/views/discovered_mailer/discovered_summary.html.erb:18 ../app/views/discovered_mailer/discovered_summary.text.erb:10
|
602
|
+
msgid "Model"
|
603
|
+
msgstr "モデル"
|
604
|
+
|
605
|
+
#: ../app/views/dashboard/_discovery_widget_host_list.html.erb:5 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:9 ../app/views/discovered_mailer/discovered_summary.html.erb:20 ../app/views/discovered_mailer/discovered_summary.text.erb:12
|
606
|
+
msgid "CPUs"
|
607
|
+
msgstr "CPU"
|
608
|
+
|
609
|
+
#: ../app/views/dashboard/_discovery_widget_host_list.html.erb:6 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:10 ../app/views/discovered_mailer/discovered_summary.html.erb:21 ../app/views/discovered_mailer/discovered_summary.text.erb:13
|
610
|
+
msgid "Memory"
|
611
|
+
msgstr "メモリー"
|
612
|
+
|
613
|
+
#: ../app/views/discovered_hosts/_discovered_host_modal.html.erb:23
|
614
|
+
msgid "Customize Host"
|
615
|
+
msgstr "ホストのカスタマイズ"
|
616
|
+
|
617
|
+
#: ../app/views/discovered_hosts/_discovered_host_modal.html.erb:24
|
618
|
+
msgid "Create Host"
|
619
|
+
msgstr "ホストの作成"
|
620
|
+
|
621
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:5
|
622
|
+
msgid "Select all items in this page"
|
623
|
+
msgstr "このページのすべての項目を選択"
|
624
|
+
|
625
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:5
|
626
|
+
msgid "items selected. Uncheck to Clear"
|
627
|
+
msgstr "項目が選択されています。クリアするにはチェックを解除してください"
|
628
|
+
|
629
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:6 ../app/views/discovered_hosts/_selected_hosts.html.erb:7 ../app/views/discovered_mailer/discovered_summary.html.erb:17 ../app/views/discovered_mailer/discovered_summary.text.erb:9
|
630
|
+
msgid "Name"
|
631
|
+
msgstr "名前"
|
632
|
+
|
633
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:8 ../app/views/discovered_mailer/discovered_summary.html.erb:19 ../app/views/discovered_mailer/discovered_summary.text.erb:11
|
634
|
+
msgid "IP Address"
|
635
|
+
msgstr "IP アドレス"
|
636
|
+
|
637
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:11
|
638
|
+
msgid "Disk Count"
|
639
|
+
msgstr "ディスク数"
|
640
|
+
|
641
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:12
|
642
|
+
msgid "Disks Size"
|
643
|
+
msgstr "ディスクサイズ"
|
644
|
+
|
645
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:16 ../app/views/discovered_hosts/_selected_hosts.html.erb:9 ../app/views/discovery_rules/index.html.erb:11
|
646
|
+
msgid "Location"
|
647
|
+
msgstr "ロケーション"
|
648
|
+
|
649
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:17 ../app/views/discovered_hosts/_selected_hosts.html.erb:10 ../app/views/discovery_rules/index.html.erb:12
|
650
|
+
msgid "Organization"
|
651
|
+
msgstr "組織"
|
652
|
+
|
653
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:18
|
654
|
+
msgid "Subnet"
|
655
|
+
msgstr "サブネット"
|
656
|
+
|
657
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:19
|
658
|
+
msgid "Last Facts Upload"
|
659
|
+
msgstr "最終ファクトのアップロード"
|
660
|
+
|
661
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:20 ../app/views/discovery_rules/index.html.erb:14
|
662
|
+
msgid "Actions"
|
663
|
+
msgstr "アクション"
|
664
|
+
|
665
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:55
|
666
|
+
msgid "Please Confirm"
|
667
|
+
msgstr "確認してください"
|
668
|
+
|
669
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:61
|
670
|
+
msgid "Cancel"
|
671
|
+
msgstr "取り消し"
|
672
|
+
|
673
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:62
|
674
|
+
msgid "Submit"
|
675
|
+
msgstr "送信"
|
676
|
+
|
677
|
+
#: ../app/views/discovered_hosts/edit.html.erb:1
|
678
|
+
msgid "Provision %s"
|
679
|
+
msgstr "%s のプロビジョニング"
|
680
|
+
|
681
|
+
#: ../app/views/discovered_hosts/multiple_destroy.html.erb:3
|
682
|
+
msgid "This might take a while, as all hosts, facts and reports will be destroyed as well"
|
683
|
+
msgstr "ホスト、ファクト、およびレポートもすべて破棄されるため、時間がかかる場合があります。"
|
684
|
+
|
685
|
+
#: ../app/views/discovered_hosts/select_multiple_location.html.erb:5
|
686
|
+
msgid "Select location"
|
687
|
+
msgstr "ロケーションの選択"
|
688
|
+
|
689
|
+
#: ../app/views/discovered_hosts/select_multiple_organization.html.erb:5
|
690
|
+
msgid "Select organization"
|
691
|
+
msgstr "組織の選択"
|
692
|
+
|
693
|
+
#: ../app/views/discovered_hosts/show.html.erb:1
|
694
|
+
msgid "Discovered host: %s"
|
695
|
+
msgstr "検出されたホスト: %s"
|
696
|
+
|
697
|
+
#: ../app/views/discovered_hosts/show.html.erb:37
|
698
|
+
msgid "Interfaces"
|
699
|
+
msgstr "インターフェース"
|
700
|
+
|
701
|
+
#: ../app/views/discovered_hosts/show.html.erb:44
|
702
|
+
msgid "Type"
|
703
|
+
msgstr "タイプ"
|
704
|
+
|
705
|
+
#: ../app/views/discovered_hosts/show.html.erb:45
|
706
|
+
msgid "Identifier"
|
707
|
+
msgstr "ID"
|
708
|
+
|
709
|
+
#: ../app/views/discovered_hosts/show.html.erb:46
|
710
|
+
msgid "MAC address"
|
711
|
+
msgstr "MAC アドレス"
|
712
|
+
|
713
|
+
#: ../app/views/discovered_hosts/show.html.erb:47
|
714
|
+
msgid "IP address"
|
715
|
+
msgstr "IP アドレス"
|
716
|
+
|
717
|
+
#: ../app/views/discovered_hosts/show.html.erb:66
|
718
|
+
msgid "Collapse All"
|
719
|
+
msgstr "すべて折りたたむ"
|
720
|
+
|
721
|
+
#: ../app/views/discovered_mailer/discovered_summary.html.erb:6
|
722
|
+
msgid "Summary report for discovered hosts from Foreman"
|
723
|
+
msgstr "Foreman の検出されたホストの概要レポート"
|
724
|
+
|
725
|
+
#: ../app/views/discovered_mailer/discovered_summary.html.erb:9
|
726
|
+
msgid "<b>Foreman</b> Discovered hosts summary"
|
727
|
+
msgstr "<b>Foreman</b> 検出されたホストの概要"
|
728
|
+
|
729
|
+
#: ../app/views/discovered_mailer/discovered_summary.html.erb:10 ../app/views/discovered_mailer/discovered_summary.text.erb:5
|
730
|
+
msgid "Summary from %{time} ago to %{now}"
|
731
|
+
msgstr "%{time} 前から %{now} までの概要"
|
732
|
+
|
733
|
+
#: ../app/views/discovered_mailer/discovered_summary.html.erb:11 ../app/views/discovered_mailer/discovered_summary.text.erb:3
|
734
|
+
msgid "Discovered hosts from Foreman server at %{foreman_url}"
|
735
|
+
msgstr "Foreman サーバーの検出されたホスト: %{foreman_url}"
|
736
|
+
|
737
|
+
#: ../app/views/discovered_mailer/discovered_summary.html.erb:22 ../app/views/discovered_mailer/discovered_summary.text.erb:14
|
738
|
+
msgid "Disk count"
|
739
|
+
msgstr "ディスク数"
|
740
|
+
|
741
|
+
#: ../app/views/discovered_mailer/discovered_summary.html.erb:23 ../app/views/discovered_mailer/discovered_summary.text.erb:15
|
742
|
+
msgid "Disks size"
|
743
|
+
msgstr "ディスクサイズ"
|
744
|
+
|
745
|
+
#: ../app/views/discovered_mailer/discovered_summary.html.erb:31
|
746
|
+
msgid "No discovered hosts for the selected period"
|
747
|
+
msgstr "選択された期間に検出されたホストはありません"
|
748
|
+
|
749
|
+
#: ../app/views/discovered_mailer/discovered_summary.text.erb:1
|
750
|
+
msgid "Foreman discovered hosts summary"
|
751
|
+
msgstr "Foreman の検出されたホストの概要"
|
752
|
+
|
753
|
+
#: ../app/views/discovered_mailer/discovered_summary.text.erb:21
|
754
|
+
msgid "No new discovered hosts for this period"
|
755
|
+
msgstr "この期間に検出された新規ホストはありません"
|
756
|
+
|
757
|
+
#: ../app/views/discovery_rules/_form.html.erb:5
|
758
|
+
msgid "Primary"
|
759
|
+
msgstr "プライマリー"
|
760
|
+
|
761
|
+
#: ../app/views/discovery_rules/_form.html.erb:7
|
762
|
+
msgid "Locations"
|
763
|
+
msgstr "ロケーション"
|
764
|
+
|
765
|
+
#: ../app/views/discovery_rules/_form.html.erb:10
|
766
|
+
msgid "Organizations"
|
767
|
+
msgstr "組織"
|
768
|
+
|
769
|
+
#: ../app/views/discovery_rules/_form.html.erb:22
|
770
|
+
msgid "Target host group for this rule with all properties set"
|
771
|
+
msgstr "このルールのターゲットホストグループ。すべてのプロパティーを設定しておいてください。"
|
772
|
+
|
773
|
+
#: ../app/views/discovery_rules/_form.html.erb:25
|
774
|
+
msgid "Hostname for provisioned hosts"
|
775
|
+
msgstr "プロビジョニングされたホストのホスト名"
|
776
|
+
|
777
|
+
#: ../app/views/discovery_rules/_form.html.erb:26
|
778
|
+
msgid "Hosts Limit"
|
779
|
+
msgstr "ホスト制限"
|
780
|
+
|
781
|
+
#: ../app/views/discovery_rules/_form.html.erb:26
|
782
|
+
msgid "Maximum hosts provisioned with this rule (0 = unlimited)"
|
783
|
+
msgstr "このルールでプロビジョニングする最大ホスト数 (0 = 無制限)"
|
784
|
+
|
785
|
+
#: ../app/views/discovery_rules/_form.html.erb:27
|
786
|
+
msgid "Rule priority (lower integer means higher priority)"
|
787
|
+
msgstr "ルールの優先順位 (整数値が低いほど、優先順位が高い)"
|
788
|
+
|
789
|
+
#: ../app/views/discovery_rules/_template_inline.erb:2
|
790
|
+
msgid "Specify target hostname template pattern in the same syntax as in Provisioning Templates (ERB)."
|
791
|
+
msgstr "プロビジョニングテンプレート (ERB) と同じ構文のターゲットホスト名テンプレートのパターンを指定します。"
|
792
|
+
|
793
|
+
#: ../app/views/discovery_rules/_template_inline.erb:4
|
794
|
+
msgid "Domain will be appended automatically. A hostname based on MAC address will be used when left blank."
|
795
|
+
msgstr "ドメインは自動的に追加されます。空白のままの場合には、MAC アドレスに基づくホスト名が使用されます。"
|
796
|
+
|
797
|
+
#: ../app/views/discovery_rules/_template_inline.erb:5
|
798
|
+
msgid "In addition to @host attribute function rand for random integers is available. Examples:"
|
799
|
+
msgstr "@host 属性のほかに、ランダムな整数の rand 関数を利用できます。例:"
|
800
|
+
|
801
|
+
#: ../app/views/discovery_rules/_template_inline.erb:8
|
802
|
+
msgid "When creating hostname patterns, make sure the resulting host names are unique."
|
803
|
+
msgstr "ホスト名パターンの作成時に、生成されるホスト名が一意であることを確認します。"
|
804
|
+
|
805
|
+
#: ../app/views/discovery_rules/_template_inline.erb:9
|
806
|
+
msgid "Hostnames must not start with numbers. A good approach is to use unique information provided by facter (MAC address, BIOS or serial ID)."
|
807
|
+
msgstr "ホスト名は数字で開始することができません。facter で提供される固有の情報 (MAC アドレス、BIOS またはシリアル ID) を使用することが適切な方法です。"
|
808
|
+
|
809
|
+
#: ../app/views/discovery_rules/clone.erb:1
|
810
|
+
msgid "Clone %s"
|
811
|
+
msgstr "%s のクローン作成"
|
812
|
+
|
813
|
+
#: ../app/views/discovery_rules/edit.html.erb:1
|
814
|
+
msgid "Edit %s"
|
815
|
+
msgstr "%s の編集"
|
816
|
+
|
817
|
+
#: ../app/views/discovery_rules/index.html.erb:1 ../lib/foreman_discovery/engine.rb:316 ../webpack/src/ForemanDiscovery/DiscoveryRules/Components/EmptyState/EmptyState.js:20
|
818
|
+
msgid "Discovery Rules"
|
819
|
+
msgstr "検出ルール"
|
820
|
+
|
821
|
+
#: ../app/views/discovery_rules/index.html.erb:2 ../webpack/src/ForemanDiscovery/DiscoveryRules/Components/EmptyState/EmptyState.js:9
|
822
|
+
msgid "Create Rule"
|
823
|
+
msgstr "ルールの作成"
|
824
|
+
|
825
|
+
#: ../app/views/discovery_rules/index.html.erb:6
|
826
|
+
msgid "DiscoveryRule|Name"
|
827
|
+
msgstr "名前"
|
828
|
+
|
829
|
+
#: ../app/views/discovery_rules/index.html.erb:7
|
830
|
+
msgid "DiscoveryRule|Priority"
|
831
|
+
msgstr "優先順位"
|
832
|
+
|
833
|
+
#: ../app/views/discovery_rules/index.html.erb:8
|
834
|
+
msgid "DiscoveryRule|Query"
|
835
|
+
msgstr "クエリー"
|
836
|
+
|
837
|
+
#: ../app/views/discovery_rules/index.html.erb:9
|
838
|
+
msgid "Host Group"
|
839
|
+
msgstr "ホストグループ"
|
840
|
+
|
841
|
+
#: ../app/views/discovery_rules/index.html.erb:10
|
842
|
+
msgid "Hosts/Limit"
|
843
|
+
msgstr "ホスト/制限"
|
844
|
+
|
845
|
+
#: ../app/views/discovery_rules/index.html.erb:13
|
846
|
+
msgid "DiscoveryRule|Enabled"
|
847
|
+
msgstr "有効化"
|
848
|
+
|
849
|
+
#: ../app/views/discovery_rules/new.html.erb:1
|
850
|
+
msgid "New Discovery Rule"
|
851
|
+
msgstr "新規の検出ルール"
|
852
|
+
|
853
|
+
#: ../app/views/discovery_rules/welcome.html.erb:8
|
854
|
+
msgid "Discovered Rules"
|
855
|
+
msgstr "検出されたルール"
|
856
|
+
|
857
|
+
#: ../db/seeds.d/70_discovery_mail_notification.rb:3
|
858
|
+
msgid "A summary of discovered hosts"
|
859
|
+
msgstr "検出されたホストの概要"
|
860
|
+
|
861
|
+
#: ../db/seeds.d/80_discovery_ui_notification.rb:4
|
862
|
+
msgid "New hosts"
|
863
|
+
msgstr "新規ホスト"
|
864
|
+
|
865
|
+
#: ../db/seeds.d/80_discovery_ui_notification.rb:6
|
866
|
+
msgid "One or more hosts have been discovered"
|
867
|
+
msgstr "1 つ以上のホストが検出されました"
|
868
|
+
|
869
|
+
#: ../db/seeds.d/80_discovery_ui_notification.rb:13
|
870
|
+
msgid "Details"
|
871
|
+
msgstr "詳細"
|
872
|
+
|
873
|
+
#: ../db/seeds.d/80_discovery_ui_notification.rb:18
|
874
|
+
msgid "Hosts"
|
875
|
+
msgstr "ホスト"
|
876
|
+
|
877
|
+
#: ../db/seeds.d/80_discovery_ui_notification.rb:20
|
878
|
+
msgid "Error message goes here"
|
879
|
+
msgstr "エラーメッセージはこちらに表示されます"
|
880
|
+
|
881
|
+
#: ../lib/foreman_discovery/engine.rb:38
|
882
|
+
msgid "Discovery"
|
883
|
+
msgstr "検出"
|
884
|
+
|
885
|
+
#: ../lib/foreman_discovery/engine.rb:47
|
886
|
+
msgid "Discovery location"
|
887
|
+
msgstr "検出ロケーション"
|
888
|
+
|
889
|
+
#: ../lib/foreman_discovery/engine.rb:48
|
890
|
+
msgid "The default location to place discovered hosts in"
|
891
|
+
msgstr "検出されたホストを配置するデフォルトのロケーション"
|
892
|
+
|
893
|
+
#: ../lib/foreman_discovery/engine.rb:54
|
894
|
+
msgid "Discovery organization"
|
895
|
+
msgstr "検出組織"
|
896
|
+
|
897
|
+
#: ../lib/foreman_discovery/engine.rb:55
|
898
|
+
msgid "The default organization to place discovered hosts in"
|
899
|
+
msgstr "検出されたホストを配置するデフォルトの組織"
|
900
|
+
|
901
|
+
#: ../lib/foreman_discovery/engine.rb:60
|
902
|
+
msgid "Interface fact"
|
903
|
+
msgstr "インターフェースファクト"
|
904
|
+
|
905
|
+
#: ../lib/foreman_discovery/engine.rb:61
|
906
|
+
msgid "Fact name to use for primary interface detection"
|
907
|
+
msgstr "プライマリーインターフェースの検出に使用するファクト名"
|
908
|
+
|
909
|
+
#: ../lib/foreman_discovery/engine.rb:66
|
910
|
+
msgid "Create bond interfaces"
|
911
|
+
msgstr "ボンドインターフェースの作成"
|
912
|
+
|
913
|
+
#: ../lib/foreman_discovery/engine.rb:67
|
914
|
+
msgid "Automatic bond interface (if another interface is detected on the same VLAN via LLDP)"
|
915
|
+
msgstr "自動ボンドインターフェース (LLDP で同じ VLAN 上に別のインターフェースが検出された場合)"
|
916
|
+
|
917
|
+
#: ../lib/foreman_discovery/engine.rb:72
|
918
|
+
msgid "Clean all facts"
|
919
|
+
msgstr "すべてのファクトのクリーニング"
|
920
|
+
|
921
|
+
#: ../lib/foreman_discovery/engine.rb:73
|
922
|
+
msgid "Clean all reported facts during provisioning (except discovery facts)"
|
923
|
+
msgstr "プロビジョニング時に報告されたすべてのファクトをクリーニング (検出ファクトを除く)"
|
924
|
+
|
925
|
+
#: ../lib/foreman_discovery/engine.rb:78
|
926
|
+
msgid "Hostname facts"
|
927
|
+
msgstr "ホスト名ファクト"
|
928
|
+
|
929
|
+
#: ../lib/foreman_discovery/engine.rb:79
|
930
|
+
msgid "List of facts to use for the hostname (first wins)"
|
931
|
+
msgstr ""
|
932
|
+
|
933
|
+
#: ../lib/foreman_discovery/engine.rb:86
|
934
|
+
msgid "Auto provisioning"
|
935
|
+
msgstr "自動プロビジョニング"
|
936
|
+
|
937
|
+
#: ../lib/foreman_discovery/engine.rb:87
|
938
|
+
msgid "Automatically provision newly discovered hosts, according to the provisioning rules"
|
939
|
+
msgstr "プロビジョニングルールに基づく新たに検出されたホストの自動プロビジョニング"
|
940
|
+
|
941
|
+
#: ../lib/foreman_discovery/engine.rb:93
|
942
|
+
msgid "Automatically reboot or kexec discovered host during provisioning"
|
943
|
+
msgstr "プロビジョニング時の検出されたホストの自動的な再起動または kexec の実行"
|
944
|
+
|
945
|
+
#: ../lib/foreman_discovery/engine.rb:98
|
946
|
+
msgid "Hostname prefix"
|
947
|
+
msgstr "ホスト名のプレフィックス"
|
948
|
+
|
949
|
+
#: ../lib/foreman_discovery/engine.rb:99
|
950
|
+
msgid "The default prefix to use for the host name, must start with a letter"
|
951
|
+
msgstr "ホスト名に使用するデフォルトのプレフィックスは文字で開始する必要があります"
|
952
|
+
|
953
|
+
#: ../lib/foreman_discovery/engine.rb:106
|
954
|
+
msgid "Fact columns"
|
955
|
+
msgstr "Fact 列"
|
956
|
+
|
957
|
+
#: ../lib/foreman_discovery/engine.rb:107
|
958
|
+
msgid "Extra facter columns to show in host lists"
|
959
|
+
msgstr ""
|
960
|
+
|
961
|
+
#: ../lib/foreman_discovery/engine.rb:112
|
962
|
+
msgid "Highlighted facts"
|
963
|
+
msgstr "ハイライトされたファクト"
|
964
|
+
|
965
|
+
#: ../lib/foreman_discovery/engine.rb:113
|
966
|
+
msgid "Regex to organize facts for highlights section - e.g. ^(abc|cde)$"
|
967
|
+
msgstr "ハイライトセクションのファクトを整理するための Regex (例: ^(abc|cde)$)"
|
968
|
+
|
969
|
+
#: ../lib/foreman_discovery/engine.rb:118
|
970
|
+
msgid "Storage facts"
|
971
|
+
msgstr "ストレージファクト"
|
972
|
+
|
973
|
+
#: ../lib/foreman_discovery/engine.rb:119
|
974
|
+
msgid "Regex to organize facts for storage section"
|
975
|
+
msgstr "ストレージセクションのファクトを整理するための Regex"
|
976
|
+
|
977
|
+
#: ../lib/foreman_discovery/engine.rb:124
|
978
|
+
msgid "Software facts"
|
979
|
+
msgstr "ソフトウェアファクト"
|
980
|
+
|
981
|
+
#: ../lib/foreman_discovery/engine.rb:125
|
982
|
+
msgid "Regex to organize facts for software section"
|
983
|
+
msgstr "ソフトウェアセクションのファクトを整理するための Regex"
|
984
|
+
|
985
|
+
#: ../lib/foreman_discovery/engine.rb:130
|
986
|
+
msgid "Hardware facts"
|
987
|
+
msgstr "ハードウェアファクト"
|
988
|
+
|
989
|
+
#: ../lib/foreman_discovery/engine.rb:131
|
990
|
+
msgid "Regex to organize facts for hardware section"
|
991
|
+
msgstr "ハードウェアセクションのファクトを整理するための Regex"
|
992
|
+
|
993
|
+
#: ../lib/foreman_discovery/engine.rb:136
|
994
|
+
msgid "Network facts"
|
995
|
+
msgstr "ネットワークファクト"
|
996
|
+
|
997
|
+
#: ../lib/foreman_discovery/engine.rb:137
|
998
|
+
msgid "Regex to organize facts for network section"
|
999
|
+
msgstr "ネットワークセクションのファクトを整理するための Regex"
|
1000
|
+
|
1001
|
+
#: ../lib/foreman_discovery/engine.rb:142
|
1002
|
+
msgid "IPMI facts"
|
1003
|
+
msgstr "IPMI ファクト"
|
1004
|
+
|
1005
|
+
#: ../lib/foreman_discovery/engine.rb:143
|
1006
|
+
msgid "Regex to organize facts for ipmi section"
|
1007
|
+
msgstr "ipmi セクションのファクトを整理するための Regex"
|
1008
|
+
|
1009
|
+
#: ../lib/foreman_discovery/engine.rb:148
|
1010
|
+
msgid "Lock PXE"
|
1011
|
+
msgstr "PXE のロック"
|
1012
|
+
|
1013
|
+
#: ../lib/foreman_discovery/engine.rb:149
|
1014
|
+
msgid "Automatically generate PXE configuration to pin a newly discovered host to discovery"
|
1015
|
+
msgstr "新規に検出されたホストを検出に固定するための PXE 設定の自動生成"
|
1016
|
+
|
1017
|
+
#: ../lib/foreman_discovery/engine.rb:155
|
1018
|
+
msgid "Locked PXELinux template name"
|
1019
|
+
msgstr "ロックされた PXELinux テンプレート名"
|
1020
|
+
|
1021
|
+
#: ../lib/foreman_discovery/engine.rb:156
|
1022
|
+
msgid "PXELinux template to be used when pinning a host to discovery"
|
1023
|
+
msgstr "ホストを検出に固定する際に使用される PXELinux テンプレート"
|
1024
|
+
|
1025
|
+
#: ../lib/foreman_discovery/engine.rb:162
|
1026
|
+
msgid "Locked PXEGrub template name"
|
1027
|
+
msgstr "ロックされた PXEGrub テンプレート名"
|
1028
|
+
|
1029
|
+
#: ../lib/foreman_discovery/engine.rb:163
|
1030
|
+
msgid "PXEGrub template to be used when pinning a host to discovery"
|
1031
|
+
msgstr "ホストを検出に固定する際に使用される PXEGrub テンプレート"
|
1032
|
+
|
1033
|
+
#: ../lib/foreman_discovery/engine.rb:169
|
1034
|
+
msgid "Locked PXEGrub2 template name"
|
1035
|
+
msgstr "ロックされた PXEGrub2 テンプレート名"
|
1036
|
+
|
1037
|
+
#: ../lib/foreman_discovery/engine.rb:170
|
1038
|
+
msgid "PXEGrub2 template to be used when pinning a host to discovery"
|
1039
|
+
msgstr "ホストを検出に固定する際に使用される PXEGrub2 テンプレート"
|
1040
|
+
|
1041
|
+
#: ../lib/foreman_discovery/engine.rb:175
|
1042
|
+
msgid "Force DNS"
|
1043
|
+
msgstr "DNS の強制的な実行"
|
1044
|
+
|
1045
|
+
#: ../lib/foreman_discovery/engine.rb:176
|
1046
|
+
msgid "Force DNS entries creation when provisioning discovered host"
|
1047
|
+
msgstr "検出されたホストのプロビジョニング時の DNS エントリーの作成を強制的に実行"
|
1048
|
+
|
1049
|
+
#: ../lib/foreman_discovery/engine.rb:181
|
1050
|
+
msgid "Error on existing NIC"
|
1051
|
+
msgstr "既存の NIC でのエラー"
|
1052
|
+
|
1053
|
+
#: ../lib/foreman_discovery/engine.rb:182
|
1054
|
+
msgid "Do not allow to discover existing managed host matching MAC of a provisioning NIC (errors out early)"
|
1055
|
+
msgstr "プロビジョニング NIC の MAC と一致する既存の管理ホストの検出を許可しない (エラーは早い段階で出されます)"
|
1056
|
+
|
1057
|
+
#: ../lib/foreman_discovery/engine.rb:188
|
1058
|
+
msgid "Type of name generator"
|
1059
|
+
msgstr "名前ジェネレーターのタイプ"
|
1060
|
+
|
1061
|
+
#: ../lib/foreman_discovery/engine.rb:189
|
1062
|
+
msgid "Discovery hostname naming pattern"
|
1063
|
+
msgstr "検出ホスト名の名前パターン"
|
1064
|
+
|
1065
|
+
#: ../lib/foreman_discovery/engine.rb:194
|
1066
|
+
msgid "Prefer IPv6"
|
1067
|
+
msgstr "IPv6 を優先します"
|
1068
|
+
|
1069
|
+
#: ../lib/foreman_discovery/engine.rb:195
|
1070
|
+
msgid "Prefer IPv6 to IPv4 when calling discovered nodes"
|
1071
|
+
msgstr "検出されたノードを呼び出す際に、IPv4 よりも IPv6 を優先します。"
|
1072
|
+
|
1073
|
+
#: ../lib/foreman_discovery/engine.rb:335
|
1074
|
+
msgid "Discovery Proxy"
|
1075
|
+
msgstr "検出プロキシー"
|
1076
|
+
|
1077
|
+
#: ../lib/foreman_discovery/engine.rb:336
|
1078
|
+
msgid "Discovery Proxy to use within this subnet for managing connection to discovered hosts"
|
1079
|
+
msgstr "検出されたホストへの接続を管理するためにこのサブネット内で使用する検出プロキシー"
|
1080
|
+
|
1081
|
+
#: ../lib/foreman_discovery/engine.rb:337
|
1082
|
+
msgid "ID of Discovery Proxy to use within this subnet for managing connection to discovered hosts"
|
1083
|
+
msgstr "検出されたホストへの接続を管理するためにこのサブネット内で使用する検出プロキシーの ID"
|
1084
|
+
|
1085
|
+
#: ../webpack/__mocks__/foremanReact/components/common/EmptyState/EmptyStatePattern.js:33
|
1086
|
+
msgid "For more information please see "
|
1087
|
+
msgstr "詳細は、以下を参照してください: "
|
1088
|
+
|
1089
|
+
#: ../webpack/__mocks__/foremanReact/components/common/EmptyState/EmptyStatePattern.js:34
|
1090
|
+
msgid "documentation"
|
1091
|
+
msgstr "ドキュメント"
|
1092
|
+
|
1093
|
+
#: ../webpack/src/ForemanDiscovery/DiscoveredHosts/Components/EmptyState/EmptyState.js:7
|
1094
|
+
msgid "No discovered hosts found in this context. This page shows discovered bare-metal or virtual nodes waiting to be provisioned."
|
1095
|
+
msgstr "このコンテキストで検出されたホストはありません。このページでは、プロビジョニングする予定の検出されたベアメタルまたは仮想ノードを表示しています。"
|
1096
|
+
|
1097
|
+
#: ../webpack/src/ForemanDiscovery/DiscoveredHosts/Components/EmptyState/EmptyState.js:15
|
1098
|
+
msgid "Foreman Discovery"
|
1099
|
+
msgstr ""
|
1100
|
+
|
1101
|
+
#: ../webpack/src/ForemanDiscovery/DiscoveryRules/Components/EmptyState/EmptyState.js:12
|
1102
|
+
msgid "No Discovery Rules found in this context. Create Discovery Rules to perform automated provisioning on Discovered Hosts"
|
1103
|
+
msgstr "このコンテキストで検出された検出ルールはありません。検出されたホストで自動プロビジョニングを実行するための検出ルールを作成してください。"
|
1104
|
+
|
1105
|
+
#: action_names.rb:2
|
1106
|
+
msgid "Remote action:"
|
1107
|
+
msgstr "リモートアクション:"
|
1108
|
+
|
1109
|
+
#: action_names.rb:3
|
1110
|
+
msgid "Import Puppet classes"
|
1111
|
+
msgstr "Puppet クラスのインポート"
|
1112
|
+
|
1113
|
+
#: action_names.rb:4
|
1114
|
+
msgid "Import facts"
|
1115
|
+
msgstr "ファクトのインポート"
|
1116
|
+
|
1117
|
+
#: action_names.rb:5
|
1118
|
+
msgid "Action with sub plans"
|
1119
|
+
msgstr "サブプランによるアクション"
|