mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-28 12:23:31 +01:00
Improve UI around Voice Message limits
This commit is contained in:
committed by
Scott Nonnenberg
parent
148aedeeb4
commit
2138395bcb
@@ -777,6 +777,18 @@
|
||||
"message": "Original message found, but not loaded. Scroll up to load it.",
|
||||
"description": "Shown in toast if user clicks on quote references messages not loaded in view, but in database"
|
||||
},
|
||||
"voiceRecordingInterruptedMax": {
|
||||
"message": "Voice message recording stopped because the maximum time limit was reached.",
|
||||
"description": "Confirmation dialog message for when the voice recording is interrupted due to max time limit"
|
||||
},
|
||||
"voiceRecordingInterruptedBlur": {
|
||||
"message": "Voice message recording stopped because you switched to another app.",
|
||||
"description": "Confirmation dialog message for when the voice recording is interrupted due to app losing focus"
|
||||
},
|
||||
"voiceNoteLimit": {
|
||||
"message": "Voice messages are limited to five minutes. Recording will stop if you switch to another app.",
|
||||
"description": "Shown in toast to warn user about limited time and that window must be in focus"
|
||||
},
|
||||
"voiceNoteMustBeOnlyAttachment": {
|
||||
"message": "A voice message must have only one attachment.",
|
||||
"description": "Shown in toast if tries to record a voice note with any staged attachments"
|
||||
@@ -863,6 +875,9 @@
|
||||
"cancel": {
|
||||
"message": "Cancel"
|
||||
},
|
||||
"discard": {
|
||||
"message": "Discard"
|
||||
},
|
||||
"failedToSend": {
|
||||
"message": "Failed to send to some recipients. Check your network connection."
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user