正在显示
4 个修改的文件
包含
4 行增加
和
6 行删除
1 | export default { | 1 | export default { |
2 | 'app.exception.back': 'Back to home', | 2 | 'app.exception.back': 'Back to home', |
3 | 'app.exception.description.403': "Sorry, you don't have access to this page", | 3 | 'app.exception.description.403': "Sorry, you don't have access to this page", |
4 | - 'app.exception.description.404': 'Sorry, the page you visited does not exist', | ||
5 | - 'app.exception.description.500': 'Sorry, the server is reporting an error', | ||
6 | }; | 4 | }; |
1 | export default { | 1 | export default { |
2 | 'app.exception.back': '返回首页', | 2 | 'app.exception.back': '返回首页', |
3 | 'app.exception.description.403': '抱歉,你无权访问该页面', | 3 | 'app.exception.description.403': '抱歉,你无权访问该页面', |
4 | - 'app.exception.description.404': '抱歉,你访问的页面不存在', | ||
5 | - 'app.exception.description.500': '抱歉,服务器出错了', | ||
6 | }; | 4 | }; |
1 | export default { | 1 | export default { |
2 | 'app.exception.back': '返回首頁', | 2 | 'app.exception.back': '返回首頁', |
3 | 'app.exception.description.403': '抱歉,妳無權訪問該頁面', | 3 | 'app.exception.description.403': '抱歉,妳無權訪問該頁面', |
4 | - 'app.exception.description.404': '抱歉,妳訪問的頁面不存在', | ||
5 | - 'app.exception.description.500': '抱歉,服務器出錯了', | ||
6 | }; | 4 | }; |
请
注册
或
登录
后发表评论