Localization: Added translations for area validation property labels (#20362)
Localization of property labels
This commit is contained in:
committed by
GitHub
parent
cd1cbb3b15
commit
5a565b7e8d
@@ -2546,6 +2546,8 @@ export default {
|
||||
pickSpecificAllowance: 'Tilføj gruppe eller blok',
|
||||
allowanceMinimum: 'Sæt minimum krav',
|
||||
allowanceMaximum: 'Sæt maksimum krav',
|
||||
rangeAllowed: 'Antal blokke',
|
||||
specifiedAllowance: 'Tilladte bloktyper',
|
||||
block: 'Blok',
|
||||
tabBlock: 'Blok',
|
||||
tabBlockTypeSettings: 'Indstillinger',
|
||||
|
||||
@@ -2681,6 +2681,8 @@ export default {
|
||||
pickSpecificAllowance: 'Pick group or Block',
|
||||
allowanceMinimum: 'Set a minimum requirement',
|
||||
allowanceMaximum: 'Set a maximum requirement',
|
||||
rangeAllowed: 'Number of blocks',
|
||||
specifiedAllowance: 'Allowed block types',
|
||||
block: 'Block',
|
||||
tabBlock: 'Block',
|
||||
tabBlockTypeSettings: 'Settings',
|
||||
|
||||
@@ -58,7 +58,7 @@ export class UmbBlockGridAreaTypeWorkspaceViewSettingsElement extends UmbLitElem
|
||||
property-editor-ui-alias="Umb.PropertyEditorUi.TextBox"></umb-property>
|
||||
</uui-box>
|
||||
<uui-box headline=${'Validation'}>
|
||||
<umb-property-layout label=${'rangeAllowed'}>
|
||||
<umb-property-layout label=${this.localize.term('blockEditor_rangeAllowed')}>
|
||||
<umb-input-number-range
|
||||
slot="editor"
|
||||
.minValue=${this._minValue}
|
||||
@@ -68,7 +68,7 @@ export class UmbBlockGridAreaTypeWorkspaceViewSettingsElement extends UmbLitElem
|
||||
</umb-property-layout>
|
||||
|
||||
<umb-property
|
||||
label=${'specifiedAllowance'}
|
||||
label=${this.localize.term('blockEditor_specifiedAllowance')}
|
||||
alias="specifiedAllowance"
|
||||
property-editor-ui-alias="Umb.PropertyEditorUi.BlockGridAreaTypePermission"></umb-property>
|
||||
</uui-box>
|
||||
|
||||
Reference in New Issue
Block a user