mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-27 12:09:46 +08:00
wip: multi-language support
This commit is contained in:
12
src/locales/lang/en/sys/exception.ts
Normal file
12
src/locales/lang/en/sys/exception.ts
Normal file
@@ -0,0 +1,12 @@
|
||||
export default {
|
||||
backLogin: 'Back Login',
|
||||
backHome: 'Back Home',
|
||||
redo: 'Refresh',
|
||||
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!',
|
||||
};
|
Reference in New Issue
Block a user