foreman_discovery 10.0.0 → 11.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/app/controllers/api/v2/discovered_hosts_controller.rb +1 -1
- data/app/controllers/api/v2/discovery_rules_controller.rb +2 -1
- data/app/controllers/concerns/foreman/controller/parameters/discovered_host.rb +9 -2
- data/app/controllers/discovered_hosts_controller.rb +16 -15
- data/app/controllers/discovery_rules_controller.rb +1 -1
- data/app/models/host/discovered.rb +10 -4
- data/app/models/host/managed_extensions.rb +4 -1
- data/app/views/foreman_discovery/debian_kexec.erb +1 -1
- data/db/migrate/20141107091416_create_discovery_rules.rb +1 -1
- data/db/migrate/20141107091417_add_discovery_rule_to_host.rb +1 -1
- data/db/migrate/20141126165451_add_discovery_id_to_subnet.rb +1 -1
- data/db/migrate/20141223101707_create_discovery_attribute_sets.rb +1 -1
- data/db/migrate/20141223142759_fill_discovery_attribute_sets_for_existing_hosts.rb +1 -1
- data/db/migrate/20150302112545_remove_duplicate_tokens_from_hosts.rb +1 -1
- data/db/migrate/20150310153859_remove_discovery_attribute_sets_from_managed_hosts.rb +1 -1
- data/db/migrate/20150331132115_remove_old_permissions.rb +1 -1
- data/db/migrate/20150505111345_remove_leftover_tokens.rb +1 -1
- data/db/migrate/20150512150432_remove_old_discovery_reader_permissions.rb +1 -1
- data/db/migrate/20150714144500_review_discovery_permissions.rb +1 -1
- data/db/migrate/20151023144501_regenerate_red_hat_kexec.rb +1 -1
- data/db/migrate/20160719124942_add_missing_view_permissions.rb +1 -1
- data/db/migrate/20160805104605_rename_lock_template_setting.rb +1 -1
- data/db/migrate/20160818091421_add_permissions_from_default_roles.rb +1 -1
- data/db/migrate/20160925213030_change_discovery_widget_names.rb +1 -1
- data/db/migrate/20160927164411_define_explicit_length_for_discovery_rule_attributes.rb +1 -1
- data/db/migrate/20161006094714_add_constraints_on_subnets_smart_proxies.rb +4 -1
- data/lib/foreman_discovery/engine.rb +2 -1
- data/lib/foreman_discovery/version.rb +1 -1
- data/locale/ca/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ca/foreman_discovery.edit.po +47 -38
- data/locale/ca/foreman_discovery.po +18 -11
- data/locale/de/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/de/foreman_discovery.edit.po +50 -42
- data/locale/de/foreman_discovery.po +21 -15
- data/locale/en/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/en/foreman_discovery.edit.po +51 -43
- data/locale/en/foreman_discovery.po +7 -1
- data/locale/en_GB/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/en_GB/foreman_discovery.edit.po +43 -35
- data/locale/en_GB/foreman_discovery.po +14 -8
- data/locale/es/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/es/foreman_discovery.edit.po +208 -200
- data/locale/es/foreman_discovery.po +179 -173
- data/locale/foreman_discovery.pot +52 -44
- data/locale/fr/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/fr/foreman_discovery.edit.po +54 -46
- data/locale/fr/foreman_discovery.po +25 -19
- data/locale/gl/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/gl/foreman_discovery.edit.po +37 -29
- data/locale/gl/foreman_discovery.po +8 -2
- data/locale/it/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/it/foreman_discovery.edit.po +51 -43
- data/locale/it/foreman_discovery.po +22 -16
- data/locale/ja/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ja/foreman_discovery.edit.po +184 -176
- data/locale/ja/foreman_discovery.po +155 -151
- data/locale/ko/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ko/foreman_discovery.edit.po +57 -49
- data/locale/ko/foreman_discovery.po +28 -22
- data/locale/pt_BR/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/pt_BR/foreman_discovery.edit.po +206 -198
- data/locale/pt_BR/foreman_discovery.po +177 -171
- data/locale/ru/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ru/foreman_discovery.edit.po +57 -49
- data/locale/ru/foreman_discovery.po +28 -22
- data/locale/sv_SE/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/sv_SE/foreman_discovery.edit.po +37 -29
- data/locale/sv_SE/foreman_discovery.po +8 -2
- data/locale/zh_CN/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/zh_CN/foreman_discovery.edit.po +204 -196
- data/locale/zh_CN/foreman_discovery.po +177 -169
- data/locale/zh_TW/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/zh_TW/foreman_discovery.edit.po +47 -39
- data/locale/zh_TW/foreman_discovery.po +18 -12
- data/test/factories/discovery_host_related.rb +2 -2
- data/test/factories/discovery_rule_related.rb +1 -1
- data/test/functional/api/v2/discovered_hosts_controller_test.rb +28 -27
- data/test/functional/api/v2/discovery_rules_controller_test.rb +14 -14
- data/test/functional/api/v2/fact_value_extensions_test.rb +5 -2
- data/test/functional/discovered_hosts_controller_test.rb +47 -40
- data/test/functional/discovery_rules_controller_test.rb +14 -14
- data/test/functional/foreman_discovery/concerns/hosts_controller_extensions_test.rb +2 -2
- data/test/integration/discovered_hosts_test.rb +151 -0
- data/test/test_helper_discovery.rb +53 -23
- data/test/test_plugin_helper.rb +3 -7
- data/test/unit/discovered_extensions_test.rb +40 -38
- data/test/unit/discovered_mailer_test.rb +1 -1
- data/test/unit/discovery_attribute_set_test.rb +4 -2
- data/test/unit/discovery_rule_test.rb +2 -2
- data/test/unit/discovery_taxonomy_extensions_test.rb +1 -1
- data/test/unit/fact_parser_test.rb +1 -1
- data/test/unit/host_discovered_test.rb +26 -23
- data/test/unit/managed_extensions_test.rb +1 -1
- data/test/unit/ui_notifications/destroy_host_test.rb +21 -17
- data/test/unit/ui_notifications/new_host_test.rb +11 -11
- metadata +8 -3
- data/config/as_deprecation_whitelist.yaml +0 -0
@@ -7,10 +7,10 @@
|
|
7
7
|
# caifti <caifti@gmail.com>, 2014
|
8
8
|
msgid ""
|
9
9
|
msgstr ""
|
10
|
-
"Project-Id-Version: foreman_discovery
|
10
|
+
"Project-Id-Version: foreman_discovery 10.0.0\n"
|
11
11
|
"Report-Msgid-Bugs-To: \n"
|
12
|
-
"PO-Revision-Date:
|
13
|
-
"Last-Translator:
|
12
|
+
"PO-Revision-Date: 2018-01-05 19:26+0000\n"
|
13
|
+
"Last-Translator: Bryan Kearney <bryan.kearney@gmail.com>\n"
|
14
14
|
"Language-Team: Italian (http://www.transifex.com/foreman/foreman/language/it/)"
|
15
15
|
"\n"
|
16
16
|
"MIME-Version: 1.0\n"
|
@@ -116,7 +116,7 @@ msgid "Destroyed selected hosts"
|
|
116
116
|
msgstr "Host selezionati annullati"
|
117
117
|
|
118
118
|
msgid "Details"
|
119
|
-
msgstr ""
|
119
|
+
msgstr "Dettagli:"
|
120
120
|
|
121
121
|
msgid "Disable"
|
122
122
|
msgstr "Disabilita"
|
@@ -263,7 +263,7 @@ msgid "Foreman discovered hosts summary"
|
|
263
263
|
msgstr ""
|
264
264
|
|
265
265
|
msgid "Hardware"
|
266
|
-
msgstr ""
|
266
|
+
msgstr "Hardware"
|
267
267
|
|
268
268
|
msgid "Hardware facts"
|
269
269
|
msgstr ""
|
@@ -281,7 +281,7 @@ msgid "Host %{host} was provisioned with rule %{rule}"
|
|
281
281
|
msgstr "È stato eseguito il provisioning dell'host %{host} con la regola %{rule}"
|
282
282
|
|
283
283
|
msgid "Host Group"
|
284
|
-
msgstr ""
|
284
|
+
msgstr "Gruppo di host"
|
285
285
|
|
286
286
|
msgid "Host group location %s must also be associated to the discovery rule"
|
287
287
|
msgid_plural "Host group locations %s must also be associated to the discovery rule"
|
@@ -309,10 +309,10 @@ msgid "Hostnames must not start with numbers. A good approach is to use unique i
|
|
309
309
|
msgstr ""
|
310
310
|
|
311
311
|
msgid "Hosts"
|
312
|
-
msgstr ""
|
312
|
+
msgstr "Hosts"
|
313
313
|
|
314
314
|
msgid "Hosts Limit"
|
315
|
-
msgstr ""
|
315
|
+
msgstr "Limite host"
|
316
316
|
|
317
317
|
msgid "Hosts/Limit"
|
318
318
|
msgstr ""
|
@@ -327,13 +327,13 @@ msgid "IP address"
|
|
327
327
|
msgstr "indirizzo IP"
|
328
328
|
|
329
329
|
msgid "IPMI"
|
330
|
-
msgstr ""
|
330
|
+
msgstr "IPMI"
|
331
331
|
|
332
332
|
msgid "IPMI facts"
|
333
333
|
msgstr ""
|
334
334
|
|
335
335
|
msgid "Identifier"
|
336
|
-
msgstr "
|
336
|
+
msgstr "Identificazione"
|
337
337
|
|
338
338
|
msgid "Image API processing error: %{msg} (HTTP/%{code}, body: %{body})"
|
339
339
|
msgstr ""
|
@@ -351,7 +351,7 @@ msgid "Interface fact"
|
|
351
351
|
msgstr ""
|
352
352
|
|
353
353
|
msgid "Interfaces"
|
354
|
-
msgstr ""
|
354
|
+
msgstr "Interfaccia"
|
355
355
|
|
356
356
|
msgid "Invalid facts, must be a Hash"
|
357
357
|
msgstr "Eventi non validi, deve essere un Hash"
|
@@ -414,7 +414,7 @@ msgid "Memory"
|
|
414
414
|
msgstr "Memoria"
|
415
415
|
|
416
416
|
msgid "Miscellaneous"
|
417
|
-
msgstr ""
|
417
|
+
msgstr "Varie"
|
418
418
|
|
419
419
|
msgid "Model"
|
420
420
|
msgstr "Modello"
|
@@ -429,7 +429,7 @@ msgid "Name"
|
|
429
429
|
msgstr "Nome"
|
430
430
|
|
431
431
|
msgid "Network"
|
432
|
-
msgstr ""
|
432
|
+
msgstr "Rete"
|
433
433
|
|
434
434
|
msgid "Network facts"
|
435
435
|
msgstr ""
|
@@ -585,7 +585,7 @@ msgid "Show a discovery rule"
|
|
585
585
|
msgstr "Visualizza una regola per la scoperta"
|
586
586
|
|
587
587
|
msgid "Software"
|
588
|
-
msgstr ""
|
588
|
+
msgstr "Software"
|
589
589
|
|
590
590
|
msgid "Software facts"
|
591
591
|
msgstr ""
|
@@ -597,7 +597,7 @@ msgid "Specify target hostname template pattern in the same syntax as in Provisi
|
|
597
597
|
msgstr "Specifica il pattern del template per l'hostname di destinazione con la stessa sintassi dei template di provisioning (ERB)."
|
598
598
|
|
599
599
|
msgid "Storage"
|
600
|
-
msgstr ""
|
600
|
+
msgstr "Storage"
|
601
601
|
|
602
602
|
msgid "Storage facts"
|
603
603
|
msgstr ""
|
@@ -639,7 +639,7 @@ msgid "This page shows discovered bare-metal or virtual nodes waiting to be prov
|
|
639
639
|
msgstr ""
|
640
640
|
|
641
641
|
msgid "Type"
|
642
|
-
msgstr ""
|
642
|
+
msgstr "Tipo"
|
643
643
|
|
644
644
|
msgid "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
|
645
645
|
msgstr "UUID per controllare gli stati dei compiti d'orchestrazione, GET /api/orchestration/:UUID/tasks"
|
@@ -692,6 +692,9 @@ msgstr ""
|
|
692
692
|
msgid "items selected. Uncheck to Clear"
|
693
693
|
msgstr "oggetti selezionati. Deselezionare per annullare"
|
694
694
|
|
695
|
+
msgid "location ID for provisioned hosts"
|
696
|
+
msgstr ""
|
697
|
+
|
695
698
|
msgid "must start with a letter or ERB."
|
696
699
|
msgstr "deve iniziare con una lettera o ERB."
|
697
700
|
|
@@ -704,6 +707,9 @@ msgstr "non necessario se si utilizza una sottorete con DHCP proxy"
|
|
704
707
|
msgid "number of entries per request"
|
705
708
|
msgstr "numero di voci per richiesta"
|
706
709
|
|
710
|
+
msgid "organization ID for provisioned hosts"
|
711
|
+
msgstr ""
|
712
|
+
|
707
713
|
msgid "paginate results"
|
708
714
|
msgstr "paginazione risultati"
|
709
715
|
|
Binary file
|
@@ -6,11 +6,11 @@
|
|
6
6
|
# Shuji Yamada <uzy.exe@gmail.com>, 2015
|
7
7
|
msgid ""
|
8
8
|
msgstr ""
|
9
|
-
"Project-Id-Version: foreman_discovery
|
9
|
+
"Project-Id-Version: foreman_discovery 10.0.0\n"
|
10
10
|
"Report-Msgid-Bugs-To: \n"
|
11
|
-
"POT-Creation-Date: 2017-
|
12
|
-
"PO-Revision-Date:
|
13
|
-
"Last-Translator:
|
11
|
+
"POT-Creation-Date: 2017-12-11 10:28+0100\n"
|
12
|
+
"PO-Revision-Date: 2018-01-05 19:26+0000\n"
|
13
|
+
"Last-Translator: Bryan Kearney <bryan.kearney@gmail.com>\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"
|
@@ -20,7 +20,7 @@ msgstr ""
|
|
20
20
|
|
21
21
|
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:16
|
22
22
|
msgid "List all discovered hosts"
|
23
|
-
msgstr "
|
23
|
+
msgstr "すべての検出されたホストを一覧表示"
|
24
24
|
|
25
25
|
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:17
|
26
26
|
#: ../app/controllers/api/v2/discovery_rules_controller.rb:15
|
@@ -49,11 +49,11 @@ msgstr "検出されたホストの表示"
|
|
49
49
|
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:37
|
50
50
|
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:79
|
51
51
|
msgid "DHCP filename option (Grub2 or PXELinux by default)"
|
52
|
-
msgstr ""
|
52
|
+
msgstr "DHCP ファイル名オプション (デフォルトでは Grub2 または PXELinux)"
|
53
53
|
|
54
54
|
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:41
|
55
55
|
msgid "Create a discovered host for testing (use /facts to create new hosts)"
|
56
|
-
msgstr "
|
56
|
+
msgstr "(新規ホストを作成するための使用 /ファクト) をテストするために検出ホストを作成"
|
57
57
|
|
58
58
|
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:50
|
59
59
|
msgid "Provision a discovered host"
|
@@ -76,7 +76,7 @@ msgstr "オーケストレーションタスクの状態を追跡するための
|
|
76
76
|
msgid ""
|
77
77
|
"required if value is not inherited from host group or default password in "
|
78
78
|
"settings"
|
79
|
-
msgstr "
|
79
|
+
msgstr "値がホストグループから継承されていないか、または設定済みのデフォルトパスワードである場合に必須です。"
|
80
80
|
|
81
81
|
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:89
|
82
82
|
msgid "Delete a discovered host"
|
@@ -91,64 +91,64 @@ msgid ""
|
|
91
91
|
"hash containing facts for the host with minimum set of facts: "
|
92
92
|
"discovery_bootif, macaddress_eth0, ipaddress, ipaddress_eth0, interfaces: "
|
93
93
|
"eth0 (example in case primary interface is named eth0)"
|
94
|
-
msgstr "
|
94
|
+
msgstr "ファクトの最小セットが設定されたホストのファクトを含むハッシュ : discovery_bootif、macaddress_eth0、ipaddress、ipaddress_eth0、 interfaces: eth0 (プライマリーインターフェースの名前が eth0 の場合の例)"
|
95
95
|
|
96
96
|
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:117
|
97
97
|
msgid "Execute rules against a discovered host"
|
98
|
-
msgstr "
|
98
|
+
msgstr "検出されたホストに対するルールの実行"
|
99
99
|
|
100
100
|
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:123
|
101
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
101
|
+
#: ../app/controllers/discovered_hosts_controller.rb:150
|
102
102
|
msgid "Host %{host} was provisioned with rule %{rule}"
|
103
|
-
msgstr "
|
103
|
+
msgstr "ホスト %{host} がルール %{rule} でプロビジョニングされています"
|
104
104
|
|
105
105
|
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:126
|
106
106
|
msgid "Unable to provision %{host}: %{errors}"
|
107
107
|
msgstr "%{host} をプロビジョニングできません: %{errors}"
|
108
108
|
|
109
109
|
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:132
|
110
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
110
|
+
#: ../app/controllers/discovered_hosts_controller.rb:157
|
111
111
|
msgid "No rule found for host %s"
|
112
|
-
msgstr "ホスト %s
|
112
|
+
msgstr "ホスト %s に対するルールは見つかりません"
|
113
113
|
|
114
114
|
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:139
|
115
115
|
msgid "Execute rules against all currently discovered hosts"
|
116
|
-
msgstr "
|
116
|
+
msgstr "現在検出されているすべてのホストに対するルールの実行"
|
117
117
|
|
118
118
|
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:143
|
119
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
119
|
+
#: ../app/controllers/discovered_hosts_controller.rb:163
|
120
120
|
msgid "Errors during auto provisioning: %s"
|
121
121
|
msgstr "自動プロビジョニング時のエラー: %s"
|
122
122
|
|
123
123
|
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:146
|
124
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
124
|
+
#: ../app/controllers/discovered_hosts_controller.rb:166
|
125
125
|
msgid "No discovered hosts to provision"
|
126
126
|
msgstr "プロビジョニングする検出されたホストがありません"
|
127
127
|
|
128
128
|
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:168
|
129
129
|
msgid "%s discovered hosts were provisioned"
|
130
|
-
msgstr "%s
|
130
|
+
msgstr "%s 検出されたホストがプロビジョニングされました"
|
131
131
|
|
132
132
|
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:179
|
133
133
|
msgid "Refreshing the facts of a discovered host"
|
134
|
-
msgstr "
|
134
|
+
msgstr "検出されたホストのファクトの更新中"
|
135
135
|
|
136
136
|
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:188
|
137
137
|
msgid "Rebooting a discovered host"
|
138
|
-
msgstr "
|
138
|
+
msgstr "検出されたホストの再起動中"
|
139
139
|
|
140
140
|
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:197
|
141
141
|
msgid "Rebooting all discovered hosts"
|
142
|
-
msgstr "
|
142
|
+
msgstr "すべての検出されたホストの再起動中"
|
143
143
|
|
144
144
|
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:208
|
145
145
|
#: ../app/controllers/discovered_hosts_controller.rb:125
|
146
146
|
msgid "Discovered hosts are rebooting now"
|
147
|
-
msgstr "
|
147
|
+
msgstr "検出されたホストの再起動中"
|
148
148
|
|
149
149
|
#: ../app/controllers/api/v2/discovery_rules_controller.rb:14
|
150
150
|
msgid "List all discovery rules"
|
151
|
-
msgstr "
|
151
|
+
msgstr "すべての検出ルールを表示"
|
152
152
|
|
153
153
|
#: ../app/controllers/api/v2/discovery_rules_controller.rb:24
|
154
154
|
msgid "Show a discovery rule"
|
@@ -156,11 +156,11 @@ msgstr "検出ルールの表示"
|
|
156
156
|
|
157
157
|
#: ../app/controllers/api/v2/discovery_rules_controller.rb:32
|
158
158
|
msgid "represents rule name shown to the users"
|
159
|
-
msgstr "
|
159
|
+
msgstr "ユーザーに表示されるルール名の表示"
|
160
160
|
|
161
161
|
#: ../app/controllers/api/v2/discovery_rules_controller.rb:33
|
162
162
|
msgid "query to match discovered hosts for the particular rule"
|
163
|
-
msgstr "
|
163
|
+
msgstr "特定ルールの検出されたホストに一致するクエリー"
|
164
164
|
|
165
165
|
#: ../app/controllers/api/v2/discovery_rules_controller.rb:34
|
166
166
|
msgid "the hostgroup that is used to auto provision a host"
|
@@ -169,40 +169,48 @@ msgstr "ホストの自動プロビジョニングに使用されるホストグ
|
|
169
169
|
#: ../app/controllers/api/v2/discovery_rules_controller.rb:35
|
170
170
|
msgid ""
|
171
171
|
"defines a pattern to assign human-readable hostnames to the matching hosts"
|
172
|
-
msgstr "
|
172
|
+
msgstr "人が判読できるホスト名を一致するホストに割り当てるパターンの定義"
|
173
173
|
|
174
174
|
#: ../app/controllers/api/v2/discovery_rules_controller.rb:36
|
175
175
|
msgid "enables to limit maximum amount of provisioned hosts per rule"
|
176
|
-
msgstr "
|
176
|
+
msgstr "ルール別のプロビジョニングされたホストの最大数の制限を許可"
|
177
177
|
|
178
178
|
#: ../app/controllers/api/v2/discovery_rules_controller.rb:37
|
179
179
|
msgid ""
|
180
180
|
"puts the rules in order, low numbers go first. Must be greater then zero"
|
181
|
-
msgstr "
|
181
|
+
msgstr "ルールを低い数字の順に配置。ゼロより大きい値である必要があります。"
|
182
182
|
|
183
183
|
#: ../app/controllers/api/v2/discovery_rules_controller.rb:38
|
184
184
|
msgid "flag is used for temporary shutdown of rules"
|
185
|
-
msgstr "
|
185
|
+
msgstr "フラグはルールの一時的な停止に使用されます"
|
186
|
+
|
187
|
+
#: ../app/controllers/api/v2/discovery_rules_controller.rb:39
|
188
|
+
msgid "location ID for provisioned hosts"
|
189
|
+
msgstr ""
|
186
190
|
|
187
|
-
#: ../app/controllers/api/v2/discovery_rules_controller.rb:
|
191
|
+
#: ../app/controllers/api/v2/discovery_rules_controller.rb:40
|
192
|
+
msgid "organization ID for provisioned hosts"
|
193
|
+
msgstr ""
|
194
|
+
|
195
|
+
#: ../app/controllers/api/v2/discovery_rules_controller.rb:44
|
188
196
|
msgid "Create a discovery rule"
|
189
197
|
msgstr "検出ルールの作成"
|
190
198
|
|
191
|
-
#: ../app/controllers/api/v2/discovery_rules_controller.rb:
|
199
|
+
#: ../app/controllers/api/v2/discovery_rules_controller.rb:52
|
192
200
|
msgid "Update a rule"
|
193
201
|
msgstr "ルールの更新"
|
194
202
|
|
195
|
-
#: ../app/controllers/api/v2/discovery_rules_controller.rb:
|
203
|
+
#: ../app/controllers/api/v2/discovery_rules_controller.rb:60
|
196
204
|
msgid "Delete a rule"
|
197
205
|
msgstr "ルールの削除"
|
198
206
|
|
199
207
|
#: ../app/controllers/api/v2/fact_values_controller_extensions.rb:7
|
200
208
|
msgid "List all fact values of a given discovered host"
|
201
|
-
msgstr ""
|
209
|
+
msgstr "指定の検出されたホストのすべての値を一覧表示"
|
202
210
|
|
203
211
|
#: ../app/controllers/concerns/foreman/controller/discovered_extensions.rb:6
|
204
212
|
msgid "Unable to find a discovery rule, no host provided (check permissions)"
|
205
|
-
msgstr "
|
213
|
+
msgstr "検出ルールを見つけることができません。指定されるホストがありません (パーミッションを確認してください)"
|
206
214
|
|
207
215
|
#: ../app/controllers/concerns/foreman/controller/discovered_extensions.rb:47
|
208
216
|
msgid "No hostgroup associated with rule '%s'"
|
@@ -210,15 +218,15 @@ msgstr "ルール '%s' に関連付けられたホストグループがありま
|
|
210
218
|
|
211
219
|
#: ../app/controllers/concerns/foreman/controller/discovered_extensions.rb:71
|
212
220
|
msgid "Errors during reboot: %s"
|
213
|
-
msgstr "
|
221
|
+
msgstr "再起動時のエラー: %s"
|
214
222
|
|
215
223
|
#: ../app/controllers/concerns/foreman/controller/discovered_extensions.rb:89
|
216
224
|
msgid "No discovered hosts to reboot"
|
217
|
-
msgstr "
|
225
|
+
msgstr "再起動する検出されたホストがありません"
|
218
226
|
|
219
227
|
#: ../app/controllers/discovered_hosts_controller.rb:61
|
220
228
|
msgid "Successfully provisioned %s"
|
221
|
-
msgstr ""
|
229
|
+
msgstr "%s が正常にプロビジョニングされました"
|
222
230
|
|
223
231
|
#: ../app/controllers/discovered_hosts_controller.rb:93
|
224
232
|
msgid "Facts refreshed for %s"
|
@@ -230,15 +238,15 @@ msgstr "%s のファクトの更新に失敗しました"
|
|
230
238
|
|
231
239
|
#: ../app/controllers/discovered_hosts_controller.rb:98
|
232
240
|
msgid "Failed to refresh facts for %{hostname} with error %{error_message}"
|
233
|
-
msgstr "
|
241
|
+
msgstr "%{hostname} のファクトの更新に失敗し、エラー %{error_message} が発生しました"
|
234
242
|
|
235
243
|
#: ../app/controllers/discovered_hosts_controller.rb:105
|
236
244
|
msgid "Host of type %s can not be rebooted"
|
237
|
-
msgstr "タイプ %s
|
245
|
+
msgstr "タイプ %s のホストを再起動できません"
|
238
246
|
|
239
247
|
#: ../app/controllers/discovered_hosts_controller.rb:109
|
240
248
|
msgid "Rebooting host %s"
|
241
|
-
msgstr "ホスト %s
|
249
|
+
msgstr "ホスト %s の再起動中"
|
242
250
|
|
243
251
|
#: ../app/controllers/discovered_hosts_controller.rb:111
|
244
252
|
msgid "Failed to reboot host %s"
|
@@ -246,75 +254,75 @@ msgstr "ホスト %s の再起動に失敗しました"
|
|
246
254
|
|
247
255
|
#: ../app/controllers/discovered_hosts_controller.rb:114
|
248
256
|
msgid "Failed to reboot host %{hostname} with error %{error_message}"
|
249
|
-
msgstr "
|
257
|
+
msgstr "ホスト %{hostname} の再起動に失敗し、エラー %{error_message} が発生しました"
|
250
258
|
|
251
259
|
#: ../app/controllers/discovered_hosts_controller.rb:128
|
252
260
|
msgid "Failed to reboot hosts with error %s"
|
253
|
-
msgstr "
|
261
|
+
msgstr "ホストの再起動に失敗し、エラー %s が発生しました"
|
254
262
|
|
255
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
263
|
+
#: ../app/controllers/discovered_hosts_controller.rb:140
|
256
264
|
msgid "Destroyed selected hosts"
|
257
265
|
msgstr "破棄された選択済みホスト"
|
258
266
|
|
259
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
267
|
+
#: ../app/controllers/discovered_hosts_controller.rb:142
|
260
268
|
msgid "The following hosts were not deleted: %s"
|
261
269
|
msgstr "次のホストが削除されました: %s"
|
262
270
|
|
263
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
271
|
+
#: ../app/controllers/discovered_hosts_controller.rb:154
|
264
272
|
msgid "Failed to auto provision host %s: %s"
|
265
273
|
msgstr "ホスト %s の自動プロビジョニングに失敗しました: %s"
|
266
274
|
|
267
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
275
|
+
#: ../app/controllers/discovered_hosts_controller.rb:182
|
268
276
|
msgid "Discovered hosts are provisioning now"
|
269
|
-
msgstr "
|
277
|
+
msgstr "検出されたホストのプロビジョニング中"
|
270
278
|
|
271
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
279
|
+
#: ../app/controllers/discovered_hosts_controller.rb:214
|
272
280
|
msgid "Highlights"
|
273
|
-
msgstr ""
|
281
|
+
msgstr "ハイライト"
|
274
282
|
|
275
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
283
|
+
#: ../app/controllers/discovered_hosts_controller.rb:214
|
276
284
|
msgid "Storage"
|
277
|
-
msgstr ""
|
285
|
+
msgstr "ストレージ"
|
278
286
|
|
279
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
287
|
+
#: ../app/controllers/discovered_hosts_controller.rb:214
|
280
288
|
msgid "Hardware"
|
281
|
-
msgstr ""
|
289
|
+
msgstr "ハードウェア"
|
282
290
|
|
283
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
291
|
+
#: ../app/controllers/discovered_hosts_controller.rb:214
|
284
292
|
msgid "Network"
|
285
|
-
msgstr ""
|
293
|
+
msgstr "ネットワーク"
|
286
294
|
|
287
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
295
|
+
#: ../app/controllers/discovered_hosts_controller.rb:214
|
288
296
|
msgid "Software"
|
289
|
-
msgstr ""
|
297
|
+
msgstr "ソフトウェア"
|
290
298
|
|
291
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
299
|
+
#: ../app/controllers/discovered_hosts_controller.rb:214
|
292
300
|
msgid "IPMI"
|
293
|
-
msgstr ""
|
301
|
+
msgstr "IPMI"
|
294
302
|
|
295
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
303
|
+
#: ../app/controllers/discovered_hosts_controller.rb:214
|
296
304
|
msgid "Miscellaneous"
|
297
|
-
msgstr ""
|
305
|
+
msgstr "その他"
|
298
306
|
|
299
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
307
|
+
#: ../app/controllers/discovered_hosts_controller.rb:291
|
300
308
|
msgid "No hosts were found with that id or name"
|
301
309
|
msgstr "該当する ID または名前のホストが見つかりませんでした"
|
302
310
|
|
303
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
311
|
+
#: ../app/controllers/discovered_hosts_controller.rb:295
|
304
312
|
msgid "No hosts selected"
|
305
313
|
msgstr "ホストが選択されていません"
|
306
314
|
|
307
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
315
|
+
#: ../app/controllers/discovered_hosts_controller.rb:301
|
308
316
|
msgid "Something went wrong while selecting hosts - %s"
|
309
317
|
msgstr "ホストの選択中に問題が発生しました - %s"
|
310
318
|
|
311
319
|
#: ../app/controllers/discovery_rules_controller.rb:68
|
312
320
|
msgid "Rule enabled"
|
313
|
-
msgstr "
|
321
|
+
msgstr "有効にされたルール"
|
314
322
|
|
315
323
|
#: ../app/controllers/discovery_rules_controller.rb:68
|
316
324
|
msgid "Rule disabled"
|
317
|
-
msgstr "
|
325
|
+
msgstr "無効にされたルール"
|
318
326
|
|
319
327
|
#: ../app/helpers/discovered_hosts_helper.rb:10
|
320
328
|
msgid "%s ago"
|
@@ -373,19 +381,19 @@ msgstr "%s - 以下のホストはすぐに変更されます"
|
|
373
381
|
#: ../app/helpers/discovered_hosts_helper.rb:48
|
374
382
|
#: ../app/views/dashboard/_discovery_widget_host.html.erb:2
|
375
383
|
msgid "N/A"
|
376
|
-
msgstr "
|
384
|
+
msgstr "該当なし"
|
377
385
|
|
378
386
|
#: ../app/helpers/discovered_hosts_helper.rb:60
|
379
387
|
msgid "New in the last 24 hours"
|
380
|
-
msgstr "過去 24
|
388
|
+
msgstr "過去 24 時間以内の新規"
|
381
389
|
|
382
390
|
#: ../app/helpers/discovered_hosts_helper.rb:64
|
383
391
|
msgid "Not reported in more than 7 days"
|
384
|
-
msgstr "
|
392
|
+
msgstr "8 日以上報告なし"
|
385
393
|
|
386
394
|
#: ../app/helpers/discovered_hosts_helper.rb:68
|
387
395
|
msgid "Reported in the last 7 days"
|
388
|
-
msgstr "過去 7
|
396
|
+
msgstr "過去 7 日以内に報告あり"
|
389
397
|
|
390
398
|
#: ../app/helpers/discovered_hosts_helper.rb:92
|
391
399
|
msgid "Provision"
|
@@ -397,84 +405,84 @@ msgstr "プロビジョニング"
|
|
397
405
|
#: ../app/views/discovered_hosts/welcome.html.erb:6
|
398
406
|
#: ../lib/foreman_discovery/engine.rb:166
|
399
407
|
msgid "Discovered Hosts"
|
400
|
-
msgstr ""
|
408
|
+
msgstr "検出されたホスト"
|
401
409
|
|
402
410
|
#: ../app/helpers/discovery_rules_helper.rb:27
|
403
411
|
msgid "Associated Hosts"
|
404
|
-
msgstr ""
|
412
|
+
msgstr "関連付けられたホスト"
|
405
413
|
|
406
414
|
#: ../app/helpers/discovery_rules_helper.rb:29
|
407
415
|
msgid "Disable"
|
408
|
-
msgstr "
|
416
|
+
msgstr "無効化"
|
409
417
|
|
410
418
|
#: ../app/helpers/discovery_rules_helper.rb:29
|
411
419
|
msgid "Disable rule '%s'?"
|
412
|
-
msgstr ""
|
420
|
+
msgstr "ルール '%s' を無効にしますか?"
|
413
421
|
|
414
422
|
#: ../app/helpers/discovery_rules_helper.rb:31
|
415
423
|
msgid "Enable"
|
416
|
-
msgstr "
|
424
|
+
msgstr "有効化"
|
417
425
|
|
418
426
|
#: ../app/helpers/discovery_rules_helper.rb:31
|
419
427
|
msgid "Enable rule '%s'?"
|
420
|
-
msgstr ""
|
428
|
+
msgstr "ルール '%s' を有効にしますか?"
|
421
429
|
|
422
430
|
#: ../app/helpers/discovery_rules_helper.rb:33
|
423
431
|
msgid "Delete rule '%s'?"
|
424
|
-
msgstr ""
|
432
|
+
msgstr "ルール '%s' を削除しますか?"
|
425
433
|
|
426
434
|
#: ../app/mailers/discovered_mailer.rb:4
|
427
435
|
msgid "Must specify a user with email enabled"
|
428
|
-
msgstr "
|
436
|
+
msgstr "メールが有効にされたユーザーを指定する必要があります"
|
429
437
|
|
430
438
|
#: ../app/mailers/discovered_mailer.rb:15
|
431
439
|
msgid "Discovered hosts summary"
|
432
|
-
msgstr ""
|
440
|
+
msgstr "検出されたホストの概要"
|
433
441
|
|
434
442
|
#: ../app/models/discovery_rule.rb:9
|
435
443
|
msgid "can't contain white spaces."
|
436
|
-
msgstr "
|
444
|
+
msgstr "空白を含めることができません。"
|
437
445
|
|
438
446
|
#: ../app/models/discovery_rule.rb:11
|
439
447
|
msgid "must start with a letter or ERB."
|
440
|
-
msgstr "文字または ERB
|
448
|
+
msgstr "文字または ERB で開始する必要があります。"
|
441
449
|
|
442
450
|
#: ../app/models/discovery_rule.rb:45
|
443
451
|
msgid ""
|
444
452
|
"Host group organization %s must also be associated to the discovery rule"
|
445
453
|
msgid_plural ""
|
446
454
|
"Host group organizations %s must also be associated to the discovery rule"
|
447
|
-
msgstr[0] ""
|
455
|
+
msgstr[0] "ホストグループ組織 %s も検出ルールに関連付ける必要があります"
|
448
456
|
|
449
457
|
#: ../app/models/discovery_rule.rb:51
|
450
458
|
msgid "Host group location %s must also be associated to the discovery rule"
|
451
459
|
msgid_plural ""
|
452
460
|
"Host group locations %s must also be associated to the discovery rule"
|
453
|
-
msgstr[0] ""
|
461
|
+
msgstr[0] "ホストグループの場所 %s も検出ルールに関連付ける必要があります"
|
454
462
|
|
455
463
|
#: ../app/models/host/discovered.rb:37
|
456
464
|
msgid "Invalid facts, must be a Hash"
|
457
|
-
msgstr "
|
465
|
+
msgstr "無効なファクトです。ハッシュである必要があります。"
|
458
466
|
|
459
467
|
#: ../app/models/host/discovered.rb:42
|
460
468
|
msgid ""
|
461
469
|
"Expected discovery_fact '%s' is missing, unable to detect primary interface "
|
462
470
|
"and set hostname"
|
463
|
-
msgstr "
|
471
|
+
msgstr "予測された discovery_fact '%s' がありません。プライマリーインターフェースを検出したり、ホスト名を設定したりできません"
|
464
472
|
|
465
473
|
#: ../app/models/host/discovered.rb:49
|
466
474
|
msgid ""
|
467
475
|
"Invalid facts: hash does not contain a valid value for any of the facts in "
|
468
476
|
"the discovery_hostname setting: %s"
|
469
|
-
msgstr ""
|
477
|
+
msgstr "無効なファクト: ハッシュには discovery_hostname 設定のファクトのいずれの有効な値も含まれていません: %s"
|
470
478
|
|
471
479
|
#: ../app/models/host/discovered.rb:66
|
472
480
|
msgid "Facts could not be imported"
|
473
|
-
msgstr ""
|
481
|
+
msgstr "ファクトをインポートできませんでした"
|
474
482
|
|
475
483
|
#: ../app/models/host/discovered.rb:133
|
476
484
|
msgid "Unable to assign subnet, primary interface is missing IP address"
|
477
|
-
msgstr "
|
485
|
+
msgstr "サブネットを割り当てることができません。プライマリーインターフェースには IP アドレスがありません"
|
478
486
|
|
479
487
|
#: ../app/models/host/discovered.rb:190
|
480
488
|
msgid "Could not get facts from proxy %{url}: %{error}"
|
@@ -486,59 +494,59 @@ msgstr "%{url} から %{name} を再起動できません: %{msg}"
|
|
486
494
|
|
487
495
|
#: ../app/models/host/discovered.rb:206
|
488
496
|
msgid "Unable to perform kexec on %{name} via %{url}: %{msg}"
|
489
|
-
msgstr "%{url} から %{name}
|
497
|
+
msgstr "%{url} から kexec を %{name} に対して実行できません: %{msg}"
|
490
498
|
|
491
499
|
#: ../app/models/host/discovered.rb:225
|
492
500
|
msgid "Invalid hostname: Could not normalize the hostname"
|
493
|
-
msgstr ""
|
501
|
+
msgstr "無効なホスト名: ホスト名を正規化できませんでした"
|
494
502
|
|
495
|
-
#: ../app/models/host/managed_extensions.rb:
|
503
|
+
#: ../app/models/host/managed_extensions.rb:23
|
496
504
|
msgid "Reloading kernel on %s"
|
497
|
-
msgstr "%s
|
505
|
+
msgstr "カーネルを %s にリロード中"
|
498
506
|
|
499
|
-
#: ../app/models/host/managed_extensions.rb:
|
507
|
+
#: ../app/models/host/managed_extensions.rb:25
|
500
508
|
msgid "Rebooting %s"
|
501
509
|
msgstr "%s を再起動中"
|
502
510
|
|
503
|
-
#: ../app/models/host/managed_extensions.rb:
|
511
|
+
#: ../app/models/host/managed_extensions.rb:46
|
504
512
|
msgid "Kexec template not associated with operating system"
|
505
|
-
msgstr "Kexec
|
513
|
+
msgstr "オペレーティングシステムに関連付けられていない Kexec テンプレート"
|
506
514
|
|
507
|
-
#: ../app/models/host/managed_extensions.rb:
|
515
|
+
#: ../app/models/host/managed_extensions.rb:51
|
508
516
|
msgid "Kernel kexec URL is invalid: '%s'"
|
509
|
-
msgstr ""
|
517
|
+
msgstr "カーネル kexec URL は無効です: '%s'"
|
510
518
|
|
511
|
-
#: ../app/models/host/managed_extensions.rb:
|
519
|
+
#: ../app/models/host/managed_extensions.rb:52
|
512
520
|
msgid "Init RAM kexec URL is invalid: '%s'"
|
513
|
-
msgstr ""
|
521
|
+
msgstr "Init RAM kexec URL は無効です: '%s'"
|
514
522
|
|
515
523
|
#: ../app/models/nic/managed_extensions.rb:14
|
516
524
|
msgid "Rebuild DNS for %s"
|
517
|
-
msgstr ""
|
525
|
+
msgstr "%s の DNS の再構築"
|
518
526
|
|
519
527
|
#: ../app/models/setting/discovered.rb:19
|
520
528
|
msgid "Fact name to use for primary interface detection"
|
521
|
-
msgstr ""
|
529
|
+
msgstr "プライマリーインターフェースの検出に使用するファクト名"
|
522
530
|
|
523
531
|
#: ../app/models/setting/discovered.rb:19
|
524
532
|
msgid "Interface fact"
|
525
|
-
msgstr ""
|
533
|
+
msgstr "インターフェースファクト"
|
526
534
|
|
527
535
|
#: ../app/models/setting/discovered.rb:20
|
528
536
|
msgid "Clean all reported facts during provisioning (except discovery facts)"
|
529
|
-
msgstr ""
|
537
|
+
msgstr "プロビジョニング時に報告されたすべてのファクトをクリーニング (検出ファクトを除く)"
|
530
538
|
|
531
539
|
#: ../app/models/setting/discovered.rb:20
|
532
540
|
msgid "Clean all facts"
|
533
|
-
msgstr ""
|
541
|
+
msgstr "すべてのファクトのクリーニング"
|
534
542
|
|
535
543
|
#: ../app/models/setting/discovered.rb:21
|
536
544
|
msgid "List of facts to use for the hostname (separated by comma, first wins)"
|
537
|
-
msgstr ""
|
545
|
+
msgstr "ホスト名に使用するファクトの一覧 (コンマ区切り、first wins)"
|
538
546
|
|
539
547
|
#: ../app/models/setting/discovered.rb:21
|
540
548
|
msgid "Hostname facts"
|
541
|
-
msgstr ""
|
549
|
+
msgstr "ホスト名ファクト"
|
542
550
|
|
543
551
|
#: ../app/models/setting/discovered.rb:22
|
544
552
|
msgid ""
|
@@ -548,117 +556,117 @@ msgstr "プロビジョニングルールに基づく新たに検出されたホ
|
|
548
556
|
|
549
557
|
#: ../app/models/setting/discovered.rb:22
|
550
558
|
msgid "Auto provisioning"
|
551
|
-
msgstr ""
|
559
|
+
msgstr "自動プロビジョニング"
|
552
560
|
|
553
561
|
#: ../app/models/setting/discovered.rb:23
|
554
562
|
msgid "Automatically reboot or kexec discovered host during provisioning"
|
555
|
-
msgstr ""
|
563
|
+
msgstr "プロビジョニング時の検出されたホストの自動的な再起動または kexec の実行"
|
556
564
|
|
557
565
|
#: ../app/models/setting/discovered.rb:24
|
558
566
|
msgid "The default prefix to use for the host name, must start with a letter"
|
559
|
-
msgstr "
|
567
|
+
msgstr "ホスト名に使用するデフォルトのプレフィックスは文字で開始する必要があります"
|
560
568
|
|
561
569
|
#: ../app/models/setting/discovered.rb:24
|
562
570
|
msgid "Hostname prefix"
|
563
|
-
msgstr ""
|
571
|
+
msgstr "ホスト名のプレフィックス"
|
564
572
|
|
565
573
|
#: ../app/models/setting/discovered.rb:25
|
566
574
|
msgid "Extra facter columns to show in host lists (separate by comma)"
|
567
|
-
msgstr "
|
575
|
+
msgstr "ホスト一覧に表示される追加の facter 列 (コンマ区切り)"
|
568
576
|
|
569
577
|
#: ../app/models/setting/discovered.rb:25
|
570
578
|
msgid "Fact columns"
|
571
|
-
msgstr ""
|
579
|
+
msgstr "Fact 列"
|
572
580
|
|
573
581
|
#: ../app/models/setting/discovered.rb:26
|
574
582
|
msgid "Regex to organize facts for highlights section - e.g. ^(abc|cde)$"
|
575
|
-
msgstr ""
|
583
|
+
msgstr "ハイライトセクションのファクトを整理するための Regex (例: ^(abc|cde)$)"
|
576
584
|
|
577
585
|
#: ../app/models/setting/discovered.rb:26
|
578
586
|
msgid "Highlighted facts"
|
579
|
-
msgstr ""
|
587
|
+
msgstr "ハイライトされたファクト"
|
580
588
|
|
581
589
|
#: ../app/models/setting/discovered.rb:27
|
582
590
|
msgid "Regex to organize facts for storage section"
|
583
|
-
msgstr "
|
591
|
+
msgstr "ストレージセクションのファクトを整理するための Regex"
|
584
592
|
|
585
593
|
#: ../app/models/setting/discovered.rb:27
|
586
594
|
msgid "Storage facts"
|
587
|
-
msgstr ""
|
595
|
+
msgstr "ストレージファクト"
|
588
596
|
|
589
597
|
#: ../app/models/setting/discovered.rb:28
|
590
598
|
msgid "Regex to organize facts for software section"
|
591
|
-
msgstr "
|
599
|
+
msgstr "ソフトウェアセクションのファクトを整理するための Regex"
|
592
600
|
|
593
601
|
#: ../app/models/setting/discovered.rb:28
|
594
602
|
msgid "Software facts"
|
595
|
-
msgstr ""
|
603
|
+
msgstr "ソフトウェアファクト"
|
596
604
|
|
597
605
|
#: ../app/models/setting/discovered.rb:29
|
598
606
|
msgid "Regex to organize facts for hardware section"
|
599
|
-
msgstr "
|
607
|
+
msgstr "ハードウェアセクションのファクトを整理するための Regex"
|
600
608
|
|
601
609
|
#: ../app/models/setting/discovered.rb:29
|
602
610
|
msgid "Hardware facts"
|
603
|
-
msgstr ""
|
611
|
+
msgstr "ハードウェアファクト"
|
604
612
|
|
605
613
|
#: ../app/models/setting/discovered.rb:30
|
606
614
|
msgid "Regex to organize facts for network section"
|
607
|
-
msgstr "
|
615
|
+
msgstr "ネットワークセクションのファクトを整理するための Regex"
|
608
616
|
|
609
617
|
#: ../app/models/setting/discovered.rb:30
|
610
618
|
msgid "Network facts"
|
611
|
-
msgstr ""
|
619
|
+
msgstr "ネットワークファクト"
|
612
620
|
|
613
621
|
#: ../app/models/setting/discovered.rb:31
|
614
622
|
msgid "Regex to organize facts for ipmi section"
|
615
|
-
msgstr "ipmi
|
623
|
+
msgstr "ipmi セクションのファクトを整理するための Regex"
|
616
624
|
|
617
625
|
#: ../app/models/setting/discovered.rb:31
|
618
626
|
msgid "IPMI facts"
|
619
|
-
msgstr ""
|
627
|
+
msgstr "IPMI ファクト"
|
620
628
|
|
621
629
|
#: ../app/models/setting/discovered.rb:32
|
622
630
|
msgid ""
|
623
631
|
"Automatically generate PXE configuration to pin a newly discovered host to "
|
624
632
|
"discovery"
|
625
|
-
msgstr ""
|
633
|
+
msgstr "新規に検出されたホストを検出に固定するための PXE 設定の自動生成"
|
626
634
|
|
627
635
|
#: ../app/models/setting/discovered.rb:32
|
628
636
|
msgid "Lock PXE"
|
629
|
-
msgstr ""
|
637
|
+
msgstr "PXE のロック"
|
630
638
|
|
631
639
|
#: ../app/models/setting/discovered.rb:33
|
632
640
|
msgid "PXELinux template to be used when pinning a host to discovery"
|
633
|
-
msgstr ""
|
641
|
+
msgstr "ホストを検出に固定する際に使用される PXELinux テンプレート"
|
634
642
|
|
635
643
|
#: ../app/models/setting/discovered.rb:33
|
636
644
|
msgid "Locked PXELinux template name"
|
637
|
-
msgstr ""
|
645
|
+
msgstr "ロックされた PXELinux テンプレート名"
|
638
646
|
|
639
647
|
#: ../app/models/setting/discovered.rb:34
|
640
648
|
msgid "PXEGrub template to be used when pinning a host to discovery"
|
641
|
-
msgstr ""
|
649
|
+
msgstr "ホストを検出に固定する際に使用される PXEGrub テンプレート"
|
642
650
|
|
643
651
|
#: ../app/models/setting/discovered.rb:34
|
644
652
|
msgid "Locked PXEGrub template name"
|
645
|
-
msgstr ""
|
653
|
+
msgstr "ロックされた PXEGrub テンプレート名"
|
646
654
|
|
647
655
|
#: ../app/models/setting/discovered.rb:35
|
648
656
|
msgid "PXEGrub2 template to be used when pinning a host to discovery"
|
649
|
-
msgstr ""
|
657
|
+
msgstr "ホストを検出に固定する際に使用される PXEGrub2 テンプレート"
|
650
658
|
|
651
659
|
#: ../app/models/setting/discovered.rb:35
|
652
660
|
msgid "Locked PXEGrub2 template name"
|
653
|
-
msgstr ""
|
661
|
+
msgstr "ロックされた PXEGrub2 テンプレート名"
|
654
662
|
|
655
663
|
#: ../app/models/setting/discovered.rb:36
|
656
664
|
msgid "Force DNS entries creation when provisioning discovered host"
|
657
|
-
msgstr ""
|
665
|
+
msgstr "検出されたホストのプロビジョニング時の DNS エントリーの作成を強制的に実行"
|
658
666
|
|
659
667
|
#: ../app/models/setting/discovered.rb:36
|
660
668
|
msgid "Force DNS"
|
661
|
-
msgstr ""
|
669
|
+
msgstr "DNS の強制的な実行"
|
662
670
|
|
663
671
|
#: ../app/models/setting/discovered.rb:43
|
664
672
|
msgid "The default location to place discovered hosts in"
|
@@ -666,7 +674,7 @@ msgstr "検出されたホストを配置するデフォルトの場所"
|
|
666
674
|
|
667
675
|
#: ../app/models/setting/discovered.rb:43
|
668
676
|
msgid "Discovery location"
|
669
|
-
msgstr ""
|
677
|
+
msgstr "検出ロケーション"
|
670
678
|
|
671
679
|
#: ../app/models/setting/discovered.rb:51
|
672
680
|
msgid "The default organization to place discovered hosts in"
|
@@ -674,7 +682,7 @@ msgstr "検出されたホストを配置するデフォルトの組織"
|
|
674
682
|
|
675
683
|
#: ../app/models/setting/discovered.rb:51
|
676
684
|
msgid "Discovery organization"
|
677
|
-
msgstr ""
|
685
|
+
msgstr "検出組織"
|
678
686
|
|
679
687
|
#: ../app/services/foreman_discovery/fact_parser.rb:9
|
680
688
|
msgid ""
|
@@ -684,15 +692,15 @@ msgstr "discovery_fact '%{fact}' で指定された MAC '%{mac}' を使用して
|
|
684
692
|
|
685
693
|
#: ../app/services/foreman_discovery/node_api/node_resource.rb:75
|
686
694
|
msgid "Image API returned HTTP/%{code} with '%{body}"
|
687
|
-
msgstr "イメージ API
|
695
|
+
msgstr "イメージ API で返された HTTP/%{code}: '%{body}"
|
688
696
|
|
689
697
|
#: ../app/services/foreman_discovery/node_api/node_resource.rb:78
|
690
698
|
msgid "Image API processing error: %{msg} (HTTP/%{code}, body: %{body})"
|
691
|
-
msgstr "イメージ API
|
699
|
+
msgstr "イメージ API の処理エラー: %{msg} (HTTP/%{code}、本体: %{body})"
|
692
700
|
|
693
701
|
#: ../app/views/dashboard/_discovery_widget.html.erb:9
|
694
702
|
msgid "No discovered hosts available"
|
695
|
-
msgstr "
|
703
|
+
msgstr "検出されたホストがありません"
|
696
704
|
|
697
705
|
#: ../app/views/dashboard/_discovery_widget_host_list.html.erb:3
|
698
706
|
msgid "Host"
|
@@ -726,7 +734,7 @@ msgstr ""
|
|
726
734
|
|
727
735
|
#: ../app/views/discovered_hosts/_discovered_host_modal.html.erb:24
|
728
736
|
msgid "Create Host"
|
729
|
-
msgstr ""
|
737
|
+
msgstr "ホストの作成"
|
730
738
|
|
731
739
|
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:5
|
732
740
|
msgid "Select all items in this page"
|
@@ -751,11 +759,11 @@ msgstr "IP アドレス"
|
|
751
759
|
|
752
760
|
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:11
|
753
761
|
msgid "Disk Count"
|
754
|
-
msgstr ""
|
762
|
+
msgstr "ディスク数"
|
755
763
|
|
756
764
|
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:12
|
757
765
|
msgid "Disks Size"
|
758
|
-
msgstr ""
|
766
|
+
msgstr "ディスクサイズ"
|
759
767
|
|
760
768
|
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:17
|
761
769
|
#: ../app/views/discovered_hosts/_selected_hosts.html.erb:10
|
@@ -773,7 +781,7 @@ msgstr "サブネット"
|
|
773
781
|
|
774
782
|
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:23
|
775
783
|
msgid "Last Facts Upload"
|
776
|
-
msgstr ""
|
784
|
+
msgstr "最終ファクトのアップロード"
|
777
785
|
|
778
786
|
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:60
|
779
787
|
msgid "Please Confirm"
|
@@ -789,7 +797,7 @@ msgstr "送信"
|
|
789
797
|
|
790
798
|
#: ../app/views/discovered_hosts/edit.html.erb:1
|
791
799
|
msgid "Provision %s"
|
792
|
-
msgstr ""
|
800
|
+
msgstr "%s のプロビジョニング"
|
793
801
|
|
794
802
|
#: ../app/views/discovered_hosts/index.html.erb:2
|
795
803
|
msgid "Reboot All"
|
@@ -853,21 +861,21 @@ msgstr ""
|
|
853
861
|
|
854
862
|
#: ../app/views/discovered_mailer/discovered_summary.html.erb:6
|
855
863
|
msgid "Summary report for discovered hosts from Foreman"
|
856
|
-
msgstr ""
|
864
|
+
msgstr "Foreman の検出されたホストの概要レポート"
|
857
865
|
|
858
866
|
#: ../app/views/discovered_mailer/discovered_summary.html.erb:9
|
859
867
|
msgid "<b>Foreman</b> Discovered hosts summary"
|
860
|
-
msgstr ""
|
868
|
+
msgstr "<b>Foreman</b> の検出されたホストの概要"
|
861
869
|
|
862
870
|
#: ../app/views/discovered_mailer/discovered_summary.html.erb:10
|
863
871
|
#: ../app/views/discovered_mailer/discovered_summary.text.erb:5
|
864
872
|
msgid "Summary from %{time} ago to %{now}"
|
865
|
-
msgstr ""
|
873
|
+
msgstr "%{time} から %{now} までの概要"
|
866
874
|
|
867
875
|
#: ../app/views/discovered_mailer/discovered_summary.html.erb:11
|
868
876
|
#: ../app/views/discovered_mailer/discovered_summary.text.erb:3
|
869
877
|
msgid "Discovered hosts from Foreman server at %{foreman_url}"
|
870
|
-
msgstr ""
|
878
|
+
msgstr "Foreman サーバーの検出されたホスト: %{foreman_url}"
|
871
879
|
|
872
880
|
#: ../app/views/discovered_mailer/discovered_summary.html.erb:22
|
873
881
|
#: ../app/views/discovered_mailer/discovered_summary.text.erb:14
|
@@ -877,27 +885,27 @@ msgstr "ディスク数"
|
|
877
885
|
#: ../app/views/discovered_mailer/discovered_summary.html.erb:23
|
878
886
|
#: ../app/views/discovered_mailer/discovered_summary.text.erb:15
|
879
887
|
msgid "Disks size"
|
880
|
-
msgstr "
|
888
|
+
msgstr "ディスク容量"
|
881
889
|
|
882
890
|
#: ../app/views/discovered_mailer/discovered_summary.html.erb:31
|
883
891
|
msgid "No discovered hosts for the selected period"
|
884
|
-
msgstr ""
|
892
|
+
msgstr "選択された期間に検出されたホストはありません"
|
885
893
|
|
886
894
|
#: ../app/views/discovered_mailer/discovered_summary.text.erb:1
|
887
895
|
msgid "Foreman discovered hosts summary"
|
888
|
-
msgstr ""
|
896
|
+
msgstr "Foreman の検出されたホストの概要"
|
889
897
|
|
890
898
|
#: ../app/views/discovered_mailer/discovered_summary.text.erb:21
|
891
899
|
msgid "No new discovered hosts for this period"
|
892
|
-
msgstr ""
|
900
|
+
msgstr "この期間に検出された新規ホストはありません"
|
893
901
|
|
894
902
|
#: ../app/views/discovery_rules/_form.html.erb:5
|
895
903
|
msgid "Primary"
|
896
|
-
msgstr "
|
904
|
+
msgstr "プライマリー"
|
897
905
|
|
898
906
|
#: ../app/views/discovery_rules/_form.html.erb:7
|
899
907
|
msgid "Locations"
|
900
|
-
msgstr "
|
908
|
+
msgstr "ロケーション"
|
901
909
|
|
902
910
|
#: ../app/views/discovery_rules/_form.html.erb:10
|
903
911
|
msgid "Organizations"
|
@@ -905,7 +913,7 @@ msgstr "組織"
|
|
905
913
|
|
906
914
|
#: ../app/views/discovery_rules/_form.html.erb:22
|
907
915
|
msgid "Target host group for this rule with all properties set"
|
908
|
-
msgstr "
|
916
|
+
msgstr "すべてのプロパティーが設定されたこのルールのターゲットホストグループ"
|
909
917
|
|
910
918
|
#: ../app/views/discovery_rules/_form.html.erb:25
|
911
919
|
msgid "Hostname for provisioned hosts"
|
@@ -913,45 +921,45 @@ msgstr "プロビジョニングされたホストのホスト名"
|
|
913
921
|
|
914
922
|
#: ../app/views/discovery_rules/_form.html.erb:26
|
915
923
|
msgid "Hosts Limit"
|
916
|
-
msgstr ""
|
924
|
+
msgstr "ホスト制限"
|
917
925
|
|
918
926
|
#: ../app/views/discovery_rules/_form.html.erb:26
|
919
927
|
msgid "Maximum hosts provisioned with this rule (0 = unlimited)"
|
920
|
-
msgstr "
|
928
|
+
msgstr "このルール (0 = unlimited) でプロビジョニングされた最大数のホスト"
|
921
929
|
|
922
930
|
#: ../app/views/discovery_rules/_form.html.erb:27
|
923
931
|
msgid "Rule priority (lower integer means higher priority)"
|
924
|
-
msgstr "
|
932
|
+
msgstr "ルールの優先順位 (整数の低い値は高い優先順位を意味します)"
|
925
933
|
|
926
934
|
#: ../app/views/discovery_rules/_template_inline.erb:2
|
927
935
|
msgid ""
|
928
936
|
"Specify target hostname template pattern in the same syntax as in "
|
929
937
|
"Provisioning Templates (ERB)."
|
930
|
-
msgstr "プロビジョニングテンプレート (ERB)
|
938
|
+
msgstr "プロビジョニングテンプレート (ERB) と同じ構文のターゲットホスト名テンプレートのパターンを指定します。"
|
931
939
|
|
932
940
|
#: ../app/views/discovery_rules/_template_inline.erb:4
|
933
941
|
msgid ""
|
934
942
|
"Domain will be appended automatically. A hostname based on MAC address will "
|
935
943
|
"be used when left blank."
|
936
|
-
msgstr ""
|
944
|
+
msgstr "ドメインは自動的に追加されます。空白のままの場合には、MAC アドレスに基づくホスト名が使用されます。"
|
937
945
|
|
938
946
|
#: ../app/views/discovery_rules/_template_inline.erb:5
|
939
947
|
msgid ""
|
940
948
|
"In addition to @host attribute function rand for random integers is "
|
941
949
|
"available. Examples:"
|
942
|
-
msgstr ""
|
950
|
+
msgstr "@host 属性のほかに、ランダムな整数の rand 関数を利用できます。例:"
|
943
951
|
|
944
952
|
#: ../app/views/discovery_rules/_template_inline.erb:8
|
945
953
|
msgid ""
|
946
954
|
"When creating hostname patterns, make sure the resulting host names are "
|
947
955
|
"unique."
|
948
|
-
msgstr ""
|
956
|
+
msgstr "ホスト名パターンの作成時に、生成されるホスト名が固有であることを確認します。"
|
949
957
|
|
950
958
|
#: ../app/views/discovery_rules/_template_inline.erb:9
|
951
959
|
msgid ""
|
952
960
|
"Hostnames must not start with numbers. A good approach is to use unique "
|
953
961
|
"information provided by facter (MAC address, BIOS or serial ID)."
|
954
|
-
msgstr ""
|
962
|
+
msgstr "ホスト名は数字で開始することができません。facter で提供される固有の情報 (MAC アドレス、BIOS またはシリアル ID) を使用することが適切な方法です。"
|
955
963
|
|
956
964
|
#: ../app/views/discovery_rules/edit.html.erb:1
|
957
965
|
msgid "Edit Discovery Rule"
|
@@ -963,7 +971,7 @@ msgstr "検出ルール"
|
|
963
971
|
|
964
972
|
#: ../app/views/discovery_rules/index.html.erb:2
|
965
973
|
msgid "Create Rule"
|
966
|
-
msgstr ""
|
974
|
+
msgstr "ルールの作成"
|
967
975
|
|
968
976
|
#: ../app/views/discovery_rules/index.html.erb:6
|
969
977
|
msgid "DiscoveryRule|Name"
|
@@ -971,7 +979,7 @@ msgstr "名前"
|
|
971
979
|
|
972
980
|
#: ../app/views/discovery_rules/index.html.erb:7
|
973
981
|
msgid "DiscoveryRule|Priority"
|
974
|
-
msgstr "
|
982
|
+
msgstr "優先順位"
|
975
983
|
|
976
984
|
#: ../app/views/discovery_rules/index.html.erb:8
|
977
985
|
msgid "DiscoveryRule|Query"
|
@@ -979,11 +987,11 @@ msgstr "クエリー"
|
|
979
987
|
|
980
988
|
#: ../app/views/discovery_rules/index.html.erb:9
|
981
989
|
msgid "Host Group"
|
982
|
-
msgstr ""
|
990
|
+
msgstr "ホストグループ"
|
983
991
|
|
984
992
|
#: ../app/views/discovery_rules/index.html.erb:10
|
985
993
|
msgid "Hosts/Limit"
|
986
|
-
msgstr ""
|
994
|
+
msgstr "ホスト/制限"
|
987
995
|
|
988
996
|
#: ../app/views/discovery_rules/index.html.erb:11
|
989
997
|
msgid "DiscoveryRule|Enabled"
|
@@ -991,23 +999,23 @@ msgstr "有効化"
|
|
991
999
|
|
992
1000
|
#: ../app/views/discovery_rules/new.html.erb:1
|
993
1001
|
msgid "New Discovery Rule"
|
994
|
-
msgstr "
|
1002
|
+
msgstr "新規の検出ルール"
|
995
1003
|
|
996
1004
|
#: ../db/seeds.d/70_discovery_mail_notification.rb:3
|
997
1005
|
msgid "A summary of discovered hosts"
|
998
|
-
msgstr ""
|
1006
|
+
msgstr "検出されたホストの概要"
|
999
1007
|
|
1000
1008
|
#: ../db/seeds.d/80_discovery_ui_notification.rb:4
|
1001
1009
|
msgid "Hosts"
|
1002
|
-
msgstr ""
|
1010
|
+
msgstr "ホスト"
|
1003
1011
|
|
1004
1012
|
#: ../db/seeds.d/80_discovery_ui_notification.rb:6
|
1005
1013
|
msgid "One or more hosts have been discovered"
|
1006
|
-
msgstr ""
|
1014
|
+
msgstr "1 つ以上のホストが検出されました"
|
1007
1015
|
|
1008
1016
|
#: ../db/seeds.d/80_discovery_ui_notification.rb:13
|
1009
1017
|
msgid "Details"
|
1010
|
-
msgstr ""
|
1018
|
+
msgstr "詳細"
|
1011
1019
|
|
1012
1020
|
#: ../lib/foreman_discovery/engine.rb:151
|
1013
1021
|
msgid "Discovered hosts"
|
@@ -1019,20 +1027,20 @@ msgstr "検出ルール"
|
|
1019
1027
|
|
1020
1028
|
#: ../lib/foreman_discovery/engine.rb:172
|
1021
1029
|
msgid "Discovery Kexec template"
|
1022
|
-
msgstr ""
|
1030
|
+
msgstr "検出 Kexec テンプレート"
|
1023
1031
|
|
1024
1032
|
#: ../lib/foreman_discovery/engine.rb:181
|
1025
1033
|
msgid "Discovery Proxy"
|
1026
|
-
msgstr ""
|
1034
|
+
msgstr "検出プロキシー"
|
1027
1035
|
|
1028
1036
|
#: ../lib/foreman_discovery/engine.rb:182
|
1029
1037
|
msgid ""
|
1030
1038
|
"Discovery Proxy to use within this subnet for managing connection to "
|
1031
1039
|
"discovered hosts"
|
1032
|
-
msgstr ""
|
1040
|
+
msgstr "検出されたホストへの接続を管理するためにこのサブネット内で使用する検出プロキシー"
|
1033
1041
|
|
1034
1042
|
#: ../lib/foreman_discovery/engine.rb:183
|
1035
1043
|
msgid ""
|
1036
1044
|
"ID of Discovery Proxy to use within this subnet for managing connection to "
|
1037
1045
|
"discovered hosts"
|
1038
|
-
msgstr ""
|
1046
|
+
msgstr "検出されたホストへの接続を管理するためにこのサブネット内で使用する検出プロキシーの ID"
|