Skip to content

Commit 6e20e14

Browse files
AnnicaFAnnica
andauthored
V15/feature/history cleanup localization (#18295)
* Add localize to headline * Translate from en to dk --------- Co-authored-by: Annica <[email protected]>
1 parent 7949a5b commit 6e20e14

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

src/Umbraco.Web.UI.Client/src/assets/lang/da-dk.ts

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1688,14 +1688,14 @@ export default {
16881688
convertToTab: 'Convert to tab',
16891689
tabDirectPropertiesDropZone: 'Drag properties here to place directly on the tab',
16901690
usingEditor: 'using this editor will get updated with the new settings.',
1691-
historyCleanupHeading: 'History cleanup',
1692-
historyCleanupDescription: 'Allow overriding the global history cleanup settings.',
1693-
historyCleanupKeepAllVersionsNewerThanDays: 'Keep all versions newer than days',
1694-
historyCleanupKeepLatestVersionPerDayForDays: 'Keep latest version per day for days',
1695-
historyCleanupPreventCleanup: 'Prevent cleanup',
1696-
historyCleanupEnableCleanup: 'Enable cleanup',
1691+
historyCleanupHeading: 'Historikoprydning',
1692+
historyCleanupDescription: 'Tillad tilsidesættelse af de globale indstillinger for historikoprydning.',
1693+
historyCleanupKeepAllVersionsNewerThanDays: 'Behold alle versioner nyere end antal dage',
1694+
historyCleanupKeepLatestVersionPerDayForDays: 'Behold den seneste version pr. dag i antal dage',
1695+
historyCleanupPreventCleanup: 'Forhindre oprydning',
1696+
historyCleanupEnableCleanup: 'Aktivér oprydning',
16971697
historyCleanupGloballyDisabled:
1698-
'<strong>NOTE!</strong> The cleanup of historically content versions are disabled globally. These settings will not take effect before it is enabled.',
1698+
'<strong>NOTE!</strong> Oprydning af historiske indholdsversioner er deaktiveret globalt. Disse indstillinger træder først i kraft, når den aktiveres.',
16991699
changeDataTypeHelpText:
17001700
'Changing a data type with stored values is disabled. To allow this you can change the Umbraco:CMS:DataTypes:CanBeChanged setting in appsettings.json.',
17011701
collection: 'Samling',

src/Umbraco.Web.UI.Client/src/packages/documents/document-types/workspace/document-type/views/settings/document-type-workspace-view-settings.element.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ export class UmbDocumentTypeWorkspaceViewSettingsElement extends UmbLitElement i
136136
</div>
137137
</umb-property-layout>
138138
</uui-box>
139-
<uui-box headline="History cleanup">
139+
<uui-box headline=${this.localize.term('contentTypeEditor_historyCleanupHeading')}>
140140
<umb-property-layout
141141
alias="HistoryCleanup"
142142
label=${this.localize.term('contentTypeEditor_historyCleanupHeading')}>

0 commit comments

Comments
 (0)