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,22 +1,31 @@
1
- # Russian 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
+ # Alexander Savchenko, 2018
8
+ # Andrei Burd <burdandrei@gmail.com>, 2018
9
+ # Denis Denis <stereodenis@gmail.com>, 2018
10
+ # Vladimir Pavlov <v.pavlov@i-teco.ru>, 2019
11
+ # Yulia <yulia.poyarkova@redhat.com>, 2019
12
+ # Dominic Cleal <dominic@cleal.org>, 2019
13
+ # Bryan Kearney <bryan.kearney@gmail.com>, 2019
14
+ #
15
+ #, fuzzy
6
16
  msgid ""
7
17
  msgstr ""
8
- "Project-Id-Version: foreman_ansible 2.3.0\n"
18
+ "Project-Id-Version: foreman_ansible 3.0.2\n"
9
19
  "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: Russian\n"
13
- "Language: ru\n"
20
+ "POT-Creation-Date: 2019-04-30 20:53+0200\n"
21
+ "PO-Revision-Date: 2018-11-14 21:36+0000\n"
22
+ "Last-Translator: Bryan Kearney <bryan.kearney@gmail.com>, 2019\n"
23
+ "Language-Team: Russian (https://www.transifex.com/foreman/teams/114/ru/)\n"
14
24
  "MIME-Version: 1.0\n"
15
25
  "Content-Type: text/plain; charset=UTF-8\n"
16
26
  "Content-Transfer-Encoding: 8bit\n"
17
- "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4"
18
- " && (n%100<10 || n%100>=20) ? 1 : 2;\n"
19
- "\n"
27
+ "Language: ru\n"
28
+ "Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n"
20
29
 
21
30
  #: ../app/controllers/ansible_roles_controller.rb:35
22
31
  msgid "Import of roles successfully finished."
@@ -43,12 +52,14 @@ msgid ""
43
52
  msgstr ""
44
53
 
45
54
  #: ../app/controllers/ansible_variables_controller.rb:102
46
- msgid "No proxy found to import variables from, ensure that the smart proxy has the Ansible feature enabled."
55
+ msgid ""
56
+ "No proxy found to import variables from, ensure that the smart proxy has the"
57
+ " Ansible feature enabled."
47
58
  msgstr ""
48
59
 
49
60
  #: ../app/controllers/api/v2/ansible_override_values_controller.rb:17
50
61
  msgid "Override match"
51
- msgstr ""
62
+ msgstr "Условие переопределения"
52
63
 
53
64
  #: ../app/controllers/api/v2/ansible_override_values_controller.rb:18
54
65
  msgid "Override value, required if omit is false"
@@ -78,7 +89,10 @@ msgstr ""
78
89
  msgid "Import Ansible roles"
79
90
  msgstr ""
80
91
 
81
- #: ../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
92
+ #: ../app/controllers/api/v2/ansible_roles_controller.rb:35
93
+ #: ../app/controllers/api/v2/ansible_roles_controller.rb:42
94
+ #: ../app/controllers/api/v2/ansible_variables_controller.rb:73
95
+ #: ../app/controllers/api/v2/ansible_variables_controller.rb:83
82
96
  msgid "Smart Proxy to import from"
83
97
  msgstr ""
84
98
 
@@ -112,7 +126,7 @@ msgstr ""
112
126
 
113
127
  #: ../app/controllers/api/v2/ansible_variables_controller.rb:39
114
128
  msgid "Name of variable"
115
- msgstr ""
129
+ msgstr "Имя переменной"
116
130
 
117
131
  #: ../app/controllers/api/v2/ansible_variables_controller.rb:40
118
132
  msgid "Role ID"
@@ -120,43 +134,46 @@ msgstr ""
120
134
 
121
135
  #: ../app/controllers/api/v2/ansible_variables_controller.rb:41
122
136
  msgid "Default value of variable"
123
- msgstr ""
137
+ msgstr "Значение по умолчанию для переменной"
124
138
 
125
139
  #: ../app/controllers/api/v2/ansible_variables_controller.rb:42
126
140
  msgid "When enabled the parameter is hidden in the UI"
127
- msgstr ""
141
+ msgstr "Если включено, параметр будет скрыт"
128
142
 
