|
| 1 | +just_now: |
| 2 | + past: "[0,Inf] jetzt gerade" |
| 3 | + future: "[0,Inf] jetzt gerade" |
| 4 | +second: |
| 5 | + past: "{1} vor %count% Sekunde|[2,Inf] vor %count% Sekunden" |
| 6 | + future: "{1} in %count% Sekunde|[2,Inf] in %count% Sekunden" |
| 7 | +minute: |
| 8 | + past: "{1} vor %count% Minute|[2,Inf] vor %count% Minuten" |
| 9 | + future: "{1} in %count% Minute|[2,Inf] in %count% Minuten" |
| 10 | +hour: |
| 11 | + past: "{1} vor %count% Stunde|[2,Inf] vor %count% Stunden" |
| 12 | + future: "{1} in %count% Stunde|[2,Inf] in %count% Stunden" |
| 13 | +day: |
| 14 | + past: "{1} vor %count% Tag|[2,Inf] vor %count% Tagen" |
| 15 | + future: "{1} in %count% Tag|[2,Inf] in %count% Tagen" |
| 16 | +week: |
| 17 | + past: "{1} vor %count% Woche|[2,Inf] vor %count% Wochen" |
| 18 | + future: "{1} in %count% Woche|[2,Inf] in %count% Wochen" |
| 19 | +month: |
| 20 | + past: "{1} vor %count% Monat|[2,Inf] vor %count% Monaten" |
| 21 | + future: "{1} in %count% Monat|[2,Inf] in %count% Monaten" |
| 22 | +year: |
| 23 | + past: "{1} vor %count% Jahr|[2,Inf] vor %count% Jahren" |
| 24 | + future: "{1} in %count% Jahr|[2,Inf] in %count% Jahren" |
| 25 | + |
| 26 | +compound: |
| 27 | + second: "{1} %count% Sekunde|[2,Inf] %count% Sekunden" |
| 28 | + minute: "{1} %count% Minute|[2,Inf] %count% Minuten" |
| 29 | + hour: "{1} %count% Stunde|[2,Inf] %count% Stunden" |
| 30 | + day: "{1} %count% Tag|[2,Inf] %count% Tage" |
| 31 | + week: "{1} %count% Woche|[2,Inf] %count% Wochen" |
| 32 | + month: "{1} %count% Monat|[2,Inf] %count% Monate" |
| 33 | + year: "{1} %count% Jahr|[2,Inf] %count% Jahre" |
| 34 | + ago: "vor" |
| 35 | + from_now: "ab jetzt" |
0 commit comments