Skip to content

Commit b851ce4

Browse files
authored
feat: add da language support (#913)
1 parent 1737304 commit b851ce4

File tree

1 file changed

+53
-0
lines changed

1 file changed

+53
-0
lines changed

i18n/da.yaml

+53
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
---
2+
edit_page: Rediger side
3+
4+
nav_navigation: Navigation
5+
nav_tags: Tags
6+
nav_more: Mere
7+
nav_top: Til toppen
8+
9+
form_placeholder_search: Søg
10+
11+
error_page_title: Faret vild? Bare rolig
12+
error_message_title: Lost?
13+
error_message_code: Fejl 404
14+
error_message_text: >
15+
Det du leder efter kan ikke findes. Bare rolig, du kan komme tilbage til
16+
<a class="gdoc-error__link" href="{{ . }}">forsiden</a>.
17+
18+
button_toggle_dark: Skift Dark/Light/Auto mode
19+
button_nav_open: Åben navigation
20+
button_nav_close: Luk navigation
21+
button_menu_open: Åben menubar
22+
button_menu_close: Luk menubar
23+
button_homepage: Tilbage til forsiden
24+
25+
title_anchor_prefix: "Link til:"
26+
27+
posts_read_more: Læs fulde indlæg
28+
posts_read_time:
29+
one: "Et minut at gennemlæse"
30+
other: "{{ . }} minutter at gennemlæse"
31+
posts_update_prefix: Opdateret den
32+
posts_count:
33+
one: "Et indlæg"
34+
other: "{{ . }} indlæg"
35+
posts_tagged_with: Alle indslag tagget med '{{ . }}'
36+
37+
footer_build_with: >
38+
Bygget med <a href="https://gohugo.io/" class="gdoc-footer__link">Hugo</a> og
39+
<svg class="gdoc-icon gdoc_heart"><use xlink:href="#gdoc_heart"></use></svg>
40+
footer_legal_notice: Forretningsbetingelser
41+
footer_privacy_policy: Privatlivspolitik
42+
footer_content_license_prefix: >
43+
Indhold licenseret under
44+
45+
language_switch_no_tranlation_prefix: "Indlæg ikke oversat:"
46+
47+
propertylist_required: påkrævet
48+
propertylist_optional: valgfri
49+
propertylist_default: udgangspunkt
50+
51+
pagination_page_prev: forrige
52+
pagination_page_next: næste
53+
pagination_page_state: "{{ .PageNumber }}/{{ .TotalPages }}"

0 commit comments

Comments
 (0)