🐛 fix(auth): Update authentication configuration and localization strings
This commit is contained in:
@@ -1,11 +1,13 @@
|
||||
{
|
||||
"SmsList": "SMS 로그 목록",
|
||||
"accessLabel": "접근",
|
||||
"applyPlatform": "플랫폼 적용",
|
||||
"areaCode": "지역 코드",
|
||||
"content": "콘텐츠",
|
||||
"createdAt": "전송 시간",
|
||||
"enable": "활성화",
|
||||
"enableTip": "활성화 후, 휴대폰 등록, 로그인, 연결 및 연결 해제 기능이 활성화됩니다",
|
||||
"endpointLabel": "엔드포인트",
|
||||
"expireTime": "만료 시간",
|
||||
"expireTimeTip": "SMS 인증 코드 유효 기간 (초)",
|
||||
"interval": "간격",
|
||||
@@ -24,18 +26,25 @@
|
||||
"platformConfigTip": "제공된 {key} 설정을 입력해 주세요",
|
||||
"platformTip": "SMS 플랫폼을 선택하세요",
|
||||
"search": "전화번호 검색",
|
||||
"secretLabel": "비밀",
|
||||
"sendFailed": "전송 실패",
|
||||
"sendSuccess": "전송 성공",
|
||||
"settings": "설정",
|
||||
"signNameLabel": "서명 이름",
|
||||
"status": "상태",
|
||||
"telephone": "전화번호",
|
||||
"template": "SMS 템플릿",
|
||||
"templateCode": "템플릿 코드",
|
||||
"templateCodeLabel": "템플릿 코드",
|
||||
"templateParam": "템플릿 매개변수",
|
||||
"templateTip": "SMS 템플릿을 작성해 주세요. {code}를 중간에 유지해야 SMS 기능이 작동합니다.",
|
||||
"testSms": "테스트 SMS 보내기",
|
||||
"testSmsContent": "이것은 테스트 메시지입니다",
|
||||
"testSmsPhone": "전화번호를 입력하세요",
|
||||
"testSmsTip": "구성을 확인하기 위해 테스트 SMS를 전송하세요",
|
||||
"updateSuccess": "업데이트 성공"
|
||||
"updateSuccess": "업데이트 성공",
|
||||
"whitelistAreaCode": "허용된 지역 코드",
|
||||
"whitelistAreaCodeTip": "허용된 지역 코드를 입력하세요. 예: 1, 852, 886, 888",
|
||||
"whitelistValidation": "허용 목록 검증",
|
||||
"whitelistValidationTip": "활성화되면, 허용 목록에 있는 지역 코드만 SMS를 보낼 수 있습니다."
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user