foreman_puppet 2.0.7 → 3.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (110) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +3 -1
  3. data/app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb +7 -2
  4. data/app/helpers/foreman_puppet/environments_helper.rb +1 -1
  5. data/app/helpers/foreman_puppet/puppetclass_lookup_keys_helper.rb +1 -1
  6. data/app/models/concerns/foreman_puppet/extensions/provisioning_template.rb +1 -1
  7. data/app/views/foreman_puppet/config_groups/_config_group.html.erb +5 -1
  8. data/app/views/foreman_puppet/config_groups/index.html.erb +1 -3
  9. data/app/views/smart_proxies/plugins/_puppet_ca.html.erb +44 -0
  10. data/db/migrate_foreman/20090905150132_create_hostgroups_puppetclasses.foreman_puppet.rb +1 -3
  11. data/lib/foreman_puppet/register.rb +3 -8
  12. data/lib/foreman_puppet/version.rb +1 -1
  13. data/locale/ca/LC_MESSAGES/foreman_puppet.mo +0 -0
  14. data/locale/ca/foreman_puppet.po +1 -70
  15. data/locale/cs_CZ/LC_MESSAGES/foreman_puppet.mo +0 -0
  16. data/locale/cs_CZ/foreman_puppet.edit.po +235 -358
  17. data/locale/cs_CZ/foreman_puppet.po +2 -13
  18. data/locale/de/LC_MESSAGES/foreman_puppet.mo +0 -0
  19. data/locale/de/foreman_puppet.po +13 -25
  20. data/locale/en/LC_MESSAGES/foreman_puppet.mo +0 -0
  21. data/locale/en/foreman_puppet.edit.po +161 -77
  22. data/locale/en/foreman_puppet.po +1 -13
  23. data/locale/en_GB/LC_MESSAGES/foreman_puppet.mo +0 -0
  24. data/locale/en_GB/foreman_puppet.po +2 -13
  25. data/locale/es/LC_MESSAGES/foreman_puppet.mo +0 -0
  26. data/locale/es/foreman_puppet.po +2 -13
  27. data/locale/foreman_puppet.pot +25 -48
  28. data/locale/fr/LC_MESSAGES/foreman_puppet.mo +0 -0
  29. data/locale/fr/foreman_puppet.po +2 -13
  30. data/locale/gl/LC_MESSAGES/foreman_puppet.mo +0 -0
  31. data/locale/gl/foreman_puppet.po +2 -13
  32. data/locale/it/LC_MESSAGES/foreman_puppet.mo +0 -0
  33. data/locale/it/foreman_puppet.po +2 -13
  34. data/locale/ja/LC_MESSAGES/foreman_puppet.mo +0 -0
  35. data/locale/ja/foreman_puppet.po +4 -15
  36. data/locale/ko/LC_MESSAGES/foreman_puppet.mo +0 -0
  37. data/locale/ko/foreman_puppet.po +2 -13
  38. data/locale/messages.mo +0 -0
  39. data/locale/nl_NL/LC_MESSAGES/foreman_puppet.mo +0 -0
  40. data/locale/nl_NL/foreman_puppet.po +2 -13
  41. data/locale/pl/LC_MESSAGES/foreman_puppet.mo +0 -0
  42. data/locale/pl/foreman_puppet.po +2 -13
  43. data/locale/pt_BR/LC_MESSAGES/foreman_puppet.mo +0 -0
  44. data/locale/pt_BR/foreman_puppet.po +2 -13
  45. data/locale/ru/LC_MESSAGES/foreman_puppet.mo +0 -0
  46. data/locale/ru/foreman_puppet.po +4 -15
  47. data/locale/sv_SE/LC_MESSAGES/foreman_puppet.mo +0 -0
  48. data/locale/sv_SE/foreman_puppet.po +2 -13
  49. data/locale/zh_CN/LC_MESSAGES/foreman_puppet.mo +0 -0
  50. data/locale/zh_CN/foreman_puppet.po +5 -16
  51. data/locale/zh_TW/LC_MESSAGES/foreman_puppet.mo +0 -0
  52. data/locale/zh_TW/foreman_puppet.po +2 -13
  53. data/test/controllers/foreman_puppet/api/v2/environments_controller_test.rb +24 -18
  54. data/test/controllers/foreman_puppet/api/v2/smart_class_parameters_controller_test.rb +2 -2
  55. data/test/controllers/foreman_puppet/environments_controller_test.rb +1 -1
  56. data/test/graphql/queries/environment_query_test.rb +4 -4
  57. data/test/graphql/queries/puppetclass_query_test.rb +4 -4
  58. data/test/integration/foreman_puppet/dashboard_js_test.rb +1 -2
  59. data/test/integration/foreman_puppet/environment_js_test.rb +1 -2
  60. data/test/integration/foreman_puppet/host_js_test.rb +17 -18
  61. data/test/integration/foreman_puppet/hostgroup_js_test.rb +1 -2
  62. data/test/integration/foreman_puppet/puppetclass_js_test.rb +1 -2
  63. data/test/integration/foreman_puppet/smartclass_parameter_js_test.rb +1 -2
  64. data/test/integration_puppet_helper.rb +3 -0
  65. data/test/models/foreman_puppet/host_puppet_facet_test.rb +2 -2
  66. data/test/models/foreman_puppet/host_test.rb +22 -22
  67. data/test/models/foreman_puppet/provisioning_template_test.rb +3 -3
  68. data/test/models/foreman_puppet/puppetclass_test.rb +1 -1
  69. data/test/services/foreman_puppet/host_info_providers/config_groups_info_test.rb +1 -1
  70. data/test/services/foreman_puppet/host_info_providers/puppet_info_test.rb +3 -3
  71. data/test/unit/foreman_puppet/template_rendering_test.rb +1 -1
  72. metadata +55 -91
  73. data/app/views/hosts/foreman_puppet/_form_list_env_field_content.html.erb +0 -1
  74. data/app/views/hosts/foreman_puppet/_form_list_env_field_header.html.erb +0 -1
  75. data/db/migrate/20220201205305_migrate_host_class_permission.foreman_puppet.rb +0 -9
  76. data/db/migrate/20220208135305_migrate_environment_ignore_type.foreman_puppet.rb +0 -15
  77. data/db/migrate/20220421204325_drop_environment_from_host_and_hg.foreman_puppet.rb +0 -8
  78. data/locale/ca/foreman_puppet.edit.po +0 -1221
  79. data/locale/ca/foreman_puppet.po.time_stamp +0 -0
  80. data/locale/de/foreman_puppet.edit.po +0 -1300
  81. data/locale/de/foreman_puppet.po.time_stamp +0 -0
  82. data/locale/en_GB/foreman_puppet.edit.po +0 -1197
  83. data/locale/en_GB/foreman_puppet.po.time_stamp +0 -0
  84. data/locale/es/foreman_puppet.edit.po +0 -1275
  85. data/locale/es/foreman_puppet.po.time_stamp +0 -0
  86. data/locale/fr/foreman_puppet.edit.po +0 -1290
  87. data/locale/fr/foreman_puppet.po.time_stamp +0 -0
  88. data/locale/gl/foreman_puppet.edit.po +0 -1203
  89. data/locale/gl/foreman_puppet.po.time_stamp +0 -0
  90. data/locale/it/foreman_puppet.edit.po +0 -1233
  91. data/locale/it/foreman_puppet.po.time_stamp +0 -0
  92. data/locale/ja/foreman_puppet.edit.po +0 -1223
  93. data/locale/ja/foreman_puppet.po.time_stamp +0 -0
  94. data/locale/ko/foreman_puppet.edit.po +0 -1197
  95. data/locale/ko/foreman_puppet.po.time_stamp +0 -0
  96. data/locale/nl_NL/foreman_puppet.edit.po +0 -1228
  97. data/locale/nl_NL/foreman_puppet.po.time_stamp +0 -0
  98. data/locale/pl/foreman_puppet.edit.po +0 -1238
  99. data/locale/pl/foreman_puppet.po.time_stamp +0 -0
  100. data/locale/pt_BR/foreman_puppet.edit.po +0 -1281
  101. data/locale/pt_BR/foreman_puppet.po.time_stamp +0 -0
  102. data/locale/ru/foreman_puppet.edit.po +0 -1240
  103. data/locale/ru/foreman_puppet.po.time_stamp +0 -0
  104. data/locale/sv_SE/foreman_puppet.edit.po +0 -1205
  105. data/locale/sv_SE/foreman_puppet.po.time_stamp +0 -0
  106. data/locale/zh_CN/foreman_puppet.edit.po +0 -1212
  107. data/locale/zh_CN/foreman_puppet.po.time_stamp +0 -0
  108. data/locale/zh_TW/foreman_puppet.edit.po +0 -1197
  109. data/locale/zh_TW/foreman_puppet.po.time_stamp +0 -0
  110. data/test/helpers/foreman_puppet/puppetclass_lookup_keys_helper_test.rb +0 -34
