1
0

feat(api tokens): add basic api token overview

This commit is contained in:
kolaente
2023-09-01 11:15:48 +02:00
parent 7b57b10804
commit a20eef2453
7 changed files with 148 additions and 0 deletions

View File

@ -139,6 +139,17 @@
"system": "System",
"dark": "Dark"
}
},
"apiTokens": {
"title": "API Tokens",
"general": "API tokens allow you to use Vikunja's api without user credentials.",
"apiDocs": "Check out the api docs",
"createToken": "Create a token",
"attributes": {
"title": "Title",
"expiresAt": "Expires at",
"permissions": "Permissions"
}
}
},
"deletion": {