web/i18n/error: update invalid jwt token error

This commit is contained in:
wukko 2024-11-23 19:08:41 +06:00
parent baebeed488
commit 8415d0e4f3
No known key found for this signature in database
GPG key ID: 3E30B3F26C7B4AA2

View file

@ -11,7 +11,7 @@
"captcha_ongoing": "cloudflare turnstile is still checking if you're not a bot.\n\nif it takes too long, you can try: disabling weird browser extensions, changing networks, using a different browser, or checking your device for malware.",
"api.auth.jwt.missing": "couldn't authenticate with the processing instance because the access token is missing. try again in a few seconds or reload the page!",
"api.auth.jwt.invalid": "couldn't authenticate with the processing instance because the access token expired. try again in a few seconds or reload the page!",
"api.auth.jwt.invalid": "couldn't authenticate with the processing instance because the access token is invalid. try again in a few seconds or reload the page!",
"api.auth.turnstile.missing": "couldn't authenticate with the processing instance because the captcha solution is missing. try again in a few seconds or reload the page!",
"api.auth.turnstile.invalid": "couldn't authenticate with the processing instance because the captcha solution is invalid. try again in a few seconds or reload the page!",