feat: add i18n keys for API token expiry notifications

This commit is contained in:
kolaente 2026-03-26 11:19:03 +01:00 committed by kolaente
parent 9884d933fc
commit d3f9bb4ee8
1 changed files with 13 additions and 0 deletions

View File

@ -133,6 +133,19 @@
"working_on_it": "We've got the error message on our radar and are on it to get it sorted out soon."
}
},
"api_token": {
"expiring": {
"week": {
"subject": "Your API token \"%[1]s\" expires in 7 days",
"message": "Your API token \"%[1]s\" will expire on %[2]s. If you still need it, please create a new token before it expires."
},
"day": {
"subject": "Your API token \"%[1]s\" expires tomorrow",
"message": "Your API token \"%[1]s\" will expire on %[2]s. If you still need it, please create a new token before it expires."
},
"action": "Manage API Tokens"
}
},
"common": {
"have_nice_day": "Have a nice day!",
"copy_url": "If the button above doesn't work, copy the url below and paste it in your browser's address bar:",