mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-26 00:26:20 +08:00
12 lines
231 B
TypeScript
12 lines
231 B
TypeScript
export default {
|
|
resetButton: 'Reset',
|
|
submitButton: 'Search',
|
|
putAway: 'Put away',
|
|
unfold: 'Unfold',
|
|
|
|
input: 'Please Input ',
|
|
choose: 'Please Choose ',
|
|
|
|
maxTip: 'The number of characters should be less than {0}',
|
|
};
|