foreman_ansible 3.0.2 → 3.0.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (35) hide show
  1. checksums.yaml +4 -4
  2. data/app/controllers/api/v2/ansible_inventories_controller.rb +51 -0
  3. data/app/controllers/api/v2/ansible_roles_controller.rb +6 -2
  4. data/app/controllers/api/v2/ansible_variables_controller.rb +2 -0
  5. data/app/views/foreman_ansible/job_templates/ansible_roles_-_ansible_default.erb +1 -1
  6. data/app/views/foreman_ansible/job_templates/run_command_-_ansible_default.erb +3 -2
  7. data/config/routes.rb +9 -0
  8. data/lib/foreman_ansible/register.rb +8 -3
  9. data/lib/foreman_ansible/version.rb +1 -1
  10. data/locale/de/foreman_ansible.edit.po +271 -170
  11. data/locale/de/foreman_ansible.po +19 -1
  12. data/locale/en/foreman_ansible.edit.po +56 -32
  13. data/locale/en/foreman_ansible.po +19 -1
  14. data/locale/es/foreman_ansible.edit.po +296 -175
  15. data/locale/es/foreman_ansible.po +19 -1
  16. data/locale/foreman_ansible.pot +60 -32
  17. data/locale/fr/foreman_ansible.edit.po +310 -187
  18. data/locale/fr/foreman_ansible.po +19 -1
  19. data/locale/it/foreman_ansible.edit.po +214 -120
  20. data/locale/it/foreman_ansible.po +19 -1
  21. data/locale/ja/foreman_ansible.edit.po +276 -182
  22. data/locale/ja/foreman_ansible.po +19 -1
  23. data/locale/ko/foreman_ansible.edit.po +196 -116
  24. data/locale/ko/foreman_ansible.po +19 -1
  25. data/locale/pt_BR/foreman_ansible.edit.po +294 -173
  26. data/locale/pt_BR/foreman_ansible.po +19 -1
  27. data/locale/ru/foreman_ansible.edit.po +207 -113
  28. data/locale/ru/foreman_ansible.po +19 -1
  29. data/locale/zh_CN/foreman_ansible.edit.po +272 -183
  30. data/locale/zh_CN/foreman_ansible.po +19 -1
  31. data/locale/zh_TW/foreman_ansible.edit.po +196 -116
  32. data/locale/zh_TW/foreman_ansible.po +19 -1
  33. data/test/factories/ansible_variables.rb +1 -1
  34. data/test/functional/api/v2/ansible_inventories_controller_test.rb +51 -0
  35. metadata +5 -2
@@ -5,7 +5,7 @@
5
5
  #
6
6
  msgid ""
7
7
  msgstr ""
8
- "Project-Id-Version: foreman_ansible 3.0.0\n"
8
+ "Project-Id-Version: foreman_ansible 3.0.2\n"
9
9
  "Report-Msgid-Bugs-To: \n"
10
10
  "PO-Revision-Date: 2018-03-12 12:24-0400\n"
11
11
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
@@ -209,9 +209,15 @@ msgstr ""
209
209
  msgid "IDs of associated ansible roles"
210
210
  msgstr ""
211
211
 
212
+ msgid "IDs of hostgroups included in inventory"
213
+ msgstr ""
214
+
212
215
  msgid "IDs of hostgroups to play roles on"
213
216
  msgstr ""
214
217
 
218
+ msgid "IDs of hosts included in inventory"
219
+ msgstr ""
220
+
215
221
  msgid "IDs of hosts to play roles on"
216
222
  msgstr ""
217
223
 
@@ -446,6 +452,12 @@ msgstr ""
446
452
  msgid "Set the order in which values are resolved."
447
453
  msgstr ""
448
454
 
455
+ msgid "Show Ansible inventory for hostgroups"
456
+ msgstr ""
457
+
458
+ msgid "Show Ansible inventory for hosts"
459
+ msgstr ""
460
+
449
461
  msgid "Show role"
450
462
  msgstr ""
451
463
 
@@ -458,6 +470,9 @@ msgstr ""
458
470
  msgid "Smart Proxy to import from"
459
471
  msgstr ""
460
472
 
473
+ msgid "Smart proxy id is required"
474
+ msgstr ""
475
+
461
476
  msgid "Specify Matchers"
462
477
  msgstr ""
463
478
 
@@ -524,5 +539,8 @@ msgstr ""
524
539
  msgid "When enabled the parameter is hidden in the UI"
525
540
  msgstr ""
526
541
 
542
+ msgid "Whether to override variable or not"
543
+ msgstr ""
544
+
527
545
  msgid "WinRM cert Validation"
528
546
  msgstr ""
@@ -1,33 +1,40 @@
1
- # Japanese translations for foreman_ansible package.
2
- # Copyright (C) 2018 THE PACKAGE'S COPYRIGHT HOLDER
1
+ # SOME DESCRIPTIVE TITLE.
2
+ # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
3
  # This file is distributed under the same license as the foreman_ansible package.
4
- # FIRST AUTHOR <EMAIL@ADDRESS>, 2018.
5
- #
4
+ # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
+ #
6
+ # Translators:
7
+ # Dominic Cleal <dominic@cleal.org>, 2018
8
+ # Shuji Yamada <uzy.exe@gmail.com>, 2019
9
+ # Tomoyuki KATO <inactive+katomo@transifex.com>, 2019
10
+ # Bryan Kearney <bryan.kearney@gmail.com>, 2019
11
+ #
12
+ #, fuzzy
6
13
  msgid ""
7
14
  msgstr ""
8
- "Project-Id-Version: foreman_ansible 2.3.0\n"
15
+ "Project-Id-Version: foreman_ansible 3.0.2\n"
9
16
  "Report-Msgid-Bugs-To: \n"
10
- "PO-Revision-Date: 2018-03-12 12:24-0400\n"
11
- "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
12
- "Language-Team: Japanese\n"
13
- "Language: ja\n"
17
+ "POT-Creation-Date: 2019-04-30 20:53+0200\n"
18
+ "PO-Revision-Date: 2018-11-14 21:36+0000\n"
19
+ "Last-Translator: Bryan Kearney <bryan.kearney@gmail.com>, 2019\n"
20
+ "Language-Team: Japanese (https://www.transifex.com/foreman/teams/114/ja/)\n"
14
21
  "MIME-Version: 1.0\n"
15
22
  "Content-Type: text/plain; charset=UTF-8\n"
16
23
  "Content-Transfer-Encoding: 8bit\n"
24
+ "Language: ja\n"
17
25
  "Plural-Forms: nplurals=1; plural=0;\n"
