Files
2026-01-16 02:20:32 +00:00

81 lines
1.7 KiB
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _default = exports.default = {
moneySymbol: '$',
deleteThisLine: 'Delete this line',
copyThisLine: 'Copy this line',
form: {
lightFilter: {
more: 'More',
clear: 'Clear',
confirm: 'Confirm',
itemUnit: 'Items'
}
},
tableForm: {
search: 'Query',
reset: 'Reset',
submit: 'Submit',
collapsed: 'Expand',
expand: 'Collapse',
inputPlaceholder: 'Please enter',
selectPlaceholder: 'Please select'
},
alert: {
clear: 'Clear',
selected: 'Selected',
item: 'Item'
},
pagination: {
total: {
range: ' ',
total: 'of',
item: 'items'
}
},
tableToolBar: {
leftPin: 'Pin to left',
rightPin: 'Pin to right',
noPin: 'Unpinned',
leftFixedTitle: 'Fixed to the left',
rightFixedTitle: 'Fixed to the right',
noFixedTitle: 'Not Fixed',
reset: 'Reset',
columnDisplay: 'Column Display',
columnSetting: 'Table Settings',
fullScreen: 'Full Screen',
exitFullScreen: 'Exit Full Screen',
reload: 'Refresh',
density: 'Density',
densityDefault: 'Default',
densityLarger: 'Larger',
densityMiddle: 'Middle',
densitySmall: 'Compact'
},
stepsForm: {
next: 'Next',
prev: 'Previous',
submit: 'Finish'
},
loginForm: {
submitText: 'Login'
},
editableTable: {
onlyOneLineEditor: 'Only one line can be edited',
onlyAddOneLine: 'Only one line can be added',
action: {
save: 'Save',
cancel: 'Cancel',
delete: 'Delete',
add: 'add a row of data'
}
},
switch: {
open: 'open',
close: 'close'
}
};