oms-Auditor/Theme/Backend/Lang/cs.lang.php
2023-06-17 03:13:20 +02:00

38 lines
821 B
PHP
Executable File

<?php
/**
* Jingga
*
* PHP Version 8.1
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
* @license OMS License 2.0
* @version 1.0.0
* @link https://jingga.app
*/
declare(strict_types=1);
return ['Auditor' => [
'Action' => 'Akce',
'Audit' => 'Audit',
'Auditor' => 'Auditor',
'Audits' => 'Audity',
'By' => 'Podle',
'CREATE' => 'Vytvořit',
'Content' => 'Obsah',
'DELETE' => 'Vymazat',
'Date' => 'datum',
'Email' => 'E-mailem',
'IP' => '#VALUE!',
'Module' => 'Modul',
'Name' => 'název',
'New' => 'Nový',
'Old' => 'Starý',
'Ref' => 'Raf',
'Subtype' => 'Podtyp',
'Trigger' => 'Spoušť',
'Type' => 'Typ',
'UNKNOWN' => 'Neznámý',
'UPDATE' => 'Aktualizace',
]];