18
- "\n"
19
26
 
20
27
  #: ../app/controllers/ansible_roles_controller.rb:35
21
28
  msgid "Import of roles successfully finished."
22
- msgstr ""
29
+ msgstr "ロールのインポートが正常に完了しました。"
23
30
 
24
31
  #: ../app/controllers/ansible_roles_controller.rb:50
25
32
  msgid "No changes in roles detected."
26
- msgstr ""
33
+ msgstr "ロールの変更が検出されませんでした。"
27
34
 
28
35
  #: ../app/controllers/ansible_roles_controller.rb:51
29
36
  msgid "No changes in roles detected on %s."
30
- msgstr ""
37
+ msgstr "ロールの変更が %s で検出されませんでした。"
31
38
 
32
39
  #: ../app/controllers/ansible_variables_controller.rb:39
33
40
  msgid "No changes in variables detected on %s."
@@ -42,16 +49,18 @@ msgid ""
42
49
  msgstr ""
43
50
 
44
51
  #: ../app/controllers/ansible_variables_controller.rb:102
45
- msgid "No proxy found to import variables from, ensure that the smart proxy has the Ansible feature enabled."
52
+ msgid ""
53
+ "No proxy found to import variables from, ensure that the smart proxy has the"
54
+ " Ansible feature enabled."
46
55
  msgstr ""
47
56
 
48
57
  #: ../app/controllers/api/v2/ansible_override_values_controller.rb:17
49
58
  msgid "Override match"
50
- msgstr ""
59
+ msgstr "一致候補の上書き"
51
60
 
52
61
  #: ../app/controllers/api/v2/ansible_override_values_controller.rb:18
53
62
  msgid "Override value, required if omit is false"
54
- msgstr ""
63
+ msgstr "上書き値 (omit が false の場合に必要)"
55
64
 
56
65
  #: ../app/controllers/api/v2/ansible_override_values_controller.rb:22
57
66
  msgid "Create an override value for a specific ansible variable"
@@ -63,39 +72,42 @@ msgstr ""
63
72
 
64
73
  #: ../app/controllers/api/v2/ansible_roles_controller.rb:18
65
74
  msgid "Show role"
66
- msgstr ""
75
+ msgstr "ロールの表示"
67
76
 
68
77
  #: ../app/controllers/api/v2/ansible_roles_controller.rb:22
69
78
  msgid "List Ansible roles"
70
- msgstr ""
79
+ msgstr "Ansible ロールの一覧"
71
80
 
72
81
  #: ../app/controllers/api/v2/ansible_roles_controller.rb:28
73
82
  msgid "Deletes Ansible role"
74
- msgstr ""
83
+ msgstr "Ansible ロールの削除"
75
84
 
76
85
  #: ../app/controllers/api/v2/ansible_roles_controller.rb:34
77
86
  msgid "Import Ansible roles"
78
- msgstr ""
87
+ msgstr "Ansible ロールのインポート"
79
88
 
80
- #: ../app/controllers/api/v2/ansible_roles_controller.rb:35 ../app/controllers/api/v2/ansible_roles_controller.rb:42 ../app/controllers/api/v2/ansible_variables_controller.rb:73 ../app/controllers/api/v2/ansible_variables_controller.rb:83
89
+ #: ../app/controllers/api/v2/ansible_roles_controller.rb:35
90
+ #: ../app/controllers/api/v2/ansible_roles_controller.rb:42
91
+ #: ../app/controllers/api/v2/ansible_variables_controller.rb:73
92
+ #: ../app/controllers/api/v2/ansible_variables_controller.rb:83
81
93
  msgid "Smart Proxy to import from"
82
- msgstr ""
94
+ msgstr "インポート元となるスマートプロキシー"
83
95
 
84
96
  #: ../app/controllers/api/v2/ansible_roles_controller.rb:36
85
97
  msgid "Ansible role names to import"
86
- msgstr ""
98
+ msgstr "インポートする Ansible ロール名"
87
99
 
88
100
  #: ../app/controllers/api/v2/ansible_roles_controller.rb:41
89
101
  msgid "Obsolete Ansible roles"
90
- msgstr ""
102
+ msgstr "廃止された Ansible ロール"
91
103
 
92
104
  #: ../app/controllers/api/v2/ansible_roles_controller.rb:48
93
105
  msgid "Fetch Ansible roles available to be imported"
94
- msgstr ""
106
+ msgstr "インポート可能な Ansible ロールの取得"
95
107
 
96
108
  #: ../app/controllers/api/v2/ansible_roles_controller.rb:49
97
109
  msgid "Smart Proxy to fetch from"
98
- msgstr ""
110
+ msgstr "取得元となる Smart Proxy"
99
111
 
100
112
  #: ../app/controllers/api/v2/ansible_variables_controller.rb:20
101
113
  msgid "Show variable"
@@ -111,7 +123,7 @@ msgstr ""
111
123
 
112
124
  #: ../app/controllers/api/v2/ansible_variables_controller.rb:39
113
125
  msgid "Name of variable"
114
- msgstr ""
126
+ msgstr "変数の名前"
115
127
 
116
128
  #: ../app/controllers/api/v2/ansible_variables_controller.rb:40
117
129
  msgid "Role ID"
@@ -119,43 +131,43 @@ msgstr ""
119
131
 
120
132
  #: ../app/controllers/api/v2/ansible_variables_controller.rb:41
121
133
  msgid "Default value of variable"
122
- msgstr ""
134
+ msgstr "変数のデフォルト値"
123
135
 
124
136
  #: ../app/controllers/api/v2/ansible_variables_controller.rb:42
125
137
  msgid "When enabled the parameter is hidden in the UI"
126
- msgstr ""
138
+ msgstr "有効な場合はパラメーターが UI で非表示になります"
127
139
 
128
140
  #: ../app/controllers/api/v2/ansible_variables_controller.rb:43
129
141
  msgid "The order in which values are resolved"
130
- msgstr ""
142
+ msgstr "値が解決される順序"
131
143
 
132
144
  #: ../app/controllers/api/v2/ansible_variables_controller.rb:44
133
145
  msgid "Description of variable"
134
- msgstr ""
146
+ msgstr "変数の説明"
135
147
 
136
148
  #: ../app/controllers/api/v2/ansible_variables_controller.rb:45
137
149
  msgid "Types of validation values"
138
- msgstr ""
150
+ msgstr "検証値のタイプ"
139
151
 
140
152
  #: ../app/controllers/api/v2/ansible_variables_controller.rb:46
141
153
  msgid "Used to enforce certain values for the parameter values"
