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' => 'Minden',
|
|
'AverageAmount' => 'AVG. Összeg',
|
|
'BCC' => 'Bcc',
|
|
'CC' => 'Kb',
|
|
'Channels' => '',
|
|
'Chat' => '',
|
|
'Date' => 'Dátum',
|
|
'Delete' => 'Töröl',
|
|
'Draft' => 'Tervezet',
|
|
'Email' => '',
|
|
'From' => 'Tól től',
|
|
'Inbox' => 'Postafiók',
|
|
'Interval' => 'Intervallum',
|
|
'Mailboxes' => 'Postafiókok',
|
|
'Messages' => 'üzenetek',
|
|
'Month' => 'Hónap',
|
|
'New' => 'Új',
|
|
'Outbox' => 'Outbox',
|
|
'Received' => 'Kapott',
|
|
'Save' => 'Megment',
|
|
'Select' => 'Kiválaszt',
|
|
'Sent' => 'Küldött',
|
|
'Spam' => 'Spam',
|
|
'Statistics' => 'Statisztika',
|
|
'Status' => 'Állapot',
|
|
'Subject' => 'Tantárgy',
|
|
'Tag' => 'Címke',
|
|
'Templates' => '',
|
|
'To' => 'Nak nek',
|
|
'Today' => 'Ma',
|
|
'Trash' => 'Szemét',
|
|
'Week' => 'Hét',
|
|
'Year' => 'Év',
|
|
]];
|