UNPKG

@navikt/ds-react

Version:

React components from the Norwegian Labour and Welfare Administration.

135 lines 3.89 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const locale_1 = require("date-fns/locale"); exports.default = { global: { dateLocale: locale_1.enGB, showMore: "Show more", showLess: "Show less", readOnly: "Read-only", close: "Close", error: "Error", info: "Information", success: "Success", warning: "Warning", announcement: "Announcement", }, Chips: { Removable: { labelSuffix: "delete", }, }, Combobox: { addOption: "Add", noMatches: "No search hits", loading: "Searching…", maxSelected: "{selected} of max {limit} are selected.", }, CopyButton: { title: "Copy", activeText: "Copied!", }, DatePicker: { chooseDate: "Choose date", chooseDates: "Choose dates", chooseDateRange: "Choose start and end date", chooseMonth: "Choose month", week: "Week", weekNumber: "Week {week}", selectWeekNumber: "Select week {week}", month: "Month", goToNextMonth: "Go to next month", goToPreviousMonth: "Go to previous month", year: "Year", goToNextYear: "Go to next year", goToPreviousYear: "Go to previous year", openDatePicker: "Open date picker", openMonthPicker: "Open month picker", closeDatePicker: "Close date picker", closeMonthPicker: "Close month picker", }, ErrorSummary: { heading: "You must correct the following errors before you can continue:", }, FileUpload: { dropzone: { button: "Choose file", buttonMultiple: "Choose files", dragAndDrop: "Drag and drop file here", dragAndDropMultiple: "Drag and drop files here", drop: "Drop", or: "or", disabled: "File upload disabled", disabledFilelimit: "You cannot upload more files", }, item: { retryButtonTitle: "Try uploading the file again", deleteButtonTitle: "Delete file", uploading: "Uploading…", downloading: "Downloading…", }, }, FormProgress: { step: "Step {activeStep} of {totalSteps}", showAllSteps: "Show all steps", hideAllSteps: "Hide all steps", }, FormSummary: { editAnswer: "Edit answer", }, GuidePanel: { illustrationLabel: "Illustration of advisor", }, HelpText: { title: "More information", }, Loader: { title: "Waiting…", }, Pagination: { previous: "Previous", next: "Next", }, Process: { active: "Active", }, ProgressBar: { progress: "{current} of {max}", progressUnknown: "Progress is unknown, estimated time is {seconds} seconds.", }, Search: { clear: "Clear field", search: "Search", }, Textarea: { maxLength: "Text area with a {maxLength} character limit.", charsTooMany: "{chars} characters too many", charsLeft: "{chars} characters left", }, Timeline: { dateFormat: "yyyy-MM-dd", dayFormat: "d MMM", monthFormat: "MMM yyyy", yearFormat: "yyyy", Row: { noPeriods: "No periods", period: "{start} to {end}", }, Period: { success: "Success", warning: "Warning", danger: "Danger", info: "Info", neutral: "Neutral", period: "{status} from {start} to {end}", }, Pin: { pin: "Pin: {date}", }, Zoom: { zoom: "Zoom timeline {start} to {end}", reset: "Reset zoom", }, }, }; //# sourceMappingURL=en.js.map