Initial import from local backup (Documents-Playground/pakerpale)
This commit is contained in:
54
node_modules/relative-time-format/locale/tr/short.json
generated
vendored
Normal file
54
node_modules/relative-time-format/locale/tr/short.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} ç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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user