Added localization key for "Structure"
This commit is contained in:
@@ -1658,6 +1658,7 @@ export default {
|
||||
collections: 'Samlinger',
|
||||
collectionsDescription:
|
||||
'Konfigurerer indholdselementet til at vise listen over dets underordnede elementer, underordnede elementer vil ikke blive vist i træet.',
|
||||
structure: 'Struktur',
|
||||
},
|
||||
languages: {
|
||||
addLanguage: 'Tilføj sprog',
|
||||
|
||||
@@ -1654,6 +1654,7 @@ export default {
|
||||
collections: 'Collections',
|
||||
collectionsDescription:
|
||||
'Configures the content item to show list of its children, the children will not be shown in the tree.',
|
||||
structure: 'Structure',
|
||||
},
|
||||
languages: {
|
||||
addLanguage: 'Add language',
|
||||
|
||||
@@ -64,7 +64,7 @@ export class UmbDocumentTypeWorkspaceViewStructureElement extends UmbLitElement
|
||||
|
||||
render() {
|
||||
return html`
|
||||
<uui-box headline="Structure">
|
||||
<uui-box headline=${this.localize.term('contentTypeEditor_structure')}>
|
||||
<umb-property-layout alias="Root" label=${this.localize.term('contentTypeEditor_allowAtRootHeading')}>
|
||||
<div slot="description">${this.localize.term('contentTypeEditor_allowAtRootDescription')}</div>
|
||||
<div slot="editor">
|
||||
|
||||
@@ -42,7 +42,7 @@ export class UmbMediaTypeWorkspaceViewStructureElement extends UmbLitElement imp
|
||||
|
||||
render() {
|
||||
return html`
|
||||
<uui-box headline="Structure">
|
||||
<uui-box headline=${this.localize.term('contentTypeEditor_structure')}>
|
||||
<umb-property-layout alias="Root" label=${this.localize.term('contentTypeEditor_allowAtRootHeading')}>
|
||||
<div slot="description">${this.localize.term('contentTypeEditor_allowAtRootDescription')}</div>
|
||||
<div slot="editor">
|
||||
|
||||
Reference in New Issue
Block a user