foreman_ansible 3.0.2 → 3.0.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (35) hide show
  1. checksums.yaml +4 -4
  2. data/app/controllers/api/v2/ansible_inventories_controller.rb +51 -0
  3. data/app/controllers/api/v2/ansible_roles_controller.rb +6 -2
  4. data/app/controllers/api/v2/ansible_variables_controller.rb +2 -0
  5. data/app/views/foreman_ansible/job_templates/ansible_roles_-_ansible_default.erb +1 -1
  6. data/app/views/foreman_ansible/job_templates/run_command_-_ansible_default.erb +3 -2
  7. data/config/routes.rb +9 -0
  8. data/lib/foreman_ansible/register.rb +8 -3
  9. data/lib/foreman_ansible/version.rb +1 -1
  10. data/locale/de/foreman_ansible.edit.po +271 -170
  11. data/locale/de/foreman_ansible.po +19 -1
  12. data/locale/en/foreman_ansible.edit.po +56 -32
  13. data/locale/en/foreman_ansible.po +19 -1
  14. data/locale/es/foreman_ansible.edit.po +296 -175
  15. data/locale/es/foreman_ansible.po +19 -1
  16. data/locale/foreman_ansible.pot +60 -32
  17. data/locale/fr/foreman_ansible.edit.po +310 -187
  18. data/locale/fr/foreman_ansible.po +19 -1
  19. data/locale/it/foreman_ansible.edit.po +214 -120
  20. data/locale/it/foreman_ansible.po +19 -1
  21. data/locale/ja/foreman_ansible.edit.po +276 -182
  22. data/locale/ja/foreman_ansible.po +19 -1
  23. data/locale/ko/foreman_ansible.edit.po +196 -116
  24. data/locale/ko/foreman_ansible.po +19 -1
  25. data/locale/pt_BR/foreman_ansible.edit.po +294 -173
  26. data/locale/pt_BR/foreman_ansible.po +19 -1
  27. data/locale/ru/foreman_ansible.edit.po +207 -113
  28. data/locale/ru/foreman_ansible.po +19 -1
  29. data/locale/zh_CN/foreman_ansible.edit.po +272 -183
  30. data/locale/zh_CN/foreman_ansible.po +19 -1
  31. data/locale/zh_TW/foreman_ansible.edit.po +196 -116
  32. data/locale/zh_TW/foreman_ansible.po +19 -1
  33. data/test/factories/ansible_variables.rb +1 -1
  34. data/test/functional/api/v2/ansible_inventories_controller_test.rb +51 -0
  35. metadata +5 -2
@@ -5,7 +5,7 @@
5
5
  #
6
6
  msgid ""
7
7
  msgstr ""
8
- "Project-Id-Version: foreman_ansible 3.0.0\n"
8
+ "Project-Id-Version: foreman_ansible 3.0.2\n"
9
9
  "Report-Msgid-Bugs-To: \n"
10
10
  "PO-Revision-Date: 2018-03-12 12:24-0400\n"
11
11
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
@@ -209,9 +209,15 @@ msgstr ""
209
209
  msgid "IDs of associated ansible roles"
210
210
  msgstr ""
211
211
 
212
+ msgid "IDs of hostgroups included in inventory"
213
+ msgstr ""
214
+
212
215
  msgid "IDs of hostgroups to play roles on"
213
216
  msgstr ""
214
217
 
218
+ msgid "IDs of hosts included in inventory"
219
+ msgstr ""
220
+
215
221
  msgid "IDs of hosts to play roles on"
216
222
  msgstr ""
217
223
 
@@ -446,6 +452,12 @@ msgstr ""
446
452
  msgid "Set the order in which values are resolved."
447
453
  msgstr ""
448
454
 
455
+ msgid "Show Ansible inventory for hostgroups"
456
+ msgstr ""
457
+
458
+ msgid "Show Ansible inventory for hosts"
459
+ msgstr ""
460
+
449
461
  msgid "Show role"
450
462
  msgstr ""
451
463
 
@@ -458,6 +470,9 @@ msgstr ""
458
470
  msgid "Smart Proxy to import from"
459
471
  msgstr ""
460
472
 
473
+ msgid "Smart proxy id is required"
474
+ msgstr ""
475
+
461
476
  msgid "Specify Matchers"
462
477
  msgstr ""
463
478
 
@@ -524,5 +539,8 @@ msgstr ""
524
539
  msgid "When enabled the parameter is hidden in the UI"
525
540
  msgstr ""
526
541
 
542
+ msgid "Whether to override variable or not"
543
+ msgstr ""
544
+
527
545
  msgid "WinRM cert Validation"
528
546
  msgstr ""
@@ -4,7 +4,7 @@
4
4
  #
5
5
  msgid ""
6
6
  msgstr ""
7
- "Project-Id-Version: foreman_ansible 2.3.0\n"
7
+ "Project-Id-Version: foreman_ansible 3.0.2\n"
8
8
  "Report-Msgid-Bugs-To: \n"
9
9
  "PO-Revision-Date: 2014-08-20 08:54+0100\n"
10
10
  "Last-Translator: Foreman Team <foreman-dev@googlegroups.com>\n"
@@ -43,6 +43,22 @@ msgstr ""
43
43
  msgid "No proxy found to import variables from, ensure that the smart proxy has the Ansible feature enabled."
44
44
  msgstr ""
45
45
 
46
+ #: ../app/controllers/api/v2/ansible_inventories_controller.rb:7 ../app/controllers/api/v2/ansible_inventories_controller.rb:12
47
+ msgid "Show Ansible inventory for hosts"
48
+ msgstr ""
49
+
50
+ #: ../app/controllers/api/v2/ansible_inventories_controller.rb:8 ../app/controllers/api/v2/ansible_inventories_controller.rb:13
51
+ msgid "IDs of hosts included in inventory"
52
+ msgstr ""
53
+
54
+ #: ../app/controllers/api/v2/ansible_inventories_controller.rb:17 ../app/controllers/api/v2/ansible_inventories_controller.rb:22
55
+ msgid "Show Ansible inventory for hostgroups"
56
+ msgstr ""
57
+
58
+ #: ../app/controllers/api/v2/ansible_inventories_controller.rb:18 ../app/controllers/api/v2/ansible_inventories_controller.rb:23
59
+ msgid "IDs of hostgroups included in inventory"
60
+ msgstr ""
61
+
46
62
  #: ../app/controllers/api/v2/ansible_override_values_controller.rb:17
47
63
  msgid "Override match"
48
64
  msgstr ""
@@ -67,34 +83,38 @@ msgstr ""
67
83
  msgid "List Ansible roles"
68
84
  msgstr ""
69
85
 
70
- #: ../app/controllers/api/v2/ansible_roles_controller.rb:28
86
+ #: ../app/controllers/api/v2/ansible_roles_controller.rb:29
71
87
  msgid "Deletes Ansible role"
72
88
  msgstr ""
73
89
 
74
- #: ../app/controllers/api/v2/ansible_roles_controller.rb:34
90
+ #: ../app/controllers/api/v2/ansible_roles_controller.rb:35
75
91
  msgid "Import Ansible roles"
76
92
  msgstr ""
77
93
 
78
- #: ../app/controllers/api/v2/ansible_roles_controller.rb:35 ../app/controllers/api/v2/ansible_roles_controller.rb:42 ../app/controllers/api/v2/ansible_variables_controller.rb:73 ../app/controllers/api/v2/ansible_variables_controller.rb:83
94
+ #: ../app/controllers/api/v2/ansible_roles_controller.rb:36 ../app/controllers/api/v2/ansible_roles_controller.rb:43 ../app/controllers/api/v2/ansible_variables_controller.rb:75 ../app/controllers/api/v2/ansible_variables_controller.rb:85
79
95
  msgid "Smart Proxy to import from"
80
96
  msgstr ""
81
97
 
82
- #: ../app/controllers/api/v2/ansible_roles_controller.rb:36
98
+ #: ../app/controllers/api/v2/ansible_roles_controller.rb:37
83
99
  msgid "Ansible role names to import"
84
100
  msgstr ""
85
101
 
86
- #: ../app/controllers/api/v2/ansible_roles_controller.rb:41
102
+ #: ../app/controllers/api/v2/ansible_roles_controller.rb:42
87
103
  msgid "Obsolete Ansible roles"
88
104
  msgstr ""
89
105
 
