mirror of
https://github.com/mauriceboe/TREK.git
synced 2026-06-21 22:31:46 +00:00
feat(i18n): add Greek translation
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
import type { TranslationStrings } from '../types';
|
||||
|
||||
const shared: TranslationStrings = {
|
||||
'shared.expired': 'Ο σύνδεσμος έληξε ή δεν είναι έγκυρος',
|
||||
'shared.expiredHint': 'Αυτός ο κοινόχρηστος σύνδεσμος ταξιδιού δεν είναι πλέον ενεργός.',
|
||||
'shared.readOnly': 'Κοινόχρηστη προβολή μόνο για ανάγνωση',
|
||||
'shared.tabPlan': 'Σχέδιο',
|
||||
'shared.tabBookings': 'Κρατήσεις',
|
||||
'shared.tabPacking': 'Πακετάρισμα',
|
||||
'shared.tabBudget': 'Προϋπολογισμός',
|
||||
'shared.tabChat': 'Συνομιλία',
|
||||
'shared.days': 'ημέρες',
|
||||
'shared.places': 'τόποι',
|
||||
'shared.other': 'Άλλα',
|
||||
'shared.totalBudget': 'Συνολικός Προϋπολογισμός',
|
||||
'shared.messages': 'μηνύματα',
|
||||
'shared.sharedVia': 'Κοινοποιήθηκε μέσω',
|
||||
'shared.confirmed': 'Επιβεβαιωμένο',
|
||||
'shared.pending': 'Σε εκκρεμότητα',
|
||||
};
|
||||
export default shared;
|
||||
Reference in New Issue
Block a user