@nocobase/plugin-client 0.13.0-alpha.4 → 0.13.0-alpha.6

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.
Files changed (156) hide show
  1. package/dist/client/index.js +1 -11
  2. package/dist/index.js +37 -16
  3. package/dist/locale/cron/zh_CN.js +97 -42
  4. package/dist/locale/en_US.js +43 -28
  5. package/dist/locale/es_ES.js +328 -313
  6. package/dist/locale/fr_FR.js +329 -314
  7. package/dist/locale/index.js +160 -273
  8. package/dist/locale/ja_JP.js +635 -620
  9. package/dist/locale/pt_BR.js +365 -350
  10. package/dist/locale/ru_RU.js +519 -504
  11. package/dist/locale/tr_TR.js +388 -373
  12. package/dist/locale/uk_UA.js +720 -705
  13. package/dist/locale/zh_CN.js +793 -778
  14. package/dist/node_modules/cronstrue/LICENSE +21 -0
  15. package/dist/node_modules/cronstrue/bin/cli.js +26 -0
  16. package/dist/node_modules/cronstrue/dist/cronParser.d.ts +12 -0
  17. package/dist/node_modules/cronstrue/dist/cronstrue-i18n.d.ts +4 -0
  18. package/dist/node_modules/cronstrue/dist/cronstrue-i18n.js +7283 -0
  19. package/dist/node_modules/cronstrue/dist/cronstrue-i18n.min.js +1 -0
  20. package/dist/node_modules/cronstrue/dist/cronstrue.d.ts +4 -0
  21. package/dist/node_modules/cronstrue/dist/cronstrue.js +1 -0
  22. package/dist/node_modules/cronstrue/dist/cronstrue.min.js +1 -0
  23. package/dist/node_modules/cronstrue/dist/expressionDescriptor.d.ts +31 -0
  24. package/dist/node_modules/cronstrue/dist/i18n/allLocales.d.ts +34 -0
  25. package/dist/node_modules/cronstrue/dist/i18n/allLocalesLoader.d.ts +6 -0
  26. package/dist/node_modules/cronstrue/dist/i18n/enLocaleLoader.d.ts +6 -0
  27. package/dist/node_modules/cronstrue/dist/i18n/locale.d.ts +62 -0
  28. package/dist/node_modules/cronstrue/dist/i18n/localeLoader.d.ts +6 -0
  29. package/dist/node_modules/cronstrue/dist/i18n/locales/af.d.ts +56 -0
  30. package/dist/node_modules/cronstrue/dist/i18n/locales/ar.d.ts +56 -0
  31. package/dist/node_modules/cronstrue/dist/i18n/locales/be.d.ts +55 -0
  32. package/dist/node_modules/cronstrue/dist/i18n/locales/ca.d.ts +55 -0
  33. package/dist/node_modules/cronstrue/dist/i18n/locales/cs.d.ts +55 -0
  34. package/dist/node_modules/cronstrue/dist/i18n/locales/da.d.ts +55 -0
  35. package/dist/node_modules/cronstrue/dist/i18n/locales/de.d.ts +55 -0
  36. package/dist/node_modules/cronstrue/dist/i18n/locales/en.d.ts +56 -0
  37. package/dist/node_modules/cronstrue/dist/i18n/locales/es.d.ts +55 -0
  38. package/dist/node_modules/cronstrue/dist/i18n/locales/fa.d.ts +57 -0
  39. package/dist/node_modules/cronstrue/dist/i18n/locales/fi.d.ts +58 -0
  40. package/dist/node_modules/cronstrue/dist/i18n/locales/fr.d.ts +56 -0
  41. package/dist/node_modules/cronstrue/dist/i18n/locales/he.d.ts +55 -0
  42. package/dist/node_modules/cronstrue/dist/i18n/locales/hu.d.ts +56 -0
  43. package/dist/node_modules/cronstrue/dist/i18n/locales/id.d.ts +56 -0
  44. package/dist/node_modules/cronstrue/dist/i18n/locales/it.d.ts +55 -0
  45. package/dist/node_modules/cronstrue/dist/i18n/locales/ja.d.ts +60 -0
  46. package/dist/node_modules/cronstrue/dist/i18n/locales/ko.d.ts +60 -0
  47. package/dist/node_modules/cronstrue/dist/i18n/locales/nb.d.ts +55 -0
  48. package/dist/node_modules/cronstrue/dist/i18n/locales/nl.d.ts +55 -0
  49. package/dist/node_modules/cronstrue/dist/i18n/locales/pl.d.ts +55 -0
  50. package/dist/node_modules/cronstrue/dist/i18n/locales/pt_BR.d.ts +55 -0
  51. package/dist/node_modules/cronstrue/dist/i18n/locales/pt_PT.d.ts +55 -0
  52. package/dist/node_modules/cronstrue/dist/i18n/locales/ro.d.ts +55 -0
  53. package/dist/node_modules/cronstrue/dist/i18n/locales/ru.d.ts +58 -0
  54. package/dist/node_modules/cronstrue/dist/i18n/locales/sk.d.ts +55 -0
  55. package/dist/node_modules/cronstrue/dist/i18n/locales/sl.d.ts +55 -0
  56. package/dist/node_modules/cronstrue/dist/i18n/locales/sv.d.ts +55 -0
  57. package/dist/node_modules/cronstrue/dist/i18n/locales/sw.d.ts +55 -0
  58. package/dist/node_modules/cronstrue/dist/i18n/locales/th.d.ts +56 -0
  59. package/dist/node_modules/cronstrue/dist/i18n/locales/tr.d.ts +55 -0
  60. package/dist/node_modules/cronstrue/dist/i18n/locales/uk.d.ts +55 -0
  61. package/dist/node_modules/cronstrue/dist/i18n/locales/zh_CN.d.ts +61 -0
  62. package/dist/node_modules/cronstrue/dist/i18n/locales/zh_TW.d.ts +58 -0
  63. package/dist/node_modules/cronstrue/dist/options.d.ts +8 -0
  64. package/dist/node_modules/cronstrue/dist/rangeValidator.d.ts +8 -0
  65. package/dist/node_modules/cronstrue/dist/stringUtilities.d.ts +4 -0
  66. package/dist/node_modules/cronstrue/i18n.d.ts +4 -0
  67. package/dist/node_modules/cronstrue/i18n.js +5 -0
  68. package/dist/node_modules/cronstrue/locales/af.js +287 -0
  69. package/dist/node_modules/cronstrue/locales/af.min.js +1 -0
  70. package/dist/node_modules/cronstrue/locales/ar.js +287 -0
  71. package/dist/node_modules/cronstrue/locales/ar.min.js +1 -0
  72. package/dist/node_modules/cronstrue/locales/be.js +284 -0
  73. package/dist/node_modules/cronstrue/locales/be.min.js +1 -0
  74. package/dist/node_modules/cronstrue/locales/ca.js +284 -0
  75. package/dist/node_modules/cronstrue/locales/ca.min.js +1 -0
  76. package/dist/node_modules/cronstrue/locales/cs.js +284 -0
  77. package/dist/node_modules/cronstrue/locales/cs.min.js +1 -0
  78. package/dist/node_modules/cronstrue/locales/da.js +284 -0
  79. package/dist/node_modules/cronstrue/locales/da.min.js +1 -0
  80. package/dist/node_modules/cronstrue/locales/de.js +284 -0
  81. package/dist/node_modules/cronstrue/locales/de.min.js +1 -0
  82. package/dist/node_modules/cronstrue/locales/en.js +287 -0
  83. package/dist/node_modules/cronstrue/locales/en.min.js +1 -0
  84. package/dist/node_modules/cronstrue/locales/es.js +284 -0
  85. package/dist/node_modules/cronstrue/locales/es.min.js +1 -0
  86. package/dist/node_modules/cronstrue/locales/fa.js +277 -0
  87. package/dist/node_modules/cronstrue/locales/fa.min.js +1 -0
  88. package/dist/node_modules/cronstrue/locales/fi.js +293 -0
  89. package/dist/node_modules/cronstrue/locales/fi.min.js +1 -0
  90. package/dist/node_modules/cronstrue/locales/fr.js +287 -0
  91. package/dist/node_modules/cronstrue/locales/fr.min.js +1 -0
  92. package/dist/node_modules/cronstrue/locales/he.js +271 -0
  93. package/dist/node_modules/cronstrue/locales/he.min.js +1 -0
  94. package/dist/node_modules/cronstrue/locales/hu.js +287 -0
  95. package/dist/node_modules/cronstrue/locales/hu.min.js +1 -0
  96. package/dist/node_modules/cronstrue/locales/id.js +287 -0
  97. package/dist/node_modules/cronstrue/locales/id.min.js +1 -0
  98. package/dist/node_modules/cronstrue/locales/it.js +284 -0
  99. package/dist/node_modules/cronstrue/locales/it.min.js +1 -0
  100. package/dist/node_modules/cronstrue/locales/ja.js +286 -0
  101. package/dist/node_modules/cronstrue/locales/ja.min.js +1 -0
  102. package/dist/node_modules/cronstrue/locales/ko.js +286 -0
  103. package/dist/node_modules/cronstrue/locales/ko.min.js +1 -0
  104. package/dist/node_modules/cronstrue/locales/nb.js +284 -0
  105. package/dist/node_modules/cronstrue/locales/nb.min.js +1 -0
  106. package/dist/node_modules/cronstrue/locales/nl.js +284 -0
  107. package/dist/node_modules/cronstrue/locales/nl.min.js +1 -0
  108. package/dist/node_modules/cronstrue/locales/pl.js +284 -0
  109. package/dist/node_modules/cronstrue/locales/pl.min.js +1 -0
  110. package/dist/node_modules/cronstrue/locales/pt_BR.js +284 -0
  111. package/dist/node_modules/cronstrue/locales/pt_BR.min.js +1 -0
  112. package/dist/node_modules/cronstrue/locales/pt_PT.js +284 -0
  113. package/dist/node_modules/cronstrue/locales/pt_PT.min.js +1 -0
  114. package/dist/node_modules/cronstrue/locales/ro.js +284 -0
  115. package/dist/node_modules/cronstrue/locales/ro.min.js +1 -0
  116. package/dist/node_modules/cronstrue/locales/ru.js +327 -0
  117. package/dist/node_modules/cronstrue/locales/ru.min.js +1 -0
  118. package/dist/node_modules/cronstrue/locales/sk.js +284 -0
  119. package/dist/node_modules/cronstrue/locales/sk.min.js +1 -0
  120. package/dist/node_modules/cronstrue/locales/sl.js +284 -0
  121. package/dist/node_modules/cronstrue/locales/sl.min.js +1 -0
  122. package/dist/node_modules/cronstrue/locales/sv.js +284 -0
  123. package/dist/node_modules/cronstrue/locales/sv.min.js +1 -0
  124. package/dist/node_modules/cronstrue/locales/sw.js +284 -0
  125. package/dist/node_modules/cronstrue/locales/sw.min.js +1 -0
  126. package/dist/node_modules/cronstrue/locales/th.js +287 -0
  127. package/dist/node_modules/cronstrue/locales/th.min.js +1 -0
  128. package/dist/node_modules/cronstrue/locales/tr.js +284 -0
  129. package/dist/node_modules/cronstrue/locales/tr.min.js +1 -0
  130. package/dist/node_modules/cronstrue/locales/uk.js +284 -0
  131. package/dist/node_modules/cronstrue/locales/uk.min.js +1 -0
  132. package/dist/node_modules/cronstrue/locales/zh_CN.js +289 -0
  133. package/dist/node_modules/cronstrue/locales/zh_CN.min.js +1 -0
  134. package/dist/node_modules/cronstrue/locales/zh_TW.js +280 -0
  135. package/dist/node_modules/cronstrue/locales/zh_TW.min.js +1 -0
  136. package/dist/node_modules/cronstrue/package.json +1 -0
  137. package/dist/server/antd.js +30 -9
  138. package/dist/server/cron.js +30 -9
  139. package/dist/server/cronstrue.js +26 -4
  140. package/dist/server/index.js +33 -11
  141. package/dist/server/migrations/20230620203216-admin-ui-schema-uid.js +24 -7
  142. package/dist/server/server.js +74 -48
  143. package/dist/swagger/index.json +7 -0
  144. package/package.json +2 -2
  145. package/dist/locale/cron/zh_CN.d.ts +0 -34
  146. package/dist/locale/en_US.d.ts +0 -726
  147. package/dist/locale/es_ES.d.ts +0 -694
  148. package/dist/locale/fr_FR.d.ts +0 -712
  149. package/dist/locale/index.d.ts +0 -272
  150. package/dist/locale/ja_JP.d.ts +0 -628
  151. package/dist/locale/pt_BR.d.ts +0 -672
  152. package/dist/locale/ru_RU.d.ts +0 -508
  153. package/dist/locale/tr_TR.d.ts +0 -506
  154. package/dist/locale/uk_UA.d.ts +0 -714
  155. package/dist/locale/zh_CN.d.ts +0 -779
  156. package/dist/swagger/index.js +0 -19
