🐛 fix(user): Update notification and verify code settings
This commit is contained in:
@@ -58,5 +58,18 @@
|
||||
"turnstileSecretDescription": "Cloudflare에서 제공하는 턴스타일 비밀 키",
|
||||
"turnstileSiteKeyDescription": "Cloudflare에서 제공하는 턴스타일 사이트 키",
|
||||
"verifySettings": "검증 설정"
|
||||
},
|
||||
"verify-code": {
|
||||
"dailyLimit": "일일 한도",
|
||||
"dailyLimitDescription": "하루에 보낼 수 있는 인증 코드의 최대 수",
|
||||
"expireTime": "만료 시간",
|
||||
"expireTimeDescription": "인증 코드 만료 시간(분)",
|
||||
"interval": "전송 간격",
|
||||
"intervalDescription": "인증 코드 전송 간의 최소 간격(초)",
|
||||
"minute": "분",
|
||||
"saveSuccess": "저장 성공",
|
||||
"second": "초",
|
||||
"times": "회",
|
||||
"verifyCodeSettings": "인증 코드 설정"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -4,18 +4,9 @@
|
||||
"enable": "활성화",
|
||||
"enableTip": "활성화 후, 휴대폰 등록, 로그인, 연결 및 연결 해제 기능이 활성화됩니다",
|
||||
"endpointLabel": "엔드포인트",
|
||||
"expireTime": "만료 시간",
|
||||
"expireTimeTip": "SMS 인증 코드 유효 기간 (초)",
|
||||
"interval": "간격",
|
||||
"intervalTip": "같은 전화번호로 SMS 인증 코드를 보내는 간격(초), 0은 제한 없음",
|
||||
"limit": "일일 한도",
|
||||
"limitTip": "동일한 전화번호에 대한 일일 SMS 인증 코드 전송 제한, 0은 제한 없음",
|
||||
"logs": "로그",
|
||||
"phoneNumberLabel": "전화번호",
|
||||
"placeholders": {
|
||||
"expireTime": "만료 시간을 입력하세요. 기본값은 300입니다",
|
||||
"interval": "간격 시간을 입력하세요, 기본값은 60입니다",
|
||||
"limit": "일일 제한을 입력하세요, 기본값은 20입니다",
|
||||
"template": "귀하의 인증 코드는 {code}이며, 5분 동안 유효합니다",
|
||||
"templateCode": "템플릿 코드를 입력하세요"
|
||||
},
|
||||
|
||||
@@ -39,7 +39,6 @@
|
||||
"editSubscription": "구독 수정",
|
||||
"editUser": "사용자 편집",
|
||||
"email": "이메일",
|
||||
"emailNotifications": "이메일 알림",
|
||||
"enable": "사용",
|
||||
"expireTime": "만료 시간",
|
||||
"expiredAt": "만료일",
|
||||
@@ -82,7 +81,6 @@
|
||||
"subscriptionName": "구독 이름",
|
||||
"subscriptionNotifications": "구독 알림",
|
||||
"success": "성공",
|
||||
"telegramNotifications": "텔레그램 알림",
|
||||
"telephone": "전화번호",
|
||||
"telephonePlaceholder": "전화번호 입력",
|
||||
"time": "시간",
|
||||
|
||||
Reference in New Issue
Block a user