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:
@@ -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',
|
||||
|
||||
@@ -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',
|
||||
|
||||
@@ -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',
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user