Skip to content

Commit 4ed7522

Browse files
committed
chore: add localization
1 parent f591c3f commit 4ed7522

File tree

2 files changed

+12
-8
lines changed

2 files changed

+12
-8
lines changed

src/assets/lang/da-dk.ts

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1586,8 +1586,7 @@ export default {
15861586
addProperty: 'Tilføj egenskab',
15871587
requiredLabel: 'Påkrævet label',
15881588
enableListViewHeading: 'Aktivér listevisning',
1589-
enableListViewDescription:
1590-
'Konfigurér indholdet til at blive vist i en sortérbar og søgbar liste.',
1589+
enableListViewDescription: 'Konfigurér indholdet til at blive vist i en sortérbar og søgbar liste.',
15911590
allowedTemplatesHeading: 'Tilladte skabeloner',
15921591
allowedTemplatesDescription: 'Vælg hvilke skabeloner, der er tilladt at bruge på dette indhold.',
15931592
allowAtRootHeading: 'Tillad på rodniveau',
@@ -1681,8 +1680,7 @@ export default {
16811680
changeDataTypeHelpText:
16821681
'Changing a data type with stored values is disabled. To allow this you can change the Umbraco:CMS:DataTypes:CanBeChanged setting in appsettings.json.',
16831682
collections: 'Samlinger',
1684-
collectionsDescription:
1685-
'Konfigurerer indholdselementet til at vise listen over dets underordnede elementer.',
1683+
collectionsDescription: 'Konfigurerer indholdselementet til at vise listen over dets underordnede elementer.',
16861684
structure: 'Struktur',
16871685
presentation: 'Præsentation',
16881686
},
@@ -2523,4 +2521,8 @@ export default {
25232521
detailedLevelDescription:
25242522
'\n We will send:\n <ul>\n <li>Anonymized site ID, Umbraco version, and packages installed.</li>\n <li>Number of: Root nodes, Content nodes, Media, Document Types, Templates, Languages, Domains, User Group, Users, Members, Backoffice external login providers, and Property Editors in use.</li>\n <li>System information: Webserver, server OS, server framework, server OS language, and database provider.</li>\n <li>Configuration settings: Modelsbuilder mode, if custom Umbraco path exists, ASP environment, whether the delivery API is enabled, and allows public access, and if you are in debug mode.</li>\n </ul>\n <em>We might change what we send on the Detailed level in the future. If so, it will be listed above.\n <br>By choosing "Detailed" you agree to current and future anonymized information being collected.</em>\n ',
25252523
},
2524+
routing: {
2525+
routeNotFoundTitle: 'Ikke fundet',
2526+
routeNotFoundDescription: 'Den side du leder efter kunne ikke findes. Kontroller adressen og prøv igen.',
2527+
},
25262528
} as UmbLocalizationDictionary;

src/assets/lang/en.ts

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1623,8 +1623,7 @@ export default {
16231623
editProperty: 'Edit property',
16241624
requiredLabel: 'Required label',
16251625
enableListViewHeading: 'Enable list view',
1626-
enableListViewDescription:
1627-
'Configures the content item to show a sortable and searchable list of its children.',
1626+
enableListViewDescription: 'Configures the content item to show a sortable and searchable list of its children.',
16281627
allowedTemplatesHeading: 'Allowed Templates',
16291628
allowedTemplatesDescription: 'Choose which templates editors are allowed to use on content of this type',
16301629
allowAtRootHeading: 'Allow at root',
@@ -1717,8 +1716,7 @@ export default {
17171716
changeDataTypeHelpText:
17181717
'Changing a data type with stored values is disabled. To allow this you can change the Umbraco:CMS:DataTypes:CanBeChanged setting in appsettings.json.',
17191718
collections: 'Collections',
1720-
collectionsDescription:
1721-
'Configures the content item to show list of its children.',
1719+
collectionsDescription: 'Configures the content item to show list of its children.',
17221720
structure: 'Structure',
17231721
presentation: 'Presentation',
17241722
},
@@ -2593,4 +2591,8 @@ export default {
25932591
detailedLevelDescription:
25942592
'We will send:\n<ul>\n <li>Anonymized site ID, Umbraco version, and packages installed.</li>\n <li>Number of: Root nodes, Content nodes, Macros, Media, Document Types, Templates, Languages, Domains, User Group, Users, Members, Backoffice external login providers, and Property Editors in use.</li>\n <li>System information: Webserver, server OS, server framework, server OS language, and database provider.</li>\n <li>Configuration settings: Modelsbuilder mode, if custom Umbraco path exists, ASP environment, whether the delivery API is enabled, and allows public access, and if you are in debug mode.</li>\n</ul>\n<em>We might change what we send on the Detailed level in the future. If so, it will be listed above.\n<br>By choosing "Detailed" you agree to current and future anonymized information being collected.</em>',
25952593
},
2594+
routing: {
2595+
routeNotFoundTitle: 'Not found',
2596+
routeNotFoundDescription: 'The requested route could not be found. Please check the URL and try again.',
2597+
},
25962598
} as UmbLocalizationDictionary;

0 commit comments

Comments
 (0)