mirror of
https://github.com/bitwarden/browser
synced 2026-01-20 09:23:23 +00:00
get/rotate org api key
This commit is contained in:
@@ -2795,5 +2795,27 @@
|
||||
"free": {
|
||||
"message": "Free",
|
||||
"description": "Free, as in 'Free beer'"
|
||||
},
|
||||
"apiKey": {
|
||||
"message": "API Key"
|
||||
},
|
||||
"apiKeyDesc": {
|
||||
"message": "Your API key can be used to authenticate to the Bitwarden public API."
|
||||
},
|
||||
"apiKeyRotateDesc": {
|
||||
"message": "Rotating the API key will invalidate the previous key. You can rotate your API key if you believe that the current key is no longer safe to use."
|
||||
},
|
||||
"apiKeyWarning": {
|
||||
"message": "Your API key has full access to the organization. It should be kept secret."
|
||||
},
|
||||
"oauth2ClientCredentials": {
|
||||
"message": "OAuth 2.0 Client Credentials",
|
||||
"description": "'OAuth 2.0' is a programming protocol. It should probably not be translated."
|
||||
},
|
||||
"viewApiKey": {
|
||||
"message": "View API Key"
|
||||
},
|
||||
"rotateApiKey": {
|
||||
"message": "Rotate API Key"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user