@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
191 lines • 5.74 kB
JavaScript
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: {
alt_label_completed: 'Completed',
alt_label_current: 'Current',
alt_label_upcoming: '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: {
default_title: 'An error has occurred',
close_text: 'Close',
status_anchor_text: '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.'
},
code: 'Error code:',
errorMessageCode: 'Error code: %statusCode',
help: 'Here are some links that might help:'
},
ProgressIndicator: {
indicator_label: 'Please wait ...'
},
DrawerList: {
defaultGroupSR: 'Default options',
missingGroup: 'Group',
noGroupSR: 'Other options'
},
Dropdown: {
title: 'Option Menu'
},
Autocomplete: {
title: 'Type and select',
submit_button_title: 'Show options',
no_options: 'No options',
show_all: 'Show everything',
show_options_sr: 'Browse options, close with esc button',
aria_live_options: '%s options',
selected_sr: 'Selected:',
indicator_label: 'Getting data ...'
},
Modal: {
dialog_title: 'Dialog Window',
close_title: 'Close'
},
Dialog: {
declineText: 'Cancel',
confirmText: 'Confirm'
},
CopyOnClick: {
clipboard_copy: 'Copied'
},
NumberFormat: {
clipboard_copy: 'Copied',
not_available: 'Not available'
},
Stat: {
rating: '%value of %max'
},
HelpButton: {
title: 'Help text',
aria_role: 'Help button'
},
Skeleton: {
aria_busy: 'In progress ...',
aria_ready: 'Ready to interact'
},
Input: {
submit_button_title: 'Submit button',
clear_button_title: 'Clear value'
},
Pagination: {
button_title: 'Page %s',
next_title: 'Next page',
prev_title: 'Previous page',
more_pages: '%s more pages',
is_loading_text: 'Loading new content',
load_button_text: 'Show more content'
},
StepIndicator: {
overview_title: 'Steps Overview',
step_title: 'Step %step of %count:'
},
Slider: {
addTitle: 'Increase (%s)',
subtractTitle: 'Decrease (%s)'
},
PaymentCard: {
text_card_number: 'Card number',
text_blocked: 'Blocked',
text_expired: 'Expired',
text_not_active: 'Inactive',
text_new_order: 'Ordered',
text_order_in_process: 'On the way',
text_replaced: 'Replaced',
text_renewed: 'Renewed',
text_new: 'New',
text_unknown: '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',
fileListAriaLabel: 'uploaded files'
},
Popover: {
closeButtonTitle: 'Close',
openTriggerTitle: 'Click to open',
closeTriggerTitle: 'Click to close',
focusTrapTitle: 'Click to return'
},
TermDefinition: {
closeButtonTitle: 'Close definition',
openTriggerTitle: 'Click to open definition',
closeTriggerTitle: 'Click to close definition'
}
}
};
//# sourceMappingURL=en-GB.js.map