mirror of
https://github.com/Karaka-Management/oms-Tasks.git
synced 2026-01-25 05:38:39 +00:00
79 lines
2.7 KiB
PHP
Executable File
79 lines
2.7 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 ['Tasks' => [
|
|
'Account' => 'Compte',
|
|
'All' => 'Tout',
|
|
'AverageAmount' => 'Quantité moyenne',
|
|
'AverageProcessTime' => 'Moy. Temps de traitement',
|
|
'BCC' => 'BCC',
|
|
'By' => 'Par',
|
|
'CC' => 'CC',
|
|
'Created' => 'Créé',
|
|
'Creator' => 'Créateur',
|
|
'Day' => 'Jour',
|
|
'Default' => 'Défaut',
|
|
'Due' => 'Payable',
|
|
'Due/Priority' => 'En raison / priorité',
|
|
'Forward' => 'Effronté',
|
|
'Forwarded' => 'transmis',
|
|
'From' => 'De',
|
|
'Group' => 'Grouper',
|
|
'History' => 'Histoire',
|
|
'InTime' => 'À l\'heure',
|
|
'Interval' => 'Intervalle',
|
|
'Media' => 'Médias',
|
|
'Message' => 'Un message',
|
|
'Month' => 'Mois',
|
|
'Name' => 'Nom',
|
|
'New' => 'Nouveau',
|
|
'Open' => 'Ouvert',
|
|
'P0' => 'Aucun',
|
|
'P1' => 'Très lent',
|
|
'P2' => 'Faible',
|
|
'P3' => 'Moyen',
|
|
'P4' => 'Haut',
|
|
'P5' => 'Très haut',
|
|
'Person' => 'La personne',
|
|
'Priority' => 'Priorité',
|
|
'Received' => 'A reçu',
|
|
'Redirected' => 'redirigée',
|
|
'S1' => 'Ouvert',
|
|
'S2' => 'En cours',
|
|
'S3' => 'Suspendu',
|
|
'S4' => 'Annulé',
|
|
'S5' => 'Fait',
|
|
'S6' => 'Fermé',
|
|
'Select' => 'Sélectionner',
|
|
'Settings' => 'Réglages',
|
|
'SharedVisibility' => 'La visibilité est partagée entre tous',
|
|
'Size' => 'Taille',
|
|
'Statistics' => 'Statistiques',
|
|
'Status' => 'Statut',
|
|
'Task' => 'Tâche',
|
|
'Tasks' => 'Tâches',
|
|
'Template' => 'Modèle',
|
|
'Time' => 'Temps',
|
|
'Title' => 'Titre',
|
|
'To' => 'À',
|
|
'Today' => 'Aujourd\'hui',
|
|
'Type' => 'Taper',
|
|
'Upload' => 'Télécharger',
|
|
'Week' => 'Semaine',
|
|
'Year' => 'An',
|
|
'forwarded_to' => 'transféré à',
|
|
'priority_change' => '% S fixé la priorité sur% s',
|
|
'status_change' => '% S définir l\'état sur% s',
|
|
]];
|