2018-01-13 15:21:46 +03:00
< ? php
return [
'title' => 'Token de API' ,
'api_token' => 'Token' ,
2018-06-25 10:49:36 +03:00
'my_apps' => 'Mis Apps' ,
2018-01-13 15:21:46 +03:00
'top_paid' => 'Más Pagado' ,
'new' => 'Nuevo' ,
'top_free' => 'Top Gratis' ,
'free' => 'GRATIS' ,
2018-06-20 18:47:39 +03:00
'search' => 'Buscar' ,
2018-01-13 15:21:46 +03:00
'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!' ,
2018-11-08 12:11:42 +03:00
'recommended_apps' => 'Recommended Apps' ,
2018-01-13 15:21:46 +03:00
'about' => 'Acerca de' ,
'added' => 'Agregado' ,
'updated' => 'Actualizado' ,
'compatibility' => 'Compatibilidad' ,
'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' ,
2018-11-08 12:11:42 +03:00
'reviews' => 'Reviews' ,
2018-01-13 15:21:46 +03:00
],
'installation' => [
'header' => 'Instalación de Aplicación' ,
'download' => 'Descargando archivo :module .' ,
'unzip' => 'Extrayendo archivo :module .' ,
2018-11-08 12:11:42 +03:00
'file_copy' => 'Copying :module files.' ,
'migrate' => 'Applying :module updates.' ,
'finish' => 'The update was successfully installed. You will be redirect Update Center.' ,
2018-01-13 15:21:46 +03:00
'install' => 'Instalando archivos de :module .' ,
],
2018-11-08 12:11:42 +03:00
'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.' ,
],
2018-06-20 18:47:39 +03:00
'badge' => [
2018-06-25 10:49:36 +03:00
'installed' => 'Instalado' ,
2018-06-20 18:47:39 +03:00
],
2018-01-13 15:21:46 +03:00
'button' => [
'uninstall' => 'Desinstalar' ,
'disable' => 'Deshabilitar' ,
'enable' => 'Habilitar' ,
],
2018-06-20 18:47:39 +03:00
'my' => [
2018-06-25 10:49:36 +03:00
'purchased' => 'Comprado' ,
'installed' => 'Instalado' ,
2018-06-20 18:47:39 +03:00
],
2018-11-08 12:11:42 +03:00
'reviews' => [
'button' => [
'add' => 'Add a Review'
],
'na' => 'There are no reviews.'
]
2018-01-13 15:21:46 +03:00
];