oms-Media/Theme/Backend/Lang/it.lang.php
Dennis Eichhorn 54aa5729ab update
2023-10-09 22:06:38 +00:00

54 lines
1.7 KiB
PHP
Executable File

<?php
/**
* Jingga
*
* PHP Version 8.1
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
* @license OMS License 2.0
* @version 1.0.0
* @link https://jingga.app
*/
declare(strict_types=1);
return ['Media' => [
'Account' => 'Account',
'Add' => 'Aggiungere',
'AddToCollection' => 'Aggiungere alla collezione',
'Author' => 'Autore',
'Back' => 'Indietro',
'Changed' => 'Cambiato',
'Changedby' => 'Cambiato da.',
'Content' => '',
'CreateCollection' => 'Creare una raccolta',
'CreateFile' => 'Crea file',
'Created' => 'Creato',
'Creator' => 'Creatore',
'Data' => 'Dati',
'Description' => 'Descrizione',
'Edit' => 'Modificare',
'Editability' => 'Edibilità',
'Extension' => 'Estensione',
'FilePath' => 'Percorso del file',
'Files' => 'File',
'GroupUser' => 'Utente di gruppo',
'Media' => 'Media',
'Name' => 'Nome',
'Password' => '',
'Path' => 'Sentiero',
'PathSettings' => 'Impostazioni del percorso',
'Permission' => 'Autorizzazione',
'Preview' => 'Anteprima',
'RandomPath' => 'Percorso casuale',
'Select' => 'Selezionare',
'Settings' => 'Impostazioni',
'Size' => 'Misurare',
'Tag' => '',
'Tags' => '',
'Type' => 'Tipo',
'Upload' => 'Caricamento',
'VirtualPath' => 'Percorso virtuale',
'Visibility' => 'Visibilità',
]];