✨ feat(profile): Update localization strings and enhance third-party account binding
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
{
|
||||
"accountSettings": {
|
||||
"accountSettings": "계정 설정",
|
||||
"loginPassword": "로그인 비밀번호",
|
||||
"newPassword": "새 비밀번호",
|
||||
"passwordMismatch": "비밀번호가 일치하지 않습니다",
|
||||
"repeatNewPassword": "새 비밀번호 반복",
|
||||
@@ -9,21 +8,64 @@
|
||||
"updateSuccess": "업데이트 성공"
|
||||
},
|
||||
"notify": {
|
||||
"balanceChange": "잔액 변경",
|
||||
"bind": "바인딩으로 이동",
|
||||
"channels": "알림 채널",
|
||||
"emailNotification": "이메일 알림",
|
||||
"finance": "재무",
|
||||
"login": "로그인",
|
||||
"notificationSettings": "알림 설정",
|
||||
"telegramId": "텔레그램 ID",
|
||||
"notificationTypes": "알림 유형",
|
||||
"save": "변경 사항 저장",
|
||||
"subscribe": "구독",
|
||||
"telegramIdPlaceholder": "텔레그램 ID 입력",
|
||||
"telegramNotification": "텔레그램 알림",
|
||||
"unbind": "바인딩 해제",
|
||||
"updateSuccess": "업데이트 성공"
|
||||
},
|
||||
"notifyEvent": {
|
||||
"balanceChange": "잔액 변경",
|
||||
"finance": "재무",
|
||||
"login": "로그인",
|
||||
"notificationEvents": "알림 이벤트",
|
||||
"subscribe": "구독",
|
||||
"thirdParty": {
|
||||
"apple": {
|
||||
"description": "애플로 로그인"
|
||||
},
|
||||
"bind": "연결",
|
||||
"bindFailed": "연결 실패",
|
||||
"bindMobile": "휴대폰 연결",
|
||||
"bindSuccess": "연결 성공",
|
||||
"change": "변경",
|
||||
"confirm": "확인",
|
||||
"email": {
|
||||
"description": "이메일 주소를 연결하세요",
|
||||
"invalid": "유효한 이메일 주소를 입력하세요",
|
||||
"placeholder": "이메일 주소를 입력하세요",
|
||||
"title": "이메일 변경"
|
||||
},
|
||||
"facebook": {
|
||||
"description": "페이스북으로 로그인"
|
||||
},
|
||||
"github": {
|
||||
"description": "깃허브로 로그인"
|
||||
},
|
||||
"google": {
|
||||
"description": "구글로 로그인"
|
||||
},
|
||||
"mobile": {
|
||||
"description": "휴대폰 번호를 연결하세요",
|
||||
"invalid": "유효한 휴대폰 번호를 입력하세요",
|
||||
"placeholder": "휴대폰 번호를 입력하세요",
|
||||
"title": "휴대폰 번호 변경"
|
||||
},
|
||||
"phone": {
|
||||
"description": "전화번호를 연결하세요",
|
||||
"placeholder": "전화번호를 입력하세요",
|
||||
"title": "전화번호 변경"
|
||||
},
|
||||
"save": "저장",
|
||||
"telegram": {
|
||||
"description": "텔레그램으로 로그인"
|
||||
},
|
||||
"title": "연결된 계정",
|
||||
"unbind": "연결 해제",
|
||||
"update": "업데이트",
|
||||
"updateSuccess": "업데이트 성공"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user