mirror of
https://github.com/Karaka-Management/oms-Script.git
synced 2026-01-11 04:18:42 +00:00
62 lines
2.0 KiB
PHP
Executable File
62 lines
2.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 ['Helper' => [
|
|
'Add' => 'Aggiungere',
|
|
'CentralizedDB' => 'DB centralizzato',
|
|
'CentralizedFiles' => 'File centralizzati',
|
|
'Created' => 'Creato',
|
|
'CreatedBy' => 'Creato da',
|
|
'Creator' => 'Creatore',
|
|
'Data' => 'Dati',
|
|
'Database' => 'Banca dati',
|
|
'Dataset' => 'Dataset.',
|
|
'Datasets' => 'Set di dati',
|
|
'Description' => 'Descrizione',
|
|
'Edit' => 'Modificare',
|
|
'Expected' => 'Previsto',
|
|
'Export' => 'Esportare',
|
|
'FileNames' => 'Nomi di file',
|
|
'Files' => 'File',
|
|
'Helper' => 'Helper.',
|
|
'Helpers' => 'Aiutanti',
|
|
'IndividualDB' => 'DB individuale',
|
|
'Info' => 'Informazioni',
|
|
'Language' => 'Lingua',
|
|
'Load' => 'Caricare',
|
|
'Media' => 'Media',
|
|
'MediaDirectory' => 'Directory multimediale',
|
|
'Modified' => 'Modificati',
|
|
'Name' => 'Nome',
|
|
'New' => 'Nuovo',
|
|
'Other' => 'Altro',
|
|
'Overview' => 'Panoramica',
|
|
'Permission' => 'Autorizzazione',
|
|
'Print' => 'Stampa',
|
|
'Report' => 'Rapporto',
|
|
'Reports' => 'Rapporti',
|
|
'Select' => 'Selezionare',
|
|
'Settings' => 'Impostazioni',
|
|
'Source' => 'Fonte',
|
|
'Sources' => 'Fonti',
|
|
'Standalone' => 'Indipendente, autonomo',
|
|
'Storage' => 'Conservazione',
|
|
'Tag' => 'Etichetta',
|
|
'Tags' => 'Tags.',
|
|
'Template' => 'Modello',
|
|
'Title' => 'Titolo',
|
|
'Type' => 'Tipo',
|
|
'Updated' => 'Aggiornato.',
|
|
]];
|