Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Token expired message updated #264

Merged
merged 1 commit into from
Sep 12, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions station.localization.json
Original file line number Diff line number Diff line change
Expand Up @@ -6114,13 +6114,13 @@
"ident_ios": "UserApiError.ER_TOKEN_EXPIRED",
"ident_android": "cloud_er_token_expired",
"ident_webui": "UserApiError.ER_TOKEN_EXPIRED",
"en": "Token is expired",
"fi": "Avain on vanhentunut",
"ru": "Токен истек",
"sv": "Nyckeln har upphört att gälla",
"fr": "Le code est perimé",
"de": "Token ist abgelaufen",
"pl": "Token wygasł"
"en": "The entered one-time password (OTP) is wrong or expired",
"fi": "Syöttämäsi kertakäyttökoodi (OTP) on väärä tai vanhentunut",
"ru": "Введённый одноразовый пароль (OTP) неверен или истек",
"sv": "Den angivna engångskoden (OTP) är felaktig eller har gått ut",
"fr": "Le mot de passe à usage unique (OTP) entré est incorrect ou expiré",
"de": "Das eingegebene Einmalpasswort (OTP) ist falsch oder abgelaufen",
"pl": "Wprowadzony jednorazowy kod (OTP) jest nieprawidłowy lub wygasł"
},
{
"ident_ios": "UserApiError.ER_SUBSCRIPTION_NOT_FOUND",
Expand Down