foreman_ansible 3.0.6 → 3.0.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,33 +1,42 @@
1
- # Portuguese 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
+ # Flamarion Jorge <jorge.flamarion@gmail.com>, 2018
8
+ # Valeria S Silva <valeriassilva@live.com>, 2019
9
+ # Felipe Nogaroto Gonzalez <felipeng84@gmail.com>, 2019
10
+ # Dominic Cleal <dominic@cleal.org>, 2019
11
+ # Bryan Kearney <bryan.kearney@gmail.com>, 2019
12
+ # Luiz Henrique Vasconcelos <luizvasconceloss@yahoo.com.br>, 2019
13
+ #
14
+ #, fuzzy
6
15
  msgid ""
7
16
  msgstr ""
8
17
  "Project-Id-Version: foreman_ansible 3.0.0\n"
9
18
  "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: Portuguese\n"
13
- "Language: pt_BR\n"
19
+ "POT-Creation-Date: 2019-06-27 17:00+0200\n"
20
+ "PO-Revision-Date: 2018-11-14 21:36+0000\n"
21
+ "Last-Translator: Luiz Henrique Vasconcelos <luizvasconceloss@yahoo.com.br>, 2019\n"
22
+ "Language-Team: Portuguese (Brazil) (https://www.transifex.com/foreman/teams/114/pt_BR/)\n"
14
23
  "MIME-Version: 1.0\n"
15
24
  "Content-Type: text/plain; charset=UTF-8\n"
16
25
  "Content-Transfer-Encoding: 8bit\n"
17
- "Plural-Forms: nplurals=2; plural=n != 1;\n"
18
- "\n"
26
+ "Language: pt_BR\n"
27
+ "Plural-Forms: nplurals=2; plural=(n > 1);\n"
19
28
 
20
29
  #: ../app/controllers/ansible_roles_controller.rb:35
21
30
  msgid "Import of roles successfully finished."
22
- msgstr ""
31
+ msgstr "A importação de funções foi concluída com êxito."
23
32
 
24
33
  #: ../app/controllers/ansible_roles_controller.rb:50
25
34
  msgid "No changes in roles detected."
26
- msgstr ""
35
+ msgstr "Nenhuma alteração detectada em funções."
27
36
 
28
37
  #: ../app/controllers/ansible_roles_controller.rb:51
29
38
  msgid "No changes in roles detected on %s."
30
- msgstr ""
39
+ msgstr "Nenhum alteração detectada em funções em %s."
31
40
 
32
41
  #: ../app/controllers/ansible_variables_controller.rb:39
33
42
  msgid "No changes in variables detected on %s."
@@ -42,16 +51,38 @@ msgid ""
42
51
  msgstr ""
43
52
 
44
53
  #: ../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."
54
+ msgid ""
55
+ "No proxy found to import variables from, ensure that the smart proxy has the"
56
+ " Ansible feature enabled."
57
+ msgstr ""
58
+
59
+ #: ../app/controllers/api/v2/ansible_inventories_controller.rb:7
60
+ #: ../app/controllers/api/v2/ansible_inventories_controller.rb:12
61
+ msgid "Show Ansible inventory for hosts"
62
+ msgstr ""
63
+
64
+ #: ../app/controllers/api/v2/ansible_inventories_controller.rb:8
65
+ #: ../app/controllers/api/v2/ansible_inventories_controller.rb:13
66
+ msgid "IDs of hosts included in inventory"
67
+ msgstr ""
68
+
69
+ #: ../app/controllers/api/v2/ansible_inventories_controller.rb:17
70
+ #: ../app/controllers/api/v2/ansible_inventories_controller.rb:22
71
+ msgid "Show Ansible inventory for hostgroups"
72
+ msgstr ""
73
+
74
+ #: ../app/controllers/api/v2/ansible_inventories_controller.rb:18
75
+ #: ../app/controllers/api/v2/ansible_inventories_controller.rb:23
76
+ msgid "IDs of hostgroups included in inventory"
46
77
  msgstr ""
47
78
 
48
79
  #: ../app/controllers/api/v2/ansible_override_values_controller.rb:17
49
80
  msgid "Override match"
50
- msgstr ""
81
+ msgstr "perfeita substituição"
51
82
 
52
83
  #: ../app/controllers/api/v2/ansible_override_values_controller.rb:18
53
84
  msgid "Override value, required if omit is false"
54
- msgstr ""
85
+ msgstr "Valor de substituição, necessário se omitir for falso"
55
86
 
56
87
  #: ../app/controllers/api/v2/ansible_override_values_controller.rb:22
57
88
  msgid "Create an override value for a specific ansible variable"
@@ -63,38 +94,45 @@ msgstr ""
63
94
 
64
95
  #: ../app/controllers/api/v2/ansible_roles_controller.rb:18
65
96
  msgid "Show role"
66
- msgstr ""
97
+ msgstr "Mostrar função"
67
98
 
68
99
  #: ../app/controllers/api/v2/ansible_roles_controller.rb:22
69
100
  msgid "List Ansible roles"
70
- msgstr ""
101
+ msgstr "Listar regras do Ansible"
71
102
 
72
- #: ../app/controllers/api/v2/ansible_roles_controller.rb:28
103
+ #: ../app/controllers/api/v2/ansible_roles_controller.rb:29
73
104
  msgid "Deletes Ansible role"
74
- msgstr ""
105
+ msgstr "Excluir função do Ansible"
75
106
 
76
- #: ../app/controllers/api/v2/ansible_roles_controller.rb:34
107
+ #: ../app/controllers/api/v2/ansible_roles_controller.rb:35
77
108
  msgid "Import Ansible roles"
78
- msgstr ""
109
+ msgstr "Importar funções do Ansible"
79
110
 
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
111
+ #: ../app/controllers/api/v2/ansible_roles_controller.rb:36
112
+ #: ../app/controllers/api/v2/ansible_roles_controller.rb:43
113
+ #: ../app/controllers/api/v2/ansible_variables_controller.rb:75
114
+ #: ../app/controllers/api/v2/ansible_variables_controller.rb:85
81
115
  msgid "Smart Proxy to import from"
