@activepieces/piece-rendex 0.0.3 → 0.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +4 -4
- package/src/i18n/de.json +28 -10
- package/src/i18n/es.json +28 -10
- package/src/i18n/fr.json +28 -10
- package/src/i18n/ja.json +28 -10
- package/src/i18n/nl.json +28 -10
- package/src/i18n/pt.json +28 -10
- package/src/i18n/zh.json +28 -10
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@activepieces/piece-rendex",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.4",
|
|
4
4
|
"type": "commonjs",
|
|
5
5
|
"main": "./src/index.js",
|
|
6
6
|
"types": "./src/index.d.ts",
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@activepieces/pieces-common": "0.12.
|
|
9
|
-
"@activepieces/pieces-framework": "0.
|
|
10
|
-
"@activepieces/shared": "0.
|
|
8
|
+
"@activepieces/pieces-common": "0.12.4",
|
|
9
|
+
"@activepieces/pieces-framework": "0.31.0",
|
|
10
|
+
"@activepieces/shared": "0.94.0",
|
|
11
11
|
"tslib": "2.6.2"
|
|
12
12
|
},
|
|
13
13
|
"scripts": {
|
package/src/i18n/de.json
CHANGED
|
@@ -1,25 +1,43 @@
|
|
|
1
1
|
{
|
|
2
|
-
"Rendex": "Rendex",
|
|
3
2
|
"Render raw HTML, a URL, or Markdown to a PNG, JPEG, or WebP image or a PDF via the Rendex API.": "Render raw HTML, a URL, or Markdown to a PNG, JPEG, or WebP image or a PDF via the Rendex API.",
|
|
4
|
-
"API Key": "API-Schlüssel",
|
|
5
3
|
"Your Rendex API key. Create one in your dashboard at rendex.dev under API Keys (the free tier includes 500 renders per month).": "Your Rendex API key. Create one in your dashboard at rendex.dev under API Keys (the free tier includes 500 renders per month).",
|
|
6
4
|
"Render to Image": "Render to Image",
|
|
5
|
+
"Custom API Call": "Eigener API-Aufruf",
|
|
7
6
|
"Render raw HTML, a URL, or Markdown to an image (PNG, JPEG, WebP) or a PDF.": "Render raw HTML, a URL, or Markdown to an image (PNG, JPEG, WebP) or a PDF.",
|
|
7
|
+
"Make a custom API call to a specific endpoint": "Einen benutzerdefinierten API-Aufruf an einen bestimmten Endpunkt machen",
|
|
8
8
|
"Source": "Quelle",
|
|
9
|
-
"Render from raw HTML, a live URL, or Markdown.": "Render from raw HTML, a live URL, or Markdown.",
|
|
10
9
|
"Content": "Inhalt",
|
|
10
|
+
"Format": "Format",
|
|
11
|
+
"Full Page": "Full Page",
|
|
12
|
+
"Method": "Methode",
|
|
13
|
+
"Headers": "Kopfzeilen",
|
|
14
|
+
"Query Parameters": "Abfrageparameter",
|
|
15
|
+
"Body Type": "Körpertyp",
|
|
16
|
+
"Body": "Körper",
|
|
17
|
+
"Response is Binary ?": "Response is Binary ?",
|
|
18
|
+
"No Error on Failure": "Kein Fehler bei Fehler",
|
|
19
|
+
"Timeout (in seconds)": "Timeout (in Sekunden)",
|
|
20
|
+
"Follow redirects": "Follow redirects",
|
|
21
|
+
"Render from raw HTML, a live URL, or Markdown.": "Render from raw HTML, a live URL, or Markdown.",
|
|
11
22
|
"The content to render, based on the Source you selected.": "The content to render, based on the Source you selected.",
|
|
23
|
+
"Capture the full scrollable page instead of just the viewport.": "Capture the full scrollable page instead of just the viewport.",
|
|
24
|
+
"Authorization headers are injected automatically from your connection.": "Autorisierungs-Header werden automatisch von Ihrer Verbindung injiziert.",
|
|
25
|
+
"Enable for files like PDFs, images, etc.": "Enable for files like PDFs, images, etc.",
|
|
12
26
|
"HTML": "HTML",
|
|
13
|
-
"The HTML markup to render.": "The HTML markup to render.",
|
|
14
27
|
"URL": "URL",
|
|
15
|
-
"The page URL to render.": "The page URL to render.",
|
|
16
28
|
"Markdown": "Markdown",
|
|
17
|
-
"The Markdown to render.": "The Markdown to render.",
|
|
18
|
-
"Format": "Format",
|
|
19
29
|
"PNG": "PNG",
|
|
20
30
|
"JPEG": "JPEG",
|
|
21
31
|
"WebP": "WebP",
|
|
22
32
|
"PDF": "PDF",
|
|
23
|
-
"
|
|
24
|
-
"
|
|
25
|
-
|
|
33
|
+
"GET": "ERHALTEN",
|
|
34
|
+
"POST": "POST",
|
|
35
|
+
"PATCH": "PATCH",
|
|
36
|
+
"PUT": "PUT",
|
|
37
|
+
"DELETE": "LÖSCHEN",
|
|
38
|
+
"HEAD": "HEAD",
|
|
39
|
+
"None": "Keine",
|
|
40
|
+
"JSON": "JSON",
|
|
41
|
+
"Form Data": "Formulardaten",
|
|
42
|
+
"Raw": "Rohe"
|
|
43
|
+
}
|
package/src/i18n/es.json
CHANGED
|
@@ -1,25 +1,43 @@
|
|
|
1
1
|
{
|
|
2
|
-
"Rendex": "Rendex",
|
|
3
2
|
"Render raw HTML, a URL, or Markdown to a PNG, JPEG, or WebP image or a PDF via the Rendex API.": "Render raw HTML, a URL, or Markdown to a PNG, JPEG, or WebP image or a PDF via the Rendex API.",
|
|
4
|
-
"API Key": "Clave API",
|
|
5
3
|
"Your Rendex API key. Create one in your dashboard at rendex.dev under API Keys (the free tier includes 500 renders per month).": "Your Rendex API key. Create one in your dashboard at rendex.dev under API Keys (the free tier includes 500 renders per month).",
|
|
6
4
|
"Render to Image": "Render to Image",
|
|
5
|
+
"Custom API Call": "Llamada API personalizada",
|
|
7
6
|
"Render raw HTML, a URL, or Markdown to an image (PNG, JPEG, WebP) or a PDF.": "Render raw HTML, a URL, or Markdown to an image (PNG, JPEG, WebP) or a PDF.",
|
|
7
|
+
"Make a custom API call to a specific endpoint": "Hacer una llamada API personalizada a un extremo específico",
|
|
8
8
|
"Source": "Fuente",
|
|
9
|
-
"Render from raw HTML, a live URL, or Markdown.": "Render from raw HTML, a live URL, or Markdown.",
|
|
10
9
|
"Content": "Contenido",
|
|
10
|
+
"Format": "Formatear",
|
|
11
|
+
"Full Page": "Full Page",
|
|
12
|
+
"Method": "Método",
|
|
13
|
+
"Headers": "Encabezados",
|
|
14
|
+
"Query Parameters": "Parámetros de consulta",
|
|
15
|
+
"Body Type": "Tipo de cuerpo",
|
|
16
|
+
"Body": "Cuerpo",
|
|
17
|
+
"Response is Binary ?": "Response is Binary ?",
|
|
18
|
+
"No Error on Failure": "No hay ningún error en fallo",
|
|
19
|
+
"Timeout (in seconds)": "Tiempo de espera (en segundos)",
|
|
20
|
+
"Follow redirects": "Follow redirects",
|
|
21
|
+
"Render from raw HTML, a live URL, or Markdown.": "Render from raw HTML, a live URL, or Markdown.",
|
|
11
22
|
"The content to render, based on the Source you selected.": "The content to render, based on the Source you selected.",
|
|
23
|
+
"Capture the full scrollable page instead of just the viewport.": "Capture the full scrollable page instead of just the viewport.",
|
|
24
|
+
"Authorization headers are injected automatically from your connection.": "Las cabeceras de autorización se inyectan automáticamente desde tu conexión.",
|
|
25
|
+
"Enable for files like PDFs, images, etc.": "Enable for files like PDFs, images, etc.",
|
|
12
26
|
"HTML": "HTML",
|
|
13
|
-
"The HTML markup to render.": "The HTML markup to render.",
|
|
14
27
|
"URL": "URL",
|
|
15
|
-
"The page URL to render.": "The page URL to render.",
|
|
16
28
|
"Markdown": "Markdown",
|
|
17
|
-
"The Markdown to render.": "The Markdown to render.",
|
|
18
|
-
"Format": "Formatear",
|
|
19
29
|
"PNG": "PNG",
|
|
20
30
|
"JPEG": "JPEG",
|
|
21
31
|
"WebP": "WebP",
|
|
22
32
|
"PDF": "DF",
|
|
23
|
-
"
|
|
24
|
-
"
|
|
25
|
-
|
|
33
|
+
"GET": "RECOGER",
|
|
34
|
+
"POST": "POST",
|
|
35
|
+
"PATCH": "PATCH",
|
|
36
|
+
"PUT": "PUT",
|
|
37
|
+
"DELETE": "BORRAR",
|
|
38
|
+
"HEAD": "LIMPIO",
|
|
39
|
+
"None": "Ninguna",
|
|
40
|
+
"JSON": "JSON",
|
|
41
|
+
"Form Data": "Datos de Formulario",
|
|
42
|
+
"Raw": "Rápido"
|
|
43
|
+
}
|
package/src/i18n/fr.json
CHANGED
|
@@ -1,25 +1,43 @@
|
|
|
1
1
|
{
|
|
2
|
-
"Rendex": "Rendex",
|
|
3
2
|
"Render raw HTML, a URL, or Markdown to a PNG, JPEG, or WebP image or a PDF via the Rendex API.": "Render raw HTML, a URL, or Markdown to a PNG, JPEG, or WebP image or a PDF via the Rendex API.",
|
|
4
|
-
"API Key": "Clé API",
|
|
5
3
|
"Your Rendex API key. Create one in your dashboard at rendex.dev under API Keys (the free tier includes 500 renders per month).": "Your Rendex API key. Create one in your dashboard at rendex.dev under API Keys (the free tier includes 500 renders per month).",
|
|
6
4
|
"Render to Image": "Render to Image",
|
|
5
|
+
"Custom API Call": "Appel d'API personnalisé",
|
|
7
6
|
"Render raw HTML, a URL, or Markdown to an image (PNG, JPEG, WebP) or a PDF.": "Render raw HTML, a URL, or Markdown to an image (PNG, JPEG, WebP) or a PDF.",
|
|
7
|
+
"Make a custom API call to a specific endpoint": "Effectuer un appel API personnalisé vers un point de terminaison spécifique",
|
|
8
8
|
"Source": "Source",
|
|
9
|
-
"Render from raw HTML, a live URL, or Markdown.": "Render from raw HTML, a live URL, or Markdown.",
|
|
10
9
|
"Content": "Contenus",
|
|
10
|
+
"Format": "Formater",
|
|
11
|
+
"Full Page": "Full Page",
|
|
12
|
+
"Method": "Méthode",
|
|
13
|
+
"Headers": "Headers",
|
|
14
|
+
"Query Parameters": "Paramètres de requête",
|
|
15
|
+
"Body Type": "Body Type",
|
|
16
|
+
"Body": "Body",
|
|
17
|
+
"Response is Binary ?": "Réponse binaire ?",
|
|
18
|
+
"No Error on Failure": "Pas d'erreur en cas d'échec",
|
|
19
|
+
"Timeout (in seconds)": "Délai d'expiration (en secondes)",
|
|
20
|
+
"Follow redirects": "Follow redirects",
|
|
21
|
+
"Render from raw HTML, a live URL, or Markdown.": "Render from raw HTML, a live URL, or Markdown.",
|
|
11
22
|
"The content to render, based on the Source you selected.": "The content to render, based on the Source you selected.",
|
|
23
|
+
"Capture the full scrollable page instead of just the viewport.": "Capture the full scrollable page instead of just the viewport.",
|
|
24
|
+
"Authorization headers are injected automatically from your connection.": "Les en-têtes d'autorisation sont injectés automatiquement depuis votre connexion.",
|
|
25
|
+
"Enable for files like PDFs, images, etc.": "Activer pour les fichiers comme les PDF, images, etc.",
|
|
12
26
|
"HTML": "HTML",
|
|
13
|
-
"The HTML markup to render.": "The HTML markup to render.",
|
|
14
27
|
"URL": "URL",
|
|
15
|
-
"The page URL to render.": "The page URL to render.",
|
|
16
28
|
"Markdown": "Markdown",
|
|
17
|
-
"The Markdown to render.": "The Markdown to render.",
|
|
18
|
-
"Format": "Formater",
|
|
19
29
|
"PNG": "PNG",
|
|
20
30
|
"JPEG": "JPEG",
|
|
21
31
|
"WebP": "WebP",
|
|
22
32
|
"PDF": "PDF",
|
|
23
|
-
"
|
|
24
|
-
"
|
|
25
|
-
|
|
33
|
+
"GET": "GET",
|
|
34
|
+
"POST": "POST",
|
|
35
|
+
"PATCH": "PATCH",
|
|
36
|
+
"PUT": "PUT",
|
|
37
|
+
"DELETE": "DELETE",
|
|
38
|
+
"HEAD": "HEAD",
|
|
39
|
+
"None": "Aucun",
|
|
40
|
+
"JSON": "JSON",
|
|
41
|
+
"Form Data": "Données du formulaire",
|
|
42
|
+
"Raw": "Brut"
|
|
43
|
+
}
|
package/src/i18n/ja.json
CHANGED
|
@@ -1,25 +1,43 @@
|
|
|
1
1
|
{
|
|
2
|
-
"Rendex": "Rendex",
|
|
3
2
|
"Render raw HTML, a URL, or Markdown to a PNG, JPEG, or WebP image or a PDF via the Rendex API.": "Render raw HTML, a URL, or Markdown to a PNG, JPEG, or WebP image or a PDF via the Rendex API.",
|
|
4
|
-
"API Key": "API キー",
|
|
5
3
|
"Your Rendex API key. Create one in your dashboard at rendex.dev under API Keys (the free tier includes 500 renders per month).": "Your Rendex API key. Create one in your dashboard at rendex.dev under API Keys (the free tier includes 500 renders per month).",
|
|
6
4
|
"Render to Image": "Render to Image",
|
|
5
|
+
"Custom API Call": "カスタムAPI呼び出し",
|
|
7
6
|
"Render raw HTML, a URL, or Markdown to an image (PNG, JPEG, WebP) or a PDF.": "Render raw HTML, a URL, or Markdown to an image (PNG, JPEG, WebP) or a PDF.",
|
|
7
|
+
"Make a custom API call to a specific endpoint": "特定のエンドポイントへのカスタム API コールを実行します。",
|
|
8
8
|
"Source": "ソース",
|
|
9
|
-
"Render from raw HTML, a live URL, or Markdown.": "Render from raw HTML, a live URL, or Markdown.",
|
|
10
9
|
"Content": "コンテンツ",
|
|
10
|
+
"Format": "書式",
|
|
11
|
+
"Full Page": "Full Page",
|
|
12
|
+
"Method": "方法",
|
|
13
|
+
"Headers": "ヘッダー",
|
|
14
|
+
"Query Parameters": "クエリパラメータ",
|
|
15
|
+
"Body Type": "ボディタイプ",
|
|
16
|
+
"Body": "本文",
|
|
17
|
+
"Response is Binary ?": "Response is Binary ?",
|
|
18
|
+
"No Error on Failure": "失敗時にエラーはありません",
|
|
19
|
+
"Timeout (in seconds)": "タイムアウト(秒)",
|
|
20
|
+
"Follow redirects": "Follow redirects",
|
|
21
|
+
"Render from raw HTML, a live URL, or Markdown.": "Render from raw HTML, a live URL, or Markdown.",
|
|
11
22
|
"The content to render, based on the Source you selected.": "The content to render, based on the Source you selected.",
|
|
23
|
+
"Capture the full scrollable page instead of just the viewport.": "Capture the full scrollable page instead of just the viewport.",
|
|
24
|
+
"Authorization headers are injected automatically from your connection.": "認証ヘッダは接続から自動的に注入されます。",
|
|
25
|
+
"Enable for files like PDFs, images, etc.": "Enable for files like PDFs, images, etc.",
|
|
12
26
|
"HTML": "HTML",
|
|
13
|
-
"The HTML markup to render.": "The HTML markup to render.",
|
|
14
27
|
"URL": "URL",
|
|
15
|
-
"The page URL to render.": "The page URL to render.",
|
|
16
28
|
"Markdown": "Markdown",
|
|
17
|
-
"The Markdown to render.": "The Markdown to render.",
|
|
18
|
-
"Format": "書式",
|
|
19
29
|
"PNG": "PNG",
|
|
20
30
|
"JPEG": "JPEG",
|
|
21
31
|
"WebP": "WebP",
|
|
22
32
|
"PDF": "PDF",
|
|
23
|
-
"
|
|
24
|
-
"
|
|
25
|
-
|
|
33
|
+
"GET": "GET",
|
|
34
|
+
"POST": "POST",
|
|
35
|
+
"PATCH": "PATCH",
|
|
36
|
+
"PUT": "PUT",
|
|
37
|
+
"DELETE": "DELETE",
|
|
38
|
+
"HEAD": "HEAD",
|
|
39
|
+
"None": "なし",
|
|
40
|
+
"JSON": "JSON",
|
|
41
|
+
"Form Data": "フォームデータ",
|
|
42
|
+
"Raw": "Raw"
|
|
43
|
+
}
|
package/src/i18n/nl.json
CHANGED
|
@@ -1,25 +1,43 @@
|
|
|
1
1
|
{
|
|
2
|
-
"Rendex": "Rendex",
|
|
3
2
|
"Render raw HTML, a URL, or Markdown to a PNG, JPEG, or WebP image or a PDF via the Rendex API.": "Render raw HTML, a URL, or Markdown to a PNG, JPEG, or WebP image or a PDF via the Rendex API.",
|
|
4
|
-
"API Key": "API Sleutel",
|
|
5
3
|
"Your Rendex API key. Create one in your dashboard at rendex.dev under API Keys (the free tier includes 500 renders per month).": "Your Rendex API key. Create one in your dashboard at rendex.dev under API Keys (the free tier includes 500 renders per month).",
|
|
6
4
|
"Render to Image": "Render to Image",
|
|
5
|
+
"Custom API Call": "Custom API Call",
|
|
7
6
|
"Render raw HTML, a URL, or Markdown to an image (PNG, JPEG, WebP) or a PDF.": "Render raw HTML, a URL, or Markdown to an image (PNG, JPEG, WebP) or a PDF.",
|
|
7
|
+
"Make a custom API call to a specific endpoint": "Maak een aangepaste API call naar een specifiek eindpunt",
|
|
8
8
|
"Source": "Bron",
|
|
9
|
-
"Render from raw HTML, a live URL, or Markdown.": "Render from raw HTML, a live URL, or Markdown.",
|
|
10
9
|
"Content": "Inhoud",
|
|
10
|
+
"Format": "Formatteren",
|
|
11
|
+
"Full Page": "Full Page",
|
|
12
|
+
"Method": "Methode",
|
|
13
|
+
"Headers": "Kopteksten",
|
|
14
|
+
"Query Parameters": "Query parameters",
|
|
15
|
+
"Body Type": "Type lichaam",
|
|
16
|
+
"Body": "Lichaam",
|
|
17
|
+
"Response is Binary ?": "Response is Binary ?",
|
|
18
|
+
"No Error on Failure": "Geen fout bij fout",
|
|
19
|
+
"Timeout (in seconds)": "Time-out (in seconden)",
|
|
20
|
+
"Follow redirects": "Follow redirects",
|
|
21
|
+
"Render from raw HTML, a live URL, or Markdown.": "Render from raw HTML, a live URL, or Markdown.",
|
|
11
22
|
"The content to render, based on the Source you selected.": "The content to render, based on the Source you selected.",
|
|
23
|
+
"Capture the full scrollable page instead of just the viewport.": "Capture the full scrollable page instead of just the viewport.",
|
|
24
|
+
"Authorization headers are injected automatically from your connection.": "Autorisatie headers worden automatisch geïnjecteerd vanuit uw verbinding.",
|
|
25
|
+
"Enable for files like PDFs, images, etc.": "Enable for files like PDFs, images, etc.",
|
|
12
26
|
"HTML": "HTML",
|
|
13
|
-
"The HTML markup to render.": "The HTML markup to render.",
|
|
14
27
|
"URL": "URL",
|
|
15
|
-
"The page URL to render.": "The page URL to render.",
|
|
16
28
|
"Markdown": "Markdown",
|
|
17
|
-
"The Markdown to render.": "The Markdown to render.",
|
|
18
|
-
"Format": "Formatteren",
|
|
19
29
|
"PNG": "PNG",
|
|
20
30
|
"JPEG": "JPEG",
|
|
21
31
|
"WebP": "WebP",
|
|
22
32
|
"PDF": "PDF-bestand",
|
|
23
|
-
"
|
|
24
|
-
"
|
|
25
|
-
|
|
33
|
+
"GET": "KRIJG",
|
|
34
|
+
"POST": "POSTE",
|
|
35
|
+
"PATCH": "BEKIJK",
|
|
36
|
+
"PUT": "PUT",
|
|
37
|
+
"DELETE": "VERWIJDEREN",
|
|
38
|
+
"HEAD": "HOOFD",
|
|
39
|
+
"None": "geen",
|
|
40
|
+
"JSON": "JSON",
|
|
41
|
+
"Form Data": "Formulieren gegevens",
|
|
42
|
+
"Raw": "Onbewerkte"
|
|
43
|
+
}
|
package/src/i18n/pt.json
CHANGED
|
@@ -1,25 +1,43 @@
|
|
|
1
1
|
{
|
|
2
|
-
"Rendex": "Rendex",
|
|
3
2
|
"Render raw HTML, a URL, or Markdown to a PNG, JPEG, or WebP image or a PDF via the Rendex API.": "Render raw HTML, a URL, or Markdown to a PNG, JPEG, or WebP image or a PDF via the Rendex API.",
|
|
4
|
-
"API Key": "Chave de API",
|
|
5
3
|
"Your Rendex API key. Create one in your dashboard at rendex.dev under API Keys (the free tier includes 500 renders per month).": "Your Rendex API key. Create one in your dashboard at rendex.dev under API Keys (the free tier includes 500 renders per month).",
|
|
6
4
|
"Render to Image": "Render to Image",
|
|
5
|
+
"Custom API Call": "Chamada de API personalizada",
|
|
7
6
|
"Render raw HTML, a URL, or Markdown to an image (PNG, JPEG, WebP) or a PDF.": "Render raw HTML, a URL, or Markdown to an image (PNG, JPEG, WebP) or a PDF.",
|
|
7
|
+
"Make a custom API call to a specific endpoint": "Faça uma chamada de API personalizada para um ponto de extremidade específico",
|
|
8
8
|
"Source": "fonte",
|
|
9
|
-
"Render from raw HTML, a live URL, or Markdown.": "Render from raw HTML, a live URL, or Markdown.",
|
|
10
9
|
"Content": "Conteúdo",
|
|
10
|
+
"Format": "Formato",
|
|
11
|
+
"Full Page": "Full Page",
|
|
12
|
+
"Method": "Método",
|
|
13
|
+
"Headers": "Cabeçalhos",
|
|
14
|
+
"Query Parameters": "Parâmetros da consulta",
|
|
15
|
+
"Body Type": "Tipo de Corpo",
|
|
16
|
+
"Body": "Conteúdo",
|
|
17
|
+
"Response is Binary ?": "Response is Binary ?",
|
|
18
|
+
"No Error on Failure": "Nenhum erro no Failure",
|
|
19
|
+
"Timeout (in seconds)": "Tempo limite (em segundos)",
|
|
20
|
+
"Follow redirects": "Follow redirects",
|
|
21
|
+
"Render from raw HTML, a live URL, or Markdown.": "Render from raw HTML, a live URL, or Markdown.",
|
|
11
22
|
"The content to render, based on the Source you selected.": "The content to render, based on the Source you selected.",
|
|
23
|
+
"Capture the full scrollable page instead of just the viewport.": "Capture the full scrollable page instead of just the viewport.",
|
|
24
|
+
"Authorization headers are injected automatically from your connection.": "Os cabeçalhos de autorização são inseridos automaticamente a partir da sua conexão.",
|
|
25
|
+
"Enable for files like PDFs, images, etc.": "Enable for files like PDFs, images, etc.",
|
|
12
26
|
"HTML": "HTML",
|
|
13
|
-
"The HTML markup to render.": "The HTML markup to render.",
|
|
14
27
|
"URL": "URL:",
|
|
15
|
-
"The page URL to render.": "The page URL to render.",
|
|
16
28
|
"Markdown": "Markdown",
|
|
17
|
-
"The Markdown to render.": "The Markdown to render.",
|
|
18
|
-
"Format": "Formato",
|
|
19
29
|
"PNG": "PNG",
|
|
20
30
|
"JPEG": "JPEG",
|
|
21
31
|
"WebP": "WebP",
|
|
22
32
|
"PDF": "Pdf",
|
|
23
|
-
"
|
|
24
|
-
"
|
|
25
|
-
|
|
33
|
+
"GET": "OBTER",
|
|
34
|
+
"POST": "POSTAR",
|
|
35
|
+
"PATCH": "COMPRAR",
|
|
36
|
+
"PUT": "COLOCAR",
|
|
37
|
+
"DELETE": "EXCLUIR",
|
|
38
|
+
"HEAD": "CABEÇA",
|
|
39
|
+
"None": "Nenhuma",
|
|
40
|
+
"JSON": "JSON",
|
|
41
|
+
"Form Data": "Dados de Formulário",
|
|
42
|
+
"Raw": "RAW"
|
|
43
|
+
}
|
package/src/i18n/zh.json
CHANGED
|
@@ -1,25 +1,43 @@
|
|
|
1
1
|
{
|
|
2
|
-
"Rendex": "Rendex",
|
|
3
2
|
"Render raw HTML, a URL, or Markdown to a PNG, JPEG, or WebP image or a PDF via the Rendex API.": "Render raw HTML, a URL, or Markdown to a PNG, JPEG, or WebP image or a PDF via the Rendex API.",
|
|
4
|
-
"API Key": "API 密钥",
|
|
5
3
|
"Your Rendex API key. Create one in your dashboard at rendex.dev under API Keys (the free tier includes 500 renders per month).": "Your Rendex API key. Create one in your dashboard at rendex.dev under API Keys (the free tier includes 500 renders per month).",
|
|
6
4
|
"Render to Image": "Render to Image",
|
|
5
|
+
"Custom API Call": "自定义 API 呼叫",
|
|
7
6
|
"Render raw HTML, a URL, or Markdown to an image (PNG, JPEG, WebP) or a PDF.": "Render raw HTML, a URL, or Markdown to an image (PNG, JPEG, WebP) or a PDF.",
|
|
7
|
+
"Make a custom API call to a specific endpoint": "将一个自定义 API 调用到一个特定的终点",
|
|
8
8
|
"Source": "来源",
|
|
9
|
-
"Render from raw HTML, a live URL, or Markdown.": "Render from raw HTML, a live URL, or Markdown.",
|
|
10
9
|
"Content": "Content",
|
|
10
|
+
"Format": "Format",
|
|
11
|
+
"Full Page": "Full Page",
|
|
12
|
+
"Method": "方法",
|
|
13
|
+
"Headers": "信头",
|
|
14
|
+
"Query Parameters": "查询参数",
|
|
15
|
+
"Body Type": "Body Type",
|
|
16
|
+
"Body": "正文内容",
|
|
17
|
+
"Response is Binary ?": "Response is Binary ?",
|
|
18
|
+
"No Error on Failure": "失败时没有错误",
|
|
19
|
+
"Timeout (in seconds)": "超时(秒)",
|
|
20
|
+
"Follow redirects": "Follow redirects",
|
|
21
|
+
"Render from raw HTML, a live URL, or Markdown.": "Render from raw HTML, a live URL, or Markdown.",
|
|
11
22
|
"The content to render, based on the Source you selected.": "The content to render, based on the Source you selected.",
|
|
23
|
+
"Capture the full scrollable page instead of just the viewport.": "Capture the full scrollable page instead of just the viewport.",
|
|
24
|
+
"Authorization headers are injected automatically from your connection.": "授权头自动从您的连接中注入。",
|
|
25
|
+
"Enable for files like PDFs, images, etc.": "Enable for files like PDFs, images, etc.",
|
|
12
26
|
"HTML": "HTML",
|
|
13
|
-
"The HTML markup to render.": "The HTML markup to render.",
|
|
14
27
|
"URL": "URL",
|
|
15
|
-
"The page URL to render.": "The page URL to render.",
|
|
16
28
|
"Markdown": "Markdown",
|
|
17
|
-
"The Markdown to render.": "The Markdown to render.",
|
|
18
|
-
"Format": "Format",
|
|
19
29
|
"PNG": "PNG",
|
|
20
30
|
"JPEG": "JPEG",
|
|
21
31
|
"WebP": "WebP",
|
|
22
32
|
"PDF": "PDF",
|
|
23
|
-
"
|
|
24
|
-
"
|
|
25
|
-
|
|
33
|
+
"GET": "获取",
|
|
34
|
+
"POST": "帖子",
|
|
35
|
+
"PATCH": "PATCH",
|
|
36
|
+
"PUT": "弹出",
|
|
37
|
+
"DELETE": "删除",
|
|
38
|
+
"HEAD": "黑色",
|
|
39
|
+
"None": "无",
|
|
40
|
+
"JSON": "JSON",
|
|
41
|
+
"Form Data": "表单数据",
|
|
42
|
+
"Raw": "原始文件"
|
|
43
|
+
}
|