@@ -1,62 +1,46 @@
1
- # SOME DESCRIPTIVE TITLE.
2
- # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
1
+ # Czech translations for foreman_puppet package.
2
+ # Copyright (C) 2021 THE PACKAGE'S COPYRIGHT HOLDER
3
3
  # This file is distributed under the same license as the foreman_puppet package.
4
- # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
- #
6
- # Translators:
7
- # mhulan <mhulan@redhat.com>, 2021
8
- # Ondřej Ezr <ezrik12@gmail.com>, 2021
9
- # Lukáš Zapletal, 2021
10
- # Pavel Borecki <pavel.borecki@gmail.com>, 2021
11
- #
12
- #, fuzzy
4
+ # FIRST AUTHOR <EMAIL@ADDRESS>, 2021.
5
+ #
13
6
  msgid ""
14
7
  msgstr ""
15
- "Project-Id-Version: foreman_puppet 2.0.0.alpha.2\n"
8
+ "Project-Id-Version: foreman_puppet 1.0.0\n"
16
9
  "Report-Msgid-Bugs-To: \n"
17
- "POT-Creation-Date: 2021-11-10 11:17+0000\n"
18
- "PO-Revision-Date: 2021-02-03 16:30+0000\n"
19
- "Last-Translator: Pavel Borecki <pavel.borecki@gmail.com>, 2021\n"
20
- "Language-Team: Czech (Czech Republic) (https://www.transifex.com/foreman/teams/114/cs_CZ/)\n"
10
+ "POT-Creation-Date: 2021-11-11 13:46+0100\n"
11
+ "PO-Revision-Date: 2021-11-11 13:46+0100\n"
12
+ "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13
+ "Language-Team: Czech\n"
14
+ "Language: cs_CZ\n"
21
15
  "MIME-Version: 1.0\n"
22
16
  "Content-Type: text/plain; charset=UTF-8\n"
23
17
  "Content-Transfer-Encoding: 8bit\n"
24
- "Language: cs_CZ\n"
25
- "Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n"
18
+ "Plural-Forms: nplurals=; plural=;\n"
19
+ "\n"
26
20
 
27
21
  #: ../app/controllers/concerns/foreman_puppet/environments_import.rb:15
28
- msgid ""
29
- "Ignored environment names resulting in booleans found. Please quote strings "
30
- "like true/false and yes/no in config/ignored_environments.yml"
22
+ msgid "Ignored environment names resulting in booleans found. Please quote strings like true/false and yes/no in config/ignored_environments.yml"
31
23
  msgstr ""
32
24
 
33
- #: ../app/controllers/concerns/foreman_puppet/environments_import.rb:21
34
- #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:82
25
+ #: ../app/controllers/concerns/foreman_puppet/environments_import.rb:21 ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:82
35
26
  msgid "No changes to your environments detected"
36
- msgstr "Nezjištěny žádné změny ve vašich prostředích"
27
+ msgstr ""
37
28
 
38
29
  #: ../app/controllers/concerns/foreman_puppet/environments_import.rb:32
39
- msgid ""
40
- "Successfully updated environments and Puppet classes from the on-disk Puppet"
41
- " installation"
30
+ msgid "Successfully updated environments and Puppet classes from the on-disk Puppet installation"
42
31
  msgstr ""
43
- "Úspěšně aktualizována prostředí a Puppet třídy z instalace Puppet na disku"
44
32
 
45
33
  #: ../app/controllers/concerns/foreman_puppet/environments_import.rb:34
46
- msgid ""
47
- "Failed to update environments and Puppet classes from the on-disk Puppet "
48
- "installation: %s"
34
+ msgid "Failed to update environments and Puppet classes from the on-disk Puppet installation: %s"
49
35
  msgstr ""
50
36
 
51
37
  #: ../app/controllers/concerns/foreman_puppet/environments_import.rb:46
52
- msgid ""
53
- "No smart proxy was found to import environments from, ensure that at least "
54
- "one smart proxy is registered with the 'puppet' feature"
38
+ msgid "No smart proxy was found to import environments from, ensure that at least one smart proxy is registered with the 'puppet' feature"
55
39
  msgstr ""
56
40
 
57
41
  #: ../app/controllers/concerns/foreman_puppet/environments_import.rb:53
58
42
  msgid "Ignored environments: %s"
59
- msgstr "Ignorovaná prostředí: %s"
43
+ msgstr ""
60
44
 
61
45
  #: ../app/controllers/concerns/foreman_puppet/environments_import.rb:55
62
46
  msgid "Ignored classes in the environments: %s"
@@ -64,7 +48,7 @@ msgstr ""
64
48
 
65
49
  #: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:10
66
50
  msgid "List all host groups for a Puppet class"
67
- msgstr "Vypsat všechny skupiny strojů pro puppet třídu"
51
+ msgstr ""
68
52
 
69
53
  #: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:13
70
54
  msgid "ID of Puppetclass"
@@ -82,51 +66,40 @@ msgstr ""
82
66
  msgid "Deprecated in favor of hostgroup/puppet_attributes/config_group_ids"
83
67
  msgstr ""
84
68
 
85
- #: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:23
86
- #: ../app/controllers/concerns/foreman_puppet/extensions/api_v2_hosts_controller.rb:23
69
+ #: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:23 ../app/controllers/concerns/foreman_puppet/extensions/api_v2_hosts_controller.rb:23
87
70
  msgid "ID of associated puppet Environment"
88
71
  msgstr ""
89
72
 
90
- #: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:24
91
- #: ../app/controllers/concerns/foreman_puppet/extensions/api_v2_hosts_controller.rb:24
73
+ #: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:24 ../app/controllers/concerns/foreman_puppet/extensions/api_v2_hosts_controller.rb:24
92
74
  msgid "IDs of associated Puppetclasses"
93
75
  msgstr ""
94
76
 
95
- #: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:25
96
- #: ../app/controllers/concerns/foreman_puppet/extensions/api_v2_hosts_controller.rb:25
77
+ #: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:25 ../app/controllers/concerns/foreman_puppet/extensions/api_v2_hosts_controller.rb:25
97
78
  msgid "IDs of associated ConfigGroups"
98
79
  msgstr ""
99
80
 
100
81
  #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:14
101
82
  msgid "Import puppet classes from puppet proxy"
102
- msgstr "Importovat puppet třídy z puppet proxy"
83
+ msgstr ""
103
84
 
104
- #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:15
105
- #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:16
85
+ #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:15 ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:16
106
86
  msgid "Import puppet classes from puppet proxy for an environment"
107
- msgstr "Importovat puppet třídy z puppet proxy pro Environment"
87
+ msgstr ""
108
88
 
109
89
  #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:21
110
- msgid ""
111
- "Optional comma-delimited stringcontaining either 'new', 'updated', or "
112
- "'obsolete'that is used to limit the imported Puppet classes"
90
+ msgid "Optional comma-delimited stringcontaining either 'new', 'updated', or 'obsolete'that is used to limit the imported Puppet classes"
113
91
  msgstr ""
114
92
 
115
93
  #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:49
116
- msgid ""
117
- "Failed to update the environments and Puppet classes from the on-disk puppet"
118
- " installation: %s"
94
+ msgid "Failed to update the environments and Puppet classes from the on-disk puppet installation: %s"
119
95
  msgstr ""
120
96
 
121
97
  #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:80
122
98
  msgid "The requested environment cannot be found."
123
99
  msgstr ""
124
100
 
125
- #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:110
126
- #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:123
127
- msgid ""
128
- "No proxy found to import classes from, ensure that the smart proxy has the "
129
- "Puppet feature enabled."
101
+ #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:110 ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:123
102
+ msgid "No proxy found to import classes from, ensure that the smart proxy has the Puppet feature enabled."
130
103
  msgstr ""
131
104
 
132
105
  #: ../app/controllers/concerns/foreman_puppet/extensions/api_template_combinations_controller.rb:9
@@ -135,15 +108,15 @@ msgstr ""
135
108
 
136
109
  #: ../app/controllers/concerns/foreman_puppet/extensions/api_template_combinations_controller.rb:12
137
110
  msgid "Add a template combination"
138
- msgstr "Přidat kombinaci šablony"
111
+ msgstr ""
139
112
 
140
113
  #: ../app/controllers/concerns/foreman_puppet/extensions/api_template_combinations_controller.rb:15
141
114
  msgid "Show template combination"
142
- msgstr "Zobrazit kombinaci šablony"
115
+ msgstr ""
143
116
 
144
117
  #: ../app/controllers/concerns/foreman_puppet/extensions/api_template_combinations_controller.rb:18
145
118
  msgid "Update template combination"
146
- msgstr "Aktualizovat kombinaci šablony"
119
+ msgstr ""
147
120
 
148
121
  #: ../app/controllers/concerns/foreman_puppet/extensions/api_template_combinations_controller.rb:21
149
122
  msgid "ID of Puppet environment"
@@ -151,13 +124,11 @@ msgstr ""
151
124
 
152
125
  #: ../app/controllers/concerns/foreman_puppet/extensions/api_template_combinations_controller.rb:26
153
126
  msgid "environment id"
154
- msgstr "identifikátor prostředí"
127
+ msgstr ""
155
128
 
156
- #: ../app/controllers/concerns/foreman_puppet/extensions/api_template_combinations_controller.rb:31
157
- #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:20
158
- #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:55
129
+ #: ../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
159
130
  msgid "ID of environment"
160
- msgstr "Identifikátor prostředí"
131
+ msgstr ""
161
132
 
162
133
  #: ../app/controllers/concerns/foreman_puppet/extensions/api_v2_hosts_controller.rb:10
163
134
  msgid "List hosts per environment"
@@ -179,14 +150,13 @@ msgstr ""
179
150
  msgid "Deprecated in favor of host/puppet_attributes/config_group_ids"
180
151
  msgstr ""
181
152
 
182
- #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:62
183
- #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:115
153
+ #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:62 ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:115
184
154
  msgid "No environment selected!"
185
- msgstr "Nevybráno prostředí!"
155
+ msgstr ""
186
156
 
187
157
  #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:76
188
158
  msgid "Updated hosts: changed environment"
189
- msgstr "Aktualizovaní hostitelé: změněné prostředí"
159
+ msgstr ""
190
160
 
191
161
  #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:105
192
162
  msgid "Unable to generate output, Check log files"
@@ -208,57 +178,51 @@ msgstr ""
208
178
  msgid "The %{proxy_type} proxy of the selected hosts was set to %{proxy_name}"
209
179
  msgstr ""
210
180
 
211
- #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:176
212
- #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:191
181
+ #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:176 ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:191
213
182
  msgid "The %{proxy_type} proxy of the selected hosts was cleared."
214
183
  msgstr ""
215
184
 
216
- #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:179
217
- #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:194
185
+ #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:179 ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:194
218
186
  msgid "The %{proxy_type} proxy could not be set for host: %{host_names}."
219
- msgid_plural ""
220
- "The %{proxy_type} puppet ca proxy could not be set for hosts: %{host_names}"
187
+ msgid_plural "The %{proxy_type} puppet ca proxy could not be set for hosts: %{host_names}"
221
188
  msgstr[0] ""
222
189
  msgstr[1] ""
223
- msgstr[2] ""
224
- msgstr[3] ""
225
190
 
226
191
  #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:189
227
- msgid ""
228
- "The %{proxy_type} proxy of the selected hosts was set to %{proxy_name}."
192
+ msgid "The %{proxy_type} proxy of the selected hosts was set to %{proxy_name}."
229
193
  msgstr ""
230
194
 
231
195
  #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:204
232
196
  msgid "Puppet"
233
- msgstr "Puppet"
197
+ msgstr ""
234
198
 
235
199
  #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:211
236
200
  msgid "Puppet CA"
237
- msgstr "Certif. autorita pro Puppet"
201
+ msgstr ""
238
202
 
239
203
  #: ../app/controllers/foreman_puppet/api/v2/config_groups_controller.rb:15
240
204
  msgid "List of config groups"
241
- msgstr "Seznam skupin nastavení"
205
+ msgstr ""
242
206
 
243
207
  #: ../app/controllers/foreman_puppet/api/v2/config_groups_controller.rb:23
244
208
  msgid "Show a config group"
245
- msgstr "Zobrazit skupinu nastavení"
209
+ msgstr ""
246
210
 
247
211
  #: ../app/controllers/foreman_puppet/api/v2/config_groups_controller.rb:36
248
212
  msgid "Create a config group"
249
- msgstr "Vytvořit skupinu nastavení"
213
+ msgstr ""
250
214
 
251
215
  #: ../app/controllers/foreman_puppet/api/v2/config_groups_controller.rb:44
252
216
  msgid "Update a config group"
253
- msgstr "Aktualizovat skupinu nastavení"
217
+ msgstr ""
254
218
 
255
219
  #: ../app/controllers/foreman_puppet/api/v2/config_groups_controller.rb:52
256
220
  msgid "Delete a config group"
257
- msgstr "Smazat skupinu nastavení"
221
+ msgstr ""
258
222
 
259
223
  #: ../app/controllers/foreman_puppet/api/v2/environments_controller.rb:14
260
224
  msgid "List all environments"
261
- msgstr "Vypsat všechny prostředí"
225
+ msgstr ""
262
226
 
263
227
  #: ../app/controllers/foreman_puppet/api/v2/environments_controller.rb:15
264
228
  msgid "List environments of Puppet class"
@@ -272,45 +236,37 @@ msgstr ""
272
236
  msgid "List environments per organization"
273
237
  msgstr ""
274
238
 
275
- #: ../app/controllers/foreman_puppet/api/v2/environments_controller.rb:18
276
- #: ../app/controllers/foreman_puppet/api/v2/host_classes_controller.rb:20
277
- #: ../app/controllers/foreman_puppet/api/v2/host_classes_controller.rb:29
278
- #: ../app/controllers/foreman_puppet/api/v2/hostgroup_classes_controller.rb:19
279
- #: ../app/controllers/foreman_puppet/api/v2/hostgroup_classes_controller.rb:28
280
- #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:56
239
+ #: ../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
281
240
  msgid "ID of Puppet class"
282
- msgstr "Identifikátor puppet třídy"
241
+ msgstr ""
283
242
 
284
243
  #: ../app/controllers/foreman_puppet/api/v2/environments_controller.rb:27
285
244
  msgid "Show an environment"
286
- msgstr "Zobrazit prostředí"
245
+ msgstr ""
287
246
 
288
247
  #: ../app/controllers/foreman_puppet/api/v2/environments_controller.rb:40
289
248
  msgid "Create an environment"
290
- msgstr "Vytvořit prostředí"
249
+ msgstr ""
291
250
 
292
251
  #: ../app/controllers/foreman_puppet/api/v2/environments_controller.rb:48
293
252
  msgid "Update an environment"
294
- msgstr "Aktualizovat prostředí"
253
+ msgstr ""
295
254
 
296
255
  #: ../app/controllers/foreman_puppet/api/v2/environments_controller.rb:56
297
256
  msgid "Delete an environment"
298
- msgstr "Smazat prostředí"
257
+ msgstr ""
299
258
 
300
259
  #: ../app/controllers/foreman_puppet/api/v2/host_classes_controller.rb:12
301
260
  msgid "List all Puppet class IDs for host"
302
- msgstr "Vypsat všechny identifikátory Puppet tříd pro hostitele"
261
+ msgstr ""
303
262
 
304
263
  #: ../app/controllers/foreman_puppet/api/v2/host_classes_controller.rb:18
305
264
  msgid "Add a Puppet class to host"
306
- msgstr "Přidat hostiteli Puppet třídu"
265
+ msgstr ""
307
266
 
308
- #: ../app/controllers/foreman_puppet/api/v2/host_classes_controller.rb:19
309
- #: ../app/controllers/foreman_puppet/api/v2/host_classes_controller.rb:28
310
- #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:18
311
- #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:53
267
+ #: ../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
312
268
  msgid "ID of host"
313
- msgstr "Identifikátor stroje"
269
+ msgstr ""
314
270
 
315
271
  #: ../app/controllers/foreman_puppet/api/v2/host_classes_controller.rb:27
316
272
  msgid "Remove a Puppet class from host"
@@ -322,14 +278,11 @@ msgstr ""
322
278
 
323
279
  #: ../app/controllers/foreman_puppet/api/v2/hostgroup_classes_controller.rb:17
324
280
  msgid "Add a Puppet class to host group"
325
- msgstr "Přidat skupině hostitelů puppet třídu"
281
+ msgstr ""
326
282
 
327
- #: ../app/controllers/foreman_puppet/api/v2/hostgroup_classes_controller.rb:18
328
- #: ../app/controllers/foreman_puppet/api/v2/hostgroup_classes_controller.rb:27
329
- #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:19
330
- #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:54
283
+ #: ../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
331
284
  msgid "ID of host group"
332
- msgstr "Identifikátor skupiny strojů"
285
+ msgstr ""
333
286
 
334
287
  #: ../app/controllers/foreman_puppet/api/v2/hostgroup_classes_controller.rb:26
335
288
  msgid "Remove a Puppet class from host group"
@@ -339,12 +292,9 @@ msgstr ""
339
292
  msgid "List of override values for a specific smart class parameter"
340
293
  msgstr ""
341
294
 
342
- #: ../app/controllers/foreman_puppet/api/v2/override_values_controller.rb:21
343
- #: ../app/controllers/foreman_puppet/api/v2/override_values_controller.rb:30
344
- #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:24
345
- #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:36
295
+ #: ../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
346
296
  msgid "Display hidden values"