82
- msgstr ""
116
+ msgstr "Proxy inteligente a partir do qual importar"
83
117
 
84
- #: ../app/controllers/api/v2/ansible_roles_controller.rb:36
118
+ #: ../app/controllers/api/v2/ansible_roles_controller.rb:37
85
119
  msgid "Ansible role names to import"
86
- msgstr ""
120
+ msgstr "Nomes das funções do Ansible a serem importadas"
87
121
 
88
- #: ../app/controllers/api/v2/ansible_roles_controller.rb:41
122
+ #: ../app/controllers/api/v2/ansible_roles_controller.rb:42
89
123
  msgid "Obsolete Ansible roles"
90
- msgstr ""
124
+ msgstr "Funções do Ansible obsoletas"
91
125
 
92
- #: ../app/controllers/api/v2/ansible_roles_controller.rb:48
126
+ #: ../app/controllers/api/v2/ansible_roles_controller.rb:49
93
127
  msgid "Fetch Ansible roles available to be imported"
94
- msgstr ""
128
+ msgstr "Buscar funções do Ansible disponíveis a serem importadas"
95
129
 
96
- #: ../app/controllers/api/v2/ansible_roles_controller.rb:49
130
+ #: ../app/controllers/api/v2/ansible_roles_controller.rb:50
97
131
  msgid "Smart Proxy to fetch from"
132
+ msgstr "Proxy inteligente a partir do qual buscar"
133
+
134
+ #: ../app/controllers/api/v2/ansible_roles_controller.rb:73
135
+ msgid "Smart proxy id is required"
98
136
  msgstr ""
99
137
 
100
138
  #: ../app/controllers/api/v2/ansible_variables_controller.rb:20
@@ -105,89 +143,99 @@ msgstr ""
105
143
  msgid "List Ansible variables"
106
144
  msgstr ""
107
145
 
108
- #: ../app/controllers/api/v2/ansible_variables_controller.rb:30
146
+ #: ../app/controllers/api/v2/ansible_variables_controller.rb:31
109
147
  msgid "Deletes Ansible variable"
110
148
  msgstr ""
111
149
 
112
- #: ../app/controllers/api/v2/ansible_variables_controller.rb:39
150
+ #: ../app/controllers/api/v2/ansible_variables_controller.rb:40
113
151
  msgid "Name of variable"
114
- msgstr ""
152
+ msgstr "Nome da variável"
115
153
 
116
- #: ../app/controllers/api/v2/ansible_variables_controller.rb:40
154
+ #: ../app/controllers/api/v2/ansible_variables_controller.rb:41
117
155
  msgid "Role ID"
118
156
  msgstr ""
119
157
 
120
- #: ../app/controllers/api/v2/ansible_variables_controller.rb:41
158
+ #: ../app/controllers/api/v2/ansible_variables_controller.rb:42
121
159
  msgid "Default value of variable"
122
- msgstr ""
160
+ msgstr "Valor padrão da variável"
123
161
 
124
- #: ../app/controllers/api/v2/ansible_variables_controller.rb:42
162
+ #: ../app/controllers/api/v2/ansible_variables_controller.rb:43
125
163
  msgid "When enabled the parameter is hidden in the UI"
126
- msgstr ""
164
+ msgstr "Quando habilitado, o parâmetro fica oculto na IU "
127
165
 
128
- #: ../app/controllers/api/v2/ansible_variables_controller.rb:43
166
+ #: ../app/controllers/api/v2/ansible_variables_controller.rb:44
129
167
  msgid "The order in which values are resolved"
130
- msgstr ""
168
+ msgstr "A ordem na qual os valores são resolvidos"
131
169
 
132
- #: ../app/controllers/api/v2/ansible_variables_controller.rb:44
170
+ #: ../app/controllers/api/v2/ansible_variables_controller.rb:45
133
171
  msgid "Description of variable"
134
- msgstr ""
172
+ msgstr "Descrição da variável"
135
173
 
136
- #: ../app/controllers/api/v2/ansible_variables_controller.rb:45
174
+ #: ../app/controllers/api/v2/ansible_variables_controller.rb:46
137
175
  msgid "Types of validation values"
138
- msgstr ""
176
+ msgstr "Tipos de valores de validação"
139
177
 
140
- #: ../app/controllers/api/v2/ansible_variables_controller.rb:46
178
+ #: ../app/controllers/api/v2/ansible_variables_controller.rb:47
141
179
  msgid "Used to enforce certain values for the parameter values"
142
- msgstr ""
180
+ msgstr "Usado para impor certos valores aos valores do parâmetro "
143
181
 
144
- #: ../app/controllers/api/v2/ansible_variables_controller.rb:47
182
+ #: ../app/controllers/api/v2/ansible_variables_controller.rb:48
145
183
  msgid "Types of variable values"
146
- msgstr ""
184
+ msgstr "Tipos de valores de validação"
147
185
 
148
- #: ../app/controllers/api/v2/ansible_variables_controller.rb:48
186
+ #: ../app/controllers/api/v2/ansible_variables_controller.rb:49
149
187
  msgid "Merge all matching values (only array/hash type)"
150
188
  msgstr ""
189
+ "Mesclar todos os valores correspondentes (somente tipo de hash/ matriz)"
151
190
 
152
- #: ../app/controllers/api/v2/ansible_variables_controller.rb:49
191
+ #: ../app/controllers/api/v2/ansible_variables_controller.rb:50
153
192
  msgid "Include default value when merging all matching values"
154
193
  msgstr ""
194
+ "Incluir valor padrão quando mesclando todos os valores correspondentes "
155
195
 
156
- #: ../app/controllers/api/v2/ansible_variables_controller.rb:50
196
+ #: ../app/controllers/api/v2/ansible_variables_controller.rb:51
157
197
  msgid "Remove duplicate values (only array type)"
198
+ msgstr "Remover valores duplicados (somente tipo de matriz)"
199
+
200
+ #: ../app/controllers/api/v2/ansible_variables_controller.rb:52
201
+ msgid "Whether to override variable or not"
158
202
  msgstr ""
