44 lines
1.6 KiB
PHP
44 lines
1.6 KiB
PHP
|
<?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',
|
||
|
],
|
||
|
];
|