oms-Profile/Theme/Backend/Lang/el.lang.php

105 lines
4.7 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
/**
* Orange Management
*
* PHP Version 8.0
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
*/
declare(strict_types=1);
return ['Profile' => [
'Account' => 'λογαριασμός',
'Account/Group' => 'Ο λογαριασμός / Ομάδα',
'Activity' => 'Δραστηριότητα',
'Address' => 'Διεύθυνση',
'Amount' => '{Ποσό}',
'Area' => 'Περιοχή',
'Birthday' => 'Γενέθλια',
'Change' => 'Αλλαγή',
'City' => 'Πόλη',
'Community' => 'Κοινότητα',
'Contact' => 'Επικοινωνία',
'ContactInformation' => 'Στοιχεία επικοινωνίας',
'Country' => 'Χώρα',
'CreateProfile' => 'Δημιουργία προφίλ',
'Currency' => 'Νόμισμα',
'Currencyformat' => 'Currencyformat',
'Customized' => 'προσαρμοσμένη',
'DateDelim' => 'διαχωριστικό της ημερομηνίας',
'DecimalPoint' => 'Δεκαδικό σημείο',
'Defaults' => 'προεπιλογές',
'Email' => 'ΗΛΕΚΤΡΟΝΙΚΗ ΔΙΕΥΘΥΝΣΗ',
'Fast' => 'Γρήγορα',
'General' => 'Γενικός',
'Glass' => 'Ποτήρι',
'Heavy' => 'Βαρύς',
'Language' => 'Γλώσσα',
'Large' => 'Μεγάλο',
'LastLogin' => 'Τελευταία είσοδος',
'Length' => 'Μήκος',
'Light' => 'Φως',
'Load' => 'Φορτώνω',
'Localization' => 'Εντοπισμός',
'Long' => 'Μακρύς',
'Medium' => 'Μεσαίο',
'Name' => 'Ονομα',
'NoAddressSpecified' => 'Δεν υπάρχει διεύθυνση που καθορίζεται',
'NoContactSpecified' => 'Καμία επαφή που καθορίζονται',
'Numberformat' => 'Numberformat',
'Numeric' => 'Αριθμητικός',
'OFF' => 'ΜΑΚΡΙΑ ΑΠΟ',
'ON' => 'ΕΠΙ',
'Occupation' => 'Κατοχή',
'Phone' => 'Τηλέφωνο',
'Precision' => 'Ακρίβεια',
'Profile' => 'Προφίλ',
'ProfileImage' => 'Προφίλ εικόνα',
'Profiles' => 'προφίλ',
'Ranks' => 'Βαθμοί',
'Registered' => 'Εγγεγραμμένος',
'Sea' => 'Θάλασσα',
'Search' => 'Αναζήτηση',
'Short' => 'Μικρός',
'Skype' => 'Skype',
'Slow' => 'Αργός',
'Small' => 'Μικρό',
'Speed' => 'Ταχύτητα',
'Status' => 'Κατάσταση',
'Tablespoon' => 'Κουτάλι της σούπας',
'Teaspoon' => 'Κουταλάκι του γλυκού',
'Temperature' => 'Θερμοκρασία',
'ThousandsSeparator' => 'χιλιάδες Διαχωριστικό',
'Time' => 'χρόνος',
'TimeDelim' => 'Ώρα Διαχωριστικό',
'Timeformat' => 'Μορφή ώρας',
'Timezone' => 'Ζώνη ώρας',
'VeryFast' => 'Πολύ γρήγορα',
'VeryHeavy' => 'Πολύ βαρύ',
'VeryLarge' => 'Πολύ μεγάλο',
'VeryLight' => 'Πολύ ελαφρύ',
'VeryLong' => 'πολύ Long',
'VeryShort' => 'Πολύ κοντό',
'VerySlow' => 'Πολύ αργή',
'VerySmall' => 'Πολύ μικρό',
'Visibility' => 'Ορατότητα',
'Volume' => 'Ενταση ΗΧΟΥ',
'Weight' => 'Βάρος',
'Zip' => 'Φερμουάρ',
'aType1' => 'Σπίτι',
'aType2' => 'Επιχείρηση',
'aType3' => 'Αποστολή',
'aType4' => 'Χρέωση',
'aType5' => 'Δουλειά',
'aType6' => 'Σύμβαση',
'aType7' => 'Αλλα',
'cType1' => 'Τηλέφωνο',
'cType2' => 'Φαξ',
'cType3' => 'Δικτυακός τόπος',
'cType4' => 'ΗΛΕΚΤΡΟΝΙΚΗ ΔΙΕΥΘΥΝΣΗ',
]];