159
203
 
160
- #: ../app/controllers/api/v2/ansible_variables_controller.rb:54
204
+ #: ../app/controllers/api/v2/ansible_variables_controller.rb:56
161
205
  msgid "Create Ansible variable"
162
206
  msgstr ""
163
207
 
164
- #: ../app/controllers/api/v2/ansible_variables_controller.rb:61
208
+ #: ../app/controllers/api/v2/ansible_variables_controller.rb:63
165
209
  msgid "Updates Ansible variable"
166
210
  msgstr ""
167
211
 
168
- #: ../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"
212
+ #: ../app/controllers/api/v2/ansible_variables_controller.rb:73
213
+ msgid ""
214
+ "Import Ansible variables. This will only import variables for already "
215
+ "existing roles, it will not import any new roles"
170
216
  msgstr ""
171
217
 
172
- #: ../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"
218
+ #: ../app/controllers/api/v2/ansible_variables_controller.rb:83
219
+ msgid ""
220
+ "Obsolete Ansible variables. This will only obsolete variables for already "
221
+ "existing roles, it will not delete any old roles"
174
222
  msgstr ""
175
223
 
176
224
  #: ../app/controllers/foreman_ansible/api/v2/hostgroups_controller_extensions.rb:20
177
225
  msgid "Plays Ansible roles on a hostgroup"
178
- msgstr ""
226
+ msgstr "Executa as funções do Ansible em um grupo de hosts"
179
227
 
180
228
  #: ../app/controllers/foreman_ansible/api/v2/hostgroups_controller_extensions.rb:30
181
229
  msgid "Plays Ansible roles on hostgroups"
182
- msgstr ""
230
+ msgstr "Executa as funções do Ansible em grupos de hosts"
183
231
 
184
232
  #: ../app/controllers/foreman_ansible/api/v2/hostgroups_controller_extensions.rb:31
185
233
  msgid "IDs of hostgroups to play roles on"
186
- msgstr ""
234
+ msgstr "IDs de grupos de hosts nas quais executar funções"
187
235
 
188
236
  #: ../app/controllers/foreman_ansible/api/v2/hostgroups_controller_extensions.rb:42
189
237
  msgid "List all Ansible roles for a hostgroup"
190
- msgstr ""
238
+ msgstr "Lista de todas as funções do Ansible para um grupo de hosts"
191
239
 
192
240
  #: ../app/controllers/foreman_ansible/api/v2/hostgroups_controller_extensions.rb:53
193
241
  msgid "Assigns Ansible roles to a hostgroup"
@@ -197,25 +245,26 @@ msgstr ""
197
245
  msgid "Ansible roles to assign to a hostgroup"
198
246
  msgstr ""
199
247
 
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
248
+ #: ../app/controllers/foreman_ansible/api/v2/hostgroups_param_group_extensions.rb:13
249
+ #: ../app/controllers/foreman_ansible/api/v2/hosts_param_group_extensions.rb:13
201
250
  msgid "IDs of associated ansible roles"
202
- msgstr ""
251
+ msgstr "IDs das funções do Ansible associadas"
203
252
 
204
253
  #: ../app/controllers/foreman_ansible/api/v2/hosts_controller_extensions.rb:26
205
254
  msgid "Plays Ansible roles on a host"
206
- msgstr ""
255
+ msgstr "Executa as funções do Ansible em um host"
207
256
 
208
257
  #: ../app/controllers/foreman_ansible/api/v2/hosts_controller_extensions.rb:35
209
258
  msgid "Plays Ansible roles on hosts"
210
- msgstr ""
259
+ msgstr "Executa as funções do Ansible em hosts"
211
260
 
212
261
  #: ../app/controllers/foreman_ansible/api/v2/hosts_controller_extensions.rb:36
213
262
  msgid "IDs of hosts to play roles on"
214
- msgstr ""
263
+ msgstr "IDs dos hosts nos quais executar funções"
215
264
 
216
265
  #: ../app/controllers/foreman_ansible/api/v2/hosts_controller_extensions.rb:46
217
266
  msgid "List all Ansible roles for a host"
218
- msgstr ""
267
+ msgstr "Lista de todas as funções do Ansible para um host"
219
268
 
220
269
  #: ../app/controllers/foreman_ansible/api/v2/hosts_controller_extensions.rb:56
221
270
  msgid "Assigns Ansible roles to a host"
@@ -227,19 +276,19 @@ msgstr ""
227
276
 
228
277
  #: ../app/controllers/foreman_ansible/concerns/hostgroups_controller_extensions.rb:27
229
278
  msgid "Host group has no associated hosts"
230
- msgstr ""
279
+ msgstr "O grupo de hosts não tem hosts associados a ele"
231
280
 
232
281
  #: ../app/controllers/foreman_ansible/concerns/job_invocation_helper.rb:13
233
282
  msgid "There are no Ansible roles to play"
234
- msgstr ""
283
+ msgstr "Não há funções do Ansible a serem executadas"
235
284
 
236
285
  #: ../app/controllers/foreman_ansible/concerns/job_invocation_helper.rb:15
237
286
  msgid "Could not run Ansible roles for %{host}"
238
- msgstr ""
287
+ msgstr "Não foi possível executar as funções do Ansible para %{host}"
239
288
 
240
289
  #: ../app/helpers/foreman_ansible/ansible_roles_helper.rb:8
241
290
  msgid "Import from %s"
242
- msgstr ""
291
+ msgstr "Importar de %s"
243
292
 
244
293
  #: ../app/helpers/foreman_ansible/ansible_roles_helper.rb:23
245
294
  msgid "Ansible Role"
@@ -247,111 +296,146 @@ msgstr ""
247
296
 
248
297
  #: ../app/helpers/foreman_ansible/ansible_roles_helper.rb:29
249
298
  msgid "Import"
250
- msgstr ""
299
+ msgstr "Importar"
251
300
 
252
301
  #: ../app/helpers/foreman_ansible/ansible_roles_helper.rb:35
