File size: 694 Bytes
cb43fbd
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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;