mirror of
https://github.com/dz0ny/meshcore-sar.git
synced 2026-08-12 17:00:28 +00:00
feat: Add localization for no recipients and no channels found messages
This commit is contained in:
@@ -1733,6 +1733,12 @@ class AppLocalizationsDe extends AppLocalizations {
|
||||
String get noContactsOrRoomsAvailable =>
|
||||
'Keine Kontakte oder Räume verfügbar';
|
||||
|
||||
@override
|
||||
String get noRecipientsAvailable => 'Keine Empfänger verfügbar';
|
||||
|
||||
@override
|
||||
String get noChannelsFound => 'Keine Kanäle gefunden';
|
||||
|
||||
@override
|
||||
String get messagesWillBeSentToPublicChannel =>
|
||||
'Nachrichten werden an öffentlichen Kanal gesendet';
|
||||
|
||||
Reference in New Issue
Block a user