@skyfox2000/webui 1.6.2 → 1.6.3
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/package.json +1 -1
- package/src/locales/en-US.json +5 -0
package/package.json
CHANGED
package/src/locales/en-US.json
CHANGED
|
@@ -23,6 +23,7 @@
|
|
|
23
23
|
"failed": "Failed",
|
|
24
24
|
"enable": "Enable",
|
|
25
25
|
"disable": "Disable",
|
|
26
|
+
"close": "Close",
|
|
26
27
|
"male": "Male",
|
|
27
28
|
"female": "Female",
|
|
28
29
|
"online": "Online",
|
|
@@ -98,6 +99,9 @@
|
|
|
98
99
|
"confirmDelete": "Are you sure to delete this record?",
|
|
99
100
|
"more": "More"
|
|
100
101
|
},
|
|
102
|
+
"table": {
|
|
103
|
+
"confirmDelete": "Are you sure to delete this record?"
|
|
104
|
+
},
|
|
101
105
|
"toolpanel": {
|
|
102
106
|
"tool": "Tools",
|
|
103
107
|
"searchResult": "Search Results",
|
|
@@ -297,6 +301,7 @@
|
|
|
297
301
|
"expandSearch": "Expand Search Bar",
|
|
298
302
|
"collapseSearch": "Collapse Search Bar",
|
|
299
303
|
"rowHeight": "Adjust Row Height",
|
|
304
|
+
"templateManagement": "Template",
|
|
300
305
|
"showCheckbox": "Show Checkbox",
|
|
301
306
|
"hideCheckbox": "Hide Checkbox",
|
|
302
307
|
"expandRows": "Expand Rows",
|