@activepieces/piece-polydoc 0.0.1 → 0.0.3

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.
Files changed (53) hide show
  1. package/package.json +7 -12
  2. package/src/i18n/de.json +122 -0
  3. package/src/i18n/es.json +122 -0
  4. package/src/i18n/fr.json +122 -0
  5. package/src/i18n/ja.json +122 -0
  6. package/src/i18n/nl.json +122 -0
  7. package/src/i18n/pt.json +122 -0
  8. package/src/i18n/translation.json +122 -0
  9. package/src/i18n/zh.json +122 -0
  10. package/src/index.js +15 -37
  11. package/src/index.d.ts +0 -5
  12. package/src/index.d.ts.map +0 -1
  13. package/src/index.js.map +0 -1
  14. package/src/lib/actions/capture-screenshot.d.ts +0 -24
  15. package/src/lib/actions/capture-screenshot.d.ts.map +0 -1
  16. package/src/lib/actions/capture-screenshot.js +0 -112
  17. package/src/lib/actions/capture-screenshot.js.map +0 -1
  18. package/src/lib/actions/convert-pdf.d.ts +0 -28
  19. package/src/lib/actions/convert-pdf.d.ts.map +0 -1
  20. package/src/lib/actions/convert-pdf.js +0 -111
  21. package/src/lib/actions/convert-pdf.js.map +0 -1
  22. package/src/lib/actions/generate-einvoice.d.ts +0 -21
  23. package/src/lib/actions/generate-einvoice.d.ts.map +0 -1
  24. package/src/lib/actions/generate-einvoice.js +0 -111
  25. package/src/lib/actions/generate-einvoice.js.map +0 -1
  26. package/src/lib/common/auth.d.ts +0 -5
  27. package/src/lib/common/auth.d.ts.map +0 -1
  28. package/src/lib/common/auth.js +0 -62
  29. package/src/lib/common/auth.js.map +0 -1
  30. package/src/lib/common/build-request-body.d.ts +0 -11
  31. package/src/lib/common/build-request-body.d.ts.map +0 -1
  32. package/src/lib/common/build-request-body.js +0 -172
  33. package/src/lib/common/build-request-body.js.map +0 -1
  34. package/src/lib/common/client.d.ts +0 -20
  35. package/src/lib/common/client.d.ts.map +0 -1
  36. package/src/lib/common/client.js +0 -68
  37. package/src/lib/common/client.js.map +0 -1
  38. package/src/lib/common/constants.d.ts +0 -41
  39. package/src/lib/common/constants.d.ts.map +0 -1
  40. package/src/lib/common/constants.js +0 -28
  41. package/src/lib/common/constants.js.map +0 -1
  42. package/src/lib/common/output.d.ts +0 -24
  43. package/src/lib/common/output.d.ts.map +0 -1
  44. package/src/lib/common/output.js +0 -53
  45. package/src/lib/common/output.js.map +0 -1
  46. package/src/lib/common/props.d.ts +0 -20
  47. package/src/lib/common/props.d.ts.map +0 -1
  48. package/src/lib/common/props.js +0 -144
  49. package/src/lib/common/props.js.map +0 -1
  50. package/src/lib/common/types.d.ts +0 -37
  51. package/src/lib/common/types.d.ts.map +0 -1
  52. package/src/lib/common/types.js +0 -3
  53. package/src/lib/common/types.js.map +0 -1
package/package.json CHANGED
@@ -1,17 +1,12 @@
1
1
  {
2
2
  "name": "@activepieces/piece-polydoc",
3
- "version": "0.0.1",
3
+ "version": "0.0.3",
4
4
  "type": "commonjs",
5
5
  "main": "./src/index.js",
6
- "types": "./src/index.d.ts",
7
- "dependencies": {
8
- "@activepieces/pieces-common": "0.12.5",
9
- "@activepieces/pieces-framework": "0.32.0",
10
- "@activepieces/shared": "0.95.1",
11
- "tslib": "2.6.2"
12
- },
13
- "scripts": {
14
- "build": "tsc -p tsconfig.lib.json && cp package.json dist/",
15
- "lint": "eslint 'src/**/*.ts'"
16
- }
6
+ "dependencies": {},
7
+ "files": [
8
+ "src/index.js",
9
+ "package.json",
10
+ "src/i18n"
11
+ ]
17
12
  }
@@ -0,0 +1,122 @@
1
+ {
2
+ "Convert HTML or a URL to PDF, capture screenshots, and generate EU e-invoices (Factur-X / ZUGFeRD).": "Convert HTML or a URL to PDF, capture screenshots, and generate EU e-invoices (Factur-X / ZUGFeRD).",
3
+ "API Key": "API-Schlüssel",
4
+ "Sandbox": "Sandbox",
5
+ "Your PolyDoc API key from dashboard.polydoc.tech.": "Your PolyDoc API key from dashboard.polydoc.tech.",
6
+ "Use sandbox quota (watermarked output).": "Use sandbox quota (watermarked output).",
7
+ "Get an API key from the PolyDoc dashboard (dashboard.polydoc.tech, API Keys). It is sent as Authorization: Bearer <key>.\n\nTurn on **Sandbox** to test against sandbox quota (output is watermarked). Leave it off for production conversions.": "Get an API key from the PolyDoc dashboard (dashboard.polydoc.tech, API Keys). It is sent as Authorization: Bearer <key>.\n\nTurn on **Sandbox** to test against sandbox quota (output is watermarked). Leave it off for production conversions.",
8
+ "Convert to PDF": "Convert to PDF",
9
+ "Capture Screenshot": "Capture Screenshot",
10
+ "Generate E-Invoice": "Generate E-Invoice",
11
+ "Custom API Call": "Eigener API-Aufruf",
12
+ "Convert HTML, a URL, or a saved template to a PDF.": "Convert HTML, a URL, or a saved template to a PDF.",
13
+ "Capture a screenshot of a URL, inline HTML, or a saved template.": "Capture a screenshot of a URL, inline HTML, or a saved template.",
14
+ "Generate a hybrid e-invoice PDF (Factur-X / ZUGFeRD, EN 16931) from a visual layout plus structured invoice data.": "Generate a hybrid e-invoice PDF (Factur-X / ZUGFeRD, EN 16931) from a visual layout plus structured invoice data.",
15
+ "Make a custom API call to a specific endpoint": "Einen benutzerdefinierten API-Aufruf an einen bestimmten Endpunkt machen",
16
+ "Source Type": "Source Type",
17
+ "Source": "Quelle",
18
+ "Template Data": "Vorlagendaten",
19
+ "Page Format": "Page Format",
20
+ "Landscape": "Landscape",
21
+ "Print Background": "Print Background",
22
+ "Scale": "Scale",
23
+ "Page Ranges": "Page Ranges",
24
+ "Outline (Bookmarks)": "Outline (Bookmarks)",
25
+ "Tagged (Accessible)": "Tagged (Accessible)",
26
+ "Margin Top": "Margin Top",
27
+ "Margin Right": "Margin Right",
28
+ "Margin Bottom": "Margin Bottom",
29
+ "Margin Left": "Margin Left",
30
+ "Delivery": "Delivery",
31
+ "Presigned URL": "Presigned URL",
32
+ "Webhook URL": "Webhook-URL",
33
+ "Webhook Options": "Webhook Options",
34
+ "Filename": "Dateiname",
35
+ "Tag": "Markierung",
36
+ "Timeout (ms)": "Timeout (ms)",
37
+ "Advanced (JSON)": "Advanced (JSON)",
38
+ "Image Type": "Image Type",
39
+ "Full Page": "Full Page",
40
+ "Quality": "Qualität",
41
+ "Viewport Width": "Viewport Width",
42
+ "Viewport Height": "Viewport Height",
43
+ "Device Pixel Ratio": "Device Pixel Ratio",
44
+ "Output": "Ausgabe",
45
+ "Standard": "Standard",
46
+ "Profile": "Profile",
47
+ "Invoice Data": "Invoice Data",
48
+ "Verify": "Verify",
49
+ "Method": "Methode",
50
+ "Headers": "Kopfzeilen",
51
+ "Query Parameters": "Abfrageparameter",
52
+ "Body Type": "Körpertyp",
53
+ "Body": "Körper",
54
+ "Response is Binary ?": "Antwort ist binär?",
55
+ "No Error on Failure": "Kein Fehler bei Fehler",
56
+ "Timeout (in seconds)": "Timeout (in Sekunden)",
57
+ "Follow redirects": "Weiterleitungen folgen",
58
+ "Where the content comes from": "Where the content comes from",
59
+ "The URL, inline HTML, or saved template ID, matching the Source Type above.": "The URL, inline HTML, or saved template ID, matching the Source Type above.",
60
+ "Data passed to the Liquid template renderer (used only when Source Type is Template).": "Data passed to the Liquid template renderer (used only when Source Type is Template).",
61
+ "Print background graphics and colors.": "Print background graphics and colors.",
62
+ "Render scale (0.1 to 2).": "Render scale (0.1 to 2).",
63
+ "Pages to include, e.g. \"1-5, 8\". Empty means all pages.": "Pages to include, e.g. \"1-5, 8\". Empty means all pages.",
64
+ "Generate PDF bookmarks from HTML headings.": "Generate PDF bookmarks from HTML headings.",
65
+ "Produce a tagged, accessible PDF.": "Produce a tagged, accessible PDF.",
66
+ "Top margin with optional unit, e.g. 10mm, 1cm, 0.5in.": "Top margin with optional unit, e.g. 10mm, 1cm, 0.5in.",
67
+ "How the generated file is returned": "How the generated file is returned",
68
+ "HTTP PUT presigned URL from your storage provider (required for Cloud Storage delivery).": "HTTP PUT presigned URL from your storage provider (required for Cloud Storage delivery).",
69
+ "URL the generated file is delivered to (required for Webhook delivery).": "URL the generated file is delivered to (required for Webhook delivery).",
70
+ "Extra webhook settings merged with the URL: async, method, headers, retries, retryDelay, timeout.": "Extra webhook settings merged with the URL: async, method, headers, retries, retryDelay, timeout.",
71
+ "Output filename (overrides the default).": "Output filename (overrides the default).",
72
+ "Label for logging and analytics (max 30 characters).": "Label for logging and analytics (max 30 characters).",
73
+ "Conversion timeout in milliseconds.": "Conversion timeout in milliseconds.",
74
+ "Raw fields deep-merged into the request body for any API option not exposed above (e.g. pdf.watermark, pdf.pdfa, render, request).": "Raw fields deep-merged into the request body for any API option not exposed above (e.g. pdf.watermark, pdf.pdfa, render, request).",
75
+ "Capture the entire scrollable page.": "Capture the entire scrollable page.",
76
+ "Compression quality for JPEG/WebP (0 to 100).": "Compression quality for JPEG/WebP (0 to 100).",
77
+ "Viewport width in CSS pixels.": "Viewport width in CSS pixels.",
78
+ "Viewport height in CSS pixels.": "Viewport height in CSS pixels.",
79
+ "Device pixel ratio, e.g. 2 for retina (0 to 10).": "Device pixel ratio, e.g. 2 for retina (0 to 10).",
80
+ "Return the image as a file (default) or as a base64 string.": "Return the image as a file (default) or as a base64 string.",
81
+ "The hybrid e-invoice standard to embed.": "The hybrid e-invoice standard to embed.",
82
+ "The data granularity profile to validate against.": "The data granularity profile to validate against.",
83
+ "Structured invoice data: number, dates, currency, seller, buyer, lines, totals. EN 16931 needs payment terms (or due date), seller taxId for VAT category S, and consistent totals. See docs.polydoc.tech.": "Structured invoice data: number, dates, currency, seller, buyer, lines, totals. EN 16931 needs payment terms (or due date), seller taxId for VAT category S, and consistent totals. See docs.polydoc.tech.",
84
+ "Validate PDF/A and e-invoice compliance (returns an error if it fails).": "Validate PDF/A and e-invoice compliance (returns an error if it fails).",
85
+ "Authorization headers are injected automatically from your connection.": "Autorisierungs-Header werden automatisch von Ihrer Verbindung injiziert.",
86
+ "Enable for files like PDFs, images, etc.": "Aktivieren für Dateien wie PDFs, Bilder usw.",
87
+ "URL (render a web page)": "URL (render a web page)",
88
+ "HTML (render an inline HTML string)": "HTML (render an inline HTML string)",
89
+ "Template (render a saved PolyDoc template by ID)": "Template (render a saved PolyDoc template by ID)",
90
+ "A3": "A3",
91
+ "A4": "A4",
92
+ "A5": "A5",
93
+ "Ledger": "Ledger",
94
+ "Legal": "Legal",
95
+ "Letter": "Letter",
96
+ "Tabloid": "Tabloid",
97
+ "Download (return the file)": "Download (return the file)",
98
+ "Cloud Storage (upload to a presigned URL)": "Cloud Storage (upload to a presigned URL)",
99
+ "Webhook (deliver the file to a URL)": "Webhook (deliver the file to a URL)",
100
+ "png": "png",
101
+ "jpeg": "jpeg",
102
+ "webp": "webp",
103
+ "Binary file (write the image to a file)": "Binary file (write the image to a file)",
104
+ "Base64 (return the image as a base64 string)": "Base64 (return the image as a base64 string)",
105
+ "ZUGFeRD (Germany / EU)": "ZUGFeRD (Germany / EU)",
106
+ "Factur-X (France / EU)": "Factur-X (France / EU)",
107
+ "minimum": "minimum",
108
+ "basicwl": "basicwl",
109
+ "basic": "basic",
110
+ "en16931": "en16931",
111
+ "extended": "extended",
112
+ "GET": "ERHALTEN",
113
+ "POST": "POST",
114
+ "PATCH": "PATCH",
115
+ "PUT": "PUT",
116
+ "DELETE": "LÖSCHEN",
117
+ "HEAD": "HEAD",
118
+ "None": "Keine",
119
+ "JSON": "JSON",
120
+ "Form Data": "Formulardaten",
121
+ "Raw": "Rohe"
122
+ }
@@ -0,0 +1,122 @@
1
+ {
2
+ "Convert HTML or a URL to PDF, capture screenshots, and generate EU e-invoices (Factur-X / ZUGFeRD).": "Convert HTML or a URL to PDF, capture screenshots, and generate EU e-invoices (Factur-X / ZUGFeRD).",
3
+ "API Key": "Clave API",
4
+ "Sandbox": "Sandbox",
5
+ "Your PolyDoc API key from dashboard.polydoc.tech.": "Your PolyDoc API key from dashboard.polydoc.tech.",
6
+ "Use sandbox quota (watermarked output).": "Use sandbox quota (watermarked output).",
7
+ "Get an API key from the PolyDoc dashboard (dashboard.polydoc.tech, API Keys). It is sent as Authorization: Bearer <key>.\n\nTurn on **Sandbox** to test against sandbox quota (output is watermarked). Leave it off for production conversions.": "Get an API key from the PolyDoc dashboard (dashboard.polydoc.tech, API Keys). It is sent as Authorization: Bearer <key>.\n\nTurn on **Sandbox** to test against sandbox quota (output is watermarked). Leave it off for production conversions.",
8
+ "Convert to PDF": "Convert to PDF",
9
+ "Capture Screenshot": "Capture Screenshot",
10
+ "Generate E-Invoice": "Generate E-Invoice",
11
+ "Custom API Call": "Llamada API personalizada",
12
+ "Convert HTML, a URL, or a saved template to a PDF.": "Convert HTML, a URL, or a saved template to a PDF.",
13
+ "Capture a screenshot of a URL, inline HTML, or a saved template.": "Capture a screenshot of a URL, inline HTML, or a saved template.",
14
+ "Generate a hybrid e-invoice PDF (Factur-X / ZUGFeRD, EN 16931) from a visual layout plus structured invoice data.": "Generate a hybrid e-invoice PDF (Factur-X / ZUGFeRD, EN 16931) from a visual layout plus structured invoice data.",
15
+ "Make a custom API call to a specific endpoint": "Hacer una llamada API personalizada a un extremo específico",
16
+ "Source Type": "Source Type",
17
+ "Source": "Fuente",
18
+ "Template Data": "Datos de plantilla",
19
+ "Page Format": "Page Format",
20
+ "Landscape": "Landscape",
21
+ "Print Background": "Print Background",
22
+ "Scale": "Scale",
23
+ "Page Ranges": "Page Ranges",
24
+ "Outline (Bookmarks)": "Outline (Bookmarks)",
25
+ "Tagged (Accessible)": "Tagged (Accessible)",
26
+ "Margin Top": "Margin Top",
27
+ "Margin Right": "Margin Right",
28
+ "Margin Bottom": "Margin Bottom",
29
+ "Margin Left": "Margin Left",
30
+ "Delivery": "Delivery",
31
+ "Presigned URL": "Presigned URL",
32
+ "Webhook URL": "URL de Webhook",
33
+ "Webhook Options": "Webhook Options",
34
+ "Filename": "Nombre de archivo",
35
+ "Tag": "Etiqueta",
36
+ "Timeout (ms)": "Timeout (ms)",
37
+ "Advanced (JSON)": "Advanced (JSON)",
38
+ "Image Type": "Image Type",
39
+ "Full Page": "Full Page",
40
+ "Quality": "Calidad",
41
+ "Viewport Width": "Viewport Width",
42
+ "Viewport Height": "Viewport Height",
43
+ "Device Pixel Ratio": "Device Pixel Ratio",
44
+ "Output": "Salida",
45
+ "Standard": "Estándar",
46
+ "Profile": "Profile",
47
+ "Invoice Data": "Invoice Data",
48
+ "Verify": "Verify",
49
+ "Method": "Método",
50
+ "Headers": "Encabezados",
51
+ "Query Parameters": "Parámetros de consulta",
52
+ "Body Type": "Tipo de cuerpo",
53
+ "Body": "Cuerpo",
54
+ "Response is Binary ?": "¿Respuesta es binaria?",
55
+ "No Error on Failure": "No hay ningún error en fallo",
56
+ "Timeout (in seconds)": "Tiempo de espera (en segundos)",
57
+ "Follow redirects": "Seguir redirecciones",
58
+ "Where the content comes from": "Where the content comes from",
59
+ "The URL, inline HTML, or saved template ID, matching the Source Type above.": "The URL, inline HTML, or saved template ID, matching the Source Type above.",
60
+ "Data passed to the Liquid template renderer (used only when Source Type is Template).": "Data passed to the Liquid template renderer (used only when Source Type is Template).",
61
+ "Print background graphics and colors.": "Print background graphics and colors.",
62
+ "Render scale (0.1 to 2).": "Render scale (0.1 to 2).",
63
+ "Pages to include, e.g. \"1-5, 8\". Empty means all pages.": "Pages to include, e.g. \"1-5, 8\". Empty means all pages.",
64
+ "Generate PDF bookmarks from HTML headings.": "Generate PDF bookmarks from HTML headings.",
65
+ "Produce a tagged, accessible PDF.": "Produce a tagged, accessible PDF.",
66
+ "Top margin with optional unit, e.g. 10mm, 1cm, 0.5in.": "Top margin with optional unit, e.g. 10mm, 1cm, 0.5in.",
67
+ "How the generated file is returned": "How the generated file is returned",
68
+ "HTTP PUT presigned URL from your storage provider (required for Cloud Storage delivery).": "HTTP PUT presigned URL from your storage provider (required for Cloud Storage delivery).",
69
+ "URL the generated file is delivered to (required for Webhook delivery).": "URL the generated file is delivered to (required for Webhook delivery).",
70
+ "Extra webhook settings merged with the URL: async, method, headers, retries, retryDelay, timeout.": "Extra webhook settings merged with the URL: async, method, headers, retries, retryDelay, timeout.",
71
+ "Output filename (overrides the default).": "Output filename (overrides the default).",
72
+ "Label for logging and analytics (max 30 characters).": "Label for logging and analytics (max 30 characters).",
73
+ "Conversion timeout in milliseconds.": "Conversion timeout in milliseconds.",
74
+ "Raw fields deep-merged into the request body for any API option not exposed above (e.g. pdf.watermark, pdf.pdfa, render, request).": "Raw fields deep-merged into the request body for any API option not exposed above (e.g. pdf.watermark, pdf.pdfa, render, request).",
75
+ "Capture the entire scrollable page.": "Capture the entire scrollable page.",
76
+ "Compression quality for JPEG/WebP (0 to 100).": "Compression quality for JPEG/WebP (0 to 100).",
77
+ "Viewport width in CSS pixels.": "Viewport width in CSS pixels.",
78
+ "Viewport height in CSS pixels.": "Viewport height in CSS pixels.",
79
+ "Device pixel ratio, e.g. 2 for retina (0 to 10).": "Device pixel ratio, e.g. 2 for retina (0 to 10).",
80
+ "Return the image as a file (default) or as a base64 string.": "Return the image as a file (default) or as a base64 string.",
81
+ "The hybrid e-invoice standard to embed.": "The hybrid e-invoice standard to embed.",
82
+ "The data granularity profile to validate against.": "The data granularity profile to validate against.",
83
+ "Structured invoice data: number, dates, currency, seller, buyer, lines, totals. EN 16931 needs payment terms (or due date), seller taxId for VAT category S, and consistent totals. See docs.polydoc.tech.": "Structured invoice data: number, dates, currency, seller, buyer, lines, totals. EN 16931 needs payment terms (or due date), seller taxId for VAT category S, and consistent totals. See docs.polydoc.tech.",
84
+ "Validate PDF/A and e-invoice compliance (returns an error if it fails).": "Validate PDF/A and e-invoice compliance (returns an error if it fails).",
85
+ "Authorization headers are injected automatically from your connection.": "Las cabeceras de autorización se inyectan automáticamente desde tu conexión.",
86
+ "Enable for files like PDFs, images, etc.": "Activar para archivos como PDFs, imágenes, etc.",
87
+ "URL (render a web page)": "URL (render a web page)",
88
+ "HTML (render an inline HTML string)": "HTML (render an inline HTML string)",
89
+ "Template (render a saved PolyDoc template by ID)": "Template (render a saved PolyDoc template by ID)",
90
+ "A3": "A3",
91
+ "A4": "A4",
92
+ "A5": "A5",
93
+ "Ledger": "Ledger",
94
+ "Legal": "Legal",
95
+ "Letter": "Letter",
96
+ "Tabloid": "Tabloid",
97
+ "Download (return the file)": "Download (return the file)",
98
+ "Cloud Storage (upload to a presigned URL)": "Cloud Storage (upload to a presigned URL)",
99
+ "Webhook (deliver the file to a URL)": "Webhook (deliver the file to a URL)",
100
+ "png": "png",
101
+ "jpeg": "jpeg",
102
+ "webp": "webp",
103
+ "Binary file (write the image to a file)": "Binary file (write the image to a file)",
104
+ "Base64 (return the image as a base64 string)": "Base64 (return the image as a base64 string)",
105
+ "ZUGFeRD (Germany / EU)": "ZUGFeRD (Germany / EU)",
106
+ "Factur-X (France / EU)": "Factur-X (France / EU)",
107
+ "minimum": "minimum",
108
+ "basicwl": "basicwl",
109
+ "basic": "basic",
110
+ "en16931": "en16931",
111
+ "extended": "extended",
112
+ "GET": "RECOGER",
113
+ "POST": "POST",
114
+ "PATCH": "PATCH",
115
+ "PUT": "PUT",
116
+ "DELETE": "BORRAR",
117
+ "HEAD": "LIMPIO",
118
+ "None": "Ninguna",
119
+ "JSON": "JSON",
120
+ "Form Data": "Datos de Formulario",
121
+ "Raw": "Rápido"
122
+ }
@@ -0,0 +1,122 @@
1
+ {
2
+ "Convert HTML or a URL to PDF, capture screenshots, and generate EU e-invoices (Factur-X / ZUGFeRD).": "Convert HTML or a URL to PDF, capture screenshots, and generate EU e-invoices (Factur-X / ZUGFeRD).",
3
+ "API Key": "Clé API",
4
+ "Sandbox": "Sandbox",
5
+ "Your PolyDoc API key from dashboard.polydoc.tech.": "Your PolyDoc API key from dashboard.polydoc.tech.",
6
+ "Use sandbox quota (watermarked output).": "Use sandbox quota (watermarked output).",
7
+ "Get an API key from the PolyDoc dashboard (dashboard.polydoc.tech, API Keys). It is sent as Authorization: Bearer <key>.\n\nTurn on **Sandbox** to test against sandbox quota (output is watermarked). Leave it off for production conversions.": "Get an API key from the PolyDoc dashboard (dashboard.polydoc.tech, API Keys). It is sent as Authorization: Bearer <key>.\n\nTurn on **Sandbox** to test against sandbox quota (output is watermarked). Leave it off for production conversions.",
8
+ "Convert to PDF": "Convertir en PDF",
9
+ "Capture Screenshot": "Capture d'écran",
10
+ "Generate E-Invoice": "Generate E-Invoice",
11
+ "Custom API Call": "Appel d'API personnalisé",
12
+ "Convert HTML, a URL, or a saved template to a PDF.": "Convert HTML, a URL, or a saved template to a PDF.",
13
+ "Capture a screenshot of a URL, inline HTML, or a saved template.": "Capture a screenshot of a URL, inline HTML, or a saved template.",
14
+ "Generate a hybrid e-invoice PDF (Factur-X / ZUGFeRD, EN 16931) from a visual layout plus structured invoice data.": "Generate a hybrid e-invoice PDF (Factur-X / ZUGFeRD, EN 16931) from a visual layout plus structured invoice data.",
15
+ "Make a custom API call to a specific endpoint": "Effectuer un appel API personnalisé vers un point de terminaison spécifique",
16
+ "Source Type": "Type de source",
17
+ "Source": "Source",
18
+ "Template Data": "Données du modèle",
19
+ "Page Format": "Page Format",
20
+ "Landscape": "Paysage",
21
+ "Print Background": "Imprimer l'arrière-plan",
22
+ "Scale": "Scale",
23
+ "Page Ranges": "Intervalle de pages",
24
+ "Outline (Bookmarks)": "Outline (Bookmarks)",
25
+ "Tagged (Accessible)": "Tagged (Accessible)",
26
+ "Margin Top": "Margin Top",
27
+ "Margin Right": "Margin Right",
28
+ "Margin Bottom": "Margin Bottom",
29
+ "Margin Left": "Margin Left",
30
+ "Delivery": "Delivery",
31
+ "Presigned URL": "Presigned URL",
32
+ "Webhook URL": "URL du Webhook",
33
+ "Webhook Options": "Webhook Options",
34
+ "Filename": "Nom du fichier",
35
+ "Tag": "Étiquette",
36
+ "Timeout (ms)": "Délai d'attente (ms)",
37
+ "Advanced (JSON)": "Advanced (JSON)",
38
+ "Image Type": "Image Type",
39
+ "Full Page": "Full Page",
40
+ "Quality": "Qualité",
41
+ "Viewport Width": "Viewport Width",
42
+ "Viewport Height": "Viewport Height",
43
+ "Device Pixel Ratio": "Device Pixel Ratio",
44
+ "Output": "Sortie",
45
+ "Standard": "Standard",
46
+ "Profile": "Profile",
47
+ "Invoice Data": "Invoice Data",
48
+ "Verify": "Verify",
49
+ "Method": "Méthode",
50
+ "Headers": "Headers",
51
+ "Query Parameters": "Paramètres de requête",
52
+ "Body Type": "Body Type",
53
+ "Body": "Body",
54
+ "Response is Binary ?": "Réponse binaire ?",
55
+ "No Error on Failure": "Pas d'erreur en cas d'échec",
56
+ "Timeout (in seconds)": "Délai d'expiration (en secondes)",
57
+ "Follow redirects": "Suivre les redirections",
58
+ "Where the content comes from": "Where the content comes from",
59
+ "The URL, inline HTML, or saved template ID, matching the Source Type above.": "The URL, inline HTML, or saved template ID, matching the Source Type above.",
60
+ "Data passed to the Liquid template renderer (used only when Source Type is Template).": "Data passed to the Liquid template renderer (used only when Source Type is Template).",
61
+ "Print background graphics and colors.": "Print background graphics and colors.",
62
+ "Render scale (0.1 to 2).": "Render scale (0.1 to 2).",
63
+ "Pages to include, e.g. \"1-5, 8\". Empty means all pages.": "Pages to include, e.g. \"1-5, 8\". Empty means all pages.",
64
+ "Generate PDF bookmarks from HTML headings.": "Generate PDF bookmarks from HTML headings.",
65
+ "Produce a tagged, accessible PDF.": "Produce a tagged, accessible PDF.",
66
+ "Top margin with optional unit, e.g. 10mm, 1cm, 0.5in.": "Top margin with optional unit, e.g. 10mm, 1cm, 0.5in.",
67
+ "How the generated file is returned": "How the generated file is returned",
68
+ "HTTP PUT presigned URL from your storage provider (required for Cloud Storage delivery).": "HTTP PUT presigned URL from your storage provider (required for Cloud Storage delivery).",
69
+ "URL the generated file is delivered to (required for Webhook delivery).": "URL the generated file is delivered to (required for Webhook delivery).",
70
+ "Extra webhook settings merged with the URL: async, method, headers, retries, retryDelay, timeout.": "Extra webhook settings merged with the URL: async, method, headers, retries, retryDelay, timeout.",
71
+ "Output filename (overrides the default).": "Output filename (overrides the default).",
72
+ "Label for logging and analytics (max 30 characters).": "Label for logging and analytics (max 30 characters).",
73
+ "Conversion timeout in milliseconds.": "Conversion timeout in milliseconds.",
74
+ "Raw fields deep-merged into the request body for any API option not exposed above (e.g. pdf.watermark, pdf.pdfa, render, request).": "Raw fields deep-merged into the request body for any API option not exposed above (e.g. pdf.watermark, pdf.pdfa, render, request).",
75
+ "Capture the entire scrollable page.": "Capture the entire scrollable page.",
76
+ "Compression quality for JPEG/WebP (0 to 100).": "Compression quality for JPEG/WebP (0 to 100).",
77
+ "Viewport width in CSS pixels.": "Viewport width in CSS pixels.",
78
+ "Viewport height in CSS pixels.": "Viewport height in CSS pixels.",
79
+ "Device pixel ratio, e.g. 2 for retina (0 to 10).": "Device pixel ratio, e.g. 2 for retina (0 to 10).",
80
+ "Return the image as a file (default) or as a base64 string.": "Return the image as a file (default) or as a base64 string.",
81
+ "The hybrid e-invoice standard to embed.": "The hybrid e-invoice standard to embed.",
82
+ "The data granularity profile to validate against.": "The data granularity profile to validate against.",
83
+ "Structured invoice data: number, dates, currency, seller, buyer, lines, totals. EN 16931 needs payment terms (or due date), seller taxId for VAT category S, and consistent totals. See docs.polydoc.tech.": "Structured invoice data: number, dates, currency, seller, buyer, lines, totals. EN 16931 needs payment terms (or due date), seller taxId for VAT category S, and consistent totals. See docs.polydoc.tech.",
84
+ "Validate PDF/A and e-invoice compliance (returns an error if it fails).": "Validate PDF/A and e-invoice compliance (returns an error if it fails).",
85
+ "Authorization headers are injected automatically from your connection.": "Les en-têtes d'autorisation sont injectés automatiquement depuis votre connexion.",
86
+ "Enable for files like PDFs, images, etc.": "Enable for files like PDFs, images, etc.",
87
+ "URL (render a web page)": "URL (render a web page)",
88
+ "HTML (render an inline HTML string)": "HTML (render an inline HTML string)",
89
+ "Template (render a saved PolyDoc template by ID)": "Template (render a saved PolyDoc template by ID)",
90
+ "A3": "A3",
91
+ "A4": "A4",
92
+ "A5": "A5",
93
+ "Ledger": "Ledger",
94
+ "Legal": "Mentions légales",
95
+ "Letter": "Lettre",
96
+ "Tabloid": "Tabloïde",
97
+ "Download (return the file)": "Download (return the file)",
98
+ "Cloud Storage (upload to a presigned URL)": "Cloud Storage (upload to a presigned URL)",
99
+ "Webhook (deliver the file to a URL)": "Webhook (deliver the file to a URL)",
100
+ "png": "png",
101
+ "jpeg": "jpeg",
102
+ "webp": "webp",
103
+ "Binary file (write the image to a file)": "Binary file (write the image to a file)",
104
+ "Base64 (return the image as a base64 string)": "Base64 (return the image as a base64 string)",
105
+ "ZUGFeRD (Germany / EU)": "ZUGFeRD (Germany / EU)",
106
+ "Factur-X (France / EU)": "Factur-X (France / EU)",
107
+ "minimum": "minimum",
108
+ "basicwl": "basicwl",
109
+ "basic": "basique",
110
+ "en16931": "en16931",
111
+ "extended": "extended",
112
+ "GET": "GET",
113
+ "POST": "POST",
114
+ "PATCH": "PATCH",
115
+ "PUT": "PUT",
116
+ "DELETE": "DELETE",
117
+ "HEAD": "HEAD",
118
+ "None": "Aucun",
119
+ "JSON": "JSON",
120
+ "Form Data": "Données du formulaire",
121
+ "Raw": "Brut"
122
+ }
@@ -0,0 +1,122 @@
1
+ {
2
+ "Convert HTML or a URL to PDF, capture screenshots, and generate EU e-invoices (Factur-X / ZUGFeRD).": "Convert HTML or a URL to PDF, capture screenshots, and generate EU e-invoices (Factur-X / ZUGFeRD).",
3
+ "API Key": "API キー",
4
+ "Sandbox": "Sandbox",
5
+ "Your PolyDoc API key from dashboard.polydoc.tech.": "Your PolyDoc API key from dashboard.polydoc.tech.",
6
+ "Use sandbox quota (watermarked output).": "Use sandbox quota (watermarked output).",
7
+ "Get an API key from the PolyDoc dashboard (dashboard.polydoc.tech, API Keys). It is sent as Authorization: Bearer <key>.\n\nTurn on **Sandbox** to test against sandbox quota (output is watermarked). Leave it off for production conversions.": "Get an API key from the PolyDoc dashboard (dashboard.polydoc.tech, API Keys). It is sent as Authorization: Bearer <key>.\n\nTurn on **Sandbox** to test against sandbox quota (output is watermarked). Leave it off for production conversions.",
8
+ "Convert to PDF": "Convert to PDF",
9
+ "Capture Screenshot": "Capture Screenshot",
10
+ "Generate E-Invoice": "Generate E-Invoice",
11
+ "Custom API Call": "カスタムAPI呼び出し",
12
+ "Convert HTML, a URL, or a saved template to a PDF.": "Convert HTML, a URL, or a saved template to a PDF.",
13
+ "Capture a screenshot of a URL, inline HTML, or a saved template.": "Capture a screenshot of a URL, inline HTML, or a saved template.",
14
+ "Generate a hybrid e-invoice PDF (Factur-X / ZUGFeRD, EN 16931) from a visual layout plus structured invoice data.": "Generate a hybrid e-invoice PDF (Factur-X / ZUGFeRD, EN 16931) from a visual layout plus structured invoice data.",
15
+ "Make a custom API call to a specific endpoint": "特定のエンドポイントへのカスタム API コールを実行します。",
16
+ "Source Type": "Source Type",
17
+ "Source": "ソース",
18
+ "Template Data": "テンプレートデータ",
19
+ "Page Format": "Page Format",
20
+ "Landscape": "Landscape",
21
+ "Print Background": "Print Background",
22
+ "Scale": "Scale",
23
+ "Page Ranges": "Page Ranges",
24
+ "Outline (Bookmarks)": "Outline (Bookmarks)",
25
+ "Tagged (Accessible)": "Tagged (Accessible)",
26
+ "Margin Top": "Margin Top",
27
+ "Margin Right": "Margin Right",
28
+ "Margin Bottom": "Margin Bottom",
29
+ "Margin Left": "Margin Left",
30
+ "Delivery": "Delivery",
31
+ "Presigned URL": "Presigned URL",
32
+ "Webhook URL": "Webhook URL",
33
+ "Webhook Options": "Webhook Options",
34
+ "Filename": "ファイル名",
35
+ "Tag": "タグ",
36
+ "Timeout (ms)": "Timeout (ms)",
37
+ "Advanced (JSON)": "Advanced (JSON)",
38
+ "Image Type": "Image Type",
39
+ "Full Page": "Full Page",
40
+ "Quality": "品質",
41
+ "Viewport Width": "Viewport Width",
42
+ "Viewport Height": "Viewport Height",
43
+ "Device Pixel Ratio": "Device Pixel Ratio",
44
+ "Output": "Output",
45
+ "Standard": "標準",
46
+ "Profile": "Profile",
47
+ "Invoice Data": "Invoice Data",
48
+ "Verify": "Verify",
49
+ "Method": "方法",
50
+ "Headers": "ヘッダー",
51
+ "Query Parameters": "クエリパラメータ",
52
+ "Body Type": "ボディタイプ",
53
+ "Body": "本文",
54
+ "Response is Binary ?": "応答はバイナリですか?",
55
+ "No Error on Failure": "失敗時にエラーはありません",
56
+ "Timeout (in seconds)": "タイムアウト(秒)",
57
+ "Follow redirects": "リダイレクトをフォローする",
58
+ "Where the content comes from": "Where the content comes from",
59
+ "The URL, inline HTML, or saved template ID, matching the Source Type above.": "The URL, inline HTML, or saved template ID, matching the Source Type above.",
60
+ "Data passed to the Liquid template renderer (used only when Source Type is Template).": "Data passed to the Liquid template renderer (used only when Source Type is Template).",
61
+ "Print background graphics and colors.": "Print background graphics and colors.",
62
+ "Render scale (0.1 to 2).": "Render scale (0.1 to 2).",
63
+ "Pages to include, e.g. \"1-5, 8\". Empty means all pages.": "Pages to include, e.g. \"1-5, 8\". Empty means all pages.",
64
+ "Generate PDF bookmarks from HTML headings.": "Generate PDF bookmarks from HTML headings.",
65
+ "Produce a tagged, accessible PDF.": "Produce a tagged, accessible PDF.",
66
+ "Top margin with optional unit, e.g. 10mm, 1cm, 0.5in.": "Top margin with optional unit, e.g. 10mm, 1cm, 0.5in.",
67
+ "How the generated file is returned": "How the generated file is returned",
68
+ "HTTP PUT presigned URL from your storage provider (required for Cloud Storage delivery).": "HTTP PUT presigned URL from your storage provider (required for Cloud Storage delivery).",
69
+ "URL the generated file is delivered to (required for Webhook delivery).": "URL the generated file is delivered to (required for Webhook delivery).",
70
+ "Extra webhook settings merged with the URL: async, method, headers, retries, retryDelay, timeout.": "Extra webhook settings merged with the URL: async, method, headers, retries, retryDelay, timeout.",
71
+ "Output filename (overrides the default).": "Output filename (overrides the default).",
72
+ "Label for logging and analytics (max 30 characters).": "Label for logging and analytics (max 30 characters).",
73
+ "Conversion timeout in milliseconds.": "Conversion timeout in milliseconds.",
74
+ "Raw fields deep-merged into the request body for any API option not exposed above (e.g. pdf.watermark, pdf.pdfa, render, request).": "Raw fields deep-merged into the request body for any API option not exposed above (e.g. pdf.watermark, pdf.pdfa, render, request).",
75
+ "Capture the entire scrollable page.": "Capture the entire scrollable page.",
76
+ "Compression quality for JPEG/WebP (0 to 100).": "Compression quality for JPEG/WebP (0 to 100).",
77
+ "Viewport width in CSS pixels.": "Viewport width in CSS pixels.",
78
+ "Viewport height in CSS pixels.": "Viewport height in CSS pixels.",
79
+ "Device pixel ratio, e.g. 2 for retina (0 to 10).": "Device pixel ratio, e.g. 2 for retina (0 to 10).",
80
+ "Return the image as a file (default) or as a base64 string.": "Return the image as a file (default) or as a base64 string.",
81
+ "The hybrid e-invoice standard to embed.": "The hybrid e-invoice standard to embed.",
82
+ "The data granularity profile to validate against.": "The data granularity profile to validate against.",
83
+ "Structured invoice data: number, dates, currency, seller, buyer, lines, totals. EN 16931 needs payment terms (or due date), seller taxId for VAT category S, and consistent totals. See docs.polydoc.tech.": "Structured invoice data: number, dates, currency, seller, buyer, lines, totals. EN 16931 needs payment terms (or due date), seller taxId for VAT category S, and consistent totals. See docs.polydoc.tech.",
84
+ "Validate PDF/A and e-invoice compliance (returns an error if it fails).": "Validate PDF/A and e-invoice compliance (returns an error if it fails).",
85
+ "Authorization headers are injected automatically from your connection.": "認証ヘッダは接続から自動的に注入されます。",
86
+ "Enable for files like PDFs, images, etc.": "PDF、画像などのファイルを有効にする",
87
+ "URL (render a web page)": "URL (render a web page)",
88
+ "HTML (render an inline HTML string)": "HTML (render an inline HTML string)",
89
+ "Template (render a saved PolyDoc template by ID)": "Template (render a saved PolyDoc template by ID)",
90
+ "A3": "A3",
91
+ "A4": "A4",
92
+ "A5": "A5",
93
+ "Ledger": "Ledger",
94
+ "Legal": "Legal",
95
+ "Letter": "Letter",
96
+ "Tabloid": "Tabloid",
97
+ "Download (return the file)": "Download (return the file)",
98
+ "Cloud Storage (upload to a presigned URL)": "Cloud Storage (upload to a presigned URL)",
99
+ "Webhook (deliver the file to a URL)": "Webhook (deliver the file to a URL)",
100
+ "png": "png",
101
+ "jpeg": "jpeg",
102
+ "webp": "webp",
103
+ "Binary file (write the image to a file)": "Binary file (write the image to a file)",
104
+ "Base64 (return the image as a base64 string)": "Base64 (return the image as a base64 string)",
105
+ "ZUGFeRD (Germany / EU)": "ZUGFeRD (Germany / EU)",
106
+ "Factur-X (France / EU)": "Factur-X (France / EU)",
107
+ "minimum": "minimum",
108
+ "basicwl": "basicwl",
109
+ "basic": "basic",
110
+ "en16931": "en16931",
111
+ "extended": "extended",
112
+ "GET": "GET",
113
+ "POST": "POST",
114
+ "PATCH": "PATCH",
115
+ "PUT": "PUT",
116
+ "DELETE": "DELETE",
117
+ "HEAD": "HEAD",
118
+ "None": "なし",
119
+ "JSON": "JSON",
120
+ "Form Data": "フォームデータ",
121
+ "Raw": "Raw"
122
+ }