oms-Profile/Theme/Backend/Lang/it.lang.php
2024-03-20 07:21:24 +00:00

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' => 'Account',
'Account/Group' => 'Account / Group.',
'Activity' => 'Attività',
'Address' => 'Indirizzo',
'Amount' => '{Quantità}',
'Area' => 'La zona',
'Birthday' => 'Compleanno',
'Change' => 'Modificare',
'City' => 'Città',
'Community' => 'Comunità',
'Contact' => 'Contatto',
'ContactInformation' => 'Informazioni sui contatti',
'Country' => 'Nazione',
'CreateProfile' => 'Crea un profilo',
'Currency' => 'Moneta',
'Currencyformat' => 'Currencyformat.',
'Customized' => 'Personalizzato',
'DateDelim' => 'Separatore di data',
'DecimalPoint' => 'Punto decimale',
'Defaults' => 'Default',
'Email' => 'E-mail',
'Fast' => 'Veloce',
'General' => 'Generale',
'Glass' => 'Bicchiere',
'Heavy' => 'Pesante',
'IMG_alt_user' => '',
'Language' => 'Lingua',
'Large' => 'Larga',
'LastLogin' => 'Ultimo accesso',
'Length' => 'Lunghezza',
'Light' => 'Luce',
'Load' => 'Caricare',
'Localization' => 'Localizzazione',
'Long' => 'Lungo',
'Medium' => 'medio',
'Name' => 'Nome',
'NewPassword' => '',
'NoAddressSpecified' => 'Nessun indirizzo specificato',
'NoContactSpecified' => 'Nessun contatto specificato',
'Numberformat' => 'NumberFormat.',
'Numeric' => 'Numerico',
'OFF' => 'SPENTO',
'ON' => 'IN POI',
'Occupation' => 'Occupazione',
'OldPassword' => '',
'Password' => '',
'Phone' => 'Telefono',
'Precision' => 'Precisione',
'Profile' => 'Profilo',
'ProfileImage' => 'Immagine del profilo',
'Profiles' => 'Profili',
'Ranks' => 'Ranghi',
'Registered' => 'Registrato',
'RepeatPassword' => '',
'Sea' => 'Mare',
'Search' => 'Ricerca',
'Short' => 'Corto',
'Skype' => 'Skype.',
'Slow' => 'Lento',
'Small' => 'Piccolo',
'Speed' => 'Velocità',
'Status' => 'Stato',
'Tablespoon' => 'Cucchiaio',
'Teaspoon' => 'Cucchiaino',
'Temperature' => 'Temperatura',
'ThousandsSeparator' => 'Separatore di migliaia',
'Time' => 'Volta',
'TimeDelim' => 'Separatore di tempo',
'Timeformat' => 'Formato orario',
'Timezone' => 'Fuso orario',
'VeryFast' => 'Molto veloce',
'VeryHeavy' => 'Molto pesante',
'VeryLarge' => 'Molto largo',
'VeryLight' => 'Molto leggero',
'VeryLong' => 'Molto lungo',
'VeryShort' => 'Molto corto',
'VerySlow' => 'Molto lento',
'VerySmall' => 'Molto piccolo',
'Visibility' => 'Visibilità',
'Volume' => 'Volume',
'Weight' => 'Peso',
'Zip' => 'Cerniera lampo',
'aType1' => 'Casa',
'aType2' => 'Affare',
'aType3' => 'Spedizione',
'aType4' => 'Fatturazione',
'aType5' => 'Opera',
'aType6' => 'Contrarre',
'aType7' => 'Altro',
'cType1' => 'Telefono',
'cType2' => 'Fax',
'cType3' => 'Sito web',
'cType4' => 'E-mail',
]];