mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-23 01:52:44 +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:
@@ -204,8 +204,8 @@
|
||||
"encrypted_room_message_placeholder" = "Envia un missatge encriptat…";
|
||||
"room_message_short_placeholder" = "Envia un missatge…";
|
||||
"room_offline_notification" = "S'ha perdut la connexió amb el servidor.";
|
||||
"room_unsent_messages_notification" = "Missatges no enviats. %@ o %@ ara?";
|
||||
"room_unsent_messages_unknown_devices_notification" = "El missatge no s'ha enviat perquè hi ha presents dispositius desconeguts. %@ o %@ ara?";
|
||||
"room_unsent_messages_notification" = "Missatges no enviats.";
|
||||
"room_unsent_messages_unknown_devices_notification" = "El missatge no s'ha enviat perquè hi ha presents dispositius desconeguts.";
|
||||
"room_ongoing_conference_call" = "Conferència en curs. Unir-te com a %@ o %@.";
|
||||
"room_ongoing_conference_call_with_close" = "Conferència en curs. Unir-te com a %@ o %@. %@.";
|
||||
"room_ongoing_conference_call_close" = "Tancar";
|
||||
|
||||
Reference in New Issue
Block a user