mirror of
https://github.com/zjs81/meshcore-open.git
synced 2026-07-26 21:46:38 +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,44 @@ class AppLocalizationsIt extends AppLocalizations {
|
||||
|
||||
@override
|
||||
String get listFilter_newGroup => 'Nuovo gruppo';
|
||||
|
||||
@override
|
||||
String get pathTrace_you => 'Tu';
|
||||
|
||||
@override
|
||||
String get pathTrace_failed => 'Tracciamento del percorso fallito.';
|
||||
|
||||
@override
|
||||
String get pathTrace_notAvailable =>
|
||||
'Tracciamento del percorso non disponibile.';
|
||||
|
||||
@override
|
||||
String get pathTrace_refreshTooltip => 'Aggiorna Path Trace.';
|
||||
|
||||
@override
|
||||
String get contacts_pathTrace => 'Traccia Percorso';
|
||||
|
||||
@override
|
||||
String get contacts_ping => 'Ping';
|
||||
|
||||
@override
|
||||
String get contacts_repeaterPathTrace => 'Traccia percorso al ripetitore';
|
||||
|
||||
@override
|
||||
String get contacts_repeaterPing => 'Ripetitore ping';
|
||||
|
||||
@override
|
||||
String get contacts_roomPathTrace =>
|
||||
'Traccia del percorso al server della stanza';
|
||||
|
||||
@override
|
||||
String get contacts_roomPing => 'Ping al server della stanza';
|
||||
|
||||
@override
|
||||
String get contacts_chatTraceRoute => 'Traccia percorso path';
|
||||
|
||||
@override
|
||||
String contacts_pathTraceTo(String name) {
|
||||
return 'Traccia percorso verso $name';
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user