Files
cm-app-crawlspider/node_modules/relative-time-format/locale/tr/narrow.json

54 lines
1.1 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"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} çyr. önce",
"future": "{0} çyr. 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} hf. önce",
"future": "{0} hf. 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} sa. önce",
"future": "{0} sa. sonra"
},
"minute": {
"current": "bu dakika",
"past": "{0} dk. önce",
"future": "{0} dk. sonra"
},
"second": {
"current": "şimdi",
"past": "{0} sn. önce",
"future": "{0} sn. sonra"
}
}