90
- #: ../app/controllers/api/v2/ansible_roles_controller.rb:48
106
+ #: ../app/controllers/api/v2/ansible_roles_controller.rb:49
91
107
  msgid "Fetch Ansible roles available to be imported"
92
108
  msgstr ""
93
109
 
94
- #: ../app/controllers/api/v2/ansible_roles_controller.rb:49
110
+ #: ../app/controllers/api/v2/ansible_roles_controller.rb:50
95
111
  msgid "Smart Proxy to fetch from"
96
112
  msgstr ""
97
113
 
114
+ #: ../app/controllers/api/v2/ansible_roles_controller.rb:73
115
+ msgid "Smart proxy id is required"
116
+ msgstr ""
117
+
98
118
  #: ../app/controllers/api/v2/ansible_variables_controller.rb:20
99
119
  msgid "Show variable"
100
120
  msgstr ""
@@ -103,71 +123,75 @@ msgstr ""
103
123
  msgid "List Ansible variables"
104
124
  msgstr ""
105
125
 
106
- #: ../app/controllers/api/v2/ansible_variables_controller.rb:30
126
+ #: ../app/controllers/api/v2/ansible_variables_controller.rb:31
107
127
  msgid "Deletes Ansible variable"
108
128
  msgstr ""
109
129
 
110
- #: ../app/controllers/api/v2/ansible_variables_controller.rb:39
130
+ #: ../app/controllers/api/v2/ansible_variables_controller.rb:40
111
131
  msgid "Name of variable"
112
132
  msgstr ""
113
133
 
114
- #: ../app/controllers/api/v2/ansible_variables_controller.rb:40
134
+ #: ../app/controllers/api/v2/ansible_variables_controller.rb:41
115
135
  msgid "Role ID"
116
136
  msgstr ""
117
137
 
118
- #: ../app/controllers/api/v2/ansible_variables_controller.rb:41
138
+ #: ../app/controllers/api/v2/ansible_variables_controller.rb:42
119
139
  msgid "Default value of variable"
120
140
  msgstr ""
121
141
 
122
- #: ../app/controllers/api/v2/ansible_variables_controller.rb:42
142
+ #: ../app/controllers/api/v2/ansible_variables_controller.rb:43
123
143
  msgid "When enabled the parameter is hidden in the UI"
124
144
  msgstr ""
125
145
 
126
- #: ../app/controllers/api/v2/ansible_variables_controller.rb:43
146
+ #: ../app/controllers/api/v2/ansible_variables_controller.rb:44
127
147
  msgid "The order in which values are resolved"
128
148
  msgstr ""
129
149
 
130
- #: ../app/controllers/api/v2/ansible_variables_controller.rb:44
150
+ #: ../app/controllers/api/v2/ansible_variables_controller.rb:45
131
151
  msgid "Description of variable"
132
152
  msgstr ""
133
153
 
134
- #: ../app/controllers/api/v2/ansible_variables_controller.rb:45
154
+ #: ../app/controllers/api/v2/ansible_variables_controller.rb:46
135
155
  msgid "Types of validation values"
136
156
  msgstr ""
137
157
 
138
- #: ../app/controllers/api/v2/ansible_variables_controller.rb:46
158
+ #: ../app/controllers/api/v2/ansible_variables_controller.rb:47
139
159
  msgid "Used to enforce certain values for the parameter values"
140
160
  msgstr ""
141
161
 
142
- #: ../app/controllers/api/v2/ansible_variables_controller.rb:47
162
+ #: ../app/controllers/api/v2/ansible_variables_controller.rb:48
143
163
  msgid "Types of variable values"
144
164
  msgstr ""
145
165
 
146
- #: ../app/controllers/api/v2/ansible_variables_controller.rb:48
166
+ #: ../app/controllers/api/v2/ansible_variables_controller.rb:49
147
167
  msgid "Merge all matching values (only array/hash type)"
148
168
  msgstr ""
149
169
 
150
- #: ../app/controllers/api/v2/ansible_variables_controller.rb:49
170
+ #: ../app/controllers/api/v2/ansible_variables_controller.rb:50
151
171
  msgid "Include default value when merging all matching values"
152
172
  msgstr ""
153
173
 
154
- #: ../app/controllers/api/v2/ansible_variables_controller.rb:50
174
+ #: ../app/controllers/api/v2/ansible_variables_controller.rb:51
155
175
  msgid "Remove duplicate values (only array type)"
156
176
  msgstr ""
157
177
 
158
- #: ../app/controllers/api/v2/ansible_variables_controller.rb:54
178
+ #: ../app/controllers/api/v2/ansible_variables_controller.rb:52
179
+ msgid "Whether to override variable or not"
180
+ msgstr ""
181
+
182
+ #: ../app/controllers/api/v2/ansible_variables_controller.rb:56
159
183
  msgid "Create Ansible variable"
160
184
  msgstr ""
161
185
 
162
- #: ../app/controllers/api/v2/ansible_variables_controller.rb:61
186
+ #: ../app/controllers/api/v2/ansible_variables_controller.rb:63
163
187
  msgid "Updates Ansible variable"
164
188
  msgstr ""
165
189
 
166
- #: ../app/controllers/api/v2/ansible_variables_controller.rb:71
190
+ #: ../app/controllers/api/v2/ansible_variables_controller.rb:73
167
191
  msgid "Import Ansible variables. This will only import variables for already existing roles, it will not import any new roles"
168
192
  msgstr ""
169
193
 
170
- #: ../app/controllers/api/v2/ansible_variables_controller.rb:81
194
+ #: ../app/controllers/api/v2/ansible_variables_controller.rb:83
171
195
  msgid "Obsolete Ansible variables. This will only obsolete variables for already existing roles, it will not delete any old roles"
172
196
  msgstr ""
173
197
 
@@ -359,7 +383,7 @@ msgstr ""
359
383
  msgid "Implementation for running Ansible"
360
384
  msgstr ""
361
385
 
362
- #: ../app/models/setting/ansible.rb:104 ../lib/foreman_ansible/register.rb:92
386
+ #: ../app/models/setting/ansible.rb:104 ../lib/foreman_ansible/register.rb:97
363
387
  msgid "Ansible"
364
388
  msgstr ""
365
389
 
@@ -467,7 +491,7 @@ msgstr ""
467
491
  msgid "Actions"
468
492
  msgstr ""
469
493
 
470
- #: ../app/views/ansible_roles/index.html.erb:27 ../lib/foreman_ansible/register.rb:98
494
+ #: ../app/views/ansible_roles/index.html.erb:27 ../lib/foreman_ansible/register.rb:103
471
495
  msgid "Variables"
472
496
  msgstr ""
473
497
 
@@ -653,7 +677,7 @@ msgstr ""
653
677
  msgid "Insights remediation on %{hosts_count} host(s) has finished successfully"
654
678
  msgstr ""
655
679
 
656
- #: ../lib/foreman_ansible/register.rb:94
680
+ #: ../lib/foreman_ansible/register.rb:99
657
681
  msgid "Roles"
658
682
  msgstr ""
659
683
 
@@ -674,19 +698,19 @@ msgid "Runs a given maintenance plan from Red Hat Access Insights given an ID."
674
698
  msgstr ""
675
699
 
676
700
  #: action_names.rb:2
677
- msgid "Import facts"
701
+ msgid "Remote action:"
678
702
  msgstr ""
679
703
 
680
704
  #: action_names.rb:3
681
- msgid "Action with sub plans"
705
+ msgid "Import Puppet classes"
682
706
  msgstr ""
683
707
 
684
708
  #: action_names.rb:4
685
- msgid "Import Puppet classes"
709
+ msgid "Import facts"
686
710
  msgstr ""
687
711
 
688
712
  #: action_names.rb:5
689
- msgid "Remote action:"
713
+ msgid "Action with sub plans"
690
714
  msgstr ""
691
715
 
692
716
  #: gemspec.rb:2
@@ -4,7 +4,7 @@
4
4
  #
5
5
  msgid ""
6
6
  msgstr ""
7
- "Project-Id-Version: foreman_ansible 3.0.0\n"
7
+ "Project-Id-Version: foreman_ansible 3.0.2\n"
8
8
  "Report-Msgid-Bugs-To: \n"
9
9
  "PO-Revision-Date: 2014-08-20 08:54+0100\n"
10
10
  "Last-Translator: Foreman Team <foreman-dev@googlegroups.com>\n"
