52 lines
1005 B
JSON
52 lines
1005 B
JSON
{
|
|
"year": {
|
|
"previous": "łoni",
|
|
"current": "lětosa",
|
|
"next": "znowa",
|
|
"past": "pśed {0} l.",
|
|
"future": "za {0} l."
|
|
},
|
|
"quarter": {
|
|
"previous": "last quarter",
|
|
"current": "this quarter",
|
|
"next": "next quarter",
|
|
"past": "pśed {0} kw.",
|
|
"future": "za {0} kw."
|
|
},
|
|
"month": {
|
|
"previous": "slědny mjasec",
|
|
"current": "ten mjasec",
|
|
"next": "pśiducy mjasec",
|
|
"past": "pśed {0} mjas.",
|
|
"future": "za {0} mjas."
|
|
},
|
|
"week": {
|
|
"previous": "slědny tyźeń",
|
|
"current": "ten tyźeń",
|
|
"next": "pśiducy tyźeń",
|
|
"past": "pśed {0} tyź.",
|
|
"future": "za {0} tyź."
|
|
},
|
|
"day": {
|
|
"previous": "cora",
|
|
"current": "źinsa",
|
|
"next": "witśe",
|
|
"past": "pśed {0} d",
|
|
"future": "za {0} ź"
|
|
},
|
|
"hour": {
|
|
"current": "this hour",
|
|
"past": "pśed {0} g",
|
|
"future": "za {0} g"
|
|
},
|
|
"minute": {
|
|
"current": "this minute",
|
|
"past": "pśed {0} m",
|
|
"future": "za {0} m"
|
|
},
|
|
"second": {
|
|
"current": "now",
|
|
"past": "pśed {0} s",
|
|
"future": "za {0} s"
|
|
}
|
|
} |