oms-Exchange/Theme/Backend/Lang/es.lang.php

40 lines
1002 B
PHP

<?php
/**
* Orange Management
*
* PHP Version 8.0
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
*/
declare(strict_types=1);
return ['Exchange' => [
'Created' => 'Creado',
'CreatedAt' => 'Creado en',
'CreatedBy' => 'Creado por',
'Creator' => 'Creador',
'Database' => 'Base de datos',
'End' => 'Fin',
'Exchange' => 'Intercambio',
'Export' => 'Exportar',
'Exports' => 'exportaciones',
'File' => 'Archivo',
'Host' => 'Anfitrión',
'Import' => 'Importar',
'Imports' => 'Las importaciones',
'Login' => 'Acceso',
'Logs' => 'registros',
'Options' => 'opciones',
'Password' => 'Contraseña',
'Port' => 'Puerto',
'Start' => 'Comienzo',
'Subtype' => 'subtipo',
'Title' => 'Título',
'Type' => 'Escribe',
'Website' => 'Sitio web',
]];