mirror of
https://github.com/Karaka-Management/oms-Profile.git
synced 2026-01-11 15:28: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' => 'Conta',
|
|
'Account/Group' => 'Grupo de contas',
|
|
'Activity' => 'Atividade',
|
|
'Address' => 'Endereço',
|
|
'Amount' => '{Montante}',
|
|
'Area' => 'Área',
|
|
'Birthday' => 'Aniversário',
|
|
'Change' => 'Mudar',
|
|
'City' => 'Cidade',
|
|
'Community' => 'Comunidade',
|
|
'Contact' => 'Contato',
|
|
'ContactInformation' => 'Informações de contato',
|
|
'Country' => 'País',
|
|
'CreateProfile' => 'Criar perfil',
|
|
'Currency' => 'Moeda',
|
|
'Currencyformat' => 'MoedaFormat.',
|
|
'Customized' => 'Personalizado',
|
|
'DateDelim' => 'Separador de data',
|
|
'DecimalPoint' => 'Ponto decimal',
|
|
'Defaults' => 'Padrões',
|
|
'Email' => 'E-mail',
|
|
'Fast' => 'Rápido',
|
|
'General' => 'Em geral',
|
|
'Glass' => 'Vidro',
|
|
'Heavy' => 'Pesado',
|
|
'IMG_alt_user' => '',
|
|
'Language' => 'Língua',
|
|
'Large' => 'Grande',
|
|
'LastLogin' => 'Último Login',
|
|
'Length' => 'Comprimento',
|
|
'Light' => 'Leve',
|
|
'Load' => 'Carga',
|
|
'Localization' => 'Localização',
|
|
'Long' => 'Grandes',
|
|
'Medium' => 'Médio',
|
|
'Name' => 'Nome',
|
|
'NewPassword' => '',
|
|
'NoAddressSpecified' => 'Nenhum endereço especificado',
|
|
'NoContactSpecified' => 'Nenhum contato especificado',
|
|
'Numberformat' => 'Formato numérico',
|
|
'Numeric' => 'Numérico',
|
|
'OFF' => 'FORA',
|
|
'ON' => 'SOBRE',
|
|
'Occupation' => 'Ocupação',
|
|
'OldPassword' => '',
|
|
'Password' => '',
|
|
'Phone' => 'Telefone',
|
|
'Precision' => 'Precisão',
|
|
'Profile' => 'Perfil',
|
|
'ProfileImage' => 'Imagem de perfil',
|
|
'Profiles' => 'Perfis.',
|
|
'Ranks' => 'Fileiras',
|
|
'Registered' => 'Registrado',
|
|
'RepeatPassword' => '',
|
|
'Sea' => 'Mar',
|
|
'Search' => 'Procurar',
|
|
'Short' => 'Baixo',
|
|
'Skype' => 'Skype.',
|
|
'Slow' => 'Lento',
|
|
'Small' => 'Pequena',
|
|
'Speed' => 'Velocidade',
|
|
'Status' => 'Status',
|
|
'Tablespoon' => 'Colher de sopa',
|
|
'Teaspoon' => 'Colher de chá',
|
|
'Temperature' => 'Temperatura',
|
|
'ThousandsSeparator' => 'Separador de milhares',
|
|
'Time' => 'Tempo',
|
|
'TimeDelim' => 'Separador de tempo',
|
|
'Timeformat' => 'Timeformat.',
|
|
'Timezone' => 'Fuso horário',
|
|
'VeryFast' => 'Muito rápido',
|
|
'VeryHeavy' => 'Muito pesado',
|
|
'VeryLarge' => 'Muito grande',
|
|
'VeryLight' => 'Muita luz',
|
|
'VeryLong' => 'Muito longo',
|
|
'VeryShort' => 'Muito curto',
|
|
'VerySlow' => 'Muito devagar',
|
|
'VerySmall' => 'Muito pequeno',
|
|
'Visibility' => 'Visibilidade',
|
|
'Volume' => 'Volume',
|
|
'Weight' => 'Peso',
|
|
'Zip' => 'Fecho eclair',
|
|
'aType1' => 'Casa',
|
|
'aType2' => 'O negócio',
|
|
'aType3' => 'Envio',
|
|
'aType4' => 'Cobrança',
|
|
'aType5' => 'Trabalhos',
|
|
'aType6' => 'Contrato',
|
|
'aType7' => 'De outros',
|
|
'cType1' => 'Telefone',
|
|
'cType2' => 'Fax',
|
|
'cType3' => 'Local na rede Internet',
|
|
'cType4' => 'E-mail',
|
|
]];
|