diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2017-05-23 22:43:48 +1200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-23 22:43:48 +1200 |
commit | 4152d5749c9a2030edc4c7548a04ffa0ef851cd9 (patch) | |
tree | e742b51bd3e1490dac798af9cd6c152087decdac /web/l10n/en.json | |
parent | f4b6d4d46dd8378c2d50d82a6a6c2293fcb796ec (diff) | |
parent | dbf31c907fb261dbc02463e2582a1c1a05ab3657 (diff) | |
download | trackermap-web-4152d5749c9a2030edc4c7548a04ffa0ef851cd9.tar.gz trackermap-web-4152d5749c9a2030edc4c7548a04ffa0ef851cd9.tar.bz2 trackermap-web-4152d5749c9a2030edc4c7548a04ffa0ef851cd9.zip |
Merge pull request #493 from Abyss777/test_computed_attribute
Implement testing computedAttribute
Diffstat (limited to 'web/l10n/en.json')
-rw-r--r-- | web/l10n/en.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/web/l10n/en.json b/web/l10n/en.json index 171fddb5..754295e2 100644 --- a/web/l10n/en.json +++ b/web/l10n/en.json @@ -46,6 +46,7 @@ "sharedAlias": "Alias", "sharedComputedAttribute": "Computed Attribute", "sharedComputedAttributes": "Computed Attributes", + "sharedCheckComputedAttribute": "Check Computed Attribute", "sharedExpression": "Expression", "sharedDeviceDistance": "Device Distance", "sharedDevice": "Device", @@ -63,6 +64,7 @@ "sharedTypeNumber": "Number", "sharedTypeBoolean": "Boolean", "sharedTimezone": "Timezone", + "sharedInfoTitle": "Info", "attributeSpeedLimit": "Speed Limit", "attributeReportIgnoreOdometer": "Report: Ignore Odometer", "attributeMaintenanceStart": "Maintenance: Start", |