mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-26 11:30:50 +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:
@@ -200,8 +200,8 @@
|
||||
"encrypted_room_message_placeholder" = "暗号文を送信…";
|
||||
"room_message_short_placeholder" = "ここに送信文を入力…";
|
||||
"room_offline_notification" = "サーバとの接続が失われました.";
|
||||
"room_unsent_messages_notification" = "文章が送信できませんでした。現在 %@ または %@ ?";
|
||||
"room_unsent_messages_unknown_devices_notification" = "未知のセッションが存在するために文章が送信されませんでした。現在%@ or %@ ?";
|
||||
"room_unsent_messages_notification" = "文章が送信できませんでした.";
|
||||
"room_unsent_messages_unknown_devices_notification" = "未知のセッションが存在するために文章が送信されませんでした.";
|
||||
"room_ongoing_conference_call" = "会議通話実施中。 %@ または %@で参加してください。";
|
||||
"room_ongoing_conference_call_with_close" = "会議通話実施中。%@または%@で参加してください。 %@。";
|
||||
"room_ongoing_conference_call_close" = "閉じる";
|
||||
|
||||
Reference in New Issue
Block a user