Browse Source

Merge pull request #5272 from vvlladd28/bug/revert-transate-after-merge/entity-view

[3.3.2] UI: Revert missing translate after merge in Entity Views
pull/5285/head
Igor Kulikov 5 years ago
committed by GitHub
parent
commit
9f990e6368
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      ui-ngx/src/assets/locale/locale.constant-en_US.json

2
ui-ngx/src/assets/locale/locale.constant-en_US.json

@ -1775,6 +1775,8 @@
"attributes-propagation-hint": "Entity View will automatically copy specified attributes from Target Entity each time you save or update this entity view. For performance reasons target entity attributes are not propagated to entity view on each attribute change. You can enable automatic propagation by configuring \"copy to view\" rule node in your rule chain and linking \"Post attributes\" and \"Attributes Updated\" messages to the new rule node.",
"timeseries-data": "Timeseries data",
"timeseries-data-hint": "Configure timeseries data keys of the target entity that will be accessible to the entity view. This timeseries data is read-only.",
"search": "Search entity views",
"selected-entity-views": "{ count, plural, 1 {1 entity view} other {# entity views} } selected",
"make-public-entity-view-title": "Are you sure you want to make the entity view '{{entityViewName}}' public?",
"make-public-entity-view-text": "After the confirmation the entity view and all its data will be made public and accessible by others.",
"make-private-entity-view-title": "Are you sure you want to make the entity view '{{entityViewName}}' private?",

Loading…
Cancel
Save