foreman_puppet 5.1.1 → 5.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (37) hide show
  1. checksums.yaml +4 -4
  2. data/app/models/concerns/foreman_puppet/extensions/host.rb +1 -1
  3. data/app/views/foreman_puppet/environments/welcome.html.erb +5 -0
  4. data/app/views/foreman_puppet/puppetclass_lookup_keys/welcome.html.erb +1 -1
  5. data/app/views/foreman_puppet/puppetclasses/_selected_classes.html.erb +1 -1
  6. data/app/views/hosts/select_multiple_puppet_proxy.html.erb +5 -0
  7. data/app/views/provisioning_templates/temp/autoyast_orcharhino_finish.erb +31 -0
  8. data/app/views/provisioning_templates/temp/preseed_orcharhino_finish.erb +90 -0
  9. data/app/views/provisioning_templates/temp/provision/autoyast_orcharhino_default.erb +336 -0
  10. data/app/views/provisioning_templates/temp/snippet/_or_al_client.erb +32 -0
  11. data/app/views/provisioning_templates/temp/snippet/_or_deb_client.erb +175 -0
  12. data/app/views/provisioning_templates/temp/snippet/_or_ol_client.erb +37 -0
  13. data/app/views/provisioning_templates/temp/snippet/_or_sles_client.erb +85 -0
  14. data/lib/foreman_puppet/version.rb +1 -1
  15. data/locale/ca/foreman_puppet.edit.po +243 -167
  16. data/locale/cs_CZ/foreman_puppet.edit.po +224 -175
  17. data/locale/de/foreman_puppet.edit.po +339 -220
  18. data/locale/en/foreman_puppet.edit.po +89 -229
  19. data/locale/en_GB/foreman_puppet.edit.po +210 -166
  20. data/locale/es/foreman_puppet.edit.po +333 -223
  21. data/locale/fr/foreman_puppet.edit.po +339 -236
  22. data/locale/gl/foreman_puppet.edit.po +216 -155
  23. data/locale/it/foreman_puppet.edit.po +262 -185
  24. data/locale/ja/foreman_puppet.edit.po +247 -201
  25. data/locale/ko/foreman_puppet.edit.po +213 -171
  26. data/locale/messages.mo +0 -0
  27. data/locale/nl_NL/foreman_puppet.edit.po +249 -168
  28. data/locale/pl/foreman_puppet.edit.po +267 -175
  29. data/locale/pt_BR/foreman_puppet.edit.po +345 -227
  30. data/locale/ru/foreman_puppet.edit.po +268 -191
  31. data/locale/sv_SE/foreman_puppet.edit.po +215 -156
  32. data/locale/zh_CN/foreman_puppet.edit.po +237 -202
  33. data/locale/zh_TW/foreman_puppet.edit.po +213 -173
  34. data/webpack/src/Components/Environments/Welcome.js +1 -1
  35. metadata +69 -61
  36. data/locale/ka/foreman_puppet.edit.po +0 -1177
  37. /data/locale/{ka/foreman_puppet.po.time_stamp → en/foreman_puppet.pox} +0 -0
@@ -2,50 +2,63 @@
2
2
  # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
3
  # This file is distributed under the same license as the foreman_puppet package.
4
4
  # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
- #
5
+ #
6
6
  # Translators:
7
7
  # Denis Denis <stereodenis@gmail.com>, 2021
8
8
  # Alexander Savchenko, 2021
9
9
  # Andrei Burd <burdandrei@gmail.com>, 2021
10
10
  # Yulia <yulia.poyarkova@redhat.com>, 2021
11
+ # 0868a4d1af5275b3f70b0a6dac4c99a4, 2021
12
+ # Bryan Kearney <bryan.kearney@gmail.com>, 2021
11
13
  # Vladimir Pavlov <v.pavlov@i-teco.ru>, 2021
12
- # KotUchoniy <yosho1@yandex.ru>, 2021
13
- # Bryan Kearney <bryan.kearney@gmail.com>, 2022
14
- # 0868a4d1af5275b3f70b0a6dac4c99a4, 2022
15
- #
14
+ # Pavel Ershov <yosho1@yandex.ru>, 2021
15
+ #
16
+ #, fuzzy
16
17
  msgid ""
17
18
  msgstr ""
18
- "Project-Id-Version: foreman_puppet 5.0.0\n"
19
+ "Project-Id-Version: foreman_puppet 2.0.0.alpha.2\n"
19
20
  "Report-Msgid-Bugs-To: \n"
21
+ "POT-Creation-Date: 2021-11-10 11:17+0000\n"
20
22
  "PO-Revision-Date: 2021-02-03 16:30+0000\n"
21
- "Last-Translator: 0868a4d1af5275b3f70b0a6dac4c99a4, 2022\n"
23
+ "Last-Translator: Pavel Ershov <yosho1@yandex.ru>, 2021\n"
22
24
  "Language-Team: Russian (https://www.transifex.com/foreman/teams/114/ru/)\n"
23
25
  "MIME-Version: 1.0\n"
24
26
  "Content-Type: text/plain; charset=UTF-8\n"
25
27
  "Content-Transfer-Encoding: 8bit\n"
26
28
  "Language: ru\n"
27
- "Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<="
28
- "4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=1"
29
- "1 && n%100<=14)? 2 : 3);\n"
29
+ "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"
30
30
 
31
31
  #: ../app/controllers/concerns/foreman_puppet/environments_import.rb:15
32
- msgid "Ignored environment names resulting in booleans found. Please quote strings like true/false and yes/no in config/ignored_environments.yml"
32
+ msgid ""
33
+ "Ignored environment names resulting in booleans found. Please quote strings "
34
+ "like true/false and yes/no in config/ignored_environments.yml"
33
35
  msgstr ""
34
36
 
35
- #: ../app/controllers/concerns/foreman_puppet/environments_import.rb:21 ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:84
37
+ #: ../app/controllers/concerns/foreman_puppet/environments_import.rb:21
38
+ #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:82
36
39
  msgid "No changes to your environments detected"
37
40
  msgstr "Нет изменений в окружениях"
38
41
 
39
42
  #: ../app/controllers/concerns/foreman_puppet/environments_import.rb:32
40
- msgid "Successfully updated environments and Puppet classes from the on-disk Puppet installation"
41
- msgstr "Окружения и классы Puppet обновлены в соответствии с дисковой установкой Puppet"
43
+ msgid ""
44
+ "Successfully updated environments and Puppet classes from the on-disk Puppet"
45
+ " installation"
46
+ msgstr ""
47
+ "Окружения и классы Puppet обновлены в соответствии с дисковой установкой "
48
+ "Puppet"
42
49
 
43
50
  #: ../app/controllers/concerns/foreman_puppet/environments_import.rb:34
