Initial import from local backup (Documents-Playground/pakerpale)
This commit is contained in:
7
node_modules/relative-time-format/locale/lt/index.js
generated
vendored
Normal file
7
node_modules/relative-time-format/locale/lt/index.js
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
module.exports = {
|
||||
locale: 'lt',
|
||||
long: require('./long.json'),
|
||||
short: require('./short.json'),
|
||||
narrow: require('./narrow.json'),
|
||||
quantify: require('./quantify')
|
||||
}
|
||||
121
node_modules/relative-time-format/locale/lt/long.json
generated
vendored
Normal file
121
node_modules/relative-time-format/locale/lt/long.json
generated
vendored
Normal file
@@ -0,0 +1,121 @@
|
||||
{
|
||||
"year": {
|
||||
"previous": "praėjusiais metais",
|
||||
"current": "šiais metais",
|
||||
"next": "kitais metais",
|
||||
"past": {
|
||||
"one": "prieš {0} metus",
|
||||
"few": "prieš {0} metus",
|
||||
"other": "prieš {0} metų"
|
||||
},
|
||||
"future": "po {0} metų"
|
||||
},
|
||||
"quarter": {
|
||||
"previous": "praėjęs ketvirtis",
|
||||
"current": "šis ketvirtis",
|
||||
"next": "kitas ketvirtis",
|
||||
"past": {
|
||||
"one": "prieš {0} ketvirtį",
|
||||
"few": "prieš {0} ketvirčius",
|
||||
"many": "prieš {0} ketvirčio",
|
||||
"other": "prieš {0} ketvirčių"
|
||||
},
|
||||
"future": {
|
||||
"one": "po {0} ketvirčio",
|
||||
"many": "po {0} ketvirčio",
|
||||
"other": "po {0} ketvirčių"
|
||||
}
|
||||
},
|
||||
"month": {
|
||||
"previous": "praėjusį mėnesį",
|
||||
"current": "šį mėnesį",
|
||||
"next": "kitą mėnesį",
|
||||
"past": {
|
||||
"one": "prieš {0} mėnesį",
|
||||
"few": "prieš {0} mėnesius",
|
||||
"many": "prieš {0} mėnesio",
|
||||
"other": "prieš {0} mėnesių"
|
||||
},
|
||||
"future": {
|
||||
"one": "po {0} mėnesio",
|
||||
"many": "po {0} mėnesio",
|
||||
"other": "po {0} mėnesių"
|
||||
}
|
||||
},
|
||||
"week": {
|
||||
"previous": "praėjusią savaitę",
|
||||
"current": "šią savaitę",
|
||||
"next": "kitą savaitę",
|
||||
"past": {
|
||||
"one": "prieš {0} savaitę",
|
||||
"few": "prieš {0} savaites",
|
||||
"many": "prieš {0} savaitės",
|
||||
"other": "prieš {0} savaičių"
|
||||
},
|
||||
"future": {
|
||||
"one": "po {0} savaitės",
|
||||
"many": "po {0} savaitės",
|
||||
"other": "po {0} savaičių"
|
||||
}
|
||||
},
|
||||
"day": {
|
||||
"previous": "vakar",
|
||||
"previous-2": "užvakar",
|
||||
"current": "šiandien",
|
||||
"next": "rytoj",
|
||||
"next-2": "poryt",
|
||||
"past": {
|
||||
"one": "prieš {0} dieną",
|
||||
"few": "prieš {0} dienas",
|
||||
"many": "prieš {0} dienos",
|
||||
"other": "prieš {0} dienų"
|
||||
},
|
||||
"future": {
|
||||
"one": "po {0} dienos",
|
||||
"many": "po {0} dienos",
|
||||
"other": "po {0} dienų"
|
||||
}
|
||||
},
|
||||
"hour": {
|
||||
"current": "šią valandą",
|
||||
"past": {
|
||||
"one": "prieš {0} valandą",
|
||||
"few": "prieš {0} valandas",
|
||||
"many": "prieš {0} valandos",
|
||||
"other": "prieš {0} valandų"
|
||||
},
|
||||
"future": {
|
||||
"one": "po {0} valandos",
|
||||
"many": "po {0} valandos",
|
||||
"other": "po {0} valandų"
|
||||
}
|
||||
},
|
||||
"minute": {
|
||||
"current": "šią minutę",
|
||||
"past": {
|
||||
"one": "prieš {0} minutę",
|
||||
"few": "prieš {0} minutes",
|
||||
"many": "prieš {0} minutės",
|
||||
"other": "prieš {0} minučių"
|
||||
},
|
||||
"future": {
|
||||
"one": "po {0} minutės",
|
||||
"many": "po {0} minutės",
|
||||
"other": "po {0} minučių"
|
||||
}
|
||||
},
|
||||
"second": {
|
||||
"current": "dabar",
|
||||
"past": {
|
||||
"one": "prieš {0} sekundę",
|
||||
"few": "prieš {0} sekundes",
|
||||
"many": "prieš {0} sekundės",
|
||||
"other": "prieš {0} sekundžių"
|
||||
},
|
||||
"future": {
|
||||
"one": "po {0} sekundės",
|
||||
"many": "po {0} sekundės",
|
||||
"other": "po {0} sekundžių"
|
||||
}
|
||||
}
|
||||
}
|
||||
54
node_modules/relative-time-format/locale/lt/narrow.json
generated
vendored
Normal file
54
node_modules/relative-time-format/locale/lt/narrow.json
generated
vendored
Normal file
@@ -0,0 +1,54 @@
|
||||
{
|
||||
"year": {
|
||||
"previous": "praėjusiais metais",
|
||||
"current": "šiais metais",
|
||||
"next": "kitais metais",
|
||||
"past": "prieš {0} m.",
|
||||
"future": "po {0} m."
|
||||
},
|
||||
"quarter": {
|
||||
"previous": "praėjęs ketvirtis",
|
||||
"current": "šis ketvirtis",
|
||||
"next": "kitas ketvirtis",
|
||||
"past": "prieš {0} ketv.",
|
||||
"future": "po {0} ketv."
|
||||
},
|
||||
"month": {
|
||||
"previous": "praėjusį mėnesį",
|
||||
"current": "šį mėnesį",
|
||||
"next": "kitą mėnesį",
|
||||
"past": "prieš {0} mėn.",
|
||||
"future": "po {0} mėn."
|
||||
},
|
||||
"week": {
|
||||
"previous": "praėjusią savaitę",
|
||||
"current": "šią savaitę",
|
||||
"next": "kitą savaitę",
|
||||
"past": "prieš {0} sav.",
|
||||
"future": "po {0} sav."
|
||||
},
|
||||
"day": {
|
||||
"previous": "vakar",
|
||||
"previous-2": "užvakar",
|
||||
"current": "šiandien",
|
||||
"next": "rytoj",
|
||||
"next-2": "poryt",
|
||||
"past": "prieš {0} d.",
|
||||
"future": "po {0} d."
|
||||
},
|
||||
"hour": {
|
||||
"current": "šią valandą",
|
||||
"past": "prieš {0} val.",
|
||||
"future": "po {0} val."
|
||||
},
|
||||
"minute": {
|
||||
"current": "šią minutę",
|
||||
"past": "prieš {0} min.",
|
||||
"future": "po {0} min."
|
||||
},
|
||||
"second": {
|
||||
"current": "dabar",
|
||||
"past": "prieš {0} s",
|
||||
"future": "po {0} s"
|
||||
}
|
||||
}
|
||||
1
node_modules/relative-time-format/locale/lt/quantify.js
generated
vendored
Normal file
1
node_modules/relative-time-format/locale/lt/quantify.js
generated
vendored
Normal file
@@ -0,0 +1 @@
|
||||
module.exports=function(e){var i=String(e).split("."),n=i[1]||"",r=Number(i[0])==e,s=r&&i[0].slice(-1),t=r&&i[0].slice(-2);return 1==s&&(t<11||19<t)?"one":2<=s&&s<=9&&(t<11||19<t)?"few":0!=n?"many":"other"}
|
||||
54
node_modules/relative-time-format/locale/lt/short.json
generated
vendored
Normal file
54
node_modules/relative-time-format/locale/lt/short.json
generated
vendored
Normal file
@@ -0,0 +1,54 @@
|
||||
{
|
||||
"year": {
|
||||
"previous": "praėjusiais metais",
|
||||
"current": "šiais metais",
|
||||
"next": "kitais metais",
|
||||
"past": "prieš {0} m.",
|
||||
"future": "po {0} m."
|
||||
},
|
||||
"quarter": {
|
||||
"previous": "praėjęs ketvirtis",
|
||||
"current": "šis ketvirtis",
|
||||
"next": "kitas ketvirtis",
|
||||
"past": "prieš {0} ketv.",
|
||||
"future": "po {0} ketv."
|
||||
},
|
||||
"month": {
|
||||
"previous": "praėjusį mėnesį",
|
||||
"current": "šį mėnesį",
|
||||
"next": "kitą mėnesį",
|
||||
"past": "prieš {0} mėn.",
|
||||
"future": "po {0} mėn."
|
||||
},
|
||||
"week": {
|
||||
"previous": "praėjusią savaitę",
|
||||
"current": "šią savaitę",
|
||||
"next": "kitą savaitę",
|
||||
"past": "prieš {0} sav.",
|
||||
"future": "po {0} sav."
|
||||
},
|
||||
"day": {
|
||||
"previous": "vakar",
|
||||
"previous-2": "užvakar",
|
||||
"current": "šiandien",
|
||||
"next": "rytoj",
|
||||
"next-2": "poryt",
|
||||
"past": "prieš {0} d.",
|
||||
"future": "po {0} d."
|
||||
},
|
||||
"hour": {
|
||||
"current": "šią valandą",
|
||||
"past": "prieš {0} val.",
|
||||
"future": "po {0} val."
|
||||
},
|
||||
"minute": {
|
||||
"current": "šią minutę",
|
||||
"past": "prieš {0} min.",
|
||||
"future": "po {0} min."
|
||||
},
|
||||
"second": {
|
||||
"current": "dabar",
|
||||
"past": "prieš {0} sek.",
|
||||
"future": "po {0} sek."
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user