253
302
  msgid "%s ago"
254
- msgstr ""
303
+ msgstr "%s atrás"
255
304
 
256
- #: ../app/helpers/foreman_ansible/hosts_helper_extensions.rb:13 ../app/lib/actions/foreman_ansible/helpers/host_common.rb:18
305
+ #: ../app/helpers/foreman_ansible/hosts_helper_extensions.rb:13
306
+ #: ../app/lib/actions/foreman_ansible/helpers/host_common.rb:18
257
307
  msgid "Play Ansible roles"
258
- msgstr ""
308
+ msgstr "Executar funções do Ansible"
259
309
 
260
310
  #: ../app/lib/actions/foreman_ansible/helpers/host_common.rb:10
261
311
  msgid "Playbook execution failed"
262
- msgstr ""
312
+ msgstr "Falha na execução do playbook"
263
313
 
264
- #: ../app/lib/actions/foreman_ansible/helpers/host_common.rb:30 ../lib/foreman_ansible_core/remote_execution_core/ansible_runner.rb:36
314
+ #: ../app/lib/actions/foreman_ansible/helpers/host_common.rb:30
315
+ #: ../lib/foreman_ansible_core/remote_execution_core/ansible_runner.rb:36
265
316
  msgid "Error loading data from proxy"
266
- msgstr ""
317
+ msgstr "Erro ao carregar dados do proxy"
267
318
 
268
319
  #: ../app/lib/actions/foreman_ansible/helpers/play_roles_description.rb:13
269
320
  msgid "Foreman"
270
- msgstr ""
321
+ msgstr "Foreman"
271
322
 
272
323
  #: ../app/lib/proxy_api/ansible.rb:27
273
324
  msgid "Unable to get roles from Ansible"
274
- msgstr ""
325
+ msgstr "Não foi possível obter funções do Ansible"
275
326
 
276
327
  #: ../app/lib/proxy_api/ansible.rb:34 ../app/lib/proxy_api/ansible.rb:41
277
328
  msgid "Unable to get roles/variables from Ansible"
278
329
  msgstr ""
279
330
 
280
331
  #: ../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"
332
+ msgid ""
333
+ "Use this to supply a path to an SSH Private Key that Ansible will use in "
334
+ "lieu of a password Override with \"ansible_ssh_private_key_file\" host "
335
+ "parameter"
282
336
  msgstr ""
337
+ "Use isso para fornecer um caminho para uma chave privada de SSH que o "
338
+ "Ansible usará no lugar de uma senha de substituição com o parâmetro de host "
339
+ "\"ansible_ssh_private_key_file\""
283
340
 
284
341
  #: ../app/models/setting/ansible.rb:25
285
342
  msgid "Private Key Path"
286
- msgstr ""
343
+ msgstr "Caminho da chave privada"
287
344
 
288
345
  #: ../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\""
346
+ msgid ""
347
+ "Use this connection type by default when running Ansible playbooks. You can "
348
+ "override this on hosts by adding a parameter \"ansible_connection\""
290
349
  msgstr ""
350
+ "Use esse tipo de conexão por padrão ao executar playbooks do Ansible. Você "
351
+ "pode substituir isso em hosts adicionando um parâmetro "
352
+ "\"ansible_connection\"."
291
353
 
292
354
  #: ../app/models/setting/ansible.rb:33
293
355
  msgid "Connection type"
294
- msgstr ""
356
+ msgstr "Tipo de conexão"
295
357
 
296
358
  #: ../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\""
359
+ msgid ""
360
+ "Enable/disable WinRM server certificate validation when running Ansible "
361
+ "playbooks. You can override this on hosts by adding a parameter "
362
+ "\"ansible_winrm_server_cert_validation\""
298
363
  msgstr ""
364
+ "Ativar/desativar a validação do certificado do servidor WinRM ao executar "
365
+ "playbooks do Ansible. Você pode substituir isso em hosts adicionando um "
366
+ "parâmetro \"ansible_winrm_server_cert_validation\"."
299
367
 
300
368
  #: ../app/models/setting/ansible.rb:42
301
369
  msgid "WinRM cert Validation"
302
- msgstr ""
370
+ msgstr "Validação de certificado WinRM"
303
371
 
304
372
  #: ../app/models/setting/ansible.rb:46
305
- msgid "Foreman will add the this level of verbosity for additional debugging output when running Ansible playbooks."
373
+ msgid ""
374
+ "Foreman will add the this level of verbosity for additional debugging output"
375
+ " when running Ansible playbooks."
306
376
  msgstr ""
377
+ "O Foreman adicionará esse nível de detalhamento para uma saída de depuração "
378
+ "adicional ao executar os playbooks do Ansible."
307
379
 
308
380
  #: ../app/models/setting/ansible.rb:49
309
381
  msgid "Default verbosity level"
310
- msgstr ""
382
+ msgstr "Nível do padrão de detalhamento"
311
383
 
312
384
  #: ../app/models/setting/ansible.rb:52
313
385
  msgid "Disabled"
314
- msgstr ""
386
+ msgstr "Desativado"
315
387
 
316
388
  #: ../app/models/setting/ansible.rb:53
317
389
  msgid "Level 1 (-v)"
318
- msgstr ""
390
+ msgstr "Nível 1 (-v)"
319
391
 
320
392
  #: ../app/models/setting/ansible.rb:54
321
393
  msgid "Level 2 (-vv)"
322
- msgstr ""
394
+ msgstr "Nível 2 (-vv)"
323
395
 
324
396
  #: ../app/models/setting/ansible.rb:55
325
397
  msgid "Level 3 (-vvv)"
326
- msgstr ""
398
+ msgstr "Nível 3 (-vvv)"
327
399
 
328
400
  #: ../app/models/setting/ansible.rb:56
329
401
  msgid "Level 4 (-vvvv)"
330
- msgstr ""
402
+ msgstr "Nível 4 (-vvvv)"
331
403
 
332
404
  #: ../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."
