@activepieces/piece-deepl 0.0.6 → 0.0.8
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 +10 -9
- package/src/i18n/de.json +2 -0
- package/src/i18n/es.json +2 -0
- package/src/i18n/fr.json +2 -0
- package/src/i18n/ja.json +2 -0
- package/src/i18n/nl.json +2 -0
- package/src/i18n/pt.json +2 -0
- package/src/i18n/translation.json +2 -0
- package/src/i18n/zh.json +2 -0
package/package.json
CHANGED
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@activepieces/piece-deepl",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.8",
|
|
4
4
|
"dependencies": {
|
|
5
|
-
"@ai-sdk/anthropic": "
|
|
6
|
-
"@ai-sdk/google": "
|
|
7
|
-
"@ai-sdk/openai": "
|
|
8
|
-
"@ai-sdk/
|
|
5
|
+
"@ai-sdk/anthropic": "2.0.3",
|
|
6
|
+
"@ai-sdk/google": "2.0.6",
|
|
7
|
+
"@ai-sdk/openai": "2.0.12",
|
|
8
|
+
"@ai-sdk/provider": "2.0.0",
|
|
9
|
+
"@ai-sdk/replicate": "1.0.3",
|
|
9
10
|
"@sinclair/typebox": "0.34.11",
|
|
10
|
-
"ai": "
|
|
11
|
+
"ai": "5.0.12",
|
|
11
12
|
"axios": "1.8.3",
|
|
12
13
|
"axios-retry": "4.4.1",
|
|
13
14
|
"deepmerge-ts": "7.1.0",
|
|
@@ -16,9 +17,9 @@
|
|
|
16
17
|
"nanoid": "3.3.8",
|
|
17
18
|
"semver": "7.6.0",
|
|
18
19
|
"zod": "3.25.76",
|
|
19
|
-
"@activepieces/pieces-common": "0.6.
|
|
20
|
-
"@activepieces/pieces-framework": "0.18.
|
|
21
|
-
"@activepieces/shared": "0.
|
|
20
|
+
"@activepieces/pieces-common": "0.6.7",
|
|
21
|
+
"@activepieces/pieces-framework": "0.18.3",
|
|
22
|
+
"@activepieces/shared": "0.18.5",
|
|
22
23
|
"tslib": "2.8.1"
|
|
23
24
|
},
|
|
24
25
|
"overrides": {
|
package/src/i18n/de.json
CHANGED
|
@@ -28,6 +28,7 @@
|
|
|
28
28
|
"Headers": "Kopfzeilen",
|
|
29
29
|
"Query Parameters": "Abfrageparameter",
|
|
30
30
|
"Body": "Körper",
|
|
31
|
+
"Response is Binary ?": "Antwort ist binär?",
|
|
31
32
|
"No Error on Failure": "Kein Fehler bei Fehler",
|
|
32
33
|
"Timeout (in seconds)": "Timeout (in Sekunden)",
|
|
33
34
|
"Text to be translated. Only UTF-8-encoded plain text is supported.": "Zu übersetzender Text. Nur UTF-8-kodierter Klartext wird unterstützt.",
|
|
@@ -41,6 +42,7 @@
|
|
|
41
42
|
"The automatic detection of the XML structure won't yield best results in all XML files.": "Die automatische Erkennung der XML-Struktur liefert nicht die besten Ergebnisse in allen XML-Dateien.",
|
|
42
43
|
"Comma-separated list of XML or HTML tags.": "Kommaseparierte Liste von XML- oder HTML-Tags.",
|
|
43
44
|
"Authorization headers are injected automatically from your connection.": "Autorisierungs-Header werden automatisch von Ihrer Verbindung injiziert.",
|
|
45
|
+
"Enable for files like PDFs, images, etc..": "Aktivieren für Dateien wie PDFs, Bilder, etc..",
|
|
44
46
|
"Bulgarian": "Bulgarisch",
|
|
45
47
|
"Czech": "Tschechisch",
|
|
46
48
|
"Danish": "Dänisch",
|
package/src/i18n/es.json
CHANGED
|
@@ -28,6 +28,7 @@
|
|
|
28
28
|
"Headers": "Encabezados",
|
|
29
29
|
"Query Parameters": "Parámetros de consulta",
|
|
30
30
|
"Body": "Cuerpo",
|
|
31
|
+
"Response is Binary ?": "¿Respuesta es binaria?",
|
|
31
32
|
"No Error on Failure": "No hay ningún error en fallo",
|
|
32
33
|
"Timeout (in seconds)": "Tiempo de espera (en segundos)",
|
|
33
34
|
"Text to be translated. Only UTF-8-encoded plain text is supported.": "Texto a traducir. Sólo se admite texto plano codificado en UTF-8.",
|
|
@@ -41,6 +42,7 @@
|
|
|
41
42
|
"The automatic detection of the XML structure won't yield best results in all XML files.": "La detección automática de la estructura XML no producirá mejores resultados en todos los archivos XML.",
|
|
42
43
|
"Comma-separated list of XML or HTML tags.": "Lista separada por comas de etiquetas XML o HTML.",
|
|
43
44
|
"Authorization headers are injected automatically from your connection.": "Las cabeceras de autorización se inyectan automáticamente desde tu conexión.",
|
|
45
|
+
"Enable for files like PDFs, images, etc..": "Activar para archivos como PDFs, imágenes, etc.",
|
|
44
46
|
"Bulgarian": "Búlgaro",
|
|
45
47
|
"Czech": "Checo",
|
|
46
48
|
"Danish": "Danés",
|
package/src/i18n/fr.json
CHANGED
|
@@ -28,6 +28,7 @@
|
|
|
28
28
|
"Headers": "En-têtes",
|
|
29
29
|
"Query Parameters": "Paramètres de requête",
|
|
30
30
|
"Body": "Corps",
|
|
31
|
+
"Response is Binary ?": "La réponse est Binaire ?",
|
|
31
32
|
"No Error on Failure": "Aucune erreur en cas d'échec",
|
|
32
33
|
"Timeout (in seconds)": "Délai d'attente (en secondes)",
|
|
33
34
|
"Text to be translated. Only UTF-8-encoded plain text is supported.": "Texte à traduire. Seul le texte brut encodé en UTF-8 est pris en charge.",
|
|
@@ -41,6 +42,7 @@
|
|
|
41
42
|
"The automatic detection of the XML structure won't yield best results in all XML files.": "La détection automatique de la structure XML ne produira pas les meilleurs résultats dans tous les fichiers XML.",
|
|
42
43
|
"Comma-separated list of XML or HTML tags.": "Liste séparée par des virgules de balises XML ou HTML.",
|
|
43
44
|
"Authorization headers are injected automatically from your connection.": "Les en-têtes d'autorisation sont injectés automatiquement à partir de votre connexion.",
|
|
45
|
+
"Enable for files like PDFs, images, etc..": "Activer pour les fichiers comme les PDFs, les images, etc.",
|
|
44
46
|
"Bulgarian": "Bulgare",
|
|
45
47
|
"Czech": "Tchèque",
|
|
46
48
|
"Danish": "Danois",
|
package/src/i18n/ja.json
CHANGED
|
@@ -28,6 +28,7 @@
|
|
|
28
28
|
"Headers": "ヘッダー",
|
|
29
29
|
"Query Parameters": "クエリパラメータ",
|
|
30
30
|
"Body": "本文",
|
|
31
|
+
"Response is Binary ?": "応答はバイナリですか?",
|
|
31
32
|
"No Error on Failure": "失敗時にエラーはありません",
|
|
32
33
|
"Timeout (in seconds)": "タイムアウト(秒)",
|
|
33
34
|
"Text to be translated. Only UTF-8-encoded plain text is supported.": "翻訳するテキスト。UTF-8 でエンコードされたプレーンテキストのみサポートされています。",
|
|
@@ -41,6 +42,7 @@
|
|
|
41
42
|
"The automatic detection of the XML structure won't yield best results in all XML files.": "XML構造の自動検出は、すべてのXMLファイルで最善の結果をもたらすことはありません。",
|
|
42
43
|
"Comma-separated list of XML or HTML tags.": "カンマ区切りのXMLまたはHTMLタグのリスト。",
|
|
43
44
|
"Authorization headers are injected automatically from your connection.": "認証ヘッダは接続から自動的に注入されます。",
|
|
45
|
+
"Enable for files like PDFs, images, etc..": "PDF、画像などのファイルを有効にします。",
|
|
44
46
|
"Bulgarian": "ブルガリア語",
|
|
45
47
|
"Czech": "チェコ語",
|
|
46
48
|
"Danish": "デンマーク語",
|
package/src/i18n/nl.json
CHANGED
|
@@ -28,6 +28,7 @@
|
|
|
28
28
|
"Headers": "Kopteksten",
|
|
29
29
|
"Query Parameters": "Query parameters",
|
|
30
30
|
"Body": "Lichaam",
|
|
31
|
+
"Response is Binary ?": "Antwoord is binair?",
|
|
31
32
|
"No Error on Failure": "Geen fout bij fout",
|
|
32
33
|
"Timeout (in seconds)": "Time-out (in seconden)",
|
|
33
34
|
"Text to be translated. Only UTF-8-encoded plain text is supported.": "Te vertalen tekst. Alleen UTF-8-gecodeerde platte tekst wordt ondersteund.",
|
|
@@ -41,6 +42,7 @@
|
|
|
41
42
|
"The automatic detection of the XML structure won't yield best results in all XML files.": "De automatische detectie van de XML-structuur levert geen beste resultaten op in alle XML-bestanden.",
|
|
42
43
|
"Comma-separated list of XML or HTML tags.": "Kommagescheiden lijst van XML of HTML tags.",
|
|
43
44
|
"Authorization headers are injected automatically from your connection.": "Autorisatie headers worden automatisch geïnjecteerd vanuit uw verbinding.",
|
|
45
|
+
"Enable for files like PDFs, images, etc..": "Inschakelen voor bestanden zoals PDF's, afbeeldingen etc..",
|
|
44
46
|
"Bulgarian": "Bulgaars",
|
|
45
47
|
"Czech": "Tsjechisch",
|
|
46
48
|
"Danish": "Deens",
|
package/src/i18n/pt.json
CHANGED
|
@@ -28,6 +28,7 @@
|
|
|
28
28
|
"Headers": "Cabeçalhos",
|
|
29
29
|
"Query Parameters": "Parâmetros da consulta",
|
|
30
30
|
"Body": "Conteúdo",
|
|
31
|
+
"Response is Binary ?": "A resposta é binária ?",
|
|
31
32
|
"No Error on Failure": "Nenhum erro no Failure",
|
|
32
33
|
"Timeout (in seconds)": "Tempo limite (em segundos)",
|
|
33
34
|
"Text to be translated. Only UTF-8-encoded plain text is supported.": "Texto a ser traduzido. Apenas texto sem codificação UTF-8 é suportado.",
|
|
@@ -41,6 +42,7 @@
|
|
|
41
42
|
"The automatic detection of the XML structure won't yield best results in all XML files.": "A detecção automática da estrutura XML não produzirá os melhores resultados em todos os arquivos XML.",
|
|
42
43
|
"Comma-separated list of XML or HTML tags.": "Lista de tags XML ou HTML separadas por vírgula.",
|
|
43
44
|
"Authorization headers are injected automatically from your connection.": "Os cabeçalhos de autorização são inseridos automaticamente a partir da sua conexão.",
|
|
45
|
+
"Enable for files like PDFs, images, etc..": "Habilitar para arquivos como PDFs, imagens, etc..",
|
|
44
46
|
"Bulgarian": "búlgaro",
|
|
45
47
|
"Czech": "tcheco",
|
|
46
48
|
"Danish": "Dinamarquês",
|
|
@@ -28,6 +28,7 @@
|
|
|
28
28
|
"Headers": "Headers",
|
|
29
29
|
"Query Parameters": "Query Parameters",
|
|
30
30
|
"Body": "Body",
|
|
31
|
+
"Response is Binary ?": "Response is Binary ?",
|
|
31
32
|
"No Error on Failure": "No Error on Failure",
|
|
32
33
|
"Timeout (in seconds)": "Timeout (in seconds)",
|
|
33
34
|
"Text to be translated. Only UTF-8-encoded plain text is supported.": "Text to be translated. Only UTF-8-encoded plain text is supported.",
|
|
@@ -41,6 +42,7 @@
|
|
|
41
42
|
"The automatic detection of the XML structure won't yield best results in all XML files.": "The automatic detection of the XML structure won't yield best results in all XML files.",
|
|
42
43
|
"Comma-separated list of XML or HTML tags.": "Comma-separated list of XML or HTML tags.",
|
|
43
44
|
"Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
|
|
45
|
+
"Enable for files like PDFs, images, etc..": "Enable for files like PDFs, images, etc..",
|
|
44
46
|
"Bulgarian": "Bulgarian",
|
|
45
47
|
"Czech": "Czech",
|
|
46
48
|
"Danish": "Danish",
|
package/src/i18n/zh.json
CHANGED
|
@@ -28,6 +28,7 @@
|
|
|
28
28
|
"Headers": "信头",
|
|
29
29
|
"Query Parameters": "查询参数",
|
|
30
30
|
"Body": "正文内容",
|
|
31
|
+
"Response is Binary ?": "Response is Binary ?",
|
|
31
32
|
"No Error on Failure": "失败时没有错误",
|
|
32
33
|
"Timeout (in seconds)": "超时(秒)",
|
|
33
34
|
"Text to be translated. Only UTF-8-encoded plain text is supported.": "Text to be translated. Only UTF-8-encoded plain text is supported.",
|
|
@@ -41,6 +42,7 @@
|
|
|
41
42
|
"The automatic detection of the XML structure won't yield best results in all XML files.": "The automatic detection of the XML structure won't yield best results in all XML files.",
|
|
42
43
|
"Comma-separated list of XML or HTML tags.": "Comma-separated list of XML or HTML tags.",
|
|
43
44
|
"Authorization headers are injected automatically from your connection.": "授权头自动从您的连接中注入。",
|
|
45
|
+
"Enable for files like PDFs, images, etc..": "Enable for files like PDFs, images, etc..",
|
|
44
46
|
"Bulgarian": "Bulgarian",
|
|
45
47
|
"Czech": "Czech",
|
|
46
48
|
"Danish": "Danish",
|