feat: Add localization for no recipients and no channels found messages

This commit is contained in:
Janez T
2025-11-14 11:26:12 +01:00
parent 7cf3092980
commit 38523c3bb4
3 changed files with 14 additions and 0 deletions

View File

@@ -2938,6 +2938,16 @@
"description": "Message when no contacts or rooms exist"
},
"noRecipientsAvailable": "No recipients available",
"@noRecipientsAvailable": {
"description": "Message when no recipients exist (contacts, rooms, or channels)"
},
"noChannelsFound": "No channels found",
"@noChannelsFound": {
"description": "Message when no channels match the search"
},
"messagesWillBeSentToPublicChannel": "Messages will be sent to public channel",
"@messagesWillBeSentToPublicChannel": {
"description": "Info message when only public channel is available"