"DashboardAnalysis/src/model.tsx" did not exist on "c4937c4cc375bb9465eab15f0c7fd352dec91b3b"
exception.js 299 Bytes
Newer Older
陈帅's avatar
陈帅 committed
1 2 3 4 5 6
export default {
  'app.exception.back': 'Back to home',
  'app.exception.description.403': "Sorry, you don't have access to this page",
  'app.exception.description.404': 'Sorry, the page you visited does not exist',
  'app.exception.description.500': 'Sorry, the server is reporting an error',
};