@activepieces/piece-tables 0.2.3 → 0.2.4
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 +2 -2
- package/src/i18n/de.json +29 -29
- package/src/i18n/es.json +30 -30
- package/src/i18n/fr.json +29 -29
- package/src/i18n/ja.json +29 -29
- package/src/i18n/nl.json +26 -26
- package/src/i18n/pt.json +30 -30
- package/src/i18n/zh.json +30 -30
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@activepieces/piece-tables",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.4",
|
|
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.
|
|
17
|
+
"@activepieces/shared": "0.19.1",
|
|
18
18
|
"tslib": "2.8.1"
|
|
19
19
|
},
|
|
20
20
|
"overrides": {
|
package/src/i18n/de.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.": "
|
|
12
|
-
"Find records in a table with filters.": "
|
|
13
|
-
"Table Name": "
|
|
14
|
-
"Records": "
|
|
15
|
-
"Records IDs": "
|
|
16
|
-
"Record ID": "
|
|
17
|
-
"Values": "
|
|
2
|
+
"Tables": "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
|
+
"Values": "Values",
|
|
18
18
|
"Limit": "Limit",
|
|
19
|
-
"Filters": "
|
|
20
|
-
"The records to create.": "
|
|
21
|
-
"The IDs of the records to delete": "
|
|
22
|
-
"The ID of the record to do the action on.": "
|
|
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.": "
|
|
19
|
+
"Filters": "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
|
}
|
package/src/i18n/es.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.": "
|
|
12
|
-
"Find records in a table with filters.": "
|
|
13
|
-
"Table Name": "
|
|
14
|
-
"Records": "
|
|
15
|
-
"Records IDs": "
|
|
16
|
-
"Record ID": "ID
|
|
17
|
-
"Values": "
|
|
18
|
-
"Limit": "
|
|
19
|
-
"Filters": "
|
|
20
|
-
"The records to create.": "
|
|
21
|
-
"The IDs of the records to delete": "
|
|
22
|
-
"The ID of the record to do the action on.": "
|
|
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.": "
|
|
2
|
+
"Tables": "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
|
+
"Values": "Values",
|
|
18
|
+
"Limit": "Limit",
|
|
19
|
+
"Filters": "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
|
}
|
package/src/i18n/fr.json
CHANGED
|
@@ -1,32 +1,32 @@
|
|
|
1
1
|
{
|
|
2
2
|
"Tables": "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.": "
|
|
12
|
-
"Find records in a table with filters.": "
|
|
13
|
-
"Table Name": "
|
|
14
|
-
"Records": "
|
|
15
|
-
"Records IDs": "
|
|
16
|
-
"Record ID": "ID
|
|
17
|
-
"Values": "
|
|
18
|
-
"Limit": "
|
|
19
|
-
"Filters": "
|
|
20
|
-
"The records to create.": "
|
|
21
|
-
"The IDs of the records to delete": "
|
|
22
|
-
"The ID of the record to do the action on.": "
|
|
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.": "
|
|
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
|
+
"Values": "Values",
|
|
18
|
+
"Limit": "Limit",
|
|
19
|
+
"Filters": "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
|
}
|
package/src/i18n/ja.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.": "
|
|
12
|
-
"Find records in a table with filters.": "
|
|
13
|
-
"Table Name": "
|
|
14
|
-
"Records": "
|
|
15
|
-
"Records IDs": "
|
|
16
|
-
"Record ID": "
|
|
17
|
-
"Values": "
|
|
18
|
-
"Limit": "
|
|
19
|
-
"Filters": "
|
|
20
|
-
"The records to create.": "
|
|
21
|
-
"The IDs of the records to delete": "
|
|
22
|
-
"The ID of the record to do the action on.": "
|
|
23
|
-
"The values to update. Leave empty to keep current value.": "
|
|
2
|
+
"Tables": "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
|
+
"Values": "Values",
|
|
18
|
+
"Limit": "Limit",
|
|
19
|
+
"Filters": "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
24
|
"Maximum number of records to return (default no limit).": "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.": "
|
|
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
|
}
|
package/src/i18n/nl.json
CHANGED
|
@@ -1,32 +1,32 @@
|
|
|
1
1
|
{
|
|
2
|
-
"Tables": "
|
|
3
|
-
"Create Record(s)": "
|
|
4
|
-
"Delete Record(s)": "
|
|
2
|
+
"Tables": "Tables",
|
|
3
|
+
"Create Record(s)": "Create Record(s)",
|
|
4
|
+
"Delete Record(s)": "Delete Record(s)",
|
|
5
5
|
"Update Record": "Update Record",
|
|
6
|
-
"Get Record": "
|
|
7
|
-
"Find Records": "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.": "
|
|
12
|
-
"Find records in a table with filters.": "
|
|
13
|
-
"Table Name": "
|
|
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
14
|
"Records": "Records",
|
|
15
|
-
"Records IDs": "Records
|
|
15
|
+
"Records IDs": "Records IDs",
|
|
16
16
|
"Record ID": "Record ID",
|
|
17
|
-
"Values": "
|
|
18
|
-
"Limit": "
|
|
17
|
+
"Values": "Values",
|
|
18
|
+
"Limit": "Limit",
|
|
19
19
|
"Filters": "Filters",
|
|
20
|
-
"The records to create.": "
|
|
21
|
-
"The IDs of the records to delete": "
|
|
22
|
-
"The ID of the record to do the action on.": "
|
|
23
|
-
"The values to update. Leave empty to keep current value.": "
|
|
24
|
-
"Maximum number of records to return (default no limit).": "Maximum
|
|
25
|
-
"Filter conditions to apply": "Filter
|
|
26
|
-
"New Record Created": "
|
|
27
|
-
"Record Updated": "Record
|
|
28
|
-
"Record Deleted": "Record
|
|
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.": "
|
|
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
|
}
|
package/src/i18n/pt.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.": "
|
|
12
|
-
"Find records in a table with filters.": "
|
|
13
|
-
"Table Name": "
|
|
14
|
-
"Records": "
|
|
15
|
-
"Records IDs": "IDs
|
|
16
|
-
"Record ID": "ID
|
|
17
|
-
"Values": "
|
|
18
|
-
"Limit": "
|
|
19
|
-
"Filters": "
|
|
20
|
-
"The records to create.": "
|
|
21
|
-
"The IDs of the records to delete": "
|
|
22
|
-
"The ID of the record to do the action on.": "
|
|
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.": "
|
|
2
|
+
"Tables": "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
|
+
"Values": "Values",
|
|
18
|
+
"Limit": "Limit",
|
|
19
|
+
"Filters": "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
|
}
|
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.": "
|
|
12
|
-
"Find records in a table with filters.": "
|
|
13
|
-
"Table Name": "
|
|
14
|
-
"Records": "
|
|
15
|
-
"Records IDs": "
|
|
16
|
-
"Record ID": "
|
|
17
|
-
"Values": "
|
|
18
|
-
"Limit": "
|
|
19
|
-
"Filters": "
|
|
20
|
-
"The records to create.": "
|
|
21
|
-
"The IDs of the records to delete": "
|
|
22
|
-
"The ID of the record to do the action on.": "
|
|
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.": "
|
|
2
|
+
"Tables": "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
|
+
"Values": "Values",
|
|
18
|
+
"Limit": "Limit",
|
|
19
|
+
"Filters": "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
|
}
|