@nocobase/plugin-client 0.9.3-alpha.1 → 0.9.4-alpha.2
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/locale/en-US.json +3 -0
- package/lib/locale/es-ES.json +1462 -0
- package/lib/locale/pt-BR.json +3 -0
- package/lib/locale/zh-CN.json +154 -28
- package/lib/server.js +32 -2
- package/package.json +4 -4
package/lib/locale/en-US.json
CHANGED
|
@@ -230,6 +230,9 @@
|
|
|
230
230
|
"Generated automatically if left blank": "Generated automatically if left blank",
|
|
231
231
|
"Display association fields": "Display association fields",
|
|
232
232
|
"Field component": "Field component",
|
|
233
|
+
"Allow multiple": "Allow multiple",
|
|
234
|
+
"Quick upload": "Quick upload",
|
|
235
|
+
"Select file": "Select file",
|
|
233
236
|
"Subtable": "Subtable",
|
|
234
237
|
"Subform": "Sub-form",
|
|
235
238
|
"Record picker": "Record picker",
|