mirror of
https://github.com/dz0ny/meshcore-sar.git
synced 2026-08-13 09:20:29 +00:00
feat: Add send mode localization #123
This commit is contained in:
@@ -476,6 +476,24 @@ class AppLocalizationsHr extends AppLocalizations {
|
||||
@override
|
||||
String get flood => 'Preplavljanje';
|
||||
|
||||
@override
|
||||
String get autoSend => 'Auto Send';
|
||||
|
||||
@override
|
||||
String get autoSendDescription => 'Send via current path.';
|
||||
|
||||
@override
|
||||
String get sendDirect => 'Send Direct';
|
||||
|
||||
@override
|
||||
String get sendDirectDescription => 'Send directly to this contact.';
|
||||
|
||||
@override
|
||||
String get sendFlood => 'Send Flood';
|
||||
|
||||
@override
|
||||
String get sendFloodDescription => 'Send via all repeaters.';
|
||||
|
||||
@override
|
||||
String get loggedIn => 'Prijavljen';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user