mirror of
https://github.com/dz0ny/meshcore-sar.git
synced 2026-08-11 16:30:28 +00:00
feat: Add send mode localization #123
This commit is contained in:
@@ -481,6 +481,24 @@ class AppLocalizationsEs extends AppLocalizations {
|
||||
@override
|
||||
String get flood => 'Inundación';
|
||||
|
||||
@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 => 'Sesión iniciada';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user