129
143
  #: ../app/controllers/api/v2/ansible_variables_controller.rb:43
130
144
  msgid "The order in which values are resolved"
131
- msgstr ""
145
+ msgstr "Порядок обработки значений"
132
146
 
133
147
  #: ../app/controllers/api/v2/ansible_variables_controller.rb:44
134
148
  msgid "Description of variable"
135
- msgstr ""
149
+ msgstr "Описание переменной"
136
150
 
137
151
  #: ../app/controllers/api/v2/ansible_variables_controller.rb:45
138
152
  msgid "Types of validation values"
139
- msgstr ""
153
+ msgstr "Типы значений проверок"
140
154
 
141
155
  #: ../app/controllers/api/v2/ansible_variables_controller.rb:46
142
156
  msgid "Used to enforce certain values for the parameter values"
143
157
  msgstr ""
158
+ "Используется для обеспечения определенных значений для значений параметров"
144
159
 
145
160
  #: ../app/controllers/api/v2/ansible_variables_controller.rb:47
146
161
  msgid "Types of variable values"
147
- msgstr ""
162
+ msgstr "Типы значений переменных"
148
163
 
149
164
  #: ../app/controllers/api/v2/ansible_variables_controller.rb:48
150
165
  msgid "Merge all matching values (only array/hash type)"
151
- msgstr ""
166
+ msgstr "Слить все совпадающие значения (только для типов массив/хэш)"
152
167
 
153
168
  #: ../app/controllers/api/v2/ansible_variables_controller.rb:49
154
169
  msgid "Include default value when merging all matching values"
155
170
  msgstr ""
171
+ "При объединении совпадающих значений также включить значение, используемое "
172
+ "по умолчанию"
156
173
 
157
174
  #: ../app/controllers/api/v2/ansible_variables_controller.rb:50
158
175
  msgid "Remove duplicate values (only array type)"
159
- msgstr ""
176
+ msgstr "Удалить повторяющиеся значения (только для массива)"
160
177
 
161
178
  #: ../app/controllers/api/v2/ansible_variables_controller.rb:54
162
179
  msgid "Create Ansible variable"
@@ -167,11 +184,15 @@ msgid "Updates Ansible variable"
167
184
  msgstr ""
168
185
 
169
186
  #: ../app/controllers/api/v2/ansible_variables_controller.rb:71
170
- msgid "Import Ansible variables. This will only import variables for already existing roles, it will not import any new roles"
187
+ msgid ""
188
+ "Import Ansible variables. This will only import variables for already "
189
+ "existing roles, it will not import any new roles"
171
190
  msgstr ""
172
191
 
173
192
  #: ../app/controllers/api/v2/ansible_variables_controller.rb:81
174
- msgid "Obsolete Ansible variables. This will only obsolete variables for already existing roles, it will not delete any old roles"
193
+ msgid ""
194
+ "Obsolete Ansible variables. This will only obsolete variables for already "
195
+ "existing roles, it will not delete any old roles"
175
196
  msgstr ""
176
197
 
177
198
  #: ../app/controllers/foreman_ansible/api/v2/hostgroups_controller_extensions.rb:20
@@ -198,7 +219,8 @@ msgstr ""
198
219
  msgid "Ansible roles to assign to a hostgroup"
199
220
  msgstr ""
200
221
 
201
- #: ../app/controllers/foreman_ansible/api/v2/hostgroups_param_group_extensions.rb:13 ../app/controllers/foreman_ansible/api/v2/hosts_param_group_extensions.rb:13
222
+ #: ../app/controllers/foreman_ansible/api/v2/hostgroups_param_group_extensions.rb:13
223
+ #: ../app/controllers/foreman_ansible/api/v2/hosts_param_group_extensions.rb:13
202
224
  msgid "IDs of associated ansible roles"
203
225
  msgstr ""
204
226
 
@@ -240,7 +262,7 @@ msgstr ""
240
262
 
241
263
  #: ../app/helpers/foreman_ansible/ansible_roles_helper.rb:8
242
264
  msgid "Import from %s"
243
- msgstr ""
265
+ msgstr "Импорт с %s"
244
266
 
245
267
  #: ../app/helpers/foreman_ansible/ansible_roles_helper.rb:23
