-
Notifications
You must be signed in to change notification settings - Fork 107
/
difference.tr.yml
35 lines (34 loc) · 1.35 KB
/
difference.tr.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] şimdi"
future: "[0,Inf] şimdi"
second:
past: "[0,1] %count% saniye önce|[2,Inf] %count% saniye önce"
future: "[0,1] %count% saniye sonra|[2,Inf] %count% saniye sonra"
minute:
past: "{1} %count% dakika önce|[2,Inf] %count% dakika önce"
future: "{1} %count% dakika sonra|[2,Inf] %count% dakika sonra"
hour:
past: "{1} %count% saat önce|[2,Inf] %count% saat önce"
future: "{1} %count% saat sonra|[2,Inf] %count% saat sonra"
day:
past: "{1} %count% gün önce|[2,Inf] %count% gün önce"
future: "{1} %count% gün sonra|[2,Inf] %count% gün sonra"
week:
past: "{1} %count% hafta önce|[2,Inf] %count% hafta önce"
future: "{1} %count% hafta sonra|[2,Inf] %count% hafta sonra"
month:
past: "{1} %count% ay önce|[2,Inf] %count% ay önce"
future: "{1} %count% ay sonra|[2,Inf] %count% ay sonra"
year:
past: "{1} %count% yıl önce|[2,Inf] %count% yıl önce"
future: "{1} %count% yıl sonra|[2,Inf] %count% yıl sonra"
compound:
second: "[0,1] %count% saniye|[2,Inf] %count% saniye"
minute: "{1} %count% dakika|[2,Inf] %count% dakika"
hour: "{1} %count% saat|[2,Inf] %count% saat"
day: "{1} %count% gün|[2,Inf] %count% gün"
week: "{1} %count% hafta|[2,Inf] %count% hafta"
month: "{1} %count% ay|[2,Inf] %count% ay"
year: "{1} %count% yıl|[2,Inf] %count% yıl"
past: "%value% önce"
future: "%value% sonra"