File size: 2,020 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
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': 'ใƒ†ใ‚นใƒˆ็”จใฎๆ‰ฟ่ช้€š็Ÿฅใงใ™ใ€‚',
  'notifications.test.accept': 'ๆ‰ฟ่ช',
  'notifications.test.decline': 'ๅดไธ‹',
  'notifications.test.navigateTitle': '็ขบ่ชใ—ใฆใใ ใ•ใ„',
  'notifications.test.navigateText': 'ใƒ†ใ‚นใƒˆ็”จใฎ้ท็งป้€š็Ÿฅใงใ™ใ€‚',
  'notifications.test.goThere': '็งปๅ‹•',
  'notifications.test.adminTitle': '็ฎก็†่€…้€š็Ÿฅ',
  'notifications.test.adminText': '{actor} ใŒ็ฎก็†่€…ๅ…จๅ“กใซ้€š็Ÿฅใ‚’้€ใ‚Šใพใ—ใŸใ€‚',
  'notifications.test.tripTitle': '{actor} ใŒๆ—…่กŒใซๆŠ•็จฟใ—ใพใ—ใŸ',
  'notifications.test.tripText': 'ๆ—…่กŒใ€Œ{trip}ใ€ใฎใƒ†ใ‚นใƒˆ้€š็Ÿฅใงใ™ใ€‚',
};
export default notifications;