Added localization keys for the Collections option
Danish localization courtesy of Google Translate! 😱
This commit is contained in:
@@ -1655,6 +1655,9 @@ export default {
|
||||
'<strong>NOTE!</strong> The cleanup of historically content versions are disabled globally. These settings will not take effect before it is enabled.',
|
||||
changeDataTypeHelpText:
|
||||
'Changing a data type with stored values is disabled. To allow this you can change the Umbraco:CMS:DataTypes:CanBeChanged setting in appsettings.json.',
|
||||
collections: 'Samlinger',
|
||||
collectionsDescription:
|
||||
'Konfigurerer indholdselementet til at vise listen over dets børn, børnene vil ikke blive vist i træet.',
|
||||
},
|
||||
languages: {
|
||||
addLanguage: 'Tilføj sprog',
|
||||
|
||||
@@ -1652,6 +1652,9 @@ export default {
|
||||
'<strong>NOTE!</strong> The cleanup of historically content versions are disabled globally. These settings will not take effect before it is enabled.',
|
||||
changeDataTypeHelpText:
|
||||
'Changing a data type with stored values is disabled. To allow this you can change the Umbraco:CMS:DataTypes:CanBeChanged setting in appsettings.json.',
|
||||
collections: 'Collections',
|
||||
collectionsDescription:
|
||||
'Configures the content item to show list of its children, the children will not be shown in the tree.',
|
||||
},
|
||||
languages: {
|
||||
addLanguage: 'Add language',
|
||||
|
||||
@@ -99,10 +99,8 @@ export class UmbDocumentTypeWorkspaceViewStructureElement extends UmbLitElement
|
||||
</umb-property-layout>
|
||||
</uui-box>
|
||||
<uui-box headline="Presentation">
|
||||
<umb-property-layout alias="collection" label="Collection">
|
||||
<div slot="description">
|
||||
Configures the content item to show list of its children, the children will not be shown in the tree.
|
||||
</div>
|
||||
<umb-property-layout alias="collection" label="${this.localize.term('contentTypeEditor_collections')}">
|
||||
<div slot="description">${this.localize.term('contentTypeEditor_collectionsDescription')}</div>
|
||||
<div slot="editor">
|
||||
<umb-input-collection-configuration
|
||||
default-value="c0808dd3-8133-4e4b-8ce8-e2bea84a96a4"
|
||||
|
||||
Reference in New Issue
Block a user