feat(calculate): 레거시 정산 화면 P2 1차 i18n 치환(Live/Content) 및 리소스/문서 업데이트
This commit is contained in:
@@ -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": "パスワード",
|
||||
|
||||
Reference in New Issue
Block a user