44
- msgid "Failed to update environments and Puppet classes from the on-disk Puppet installation: %s"
45
- msgstr "Не удалось обновить окружения и классы Puppet в соответствии с дисковой установкой Puppet: %s"
51
+ msgid ""
52
+ "Failed to update environments and Puppet classes from the on-disk Puppet "
53
+ "installation: %s"
54
+ msgstr ""
55
+ "Не удалось обновить окружения и классы Puppet в соответствии с дисковой "
56
+ "установкой Puppet: %s"
46
57
 
47
58
  #: ../app/controllers/concerns/foreman_puppet/environments_import.rb:46
48
- msgid "No smart proxy was found to import environments from, ensure that at least one smart proxy is registered with the 'puppet' feature"
59
+ msgid ""
60
+ "No smart proxy was found to import environments from, ensure that at least "
61
+ "one smart proxy is registered with the 'puppet' feature"
49
62
  msgstr ""
50
63
 
51
64
  #: ../app/controllers/concerns/foreman_puppet/environments_import.rb:53
@@ -76,41 +89,56 @@ msgstr ""
76
89
  msgid "Deprecated in favor of hostgroup/puppet_attributes/config_group_ids"
77
90
  msgstr ""
78
91
 
79
- #: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:23 ../app/controllers/concerns/foreman_puppet/extensions/api_v2_hosts_controller.rb:23
92
+ #: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:23
93
+ #: ../app/controllers/concerns/foreman_puppet/extensions/api_v2_hosts_controller.rb:23
80
94
  msgid "ID of associated puppet Environment"
81
95
  msgstr ""
82
96
 
83
- #: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:24 ../app/controllers/concerns/foreman_puppet/extensions/api_v2_hosts_controller.rb:24
97
+ #: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:24
98
+ #: ../app/controllers/concerns/foreman_puppet/extensions/api_v2_hosts_controller.rb:24
84
99
  msgid "IDs of associated Puppetclasses"
85
100
  msgstr ""
86
101
 
87
- #: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:25 ../app/controllers/concerns/foreman_puppet/extensions/api_v2_hosts_controller.rb:25
102
+ #: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:25
103
+ #: ../app/controllers/concerns/foreman_puppet/extensions/api_v2_hosts_controller.rb:25
88
104
  msgid "IDs of associated ConfigGroups"
89
105
  msgstr ""
90
106
 
91
- #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:16
107
+ #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:14
92
108
  msgid "Import puppet classes from puppet proxy"
93
109
  msgstr "Импорт классов puppet из puppet-прокси "
94
110
 
95
- #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:17 ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:18
111
+ #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:15
112
+ #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:16
96
113
  msgid "Import puppet classes from puppet proxy for an environment"
97
114
  msgstr "Импорт классов Puppet из прокси Puppet в окружение"
98
115
 
99
- #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:23
100
- msgid "Optional comma-delimited stringcontaining either 'new', 'updated', or 'obsolete'that is used to limit the imported Puppet classes"
116
+ #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:21
117
+ msgid ""
118
+ "Optional comma-delimited stringcontaining either 'new', 'updated', or "
119
+ "'obsolete'that is used to limit the imported Puppet classes"
101
120
  msgstr ""
102
121
 
103
- #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:51
104
- msgid "Failed to update the environments and Puppet classes from the on-disk puppet installation: %s"
105
- msgstr "Не удалось обновить окружения и классы Puppet в соответствии с дисковой установкой Puppet: %s"
122
+ #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:49
123
+ msgid ""
124
+ "Failed to update the environments and Puppet classes from the on-disk puppet"
125
+ " installation: %s"
126
+ msgstr ""
127
+ "Не удалось обновить окружения и классы Puppet в соответствии с дисковой "
128
+ "установкой Puppet: %s"
106
129
 
107
- #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:82
130
+ #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:80
108
131
  msgid "The requested environment cannot be found."
109
132
  msgstr ""
110
133
 
111
- #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:114 ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:128
112
- msgid "No proxy found to import classes from, ensure that the smart proxy has the Puppet feature enabled."
113
- msgstr "Не найден прокси для импорта классов. Убедитесь, что в капсуле включены функции Puppet."
134
+ #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:110
135
+ #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:123
136
+ msgid ""
137
+ "No proxy found to import classes from, ensure that the smart proxy has the "
138
+ "Puppet feature enabled."
139
+ msgstr ""
140
+ "Не найден прокси для импорта классов. Убедитесь, что в капсуле включены "
141
+ "функции Puppet."
114
142
 
115
143
  #: ../app/controllers/concerns/foreman_puppet/extensions/api_template_combinations_controller.rb:9
116
144
  msgid "List template combination"
@@ -136,7 +164,9 @@ msgstr ""
136
164
  msgid "environment id"
137
165
  msgstr "ID окружения"
138
166
 
139
- #: ../app/controllers/concerns/foreman_puppet/extensions/api_template_combinations_controller.rb:31 ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:20 ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:55
167
+ #: ../app/controllers/concerns/foreman_puppet/extensions/api_template_combinations_controller.rb:31
168
+ #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:20
169
+ #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:55
140
170
  msgid "ID of environment"
141
171
  msgstr "Код окружения"
142
172
 
@@ -160,7 +190,8 @@ msgstr ""
160
190
  msgid "Deprecated in favor of host/puppet_attributes/config_group_ids"
161
191
  msgstr ""
162
192
 
163
- #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:62 ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:115
193
+ #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:62
194
+ #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:115
164
195
  msgid "No environment selected!"
165
196
  msgstr "Окружение не выбрано."
166
197
 
@@ -188,21 +219,27 @@ msgstr "Не удалось настроить %{proxy_type} в качестве
188
219
  msgid "The %{proxy_type} proxy of the selected hosts was set to %{proxy_name}"
189
220
  msgstr ""
190
221
 
191
- #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:176 ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:191
222
+ #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:176
223
+ #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:191
192
224
  msgid "The %{proxy_type} proxy of the selected hosts was cleared."
193
225
  msgstr "Прокси %{proxy_type} был удален для выбранных узлов."
194
226
 
195
- #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:179 ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:194
227
+ #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:179
228
+ #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:194
196
229
  msgid "The %{proxy_type} proxy could not be set for host: %{host_names}."
197
- msgid_plural "The %{proxy_type} puppet ca proxy could not be set for hosts: %{host_names}"
230
+ msgid_plural ""
231
+ "The %{proxy_type} puppet ca proxy could not be set for hosts: %{host_names}"
198
232
  msgstr[0] ""
199
233
  msgstr[1] ""
234
+ msgstr[2] ""
235
+ msgstr[3] ""
200
236
 
201
237
  #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:189
202
- msgid "The %{proxy_type} proxy of the selected hosts was set to %{proxy_name}."
238
+ msgid ""
239
+ "The %{proxy_type} proxy of the selected hosts was set to %{proxy_name}."
203
240
  msgstr "%{proxy_name} был настроен как %{proxy_type} для выбранных узлов."
