Initial import from local backup (Documents-Playground/pakerpale)
This commit is contained in:
54
node_modules/relative-time-format/locale/tr/long.json
generated
vendored
Normal file
54
node_modules/relative-time-format/locale/tr/long.json
generated
vendored
Normal file
@@ -0,0 +1,54 @@
|
||||
{
|
||||
"year": {
|
||||
"previous": "geçen yıl",
|
||||
"current": "bu yıl",
|
||||
"next": "gelecek yıl",
|
||||
"past": "{0} yıl önce",
|
||||
"future": "{0} yıl sonra"
|
||||
},
|
||||
"quarter": {
|
||||
"previous": "geçen çeyrek",
|
||||
"current": "bu çeyrek",
|
||||
"next": "gelecek çeyrek",
|
||||
"past": "{0} çeyrek önce",
|
||||
"future": "{0} çeyrek sonra"
|
||||
},
|
||||
"month": {
|
||||
"previous": "geçen ay",
|
||||
"current": "bu ay",
|
||||
"next": "gelecek ay",
|
||||
"past": "{0} ay önce",
|
||||
"future": "{0} ay sonra"
|
||||
},
|
||||
"week": {
|
||||
"previous": "geçen hafta",
|
||||
"current": "bu hafta",
|
||||
"next": "gelecek hafta",
|
||||
"past": "{0} hafta önce",
|
||||
"future": "{0} hafta sonra"
|
||||
},
|
||||
"day": {
|
||||
"previous": "dün",
|
||||
"previous-2": "evvelsi gün",
|
||||
"current": "bugün",
|
||||
"next": "yarın",
|
||||
"next-2": "öbür gün",
|
||||
"past": "{0} gün önce",
|
||||
"future": "{0} gün sonra"
|
||||
},
|
||||
"hour": {
|
||||
"current": "bu saat",
|
||||
"past": "{0} saat önce",
|
||||
"future": "{0} saat sonra"
|
||||
},
|
||||
"minute": {
|
||||
"current": "bu dakika",
|
||||
"past": "{0} dakika önce",
|
||||
"future": "{0} dakika sonra"
|
||||
},
|
||||
"second": {
|
||||
"current": "şimdi",
|
||||
"past": "{0} saniye önce",
|
||||
"future": "{0} saniye sonra"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user