@nocobase/plugin-client 0.9.2-alpha.4 → 0.9.3-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 +2 -2
- package/package.json +4 -4
package/lib/locale/en-US.json
CHANGED
|
@@ -231,12 +231,12 @@
|
|
|
231
231
|
"Display association fields": "Display association fields",
|
|
232
232
|
"Field component": "Field component",
|
|
233
233
|
"Subtable": "Subtable",
|
|
234
|
-
"Subform": "
|
|
234
|
+
"Subform": "Sub-form",
|
|
235
235
|
"Record picker": "Record picker",
|
|
236
236
|
"Toggles the subfield mode": "Toggles the subfield mode",
|
|
237
237
|
"Selector mode": "Selector mode",
|
|
238
238
|
"Subtable mode": "Subtable mode",
|
|
239
|
-
"Subform mode": "
|
|
239
|
+
"Subform mode": "Sub-form mode",
|
|
240
240
|
"Edit block title": "Edit block title",
|
|
241
241
|
"Block title": "Block title",
|
|
242
242
|
"Pattern": "Pattern",
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nocobase/plugin-client",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.3-alpha.1",
|
|
4
4
|
"main": "lib/index.js",
|
|
5
5
|
"license": "AGPL-3.0",
|
|
6
6
|
"dependencies": {
|
|
7
|
-
"@nocobase/server": "0.9.
|
|
7
|
+
"@nocobase/server": "0.9.3-alpha.1"
|
|
8
8
|
},
|
|
9
9
|
"devDependencies": {
|
|
10
|
-
"@nocobase/test": "0.9.
|
|
10
|
+
"@nocobase/test": "0.9.3-alpha.1"
|
|
11
11
|
},
|
|
12
|
-
"gitHead": "
|
|
12
|
+
"gitHead": "24979bc561537c0b84469c161eeef1a6de4c4684"
|
|
13
13
|
}
|