204
241
 
205
- #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:204 ../lib/foreman_puppet/register.rb:229 ../webpack/src/Extends/Fills/index.js:12
242
+ #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:204
206
243
  msgid "Puppet"
207
244
  msgstr "Puppet"
208
245
 
@@ -246,7 +283,12 @@ msgstr "Список окружений по местоположениям"
246
283
  msgid "List environments per organization"
247
284
  msgstr "Список окружений по организациям"
248
285
 
249
- #: ../app/controllers/foreman_puppet/api/v2/environments_controller.rb:18 ../app/controllers/foreman_puppet/api/v2/host_classes_controller.rb:20 ../app/controllers/foreman_puppet/api/v2/host_classes_controller.rb:29 ../app/controllers/foreman_puppet/api/v2/hostgroup_classes_controller.rb:19 ../app/controllers/foreman_puppet/api/v2/hostgroup_classes_controller.rb:28 ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:56
286
+ #: ../app/controllers/foreman_puppet/api/v2/environments_controller.rb:18
287
+ #: ../app/controllers/foreman_puppet/api/v2/host_classes_controller.rb:20
288
+ #: ../app/controllers/foreman_puppet/api/v2/host_classes_controller.rb:29
289
+ #: ../app/controllers/foreman_puppet/api/v2/hostgroup_classes_controller.rb:19
290
+ #: ../app/controllers/foreman_puppet/api/v2/hostgroup_classes_controller.rb:28
291
+ #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:56
250
292
  msgid "ID of Puppet class"
251
293
  msgstr "Код класса Puppet"
252
294
 
@@ -274,7 +316,10 @@ msgstr "Список всех кодов классов Puppet для узла"
274
316
  msgid "Add a Puppet class to host"
275
317
  msgstr "Добавить класс Puppet к узлу"
276
318
 
277
- #: ../app/controllers/foreman_puppet/api/v2/host_classes_controller.rb:19 ../app/controllers/foreman_puppet/api/v2/host_classes_controller.rb:28 ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:18 ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:53
319
+ #: ../app/controllers/foreman_puppet/api/v2/host_classes_controller.rb:19
320
+ #: ../app/controllers/foreman_puppet/api/v2/host_classes_controller.rb:28
321
+ #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:18
322
+ #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:53
278
323
  msgid "ID of host"
279
324
  msgstr "Код узла"
280
325
 
@@ -290,7 +335,10 @@ msgstr "Список всех кодов классов Puppet для групп
290
335
  msgid "Add a Puppet class to host group"
291
336
  msgstr "Добавить класс Puppet к группе узлов"
292
337
 
293
- #: ../app/controllers/foreman_puppet/api/v2/hostgroup_classes_controller.rb:18 ../app/controllers/foreman_puppet/api/v2/hostgroup_classes_controller.rb:27 ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:19 ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:54
338
+ #: ../app/controllers/foreman_puppet/api/v2/hostgroup_classes_controller.rb:18
339
+ #: ../app/controllers/foreman_puppet/api/v2/hostgroup_classes_controller.rb:27
340
+ #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:19
341
+ #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:54
294
342
  msgid "ID of host group"
295
343
  msgstr "Код группы узлов"
296
344
 
@@ -302,7 +350,10 @@ msgstr "Удалить класс Puppet из группы узлов"
302
350
  msgid "List of override values for a specific smart class parameter"
303
351
  msgstr "Список заменяемых значений для определенного смарт-параметра"
304
352
 
305
- #: ../app/controllers/foreman_puppet/api/v2/override_values_controller.rb:21 ../app/controllers/foreman_puppet/api/v2/override_values_controller.rb:30 ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:24 ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:36
353
+ #: ../app/controllers/foreman_puppet/api/v2/override_values_controller.rb:21
354
+ #: ../app/controllers/foreman_puppet/api/v2/override_values_controller.rb:30
355
+ #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:24
356
+ #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:36
306
357
  msgid "Display hidden values"
307
358
  msgstr "Показать скрытые значения"
308
359
 
@@ -388,11 +439,14 @@ msgstr "Список всех переопределяемых классов п
388
439
 
389
440
  #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:14
390
441
  msgid "List of smart class parameters for a specific host"
391
- msgstr "Список всех переопределяемых классов параметров для определенного узла"
442
+ msgstr ""
443
+ "Список всех переопределяемых классов параметров для определенного узла"
392
444
 
393
445
  #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:15
394
446
  msgid "List of smart class parameters for a specific host group"
395
- msgstr "Список всех переопределяемых классов параметров для определенной группы узлов"
447
+ msgstr ""
448
+ "Список всех переопределяемых классов параметров для определенной группы "
449
+ "узлов"
396
450
 
397
451
  #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:16
398
452
  msgid "List of smart class parameters for a specific Puppet class"
@@ -403,8 +457,11 @@ msgid "List of smart class parameters for a specific environment"
403
457
  msgstr "Список смарт-параметров для определенного окружения"
404
458
 
405
459
  #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:19
406
- msgid "List of smart class parameters for a specific environment/Puppet class combination"
407
- msgstr "Список смарт-параметров для определенной комбинации окружение/класс Puppet"
460
+ msgid ""
461
+ "List of smart class parameters for a specific environment/Puppet class "
462
+ "combination"
463
+ msgstr ""
464
+ "Список смарт-параметров для определенной комбинации окружение/класс Puppet"
408
465
 
409
466
  #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:34
410
467
  msgid "Show a smart class parameter"
@@ -431,10 +488,13 @@ msgid "When enabled the parameter is hidden in the UI"
431
488
  msgstr "Если включено, параметр будет скрыт"
432
489
 
433
490
  #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:49
434
- msgid "Foreman will not send this parameter in classification output.Puppet will use the value defined in the Puppet manifest for this parameter"
491
+ msgid ""
492
+ "Foreman will not send this parameter in classification output.Puppet will "
493
+ "use the value defined in the Puppet manifest for this parameter"
435
494
  msgstr ""
436
495
 
437
- #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:51 ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:54
496
+ #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:51
497
+ #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:54
438
498
  msgid "The order in which values are resolved"
439
499
  msgstr "Порядок обработки значений"
440
500
 
@@ -444,15 +504,20 @@ msgstr "Типы значений проверок"
444
504
 
445
505
  #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:53
446
506
  msgid "Used to enforce certain values for the parameter values"
447
- msgstr "Используется для обеспечения определенных значений для значений параметров"
507
+ msgstr ""
508
+ "Используется для обеспечения определенных значений для значений параметров"
448
509
 
449
510
  #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:55
450
511
  msgid "Types of variable values"
451
512
  msgstr "Типы значений переменных"
452
513
 
453
514
  #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:56
