mirror of
https://github.com/Karaka-Management/oms-Messages.git
synced 2026-01-11 16:48:40 +00:00
50 lines
1.4 KiB
PHP
Executable File
50 lines
1.4 KiB
PHP
Executable File
<?php
|
|
/**
|
|
* Jingga
|
|
*
|
|
* PHP Version 8.2
|
|
*
|
|
* @package Modules\Localization
|
|
* @copyright Dennis Eichhorn
|
|
* @license OMS License 2.0
|
|
* @version 1.0.0
|
|
* @link https://jingga.app
|
|
*/
|
|
declare(strict_types=1);
|
|
|
|
return ['Messages' => [
|
|
'All' => 'Tout',
|
|
'AverageAmount' => 'Avg. Quantité',
|
|
'BCC' => 'BCC',
|
|
'CC' => 'Cc',
|
|
'Channels' => '',
|
|
'Chat' => '',
|
|
'Date' => 'Date',
|
|
'Delete' => 'Supprimer',
|
|
'Draft' => 'Brouillon',
|
|
'Email' => '',
|
|
'From' => 'À partir de',
|
|
'Inbox' => 'Boîte de réception',
|
|
'Interval' => 'Intervalle',
|
|
'Mailboxes' => 'Boîtes aux lettres',
|
|
'Messages' => 'messages',
|
|
'Month' => 'Mois',
|
|
'New' => 'Nouvelle',
|
|
'Outbox' => 'Boîte d\'accueil',
|
|
'Received' => 'A reçu',
|
|
'Save' => 'Sauvegarder',
|
|
'Select' => 'Sélectionner',
|
|
'Sent' => 'Expédié',
|
|
'Spam' => 'Pourriel',
|
|
'Statistics' => 'Statistiques',
|
|
'Status' => 'Statut',
|
|
'Subject' => 'Sujet',
|
|
'Tag' => 'Étiqueter',
|
|
'Templates' => '',
|
|
'To' => 'À',
|
|
'Today' => 'Aujourd\'hui',
|
|
'Trash' => 'Poubelle',
|
|
'Week' => 'La semaine',
|
|
'Year' => 'An',
|
|
]];
|