Initial import from local backup (Documents-Playground/pakerpale)

This commit is contained in:
jeonghwa
2026-07-03 05:27:29 +09:00
commit d918e2eddc
2971 changed files with 264195 additions and 0 deletions

7
node_modules/relative-time-format/locale/lv/index.js generated vendored Normal file
View File

@@ -0,0 +1,7 @@
module.exports = {
locale: 'lv',
long: require('./long.json'),
short: require('./short.json'),
narrow: require('./narrow.json'),
quantify: require('./quantify')
}

102
node_modules/relative-time-format/locale/lv/long.json generated vendored Normal file
View 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"
}
}
}

View 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"
}
}

View File

@@ -0,0 +1 @@
module.exports=function(e){var i=String(e).split("."),l=i[1]||"",r=l.length,s=Number(i[0])==e,c=s&&i[0].slice(-1),n=s&&i[0].slice(-2),t=l.slice(-2),o=l.slice(-1);return s&&0==c||11<=n&&n<=19||2==r&&11<=t&&t<=19?"zero":1==c&&11!=n||2==r&&1==o&&11!=t||2!=r&&1==o?"one":"other"}

60
node_modules/relative-time-format/locale/lv/short.json generated vendored Normal file
View File

@@ -0,0 +1,60 @@
{
"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."
}
}