oms-Auditor/Theme/Backend/Lang/el.lang.php
Dennis Eichhorn c65afc9ff2 update
2023-10-09 22:06:37 +00:00

40 lines
1.1 KiB
PHP
Executable File
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?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' => 'Δράση',
'Audit' => 'Ελεγχος',
'Auditor' => 'Ελεγκτής',
'Audits' => 'Έλεγχος',
'By' => 'Με',
'CREATE' => 'Δημιουργώ',
'Content' => 'Περιεχόμενο',
'CreatedAt' => '',
'CreatedBy' => '',
'DELETE' => 'Διαγράφω',
'Date' => 'Ημερομηνία',
'Email' => 'ΗΛΕΚΤΡΟΝΙΚΗ ΔΙΕΥΘΥΝΣΗ',
'IP' => '',
'Module' => 'Μονάδα μέτρησης',
'Name' => 'Ονομα',
'New' => 'Νέος',
'Old' => 'Παλαιός',
'Ref' => 'Ref',
'Subtype' => 'Υποτύπωμα',
'Trigger' => 'Δώσει το έναυσμα για',
'Type' => 'Τύπος',
'UNKNOWN' => 'Αγνωστος',
'UPDATE' => 'Εκσυγχρονίζω',
]];