mirror of
https://github.com/pixelfed/pixelfed.git
synced 2025-02-07 04:10:46 +00:00
Merge pull request #5671 from Uthanien/staging
New variables for lang spanish
This commit is contained in:
commit
fc129d23c4
3 changed files with 18 additions and 4 deletions
|
@ -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.',
|
||||
|
||||
];
|
||||
|
|
11
resources/lang/es/exception.php
Normal file
11
resources/lang/es/exception.php
Normal file
|
@ -0,0 +1,11 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'compose' => [
|
||||
'invalid' => [
|
||||
'album' => 'Debe contener solo una foto o video, o multiples.',
|
||||
],
|
||||
],
|
||||
|
||||
];
|
|
@ -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.',
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue