deleteParkingSpaceApplyLang.js
389 Bytes
export const messages = {
en: {
deleteParkingSpaceApply: {
title: 'Delete Application',
confirmDelete: 'Are you sure to delete this application?',
deleteSuccess: 'Delete successfully'
}
},
zh: {
deleteParkingSpaceApply: {
title: '删除申请',
confirmDelete: '确定要删除此申请吗?',
deleteSuccess: '删除成功'
}
}
}