142
- msgstr ""
154
+ msgstr "パラメーター値の特定の値を適用するために使用されます"
143
155
 
144
156
  #: ../app/controllers/api/v2/ansible_variables_controller.rb:47
145
157
  msgid "Types of variable values"
146
- msgstr ""
158
+ msgstr "変数値のタイプ"
147
159
 
148
160
  #: ../app/controllers/api/v2/ansible_variables_controller.rb:48
149
161
  msgid "Merge all matching values (only array/hash type)"
150
- msgstr ""
162
+ msgstr "一致するすべての値のマージ (配列/ハッシュタイプのみ)"
151
163
 
152
164
  #: ../app/controllers/api/v2/ansible_variables_controller.rb:49
153
165
  msgid "Include default value when merging all matching values"
154
- msgstr ""
166
+ msgstr "一致するすべての値をマージするときにデフォルト値を含めます"
155
167
 
156
168
  #: ../app/controllers/api/v2/ansible_variables_controller.rb:50
157
169
  msgid "Remove duplicate values (only array type)"
158
- msgstr ""
170
+ msgstr "重複する値の削除 (配列タイプのみ)"
159
171
 
160
172
  #: ../app/controllers/api/v2/ansible_variables_controller.rb:54
161
173
  msgid "Create Ansible variable"
@@ -166,28 +178,32 @@ msgid "Updates Ansible variable"
166
178
  msgstr ""
167
179
 
168
180
  #: ../app/controllers/api/v2/ansible_variables_controller.rb:71
169
- msgid "Import Ansible variables. This will only import variables for already existing roles, it will not import any new roles"
181
+ msgid ""
182
+ "Import Ansible variables. This will only import variables for already "
183
+ "existing roles, it will not import any new roles"
170
184
  msgstr ""
171
185
 
172
186
  #: ../app/controllers/api/v2/ansible_variables_controller.rb:81
173
- msgid "Obsolete Ansible variables. This will only obsolete variables for already existing roles, it will not delete any old roles"
187
+ msgid ""
188
+ "Obsolete Ansible variables. This will only obsolete variables for already "
189
+ "existing roles, it will not delete any old roles"
174
190
  msgstr ""
175
191
 
176
192
  #: ../app/controllers/foreman_ansible/api/v2/hostgroups_controller_extensions.rb:20
177
193
  msgid "Plays Ansible roles on a hostgroup"
178
- msgstr ""
194
+ msgstr "ホストグループ上の Ansible ロールのプレイ"
179
195
 
180
196
  #: ../app/controllers/foreman_ansible/api/v2/hostgroups_controller_extensions.rb:30
181
197
  msgid "Plays Ansible roles on hostgroups"
182
- msgstr ""
198
+ msgstr "ホストグループ上の Ansible ロールのプレイ"
183
199
 
184
200
  #: ../app/controllers/foreman_ansible/api/v2/hostgroups_controller_extensions.rb:31
185
201
  msgid "IDs of hostgroups to play roles on"
186
- msgstr ""
202
+ msgstr "ロールを実行するホストグループの ID"
187
203
 
188
204
  #: ../app/controllers/foreman_ansible/api/v2/hostgroups_controller_extensions.rb:42
189
205
  msgid "List all Ansible roles for a hostgroup"
190
- msgstr ""
206
+ msgstr "ホストグループの Ansible ロールすべての表示"
191
207
 
192
208
  #: ../app/controllers/foreman_ansible/api/v2/hostgroups_controller_extensions.rb:53
193
209
  msgid "Assigns Ansible roles to a hostgroup"
@@ -197,25 +213,26 @@ msgstr ""
197
213
  msgid "Ansible roles to assign to a hostgroup"
198
214
  msgstr ""
199
215
 
200
- #: ../app/controllers/foreman_ansible/api/v2/hostgroups_param_group_extensions.rb:13 ../app/controllers/foreman_ansible/api/v2/hosts_param_group_extensions.rb:13
216
+ #: ../app/controllers/foreman_ansible/api/v2/hostgroups_param_group_extensions.rb:13
217
+ #: ../app/controllers/foreman_ansible/api/v2/hosts_param_group_extensions.rb:13
201
218
  msgid "IDs of associated ansible roles"
202
- msgstr ""
219
+ msgstr "関連の Ansible ロールの ID"
203
220
 
204
221
  #: ../app/controllers/foreman_ansible/api/v2/hosts_controller_extensions.rb:26
205
222
  msgid "Plays Ansible roles on a host"
206
- msgstr ""
223
+ msgstr "ホスト上の Ansible ロールのプレイ"
207
224
 
208
225
  #: ../app/controllers/foreman_ansible/api/v2/hosts_controller_extensions.rb:35
209
226
  msgid "Plays Ansible roles on hosts"
210
- msgstr ""
227
+ msgstr "ホスト上の Ansible ロールのプレイ"
211
228
 
212
229
  #: ../app/controllers/foreman_ansible/api/v2/hosts_controller_extensions.rb:36
213
230
  msgid "IDs of hosts to play roles on"
214
- msgstr ""
231
+ msgstr "ロールを実行するホストの ID"
215
232
 
216
233
  #: ../app/controllers/foreman_ansible/api/v2/hosts_controller_extensions.rb:46
217
234
  msgid "List all Ansible roles for a host"
218
- msgstr ""
235
+ msgstr "ホストの Ansible ロールすべての表示"
219
236
 
220
237
  #: ../app/controllers/foreman_ansible/api/v2/hosts_controller_extensions.rb:56
221
238
  msgid "Assigns Ansible roles to a host"
@@ -227,19 +244,19 @@ msgstr ""
227
244
 
228
245
  #: ../app/controllers/foreman_ansible/concerns/hostgroups_controller_extensions.rb:27
229
246
  msgid "Host group has no associated hosts"
230
- msgstr ""
247
+ msgstr "ホストグループに関連付けられたホストがありません"
231
248
 
232
249
  #: ../app/controllers/foreman_ansible/concerns/job_invocation_helper.rb:13
233
250
  msgid "There are no Ansible roles to play"
234
- msgstr ""
251
+ msgstr "実行する Ansible ロールはありません"
235
252
 
236
253
  #: ../app/controllers/foreman_ansible/concerns/job_invocation_helper.rb:15
237
254
  msgid "Could not run Ansible roles for %{host}"
238
- msgstr ""
255
+ msgstr "%{host} の Ansible ロールを実行できませんでした"
239
256
 
240
257
  #: ../app/helpers/foreman_ansible/ansible_roles_helper.rb:8
241
258
  msgid "Import from %s"
