mirror of
https://github.com/pixelfed/pixelfed.git
synced 2025-02-24 07:00:46 +00:00
Merge pull request #5682 from maco/spanish_corrections
Correct some typos in Spanish translations
This commit is contained in:
commit
505edd1159
2 changed files with 5 additions and 5 deletions
|
@ -4,8 +4,8 @@ return [
|
||||||
|
|
||||||
'compose' => [
|
'compose' => [
|
||||||
'invalid' => [
|
'invalid' => [
|
||||||
'album' => 'Debe contener solo una foto o video, o multiples.',
|
'album' => 'Debe contener solo una foto o video, o múltiples.',
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|
|
@ -2,10 +2,10 @@
|
||||||
|
|
||||||
return [
|
return [
|
||||||
|
|
||||||
'likedPhoto' => 'le gustó tu foto.',
|
'likedPhoto' => 'le gustó tu foto.',
|
||||||
'likedComment' => 'le gustó tu comentario.',
|
'likedComment' => 'le gustó tu comentario.',
|
||||||
'startedFollowingYou' => 'empezó a seguirte.',
|
'startedFollowingYou' => 'empezó a seguirte.',
|
||||||
'commented' => 'comentó tu foto.',
|
'commented' => 'comentó tu foto.',
|
||||||
'mentionedYou' => 'te menciono.',
|
'mentionedYou' => 'te mencionó.',
|
||||||
'shared' => 'compartir tu foto.',
|
'shared' => 'compartió tu foto.',
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue