import type {BaseTranslation} from "../i18n-types"; const en: BaseTranslation = { stopwatch: { roundUp: "Round up", roundDown: "Round down", createEntry: "Create entry", whatsYourFocus: "What's your focus?", reset: "Reset", start: "Start", stop: "Stop", }, localeSwitcher: { language: "Language" } }; export default en;