@nocobase/plugin-client 2.0.0-alpha.4 → 2.0.0-alpha.41

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",
@@ -197,23 +188,23 @@ module.exports = {
197
188
  "Add link": "Add link",
198
189
  "Insert above": "Insert above",
199
190
  "Insert below": "Insert below",
200
- Save: "Save",
191
+ "Save": "Save",
201
192
  "Delete block": "Delete block",
202
193
  "Are you sure you want to delete it?": "Are you sure you want to delete it?",
203
194
  "This is a demo text, **supports Markdown syntax**.": "This is a demo text, **supports Markdown syntax**.",
204
- Filter: "Filter",
195
+ "Filter": "Filter",
205
196
  "Connect data blocks": "Connect data blocks",
206
197
  "Action type": "Action type",
207
- Actions: "Actions",
208
- Insert: "Insert",
198
+ "Actions": "Actions",
199
+ "Insert": "Insert",
209
200
  "Insert if not exists": "Insert if not exists",
210
201
  "Insert if not exists, or update": "Insert if not exists, or update",
211
202
  "Determine whether a record exists by the following fields": "Determine whether a record exists by the following fields",
212
- Update: "Update",
203
+ "Update": "Update",
213
204
  "Update record": "Update record",
214
- View: "View",
205
+ "View": "View",
215
206
  "View record": "View record",
216
- Refresh: "Refresh",
207
+ "Refresh": "Refresh",
217
208
  "Data changes": "Data changes",
218
209
  "Field name": "Field name",
219
210
  "Before change": "Before change",
@@ -223,7 +214,7 @@ module.exports = {
223
214
  "Create collection": "Create collection",
224
215
  "Collection display name": "Collection display name",
225
216
  "Collection name": "Collection name",
226
- Inherits: "Inherits",
217
+ "Inherits": "Inherits",
227
218
  "Primary key, unique identifier, self growth": "Primary key, unique identifier, self growth",
228
219
  "Store the creation user of each record": "Store the creation user of each record",
229
220
  "Store the last update user of each record": "Store the last update user of each record",
@@ -237,14 +228,14 @@ module.exports = {
237
228
  "Sync from database": "Sync from database",
238
229
  "Source collections": "Source collections",
239
230
  "Field source": "Field source",
240
- Preview: "Preview",
231
+ "Preview": "Preview",
241
232
  "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.",
242
- Edit: "Edit",
233
+ "Edit": "Edit",
243
234
  "Edit collection": "Edit collection",
244
235
  "Configure fields": "Configure fields",
245
236
  "Configure columns": "Configure columns",
246
237
  "Edit field": "Edit field",
247
- Override: "Override",
238
+ "Override": "Override",
248
239
  "Override field": "Override field",
249
240
  "Configure fields of {{title}}": "Configure fields of {{title}}",
250
241
  "Association fields filter": "Association fields filter",
@@ -255,28 +246,28 @@ module.exports = {
255
246
  "General fields": "General fields",
256
247
  "Inherited fields": "Inherited fields",
257
248
  "Parent collection fields": "Parent collection fields",
258
- Basic: "Basic",
249
+ "Basic": "Basic",
259
250
  "Single line text": "Single line text",
260
251
  "Long text": "Long text",
261
- Phone: "Phone",
262
- Email: "Email",
263
- Number: "Number",
264
- Integer: "Integer",
265
- Percent: "Percent",
266
- Password: "Password",
252
+ "Phone": "Phone",
253
+ "Email": "Email",
254
+ "Number": "Number",
255
+ "Integer": "Integer",
256
+ "Percent": "Percent",
257
+ "Password": "Password",
267
258
  "Advanced type": "Advanced",
268
- Formula: "Formula",
259
+ "Formula": "Formula",
269
260
  "Formula description": "Compute a value in each record based on other fields in the same record.",
270
- Choices: "Choices",
271
- Checkbox: "Checkbox",
261
+ "Choices": "Choices",
262
+ "Checkbox": "Checkbox",
272
263
  "Single select": "Single select",
273
264
  "Multiple select": "Multiple select",
274
265
  "Radio group": "Radio group",
275
266
  "Checkbox group": "Checkbox group",
276
267
  "China region": "China region",
277
268
  "Date & Time": "Date & Time",
278
- Datetime: "Datetime",
279
- Relation: "Relation",
269
+ "Datetime": "Datetime",
270
+ "Relation": "Relation",
280
271
  "Link to": "Link to",
281
272
  "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.",
282
273
  "Sub-table": "Sub-table",
@@ -324,7 +315,7 @@ module.exports = {
324
315
  "Allow multiple": "Allow multiple",
325
316
  "Quick upload": "Quick upload",
326
317
  "Select file": "Select file",
327
- Subtable: "Sub-table",
318
+ "Subtable": "Sub-table",
328
319
  "Sub-form": "Sub-form",
329
320
  "Field mode": "Field mode",
330
321
  "Allow add new data": "Allow add new data",
@@ -335,17 +326,17 @@ module.exports = {
335
326
  "Subform mode": "Sub-form mode",
336
327
  "Edit block title": "Edit block title",
337
328
  "Block title": "Block title",
338
- Pattern: "Pattern",
339
- Operator: "Operator",
340
- Editable: "Editable",
341
- Readonly: "Readonly",
329
+ "Pattern": "Pattern",
330
+ "Operator": "Operator",
331
+ "Editable": "Editable",
332
+ "Readonly": "Readonly",
342
333
  "Easy-reading": "Easy-reading",
343
334
  "Add filter": "Add filter",
344
335
  "Add filter group": "Add filter group",
345
- Comparision: "Comparision",
346
- is: "is",
336
+ "Comparision": "Comparision",
337
+ "is": "is",
347
338
  "is not": "is not",
348
- contains: "contains",
339
+ "contains": "contains",
349
340
  "does not contain": "does not contain",
350
341
  "starts with": "starts with",
351
342
  "not starts with": "not starts with",
@@ -357,13 +348,13 @@ module.exports = {
357
348
  "Add text": "Add text",
358
349
  "Filterable fields": "Filterable fields",
359
350
  "Edit button": "Edit button",
360
- Hide: "Hide",
351
+ "Hide": "Hide",
361
352
  "Enable actions": "Enable actions",
362
- Import: "Import",
363
- Export: "Export",
364
- Customize: "Customize",
365
- Custom: "Custom",
366
- Function: "Function",
353
+ "Import": "Import",
354
+ "Export": "Export",
355
+ "Customize": "Customize",
356
+ "Custom": "Custom",
357
+ "Function": "Function",
367
358
  "Popup form": "Popup form",
368
359
  "Flexible popup": "Flexible popup",
369
360
  "Configure actions": "Configure actions",
@@ -372,7 +363,7 @@ module.exports = {
372
363
  "Triggered when the row is clicked": "Triggered when the row is clicked",
373
364
  "Add tab": "Add tab",
374
365
  "Disable tabs": "Disable tabs",
375
- Details: "Details",
366
+ "Details": "Details",
376
367
  "Edit form": "Edit form",
377
368
  "Create form": "Create form",
378
369
  "Form (Edit)": "Form (Edit)",
@@ -384,9 +375,9 @@ module.exports = {
384
375
  "Select icon": "Select icon",
385
376
  "Custom column name": "Custom column name",
386
377
  "Edit description": "Edit description",
387
- Required: "Required",
388
- Unique: "Unique",
389
- Primary: "Primary",
378
+ "Required": "Required",
379
+ "Unique": "Unique",
380
+ "Primary": "Primary",
390
381
  "Auto increment": "Auto increment",
391
382
  "Label field": "Label field",
392
383
  "Default is the ID field": "Default is the ID field",
@@ -394,18 +385,18 @@ module.exports = {
394
385
  "Set validation rules": "Set validation rules",
395
386
  "Max length": "Max length",
396
387
  "Min length": "Min length",
397
- Maximum: "Maximum",
398
- Minimum: "Minimum",
388
+ "Maximum": "Maximum",
389
+ "Minimum": "Minimum",
399
390
  "Max length must greater than min length": "Max length must greater than min length",
400
391
  "Min length must less than max length": "Min length must less than max length",
401
392
  "Maximum must greater than minimum": "Maximum must greater than minimum",
402
393
  "Minimum must less than maximum": "Minimum must less than maximum",
403
394
  "Validation rule": "Validation rule",
404
395
  "Add validation rule": "Add validation rule",
405
- Format: "Format",
396
+ "Format": "Format",
406
397
  "Regular expression": "Pattern",
407
398
  "Error message": "Error message",
408
- Length: "Length",
399
+ "Length": "Length",
409
400
  "The field value cannot be greater than ": "The field value cannot be greater than ",
410
401
  "The field value cannot be less than ": "The field value cannot be less than ",
411
402
  "The field value is not an integer number": "The field value is not an integer number",
@@ -416,28 +407,28 @@ module.exports = {
416
407
  "is on or after": "is on or after",
417
408
  "is on or before": "is on or before",
418
409
  "is between": "is between",
419
- Upload: "Upload",
410
+ "Upload": "Upload",
420
411
  "Select level": "Select level",
421
- Province: "Province",
422
- City: "City",
423
- Area: "Area",
424
- Street: "Street",
425
- Village: "Village",
412
+ "Province": "Province",
413
+ "City": "City",
414
+ "Area": "Area",
415
+ "Street": "Street",
416
+ "Village": "Village",
426
417
  "Must select to the last level": "Must select to the last level",
427
418
  "Move {{title}} to": "Move {{title}} to",
428
419
  "Target position": "Target position",
429
- After: "After",
430
- Before: "Before",
431
- 'Add {{type}} before "{{title}}"': 'Add {{type}} before "{{title}}"',
432
- 'Add {{type}} after "{{title}}"': 'Add {{type}} after "{{title}}"',
433
- 'Add {{type}} in "{{title}}"': 'Add {{type}} in "{{title}}"',
420
+ "After": "After",
421
+ "Before": "Before",
422
+ "Add {{type}} before \"{{title}}\"": "Add {{type}} before \"{{title}}\"",
423
+ "Add {{type}} after \"{{title}}\"": "Add {{type}} after \"{{title}}\"",
424
+ "Add {{type}} in \"{{title}}\"": "Add {{type}} in \"{{title}}\"",
434
425
  "Original name": "Original name",
435
426
  "Custom name": "Custom name",
436
427
  "Custom Title": "Custom Title",
437
- Options: "Options",
428
+ "Options": "Options",
438
429
  "Option value": "Option value",
439
430
  "Option label": "Option label",
440
- Color: "Color",
431
+ "Color": "Color",
441
432
  "Background Color": "Background Color",
442
433
  "Text Align": "Text Align",
443
434
  "Add option": "Add option",
@@ -447,23 +438,23 @@ module.exports = {
447
438
  "Configure calendar": "Configure calendar",
448
439
  "Title field": "Title field",
449
440
  "Custom title": "Custom title",
450
- Daily: "Daily",
451
- Weekly: "Weekly",
452
- Monthly: "Monthly",
453
- Yearly: "Yearly",
454
- Repeats: "Repeats",
441
+ "Daily": "Daily",
442
+ "Weekly": "Weekly",
443
+ "Monthly": "Monthly",
444
+ "Yearly": "Yearly",
445
+ "Repeats": "Repeats",
455
446
  "Show lunar": "Show lunar",
456
447
  "Start date field": "Start date field",
457
448
  "End date field": "End date field",
458
- Navigate: "Navigate",
459
- Title: "Title",
460
- Description: "Description",
449
+ "Navigate": "Navigate",
450
+ "Title": "Title",
451
+ "Description": "Description",
461
452
  "Select view": "Select view",
462
- Reset: "Reset",
453
+ "Reset": "Reset",
463
454
  "Importable fields": "Importable fields",
464
455
  "Exportable fields": "Exportable fields",
465
456
  "Saved successfully": "Saved successfully",
466
- Nickname: "Nickname",
457
+ "Nickname": "Nickname",
467
458
  "Sign in": "Sign in",
468
459
  "Sign in via account": "Sign in via account",
469
460
  "Sign in via phone": "Sign in via phone",
@@ -473,14 +464,14 @@ module.exports = {
473
464
  "Log in with an existing account": "Log in with an existing account",
474
465
  "Signed up successfully. It will jump to the login page.": "Signed up successfully. It will jump to the login page.",
475
466
  "Password mismatch": "Password mismatch",
476
- Users: "Users",
467
+ "Users": "Users",
477
468
  "Verification code": "Verification code",
478
469
  "Send code": "Send code",
479
470
  "Retry after {{count}} seconds": "Retry after {{count}} seconds",
480
- Roles: "Roles",
471
+ "Roles": "Roles",
481
472
  "Add role": "Add role",
482
473
  "Role name": "Role name",
483
- Configure: "Configure",
474
+ "Configure": "Configure",
484
475
  "Configure permissions": "Configure permissions",
485
476
  "Edit role": "Edit role",
486
477
  "Action permissions": "Action permissions",
@@ -492,24 +483,24 @@ module.exports = {
492
483
  "Action scope": "Action scope",
493
484
  "Operate on new data": "Operate on new data",
494
485
  "Operate on existing data": "Operate on existing data",
495
- Yes: "Yes",
496
- No: "No",
497
- Red: "Red",
498
- Magenta: "Magenta",
499
- Volcano: "Volcano",
500
- Orange: "Orange",
501
- Gold: "Gold",
502
- Lime: "Lime",
503
- Green: "Green",
504
- Cyan: "Cyan",
505
- Blue: "Blue",
486
+ "Yes": "Yes",
487
+ "No": "No",
488
+ "Red": "Red",
489
+ "Magenta": "Magenta",
490
+ "Volcano": "Volcano",
491
+ "Orange": "Orange",
492
+ "Gold": "Gold",
493
+ "Lime": "Lime",
494
+ "Green": "Green",
495
+ "Cyan": "Cyan",
496
+ "Blue": "Blue",
506
497
  "Geek blue": "Geek blue",
507
- Purple: "Purple",
508
- Default: "Default",
498
+ "Purple": "Purple",
499
+ "Default": "Default",
509
500
  "Add card": "Add card",
510
501
  "edit title": "edit title",
511
502
  "Turn pages": "Turn pages",
512
- Others: "Others",
503
+ "Others": "Others",
513
504
  "Other records": "Other records",
514
505
  "Save as template": "Save as template",
515
506
  "Save as block template": "Save as block template",
@@ -529,31 +520,31 @@ module.exports = {
529
520
  "Operation failed": "Operation failed",
530
521
  "Open mode": "Open mode",
531
522
  "Popup size": "Popup size",
532
- Small: "Small",
533
- Middle: "Middle",
534
- Large: "Large",
535
- Size: "Size",
536
- Oversized: "Oversized",
537
- Auto: "Auto",
523
+ "Small": "Small",
524
+ "Middle": "Middle",
525
+ "Large": "Large",
526
+ "Size": "Size",
527
+ "Oversized": "Oversized",
528
+ "Auto": "Auto",
538
529
  "Object Fit": "Object Fit",
539
- Cover: "Cover",
540
- Fill: "Fill",
541
- Contain: "Contain",
530
+ "Cover": "Cover",
531
+ "Fill": "Fill",
532
+ "Contain": "Contain",
542
533
  "Scale Down": "Scale Down",
543
534
  "Menu item title": "Menu item title",
544
535
  "Menu item icon": "Menu item icon",
545
- Target: "Target",
546
- Position: "Position",
536
+ "Target": "Target",
537
+ "Position": "Position",
547
538
  "Insert before": "Insert before",
548
539
  "Insert after": "Insert after",
549
540
  "UI Editor": "UI Editor",
550
- ASC: "ASC",
551
- DESC: "DESC",
541
+ "ASC": "ASC",
542
+ "DESC": "DESC",
552
543
  "Add sort field": "Add sort field",
553
- ID: "ID",
544
+ "ID": "ID",
554
545
  "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.",
555
- Drawer: "Drawer",
556
- Dialog: "Dialog",
546
+ "Drawer": "Drawer",
547
+ "Dialog": "Dialog",
557
548
  "Delete action": "Delete action",
558
549
  "Custom column title": "Custom column title",
559
550
  "Column title": "Column title",
@@ -565,35 +556,35 @@ module.exports = {
565
556
  "The field has been deleted": "The field has been deleted",
566
557
  "When submitting the following fields, the saved values are": "When submitting the following fields, the saved values are",
567
558
  "After successful submission": "After successful submission",
568
- Then: "Then",
559
+ "Then": "Then",
569
560
  "Stay on current page": "Stay on current page",
570
561
  "Redirect to": "Redirect to",
571
562
  "Save action": "Save action",
572
- Exists: "Exists",
563
+ "Exists": "Exists",
573
564
  "Add condition": "Add condition",
574
565
  "Add condition group": "Add condition group",
575
- Meet: "Meet",
566
+ "Meet": "Meet",
576
567
  "conditions in the group": "conditions in the group",
577
- Comparison: "Comparison",
578
- exists: "exists",
568
+ "Comparison": "Comparison",
569
+ "exists": "exists",
579
570
  "not exists": "not exists",
580
- Style: "Style",
571
+ "Style": "Style",
581
572
  "=": "=",
582
- "\u2260": "\u2260",
573
+ "": "",
583
574
  ">": ">",
584
- "\u2265": "\u2265",
575
+ "": "",
585
576
  "<": "<",
586
- "\u2264": "\u2264",
577
+ "": "",
587
578
  "Role UID": "Role UID",
588
- Precision: "Precision",
579
+ "Precision": "Precision",
589
580
  "Formula mode": "Formula mode",
590
- Expression: "Expression",
581
+ "Expression": "Expression",
591
582
  "Input +, -, *, /, ( ) to calculate, input @ to open field variables.": "Input +, -, *, /, ( ) to calculate, input @ to open field variables.",
592
583
  "Formula error.": "Formula error.",
593
584
  "Rich Text": "Rich Text",
594
585
  "Junction collection": "Junction collection",
595
586
  "Leave it blank, unless you need a custom intermediate table": "Leave it blank, unless you need a custom intermediate table",
596
- Fields: "Fields",
587
+ "Fields": "Fields",
597
588
  "Edit field title": "Edit field title",
598
589
  "Field title": "Field title",
599
590
  "Original field title: ": "Original field title: ",
@@ -629,29 +620,29 @@ module.exports = {
629
620
  "Allows to install, activate, disable plugins": "Allows to install, activate, disable plugins",
630
621
  "Allows to configure plugins": "Allows to configure plugins",
631
622
  "Action display name": "Action display name",
632
- Allow: "Allow",
623
+ "Allow": "Allow",
633
624
  "Data scope": "Data scope",
634
625
  "Action on new records": "Action on new records",
635
626
  "Action on existing records": "Action on existing records",
636
627
  "All records": "All records",
637
628
  "Own records": "Own records",
638
629
  "Permission policy": "Permission policy",
639
- Individual: "Individual",
640
- General: "General",
641
- Accessible: "Accessible",
630
+ "Individual": "Individual",
631
+ "General": "General",
632
+ "Accessible": "Accessible",
642
633
  "Configure permission": "Configure permission",
643
634
  "Action permission": "Action permission",
644
635
  "Field permission": "Field permission",
645
636
  "Scope name": "Scope name",
646
637
  "Unsaved changes": "Unsaved changes",
647
638
  "Are you sure you don't want to save?": "Are you sure you don't want to save?",
648
- Dragging: "Dragging",
649
- Popup: "Popup",
639
+ "Dragging": "Dragging",
640
+ "Popup": "Popup",
650
641
  "Column Settings": "Column Settings",
651
- visible: "visible",
642
+ "visible": "visible",
652
643
  "Pin to left": "Pin to left",
653
644
  "Pin to right": "Pin to right",
654
- Unpinned: "Unpinned",
645
+ "Unpinned": "Unpinned",
655
646
  "Fixed to the left": "Fixed to the left",
656
647
  "Fixed to the right": "Fixed to the right",
657
648
  "Not Fixed": "Not fixed",
@@ -669,6 +660,8 @@ module.exports = {
669
660
  "Parent popup record": "Parent popup record",
670
661
  "Associated records": "Associated records",
671
662
  "Parent record": "Parent record",
663
+ "Current popup parent record": "Current popup parent record",
664
+ "Popup uid": "Popup UID",
672
665
  "Current time": "Current time",
673
666
  "System variables": "System variables",
674
667
  "Date variables": "Date variables",
@@ -682,7 +675,7 @@ module.exports = {
682
675
  "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.",
683
676
  "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.",
684
677
  "Button background color": "Button background color",
685
- Highlight: "Highlight",
678
+ "Highlight": "Highlight",
686
679
  "Danger red": "Danger red",
687
680
  "Custom request": "Custom request",
688
681
  "Request settings": "Request settings",
@@ -697,9 +690,9 @@ module.exports = {
697
690
  "Add exportable field": "Add exportable field",
698
691
  "Audit logs": "Audit logs",
699
692
  "Record ID": "Record ID",
700
- User: "User",
701
- Field: "Field",
702
- Select: "Select",
693
+ "User": "User",
694
+ "Field": "Field",
695
+ "Select": "Select",
703
696
  "Select field": "Select field",
704
697
  "Field value changes": "Field value changes",
705
698
  "One to one (has one)": "One to one (has one)",
@@ -708,47 +701,47 @@ module.exports = {
708
701
  "Province/city/area name": "Province/city/area name",
709
702
  "Enabled languages": "Enabled languages",
710
703
  "View all plugins": "View all plugins",
711
- Print: "Print",
712
- Done: "Done",
704
+ "Print": "Print",
705
+ "Done": "Done",
713
706
  "Sign up successfully, and automatically jump to the sign in page": "Sign up successfully, and automatically jump to the sign in page",
714
707
  "File manager": "File manager",
715
- ACL: "ACL",
708
+ "ACL": "ACL",
716
709
  "Collection manager": "Collection manager",
717
710
  "Plugin manager": "Plugin manager",
718
- Local: "Local",
711
+ "Local": "Local",
719
712
  "Built-in": "Built-in",
720
- Marketplace: "Marketplace",
713
+ "Marketplace": "Marketplace",
721
714
  "Add plugin": "Add plugin",
722
715
  "Plugin source": "Plugin source",
723
- Upgrade: "Upgrade",
716
+ "Upgrade": "Upgrade",
724
717
  "Plugin dependencies check failed": "Plugin dependencies check failed",
725
718
  "More details": "More details",
726
719
  "Upload new version": "Upload new version",
727
- Version: "Version",
720
+ "Version": "Version",
728
721
  "Npm package": "Npm package",
729
722
  "Npm package name": "Npm package name",
730
723
  "Upload plugin": "Upload plugin",
731
724
  "Official plugin": "Official plugin",
732
725
  "Add type": "Add type",
733
- Changelog: "Changelog",
726
+ "Changelog": "Changelog",
734
727
  "Dependencies check": "Dependencies check",
735
728
  "Update plugin": "Update plugin",
736
- Installing: "Installing",
729
+ "Installing": "Installing",
737
730
  "The deletion was successful.": "The deletion was successful.",
738
731
  "Plugin Zip File": "Plugin Zip File",
739
732
  "Compressed file url": "Compressed file url",
740
733
  "Last updated": "Last updated",
741
- PackageName: "PackageName",
742
- DisplayName: "DisplayName",
743
- Readme: "Readme",
734
+ "PackageName": "PackageName",
735
+ "DisplayName": "DisplayName",
736
+ "Readme": "Readme",
744
737
  "Dependencies compatibility check": "Dependencies compatibility check",
745
738
  "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.",
746
739
  "Version range": "Version range",
747
740
  "Plugin's version": "Plugin's version",
748
- Result: "Result",
741
+ "Result": "Result",
749
742
  "No CHANGELOG.md file": "No CHANGELOG.md file",
750
743
  "No README.md file": "No README.md file",
751
- Homepage: "Homepage",
744
+ "Homepage": "Homepage",
752
745
  "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",
753
746
  "Dependencies check failed, can't enable.": "Dependencies check failed, can't enable.",
754
747
  "Plugin starting...": "Plugin starting...",
@@ -758,11 +751,11 @@ module.exports = {
758
751
  "re-download file": "re-download file",
759
752
  "Not enabled": "Not enabled",
760
753
  "Search plugin": "Search plugin",
761
- Author: "Author",
754
+ "Author": "Author",
762
755
  "Plugin loading failed. Please check the server logs.": "Plugin loading failed. Please check the server logs.",
763
756
  "Coming soon...": "Coming soon...",
764
757
  "All plugin settings": "All plugin settings",
765
- Bookmark: "Bookmark",
758
+ "Bookmark": "Bookmark",
766
759
  "Manage all settings": "Manage all settings",
767
760
  "Create inverse field in the target collection": "Create inverse field in the target collection",
768
761
  "Inverse field name": "Inverse field name",
@@ -771,45 +764,45 @@ module.exports = {
771
764
  "After successful bulk update": "After successful bulk update",
772
765
  "Bulk edit": "Bulk edit",
773
766
  "Data will be updated": "Data will be updated",
774
- Selected: "Selected",
775
- All: "All",
767
+ "Selected": "Selected",
768
+ "All": "All",
776
769
  "Update selected data?": "Update selected data?",
777
770
  "Update all data?": "Update all data?",
778
771
  "Remains the same": "Remains the same",
779
772
  "Changed to": "Changed to",
780
- Clear: "Clear",
773
+ "Clear": "Clear",
781
774
  "Add attach": "Add attach",
782
775
  "Please select the records to be updated": "Please select the records to be updated",
783
- Selector: "Selector",
784
- Inner: "Inner",
776
+ "Selector": "Selector",
777
+ "Inner": "Inner",
785
778
  "Search and select collection": "Search and select collection",
786
779
  "Please fill in the iframe URL": "Please fill in the iframe URL",
787
780
  "Fix block": "Fix block",
788
781
  "Plugin name": "Plugin name",
789
782
  "Plugin tab name": "Plugin tab name",
790
- AutoGenId: "Auto-generated ID field",
791
- CreatedBy: "CreatedBy",
792
- UpdatedBy: "UpdatedBy",
793
- CreatedAt: "CreatedAt",
794
- UpdatedAt: "UpdatedAt",
783
+ "AutoGenId": "Auto-generated ID field",
784
+ "CreatedBy": "CreatedBy",
785
+ "UpdatedBy": "UpdatedBy",
786
+ "CreatedAt": "CreatedAt",
787
+ "UpdatedAt": "UpdatedAt",
795
788
  "Column width": "Column width",
796
- Sortable: "Sortable",
789
+ "Sortable": "Sortable",
797
790
  "Enable link": "Enable link",
798
791
  "Auto focus": "Auto focus",
799
792
  "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>",
800
793
  "Render Failed": "Render Failed",
801
794
  "App error": "App error",
802
- Feedback: "Feedback",
795
+ "Feedback": "Feedback",
803
796
  "Try again": "Try again",
804
797
  "Download logs": "Download logs",
805
798
  "Data template": "Data template",
806
- Duplicate: "Duplicate",
807
- Duplicating: "Duplicating",
799
+ "Duplicate": "Duplicate",
800
+ "Duplicating": "Duplicating",
808
801
  "Duplicate mode": "Duplicate mode",
809
802
  "Quick duplicate": "Quick duplicate",
810
803
  "Duplicate and continue": "Duplicate and continue",
811
804
  "Please configure the duplicate fields": "Please configure the duplicate fields",
812
- Add: "Add",
805
+ "Add": "Add",
813
806
  "Add new mode": "Add new mode",
814
807
  "Quick add": "Quick add",
815
808
  "Modal add": "Modal add",
@@ -817,7 +810,7 @@ module.exports = {
817
810
  "First or create": "First or create",
818
811
  "Update or create": "Update or create",
819
812
  "Find by the following fields": "Find by the following fields",
820
- Create: "Create",
813
+ "Create": "Create",
821
814
  "Current form": "Current form",
822
815
  "Current object": "Current object",
823
816
  "Linkage with form fields": "Linkage with form fields",
@@ -825,49 +818,49 @@ module.exports = {
825
818
  "Date display format": "Date display format",
826
819
  "Assign data scope for the template": "Assign data scope for the template",
827
820
  "Table selected records": "Table selected records",
828
- Tag: "Tag",
821
+ "Tag": "Tag",
829
822
  "Tag color field": "Tag color field",
830
823
  "Sync successfully": "Sync successfully",
831
824
  "Sync from form fields": "Sync from form fields",
832
825
  "Select all": "Select all",
833
- Restart: "Restart",
826
+ "Restart": "Restart",
834
827
  "Restart application": "Restart application",
835
828
  "Cascade Select": "Cascade Select",
836
- Execute: "Execute",
829
+ "Execute": "Execute",
837
830
  "Please use a valid SELECT or WITH AS statement": "Please use a valid SELECT or WITH AS statement",
838
831
  "Please confirm the SQL statement first": "Please confirm the SQL statement first",
839
832
  "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",
840
833
  "Sign in with another account": "Sign in with another account",
841
834
  "Return to the main application": "Return to the main application",
842
835
  "Permission deined": "Permission denied",
843
- loading: "loading",
836
+ "loading": "loading",
844
837
  "name is required": "name is required",
845
838
  "data source": "data source",
846
839
  "Data source": "Data source",
847
- DataSource: "DataSource",
848
- 'The {{type}} "{{name}}" may have been deleted. Please remove this {{blockType}}.': 'The {{type}} "{{name}}" may have been deleted. Please remove this {{blockType}}.',
840
+ "DataSource": "DataSource",
841
+ "The {{type}} \"{{name}}\" may have been deleted. Please remove this {{blockType}}.": "The {{type}} \"{{name}}\" may have been deleted. Please remove this {{blockType}}.",
849
842
  "Preset fields": "Preset fields",
850
843
  "Home page": "Home page",
851
- Handbook: "Handbook",
852
- License: "License",
844
+ "Handbook": "Handbook",
845
+ "License": "License",
853
846
  "Generic properties": "Generic properties",
854
847
  "Specific properties": "Specific properties",
855
848
  "Used for drag and drop sorting scenarios, supporting grouping sorting": "Used for drag and drop sorting scenarios, supporting grouping sorting",
856
849
  "Grouped sorting": "Grouped sorting",
857
850
  "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.",
858
- Departments: "Departments",
851
+ "Departments": "Departments",
859
852
  "Main department": "Main department",
860
853
  "Department name": "Department name",
861
854
  "Superior department": "Superior department",
862
- Owners: "Owners",
855
+ "Owners": "Owners",
863
856
  "Plugin settings": "Plugin settings",
864
- Menu: "Menu",
857
+ "Menu": "Menu",
865
858
  "Drag and drop sorting field": "Drag and drop sorting field",
866
- 'This variable has been deprecated and can be replaced with "Current form"': 'This variable has been deprecated and can be replaced with "Current form"',
859
+ "This variable has been deprecated and can be replaced with \"Current form\"": "This variable has been deprecated and can be replaced with \"Current form\"",
867
860
  "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.",
868
861
  "URL search params": "URL search params",
869
862
  "Expand All": "Expand All",
870
- Search: "Search",
863
+ "Search": "Search",
871
864
  "Clear default value": "Clear default value",
872
865
  "Open in new window": "Open in new window",
873
866
  "Sorry, the page you visited does not exist.": "Sorry, the page you visited does not exist.",
@@ -879,7 +872,7 @@ module.exports = {
879
872
  "Parent object": "Parent object",
880
873
  "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",
881
874
  "Enable secondary confirmation": "Enable secondary confirmation",
882
- Notification: "Notification",
875
+ "Notification": "Notification",
883
876
  "Ellipsis overflow content": "Ellipsis overflow content",
884
877
  "Hide column": "Hide column",
885
878
  "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.",
@@ -894,10 +887,10 @@ module.exports = {
894
887
  "Mobile routes": "Mobile routes",
895
888
  "Show in menu": "Show in menu",
896
889
  "Hide in menu": "Hide in menu",
897
- Path: "Path",
898
- Type: "Type",
899
- Access: "Access",
900
- Routes: "Routes",
890
+ "Path": "Path",
891
+ "Type": "Type",
892
+ "Access": "Access",
893
+ "Routes": "Routes",
901
894
  "Add child route": "Add child",
902
895
  "Delete routes": "Delete routes",
903
896
  "Delete route": "Delete route",
@@ -910,9 +903,9 @@ module.exports = {
910
903
  "Are you sure you want to hide this tab?": "Are you sure you want to hide this tab?",
911
904
  "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.",
912
905
  "No pages yet, please configure first": "No pages yet, please configure first",
913
- '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',
906
+ "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",
914
907
  "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.",
915
- Deprecated: "Deprecated",
908
+ "Deprecated": "Deprecated",
916
909
  "Full permissions": "Full permissions",
917
910
  "Refresh data blocks": "Refresh data blocks",
918
911
  "Select data blocks to refresh": "Select data blocks to refresh",
@@ -928,11 +921,11 @@ module.exports = {
928
921
  "Selected records deleted successfully": "Selected records deleted successfully",
929
922
  "No resource selected for bulk edit": "No resource selected for bulk edit",
930
923
  "No records selected for bulk edit": "No records selected for bulk edit",
931
- Successfully: "Successfully",
924
+ "Successfully": "Successfully",
932
925
  "No resource selected for refresh": "No resource selected for refresh",
933
926
  "No resource or record selected for deletion": "No resource or record selected for deletion",
934
927
  "Record deleted successfully": "Record deleted successfully",
935
- "Please select non-filterable fields": "Please select non-filterable fields",
928
+ "Please select filterable fields": "Please select filterable fields",
936
929
  "Update record action": "Update record",
937
930
  "Basic configuration": "Basic configuration",
938
931
  "Configure page": "Configure page",
@@ -940,22 +933,22 @@ module.exports = {
940
933
  "Enter page title": "Enter page title",
941
934
  "Enable tabs": "Enable tabs",
942
935
  "HTML content": "HTML content",
943
- Action: "Action",
936
+ "Action": "Action",
944
937
  "General configuration": "General configuration",
945
938
  "Open mode configuration": "Open mode configuration",
946
- Medium: "Medium",
939
+ "Medium": "Medium",
947
940
  "Refresh data after execution": "Refresh data after execution",
948
941
  "Enable refresh": "Enable refresh",
949
942
  "Data refreshed successfully": "Data refreshed successfully",
950
943
  "Secondary confirmation": "Secondary confirmation",
951
- Content: "Content",
944
+ "Content": "Content",
952
945
  "Edit link": "Edit link",
953
- URL: "URL",
946
+ "URL": "URL",
954
947
  "Do not concatenate search params in the URL": "Do not concatenate search params in the URL",
955
948
  "Search parameters": "Search parameters",
956
949
  "Add parameter": "Add parameter",
957
950
  "When the HTTP method is Post, Put or Patch, and this custom request inside the form, the request body will be automatically filled in with the form data": "When the HTTP method is Post, Put or Patch, and this custom request inside the form, the request body will be automatically filled in with the form data",
958
- '"Content-Type" only support "application/json", and no need to specify': '"Content-Type" only support "application/json", and no need to specify',
951
+ "\"Content-Type\" only support \"application/json\", and no need to specify": "\"Content-Type\" only support \"application/json\", and no need to specify",
959
952
  "Add request header": "Add request header",
960
953
  "Input request data": "Input request data",
961
954
  "Only support standard JSON data": "Only support standard JSON data",
@@ -965,41 +958,44 @@ module.exports = {
965
958
  "Stay on the current popup or page": "Stay on the current popup or page",
966
959
  "Return to the previous popup or page": "Return to the previous popup or page",
967
960
  "Actions column": "Actions column",
968
- "Data Source Key": "Data Source Key",
969
- "Enter data source key": "Enter data source key",
970
- "Collection Name": "Collection Name",
961
+ "Data source key": "Data source key",
971
962
  "Enter collection name": "Enter collection name",
972
963
  "Edit page size": "Edit page size",
973
964
  "Set data scope": "Set data scope",
974
965
  "Edit Title": "Edit Title",
975
966
  "Enter field title": "Enter field title",
976
967
  "Display label": "Display label",
977
- ReadOnly: "ReadOnly",
978
- ReadPretty: "ReadPretty",
979
- Modal: "Modal",
980
- Rows: "Rows",
968
+ "ReadOnly": "ReadOnly",
969
+ "ReadPretty": "ReadPretty",
970
+ "Modal": "Modal",
971
+ "Rows": "Rows",
981
972
  "Configure rows": "Configure rows",
982
- Sizes: "Sizes",
973
+ "Sizes": "Sizes",
983
974
  "Configure the rows and columns of the grid.": "Configure the rows and columns of the grid.",
984
975
  "Configure the sizes of each row. The value is an array of numbers representing the width of each column in the row.": "Configure the sizes of each row. The value is an array of numbers representing the width of each column in the row.",
985
976
  "Event selected": "Event selected",
986
977
  "Double click": "Double click",
987
- Start: "Start",
988
- End: "End",
978
+ "Start": "Start",
979
+ "End": "End",
989
980
  "Title accessor": "Title accessor",
990
981
  "Enter title accessor": "Enter title accessor",
991
982
  "Start accessor": "Start accessor",
992
983
  "Enter start accessor": "Enter start accessor",
993
984
  "End accessor": "End accessor",
994
985
  "Enter end accessor": "Enter end accessor",
995
- Recommended: "Recommended",
986
+ "Recommended": "Recommended",
996
987
  "Password Options": "Password Options",
997
- Placeholder: "Placeholder",
988
+ "Placeholder": "Placeholder",
998
989
  "Enter placeholder text": "Enter placeholder text",
999
990
  "Check strength": "Check strength",
1000
991
  "N/A": "N/A",
1001
992
  "No form available for reset.": "No form available for reset.",
1002
993
  "No form available for submission.": "No form available for submission.",
1003
994
  "Collapse button": "Collapse",
1004
- "Expand button": "Expand"
1005
- };
995
+ "Expand button": "Expand",
996
+ "No assigned fields configured": "No assigned fields configured",
997
+ "Current popup": "Current popup",
998
+ "Parent popup": "Parent popup",
999
+ "No parent popup": "No parent popup",
1000
+ "Popup record": "Popup record"
1001
+ }