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;