Bläddra i källkod

New variable for lang spanish

Uthanien 5 månader sedan
förälder
incheckning
9731ce8549
3 ändrade filer med 19 tillägg och 5 borttagningar
  1. 3 3
      resources/lang/es/auth.php
  2. 11 0
      resources/lang/es/exception.php
  3. 5 2
      resources/lang/es/notification.php

+ 3 - 3
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'   => 'These credentials do not match our records.',
+    'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',
+    'verifyYourEmailAddress' => ' - Verica Tu Correo Electronico',
 ];

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