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:
Zach
2026-01-28 22:05:04 -07:00
parent cdacc54421
commit 935b7b07eb
31 changed files with 981 additions and 67 deletions
+38
View File
@@ -2531,4 +2531,42 @@ class AppLocalizationsZh 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 => '刷新路径追踪';
@override
String get contacts_pathTrace => '路径追踪';
@override
String get contacts_ping => 'ping';
@override
String get contacts_repeaterPathTrace => '路径追踪到中继器';
@override
String get contacts_repeaterPing => 'Ping 中继器';
@override
String get contacts_roomPathTrace => '路径追踪至房间服务器';
@override
String get contacts_roomPing => 'Ping 房间服务器';
@override
String get contacts_chatTraceRoute => '路径追踪';
@override
String contacts_pathTraceTo(String name) {
return '追踪路由到 $name';
}
}