import type {Translation} from "../i18n-types"; const nb: Translation = { stopwatch: { roundUp: "Rund opp", roundDown: "Rund ned", createEntry: "Opprett tidsoppføring", whatsYourFocus: "Hva skal du fokusere på?", reset: "Tilbakestill", start: "Start", stop: "Stopp", } }; export default nb;