diff options
author | Abyss777 <abyss@fox5.ru> | 2017-09-06 16:51:44 +0500 |
---|---|---|
committer | Abyss777 <abyss@fox5.ru> | 2017-09-06 16:51:44 +0500 |
commit | ae877a48698f28beae82753feae9b4a8e0993ca2 (patch) | |
tree | f095d18d6375a9ddea51ad2e5a463b1619748487 /web | |
parent | 1edfec60e54b26f3cd7970075b58bb69920b37f7 (diff) | |
download | trackermap-web-ae877a48698f28beae82753feae9b4a8e0993ca2.tar.gz trackermap-web-ae877a48698f28beae82753feae9b4a8e0993ca2.tar.bz2 trackermap-web-ae877a48698f28beae82753feae9b4a8e0993ca2.zip |
Add "Unit" to strings
Diffstat (limited to 'web')
-rw-r--r-- | web/app/store/CommonUserAttributes.js | 4 | ||||
-rw-r--r-- | web/l10n/en.json | 5 |
2 files changed, 5 insertions, 4 deletions
diff --git a/web/app/store/CommonUserAttributes.js b/web/app/store/CommonUserAttributes.js index d000909d..1ba223f2 100644 --- a/web/app/store/CommonUserAttributes.js +++ b/web/app/store/CommonUserAttributes.js @@ -60,7 +60,7 @@ Ext.define('Traccar.store.CommonUserAttributes', { valueType: 'boolean' }, { key: 'distanceUnit', - name: Strings.sharedDistance, + name: Strings.settingsDistanceUnit, valueType: 'string', dataType: 'distanceUnit' }, { @@ -70,7 +70,7 @@ Ext.define('Traccar.store.CommonUserAttributes', { dataType: 'speedUnit' }, { key: 'volumeUnit', - name: Strings.sharedVolumeUnit, + name: Strings.settingsVolumeUnit, valueType: 'string', dataType: 'volumeUnit' }, { diff --git a/web/l10n/en.json b/web/l10n/en.json index 596e2134..2769698f 100644 --- a/web/l10n/en.json +++ b/web/l10n/en.json @@ -68,7 +68,6 @@ "sharedTypeNumber": "Number", "sharedTypeBoolean": "Boolean", "sharedTimezone": "Timezone", - "sharedVolumeUnit": "Volume", "sharedInfoTitle": "Info", "attributeSpeedLimit": "Speed Limit", "attributeReportIgnoreOdometer": "Report: Ignore Odometer", @@ -141,7 +140,9 @@ "settingsGroups": "Groups", "settingsServer": "Server", "settingsUsers": "Users", - "settingsSpeedUnit": "Speed", + "settingsDistanceUnit": "Distance Unit", + "settingsSpeedUnit": "Speed Unit", + "settingsVolumeUnit": "Volume Unit", "settingsTwelveHourFormat": "12-hour Format", "settingsCoordinateFormat": "Coordinates Format", "reportTitle": "Reports", |