mirror of
https://github.com/zjs81/meshcore-open.git
synced 2026-08-01 08:05:55 +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:
@@ -2650,4 +2650,42 @@ class AppLocalizationsSv extends AppLocalizations {
|
||||
|
||||
@override
|
||||
String get listFilter_newGroup => 'Ny grupp';
|
||||
|
||||
@override
|
||||
String get pathTrace_you => 'Du';
|
||||
|
||||
@override
|
||||
String get pathTrace_failed => 'Sökvägsföljning misslyckades.';
|
||||
|
||||
@override
|
||||
String get pathTrace_notAvailable => 'Path trace ej tillgänglig.';
|
||||
|
||||
@override
|
||||
String get pathTrace_refreshTooltip => 'Uppdatera Path Trace';
|
||||
|
||||
@override
|
||||
String get contacts_pathTrace => 'Path Trace';
|
||||
|
||||
@override
|
||||
String get contacts_ping => 'Ping';
|
||||
|
||||
@override
|
||||
String get contacts_repeaterPathTrace => 'Vägspårning till repeater';
|
||||
|
||||
@override
|
||||
String get contacts_repeaterPing => 'Ping-repeater';
|
||||
|
||||
@override
|
||||
String get contacts_roomPathTrace => 'Vägspårning till rumserver';
|
||||
|
||||
@override
|
||||
String get contacts_roomPing => 'Ping rumsserver';
|
||||
|
||||
@override
|
||||
String get contacts_chatTraceRoute => 'Spåra rutt';
|
||||
|
||||
@override
|
||||
String contacts_pathTraceTo(String name) {
|
||||
return 'Spåra rutt till $name';
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user