-
Notifications
You must be signed in to change notification settings - Fork 107
/
difference.da.yml
35 lines (34 loc) · 1.39 KB
/
difference.da.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
just_now:
past: "[0,Inf] lige nu"
future: "[0,Inf] lige nu"
second:
past: "[0,1] %count% sekund siden|[2,Inf] %count% sekunder siden"
future: "[0,1] %count% sekund fra nu|[2,Inf] %count% sekunder fra nu"
minute:
past: "{1} %count% minut siden|[2,Inf] %count% minutter siden"
future: "{1} %count% minut fra nu|[2,Inf] %count% minutter fra nu"
hour:
past: "{1} %count% time siden|[2,Inf] %count% timer siden"
future: "{1} %count% time fra nu|[2,Inf] %count% timer fra nu"
day:
past: "{1} %count% dag siden|[2,Inf] %count% dage siden"
future: "{1} %count% dag fra nu|[2,Inf] %count% dage fra nu"
week:
past: "{1} %count% uge siden|[2,Inf] %count% uger siden"
future: "{1} %count% uge fra nu|[2,Inf] %count% uger fra nu"
month:
past: "{1} %count% måned siden|[2,Inf] %count% måneder siden"
future: "{1} %count% måned fra nu|[2,Inf] %count% måneder fra nu"
year:
past: "{1} %count% år siden|[2,Inf] %count% år siden"
future: "{1} %count% år fra nu|[2,Inf] %count% år fra nu"
compound:
second: "[0,1] %count% sekund|[2,Inf] %count% sekunder"
minute: "{1} %count% minut|[2,Inf] %count% minutter"
hour: "{1} %count% time|[2,Inf] %count% timer"
day: "{1} %count% dag|[2,Inf] %count% dage"
week: "{1} %count% uge|[2,Inf] %count% uger"
month: "{1} %count% måned|[2,Inf] %count% måneder"
year: "{1} %count% år|[2,Inf] %count% år"
past: "%value% siden"
future: "%value% fra nu"