Initial import from local backup (Documents-Playground/pakerpale)
This commit is contained in:
66
node_modules/relative-time-format/locale/lv/narrow.json
generated
vendored
Normal file
66
node_modules/relative-time-format/locale/lv/narrow.json
generated
vendored
Normal file
@@ -0,0 +1,66 @@
|
||||
{
|
||||
"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} h",
|
||||
"future": "pēc {0} h"
|
||||
},
|
||||
"minute": {
|
||||
"current": "šajā minūtē",
|
||||
"past": "pirms {0} min",
|
||||
"future": {
|
||||
"one": "pēc {0} min",
|
||||
"other": "pēc {0} min"
|
||||
}
|
||||
},
|
||||
"second": {
|
||||
"current": "tagad",
|
||||
"past": {
|
||||
"one": "pirms {0} s",
|
||||
"other": "pirms {0} s"
|
||||
},
|
||||
"future": "pēc {0} s"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user