foreman_puppet 2.0.0.alpha.2 → 2.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (75) hide show
  1. checksums.yaml +4 -4
  2. data/app/controllers/concerns/foreman_puppet/extensions/parameters_host.rb +41 -32
  3. data/app/controllers/concerns/foreman_puppet/extensions/parameters_hostgroup.rb +37 -28
  4. data/app/controllers/foreman_puppet/api/v2/hostgroup_classes_controller.rb +1 -1
  5. data/app/helpers/foreman_puppet/environments_helper.rb +1 -1
  6. data/app/models/foreman_puppet/host_puppet_facet.rb +1 -1
  7. data/app/models/foreman_puppet/hostgroup_puppet_facet.rb +2 -0
  8. data/app/views/foreman_puppet/config_groups/index.html.erb +1 -1
  9. data/db/migrate/20200803113903_migrate_host_type_in_host_config_groups.foreman_puppet.rb +36 -20
  10. data/db/migrate/20201125113903_migrate_puppetclasses_to_facets.foreman_puppet.rb +0 -8
  11. data/db/migrate/20211111125003_drop_puppetclasses_direct_references.foreman_puppet.rb +11 -0
  12. data/db/migrate/20211112130803_cleanup_environment_from_core_tables.foreman_puppet.rb +10 -0
  13. data/db/migrate_foreman/{20090722141107_create_environments.rb → 20090722141107_create_environments.foreman_puppet.rb} +1 -1
  14. data/db/migrate_foreman/{20090802062223_create_puppetclasses.rb → 20090802062223_create_puppetclasses.foreman_puppet.rb} +3 -2
  15. data/db/migrate_foreman/{20090905150132_create_hostgroups_puppetclasses.rb → 20090905150132_create_hostgroups_puppetclasses.foreman_puppet.rb} +0 -0
  16. data/db/migrate_foreman/{20110412103238_remove_unused_fields_from_puppet_classes.rb → 20110412103238_remove_unused_fields_from_puppet_classes.foreman_puppet.rb} +0 -0
  17. data/db/migrate_foreman/{20110712070522_create_host_class.rb → 20110712070522_create_host_class.foreman_puppet.rb} +0 -0
  18. data/db/migrate_foreman/{20120824142048_add_some_indexes.rb → 20120824142048_add_some_indexes.foreman_puppet.rb} +8 -1
  19. data/db/migrate_foreman/{20120905095532_create_environment_classes.rb → 20120905095532_create_environment_classes.foreman_puppet.rb} +2 -2
  20. data/db/migrate_foreman/{20121018152459_create_hostgroup_classes.rb → 20121018152459_create_hostgroup_classes.foreman_puppet.rb} +0 -0
  21. data/db/migrate_foreman/{20140407161817_create_config_groups.rb → 20140407161817_create_config_groups.foreman_puppet.rb} +0 -0
  22. data/db/migrate_foreman/{20140407162007_create_config_group_classes.rb → 20140407162007_create_config_group_classes.foreman_puppet.rb} +0 -0
  23. data/db/migrate_foreman/{20140407162059_create_host_config_groups.rb → 20140407162059_create_host_config_groups.foreman_puppet.rb} +0 -0
  24. data/db/migrate_foreman/{20161205142618_delete_orphaned_smart_class_parameters.rb → 20161205142618_delete_orphaned_smart_class_parameters.foreman_puppet.rb} +0 -0
  25. data/db/migrate_foreman/{20170109115157_fix_lookup_key_auditable_type.rb → 20170109115157_fix_lookup_key_auditable_type.foreman_puppet.rb} +0 -0
  26. data/db/migrate_foreman/{20180816134832_cast_lookup_key_values.rb → 20180816134832_cast_lookup_key_values.foreman_puppet.rb} +0 -0
  27. data/db/migrate_foreman/{20180831115634_add_uniqueness_to_puppetclass_name.rb → 20180831115634_add_uniqueness_to_puppetclass_name.foreman_puppet.rb} +0 -0
  28. data/db/migrate_foreman/{20181023112532_add_environment_puppetclass_id.rb → 20181023112532_add_environment_puppetclass_id.foreman_puppet.rb} +0 -0
  29. data/db/migrate_foreman/{20181224174419_add_index_to_environment_class_by_lookup_key_and_puppetclass.rb → 20181224174419_add_index_to_environment_class_by_lookup_key_and_puppetclass.foreman_puppet.rb} +0 -0
  30. data/lib/foreman_puppet/register.rb +35 -0
  31. data/lib/foreman_puppet/version.rb +1 -1
  32. data/locale/ca/LC_MESSAGES/foreman_puppet.mo +0 -0
  33. data/locale/ca/foreman_puppet.po +760 -0
  34. data/locale/cs_CZ/LC_MESSAGES/foreman_puppet.mo +0 -0
  35. data/locale/cs_CZ/foreman_puppet.edit.po +1085 -0
  36. data/locale/cs_CZ/foreman_puppet.po +823 -0
  37. data/locale/cs_CZ/foreman_puppet.po.time_stamp +0 -0
  38. data/locale/de/LC_MESSAGES/foreman_puppet.mo +0 -0
  39. data/locale/de/foreman_puppet.po +844 -0
  40. data/locale/en/LC_MESSAGES/foreman_puppet.mo +0 -0
  41. data/locale/en/foreman_puppet.edit.po +317 -162
  42. data/locale/en/foreman_puppet.po +58 -1
  43. data/locale/en_GB/LC_MESSAGES/foreman_puppet.mo +0 -0
  44. data/locale/en_GB/foreman_puppet.po +820 -0
  45. data/locale/es/LC_MESSAGES/foreman_puppet.mo +0 -0
  46. data/locale/es/foreman_puppet.po +827 -0
  47. data/locale/foreman_puppet.pot +181 -92
  48. data/locale/fr/LC_MESSAGES/foreman_puppet.mo +0 -0
  49. data/locale/fr/foreman_puppet.po +835 -0
  50. data/locale/gl/LC_MESSAGES/foreman_puppet.mo +0 -0
  51. data/locale/gl/foreman_puppet.po +818 -0
  52. data/locale/it/LC_MESSAGES/foreman_puppet.mo +0 -0
  53. data/locale/it/foreman_puppet.po +822 -0
  54. data/locale/ja/LC_MESSAGES/foreman_puppet.mo +0 -0
  55. data/locale/ja/foreman_puppet.po +830 -0
  56. data/locale/ko/LC_MESSAGES/foreman_puppet.mo +0 -0
  57. data/locale/ko/foreman_puppet.po +819 -0
  58. data/locale/nl_NL/LC_MESSAGES/foreman_puppet.mo +0 -0
  59. data/locale/nl_NL/foreman_puppet.po +823 -0
  60. data/locale/pl/LC_MESSAGES/foreman_puppet.mo +0 -0
  61. data/locale/pl/foreman_puppet.po +822 -0
  62. data/locale/pt_BR/LC_MESSAGES/foreman_puppet.mo +0 -0
  63. data/locale/pt_BR/foreman_puppet.po +826 -0
  64. data/locale/ru/LC_MESSAGES/foreman_puppet.mo +0 -0
  65. data/locale/ru/foreman_puppet.po +827 -0
  66. data/locale/sv_SE/LC_MESSAGES/foreman_puppet.mo +0 -0
  67. data/locale/sv_SE/foreman_puppet.po +822 -0
  68. data/locale/zh_CN/LC_MESSAGES/foreman_puppet.mo +0 -0
  69. data/locale/zh_CN/foreman_puppet.po +831 -0
  70. data/locale/zh_TW/LC_MESSAGES/foreman_puppet.mo +0 -0
  71. data/locale/zh_TW/foreman_puppet.po +821 -0
  72. data/test/helpers/foreman_puppet/hosts_and_hostgroups_helper_test.rb +70 -31
  73. data/test/integration/foreman_puppet/dashboard_js_test.rb +31 -0
  74. data/test/models/foreman_puppet/host_puppet_facet_test.rb +7 -1
  75. metadata +64 -24
