feat(calculate): 레거시 정산 화면 P2 나머지 i18n 치환(ContentDonation/CommunityPost/ChannelDonation/Accumulation) 및 리소스/문서 업데이트

This commit is contained in:
Yu Sung
2026-05-08 14:46:22 +09:00
parent 8e8cfa68b3
commit 686de1b5dc
8 changed files with 236 additions and 340 deletions

View File

@@ -25,7 +25,8 @@
"unit": {
"can": "CAN",
"person": "名",
"krw": "ウォン"
"krw": "ウォン",
"case": "件"
},
"lang": {
"ko": "한국어",
@@ -68,6 +69,7 @@
"date": "日付",
"title": "タイトル",
"type": "区分",
"count": "件数",
"totalCan": "合計(CAN)",
"krw": "ウォン",
"fee": "手数料",
@@ -92,6 +94,30 @@
"salesCount": "販売数",
"registrationDate": "登録日"
}
},
"contentDonation": {
"title": "コンテンツ支援精算",
"headers": {
"numberOfDonation": "支援数"
}
},
"community": {
"title": "コミュニティ精算",
"headers": {
"contentPreview": "内容先頭10文字",
"orderPriceCan": "販売金額(CAN)",
"numberOfPurchase": "購入ユーザー数"
}
},
"channelDonation": {
"title": "チャンネル支援精算"
},
"accumulation": {
"title": "コンテンツ別累計状況",
"headers": {
"orderPriceCan": "販売金額(CAN)",
"numberOfPeople": "累計販売数"
}
}
},
"login": {