Commit 51bc0a2f17d099e699511465737cf22f5cc5c954

Authored by Artem Babak
1 parent bbb625c6

US locale update

... ... @@ -221,9 +221,9 @@ export class EdgeDownlinkTableConfig extends EntityTableConfig<EdgeEvent, TimePa
221 221
222 222 updateEdgeEventStatus(createdTime) {
223 223 if (this.queueStartTs && createdTime < this.queueStartTs) {
224   - return this.translate.instant('edge.success');
  224 + return this.translate.instant('edge.deployed');
225 225 } else {
226   - return this.translate.instant('edge.failed');
  226 + return this.translate.instant('edge.pending');
227 227 }
228 228 }
229 229
... ...
... ... @@ -1196,7 +1196,6 @@
1196 1196 "rulechains": "Rule chains",
1197 1197 "edge-rulechains": "Edge Rule chains",
1198 1198 "add": "Add Edge",
1199   - "view": "View Edge",
1200 1199 "no-edges-text": "No edges found",
1201 1200 "edge-details": "Edge details",
1202 1201 "add-edge-text": "Add new edge",
... ... @@ -1216,14 +1215,12 @@
1216 1215 "cloud-endpoint-required": "Cloud Endpoint is required.",
1217 1216 "cloud-endpoint-hint": "Edge requires HTTP(s) access to Cloud (ThingsBoard CE/PE) to verify the license key. Please specify Cloud URL that Edge is able to connect to.",
1218 1217 "description": "Description",
1219   - "entity-info": "Entity info",
1220 1218 "details": "Details",
1221 1219 "events": "Events",
1222 1220 "copy-id": "Copy Edge Id",
1223 1221 "id-copied-message": "Edge Id has been copied to clipboard",
1224 1222 "sync": "Sync Edge",
1225 1223 "sync-message": "Edge has been synchronized",
1226   - "permissions": "Permissions",
1227 1224 "edge-required": "Edge required",
1228 1225 "edge-type": "Edge type",
1229 1226 "edge-type-required": "Edge type is required.",
... ... @@ -1273,9 +1270,6 @@
1273 1270 "set-root-rule-chain-text": "Please select root rule chain for edge(s)",
1274 1271 "set-root-rule-chain-to-edges": "Set root rule chain for Edge(s)",
1275 1272 "set-root-rule-chain-to-edges-text": "Set root rule chain for { count, plural, 1 {1 edge} other {# edges} }",
1276   - "status": "Received by edge",
1277   - "success": "Deployed",
1278   - "failed": "Pending",
1279 1273 "search": "Search edges",
1280 1274 "selected-edges": "{ count, plural, 1 {1 edge} other {# edges} } selected",
1281 1275 "any-edge": "Any edge",
... ... @@ -1581,7 +1575,6 @@
1581 1575 "type-stats": "Statistics",
1582 1576 "type-debug-rule-node": "Debug",
1583 1577 "type-debug-rule-chain": "Debug",
1584   - "type-edge-event": "Downlink",
1585 1578 "no-events-prompt": "No events found",
1586 1579 "error": "Error",
1587 1580 "alarm": "Alarm",
... ...