48 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			48 lines
		
	
	
		
			1.8 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',
 | |
|     'token_link'            => 'Haga <a href="https://akaunting.com/tokens" target="_blank">Click aquí</a> para obtener su API token.',
 | |
|     '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!',
 | |
| 
 | |
|     'about'                 => 'Acerca de',
 | |
| 
 | |
|     'added'                 => 'Agregado',
 | |
|     'updated'               => 'Actualizado',
 | |
|     'compatibility'         => 'Compatibilidad',
 | |
| 
 | |
|     'installed'             => ':module instalado',
 | |
|     'uninstalled'           => ':module desinstalado',
 | |
|     //'updated'               => ':module updated',
 | |
|     'enabled'               => ':module habilitado',
 | |
|     'disabled'              => ':module deshabilitado',
 | |
| 
 | |
|     'tab' => [
 | |
|         'installation'      => 'Instalación',
 | |
|         'faq'               => 'P+F',
 | |
|         'changelog'         => 'Historial de cambios',
 | |
|     ],
 | |
| 
 | |
|     'installation' => [
 | |
|         'header'            => 'Instalación de Aplicación',
 | |
|         'download'          => 'Descargando archivo :module .',
 | |
|         'unzip'             => 'Extrayendo archivo :module .',
 | |
|         'install'           => 'Instalando archivos de :module .',
 | |
|     ],
 | |
| 
 | |
|     'button' => [
 | |
|         'uninstall'         => 'Desinstalar',
 | |
|         'disable'           => 'Deshabilitar',
 | |
|         'enable'            => 'Habilitar',
 | |
|     ],
 | |
| ];
 |