설정 페이지 및 관련 컴포넌트 다국어(localization) 적용
- 설정 페이지 전체 텍스트 다국어 지원 - 로그인 방식 선택 bottom sheet 다국어 적용 - 서비스 언어 선택 bottom sheet 다국어 적용 - 앱브리지에서 언어 설정 조회 기능 추가 - 페이지 로드 시 앱브리지 언어 설정으로 초기화 - AppLanguage enum 값 변경 (KO/EN → ko/en) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -75,6 +75,32 @@
|
||||
"completed": "Completed",
|
||||
"failed": "Failed"
|
||||
},
|
||||
"settings": {
|
||||
"title": "Settings",
|
||||
"notificationSettings": "Notification Settings",
|
||||
"noticeAlarms": "Notice Alarms",
|
||||
"serviceOperation": "Service Operation & Failures",
|
||||
"interestFreeEvent": "Interest-Free Benefits & Events",
|
||||
"servicePolicyChange": "Service & Policy Changes",
|
||||
"niceNews": "NICE News & Other Information",
|
||||
"settlementAlarms": "Settlement Alarms",
|
||||
"settlementStatus": "Settlement Status",
|
||||
"settlementLimit": "Settlement Limit Alarm",
|
||||
"marketingConsent": "Marketing Information Consent",
|
||||
"loginTypeSetting": "Login Type",
|
||||
"serviceLanguageSetting": "Language",
|
||||
"logout": "Logout",
|
||||
"privacyPolicy": "Privacy Policy",
|
||||
"loginType": {
|
||||
"title": "Please select a login type.",
|
||||
"idPassword": "ID/PW Login",
|
||||
"biometric": "Biometric Authentication"
|
||||
},
|
||||
"serviceLanguage": {
|
||||
"title": "Please select language.",
|
||||
"notice": "※ If the language is not supported, English will be set automatically"
|
||||
}
|
||||
},
|
||||
"support": {
|
||||
"notice": {
|
||||
"title": "Notice",
|
||||
|
||||
@@ -75,6 +75,32 @@
|
||||
"completed": "완료",
|
||||
"failed": "실패"
|
||||
},
|
||||
"settings": {
|
||||
"title": "설정",
|
||||
"notificationSettings": "알림 수신 설정",
|
||||
"noticeAlarms": "공지사항 알림",
|
||||
"serviceOperation": "서비스 운영 및 장애",
|
||||
"interestFreeEvent": "무이자 혜택 및 이벤트",
|
||||
"servicePolicyChange": "서비스 이용 및 정책 변경",
|
||||
"niceNews": "NICE소식 및 기타 정보",
|
||||
"settlementAlarms": "정산 알림",
|
||||
"settlementStatus": "정산처리 현황",
|
||||
"settlementLimit": "정산한도 알림",
|
||||
"marketingConsent": "마케팅 정보 수신 동의",
|
||||
"loginTypeSetting": "로그인 방식 설정",
|
||||
"serviceLanguageSetting": "서비스 언어 설정",
|
||||
"logout": "로그아웃",
|
||||
"privacyPolicy": "개인정보처리방침",
|
||||
"loginType": {
|
||||
"title": "로그인 방식을 선택하세요.",
|
||||
"idPassword": "ID/PW 입력",
|
||||
"biometric": "생체 인증"
|
||||
},
|
||||
"serviceLanguage": {
|
||||
"title": "서비스 언어를 선택하세요.",
|
||||
"notice": "※ 미지원 언어일 경우 ENGLISH 자동 설정"
|
||||
}
|
||||
},
|
||||
"support": {
|
||||
"notice": {
|
||||
"title": "공지사항",
|
||||
|
||||
Reference in New Issue
Block a user