52 lines
1013 B
JSON
52 lines
1013 B
JSON
{
|
|
"year": {
|
|
"previous": "geçen ýyl",
|
|
"current": "şu ýyl",
|
|
"next": "indiki ýyl",
|
|
"past": "{0} ý. öň",
|
|
"future": "{0} ý-dan"
|
|
},
|
|
"quarter": {
|
|
"previous": "geçen çärýek",
|
|
"current": "şu çärýek",
|
|
"next": "indiki çärýek",
|
|
"past": "{0} ç. öň",
|
|
"future": "{0} ç-den"
|
|
},
|
|
"month": {
|
|
"previous": "geçen aý",
|
|
"current": "şu aý",
|
|
"next": "indiki aý",
|
|
"past": "{0} aý öň",
|
|
"future": "{0} aýdan"
|
|
},
|
|
"week": {
|
|
"previous": "geçen hepde",
|
|
"current": "şu hepde",
|
|
"next": "indiki hepde",
|
|
"past": "{0} h. öň",
|
|
"future": "{0} h-den"
|
|
},
|
|
"day": {
|
|
"previous": "düýn",
|
|
"current": "şu gün",
|
|
"next": "ertir",
|
|
"past": "{0} g. öň",
|
|
"future": "{0} g-den"
|
|
},
|
|
"hour": {
|
|
"current": "şu sagat",
|
|
"past": "{0} sag. öň",
|
|
"future": "{0} sag-dan"
|
|
},
|
|
"minute": {
|
|
"current": "şu minut",
|
|
"past": "{0} min. öň",
|
|
"future": "{0} min-dan"
|
|
},
|
|
"second": {
|
|
"current": "häzir",
|
|
"past": "{0} sek. öň",
|
|
"future": "{0} sek-dan"
|
|
}
|
|
} |