added Spanish translation
This commit is contained in:
43
resources/lang/es-ES/modules.php
Normal file
43
resources/lang/es-ES/modules.php
Normal file
@ -0,0 +1,43 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'title' => 'API Token',
|
||||
'api_token' => 'Token',
|
||||
'top_paid' => 'Top de pago',
|
||||
'new' => 'Nuevo',
|
||||
'top_free' => 'Top gratis',
|
||||
'free' => 'GRATIS',
|
||||
'install' => 'Instalar',
|
||||
'buy_now' => 'Comprar ahora',
|
||||
'faq' => 'Preguntas frecuentes',
|
||||
'changelog' => 'Historial de cambios',
|
||||
'installed' => 'Instalado',
|
||||
'uninstalled' => 'Desinstalado',
|
||||
'token_link' => 'Haga <a href="https://akaunting.com/tokens" target="_blank">Click aquí</a> para obtener su API token.',
|
||||
|
||||
'enabled' => ':module módulo habilitado',
|
||||
'disabled' => ':module módulo deshabilitado',
|
||||
|
||||
'installation' => [
|
||||
'header' => 'Instalación del módulo',
|
||||
'start' => 'instalando :module .',
|
||||
'download' => 'Descargando archivo :module .',
|
||||
'unzip' => 'Extrayendo archivo :module .',
|
||||
'install' => 'Subiendo archivo :module .',
|
||||
],
|
||||
|
||||
'history' => [
|
||||
'installed' => ':module instalado',
|
||||
'uninstalled' => ':module desinstalado',
|
||||
'updated' => ':module actualizado',
|
||||
'enabled' => ':module habilitado',
|
||||
'disabled' => ':module deshabilitado',
|
||||
],
|
||||
|
||||
'button' => [
|
||||
'uninstall' => 'Desinstalar',
|
||||
'disable' => 'Deshabilitar',
|
||||
'enable' => 'Habilitar',
|
||||
],
|
||||
];
|
Reference in New Issue
Block a user