feat(calculate): 레거시 정산 화면 P2 1차 i18n 치환(Live/Content) 및 리소스/문서 업데이트

This commit is contained in:
Yu Sung
2026-05-08 14:39:30 +09:00
parent 4e0b40afc0
commit 8e8cfa68b3
6 changed files with 225 additions and 247 deletions

View File

@@ -23,7 +23,9 @@
}
},
"unit": {
"can": "CAN"
"can": "CAN",
"person": "名",
"krw": "ウォン"
},
"lang": {
"ko": "한국어",
@@ -56,6 +58,42 @@
}
},
"view": {
"calculate": {
"common": {
"rangeSeparator": "~",
"search": "検索",
"total": "合計",
"headers": {
"creator": "クリエイター",
"date": "日付",
"title": "タイトル",
"type": "区分",
"totalCan": "合計(CAN)",
"krw": "ウォン",
"fee": "手数料",
"feeWithPercent": "手数料( {percent} )",
"settlementAmount": "精算金額",
"withholdingTaxWithPercent": "源泉徴収( {percent} )",
"depositAmount": "入金額"
}
},
"live": {
"title": "ライブ精算",
"headers": {
"entranceCan": "入場CAN",
"paidParticipants": "有料部屋参加人数"
}
},
"content": {
"title": "コンテンツ精算",
"headers": {
"saleDate": "販売日",
"orderPriceCan": "販売金額(CAN)",
"salesCount": "販売数",
"registrationDate": "登録日"
}
}
},
"login": {
"email": "メール",
"password": "パスワード",