routie dev init since i didn't adhere to any proper guidance up until now
This commit is contained in:
+186
@@ -0,0 +1,186 @@
|
||||
export default {
|
||||
badge: 'Badge',
|
||||
open: 'Open',
|
||||
close: 'Close',
|
||||
dismiss: 'Dismiss',
|
||||
confirmEdit: {
|
||||
ok: 'OK',
|
||||
cancel: 'Cancel'
|
||||
},
|
||||
dataIterator: {
|
||||
noResultsText: 'No matching records found',
|
||||
loadingText: 'Loading items...'
|
||||
},
|
||||
dataTable: {
|
||||
itemsPerPageText: 'Rows per page:',
|
||||
ariaLabel: {
|
||||
sortDescending: 'Sorted descending.',
|
||||
sortAscending: 'Sorted ascending.',
|
||||
sortNone: 'Not sorted.',
|
||||
activateNone: 'Activate to remove sorting.',
|
||||
activateDescending: 'Activate to sort descending.',
|
||||
activateAscending: 'Activate to sort ascending.'
|
||||
},
|
||||
sortBy: 'Sort by'
|
||||
},
|
||||
dataFooter: {
|
||||
itemsPerPageText: 'Items per page:',
|
||||
itemsPerPageAll: 'All',
|
||||
nextPage: 'Next page',
|
||||
prevPage: 'Previous page',
|
||||
firstPage: 'First page',
|
||||
lastPage: 'Last page',
|
||||
pageText: '{0}-{1} of {2}'
|
||||
},
|
||||
dateRangeInput: {
|
||||
divider: 'to'
|
||||
},
|
||||
datePicker: {
|
||||
itemsSelected: '{0} selected',
|
||||
range: {
|
||||
title: 'Select dates',
|
||||
header: 'Enter dates'
|
||||
},
|
||||
title: 'Select date',
|
||||
header: 'Enter date',
|
||||
input: {
|
||||
placeholder: 'Enter date'
|
||||
},
|
||||
ariaLabel: {
|
||||
previousMonth: 'Previous month',
|
||||
nextMonth: 'Next month',
|
||||
selectYear: 'Select year',
|
||||
previousYear: 'Previous year',
|
||||
nextYear: 'Next year',
|
||||
selectMonth: 'Select month',
|
||||
selectDate: '{0}',
|
||||
// Full date format
|
||||
currentDate: 'Today, {0}'
|
||||
}
|
||||
},
|
||||
noDataText: 'No data available',
|
||||
carousel: {
|
||||
prev: 'Previous visual',
|
||||
next: 'Next visual',
|
||||
ariaLabel: {
|
||||
delimiter: 'Carousel slide {0} of {1}'
|
||||
}
|
||||
},
|
||||
calendar: {
|
||||
moreEvents: '{0} more',
|
||||
today: 'Today'
|
||||
},
|
||||
input: {
|
||||
clear: 'Clear {0}',
|
||||
prependAction: '{0} prepended action',
|
||||
appendAction: '{0} appended action',
|
||||
otp: 'Please enter OTP character {0}'
|
||||
},
|
||||
fileInput: {
|
||||
counter: '{0} files',
|
||||
counterSize: '{0} files ({1} in total)'
|
||||
},
|
||||
fileUpload: {
|
||||
title: 'Drag and drop files here',
|
||||
divider: 'or',
|
||||
browse: 'Browse Files'
|
||||
},
|
||||
timePicker: {
|
||||
am: 'AM',
|
||||
pm: 'PM',
|
||||
title: 'Select Time',
|
||||
hour: 'Hour',
|
||||
minute: 'Minute',
|
||||
second: 'Second',
|
||||
notAllowed: 'Value is not allowed'
|
||||
},
|
||||
pagination: {
|
||||
ariaLabel: {
|
||||
root: 'Pagination Navigation',
|
||||
next: 'Next page',
|
||||
previous: 'Previous page',
|
||||
page: 'Go to page {0}',
|
||||
currentPage: 'Page {0}, Current page',
|
||||
first: 'First page',
|
||||
last: 'Last page'
|
||||
}
|
||||
},
|
||||
stepper: {
|
||||
next: 'Next',
|
||||
prev: 'Previous'
|
||||
},
|
||||
rating: {
|
||||
ariaLabel: {
|
||||
item: 'Rating {0} of {1}'
|
||||
}
|
||||
},
|
||||
loading: 'Loading...',
|
||||
infiniteScroll: {
|
||||
loadMore: 'Load more',
|
||||
empty: 'No more'
|
||||
},
|
||||
rules: {
|
||||
required: 'This field is required',
|
||||
email: 'Please enter a valid email',
|
||||
number: 'This field can only contain numbers',
|
||||
integer: 'This field can only contain integer values',
|
||||
capital: 'This field can only contain uppercase letters',
|
||||
maxLength: 'You must enter a maximum of {0} characters',
|
||||
minLength: 'You must enter a minimum of {0} characters',
|
||||
strictLength: 'The length of the entered field is invalid',
|
||||
exclude: 'The {0} character is not allowed',
|
||||
notEmpty: 'Please choose at least one value',
|
||||
pattern: 'Invalid format'
|
||||
},
|
||||
command: {
|
||||
search: 'Type a command or search...'
|
||||
},
|
||||
hotkey: {
|
||||
then: 'then',
|
||||
ctrl: 'Ctrl',
|
||||
command: 'Command',
|
||||
space: 'Space',
|
||||
shift: 'Shift',
|
||||
alt: 'Alt',
|
||||
enter: 'Enter',
|
||||
escape: 'Escape',
|
||||
upArrow: 'Up Arrow',
|
||||
downArrow: 'Down Arrow',
|
||||
leftArrow: 'Left Arrow',
|
||||
rightArrow: 'Right Arrow',
|
||||
backspace: 'Backspace',
|
||||
option: 'Option',
|
||||
plus: 'plus',
|
||||
shortcut: 'Keyboard shortcut: {0}',
|
||||
or: 'or'
|
||||
},
|
||||
video: {
|
||||
play: 'Play',
|
||||
pause: 'Pause',
|
||||
seek: 'Seek',
|
||||
volume: 'Volume',
|
||||
showVolume: 'Show volume control',
|
||||
mute: 'Mute',
|
||||
unmute: 'Unmute',
|
||||
enterFullscreen: 'Full screen',
|
||||
exitFullscreen: 'Exit full screen'
|
||||
},
|
||||
colorPicker: {
|
||||
ariaLabel: {
|
||||
eyedropper: 'Select color with eyedropper',
|
||||
hueSlider: 'Hue',
|
||||
alphaSlider: 'Alpha',
|
||||
redInput: 'Red value',
|
||||
greenInput: 'Green value',
|
||||
blueInput: 'Blue value',
|
||||
alphaInput: 'Alpha value',
|
||||
hueInput: 'Hue value',
|
||||
saturationInput: 'Saturation value',
|
||||
lightnessInput: 'Lightness value',
|
||||
hexInput: 'HEX value',
|
||||
hexaInput: 'HEX with alpha value',
|
||||
changeFormat: 'Change color format'
|
||||
}
|
||||
}
|
||||
};
|
||||
//# sourceMappingURL=en.js.map
|
||||
Reference in New Issue
Block a user