@@ -1,779 +0,0 @@
1
- declare const _default: {
2
- "Display <1><0>10</0><1>20</1><2>50</2><3>100</3></1> items per page": string;
3
- "Page number": string;
4
- "Page size": string;
5
- "Meet <1><0>All</0><1>Any</1></1> conditions in the group": string;
6
- "Open in<1><0>Modal</0><1>Drawer</1><2>Window</2></1>": string;
7
- "{{count}} filter items": string;
8
- "{{count}} more items": string;
9
- "Total {{count}} items": string;
10
- Today: string;
11
- Yesterday: string;
12
- Tomorrow: string;
13
- Month: string;
14
- Week: string;
15
- "This week": string;
16
- "Next week": string;
17
- "This month": string;
18
- "Next month": string;
19
- "Last quarter": string;
20
- "This quarter": string;
21
- "Next quarter": string;
22
- "This year": string;
23
- "Next year": string;
24
- "Last week": string;
25
- "Last month": string;
26
- "Last year": string;
27
- "Last 7 days": string;
28
- "Last 30 days": string;
29
- "Last 90 days": string;
30
- "Next 7 days": string;
31
- "Next 30 days": string;
32
- "Next 90 days": string;
33
- "Work week": string;
34
- Day: string;
35
- Agenda: string;
36
- Date: string;
37
- Time: string;
38
- Event: string;
39
- None: string;
40
- Unconnected: string;
41
- "System settings": string;
42
- "System title": string;
43
- Setting: string;
44
- Enable: string;
45
- Disable: string;
46
- On: string;
47
- Off: string;
48
- Logo: string;
49
- "Add menu item": string;
50
- Page: string;
51
- Name: string;
52
- Icon: string;
53
- Group: string;
54
- Link: string;
55
- "Save conditions": string;
56
- "Edit menu item": string;
57
- "Move to": string;
58
- "Insert left": string;
59
- "Insert right": string;
60
- "Insert inner": string;
61
- Delete: string;
62
- "UI editor": string;
63
- Collection: string;
64
- "Enable child collections": string;
65
- "Allow adding records to the current collection": string;
66
- "Collections & Fields": string;
67
- "All collections": string;
68
- "Add category": string;
69
- "Delete category": string;
70
- "Edit category": string;
71
- "Collection category": string;
72
- "Collection template": string;
73
- Visible: string;
74
- "Read only": string;
75
- "Easy reading": string;
76
- Hidden: string;
77
- "Hidden(reserved value)": string;
78
- "Not required": string;
79
- Value: string;
80
- Disabled: string;
81
- Enabled: string;
82
- Empty: string;
83
- "Linkage rule": string;
84
- "Linkage rules": string;
85
- Condition: string;
86
- Properties: string;
87
- "Add linkage rule": string;
88
- "Add property": string;
89
- "Calculation engine": string;
90
- Expression: string;
91
- "Expression collection": string;
92
- Sort: string;
93
- Categories: string;
94
- "Category name": string;
95
- 'Add child': string;
96
- 'Collapse all': string;
97
- 'Expand all': string;
98
- 'Expand/Collapse': string;
99
- 'Default collapse': string;
100
- 'Tree collection': string;
101
- "Tree table": string;
102
- 'Parent ID': string;
103
- Parent: string;
104
- Children: string;
105
- "Roles & Permissions": string;
106
- "Edit profile": string;
107
- "Change password": string;
108
- "Old password": string;
109
- "New password": string;
110
- "Switch role": string;
111
- "Super admin": string;
112
- Language: string;
113
- "Allow sign up": string;
114
- "Enable SMS authentication": string;
115
- "Sign out": string;
116
- Cancel: string;
117
- Confirm: string;
118
- Submit: string;
119
- Close: string;
120
- "Set the data scope": string;
121
- Block: string;
122
- "Data blocks": string;
123
- "Filter blocks": string;
124
- Table: string;
125
- Form: string;
126
- List: string;
127
- "Grid Card": string;
128
- "Screen size": string;
129
- pixels: string;
130
- "Display title": string;
131
- 'Set the count of columns displayed in a row': string;
132
- Column: string;
133
- 'Phone device': string;
134
- 'Tablet device': string;
135
- 'Desktop device': string;
136
- 'Large screen device': string;
137
- "Table OID(Inheritance)": string;
138
- Collapse: string;
139
- "Select data source": string;
140
- Calendar: string;
141
- 'Delete events': string;
142
- 'This event': string;
143
- 'This and following events': string;
144
- 'All events': string;
145
- 'Delete this event?': string;
146
- 'Delete Event': string;
147
- Kanban: string;
148
- Gantt: string;
149
- "Create gantt block": string;
150
- "Progress field": string;
151
- "Time scale": string;
152
- Hour: string;
153
- "Quarter of day": string;
154
- "Half of day": string;
155
- Year: string;
156
- QuarterYear: string;
157
- "Select grouping field": string;
158
- Media: string;
159
- Markdown: string;
160
- Wysiwyg: string;
161
- "Chart blocks": string;
162
- "Column chart": string;
163
- "Bar chart": string;
164
- "Line chart": string;
165
- "Pie chart": string;
166
- "Area chart": string;
167
- "Other chart": string;
168
- "Other blocks": string;
169
- "In configuration": string;
170
- "Chart title": string;
171
- "Chart type": string;
172
- "Chart config": string;
173
- Templates: string;
174
- "Select template": string;
175
- "Action logs": string;
176
- "Create template": string;
177
- "Edit markdown": string;
178
- "Add block": string;
179
- "Add new": string;
180
- "Add record": string;
181
- "Custom field display name": string;
182
- "Display fields": string;
183
- "Edit record": string;
184
- "Delete menu item": string;
185
- "Add page": string;
186
- "Add group": string;
187
- "Add link": string;
188
- "Insert above": string;
189
- "Insert below": string;
190
- Save: string;
191
- "Delete block": string;
192
- "Are you sure you want to delete it?": string;
193
- "This is a demo text, **supports Markdown syntax**.": string;
194
- Filter: string;
195
- "Connect data blocks": string;
196
- "Action type": string;
197
- Actions: string;
198
- Update: string;
199
- View: string;
200
- "View record": string;
201
- Refresh: string;
202
- "Data changes": string;
203
- "Field name": string;
204
- "Before change": string;
205
- "After change": string;
206
- "Delete record": string;
207
- "Create collection": string;
208
- "Collection display name": string;
209
- "Collection name": string;
210
- Inherits: string;
211
- "Generate ID field automatically": string;
212
- "Store the creation user of each record": string;
213
- "Store the last update user of each record": string;
214
- "Store the creation time of each record": string;
215
- "Store the last update time of each record": string;
216
- "More options": string;
217
- "Records can be sorted": string;
218
- "Calendar collection": string;
219
- "General collection": string;
220
- "Connect to database view": string;
221
- "Source collections": string;
222
- "Field source": string;
223
- Preview: string;
224
- "Randomly generated and can be modified. Support letters, numbers and underscores, must start with an letter.": string;
225
- Edit: string;
226
- "Edit collection": string;
227
- "Configure field": string;
228
- "Configure fields": string;
229
- "Configure columns": string;
230
- "Edit field": string;
231
- Override: string;
232
- "Override field": string;
233
- "Configure fields of {{title}}": string;
234
- "Association fields filter": string;
235
- "PK & FK fields": string;
236
- "Association fields": string;
237
- "Choices fields": string;
238
- "System fields": string;
239
- "General fields": string;
240
- "Inherited fields": string;
241
- "Parent collection fields": string;
242
- Basic: string;
243
- "Single line text": string;
244
- "Long text": string;
245
- Phone: string;
246
- Email: string;
247
- Username: string;
248
- Null: string;
249
- Boolean: string;
250
- Number: string;
251
- Integer: string;
252
- Percent: string;
253
- String: string;
254
- Password: string;
255
- "Advanced type": string;
256
- Formula: string;
257
- "Formula description": string;
258
- "Syntax references": string;
259
- "Math.js comes with a large set of built-in functions and constants, and offers an integrated solution to work with different data types": string;
260
- "Formula.js supports most Microsoft Excel formula functions.": string;
261
- Choices: string;
262
- Checkbox: string;
263
- "Display <icon></icon> when unchecked": string;
264
- "Single select": string;
265
- "Multiple select": string;
266
- "Radio group": string;
267
- "Checkbox group": string;
268
- "China region": string;
269
- "Date & Time": string;
270
- Datetime: string;
271
- Relation: string;
272
- "Link to": string;
273
- "Link to description": string;
274
- "Sub-table": string;
275
- "System info": string;
276
- "Created at": string;
277
- "Last updated at": string;
278
- "Created by": string;
279
- "Last updated by": string;
280
- "Add field": string;
281
- "Field display name": string;
282
- "Field type": string;
283
- "Field interface": string;
284
- "Date format": string;
285
- "Year/Month/Day": string;
286
- "Year-Month-Day": string;
287
- "Day/Month/Year": string;
288
- "Show time": string;
289
- "Time format": string;
290
- "12 hour": string;
291
- "24 hour": string;
292
- "Relationship type": string;
293
- "Inverse relationship type": string;
294
- "Source collection": string;
295
- "Source key": string;
296
- "Target collection": string;
297
- "Through collection": string;
298
- "Target key": string;
299
- "Foreign key": string;
300
- "One to one": string;
301
- "One to many": string;
302
- "Many to one": string;
303
- "Many to many": string;
304
- "Foreign key 1": string;
305
- "Foreign key 2": string;
306
- "One to one description": string;
307
- "One to many description": string;
308
- "Many to one description": string;
309
- "Many to many description": string;
310
- "Generated automatically if left blank": string;
311
- "Display association fields": string;
312
- "Display field title": string;
313
- "Field component": string;
314
- "Allow multiple": string;
315
- "Allow dissociate": string;
316
- "Quick upload": string;
317
- "Select file": string;
318
- Subtable: string;
319
- "Sub-form": string;
320
- "Sub-form(Popover)": string;
321
- "Sub-details": string;
322
- "Record picker": string;
323
- "Toggles the subfield mode": string;
324
- "Selector mode": string;
325
- "Subtable mode": string;
326
- "Subform mode": string;
327
- "Field mode": string;
328
- "Allow add new data": string;
329
- "Edit block title": string;
330
- "Block title": string;
331
- Pattern: string;
332
- Operator: string;
333
- Editable: string;
334
- Readonly: string;
335
- "Easy-reading": string;
336
- "Add filter": string;
337
- "Add filter group": string;
338
- Comparision: string;
339
- is: string;
340
- "is not": string;
341
- contains: string;
342
- "does not contain": string;
343
- "starts with": string;
344
- "not starts with": string;
345
- "ends with": string;
346
- "not ends with": string;
347
- "is empty": string;
348
- "is not empty": string;
349
- "Edit chart": string;
350
- "Add text": string;
351
- "Filterable fields": string;
352
- "Edit button": string;
353
- Hide: string;
354
- "Enable actions": string;
355
- Import: string;
356
- Export: string;
357
- Customize: string;
358
- Custom: string;
359
- Function: string;
360
- "Popup form": string;
361
- "Flexible popup": string;
362
- "Configure actions": string;
363
- "Display order number": string;
364
- "Enable drag and drop sorting": string;
365
- "Triggered when the row is clicked": string;
366
- "Add tab": string;
367
- "Disable tabs": string;
368
- Details: string;
369
- "Edit tab": string;
370
- "Relationship blocks": string;
371
- "Select record": string;
372
- "Display name": string;
373
- "Select icon": string;
374
- "Custom column name": string;
375
- "Edit description": string;
376
- Required: string;
377
- Unique: string;
378
- "Label field": string;
379
- "Default is the ID field": string;
380
- "Set default sorting rules": string;
381
- "Set validation rules": string;
382
- "Max length": string;
383
- "Min length": string;
384
- Maximum: string;
385
- Minimum: string;
386
- "Max length must greater than min length": string;
387
- "Min length must less than max length": string;
388
- "Maximum must greater than minimum": string;
389
- "Minimum must less than maximum": string;
390
- "Validation rule": string;
391
- "Add validation rule": string;
392
- Format: string;
393
- "Regular expression": string;
394
- "Error message": string;
395
- Length: string;
396
- "The field value cannot be greater than ": string;
397
- "The field value cannot be less than ": string;
398
- "The field value is not an integer number": string;
399
- "Set default value": string;
400
- "Default value": string;
401
- "is before": string;
402
- "is after": string;
403
- "is on or after": string;
404
- "is on or before": string;
405
- "is between": string;
406
- Upload: string;
407
- "Select level": string;
408
- Province: string;
409
- City: string;
410
- Area: string;
411
- Street: string;
412
- Village: string;
413
- "Must select to the last level": string;
414
- "Move {{title}} to": string;
415
- "Target position": string;
416
- After: string;
417
- Before: string;
418
- "Add {{type}} before \"{{title}}\"": string;
419
- "Add {{type}} after \"{{title}}\"": string;
420
- "Add {{type}} in \"{{title}}\"": string;
421
- "Original name": string;
422
- "Custom name": string;
423
- "Custom Title": string;
424
- Options: string;
425
- "Option value": string;
426
- "Option label": string;
427
- Color: string;
428
- "Add option": string;
429
- "Related collection": string;
430
- "Allow linking to multiple records": string;
431
- Daily: string;
432
- Weekly: string;
433
- Monthly: string;
434
- Yearly: string;
435
- Repeats: string;
436
- "Configure calendar": string;
437
- "Title field": string;
438
- "Custom title": string;
439
- "Show lunar": string;
440
- "Start date field": string;
441
- "End date field": string;
442
- Navigate: string;
443
- Title: string;
444
- Description: string;
445
- "Select view": string;
446
- Reset: string;
447
- "Importable fields": string;
448
- "Exportable fields": string;
449
- "Saved successfully": string;
450
- Nickname: string;
451
- "Sign in": string;
452
- "Sign in via account": string;
453
- "Sign in via phone": string;
454
- "Create an account": string;
455
- "Sign up": string;
456
- "Confirm password": string;
457
- "Log in with an existing account": string;
458
- "Signed up successfully. It will jump to the login page.": string;
459
- "Password mismatch": string;
460
- Users: string;
461
- "Verification code": string;
462
- "Send code": string;
463
- "Retry after {{count}} seconds": string;
464
- '2 to 16 characters (excluding @.<>"\'/)': string;
465
- Roles: string;
466
- "Add role": string;
467
- "Role name": string;
468
- Configure: string;
469
- "Configure permissions": string;
470
- "Edit role": string;
471
- "Action permissions": string;
472
- "Menu permissions": string;
473
- "Menu item name": string;
474
- "Allow access": string;
475
- "Action name": string;
476
- "Allow action": string;
477
- "Action scope": string;
478
- "Operate on new data": string;
479
- "Operate on existing data": string;
480
- Yes: string;
481
- No: string;
482
- Red: string;
483
- Magenta: string;
484
- Volcano: string;
485
- Orange: string;
486
- Gold: string;
487
- Lime: string;
488
- Green: string;
489
- Cyan: string;
490
- Blue: string;
491
- "Geek blue": string;
492
- Purple: string;
493
- Default: string;
494
- "Add card": string;
495
- "edit title": string;
496
- "Turn pages": string;
497
- Others: string;
498
- "Save as template": string;
499
- "Save as block template": string;
500
- "Block templates": string;
501
- "Convert reference to duplicate": string;
502
- "Template name": string;
503
- "Block type": string;
504
- "No blocks to connect": string;
505
- "Action column": string;
506
- "Records per page": string;
507
- "(Fields only)": string;
508
- "Button title": string;
509
- "Button icon": string;
510
- "Submitted successfully": string;
511
- "Operation succeeded": string;
512
- "Operation failed": string;
513
- "Open mode": string;
514
- "Popup size": string;
515
- Small: string;
516
- Middle: string;
517
- Large: string;
518
- 'Menu item title': string;
519
- 'Menu item icon': string;
520
- Target: string;
521
- Position: string;
522
- 'Insert before': string;
523
- 'Insert after': string;
524
- 'UI Editor': string;
525
- ASC: string;
526
- DESC: string;
527
- 'Add sort field': string;
528
- ID: string;
529
- 'Identifier for program usage. Support letters, numbers and underscores, must start with an letter.': string;
530
- Drawer: string;
531
- Dialog: string;
532
- 'Delete action': string;
533
- 'Custom column title': string;
534
- 'Column title': string;
535
- 'Original title: ': string;
536
- 'Delete table column': string;
537
- 'Skip required validation': string;
538
- 'Form values': string;
539
- 'Fields values': string;
540
- 'The field has been deleted': string;
541
- 'When submitting the following fields, the saved values are': string;
542
- 'After successful submission': string;
543
- Then: string;
544
- 'Stay on current page': string;
545
- 'Redirect to': string;
546
- 'Save action': string;
547
- Exists: string;
548
- 'Add condition': string;
549
- 'Add condition group': string;
550
- exists: string;
551
- 'not exists': string;
552
- '=': string;
553
- '\u2260': string;
554
- '>': string;
555
- '\u2265': string;
556
- '<': string;
557
- '\u2264': string;
558
- 'Role UID': string;
559
- Precision: string;
560
- 'Rich Text': string;
561
- 'Junction collection': string;
562
- 'Leave it blank, unless you need a custom intermediate table': string;
563
- Fields: string;
564
- 'Edit field title': string;
565
- 'Field title': string;
566
- 'Original field title: ': string;
567
- 'Edit tooltip': string;
568
- 'Delete field': string;
569
- 'Select collection': string;
570
- 'Blank block': string;
571
- 'Duplicate template': string;
572
- 'Reference template': string;
573
- 'Create calendar block': string;
574
- 'Create kanban block': string;
575
- 'Grouping field': string;
576
- 'Single select and radio fields can be used as the grouping field': string;
577
- 'Tab name': string;
578
- 'Current record blocks': string;
579
- 'Popup message': string;
580
- 'Delete role': string;
581
- 'Role display name': string;
582
- 'Default role': string;
583
- 'All collections use general action permissions by default; permission configured individually will override the default one.': string;
584
- 'Allows configuration of the whole system, including UI, collections, permissions, etc.': string;
585
- 'New menu items are allowed to be accessed by default.': string;
586
- 'Global permissions': string;
587
- 'General permissions': string;
588
- 'Global action permissions': string;
589
- 'General action permissions': string;
590
- "Plugin settings permissions": string;
591
- 'Allow to desgin pages': string;
592
- "Allow to manage plugins": string;
593
- "Allow to configure plugins": string;
594
- 'Allows to configure interface': string;
595
- 'Allows to install, activate, disable plugins': string;
596
- 'Allows to configure plugins': string;
597
- 'Action display name': string;
598
- Allow: string;
599
- 'Data scope': string;
600
- 'Action on new records': string;
601
- 'Action on existing records': string;
602
- 'All records': string;
603
- 'Own records': string;
604
- 'Permission policy': string;
605
- Individual: string;
606
- General: string;
607
- Accessible: string;
608
- 'Configure permission': string;
609
- 'Action permission': string;
610
- 'Field permission': string;
611
- 'Scope name': string;
612
- 'Unsaved changes': string;
613
- 'Are you sure you don\'t want to save?': string;
614
- Dragging: string;
615
- Popup: string;
616
- 'Trigger workflow': string;
617
- 'Request API': string;
618
- 'Assign field values': string;
619
- 'Constant value': string;
620
- 'Dynamic value': string;
621
- 'Current user': string;
622
- 'Current record': string;
623
- 'Current time': string;
624
- Now: string;
625
- 'Popup close method': string;
626
- 'Automatic close': string;
627
- 'Manually close': string;
628
- 'After successful update': string;
629
- 'Save record': string;
630
- 'Updated successfully': string;
631
- 'After successful save': string;
632
- 'After clicking the custom button, the following field values will be assigned according to the following form.': string;
633
- 'After clicking the custom button, the following fields of the current record will be saved according to the following form.': string;
634
- 'Button background color': string;
635
- Highlight: string;
636
- 'Danger red': string;
637
- 'Custom request': string;
638
- 'Request settings': string;
639
- 'Request URL': string;
640
- 'Request method': string;
641
- 'Request query parameters': string;
642
- 'Request headers': string;
643
- 'Request body': string;
644
- 'Request success': string;
645
- 'Invalid JSON format': string;
646
- 'After successful request': string;
647
- 'Add exportable field': string;
648
- "Audit logs": string;
649
- "Record ID": string;
650
- User: string;
651
- Field: string;
652
- Select: string;
653
- "Select field": string;
654
- "Field value changes": string;
655
- "One to one (has one)": string;
656
- "One to one (belongs to)": string;
657
- "Use the same time zone (GMT) for all users": string;
658
- "Province/city/area name": string;
659
- "Enabled languages": string;
660
- "View all plugins": string;
661
- Print: string;
662
- Done: string;
663
- 'Sign up successfully, and automatically jump to the sign in page': string;
664
- ACL: string;
665
- 'Collection manager': string;
666
- 'Plugin manager': string;
667
- Local: string;
668
- 'Built-in': string;
669
- Marketplace: string;
670
- 'Coming soon...': string;
671
- 'All plugin settings': string;
672
- Bookmark: string;
673
- 'Manage all settings': string;
674
- 'Create inverse field in the target collection': string;
675
- 'Inverse field name': string;
676
- 'Inverse field display name': string;
677
- "Bulk update": string;
678
- "After successful bulk update": string;
679
- "Bulk edit": string;
680
- "Data will be updated": string;
681
- Selected: string;
682
- All: string;
683
- "Update selected data?": string;
684
- "Update all data?": string;
685
- "Remains the same": string;
686
- "Changed to": string;
687
- Clear: string;
688
- "Add attach": string;
689
- "Please select the records to be updated": string;
690
- Selector: string;
691
- Inner: string;
692
- "Search and select collection": string;
693
- 'Please fill in the iframe URL': string;
694
- 'Fix block': string;
695
- 'Plugin name': string;
696
- 'Plugin tab name': string;
697
- 'Enable page header': string;
698
- 'Display page title': string;
699
- 'Edit page title': string;
700
- 'Enable page tabs': string;
701
- "Enable link": string;
702
- 'Column width': string;
703
- Sortable: string;
704
- Constant: string;
705
- 'Select a variable': string;
706
- Insert: string;
707
- "Insert if not exists": string;
708
- "Insert if not exists, or update": string;
709
- 'System variables': string;
710
- 'Date variables': string;
711
- 'Double click to choose entire object': string;
712
- True: string;
713
- False: string;
714
- Prettify: string;
715
- Theme: string;
716
- 'Default theme': string;
717
- 'Compact theme': string;
718
- "This is likely a NocoBase internals bug. Please open an issue at <1>here</1>": string;
719
- "Render Failed": string;
720
- Feedback: string;
721
- "Try again": string;
722
- 'Click or drag file to this area to upload': string;
723
- 'Support for a single or bulk upload, file size should not exceed': string;
724
- 'Default title for each record': string;
725
- 'If collection inherits, choose inherited collections as templates': string;
726
- 'Select an existing piece of data as the initialization data for the form': string;
727
- 'Only the selected fields will be used as the initialization data for the form': string;
728
- 'Template Data': string;
729
- 'Data fields': string;
730
- 'Add template': string;
731
- 'Display data template selector': string;
732
- 'Form data templates': string;
733
- 'Data template': string;
734
- 'No configuration available.': string;
735
- 'Reload application': string;
736
- 'The application is reloading, please do not close the page.': string;
737
- 'Application reloading': string;
738
- 'Restart application': string;
739
- "Allows to clear cache, reboot application": string;
740
- 'The will interrupt service, it may take a few seconds to restart. Are you sure to continue?': string;
741
- Restart: string;
742
- 'Clear cache': string;
743
- Duplicate: string;
744
- Duplicating: string;
745
- "Duplicate mode": string;
746
- "Quick duplicate": string;
747
- "Duplicate and continue": string;
748
- "Please configure the duplicate fields": string;
749
- Add: string;
750
- "Add new mode": string;
751
- "Quick add": string;
752
- "Modal add": string;
753
- 'Save mode': string;
754
- "First or create": string;
755
- "Update or create": string;
756
- "Find by the following fields": string;
757
- Create: string;
758
- "Current form": string;
759
- "Current object": string;
760
- "Quick create": string;
761
- Dropdown: string;
762
- "Pop-up": string;
763
- "File manager": string;
764
- "Direct duplicate": string;
765
- "Copy into the form and continue to fill in": string;
766
- "Linkage with form fields": string;
767
- "Failed to load plugin": string;
768
- "Allow add new, update and delete actions": string;
769
- "Date display format": string;
770
- "Assign data scope for the template": string;
771
- "Table selected records": string;
772
- Tag: string;
773
- "Tag color field": string;
774
- "Sync successfully": string;
775
- "Sync from form fields": string;
776
- "Select all": string;
777
- "Determine whether a record exists by the following fields": string;
778
- };
779
- export default _default;