405
+ msgid ""
406
+ "Timeout (in seconds) to set when Foreman will trigger a play Ansible roles "
407
+ "task after a host is fully provisioned. Set this to the maximum time you "
408
+ "expect a host to take until it is ready after a reboot."
334
409
  msgstr ""
410
+ "Tempo limite (em segundos) para definir quando o Foreman acionará a tarefa "
411
+ "de funções do Ansible depois que um host é totalmente provisionado. Defina "
412
+ "isso para o tempo máximo que você espera que um host leve até estar pronto "
413
+ "após uma reinicialização."
335
414
 
336
415
  #: ../app/models/setting/ansible.rb:67
337
416
  msgid "Post-provision timeout"
338
- msgstr ""
417
+ msgstr "Tempo limite pós-provisão"
339
418
 
340
419
  #: ../app/models/setting/ansible.rb:71
341
420
  msgid "Timeout (in minutes) when hosts should have reported."
342
- msgstr ""
421
+ msgstr "Limite de tempo (em minutos) em que os hosts devem ser reportados."
343
422
 
344
423
  #: ../app/models/setting/ansible.rb:73
345
424
  msgid "Ansible report timeout"
346
- msgstr ""
425
+ msgstr "Limite de tempo do relatório do Ansible"
347
426
 
348
427
  #: ../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"
428
+ msgid ""
429
+ "Disable host configuration status turning to out of sync for %{cfgmgmt} "
430
+ "after report does not arrive within configured interval"
350
431
  msgstr ""
432
+ "Desabilitar o status de configuração do host para que fique fora de "
433
+ "sincronização para %{cfgmgmt} depois que o relatório não chegar no intervalo"
434
+ " configurado"
351
435
 
352
436
  #: ../app/models/setting/ansible.rb:81
353
437
  msgid "%{cfgmgmt} out of sync disabled"
354
- msgstr ""
438
+ msgstr "%{cfgmgmt} fora de sincronização desabilitado"
355
439
 
356
440
  #: ../app/models/setting/ansible.rb:86
357
441
  msgid "Foreman will run Ansible playbooks using this implementation"
@@ -361,131 +445,158 @@ msgstr ""
361
445
  msgid "Implementation for running Ansible"
362
446
  msgstr ""
363
447
 
364
- #: ../app/models/setting/ansible.rb:104 ../lib/foreman_ansible/register.rb:92
448
+ #: ../app/models/setting/ansible.rb:104 ../lib/foreman_ansible/register.rb:97
365
449
  msgid "Ansible"
366
- msgstr ""
450
+ msgstr "Ansible"
367
451
 
368
452
  #: ../app/services/foreman_ansible/insights_notification_builder.rb:51
369
453
  msgid "Remediation Plan"
370
- msgstr ""
454
+ msgstr "Plano de remediação"
371
455
 
372
- #: ../app/services/foreman_ansible/insights_notification_builder.rb:61 ../db/seeds.d/90_notification_blueprints.rb:13
456
+ #: ../app/services/foreman_ansible/insights_notification_builder.rb:61
457
+ #: ../db/seeds.d/90_notification_blueprints.rb:13
373
458
  msgid "Job Details"
374
- msgstr ""
459
+ msgstr "Detalhes do trabalho"
375
460
 
376
461
  #: ../app/services/foreman_ansible/proxy_api.rb:13
377
462
  msgid "Proxy not found"
378
- msgstr ""
463
+ msgstr "Proxy não encontrado"
379
464
 
380
465
  #: ../app/views/ansible_roles/import.html.erb:1
381
466
  msgid "Changed Ansible roles"
382
- msgstr ""
467
+ msgstr "Funções do Ansible alteradas"
383
468
 
384
- #: ../app/views/ansible_roles/import.html.erb:3 ../app/views/ansible_variables/import.html.erb:3
469
+ #: ../app/views/ansible_roles/import.html.erb:3
470
+ #: ../app/views/ansible_variables/import.html.erb:3
385
471
  msgid "Select the changes you want to realize in Foreman"
386
- msgstr ""
472
+ msgstr "Selecionar mudanças que você deseja realizar no Foreman"
387
473
 
388
- #: ../app/views/ansible_roles/import.html.erb:5 ../app/views/ansible_variables/import.html.erb:5
474
+ #: ../app/views/ansible_roles/import.html.erb:5
475
+ #: ../app/views/ansible_variables/import.html.erb:5
389
476
  msgid "Toggle"
390
- msgstr ""
477
+ msgstr "Alternar"
391
478
 
392
- #: ../app/views/ansible_roles/import.html.erb:6 ../app/views/ansible_variables/import.html.erb:6
479
+ #: ../app/views/ansible_roles/import.html.erb:6
480
+ #: ../app/views/ansible_variables/import.html.erb:6
393
481
  msgid "New"
394
- msgstr ""
482
+ msgstr "Novo"
395
483
 
396
- #: ../app/views/ansible_roles/import.html.erb:8 ../app/views/ansible_variables/import.html.erb:8
484
+ #: ../app/views/ansible_roles/import.html.erb:8
485
+ #: ../app/views/ansible_variables/import.html.erb:8
397
486
  msgid "Check/Uncheck new"
398
- msgstr ""
487
+ msgstr "Marcar/Desmarcar novo"
399
488
 
400
- #: ../app/views/ansible_roles/import.html.erb:9 ../app/views/ansible_variables/import.html.erb:9
489
+ #: ../app/views/ansible_roles/import.html.erb:9
490
+ #: ../app/views/ansible_variables/import.html.erb:9
401
491
  msgid "Obsolete"
402
- msgstr ""
492
+ msgstr "Obsoleto"
403
493
 
404
- #: ../app/views/ansible_roles/import.html.erb:11 ../app/views/ansible_variables/import.html.erb:11
494
+ #: ../app/views/ansible_roles/import.html.erb:11
495
+ #: ../app/views/ansible_variables/import.html.erb:11
405
496
  msgid "Check/Uncheck obsolete"
406
- msgstr ""
497
+ msgstr "Marcar/Desmarcar obsoleto"
407
498
 
