mirror of
https://github.com/Karaka-Management/oms-Support.git
synced 2026-01-22 05:38:40 +00:00
61 lines
2.0 KiB
PHP
Executable File
61 lines
2.0 KiB
PHP
Executable File
<?php
|
|
/**
|
|
* Orange Management
|
|
*
|
|
* PHP Version 8.0
|
|
*
|
|
* @package Modules\Localization
|
|
* @copyright Dennis Eichhorn
|
|
* @license OMS License 1.0
|
|
* @version 1.0.0
|
|
* @link https://orange-management.org
|
|
*/
|
|
declare(strict_types=1);
|
|
|
|
return ['Support' => [
|
|
'Account' => 'account',
|
|
'All' => 'Tutti',
|
|
'AverageAmount' => 'Quantità media',
|
|
'AverageProcessTime' => 'Avg. Tempo trattato',
|
|
'Created' => 'Creato',
|
|
'Creator' => 'Creatore',
|
|
'Day' => 'Giorno',
|
|
'Department' => 'Dipartimento',
|
|
'Description' => 'Descrizione',
|
|
'Due' => 'Dovuto',
|
|
'Files' => 'File',
|
|
'Forwarded' => 'inoltrato',
|
|
'From' => 'A partire dal',
|
|
'Group' => 'Gruppo',
|
|
'InTime' => 'In tempo',
|
|
'Interval' => 'Intervallo',
|
|
'Media' => 'Media',
|
|
'Message' => 'Messaggio',
|
|
'Month' => 'Mese',
|
|
'Name' => 'Nome',
|
|
'New' => 'Nuovo',
|
|
'Open' => 'Aperto',
|
|
'Person' => 'Persona',
|
|
'Priority' => 'Priorità',
|
|
'Received' => 'ricevuto',
|
|
'Receiver' => 'Ricevitore',
|
|
'Redirected' => 'reindirizzate',
|
|
'Responsible' => 'Responsabile',
|
|
'Select' => 'Selezionare',
|
|
'Settings' => 'impostazioni',
|
|
'Size' => 'Taglia',
|
|
'Statistics' => 'statistica',
|
|
'Status' => 'Stato',
|
|
'Support' => 'Supporto',
|
|
'Ticket' => 'Biglietto',
|
|
'Tickets' => 'Biglietti',
|
|
'Title' => 'Titolo',
|
|
'To' => 'Per',
|
|
'Today' => 'Oggi',
|
|
'Topic' => 'Argomento',
|
|
'Type' => 'genere',
|
|
'Upload' => 'Caricare',
|
|
'Week' => 'Settimana',
|
|
'Year' => 'Anno',
|
|
]];
|