feat(admin): 콘텐츠 관리자 로그인 API 추가

This commit is contained in:
2026-05-07 14:14:48 +09:00
parent 870afb03da
commit 487c10d4d0
11 changed files with 262 additions and 2 deletions

View File

@@ -1044,6 +1044,11 @@ class SodaMessageSource {
Lang.KO to "",
Lang.EN to "Bot",
Lang.JA to "ボット"
),
"admin.member.role.content_manager" to mapOf(
Lang.KO to "콘텐츠 관리자",
Lang.EN to "Content Manager",
Lang.JA to "コンテンツ管理者"
)
)