|
| 1 | +just_now: |
| 2 | + past: "[0,Inf] şimdi" |
| 3 | + future: "[0,Inf] şimdi" |
| 4 | +second: |
| 5 | + past: "{1} %count% saniye önce|[2,Inf] %count% saniye önce" |
| 6 | + future: "{1} %count% saniye sonra|[2,Inf] %count% saniye sonra" |
| 7 | +minute: |
| 8 | + past: "{1} %count% dakika önce|[2,Inf] %count% dakika önce" |
| 9 | + future: "{1} %count% dakika sonra|[2,Inf] %count% minutes dakika sonra" |
| 10 | +hour: |
| 11 | + past: "{1} %count% saat önce|[2,Inf] %count% saat önce" |
| 12 | + future: "{1} %count% saat sonra|[2,Inf] %count% saat sonra" |
| 13 | +day: |
| 14 | + past: "{1} %count% gün önce|[2,Inf] %count% gün önce" |
| 15 | + future: "{1} %count% gün sonra|[2,Inf] %count% gün sonra" |
| 16 | +week: |
| 17 | + past: "{1} %count% hafta önce|[2,Inf] %count% hafta önce" |
| 18 | + future: "{1} %count% hafta sonra|[2,Inf] %count% hafta sonra" |
| 19 | +month: |
| 20 | + past: "{1} %count% ay önce|[2,Inf] %count% ay önce" |
| 21 | + future: "{1} %count% ay sonra|[2,Inf] %count% ay sonra" |
| 22 | +year: |
| 23 | + past: "{1} %count% yıl önce|[2,Inf] %count% yıl önce" |
| 24 | + future: "{1} %count% yıl sonra|[2,Inf] %count% yıl sonra" |
| 25 | + |
| 26 | +compound: |
| 27 | + second: "{1} %count% saniye|[2,Inf] %count% saniye" |
| 28 | + minute: "{1} %count% dakika|[2,Inf] %count% dakika" |
| 29 | + hour: "{1} %count% saat|[2,Inf] %count% saat" |
| 30 | + day: "{1} %count% gün|[2,Inf] %count% gün" |
| 31 | + week: "{1} %count% hafta|[2,Inf] %count% hafta" |
| 32 | + month: "{1} %count% ay|[2,Inf] %count% ay" |
| 33 | + year: "{1} %count% yıl|[2,Inf] %count% yıl" |
| 34 | + ago: "önce" |
| 35 | + from_now: "sonra" |
0 commit comments