Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Danish translation example public front-end #114

Merged
merged 1 commit into from
Feb 15, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
67 changes: 67 additions & 0 deletions dist/webapp/public_html/js/i18n/da.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
{
"@metadata": {
"locale": "da"
},
"c-search":"Søg",
"c-close":"Luk",
"c-select-language": "Vælg sprog",
"c-about": "Om",
"c-about-link": "#about-da",
"c-cookies": "Cookies",
"c-cookies-link": "#cookie-da",
"c-privacyppolicy": "Privatlivspolitik",
"c-privacyppolicy-link": "#privacypolicy-da",
"c-legalnotice": "Juridisk bemærkning",
"c-legalnotice-link": "#legalnotice-da",
"c-contact": "Kontakt",
"c-contact-link": "#contact-da",
"c-changelanguage":"Vælg sprog",
"c-loading":"Indlæser...",
"fm-1-title":"Menu 1",
"fm-2-title":"Menu 2",
"fm-3-title":"Menu 3",
"fm-1-item-1":"Item 1",
"fm-1-item-2":"Item 2",
"fm-1-item-3":"Item 3",
"fm-1-link-1":"http://example.eu/1/en",
"fm-1-link-2":"http://example.eu/2/en",
"fm-1-link-3":"http://example.eu/3/en",
"fm-2-item-1":"Item 1",
"fm-2-item-2":"Item 2",
"fm-2-item-3":"Item 3",
"fm-2-link-1":"http://example.eu/1/en",
"fm-2-link-2":"http://example.eu/2/en",
"fm-2-link-3":"http://example.eu/3/en",
"fm-3-item-1":"Item 1",
"fm-3-item-2":"Item 2",
"fm-3-item-3":"Item 3",
"fm-3-link-1":"http://example.eu/1/en",
"fm-3-link-2":"http://example.eu/2/en",
"fm-3-link-3":"http://example.eu/3/en",
"s-site-title": "Din organisations registersystem",
"s-collections-title": "Indhold",
"s-narroert-title": "Snævrere",
"s-uri": "URI",
"s-thisversion":"Denne version",
"s-versionhistory":"Versionshistorik",
"s-collection-title":"Indhold",
"s-narrower-title":"Snævrere værdier",
"s-search-register-label":"Register",
"s-search-no-result-found":"Ingen resultater fundet for \"{1}\"",
"s-pagination-previous":"Forrige",
"s-pagination-next":"Næste",
"s-pagination-page":"Side",
"s-pagination-gotopreviouspage":"Gå til forrige side",
"s-pagination-gotopage":"Gå til side",
"s-pagination-gotonextpage":"Gå til næste side",
"s-facet-all":"Alle",
"s-search-results":"Søgeresultater ({0})",
"s-search-results-current-page":"Viser resultater {0} til {1}",
"s-facet-title-register_itemclass_localid":"Register",
"s-facet-title-status_uri":"Status",
"s-error-fetch":"En fejl opstod ved forsøg på at tilgå datatjenesten.",
"s-error-404":"Elementet du har forespurgt findes ikke i systemet. Hvis du mener, det er en fejl, kan du kontakte <a href=\"mailto:support@example.eu\">support@example.eu</a>",
"s-error-406":"Formatet eller sproget i din forespørgsel findes ikke, vælg venligst et understøttet format/sprog. For yderligere info kan du kontakte <a href=\"mailto:support@example.eu\">support@example.eu</a>",
"s-error-500":"Datatjenesten kan ikke indhente informationen på grund af en intern fejl. Hvis fejlen varer ved, bedes du kontakte <a href=\"mailto:support@example.eu\">support@example.eu</a>",
"s-other-formats":"Andre formater"
}