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,822 @@
|
|
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
|
+
# 0868a4d1af5275b3f70b0a6dac4c99a4, 2021
|
8
|
+
# Robin Friberg <robin.friberg@gmail.com>, 2021
|
9
|
+
# Mikael Fridh <frimik@gmail.com>, 2021
|
10
|
+
# johnny.westerlund <johnny.westerlund@gmail.com>, 2021
|
11
|
+
#
|
12
|
+
#, fuzzy
|
13
|
+
msgid ""
|
14
|
+
msgstr ""
|
15
|
+
"Project-Id-Version: foreman_puppet 2.0.0.alpha.2\n"
|
16
|
+
"Report-Msgid-Bugs-To: \n"
|
17
|
+
"PO-Revision-Date: 2021-02-03 16:30+0000\n"
|
18
|
+
"Last-Translator: johnny.westerlund <johnny.westerlund@gmail.com>, 2021\n"
|
19
|
+
"Language-Team: Swedish (Sweden) (https://www.transifex.com/foreman/teams/114/s"
|
20
|
+
"v_SE/)\n"
|
21
|
+
"MIME-Version: 1.0\n"
|
22
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
23
|
+
"Content-Transfer-Encoding: 8bit\n"
|
24
|
+
"Language: sv_SE\n"
|
25
|
+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
26
|
+
|
27
|
+
msgid " Remove"
|
28
|
+
msgstr "Ta bort:"
|
29
|
+
|
30
|
+
msgid "%s is not in environment"
|
31
|
+
msgstr ""
|
32
|
+
|
33
|
+
msgid "%s out of sync disabled"
|
34
|
+
msgstr ""
|
35
|
+
|
36
|
+
msgid "%{model} with id '%{id}' was not found"
|
37
|
+
msgstr ""
|
38
|
+
|
39
|
+
msgid "%{name} has %{num_tag} class"
|
40
|
+
msgid_plural "%{name} has %{num_tag} classes"
|
41
|
+
msgstr[0] ""
|
42
|
+
msgstr[1] ""
|
43
|
+
|
44
|
+
msgid "%{puppetclass} does not belong to the %{environment} environment"
|
45
|
+
msgstr ""
|
46
|
+
|
47
|
+
msgid "*Clear environment*"
|
48
|
+
msgstr "*Rensa miljö*"
|
49
|
+
|
50
|
+
msgid "*Inherit from host group*"
|
51
|
+
msgstr "*Ärv från värdgrupp*"
|
52
|
+
|
53
|
+
msgid ""
|
54
|
+
"<b>Description:</b> %{desc}<br/>\n"
|
55
|
+
" <b>Type:</b> %{type}<br/>\n"
|
56
|
+
" <b>Matcher:</b> %{matcher}<br/>\n"
|
57
|
+
" <b>Inherited value:</b> %{inherited_value}"
|
58
|
+
msgstr ""
|
59
|
+
|
60
|
+
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."
|
61
|
+
msgstr ""
|
62
|
+
|
63
|
+
msgid "Action with sub plans"
|
64
|
+
msgstr ""
|
65
|
+
|
66
|
+
msgid "Actions"
|
67
|
+
msgstr "Åtgärder"
|
68
|
+
|
69
|
+
msgid "Add"
|
70
|
+
msgstr ""
|
71
|
+
|
72
|
+
msgid "Add Combination"
|
73
|
+
msgstr ""
|
74
|
+
|
75
|
+
msgid "Add a Puppet class to host"
|
76
|
+
msgstr "Lägg till Puppet-klass till värd"
|
77
|
+
|
78
|
+
msgid "Add a Puppet class to host group"
|
79
|
+
msgstr ""
|
80
|
+
|
81
|
+
msgid "Add a template combination"
|
82
|
+
msgstr ""
|
83
|
+
|
84
|
+
msgid "Add:"
|
85
|
+
msgstr "Lägg till:"
|
86
|
+
|
87
|
+
msgid "All environments - (not filtered)"
|
88
|
+
msgstr ""
|
89
|
+
|
90
|
+
msgid "Allow assigning Puppet environments and classes to the Foreman Hosts."
|
91
|
+
msgstr ""
|
92
|
+
|
93
|
+
msgid "Available Classes"
|
94
|
+
msgstr "Tillgängliga Klasser"
|
95
|
+
|
96
|
+
msgid "Available Config Groups"
|
97
|
+
msgstr ""
|
98
|
+
|
99
|
+
msgid "Can't find a valid Foreman Proxy with a Puppet feature"
|
100
|
+
msgstr "Kan inte hitta giltig Foreman Proxy med Puppet-funktionen"
|
101
|
+
|
102
|
+
msgid "Can't find a valid Proxy with a Puppet feature"
|
103
|
+
msgstr ""
|
104
|
+
|
105
|
+
msgid "Cancel"
|
106
|
+
msgstr "Avbryt"
|
107
|
+
|
108
|
+
msgid "Change Environment"
|
109
|
+
msgstr "Byt Miljö"
|
110
|
+
|
111
|
+
msgid "Change Puppet Master"
|
112
|
+
msgstr ""
|
113
|
+
|
114
|
+
msgid "Changed environments"
|
115
|
+
msgstr "Ändrade miljöer"
|
116
|
+
|
117
|
+
msgid "Check/Uncheck all"
|
118
|
+
msgstr "Markera/Avmarkera samtliga"
|
119
|
+
|
120
|
+
msgid "Check/Uncheck all %s changes"
|
121
|
+
msgstr "Markera/Avmarkera samtliga %s ändringar"
|
122
|
+
|
123
|
+
msgid "Check/Uncheck new"
|
124
|
+
msgstr "Markera/Avmarkera nya"
|
125
|
+
|
126
|
+
msgid "Check/Uncheck obsolete"
|
127
|
+
msgstr "Markera/Avmarkera förlegade"
|
128
|
+
|
129
|
+
msgid "Check/Uncheck updated"
|
130
|
+
msgstr "Markera/Avmarkera uppdaterade"
|
131
|
+
|
132
|
+
msgid "Classes"
|
133
|
+
msgstr "Klasser"
|
134
|
+
|
135
|
+
msgid "Click to add %s"
|
136
|
+
msgstr "Klicka för att lägga till %s"
|
137
|
+
|
138
|
+
msgid "Click to remove %s"
|
139
|
+
msgstr "Klicka för att ta bort %s"
|
140
|
+
|
141
|
+
msgid "Click to remove config group"
|
142
|
+
msgstr "Klicka för att radera konfigurationsgrupp"
|
143
|
+
|
144
|
+
msgid "Config Groups"
|
145
|
+
msgstr ""
|
146
|
+
|
147
|
+
msgid "Config Management"
|
148
|
+
msgstr ""
|
149
|
+
|
150
|
+
msgid "Create Config Group"
|
151
|
+
msgstr ""
|
152
|
+
|
153
|
+
msgid "Create Environment"
|
154
|
+
msgstr ""
|
155
|
+
|
156
|
+
msgid "Create Puppet Environment"
|
157
|
+
msgstr ""
|
158
|
+
|
159
|
+
msgid "Create a Puppet class"
|
160
|
+
msgstr ""
|
161
|
+
|
162
|
+
msgid "Create a config group"
|
163
|
+
msgstr "Skapa en konfigurationsgrupp"
|
164
|
+
|
165
|
+
msgid "Create an environment"
|
166
|
+
msgstr "Skapa en miljö"
|
167
|
+
|
168
|
+
msgid "Create an override value for a specific smart class parameter"
|
169
|
+
msgstr ""
|
170
|
+
|
171
|
+
msgid "Default Puppet environment"
|
172
|
+
msgstr ""
|
173
|
+
|
174
|
+
msgid "Default value"
|
175
|
+
msgstr "Standardvärde"
|
176
|
+
|
177
|
+
msgid "Delete %s?"
|
178
|
+
msgstr "Radera %s?"
|
179
|
+
|
180
|
+
msgid "Delete a Puppet class"
|
181
|
+
msgstr ""
|
182
|
+
|
183
|
+
msgid "Delete a config group"
|
184
|
+
msgstr "Radera en konfigurationsgrupp"
|
185
|
+
|
186
|
+
msgid "Delete an environment"
|
187
|
+
msgstr "Radera en miljö"
|
188
|
+
|
189
|
+
msgid "Delete an override value for a specific smart class parameter"
|
190
|
+
msgstr ""
|
191
|
+
|
192
|
+
msgid "Deleted environment"
|
193
|
+
msgstr "Raderad miljö"
|
194
|
+
|
195
|
+
msgid "Deleted environment %{env} and %{pcs}"
|
196
|
+
msgstr "Raderade miljön %{env} och %{pcs}"
|
197
|
+
|
198
|
+
msgid "Deprecated in favor of host/puppet_attributes/config_group_ids"
|
199
|
+
msgstr ""
|
200
|
+
|
201
|
+
msgid "Deprecated in favor of host/puppet_attributes/environment_id"
|
202
|
+
msgstr ""
|
203
|
+
|
204
|
+
msgid "Deprecated in favor of host/puppet_attributes/puppetclass_ids"
|
205
|
+
msgstr ""
|
206
|
+
|
207
|
+
msgid "Deprecated in favor of hostgroup/puppet_attributes/config_group_ids"
|
208
|
+
msgstr ""
|
209
|
+
|
210
|
+
msgid "Deprecated in favor of hostgroup/puppet_attributes/environment_id"
|
211
|
+
msgstr ""
|
212
|
+
|
213
|
+
msgid "Deprecated in favor of hostgroup/puppet_attributes/puppetclass_ids"
|
214
|
+
msgstr ""
|
215
|
+
|
216
|
+
msgid "Description of smart class"
|
217
|
+
msgstr ""
|
218
|
+
|
219
|
+
msgid "Disable host configuration status turning to out of sync for %s after report does not arrive within configured interval"
|
220
|
+
msgstr ""
|
221
|
+
|
222
|
+
msgid "Display hidden values"
|
223
|
+
msgstr ""
|
224
|
+
|
225
|
+
msgid "Duration in minutes after servers reporting via Puppet are classed as out of sync."
|
226
|
+
msgstr ""
|
227
|
+
|
228
|
+
msgid "ENC environment"
|
229
|
+
msgstr ""
|
230
|
+
|
231
|
+
msgid "Edit %s"
|
232
|
+
msgstr "Redigera %s"
|
233
|
+
|
234
|
+
msgid "Edit Puppet Class %s"
|
235
|
+
msgstr "Redigera Puppetklass %s"
|
236
|
+
|
237
|
+
msgid "Empty environment"
|
238
|
+
msgstr "Tom miljö"
|
239
|
+
|
240
|
+
msgid "Environment"
|
241
|
+
msgstr "Miljö"
|
242
|
+
|
243
|
+
msgid "Environment only"
|
244
|
+
msgstr "Enbart miljö"
|
245
|
+
|
246
|
+
msgid "Environments"
|
247
|
+
msgstr "Miljöer"
|
248
|
+
|
249
|
+
msgid "Environment|Name"
|
250
|
+
msgstr "Namn"
|
251
|
+
|
252
|
+
msgid "Facts"
|
253
|
+
msgstr "Fakta"
|
254
|
+
|
255
|
+
msgid "Failed to import %{klass} for %{name}: doesn't exists in our database - ignoring"
|
256
|
+
msgstr "Misslyckades med att importera %{klass} på grund av att %{name}: inte existerar i vår databas - ignorerar"
|
257
|
+
|
258
|
+
msgid "Failed to set %{proxy_type} proxy for %{host}."
|
259
|
+
msgstr ""
|
260
|
+
|
261
|
+
msgid "Failed to update environments and Puppet classes from the on-disk Puppet installation: %s"
|
262
|
+
msgstr ""
|
263
|
+
|
264
|
+
msgid "Failed to update the environments and Puppet classes from the on-disk puppet installation: %s"
|
265
|
+
msgstr ""
|
266
|
+
|
267
|
+
msgid "Filter by name"
|
268
|
+
msgstr ""
|
269
|
+
|
270
|
+
msgid "Filter classes"
|
271
|
+
msgstr "Filterklasser"
|
272
|
+
|
273
|
+
msgid "Foreman will default to this puppet environment if it cannot auto detect one"
|
274
|
+
msgstr ""
|
275
|
+
|
276
|
+
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"
|
277
|
+
msgstr ""
|
278
|
+
|
279
|
+
msgid "Foreman will not send this parameter in classification output"
|
280
|
+
msgstr ""
|
281
|
+
|
282
|
+
msgid "Foreman will not send this parameter in classification output.Puppet will use the value defined in the Puppet manifest for this parameter"
|
283
|
+
msgstr ""
|
284
|
+
|
285
|
+
msgid "Foreman will update a host's environment from its facts"
|
286
|
+
msgstr ""
|
287
|
+
|
288
|
+
msgid "General"
|
289
|
+
msgstr ""
|
290
|
+
|
291
|
+
msgid "Host Groups"
|
292
|
+
msgstr "Värdgrupper"
|
293
|
+
|
294
|
+
msgid "Host group and Environment"
|
295
|
+
msgstr "Värdgrupp och Miljö"
|
296
|
+
|
297
|
+
msgid "Host group only"
|
298
|
+
msgstr "Enbart värdgrupp"
|
299
|
+
|
300
|
+
msgid "Host groups"
|
301
|
+
msgstr "Värdgrupper"
|
302
|
+
|
303
|
+
msgid "Hostgroup"
|
304
|
+
msgstr "Värdgrupp"
|
305
|
+
|
306
|
+
msgid "Hosts"
|
307
|
+
msgstr "Värdar"
|
308
|
+
|
309
|
+
msgid "Hosts managed:"
|
310
|
+
msgstr ""
|
311
|
+
|
312
|
+
msgid "ID of Puppet class"
|
313
|
+
msgstr ""
|
314
|
+
|
315
|
+
msgid "ID of Puppet environment"
|
316
|
+
msgstr ""
|
317
|
+
|
318
|
+
msgid "ID of Puppetclass"
|
319
|
+
msgstr ""
|
320
|
+
|
321
|
+
msgid "ID of associated puppet Environment"
|
322
|
+
msgstr ""
|
323
|
+
|
324
|
+
msgid "ID of environment"
|
325
|
+
msgstr ""
|
326
|
+
|
327
|
+
msgid "ID of host"
|
328
|
+
msgstr "ID för värd"
|
329
|
+
|
330
|
+
msgid "ID of host group"
|
331
|
+
msgstr "ID för värdgrupp"
|
332
|
+
|
333
|
+
msgid "ID of puppet environment"
|
334
|
+
msgstr ""
|
335
|
+
|
336
|
+
msgid "IDs of associated ConfigGroups"
|
337
|
+
msgstr ""
|
338
|
+
|
339
|
+
msgid "IDs of associated Puppetclasses"
|
340
|
+
msgstr ""
|
341
|
+
|
342
|
+
msgid "If true, will raise an error if there is no default value and no matcher provide a value"
|
343
|
+
msgstr ""
|
344
|
+
|
345
|
+
msgid "Ignored classes in the environments: %s"
|
346
|
+
msgstr ""
|
347
|
+
|
348
|
+
msgid "Ignored environment"
|
349
|
+
msgstr ""
|
350
|
+
|
351
|
+
msgid "Ignored environment names resulting in booleans found. Please quote strings like true/false and yes/no in config/ignored_environments.yml"
|
352
|
+
msgstr ""
|
353
|
+
|
354
|
+
msgid "Ignored environments: %s"
|
355
|
+
msgstr ""
|
356
|
+
|
357
|
+
msgid "Ignored:"
|
358
|
+
msgstr ""
|
359
|
+
|
360
|
+
msgid "Import"
|
361
|
+
msgstr "Importera"
|
362
|
+
|
363
|
+
msgid "Import Puppet classes"
|
364
|
+
msgstr ""
|
365
|
+
|
366
|
+
msgid "Import classes from %s"
|
367
|
+
msgstr ""
|
368
|
+
|
369
|
+
msgid "Import environments from %s"
|
370
|
+
msgstr ""
|
371
|
+
|
372
|
+
msgid "Import facts"
|
373
|
+
msgstr ""
|
374
|
+
|
375
|
+
msgid "Import puppet classes from puppet proxy"
|
376
|
+
msgstr ""
|
377
|
+
|
378
|
+
msgid "Import puppet classes from puppet proxy for an environment"
|
379
|
+
msgstr ""
|
380
|
+
|
381
|
+
msgid "Include default value when merging all matching values"
|
382
|
+
msgstr ""
|
383
|
+
|
384
|
+
msgid "Included Classes"
|
385
|
+
msgstr "Inkluderade Klasser"
|
386
|
+
|
387
|
+
msgid "Included Config Groups"
|
388
|
+
msgstr ""
|
389
|
+
|
390
|
+
msgid "Inherited Classes from %s"
|
391
|
+
msgstr ""
|
392
|
+
|
393
|
+
msgid "Invalid proxy selected!"
|
394
|
+
msgstr ""
|
395
|
+
|
396
|
+
msgid "List all Puppet class IDs for host"
|
397
|
+
msgstr ""
|
398
|
+
|
399
|
+
msgid "List all Puppet class IDs for host group"
|
400
|
+
msgstr ""
|
401
|
+
|
402
|
+
msgid "List all Puppet classes"
|
403
|
+
msgstr ""
|
404
|
+
|
405
|
+
msgid "List all Puppet classes for a host"
|
406
|
+
msgstr ""
|
407
|
+
|
408
|
+
msgid "List all Puppet classes for a host group"
|
409
|
+
msgstr ""
|
410
|
+
|
411
|
+
msgid "List all Puppet classes for an environment"
|
412
|
+
msgstr ""
|
413
|
+
|
414
|
+
msgid "List all environments"
|
415
|
+
msgstr "Lista alla miljöer"
|
416
|
+
|
417
|
+
msgid "List all host groups for a Puppet class"
|
418
|
+
msgstr "Lista alla värdgrupper för en Puppet-klass"
|
419
|
+
|
420
|
+
msgid "List all smart class parameters"
|
421
|
+
msgstr ""
|
422
|
+
|
423
|
+
msgid "List environments of Puppet class"
|
424
|
+
msgstr ""
|
425
|
+
|
426
|
+
msgid "List environments per location"
|
427
|
+
msgstr "Lista miljöer per plats"
|
428
|
+
|
429
|
+
msgid "List environments per organization"
|
430
|
+
msgstr "Lista miljöer per organisation"
|
431
|
+
|
432
|
+
msgid "List hosts per environment"
|
433
|
+
msgstr "Lista värdar per miljö"
|
434
|
+
|
435
|
+
msgid "List of config groups"
|
436
|
+
msgstr "Lista med konfigurationsgrupper"
|
437
|
+
|
438
|
+
msgid "List of override values for a specific smart class parameter"
|
439
|
+
msgstr ""
|
440
|
+
|
441
|
+
msgid "List of smart class parameters for a specific Puppet class"
|
442
|
+
msgstr ""
|
443
|
+
|
444
|
+
msgid "List of smart class parameters for a specific environment"
|
445
|
+
msgstr ""
|
446
|
+
|
447
|
+
msgid "List of smart class parameters for a specific environment/Puppet class combination"
|
448
|
+
msgstr ""
|
449
|
+
|
450
|
+
msgid "List of smart class parameters for a specific host"
|
451
|
+
msgstr ""
|
452
|
+
|
453
|
+
msgid "List of smart class parameters for a specific host group"
|
454
|
+
msgstr ""
|
455
|
+
|
456
|
+
msgid "List template combination"
|
457
|
+
msgstr ""
|
458
|
+
|
459
|
+
msgid "Loading parameters..."
|
460
|
+
msgstr "Laddar parametrar..."
|
461
|
+
|
462
|
+
msgid "Locations"
|
463
|
+
msgstr "Lokationer"
|
464
|
+
|
465
|
+
msgid "Merge all matching values (only array/hash type)"
|
466
|
+
msgstr ""
|
467
|
+
|
468
|
+
msgid "Name"
|
469
|
+
msgstr "Namn"
|
470
|
+
|
471
|
+
msgid "New"
|
472
|
+
msgstr "Ny"
|
473
|
+
|
474
|
+
msgid "No changes to your environments detected"
|
475
|
+
msgstr ""
|
476
|
+
|
477
|
+
msgid "No environment selected!"
|
478
|
+
msgstr "Ingen miljö vald!"
|
479
|
+
|
480
|
+
msgid "No environments found"
|
481
|
+
msgstr ""
|
482
|
+
|
483
|
+
msgid "No parameters to override for Puppet class %s"
|
484
|
+
msgstr ""
|
485
|
+
|
486
|
+
msgid "No proxy found to import classes from, ensure that the smart proxy has the Puppet feature enabled."
|
487
|
+
msgstr ""
|
488
|
+
|
489
|
+
msgid "No proxy selected!"
|
490
|
+
msgstr ""
|
491
|
+
|
492
|
+
msgid "No smart proxy was found to import environments from, ensure that at least one smart proxy is registered with the 'puppet' feature"
|
493
|
+
msgstr ""
|
494
|
+
|
495
|
+
msgid "None"
|
496
|
+
msgstr "Ingen"
|
497
|
+
|
498
|
+
msgid "Not authorized to edit classes"
|
499
|
+
msgstr "Inte auktoriserad att redigera klasser"
|
500
|
+
|
501
|
+
msgid "Notice"
|
502
|
+
msgstr "Notis"
|
503
|
+
|
504
|
+
msgid "Number of Overrides"
|
505
|
+
msgstr ""
|
506
|
+
|
507
|
+
msgid "Number of classes"
|
508
|
+
msgstr ""
|
509
|
+
|
510
|
+
msgid "Obsolete"
|
511
|
+
msgstr "Förlegad"
|
512
|
+
|
513
|
+
msgid "Omit"
|
514
|
+
msgstr ""
|
515
|
+
|
516
|
+
msgid "Omit from classification output"
|
517
|
+
msgstr ""
|
518
|
+
|
519
|
+
msgid "Operating System"
|
520
|
+
msgstr "Operativsystem"
|
521
|
+
|
522
|
+
msgid "Operating system default"
|
523
|
+
msgstr "Standardoperativsystem"
|
524
|
+
|
525
|
+
msgid "Operation"
|
526
|
+
msgstr "Operation"
|
527
|
+
|
528
|
+
msgid "Optional comma-delimited stringcontaining either 'new', 'updated', or 'obsolete'that is used to limit the imported Puppet classes"
|
529
|
+
msgstr ""
|
530
|
+
|
531
|
+
msgid "Optional parameter without value.<br/><i>Still managed by Foreman, the value will be empty.</i><br/>"
|
532
|
+
msgstr ""
|
533
|
+
|
534
|
+
msgid "Organizations"
|
535
|
+
msgstr "Organisationer"
|
536
|
+
|
537
|
+
msgid "Original value info"
|
538
|
+
msgstr ""
|
539
|
+
|
540
|
+
msgid "Overridden"
|
541
|
+
msgstr ""
|
542
|
+
|
543
|
+
msgid "Override all parameters"
|
544
|
+
msgstr ""
|
545
|
+
|
546
|
+
msgid "Override match"
|
547
|
+
msgstr ""
|
548
|
+
|
549
|
+
msgid "Override this value"
|
550
|
+
msgstr "Tvinga detta värde"
|
551
|
+
|
552
|
+
msgid "Override value, required if omit is false"
|
553
|
+
msgstr ""
|
554
|
+
|
555
|
+
msgid "Parameter"
|
556
|
+
msgstr "Parameter"
|
557
|
+
|
558
|
+
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)."
|
559
|
+
msgstr ""
|
560
|
+
|
561
|
+
msgid "Parameters"
|
562
|
+
msgstr "Parametrar"
|
563
|
+
|
564
|
+
msgid "Please select an environment first"
|
565
|
+
msgstr "Vänligen välj en miljö först"
|
566
|
+
|
567
|
+
msgid "Puppet"
|
568
|
+
msgstr "Puppet"
|
569
|
+
|
570
|
+
msgid "Puppet CA"
|
571
|
+
msgstr "Puppet CA"
|
572
|
+
|
573
|
+
msgid "Puppet Class"
|
574
|
+
msgstr "Puppet Klass"
|
575
|
+
|
576
|
+
msgid "Puppet Class Parameters"
|
577
|
+
msgstr ""
|
578
|
+
|
579
|
+
msgid "Puppet Classes"
|
580
|
+
msgstr "Puppet Klasser"
|
581
|
+
|
582
|
+
msgid "Puppet ENC"
|
583
|
+
msgstr ""
|
584
|
+
|
585
|
+
msgid "Puppet Environment"
|
586
|
+
msgstr "Puppet Miljö"
|
587
|
+
|
588
|
+
msgid "Puppet Environments"
|
589
|
+
msgstr "Puppet Miljöer"
|
590
|
+
|
591
|
+
msgid "Puppet Modules"
|
592
|
+
msgstr "Puppetmoduler"
|
593
|
+
|
594
|
+
msgid "Puppet YAML"
|
595
|
+
msgstr ""
|
596
|
+
|
597
|
+
msgid "Puppet environments"
|
598
|
+
msgstr "Puppetmiljöer"
|
599
|
+
|
600
|
+
msgid "Puppet external nodes YAML dump"
|
601
|
+
msgstr "Puppet externa noder YAML-export"
|
602
|
+
|
603
|
+
msgid "Puppet interval"
|
604
|
+
msgstr ""
|
605
|
+
|
606
|
+
msgid "Puppet parameter"
|
607
|
+
msgstr ""
|
608
|
+
|
609
|
+
msgid "Puppetclass|Name"
|
610
|
+
msgstr "Namn"
|
611
|
+
|
612
|
+
msgid "Remote action:"
|
613
|
+
msgstr ""
|
614
|
+
|
615
|
+
msgid "Remove"
|
616
|
+
msgstr ""
|
617
|
+
|
618
|
+
msgid "Remove Combination"
|
619
|
+
msgstr ""
|
620
|
+
|
621
|
+
msgid "Remove a Puppet class from host"
|
622
|
+
msgstr ""
|
623
|
+
|
624
|
+
msgid "Remove a Puppet class from host group"
|
625
|
+
msgstr ""
|
626
|
+
|
627
|
+
msgid "Remove duplicate values (only array type)"
|
628
|
+
msgstr ""
|
629
|
+
|
630
|
+
msgid "Remove this override"
|
631
|
+
msgstr ""
|
632
|
+
|
633
|
+
msgid "Remove:"
|
634
|
+
msgstr "Ta bort:"
|
635
|
+
|
636
|
+
msgid "Required parameter without value.<br/><b>Please override!</b><br/>"
|
637
|
+
msgstr ""
|
638
|
+
|
639
|
+
msgid "Select environment"
|
640
|
+
msgstr "Välj miljö"
|
641
|
+
|
642
|
+
msgid "Select the changes you want to apply to Foreman"
|
643
|
+
msgstr ""
|
644
|
+
|
645
|
+
msgid "Set parameters to defaults"
|
646
|
+
msgstr ""
|
647
|
+
|
648
|
+
msgid "Show a Puppet class"
|
649
|
+
msgstr ""
|
650
|
+
|
651
|
+
msgid "Show a Puppet class for a host group"
|
652
|
+
msgstr ""
|
653
|
+
|
654
|
+
msgid "Show a Puppet class for an environment"
|
655
|
+
msgstr ""
|
656
|
+
|
657
|
+
msgid "Show a Puppet class for host"
|
658
|
+
msgstr ""
|
659
|
+
|
660
|
+
msgid "Show a config group"
|
661
|
+
msgstr "Visa en konfigurationsgrupp"
|
662
|
+
|
663
|
+
msgid "Show a smart class parameter"
|
664
|
+
msgstr ""
|
665
|
+
|
666
|
+
msgid "Show an environment"
|
667
|
+
msgstr "Visa en miljö"
|
668
|
+
|
669
|
+
msgid "Show an override value for a specific smart class parameter"
|
670
|
+
msgstr ""
|
671
|
+
|
672
|
+
msgid "Show template combination"
|
673
|
+
msgstr ""
|
674
|
+
|
675
|
+
msgid "Smart Class Parameter"
|
676
|
+
msgstr "Smart Klassparameter"
|
677
|
+
|
678
|
+
msgid "Smart Class Parameters"
|
679
|
+
msgstr ""
|
680
|
+
|
681
|
+
msgid "Successfully overridden all parameters of Puppet class %s"
|
682
|
+
msgstr ""
|
683
|
+
|
684
|
+
msgid "Successfully reset all parameters of Puppet class %s to their default values"
|
685
|
+
msgstr ""
|
686
|
+
|
687
|
+
msgid "Successfully updated environments and Puppet classes from the on-disk Puppet installation"
|
688
|
+
msgstr ""
|
689
|
+
|
690
|
+
msgid "The %{proxy_type} proxy could not be set for host: %{host_names}."
|
691
|
+
msgid_plural "The %{proxy_type} puppet ca proxy could not be set for hosts: %{host_names}"
|
692
|
+
msgstr[0] ""
|
693
|
+
msgstr[1] ""
|
694
|
+
|
695
|
+
msgid "The %{proxy_type} proxy of the selected hosts was cleared."
|
696
|
+
msgstr ""
|
697
|
+
|
698
|
+
msgid "The %{proxy_type} proxy of the selected hosts was set to %{proxy_name}"
|
699
|
+
msgstr ""
|
700
|
+
|
701
|
+
msgid "The %{proxy_type} proxy of the selected hosts was set to %{proxy_name}."
|
702
|
+
msgstr ""
|
703
|
+
|
704
|
+
msgid "The class could not be saved because of an error in one of the class parameters."
|
705
|
+
msgstr ""
|
706
|
+
|
707
|
+
msgid "The final entry, Operating System default, can be set by editing the %s page."
|
708
|
+
msgstr "Sista inlägget, förinställt Operativsystem, kan ställas in genom att editera %s sidan."
|
709
|
+
|
710
|
+
msgid "The order in which values are resolved"
|
711
|
+
msgstr "I vilken ordning värden slås upp"
|
712
|
+
|
713
|
+
msgid "The requested environment cannot be found."
|
714
|
+
msgstr ""
|
715
|
+
|
716
|
+
msgid "There are no puppet environments set up on this puppet master. Please check the puppet master configuration."
|
717
|
+
msgstr ""
|
718
|
+
|
719
|
+
msgid "This Puppet class has no parameters in its signature."
|
720
|
+
msgstr "Denna Puppetklassen har inga parametrar i sin signatur."
|
721
|
+
|
722
|
+
msgid "This will reset parameters of the class %s to their default values. Continue?"
|
723
|
+
msgstr ""
|
724
|
+
|
725
|
+
msgid "This will set all parameters of the class %s as overridden. Continue?"
|
726
|
+
msgstr ""
|
727
|
+
|
728
|
+
msgid "To update the class signature, go to the Puppet Classes page and select \"Import\"."
|
729
|
+
msgstr "För att uppdatera klasssignaturen, gå till Puppetklasser sidan och välj \"Importera\"."
|
730
|
+
|
731
|
+
msgid "Toggle"
|
732
|
+
msgstr "Skifta"
|
733
|
+
|
734
|
+
msgid "Total"
|
735
|
+
msgstr "Total(t)"
|
736
|
+
|
737
|
+
msgid "Types of validation values"
|
738
|
+
msgstr ""
|
739
|
+
|
740
|
+
msgid "Types of variable values"
|
741
|
+
msgstr ""
|
742
|
+
|
743
|
+
msgid "Unable to generate output, Check log files"
|
744
|
+
msgstr ""
|
745
|
+
|
746
|
+
msgid "Update"
|
747
|
+
msgstr "Uppdatera"
|
748
|
+
|
749
|
+
msgid "Update a Puppet class"
|
750
|
+
msgstr ""
|
751
|
+
|
752
|
+
msgid "Update a config group"
|
753
|
+
msgstr "Uppdatera en konfigurationsgrupp"
|
754
|
+
|
755
|
+
msgid "Update a smart class parameter"
|
756
|
+
msgstr ""
|
757
|
+
|
758
|
+
msgid "Update an environment"
|
759
|
+
msgstr "Uppdatera en miljö"
|
760
|
+
|
761
|
+
msgid "Update an override value for a specific smart class parameter"
|
762
|
+
msgstr ""
|
763
|
+
|
764
|
+
msgid "Update environment from facts"
|
765
|
+
msgstr ""
|
766
|
+
|
767
|
+
msgid "Update template combination"
|
768
|
+
msgstr ""
|
769
|
+
|
770
|
+
msgid "Update:"
|
771
|
+
msgstr "Uppdatera:"
|
772
|
+
|
773
|
+
msgid "Updated"
|
774
|
+
msgstr "Uppdaterad"
|
775
|
+
|
776
|
+
msgid "Updated hosts: changed environment"
|
777
|
+
msgstr "Uppdaterade värdar: ändrad miljö"
|
778
|
+
|
779
|
+
msgid "Used to enforce certain values for the parameter values"
|
780
|
+
msgstr ""
|
781
|
+
|
782
|
+
msgid "Valid Host Group and Environment Combinations"
|
783
|
+
msgstr ""
|
784
|
+
|
785
|
+
msgid "Value"
|
786
|
+
msgstr "Värde"
|
787
|
+
|
788
|
+
msgid "Value to use when there is no match"
|
789
|
+
msgstr "Värden att använda när ingen match hittas"
|
790
|
+
|
791
|
+
msgid ""
|
792
|
+
"When a Host requests a template (e.g. during provisioning), Foreman \\\n"
|
793
|
+
" will select the best match from the available templates of that type, in the \\\n"
|
794
|
+
" following order:"
|
795
|
+
msgstr ""
|
796
|
+
|
797
|
+
msgid ""
|
798
|
+
"When editing a template, you must assign a list \\\n"
|
799
|
+
" of operating systems which this template can be used with. Optionally, you can \\\n"
|
800
|
+
" restrict a template to a list of host groups and/or environments."
|
801
|
+
msgstr ""
|
802
|
+
|
803
|
+
msgid "When enabled the parameter is hidden in the UI"
|
804
|
+
msgstr ""
|
805
|
+
|
806
|
+
msgid "Whether the smart class parameter value is managed by Foreman"
|
807
|
+
msgstr ""
|
808
|
+
|
809
|
+
msgid "belongs to config group"
|
810
|
+
msgstr "tillhör konfigurationsgrupp"
|
811
|
+
|
812
|
+
msgid "environment id"
|
813
|
+
msgstr ""
|
814
|
+
|
815
|
+
msgid "included already from parent"
|
816
|
+
msgstr ""
|
817
|
+
|
818
|
+
msgid "must be true to edit the parameter"
|
819
|
+
msgstr ""
|
820
|
+
|
821
|
+
msgid "with id %{object_id} doesn't exist or is not assigned to proper organization and/or location"
|
822
|
+
msgstr ""
|