@activepieces/piece-tables 0.2.14 → 0.2.15
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/package.json +5 -6
- package/src/i18n/zh.json +30 -30
package/package.json
CHANGED
|
@@ -1,23 +1,22 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@activepieces/piece-tables",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.15",
|
|
4
4
|
"dependencies": {
|
|
5
5
|
"@sinclair/typebox": "0.34.11",
|
|
6
6
|
"ai": "^6.0.0",
|
|
7
|
-
"axios": "1.13.
|
|
7
|
+
"axios": "1.13.5",
|
|
8
8
|
"axios-retry": "4.4.1",
|
|
9
9
|
"deepmerge-ts": "7.1.0",
|
|
10
10
|
"form-data": "4.0.4",
|
|
11
|
-
"i18next": "23.13.0",
|
|
12
11
|
"mime-types": "2.1.35",
|
|
13
12
|
"nanoid": "3.3.8",
|
|
14
|
-
"qs": "6.14.
|
|
13
|
+
"qs": "6.14.2",
|
|
15
14
|
"semver": "7.6.0",
|
|
16
15
|
"socket.io-client": "4.8.1",
|
|
17
16
|
"zod": "4.1.13",
|
|
18
17
|
"@activepieces/pieces-common": "0.11.5",
|
|
19
|
-
"@activepieces/pieces-framework": "0.25.
|
|
20
|
-
"@activepieces/shared": "0.
|
|
18
|
+
"@activepieces/pieces-framework": "0.25.3",
|
|
19
|
+
"@activepieces/shared": "0.37.0",
|
|
21
20
|
"tslib": "2.6.2"
|
|
22
21
|
},
|
|
23
22
|
"resolutions": {
|
package/src/i18n/zh.json
CHANGED
|
@@ -1,33 +1,33 @@
|
|
|
1
1
|
{
|
|
2
|
-
"Create Record(s)": "
|
|
3
|
-
"Delete Record(s)": "
|
|
4
|
-
"Update Record": "
|
|
5
|
-
"Get Record": "
|
|
6
|
-
"Find Records": "
|
|
7
|
-
"Clear Table": "
|
|
8
|
-
"Insert one or more new records to a table.": "
|
|
9
|
-
"Delete record(s) from a table": "
|
|
10
|
-
"Update values in an existing record": "
|
|
11
|
-
"Get single record by its id.": "
|
|
12
|
-
"Find records in a table with filters.": "
|
|
13
|
-
"Delete all records from a table": "
|
|
14
|
-
"Table Name": "
|
|
15
|
-
"Records": "
|
|
16
|
-
"Records IDs": "
|
|
17
|
-
"Record ID": "
|
|
2
|
+
"Create Record(s)": "创建记录 (s)",
|
|
3
|
+
"Delete Record(s)": "删除记录 (s)",
|
|
4
|
+
"Update Record": "更新记录",
|
|
5
|
+
"Get Record": "获取记录",
|
|
6
|
+
"Find Records": "查找记录",
|
|
7
|
+
"Clear Table": "清除表",
|
|
8
|
+
"Insert one or more new records to a table.": "插入一个或多个新记录到表格。",
|
|
9
|
+
"Delete record(s) from a table": "从表中删除记录",
|
|
10
|
+
"Update values in an existing record": "更新现有记录中的值",
|
|
11
|
+
"Get single record by its id.": "通过其ID获取单个记录。",
|
|
12
|
+
"Find records in a table with filters.": "在带过滤器的表中查找记录。",
|
|
13
|
+
"Delete all records from a table": "从表中删除所有记录",
|
|
14
|
+
"Table Name": "表名",
|
|
15
|
+
"Records": "记录",
|
|
16
|
+
"Records IDs": "记录 ID",
|
|
17
|
+
"Record ID": "记录 ID",
|
|
18
18
|
"Values": "值",
|
|
19
|
-
"Limit": "
|
|
20
|
-
"Filters": "
|
|
21
|
-
"The records to create.": "
|
|
22
|
-
"The IDs of the records to delete": "
|
|
23
|
-
"The ID of the record to do the action on.": "
|
|
24
|
-
"The values to update. Leave empty to keep current value.": "
|
|
25
|
-
"Maximum number of records to return (default no limit).": "
|
|
26
|
-
"Filter conditions to apply": "
|
|
27
|
-
"New Record Created": "
|
|
28
|
-
"Record Updated": "
|
|
29
|
-
"Record Deleted": "
|
|
30
|
-
"Triggers when a new record is added to the selected table.": "
|
|
31
|
-
"Triggers when a record is updated in the selected table.": "
|
|
32
|
-
"Triggers when a record is deleted from the selected table.": "
|
|
19
|
+
"Limit": "限制",
|
|
20
|
+
"Filters": "筛选器",
|
|
21
|
+
"The records to create.": "要创建的记录。",
|
|
22
|
+
"The IDs of the records to delete": "要删除的记录的 ID",
|
|
23
|
+
"The ID of the record to do the action on.": "要执行操作的记录的 ID。",
|
|
24
|
+
"The values to update. Leave empty to keep current value.": "要更新的值。留空以保留当前值。",
|
|
25
|
+
"Maximum number of records to return (default no limit).": "返回的最大记录数 (默认无限制)",
|
|
26
|
+
"Filter conditions to apply": "要应用的筛选条件",
|
|
27
|
+
"New Record Created": "创建新记录",
|
|
28
|
+
"Record Updated": "记录已更新",
|
|
29
|
+
"Record Deleted": "记录已删除",
|
|
30
|
+
"Triggers when a new record is added to the selected table.": "当一个新记录添加到所选表时触发.",
|
|
31
|
+
"Triggers when a record is updated in the selected table.": "在所选表中更新记录时触发事件。",
|
|
32
|
+
"Triggers when a record is deleted from the selected table.": "从所选表中删除记录时触发。"
|
|
33
33
|
}
|