- Duplicate-tag create/rename hit the uq_tags_user_name constraint and 500'd; now caught and
returned as a clear 409 ('You already have a tag named …').
- New global error dialog (errorDialog store + ErrorDialog modal) for definitive server refusals;
the api layer wiring + mount land with the rest of the round.
- Modal now keeps a stack so ESC dismisses only the top modal — an error over the tag editor
closes the error and leaves the editor open.
13 lines
377 B
JSON
13 lines
377 B
JSON
{
|
|
"title": "Nem sikerült",
|
|
"generic": "A szerver nem tudta végrehajtani a műveletet. Próbáld újra.",
|
|
"server": "Szerverhiba",
|
|
"ok": "OK",
|
|
"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"
|
|
}
|
|
}
|