mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-27 06:58:53 +08:00
12 lines
452 B
TypeScript
12 lines
452 B
TypeScript
export default {
|
||
backLogin: 'Back Login',
|
||
backHome: 'Back Home',
|
||
subTitle403: "Sorry, you don't have access to this page.",
|
||
subTitle404: 'Sorry, the page you visited does not exist.',
|
||
subTitle500: 'Sorry, the server is reporting an error.',
|
||
noDataTitle: 'No data on the current page.',
|
||
networkErrorTitle: 'Network Error',
|
||
networkErrorSubTitle:
|
||
'Sorry,Your network connection has been disconnected, please check your network!',
|
||
};
|