mirror of
https://github.com/zjs81/meshcore-open.git
synced 2026-07-06 16:56:41 +10:00
Refactor UI code for better readability and consistency
- Improved formatting of ListTile icons and text styles in settings_screen.dart, telemetry_screen.dart, usb_screen.dart, gif_picker.dart, path_editor_sheet.dart, repeater_login_dialog.dart, and room_login_dialog.dart for better readability. - Consolidated TextStyle definitions into single lines where applicable. - Updated notification_service.dart to enhance readability of notification ID assignment. - Simplified function signatures in routing_sheet.dart for clarity. - Cleaned up test assertions in usb_flow_test.dart for conciseness. - Removed unused translations in untranslated.json to streamline localization files.
This commit is contained in:
+1
-987
@@ -1,987 +1 @@
|
||||
{
|
||||
"bg": [
|
||||
"common_undo",
|
||||
"messageStatus_sent",
|
||||
"messageStatus_delivered",
|
||||
"messageStatus_pending",
|
||||
"messageStatus_failed",
|
||||
"messageStatus_repeated",
|
||||
"contacts_moreOptions",
|
||||
"contacts_searchOpen",
|
||||
"contacts_searchClose",
|
||||
"routing_title",
|
||||
"routing_modeAuto",
|
||||
"routing_modeFlood",
|
||||
"routing_modeManual",
|
||||
"routing_modeAutoHint",
|
||||
"routing_modeFloodHint",
|
||||
"routing_modeManualHint",
|
||||
"routing_currentRoute",
|
||||
"routing_directNoHops",
|
||||
"routing_noPathYet",
|
||||
"routing_floodBroadcast",
|
||||
"routing_editPath",
|
||||
"routing_forgetPath",
|
||||
"routing_knownPaths",
|
||||
"routing_knownPathsHint",
|
||||
"routing_inUse",
|
||||
"routing_qualityStrong",
|
||||
"routing_qualityGood",
|
||||
"routing_qualityFair",
|
||||
"routing_qualityWorked",
|
||||
"routing_qualityFlood",
|
||||
"routing_qualityUntested",
|
||||
"routing_lastWorked",
|
||||
"routing_neverWorked",
|
||||
"routing_deliveryCounts",
|
||||
"routing_floodDelivery",
|
||||
"pathEditor_title",
|
||||
"pathEditor_hopCounter",
|
||||
"pathEditor_noHops",
|
||||
"pathEditor_addHops",
|
||||
"pathEditor_searchRepeaters",
|
||||
"pathEditor_advancedHex",
|
||||
"pathEditor_hexLabel",
|
||||
"pathEditor_hexHelper",
|
||||
"pathEditor_invalidTokens",
|
||||
"pathEditor_tooManyHops",
|
||||
"pathEditor_usePath",
|
||||
"pathEditor_removeHop",
|
||||
"pathEditor_unknownHop",
|
||||
"map_zoomIn",
|
||||
"map_zoomOut",
|
||||
"map_centerMap",
|
||||
"chrome_bluetoothRequiresChromium",
|
||||
"channels_communityShortId",
|
||||
"pathTrace_legendGpsConfirmed",
|
||||
"pathTrace_legendInferred"
|
||||
],
|
||||
|
||||
"de": [
|
||||
"common_undo",
|
||||
"messageStatus_sent",
|
||||
"messageStatus_delivered",
|
||||
"messageStatus_pending",
|
||||
"messageStatus_failed",
|
||||
"messageStatus_repeated",
|
||||
"contacts_moreOptions",
|
||||
"contacts_searchOpen",
|
||||
"contacts_searchClose",
|
||||
"routing_title",
|
||||
"routing_modeAuto",
|
||||
"routing_modeFlood",
|
||||
"routing_modeManual",
|
||||
"routing_modeAutoHint",
|
||||
"routing_modeFloodHint",
|
||||
"routing_modeManualHint",
|
||||
"routing_currentRoute",
|
||||
"routing_directNoHops",
|
||||
"routing_noPathYet",
|
||||
"routing_floodBroadcast",
|
||||
"routing_editPath",
|
||||
"routing_forgetPath",
|
||||
"routing_knownPaths",
|
||||
"routing_knownPathsHint",
|
||||
"routing_inUse",
|
||||
"routing_qualityStrong",
|
||||
"routing_qualityGood",
|
||||
"routing_qualityFair",
|
||||
"routing_qualityWorked",
|
||||
"routing_qualityFlood",
|
||||
"routing_qualityUntested",
|
||||
"routing_lastWorked",
|
||||
"routing_neverWorked",
|
||||
"routing_deliveryCounts",
|
||||
"routing_floodDelivery",
|
||||
"pathEditor_title",
|
||||
"pathEditor_hopCounter",
|
||||
"pathEditor_noHops",
|
||||
"pathEditor_addHops",
|
||||
"pathEditor_searchRepeaters",
|
||||
"pathEditor_advancedHex",
|
||||
"pathEditor_hexLabel",
|
||||
"pathEditor_hexHelper",
|
||||
"pathEditor_invalidTokens",
|
||||
"pathEditor_tooManyHops",
|
||||
"pathEditor_usePath",
|
||||
"pathEditor_removeHop",
|
||||
"pathEditor_unknownHop",
|
||||
"map_zoomIn",
|
||||
"map_zoomOut",
|
||||
"map_centerMap",
|
||||
"chrome_bluetoothRequiresChromium",
|
||||
"channels_communityShortId",
|
||||
"pathTrace_legendGpsConfirmed",
|
||||
"pathTrace_legendInferred"
|
||||
],
|
||||
|
||||
"es": [
|
||||
"common_undo",
|
||||
"messageStatus_sent",
|
||||
"messageStatus_delivered",
|
||||
"messageStatus_pending",
|
||||
"messageStatus_failed",
|
||||
"messageStatus_repeated",
|
||||
"contacts_moreOptions",
|
||||
"contacts_searchOpen",
|
||||
"contacts_searchClose",
|
||||
"routing_title",
|
||||
"routing_modeAuto",
|
||||
"routing_modeFlood",
|
||||
"routing_modeManual",
|
||||
"routing_modeAutoHint",
|
||||
"routing_modeFloodHint",
|
||||
"routing_modeManualHint",
|
||||
"routing_currentRoute",
|
||||
"routing_directNoHops",
|
||||
"routing_noPathYet",
|
||||
"routing_floodBroadcast",
|
||||
"routing_editPath",
|
||||
"routing_forgetPath",
|
||||
"routing_knownPaths",
|
||||
"routing_knownPathsHint",
|
||||
"routing_inUse",
|
||||
"routing_qualityStrong",
|
||||
"routing_qualityGood",
|
||||
"routing_qualityFair",
|
||||
"routing_qualityWorked",
|
||||
"routing_qualityFlood",
|
||||
"routing_qualityUntested",
|
||||
"routing_lastWorked",
|
||||
"routing_neverWorked",
|
||||
"routing_deliveryCounts",
|
||||
"routing_floodDelivery",
|
||||
"pathEditor_title",
|
||||
"pathEditor_hopCounter",
|
||||
"pathEditor_noHops",
|
||||
"pathEditor_addHops",
|
||||
"pathEditor_searchRepeaters",
|
||||
"pathEditor_advancedHex",
|
||||
"pathEditor_hexLabel",
|
||||
"pathEditor_hexHelper",
|
||||
"pathEditor_invalidTokens",
|
||||
"pathEditor_tooManyHops",
|
||||
"pathEditor_usePath",
|
||||
"pathEditor_removeHop",
|
||||
"pathEditor_unknownHop",
|
||||
"map_zoomIn",
|
||||
"map_zoomOut",
|
||||
"map_centerMap",
|
||||
"chrome_bluetoothRequiresChromium",
|
||||
"channels_communityShortId",
|
||||
"pathTrace_legendGpsConfirmed",
|
||||
"pathTrace_legendInferred"
|
||||
],
|
||||
|
||||
"fr": [
|
||||
"common_undo",
|
||||
"messageStatus_sent",
|
||||
"messageStatus_delivered",
|
||||
"messageStatus_pending",
|
||||
"messageStatus_failed",
|
||||
"messageStatus_repeated",
|
||||
"contacts_moreOptions",
|
||||
"contacts_searchOpen",
|
||||
"contacts_searchClose",
|
||||
"routing_title",
|
||||
"routing_modeAuto",
|
||||
"routing_modeFlood",
|
||||
"routing_modeManual",
|
||||
"routing_modeAutoHint",
|
||||
"routing_modeFloodHint",
|
||||
"routing_modeManualHint",
|
||||
"routing_currentRoute",
|
||||
"routing_directNoHops",
|
||||
"routing_noPathYet",
|
||||
"routing_floodBroadcast",
|
||||
"routing_editPath",
|
||||
"routing_forgetPath",
|
||||
"routing_knownPaths",
|
||||
"routing_knownPathsHint",
|
||||
"routing_inUse",
|
||||
"routing_qualityStrong",
|
||||
"routing_qualityGood",
|
||||
"routing_qualityFair",
|
||||
"routing_qualityWorked",
|
||||
"routing_qualityFlood",
|
||||
"routing_qualityUntested",
|
||||
"routing_lastWorked",
|
||||
"routing_neverWorked",
|
||||
"routing_deliveryCounts",
|
||||
"routing_floodDelivery",
|
||||
"pathEditor_title",
|
||||
"pathEditor_hopCounter",
|
||||
"pathEditor_noHops",
|
||||
"pathEditor_addHops",
|
||||
"pathEditor_searchRepeaters",
|
||||
"pathEditor_advancedHex",
|
||||
"pathEditor_hexLabel",
|
||||
"pathEditor_hexHelper",
|
||||
"pathEditor_invalidTokens",
|
||||
"pathEditor_tooManyHops",
|
||||
"pathEditor_usePath",
|
||||
"pathEditor_removeHop",
|
||||
"pathEditor_unknownHop",
|
||||
"map_zoomIn",
|
||||
"map_zoomOut",
|
||||
"map_centerMap",
|
||||
"chrome_bluetoothRequiresChromium",
|
||||
"channels_communityShortId",
|
||||
"pathTrace_legendGpsConfirmed",
|
||||
"pathTrace_legendInferred"
|
||||
],
|
||||
|
||||
"hu": [
|
||||
"common_undo",
|
||||
"messageStatus_sent",
|
||||
"messageStatus_delivered",
|
||||
"messageStatus_pending",
|
||||
"messageStatus_failed",
|
||||
"messageStatus_repeated",
|
||||
"contacts_moreOptions",
|
||||
"contacts_searchOpen",
|
||||
"contacts_searchClose",
|
||||
"routing_title",
|
||||
"routing_modeAuto",
|
||||
"routing_modeFlood",
|
||||
"routing_modeManual",
|
||||
"routing_modeAutoHint",
|
||||
"routing_modeFloodHint",
|
||||
"routing_modeManualHint",
|
||||
"routing_currentRoute",
|
||||
"routing_directNoHops",
|
||||
"routing_noPathYet",
|
||||
"routing_floodBroadcast",
|
||||
"routing_editPath",
|
||||
"routing_forgetPath",
|
||||
"routing_knownPaths",
|
||||
"routing_knownPathsHint",
|
||||
"routing_inUse",
|
||||
"routing_qualityStrong",
|
||||
"routing_qualityGood",
|
||||
"routing_qualityFair",
|
||||
"routing_qualityWorked",
|
||||
"routing_qualityFlood",
|
||||
"routing_qualityUntested",
|
||||
"routing_lastWorked",
|
||||
"routing_neverWorked",
|
||||
"routing_deliveryCounts",
|
||||
"routing_floodDelivery",
|
||||
"pathEditor_title",
|
||||
"pathEditor_hopCounter",
|
||||
"pathEditor_noHops",
|
||||
"pathEditor_addHops",
|
||||
"pathEditor_searchRepeaters",
|
||||
"pathEditor_advancedHex",
|
||||
"pathEditor_hexLabel",
|
||||
"pathEditor_hexHelper",
|
||||
"pathEditor_invalidTokens",
|
||||
"pathEditor_tooManyHops",
|
||||
"pathEditor_usePath",
|
||||
"pathEditor_removeHop",
|
||||
"pathEditor_unknownHop",
|
||||
"map_zoomIn",
|
||||
"map_zoomOut",
|
||||
"map_centerMap",
|
||||
"chrome_bluetoothRequiresChromium",
|
||||
"channels_communityShortId",
|
||||
"pathTrace_legendGpsConfirmed",
|
||||
"pathTrace_legendInferred"
|
||||
],
|
||||
|
||||
"it": [
|
||||
"common_undo",
|
||||
"messageStatus_sent",
|
||||
"messageStatus_delivered",
|
||||
"messageStatus_pending",
|
||||
"messageStatus_failed",
|
||||
"messageStatus_repeated",
|
||||
"contacts_moreOptions",
|
||||
"contacts_searchOpen",
|
||||
"contacts_searchClose",
|
||||
"routing_title",
|
||||
"routing_modeAuto",
|
||||
"routing_modeFlood",
|
||||
"routing_modeManual",
|
||||
"routing_modeAutoHint",
|
||||
"routing_modeFloodHint",
|
||||
"routing_modeManualHint",
|
||||
"routing_currentRoute",
|
||||
"routing_directNoHops",
|
||||
"routing_noPathYet",
|
||||
"routing_floodBroadcast",
|
||||
"routing_editPath",
|
||||
"routing_forgetPath",
|
||||
"routing_knownPaths",
|
||||
"routing_knownPathsHint",
|
||||
"routing_inUse",
|
||||
"routing_qualityStrong",
|
||||
"routing_qualityGood",
|
||||
"routing_qualityFair",
|
||||
"routing_qualityWorked",
|
||||
"routing_qualityFlood",
|
||||
"routing_qualityUntested",
|
||||
"routing_lastWorked",
|
||||
"routing_neverWorked",
|
||||
"routing_deliveryCounts",
|
||||
"routing_floodDelivery",
|
||||
"pathEditor_title",
|
||||
"pathEditor_hopCounter",
|
||||
"pathEditor_noHops",
|
||||
"pathEditor_addHops",
|
||||
"pathEditor_searchRepeaters",
|
||||
"pathEditor_advancedHex",
|
||||
"pathEditor_hexLabel",
|
||||
"pathEditor_hexHelper",
|
||||
"pathEditor_invalidTokens",
|
||||
"pathEditor_tooManyHops",
|
||||
"pathEditor_usePath",
|
||||
"pathEditor_removeHop",
|
||||
"pathEditor_unknownHop",
|
||||
"map_zoomIn",
|
||||
"map_zoomOut",
|
||||
"map_centerMap",
|
||||
"chrome_bluetoothRequiresChromium",
|
||||
"channels_communityShortId",
|
||||
"pathTrace_legendGpsConfirmed",
|
||||
"pathTrace_legendInferred"
|
||||
],
|
||||
|
||||
"ja": [
|
||||
"common_undo",
|
||||
"messageStatus_sent",
|
||||
"messageStatus_delivered",
|
||||
"messageStatus_pending",
|
||||
"messageStatus_failed",
|
||||
"messageStatus_repeated",
|
||||
"contacts_moreOptions",
|
||||
"contacts_searchOpen",
|
||||
"contacts_searchClose",
|
||||
"routing_title",
|
||||
"routing_modeAuto",
|
||||
"routing_modeFlood",
|
||||
"routing_modeManual",
|
||||
"routing_modeAutoHint",
|
||||
"routing_modeFloodHint",
|
||||
"routing_modeManualHint",
|
||||
"routing_currentRoute",
|
||||
"routing_directNoHops",
|
||||
"routing_noPathYet",
|
||||
"routing_floodBroadcast",
|
||||
"routing_editPath",
|
||||
"routing_forgetPath",
|
||||
"routing_knownPaths",
|
||||
"routing_knownPathsHint",
|
||||
"routing_inUse",
|
||||
"routing_qualityStrong",
|
||||
"routing_qualityGood",
|
||||
"routing_qualityFair",
|
||||
"routing_qualityWorked",
|
||||
"routing_qualityFlood",
|
||||
"routing_qualityUntested",
|
||||
"routing_lastWorked",
|
||||
"routing_neverWorked",
|
||||
"routing_deliveryCounts",
|
||||
"routing_floodDelivery",
|
||||
"pathEditor_title",
|
||||
"pathEditor_hopCounter",
|
||||
"pathEditor_noHops",
|
||||
"pathEditor_addHops",
|
||||
"pathEditor_searchRepeaters",
|
||||
"pathEditor_advancedHex",
|
||||
"pathEditor_hexLabel",
|
||||
"pathEditor_hexHelper",
|
||||
"pathEditor_invalidTokens",
|
||||
"pathEditor_tooManyHops",
|
||||
"pathEditor_usePath",
|
||||
"pathEditor_removeHop",
|
||||
"pathEditor_unknownHop",
|
||||
"map_zoomIn",
|
||||
"map_zoomOut",
|
||||
"map_centerMap",
|
||||
"chrome_bluetoothRequiresChromium",
|
||||
"channels_communityShortId",
|
||||
"pathTrace_legendGpsConfirmed",
|
||||
"pathTrace_legendInferred"
|
||||
],
|
||||
|
||||
"ko": [
|
||||
"common_undo",
|
||||
"messageStatus_sent",
|
||||
"messageStatus_delivered",
|
||||
"messageStatus_pending",
|
||||
"messageStatus_failed",
|
||||
"messageStatus_repeated",
|
||||
"contacts_moreOptions",
|
||||
"contacts_searchOpen",
|
||||
"contacts_searchClose",
|
||||
"routing_title",
|
||||
"routing_modeAuto",
|
||||
"routing_modeFlood",
|
||||
"routing_modeManual",
|
||||
"routing_modeAutoHint",
|
||||
"routing_modeFloodHint",
|
||||
"routing_modeManualHint",
|
||||
"routing_currentRoute",
|
||||
"routing_directNoHops",
|
||||
"routing_noPathYet",
|
||||
"routing_floodBroadcast",
|
||||
"routing_editPath",
|
||||
"routing_forgetPath",
|
||||
"routing_knownPaths",
|
||||
"routing_knownPathsHint",
|
||||
"routing_inUse",
|
||||
"routing_qualityStrong",
|
||||
"routing_qualityGood",
|
||||
"routing_qualityFair",
|
||||
"routing_qualityWorked",
|
||||
"routing_qualityFlood",
|
||||
"routing_qualityUntested",
|
||||
"routing_lastWorked",
|
||||
"routing_neverWorked",
|
||||
"routing_deliveryCounts",
|
||||
"routing_floodDelivery",
|
||||
"pathEditor_title",
|
||||
"pathEditor_hopCounter",
|
||||
"pathEditor_noHops",
|
||||
"pathEditor_addHops",
|
||||
"pathEditor_searchRepeaters",
|
||||
"pathEditor_advancedHex",
|
||||
"pathEditor_hexLabel",
|
||||
"pathEditor_hexHelper",
|
||||
"pathEditor_invalidTokens",
|
||||
"pathEditor_tooManyHops",
|
||||
"pathEditor_usePath",
|
||||
"pathEditor_removeHop",
|
||||
"pathEditor_unknownHop",
|
||||
"map_zoomIn",
|
||||
"map_zoomOut",
|
||||
"map_centerMap",
|
||||
"chrome_bluetoothRequiresChromium",
|
||||
"channels_communityShortId",
|
||||
"pathTrace_legendGpsConfirmed",
|
||||
"pathTrace_legendInferred"
|
||||
],
|
||||
|
||||
"nl": [
|
||||
"common_undo",
|
||||
"messageStatus_sent",
|
||||
"messageStatus_delivered",
|
||||
"messageStatus_pending",
|
||||
"messageStatus_failed",
|
||||
"messageStatus_repeated",
|
||||
"contacts_moreOptions",
|
||||
"contacts_searchOpen",
|
||||
"contacts_searchClose",
|
||||
"routing_title",
|
||||
"routing_modeAuto",
|
||||
"routing_modeFlood",
|
||||
"routing_modeManual",
|
||||
"routing_modeAutoHint",
|
||||
"routing_modeFloodHint",
|
||||
"routing_modeManualHint",
|
||||
"routing_currentRoute",
|
||||
"routing_directNoHops",
|
||||
"routing_noPathYet",
|
||||
"routing_floodBroadcast",
|
||||
"routing_editPath",
|
||||
"routing_forgetPath",
|
||||
"routing_knownPaths",
|
||||
"routing_knownPathsHint",
|
||||
"routing_inUse",
|
||||
"routing_qualityStrong",
|
||||
"routing_qualityGood",
|
||||
"routing_qualityFair",
|
||||
"routing_qualityWorked",
|
||||
"routing_qualityFlood",
|
||||
"routing_qualityUntested",
|
||||
"routing_lastWorked",
|
||||
"routing_neverWorked",
|
||||
"routing_deliveryCounts",
|
||||
"routing_floodDelivery",
|
||||
"pathEditor_title",
|
||||
"pathEditor_hopCounter",
|
||||
"pathEditor_noHops",
|
||||
"pathEditor_addHops",
|
||||
"pathEditor_searchRepeaters",
|
||||
"pathEditor_advancedHex",
|
||||
"pathEditor_hexLabel",
|
||||
"pathEditor_hexHelper",
|
||||
"pathEditor_invalidTokens",
|
||||
"pathEditor_tooManyHops",
|
||||
"pathEditor_usePath",
|
||||
"pathEditor_removeHop",
|
||||
"pathEditor_unknownHop",
|
||||
"map_zoomIn",
|
||||
"map_zoomOut",
|
||||
"map_centerMap",
|
||||
"chrome_bluetoothRequiresChromium",
|
||||
"channels_communityShortId",
|
||||
"pathTrace_legendGpsConfirmed",
|
||||
"pathTrace_legendInferred"
|
||||
],
|
||||
|
||||
"pl": [
|
||||
"common_undo",
|
||||
"messageStatus_sent",
|
||||
"messageStatus_delivered",
|
||||
"messageStatus_pending",
|
||||
"messageStatus_failed",
|
||||
"messageStatus_repeated",
|
||||
"contacts_moreOptions",
|
||||
"contacts_searchOpen",
|
||||
"contacts_searchClose",
|
||||
"routing_title",
|
||||
"routing_modeAuto",
|
||||
"routing_modeFlood",
|
||||
"routing_modeManual",
|
||||
"routing_modeAutoHint",
|
||||
"routing_modeFloodHint",
|
||||
"routing_modeManualHint",
|
||||
"routing_currentRoute",
|
||||
"routing_directNoHops",
|
||||
"routing_noPathYet",
|
||||
"routing_floodBroadcast",
|
||||
"routing_editPath",
|
||||
"routing_forgetPath",
|
||||
"routing_knownPaths",
|
||||
"routing_knownPathsHint",
|
||||
"routing_inUse",
|
||||
"routing_qualityStrong",
|
||||
"routing_qualityGood",
|
||||
"routing_qualityFair",
|
||||
"routing_qualityWorked",
|
||||
"routing_qualityFlood",
|
||||
"routing_qualityUntested",
|
||||
"routing_lastWorked",
|
||||
"routing_neverWorked",
|
||||
"routing_deliveryCounts",
|
||||
"routing_floodDelivery",
|
||||
"pathEditor_title",
|
||||
"pathEditor_hopCounter",
|
||||
"pathEditor_noHops",
|
||||
"pathEditor_addHops",
|
||||
"pathEditor_searchRepeaters",
|
||||
"pathEditor_advancedHex",
|
||||
"pathEditor_hexLabel",
|
||||
"pathEditor_hexHelper",
|
||||
"pathEditor_invalidTokens",
|
||||
"pathEditor_tooManyHops",
|
||||
"pathEditor_usePath",
|
||||
"pathEditor_removeHop",
|
||||
"pathEditor_unknownHop",
|
||||
"map_zoomIn",
|
||||
"map_zoomOut",
|
||||
"map_centerMap",
|
||||
"chrome_bluetoothRequiresChromium",
|
||||
"channels_communityShortId",
|
||||
"pathTrace_legendGpsConfirmed",
|
||||
"pathTrace_legendInferred"
|
||||
],
|
||||
|
||||
"pt": [
|
||||
"common_undo",
|
||||
"messageStatus_sent",
|
||||
"messageStatus_delivered",
|
||||
"messageStatus_pending",
|
||||
"messageStatus_failed",
|
||||
"messageStatus_repeated",
|
||||
"contacts_moreOptions",
|
||||
"contacts_searchOpen",
|
||||
"contacts_searchClose",
|
||||
"routing_title",
|
||||
"routing_modeAuto",
|
||||
"routing_modeFlood",
|
||||
"routing_modeManual",
|
||||
"routing_modeAutoHint",
|
||||
"routing_modeFloodHint",
|
||||
"routing_modeManualHint",
|
||||
"routing_currentRoute",
|
||||
"routing_directNoHops",
|
||||
"routing_noPathYet",
|
||||
"routing_floodBroadcast",
|
||||
"routing_editPath",
|
||||
"routing_forgetPath",
|
||||
"routing_knownPaths",
|
||||
"routing_knownPathsHint",
|
||||
"routing_inUse",
|
||||
"routing_qualityStrong",
|
||||
"routing_qualityGood",
|
||||
"routing_qualityFair",
|
||||
"routing_qualityWorked",
|
||||
"routing_qualityFlood",
|
||||
"routing_qualityUntested",
|
||||
"routing_lastWorked",
|
||||
"routing_neverWorked",
|
||||
"routing_deliveryCounts",
|
||||
"routing_floodDelivery",
|
||||
"pathEditor_title",
|
||||
"pathEditor_hopCounter",
|
||||
"pathEditor_noHops",
|
||||
"pathEditor_addHops",
|
||||
"pathEditor_searchRepeaters",
|
||||
"pathEditor_advancedHex",
|
||||
"pathEditor_hexLabel",
|
||||
"pathEditor_hexHelper",
|
||||
"pathEditor_invalidTokens",
|
||||
"pathEditor_tooManyHops",
|
||||
"pathEditor_usePath",
|
||||
"pathEditor_removeHop",
|
||||
"pathEditor_unknownHop",
|
||||
"map_zoomIn",
|
||||
"map_zoomOut",
|
||||
"map_centerMap",
|
||||
"chrome_bluetoothRequiresChromium",
|
||||
"channels_communityShortId",
|
||||
"pathTrace_legendGpsConfirmed",
|
||||
"pathTrace_legendInferred"
|
||||
],
|
||||
|
||||
"ru": [
|
||||
"common_undo",
|
||||
"messageStatus_sent",
|
||||
"messageStatus_delivered",
|
||||
"messageStatus_pending",
|
||||
"messageStatus_failed",
|
||||
"messageStatus_repeated",
|
||||
"contacts_moreOptions",
|
||||
"contacts_searchOpen",
|
||||
"contacts_searchClose",
|
||||
"routing_title",
|
||||
"routing_modeAuto",
|
||||
"routing_modeFlood",
|
||||
"routing_modeManual",
|
||||
"routing_modeAutoHint",
|
||||
"routing_modeFloodHint",
|
||||
"routing_modeManualHint",
|
||||
"routing_currentRoute",
|
||||
"routing_directNoHops",
|
||||
"routing_noPathYet",
|
||||
"routing_floodBroadcast",
|
||||
"routing_editPath",
|
||||
"routing_forgetPath",
|
||||
"routing_knownPaths",
|
||||
"routing_knownPathsHint",
|
||||
"routing_inUse",
|
||||
"routing_qualityStrong",
|
||||
"routing_qualityGood",
|
||||
"routing_qualityFair",
|
||||
"routing_qualityWorked",
|
||||
"routing_qualityFlood",
|
||||
"routing_qualityUntested",
|
||||
"routing_lastWorked",
|
||||
"routing_neverWorked",
|
||||
"routing_deliveryCounts",
|
||||
"routing_floodDelivery",
|
||||
"pathEditor_title",
|
||||
"pathEditor_hopCounter",
|
||||
"pathEditor_noHops",
|
||||
"pathEditor_addHops",
|
||||
"pathEditor_searchRepeaters",
|
||||
"pathEditor_advancedHex",
|
||||
"pathEditor_hexLabel",
|
||||
"pathEditor_hexHelper",
|
||||
"pathEditor_invalidTokens",
|
||||
"pathEditor_tooManyHops",
|
||||
"pathEditor_usePath",
|
||||
"pathEditor_removeHop",
|
||||
"pathEditor_unknownHop",
|
||||
"map_zoomIn",
|
||||
"map_zoomOut",
|
||||
"map_centerMap",
|
||||
"chrome_bluetoothRequiresChromium",
|
||||
"channels_communityShortId",
|
||||
"pathTrace_legendGpsConfirmed",
|
||||
"pathTrace_legendInferred"
|
||||
],
|
||||
|
||||
"sk": [
|
||||
"common_undo",
|
||||
"messageStatus_sent",
|
||||
"messageStatus_delivered",
|
||||
"messageStatus_pending",
|
||||
"messageStatus_failed",
|
||||
"messageStatus_repeated",
|
||||
"contacts_moreOptions",
|
||||
"contacts_searchOpen",
|
||||
"contacts_searchClose",
|
||||
"routing_title",
|
||||
"routing_modeAuto",
|
||||
"routing_modeFlood",
|
||||
"routing_modeManual",
|
||||
"routing_modeAutoHint",
|
||||
"routing_modeFloodHint",
|
||||
"routing_modeManualHint",
|
||||
"routing_currentRoute",
|
||||
"routing_directNoHops",
|
||||
"routing_noPathYet",
|
||||
"routing_floodBroadcast",
|
||||
"routing_editPath",
|
||||
"routing_forgetPath",
|
||||
"routing_knownPaths",
|
||||
"routing_knownPathsHint",
|
||||
"routing_inUse",
|
||||
"routing_qualityStrong",
|
||||
"routing_qualityGood",
|
||||
"routing_qualityFair",
|
||||
"routing_qualityWorked",
|
||||
"routing_qualityFlood",
|
||||
"routing_qualityUntested",
|
||||
"routing_lastWorked",
|
||||
"routing_neverWorked",
|
||||
"routing_deliveryCounts",
|
||||
"routing_floodDelivery",
|
||||
"pathEditor_title",
|
||||
"pathEditor_hopCounter",
|
||||
"pathEditor_noHops",
|
||||
"pathEditor_addHops",
|
||||
"pathEditor_searchRepeaters",
|
||||
"pathEditor_advancedHex",
|
||||
"pathEditor_hexLabel",
|
||||
"pathEditor_hexHelper",
|
||||
"pathEditor_invalidTokens",
|
||||
"pathEditor_tooManyHops",
|
||||
"pathEditor_usePath",
|
||||
"pathEditor_removeHop",
|
||||
"pathEditor_unknownHop",
|
||||
"map_zoomIn",
|
||||
"map_zoomOut",
|
||||
"map_centerMap",
|
||||
"chrome_bluetoothRequiresChromium",
|
||||
"channels_communityShortId",
|
||||
"pathTrace_legendGpsConfirmed",
|
||||
"pathTrace_legendInferred"
|
||||
],
|
||||
|
||||
"sl": [
|
||||
"common_undo",
|
||||
"messageStatus_sent",
|
||||
"messageStatus_delivered",
|
||||
"messageStatus_pending",
|
||||
"messageStatus_failed",
|
||||
"messageStatus_repeated",
|
||||
"contacts_moreOptions",
|
||||
"contacts_searchOpen",
|
||||
"contacts_searchClose",
|
||||
"routing_title",
|
||||
"routing_modeAuto",
|
||||
"routing_modeFlood",
|
||||
"routing_modeManual",
|
||||
"routing_modeAutoHint",
|
||||
"routing_modeFloodHint",
|
||||
"routing_modeManualHint",
|
||||
"routing_currentRoute",
|
||||
"routing_directNoHops",
|
||||
"routing_noPathYet",
|
||||
"routing_floodBroadcast",
|
||||
"routing_editPath",
|
||||
"routing_forgetPath",
|
||||
"routing_knownPaths",
|
||||
"routing_knownPathsHint",
|
||||
"routing_inUse",
|
||||
"routing_qualityStrong",
|
||||
"routing_qualityGood",
|
||||
"routing_qualityFair",
|
||||
"routing_qualityWorked",
|
||||
"routing_qualityFlood",
|
||||
"routing_qualityUntested",
|
||||
"routing_lastWorked",
|
||||
"routing_neverWorked",
|
||||
"routing_deliveryCounts",
|
||||
"routing_floodDelivery",
|
||||
"pathEditor_title",
|
||||
"pathEditor_hopCounter",
|
||||
"pathEditor_noHops",
|
||||
"pathEditor_addHops",
|
||||
"pathEditor_searchRepeaters",
|
||||
"pathEditor_advancedHex",
|
||||
"pathEditor_hexLabel",
|
||||
"pathEditor_hexHelper",
|
||||
"pathEditor_invalidTokens",
|
||||
"pathEditor_tooManyHops",
|
||||
"pathEditor_usePath",
|
||||
"pathEditor_removeHop",
|
||||
"pathEditor_unknownHop",
|
||||
"map_zoomIn",
|
||||
"map_zoomOut",
|
||||
"map_centerMap",
|
||||
"chrome_bluetoothRequiresChromium",
|
||||
"channels_communityShortId",
|
||||
"pathTrace_legendGpsConfirmed",
|
||||
"pathTrace_legendInferred"
|
||||
],
|
||||
|
||||
"sv": [
|
||||
"common_undo",
|
||||
"messageStatus_sent",
|
||||
"messageStatus_delivered",
|
||||
"messageStatus_pending",
|
||||
"messageStatus_failed",
|
||||
"messageStatus_repeated",
|
||||
"contacts_moreOptions",
|
||||
"contacts_searchOpen",
|
||||
"contacts_searchClose",
|
||||
"routing_title",
|
||||
"routing_modeAuto",
|
||||
"routing_modeFlood",
|
||||
"routing_modeManual",
|
||||
"routing_modeAutoHint",
|
||||
"routing_modeFloodHint",
|
||||
"routing_modeManualHint",
|
||||
"routing_currentRoute",
|
||||
"routing_directNoHops",
|
||||
"routing_noPathYet",
|
||||
"routing_floodBroadcast",
|
||||
"routing_editPath",
|
||||
"routing_forgetPath",
|
||||
"routing_knownPaths",
|
||||
"routing_knownPathsHint",
|
||||
"routing_inUse",
|
||||
"routing_qualityStrong",
|
||||
"routing_qualityGood",
|
||||
"routing_qualityFair",
|
||||
"routing_qualityWorked",
|
||||
"routing_qualityFlood",
|
||||
"routing_qualityUntested",
|
||||
"routing_lastWorked",
|
||||
"routing_neverWorked",
|
||||
"routing_deliveryCounts",
|
||||
"routing_floodDelivery",
|
||||
"pathEditor_title",
|
||||
"pathEditor_hopCounter",
|
||||
"pathEditor_noHops",
|
||||
"pathEditor_addHops",
|
||||
"pathEditor_searchRepeaters",
|
||||
"pathEditor_advancedHex",
|
||||
"pathEditor_hexLabel",
|
||||
"pathEditor_hexHelper",
|
||||
"pathEditor_invalidTokens",
|
||||
"pathEditor_tooManyHops",
|
||||
"pathEditor_usePath",
|
||||
"pathEditor_removeHop",
|
||||
"pathEditor_unknownHop",
|
||||
"map_zoomIn",
|
||||
"map_zoomOut",
|
||||
"map_centerMap",
|
||||
"chrome_bluetoothRequiresChromium",
|
||||
"channels_communityShortId",
|
||||
"pathTrace_legendGpsConfirmed",
|
||||
"pathTrace_legendInferred"
|
||||
],
|
||||
|
||||
"uk": [
|
||||
"common_undo",
|
||||
"messageStatus_sent",
|
||||
"messageStatus_delivered",
|
||||
"messageStatus_pending",
|
||||
"messageStatus_failed",
|
||||
"messageStatus_repeated",
|
||||
"contacts_moreOptions",
|
||||
"contacts_searchOpen",
|
||||
"contacts_searchClose",
|
||||
"routing_title",
|
||||
"routing_modeAuto",
|
||||
"routing_modeFlood",
|
||||
"routing_modeManual",
|
||||
"routing_modeAutoHint",
|
||||
"routing_modeFloodHint",
|
||||
"routing_modeManualHint",
|
||||
"routing_currentRoute",
|
||||
"routing_directNoHops",
|
||||
"routing_noPathYet",
|
||||
"routing_floodBroadcast",
|
||||
"routing_editPath",
|
||||
"routing_forgetPath",
|
||||
"routing_knownPaths",
|
||||
"routing_knownPathsHint",
|
||||
"routing_inUse",
|
||||
"routing_qualityStrong",
|
||||
"routing_qualityGood",
|
||||
"routing_qualityFair",
|
||||
"routing_qualityWorked",
|
||||
"routing_qualityFlood",
|
||||
"routing_qualityUntested",
|
||||
"routing_lastWorked",
|
||||
"routing_neverWorked",
|
||||
"routing_deliveryCounts",
|
||||
"routing_floodDelivery",
|
||||
"pathEditor_title",
|
||||
"pathEditor_hopCounter",
|
||||
"pathEditor_noHops",
|
||||
"pathEditor_addHops",
|
||||
"pathEditor_searchRepeaters",
|
||||
"pathEditor_advancedHex",
|
||||
"pathEditor_hexLabel",
|
||||
"pathEditor_hexHelper",
|
||||
"pathEditor_invalidTokens",
|
||||
"pathEditor_tooManyHops",
|
||||
"pathEditor_usePath",
|
||||
"pathEditor_removeHop",
|
||||
"pathEditor_unknownHop",
|
||||
"map_zoomIn",
|
||||
"map_zoomOut",
|
||||
"map_centerMap",
|
||||
"chrome_bluetoothRequiresChromium",
|
||||
"channels_communityShortId",
|
||||
"pathTrace_legendGpsConfirmed",
|
||||
"pathTrace_legendInferred"
|
||||
],
|
||||
|
||||
"zh": [
|
||||
"common_undo",
|
||||
"messageStatus_sent",
|
||||
"messageStatus_delivered",
|
||||
"messageStatus_pending",
|
||||
"messageStatus_failed",
|
||||
"messageStatus_repeated",
|
||||
"contacts_moreOptions",
|
||||
"contacts_searchOpen",
|
||||
"contacts_searchClose",
|
||||
"routing_title",
|
||||
"routing_modeAuto",
|
||||
"routing_modeFlood",
|
||||
"routing_modeManual",
|
||||
"routing_modeAutoHint",
|
||||
"routing_modeFloodHint",
|
||||
"routing_modeManualHint",
|
||||
"routing_currentRoute",
|
||||
"routing_directNoHops",
|
||||
"routing_noPathYet",
|
||||
"routing_floodBroadcast",
|
||||
"routing_editPath",
|
||||
"routing_forgetPath",
|
||||
"routing_knownPaths",
|
||||
"routing_knownPathsHint",
|
||||
"routing_inUse",
|
||||
"routing_qualityStrong",
|
||||
"routing_qualityGood",
|
||||
"routing_qualityFair",
|
||||
"routing_qualityWorked",
|
||||
"routing_qualityFlood",
|
||||
"routing_qualityUntested",
|
||||
"routing_lastWorked",
|
||||
"routing_neverWorked",
|
||||
"routing_deliveryCounts",
|
||||
"routing_floodDelivery",
|
||||
"pathEditor_title",
|
||||
"pathEditor_hopCounter",
|
||||
"pathEditor_noHops",
|
||||
"pathEditor_addHops",
|
||||
"pathEditor_searchRepeaters",
|
||||
"pathEditor_advancedHex",
|
||||
"pathEditor_hexLabel",
|
||||
"pathEditor_hexHelper",
|
||||
"pathEditor_invalidTokens",
|
||||
"pathEditor_tooManyHops",
|
||||
"pathEditor_usePath",
|
||||
"pathEditor_removeHop",
|
||||
"pathEditor_unknownHop",
|
||||
"map_zoomIn",
|
||||
"map_zoomOut",
|
||||
"map_centerMap",
|
||||
"chrome_bluetoothRequiresChromium",
|
||||
"channels_communityShortId",
|
||||
"pathTrace_legendGpsConfirmed",
|
||||
"pathTrace_legendInferred"
|
||||
]
|
||||
}
|
||||
{}
|
||||
Reference in New Issue
Block a user