242
- msgstr ""
259
+ msgstr "%s からインポート"
243
260
 
244
261
  #: ../app/helpers/foreman_ansible/ansible_roles_helper.rb:23
245
262
  msgid "Ansible Role"
@@ -247,111 +264,136 @@ msgstr ""
247
264
 
248
265
  #: ../app/helpers/foreman_ansible/ansible_roles_helper.rb:29
249
266
  msgid "Import"
250
- msgstr ""
267
+ msgstr "インポート"
251
268
 
252
269
  #: ../app/helpers/foreman_ansible/ansible_roles_helper.rb:35
253
270
  msgid "%s ago"
254
- msgstr ""
271
+ msgstr "%s 前"
255
272
 
256
- #: ../app/helpers/foreman_ansible/hosts_helper_extensions.rb:13 ../app/lib/actions/foreman_ansible/helpers/host_common.rb:18
273
+ #: ../app/helpers/foreman_ansible/hosts_helper_extensions.rb:13
274
+ #: ../app/lib/actions/foreman_ansible/helpers/host_common.rb:18
257
275
  msgid "Play Ansible roles"
258
- msgstr ""
276
+ msgstr "Ansible ロールの設定"
259
277
 
260
278
  #: ../app/lib/actions/foreman_ansible/helpers/host_common.rb:10
261
279
  msgid "Playbook execution failed"
262
- msgstr ""
280
+ msgstr "Playbook の実行に失敗しました"
263
281
 
264
- #: ../app/lib/actions/foreman_ansible/helpers/host_common.rb:30 ../lib/foreman_ansible_core/remote_execution_core/ansible_runner.rb:36
282
+ #: ../app/lib/actions/foreman_ansible/helpers/host_common.rb:30
283
+ #: ../lib/foreman_ansible_core/remote_execution_core/ansible_runner.rb:36
265
284
  msgid "Error loading data from proxy"
266
- msgstr ""
285
+ msgstr "プロキシーからのデータ読み込みでエラーが発生"
267
286
 
268
287
  #: ../app/lib/actions/foreman_ansible/helpers/play_roles_description.rb:13
269
288
  msgid "Foreman"
270
- msgstr ""
289
+ msgstr "Foreman"
271
290
 
272
291
  #: ../app/lib/proxy_api/ansible.rb:27
273
292
  msgid "Unable to get roles from Ansible"
274
- msgstr ""
293
+ msgstr "Ansible からロールを取得できません"
275
294
 
276
295
  #: ../app/lib/proxy_api/ansible.rb:34 ../app/lib/proxy_api/ansible.rb:41
277
296
  msgid "Unable to get roles/variables from Ansible"
278
297
  msgstr ""
279
298
 
280
299
  #: ../app/models/setting/ansible.rb:20
281
- msgid "Use this to supply a path to an SSH Private Key that Ansible will use in lieu of a password Override with \"ansible_ssh_private_key_file\" host parameter"
300
+ msgid ""
301
+ "Use this to supply a path to an SSH Private Key that Ansible will use in "
302
+ "lieu of a password Override with \"ansible_ssh_private_key_file\" host "
303
+ "parameter"
282
304
  msgstr ""
305
+ "これを使用して、Ansible がパスワードの代わりに使用する SSH "
306
+ "秘密鍵へのパスを指定します。\"ansible_ssh_private_key_file\" ホストパラメータで上書きします"
283
307
 
284
308
  #: ../app/models/setting/ansible.rb:25
285
309
  msgid "Private Key Path"
286
- msgstr ""
310
+ msgstr "秘密鍵のパス: "
287
311
 
288
312
  #: ../app/models/setting/ansible.rb:29
289
- msgid "Use this connection type by default when running Ansible playbooks. You can override this on hosts by adding a parameter \"ansible_connection\""
313
+ msgid ""
314
+ "Use this connection type by default when running Ansible playbooks. You can "
315
+ "override this on hosts by adding a parameter \"ansible_connection\""
290
316
  msgstr ""
317
+ "Ansible プレイブックの実行時に、この接続タイプをデフォルトで使用します。ホスト上でこれを上書きするには、パラメーター "
318
+ "\"ansible_connection\" を追加します。"
291
319
 
292
320
  #: ../app/models/setting/ansible.rb:33
293
321
  msgid "Connection type"
294
- msgstr ""
322
+ msgstr "接続タイプ"
295
323
 
296
324
  #: ../app/models/setting/ansible.rb:37
297
- msgid "Enable/disable WinRM server certificate validation when running Ansible playbooks. You can override this on hosts by adding a parameter \"ansible_winrm_server_cert_validation\""
325
+ msgid ""
326
+ "Enable/disable WinRM server certificate validation when running Ansible "
327
+ "playbooks. You can override this on hosts by adding a parameter "
328
+ "\"ansible_winrm_server_cert_validation\""
298
329
  msgstr ""
330
+ "Ansible プレイブックの実行時に、WinRM サーバー証明書の検証を有効または無効にします。ホスト上でこれを上書きするには、パラメーター "
331
+ "\"ansible_winrm_server_cert_validation\" を追加します"
299
332
 
300
333
  #: ../app/models/setting/ansible.rb:42
301
334
  msgid "WinRM cert Validation"
302
- msgstr ""
335
+ msgstr "WinRM 証明書の検証"
303
336
 
304
337
  #: ../app/models/setting/ansible.rb:46
305
- msgid "Foreman will add the this level of verbosity for additional debugging output when running Ansible playbooks."
306
- msgstr ""
338
+ msgid ""
339
+ "Foreman will add the this level of verbosity for additional debugging output"
340
+ " when running Ansible playbooks."
341
+ msgstr "Ansible プレイブックの実行時に、Foreman は追加のデバッグ出力にこのレベルの冗長性を追加します。"
307
342
 
308
343
  #: ../app/models/setting/ansible.rb:49
309
344
  msgid "Default verbosity level"
310
- msgstr ""
345
+ msgstr "デフォルトの冗長性レベル"
311
346
 
312
347
  #: ../app/models/setting/ansible.rb:52
313
348
  msgid "Disabled"
314
- msgstr ""
349
+ msgstr "無効"
315
350
 
316
351
  #: ../app/models/setting/ansible.rb:53
317
352
  msgid "Level 1 (-v)"
318
- msgstr ""
353
+ msgstr "レベル 1 (-v)"
319
354
 
320
355
  #: ../app/models/setting/ansible.rb:54
321
356
  msgid "Level 2 (-vv)"
322
- msgstr ""
357
+ msgstr "レベル 2 (-vv)"
323
358
 
