import type { TranslationStrings } from '../types'; const shared: TranslationStrings = { 'shared.expired': '連結已過期或無效', 'shared.expiredHint': '此共享旅行連結已失效。', 'shared.readOnly': '只讀共享檢視', 'shared.tabPlan': '計劃', 'shared.tabBookings': '預訂', 'shared.tabPacking': '行李', 'shared.tabBudget': '預算', 'shared.tabChat': '聊天', 'shared.days': '天', 'shared.places': '個地點', 'shared.other': '其他', 'shared.totalBudget': '總預算', 'shared.messages': '條訊息', 'shared.sharedVia': '透過以下分享', 'shared.confirmed': '已確認', 'shared.pending': '待確認', }; export default shared;