updated translations
This commit is contained in:
@ -2,10 +2,9 @@
|
||||
|
||||
return [
|
||||
|
||||
'title' => 'Token de API',
|
||||
'api_token' => 'Token',
|
||||
'api_key' => 'Clave API',
|
||||
'my_apps' => 'Mis Apps',
|
||||
'pre_sale' => 'Pre-Sale',
|
||||
'pre_sale' => 'Preventa',
|
||||
'top_paid' => 'Más Pagado',
|
||||
'new' => 'Nuevo',
|
||||
'top_free' => 'Top Gratis',
|
||||
@ -13,20 +12,19 @@ return [
|
||||
'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.',
|
||||
'get_api_key' => '<a href=":url" target="_blank">Haga clic aquí</a> para obtener su clave 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',
|
||||
'become_developer' => '¿Eres un desarrollador? <a href=":url" target="_blank">Aquí</a> puedes aprender cómo crear una aplicación y empezar a vender hoy!',
|
||||
'recommended_apps' => 'Aplicaciones recomendadas',
|
||||
|
||||
'about' => 'Acerca de',
|
||||
|
||||
'added' => 'Agregado',
|
||||
'updated' => 'Actualizado',
|
||||
'compatibility' => 'Compatibilidad',
|
||||
'documentation' => 'Documentation',
|
||||
'view' => 'View',
|
||||
'back' => 'Back',
|
||||
'documentation' => 'Documentación',
|
||||
'view' => 'Ver',
|
||||
'back' => 'Atrás',
|
||||
|
||||
'installed' => ':module instalado',
|
||||
'uninstalled' => ':module desinstalado',
|
||||
@ -38,31 +36,30 @@ return [
|
||||
'installation' => 'Instalación',
|
||||
'faq' => 'Preguntas Frecuentes',
|
||||
'changelog' => 'Historial de Cambios',
|
||||
'reviews' => 'Reviews',
|
||||
'reviews' => 'Revisiones',
|
||||
],
|
||||
|
||||
'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 .',
|
||||
'download' => 'Descargando :module',
|
||||
'unzip' => 'Extrayendo archivos de :module',
|
||||
'file_copy' => 'Copiando archivos de :module',
|
||||
'finish' => 'Finalizando la instalación de :module',
|
||||
'redirect' => ':module instalado, redirigiendo a la página de actualizaciones',
|
||||
'install' => 'Instalando :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.',
|
||||
'download' => 'No se puede descargar :module',
|
||||
'zip' => 'No se puede crear el archivo zip :module',
|
||||
'unzip' => 'No se puede descomprimir :module',
|
||||
'file_copy' => 'No se pueden copiar los archivos de :module',
|
||||
'finish' => 'No se puede finalizar la instalación de :module',
|
||||
],
|
||||
|
||||
'badge' => [
|
||||
'installed' => 'Instalado',
|
||||
'pre_sale' => 'Pre-Sale',
|
||||
'installed' => 'Instalado',
|
||||
'pre_sale' => 'Preventa',
|
||||
],
|
||||
|
||||
'button' => [
|
||||
@ -72,14 +69,16 @@ return [
|
||||
],
|
||||
|
||||
'my' => [
|
||||
'purchased' => 'Comprado',
|
||||
'installed' => 'Instalado',
|
||||
'purchased' => 'Comprado',
|
||||
'installed' => 'Instalado',
|
||||
],
|
||||
|
||||
'reviews' => [
|
||||
'button' => [
|
||||
'add' => 'Add a Review'
|
||||
'add' => 'Añadir una reseña'
|
||||
],
|
||||
'na' => 'There are no reviews.'
|
||||
]
|
||||
|
||||
'na' => 'No hay reseñas.'
|
||||
],
|
||||
|
||||
];
|
||||
|
Reference in New Issue
Block a user