Skip to content

Commit 6fec32f

Browse files
committed
New translations settings.php (Spanish)
1 parent 20abea9 commit 6fec32f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

lang/es_ES/settings.php

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<?php
22

33
return [
4-
'title' => 'Settings',
5-
'label' => 'Settings',
4+
'title' => 'Ajustes',
5+
'label' => 'Ajustes',
66

77
// Common settings labels
8-
'triggers' => 'Triggers',
9-
'verify_ssl' => 'Verify SSL',
10-
'username' => 'Username',
11-
'username_placeholder' => 'Username for Basic Auth (optional)',
12-
'password_placeholder' => 'Password for Basic Auth (optional)',
8+
'triggers' => 'Disparadores',
9+
'verify_ssl' => 'Verificar SSL',
10+
'username' => 'Usuario',
11+
'username_placeholder' => 'Nombre de usuario para Auth Básica (opcional)',
12+
'password_placeholder' => 'Contraseña para autenticación básica (opcional)',
1313
];

0 commit comments

Comments
 (0)