Files
cm-app-crawlspider/node_modules/relative-time-format/locale/lv/short.json

60 lines
1.2 KiB
JSON
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"year": {
"previous": "pagājušajā gadā",
"current": "šajā gadā",
"next": "nākamajā gadā",
"past": "pirms {0} g.",
"future": "pēc {0} g."
},
"quarter": {
"previous": "pēdējais ceturksnis",
"current": "šis ceturksnis",
"next": "nākamais ceturksnis",
"past": "pirms {0} cet.",
"future": "pēc {0} cet."
},
"month": {
"previous": "pagājušajā mēnesī",
"current": "šajā mēnesī",
"next": "nākamajā mēnesī",
"past": "pirms {0} mēn.",
"future": "pēc {0} mēn."
},
"week": {
"previous": "pagājušajā nedēļā",
"current": "šajā nedēļā",
"next": "nākamajā nedēļā",
"past": "pirms {0} ned.",
"future": "pēc {0} ned."
},
"day": {
"previous": "vakar",
"previous-2": "aizvakar",
"current": "šodien",
"next": "rīt",
"next-2": "parīt",
"past": {
"one": "pirms {0} d.",
"other": "pirms {0} d."
},
"future": {
"one": "pēc {0} d.",
"other": "pēc {0} d."
}
},
"hour": {
"current": "šajā stundā",
"past": "pirms {0} st.",
"future": "pēc {0} st."
},
"minute": {
"current": "šajā minūtē",
"past": "pirms {0} min.",
"future": "pēc {0} min."
},
"second": {
"current": "tagad",
"past": "pirms {0} sek.",
"future": "pēc {0} sek."
}
}