mirror of
https://github.com/casdoor/casdoor.git
synced 2025-07-04 05:10:19 +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": "用户所属的标签,默认为\"normal-user\"",
|
||||
"Users": "用户",
|
||||
"Users under all organizations": "所有组织里的用户",
|
||||
"Verifications": "验证",
|
||||
"Webhooks": "Webhooks",
|
||||
"You can only select one physical group": "只能选择一个实体组",
|
||||
"empty": "无",
|
||||
@ -870,6 +871,7 @@
|
||||
"Test Email - Tooltip": "接收测试邮件的Email邮箱",
|
||||
"Test SMTP Connection": "测试SMTP连接",
|
||||
"Third-party": "第三方",
|
||||
"This field is required": "此字段是必需的",
|
||||
"Token URL": "Token URL",
|
||||
"Token URL - Tooltip": "自定义OAuth的Token URL",
|
||||
"Type": "类型",
|
||||
@ -889,7 +891,8 @@
|
||||
"admin (Shared)": "admin(共享)"
|
||||
},
|
||||
"record": {
|
||||
"Is triggered": "是否触发"
|
||||
"Is triggered": "是否触发",
|
||||
"Object": "实体"
|
||||
},
|
||||
"resource": {
|
||||
"Copy Link": "复制链接",
|
||||
@ -1160,6 +1163,9 @@
|
||||
"WebAuthn credentials": "WebAuthn凭据",
|
||||
"input password": "输入密码"
|
||||
},
|
||||
"verification": {
|
||||
"Receiver": "接收者"
|
||||
},
|
||||
"webhook": {
|
||||
"Content type": "内容类型",
|
||||
"Content type - Tooltip": "内容类型",
|
||||
|
Reference in New Issue
Block a user