@nocobase/client 0.8.1-alpha.4 → 0.9.0-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/es/acl/ACLProvider.d.ts +16 -2
- package/es/acl/ACLProvider.js +271 -100
- package/es/acl/Configuration/ConfigureCenter.d.ts +2 -0
- package/es/acl/Configuration/ConfigureCenter.js +254 -0
- package/es/acl/Configuration/MenuConfigure.js +2 -2
- package/es/acl/Configuration/PermisionProvider.d.ts +4 -0
- package/es/acl/Configuration/PermisionProvider.js +132 -0
- package/es/acl/Configuration/RoleConfigure.js +98 -23
- package/es/acl/Configuration/RoleTable.d.ts +1 -1
- package/es/acl/Configuration/RoleTable.js +6 -3
- package/es/acl/Configuration/RolesResourcesActions.js +2 -2
- package/es/acl/Configuration/index.d.ts +1 -0
- package/es/acl/Configuration/index.js +2 -1
- package/es/acl/Configuration/schemas/roleCollections.js +41 -13
- package/es/acl/Configuration/schemas/roles.js +42 -2
- package/es/acl/Configuration/schemas/scopes.js +2 -0
- package/es/acl/index.d.ts +1 -0
- package/es/acl/index.js +2 -1
- package/es/acl/style.less +10 -0
- package/es/antd-config-provider/index.d.ts +3 -1
- package/es/antd-config-provider/index.js +25 -6
- package/es/antd-config-provider/loadConstrueLocale.d.ts +1 -0
- package/es/antd-config-provider/loadConstrueLocale.js +293 -0
- package/es/api-client/APIClient.js +5 -0
- package/es/block-provider/FormBlockProvider.js +5 -2
- package/es/block-provider/KanbanBlockProvider.js +3 -3
- package/es/block-provider/SharedFilterProvider.d.ts +1 -0
- package/es/block-provider/SharedFilterProvider.js +22 -6
- package/es/collection-manager/CollectionHistoryProvider.js +14 -2
- package/es/collection-manager/hooks/useCollection.d.ts +1 -0
- package/es/collection-manager/hooks/useCollection.js +10 -0
- package/es/collection-manager/interfaces/index.d.ts +0 -1
- package/es/collection-manager/interfaces/index.js +0 -1
- package/es/collection-manager/interfaces/o2m.js +1 -0
- package/es/collection-manager/interfaces/properties/operators.js +7 -0
- package/es/collection-manager/interfaces/subTable.js +1 -0
- package/es/collection-manager/templates/calendar.js +5 -0
- package/es/formula/Expression.d.ts +2 -0
- package/es/formula/Expression.js +296 -0
- package/es/formula/Result.d.ts +2 -0
- package/es/formula/Result.js +91 -0
- package/es/formula/index.d.ts +6 -0
- package/es/formula/index.js +8 -0
- package/es/i18n/i18n.js +7 -12
- package/es/index.d.ts +2 -1
- package/es/index.js +3 -2
- package/es/locale/en_US.d.ts +108 -28
- package/es/locale/en_US.js +108 -28
- package/es/locale/index.d.ts +201 -4
- package/es/locale/index.js +191 -58
- package/es/locale/ja_JP.d.ts +4 -0
- package/es/locale/ja_JP.js +4 -0
- package/es/locale/zh_CN.d.ts +11 -1
- package/es/locale/zh_CN.js +12 -2
- package/es/plugin-manager/PluginManager.js +19 -13
- package/es/pm/PluginManagerLink.js +38 -43
- package/es/pm/index.d.ts +1 -0
- package/es/pm/index.js +84 -35
- package/es/record-provider/index.d.ts +1 -0
- package/es/record-provider/index.js +7 -4
- package/es/route-switch/antd/admin-layout/index.d.ts +1 -0
- package/es/route-switch/antd/admin-layout/index.js +4 -6
- package/es/schema-component/antd/action/Action.js +19 -16
- package/es/schema-component/antd/association-filter/AssociationFilter.Item.js +24 -23
- package/es/schema-component/antd/cron/Cron.d.ts +0 -1
- package/es/schema-component/antd/cron/Cron.js +16 -19
- package/es/schema-component/antd/cron/locale/index.d.ts +37 -0
- package/es/schema-component/antd/cron/locale/index.js +6 -0
- package/es/schema-component/antd/filter/useFilterActionProps.js +17 -23
- package/es/schema-component/antd/form-item/FormItem.js +5 -4
- package/es/schema-component/antd/index.d.ts +1 -2
- package/es/schema-component/antd/index.js +1 -2
- package/es/schema-component/antd/page/FixedBlock.d.ts +1 -1
- package/es/schema-component/antd/page/FixedBlock.js +70 -21
- package/es/schema-component/antd/page/Page.js +15 -10
- package/es/schema-component/antd/remote-select/RemoteSelect.js +12 -2
- package/es/schema-component/antd/table/Table.Array.js +1 -1
- package/es/schema-component/antd/table-v2/Table.js +13 -6
- package/es/schema-component/antd/table-v2/TableBlockDesigner.js +24 -8
- package/es/schema-component/hooks/useDesignable.d.ts +1 -1
- package/es/schema-component/hooks/useDesignable.js +45 -16
- package/es/schema-component/hooks/useFieldTitle.js +3 -1
- package/es/schema-initializer/buttons/ReadPrettyFormActionInitializers.d.ts +3 -0
- package/es/schema-initializer/buttons/ReadPrettyFormActionInitializers.js +1 -0
- package/es/schema-initializer/buttons/TableActionColumnInitializers.js +1 -0
- package/es/schema-initializer/utils.js +6 -9
- package/es/schema-templates/BlockTemplate.js +2 -2
- package/es/schema-templates/SchemaTemplateManagerProvider.js +1 -1
- package/es/system-settings/SystemSettingsShortcut.js +1 -1
- package/lib/acl/ACLProvider.d.ts +16 -2
- package/lib/acl/ACLProvider.js +283 -102
- package/lib/acl/Configuration/ConfigureCenter.d.ts +2 -0
- package/lib/acl/Configuration/ConfigureCenter.js +278 -0
- package/lib/acl/Configuration/MenuConfigure.js +3 -3
- package/lib/acl/Configuration/PermisionProvider.d.ts +4 -0
- package/lib/acl/Configuration/PermisionProvider.js +156 -0
- package/lib/acl/Configuration/RoleConfigure.js +107 -23
- package/lib/acl/Configuration/RoleTable.d.ts +1 -1
- package/lib/acl/Configuration/RoleTable.js +8 -4
- package/lib/acl/Configuration/RolesResourcesActions.js +2 -2
- package/lib/acl/Configuration/index.d.ts +1 -0
- package/lib/acl/Configuration/index.js +15 -1
- package/lib/acl/Configuration/schemas/roleCollections.js +41 -13
- package/lib/acl/Configuration/schemas/roles.js +47 -2
- package/lib/acl/Configuration/schemas/scopes.js +2 -0
- package/lib/acl/index.d.ts +1 -0
- package/lib/acl/index.js +3 -1
- package/lib/acl/style.less +10 -0
- package/lib/antd-config-provider/index.d.ts +3 -1
- package/lib/antd-config-provider/index.js +40 -6
- package/lib/antd-config-provider/loadConstrueLocale.d.ts +1 -0
- package/lib/antd-config-provider/loadConstrueLocale.js +304 -0
- package/lib/api-client/APIClient.js +5 -0
- package/lib/block-provider/FormBlockProvider.js +9 -3
- package/lib/block-provider/KanbanBlockProvider.js +3 -3
- package/lib/block-provider/SharedFilterProvider.d.ts +1 -0
- package/lib/block-provider/SharedFilterProvider.js +26 -7
- package/lib/collection-manager/CollectionHistoryProvider.js +14 -1
- package/lib/collection-manager/hooks/useCollection.d.ts +1 -0
- package/lib/collection-manager/hooks/useCollection.js +10 -0
- package/lib/collection-manager/interfaces/index.d.ts +0 -1
- package/lib/collection-manager/interfaces/index.js +0 -13
- package/lib/collection-manager/interfaces/o2m.js +1 -0
- package/lib/collection-manager/interfaces/properties/operators.js +7 -0
- package/lib/collection-manager/interfaces/subTable.js +1 -0
- package/lib/collection-manager/templates/calendar.js +5 -0
- package/lib/formula/Expression.d.ts +2 -0
- package/lib/formula/Expression.js +319 -0
- package/lib/formula/Result.d.ts +2 -0
- package/lib/formula/Result.js +114 -0
- package/lib/formula/index.d.ts +6 -0
- package/lib/formula/index.js +22 -0
- package/lib/i18n/i18n.js +7 -14
- package/lib/index.d.ts +2 -1
- package/lib/index.js +26 -13
- package/lib/locale/en_US.d.ts +108 -28
- package/lib/locale/en_US.js +108 -28
- package/lib/locale/index.d.ts +201 -4
- package/lib/locale/index.js +197 -67
- package/lib/locale/ja_JP.d.ts +4 -0
- package/lib/locale/ja_JP.js +4 -0
- package/lib/locale/zh_CN.d.ts +11 -1
- package/lib/locale/zh_CN.js +12 -2
- package/lib/plugin-manager/PluginManager.js +20 -13
- package/lib/pm/PluginManagerLink.js +37 -43
- package/lib/pm/index.d.ts +1 -0
- package/lib/pm/index.js +90 -35
- package/lib/record-provider/index.d.ts +1 -0
- package/lib/record-provider/index.js +7 -4
- package/lib/route-switch/antd/admin-layout/index.d.ts +1 -0
- package/lib/route-switch/antd/admin-layout/index.js +5 -4
- package/lib/schema-component/antd/action/Action.js +19 -16
- package/lib/schema-component/antd/association-filter/AssociationFilter.Item.js +22 -21
- package/lib/schema-component/antd/cron/Cron.d.ts +0 -1
- package/lib/schema-component/antd/cron/Cron.js +19 -24
- package/lib/schema-component/antd/cron/locale/index.d.ts +37 -0
- package/lib/schema-component/antd/cron/locale/index.js +18 -0
- package/lib/schema-component/antd/filter/useFilterActionProps.js +16 -23
- package/lib/schema-component/antd/form-item/FormItem.js +6 -4
- package/lib/schema-component/antd/index.d.ts +1 -2
- package/lib/schema-component/antd/index.js +8 -21
- package/lib/schema-component/antd/page/FixedBlock.d.ts +1 -1
- package/lib/schema-component/antd/page/FixedBlock.js +71 -21
- package/lib/schema-component/antd/page/Page.js +14 -9
- package/lib/schema-component/antd/remote-select/RemoteSelect.js +18 -3
- package/lib/schema-component/antd/table/Table.Array.js +1 -1
- package/lib/schema-component/antd/table-v2/Table.js +14 -6
- package/lib/schema-component/antd/table-v2/TableBlockDesigner.js +25 -8
- package/lib/schema-component/hooks/useDesignable.d.ts +1 -1
- package/lib/schema-component/hooks/useDesignable.js +47 -18
- package/lib/schema-component/hooks/useFieldTitle.js +4 -1
- package/lib/schema-initializer/buttons/ReadPrettyFormActionInitializers.d.ts +3 -0
- package/lib/schema-initializer/buttons/ReadPrettyFormActionInitializers.js +1 -0
- package/lib/schema-initializer/buttons/TableActionColumnInitializers.js +1 -0
- package/lib/schema-initializer/utils.js +6 -9
- package/lib/schema-templates/BlockTemplate.js +2 -2
- package/lib/schema-templates/SchemaTemplateManagerProvider.js +1 -1
- package/lib/system-settings/SystemSettingsShortcut.js +1 -1
- package/package.json +6 -11
- package/es/collection-manager/interfaces/formula.d.ts +0 -2
- package/es/collection-manager/interfaces/formula.js +0 -74
- package/es/schema-component/antd/formula-input/Compute.d.ts +0 -3
- package/es/schema-component/antd/formula-input/Compute.js +0 -55
- package/es/schema-component/antd/formula-input/FormulaInput.d.ts +0 -3
- package/es/schema-component/antd/formula-input/FormulaInput.js +0 -167
- package/es/schema-component/antd/formula-input/index.d.ts +0 -1
- package/es/schema-component/antd/formula-input/index.js +0 -7
- package/lib/collection-manager/interfaces/formula.d.ts +0 -2
- package/lib/collection-manager/interfaces/formula.js +0 -83
- package/lib/schema-component/antd/formula-input/Compute.d.ts +0 -3
- package/lib/schema-component/antd/formula-input/Compute.js +0 -79
- package/lib/schema-component/antd/formula-input/FormulaInput.d.ts +0 -3
- package/lib/schema-component/antd/formula-input/FormulaInput.js +0 -191
- package/lib/schema-component/antd/formula-input/index.d.ts +0 -1
- package/lib/schema-component/antd/formula-input/index.js +0 -18
package/es/locale/en_US.d.ts
CHANGED
|
@@ -43,6 +43,7 @@ declare const _default: {
|
|
|
43
43
|
"Super admin": string;
|
|
44
44
|
Language: string;
|
|
45
45
|
"Allow sign up": string;
|
|
46
|
+
"Enable SMS authentication": string;
|
|
46
47
|
"Sign out": string;
|
|
47
48
|
Cancel: string;
|
|
48
49
|
Submit: string;
|
|
@@ -53,12 +54,12 @@ declare const _default: {
|
|
|
53
54
|
Form: string;
|
|
54
55
|
"Select data source": string;
|
|
55
56
|
Calendar: string;
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
57
|
+
"Delete events": string;
|
|
58
|
+
"This event": string;
|
|
59
|
+
"This and following events": string;
|
|
60
|
+
"All events": string;
|
|
61
|
+
"Delete this event?": string;
|
|
62
|
+
"Delete Event": string;
|
|
62
63
|
Kanban: string;
|
|
63
64
|
"Select grouping field": string;
|
|
64
65
|
Media: string;
|
|
@@ -114,11 +115,12 @@ declare const _default: {
|
|
|
114
115
|
"Collection display name": string;
|
|
115
116
|
"Collection name": string;
|
|
116
117
|
Inherits: string;
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
118
|
+
"Generate ID field automatically": string;
|
|
119
|
+
"Store the creation user of each record": string;
|
|
120
|
+
"Store the last update user of each record": string;
|
|
121
|
+
"Store the creation time of each record": string;
|
|
122
|
+
"Store the last update time of each record": string;
|
|
123
|
+
"More options": string;
|
|
122
124
|
"Records can be sorted": string;
|
|
123
125
|
"Collection template": string;
|
|
124
126
|
"Calendar collection": string;
|
|
@@ -136,9 +138,9 @@ declare const _default: {
|
|
|
136
138
|
"Association fields filter": string;
|
|
137
139
|
"PK & FK fields": string;
|
|
138
140
|
"Association fields": string;
|
|
139
|
-
"Parent collection fields": string;
|
|
140
141
|
"System fields": string;
|
|
141
142
|
"General fields": string;
|
|
143
|
+
"Parent collection fields": string;
|
|
142
144
|
Basic: string;
|
|
143
145
|
"Single line text": string;
|
|
144
146
|
"Long text": string;
|
|
@@ -183,6 +185,7 @@ declare const _default: {
|
|
|
183
185
|
"12 hour": string;
|
|
184
186
|
"24 hour": string;
|
|
185
187
|
"Relationship type": string;
|
|
188
|
+
"Inverse relationship type": string;
|
|
186
189
|
"Source collection": string;
|
|
187
190
|
"Source key": string;
|
|
188
191
|
"Target collection": string;
|
|
@@ -193,12 +196,28 @@ declare const _default: {
|
|
|
193
196
|
"One to many": string;
|
|
194
197
|
"Many to one": string;
|
|
195
198
|
"Many to many": string;
|
|
199
|
+
"Foreign key 1": string;
|
|
200
|
+
"Foreign key 2": string;
|
|
196
201
|
"One to one description": string;
|
|
197
202
|
"One to many description": string;
|
|
198
203
|
"Many to one description": string;
|
|
199
204
|
"Many to many description": string;
|
|
200
|
-
"
|
|
201
|
-
"
|
|
205
|
+
"Generated automatically if left blank": string;
|
|
206
|
+
"Display association fields": string;
|
|
207
|
+
"Field component": string;
|
|
208
|
+
Subtable: string;
|
|
209
|
+
Subform: string;
|
|
210
|
+
"Record picker": string;
|
|
211
|
+
"Toggles the subfield mode": string;
|
|
212
|
+
"Selector mode": string;
|
|
213
|
+
"Subtable mode": string;
|
|
214
|
+
"Subform mode": string;
|
|
215
|
+
"Edit block title": string;
|
|
216
|
+
"Block title": string;
|
|
217
|
+
Pattern: string;
|
|
218
|
+
Editable: string;
|
|
219
|
+
Readonly: string;
|
|
220
|
+
"Easy-reading": string;
|
|
202
221
|
"Add filter": string;
|
|
203
222
|
"Add filter group": string;
|
|
204
223
|
Comparision: string;
|
|
@@ -219,6 +238,7 @@ declare const _default: {
|
|
|
219
238
|
"Edit button": string;
|
|
220
239
|
Hide: string;
|
|
221
240
|
"Enable actions": string;
|
|
241
|
+
Import: string;
|
|
222
242
|
Export: string;
|
|
223
243
|
Customize: string;
|
|
224
244
|
Function: string;
|
|
@@ -239,9 +259,30 @@ declare const _default: {
|
|
|
239
259
|
"Custom column name": string;
|
|
240
260
|
"Edit description": string;
|
|
241
261
|
Required: string;
|
|
262
|
+
Unique: string;
|
|
242
263
|
"Label field": string;
|
|
243
264
|
"Default is the ID field": string;
|
|
244
265
|
"Set default sorting rules": string;
|
|
266
|
+
"Set validation rules": string;
|
|
267
|
+
"Max length": string;
|
|
268
|
+
"Min length": string;
|
|
269
|
+
Maximum: string;
|
|
270
|
+
Minimum: string;
|
|
271
|
+
"Max length must greater than min length": string;
|
|
272
|
+
"Min length must less than max length": string;
|
|
273
|
+
"Maximum must greater than minimum": string;
|
|
274
|
+
"Minimum must less than maximum": string;
|
|
275
|
+
"Validation rule": string;
|
|
276
|
+
"Add validation rule": string;
|
|
277
|
+
Format: string;
|
|
278
|
+
"Regular expression": string;
|
|
279
|
+
"Error message": string;
|
|
280
|
+
Length: string;
|
|
281
|
+
"The field value cannot be greater than ": string;
|
|
282
|
+
"The field value cannot be less than ": string;
|
|
283
|
+
"The field value is not an integer number": string;
|
|
284
|
+
"Set default value": string;
|
|
285
|
+
"Default value": string;
|
|
245
286
|
"is before": string;
|
|
246
287
|
"is after": string;
|
|
247
288
|
"is on or after": string;
|
|
@@ -275,6 +316,7 @@ declare const _default: {
|
|
|
275
316
|
"Configure calendar": string;
|
|
276
317
|
"Title field": string;
|
|
277
318
|
"Custom title": string;
|
|
319
|
+
"Show lunar": string;
|
|
278
320
|
"Start date field": string;
|
|
279
321
|
"End date field": string;
|
|
280
322
|
Navigate: string;
|
|
@@ -282,10 +324,13 @@ declare const _default: {
|
|
|
282
324
|
Description: string;
|
|
283
325
|
"Select view": string;
|
|
284
326
|
Reset: string;
|
|
327
|
+
"Importable fields": string;
|
|
285
328
|
"Exportable fields": string;
|
|
286
329
|
"Saved successfully": string;
|
|
287
330
|
Nickname: string;
|
|
288
331
|
"Sign in": string;
|
|
332
|
+
"Sign in via account": string;
|
|
333
|
+
"Sign in via phone": string;
|
|
289
334
|
"Create an account": string;
|
|
290
335
|
"Sign up": string;
|
|
291
336
|
"Confirm password": string;
|
|
@@ -293,6 +338,9 @@ declare const _default: {
|
|
|
293
338
|
"Signed up successfully. It will jump to the login page.": string;
|
|
294
339
|
"Password mismatch": string;
|
|
295
340
|
Users: string;
|
|
341
|
+
"Verification code": string;
|
|
342
|
+
"Send code": string;
|
|
343
|
+
"Retry after {{count}} seconds": string;
|
|
296
344
|
Roles: string;
|
|
297
345
|
"Add role": string;
|
|
298
346
|
"Role name": string;
|
|
@@ -355,6 +403,7 @@ declare const _default: {
|
|
|
355
403
|
DESC: string;
|
|
356
404
|
"Add sort field": string;
|
|
357
405
|
ID: string;
|
|
406
|
+
"Identifier for program usage. Support letters, numbers and underscores, must start with an letter.": string;
|
|
358
407
|
Drawer: string;
|
|
359
408
|
Dialog: string;
|
|
360
409
|
"Delete action": string;
|
|
@@ -377,6 +426,7 @@ declare const _default: {
|
|
|
377
426
|
exists: string;
|
|
378
427
|
"not exists": string;
|
|
379
428
|
"is current logged-in user": string;
|
|
429
|
+
"is not current logged-in user": string;
|
|
380
430
|
"=": string;
|
|
381
431
|
"\u2260": string;
|
|
382
432
|
">": string;
|
|
@@ -406,6 +456,7 @@ declare const _default: {
|
|
|
406
456
|
"Create calendar block": string;
|
|
407
457
|
"Create kanban block": string;
|
|
408
458
|
"Grouping field": string;
|
|
459
|
+
"Single select and radio fields can be used as the grouping field": string;
|
|
409
460
|
"Tab name": string;
|
|
410
461
|
"Current record blocks": string;
|
|
411
462
|
"Popup message": string;
|
|
@@ -419,6 +470,13 @@ declare const _default: {
|
|
|
419
470
|
"General permissions": string;
|
|
420
471
|
"Global action permissions": string;
|
|
421
472
|
"General action permissions": string;
|
|
473
|
+
"Plugin settings permissions": string;
|
|
474
|
+
"Allow to desgin pages": string;
|
|
475
|
+
"Allow to manage plugins": string;
|
|
476
|
+
"Allow to configure plugins": string;
|
|
477
|
+
"Allows to configure interface": string;
|
|
478
|
+
"Allows to install, activate, disable plugins": string;
|
|
479
|
+
"Allows to configure plugins": string;
|
|
422
480
|
"Action display name": string;
|
|
423
481
|
Allow: string;
|
|
424
482
|
"Data scope": string;
|
|
@@ -445,8 +503,11 @@ declare const _default: {
|
|
|
445
503
|
"Use the built-in static file server": string;
|
|
446
504
|
"Local storage": string;
|
|
447
505
|
"Aliyun OSS": string;
|
|
448
|
-
"Tencent COS": string;
|
|
449
506
|
"Amazon S3": string;
|
|
507
|
+
"Tencent COS": string;
|
|
508
|
+
Region: string;
|
|
509
|
+
Bucket: string;
|
|
510
|
+
Path: string;
|
|
450
511
|
"Unsaved changes": string;
|
|
451
512
|
"Are you sure you don't want to save?": string;
|
|
452
513
|
Dragging: string;
|
|
@@ -458,6 +519,7 @@ declare const _default: {
|
|
|
458
519
|
"Dynamic value": string;
|
|
459
520
|
"Current user": string;
|
|
460
521
|
"Current record": string;
|
|
522
|
+
"Current time": string;
|
|
461
523
|
"Popup close method": string;
|
|
462
524
|
"Automatic close": string;
|
|
463
525
|
"Manually close": string;
|
|
@@ -485,29 +547,40 @@ declare const _default: {
|
|
|
485
547
|
"Record ID": string;
|
|
486
548
|
User: string;
|
|
487
549
|
Field: string;
|
|
550
|
+
Select: string;
|
|
551
|
+
"Select Field": string;
|
|
488
552
|
"Field value changes": string;
|
|
489
553
|
"One to one (has one)": string;
|
|
490
554
|
"One to one (belongs to)": string;
|
|
491
555
|
"Use the same time zone (GMT) for all users": string;
|
|
492
|
-
"Block title": string;
|
|
493
|
-
"Edit block title": string;
|
|
494
556
|
"Province/city/area name": string;
|
|
495
|
-
"Field component": string;
|
|
496
|
-
Subtable: string;
|
|
497
|
-
Subform: string;
|
|
498
|
-
"Regular expression": string;
|
|
499
557
|
"Enabled languages": string;
|
|
500
558
|
"View all plugins": string;
|
|
501
559
|
Print: string;
|
|
502
|
-
|
|
503
|
-
|
|
560
|
+
Done: string;
|
|
561
|
+
"Sign up successfully, and automatically jump to the sign in page": string;
|
|
562
|
+
"File manager": string;
|
|
563
|
+
ACL: string;
|
|
564
|
+
"Collection manager": string;
|
|
565
|
+
"Plugin manager": string;
|
|
566
|
+
Local: string;
|
|
567
|
+
"Built-in": string;
|
|
568
|
+
Marketplace: string;
|
|
569
|
+
"Coming soon...": string;
|
|
570
|
+
"All plugin settings": string;
|
|
571
|
+
Bookmark: string;
|
|
572
|
+
"Manage all settings": string;
|
|
573
|
+
"Create inverse field in the target collection": string;
|
|
574
|
+
"Inverse field name": string;
|
|
575
|
+
"Inverse field display name": string;
|
|
576
|
+
"Bulk update": string;
|
|
504
577
|
"After successful bulk update": string;
|
|
505
|
-
All: string;
|
|
506
|
-
"Update selected data?": string;
|
|
507
|
-
"Update all data?": string;
|
|
508
578
|
"Bulk edit": string;
|
|
509
579
|
"Data will be updated": string;
|
|
510
580
|
Selected: string;
|
|
581
|
+
All: string;
|
|
582
|
+
"Update selected data?": string;
|
|
583
|
+
"Update all data?": string;
|
|
511
584
|
"Remains the same": string;
|
|
512
585
|
"Changed to": string;
|
|
513
586
|
Clear: string;
|
|
@@ -516,7 +589,14 @@ declare const _default: {
|
|
|
516
589
|
Selector: string;
|
|
517
590
|
Inner: string;
|
|
518
591
|
"Search and select collection": string;
|
|
519
|
-
|
|
520
|
-
|
|
592
|
+
"Please fill in the iframe URL": string;
|
|
593
|
+
"Fix block": string;
|
|
594
|
+
"Plugin name": string;
|
|
595
|
+
"Plugin tab name": string;
|
|
596
|
+
AutoGenId: string;
|
|
597
|
+
CreatedBy: string;
|
|
598
|
+
UpdatedBy: string;
|
|
599
|
+
CreatedAt: string;
|
|
600
|
+
UpdatedAt: string;
|
|
521
601
|
};
|
|
522
602
|
export default _default;
|
package/es/locale/en_US.js
CHANGED
|
@@ -43,6 +43,7 @@ export default {
|
|
|
43
43
|
"Super admin": "Super admin",
|
|
44
44
|
"Language": "Language",
|
|
45
45
|
"Allow sign up": "Allow sign up",
|
|
46
|
+
"Enable SMS authentication": "Enable SMS authentication",
|
|
46
47
|
"Sign out": "Sign out",
|
|
47
48
|
"Cancel": "Cancel",
|
|
48
49
|
"Submit": "Submit",
|
|
@@ -53,12 +54,12 @@ export default {
|
|
|
53
54
|
"Form": "Form",
|
|
54
55
|
"Select data source": "Select data source",
|
|
55
56
|
"Calendar": "Calendar",
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
57
|
+
"Delete events": "Delete events",
|
|
58
|
+
"This event": "This event",
|
|
59
|
+
"This and following events": "This and following events",
|
|
60
|
+
"All events": "All events",
|
|
61
|
+
"Delete this event?": "Delete this event?",
|
|
62
|
+
"Delete Event": "Delete Event",
|
|
62
63
|
"Kanban": "Kanban",
|
|
63
64
|
"Select grouping field": "Select grouping field",
|
|
64
65
|
"Media": "Media",
|
|
@@ -114,11 +115,12 @@ export default {
|
|
|
114
115
|
"Collection display name": "Collection display name",
|
|
115
116
|
"Collection name": "Collection name",
|
|
116
117
|
"Inherits": "Inherits",
|
|
117
|
-
"
|
|
118
|
-
"
|
|
119
|
-
"
|
|
120
|
-
"
|
|
121
|
-
"
|
|
118
|
+
"Generate ID field automatically": "Generate ID field automatically",
|
|
119
|
+
"Store the creation user of each record": "Store the creation user of each record",
|
|
120
|
+
"Store the last update user of each record": "Store the last update user of each record",
|
|
121
|
+
"Store the creation time of each record": "Store the creation time of each record",
|
|
122
|
+
"Store the last update time of each record": "Store the last update time of each record",
|
|
123
|
+
"More options": "More options",
|
|
122
124
|
"Records can be sorted": "Records can be sorted",
|
|
123
125
|
"Collection template": "Collection template",
|
|
124
126
|
"Calendar collection": "Calendar collection",
|
|
@@ -136,9 +138,9 @@ export default {
|
|
|
136
138
|
"Association fields filter": "Association fields filter",
|
|
137
139
|
"PK & FK fields": "PK & FK fields",
|
|
138
140
|
"Association fields": "Association fields",
|
|
139
|
-
"Parent collection fields": "Parent collection fields",
|
|
140
141
|
"System fields": "System fields",
|
|
141
142
|
"General fields": "General fields",
|
|
143
|
+
"Parent collection fields": "Parent collection fields",
|
|
142
144
|
"Basic": "Basic",
|
|
143
145
|
"Single line text": "Single line text",
|
|
144
146
|
"Long text": "Long text",
|
|
@@ -183,6 +185,7 @@ export default {
|
|
|
183
185
|
"12 hour": "12 hour",
|
|
184
186
|
"24 hour": "24 hour",
|
|
185
187
|
"Relationship type": "Relationship type",
|
|
188
|
+
"Inverse relationship type": "Inverse relationship type",
|
|
186
189
|
"Source collection": "Source collection",
|
|
187
190
|
"Source key": "Source key",
|
|
188
191
|
"Target collection": "Target collection",
|
|
@@ -193,12 +196,28 @@ export default {
|
|
|
193
196
|
"One to many": "One to many",
|
|
194
197
|
"Many to one": "Many to one",
|
|
195
198
|
"Many to many": "Many to many",
|
|
199
|
+
"Foreign key 1": "Foreign key 1",
|
|
200
|
+
"Foreign key 2": "Foreign key 2",
|
|
196
201
|
"One to one description": "Used to create one-to-one relationships. For example, a user has a profile.",
|
|
197
202
|
"One to many description": "Used to create a one-to-many relationship. For example, a country will have many cities and a city can only be in one country. When present as a field, it is a sub-table that displays the records of the associated collection. When created, a Many-to-one field is automatically generated in the associated collection.",
|
|
198
203
|
"Many to one description": "Used to create many-to-one relationships. For example, a city can belong to only one country and a country can have many cities. When present as a field, it is a drop-down selection used to select record from the associated collection. Once created, a One-to-many field is automatically generated in the associated collection.",
|
|
199
204
|
"Many to many description": "Used to create many-to-many relationships. For example, a student will have many teachers and a teacher will have many students. When present as a field, it is a drop-down selection used to select records from the associated collection.",
|
|
200
|
-
"
|
|
201
|
-
"
|
|
205
|
+
"Generated automatically if left blank": "Generated automatically if left blank",
|
|
206
|
+
"Display association fields": "Display association fields",
|
|
207
|
+
"Field component": "Field component",
|
|
208
|
+
"Subtable": "Subtable",
|
|
209
|
+
"Subform": "Subform",
|
|
210
|
+
"Record picker": "Record picker",
|
|
211
|
+
"Toggles the subfield mode": "Toggles the subfield mode",
|
|
212
|
+
"Selector mode": "Selector mode",
|
|
213
|
+
"Subtable mode": "Subtable mode",
|
|
214
|
+
"Subform mode": "Subform mode",
|
|
215
|
+
"Edit block title": "Edit block title",
|
|
216
|
+
"Block title": "Block title",
|
|
217
|
+
"Pattern": "Pattern",
|
|
218
|
+
"Editable": "Editable",
|
|
219
|
+
"Readonly": "Readonly",
|
|
220
|
+
"Easy-reading": "Easy-reading",
|
|
202
221
|
"Add filter": "Add filter",
|
|
203
222
|
"Add filter group": "Add filter group",
|
|
204
223
|
"Comparision": "Comparision",
|
|
@@ -219,6 +238,7 @@ export default {
|
|
|
219
238
|
"Edit button": "Edit button",
|
|
220
239
|
"Hide": "Hide",
|
|
221
240
|
"Enable actions": "Enable actions",
|
|
241
|
+
"Import": "Import",
|
|
222
242
|
"Export": "Export",
|
|
223
243
|
"Customize": "Customize",
|
|
224
244
|
"Function": "Function",
|
|
@@ -239,9 +259,30 @@ export default {
|
|
|
239
259
|
"Custom column name": "Custom column name",
|
|
240
260
|
"Edit description": "Edit description",
|
|
241
261
|
"Required": "Required",
|
|
262
|
+
"Unique": "Unique",
|
|
242
263
|
"Label field": "Label field",
|
|
243
264
|
"Default is the ID field": "Default is the ID field",
|
|
244
265
|
"Set default sorting rules": "Set default sorting rules",
|
|
266
|
+
"Set validation rules": "Set validation rules",
|
|
267
|
+
"Max length": "Max length",
|
|
268
|
+
"Min length": "Min length",
|
|
269
|
+
"Maximum": "Maximum",
|
|
270
|
+
"Minimum": "Minimum",
|
|
271
|
+
"Max length must greater than min length": "Max length must greater than min length",
|
|
272
|
+
"Min length must less than max length": "Min length must less than max length",
|
|
273
|
+
"Maximum must greater than minimum": "Maximum must greater than minimum",
|
|
274
|
+
"Minimum must less than maximum": "Minimum must less than maximum",
|
|
275
|
+
"Validation rule": "Validation rule",
|
|
276
|
+
"Add validation rule": "Add validation rule",
|
|
277
|
+
"Format": "Format",
|
|
278
|
+
"Regular expression": "Pattern",
|
|
279
|
+
"Error message": "Error message",
|
|
280
|
+
"Length": "Length",
|
|
281
|
+
"The field value cannot be greater than ": "The field value cannot be greater than ",
|
|
282
|
+
"The field value cannot be less than ": "The field value cannot be less than ",
|
|
283
|
+
"The field value is not an integer number": "The field value is not an integer number",
|
|
284
|
+
"Set default value": "Set default value",
|
|
285
|
+
"Default value": "Default value",
|
|
245
286
|
"is before": "is before",
|
|
246
287
|
"is after": "is after",
|
|
247
288
|
"is on or after": "is on or after",
|
|
@@ -275,6 +316,7 @@ export default {
|
|
|
275
316
|
"Configure calendar": "Configure calendar",
|
|
276
317
|
"Title field": "Title field",
|
|
277
318
|
"Custom title": "Custom title",
|
|
319
|
+
"Show lunar": "Show lunar",
|
|
278
320
|
"Start date field": "Start date field",
|
|
279
321
|
"End date field": "End date field",
|
|
280
322
|
"Navigate": "Navigate",
|
|
@@ -282,10 +324,13 @@ export default {
|
|
|
282
324
|
"Description": "Description",
|
|
283
325
|
"Select view": "Select view",
|
|
284
326
|
"Reset": "Reset",
|
|
327
|
+
"Importable fields": "Importable fields",
|
|
285
328
|
"Exportable fields": "Exportable fields",
|
|
286
329
|
"Saved successfully": "Saved successfully",
|
|
287
330
|
"Nickname": "Nickname",
|
|
288
331
|
"Sign in": "Sign in",
|
|
332
|
+
"Sign in via account": "Sign in via account",
|
|
333
|
+
"Sign in via phone": "Sign in via phone",
|
|
289
334
|
"Create an account": "Create an account",
|
|
290
335
|
"Sign up": "Sign up",
|
|
291
336
|
"Confirm password": "Confirm password",
|
|
@@ -293,6 +338,9 @@ export default {
|
|
|
293
338
|
"Signed up successfully. It will jump to the login page.": "Signed up successfully. It will jump to the login page.",
|
|
294
339
|
"Password mismatch": "Password mismatch",
|
|
295
340
|
"Users": "Users",
|
|
341
|
+
"Verification code": "Verification code",
|
|
342
|
+
"Send code": "Send code",
|
|
343
|
+
"Retry after {{count}} seconds": "Retry after {{count}} seconds",
|
|
296
344
|
"Roles": "Roles",
|
|
297
345
|
"Add role": "Add role",
|
|
298
346
|
"Role name": "Role name",
|
|
@@ -355,6 +403,7 @@ export default {
|
|
|
355
403
|
"DESC": "DESC",
|
|
356
404
|
"Add sort field": "Add sort field",
|
|
357
405
|
"ID": "ID",
|
|
406
|
+
"Identifier for program usage. Support letters, numbers and underscores, must start with an letter.": "Identifier for program usage. Support letters, numbers and underscores, must start with an letter.",
|
|
358
407
|
"Drawer": "Drawer",
|
|
359
408
|
"Dialog": "Dialog",
|
|
360
409
|
"Delete action": "Delete action",
|
|
@@ -377,6 +426,7 @@ export default {
|
|
|
377
426
|
"exists": "exists",
|
|
378
427
|
"not exists": "not exists",
|
|
379
428
|
"is current logged-in user": "is current logged-in user",
|
|
429
|
+
"is not current logged-in user": "is not current logged-in user",
|
|
380
430
|
"=": "=",
|
|
381
431
|
"≠": "≠",
|
|
382
432
|
">": ">",
|
|
@@ -406,6 +456,7 @@ export default {
|
|
|
406
456
|
"Create calendar block": "Create calendar block",
|
|
407
457
|
"Create kanban block": "Create kanban block",
|
|
408
458
|
"Grouping field": "Grouping field",
|
|
459
|
+
"Single select and radio fields can be used as the grouping field": "Single select and radio fields can be used as the grouping field",
|
|
409
460
|
"Tab name": "Tab name",
|
|
410
461
|
"Current record blocks": "Current record blocks",
|
|
411
462
|
"Popup message": "Popup message",
|
|
@@ -419,6 +470,13 @@ export default {
|
|
|
419
470
|
"General permissions": "General permissions",
|
|
420
471
|
"Global action permissions": "Global action permissions",
|
|
421
472
|
"General action permissions": "General action permissions",
|
|
473
|
+
"Plugin settings permissions": "Plugin settings permissions",
|
|
474
|
+
"Allow to desgin pages": "Allow to desgin pages",
|
|
475
|
+
"Allow to manage plugins": "Allow to manage plugins",
|
|
476
|
+
"Allow to configure plugins": "Allow to configure plugins",
|
|
477
|
+
"Allows to configure interface": "Allows to configure interface",
|
|
478
|
+
"Allows to install, activate, disable plugins": "Allows to install, activate, disable plugins",
|
|
479
|
+
"Allows to configure plugins": "Allows to configure plugins",
|
|
422
480
|
"Action display name": "Action display name",
|
|
423
481
|
"Allow": "Allow",
|
|
424
482
|
"Data scope": "Data scope",
|
|
@@ -445,8 +503,11 @@ export default {
|
|
|
445
503
|
"Use the built-in static file server": "Use the built-in static file server",
|
|
446
504
|
"Local storage": "Local storage",
|
|
447
505
|
"Aliyun OSS": "Aliyun OSS",
|
|
448
|
-
"Tencent COS": "Tencent COS",
|
|
449
506
|
"Amazon S3": "Amazon S3",
|
|
507
|
+
"Tencent COS": "Tencent COS",
|
|
508
|
+
"Region": "Region",
|
|
509
|
+
"Bucket": "Bucket",
|
|
510
|
+
"Path": "Path",
|
|
450
511
|
"Unsaved changes": "Unsaved changes",
|
|
451
512
|
"Are you sure you don't want to save?": "Are you sure you don't want to save?",
|
|
452
513
|
"Dragging": "Dragging",
|
|
@@ -458,6 +519,7 @@ export default {
|
|
|
458
519
|
"Dynamic value": "Dynamic value",
|
|
459
520
|
"Current user": "Current user",
|
|
460
521
|
"Current record": "Current record",
|
|
522
|
+
"Current time": "Current time",
|
|
461
523
|
"Popup close method": "Popup close method",
|
|
462
524
|
"Automatic close": "Automatic close",
|
|
463
525
|
"Manually close": "Manually close",
|
|
@@ -485,29 +547,40 @@ export default {
|
|
|
485
547
|
"Record ID": "Record ID",
|
|
486
548
|
"User": "User",
|
|
487
549
|
"Field": "Field",
|
|
550
|
+
"Select": "Select",
|
|
551
|
+
"Select Field": "Select Field",
|
|
488
552
|
"Field value changes": "Field value changes",
|
|
489
553
|
"One to one (has one)": "One to one (has one)",
|
|
490
554
|
"One to one (belongs to)": "One to one (belongs to)",
|
|
491
555
|
"Use the same time zone (GMT) for all users": "Use the same time zone (GMT) for all users",
|
|
492
|
-
"Block title": "Block title",
|
|
493
|
-
"Edit block title": "Edit block title",
|
|
494
556
|
"Province/city/area name": "Province/city/area name",
|
|
495
|
-
"Field component": "Field component",
|
|
496
|
-
"Subtable": "Subtable",
|
|
497
|
-
"Subform": "Subform",
|
|
498
|
-
"Regular expression": "Pattern",
|
|
499
557
|
"Enabled languages": "Enabled languages",
|
|
500
558
|
"View all plugins": "View all plugins",
|
|
501
559
|
"Print": "Print",
|
|
502
|
-
|
|
503
|
-
|
|
560
|
+
"Done": "Done",
|
|
561
|
+
"Sign up successfully, and automatically jump to the sign in page": "Sign up successfully, and automatically jump to the sign in page",
|
|
562
|
+
"File manager": "File manager",
|
|
563
|
+
"ACL": "ACL",
|
|
564
|
+
"Collection manager": "Collection manager",
|
|
565
|
+
"Plugin manager": "Plugin manager",
|
|
566
|
+
"Local": "Local",
|
|
567
|
+
"Built-in": "Built-in",
|
|
568
|
+
"Marketplace": "Marketplace",
|
|
569
|
+
"Coming soon...": "Coming soon...",
|
|
570
|
+
"All plugin settings": "All plugin settings",
|
|
571
|
+
"Bookmark": "Bookmark",
|
|
572
|
+
"Manage all settings": "Manage all settings",
|
|
573
|
+
"Create inverse field in the target collection": "Create inverse field in the target collection",
|
|
574
|
+
"Inverse field name": "Inverse field name",
|
|
575
|
+
"Inverse field display name": "Inverse field display name",
|
|
576
|
+
"Bulk update": "Bulk update",
|
|
504
577
|
"After successful bulk update": "After successful bulk update",
|
|
505
|
-
"All": "All",
|
|
506
|
-
"Update selected data?": "Update selected data?",
|
|
507
|
-
"Update all data?": "Update all data?",
|
|
508
578
|
"Bulk edit": "Bulk edit",
|
|
509
579
|
"Data will be updated": "Data will be updated",
|
|
510
580
|
"Selected": "Selected",
|
|
581
|
+
"All": "All",
|
|
582
|
+
"Update selected data?": "Update selected data?",
|
|
583
|
+
"Update all data?": "Update all data?",
|
|
511
584
|
"Remains the same": "Remains the same",
|
|
512
585
|
"Changed to": "Changed to",
|
|
513
586
|
"Clear": "Clear",
|
|
@@ -516,6 +589,13 @@ export default {
|
|
|
516
589
|
"Selector": "Selector",
|
|
517
590
|
"Inner": "Inner",
|
|
518
591
|
"Search and select collection": "Search and select collection",
|
|
519
|
-
|
|
520
|
-
|
|
592
|
+
"Please fill in the iframe URL": "Please fill in the iframe URL",
|
|
593
|
+
"Fix block": "Fix block",
|
|
594
|
+
"Plugin name": "Plugin name",
|
|
595
|
+
"Plugin tab name": "Plugin tab name",
|
|
596
|
+
"AutoGenId": "Auto-generated ID field",
|
|
597
|
+
"CreatedBy": "Recording a row's created user",
|
|
598
|
+
"UpdatedBy": "Recording a row's last updated user",
|
|
599
|
+
"CreatedAt": "Recording a row's created time ",
|
|
600
|
+
"UpdatedAt": "Recording a row's last updated user"
|
|
521
601
|
};
|