diff options
author | Christoph Krey <krey.christoph@gmail.com> | 2018-04-16 08:03:25 +0200 |
---|---|---|
committer | Christoph Krey <krey.christoph@gmail.com> | 2018-04-16 08:03:25 +0200 |
commit | 5defdfeb901434458dbcbc4ca7eb0c164a6f71c0 (patch) | |
tree | df826337b0ecb4abda2aa9259e352639a43d5386 /web | |
parent | 9accdf2c8c6873a4174f2da6ea89e6a7760e08e4 (diff) | |
download | trackermap-web-5defdfeb901434458dbcbc4ca7eb0c164a6f71c0.tar.gz trackermap-web-5defdfeb901434458dbcbc4ca7eb0c164a6f71c0.tar.bz2 trackermap-web-5defdfeb901434458dbcbc4ca7eb0c164a6f71c0.zip |
[FIX] no eol at end of xx.json
Diffstat (limited to 'web')
-rw-r--r-- | web/l10n/de.json | 6 | ||||
-rw-r--r-- | web/l10n/en.json | 2 |
2 files changed, 3 insertions, 5 deletions
diff --git a/web/l10n/de.json b/web/l10n/de.json index d7948e85..f54a0aa1 100644 --- a/web/l10n/de.json +++ b/web/l10n/de.json @@ -197,8 +197,6 @@ "positionOutput": "Output", "positionBatteryLevel": "Batteriestand", "positionFuelConsumption": "Kraftstoffverbrauch", - "reportStartOdometer": "Kilometerzähler Start", - "reportEndOdometer": "Kilometerzähler Ende", "positionRfid": "RFID", "positionVersionFw": "Firmware Version", "positionVersionHw": "Hardware Version", @@ -386,7 +384,7 @@ "reportEndAddress": "Zielort", "reportSpentFuel": "Kraftstoffverbrauch", "reportStartOdometer": "Kilometerzähler Start", - "reportEndOdometer": "Kilometerzähler End", + "reportEndOdometer": "Kilometerzähler Ende", "statisticsTitle": "Statistiken", "statisticsCaptureTime": "Zeitpunkt", "statisticsActiveUsers": "Aktive Benutzer", @@ -414,4 +412,4 @@ "categoryTractor": "Traktor", "categoryTruck": "LKW", "categoryVan": "Van" -} +}
\ No newline at end of file diff --git a/web/l10n/en.json b/web/l10n/en.json index c13a5016..920d6c88 100644 --- a/web/l10n/en.json +++ b/web/l10n/en.json @@ -412,4 +412,4 @@ "categoryTractor": "Tractor", "categoryTruck": "Truck", "categoryVan": "Van" -} +}
\ No newline at end of file |