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' => 'Compte',
|
|
'All' => 'Tout',
|
|
'AverageAmount' => 'Quantité moyenne',
|
|
'AverageProcessTime' => 'Avg. Temps de traitement',
|
|
'CC' => 'Cc',
|
|
'Completion' => '',
|
|
'Created' => 'Établi',
|
|
'Creator' => 'Créateur',
|
|
'Due' => 'Dû',
|
|
'Due/Priority' => 'DUE / Priorité',
|
|
'For' => '',
|
|
'Forwarded' => 'Transmis',
|
|
'From' => 'À partir de',
|
|
'History' => 'Histoire',
|
|
'InTime' => 'À l\'heure',
|
|
'Media' => 'Médias',
|
|
'Message' => 'Message',
|
|
'OpenGiven' => '',
|
|
'Overview' => '',
|
|
'P0' => 'Rien',
|
|
'P1' => 'Très lent',
|
|
'P2' => 'Meugler',
|
|
'P3' => 'Moyen',
|
|
'P4' => 'Haut',
|
|
'P5' => 'Très haut',
|
|
'Priority' => 'Priorité',
|
|
'Received' => 'A reçu',
|
|
'ReminderedBy' => '',
|
|
'S1' => 'Ouvert',
|
|
'S2' => 'En cours',
|
|
'S3' => 'Suspendu',
|
|
'S4' => 'Annulé',
|
|
'S5' => 'Fait',
|
|
'Select' => 'Sélectionner',
|
|
'Statistics' => 'Statistiques',
|
|
'Status' => 'Statut',
|
|
'Tag' => '',
|
|
'Task' => 'Tâche',
|
|
'Title' => 'Titre',
|
|
'To' => 'À',
|
|
'Unread' => '',
|
|
'UnreadChanges' => '',
|
|
'Upload' => 'Télécharger',
|
|
'YourOpen' => '',
|
|
'forwarded_to' => 'transféré à',
|
|
'priority_change' => '% s définir la priorité sur% s à',
|
|
'status_change' => '% s Définir le statut sur% s à',
|
|
]];
|