File size: 763 Bytes
48f8f0c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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;