Update translations

This commit is contained in:
Traccar Bot 2025-06-06 05:48:53 +00:00
parent 0ae0e0cb40
commit fabe5c2050
60 changed files with 1500 additions and 0 deletions

25
lib/l10n/cs.arb Normal file
View file

@ -0,0 +1,25 @@
{
"mainTitle": "Traccar Client",
"trackingTitle": "Tracking",
"settingsTitle": "Settings",
"statusTitle": "Logs",
"saveButton": "Save",
"cancelButton": "Cancel",
"locationButton": "Send location",
"statusButton": "Show status",
"settingsButton": "Change settings",
"invalidValue": "Invalid value",
"idLabel": "Device identifier",
"urlLabel": "Server URL",
"accuracyLabel": "Location accuracy",
"highAccuracyLabel": "High",
"mediumAccuracyLabel": "Medium",
"lowAccuracyLabel": "Low",
"intervalLabel": "Interval (seconds)",
"distanceLabel": "Distance (meters)",
"bufferLabel": "Offline buffering",
"trackingLabel": "Continuous tracking",
"startAction": "Start service",
"stopAction": "Stop service",
"sosAction": "Send SOS"
}