347
- msgstr "Zobrazit skryté hodnoty"
297
+ msgstr ""
348
298
 
349
299
  #: ../app/controllers/foreman_puppet/api/v2/override_values_controller.rb:27
350
300
  msgid "Show an override value for a specific smart class parameter"
@@ -380,11 +330,11 @@ msgstr ""
380
330
 
381
331
  #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:14
382
332
  msgid "List all Puppet classes"
383
- msgstr "Vypsat všechny puppet třídy"
333
+ msgstr ""
384
334
 
385
335
  #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:15
386
336
  msgid "List all Puppet classes for a host"
387
- msgstr "Vypsat všechny Puppet třídy pro hostitele"
337
+ msgstr ""
388
338
 
389
339
  #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:16
390
340
  msgid "List all Puppet classes for a host group"
@@ -392,15 +342,15 @@ msgstr ""
392
342
 
393
343
  #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:17
394
344
  msgid "List all Puppet classes for an environment"
395
- msgstr "Vypsat všechny Puppet třídy pro prostředí"
345
+ msgstr ""
396
346
 
397
347
  #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:49
398
348
  msgid "Show a Puppet class"
399
- msgstr "Zobrazit puppet třídu"
349
+ msgstr ""
400
350
 
401
351
  #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:50
402
352
  msgid "Show a Puppet class for host"
403
- msgstr "Zobrazit Puppet třídu pro hostitele"
353
+ msgstr ""
404
354
 
405
355
  #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:51
406
356
  msgid "Show a Puppet class for a host group"
@@ -408,19 +358,19 @@ msgstr ""
408
358
 
409
359
  #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:52
410
360
  msgid "Show a Puppet class for an environment"
411
- msgstr "Zobrazit Puppet třídu pro prostředí"
361
+ msgstr ""
412
362
 
413
363
  #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:67
414
364
  msgid "Create a Puppet class"
415
- msgstr "Vytvořit puppet třídu"
365
+ msgstr ""
416
366
 
417
367
  #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:75
418
368
  msgid "Update a Puppet class"
419
- msgstr "Aktualizovat puppet třídu"
369
+ msgstr ""
420
370
 
421
371
  #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:84
422
372
  msgid "Delete a Puppet class"
423
- msgstr "Smazat Puppet třídu"
373
+ msgstr ""
424
374
 
425
375
  #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:13
426
376
  msgid "List all smart class parameters"
@@ -443,9 +393,7 @@ msgid "List of smart class parameters for a specific environment"
443
393
  msgstr ""
444
394
 
445
395
  #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:19
446
- msgid ""
447
- "List of smart class parameters for a specific environment/Puppet class "
448
- "combination"
396
+ msgid "List of smart class parameters for a specific environment/Puppet class combination"
449
397
  msgstr ""
450
398
 
451
399
  #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:34
@@ -466,26 +414,23 @@ msgstr ""
466
414
 
467
415
  #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:47
468
416
  msgid "Value to use when there is no match"
469
- msgstr "Hodnoty které použít v případě nenalezení žádné shody"
417
+ msgstr ""
470
418
 
471
419
  #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:48
472
420
  msgid "When enabled the parameter is hidden in the UI"
473
421
  msgstr ""
474
422
 
475
423
  #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:49
476
- msgid ""
477
- "Foreman will not send this parameter in classification output.Puppet will "
478
- "use the value defined in the Puppet manifest for this parameter"
424
+ msgid "Foreman will not send this parameter in classification output.Puppet will use the value defined in the Puppet manifest for this parameter"
479
425
  msgstr ""
480
426
 
481
- #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:51
482
- #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:54
427
+ #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:51 ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:54
483
428
  msgid "The order in which values are resolved"
484
- msgstr "Pořadí ve kterém jsou hodnoty řešeny"
429
+ msgstr ""
485
430
 
486
431
  #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:52
487
432
  msgid "Types of validation values"
488
- msgstr "Typy hodnot ověřování"
433
+ msgstr ""
489
434
 
490
435
  #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:53
491
436
  msgid "Used to enforce certain values for the parameter values"
@@ -493,12 +438,10 @@ msgstr ""
493
438
 
494
439
  #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:55
495
440
  msgid "Types of variable values"
496
- msgstr "Typy hodnot proměnné"
441
+ msgstr ""
497
442
 
498
443
  #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:56
499
- msgid ""
500
- "If true, will raise an error if there is no default value and no matcher "
501
- "provide a value"
444
+ msgid "If true, will raise an error if there is no default value and no matcher provide a value"
502
445
  msgstr ""
503
446
 
504
447
  #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:57
@@ -507,7 +450,7 @@ msgstr ""
507
450
 
508
451
  #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:58
509
452
  msgid "Include default value when merging all matching values"
510
- msgstr "Při slučování všech odpovídajících hodnota zahrnout výchozí hodnoty"
453
+ msgstr ""
511
454
 
512
455
  #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:59
513
456
  msgid "Remove duplicate values (only array type)"
@@ -518,23 +461,20 @@ msgid "Successfully overridden all parameters of Puppet class %s"
518
461
  msgstr ""
519
462
 
520
463
  #: ../app/controllers/foreman_puppet/puppetclasses_controller.rb:63
521
- msgid ""
522
- "Successfully reset all parameters of Puppet class %s to their default values"
464
+ msgid "Successfully reset all parameters of Puppet class %s to their default values"
523
465
  msgstr ""
524
466
 
525
467
  #: ../app/controllers/foreman_puppet/puppetclasses_controller.rb:66
526
468
  msgid "No parameters to override for Puppet class %s"
527
469
  msgstr ""
528
470
 
529
- #: ../app/helpers/foreman_puppet/environments_helper.rb:13
530
- #: ../app/views/foreman_puppet/environments/new.html.erb:5
531
- #: ../webpack/src/Components/Environments/Welcome.js:9
471
+ #: ../app/helpers/foreman_puppet/environments_helper.rb:13 ../app/views/foreman_puppet/environments/new.html.erb:5 ../webpack/src/Components/Environments/Welcome.js:9
532
472
  msgid "Create Puppet Environment"
533
- msgstr "Vytvořit puppet prostředí"
473
+ msgstr ""
534
474
 
535
475
  #: ../app/helpers/foreman_puppet/hosts_helper.rb:11
536
476
  msgid "Change Environment"
537
- msgstr "Změnit prostředí"
477
+ msgstr ""
538
478
 
539
479
  #: ../app/helpers/foreman_puppet/hosts_helper.rb:13
540
480
  msgid "Change Puppet Master"
@@ -550,7 +490,7 @@ msgstr ""
550
490
 
551
491
  #: ../app/helpers/foreman_puppet/hosts_helper.rb:34
552
492
  msgid "Puppet Environment"
553
- msgstr "Puppet prostředí"
493
+ msgstr ""
554
494
 
555
495
  #: ../app/helpers/foreman_puppet/puppetclass_lookup_keys_helper.rb:32
556
496
  msgid "Omit from classification output"
@@ -558,7 +498,7 @@ msgstr ""
558
498
 
559
499
  #: ../app/helpers/foreman_puppet/puppetclass_lookup_keys_helper.rb:39
560
500
  msgid "Override this value"
561
- msgstr "Přebít tuto hodnotu"
501
+ msgstr ""
562
502
 
563
503
  #: ../app/helpers/foreman_puppet/puppetclass_lookup_keys_helper.rb:43
564
504
  msgid "Remove this override"
@@ -566,11 +506,11 @@ msgstr ""
566
506
 
567
507
  #: ../app/helpers/foreman_puppet/puppetclass_lookup_keys_helper.rb:75
568
508
  msgid "Default value"
569
- msgstr "Výchozí hodnota"
509
+ msgstr ""
570
510
 
571
511
  #: ../app/helpers/foreman_puppet/puppetclass_lookup_keys_helper.rb:93
572
512
  msgid "Original value info"
573
- msgstr "Informace o původní hodnotě"
513
+ msgstr ""
574
514
 
575
515
  #: ../app/helpers/foreman_puppet/puppetclass_lookup_keys_helper.rb:99
576
516
  msgid ""
@@ -585,30 +525,28 @@ msgid "Required parameter without value.<br/><b>Please override!</b><br/>"
585
525
  msgstr ""
586
526
 
587
527
  #: ../app/helpers/foreman_puppet/puppetclass_lookup_keys_helper.rb:116
588
- msgid ""
589
- "Optional parameter without value.<br/><i>Still managed by Foreman, the value"
590
- " will be empty.</i><br/>"
528
+ msgid "Optional parameter without value.<br/><i>Still managed by Foreman, the value will be empty.</i><br/>"
591
529
  msgstr ""
592
530
 
593
531
  #: ../app/helpers/foreman_puppet/puppetclasses_and_environments_helper.rb:5
594
532
  msgid "Empty environment"
595
- msgstr "Prázdné prostředí"
533
+ msgstr ""
596
534
 
