@activepieces/piece-dumpling-ai 0.0.1 → 0.0.2
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 +14 -12
- package/src/i18n/de.json +112 -0
- package/src/i18n/es.json +112 -0
- package/src/i18n/fr.json +112 -0
- package/src/i18n/ja.json +112 -0
- package/src/i18n/nl.json +112 -0
- package/src/i18n/pt.json +112 -0
- package/src/i18n/ru.json +112 -0
- package/src/i18n/translation.json +112 -0
- package/src/i18n/vi.json +112 -0
- package/src/i18n/zh.json +112 -0
package/package.json
CHANGED
|
@@ -1,25 +1,27 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@activepieces/piece-dumpling-ai",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.2",
|
|
4
4
|
"dependencies": {
|
|
5
|
-
"@
|
|
5
|
+
"@ai-sdk/anthropic": "1.2.12",
|
|
6
|
+
"@ai-sdk/google": "1.2.19",
|
|
7
|
+
"@ai-sdk/openai": "1.3.22",
|
|
8
|
+
"@ai-sdk/replicate": "0.2.8",
|
|
6
9
|
"@sinclair/typebox": "0.34.11",
|
|
10
|
+
"ai": "4.3.16",
|
|
7
11
|
"axios": "1.8.3",
|
|
8
12
|
"axios-retry": "4.4.1",
|
|
9
13
|
"deepmerge-ts": "7.1.0",
|
|
14
|
+
"fast-glob": "3.3.3",
|
|
10
15
|
"mime-types": "2.1.35",
|
|
11
16
|
"nanoid": "3.3.8",
|
|
12
|
-
"openai": "4.67.1",
|
|
13
|
-
"replicate": "0.34.1",
|
|
14
17
|
"semver": "7.6.0",
|
|
15
|
-
"zod": "3.
|
|
16
|
-
"@activepieces/pieces-common": "0.
|
|
17
|
-
"@activepieces/pieces-framework": "0.
|
|
18
|
-
"@activepieces/shared": "0.11
|
|
19
|
-
"tslib": "
|
|
18
|
+
"zod": "3.25.76",
|
|
19
|
+
"@activepieces/pieces-common": "0.6.3",
|
|
20
|
+
"@activepieces/pieces-framework": "0.18.0",
|
|
21
|
+
"@activepieces/shared": "0.17.11",
|
|
22
|
+
"tslib": "2.8.1"
|
|
20
23
|
},
|
|
21
24
|
"overrides": {
|
|
22
|
-
"cross-spawn": "7.0.6",
|
|
23
25
|
"@tryfabric/martian": {
|
|
24
26
|
"@notionhq/client": "$@notionhq/client"
|
|
25
27
|
},
|
|
@@ -30,7 +32,7 @@
|
|
|
30
32
|
"resolutions": {
|
|
31
33
|
"rollup": "npm:@rollup/wasm-node"
|
|
32
34
|
},
|
|
35
|
+
"types": "./src/index.d.ts",
|
|
33
36
|
"main": "./src/index.js",
|
|
34
|
-
"type": "commonjs"
|
|
35
|
-
"types": "./src/index.d.ts"
|
|
37
|
+
"type": "commonjs"
|
|
36
38
|
}
|
package/src/i18n/de.json
ADDED
|
@@ -0,0 +1,112 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Dumpling AI": "Dumpling AI",
|
|
3
|
+
"Transform unstructured website content into clean, AI-ready data": "Umwandeln Sie unstrukturierte Website-Inhalte in saubere, AI-bereitgestellte Daten",
|
|
4
|
+
"\n You can obtain API key from [API Section](https://app.dumplingai.com/api-keys).": "\n Du kannst API-Schlüssel unter [API Section](https://app.dumplingai.com/api-keys).",
|
|
5
|
+
"Web Search": "Websuche",
|
|
6
|
+
"Search News": "Nachrichten suchen",
|
|
7
|
+
"Generate Image": "Bild generieren",
|
|
8
|
+
"Scrape Website": "Scrape Webseite",
|
|
9
|
+
"Crawl Website": "Crawl-Website",
|
|
10
|
+
"Extract Document Data": "Dokumentendaten extrahieren",
|
|
11
|
+
"Custom API Call": "Eigener API-Aufruf",
|
|
12
|
+
"Search the web and optionally retrieve content from top results.": "Durchsuchen Sie das Web und holen Sie optional Inhalte von Top-Ergebnissen.",
|
|
13
|
+
"Search for news articles using Google News.": "Suchen Sie nach News-Artikeln mit Google News.",
|
|
14
|
+
"Generate images based on a text prompt using AI.": "Erstellen Sie Bilder basierend auf einer Text-Eingabeaufforderung mit Hilfe von AI.",
|
|
15
|
+
"Scrapes data from a specified URL and format the result.": "Schrägt Daten von einer bestimmten URL ab und formatiert das Ergebnis.",
|
|
16
|
+
"Crawl a website and return structured content from multiple pages.": "Crawlen Sie eine Website und geben Sie strukturierte Inhalte von mehreren Seiten zurück.",
|
|
17
|
+
"Extract structured data from documents using vision-capable AI.": "Extrahieren Sie strukturierte Daten aus Dokumenten mit einer visionsfähigen KI.",
|
|
18
|
+
"Make a custom API call to a specific endpoint": "Einen benutzerdefinierten API-Aufruf an einen bestimmten Endpunkt machen",
|
|
19
|
+
"Search Query": "Suchanfrage",
|
|
20
|
+
"Country": "Land",
|
|
21
|
+
"Location": "Standort",
|
|
22
|
+
"Language": "Sprache",
|
|
23
|
+
"Date Range": "Date Range",
|
|
24
|
+
"Page Number": "Seitennummer",
|
|
25
|
+
"Scrape Results": "Scrape-Ergebnisse",
|
|
26
|
+
"Number of Results to Scrape": "Anzahl der zu schroffen Ergebnisse",
|
|
27
|
+
"Scrape Format": "Scrape Format",
|
|
28
|
+
"Clean Output": "Ausgabe bereinigen",
|
|
29
|
+
"Model": "Modell",
|
|
30
|
+
"Prompt": "Prompt",
|
|
31
|
+
"Aspect Ratio": "Seitenverhältnis",
|
|
32
|
+
"Number of Images": "Anzahl der Bilder",
|
|
33
|
+
"Seed": "Samen",
|
|
34
|
+
"Output Format": "Ausgabeformat",
|
|
35
|
+
"URL": "URL",
|
|
36
|
+
"Clean Output ?": "Ausgabe bereinigen?",
|
|
37
|
+
"Render JavaScript ?": "JavaScript rendern ?",
|
|
38
|
+
"Page Limit": "Seitenlimit",
|
|
39
|
+
"Crawl Depth": "Crawl-Tiefe",
|
|
40
|
+
"File": "Datei",
|
|
41
|
+
"Extraction Prompt": "Prompt für Extraktion",
|
|
42
|
+
"JSON Mode": "JSON-Modus",
|
|
43
|
+
"Method": "Methode",
|
|
44
|
+
"Headers": "Kopfzeilen",
|
|
45
|
+
"Query Parameters": "Abfrageparameter",
|
|
46
|
+
"Body": "Körper",
|
|
47
|
+
"No Error on Failure": "Kein Fehler bei Fehler",
|
|
48
|
+
"Timeout (in seconds)": "Timeout (in Sekunden)",
|
|
49
|
+
"Two-letter country code for location bias (e.g., \"US\" for United States).": "Ländercode mit zwei Buchstaben für Standortbias (z.B. \"US\" für die Vereinigten Staaten).",
|
|
50
|
+
"Specific location to focus the search (e.g., \"New York, NY\").": "Spezifische Position, um die Suche zu fokussieren (z.B. \"New York, NY\").",
|
|
51
|
+
"Language code for the search results (e.g., \"en\" for English).": "Language code for the search results (e.g., \"de for german).",
|
|
52
|
+
"Filter results by date.": "Ergebnisse nach Datum filtern.",
|
|
53
|
+
"Page number for paginated results.": "Seitenzahl für paginierte Ergebnisse.",
|
|
54
|
+
"Whether to scrape top search results.": "Gibt an, ob die Suchergebnisse beschnitten werden sollen.",
|
|
55
|
+
"Number of top results to scrape (max: 10).": "Anzahl der besten Ergebnisse (max: 10).",
|
|
56
|
+
"Format of scraped content": "Format des verschrotteten Inhalts",
|
|
57
|
+
"Whether the scraped output should be cleaned.": "Ob der verschrottete Ausgang gereinigt werden soll.",
|
|
58
|
+
"The search query for Google News.": "Die Suchanfrage nach Google News.",
|
|
59
|
+
"Country code for location bias (e.g., \"US\" for United States).": "Ländervorwahl für Standortvoreinstellung (z.B. \"US\" für Vereinigte Staaten).",
|
|
60
|
+
"The model to use for image generation": "Das Modell, das für die Bildgenerierung verwendet wird",
|
|
61
|
+
"The text prompt for image generation": "Die Textanfrage zur Bilderzeugung",
|
|
62
|
+
"Aspect ratio of the generated image": "Seitenverhältnis des generierten Bildes",
|
|
63
|
+
"Number of images to generate (1-4)": "Anzahl der zu erstellenden Bilder (1-4)",
|
|
64
|
+
"Seed for reproducible results": "Seed für reproduzierbare Ergebnisse",
|
|
65
|
+
"Format of the generated image": "Format des generierten Bildes",
|
|
66
|
+
"The format of the output": "Das Format der Ausgabe",
|
|
67
|
+
"Whether the output should be cleaned.": "Ob die Ausgabe bereinigt werden soll.",
|
|
68
|
+
"Whether to render JavaScript before scraping.": "Gibt an, ob JavaScript vor dem Scraping dargestellt werden soll.",
|
|
69
|
+
"The website URL to crawl.": "Die zu crawlende Webseite.",
|
|
70
|
+
"Maximum number of pages to crawl.": "Maximale Anzahl der zu durchsuchenden Seiten.",
|
|
71
|
+
"Depth of crawling (distance between base URL path and sub paths).": "Tiefe des Crawlings (Abstand zwischen Basis-URL-Pfad und Unterpfaden).",
|
|
72
|
+
"Format of the output content.": "Format des Ausgabeinhalts.",
|
|
73
|
+
"File URL or base64-encoded file.": "Datei-URL oder base64-kodierte Datei.",
|
|
74
|
+
"The prompt describing what data to extract from the document.": "Die Eingabeaufforderung, die beschreibt, welche Daten aus dem Dokument extrahiert werden sollen.",
|
|
75
|
+
"Whether to return the result in JSON format.": "Gibt das Ergebnis im JSON-Format zurück.",
|
|
76
|
+
"Authorization headers are injected automatically from your connection.": "Autorisierungs-Header werden automatisch von Ihrer Verbindung injiziert.",
|
|
77
|
+
"Any Time": "Jederzeit",
|
|
78
|
+
"Past Hour": "Letzte Stunde",
|
|
79
|
+
"Past Day": "Letzter Tag",
|
|
80
|
+
"Past Week": "Letzte Woche",
|
|
81
|
+
"Past Month": "Letzten Monat",
|
|
82
|
+
"Past Year": "Letztes Jahr",
|
|
83
|
+
"Markdown": "Markdown",
|
|
84
|
+
"HTML": "HTML",
|
|
85
|
+
"Screenshot": "Screenshot",
|
|
86
|
+
"FLUX.1-schnell": "FLUX.1-schnell",
|
|
87
|
+
"FLUX.1-dev": "FLUX.1-dev",
|
|
88
|
+
"FLUX.1-pro": "FLUX.1-pro",
|
|
89
|
+
"FLUX.1.1-pro": "FLUX.1.1-pro",
|
|
90
|
+
"recraft-v3": "recraft-v3",
|
|
91
|
+
"Square (1:1)": "Quadrat (1:1)",
|
|
92
|
+
"Landscape 16:9": "Querformat 16:9",
|
|
93
|
+
"Landscape 21:9": "Querformat 21:9",
|
|
94
|
+
"Landscape 3:2": "Landscape 3:2",
|
|
95
|
+
"Landscape 4:3": "Landscape 4:3",
|
|
96
|
+
"Portrait 2:3": "Hochformat 2:3",
|
|
97
|
+
"Portrait 3:4": "Hochformat 3:4",
|
|
98
|
+
"Portrait 4:5": "Hochformat 4:5",
|
|
99
|
+
"Portrait 9:16": "Hochformat 9:16",
|
|
100
|
+
"Portrait 9:21": "Hochformat 9:21",
|
|
101
|
+
"WebP": "WebP",
|
|
102
|
+
"JPG": "JPG",
|
|
103
|
+
"PNG": "PNG",
|
|
104
|
+
"Text": "Text",
|
|
105
|
+
"Raw": "Rohe",
|
|
106
|
+
"GET": "ERHALTEN",
|
|
107
|
+
"POST": "POST",
|
|
108
|
+
"PATCH": "PATCH",
|
|
109
|
+
"PUT": "PUT",
|
|
110
|
+
"DELETE": "LÖSCHEN",
|
|
111
|
+
"HEAD": "HEAD"
|
|
112
|
+
}
|
package/src/i18n/es.json
ADDED
|
@@ -0,0 +1,112 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Dumpling AI": "Dumpling AI",
|
|
3
|
+
"Transform unstructured website content into clean, AI-ready data": "Transforma el contenido no estructurado del sitio web en datos limpios y listos para la IA",
|
|
4
|
+
"\n You can obtain API key from [API Section](https://app.dumplingai.com/api-keys).": "\n Puedes obtener la clave API de [API Section](https://app.dumplingai.com/api-keys).",
|
|
5
|
+
"Web Search": "Búsqueda Web",
|
|
6
|
+
"Search News": "Buscar noticias",
|
|
7
|
+
"Generate Image": "Generar imagen",
|
|
8
|
+
"Scrape Website": "Sitio web Scrape",
|
|
9
|
+
"Crawl Website": "Sitio web de rastreo",
|
|
10
|
+
"Extract Document Data": "Extraer datos de documento",
|
|
11
|
+
"Custom API Call": "Llamada API personalizada",
|
|
12
|
+
"Search the web and optionally retrieve content from top results.": "Busca en la web y opcionalmente recupera el contenido de los mejores resultados.",
|
|
13
|
+
"Search for news articles using Google News.": "Buscar artículos de noticias usando Google News.",
|
|
14
|
+
"Generate images based on a text prompt using AI.": "Genera imágenes basadas en un mensaje de texto usando AI.",
|
|
15
|
+
"Scrapes data from a specified URL and format the result.": "Rasca los datos de una URL especificada y formatea el resultado.",
|
|
16
|
+
"Crawl a website and return structured content from multiple pages.": "Arrastre un sitio web y devuelva contenido estructurado de varias páginas.",
|
|
17
|
+
"Extract structured data from documents using vision-capable AI.": "Extraer datos estructurados de documentos usando IA con visión.",
|
|
18
|
+
"Make a custom API call to a specific endpoint": "Hacer una llamada API personalizada a un extremo específico",
|
|
19
|
+
"Search Query": "Buscar consulta",
|
|
20
|
+
"Country": "País",
|
|
21
|
+
"Location": "Ubicación",
|
|
22
|
+
"Language": "Idioma",
|
|
23
|
+
"Date Range": "Date Range",
|
|
24
|
+
"Page Number": "Número de página",
|
|
25
|
+
"Scrape Results": "Resultados del raspado",
|
|
26
|
+
"Number of Results to Scrape": "Número de resultados a raspar",
|
|
27
|
+
"Scrape Format": "Scrape Format",
|
|
28
|
+
"Clean Output": "Limpiar salida",
|
|
29
|
+
"Model": "Modelo",
|
|
30
|
+
"Prompt": "Petición",
|
|
31
|
+
"Aspect Ratio": "Relación de aspecto",
|
|
32
|
+
"Number of Images": "Número de imágenes",
|
|
33
|
+
"Seed": "Semilla",
|
|
34
|
+
"Output Format": "Formato de salida",
|
|
35
|
+
"URL": "URL",
|
|
36
|
+
"Clean Output ?": "¿Limpiar salida?",
|
|
37
|
+
"Render JavaScript ?": "¿Procesar Javascript ?",
|
|
38
|
+
"Page Limit": "Límite de página",
|
|
39
|
+
"Crawl Depth": "Profundidad del rastreo",
|
|
40
|
+
"File": "Archivo",
|
|
41
|
+
"Extraction Prompt": "Prompt de extracción",
|
|
42
|
+
"JSON Mode": "Modo JSON",
|
|
43
|
+
"Method": "Método",
|
|
44
|
+
"Headers": "Encabezados",
|
|
45
|
+
"Query Parameters": "Parámetros de consulta",
|
|
46
|
+
"Body": "Cuerpo",
|
|
47
|
+
"No Error on Failure": "No hay ningún error en fallo",
|
|
48
|
+
"Timeout (in seconds)": "Tiempo de espera (en segundos)",
|
|
49
|
+
"Two-letter country code for location bias (e.g., \"US\" for United States).": "Código de país de dos letras para el sesgo de ubicación (por ejemplo, \"US\" para Estados Unidos).",
|
|
50
|
+
"Specific location to focus the search (e.g., \"New York, NY\").": "Ubicación específica para enfocar la búsqueda (por ejemplo, \"Nueva York, NY\").",
|
|
51
|
+
"Language code for the search results (e.g., \"en\" for English).": "Language code for the search results (e.g., \"es\" for spanish).",
|
|
52
|
+
"Filter results by date.": "Filtrar resultados por fecha.",
|
|
53
|
+
"Page number for paginated results.": "Número de página para los resultados paginados.",
|
|
54
|
+
"Whether to scrape top search results.": "Si raspar los mejores resultados de búsqueda.",
|
|
55
|
+
"Number of top results to scrape (max: 10).": "Número de resultados superiores a raspar (máx. 10).",
|
|
56
|
+
"Format of scraped content": "Formato de contenido scraped",
|
|
57
|
+
"Whether the scraped output should be cleaned.": "Si la salida borrada debe ser limpiada.",
|
|
58
|
+
"The search query for Google News.": "La consulta de búsqueda de Google News.",
|
|
59
|
+
"Country code for location bias (e.g., \"US\" for United States).": "Código de país para el sesgo de ubicación (por ejemplo, \"US\" para Estados Unidos).",
|
|
60
|
+
"The model to use for image generation": "El modelo a usar para la generación de imágenes",
|
|
61
|
+
"The text prompt for image generation": "El mensaje de texto para generar imágenes",
|
|
62
|
+
"Aspect ratio of the generated image": "Relación de aspecto de la imagen generada",
|
|
63
|
+
"Number of images to generate (1-4)": "Número de imágenes a generar (1-4)",
|
|
64
|
+
"Seed for reproducible results": "Semilla para resultados reproducibles",
|
|
65
|
+
"Format of the generated image": "Formato de la imagen generada",
|
|
66
|
+
"The format of the output": "El formato de la salida",
|
|
67
|
+
"Whether the output should be cleaned.": "Si la salida debe ser limpiada.",
|
|
68
|
+
"Whether to render JavaScript before scraping.": "Si desea renderizar JavaScript antes de rascar.",
|
|
69
|
+
"The website URL to crawl.": "La URL del sitio web para rascar.",
|
|
70
|
+
"Maximum number of pages to crawl.": "Número máximo de páginas a rascar.",
|
|
71
|
+
"Depth of crawling (distance between base URL path and sub paths).": "Profundidad de rastreo (distancia entre la ruta URL base y las subrutas).",
|
|
72
|
+
"Format of the output content.": "Formato del contenido de salida.",
|
|
73
|
+
"File URL or base64-encoded file.": "URL del archivo o archivo codificado en base64.",
|
|
74
|
+
"The prompt describing what data to extract from the document.": "El prompt describe qué datos extraer del documento.",
|
|
75
|
+
"Whether to return the result in JSON format.": "Devolver el resultado en formato JSON.",
|
|
76
|
+
"Authorization headers are injected automatically from your connection.": "Las cabeceras de autorización se inyectan automáticamente desde tu conexión.",
|
|
77
|
+
"Any Time": "En cualquier momento",
|
|
78
|
+
"Past Hour": "Última hora",
|
|
79
|
+
"Past Day": "Último día",
|
|
80
|
+
"Past Week": "Última semana",
|
|
81
|
+
"Past Month": "Último mes",
|
|
82
|
+
"Past Year": "Último año",
|
|
83
|
+
"Markdown": "Markdown",
|
|
84
|
+
"HTML": "HTML",
|
|
85
|
+
"Screenshot": "Captura de pantalla",
|
|
86
|
+
"FLUX.1-schnell": "FLUX.1-schnell",
|
|
87
|
+
"FLUX.1-dev": "FLUX.1-dev",
|
|
88
|
+
"FLUX.1-pro": "FLUX.1-pro",
|
|
89
|
+
"FLUX.1.1-pro": "FLUX.1.1-pro",
|
|
90
|
+
"recraft-v3": "recraft-v3",
|
|
91
|
+
"Square (1:1)": "Cuadrado (1:1)",
|
|
92
|
+
"Landscape 16:9": "Paisaje 16:9",
|
|
93
|
+
"Landscape 21:9": "Paisaje 21:9",
|
|
94
|
+
"Landscape 3:2": "Landscape 3:2",
|
|
95
|
+
"Landscape 4:3": "Landscape 4:3",
|
|
96
|
+
"Portrait 2:3": "Retrato 2:3",
|
|
97
|
+
"Portrait 3:4": "Retrato 3:4",
|
|
98
|
+
"Portrait 4:5": "Retrato 4:5",
|
|
99
|
+
"Portrait 9:16": "Retrato 9:16",
|
|
100
|
+
"Portrait 9:21": "Retrato 9:21",
|
|
101
|
+
"WebP": "WebP",
|
|
102
|
+
"JPG": "JPG",
|
|
103
|
+
"PNG": "PNG",
|
|
104
|
+
"Text": "Texto",
|
|
105
|
+
"Raw": "Rápido",
|
|
106
|
+
"GET": "RECOGER",
|
|
107
|
+
"POST": "POST",
|
|
108
|
+
"PATCH": "PATCH",
|
|
109
|
+
"PUT": "PUT",
|
|
110
|
+
"DELETE": "BORRAR",
|
|
111
|
+
"HEAD": "LIMPIO"
|
|
112
|
+
}
|
package/src/i18n/fr.json
ADDED
|
@@ -0,0 +1,112 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Dumpling AI": "Dumpling AI",
|
|
3
|
+
"Transform unstructured website content into clean, AI-ready data": "Transformez le contenu du site web non structuré en données propres et prêtes à l'IA",
|
|
4
|
+
"\n You can obtain API key from [API Section](https://app.dumplingai.com/api-keys).": "\n You can obtain API key from [API Section](https://app.dumplingai.com/api-keys).",
|
|
5
|
+
"Web Search": "Recherche Web",
|
|
6
|
+
"Search News": "Rechercher des actualités",
|
|
7
|
+
"Generate Image": "Générer une image",
|
|
8
|
+
"Scrape Website": "Site Web de Scrape",
|
|
9
|
+
"Crawl Website": "Site Web de Crawl",
|
|
10
|
+
"Extract Document Data": "Extraire les données du document",
|
|
11
|
+
"Custom API Call": "Appel API personnalisé",
|
|
12
|
+
"Search the web and optionally retrieve content from top results.": "Recherchez sur le Web et éventuellement récupérez le contenu des meilleurs résultats.",
|
|
13
|
+
"Search for news articles using Google News.": "Rechercher des articles d'actualités en utilisant Google News.",
|
|
14
|
+
"Generate images based on a text prompt using AI.": "Générer des images basées sur une invite de texte à l'aide d'AI.",
|
|
15
|
+
"Scrapes data from a specified URL and format the result.": "Scrappe les données à partir d'une URL spécifiée et formate le résultat.",
|
|
16
|
+
"Crawl a website and return structured content from multiple pages.": "Crawl un site web et retourne du contenu structuré à partir de plusieurs pages.",
|
|
17
|
+
"Extract structured data from documents using vision-capable AI.": "Extraire des données structurées à partir de documents à l'aide de l'IA capable de la vision.",
|
|
18
|
+
"Make a custom API call to a specific endpoint": "Passez un appel API personnalisé à un point de terminaison spécifique",
|
|
19
|
+
"Search Query": "Requête de recherche",
|
|
20
|
+
"Country": "Pays",
|
|
21
|
+
"Location": "Localisation",
|
|
22
|
+
"Language": "Langue",
|
|
23
|
+
"Date Range": "Date Range",
|
|
24
|
+
"Page Number": "Numéro de page",
|
|
25
|
+
"Scrape Results": "Résultats de Scrape",
|
|
26
|
+
"Number of Results to Scrape": "Nombre de résultats à copier",
|
|
27
|
+
"Scrape Format": "Scrape Format",
|
|
28
|
+
"Clean Output": "Nettoyer la sortie",
|
|
29
|
+
"Model": "Modélisation",
|
|
30
|
+
"Prompt": "Prompt",
|
|
31
|
+
"Aspect Ratio": "Ratio d'aspect",
|
|
32
|
+
"Number of Images": "Nombre d'images",
|
|
33
|
+
"Seed": "Graine",
|
|
34
|
+
"Output Format": "Format de sortie",
|
|
35
|
+
"URL": "URL",
|
|
36
|
+
"Clean Output ?": "Nettoyer la sortie ?",
|
|
37
|
+
"Render JavaScript ?": "Rendre JavaScript ?",
|
|
38
|
+
"Page Limit": "Limite de page",
|
|
39
|
+
"Crawl Depth": "Profondeur de Rampes",
|
|
40
|
+
"File": "Ficher",
|
|
41
|
+
"Extraction Prompt": "Proposition d'extraction",
|
|
42
|
+
"JSON Mode": "Mode JSON",
|
|
43
|
+
"Method": "Méthode",
|
|
44
|
+
"Headers": "En-têtes",
|
|
45
|
+
"Query Parameters": "Paramètres de requête",
|
|
46
|
+
"Body": "Corps",
|
|
47
|
+
"No Error on Failure": "Aucune erreur en cas d'échec",
|
|
48
|
+
"Timeout (in seconds)": "Délai d'attente (en secondes)",
|
|
49
|
+
"Two-letter country code for location bias (e.g., \"US\" for United States).": "Code de pays à deux lettres pour le biais de localisation (par exemple, \"US\" pour les États-Unis).",
|
|
50
|
+
"Specific location to focus the search (e.g., \"New York, NY\").": "Localisation spécifique de la recherche (par exemple, \"New York, New York\").",
|
|
51
|
+
"Language code for the search results (e.g., \"en\" for English).": "Language code for the search results (e.g., \"fr\" for English).",
|
|
52
|
+
"Filter results by date.": "Filtrer les résultats par date.",
|
|
53
|
+
"Page number for paginated results.": "Numéro de page pour les résultats paginés.",
|
|
54
|
+
"Whether to scrape top search results.": "Si vous voulez ramasser les meilleurs résultats de recherche.",
|
|
55
|
+
"Number of top results to scrape (max: 10).": "Nombre de meilleurs résultats à griller (max: 10).",
|
|
56
|
+
"Format of scraped content": "Format du contenu raclé",
|
|
57
|
+
"Whether the scraped output should be cleaned.": "Si la sortie escroquée doit être nettoyée.",
|
|
58
|
+
"The search query for Google News.": "La recherche de Google News.",
|
|
59
|
+
"Country code for location bias (e.g., \"US\" for United States).": "Code de pays pour le biais de localisation (par exemple, \"US\" pour les États-Unis).",
|
|
60
|
+
"The model to use for image generation": "Le modèle à utiliser pour la génération d'images",
|
|
61
|
+
"The text prompt for image generation": "L'invite de texte pour la génération d'image",
|
|
62
|
+
"Aspect ratio of the generated image": "Ratio d'aspect de l'image générée",
|
|
63
|
+
"Number of images to generate (1-4)": "Nombre d'images à générer (1-4)",
|
|
64
|
+
"Seed for reproducible results": "Graine pour résultats reproductibles",
|
|
65
|
+
"Format of the generated image": "Format de l'image générée",
|
|
66
|
+
"The format of the output": "Le format de sortie",
|
|
67
|
+
"Whether the output should be cleaned.": "Si la sortie doit être nettoyée.",
|
|
68
|
+
"Whether to render JavaScript before scraping.": "Renvoie ou non du JavaScript avant de gratter.",
|
|
69
|
+
"The website URL to crawl.": "L'URL du site web à explorer.",
|
|
70
|
+
"Maximum number of pages to crawl.": "Nombre maximum de pages à explorer.",
|
|
71
|
+
"Depth of crawling (distance between base URL path and sub paths).": "Profondeur des explorations (distance entre le chemin de l'URL de base et les sous-chemins).",
|
|
72
|
+
"Format of the output content.": "Format du contenu de sortie.",
|
|
73
|
+
"File URL or base64-encoded file.": "URL du fichier ou fichier encodé en base64.",
|
|
74
|
+
"The prompt describing what data to extract from the document.": "L'invite décrivant quelles données extraire du document.",
|
|
75
|
+
"Whether to return the result in JSON format.": "Renvoie ou non le résultat au format JSON.",
|
|
76
|
+
"Authorization headers are injected automatically from your connection.": "Les en-têtes d'autorisation sont injectés automatiquement à partir de votre connexion.",
|
|
77
|
+
"Any Time": "À tout moment",
|
|
78
|
+
"Past Hour": "Dernière heure",
|
|
79
|
+
"Past Day": "Dernier jour",
|
|
80
|
+
"Past Week": "Dernière semaine",
|
|
81
|
+
"Past Month": "Mois dernier",
|
|
82
|
+
"Past Year": "Année passée",
|
|
83
|
+
"Markdown": "Markdown",
|
|
84
|
+
"HTML": "HTML",
|
|
85
|
+
"Screenshot": "Capture d'écran",
|
|
86
|
+
"FLUX.1-schnell": "FLUX.1-schnell",
|
|
87
|
+
"FLUX.1-dev": "FLUX.1-dev",
|
|
88
|
+
"FLUX.1-pro": "FLUX.1-pro",
|
|
89
|
+
"FLUX.1.1-pro": "FLUX.1.1-pro",
|
|
90
|
+
"recraft-v3": "recraft-v3",
|
|
91
|
+
"Square (1:1)": "Carré (1:1)",
|
|
92
|
+
"Landscape 16:9": "Paysage 16:9",
|
|
93
|
+
"Landscape 21:9": "Paysage 21:9",
|
|
94
|
+
"Landscape 3:2": "Landscape 3:2",
|
|
95
|
+
"Landscape 4:3": "Landscape 4:3",
|
|
96
|
+
"Portrait 2:3": "Portrait 2:3",
|
|
97
|
+
"Portrait 3:4": "Portrait 3:4",
|
|
98
|
+
"Portrait 4:5": "Portrait 4:5",
|
|
99
|
+
"Portrait 9:16": "Portrait 9:16",
|
|
100
|
+
"Portrait 9:21": "Portrait 9:21",
|
|
101
|
+
"WebP": "WebP",
|
|
102
|
+
"JPG": "JPG",
|
|
103
|
+
"PNG": "PNG",
|
|
104
|
+
"Text": "Texte du texte",
|
|
105
|
+
"Raw": "Brute",
|
|
106
|
+
"GET": "OBTENIR",
|
|
107
|
+
"POST": "POSTER",
|
|
108
|
+
"PATCH": "PATCH",
|
|
109
|
+
"PUT": "EFFACER",
|
|
110
|
+
"DELETE": "SUPPRIMER",
|
|
111
|
+
"HEAD": "TÊTE"
|
|
112
|
+
}
|
package/src/i18n/ja.json
ADDED
|
@@ -0,0 +1,112 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Dumpling AI": "Dumpling AI",
|
|
3
|
+
"Transform unstructured website content into clean, AI-ready data": "非構造化ウェブサイトのコンテンツを、AI対応のクリーンなデータに変換します",
|
|
4
|
+
"\n You can obtain API key from [API Section](https://app.dumplingai.com/api-keys).": "\n [API Section](https://app.dumplingai.com/api-keys)からAPIキーを取得できます。",
|
|
5
|
+
"Web Search": "ウェブ検索",
|
|
6
|
+
"Search News": "ニュースを検索",
|
|
7
|
+
"Generate Image": "画像を生成する",
|
|
8
|
+
"Scrape Website": "ウェブサイトをスクレイプ",
|
|
9
|
+
"Crawl Website": "クロールのウェブサイト",
|
|
10
|
+
"Extract Document Data": "ドキュメントデータの抽出",
|
|
11
|
+
"Custom API Call": "カスタムAPI通話",
|
|
12
|
+
"Search the web and optionally retrieve content from top results.": "Webを検索し、必要に応じてトップの結果からコンテンツを取得します。",
|
|
13
|
+
"Search for news articles using Google News.": "Googleニュースを使用してニュース記事を検索します。",
|
|
14
|
+
"Generate images based on a text prompt using AI.": "AI を使用してテキストプロンプトに基づいて画像を生成します。",
|
|
15
|
+
"Scrapes data from a specified URL and format the result.": "指定された URL からデータをスクラップし、結果をフォーマットします。",
|
|
16
|
+
"Crawl a website and return structured content from multiple pages.": "ウェブサイトをクロールし、構造化されたコンテンツを複数ページから返します。",
|
|
17
|
+
"Extract structured data from documents using vision-capable AI.": "視覚対応AIを使用してドキュメントから構造化データを抽出する。",
|
|
18
|
+
"Make a custom API call to a specific endpoint": "特定のエンドポイントへのカスタム API コールを実行します。",
|
|
19
|
+
"Search Query": "検索クエリ",
|
|
20
|
+
"Country": "国",
|
|
21
|
+
"Location": "場所",
|
|
22
|
+
"Language": "言語",
|
|
23
|
+
"Date Range": "Date Range",
|
|
24
|
+
"Page Number": "ページ番号",
|
|
25
|
+
"Scrape Results": "スクレイプ結果",
|
|
26
|
+
"Number of Results to Scrape": "スクラップする結果の数",
|
|
27
|
+
"Scrape Format": "Scrape Format",
|
|
28
|
+
"Clean Output": "クリーン出力",
|
|
29
|
+
"Model": "モデル",
|
|
30
|
+
"Prompt": "Prompt",
|
|
31
|
+
"Aspect Ratio": "アスペクト比",
|
|
32
|
+
"Number of Images": "画像の数",
|
|
33
|
+
"Seed": "Seed",
|
|
34
|
+
"Output Format": "出力形式",
|
|
35
|
+
"URL": "URL",
|
|
36
|
+
"Clean Output ?": "クリーンアウトプット?",
|
|
37
|
+
"Render JavaScript ?": "JavaScript をレンダリングしますか?",
|
|
38
|
+
"Page Limit": "ページ制限",
|
|
39
|
+
"Crawl Depth": "クロールの深さ",
|
|
40
|
+
"File": "ファイル",
|
|
41
|
+
"Extraction Prompt": "Extraction Prompt",
|
|
42
|
+
"JSON Mode": "JSONモード",
|
|
43
|
+
"Method": "方法",
|
|
44
|
+
"Headers": "ヘッダー",
|
|
45
|
+
"Query Parameters": "クエリパラメータ",
|
|
46
|
+
"Body": "本文",
|
|
47
|
+
"No Error on Failure": "失敗時にエラーはありません",
|
|
48
|
+
"Timeout (in seconds)": "タイムアウト(秒)",
|
|
49
|
+
"Two-letter country code for location bias (e.g., \"US\" for United States).": "位置バイアスのための2文字の国コード(例:米国の場合は「米国」)。",
|
|
50
|
+
"Specific location to focus the search (e.g., \"New York, NY\").": "検索にフォーカスする特定の場所(例:「ニューヨーク」、「NY」)。",
|
|
51
|
+
"Language code for the search results (e.g., \"en\" for English).": "検索結果の言語コード(例: \"en\" for English)。",
|
|
52
|
+
"Filter results by date.": "日付で結果を絞り込みます。",
|
|
53
|
+
"Page number for paginated results.": "ページ化された結果のページ番号。",
|
|
54
|
+
"Whether to scrape top search results.": "トップ検索結果をスクレイプするかどうか。",
|
|
55
|
+
"Number of top results to scrape (max: 10).": "スクレイプする上位の結果の数(最大: 10)。",
|
|
56
|
+
"Format of scraped content": "削除されたコンテンツのフォーマット",
|
|
57
|
+
"Whether the scraped output should be cleaned.": "スクレイプ出力を清掃するかどうか。",
|
|
58
|
+
"The search query for Google News.": "Google News の検索クエリ",
|
|
59
|
+
"Country code for location bias (e.g., \"US\" for United States).": "位置バイアスのための国コード(例:米国の場合は「米国」)。",
|
|
60
|
+
"The model to use for image generation": "画像生成に使用するモデル",
|
|
61
|
+
"The text prompt for image generation": "画像を生成するためのテキストプロンプトを表示します",
|
|
62
|
+
"Aspect ratio of the generated image": "生成された画像のアスペクト比",
|
|
63
|
+
"Number of images to generate (1-4)": "生成する画像の数 (1-4)",
|
|
64
|
+
"Seed for reproducible results": "再現性のある結果のためのシードです",
|
|
65
|
+
"Format of the generated image": "生成された画像の形式",
|
|
66
|
+
"The format of the output": "出力の形式",
|
|
67
|
+
"Whether the output should be cleaned.": "出力をクリーニングするかどうか。",
|
|
68
|
+
"Whether to render JavaScript before scraping.": "スクレイピングの前にJavaScriptをレンダリングするかどうか。",
|
|
69
|
+
"The website URL to crawl.": "クロールするウェブサイトのURL。",
|
|
70
|
+
"Maximum number of pages to crawl.": "這うページの最大数。",
|
|
71
|
+
"Depth of crawling (distance between base URL path and sub paths).": "クロールの深さ (ベース URL パスとサブパスの間の距離)。",
|
|
72
|
+
"Format of the output content.": "出力コンテンツのフォーマット。",
|
|
73
|
+
"File URL or base64-encoded file.": "ファイルURLまたはbase64エンコードファイル。",
|
|
74
|
+
"The prompt describing what data to extract from the document.": "ドキュメントから抽出するデータを説明するプロンプト。",
|
|
75
|
+
"Whether to return the result in JSON format.": "結果を JSON 形式で返すかどうかを指定します。",
|
|
76
|
+
"Authorization headers are injected automatically from your connection.": "認証ヘッダは接続から自動的に注入されます。",
|
|
77
|
+
"Any Time": "いつでも",
|
|
78
|
+
"Past Hour": "過去 1 時間",
|
|
79
|
+
"Past Day": "過去 1 日",
|
|
80
|
+
"Past Week": "過去週",
|
|
81
|
+
"Past Month": "過去 1 ヶ月",
|
|
82
|
+
"Past Year": "過去 1 年間",
|
|
83
|
+
"Markdown": "Markdown",
|
|
84
|
+
"HTML": "HTML",
|
|
85
|
+
"Screenshot": "スクリーンショット",
|
|
86
|
+
"FLUX.1-schnell": "FLUX.1-schnell",
|
|
87
|
+
"FLUX.1-dev": "FLUX.1-dev",
|
|
88
|
+
"FLUX.1-pro": "FLUX.1-pro",
|
|
89
|
+
"FLUX.1.1-pro": "FLUX.1.1-pro",
|
|
90
|
+
"recraft-v3": "recraft-v3",
|
|
91
|
+
"Square (1:1)": "正方形(1:1)",
|
|
92
|
+
"Landscape 16:9": "横向き16:9",
|
|
93
|
+
"Landscape 21:9": "横向き時21:9",
|
|
94
|
+
"Landscape 3:2": "Landscape 3:2",
|
|
95
|
+
"Landscape 4:3": "Landscape 4:3",
|
|
96
|
+
"Portrait 2:3": "ポートレート2:3",
|
|
97
|
+
"Portrait 3:4": "ポートレート3:4",
|
|
98
|
+
"Portrait 4:5": "ポートレート4:5",
|
|
99
|
+
"Portrait 9:16": "ポートレート9:16",
|
|
100
|
+
"Portrait 9:21": "ポートレート9:21",
|
|
101
|
+
"WebP": "WebP",
|
|
102
|
+
"JPG": "JPG",
|
|
103
|
+
"PNG": "PNG",
|
|
104
|
+
"Text": "テキスト",
|
|
105
|
+
"Raw": "Raw",
|
|
106
|
+
"GET": "取得",
|
|
107
|
+
"POST": "POST",
|
|
108
|
+
"PATCH": "PATCH",
|
|
109
|
+
"PUT": "PUT",
|
|
110
|
+
"DELETE": "削除",
|
|
111
|
+
"HEAD": "頭"
|
|
112
|
+
}
|
package/src/i18n/nl.json
ADDED
|
@@ -0,0 +1,112 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Dumpling AI": "Dumpling AI",
|
|
3
|
+
"Transform unstructured website content into clean, AI-ready data": "Niet-gestructureerde website-inhoud omzetten in schone, AI-ready data",
|
|
4
|
+
"\n You can obtain API key from [API Section](https://app.dumplingai.com/api-keys).": "\n U kunt API-sleutel verkrijgen van [API section](https://app.dumplingai.com/api-keys).",
|
|
5
|
+
"Web Search": "Zoeken op internet",
|
|
6
|
+
"Search News": "Zoek Nieuws",
|
|
7
|
+
"Generate Image": "Afbeelding genereren",
|
|
8
|
+
"Scrape Website": "Scrape Website",
|
|
9
|
+
"Crawl Website": "Crawl website",
|
|
10
|
+
"Extract Document Data": "Documentgegevens uitpakken",
|
|
11
|
+
"Custom API Call": "Custom API Call",
|
|
12
|
+
"Search the web and optionally retrieve content from top results.": "Zoek op het web en haal optioneel inhoud op van de bovenste resultaten.",
|
|
13
|
+
"Search for news articles using Google News.": "Zoek naar nieuwsartikelen met behulp van Google News.",
|
|
14
|
+
"Generate images based on a text prompt using AI.": "Genereer afbeeldingen op basis van een tekst prompt met behulp van AI.",
|
|
15
|
+
"Scrapes data from a specified URL and format the result.": "Scrapt de gegevens van een opgegeven URL en formatteer het resultaat.",
|
|
16
|
+
"Crawl a website and return structured content from multiple pages.": "Maak een website bezig en stuur gestructureerde inhoud terug van meerdere pagina's.",
|
|
17
|
+
"Extract structured data from documents using vision-capable AI.": "Pak gestructureerde gegevens uit documenten met visionaire AI uit.",
|
|
18
|
+
"Make a custom API call to a specific endpoint": "Maak een aangepaste API call naar een specifiek eindpunt",
|
|
19
|
+
"Search Query": "Zoek query",
|
|
20
|
+
"Country": "Land:",
|
|
21
|
+
"Location": "Locatie",
|
|
22
|
+
"Language": "Taal",
|
|
23
|
+
"Date Range": "Date Range",
|
|
24
|
+
"Page Number": "Pagina Nummer",
|
|
25
|
+
"Scrape Results": "Scrape resultaten",
|
|
26
|
+
"Number of Results to Scrape": "Aantal resultaten voor scrape",
|
|
27
|
+
"Scrape Format": "Scrape Format",
|
|
28
|
+
"Clean Output": "Schoon Uitvoer",
|
|
29
|
+
"Model": "Model",
|
|
30
|
+
"Prompt": "Prompt",
|
|
31
|
+
"Aspect Ratio": "Verhouding beeldverhouding",
|
|
32
|
+
"Number of Images": "Aantal afbeeldingen",
|
|
33
|
+
"Seed": "Seed",
|
|
34
|
+
"Output Format": "Uitvoer formaat",
|
|
35
|
+
"URL": "URL",
|
|
36
|
+
"Clean Output ?": "Verwijder Uitvoer?",
|
|
37
|
+
"Render JavaScript ?": "JavaScript renderen?",
|
|
38
|
+
"Page Limit": "Pagina limiet",
|
|
39
|
+
"Crawl Depth": "Crawl diepte",
|
|
40
|
+
"File": "Bestand",
|
|
41
|
+
"Extraction Prompt": "Extractie Prompt",
|
|
42
|
+
"JSON Mode": "JSON Modus",
|
|
43
|
+
"Method": "Methode",
|
|
44
|
+
"Headers": "Kopteksten",
|
|
45
|
+
"Query Parameters": "Query parameters",
|
|
46
|
+
"Body": "Lichaam",
|
|
47
|
+
"No Error on Failure": "Geen fout bij fout",
|
|
48
|
+
"Timeout (in seconds)": "Time-out (in seconden)",
|
|
49
|
+
"Two-letter country code for location bias (e.g., \"US\" for United States).": "Tweeletterige landcode voor locatievooroordelen (bijv. \"US\" voor Verenigde Staten).",
|
|
50
|
+
"Specific location to focus the search (e.g., \"New York, NY\").": "Specifieke locatie om de zoekopdracht te focussen (bijv. \"New York, NY\").",
|
|
51
|
+
"Language code for the search results (e.g., \"en\" for English).": "Taalcode voor de zoekresultaten (bijv. \"en\" voor Engels).",
|
|
52
|
+
"Filter results by date.": "Filter resultaten op datum.",
|
|
53
|
+
"Page number for paginated results.": "Paginanummer voor gepagineerde resultaten.",
|
|
54
|
+
"Whether to scrape top search results.": "Of de bovenste zoekresultaten moeten worden gescrapt.",
|
|
55
|
+
"Number of top results to scrape (max: 10).": "Aantal beste resultaten voor scrape (max: 10).",
|
|
56
|
+
"Format of scraped content": "Formaat van gescrapde inhoud",
|
|
57
|
+
"Whether the scraped output should be cleaned.": "Of de schraapte uitvoer moet worden opgeruimd.",
|
|
58
|
+
"The search query for Google News.": "De zoekopdracht voor Google News.",
|
|
59
|
+
"Country code for location bias (e.g., \"US\" for United States).": "Landcode voor locatievooroordelen (bijv. \"US\" voor Verenigde Staten).",
|
|
60
|
+
"The model to use for image generation": "Het te gebruiken model voor het genereren van afbeeldingen",
|
|
61
|
+
"The text prompt for image generation": "De tekst vraagt om het genereren van afbeeldingen",
|
|
62
|
+
"Aspect ratio of the generated image": "Aspect verhouding van de gegenereerde afbeelding",
|
|
63
|
+
"Number of images to generate (1-4)": "Aantal te genereren afbeeldingen (1-4)",
|
|
64
|
+
"Seed for reproducible results": "Seed voor reproduceerbare resultaten",
|
|
65
|
+
"Format of the generated image": "Formaat van de gegenereerde afbeelding",
|
|
66
|
+
"The format of the output": "Het formaat van de uitvoer",
|
|
67
|
+
"Whether the output should be cleaned.": "Of de uitvoer moet worden schoongemaakt.",
|
|
68
|
+
"Whether to render JavaScript before scraping.": "Wel of niet JavaScript renderen voor het scrapen.",
|
|
69
|
+
"The website URL to crawl.": "De website URL om te crawl.",
|
|
70
|
+
"Maximum number of pages to crawl.": "Maximum aantal te crawl pagina's.",
|
|
71
|
+
"Depth of crawling (distance between base URL path and sub paths).": "Diepte van crawling (afstand tussen basis-URL-pad en subpaden).",
|
|
72
|
+
"Format of the output content.": "Formaat van de inhoud van de uitvoer.",
|
|
73
|
+
"File URL or base64-encoded file.": "Bestands URL of base64-gecodeerd bestand.",
|
|
74
|
+
"The prompt describing what data to extract from the document.": "De snelle beschrijving van de te extraheren gegevens uit het document.",
|
|
75
|
+
"Whether to return the result in JSON format.": "Geef het resultaat in JSON formaat.",
|
|
76
|
+
"Authorization headers are injected automatically from your connection.": "Autorisatie headers worden automatisch geïnjecteerd vanuit uw verbinding.",
|
|
77
|
+
"Any Time": "Elk moment",
|
|
78
|
+
"Past Hour": "Afgelopen Uur",
|
|
79
|
+
"Past Day": "Afgelopen dag",
|
|
80
|
+
"Past Week": "Afgelopen Week",
|
|
81
|
+
"Past Month": "Afgelopen Maand",
|
|
82
|
+
"Past Year": "Vorig jaar",
|
|
83
|
+
"Markdown": "Markdown",
|
|
84
|
+
"HTML": "HTML",
|
|
85
|
+
"Screenshot": "Schermafbeelding",
|
|
86
|
+
"FLUX.1-schnell": "FLUX.1-schnell",
|
|
87
|
+
"FLUX.1-dev": "FLUX.1-dev",
|
|
88
|
+
"FLUX.1-pro": "FLUX.1-pro",
|
|
89
|
+
"FLUX.1.1-pro": "FLUX.1.1-pro",
|
|
90
|
+
"recraft-v3": "recraft-v3",
|
|
91
|
+
"Square (1:1)": "Vierkant (1:1)",
|
|
92
|
+
"Landscape 16:9": "Liggend 16:9",
|
|
93
|
+
"Landscape 21:9": "Liggend 21:9",
|
|
94
|
+
"Landscape 3:2": "Landscape 3:2",
|
|
95
|
+
"Landscape 4:3": "Landscape 4:3",
|
|
96
|
+
"Portrait 2:3": "Staand 2:3",
|
|
97
|
+
"Portrait 3:4": "Staand 3:4",
|
|
98
|
+
"Portrait 4:5": "Staand 4:5",
|
|
99
|
+
"Portrait 9:16": "Staand 9:16",
|
|
100
|
+
"Portrait 9:21": "Staand 9:21",
|
|
101
|
+
"WebP": "WebP",
|
|
102
|
+
"JPG": "JPG",
|
|
103
|
+
"PNG": "PNG",
|
|
104
|
+
"Text": "Tekstveld",
|
|
105
|
+
"Raw": "Onbewerkte",
|
|
106
|
+
"GET": "KRIJG",
|
|
107
|
+
"POST": "POSTE",
|
|
108
|
+
"PATCH": "BEKIJK",
|
|
109
|
+
"PUT": "PUT",
|
|
110
|
+
"DELETE": "VERWIJDEREN",
|
|
111
|
+
"HEAD": "HOOFD"
|
|
112
|
+
}
|
package/src/i18n/pt.json
ADDED
|
@@ -0,0 +1,112 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Dumpling AI": "Dumpling AI",
|
|
3
|
+
"Transform unstructured website content into clean, AI-ready data": "Transforme conteúdo do site não estruturado em dados limpos e com IA.",
|
|
4
|
+
"\n You can obtain API key from [API Section](https://app.dumplingai.com/api-keys).": "\n Você pode obter chave de API de [Seção API](https://app.dumplingai.com/api-keys).",
|
|
5
|
+
"Web Search": "Pesquisar na Web",
|
|
6
|
+
"Search News": "Buscar Notícias",
|
|
7
|
+
"Generate Image": "Gerar Imagem",
|
|
8
|
+
"Scrape Website": "Site Scrape",
|
|
9
|
+
"Crawl Website": "Site Rastejante",
|
|
10
|
+
"Extract Document Data": "Extrair dados do documento",
|
|
11
|
+
"Custom API Call": "Chamada de API personalizada",
|
|
12
|
+
"Search the web and optionally retrieve content from top results.": "Pesquisar na web e, opcionalmente, recuperar conteúdo dos resultados superiores.",
|
|
13
|
+
"Search for news articles using Google News.": "Pesquisar artigos de notícias usando o Google News.",
|
|
14
|
+
"Generate images based on a text prompt using AI.": "Gerar imagens baseado em um prompt de texto usando AI.",
|
|
15
|
+
"Scrapes data from a specified URL and format the result.": "Exclui dados de uma URL especificada e formata o resultado.",
|
|
16
|
+
"Crawl a website and return structured content from multiple pages.": "Envolva um site e retorna conteúdo estruturado de várias páginas.",
|
|
17
|
+
"Extract structured data from documents using vision-capable AI.": "Extraia dados estruturados de documentos usando I.A. I.A.",
|
|
18
|
+
"Make a custom API call to a specific endpoint": "Faça uma chamada de API personalizada para um ponto de extremidade específico",
|
|
19
|
+
"Search Query": "Consulta de Pesquisa",
|
|
20
|
+
"Country": "País/região",
|
|
21
|
+
"Location": "Local:",
|
|
22
|
+
"Language": "IDIOMA",
|
|
23
|
+
"Date Range": "Date Range",
|
|
24
|
+
"Page Number": "Número da página",
|
|
25
|
+
"Scrape Results": "Resultados Scrape",
|
|
26
|
+
"Number of Results to Scrape": "Número de resultados para Scrape",
|
|
27
|
+
"Scrape Format": "Scrape Format",
|
|
28
|
+
"Clean Output": "Limpar Saída",
|
|
29
|
+
"Model": "Modelo",
|
|
30
|
+
"Prompt": "Aviso",
|
|
31
|
+
"Aspect Ratio": "Proporção da proporção",
|
|
32
|
+
"Number of Images": "Número de imagens",
|
|
33
|
+
"Seed": "Semente",
|
|
34
|
+
"Output Format": "Formato de saída",
|
|
35
|
+
"URL": "URL:",
|
|
36
|
+
"Clean Output ?": "Limpar a Saída ?",
|
|
37
|
+
"Render JavaScript ?": "Renderizar o JavaScript ?",
|
|
38
|
+
"Page Limit": "Limite de Página",
|
|
39
|
+
"Crawl Depth": "Profundidade do Rastejo",
|
|
40
|
+
"File": "Arquivo",
|
|
41
|
+
"Extraction Prompt": "Solicitação de extração",
|
|
42
|
+
"JSON Mode": "Modo JSON",
|
|
43
|
+
"Method": "Método",
|
|
44
|
+
"Headers": "Cabeçalhos",
|
|
45
|
+
"Query Parameters": "Parâmetros da consulta",
|
|
46
|
+
"Body": "Conteúdo",
|
|
47
|
+
"No Error on Failure": "Nenhum erro no Failure",
|
|
48
|
+
"Timeout (in seconds)": "Tempo limite (em segundos)",
|
|
49
|
+
"Two-letter country code for location bias (e.g., \"US\" for United States).": "Código de país de duas letras para o viés de localização (por exemplo, \"EUA\" para Estados Unidos).",
|
|
50
|
+
"Specific location to focus the search (e.g., \"New York, NY\").": "Localização específica para focar a pesquisa (por exemplo, \"Nova Iorque, NY\").",
|
|
51
|
+
"Language code for the search results (e.g., \"en\" for English).": "Código de idioma para os resultados da pesquisa (por exemplo, \"en\" para inglês).",
|
|
52
|
+
"Filter results by date.": "Filtrar resultados por data.",
|
|
53
|
+
"Page number for paginated results.": "Número da página para resultados paginados.",
|
|
54
|
+
"Whether to scrape top search results.": "Se deve scrape resultados de busca mais altos.",
|
|
55
|
+
"Number of top results to scrape (max: 10).": "Número de melhores resultados para sucata (máx: 10).",
|
|
56
|
+
"Format of scraped content": "Formato de conteúdo pesquisado",
|
|
57
|
+
"Whether the scraped output should be cleaned.": "Se a saída encontrada deve ser limpa.",
|
|
58
|
+
"The search query for Google News.": "A consulta de pesquisa do Google News.",
|
|
59
|
+
"Country code for location bias (e.g., \"US\" for United States).": "Código do país para viés de localização (por exemplo, \"EUA\" para Estados Unidos).",
|
|
60
|
+
"The model to use for image generation": "O modelo a ser usado para a geração de imagem",
|
|
61
|
+
"The text prompt for image generation": "O prompt de texto para geração de imagens",
|
|
62
|
+
"Aspect ratio of the generated image": "Proporção da imagem gerada",
|
|
63
|
+
"Number of images to generate (1-4)": "Número de imagens a gerar (1-4)",
|
|
64
|
+
"Seed for reproducible results": "Semente para resultados reprodutíveis",
|
|
65
|
+
"Format of the generated image": "Formato da imagem gerada",
|
|
66
|
+
"The format of the output": "O formato da saída",
|
|
67
|
+
"Whether the output should be cleaned.": "Se a saída deve ser limpa.",
|
|
68
|
+
"Whether to render JavaScript before scraping.": "Se deve renderizar JavaScript antes de remover.",
|
|
69
|
+
"The website URL to crawl.": "A URL do site para rastrear.",
|
|
70
|
+
"Maximum number of pages to crawl.": "Número máximo de páginas para rastrear.",
|
|
71
|
+
"Depth of crawling (distance between base URL path and sub paths).": "Profundidade dos rastreadores (distância entre o caminho da URL base e os subcaminhos).",
|
|
72
|
+
"Format of the output content.": "Formato do conteúdo de saída.",
|
|
73
|
+
"File URL or base64-encoded file.": "URL do arquivo ou arquivo codificado em base64.",
|
|
74
|
+
"The prompt describing what data to extract from the document.": "O prompt descrevendo quais dados extrair do documento.",
|
|
75
|
+
"Whether to return the result in JSON format.": "Se deseja retornar o resultado no formato JSON.",
|
|
76
|
+
"Authorization headers are injected automatically from your connection.": "Os cabeçalhos de autorização são inseridos automaticamente a partir da sua conexão.",
|
|
77
|
+
"Any Time": "Qualquer hora",
|
|
78
|
+
"Past Hour": "Última Hora",
|
|
79
|
+
"Past Day": "Dia passado",
|
|
80
|
+
"Past Week": "Na última semana",
|
|
81
|
+
"Past Month": "Mês passado",
|
|
82
|
+
"Past Year": "No último ano",
|
|
83
|
+
"Markdown": "Markdown",
|
|
84
|
+
"HTML": "HTML",
|
|
85
|
+
"Screenshot": "Pré-visualizar",
|
|
86
|
+
"FLUX.1-schnell": "FLUX.1-schnell",
|
|
87
|
+
"FLUX.1-dev": "FLUX.1-DEv",
|
|
88
|
+
"FLUX.1-pro": "FLUX.1-pro",
|
|
89
|
+
"FLUX.1.1-pro": "FLUX.1.1-pro",
|
|
90
|
+
"recraft-v3": "recraft-v3",
|
|
91
|
+
"Square (1:1)": "Quadrado (1:1)",
|
|
92
|
+
"Landscape 16:9": "Paisagem 16:9",
|
|
93
|
+
"Landscape 21:9": "Paisagem 21:9",
|
|
94
|
+
"Landscape 3:2": "Landscape 3:2",
|
|
95
|
+
"Landscape 4:3": "Landscape 4:3",
|
|
96
|
+
"Portrait 2:3": "Retrato 2:3",
|
|
97
|
+
"Portrait 3:4": "Retrato 3:4",
|
|
98
|
+
"Portrait 4:5": "Retrato 4:5",
|
|
99
|
+
"Portrait 9:16": "Retrato 9:16",
|
|
100
|
+
"Portrait 9:21": "Retrato 9:21",
|
|
101
|
+
"WebP": "WebP",
|
|
102
|
+
"JPG": "Jpg",
|
|
103
|
+
"PNG": "PNG",
|
|
104
|
+
"Text": "texto",
|
|
105
|
+
"Raw": "RAW",
|
|
106
|
+
"GET": "OBTER",
|
|
107
|
+
"POST": "POSTAR",
|
|
108
|
+
"PATCH": "COMPRAR",
|
|
109
|
+
"PUT": "COLOCAR",
|
|
110
|
+
"DELETE": "EXCLUIR",
|
|
111
|
+
"HEAD": "CABEÇA"
|
|
112
|
+
}
|
package/src/i18n/ru.json
ADDED
|
@@ -0,0 +1,112 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Dumpling AI": "Dumpling AI",
|
|
3
|
+
"Transform unstructured website content into clean, AI-ready data": "Преобразовать неструктурированный контент веб-сайта в чистые, готовые к использованию данные",
|
|
4
|
+
"\n You can obtain API key from [API Section](https://app.dumplingai.com/api-keys).": "\n Вы можете получить ключ API из [API Section](https://app.dumplingai.com/api-keys).",
|
|
5
|
+
"Web Search": "Веб-поиск",
|
|
6
|
+
"Search News": "Поиск новостей",
|
|
7
|
+
"Generate Image": "Сгенерировать изображение",
|
|
8
|
+
"Scrape Website": "Сайт Scrape",
|
|
9
|
+
"Crawl Website": "Вебсайт Crawl",
|
|
10
|
+
"Extract Document Data": "Извлечь данные документа",
|
|
11
|
+
"Custom API Call": "Пользовательский вызов API",
|
|
12
|
+
"Search the web and optionally retrieve content from top results.": "Поиск в интернете и получение по желанию топ-результатов.",
|
|
13
|
+
"Search for news articles using Google News.": "Поиск новостей, используя Google News.",
|
|
14
|
+
"Generate images based on a text prompt using AI.": "Генерировать изображения на основе текстовой подсказки с помощью AI.",
|
|
15
|
+
"Scrapes data from a specified URL and format the result.": "Заполняет данные по указанному URL и отформатирует результат.",
|
|
16
|
+
"Crawl a website and return structured content from multiple pages.": "Перетаскивайте сайт и возвращайте структурированный контент с нескольких страниц.",
|
|
17
|
+
"Extract structured data from documents using vision-capable AI.": "Извлечение структурированных данных из документов с помощью ИИ, способной к видимости.",
|
|
18
|
+
"Make a custom API call to a specific endpoint": "Сделать пользовательский API вызов к определенной конечной точке",
|
|
19
|
+
"Search Query": "Поисковый запрос",
|
|
20
|
+
"Country": "Страна",
|
|
21
|
+
"Location": "Местоположение",
|
|
22
|
+
"Language": "Язык",
|
|
23
|
+
"Date Range": "Date Range",
|
|
24
|
+
"Page Number": "Номер страницы",
|
|
25
|
+
"Scrape Results": "Результаты Scrape",
|
|
26
|
+
"Number of Results to Scrape": "Количество результатов для Scrape",
|
|
27
|
+
"Scrape Format": "Scrape Format",
|
|
28
|
+
"Clean Output": "Очистить вывод",
|
|
29
|
+
"Model": "Модель",
|
|
30
|
+
"Prompt": "Prompt",
|
|
31
|
+
"Aspect Ratio": "Соотношение сторон",
|
|
32
|
+
"Number of Images": "Количество изображений",
|
|
33
|
+
"Seed": "Сид",
|
|
34
|
+
"Output Format": "Формат вывода",
|
|
35
|
+
"URL": "URL",
|
|
36
|
+
"Clean Output ?": "Очистить вывод?",
|
|
37
|
+
"Render JavaScript ?": "Визуализировать JavaScript ?",
|
|
38
|
+
"Page Limit": "Лимит страницы",
|
|
39
|
+
"Crawl Depth": "Глубина полёта",
|
|
40
|
+
"File": "Файл",
|
|
41
|
+
"Extraction Prompt": "Подсказка к извлечению",
|
|
42
|
+
"JSON Mode": "JSON режим",
|
|
43
|
+
"Method": "Метод",
|
|
44
|
+
"Headers": "Заголовки",
|
|
45
|
+
"Query Parameters": "Параметры запроса",
|
|
46
|
+
"Body": "Тело",
|
|
47
|
+
"No Error on Failure": "Нет ошибок при ошибке",
|
|
48
|
+
"Timeout (in seconds)": "Таймаут (в секундах)",
|
|
49
|
+
"Two-letter country code for location bias (e.g., \"US\" for United States).": "Двухсимвольный код страны для предвзятого местоположения (например, \"США\" для США).",
|
|
50
|
+
"Specific location to focus the search (e.g., \"New York, NY\").": "Конкретное местоположение для фокусировки поиска (например, «Нью-Йорк, Нью-Йорк»).",
|
|
51
|
+
"Language code for the search results (e.g., \"en\" for English).": "Код языка для результатов поиска (например, \"en\" для английского).",
|
|
52
|
+
"Filter results by date.": "Фильтр результатов по дате.",
|
|
53
|
+
"Page number for paginated results.": "Номер страницы для пагинальных результатов.",
|
|
54
|
+
"Whether to scrape top search results.": "Удалять ли топ результатов поиска.",
|
|
55
|
+
"Number of top results to scrape (max: 10).": "Количество топ-результатов до скрапления (макс: 10).",
|
|
56
|
+
"Format of scraped content": "Формат содержимого",
|
|
57
|
+
"Whether the scraped output should be cleaned.": "Следует ли очищать сломанный выход.",
|
|
58
|
+
"The search query for Google News.": "Поиск по Новостям Google.",
|
|
59
|
+
"Country code for location bias (e.g., \"US\" for United States).": "Код страны для предвзятого местоположения (например, \"США\" для США).",
|
|
60
|
+
"The model to use for image generation": "Модель для генерации изображений",
|
|
61
|
+
"The text prompt for image generation": "Текстовый запрос для генерации изображений",
|
|
62
|
+
"Aspect ratio of the generated image": "Соотношение сторон сгенерированного изображения",
|
|
63
|
+
"Number of images to generate (1-4)": "Количество изображений для генерации (1-4)",
|
|
64
|
+
"Seed for reproducible results": "Сид для воспроизводимых результатов",
|
|
65
|
+
"Format of the generated image": "Формат сгенерированного изображения",
|
|
66
|
+
"The format of the output": "Формат вывода",
|
|
67
|
+
"Whether the output should be cleaned.": "Должен ли вывод быть очищен.",
|
|
68
|
+
"Whether to render JavaScript before scraping.": "Будь то рендеринг JavaScript перед скрещиванием.",
|
|
69
|
+
"The website URL to crawl.": "URL сайта для сканирования.",
|
|
70
|
+
"Maximum number of pages to crawl.": "Максимальное количество страниц для сканирования.",
|
|
71
|
+
"Depth of crawling (distance between base URL path and sub paths).": "Глубина сканирования (расстояние между базовым URL-адресом и под-путями).",
|
|
72
|
+
"Format of the output content.": "Формат контента вывода.",
|
|
73
|
+
"File URL or base64-encoded file.": "URL файла или base64 закодированный файл.",
|
|
74
|
+
"The prompt describing what data to extract from the document.": "Заявка, описывающая данные для извлечения из документа.",
|
|
75
|
+
"Whether to return the result in JSON format.": "Возвращает ли результат результат в формате JSON.",
|
|
76
|
+
"Authorization headers are injected automatically from your connection.": "Заголовки авторизации включаются автоматически из вашего соединения.",
|
|
77
|
+
"Any Time": "В любое время",
|
|
78
|
+
"Past Hour": "Последний час",
|
|
79
|
+
"Past Day": "Прошлый день",
|
|
80
|
+
"Past Week": "Прошлая неделя",
|
|
81
|
+
"Past Month": "Прошлый месяц",
|
|
82
|
+
"Past Year": "Прошлый год",
|
|
83
|
+
"Markdown": "Markdown",
|
|
84
|
+
"HTML": "HTML",
|
|
85
|
+
"Screenshot": "Скриншот",
|
|
86
|
+
"FLUX.1-schnell": "ФЛЮКС.1 - Шнег",
|
|
87
|
+
"FLUX.1-dev": "ФЛЮКС.1-dev",
|
|
88
|
+
"FLUX.1-pro": "FLUX.1-pro",
|
|
89
|
+
"FLUX.1.1-pro": "FLUX.1.1-pro",
|
|
90
|
+
"recraft-v3": "recraft-v3",
|
|
91
|
+
"Square (1:1)": "Квадрат (1:1)",
|
|
92
|
+
"Landscape 16:9": "Горизонтальный 16:9",
|
|
93
|
+
"Landscape 21:9": "Горизонтальный 21:9",
|
|
94
|
+
"Landscape 3:2": "Landscape 3:2",
|
|
95
|
+
"Landscape 4:3": "Landscape 4:3",
|
|
96
|
+
"Portrait 2:3": "Портретная 2:3",
|
|
97
|
+
"Portrait 3:4": "Портретная 3:4",
|
|
98
|
+
"Portrait 4:5": "Портретная 4:5",
|
|
99
|
+
"Portrait 9:16": "Портретная 9:16",
|
|
100
|
+
"Portrait 9:21": "Портретная 9:21",
|
|
101
|
+
"WebP": "WebP",
|
|
102
|
+
"JPG": "JPG",
|
|
103
|
+
"PNG": "PNG",
|
|
104
|
+
"Text": "Текст",
|
|
105
|
+
"Raw": "Сырье",
|
|
106
|
+
"GET": "ПОЛУЧИТЬ",
|
|
107
|
+
"POST": "ПОСТ",
|
|
108
|
+
"PATCH": "ПАТЧ",
|
|
109
|
+
"PUT": "ПОКУПИТЬ",
|
|
110
|
+
"DELETE": "УДАЛИТЬ",
|
|
111
|
+
"HEAD": "HEAD"
|
|
112
|
+
}
|
|
@@ -0,0 +1,112 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Dumpling AI": "Dumpling AI",
|
|
3
|
+
"Transform unstructured website content into clean, AI-ready data": "Transform unstructured website content into clean, AI-ready data",
|
|
4
|
+
"\n You can obtain API key from [API Section](https://app.dumplingai.com/api-keys).": "\n You can obtain API key from [API Section](https://app.dumplingai.com/api-keys).",
|
|
5
|
+
"Web Search": "Web Search",
|
|
6
|
+
"Search News": "Search News",
|
|
7
|
+
"Generate Image": "Generate Image",
|
|
8
|
+
"Scrape Website": "Scrape Website",
|
|
9
|
+
"Crawl Website": "Crawl Website",
|
|
10
|
+
"Extract Document Data": "Extract Document Data",
|
|
11
|
+
"Custom API Call": "Custom API Call",
|
|
12
|
+
"Search the web and optionally retrieve content from top results.": "Search the web and optionally retrieve content from top results.",
|
|
13
|
+
"Search for news articles using Google News.": "Search for news articles using Google News.",
|
|
14
|
+
"Generate images based on a text prompt using AI.": "Generate images based on a text prompt using AI.",
|
|
15
|
+
"Scrapes data from a specified URL and format the result.": "Scrapes data from a specified URL and format the result.",
|
|
16
|
+
"Crawl a website and return structured content from multiple pages.": "Crawl a website and return structured content from multiple pages.",
|
|
17
|
+
"Extract structured data from documents using vision-capable AI.": "Extract structured data from documents using vision-capable AI.",
|
|
18
|
+
"Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
|
|
19
|
+
"Search Query": "Search Query",
|
|
20
|
+
"Country": "Country",
|
|
21
|
+
"Location": "Location",
|
|
22
|
+
"Language": "Language",
|
|
23
|
+
"Date Range": "Date Range",
|
|
24
|
+
"Page Number": "Page Number",
|
|
25
|
+
"Scrape Results": "Scrape Results",
|
|
26
|
+
"Number of Results to Scrape": "Number of Results to Scrape",
|
|
27
|
+
"Scrape Format": "Scrape Format",
|
|
28
|
+
"Clean Output": "Clean Output",
|
|
29
|
+
"Model": "Model",
|
|
30
|
+
"Prompt": "Prompt",
|
|
31
|
+
"Aspect Ratio": "Aspect Ratio",
|
|
32
|
+
"Number of Images": "Number of Images",
|
|
33
|
+
"Seed": "Seed",
|
|
34
|
+
"Output Format": "Output Format",
|
|
35
|
+
"URL": "URL",
|
|
36
|
+
"Clean Output ?": "Clean Output ?",
|
|
37
|
+
"Render JavaScript ?": "Render JavaScript ?",
|
|
38
|
+
"Page Limit": "Page Limit",
|
|
39
|
+
"Crawl Depth": "Crawl Depth",
|
|
40
|
+
"File": "File",
|
|
41
|
+
"Extraction Prompt": "Extraction Prompt",
|
|
42
|
+
"JSON Mode": "JSON Mode",
|
|
43
|
+
"Method": "Method",
|
|
44
|
+
"Headers": "Headers",
|
|
45
|
+
"Query Parameters": "Query Parameters",
|
|
46
|
+
"Body": "Body",
|
|
47
|
+
"No Error on Failure": "No Error on Failure",
|
|
48
|
+
"Timeout (in seconds)": "Timeout (in seconds)",
|
|
49
|
+
"Two-letter country code for location bias (e.g., \"US\" for United States).": "Two-letter country code for location bias (e.g., \"US\" for United States).",
|
|
50
|
+
"Specific location to focus the search (e.g., \"New York, NY\").": "Specific location to focus the search (e.g., \"New York, NY\").",
|
|
51
|
+
"Language code for the search results (e.g., \"en\" for English).": "Language code for the search results (e.g., \"en\" for English).",
|
|
52
|
+
"Filter results by date.": "Filter results by date.",
|
|
53
|
+
"Page number for paginated results.": "Page number for paginated results.",
|
|
54
|
+
"Whether to scrape top search results.": "Whether to scrape top search results.",
|
|
55
|
+
"Number of top results to scrape (max: 10).": "Number of top results to scrape (max: 10).",
|
|
56
|
+
"Format of scraped content": "Format of scraped content",
|
|
57
|
+
"Whether the scraped output should be cleaned.": "Whether the scraped output should be cleaned.",
|
|
58
|
+
"The search query for Google News.": "The search query for Google News.",
|
|
59
|
+
"Country code for location bias (e.g., \"US\" for United States).": "Country code for location bias (e.g., \"US\" for United States).",
|
|
60
|
+
"The model to use for image generation": "The model to use for image generation",
|
|
61
|
+
"The text prompt for image generation": "The text prompt for image generation",
|
|
62
|
+
"Aspect ratio of the generated image": "Aspect ratio of the generated image",
|
|
63
|
+
"Number of images to generate (1-4)": "Number of images to generate (1-4)",
|
|
64
|
+
"Seed for reproducible results": "Seed for reproducible results",
|
|
65
|
+
"Format of the generated image": "Format of the generated image",
|
|
66
|
+
"The format of the output": "The format of the output",
|
|
67
|
+
"Whether the output should be cleaned.": "Whether the output should be cleaned.",
|
|
68
|
+
"Whether to render JavaScript before scraping.": "Whether to render JavaScript before scraping.",
|
|
69
|
+
"The website URL to crawl.": "The website URL to crawl.",
|
|
70
|
+
"Maximum number of pages to crawl.": "Maximum number of pages to crawl.",
|
|
71
|
+
"Depth of crawling (distance between base URL path and sub paths).": "Depth of crawling (distance between base URL path and sub paths).",
|
|
72
|
+
"Format of the output content.": "Format of the output content.",
|
|
73
|
+
"File URL or base64-encoded file.": "File URL or base64-encoded file.",
|
|
74
|
+
"The prompt describing what data to extract from the document.": "The prompt describing what data to extract from the document.",
|
|
75
|
+
"Whether to return the result in JSON format.": "Whether to return the result in JSON format.",
|
|
76
|
+
"Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
|
|
77
|
+
"Any Time": "Any Time",
|
|
78
|
+
"Past Hour": "Past Hour",
|
|
79
|
+
"Past Day": "Past Day",
|
|
80
|
+
"Past Week": "Past Week",
|
|
81
|
+
"Past Month": "Past Month",
|
|
82
|
+
"Past Year": "Past Year",
|
|
83
|
+
"Markdown": "Markdown",
|
|
84
|
+
"HTML": "HTML",
|
|
85
|
+
"Screenshot": "Screenshot",
|
|
86
|
+
"FLUX.1-schnell": "FLUX.1-schnell",
|
|
87
|
+
"FLUX.1-dev": "FLUX.1-dev",
|
|
88
|
+
"FLUX.1-pro": "FLUX.1-pro",
|
|
89
|
+
"FLUX.1.1-pro": "FLUX.1.1-pro",
|
|
90
|
+
"recraft-v3": "recraft-v3",
|
|
91
|
+
"Square (1:1)": "Square (1:1)",
|
|
92
|
+
"Landscape 16:9": "Landscape 16:9",
|
|
93
|
+
"Landscape 21:9": "Landscape 21:9",
|
|
94
|
+
"Landscape 3:2": "Landscape 3:2",
|
|
95
|
+
"Landscape 4:3": "Landscape 4:3",
|
|
96
|
+
"Portrait 2:3": "Portrait 2:3",
|
|
97
|
+
"Portrait 3:4": "Portrait 3:4",
|
|
98
|
+
"Portrait 4:5": "Portrait 4:5",
|
|
99
|
+
"Portrait 9:16": "Portrait 9:16",
|
|
100
|
+
"Portrait 9:21": "Portrait 9:21",
|
|
101
|
+
"WebP": "WebP",
|
|
102
|
+
"JPG": "JPG",
|
|
103
|
+
"PNG": "PNG",
|
|
104
|
+
"Text": "Text",
|
|
105
|
+
"Raw": "Raw",
|
|
106
|
+
"GET": "GET",
|
|
107
|
+
"POST": "POST",
|
|
108
|
+
"PATCH": "PATCH",
|
|
109
|
+
"PUT": "PUT",
|
|
110
|
+
"DELETE": "DELETE",
|
|
111
|
+
"HEAD": "HEAD"
|
|
112
|
+
}
|
package/src/i18n/vi.json
ADDED
|
@@ -0,0 +1,112 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Dumpling AI": "Dumpling AI",
|
|
3
|
+
"Transform unstructured website content into clean, AI-ready data": "Transform unstructured website content into clean, AI-ready data",
|
|
4
|
+
"\n You can obtain API key from [API Section](https://app.dumplingai.com/api-keys).": "\n You can obtain API key from [API Section](https://app.dumplingai.com/api-keys).",
|
|
5
|
+
"Web Search": "Web Search",
|
|
6
|
+
"Search News": "Search News",
|
|
7
|
+
"Generate Image": "Generate Image",
|
|
8
|
+
"Scrape Website": "Scrape Website",
|
|
9
|
+
"Crawl Website": "Crawl Website",
|
|
10
|
+
"Extract Document Data": "Extract Document Data",
|
|
11
|
+
"Custom API Call": "Custom API Call",
|
|
12
|
+
"Search the web and optionally retrieve content from top results.": "Search the web and optionally retrieve content from top results.",
|
|
13
|
+
"Search for news articles using Google News.": "Search for news articles using Google News.",
|
|
14
|
+
"Generate images based on a text prompt using AI.": "Generate images based on a text prompt using AI.",
|
|
15
|
+
"Scrapes data from a specified URL and format the result.": "Scrapes data from a specified URL and format the result.",
|
|
16
|
+
"Crawl a website and return structured content from multiple pages.": "Crawl a website and return structured content from multiple pages.",
|
|
17
|
+
"Extract structured data from documents using vision-capable AI.": "Extract structured data from documents using vision-capable AI.",
|
|
18
|
+
"Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
|
|
19
|
+
"Search Query": "Search Query",
|
|
20
|
+
"Country": "Country",
|
|
21
|
+
"Location": "Location",
|
|
22
|
+
"Language": "Language",
|
|
23
|
+
"Date Range": "Date Range",
|
|
24
|
+
"Page Number": "Page Number",
|
|
25
|
+
"Scrape Results": "Scrape Results",
|
|
26
|
+
"Number of Results to Scrape": "Number of Results to Scrape",
|
|
27
|
+
"Scrape Format": "Scrape Format",
|
|
28
|
+
"Clean Output": "Clean Output",
|
|
29
|
+
"Model": "Model",
|
|
30
|
+
"Prompt": "Prompt",
|
|
31
|
+
"Aspect Ratio": "Aspect Ratio",
|
|
32
|
+
"Number of Images": "Number of Images",
|
|
33
|
+
"Seed": "Seed",
|
|
34
|
+
"Output Format": "Output Format",
|
|
35
|
+
"URL": "URL",
|
|
36
|
+
"Clean Output ?": "Clean Output ?",
|
|
37
|
+
"Render JavaScript ?": "Render JavaScript ?",
|
|
38
|
+
"Page Limit": "Page Limit",
|
|
39
|
+
"Crawl Depth": "Crawl Depth",
|
|
40
|
+
"File": "File",
|
|
41
|
+
"Extraction Prompt": "Extraction Prompt",
|
|
42
|
+
"JSON Mode": "JSON Mode",
|
|
43
|
+
"Method": "Method",
|
|
44
|
+
"Headers": "Headers",
|
|
45
|
+
"Query Parameters": "Query Parameters",
|
|
46
|
+
"Body": "Body",
|
|
47
|
+
"No Error on Failure": "No Error on Failure",
|
|
48
|
+
"Timeout (in seconds)": "Timeout (in seconds)",
|
|
49
|
+
"Two-letter country code for location bias (e.g., \"US\" for United States).": "Two-letter country code for location bias (e.g., \"US\" for United States).",
|
|
50
|
+
"Specific location to focus the search (e.g., \"New York, NY\").": "Specific location to focus the search (e.g., \"New York, NY\").",
|
|
51
|
+
"Language code for the search results (e.g., \"en\" for English).": "Language code for the search results (e.g., \"en\" for English).",
|
|
52
|
+
"Filter results by date.": "Filter results by date.",
|
|
53
|
+
"Page number for paginated results.": "Page number for paginated results.",
|
|
54
|
+
"Whether to scrape top search results.": "Whether to scrape top search results.",
|
|
55
|
+
"Number of top results to scrape (max: 10).": "Number of top results to scrape (max: 10).",
|
|
56
|
+
"Format of scraped content": "Format of scraped content",
|
|
57
|
+
"Whether the scraped output should be cleaned.": "Whether the scraped output should be cleaned.",
|
|
58
|
+
"The search query for Google News.": "The search query for Google News.",
|
|
59
|
+
"Country code for location bias (e.g., \"US\" for United States).": "Country code for location bias (e.g., \"US\" for United States).",
|
|
60
|
+
"The model to use for image generation": "The model to use for image generation",
|
|
61
|
+
"The text prompt for image generation": "The text prompt for image generation",
|
|
62
|
+
"Aspect ratio of the generated image": "Aspect ratio of the generated image",
|
|
63
|
+
"Number of images to generate (1-4)": "Number of images to generate (1-4)",
|
|
64
|
+
"Seed for reproducible results": "Seed for reproducible results",
|
|
65
|
+
"Format of the generated image": "Format of the generated image",
|
|
66
|
+
"The format of the output": "The format of the output",
|
|
67
|
+
"Whether the output should be cleaned.": "Whether the output should be cleaned.",
|
|
68
|
+
"Whether to render JavaScript before scraping.": "Whether to render JavaScript before scraping.",
|
|
69
|
+
"The website URL to crawl.": "The website URL to crawl.",
|
|
70
|
+
"Maximum number of pages to crawl.": "Maximum number of pages to crawl.",
|
|
71
|
+
"Depth of crawling (distance between base URL path and sub paths).": "Depth of crawling (distance between base URL path and sub paths).",
|
|
72
|
+
"Format of the output content.": "Format of the output content.",
|
|
73
|
+
"File URL or base64-encoded file.": "File URL or base64-encoded file.",
|
|
74
|
+
"The prompt describing what data to extract from the document.": "The prompt describing what data to extract from the document.",
|
|
75
|
+
"Whether to return the result in JSON format.": "Whether to return the result in JSON format.",
|
|
76
|
+
"Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
|
|
77
|
+
"Any Time": "Any Time",
|
|
78
|
+
"Past Hour": "Past Hour",
|
|
79
|
+
"Past Day": "Past Day",
|
|
80
|
+
"Past Week": "Past Week",
|
|
81
|
+
"Past Month": "Past Month",
|
|
82
|
+
"Past Year": "Past Year",
|
|
83
|
+
"Markdown": "Markdown",
|
|
84
|
+
"HTML": "HTML",
|
|
85
|
+
"Screenshot": "Screenshot",
|
|
86
|
+
"FLUX.1-schnell": "FLUX.1-schnell",
|
|
87
|
+
"FLUX.1-dev": "FLUX.1-dev",
|
|
88
|
+
"FLUX.1-pro": "FLUX.1-pro",
|
|
89
|
+
"FLUX.1.1-pro": "FLUX.1.1-pro",
|
|
90
|
+
"recraft-v3": "recraft-v3",
|
|
91
|
+
"Square (1:1)": "Square (1:1)",
|
|
92
|
+
"Landscape 16:9": "Landscape 16:9",
|
|
93
|
+
"Landscape 21:9": "Landscape 21:9",
|
|
94
|
+
"Landscape 3:2": "Landscape 3:2",
|
|
95
|
+
"Landscape 4:3": "Landscape 4:3",
|
|
96
|
+
"Portrait 2:3": "Portrait 2:3",
|
|
97
|
+
"Portrait 3:4": "Portrait 3:4",
|
|
98
|
+
"Portrait 4:5": "Portrait 4:5",
|
|
99
|
+
"Portrait 9:16": "Portrait 9:16",
|
|
100
|
+
"Portrait 9:21": "Portrait 9:21",
|
|
101
|
+
"WebP": "WebP",
|
|
102
|
+
"JPG": "JPG",
|
|
103
|
+
"PNG": "PNG",
|
|
104
|
+
"Text": "Text",
|
|
105
|
+
"Raw": "Raw",
|
|
106
|
+
"GET": "GET",
|
|
107
|
+
"POST": "POST",
|
|
108
|
+
"PATCH": "PATCH",
|
|
109
|
+
"PUT": "PUT",
|
|
110
|
+
"DELETE": "DELETE",
|
|
111
|
+
"HEAD": "HEAD"
|
|
112
|
+
}
|
package/src/i18n/zh.json
ADDED
|
@@ -0,0 +1,112 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Dumpling AI": "Dumpling AI",
|
|
3
|
+
"Transform unstructured website content into clean, AI-ready data": "Transform unstructured website content into clean, AI-ready data",
|
|
4
|
+
"\n You can obtain API key from [API Section](https://app.dumplingai.com/api-keys).": "\n You can obtain API key from [API Section](https://app.dumplingai.com/api-keys).",
|
|
5
|
+
"Web Search": "Web Search",
|
|
6
|
+
"Search News": "Search News",
|
|
7
|
+
"Generate Image": "Generate Image",
|
|
8
|
+
"Scrape Website": "Scrape Website",
|
|
9
|
+
"Crawl Website": "Crawl Website",
|
|
10
|
+
"Extract Document Data": "Extract Document Data",
|
|
11
|
+
"Custom API Call": "自定义 API 呼叫",
|
|
12
|
+
"Search the web and optionally retrieve content from top results.": "Search the web and optionally retrieve content from top results.",
|
|
13
|
+
"Search for news articles using Google News.": "Search for news articles using Google News.",
|
|
14
|
+
"Generate images based on a text prompt using AI.": "Generate images based on a text prompt using AI.",
|
|
15
|
+
"Scrapes data from a specified URL and format the result.": "Scrapes data from a specified URL and format the result.",
|
|
16
|
+
"Crawl a website and return structured content from multiple pages.": "Crawl a website and return structured content from multiple pages.",
|
|
17
|
+
"Extract structured data from documents using vision-capable AI.": "Extract structured data from documents using vision-capable AI.",
|
|
18
|
+
"Make a custom API call to a specific endpoint": "将一个自定义 API 调用到一个特定的终点",
|
|
19
|
+
"Search Query": "Search Query",
|
|
20
|
+
"Country": "Country",
|
|
21
|
+
"Location": "Location",
|
|
22
|
+
"Language": "Language",
|
|
23
|
+
"Date Range": "Date Range",
|
|
24
|
+
"Page Number": "Page Number",
|
|
25
|
+
"Scrape Results": "Scrape Results",
|
|
26
|
+
"Number of Results to Scrape": "Number of Results to Scrape",
|
|
27
|
+
"Scrape Format": "Scrape Format",
|
|
28
|
+
"Clean Output": "Clean Output",
|
|
29
|
+
"Model": "Model",
|
|
30
|
+
"Prompt": "Prompt",
|
|
31
|
+
"Aspect Ratio": "Aspect Ratio",
|
|
32
|
+
"Number of Images": "Number of Images",
|
|
33
|
+
"Seed": "Seed",
|
|
34
|
+
"Output Format": "Output Format",
|
|
35
|
+
"URL": "URL",
|
|
36
|
+
"Clean Output ?": "Clean Output ?",
|
|
37
|
+
"Render JavaScript ?": "Render JavaScript ?",
|
|
38
|
+
"Page Limit": "Page Limit",
|
|
39
|
+
"Crawl Depth": "Crawl Depth",
|
|
40
|
+
"File": "文件",
|
|
41
|
+
"Extraction Prompt": "Extraction Prompt",
|
|
42
|
+
"JSON Mode": "JSON Mode",
|
|
43
|
+
"Method": "方法",
|
|
44
|
+
"Headers": "信头",
|
|
45
|
+
"Query Parameters": "查询参数",
|
|
46
|
+
"Body": "正文内容",
|
|
47
|
+
"No Error on Failure": "失败时没有错误",
|
|
48
|
+
"Timeout (in seconds)": "超时(秒)",
|
|
49
|
+
"Two-letter country code for location bias (e.g., \"US\" for United States).": "Two-letter country code for location bias (e.g., \"US\" for United States).",
|
|
50
|
+
"Specific location to focus the search (e.g., \"New York, NY\").": "Specific location to focus the search (e.g., \"New York, NY\").",
|
|
51
|
+
"Language code for the search results (e.g., \"en\" for English).": "Language code for the search results (e.g., \"en\" for English).",
|
|
52
|
+
"Filter results by date.": "Filter results by date.",
|
|
53
|
+
"Page number for paginated results.": "Page number for paginated results.",
|
|
54
|
+
"Whether to scrape top search results.": "Whether to scrape top search results.",
|
|
55
|
+
"Number of top results to scrape (max: 10).": "Number of top results to scrape (max: 10).",
|
|
56
|
+
"Format of scraped content": "Format of scraped content",
|
|
57
|
+
"Whether the scraped output should be cleaned.": "Whether the scraped output should be cleaned.",
|
|
58
|
+
"The search query for Google News.": "The search query for Google News.",
|
|
59
|
+
"Country code for location bias (e.g., \"US\" for United States).": "Country code for location bias (e.g., \"US\" for United States).",
|
|
60
|
+
"The model to use for image generation": "The model to use for image generation",
|
|
61
|
+
"The text prompt for image generation": "The text prompt for image generation",
|
|
62
|
+
"Aspect ratio of the generated image": "Aspect ratio of the generated image",
|
|
63
|
+
"Number of images to generate (1-4)": "Number of images to generate (1-4)",
|
|
64
|
+
"Seed for reproducible results": "Seed for reproducible results",
|
|
65
|
+
"Format of the generated image": "Format of the generated image",
|
|
66
|
+
"The format of the output": "The format of the output",
|
|
67
|
+
"Whether the output should be cleaned.": "Whether the output should be cleaned.",
|
|
68
|
+
"Whether to render JavaScript before scraping.": "Whether to render JavaScript before scraping.",
|
|
69
|
+
"The website URL to crawl.": "The website URL to crawl.",
|
|
70
|
+
"Maximum number of pages to crawl.": "Maximum number of pages to crawl.",
|
|
71
|
+
"Depth of crawling (distance between base URL path and sub paths).": "Depth of crawling (distance between base URL path and sub paths).",
|
|
72
|
+
"Format of the output content.": "Format of the output content.",
|
|
73
|
+
"File URL or base64-encoded file.": "File URL or base64-encoded file.",
|
|
74
|
+
"The prompt describing what data to extract from the document.": "The prompt describing what data to extract from the document.",
|
|
75
|
+
"Whether to return the result in JSON format.": "Whether to return the result in JSON format.",
|
|
76
|
+
"Authorization headers are injected automatically from your connection.": "授权头自动从您的连接中注入。",
|
|
77
|
+
"Any Time": "Any Time",
|
|
78
|
+
"Past Hour": "Past Hour",
|
|
79
|
+
"Past Day": "Past Day",
|
|
80
|
+
"Past Week": "Past Week",
|
|
81
|
+
"Past Month": "Past Month",
|
|
82
|
+
"Past Year": "Past Year",
|
|
83
|
+
"Markdown": "Markdown",
|
|
84
|
+
"HTML": "HTML",
|
|
85
|
+
"Screenshot": "Screenshot",
|
|
86
|
+
"FLUX.1-schnell": "FLUX.1-schnell",
|
|
87
|
+
"FLUX.1-dev": "FLUX.1-dev",
|
|
88
|
+
"FLUX.1-pro": "FLUX.1-pro",
|
|
89
|
+
"FLUX.1.1-pro": "FLUX.1.1-pro",
|
|
90
|
+
"recraft-v3": "recraft-v3",
|
|
91
|
+
"Square (1:1)": "Square (1:1)",
|
|
92
|
+
"Landscape 16:9": "Landscape 16:9",
|
|
93
|
+
"Landscape 21:9": "Landscape 21:9",
|
|
94
|
+
"Landscape 3:2": "Landscape 3:2",
|
|
95
|
+
"Landscape 4:3": "Landscape 4:3",
|
|
96
|
+
"Portrait 2:3": "Portrait 2:3",
|
|
97
|
+
"Portrait 3:4": "Portrait 3:4",
|
|
98
|
+
"Portrait 4:5": "Portrait 4:5",
|
|
99
|
+
"Portrait 9:16": "Portrait 9:16",
|
|
100
|
+
"Portrait 9:21": "Portrait 9:21",
|
|
101
|
+
"WebP": "WebP",
|
|
102
|
+
"JPG": "JPG",
|
|
103
|
+
"PNG": "PNG",
|
|
104
|
+
"Text": "文本",
|
|
105
|
+
"Raw": "原始文件",
|
|
106
|
+
"GET": "获取",
|
|
107
|
+
"POST": "帖子",
|
|
108
|
+
"PATCH": "PATCH",
|
|
109
|
+
"PUT": "弹出",
|
|
110
|
+
"DELETE": "删除",
|
|
111
|
+
"HEAD": "黑色"
|
|
112
|
+
}
|