454
- msgid "If true, will raise an error if there is no default value and no matcher provide a value"
455
- msgstr "Если установлено, вызовет ошибку, если не установлено значение по умолчанию и не найдет поставщик значения"
515
+ msgid ""
516
+ "If true, will raise an error if there is no default value and no matcher "
517
+ "provide a value"
518
+ msgstr ""
519
+ "Если установлено, вызовет ошибку, если не установлено значение по умолчанию "
520
+ "и не найдет поставщик значения"
456
521
 
457
522
  #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:57
458
523
  msgid "Merge all matching values (only array/hash type)"
@@ -460,7 +525,9 @@ msgstr "Слить все совпадающие значения (только
460
525
 
461
526
  #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:58
462
527
  msgid "Include default value when merging all matching values"
463
- msgstr "При объединении совпадающих значений также включить значение, используемое по умолчанию"
528
+ msgstr ""
529
+ "При объединении совпадающих значений также включить значение, используемое "
530
+ "по умолчанию"
464
531
 
465
532
  #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:59
466
533
  msgid "Remove duplicate values (only array type)"
@@ -471,21 +538,20 @@ msgid "Successfully overridden all parameters of Puppet class %s"
471
538
  msgstr "Успешно перезаписаны все параметры в классе Puppet %s"
472
539
 
473
540
  #: ../app/controllers/foreman_puppet/puppetclasses_controller.rb:63
474
- msgid "Successfully reset all parameters of Puppet class %s to their default values"
541
+ msgid ""
542
+ "Successfully reset all parameters of Puppet class %s to their default values"
475
543
  msgstr "Исходные значения параметров класса Puppet %s восстановлены."
476
544
 
477
545
  #: ../app/controllers/foreman_puppet/puppetclasses_controller.rb:66
478
546
  msgid "No parameters to override for Puppet class %s"
479
547
  msgstr "Нет параметров для перезаписи в классе Puppet %s"
480
548
 
481
- #: ../app/helpers/foreman_puppet/environments_helper.rb:13 ../app/views/foreman_puppet/environments/new.html.erb:5 ../webpack/src/Components/Environments/Welcome.js:10
549
+ #: ../app/helpers/foreman_puppet/environments_helper.rb:13
550
+ #: ../app/views/foreman_puppet/environments/new.html.erb:5
551
+ #: ../webpack/src/Components/Environments/Welcome.js:9
482
552
  msgid "Create Puppet Environment"
483
553
  msgstr ""
484
554
 
485
- #: ../app/helpers/foreman_puppet/environments_helper.rb:14 ../app/views/foreman_puppet/config_groups/index.html.erb:7
486
- msgid "Help"
487
- msgstr "Справка"
488
-
489
555
  #: ../app/helpers/foreman_puppet/hosts_helper.rb:11
490
556
  msgid "Change Environment"
491
557
  msgstr "Изменить окружение"
@@ -502,7 +568,7 @@ msgstr ""
502
568
  msgid "Puppet external nodes YAML dump"
503
569
  msgstr "Описание внешних узлов Puppet в формате YAML"
504
570
 
505
- #: ../app/helpers/foreman_puppet/hosts_helper.rb:34 ../app/views/hosts/foreman_puppet/_form_list_env_field_header.html.erb:1
571
+ #: ../app/helpers/foreman_puppet/hosts_helper.rb:34
506
572
  msgid "Puppet Environment"
507
573
  msgstr "Окружение Puppet"
508
574
 
@@ -536,10 +602,14 @@ msgstr ""
536
602
 
537
603
  #: ../app/helpers/foreman_puppet/puppetclass_lookup_keys_helper.rb:113
538
604
  msgid "Required parameter without value.<br/><b>Please override!</b><br/>"
539
- msgstr "Обязательный параметр без значения.<br/><b>Необходимо переопределить.</b><br/>"
605
+ msgstr ""
606
+ "Обязательный параметр без значения.<br/><b>Необходимо "
607
+ "переопределить.</b><br/>"
540
608
 
541
609
  #: ../app/helpers/foreman_puppet/puppetclass_lookup_keys_helper.rb:116
542
- msgid "Optional parameter without value.<br/><i>Still managed by Foreman, the value will be empty.</i><br/>"
610
+ msgid ""
611
+ "Optional parameter without value.<br/><i>Still managed by Foreman, the value"
612
+ " will be empty.</i><br/>"
543
613
  msgstr ""
544
614
 
545
615
  #: ../app/helpers/foreman_puppet/puppetclasses_and_environments_helper.rb:5
@@ -575,8 +645,11 @@ msgid "%{name} has %{num_tag} class"
575
645
  msgid_plural "%{name} has %{num_tag} classes"
576
646
  msgstr[0] ""
577
647
  msgstr[1] ""
648
+ msgstr[2] ""
649
+ msgstr[3] ""
578
650
 
579
- #: ../app/helpers/foreman_puppet/puppetclasses_helper.rb:33 ../webpack/src/foreman_class_edit.js:55
651
+ #: ../app/helpers/foreman_puppet/puppetclasses_helper.rb:33
652
+ #: ../webpack/src/foreman_class_edit.js:55
580
653
  msgid "Click to remove %s"
581
654
  msgstr "Нажмите, чтобы удалить %s"
582
655
 
@@ -584,7 +657,8 @@ msgstr "Нажмите, чтобы удалить %s"
584
657
  msgid "Click to add %s"
585
658
  msgstr "Нажмите, чтобы добавить %s"
586
659
 
587
- #: ../app/helpers/foreman_puppet/template_combinations_helper.rb:6 ../app/helpers/foreman_puppet/template_combinations_helper.rb:7
660
+ #: ../app/helpers/foreman_puppet/template_combinations_helper.rb:6
661
+ #: ../app/helpers/foreman_puppet/template_combinations_helper.rb:7
588
662
  msgid "None"
589
663
  msgstr "Нет"
590
664
 
@@ -619,8 +693,11 @@ msgid "Operating system default"
619
693
  msgstr "Стандартный для операционной системы"
620
694
 
621
695
  #: ../app/helpers/foreman_puppet/template_combinations_helper.rb:27
622
- msgid "The final entry, Operating System default, can be set by editing the %s page."
623
- msgstr "Стандартный шаблон для операционной системы можно настроить на странице %s."
696
+ msgid ""
697
+ "The final entry, Operating System default, can be set by editing the %s "
698
+ "page."
699
+ msgstr ""
700
+ "Стандартный шаблон для операционной системы можно настроить на странице %s."
624
701
 
625
702
  #: ../app/helpers/foreman_puppet/template_combinations_helper.rb:28
626
703
  msgid "Operating System"
@@ -635,11 +712,17 @@ msgid "%{puppetclass} does not belong to the %{environment} environment"
635
712
  msgstr ""
636
713
 
637
714
  #: ../app/models/foreman_puppet/host_puppet_facet.rb:81
