Переглянути джерело

Merge pull request #5682 from maco/spanish_corrections

Correct some typos in Spanish translations
daniel 5 місяців тому
батько
коміт
505edd1159

+ 2 - 2
resources/lang/es/exception.php

@@ -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.',
 		],
 	],
 
-];
+];

+ 3 - 3
resources/lang/es/notification.php

@@ -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.',
 ];