Add i18n localization to calendar-month filter component

- Add translation keys to filter namespace:
  - filter.periods.currentMonth: Current month period option
  - filter.periods.2months: 2 months period option
  - filter.selectDate: Date selection placeholder and alt text

- Localize shared/ui/filter/calendar-month.tsx:
  - Replace hardcoded "조회기간" with filter.period
  - Replace hardcoded "당월" with filter.periods.currentMonth
  - Replace hardcoded "2개월" with filter.periods.2months
  - Replace hardcoded "3개월" with filter.periods.3months
  - Replace hardcoded "직접입력" with filter.periods.custom
  - Replace hardcoded "날짜 선택" with filter.selectDate

🤖 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 18:19:42 +09:00
parent 42644f1f67
commit d8c25b154c
3 changed files with 23 additions and 15 deletions

View File

@@ -91,11 +91,14 @@
"issueNumber": "Issue Number"
},
"periods": {
"currentMonth": "Current Month",
"1month": "1 Month",
"2months": "2 Months",
"3months": "3 Months",
"6months": "6 Months",
"custom": "Custom"
},
"selectDate": "Select Date",
"transactionType": "Payment Type",
"transactionTypes": {
"all": "All",

View File

@@ -91,11 +91,14 @@
"issueNumber": "발행번호"
},
"periods": {
"currentMonth": "당월",
"1month": "1개월",
"2months": "2개월",
"3months": "3개월",
"6months": "6개월",
"custom": "직접입력"
},
"selectDate": "날짜 선택",
"transactionType": "거래구분",
"transactionTypes": {
"all": "전체",