Added localization key for "Structure"

This commit is contained in:
leekelleher
2024-02-29 10:03:32 +00:00
parent 027d475709
commit 6bfb7ac26d
4 changed files with 4 additions and 2 deletions

View File

@@ -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',

View File

@@ -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',

View File

@@ -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">

View File

@@ -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">