@arco-vue-pro-components/pro-components
Version:
基于@arco-design/web-vue组件的高级组件,包括pro-table
47 lines (46 loc) • 1.05 kB
JavaScript
var enUS = {
moneySymbol: "$",
tableForm: {
search: "Query",
reset: "Reset",
submit: "Submit",
collapsed: "Expand",
expand: "Collapse",
inputPlaceholder: "Please enter",
selectPlaceholder: "Please select",
lightSearch: "Query",
lightInputPlaceholder: "Please enter"
},
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 the left",
rightFixedTitle: "Fixed the right",
noFixedTitle: "Not Fixed",
reset: "Reset",
columnDisplay: "Column Display",
columnSetting: "Settings",
fullScreen: "Full Screen",
exitFullScreen: "Exit Full Screen",
reload: "Refresh",
density: "Density",
densityDefault: "Default",
densityLarger: "Larger",
densityMiddle: "Middle",
densitySmall: "Compact"
}
};
export { enUS as default };