@nocobase/plugin-client 1.9.0-beta.13 → 1.9.0-beta.15

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.
@@ -1,24 +1,15 @@
1
- /**
2
- * This file is part of the NocoBase (R) project.
3
- * Copyright (c) 2020-2024 NocoBase Co., Ltd.
4
- * Authors: NocoBase Team.
5
- *
6
- * This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
7
- * For more information, please refer to: https://www.nocobase.com/agreement.
8
- */
9
-
10
- module.exports = {
1
+ {
11
2
  "Display <1><0>10</0><1>20</1><2>50</2><3>100</3></1> items per page": "Display <1><0>10</0><1>20</1><2>50</2><3>100</3></1> items per page",
12
3
  "Meet <1><0>All</0><1>Any</1></1> conditions in the group": "Meet <1><0>All</0><1>Any</1></1> conditions in the group",
13
4
  "Open in<1><0>Modal</0><1>Drawer</1><2>Window</2></1>": "Open in<1><0>Modal</0><1>Drawer</1><2>Window</2></1>",
14
5
  "{{count}} filter items": "{{count}} filter items",
15
6
  "{{count}} more items": "{{count}} more items",
16
7
  "Total {{count}} items": "Total {{count}} items",
17
- Today: "Today",
18
- Yesterday: "Yesterday",
19
- Tomorrow: "Tomorrow",
20
- Month: "Month",
21
- Week: "Week",
8
+ "Today": "Today",
9
+ "Yesterday": "Yesterday",
10
+ "Tomorrow": "Tomorrow",
11
+ "Month": "Month",
12
+ "Week": "Week",
22
13
  "This week": "This week",
23
14
  "This month": "This month",
24
15
  "This year": "This year",
@@ -38,36 +29,36 @@ module.exports = {
38
29
  "Next 30 days": "Next 30 days",
39
30
  "Next 90 days": "Next 90 days",
40
31
  "Work week": "Work week",
41
- Day: "Day",
42
- Agenda: "Agenda",
43
- Date: "Date",
44
- Time: "Time",
45
- Event: "Event",
46
- None: "None",
47
- Unconnected: "Unconnected",
32
+ "Day": "Day",
33
+ "Agenda": "Agenda",
34
+ "Date": "Date",
35
+ "Time": "Time",
36
+ "Event": "Event",
37
+ "None": "None",
38
+ "Unconnected": "Unconnected",
48
39
  "System settings": "System settings",
49
40
  "System title": "System title",
50
- Settings: "Settings",
51
- Logo: "Logo",
41
+ "Settings": "Settings",
42
+ "Logo": "Logo",
52
43
  "Add menu item": "Add menu item",
53
- Page: "Page",
54
- Name: "Name",
55
- Icon: "Icon",
56
- Group: "Group",
57
- Link: "Link",
58
- Tab: "Tab",
44
+ "Page": "Page",
45
+ "Name": "Name",
46
+ "Icon": "Icon",
47
+ "Group": "Group",
48
+ "Link": "Link",
49
+ "Tab": "Tab",
59
50
  "Save conditions": "Save conditions",
60
51
  "Edit menu item": "Edit menu item",
61
52
  "Move to": "Move to",
62
53
  "Insert left": "Insert left",
63
54
  "Insert right": "Insert right",
64
55
  "Insert inner": "Insert inner",
65
- Delete: "Delete",
66
- Disassociate: "Disassociate",
56
+ "Delete": "Delete",
57
+ "Disassociate": "Disassociate",
67
58
  "Disassociate record": "Disassociate record",
68
59
  "Are you sure you want to disassociate it?": "Are you sure you want to disassociate it?",
69
60
  "UI editor": "UI editor",
70
- Collection: "Collection",
61
+ "Collection": "Collection",
71
62
  "Collection selector": "Collection selector",
72
63
  "Providing certain collections as options for users, typically used in polymorphic or inheritance scenarios": "Providing certain collections as options for users, typically used in polymorphic or inheritance scenarios",
73
64
  "Collections & Fields": "Collections & Fields",
@@ -79,26 +70,26 @@ module.exports = {
79
70
  "Edit category": "Edit category",
80
71
  "Collection category": "Collection category",
81
72
  "Collection template": "Collection template",
82
- Sort: "Sort",
83
- Categories: "Categories",
84
- Visible: "Visible",
73
+ "Sort": "Sort",
74
+ "Categories": "Categories",
75
+ "Visible": "Visible",
85
76
  "Read only": "Read only",
86
77
  "Easy reading": "Easy reading",
87
- Hidden: "Hidden",
78
+ "Hidden": "Hidden",
88
79
  "Hidden(reserved value)": "Hidden(reserved value)",
89
80
  "Not required": "Not required",
90
- Value: "Value",
91
- Disabled: "Disabled",
92
- Enabled: "Enabled",
93
- Problematic: "Problematic",
94
- Setting: "Setting",
95
- On: "On",
96
- Off: "Off",
97
- Empty: "Empty",
81
+ "Value": "Value",
82
+ "Disabled": "Disabled",
83
+ "Enabled": "Enabled",
84
+ "Problematic": "Problematic",
85
+ "Setting": "Setting",
86
+ "On": "On",
87
+ "Off": "Off",
88
+ "Empty": "Empty",
98
89
  "Linkage rule": "Linkage rule",
99
90
  "Linkage rules": "Linkage rules",
100
- Condition: "Condition",
101
- Properties: "Properties",
91
+ "Condition": "Condition",
92
+ "Properties": "Properties",
102
93
  "Add linkage rule": "Add linkage rule",
103
94
  "Add property": "Add property",
104
95
  "Category name": "Category name",
@@ -109,13 +100,13 @@ module.exports = {
109
100
  "New password": "New password",
110
101
  "Switch role": "Switch role",
111
102
  "Super admin": "Super admin",
112
- Language: "Language",
103
+ "Language": "Language",
113
104
  "Allow sign up": "Allow sign up",
114
105
  "Enable SMS authentication": "Enable SMS authentication",
115
106
  "Sign out": "Sign out",
116
- Cancel: "Cancel",
117
- Submit: "Submit",
118
- Close: "Close",
107
+ "Cancel": "Cancel",
108
+ "Submit": "Submit",
109
+ "Close": "Close",
119
110
  "Set the data scope": "Set the data scope",
120
111
  "Set data loading mode": "Set data loading mode",
121
112
  "Load all data when filter is empty": "Load all data when filter is empty",
@@ -123,43 +114,43 @@ module.exports = {
123
114
  "Data loading mode": "Data loading mode",
124
115
  "Data blocks": "Data blocks",
125
116
  "Filter blocks": "Filter blocks",
126
- Table: "Table",
117
+ "Table": "Table",
127
118
  "Table OID(Inheritance)": "Table OID(Inheritance)",
128
- Form: "Form",
129
- List: "List",
119
+ "Form": "Form",
120
+ "List": "List",
130
121
  "Grid Card": "Grid Card",
131
- pixels: "pixels",
122
+ "pixels": "pixels",
132
123
  "Screen size": "Screen size",
133
124
  "Display title": "Display title",
134
125
  "Set the count of columns displayed in a row": "Set the count of columns displayed in a row",
135
- Column: "Column",
126
+ "Column": "Column",
136
127
  "Phone device": "Phone device",
137
128
  "Tablet device": "Tablet device",
138
129
  "Desktop device": "Desktop device",
139
130
  "Large screen device": "Large screen device",
140
- Collapse: "Collapse",
131
+ "Collapse": "Collapse",
141
132
  "Select data source": "Select data source",
142
- Calendar: "Calendar",
133
+ "Calendar": "Calendar",
143
134
  "Delete events": "Delete events",
144
135
  "This event": "This event",
145
136
  "This and following events": "This and following events",
146
137
  "All events": "All events",
147
138
  "Delete this event?": "Delete this event?",
148
139
  "Delete Event": "Delete Event",
149
- Kanban: "Kanban",
150
- Gantt: "Gantt",
140
+ "Kanban": "Kanban",
141
+ "Gantt": "Gantt",
151
142
  "Create gantt block": "Create gantt block",
152
143
  "Progress field": "Progress field",
153
144
  "Time scale": "Time scale",
154
- Hour: "Hour",
145
+ "Hour": "Hour",
155
146
  "Quarter of day": "Quarter of day",
156
147
  "Half of day": "Half of day",
157
- Year: "Year",
158
- QuarterYear: "QuarterYear",
148
+ "Year": "Year",
149
+ "QuarterYear": "QuarterYear",
159
150
  "Select grouping field": "Select grouping field",
160
- Media: "Media",
161
- Markdown: "Markdown",
162
- Wysiwyg: "Wysiwyg",
151
+ "Media": "Media",
152
+ "Markdown": "Markdown",
153
+ "Wysiwyg": "Wysiwyg",
163
154
  "Chart blocks": "Chart blocks",
164
155
  "Column chart": "Column chart",
165
156
  "Bar chart": "Bar chart",
@@ -172,8 +163,8 @@ module.exports = {
172
163
  "Chart title": "Chart title",
173
164
  "Chart type": "Chart type",
174
165
  "Chart config": "Chart config",
175
- Templates: "Templates",
176
- Template: "Template",
166
+ "Templates": "Templates",
167
+ "Template": "Template",
177
168
  "Select template": "Select template",
178
169
  "Action logs": "Action logs",
179
170
  "Create template": "Create template",
@@ -196,23 +187,23 @@ module.exports = {
196
187
  "Add link": "Add link",
197
188
  "Insert above": "Insert above",
198
189
  "Insert below": "Insert below",
199
- Save: "Save",
190
+ "Save": "Save",
200
191
  "Delete block": "Delete block",
201
192
  "Are you sure you want to delete it?": "Are you sure you want to delete it?",
202
193
  "This is a demo text, **supports Markdown syntax**.": "This is a demo text, **supports Markdown syntax**.",
203
- Filter: "Filter",
194
+ "Filter": "Filter",
204
195
  "Connect data blocks": "Connect data blocks",
205
196
  "Action type": "Action type",
206
- Actions: "Actions",
207
- Insert: "Insert",
197
+ "Actions": "Actions",
198
+ "Insert": "Insert",
208
199
  "Insert if not exists": "Insert if not exists",
209
200
  "Insert if not exists, or update": "Insert if not exists, or update",
210
201
  "Determine whether a record exists by the following fields": "Determine whether a record exists by the following fields",
211
- Update: "Update",
202
+ "Update": "Update",
212
203
  "Update record": "Update record",
213
- View: "View",
204
+ "View": "View",
214
205
  "View record": "View record",
215
- Refresh: "Refresh",
206
+ "Refresh": "Refresh",
216
207
  "Data changes": "Data changes",
217
208
  "Field name": "Field name",
218
209
  "Before change": "Before change",
@@ -222,7 +213,7 @@ module.exports = {
222
213
  "Create collection": "Create collection",
223
214
  "Collection display name": "Collection display name",
224
215
  "Collection name": "Collection name",
225
- Inherits: "Inherits",
216
+ "Inherits": "Inherits",
226
217
  "Primary key, unique identifier, self growth": "Primary key, unique identifier, self growth",
227
218
  "Store the creation user of each record": "Store the creation user of each record",
228
219
  "Store the last update user of each record": "Store the last update user of each record",
@@ -236,14 +227,14 @@ module.exports = {
236
227
  "Sync from database": "Sync from database",
237
228
  "Source collections": "Source collections",
238
229
  "Field source": "Field source",
239
- Preview: "Preview",
230
+ "Preview": "Preview",
240
231
  "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.",
241
- Edit: "Edit",
232
+ "Edit": "Edit",
242
233
  "Edit collection": "Edit collection",
243
234
  "Configure fields": "Configure fields",
244
235
  "Configure columns": "Configure columns",
245
236
  "Edit field": "Edit field",
246
- Override: "Override",
237
+ "Override": "Override",
247
238
  "Override field": "Override field",
248
239
  "Configure fields of {{title}}": "Configure fields of {{title}}",
249
240
  "Association fields filter": "Association fields filter",
@@ -254,28 +245,28 @@ module.exports = {
254
245
  "General fields": "General fields",
255
246
  "Inherited fields": "Inherited fields",
256
247
  "Parent collection fields": "Parent collection fields",
257
- Basic: "Basic",
248
+ "Basic": "Basic",
258
249
  "Single line text": "Single line text",
259
250
  "Long text": "Long text",
260
- Phone: "Phone",
261
- Email: "Email",
262
- Number: "Number",
263
- Integer: "Integer",
264
- Percent: "Percent",
265
- Password: "Password",
251
+ "Phone": "Phone",
252
+ "Email": "Email",
253
+ "Number": "Number",
254
+ "Integer": "Integer",
255
+ "Percent": "Percent",
256
+ "Password": "Password",
266
257
  "Advanced type": "Advanced",
267
- Formula: "Formula",
258
+ "Formula": "Formula",
268
259
  "Formula description": "Compute a value in each record based on other fields in the same record.",
269
- Choices: "Choices",
270
- Checkbox: "Checkbox",
260
+ "Choices": "Choices",
261
+ "Checkbox": "Checkbox",
271
262
  "Single select": "Single select",
272
263
  "Multiple select": "Multiple select",
273
264
  "Radio group": "Radio group",
274
265
  "Checkbox group": "Checkbox group",
275
266
  "China region": "China region",
276
267
  "Date & Time": "Date & Time",
277
- Datetime: "Datetime",
278
- Relation: "Relation",
268
+ "Datetime": "Datetime",
269
+ "Relation": "Relation",
279
270
  "Link to": "Link to",
280
271
  "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.",
281
272
  "Sub-table": "Sub-table",
@@ -323,7 +314,7 @@ module.exports = {
323
314
  "Allow multiple": "Allow multiple",
324
315
  "Quick upload": "Quick upload",
325
316
  "Select file": "Select file",
326
- Subtable: "Sub-table",
317
+ "Subtable": "Sub-table",
327
318
  "Sub-form": "Sub-form",
328
319
  "Field mode": "Field mode",
329
320
  "Allow add new data": "Allow add new data",
@@ -334,17 +325,17 @@ module.exports = {
334
325
  "Subform mode": "Sub-form mode",
335
326
  "Edit block title": "Edit block title",
336
327
  "Block title": "Block title",
337
- Pattern: "Pattern",
338
- Operator: "Operator",
339
- Editable: "Editable",
340
- Readonly: "Readonly",
328
+ "Pattern": "Pattern",
329
+ "Operator": "Operator",
330
+ "Editable": "Editable",
331
+ "Readonly": "Readonly",
341
332
  "Easy-reading": "Easy-reading",
342
333
  "Add filter": "Add filter",
343
334
  "Add filter group": "Add filter group",
344
- Comparision: "Comparision",
345
- is: "is",
335
+ "Comparision": "Comparision",
336
+ "is": "is",
346
337
  "is not": "is not",
347
- contains: "contains",
338
+ "contains": "contains",
348
339
  "does not contain": "does not contain",
349
340
  "starts with": "starts with",
350
341
  "not starts with": "not starts with",
@@ -356,13 +347,13 @@ module.exports = {
356
347
  "Add text": "Add text",
357
348
  "Filterable fields": "Filterable fields",
358
349
  "Edit button": "Edit button",
359
- Hide: "Hide",
350
+ "Hide": "Hide",
360
351
  "Enable actions": "Enable actions",
361
- Import: "Import",
362
- Export: "Export",
363
- Customize: "Customize",
364
- Custom: "Custom",
365
- Function: "Function",
352
+ "Import": "Import",
353
+ "Export": "Export",
354
+ "Customize": "Customize",
355
+ "Custom": "Custom",
356
+ "Function": "Function",
366
357
  "Popup form": "Popup form",
367
358
  "Flexible popup": "Flexible popup",
368
359
  "Configure actions": "Configure actions",
@@ -371,7 +362,7 @@ module.exports = {
371
362
  "Triggered when the row is clicked": "Triggered when the row is clicked",
372
363
  "Add tab": "Add tab",
373
364
  "Disable tabs": "Disable tabs",
374
- Details: "Details",
365
+ "Details": "Details",
375
366
  "Edit form": "Edit form",
376
367
  "Create form": "Create form",
377
368
  "Form (Edit)": "Form (Edit)",
@@ -383,9 +374,9 @@ module.exports = {
383
374
  "Select icon": "Select icon",
384
375
  "Custom column name": "Custom column name",
385
376
  "Edit description": "Edit description",
386
- Required: "Required",
387
- Unique: "Unique",
388
- Primary: "Primary",
377
+ "Required": "Required",
378
+ "Unique": "Unique",
379
+ "Primary": "Primary",
389
380
  "Auto increment": "Auto increment",
390
381
  "Label field": "Label field",
391
382
  "Default is the ID field": "Default is the ID field",
@@ -393,18 +384,18 @@ module.exports = {
393
384
  "Set validation rules": "Set validation rules",
394
385
  "Max length": "Max length",
395
386
  "Min length": "Min length",
396
- Maximum: "Maximum",
397
- Minimum: "Minimum",
387
+ "Maximum": "Maximum",
388
+ "Minimum": "Minimum",
398
389
  "Max length must greater than min length": "Max length must greater than min length",
399
390
  "Min length must less than max length": "Min length must less than max length",
400
391
  "Maximum must greater than minimum": "Maximum must greater than minimum",
401
392
  "Minimum must less than maximum": "Minimum must less than maximum",
402
393
  "Validation rule": "Validation rule",
403
394
  "Add validation rule": "Add validation rule",
404
- Format: "Format",
395
+ "Format": "Format",
405
396
  "Regular expression": "Pattern",
406
397
  "Error message": "Error message",
407
- Length: "Length",
398
+ "Length": "Length",
408
399
  "The field value cannot be greater than ": "The field value cannot be greater than ",
409
400
  "The field value cannot be less than ": "The field value cannot be less than ",
410
401
  "The field value is not an integer number": "The field value is not an integer number",
@@ -415,28 +406,28 @@ module.exports = {
415
406
  "is on or after": "is on or after",
416
407
  "is on or before": "is on or before",
417
408
  "is between": "is between",
418
- Upload: "Upload",
409
+ "Upload": "Upload",
419
410
  "Select level": "Select level",
420
- Province: "Province",
421
- City: "City",
422
- Area: "Area",
423
- Street: "Street",
424
- Village: "Village",
411
+ "Province": "Province",
412
+ "City": "City",
413
+ "Area": "Area",
414
+ "Street": "Street",
415
+ "Village": "Village",
425
416
  "Must select to the last level": "Must select to the last level",
426
417
  "Move {{title}} to": "Move {{title}} to",
427
418
  "Target position": "Target position",
428
- After: "After",
429
- Before: "Before",
430
- 'Add {{type}} before "{{title}}"': 'Add {{type}} before "{{title}}"',
431
- 'Add {{type}} after "{{title}}"': 'Add {{type}} after "{{title}}"',
432
- 'Add {{type}} in "{{title}}"': 'Add {{type}} in "{{title}}"',
419
+ "After": "After",
420
+ "Before": "Before",
421
+ "Add {{type}} before \"{{title}}\"": "Add {{type}} before \"{{title}}\"",
422
+ "Add {{type}} after \"{{title}}\"": "Add {{type}} after \"{{title}}\"",
423
+ "Add {{type}} in \"{{title}}\"": "Add {{type}} in \"{{title}}\"",
433
424
  "Original name": "Original name",
434
425
  "Custom name": "Custom name",
435
426
  "Custom Title": "Custom Title",
436
- Options: "Options",
427
+ "Options": "Options",
437
428
  "Option value": "Option value",
438
429
  "Option label": "Option label",
439
- Color: "Color",
430
+ "Color": "Color",
440
431
  "Background Color": "Background Color",
441
432
  "Text Align": "Text Align",
442
433
  "Add option": "Add option",
@@ -446,23 +437,23 @@ module.exports = {
446
437
  "Configure calendar": "Configure calendar",
447
438
  "Title field": "Title field",
448
439
  "Custom title": "Custom title",
449
- Daily: "Daily",
450
- Weekly: "Weekly",
451
- Monthly: "Monthly",
452
- Yearly: "Yearly",
453
- Repeats: "Repeats",
440
+ "Daily": "Daily",
441
+ "Weekly": "Weekly",
442
+ "Monthly": "Monthly",
443
+ "Yearly": "Yearly",
444
+ "Repeats": "Repeats",
454
445
  "Show lunar": "Show lunar",
455
446
  "Start date field": "Start date field",
456
447
  "End date field": "End date field",
457
- Navigate: "Navigate",
458
- Title: "Title",
459
- Description: "Description",
448
+ "Navigate": "Navigate",
449
+ "Title": "Title",
450
+ "Description": "Description",
460
451
  "Select view": "Select view",
461
- Reset: "Reset",
452
+ "Reset": "Reset",
462
453
  "Importable fields": "Importable fields",
463
454
  "Exportable fields": "Exportable fields",
464
455
  "Saved successfully": "Saved successfully",
465
- Nickname: "Nickname",
456
+ "Nickname": "Nickname",
466
457
  "Sign in": "Sign in",
467
458
  "Sign in via account": "Sign in via account",
468
459
  "Sign in via phone": "Sign in via phone",
@@ -472,14 +463,14 @@ module.exports = {
472
463
  "Log in with an existing account": "Log in with an existing account",
473
464
  "Signed up successfully. It will jump to the login page.": "Signed up successfully. It will jump to the login page.",
474
465
  "Password mismatch": "Password mismatch",
475
- Users: "Users",
466
+ "Users": "Users",
476
467
  "Verification code": "Verification code",
477
468
  "Send code": "Send code",
478
469
  "Retry after {{count}} seconds": "Retry after {{count}} seconds",
479
- Roles: "Roles",
470
+ "Roles": "Roles",
480
471
  "Add role": "Add role",
481
472
  "Role name": "Role name",
482
- Configure: "Configure",
473
+ "Configure": "Configure",
483
474
  "Configure permissions": "Configure permissions",
484
475
  "Edit role": "Edit role",
485
476
  "Action permissions": "Action permissions",
@@ -491,24 +482,24 @@ module.exports = {
491
482
  "Action scope": "Action scope",
492
483
  "Operate on new data": "Operate on new data",
493
484
  "Operate on existing data": "Operate on existing data",
494
- Yes: "Yes",
495
- No: "No",
496
- Red: "Red",
497
- Magenta: "Magenta",
498
- Volcano: "Volcano",
499
- Orange: "Orange",
500
- Gold: "Gold",
501
- Lime: "Lime",
502
- Green: "Green",
503
- Cyan: "Cyan",
504
- Blue: "Blue",
485
+ "Yes": "Yes",
486
+ "No": "No",
487
+ "Red": "Red",
488
+ "Magenta": "Magenta",
489
+ "Volcano": "Volcano",
490
+ "Orange": "Orange",
491
+ "Gold": "Gold",
492
+ "Lime": "Lime",
493
+ "Green": "Green",
494
+ "Cyan": "Cyan",
495
+ "Blue": "Blue",
505
496
  "Geek blue": "Geek blue",
506
- Purple: "Purple",
507
- Default: "Default",
497
+ "Purple": "Purple",
498
+ "Default": "Default",
508
499
  "Add card": "Add card",
509
500
  "edit title": "edit title",
510
501
  "Turn pages": "Turn pages",
511
- Others: "Others",
502
+ "Others": "Others",
512
503
  "Other records": "Other records",
513
504
  "Save as template": "Save as template",
514
505
  "Save as block template": "Save as block template",
@@ -528,31 +519,31 @@ module.exports = {
528
519
  "Operation failed": "Operation failed",
529
520
  "Open mode": "Open mode",
530
521
  "Popup size": "Popup size",
531
- Small: "Small",
532
- Middle: "Middle",
533
- Large: "Large",
534
- Size: "Size",
535
- Oversized: "Oversized",
536
- Auto: "Auto",
522
+ "Small": "Small",
523
+ "Middle": "Middle",
524
+ "Large": "Large",
525
+ "Size": "Size",
526
+ "Oversized": "Oversized",
527
+ "Auto": "Auto",
537
528
  "Object Fit": "Object Fit",
538
- Cover: "Cover",
539
- Fill: "Fill",
540
- Contain: "Contain",
529
+ "Cover": "Cover",
530
+ "Fill": "Fill",
531
+ "Contain": "Contain",
541
532
  "Scale Down": "Scale Down",
542
533
  "Menu item title": "Menu item title",
543
534
  "Menu item icon": "Menu item icon",
544
- Target: "Target",
545
- Position: "Position",
535
+ "Target": "Target",
536
+ "Position": "Position",
546
537
  "Insert before": "Insert before",
547
538
  "Insert after": "Insert after",
548
539
  "UI Editor": "UI Editor",
549
- ASC: "ASC",
550
- DESC: "DESC",
540
+ "ASC": "ASC",
541
+ "DESC": "DESC",
551
542
  "Add sort field": "Add sort field",
552
- ID: "ID",
543
+ "ID": "ID",
553
544
  "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.",
554
- Drawer: "Drawer",
555
- Dialog: "Dialog",
545
+ "Drawer": "Drawer",
546
+ "Dialog": "Dialog",
556
547
  "Delete action": "Delete action",
557
548
  "Custom column title": "Custom column title",
558
549
  "Column title": "column title",
@@ -564,32 +555,32 @@ module.exports = {
564
555
  "The field has been deleted": "The field has been deleted",
565
556
  "When submitting the following fields, the saved values are": "When submitting the following fields, the saved values are",
566
557
  "After successful submission": "After successful submission",
567
- Then: "Then",
558
+ "Then": "Then",
568
559
  "Stay on current page": "Stay on current page",
569
560
  "Redirect to": "Redirect to",
570
561
  "Save action": "Save action",
571
- Exists: "Exists",
562
+ "Exists": "Exists",
572
563
  "Add condition": "Add condition",
573
564
  "Add condition group": "Add condition group",
574
- exists: "exists",
565
+ "exists": "exists",
575
566
  "not exists": "not exists",
576
- Style: "Style",
567
+ "Style": "Style",
577
568
  "=": "=",
578
- "\u2260": "\u2260",
569
+ "": "",
579
570
  ">": ">",
580
- "\u2265": "\u2265",
571
+ "": "",
581
572
  "<": "<",
582
- "\u2264": "\u2264",
573
+ "": "",
583
574
  "Role UID": "Role UID",
584
- Precision: "Precision",
575
+ "Precision": "Precision",
585
576
  "Formula mode": "Formula mode",
586
- Expression: "Expression",
577
+ "Expression": "Expression",
587
578
  "Input +, -, *, /, ( ) to calculate, input @ to open field variables.": "Input +, -, *, /, ( ) to calculate, input @ to open field variables.",
588
579
  "Formula error.": "Formula error.",
589
580
  "Rich Text": "Rich Text",
590
581
  "Junction collection": "Junction collection",
591
582
  "Leave it blank, unless you need a custom intermediate table": "Leave it blank, unless you need a custom intermediate table",
592
- Fields: "Fields",
583
+ "Fields": "Fields",
593
584
  "Edit field title": "Edit field title",
594
585
  "Field title": "Field title",
595
586
  "Original field title: ": "Original field title: ",
@@ -625,29 +616,29 @@ module.exports = {
625
616
  "Allows to install, activate, disable plugins": "Allows to install, activate, disable plugins",
626
617
  "Allows to configure plugins": "Allows to configure plugins",
627
618
  "Action display name": "Action display name",
628
- Allow: "Allow",
619
+ "Allow": "Allow",
629
620
  "Data scope": "Data scope",
630
621
  "Action on new records": "Action on new records",
631
622
  "Action on existing records": "Action on existing records",
632
623
  "All records": "All records",
633
624
  "Own records": "Own records",
634
625
  "Permission policy": "Permission policy",
635
- Individual: "Individual",
636
- General: "General",
637
- Accessible: "Accessible",
626
+ "Individual": "Individual",
627
+ "General": "General",
628
+ "Accessible": "Accessible",
638
629
  "Configure permission": "Configure permission",
639
630
  "Action permission": "Action permission",
640
631
  "Field permission": "Field permission",
641
632
  "Scope name": "Scope name",
642
633
  "Unsaved changes": "Unsaved changes",
643
634
  "Are you sure you don't want to save?": "Are you sure you don't want to save?",
644
- Dragging: "Dragging",
645
- Popup: "Popup",
635
+ "Dragging": "Dragging",
636
+ "Popup": "Popup",
646
637
  "Column Settings": "Column Settings",
647
- visible: "visible",
638
+ "visible": "visible",
648
639
  "Pin to left": "Pin to left",
649
640
  "Pin to right": "Pin to right",
650
- Unpinned: "Unpinned",
641
+ "Unpinned": "Unpinned",
651
642
  "Fixed to the left": "Fixed to the left",
652
643
  "Fixed to the right": "Fixed to the right",
653
644
  "Not Fixed": "Not fixed",
@@ -678,7 +669,7 @@ module.exports = {
678
669
  "After clicking the custom button, the following field values will be assigned according to the following form.": "After clicking the custom button, the following field values will be assigned according to the following form.",
679
670
  "After clicking the custom button, the following fields of the current record will be saved according to the following form.": "After clicking the custom button, the following fields of the current record will be saved according to the following form.",
680
671
  "Button background color": "Button background color",
681
- Highlight: "Highlight",
672
+ "Highlight": "Highlight",
682
673
  "Danger red": "Danger red",
683
674
  "Custom request": "Custom request",
684
675
  "Request settings": "Request settings",
@@ -693,9 +684,9 @@ module.exports = {
693
684
  "Add exportable field": "Add exportable field",
694
685
  "Audit logs": "Audit logs",
695
686
  "Record ID": "Record ID",
696
- User: "User",
697
- Field: "Field",
698
- Select: "Select",
687
+ "User": "User",
688
+ "Field": "Field",
689
+ "Select": "Select",
699
690
  "Select field": "Select field",
700
691
  "Field value changes": "Field value changes",
701
692
  "One to one (has one)": "One to one (has one)",
@@ -704,47 +695,47 @@ module.exports = {
704
695
  "Province/city/area name": "Province/city/area name",
705
696
  "Enabled languages": "Enabled languages",
706
697
  "View all plugins": "View all plugins",
707
- Print: "Print",
708
- Done: "Done",
698
+ "Print": "Print",
699
+ "Done": "Done",
709
700
  "Sign up successfully, and automatically jump to the sign in page": "Sign up successfully, and automatically jump to the sign in page",
710
701
  "File manager": "File manager",
711
- ACL: "ACL",
702
+ "ACL": "ACL",
712
703
  "Collection manager": "Collection manager",
713
704
  "Plugin manager": "Plugin manager",
714
- Local: "Local",
705
+ "Local": "Local",
715
706
  "Built-in": "Built-in",
716
- Marketplace: "Marketplace",
707
+ "Marketplace": "Marketplace",
717
708
  "Add plugin": "Add plugin",
718
709
  "Plugin source": "Plugin source",
719
- Upgrade: "Upgrade",
710
+ "Upgrade": "Upgrade",
720
711
  "Plugin dependencies check failed": "Plugin dependencies check failed",
721
712
  "More details": "More details",
722
713
  "Upload new version": "Upload new version",
723
- Version: "Version",
714
+ "Version": "Version",
724
715
  "Npm package": "Npm package",
725
716
  "Npm package name": "Npm package name",
726
717
  "Upload plugin": "Upload plugin",
727
718
  "Official plugin": "Official plugin",
728
719
  "Add type": "Add type",
729
- Changelog: "Changelog",
720
+ "Changelog": "Changelog",
730
721
  "Dependencies check": "Dependencies check",
731
722
  "Update plugin": "Update plugin",
732
- Installing: "Installing",
723
+ "Installing": "Installing",
733
724
  "The deletion was successful.": "The deletion was successful.",
734
725
  "Plugin Zip File": "Plugin Zip File",
735
726
  "Compressed file url": "Compressed file url",
736
727
  "Last updated": "Last updated",
737
- PackageName: "PackageName",
738
- DisplayName: "DisplayName",
739
- Readme: "Readme",
728
+ "PackageName": "PackageName",
729
+ "DisplayName": "DisplayName",
730
+ "Readme": "Readme",
740
731
  "Dependencies compatibility check": "Dependencies compatibility check",
741
732
  "Plugin dependencies check failed, you should change the dependent version to meet the version requirements.": "Plugin dependencies check failed, you should change the dependent version to meet the version requirements.",
742
733
  "Version range": "Version range",
743
734
  "Plugin's version": "Plugin's version",
744
- Result: "Result",
735
+ "Result": "Result",
745
736
  "No CHANGELOG.md file": "No CHANGELOG.md file",
746
737
  "No README.md file": "No README.md file",
747
- Homepage: "Homepage",
738
+ "Homepage": "Homepage",
748
739
  "Drag and drop the file here or click to upload, file size should not exceed 30M": "Drag and drop the file here or click to upload, file size should not exceed 30M",
749
740
  "Dependencies check failed, can't enable.": "Dependencies check failed, can't enable.",
750
741
  "Plugin starting...": "Plugin starting...",
@@ -754,11 +745,11 @@ module.exports = {
754
745
  "re-download file": "re-download file",
755
746
  "Not enabled": "Not enabled",
756
747
  "Search plugin": "Search plugin",
757
- Author: "Author",
748
+ "Author": "Author",
758
749
  "Plugin loading failed. Please check the server logs.": "Plugin loading failed. Please check the server logs.",
759
750
  "Coming soon...": "Coming soon...",
760
751
  "All plugin settings": "All plugin settings",
761
- Bookmark: "Bookmark",
752
+ "Bookmark": "Bookmark",
762
753
  "Manage all settings": "Manage all settings",
763
754
  "Create inverse field in the target collection": "Create inverse field in the target collection",
764
755
  "Inverse field name": "Inverse field name",
@@ -767,45 +758,45 @@ module.exports = {
767
758
  "After successful bulk update": "After successful bulk update",
768
759
  "Bulk edit": "Bulk edit",
769
760
  "Data will be updated": "Data will be updated",
770
- Selected: "Selected",
771
- All: "All",
761
+ "Selected": "Selected",
762
+ "All": "All",
772
763
  "Update selected data?": "Update selected data?",
773
764
  "Update all data?": "Update all data?",
774
765
  "Remains the same": "Remains the same",
775
766
  "Changed to": "Changed to",
776
- Clear: "Clear",
767
+ "Clear": "Clear",
777
768
  "Add attach": "Add attach",
778
769
  "Please select the records to be updated": "Please select the records to be updated",
779
- Selector: "Selector",
780
- Inner: "Inner",
770
+ "Selector": "Selector",
771
+ "Inner": "Inner",
781
772
  "Search and select collection": "Search and select collection",
782
773
  "Please fill in the iframe URL": "Please fill in the iframe URL",
783
774
  "Fix block": "Fix block",
784
775
  "Plugin name": "Plugin name",
785
776
  "Plugin tab name": "Plugin tab name",
786
- AutoGenId: "Auto-generated ID field",
787
- CreatedBy: "CreatedBy",
788
- UpdatedBy: "UpdatedBy",
789
- CreatedAt: "CreatedAt",
790
- UpdatedAt: "UpdatedAt",
777
+ "AutoGenId": "Auto-generated ID field",
778
+ "CreatedBy": "CreatedBy",
779
+ "UpdatedBy": "UpdatedBy",
780
+ "CreatedAt": "CreatedAt",
781
+ "UpdatedAt": "UpdatedAt",
791
782
  "Column width": "Column width",
792
- Sortable: "Sortable",
783
+ "Sortable": "Sortable",
793
784
  "Enable link": "Enable link",
794
785
  "Auto focus": "Auto focus",
795
786
  "This is likely a NocoBase internals bug. Please open an issue at <1>here</1>": "This is likely a NocoBase internals bug. Please open an issue at <1>here</1>",
796
787
  "Render Failed": "Render Failed",
797
788
  "App error": "App error",
798
- Feedback: "Feedback",
789
+ "Feedback": "Feedback",
799
790
  "Try again": "Try again",
800
791
  "Download logs": "Download logs",
801
792
  "Data template": "Data template",
802
- Duplicate: "Duplicate",
803
- Duplicating: "Duplicating",
793
+ "Duplicate": "Duplicate",
794
+ "Duplicating": "Duplicating",
804
795
  "Duplicate mode": "Duplicate mode",
805
796
  "Quick duplicate": "Quick duplicate",
806
797
  "Duplicate and continue": "Duplicate and continue",
807
798
  "Please configure the duplicate fields": "Please configure the duplicate fields",
808
- Add: "Add",
799
+ "Add": "Add",
809
800
  "Add new mode": "Add new mode",
810
801
  "Quick add": "Quick add",
811
802
  "Modal add": "Modal add",
@@ -813,7 +804,7 @@ module.exports = {
813
804
  "First or create": "First or create",
814
805
  "Update or create": "Update or create",
815
806
  "Find by the following fields": "Find by the following fields",
816
- Create: "Create",
807
+ "Create": "Create",
817
808
  "Current form": "Current form",
818
809
  "Current object": "Current object",
819
810
  "Linkage with form fields": "Linkage with form fields",
@@ -821,49 +812,49 @@ module.exports = {
821
812
  "Date display format": "Date display format",
822
813
  "Assign data scope for the template": "Assign data scope for the template",
823
814
  "Table selected records": "Table selected records",
824
- Tag: "Tag",
815
+ "Tag": "Tag",
825
816
  "Tag color field": "Tag color field",
826
817
  "Sync successfully": "Sync successfully",
827
818
  "Sync from form fields": "Sync from form fields",
828
819
  "Select all": "Select all",
829
- Restart: "Restart",
820
+ "Restart": "Restart",
830
821
  "Restart application": "Restart application",
831
822
  "Cascade Select": "Cascade Select",
832
- Execute: "Execute",
823
+ "Execute": "Execute",
833
824
  "Please use a valid SELECT or WITH AS statement": "Please use a valid SELECT or WITH AS statement",
834
825
  "Please confirm the SQL statement first": "Please confirm the SQL statement first",
835
826
  "Automatically drop objects that depend on the collection (such as views), and in turn all objects that depend on those objects": "Automatically drop objects that depend on the collection (such as views), and in turn all objects that depend on those objects",
836
827
  "Sign in with another account": "Sign in with another account",
837
828
  "Return to the main application": "Return to the main application",
838
829
  "Permission deined": "Permission denied",
839
- loading: "loading",
830
+ "loading": "loading",
840
831
  "name is required": "name is required",
841
832
  "data source": "data source",
842
833
  "Data source": "Data source",
843
- DataSource: "DataSource",
844
- 'The {{type}} "{{name}}" may have been deleted. Please remove this {{blockType}}.': 'The {{type}} "{{name}}" may have been deleted. Please remove this {{blockType}}.',
834
+ "DataSource": "DataSource",
835
+ "The {{type}} \"{{name}}\" may have been deleted. Please remove this {{blockType}}.": "The {{type}} \"{{name}}\" may have been deleted. Please remove this {{blockType}}.",
845
836
  "Preset fields": "Preset fields",
846
837
  "Home page": "Home page",
847
- Handbook: "Handbook",
848
- License: "License",
838
+ "Handbook": "Handbook",
839
+ "License": "License",
849
840
  "Generic properties": "Generic properties",
850
841
  "Specific properties": "Specific properties",
851
842
  "Used for drag and drop sorting scenarios, supporting grouping sorting": "Used for drag and drop sorting scenarios, supporting grouping sorting",
852
843
  "Grouped sorting": "Grouped sorting",
853
844
  "When a field is selected for grouping, it will be grouped first before sorting.": "When a field is selected for grouping, it will be grouped first before sorting.",
854
- Departments: "Departments",
845
+ "Departments": "Departments",
855
846
  "Main department": "Main department",
856
847
  "Department name": "Department name",
857
848
  "Superior department": "Superior department",
858
- Owners: "Owners",
849
+ "Owners": "Owners",
859
850
  "Plugin settings": "Plugin settings",
860
- Menu: "Menu",
851
+ "Menu": "Menu",
861
852
  "Drag and drop sorting field": "Drag and drop sorting field",
862
- 'This variable has been deprecated and can be replaced with "Current form"': 'This variable has been deprecated and can be replaced with "Current form"',
853
+ "This variable has been deprecated and can be replaced with \"Current form\"": "This variable has been deprecated and can be replaced with \"Current form\"",
863
854
  "The value of this variable is derived from the query string of the page URL. This variable can only be used normally when the page has a query string.": "The value of this variable is derived from the query string of the page URL. This variable can only be used normally when the page has a query string.",
864
855
  "URL search params": "URL search params",
865
856
  "Expand All": "Expand All",
866
- Search: "Search",
857
+ "Search": "Search",
867
858
  "Clear default value": "Clear default value",
868
859
  "Open in new window": "Open in new window",
869
860
  "Sorry, the page you visited does not exist.": "Sorry, the page you visited does not exist.",
@@ -875,7 +866,7 @@ module.exports = {
875
866
  "Parent object": "Parent object",
876
867
  "Skip getting the total number of table records during paging to speed up loading. It is recommended to enable this option for data tables with a large amount of data": "Skip getting the total number of table records during paging to speed up loading. It is recommended to enable this option for data tables with a large amount of data",
877
868
  "Enable secondary confirmation": "Enable secondary confirmation",
878
- Notification: "Notification",
869
+ "Notification": "Notification",
879
870
  "Ellipsis overflow content": "Ellipsis overflow content",
880
871
  "Hide column": "Hide column",
881
872
  "In configuration mode, the entire column becomes transparent. In non-configuration mode, the entire column will be hidden. Even if the entire column is hidden, its configured default values and other settings will still take effect.": "In configuration mode, the entire column becomes transparent. In non-configuration mode, the entire column will be hidden. Even if the entire column is hidden, its configured default values and other settings will still take effect.",
@@ -890,10 +881,10 @@ module.exports = {
890
881
  "Mobile routes": "Mobile routes",
891
882
  "Show in menu": "Show in menu",
892
883
  "Hide in menu": "Hide in menu",
893
- Path: "Path",
894
- Type: "Type",
895
- Access: "Access",
896
- Routes: "Routes",
884
+ "Path": "Path",
885
+ "Type": "Type",
886
+ "Access": "Access",
887
+ "Routes": "Routes",
897
888
  "Add child route": "Add child",
898
889
  "Delete routes": "Delete routes",
899
890
  "Delete route": "Delete route",
@@ -906,12 +897,12 @@ module.exports = {
906
897
  "Are you sure you want to hide this tab?": "Are you sure you want to hide this tab?",
907
898
  "After hiding, this tab will no longer appear in the tab bar. To show it again, you need to go to the route management page to set it.": "After hiding, this tab will no longer appear in the tab bar. To show it again, you need to go to the route management page to set it.",
908
899
  "No pages yet, please configure first": "No pages yet, please configure first",
909
- 'Click the "UI Editor" icon in the upper right corner to enter the UI Editor mode': 'Click the "UI Editor" icon in the upper right corner to enter the UI Editor mode',
900
+ "Click the \"UI Editor\" icon in the upper right corner to enter the UI Editor mode": "Click the \"UI Editor\" icon in the upper right corner to enter the UI Editor mode",
910
901
  "Specifies a Permissions Policy for the <iframe>. The policy defines what features are available to the <iframe> (for example, access to the microphone, camera, battery, web-share, etc.) based on the origin of the request.": "Specifies a Permissions Policy for the <iframe>. The policy defines what features are available to the <iframe> (for example, access to the microphone, camera, battery, web-share, etc.) based on the origin of the request.",
911
- Deprecated: "Deprecated",
902
+ "Deprecated": "Deprecated",
912
903
  "Full permissions": "Full permissions",
913
904
  "Refresh data blocks": "Refresh data blocks",
914
905
  "Select data blocks to refresh": "Select data blocks to refresh",
915
906
  "After successful submission, the selected data blocks will be automatically refreshed.": "After successful submission, the selected data blocks will be automatically refreshed.",
916
907
  "Reset link expiration": "Reset link expiration"
917
- };
908
+ }