diff options
author | Abyss777 <abyss@fox5.ru> | 2017-05-23 14:45:18 +0500 |
---|---|---|
committer | Abyss777 <abyss@fox5.ru> | 2017-05-23 14:45:18 +0500 |
commit | d243caa095ece5c130250d02e4f3ae7632a9db36 (patch) | |
tree | 3d71c15b5780b3f80c2ba135b7a8426ddb952bd7 /web/l10n/en.json | |
parent | f4b6d4d46dd8378c2d50d82a6a6c2293fcb796ec (diff) | |
download | trackermap-web-d243caa095ece5c130250d02e4f3ae7632a9db36.tar.gz trackermap-web-d243caa095ece5c130250d02e4f3ae7632a9db36.tar.bz2 trackermap-web-d243caa095ece5c130250d02e4f3ae7632a9db36.zip |
Implement testing computedAttribute
Diffstat (limited to 'web/l10n/en.json')
-rw-r--r-- | web/l10n/en.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/web/l10n/en.json b/web/l10n/en.json index 171fddb5..6e78e5c7 100644 --- a/web/l10n/en.json +++ b/web/l10n/en.json @@ -46,9 +46,11 @@ "sharedAlias": "Alias", "sharedComputedAttribute": "Computed Attribute", "sharedComputedAttributes": "Computed Attributes", + "sharedCheckComputedAttribute": "Check Computed Attribute", "sharedExpression": "Expression", "sharedDeviceDistance": "Device Distance", "sharedDevice": "Device", + "sharedSelectDevice": "Select Device", "sharedTestNotification": "Send Test Notification", "sharedCalendar": "Calendar", "sharedCalendars": "Calendars", @@ -87,6 +89,8 @@ "errorGeneral": "Invalid parameters or constraints violation", "errorConnection": "Connection error", "errorSocket": "Web socket connection error", + "infoTitle": "Info", + "infoGeneral": "Responce", "userEmail": "Email", "userPassword": "Password", "userAdmin": "Admin", |