feat(i18n): 사이드메뉴 국제화 키 매핑 적용 및 리소스 추가

Co-authored-by: Junie <junie@jetbrains.com>
This commit is contained in:
Yu Sung
2026-05-08 16:27:12 +09:00
parent aba06048b3
commit 84ff76d58c
7 changed files with 236 additions and 1 deletions

View File

@@ -55,11 +55,21 @@
},
"comp": {
"sideMenu": {
"content": {
"title": "コンテンツ管理",
"myList": "自分のコンテンツ一覧",
"category": "カテゴリ管理",
"series": "シリーズ管理"
},
"creators": "所属クリエイター",
"calc": {
"title": "精算",
"live": "クリエイター別ライブ精算",
"content": "クリエイター別コンテンツ精算",
"contentByDate": "日付別コンテンツ精算",
"contentDonation": "クリエイター別コンテンツ支援精算",
"contentDonationByDate": "日付別コンテンツ支援精算",
"contentCumulative": "コンテンツ別累積状況",
"community": "クリエイター別コミュニティ精算",
"channelDonation": "クリエイター別チャンネル支援精算"
}