1
0

feat(api tokens): add token creation form

This commit is contained in:
kolaente
2023-09-01 12:47:32 +02:00
parent a20eef2453
commit e47ad021a3
5 changed files with 134 additions and 17 deletions

View File

@ -142,9 +142,14 @@
},
"apiTokens": {
"title": "API Tokens",
"general": "API tokens allow you to use Vikunja's api without user credentials.",
"general": "API tokens allow you to use Vikunja's API without user credentials.",
"apiDocs": "Check out the api docs",
"createToken": "Create a token",
"createAToken": "Create a token",
"createToken": "Create token",
"30d": "30 Days",
"60d": "60 Days",
"90d": "90 Days",
"permissionExplanation": "Permissions allow you to scope what an api token is allowed to do.",
"attributes": {
"title": "Title",
"expiresAt": "Expires at",