mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-28 20:26:57 +02:00
Retrying & deleting failed messages
- Display an exclamation mark (on a red background). In case of a multi-line message - When a message with an error is selected, show a bottom bar with the 4 following actions: Retry - Delete - Edit - Copy - If users press on Delete, a confirmation dialog is displayed - When error messages occur, a general error message appears above the composer. Selecting Delete will delete all error messages. Pressing on Retry will attempt to resend error messages - If users press on Delete, a confirmation dialog is displayed - In room lists, decorate rooms with errored messages with the error icon. Rooms with errors should be sorted first
This commit is contained in:
@@ -392,7 +392,7 @@
|
||||
"contacts_address_book_no_contact" = "Brak lokalnych kontaktów";
|
||||
"auth_msisdn_validation_error" = "Nie można zweryfikować numeru telefonu.";
|
||||
"room_participants_invite_malformed_id" = "Uszkodzony ID. Powinien być adres e-mail lub Matrix ID podobny do '@localpart:domain'";
|
||||
"room_unsent_messages_notification" = "Wiadomość nie została wysłana. Czy %@ lub %@ teraz?";
|
||||
"room_unsent_messages_notification" = "Wiadomość nie została wysłana.";
|
||||
"room_ongoing_conference_call_with_close" = "Przychodzące połączenie grupowe. Dołącz z %@ lub z %@. %@ to.";
|
||||
"directory_search_results_title" = "Przeglądaj wyniki katalogów";
|
||||
"room_event_action_kick_prompt_reason" = "Powód wyrzucenia użytkownika";
|
||||
|
||||
Reference in New Issue
Block a user