imatrix-ui 2.7.49 → 2.7.50
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/super-ui.css +1 -1
- package/lib/super-ui.umd.min.js +5 -5
- package/package.json +1 -1
- package/src/i18n/langs/cn.js +2 -1
- package/src/i18n/langs/en.js +2 -1
package/package.json
CHANGED
package/src/i18n/langs/cn.js
CHANGED
package/src/i18n/langs/en.js
CHANGED
|
@@ -102,7 +102,8 @@ const en = {
|
|
|
102
102
|
dragColumnOrderMessage: 'Supports dragging to change column order',
|
|
103
103
|
selectAll: 'Select All',
|
|
104
104
|
viewImage: 'View Image',
|
|
105
|
-
previewTitleWhenNotImg: 'Non picture format, preview in other ways'
|
|
105
|
+
previewTitleWhenNotImg: 'Non picture format, preview in other ways',
|
|
106
|
+
refresh: 'Refresh'
|
|
106
107
|
},
|
|
107
108
|
departmentTree: {
|
|
108
109
|
|