Add i18n localization to home entity
- Add translation keys to home namespace: - home.banner.doNotShowToday: Banner "don't show today" button - home.banner.close: Banner close button - home.biometricRegistration.*: Biometric registration dialog - home.notice.goTo: Notice item navigation label - Localize 3 UI components: - ui/home-bottom-banner.tsx: Banner bottom sheet buttons - ui/home-notice-item.tsx: Notice item alt text - ui/auth-reguster.tsx: Biometric registration dialog - All other home components already localized 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -325,7 +325,20 @@
|
||||
"topSalesDays": "Top Sales Days",
|
||||
"topSalesHours": "Top Sales Hours",
|
||||
"topPaymentMethods": "Top Payment Methods",
|
||||
"noticesAndUpdates": "Notices & Updates"
|
||||
"noticesAndUpdates": "Notices & Updates",
|
||||
"banner": {
|
||||
"doNotShowToday": "Don't show today",
|
||||
"close": "Close"
|
||||
},
|
||||
"biometricRegistration": {
|
||||
"title": "Biometric Authentication Setup",
|
||||
"description": "Register biometric authentication once,\nand log in conveniently without a password.",
|
||||
"later": "Later",
|
||||
"registerNow": "Register Now"
|
||||
},
|
||||
"notice": {
|
||||
"goTo": "Go to Notice"
|
||||
}
|
||||
},
|
||||
"settlement": {
|
||||
"title": "Settlement",
|
||||
|
||||
@@ -329,7 +329,20 @@
|
||||
"topSalesDays": "매출이 가장 높은 요일",
|
||||
"topSalesHours": "매출이 가장 높은 시간",
|
||||
"topPaymentMethods": "가장 많이쓰인 결제 수단",
|
||||
"noticesAndUpdates": "공지 & 최신정보"
|
||||
"noticesAndUpdates": "공지 & 최신정보",
|
||||
"banner": {
|
||||
"doNotShowToday": "오늘 하루 보지 않기",
|
||||
"close": "닫기"
|
||||
},
|
||||
"biometricRegistration": {
|
||||
"title": "간편 인증 등록",
|
||||
"description": "간편 인증 등록 한번으로,\n비밀번호 없이 편리하게 로그인하세요.",
|
||||
"later": "다음에",
|
||||
"registerNow": "지금 등록하기"
|
||||
},
|
||||
"notice": {
|
||||
"goTo": "공지사항 바로가기"
|
||||
}
|
||||
},
|
||||
"settlement": {
|
||||
"title": "정산조회",
|
||||
|
||||
Reference in New Issue
Block a user