Skip to content

Commit

Permalink
Merge pull request bagisto#10567 from treborin/update_spanish
Browse files Browse the repository at this point in the history
Updated Spanish (Spain) app.php translation
  • Loading branch information
devansh-webkul authored Feb 19, 2025
2 parents 9160847 + c7c5c82 commit 8eed5b4
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions packages/Webkul/Admin/src/Resources/lang/es/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
'orders' => [
'index' => [
'create-btn' => 'Crear Pedido',
'title' => 'Órdenes',
'title' => 'Pedidos',

'search-customer' => [
'create-btn' => 'Crear Cliente',
Expand Down Expand Up @@ -3338,17 +3338,17 @@

'configuration' => [
'index' => [
'back-btn' => 'Back',
'delete' => 'Delete',
'enable-at-least-one-payment' => 'Enable at least one payment method.',
'enable-at-least-one-shipping' => 'Enable at least one shipping method.',
'no-result-found' => 'No result found',
'save-btn' => 'Save Configuration',
'save-message' => 'Configuration saved successfully',
'search' => 'Search',
'select-country' => 'Select Country',
'select-state' => 'Select State',
'title' => 'Configuration',
'back-btn' => 'Volver',
'delete' => 'Borrar',
'enable-at-least-one-payment' => 'Activa al menos un método de pago.',
'enable-at-least-one-shipping' => 'Activa al menos un método de envío.',
'no-result-found' => 'Sin resultados',
'save-btn' => 'Guardar Configuración',
'save-message' => 'Configuración guardada correctamente',
'search' => 'Buscar',
'select-country' => 'Selecciona País',
'select-state' => 'Selecciona Provincia',
'title' => 'Configuración',

'general' => [
'info' => 'Establecer opciones de unidades.',
Expand Down

0 comments on commit 8eed5b4

Please sign in to comment.