Blame view

Yi.Vben5.Vue3/apps/web-antd/src/locales/langs/en-US/component.json 2 KB
515fceeb   “wangming”   框架初始化
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
55
56
57
58
59
  {
    "cropper": {
      "selectImage": "Select Image",
      "uploadSuccess": "Uploaded success!",
      "imageTooBig": "Image too big",
      "modalTitle": "Avatar upload",
      "okText": "Confirm and upload",
      "btn_reset": "Reset",
      "btn_rotate_left": "Counterclockwise rotation",
      "btn_rotate_right": "Clockwise rotation",
      "btn_scale_x": "Flip horizontal",
      "btn_scale_y": "Flip vertical",
      "btn_zoom_in": "Zoom in",
      "btn_zoom_out": "Zoom out",
      "preview": "Preview"
    },
    "tenantToggle": {
      "placeholder": "Please select a tenant",
      "switch": "Switch to tenant: ",
      "reset": "Reset to default tenant"
    },
    "notice": {
      "title": "Notice",
      "received": "You have received a new message"
    },
    "upload": {
      "save": "Save",
      "upload": "Upload",
      "imgUpload": "ImageUpload",
      "uploaded": "Uploaded",
      "operating": "Operating",
      "del": "Delete",
      "download": "download",
      "saveWarn": "Please wait for the file to upload and save!",
      "saveError": "There is no file successfully uploaded and cannot be saved!",
      "preview": "Preview",
      "choose": "Select the file",
      "accept": "Support {0} format",
      "acceptUpload": "Only upload files in {0} format",
      "maxSize": "A single file does not exceed {0}MB ",
      "maxSizeMultiple": "Only upload files up to {0}MB!",
      "maxNumber": "Only upload up to {0} files",
      "legend": "Legend",
      "fileName": "File name",
      "fileSize": "File size",
      "fileStatue": "File status",
      "pending": "Pending",
      "startUpload": "Start upload",
      "uploadSuccess": "Upload successfully",
      "uploadError": "Upload failed",
      "uploading": "Uploading",
      "uploadWait": "Please wait for the file upload to finish",
      "reUploadFailed": "Re-upload failed files",
      "uploadHelpMessage": "Please upload a file in {ext} format that does not exceed {size} .",
      "unknownFileType": "Unknown file type, unable to upload",
      "confirmDelete": "Confirm file deletion {0}?",
      "clickOrDrag": "Click or drag file to this area to upload"
    }
  }