2019-03-07 16:37:05 +03:00

86 lines
3.1 KiB
PHP

<?php
return [
'title' => 'Token de API',
'api_token' => 'Token',
'my_apps' => 'Mis Apps',
'pre_sale' => 'Pre-Sale',
'top_paid' => 'Más Pagado',
'new' => 'Nuevo',
'top_free' => 'Top Gratis',
'free' => 'GRATIS',
'search' => 'Buscar',
'install' => 'Instalar',
'buy_now' => 'Comprar Ahora',
'token_link' => 'Haga <a href="https://akaunting.com/tokens" target="_blank">Haga click aquí</a> para obtener su token de API.',
'no_apps' => 'No hay aplicaciones en esta categoría, aún.',
'developer' => '¿Eres un desarrollador? <a href="https://akaunting.com/blog/akaunting-app-store" target="_blank">Aquí</a> puedes aprender cómo crear una aplicación y comenzar a venderla hoy!',
'recommended_apps' => 'Recommended Apps',
'about' => 'Acerca de',
'added' => 'Agregado',
'updated' => 'Actualizado',
'compatibility' => 'Compatibilidad',
'documentation' => 'Documentation',
'view' => 'View',
'back' => 'Back',
'installed' => ':module instalado',
'uninstalled' => ':module desinstalado',
//'updated' => ':module updated',
'enabled' => ':module activado',
'disabled' => ':module desactivado',
'tab' => [
'installation' => 'Instalación',
'faq' => 'Preguntas Frecuentes',
'changelog' => 'Historial de Cambios',
'reviews' => 'Reviews',
],
'installation' => [
'header' => 'Instalación de Aplicación',
'download' => 'Descargando archivo :module .',
'unzip' => 'Extrayendo archivo :module .',
'file_copy' => 'Copying :module files.',
'migrate' => 'Applying :module updates.',
'finish' => 'The update was successfully installed. You will be redirect Update Center.',
'install' => 'Instalando archivos de :module .',
],
'errors' => [
'download' => ':module can not download!',
'upload' => 'Downloaded :module can not saved!',
'unzip' => ':module can not unzip!',
'file_copy' => ':module files can not copy!',
'migrate' => ':module migrate broken!',
'migrate core' => ':module already latest version so then yon can not update.',
],
'badge' => [
'installed' => 'Instalado',
'pre_sale' => 'Pre-Sale',
],
'button' => [
'uninstall' => 'Desinstalar',
'disable' => 'Deshabilitar',
'enable' => 'Habilitar',
],
'my' => [
'purchased' => 'Comprado',
'installed' => 'Instalado',
],
'reviews' => [
'button' => [
'add' => 'Add a Review'
],
'na' => 'There are no reviews.'
]
];