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:
@@ -2676,4 +2676,42 @@ class AppLocalizationsBg extends AppLocalizations {
|
||||
|
||||
@override
|
||||
String get listFilter_newGroup => 'Нова група';
|
||||
|
||||
@override
|
||||
String get pathTrace_you => 'Вие';
|
||||
|
||||
@override
|
||||
String get pathTrace_failed => 'Пътят за проследяване не успя.';
|
||||
|
||||
@override
|
||||
String get pathTrace_notAvailable => 'Пътека за проследяване не е достъпна.';
|
||||
|
||||
@override
|
||||
String get pathTrace_refreshTooltip => 'Обнови Path Trace.';
|
||||
|
||||
@override
|
||||
String get contacts_pathTrace => 'Пътен проследяване';
|
||||
|
||||
@override
|
||||
String get contacts_ping => 'Пинг';
|
||||
|
||||
@override
|
||||
String get contacts_repeaterPathTrace => 'Трасировка до повторител';
|
||||
|
||||
@override
|
||||
String get contacts_repeaterPing => 'Пингване на повторителя';
|
||||
|
||||
@override
|
||||
String get contacts_roomPathTrace => 'Трасиране на път до съ';
|
||||
|
||||
@override
|
||||
String get contacts_roomPing => 'Ping на сървъра на стаята';
|
||||
|
||||
@override
|
||||
String get contacts_chatTraceRoute => 'Трасиране на път';
|
||||
|
||||
@override
|
||||
String contacts_pathTraceTo(String name) {
|
||||
return 'Проследи маршрут към $name';
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user