Spaces:
Sleeping
Sleeping
| import type { TranslationStrings } from '../types'; | |
| const notif: TranslationStrings = { | |
| 'notif.test.title': '[ใในใ] ้็ฅ', | |
| 'notif.test.simple.text': 'ใใใฏใทใณใใซใชใในใ้็ฅใงใใ', | |
| 'notif.test.boolean.text': 'ใใฎใในใ้็ฅใๆฟ่ชใใพใใ๏ผ', | |
| 'notif.test.navigate.text': | |
| 'ไธใใฏใชใใฏใใฆใใใทใฅใใผใใซ็งปๅใใฆใใ ใใใ', | |
| 'notif.trip_invite.title': 'ๆ ่กใธใฎๆๅพ ', | |
| 'notif.trip_invite.text': '{actor}ใใ{trip}ใใซๆๅพ ใใพใใ', | |
| 'notif.booking_change.title': 'ไบ็ดใๆดๆฐใใใพใใ', | |
| 'notif.booking_change.text': '{actor}ใใ{trip}ใใฎไบ็ดใๆดๆฐใใพใใ', | |
| 'notif.trip_reminder.title': 'ๆ ่กใชใใคใณใ', | |
| 'notif.trip_reminder.text': 'ๆ ่กใ{trip}ใใใพใใชใๅงใพใใพใ๏ผ', | |
| 'notif.todo_due.title': 'ToDoใฎๆ้', | |
| 'notif.todo_due.text': 'ใ{trip}ใใฎ{todo}ใฏ{due}ใๆ้ใงใ', | |
| 'notif.vacay_invite.title': 'Vacay Fusionใธใฎๆๅพ ', | |
| 'notif.vacay_invite.text': '{actor}ใใๆ ่กใใฉใณใฎ็ตฑๅใซๆๅพ ใใใพใใ', | |
| 'notif.photos_shared.title': 'ๅ็ใๅ ฑๆใใใพใใ', | |
| 'notif.photos_shared.text': | |
| '{actor}ใใ{trip}ใใง{count}ๆใฎๅ็ใๅ ฑๆใใพใใ', | |
| 'notif.collab_message.title': 'ๆฐใใใกใใปใผใธ', | |
| 'notif.collab_message.text': '{actor}ใใ{trip}ใใงใกใใปใผใธใ้ใใพใใ', | |
| 'notif.packing_tagged.title': 'ๆใก็ฉใฎๅฒใๅฝใฆ', | |
| 'notif.packing_tagged.text': | |
| '{actor}ใใ{trip}ใใฎ{category}ใใใชใใซๅฒใๅฝใฆใพใใ', | |
| 'notif.version_available.title': 'ๆฐใใใใผใธใงใณใใใใพใ', | |
| 'notif.version_available.text': 'TREK {version}ใๅฉ็จๅฏ่ฝใงใ', | |
| 'notif.action.view_trip': 'ๆ ่กใ่ฆใ', | |
| 'notif.action.view_collab': 'ใกใใปใผใธใ่ฆใ', | |
| 'notif.action.view_packing': 'ๆใก็ฉใ่ฆใ', | |
| 'notif.action.view_photos': 'ๅ็ใ่ฆใ', | |
| 'notif.action.view_vacay': 'Vacayใ่ฆใ', | |
| 'notif.action.view_admin': '็ฎก็็ป้ขใธ', | |
| 'notif.action.view': '่กจ็คบ', | |
| 'notif.action.accept': 'ๆฟ่ช', | |
| 'notif.action.decline': 'ๆๅฆ', | |
| 'notif.generic.title': '้็ฅ', | |
| 'notif.generic.text': 'ๆฐใใ้็ฅใใใใพใ', | |
| 'notif.dev.unknown_event.title': '[DEV] ไธๆใชใคใใณใ', | |
| 'notif.dev.unknown_event.text': | |
| 'ใคใใณใใฟใคใใ{event}ใใฏEVENT_NOTIFICATION_CONFIGใซ็ป้ฒใใใฆใใพใใ', | |
| }; | |
| export default notif; | |