mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-15 10:24:50 +00:00
11 lines
480 B
TypeScript
11 lines
480 B
TypeScript
|
export default {
|
||
|
loading: 'Loading...',
|
||
|
error_404: 'This page could not be found',
|
||
|
server_error: 'Server error',
|
||
|
nuxtjs: 'Nuxt',
|
||
|
back_to_home: 'Back to the home page',
|
||
|
server_error_details: 'An error occurred in the application and your page could not be served. If you are the application owner, check your logs for details.',
|
||
|
client_error: 'Error',
|
||
|
client_error_details: 'An error occurred while rendering the page. Check developer tools console for details.'
|
||
|
}
|