he wei
2024-01-15 d592480beb70716a59b6ec5a00c73e92ff6ea986
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
export default {
  messages: {
    CN: {
      Properties: "属性",
      OpenFile: "打开文件",
      New: "新建",
      NewRootFile: "新建根文件",
      NewSubFile: "新建子文件",
      New1: "添加",
      Allfilesinthespecifieddirectory: "指定目录下所有文件",
      SingleFile: "单一文件",
      Rename: "重命名",
      Delete: "删除",
      FileParsingFailed: "文件解析失败",
      NewRootFileName: "新建根文件名称",
      NewSubFileName: "新建子文件名称",
      Thenamecannotbeblank: "名称不能为空",
      AddSuccessfully: "添加成功",
      OperationFailed: "操作失败",
      Thefilewillberemovedfromthesitewhethertocontinue: "此操作将从站点移除该文件, 是否继续?",
      Note: "提示",
      Thesitewillbedeletedcontinuetheoperation: "此操作将删除该站点, 是否继续?",
      OperationSuccessfully: "操作成功",
      ModifySiteName: "修改站点名称",
      ModifySuccessfully: "修改成功",
      ModifyFailed: "修改失败",
    },
    US: {
      Properties: "Properties",
      OpenFile: "Open File",
      New: "New",
      NewRootFile: "New Root File",
      NewSubFile: "New Sub-File",
      New1: "New",
      Allfilesinthespecifieddirectory: "All files in the specified directory",
      SingleFile: "Single File",
      Rename: "Rename",
      Delete: "Delete",
      FileParsingFailed: "File Parsing Failed",
      NewRootFileName: "New Root File Name",
      NewSubFileName: "New Sub-File Name",
      Thenamecannotbeblank: "The name cannot be blank",
      AddSuccessfully: "Add Successfully",
      OperationFailed: "Operation Failed",
      Thefilewillberemovedfromthesitewhethertocontinue: "The file will be removed from the site, whether to continue?",
      Note: "Note",
      Thesitewillbedeletedcontinuetheoperation: "The site will be deleted, continue the operation?",
      OperationSuccessfully: "Operation Successfully",
      ModifySiteName: "Modify Site Name",
      ModifySuccessfully: "Modify Successfully",
      ModifyFailed: "Modify Failed",
    },
  },
};