feat(api tokens): add token creation form
This commit is contained in:
@ -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",
|
||||
|
Reference in New Issue
Block a user