Merge pull request #426 from zjs81/debug-log

rename ble debug log
This commit is contained in:
zjs81
2026-05-08 13:39:10 -07:00
committed by GitHub
22 changed files with 98 additions and 60 deletions
+2 -2
View File
@@ -195,8 +195,8 @@
"settings_rebootDeviceSubtitle": "Restart the MeshCore device", "settings_rebootDeviceSubtitle": "Restart the MeshCore device",
"settings_rebootDeviceConfirm": "Are you sure you want to reboot the device? You will be disconnected.", "settings_rebootDeviceConfirm": "Are you sure you want to reboot the device? You will be disconnected.",
"settings_debug": "Debug", "settings_debug": "Debug",
"settings_bleDebugLog": "BLE Debug Log", "settings_companionDebugLog": "Companion Debug Log",
"settings_bleDebugLogSubtitle": "BLE commands, responses, and raw data", "settings_companionDebugLogSubtitle": "BLE/TCP/USB commands, responses, and raw data",
"settings_appDebugLog": "App Debug Log", "settings_appDebugLog": "App Debug Log",
"settings_appDebugLogSubtitle": "Application debug messages", "settings_appDebugLogSubtitle": "Application debug messages",
"settings_about": "About", "settings_about": "About",
+6 -6
View File
@@ -1006,17 +1006,17 @@ abstract class AppLocalizations {
/// **'Debug'** /// **'Debug'**
String get settings_debug; String get settings_debug;
/// No description provided for @settings_bleDebugLog. /// No description provided for @settings_companionDebugLog.
/// ///
/// In en, this message translates to: /// In en, this message translates to:
/// **'BLE Debug Log'** /// **'Companion Debug Log'**
String get settings_bleDebugLog; String get settings_companionDebugLog;
/// No description provided for @settings_bleDebugLogSubtitle. /// No description provided for @settings_companionDebugLogSubtitle.
/// ///
/// In en, this message translates to: /// In en, this message translates to:
/// **'BLE commands, responses, and raw data'** /// **'BLE/TCP/USB commands, responses, and raw data'**
String get settings_bleDebugLogSubtitle; String get settings_companionDebugLogSubtitle;
/// No description provided for @settings_appDebugLog. /// No description provided for @settings_appDebugLog.
/// ///
+3 -3
View File
@@ -496,11 +496,11 @@ class AppLocalizationsBg extends AppLocalizations {
String get settings_debug => 'Отстрани'; String get settings_debug => 'Отстрани';
@override @override
String get settings_bleDebugLog => 'Лог за отстраняване на грешки на BLE'; String get settings_companionDebugLog => 'Companion Debug Log';
@override @override
String get settings_bleDebugLogSubtitle => String get settings_companionDebugLogSubtitle =>
'Команди, отговори и сурови данни BLE'; 'BLE/TCP/USB commands, responses, and raw data';
@override @override
String get settings_appDebugLog => String get settings_appDebugLog =>
+3 -3
View File
@@ -493,11 +493,11 @@ class AppLocalizationsDe extends AppLocalizations {
String get settings_debug => 'Fehlerbehebung'; String get settings_debug => 'Fehlerbehebung';
@override @override
String get settings_bleDebugLog => 'BLE-Debug-Protokoll'; String get settings_companionDebugLog => 'Companion Debug Log';
@override @override
String get settings_bleDebugLogSubtitle => String get settings_companionDebugLogSubtitle =>
'BLE-Befehle, Antworten und Rohdaten'; 'BLE/TCP/USB commands, responses, and raw data';
@override @override
String get settings_appDebugLog => 'App-Debug-Protokoll'; String get settings_appDebugLog => 'App-Debug-Protokoll';
+3 -3
View File
@@ -484,11 +484,11 @@ class AppLocalizationsEn extends AppLocalizations {
String get settings_debug => 'Debug'; String get settings_debug => 'Debug';
@override @override
String get settings_bleDebugLog => 'BLE Debug Log'; String get settings_companionDebugLog => 'Companion Debug Log';
@override @override
String get settings_bleDebugLogSubtitle => String get settings_companionDebugLogSubtitle =>
'BLE commands, responses, and raw data'; 'BLE/TCP/USB commands, responses, and raw data';
@override @override
String get settings_appDebugLog => 'App Debug Log'; String get settings_appDebugLog => 'App Debug Log';
+3 -3
View File
@@ -494,11 +494,11 @@ class AppLocalizationsEs extends AppLocalizations {
String get settings_debug => 'Depurar'; String get settings_debug => 'Depurar';
@override @override
String get settings_bleDebugLog => 'Registro de Depuración BLE'; String get settings_companionDebugLog => 'Companion Debug Log';
@override @override
String get settings_bleDebugLogSubtitle => String get settings_companionDebugLogSubtitle =>
'Comandos, respuestas y datos brutos de BLE'; 'BLE/TCP/USB commands, responses, and raw data';
@override @override
String get settings_appDebugLog => 'Registro de Depuración de la App'; String get settings_appDebugLog => 'Registro de Depuración de la App';
+3 -3
View File
@@ -498,11 +498,11 @@ class AppLocalizationsFr extends AppLocalizations {
String get settings_debug => 'Déboguer'; String get settings_debug => 'Déboguer';
@override @override
String get settings_bleDebugLog => 'Journal de débogage BLE'; String get settings_companionDebugLog => 'Companion Debug Log';
@override @override
String get settings_bleDebugLogSubtitle => String get settings_companionDebugLogSubtitle =>
'Commandes BLE, réponses et données brutes'; 'BLE/TCP/USB commands, responses, and raw data';
@override @override
String get settings_appDebugLog => 'Journal de débogage de l\'application'; String get settings_appDebugLog => 'Journal de débogage de l\'application';
+3 -3
View File
@@ -496,11 +496,11 @@ class AppLocalizationsHu extends AppLocalizations {
String get settings_debug => 'Hibakeresés'; String get settings_debug => 'Hibakeresés';
@override @override
String get settings_bleDebugLog => 'BLE hibaelhárítási napló'; String get settings_companionDebugLog => 'Companion Debug Log';
@override @override
String get settings_bleDebugLogSubtitle => String get settings_companionDebugLogSubtitle =>
'BLE parancsok, válaszok és alapvető adatok'; 'BLE/TCP/USB commands, responses, and raw data';
@override @override
String get settings_appDebugLog => 'App-debug log'; String get settings_appDebugLog => 'App-debug log';
+3 -3
View File
@@ -496,11 +496,11 @@ class AppLocalizationsIt extends AppLocalizations {
String get settings_debug => 'Risoluzione dei problemi'; String get settings_debug => 'Risoluzione dei problemi';
@override @override
String get settings_bleDebugLog => 'Log di Debug BLE'; String get settings_companionDebugLog => 'Companion Debug Log';
@override @override
String get settings_bleDebugLogSubtitle => String get settings_companionDebugLogSubtitle =>
'Comandi, risposte e dati grezzi BLE'; 'BLE/TCP/USB commands, responses, and raw data';
@override @override
String get settings_appDebugLog => 'Log di Debug dell\'App'; String get settings_appDebugLog => 'Log di Debug dell\'App';
+3 -2
View File
@@ -470,10 +470,11 @@ class AppLocalizationsJa extends AppLocalizations {
String get settings_debug => 'デバッグ'; String get settings_debug => 'デバッグ';
@override @override
String get settings_bleDebugLog => 'BLE デバッグログ'; String get settings_companionDebugLog => 'Companion Debug Log';
@override @override
String get settings_bleDebugLogSubtitle => 'BLEコマンド、応答、および生のデータ'; String get settings_companionDebugLogSubtitle =>
'BLE/TCP/USB commands, responses, and raw data';
@override @override
String get settings_appDebugLog => 'アプリケーションのデバッグログ'; String get settings_appDebugLog => 'アプリケーションのデバッグログ';
+3 -2
View File
@@ -470,10 +470,11 @@ class AppLocalizationsKo extends AppLocalizations {
String get settings_debug => '디버깅'; String get settings_debug => '디버깅';
@override @override
String get settings_bleDebugLog => 'BLE 디버그 로그'; String get settings_companionDebugLog => 'Companion Debug Log';
@override @override
String get settings_bleDebugLogSubtitle => 'BLE 명령어, 응답 및 원시 데이터'; String get settings_companionDebugLogSubtitle =>
'BLE/TCP/USB commands, responses, and raw data';
@override @override
String get settings_appDebugLog => '앱 디버깅 로그'; String get settings_appDebugLog => '앱 디버깅 로그';
+3 -3
View File
@@ -490,11 +490,11 @@ class AppLocalizationsNl extends AppLocalizations {
String get settings_debug => 'Foutopsporing'; String get settings_debug => 'Foutopsporing';
@override @override
String get settings_bleDebugLog => 'BLE Debug Log'; String get settings_companionDebugLog => 'Companion Debug Log';
@override @override
String get settings_bleDebugLogSubtitle => String get settings_companionDebugLogSubtitle =>
'BLE commando\'s, antwoorden en ruwe data'; 'BLE/TCP/USB commands, responses, and raw data';
@override @override
String get settings_appDebugLog => 'Debuglog van de app'; String get settings_appDebugLog => 'Debuglog van de app';
+3 -3
View File
@@ -498,11 +498,11 @@ class AppLocalizationsPl extends AppLocalizations {
String get settings_debug => 'Naprawianie błędów'; String get settings_debug => 'Naprawianie błędów';
@override @override
String get settings_bleDebugLog => 'Dziennik debugowania BLE'; String get settings_companionDebugLog => 'Companion Debug Log';
@override @override
String get settings_bleDebugLogSubtitle => String get settings_companionDebugLogSubtitle =>
'Polecenia BLE, odpowiedzi i surowe dane'; 'BLE/TCP/USB commands, responses, and raw data';
@override @override
String get settings_appDebugLog => 'Dziennik debugowania aplikacji'; String get settings_appDebugLog => 'Dziennik debugowania aplikacji';
+3 -3
View File
@@ -496,11 +496,11 @@ class AppLocalizationsPt extends AppLocalizations {
String get settings_debug => 'Depurar'; String get settings_debug => 'Depurar';
@override @override
String get settings_bleDebugLog => 'Log de Depuração BLE'; String get settings_companionDebugLog => 'Companion Debug Log';
@override @override
String get settings_bleDebugLogSubtitle => String get settings_companionDebugLogSubtitle =>
'Comandos, respostas e dados brutos do BLE'; 'BLE/TCP/USB commands, responses, and raw data';
@override @override
String get settings_appDebugLog => 'Log de Depuração do Aplicativo'; String get settings_appDebugLog => 'Log de Depuração do Aplicativo';
+3 -3
View File
@@ -495,11 +495,11 @@ class AppLocalizationsRu extends AppLocalizations {
String get settings_debug => 'Отладка'; String get settings_debug => 'Отладка';
@override @override
String get settings_bleDebugLog => 'Журнал отладки BLE'; String get settings_companionDebugLog => 'Companion Debug Log';
@override @override
String get settings_bleDebugLogSubtitle => String get settings_companionDebugLogSubtitle =>
'Команды BLE, ответы и сырые данные'; 'BLE/TCP/USB commands, responses, and raw data';
@override @override
String get settings_appDebugLog => 'Журнал отладки приложения'; String get settings_appDebugLog => 'Журнал отладки приложения';
+3 -3
View File
@@ -490,11 +490,11 @@ class AppLocalizationsSk extends AppLocalizations {
String get settings_debug => 'Ladenie'; String get settings_debug => 'Ladenie';
@override @override
String get settings_bleDebugLog => 'Log BLE Debug'; String get settings_companionDebugLog => 'Companion Debug Log';
@override @override
String get settings_bleDebugLogSubtitle => String get settings_companionDebugLogSubtitle =>
'Príkazy BLE, odpovede a surové dáta'; 'BLE/TCP/USB commands, responses, and raw data';
@override @override
String get settings_appDebugLog => 'Záznam ladenia aplikácie'; String get settings_appDebugLog => 'Záznam ladenia aplikácie';
+3 -3
View File
@@ -488,11 +488,11 @@ class AppLocalizationsSl extends AppLocalizations {
String get settings_debug => 'Odpravljanje napak'; String get settings_debug => 'Odpravljanje napak';
@override @override
String get settings_bleDebugLog => 'BLE debug log (razhroščevanje)'; String get settings_companionDebugLog => 'Companion Debug Log';
@override @override
String get settings_bleDebugLogSubtitle => String get settings_companionDebugLogSubtitle =>
'BLE ukazi, odgovori in surovi podatki'; 'BLE/TCP/USB commands, responses, and raw data';
@override @override
String get settings_appDebugLog => 'Logi aplikacije'; String get settings_appDebugLog => 'Logi aplikacije';
+3 -2
View File
@@ -485,10 +485,11 @@ class AppLocalizationsSv extends AppLocalizations {
String get settings_debug => 'Felsök'; String get settings_debug => 'Felsök';
@override @override
String get settings_bleDebugLog => 'BLE-felsökning'; String get settings_companionDebugLog => 'Companion Debug Log';
@override @override
String get settings_bleDebugLogSubtitle => 'BLE-kommandon, svar och rådata'; String get settings_companionDebugLogSubtitle =>
'BLE/TCP/USB commands, responses, and raw data';
@override @override
String get settings_appDebugLog => 'Appfelsökning'; String get settings_appDebugLog => 'Appfelsökning';
+3 -3
View File
@@ -492,11 +492,11 @@ class AppLocalizationsUk extends AppLocalizations {
String get settings_debug => 'Налагодження'; String get settings_debug => 'Налагодження';
@override @override
String get settings_bleDebugLog => 'Журнал налагодження BLE'; String get settings_companionDebugLog => 'Companion Debug Log';
@override @override
String get settings_bleDebugLogSubtitle => String get settings_companionDebugLogSubtitle =>
'Команди BLE, відповіді та необроблені дані'; 'BLE/TCP/USB commands, responses, and raw data';
@override @override
String get settings_appDebugLog => 'Журнал налагодження застосунку'; String get settings_appDebugLog => 'Журнал налагодження застосунку';
+3 -2
View File
@@ -463,10 +463,11 @@ class AppLocalizationsZh extends AppLocalizations {
String get settings_debug => '调试'; String get settings_debug => '调试';
@override @override
String get settings_bleDebugLog => 'BLE 调试日志'; String get settings_companionDebugLog => 'Companion Debug Log';
@override @override
String get settings_bleDebugLogSubtitle => 'BLE 命令、响应和原始数据'; String get settings_companionDebugLogSubtitle =>
'BLE/TCP/USB commands, responses, and raw data';
@override @override
String get settings_appDebugLog => '应用调试日志'; String get settings_appDebugLog => '应用调试日志';
+2 -2
View File
@@ -417,8 +417,8 @@ class _SettingsScreenState extends State<SettingsScreen> {
), ),
ListTile( ListTile(
leading: const Icon(Icons.bluetooth_outlined), leading: const Icon(Icons.bluetooth_outlined),
title: Text(l10n.settings_bleDebugLog), title: Text(l10n.settings_companionDebugLog),
subtitle: Text(l10n.settings_bleDebugLogSubtitle), subtitle: Text(l10n.settings_companionDebugLogSubtitle),
trailing: const Icon(Icons.chevron_right), trailing: const Icon(Icons.chevron_right),
onTap: () { onTap: () {
Navigator.push( Navigator.push(
+34
View File
@@ -1,85 +1,119 @@
{ {
"bg": [ "bg": [
"settings_companionDebugLog",
"settings_companionDebugLogSubtitle",
"chat_markAsUnread", "chat_markAsUnread",
"chat_newMessages" "chat_newMessages"
], ],
"de": [ "de": [
"settings_companionDebugLog",
"settings_companionDebugLogSubtitle",
"chat_markAsUnread", "chat_markAsUnread",
"chat_newMessages" "chat_newMessages"
], ],
"es": [ "es": [
"settings_companionDebugLog",
"settings_companionDebugLogSubtitle",
"chat_markAsUnread", "chat_markAsUnread",
"chat_newMessages" "chat_newMessages"
], ],
"fr": [ "fr": [
"settings_companionDebugLog",
"settings_companionDebugLogSubtitle",
"chat_markAsUnread", "chat_markAsUnread",
"chat_newMessages" "chat_newMessages"
], ],
"hu": [ "hu": [
"settings_companionDebugLog",
"settings_companionDebugLogSubtitle",
"chat_markAsUnread", "chat_markAsUnread",
"chat_newMessages" "chat_newMessages"
], ],
"it": [ "it": [
"settings_companionDebugLog",
"settings_companionDebugLogSubtitle",
"chat_markAsUnread", "chat_markAsUnread",
"chat_newMessages" "chat_newMessages"
], ],
"ja": [ "ja": [
"settings_companionDebugLog",
"settings_companionDebugLogSubtitle",
"chat_markAsUnread", "chat_markAsUnread",
"chat_newMessages" "chat_newMessages"
], ],
"ko": [ "ko": [
"settings_companionDebugLog",
"settings_companionDebugLogSubtitle",
"chat_markAsUnread", "chat_markAsUnread",
"chat_newMessages" "chat_newMessages"
], ],
"nl": [ "nl": [
"settings_companionDebugLog",
"settings_companionDebugLogSubtitle",
"chat_markAsUnread", "chat_markAsUnread",
"chat_newMessages" "chat_newMessages"
], ],
"pl": [ "pl": [
"settings_companionDebugLog",
"settings_companionDebugLogSubtitle",
"chat_markAsUnread", "chat_markAsUnread",
"chat_newMessages" "chat_newMessages"
], ],
"pt": [ "pt": [
"settings_companionDebugLog",
"settings_companionDebugLogSubtitle",
"chat_markAsUnread", "chat_markAsUnread",
"chat_newMessages" "chat_newMessages"
], ],
"ru": [ "ru": [
"settings_companionDebugLog",
"settings_companionDebugLogSubtitle",
"chat_markAsUnread", "chat_markAsUnread",
"chat_newMessages" "chat_newMessages"
], ],
"sk": [ "sk": [
"settings_companionDebugLog",
"settings_companionDebugLogSubtitle",
"chat_markAsUnread", "chat_markAsUnread",
"chat_newMessages" "chat_newMessages"
], ],
"sl": [ "sl": [
"settings_companionDebugLog",
"settings_companionDebugLogSubtitle",
"chat_markAsUnread", "chat_markAsUnread",
"chat_newMessages" "chat_newMessages"
], ],
"sv": [ "sv": [
"settings_companionDebugLog",
"settings_companionDebugLogSubtitle",
"chat_markAsUnread", "chat_markAsUnread",
"chat_newMessages" "chat_newMessages"
], ],
"uk": [ "uk": [
"settings_companionDebugLog",
"settings_companionDebugLogSubtitle",
"chat_markAsUnread", "chat_markAsUnread",
"chat_newMessages" "chat_newMessages"
], ],
"zh": [ "zh": [
"settings_companionDebugLog",
"settings_companionDebugLogSubtitle",
"chat_markAsUnread", "chat_markAsUnread",
"chat_newMessages" "chat_newMessages"
] ]