foreman_ansible 4.0.2 → 4.0.3

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