324
359
  #: ../app/models/setting/ansible.rb:55
325
360
  msgid "Level 3 (-vvv)"
326
- msgstr ""
361
+ msgstr "レベル 3 (-vvv)"
327
362
 
328
363
  #: ../app/models/setting/ansible.rb:56
329
364
  msgid "Level 4 (-vvvv)"
330
- msgstr ""
365
+ msgstr "レベル 4 (-vvvv)"
331
366
 
332
367
  #: ../app/models/setting/ansible.rb:62
333
- msgid "Timeout (in seconds) to set when Foreman will trigger a play Ansible roles task after a host is fully provisioned. Set this to the maximum time you expect a host to take until it is ready after a reboot."
368
+ msgid ""
369
+ "Timeout (in seconds) to set when Foreman will trigger a play Ansible roles "
370
+ "task after a host is fully provisioned. Set this to the maximum time you "
371
+ "expect a host to take until it is ready after a reboot."
334
372
  msgstr ""
373
+ "ホストが完全にプロビジョニングされた後に、Foreman がAnsible ロールのタスクのプレイを開始する時間 "
374
+ "(秒単位)。再起動後にホストが準備完了となるまでの最大値に設定します。"
335
375
 
336
376
  #: ../app/models/setting/ansible.rb:67
337
377
  msgid "Post-provision timeout"
338
- msgstr ""
378
+ msgstr "プロビジョニング後のタイムアウト"
339
379
 
340
380
  #: ../app/models/setting/ansible.rb:71
341
381
  msgid "Timeout (in minutes) when hosts should have reported."
342
- msgstr ""
382
+ msgstr "ホストがレポートしなかった場合のタイムアウト (分単位)"
343
383
 
344
384
  #: ../app/models/setting/ansible.rb:73
345
385
  msgid "Ansible report timeout"
346
- msgstr ""
386
+ msgstr "Ansible レポートのタイムアウト"
347
387
 
348
388
  #: ../app/models/setting/ansible.rb:77
349
- msgid "Disable host configuration status turning to out of sync for %{cfgmgmt} after report does not arrive within configured interval"
350
- msgstr ""
389
+ msgid ""
390
+ "Disable host configuration status turning to out of sync for %{cfgmgmt} "
391
+ "after report does not arrive within configured interval"
392
+ msgstr "設定した間隔でレポートが到達しない場合に、%{cfgmgmt} のホスト設定ステータスが非同期に切り替わらないように無効にします"
351
393
 
352
394
  #: ../app/models/setting/ansible.rb:81
353
395
  msgid "%{cfgmgmt} out of sync disabled"
354
- msgstr ""
396
+ msgstr "%{cfgmgmt} の非同期切り替えを無効にしました"
355
397
 
356
398
  #: ../app/models/setting/ansible.rb:86
357
399
  msgid "Foreman will run Ansible playbooks using this implementation"
@@ -363,129 +405,156 @@ msgstr ""
363
405
 
364
406
  #: ../app/models/setting/ansible.rb:104 ../lib/foreman_ansible/register.rb:92
365
407
  msgid "Ansible"
366
- msgstr ""
408
+ msgstr "Ansible"
367
409
 
368
410
  #: ../app/services/foreman_ansible/insights_notification_builder.rb:51
369
411
  msgid "Remediation Plan"
370
- msgstr ""
412
+ msgstr "修復プラン"
371
413
 
372
- #: ../app/services/foreman_ansible/insights_notification_builder.rb:61 ../db/seeds.d/90_notification_blueprints.rb:13
414
+ #: ../app/services/foreman_ansible/insights_notification_builder.rb:61
415
+ #: ../db/seeds.d/90_notification_blueprints.rb:13
373
416
  msgid "Job Details"
374
- msgstr ""
417
+ msgstr "ジョブの詳細"
375
418
 
376
419
  #: ../app/services/foreman_ansible/proxy_api.rb:13
377
420
  msgid "Proxy not found"
378
- msgstr ""
421
+ msgstr "プロキシーが見つかりません"
379
422
 
380
423
  #: ../app/views/ansible_roles/import.html.erb:1
381
424
  msgid "Changed Ansible roles"
382
- msgstr ""
425
+ msgstr "変更された Ansible ロール"
383
426
 
384
- #: ../app/views/ansible_roles/import.html.erb:3 ../app/views/ansible_variables/import.html.erb:3
427
+ #: ../app/views/ansible_roles/import.html.erb:3
428
+ #: ../app/views/ansible_variables/import.html.erb:3
385
429
  msgid "Select the changes you want to realize in Foreman"
386
- msgstr ""
430
+ msgstr "Foreman で反映する変更を選択します"
387
431
 
388
- #: ../app/views/ansible_roles/import.html.erb:5 ../app/views/ansible_variables/import.html.erb:5
432
+ #: ../app/views/ansible_roles/import.html.erb:5
433
+ #: ../app/views/ansible_variables/import.html.erb:5
389
434
  msgid "Toggle"
390
- msgstr ""
435
+ msgstr "切り替える"
391
436
 
392
- #: ../app/views/ansible_roles/import.html.erb:6 ../app/views/ansible_variables/import.html.erb:6
437
+ #: ../app/views/ansible_roles/import.html.erb:6
438
+ #: ../app/views/ansible_variables/import.html.erb:6
393
439
  msgid "New"
394
- msgstr ""
440
+ msgstr "新規"
395
441
 
396
- #: ../app/views/ansible_roles/import.html.erb:8 ../app/views/ansible_variables/import.html.erb:8
442
+ #: ../app/views/ansible_roles/import.html.erb:8
443
+ #: ../app/views/ansible_variables/import.html.erb:8
397
444
  msgid "Check/Uncheck new"
398
- msgstr ""
445
+ msgstr "新規の選択/選択解除"
399
446
 
400
- #: ../app/views/ansible_roles/import.html.erb:9 ../app/views/ansible_variables/import.html.erb:9
447
+ #: ../app/views/ansible_roles/import.html.erb:9
448
+ #: ../app/views/ansible_variables/import.html.erb:9
401
449
  msgid "Obsolete"
402
- msgstr ""
450
+ msgstr "旧版 "
403
451
 
404
- #: ../app/views/ansible_roles/import.html.erb:11 ../app/views/ansible_variables/import.html.erb:11
452
+ #: ../app/views/ansible_roles/import.html.erb:11
453
+ #: ../app/views/ansible_variables/import.html.erb:11
405
454
  msgid "Check/Uncheck obsolete"
406
- msgstr ""
455
+ msgstr "旧版の選択/選択解除"
407
456
 