246
268
  msgid "Ansible Role"
@@ -248,13 +270,14 @@ msgstr ""
248
270
 
249
271
  #: ../app/helpers/foreman_ansible/ansible_roles_helper.rb:29
250
272
  msgid "Import"
251
- msgstr ""
273
+ msgstr "Импорт"
252
274
 
253
275
  #: ../app/helpers/foreman_ansible/ansible_roles_helper.rb:35
254
276
  msgid "%s ago"
255
- msgstr ""
277
+ msgstr "%s назад"
256
278
 
257
- #: ../app/helpers/foreman_ansible/hosts_helper_extensions.rb:13 ../app/lib/actions/foreman_ansible/helpers/host_common.rb:18
279
+ #: ../app/helpers/foreman_ansible/hosts_helper_extensions.rb:13
280
+ #: ../app/lib/actions/foreman_ansible/helpers/host_common.rb:18
258
281
  msgid "Play Ansible roles"
259
282
  msgstr ""
260
283
 
@@ -262,9 +285,10 @@ msgstr ""
262
285
  msgid "Playbook execution failed"
263
286
  msgstr ""
264
287
 
265
- #: ../app/lib/actions/foreman_ansible/helpers/host_common.rb:30 ../lib/foreman_ansible_core/remote_execution_core/ansible_runner.rb:36
288
+ #: ../app/lib/actions/foreman_ansible/helpers/host_common.rb:30
289
+ #: ../lib/foreman_ansible_core/remote_execution_core/ansible_runner.rb:36
266
290
  msgid "Error loading data from proxy"
267
- msgstr ""
291
+ msgstr "Не удалось загрузить данные с прокси"
268
292
 
269
293
  #: ../app/lib/actions/foreman_ansible/helpers/play_roles_description.rb:13
270
294
  msgid "Foreman"
@@ -279,7 +303,10 @@ msgid "Unable to get roles/variables from Ansible"
279
303
  msgstr ""
280
304
 
281
305
  #: ../app/models/setting/ansible.rb:20
282
- 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"
306
+ msgid ""
307
+ "Use this to supply a path to an SSH Private Key that Ansible will use in "
308
+ "lieu of a password Override with \"ansible_ssh_private_key_file\" host "
309
+ "parameter"
283
310
  msgstr ""
284
311
 
285
312
  #: ../app/models/setting/ansible.rb:25
@@ -287,7 +314,9 @@ msgid "Private Key Path"
287
314
  msgstr ""
288
315
 
289
316
  #: ../app/models/setting/ansible.rb:29
290
- msgid "Use this connection type by default when running Ansible playbooks. You can override this on hosts by adding a parameter \"ansible_connection\""
317
+ msgid ""
318
+ "Use this connection type by default when running Ansible playbooks. You can "
319
+ "override this on hosts by adding a parameter \"ansible_connection\""
291
320
  msgstr ""
292
321
 
293
322
  #: ../app/models/setting/ansible.rb:33
@@ -295,7 +324,10 @@ msgid "Connection type"
295
324
  msgstr ""
296
325
 
297
326
  #: ../app/models/setting/ansible.rb:37
298
- 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\""
327
+ msgid ""
328
+ "Enable/disable WinRM server certificate validation when running Ansible "
329
+ "playbooks. You can override this on hosts by adding a parameter "
330
+ "\"ansible_winrm_server_cert_validation\""
299
331
  msgstr ""
300
332
 
301
333
  #: ../app/models/setting/ansible.rb:42
@@ -303,7 +335,9 @@ msgid "WinRM cert Validation"
303
335
  msgstr ""
304
336
 
305
337
  #: ../app/models/setting/ansible.rb:46
306
- msgid "Foreman will add the this level of verbosity for additional debugging output when running Ansible playbooks."
338
+ msgid ""
339
+ "Foreman will add the this level of verbosity for additional debugging output"
340
+ " when running Ansible playbooks."
307
341
  msgstr ""
308
342
 
309
343
  #: ../app/models/setting/ansible.rb:49
@@ -312,7 +346,7 @@ msgstr ""
312
346
 
313
347
  #: ../app/models/setting/ansible.rb:52
314
348
  msgid "Disabled"
