@activepieces/piece-tables 0.2.3 → 0.2.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +2 -2
  2. package/src/i18n/zh.json +29 -29
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@activepieces/piece-tables",
3
- "version": "0.2.3",
3
+ "version": "0.2.5",
4
4
  "dependencies": {
5
5
  "@sinclair/typebox": "0.34.11",
6
6
  "axios": "1.8.3",
@@ -14,7 +14,7 @@
14
14
  "zod": "3.25.76",
15
15
  "@activepieces/pieces-common": "0.7.0",
16
16
  "@activepieces/pieces-framework": "0.18.4",
17
- "@activepieces/shared": "0.19.0",
17
+ "@activepieces/shared": "0.20.0",
18
18
  "tslib": "2.8.1"
19
19
  },
20
20
  "overrides": {
package/src/i18n/zh.json CHANGED
@@ -1,32 +1,32 @@
1
1
  {
2
- "Tables": "表格",
3
- "Create Record(s)": "創建記錄",
4
- "Delete Record(s)": "删除記錄",
5
- "Update Record": "更新記錄",
6
- "Get Record": "獲取記錄",
7
- "Find Records": "查找記錄",
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
- "Table Name": "表名",
14
- "Records": "記錄",
15
- "Records IDs": "記錄 ID",
16
- "Record ID": "記錄 ID",
2
+ "Tables": "",
3
+ "Create Record(s)": "Create Record(s)",
4
+ "Delete Record(s)": "Delete Record(s)",
5
+ "Update Record": "Update Record",
6
+ "Get Record": "Get Record",
7
+ "Find Records": "Find Records",
8
+ "Insert one or more new records to a table.": "Insert one or more new records to a table.",
9
+ "Delete record(s) from a table": "Delete record(s) from a table",
10
+ "Update values in an existing record": "Update values in an existing record",
11
+ "Get single record by its id.": "Get single record by its id.",
12
+ "Find records in a table with filters.": "Find records in a table with filters.",
13
+ "Table Name": "Table Name",
14
+ "Records": "Records",
15
+ "Records IDs": "Records IDs",
16
+ "Record ID": "Record ID",
17
17
  "Values": "值",
18
- "Limit": "限制",
19
- "Filters": "篩選器",
20
- "The records to create.": "要創建的記錄。",
21
- "The IDs of the records to delete": "要刪除的記錄 ID",
22
- "The ID of the record to do the action on.": "要執行操作的記錄ID",
23
- "The values to update. Leave empty to keep current value.": "要更新的值。保持空白以保持當前值。",
24
- "Maximum number of records to return (default no limit).": "返回的最大記錄數量(默認無限制)。",
25
- "Filter conditions to apply": "應用的篩選條件",
26
- "New Record Created": "新記錄已創建",
27
- "Record Updated": "記錄已更新",
28
- "Record Deleted": "記錄已删除",
29
- "Triggers when a new record is added to the selected table.": "當新記錄添加到選定表時觸發。",
30
- "Triggers when a record is updated in the selected table.": "當記錄在選定表中更新時觸發。",
31
- "Triggers when a record is deleted from the selected table.": "當記錄從選定表中删除時觸發。"
18
+ "Limit": "Limit",
19
+ "Filters": "篩選條件",
20
+ "The records to create.": "The records to create.",
21
+ "The IDs of the records to delete": "The IDs of the records to delete",
22
+ "The ID of the record to do the action on.": "The ID of the record to do the action on.",
23
+ "The values to update. Leave empty to keep current value.": "The values to update. Leave empty to keep current value.",
24
+ "Maximum number of records to return (default no limit).": "Maximum number of records to return (default no limit).",
25
+ "Filter conditions to apply": "Filter conditions to apply",
26
+ "New Record Created": "New Record Created",
27
+ "Record Updated": "Record Updated",
28
+ "Record Deleted": "Record Deleted",
29
+ "Triggers when a new record is added to the selected table.": "Triggers when a new record is added to the selected table.",
30
+ "Triggers when a record is updated in the selected table.": "Triggers when a record is updated in the selected table.",
31
+ "Triggers when a record is deleted from the selected table.": "Triggers when a record is deleted from the selected table."
32
32
  }