공통 번역 키 추가: email, kakao

- common.email 키 추가 (이메일 / Email)
- common.kakao 키 추가 (카카오 / Kakao)
- 링크결제 Step1 및 필터에서 사용하는 누락된 키 보완

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Jay Sheen
2025-11-03 16:20:27 +09:00
parent 5cb07cfe8e
commit 8bfc9ae6ab
2 changed files with 4 additions and 0 deletions

View File

@@ -47,6 +47,8 @@
"requestSuccess": "Request successful",
"requestFailed": "Request failed",
"errorOccurred": "An error occurred",
"email": "Email",
"kakao": "Kakao",
"currency": {
"krw": "KRW"
}

View File

@@ -47,6 +47,8 @@
"requestSuccess": "요청 성공",
"requestFailed": "요청 실패",
"errorOccurred": "오류가 발생했습니다",
"email": "이메일",
"kakao": "카카오",
"currency": {
"krw": "원"
}