설정 페이지 및 관련 컴포넌트 다국어(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:
Jay Sheen
2025-10-28 13:15:09 +09:00
parent e125a73228
commit 95cc870dbc
8 changed files with 203 additions and 77 deletions

View File

@@ -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": "공지사항",