mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2026-04-20 16:12:16 +00:00
Implement fallback for text messages larger than the max message size to sent them in chunks via the send files API
This commit is contained in:
@@ -93,6 +93,7 @@
|
||||
"file-other-description-file": "and 1 other file",
|
||||
"file-other-description-image-plural": "and {{count}} other images",
|
||||
"file-other-description-file-plural": "and {{count}} other files",
|
||||
"text-message-description": "A large text message",
|
||||
"title-image": "Image",
|
||||
"title-file": "File",
|
||||
"title-image-plural": "Images",
|
||||
@@ -171,6 +172,7 @@
|
||||
"file-received-plural": "{{count}} Files Received",
|
||||
"file-transfer-requested": "File Transfer Requested",
|
||||
"image-transfer-requested": "Image Transfer Requested",
|
||||
"message-transfer-requested": "Message Transfer Requested",
|
||||
"message-received": "Message Received",
|
||||
"message-received-plural": "{{count}} Messages Received"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user