Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/pieces/community/pdfcrowd/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@activepieces/piece-pdfcrowd",
"version": "0.0.1",
"version": "0.0.2",
"type": "commonjs",
"main": "./src/index.js",
"types": "./src/index.d.ts",
Expand Down
96 changes: 96 additions & 0 deletions packages/pieces/community/pdfcrowd/src/i18n/de.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,96 @@
{
"Convert web pages and HTML to PDF with advanced formatting options": "Webseiten und HTML mit erweiterten Formatierungsoptionen in PDF umwandeln",
"Username": "Benutzername",
"Your Pdfcrowd username": "Dein Pdfcrowd-Benutzername",
"API Key": "API-Schlüssel",
"Your Pdfcrowd API key": "Dein Pdfcrowd API-Schlüssel",
"Your Pdfcrowd API credentials. Get them at https://pdfcrowd.com/user/account/": "Deine Pdfcrowd API-Anmeldeinformationen finden Sie unter https://pdfcrowd.com/user/account/",
"Convert URL to PDF": "URL in PDF umwandeln",
"Convert HTML to PDF": "HTML in PDF konvertieren",
"Custom API Call": "Eigener API-Aufruf",
"Convert a web page URL to PDF document": "URL einer Webseite in PDF-Dokument umwandeln",
"Convert HTML content (string) to PDF document": "HTML-Inhalt (String) in PDF-Dokument konvertieren",
"Make a custom API call to a specific endpoint": "Einen benutzerdefinierten API-Aufruf an einen bestimmten Endpunkt machen",
"URL": "URL",
"Output Filename": "Dateiname ausgeben",
"Page Size": "Einträge pro Seite",
"Page Width": "Seitenbreite",
"Page Height": "Seitenhöhe",
"Orientation": "Ausrichtung",
"Margin Top": "Rand oben",
"Margin Right": "Rand rechts",
"Margin Bottom": "Rand unten",
"Margin Left": "Rand links",
"Content Viewport Width": "Content-Viewport-Breite",
"Custom CSS": "Custom CSS",
"Custom JavaScript": "Eigenes JavaScript",
"Element To Convert": "Zu konvertierendes Element",
"Header HTML": "Header-HTML",
"Header URL": "Kopfzeile URL",
"Footer HTML": "HTML Fußzeile",
"Footer URL": "Fußzeile URL",
"Page Watermark": "Wasserzeichen der Seite",
"Multipage Watermark": "Mehrseitige Wasserzeichen",
"Page Background": "Hintergrund der Seite",
"Multipage Background": "Mehrseitiger Hintergrund",
"HTML Content": "HTML-Inhalt",
"Method": "Methode",
"Headers": "Kopfzeilen",
"Query Parameters": "Abfrageparameter",
"Body Type": "Körpertyp",
"Body": "Körper",
"Response is Binary ?": "Antwort ist binär?",
"No Error on Failure": "Kein Fehler bei Fehler",
"Timeout (in seconds)": "Timeout (in Sekunden)",
"Follow redirects": "Weiterleitungen folgen",
"The URL of the web page to convert. Must be publicly accessible.": "Die URL der zu konvertierenden Webseite. Muss öffentlich zugänglich sein.",
"The filename for the generated PDF": "Der Dateiname für das generierte PDF",
"Set the output page size using standard formats (A4, Letter, A3, etc.).": "Setzen Sie die Ausgabeseitengröße mit Standardformaten (A4, Letter, A3, etc.).",
"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.",
"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.",
"Set the output page orientation.": "Setze die Ausgabeseitenorientierung.",
"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\").",
"Control white space on the right edge of the page.": "Kontrollieren Sie den Leerraum am rechten Rand der Seite.",
"Control white space at the bottom of the page.": "Legen Sie den Leerraum unten auf der Seite fest.",
"Control white space on the left edge of the page.": "Legen Sie das Leerzeichen am linken Rand der Seite fest.",
"Set the viewport width for formatting the HTML content.": "Legen Sie die Breite des Viewports für die Formatierung des HTML-Inhalts fest.",
"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.",
"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.",
"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\").",
"HTML content for the page header.": "HTML-Inhalt für den Seitenheader.",
"URL of the page header HTML.": "URL des Kopfzeilen-HTML.",
"HTML content for the page footer.": "HTML-Inhalt für die Fußzeile der Seite.",
"URL of the page footer HTML.": "URL des HTML Seitenfußzeilen.",
"Apply a watermark PDF overlay to every page of the output.": "Wenden Sie ein Wasserzeichen PDF-Overlay auf jede Seite der Ausgabe an.",
"Apply each page of a watermark PDF to corresponding output pages.": "Wenden Sie jede Seite eines Wasserzeichens PDF auf entsprechende Ausgabeseiten an.",
"Apply a background PDF to every page of the output.": "Anwenden Sie eine Hintergrund-PDF auf jede Seite der Ausgabe.",
"Apply each page of a background PDF to corresponding output pages.": "Jede Seite eines Hintergrund-PDF auf entsprechende Ausgabeseiten anwenden.",
"The HTML content to convert to PDF": "HTML-Inhalt zum Konvertieren in PDF",
"Authorization headers are injected automatically from your connection.": "Autorisierungs-Header werden automatisch von Ihrer Verbindung injiziert.",
"Enable for files like PDFs, images, etc.": "Aktivieren für Dateien wie PDFs, Bilder usw.",
"A0": "A0",
"A1": "A1",
"A2": "A2",
"A3": "A3",
"A4": "A4",
"A5": "A5",
"A6": "A6",
"Letter": "Brief",
"Portrait": "Hochformat",
"Landscape": "Querformat",
"Balanced": "Ausgewogen",
"Small": "Klein",
"Medium": "Mittel",
"Large": "Groß",
"Extra Large": "Extra groß",
"GET": "ERHALTEN",
"POST": "POST",
"PATCH": "PATCH",
"PUT": "PUT",
"DELETE": "LÖSCHEN",
"HEAD": "HEAD",
"None": "Keine",
"JSON": "JSON",
"Form Data": "Formulardaten",
"Raw": "Rohe"
}
96 changes: 96 additions & 0 deletions packages/pieces/community/pdfcrowd/src/i18n/es.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,96 @@
{
"Convert web pages and HTML to PDF with advanced formatting options": "Convierte páginas web y HTML a PDF con opciones avanzadas de formato",
"Username": "Usuario",
"Your Pdfcrowd username": "Tu nombre de usuario Pdfcrowd",
"API Key": "Clave API",
"Your Pdfcrowd API key": "Tu clave API Pdfcrowd",
"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/",
"Convert URL to PDF": "Convertir URL a PDF",
"Convert HTML to PDF": "Convertir HTML a PDF",
"Custom API Call": "Llamada API personalizada",
"Convert a web page URL to PDF document": "Convertir una URL de página web a documento PDF",
"Convert HTML content (string) to PDF document": "Convertir contenido HTML (cadena) a documento PDF",
"Make a custom API call to a specific endpoint": "Hacer una llamada API personalizada a un extremo específico",
"URL": "URL",
"Output Filename": "Nombre de archivo de salida",
"Page Size": "Tamaño de página",
"Page Width": "Ancho de página",
"Page Height": "Altura de página",
"Orientation": "Orientación",
"Margin Top": "Margen superior",
"Margin Right": "Margen Derecha",
"Margin Bottom": "Margen Inferior",
"Margin Left": "Margen izquierdo",
"Content Viewport Width": "Ancho de vista de contenido",
"Custom CSS": "Custom CSS",
"Custom JavaScript": "JavaScript personalizado",
"Element To Convert": "Elemento a convertir",
"Header HTML": "Encabezado HTML",
"Header URL": "URL del encabezado",
"Footer HTML": "HTML del pie",
"Footer URL": "URL del pie de página",
"Page Watermark": "Marca de Agua",
"Multipage Watermark": "Marca de Agua Multipágina",
"Page Background": "Fondo de página",
"Multipage Background": "Fondo multipágina",
"HTML Content": "Contenido HTML",
"Method": "Método",
"Headers": "Encabezados",
"Query Parameters": "Parámetros de consulta",
"Body Type": "Tipo de cuerpo",
"Body": "Cuerpo",
"Response is Binary ?": "¿Respuesta es binaria?",
"No Error on Failure": "No hay ningún error en fallo",
"Timeout (in seconds)": "Tiempo de espera (en segundos)",
"Follow redirects": "Seguir redirecciones",
"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.",
"The filename for the generated PDF": "El nombre del archivo para el PDF generado",
"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.).",
"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.",
"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.",
"Set the output page orientation.": "Ajuste la orientación de página de salida.",
"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\").",
"Control white space on the right edge of the page.": "Controla el espacio en blanco en el borde derecho de la página.",
"Control white space at the bottom of the page.": "Controla el espacio en blanco en la parte inferior de la página.",
"Control white space on the left edge of the page.": "Controla el espacio en blanco en el borde izquierdo de la página.",
"Set the viewport width for formatting the HTML content.": "Ajuste el ancho de la vista para formatear el contenido HTML.",
"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.",
"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.",
"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\").",
"HTML content for the page header.": "Contenido HTML para el encabezado de la página.",
"URL of the page header HTML.": "URL del encabezado de la página HTML.",
"HTML content for the page footer.": "Contenido HTML para el pie de página de página.",
"URL of the page footer HTML.": "URL del pie de página HTML.",
"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.",
"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.",
"Apply a background PDF to every page of the output.": "Aplicar un PDF de fondo a cada página de la salida.",
"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.",
"The HTML content to convert to PDF": "El contenido HTML a convertir a PDF",
"Authorization headers are injected automatically from your connection.": "Las cabeceras de autorización se inyectan automáticamente desde tu conexión.",
"Enable for files like PDFs, images, etc.": "Activar para archivos como PDFs, imágenes, etc.",
"A0": "A0",
"A1": "R1",
"A2": "R2",
"A3": "R3",
"A4": "R4",
"A5": "R5",
"A6": "R6",
"Letter": "Letra",
"Portrait": "Retrato",
"Landscape": "Paisaje",
"Balanced": "Equilibrado",
"Small": "Pequeño",
"Medium": "Medio",
"Large": "Grande",
"Extra Large": "Extra grande",
"GET": "RECOGER",
"POST": "POST",
"PATCH": "PATCH",
"PUT": "PUT",
"DELETE": "BORRAR",
"HEAD": "LIMPIO",
"None": "Ninguna",
"JSON": "JSON",
"Form Data": "Datos de Formulario",
"Raw": "Rápido"
}
96 changes: 96 additions & 0 deletions packages/pieces/community/pdfcrowd/src/i18n/fr.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,96 @@
{
"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",
"Username": "Nom d'utilisateur",
"Your Pdfcrowd username": "Votre nom d'utilisateur Pdfcrowd",
"API Key": "Clé API",
"Your Pdfcrowd API key": "Votre clé API Pdfcrowd",
"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/",
"Convert URL to PDF": "Convertir l'URL en PDF",
"Convert HTML to PDF": "Convertir le HTML en PDF",
"Custom API Call": "Appel d'API personnalisé",
"Convert a web page URL to PDF document": "Convertir l'URL d'une page web en document PDF",
"Convert HTML content (string) to PDF document": "Convertir le contenu HTML (chaîne) en document PDF",
"Make a custom API call to a specific endpoint": "Passer un appel API personnalisé à un endpoint spécifique",
"URL": "URL",
"Output Filename": "Nom du fichier de sortie",
"Page Size": "Nombre d'élément",
"Page Width": "Largeur de la page",
"Page Height": "Hauteur de la page",
"Orientation": "Orientation",
"Margin Top": "Marge en haut",
"Margin Right": "Marge à droite",
"Margin Bottom": "Marge du bas",
"Margin Left": "Marge à gauche",
"Content Viewport Width": "Largeur de la fenêtre de contenu",
"Custom CSS": "Custom CSS",
"Custom JavaScript": "JavaScript personnalisé",
"Element To Convert": "Élément à convertir",
"Header HTML": "En-tête HTML",
"Header URL": "URL de l'en-tête",
"Footer HTML": "Pied de page HTML",
"Footer URL": "URL de pied de page",
"Page Watermark": "Filigrane de page",
"Multipage Watermark": "Filigrane de plusieurs pages",
"Page Background": "Arrière-plan de la page",
"Multipage Background": "Arrière-plan multipage",
"HTML Content": "Contenu HTML",
"Method": "Méthode",
"Headers": "Headers",
"Query Parameters": "Paramètres de requête",
"Body Type": "Body Type",
"Body": "Body",
"Response is Binary ?": "La réponse est Binaire ?",
"No Error on Failure": "Aucune erreur en cas d'échec",
"Timeout (in seconds)": "Délai d'expiration (en secondes)",
"Follow redirects": "Suivre les redirections",
"The URL of the web page to convert. Must be publicly accessible.": "L'URL de la page web à convertir. Doit être accessible au public.",
"The filename for the generated PDF": "Le nom du fichier pour le PDF généré",
"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.).",
"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.",
"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.",
"Set the output page orientation.": "Définit l'orientation de la page de sortie.",
"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\").",
"Control white space on the right edge of the page.": "Contrôler l'espace blanc sur le bord droit de la page.",
"Control white space at the bottom of the page.": "Contrôler les espaces en bas de la page.",
"Control white space on the left edge of the page.": "Contrôler les espaces sur le bord gauche de la page.",
"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.",
"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.",
"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.",
"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\").",
"HTML content for the page header.": "Contenu HTML pour l'en-tête de la page.",
"URL of the page header HTML.": "URL de l'en-tête HTML de la page.",
"HTML content for the page footer.": "Contenu HTML pour le pied de page.",
"URL of the page footer HTML.": "URL du pied de page HTML de la page.",
"Apply a watermark PDF overlay to every page of the output.": "Appliquer un filigrane PDF à chaque page de la sortie.",
"Apply each page of a watermark PDF to corresponding output pages.": "Appliquer chaque page d'un filigrane PDF aux pages de sortie correspondantes.",
"Apply a background PDF to every page of the output.": "Appliquer un PDF en arrière-plan à chaque page de la sortie.",
"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.",
"The HTML content to convert to PDF": "Le contenu HTML à convertir en PDF",
"Authorization headers are injected automatically from your connection.": "Les Headers d'autorisation sont injectés automatiquement à partir de votre connexion.",
"Enable for files like PDFs, images, etc.": "Activer pour les fichiers comme les PDFs, les images, etc.",
"A0": "A0",
"A1": "A1",
"A2": "A2",
"A3": "A3",
"A4": "A4",
"A5": "A5",
"A6": "A6",
"Letter": "Lettre",
"Portrait": "Portrait",
"Landscape": "Paysage",
"Balanced": "Equilibré",
"Small": "Petit",
"Medium": "Moyenne",
"Large": "Gros",
"Extra Large": "Très grand",
"GET": "GET",
"POST": "POST",
"PATCH": "PATCH",
"PUT": "PUT",
"DELETE": "DELETE",
"HEAD": "HEAD",
"None": "Aucun",
"JSON": "JSON",
"Form Data": "Données du formulaire",
"Raw": "Brut"
}
Loading
Loading