The notice promised 'this will clear once it's back', but nothing ever removed it: the toast auto-hid on a 15s timer (not on recovery) and the v0.9.0 unified inbox kept every notify() in persistent history, so the notice lingered there forever. Model it as a single live status instead: one sticky, transient (never persisted) notice while the server is unreachable, removed the moment any request reaches the server again. Adds a 'transient' notification flag (sticky toast + excluded from history so a reload can't orphan it) and replaces the throttled-toast helper with a connectivity lost/restored pair. i18n the strings (errors.offline.*) in EN/HU/DE — they were hardcoded English.
17 lines
570 B
JSON
17 lines
570 B
JSON
{
|
|
"title": "Nem sikerült",
|
|
"generic": "A szerver nem tudta végrehajtani a műveletet. Próbáld újra.",
|
|
"server": "Szerverhiba",
|
|
"ok": "OK",
|
|
"offline": {
|
|
"title": "Megszakadt a kapcsolat",
|
|
"body": "Nem sikerült elérni a szervert — lehet, hogy épp újraindul. Ez az üzenet eltűnik, amint helyreáll a kapcsolat."
|
|
},
|
|
"boundary": {
|
|
"title": "Hiba történt.",
|
|
"subtitle": "Az alkalmazás váratlan hibába ütközött.",
|
|
"reload": "Újratöltés",
|
|
"notifTitle": "Valami elromlott",
|
|
"notifMessage": "Váratlan hiba"
|
|
}
|
|
}
|