408
- #: ../app/views/ansible_roles/import.html.erb:19 ../app/views/ansible_variables/import.html.erb:22
457
+ #: ../app/views/ansible_roles/import.html.erb:19
458
+ #: ../app/views/ansible_variables/import.html.erb:22
409
459
  msgid "Check/Uncheck all"
410
- msgstr ""
460
+ msgstr "すべて選択/選択解除"
411
461
 
412
- #: ../app/views/ansible_roles/import.html.erb:21 ../app/views/ansible_variables/import.html.erb:24
462
+ #: ../app/views/ansible_roles/import.html.erb:21
463
+ #: ../app/views/ansible_variables/import.html.erb:24
413
464
  msgid "Name"
414
- msgstr ""
465
+ msgstr "名前"
415
466
 
416
- #: ../app/views/ansible_roles/import.html.erb:22 ../app/views/ansible_variables/import.html.erb:26
467
+ #: ../app/views/ansible_roles/import.html.erb:22
468
+ #: ../app/views/ansible_variables/import.html.erb:26
417
469
  msgid "Hosts count"
418
- msgstr ""
470
+ msgstr "ホスト数"
419
471
 
420
- #: ../app/views/ansible_roles/import.html.erb:23 ../app/views/ansible_variables/import.html.erb:27
472
+ #: ../app/views/ansible_roles/import.html.erb:23
473
+ #: ../app/views/ansible_variables/import.html.erb:27
421
474
  msgid "Hostgroups count"
422
- msgstr ""
475
+ msgstr "ホストグループ数"
423
476
 
424
- #: ../app/views/ansible_roles/import.html.erb:24 ../app/views/ansible_variables/import.html.erb:28
477
+ #: ../app/views/ansible_roles/import.html.erb:24
478
+ #: ../app/views/ansible_variables/import.html.erb:28
425
479
  msgid "Operation"
426
- msgstr ""
480
+ msgstr "操作"
427
481
 
428
- #: ../app/views/ansible_roles/import.html.erb:35 ../app/views/ansible_variables/import.html.erb:39
482
+ #: ../app/views/ansible_roles/import.html.erb:35
483
+ #: ../app/views/ansible_variables/import.html.erb:39
429
484
  msgid "Check/Uncheck all %s changes"
430
- msgstr ""
485
+ msgstr "%s のすべての変更を選択/選択解除"
431
486
 
432
- #: ../app/views/ansible_roles/import.html.erb:40 ../app/views/ansible_variables/import.html.erb:45
487
+ #: ../app/views/ansible_roles/import.html.erb:40
488
+ #: ../app/views/ansible_variables/import.html.erb:45
433
489
  msgid "Add"
434
- msgstr ""
490
+ msgstr "追加"
435
491
 
436
- #: ../app/views/ansible_roles/import.html.erb:40 ../app/views/ansible_variables/import.html.erb:45
492
+ #: ../app/views/ansible_roles/import.html.erb:40
493
+ #: ../app/views/ansible_variables/import.html.erb:45
437
494
  msgid "Remove"
438
- msgstr ""
495
+ msgstr "削除"
439
496
 
440
- #: ../app/views/ansible_roles/import.html.erb:48 ../app/views/ansible_variables/import.html.erb:53
497
+ #: ../app/views/ansible_roles/import.html.erb:48
498
+ #: ../app/views/ansible_variables/import.html.erb:53
441
499
  msgid "Cancel"
442
- msgstr ""
500
+ msgstr "キャンセル"
443
501
 
444
- #: ../app/views/ansible_roles/import.html.erb:49 ../app/views/ansible_variables/import.html.erb:12 ../app/views/ansible_variables/import.html.erb:45 ../app/views/ansible_variables/import.html.erb:54
502
+ #: ../app/views/ansible_roles/import.html.erb:49
503
+ #: ../app/views/ansible_variables/import.html.erb:12
504
+ #: ../app/views/ansible_variables/import.html.erb:45
505
+ #: ../app/views/ansible_variables/import.html.erb:54
445
506
  msgid "Update"
446
- msgstr ""
507
+ msgstr "アップデート"
447
508
 
448
- #: ../app/views/ansible_roles/index.html.erb:1 ../app/views/ansible_roles/welcome.html.erb:1 ../app/views/ansible_roles/welcome.html.erb:6 ../app/views/foreman_ansible/ansible_roles/_select_tab_title.html.erb:1
509
+ #: ../app/views/ansible_roles/index.html.erb:1
510
+ #: ../app/views/ansible_roles/welcome.html.erb:1
511
+ #: ../app/views/ansible_roles/welcome.html.erb:6
512
+ #: ../app/views/foreman_ansible/ansible_roles/_select_tab_title.html.erb:1
449
513
  msgid "Ansible Roles"
450
- msgstr ""
514
+ msgstr "Ansible ロール"
451
515
 
452
516
  #: ../app/views/ansible_roles/index.html.erb:9
453
517
  msgid "Role|Name"
454
- msgstr ""
518
+ msgstr "名前"
455
519
 
456
520
  #: ../app/views/ansible_roles/index.html.erb:10
457
521
  msgid "Hostgroups"
458
- msgstr ""
522
+ msgstr "ホストグループ "
459
523
 
460
524
  #: ../app/views/ansible_roles/index.html.erb:11
461
525
  msgid "Hosts"
462
- msgstr ""
526
+ msgstr "ホスト"
463
527
 
464
528
  #: ../app/views/ansible_roles/index.html.erb:12
465
529
  msgid "Imported at"
466
- msgstr ""
530
+ msgstr "インポート場所"
467
531
 
468
- #: ../app/views/ansible_roles/index.html.erb:13 ../app/views/ansible_variables/index.html.erb:16
532
+ #: ../app/views/ansible_roles/index.html.erb:13
533
+ #: ../app/views/ansible_variables/index.html.erb:16
469
534
  msgid "Actions"
470
- msgstr ""
535
+ msgstr "アクション"
471
536
 
472
- #: ../app/views/ansible_roles/index.html.erb:27 ../lib/foreman_ansible/register.rb:98
537
+ #: ../app/views/ansible_roles/index.html.erb:27
538
+ #: ../lib/foreman_ansible/register.rb:98
473
539
  msgid "Variables"
474
- msgstr ""
540
+ msgstr "変数"
475
541
 
476
- #: ../app/views/ansible_roles/index.html.erb:33 ../app/views/ansible_variables/index.html.erb:41
542
+ #: ../app/views/ansible_roles/index.html.erb:33
543
+ #: ../app/views/ansible_variables/index.html.erb:41
477
544
  msgid "Delete %s?"
