mirror of
https://github.com/casdoor/casdoor.git
synced 2025-07-04 13:20:19 +08:00
Add method to record.
This commit is contained in:
@ -60,7 +60,7 @@
|
||||
"Avatar - Tooltip": "Avatar - Tooltip",
|
||||
"Back Home": "Back Home",
|
||||
"Captcha": "Captcha",
|
||||
"Client ip": "Client ip",
|
||||
"Client IP": "Client IP",
|
||||
"Created time": "Created time",
|
||||
"Default avatar": "Default avatar",
|
||||
"Default avatar - Tooltip": "Default avatar - Tooltip",
|
||||
@ -79,10 +79,14 @@
|
||||
"Forget URL - Tooltip": "Forget URL - Tooltip",
|
||||
"Home": "Home",
|
||||
"Home - Tooltip": "Home - Tooltip",
|
||||
"ID": "ID",
|
||||
"ID - Tooltip": "ID - Tooltip",
|
||||
"LDAPs": "LDAPs",
|
||||
"LDAPs - Tooltip": "LDAPs - Tooltip",
|
||||
"Logo - Tooltip": "Logo - Tooltip",
|
||||
"Master password": "Master password",
|
||||
"Master password - Tooltip": "Master password - Tooltip",
|
||||
"Method": "Method",
|
||||
"Name": "Name",
|
||||
"Name - Tooltip": "Name - Tooltip",
|
||||
"OAuth providers": "OAuth providers",
|
||||
@ -106,7 +110,7 @@
|
||||
"Providers": "Providers",
|
||||
"Providers - Tooltip": "Providers - Tooltip",
|
||||
"Records": "Records",
|
||||
"Request uri": "Request uri",
|
||||
"Request URI": "Request URI",
|
||||
"Resources": "Resources",
|
||||
"Save": "Save",
|
||||
"Scope": "Scope",
|
||||
@ -127,9 +131,9 @@
|
||||
"User containers": "User containers",
|
||||
"User type": "User type",
|
||||
"User type - Tooltip": "User type - Tooltip",
|
||||
"Username": "Username",
|
||||
"Users": "Users",
|
||||
"Users under all organizations": "Users under all organizations",
|
||||
"Webhooks": "Webhooks",
|
||||
"{total} in total": "{total} in total"
|
||||
},
|
||||
"ldap": {
|
||||
@ -244,6 +248,9 @@
|
||||
"rule": "rule",
|
||||
"visible": "visible"
|
||||
},
|
||||
"record": {
|
||||
"Is Triggered": "Is Triggered"
|
||||
},
|
||||
"resource": {
|
||||
"Application": "Application",
|
||||
"Copy Link": "Copy Link",
|
||||
@ -339,5 +346,14 @@
|
||||
"Unlink": "Unlink",
|
||||
"Upload a photo": "Upload a photo",
|
||||
"input password": "input password"
|
||||
},
|
||||
"webhook": {
|
||||
"Content type": "Content type",
|
||||
"Content type - Tooltip": "Content type - Tooltip",
|
||||
"Edit Webhook": "Edit Webhook",
|
||||
"Events": "Events",
|
||||
"Events - Tooltip": "Events - Tooltip",
|
||||
"URL": "URL",
|
||||
"URL - Tooltip": "URL - Tooltip"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user