315
- msgstr ""
349
+ msgstr "Отключено"
316
350
 
317
351
  #: ../app/models/setting/ansible.rb:53
318
352
  msgid "Level 1 (-v)"
@@ -331,7 +365,10 @@ msgid "Level 4 (-vvvv)"
331
365
  msgstr ""
332
366
 
333
367
  #: ../app/models/setting/ansible.rb:62
334
- 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."
335
372
  msgstr ""
336
373
 
337
374
  #: ../app/models/setting/ansible.rb:67
@@ -347,7 +384,9 @@ msgid "Ansible report timeout"
347
384
  msgstr ""
348
385
 
349
386
  #: ../app/models/setting/ansible.rb:77
350
- msgid "Disable host configuration status turning to out of sync for %{cfgmgmt} after report does not arrive within configured interval"
387
+ msgid ""
388
+ "Disable host configuration status turning to out of sync for %{cfgmgmt} "
389
+ "after report does not arrive within configured interval"
351
390
  msgstr ""
352
391
 
353
392
  #: ../app/models/setting/ansible.rb:81
@@ -370,7 +409,8 @@ msgstr ""
370
409
  msgid "Remediation Plan"
371
410
  msgstr ""
372
411
 
373
- #: ../app/services/foreman_ansible/insights_notification_builder.rb:61 ../db/seeds.d/90_notification_blueprints.rb:13
412
+ #: ../app/services/foreman_ansible/insights_notification_builder.rb:61
413
+ #: ../db/seeds.d/90_notification_blueprints.rb:13
374
414
  msgid "Job Details"
375
415
  msgstr ""
376
416
 
@@ -382,101 +422,125 @@ msgstr ""
382
422
  msgid "Changed Ansible roles"
383
423
  msgstr ""
384
424
 
385
- #: ../app/views/ansible_roles/import.html.erb:3 ../app/views/ansible_variables/import.html.erb:3
425
+ #: ../app/views/ansible_roles/import.html.erb:3
426
+ #: ../app/views/ansible_variables/import.html.erb:3
386
427
  msgid "Select the changes you want to realize in Foreman"
387
- msgstr ""
428
+ msgstr "Выберите изменения, которые должны быть отражены в Foreman"
388
429
 
389
- #: ../app/views/ansible_roles/import.html.erb:5 ../app/views/ansible_variables/import.html.erb:5
430
+ #: ../app/views/ansible_roles/import.html.erb:5
431
+ #: ../app/views/ansible_variables/import.html.erb:5
390
432
  msgid "Toggle"
391
- msgstr ""
433
+ msgstr "Состояние"
392
434
 
393
- #: ../app/views/ansible_roles/import.html.erb:6 ../app/views/ansible_variables/import.html.erb:6
435
+ #: ../app/views/ansible_roles/import.html.erb:6
436
+ #: ../app/views/ansible_variables/import.html.erb:6
394
437
  msgid "New"
395
- msgstr ""
438
+ msgstr "Новое"
396
439
 
397
- #: ../app/views/ansible_roles/import.html.erb:8 ../app/views/ansible_variables/import.html.erb:8
440
+ #: ../app/views/ansible_roles/import.html.erb:8
441
+ #: ../app/views/ansible_variables/import.html.erb:8
398
442
  msgid "Check/Uncheck new"
399
- msgstr ""
443
+ msgstr "Выбрать новые/Отменить выбор"
400
444
 
401
- #: ../app/views/ansible_roles/import.html.erb:9 ../app/views/ansible_variables/import.html.erb:9
445
+ #: ../app/views/ansible_roles/import.html.erb:9
446
+ #: ../app/views/ansible_variables/import.html.erb:9
402
447
  msgid "Obsolete"
403
- msgstr ""
448
+ msgstr "Устарело"
404
449
 
405
- #: ../app/views/ansible_roles/import.html.erb:11 ../app/views/ansible_variables/import.html.erb:11
450
+ #: ../app/views/ansible_roles/import.html.erb:11
451
+ #: ../app/views/ansible_variables/import.html.erb:11
406
452
  msgid "Check/Uncheck obsolete"
407
- msgstr ""
453
+ msgstr "Выбрать устаревшие/Отменить выбор"
408
454
 
