foreman_discovery 16.0.0 → 16.1.4

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