aboutsummaryrefslogtreecommitdiff
path: root/web/l10n/en.json
diff options
context:
space:
mode:
authorAnton Tananaev <anton.tananaev@gmail.com>2018-04-20 20:21:38 +1200
committerGitHub <noreply@github.com>2018-04-20 20:21:38 +1200
commit957a6544c4d5a44d52f821377b97ee2205bb22a2 (patch)
tree9ca8487766cc7789435f0b782b41b1b29dee405e /web/l10n/en.json
parent4e7d2b8fdb41390205d69997d61db536545f5564 (diff)
parent5ad9dc859216a129da6f352b13b908d08ec983a2 (diff)
downloadetbsa-traccar-web-957a6544c4d5a44d52f821377b97ee2205bb22a2.tar.gz
etbsa-traccar-web-957a6544c4d5a44d52f821377b97ee2205bb22a2.tar.bz2
etbsa-traccar-web-957a6544c4d5a44d52f821377b97ee2205bb22a2.zip
Merge pull request #665 from Abyss777/multi_maintenance
Implement Maintenances
Diffstat (limited to 'web/l10n/en.json')
-rw-r--r--web/l10n/en.json10
1 files changed, 7 insertions, 3 deletions
diff --git a/web/l10n/en.json b/web/l10n/en.json
index 1ebccbd..99c1381 100644
--- a/web/l10n/en.json
+++ b/web/l10n/en.json
@@ -75,10 +75,10 @@
"sharedNew": "New…",
"sharedShowAddress": "Show Address",
"sharedDisabled": "Disabled",
+ "sharedMaintenance": "Maintenance",
+ "sharedMaintenances": "Maintenances",
"attributeSpeedLimit": "Speed Limit",
"attributeReportIgnoreOdometer": "Report: Ignore Odometer",
- "attributeMaintenanceStart": "Maintenance: Start",
- "attributeMaintenanceInterval": "Maintenance: Interval",
"attributeWebReportColor": "Web: Report Color",
"attributeDevicePassword": "Device Password",
"attributeProcessingCopyAttributes": "Processing: Copy Attributes",
@@ -103,11 +103,13 @@
"attributeUiDisableDrivers": "UI: Disable Drivers",
"attributeUiDisableComputedAttributes": "UI: Disable Computed Attributes",
"attributeUiDisableCalendars": "UI: Disable Calendars",
+ "attributeUiDisableMaintenances": "UI: Disable Maintenances",
"attributeUiHidePositionAttributes": "UI: Hide Position Attributes",
"errorTitle": "Error",
"errorGeneral": "Invalid parameters or constraints violation",
"errorConnection": "Connection error",
"errorSocket": "Web socket connection error",
+ "errorZero": "Can't be zero",
"userEmail": "Email",
"userPassword": "Password",
"userAdmin": "Admin",
@@ -409,5 +411,7 @@
"categoryShip": "Ship",
"categoryTractor": "Tractor",
"categoryTruck": "Truck",
- "categoryVan": "Van"
+ "categoryVan": "Van",
+ "maintenanceStart": "Start",
+ "maintenancePeriod": "Period"
} \ No newline at end of file