409
- #: ../app/views/ansible_roles/import.html.erb:19 ../app/views/ansible_variables/import.html.erb:22
455
+ #: ../app/views/ansible_roles/import.html.erb:19
456
+ #: ../app/views/ansible_variables/import.html.erb:22
410
457
  msgid "Check/Uncheck all"
411
- msgstr ""
458
+ msgstr "Выбрать все/Отменить выбор"
412
459
 
413
- #: ../app/views/ansible_roles/import.html.erb:21 ../app/views/ansible_variables/import.html.erb:24
460
+ #: ../app/views/ansible_roles/import.html.erb:21
461
+ #: ../app/views/ansible_variables/import.html.erb:24
414
462
  msgid "Name"
415
- msgstr ""
463
+ msgstr "Имя"
416
464
 
417
- #: ../app/views/ansible_roles/import.html.erb:22 ../app/views/ansible_variables/import.html.erb:26
465
+ #: ../app/views/ansible_roles/import.html.erb:22
466
+ #: ../app/views/ansible_variables/import.html.erb:26
418
467
  msgid "Hosts count"
419
468
  msgstr ""
420
469
 
421
- #: ../app/views/ansible_roles/import.html.erb:23 ../app/views/ansible_variables/import.html.erb:27
470
+ #: ../app/views/ansible_roles/import.html.erb:23
471
+ #: ../app/views/ansible_variables/import.html.erb:27
422
472
  msgid "Hostgroups count"
423
473
  msgstr ""
424
474
 
425
- #: ../app/views/ansible_roles/import.html.erb:24 ../app/views/ansible_variables/import.html.erb:28
475
+ #: ../app/views/ansible_roles/import.html.erb:24
476
+ #: ../app/views/ansible_variables/import.html.erb:28
426
477
  msgid "Operation"
427
- msgstr ""
478
+ msgstr "Операция"
428
479
 
429
- #: ../app/views/ansible_roles/import.html.erb:35 ../app/views/ansible_variables/import.html.erb:39
480
+ #: ../app/views/ansible_roles/import.html.erb:35
481
+ #: ../app/views/ansible_variables/import.html.erb:39
430
482
  msgid "Check/Uncheck all %s changes"
431
- msgstr ""
483
+ msgstr "Выбрать/отменить выбор всех изменений %s"
432
484
 
433
- #: ../app/views/ansible_roles/import.html.erb:40 ../app/views/ansible_variables/import.html.erb:45
485
+ #: ../app/views/ansible_roles/import.html.erb:40
486
+ #: ../app/views/ansible_variables/import.html.erb:45
434
487
  msgid "Add"
435
- msgstr ""
488
+ msgstr "Добавить"
436
489
 
437
- #: ../app/views/ansible_roles/import.html.erb:40 ../app/views/ansible_variables/import.html.erb:45
490
+ #: ../app/views/ansible_roles/import.html.erb:40
491
+ #: ../app/views/ansible_variables/import.html.erb:45
438
492
  msgid "Remove"
439
- msgstr ""
493
+ msgstr "Удалить"
440
494
 
441
- #: ../app/views/ansible_roles/import.html.erb:48 ../app/views/ansible_variables/import.html.erb:53
495
+ #: ../app/views/ansible_roles/import.html.erb:48
496
+ #: ../app/views/ansible_variables/import.html.erb:53
442
497
  msgid "Cancel"
443
- msgstr ""
498
+ msgstr "Отмена"
444
499
 
445
- #: ../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
500
+ #: ../app/views/ansible_roles/import.html.erb:49
501
+ #: ../app/views/ansible_variables/import.html.erb:12
502
+ #: ../app/views/ansible_variables/import.html.erb:45
503
+ #: ../app/views/ansible_variables/import.html.erb:54
446
504
  msgid "Update"
447
- msgstr ""
505
+ msgstr "Обновить"
448
506
 
449
- #: ../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
507
+ #: ../app/views/ansible_roles/index.html.erb:1
508
+ #: ../app/views/ansible_roles/welcome.html.erb:1
509
+ #: ../app/views/ansible_roles/welcome.html.erb:6
510
+ #: ../app/views/foreman_ansible/ansible_roles/_select_tab_title.html.erb:1
450
511
  msgid "Ansible Roles"
