mirror of
https://github.com/casdoor/casdoor.git
synced 2025-07-04 21:30:24 +08:00
feat: add verification list page and related API (#2822)
* feat: add verification list page and relevant api * feat: improve code format * fix: fix timestamp display error
This commit is contained in:
@ -392,6 +392,7 @@
|
||||
"User type - Tooltip": "사용자가 속한 태그는 기본적으로 \"보통 사용자\"로 설정됩니다",
|
||||
"Users": "사용자",
|
||||
"Users under all organizations": "모든 조직의 사용자",
|
||||
"Verifications": "Verifications",
|
||||
"Webhooks": "Webhooks",
|
||||
"You can only select one physical group": "You can only select one physical group",
|
||||
"empty": "빈",
|
||||
@ -870,6 +871,7 @@
|
||||
"Test Email - Tooltip": "테스트 메일을 받을 이메일 주소",
|
||||
"Test SMTP Connection": "테스트 SMTP 연결",
|
||||
"Third-party": "Third-party",
|
||||
"This field is required": "This field is required",
|
||||
"Token URL": "토큰 URL",
|
||||
"Token URL - Tooltip": "토큰 URL",
|
||||
"Type": "타입",
|
||||
@ -889,7 +891,8 @@
|
||||
"admin (Shared)": "관리자 (공유)"
|
||||
},
|
||||
"record": {
|
||||
"Is triggered": "Is triggered"
|
||||
"Is triggered": "Is triggered",
|
||||
"Object": "Object"
|
||||
},
|
||||
"resource": {
|
||||
"Copy Link": "링크 복사하기",
|
||||
@ -1160,6 +1163,9 @@
|
||||
"WebAuthn credentials": "웹 인증 자격증명",
|
||||
"input password": "비밀번호를 입력해주세요"
|
||||
},
|
||||
"verification": {
|
||||
"Receiver": "Receiver"
|
||||
},
|
||||
"webhook": {
|
||||
"Content type": "콘텐츠 유형",
|
||||
"Content type - Tooltip": "콘텐츠 유형",
|
||||
|
Reference in New Issue
Block a user