feat: add api keys (#991)
* feat: add api keys * chore: address pull request feedback --------- Co-authored-by: Meier Lukas <meierschlumpf@gmail.com>
This commit is contained in:
@@ -1887,6 +1887,35 @@ export default {
|
||||
},
|
||||
},
|
||||
},
|
||||
api: {
|
||||
title: "API",
|
||||
modal: {
|
||||
createApiToken: {
|
||||
title: "API token created",
|
||||
description:
|
||||
"API token was created. Be careful, this token is encrypted in the database and will never be transferred again to you. If you loose this token, you'll no longer be able to retrieve this specific token.",
|
||||
button: "Copy and close",
|
||||
},
|
||||
},
|
||||
tab: {
|
||||
documentation: {
|
||||
label: "Documentation",
|
||||
},
|
||||
apiKey: {
|
||||
label: "Authentication",
|
||||
title: "API Keys",
|
||||
button: {
|
||||
createApiToken: "Create API token",
|
||||
},
|
||||
table: {
|
||||
header: {
|
||||
id: "ID",
|
||||
createdBy: "Created by",
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
about: {
|
||||
version: "Version {version}",
|
||||
|
||||
Reference in New Issue
Block a user