Files
cm-app-crawlspider/node_modules/relative-time-format/locale/nb/narrow.json

54 lines
978 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"year": {
"previous": "i fjor",
"current": "i år",
"next": "neste år",
"past": "{0} år",
"future": "+{0} år"
},
"quarter": {
"previous": "forrige kv.",
"current": "dette kv.",
"next": "neste kv.",
"past": "{0} kv.",
"future": "+{0} kv."
},
"month": {
"previous": "forrige md.",
"current": "denne md.",
"next": "neste md.",
"past": "-{0} md.",
"future": "+{0} md."
},
"week": {
"previous": "forrige uke",
"current": "denne uken",
"next": "neste uke",
"past": "-{0} u.",
"future": "+{0} u."
},
"day": {
"previous": "i går",
"previous-2": "-2 d.",
"current": "i dag",
"next": "i morgen",
"next-2": "+2 d.",
"past": "-{0} d.",
"future": "+{0} d."
},
"hour": {
"current": "denne timen",
"past": "-{0} t",
"future": "+{0} t"
},
"minute": {
"current": "dette minuttet",
"past": "-{0} min",
"future": "+{0} min"
},
"second": {
"current": "nå",
"past": "-{0} s",
"future": "+{0} s"
}
}