@nocobase/plugin-client 0.14.0-alpha.5 → 0.14.0-alpha.7
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/dist/externalVersion.js +4 -4
- package/dist/locale/en_US.js +117 -113
- package/dist/locale/ja_JP.js +1 -0
- package/dist/locale/zh_CN.js +19 -14
- package/dist/node_modules/cronstrue/package.json +1 -1
- package/package.json +2 -2
package/dist/externalVersion.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
module.exports = {
|
|
2
|
-
"@nocobase/client": "0.14.0-alpha.
|
|
3
|
-
"@nocobase/utils": "0.14.0-alpha.
|
|
4
|
-
"@nocobase/server": "0.14.0-alpha.
|
|
5
|
-
"@nocobase/database": "0.14.0-alpha.
|
|
2
|
+
"@nocobase/client": "0.14.0-alpha.7",
|
|
3
|
+
"@nocobase/utils": "0.14.0-alpha.7",
|
|
4
|
+
"@nocobase/server": "0.14.0-alpha.7",
|
|
5
|
+
"@nocobase/database": "0.14.0-alpha.7"
|
|
6
6
|
};
|
package/dist/locale/en_US.js
CHANGED
|
@@ -139,29 +139,29 @@ var en_US_default = {
|
|
|
139
139
|
"Tablet device": "Tablet device",
|
|
140
140
|
"Desktop device": "Desktop device",
|
|
141
141
|
"Large screen device": "Large screen device",
|
|
142
|
-
|
|
142
|
+
Collapse: "Collapse",
|
|
143
143
|
"Select data source": "Select data source",
|
|
144
|
-
|
|
144
|
+
Calendar: "Calendar",
|
|
145
145
|
"Delete events": "Delete events",
|
|
146
146
|
"This event": "This event",
|
|
147
147
|
"This and following events": "This and following events",
|
|
148
148
|
"All events": "All events",
|
|
149
149
|
"Delete this event?": "Delete this event?",
|
|
150
150
|
"Delete Event": "Delete Event",
|
|
151
|
-
|
|
152
|
-
|
|
151
|
+
Kanban: "Kanban",
|
|
152
|
+
Gantt: "Gantt",
|
|
153
153
|
"Create gantt block": "Create gantt block",
|
|
154
154
|
"Progress field": "Progress field",
|
|
155
155
|
"Time scale": "Time scale",
|
|
156
|
-
|
|
156
|
+
Hour: "Hour",
|
|
157
157
|
"Quarter of day": "Quarter of day",
|
|
158
158
|
"Half of day": "Half of day",
|
|
159
|
-
|
|
160
|
-
|
|
159
|
+
Year: "Year",
|
|
160
|
+
QuarterYear: "QuarterYear",
|
|
161
161
|
"Select grouping field": "Select grouping field",
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
162
|
+
Media: "Media",
|
|
163
|
+
Markdown: "Markdown",
|
|
164
|
+
Wysiwyg: "Wysiwyg",
|
|
165
165
|
"Chart blocks": "Chart blocks",
|
|
166
166
|
"Column chart": "Column chart",
|
|
167
167
|
"Bar chart": "Bar chart",
|
|
@@ -174,7 +174,7 @@ var en_US_default = {
|
|
|
174
174
|
"Chart title": "Chart title",
|
|
175
175
|
"Chart type": "Chart type",
|
|
176
176
|
"Chart config": "Chart config",
|
|
177
|
-
|
|
177
|
+
Templates: "Templates",
|
|
178
178
|
"Select template": "Select template",
|
|
179
179
|
"Action logs": "Action logs",
|
|
180
180
|
"Create template": "Create template",
|
|
@@ -197,22 +197,22 @@ var en_US_default = {
|
|
|
197
197
|
"Add link": "Add link",
|
|
198
198
|
"Insert above": "Insert above",
|
|
199
199
|
"Insert below": "Insert below",
|
|
200
|
-
|
|
200
|
+
Save: "Save",
|
|
201
201
|
"Delete block": "Delete block",
|
|
202
202
|
"Are you sure you want to delete it?": "Are you sure you want to delete it?",
|
|
203
203
|
"This is a demo text, **supports Markdown syntax**.": "This is a demo text, **supports Markdown syntax**.",
|
|
204
|
-
|
|
204
|
+
Filter: "Filter",
|
|
205
205
|
"Connect data blocks": "Connect data blocks",
|
|
206
206
|
"Action type": "Action type",
|
|
207
|
-
|
|
208
|
-
|
|
207
|
+
Actions: "Actions",
|
|
208
|
+
Insert: "Insert",
|
|
209
209
|
"Insert if not exists": "Insert if not exists",
|
|
210
210
|
"Insert if not exists, or update": "Insert if not exists, or update",
|
|
211
211
|
"Determine whether a record exists by the following fields": "Determine whether a record exists by the following fields",
|
|
212
|
-
|
|
213
|
-
|
|
212
|
+
Update: "Update",
|
|
213
|
+
View: "View",
|
|
214
214
|
"View record": "View record",
|
|
215
|
-
|
|
215
|
+
Refresh: "Refresh",
|
|
216
216
|
"Data changes": "Data changes",
|
|
217
217
|
"Field name": "Field name",
|
|
218
218
|
"Before change": "Before change",
|
|
@@ -221,7 +221,7 @@ var en_US_default = {
|
|
|
221
221
|
"Create collection": "Create collection",
|
|
222
222
|
"Collection display name": "Collection display name",
|
|
223
223
|
"Collection name": "Collection name",
|
|
224
|
-
|
|
224
|
+
Inherits: "Inherits",
|
|
225
225
|
"Generate ID field automatically": "Generate ID field automatically",
|
|
226
226
|
"Store the creation user of each record": "Store the creation user of each record",
|
|
227
227
|
"Store the last update user of each record": "Store the last update user of each record",
|
|
@@ -234,14 +234,14 @@ var en_US_default = {
|
|
|
234
234
|
"Connect to database view": "Connect to database view",
|
|
235
235
|
"Source collections": "Source collections",
|
|
236
236
|
"Field source": "Field source",
|
|
237
|
-
|
|
237
|
+
Preview: "Preview",
|
|
238
238
|
"Randomly generated and can be modified. Support letters, numbers and underscores, must start with an letter.": "Randomly generated and can be modified. Support letters, numbers and underscores, must start with an letter.",
|
|
239
|
-
|
|
239
|
+
Edit: "Edit",
|
|
240
240
|
"Edit collection": "Edit collection",
|
|
241
241
|
"Configure fields": "Configure fields",
|
|
242
242
|
"Configure columns": "Configure columns",
|
|
243
243
|
"Edit field": "Edit field",
|
|
244
|
-
|
|
244
|
+
Override: "Override",
|
|
245
245
|
"Override field": "Override field",
|
|
246
246
|
"Configure fields of {{title}}": "Configure fields of {{title}}",
|
|
247
247
|
"Association fields filter": "Association fields filter",
|
|
@@ -252,28 +252,28 @@ var en_US_default = {
|
|
|
252
252
|
"General fields": "General fields",
|
|
253
253
|
"Inherited fields": "Inherited fields",
|
|
254
254
|
"Parent collection fields": "Parent collection fields",
|
|
255
|
-
|
|
255
|
+
Basic: "Basic",
|
|
256
256
|
"Single line text": "Single line text",
|
|
257
257
|
"Long text": "Long text",
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
258
|
+
Phone: "Phone",
|
|
259
|
+
Email: "Email",
|
|
260
|
+
Number: "Number",
|
|
261
|
+
Integer: "Integer",
|
|
262
|
+
Percent: "Percent",
|
|
263
|
+
Password: "Password",
|
|
264
264
|
"Advanced type": "Advanced",
|
|
265
|
-
|
|
265
|
+
Formula: "Formula",
|
|
266
266
|
"Formula description": "Compute a value in each record based on other fields in the same record.",
|
|
267
|
-
|
|
268
|
-
|
|
267
|
+
Choices: "Choices",
|
|
268
|
+
Checkbox: "Checkbox",
|
|
269
269
|
"Single select": "Single select",
|
|
270
270
|
"Multiple select": "Multiple select",
|
|
271
271
|
"Radio group": "Radio group",
|
|
272
272
|
"Checkbox group": "Checkbox group",
|
|
273
273
|
"China region": "China region",
|
|
274
274
|
"Date & Time": "Date & Time",
|
|
275
|
-
|
|
276
|
-
|
|
275
|
+
Datetime: "Datetime",
|
|
276
|
+
Relation: "Relation",
|
|
277
277
|
"Link to": "Link to",
|
|
278
278
|
"Link to description": "Used to create collection relationships quickly and compatible with most common scenarios. Suitable for non-developer use. When present as a field, it is a drop-down selection used to select records from the target collection. Once created, it will simultaneously generate the associated fields of the current collection in the target collection.",
|
|
279
279
|
"Sub-table": "Sub-table",
|
|
@@ -321,7 +321,7 @@ var en_US_default = {
|
|
|
321
321
|
"Allow multiple": "Allow multiple",
|
|
322
322
|
"Quick upload": "Quick upload",
|
|
323
323
|
"Select file": "Select file",
|
|
324
|
-
|
|
324
|
+
Subtable: "Sub-table",
|
|
325
325
|
"Sub-form": "Sub-form",
|
|
326
326
|
"Field mode": "Field mode",
|
|
327
327
|
"Allow add new data": "Allow add new data",
|
|
@@ -332,17 +332,17 @@ var en_US_default = {
|
|
|
332
332
|
"Subform mode": "Sub-form mode",
|
|
333
333
|
"Edit block title": "Edit block title",
|
|
334
334
|
"Block title": "Block title",
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
335
|
+
Pattern: "Pattern",
|
|
336
|
+
Operator: "Operator",
|
|
337
|
+
Editable: "Editable",
|
|
338
|
+
Readonly: "Readonly",
|
|
339
339
|
"Easy-reading": "Easy-reading",
|
|
340
340
|
"Add filter": "Add filter",
|
|
341
341
|
"Add filter group": "Add filter group",
|
|
342
|
-
|
|
343
|
-
|
|
342
|
+
Comparision: "Comparision",
|
|
343
|
+
is: "is",
|
|
344
344
|
"is not": "is not",
|
|
345
|
-
|
|
345
|
+
contains: "contains",
|
|
346
346
|
"does not contain": "does not contain",
|
|
347
347
|
"starts with": "starts with",
|
|
348
348
|
"not starts with": "not starts with",
|
|
@@ -354,13 +354,13 @@ var en_US_default = {
|
|
|
354
354
|
"Add text": "Add text",
|
|
355
355
|
"Filterable fields": "Filterable fields",
|
|
356
356
|
"Edit button": "Edit button",
|
|
357
|
-
|
|
357
|
+
Hide: "Hide",
|
|
358
358
|
"Enable actions": "Enable actions",
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
359
|
+
Import: "Import",
|
|
360
|
+
Export: "Export",
|
|
361
|
+
Customize: "Customize",
|
|
362
|
+
Custom: "Custom",
|
|
363
|
+
Function: "Function",
|
|
364
364
|
"Popup form": "Popup form",
|
|
365
365
|
"Flexible popup": "Flexible popup",
|
|
366
366
|
"Configure actions": "Configure actions",
|
|
@@ -369,7 +369,7 @@ var en_US_default = {
|
|
|
369
369
|
"Triggered when the row is clicked": "Triggered when the row is clicked",
|
|
370
370
|
"Add tab": "Add tab",
|
|
371
371
|
"Disable tabs": "Disable tabs",
|
|
372
|
-
|
|
372
|
+
Details: "Details",
|
|
373
373
|
"Edit tab": "Edit tab",
|
|
374
374
|
"Relationship blocks": "Relationship blocks",
|
|
375
375
|
"Select record": "Select record",
|
|
@@ -377,26 +377,26 @@ var en_US_default = {
|
|
|
377
377
|
"Select icon": "Select icon",
|
|
378
378
|
"Custom column name": "Custom column name",
|
|
379
379
|
"Edit description": "Edit description",
|
|
380
|
-
|
|
381
|
-
|
|
380
|
+
Required: "Required",
|
|
381
|
+
Unique: "Unique",
|
|
382
382
|
"Label field": "Label field",
|
|
383
383
|
"Default is the ID field": "Default is the ID field",
|
|
384
384
|
"Set default sorting rules": "Set default sorting rules",
|
|
385
385
|
"Set validation rules": "Set validation rules",
|
|
386
386
|
"Max length": "Max length",
|
|
387
387
|
"Min length": "Min length",
|
|
388
|
-
|
|
389
|
-
|
|
388
|
+
Maximum: "Maximum",
|
|
389
|
+
Minimum: "Minimum",
|
|
390
390
|
"Max length must greater than min length": "Max length must greater than min length",
|
|
391
391
|
"Min length must less than max length": "Min length must less than max length",
|
|
392
392
|
"Maximum must greater than minimum": "Maximum must greater than minimum",
|
|
393
393
|
"Minimum must less than maximum": "Minimum must less than maximum",
|
|
394
394
|
"Validation rule": "Validation rule",
|
|
395
395
|
"Add validation rule": "Add validation rule",
|
|
396
|
-
|
|
396
|
+
Format: "Format",
|
|
397
397
|
"Regular expression": "Pattern",
|
|
398
398
|
"Error message": "Error message",
|
|
399
|
-
|
|
399
|
+
Length: "Length",
|
|
400
400
|
"The field value cannot be greater than ": "The field value cannot be greater than ",
|
|
401
401
|
"The field value cannot be less than ": "The field value cannot be less than ",
|
|
402
402
|
"The field value is not an integer number": "The field value is not an integer number",
|
|
@@ -407,28 +407,28 @@ var en_US_default = {
|
|
|
407
407
|
"is on or after": "is on or after",
|
|
408
408
|
"is on or before": "is on or before",
|
|
409
409
|
"is between": "is between",
|
|
410
|
-
|
|
410
|
+
Upload: "Upload",
|
|
411
411
|
"Select level": "Select level",
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
412
|
+
Province: "Province",
|
|
413
|
+
City: "City",
|
|
414
|
+
Area: "Area",
|
|
415
|
+
Street: "Street",
|
|
416
|
+
Village: "Village",
|
|
417
417
|
"Must select to the last level": "Must select to the last level",
|
|
418
418
|
"Move {{title}} to": "Move {{title}} to",
|
|
419
419
|
"Target position": "Target position",
|
|
420
|
-
|
|
421
|
-
|
|
420
|
+
After: "After",
|
|
421
|
+
Before: "Before",
|
|
422
422
|
'Add {{type}} before "{{title}}"': 'Add {{type}} before "{{title}}"',
|
|
423
423
|
'Add {{type}} after "{{title}}"': 'Add {{type}} after "{{title}}"',
|
|
424
424
|
'Add {{type}} in "{{title}}"': 'Add {{type}} in "{{title}}"',
|
|
425
425
|
"Original name": "Original name",
|
|
426
426
|
"Custom name": "Custom name",
|
|
427
427
|
"Custom Title": "Custom Title",
|
|
428
|
-
|
|
428
|
+
Options: "Options",
|
|
429
429
|
"Option value": "Option value",
|
|
430
430
|
"Option label": "Option label",
|
|
431
|
-
|
|
431
|
+
Color: "Color",
|
|
432
432
|
"Add option": "Add option",
|
|
433
433
|
"Related collection": "Related collection",
|
|
434
434
|
"Allow linking to multiple records": "Allow linking to multiple records",
|
|
@@ -436,23 +436,23 @@ var en_US_default = {
|
|
|
436
436
|
"Configure calendar": "Configure calendar",
|
|
437
437
|
"Title field": "Title field",
|
|
438
438
|
"Custom title": "Custom title",
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
439
|
+
Daily: "Daily",
|
|
440
|
+
Weekly: "Weekly",
|
|
441
|
+
Monthly: "Monthly",
|
|
442
|
+
Yearly: "Yearly",
|
|
443
|
+
Repeats: "Repeats",
|
|
444
444
|
"Show lunar": "Show lunar",
|
|
445
445
|
"Start date field": "Start date field",
|
|
446
446
|
"End date field": "End date field",
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
447
|
+
Navigate: "Navigate",
|
|
448
|
+
Title: "Title",
|
|
449
|
+
Description: "Description",
|
|
450
450
|
"Select view": "Select view",
|
|
451
|
-
|
|
451
|
+
Reset: "Reset",
|
|
452
452
|
"Importable fields": "Importable fields",
|
|
453
453
|
"Exportable fields": "Exportable fields",
|
|
454
454
|
"Saved successfully": "Saved successfully",
|
|
455
|
-
|
|
455
|
+
Nickname: "Nickname",
|
|
456
456
|
"Sign in": "Sign in",
|
|
457
457
|
"Sign in via account": "Sign in via account",
|
|
458
458
|
"Sign in via phone": "Sign in via phone",
|
|
@@ -462,14 +462,14 @@ var en_US_default = {
|
|
|
462
462
|
"Log in with an existing account": "Log in with an existing account",
|
|
463
463
|
"Signed up successfully. It will jump to the login page.": "Signed up successfully. It will jump to the login page.",
|
|
464
464
|
"Password mismatch": "Password mismatch",
|
|
465
|
-
|
|
465
|
+
Users: "Users",
|
|
466
466
|
"Verification code": "Verification code",
|
|
467
467
|
"Send code": "Send code",
|
|
468
468
|
"Retry after {{count}} seconds": "Retry after {{count}} seconds",
|
|
469
|
-
|
|
469
|
+
Roles: "Roles",
|
|
470
470
|
"Add role": "Add role",
|
|
471
471
|
"Role name": "Role name",
|
|
472
|
-
|
|
472
|
+
Configure: "Configure",
|
|
473
473
|
"Configure permissions": "Configure permissions",
|
|
474
474
|
"Edit role": "Edit role",
|
|
475
475
|
"Action permissions": "Action permissions",
|
|
@@ -481,24 +481,24 @@ var en_US_default = {
|
|
|
481
481
|
"Action scope": "Action scope",
|
|
482
482
|
"Operate on new data": "Operate on new data",
|
|
483
483
|
"Operate on existing data": "Operate on existing data",
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
484
|
+
Yes: "Yes",
|
|
485
|
+
No: "No",
|
|
486
|
+
Red: "Red",
|
|
487
|
+
Magenta: "Magenta",
|
|
488
|
+
Volcano: "Volcano",
|
|
489
|
+
Orange: "Orange",
|
|
490
|
+
Gold: "Gold",
|
|
491
|
+
Lime: "Lime",
|
|
492
|
+
Green: "Green",
|
|
493
|
+
Cyan: "Cyan",
|
|
494
|
+
Blue: "Blue",
|
|
495
495
|
"Geek blue": "Geek blue",
|
|
496
|
-
|
|
497
|
-
|
|
496
|
+
Purple: "Purple",
|
|
497
|
+
Default: "Default",
|
|
498
498
|
"Add card": "Add card",
|
|
499
499
|
"edit title": "edit title",
|
|
500
500
|
"Turn pages": "Turn pages",
|
|
501
|
-
|
|
501
|
+
Others: "Others",
|
|
502
502
|
"Save as template": "Save as template",
|
|
503
503
|
"Save as block template": "Save as block template",
|
|
504
504
|
"Block templates": "Block templates",
|
|
@@ -516,23 +516,23 @@ var en_US_default = {
|
|
|
516
516
|
"Operation failed": "Operation failed",
|
|
517
517
|
"Open mode": "Open mode",
|
|
518
518
|
"Popup size": "Popup size",
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
519
|
+
Small: "Small",
|
|
520
|
+
Middle: "Middle",
|
|
521
|
+
Large: "Large",
|
|
522
522
|
"Menu item title": "Menu item title",
|
|
523
523
|
"Menu item icon": "Menu item icon",
|
|
524
|
-
|
|
525
|
-
|
|
524
|
+
Target: "Target",
|
|
525
|
+
Position: "Position",
|
|
526
526
|
"Insert before": "Insert before",
|
|
527
527
|
"Insert after": "Insert after",
|
|
528
528
|
"UI Editor": "UI Editor",
|
|
529
|
-
|
|
530
|
-
|
|
529
|
+
ASC: "ASC",
|
|
530
|
+
DESC: "DESC",
|
|
531
531
|
"Add sort field": "Add sort field",
|
|
532
|
-
|
|
532
|
+
ID: "ID",
|
|
533
533
|
"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.",
|
|
534
|
-
|
|
535
|
-
|
|
534
|
+
Drawer: "Drawer",
|
|
535
|
+
Dialog: "Dialog",
|
|
536
536
|
"Delete action": "Delete action",
|
|
537
537
|
"Custom column title": "Custom column title",
|
|
538
538
|
"Column title": "column title",
|
|
@@ -544,14 +544,14 @@ var en_US_default = {
|
|
|
544
544
|
"The field has been deleted": "The field has been deleted",
|
|
545
545
|
"When submitting the following fields, the saved values are": "When submitting the following fields, the saved values are",
|
|
546
546
|
"After successful submission": "After successful submission",
|
|
547
|
-
|
|
547
|
+
Then: "Then",
|
|
548
548
|
"Stay on current page": "Stay on current page",
|
|
549
549
|
"Redirect to": "Redirect to",
|
|
550
550
|
"Save action": "Save action",
|
|
551
|
-
|
|
551
|
+
Exists: "Exists",
|
|
552
552
|
"Add condition": "Add condition",
|
|
553
553
|
"Add condition group": "Add condition group",
|
|
554
|
-
|
|
554
|
+
exists: "exists",
|
|
555
555
|
"not exists": "not exists",
|
|
556
556
|
"=": "=",
|
|
557
557
|
"\u2260": "\u2260",
|
|
@@ -560,15 +560,15 @@ var en_US_default = {
|
|
|
560
560
|
"<": "<",
|
|
561
561
|
"\u2264": "\u2264",
|
|
562
562
|
"Role UID": "Role UID",
|
|
563
|
-
|
|
563
|
+
Precision: "Precision",
|
|
564
564
|
"Formula mode": "Formula mode",
|
|
565
|
-
|
|
565
|
+
Expression: "Expression",
|
|
566
566
|
"Input +, -, *, /, ( ) to calculate, input @ to open field variables.": "Input +, -, *, /, ( ) to calculate, input @ to open field variables.",
|
|
567
567
|
"Formula error.": "Formula error.",
|
|
568
568
|
"Rich Text": "Rich Text",
|
|
569
569
|
"Junction collection": "Junction collection",
|
|
570
570
|
"Leave it blank, unless you need a custom intermediate table": "Leave it blank, unless you need a custom intermediate table",
|
|
571
|
-
|
|
571
|
+
Fields: "Fields",
|
|
572
572
|
"Edit field title": "Edit field title",
|
|
573
573
|
"Field title": "Field title",
|
|
574
574
|
"Original field title: ": "Original field title: ",
|
|
@@ -603,16 +603,16 @@ var en_US_default = {
|
|
|
603
603
|
"Allows to install, activate, disable plugins": "Allows to install, activate, disable plugins",
|
|
604
604
|
"Allows to configure plugins": "Allows to configure plugins",
|
|
605
605
|
"Action display name": "Action display name",
|
|
606
|
-
|
|
606
|
+
Allow: "Allow",
|
|
607
607
|
"Data scope": "Data scope",
|
|
608
608
|
"Action on new records": "Action on new records",
|
|
609
609
|
"Action on existing records": "Action on existing records",
|
|
610
610
|
"All records": "All records",
|
|
611
611
|
"Own records": "Own records",
|
|
612
612
|
"Permission policy": "Permission policy",
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
613
|
+
Individual: "Individual",
|
|
614
|
+
General: "General",
|
|
615
|
+
Accessible: "Accessible",
|
|
616
616
|
"Configure permission": "Configure permission",
|
|
617
617
|
"Action permission": "Action permission",
|
|
618
618
|
"Field permission": "Field permission",
|
|
@@ -786,5 +786,9 @@ var en_US_default = {
|
|
|
786
786
|
"Sync from form fields": "Sync from form fields",
|
|
787
787
|
"Select all": "Select all",
|
|
788
788
|
"Restart": "Restart",
|
|
789
|
-
"Restart application": "Restart application"
|
|
789
|
+
"Restart application": "Restart application",
|
|
790
|
+
"Cascade Select": "Cascade Select",
|
|
791
|
+
Execute: "Execute",
|
|
792
|
+
"Please use a valid SELECT or WITH AS statement": "Please use a valid SELECT or WITH AS statement",
|
|
793
|
+
"Please confirm the SQL statement first": "Please confirm the SQL statement first"
|
|
790
794
|
};
|
package/dist/locale/ja_JP.js
CHANGED
|
@@ -647,6 +647,7 @@ var ja_JP_default = {
|
|
|
647
647
|
"Sync successfully": "\u540C\u671F\u6210\u529F",
|
|
648
648
|
"Sync from form fields": "\u30D5\u30A9\u30FC\u30E0\u30D5\u30A3\u30FC\u30EB\u30C9\u306E\u540C\u671F",
|
|
649
649
|
"Select all": "\u3059\u3079\u3066\u9078\u629E",
|
|
650
|
+
"Cascade Select": "\u30AB\u30B9\u30B1\u30FC\u30C9\u9078\u629E",
|
|
650
651
|
"New plugin": "\u65B0\u3057\u3044\u30D7\u30E9\u30B0\u30A4\u30F3",
|
|
651
652
|
"Upgrade": "\u30A2\u30C3\u30D7\u30B0\u30EC\u30FC\u30C9",
|
|
652
653
|
"Dependencies check failed": "\u4F9D\u5B58\u95A2\u4FC2\u306E\u30C1\u30A7\u30C3\u30AF\u306B\u5931\u6557\u3057\u307E\u3057\u305F",
|
package/dist/locale/zh_CN.js
CHANGED
|
@@ -240,6 +240,7 @@ var zh_CN_default = {
|
|
|
240
240
|
"Records can be sorted": "\u53EF\u4EE5\u5BF9\u884C\u8BB0\u5F55\u8FDB\u884C\u6392\u5E8F",
|
|
241
241
|
"Calendar collection": "\u65E5\u5386\u6570\u636E\u8868",
|
|
242
242
|
"General collection": "\u666E\u901A\u6570\u636E\u8868",
|
|
243
|
+
"SQL collection": "SQL\u6570\u636E\u8868",
|
|
243
244
|
"Connect to database view": "\u8FDE\u63A5\u6570\u636E\u5E93\u89C6\u56FE",
|
|
244
245
|
"Source collections": "\u6765\u6E90\u6570\u636E\u8868",
|
|
245
246
|
"Field source": "\u6765\u6E90\u5B57\u6BB5",
|
|
@@ -690,40 +691,40 @@ var zh_CN_default = {
|
|
|
690
691
|
"Plugin manager": "\u63D2\u4EF6\u7BA1\u7406\u5668",
|
|
691
692
|
Local: "\u672C\u5730",
|
|
692
693
|
"Built-in": "\u5185\u7F6E",
|
|
693
|
-
|
|
694
|
+
Marketplace: "\u63D2\u4EF6\u5E02\u573A",
|
|
694
695
|
"Add plugin": "\u65B0\u589E\u63D2\u4EF6",
|
|
695
|
-
|
|
696
|
+
Upgrade: "\u53EF\u4F9B\u66F4\u65B0",
|
|
696
697
|
"Plugin dependencies check failed": "\u63D2\u4EF6\u4F9D\u8D56\u68C0\u67E5\u5931\u8D25",
|
|
697
|
-
|
|
698
|
-
|
|
698
|
+
Remove: "\u79FB\u9664",
|
|
699
|
+
Docs: "\u6587\u6863",
|
|
699
700
|
"More details": "\u66F4\u591A\u8BE6\u60C5",
|
|
700
701
|
"Upload new version": "\u4E0A\u4F20\u65B0\u7248",
|
|
701
702
|
"Official plugin": "\u5B98\u65B9\u63D2\u4EF6",
|
|
702
|
-
|
|
703
|
+
Version: "\u7248\u672C",
|
|
703
704
|
"Npm package": "Npm \u5305",
|
|
704
705
|
"Upload plugin": "\u4E0A\u4F20\u63D2\u4EF6",
|
|
705
706
|
"Npm package name": "Npm \u5305\u540D",
|
|
706
707
|
"Add type": "\u65B0\u589E\u65B9\u5F0F",
|
|
707
708
|
"Plugin source": "\u63D2\u4EF6\u6765\u6E90",
|
|
708
|
-
|
|
709
|
+
Changelog: "\u66F4\u65B0\u65E5\u5FD7",
|
|
709
710
|
"Dependencies check": "\u4F9D\u8D56\u68C0\u67E5",
|
|
710
711
|
"Update plugin": "\u66F4\u65B0\u63D2\u4EF6",
|
|
711
|
-
|
|
712
|
+
Installing: "\u5B89\u88C5\u4E2D",
|
|
712
713
|
"The deletion was successful.": "\u5220\u9664\u6210\u529F",
|
|
713
714
|
"Plugin Zip File": "\u63D2\u4EF6\u538B\u7F29\u5305",
|
|
714
715
|
"Compressed file url": "\u538B\u7F29\u5305\u5730\u5740",
|
|
715
716
|
"Last updated": "\u6700\u540E\u66F4\u65B0",
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
717
|
+
PackageName: "\u5305\u540D",
|
|
718
|
+
DisplayName: "\u663E\u793A\u540D\u79F0",
|
|
719
|
+
Readme: "\u8BF4\u660E\u6587\u6863",
|
|
719
720
|
"Dependencies compatibility check": "\u4F9D\u8D56\u517C\u5BB9\u6027\u68C0\u67E5",
|
|
720
721
|
"Plugin dependencies check failed, you should change the dependent version to meet the version requirements.": "\u63D2\u4EF6\u517C\u5BB9\u6027\u68C0\u67E5\u5931\u8D25\uFF0C\u4F60\u5E94\u8BE5\u4FEE\u6539\u4F9D\u8D56\u7248\u672C\u4EE5\u6EE1\u8DB3\u7248\u672C\u8981\u6C42\u3002",
|
|
721
722
|
"Version range": "\u7248\u672C\u8303\u56F4",
|
|
722
723
|
"Plugin's version": "\u63D2\u4EF6\u7684\u7248\u672C",
|
|
723
|
-
|
|
724
|
+
Result: "\u7ED3\u679C",
|
|
724
725
|
"No CHANGELOG.md file": "\u6CA1\u6709 CHANGELOG.md \u65E5\u5FD7",
|
|
725
726
|
"No README.md file": "\u6CA1\u6709 README.md \u6587\u4EF6",
|
|
726
|
-
|
|
727
|
+
Homepage: "\u4E3B\u9875",
|
|
727
728
|
"Drag and drop the file here or click to upload, file size should not exceed 30M": "\u5C06\u6587\u4EF6\u62D6\u653E\u5230\u6B64\u5904\u6216\u5355\u51FB\u4E0A\u4F20\uFF0C\u6587\u4EF6\u5927\u5C0F\u4E0D\u5E94\u8D85\u8FC7 30M",
|
|
728
729
|
"Dependencies check failed, can't enable.": "\u4F9D\u8D56\u68C0\u67E5\u5931\u8D25\uFF0C\u65E0\u6CD5\u542F\u7528\u3002",
|
|
729
730
|
"Plugin starting...": "\u63D2\u4EF6\u542F\u52A8\u4E2D...",
|
|
@@ -732,7 +733,7 @@ var zh_CN_default = {
|
|
|
732
733
|
"re-download file": "\u91CD\u65B0\u4E0B\u8F7D\u6587\u4EF6",
|
|
733
734
|
"Not enabled": "\u672A\u542F\u7528",
|
|
734
735
|
"Search plugin": "\u641C\u7D22\u63D2\u4EF6",
|
|
735
|
-
|
|
736
|
+
Author: "\u4F5C\u8005",
|
|
736
737
|
"Plugin loading failed. Please check the server logs.": "\u63D2\u4EF6\u52A0\u8F7D\u5931\u8D25\uFF0C\u8BF7\u68C0\u67E5\u670D\u52A1\u5668\u65E5\u5FD7\u3002",
|
|
737
738
|
"Coming soon...": "\u656C\u8BF7\u671F\u5F85...",
|
|
738
739
|
"All plugin settings": "\u6240\u6709\u63D2\u4EF6\u914D\u7F6E",
|
|
@@ -841,5 +842,9 @@ var zh_CN_default = {
|
|
|
841
842
|
"Sync successfully": "\u540C\u6B65\u6210\u529F",
|
|
842
843
|
"Sync from form fields": "\u540C\u6B65\u8868\u5355\u5B57\u6BB5",
|
|
843
844
|
"Select all": "\u5168\u9009",
|
|
844
|
-
"Determine whether a record exists by the following fields": "\u901A\u8FC7\u4EE5\u4E0B\u5B57\u6BB5\u5224\u65AD\u8BB0\u5F55\u662F\u5426\u5B58\u5728"
|
|
845
|
+
"Determine whether a record exists by the following fields": "\u901A\u8FC7\u4EE5\u4E0B\u5B57\u6BB5\u5224\u65AD\u8BB0\u5F55\u662F\u5426\u5B58\u5728",
|
|
846
|
+
"Cascade Select": "\u7EA7\u8054\u9009\u62E9",
|
|
847
|
+
Execute: "\u6267\u884C",
|
|
848
|
+
"Please use a valid SELECT or WITH AS statement": "\u8BF7\u4F7F\u7528\u6709\u6548\u7684 SELECT \u6216 WITH AS \u8BED\u53E5",
|
|
849
|
+
"Please confirm the SQL statement first": "\u8BF7\u5148\u786E\u8BA4 SQL \u8BED\u53E5"
|
|
845
850
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"cronstrue","title":"cRonstrue","version":"2.27.0","description":"Convert cron expressions into human readable descriptions","author":"Brady Holt","license":"MIT","bugs":{"url":"https://github.com/bradymholt/cronstrue/issues"},"homepage":"https://github.com/bradymholt/cronstrue","keywords":["cron","cronjob","crontab","schedule","parser","cron expression","cron description","pretty cron","cron for humans","cron translated","cron english","cron schedule","cron english","cron schedule"],"main":"dist/cronstrue.js","bin":{"cronstrue":"bin/cli.js"},"typings":"dist/cronstrue.d.ts","files":["dist/","locales/","i18n.js","i18n.d.ts"],"repository":{"type":"git","url":"git+https://github.com/bradymholt/cronstrue.git"},"publishConfig":{"access":"public"},"prettier":{"printWidth":120},"devDependencies":{"@types/chai":"^4.2.11","@types/mocha":"^8.0.0","chai":"^4.2.0","handlebars":"^4.7.6","marked":"^4.0.10","mocha":"^10.1.0","pixl-xml":"^1.0.13","prettier":"^2.1.1","terser-webpack-plugin":"^5.3.1","ts-loader":"^9.2.6","ts-node":"^10.5.0","typescript":"^4.6.2","webpack":"^5.69.1","webpack-cli":"^4.9.2","xml2js":"^0.5.0"},"scripts":{"start":"npm run build","build":"npx tsc -p ./src --emitDeclarationOnly","test":"npx mocha --reporter spec --require ts-node/register \"./test/**/*.ts\"","prepublishOnly":"rm -rf ./dist && ./node_modules/webpack-cli/bin/cli.js && git add -A"},"dependencies":{},"_lastModified":"2023-
|
|
1
|
+
{"name":"cronstrue","title":"cRonstrue","version":"2.27.0","description":"Convert cron expressions into human readable descriptions","author":"Brady Holt","license":"MIT","bugs":{"url":"https://github.com/bradymholt/cronstrue/issues"},"homepage":"https://github.com/bradymholt/cronstrue","keywords":["cron","cronjob","crontab","schedule","parser","cron expression","cron description","pretty cron","cron for humans","cron translated","cron english","cron schedule","cron english","cron schedule"],"main":"dist/cronstrue.js","bin":{"cronstrue":"bin/cli.js"},"typings":"dist/cronstrue.d.ts","files":["dist/","locales/","i18n.js","i18n.d.ts"],"repository":{"type":"git","url":"git+https://github.com/bradymholt/cronstrue.git"},"publishConfig":{"access":"public"},"prettier":{"printWidth":120},"devDependencies":{"@types/chai":"^4.2.11","@types/mocha":"^8.0.0","chai":"^4.2.0","handlebars":"^4.7.6","marked":"^4.0.10","mocha":"^10.1.0","pixl-xml":"^1.0.13","prettier":"^2.1.1","terser-webpack-plugin":"^5.3.1","ts-loader":"^9.2.6","ts-node":"^10.5.0","typescript":"^4.6.2","webpack":"^5.69.1","webpack-cli":"^4.9.2","xml2js":"^0.5.0"},"scripts":{"start":"npm run build","build":"npx tsc -p ./src --emitDeclarationOnly","test":"npx mocha --reporter spec --require ts-node/register \"./test/**/*.ts\"","prepublishOnly":"rm -rf ./dist && ./node_modules/webpack-cli/bin/cli.js && git add -A"},"dependencies":{},"_lastModified":"2023-10-07T08:28:38.640Z"}
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"displayName.zh-CN": "WEB 客户端",
|
|
5
5
|
"description": "Provides a client interface for the NocoBase server",
|
|
6
6
|
"description.zh-CN": "为 NocoBase 服务端提供客户端界面",
|
|
7
|
-
"version": "0.14.0-alpha.
|
|
7
|
+
"version": "0.14.0-alpha.7",
|
|
8
8
|
"main": "./dist/server/index.js",
|
|
9
9
|
"license": "AGPL-3.0",
|
|
10
10
|
"devDependencies": {
|
|
@@ -20,5 +20,5 @@
|
|
|
20
20
|
"@nocobase/test": "0.x",
|
|
21
21
|
"@nocobase/utils": "0.x"
|
|
22
22
|
},
|
|
23
|
-
"gitHead": "
|
|
23
|
+
"gitHead": "dc958417d27ed0753439bcef192be91a03dfc30f"
|
|
24
24
|
}
|