feat(fcm): 푸시 알림함 저장 및 카테고리 조회를 지원한다
This commit is contained in:
@@ -1114,6 +1114,44 @@ class SodaMessageSource {
|
||||
)
|
||||
)
|
||||
|
||||
private val pushNotificationMessages = mapOf(
|
||||
"push.notification.category.all" to mapOf(
|
||||
Lang.KO to "전체",
|
||||
Lang.EN to "All",
|
||||
Lang.JA to "すべて"
|
||||
),
|
||||
"push.notification.category.live" to mapOf(
|
||||
Lang.KO to "라이브",
|
||||
Lang.EN to "Live",
|
||||
Lang.JA to "ライブ"
|
||||
),
|
||||
"push.notification.category.content" to mapOf(
|
||||
Lang.KO to "콘텐츠",
|
||||
Lang.EN to "Content",
|
||||
Lang.JA to "コンテンツ"
|
||||
),
|
||||
"push.notification.category.community" to mapOf(
|
||||
Lang.KO to "커뮤니티",
|
||||
Lang.EN to "Community",
|
||||
Lang.JA to "コミュニティ"
|
||||
),
|
||||
"push.notification.category.message" to mapOf(
|
||||
Lang.KO to "메시지",
|
||||
Lang.EN to "Message",
|
||||
Lang.JA to "メッセージ"
|
||||
),
|
||||
"push.notification.category.audition" to mapOf(
|
||||
Lang.KO to "오디션",
|
||||
Lang.EN to "Audition",
|
||||
Lang.JA to "オーディション"
|
||||
),
|
||||
"push.notification.category.system" to mapOf(
|
||||
Lang.KO to "시스템",
|
||||
Lang.EN to "System",
|
||||
Lang.JA to "システム"
|
||||
)
|
||||
)
|
||||
|
||||
private val noticeMessages = mapOf(
|
||||
"notice.error.title_required" to mapOf(
|
||||
Lang.KO to "제목을 입력하세요.",
|
||||
@@ -2313,6 +2351,7 @@ class SodaMessageSource {
|
||||
adminPointPolicyMessages,
|
||||
adminMemberStatisticsMessages,
|
||||
messageMessages,
|
||||
pushNotificationMessages,
|
||||
noticeMessages,
|
||||
reportMessages,
|
||||
imageValidationMessages,
|
||||
|
||||
Reference in New Issue
Block a user