451
512
  msgstr ""
452
513
 
453
514
  #: ../app/views/ansible_roles/index.html.erb:9
454
515
  msgid "Role|Name"
455
- msgstr ""
516
+ msgstr "Имя"
456
517
 
457
518
  #: ../app/views/ansible_roles/index.html.erb:10
458
519
  msgid "Hostgroups"
459
- msgstr ""
520
+ msgstr "Группы узлов"
460
521
 
461
522
  #: ../app/views/ansible_roles/index.html.erb:11
462
523
  msgid "Hosts"
463
- msgstr ""
524
+ msgstr "Узлы"
464
525
 
465
526
  #: ../app/views/ansible_roles/index.html.erb:12
466
527
  msgid "Imported at"
467
528
  msgstr ""
468
529
 
469
- #: ../app/views/ansible_roles/index.html.erb:13 ../app/views/ansible_variables/index.html.erb:16
530
+ #: ../app/views/ansible_roles/index.html.erb:13
531
+ #: ../app/views/ansible_variables/index.html.erb:16
470
532
  msgid "Actions"
471
- msgstr ""
533
+ msgstr "Действия"
472
534
 
473
- #: ../app/views/ansible_roles/index.html.erb:27 ../lib/foreman_ansible/register.rb:98
535
+ #: ../app/views/ansible_roles/index.html.erb:27
536
+ #: ../lib/foreman_ansible/register.rb:98
474
537
  msgid "Variables"
475
- msgstr ""
538
+ msgstr "Переменные"
476
539
 
477
- #: ../app/views/ansible_roles/index.html.erb:33 ../app/views/ansible_variables/index.html.erb:41
540
+ #: ../app/views/ansible_roles/index.html.erb:33
541
+ #: ../app/views/ansible_variables/index.html.erb:41
478
542
  msgid "Delete %s?"
479
- msgstr ""
543
+ msgstr "Удалить %s?"
480
544
 
481
545
  #: ../app/views/ansible_roles/welcome.html.erb:7
482
546
  msgid ""
@@ -486,7 +550,7 @@ msgstr ""
486
550
 
487
551
  #: ../app/views/ansible_roles/welcome.html.erb:10
488
552
  msgid "Learn more about this in the documentation."
489
- msgstr ""
553
+ msgstr "Обратиться к документации"
490
554
 
491
555
  #: ../app/views/ansible_variables/_fields.erb:4
492
556
  msgid "Ansible Variable Details (Imported)"
@@ -505,12 +569,16 @@ msgid "Override the default value of the Ansible variable."
505
569
  msgstr ""
506
570
 
507
571
  #: ../app/views/ansible_variables/_fields.erb:14
508
- 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."
572
+ msgid ""
573
+ "Mark the variable to be managed by Foreman. When the Ansible role of this "
574
+ "variable is assigned to a host, the default value will be added to Ansible "
575
+ "inventory as a host variable. Specify matchers to set a different value for "
576
+ "such variable."
509
577
  msgstr ""
510
578
 
511
579
  #: ../app/views/ansible_variables/_fields.erb:27
512
580
  msgid "Value to use when there is no match."
513
- msgstr ""
581
+ msgstr "Значение, которое будет использоваться по умолчанию."
514
582
 
515
583
  #: ../app/views/ansible_variables/_fields.erb:30
516
584
  msgid "Hidden Value"
@@ -518,19 +586,25 @@ msgstr ""
518
586
 
519
587
  #: ../app/views/ansible_variables/_fields.erb:33
520
588
  msgid "Hide all values for this parameter."
521
- msgstr ""
589
+ msgstr "Скрывать значения этого параметра."
522
590
 
523
591
  #: ../app/views/ansible_variables/_fields.erb:39
524
592
  msgid "Optional Input Validator"
525
593
  msgstr ""
526
594
 
527
595
  #: ../app/views/ansible_variables/_fields.erb:41
528
- msgid "Before including these variables on your playbooks, Foreman will validate that your variables comply with the validation."
596
+ msgid ""
597
+ "Before including these variables on your playbooks, Foreman will validate "
598
+ "that your variables comply with the validation."
529
599
  msgstr ""
530
600
 
