Nested content config: Add help translations (#6909)
This commit is contained in:
committed by
Kenn Jacobsen
parent
0ec3080fe2
commit
9847b99b68
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user