foreman_ansible 3.0.3 → 3.0.4

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