Feature: improve collection wording (#17914)

* improve wording for collection configuration

* Update src/Umbraco.Web.UI.Client/src/assets/lang/en-us.ts

Co-authored-by: Mole <nikolajlauridsen@protonmail.ch>

* Update src/Umbraco.Web.UI.Client/src/assets/lang/en.ts

Co-authored-by: Mole <nikolajlauridsen@protonmail.ch>

---------

Co-authored-by: Mole <nikolajlauridsen@protonmail.ch>
This commit is contained in:
Niels Lyngsø
2025-01-08 12:57:14 +01:00
committed by GitHub
parent cbd162b3c7
commit f9c52b7ebc
4 changed files with 8 additions and 2 deletions

View File

@@ -1690,6 +1690,8 @@ 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.',
collection: 'Samling',
collectionDescription: 'Konfigurerer en oversigt af det underliggende indhold.',
collections: 'Samlinger',
collectionsDescription: 'Konfigurerer indholdselementet til at vise listen over dets underordnede elementer.',
structure: 'Struktur',

View File

@@ -1726,6 +1726,8 @@ 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.',
collection: 'Collection',
collectionDescription: 'Configures an overview of child content.',
collections: 'Collections',
collectionsDescription: 'Configures the content item to show list of its children.',
structure: 'Structure',

View File

@@ -1730,6 +1730,8 @@ 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.',
collection: 'Collection',
collectionDescription: 'Configures an overview of child content.',
collections: 'Collections',
collectionsDescription: 'Configures the content item to show list of its children.',
structure: 'Structure',

View File

@@ -95,8 +95,8 @@ export class UmbDocumentTypeWorkspaceViewStructureElement extends UmbLitElement
</umb-property-layout>
</uui-box>
<uui-box headline=${this.localize.term('contentTypeEditor_presentation')}>
<umb-property-layout alias="collection" label="${this.localize.term('contentTypeEditor_collections')}">
<div slot="description">${this.localize.term('contentTypeEditor_collectionsDescription')}</div>
<umb-property-layout alias="collection" label="${this.localize.term('contentTypeEditor_collection')}">
<div slot="description">${this.localize.term('contentTypeEditor_collectionDescription')}</div>
<div slot="editor">
<umb-input-collection-configuration
default-value="c0808dd3-8133-4e4b-8ce8-e2bea84a96a4"