Skip to content

Commit

Permalink
Spanish Error Transalate
Browse files Browse the repository at this point in the history
  • Loading branch information
emontano-bit committed Feb 21, 2022
1 parent c0238e4 commit 83651a6
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions resources/lang/es/errors.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<?php

declare(strict_types=1);

return [
'price_positive' => 'El precio debe ser un valor positivo',
'product_stock' => 'El producto no esta disponible en el inventario',
'wallet_empty' => 'La cartera esta vacía',
'insufficient_funds' => 'Fondos Insuficientes',
'confirmed_invalid' => 'La transferencia ya fue confirmada',
'unconfirmed_invalid' => 'La confirmación ya fue restablecida',
'owner_invalid' => 'No eres el propietario de esta cartera',
];

0 comments on commit 83651a6

Please sign in to comment.