keycloak-demo-frontend/src/langs/data/tw.ts

24 lines
867 B
TypeScript

const lang = {
'frontend.global.operation.confirm': '確認',
'frontend.global.operation.ok': '確定',
'frontend.global.operation.cancel': '取消',
'frontend.global.operation.signout': '登出',
'frontend.global.operation.sso': '單一登入',
'frontend.global.property.routehome': '首頁',
'frontend.local.signin.logintitle': 'KeyCloak Demo Server',
'frontend.global.error.9999': '未知的錯誤',
'frontend.global.error.0000': '錯誤',
'frontend.global.error.1001': '建立',
'frontend.global.error.1002': '已接收',
'frontend.global.error.1003': '資料格式錯誤',
'frontend.global.error.1004': '尚未登入',
'frontend.global.error.1005': '無權限可瀏覽',
'frontend.global.error.1006': '查無此資料',
'frontend.global.error.1007': '伺服器內部錯誤,請尋求客服的協助',
};
export default lang;