File size: 2,103 Bytes
48f8f0c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
import type { TranslationStrings } from '../types';

const notifications: TranslationStrings = {
  'notifications.title': 'μ•Œλ¦Ό',
  'notifications.markAllRead': 'λͺ¨λ‘ 읽음으둜 ν‘œμ‹œ',
  'notifications.deleteAll': 'λͺ¨λ‘ μ‚­μ œ',
  'notifications.showAll': 'λͺ¨λ“  μ•Œλ¦Ό 보기',
  'notifications.empty': 'μ•Œλ¦Ό μ—†μŒ',
  'notifications.emptyDescription': 'λͺ¨λ‘ ν™•μΈν–ˆμŠ΅λ‹ˆλ‹€!',
  'notifications.all': '전체',
  'notifications.unreadOnly': '읽지 μ•ŠμŒ',
  'notifications.markRead': '읽음으둜 ν‘œμ‹œ',
  'notifications.markUnread': '읽지 μ•ŠμŒμœΌλ‘œ ν‘œμ‹œ',
  'notifications.delete': 'μ‚­μ œ',
  'notifications.system': 'μ‹œμŠ€ν…œ',
  'notifications.synologySessionCleared.title': 'Synology Photos μ—°κ²° ν•΄μ œλ¨',
  'notifications.synologySessionCleared.text':
    'μ„œλ²„ λ˜λŠ” 계정이 λ³€κ²½λ˜μ—ˆμŠ΅λ‹ˆλ‹€ β€” μ„€μ •μ—μ„œ 연결을 λ‹€μ‹œ ν…ŒμŠ€νŠΈν•˜μ„Έμš”.',
  'notifications.versionAvailable.title': 'μ—…λ°μ΄νŠΈ μ‚¬μš© κ°€λŠ₯',
  'notifications.versionAvailable.text':
    'TREK {version}이(κ°€) μ‚¬μš© κ°€λŠ₯ν•©λ‹ˆλ‹€.',
  'notifications.versionAvailable.button': '상세 보기',
  'notifications.test.title': '{actor}의 ν…ŒμŠ€νŠΈ μ•Œλ¦Ό',
  'notifications.test.text': 'κ°„λ‹¨ν•œ ν…ŒμŠ€νŠΈ μ•Œλ¦Όμž…λ‹ˆλ‹€.',
  'notifications.test.booleanTitle': '{actor}이(κ°€) μŠΉμΈμ„ μš”μ²­ν•©λ‹ˆλ‹€',
  'notifications.test.booleanText':
    'ν…ŒμŠ€νŠΈ boolean μ•Œλ¦Όμž…λ‹ˆλ‹€. μ•„λž˜μ—μ„œ μž‘μ—…μ„ μ„ νƒν•˜μ„Έμš”.',
  'notifications.test.accept': '승인',
  'notifications.test.decline': '거절',
  'notifications.test.navigateTitle': '확인할 ν•­λͺ©μ΄ μžˆμŠ΅λ‹ˆλ‹€',
  'notifications.test.navigateText': 'ν…ŒμŠ€νŠΈ navigate μ•Œλ¦Όμž…λ‹ˆλ‹€.',
  'notifications.test.goThere': '이동',
  'notifications.test.adminTitle': 'κ΄€λ¦¬μž 방솑',
  'notifications.test.adminText':
    '{actor}이(κ°€) λͺ¨λ“  κ΄€λ¦¬μžμ—κ²Œ ν…ŒμŠ€νŠΈ μ•Œλ¦Όμ„ λ³΄λƒˆμŠ΅λ‹ˆλ‹€.',
  'notifications.test.tripTitle': '{actor}이(κ°€) 여행에 κ²Œμ‹œν–ˆμŠ΅λ‹ˆλ‹€',
  'notifications.test.tripText': 'μ—¬ν–‰ "{trip}"의 ν…ŒμŠ€νŠΈ μ•Œλ¦Όμž…λ‹ˆλ‹€.',
};
export default notifications;