408
- #: ../app/views/ansible_roles/import.html.erb:19 ../app/views/ansible_variables/import.html.erb:22
499
+ #: ../app/views/ansible_roles/import.html.erb:19
500
+ #: ../app/views/ansible_variables/import.html.erb:22
409
501
  msgid "Check/Uncheck all"
410
- msgstr ""
502
+ msgstr "Marcar/Desmarcar tudo"
411
503
 
412
- #: ../app/views/ansible_roles/import.html.erb:21 ../app/views/ansible_variables/import.html.erb:24
504
+ #: ../app/views/ansible_roles/import.html.erb:21
505
+ #: ../app/views/ansible_variables/import.html.erb:24
413
506
  msgid "Name"
414
- msgstr ""
507
+ msgstr "Nome"
415
508
 
416
- #: ../app/views/ansible_roles/import.html.erb:22 ../app/views/ansible_variables/import.html.erb:26
509
+ #: ../app/views/ansible_roles/import.html.erb:22
510
+ #: ../app/views/ansible_variables/import.html.erb:26
417
511
  msgid "Hosts count"
418
- msgstr ""
512
+ msgstr "Contagem de hosts"
419
513
 
420
- #: ../app/views/ansible_roles/import.html.erb:23 ../app/views/ansible_variables/import.html.erb:27
514
+ #: ../app/views/ansible_roles/import.html.erb:23
515
+ #: ../app/views/ansible_variables/import.html.erb:27
421
516
  msgid "Hostgroups count"
422
- msgstr ""
517
+ msgstr "Contagem de grupos de hosts"
423
518
 
424
- #: ../app/views/ansible_roles/import.html.erb:24 ../app/views/ansible_variables/import.html.erb:28
519
+ #: ../app/views/ansible_roles/import.html.erb:24
520
+ #: ../app/views/ansible_variables/import.html.erb:28
425
521
  msgid "Operation"
426
- msgstr ""
522
+ msgstr "Operação"
427
523
 
428
- #: ../app/views/ansible_roles/import.html.erb:35 ../app/views/ansible_variables/import.html.erb:39
524
+ #: ../app/views/ansible_roles/import.html.erb:35
525
+ #: ../app/views/ansible_variables/import.html.erb:39
429
526
  msgid "Check/Uncheck all %s changes"
430
- msgstr ""
527
+ msgstr "Marcar/Desmarcar todas %s mudanças"
431
528
 
432
- #: ../app/views/ansible_roles/import.html.erb:40 ../app/views/ansible_variables/import.html.erb:45
529
+ #: ../app/views/ansible_roles/import.html.erb:40
530
+ #: ../app/views/ansible_variables/import.html.erb:45
433
531
  msgid "Add"
434
- msgstr ""
532
+ msgstr "Adicionar"
435
533
 
436
- #: ../app/views/ansible_roles/import.html.erb:40 ../app/views/ansible_variables/import.html.erb:45
534
+ #: ../app/views/ansible_roles/import.html.erb:40
535
+ #: ../app/views/ansible_variables/import.html.erb:45
437
536
  msgid "Remove"
438
- msgstr ""
537
+ msgstr "Remover"
439
538
 
440
- #: ../app/views/ansible_roles/import.html.erb:48 ../app/views/ansible_variables/import.html.erb:53
539
+ #: ../app/views/ansible_roles/import.html.erb:48
540
+ #: ../app/views/ansible_variables/import.html.erb:53
441
541
  msgid "Cancel"
442
- msgstr ""
542
+ msgstr "Cancelar"
443
543
 
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
544
+ #: ../app/views/ansible_roles/import.html.erb:49
545
+ #: ../app/views/ansible_variables/import.html.erb:12
546
+ #: ../app/views/ansible_variables/import.html.erb:45
547
+ #: ../app/views/ansible_variables/import.html.erb:54
445
548
  msgid "Update"
446
- msgstr ""
549
+ msgstr "Atualizar"
447
550
 
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
551
+ #: ../app/views/ansible_roles/index.html.erb:1
552
+ #: ../app/views/ansible_roles/welcome.html.erb:1
553
+ #: ../app/views/ansible_roles/welcome.html.erb:6
554
+ #: ../app/views/foreman_ansible/ansible_roles/_select_tab_title.html.erb:1
449
555
  msgid "Ansible Roles"
450
- msgstr ""
556
+ msgstr "Funções do Ansible"
451
557
 
452
558
  #: ../app/views/ansible_roles/index.html.erb:9
453
559
  msgid "Role|Name"
454
- msgstr ""
560
+ msgstr "Nome"
455
561
 
456
562
  #: ../app/views/ansible_roles/index.html.erb:10
457
563
  msgid "Hostgroups"
458
- msgstr ""
564
+ msgstr "Grupos de hosts"
459
565
 
460
566
  #: ../app/views/ansible_roles/index.html.erb:11
461
567
  msgid "Hosts"
462
- msgstr ""
568
+ msgstr "Hosts"
463
569
 
464
570
  #: ../app/views/ansible_roles/index.html.erb:12
465
571
  msgid "Imported at"
466
- msgstr ""
572
+ msgstr "Importado em"
467
573
 
468
- #: ../app/views/ansible_roles/index.html.erb:13 ../app/views/ansible_variables/index.html.erb:16
574
+ #: ../app/views/ansible_roles/index.html.erb:13
575
+ #: ../app/views/ansible_variables/index.html.erb:16
469
576
  msgid "Actions"
470
- msgstr ""
577
+ msgstr "Ações"
471
578
 
472
- #: ../app/views/ansible_roles/index.html.erb:27 ../lib/foreman_ansible/register.rb:98
579
+ #: ../app/views/ansible_roles/index.html.erb:27
580
+ #: ../lib/foreman_ansible/register.rb:103
473
581
  msgid "Variables"
474
- msgstr ""
582
+ msgstr "Variáveis"
475
583
 
476
- #: ../app/views/ansible_roles/index.html.erb:33 ../app/views/ansible_variables/index.html.erb:41
584
+ #: ../app/views/ansible_roles/index.html.erb:33
585
+ #: ../app/views/ansible_variables/index.html.erb:41
477
586
  msgid "Delete %s?"
