mirror of
https://github.com/iczer/vue-antd-admin
synced 2025-05-02 15:56:59 +08:00
22 lines
560 B
JavaScript
22 lines
560 B
JavaScript
module.exports = {
|
|
messages: {
|
|
CN: {
|
|
closeLeft: '关闭左侧',
|
|
closeRight: '关闭右侧',
|
|
closeOthers: '关闭其它',
|
|
warn: '这是最后一页,不能再关闭了',
|
|
},
|
|
HK: {
|
|
closeLeft: '關閉左側',
|
|
closeRight: '關閉右側',
|
|
closeOthers: '關閉其它',
|
|
warn: '這是最後一頁,不能再關閉了',
|
|
},
|
|
US: {
|
|
closeLeft: 'close left',
|
|
closeRight: 'close right',
|
|
closeOthers: 'close others',
|
|
warn: 'This is the last page, you can\'t close it',
|
|
},
|
|
}
|
|
} |