531
601
  #: ../app/views/ansible_variables/_fields.erb:44
532
- msgid "If checked, will raise an error if there is no default value and no matcher provide a value."
602
+ msgid ""
603
+ "If checked, will raise an error if there is no default value and no matcher "
604
+ "provide a value."
533
605
  msgstr ""
606
+ "Если установлен, генерирует ошибку в случае, если правило подстановки не "
607
+ "присвоило значение и если значение по умолчанию тоже не задано."
534
608
 
535
609
  #: ../app/views/ansible_variables/_fields.erb:53
536
610
  msgid "Prioritize Attribute Order"
@@ -538,39 +612,55 @@ msgstr ""
538
612
 
539
613
  #: ../app/views/ansible_variables/_fields.erb:54
540
614
  msgid "Set the order in which values are resolved."
541
- msgstr ""
615
+ msgstr "Здесь можно настроить порядок обработки значений."
542
616
 
543
617
  #: ../app/views/ansible_variables/_fields.erb:55
544
618
  msgid "Order"
545
- msgstr ""
619
+ msgstr "Порядок"
546
620
 
547
621
  #: ../app/views/ansible_variables/_fields.erb:56
548
- 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>"
622
+ msgid ""
623
+ "The order in which matchers keys are processed, first match wins.<br> You "
624
+ "may use multiple attributes as a matcher key, for example, an order of "
625
+ "<code>host group, environment</code> would expect a matcher such as "
626
+ "<code>hostgroup = \"web servers\", environment = production</code>"
549
627
  msgstr ""
628
+ "Ключи обрабатываются по порядку, до первого совпадения.<br>Допускается "
629
+ "одновременное использование нескольких атрибутов — например, для "
630
+ "последовательности <code>host group, environment</code> условие подстановки "
631
+ "может выглядеть так: <code>hostgroup = \"web servers\", environment = "
632
+ "production</code>"
550
633
 
551
634
  #: ../app/views/ansible_variables/_fields.erb:59
552
- 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."
553
638
  msgstr ""
554
639
 
555
640
  #: ../app/views/ansible_variables/_fields.erb:61
556
641
  msgid "Include default value when merging all matching values."
557
642
  msgstr ""
643
+ "При объединении совпадающих значений также включить значение, используемое "
644
+ "по умолчанию."
558
645
 
559
646
  #: ../app/views/ansible_variables/_fields.erb:64
560
647
  msgid "Avoid duplicate values when merging them (only array type)?"
561
648
  msgstr ""
649
+ "Избегать повторений при объединении значений (применимо только к массивам)"
562
650
 
563
651
  #: ../app/views/ansible_variables/_fields.erb:68
564
652
  msgid "Specify Matchers"
565
653
  msgstr ""
566
654
 
567
- #: ../app/views/ansible_variables/edit.html.erb:4 ../app/views/ansible_variables/index.html.erb:1 ../app/views/ansible_variables/new.html.erb:4
655
+ #: ../app/views/ansible_variables/edit.html.erb:4
656
+ #: ../app/views/ansible_variables/index.html.erb:1
657
+ #: ../app/views/ansible_variables/new.html.erb:4
568
658
  msgid "Ansible Variables"
569
659
  msgstr ""
570
660
 
571
661
  #: ../app/views/ansible_variables/edit.html.erb:8
572
662
  msgid "Edit %s"
573
- msgstr ""
663
+ msgstr "Изменить %s"
574
664
 
575
665
  #: ../app/views/ansible_variables/edit.html.erb:13
576
666
  msgid "Edit Ansible Variable"
@@ -602,7 +692,7 @@ msgstr ""
602
692
 
603
693
  #: ../app/views/ansible_variables/index.html.erb:14
604
694
  msgid "Type"
605
- msgstr ""
695
+ msgstr "Тип"
606
696
 
607
697
  #: ../app/views/ansible_variables/index.html.erb:15
608
698
  msgid "Imported?"
@@ -612,7 +702,8 @@ msgstr ""
612
702
  msgid "Overriden"
613
703
  msgstr ""
614
704
 
615
- #: ../app/views/ansible_variables/new.html.erb:8 ../app/views/ansible_variables/new.html.erb:13
705
+ #: ../app/views/ansible_variables/new.html.erb:8
706
+ #: ../app/views/ansible_variables/new.html.erb:13
616
707
  msgid "Create Ansible Variable"
