aboutsummaryrefslogtreecommitdiff
path: root/iosApp/iosApp/en.lproj/Localizable.strings
diff options
context:
space:
mode:
authorIván Ávalos <avalos@disroot.org>2022-02-27 01:29:49 -0600
committerIván Ávalos <avalos@disroot.org>2022-02-27 01:29:49 -0600
commit596efb5f3b9d9e13407222f4672853363e81a0fc (patch)
treebb1a52cf634036e46c3507ab59e77a454290c5ee /iosApp/iosApp/en.lproj/Localizable.strings
parent438c0a9cbb1bcb594028cc4c7fcedfe4a802ef6f (diff)
downloadetbsa-trackermap-mobile-596efb5f3b9d9e13407222f4672853363e81a0fc.tar.gz
etbsa-trackermap-mobile-596efb5f3b9d9e13407222f4672853363e81a0fc.tar.bz2
etbsa-trackermap-mobile-596efb5f3b9d9e13407222f4672853363e81a0fc.zip
Added report map icons and initial impl. of events table
Diffstat (limited to 'iosApp/iosApp/en.lproj/Localizable.strings')
-rw-r--r--iosApp/iosApp/en.lproj/Localizable.strings24
1 files changed, 24 insertions, 0 deletions
diff --git a/iosApp/iosApp/en.lproj/Localizable.strings b/iosApp/iosApp/en.lproj/Localizable.strings
index 56a934b..fee132b 100644
--- a/iosApp/iosApp/en.lproj/Localizable.strings
+++ b/iosApp/iosApp/en.lproj/Localizable.strings
@@ -68,6 +68,30 @@
"period-this-month" = "Month";
"period-last-30" = "Last 30d";
+"events-table-event" = "Event";
+"events-table-datetime" = "Datetime";
+"events-table-geofence" = "Geofence";
+"events-table-address" = "Address";
+
+"event-device-online" = "Status online";
+"event-device-unknown" = "Status unknown";
+"event-device-offline" = "Status offline";
+"event-device-inactive" = "Device inactive";
+"event-device-moving" = "Device moving";
+"event-device-stopped" = "Device stopped";
+"event-device-overspeed" = "Speed limit exceeded";
+"event-device-fuel-drop" = "Fuel drop";
+"event-command-result" = "Command result";
+"event-geofence-enter" = "Geofence entered";
+"event-geofence-exit" = "Geofence exited";
+"event-alarm" = "Alarm";
+"event-ignition-on" = "Ignition on";
+"event-ignition-off" = "Ignition off";
+"event-maintenance" = "Maintenance required";
+"event-text-message" = "Text message received";
+"event-driver-changed" = "Driver changed";
+"event-unknown" = "Unknown event";
+
"send-command" = "Send command";
"send-command-confirm" = "Are you sure you want to send the command?";