oms-Messages/Theme/Backend/Lang/cs.lang.php
2024-03-20 07:21:23 +00:00

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' => 'Všechno',
'AverageAmount' => 'AVG. Množství',
'BCC' => 'Bcc.',
'CC' => 'Cc.',
'Channels' => '',
'Chat' => '',
'Date' => 'datum',
'Delete' => 'Vymazat',
'Draft' => 'Návrh',
'Email' => '',
'From' => 'Z',
'Inbox' => 'Doručená pošta',
'Interval' => 'Interval',
'Mailboxes' => 'Poštovní schránky',
'Messages' => 'Zprávy',
'Month' => 'Měsíc',
'New' => 'Nový',
'Outbox' => 'Kobox',
'Received' => 'Obdržený',
'Save' => 'Uložit',
'Select' => 'Vybrat',
'Sent' => 'Poslaný',
'Spam' => 'Spam.',
'Statistics' => 'Statistika',
'Status' => 'Postavení',
'Subject' => 'Předmět',
'Tag' => 'Štítek',
'Templates' => '',
'To' => 'Na',
'Today' => 'Dnes',
'Trash' => 'Odpadky',
'Week' => 'Týden',
'Year' => 'Rok',
]];