mirror of
https://github.com/dz0ny/meshcore-sar.git
synced 2026-08-11 08:20:36 +00:00
feat: Add compass and region support
This commit is contained in:
@@ -2692,4 +2692,40 @@ class AppLocalizationsRu extends AppLocalizations {
|
||||
|
||||
@override
|
||||
String get noDeviceContactsToClear => 'Нет контактов устройства для очистки.';
|
||||
|
||||
@override
|
||||
String get setRegionScope => 'Set region scope';
|
||||
|
||||
@override
|
||||
String get regionScope => 'Region scope';
|
||||
|
||||
@override
|
||||
String get regionScopeNone => 'None (global)';
|
||||
|
||||
@override
|
||||
String get clearRegionScope => 'Clear scope';
|
||||
|
||||
@override
|
||||
String get regionScopeWarning =>
|
||||
'Only repeaters allowing this region will forward.';
|
||||
|
||||
@override
|
||||
String get discoverRegions => 'Discover from repeaters';
|
||||
|
||||
@override
|
||||
String get discoveringRegions => 'Discovering regions...';
|
||||
|
||||
@override
|
||||
String get enterRegionName => 'Region name (e.g. auckland)';
|
||||
|
||||
@override
|
||||
String get noRegionsFound => 'No regions found on this repeater.';
|
||||
|
||||
@override
|
||||
String regionScopeSet(String name) {
|
||||
return 'Region scope set to $name';
|
||||
}
|
||||
|
||||
@override
|
||||
String get regionScopeCleared => 'Region scope cleared';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user