Nested content config: Add help translations (#6909)

This commit is contained in:
Jan Skovgaard
2020-01-14 16:22:13 +01:00
committed by Kenn Jacobsen
parent 0ec3080fe2
commit 9847b99b68
3 changed files with 10 additions and 2 deletions

View File

@@ -56,11 +56,13 @@
<div class="umb-nested-content__help-text" ng-show="showHelpText">
<p>
<b><localize key="general_group">Group</localize>:</b><br />
Select the group whose properties should be displayed. If left blank, the first group on the element type will be used.
<localize key="content_nestedContentGroupHelpText">Select the group whose properties should be displayed. If left blank, the first group on the element type will be used.</localize>
</p>
<p>
<b><localize key="template_template">Template</localize>:</b><br />
Enter an angular expression to evaluate against each item for its name. Use <code ng-non-bindable>{{$index}}</code> to display the item index
<localize key="content_nestedContentTemplateHelpTextPart1">Enter an angular expression to evaluate against each item for its name. Use</localize>
<code ng-non-bindable>{{$index}}</code>
<localize key="content_nestedContentTemplateHelpTextPart2">to display the item index</localize>
</p>
</div>
</div>

View File

@@ -280,6 +280,9 @@
<key alias="nestedContentNoContentTypes">No content types are configured for this property.</key>
<key alias="nestedContentAddElementType">Add element type</key>
<key alias="nestedContentSelectElementTypeModalTitle">Select element type</key>
<key alias="nestedContentGroupHelpText">Select the group whose properties should be displayed. If left blank, the first group on the element type will be used.</key>
<key alias="nestedContentTemplateHelpTextPart1">Enter an angular expression to evaluate against each item for its name. Use</key>
<key alias="nestedContentTemplateHelpTextPart2">to display the item index</key>
<key alias="addTextBox">Add another text box</key>
<key alias="removeTextBox">Remove this text box</key>
<key alias="contentRoot">Content root</key>

View File

@@ -284,6 +284,9 @@
<key alias="nestedContentNoContentTypes">No content types are configured for this property.</key>
<key alias="nestedContentAddElementType">Add element type</key>
<key alias="nestedContentSelectElementTypeModalTitle">Select element type</key>
<key alias="nestedContentGroupHelpText">Select the group whose properties should be displayed. If left blank, the first group on the element type will be used.</key>
<key alias="nestedContentTemplateHelpTextPart1">Enter an angular expression to evaluate against each item for its name. Use</key>
<key alias="nestedContentTemplateHelpTextPart2">to display the item index</key>
<key alias="addTextBox">Add another text box</key>
<key alias="removeTextBox">Remove this text box</key>
<key alias="contentRoot">Content root</key>