Blame view

src/views/property/deleteParkingSpaceApplyLang.js 389 Bytes
6d21390a   wuxw   开发车辆详情页面
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
  export const messages = {
    en: {
      deleteParkingSpaceApply: {
        title: 'Delete Application',
        confirmDelete: 'Are you sure to delete this application?',
        deleteSuccess: 'Delete successfully'
      }
    },
    zh: {
      deleteParkingSpaceApply: {
        title: '删除申请',
        confirmDelete: '确定要删除此申请吗?',
        deleteSuccess: '删除成功'
      }
    }
  }