Spaces:
Sleeping
Sleeping
| import type { TranslationStrings } from '../types'; | |
| const inspector: TranslationStrings = { | |
| 'inspector.opened': 'Nyitva', | |
| 'inspector.closed': 'Zárva', | |
| 'inspector.openingHours': 'Nyitvatartás', | |
| 'inspector.showHours': 'Nyitvatartás megjelenítése', | |
| 'inspector.files': 'Fájlok', | |
| 'inspector.filesCount': '{count} fájl', | |
| 'inspector.removeFromDay': 'Eltávolítás a napról', | |
| 'inspector.remove': 'Eltávolítás', | |
| 'inspector.addToDay': 'Hozzáadás a naphoz', | |
| 'inspector.confirmedRes': 'Megerősített foglalás', | |
| 'inspector.pendingRes': 'Függőben lévő foglalás', | |
| 'inspector.google': 'Megnyitás a Google Térképben', | |
| 'inspector.website': 'Weboldal megnyitása', | |
| 'inspector.addRes': 'Foglalás', | |
| 'inspector.editRes': 'Foglalás szerkesztése', | |
| 'inspector.participants': 'Résztvevők', | |
| 'inspector.trackStats': 'Útvonal adatok', | |
| }; | |
| export default inspector; | |