638
- msgid "Failed to import %{klass} for %{name}: doesn't exists in our database - ignoring"
639
- msgstr "Не удалось импортировать %{klass} для %{name}: не найден в нашей базе данных. Игнорируется..."
715
+ msgid ""
716
+ "Failed to import %{klass} for %{name}: doesn't exists in our database - "
717
+ "ignoring"
718
+ msgstr ""
719
+ "Не удалось импортировать %{klass} для %{name}: не найден в нашей базе "
720
+ "данных. Игнорируется..."
640
721
 
641
722
  #: ../app/models/foreman_puppet/host_puppet_facet.rb:123
642
- msgid "with id %{object_id} doesn't exist or is not assigned to proper organization and/or location"
723
+ msgid ""
724
+ "with id %{object_id} doesn't exist or is not assigned to proper organization"
725
+ " and/or location"
643
726
  msgstr ""
644
727
 
645
728
  #: ../app/models/foreman_puppet/puppetclass_lookup_key.rb:51
@@ -694,7 +777,11 @@ msgstr "Выбрать устаревшие/Отменить выбор"
694
777
  msgid "Check/Uncheck all"
695
778
  msgstr "Выбрать все/Отменить выбор"
696
779
 
697
- #: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:24 ../app/views/foreman_puppet/environments/_form.html.erb:4 ../app/views/foreman_puppet/puppet_smart_proxies/_environments.html.erb:4 ../app/views/hosts/select_multiple_environment.html.erb:7 ../app/views/provisioning_templates/_combination.html.erb:4
780
+ #: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:24
781
+ #: ../app/views/foreman_puppet/environments/_form.html.erb:4
782
+ #: ../app/views/foreman_puppet/puppet_smart_proxies/_environments.html.erb:4
783
+ #: ../app/views/hosts/select_multiple_environment.html.erb:7
784
+ #: ../app/views/provisioning_templates/_combination.html.erb:4
698
785
  msgid "Environment"
699
786
  msgstr "Окружение"
700
787
 
@@ -734,19 +821,20 @@ msgstr "Отмена"
734
821
  msgid "Update"
735
822
  msgstr "Обновить"
736
823
 
737
- #: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:14
824
+ #: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:10
738
825
  msgid "included already from parent"
739
826
  msgstr "унаследована от родителя"
740
827
 
741
- #: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:18 ../app/views/provisioning_templates/_combination.html.erb:4
828
+ #: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:14
829
+ #: ../app/views/provisioning_templates/_combination.html.erb:4
742
830
  msgid "Remove"
743
831
  msgstr "Удалить"
744
832
 
745
- #: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:18
833
+ #: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:14
746
834
  msgid "Add"
747
835
  msgstr "Добавить"
748
836
 
749
- #: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:30
837
+ #: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:26
750
838
  msgid "%s is not in environment"
751
839
  msgstr "%s не является окружением"
752
840
 
@@ -758,40 +846,57 @@ msgstr "Включенные группы конфигурации"
758
846
  msgid "Available Config Groups"
759
847
  msgstr "Доступные группы конфигурации"
760
848
 
761
- #: ../app/views/foreman_puppet/config_groups/edit.html.erb:1 ../app/views/foreman_puppet/environments/edit.html.erb:1 ../app/views/foreman_puppet/puppetclass_lookup_keys/edit.html.erb:1
849
+ #: ../app/views/foreman_puppet/config_groups/edit.html.erb:1
850
+ #: ../app/views/foreman_puppet/environments/edit.html.erb:1
851
+ #: ../app/views/foreman_puppet/puppetclass_lookup_keys/edit.html.erb:1
762
852
  msgid "Edit %s"
763
853
  msgstr "Изменить %s"
764
854
 
765
- #: ../app/views/foreman_puppet/config_groups/index.html.erb:3 ../app/views/foreman_puppet/config_groups/welcome.html.erb:1 ../app/views/foreman_puppet/config_groups/welcome.html.erb:9 ../lib/foreman_puppet/register.rb:172
855
+ #: ../app/views/foreman_puppet/config_groups/index.html.erb:3
856
+ #: ../app/views/foreman_puppet/config_groups/welcome.html.erb:1
857
+ #: ../app/views/foreman_puppet/config_groups/welcome.html.erb:9
858
+ #: ../lib/foreman_puppet/register.rb:171
766
859
  msgid "Config Groups"
767
860
  msgstr ""
768
861
 
769
- #: ../app/views/foreman_puppet/config_groups/index.html.erb:6 ../app/views/foreman_puppet/config_groups/new.html.erb:1 ../app/views/foreman_puppet/config_groups/welcome.html.erb:5
862
+ #: ../app/views/foreman_puppet/config_groups/index.html.erb:5
863
+ #: ../app/views/foreman_puppet/config_groups/new.html.erb:1
864
+ #: ../app/views/foreman_puppet/config_groups/welcome.html.erb:5
770
865
  msgid "Create Config Group"
771
866
  msgstr ""
772
867
 
773
- #: ../app/views/foreman_puppet/config_groups/index.html.erb:13 ../app/views/foreman_puppet/puppetclasses/index.html.erb:1
868
+ #: ../app/views/foreman_puppet/config_groups/index.html.erb:11
869
+ #: ../app/views/foreman_puppet/puppetclasses/index.html.erb:1
774
870
  msgid "Puppet Classes"
775
871
  msgstr "Классы Puppet"
776
872
 
777
- #: ../app/views/foreman_puppet/config_groups/index.html.erb:14 ../app/views/foreman_puppet/environments/index.html.erb:9 ../app/views/foreman_puppet/puppetclasses/index.html.erb:12
873
+ #: ../app/views/foreman_puppet/config_groups/index.html.erb:12
874
+ #: ../app/views/foreman_puppet/environments/index.html.erb:9
875
+ #: ../app/views/foreman_puppet/puppetclasses/index.html.erb:12
778
876
  msgid "Hosts"
779
877
  msgstr "Узлы"
780
878
 
781
- #: ../app/views/foreman_puppet/config_groups/index.html.erb:15 ../app/views/foreman_puppet/puppetclasses/index.html.erb:11
879
+ #: ../app/views/foreman_puppet/config_groups/index.html.erb:13
880
+ #: ../app/views/foreman_puppet/puppetclasses/index.html.erb:11
782
881
  msgid "Host Groups"
783
882
  msgstr "Группы узлов"
784
883
 
785
- #: ../app/views/foreman_puppet/config_groups/index.html.erb:16 ../app/views/foreman_puppet/environments/index.html.erb:10 ../app/views/foreman_puppet/puppetclasses/index.html.erb:14
884
+ #: ../app/views/foreman_puppet/config_groups/index.html.erb:14
885
+ #: ../app/views/foreman_puppet/environments/index.html.erb:10
886
+ #: ../app/views/foreman_puppet/puppetclasses/index.html.erb:14
786
887
  msgid "Actions"
