imatrix-ui 2.7.89 → 2.7.90
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 +4 -4
- 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
|
@@ -71,7 +71,8 @@ const en = {
|
|
|
71
71
|
fileUpload: 'File Upload',
|
|
72
72
|
selectYear: 'Select Year',
|
|
73
73
|
search: 'Search',
|
|
74
|
-
forbiddenException: 'You do not have permission to access this resource'
|
|
74
|
+
forbiddenException: 'You do not have permission to access this resource',
|
|
75
|
+
theButtonIsNotBoundToAResource: 'The button is not bound to a resource, Bind the resource first'
|
|
75
76
|
},
|
|
76
77
|
superGrid: {
|
|
77
78
|
columnConfig: 'Column Config',
|