Spaces:
Sleeping
Sleeping
| import type { TranslationStrings } from '../types'; | |
| const shared: TranslationStrings = { | |
| 'shared.expired': 'Link scaduto o non valido', | |
| 'shared.expiredHint': 'Questo link di viaggio condiviso non è più attivo.', | |
| 'shared.readOnly': 'Vista in sola lettura', | |
| 'shared.tabPlan': 'Programma', | |
| 'shared.tabBookings': 'Prenotazioni', | |
| 'shared.tabPacking': 'Valigia', | |
| 'shared.tabBudget': 'Budget', | |
| 'shared.tabChat': 'Chat', | |
| 'shared.days': 'giorni', | |
| 'shared.places': 'luoghi', | |
| 'shared.other': 'Altro', | |
| 'shared.totalBudget': 'Budget totale', | |
| 'shared.messages': 'messaggi', | |
| 'shared.sharedVia': 'Condiviso tramite', | |
| 'shared.confirmed': 'Confermato', | |
| 'shared.pending': 'In attesa', | |
| }; | |
| export default shared; | |