597
535
  #: ../app/helpers/foreman_puppet/puppetclasses_and_environments_helper.rb:7
598
536
  msgid "Deleted environment"
599
- msgstr "Smazat prostředí"
537
+ msgstr ""
600
538
 
601
539
  #: ../app/helpers/foreman_puppet/puppetclasses_and_environments_helper.rb:9
602
540
  msgid "Deleted environment %{env} and %{pcs}"
603
- msgstr "Smazané prostředí %{env} a %{pcs}"
541
+ msgstr ""
604
542
 
605
543
  #: ../app/helpers/foreman_puppet/puppetclasses_and_environments_helper.rb:11
606
544
  msgid "Ignored environment"
607
- msgstr "Ignorované prostředí"
545
+ msgstr ""
608
546
 
609
547
  #: ../app/helpers/foreman_puppet/puppetclasses_and_environments_helper.rb:18
610
548
  msgid "Import"
611
- msgstr "Import"
549
+ msgstr ""
612
550
 
613
551
  #: ../app/helpers/foreman_puppet/puppetclasses_and_environments_helper.rb:22
614
552
  msgid "Import environments from %s"
@@ -616,29 +554,25 @@ msgstr ""
616
554
 
617
555
  #: ../app/helpers/foreman_puppet/puppetclasses_and_environments_helper.rb:22
618
556
  msgid "Import classes from %s"
619
- msgstr "Importovat třídy z %s"
557
+ msgstr ""
620
558
 
621
559
  #: ../app/helpers/foreman_puppet/puppetclasses_and_environments_helper.rb:45
622
560
  msgid "%{name} has %{num_tag} class"
623
561
  msgid_plural "%{name} has %{num_tag} classes"
624
562
  msgstr[0] ""
625
563
  msgstr[1] ""
626
- msgstr[2] ""
627
- msgstr[3] ""
628
564
 
629
- #: ../app/helpers/foreman_puppet/puppetclasses_helper.rb:33
630
- #: ../webpack/src/foreman_class_edit.js:55
565
+ #: ../app/helpers/foreman_puppet/puppetclasses_helper.rb:33 ../webpack/src/foreman_class_edit.js:55
631
566
  msgid "Click to remove %s"
632
- msgstr "%s odeberete kliknutím"
567
+ msgstr ""
633
568
 
634
569
  #: ../app/helpers/foreman_puppet/puppetclasses_helper.rb:46
635
570
  msgid "Click to add %s"
636
- msgstr "%s přidáte kliknutím"
571
+ msgstr ""
637
572
 
638
- #: ../app/helpers/foreman_puppet/template_combinations_helper.rb:6
639
- #: ../app/helpers/foreman_puppet/template_combinations_helper.rb:7
573
+ #: ../app/helpers/foreman_puppet/template_combinations_helper.rb:6 ../app/helpers/foreman_puppet/template_combinations_helper.rb:7
640
574
  msgid "None"
641
- msgstr "Žádné"
575
+ msgstr ""
642
576
 
643
577
  #: ../app/helpers/foreman_puppet/template_combinations_helper.rb:14
644
578
  msgid ""
@@ -656,61 +590,51 @@ msgstr ""
656
590
 
657
591
  #: ../app/helpers/foreman_puppet/template_combinations_helper.rb:22
658
592
  msgid "Host group and Environment"
659
- msgstr "Skupina hostitelů a prostředí"
593
+ msgstr ""
660
594
 
661
595
  #: ../app/helpers/foreman_puppet/template_combinations_helper.rb:23
662
596
  msgid "Host group only"
663
- msgstr "Pouze skupina hostitelů"
597
+ msgstr ""
664
598
 
665
599
  #: ../app/helpers/foreman_puppet/template_combinations_helper.rb:24
666
600
  msgid "Environment only"
667
- msgstr "Pouze prostředí"
601
+ msgstr ""
668
602
 
669
603
  #: ../app/helpers/foreman_puppet/template_combinations_helper.rb:25
670
604
  msgid "Operating system default"
671
- msgstr "Výchozí operačnímu systému"
605
+ msgstr ""
672
606
 
673
607
  #: ../app/helpers/foreman_puppet/template_combinations_helper.rb:27
674
- msgid ""
675
- "The final entry, Operating System default, can be set by editing the %s "
676
- "page."
608
+ msgid "The final entry, Operating System default, can be set by editing the %s page."
677
609
  msgstr ""
678
610
 
679
611
  #: ../app/helpers/foreman_puppet/template_combinations_helper.rb:28
680
612
  msgid "Operating System"
681
- msgstr "Operační systém"
613
+ msgstr ""
682
614
 
683
615
  #: ../app/models/foreman_puppet/environment.rb:44
684
616
  msgid "Can't find a valid Foreman Proxy with a Puppet feature"
685
- msgstr "Nedaří se nalézt platnou Foreman proxy s funkcí puppet"
617
+ msgstr ""
686
618
 
687
619
  #: ../app/models/foreman_puppet/host_puppet_facet.rb:61
688
620
  msgid "%{puppetclass} does not belong to the %{environment} environment"
689
621
  msgstr ""
690
622
 
691
623
  #: ../app/models/foreman_puppet/host_puppet_facet.rb:81
692
- msgid ""
693
- "Failed to import %{klass} for %{name}: doesn't exists in our database - "
694
- "ignoring"
624
+ msgid "Failed to import %{klass} for %{name}: doesn't exists in our database - ignoring"
695
625
  msgstr ""
696
- "Nepodařilo se importovat %{klass} pro %{name}: neexistuje v databázi – bude "
697
- "ignorováno"
698
626
 
699
627
  #: ../app/models/foreman_puppet/host_puppet_facet.rb:123
700
- msgid ""
701
- "with id %{object_id} doesn't exist or is not assigned to proper organization"
702
- " and/or location"
628
+ msgid "with id %{object_id} doesn't exist or is not assigned to proper organization and/or location"
703
629
  msgstr ""
704
630
 
705
631
  #: ../app/models/foreman_puppet/puppetclass_lookup_key.rb:51
706
632
  msgid "must be true to edit the parameter"
707
633
  msgstr ""
708
- "aby bylo možné parametr upravovat, je třeba, aby bylo nastaveno na true "
709
- "(pravda)"
710
634
 
711
635
  #: ../app/services/foreman_puppet/input_type/puppet_parameter_input.rb:24
712
636
  msgid "Puppet parameter"
713
- msgstr "Puppet parametr"
637
+ msgstr ""
714
638
 
715
639
  #: ../app/services/foreman_puppet/puppet_class_importer.rb:16
716
640
  msgid "Can't find a valid Proxy with a Puppet feature"
@@ -718,252 +642,215 @@ msgstr ""
718
642
 
719
643
  #: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:1
720
644
  msgid "Changed environments"
721
- msgstr "Změněná prostředí"
645
+ msgstr ""
722
646
 
723
647
  #: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:3
724
648
  msgid "Select the changes you want to apply to Foreman"
725
- msgstr "Vyberte změny které chcete uplatnit na Forman"
649
+ msgstr ""
726
650
 
727
651
  #: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:5
728
652
  msgid "Toggle"
729
- msgstr "Přepnout"
653
+ msgstr ""
730
654
 
731
655
  #: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:6
732
656
  msgid "New"
733
- msgstr "Nové"
657
+ msgstr ""
734
658
 
735
659
  #: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:8
736
660
  msgid "Check/Uncheck new"
737
- msgstr "Zaškrtnout / zrušit zaškrtnutí u nových"
661
+ msgstr ""
738
662
 
739
663
  #: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:9
740
664
  msgid "Updated"
741
- msgstr "Aktualizováno"
665
+ msgstr ""
742
666
 
743
667
  #: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:11
744
668
  msgid "Check/Uncheck updated"
745
- msgstr "Zaškrtnout / zrušit zaškrtnutí u aktualizováno"
669
+ msgstr ""
746
670
 
747
671
  #: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:12
748
672
  msgid "Obsolete"
749
- msgstr "Zastaralé"
673
+ msgstr ""
750
674
 
751
675
  #: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:14
752
676
  msgid "Check/Uncheck obsolete"
753
- msgstr "Zaškrtnout / zrušit zaškrtnutí zastaralých"
677
+ msgstr ""
754
678
 
755
679
  #: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:22
756
680
  msgid "Check/Uncheck all"
757
- msgstr "Zaškrtnout / zrušit zaškrtnutí všeho"
681
+ msgstr ""
758
682
 
759
- #: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:24
760
- #: ../app/views/foreman_puppet/environments/_form.html.erb:4
761
- #: ../app/views/foreman_puppet/puppet_smart_proxies/_environments.html.erb:4
762
- #: ../app/views/hosts/select_multiple_environment.html.erb:7
763
- #: ../app/views/provisioning_templates/_combination.html.erb:4
683
+ #: ../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
764
684
  msgid "Environment"
