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.
- package/lib/ImagePreviewerLightbox/index.js +3 -3
- package/lib/locales/de.json +2 -2
- package/lib/locales/en.json +2 -2
- package/lib/locales/es.json +2 -2
- package/lib/locales/fr.json +2 -2
- package/lib/locales/pt.json +2 -2
- package/lib/locales/ru.json +2 -2
- package/lib/locales/zh-CN.json +2 -2
- package/package.json +1 -1
|
@@ -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)('
|
|
129
|
-
nextLineMetadaTip: (0, _lang.getLocale)('
|
|
130
|
-
|
|
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;
|
package/lib/locales/de.json
CHANGED
|
@@ -12,8 +12,8 @@
|
|
|
12
12
|
"Rotate_image": "Rotate image",
|
|
13
13
|
"Delete_image": "delete image",
|
|
14
14
|
"Download_image": "Download image",
|
|
15
|
-
"
|
|
16
|
-
"
|
|
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",
|
package/lib/locales/en.json
CHANGED
|
@@ -12,8 +12,8 @@
|
|
|
12
12
|
"Rotate_image": "Rotate image",
|
|
13
13
|
"Delete_image": "delete image",
|
|
14
14
|
"Download_image": "Download image",
|
|
15
|
-
"
|
|
16
|
-
"
|
|
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",
|
package/lib/locales/es.json
CHANGED
|
@@ -12,8 +12,8 @@
|
|
|
12
12
|
"Rotate_image": "Rotate image",
|
|
13
13
|
"Delete_image": "delete image",
|
|
14
14
|
"Download_image": "Download image",
|
|
15
|
-
"
|
|
16
|
-
"
|
|
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",
|
package/lib/locales/fr.json
CHANGED
|
@@ -12,8 +12,8 @@
|
|
|
12
12
|
"Rotate_image": "Rotate image",
|
|
13
13
|
"Delete_image": "delete image",
|
|
14
14
|
"Download_image": "Download image",
|
|
15
|
-
"
|
|
16
|
-
"
|
|
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",
|
package/lib/locales/pt.json
CHANGED
|
@@ -12,8 +12,8 @@
|
|
|
12
12
|
"Rotate_image": "Rotate image",
|
|
13
13
|
"Delete_image": "delete image",
|
|
14
14
|
"Download_image": "Download image",
|
|
15
|
-
"
|
|
16
|
-
"
|
|
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",
|
package/lib/locales/ru.json
CHANGED
|
@@ -12,8 +12,8 @@
|
|
|
12
12
|
"Rotate_image": "Rotate image",
|
|
13
13
|
"Delete_image": "delete image",
|
|
14
14
|
"Download_image": "Download image",
|
|
15
|
-
"
|
|
16
|
-
"
|
|
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",
|
package/lib/locales/zh-CN.json
CHANGED