UNPKG

@dnb/eufemia

Version:

DNB Eufemia Design System UI Library

193 lines 5.69 kB
export default { 'en-GB': { TextCounter: { characterDown: '%count of %max characters remaining.', characterUp: 'You have used %count of %max characters.', characterExceeded: '%count characters over the limit of %max.' }, TimelineItem: { altLabelCompleted: 'Completed', altLabelCurrent: 'Current', altLabelUpcoming: 'Upcoming' }, Breadcrumb: { navText: 'Page hierarchy', goBackText: 'Back', homeText: 'Home', backToText: 'Back to...' }, DateFormat: { invalidDate: 'Invalid date: {value}' }, DatePicker: { day: 'Day', month: 'Month', year: 'Year', start: 'from', end: 'to', selectedDate: 'Selected date: %s', selectedDateRange: 'Selected dates: %s', selectedMonth: 'Selected month %s', selectedYear: 'Selected year %s', nextMonth: 'Next month %s', prevMonth: 'Previous month %s', nextYear: 'Next year %s', prevYear: 'Previous year %s', openPickerText: 'Open date picker', maskOrder: 'dd/mm/yyyy', maskPlaceholder: 'dd/mm/yyyy', dateFormat: 'yyyy-MM-dd', returnFormat: 'yyyy-MM-dd', firstDay: 'monday', submitButtonText: 'OK', cancelButtonText: 'Cancel', resetButtonText: 'Reset', placeholderCharacters: { day: 'd', month: 'm', year: 'y' } }, Anchor: { targetBlankTitle: 'Opens a new window' }, GlobalStatus: { defaultTitle: 'An error has occurred', closeText: 'Close', statusAnchorText: 'Go to %s' }, GlobalError: { 404: { title: "We can't find the page you're looking for …", text: 'Are you sure you have entered the correct address? Or have we messed with the links?' }, 500: { title: 'Sorry, a technical error occurred!', text: 'The service is not working properly at the moment. Try again later.' }, errorMessageCode: 'Error code: %statusCode', help: 'Here are some links that might help:' }, ProgressIndicator: { indicatorLabel: 'Please wait ...' }, DrawerList: { defaultGroupSR: 'Default options', missingGroup: 'Group', noGroupSR: 'Other options' }, Dropdown: { title: 'Option Menu' }, Autocomplete: { title: 'Type and select', submitButtonTitle: 'Show options', noOptions: 'No options', showAll: 'Show everything', showOptionsSr: 'Browse options, close with esc button', ariaLiveOptions: '%s options', selectedSr: 'Selected:', indicatorLabel: 'Getting data ...' }, Modal: { dialogTitle: 'Dialog Window', closeTitle: 'Close' }, Dialog: { declineText: 'Cancel', confirmText: 'Confirm' }, CopyOnClick: { clipboardCopy: 'Copied' }, NumberFormat: { clipboardCopy: 'Copied', notAvailable: 'Not available' }, Stat: { rating: '%value of %max' }, HelpButton: { title: 'Help text', ariaRole: 'Help button' }, Skeleton: { ariaBusy: 'In progress ...', ariaReady: 'Ready to interact' }, Input: { submitButtonTitle: 'Submit button', clearButtonTitle: 'Clear value' }, Pagination: { buttonTitle: 'Page %s', nextTitle: 'Next page', prevTitle: 'Previous page', morePages: '%s more pages', isLoadingText: 'Loading new content', loadButtonText: 'Show more content' }, StepIndicator: { overviewTitle: 'Steps Overview', stepTitle: 'Step %step of %count:' }, Slider: { addTitle: 'Increase (%s)', subtractTitle: 'Decrease (%s)' }, PaymentCard: { textBlocked: 'Blocked', textExpired: 'Expired', textNotActive: 'Inactive', textNewOrder: 'Ordered', textOrderInProcess: 'On the way', textReplaced: 'Replaced', textRenewed: 'Renewed', textNew: 'New', textUnknown: 'Unknown' }, Tag: { removeIconTitle: 'Remove', addIconTitle: 'Add' }, Table: { accordionToggleButtonSR: 'Show more content', accordionMoreContentSR: 'More content in the next row', navigationButtonSR: 'Navigate to more content' }, Upload: { title: 'Upload documents', text: 'Drag & drop your files or choose files to upload.', textSingular: 'Drag & drop your file or choose which file to upload.', fileTypeTableCaption: 'Allowed formats and max. file size', fileTypeDescription: 'Allowed formats:', fileSizeDescription: 'Max. file size:', fileAmountDescription: 'Max. number of files:', fileSizeContent: '%size MB', buttonText: 'Choose files', buttonTextSingular: 'Choose file', loadingText: 'Loading', errorLargeFile: 'The file you are trying to upload is too big, the maximum size supported is %size MB.', errorAmountLimit: 'There is a limit to how many files you can upload (%amount).', errorUnsupportedFile: 'The file you are trying to upload is not supported.', deleteButton: 'Delete', listAriaLabel: 'uploaded files' }, Popover: { closeButtonTitle: 'Close', openTriggerTitle: 'Click to open', closeTriggerTitle: 'Click to close', focusTrapTitle: 'Click to return' }, List: { showMore: 'Show more', showLess: 'Show less' }, TermDefinition: { closeButtonTitle: 'Close definition', openTriggerTitle: 'Click to open definition', closeTriggerTitle: 'Click to close definition' } } }; //# sourceMappingURL=en-GB.js.map