87 lines
1.5 KiB
JSON
87 lines
1.5 KiB
JSON
{
|
|
"year": {
|
|
"previous": "last year",
|
|
"current": "this year",
|
|
"next": "next year",
|
|
"past": {
|
|
"one": "vor {0} jár",
|
|
"other": "cor {0} jár"
|
|
},
|
|
"future": "I {0} jár"
|
|
},
|
|
"quarter": {
|
|
"previous": "last quarter",
|
|
"current": "this quarter",
|
|
"next": "next quarter",
|
|
"past": "-{0} Q",
|
|
"future": "+{0} Q"
|
|
},
|
|
"month": {
|
|
"previous": "last month",
|
|
"current": "this month",
|
|
"next": "next month",
|
|
"past": "vor {0} mánet",
|
|
"future": "I {0} mánet"
|
|
},
|
|
"week": {
|
|
"previous": "last week",
|
|
"current": "this week",
|
|
"next": "next week",
|
|
"past": {
|
|
"one": "vor {0} wuča",
|
|
"other": "cor {0} wučä"
|
|
},
|
|
"future": {
|
|
"one": "i {0} wuča",
|
|
"other": "i {0} wučä"
|
|
}
|
|
},
|
|
"day": {
|
|
"previous": "Gešter",
|
|
"previous-2": "Vorgešter",
|
|
"current": "Hitte",
|
|
"next": "Móre",
|
|
"next-2": "Ubermóre",
|
|
"past": {
|
|
"one": "vor {0} tag",
|
|
"other": "vor {0} täg"
|
|
},
|
|
"future": {
|
|
"one": "i {0} tag",
|
|
"other": "i {0} täg"
|
|
}
|
|
},
|
|
"hour": {
|
|
"current": "this hour",
|
|
"past": {
|
|
"one": "vor {0} stund",
|
|
"other": "vor {0} stunde"
|
|
},
|
|
"future": {
|
|
"one": "i {0} stund",
|
|
"other": "i {0} stunde"
|
|
}
|
|
},
|
|
"minute": {
|
|
"current": "this minute",
|
|
"past": {
|
|
"one": "vor {0} minüta",
|
|
"other": "vor {0} minüte"
|
|
},
|
|
"future": {
|
|
"one": "i {0} minüta",
|
|
"other": "i {0} minüte"
|
|
}
|
|
},
|
|
"second": {
|
|
"current": "now",
|
|
"past": {
|
|
"one": "vor {0} sekund",
|
|
"other": "vor {0} sekunde"
|
|
},
|
|
"future": {
|
|
"one": "i {0} sekund",
|
|
"other": "i {0} sekunde"
|
|
}
|
|
}
|
|
} |