mirror of
https://github.com/zjs81/meshcore-open.git
synced 2026-07-29 14:58:44 +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:
@@ -2675,4 +2675,43 @@ class AppLocalizationsEs extends AppLocalizations {
|
||||
|
||||
@override
|
||||
String get listFilter_newGroup => 'Nuevo grupo';
|
||||
|
||||
@override
|
||||
String get pathTrace_you => 'Tú';
|
||||
|
||||
@override
|
||||
String get pathTrace_failed => 'El trazado de ruta falló.';
|
||||
|
||||
@override
|
||||
String get pathTrace_notAvailable => 'El trazado de ruta no está disponible.';
|
||||
|
||||
@override
|
||||
String get pathTrace_refreshTooltip => 'Actualizar Path Trace';
|
||||
|
||||
@override
|
||||
String get contacts_pathTrace => 'Rastreo de caminos';
|
||||
|
||||
@override
|
||||
String get contacts_ping => 'Ping';
|
||||
|
||||
@override
|
||||
String get contacts_repeaterPathTrace => 'Rastrear ruta al repetidor';
|
||||
|
||||
@override
|
||||
String get contacts_repeaterPing => 'Pingar repetidor';
|
||||
|
||||
@override
|
||||
String get contacts_roomPathTrace =>
|
||||
'Rastreo de ruta al servidor de la habitación';
|
||||
|
||||
@override
|
||||
String get contacts_roomPing => 'Pingar servidor de sala';
|
||||
|
||||
@override
|
||||
String get contacts_chatTraceRoute => 'Ruta de trazado';
|
||||
|
||||
@override
|
||||
String contacts_pathTraceTo(String name) {
|
||||
return 'Rastrear ruta a $name';
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user