rate limits page
This commit is contained in:
parent
576774540f
commit
57dfbd8a53
8 changed files with 285 additions and 8 deletions
|
|
@ -1162,6 +1162,7 @@
|
|||
"job_queues": "Job Queues",
|
||||
"auth": "Auth",
|
||||
"posts": "Posts",
|
||||
"rate_limit": "Rate Limits",
|
||||
"http": "HTTP",
|
||||
"federation": "Federation",
|
||||
"other": "Other"
|
||||
|
|
@ -1227,6 +1228,14 @@
|
|||
},
|
||||
"queues": "Queues"
|
||||
},
|
||||
"rate_limit": {
|
||||
"rate_limit": "Rate Limit",
|
||||
"amount": "Amount",
|
||||
"unauthenticated": "Unauthenticated",
|
||||
"authenticated": "Authenticated",
|
||||
"period": "Time period",
|
||||
"separate": "Separate rate limits for authenticated/unauthenticated users"
|
||||
},
|
||||
"nodb": {
|
||||
"heading": "Database config is disabled",
|
||||
"text": "You need to change backend config files so that {property} is set to {value}, see more in {documentation}.",
|
||||
|
|
@ -1421,6 +1430,12 @@
|
|||
"description": "idk"
|
||||
}
|
||||
},
|
||||
":rate_limit": {
|
||||
":oauth_app_creation": {
|
||||
"label": "OAuth app creation",
|
||||
"description": "For registering new OAuth App ID"
|
||||
}
|
||||
},
|
||||
"Pleroma_DOT_Formatter": {
|
||||
":attribute_toggle": {
|
||||
"label": "Set {attr} attribute"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue