Initial import from local backup (Documents-Playground/pakerpale)
This commit is contained in:
60
node_modules/relative-time-format/locale/hr/short.json
generated
vendored
Normal file
60
node_modules/relative-time-format/locale/hr/short.json
generated
vendored
Normal file
@@ -0,0 +1,60 @@
|
||||
{
|
||||
"year": {
|
||||
"previous": "prošle god.",
|
||||
"current": "ove god.",
|
||||
"next": "sljedeće god.",
|
||||
"past": "prije {0} g.",
|
||||
"future": "za {0} g."
|
||||
},
|
||||
"quarter": {
|
||||
"previous": "prošli kv.",
|
||||
"current": "ovaj kv.",
|
||||
"next": "sljedeći kv.",
|
||||
"past": "prije {0} kv.",
|
||||
"future": "za {0} kv."
|
||||
},
|
||||
"month": {
|
||||
"previous": "prošli mj.",
|
||||
"current": "ovaj mj.",
|
||||
"next": "sljedeći mj.",
|
||||
"past": "prije {0} mj.",
|
||||
"future": "za {0} mj."
|
||||
},
|
||||
"week": {
|
||||
"previous": "prošli tj.",
|
||||
"current": "ovaj tj.",
|
||||
"next": "sljedeći tj.",
|
||||
"past": "prije {0} tj.",
|
||||
"future": "za {0} tj."
|
||||
},
|
||||
"day": {
|
||||
"previous": "jučer",
|
||||
"previous-2": "prekjučer",
|
||||
"current": "danas",
|
||||
"next": "sutra",
|
||||
"next-2": "prekosutra",
|
||||
"past": {
|
||||
"one": "prije {0} dan",
|
||||
"other": "prije {0} dana"
|
||||
},
|
||||
"future": {
|
||||
"one": "za {0} dan",
|
||||
"other": "za {0} dana"
|
||||
}
|
||||
},
|
||||
"hour": {
|
||||
"current": "ovaj sat",
|
||||
"past": "prije {0} h",
|
||||
"future": "za {0} h"
|
||||
},
|
||||
"minute": {
|
||||
"current": "ova minuta",
|
||||
"past": "prije {0} min",
|
||||
"future": "za {0} min"
|
||||
},
|
||||
"second": {
|
||||
"current": "sad",
|
||||
"past": "prije {0} s",
|
||||
"future": "za {0} s"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user