feat: implement Live Activity registration service and enhance notifications handling

This commit is contained in:
2026-05-24 23:53:40 +07:00
parent d991d06f17
commit 802d32e9a0
13 changed files with 379 additions and 154 deletions
+16
View File
@@ -303,6 +303,22 @@
}
}
},
"error_mfa_required" : {
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "translated",
"value" : "Two-factor authentication is required. Sign in on the web and disable it, or wait for in-app MFA support."
}
},
"ru" : {
"stringUnit" : {
"state" : "translated",
"value" : "Требуется двухфакторная аутентификация. Войдите в веб-версии и отключите её, либо дождитесь поддержки MFA в приложении."
}
}
}
},
"error_invalid_url" : {
"localizations" : {
"en" : {