787
888
  msgstr "Действия"
788
889
 
789
- #: ../app/views/foreman_puppet/config_groups/index.html.erb:27 ../app/views/foreman_puppet/puppetclasses/index.html.erb:36
890
+ #: ../app/views/foreman_puppet/config_groups/index.html.erb:25
891
+ #: ../app/views/foreman_puppet/puppetclasses/index.html.erb:36
790
892
  msgid "Delete %s?"
791
893
  msgstr "Удалить %s?"
792
894
 
793
895
  #: ../app/views/foreman_puppet/config_groups/welcome.html.erb:4
794
- 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."
896
+ msgid ""
897
+ "A config group provides a one-step method of associating many Puppet classes"
898
+ " to either a host or host group. Typically this would be used to add a "
899
+ "particular application profile or stack in one step."
795
900
  msgstr ""
796
901
 
797
902
  #: ../app/views/foreman_puppet/environments/_form.html.erb:6
@@ -802,7 +907,9 @@ msgstr "Местоположения"
802
907
  msgid "Organizations"
803
908
  msgstr "Организации"
804
909
 
805
- #: ../app/views/foreman_puppet/environments/edit.html.erb:5 ../app/views/foreman_puppet/environments/index.html.erb:1 ../app/views/foreman_puppet/environments/new.html.erb:4
910
+ #: ../app/views/foreman_puppet/environments/edit.html.erb:5
911
+ #: ../app/views/foreman_puppet/environments/index.html.erb:1
912
+ #: ../app/views/foreman_puppet/environments/new.html.erb:4
806
913
  msgid "Puppet Environments"
807
914
  msgstr "Окружения Puppet"
808
915
 
@@ -810,7 +917,8 @@ msgstr "Окружения Puppet"
810
917
  msgid "Environment|Name"
811
918
  msgstr "Имя"
812
919
 
813
- #: ../app/views/foreman_puppet/environments/index.html.erb:22 ../lib/foreman_puppet/register.rb:169
920
+ #: ../app/views/foreman_puppet/environments/index.html.erb:22
921
+ #: ../lib/foreman_puppet/register.rb:168
814
922
  msgid "Classes"
815
923
  msgstr "Классы"
816
924
 
@@ -818,7 +926,8 @@ msgstr "Классы"
818
926
  msgid "Create Environment"
819
927
  msgstr ""
820
928
 
821
- #: ../app/views/foreman_puppet/environments/welcome.html.erb:1 ../app/views/foreman_puppet/puppetclasses/_form.html.erb:14
929
+ #: ../app/views/foreman_puppet/environments/welcome.html.erb:1
930
+ #: ../app/views/foreman_puppet/puppetclasses/_form.html.erb:14
822
931
  msgid "Puppet environments"
823
932
  msgstr "Окружения Puppet"
824
933
 
@@ -835,10 +944,17 @@ msgid "No environments found"
835
944
  msgstr "Окружений не найдено."
836
945
 
837
946
  #: ../app/views/foreman_puppet/puppet_smart_proxies/_environments.html.erb:27
838
- msgid "There are no puppet environments set up on this puppet master. Please check the puppet master configuration."
839
- msgstr "На этом мастер-сервере Puppet не настроено ни одного окружения Puppet. Проверьте настройки мастер-сервера."
947
+ msgid ""
948
+ "There are no puppet environments set up on this puppet master. Please check "
949
+ "the puppet master configuration."
950
+ msgstr ""
951
+ "На этом мастер-сервере Puppet не настроено ни одного окружения Puppet. "
952
+ "Проверьте настройки мастер-сервера."
840
953
 
841
- #: ../app/views/foreman_puppet/puppetclass_lookup_keys/index.html.erb:1 ../app/views/foreman_puppet/puppetclass_lookup_keys/welcome.html.erb:1 ../app/views/foreman_puppet/puppetclass_lookup_keys/welcome.html.erb:8 ../lib/foreman_puppet/register.rb:175
954
+ #: ../app/views/foreman_puppet/puppetclass_lookup_keys/index.html.erb:1
955
+ #: ../app/views/foreman_puppet/puppetclass_lookup_keys/welcome.html.erb:1
956
+ #: ../app/views/foreman_puppet/puppetclass_lookup_keys/welcome.html.erb:8
957
+ #: ../lib/foreman_puppet/register.rb:174
842
958
  msgid "Smart Class Parameters"
843
959
  msgstr ""
844
960
 
@@ -846,7 +962,9 @@ msgstr ""
846
962
  msgid "Parameter"
847
963
  msgstr "Параметр"
848
964
 
849
- #: ../app/views/foreman_puppet/puppetclass_lookup_keys/index.html.erb:7 ../app/views/foreman_puppet/puppetclasses/_classes_parameters.html.erb:4 ../app/views/foreman_puppet/puppetclasses/_form.html.erb:7
965
+ #: ../app/views/foreman_puppet/puppetclass_lookup_keys/index.html.erb:7
966
+ #: ../app/views/foreman_puppet/puppetclasses/_classes_parameters.html.erb:4
967
+ #: ../app/views/foreman_puppet/puppetclasses/_form.html.erb:7
850
968
  msgid "Puppet Class"
851
969
  msgstr "Класс Puppet"
852
970
 
@@ -855,14 +973,18 @@ msgid "Number of Overrides"
855
973
  msgstr ""
856
974
 
857
975
  #: ../app/views/foreman_puppet/puppetclass_lookup_keys/welcome.html.erb:4
858
- 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)."
976
+ msgid ""
977
+ "Parameterized class support permits detecting, importing, and supplying "
978
+ "parameters directly to classes which support it, via the ENC and depending "
979
+ "on a set of rules (Smart Matchers)."
859
980
  msgstr ""
860
981
 
861
982
  #: ../app/views/foreman_puppet/puppetclasses/_class_selection.html.erb:8
862
983
  msgid "Included Classes"
863
984
  msgstr "Включенные классы"
864
985
 
865
- #: ../app/views/foreman_puppet/puppetclasses/_class_selection.html.erb:26 ../app/views/foreman_puppet/puppetclasses/_classes.html.erb:10
986
+ #: ../app/views/foreman_puppet/puppetclasses/_class_selection.html.erb:26
987
+ #: ../app/views/foreman_puppet/puppetclasses/_classes.html.erb:10
866
988
  msgid "Not authorized to edit classes"
867
989
  msgstr "Недостаточно разрешений для изменения классов"
868
990
 
@@ -878,7 +1000,8 @@ msgstr "Доступные классы"
878
1000
  msgid "Filter classes"
879
1001
  msgstr "Фильтр классов"
880
1002
 
881
- #: ../app/views/foreman_puppet/puppetclasses/_classes_in_groups.html.erb:2 ../webpack/src/foreman_class_edit.js:84
1003
+ #: ../app/views/foreman_puppet/puppetclasses/_classes_in_groups.html.erb:2
1004
+ #: ../webpack/src/foreman_class_edit.js:84
882
1005
  msgid "belongs to config group"
