Spaces:
Sleeping
Sleeping
| import type { TranslationStrings } from '../types'; | |
| const inspector: TranslationStrings = { | |
| 'inspector.opened': 'Ανοιχτό', | |
| 'inspector.closed': 'Κλειστό', | |
| 'inspector.openingHours': 'Ώρες Λειτουργίας', | |
| 'inspector.showHours': 'Εμφάνιση ωρών λειτουργίας', | |
| 'inspector.files': 'Αρχεία', | |
| 'inspector.filesCount': '{count} αρχεία', | |
| 'inspector.remove': 'Αφαίρεση', | |
| 'inspector.removeFromDay': 'Αφαίρεση από την Ημέρα', | |
| 'inspector.addToDay': 'Προσθήκη στην Ημέρα', | |
| 'inspector.confirmedRes': 'Επιβεβαιωμένη Κράτηση', | |
| 'inspector.pendingRes': 'Εκκρεμής Κράτηση', | |
| 'inspector.google': 'Άνοιγμα στο Google Maps', | |
| 'inspector.website': 'Άνοιγμα Ιστοσελίδας', | |
| 'inspector.addRes': 'Κράτηση', | |
| 'inspector.editRes': 'Επεξεργασία Κράτησης', | |
| 'inspector.participants': 'Συμμετέχοντες', | |
| 'inspector.trackStats': 'Στατιστικά Διαδρομής', | |
| }; | |
| export default inspector; | |