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