This commit is contained in:
Nordi98 2025-07-01 08:39:38 +02:00
parent 353887459e
commit 7fd4b36bb4
2 changed files with 130 additions and 12 deletions

View file

@ -16,7 +16,7 @@
"vt_pb_cancelled": "Cancelled",
"vt_alert_title": "GPS Tracker Found!",
"vt_alert_description": "You have found a GPS Tracker! Do you want to remove it?",
"vt_no_trackers_found": "You don't have any active trackers",
"vt_no_trackers_found": "You don't have any active trackers",
"vt_vehicle_plate": "Vehicle Plate",
"vt_serial_number": "Serial Number",
"vt_name_tracker": "Name Your Tracker",
@ -27,5 +27,19 @@
"vt_locate_tracker": "Locate Vehicle",
"vt_locate_description": "Show the vehicle's location on the map",
"vt_rename_tracker": "Rename Tracker",
"vt_rename_description": "Change the name of this tracker"
"vt_rename_description": "Change the name of this tracker",
"vt_scanner_menu_header": "Tracker Scanner",
"vt_remove_tracker": "Remove Tracker",
"vt_remove_description": "Remove the tracking device from this vehicle",
"vt_locate_owner": "Locate Tracker Owner",
"vt_locate_owner_description": "Try to trace the signal back to the owner",
"vt_get_phone": "Get Owner's Phone Number",
"vt_get_phone_description": "Try to extract the owner's phone number",
"vt_owner_not_found": "Could not trace the signal back to the owner",
"vt_tracker_owner": "Tracker Owner",
"vt_owner_located": "Successfully traced signal to the owner's location",
"vt_trace_failed": "Failed to trace the signal",
"vt_phone_not_found": "Could not extract phone number from the tracker",
"vt_phone_found": "Phone number extracted: ",
"vt_phone_extraction_failed": "Failed to extract phone number"
}