研发图纸文件管理系统-前端项目
he wei
2025-03-13 ec8d9f802eac6841165425b228ef56474636fa9a
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
module.exports = {
  messages: {
    CN: {
      input: '请输入',
      select: '请选择',
      name: '任务名',
      describe: '任务描述',
      executor: '执行人',
      duty: '责任人',
      time: '提醒时间',
      type: '任务类型',
    },
    HK: {
      input: '請輸入',
      select: '請選擇',
      name: '任務名',
      describe: '任務描述',
      executor: '執行人',
      duty: '責任人',
      time: '提醒時間',
      type: '任務類型',
    },
    US: {
      input: 'Please enter',
      select: 'Please select',
      name: 'Task Name',
      describe: 'Task Describe',
      executor: 'Executor',
      duty: 'Duty Person',
      time: 'Reminder Time',
      type: 'Task Type',
    }
  }
}