@@ -207,9 +207,15 @@ msgstr ""
207
207
  msgid "IDs of associated ansible roles"
208
208
  msgstr ""
209
209
 
210
+ msgid "IDs of hostgroups included in inventory"
211
+ msgstr ""
212
+
210
213
  msgid "IDs of hostgroups to play roles on"
211
214
  msgstr ""
212
215
 
216
+ msgid "IDs of hosts included in inventory"
217
+ msgstr ""
218
+
213
219
  msgid "IDs of hosts to play roles on"
214
220
  msgstr ""
215
221
 
@@ -444,6 +450,12 @@ msgstr ""
444
450
  msgid "Set the order in which values are resolved."
445
451
  msgstr ""
446
452
 
453
+ msgid "Show Ansible inventory for hostgroups"
454
+ msgstr ""
455
+
456
+ msgid "Show Ansible inventory for hosts"
457
+ msgstr ""
458
+
447
459
  msgid "Show role"
448
460
  msgstr ""
449
461
 
@@ -456,6 +468,9 @@ msgstr ""
456
468
  msgid "Smart Proxy to import from"
457
469
  msgstr ""
458
470
 
471
+ msgid "Smart proxy id is required"
472
+ msgstr ""
473
+
459
474
  msgid "Specify Matchers"
460
475
  msgstr ""
461
476
 
@@ -522,5 +537,8 @@ msgstr ""
522
537
  msgid "When enabled the parameter is hidden in the UI"
523
538
  msgstr ""
524
539
 
540
+ msgid "Whether to override variable or not"
541
+ msgstr ""
542
+
525
543
  msgid "WinRM cert Validation"
526
544
  msgstr ""
@@ -1,33 +1,44 @@
1
- # Spanish translations for foreman_ansible package.
2
- # Copyright (C) 2018 THE PACKAGE'S COPYRIGHT HOLDER
1
+ # SOME DESCRIPTIVE TITLE.
2
+ # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
3
  # This file is distributed under the same license as the foreman_ansible package.
4
- # FIRST AUTHOR <EMAIL@ADDRESS>, 2018.
5
- #
4
+ # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
+ #
6
+ # Translators:
7
+ # Jared Nelson <jared@ajpadilla.com>, 2018
8
+ # Gustavo Varela <gustavo.varela@gmail.com>, 2018
9
+ # Carmela Rubiños <carmela.rubinos@gmail.com>, 2018
10
+ # Lukáš Zapletal, 2018
11
+ # francis <hackgo@gmail.com>, 2018
12
+ # Sergio Ocón <sergio.ocon@redhat.com>, 2019
13
+ # Félix Barbeira <fbarbeira@gmail.com>, 2019
14
+ # Bryan Kearney <bryan.kearney@gmail.com>, 2019
15
+ #
16
+ #, fuzzy
6
17
  msgid ""
7
18
  msgstr ""
8
- "Project-Id-Version: foreman_ansible 2.3.0\n"
19
+ "Project-Id-Version: foreman_ansible 3.0.2\n"
9
20
  "Report-Msgid-Bugs-To: \n"
10
- "PO-Revision-Date: 2018-03-12 12:24-0400\n"
11
- "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
12
- "Language-Team: Spanish\n"
13
- "Language: es\n"
21
+ "POT-Creation-Date: 2019-04-30 20:53+0200\n"
22
+ "PO-Revision-Date: 2018-11-14 21:36+0000\n"
23
+ "Last-Translator: Bryan Kearney <bryan.kearney@gmail.com>, 2019\n"
24
+ "Language-Team: Spanish (https://www.transifex.com/foreman/teams/114/es/)\n"
14
25
  "MIME-Version: 1.0\n"
15
26
  "Content-Type: text/plain; charset=UTF-8\n"
16
27
  "Content-Transfer-Encoding: 8bit\n"
17
- "Plural-Forms: nplurals=2; plural=n != 1;\n"
18
- "\n"
28
+ "Language: es\n"
29
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
19
30
 
20
31
  #: ../app/controllers/ansible_roles_controller.rb:35
21
32
  msgid "Import of roles successfully finished."
22
- msgstr ""
33
+ msgstr "Importación de roles finalizada correctamente."
23
34
 
24
35
  #: ../app/controllers/ansible_roles_controller.rb:50
25
36
  msgid "No changes in roles detected."
26
- msgstr ""
37
+ msgstr "No se detectaron cambios en roles."
27
38
 
28
39
  #: ../app/controllers/ansible_roles_controller.rb:51
29
40
  msgid "No changes in roles detected on %s."
30
- msgstr ""
41
+ msgstr "No se detectaron cambios en roles en %s."
31
42
 
32
43
  #: ../app/controllers/ansible_variables_controller.rb:39
33
44
  msgid "No changes in variables detected on %s."
@@ -42,16 +53,18 @@ msgid ""
42
53
  msgstr ""
43
54
 
44
55
  #: ../app/controllers/ansible_variables_controller.rb:102
45
- msgid "No proxy found to import variables from, ensure that the smart proxy has the Ansible feature enabled."
56
+ msgid ""
57
+ "No proxy found to import variables from, ensure that the smart proxy has the"
58
+ " Ansible feature enabled."
46
59
  msgstr ""
47
60
 
48
61
  #: ../app/controllers/api/v2/ansible_override_values_controller.rb:17
49
62
  msgid "Override match"
50
- msgstr ""
63
+ msgstr "Sustituir coincidencia"
51
64
 
52
65
  #: ../app/controllers/api/v2/ansible_override_values_controller.rb:18
53
66
  msgid "Override value, required if omit is false"
54
- msgstr ""
67
+ msgstr "Valor de reemplazo; obligatorio si omit es 'false'"
55
68
 
56
69
  #: ../app/controllers/api/v2/ansible_override_values_controller.rb:22
57
70
  msgid "Create an override value for a specific ansible variable"
@@ -63,39 +76,42 @@ msgstr ""
63
76
 
64
77
  #: ../app/controllers/api/v2/ansible_roles_controller.rb:18
65
78
  msgid "Show role"
66
- msgstr ""
79
+ msgstr "Mostrar rol"
67
80
 
68
81
  #: ../app/controllers/api/v2/ansible_roles_controller.rb:22
69
82
  msgid "List Ansible roles"
70
- msgstr ""
83
+ msgstr "Mostrar roles Ansible"
71
84
 
72
85
  #: ../app/controllers/api/v2/ansible_roles_controller.rb:28
73
86
  msgid "Deletes Ansible role"
74
- msgstr ""
87
+ msgstr "Elimina rol Ansible"
75
88
 
76
89
  #: ../app/controllers/api/v2/ansible_roles_controller.rb:34
77
90
  msgid "Import Ansible roles"
78
- msgstr ""
91
+ msgstr "Importar roles Ansible"
79
92
 
80
- #: ../app/controllers/api/v2/ansible_roles_controller.rb:35 ../app/controllers/api/v2/ansible_roles_controller.rb:42 ../app/controllers/api/v2/ansible_variables_controller.rb:73 ../app/controllers/api/v2/ansible_variables_controller.rb:83
93
+ #: ../app/controllers/api/v2/ansible_roles_controller.rb:35
94
+ #: ../app/controllers/api/v2/ansible_roles_controller.rb:42
95
+ #: ../app/controllers/api/v2/ansible_variables_controller.rb:73
96
+ #: ../app/controllers/api/v2/ansible_variables_controller.rb:83
81
97
  msgid "Smart Proxy to import from"
82
- msgstr ""
98
+ msgstr "Proxy inteligente desde el cual importar"
83
99
 
84
100
  #: ../app/controllers/api/v2/ansible_roles_controller.rb:36
85
101
  msgid "Ansible role names to import"
86
- msgstr ""
102
+ msgstr "Nombres de rol Ansible por importar"
87
103
 
88
104
  #: ../app/controllers/api/v2/ansible_roles_controller.rb:41
89
105
  msgid "Obsolete Ansible roles"
90
- msgstr ""
106
+ msgstr "Roles Ansible obsoletos"
91
107
 
92
108
  #: ../app/controllers/api/v2/ansible_roles_controller.rb:48
93
109
  msgid "Fetch Ansible roles available to be imported"
94
- msgstr ""
110
+ msgstr "Buscar roles Ansible disponibles para importar"
95
111
 
96
112
  #: ../app/controllers/api/v2/ansible_roles_controller.rb:49
