packages-error-prompt/console-base-error-prompt/src/intl/locales/zh-tw.ts (18 lines of code) (raw):
export default {
'op:close': '關閉',
'op:cancel': '取消',
'op:sign_in': '登錄',
'op:reload_page': '刷新頁面',
'title:normal': '錯誤提示',
'title:session_timeout': '會話過期',
'title:token_expired': '令牌失效',
'title:api_not_exist': '接口不存在',
'title:access_denied': '沒有權限',
'message:sign_in': '當前會話已過期,請重新登錄。',
'message:token_expired': '當前令牌已失效,請刷新頁面。',
'message:access_denied_1_implicit': '當前操作未被授權。',
'message:access_denied_1_explicit': '當前操作被顯式拒絕。',
'message:access_denied_2_control_policy': '請聯繫資源目錄管理員授權。',
'message:access_denied_2_default': '請聯繫賬號管理員授權。',
'message:api_not_exist': '請求的接口不存在,請聯繫阿里雲客服。'
};