We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20abea9 commit 6fec32fCopy full SHA for 6fec32f
lang/es_ES/settings.php
@@ -1,13 +1,13 @@
1
<?php
2
3
return [
4
- 'title' => 'Settings',
5
- 'label' => 'Settings',
+ 'title' => 'Ajustes',
+ 'label' => 'Ajustes',
6
7
// 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)',
+ 'triggers' => 'Disparadores',
+ 'verify_ssl' => 'Verificar SSL',
+ 'username' => 'Usuario',
+ 'username_placeholder' => 'Nombre de usuario para Auth Básica (opcional)',
+ 'password_placeholder' => 'Contraseña para autenticación básica (opcional)',
13
];
0 commit comments