@seafile/seafile-editor 3.0.32 → 3.0.33

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -80,7 +80,8 @@ const ImagePreviewer = _ref => {
80
80
  }
81
81
  },
82
82
  zoomInTip: t('Zoom_in'),
83
- zoomOutTip: t('Zoom_out')
83
+ zoomOutTip: t('Zoom_out'),
84
+ close: t('Close')
84
85
  });
85
86
  };
86
87
  var _default = exports.default = ImagePreviewer;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seafile/seafile-editor",
3
- "version": "3.0.32",
3
+ "version": "3.0.33",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -85,7 +85,7 @@
85
85
  ]
86
86
  },
87
87
  "dependencies": {
88
- "@seafile/react-image-lightbox": "^5.0.7",
88
+ "@seafile/react-image-lightbox": "^5.0.8",
89
89
  "classnames": "2.3.2",
90
90
  "copy-to-clipboard": "3.3.1",
91
91
  "deep-copy": "1.4.2",
@@ -240,5 +240,6 @@
240
240
  "This_link_is_not_verified_tip": "Before continuing, please ensure you trust this link. If you do not trust the URL, do not open the link to access the site.",
241
241
  "Copy_link": "Copy link",
242
242
  "Zoom_in": "Zoom in",
243
- "Zoom_out": "Zoom out"
243
+ "Zoom_out": "Zoom out",
244
+ "Close": "Close"
244
245
  }
@@ -237,5 +237,6 @@
237
237
  "Row_number": "行数",
238
238
  "Column_number": "列数",
239
239
  "Zoom_in": "放大",
240
- "Zoom_out": "缩小"
240
+ "Zoom_out": "缩小",
241
+ "Close": "关闭"
241
242
  }
@@ -237,5 +237,6 @@
237
237
  "Row_number": "行数",
238
238
  "Column_number": "列数",
239
239
  "Zoom_in": "放大",
240
- "Zoom_out": "缩小"
240
+ "Zoom_out": "缩小",
241
+ "Close": "关闭"
241
242
  }