mirror of
https://github.com/dz0ny/meshcore-sar.git
synced 2026-08-13 01:10:28 +00:00
feat: Add localization for no recipients and no channels found messages
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user