foreman_puppet 5.0.0 → 5.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +5 -7
- data/Rakefile +0 -5
- data/app/graphgl/foreman_puppet/types/environment.rb +1 -4
- data/app/graphgl/foreman_puppet/types/puppetclass.rb +1 -4
- data/app/models/foreman_puppet/puppetclass.rb +2 -2
- data/lib/foreman_puppet/register.rb +1 -1
- data/lib/foreman_puppet/version.rb +1 -1
- data/locale/ca/LC_MESSAGES/foreman_puppet.mo +0 -0
- data/locale/ca/foreman_puppet.edit.po +1221 -0
- data/locale/ca/foreman_puppet.po +41 -7
- data/locale/ca/foreman_puppet.po.time_stamp +0 -0
- data/locale/cs_CZ/LC_MESSAGES/foreman_puppet.mo +0 -0
- data/locale/cs_CZ/foreman_puppet.edit.po +1208 -0
- data/locale/cs_CZ/foreman_puppet.po +42 -8
- data/locale/cs_CZ/foreman_puppet.po.time_stamp +0 -0
- data/locale/de/LC_MESSAGES/foreman_puppet.mo +0 -0
- data/locale/de/foreman_puppet.edit.po +1300 -0
- data/locale/de/foreman_puppet.po +46 -12
- data/locale/de/foreman_puppet.po.time_stamp +0 -0
- data/locale/en/LC_MESSAGES/foreman_puppet.mo +0 -0
- data/locale/en/foreman_puppet.edit.po +998 -0
- data/locale/en/foreman_puppet.po +38 -5
- data/locale/en/foreman_puppet.po.time_stamp +0 -0
- data/locale/en/foreman_puppet.pox +0 -0
- data/locale/en_GB/LC_MESSAGES/foreman_puppet.mo +0 -0
- data/locale/en_GB/foreman_puppet.edit.po +1197 -0
- data/locale/en_GB/foreman_puppet.po +41 -7
- data/locale/en_GB/foreman_puppet.po.time_stamp +0 -0
- data/locale/es/LC_MESSAGES/foreman_puppet.mo +0 -0
- data/locale/es/foreman_puppet.edit.po +1275 -0
- data/locale/es/foreman_puppet.po +74 -38
- data/locale/es/foreman_puppet.po.time_stamp +0 -0
- data/locale/foreman_puppet.pot +71 -18
- data/locale/fr/LC_MESSAGES/foreman_puppet.mo +0 -0
- data/locale/fr/foreman_puppet.edit.po +1290 -0
- data/locale/fr/foreman_puppet.po +65 -28
- data/locale/fr/foreman_puppet.po.time_stamp +0 -0
- data/locale/gl/LC_MESSAGES/foreman_puppet.mo +0 -0
- data/locale/gl/foreman_puppet.edit.po +1203 -0
- data/locale/gl/foreman_puppet.po +41 -7
- data/locale/gl/foreman_puppet.po.time_stamp +0 -0
- data/locale/it/LC_MESSAGES/foreman_puppet.mo +0 -0
- data/locale/it/foreman_puppet.edit.po +1233 -0
- data/locale/it/foreman_puppet.po +44 -9
- data/locale/it/foreman_puppet.po.time_stamp +0 -0
- data/locale/ja/LC_MESSAGES/foreman_puppet.mo +0 -0
- data/locale/ja/foreman_puppet.edit.po +1223 -0
- data/locale/ja/foreman_puppet.po +58 -24
- data/locale/ja/foreman_puppet.po.time_stamp +0 -0
- data/locale/ka/LC_MESSAGES/foreman_puppet.mo +0 -0
- data/locale/ka/foreman_puppet.po +873 -0
- data/locale/ko/LC_MESSAGES/foreman_puppet.mo +0 -0
- data/locale/ko/foreman_puppet.edit.po +1197 -0
- data/locale/ko/foreman_puppet.po +42 -8
- data/locale/ko/foreman_puppet.po.time_stamp +0 -0
- data/locale/messages.mo +0 -0
- data/locale/nl_NL/LC_MESSAGES/foreman_puppet.mo +0 -0
- data/locale/nl_NL/foreman_puppet.edit.po +1228 -0
- data/locale/nl_NL/foreman_puppet.po +41 -7
- data/locale/nl_NL/foreman_puppet.po.time_stamp +0 -0
- data/locale/pl/LC_MESSAGES/foreman_puppet.mo +0 -0
- data/locale/pl/foreman_puppet.edit.po +1238 -0
- data/locale/pl/foreman_puppet.po +42 -8
- data/locale/pl/foreman_puppet.po.time_stamp +0 -0
- data/locale/pt_BR/LC_MESSAGES/foreman_puppet.mo +0 -0
- data/locale/pt_BR/foreman_puppet.edit.po +1281 -0
- data/locale/pt_BR/foreman_puppet.po +75 -40
- data/locale/pt_BR/foreman_puppet.po.time_stamp +0 -0
- data/locale/ru/LC_MESSAGES/foreman_puppet.mo +0 -0
- data/locale/ru/foreman_puppet.edit.po +1240 -0
- data/locale/ru/foreman_puppet.po +42 -8
- data/locale/ru/foreman_puppet.po.time_stamp +0 -0
- data/locale/sv_SE/LC_MESSAGES/foreman_puppet.mo +0 -0
- data/locale/sv_SE/foreman_puppet.edit.po +1205 -0
- data/locale/sv_SE/foreman_puppet.po +41 -7
- data/locale/sv_SE/foreman_puppet.po.time_stamp +0 -0
- data/locale/zh_CN/LC_MESSAGES/foreman_puppet.mo +0 -0
- data/locale/zh_CN/foreman_puppet.edit.po +1212 -0
- data/locale/zh_CN/foreman_puppet.po +63 -29
- data/locale/zh_CN/foreman_puppet.po.time_stamp +0 -0
- data/locale/zh_TW/LC_MESSAGES/foreman_puppet.mo +0 -0
- data/locale/zh_TW/foreman_puppet.edit.po +1197 -0
- data/locale/zh_TW/foreman_puppet.po +42 -8
- data/locale/zh_TW/foreman_puppet.po.time_stamp +0 -0
- data/test/graphql/mutations/hosts/create_mutation_test.rb +1 -2
- data/test/unit/foreman_puppet/global_id_test.rb +13 -0
- data/webpack/src/Components/Environments/Welcome.js +24 -5
- data/webpack/src/Extends/Host/PuppetTab/index.js +2 -0
- metadata +100 -58
data/locale/es/foreman_puppet.po
CHANGED
|
@@ -5,40 +5,43 @@
|
|
|
5
5
|
#
|
|
6
6
|
# Translators:
|
|
7
7
|
# Lukáš Zapletal, 2021
|
|
8
|
-
#
|
|
8
|
+
# fe37ea014ea122db60df81cd86b163af_742ef71 <ba9f59c06b0be83ac3724b1834a4c14b_93939>, 2021
|
|
9
9
|
# francis <hackgo@gmail.com>, 2021
|
|
10
|
-
# Jared Nelson <jared@ajpadilla.com>, 2021
|
|
11
10
|
# Gustavo Varela <gustavo.varela@gmail.com>, 2021
|
|
12
|
-
# Carmela Rubiños <carmela.rubinos@gmail.com>, 2021
|
|
13
|
-
# Amit Upadhye <aupadhye@redhat.com>, 2021
|
|
14
|
-
# Bryan Kearney <bryan.kearney@gmail.com>, 2021
|
|
15
11
|
# Sergio Ocón-Cárdenas <sergio.ocon@redhat.com>, 2021
|
|
16
12
|
# elobato <elobatocs@gmail.com>, 2021
|
|
13
|
+
# Bryan Kearney <bryan.kearney@gmail.com>, 2022
|
|
14
|
+
# Carmela Rubiños <carmela.rubinos@gmail.com>, 2022
|
|
15
|
+
# Jared Nelson <jared@ajpadilla.com>, 2022
|
|
16
|
+
# mbacovsky <martin.bacovsky@gmail.com>, 2022
|
|
17
|
+
# Amit Upadhye <aupadhye@redhat.com>, 2022
|
|
17
18
|
#
|
|
19
|
+
#, fuzzy
|
|
18
20
|
msgid ""
|
|
19
21
|
msgstr ""
|
|
20
|
-
"Project-Id-Version: foreman_puppet
|
|
22
|
+
"Project-Id-Version: foreman_puppet 5.0.0\n"
|
|
21
23
|
"Report-Msgid-Bugs-To: \n"
|
|
22
24
|
"PO-Revision-Date: 2021-02-03 16:30+0000\n"
|
|
23
|
-
"Last-Translator:
|
|
25
|
+
"Last-Translator: Amit Upadhye <aupadhye@redhat.com>, 2022\n"
|
|
24
26
|
"Language-Team: Spanish (https://www.transifex.com/foreman/teams/114/es/)\n"
|
|
25
27
|
"MIME-Version: 1.0\n"
|
|
26
28
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
27
29
|
"Content-Transfer-Encoding: 8bit\n"
|
|
28
30
|
"Language: es\n"
|
|
29
|
-
"Plural-Forms: nplurals=
|
|
31
|
+
"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 :"
|
|
32
|
+
" 2;\n"
|
|
30
33
|
|
|
31
34
|
msgid " Remove"
|
|
32
|
-
msgstr "
|
|
35
|
+
msgstr " Eliminar"
|
|
33
36
|
|
|
34
37
|
msgid "%s is not in environment"
|
|
35
38
|
msgstr "%s no está en el entorno"
|
|
36
39
|
|
|
37
40
|
msgid "%s out of sync disabled"
|
|
38
|
-
msgstr "%s
|
|
41
|
+
msgstr "%s desincronización desactivada"
|
|
39
42
|
|
|
40
43
|
msgid "%{model} with id '%{id}' was not found"
|
|
41
|
-
msgstr "
|
|
44
|
+
msgstr "%{model} con id '%{id}' no se encontró"
|
|
42
45
|
|
|
43
46
|
msgid "%{name} has %{num_tag} class"
|
|
44
47
|
msgid_plural "%{name} has %{num_tag} classes"
|
|
@@ -94,7 +97,7 @@ msgstr "Todos los entornos - (no filtrados)"
|
|
|
94
97
|
msgid "Allow assigning Puppet environments and classes to the Foreman Hosts."
|
|
95
98
|
msgstr ""
|
|
96
99
|
|
|
97
|
-
msgid "
|
|
100
|
+
msgid "Assigned classes"
|
|
98
101
|
msgstr ""
|
|
99
102
|
|
|
100
103
|
msgid "Available Classes"
|
|
@@ -112,9 +115,6 @@ msgstr ""
|
|
|
112
115
|
msgid "Cancel"
|
|
113
116
|
msgstr "Cancelar"
|
|
114
117
|
|
|
115
|
-
msgid "Certificates"
|
|
116
|
-
msgstr ""
|
|
117
|
-
|
|
118
118
|
msgid "Change Environment"
|
|
119
119
|
msgstr "Cambiar entorno"
|
|
120
120
|
|
|
@@ -128,7 +128,7 @@ msgid "Check/Uncheck all"
|
|
|
128
128
|
msgstr "Marcar/Desmarcar todos"
|
|
129
129
|
|
|
130
130
|
msgid "Check/Uncheck all %s changes"
|
|
131
|
-
msgstr "Marcar/Desmarcar todos los cambios %s"
|
|
131
|
+
msgstr "Marcar/Desmarcar todos los cambios %s "
|
|
132
132
|
|
|
133
133
|
msgid "Check/Uncheck new"
|
|
134
134
|
msgstr "Marcar/Desmarcar nuevos"
|
|
@@ -157,6 +157,9 @@ msgstr "Grupos de configuración"
|
|
|
157
157
|
msgid "Config Management"
|
|
158
158
|
msgstr "Administración de configuración"
|
|
159
159
|
|
|
160
|
+
msgid "Couldn't find any ENC data for this host"
|
|
161
|
+
msgstr ""
|
|
162
|
+
|
|
160
163
|
msgid "Create Config Group"
|
|
161
164
|
msgstr "Crear grupo de configuración"
|
|
162
165
|
|
|
@@ -185,7 +188,7 @@ msgid "Default value"
|
|
|
185
188
|
msgstr "Valor por defecto"
|
|
186
189
|
|
|
187
190
|
msgid "Delete %s?"
|
|
188
|
-
msgstr "
|
|
191
|
+
msgstr "Borrar %s?"
|
|
189
192
|
|
|
190
193
|
msgid "Delete a Puppet class"
|
|
191
194
|
msgstr "Borrar una clase Puppet"
|
|
@@ -203,7 +206,7 @@ msgid "Deleted environment"
|
|
|
203
206
|
msgstr "Entorno eliminado"
|
|
204
207
|
|
|
205
208
|
msgid "Deleted environment %{env} and %{pcs}"
|
|
206
|
-
msgstr "
|
|
209
|
+
msgstr "Entorno suprimido %{env} y %{pcs}"
|
|
207
210
|
|
|
208
211
|
msgid "Deprecated in favor of host/puppet_attributes/config_group_ids"
|
|
209
212
|
msgstr ""
|
|
@@ -227,7 +230,7 @@ msgid "Description of smart class"
|
|
|
227
230
|
msgstr "Descripción de clase inteligente"
|
|
228
231
|
|
|
229
232
|
msgid "Disable host configuration status turning to out of sync for %s after report does not arrive within configured interval"
|
|
230
|
-
msgstr "
|
|
233
|
+
msgstr "Desactivar el estado de configuración del host que pasa a fuera de sincronización para %s después de que el informe no llegue dentro del intervalo configurado."
|
|
231
234
|
|
|
232
235
|
msgid "Display hidden values"
|
|
233
236
|
msgstr "Mostrar valores ocultos"
|
|
@@ -235,6 +238,9 @@ msgstr "Mostrar valores ocultos"
|
|
|
235
238
|
msgid "Duration in minutes after servers reporting via Puppet are classed as out of sync."
|
|
236
239
|
msgstr "Duración en minutos después de que los servidores que informan mediante Puppet se clasifiquen como fuera de sincronización."
|
|
237
240
|
|
|
241
|
+
msgid "ENC Preview"
|
|
242
|
+
msgstr ""
|
|
243
|
+
|
|
238
244
|
msgid "ENC environment"
|
|
239
245
|
msgstr "Entorno ENC"
|
|
240
246
|
|
|
@@ -242,7 +248,7 @@ msgid "Edit %s"
|
|
|
242
248
|
msgstr "Editar %s"
|
|
243
249
|
|
|
244
250
|
msgid "Edit Puppet Class %s"
|
|
245
|
-
msgstr "Editar clase
|
|
251
|
+
msgstr "Editar clase de marioneta %s"
|
|
246
252
|
|
|
247
253
|
msgid "Empty environment"
|
|
248
254
|
msgstr "Entorno vacío"
|
|
@@ -250,6 +256,9 @@ msgstr "Entorno vacío"
|
|
|
250
256
|
msgid "Environment"
|
|
251
257
|
msgstr "Entorno"
|
|
252
258
|
|
|
259
|
+
msgid "Environment name"
|
|
260
|
+
msgstr "Nombre de entorno"
|
|
261
|
+
|
|
253
262
|
msgid "Environment only"
|
|
254
263
|
msgstr "Solo entorno"
|
|
255
264
|
|
|
@@ -259,20 +268,23 @@ msgstr "Entornos"
|
|
|
259
268
|
msgid "Environment|Name"
|
|
260
269
|
msgstr "Nombre"
|
|
261
270
|
|
|
271
|
+
msgid "Error!"
|
|
272
|
+
msgstr "Error"
|
|
273
|
+
|
|
262
274
|
msgid "Facts"
|
|
263
275
|
msgstr "Eventos"
|
|
264
276
|
|
|
265
277
|
msgid "Failed to import %{klass} for %{name}: doesn't exists in our database - ignoring"
|
|
266
|
-
msgstr "
|
|
278
|
+
msgstr "Error al importar %{klass} para %{name}: no existe en nuestra base de datos - ignorando"
|
|
267
279
|
|
|
268
280
|
msgid "Failed to set %{proxy_type} proxy for %{host}."
|
|
269
|
-
msgstr "
|
|
281
|
+
msgstr "Error al establecer %{proxy_type} proxy para %{host}."
|
|
270
282
|
|
|
271
283
|
msgid "Failed to update environments and Puppet classes from the on-disk Puppet installation: %s"
|
|
272
|
-
msgstr "
|
|
284
|
+
msgstr "Error al actualizar entornos y clases de Puppet desde la instalación de Puppet en disco: %s"
|
|
273
285
|
|
|
274
286
|
msgid "Failed to update the environments and Puppet classes from the on-disk puppet installation: %s"
|
|
275
|
-
msgstr "Error al actualizar los entornos y clases Puppet desde
|
|
287
|
+
msgstr "Error al actualizar los entornos y las clases de Puppet desde la instalación de puppet en disco: %s"
|
|
276
288
|
|
|
277
289
|
msgid "Filter by name"
|
|
278
290
|
msgstr "Filtrar por nombre"
|
|
@@ -298,6 +310,9 @@ msgstr "Foreman actualizará el entorno del host mediante eventos"
|
|
|
298
310
|
msgid "General"
|
|
299
311
|
msgstr "General"
|
|
300
312
|
|
|
313
|
+
msgid "Help"
|
|
314
|
+
msgstr "Ayuda"
|
|
315
|
+
|
|
301
316
|
msgid "Host Groups"
|
|
302
317
|
msgstr "Grupo del host"
|
|
303
318
|
|
|
@@ -377,7 +392,7 @@ msgid "Import Puppet classes"
|
|
|
377
392
|
msgstr "Importar clases Puppet"
|
|
378
393
|
|
|
379
394
|
msgid "Import classes from %s"
|
|
380
|
-
msgstr "Importar clases
|
|
395
|
+
msgstr "Importar clases de %s"
|
|
381
396
|
|
|
382
397
|
msgid "Import environments from %s"
|
|
383
398
|
msgstr "Importar entornos desde %s"
|
|
@@ -494,7 +509,7 @@ msgid "No environments found"
|
|
|
494
509
|
msgstr "No se encontraron entornos"
|
|
495
510
|
|
|
496
511
|
msgid "No parameters to override for Puppet class %s"
|
|
497
|
-
msgstr "No hay parámetros para
|
|
512
|
+
msgstr "No hay parámetros para la clase Puppet %s"
|
|
498
513
|
|
|
499
514
|
msgid "No proxy found to import classes from, ensure that the smart proxy has the Puppet feature enabled."
|
|
500
515
|
msgstr "No se encontró el Proxy para importar clases, asegúrese de que el proxy inteligente tenga la funcionalidad Puppet habilitada."
|
|
@@ -542,7 +557,7 @@ msgid "Optional comma-delimited stringcontaining either 'new', 'updated', or 'ob
|
|
|
542
557
|
msgstr ""
|
|
543
558
|
|
|
544
559
|
msgid "Optional parameter without value.<br/><i>Still managed by Foreman, the value will be empty.</i><br/>"
|
|
545
|
-
msgstr "Parámetro opcional sin valor.<br/><i>Aún
|
|
560
|
+
msgstr "Parámetro opcional sin valor.<br/><i>Aún gestionado por Foreman, el valor estará vacío.</i><br/>"
|
|
546
561
|
|
|
547
562
|
msgid "Organizations"
|
|
548
563
|
msgstr "Organizaciones"
|
|
@@ -583,6 +598,9 @@ msgstr "Puppet"
|
|
|
583
598
|
msgid "Puppet CA"
|
|
584
599
|
msgstr "CA Puppet"
|
|
585
600
|
|
|
601
|
+
msgid "Puppet CA Smart Proxy"
|
|
602
|
+
msgstr ""
|
|
603
|
+
|
|
586
604
|
msgid "Puppet Class"
|
|
587
605
|
msgstr "Clase Puppet"
|
|
588
606
|
|
|
@@ -604,9 +622,18 @@ msgstr "Entornos Puppet"
|
|
|
604
622
|
msgid "Puppet Modules"
|
|
605
623
|
msgstr "Módulos Puppet"
|
|
606
624
|
|
|
625
|
+
msgid "Puppet Smart Proxy"
|
|
626
|
+
msgstr ""
|
|
627
|
+
|
|
607
628
|
msgid "Puppet YAML"
|
|
608
629
|
msgstr ""
|
|
609
630
|
|
|
631
|
+
msgid "Puppet details"
|
|
632
|
+
msgstr ""
|
|
633
|
+
|
|
634
|
+
msgid "Puppet environment"
|
|
635
|
+
msgstr "Entorno de Puppet"
|
|
636
|
+
|
|
610
637
|
msgid "Puppet environments"
|
|
611
638
|
msgstr "Entornos Puppet"
|
|
612
639
|
|
|
@@ -646,8 +673,11 @@ msgstr "Eliminar esta sustitución"
|
|
|
646
673
|
msgid "Remove:"
|
|
647
674
|
msgstr "Eliminar:"
|
|
648
675
|
|
|
676
|
+
msgid "Reports"
|
|
677
|
+
msgstr "Informes"
|
|
678
|
+
|
|
649
679
|
msgid "Required parameter without value.<br/><b>Please override!</b><br/>"
|
|
650
|
-
msgstr "Parámetro
|
|
680
|
+
msgstr "Parámetro obligatorio sin valor.<br/><b>Por favor, anúlelo.</b><br/>"
|
|
651
681
|
|
|
652
682
|
msgid "Select environment"
|
|
653
683
|
msgstr "Seleccionar entorno"
|
|
@@ -691,14 +721,17 @@ msgstr "Parámetro de clase Inteligente"
|
|
|
691
721
|
msgid "Smart Class Parameters"
|
|
692
722
|
msgstr "Parámetros de clase inteligente"
|
|
693
723
|
|
|
724
|
+
msgid "Smart class parameters"
|
|
725
|
+
msgstr "Parámetros de clase inteligentes"
|
|
726
|
+
|
|
694
727
|
msgid "Some Puppet Classes are unavailable in the selected environment"
|
|
695
|
-
msgstr ""
|
|
728
|
+
msgstr "Algunas clases de Puppet no están disponibles en el entorno seleccionado"
|
|
696
729
|
|
|
697
730
|
msgid "Successfully overridden all parameters of Puppet class %s"
|
|
698
|
-
msgstr "Se han sobrescrito
|
|
731
|
+
msgstr "Se han sobrescrito correctamente todos los parámetros de la clase Puppet %s"
|
|
699
732
|
|
|
700
733
|
msgid "Successfully reset all parameters of Puppet class %s to their default values"
|
|
701
|
-
msgstr "
|
|
734
|
+
msgstr "Restablecidos con éxito todos los parámetros de la clase Puppet %s a sus valores por defecto"
|
|
702
735
|
|
|
703
736
|
msgid "Successfully updated environments and Puppet classes from the on-disk Puppet installation"
|
|
704
737
|
msgstr "Se actualizaron los entornos y clases Puppet con éxito desde la instalación de Puppet en disco"
|
|
@@ -709,19 +742,19 @@ msgstr[0] ""
|
|
|
709
742
|
msgstr[1] ""
|
|
710
743
|
|
|
711
744
|
msgid "The %{proxy_type} proxy of the selected hosts was cleared."
|
|
712
|
-
msgstr "Se
|
|
745
|
+
msgstr "Se ha borrado el proxy %{proxy_type} de los hosts seleccionados."
|
|
713
746
|
|
|
714
747
|
msgid "The %{proxy_type} proxy of the selected hosts was set to %{proxy_name}"
|
|
715
|
-
msgstr "El
|
|
748
|
+
msgstr "El %{proxy_type} proxy de los hosts seleccionados se estableció en %.{proxy_name}"
|
|
716
749
|
|
|
717
750
|
msgid "The %{proxy_type} proxy of the selected hosts was set to %{proxy_name}."
|
|
718
|
-
msgstr "El proxy %{proxy_type}
|
|
751
|
+
msgstr "El proxy %{proxy_type} de los hosts seleccionados se estableció en %{proxy_name}."
|
|
719
752
|
|
|
720
753
|
msgid "The class could not be saved because of an error in one of the class parameters."
|
|
721
754
|
msgstr "La clase no se pudo guardar debido a un error en uno de los parámetros de clase."
|
|
722
755
|
|
|
723
756
|
msgid "The final entry, Operating System default, can be set by editing the %s page."
|
|
724
|
-
msgstr "La última entrada,
|
|
757
|
+
msgstr "La última entrada, Sistema Operativo por defecto, puede configurarse editando la página %s."
|
|
725
758
|
|
|
726
759
|
msgid "The order in which values are resolved"
|
|
727
760
|
msgstr "El orden en el cual se resuelven los valores"
|
|
@@ -735,11 +768,14 @@ msgstr "No hay entornos Puppet configurados en este puppetmaster. Verifique la c
|
|
|
735
768
|
msgid "This Puppet class has no parameters in its signature."
|
|
736
769
|
msgstr "Esta clase Puppet no tiene parámetros en su firma."
|
|
737
770
|
|
|
771
|
+
msgid "This tab is still a work in progress"
|
|
772
|
+
msgstr ""
|
|
773
|
+
|
|
738
774
|
msgid "This will reset parameters of the class %s to their default values. Continue?"
|
|
739
|
-
msgstr "Esto restablecerá los parámetros de la clase %s a
|
|
775
|
+
msgstr "Esto restablecerá los parámetros de la clase %s a sus valores por defecto. ¿Continuar?"
|
|
740
776
|
|
|
741
777
|
msgid "This will set all parameters of the class %s as overridden. Continue?"
|
|
742
|
-
msgstr "
|
|
778
|
+
msgstr "Esto establecerá todos los parámetros de la clase %s como anulados. ¿Continuar?"
|
|
743
779
|
|
|
744
780
|
msgid "To update the class signature, go to the Puppet Classes page and select \"Import\"."
|
|
745
781
|
msgstr "Para actualizar la firma de clase, seleccione \"Importar\" en la página de clases Puppet."
|
|
@@ -835,4 +871,4 @@ msgid "must be true to edit the parameter"
|
|
|
835
871
|
msgstr "Debe ser verdadero para modificar el parámetro"
|
|
836
872
|
|
|
837
873
|
msgid "with id %{object_id} doesn't exist or is not assigned to proper organization and/or location"
|
|
838
|
-
msgstr "con
|
|
874
|
+
msgstr "con id %{object_id} no existe o no está asignado a la organización y/o ubicación adecuada"
|
|
File without changes
|
data/locale/foreman_puppet.pot
CHANGED
|
@@ -8,8 +8,8 @@ msgid ""
|
|
|
8
8
|
msgstr ""
|
|
9
9
|
"Project-Id-Version: foreman_puppet 1.0.0\n"
|
|
10
10
|
"Report-Msgid-Bugs-To: \n"
|
|
11
|
-
"POT-Creation-Date: 2022-
|
|
12
|
-
"PO-Revision-Date: 2022-
|
|
11
|
+
"POT-Creation-Date: 2022-12-13 19:47+0100\n"
|
|
12
|
+
"PO-Revision-Date: 2022-12-13 19:47+0100\n"
|
|
13
13
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
|
14
14
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
|
15
15
|
"Language: \n"
|
|
@@ -255,6 +255,8 @@ msgstr ""
|
|
|
255
255
|
|
|
256
256
|
#:
|
|
257
257
|
#: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:204
|
|
258
|
+
#: ../lib/foreman_puppet/register.rb:229
|
|
259
|
+
#: ../webpack/src/Extends/Fills/index.js:12
|
|
258
260
|
msgid "Puppet"
|
|
259
261
|
msgstr ""
|
|
260
262
|
|
|
@@ -580,6 +582,11 @@ msgstr ""
|
|
|
580
582
|
msgid "Create Puppet Environment"
|
|
581
583
|
msgstr ""
|
|
582
584
|
|
|
585
|
+
#: ../app/helpers/foreman_puppet/environments_helper.rb:14
|
|
586
|
+
#: ../app/views/foreman_puppet/config_groups/index.html.erb:7
|
|
587
|
+
msgid "Help"
|
|
588
|
+
msgstr ""
|
|
589
|
+
|
|
583
590
|
#: ../app/helpers/foreman_puppet/hosts_helper.rb:11
|
|
584
591
|
msgid "Change Environment"
|
|
585
592
|
msgstr ""
|
|
@@ -597,6 +604,7 @@ msgid "Puppet external nodes YAML dump"
|
|
|
597
604
|
msgstr ""
|
|
598
605
|
|
|
599
606
|
#: ../app/helpers/foreman_puppet/hosts_helper.rb:34
|
|
607
|
+
#: ../app/views/hosts/foreman_puppet/_form_list_env_field_header.html.erb:1
|
|
600
608
|
msgid "Puppet Environment"
|
|
601
609
|
msgstr ""
|
|
602
610
|
|
|
@@ -896,35 +904,35 @@ msgstr ""
|
|
|
896
904
|
msgid "Config Groups"
|
|
897
905
|
msgstr ""
|
|
898
906
|
|
|
899
|
-
#: ../app/views/foreman_puppet/config_groups/index.html.erb:
|
|
907
|
+
#: ../app/views/foreman_puppet/config_groups/index.html.erb:6
|
|
900
908
|
#: ../app/views/foreman_puppet/config_groups/new.html.erb:1
|
|
901
909
|
#: ../app/views/foreman_puppet/config_groups/welcome.html.erb:5
|
|
902
910
|
msgid "Create Config Group"
|
|
903
911
|
msgstr ""
|
|
904
912
|
|
|
905
|
-
#: ../app/views/foreman_puppet/config_groups/index.html.erb:
|
|
913
|
+
#: ../app/views/foreman_puppet/config_groups/index.html.erb:13
|
|
906
914
|
#: ../app/views/foreman_puppet/puppetclasses/index.html.erb:1
|
|
907
915
|
msgid "Puppet Classes"
|
|
908
916
|
msgstr ""
|
|
909
917
|
|
|
910
|
-
#: ../app/views/foreman_puppet/config_groups/index.html.erb:
|
|
918
|
+
#: ../app/views/foreman_puppet/config_groups/index.html.erb:14
|
|
911
919
|
#: ../app/views/foreman_puppet/environments/index.html.erb:9
|
|
912
920
|
#: ../app/views/foreman_puppet/puppetclasses/index.html.erb:12
|
|
913
921
|
msgid "Hosts"
|
|
914
922
|
msgstr ""
|
|
915
923
|
|
|
916
|
-
#: ../app/views/foreman_puppet/config_groups/index.html.erb:
|
|
924
|
+
#: ../app/views/foreman_puppet/config_groups/index.html.erb:15
|
|
917
925
|
#: ../app/views/foreman_puppet/puppetclasses/index.html.erb:11
|
|
918
926
|
msgid "Host Groups"
|
|
919
927
|
msgstr ""
|
|
920
928
|
|
|
921
|
-
#: ../app/views/foreman_puppet/config_groups/index.html.erb:
|
|
929
|
+
#: ../app/views/foreman_puppet/config_groups/index.html.erb:16
|
|
922
930
|
#: ../app/views/foreman_puppet/environments/index.html.erb:10
|
|
923
931
|
#: ../app/views/foreman_puppet/puppetclasses/index.html.erb:14
|
|
924
932
|
msgid "Actions"
|
|
925
933
|
msgstr ""
|
|
926
934
|
|
|
927
|
-
#: ../app/views/foreman_puppet/config_groups/index.html.erb:
|
|
935
|
+
#: ../app/views/foreman_puppet/config_groups/index.html.erb:27
|
|
928
936
|
#: ../app/views/foreman_puppet/puppetclasses/index.html.erb:36
|
|
929
937
|
msgid "Delete %s?"
|
|
930
938
|
msgstr ""
|
|
@@ -1164,23 +1172,13 @@ msgid "Add Combination"
|
|
|
1164
1172
|
msgstr ""
|
|
1165
1173
|
|
|
1166
1174
|
#: ../app/views/smart_proxies/plugins/_puppet.html.erb:3
|
|
1167
|
-
#: ../app/views/smart_proxies/plugins/_puppet_ca.html.erb:2
|
|
1168
1175
|
msgid "General"
|
|
1169
1176
|
msgstr ""
|
|
1170
1177
|
|
|
1171
1178
|
#: ../app/views/smart_proxies/plugins/_puppet.html.erb:12
|
|
1172
|
-
#: ../app/views/smart_proxies/plugins/_puppet_ca.html.erb:16
|
|
1173
1179
|
msgid "Hosts managed:"
|
|
1174
1180
|
msgstr ""
|
|
1175
1181
|
|
|
1176
|
-
#: ../app/views/smart_proxies/plugins/_puppet_ca.html.erb:4
|
|
1177
|
-
msgid "Certificates"
|
|
1178
|
-
msgstr ""
|
|
1179
|
-
|
|
1180
|
-
#: ../app/views/smart_proxies/plugins/_puppet_ca.html.erb:7
|
|
1181
|
-
msgid "Autosign entries"
|
|
1182
|
-
msgstr ""
|
|
1183
|
-
|
|
1184
1182
|
#: ../lib/foreman_puppet/register.rb:7
|
|
1185
1183
|
msgid "Facts"
|
|
1186
1184
|
msgstr ""
|
|
@@ -1240,6 +1238,10 @@ msgstr ""
|
|
|
1240
1238
|
msgid "Puppet ENC"
|
|
1241
1239
|
msgstr ""
|
|
1242
1240
|
|
|
1241
|
+
#: ../lib/foreman_puppet/register.rb:230
|
|
1242
|
+
msgid "Puppet env"
|
|
1243
|
+
msgstr ""
|
|
1244
|
+
|
|
1243
1245
|
#: ../webpack/src/Components/Environments/Welcome.js:13
|
|
1244
1246
|
msgid ""
|
|
1245
1247
|
"If you are planning to use Foreman as an external node classifier you should p"
|
|
@@ -1249,6 +1251,57 @@ msgid ""
|
|
|
1249
1251
|
"ronment importer.</a>"
|
|
1250
1252
|
msgstr ""
|
|
1251
1253
|
|
|
1254
|
+
#: ../webpack/src/Extends/Host/PuppetTab/Routes.js:15
|
|
1255
|
+
#: ../webpack/src/Extends/Host/PuppetTab/constants.js:6
|
|
1256
|
+
msgid "Assigned classes"
|
|
1257
|
+
msgstr ""
|
|
1258
|
+
|
|
1259
|
+
#: ../webpack/src/Extends/Host/PuppetTab/Routes.js:16
|
|
1260
|
+
#: ../webpack/src/Extends/Host/PuppetTab/Routes.js:22
|
|
1261
|
+
msgid "This tab is still a work in progress"
|
|
1262
|
+
msgstr ""
|
|
1263
|
+
|
|
1264
|
+
#: ../webpack/src/Extends/Host/PuppetTab/Routes.js:21
|
|
1265
|
+
#: ../webpack/src/Extends/Host/PuppetTab/constants.js:7
|
|
1266
|
+
msgid "Smart class parameters"
|
|
1267
|
+
msgstr ""
|
|
1268
|
+
|
|
1269
|
+
#: ../webpack/src/Extends/Host/PuppetTab/SubTabs/ENCPreview/index.js:28
|
|
1270
|
+
msgid "Couldn't find any ENC data for this host"
|
|
1271
|
+
msgstr ""
|
|
1272
|
+
|
|
1273
|
+
#: ../webpack/src/Extends/Host/PuppetTab/SubTabs/ENCPreview/index.js:34
|
|
1274
|
+
msgid "Error!"
|
|
1275
|
+
msgstr ""
|
|
1276
|
+
|
|
1277
|
+
#:
|
|
1278
|
+
#: ../webpack/src/Extends/Host/PuppetTab/SubTabs/Reports/components/DescriptionCard.js:23
|
|
1279
|
+
msgid "Puppet details"
|
|
1280
|
+
msgstr ""
|
|
1281
|
+
|
|
1282
|
+
#:
|
|
1283
|
+
#: ../webpack/src/Extends/Host/PuppetTab/SubTabs/Reports/components/DescriptionCard.js:26
|
|
1284
|
+
msgid "Puppet environment"
|
|
1285
|
+
msgstr ""
|
|
1286
|
+
|
|
1287
|
+
#:
|
|
1288
|
+
#: ../webpack/src/Extends/Host/PuppetTab/SubTabs/Reports/components/DescriptionCard.js:41
|
|
1289
|
+
msgid "Puppet Smart Proxy"
|
|
1290
|
+
msgstr ""
|
|
1291
|
+
|
|
1292
|
+
#:
|
|
1293
|
+
#: ../webpack/src/Extends/Host/PuppetTab/SubTabs/Reports/components/DescriptionCard.js:54
|
|
1294
|
+
msgid "Puppet CA Smart Proxy"
|
|
1295
|
+
msgstr ""
|
|
1296
|
+
|
|
1297
|
+
#: ../webpack/src/Extends/Host/PuppetTab/constants.js:4
|
|
1298
|
+
msgid "Reports"
|
|
1299
|
+
msgstr ""
|
|
1300
|
+
|
|
1301
|
+
#: ../webpack/src/Extends/Host/PuppetTab/constants.js:9
|
|
1302
|
+
msgid "ENC Preview"
|
|
1303
|
+
msgstr ""
|
|
1304
|
+
|
|
1252
1305
|
#: ../webpack/src/foreman_class_edit.js:146
|
|
1253
1306
|
msgid "Click to remove config group"
|
|
1254
1307
|
msgstr ""
|
|
Binary file
|