Spaces:
Sleeping
Sleeping
| import type { TranslationStrings } from '../types'; | |
| const shared: TranslationStrings = { | |
| 'shared.expired': 'Enlace expirado o inválido', | |
| 'shared.expiredHint': 'Este enlace de viaje compartido ya no está activo.', | |
| 'shared.readOnly': 'Vista de solo lectura', | |
| 'shared.tabPlan': 'Plan', | |
| 'shared.tabBookings': 'Reservas', | |
| 'shared.tabPacking': 'Equipaje', | |
| 'shared.tabBudget': 'Presupuesto', | |
| 'shared.tabChat': 'Chat', | |
| 'shared.days': 'días', | |
| 'shared.places': 'lugares', | |
| 'shared.other': 'Otro', | |
| 'shared.totalBudget': 'Presupuesto total', | |
| 'shared.messages': 'mensajes', | |
| 'shared.sharedVia': 'Compartido vía', | |
| 'shared.confirmed': 'Confirmado', | |
| 'shared.pending': 'Pendiente', | |
| }; | |
| export default shared; | |