Skip to content

Commit 9161c80

Browse files
authored
Merge pull request #443 from EdX9/spanishErrorTranslate
Spanish Error Transalate
2 parents c0238e4 + 83651a6 commit 9161c80

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

resources/lang/es/errors.php

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<?php
2+
3+
declare(strict_types=1);
4+
5+
return [
6+
'price_positive' => 'El precio debe ser un valor positivo',
7+
'product_stock' => 'El producto no esta disponible en el inventario',
8+
'wallet_empty' => 'La cartera esta vacía',
9+
'insufficient_funds' => 'Fondos Insuficientes',
10+
'confirmed_invalid' => 'La transferencia ya fue confirmada',
11+
'unconfirmed_invalid' => 'La confirmación ya fue restablecida',
12+
'owner_invalid' => 'No eres el propietario de esta cartera',
13+
];

0 commit comments

Comments
 (0)