Skip to content

Commit f5802b8

Browse files
authored
feat(i18n): add Danish locale (#2410)
1 parent 09948da commit f5802b8

File tree

1 file changed

+86
-0
lines changed

1 file changed

+86
-0
lines changed

_data/locales/da-DK.yml

Lines changed: 86 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,86 @@
1+
# The layout text of site
2+
3+
# ----- Commons label -----
4+
5+
layout:
6+
post: Opslag
7+
category: Kategori
8+
tag: Tag
9+
10+
# The tabs of sidebar
11+
tabs:
12+
# format: <filename_without_extension>: <value>
13+
home: Hjem
14+
categories: Kategorier
15+
tags: Tags
16+
archives: Arkiv
17+
about: Om siden
18+
19+
# the text displayed in the search bar & search results
20+
search:
21+
hint: søg
22+
cancel: Afbryd
23+
no_results: Ups! Ingen resultater fundet.
24+
25+
panel:
26+
lastmod: Senest opdateret
27+
trending_tags: Populære tags
28+
toc: Indhold
29+
30+
copyright:
31+
# Shown at the bottom of the post
32+
license:
33+
template: Dette opslag er licenseret under :LICENSE_NAME af forfatteren.
34+
name: CC BY 4.0
35+
link: https://creativecommons.org/licenses/by/4.0/
36+
37+
# Displayed in the footer
38+
brief: Nogle rettigheder forbeholdes.
39+
verbose: >-
40+
Medmindre andet er angivet, er opslag på denne side beskyttet
41+
under Creative Commons Attribution 4.0 International (CC BY 4.0) licensen af forfatteren.
42+
43+
# meta: Using the :THEME theme for :PLATFORM.
44+
45+
not_found:
46+
statement: Beklager, vi har malpaceret denne URL, eller den peger på et sted, som ikke findes.
47+
48+
notification:
49+
update_found: En ny version af indholdet er fundet!
50+
update: Opdater
51+
52+
# ----- Posts related labels -----
53+
54+
post:
55+
written_by: Af
56+
posted: Udgivet
57+
updated: Opdateret
58+
words: ord
59+
pageview_measure: visninger
60+
read_time:
61+
unit: min
62+
prompt: læsetid
63+
relate_posts: Læs videre
64+
share: Del
65+
button:
66+
next: Nyere
67+
previous: Ældre
68+
copy_code:
69+
succeed: Kopieret!
70+
share_link:
71+
title: Kopier link
72+
succeed: Link kopieret!
73+
74+
# Date time format.
75+
# See: <http://strftime.net/>, <https://day.js.org/docs/en/display/format>
76+
df:
77+
post:
78+
strftime: "%Y/%m/%d"
79+
dayjs: "YYYY/MM/DD"
80+
81+
# categories page
82+
categories:
83+
category_measure:
84+
singular: kategori
85+
plural: kategorier
86+
post_measure: opslag

0 commit comments

Comments
 (0)