478
- msgstr ""
545
+ msgstr "%s を削除しますか?"
479
546
 
480
547
  #: ../app/views/ansible_roles/welcome.html.erb:7
481
548
  msgid ""
482
549
  "No ansible roles were found in Foreman. If you want to assign roles to your hosts,\n"
483
550
  " you have to import them first."
484
551
  msgstr ""
552
+ "Foreman で Ansible ロールが見つかりませんでした。ホストにロールを割りてる場合は、\n"
553
+ " 最初にロールをインポートする必要があります。"
485
554
 
486
555
  #: ../app/views/ansible_roles/welcome.html.erb:10
487
556
  msgid "Learn more about this in the documentation."
488
- msgstr ""
557
+ msgstr "この詳細については、ドキュメンテーションを参照してください。"
489
558
 
490
559
  #: ../app/views/ansible_variables/_fields.erb:4
491
560
  msgid "Ansible Variable Details (Imported)"
@@ -497,79 +566,100 @@ msgstr ""
497
566
 
498
567
  #: ../app/views/ansible_variables/_fields.erb:11
499
568
  msgid "Default Behavior"
500
- msgstr ""
569
+ msgstr "デフォルト動作"
501
570
 
502
571
  #: ../app/views/ansible_variables/_fields.erb:12
503
572
  msgid "Override the default value of the Ansible variable."
504
573
  msgstr ""
505
574
 
506
575
  #: ../app/views/ansible_variables/_fields.erb:14
507
- msgid "Mark the variable to be managed by Foreman. When the Ansible role of this variable is assigned to a host, the default value will be added to Ansible inventory as a host variable. Specify matchers to set a different value for such variable."
576
+ msgid ""
577
+ "Mark the variable to be managed by Foreman. When the Ansible role of this "
578
+ "variable is assigned to a host, the default value will be added to Ansible "
579
+ "inventory as a host variable. Specify matchers to set a different value for "
580
+ "such variable."
508
581
  msgstr ""
509
582
 
510
583
  #: ../app/views/ansible_variables/_fields.erb:27
511
584
  msgid "Value to use when there is no match."
512
- msgstr ""
585
+ msgstr "一致がない場合に使用する値。"
513
586
 
514
587
  #: ../app/views/ansible_variables/_fields.erb:30
515
588
  msgid "Hidden Value"
516
- msgstr ""
589
+ msgstr "非表示の値"
517
590
 
518
591
  #: ../app/views/ansible_variables/_fields.erb:33
519
592
  msgid "Hide all values for this parameter."
520
- msgstr ""
593
+ msgstr "このパラメーターのすべての値を非表示にします。"
521
594
 
522
595
  #: ../app/views/ansible_variables/_fields.erb:39
523
596
  msgid "Optional Input Validator"
524
- msgstr ""
597
+ msgstr "オプションの入力バリデーター"
525
598
 
526
599
  #: ../app/views/ansible_variables/_fields.erb:41
527
- msgid "Before including these variables on your playbooks, Foreman will validate that your variables comply with the validation."
600
+ msgid ""
601
+ "Before including these variables on your playbooks, Foreman will validate "
602
+ "that your variables comply with the validation."
528
603
  msgstr ""
529
604
 
530
605
  #: ../app/views/ansible_variables/_fields.erb:44
531
- msgid "If checked, will raise an error if there is no default value and no matcher provide a value."
532
- msgstr ""
606
+ msgid ""
607
+ "If checked, will raise an error if there is no default value and no matcher "
608
+ "provide a value."
609
+ msgstr "チェックが付けられていると、デフォルト値がなく Matcher が値を指定しない場合にエラーが出されます。"
533
610
 
534
611
  #: ../app/views/ansible_variables/_fields.erb:53
535
612
  msgid "Prioritize Attribute Order"
536
- msgstr ""
613
+ msgstr "属性の順序の優先順位付け"
537
614
 
538
615
  #: ../app/views/ansible_variables/_fields.erb:54
539
616
  msgid "Set the order in which values are resolved."
540
- msgstr ""
617
+ msgstr "値が解決される順序を設定します。"
541
618
 
542
619
  #: ../app/views/ansible_variables/_fields.erb:55
543
620
  msgid "Order"
544
- msgstr ""
621
+ msgstr "順序"
545
622
 
546
623
  #: ../app/views/ansible_variables/_fields.erb:56
547
- msgid "The order in which matchers keys are processed, first match wins.<br> You may use multiple attributes as a matcher key, for example, an order of <code>host group, environment</code> would expect a matcher such as <code>hostgroup = \"web servers\", environment = production</code>"
624
+ msgid ""
625
+ "The order in which matchers keys are processed, first match wins.<br> You "
626
+ "may use multiple attributes as a matcher key, for example, an order of "
627
+ "<code>host group, environment</code> would expect a matcher such as "
628
+ "<code>hostgroup = \"web servers\", environment = production</code>"
548
629
  msgstr ""
630
+ "Matcher キーが処理される順序です。先に一致したもの順になります。<br> 複数の属性を Matcher "
631
+ "キーとして使用できます。たとえば、<code>host group, environment</code> の順序の場合、<code>hostgroup"
632
+ " = \"web servers\", environment = production</code> のような Matcher が予想されます"
549
633
 
550
634
  #: ../app/views/ansible_variables/_fields.erb:59
551
- msgid "Continue to look for matches after first find (only array/hash type)? Note: merging overrides ignores all matchers that are omitted."
635
+ msgid ""
636
+ "Continue to look for matches after first find (only array/hash type)? Note: "
637
+ "merging overrides ignores all matchers that are omitted."
552
638
  msgstr ""
639
+ "最初の検索後に継続して一致する候補を検索しますか (配列/ハッシュタイプのみ)? 注意: オーバーライドのマージにより、省略されたすべての "
640
+ "Matcher が無視されます。"
553
641
 
554
642
  #: ../app/views/ansible_variables/_fields.erb:61
555
643
  msgid "Include default value when merging all matching values."
556
- msgstr ""
644
+ msgstr "一致するすべての値をマージするときにデフォルト値を含めます。"
557
645
 
558
646
  #: ../app/views/ansible_variables/_fields.erb:64
559
647
  msgid "Avoid duplicate values when merging them (only array type)?"
560
- msgstr ""
648
+ msgstr "値をマージするときに重複する値を回避しますか (配列タイプのみ)?"
561
649
 
562
650
  #: ../app/views/ansible_variables/_fields.erb:68
563
651
  msgid "Specify Matchers"
