|
|
@@ -1,3 +1,18 @@
|
|
|
+/* Unit format string for an RSSI value in decibles */
|
|
|
+"%@ dB" = "%@ dB";
|
|
|
+
|
|
|
+/* Unit format string for an value in percent */
|
|
|
+"%@%%" = "%@%%";
|
|
|
+
|
|
|
+/* The title of the section for alerts */
|
|
|
+"Alert" = "Alert";
|
|
|
+
|
|
|
+/* Text indicating LED Mode is auto */
|
|
|
+"Auto" = "Auto";
|
|
|
+
|
|
|
+/* The title of the cell showing battery level */
|
|
|
+"Battery level" = "Battery level";
|
|
|
+
|
|
|
/* The title of the section describing commands */
|
|
|
"Commands" = "Commands";
|
|
|
|
|
|
@@ -7,9 +22,18 @@
|
|
|
/* The in-progress connecting state */
|
|
|
"Connecting" = "Connecting";
|
|
|
|
|
|
+/* The title of the cell for connection LED */
|
|
|
+"Connection LED" = "Connection LED";
|
|
|
+
|
|
|
+/* The title of the section for connection monitoring */
|
|
|
+"Connection Monitoring" = "Connection Monitoring";
|
|
|
+
|
|
|
/* The title of the cell showing BLE connection state */
|
|
|
"Connection State" = "Connection State";
|
|
|
|
|
|
+/* The title of the cell for connection vibration */
|
|
|
+"Connection Vibration" = "Connection Vibration";
|
|
|
+
|
|
|
/* The title of the section describing the device */
|
|
|
"Device" = "Device";
|
|
|
|
|
|
@@ -22,20 +46,61 @@
|
|
|
/* The in-progress disconnecting state */
|
|
|
"Disconnecting" = "Disconnecting";
|
|
|
|
|
|
+/* The title of the cell for sounding device finding piezo */
|
|
|
+"Find Device" = "Find Device";
|
|
|
+
|
|
|
/* The title of the cell showing firmware version */
|
|
|
"Firmware" = "Firmware";
|
|
|
|
|
|
/* The title of the cell showing current rileylink frequency */
|
|
|
-"Frequency" = "Frequency";
|
|
|
+"Frequency" = "Frequency" ;
|
|
|
+
|
|
|
+/* The title of the command to fetch RileyLink statistics */
|
|
|
+"Get RileyLink Statistics" = "Get RileyLink Statistics";
|
|
|
+
|
|
|
+/* Progress message for getting statistics. */
|
|
|
+"Get Statistics…" = "Get Statistics…";
|
|
|
+
|
|
|
+/* The title of the cell showing Lighten Red LED */
|
|
|
+"Lighten Red LED" = "Lighten Red LED";
|
|
|
+
|
|
|
+/* The title of the cell showing Lighten Yellow LED */
|
|
|
+"Lighten Yellow LED" = "Lighten Yellow LED";
|
|
|
+
|
|
|
+/* The title of the cell showing battery level */
|
|
|
+"Low Battery Alert" = "Low Battery Alert";
|
|
|
|
|
|
/* The title of the cell showing device name */
|
|
|
"Name" = "Name";
|
|
|
|
|
|
+/* Detail text when battery alert disabled.
|
|
|
+ Text indicating LED Mode is off */
|
|
|
+"Off" = "Off";
|
|
|
+
|
|
|
+/* Text indicating LED Mode is on */
|
|
|
+"On" = "On";
|
|
|
+
|
|
|
/* RileyLink setup description */
|
|
|
"RileyLink allows for communication with the pump over Bluetooth Low Energy." = "RileyLink allows for communication with the pump over Bluetooth Low Energy.";
|
|
|
|
|
|
/* The title of the cell showing BLE signal strength (RSSI) */
|
|
|
"Signal Strength" = "Signal Strength";
|
|
|
|
|
|
+/* The title of the section for orangelink commands
|
|
|
+ The title of the section for rileylink commands */
|
|
|
+"Test Commands" = "Test Commands";
|
|
|
+
|
|
|
+/* The title of the cell showing Test Vibration */
|
|
|
+"Test Vibration" = "Test Vibration";
|
|
|
+
|
|
|
+/* The title of the command to update diagnostic LEDs */
|
|
|
+"Toggle Diagnostic LEDs" = "Toggle Diagnostic LEDs";
|
|
|
+
|
|
|
+/* Progress message for changing diagnostic LED mode */
|
|
|
+"Updating diagnostic LEDs mode" = "Updating diagnostic LEDs mode";
|
|
|
+
|
|
|
/* The title of the cell showing uptime */
|
|
|
"Uptime" = "Uptime";
|
|
|
+
|
|
|
+/* The title of the cell showing ORL */
|
|
|
+"Voltage" = "Voltage";
|