883
1006
  msgstr "принадлежит группе конфигурации"
884
1007
 
@@ -895,7 +1018,9 @@ msgid "Omit"
895
1018
  msgstr "Пропустить"
896
1019
 
897
1020
  #: ../app/views/foreman_puppet/puppetclasses/_form.html.erb:4
898
- msgid "The class could not be saved because of an error in one of the class parameters."
1021
+ msgid ""
1022
+ "The class could not be saved because of an error in one of the class "
1023
+ "parameters."
899
1024
  msgstr ""
900
1025
 
901
1026
  #: ../app/views/foreman_puppet/puppetclasses/_form.html.erb:8
@@ -911,8 +1036,12 @@ msgid "This Puppet class has no parameters in its signature."
911
1036
  msgstr "Подпись класса Puppet не содержит параметров."
912
1037
 
913
1038
  #: ../app/views/foreman_puppet/puppetclasses/_form.html.erb:23
914
- msgid "To update the class signature, go to the Puppet Classes page and select \"Import\"."
915
- msgstr "Чтобы обновить подпись, перейдите на страницу классов Puppet и нажмите «Импорт»."
1039
+ msgid ""
1040
+ "To update the class signature, go to the Puppet Classes page and select "
1041
+ "\"Import\"."
1042
+ msgstr ""
1043
+ "Чтобы обновить подпись, перейдите на страницу классов Puppet и нажмите "
1044
+ "«Импорт»."
916
1045
 
917
1046
  #: ../app/views/foreman_puppet/puppetclasses/_form.html.erb:28
918
1047
  msgid "Filter by name"
@@ -934,7 +1063,10 @@ msgstr "Изменение класса Puppet %s"
934
1063
  msgid "Puppetclass|Name"
935
1064
  msgstr "Имя"
936
1065
 
937
- #: ../app/views/foreman_puppet/puppetclasses/index.html.erb:10 ../app/views/smart_proxies/plugins/_puppet.html.erb:4 ../lib/foreman_puppet/register.rb:166 ../webpack/src/Components/Environments/Welcome.js:40
1066
+ #: ../app/views/foreman_puppet/puppetclasses/index.html.erb:10
1067
+ #: ../app/views/smart_proxies/plugins/_puppet.html.erb:4
1068
+ #: ../lib/foreman_puppet/register.rb:165
1069
+ #: ../webpack/src/Components/Environments/Welcome.js:21
938
1070
  msgid "Environments"
939
1071
  msgstr "Окружения"
940
1072
 
@@ -948,28 +1080,31 @@ msgstr "Перезаписать все параметры"
948
1080
 
949
1081
  #: ../app/views/foreman_puppet/puppetclasses/index.html.erb:37
950
1082
  msgid "This will set all parameters of the class %s as overridden. Continue?"
951
- msgstr "Это установит все параметры класса %s как перезаписываемые. Продолжить?"
1083
+ msgstr ""
1084
+ "Это установит все параметры класса %s как перезаписываемые. Продолжить?"
952
1085
 
953
1086
  #: ../app/views/foreman_puppet/puppetclasses/index.html.erb:38
954
1087
  msgid "Set parameters to defaults"
955
1088
  msgstr "Параметры по умолчанию"
956
1089
 
957
1090
  #: ../app/views/foreman_puppet/puppetclasses/index.html.erb:38
958
- msgid "This will reset parameters of the class %s to their default values. Continue?"
1091
+ msgid ""
1092
+ "This will reset parameters of the class %s to their default values. "
1093
+ "Continue?"
959
1094
  msgstr "Будут восстановлены исходные параметры класса %s. Продолжить?"
960
1095
 
961
1096
  #: ../app/views/hosts/_form_puppet_enc_tab.html.erb:16
962
- msgid "Puppet Class Parameters"
963
- msgstr ""
964
-
965
- #: ../app/views/hosts/_form_puppet_enc_tab.html.erb:21
966
1097
  msgid "Notice"
967
1098
  msgstr "Примечание"
968
1099
 
969
- #: ../app/views/hosts/_form_puppet_enc_tab.html.erb:22
1100
+ #: ../app/views/hosts/_form_puppet_enc_tab.html.erb:17
970
1101
  msgid "Please select an environment first"
971
1102
  msgstr "Выберите окружение"
972
1103
 
1104
+ #: ../app/views/hosts/_form_puppet_enc_tab.html.erb:21
1105
+ msgid "Puppet Class Parameters"
1106
+ msgstr ""
1107
+
973
1108
  #: ../app/views/hosts/select_multiple_environment.html.erb:4
974
1109
  msgid "Select environment"
975
1110
  msgstr "Выберите окружение"
@@ -1011,16 +1146,24 @@ msgid "Facts"
1011
1146
  msgstr "Факты"
1012
1147
 
1013
1148
  #: ../lib/foreman_puppet/register.rb:10
1014
- msgid "Foreman will default to this puppet environment if it cannot auto detect one"
1015
- msgstr "Окружение Puppet, которое будет выбрано, если Foreman не сможет автоматически определить окружение"
1149
+ msgid ""
1150
+ "Foreman will default to this puppet environment if it cannot auto detect one"
1151
+ msgstr ""
1152
+ "Окружение Puppet, которое будет выбрано, если Foreman не сможет "
1153
+ "автоматически определить окружение"
1016
1154
 
1017
1155
  #: ../lib/foreman_puppet/register.rb:12
1018
1156
  msgid "Default Puppet environment"
1019
1157
  msgstr "Окружение Puppet по умолчанию"
1020
1158
 
1021
1159
  #: ../lib/foreman_puppet/register.rb:16
1022
- 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"
1023
- msgstr "Foreman передаст информацию об окружении Puppet в YAML-выводе ENC в явном виде — это позволит избежать конфликтов с окружением, заданным в puppet.conf"
1160
+ msgid ""
1161
+ "Foreman will explicitly set the puppet environment in the ENC yaml output. "
1162
+ "This will avoid conflicts between the environment in puppet.conf and the "
1163
+ "environment set in Foreman"
1164
+ msgstr ""
1165
+ "Foreman передаст информацию об окружении Puppet в YAML-выводе ENC в явном "
1166
+ "виде — это позволит избежать конфликтов с окружением, заданным в puppet.conf"
1024
1167
 
1025
1168
  #: ../lib/foreman_puppet/register.rb:19
1026
1169
  msgid "ENC environment"
@@ -1039,7 +1182,9 @@ msgid "Config Management"
1039
1182
  msgstr ""
1040
1183
 
1041
1184
  #: ../lib/foreman_puppet/register.rb:30