765
- msgstr "Prostředí"
685
+ msgstr ""
766
686
 
767
687
  #: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:25
768
688
  msgid "Operation"
769
- msgstr "Operace"
689
+ msgstr ""
770
690
 
771
691
  #: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:26
772
692
  msgid "Puppet Modules"
773
- msgstr "Puppet moduly"
693
+ msgstr ""
774
694
 
775
695
  #: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:39
776
696
  msgid "Check/Uncheck all %s changes"
777
- msgstr "Zaškrtnout / zrušit zaškrtnutí %s změn"
697
+ msgstr ""
778
698
 
779
699
  #: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:46
780
700
  msgid "Add:"
781
- msgstr "Přidat:"
701
+ msgstr ""
782
702
 
783
703
  #: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:46
784
704
  msgid "Remove:"
785
- msgstr "Odebrat:"
705
+ msgstr ""
786
706
 
787
707
  #: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:46
788
708
  msgid "Update:"
789
- msgstr "Aktualizace:"
709
+ msgstr ""
790
710
 
791
711
  #: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:46
792
712
  msgid "Ignored:"
793
- msgstr "Ignorováno:"
713
+ msgstr ""
794
714
 
795
715
  #: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:59
796
716
  msgid "Cancel"
797
- msgstr "Storno"
717
+ msgstr ""
798
718
 
799
719
  #: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:60
800
720
  msgid "Update"
801
- msgstr "Aktualizovat"
721
+ msgstr ""
802
722
 
803
723
  #: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:10
804
724
  msgid "included already from parent"
805
- msgstr "už zahrnuto od nadřazeného"
725
+ msgstr ""
806
726
 
807
- #: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:14
808
- #: ../app/views/provisioning_templates/_combination.html.erb:4
727
+ #: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:14 ../app/views/provisioning_templates/_combination.html.erb:4
809
728
  msgid "Remove"
810
- msgstr "Odebrat"
729
+ msgstr ""
811
730
 
812
731
  #: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:14
813
732
  msgid "Add"
814
- msgstr "Přidat"
733
+ msgstr ""
815
734
 
816
735
  #: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:26
817
736
  msgid "%s is not in environment"
818
- msgstr "%s není prostředí"
737
+ msgstr ""
819
738
 
820
739
  #: ../app/views/foreman_puppet/config_groups/_config_groups_selection.html.erb:4
821
740
  msgid "Included Config Groups"
822
- msgstr "Včetně skupin nastavení"
741
+ msgstr ""
823
742
 
824
743
  #: ../app/views/foreman_puppet/config_groups/_config_groups_selection.html.erb:21
825
744
  msgid "Available Config Groups"
826
- msgstr "Skupiny nastavení k dispozici"
745
+ msgstr ""
827
746
 
828
- #: ../app/views/foreman_puppet/config_groups/edit.html.erb:1
829
- #: ../app/views/foreman_puppet/environments/edit.html.erb:1
830
- #: ../app/views/foreman_puppet/puppetclass_lookup_keys/edit.html.erb:1
747
+ #: ../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
831
748
  msgid "Edit %s"
832
- msgstr "Upravit %s"
749
+ msgstr ""
833
750
 
834
- #: ../app/views/foreman_puppet/config_groups/index.html.erb:3
835
- #: ../app/views/foreman_puppet/config_groups/welcome.html.erb:1
836
- #: ../app/views/foreman_puppet/config_groups/welcome.html.erb:9
837
- #: ../lib/foreman_puppet/register.rb:171
751
+ #: ../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:171
838
752
  msgid "Config Groups"
839
753
  msgstr ""
840
754
 
841
- #: ../app/views/foreman_puppet/config_groups/index.html.erb:5
842
- #: ../app/views/foreman_puppet/config_groups/new.html.erb:1
843
- #: ../app/views/foreman_puppet/config_groups/welcome.html.erb:5
755
+ #: ../app/views/foreman_puppet/config_groups/index.html.erb:5 ../app/views/foreman_puppet/config_groups/new.html.erb:1 ../app/views/foreman_puppet/config_groups/welcome.html.erb:5
844
756
  msgid "Create Config Group"
845
757
  msgstr ""
846
758
 
847
- #: ../app/views/foreman_puppet/config_groups/index.html.erb:11
848
- #: ../app/views/foreman_puppet/puppetclasses/index.html.erb:1
759
+ #: ../app/views/foreman_puppet/config_groups/index.html.erb:11 ../app/views/foreman_puppet/puppetclasses/index.html.erb:1
849
760
  msgid "Puppet Classes"
850
- msgstr "Puppet třídy"
761
+ msgstr ""
851
762
 
852
- #: ../app/views/foreman_puppet/config_groups/index.html.erb:12
853
- #: ../app/views/foreman_puppet/environments/index.html.erb:9
854
- #: ../app/views/foreman_puppet/puppetclasses/index.html.erb:12
763
+ #: ../app/views/foreman_puppet/config_groups/index.html.erb:12 ../app/views/foreman_puppet/environments/index.html.erb:9 ../app/views/foreman_puppet/puppetclasses/index.html.erb:12
855
764
  msgid "Hosts"
856
- msgstr "Stroje"
765
+ msgstr ""
857
766
 
858
- #: ../app/views/foreman_puppet/config_groups/index.html.erb:13
859
- #: ../app/views/foreman_puppet/puppetclasses/index.html.erb:11
767
+ #: ../app/views/foreman_puppet/config_groups/index.html.erb:13 ../app/views/foreman_puppet/puppetclasses/index.html.erb:11
860
768
  msgid "Host Groups"
861
- msgstr "Skupiny hostitelů"
769
+ msgstr ""
862
770
 
863
- #: ../app/views/foreman_puppet/config_groups/index.html.erb:14
864
- #: ../app/views/foreman_puppet/environments/index.html.erb:10
865
- #: ../app/views/foreman_puppet/puppetclasses/index.html.erb:14
771
+ #: ../app/views/foreman_puppet/config_groups/index.html.erb:14 ../app/views/foreman_puppet/environments/index.html.erb:10 ../app/views/foreman_puppet/puppetclasses/index.html.erb:14
866
772
  msgid "Actions"
867
- msgstr "Akce"
773
+ msgstr ""
868
774
 
869
- #: ../app/views/foreman_puppet/config_groups/index.html.erb:25
870
- #: ../app/views/foreman_puppet/puppetclasses/index.html.erb:36
775
+ #: ../app/views/foreman_puppet/config_groups/index.html.erb:25 ../app/views/foreman_puppet/puppetclasses/index.html.erb:36
871
776
  msgid "Delete %s?"
872
- msgstr "Smazat %s?"
777
+ msgstr ""
873
778
 
874
779
  #: ../app/views/foreman_puppet/config_groups/welcome.html.erb:4
875
- msgid ""
876
- "A config group provides a one-step method of associating many Puppet classes"
877
- " to either a host or host group. Typically this would be used to add a "
878
- "particular application profile or stack in one step."
780
+ 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."
879
781
  msgstr ""
880
782
 
881
783
  #: ../app/views/foreman_puppet/environments/_form.html.erb:6
882
784
  msgid "Locations"
883
- msgstr "Umístění"
785
+ msgstr ""
884
786
 
885
787
  #: ../app/views/foreman_puppet/environments/_form.html.erb:9
886
788
  msgid "Organizations"
887
- msgstr "Organizace"
789
+ msgstr ""
888
790
 
889
- #: ../app/views/foreman_puppet/environments/edit.html.erb:5
890
- #: ../app/views/foreman_puppet/environments/index.html.erb:1
891
- #: ../app/views/foreman_puppet/environments/new.html.erb:4
791
+ #: ../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
892
792
  msgid "Puppet Environments"
893
- msgstr "Puppet prostředí"
793
+ msgstr ""
894
794
 
895
795
  #: ../app/views/foreman_puppet/environments/index.html.erb:8
896
796
  msgid "Environment|Name"
897
- msgstr "Environment|Název"
797
+ msgstr ""
898
798
 
899
- #: ../app/views/foreman_puppet/environments/index.html.erb:22
900
- #: ../lib/foreman_puppet/register.rb:168
799
+ #: ../app/views/foreman_puppet/environments/index.html.erb:22 ../lib/foreman_puppet/register.rb:168
901
800
  msgid "Classes"
902
- msgstr "Třídy"
801
+ msgstr ""
903
802
 
904
803
  #: ../app/views/foreman_puppet/environments/new.html.erb:1
905
804
  msgid "Create Environment"
906
- msgstr "Vytvořit prostředí"
805
+ msgstr ""
907
806
 
908
- #: ../app/views/foreman_puppet/environments/welcome.html.erb:1
909
- #: ../app/views/foreman_puppet/puppetclasses/_form.html.erb:14
807
+ #: ../app/views/foreman_puppet/environments/welcome.html.erb:1 ../app/views/foreman_puppet/puppetclasses/_form.html.erb:14
910
808
  msgid "Puppet environments"
