Skip to content

Commit

Permalink
RTE property editor settings translation for DK&US (#18264)
Browse files Browse the repository at this point in the history
  • Loading branch information
ainokarita authored Feb 7, 2025
1 parent 066045f commit 03690fb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Umbraco.Web.UI.Client/src/assets/lang/da-dk.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1673,6 +1673,7 @@ export default {
elementDoesNotSupport: 'Dette benyttes ikke for en Element-type',
propertyHasChanges: 'Du har lavet ændringer til denne egenskab. Er du sikker på at du vil kassere dem?\n ',
displaySettingsHeadline: 'Visning',
displaySettingsLabelOnLeft: 'Label på venstre side',
displaySettingsLabelOnTop: 'Label hen over (fuld bredde)',
removeChildNode: 'Du fjerner noden',
removeChildNodeWarning:
Expand Down Expand Up @@ -2020,6 +2021,7 @@ export default {
},
validation: {
validation: 'Validering',
validateNothing: 'Ingen validering',
validateAsEmail: 'Valider som e-mail',
validateAsNumber: 'Valider som tal',
validateAsUrl: 'Valider som URL',
Expand Down
2 changes: 2 additions & 0 deletions src/Umbraco.Web.UI.Client/src/assets/lang/en-us.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1711,6 +1711,7 @@ export default {
elementDoesNotSupport: 'This is not applicable for an Element Type',
propertyHasChanges: 'You have made changes to this property. Are you sure you want to discard them?',
displaySettingsHeadline: 'Appearance',
displaySettingsLabelOnLeft: 'Label to the left',
displaySettingsLabelOnTop: 'Label above (full-width)',
confirmDeleteTabMessage: 'Are you sure you want to delete the tab <strong>%0%</strong>?',
confirmDeleteGroupMessage: 'Are you sure you want to delete the group <strong>%0%</strong>?',
Expand Down Expand Up @@ -2060,6 +2061,7 @@ export default {
},
validation: {
validation: 'Validation',
validateNothing: 'No validation',
validateAsEmail: 'Validate as an email address',
validateAsNumber: 'Validate as a number',
validateAsUrl: 'Validate as a URL',
Expand Down

0 comments on commit 03690fb

Please sign in to comment.