@activepieces/piece-teable 0.1.4 → 0.1.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.
- package/package.json +5 -5
- package/src/i18n/de.json +60 -0
- package/src/i18n/es.json +60 -0
- package/src/i18n/fr.json +60 -0
- package/src/i18n/ja.json +60 -0
- package/src/i18n/nl.json +60 -0
- package/src/i18n/pt.json +60 -0
- package/src/i18n/translation.json +60 -0
- package/src/i18n/zh.json +60 -0
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@activepieces/piece-teable",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.5",
|
|
4
4
|
"type": "commonjs",
|
|
5
5
|
"main": "./src/index.js",
|
|
6
6
|
"types": "./src/index.d.ts",
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"
|
|
9
|
-
"@activepieces/pieces-
|
|
10
|
-
"@activepieces/
|
|
11
|
-
"
|
|
8
|
+
"tslib": "2.6.2",
|
|
9
|
+
"@activepieces/pieces-common": "0.12.1",
|
|
10
|
+
"@activepieces/pieces-framework": "0.26.2",
|
|
11
|
+
"@activepieces/shared": "0.57.2"
|
|
12
12
|
},
|
|
13
13
|
"scripts": {
|
|
14
14
|
"build": "tsc -p tsconfig.lib.json && cp package.json dist/",
|
package/src/i18n/de.json
ADDED
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
{
|
|
2
|
+
"No-code database built on PostgreSQL": "No-Code-Datenbank basierend auf PostgreSQL",
|
|
3
|
+
"Create Record": "Datensatz erstellen",
|
|
4
|
+
"List Records": "Datensätze auflisten",
|
|
5
|
+
"Get Record": "Datensatz abrufen",
|
|
6
|
+
"Update Record": "Datensatz aktualisieren",
|
|
7
|
+
"Delete Record": "Datensatz löschen",
|
|
8
|
+
"Upload Attachment": "Anhang hochladen",
|
|
9
|
+
"Custom API Call": "Eigener API-Aufruf",
|
|
10
|
+
"Creates a new record in a Teable table.": "Erstellt einen neuen Datensatz in einer Teable Tabelle.",
|
|
11
|
+
"Retrieves a list of records from a table with optional filtering, sorting, and pagination.": "Ruft eine Liste von Datensätzen aus einer Tabelle mit optionaler Filterung, Sortierung und Seiteninierung ab.",
|
|
12
|
+
"Retrieves a single record from a table by its ID.": "Ruft einen einzigen Datensatz aus einer Tabelle durch seine ID ab.",
|
|
13
|
+
"Updates an existing record in a Teable table.": "Aktualisiert einen vorhandenen Datensatz in einer Teable-Tabelle.",
|
|
14
|
+
"Deletes a record from a Teable table by its ID.": "Löscht einen Datensatz aus einer Teable-Tabelle mit seiner ID.",
|
|
15
|
+
"Uploads a file as an attachment to a field in a Teable record.": "Lädt eine Datei als Anhang in einem Teable-Datensatz in ein Feld.",
|
|
16
|
+
"Make a custom API call to a specific endpoint": "Einen benutzerdefinierten API-Aufruf an einen bestimmten Endpunkt machen",
|
|
17
|
+
"Base": "Basis",
|
|
18
|
+
"Table": "Tisch",
|
|
19
|
+
"Fields": "Felder",
|
|
20
|
+
"Filter": "Filtern",
|
|
21
|
+
"Cell Format": "Zellenformat",
|
|
22
|
+
"Take": "Nimm",
|
|
23
|
+
"Skip": "Überspringen",
|
|
24
|
+
"Selected Record IDs": "Ausgewählte Datensatz-IDs",
|
|
25
|
+
"Record": "Datensatz",
|
|
26
|
+
"Attachment Field": "Anhangfeld",
|
|
27
|
+
"File": "Datei",
|
|
28
|
+
"Method": "Methode",
|
|
29
|
+
"Headers": "Kopfzeilen",
|
|
30
|
+
"Query Parameters": "Abfrageparameter",
|
|
31
|
+
"Body Type": "Körpertyp",
|
|
32
|
+
"Body": "Körper",
|
|
33
|
+
"Response is Binary ?": "Antwort ist binär?",
|
|
34
|
+
"No Error on Failure": "Kein Fehler bei Fehler",
|
|
35
|
+
"Timeout (in seconds)": "Timeout (in Sekunden)",
|
|
36
|
+
"Follow redirects": "Weiterleitungen folgen",
|
|
37
|
+
"The table inside the selected base.": "Die Tabelle innerhalb der ausgewählten Basis.",
|
|
38
|
+
"The fields to add to the record.": "Die Felder, die zum Datensatz hinzugefügt werden sollen.",
|
|
39
|
+
"A filter expression for the records. Use the visual query builder at https://app.teable.ai/developer/tool/query-builder to build one.": "Ein Filterausdruck für die Datensätze. Benutzen Sie den visuellen Abfragebuilder auf https://app.teable.ai/developer/tool/query-builder um einen zu erstellen.",
|
|
40
|
+
"The format of the cell values in the response.": "Das Format der Zellwerte in der Antwort.",
|
|
41
|
+
"The record count you want to take, maximum is 1000.": "Die Anzahl der Datensätze die Sie aufnehmen möchten, ist maximal 1000.",
|
|
42
|
+
"The records count you want to skip.": "Die Anzahl der Datensätze, die Sie überspringen möchten.",
|
|
43
|
+
"Filter selected records by record ids.": "Ausgewählte Datensätze nach Datensatz-ID filtern.",
|
|
44
|
+
"The record to act on.": "Die Aufzeichnung, um zu handeln.",
|
|
45
|
+
"The attachment field to upload the file to.": "Das Anhang-Feld, in das die Datei hochgeladen wird.",
|
|
46
|
+
"The file to upload. Accepts a URL or a binary file.": "Die Datei zum Hochladen. Akzeptiert eine URL oder eine Binärdatei.",
|
|
47
|
+
"Authorization headers are injected automatically from your connection.": "Autorisierungs-Header werden automatisch von Ihrer Verbindung injiziert.",
|
|
48
|
+
"Enable for files like PDFs, images, etc.": "Aktivieren für Dateien wie PDFs, Bilder usw.",
|
|
49
|
+
"JSON": "JSON",
|
|
50
|
+
"Text": "Text",
|
|
51
|
+
"GET": "ERHALTEN",
|
|
52
|
+
"POST": "POST",
|
|
53
|
+
"PATCH": "PATCH",
|
|
54
|
+
"PUT": "PUT",
|
|
55
|
+
"DELETE": "LÖSCHEN",
|
|
56
|
+
"HEAD": "HEAD",
|
|
57
|
+
"None": "Keine",
|
|
58
|
+
"Form Data": "Formulardaten",
|
|
59
|
+
"Raw": "Rohe"
|
|
60
|
+
}
|
package/src/i18n/es.json
ADDED
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
{
|
|
2
|
+
"No-code database built on PostgreSQL": "No se construyó una base de datos basada en PostgreSQL",
|
|
3
|
+
"Create Record": "Crear registro",
|
|
4
|
+
"List Records": "Registros de Lista",
|
|
5
|
+
"Get Record": "Obtener registro",
|
|
6
|
+
"Update Record": "Actualizar registro",
|
|
7
|
+
"Delete Record": "Eliminar registro",
|
|
8
|
+
"Upload Attachment": "Subir adjunto",
|
|
9
|
+
"Custom API Call": "Llamada API personalizada",
|
|
10
|
+
"Creates a new record in a Teable table.": "Crea un nuevo registro en una tabla Teable.",
|
|
11
|
+
"Retrieves a list of records from a table with optional filtering, sorting, and pagination.": "Recuperar una lista de registros de una tabla con filtrado, ordenación y paginación opcional.",
|
|
12
|
+
"Retrieves a single record from a table by its ID.": "Recuperar un solo registro de una tabla por su ID.",
|
|
13
|
+
"Updates an existing record in a Teable table.": "Actualiza un registro existente en una tabla Teable.",
|
|
14
|
+
"Deletes a record from a Teable table by its ID.": "Elimina un registro de una tabla Teable por su ID.",
|
|
15
|
+
"Uploads a file as an attachment to a field in a Teable record.": "Sube un archivo como un archivo adjunto a un campo en un registro Teable.",
|
|
16
|
+
"Make a custom API call to a specific endpoint": "Hacer una llamada API personalizada a un extremo específico",
|
|
17
|
+
"Base": "Base",
|
|
18
|
+
"Table": "Tabla",
|
|
19
|
+
"Fields": "Campos",
|
|
20
|
+
"Filter": "Filtro",
|
|
21
|
+
"Cell Format": "Formato de celda",
|
|
22
|
+
"Take": "Tomar",
|
|
23
|
+
"Skip": "Saltar",
|
|
24
|
+
"Selected Record IDs": "ID de registro seleccionado",
|
|
25
|
+
"Record": "Grabar",
|
|
26
|
+
"Attachment Field": "Campo adjunto",
|
|
27
|
+
"File": "Archivo",
|
|
28
|
+
"Method": "Método",
|
|
29
|
+
"Headers": "Encabezados",
|
|
30
|
+
"Query Parameters": "Parámetros de consulta",
|
|
31
|
+
"Body Type": "Tipo de cuerpo",
|
|
32
|
+
"Body": "Cuerpo",
|
|
33
|
+
"Response is Binary ?": "¿Respuesta es binaria?",
|
|
34
|
+
"No Error on Failure": "No hay ningún error en fallo",
|
|
35
|
+
"Timeout (in seconds)": "Tiempo de espera (en segundos)",
|
|
36
|
+
"Follow redirects": "Seguir redirecciones",
|
|
37
|
+
"The table inside the selected base.": "La tabla dentro de la base seleccionada.",
|
|
38
|
+
"The fields to add to the record.": "Los campos a agregar al registro.",
|
|
39
|
+
"A filter expression for the records. Use the visual query builder at https://app.teable.ai/developer/tool/query-builder to build one.": "Una expresión de filtro para los registros. Utilice el generador de consultas visuales en https://app.teable.ai/developer/tool/query-builder para construir uno.",
|
|
40
|
+
"The format of the cell values in the response.": "El formato de los valores de la celda en la respuesta.",
|
|
41
|
+
"The record count you want to take, maximum is 1000.": "El recuento de registros que desea tomar, el máximo es de 1000.",
|
|
42
|
+
"The records count you want to skip.": "El recuento de registros que desea saltar.",
|
|
43
|
+
"Filter selected records by record ids.": "Filtrar registros seleccionados por identificadores de registro.",
|
|
44
|
+
"The record to act on.": "El historial en el que actuar.",
|
|
45
|
+
"The attachment field to upload the file to.": "El campo adjunto al que subir el archivo.",
|
|
46
|
+
"The file to upload. Accepts a URL or a binary file.": "El archivo a cargar. Acepta una URL o un archivo binario.",
|
|
47
|
+
"Authorization headers are injected automatically from your connection.": "Las cabeceras de autorización se inyectan automáticamente desde tu conexión.",
|
|
48
|
+
"Enable for files like PDFs, images, etc.": "Activar para archivos como PDFs, imágenes, etc.",
|
|
49
|
+
"JSON": "JSON",
|
|
50
|
+
"Text": "Texto",
|
|
51
|
+
"GET": "RECOGER",
|
|
52
|
+
"POST": "POST",
|
|
53
|
+
"PATCH": "PATCH",
|
|
54
|
+
"PUT": "PUT",
|
|
55
|
+
"DELETE": "BORRAR",
|
|
56
|
+
"HEAD": "LIMPIO",
|
|
57
|
+
"None": "Ninguna",
|
|
58
|
+
"Form Data": "Datos de Formulario",
|
|
59
|
+
"Raw": "Rápido"
|
|
60
|
+
}
|
package/src/i18n/fr.json
ADDED
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
{
|
|
2
|
+
"No-code database built on PostgreSQL": "Base de données sans code construite sur PostgreSQL",
|
|
3
|
+
"Create Record": "Créer un enregistrement",
|
|
4
|
+
"List Records": "Liste des enregistrements",
|
|
5
|
+
"Get Record": "Obtenir un enregistrement",
|
|
6
|
+
"Update Record": "Mettre à jour l'enregistrement",
|
|
7
|
+
"Delete Record": "Supprimer l'enregistrement",
|
|
8
|
+
"Upload Attachment": "Charger une pièce jointe",
|
|
9
|
+
"Custom API Call": "Appel d'API personnalisé",
|
|
10
|
+
"Creates a new record in a Teable table.": "Crée un nouvel enregistrement dans une table Teable.",
|
|
11
|
+
"Retrieves a list of records from a table with optional filtering, sorting, and pagination.": "Récupère une liste d'enregistrements dans une table avec filtrage, tri et pagination optionnels.",
|
|
12
|
+
"Retrieves a single record from a table by its ID.": "Récupère un seul enregistrement d'une table par son ID.",
|
|
13
|
+
"Updates an existing record in a Teable table.": "Met à jour un enregistrement existant dans une table Teable.",
|
|
14
|
+
"Deletes a record from a Teable table by its ID.": "Supprime un enregistrement d'une table Teable par son ID.",
|
|
15
|
+
"Uploads a file as an attachment to a field in a Teable record.": "Télécharge un fichier en tant que pièce jointe à un champ dans un enregistrement Teable.",
|
|
16
|
+
"Make a custom API call to a specific endpoint": "Passer un appel API personnalisé à un endpoint spécifique",
|
|
17
|
+
"Base": "Base",
|
|
18
|
+
"Table": "Tableau",
|
|
19
|
+
"Fields": "Champs",
|
|
20
|
+
"Filter": "Filtre",
|
|
21
|
+
"Cell Format": "Format de la cellule",
|
|
22
|
+
"Take": "Prendre",
|
|
23
|
+
"Skip": "Ignorer",
|
|
24
|
+
"Selected Record IDs": "ID d'enregistrement sélectionné",
|
|
25
|
+
"Record": "Enregistrements",
|
|
26
|
+
"Attachment Field": "Champ de pièce jointe",
|
|
27
|
+
"File": "Ficher",
|
|
28
|
+
"Method": "Méthode",
|
|
29
|
+
"Headers": "Headers",
|
|
30
|
+
"Query Parameters": "Paramètres de requête",
|
|
31
|
+
"Body Type": "Body Type",
|
|
32
|
+
"Body": "Body",
|
|
33
|
+
"Response is Binary ?": "La réponse est Binaire ?",
|
|
34
|
+
"No Error on Failure": "Aucune erreur en cas d'échec",
|
|
35
|
+
"Timeout (in seconds)": "Délai d'expiration (en secondes)",
|
|
36
|
+
"Follow redirects": "Suivre les redirections",
|
|
37
|
+
"The table inside the selected base.": "La table à l'intérieur de la base sélectionnée.",
|
|
38
|
+
"The fields to add to the record.": "Les champs à ajouter à l'enregistrement.",
|
|
39
|
+
"A filter expression for the records. Use the visual query builder at https://app.teable.ai/developer/tool/query-builder to build one.": "Une expression de filtre pour les enregistrements. Utilisez le constructeur de requêtes visuelles sur https://app.teable.ai/developer/tool/query-builder pour en construire une.",
|
|
40
|
+
"The format of the cell values in the response.": "Le format des valeurs de la cellule dans la réponse.",
|
|
41
|
+
"The record count you want to take, maximum is 1000.": "Le nombre d'enregistrements que vous voulez prendre, le maximum est de 1000.",
|
|
42
|
+
"The records count you want to skip.": "Le nombre d'enregistrements que vous voulez ignorer.",
|
|
43
|
+
"Filter selected records by record ids.": "Filtrer les enregistrements sélectionnés par ID d'enregistrement.",
|
|
44
|
+
"The record to act on.": "Le dossier sur lequel il faut agir.",
|
|
45
|
+
"The attachment field to upload the file to.": "Le champ de pièce jointe vers lequel télécharger le fichier.",
|
|
46
|
+
"The file to upload. Accepts a URL or a binary file.": "Le fichier à télécharger. Accepte une URL ou un fichier binaire.",
|
|
47
|
+
"Authorization headers are injected automatically from your connection.": "Les Headers d'autorisation sont injectés automatiquement à partir de votre connexion.",
|
|
48
|
+
"Enable for files like PDFs, images, etc.": "Activer pour les fichiers comme les PDFs, les images, etc.",
|
|
49
|
+
"JSON": "JSON",
|
|
50
|
+
"Text": "Texte du texte",
|
|
51
|
+
"GET": "GET",
|
|
52
|
+
"POST": "POST",
|
|
53
|
+
"PATCH": "PATCH",
|
|
54
|
+
"PUT": "PUT",
|
|
55
|
+
"DELETE": "DELETE",
|
|
56
|
+
"HEAD": "HEAD",
|
|
57
|
+
"None": "Aucun",
|
|
58
|
+
"Form Data": "Données du formulaire",
|
|
59
|
+
"Raw": "Brut"
|
|
60
|
+
}
|
package/src/i18n/ja.json
ADDED
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
{
|
|
2
|
+
"No-code database built on PostgreSQL": "PostgreSQL上に構築されたコードのないデータベース",
|
|
3
|
+
"Create Record": "レコードを作成",
|
|
4
|
+
"List Records": "レコードの一覧",
|
|
5
|
+
"Get Record": "レコードを取得",
|
|
6
|
+
"Update Record": "更新記録",
|
|
7
|
+
"Delete Record": "レコードを削除",
|
|
8
|
+
"Upload Attachment": "添付ファイルをアップロード",
|
|
9
|
+
"Custom API Call": "カスタムAPI呼び出し",
|
|
10
|
+
"Creates a new record in a Teable table.": "Teable テーブルに新しいレコードを作成します。",
|
|
11
|
+
"Retrieves a list of records from a table with optional filtering, sorting, and pagination.": "オプションのフィルタリング、ソート、ページネーションを持つテーブルからレコードのリストを取得します。",
|
|
12
|
+
"Retrieves a single record from a table by its ID.": "テーブルから ID で単一のレコードを取得します。",
|
|
13
|
+
"Updates an existing record in a Teable table.": "Teable テーブル内の既存のレコードを更新します。",
|
|
14
|
+
"Deletes a record from a Teable table by its ID.": "Teable テーブルから ID からレコードを削除します。",
|
|
15
|
+
"Uploads a file as an attachment to a field in a Teable record.": "ティーアブルレコード内のフィールドの添付ファイルとしてファイルをアップロードします。",
|
|
16
|
+
"Make a custom API call to a specific endpoint": "特定のエンドポイントへのカスタム API コールを実行します。",
|
|
17
|
+
"Base": "Base",
|
|
18
|
+
"Table": "表",
|
|
19
|
+
"Fields": "フィールド",
|
|
20
|
+
"Filter": "フィルター",
|
|
21
|
+
"Cell Format": "セルの書式",
|
|
22
|
+
"Take": "テイクする",
|
|
23
|
+
"Skip": "スキップ",
|
|
24
|
+
"Selected Record IDs": "選択されたレコードID",
|
|
25
|
+
"Record": "レコード",
|
|
26
|
+
"Attachment Field": "添付ファイルフィールド",
|
|
27
|
+
"File": "ファイル",
|
|
28
|
+
"Method": "方法",
|
|
29
|
+
"Headers": "ヘッダー",
|
|
30
|
+
"Query Parameters": "クエリパラメータ",
|
|
31
|
+
"Body Type": "ボディタイプ",
|
|
32
|
+
"Body": "本文",
|
|
33
|
+
"Response is Binary ?": "応答はバイナリですか?",
|
|
34
|
+
"No Error on Failure": "失敗時にエラーはありません",
|
|
35
|
+
"Timeout (in seconds)": "タイムアウト(秒)",
|
|
36
|
+
"Follow redirects": "リダイレクトをフォローする",
|
|
37
|
+
"The table inside the selected base.": "選択したベース内のテーブル。",
|
|
38
|
+
"The fields to add to the record.": "レコードに追加するフィールド。",
|
|
39
|
+
"A filter expression for the records. Use the visual query builder at https://app.teable.ai/developer/tool/query-builder to build one.": "レコードのフィルタ条件式。https://app.teable.ai/developer/tool/query-builder にあるクエリビルダーを使用してビルドします。",
|
|
40
|
+
"The format of the cell values in the response.": "応答内のセル値の書式。",
|
|
41
|
+
"The record count you want to take, maximum is 1000.": "取得したいレコード数の最大値は1000です。",
|
|
42
|
+
"The records count you want to skip.": "スキップするレコード数をカウントします。",
|
|
43
|
+
"Filter selected records by record ids.": "レコードIDで選択したレコードを絞り込みます。",
|
|
44
|
+
"The record to act on.": "行動する記録。",
|
|
45
|
+
"The attachment field to upload the file to.": "ファイルをアップロードする添付フィールド。",
|
|
46
|
+
"The file to upload. Accepts a URL or a binary file.": "アップロードするファイル。URLまたはバイナリファイルを受け入れる。",
|
|
47
|
+
"Authorization headers are injected automatically from your connection.": "認証ヘッダは接続から自動的に注入されます。",
|
|
48
|
+
"Enable for files like PDFs, images, etc.": "PDF、画像などのファイルを有効にする",
|
|
49
|
+
"JSON": "JSON",
|
|
50
|
+
"Text": "テキスト",
|
|
51
|
+
"GET": "GET",
|
|
52
|
+
"POST": "POST",
|
|
53
|
+
"PATCH": "PATCH",
|
|
54
|
+
"PUT": "PUT",
|
|
55
|
+
"DELETE": "DELETE",
|
|
56
|
+
"HEAD": "HEAD",
|
|
57
|
+
"None": "なし",
|
|
58
|
+
"Form Data": "フォームデータ",
|
|
59
|
+
"Raw": "Raw"
|
|
60
|
+
}
|
package/src/i18n/nl.json
ADDED
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
{
|
|
2
|
+
"No-code database built on PostgreSQL": "Geen database met code gemaakt op PostgreSQL",
|
|
3
|
+
"Create Record": "Record Maken",
|
|
4
|
+
"List Records": "Lijst records",
|
|
5
|
+
"Get Record": "Krijg Record",
|
|
6
|
+
"Update Record": "Update Record",
|
|
7
|
+
"Delete Record": "Record verwijderen",
|
|
8
|
+
"Upload Attachment": "Bijlage uploaden",
|
|
9
|
+
"Custom API Call": "Custom API Call",
|
|
10
|
+
"Creates a new record in a Teable table.": "Maakt een nieuw record aan in een Teable tabel.",
|
|
11
|
+
"Retrieves a list of records from a table with optional filtering, sorting, and pagination.": "Ophalen van een lijst met records uit een tabel met optioneel filteren, sorteren en pagineren.",
|
|
12
|
+
"Retrieves a single record from a table by its ID.": "Haal een enkel record op van een tabel met zijn ID.",
|
|
13
|
+
"Updates an existing record in a Teable table.": "Werkt een bestaand record in een Teable tabel bij.",
|
|
14
|
+
"Deletes a record from a Teable table by its ID.": "Verwijdert een record van een Teable tabel met zijn ID.",
|
|
15
|
+
"Uploads a file as an attachment to a field in a Teable record.": "Uploaden van een bestand als bijlage naar een veld in een Teable record.",
|
|
16
|
+
"Make a custom API call to a specific endpoint": "Maak een aangepaste API call naar een specifiek eindpunt",
|
|
17
|
+
"Base": "Basis",
|
|
18
|
+
"Table": "Tabel",
|
|
19
|
+
"Fields": "Velden",
|
|
20
|
+
"Filter": "Filteren",
|
|
21
|
+
"Cell Format": "Cel formaat",
|
|
22
|
+
"Take": "Neem",
|
|
23
|
+
"Skip": "Overslaan",
|
|
24
|
+
"Selected Record IDs": "Geselecteerde Record IDs",
|
|
25
|
+
"Record": "Opnemen",
|
|
26
|
+
"Attachment Field": "Bijlage veld",
|
|
27
|
+
"File": "Bestand",
|
|
28
|
+
"Method": "Methode",
|
|
29
|
+
"Headers": "Kopteksten",
|
|
30
|
+
"Query Parameters": "Query parameters",
|
|
31
|
+
"Body Type": "Type lichaam",
|
|
32
|
+
"Body": "Lichaam",
|
|
33
|
+
"Response is Binary ?": "Antwoord is binair?",
|
|
34
|
+
"No Error on Failure": "Geen fout bij fout",
|
|
35
|
+
"Timeout (in seconds)": "Time-out (in seconden)",
|
|
36
|
+
"Follow redirects": "Volg omleidingen",
|
|
37
|
+
"The table inside the selected base.": "De tabel binnen de geselecteerde basis.",
|
|
38
|
+
"The fields to add to the record.": "De velden om toe te voegen aan het record.",
|
|
39
|
+
"A filter expression for the records. Use the visual query builder at https://app.teable.ai/developer/tool/query-builder to build one.": "Een filter expressie voor de records. Gebruik de visuele query builder op https://app.teable.ai/developer/tool/query-builder om er een te maken.",
|
|
40
|
+
"The format of the cell values in the response.": "Het formaat van de celwaarden in het antwoord.",
|
|
41
|
+
"The record count you want to take, maximum is 1000.": "Het aantal records dat u wilt nemen, het maximum is 1000.",
|
|
42
|
+
"The records count you want to skip.": "Het aantal records dat u wilt overslaan.",
|
|
43
|
+
"Filter selected records by record ids.": "Geselecteerde records filteren op record-id's.",
|
|
44
|
+
"The record to act on.": "Het record waarop moet worden gehandeld.",
|
|
45
|
+
"The attachment field to upload the file to.": "Het bijlage veld om het bestand naar toe te uploaden.",
|
|
46
|
+
"The file to upload. Accepts a URL or a binary file.": "Het te uploaden bestand. Accepteert een URL of een binair bestand.",
|
|
47
|
+
"Authorization headers are injected automatically from your connection.": "Autorisatie headers worden automatisch geïnjecteerd vanuit uw verbinding.",
|
|
48
|
+
"Enable for files like PDFs, images, etc.": "Inschakelen voor bestanden zoals PDF's, afbeeldingen etc.",
|
|
49
|
+
"JSON": "JSON",
|
|
50
|
+
"Text": "Tekstveld",
|
|
51
|
+
"GET": "KRIJG",
|
|
52
|
+
"POST": "POSTE",
|
|
53
|
+
"PATCH": "BEKIJK",
|
|
54
|
+
"PUT": "PUT",
|
|
55
|
+
"DELETE": "VERWIJDEREN",
|
|
56
|
+
"HEAD": "HOOFD",
|
|
57
|
+
"None": "geen",
|
|
58
|
+
"Form Data": "Formulieren gegevens",
|
|
59
|
+
"Raw": "Onbewerkte"
|
|
60
|
+
}
|
package/src/i18n/pt.json
ADDED
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
{
|
|
2
|
+
"No-code database built on PostgreSQL": "Banco de dados sem código construído em PostgreSQL",
|
|
3
|
+
"Create Record": "Criar Registro",
|
|
4
|
+
"List Records": "Listar Registros",
|
|
5
|
+
"Get Record": "Obter Registro",
|
|
6
|
+
"Update Record": "Atualizar Registro",
|
|
7
|
+
"Delete Record": "Excluir registro",
|
|
8
|
+
"Upload Attachment": "Carregar Anexo",
|
|
9
|
+
"Custom API Call": "Chamada de API personalizada",
|
|
10
|
+
"Creates a new record in a Teable table.": "Cria um novo registro em uma tabela adaptável.",
|
|
11
|
+
"Retrieves a list of records from a table with optional filtering, sorting, and pagination.": "Recupera uma lista de registros de uma tabela com filtragem, classificação e paginação opcionais.",
|
|
12
|
+
"Retrieves a single record from a table by its ID.": "Recupera um único registro de uma tabela por seu ID.",
|
|
13
|
+
"Updates an existing record in a Teable table.": "Atualiza um registro existente em uma tabela adaptável.",
|
|
14
|
+
"Deletes a record from a Teable table by its ID.": "Exclui um registro de uma tabela Teable por seu ID.",
|
|
15
|
+
"Uploads a file as an attachment to a field in a Teable record.": "Carrega um arquivo como um anexo a um campo em um registro Teable.",
|
|
16
|
+
"Make a custom API call to a specific endpoint": "Faça uma chamada de API personalizada para um ponto de extremidade específico",
|
|
17
|
+
"Base": "Base",
|
|
18
|
+
"Table": "Classificações",
|
|
19
|
+
"Fields": "campos",
|
|
20
|
+
"Filter": "filtro",
|
|
21
|
+
"Cell Format": "Formato da Célula",
|
|
22
|
+
"Take": "Pegar",
|
|
23
|
+
"Skip": "Ignorar",
|
|
24
|
+
"Selected Record IDs": "IDs de registros selecionados",
|
|
25
|
+
"Record": "Gravar",
|
|
26
|
+
"Attachment Field": "Campo de anexo",
|
|
27
|
+
"File": "Arquivo",
|
|
28
|
+
"Method": "Método",
|
|
29
|
+
"Headers": "Cabeçalhos",
|
|
30
|
+
"Query Parameters": "Parâmetros da consulta",
|
|
31
|
+
"Body Type": "Tipo de Corpo",
|
|
32
|
+
"Body": "Conteúdo",
|
|
33
|
+
"Response is Binary ?": "A resposta é binária ?",
|
|
34
|
+
"No Error on Failure": "Nenhum erro no Failure",
|
|
35
|
+
"Timeout (in seconds)": "Tempo limite (em segundos)",
|
|
36
|
+
"Follow redirects": "Seguir redirecionamentos",
|
|
37
|
+
"The table inside the selected base.": "A tabela dentro da base selecionada.",
|
|
38
|
+
"The fields to add to the record.": "Os campos para adicionar ao registro.",
|
|
39
|
+
"A filter expression for the records. Use the visual query builder at https://app.teable.ai/developer/tool/query-builder to build one.": "Uma expressão de filtro para os registros. Use o construtor de consultas visuais em https://app.teable.ai/developer/tool/query-builder para criar um.",
|
|
40
|
+
"The format of the cell values in the response.": "O formato dos valores de célula na resposta.",
|
|
41
|
+
"The record count you want to take, maximum is 1000.": "A contagem de registros que você deseja consumir, o máximo é 1000.",
|
|
42
|
+
"The records count you want to skip.": "O número de registros que você deseja ignorar.",
|
|
43
|
+
"Filter selected records by record ids.": "Filtrar registros selecionados por IDs de registro.",
|
|
44
|
+
"The record to act on.": "O registo em que agir.",
|
|
45
|
+
"The attachment field to upload the file to.": "O campo de anexo para enviar o arquivo.",
|
|
46
|
+
"The file to upload. Accepts a URL or a binary file.": "O arquivo a ser enviado. Aceita uma URL ou um arquivo binário.",
|
|
47
|
+
"Authorization headers are injected automatically from your connection.": "Os cabeçalhos de autorização são inseridos automaticamente a partir da sua conexão.",
|
|
48
|
+
"Enable for files like PDFs, images, etc.": "Habilitar para arquivos como PDFs, imagens, etc.",
|
|
49
|
+
"JSON": "JSON",
|
|
50
|
+
"Text": "texto",
|
|
51
|
+
"GET": "OBTER",
|
|
52
|
+
"POST": "POSTAR",
|
|
53
|
+
"PATCH": "COMPRAR",
|
|
54
|
+
"PUT": "COLOCAR",
|
|
55
|
+
"DELETE": "EXCLUIR",
|
|
56
|
+
"HEAD": "CABEÇA",
|
|
57
|
+
"None": "Nenhuma",
|
|
58
|
+
"Form Data": "Dados de Formulário",
|
|
59
|
+
"Raw": "RAW"
|
|
60
|
+
}
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
{
|
|
2
|
+
"No-code database built on PostgreSQL": "No-code database built on PostgreSQL",
|
|
3
|
+
"Create Record": "Create Record",
|
|
4
|
+
"List Records": "List Records",
|
|
5
|
+
"Get Record": "Get Record",
|
|
6
|
+
"Update Record": "Update Record",
|
|
7
|
+
"Delete Record": "Delete Record",
|
|
8
|
+
"Upload Attachment": "Upload Attachment",
|
|
9
|
+
"Custom API Call": "Custom API Call",
|
|
10
|
+
"Creates a new record in a Teable table.": "Creates a new record in a Teable table.",
|
|
11
|
+
"Retrieves a list of records from a table with optional filtering, sorting, and pagination.": "Retrieves a list of records from a table with optional filtering, sorting, and pagination.",
|
|
12
|
+
"Retrieves a single record from a table by its ID.": "Retrieves a single record from a table by its ID.",
|
|
13
|
+
"Updates an existing record in a Teable table.": "Updates an existing record in a Teable table.",
|
|
14
|
+
"Deletes a record from a Teable table by its ID.": "Deletes a record from a Teable table by its ID.",
|
|
15
|
+
"Uploads a file as an attachment to a field in a Teable record.": "Uploads a file as an attachment to a field in a Teable record.",
|
|
16
|
+
"Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
|
|
17
|
+
"Base": "Base",
|
|
18
|
+
"Table": "Table",
|
|
19
|
+
"Fields": "Fields",
|
|
20
|
+
"Filter": "Filter",
|
|
21
|
+
"Cell Format": "Cell Format",
|
|
22
|
+
"Take": "Take",
|
|
23
|
+
"Skip": "Skip",
|
|
24
|
+
"Selected Record IDs": "Selected Record IDs",
|
|
25
|
+
"Record": "Record",
|
|
26
|
+
"Attachment Field": "Attachment Field",
|
|
27
|
+
"File": "File",
|
|
28
|
+
"Method": "Method",
|
|
29
|
+
"Headers": "Headers",
|
|
30
|
+
"Query Parameters": "Query Parameters",
|
|
31
|
+
"Body Type": "Body Type",
|
|
32
|
+
"Body": "Body",
|
|
33
|
+
"Response is Binary ?": "Response is Binary ?",
|
|
34
|
+
"No Error on Failure": "No Error on Failure",
|
|
35
|
+
"Timeout (in seconds)": "Timeout (in seconds)",
|
|
36
|
+
"Follow redirects": "Follow redirects",
|
|
37
|
+
"The table inside the selected base.": "The table inside the selected base.",
|
|
38
|
+
"The fields to add to the record.": "The fields to add to the record.",
|
|
39
|
+
"A filter expression for the records. Use the visual query builder at https://app.teable.ai/developer/tool/query-builder to build one.": "A filter expression for the records. Use the visual query builder at https://app.teable.ai/developer/tool/query-builder to build one.",
|
|
40
|
+
"The format of the cell values in the response.": "The format of the cell values in the response.",
|
|
41
|
+
"The record count you want to take, maximum is 1000.": "The record count you want to take, maximum is 1000.",
|
|
42
|
+
"The records count you want to skip.": "The records count you want to skip.",
|
|
43
|
+
"Filter selected records by record ids.": "Filter selected records by record ids.",
|
|
44
|
+
"The record to act on.": "The record to act on.",
|
|
45
|
+
"The attachment field to upload the file to.": "The attachment field to upload the file to.",
|
|
46
|
+
"The file to upload. Accepts a URL or a binary file.": "The file to upload. Accepts a URL or a binary file.",
|
|
47
|
+
"Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
|
|
48
|
+
"Enable for files like PDFs, images, etc.": "Enable for files like PDFs, images, etc.",
|
|
49
|
+
"JSON": "JSON",
|
|
50
|
+
"Text": "Text",
|
|
51
|
+
"GET": "GET",
|
|
52
|
+
"POST": "POST",
|
|
53
|
+
"PATCH": "PATCH",
|
|
54
|
+
"PUT": "PUT",
|
|
55
|
+
"DELETE": "DELETE",
|
|
56
|
+
"HEAD": "HEAD",
|
|
57
|
+
"None": "None",
|
|
58
|
+
"Form Data": "Form Data",
|
|
59
|
+
"Raw": "Raw"
|
|
60
|
+
}
|
package/src/i18n/zh.json
ADDED
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
{
|
|
2
|
+
"No-code database built on PostgreSQL": "No-code database built on PostgreSQL",
|
|
3
|
+
"Create Record": "Create Record",
|
|
4
|
+
"List Records": "List Records",
|
|
5
|
+
"Get Record": "Get Record",
|
|
6
|
+
"Update Record": "Update Record",
|
|
7
|
+
"Delete Record": "Delete Record",
|
|
8
|
+
"Upload Attachment": "Upload Attachment",
|
|
9
|
+
"Custom API Call": "自定义 API 呼叫",
|
|
10
|
+
"Creates a new record in a Teable table.": "Creates a new record in a Teable table.",
|
|
11
|
+
"Retrieves a list of records from a table with optional filtering, sorting, and pagination.": "Retrieves a list of records from a table with optional filtering, sorting, and pagination.",
|
|
12
|
+
"Retrieves a single record from a table by its ID.": "Retrieves a single record from a table by its ID.",
|
|
13
|
+
"Updates an existing record in a Teable table.": "Updates an existing record in a Teable table.",
|
|
14
|
+
"Deletes a record from a Teable table by its ID.": "Deletes a record from a Teable table by its ID.",
|
|
15
|
+
"Uploads a file as an attachment to a field in a Teable record.": "Uploads a file as an attachment to a field in a Teable record.",
|
|
16
|
+
"Make a custom API call to a specific endpoint": "将一个自定义 API 调用到一个特定的终点",
|
|
17
|
+
"Base": "Base",
|
|
18
|
+
"Table": "表",
|
|
19
|
+
"Fields": "Fields",
|
|
20
|
+
"Filter": "Filter",
|
|
21
|
+
"Cell Format": "Cell Format",
|
|
22
|
+
"Take": "Take",
|
|
23
|
+
"Skip": "Skip",
|
|
24
|
+
"Selected Record IDs": "Selected Record IDs",
|
|
25
|
+
"Record": "Record",
|
|
26
|
+
"Attachment Field": "Attachment Field",
|
|
27
|
+
"File": "文件",
|
|
28
|
+
"Method": "方法",
|
|
29
|
+
"Headers": "信头",
|
|
30
|
+
"Query Parameters": "查询参数",
|
|
31
|
+
"Body Type": "Body Type",
|
|
32
|
+
"Body": "正文内容",
|
|
33
|
+
"Response is Binary ?": "Response is Binary ?",
|
|
34
|
+
"No Error on Failure": "失败时没有错误",
|
|
35
|
+
"Timeout (in seconds)": "超时(秒)",
|
|
36
|
+
"Follow redirects": "Follow redirects",
|
|
37
|
+
"The table inside the selected base.": "The table inside the selected base.",
|
|
38
|
+
"The fields to add to the record.": "The fields to add to the record.",
|
|
39
|
+
"A filter expression for the records. Use the visual query builder at https://app.teable.ai/developer/tool/query-builder to build one.": "A filter expression for the records. Use the visual query builder at https://app.teable.ai/developer/tool/query-builder to build one.",
|
|
40
|
+
"The format of the cell values in the response.": "The format of the cell values in the response.",
|
|
41
|
+
"The record count you want to take, maximum is 1000.": "The record count you want to take, maximum is 1000.",
|
|
42
|
+
"The records count you want to skip.": "The records count you want to skip.",
|
|
43
|
+
"Filter selected records by record ids.": "Filter selected records by record ids.",
|
|
44
|
+
"The record to act on.": "The record to act on.",
|
|
45
|
+
"The attachment field to upload the file to.": "The attachment field to upload the file to.",
|
|
46
|
+
"The file to upload. Accepts a URL or a binary file.": "The file to upload. Accepts a URL or a binary file.",
|
|
47
|
+
"Authorization headers are injected automatically from your connection.": "授权头自动从您的连接中注入。",
|
|
48
|
+
"Enable for files like PDFs, images, etc.": "Enable for files like PDFs, images, etc.",
|
|
49
|
+
"JSON": "JSON",
|
|
50
|
+
"Text": "文本",
|
|
51
|
+
"GET": "获取",
|
|
52
|
+
"POST": "帖子",
|
|
53
|
+
"PATCH": "PATCH",
|
|
54
|
+
"PUT": "弹出",
|
|
55
|
+
"DELETE": "删除",
|
|
56
|
+
"HEAD": "黑色",
|
|
57
|
+
"None": "无",
|
|
58
|
+
"Form Data": "表单数据",
|
|
59
|
+
"Raw": "原始文件"
|
|
60
|
+
}
|