97
113
  msgid "Smart Proxy to fetch from"
98
- msgstr ""
114
+ msgstr "Proxy inteligente desde el cual se debe buscar"
99
115
 
100
116
  #: ../app/controllers/api/v2/ansible_variables_controller.rb:20
101
117
  msgid "Show variable"
@@ -111,7 +127,7 @@ msgstr ""
111
127
 
112
128
  #: ../app/controllers/api/v2/ansible_variables_controller.rb:39
113
129
  msgid "Name of variable"
114
- msgstr ""
130
+ msgstr "Nombre de la variable"
115
131
 
116
132
  #: ../app/controllers/api/v2/ansible_variables_controller.rb:40
117
133
  msgid "Role ID"
@@ -119,43 +135,44 @@ msgstr ""
119
135
 
120
136
  #: ../app/controllers/api/v2/ansible_variables_controller.rb:41
121
137
  msgid "Default value of variable"
122
- msgstr ""
138
+ msgstr "Valor predeterminado de la variable"
123
139
 
124
140
  #: ../app/controllers/api/v2/ansible_variables_controller.rb:42
125
141
  msgid "When enabled the parameter is hidden in the UI"
126
- msgstr ""
142
+ msgstr "Al habilitarse, el parámetro está oculto en la UI."
127
143
 
128
144
  #: ../app/controllers/api/v2/ansible_variables_controller.rb:43
129
145
  msgid "The order in which values are resolved"
130
- msgstr ""
146
+ msgstr "El orden en el cual se resuelven los valores"
131
147
 
132
148
  #: ../app/controllers/api/v2/ansible_variables_controller.rb:44
133
149
  msgid "Description of variable"
134
- msgstr ""
150
+ msgstr "Descripción de la variable"
135
151
 
136
152
  #: ../app/controllers/api/v2/ansible_variables_controller.rb:45
137
153
  msgid "Types of validation values"
138
- msgstr ""
154
+ msgstr "Tipos de valores de validación"
139
155
 
140
156
  #: ../app/controllers/api/v2/ansible_variables_controller.rb:46
141
157
  msgid "Used to enforce certain values for the parameter values"
142
- msgstr ""
158
+ msgstr "Utilizado para imponer ciertos valores para los valores del parámetro"
143
159
 
144
160
  #: ../app/controllers/api/v2/ansible_variables_controller.rb:47
145
161
  msgid "Types of variable values"
146
- msgstr ""
162
+ msgstr "Tipos de valores de variable"
147
163
 
148
164
  #: ../app/controllers/api/v2/ansible_variables_controller.rb:48
149
165
  msgid "Merge all matching values (only array/hash type)"
150
- msgstr ""
166
+ msgstr "Combinar todos los valores que coinciden (solo tipo array/hash)"
151
167
 
152
168
  #: ../app/controllers/api/v2/ansible_variables_controller.rb:49
153
169
  msgid "Include default value when merging all matching values"
154
170
  msgstr ""
171
+ "Incluir el valor predeterminado al combinar todos los valores que coinciden"
155
172
 
156
173
  #: ../app/controllers/api/v2/ansible_variables_controller.rb:50
157
174
  msgid "Remove duplicate values (only array type)"
158
- msgstr ""
175
+ msgstr "Eliminar valores duplicados (solo tipo array)"
159
176
 
160
177
  #: ../app/controllers/api/v2/ansible_variables_controller.rb:54
161
178
  msgid "Create Ansible variable"
@@ -166,28 +183,32 @@ msgid "Updates Ansible variable"
166
183
  msgstr ""
167
184
 
168
185
  #: ../app/controllers/api/v2/ansible_variables_controller.rb:71
169
- msgid "Import Ansible variables. This will only import variables for already existing roles, it will not import any new roles"
186
+ msgid ""
187
+ "Import Ansible variables. This will only import variables for already "
188
+ "existing roles, it will not import any new roles"
170
189
  msgstr ""
171
190
 
172
191
  #: ../app/controllers/api/v2/ansible_variables_controller.rb:81
173
- msgid "Obsolete Ansible variables. This will only obsolete variables for already existing roles, it will not delete any old roles"
192
+ msgid ""
193
+ "Obsolete Ansible variables. This will only obsolete variables for already "
194
+ "existing roles, it will not delete any old roles"
174
195
  msgstr ""
175
196
 
176
197
  #: ../app/controllers/foreman_ansible/api/v2/hostgroups_controller_extensions.rb:20
177
198
  msgid "Plays Ansible roles on a hostgroup"
178
- msgstr ""
199
+ msgstr "Ejecuta roles Ansible en un grupo de hosts"
179
200
 
180
201
  #: ../app/controllers/foreman_ansible/api/v2/hostgroups_controller_extensions.rb:30
181
202
  msgid "Plays Ansible roles on hostgroups"
182
- msgstr ""
203
+ msgstr "Ejecuta roles Ansible en grupos de hosts"
183
204
 
184
205
  #: ../app/controllers/foreman_ansible/api/v2/hostgroups_controller_extensions.rb:31
185
206
  msgid "IDs of hostgroups to play roles on"
186
- msgstr ""
207
+ msgstr "ID de grupos de hosts en los que se ejecutan roles"
187
208
 
188
209
  #: ../app/controllers/foreman_ansible/api/v2/hostgroups_controller_extensions.rb:42
189
210
  msgid "List all Ansible roles for a hostgroup"
190
- msgstr ""
211
+ msgstr "Lista de todos los roles Ansible para un grupo de hosts"
191
212
 
192
213
  #: ../app/controllers/foreman_ansible/api/v2/hostgroups_controller_extensions.rb:53
193
214
  msgid "Assigns Ansible roles to a hostgroup"
@@ -197,25 +218,26 @@ msgstr ""
197
218
  msgid "Ansible roles to assign to a hostgroup"
198
219
  msgstr ""
199
220
 
200
- #: ../app/controllers/foreman_ansible/api/v2/hostgroups_param_group_extensions.rb:13 ../app/controllers/foreman_ansible/api/v2/hosts_param_group_extensions.rb:13
221
+ #: ../app/controllers/foreman_ansible/api/v2/hostgroups_param_group_extensions.rb:13
222
+ #: ../app/controllers/foreman_ansible/api/v2/hosts_param_group_extensions.rb:13
201
223
  msgid "IDs of associated ansible roles"
202
- msgstr ""
224
+ msgstr "ID de roles Ansible asociados"
203
225
 
204
226
  #: ../app/controllers/foreman_ansible/api/v2/hosts_controller_extensions.rb:26
205
227
  msgid "Plays Ansible roles on a host"
206
- msgstr ""
228
+ msgstr "Ejecuta roles Ansible en un host"
207
229
 
208
230
  #: ../app/controllers/foreman_ansible/api/v2/hosts_controller_extensions.rb:35
209
231
  msgid "Plays Ansible roles on hosts"
210
- msgstr ""
232
+ msgstr "Ejecuta roles Ansible en hosts"
211
233
 
212
234
  #: ../app/controllers/foreman_ansible/api/v2/hosts_controller_extensions.rb:36
213
235
  msgid "IDs of hosts to play roles on"
214
- msgstr ""
236
+ msgstr "ID de hosts en los que se ejecutan roles"
215
237
 
216
238
  #: ../app/controllers/foreman_ansible/api/v2/hosts_controller_extensions.rb:46
217
239
  msgid "List all Ansible roles for a host"
218
- msgstr ""
240
+ msgstr "Lista de todos los roles Ansible para un host"
219
241
 
220
242
  #: ../app/controllers/foreman_ansible/api/v2/hosts_controller_extensions.rb:56
221
243
  msgid "Assigns Ansible roles to a host"
@@ -227,19 +249,19 @@ msgstr ""
227
249
 
228
250
  #: ../app/controllers/foreman_ansible/concerns/hostgroups_controller_extensions.rb:27
229
251
  msgid "Host group has no associated hosts"
230
- msgstr ""
252
+ msgstr "El grupo de hosts no tiene hosts asociados"
231
253
 
232
254
  #: ../app/controllers/foreman_ansible/concerns/job_invocation_helper.rb:13
233
255
  msgid "There are no Ansible roles to play"
234
- msgstr ""
256
+ msgstr "No hay roles Ansible para ejecutar"
235
257
 
236
258
  #: ../app/controllers/foreman_ansible/concerns/job_invocation_helper.rb:15
