UNPKG

@lekseek/ui

Version:

Vue 3 components library

73 lines (71 loc) 1.49 kB
import { Dictionary } from '../../../models'; export const en: Dictionary = { asyncContent: { errorText: 'Something went wrong', reloadText: 'Try again', }, autocomplete: { noMatchingItems: 'No matching items', }, infiniteScroll: { loadingText: 'Loading...', completeText: 'That is all!', errorText: 'Loading data failed', }, phoneInput: { errorText: 'Type valid phone number', }, pagination: { page: 'Page', total: 'of', }, select: { placeholder: 'Select', search: 'Search', noMatchingItems: 'No matching items', }, image: { downloadFailed: 'Image download failed', checkNetwork: 'Check your network connection and try again', downloadImage: 'Download image', }, fileUploader: { selectFromDisk: 'Select from disk', dropAreaText: 'Move the file here', dropAreaTextWhenDragging: 'Drop the file', dropAreaTextWhenDisabled: 'Area disabled', title: 'File add', validationError: 'Invalid file', sizeError: 'Invalid file size', }, weekdays: [ 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday', 'Sunday', ], months: [ 'January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December', ], timeline: { noItems: 'No items to show', }, table: { loading: 'Loading', noItems: 'No items to show', }, };