@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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@activepieces/piece-tables",
3
- "version": "0.2.3",
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.0",
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": "Tabellen",
3
- "Create Record(s)": "Datensatz(e) erstellen",
4
- "Delete Record(s)": "Datensatz(e) löschen",
5
- "Update Record": "Datensatz aktualisieren",
6
- "Get Record": "Datensatz abrufen",
7
- "Find Records": "Datensätze finden",
8
- "Insert one or more new records to a table.": "Fügen Sie einen oder mehrere neue Datensätze in eine Tabelle ein.",
9
- "Delete record(s) from a table": "Datensatze(n) aus einer Tabelle löschen",
10
- "Update values in an existing record": "Werte in einem vorhandenen Datensatz aktualisieren",
11
- "Get single record by its id.": "Holen Sie sich einen einzelnen Datensatz durch seine ID.",
12
- "Find records in a table with filters.": "Suchen Sie Datensätze in einer Tabelle mit Filtern.",
13
- "Table Name": "Tabellenname",
14
- "Records": "Datensätze",
15
- "Records IDs": "Datensatz-ID",
16
- "Record ID": "Datensatz-ID",
17
- "Values": "Werte",
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": "Filter",
20
- "The records to create.": "Zu erstellende Datensätze.",
21
- "The IDs of the records to delete": "Die IDs der zu löschenden Datensätze",
22
- "The ID of the record to do the action on.": "Die ID des Datensatzes, auf dem die Aktion ausgeführt wird.",
23
- "The values to update. Leave empty to keep current value.": "Die zu aktualisierenden Werte. Leer lassen, um den aktuellen Wert zu behalten.",
24
- "Maximum number of records to return (default no limit).": "Maximale Anzahl der zurückzugebenden Datensätze (Standard kein Limit).",
25
- "Filter conditions to apply": "Zu verwendende Bedingungen filtern",
26
- "New Record Created": "Neuer Datensatz erstellt",
27
- "Record Updated": "Datensatz aktualisiert",
28
- "Record Deleted": "Eintrag gelöscht",
29
- "Triggers when a new record is added to the selected table.": "Wird ausgelöst, wenn ein neuer Datensatz zur ausgewählten Tabelle hinzugefügt wird.",
30
- "Triggers when a record is updated in the selected table.": "Wird ausgelöst, wenn ein Datensatz in der ausgewählten Tabelle aktualisiert wird.",
31
- "Triggers when a record is deleted from the selected table.": "Wird ausgelöst, wenn ein Datensatz aus der ausgewählten Tabelle gelöscht wird."
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": "Tablas",
3
- "Create Record(s)": "Crear registro(s)",
4
- "Delete Record(s)": "Eliminar registro(s)",
5
- "Update Record": "Actualizar registro",
6
- "Get Record": "Obtener registro",
7
- "Find Records": "Buscar registros",
8
- "Insert one or more new records to a table.": "Inserte uno o más registros nuevos en una tabla.",
9
- "Delete record(s) from a table": "Eliminar registro(s) de una tabla",
10
- "Update values in an existing record": "Actualizar valores en un registro existente",
11
- "Get single record by its id.": "Obtener un único registro por su id.",
12
- "Find records in a table with filters.": "Buscar registros en una tabla con filtros.",
13
- "Table Name": "Nombre de tabla",
14
- "Records": "Registros",
15
- "Records IDs": "ID de registros",
16
- "Record ID": "ID de registro",
17
- "Values": "Valores",
18
- "Limit": "Límite",
19
- "Filters": "Filtros",
20
- "The records to create.": "Los registros a crear.",
21
- "The IDs of the records to delete": "Los IDs de los registros a eliminar",
22
- "The ID of the record to do the action on.": "El ID del registro en el que realizar la acción.",
23
- "The values to update. Leave empty to keep current value.": "Los valores a actualizar. Dejar en blanco para mantener el valor actual.",
24
- "Maximum number of records to return (default no limit).": "Número máximo de registros a devolver (por defecto sin límite).",
25
- "Filter conditions to apply": "Filtrar condiciones a aplicar",
26
- "New Record Created": "Nuevo registro creado",
27
- "Record Updated": "Registro actualizado",
28
- "Record Deleted": "Registro eliminado",
29
- "Triggers when a new record is added to the selected table.": "Se activa cuando se añade un nuevo registro a la tabla seleccionada.",
30
- "Triggers when a record is updated in the selected table.": "Se activa cuando un registro se actualiza en la tabla seleccionada.",
31
- "Triggers when a record is deleted from the selected table.": "Se activa cuando se elimina un registro de la tabla seleccionada."
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)": "Créer un ou des enregistrement(s)",
4
- "Delete Record(s)": "Supprimer les enregistrement(s)",
5
- "Update Record": "Mettre à jour l'enregistrement",
6
- "Get Record": "Obtenir un enregistrement",
7
- "Find Records": "Trouver des enregistrements",
8
- "Insert one or more new records to a table.": "Insérer un ou plusieurs nouveaux enregistrements dans une table.",
9
- "Delete record(s) from a table": "Supprimer le(s) enregistrement(s) d'une table",
10
- "Update values in an existing record": "Mettre à jour les valeurs dans un enregistrement existant",
11
- "Get single record by its id.": "Obtenir un enregistrement unique par son identifiant.",
12
- "Find records in a table with filters.": "Rechercher les enregistrements dans une table avec des filtres.",
13
- "Table Name": "Nom de la table",
14
- "Records": "Enregistrements",
15
- "Records IDs": "ID d'enregistrements",
16
- "Record ID": "ID de l'enregistrement",
17
- "Values": "Valeurs",
18
- "Limit": "Limite",
19
- "Filters": "Filtres",
20
- "The records to create.": "Les enregistrements à créer.",
21
- "The IDs of the records to delete": "Les identifiants des enregistrements à supprimer",
22
- "The ID of the record to do the action on.": "L'ID de l'enregistrement sur lequel effectuer l'action.",
23
- "The values to update. Leave empty to keep current value.": "Les valeurs à mettre à jour. Laisser vide pour conserver la valeur actuelle.",
24
- "Maximum number of records to return (default no limit).": "Nombre maximum d'enregistrements à retourner (sans limite par défaut).",
25
- "Filter conditions to apply": "Filtrer les conditions à appliquer",
26
- "New Record Created": "Nouvel enregistrement créé",
27
- "Record Updated": "Enregistrement mis à jour",
28
- "Record Deleted": "Enregistrement supprimé",
29
- "Triggers when a new record is added to the selected table.": "Déclenche lorsqu'un nouvel enregistrement est ajouté à la table sélectionnée.",
30
- "Triggers when a record is updated in the selected table.": "Déclenche lorsqu'un enregistrement est mis à jour dans le tableau sélectionné.",
31
- "Triggers when a record is deleted from the selected table.": "Déclenche lorsqu'un enregistrement est supprimé de la table sélectionnée."
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.": "1つ以上の新しいレコードをテーブルに挿入します。",
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",
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.": "更新する値。空のままにすると現在の値が維持されます。",
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": "Tabellen",
3
- "Create Record(s)": "Maak Opname(s)",
4
- "Delete Record(s)": "Opname(s) verwijderen",
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": "Krijg Record",
7
- "Find Records": "Records zoeken",
8
- "Insert one or more new records to a table.": "Een of meer nieuwe records toevoegen aan een tabel.",
9
- "Delete record(s) from a table": "Verwijder record(s) uit een tabel",
10
- "Update values in an existing record": "Waarden in een bestaand record bijwerken",
11
- "Get single record by its id.": "Krijg enkele record bij zijn id.",
12
- "Find records in a table with filters.": "Zoek records in een tabel met filters.",
13
- "Table Name": "Tafel naam",
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 ID's",
15
+ "Records IDs": "Records IDs",
16
16
  "Record ID": "Record ID",
