dtable-ui-component 6.0.123 → 6.0.125

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.
@@ -125,9 +125,9 @@ function ImagePreviewerLightbox(props) {
125
125
  rotateTip: (0, _lang.getLocale)('Rotate_image'),
126
126
  deleteTip: (0, _lang.getLocale)('Delete_image'),
127
127
  downloadImageTip: (0, _lang.getLocale)('Download_image'),
128
- preLineMetadaTip: (0, _lang.getLocale)('Pre_Line'),
129
- nextLineMetadaTip: (0, _lang.getLocale)('Next_Line'),
130
- closeMetadataTip: (0, _lang.getLocale)('Close')
128
+ preLineMetadaTip: (0, _lang.getLocale)('Previous_record'),
129
+ nextLineMetadaTip: (0, _lang.getLocale)('Next_record'),
130
+ closeTip: (0, _lang.getLocale)('Close')
131
131
  });
132
132
  }
133
133
  var _default = exports.default = ImagePreviewerLightbox;
@@ -12,8 +12,8 @@
12
12
  "Rotate_image": "Rotate image",
13
13
  "Delete_image": "delete image",
14
14
  "Download_image": "Download image",
15
- "Pre_Line": "previous Line",
16
- "Next_Line": "next Line",
15
+ "Previous_record": "Vorheriger Eintrag",
16
+ "Next_record": "Nächster Eintrag",
17
17
  "Zoom_in": "Zoom in",
18
18
  "Zoom_out": "Zoom out",
19
19
  "Choose_a_collaborator": "Wählen Sie einen Mitarbeiter",
@@ -12,8 +12,8 @@
12
12
  "Rotate_image": "Rotate image",
13
13
  "Delete_image": "delete image",
14
14
  "Download_image": "Download image",
15
- "Pre_Line": "previous Line",
16
- "Next_Line": "next Line",
15
+ "Previous_record": "Previous record",
16
+ "Next_record": "Next record",
17
17
  "Zoom_in": "Zoom in",
18
18
  "Zoom_out": "Zoom out",
19
19
  "Choose_a_collaborator": "Choose a collaborator",
@@ -12,8 +12,8 @@
12
12
  "Rotate_image": "Rotate image",
13
13
  "Delete_image": "delete image",
14
14
  "Download_image": "Download image",
15
- "Pre_Line": "previous Line",
16
- "Next_Line": "next Line",
15
+ "Previous_record": "Registro previo",
16
+ "Next_record": "Próximo registro",
17
17
  "Zoom_in": "Zoom in",
18
18
  "Zoom_out": "Zoom out",
19
19
  "Choose_a_collaborator": "Choose a collaborator",
@@ -12,8 +12,8 @@
12
12
  "Rotate_image": "Rotate image",
13
13
  "Delete_image": "delete image",
14
14
  "Download_image": "Download image",
15
- "Pre_Line": "previous Line",
16
- "Next_Line": "next Line",
15
+ "Previous_record": "Enregistrement précédent",
16
+ "Next_record": "Enregistrement suivant",
17
17
  "Zoom_in": "Zoom in",
18
18
  "Zoom_out": "Zoom out",
19
19
  "Choose_a_collaborator": "Choisissez un collaborateur",
@@ -12,8 +12,8 @@
12
12
  "Rotate_image": "Rotate image",
13
13
  "Delete_image": "delete image",
14
14
  "Download_image": "Download image",
15
- "Pre_Line": "previous Line",
16
- "Next_Line": "next Line",
15
+ "Previous_record": "Registro anterior",
16
+ "Next_record": "Próximo registro",
17
17
  "Zoom_in": "Zoom in",
18
18
  "Zoom_out": "Zoom out",
19
19
  "Choose_a_collaborator": "Choose a collaborator",
@@ -12,8 +12,8 @@
12
12
  "Rotate_image": "Rotate image",
13
13
  "Delete_image": "delete image",
14
14
  "Download_image": "Download image",
15
- "Pre_Line": "previous Line",
16
- "Next_Line": "next Line",
15
+ "Previous_record": "Предыдущая запись",
16
+ "Next_record": "Следующая запись",
17
17
  "Zoom_in": "Zoom in",
18
18
  "Zoom_out": "Zoom out",
19
19
  "Choose_a_collaborator": "Choose a collaborator",
@@ -12,8 +12,8 @@
12
12
  "Rotate_image": "旋转",
13
13
  "Delete_image": "删除",
14
14
  "Download_image": "下载",
15
- "Pre_Line": "上一行",
16
- "Next_Line": "下一行",
15
+ "Previous_record": "前一行",
16
+ "Next_record": "后一行",
17
17
  "Zoom_in": "放大",
18
18
  "Zoom_out": "缩小",
19
19
  "Choose_a_collaborator": "选择一个协作人",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dtable-ui-component",
3
- "version": "6.0.123",
3
+ "version": "6.0.125",
4
4
  "main": "./lib/index.js",
5
5
  "dependencies": {
6
6
  "@seafile/react-image-lightbox": "5.0.9",