478
- msgstr ""
587
+ msgstr "Remover %s"
479
588
 
480
589
  #: ../app/views/ansible_roles/welcome.html.erb:7
481
590
  msgid ""
482
591
  "No ansible roles were found in Foreman. If you want to assign roles to your hosts,\n"
483
592
  " you have to import them first."
484
593
  msgstr ""
594
+ "Nenhuma função do Ansible foi encontrada no Foreman. Se desejar atribuir funções a seus hosts,\n"
595
+ " importe-as primeiro."
485
596
 
486
597
  #: ../app/views/ansible_roles/welcome.html.erb:10
487
598
  msgid "Learn more about this in the documentation."
488
- msgstr ""
599
+ msgstr "Para saber mais sobre isto, acesse a documentação."
489
600
 
490
601
  #: ../app/views/ansible_variables/_fields.erb:4
491
602
  msgid "Ansible Variable Details (Imported)"
@@ -497,79 +608,107 @@ msgstr ""
497
608
 
498
609
  #: ../app/views/ansible_variables/_fields.erb:11
499
610
  msgid "Default Behavior"
500
- msgstr ""
611
+ msgstr "Comportamento do parâmetro"
501
612
 
502
613
  #: ../app/views/ansible_variables/_fields.erb:12
503
614
  msgid "Override the default value of the Ansible variable."
504
615
  msgstr ""
505
616
 
506
617
  #: ../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."
618
+ msgid ""
619
+ "Mark the variable to be managed by Foreman. When the Ansible role of this "
620
+ "variable is assigned to a host, the default value will be added to Ansible "
621
+ "inventory as a host variable. Specify matchers to set a different value for "
622
+ "such variable."
508
623
  msgstr ""
509
624
 
510
625
  #: ../app/views/ansible_variables/_fields.erb:27
511
626
  msgid "Value to use when there is no match."
512
- msgstr ""
627
+ msgstr "Valor a ser usado quando não há correspondências. "
513
628
 
514
629
  #: ../app/views/ansible_variables/_fields.erb:30
515
630
  msgid "Hidden Value"
516
- msgstr ""
631
+ msgstr "Valor oculto"
517
632
 
518
633
  #: ../app/views/ansible_variables/_fields.erb:33
519
634
  msgid "Hide all values for this parameter."
520
- msgstr ""
635
+ msgstr "Ocultar todos os valores para este parâmetro."
521
636
 
522
637
  #: ../app/views/ansible_variables/_fields.erb:39
523
638
  msgid "Optional Input Validator"
524
- msgstr ""
639
+ msgstr "Validador de entrada opcional"
525
640
 
526
641
  #: ../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."
642
+ msgid ""
643
+ "Before including these variables on your playbooks, Foreman will validate "
644
+ "that your variables comply with the validation."
528
645
  msgstr ""
529
646
 
530
647
  #: ../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."
648
+ msgid ""
649
+ "If checked, will raise an error if there is no default value and no matcher "
650
+ "provide a value."
532
651
  msgstr ""
652
+ "Se verificado, surgirá um erro caso não haja valor padrão e nenhum "
653
+ "coincidente fornecer um valor."
533
654
 
534
655
  #: ../app/views/ansible_variables/_fields.erb:53
535
656
  msgid "Prioritize Attribute Order"
536
- msgstr ""
657
+ msgstr "Priorizar ordem de atributos "
537
658
 
538
659
  #: ../app/views/ansible_variables/_fields.erb:54
539
660
  msgid "Set the order in which values are resolved."
540
- msgstr ""
661
+ msgstr "Definir a ordem em que os valores serão resolvidos. "
541
662
 
542
663
  #: ../app/views/ansible_variables/_fields.erb:55
543
664
  msgid "Order"
544
- msgstr ""
665
+ msgstr "Ordem"
545
666
 
546
667
  #: ../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>"
668
+ msgid ""
669
+ "The order in which matchers keys are processed, first match wins.<br> You "
670
+ "may use multiple attributes as a matcher key, for example, an order of "
671
+ "<code>host group, environment</code> would expect a matcher such as "
672
+ "<code>hostgroup = \"web servers\", environment = production</code>"
548
673
  msgstr ""
674
+ "A ordem em que as chaves de correspondência são processadas​​, a primeira "
675
+ "combinação vence. <br> Você pode usar vários atributos como uma chave de "
676
+ "correspondência, por exemplo, uma ordem de <code> grupo de host, ambiente "
677
+ "</code> esperaria uma correspondência como <code>hostgroup = \"web "
678
+ "servers\", environment = production</code>."
549
679
 
550
680
  #: ../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."
681
+ msgid ""
682
+ "Continue to look for matches after first find (only array/hash type)? Note: "
683
+ "merging overrides ignores all matchers that are omitted."
552
684
  msgstr ""
685
+ "Continuar a buscar correspondências após o primeiro resultado (somente tipo "
686
+ "matriz/hash)? Observação: mesclar substituições ignora todas as "
687
+ "correspondências que são omitidas."
553
688
 
554
689
  #: ../app/views/ansible_variables/_fields.erb:61
555
690
  msgid "Include default value when merging all matching values."
556
691
  msgstr ""
692
+ "Incluir valor padrão quando mesclando todos os valores correspondentes."
557
693
 
558
694
  #: ../app/views/ansible_variables/_fields.erb:64
559
695
  msgid "Avoid duplicate values when merging them (only array type)?"
560
696
  msgstr ""
697
+ "Evitar valores duplicados quando mesclando-os (somente tipo de matriz)?"
561
698
 
562
699
  #: ../app/views/ansible_variables/_fields.erb:68
563
700
  msgid "Specify Matchers"
564
- msgstr ""
701
+ msgstr "Especificar correspondências "
565
702
 
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
703
+ #: ../app/views/ansible_variables/edit.html.erb:4
704
+ #: ../app/views/ansible_variables/index.html.erb:1
705
+ #: ../app/views/ansible_variables/new.html.erb:4
567
706
  msgid "Ansible Variables"
