mirror of
https://github.com/zjs81/meshcore-open.git
synced 2026-07-31 23:56:02 +10:00
Add path trace localizations for all languages
- Translate path trace strings to all 14 supported locales - Regenerate localization Dart files - Fix translate.py to also detect empty string values as missing
This commit is contained in:
@@ -2636,4 +2636,42 @@ class AppLocalizationsEn extends AppLocalizations {
|
||||
|
||||
@override
|
||||
String get listFilter_newGroup => 'New group';
|
||||
|
||||
@override
|
||||
String get pathTrace_you => 'You';
|
||||
|
||||
@override
|
||||
String get pathTrace_failed => 'Path trace failed.';
|
||||
|
||||
@override
|
||||
String get pathTrace_notAvailable => 'Path trace not available.';
|
||||
|
||||
@override
|
||||
String get pathTrace_refreshTooltip => 'Refresh Path Trace.';
|
||||
|
||||
@override
|
||||
String get contacts_pathTrace => 'Path Trace';
|
||||
|
||||
@override
|
||||
String get contacts_ping => 'Ping';
|
||||
|
||||
@override
|
||||
String get contacts_repeaterPathTrace => 'Path trace to repeater';
|
||||
|
||||
@override
|
||||
String get contacts_repeaterPing => 'Ping repeater';
|
||||
|
||||
@override
|
||||
String get contacts_roomPathTrace => 'Path trace to room server';
|
||||
|
||||
@override
|
||||
String get contacts_roomPing => 'Ping room server';
|
||||
|
||||
@override
|
||||
String get contacts_chatTraceRoute => 'Path trace route';
|
||||
|
||||
@override
|
||||
String contacts_pathTraceTo(String name) {
|
||||
return 'Trace route to $name';
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user