@nocobase/plugin-client 0.9.2-alpha.4 → 0.9.4-alpha.1
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 +5 -2
- 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,13 +230,16 @@
|
|
|
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
|
-
"Subform": "
|
|
237
|
+
"Subform": "Sub-form",
|
|
235
238
|
"Record picker": "Record picker",
|
|
236
239
|
"Toggles the subfield mode": "Toggles the subfield mode",
|
|
237
240
|
"Selector mode": "Selector mode",
|
|
238
241
|
"Subtable mode": "Subtable mode",
|
|
239
|
-
"Subform mode": "
|
|
242
|
+
"Subform mode": "Sub-form mode",
|
|
240
243
|
"Edit block title": "Edit block title",
|
|
241
244
|
"Block title": "Block title",
|
|
242
245
|
"Pattern": "Pattern",
|