mirror of
https://github.com/Karaka-Management/oms-Support.git
synced 2026-01-11 17:18:40 +00:00
67 lines
2.2 KiB
PHP
67 lines
2.2 KiB
PHP
<?php
|
|
/**
|
|
* Karaka
|
|
*
|
|
* PHP Version 8.0
|
|
*
|
|
* @package Modules\Localization
|
|
* @copyright Dennis Eichhorn
|
|
* @license OMS License 1.0
|
|
* @version 1.0.0
|
|
* @link https://karaka.org
|
|
*/
|
|
declare(strict_types=1);
|
|
|
|
return ['Support' => [
|
|
'Account' => 'Account',
|
|
'All' => 'Tutto',
|
|
'Assigned' => '#VALUE!',
|
|
'AverageAmount' => 'Quantità media',
|
|
'AverageProcessTime' => 'Avg. Tempo di processo',
|
|
'Closed' => '#VALUE!',
|
|
'Completion' => '#VALUE!',
|
|
'Created' => 'Creato',
|
|
'Creator' => 'Creatore',
|
|
'Day' => 'Giorno',
|
|
'Department' => 'Dipartimento',
|
|
'Description' => 'Descrizione',
|
|
'Due' => 'Dovuto',
|
|
'Files' => 'File',
|
|
'For' => '#VALUE!',
|
|
'Forwarded' => 'Inoltrato',
|
|
'From' => 'A partire dal',
|
|
'Group' => 'Gruppo',
|
|
'InTime' => 'In tempo',
|
|
'Interval' => 'Intervallo',
|
|
'Media' => 'Media',
|
|
'Message' => 'Messaggio',
|
|
'Month' => 'Mese',
|
|
'Name' => 'Nome',
|
|
'New' => 'Nuovo',
|
|
'Open' => 'Aprire',
|
|
'Person' => 'Persona',
|
|
'Priority' => 'Priorità',
|
|
'Received' => 'Ricevuto',
|
|
'Receiver' => 'Ricevitore',
|
|
'Redirected' => 'Reindirizzato',
|
|
'Responsible' => 'Responsabile',
|
|
'Select' => 'Selezionare',
|
|
'Settings' => 'Impostazioni',
|
|
'Size' => 'Misurare',
|
|
'Statistics' => 'Statistiche',
|
|
'Status' => 'Stato',
|
|
'Support' => 'Supporto',
|
|
'Ticket' => 'Biglietto',
|
|
'Tickets' => 'Biglietti',
|
|
'Title' => 'Titolo',
|
|
'To' => 'a',
|
|
'Today' => 'Oggi',
|
|
'Topic' => 'Argomento',
|
|
'Type' => 'Tipo',
|
|
'Unassigned' => '#VALUE!',
|
|
'Unsolved' => '#VALUE!',
|
|
'Upload' => 'Caricamento',
|
|
'Week' => 'Settimana',
|
|
'Year' => 'Anno',
|
|
]];
|