mirror of
https://github.com/Karaka-Management/oms-Messages.git
synced 2026-01-11 16:48:40 +00:00
50 lines
1.3 KiB
PHP
Executable File
50 lines
1.3 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' => 'Kaikki',
|
|
'AverageAmount' => 'Avg. Määrä',
|
|
'BCC' => 'Bcc',
|
|
'CC' => 'Cc',
|
|
'Channels' => '',
|
|
'Chat' => '',
|
|
'Date' => 'Päivämäärä',
|
|
'Delete' => 'Poistaa',
|
|
'Draft' => 'Luonnos',
|
|
'Email' => '',
|
|
'From' => 'Peräkkäin',
|
|
'Inbox' => 'Postilaatikko',
|
|
'Interval' => 'Aikaväli',
|
|
'Mailboxes' => 'Postilaatikot',
|
|
'Messages' => 'Viestit',
|
|
'Month' => 'Kuukausi',
|
|
'New' => 'Uusi',
|
|
'Outbox' => 'Ulkona',
|
|
'Received' => 'Otettu vastaan',
|
|
'Save' => 'Tallentaa',
|
|
'Select' => 'Valitse',
|
|
'Sent' => 'Lähetetty',
|
|
'Spam' => 'Roskapostia',
|
|
'Statistics' => 'Tilastot',
|
|
'Status' => 'Tila',
|
|
'Subject' => 'Aihe',
|
|
'Tag' => 'Tag',
|
|
'Templates' => '',
|
|
'To' => 'Jllek',
|
|
'Today' => 'Tänään',
|
|
'Trash' => 'Roska',
|
|
'Week' => 'Viikko',
|
|
'Year' => 'Vuosi',
|
|
]];
|