foreman_puppet 1.0.5 → 2.0.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb +14 -16
- data/app/controllers/concerns/foreman_puppet/{api/import_puppetclasses_common_controller.rb → extensions/api_smart_proxies_controller.rb} +9 -3
- data/app/controllers/concerns/foreman_puppet/extensions/api_template_combinations_controller.rb +23 -1
- data/app/controllers/concerns/foreman_puppet/extensions/api_v2_hosts_controller.rb +15 -17
- data/app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb +0 -1
- data/app/controllers/concerns/foreman_puppet/extensions/parameters_hostgroup.rb +2 -8
- data/app/controllers/foreman_puppet/api/v2/environments_controller.rb +0 -1
- data/app/controllers/foreman_puppet/api/v2/hostgroup_classes_controller.rb +1 -1
- data/app/controllers/foreman_puppet/puppetclasses_controller.rb +1 -1
- data/app/helpers/foreman_puppet/environments_helper.rb +1 -1
- data/app/helpers/foreman_puppet/hosts_and_hostgroups_helper.rb +0 -5
- data/app/helpers/foreman_puppet/hosts_helper.rb +6 -10
- data/app/helpers/foreman_puppet/puppetclass_lookup_keys_helper.rb +1 -1
- data/app/models/concerns/foreman_puppet/extensions/host.rb +2 -16
- data/app/models/concerns/foreman_puppet/extensions/hostgroup.rb +2 -7
- data/app/models/concerns/foreman_puppet/extensions/provisioning_template.rb +7 -12
- data/app/models/concerns/foreman_puppet/extensions/template_combination.rb +5 -10
- data/app/services/foreman_puppet/puppet_class_importer.rb +0 -6
- data/app/views/foreman_puppet/api/v2/host_puppet_facets/host_list.json.rabl +3 -0
- data/app/views/foreman_puppet/api/v2/hostgroup_puppet_facets/base.json.rabl +2 -0
- data/app/views/foreman_puppet/api/v2/hostgroup_puppet_facets/hostgroup_list.json.rabl +3 -0
- data/app/views/foreman_puppet/config_groups/index.html.erb +1 -1
- data/config/api_routes.rb +1 -9
- data/config/initializers/api_reroute.rb +73 -5
- data/db/migrate/20101121140000_add_environment_to_template_combinations.foreman_puppet.rb +1 -1
- data/db/migrate/20200803113803_migrate_environment_to_puppet_facet.foreman_puppet.rb +2 -0
- data/db/migrate/20201125113903_migrate_puppetclasses_to_facets.foreman_puppet.rb +0 -8
- data/db/migrate/20210924103241_remove_katello_id_from_environments.foreman_puppet.rb +5 -0
- data/db/migrate/20211111125003_drop_puppetclasses_direct_references.foreman_puppet.rb +11 -0
- data/db/migrate/20220201205305_migrate_host_class_permission.foreman_puppet.rb +9 -0
- data/db/migrate/20220208135305_migrate_environment_ignore_type.foreman_puppet.rb +15 -0
- data/db/migrate_foreman/{20090722141107_create_environments.rb → 20090722141107_create_environments.foreman_puppet.rb} +3 -3
- data/db/migrate_foreman/20090802062223_create_puppetclasses.foreman_puppet.rb +29 -0
- data/db/migrate_foreman/20090905150132_create_hostgroups_puppetclasses.foreman_puppet.rb +14 -0
- data/db/migrate_foreman/20110412103238_remove_unused_fields_from_puppet_classes.foreman_puppet.rb +9 -0
- data/db/migrate_foreman/20110712070522_create_host_class.foreman_puppet.rb +11 -0
- data/db/migrate_foreman/20120824142048_add_some_indexes.foreman_puppet.rb +21 -0
- data/db/migrate_foreman/{20120905095532_create_environment_classes.rb → 20120905095532_create_environment_classes.foreman_puppet.rb} +2 -2
- data/db/migrate_foreman/20121018152459_create_hostgroup_classes.foreman_puppet.rb +11 -0
- data/db/migrate_foreman/{20140407161817_create_config_groups.rb → 20140407161817_create_config_groups.foreman_puppet.rb} +0 -0
- data/db/migrate_foreman/{20140407162007_create_config_group_classes.rb → 20140407162007_create_config_group_classes.foreman_puppet.rb} +0 -0
- data/db/migrate_foreman/{20140407162059_create_host_config_groups.rb → 20140407162059_create_host_config_groups.foreman_puppet.rb} +0 -0
- data/db/migrate_foreman/{20161205142618_delete_orphaned_smart_class_parameters.rb → 20161205142618_delete_orphaned_smart_class_parameters.foreman_puppet.rb} +1 -1
- data/db/migrate_foreman/{20170109115157_fix_lookup_key_auditable_type.rb → 20170109115157_fix_lookup_key_auditable_type.foreman_puppet.rb} +0 -0
- data/db/migrate_foreman/20180816134832_cast_lookup_key_values.foreman_puppet.rb +5 -0
- data/db/migrate_foreman/20180831115634_add_uniqueness_to_puppetclass_name.foreman_puppet.rb +24 -0
- data/db/migrate_foreman/{20181023112532_add_environment_puppetclass_id.rb → 20181023112532_add_environment_puppetclass_id.foreman_puppet.rb} +1 -1
- data/db/migrate_foreman/{20181224174419_add_index_to_environment_class_by_lookup_key_and_puppetclass.rb → 20181224174419_add_index_to_environment_class_by_lookup_key_and_puppetclass.foreman_puppet.rb} +0 -0
- data/lib/foreman_puppet/engine.rb +4 -36
- data/lib/foreman_puppet/register.rb +51 -46
- data/lib/foreman_puppet/version.rb +1 -1
- data/lib/foreman_puppet.rb +1 -6
- data/locale/ca/LC_MESSAGES/foreman_puppet.mo +0 -0
- data/locale/ca/foreman_puppet.po +760 -0
- data/locale/cs_CZ/LC_MESSAGES/foreman_puppet.mo +0 -0
- data/locale/cs_CZ/foreman_puppet.po +823 -0
- data/locale/de/LC_MESSAGES/foreman_puppet.mo +0 -0
- data/locale/de/foreman_puppet.po +844 -0
- data/locale/en/LC_MESSAGES/foreman_puppet.mo +0 -0
- data/locale/en/foreman_puppet.po +119 -8
- data/locale/en_GB/LC_MESSAGES/foreman_puppet.mo +0 -0
- data/locale/en_GB/foreman_puppet.po +820 -0
- data/locale/es/LC_MESSAGES/foreman_puppet.mo +0 -0
- data/locale/es/foreman_puppet.po +827 -0
- data/locale/foreman_puppet.pot +376 -205
- data/locale/fr/LC_MESSAGES/foreman_puppet.mo +0 -0
- data/locale/fr/foreman_puppet.po +835 -0
- data/locale/gemspec.rb +1 -1
- data/locale/gl/LC_MESSAGES/foreman_puppet.mo +0 -0
- data/locale/gl/foreman_puppet.po +818 -0
- data/locale/it/LC_MESSAGES/foreman_puppet.mo +0 -0
- data/locale/it/foreman_puppet.po +822 -0
- data/locale/ja/LC_MESSAGES/foreman_puppet.mo +0 -0
- data/locale/ja/foreman_puppet.po +830 -0
- data/locale/ko/LC_MESSAGES/foreman_puppet.mo +0 -0
- data/locale/ko/foreman_puppet.po +819 -0
- data/locale/nl_NL/LC_MESSAGES/foreman_puppet.mo +0 -0
- data/locale/nl_NL/foreman_puppet.po +823 -0
- data/locale/pl/LC_MESSAGES/foreman_puppet.mo +0 -0
- data/locale/pl/foreman_puppet.po +822 -0
- data/locale/pt_BR/LC_MESSAGES/foreman_puppet.mo +0 -0
- data/locale/pt_BR/foreman_puppet.po +826 -0
- data/locale/ru/LC_MESSAGES/foreman_puppet.mo +0 -0
- data/locale/ru/foreman_puppet.po +827 -0
- data/locale/sv_SE/LC_MESSAGES/foreman_puppet.mo +0 -0
- data/locale/sv_SE/foreman_puppet.po +822 -0
- data/locale/zh_CN/LC_MESSAGES/foreman_puppet.mo +0 -0
- data/locale/zh_CN/foreman_puppet.po +831 -0
- data/locale/zh_TW/LC_MESSAGES/foreman_puppet.mo +0 -0
- data/locale/zh_TW/foreman_puppet.po +821 -0
- data/package.json +8 -11
- data/test/controllers/foreman_puppet/api/v2/environments_controller_test.rb +0 -231
- data/test/controllers/foreman_puppet/api/v2/smart_proxies_controller_test.rb +255 -0
- data/test/controllers/foreman_puppet/environments_controller_test.rb +2 -2
- data/test/controllers/foreman_puppet/hosts_controller_test.rb +0 -1
- data/test/factories/foreman_puppet_factories.rb +0 -2
- data/test/helpers/foreman_puppet/puppetclass_lookup_keys_helper_test.rb +34 -0
- data/test/integration/foreman_puppet/dashboard_js_test.rb +31 -0
- data/test/integration/foreman_puppet/host_js_test.rb +0 -1
- data/test/integration/foreman_puppet/puppetclass_js_test.rb +1 -1
- data/test/models/foreman_puppet/host_test.rb +26 -0
- data/test/models/foreman_puppet/user_test.rb +1 -5
- data/test/unit/foreman_puppet/puppet_class_importer_test.rb +1 -1
- metadata +69 -16
- data/db/migrate_foreman/20180816134832_cast_lookup_key_values.rb +0 -35
@@ -0,0 +1,760 @@
|
|
1
|
+
# SOME DESCRIPTIVE TITLE.
|
2
|
+
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
3
|
+
# This file is distributed under the same license as the foreman_puppet package.
|
4
|
+
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
5
|
+
#
|
6
|
+
# Translators:
|
7
|
+
# Robert Antoni Buj Gelonch <rbuj@fedoraproject.org>, 2021
|
8
|
+
#
|
9
|
+
msgid ""
|
10
|
+
msgstr ""
|
11
|
+
"Project-Id-Version: foreman_puppet 1.0.0\n"
|
12
|
+
"Report-Msgid-Bugs-To: \n"
|
13
|
+
"PO-Revision-Date: 2021-02-03 16:30+0000\n"
|
14
|
+
"Last-Translator: Robert Antoni Buj Gelonch <rbuj@fedoraproject.org>, 2021\n"
|
15
|
+
"Language-Team: Catalan (https://www.transifex.com/foreman/teams/114/ca/)\n"
|
16
|
+
"MIME-Version: 1.0\n"
|
17
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
18
|
+
"Content-Transfer-Encoding: 8bit\n"
|
19
|
+
"Language: ca\n"
|
20
|
+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
21
|
+
|
22
|
+
msgid " Remove"
|
23
|
+
msgstr "Suprimeix"
|
24
|
+
|
25
|
+
msgid "%s is not in environment"
|
26
|
+
msgstr ""
|
27
|
+
|
28
|
+
msgid "%{model} with id '%{id}' was not found"
|
29
|
+
msgstr ""
|
30
|
+
|
31
|
+
msgid "%{name} has %{num_tag} class"
|
32
|
+
msgid_plural "%{name} has %{num_tag} classes"
|
33
|
+
msgstr[0] ""
|
34
|
+
msgstr[1] ""
|
35
|
+
|
36
|
+
msgid "%{puppetclass} does not belong to the %{environment} environment"
|
37
|
+
msgstr ""
|
38
|
+
|
39
|
+
msgid "*Clear environment*"
|
40
|
+
msgstr "*Neteja l'entorn*"
|
41
|
+
|
42
|
+
msgid "*Inherit from host group*"
|
43
|
+
msgstr "*Hereta del grup d'amfitrions*"
|
44
|
+
|
45
|
+
msgid ""
|
46
|
+
"<b>Description:</b> %{desc}<br/>\n"
|
47
|
+
" <b>Type:</b> %{type}<br/>\n"
|
48
|
+
" <b>Matcher:</b> %{matcher}<br/>\n"
|
49
|
+
" <b>Inherited value:</b> %{inherited_value}"
|
50
|
+
msgstr ""
|
51
|
+
|
52
|
+
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."
|
53
|
+
msgstr ""
|
54
|
+
|
55
|
+
msgid "Action with sub plans"
|
56
|
+
msgstr ""
|
57
|
+
|
58
|
+
msgid "Actions"
|
59
|
+
msgstr "Accions"
|
60
|
+
|
61
|
+
msgid "Add"
|
62
|
+
msgstr "Afegeix"
|
63
|
+
|
64
|
+
msgid "Add Combination"
|
65
|
+
msgstr "Afegeix una combinació"
|
66
|
+
|
67
|
+
msgid "Add a Puppet class to host"
|
68
|
+
msgstr "Afegeix una classe de Puppet a un amfitrió"
|
69
|
+
|
70
|
+
msgid "Add a Puppet class to host group"
|
71
|
+
msgstr "Afegeix una classe de Puppet a un grup d'amfitrions"
|
72
|
+
|
73
|
+
msgid "Add:"
|
74
|
+
msgstr "Afegeix:"
|
75
|
+
|
76
|
+
msgid "All environments - (not filtered)"
|
77
|
+
msgstr "Tots els entorns - (sense filtrar)"
|
78
|
+
|
79
|
+
msgid "Allow assigning Puppet environments and classes to the Foreman Hosts."
|
80
|
+
msgstr ""
|
81
|
+
|
82
|
+
msgid "Available Classes"
|
83
|
+
msgstr "Classes disponibles"
|
84
|
+
|
85
|
+
msgid "Available Config Groups"
|
86
|
+
msgstr "Grups de configuracions disponibles"
|
87
|
+
|
88
|
+
msgid "Can't find a valid Foreman Proxy with a Puppet feature"
|
89
|
+
msgstr ""
|
90
|
+
|
91
|
+
msgid "Can't find a valid Proxy with a Puppet feature"
|
92
|
+
msgstr ""
|
93
|
+
|
94
|
+
msgid "Cancel"
|
95
|
+
msgstr "Cancel·la"
|
96
|
+
|
97
|
+
msgid "Change Environment"
|
98
|
+
msgstr "Canvia l'entorn"
|
99
|
+
|
100
|
+
msgid "Change Puppet Master"
|
101
|
+
msgstr ""
|
102
|
+
|
103
|
+
msgid "Changed environments"
|
104
|
+
msgstr ""
|
105
|
+
|
106
|
+
msgid "Check/Uncheck all"
|
107
|
+
msgstr ""
|
108
|
+
|
109
|
+
msgid "Check/Uncheck all %s changes"
|
110
|
+
msgstr ""
|
111
|
+
|
112
|
+
msgid "Check/Uncheck new"
|
113
|
+
msgstr ""
|
114
|
+
|
115
|
+
msgid "Check/Uncheck obsolete"
|
116
|
+
msgstr ""
|
117
|
+
|
118
|
+
msgid "Check/Uncheck updated"
|
119
|
+
msgstr ""
|
120
|
+
|
121
|
+
msgid "Classes"
|
122
|
+
msgstr "Classes"
|
123
|
+
|
124
|
+
msgid "Click to add %s"
|
125
|
+
msgstr "Feu clic per afegir %s"
|
126
|
+
|
127
|
+
msgid "Click to remove %s"
|
128
|
+
msgstr "Feu clic per suprimir %s"
|
129
|
+
|
130
|
+
msgid "Click to remove config group"
|
131
|
+
msgstr "Feu clic per suprimir el grup de configuracions"
|
132
|
+
|
133
|
+
msgid "Config Groups"
|
134
|
+
msgstr "Grups de configuracions"
|
135
|
+
|
136
|
+
msgid "Create Config Group"
|
137
|
+
msgstr "Crea un grup de configuracions"
|
138
|
+
|
139
|
+
msgid "Create Environment"
|
140
|
+
msgstr ""
|
141
|
+
|
142
|
+
msgid "Create Puppet Environment"
|
143
|
+
msgstr ""
|
144
|
+
|
145
|
+
msgid "Create a Puppet class"
|
146
|
+
msgstr "Crea una classe de Puppet"
|
147
|
+
|
148
|
+
msgid "Create a config group"
|
149
|
+
msgstr "Crea un grup de configuracions"
|
150
|
+
|
151
|
+
msgid "Create an environment"
|
152
|
+
msgstr "Crea un entorn"
|
153
|
+
|
154
|
+
msgid "Create an override value for a specific smart class parameter"
|
155
|
+
msgstr ""
|
156
|
+
|
157
|
+
msgid "Default value"
|
158
|
+
msgstr "Valor per defecte"
|
159
|
+
|
160
|
+
msgid "Delete %s?"
|
161
|
+
msgstr "Voleu suprimir %s?"
|
162
|
+
|
163
|
+
msgid "Delete a Puppet class"
|
164
|
+
msgstr "Suprimeix una classe de Puppet"
|
165
|
+
|
166
|
+
msgid "Delete a config group"
|
167
|
+
msgstr "Suprimeix un grup de configuracions"
|
168
|
+
|
169
|
+
msgid "Delete an environment"
|
170
|
+
msgstr "Suprimeix un entorn"
|
171
|
+
|
172
|
+
msgid "Delete an override value for a specific smart class parameter"
|
173
|
+
msgstr ""
|
174
|
+
|
175
|
+
msgid "Deleted environment"
|
176
|
+
msgstr "Suprimeix l'entorn"
|
177
|
+
|
178
|
+
msgid "Deleted environment %{env} and %{pcs}"
|
179
|
+
msgstr ""
|
180
|
+
|
181
|
+
msgid "Deprecated in favor of host/puppet_attributes/config_group_ids"
|
182
|
+
msgstr ""
|
183
|
+
|
184
|
+
msgid "Deprecated in favor of host/puppet_attributes/environment_id"
|
185
|
+
msgstr ""
|
186
|
+
|
187
|
+
msgid "Deprecated in favor of host/puppet_attributes/puppetclass_ids"
|
188
|
+
msgstr ""
|
189
|
+
|
190
|
+
msgid "Deprecated in favor of hostgroup/puppet_attributes/config_group_ids"
|
191
|
+
msgstr ""
|
192
|
+
|
193
|
+
msgid "Deprecated in favor of hostgroup/puppet_attributes/environment_id"
|
194
|
+
msgstr ""
|
195
|
+
|
196
|
+
msgid "Deprecated in favor of hostgroup/puppet_attributes/puppetclass_ids"
|
197
|
+
msgstr ""
|
198
|
+
|
199
|
+
msgid "Description of smart class"
|
200
|
+
msgstr "Descripció de la classe intel·ligent"
|
201
|
+
|
202
|
+
msgid "Display hidden values"
|
203
|
+
msgstr "Mostra els valors ocults"
|
204
|
+
|
205
|
+
msgid "Edit %s"
|
206
|
+
msgstr "Edita %s"
|
207
|
+
|
208
|
+
msgid "Edit Puppet Class %s"
|
209
|
+
msgstr "Edita la classe de Puppet %s"
|
210
|
+
|
211
|
+
msgid "Empty environment"
|
212
|
+
msgstr "Entorn buit"
|
213
|
+
|
214
|
+
msgid "Environment"
|
215
|
+
msgstr "Entorn"
|
216
|
+
|
217
|
+
msgid "Environment only"
|
218
|
+
msgstr "Només l'entorn"
|
219
|
+
|
220
|
+
msgid "Environments"
|
221
|
+
msgstr "Entorns"
|
222
|
+
|
223
|
+
msgid "Environment|Name"
|
224
|
+
msgstr "Nom"
|
225
|
+
|
226
|
+
msgid "Failed to import %{klass} for %{name}: doesn't exists in our database - ignoring"
|
227
|
+
msgstr ""
|
228
|
+
|
229
|
+
msgid "Failed to set %{proxy_type} proxy for %{host}."
|
230
|
+
msgstr "No s'ha pogut establir el servidor intermediari %{proxy_type} per a %{host}."
|
231
|
+
|
232
|
+
msgid "Failed to update environments and Puppet classes from the on-disk Puppet installation: %s"
|
233
|
+
msgstr ""
|
234
|
+
|
235
|
+
msgid "Failed to update the environments and Puppet classes from the on-disk puppet installation: %s"
|
236
|
+
msgstr ""
|
237
|
+
|
238
|
+
msgid "Filter by name"
|
239
|
+
msgstr "Filtra amb el nom"
|
240
|
+
|
241
|
+
msgid "Filter classes"
|
242
|
+
msgstr "Filtra les classes"
|
243
|
+
|
244
|
+
msgid "Foreman will not send this parameter in classification output"
|
245
|
+
msgstr ""
|
246
|
+
|
247
|
+
msgid "Foreman will not send this parameter in classification output.Puppet will use the value defined in the Puppet manifest for this parameter"
|
248
|
+
msgstr ""
|
249
|
+
|
250
|
+
msgid "General"
|
251
|
+
msgstr "General"
|
252
|
+
|
253
|
+
msgid "Host Groups"
|
254
|
+
msgstr "Grups d'amfitrions"
|
255
|
+
|
256
|
+
msgid "Host group and Environment"
|
257
|
+
msgstr "Grup d'amfitrions i entorn"
|
258
|
+
|
259
|
+
msgid "Host group only"
|
260
|
+
msgstr "Només el grup d'amfitrions"
|
261
|
+
|
262
|
+
msgid "Host groups"
|
263
|
+
msgstr "Grups d'amfitrions"
|
264
|
+
|
265
|
+
msgid "Hostgroup"
|
266
|
+
msgstr "Grup d'amfitrions"
|
267
|
+
|
268
|
+
msgid "Hosts"
|
269
|
+
msgstr "Amfitrions"
|
270
|
+
|
271
|
+
msgid "Hosts managed:"
|
272
|
+
msgstr ""
|
273
|
+
|
274
|
+
msgid "ID of Puppet class"
|
275
|
+
msgstr "ID de classe de Puppet"
|
276
|
+
|
277
|
+
msgid "ID of Puppetclass"
|
278
|
+
msgstr ""
|
279
|
+
|
280
|
+
msgid "ID of associated puppet Environment"
|
281
|
+
msgstr ""
|
282
|
+
|
283
|
+
msgid "ID of environment"
|
284
|
+
msgstr "ID d'entorn"
|
285
|
+
|
286
|
+
msgid "ID of host"
|
287
|
+
msgstr "ID d'amfitrió"
|
288
|
+
|
289
|
+
msgid "ID of host group"
|
290
|
+
msgstr "ID de grup d'amfitrions"
|
291
|
+
|
292
|
+
msgid "ID of puppet environment"
|
293
|
+
msgstr ""
|
294
|
+
|
295
|
+
msgid "IDs of associated ConfigGroups"
|
296
|
+
msgstr ""
|
297
|
+
|
298
|
+
msgid "IDs of associated Puppetclasses"
|
299
|
+
msgstr ""
|
300
|
+
|
301
|
+
msgid "If true, will raise an error if there is no default value and no matcher provide a value"
|
302
|
+
msgstr "En cas que sigui cert, es produirà un error si no hi ha cap valor per defecte i no hi ha cap classificador que proporcioni un valor"
|
303
|
+
|
304
|
+
msgid "Ignored classes in the environments: %s"
|
305
|
+
msgstr ""
|
306
|
+
|
307
|
+
msgid "Ignored environment"
|
308
|
+
msgstr ""
|
309
|
+
|
310
|
+
msgid "Ignored environment names resulting in booleans found. Please quote strings like true/false and yes/no in config/ignored_environments.yml"
|
311
|
+
msgstr ""
|
312
|
+
|
313
|
+
msgid "Ignored environments: %s"
|
314
|
+
msgstr ""
|
315
|
+
|
316
|
+
msgid "Ignored:"
|
317
|
+
msgstr ""
|
318
|
+
|
319
|
+
msgid "Import"
|
320
|
+
msgstr "Importa"
|
321
|
+
|
322
|
+
msgid "Import Puppet classes"
|
323
|
+
msgstr ""
|
324
|
+
|
325
|
+
msgid "Import classes from %s"
|
326
|
+
msgstr ""
|
327
|
+
|
328
|
+
msgid "Import environments from %s"
|
329
|
+
msgstr ""
|
330
|
+
|
331
|
+
msgid "Import facts"
|
332
|
+
msgstr ""
|
333
|
+
|
334
|
+
msgid "Import puppet classes from puppet proxy"
|
335
|
+
msgstr ""
|
336
|
+
|
337
|
+
msgid "Import puppet classes from puppet proxy for an environment"
|
338
|
+
msgstr ""
|
339
|
+
|
340
|
+
msgid "Include default value when merging all matching values"
|
341
|
+
msgstr ""
|
342
|
+
|
343
|
+
msgid "Included Classes"
|
344
|
+
msgstr "Classes incloses"
|
345
|
+
|
346
|
+
msgid "Included Config Groups"
|
347
|
+
msgstr "Grups de configuracions inclosos"
|
348
|
+
|
349
|
+
msgid "Inherited Classes from %s"
|
350
|
+
msgstr "Classes heretades de %s"
|
351
|
+
|
352
|
+
msgid "Invalid proxy selected!"
|
353
|
+
msgstr "El servidor intermediari seleccionat no és vàlid!"
|
354
|
+
|
355
|
+
msgid "List all Puppet class IDs for host"
|
356
|
+
msgstr "Llista tots els ID de les classes de Puppet per a l'amfitrió"
|
357
|
+
|
358
|
+
msgid "List all Puppet class IDs for host group"
|
359
|
+
msgstr "Llista tots els ID de les classes de Puppet per al grup d'amfitrions"
|
360
|
+
|
361
|
+
msgid "List all Puppet classes"
|
362
|
+
msgstr "Llista totes les classes de Puppet"
|
363
|
+
|
364
|
+
msgid "List all Puppet classes for a host"
|
365
|
+
msgstr "Llista totes les classes de Puppet per a un amfitrió"
|
366
|
+
|
367
|
+
msgid "List all Puppet classes for a host group"
|
368
|
+
msgstr "Llista totes les classes de Puppet per a un grup d'amfitrions"
|
369
|
+
|
370
|
+
msgid "List all Puppet classes for an environment"
|
371
|
+
msgstr "Llista totes les classes de Puppet per a un entorn"
|
372
|
+
|
373
|
+
msgid "List all environments"
|
374
|
+
msgstr "Llista tots els entorns"
|
375
|
+
|
376
|
+
msgid "List all host groups for a Puppet class"
|
377
|
+
msgstr "Llista tots els grups d'amfitrions per a una classe de Puppet"
|
378
|
+
|
379
|
+
msgid "List all smart class parameters"
|
380
|
+
msgstr "Llista tots els paràmetres de la classe intel·ligent"
|
381
|
+
|
382
|
+
msgid "List environments of Puppet class"
|
383
|
+
msgstr "Llista tots els entorns de la classe Puppet"
|
384
|
+
|
385
|
+
msgid "List environments per location"
|
386
|
+
msgstr "Llista tots els entorns per ubicació"
|
387
|
+
|
388
|
+
msgid "List environments per organization"
|
389
|
+
msgstr "Llista tots els entorns per organització"
|
390
|
+
|
391
|
+
msgid "List hosts per environment"
|
392
|
+
msgstr "Llista els entorns per entorn"
|
393
|
+
|
394
|
+
msgid "List of config groups"
|
395
|
+
msgstr "Llista dels grups de configuracions"
|
396
|
+
|
397
|
+
msgid "List of override values for a specific smart class parameter"
|
398
|
+
msgstr ""
|
399
|
+
|
400
|
+
msgid "List of smart class parameters for a specific Puppet class"
|
401
|
+
msgstr "Llista tots els paràmetres de la classe intel·ligent per a una classe de Puppet específica"
|
402
|
+
|
403
|
+
msgid "List of smart class parameters for a specific environment"
|
404
|
+
msgstr "Llista tots els paràmetres de la classe intel·ligent per a un entorn específic"
|
405
|
+
|
406
|
+
msgid "List of smart class parameters for a specific environment/Puppet class combination"
|
407
|
+
msgstr "Llista tots els paràmetres de la classe intel·ligent per a una combinació especifica d'entorn i classe de Puppet"
|
408
|
+
|
409
|
+
msgid "List of smart class parameters for a specific host"
|
410
|
+
msgstr "Llista tots els paràmetres de la classe intel·ligent per a un amfitrió específic"
|
411
|
+
|
412
|
+
msgid "List of smart class parameters for a specific host group"
|
413
|
+
msgstr "Llista tots els paràmetres de la classe intel·ligent per a un grup d'amfitrions específic"
|
414
|
+
|
415
|
+
msgid "Loading parameters..."
|
416
|
+
msgstr "S'estan carregant els paràmetres..."
|
417
|
+
|
418
|
+
msgid "Locations"
|
419
|
+
msgstr "Ubicacions"
|
420
|
+
|
421
|
+
msgid "Merge all matching values (only array/hash type)"
|
422
|
+
msgstr ""
|
423
|
+
|
424
|
+
msgid "Name"
|
425
|
+
msgstr "Nom"
|
426
|
+
|
427
|
+
msgid "New"
|
428
|
+
msgstr "Nou"
|
429
|
+
|
430
|
+
msgid "No changes to your environments detected"
|
431
|
+
msgstr ""
|
432
|
+
|
433
|
+
msgid "No environment selected!"
|
434
|
+
msgstr "No hi ha cap entorn seleccionat!"
|
435
|
+
|
436
|
+
msgid "No environments found"
|
437
|
+
msgstr ""
|
438
|
+
|
439
|
+
msgid "No parameters to override for Puppet class %s"
|
440
|
+
msgstr "No hi ha cap paràmetre a redefinir a la classe de Puppet %s"
|
441
|
+
|
442
|
+
msgid "No proxy found to import classes from, ensure that the smart proxy has the Puppet feature enabled."
|
443
|
+
msgstr ""
|
444
|
+
|
445
|
+
msgid "No proxy selected!"
|
446
|
+
msgstr "No hi ha cap servidor intermediari seleccionat!"
|
447
|
+
|
448
|
+
msgid "No smart proxy was found to import environments from, ensure that at least one smart proxy is registered with the 'puppet' feature"
|
449
|
+
msgstr ""
|
450
|
+
|
451
|
+
msgid "None"
|
452
|
+
msgstr "Sense"
|
453
|
+
|
454
|
+
msgid "Not authorized to edit classes"
|
455
|
+
msgstr "No esteu autoritzat a editar les classes"
|
456
|
+
|
457
|
+
msgid "Notice"
|
458
|
+
msgstr "Avís"
|
459
|
+
|
460
|
+
msgid "Number of Overrides"
|
461
|
+
msgstr "Nombre de redefinicions"
|
462
|
+
|
463
|
+
msgid "Number of classes"
|
464
|
+
msgstr "Nombre de classes"
|
465
|
+
|
466
|
+
msgid "Obsolete"
|
467
|
+
msgstr "En desús"
|
468
|
+
|
469
|
+
msgid "Omit"
|
470
|
+
msgstr ""
|
471
|
+
|
472
|
+
msgid "Omit from classification output"
|
473
|
+
msgstr ""
|
474
|
+
|
475
|
+
msgid "Operating System"
|
476
|
+
msgstr "Sistema operatiu"
|
477
|
+
|
478
|
+
msgid "Operating system default"
|
479
|
+
msgstr "Valor predeterminat del sistema operatiu"
|
480
|
+
|
481
|
+
msgid "Operation"
|
482
|
+
msgstr "Operació"
|
483
|
+
|
484
|
+
msgid "Optional comma-delimited stringcontaining either 'new', 'updated', or 'obsolete'that is used to limit the imported Puppet classes"
|
485
|
+
msgstr ""
|
486
|
+
|
487
|
+
msgid "Optional parameter without value.<br/><i>Still managed by Foreman, the value will be empty.</i><br/>"
|
488
|
+
msgstr ""
|
489
|
+
|
490
|
+
msgid "Organizations"
|
491
|
+
msgstr "Organitzacions"
|
492
|
+
|
493
|
+
msgid "Original value info"
|
494
|
+
msgstr ""
|
495
|
+
|
496
|
+
msgid "Overridden"
|
497
|
+
msgstr ""
|
498
|
+
|
499
|
+
msgid "Override all parameters"
|
500
|
+
msgstr "Redefineix tots els paràmetres"
|
501
|
+
|
502
|
+
msgid "Override match"
|
503
|
+
msgstr "Redefineix la coincidència"
|
504
|
+
|
505
|
+
msgid "Override this value"
|
506
|
+
msgstr "Redefineix aquest valor"
|
507
|
+
|
508
|
+
msgid "Override value, required if omit is false"
|
509
|
+
msgstr ""
|
510
|
+
|
511
|
+
msgid "Parameter"
|
512
|
+
msgstr "Paràmetre"
|
513
|
+
|
514
|
+
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)."
|
515
|
+
msgstr ""
|
516
|
+
|
517
|
+
msgid "Parameters"
|
518
|
+
msgstr "Paràmetres"
|
519
|
+
|
520
|
+
msgid "Please select an environment first"
|
521
|
+
msgstr "Si us plau, seleccioneu primer un entorn"
|
522
|
+
|
523
|
+
msgid "Puppet"
|
524
|
+
msgstr "Puppet"
|
525
|
+
|
526
|
+
msgid "Puppet CA"
|
527
|
+
msgstr "AC de Puppet"
|
528
|
+
|
529
|
+
msgid "Puppet Class"
|
530
|
+
msgstr "Classe de Puppet"
|
531
|
+
|
532
|
+
msgid "Puppet Class Parameters"
|
533
|
+
msgstr "Paràmetres de la classe de Puppet"
|
534
|
+
|
535
|
+
msgid "Puppet Classes"
|
536
|
+
msgstr "Classes de Puppet"
|
537
|
+
|
538
|
+
msgid "Puppet ENC"
|
539
|
+
msgstr ""
|
540
|
+
|
541
|
+
msgid "Puppet Environment"
|
542
|
+
msgstr "Entorn de Puppet"
|
543
|
+
|
544
|
+
msgid "Puppet Environments"
|
545
|
+
msgstr "Entorns de Puppet"
|
546
|
+
|
547
|
+
msgid "Puppet Modules"
|
548
|
+
msgstr "Mòduls de Puppet"
|
549
|
+
|
550
|
+
msgid "Puppet YAML"
|
551
|
+
msgstr ""
|
552
|
+
|
553
|
+
msgid "Puppet environments"
|
554
|
+
msgstr "Entorns de Puppet"
|
555
|
+
|
556
|
+
msgid "Puppet external nodes YAML dump"
|
557
|
+
msgstr ""
|
558
|
+
|
559
|
+
msgid "Puppet parameter"
|
560
|
+
msgstr "Paràmetre de Puppet"
|
561
|
+
|
562
|
+
msgid "Puppetclass|Name"
|
563
|
+
msgstr "Nom"
|
564
|
+
|
565
|
+
msgid "Remote action:"
|
566
|
+
msgstr ""
|
567
|
+
|
568
|
+
msgid "Remove"
|
569
|
+
msgstr "Suprimeix"
|
570
|
+
|
571
|
+
msgid "Remove Combination"
|
572
|
+
msgstr "Suprimeix la combinació"
|
573
|
+
|
574
|
+
msgid "Remove a Puppet class from host"
|
575
|
+
msgstr "Suprimeix una classe de Puppet d'un amfitrió"
|
576
|
+
|
577
|
+
msgid "Remove a Puppet class from host group"
|
578
|
+
msgstr "Suprimeix una classe de Puppet d'un grup d'amfitrions"
|
579
|
+
|
580
|
+
msgid "Remove duplicate values (only array type)"
|
581
|
+
msgstr ""
|
582
|
+
|
583
|
+
msgid "Remove this override"
|
584
|
+
msgstr "Suprimeix aquesta redefinició"
|
585
|
+
|
586
|
+
msgid "Remove:"
|
587
|
+
msgstr "Suprimeix:"
|
588
|
+
|
589
|
+
msgid "Required parameter without value.<br/><b>Please override!</b><br/>"
|
590
|
+
msgstr ""
|
591
|
+
|
592
|
+
msgid "Select environment"
|
593
|
+
msgstr "Selecciona l'entorn"
|
594
|
+
|
595
|
+
msgid "Select the changes you want to apply to Foreman"
|
596
|
+
msgstr ""
|
597
|
+
|
598
|
+
msgid "Set parameters to defaults"
|
599
|
+
msgstr "Estableix els paràmetres als valors per defecte"
|
600
|
+
|
601
|
+
msgid "Show a Puppet class"
|
602
|
+
msgstr "Mostra una classe de Puppet"
|
603
|
+
|
604
|
+
msgid "Show a Puppet class for a host group"
|
605
|
+
msgstr "Mostra una classe de Puppet per a un grup d'amfitrions"
|
606
|
+
|
607
|
+
msgid "Show a Puppet class for an environment"
|
608
|
+
msgstr "Mostra una classe de Puppet per a un entorn"
|
609
|
+
|
610
|
+
msgid "Show a Puppet class for host"
|
611
|
+
msgstr "Mostra una classe de Puppet per a l'amfitrió"
|
612
|
+
|
613
|
+
msgid "Show a config group"
|
614
|
+
msgstr "Mostra un grup de configuracions"
|
615
|
+
|
616
|
+
msgid "Show a smart class parameter"
|
617
|
+
msgstr "Mostra un paràmetre de classe intel·ligent"
|
618
|
+
|
619
|
+
msgid "Show an environment"
|
620
|
+
msgstr "Mostra un entorn"
|
621
|
+
|
622
|
+
msgid "Show an override value for a specific smart class parameter"
|
623
|
+
msgstr ""
|
624
|
+
|
625
|
+
msgid "Smart Class Parameter"
|
626
|
+
msgstr "Paràmetre de la classe intel·ligent"
|
627
|
+
|
628
|
+
msgid "Smart Class Parameters"
|
629
|
+
msgstr "Paràmetres de les classes intel·ligents"
|
630
|
+
|
631
|
+
msgid "Successfully overridden all parameters of Puppet class %s"
|
632
|
+
msgstr "S'han redefinit correctament tots els paràmetres de la classe de Puppet %s"
|
633
|
+
|
634
|
+
msgid "Successfully reset all parameters of Puppet class %s to their default values"
|
635
|
+
msgstr "S'han restablert correctament tots els paràmetres de la classe de Puppet %s als seus valors predeterminats"
|
636
|
+
|
637
|
+
msgid "Successfully updated environments and Puppet classes from the on-disk Puppet installation"
|
638
|
+
msgstr ""
|
639
|
+
|
640
|
+
msgid "The %{proxy_type} proxy could not be set for host: %{host_names}."
|
641
|
+
msgid_plural "The %{proxy_type} puppet ca proxy could not be set for hosts: %{host_names}"
|
642
|
+
msgstr[0] ""
|
643
|
+
msgstr[1] ""
|
644
|
+
|
645
|
+
msgid "The %{proxy_type} proxy of the selected hosts was cleared."
|
646
|
+
msgstr ""
|
647
|
+
|
648
|
+
msgid "The %{proxy_type} proxy of the selected hosts was set to %{proxy_name}"
|
649
|
+
msgstr ""
|
650
|
+
|
651
|
+
msgid "The %{proxy_type} proxy of the selected hosts was set to %{proxy_name}."
|
652
|
+
msgstr ""
|
653
|
+
|
654
|
+
msgid "The class could not be saved because of an error in one of the class parameters."
|
655
|
+
msgstr ""
|
656
|
+
|
657
|
+
msgid "The final entry, Operating System default, can be set by editing the %s page."
|
658
|
+
msgstr "L'última de les entrades, valor predeterminat del sistema operatiu, es pot establir amb l'edició de la pàgina del %s."
|
659
|
+
|
660
|
+
msgid "The order in which values are resolved"
|
661
|
+
msgstr "L'ordre en què es resolen els valors"
|
662
|
+
|
663
|
+
msgid "There are no puppet environments set up on this puppet master. Please check the puppet master configuration."
|
664
|
+
msgstr ""
|
665
|
+
|
666
|
+
msgid "This Puppet class has no parameters in its signature."
|
667
|
+
msgstr "Aquesta classe de Puppet no té paràmetres en la seva signatura."
|
668
|
+
|
669
|
+
msgid "This will reset parameters of the class %s to their default values. Continue?"
|
670
|
+
msgstr ""
|
671
|
+
|
672
|
+
msgid "This will set all parameters of the class %s as overridden. Continue?"
|
673
|
+
msgstr ""
|
674
|
+
|
675
|
+
msgid "To update the class signature, go to the Puppet Classes page and select \"Import\"."
|
676
|
+
msgstr ""
|
677
|
+
|
678
|
+
msgid "Toggle"
|
679
|
+
msgstr ""
|
680
|
+
|
681
|
+
msgid "Total"
|
682
|
+
msgstr "Total"
|
683
|
+
|
684
|
+
msgid "Types of validation values"
|
685
|
+
msgstr "Tipus de valors de validació"
|
686
|
+
|
687
|
+
msgid "Types of variable values"
|
688
|
+
msgstr "Tipus de valors de la variable"
|
689
|
+
|
690
|
+
msgid "Unable to generate output, Check log files"
|
691
|
+
msgstr ""
|
692
|
+
|
693
|
+
msgid "Update"
|
694
|
+
msgstr "Actualitza"
|
695
|
+
|
696
|
+
msgid "Update a Puppet class"
|
697
|
+
msgstr "Actualitza una classe de Puppet"
|
698
|
+
|
699
|
+
msgid "Update a config group"
|
700
|
+
msgstr "Actualitza un grup de configuracions"
|
701
|
+
|
702
|
+
msgid "Update a smart class parameter"
|
703
|
+
msgstr "Actualitza un paràmetre de classe intel·ligent"
|
704
|
+
|
705
|
+
msgid "Update an environment"
|
706
|
+
msgstr "Actualitza un entorn"
|
707
|
+
|
708
|
+
msgid "Update an override value for a specific smart class parameter"
|
709
|
+
msgstr ""
|
710
|
+
|
711
|
+
msgid "Update:"
|
712
|
+
msgstr "Actualitza:"
|
713
|
+
|
714
|
+
msgid "Updated"
|
715
|
+
msgstr "Actualitzat"
|
716
|
+
|
717
|
+
msgid "Updated hosts: changed environment"
|
718
|
+
msgstr ""
|
719
|
+
|
720
|
+
msgid "Used to enforce certain values for the parameter values"
|
721
|
+
msgstr ""
|
722
|
+
|
723
|
+
msgid "Valid Host Group and Environment Combinations"
|
724
|
+
msgstr ""
|
725
|
+
|
726
|
+
msgid "Value"
|
727
|
+
msgstr "Valor"
|
728
|
+
|
729
|
+
msgid "Value to use when there is no match"
|
730
|
+
msgstr ""
|
731
|
+
|
732
|
+
msgid ""
|
733
|
+
"When a Host requests a template (e.g. during provisioning), Foreman \\\n"
|
734
|
+
" will select the best match from the available templates of that type, in the \\\n"
|
735
|
+
" following order:"
|
736
|
+
msgstr ""
|
737
|
+
|
738
|
+
msgid ""
|
739
|
+
"When editing a template, you must assign a list \\\n"
|
740
|
+
" of operating systems which this template can be used with. Optionally, you can \\\n"
|
741
|
+
" restrict a template to a list of host groups and/or environments."
|
742
|
+
msgstr ""
|
743
|
+
|
744
|
+
msgid "When enabled the parameter is hidden in the UI"
|
745
|
+
msgstr ""
|
746
|
+
|
747
|
+
msgid "Whether the smart class parameter value is managed by Foreman"
|
748
|
+
msgstr ""
|
749
|
+
|
750
|
+
msgid "belongs to config group"
|
751
|
+
msgstr "pertany al grup de configuracions"
|
752
|
+
|
753
|
+
msgid "included already from parent"
|
754
|
+
msgstr ""
|
755
|
+
|
756
|
+
msgid "must be true to edit the parameter"
|
757
|
+
msgstr ""
|
758
|
+
|
759
|
+
msgid "with id %{object_id} doesn't exist or is not assigned to proper organization and/or location"
|
760
|
+
msgstr ""
|