1042
- msgid "Duration in minutes after servers reporting via Puppet are classed as out of sync."
1185
+ msgid ""
1186
+ "Duration in minutes after servers reporting via Puppet are classed as out of"
1187
+ " sync."
1043
1188
  msgstr ""
1044
1189
 
1045
1190
  #: ../lib/foreman_puppet/register.rb:32
@@ -1047,73 +1192,21 @@ msgid "Puppet interval"
1047
1192
  msgstr "Интервал Puppet"
1048
1193
 
1049
1194
  #: ../lib/foreman_puppet/register.rb:35
1050
- msgid "Disable host configuration status turning to out of sync for %s after report does not arrive within configured interval"
1051
- msgstr "Запретить переход состояния конфигурации узла в \"несинхронизированно\" в течение %s после того, как отчёт не поступил в течение заданного интервала"
1195
+ msgid ""
1196
+ "Disable host configuration status turning to out of sync for %s after report"
1197
+ " does not arrive within configured interval"
1198
+ msgstr ""
1199
+ "Запретить переход состояния конфигурации узла в \"несинхронизированно\" в "
1200
+ "течение %s после того, как отчёт не поступил в течение заданного интервала"
1052
1201
 
1053
1202
  #: ../lib/foreman_puppet/register.rb:37
1054
1203
  msgid "%s out of sync disabled"
1055
1204
  msgstr ""
1056
1205
 
1057
- #: ../lib/foreman_puppet/register.rb:163 ../lib/foreman_puppet/register.rb:216
1206
+ #: ../lib/foreman_puppet/register.rb:162 ../lib/foreman_puppet/register.rb:215
1058
1207
  msgid "Puppet ENC"
1059
1208
  msgstr ""
1060
1209
 
1061
- #: ../lib/foreman_puppet/register.rb:230
1062
- msgid "Puppet env"
1063
- msgstr ""
1064
-
1065
- #: ../webpack/src/Components/Environments/Welcome.js:18
1066
- msgid "If you are planning to use Foreman as an external node classifier you should provide information about one or more environments.{newLine}This information is commonly imported from a pre-existing Puppet configuration by the use of the {puppetClassesLinkToDocs} and environment importer."
1067
- msgstr ""
1068
-
1069
- #: ../webpack/src/Components/Environments/Welcome.js:29
1070
- msgid "Puppet classes"
1071
- msgstr ""
1072
-
1073
- #: ../webpack/src/Extends/Host/PuppetTab/Routes.js:15 ../webpack/src/Extends/Host/PuppetTab/constants.js:6
1074
- msgid "Assigned classes"
1075
- msgstr ""
1076
-
1077
- #: ../webpack/src/Extends/Host/PuppetTab/Routes.js:16 ../webpack/src/Extends/Host/PuppetTab/Routes.js:22
1078
- msgid "This tab is still a work in progress"
1079
- msgstr ""
1080
-
1081
- #: ../webpack/src/Extends/Host/PuppetTab/Routes.js:21 ../webpack/src/Extends/Host/PuppetTab/constants.js:7
1082
- msgid "Smart class parameters"
1083
- msgstr "Смарт-параметры"
1084
-
1085
- #: ../webpack/src/Extends/Host/PuppetTab/SubTabs/ENCPreview/index.js:28
1086
- msgid "Couldn't find any ENC data for this host"
1087
- msgstr ""
1088
-
1089
- #: ../webpack/src/Extends/Host/PuppetTab/SubTabs/ENCPreview/index.js:34
1090
- msgid "Error!"
1091
- msgstr ""
1092
-
1093
- #: ../webpack/src/Extends/Host/PuppetTab/SubTabs/Reports/components/DescriptionCard.js:23
1094
- msgid "Puppet details"
1095
- msgstr ""
1096
-
1097
- #: ../webpack/src/Extends/Host/PuppetTab/SubTabs/Reports/components/DescriptionCard.js:26
1098
- msgid "Puppet environment"
1099
- msgstr ""
1100
-
1101
- #: ../webpack/src/Extends/Host/PuppetTab/SubTabs/Reports/components/DescriptionCard.js:41
1102
- msgid "Puppet Smart Proxy"
1103
- msgstr ""
1104
-
1105
- #: ../webpack/src/Extends/Host/PuppetTab/SubTabs/Reports/components/DescriptionCard.js:54
1106
- msgid "Puppet CA Smart Proxy"
1107
- msgstr ""
1108
-
1109
- #: ../webpack/src/Extends/Host/PuppetTab/constants.js:4
1110
- msgid "Reports"
1111
- msgstr "Отчеты"
1112
-
1113
- #: ../webpack/src/Extends/Host/PuppetTab/constants.js:9
1114
- msgid "ENC Preview"
1115
- msgstr ""
1116
-
1117
1210
  #: ../webpack/src/foreman_class_edit.js:146
1118
1211
  msgid "Click to remove config group"
1119
1212
  msgstr "Нажмите, чтобы удалить группу конфигурации"
@@ -1126,38 +1219,22 @@ msgstr "Удалить"
1126
1219
  msgid "Loading parameters..."
1127
1220
  msgstr "Загрузка параметров..."
1128
1221
 
1129
- #: ../webpack/src/foreman_puppet_host_form.js:102
1130
- msgid "Some Puppet Classes are unavailable in the selected environment"
1131
- msgstr ""
1132
-
1133
1222
  #: action_names.rb:2
1134
- msgid "Remote action:"
1135
- msgstr "Удаленное действие:"
1223
+ msgid "Action with sub plans"
1224
+ msgstr "Действия с подпланами"
1136
1225
 
1137
1226
  #: action_names.rb:3
1138
- msgid "»Action with sub plans«"
1139
- msgstr ""
1227
+ msgid "Import facts"
1228
+ msgstr "Импорт фактов"
1140
1229
 
1141
1230
  #: action_names.rb:4
1142
- msgid "»Import Puppet classes«"
1143
- msgstr ""
1231
+ msgid "Import Puppet classes"
1232
+ msgstr "Импорт классов Puppet"
1144
1233
 
1145
1234
  #: action_names.rb:5
1146
- msgid "»Import facts«"
1147
- msgstr ""
1235
+ msgid "Remote action:"
1236
+ msgstr "Удаленное действие:"
1148
1237
 
1149
1238
  #: gemspec.rb:2
1150
1239
  msgid "Allow assigning Puppet environments and classes to the Foreman Hosts."
1151
1240
  msgstr ""
1152
-
1153
- #~ msgid "Action with sub plans"
1154
- #~ msgstr "Действия с подпланами"
1155
-
1156
- #~ msgid "Environment name"
1157
- #~ msgstr "Имя окружения"
1158
-
1159
- #~ msgid "Import Puppet classes"
1160
- #~ msgstr "Импорт классов Puppet"
1161
-
1162
- #~ msgid "Import facts"
1163
- #~ msgstr "Импорт фактов"