911
- msgstr "Puppet prostředí"
809
+ msgstr ""
912
810
 
913
811
  #: ../app/views/foreman_puppet/puppet_smart_proxies/_environments.html.erb:5
914
812
  msgid "Number of classes"
915
- msgstr "Počet tříd"
813
+ msgstr ""
916
814
 
917
815
  #: ../app/views/foreman_puppet/puppet_smart_proxies/_environments.html.erb:15
918
816
  msgid "Total"
919
- msgstr "Celkem"
817
+ msgstr ""
920
818
 
921
819
  #: ../app/views/foreman_puppet/puppet_smart_proxies/_environments.html.erb:25
922
820
  msgid "No environments found"
923
- msgstr "Nebylo nalezeno žádné prostředí"
821
+ msgstr ""
924
822
 
925
823
  #: ../app/views/foreman_puppet/puppet_smart_proxies/_environments.html.erb:27
926
- msgid ""
927
- "There are no puppet environments set up on this puppet master. Please check "
928
- "the puppet master configuration."
824
+ msgid "There are no puppet environments set up on this puppet master. Please check the puppet master configuration."
929
825
  msgstr ""
930
826
 
931
- #: ../app/views/foreman_puppet/puppetclass_lookup_keys/index.html.erb:1
932
- #: ../app/views/foreman_puppet/puppetclass_lookup_keys/welcome.html.erb:1
933
- #: ../app/views/foreman_puppet/puppetclass_lookup_keys/welcome.html.erb:8
934
- #: ../lib/foreman_puppet/register.rb:174
827
+ #: ../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:174
935
828
  msgid "Smart Class Parameters"
936
829
  msgstr ""
937
830
 
938
831
  #: ../app/views/foreman_puppet/puppetclass_lookup_keys/index.html.erb:6
939
832
  msgid "Parameter"
940
- msgstr "Parametr"
833
+ msgstr ""
941
834
 
942
- #: ../app/views/foreman_puppet/puppetclass_lookup_keys/index.html.erb:7
943
- #: ../app/views/foreman_puppet/puppetclasses/_classes_parameters.html.erb:4
944
- #: ../app/views/foreman_puppet/puppetclasses/_form.html.erb:7
835
+ #: ../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
945
836
  msgid "Puppet Class"
946
- msgstr "Puppet třída"
837
+ msgstr ""
947
838
 
948
839
  #: ../app/views/foreman_puppet/puppetclass_lookup_keys/index.html.erb:8
949
840
  msgid "Number of Overrides"
950
841
  msgstr ""
951
842
 
952
843
  #: ../app/views/foreman_puppet/puppetclass_lookup_keys/welcome.html.erb:4
953
- msgid ""
954
- "Parameterized class support permits detecting, importing, and supplying "
955
- "parameters directly to classes which support it, via the ENC and depending "
956
- "on a set of rules (Smart Matchers)."
844
+ 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)."
957
845
  msgstr ""
958
846
 
959
847
  #: ../app/views/foreman_puppet/puppetclasses/_class_selection.html.erb:8
960
848
  msgid "Included Classes"
961
- msgstr "Obsažené třídy"
849
+ msgstr ""
962
850
 
963
- #: ../app/views/foreman_puppet/puppetclasses/_class_selection.html.erb:26
964
- #: ../app/views/foreman_puppet/puppetclasses/_classes.html.erb:10
851
+ #: ../app/views/foreman_puppet/puppetclasses/_class_selection.html.erb:26 ../app/views/foreman_puppet/puppetclasses/_classes.html.erb:10
965
852
  msgid "Not authorized to edit classes"
966
- msgstr "Neoprávněni upravovat třídy"
853
+ msgstr ""
967
854
 
968
855
  #: ../app/views/foreman_puppet/puppetclasses/_class_selection.html.erb:37
969
856
  msgid "Inherited Classes from %s"
@@ -971,33 +858,30 @@ msgstr ""
971
858
 
972
859
  #: ../app/views/foreman_puppet/puppetclasses/_class_selection.html.erb:56
973
860
  msgid "Available Classes"
974
- msgstr "Třídy k dispozici"
861
+ msgstr ""
975
862
 
976
863
  #: ../app/views/foreman_puppet/puppetclasses/_class_selection.html.erb:59
977
864
  msgid "Filter classes"
978
- msgstr "Filtrovat třídy"
865
+ msgstr ""
979
866
 
980
- #: ../app/views/foreman_puppet/puppetclasses/_classes_in_groups.html.erb:2
981
- #: ../webpack/src/foreman_class_edit.js:84
867
+ #: ../app/views/foreman_puppet/puppetclasses/_classes_in_groups.html.erb:2 ../webpack/src/foreman_class_edit.js:84
982
868
  msgid "belongs to config group"
983
- msgstr "náleží do skupiny nastavení"
869
+ msgstr ""
984
870
 
985
871
  #: ../app/views/foreman_puppet/puppetclasses/_classes_parameters.html.erb:5
986
872
  msgid "Name"
987
- msgstr "Název"
873
+ msgstr ""
988
874
 
989
875
  #: ../app/views/foreman_puppet/puppetclasses/_classes_parameters.html.erb:6
990
876
  msgid "Value"
991
- msgstr "Hodnota"
877
+ msgstr ""
992
878
 
993
879
  #: ../app/views/foreman_puppet/puppetclasses/_classes_parameters.html.erb:7
994
880
  msgid "Omit"
995
- msgstr "Vynechat"
881
+ msgstr ""
996
882
 
997
883
  #: ../app/views/foreman_puppet/puppetclasses/_form.html.erb:4
998
- msgid ""
999
- "The class could not be saved because of an error in one of the class "
1000
- "parameters."
884
+ msgid "The class could not be saved because of an error in one of the class parameters."
1001
885
  msgstr ""
1002
886
 
1003
887
  #: ../app/views/foreman_puppet/puppetclasses/_form.html.erb:8
@@ -1006,21 +890,19 @@ msgstr ""
1006
890
 
1007
891
  #: ../app/views/foreman_puppet/puppetclasses/_form.html.erb:15
1008
892
  msgid "Host groups"
1009
- msgstr "Skupiny hostitelů"
893
+ msgstr ""
1010
894
 
1011
895
  #: ../app/views/foreman_puppet/puppetclasses/_form.html.erb:22
1012
896
  msgid "This Puppet class has no parameters in its signature."
1013
- msgstr "Tato Puppet třída nemá žádné parametry ve svém podpisu."
897
+ msgstr ""
1014
898
 
1015
899
  #: ../app/views/foreman_puppet/puppetclasses/_form.html.erb:23
1016
- msgid ""
1017
- "To update the class signature, go to the Puppet Classes page and select "
1018
- "\"Import\"."
900
+ msgid "To update the class signature, go to the Puppet Classes page and select \"Import\"."
1019
901
  msgstr ""
1020
902
 
1021
903
  #: ../app/views/foreman_puppet/puppetclasses/_form.html.erb:28
1022
904
  msgid "Filter by name"
1023
- msgstr "Filtrovat podle názvu"
905
+ msgstr ""
1024
906
 
1025
907
  #: ../app/views/foreman_puppet/puppetclasses/_form.html.erb:34
1026
908
  msgid "All environments - (not filtered)"
@@ -1032,26 +914,23 @@ msgstr ""
1032
914
 
1033
915
  #: ../app/views/foreman_puppet/puppetclasses/edit.html.erb:1
1034
916
  msgid "Edit Puppet Class %s"
1035
- msgstr "Upravit puppet třídu %s"
917
+ msgstr ""
1036
918
 
1037
919
  #: ../app/views/foreman_puppet/puppetclasses/index.html.erb:9
1038
920
  msgid "Puppetclass|Name"
1039
- msgstr "Puppetclass|Název"
921
+ msgstr ""
1040
922
 
1041
- #: ../app/views/foreman_puppet/puppetclasses/index.html.erb:10
1042
- #: ../app/views/smart_proxies/plugins/_puppet.html.erb:4
1043
- #: ../lib/foreman_puppet/register.rb:165
1044
- #: ../webpack/src/Components/Environments/Welcome.js:21
923
+ #: ../app/views/foreman_puppet/puppetclasses/index.html.erb:10 ../app/views/smart_proxies/plugins/_puppet.html.erb:4 ../lib/foreman_puppet/register.rb:165 ../webpack/src/Components/Environments/Welcome.js:21
1045
924
  msgid "Environments"
1046
- msgstr "Prostředí"
925
+ msgstr ""
1047
926
 
1048
927
  #: ../app/views/foreman_puppet/puppetclasses/index.html.erb:13
1049
928
  msgid "Parameters"
1050
- msgstr "Parametry"
929
+ msgstr ""
1051
930
 
1052
931
  #: ../app/views/foreman_puppet/puppetclasses/index.html.erb:37
