Commit 9f990e636825d1ca49ad2c508a1f788ea71cd578

Authored by Igor Kulikov
Committed by GitHub
2 parents a1b3816f 86fbbeab

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
@@ -1775,6 +1775,8 @@ @@ -1775,6 +1775,8 @@
1775 "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.", 1775 "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.",
1776 "timeseries-data": "Timeseries data", 1776 "timeseries-data": "Timeseries data",
1777 "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.", 1777 "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.",
  1778 + "search": "Search entity views",
  1779 + "selected-entity-views": "{ count, plural, 1 {1 entity view} other {# entity views} } selected",
1778 "make-public-entity-view-title": "Are you sure you want to make the entity view '{{entityViewName}}' public?", 1780 "make-public-entity-view-title": "Are you sure you want to make the entity view '{{entityViewName}}' public?",
1779 "make-public-entity-view-text": "After the confirmation the entity view and all its data will be made public and accessible by others.", 1781 "make-public-entity-view-text": "After the confirmation the entity view and all its data will be made public and accessible by others.",
1780 "make-private-entity-view-title": "Are you sure you want to make the entity view '{{entityViewName}}' private?", 1782 "make-private-entity-view-title": "Are you sure you want to make the entity view '{{entityViewName}}' private?",