Initial import from local backup (Documents-Playground/pakerpale)
This commit is contained in:
54
node_modules/relative-time-format/locale/hr/narrow.json
generated
vendored
Normal file
54
node_modules/relative-time-format/locale/hr/narrow.json
generated
vendored
Normal file
@@ -0,0 +1,54 @@
|
||||
{
|
||||
"year": {
|
||||
"previous": "prošle g.",
|
||||
"current": "ove g.",
|
||||
"next": "sljedeće g.",
|
||||
"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": "prije {0} d",
|
||||
"future": "za {0} d"
|
||||
},
|
||||
"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