237
259
  msgid "Could not run Ansible roles for %{host}"
238
- msgstr ""
260
+ msgstr "No fue posible ejecutar roles Ansible para %{host}"
239
261
 
240
262
  #: ../app/helpers/foreman_ansible/ansible_roles_helper.rb:8
241
263
  msgid "Import from %s"
242
- msgstr ""
264
+ msgstr "Importar de %s"
243
265
 
244
266
  #: ../app/helpers/foreman_ansible/ansible_roles_helper.rb:23
245
267
  msgid "Ansible Role"
@@ -247,111 +269,146 @@ msgstr ""
247
269
 
248
270
  #: ../app/helpers/foreman_ansible/ansible_roles_helper.rb:29
249
271
  msgid "Import"
250
- msgstr ""
272
+ msgstr "Importar"
251
273
 
252
274
  #: ../app/helpers/foreman_ansible/ansible_roles_helper.rb:35
253
275
  msgid "%s ago"
254
- msgstr ""
276
+ msgstr "Hace %s"
255
277
 
256
- #: ../app/helpers/foreman_ansible/hosts_helper_extensions.rb:13 ../app/lib/actions/foreman_ansible/helpers/host_common.rb:18
278
+ #: ../app/helpers/foreman_ansible/hosts_helper_extensions.rb:13
279
+ #: ../app/lib/actions/foreman_ansible/helpers/host_common.rb:18
257
280
  msgid "Play Ansible roles"
258
- msgstr ""
281
+ msgstr "Ejecutar roles Ansible"
259
282
 
260
283
  #: ../app/lib/actions/foreman_ansible/helpers/host_common.rb:10
261
284
  msgid "Playbook execution failed"
262
- msgstr ""
285
+ msgstr "Error en la ejecución del Playbook"
263
286
 
264
- #: ../app/lib/actions/foreman_ansible/helpers/host_common.rb:30 ../lib/foreman_ansible_core/remote_execution_core/ansible_runner.rb:36
287
+ #: ../app/lib/actions/foreman_ansible/helpers/host_common.rb:30
288
+ #: ../lib/foreman_ansible_core/remote_execution_core/ansible_runner.rb:36
265
289
  msgid "Error loading data from proxy"
266
- msgstr ""
290
+ msgstr "Error al cargar los datos del proxy"
267
291
 
268
292
  #: ../app/lib/actions/foreman_ansible/helpers/play_roles_description.rb:13
269
293
  msgid "Foreman"
270
- msgstr ""
294
+ msgstr "Foreman"
271
295
 
272
296
  #: ../app/lib/proxy_api/ansible.rb:27
273
297
  msgid "Unable to get roles from Ansible"
274
- msgstr ""
298
+ msgstr "No se pudieron obtener roles de Ansible"
275
299
 
276
300
  #: ../app/lib/proxy_api/ansible.rb:34 ../app/lib/proxy_api/ansible.rb:41
277
301
  msgid "Unable to get roles/variables from Ansible"
278
302
  msgstr ""
279
303
 
280
304
  #: ../app/models/setting/ansible.rb:20
281
- msgid "Use this to supply a path to an SSH Private Key that Ansible will use in lieu of a password Override with \"ansible_ssh_private_key_file\" host parameter"
305
+ msgid ""
306
+ "Use this to supply a path to an SSH Private Key that Ansible will use in "
307
+ "lieu of a password Override with \"ansible_ssh_private_key_file\" host "
308
+ "parameter"
282
309
  msgstr ""
310
+ "Utilice esto para proveer una ruta a una clave privada SSH que utilizará "
311
+ "Ansible, en lugar de un reemplazo de contraseña con el parámetro de host "
312
+ "\"ansible_ssh_private_key_file\""
283
313
 
284
314
  #: ../app/models/setting/ansible.rb:25
285
315
  msgid "Private Key Path"
286
- msgstr ""
316
+ msgstr "Ruta de clave privada"
287
317
 
288
318
  #: ../app/models/setting/ansible.rb:29
289
- msgid "Use this connection type by default when running Ansible playbooks. You can override this on hosts by adding a parameter \"ansible_connection\""
319
+ msgid ""
320
+ "Use this connection type by default when running Ansible playbooks. You can "
321
+ "override this on hosts by adding a parameter \"ansible_connection\""
290
322
  msgstr ""
323
+ "Utilice este tipo de conexión de forma predeterminada al ejecutar playbooks "
324
+ "de Ansible. Puede reemplazarlo en los hosts añadiendo un parámetro "
325
+ "\"ansible_connection\""
291
326
 
292
327
  #: ../app/models/setting/ansible.rb:33
293
328
  msgid "Connection type"
294
- msgstr ""
329
+ msgstr "Tipo de conexión"
295
330
 
296
331
  #: ../app/models/setting/ansible.rb:37
297
- msgid "Enable/disable WinRM server certificate validation when running Ansible playbooks. You can override this on hosts by adding a parameter \"ansible_winrm_server_cert_validation\""
332
+ msgid ""
333
+ "Enable/disable WinRM server certificate validation when running Ansible "
334
+ "playbooks. You can override this on hosts by adding a parameter "
335
+ "\"ansible_winrm_server_cert_validation\""
298
336
  msgstr ""
337
+ "Habilite/inhabilite la validación del certificado del servidor WinRM al "
338
+ "ejecutar playbooks de Ansible. Puede reemplazarlo en los hosts añadiendo un "
339
+ "parámetro \"ansible_winrm_server_cert_validation\""
299
340
 
300
341
  #: ../app/models/setting/ansible.rb:42
301
342
  msgid "WinRM cert Validation"
302
- msgstr ""
343
+ msgstr "Validación de certificado WinRM"
303
344
 
304
345
  #: ../app/models/setting/ansible.rb:46
305
- msgid "Foreman will add the this level of verbosity for additional debugging output when running Ansible playbooks."
346
+ msgid ""
347
+ "Foreman will add the this level of verbosity for additional debugging output"
348
+ " when running Ansible playbooks."
306
349
  msgstr ""
350
+ "Foreman añadirá este nivel de detalle para una salida de depuración "
351
+ "adicional al ejecutar playbooks de Ansible."
307
352
 
308
353
  #: ../app/models/setting/ansible.rb:49
309
354
  msgid "Default verbosity level"
310
- msgstr ""
355
+ msgstr "Nivel de detalle predeterminado"
311
356
 
312
357
  #: ../app/models/setting/ansible.rb:52
313
358
  msgid "Disabled"
314
- msgstr ""
359
+ msgstr "Deshabilitado"
315
360
 
316
361
  #: ../app/models/setting/ansible.rb:53
317
362
  msgid "Level 1 (-v)"
318
- msgstr ""
363
+ msgstr "Nivel 1 (-v)"
319
364
 
320
365
  #: ../app/models/setting/ansible.rb:54
321
366
  msgid "Level 2 (-vv)"
322
- msgstr ""
367
+ msgstr "Nivel 2 (-vv)"
323
368
 
324
369
  #: ../app/models/setting/ansible.rb:55
325
370
  msgid "Level 3 (-vvv)"
326
- msgstr ""
371
+ msgstr "Nivel 3 (-vvv)"
327
372
 
328
373
  #: ../app/models/setting/ansible.rb:56
329
374
  msgid "Level 4 (-vvvv)"
330
- msgstr ""
375
+ msgstr "Nivel 4 (-vvvv)"
331
376
 
332
377
  #: ../app/models/setting/ansible.rb:62
333
- msgid "Timeout (in seconds) to set when Foreman will trigger a play Ansible roles task after a host is fully provisioned. Set this to the maximum time you expect a host to take until it is ready after a reboot."
378
+ msgid ""
379
+ "Timeout (in seconds) to set when Foreman will trigger a play Ansible roles "
380
+ "task after a host is fully provisioned. Set this to the maximum time you "
381
+ "expect a host to take until it is ready after a reboot."
334
382
  msgstr ""
383
+ "Tiempo de espera (en segundos) a definir para cuando Foreman desencadene una"
384
+ " tarea de ejecución de roles Ansible después de aprovisionar un host por "
385
+ "completo. Defina este parámetro en el tiempo máximo que prevé que tardará un"
386
+ " host hasta estar listo tras un reinicio."
335
387
 
336
388
  #: ../app/models/setting/ansible.rb:67
337
389
  msgid "Post-provision timeout"
