mirror of
https://github.com/zjs81/meshcore-open.git
synced 2026-07-14 12:52:03 +10:00
Fix USB device name matching and correct localization strings
This commit is contained in:
committed by
just-stuff-tm
parent
21ff765e41
commit
367e47bb1e
@@ -295,7 +295,7 @@ abstract class AppLocalizations {
|
||||
/// No description provided for @common_notAvailable.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'—'**
|
||||
/// **'—'**
|
||||
String get common_notAvailable;
|
||||
|
||||
/// No description provided for @common_voltageValue.
|
||||
@@ -4409,7 +4409,7 @@ abstract class AppLocalizations {
|
||||
/// No description provided for @telemetry_temperatureValue.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'{celsius}°C / {fahrenheit}°F'**
|
||||
/// **'{celsius}°C / {fahrenheit}°F'**
|
||||
String telemetry_temperatureValue(String celsius, String fahrenheit);
|
||||
|
||||
/// No description provided for @neighbors_receivedData.
|
||||
@@ -4523,7 +4523,7 @@ abstract class AppLocalizations {
|
||||
/// No description provided for @channelPath_observedPathTitle.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Observed path {index} • {hops}'**
|
||||
/// **'Observed path {index} • {hops}'**
|
||||
String channelPath_observedPathTitle(int index, String hops);
|
||||
|
||||
/// No description provided for @channelPath_noLocationData.
|
||||
@@ -4607,7 +4607,7 @@ abstract class AppLocalizations {
|
||||
/// No description provided for @channelPath_selectedPathLabel.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'{label} • {prefixes}'**
|
||||
/// **'{label} • {prefixes}'**
|
||||
String channelPath_selectedPathLabel(String label, String prefixes);
|
||||
|
||||
/// No description provided for @channelPath_noHopDetailsAvailable.
|
||||
|
||||
Reference in New Issue
Block a user