1
0
Fork 1
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:
daniel 2025-02-09 06:08:10 -07:00 committed by GitHub
commit 505edd1159
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View file

@ -4,8 +4,8 @@ return [
'compose' => [
'invalid' => [
'album' => 'Debe contener solo una foto o video, o multiples.',
'album' => 'Debe contener solo una foto o video, o múltiples.',
],
],
];
];

View file

@ -2,10 +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.',
'mentionedYou' => 'te mencionó.',
'shared' => 'compartió tu foto.',
];