@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.
- package/dist/client/index.js +1 -11
- package/dist/index.js +37 -16
- package/dist/locale/cron/zh_CN.js +97 -42
- package/dist/locale/en_US.js +43 -28
- package/dist/locale/es_ES.js +328 -313
- package/dist/locale/fr_FR.js +329 -314
- package/dist/locale/index.js +160 -273
- package/dist/locale/ja_JP.js +635 -620
- package/dist/locale/pt_BR.js +365 -350
- package/dist/locale/ru_RU.js +519 -504
- package/dist/locale/tr_TR.js +388 -373
- package/dist/locale/uk_UA.js +720 -705
- package/dist/locale/zh_CN.js +793 -778
- package/dist/node_modules/cronstrue/LICENSE +21 -0
- package/dist/node_modules/cronstrue/bin/cli.js +26 -0
- package/dist/node_modules/cronstrue/dist/cronParser.d.ts +12 -0
- package/dist/node_modules/cronstrue/dist/cronstrue-i18n.d.ts +4 -0
- package/dist/node_modules/cronstrue/dist/cronstrue-i18n.js +7283 -0
- package/dist/node_modules/cronstrue/dist/cronstrue-i18n.min.js +1 -0
- package/dist/node_modules/cronstrue/dist/cronstrue.d.ts +4 -0
- package/dist/node_modules/cronstrue/dist/cronstrue.js +1 -0
- package/dist/node_modules/cronstrue/dist/cronstrue.min.js +1 -0
- package/dist/node_modules/cronstrue/dist/expressionDescriptor.d.ts +31 -0
- package/dist/node_modules/cronstrue/dist/i18n/allLocales.d.ts +34 -0
- package/dist/node_modules/cronstrue/dist/i18n/allLocalesLoader.d.ts +6 -0
- package/dist/node_modules/cronstrue/dist/i18n/enLocaleLoader.d.ts +6 -0
- package/dist/node_modules/cronstrue/dist/i18n/locale.d.ts +62 -0
- package/dist/node_modules/cronstrue/dist/i18n/localeLoader.d.ts +6 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/af.d.ts +56 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/ar.d.ts +56 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/be.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/ca.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/cs.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/da.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/de.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/en.d.ts +56 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/es.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/fa.d.ts +57 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/fi.d.ts +58 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/fr.d.ts +56 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/he.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/hu.d.ts +56 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/id.d.ts +56 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/it.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/ja.d.ts +60 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/ko.d.ts +60 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/nb.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/nl.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/pl.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/pt_BR.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/pt_PT.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/ro.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/ru.d.ts +58 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/sk.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/sl.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/sv.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/sw.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/th.d.ts +56 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/tr.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/uk.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/zh_CN.d.ts +61 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/zh_TW.d.ts +58 -0
- package/dist/node_modules/cronstrue/dist/options.d.ts +8 -0
- package/dist/node_modules/cronstrue/dist/rangeValidator.d.ts +8 -0
- package/dist/node_modules/cronstrue/dist/stringUtilities.d.ts +4 -0
- package/dist/node_modules/cronstrue/i18n.d.ts +4 -0
- package/dist/node_modules/cronstrue/i18n.js +5 -0
- package/dist/node_modules/cronstrue/locales/af.js +287 -0
- package/dist/node_modules/cronstrue/locales/af.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/ar.js +287 -0
- package/dist/node_modules/cronstrue/locales/ar.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/be.js +284 -0
- package/dist/node_modules/cronstrue/locales/be.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/ca.js +284 -0
- package/dist/node_modules/cronstrue/locales/ca.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/cs.js +284 -0
- package/dist/node_modules/cronstrue/locales/cs.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/da.js +284 -0
- package/dist/node_modules/cronstrue/locales/da.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/de.js +284 -0
- package/dist/node_modules/cronstrue/locales/de.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/en.js +287 -0
- package/dist/node_modules/cronstrue/locales/en.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/es.js +284 -0
- package/dist/node_modules/cronstrue/locales/es.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/fa.js +277 -0
- package/dist/node_modules/cronstrue/locales/fa.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/fi.js +293 -0
- package/dist/node_modules/cronstrue/locales/fi.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/fr.js +287 -0
- package/dist/node_modules/cronstrue/locales/fr.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/he.js +271 -0
- package/dist/node_modules/cronstrue/locales/he.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/hu.js +287 -0
- package/dist/node_modules/cronstrue/locales/hu.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/id.js +287 -0
- package/dist/node_modules/cronstrue/locales/id.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/it.js +284 -0
- package/dist/node_modules/cronstrue/locales/it.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/ja.js +286 -0
- package/dist/node_modules/cronstrue/locales/ja.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/ko.js +286 -0
- package/dist/node_modules/cronstrue/locales/ko.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/nb.js +284 -0
- package/dist/node_modules/cronstrue/locales/nb.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/nl.js +284 -0
- package/dist/node_modules/cronstrue/locales/nl.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/pl.js +284 -0
- package/dist/node_modules/cronstrue/locales/pl.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/pt_BR.js +284 -0
- package/dist/node_modules/cronstrue/locales/pt_BR.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/pt_PT.js +284 -0
- package/dist/node_modules/cronstrue/locales/pt_PT.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/ro.js +284 -0
- package/dist/node_modules/cronstrue/locales/ro.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/ru.js +327 -0
- package/dist/node_modules/cronstrue/locales/ru.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/sk.js +284 -0
- package/dist/node_modules/cronstrue/locales/sk.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/sl.js +284 -0
- package/dist/node_modules/cronstrue/locales/sl.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/sv.js +284 -0
- package/dist/node_modules/cronstrue/locales/sv.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/sw.js +284 -0
- package/dist/node_modules/cronstrue/locales/sw.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/th.js +287 -0
- package/dist/node_modules/cronstrue/locales/th.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/tr.js +284 -0
- package/dist/node_modules/cronstrue/locales/tr.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/uk.js +284 -0
- package/dist/node_modules/cronstrue/locales/uk.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/zh_CN.js +289 -0
- package/dist/node_modules/cronstrue/locales/zh_CN.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/zh_TW.js +280 -0
- package/dist/node_modules/cronstrue/locales/zh_TW.min.js +1 -0
- package/dist/node_modules/cronstrue/package.json +1 -0
- package/dist/server/antd.js +30 -9
- package/dist/server/cron.js +30 -9
- package/dist/server/cronstrue.js +26 -4
- package/dist/server/index.js +33 -11
- package/dist/server/migrations/20230620203216-admin-ui-schema-uid.js +24 -7
- package/dist/server/server.js +74 -48
- package/dist/swagger/index.json +7 -0
- package/package.json +2 -2
- package/dist/locale/cron/zh_CN.d.ts +0 -34
- package/dist/locale/en_US.d.ts +0 -726
- package/dist/locale/es_ES.d.ts +0 -694
- package/dist/locale/fr_FR.d.ts +0 -712
- package/dist/locale/index.d.ts +0 -272
- package/dist/locale/ja_JP.d.ts +0 -628
- package/dist/locale/pt_BR.d.ts +0 -672
- package/dist/locale/ru_RU.d.ts +0 -508
- package/dist/locale/tr_TR.d.ts +0 -506
- package/dist/locale/uk_UA.d.ts +0 -714
- package/dist/locale/zh_CN.d.ts +0 -779
- package/dist/swagger/index.js +0 -19
package/dist/locale/ja_JP.d.ts
DELETED
|
@@ -1,628 +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
|
-
"Meet <1><0>All</0><1>Any</1></1> conditions in the group": string;
|
|
4
|
-
"Open in<1><0>Modal</0><1>Drawer</1><2>Window</2></1>": string;
|
|
5
|
-
"{{count}} filter items": string;
|
|
6
|
-
"{{count}} more items": string;
|
|
7
|
-
"Total {{count}} items": string;
|
|
8
|
-
Today: string;
|
|
9
|
-
Yesterday: string;
|
|
10
|
-
Tomorrow: string;
|
|
11
|
-
Month: string;
|
|
12
|
-
Week: string;
|
|
13
|
-
"This week": string;
|
|
14
|
-
"Next week": string;
|
|
15
|
-
"This month": string;
|
|
16
|
-
"Next month": string;
|
|
17
|
-
"Last quarter": string;
|
|
18
|
-
"This quarter": string;
|
|
19
|
-
"Next quarter": string;
|
|
20
|
-
"This year": string;
|
|
21
|
-
"Next year": string;
|
|
22
|
-
"Last week": string;
|
|
23
|
-
"Last month": string;
|
|
24
|
-
"Last year": string;
|
|
25
|
-
"Last 7 days": string;
|
|
26
|
-
"Last 30 days": string;
|
|
27
|
-
"Last 90 days": string;
|
|
28
|
-
"Next 7 days": string;
|
|
29
|
-
"Next 30 days": string;
|
|
30
|
-
"Next 90 days": string;
|
|
31
|
-
"Work week": string;
|
|
32
|
-
Day: string;
|
|
33
|
-
Agenda: string;
|
|
34
|
-
Date: string;
|
|
35
|
-
Time: string;
|
|
36
|
-
Event: string;
|
|
37
|
-
None: string;
|
|
38
|
-
Unconnected: string;
|
|
39
|
-
"System settings": string;
|
|
40
|
-
"System title": string;
|
|
41
|
-
Logo: string;
|
|
42
|
-
"Add menu item": string;
|
|
43
|
-
Page: string;
|
|
44
|
-
Name: string;
|
|
45
|
-
Icon: string;
|
|
46
|
-
Group: string;
|
|
47
|
-
Link: string;
|
|
48
|
-
"Save conditions": string;
|
|
49
|
-
"Edit menu item": string;
|
|
50
|
-
"Move to": string;
|
|
51
|
-
"Insert left": string;
|
|
52
|
-
"Insert right": string;
|
|
53
|
-
"Insert inner": string;
|
|
54
|
-
Delete: string;
|
|
55
|
-
"UI editor": string;
|
|
56
|
-
Collection: string;
|
|
57
|
-
"Enable child collections": string;
|
|
58
|
-
"Allow adding records to the current collection": string;
|
|
59
|
-
"Collections & Fields": string;
|
|
60
|
-
"All collections": string;
|
|
61
|
-
"Add category": string;
|
|
62
|
-
"Edit category": string;
|
|
63
|
-
Sort: string;
|
|
64
|
-
Categories: string;
|
|
65
|
-
"Category name": string;
|
|
66
|
-
"Delete category": string;
|
|
67
|
-
"Collection category": string;
|
|
68
|
-
'Add child': string;
|
|
69
|
-
'Collapse all': string;
|
|
70
|
-
'Expand all': string;
|
|
71
|
-
'Expand/Collapse': string;
|
|
72
|
-
"Tree table": 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
|
-
On: string;
|
|
83
|
-
Off: string;
|
|
84
|
-
Empty: string;
|
|
85
|
-
"Linkage rule": string;
|
|
86
|
-
"Linkage rules": string;
|
|
87
|
-
Condition: string;
|
|
88
|
-
Properties: string;
|
|
89
|
-
"Add linkage rule": string;
|
|
90
|
-
"Add property": string;
|
|
91
|
-
"Roles & Permissions": string;
|
|
92
|
-
"Edit profile": string;
|
|
93
|
-
"Change password": string;
|
|
94
|
-
"Old password": string;
|
|
95
|
-
"New password": string;
|
|
96
|
-
"Switch role": string;
|
|
97
|
-
"Super admin": string;
|
|
98
|
-
Language: string;
|
|
99
|
-
"Allow sign up": string;
|
|
100
|
-
"Sign out": string;
|
|
101
|
-
Cancel: string;
|
|
102
|
-
Submit: string;
|
|
103
|
-
Close: string;
|
|
104
|
-
"Set the data scope": string;
|
|
105
|
-
"Data blocks": string;
|
|
106
|
-
"Filter blocks": string;
|
|
107
|
-
"Table OID(Inheritance)": string;
|
|
108
|
-
Table: string;
|
|
109
|
-
Form: string;
|
|
110
|
-
Collapse: string;
|
|
111
|
-
"Select data source": string;
|
|
112
|
-
Calendar: string;
|
|
113
|
-
Kanban: string;
|
|
114
|
-
Gantt: string;
|
|
115
|
-
"Create gantt block": string;
|
|
116
|
-
"Progress field": string;
|
|
117
|
-
"Time scale": string;
|
|
118
|
-
Hour: string;
|
|
119
|
-
"Quarter of day": string;
|
|
120
|
-
"Half of day": string;
|
|
121
|
-
Year: string;
|
|
122
|
-
QuarterYear: string;
|
|
123
|
-
"Select grouping field": string;
|
|
124
|
-
Media: string;
|
|
125
|
-
Markdown: string;
|
|
126
|
-
Wysiwyg: string;
|
|
127
|
-
"Chart blocks": string;
|
|
128
|
-
"Column chart": string;
|
|
129
|
-
"Bar chart": string;
|
|
130
|
-
"Line chart": string;
|
|
131
|
-
"Pie chart": string;
|
|
132
|
-
"Area chart": string;
|
|
133
|
-
"Other chart": string;
|
|
134
|
-
"Other blocks": string;
|
|
135
|
-
"In configuration": string;
|
|
136
|
-
"Chart title": string;
|
|
137
|
-
"Chart type": string;
|
|
138
|
-
"Chart config": string;
|
|
139
|
-
Templates: string;
|
|
140
|
-
"Select template": string;
|
|
141
|
-
"Action logs": string;
|
|
142
|
-
"Create template": string;
|
|
143
|
-
"Edit markdown": string;
|
|
144
|
-
"Add block": string;
|
|
145
|
-
"Add new": string;
|
|
146
|
-
"Add record": string;
|
|
147
|
-
"Custom field display name": string;
|
|
148
|
-
"Display fields": string;
|
|
149
|
-
"Edit record": string;
|
|
150
|
-
"Delete menu item": string;
|
|
151
|
-
"Add page": string;
|
|
152
|
-
"Add group": string;
|
|
153
|
-
"Add link": string;
|
|
154
|
-
"Insert above": string;
|
|
155
|
-
"Insert below": string;
|
|
156
|
-
Save: string;
|
|
157
|
-
"Delete block": string;
|
|
158
|
-
"Are you sure you want to delete it?": string;
|
|
159
|
-
"This is a demo text, **supports Markdown syntax**.": string;
|
|
160
|
-
Filter: string;
|
|
161
|
-
"Connect data blocks": string;
|
|
162
|
-
"Action type": string;
|
|
163
|
-
Actions: string;
|
|
164
|
-
Insert: string;
|
|
165
|
-
Update: string;
|
|
166
|
-
View: string;
|
|
167
|
-
"View record": string;
|
|
168
|
-
Refresh: string;
|
|
169
|
-
"Data changes": string;
|
|
170
|
-
"Field name": string;
|
|
171
|
-
"Before change": string;
|
|
172
|
-
"After change": string;
|
|
173
|
-
"Delete record": string;
|
|
174
|
-
"Create collection": string;
|
|
175
|
-
"Collection display name": string;
|
|
176
|
-
"Collection name": string;
|
|
177
|
-
Inherits: string;
|
|
178
|
-
AutoGenId: string;
|
|
179
|
-
CreatedBy: string;
|
|
180
|
-
UpdatedBy: string;
|
|
181
|
-
CreatedAt: string;
|
|
182
|
-
UpdatedAt: string;
|
|
183
|
-
"Records can be sorted": string;
|
|
184
|
-
"Collection template": string;
|
|
185
|
-
"Calendar collection": string;
|
|
186
|
-
"General collection": string;
|
|
187
|
-
"Connect to database view": string;
|
|
188
|
-
"Source collections": string;
|
|
189
|
-
"Field source": string;
|
|
190
|
-
Preview: string;
|
|
191
|
-
"Randomly generated and can be modified. Support letters, numbers and underscores, must start with an letter.": string;
|
|
192
|
-
Edit: string;
|
|
193
|
-
"Edit collection": string;
|
|
194
|
-
"Configure fields": string;
|
|
195
|
-
"Configure columns": string;
|
|
196
|
-
"Edit field": string;
|
|
197
|
-
Override: string;
|
|
198
|
-
"Override field": string;
|
|
199
|
-
"Configure fields of {{title}}": string;
|
|
200
|
-
Basic: string;
|
|
201
|
-
"Single line text": string;
|
|
202
|
-
"Long text": string;
|
|
203
|
-
Phone: string;
|
|
204
|
-
Email: string;
|
|
205
|
-
Number: string;
|
|
206
|
-
Integer: string;
|
|
207
|
-
Percent: string;
|
|
208
|
-
Password: string;
|
|
209
|
-
"Advanced type": string;
|
|
210
|
-
Formula: string;
|
|
211
|
-
"Formula description": string;
|
|
212
|
-
Choices: string;
|
|
213
|
-
Checkbox: string;
|
|
214
|
-
"Single select": string;
|
|
215
|
-
"Multiple select": string;
|
|
216
|
-
"Radio group": string;
|
|
217
|
-
"Checkbox group": string;
|
|
218
|
-
"China region": string;
|
|
219
|
-
"Date & Time": string;
|
|
220
|
-
Datetime: string;
|
|
221
|
-
Relation: string;
|
|
222
|
-
"Link to": string;
|
|
223
|
-
"Link to description": string;
|
|
224
|
-
"Sub-table": string;
|
|
225
|
-
"Sub-form(Popover)": string;
|
|
226
|
-
"System info": string;
|
|
227
|
-
"Created at": string;
|
|
228
|
-
"Last updated at": string;
|
|
229
|
-
"Created by": string;
|
|
230
|
-
"Last updated by": string;
|
|
231
|
-
"Add field": string;
|
|
232
|
-
"Field display name": string;
|
|
233
|
-
"Field type": string;
|
|
234
|
-
"Field interface": string;
|
|
235
|
-
"Date format": string;
|
|
236
|
-
"Year/Month/Day": string;
|
|
237
|
-
"Year-Month-Day": string;
|
|
238
|
-
"Day/Month/Year": string;
|
|
239
|
-
"Show time": string;
|
|
240
|
-
"Time format": string;
|
|
241
|
-
"12 hour": string;
|
|
242
|
-
"24 hour": string;
|
|
243
|
-
"Relationship type": string;
|
|
244
|
-
"Source collection": string;
|
|
245
|
-
"Source key": string;
|
|
246
|
-
"Target collection": string;
|
|
247
|
-
"Through collection": string;
|
|
248
|
-
"Target key": string;
|
|
249
|
-
"Foreign key": string;
|
|
250
|
-
"One to one": string;
|
|
251
|
-
"One to many": string;
|
|
252
|
-
"Many to one": string;
|
|
253
|
-
"Many to many": string;
|
|
254
|
-
"One to one description": string;
|
|
255
|
-
"One to many description": string;
|
|
256
|
-
"Many to one description": string;
|
|
257
|
-
"Many to many description": string;
|
|
258
|
-
"Foreign key 1": string;
|
|
259
|
-
"Foreign key 2": string;
|
|
260
|
-
"Add filter": string;
|
|
261
|
-
"Add filter group": string;
|
|
262
|
-
Comparision: string;
|
|
263
|
-
is: string;
|
|
264
|
-
"is not": string;
|
|
265
|
-
contains: string;
|
|
266
|
-
"does not contain": string;
|
|
267
|
-
"starts with": string;
|
|
268
|
-
"not starts with": string;
|
|
269
|
-
"ends with": string;
|
|
270
|
-
"not ends with": string;
|
|
271
|
-
"is empty": string;
|
|
272
|
-
"is not empty": string;
|
|
273
|
-
"Edit chart": string;
|
|
274
|
-
"Add text": string;
|
|
275
|
-
"Filterable fields": string;
|
|
276
|
-
"Edit button": string;
|
|
277
|
-
Hide: string;
|
|
278
|
-
"Enable actions": string;
|
|
279
|
-
Export: string;
|
|
280
|
-
Customize: string;
|
|
281
|
-
Function: string;
|
|
282
|
-
"Popup form": string;
|
|
283
|
-
"Flexible popup": string;
|
|
284
|
-
"Configure actions": string;
|
|
285
|
-
"Display order number": string;
|
|
286
|
-
"Enable drag and drop sorting": string;
|
|
287
|
-
"Triggered when the row is clicked": string;
|
|
288
|
-
"Add tab": string;
|
|
289
|
-
"Disable tabs": string;
|
|
290
|
-
Details: string;
|
|
291
|
-
"Edit tab": string;
|
|
292
|
-
"Relationship blocks": string;
|
|
293
|
-
"Select record": string;
|
|
294
|
-
"Display name": string;
|
|
295
|
-
"Select icon": string;
|
|
296
|
-
"Custom column name": string;
|
|
297
|
-
"Edit description": string;
|
|
298
|
-
Required: string;
|
|
299
|
-
"Label field": string;
|
|
300
|
-
"Default is the ID field": string;
|
|
301
|
-
"Set default sorting rules": string;
|
|
302
|
-
"is before": string;
|
|
303
|
-
"is after": string;
|
|
304
|
-
"is on or after": string;
|
|
305
|
-
"is on or before": string;
|
|
306
|
-
"is between": string;
|
|
307
|
-
Upload: string;
|
|
308
|
-
"Select level": string;
|
|
309
|
-
Province: string;
|
|
310
|
-
City: string;
|
|
311
|
-
Area: string;
|
|
312
|
-
Street: string;
|
|
313
|
-
Village: string;
|
|
314
|
-
"Must select to the last level": string;
|
|
315
|
-
"Move {{title}} to": string;
|
|
316
|
-
"Target position": string;
|
|
317
|
-
After: string;
|
|
318
|
-
Before: string;
|
|
319
|
-
"Add {{type}} before \"{{title}}\"": string;
|
|
320
|
-
"Add {{type}} after \"{{title}}\"": string;
|
|
321
|
-
"Add {{type}} in \"{{title}}\"": string;
|
|
322
|
-
"Original name": string;
|
|
323
|
-
"Custom name": string;
|
|
324
|
-
"Custom Title": string;
|
|
325
|
-
Options: string;
|
|
326
|
-
"Option value": string;
|
|
327
|
-
"Option label": string;
|
|
328
|
-
Color: string;
|
|
329
|
-
"Add option": string;
|
|
330
|
-
"Related collection": string;
|
|
331
|
-
"Allow linking to multiple records": string;
|
|
332
|
-
"Configure calendar": string;
|
|
333
|
-
"Title field": string;
|
|
334
|
-
"Start date field": string;
|
|
335
|
-
"End date field": string;
|
|
336
|
-
Navigate: string;
|
|
337
|
-
Title: string;
|
|
338
|
-
Description: string;
|
|
339
|
-
"Select view": string;
|
|
340
|
-
Reset: string;
|
|
341
|
-
"Exportable fields": string;
|
|
342
|
-
"Saved successfully": string;
|
|
343
|
-
Nickname: string;
|
|
344
|
-
"Sign in": string;
|
|
345
|
-
"Create an account": string;
|
|
346
|
-
"Sign up": string;
|
|
347
|
-
"Confirm password": string;
|
|
348
|
-
"Log in with an existing account": string;
|
|
349
|
-
"Signed up successfully. It will jump to the login page.": string;
|
|
350
|
-
"Password mismatch": string;
|
|
351
|
-
Users: string;
|
|
352
|
-
Roles: string;
|
|
353
|
-
"Add role": string;
|
|
354
|
-
"Role name": string;
|
|
355
|
-
Configure: string;
|
|
356
|
-
"Configure permissions": string;
|
|
357
|
-
"Edit role": string;
|
|
358
|
-
"Action permissions": string;
|
|
359
|
-
"Menu permissions": string;
|
|
360
|
-
"Menu item name": string;
|
|
361
|
-
"Allow access": string;
|
|
362
|
-
"Action name": string;
|
|
363
|
-
"Allow action": string;
|
|
364
|
-
"Action scope": string;
|
|
365
|
-
"Operate on new data": string;
|
|
366
|
-
"Operate on existing data": string;
|
|
367
|
-
Yes: string;
|
|
368
|
-
No: string;
|
|
369
|
-
Red: string;
|
|
370
|
-
Magenta: string;
|
|
371
|
-
Volcano: string;
|
|
372
|
-
Orange: string;
|
|
373
|
-
Gold: string;
|
|
374
|
-
Lime: string;
|
|
375
|
-
Green: string;
|
|
376
|
-
Cyan: string;
|
|
377
|
-
Blue: string;
|
|
378
|
-
"Geek blue": string;
|
|
379
|
-
Purple: string;
|
|
380
|
-
Default: string;
|
|
381
|
-
"Add card": string;
|
|
382
|
-
"edit title": string;
|
|
383
|
-
"Turn pages": string;
|
|
384
|
-
Others: string;
|
|
385
|
-
"Save as template": string;
|
|
386
|
-
"Save as block template": string;
|
|
387
|
-
"Block templates": string;
|
|
388
|
-
"Convert reference to duplicate": string;
|
|
389
|
-
"Template name": string;
|
|
390
|
-
"Block type": string;
|
|
391
|
-
"No blocks to connect": string;
|
|
392
|
-
"Action column": string;
|
|
393
|
-
"Records per page": string;
|
|
394
|
-
"(Fields only)": string;
|
|
395
|
-
"Button title": string;
|
|
396
|
-
"Button icon": string;
|
|
397
|
-
"Submitted successfully": string;
|
|
398
|
-
"Operation succeeded": string;
|
|
399
|
-
"Operation failed": string;
|
|
400
|
-
"Open mode": string;
|
|
401
|
-
"Menu item title": string;
|
|
402
|
-
"Menu item icon": string;
|
|
403
|
-
Target: string;
|
|
404
|
-
Position: string;
|
|
405
|
-
"Insert before": string;
|
|
406
|
-
"Insert after": string;
|
|
407
|
-
"UI Editor": string;
|
|
408
|
-
ASC: string;
|
|
409
|
-
DESC: string;
|
|
410
|
-
"Add sort field": string;
|
|
411
|
-
ID: string;
|
|
412
|
-
Drawer: string;
|
|
413
|
-
Dialog: string;
|
|
414
|
-
"Delete action": string;
|
|
415
|
-
"Custom column title": string;
|
|
416
|
-
'Column title': string;
|
|
417
|
-
"Original title: ": string;
|
|
418
|
-
"Delete table column": string;
|
|
419
|
-
"Skip required validation": string;
|
|
420
|
-
"Form values": string;
|
|
421
|
-
"Fields values": string;
|
|
422
|
-
'The field has been deleted': string;
|
|
423
|
-
"When submitting the following fields, the saved values are": string;
|
|
424
|
-
"After successful submission": string;
|
|
425
|
-
Then: string;
|
|
426
|
-
"Stay on current page": string;
|
|
427
|
-
"Redirect to": string;
|
|
428
|
-
"Save action": string;
|
|
429
|
-
Exists: string;
|
|
430
|
-
"Add condition": string;
|
|
431
|
-
"Add condition group": string;
|
|
432
|
-
exists: string;
|
|
433
|
-
"not exists": string;
|
|
434
|
-
"=": string;
|
|
435
|
-
"\u2260": string;
|
|
436
|
-
">": string;
|
|
437
|
-
"\u2265": string;
|
|
438
|
-
"<": string;
|
|
439
|
-
"\u2264": string;
|
|
440
|
-
"Role UID": string;
|
|
441
|
-
Precision: string;
|
|
442
|
-
"Formula mode": string;
|
|
443
|
-
Expression: string;
|
|
444
|
-
"Input +, -, *, /, ( ) to calculate, input @ to open field variables.": string;
|
|
445
|
-
"Formula error.": string;
|
|
446
|
-
"Rich Text": string;
|
|
447
|
-
"Junction collection": string;
|
|
448
|
-
"Leave it blank, unless you need a custom intermediate table": string;
|
|
449
|
-
Fields: string;
|
|
450
|
-
"Edit field title": string;
|
|
451
|
-
"Field title": string;
|
|
452
|
-
"Original field title: ": string;
|
|
453
|
-
"Edit tooltip": string;
|
|
454
|
-
"Delete field": string;
|
|
455
|
-
"Select collection": string;
|
|
456
|
-
"Blank block": string;
|
|
457
|
-
"Duplicate template": string;
|
|
458
|
-
"Reference template": string;
|
|
459
|
-
"Create calendar block": string;
|
|
460
|
-
"Create kanban block": string;
|
|
461
|
-
"Grouping field": string;
|
|
462
|
-
"Tab name": string;
|
|
463
|
-
"Current record blocks": string;
|
|
464
|
-
"Popup message": string;
|
|
465
|
-
"Delete role": string;
|
|
466
|
-
"Role display name": string;
|
|
467
|
-
"Default role": string;
|
|
468
|
-
"All collections use general action permissions by default; permission configured individually will override the default one.": string;
|
|
469
|
-
"Allows configuration of the whole system, including UI, collections, permissions, etc.": string;
|
|
470
|
-
"New menu items are allowed to be accessed by default.": string;
|
|
471
|
-
"Global permissions": string;
|
|
472
|
-
"General permissions": string;
|
|
473
|
-
"Global action permissions": string;
|
|
474
|
-
"General action permissions": string;
|
|
475
|
-
"Plugin settings permissions": string;
|
|
476
|
-
'Allow to desgin pages': string;
|
|
477
|
-
"Allow to manage plugins": string;
|
|
478
|
-
"Allow to configure plugins": string;
|
|
479
|
-
"Action display name": string;
|
|
480
|
-
Allow: string;
|
|
481
|
-
"Data scope": string;
|
|
482
|
-
"Action on new records": string;
|
|
483
|
-
"Action on existing records": string;
|
|
484
|
-
"All records": string;
|
|
485
|
-
"Own records": string;
|
|
486
|
-
"Permission policy": string;
|
|
487
|
-
Individual: string;
|
|
488
|
-
General: string;
|
|
489
|
-
Accessible: string;
|
|
490
|
-
"Configure permission": string;
|
|
491
|
-
"Action permission": string;
|
|
492
|
-
"Field permission": string;
|
|
493
|
-
"Scope name": string;
|
|
494
|
-
"Unsaved changes": string;
|
|
495
|
-
"Are you sure you don't want to save?": string;
|
|
496
|
-
Dragging: string;
|
|
497
|
-
Popup: string;
|
|
498
|
-
"Trigger workflow": string;
|
|
499
|
-
"Request API": string;
|
|
500
|
-
"Assign field values": string;
|
|
501
|
-
"Constant value": string;
|
|
502
|
-
"Dynamic value": string;
|
|
503
|
-
"Current user": string;
|
|
504
|
-
"Current record": string;
|
|
505
|
-
"Popup close method": string;
|
|
506
|
-
"Automatic close": string;
|
|
507
|
-
"Manually close": string;
|
|
508
|
-
"After successful update": string;
|
|
509
|
-
"Save record": string;
|
|
510
|
-
"Updated successfully": string;
|
|
511
|
-
"After successful save": string;
|
|
512
|
-
"After clicking the custom button, the following field values will be assigned according to the following form.": string;
|
|
513
|
-
"After clicking the custom button, the following fields of the current record will be saved according to the following form.": string;
|
|
514
|
-
"Button background color": string;
|
|
515
|
-
Highlight: string;
|
|
516
|
-
"Danger red": string;
|
|
517
|
-
"Custom request": string;
|
|
518
|
-
"Request settings": string;
|
|
519
|
-
"Request URL": string;
|
|
520
|
-
"Request method": string;
|
|
521
|
-
"Request query parameters": string;
|
|
522
|
-
"Request headers": string;
|
|
523
|
-
"Request body": string;
|
|
524
|
-
"Request success": string;
|
|
525
|
-
"Invalid JSON format": string;
|
|
526
|
-
"After successful request": string;
|
|
527
|
-
"Add exportable field": string;
|
|
528
|
-
"Audit logs": string;
|
|
529
|
-
"Record ID": string;
|
|
530
|
-
User: string;
|
|
531
|
-
Field: string;
|
|
532
|
-
"Field value changes": string;
|
|
533
|
-
"One to one (has one)": string;
|
|
534
|
-
"One to one (belongs to)": string;
|
|
535
|
-
"Use the same time zone (GMT) for all users": string;
|
|
536
|
-
"Block title": string;
|
|
537
|
-
"Edit block title": string;
|
|
538
|
-
"Province/city/area name": string;
|
|
539
|
-
"Field component": string;
|
|
540
|
-
"Allow multiple": string;
|
|
541
|
-
"Quick upload": string;
|
|
542
|
-
"Select file": string;
|
|
543
|
-
Subtable: string;
|
|
544
|
-
"Sub-form": string;
|
|
545
|
-
"Sub-details": string;
|
|
546
|
-
"Field mode": string;
|
|
547
|
-
"Allow add new data": string;
|
|
548
|
-
"Regular expression": string;
|
|
549
|
-
"Enabled languages": string;
|
|
550
|
-
"View all plugins": string;
|
|
551
|
-
Print: string;
|
|
552
|
-
'Single select and radio fields can be used as the grouping field': string;
|
|
553
|
-
'Sign up successfully, and automatically jump to the sign in page': string;
|
|
554
|
-
Unique: string;
|
|
555
|
-
"Default value": string;
|
|
556
|
-
"Select field": string;
|
|
557
|
-
'Any succeeded or failed': string;
|
|
558
|
-
'Continue after any branch succeeded, or exit after any branch failed': string;
|
|
559
|
-
Delay: string;
|
|
560
|
-
Duration: string;
|
|
561
|
-
'End Status': string;
|
|
562
|
-
'Select status': string;
|
|
563
|
-
'Succeed and continue': string;
|
|
564
|
-
'Fail and exit': string;
|
|
565
|
-
"Enable SMS authentication": string;
|
|
566
|
-
"Display association fields": string;
|
|
567
|
-
"Set default value": string;
|
|
568
|
-
"Choices fields": string;
|
|
569
|
-
Editable: string;
|
|
570
|
-
Readonly: string;
|
|
571
|
-
"Easy-reading": string;
|
|
572
|
-
"Set validation rules": string;
|
|
573
|
-
"Add validation rule": string;
|
|
574
|
-
"Validation rule": string;
|
|
575
|
-
Maximum: string;
|
|
576
|
-
Minimum: string;
|
|
577
|
-
"Max length must greater than min length": string;
|
|
578
|
-
"Min length must less than max length": string;
|
|
579
|
-
"Maximum must greater than minimum": string;
|
|
580
|
-
"Minimum must less than maximum": string;
|
|
581
|
-
Format: string;
|
|
582
|
-
"Error message": string;
|
|
583
|
-
"Record picker": string;
|
|
584
|
-
"Search and select collection": string;
|
|
585
|
-
"This is likely a NocoBase internals bug. Please open an issue at <1>here</1>": string;
|
|
586
|
-
"Render Failed": string;
|
|
587
|
-
Feedback: string;
|
|
588
|
-
"Try again": string;
|
|
589
|
-
'Click or drag file to this area to upload': string;
|
|
590
|
-
'Support for a single or bulk upload, file size should not exceed': string;
|
|
591
|
-
'Default title for each record': string;
|
|
592
|
-
'If collection inherits, choose inherited collections as templates': string;
|
|
593
|
-
'Select an existing piece of data as the initialization data for the form': string;
|
|
594
|
-
'Only the selected fields will be used as the initialization data for the form': string;
|
|
595
|
-
'Template Data': string;
|
|
596
|
-
'Data fields': string;
|
|
597
|
-
'Add template': string;
|
|
598
|
-
'Display data template selector': string;
|
|
599
|
-
'Form data templates': string;
|
|
600
|
-
"Data template": string;
|
|
601
|
-
Duplicate: string;
|
|
602
|
-
Duplicating: string;
|
|
603
|
-
"Duplicate mode": string;
|
|
604
|
-
"Quick duplicate": string;
|
|
605
|
-
"Duplicate and continue": string;
|
|
606
|
-
"Please configure the duplicate fields": string;
|
|
607
|
-
Add: string;
|
|
608
|
-
"Add new mode": string;
|
|
609
|
-
"Quick add": string;
|
|
610
|
-
"Modal add": string;
|
|
611
|
-
"Save mode": string;
|
|
612
|
-
"First or create": string;
|
|
613
|
-
"Update or create": string;
|
|
614
|
-
"Find by the following fields": string;
|
|
615
|
-
Create: string;
|
|
616
|
-
"Current form": string;
|
|
617
|
-
"Current object": string;
|
|
618
|
-
"Linkage with form fields": string;
|
|
619
|
-
"Allow add new, update and delete actions": string;
|
|
620
|
-
"Date display format": string;
|
|
621
|
-
"Assign data scope for the template": string;
|
|
622
|
-
Tag: string;
|
|
623
|
-
"Tag color field": string;
|
|
624
|
-
"Sync successfully": string;
|
|
625
|
-
"Sync from form fields": string;
|
|
626
|
-
"Select all": string;
|
|
627
|
-
};
|
|
628
|
-
export default _default;
|