forked from coduo/php-humanizer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdifference.de.yml
35 lines (34 loc) · 1.35 KB
/
difference.de.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] jetzt gerade"
future: "[0,Inf] jetzt gerade"
second:
past: "[0,1] vor %count% Sekunde|[2,Inf] vor %count% Sekunden"
future: "[0,1] in %count% Sekunde|[2,Inf] in %count% Sekunden"
minute:
past: "{1} vor %count% Minute|[2,Inf] vor %count% Minuten"
future: "{1} in %count% Minute|[2,Inf] in %count% Minuten"
hour:
past: "{1} vor %count% Stunde|[2,Inf] vor %count% Stunden"
future: "{1} in %count% Stunde|[2,Inf] in %count% Stunden"
day:
past: "{1} vor %count% Tag|[2,Inf] vor %count% Tagen"
future: "{1} in %count% Tag|[2,Inf] in %count% Tagen"
week:
past: "{1} vor %count% Woche|[2,Inf] vor %count% Wochen"
future: "{1} in %count% Woche|[2,Inf] in %count% Wochen"
month:
past: "{1} vor %count% Monat|[2,Inf] vor %count% Monaten"
future: "{1} in %count% Monat|[2,Inf] in %count% Monaten"
year:
past: "{1} vor %count% Jahr|[2,Inf] vor %count% Jahren"
future: "{1} in %count% Jahr|[2,Inf] in %count% Jahren"
compound:
second: "[0,1] %count% Sekunde|[2,Inf] %count% Sekunden"
minute: "{1} %count% Minute|[2,Inf] %count% Minuten"
hour: "{1} %count% Stunde|[2,Inf] %count% Stunden"
day: "{1} %count% Tag|[2,Inf] %count% Tagen"
week: "{1} %count% Woche|[2,Inf] %count% Wochen"
month: "{1} %count% Monat|[2,Inf] %count% Monaten"
year: "{1} %count% Jahr|[2,Inf] %count% Jahren"
past: "vor %value%"
future: "in %value%"