We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c0238e4 + 83651a6 commit 9161c80Copy full SHA for 9161c80
resources/lang/es/errors.php
@@ -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