Add missing Korean translations for common keys
Added missing Korean translation keys in ko.json common section: - selectEmailAddress: 이메일 주소 선택 - imageSave: 이미지로 저장 - receiveByEmail: 이메일로 받기 - mail: 메일 - image: 이미지 - request: 요청 - imageRequested: 이미지가 요청되었습니다. - selectDownloadMethod: 다운로드 방법 선택 - filter: 필터 - download: 다운로드 - searchOptions: 검색 옵션 - requestDate: 요청일 - failed: 실패 - clear: 지우기 - currency.krw: 원 These keys are used by email-bottom-sheet and other common components. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -27,7 +27,24 @@
|
|||||||
"fri": "금",
|
"fri": "금",
|
||||||
"sat": "토"
|
"sat": "토"
|
||||||
},
|
},
|
||||||
"currencyUnit": "원"
|
"currencyUnit": "원",
|
||||||
|
"selectEmailAddress": "이메일 주소 선택",
|
||||||
|
"imageSave": "이미지로 저장",
|
||||||
|
"receiveByEmail": "이메일로 받기",
|
||||||
|
"mail": "메일",
|
||||||
|
"image": "이미지",
|
||||||
|
"request": "요청",
|
||||||
|
"imageRequested": "이미지가 요청되었습니다.",
|
||||||
|
"selectDownloadMethod": "다운로드 방법 선택",
|
||||||
|
"filter": "필터",
|
||||||
|
"download": "다운로드",
|
||||||
|
"searchOptions": "검색 옵션",
|
||||||
|
"requestDate": "요청일",
|
||||||
|
"failed": "실패",
|
||||||
|
"clear": "지우기",
|
||||||
|
"currency": {
|
||||||
|
"krw": "원"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"menu": {
|
"menu": {
|
||||||
"home": "홈",
|
"home": "홈",
|
||||||
|
|||||||
Reference in New Issue
Block a user