Преглед изворни кода

Merge pull request #5682 from maco/spanish_corrections

Correct some typos in Spanish translations
daniel пре 5 месеци
родитељ
комит
505edd1159
2 измењених фајлова са 5 додато и 5 уклоњено
  1. 2 2
      resources/lang/es/exception.php
  2. 3 3
      resources/lang/es/notification.php

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