Merge pull request #5671 from Uthanien/staging

New variables for lang spanish
This commit is contained in:
daniel 2025-02-03 20:31:32 -07:00 committed by GitHub
commit fc129d23c4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 18 additions and 4 deletions

View file

@ -13,7 +13,7 @@ return [
|
*/
'failed' => 'Los datos introducidos no son válidos.',
'throttle' => 'Demasiados intentos de iniciar sesión. Por favor, inténtalo de nuevo en :seconds segundos.',
'failed' => 'Los datos introducidos no son válidos.',
'throttle' => 'Demasiados intentos de iniciar sesión. Por favor, inténtalo de nuevo en :seconds segundos.',
];

View file

@ -0,0 +1,11 @@
<?php
return [
'compose' => [
'invalid' => [
'album' => 'Debe contener solo una foto o video, o multiples.',
],
],
];

View file

@ -2,7 +2,10 @@
return [
'likedPhoto' => 'le gustó tu foto.',
'likedPhoto' => 'le gustó tu foto.',
'likedComment' => 'le gustó tu comentario.',
'startedFollowingYou' => 'empezó a seguirte.',
'commented' => 'comentó tu foto.',
'mentionedYou' => 'te menciono.',
'shared' => 'compartir tu foto.',
];