Initial import from local backup (Documents-Playground/pakerpale)
This commit is contained in:
57
node_modules/relative-time-format/locale/fi/short.json
generated
vendored
Normal file
57
node_modules/relative-time-format/locale/fi/short.json
generated
vendored
Normal file
@@ -0,0 +1,57 @@
|
||||
{
|
||||
"year": {
|
||||
"previous": "viime v",
|
||||
"current": "tänä v",
|
||||
"next": "ensi v",
|
||||
"past": "{0} v sitten",
|
||||
"future": "{0} v päästä"
|
||||
},
|
||||
"quarter": {
|
||||
"previous": "viime neljänneksenä",
|
||||
"current": "tänä neljänneksenä",
|
||||
"next": "ensi neljänneksenä",
|
||||
"past": {
|
||||
"one": "{0} neljännes sitten",
|
||||
"other": "{0} neljännestä sitten"
|
||||
},
|
||||
"future": "{0} neljänneksen päästä"
|
||||
},
|
||||
"month": {
|
||||
"previous": "viime kk",
|
||||
"current": "tässä kk",
|
||||
"next": "ensi kk",
|
||||
"past": "{0} kk sitten",
|
||||
"future": "{0} kk päästä"
|
||||
},
|
||||
"week": {
|
||||
"previous": "viime vk",
|
||||
"current": "tällä vk",
|
||||
"next": "ensi vk",
|
||||
"past": "{0} vk sitten",
|
||||
"future": "{0} vk päästä"
|
||||
},
|
||||
"day": {
|
||||
"previous": "eilen",
|
||||
"previous-2": "toissap.",
|
||||
"current": "tänään",
|
||||
"next": "huom.",
|
||||
"next-2": "ylihuom.",
|
||||
"past": "{0} pv sitten",
|
||||
"future": "{0} pv päästä"
|
||||
},
|
||||
"hour": {
|
||||
"current": "tunnin sisällä",
|
||||
"past": "{0} t sitten",
|
||||
"future": "{0} t päästä"
|
||||
},
|
||||
"minute": {
|
||||
"current": "minuutin sisällä",
|
||||
"past": "{0} min sitten",
|
||||
"future": "{0} min päästä"
|
||||
},
|
||||
"second": {
|
||||
"current": "nyt",
|
||||
"past": "{0} s sitten",
|
||||
"future": "{0} s päästä"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user