338
- msgstr ""
390
+ msgstr "Tiempo de espera después del aprovisionamiento"
339
391
 
340
392
  #: ../app/models/setting/ansible.rb:71
341
393
  msgid "Timeout (in minutes) when hosts should have reported."
342
- msgstr ""
394
+ msgstr "Límite de tiempo (en minutos) para informar los hosts."
343
395
 
344
396
  #: ../app/models/setting/ansible.rb:73
345
397
  msgid "Ansible report timeout"
346
- msgstr ""
398
+ msgstr "Límite de tiempo de informe de Ansible"
347
399
 
348
400
  #: ../app/models/setting/ansible.rb:77
349
- msgid "Disable host configuration status turning to out of sync for %{cfgmgmt} after report does not arrive within configured interval"
401
+ msgid ""
402
+ "Disable host configuration status turning to out of sync for %{cfgmgmt} "
403
+ "after report does not arrive within configured interval"
350
404
  msgstr ""
405
+ "Deshabilitar el estado de configuración de host que pasa a fuera de "
406
+ "sincronización para %{cfgmgmt} si el informe no llega dentro del intervalo "
407
+ "configurado"
351
408
 
352
409
  #: ../app/models/setting/ansible.rb:81
353
410
  msgid "%{cfgmgmt} out of sync disabled"
354
- msgstr ""
411
+ msgstr "%{cfgmgmt} fuera de sincronización deshabilitado"
355
412
 
356
413
  #: ../app/models/setting/ansible.rb:86
357
414
  msgid "Foreman will run Ansible playbooks using this implementation"
@@ -363,129 +420,156 @@ msgstr ""
363
420
 
364
421
  #: ../app/models/setting/ansible.rb:104 ../lib/foreman_ansible/register.rb:92
365
422
  msgid "Ansible"
366
- msgstr ""
423
+ msgstr "Ansible"
367
424
 
368
425
  #: ../app/services/foreman_ansible/insights_notification_builder.rb:51
369
426
  msgid "Remediation Plan"
370
- msgstr ""
427
+ msgstr "Plan de reparación"
371
428
 
372
- #: ../app/services/foreman_ansible/insights_notification_builder.rb:61 ../db/seeds.d/90_notification_blueprints.rb:13
429
+ #: ../app/services/foreman_ansible/insights_notification_builder.rb:61
430
+ #: ../db/seeds.d/90_notification_blueprints.rb:13
373
431
  msgid "Job Details"
374
- msgstr ""
432
+ msgstr "Detalles del trabajo"
375
433
 
376
434
  #: ../app/services/foreman_ansible/proxy_api.rb:13
377
435
  msgid "Proxy not found"
378
- msgstr ""
436
+ msgstr "No se encontró el proxy"
379
437
 
380
438
  #: ../app/views/ansible_roles/import.html.erb:1
381
439
  msgid "Changed Ansible roles"
382
- msgstr ""
440
+ msgstr "Roles Ansible cambiados"
383
441
 
384
- #: ../app/views/ansible_roles/import.html.erb:3 ../app/views/ansible_variables/import.html.erb:3
442
+ #: ../app/views/ansible_roles/import.html.erb:3
443
+ #: ../app/views/ansible_variables/import.html.erb:3
385
444
  msgid "Select the changes you want to realize in Foreman"
386
- msgstr ""
445
+ msgstr "Seleccionar los cambios que desea realizar en Foreman"
387
446
 
388
- #: ../app/views/ansible_roles/import.html.erb:5 ../app/views/ansible_variables/import.html.erb:5
447
+ #: ../app/views/ansible_roles/import.html.erb:5
448
+ #: ../app/views/ansible_variables/import.html.erb:5
389
449
  msgid "Toggle"
390
- msgstr ""
450
+ msgstr "Alternar"
391
451
 
392
- #: ../app/views/ansible_roles/import.html.erb:6 ../app/views/ansible_variables/import.html.erb:6
452
+ #: ../app/views/ansible_roles/import.html.erb:6
453
+ #: ../app/views/ansible_variables/import.html.erb:6
393
454
  msgid "New"
394
- msgstr ""
455
+ msgstr "Nuevo"
395
456
 
396
- #: ../app/views/ansible_roles/import.html.erb:8 ../app/views/ansible_variables/import.html.erb:8
457
+ #: ../app/views/ansible_roles/import.html.erb:8
458
+ #: ../app/views/ansible_variables/import.html.erb:8
397
459
  msgid "Check/Uncheck new"
398
- msgstr ""
460
+ msgstr "Marcar/Desmarcar nuevos"
399
461
 
400
- #: ../app/views/ansible_roles/import.html.erb:9 ../app/views/ansible_variables/import.html.erb:9
462
+ #: ../app/views/ansible_roles/import.html.erb:9
463
+ #: ../app/views/ansible_variables/import.html.erb:9
401
464
  msgid "Obsolete"
402
- msgstr ""
465
+ msgstr "Obsoleto"
403
466
 
404
- #: ../app/views/ansible_roles/import.html.erb:11 ../app/views/ansible_variables/import.html.erb:11
467
+ #: ../app/views/ansible_roles/import.html.erb:11
468
+ #: ../app/views/ansible_variables/import.html.erb:11
405
469
  msgid "Check/Uncheck obsolete"
406
- msgstr ""
470
+ msgstr "Marcar/Desmarcar obsoletos"
407
471
 
408
- #: ../app/views/ansible_roles/import.html.erb:19 ../app/views/ansible_variables/import.html.erb:22
472
+ #: ../app/views/ansible_roles/import.html.erb:19
473
+ #: ../app/views/ansible_variables/import.html.erb:22
409
474
  msgid "Check/Uncheck all"
410
- msgstr ""
475
+ msgstr "Marcar/Desmarcar todos"
411
476
 
412
- #: ../app/views/ansible_roles/import.html.erb:21 ../app/views/ansible_variables/import.html.erb:24
477
+ #: ../app/views/ansible_roles/import.html.erb:21
478
+ #: ../app/views/ansible_variables/import.html.erb:24
413
479
  msgid "Name"
414
- msgstr ""
480
+ msgstr "Nombre"
415
481
 
416
- #: ../app/views/ansible_roles/import.html.erb:22 ../app/views/ansible_variables/import.html.erb:26
482
+ #: ../app/views/ansible_roles/import.html.erb:22
483
+ #: ../app/views/ansible_variables/import.html.erb:26
417
484
  msgid "Hosts count"
418
- msgstr ""
485
+ msgstr "Conteo de hosts"
419
486
 
420
- #: ../app/views/ansible_roles/import.html.erb:23 ../app/views/ansible_variables/import.html.erb:27
487
+ #: ../app/views/ansible_roles/import.html.erb:23
488
+ #: ../app/views/ansible_variables/import.html.erb:27
421
489
  msgid "Hostgroups count"
422
- msgstr ""
490
+ msgstr "Conteo de grupos de hosts"
423
491
 
424
- #: ../app/views/ansible_roles/import.html.erb:24 ../app/views/ansible_variables/import.html.erb:28
492
+ #: ../app/views/ansible_roles/import.html.erb:24
493
+ #: ../app/views/ansible_variables/import.html.erb:28
425
494
  msgid "Operation"
426
- msgstr ""
495
+ msgstr "Operación"
427
496
 
428
- #: ../app/views/ansible_roles/import.html.erb:35 ../app/views/ansible_variables/import.html.erb:39
497
+ #: ../app/views/ansible_roles/import.html.erb:35
498
+ #: ../app/views/ansible_variables/import.html.erb:39
429
499
  msgid "Check/Uncheck all %s changes"
430
- msgstr ""
500
+ msgstr "Marcar/Desmarcar todos los cambios %s"
431
501
 
432
- #: ../app/views/ansible_roles/import.html.erb:40 ../app/views/ansible_variables/import.html.erb:45
502
+ #: ../app/views/ansible_roles/import.html.erb:40
503
+ #: ../app/views/ansible_variables/import.html.erb:45
433
504
  msgid "Add"
434
- msgstr ""
505
+ msgstr "Añadir"
435
506
 
436
- #: ../app/views/ansible_roles/import.html.erb:40 ../app/views/ansible_variables/import.html.erb:45
507
+ #: ../app/views/ansible_roles/import.html.erb:40
508
+ #: ../app/views/ansible_variables/import.html.erb:45
437
509
  msgid "Remove"