@@ -0,0 +1,827 @@
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_puppet package.
4
+ # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
+ #
6
+ # Translators:
7
+ # Denis Denis <stereodenis@gmail.com>, 2021
8
+ # Alexander Savchenko, 2021
9
+ # Andrei Burd <burdandrei@gmail.com>, 2021
10
+ # Yulia <yulia.poyarkova@redhat.com>, 2021
11
+ # 0868a4d1af5275b3f70b0a6dac4c99a4, 2021
12
+ # Bryan Kearney <bryan.kearney@gmail.com>, 2021
13
+ # Vladimir Pavlov <v.pavlov@i-teco.ru>, 2021
14
+ # Pavel Ershov <yosho1@yandex.ru>, 2021
15
+ #
16
+ #, fuzzy
17
+ msgid ""
18
+ msgstr ""
19
+ "Project-Id-Version: foreman_puppet 2.0.0.alpha.2\n"
20
+ "Report-Msgid-Bugs-To: \n"
21
+ "PO-Revision-Date: 2021-02-03 16:30+0000\n"
22
+ "Last-Translator: Pavel Ershov <yosho1@yandex.ru>, 2021\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<="
29
+ "4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=1"
30
+ "1 && n%100<=14)? 2 : 3);\n"
31
+
32
+ msgid " Remove"
33
+ msgstr "Удалить"
34
+
35
+ msgid "%s is not in environment"
36
+ msgstr "%s не является окружением"
37
+
38
+ msgid "%s out of sync disabled"
39
+ msgstr ""
40
+
41
+ msgid "%{model} with id '%{id}' was not found"
42
+ msgstr "%{model} с идентификатором «%{id}» не обнаружено"
43
+
44
+ msgid "%{name} has %{num_tag} class"
45
+ msgid_plural "%{name} has %{num_tag} classes"
46
+ msgstr[0] ""
47
+ msgstr[1] ""
48
+
49
+ msgid "%{puppetclass} does not belong to the %{environment} environment"
50
+ msgstr ""
51
+
52
+ msgid "*Clear environment*"
53
+ msgstr "*Сбросить окружение*"
54
+
55
+ msgid "*Inherit from host group*"
56
+ msgstr "*Наследовать от группы*"
57
+
58
+ msgid ""
59
+ "<b>Description:</b> %{desc}<br/>\n"
60
+ " <b>Type:</b> %{type}<br/>\n"
61
+ " <b>Matcher:</b> %{matcher}<br/>\n"
62
+ " <b>Inherited value:</b> %{inherited_value}"
63
+ msgstr ""
64
+
65
+ msgid "A config group provides a one-step method of associating many Puppet classes to either a host or host group. Typically this would be used to add a particular application profile or stack in one step."
66
+ msgstr ""
67
+
68
+ msgid "Action with sub plans"
69
+ msgstr "Действия с подпланами"
70
+
71
+ msgid "Actions"
72
+ msgstr "Действия"
73
+
74
+ msgid "Add"
75
+ msgstr "Добавить"
76
+
77
+ msgid "Add Combination"
78
+ msgstr "Добавить комбинацию"
79
+
80
+ msgid "Add a Puppet class to host"
81
+ msgstr "Добавить класс Puppet к узлу"
82
+
83
+ msgid "Add a Puppet class to host group"
84
+ msgstr "Добавить класс Puppet к группе узлов"
85
+
86
+ msgid "Add a template combination"
87
+ msgstr "Добавить комбинацию шаблонов"
88
+
89
+ msgid "Add:"
90
+ msgstr "Добавить:"
91
+
92
+ msgid "All environments - (not filtered)"
93
+ msgstr "Все окружения (без фильтра)"
94
+
95
+ msgid "Allow assigning Puppet environments and classes to the Foreman Hosts."
96
+ msgstr ""
97
+
98
+ msgid "Available Classes"
99
+ msgstr "Доступные классы"
100
+
101
+ msgid "Available Config Groups"
102
+ msgstr "Доступные группы конфигурации"
103
+
104
+ msgid "Can't find a valid Foreman Proxy with a Puppet feature"
105
+ msgstr "Не удалось найти прокси Foreman с поддержкой Puppet"
106
+
107
+ msgid "Can't find a valid Proxy with a Puppet feature"
108
+ msgstr ""
109
+
110
+ msgid "Cancel"
111
+ msgstr "Отмена"
112
+
113
+ msgid "Change Environment"
114
+ msgstr "Изменить окружение"
115
+
116
+ msgid "Change Puppet Master"
117
+ msgstr "Изменить мастер-сервер Puppet"
118
+
119
+ msgid "Changed environments"
120
+ msgstr "Изменение окружений"
121
+
122
+ msgid "Check/Uncheck all"
123
+ msgstr "Выбрать все/Отменить выбор"
124
+
125
+ msgid "Check/Uncheck all %s changes"
126
+ msgstr "Выбрать/отменить выбор всех изменений %s"
127
+
128
+ msgid "Check/Uncheck new"
129
+ msgstr "Выбрать новые/Отменить выбор"
130
+
131
+ msgid "Check/Uncheck obsolete"
132
+ msgstr "Выбрать устаревшие/Отменить выбор"
133
+
134
+ msgid "Check/Uncheck updated"
135
+ msgstr "Выбрать обновленные/Отменить выбор"
136
+
137
+ msgid "Classes"
138
+ msgstr "Классы"
139
+
140
+ msgid "Click to add %s"
141
+ msgstr "Нажмите, чтобы добавить %s"
142
+
143
+ msgid "Click to remove %s"
144
+ msgstr "Нажмите, чтобы удалить %s"
145
+
146
+ msgid "Click to remove config group"
147
+ msgstr "Нажмите, чтобы удалить группу конфигурации"
148
+
149
+ msgid "Config Groups"
150
+ msgstr ""
151
+
152
+ msgid "Config Management"
153
+ msgstr ""
154
+
155
+ msgid "Create Config Group"
156
+ msgstr ""
157
+
158
+ msgid "Create Environment"
159
+ msgstr ""
160
+
161
+ msgid "Create Puppet Environment"
162
+ msgstr ""
163
+
164
+ msgid "Create a Puppet class"
165
+ msgstr "Создать класс Puppet"
166
+
167
+ msgid "Create a config group"
168
+ msgstr "Создать группу конфигурации"
169
+
170
+ msgid "Create an environment"
171
+ msgstr "Создать окружение"
172
+
173
+ msgid "Create an override value for a specific smart class parameter"
174
+ msgstr "Создать переопределение смарт-параметра"
175
+
176
+ msgid "Default Puppet environment"
177
+ msgstr "Окружение Puppet по умолчанию"
178
+
179
+ msgid "Default value"
180
+ msgstr "Исходное значение"
181
+
182
+ msgid "Delete %s?"
183
+ msgstr "Удалить %s?"
184
+
185
+ msgid "Delete a Puppet class"
186
+ msgstr "Удалить класс Puppet"
187
+
188
+ msgid "Delete a config group"
189
+ msgstr "Удалить группу конфигурации"
190
+
191
+ msgid "Delete an environment"
192
+ msgstr "Удалить окружение"
193
+
194
+ msgid "Delete an override value for a specific smart class parameter"
195
+ msgstr "Удалить значение переопределения смарт-параметра"
196
+
197
+ msgid "Deleted environment"
198
+ msgstr "Окружение удалено"
199
+
200
+ msgid "Deleted environment %{env} and %{pcs}"
201
+ msgstr "Удалено окружение %{env} и %{pcs}"
202
+
203
+ msgid "Deprecated in favor of host/puppet_attributes/config_group_ids"
204
+ msgstr ""
205
+
206
+ msgid "Deprecated in favor of host/puppet_attributes/environment_id"
207
+ msgstr ""
208
+
209
+ msgid "Deprecated in favor of host/puppet_attributes/puppetclass_ids"
210
+ msgstr ""
211
+
212
+ msgid "Deprecated in favor of hostgroup/puppet_attributes/config_group_ids"
213
+ msgstr ""
214
+
215
+ msgid "Deprecated in favor of hostgroup/puppet_attributes/environment_id"
216
+ msgstr ""
217
+
218
+ msgid "Deprecated in favor of hostgroup/puppet_attributes/puppetclass_ids"
219
+ msgstr ""
220
+
221
+ msgid "Description of smart class"
222
+ msgstr "Описание переопределяемого класса"
223
+
224
+ msgid "Disable host configuration status turning to out of sync for %s after report does not arrive within configured interval"
225
+ msgstr "Запретить переход состояния конфигурации узла в \"несинхронизированно\" в течение %s после того, как отчёт не поступил в течение заданного интервала"
226
+
227
+ msgid "Display hidden values"
228
+ msgstr "Показать скрытые значения"
229
+
230
+ msgid "Duration in minutes after servers reporting via Puppet are classed as out of sync."
231
+ msgstr ""
232
+
233
+ msgid "ENC environment"
234
+ msgstr "Окружение ENC"
235
+
236
+ msgid "Edit %s"
237
+ msgstr "Изменить %s"
238
+
239
+ msgid "Edit Puppet Class %s"
240
+ msgstr "Изменение класса Puppet %s"
241
+
242
+ msgid "Empty environment"
243
+ msgstr "Пустое окружение"
244
+
245
+ msgid "Environment"
246
+ msgstr "Окружение"
247
+
248
+ msgid "Environment only"
249
+ msgstr "Только окружение"
250
+
251
+ msgid "Environments"
252
+ msgstr "Окружения"
253
+
254
+ msgid "Environment|Name"
255
+ msgstr "Имя"
256
+
257
+ msgid "Facts"
258
+ msgstr "Факты"
259
+
260
+ msgid "Failed to import %{klass} for %{name}: doesn't exists in our database - ignoring"
261
+ msgstr "Не удалось импортировать %{klass} для %{name}: не найден в нашей базе данных. Игнорируется..."
262
+
263
+ msgid "Failed to set %{proxy_type} proxy for %{host}."
264
+ msgstr "Не удалось настроить %{proxy_type} в качестве прокси для %{host}."
265
+
266
+ msgid "Failed to update environments and Puppet classes from the on-disk Puppet installation: %s"
267
+ msgstr "Не удалось обновить окружения и классы Puppet в соответствии с дисковой установкой Puppet: %s"
268
+
269
+ msgid "Failed to update the environments and Puppet classes from the on-disk puppet installation: %s"
270
+ msgstr "Не удалось обновить окружения и классы Puppet в соответствии с дисковой установкой Puppet: %s"
271
+
272
+ msgid "Filter by name"
273
+ msgstr "Фильтровать по имени"
274
+
275
+ msgid "Filter classes"
276
+ msgstr "Фильтр классов"
277
+
278
+ msgid "Foreman will default to this puppet environment if it cannot auto detect one"
279
+ msgstr "Окружение Puppet, которое будет выбрано, если Foreman не сможет автоматически определить окружение"
280
+
281
+ msgid "Foreman will explicitly set the puppet environment in the ENC yaml output. This will avoid conflicts between the environment in puppet.conf and the environment set in Foreman"
282
+ msgstr "Foreman передаст информацию об окружении Puppet в YAML-выводе ENC в явном виде — это позволит избежать конфликтов с окружением, заданным в puppet.conf"
283
+
284
+ msgid "Foreman will not send this parameter in classification output"
285
+ msgstr ""
286
+
287
+ msgid "Foreman will not send this parameter in classification output.Puppet will use the value defined in the Puppet manifest for this parameter"
288
+ msgstr ""
289
+
290
+ msgid "Foreman will update a host's environment from its facts"
291
+ msgstr "Обновлять окружение узла на основании фактов статистики"
292
+
293
+ msgid "General"
294
+ msgstr "Общие"
295
+
296
+ msgid "Host Groups"
297
+ msgstr "Группы узлов"
298
+
299
+ msgid "Host group and Environment"
300
+ msgstr "Группа узлов и окружение"
301
+
302
+ msgid "Host group only"
303
+ msgstr "Только группа"
304
+
305
+ msgid "Host groups"
306
+ msgstr "Группы узлов"
307
+
308
+ msgid "Hostgroup"
309
+ msgstr "Группа узлов"
310
+
311
+ msgid "Hosts"
312
+ msgstr "Узлы"
313
+
314
+ msgid "Hosts managed:"
315
+ msgstr "Контролируемые узлы:"
316
+
317
+ msgid "ID of Puppet class"
318
+ msgstr "Код класса Puppet"
319
+
320
+ msgid "ID of Puppet environment"
321
+ msgstr ""
322
+
323
+ msgid "ID of Puppetclass"
324
+ msgstr ""
325
+
326
+ msgid "ID of associated puppet Environment"
327
+ msgstr ""
328
+
329
+ msgid "ID of environment"
330
+ msgstr "Код окружения"
331
+
332
+ msgid "ID of host"
333
+ msgstr "Код узла"
334
+
335
+ msgid "ID of host group"
336
+ msgstr "Код группы узлов"
337
+
338
+ msgid "ID of puppet environment"
339
+ msgstr ""
340
+
341
+ msgid "IDs of associated ConfigGroups"
342
+ msgstr ""
343
+
344
+ msgid "IDs of associated Puppetclasses"
345
+ msgstr ""
346
+
347
+ msgid "If true, will raise an error if there is no default value and no matcher provide a value"
348
+ msgstr "Если установлено, вызовет ошибку, если не установлено значение по умолчанию и не найдет поставщик значения"
349
+
350
+ msgid "Ignored classes in the environments: %s"
351
+ msgstr ""
352
+
353
+ msgid "Ignored environment"
354
+ msgstr ""
355
+
356
+ msgid "Ignored environment names resulting in booleans found. Please quote strings like true/false and yes/no in config/ignored_environments.yml"
357
+ msgstr ""
358
+
359
+ msgid "Ignored environments: %s"
360
+ msgstr ""
361
+
362
+ msgid "Ignored:"
363
+ msgstr ""
364
+
365
+ msgid "Import"
366
+ msgstr "Импорт"
367
+
368
+ msgid "Import Puppet classes"
369
+ msgstr "Импорт классов Puppet"
370
+
371
+ msgid "Import classes from %s"
372
+ msgstr ""
373
+
374
+ msgid "Import environments from %s"
375
+ msgstr ""
376
+
377
+ msgid "Import facts"
378
+ msgstr "Импорт фактов"
379
+
380
+ msgid "Import puppet classes from puppet proxy"
381
+ msgstr "Импорт классов puppet из puppet-прокси "
382
+
383
+ msgid "Import puppet classes from puppet proxy for an environment"
384
+ msgstr "Импорт классов Puppet из прокси Puppet в окружение"
385
+
386
+ msgid "Include default value when merging all matching values"
387
+ msgstr "При объединении совпадающих значений также включить значение, используемое по умолчанию"
388
+
389
+ msgid "Included Classes"
390
+ msgstr "Включенные классы"
391
+
392
+ msgid "Included Config Groups"
393
+ msgstr "Включенные группы конфигурации"
394
+
395
+ msgid "Inherited Classes from %s"
396
+ msgstr ""
397
+
398
+ msgid "Invalid proxy selected!"
399
+ msgstr "Выбран неверный прокси."
400
+
401
+ msgid "List all Puppet class IDs for host"
402
+ msgstr "Список всех кодов классов Puppet для узла"
403
+
404
+ msgid "List all Puppet class IDs for host group"
405
+ msgstr "Список всех кодов классов Puppet для группы узлов"
406
+
407
+ msgid "List all Puppet classes"
408
+ msgstr "Список всех классов Puppet"
409
+
410
+ msgid "List all Puppet classes for a host"
411
+ msgstr "Список всех классов Puppet узла"
412
+
413
+ msgid "List all Puppet classes for a host group"
414
+ msgstr "Список всех классов Puppet группы узлов"
415
+
416
+ msgid "List all Puppet classes for an environment"
417
+ msgstr "Список всех классов Puppet окружения"
418
+
419
+ msgid "List all environments"
420
+ msgstr "Список окружений"
421
+
422
+ msgid "List all host groups for a Puppet class"
423
+ msgstr "Список всех групп для класса Puppet"
424
+
425
+ msgid "List all smart class parameters"
426
+ msgstr "Список всех переопределяемых классов параметров"
427
+
428
+ msgid "List environments of Puppet class"
429
+ msgstr "Список окружений для классов Puppet"
430
+
431
+ msgid "List environments per location"
432
+ msgstr "Список окружений по местоположениям"
433
+
434
+ msgid "List environments per organization"
435
+ msgstr "Список окружений по организациям"
436
+
437
+ msgid "List hosts per environment"
438
+ msgstr "Список узлов по окружениям"
439
+
440
+ msgid "List of config groups"
441
+ msgstr "Список групп конфигурации"
442
+
443
+ msgid "List of override values for a specific smart class parameter"
444
+ msgstr "Список заменяемых значений для определенного смарт-параметра"
445
+
446
+ msgid "List of smart class parameters for a specific Puppet class"
447
+ msgstr "Список смарт-параметров для определенного класса Puppet"
448
+
449
+ msgid "List of smart class parameters for a specific environment"
450
+ msgstr "Список смарт-параметров для определенного окружения"
451
+
452
+ msgid "List of smart class parameters for a specific environment/Puppet class combination"
453
+ msgstr "Список смарт-параметров для определенной комбинации окружение/класс Puppet"
454
+
455
+ msgid "List of smart class parameters for a specific host"
456
+ msgstr "Список всех переопределяемых классов параметров для определенного узла"
457
+
458
+ msgid "List of smart class parameters for a specific host group"
459
+ msgstr "Список всех переопределяемых классов параметров для определенной группы узлов"
460
+
461
+ msgid "List template combination"
462
+ msgstr "Список комбинаций шаблонов"
463
+
464
+ msgid "Loading parameters..."
465
+ msgstr "Загрузка параметров..."
466
+
467
+ msgid "Locations"
468
+ msgstr "Местоположения"
469
+
470
+ msgid "Merge all matching values (only array/hash type)"
471
+ msgstr "Слить все совпадающие значения (только для типов массив/хэш)"
472
+
473
+ msgid "Name"
474
+ msgstr "Имя"
475
+
476
+ msgid "New"
477
+ msgstr "Новое"
478
+
479
+ msgid "No changes to your environments detected"
480
+ msgstr "Нет изменений в окружениях"
481
+
482
+ msgid "No environment selected!"
483
+ msgstr "Окружение не выбрано."
484
+
485
+ msgid "No environments found"
486
+ msgstr "Окружений не найдено."
487
+
488
+ msgid "No parameters to override for Puppet class %s"
489
+ msgstr "Нет параметров для перезаписи в классе Puppet %s"
490
+
491
+ msgid "No proxy found to import classes from, ensure that the smart proxy has the Puppet feature enabled."
492
+ msgstr "Не найден прокси для импорта классов. Убедитесь, что в капсуле включены функции Puppet."
493
+
494
+ msgid "No proxy selected!"
495
+ msgstr "Прокси не выбран."
496
+
497
+ msgid "No smart proxy was found to import environments from, ensure that at least one smart proxy is registered with the 'puppet' feature"
498
+ msgstr ""
499
+
500
+ msgid "None"
501
+ msgstr "Нет"
502
+
503
+ msgid "Not authorized to edit classes"
504
+ msgstr "Недостаточно разрешений для изменения классов"
505
+
506
+ msgid "Notice"
507
+ msgstr "Примечание"
508
+
509
+ msgid "Number of Overrides"
510
+ msgstr ""
511
+
512
+ msgid "Number of classes"
513
+ msgstr "Классы"
514
+
515
+ msgid "Obsolete"
516
+ msgstr "Устарело"
517
+
518
+ msgid "Omit"
519
+ msgstr "Пропустить"
520
+
521
+ msgid "Omit from classification output"
522
+ msgstr ""
523
+
524
+ msgid "Operating System"
525
+ msgstr "Операционная система"
526
+
527
+ msgid "Operating system default"
528
+ msgstr "Стандартный для операционной системы"
529
+
530
+ msgid "Operation"
531
+ msgstr "Операция"
532
+
533
+ msgid "Optional comma-delimited stringcontaining either 'new', 'updated', or 'obsolete'that is used to limit the imported Puppet classes"
534
+ msgstr ""
535
+
536
+ msgid "Optional parameter without value.<br/><i>Still managed by Foreman, the value will be empty.</i><br/>"
537
+ msgstr ""
538
+
539
+ msgid "Organizations"
540
+ msgstr "Организации"
541
+
542
+ msgid "Original value info"
543
+ msgstr "Сведения об исходном значении"
544
+
545
+ msgid "Overridden"
546
+ msgstr ""
547
+
548
+ msgid "Override all parameters"
549
+ msgstr "Перезаписать все параметры"
550
+
551
+ msgid "Override match"
552
+ msgstr "Условие переопределения"
553
+
554
+ msgid "Override this value"
555
+ msgstr "Переопределить значение"
556
+
557
+ msgid "Override value, required if omit is false"
558
+ msgstr ""
559
+
560
+ msgid "Parameter"
561
+ msgstr "Параметр"
562
+
563
+ msgid "Parameterized class support permits detecting, importing, and supplying parameters directly to classes which support it, via the ENC and depending on a set of rules (Smart Matchers)."
564
+ msgstr ""
565
+
566
+ msgid "Parameters"
567
+ msgstr "Параметры"
568
+
569
+ msgid "Please select an environment first"
570
+ msgstr "Выберите окружение"
571
+
572
+ msgid "Puppet"
573
+ msgstr "Puppet"
574
+
575
+ msgid "Puppet CA"
576
+ msgstr "Центр сертификации Puppet"
577
+
578
+ msgid "Puppet Class"
579
+ msgstr "Класс Puppet"
580
+
581
+ msgid "Puppet Class Parameters"
582
+ msgstr ""
583
+
584
+ msgid "Puppet Classes"
585
+ msgstr "Классы Puppet"
586
+
587
+ msgid "Puppet ENC"
588
+ msgstr ""
589
+
590
+ msgid "Puppet Environment"
591
+ msgstr "Окружение Puppet"
592
+
593
+ msgid "Puppet Environments"
594
+ msgstr "Окружения Puppet"
595
+
596
+ msgid "Puppet Modules"
597
+ msgstr "Модули Puppet"
598
+
599
+ msgid "Puppet YAML"
600
+ msgstr ""
601
+
602
+ msgid "Puppet environments"
603
+ msgstr "Окружения Puppet"
604
+
605
+ msgid "Puppet external nodes YAML dump"
606
+ msgstr "Описание внешних узлов Puppet в формате YAML"
607
+
608
+ msgid "Puppet interval"
609
+ msgstr "Интервал Puppet"
610
+
611
+ msgid "Puppet parameter"
612
+ msgstr "Параметр Puppet"
613
+
614
+ msgid "Puppetclass|Name"
615
+ msgstr "Имя"
616
+
617
+ msgid "Remote action:"
618
+ msgstr "Удаленное действие:"
619
+
620
+ msgid "Remove"
621
+ msgstr "Удалить"
622
+
623
+ msgid "Remove Combination"
624
+ msgstr ""
625
+
626
+ msgid "Remove a Puppet class from host"
627
+ msgstr "Удалить класс Puppet из узла"
628
+
629
+ msgid "Remove a Puppet class from host group"
630
+ msgstr "Удалить класс Puppet из группы узлов"
631
+
632
+ msgid "Remove duplicate values (only array type)"
633
+ msgstr "Удалить повторяющиеся значения (только для массива)"
634
+
635
+ msgid "Remove this override"
636
+ msgstr "Удалить переопределение"
637
+
638
+ msgid "Remove:"
639
+ msgstr "Удалить:"
640
+
641
+ msgid "Required parameter without value.<br/><b>Please override!</b><br/>"
642
+ msgstr "Обязательный параметр без значения.<br/><b>Необходимо переопределить.</b><br/>"
643
+
644
+ msgid "Select environment"
645
+ msgstr "Выберите окружение"
646
+
647
+ msgid "Select the changes you want to apply to Foreman"
648
+ msgstr ""
649
+
650
+ msgid "Set parameters to defaults"
651
+ msgstr "Параметры по умолчанию"
652
+
653
+ msgid "Show a Puppet class"
654
+ msgstr "Показать класс Puppet"
655
+
656
+ msgid "Show a Puppet class for a host group"
657
+ msgstr "Показать класс Puppet группы узлов"
658
+
659
+ msgid "Show a Puppet class for an environment"
660
+ msgstr "Показать класс Puppet окружения"
661
+
662
+ msgid "Show a Puppet class for host"
663
+ msgstr "Показать класс Puppet узла"
664
+
665
+ msgid "Show a config group"
666
+ msgstr "Показать группу конфигурации"
667
+
668
+ msgid "Show a smart class parameter"
669
+ msgstr "Создать смарт-параметр"
670
+
671
+ msgid "Show an environment"
672
+ msgstr "Показать окружение"
673
+
674
+ msgid "Show an override value for a specific smart class parameter"
675
+ msgstr "Показать значение переопределения для смарт-параметра"
676
+
677
+ msgid "Show template combination"
678
+ msgstr "Показать комбинацию шаблонов"
679
+
680
+ msgid "Smart Class Parameter"
681
+ msgstr "Смарт-параметры"
682
+
683
+ msgid "Smart Class Parameters"
684
+ msgstr ""
685
+
686
+ msgid "Successfully overridden all parameters of Puppet class %s"
687
+ msgstr "Успешно перезаписаны все параметры в классе Puppet %s"
688
+
689
+ msgid "Successfully reset all parameters of Puppet class %s to their default values"
690
+ msgstr "Исходные значения параметров класса Puppet %s восстановлены."
691
+
692
+ msgid "Successfully updated environments and Puppet classes from the on-disk Puppet installation"
693
+ msgstr "Окружения и классы Puppet обновлены в соответствии с дисковой установкой Puppet"
694
+
695
+ msgid "The %{proxy_type} proxy could not be set for host: %{host_names}."
696
+ msgid_plural "The %{proxy_type} puppet ca proxy could not be set for hosts: %{host_names}"
697
+ msgstr[0] ""
698
+ msgstr[1] ""
699
+
700
+ msgid "The %{proxy_type} proxy of the selected hosts was cleared."
701
+ msgstr "Прокси %{proxy_type} был удален для выбранных узлов."
702
+
703
+ msgid "The %{proxy_type} proxy of the selected hosts was set to %{proxy_name}"
704
+ msgstr ""
705
+
706
+ msgid "The %{proxy_type} proxy of the selected hosts was set to %{proxy_name}."
707
+ msgstr "%{proxy_name} был настроен как %{proxy_type} для выбранных узлов."
708
+
709
+ msgid "The class could not be saved because of an error in one of the class parameters."
710
+ msgstr ""
711
+
712
+ msgid "The final entry, Operating System default, can be set by editing the %s page."
713
+ msgstr "Стандартный шаблон для операционной системы можно настроить на странице %s."
714
+
715
+ msgid "The order in which values are resolved"
716
+ msgstr "Порядок обработки значений"
717
+
718
+ msgid "The requested environment cannot be found."
719
+ msgstr ""
720
+
721
+ msgid "There are no puppet environments set up on this puppet master. Please check the puppet master configuration."
722
+ msgstr "На этом мастер-сервере Puppet не настроено ни одного окружения Puppet. Проверьте настройки мастер-сервера."
723
+
724
+ msgid "This Puppet class has no parameters in its signature."
725
+ msgstr "Подпись класса Puppet не содержит параметров."
726
+
727
+ msgid "This will reset parameters of the class %s to their default values. Continue?"
728
+ msgstr "Будут восстановлены исходные параметры класса %s. Продолжить?"
729
+
730
+ msgid "This will set all parameters of the class %s as overridden. Continue?"
731
+ msgstr "Это установит все параметры класса %s как перезаписываемые. Продолжить?"
732
+
733
+ msgid "To update the class signature, go to the Puppet Classes page and select \"Import\"."
734
+ msgstr "Чтобы обновить подпись, перейдите на страницу классов Puppet и нажмите «Импорт»."
735
+
736
+ msgid "Toggle"
737
+ msgstr "Состояние"
738
+
739
+ msgid "Total"
740
+ msgstr "Всего"
741
+
742
+ msgid "Types of validation values"
743
+ msgstr "Типы значений проверок"
744
+
745
+ msgid "Types of variable values"
746
+ msgstr "Типы значений переменных"
747
+
748
+ msgid "Unable to generate output, Check log files"
749
+ msgstr "Не удалось создать выход, проверьте файлы журналов"
750
+
751
+ msgid "Update"
752
+ msgstr "Обновить"
753
+
754
+ msgid "Update a Puppet class"
755
+ msgstr "Изменить класс Puppet"
756
+
757
+ msgid "Update a config group"
758
+ msgstr "Изменить группу конфигурации"
759
+
760
+ msgid "Update a smart class parameter"
761
+ msgstr "Изменить смарт-параметр"
762
+
763
+ msgid "Update an environment"
764
+ msgstr "Обновить окружение"
765
+
766
+ msgid "Update an override value for a specific smart class parameter"
767
+ msgstr "Обновить значение переопределения смарт-параметра"
768
+
769
+ msgid "Update environment from facts"
770
+ msgstr "Обновлять окружение на основе фактов"
771
+
772
+ msgid "Update template combination"
773
+ msgstr "Обновить комбинацию шаблонов"
774
+
775
+ msgid "Update:"
776
+ msgstr "Обновление:"
777
+
778
+ msgid "Updated"
779
+ msgstr "Обновлено"
780
+
781
+ msgid "Updated hosts: changed environment"
782
+ msgstr "Обновление узлов: окружение изменено"
783
+
784
+ msgid "Used to enforce certain values for the parameter values"
785
+ msgstr "Используется для обеспечения определенных значений для значений параметров"
786
+
787
+ msgid "Valid Host Group and Environment Combinations"
788
+ msgstr ""
789
+
790
+ msgid "Value"
791
+ msgstr "Значение"
792
+
793
+ msgid "Value to use when there is no match"
794
+ msgstr "Значение, которое будет использоваться по умолчанию"
795
+
796
+ msgid ""
797
+ "When a Host requests a template (e.g. during provisioning), Foreman \\\n"
798
+ " will select the best match from the available templates of that type, in the \\\n"
799
+ " following order:"
800
+ msgstr ""
801
+
802
+ msgid ""
803
+ "When editing a template, you must assign a list \\\n"
804
+ " of operating systems which this template can be used with. Optionally, you can \\\n"
805
+ " restrict a template to a list of host groups and/or environments."
806
+ msgstr ""
807
+
808
+ msgid "When enabled the parameter is hidden in the UI"
809
+ msgstr "Если включено, параметр будет скрыт"
810
+
811
+ msgid "Whether the smart class parameter value is managed by Foreman"
812
+ msgstr "Разрешает Foreman контролировать значение смарт-параметра"
813
+
814
+ msgid "belongs to config group"
815
+ msgstr "принадлежит группе конфигурации"
816
+
817
+ msgid "environment id"
818
+ msgstr "ID окружения"
819
+
820
+ msgid "included already from parent"
821
+ msgstr "унаследована от родителя"
822
+
823
+ msgid "must be true to edit the parameter"
824
+ msgstr "должно быть установлено в true для редактирования параметра"
825
+
826
+ msgid "with id %{object_id} doesn't exist or is not assigned to proper organization and/or location"
827
+ msgstr ""