부가서비스 SERVICE_MAP 다국어화: i18n 번역 키 적용

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

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Jay Sheen
2025-10-30 10:38:30 +09:00
parent f948575233
commit e4e73dec72
4 changed files with 23 additions and 27 deletions

View File

@@ -15,7 +15,9 @@
"error": "An error occurred",
"success": "Success",
"noData": "No data available",
"next": "Next"
"next": "Next",
"latest": "Latest",
"oldest": "Oldest"
},
"menu": {
"home": "Home",
@@ -524,9 +526,5 @@
"emailAddress": "Email Address",
"referenceDataNote": "Please compare with internal accounting data\nbefore using this reference material.",
"result": "Result"
},
"common": {
"latest": "Latest",
"oldest": "Oldest"
}
}

View File

@@ -15,7 +15,9 @@
"error": "오류가 발생했습니다",
"success": "성공",
"noData": "데이터가 없습니다",
"next": "다음"
"next": "다음",
"latest": "최신순",
"oldest": "오래된순"
},
"menu": {
"home": "홈",
@@ -528,9 +530,5 @@
"emailAddress": "메일주소",
"referenceDataNote": "참고용 자료이므로 반드시 내부 회계자료 등과\n비교 후 사용해 주세요.",
"result": "결과"
},
"common": {
"latest": "최신순",
"oldest": "오래된순"
}
}