Spaces:
Sleeping
Sleeping
| import type { TranslationStrings } from '../types'; | |
| const shared: TranslationStrings = { | |
| 'shared.expired': 'Link abgelaufen oder ungültig', | |
| 'shared.expiredHint': 'Dieser geteilte Reise-Link ist nicht mehr aktiv.', | |
| 'shared.readOnly': 'Nur-Lesen Ansicht', | |
| 'shared.tabPlan': 'Plan', | |
| 'shared.tabBookings': 'Buchungen', | |
| 'shared.tabPacking': 'Packliste', | |
| 'shared.tabBudget': 'Budget', | |
| 'shared.tabChat': 'Chat', | |
| 'shared.days': 'Tage', | |
| 'shared.places': 'Orte', | |
| 'shared.other': 'Sonstige', | |
| 'shared.totalBudget': 'Gesamtbudget', | |
| 'shared.messages': 'Nachrichten', | |
| 'shared.sharedVia': 'Geteilt über', | |
| 'shared.confirmed': 'Bestätigt', | |
| 'shared.pending': 'Ausstehend', | |
| }; | |
| export default shared; | |