Spaces:
Sleeping
Sleeping
| import type { TranslationStrings } from '../types'; | |
| const shared: TranslationStrings = { | |
| 'shared.expired': 'Odkaz vypršel nebo je neplatný', | |
| 'shared.expiredHint': 'Tento sdílený odkaz na cestu již není aktivní.', | |
| 'shared.readOnly': 'Sdílené zobrazení – pouze pro čtení', | |
| 'shared.tabPlan': 'Plán', | |
| 'shared.tabBookings': 'Rezervace', | |
| 'shared.tabPacking': 'Balení', | |
| 'shared.tabBudget': 'Rozpočet', | |
| 'shared.tabChat': 'Chat', | |
| 'shared.days': 'dní', | |
| 'shared.places': 'míst', | |
| 'shared.other': 'Ostatní', | |
| 'shared.totalBudget': 'Celkový rozpočet', | |
| 'shared.messages': 'zpráv', | |
| 'shared.sharedVia': 'Sdíleno přes', | |
| 'shared.confirmed': 'Potvrzeno', | |
| 'shared.pending': 'Čeká na potvrzení', | |
| }; | |
| export default shared; | |