Jelajahi Sumber

Merge pull request #5671 from Uthanien/staging

New variables for lang spanish
daniel 5 bulan lalu
induk
melakukan
fc129d23c4

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

@@ -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 - 0
resources/lang/es/exception.php

@@ -0,0 +1,11 @@
+<?php
+
+return [
+
+	'compose' => [
+		'invalid' => [
+			'album' => 'Debe contener solo una foto o video, o multiples.',
+		],
+	],
+
+];

+ 5 - 2
resources/lang/es/notification.php

@@ -2,7 +2,10 @@
 
 
 return [
 return [
 
 
-  'likedPhoto'          => 'le gustó tu foto.',
+  'likedPhoto'          => 'le gustó tu foto.',  
+  'likedComment'        => 'le gustó tu comentario.',
   'startedFollowingYou' => 'empezó a seguirte.',
   'startedFollowingYou' => 'empezó a seguirte.',
-
+  'commented'           => 'comentó tu foto.',
+  'mentionedYou'        => 'te menciono.',
+  'shared'				=> 'compartir tu foto.',
 ];
 ];