瀏覽代碼

Merge pull request #5671 from Uthanien/staging

New variables for lang spanish
daniel 5 月之前
父節點
當前提交
fc129d23c4
共有 3 個文件被更改,包括 18 次插入4 次删除
  1. 2 2
      resources/lang/es/auth.php
  2. 11 0
      resources/lang/es/exception.php
  3. 5 2
      resources/lang/es/notification.php

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