import type { TranslationStrings } from '../types'; const shared: TranslationStrings = { 'shared.expired': 'Link expirado ou inválido', 'shared.expiredHint': 'Este link de viagem compartilhado não está mais ativo.', 'shared.readOnly': 'Visualização somente leitura', 'shared.tabPlan': 'Plano', 'shared.tabBookings': 'Reservas', 'shared.tabPacking': 'Bagagem', 'shared.tabBudget': 'Orçamento', 'shared.tabChat': 'Chat', 'shared.days': 'dias', 'shared.places': 'lugares', 'shared.other': 'Outros', 'shared.totalBudget': 'Orçamento total', 'shared.messages': 'mensagens', 'shared.sharedVia': 'Compartilhado via', 'shared.confirmed': 'Confirmado', 'shared.pending': 'Pendente', }; export default shared;