Initial import from local backup (Documents-Playground/pakerpale)
This commit is contained in:
102
node_modules/relative-time-format/locale/lv/long.json
generated
vendored
Normal file
102
node_modules/relative-time-format/locale/lv/long.json
generated
vendored
Normal file
@@ -0,0 +1,102 @@
|
||||
{
|
||||
"year": {
|
||||
"previous": "pagājušajā gadā",
|
||||
"current": "šajā gadā",
|
||||
"next": "nākamajā gadā",
|
||||
"past": {
|
||||
"one": "pirms {0} gada",
|
||||
"other": "pirms {0} gadiem"
|
||||
},
|
||||
"future": {
|
||||
"one": "pēc {0} gada",
|
||||
"other": "pēc {0} gadiem"
|
||||
}
|
||||
},
|
||||
"quarter": {
|
||||
"previous": "pēdējais ceturksnis",
|
||||
"current": "šis ceturksnis",
|
||||
"next": "nākamais ceturksnis",
|
||||
"past": {
|
||||
"one": "pirms {0} ceturkšņa",
|
||||
"other": "pirms {0} ceturkšņiem"
|
||||
},
|
||||
"future": {
|
||||
"one": "pēc {0} ceturkšņa",
|
||||
"other": "pēc {0} ceturkšņiem"
|
||||
}
|
||||
},
|
||||
"month": {
|
||||
"previous": "pagājušajā mēnesī",
|
||||
"current": "šajā mēnesī",
|
||||
"next": "nākamajā mēnesī",
|
||||
"past": {
|
||||
"one": "pirms {0} mēneša",
|
||||
"other": "pirms {0} mēnešiem"
|
||||
},
|
||||
"future": {
|
||||
"one": "pēc {0} mēneša",
|
||||
"other": "pēc {0} mēnešiem"
|
||||
}
|
||||
},
|
||||
"week": {
|
||||
"previous": "pagājušajā nedēļā",
|
||||
"current": "šajā nedēļā",
|
||||
"next": "nākamajā nedēļā",
|
||||
"past": {
|
||||
"one": "pirms {0} nedēļas",
|
||||
"other": "pirms {0} nedēļām"
|
||||
},
|
||||
"future": {
|
||||
"one": "pēc {0} nedēļas",
|
||||
"other": "pēc {0} nedēļām"
|
||||
}
|
||||
},
|
||||
"day": {
|
||||
"previous": "vakar",
|
||||
"previous-2": "aizvakar",
|
||||
"current": "šodien",
|
||||
"next": "rīt",
|
||||
"next-2": "parīt",
|
||||
"past": {
|
||||
"one": "pirms {0} dienas",
|
||||
"other": "pirms {0} dienām"
|
||||
},
|
||||
"future": {
|
||||
"one": "pēc {0} dienas",
|
||||
"other": "pēc {0} dienām"
|
||||
}
|
||||
},
|
||||
"hour": {
|
||||
"current": "šajā stundā",
|
||||
"past": {
|
||||
"one": "pirms {0} stundas",
|
||||
"other": "pirms {0} stundām"
|
||||
},
|
||||
"future": {
|
||||
"one": "pēc {0} stundas",
|
||||
"other": "pēc {0} stundām"
|
||||
}
|
||||
},
|
||||
"minute": {
|
||||
"current": "šajā minūtē",
|
||||
"past": {
|
||||
"one": "pirms {0} minūtes",
|
||||
"other": "pirms {0} minūtēm"
|
||||
},
|
||||
"future": {
|
||||
"one": "pēc {0} minūtes",
|
||||
"other": "pēc {0} minūtēm"
|
||||
}
|
||||
},
|
||||
"second": {
|
||||
"current": "tagad",
|
||||
"past": {
|
||||
"one": "pirms {0} sekundes",
|
||||
"other": "pirms {0} sekundēm"
|
||||
},
|
||||
"future": {
|
||||
"one": "pēc {0} sekundes",
|
||||
"other": "pēc {0} sekundēm"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user