438
- msgstr ""
510
+ msgstr "Retirar"
439
511
 
440
- #: ../app/views/ansible_roles/import.html.erb:48 ../app/views/ansible_variables/import.html.erb:53
512
+ #: ../app/views/ansible_roles/import.html.erb:48
513
+ #: ../app/views/ansible_variables/import.html.erb:53
441
514
  msgid "Cancel"
442
- msgstr ""
515
+ msgstr "Cancelar"
443
516
 
444
- #: ../app/views/ansible_roles/import.html.erb:49 ../app/views/ansible_variables/import.html.erb:12 ../app/views/ansible_variables/import.html.erb:45 ../app/views/ansible_variables/import.html.erb:54
517
+ #: ../app/views/ansible_roles/import.html.erb:49
518
+ #: ../app/views/ansible_variables/import.html.erb:12
519
+ #: ../app/views/ansible_variables/import.html.erb:45
520
+ #: ../app/views/ansible_variables/import.html.erb:54
445
521
  msgid "Update"
446
- msgstr ""
522
+ msgstr "Actualizar"
447
523
 
448
- #: ../app/views/ansible_roles/index.html.erb:1 ../app/views/ansible_roles/welcome.html.erb:1 ../app/views/ansible_roles/welcome.html.erb:6 ../app/views/foreman_ansible/ansible_roles/_select_tab_title.html.erb:1
524
+ #: ../app/views/ansible_roles/index.html.erb:1
525
+ #: ../app/views/ansible_roles/welcome.html.erb:1
526
+ #: ../app/views/ansible_roles/welcome.html.erb:6
527
+ #: ../app/views/foreman_ansible/ansible_roles/_select_tab_title.html.erb:1
449
528
  msgid "Ansible Roles"
450
- msgstr ""
529
+ msgstr "Roles Ansible"
451
530
 
452
531
  #: ../app/views/ansible_roles/index.html.erb:9
453
532
  msgid "Role|Name"
454
- msgstr ""
533
+ msgstr "Nombre"
455
534
 
456
535
  #: ../app/views/ansible_roles/index.html.erb:10
457
536
  msgid "Hostgroups"
458
- msgstr ""
537
+ msgstr "Grupos de hosts"
459
538
 
460
539
  #: ../app/views/ansible_roles/index.html.erb:11
461
540
  msgid "Hosts"
462
- msgstr ""
541
+ msgstr "Hosts"
463
542
 
464
543
  #: ../app/views/ansible_roles/index.html.erb:12
465
544
  msgid "Imported at"
466
- msgstr ""
545
+ msgstr "Importado a las"
467
546
 
468
- #: ../app/views/ansible_roles/index.html.erb:13 ../app/views/ansible_variables/index.html.erb:16
547
+ #: ../app/views/ansible_roles/index.html.erb:13
548
+ #: ../app/views/ansible_variables/index.html.erb:16
469
549
  msgid "Actions"
470
- msgstr ""
550
+ msgstr "Acciones"
471
551
 
472
- #: ../app/views/ansible_roles/index.html.erb:27 ../lib/foreman_ansible/register.rb:98
552
+ #: ../app/views/ansible_roles/index.html.erb:27
553
+ #: ../lib/foreman_ansible/register.rb:98
473
554
  msgid "Variables"
474
- msgstr ""
555
+ msgstr "Variables"
475
556
 
476
- #: ../app/views/ansible_roles/index.html.erb:33 ../app/views/ansible_variables/index.html.erb:41
557
+ #: ../app/views/ansible_roles/index.html.erb:33
558
+ #: ../app/views/ansible_variables/index.html.erb:41
477
559
  msgid "Delete %s?"
478
- msgstr ""
560
+ msgstr "¿Borrar %s?"
479
561
 
480
562
  #: ../app/views/ansible_roles/welcome.html.erb:7
481
563
  msgid ""
482
564
  "No ansible roles were found in Foreman. If you want to assign roles to your hosts,\n"
483
565
  " you have to import them first."
484
566
  msgstr ""
567
+ "No se encontraron roles Ansible en Foreman. Si desea asignar roles a sus hosts,\n"
568
+ " debe importarlos primero."
485
569
 
486
570
  #: ../app/views/ansible_roles/welcome.html.erb:10
487
571
  msgid "Learn more about this in the documentation."
488
- msgstr ""
572
+ msgstr "Obtener más información acerca de esto en la documentación."
489
573
 
490
574
  #: ../app/views/ansible_variables/_fields.erb:4
491
575
  msgid "Ansible Variable Details (Imported)"
@@ -497,79 +581,106 @@ msgstr ""
497
581
 
498
582
  #: ../app/views/ansible_variables/_fields.erb:11
499
583
  msgid "Default Behavior"
500
- msgstr ""
584
+ msgstr "Comportamiento predeterminado"
501
585
 
502
586
  #: ../app/views/ansible_variables/_fields.erb:12
503
587
  msgid "Override the default value of the Ansible variable."
504
588
  msgstr ""
505
589
 
506
590
  #: ../app/views/ansible_variables/_fields.erb:14
507
- msgid "Mark the variable to be managed by Foreman. When the Ansible role of this variable is assigned to a host, the default value will be added to Ansible inventory as a host variable. Specify matchers to set a different value for such variable."
591
+ msgid ""
592
+ "Mark the variable to be managed by Foreman. When the Ansible role of this "
593
+ "variable is assigned to a host, the default value will be added to Ansible "
594
+ "inventory as a host variable. Specify matchers to set a different value for "
595
+ "such variable."
508
596
  msgstr ""
509
597
 
510
598
  #: ../app/views/ansible_variables/_fields.erb:27
511
599
  msgid "Value to use when there is no match."
512
- msgstr ""
600
+ msgstr "Valor a utilizar cuando no existen coincidencias"
513
601
 
514
602
  #: ../app/views/ansible_variables/_fields.erb:30
515
603
  msgid "Hidden Value"
516
- msgstr ""
604
+ msgstr "Valor oculto"
517
605
 
518
606
  #: ../app/views/ansible_variables/_fields.erb:33
519
607
  msgid "Hide all values for this parameter."
520
- msgstr ""
608
+ msgstr "Ocultar todos los valores para este parámetro"
521
609
 
522
610
  #: ../app/views/ansible_variables/_fields.erb:39
523
611
  msgid "Optional Input Validator"
524
- msgstr ""
612
+ msgstr "Validador de entrada opcional"
525
613
 
526
614
  #: ../app/views/ansible_variables/_fields.erb:41
527
- msgid "Before including these variables on your playbooks, Foreman will validate that your variables comply with the validation."
615
+ msgid ""
616
+ "Before including these variables on your playbooks, Foreman will validate "
617
+ "that your variables comply with the validation."
528
618
  msgstr ""
529
619
 
530
620
  #: ../app/views/ansible_variables/_fields.erb:44
531
- msgid "If checked, will raise an error if there is no default value and no matcher provide a value."
621
+ msgid ""
622
+ "If checked, will raise an error if there is no default value and no matcher "
623
+ "provide a value."
532
624
  msgstr ""
625
+ "Al seleccionarlo, aparecerá un error si no existe un valor predeterminado y "
626
+ "no existe ningún comparador que pueda proporcionar el valor."
533
627
 
534
628
  #: ../app/views/ansible_variables/_fields.erb:53
535
629
  msgid "Prioritize Attribute Order"
536
- msgstr ""
630
+ msgstr "Priorizar orden de atributos"
537
631
 
538
632
  #: ../app/views/ansible_variables/_fields.erb:54
539
633
  msgid "Set the order in which values are resolved."
540
- msgstr ""
634
+ msgstr "Establecer el orden en el cual se resuelven los valores"
541
635
 
542
636
  #: ../app/views/ansible_variables/_fields.erb:55
543
637
  msgid "Order"
544
- msgstr ""
638
+ msgstr "Orden"
545
639
 
546
640
  #: ../app/views/ansible_variables/_fields.erb:56
547
- msgid "The order in which matchers keys are processed, first match wins.<br> You may use multiple attributes as a matcher key, for example, an order of <code>host group, environment</code> would expect a matcher such as <code>hostgroup = \"web servers\", environment = production</code>"
641
+ msgid ""
642
+ "The order in which matchers keys are processed, first match wins.<br> You "
643
+ "may use multiple attributes as a matcher key, for example, an order of "
644
+ "<code>host group, environment</code> would expect a matcher such as "
645
+ "<code>hostgroup = \"web servers\", environment = production</code>"
548
646
  msgstr ""
