@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/pt_BR.d.ts
DELETED
|
@@ -1,672 +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
|
-
Month: string;
|
|
10
|
-
Week: string;
|
|
11
|
-
"Work week": string;
|
|
12
|
-
Day: string;
|
|
13
|
-
Agenda: string;
|
|
14
|
-
Date: string;
|
|
15
|
-
Time: string;
|
|
16
|
-
Event: string;
|
|
17
|
-
None: string;
|
|
18
|
-
Unconnected: string;
|
|
19
|
-
"System settings": string;
|
|
20
|
-
"System title": string;
|
|
21
|
-
Logo: string;
|
|
22
|
-
"Add menu item": string;
|
|
23
|
-
Page: string;
|
|
24
|
-
Name: string;
|
|
25
|
-
Icon: string;
|
|
26
|
-
Group: string;
|
|
27
|
-
Link: string;
|
|
28
|
-
"Save conditions": string;
|
|
29
|
-
"Edit menu item": string;
|
|
30
|
-
"Move to": string;
|
|
31
|
-
"Insert left": string;
|
|
32
|
-
"Insert right": string;
|
|
33
|
-
"Insert inner": string;
|
|
34
|
-
Delete: string;
|
|
35
|
-
"UI editor": string;
|
|
36
|
-
Collection: string;
|
|
37
|
-
"Collections & Fields": string;
|
|
38
|
-
"All collections": string;
|
|
39
|
-
"Add category": string;
|
|
40
|
-
"Delete category": string;
|
|
41
|
-
"Edit category": string;
|
|
42
|
-
"Collection category": string;
|
|
43
|
-
Sort: string;
|
|
44
|
-
Categories: string;
|
|
45
|
-
Visible: string;
|
|
46
|
-
"Read only": string;
|
|
47
|
-
"Easy reading": string;
|
|
48
|
-
Hidden: string;
|
|
49
|
-
"Hidden(reserved value)": string;
|
|
50
|
-
"Not required": string;
|
|
51
|
-
Value: string;
|
|
52
|
-
Disabled: string;
|
|
53
|
-
Enabled: string;
|
|
54
|
-
"Linkage rule": string;
|
|
55
|
-
"Linkage rules": string;
|
|
56
|
-
Condition: string;
|
|
57
|
-
Properties: string;
|
|
58
|
-
"Add linkage rule": string;
|
|
59
|
-
"Add property": string;
|
|
60
|
-
"Category name": string;
|
|
61
|
-
"Roles & Permissions": string;
|
|
62
|
-
"Edit profile": string;
|
|
63
|
-
"Change password": string;
|
|
64
|
-
"Old password": string;
|
|
65
|
-
"New password": string;
|
|
66
|
-
"Switch role": string;
|
|
67
|
-
"Super admin": string;
|
|
68
|
-
Language: string;
|
|
69
|
-
"Allow sign up": string;
|
|
70
|
-
"Enable SMS authentication": string;
|
|
71
|
-
"Sign out": string;
|
|
72
|
-
Cancel: string;
|
|
73
|
-
Submit: string;
|
|
74
|
-
Close: string;
|
|
75
|
-
"Set the data scope": string;
|
|
76
|
-
"Data blocks": string;
|
|
77
|
-
"Filter blocks": string;
|
|
78
|
-
Table: string;
|
|
79
|
-
Form: string;
|
|
80
|
-
Collapse: string;
|
|
81
|
-
"Select data source": string;
|
|
82
|
-
Calendar: string;
|
|
83
|
-
"Delete events": string;
|
|
84
|
-
"This event": string;
|
|
85
|
-
"This and following events": string;
|
|
86
|
-
"All events": string;
|
|
87
|
-
"Delete this event?": string;
|
|
88
|
-
"Delete Event": string;
|
|
89
|
-
Kanban: string;
|
|
90
|
-
"Select grouping field": string;
|
|
91
|
-
Media: string;
|
|
92
|
-
Markdown: string;
|
|
93
|
-
Wysiwyg: string;
|
|
94
|
-
"Chart blocks": string;
|
|
95
|
-
"Column chart": string;
|
|
96
|
-
"Bar chart": string;
|
|
97
|
-
"Line chart": string;
|
|
98
|
-
"Pie chart": string;
|
|
99
|
-
"Area chart": string;
|
|
100
|
-
"Other chart": string;
|
|
101
|
-
"Other blocks": string;
|
|
102
|
-
"In configuration": string;
|
|
103
|
-
"Chart title": string;
|
|
104
|
-
"Chart type": string;
|
|
105
|
-
"Chart config": string;
|
|
106
|
-
Templates: string;
|
|
107
|
-
"Select template": string;
|
|
108
|
-
"Action logs": string;
|
|
109
|
-
"Create template": string;
|
|
110
|
-
"Edit markdown": string;
|
|
111
|
-
"Add block": string;
|
|
112
|
-
"Add new": string;
|
|
113
|
-
"Add record": string;
|
|
114
|
-
'Add child': string;
|
|
115
|
-
'Collapse all': string;
|
|
116
|
-
'Expand all': string;
|
|
117
|
-
'Expand/Collapse': string;
|
|
118
|
-
"Tree table": string;
|
|
119
|
-
"Custom field display name": string;
|
|
120
|
-
"Display fields": string;
|
|
121
|
-
"Edit record": string;
|
|
122
|
-
"Delete menu item": string;
|
|
123
|
-
"Add page": string;
|
|
124
|
-
"Add group": string;
|
|
125
|
-
"Add link": string;
|
|
126
|
-
"Insert above": string;
|
|
127
|
-
"Insert below": string;
|
|
128
|
-
Save: string;
|
|
129
|
-
"Delete block": string;
|
|
130
|
-
"Are you sure you want to delete it?": string;
|
|
131
|
-
"This is a demo text, **supports Markdown syntax**.": string;
|
|
132
|
-
Filter: string;
|
|
133
|
-
"Connect data blocks": string;
|
|
134
|
-
"Action type": string;
|
|
135
|
-
Actions: string;
|
|
136
|
-
Insert: string;
|
|
137
|
-
Update: string;
|
|
138
|
-
View: string;
|
|
139
|
-
"View record": string;
|
|
140
|
-
Refresh: string;
|
|
141
|
-
"Data changes": string;
|
|
142
|
-
"Field name": string;
|
|
143
|
-
"Before change": string;
|
|
144
|
-
"After change": string;
|
|
145
|
-
"Delete record": string;
|
|
146
|
-
"Create collection": string;
|
|
147
|
-
"Collection display name": string;
|
|
148
|
-
"Collection name": string;
|
|
149
|
-
Inherits: string;
|
|
150
|
-
"Generate ID field automatically": string;
|
|
151
|
-
"Store the creation user of each record": string;
|
|
152
|
-
"Store the last update user of each record": string;
|
|
153
|
-
"Store the creation time of each record": string;
|
|
154
|
-
"Store the last update time of each record": string;
|
|
155
|
-
"More options": string;
|
|
156
|
-
"Records can be sorted": string;
|
|
157
|
-
"Collection template": string;
|
|
158
|
-
"Calendar collection": string;
|
|
159
|
-
"General collection": string;
|
|
160
|
-
"Randomly generated and can be modified. Support letters, numbers and underscores, must start with an letter.": string;
|
|
161
|
-
"Storage type": string;
|
|
162
|
-
Edit: string;
|
|
163
|
-
"Edit collection": string;
|
|
164
|
-
"Configure fields": string;
|
|
165
|
-
"Configure columns": string;
|
|
166
|
-
"Edit field": string;
|
|
167
|
-
Override: string;
|
|
168
|
-
"Override field": string;
|
|
169
|
-
"Configure fields of {{title}}": string;
|
|
170
|
-
"Association fields filter": string;
|
|
171
|
-
"PK & FK fields": string;
|
|
172
|
-
"Association fields": string;
|
|
173
|
-
"Choices fields": string;
|
|
174
|
-
"System fields": string;
|
|
175
|
-
"General fields": string;
|
|
176
|
-
"Inherited fields": string;
|
|
177
|
-
"Parent collection fields": string;
|
|
178
|
-
Basic: string;
|
|
179
|
-
"Single line text": string;
|
|
180
|
-
"Long text": string;
|
|
181
|
-
Phone: string;
|
|
182
|
-
Email: string;
|
|
183
|
-
Number: string;
|
|
184
|
-
Integer: string;
|
|
185
|
-
Percent: string;
|
|
186
|
-
Password: string;
|
|
187
|
-
"Advanced type": string;
|
|
188
|
-
Formula: string;
|
|
189
|
-
"Formula description": string;
|
|
190
|
-
Choices: string;
|
|
191
|
-
Checkbox: string;
|
|
192
|
-
"Single select": string;
|
|
193
|
-
"Multiple select": string;
|
|
194
|
-
"Radio group": string;
|
|
195
|
-
"Checkbox group": string;
|
|
196
|
-
"China region": string;
|
|
197
|
-
Attachment: string;
|
|
198
|
-
"Date & Time": string;
|
|
199
|
-
Datetime: string;
|
|
200
|
-
Relation: string;
|
|
201
|
-
"Link to": string;
|
|
202
|
-
"Link to description": string;
|
|
203
|
-
"Sub-table": string;
|
|
204
|
-
"System info": string;
|
|
205
|
-
"Created at": string;
|
|
206
|
-
"Last updated at": string;
|
|
207
|
-
"Created by": string;
|
|
208
|
-
"Last updated by": string;
|
|
209
|
-
"Add field": string;
|
|
210
|
-
"Field display name": string;
|
|
211
|
-
"Field type": string;
|
|
212
|
-
"Field interface": string;
|
|
213
|
-
"Date format": string;
|
|
214
|
-
"Year/Month/Day": string;
|
|
215
|
-
"Year-Month-Day": string;
|
|
216
|
-
"Day/Month/Year": string;
|
|
217
|
-
"Show time": string;
|
|
218
|
-
"Time format": string;
|
|
219
|
-
"12 hour": string;
|
|
220
|
-
"24 hour": string;
|
|
221
|
-
"Relationship type": string;
|
|
222
|
-
"Inverse relationship type": string;
|
|
223
|
-
"Source collection": string;
|
|
224
|
-
"Source key": string;
|
|
225
|
-
"Target collection": string;
|
|
226
|
-
"Through collection": string;
|
|
227
|
-
"Target key": string;
|
|
228
|
-
"Foreign key": string;
|
|
229
|
-
"One to one": string;
|
|
230
|
-
"One to many": string;
|
|
231
|
-
"Many to one": string;
|
|
232
|
-
"Many to many": string;
|
|
233
|
-
"Foreign key 1": string;
|
|
234
|
-
"Foreign key 2": string;
|
|
235
|
-
"One to one description": string;
|
|
236
|
-
"One to many description": string;
|
|
237
|
-
"Many to one description": string;
|
|
238
|
-
"Many to many description": string;
|
|
239
|
-
"Generated automatically if left blank": string;
|
|
240
|
-
"Display association fields": string;
|
|
241
|
-
"Display field title": string;
|
|
242
|
-
"Field component": string;
|
|
243
|
-
"Quick upload": string;
|
|
244
|
-
"Select file": string;
|
|
245
|
-
"Allow multiple": string;
|
|
246
|
-
Subtable: string;
|
|
247
|
-
"Sub-form": string;
|
|
248
|
-
"Record picker": string;
|
|
249
|
-
"Toggles the subfield mode": string;
|
|
250
|
-
"Selector mode": string;
|
|
251
|
-
"Subtable mode": string;
|
|
252
|
-
"Subform mode": string;
|
|
253
|
-
"Edit block title": string;
|
|
254
|
-
"Block title": string;
|
|
255
|
-
Pattern: string;
|
|
256
|
-
Operator: string;
|
|
257
|
-
Editable: string;
|
|
258
|
-
Readonly: string;
|
|
259
|
-
"Easy-reading": string;
|
|
260
|
-
"Add filter": string;
|
|
261
|
-
"Add filter group": string;
|
|
262
|
-
Comparision: string;
|
|
263
|
-
is: string;
|
|
264
|
-
"is not": string;
|
|
265
|
-
"is variable": string;
|
|
266
|
-
contains: string;
|
|
267
|
-
"does not contain": string;
|
|
268
|
-
"starts with": string;
|
|
269
|
-
"not starts with": string;
|
|
270
|
-
"ends with": string;
|
|
271
|
-
"not ends with": string;
|
|
272
|
-
"is empty": string;
|
|
273
|
-
"is not empty": string;
|
|
274
|
-
"Edit chart": string;
|
|
275
|
-
"Add text": string;
|
|
276
|
-
"Filterable fields": string;
|
|
277
|
-
"Edit button": string;
|
|
278
|
-
Hide: string;
|
|
279
|
-
"Enable actions": string;
|
|
280
|
-
Import: string;
|
|
281
|
-
Export: string;
|
|
282
|
-
Customize: string;
|
|
283
|
-
Custom: string;
|
|
284
|
-
Function: string;
|
|
285
|
-
"Popup form": string;
|
|
286
|
-
"Flexible popup": string;
|
|
287
|
-
"Configure actions": string;
|
|
288
|
-
"Display order number": string;
|
|
289
|
-
"Enable drag and drop sorting": string;
|
|
290
|
-
"Triggered when the row is clicked": string;
|
|
291
|
-
"Add tab": string;
|
|
292
|
-
"Disable tabs": string;
|
|
293
|
-
Details: string;
|
|
294
|
-
"Edit tab": string;
|
|
295
|
-
"Relationship blocks": string;
|
|
296
|
-
"Select record": string;
|
|
297
|
-
"Display name": string;
|
|
298
|
-
"Select icon": string;
|
|
299
|
-
"Custom column name": string;
|
|
300
|
-
"Edit description": string;
|
|
301
|
-
Required: string;
|
|
302
|
-
Unique: string;
|
|
303
|
-
"Label field": string;
|
|
304
|
-
"Default is the ID field": string;
|
|
305
|
-
"Set default sorting rules": string;
|
|
306
|
-
"Set validation rules": string;
|
|
307
|
-
"Max length": string;
|
|
308
|
-
"Min length": string;
|
|
309
|
-
Maximum: string;
|
|
310
|
-
Minimum: string;
|
|
311
|
-
"Max length must greater than min length": string;
|
|
312
|
-
"Min length must less than max length": string;
|
|
313
|
-
"Maximum must greater than minimum": string;
|
|
314
|
-
"Minimum must less than maximum": string;
|
|
315
|
-
"Validation rule": string;
|
|
316
|
-
"Add validation rule": string;
|
|
317
|
-
Format: string;
|
|
318
|
-
"Regular expression": string;
|
|
319
|
-
"Error message": string;
|
|
320
|
-
Length: string;
|
|
321
|
-
"The field value cannot be greater than ": string;
|
|
322
|
-
"The field value cannot be less than ": string;
|
|
323
|
-
"The field value is not an integer number": string;
|
|
324
|
-
"Set default value": string;
|
|
325
|
-
"Default value": string;
|
|
326
|
-
"is before": string;
|
|
327
|
-
"is after": string;
|
|
328
|
-
"is on or after": string;
|
|
329
|
-
"is on or before": string;
|
|
330
|
-
Upload: string;
|
|
331
|
-
"Select level": string;
|
|
332
|
-
Province: string;
|
|
333
|
-
City: string;
|
|
334
|
-
Area: string;
|
|
335
|
-
Street: string;
|
|
336
|
-
Village: string;
|
|
337
|
-
"Must select to the last level": string;
|
|
338
|
-
"Move {{title}} to": string;
|
|
339
|
-
"Target position": string;
|
|
340
|
-
After: string;
|
|
341
|
-
Before: string;
|
|
342
|
-
"Add {{type}} before \"{{title}}\"": string;
|
|
343
|
-
"Add {{type}} after \"{{title}}\"": string;
|
|
344
|
-
"Add {{type}} in \"{{title}}\"": string;
|
|
345
|
-
"Original name": string;
|
|
346
|
-
"Custom name": string;
|
|
347
|
-
"Custom Title": string;
|
|
348
|
-
Options: string;
|
|
349
|
-
"Option value": string;
|
|
350
|
-
"Option label": string;
|
|
351
|
-
Color: string;
|
|
352
|
-
"Add option": string;
|
|
353
|
-
"Related collection": string;
|
|
354
|
-
"Allow linking to multiple records": string;
|
|
355
|
-
"Allow uploading multiple files": string;
|
|
356
|
-
"Configure calendar": string;
|
|
357
|
-
"Title field": string;
|
|
358
|
-
"Custom title": string;
|
|
359
|
-
Daily: string;
|
|
360
|
-
Weekly: string;
|
|
361
|
-
Monthly: string;
|
|
362
|
-
Yearly: string;
|
|
363
|
-
Repeats: string;
|
|
364
|
-
"Show lunar": string;
|
|
365
|
-
"Start date field": string;
|
|
366
|
-
"End date field": string;
|
|
367
|
-
Navigate: string;
|
|
368
|
-
Title: string;
|
|
369
|
-
Description: string;
|
|
370
|
-
"Select view": string;
|
|
371
|
-
Reset: string;
|
|
372
|
-
"Importable fields": string;
|
|
373
|
-
"Exportable fields": string;
|
|
374
|
-
"Saved successfully": string;
|
|
375
|
-
Nickname: string;
|
|
376
|
-
"Sign in": string;
|
|
377
|
-
"Sign in via account": string;
|
|
378
|
-
"Sign in via phone": string;
|
|
379
|
-
"Create an account": string;
|
|
380
|
-
"Sign up": string;
|
|
381
|
-
"Confirm password": string;
|
|
382
|
-
"Log in with an existing account": string;
|
|
383
|
-
"Signed up successfully. It will jump to the login page.": string;
|
|
384
|
-
"Password mismatch": string;
|
|
385
|
-
Users: string;
|
|
386
|
-
"Verification code": string;
|
|
387
|
-
"Send code": string;
|
|
388
|
-
"Retry after {{count}} seconds": string;
|
|
389
|
-
Roles: string;
|
|
390
|
-
"Add role": string;
|
|
391
|
-
"Role name": string;
|
|
392
|
-
Configure: string;
|
|
393
|
-
"Configure permissions": string;
|
|
394
|
-
"Edit role": string;
|
|
395
|
-
"Action permissions": string;
|
|
396
|
-
"Menu permissions": string;
|
|
397
|
-
"Menu item name": string;
|
|
398
|
-
"Allow access": string;
|
|
399
|
-
"Action name": string;
|
|
400
|
-
"Allow action": string;
|
|
401
|
-
"Action scope": string;
|
|
402
|
-
"Operate on new data": string;
|
|
403
|
-
"Operate on existing data": string;
|
|
404
|
-
Yes: string;
|
|
405
|
-
No: string;
|
|
406
|
-
Red: string;
|
|
407
|
-
Magenta: string;
|
|
408
|
-
Volcano: string;
|
|
409
|
-
Orange: string;
|
|
410
|
-
Gold: string;
|
|
411
|
-
Lime: string;
|
|
412
|
-
Green: string;
|
|
413
|
-
Cyan: string;
|
|
414
|
-
Blue: string;
|
|
415
|
-
"Geek blue": string;
|
|
416
|
-
Purple: string;
|
|
417
|
-
Default: string;
|
|
418
|
-
"Add card": string;
|
|
419
|
-
"edit title": string;
|
|
420
|
-
"Turn pages": string;
|
|
421
|
-
Others: string;
|
|
422
|
-
"Save as template": string;
|
|
423
|
-
"Save as block template": string;
|
|
424
|
-
"Block templates": string;
|
|
425
|
-
"Convert reference to duplicate": string;
|
|
426
|
-
"Template name": string;
|
|
427
|
-
"Block type": string;
|
|
428
|
-
"No blocks to connect": string;
|
|
429
|
-
"Action column": string;
|
|
430
|
-
"Records per page": string;
|
|
431
|
-
"(Fields only)": string;
|
|
432
|
-
"Button title": string;
|
|
433
|
-
"Button icon": string;
|
|
434
|
-
"Submitted successfully": string;
|
|
435
|
-
"Operation succeeded": string;
|
|
436
|
-
"Operation failed": string;
|
|
437
|
-
"Open mode": string;
|
|
438
|
-
"Popup size": string;
|
|
439
|
-
Small: string;
|
|
440
|
-
Middle: string;
|
|
441
|
-
Large: string;
|
|
442
|
-
"Menu item title": string;
|
|
443
|
-
"Menu item icon": string;
|
|
444
|
-
Target: string;
|
|
445
|
-
Position: string;
|
|
446
|
-
"Insert before": string;
|
|
447
|
-
"Insert after": string;
|
|
448
|
-
"UI Editor": string;
|
|
449
|
-
ASC: string;
|
|
450
|
-
DESC: string;
|
|
451
|
-
"Add sort field": string;
|
|
452
|
-
ID: string;
|
|
453
|
-
"Identifier for program usage. Support letters, numbers and underscores, must start with an letter.": string;
|
|
454
|
-
Drawer: string;
|
|
455
|
-
Dialog: string;
|
|
456
|
-
"Delete action": string;
|
|
457
|
-
"Custom column title": string;
|
|
458
|
-
'Column title': string;
|
|
459
|
-
"Original title: ": string;
|
|
460
|
-
"Delete table column": string;
|
|
461
|
-
"Skip required validation": string;
|
|
462
|
-
"Form values": string;
|
|
463
|
-
"Fields values": string;
|
|
464
|
-
'The field has been deleted': string;
|
|
465
|
-
"When submitting the following fields, the saved values are": string;
|
|
466
|
-
"After successful submission": string;
|
|
467
|
-
Then: string;
|
|
468
|
-
"Stay on current page": string;
|
|
469
|
-
"Redirect to": string;
|
|
470
|
-
"Save action": string;
|
|
471
|
-
Exists: string;
|
|
472
|
-
Filename: string;
|
|
473
|
-
"Add condition": string;
|
|
474
|
-
"Add condition group": string;
|
|
475
|
-
exists: string;
|
|
476
|
-
"not exists": string;
|
|
477
|
-
"is current logged-in user": string;
|
|
478
|
-
"is not current logged-in user": string;
|
|
479
|
-
"=": string;
|
|
480
|
-
"\u2260": string;
|
|
481
|
-
">": string;
|
|
482
|
-
"\u2265": string;
|
|
483
|
-
"<": string;
|
|
484
|
-
"\u2264": string;
|
|
485
|
-
"Role UID": string;
|
|
486
|
-
Precision: string;
|
|
487
|
-
"Formula mode": string;
|
|
488
|
-
Expression: string;
|
|
489
|
-
"Input +, -, *, /, ( ) to calculate, input @ to open field variables.": string;
|
|
490
|
-
"Formula error.": string;
|
|
491
|
-
Accept: string;
|
|
492
|
-
"Rich Text": string;
|
|
493
|
-
"Junction collection": string;
|
|
494
|
-
"Leave it blank, unless you need a custom intermediate table": string;
|
|
495
|
-
Fields: string;
|
|
496
|
-
"Edit field title": string;
|
|
497
|
-
"Field title": string;
|
|
498
|
-
"Original field title: ": string;
|
|
499
|
-
"Edit tooltip": string;
|
|
500
|
-
"Delete field": string;
|
|
501
|
-
"Select collection": string;
|
|
502
|
-
"Blank block": string;
|
|
503
|
-
"Duplicate template": string;
|
|
504
|
-
"Reference template": string;
|
|
505
|
-
"Create calendar block": string;
|
|
506
|
-
"Create kanban block": string;
|
|
507
|
-
"Grouping field": string;
|
|
508
|
-
"Single select and radio fields can be used as the grouping field": string;
|
|
509
|
-
"Tab name": string;
|
|
510
|
-
"Current record blocks": string;
|
|
511
|
-
"Popup message": string;
|
|
512
|
-
"Delete role": string;
|
|
513
|
-
"Role display name": string;
|
|
514
|
-
"Default role": string;
|
|
515
|
-
"All collections use general action permissions by default; permission configured individually will override the default one.": string;
|
|
516
|
-
"Allows configuration of the whole system, including UI, collections, permissions, etc.": string;
|
|
517
|
-
"New menu items are allowed to be accessed by default.": string;
|
|
518
|
-
"Global permissions": string;
|
|
519
|
-
"General permissions": string;
|
|
520
|
-
"Global action permissions": string;
|
|
521
|
-
"General action permissions": string;
|
|
522
|
-
"Plugin settings permissions": string;
|
|
523
|
-
"Allow to desgin pages": string;
|
|
524
|
-
"Allow to manage plugins": string;
|
|
525
|
-
"Allow to configure plugins": string;
|
|
526
|
-
"Allows to configure interface": string;
|
|
527
|
-
"Allows to install, activate, disable plugins": string;
|
|
528
|
-
"Allows to configure plugins": string;
|
|
529
|
-
"Action display name": string;
|
|
530
|
-
Allow: string;
|
|
531
|
-
"Data scope": string;
|
|
532
|
-
"Action on new records": string;
|
|
533
|
-
"Action on existing records": string;
|
|
534
|
-
"All records": string;
|
|
535
|
-
"Own records": string;
|
|
536
|
-
"Permission policy": string;
|
|
537
|
-
Individual: string;
|
|
538
|
-
General: string;
|
|
539
|
-
Accessible: string;
|
|
540
|
-
"Configure permission": string;
|
|
541
|
-
"Action permission": string;
|
|
542
|
-
"Field permission": string;
|
|
543
|
-
"Scope name": string;
|
|
544
|
-
"File storages": string;
|
|
545
|
-
"Storage display name": string;
|
|
546
|
-
"Storage name": string;
|
|
547
|
-
"Default storage": string;
|
|
548
|
-
"Add storage": string;
|
|
549
|
-
"Edit storage": string;
|
|
550
|
-
"Storage base URL": string;
|
|
551
|
-
Destination: string;
|
|
552
|
-
"Use the built-in static file server": string;
|
|
553
|
-
"Local storage": string;
|
|
554
|
-
"Aliyun OSS": string;
|
|
555
|
-
"Amazon S3": string;
|
|
556
|
-
"Tencent COS": string;
|
|
557
|
-
Region: string;
|
|
558
|
-
Bucket: string;
|
|
559
|
-
Path: string;
|
|
560
|
-
"Unsaved changes": string;
|
|
561
|
-
"Are you sure you don't want to save?": string;
|
|
562
|
-
Dragging: string;
|
|
563
|
-
Popup: string;
|
|
564
|
-
"Trigger workflow": string;
|
|
565
|
-
"Request API": string;
|
|
566
|
-
"Assign field values": string;
|
|
567
|
-
"Valor constante": string;
|
|
568
|
-
"Valor din\u00E2mico": string;
|
|
569
|
-
"Usu\u00E1rio atual": string;
|
|
570
|
-
"Registro atual": string;
|
|
571
|
-
"Hora atual": string;
|
|
572
|
-
"M\u00E9todo de fechamento de popup": string;
|
|
573
|
-
"Fechamento autom\u00E1tico": string;
|
|
574
|
-
"Fechamento manual": string;
|
|
575
|
-
"Ap\u00F3s atualiza\u00E7\u00E3o bem sucedida": string;
|
|
576
|
-
"Salvar registro": string;
|
|
577
|
-
"Atualizado com sucesso": string;
|
|
578
|
-
"Ap\u00F3s salvar com sucesso": string;
|
|
579
|
-
"Ap\u00F3s clicar no bot\u00E3o personalizado, os seguintes valores de campo ser\u00E3o atribu\u00EDdos de acordo com o seguinte formul\u00E1rio.": string;
|
|
580
|
-
"Ap\u00F3s clicar no bot\u00E3o personalizado, os seguintes campos do registro atual ser\u00E3o salvos de acordo com o seguinte formul\u00E1rio.": string;
|
|
581
|
-
"Cor de fundo do bot\u00E3o": string;
|
|
582
|
-
Destaque: string;
|
|
583
|
-
"Vermelho perigoso": string;
|
|
584
|
-
"Requisi\u00E7\u00E3o personalizada": string;
|
|
585
|
-
"Configura\u00E7\u00F5es de requisi\u00E7\u00E3o": string;
|
|
586
|
-
"URL da requisi\u00E7\u00E3o": string;
|
|
587
|
-
"M\u00E9todo da requisi\u00E7\u00E3o": string;
|
|
588
|
-
"Par\u00E2metros de consulta da requisi\u00E7\u00E3o": string;
|
|
589
|
-
"Cabe\u00E7alhos da requisi\u00E7\u00E3o": string;
|
|
590
|
-
"Corpo da requisi\u00E7\u00E3o": string;
|
|
591
|
-
"Sucesso da requisi\u00E7\u00E3o": string;
|
|
592
|
-
"Formato JSON inv\u00E1lido": string;
|
|
593
|
-
"Ap\u00F3s requisi\u00E7\u00E3o bem sucedida": string;
|
|
594
|
-
"Adicionar campo export\u00E1vel": string;
|
|
595
|
-
"Registros de auditoria": string;
|
|
596
|
-
"ID do registro": string;
|
|
597
|
-
Usuário: string;
|
|
598
|
-
Campo: string;
|
|
599
|
-
Selecionar: string;
|
|
600
|
-
"Selecionar campo": string;
|
|
601
|
-
"Altera\u00E7\u00F5es de valor do campo": string;
|
|
602
|
-
"Um para um (tem um)": string;
|
|
603
|
-
"Um para um (pertence a)": string;
|
|
604
|
-
"Usar o mesmo fuso hor\u00E1rio (GMT) para todos os usu\u00E1rios": string;
|
|
605
|
-
"Nome de prov\u00EDncia/cidade/regi\u00E3o": string;
|
|
606
|
-
"Idiomas habilitados": string;
|
|
607
|
-
"Ver todos os plugins": string;
|
|
608
|
-
Imprimir: string;
|
|
609
|
-
Concluído: string;
|
|
610
|
-
"Sign up successfully, and automatically jump to the sign in page": string;
|
|
611
|
-
"File manager": string;
|
|
612
|
-
ACL: string;
|
|
613
|
-
"Collection manager": string;
|
|
614
|
-
"Plugin manager": string;
|
|
615
|
-
Local: string;
|
|
616
|
-
"Built-in": string;
|
|
617
|
-
Marketplace: string;
|
|
618
|
-
"Coming soon...": string;
|
|
619
|
-
"All plugin settings": string;
|
|
620
|
-
Bookmark: string;
|
|
621
|
-
"Manage all settings": string;
|
|
622
|
-
"Create inverse field in the target collection": string;
|
|
623
|
-
"Inverse field name": string;
|
|
624
|
-
"Inverse field display name": string;
|
|
625
|
-
"Bulk update": string;
|
|
626
|
-
"After successful bulk update": string;
|
|
627
|
-
"Bulk edit": string;
|
|
628
|
-
"Data will be updated": string;
|
|
629
|
-
Selected: string;
|
|
630
|
-
All: string;
|
|
631
|
-
"Update selected data?": string;
|
|
632
|
-
"Update all data?": string;
|
|
633
|
-
"Remains the same": string;
|
|
634
|
-
"Changed to": string;
|
|
635
|
-
Clear: string;
|
|
636
|
-
"Add attach": string;
|
|
637
|
-
"Please select the records to be updated": string;
|
|
638
|
-
Selector: string;
|
|
639
|
-
Inner: string;
|
|
640
|
-
"Search and select collection": string;
|
|
641
|
-
"Please fill in the iframe URL": string;
|
|
642
|
-
"Fix block": string;
|
|
643
|
-
"Plugin name": string;
|
|
644
|
-
"Plugin tab name": string;
|
|
645
|
-
AutoGenId: string;
|
|
646
|
-
CreatedBy: string;
|
|
647
|
-
UpdatedBy: string;
|
|
648
|
-
CreatedAt: string;
|
|
649
|
-
UpdatedAt: string;
|
|
650
|
-
"Column width": string;
|
|
651
|
-
Sortable: string;
|
|
652
|
-
"Enable link": string;
|
|
653
|
-
"This is likely a NocoBase internals bug. Please open an issue at <1>here</1>": string;
|
|
654
|
-
"Render Failed": string;
|
|
655
|
-
Feedback: string;
|
|
656
|
-
"Try again": string;
|
|
657
|
-
'Click or drag file to this area to upload': string;
|
|
658
|
-
'Support for a single or bulk upload, file size should not exceed': string;
|
|
659
|
-
'Default title for each record': string;
|
|
660
|
-
'If collection inherits, choose inherited collections as templates': string;
|
|
661
|
-
'Select an existing piece of data as the initialization data for the form': string;
|
|
662
|
-
'Only the selected fields will be used as the initialization data for the form': string;
|
|
663
|
-
'Template Data': string;
|
|
664
|
-
'Data fields': string;
|
|
665
|
-
'Add template': string;
|
|
666
|
-
'Display data template selector': string;
|
|
667
|
-
'Form data templates': string;
|
|
668
|
-
"Data template": string;
|
|
669
|
-
"Not found": string;
|
|
670
|
-
Add: string;
|
|
671
|
-
};
|
|
672
|
-
export default _default;
|