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"

View File

@@ -928,6 +928,8 @@
"noContactsFound": "Nema kontakata",
"noRoomsFound": "Nema soba",
"noContactsOrRoomsAvailable": "Nema dostupnih kontakata ili soba",
"noRecipientsAvailable": "Nema dostupnih primatelja",
"noChannelsFound": "Nije pronađen nijedan kanal",
"messagesWillBeSentToPublicChannel": "Poruke će biti poslane na javni kanal",
"newMessage": "Nova poruka",
"channel": "Kanal",

View File

@@ -932,6 +932,8 @@
"noContactsFound": "Ni kontaktov",
"noRoomsFound": "Ni sob",
"noContactsOrRoomsAvailable": "Ni na voljo kontaktov ali sob",
"noRecipientsAvailable": "Ni na voljo prejemnikov",
"noChannelsFound": "Ni najdenih kanalov",
"messagesWillBeSentToPublicChannel": "Sporočila bodo poslana na javni kanal",
"newMessage": "Novo sporočilo",
"channel": "Kanal",