New translations field.php (Greek)

This commit is contained in:
Fatih Alp 2020-09-23 18:37:36 +03:00
parent 27134ffbc2
commit 97e72e50aa

View File

@ -20,7 +20,7 @@ return [
'name' => 'Τιμή' 'name' => 'Τιμή'
], ],
'standard_price' => [ 'standard_price' => [
'name' => 'Standard Price' 'name' => 'Τυπική τιμή'
], ],
'date' => [ 'date' => [
'name' => 'Ημερομηνία' 'name' => 'Ημερομηνία'
@ -267,8 +267,8 @@ return [
"no_location" => "Δεν έχει επιλεγεί τοποθεσία.", "no_location" => "Δεν έχει επιλεγεί τοποθεσία.",
"continue" => 'Να συνεχίσει', "continue" => 'Να συνεχίσει',
"gallery" => 'Εκθεσιακός χώρος', "gallery" => 'Εκθεσιακός χώρος',
"ads" => 'Ads', "ads" => 'Διαφημίσεις',
"were_found" => 'were found.', "were_found" => 'βρέθηκαν.',
// Pending screen // Pending screen
'pending_message_1' => 'Η διαφήμιση βρίσκεται στη διαδικασία έγκρισης', 'pending_message_1' => 'Η διαφήμιση βρίσκεται στη διαδικασία έγκρισης',
@ -296,5 +296,5 @@ return [
'select_category_step_by_step' => 'Επιλέξτε Κατηγορία Βήμα προς Βήμα', 'select_category_step_by_step' => 'Επιλέξτε Κατηγορία Βήμα προς Βήμα',
// New create page // New create page
'options' => 'Options', 'options' => 'Επιλογές',
]; ];