@activepieces/piece-pdfcrowd 0.0.4 → 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@activepieces/piece-pdfcrowd",
3
- "version": "0.0.4",
3
+ "version": "0.1.0",
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.11.7",
9
- "@activepieces/pieces-framework": "0.25.6",
10
- "@activepieces/shared": "0.41.1",
8
+ "@activepieces/pieces-common": "0.12.0",
9
+ "@activepieces/pieces-framework": "0.26.0",
10
+ "@activepieces/shared": "0.46.0",
11
11
  "form-data": "^4.0.0",
12
12
  "tslib": "^2.3.0"
13
13
  },
@@ -0,0 +1,96 @@
1
+ {
2
+ "Convert web pages and HTML to PDF with advanced formatting options": "Webseiten und HTML mit erweiterten Formatierungsoptionen in PDF umwandeln",
3
+ "Username": "Benutzername",
4
+ "Your Pdfcrowd username": "Dein Pdfcrowd-Benutzername",
5
+ "API Key": "API-Schlüssel",
6
+ "Your Pdfcrowd API key": "Dein Pdfcrowd API-Schlüssel",
7
+ "Your Pdfcrowd API credentials. Get them at https://pdfcrowd.com/user/account/": "Deine Pdfcrowd API-Anmeldeinformationen finden Sie unter https://pdfcrowd.com/user/account/",
8
+ "Convert URL to PDF": "URL in PDF umwandeln",
9
+ "Convert HTML to PDF": "HTML in PDF konvertieren",
10
+ "Custom API Call": "Eigener API-Aufruf",
11
+ "Convert a web page URL to PDF document": "URL einer Webseite in PDF-Dokument umwandeln",
12
+ "Convert HTML content (string) to PDF document": "HTML-Inhalt (String) in PDF-Dokument konvertieren",
13
+ "Make a custom API call to a specific endpoint": "Einen benutzerdefinierten API-Aufruf an einen bestimmten Endpunkt machen",
14
+ "URL": "URL",
15
+ "Output Filename": "Dateiname ausgeben",
16
+ "Page Size": "Einträge pro Seite",
17
+ "Page Width": "Seitenbreite",
18
+ "Page Height": "Seitenhöhe",
19
+ "Orientation": "Ausrichtung",
20
+ "Margin Top": "Rand oben",
21
+ "Margin Right": "Rand rechts",
22
+ "Margin Bottom": "Rand unten",
23
+ "Margin Left": "Rand links",
24
+ "Content Viewport Width": "Content-Viewport-Breite",
25
+ "Custom CSS": "Custom CSS",
26
+ "Custom JavaScript": "Eigenes JavaScript",
27
+ "Element To Convert": "Zu konvertierendes Element",
28
+ "Header HTML": "Header-HTML",
29
+ "Header URL": "Kopfzeile URL",
30
+ "Footer HTML": "HTML Fußzeile",
31
+ "Footer URL": "Fußzeile URL",
32
+ "Page Watermark": "Wasserzeichen der Seite",
33
+ "Multipage Watermark": "Mehrseitige Wasserzeichen",
34
+ "Page Background": "Hintergrund der Seite",
35
+ "Multipage Background": "Mehrseitiger Hintergrund",
36
+ "HTML Content": "HTML-Inhalt",
37
+ "Method": "Methode",
38
+ "Headers": "Kopfzeilen",
39
+ "Query Parameters": "Abfrageparameter",
40
+ "Body Type": "Körpertyp",
41
+ "Body": "Körper",
42
+ "Response is Binary ?": "Antwort ist binär?",
43
+ "No Error on Failure": "Kein Fehler bei Fehler",
44
+ "Timeout (in seconds)": "Timeout (in Sekunden)",
45
+ "Follow redirects": "Weiterleitungen folgen",
46
+ "The URL of the web page to convert. Must be publicly accessible.": "Die URL der zu konvertierenden Webseite. Muss öffentlich zugänglich sein.",
47
+ "The filename for the generated PDF": "Der Dateiname für das generierte PDF",
48
+ "Set the output page size using standard formats (A4, Letter, A3, etc.).": "Setzen Sie die Ausgabeseitengröße mit Standardformaten (A4, Letter, A3, etc.).",
49
+ "Set custom page width (e.g., \"8.27in\", \"210mm\"). The safe maximum is 200in.": "Legen Sie benutzerdefinierte Seitenbreite fest (z.B. \"8.27in\", \"210mm\"). Das sichere Maximum ist 200in.",
50
+ "Set custom page height. Set to \"-1\" for a single-page PDF that expands to fit all content.": "Setze benutzerdefinierte Seitenhöhe. Auf \"-1\" für eine einzelne PDF-Seite, die sich auf alle Inhalte ausdehnt.",
51
+ "Set the output page orientation.": "Setze die Ausgabeseitenorientierung.",
52
+ "Control white space at the top of the page (e.g., \"0.4in\", \"10mm\").": "Legen Sie das Leerzeichen oben auf der Seite fest (z.B. \"0.4in\", \"10mm\").",
53
+ "Control white space on the right edge of the page.": "Kontrollieren Sie den Leerraum am rechten Rand der Seite.",
54
+ "Control white space at the bottom of the page.": "Legen Sie den Leerraum unten auf der Seite fest.",
55
+ "Control white space on the left edge of the page.": "Legen Sie das Leerzeichen am linken Rand der Seite fest.",
56
+ "Set the viewport width for formatting the HTML content.": "Legen Sie die Breite des Viewports für die Formatierung des HTML-Inhalts fest.",
57
+ "Apply custom CSS to modify the visual appearance and layout of your content.": "Benutzen Sie benutzerdefiniertes CSS, um das Aussehen und das Layout Ihrer Inhalte zu ändern.",
58
+ "Run custom JavaScript after the document is loaded and ready to print.": "Führen Sie benutzerdefiniertes JavaScript aus, nachdem das Dokument geladen und druckbereit ist.",
59
+ "Convert only the specified element using CSS selector (e.g., \"#content\", \".article\").": "Konvertieren Sie nur das angegebene Element mittels CSS-Selektor (z.B. \"#content\", \".article\").",
60
+ "HTML content for the page header.": "HTML-Inhalt für den Seitenheader.",
61
+ "URL of the page header HTML.": "URL des Kopfzeilen-HTML.",
62
+ "HTML content for the page footer.": "HTML-Inhalt für die Fußzeile der Seite.",
63
+ "URL of the page footer HTML.": "URL des HTML Seitenfußzeilen.",
64
+ "Apply a watermark PDF overlay to every page of the output.": "Wenden Sie ein Wasserzeichen PDF-Overlay auf jede Seite der Ausgabe an.",
65
+ "Apply each page of a watermark PDF to corresponding output pages.": "Wenden Sie jede Seite eines Wasserzeichens PDF auf entsprechende Ausgabeseiten an.",
66
+ "Apply a background PDF to every page of the output.": "Anwenden Sie eine Hintergrund-PDF auf jede Seite der Ausgabe.",
67
+ "Apply each page of a background PDF to corresponding output pages.": "Jede Seite eines Hintergrund-PDF auf entsprechende Ausgabeseiten anwenden.",
68
+ "The HTML content to convert to PDF": "HTML-Inhalt zum Konvertieren in PDF",
69
+ "Authorization headers are injected automatically from your connection.": "Autorisierungs-Header werden automatisch von Ihrer Verbindung injiziert.",
70
+ "Enable for files like PDFs, images, etc.": "Aktivieren für Dateien wie PDFs, Bilder usw.",
71
+ "A0": "A0",
72
+ "A1": "A1",
73
+ "A2": "A2",
74
+ "A3": "A3",
75
+ "A4": "A4",
76
+ "A5": "A5",
77
+ "A6": "A6",
78
+ "Letter": "Brief",
79
+ "Portrait": "Hochformat",
80
+ "Landscape": "Querformat",
81
+ "Balanced": "Ausgewogen",
82
+ "Small": "Klein",
83
+ "Medium": "Mittel",
84
+ "Large": "Groß",
85
+ "Extra Large": "Extra groß",
86
+ "GET": "ERHALTEN",
87
+ "POST": "POST",
88
+ "PATCH": "PATCH",
89
+ "PUT": "PUT",
90
+ "DELETE": "LÖSCHEN",
91
+ "HEAD": "HEAD",
92
+ "None": "Keine",
93
+ "JSON": "JSON",
94
+ "Form Data": "Formulardaten",
95
+ "Raw": "Rohe"
96
+ }
@@ -0,0 +1,96 @@
1
+ {
2
+ "Convert web pages and HTML to PDF with advanced formatting options": "Convierte páginas web y HTML a PDF con opciones avanzadas de formato",
3
+ "Username": "Usuario",
4
+ "Your Pdfcrowd username": "Tu nombre de usuario Pdfcrowd",
5
+ "API Key": "Clave API",
6
+ "Your Pdfcrowd API key": "Tu clave API Pdfcrowd",
7
+ "Your Pdfcrowd API credentials. Get them at https://pdfcrowd.com/user/account/": "Tus credenciales de la API Pdfcrowd. Consígalas en https://pdfcrowd.com/user/account/",
8
+ "Convert URL to PDF": "Convertir URL a PDF",
9
+ "Convert HTML to PDF": "Convertir HTML a PDF",
10
+ "Custom API Call": "Llamada API personalizada",
11
+ "Convert a web page URL to PDF document": "Convertir una URL de página web a documento PDF",
12
+ "Convert HTML content (string) to PDF document": "Convertir contenido HTML (cadena) a documento PDF",
13
+ "Make a custom API call to a specific endpoint": "Hacer una llamada API personalizada a un extremo específico",
14
+ "URL": "URL",
15
+ "Output Filename": "Nombre de archivo de salida",
16
+ "Page Size": "Tamaño de página",
17
+ "Page Width": "Ancho de página",
18
+ "Page Height": "Altura de página",
19
+ "Orientation": "Orientación",
20
+ "Margin Top": "Margen superior",
21
+ "Margin Right": "Margen Derecha",
22
+ "Margin Bottom": "Margen Inferior",
23
+ "Margin Left": "Margen izquierdo",
24
+ "Content Viewport Width": "Ancho de vista de contenido",
25
+ "Custom CSS": "Custom CSS",
26
+ "Custom JavaScript": "JavaScript personalizado",
27
+ "Element To Convert": "Elemento a convertir",
28
+ "Header HTML": "Encabezado HTML",
29
+ "Header URL": "URL del encabezado",
30
+ "Footer HTML": "HTML del pie",
31
+ "Footer URL": "URL del pie de página",
32
+ "Page Watermark": "Marca de Agua",
33
+ "Multipage Watermark": "Marca de Agua Multipágina",
34
+ "Page Background": "Fondo de página",
35
+ "Multipage Background": "Fondo multipágina",
36
+ "HTML Content": "Contenido HTML",
37
+ "Method": "Método",
38
+ "Headers": "Encabezados",
39
+ "Query Parameters": "Parámetros de consulta",
40
+ "Body Type": "Tipo de cuerpo",
41
+ "Body": "Cuerpo",
42
+ "Response is Binary ?": "¿Respuesta es binaria?",
43
+ "No Error on Failure": "No hay ningún error en fallo",
44
+ "Timeout (in seconds)": "Tiempo de espera (en segundos)",
45
+ "Follow redirects": "Seguir redirecciones",
46
+ "The URL of the web page to convert. Must be publicly accessible.": "La URL de la página web a convertir. Debe ser de acceso público.",
47
+ "The filename for the generated PDF": "El nombre del archivo para el PDF generado",
48
+ "Set the output page size using standard formats (A4, Letter, A3, etc.).": "Ajuste el tamaño de la página de salida usando formatos estándar (A4, Letra, A3, etc.).",
49
+ "Set custom page width (e.g., \"8.27in\", \"210mm\"). The safe maximum is 200in.": "Establezca el ancho de página personalizado (por ejemplo, \"8.27in\", \"210mm\"). El máximo seguro es de 200in.",
50
+ "Set custom page height. Set to \"-1\" for a single-page PDF that expands to fit all content.": "Establecer altura de página personalizada. Establecer a \"-1\" para un PDF de una sola página que se expande para adaptarse a todo el contenido.",
51
+ "Set the output page orientation.": "Ajuste la orientación de página de salida.",
52
+ "Control white space at the top of the page (e.g., \"0.4in\", \"10mm\").": "Controle el espacio en blanco en la parte superior de la página (por ejemplo, \"0.4in\", \"10mm\").",
53
+ "Control white space on the right edge of the page.": "Controla el espacio en blanco en el borde derecho de la página.",
54
+ "Control white space at the bottom of the page.": "Controla el espacio en blanco en la parte inferior de la página.",
55
+ "Control white space on the left edge of the page.": "Controla el espacio en blanco en el borde izquierdo de la página.",
56
+ "Set the viewport width for formatting the HTML content.": "Ajuste el ancho de la vista para formatear el contenido HTML.",
57
+ "Apply custom CSS to modify the visual appearance and layout of your content.": "Aplica CSS personalizado para modificar la apariencia visual y el diseño de tu contenido.",
58
+ "Run custom JavaScript after the document is loaded and ready to print.": "Ejecutar JavaScript personalizado después de cargar el documento y listo para imprimir.",
59
+ "Convert only the specified element using CSS selector (e.g., \"#content\", \".article\").": "Convierte sólo el elemento especificado usando el selector CSS (por ejemplo, \"#content\", \".article\").",
60
+ "HTML content for the page header.": "Contenido HTML para el encabezado de la página.",
61
+ "URL of the page header HTML.": "URL del encabezado de la página HTML.",
62
+ "HTML content for the page footer.": "Contenido HTML para el pie de página de página.",
63
+ "URL of the page footer HTML.": "URL del pie de página HTML.",
64
+ "Apply a watermark PDF overlay to every page of the output.": "Aplicar una superposición PDF de marca de agua a cada página de la salida.",
65
+ "Apply each page of a watermark PDF to corresponding output pages.": "Aplicar cada página de una marca de agua PDF a las páginas de salida correspondientes.",
66
+ "Apply a background PDF to every page of the output.": "Aplicar un PDF de fondo a cada página de la salida.",
67
+ "Apply each page of a background PDF to corresponding output pages.": "Aplicar cada página de un PDF de fondo a las páginas de salida correspondientes.",
68
+ "The HTML content to convert to PDF": "El contenido HTML a convertir a PDF",
69
+ "Authorization headers are injected automatically from your connection.": "Las cabeceras de autorización se inyectan automáticamente desde tu conexión.",
70
+ "Enable for files like PDFs, images, etc.": "Activar para archivos como PDFs, imágenes, etc.",
71
+ "A0": "A0",
72
+ "A1": "R1",
73
+ "A2": "R2",
74
+ "A3": "R3",
75
+ "A4": "R4",
76
+ "A5": "R5",
77
+ "A6": "R6",
78
+ "Letter": "Letra",
79
+ "Portrait": "Retrato",
80
+ "Landscape": "Paisaje",
81
+ "Balanced": "Equilibrado",
82
+ "Small": "Pequeño",
83
+ "Medium": "Medio",
84
+ "Large": "Grande",
85
+ "Extra Large": "Extra grande",
86
+ "GET": "RECOGER",
87
+ "POST": "POST",
88
+ "PATCH": "PATCH",
89
+ "PUT": "PUT",
90
+ "DELETE": "BORRAR",
91
+ "HEAD": "LIMPIO",
92
+ "None": "Ninguna",
93
+ "JSON": "JSON",
94
+ "Form Data": "Datos de Formulario",
95
+ "Raw": "Rápido"
96
+ }
@@ -0,0 +1,96 @@
1
+ {
2
+ "Convert web pages and HTML to PDF with advanced formatting options": "Convertir les pages web et HTML en PDF avec des options de mise en forme avancées",
3
+ "Username": "Nom d'utilisateur",
4
+ "Your Pdfcrowd username": "Votre nom d'utilisateur Pdfcrowd",
5
+ "API Key": "Clé API",
6
+ "Your Pdfcrowd API key": "Votre clé API Pdfcrowd",
7
+ "Your Pdfcrowd API credentials. Get them at https://pdfcrowd.com/user/account/": "Vos identifiants API Pdfcrowd. Téléchargez-les sur https://pdfcrowd.com/user/account/",
8
+ "Convert URL to PDF": "Convertir l'URL en PDF",
9
+ "Convert HTML to PDF": "Convertir le HTML en PDF",
10
+ "Custom API Call": "Appel d'API personnalisé",
11
+ "Convert a web page URL to PDF document": "Convertir l'URL d'une page web en document PDF",
12
+ "Convert HTML content (string) to PDF document": "Convertir le contenu HTML (chaîne) en document PDF",
13
+ "Make a custom API call to a specific endpoint": "Passer un appel API personnalisé à un endpoint spécifique",
14
+ "URL": "URL",
15
+ "Output Filename": "Nom du fichier de sortie",
16
+ "Page Size": "Nombre d'élément",
17
+ "Page Width": "Largeur de la page",
18
+ "Page Height": "Hauteur de la page",
19
+ "Orientation": "Orientation",
20
+ "Margin Top": "Marge en haut",
21
+ "Margin Right": "Marge à droite",
22
+ "Margin Bottom": "Marge du bas",
23
+ "Margin Left": "Marge à gauche",
24
+ "Content Viewport Width": "Largeur de la fenêtre de contenu",
25
+ "Custom CSS": "Custom CSS",
26
+ "Custom JavaScript": "JavaScript personnalisé",
27
+ "Element To Convert": "Élément à convertir",
28
+ "Header HTML": "En-tête HTML",
29
+ "Header URL": "URL de l'en-tête",
30
+ "Footer HTML": "Pied de page HTML",
31
+ "Footer URL": "URL de pied de page",
32
+ "Page Watermark": "Filigrane de page",
33
+ "Multipage Watermark": "Filigrane de plusieurs pages",
34
+ "Page Background": "Arrière-plan de la page",
35
+ "Multipage Background": "Arrière-plan multipage",
36
+ "HTML Content": "Contenu HTML",
37
+ "Method": "Méthode",
38
+ "Headers": "Headers",
39
+ "Query Parameters": "Paramètres de requête",
40
+ "Body Type": "Body Type",
41
+ "Body": "Body",
42
+ "Response is Binary ?": "La réponse est Binaire ?",
43
+ "No Error on Failure": "Aucune erreur en cas d'échec",
44
+ "Timeout (in seconds)": "Délai d'expiration (en secondes)",
45
+ "Follow redirects": "Suivre les redirections",
46
+ "The URL of the web page to convert. Must be publicly accessible.": "L'URL de la page web à convertir. Doit être accessible au public.",
47
+ "The filename for the generated PDF": "Le nom du fichier pour le PDF généré",
48
+ "Set the output page size using standard formats (A4, Letter, A3, etc.).": "Définissez la taille de la page de sortie en utilisant des formats standards (A4, Lettre, A3, etc.).",
49
+ "Set custom page width (e.g., \"8.27in\", \"210mm\"). The safe maximum is 200in.": "Définit la largeur de page personnalisée (par exemple, \"8.27in\", \"210mm\"). Le maximum de sécurité est de 200in.",
50
+ "Set custom page height. Set to \"-1\" for a single-page PDF that expands to fit all content.": "Définissez la hauteur de la page personnalisée. Réglez sur \"-1\" pour un PDF d'une seule page qui s'adapte à tout le contenu.",
51
+ "Set the output page orientation.": "Définit l'orientation de la page de sortie.",
52
+ "Control white space at the top of the page (e.g., \"0.4in\", \"10mm\").": "Contrôler les espaces blancs en haut de la page (par exemple, \"0.4in\", \"10mm\").",
53
+ "Control white space on the right edge of the page.": "Contrôler l'espace blanc sur le bord droit de la page.",
54
+ "Control white space at the bottom of the page.": "Contrôler les espaces en bas de la page.",
55
+ "Control white space on the left edge of the page.": "Contrôler les espaces sur le bord gauche de la page.",
56
+ "Set the viewport width for formatting the HTML content.": "Définissez la largeur de la fenêtre d'affichage pour la mise en forme du contenu HTML.",
57
+ "Apply custom CSS to modify the visual appearance and layout of your content.": "Appliquez des CSS personnalisés pour modifier l'apparence visuelle et la mise en page de votre contenu.",
58
+ "Run custom JavaScript after the document is loaded and ready to print.": "Exécutez un JavaScript personnalisé après le chargement du document et prêt à l'impression.",
59
+ "Convert only the specified element using CSS selector (e.g., \"#content\", \".article\").": "Convertit seulement l'élément spécifié en utilisant un sélecteur CSS (par exemple, \"#content\", \".article\").",
60
+ "HTML content for the page header.": "Contenu HTML pour l'en-tête de la page.",
61
+ "URL of the page header HTML.": "URL de l'en-tête HTML de la page.",
62
+ "HTML content for the page footer.": "Contenu HTML pour le pied de page.",
63
+ "URL of the page footer HTML.": "URL du pied de page HTML de la page.",
64
+ "Apply a watermark PDF overlay to every page of the output.": "Appliquer un filigrane PDF à chaque page de la sortie.",
65
+ "Apply each page of a watermark PDF to corresponding output pages.": "Appliquer chaque page d'un filigrane PDF aux pages de sortie correspondantes.",
66
+ "Apply a background PDF to every page of the output.": "Appliquer un PDF en arrière-plan à chaque page de la sortie.",
67
+ "Apply each page of a background PDF to corresponding output pages.": "Appliquer chaque page d'un PDF en arrière-plan aux pages de sortie correspondantes.",
68
+ "The HTML content to convert to PDF": "Le contenu HTML à convertir en PDF",
69
+ "Authorization headers are injected automatically from your connection.": "Les Headers d'autorisation sont injectés automatiquement à partir de votre connexion.",
70
+ "Enable for files like PDFs, images, etc.": "Activer pour les fichiers comme les PDFs, les images, etc.",
71
+ "A0": "A0",
72
+ "A1": "A1",
73
+ "A2": "A2",
74
+ "A3": "A3",
75
+ "A4": "A4",
76
+ "A5": "A5",
77
+ "A6": "A6",
78
+ "Letter": "Lettre",
79
+ "Portrait": "Portrait",
80
+ "Landscape": "Paysage",
81
+ "Balanced": "Equilibré",
82
+ "Small": "Petit",
83
+ "Medium": "Moyenne",
84
+ "Large": "Gros",
85
+ "Extra Large": "Très grand",
86
+ "GET": "GET",
87
+ "POST": "POST",
88
+ "PATCH": "PATCH",
89
+ "PUT": "PUT",
90
+ "DELETE": "DELETE",
91
+ "HEAD": "HEAD",
92
+ "None": "Aucun",
93
+ "JSON": "JSON",
94
+ "Form Data": "Données du formulaire",
95
+ "Raw": "Brut"
96
+ }
@@ -0,0 +1,96 @@
1
+ {
2
+ "Convert web pages and HTML to PDF with advanced formatting options": "高度な書式設定オプションを使用してWebページとHTMLをPDFに変換します",
3
+ "Username": "ユーザー名",
4
+ "Your Pdfcrowd username": "Pdfcrowdのユーザー名",
5
+ "API Key": "API キー",
6
+ "Your Pdfcrowd API key": "Pdfcrowd API キー",
7
+ "Your Pdfcrowd API credentials. Get them at https://pdfcrowd.com/user/account/": "Pdfcrowd API 資格情報。https://pdfcrowd.com/user/account/ で入手できます。",
8
+ "Convert URL to PDF": "URLをPDFに変換",
9
+ "Convert HTML to PDF": "HTMLをPDFに変換",
10
+ "Custom API Call": "カスタムAPI呼び出し",
11
+ "Convert a web page URL to PDF document": "Web ページの URL を PDF ドキュメントに変換します",
12
+ "Convert HTML content (string) to PDF document": "HTML コンテンツ (文字列) を PDF ドキュメントに変換",
13
+ "Make a custom API call to a specific endpoint": "特定のエンドポイントへのカスタム API コールを実行します。",
14
+ "URL": "URL",
15
+ "Output Filename": "出力ファイル名",
16
+ "Page Size": "ページサイズ",
17
+ "Page Width": "ページ幅",
18
+ "Page Height": "ページの高さ",
19
+ "Orientation": "方向",
20
+ "Margin Top": "上部の証拠金",
21
+ "Margin Right": "右マージン(マージン)",
22
+ "Margin Bottom": "下揃え",
23
+ "Margin Left": "マージン左",
24
+ "Content Viewport Width": "コンテンツビューポートの幅",
25
+ "Custom CSS": "Custom CSS",
26
+ "Custom JavaScript": "カスタム JavaScript",
27
+ "Element To Convert": "変換する要素",
28
+ "Header HTML": "ヘッダー HTML",
29
+ "Header URL": "ヘッダー URL",
30
+ "Footer HTML": "フッターHTML",
31
+ "Footer URL": "フッターURL",
32
+ "Page Watermark": "ページウォーターマーク",
33
+ "Multipage Watermark": "複数ページのウォーターマーク",
34
+ "Page Background": "ページの背景",
35
+ "Multipage Background": "複数ページの背景",
36
+ "HTML Content": "HTML コンテンツ",
37
+ "Method": "方法",
38
+ "Headers": "ヘッダー",
39
+ "Query Parameters": "クエリパラメータ",
40
+ "Body Type": "ボディタイプ",
41
+ "Body": "本文",
42
+ "Response is Binary ?": "応答はバイナリですか?",
43
+ "No Error on Failure": "失敗時にエラーはありません",
44
+ "Timeout (in seconds)": "タイムアウト(秒)",
45
+ "Follow redirects": "リダイレクトをフォローする",
46
+ "The URL of the web page to convert. Must be publicly accessible.": "変換するWebページのURL。公開されている必要があります。",
47
+ "The filename for the generated PDF": "生成されたPDFのファイル名",
48
+ "Set the output page size using standard formats (A4, Letter, A3, etc.).": "出力ページのサイズを標準フォーマット(A4, Letter, A3など)で設定します。",
49
+ "Set custom page width (e.g., \"8.27in\", \"210mm\"). The safe maximum is 200in.": "カスタムページの幅を設定します(例:\"8.27in\", \"210mm\")。安全最大値は200インチです。",
50
+ "Set custom page height. Set to \"-1\" for a single-page PDF that expands to fit all content.": "カスタムページの高さを設定します。すべてのコンテンツに合うように展開される単一ページPDFの場合は「-1」に設定します。",
51
+ "Set the output page orientation.": "出力ページの向きを設定します。",
52
+ "Control white space at the top of the page (e.g., \"0.4in\", \"10mm\").": "ページ上部の空白を制御します (例: \"0.4in\", \"10mm\")。",
53
+ "Control white space on the right edge of the page.": "ページ右端の空白を制御します。",
54
+ "Control white space at the bottom of the page.": "ページ下部の空白を制御します。",
55
+ "Control white space on the left edge of the page.": "ページの左端にある空白を制御します。",
56
+ "Set the viewport width for formatting the HTML content.": "HTML コンテンツを書式設定するためのビューポートの幅を設定します。",
57
+ "Apply custom CSS to modify the visual appearance and layout of your content.": "カスタム CSS を適用して、コンテンツの視覚的な外観とレイアウトを変更します。",
58
+ "Run custom JavaScript after the document is loaded and ready to print.": "ドキュメントが読み込まれて印刷準備ができたら、カスタム JavaScript を実行します。",
59
+ "Convert only the specified element using CSS selector (e.g., \"#content\", \".article\").": "指定された要素のみをCSSセレクタを使用して変換します (例: \"#content\", \".article\")。",
60
+ "HTML content for the page header.": "ページヘッダーの HTML コンテンツ。",
61
+ "URL of the page header HTML.": "ページヘッダー HTML の URL です。",
62
+ "HTML content for the page footer.": "ページフッターのHTMLコンテンツ。",
63
+ "URL of the page footer HTML.": "ページフッターHTMLのURL",
64
+ "Apply a watermark PDF overlay to every page of the output.": "出力のすべてのページに透かしPDFオーバーレイを適用します。",
65
+ "Apply each page of a watermark PDF to corresponding output pages.": "透かしPDFの各ページを対応する出力ページに適用します。",
66
+ "Apply a background PDF to every page of the output.": "出力のすべてのページに背景PDFを適用します。",
67
+ "Apply each page of a background PDF to corresponding output pages.": "背景PDFの各ページを対応する出力ページに適用します。",
68
+ "The HTML content to convert to PDF": "PDFに変換するHTMLコンテンツ",
69
+ "Authorization headers are injected automatically from your connection.": "認証ヘッダは接続から自動的に注入されます。",
70
+ "Enable for files like PDFs, images, etc.": "PDF、画像などのファイルを有効にする",
71
+ "A0": "A0",
72
+ "A1": "A1",
73
+ "A2": "A2",
74
+ "A3": "A3",
75
+ "A4": "A4",
76
+ "A5": "A5",
77
+ "A6": "A6",
78
+ "Letter": "手紙",
79
+ "Portrait": "縦向き",
80
+ "Landscape": "ランドスケープ",
81
+ "Balanced": "バランス",
82
+ "Small": "小",
83
+ "Medium": "ミディアム",
84
+ "Large": "大",
85
+ "Extra Large": "特大",
86
+ "GET": "GET",
87
+ "POST": "POST",
88
+ "PATCH": "PATCH",
89
+ "PUT": "PUT",
90
+ "DELETE": "DELETE",
91
+ "HEAD": "HEAD",
92
+ "None": "なし",
93
+ "JSON": "JSON",
94
+ "Form Data": "フォームデータ",
95
+ "Raw": "Raw"
96
+ }
@@ -0,0 +1,96 @@
1
+ {
2
+ "Convert web pages and HTML to PDF with advanced formatting options": "Webpagina's en HTML converteren naar PDF met geavanceerde opmaakopties",
3
+ "Username": "Gebruikersnaam",
4
+ "Your Pdfcrowd username": "Je Pdfcrowd gebruikersnaam",
5
+ "API Key": "API Sleutel",
6
+ "Your Pdfcrowd API key": "Uw Pdfcrowd API-sleutel",
7
+ "Your Pdfcrowd API credentials. Get them at https://pdfcrowd.com/user/account/": "Uw Pdfcrowd API inloggegevens. Download deze op https://pdfcrowd.com/user/account/",
8
+ "Convert URL to PDF": "Converteer URL naar PDF",
9
+ "Convert HTML to PDF": "HTML converteren naar PDF",
10
+ "Custom API Call": "Custom API Call",
11
+ "Convert a web page URL to PDF document": "Converteer een webpagina-URL naar PDF-document",
12
+ "Convert HTML content (string) to PDF document": "Converteer HTML-inhoud (string) naar PDF-document",
13
+ "Make a custom API call to a specific endpoint": "Maak een aangepaste API call naar een specifiek eindpunt",
14
+ "URL": "URL",
15
+ "Output Filename": "Uitvoer bestandsnaam",
16
+ "Page Size": "Paginagrootte",
17
+ "Page Width": "Pagina breedte",
18
+ "Page Height": "Pagina hoogte",
19
+ "Orientation": "Oriëntatie",
20
+ "Margin Top": "Marge boven",
21
+ "Margin Right": "Rand rechts",
22
+ "Margin Bottom": "Marge onder",
23
+ "Margin Left": "Rand links",
24
+ "Content Viewport Width": "Inhoud Viewport Breedte",
25
+ "Custom CSS": "Custom CSS",
26
+ "Custom JavaScript": "Aangepaste JavaScript",
27
+ "Element To Convert": "Element om te converteren",
28
+ "Header HTML": "Koptekst HTML",
29
+ "Header URL": "Koptekst URL",
30
+ "Footer HTML": "HTML voettekst",
31
+ "Footer URL": "Voettekst URL",
32
+ "Page Watermark": "Pagina watermerk",
33
+ "Multipage Watermark": "Watermerk met meerdere pagina's",
34
+ "Page Background": "Pagina achtergrond",
35
+ "Multipage Background": "Meervoudige pagina achtergrond",
36
+ "HTML Content": "HTML inhoud",
37
+ "Method": "Methode",
38
+ "Headers": "Kopteksten",
39
+ "Query Parameters": "Query parameters",
40
+ "Body Type": "Type lichaam",
41
+ "Body": "Lichaam",
42
+ "Response is Binary ?": "Antwoord is binair?",
43
+ "No Error on Failure": "Geen fout bij fout",
44
+ "Timeout (in seconds)": "Time-out (in seconden)",
45
+ "Follow redirects": "Volg omleidingen",
46
+ "The URL of the web page to convert. Must be publicly accessible.": "De URL van de webpagina om te converteren. Moet openbaar toegankelijk zijn.",
47
+ "The filename for the generated PDF": "De bestandsnaam voor de gegenereerde PDF",
48
+ "Set the output page size using standard formats (A4, Letter, A3, etc.).": "Stel de uitvoer pagina grootte in met standaard formaten (A4, Letter, A3, enz.).",
49
+ "Set custom page width (e.g., \"8.27in\", \"210mm\"). The safe maximum is 200in.": "Stel aangepaste pagina breedte in (bijv. \"8.27in\", \"210mm\"). Het veilige maximum is 200in.",
50
+ "Set custom page height. Set to \"-1\" for a single-page PDF that expands to fit all content.": "Stel de hoogte van een aangepaste pagina in. Stel in op \"-1\" voor een enkele pagina PDF die groter wordt om aan alle inhoud te voldoen.",
51
+ "Set the output page orientation.": "Stel de uitvoer pagina oriëntatie in.",
52
+ "Control white space at the top of the page (e.g., \"0.4in\", \"10mm\").": "Bestuur witruimte bovenaan de pagina (bijv. \"0,4in\", \"10mm\").",
53
+ "Control white space on the right edge of the page.": "Beheer witte ruimte aan de rechterkant van de pagina.",
54
+ "Control white space at the bottom of the page.": "Beheer witte ruimte onderaan de pagina.",
55
+ "Control white space on the left edge of the page.": "Beheer witte ruimte aan de linkerkant van de pagina.",
56
+ "Set the viewport width for formatting the HTML content.": "Stel de breedte van de viewport in voor het formatteren van de HTML inhoud.",
57
+ "Apply custom CSS to modify the visual appearance and layout of your content.": "Pas aangepaste CSS toe om het uiterlijk en de lay-out van uw content te wijzigen.",
58
+ "Run custom JavaScript after the document is loaded and ready to print.": "Aangepaste JavaScript uitvoeren nadat het document is geladen en klaar om af te drukken.",
59
+ "Convert only the specified element using CSS selector (e.g., \"#content\", \".article\").": "Alleen het opgegeven element met behulp van CSS-selector converteren (bijv. \"#content\", \".article\").",
60
+ "HTML content for the page header.": "HTML inhoud voor de pagina kop.",
61
+ "URL of the page header HTML.": "URL van de pagina header HTML.",
62
+ "HTML content for the page footer.": "HTML-inhoud voor de voettekst van de pagina.",
63
+ "URL of the page footer HTML.": "URL van de footer HTML van de pagina.",
64
+ "Apply a watermark PDF overlay to every page of the output.": "Gebruik een watermerk PDF overlay op elke pagina van de uitvoer.",
65
+ "Apply each page of a watermark PDF to corresponding output pages.": "Elke pagina van een watermerk PDF toepassen op de bijbehorende uitvoerpagina's.",
66
+ "Apply a background PDF to every page of the output.": "Gebruik PDF als achtergrond voor elke pagina van de uitvoer.",
67
+ "Apply each page of a background PDF to corresponding output pages.": "Elke pagina van een achtergrond PDF gebruiken op de bijbehorende uitvoerpagina's.",
68
+ "The HTML content to convert to PDF": "De HTML-inhoud om te converteren naar PDF",
69
+ "Authorization headers are injected automatically from your connection.": "Autorisatie headers worden automatisch geïnjecteerd vanuit uw verbinding.",
70
+ "Enable for files like PDFs, images, etc.": "Inschakelen voor bestanden zoals PDF's, afbeeldingen etc.",
71
+ "A0": "A0",
72
+ "A1": "A1",
73
+ "A2": "A2",
74
+ "A3": "A3",
75
+ "A4": "A4",
76
+ "A5": "A5",
77
+ "A6": "A6",
78
+ "Letter": "Brief",
79
+ "Portrait": "Staand",
80
+ "Landscape": "Liggend",
81
+ "Balanced": "Evenwichtig",
82
+ "Small": "Klein",
83
+ "Medium": "Middelgroot",
84
+ "Large": "groot",
85
+ "Extra Large": "Extra groot",
86
+ "GET": "KRIJG",
87
+ "POST": "POSTE",
88
+ "PATCH": "BEKIJK",
89
+ "PUT": "PUT",
90
+ "DELETE": "VERWIJDEREN",
91
+ "HEAD": "HOOFD",
92
+ "None": "geen",
93
+ "JSON": "JSON",
94
+ "Form Data": "Formulieren gegevens",
95
+ "Raw": "Onbewerkte"
96
+ }
@@ -0,0 +1,96 @@
1
+ {
2
+ "Convert web pages and HTML to PDF with advanced formatting options": "Converta páginas da web e HTML para PDF com opções avançadas de formatação",
3
+ "Username": "Usuário:",
4
+ "Your Pdfcrowd username": "Seu nome de usuário do Pdfcrowd",
5
+ "API Key": "Chave de API",
6
+ "Your Pdfcrowd API key": "Sua chave de API Pdfcrowd",
7
+ "Your Pdfcrowd API credentials. Get them at https://pdfcrowd.com/user/account/": "Suas credenciais de API Pdfcrowd. Obtenha-as em https://pdfcrowd.com/user/account/",
8
+ "Convert URL to PDF": "Converter URL para PDF",
9
+ "Convert HTML to PDF": "Converter HTML para PDF",
10
+ "Custom API Call": "Chamada de API personalizada",
11
+ "Convert a web page URL to PDF document": "Converter o URL da página web para PDF",
12
+ "Convert HTML content (string) to PDF document": "Converter conteúdo HTML (string) para o documento PDF",
13
+ "Make a custom API call to a specific endpoint": "Faça uma chamada de API personalizada para um ponto de extremidade específico",
14
+ "URL": "URL:",
15
+ "Output Filename": "Nome do arquivo de saída",
16
+ "Page Size": "Tamanho da página",
17
+ "Page Width": "Largura de Página",
18
+ "Page Height": "Altura da Página",
19
+ "Orientation": "Orientação",
20
+ "Margin Top": "Margem superior",
21
+ "Margin Right": "Margem Direita",
22
+ "Margin Bottom": "Margem inferior",
23
+ "Margin Left": "Margem Esquerda",
24
+ "Content Viewport Width": "Largura do conteúdo visualizado",
25
+ "Custom CSS": "Custom CSS",
26
+ "Custom JavaScript": "JavaScript Personalizado",
27
+ "Element To Convert": "Elemento para Converter",
28
+ "Header HTML": "HTML de cabeçalho",
29
+ "Header URL": "URL do Cabeçalho",
30
+ "Footer HTML": "HTML do Rodapé",
31
+ "Footer URL": "URL do Rodapé",
32
+ "Page Watermark": "Marca d'água da página",
33
+ "Multipage Watermark": "Marca d'água multi-página",
34
+ "Page Background": "Fundo da Página",
35
+ "Multipage Background": "Fundo Multipágina",
36
+ "HTML Content": "Conteúdo HTML",
37
+ "Method": "Método",
38
+ "Headers": "Cabeçalhos",
39
+ "Query Parameters": "Parâmetros da consulta",
40
+ "Body Type": "Tipo de Corpo",
41
+ "Body": "Conteúdo",
42
+ "Response is Binary ?": "A resposta é binária ?",
43
+ "No Error on Failure": "Nenhum erro no Failure",
44
+ "Timeout (in seconds)": "Tempo limite (em segundos)",
45
+ "Follow redirects": "Seguir redirecionamentos",
46
+ "The URL of the web page to convert. Must be publicly accessible.": "O URL da página para conversão. Deve ser acessível ao público.",
47
+ "The filename for the generated PDF": "O nome do arquivo para PDF gerado",
48
+ "Set the output page size using standard formats (A4, Letter, A3, etc.).": "Definir o tamanho da página de saída usando formatos padrão (A4, Letter, A3, etc.).",
49
+ "Set custom page width (e.g., \"8.27in\", \"210mm\"). The safe maximum is 200in.": "Definir largura da página personalizada (por exemplo, \"8.27in\", \"210mm\"). O máximo seguro é 200in.",
50
+ "Set custom page height. Set to \"-1\" for a single-page PDF that expands to fit all content.": "Definir altura da página personalizada. Definir como \\\"-1\\\" para PDF de uma única página que expanda para que todo o conteúdo se encaixe.",
51
+ "Set the output page orientation.": "Definir a orientação da página de saída.",
52
+ "Control white space at the top of the page (e.g., \"0.4in\", \"10mm\").": "Controlar espaço em branco no topo da página (por exemplo, \"0.4in\", \"10mm\").",
53
+ "Control white space on the right edge of the page.": "Controle o espaço em branco na borda direita da página.",
54
+ "Control white space at the bottom of the page.": "Controle espaço em branco no final da página.",
55
+ "Control white space on the left edge of the page.": "Controle o espaço em branco na borda esquerda da página.",
56
+ "Set the viewport width for formatting the HTML content.": "Defina a largura do visor para formatar o conteúdo HTML.",
57
+ "Apply custom CSS to modify the visual appearance and layout of your content.": "Aplique o CSS personalizado para modificar a aparência visual e o layout do seu conteúdo.",
58
+ "Run custom JavaScript after the document is loaded and ready to print.": "Executar JavaScript personalizado após o documento ser carregado e pronto para imprimir.",
59
+ "Convert only the specified element using CSS selector (e.g., \"#content\", \".article\").": "Converter apenas o elemento especificado usando seletor CSS (por exemplo, \"#content\", \".article\").",
60
+ "HTML content for the page header.": "Conteúdo HTML para o cabeçalho da página.",
61
+ "URL of the page header HTML.": "URL do HTML do cabeçalho da página.",
62
+ "HTML content for the page footer.": "Conteúdo HTML para o rodapé da página.",
63
+ "URL of the page footer HTML.": "URL do HTML do rodapé da página.",
64
+ "Apply a watermark PDF overlay to every page of the output.": "Aplicar uma sobreposição de marca d'água em todas as páginas da saída.",
65
+ "Apply each page of a watermark PDF to corresponding output pages.": "Aplica cada página de um PDF de marca d'água às páginas de saída correspondentes.",
66
+ "Apply a background PDF to every page of the output.": "Aplica um PDF em segundo plano a cada página da saída.",
67
+ "Apply each page of a background PDF to corresponding output pages.": "Aplicar cada página de um PDF em segundo plano às páginas de saída correspondentes.",
68
+ "The HTML content to convert to PDF": "O conteúdo HTML a ser convertido para PDF",
69
+ "Authorization headers are injected automatically from your connection.": "Os cabeçalhos de autorização são inseridos automaticamente a partir da sua conexão.",
70
+ "Enable for files like PDFs, images, etc.": "Habilitar para arquivos como PDFs, imagens, etc.",
71
+ "A0": "A0",
72
+ "A1": "A1",
73
+ "A2": "A2",
74
+ "A3": "A3",
75
+ "A4": "A4",
76
+ "A5": "A5",
77
+ "A6": "A6",
78
+ "Letter": "Letra",
79
+ "Portrait": "Retrato",
80
+ "Landscape": "Paisagem",
81
+ "Balanced": "Equilibrado",
82
+ "Small": "Pequeno",
83
+ "Medium": "Média",
84
+ "Large": "grande",
85
+ "Extra Large": "Extra grande",
86
+ "GET": "OBTER",
87
+ "POST": "POSTAR",
88
+ "PATCH": "COMPRAR",
89
+ "PUT": "COLOCAR",
90
+ "DELETE": "EXCLUIR",
91
+ "HEAD": "CABEÇA",
92
+ "None": "Nenhuma",
93
+ "JSON": "JSON",
94
+ "Form Data": "Dados de Formulário",
95
+ "Raw": "RAW"
96
+ }