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:
Manuel
2024-10-05 16:18:31 +02:00
committed by GitHub
parent ee8375756c
commit b14f82b4bb
22 changed files with 3374 additions and 60 deletions

View File

@@ -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}",