oms-HumanResourceTimeRecording/Theme/Timeterminal/Lang/el.lang.php
2024-03-20 07:21:22 +00:00

42 lines
1.2 KiB
PHP
Executable File
Raw Permalink 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.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 ['HumanResourceTimeRecording' => [
'Break' => 'Διακοπή',
'CS0' => 'Αρχή',
'CS1' => 'Παύση',
'CS2' => 'Να συνεχίσει',
'CS3' => 'Τέλος',
'CT0' => 'Γραφείο',
'CT1' => 'Μακρινός',
'CT2' => 'Σπίτι',
'CT3' => 'Διακοπές',
'CT4' => 'Αρρωστος',
'CT5' => 'Εν κινήσει',
'D0' => 'Κυριακή',
'D1' => 'Δευτέρα',
'D2' => 'Τρίτη',
'D3' => 'Τετάρτη',
'D4' => 'Πέμπτη',
'D5' => 'Παρασκευή',
'D6' => 'Σάββατο',
'Date' => 'Ημερομηνία',
'End' => 'Τέλος',
'Recordings' => 'Ηχογραφήσεις',
'Start' => 'Αρχή',
'Status' => 'Κατάσταση',
'Total' => 'Σύνολο',
'Type' => 'Τύπος',
]];