Update LocaleDemo.vue
parent
516845eb21
commit
d1e7648da5
|
@ -69,79 +69,79 @@ export default defineComponent({
|
||||||
<h5>Locale Options</h5>
|
<h5>Locale Options</h5>
|
||||||
<pre v-code.script><code>
|
<pre v-code.script><code>
|
||||||
locale: {
|
locale: {
|
||||||
startsWith: 'Starts with',
|
startsWith: 'Starts with',
|
||||||
contains: 'Contains',
|
contains: 'Contains',
|
||||||
notContains: 'Not contains',
|
notContains: 'Not contains',
|
||||||
endsWith: 'Ends with',
|
endsWith: 'Ends with',
|
||||||
equals: 'Equals',
|
equals: 'Equals',
|
||||||
notEquals: 'Not equals',
|
notEquals: 'Not equals',
|
||||||
noFilter: 'No Filter',
|
noFilter: 'No Filter',
|
||||||
lt: 'Less than',
|
lt: 'Less than',
|
||||||
lte: 'Less than or equal to',
|
lte: 'Less than or equal to',
|
||||||
gt: 'Greater than',
|
gt: 'Greater than',
|
||||||
gte: 'Greater than or equal to',
|
gte: 'Greater than or equal to',
|
||||||
dateIs: 'Date is',
|
dateIs: 'Date is',
|
||||||
dateIsNot: 'Date is not',
|
dateIsNot: 'Date is not',
|
||||||
dateBefore: 'Date is before',
|
dateBefore: 'Date is before',
|
||||||
dateAfter: 'Date is after',
|
dateAfter: 'Date is after',
|
||||||
clear: 'Clear',
|
clear: 'Clear',
|
||||||
apply: 'Apply',
|
apply: 'Apply',
|
||||||
matchAll: 'Match All',
|
matchAll: 'Match All',
|
||||||
matchAny: 'Match Any',
|
matchAny: 'Match Any',
|
||||||
addRule: 'Add Rule',
|
addRule: 'Add Rule',
|
||||||
removeRule: 'Remove Rule',
|
removeRule: 'Remove Rule',
|
||||||
accept: 'Yes',
|
accept: 'Yes',
|
||||||
reject: 'No',
|
reject: 'No',
|
||||||
choose: 'Choose',
|
choose: 'Choose',
|
||||||
upload: 'Upload',
|
upload: 'Upload',
|
||||||
cancel: 'Cancel',
|
cancel: 'Cancel',
|
||||||
dayNames: ["Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"],
|
dayNames: ["Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"],
|
||||||
dayNamesShort: ["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"],
|
dayNamesShort: ["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"],
|
||||||
dayNamesMin: ["Su","Mo","Tu","We","Th","Fr","Sa"],
|
dayNamesMin: ["Su","Mo","Tu","We","Th","Fr","Sa"],
|
||||||
monthNames: ["January","February","March","April","May","June","July","August","September","October","November","December"],
|
monthNames: ["January","February","March","April","May","June","July","August","September","October","November","December"],
|
||||||
monthNamesShort: ["Jan", "Feb", "Mar", "Apr", "May", "Jun","Jul", "Aug", "Sep", "Oct", "Nov", "Dec"],
|
monthNamesShort: ["Jan", "Feb", "Mar", "Apr", "May", "Jun","Jul", "Aug", "Sep", "Oct", "Nov", "Dec"],
|
||||||
chooseYear: 'Choose Year',
|
chooseYear: 'Choose Year',
|
||||||
chooseMonth: 'Choose Month',
|
chooseMonth: 'Choose Month',
|
||||||
chooseDate: 'Choose Date',
|
chooseDate: 'Choose Date',
|
||||||
prevDecade: 'Previous Decade',
|
prevDecade: 'Previous Decade',
|
||||||
nextDecade: 'Next Decade',
|
nextDecade: 'Next Decade',
|
||||||
prevYear: 'Previous Year',
|
prevYear: 'Previous Year',
|
||||||
nextYear: 'Next Year',
|
nextYear: 'Next Year',
|
||||||
prevMonth: 'Previous Month',
|
prevMonth: 'Previous Month',
|
||||||
nextMonth: 'Next Month',
|
nextMonth: 'Next Month',
|
||||||
prevHour: 'Previous Hour',
|
prevHour: 'Previous Hour',
|
||||||
nextHour: 'Next Hour',
|
nextHour: 'Next Hour',
|
||||||
prevMinute: 'Previous Minute',
|
prevMinute: 'Previous Minute',
|
||||||
nextMinute: 'Next Minute',
|
nextMinute: 'Next Minute',
|
||||||
prevSecond: 'Previous Second',
|
prevSecond: 'Previous Second',
|
||||||
nextSecond: 'Next Second',
|
nextSecond: 'Next Second',
|
||||||
am: 'am',
|
am: 'am',
|
||||||
pm: 'pm',
|
pm: 'pm',
|
||||||
today: 'Today',
|
today: 'Today',
|
||||||
weekHeader: 'Wk',
|
weekHeader: 'Wk',
|
||||||
firstDayOfWeek: 0,
|
firstDayOfWeek: 0,
|
||||||
dateFormat: 'mm/dd/yy',
|
dateFormat: 'mm/dd/yy',
|
||||||
weak: 'Weak',
|
weak: 'Weak',
|
||||||
medium: 'Medium',
|
medium: 'Medium',
|
||||||
strong: 'Strong',
|
strong: 'Strong',
|
||||||
passwordPrompt: 'Enter a password',
|
passwordPrompt: 'Enter a password',
|
||||||
emptyFilterMessage: 'No results found', // @deprecated Use 'emptySearchMessage' option instead.
|
emptyFilterMessage: 'No results found', // @deprecated Use 'emptySearchMessage' option instead.
|
||||||
searchMessage: '{0} results are available',
|
searchMessage: '{0} results are available',
|
||||||
selectionMessage: '{0} items selected',
|
selectionMessage: '{0} items selected',
|
||||||
emptySelectionMessage: 'No selected item',
|
emptySelectionMessage: 'No selected item',
|
||||||
emptySearchMessage: 'No results found',
|
emptySearchMessage: 'No results found',
|
||||||
emptyMessage: 'No available options',
|
emptyMessage: 'No available options',
|
||||||
aria: {
|
aria: {
|
||||||
trueLabel: 'True',
|
trueLabel: 'True',
|
||||||
falseLabel: 'False',
|
falseLabel: 'False',
|
||||||
nullLabel: 'Not Selected',
|
nullLabel: 'Not Selected',
|
||||||
star: '1 star',
|
star: '1 star',
|
||||||
stars: '{star} stars',
|
stars: '{star} stars',
|
||||||
selectAll: 'All items selected',
|
selectAll: 'All items selected',
|
||||||
unselectAll: 'All items unselected',
|
unselectAll: 'All items unselected',
|
||||||
close: 'Close'
|
close: 'Close'
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
</code></pre>
|
</code></pre>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue