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;