Skip to content

Commit 3c59853

Browse files
authored
Merge pull request #124 from LowerRockLabs/Add-ES
Add Spanish Localisation and Update composer.json
2 parents 9389b44 + 95c294d commit 3c59853

File tree

2 files changed

+20
-5
lines changed

2 files changed

+20
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@
2121
"spatie/laravel-package-tools": "^1.4.3"
2222
},
2323
"require-dev": {
24-
"nunomaduro/collision": "^6.0",
25-
"orchestra/testbench": "^7.0|^10.0",
26-
"pestphp/pest": "^1.21|^3.7",
27-
"pestphp/pest-plugin-laravel": "^1.2|^3.1",
24+
"nunomaduro/collision": "^6.0|^7.0|^8.0",
25+
"orchestra/testbench": "^7.0|^8.0|^9.0|^10.0",
26+
"pestphp/pest": "^1.21|^2.0|^3.7",
27+
"pestphp/pest-plugin-laravel": "^1.2|^2.0|^3.1",
2828
"spatie/laravel-ray": "^1.29",
29-
"vimeo/psalm": "^4.20|^6.6"
29+
"vimeo/psalm": "^4.20|^5.0|^6.6"
3030
},
3131
"autoload": {
3232
"psr-4": {

resources/lang/es_ES.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"A failed login to your account": "Inicio de sesión incorrecto en su cuenta",
3+
"Account:": "Cuenta:",
4+
"Browser:": "Navegador:",
5+
"Hello!": "¡Hola!",
6+
"If this was you, you can ignore this alert. If you suspect any suspicious activity on your account, please change your password.": "Si ha sido usted, puede ignorar esta alerta. Si sospecha de cualquier actividad extraña en su cuenta, por favor cambie su password.",
7+
"IP Address:": "Dirección IP:",
8+
"Location:": "Localización:",
9+
"Regards,": "Reciba un cordial saludo,",
10+
"There has been a failed login attempt to your :app account.": "Se ha producido un intento de inicio de sesión erróneo con su cuenta en :app.",
11+
"Time:": "Hora:",
12+
"Unknown City": "Ciudad Desconocida",
13+
"Unknown State": "Provincia desconocida",
14+
"Your :app account logged in from a new device.": "Su cuenta en :app ha iniciado sesión desde un nuevo dispositivo."
15+
}

0 commit comments

Comments
 (0)