617
708
  msgstr ""
618
709
 
@@ -622,15 +713,15 @@ msgstr ""
622
713
 
623
714
  #: ../app/views/foreman_ansible/ansible_roles/_hostgroup_ansible_roles_button.erb:9
624
715
  msgid "Nest"
625
- msgstr ""
716
+ msgstr "Вложить"
626
717
 
627
718
  #: ../app/views/foreman_ansible/ansible_roles/_hostgroup_ansible_roles_button.erb:10
628
719
  msgid "Clone"
629
- msgstr ""
720
+ msgstr "Клонировать"
630
721
 
631
722
  #: ../app/views/foreman_ansible/config_reports/_ansible.html.erb:7
632
723
  msgid "Level"
633
- msgstr ""
724
+ msgstr "Уровень"
634
725
 
635
726
  #: ../app/views/foreman_ansible/config_reports/_ansible.html.erb:8
636
727
  msgid "Module"
@@ -642,30 +733,32 @@ msgstr ""
642
733
 
643
734
  #: ../app/views/foreman_ansible/config_reports/_ansible.html.erb:10
644
735
  msgid "Message"
645
- msgstr ""
736
+ msgstr "Сообщение"
646
737
 
647
738
  #: ../app/views/foreman_ansible/config_reports/_ansible.html.erb:23
648
739
  msgid "Nothing to show"
649
- msgstr ""
740
+ msgstr "Нет результатов"
650
741
 
651
742
  #: ../db/seeds.d/90_notification_blueprints.rb:5
652
743
  msgid "Jobs"
653
- msgstr ""
744
+ msgstr "Задания"
654
745
 
655
746
  #: ../db/seeds.d/90_notification_blueprints.rb:7
656
- msgid "Insights remediation on %{hosts_count} host(s) has finished successfully"
747
+ msgid ""
748
+ "Insights remediation on %{hosts_count} host(s) has finished successfully"
657
749
  msgstr ""
658
750
 
659
751
  #: ../lib/foreman_ansible/register.rb:94
660
752
  msgid "Roles"
661
- msgstr ""
753
+ msgstr "Роли"
662
754
 
663
755
  #: ../lib/foreman_ansible/remote_execution.rb:20
664
756
  msgid "Run Ansible roles"
665
757
  msgstr ""
666
758
 
667
759
  #: ../lib/foreman_ansible/remote_execution.rb:21
668
- msgid "Runs an Ansible playbook which contains all the roles defined for a host"
760
+ msgid ""
761
+ "Runs an Ansible playbook which contains all the roles defined for a host"
669
762
  msgstr ""
670
763
 
671
764
  #: ../lib/foreman_ansible/remote_execution.rb:27
@@ -673,24 +766,25 @@ msgid "Ansible: Run Insights maintenance plan"
673
766
  msgstr ""
674
767
 
675
768
  #: ../lib/foreman_ansible/remote_execution.rb:28
676
- msgid "Runs a given maintenance plan from Red Hat Access Insights given an ID."
769
+ msgid ""
770
+ "Runs a given maintenance plan from Red Hat Access Insights given an ID."
677
771
  msgstr ""
678
772
 
679
773
  #: action_names.rb:2
680
- msgid "Import facts"
681
- msgstr ""
774
+ msgid "Remote action:"
775
+ msgstr "Удаленное действие:"
682
776
 
683
777
  #: action_names.rb:3
684
- msgid "Action with sub plans"
685
- msgstr ""
778
+ msgid "Import Puppet classes"
779
+ msgstr "Импорт классов Puppet"
686
780
 
687
781
  #: action_names.rb:4
688
- msgid "Import Puppet classes"
689
- msgstr ""
782
+ msgid "Import facts"
783
+ msgstr "Импорт фактов"
690
784
 
691
785
  #: action_names.rb:5
692
- msgid "Remote action:"
693
- msgstr ""
786
+ msgid "Action with sub plans"
787
+ msgstr "Действия с подпланами"
694
788
 
695
789
  #: gemspec.rb:2
696
790
  msgid "Ansible support in Foreman"