568
707
  msgstr ""
569
708
 
570
709
  #: ../app/views/ansible_variables/edit.html.erb:8
571
710
  msgid "Edit %s"
572
- msgstr ""
711
+ msgstr "Editar %s"
573
712
 
574
713
  #: ../app/views/ansible_variables/edit.html.erb:13
575
714
  msgid "Edit Ansible Variable"
@@ -601,7 +740,7 @@ msgstr ""
601
740
 
602
741
  #: ../app/views/ansible_variables/index.html.erb:14
603
742
  msgid "Type"
604
- msgstr ""
743
+ msgstr "Tipo"
605
744
 
606
745
  #: ../app/views/ansible_variables/index.html.erb:15
607
746
  msgid "Imported?"
@@ -611,86 +750,96 @@ msgstr ""
611
750
  msgid "Overriden"
612
751
  msgstr ""
613
752
 
614
- #: ../app/views/ansible_variables/new.html.erb:8 ../app/views/ansible_variables/new.html.erb:13
753
+ #: ../app/views/ansible_variables/new.html.erb:8
754
+ #: ../app/views/ansible_variables/new.html.erb:13
615
755
  msgid "Create Ansible Variable"
616
756
  msgstr ""
617
757
 
618
758
  #: ../app/views/foreman_ansible/ansible_roles/_hostgroup_ansible_roles_button.erb:5
619
759
  msgid "Play Roles"
620
- msgstr ""
760
+ msgstr "Funções de ação"
621
761
 
622
762
  #: ../app/views/foreman_ansible/ansible_roles/_hostgroup_ansible_roles_button.erb:9
623
763
  msgid "Nest"
624
- msgstr ""
764
+ msgstr "Aninhar"
625
765
 
626
766
  #: ../app/views/foreman_ansible/ansible_roles/_hostgroup_ansible_roles_button.erb:10
627
767
  msgid "Clone"
628
- msgstr ""
768
+ msgstr "Clonar"
629
769
 
630
770
  #: ../app/views/foreman_ansible/config_reports/_ansible.html.erb:7
631
771
  msgid "Level"
632
- msgstr ""
772
+ msgstr "Nível"
633
773
 
634
774
  #: ../app/views/foreman_ansible/config_reports/_ansible.html.erb:8
635
775
  msgid "Module"
636
- msgstr ""
776
+ msgstr "Módulo"
637
777
 
638
778
  #: ../app/views/foreman_ansible/config_reports/_ansible.html.erb:9
639
779
  msgid "Arguments"
640
- msgstr ""
780
+ msgstr "Argumentos"
641
781
 
642
782
  #: ../app/views/foreman_ansible/config_reports/_ansible.html.erb:10
643
783
  msgid "Message"
644
- msgstr ""
784
+ msgstr "Mensagem"
645
785
 
646
786
  #: ../app/views/foreman_ansible/config_reports/_ansible.html.erb:23
647
787
  msgid "Nothing to show"
648
- msgstr ""
788
+ msgstr "Nada para exibir"
649
789
 
650
790
  #: ../db/seeds.d/90_notification_blueprints.rb:5
651
791
  msgid "Jobs"
652
- msgstr ""
792
+ msgstr "Trabalhos"
653
793
 
654
794
  #: ../db/seeds.d/90_notification_blueprints.rb:7
655
- msgid "Insights remediation on %{hosts_count} host(s) has finished successfully"
795
+ msgid ""
796
+ "Insights remediation on %{hosts_count} host(s) has finished successfully"
656
797
  msgstr ""
798
+ "A remediação de insights no(s) host(s) %{hosts_count} foi concluída com "
799
+ "êxito"
657
800
 
658
- #: ../lib/foreman_ansible/register.rb:94
801
+ #: ../lib/foreman_ansible/register.rb:99
659
802
  msgid "Roles"
660
- msgstr ""
803
+ msgstr "Funções"
661
804
 
662
805
  #: ../lib/foreman_ansible/remote_execution.rb:20
663
806
  msgid "Run Ansible roles"
664
- msgstr ""
807
+ msgstr "Executar funções do Ansible"
665
808
 
666
809
  #: ../lib/foreman_ansible/remote_execution.rb:21
667
- msgid "Runs an Ansible playbook which contains all the roles defined for a host"
810
+ msgid ""
811
+ "Runs an Ansible playbook which contains all the roles defined for a host"
668
812
  msgstr ""
813
+ "Executa um playbook do Ansible que contém todas as funções definidas por um "
814
+ "host"
669
815
 
670
816
  #: ../lib/foreman_ansible/remote_execution.rb:27
671
817
  msgid "Ansible: Run Insights maintenance plan"
672
- msgstr ""
818
+ msgstr "Ansible: executar plano de manutenção de insights"
673
819
 
674
820
  #: ../lib/foreman_ansible/remote_execution.rb:28
675
- msgid "Runs a given maintenance plan from Red Hat Access Insights given an ID."
821
+ msgid ""
822
+ "Runs a given maintenance plan from Red Hat Access Insights given an ID."
676
823
  msgstr ""
824
+ "Executa um determinado plano de manutenção a partir do Red Hat Access "
825
+ "Insights dada uma ID."
677
826
 
678
827
  #: action_names.rb:2
679
828
  msgid "Remote action:"
680
- msgstr ""
829
+ msgstr "Ação remota:"
681
830
 
682
831
  #: action_names.rb:3
683
832
  msgid "Import Puppet classes"
684
- msgstr ""
833
+ msgstr "Importar classes de Puppet"
685
834
 
686
835
  #: action_names.rb:4
687
836
  msgid "Import facts"
688
- msgstr ""
837
+ msgstr "Importar fatos"
689
838
 
690
839
  #: action_names.rb:5
691
840
  msgid "Action with sub plans"
692
- msgstr ""
841
+ msgstr "Ação com subplanos"
693
842
 
694
843
  #: gemspec.rb:2
695
844
  msgid "Ansible support in Foreman"
696
- msgstr ""
845
+ msgstr "Suporte do Ansible no Foreman"