mirror of
https://github.com/Karaka-Management/oms-Profile.git
synced 2026-01-11 07:18:40 +00:00
110 lines
4.0 KiB
PHP
Executable File
110 lines
4.0 KiB
PHP
Executable File
<?php
|
|
/**
|
|
* Jingga
|
|
*
|
|
* PHP Version 8.2
|
|
*
|
|
* @package Modules\Localization
|
|
* @copyright Dennis Eichhorn
|
|
* @license OMS License 2.0
|
|
* @version 1.0.0
|
|
* @link https://jingga.app
|
|
*/
|
|
declare(strict_types=1);
|
|
|
|
return ['Profile' => [
|
|
'Account' => 'Cuenta',
|
|
'Account/Group' => 'Cuenta / Grupo',
|
|
'Activity' => 'Actividad',
|
|
'Address' => 'Habla a',
|
|
'Amount' => '{Monto}',
|
|
'Area' => 'Área',
|
|
'Birthday' => 'Cumpleaños',
|
|
'Change' => 'Cambio',
|
|
'City' => 'Ciudad',
|
|
'Community' => 'Comunidad',
|
|
'Contact' => 'Contacto',
|
|
'ContactInformation' => 'Información del contacto',
|
|
'Country' => 'País',
|
|
'CreateProfile' => 'Crear perfil',
|
|
'Currency' => 'Divisa',
|
|
'Currencyformat' => 'Formato de moneda',
|
|
'Customized' => 'Personalizado',
|
|
'DateDelim' => 'Separador de fecha',
|
|
'DecimalPoint' => 'Punto decimal',
|
|
'Defaults' => 'Incumplimiento',
|
|
'Email' => 'Correo electrónico',
|
|
'Fast' => 'Rápido',
|
|
'General' => 'General',
|
|
'Glass' => 'Vidrio',
|
|
'Heavy' => 'Pesado',
|
|
'IMG_alt_user' => '',
|
|
'Language' => 'Idioma',
|
|
'Large' => 'Grande',
|
|
'LastLogin' => 'Último acceso',
|
|
'Length' => 'Longitud',
|
|
'Light' => 'Ligero',
|
|
'Load' => 'Carga',
|
|
'Localization' => 'Localización',
|
|
'Long' => 'Largo',
|
|
'Medium' => 'Medio',
|
|
'Name' => 'Nombre',
|
|
'NewPassword' => '',
|
|
'NoAddressSpecified' => 'No hay dirección especificada',
|
|
'NoContactSpecified' => 'Sin contacto especificado',
|
|
'Numberformat' => 'Formato numérico',
|
|
'Numeric' => 'Numérico',
|
|
'OFF' => 'APAGADO',
|
|
'ON' => 'SOBRE',
|
|
'Occupation' => 'Ocupación',
|
|
'OldPassword' => '',
|
|
'Password' => '',
|
|
'Phone' => 'Teléfono',
|
|
'Precision' => 'Precisión',
|
|
'Profile' => 'Perfil',
|
|
'ProfileImage' => 'Imagen de perfil',
|
|
'Profiles' => 'Perfiles',
|
|
'Ranks' => 'Rangos',
|
|
'Registered' => 'Registrado',
|
|
'RepeatPassword' => '',
|
|
'Sea' => 'Mar',
|
|
'Search' => 'Búsqueda',
|
|
'Short' => 'Corto',
|
|
'Skype' => 'Skype',
|
|
'Slow' => 'Lento',
|
|
'Small' => 'Pequeña',
|
|
'Speed' => 'Velocidad',
|
|
'Status' => 'Estado',
|
|
'Tablespoon' => 'Cucharada',
|
|
'Teaspoon' => 'Cucharilla',
|
|
'Temperature' => 'Temperatura',
|
|
'ThousandsSeparator' => 'Separador de miles',
|
|
'Time' => 'Hora',
|
|
'TimeDelim' => 'Separador de tiempo',
|
|
'Timeformat' => 'Formato de tiempo',
|
|
'Timezone' => 'Zona horaria',
|
|
'VeryFast' => 'Muy rapido',
|
|
'VeryHeavy' => 'Muy pesado',
|
|
'VeryLarge' => 'Muy grande',
|
|
'VeryLight' => 'Muy ligero',
|
|
'VeryLong' => 'Muy largo',
|
|
'VeryShort' => 'Muy corto',
|
|
'VerySlow' => 'Muy lento',
|
|
'VerySmall' => 'Muy pequeña',
|
|
'Visibility' => 'Visibilidad',
|
|
'Volume' => 'Volumen',
|
|
'Weight' => 'Peso',
|
|
'Zip' => 'Cremallera',
|
|
'aType1' => 'Casa',
|
|
'aType2' => 'Negocio',
|
|
'aType3' => 'Transporte',
|
|
'aType4' => 'Facturación',
|
|
'aType5' => 'Trabajo',
|
|
'aType6' => 'Contrato',
|
|
'aType7' => 'Otro',
|
|
'cType1' => 'Teléfono',
|
|
'cType2' => 'Fax',
|
|
'cType3' => 'Sitio web',
|
|
'cType4' => 'Correo electrónico',
|
|
]];
|