564
- msgstr ""
652
+ msgstr "Matcher の指定"
565
653
 
566
- #: ../app/views/ansible_variables/edit.html.erb:4 ../app/views/ansible_variables/index.html.erb:1 ../app/views/ansible_variables/new.html.erb:4
654
+ #: ../app/views/ansible_variables/edit.html.erb:4
655
+ #: ../app/views/ansible_variables/index.html.erb:1
656
+ #: ../app/views/ansible_variables/new.html.erb:4
567
657
  msgid "Ansible Variables"
568
658
  msgstr ""
569
659
 
570
660
  #: ../app/views/ansible_variables/edit.html.erb:8
571
661
  msgid "Edit %s"
572
- msgstr ""
662
+ msgstr "%s の編集"
573
663
 
574
664
  #: ../app/views/ansible_variables/edit.html.erb:13
575
665
  msgid "Edit Ansible Variable"
@@ -601,7 +691,7 @@ msgstr ""
601
691
 
602
692
  #: ../app/views/ansible_variables/index.html.erb:14
603
693
  msgid "Type"
604
- msgstr ""
694
+ msgstr "タイプ"
605
695
 
606
696
  #: ../app/views/ansible_variables/index.html.erb:15
607
697
  msgid "Imported?"
@@ -611,86 +701,90 @@ msgstr ""
611
701
  msgid "Overriden"
612
702
  msgstr ""
613
703
 
614
- #: ../app/views/ansible_variables/new.html.erb:8 ../app/views/ansible_variables/new.html.erb:13
704
+ #: ../app/views/ansible_variables/new.html.erb:8
705
+ #: ../app/views/ansible_variables/new.html.erb:13
615
706
  msgid "Create Ansible Variable"
616
707
  msgstr ""
617
708
 
618
709
  #: ../app/views/foreman_ansible/ansible_roles/_hostgroup_ansible_roles_button.erb:5
619
710
  msgid "Play Roles"
620
- msgstr ""
711
+ msgstr "ロールのプレイ"
621
712
 
622
713
  #: ../app/views/foreman_ansible/ansible_roles/_hostgroup_ansible_roles_button.erb:9
623
714
  msgid "Nest"
624
- msgstr ""
715
+ msgstr "ネスト"
625
716
 
626
717
  #: ../app/views/foreman_ansible/ansible_roles/_hostgroup_ansible_roles_button.erb:10
627
718
  msgid "Clone"
628
- msgstr ""
719
+ msgstr "クローン"
629
720
 
630
721
  #: ../app/views/foreman_ansible/config_reports/_ansible.html.erb:7
631
722
  msgid "Level"
632
- msgstr ""
723
+ msgstr "レベル"
633
724
 
634
725
  #: ../app/views/foreman_ansible/config_reports/_ansible.html.erb:8
635
726
  msgid "Module"
636
- msgstr ""
727
+ msgstr "モジュール"
637
728
 
638
729
  #: ../app/views/foreman_ansible/config_reports/_ansible.html.erb:9
639
730
  msgid "Arguments"
640
- msgstr ""
731
+ msgstr "引数"
641
732
 
642
733
  #: ../app/views/foreman_ansible/config_reports/_ansible.html.erb:10
643
734
  msgid "Message"
644
- msgstr ""
735
+ msgstr "メッセージ"
645
736
 
646
737
  #: ../app/views/foreman_ansible/config_reports/_ansible.html.erb:23
647
738
  msgid "Nothing to show"
648
- msgstr ""
739
+ msgstr "表示するものがありません"
649
740
 
650
741
  #: ../db/seeds.d/90_notification_blueprints.rb:5
651
742
  msgid "Jobs"
652
- msgstr ""
743
+ msgstr "ジョブ"
653
744
 
654
745
  #: ../db/seeds.d/90_notification_blueprints.rb:7
655
- msgid "Insights remediation on %{hosts_count} host(s) has finished successfully"
656
- msgstr ""
746
+ msgid ""
747
+ "Insights remediation on %{hosts_count} host(s) has finished successfully"
748
+ msgstr "%{hosts_count} 台のホストで Insights の修復が正常に完了しました"
657
749
 
658
750
  #: ../lib/foreman_ansible/register.rb:94
659
751
  msgid "Roles"
660
- msgstr ""
752
+ msgstr "ロール"
661
753
 
662
754
  #: ../lib/foreman_ansible/remote_execution.rb:20
663
755
  msgid "Run Ansible roles"
664
- msgstr ""
756
+ msgstr "Ansible ロールの実行"
665
757
 
666
758
  #: ../lib/foreman_ansible/remote_execution.rb:21
667
- msgid "Runs an Ansible playbook which contains all the roles defined for a host"
668
- msgstr ""
759
+ msgid ""
760
+ "Runs an Ansible playbook which contains all the roles defined for a host"
761
+ msgstr "ホストに定義された全ロールを含む Ansible プレイブックの実行"
669
762
 
670
763
  #: ../lib/foreman_ansible/remote_execution.rb:27
671
764
  msgid "Ansible: Run Insights maintenance plan"
672
- msgstr ""
765
+ msgstr "Ansible: Insights メンテナンスプランの実行"
673
766
 
674
767
  #: ../lib/foreman_ansible/remote_execution.rb:28
675
- msgid "Runs a given maintenance plan from Red Hat Access Insights given an ID."
676
- msgstr ""
768
+ msgid ""
769
+ "Runs a given maintenance plan from Red Hat Access Insights given an ID."
770
+ msgstr "指定された ID の Red Hat Access Insights から指定されたメンテナンスプランを実行します。"
677
771
 
678
772
  #: action_names.rb:2
679
- msgid "Import facts"
680
- msgstr ""
773
+ msgid "Remote action:"
774
+ msgstr "リモートアクション:"
681
775
 
682
776
  #: action_names.rb:3
683
- msgid "Action with sub plans"
684
- msgstr ""
777
+ msgid "Import Puppet classes"
778
+ msgstr "Puppet クラスのインポート"
685
779
 
686
780
  #: action_names.rb:4
687
- msgid "Import Puppet classes"
688
- msgstr ""
781
+ msgid "Import facts"
782
+ msgstr "ファクトのインポート"
689
783
 
690
784
  #: action_names.rb:5
691
- msgid "Remote action:"
692
- msgstr ""
785
+ msgid "Action with sub plans"
786
+ msgstr "サブプランによるアクション"
693
787
 
694
788
  #: gemspec.rb:2
695
789
  msgid "Ansible support in Foreman"
696
- msgstr ""
790
+ msgstr "Foreman での Ansible サポート"