Logo white

wuye / webui

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • webui
  • src
  • views
  • common
  • commonLang.js
  • 开发车辆详情页面
    6d21390a
    wuxw authored
    2025-07-07 19:53:46 +0800  
    Browse Code »
commonLang.js 189 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14
export const messages = {
  en: {
    common: {
      cancel: 'Cancel',
      confirm: 'Confirm'
    }
  },
  zh: {
    common: {
      cancel: '取消',
      confirm: '确定'
    }
  }
}