1053
932
  msgid "Override all parameters"
1054
- msgstr "Přebít veškeré parametry"
933
+ msgstr ""
1055
934
 
1056
935
  #: ../app/views/foreman_puppet/puppetclasses/index.html.erb:37
1057
936
  msgid "This will set all parameters of the class %s as overridden. Continue?"
@@ -1062,18 +941,16 @@ msgid "Set parameters to defaults"
1062
941
  msgstr ""
1063
942
 
1064
943
  #: ../app/views/foreman_puppet/puppetclasses/index.html.erb:38
1065
- msgid ""
1066
- "This will reset parameters of the class %s to their default values. "
1067
- "Continue?"
944
+ msgid "This will reset parameters of the class %s to their default values. Continue?"
1068
945
  msgstr ""
1069
946
 
1070
947
  #: ../app/views/hosts/_form_puppet_enc_tab.html.erb:16
1071
948
  msgid "Notice"
1072
- msgstr "Upozornění"
949
+ msgstr ""
1073
950
 
1074
951
  #: ../app/views/hosts/_form_puppet_enc_tab.html.erb:17
1075
952
  msgid "Please select an environment first"
1076
- msgstr "Nejprve vyberte prostředí"
953
+ msgstr ""
1077
954
 
1078
955
  #: ../app/views/hosts/_form_puppet_enc_tab.html.erb:21
1079
956
  msgid "Puppet Class Parameters"
@@ -1081,15 +958,15 @@ msgstr ""
1081
958
 
1082
959
  #: ../app/views/hosts/select_multiple_environment.html.erb:4
1083
960
  msgid "Select environment"
1084
- msgstr "Vybrat prostředí"
961
+ msgstr ""
1085
962
 
1086
963
  #: ../app/views/hosts/select_multiple_environment.html.erb:5
1087
964
  msgid "*Clear environment*"
1088
- msgstr "*Vyčistit prostředí*"
965
+ msgstr ""
1089
966
 
1090
967
  #: ../app/views/hosts/select_multiple_environment.html.erb:6
1091
968
  msgid "*Inherit from host group*"
1092
- msgstr "*Převzít ze skupiny stroje*"
969
+ msgstr ""
1093
970
 
1094
971
  #: ../app/views/provisioning_templates/_combination.html.erb:2
1095
972
  msgid "Hostgroup"
@@ -1097,7 +974,7 @@ msgstr ""
1097
974
 
1098
975
  #: ../app/views/provisioning_templates/_combination.html.erb:4
1099
976
  msgid "Remove Combination"
1100
- msgstr "Odebrat kombinaci"
977
+ msgstr ""
1101
978
 
1102
979
  #: ../app/views/provisioning_templates/_combinations.html.erb:1
1103
980
  msgid "Valid Host Group and Environment Combinations"
@@ -1105,23 +982,30 @@ msgstr ""
1105
982
 
1106
983
  #: ../app/views/provisioning_templates/_combinations.html.erb:6
1107
984
  msgid "Add Combination"
1108
- msgstr "Přidat kombinaci"
985
+ msgstr ""
1109
986
 
1110
- #: ../app/views/smart_proxies/plugins/_puppet.html.erb:3
987
+ #: ../app/views/smart_proxies/plugins/_puppet.html.erb:3 ../app/views/smart_proxies/plugins/_puppet_ca.html.erb:2
1111
988
  msgid "General"
1112
- msgstr "Obecné"
989
+ msgstr ""
1113
990
 
1114
- #: ../app/views/smart_proxies/plugins/_puppet.html.erb:12
991
+ #: ../app/views/smart_proxies/plugins/_puppet.html.erb:12 ../app/views/smart_proxies/plugins/_puppet_ca.html.erb:16
1115
992
  msgid "Hosts managed:"
1116
- msgstr "Spravované stroje:"
993
+ msgstr ""
994
+
995
+ #: ../app/views/smart_proxies/plugins/_puppet_ca.html.erb:4
996
+ msgid "Certificates"
997
+ msgstr ""
998
+
999
+ #: ../app/views/smart_proxies/plugins/_puppet_ca.html.erb:7
1000
+ msgid "Autosign entries"
1001
+ msgstr ""
1117
1002
 
1118
1003
  #: ../lib/foreman_puppet/register.rb:7
1119
1004
  msgid "Facts"
1120
- msgstr "Fakta"
1005
+ msgstr ""
1121
1006
 
1122
1007
  #: ../lib/foreman_puppet/register.rb:10
1123
- msgid ""
1124
- "Foreman will default to this puppet environment if it cannot auto detect one"
1008
+ msgid "Foreman will default to this puppet environment if it cannot auto detect one"
1125
1009
  msgstr ""
1126
1010
 
1127
1011
  #: ../lib/foreman_puppet/register.rb:12
@@ -1129,15 +1013,12 @@ msgid "Default Puppet environment"
1129
1013
  msgstr ""
1130
1014
 
1131
1015
  #: ../lib/foreman_puppet/register.rb:16
1132
- msgid ""
1133
- "Foreman will explicitly set the puppet environment in the ENC yaml output. "
1134
- "This will avoid conflicts between the environment in puppet.conf and the "
1135
- "environment set in Foreman"
1016
+ 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"
1136
1017
  msgstr ""
1137
1018
 
1138
1019
  #: ../lib/foreman_puppet/register.rb:19
1139
1020
  msgid "ENC environment"
1140
- msgstr "ENC prostředí"
1021
+ msgstr ""
1141
1022
 
1142
1023
  #: ../lib/foreman_puppet/register.rb:22
1143
1024
  msgid "Foreman will update a host's environment from its facts"
@@ -1145,16 +1026,14 @@ msgstr ""
1145
1026
 
1146
1027
  #: ../lib/foreman_puppet/register.rb:24
1147
1028
  msgid "Update environment from facts"
1148
- msgstr "Aktualizovat prostředí z faktů"
1029
+ msgstr ""
1149
1030
 
1150
1031
  #: ../lib/foreman_puppet/register.rb:27
1151
1032
  msgid "Config Management"
1152
- msgstr "Správa nastavení"
1033
+ msgstr ""
1153
1034
 
1154
1035
  #: ../lib/foreman_puppet/register.rb:30
1155
- msgid ""
1156
- "Duration in minutes after servers reporting via Puppet are classed as out of"
1157
- " sync."
1036
+ msgid "Duration in minutes after servers reporting via Puppet are classed as out of sync."
1158
1037
  msgstr ""
1159
1038
 
1160
1039
  #: ../lib/foreman_puppet/register.rb:32
@@ -1162,9 +1041,7 @@ msgid "Puppet interval"
1162
1041
  msgstr ""
1163
1042
 
1164
1043
  #: ../lib/foreman_puppet/register.rb:35
1165
- msgid ""
1166
- "Disable host configuration status turning to out of sync for %s after report"
1167
- " does not arrive within configured interval"
1044
+ msgid "Disable host configuration status turning to out of sync for %s after report does not arrive within configured interval"
1168
1045
  msgstr ""
1169
1046
 
1170
1047
  #: ../lib/foreman_puppet/register.rb:37
@@ -1177,31 +1054,31 @@ msgstr ""
1177
1054
 
1178
1055
  #: ../webpack/src/foreman_class_edit.js:146
1179
1056
  msgid "Click to remove config group"
1180
- msgstr "Kliknutím skupinu nastavení odeberete"
1057
+ msgstr ""
1181
1058
 
1182
1059
  #: ../webpack/src/foreman_class_edit.js:149
1183
1060
  msgid " Remove"
1184
- msgstr "Odebrat"
1061
+ msgstr ""
1185
1062
 
1186
1063
  #: ../webpack/src/foreman_puppet_host_form.js:32
1187
1064
  msgid "Loading parameters..."
1188
- msgstr "Načítání parametrů…"
1065
+ msgstr ""
1189
1066
 
1190
1067
  #: action_names.rb:2
1191
- msgid "Action with sub plans"
1192
- msgstr "Akce s dílčími plány"
1068
+ msgid "Remote action:"
1069
+ msgstr ""
1193
1070
 
1194
1071
  #: action_names.rb:3
1195
1072
  msgid "Import facts"
1196
- msgstr "Importovat fakta"
1073
+ msgstr ""
1197
1074
 
1198
1075
  #: action_names.rb:4
1199
- msgid "Import Puppet classes"
1200
- msgstr "Importovat Puppet třídy"
1076
+ msgid "Action with sub plans"
1077
+ msgstr ""
1201
1078
 
1202
1079
  #: action_names.rb:5
1203
- msgid "Remote action:"
1204
- msgstr "Akce na protějšku:"
1080
+ msgid "Import Puppet classes"
1081
+ msgstr ""
1205
1082
 
1206
1083
  #: gemspec.rb:2
1207
1084
  msgid "Allow assigning Puppet environments and classes to the Foreman Hosts."