提交 1e4579ea350b369477a99e4d2a909cf52c8be3ec

作者 依鹭
1 个父辈 2050e041

feat:add locales for exception403 block

1 1 export default {
2 2 'app.exception.back': 'Back to home',
3 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 {
  2 + 'app.exception.back': 'Voltar para Início',
  3 + 'app.exception.description.403': 'Desculpe, você não tem acesso a esta página',
  4 +};
... ...
1 1 export default {
2 2 'app.exception.back': '返回首页',
3 3 'app.exception.description.403': '抱歉,你无权访问该页面',
4   - 'app.exception.description.404': '抱歉,你访问的页面不存在',
5   - 'app.exception.description.500': '抱歉,服务器出错了',
6 4 };
... ...
1 1 export default {
2 2 'app.exception.back': '返回首頁',
3 3 'app.exception.description.403': '抱歉,妳無權訪問該頁面',
4   - 'app.exception.description.404': '抱歉,妳訪問的頁面不存在',
5   - 'app.exception.description.500': '抱歉,服務器出錯了',
6 4 };
... ...
注册登录 后发表评论