mirror of
https://github.com/Karaka-Management/oms-Tasks.git
synced 2026-01-11 15:38:40 +00:00
64 lines
2.1 KiB
PHP
Executable File
64 lines
2.1 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 ['Tasks' => [
|
|
'Account' => 'Account',
|
|
'All' => 'Tutto',
|
|
'AverageAmount' => 'Quantità media',
|
|
'AverageProcessTime' => 'Avg. Tempo di processo',
|
|
'CC' => 'Cc.',
|
|
'Completion' => '',
|
|
'Created' => 'Creato',
|
|
'Creator' => 'Creatore',
|
|
'Due' => 'Dovuto',
|
|
'Due/Priority' => 'DUE / PRIORITÀ',
|
|
'For' => '',
|
|
'Forwarded' => 'Inoltrato',
|
|
'From' => 'A partire dal',
|
|
'History' => 'Storia',
|
|
'InTime' => 'In tempo',
|
|
'Media' => 'Media',
|
|
'Message' => 'Messaggio',
|
|
'OpenGiven' => '',
|
|
'Overview' => '',
|
|
'P0' => 'Nessuno',
|
|
'P1' => 'Molto basso',
|
|
'P2' => 'Basso',
|
|
'P3' => 'medio',
|
|
'P4' => 'Alto',
|
|
'P5' => 'Molto alto',
|
|
'Priority' => 'Priorità',
|
|
'Received' => 'Ricevuto',
|
|
'ReminderedBy' => '',
|
|
'S1' => 'Aprire',
|
|
'S2' => 'In corso',
|
|
'S3' => 'Sospeso',
|
|
'S4' => 'Annullato',
|
|
'S5' => 'Fatto',
|
|
'Select' => 'Selezionare',
|
|
'Statistics' => 'Statistiche',
|
|
'Status' => 'Stato',
|
|
'Tag' => '',
|
|
'Task' => 'Compito',
|
|
'Title' => 'Titolo',
|
|
'To' => 'a',
|
|
'Unread' => '',
|
|
'UnreadChanges' => '',
|
|
'Upload' => 'Caricamento',
|
|
'YourOpen' => '',
|
|
'forwarded_to' => 'inoltrato a.',
|
|
'priority_change' => '% s imposta la priorità su% s a',
|
|
'status_change' => '% s Imposta lo stato su% s a',
|
|
]];
|