647
+ "El orden en que se procesan las llaves de concordancia, la primera "
648
+ "concordancia gana.<br> Se pueden usar múltiples atributos como llave de "
649
+ "concordancia, por ejemplo, con una orden de <code>host group, "
650
+ "environment</code> se esperaría una comparación como <code>hostgroup = \"web"
651
+ " servers\", environment = production</code>"
549
652
 
550
653
  #: ../app/views/ansible_variables/_fields.erb:59
551
- msgid "Continue to look for matches after first find (only array/hash type)? Note: merging overrides ignores all matchers that are omitted."
654
+ msgid ""
655
+ "Continue to look for matches after first find (only array/hash type)? Note: "
656
+ "merging overrides ignores all matchers that are omitted."
552
657
  msgstr ""
658
+ "¿Desea continuar buscando coincidencias después del primer resultado (solo "
659
+ "tipo array/hash)? Nota: Fusionar las anulaciones ignora todos los "
660
+ "comparadores que están omitidos."
553
661
 
554
662
  #: ../app/views/ansible_variables/_fields.erb:61
555
663
  msgid "Include default value when merging all matching values."
556
664
  msgstr ""
665
+ "Incluir valor predeterminado al combinar todos los valores que coinciden"
557
666
 
558
667
  #: ../app/views/ansible_variables/_fields.erb:64
559
668
  msgid "Avoid duplicate values when merging them (only array type)?"
560
- msgstr ""
669
+ msgstr "¿Evitar valores duplicados al combinarlos (solo tipo array)?"
561
670
 
562
671
  #: ../app/views/ansible_variables/_fields.erb:68
563
672
  msgid "Specify Matchers"
564
- msgstr ""
673
+ msgstr "Especificar concordancias"
565
674
 
566
- #: ../app/views/ansible_variables/edit.html.erb:4 ../app/views/ansible_variables/index.html.erb:1 ../app/views/ansible_variables/new.html.erb:4
675
+ #: ../app/views/ansible_variables/edit.html.erb:4
676
+ #: ../app/views/ansible_variables/index.html.erb:1
677
+ #: ../app/views/ansible_variables/new.html.erb:4
567
678
  msgid "Ansible Variables"
568
679
  msgstr ""
569
680
 
570
681
  #: ../app/views/ansible_variables/edit.html.erb:8
571
682
  msgid "Edit %s"
572
- msgstr ""
683
+ msgstr "Editar %s"
573
684
 
574
685
  #: ../app/views/ansible_variables/edit.html.erb:13
575
686
  msgid "Edit Ansible Variable"
@@ -601,7 +712,7 @@ msgstr ""
601
712
 
602
713
  #: ../app/views/ansible_variables/index.html.erb:14
603
714
  msgid "Type"
604
- msgstr ""
715
+ msgstr "Tipo"
605
716
 
606
717
  #: ../app/views/ansible_variables/index.html.erb:15
607
718
  msgid "Imported?"
@@ -611,86 +722,96 @@ msgstr ""
611
722
  msgid "Overriden"
612
723
  msgstr ""
613
724
 
614
- #: ../app/views/ansible_variables/new.html.erb:8 ../app/views/ansible_variables/new.html.erb:13
725
+ #: ../app/views/ansible_variables/new.html.erb:8
726
+ #: ../app/views/ansible_variables/new.html.erb:13
615
727
  msgid "Create Ansible Variable"
616
728
  msgstr ""
617
729
 
618
730
  #: ../app/views/foreman_ansible/ansible_roles/_hostgroup_ansible_roles_button.erb:5
619
731
  msgid "Play Roles"
620
- msgstr ""
732
+ msgstr "Ejecutar roles"
621
733
 
622
734
  #: ../app/views/foreman_ansible/ansible_roles/_hostgroup_ansible_roles_button.erb:9
623
735
  msgid "Nest"
624
- msgstr ""
736
+ msgstr "Anidar"
625
737
 
626
738
  #: ../app/views/foreman_ansible/ansible_roles/_hostgroup_ansible_roles_button.erb:10
627
739
  msgid "Clone"
628
- msgstr ""
740
+ msgstr "Clonar"
629
741
 
630
742
  #: ../app/views/foreman_ansible/config_reports/_ansible.html.erb:7
631
743
  msgid "Level"
632
- msgstr ""
744
+ msgstr "Nivel"
633
745
 
634
746
  #: ../app/views/foreman_ansible/config_reports/_ansible.html.erb:8
635
747
  msgid "Module"
636
- msgstr ""
748
+ msgstr "Módulo"
637
749
 
638
750
  #: ../app/views/foreman_ansible/config_reports/_ansible.html.erb:9
639
751
  msgid "Arguments"
640
- msgstr ""
752
+ msgstr "Argumentos"
641
753
 
642
754
  #: ../app/views/foreman_ansible/config_reports/_ansible.html.erb:10
643
755
  msgid "Message"
644
- msgstr ""
756
+ msgstr "Mensaje"
645
757
 
646
758
  #: ../app/views/foreman_ansible/config_reports/_ansible.html.erb:23
647
759
  msgid "Nothing to show"
648
- msgstr ""
760
+ msgstr "Nada que mostrar"
649
761
 
650
762
  #: ../db/seeds.d/90_notification_blueprints.rb:5
651
763
  msgid "Jobs"
652
- msgstr ""
764
+ msgstr "Trabajos"
653
765
 
654
766
  #: ../db/seeds.d/90_notification_blueprints.rb:7
655
- msgid "Insights remediation on %{hosts_count} host(s) has finished successfully"
767
+ msgid ""
768
+ "Insights remediation on %{hosts_count} host(s) has finished successfully"
656
769
  msgstr ""
770
+ "La reparación de Insights en %{hosts_count} host(s) ha finalizado "
771
+ "correctamente"
657
772
 
658
773
  #: ../lib/foreman_ansible/register.rb:94
659
774
  msgid "Roles"
660
- msgstr ""
775
+ msgstr "Roles"
661
776
 
662
777
  #: ../lib/foreman_ansible/remote_execution.rb:20
663
778
  msgid "Run Ansible roles"
664
- msgstr ""
779
+ msgstr "Ejecutar roles Ansible"
665
780
 
666
781
  #: ../lib/foreman_ansible/remote_execution.rb:21
667
- msgid "Runs an Ansible playbook which contains all the roles defined for a host"
782
+ msgid ""
783
+ "Runs an Ansible playbook which contains all the roles defined for a host"
668
784
  msgstr ""
785
+ "Ejecuta un playbook de Ansible que contiene todos los roles definidos para "
786
+ "un host"
669
787
 
670
788
  #: ../lib/foreman_ansible/remote_execution.rb:27
671
789
  msgid "Ansible: Run Insights maintenance plan"
672
- msgstr ""
790
+ msgstr "Ansible: Ejecutar plan de mantenimiento de Insights"
673
791
 
674
792
  #: ../lib/foreman_ansible/remote_execution.rb:28
675
- msgid "Runs a given maintenance plan from Red Hat Access Insights given an ID."
793
+ msgid ""
794
+ "Runs a given maintenance plan from Red Hat Access Insights given an ID."
676
795
  msgstr ""
796
+ "Ejecuta un plan de mantenimiento determinado a partir de Red Hat Access "
797
+ "Insights con una ID."
677
798
 
678
799
  #: action_names.rb:2
679
- msgid "Import facts"
680
- msgstr ""
800
+ msgid "Remote action:"
801
+ msgstr "Acción remota:"
681
802
 
682
803
  #: action_names.rb:3
683
- msgid "Action with sub plans"
684
- msgstr ""
804
+ msgid "Import Puppet classes"
805
+ msgstr "Importar clases Puppet"
685
806
 
686
807
  #: action_names.rb:4
687
- msgid "Import Puppet classes"
688
- msgstr ""
808
+ msgid "Import facts"
809
+ msgstr "Importar datos"
689
810
 
690
811
  #: action_names.rb:5
691
- msgid "Remote action:"
692
- msgstr ""
812
+ msgid "Action with sub plans"
813
+ msgstr "Acción con subplanes"
693
814
 
694
815
  #: gemspec.rb:2
695
816
  msgid "Ansible support in Foreman"
696
- msgstr ""
817
+ msgstr "Compatibilidad de Ansible en Foreman"