17
- "Values": "Waarden",
18
- "Limit": "Limiet",
17
+ "Values": "Values",
18
+ "Limit": "Limit",
19
19
  "Filters": "Filters",
20
- "The records to create.": "De records om te maken.",
21
- "The IDs of the records to delete": "De ID's van de te verwijderen records",
22
- "The ID of the record to do the action on.": "Het ID van het record waar u de actie aan wilt doen.",
23
- "The values to update. Leave empty to keep current value.": "De waarden om bij te werken. Laat leeg om de huidige waarde te behouden.",
24
- "Maximum number of records to return (default no limit).": "Maximum aantal records om terug te sturen (standaard geen limiet).",
25
- "Filter conditions to apply": "Filter voorwaarden toe te passen",
26
- "New Record Created": "Nieuw Record Gemaakt",
27
- "Record Updated": "Record bijgewerkt",
28
- "Record Deleted": "Record verwijderd",
29
- "Triggers when a new record is added to the selected table.": "Activeert wanneer een nieuwe record wordt toegevoegd aan de geselecteerde tabel.",
30
- "Triggers when a record is updated in the selected table.": "Activeert wanneer een record wordt bijgewerkt in de geselecteerde tabel.",
31
- "Triggers when a record is deleted from the selected table.": "Activeert wanneer een record wordt verwijderd uit de geselecteerde tabel."
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": "Tabelas",
3
- "Create Record(s)": "Criar Registro(s)",
4
- "Delete Record(s)": "Excluir Registro(s)",
5
- "Update Record": "Atualizar Registro",
6
- "Get Record": "Obter Registro",
7
- "Find Records": "Encontrar registros",
8
- "Insert one or more new records to a table.": "Inserir um ou mais registros em uma tabela.",
9
- "Delete record(s) from a table": "Excluir registro(s) de uma tabela",
10
- "Update values in an existing record": "Atualizar valores em um registro existente",
11
- "Get single record by its id.": "Obtenha um único registro por seu id.",
12
- "Find records in a table with filters.": "Encontrar registros em uma tabela com filtros.",
13
- "Table Name": "Nome da Tabela",
14
- "Records": "registros",
15
- "Records IDs": "IDs de registros",
16
- "Record ID": "ID do Registro",
17
- "Values": "Valores",
18
- "Limit": "Limitar",
19
- "Filters": "Filtros",
20
- "The records to create.": "Os registros a criar.",
21
- "The IDs of the records to delete": "Os IDs dos registros a serem excluídos",
22
- "The ID of the record to do the action on.": "A ID do registro para fazer a ação.",
23
- "The values to update. Leave empty to keep current value.": "Os valores a serem atualizados. Deixe em branco para manter o valor atual.",
24
- "Maximum number of records to return (default no limit).": "Número máximo de registros para retornar (padrão sem limite)",
25
- "Filter conditions to apply": "Condições de filtro a aplicar",
26
- "New Record Created": "Novo Registro Criado",
27
- "Record Updated": "Registro Atualizado",
28
- "Record Deleted": "Registro Excluído",
29
- "Triggers when a new record is added to the selected table.": "Dispara quando um novo registro é adicionado à tabela selecionada.",
30
- "Triggers when a record is updated in the selected table.": "Dispara quando um registro é atualizado na tabela selecionada.",
31
- "Triggers when a record is deleted from the selected table.": "Dispara quando um registro é excluído da tabela selecionada."
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.": "通过其 ID 获取单个记录。",
12
- "Find records in a table with filters.": "在表中使用篩選器查找記錄。",
13
- "Table Name": "表名",
14
- "Records": "記錄",
15
- "Records IDs": "記錄 ID",
16
- "Record ID": "記錄 ID",
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.": "當記錄從選定表中删除時觸發。"
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
  }