@nocobase/plugin-data-source-manager 2.1.0-beta.37 → 2.1.0-beta.40
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/client-v2.d.ts +2 -0
- package/client-v2.js +1 -0
- package/dist/client-v2/167.c72713810e2d0526.js +10 -0
- package/dist/client-v2/426.3cd9f994a3145829.js +10 -0
- package/dist/client-v2/components/DataSourceForm.d.ts +17 -0
- package/dist/client-v2/field-interfaces/index.d.ts +13 -0
- package/dist/client-v2/index.d.ts +12 -0
- package/dist/client-v2/index.js +10 -0
- package/dist/client-v2/locale.d.ts +11 -0
- package/dist/client-v2/pages/DataSourceCollectionsPage.d.ts +10 -0
- package/dist/client-v2/pages/DataSourcesPage.d.ts +10 -0
- package/dist/client-v2/pages/components/CollectionsPage.d.ts +15 -0
- package/dist/client-v2/pages/components/FieldForm.d.ts +19 -0
- package/dist/client-v2/pages/components/FieldsPage.d.ts +15 -0
- package/dist/client-v2/pages/components/SqlCollectionConfigure.d.ts +62 -0
- package/dist/client-v2/pages/components/ViewCollectionConfigure.d.ts +27 -0
- package/dist/client-v2/pages/components/collectionFieldApi.d.ts +11 -0
- package/dist/client-v2/pages/components/collectionTemplateFieldInterfaces.d.ts +18 -0
- package/dist/client-v2/plugin.d.ts +188 -0
- package/dist/client-v2/runtime.d.ts +12 -0
- package/dist/client-v2/utils/compileLegacyTemplate.d.ts +13 -0
- package/dist/externalVersion.js +16 -12
- package/dist/locale/en-US.json +259 -0
- package/dist/locale/zh-CN.json +259 -0
- package/dist/node_modules/zod/package.json +1 -1
- package/package.json +4 -2
package/dist/locale/en-US.json
CHANGED
|
@@ -1,9 +1,46 @@
|
|
|
1
1
|
{
|
|
2
|
+
"12 hour": "12 hour",
|
|
3
|
+
"24 hour": "24 hour",
|
|
2
4
|
"Allow adding and modifying collection": "Allow adding and modifying collection",
|
|
5
|
+
"Add category": "Add category",
|
|
6
|
+
"All collections": "All collections",
|
|
7
|
+
"Add field": "Add field",
|
|
8
|
+
"Add option": "Add option",
|
|
9
|
+
"Add rule": "Add rule",
|
|
10
|
+
"Are you sure you want to load {{count}} table(s)?": "Are you sure you want to load {{count}} table(s)?",
|
|
3
11
|
"Are you sure you want to set the \"{{title}}\" field as a record unique key? This setting cannot be changed after it's been set.": "Are you sure you want to set the \"{{title}}\" field as a record unique key? This setting cannot be changed after it's been set.",
|
|
4
12
|
"Available tables": "Available tables",
|
|
13
|
+
"Auto increment": "Auto increment",
|
|
14
|
+
"Automatically generate default values": "Automatically generate default values",
|
|
15
|
+
"Automatically remove heading and tailing spaces": "Automatically remove heading and tailing spaces",
|
|
16
|
+
"Automatically update timestamp on update": "Automatically update timestamp on update",
|
|
17
|
+
"Base": "Base",
|
|
18
|
+
"Basic": "Basic",
|
|
19
|
+
"BelongsTo": "BelongsTo",
|
|
20
|
+
"BelongsToMany": "BelongsToMany",
|
|
21
|
+
"CASCADE": "CASCADE",
|
|
22
|
+
"Checkbox": "Checkbox",
|
|
23
|
+
"Checkbox group": "Checkbox group",
|
|
24
|
+
"Category name": "Category name",
|
|
25
|
+
"Color": "Color",
|
|
26
|
+
"Collection category": "Collection category",
|
|
27
|
+
"Configure fields": "Configure fields",
|
|
5
28
|
"Collections": "Collections",
|
|
29
|
+
"Comparison": "Comparison",
|
|
30
|
+
"Confirm load tables": "Confirm load tables",
|
|
6
31
|
"Connection successful": "Connection successful",
|
|
32
|
+
"Connect to database view": "Connect to database view",
|
|
33
|
+
"contains": "contains",
|
|
34
|
+
"{{count}} filter items": "{{count}} filter items",
|
|
35
|
+
"Create collection": "Create collection",
|
|
36
|
+
"Calendar collection": "Calendar collection",
|
|
37
|
+
"Categories": "Categories",
|
|
38
|
+
"Created at": "Created at",
|
|
39
|
+
"Created by": "Created by",
|
|
40
|
+
"Date": "Date",
|
|
41
|
+
"Date only": "Date only",
|
|
42
|
+
"Date format": "Date format",
|
|
43
|
+
"Data type": "Data type",
|
|
7
44
|
"Data source display name": "Data source display name",
|
|
8
45
|
"Data source manager": "Data source manager",
|
|
9
46
|
"Data source name": "Data source name",
|
|
@@ -11,37 +48,259 @@
|
|
|
11
48
|
"Data source synchronization successful": "Data source synchronization successful",
|
|
12
49
|
"Data sources": "Data sources",
|
|
13
50
|
"Database": "Database",
|
|
51
|
+
"Delete category": "Delete category",
|
|
52
|
+
"Delete collection": "Delete collection",
|
|
53
|
+
"Delete": "Delete",
|
|
54
|
+
"Delete record": "Delete record",
|
|
14
55
|
"Description": "Description",
|
|
56
|
+
"Default value": "Default value",
|
|
57
|
+
"Default value to current time": "Default value to current time",
|
|
58
|
+
"Double": "Double",
|
|
15
59
|
"Display name": "Display name",
|
|
60
|
+
"does not contain": "does not contain",
|
|
61
|
+
"Edit category": "Edit category",
|
|
62
|
+
"Edit collection": "Edit collection",
|
|
63
|
+
"Edit field": "Edit field",
|
|
64
|
+
"Enabled": "Enabled",
|
|
65
|
+
"Expression collection": "Expression collection",
|
|
66
|
+
"Email": "Email",
|
|
67
|
+
"email": "email",
|
|
16
68
|
"Failed": "Failed",
|
|
69
|
+
"Failed to load tables": "Failed to load tables",
|
|
70
|
+
"Field": "Field",
|
|
71
|
+
"Field display name": "Field display name",
|
|
72
|
+
"Field name": "Field name",
|
|
73
|
+
"Field name already exists": "Field name already exists",
|
|
74
|
+
"Field source": "Field source",
|
|
75
|
+
"Field type": "Field type",
|
|
17
76
|
"Field database type": "Field database type",
|
|
18
77
|
"Field interface": "Field interface",
|
|
78
|
+
"Fields": "Fields",
|
|
79
|
+
"Fields can only be used correctly if they are defined with an interface.": "Fields can only be used correctly if they are defined with an interface.",
|
|
19
80
|
"Field synchronization confirmation prompt": "Are you sure you want to synchronize fields from database? Depends on the number of tables and fields, This operation may take anywhere from a few seconds to several dozen seconds. If you only need to sync specific tables, please use the \"Configure Fields\" - \"Sync from database\" for those tables.",
|
|
81
|
+
"File collection": "File collection",
|
|
82
|
+
"Filter": "Filter",
|
|
20
83
|
"Filter data based on the specific field, with the requirement that the field value must be unique.": "Filter data based on the specific field, with the requirement that the field value must be unique.",
|
|
21
84
|
"Filter target key": "Filter target key",
|
|
85
|
+
"Float": "Float",
|
|
86
|
+
"Foreign key": "Foreign key",
|
|
87
|
+
"Foreign key 1": "Foreign key 1",
|
|
88
|
+
"Foreign key 2": "Foreign key 2",
|
|
89
|
+
"Field values must be unique.": "Field values must be unique.",
|
|
90
|
+
"Generated automatically if left blank": "Generated automatically if left blank",
|
|
91
|
+
"General collection": "General collection",
|
|
92
|
+
"GMT": "GMT",
|
|
93
|
+
"Greater than": "Greater than",
|
|
94
|
+
"HasMany": "HasMany",
|
|
95
|
+
"HasOne": "HasOne",
|
|
22
96
|
"Host": "Host",
|
|
97
|
+
"Icon": "Icon",
|
|
23
98
|
"If a collection lacks a primary key, you must configure a unique record key to locate row records within a block, failure to configure this will prevent the creation of data blocks for the collection.": "If a collection lacks a primary key, you must configure a unique record key to locate row records within a block, failure to configure this will prevent the creation of data blocks for the collection.",
|
|
99
|
+
"Inherits": "Inherits",
|
|
100
|
+
"Integer": "Integer",
|
|
101
|
+
"integer": "integer",
|
|
102
|
+
"Interface": "Interface",
|
|
103
|
+
"Inverse field display name": "Inverse field display name",
|
|
104
|
+
"Inverse field name": "Inverse field name",
|
|
105
|
+
"Inverse relationship type": "Inverse relationship type",
|
|
106
|
+
"is": "is",
|
|
107
|
+
"is not": "is not",
|
|
108
|
+
"item": "item",
|
|
109
|
+
"items": "items",
|
|
110
|
+
"JSON": "JSON",
|
|
111
|
+
"Joi API": "Joi API",
|
|
112
|
+
"Limit": "Limit",
|
|
24
113
|
"Load tables from database": "Load tables from database",
|
|
25
114
|
"Loaded": "Loaded",
|
|
26
115
|
"Loading": "Loading",
|
|
116
|
+
"Last updated at": "Last updated at",
|
|
117
|
+
"Last updated by": "Last updated by",
|
|
118
|
+
"Less than": "Less than",
|
|
119
|
+
"length": "length",
|
|
120
|
+
"Long text": "Long text",
|
|
121
|
+
"Many to many": "Many to many",
|
|
122
|
+
"Many to one": "Many to one",
|
|
123
|
+
"Markdown": "Markdown",
|
|
124
|
+
"max": "max",
|
|
125
|
+
"Max length": "Max length",
|
|
126
|
+
"Max value": "Max value",
|
|
127
|
+
"Media": "Media",
|
|
128
|
+
"min": "min",
|
|
129
|
+
"Min length": "Min length",
|
|
130
|
+
"Min value": "Min value",
|
|
131
|
+
"Month": "Month",
|
|
132
|
+
"Multiple": "Multiple",
|
|
133
|
+
"Multiple select": "Multiple select",
|
|
134
|
+
"NO ACTION": "NO ACTION",
|
|
135
|
+
"Number": "Number",
|
|
27
136
|
"No external data source plugin installed": "No external data source plugin installed",
|
|
137
|
+
"Nano ID": "Nano ID",
|
|
138
|
+
"One to many": "One to many",
|
|
139
|
+
"One to one": "One to one",
|
|
140
|
+
"ON DELETE": "ON DELETE",
|
|
28
141
|
"OK": "OK",
|
|
142
|
+
"Option label": "Option label",
|
|
143
|
+
"Option value": "Option value",
|
|
144
|
+
"Options": "Options",
|
|
145
|
+
"pattern": "pattern",
|
|
146
|
+
"Pattern": "Pattern",
|
|
29
147
|
"Password": "Password",
|
|
148
|
+
"Percent": "Percent",
|
|
30
149
|
"Permissions": "Permissions",
|
|
150
|
+
"Phone": "Phone",
|
|
151
|
+
"Picker": "Picker",
|
|
31
152
|
"Please select a field.": "Please select a field.",
|
|
153
|
+
"Please select at least one table": "Please select at least one table",
|
|
154
|
+
"Please select a database view": "Please select a database view",
|
|
32
155
|
"Port": "Port",
|
|
156
|
+
"Preset fields": "Preset fields",
|
|
157
|
+
"Precision": "Precision",
|
|
158
|
+
"Precision(UI)": "Precision(UI)",
|
|
159
|
+
"Primary": "Primary",
|
|
160
|
+
"Primary key, distributed uniqueness, time-ordering": "Primary key, distributed uniqueness, time-ordering",
|
|
161
|
+
"Quarter": "Quarter",
|
|
162
|
+
"Randomly generated and can be modified. Support letters, numbers and underscores, must start with an letter.": "Randomly generated and can be modified. Support letters, numbers and underscores, must start with an letter.",
|
|
33
163
|
"Reloading": "Reloading",
|
|
164
|
+
"Record unique key": "Record unique key",
|
|
165
|
+
"References": "References",
|
|
166
|
+
"Relation": "Relation",
|
|
167
|
+
"Relationship type": "Relationship type",
|
|
168
|
+
"RESTRICT": "RESTRICT",
|
|
169
|
+
"required": "required",
|
|
170
|
+
"Required": "Required",
|
|
171
|
+
"Reset": "Reset",
|
|
172
|
+
"Radio group": "Radio group",
|
|
173
|
+
"Rich text": "Rich text",
|
|
174
|
+
"Scale": "Scale",
|
|
175
|
+
"Regular Expression": "Regular Expression",
|
|
34
176
|
"Select field": "Select field",
|
|
177
|
+
"Select field source": "Select field source",
|
|
35
178
|
"Selected tables": "Selected tables",
|
|
179
|
+
"Show time": "Show time",
|
|
180
|
+
"SET NULL": "SET NULL",
|
|
181
|
+
"Separator": "Separator",
|
|
182
|
+
"Search collections...": "Search collections...",
|
|
183
|
+
"Skip getting the total number of table records during paging to speed up loading. It is recommended to enable this option for data tables with a large amount of data": "Skip getting the total number of table records during paging to speed up loading. It is recommended to enable this option for data tables with a large amount of data",
|
|
184
|
+
"Snowflake ID (53-bit)": "Snowflake ID (53-bit)",
|
|
185
|
+
"Single line text": "Single line text",
|
|
186
|
+
"Single select": "Single select",
|
|
187
|
+
"Source collection": "Source collection",
|
|
188
|
+
"Source collections": "Source collections",
|
|
189
|
+
"Source key": "Source key",
|
|
36
190
|
"Status": "Status",
|
|
191
|
+
"Submit failed": "Submit failed",
|
|
192
|
+
"Store the creation time of each record": "Store the creation time of each record",
|
|
193
|
+
"Store the creation user of each record": "Store the creation user of each record",
|
|
194
|
+
"Store the last update time of each record": "Store the last update time of each record",
|
|
195
|
+
"Store the last update user of each record": "Store the last update user of each record",
|
|
37
196
|
"Storage": "Storage",
|
|
197
|
+
"Storage type": "Storage type",
|
|
198
|
+
"Create inverse field in the target collection": "Create inverse field in the target collection",
|
|
38
199
|
"Sync field changes from database": "Sync field changes from database",
|
|
200
|
+
"Sync from database": "Sync from database",
|
|
201
|
+
"Sync successfully": "Sync successfully",
|
|
202
|
+
"SQL collection": "SQL collection",
|
|
203
|
+
"Support letters, numbers and underscores, must start with an letter.": "Support letters, numbers and underscores, must start with an letter.",
|
|
204
|
+
"Table name": "Table name",
|
|
205
|
+
"Tables loaded successfully": "Tables loaded successfully",
|
|
206
|
+
"Collection display name": "Collection display name",
|
|
207
|
+
"Collection name": "Collection name",
|
|
208
|
+
"Collection template": "Collection template",
|
|
39
209
|
"Test Connection": "Test Connection",
|
|
210
|
+
"Target collection": "Target collection",
|
|
211
|
+
"Target key": "Target key",
|
|
40
212
|
"The following field types are not compatible and do not support output and display": "The following field types are not compatible and do not support output and display",
|
|
213
|
+
"Through collection": "Through collection",
|
|
214
|
+
"Tree collection": "Tree collection",
|
|
41
215
|
"Type": "Type",
|
|
216
|
+
"Time": "Time",
|
|
217
|
+
"Time format": "Time format",
|
|
218
|
+
"timestamp": "timestamp",
|
|
219
|
+
"Timestamp": "Timestamp",
|
|
220
|
+
"Unique": "Unique",
|
|
221
|
+
"Unsafe integer": "Unsafe integer",
|
|
222
|
+
"Unix timestamp": "Unix timestamp",
|
|
223
|
+
"URL": "URL",
|
|
224
|
+
"UUID": "UUID",
|
|
225
|
+
"Use simple pagination mode": "Use simple pagination mode",
|
|
226
|
+
"Use the same time zone (GMT) for all users": "Use the same time zone (GMT) for all users",
|
|
42
227
|
"Unknown field type": "Unknown field type",
|
|
228
|
+
"uri": "uri",
|
|
229
|
+
"uuid": "uuid",
|
|
230
|
+
"Advanced type": "Advanced type",
|
|
231
|
+
"Autoincrement": "Autoincrement",
|
|
232
|
+
"Big integer": "Big integer",
|
|
233
|
+
"Bold": "Bold",
|
|
234
|
+
"Both": "Both",
|
|
235
|
+
"Calculation engine": "Calculation engine",
|
|
236
|
+
"case": "case",
|
|
237
|
+
"Character sets": "Character sets",
|
|
238
|
+
"Check": "Check",
|
|
239
|
+
"Code": "Code",
|
|
240
|
+
"Customize": "Customize",
|
|
241
|
+
"Daily": "Daily",
|
|
242
|
+
"Date & Time": "Date & Time",
|
|
243
|
+
"Datetime": "Datetime",
|
|
244
|
+
"Digits": "Digits",
|
|
245
|
+
"EditMode": "Edit mode",
|
|
246
|
+
"Emoji": "Emoji",
|
|
247
|
+
"Every Monday": "Every Monday",
|
|
248
|
+
"Expression": "Expression",
|
|
249
|
+
"Choices": "Choices",
|
|
250
|
+
"Fixed text": "Fixed text",
|
|
251
|
+
"Formula": "Formula",
|
|
252
|
+
"Fullscreen": "Fullscreen",
|
|
253
|
+
"Headings": "Headings",
|
|
254
|
+
"Indent": "Indent",
|
|
255
|
+
"InlineCode": "Inline code",
|
|
256
|
+
"Input text, use {{ to insert variables": "Input text, use {{ to insert variables",
|
|
257
|
+
"Inputable": "Inputable",
|
|
258
|
+
"InsertAfter": "Insert after",
|
|
259
|
+
"InsertBefore": "Insert before",
|
|
260
|
+
"Italic": "Italic",
|
|
261
|
+
"Link": "Link",
|
|
262
|
+
"List": "List",
|
|
263
|
+
"Lowercase letters": "Lowercase letters",
|
|
264
|
+
"Match rules": "Match rules",
|
|
265
|
+
"Monthly": "Monthly",
|
|
266
|
+
"Move down": "Move down",
|
|
267
|
+
"Move up": "Move up",
|
|
268
|
+
"No reset": "No reset",
|
|
269
|
+
"OrderedList": "Ordered list",
|
|
270
|
+
"Others": "Others",
|
|
271
|
+
"Operations": "Operations",
|
|
272
|
+
"Outline": "Outline",
|
|
273
|
+
"Please add at least one rule": "Please add at least one rule",
|
|
274
|
+
"Preview": "Preview",
|
|
275
|
+
"Random character": "Random character",
|
|
276
|
+
"Record": "Record",
|
|
277
|
+
"Redo": "Redo",
|
|
278
|
+
"Reset cycle": "Reset cycle",
|
|
279
|
+
"Rule content": "Rule content",
|
|
280
|
+
"Sequence": "Sequence",
|
|
281
|
+
"Sequence rules": "Sequence rules",
|
|
282
|
+
"Start from": "Start from",
|
|
283
|
+
"Strike": "Strike",
|
|
284
|
+
"String": "String",
|
|
285
|
+
"Symbols": "Symbols",
|
|
286
|
+
"Syntax references": "Syntax references",
|
|
287
|
+
"System info": "System info",
|
|
288
|
+
"Text content": "Text content",
|
|
289
|
+
"Toolbar": "Toolbar",
|
|
290
|
+
"Undo": "Undo",
|
|
291
|
+
"Unsupported fields": "Unsupported fields",
|
|
292
|
+
"Upload": "Upload",
|
|
293
|
+
"Uppercase letters": "Uppercase letters",
|
|
294
|
+
"Used to store files uploaded in the Markdown editor (default: attachments)": "Used to store files uploaded in the Markdown editor (default: attachments)",
|
|
295
|
+
"Validation": "Validation",
|
|
296
|
+
"Vditor": "Vditor",
|
|
297
|
+
"Version": "Version",
|
|
298
|
+
"Which file collection should it be uploaded to": "Which file collection should it be uploaded to",
|
|
43
299
|
"Username": "Username",
|
|
44
300
|
"View documentation": "View documentation",
|
|
301
|
+
"Year": "Year",
|
|
302
|
+
"Yearly": "Yearly",
|
|
303
|
+
"Yellow": "Yellow",
|
|
45
304
|
"ai.tools.getDataSources.title": "Get data sources",
|
|
46
305
|
"ai.tools.getDataSources.about": "Retrieve list of all available data sources",
|
|
47
306
|
"ai.tools.getCollectionNames.title": "Get collection names",
|
package/dist/locale/zh-CN.json
CHANGED
|
@@ -1,9 +1,46 @@
|
|
|
1
1
|
{
|
|
2
|
+
"12 hour": "12 小时制",
|
|
3
|
+
"24 hour": "24 小时制",
|
|
2
4
|
"Allow adding and modifying collection": "允许添加和修改数据表结构",
|
|
5
|
+
"Add category": "添加分类",
|
|
6
|
+
"All collections": "全部数据表",
|
|
7
|
+
"Add field": "添加字段",
|
|
8
|
+
"Add option": "添加选项",
|
|
9
|
+
"Add rule": "添加规则",
|
|
10
|
+
"Are you sure you want to load {{count}} table(s)?": "确认加载 {{count}} 张表吗?",
|
|
3
11
|
"Are you sure you want to set the \"{{title}}\" field as a record unique key? This setting cannot be changed after it's been set.": "你确定将 “{{title}}” 字段设置为主键吗?设置成功后不可修改。",
|
|
4
12
|
"Available tables": "可选数据表",
|
|
13
|
+
"Auto increment": "自增",
|
|
14
|
+
"Automatically generate default values": "自动生成默认值",
|
|
15
|
+
"Automatically remove heading and tailing spaces": "自动去除首尾空格",
|
|
16
|
+
"Automatically update timestamp on update": "更新时自动更新时间戳",
|
|
17
|
+
"Base": "基数",
|
|
18
|
+
"Basic": "基础",
|
|
19
|
+
"BelongsTo": "属于",
|
|
20
|
+
"BelongsToMany": "属于多个",
|
|
21
|
+
"CASCADE": "级联",
|
|
22
|
+
"Checkbox": "复选框",
|
|
23
|
+
"Checkbox group": "复选框组",
|
|
24
|
+
"Category name": "分类名称",
|
|
25
|
+
"Color": "颜色",
|
|
26
|
+
"Collection category": "数据表类别",
|
|
27
|
+
"Configure fields": "配置字段",
|
|
5
28
|
"Collections": "数据表",
|
|
29
|
+
"Comparison": "比较",
|
|
30
|
+
"Confirm load tables": "确认加载数据表",
|
|
6
31
|
"Connection successful": "连接成功",
|
|
32
|
+
"Connect to database view": "连接数据库视图",
|
|
33
|
+
"contains": "包含",
|
|
34
|
+
"{{count}} filter items": "{{count}} 个筛选项",
|
|
35
|
+
"Create collection": "创建数据表",
|
|
36
|
+
"Calendar collection": "日历数据表",
|
|
37
|
+
"Categories": "分类",
|
|
38
|
+
"Created at": "创建时间",
|
|
39
|
+
"Created by": "创建人",
|
|
40
|
+
"Date": "日期",
|
|
41
|
+
"Date only": "日期",
|
|
42
|
+
"Date format": "日期格式",
|
|
43
|
+
"Data type": "数据类型",
|
|
7
44
|
"Data source display name": "数据源名称",
|
|
8
45
|
"Data source manager": "数据源管理",
|
|
9
46
|
"Data source name": "数据源标识",
|
|
@@ -11,37 +48,259 @@
|
|
|
11
48
|
"Data source synchronization successful": "数据源同步成功",
|
|
12
49
|
"Data sources": "数据源",
|
|
13
50
|
"Database": "数据库",
|
|
51
|
+
"Delete category": "删除分类",
|
|
52
|
+
"Delete collection": "删除数据表",
|
|
53
|
+
"Delete": "删除",
|
|
54
|
+
"Delete record": "删除记录",
|
|
14
55
|
"Description": "描述",
|
|
56
|
+
"Default value": "默认值",
|
|
57
|
+
"Default value to current time": "默认为当前时间",
|
|
58
|
+
"Double": "双精度",
|
|
15
59
|
"Display name": "名称",
|
|
60
|
+
"does not contain": "不包含",
|
|
61
|
+
"Edit category": "编辑分类",
|
|
62
|
+
"Edit collection": "编辑数据表",
|
|
63
|
+
"Edit field": "编辑字段",
|
|
64
|
+
"Enabled": "启用",
|
|
65
|
+
"Expression collection": "表达式数据表",
|
|
66
|
+
"Email": "电子邮箱",
|
|
67
|
+
"email": "电子邮箱",
|
|
16
68
|
"Failed": "加载失败",
|
|
69
|
+
"Failed to load tables": "加载数据表失败",
|
|
70
|
+
"Field": "字段",
|
|
71
|
+
"Field display name": "字段显示名称",
|
|
72
|
+
"Field name": "字段名称",
|
|
73
|
+
"Field name already exists": "字段名称已存在",
|
|
74
|
+
"Field source": "来源字段",
|
|
75
|
+
"Field type": "字段类型",
|
|
17
76
|
"Field database type": "字段数据库类型",
|
|
18
77
|
"Field interface": "UI类型",
|
|
78
|
+
"Fields": "字段",
|
|
79
|
+
"Fields can only be used correctly if they are defined with an interface.": "只有字段设置了 interface 字段才能正常使用。",
|
|
19
80
|
"Field synchronization confirmation prompt": "确认要对所有数据表执行字段同步吗?取决于数据表和字段数量,可能会耗时几秒到几十秒。若只需同步个别表,请使用相应表的“配置字段” - “从数据库同步”进行操作。",
|
|
81
|
+
"File collection": "文件数据表",
|
|
82
|
+
"Filter": "筛选",
|
|
20
83
|
"Filter data based on the specific field, with the requirement that the field value must be unique.": "根据特定的字段筛选数据,字段值必须具备唯一性。",
|
|
21
84
|
"Filter target key": "筛选目标键",
|
|
85
|
+
"Float": "浮点数",
|
|
86
|
+
"Foreign key": "外键",
|
|
87
|
+
"Foreign key 1": "外键 1",
|
|
88
|
+
"Foreign key 2": "外键 2",
|
|
89
|
+
"Field values must be unique.": "字段值必须唯一。",
|
|
90
|
+
"Generated automatically if left blank": "留空时自动生成",
|
|
91
|
+
"General collection": "普通数据表",
|
|
92
|
+
"GMT": "GMT",
|
|
93
|
+
"Greater than": "大于",
|
|
94
|
+
"HasMany": "拥有多个",
|
|
95
|
+
"HasOne": "拥有一个",
|
|
22
96
|
"Host": "服务器地址",
|
|
97
|
+
"Icon": "图标",
|
|
23
98
|
"If a collection lacks a primary key, you must configure a unique record key to locate row records within a block, failure to configure this will prevent the creation of data blocks for the collection.": "当数据表没有主键时,你需要配置记录唯一标识符,用于在区块中定位行记录,不配置将无法创建该表的数据区块。",
|
|
99
|
+
"Inherits": "继承",
|
|
100
|
+
"Integer": "整数",
|
|
101
|
+
"integer": "整数",
|
|
102
|
+
"Interface": "界面",
|
|
103
|
+
"Inverse field display name": "反向字段显示名称",
|
|
104
|
+
"Inverse field name": "反向字段名称",
|
|
105
|
+
"Inverse relationship type": "反向关系类型",
|
|
106
|
+
"is": "等于",
|
|
107
|
+
"is not": "不等于",
|
|
108
|
+
"item": "项",
|
|
109
|
+
"items": "项",
|
|
110
|
+
"JSON": "JSON",
|
|
111
|
+
"Joi API": "Joi API",
|
|
112
|
+
"Limit": "限制",
|
|
24
113
|
"Load tables from database": "从数据库加载表",
|
|
25
114
|
"Loaded": "已加载",
|
|
26
115
|
"Loading": "加载中",
|
|
116
|
+
"Last updated at": "最后更新时间",
|
|
117
|
+
"Last updated by": "最后更新人",
|
|
118
|
+
"Less than": "小于",
|
|
119
|
+
"length": "长度",
|
|
120
|
+
"Long text": "多行文本",
|
|
121
|
+
"Many to many": "多对多",
|
|
122
|
+
"Many to one": "多对一",
|
|
123
|
+
"Markdown": "Markdown",
|
|
124
|
+
"max": "最大值",
|
|
125
|
+
"Max length": "最大长度",
|
|
126
|
+
"Max value": "最大值",
|
|
127
|
+
"Media": "媒体",
|
|
128
|
+
"min": "最小值",
|
|
129
|
+
"Min length": "最小长度",
|
|
130
|
+
"Min value": "最小值",
|
|
131
|
+
"Month": "月",
|
|
132
|
+
"Multiple": "倍数",
|
|
133
|
+
"Multiple select": "多选",
|
|
134
|
+
"NO ACTION": "无操作",
|
|
135
|
+
"Number": "数字",
|
|
27
136
|
"No external data source plugin installed": "未安装外部数据源",
|
|
137
|
+
"Nano ID": "Nano ID",
|
|
138
|
+
"One to many": "一对多",
|
|
139
|
+
"One to one": "一对一",
|
|
140
|
+
"ON DELETE": "删除时",
|
|
28
141
|
"OK": "确定",
|
|
142
|
+
"Option label": "选项标签",
|
|
143
|
+
"Option value": "选项值",
|
|
144
|
+
"Options": "选项",
|
|
145
|
+
"pattern": "正则表达式",
|
|
146
|
+
"Pattern": "正则表达式",
|
|
29
147
|
"Password": "密码",
|
|
148
|
+
"Percent": "百分比",
|
|
30
149
|
"Permissions": "权限",
|
|
150
|
+
"Phone": "电话",
|
|
31
151
|
"Please select a field.": "请选择一个字段。",
|
|
152
|
+
"Please select at least one table": "请至少选择一张表",
|
|
153
|
+
"Please select a database view": "请选择一个数据库视图",
|
|
32
154
|
"Port": "端口",
|
|
155
|
+
"Preset fields": "预设字段",
|
|
156
|
+
"Picker": "选择器",
|
|
157
|
+
"Precision": "精度",
|
|
158
|
+
"Precision(UI)": "精度(界面)",
|
|
159
|
+
"Primary": "主键",
|
|
160
|
+
"Primary key, distributed uniqueness, time-ordering": "主键,分布式唯一,按时间排序",
|
|
161
|
+
"Quarter": "季度",
|
|
162
|
+
"Randomly generated and can be modified. Support letters, numbers and underscores, must start with an letter.": "随机生成,可修改。支持字母、数字和下划线,必须以字母开头。",
|
|
33
163
|
"Reloading": "加载中",
|
|
164
|
+
"Record unique key": "记录唯一标识",
|
|
165
|
+
"References": "参考",
|
|
166
|
+
"Relation": "关系",
|
|
167
|
+
"Relationship type": "关系类型",
|
|
168
|
+
"RESTRICT": "限制",
|
|
169
|
+
"required": "必填",
|
|
170
|
+
"Required": "必填",
|
|
171
|
+
"Reset": "重置",
|
|
172
|
+
"Radio group": "单选框组",
|
|
173
|
+
"Rich text": "富文本",
|
|
174
|
+
"Regular Expression": "正则表达式",
|
|
175
|
+
"Scale": "小数位数",
|
|
34
176
|
"Select field": "选择字段",
|
|
177
|
+
"Select field source": "选择来源字段",
|
|
35
178
|
"Selected tables": "已选数据表",
|
|
179
|
+
"Show time": "显示时间",
|
|
180
|
+
"SET NULL": "置空",
|
|
181
|
+
"Separator": "分隔符",
|
|
182
|
+
"Search collections...": "搜索数据表...",
|
|
183
|
+
"Skip getting the total number of table records during paging to speed up loading. It is recommended to enable this option for data tables with a large amount of data": "分页时跳过获取数据表记录总数以提升加载速度,建议在大数据量的数据表中启用。",
|
|
184
|
+
"Snowflake ID (53-bit)": "雪花 ID(53 位)",
|
|
185
|
+
"Single line text": "单行文本",
|
|
186
|
+
"Single select": "单选",
|
|
187
|
+
"Source collection": "源数据表",
|
|
188
|
+
"Source collections": "来源数据表",
|
|
189
|
+
"Source key": "源键",
|
|
36
190
|
"Status": "状态",
|
|
191
|
+
"Submit failed": "提交失败",
|
|
192
|
+
"Store the creation time of each record": "存储每条记录的创建时间",
|
|
193
|
+
"Store the creation user of each record": "存储每条记录的创建人",
|
|
194
|
+
"Store the last update time of each record": "存储每条记录的最后更新时间",
|
|
195
|
+
"Store the last update user of each record": "存储每条记录的最后更新人",
|
|
37
196
|
"Storage": "文件地址",
|
|
197
|
+
"Storage type": "存储类型",
|
|
198
|
+
"Create inverse field in the target collection": "在目标数据表中创建反向字段",
|
|
38
199
|
"Sync field changes from database": "从数据库同步字段变更",
|
|
200
|
+
"Sync from database": "从数据库同步",
|
|
201
|
+
"Sync successfully": "同步成功",
|
|
202
|
+
"SQL collection": "SQL 数据表",
|
|
203
|
+
"Support letters, numbers and underscores, must start with an letter.": "支持字母、数字和下划线,必须以字母开头。",
|
|
204
|
+
"Table name": "表名",
|
|
205
|
+
"Tables loaded successfully": "数据表加载成功",
|
|
206
|
+
"Collection display name": "数据表显示名称",
|
|
207
|
+
"Collection name": "数据表名称",
|
|
208
|
+
"Collection template": "数据表模板",
|
|
39
209
|
"Test Connection": "测试连接",
|
|
210
|
+
"Target collection": "目标数据表",
|
|
211
|
+
"Target key": "目标键",
|
|
40
212
|
"The following field types are not compatible and do not support output and display": "以下字段类型未适配,不支持输出和显示",
|
|
213
|
+
"Through collection": "中间表",
|
|
214
|
+
"Tree collection": "树数据表",
|
|
41
215
|
"Type": "类型",
|
|
216
|
+
"Time": "时间",
|
|
217
|
+
"Time format": "时间格式",
|
|
218
|
+
"timestamp": "时间戳",
|
|
219
|
+
"Timestamp": "时间戳",
|
|
220
|
+
"Unique": "唯一",
|
|
221
|
+
"Unsafe integer": "非安全整数",
|
|
222
|
+
"Unix timestamp": "Unix 时间戳",
|
|
223
|
+
"URL": "URL",
|
|
224
|
+
"UUID": "UUID",
|
|
225
|
+
"Use simple pagination mode": "使用简单分页模式",
|
|
226
|
+
"Use the same time zone (GMT) for all users": "所有用户使用相同时区(GMT)",
|
|
42
227
|
"Unknown field type": "未知字段类型",
|
|
228
|
+
"uri": "URI",
|
|
229
|
+
"uuid": "UUID",
|
|
230
|
+
"Advanced type": "高级类型",
|
|
231
|
+
"Autoincrement": "自增数字",
|
|
232
|
+
"Big integer": "大整数",
|
|
233
|
+
"Bold": "加粗",
|
|
234
|
+
"Both": "编辑和预览",
|
|
235
|
+
"Calculation engine": "计算引擎",
|
|
236
|
+
"case": "大小写",
|
|
237
|
+
"Character sets": "字符集",
|
|
238
|
+
"Check": "任务列表",
|
|
239
|
+
"Code": "代码块",
|
|
240
|
+
"Customize": "自定义",
|
|
241
|
+
"Daily": "每天",
|
|
242
|
+
"Date & Time": "日期和时间",
|
|
243
|
+
"Datetime": "日期时间",
|
|
244
|
+
"Digits": "位数",
|
|
245
|
+
"EditMode": "编辑模式",
|
|
246
|
+
"Emoji": "表情",
|
|
247
|
+
"Every Monday": "每周一",
|
|
248
|
+
"Expression": "表达式",
|
|
249
|
+
"Choices": "选项",
|
|
250
|
+
"Fixed text": "固定文本",
|
|
251
|
+
"Formula": "公式",
|
|
252
|
+
"Fullscreen": "全屏",
|
|
253
|
+
"Headings": "标题",
|
|
254
|
+
"Indent": "缩进",
|
|
255
|
+
"InlineCode": "行内代码",
|
|
256
|
+
"Input text, use {{ to insert variables": "输入文本,使用 {{ 插入变量",
|
|
257
|
+
"Inputable": "可输入",
|
|
258
|
+
"InsertAfter": "后方插入",
|
|
259
|
+
"InsertBefore": "前方插入",
|
|
260
|
+
"Italic": "斜体",
|
|
261
|
+
"Link": "链接",
|
|
262
|
+
"List": "列表",
|
|
263
|
+
"Lowercase letters": "小写字母",
|
|
264
|
+
"Match rules": "输入必须匹配规则",
|
|
265
|
+
"Monthly": "每月",
|
|
266
|
+
"Move down": "下移",
|
|
267
|
+
"Move up": "上移",
|
|
268
|
+
"No reset": "不重置",
|
|
269
|
+
"OrderedList": "有序列表",
|
|
270
|
+
"Others": "其他",
|
|
271
|
+
"Operations": "操作",
|
|
272
|
+
"Outline": "大纲",
|
|
273
|
+
"Please add at least one rule": "请至少添加一条规则",
|
|
274
|
+
"Preview": "预览",
|
|
275
|
+
"Random character": "随机字符",
|
|
276
|
+
"Record": "录音",
|
|
277
|
+
"Redo": "重做",
|
|
278
|
+
"Reset cycle": "重置周期",
|
|
279
|
+
"Rule content": "规则内容",
|
|
280
|
+
"Sequence": "自动编号",
|
|
281
|
+
"Sequence rules": "编号规则",
|
|
282
|
+
"Start from": "起始值",
|
|
283
|
+
"Strike": "删除线",
|
|
284
|
+
"String": "字符串",
|
|
285
|
+
"Symbols": "符号",
|
|
286
|
+
"Syntax references": "语法参考",
|
|
287
|
+
"System info": "系统信息",
|
|
288
|
+
"Text content": "文本内容",
|
|
289
|
+
"Toolbar": "工具栏",
|
|
290
|
+
"Undo": "撤销",
|
|
291
|
+
"Unsupported fields": "不支持的字段",
|
|
292
|
+
"Upload": "上传",
|
|
293
|
+
"Uppercase letters": "大写字母",
|
|
294
|
+
"Used to store files uploaded in the Markdown editor (default: attachments)": "用于存储 Markdown 编辑器上传的文件(默认:attachments)",
|
|
295
|
+
"Validation": "验证",
|
|
296
|
+
"Vditor": "Vditor",
|
|
297
|
+
"Version": "版本",
|
|
298
|
+
"Which file collection should it be uploaded to": "文件上传到哪个文件数据表",
|
|
43
299
|
"Username": "用户名",
|
|
44
300
|
"View documentation": "查看文档",
|
|
301
|
+
"Year": "年",
|
|
302
|
+
"Yearly": "每年",
|
|
303
|
+
"Yellow": "日出",
|
|
45
304
|
"ai.tools.getDataSources.title": "获取数据源",
|
|
46
305
|
"ai.tools.getDataSources.about": "获取所有可用数据源列表",
|
|
47
306
|
"ai.tools.getCollectionNames.title": "获取数据表名称",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"zod","version":"4.3.5","type":"module","license":"MIT","author":"Colin McDonnell <zod@colinhacks.com>","description":"TypeScript-first schema declaration and validation library with static type inference","homepage":"https://zod.dev","llms":"https://zod.dev/llms.txt","llmsFull":"https://zod.dev/llms-full.txt","mcpServer":"https://mcp.inkeep.com/zod/mcp","funding":"https://github.com/sponsors/colinhacks","sideEffects":false,"files":["src","**/*.js","**/*.mjs","**/*.cjs","**/*.d.ts","**/*.d.mts","**/*.d.cts","**/package.json"],"keywords":["typescript","schema","validation","type","inference"],"main":"./index.cjs","types":"./index.d.cts","module":"./index.js","zshy":{"exports":{"./package.json":"./package.json",".":"./src/index.ts","./mini":"./src/mini/index.ts","./locales":"./src/locales/index.ts","./v3":"./src/v3/index.ts","./v4":"./src/v4/index.ts","./v4-mini":"./src/v4-mini/index.ts","./v4/mini":"./src/v4/mini/index.ts","./v4/core":"./src/v4/core/index.ts","./v4/locales":"./src/v4/locales/index.ts","./v4/locales/*":"./src/v4/locales/*"},"conditions":{"@zod/source":"src"}},"exports":{"./package.json":"./package.json",".":{"@zod/source":"./src/index.ts","types":"./index.d.cts","import":"./index.js","require":"./index.cjs"},"./mini":{"@zod/source":"./src/mini/index.ts","types":"./mini/index.d.cts","import":"./mini/index.js","require":"./mini/index.cjs"},"./locales":{"@zod/source":"./src/locales/index.ts","types":"./locales/index.d.cts","import":"./locales/index.js","require":"./locales/index.cjs"},"./v3":{"@zod/source":"./src/v3/index.ts","types":"./v3/index.d.cts","import":"./v3/index.js","require":"./v3/index.cjs"},"./v4":{"@zod/source":"./src/v4/index.ts","types":"./v4/index.d.cts","import":"./v4/index.js","require":"./v4/index.cjs"},"./v4-mini":{"@zod/source":"./src/v4-mini/index.ts","types":"./v4-mini/index.d.cts","import":"./v4-mini/index.js","require":"./v4-mini/index.cjs"},"./v4/mini":{"@zod/source":"./src/v4/mini/index.ts","types":"./v4/mini/index.d.cts","import":"./v4/mini/index.js","require":"./v4/mini/index.cjs"},"./v4/core":{"@zod/source":"./src/v4/core/index.ts","types":"./v4/core/index.d.cts","import":"./v4/core/index.js","require":"./v4/core/index.cjs"},"./v4/locales":{"@zod/source":"./src/v4/locales/index.ts","types":"./v4/locales/index.d.cts","import":"./v4/locales/index.js","require":"./v4/locales/index.cjs"},"./v4/locales/*":{"@zod/source":"./src/v4/locales/*","types":"./v4/locales/*","import":"./v4/locales/*","require":"./v4/locales/*"}},"repository":{"type":"git","url":"git+https://github.com/colinhacks/zod.git"},"bugs":{"url":"https://github.com/colinhacks/zod/issues"},"support":{"backing":{"npm-funding":true}},"scripts":{"clean":"git clean -xdf . -e node_modules","build":"zshy --project tsconfig.build.json","postbuild":"tsx ../../scripts/write-stub-package-jsons.ts && pnpm biome check --write .","test:watch":"pnpm vitest","test":"pnpm vitest run","prepublishOnly":"tsx ../../scripts/check-versions.ts"},"_lastModified":"2026-05-
|
|
1
|
+
{"name":"zod","version":"4.3.5","type":"module","license":"MIT","author":"Colin McDonnell <zod@colinhacks.com>","description":"TypeScript-first schema declaration and validation library with static type inference","homepage":"https://zod.dev","llms":"https://zod.dev/llms.txt","llmsFull":"https://zod.dev/llms-full.txt","mcpServer":"https://mcp.inkeep.com/zod/mcp","funding":"https://github.com/sponsors/colinhacks","sideEffects":false,"files":["src","**/*.js","**/*.mjs","**/*.cjs","**/*.d.ts","**/*.d.mts","**/*.d.cts","**/package.json"],"keywords":["typescript","schema","validation","type","inference"],"main":"./index.cjs","types":"./index.d.cts","module":"./index.js","zshy":{"exports":{"./package.json":"./package.json",".":"./src/index.ts","./mini":"./src/mini/index.ts","./locales":"./src/locales/index.ts","./v3":"./src/v3/index.ts","./v4":"./src/v4/index.ts","./v4-mini":"./src/v4-mini/index.ts","./v4/mini":"./src/v4/mini/index.ts","./v4/core":"./src/v4/core/index.ts","./v4/locales":"./src/v4/locales/index.ts","./v4/locales/*":"./src/v4/locales/*"},"conditions":{"@zod/source":"src"}},"exports":{"./package.json":"./package.json",".":{"@zod/source":"./src/index.ts","types":"./index.d.cts","import":"./index.js","require":"./index.cjs"},"./mini":{"@zod/source":"./src/mini/index.ts","types":"./mini/index.d.cts","import":"./mini/index.js","require":"./mini/index.cjs"},"./locales":{"@zod/source":"./src/locales/index.ts","types":"./locales/index.d.cts","import":"./locales/index.js","require":"./locales/index.cjs"},"./v3":{"@zod/source":"./src/v3/index.ts","types":"./v3/index.d.cts","import":"./v3/index.js","require":"./v3/index.cjs"},"./v4":{"@zod/source":"./src/v4/index.ts","types":"./v4/index.d.cts","import":"./v4/index.js","require":"./v4/index.cjs"},"./v4-mini":{"@zod/source":"./src/v4-mini/index.ts","types":"./v4-mini/index.d.cts","import":"./v4-mini/index.js","require":"./v4-mini/index.cjs"},"./v4/mini":{"@zod/source":"./src/v4/mini/index.ts","types":"./v4/mini/index.d.cts","import":"./v4/mini/index.js","require":"./v4/mini/index.cjs"},"./v4/core":{"@zod/source":"./src/v4/core/index.ts","types":"./v4/core/index.d.cts","import":"./v4/core/index.js","require":"./v4/core/index.cjs"},"./v4/locales":{"@zod/source":"./src/v4/locales/index.ts","types":"./v4/locales/index.d.cts","import":"./v4/locales/index.js","require":"./v4/locales/index.cjs"},"./v4/locales/*":{"@zod/source":"./src/v4/locales/*","types":"./v4/locales/*","import":"./v4/locales/*","require":"./v4/locales/*"}},"repository":{"type":"git","url":"git+https://github.com/colinhacks/zod.git"},"bugs":{"url":"https://github.com/colinhacks/zod/issues"},"support":{"backing":{"npm-funding":true}},"scripts":{"clean":"git clean -xdf . -e node_modules","build":"zshy --project tsconfig.build.json","postbuild":"tsx ../../scripts/write-stub-package-jsons.ts && pnpm biome check --write .","test:watch":"pnpm vitest","test":"pnpm vitest run","prepublishOnly":"tsx ../../scripts/check-versions.ts"},"_lastModified":"2026-05-30T00:00:52.261Z"}
|