@activepieces/piece-carbone 0.0.1 → 0.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +24 -5
- package/src/i18n/de.json +107 -0
- package/src/i18n/es.json +107 -0
- package/src/i18n/fr.json +107 -0
- package/src/i18n/ja.json +107 -0
- package/src/i18n/nl.json +107 -0
- package/src/i18n/pt.json +107 -0
- package/src/i18n/zh.json +107 -0
package/package.json
CHANGED
|
@@ -1,15 +1,34 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@activepieces/piece-carbone",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.2",
|
|
4
4
|
"type": "commonjs",
|
|
5
5
|
"main": "./src/index.js",
|
|
6
6
|
"types": "./src/index.d.ts",
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@activepieces/pieces-common": "0.12.0",
|
|
9
|
-
"@activepieces/pieces-framework": "0.26.0",
|
|
10
|
-
"@activepieces/shared": "0.46.0",
|
|
11
8
|
"form-data": "4.0.4",
|
|
12
|
-
"tslib": "2.6.2"
|
|
9
|
+
"tslib": "2.6.2",
|
|
10
|
+
"asynckit": "0.4.0",
|
|
11
|
+
"combined-stream": "1.0.8",
|
|
12
|
+
"es-set-tostringtag": "2.1.0",
|
|
13
|
+
"hasown": "2.0.2",
|
|
14
|
+
"mime-types": "2.1.35",
|
|
15
|
+
"delayed-stream": "1.0.0",
|
|
16
|
+
"es-errors": "1.3.0",
|
|
17
|
+
"get-intrinsic": "1.3.0",
|
|
18
|
+
"has-tostringtag": "1.0.2",
|
|
19
|
+
"function-bind": "1.1.2",
|
|
20
|
+
"mime-db": "1.52.0",
|
|
21
|
+
"call-bind-apply-helpers": "1.0.2",
|
|
22
|
+
"es-define-property": "1.0.1",
|
|
23
|
+
"es-object-atoms": "1.1.1",
|
|
24
|
+
"get-proto": "1.0.1",
|
|
25
|
+
"gopd": "1.2.0",
|
|
26
|
+
"has-symbols": "1.1.0",
|
|
27
|
+
"math-intrinsics": "1.1.0",
|
|
28
|
+
"dunder-proto": "1.0.1",
|
|
29
|
+
"@activepieces/pieces-common": "0.12.1",
|
|
30
|
+
"@activepieces/pieces-framework": "0.26.2",
|
|
31
|
+
"@activepieces/shared": "0.57.2"
|
|
13
32
|
},
|
|
14
33
|
"scripts": {
|
|
15
34
|
"build": "tsc -p tsconfig.lib.json && cp package.json dist/",
|
package/src/i18n/de.json
ADDED
|
@@ -0,0 +1,107 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Generate documents (PDF, DOCX, XLSX, ODS, and more) from templates and JSON data using the Carbone report generator.": "Generieren Sie Dokumente (PDF, DOCX, XLSX, ODS und mehr) aus Vorlagen und JSON-Daten mit dem Carbone-Reportgenerator.",
|
|
3
|
+
"\nTo get your Carbone API key:\n1. Log in to your [Carbone account](https://account.carbone.io/)\n2. Navigate to **API keys** in your account settings.\n3. Create or copy your API key.\n": "\nUm Ihren Carbone-API-Schlüssel zu erhalten:\n1. Melden Sie sich bei Ihrem [Carbone-Konto](https://account.carbone.io/)\n2. Navigieren Sie zu **API-Schlüsseln** in Ihren Kontoeinstellungen.\n3. Erstellen oder kopieren Sie Ihren API-Schlüssel.\n",
|
|
4
|
+
"Render Document": "Dokument rendern",
|
|
5
|
+
"Upload Template": "Vorlage hochladen",
|
|
6
|
+
"Delete Template": "Vorlage löschen",
|
|
7
|
+
"Update Template Metadata": "Metadaten der Vorlage aktualisieren",
|
|
8
|
+
"List Templates": "Listenvorlagen",
|
|
9
|
+
"List Categories": "Kategorien auflisten",
|
|
10
|
+
"List Tags": "Listen-Tags",
|
|
11
|
+
"Custom API Call": "Eigener API-Aufruf",
|
|
12
|
+
"Render a Carbone template with JSON data and download the generated document.": "Rendern Sie eine Carbone-Vorlage mit JSON-Daten und laden Sie das generierte Dokument herunter.",
|
|
13
|
+
"Upload a template file to Carbone and get a template ID for rendering.": "Laden Sie eine Vorlagen-Datei zu Carbone hoch und erhalten Sie eine Vorlagen-ID für die Rendering.",
|
|
14
|
+
"Delete a Carbone template by its ID.": "Lösche eine Carbone-Vorlage durch ihre ID.",
|
|
15
|
+
"Update the metadata of an existing Carbone template.": "Metadaten einer vorhandenen Carbone-Vorlage aktualisieren.",
|
|
16
|
+
"Retrieve a list of deployed Carbone templates with filtering and pagination.": "Rufen Sie eine Liste der eingesetzten Carbone-Vorlagen mit Filterung und Paginierung ab.",
|
|
17
|
+
"List all categories used to organize your Carbone templates.": "Listet alle Kategorien auf, die zur Organisation Ihrer Carbone-Vorlagen verwendet werden.",
|
|
18
|
+
"List all tags used to organize your Carbone templates.": "Listet alle Tags auf, die verwendet werden, um Ihre Carbone-Vorlagen zu organisieren.",
|
|
19
|
+
"Make a custom API call to a specific endpoint": "Einen benutzerdefinierten API-Aufruf an einen bestimmten Endpunkt machen",
|
|
20
|
+
"Template ID": "Template-ID",
|
|
21
|
+
"Data (JSON)": "Daten (JSON)",
|
|
22
|
+
"Convert To (optional)": "Konvertiere in (optional)",
|
|
23
|
+
"Language (optional)": "Sprache (optional)",
|
|
24
|
+
"PDF Converter (optional)": "PDF Converter (optional)",
|
|
25
|
+
"Timezone (optional)": "Zeitzone (optional)",
|
|
26
|
+
"Report Name (optional)": "Name des Berichts (optional)",
|
|
27
|
+
"Complement Data (optional)": "Ergänzungsdaten (optional)",
|
|
28
|
+
"Currency Source (optional)": "Währungsquelle (optional)",
|
|
29
|
+
"Currency Target (optional)": "Währungsziel (optional)",
|
|
30
|
+
"Currency Rates (optional)": "Währungskurse (optional)",
|
|
31
|
+
"Template File": "Vorlagendatei",
|
|
32
|
+
"Filename": "Dateiname",
|
|
33
|
+
"Enable Versioning (optional)": "Versionierung aktivieren (optional)",
|
|
34
|
+
"Existing Template ID (optional)": "Vorhandene Template-ID (optional)",
|
|
35
|
+
"Template Name (optional)": "Vorlagenname (optional)",
|
|
36
|
+
"Comment (optional)": "Kommentar (optional)",
|
|
37
|
+
"Category (optional)": "Kategorie (optional)",
|
|
38
|
+
"Tags (optional)": "Tags (optional)",
|
|
39
|
+
"Template ID or Version ID": "Template-ID oder Versionsnummer",
|
|
40
|
+
"Deployed At (optional)": "Ausgestellt am (optional)",
|
|
41
|
+
"Expire At (optional)": "Verfällt am (optional)",
|
|
42
|
+
"Template ID Filter (optional)": "Template ID-Filter (optional)",
|
|
43
|
+
"Version ID Filter (optional)": "Versions-ID-Filter (optional)",
|
|
44
|
+
"Category Filter (optional)": "Kategorie-Filter (optional)",
|
|
45
|
+
"Search (optional)": "Suche (optional)",
|
|
46
|
+
"Include All Versions": "Alle Versionen einbeziehen",
|
|
47
|
+
"Limit (optional)": "Limit (optional)",
|
|
48
|
+
"Cursor (optional)": "Cursor (optional)",
|
|
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
|
+
"Select a template to render.": "Wählen Sie eine Vorlage zum Rendern aus.",
|
|
59
|
+
"JSON object containing the data to inject into the template. Keys must match the `{d.variableName}` placeholders in your template.": "JSON-Objekt, das die Daten enthält, die in das Template eingefügt werden sollen. Schlüssel müssen mit den Platzhaltern `{d.variableName}` in Ihrem Template übereinstimmen.",
|
|
60
|
+
"Output format (e.g. `pdf`, `xlsx`, `csv`, `docx`). For PDF, you can also use advanced options via JSON like `{\"formatName\":\"pdf\",\"formatOptions\":{\"Watermark\":\"Confidential\"}}`.": "Ausgabeformat (z.B. `pdf`, `xlsx`, `csv`, `docx`). Für PDF können Sie auch erweiterte Optionen via JSON wie `{\"formatName\":\"pdf\",\"formatOptions\":{\"Watermark\":\"Vertraulichkeit\"}}` verwenden.",
|
|
61
|
+
"Locale for number/date formatting (e.g. `en-us`, `fr-fr`, `de-de`). Defaults to `en-us`.": "Sprache für Nummern/Datumsformatierung (z.B. `en-us`, `fr-fr`, `de-de`). Standard ist `de-us`.",
|
|
62
|
+
"PDF converter engine: **L** (LibreOffice, default - best balance), **O** (OnlyOffice - ideal for DOCX/XLSX/PPTX), **C** (Chromium - high-fidelity HTML-to-PDF). Only applies when convertTo is \"pdf\" or an object with formatName \"pdf\".": "PDF Konverter-Engine **L** (LibreOffice, default - best balance), **O** (OnlyOffice - ideal für DOCX/XLSX/PPTX), **C** (Chromium - high-fidelity HTML-to-PDF). Gilt nur, wenn convertTo \"pdf\" oder ein Objekt mit formatName \"pdf\" ist.",
|
|
63
|
+
"Timezone for date formatting (e.g. `Europe/Paris`, `America/New_York`). Defaults to UTC.": "Zeitzone für Datumsformatierung (z.B. `Europe/Paris`, `America/New_York`). Standard ist UTC.",
|
|
64
|
+
"Custom filename for the generated document. Can use template variables like `{d.date}`. Returned in Content-Disposition header.": "Benutzerdefinierter Dateiname für das generierte Dokument. Kann Template-Variablen wie `{d.date}` verwenden. Wird im Inhaltsdispositions-Header zurückgegeben.",
|
|
65
|
+
"Extra data object merged into template with tags `{c.}` (complement prefix).": "Extra Datenobjekt wurde mit den Tags `{c.}` zusammengeführt (Ergänzungspräfix).",
|
|
66
|
+
"Source currency code (e.g. `EUR`) for currency conversion. Use with Currency Target and Currency Rates.": "Quellwährungscode (z.B. `EUR`) zur Währungsumrechnung. Verwende mit Währungsziel- und Währungskursen.",
|
|
67
|
+
"Target currency code (e.g. `USD`) for currency conversion. Used by formatC formatter.": "Zielwährungscode (z.B. `USD`) für Währungsumrechnung. Wird vom Formatierer benutzt.",
|
|
68
|
+
"Exchange rates object for currency conversion. Example: `{\"EUR\": 1, \"USD\": 1.14}`.": "Wechselkurs Objekt für Währungsumrechnung. Beispiel: `{\"EUR\": 1, \"USD\": 1.14}`.",
|
|
69
|
+
"Supported formats: DOCX, XLSX, ODS, ODT, PPTX, CSV, HTML.": "Unterstützte Formate: DOCX, XLSX, ODS, ODT, PPTX, CSV, HTML.",
|
|
70
|
+
"The filename including extension (e.g. `invoice-template.docx`). The extension determines the output format.": "Der Dateiname mit Endung (z.B. `invoice-template.docx`). Die Endung bestimmt das Ausgabeformat.",
|
|
71
|
+
"If enabled (default), creates a template ID that can hold multiple versions. If disabled, creates a standalone template (legacy mode).": "Wenn aktiviert (Standard), erstellt eine Template-ID, die mehrere Versionen enthalten kann. Wenn deaktiviert, erstellt eine Standalone-Vorlage (Altmodus).",
|
|
72
|
+
"If provided, adds this upload as a new version to an existing template ID. Only works when versioning is enabled.": "Wenn vorhanden, fügt dieser Upload als neue Version einer existierenden Template-ID hinzu. Funktioniert nur, wenn die Versionierung aktiviert ist.",
|
|
73
|
+
"Friendly name for the template.": "Freundlicher Name für das Template.",
|
|
74
|
+
"Description or notes about the template.": "Beschreibung oder Notizen über das Template.",
|
|
75
|
+
"Category/folder to organize templates (e.g. \"invoices\", \"contracts\").": "Kategorie/Ordner zum Organisieren von Vorlagen (z.B. \"Rechnungen\", \"Verträge\").",
|
|
76
|
+
"Tags to categorize the template (e.g. \"v1\", \"2024\").": "Tags zur Kategorisierung der Vorlage (z.B. \"v1\", \"2024\").",
|
|
77
|
+
"Select a template to delete.": "Wählen Sie eine zu löschende Vorlage aus.",
|
|
78
|
+
"Select a template to update.": "Wählen Sie eine zu aktualisierende Vorlage aus.",
|
|
79
|
+
"New name for the template.": "Neuer Name für das Template.",
|
|
80
|
+
"New comment/description for the template.": "Neuer Kommentar/Beschreibung für das Template.",
|
|
81
|
+
"New category for the template.": "Neue Kategorie für das Template.",
|
|
82
|
+
"Replace tags with a new list.": "Tags durch eine neue Liste ersetzen.",
|
|
83
|
+
"UTC Unix timestamp for when this version should be considered deployed. Values >= 42000000000 (year 3300) = \"NOW\". Used to determine active version.": "UTC Unix Timestamp für den Zeitpunkt der Bereitstellung dieser Version. Werte >= 42000000000 (Jahr 3300) = \"NOW\". Wird verwendet, um die aktive Version zu ermitteln.",
|
|
84
|
+
"UTC Unix timestamp for when to delete the template. Values >= 42000000000 (year 3300) = \"now\". This effectively schedules deletion.": "UTC Unix Zeitstempel für das Löschen der Vorlage. Werte >= 42000000000 (Jahr 3300) = \"Jetzt\". Dies wird effektiv gelöscht.",
|
|
85
|
+
"Filter by specific Template ID (64-bit format). Exact match.": "Nach spezifischer Template-ID filtern (64-bit-Format). Exakte Übereinstimmung.",
|
|
86
|
+
"Filter by specific Version ID (SHA256 format). Exact match.": "Filtern nach spezifischer Versionsnummer (SHA256-Format). Genaue Übereinstimmung.",
|
|
87
|
+
"Filter by category name.": "Nach Kategorienamen filtern.",
|
|
88
|
+
"Fuzzy search in template name, or exact match for ID/Version ID.": "Unscharfe Suche im Vorlagennamen, oder exakte Übereinstimmung mit ID/Version ID.",
|
|
89
|
+
"If checked, returns all versions for a specific template ID (when ID filter is provided).": "Wenn aktiviert, gibt alle Versionen für eine bestimmte Template-ID zurück (wenn ein ID-Filter angegeben wird).",
|
|
90
|
+
"Maximum number of templates to return. Default is 100.": "Maximale Anzahl der zurückzugebenden Vorlagen. Standard ist 100.",
|
|
91
|
+
"Pagination cursor for fetching the next set of results.": "Cursor für die Paginierung zum Abrufen der nächsten Ergebnismenge.",
|
|
92
|
+
"Authorization headers are injected automatically from your connection.": "Autorisierungs-Header werden automatisch von Ihrer Verbindung injiziert.",
|
|
93
|
+
"Enable for files like PDFs, images, etc.": "Aktivieren für Dateien wie PDFs, Bilder usw.",
|
|
94
|
+
"LibreOffice (L) - Default": "LibreOffice (L) - Standard",
|
|
95
|
+
"OnlyOffice (O) - Office docs": "Nur Office (O) - Bürodokumente",
|
|
96
|
+
"Chromium (C) - HTML-to-PDF": "Chromium (C) - HTML-to-PDF",
|
|
97
|
+
"GET": "ERHALTEN",
|
|
98
|
+
"POST": "POST",
|
|
99
|
+
"PATCH": "PATCH",
|
|
100
|
+
"PUT": "PUT",
|
|
101
|
+
"DELETE": "LÖSCHEN",
|
|
102
|
+
"HEAD": "HEAD",
|
|
103
|
+
"None": "Keine",
|
|
104
|
+
"JSON": "JSON",
|
|
105
|
+
"Form Data": "Formulardaten",
|
|
106
|
+
"Raw": "Rohe"
|
|
107
|
+
}
|
package/src/i18n/es.json
ADDED
|
@@ -0,0 +1,107 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Generate documents (PDF, DOCX, XLSX, ODS, and more) from templates and JSON data using the Carbone report generator.": "Generar documentos (PDF, DOCX, XLSX, ODS, y más) a partir de plantillas y datos JSON usando el generador de informes Carbone.",
|
|
3
|
+
"\nTo get your Carbone API key:\n1. Log in to your [Carbone account](https://account.carbone.io/)\n2. Navigate to **API keys** in your account settings.\n3. Create or copy your API key.\n": "\nTo get your Carbone API key:\n1. Log in to your [Carbone account](https://account.carbone.io/)\n2. Navigate to **API keys** in your account settings.\n3. Create or copy your API key.\n",
|
|
4
|
+
"Render Document": "Procesar documento",
|
|
5
|
+
"Upload Template": "Subir Plantilla",
|
|
6
|
+
"Delete Template": "Eliminar Plantilla",
|
|
7
|
+
"Update Template Metadata": "Actualizar metadatos de plantilla",
|
|
8
|
+
"List Templates": "Lista de plantillas",
|
|
9
|
+
"List Categories": "Listar categorías",
|
|
10
|
+
"List Tags": "Listar etiquetas",
|
|
11
|
+
"Custom API Call": "Llamada API personalizada",
|
|
12
|
+
"Render a Carbone template with JSON data and download the generated document.": "Procesar una plantilla Carbone con datos JSON y descargar el documento generado.",
|
|
13
|
+
"Upload a template file to Carbone and get a template ID for rendering.": "Subir un archivo de plantilla a Carbone y obtener un ID de plantilla para renderizar.",
|
|
14
|
+
"Delete a Carbone template by its ID.": "Eliminar una plantilla Carbone por su ID.",
|
|
15
|
+
"Update the metadata of an existing Carbone template.": "Actualizar los metadatos de una plantilla de Carbone existente.",
|
|
16
|
+
"Retrieve a list of deployed Carbone templates with filtering and pagination.": "Recuperar una lista de plantillas de Carbone desplegadas con filtrado y paginación.",
|
|
17
|
+
"List all categories used to organize your Carbone templates.": "Listar todas las categorías utilizadas para organizar sus plantillas Carbone.",
|
|
18
|
+
"List all tags used to organize your Carbone templates.": "Listar todas las etiquetas utilizadas para organizar sus plantillas Carbone.",
|
|
19
|
+
"Make a custom API call to a specific endpoint": "Hacer una llamada API personalizada a un extremo específico",
|
|
20
|
+
"Template ID": "ID de plantilla",
|
|
21
|
+
"Data (JSON)": "Datos (JSON)",
|
|
22
|
+
"Convert To (optional)": "Convertir a (opcional)",
|
|
23
|
+
"Language (optional)": "Idioma (opcional)",
|
|
24
|
+
"PDF Converter (optional)": "PDF Converter (opcional)",
|
|
25
|
+
"Timezone (optional)": "Zona horaria (opcional)",
|
|
26
|
+
"Report Name (optional)": "Nombre del informe (opcional)",
|
|
27
|
+
"Complement Data (optional)": "Datos de Complemento (opcional)",
|
|
28
|
+
"Currency Source (optional)": "Fuente de moneda (opcional)",
|
|
29
|
+
"Currency Target (optional)": "Objetivo de moneda (opcional)",
|
|
30
|
+
"Currency Rates (optional)": "Tipos de moneda (opcional)",
|
|
31
|
+
"Template File": "Archivo de plantilla",
|
|
32
|
+
"Filename": "Nombre de archivo",
|
|
33
|
+
"Enable Versioning (optional)": "Activar Versionado (opcional)",
|
|
34
|
+
"Existing Template ID (optional)": "ID de plantilla existente (opcional)",
|
|
35
|
+
"Template Name (optional)": "Nombre de plantilla (opcional)",
|
|
36
|
+
"Comment (optional)": "Comentario (opcional)",
|
|
37
|
+
"Category (optional)": "Categoría (opcional)",
|
|
38
|
+
"Tags (optional)": "Etiquetas (opcional)",
|
|
39
|
+
"Template ID or Version ID": "ID de plantilla o ID de versión",
|
|
40
|
+
"Deployed At (optional)": "Desplegado en (opcional)",
|
|
41
|
+
"Expire At (optional)": "Caduca en (opcional)",
|
|
42
|
+
"Template ID Filter (optional)": "Filtro de ID de plantilla (opcional)",
|
|
43
|
+
"Version ID Filter (optional)": "Filtro de ID de versión (opcional)",
|
|
44
|
+
"Category Filter (optional)": "Filtro de categoría (opcional)",
|
|
45
|
+
"Search (optional)": "Búsqueda (opcional)",
|
|
46
|
+
"Include All Versions": "Incluye todas las versiones",
|
|
47
|
+
"Limit (optional)": "Límite (opcional)",
|
|
48
|
+
"Cursor (optional)": "Cursor (opcional)",
|
|
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
|
+
"Select a template to render.": "Seleccione una plantilla para renderizar.",
|
|
59
|
+
"JSON object containing the data to inject into the template. Keys must match the `{d.variableName}` placeholders in your template.": "El objeto JSON contiene los datos a inyectar en la plantilla. Las claves deben coincidir con los marcadores de posición{d.variableName}en su plantilla.",
|
|
60
|
+
"Output format (e.g. `pdf`, `xlsx`, `csv`, `docx`). For PDF, you can also use advanced options via JSON like `{\"formatName\":\"pdf\",\"formatOptions\":{\"Watermark\":\"Confidential\"}}`.": "Formato de salida (por ejemplo, `pdf`, `xlsx`, `csv`, `docx`). Para PDF, también puedes usar opciones avanzadas a través de JSON como `{\"formatName\":\"pdf\",\"formatOptions\":{\"Watermark\":\"Confidential\"}}`.",
|
|
61
|
+
"Locale for number/date formatting (e.g. `en-us`, `fr-fr`, `de-de`). Defaults to `en-us`.": "Locale para el formato de número/fecha (por ejemplo, `en-us`, `fr-fr`, `de-de`). Por defecto es `en-us`.",
|
|
62
|
+
"PDF converter engine: **L** (LibreOffice, default - best balance), **O** (OnlyOffice - ideal for DOCX/XLSX/PPTX), **C** (Chromium - high-fidelity HTML-to-PDF). Only applies when convertTo is \"pdf\" or an object with formatName \"pdf\".": "Motor converter PDF: **L** (LibreOffice, default - best balance), **O** (OnlyOffice - ideal para DOCX/XLSX/PPTX), **C** (Chromium - high-fidelity HTML-to-PDF). Sólo se aplica cuando convertTo es \"pdf\" o un objeto con formatName \"pdf\".",
|
|
63
|
+
"Timezone for date formatting (e.g. `Europe/Paris`, `America/New_York`). Defaults to UTC.": "Zona horaria para el formato de fecha (ej: `Europe/Paris`, `America/New_.Uk`). Por defecto es UTC.",
|
|
64
|
+
"Custom filename for the generated document. Can use template variables like `{d.date}`. Returned in Content-Disposition header.": "Nombre de archivo personalizado para el documento generado. Puede usar variables de plantilla como `{d.date}`. Devuelto en la cabecera de Disposición.",
|
|
65
|
+
"Extra data object merged into template with tags `{c.}` (complement prefix).": "Objeto de datos extra fusionado en plantilla con etiquetas `{c.}` (prefijo de complemento).",
|
|
66
|
+
"Source currency code (e.g. `EUR`) for currency conversion. Use with Currency Target and Currency Rates.": "Código de moneda de origen (por ejemplo, `is`) para la conversión de moneda. Usar con destino de moneda y tipos de divisa.",
|
|
67
|
+
"Target currency code (e.g. `USD`) for currency conversion. Used by formatC formatter.": "Código de moneda de destino (por ejemplo, `USD`) para la conversión de moneda. Utilizado por el formato de formato C.",
|
|
68
|
+
"Exchange rates object for currency conversion. Example: `{\"EUR\": 1, \"USD\": 1.14}`.": "Objeto de tipos de cambio para la conversión de divisas. Ejemplo: `{\"► \": 1, \"USD\": 1.14}`.",
|
|
69
|
+
"Supported formats: DOCX, XLSX, ODS, ODT, PPTX, CSV, HTML.": "Formatos soportados: DOCX, XLSX, ODS, ODT, PPTX, CSV, HTML.",
|
|
70
|
+
"The filename including extension (e.g. `invoice-template.docx`). The extension determines the output format.": "El nombre del archivo incluyendo extensión (por ejemplo, `invoice-template.docx`). La extensión determina el formato de salida.",
|
|
71
|
+
"If enabled (default), creates a template ID that can hold multiple versions. If disabled, creates a standalone template (legacy mode).": "Si está habilitado (por defecto), crea un ID de plantilla que puede contener varias versiones. Si está desactivado, crea una plantilla independiente (modo antiguo).",
|
|
72
|
+
"If provided, adds this upload as a new version to an existing template ID. Only works when versioning is enabled.": "Si se proporciona, añade esta carga como una nueva versión a una plantilla de ID existente. Sólo funciona cuando el versionado está habilitado.",
|
|
73
|
+
"Friendly name for the template.": "Nombre amigable para la plantilla.",
|
|
74
|
+
"Description or notes about the template.": "Descripción o notas sobre la plantilla.",
|
|
75
|
+
"Category/folder to organize templates (e.g. \"invoices\", \"contracts\").": "Categoría/carpeta para organizar plantillas (por ejemplo, \"facturas\", \"contratos\").",
|
|
76
|
+
"Tags to categorize the template (e.g. \"v1\", \"2024\").": "Etiquetas para categorizar la plantilla (por ejemplo, \"v1\", \"2024\").",
|
|
77
|
+
"Select a template to delete.": "Seleccione una plantilla para eliminar.",
|
|
78
|
+
"Select a template to update.": "Seleccione una plantilla para actualizar.",
|
|
79
|
+
"New name for the template.": "Nuevo nombre para la plantilla.",
|
|
80
|
+
"New comment/description for the template.": "Nuevo comentario/descripción para la plantilla.",
|
|
81
|
+
"New category for the template.": "Nueva categoría para la plantilla.",
|
|
82
|
+
"Replace tags with a new list.": "Reemplazar etiquetas con una lista nueva.",
|
|
83
|
+
"UTC Unix timestamp for when this version should be considered deployed. Values >= 42000000000 (year 3300) = \"NOW\". Used to determine active version.": "UTC Unix marca de tiempo para cuando esta versión debe considerarse desplegada. Valores >= 42000000000 (año 3300) = \"AHORA\". Utilizado para determinar la versión activa.",
|
|
84
|
+
"UTC Unix timestamp for when to delete the template. Values >= 42000000000 (year 3300) = \"now\". This effectively schedules deletion.": "UTC Unix marca de tiempo para cuándo eliminar la plantilla. Valores >= 4200000000000 (año 3300) = \"ahora\". Esto efectivamente planifica la eliminación.",
|
|
85
|
+
"Filter by specific Template ID (64-bit format). Exact match.": "Filtrar por ID de plantilla específica (formato de 64 bits). Coincidencia exacta.",
|
|
86
|
+
"Filter by specific Version ID (SHA256 format). Exact match.": "Filtrar por un ID de versión específico (formato SHA256). Coincidencia exacta.",
|
|
87
|
+
"Filter by category name.": "Filtrar por nombre de categoría.",
|
|
88
|
+
"Fuzzy search in template name, or exact match for ID/Version ID.": "Buscar en el nombre de la plantilla, o coincidir exactamente con el ID o el ID de la versión.",
|
|
89
|
+
"If checked, returns all versions for a specific template ID (when ID filter is provided).": "Si está marcado, devuelve todas las versiones de un ID de plantilla específico (cuando se proporciona un filtro de ID).",
|
|
90
|
+
"Maximum number of templates to return. Default is 100.": "Número máximo de plantillas a retornar. Por defecto es 100.",
|
|
91
|
+
"Pagination cursor for fetching the next set of results.": "cursor de paginación para obtener el siguiente conjunto de resultados.",
|
|
92
|
+
"Authorization headers are injected automatically from your connection.": "Las cabeceras de autorización se inyectan automáticamente desde tu conexión.",
|
|
93
|
+
"Enable for files like PDFs, images, etc.": "Activar para archivos como PDFs, imágenes, etc.",
|
|
94
|
+
"LibreOffice (L) - Default": "LibreOffice (L) - Por defecto",
|
|
95
|
+
"OnlyOffice (O) - Office docs": "Oficina (✫ - Documentos de oficina",
|
|
96
|
+
"Chromium (C) - HTML-to-PDF": "Chromium (C) - HTML-to-PDF",
|
|
97
|
+
"GET": "RECOGER",
|
|
98
|
+
"POST": "POST",
|
|
99
|
+
"PATCH": "PATCH",
|
|
100
|
+
"PUT": "PUT",
|
|
101
|
+
"DELETE": "BORRAR",
|
|
102
|
+
"HEAD": "LIMPIO",
|
|
103
|
+
"None": "Ninguna",
|
|
104
|
+
"JSON": "JSON",
|
|
105
|
+
"Form Data": "Datos de Formulario",
|
|
106
|
+
"Raw": "Rápido"
|
|
107
|
+
}
|
package/src/i18n/fr.json
ADDED
|
@@ -0,0 +1,107 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Generate documents (PDF, DOCX, XLSX, ODS, and more) from templates and JSON data using the Carbone report generator.": "Générer des documents (PDF, DOCX, XLSX, ODS, etc.) à partir de modèles et de données JSON à l'aide du générateur de rapports Carbone.",
|
|
3
|
+
"\nTo get your Carbone API key:\n1. Log in to your [Carbone account](https://account.carbone.io/)\n2. Navigate to **API keys** in your account settings.\n3. Create or copy your API key.\n": "\nTo get your Carbone API key:\n1. Log in to your [Carbone account](https://account.carbone.io/)\n2. Navigate to **API keys** in your account settings.\n3. Create or copy your API key.\n",
|
|
4
|
+
"Render Document": "Rendu du document",
|
|
5
|
+
"Upload Template": "Télécharger le modèle",
|
|
6
|
+
"Delete Template": "Supprimer le modèle",
|
|
7
|
+
"Update Template Metadata": "Mettre à jour les métadonnées du modèle",
|
|
8
|
+
"List Templates": "Modèles de liste",
|
|
9
|
+
"List Categories": "Lister les catégories",
|
|
10
|
+
"List Tags": "Lister les tags",
|
|
11
|
+
"Custom API Call": "Appel d'API personnalisé",
|
|
12
|
+
"Render a Carbone template with JSON data and download the generated document.": "Renvoie un modèle Carbone avec des données JSON et téléchargez le document généré.",
|
|
13
|
+
"Upload a template file to Carbone and get a template ID for rendering.": "Télécharger un fichier de modèle sur Carbone et obtenir un ID de modèle pour le rendu.",
|
|
14
|
+
"Delete a Carbone template by its ID.": "Supprimer un modèle Carbone par son ID.",
|
|
15
|
+
"Update the metadata of an existing Carbone template.": "Mettre à jour les métadonnées d'un modèle Carbone existant.",
|
|
16
|
+
"Retrieve a list of deployed Carbone templates with filtering and pagination.": "Récupérer une liste de modèles Carbone déployés avec filtrage et pagination.",
|
|
17
|
+
"List all categories used to organize your Carbone templates.": "Lister toutes les catégories utilisées pour organiser vos modèles Carbone.",
|
|
18
|
+
"List all tags used to organize your Carbone templates.": "Lister tous les tags utilisés pour organiser vos modèles Carbone.",
|
|
19
|
+
"Make a custom API call to a specific endpoint": "Passer un appel API personnalisé à un endpoint spécifique",
|
|
20
|
+
"Template ID": "ID du modèle",
|
|
21
|
+
"Data (JSON)": "Données (JSON)",
|
|
22
|
+
"Convert To (optional)": "Convertir en (optionnel)",
|
|
23
|
+
"Language (optional)": "Langue (facultatif)",
|
|
24
|
+
"PDF Converter (optional)": "Convertisseur PDF (optionnel)",
|
|
25
|
+
"Timezone (optional)": "Fuseau horaire (optionnel)",
|
|
26
|
+
"Report Name (optional)": "Nom du rapport (optionnel)",
|
|
27
|
+
"Complement Data (optional)": "Compléter les données (facultatif)",
|
|
28
|
+
"Currency Source (optional)": "Source de la devise (optionnel)",
|
|
29
|
+
"Currency Target (optional)": "Cible de la devise (optionnel)",
|
|
30
|
+
"Currency Rates (optional)": "Taux de change (facultatif)",
|
|
31
|
+
"Template File": "Fichier de modèle",
|
|
32
|
+
"Filename": "Nom du fichier",
|
|
33
|
+
"Enable Versioning (optional)": "Activer le Versioning (optionnel)",
|
|
34
|
+
"Existing Template ID (optional)": "ID de modèle existant (facultatif)",
|
|
35
|
+
"Template Name (optional)": "Nom du modèle (optionnel)",
|
|
36
|
+
"Comment (optional)": "Commentaire (facultatif)",
|
|
37
|
+
"Category (optional)": "Catégorie (facultatif)",
|
|
38
|
+
"Tags (optional)": "Tags (facultatif)",
|
|
39
|
+
"Template ID or Version ID": "ID du modèle ou ID de la version",
|
|
40
|
+
"Deployed At (optional)": "Déployé le (optionnel)",
|
|
41
|
+
"Expire At (optional)": "Expire le (optionnel)",
|
|
42
|
+
"Template ID Filter (optional)": "Filtre ID du modèle (optionnel)",
|
|
43
|
+
"Version ID Filter (optional)": "Filtre ID de version (optionnel)",
|
|
44
|
+
"Category Filter (optional)": "Filtre de catégorie (facultatif)",
|
|
45
|
+
"Search (optional)": "Recherche (optionnelle)",
|
|
46
|
+
"Include All Versions": "Inclure toutes les versions",
|
|
47
|
+
"Limit (optional)": "Limite (optionnel)",
|
|
48
|
+
"Cursor (optional)": "Curseur (optionnel)",
|
|
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 ?": "La réponse est Binaire ?",
|
|
55
|
+
"No Error on Failure": "Aucune erreur en cas d'échec",
|
|
56
|
+
"Timeout (in seconds)": "Délai d'expiration (en secondes)",
|
|
57
|
+
"Follow redirects": "Suivre les redirections",
|
|
58
|
+
"Select a template to render.": "Sélectionnez un modèle à afficher.",
|
|
59
|
+
"JSON object containing the data to inject into the template. Keys must match the `{d.variableName}` placeholders in your template.": "Objet JSON contenant les données à injecter dans le template. Les clés doivent correspondre aux marqueurs `{d.variableName}` de votre template.",
|
|
60
|
+
"Output format (e.g. `pdf`, `xlsx`, `csv`, `docx`). For PDF, you can also use advanced options via JSON like `{\"formatName\":\"pdf\",\"formatOptions\":{\"Watermark\":\"Confidential\"}}`.": "Format de sortie (par exemple `pdf`, `xlsx`, `csv`, `docx`). Pour PDF, vous pouvez également utiliser des options avancées via JSON comme `{\"formatName\":\"pdf\",\"formatOptions\":{\"Watermark\":\"Confidential\"}}`.",
|
|
61
|
+
"Locale for number/date formatting (e.g. `en-us`, `fr-fr`, `de-de`). Defaults to `en-us`.": "Locale pour le formatage des nombre/date (par exemple `en-us`, `fr-fr`, `de-de`). Par défaut `en-us`.",
|
|
62
|
+
"PDF converter engine: **L** (LibreOffice, default - best balance), **O** (OnlyOffice - ideal for DOCX/XLSX/PPTX), **C** (Chromium - high-fidelity HTML-to-PDF). Only applies when convertTo is \"pdf\" or an object with formatName \"pdf\".": "Moteur de conversion de PDF : **L** (LibreOffice, par défaut - meilleur équilibre), **O** (OnlyOffice - idéal pour DOCX/XLSX/PPTX), **C** (Chromium - haute fidélité HTML-to-PDF). Ne s'applique que lorsque convertTo est \"pdf\" ou un objet avec formatName \"pdf\".",
|
|
63
|
+
"Timezone for date formatting (e.g. `Europe/Paris`, `America/New_York`). Defaults to UTC.": "Fuseau horaire pour le formatage de date (par exemple `Europe/Paris`, `America/New_York`). Par défaut UTC.",
|
|
64
|
+
"Custom filename for the generated document. Can use template variables like `{d.date}`. Returned in Content-Disposition header.": "Nom de fichier personnalisé pour le document généré. Peut utiliser des variables de modèle comme `{d.date}`. Retourné dans l'en-tête Content-Disposition.",
|
|
65
|
+
"Extra data object merged into template with tags `{c.}` (complement prefix).": "Objet de données supplémentaire fusionné dans le modèle avec les balises `{c.}` (préfixe de complément).",
|
|
66
|
+
"Source currency code (e.g. `EUR`) for currency conversion. Use with Currency Target and Currency Rates.": "Code de la devise source (par exemple `EUR`) pour la conversion de devises. À utiliser avec la cible de la devise et les taux de change.",
|
|
67
|
+
"Target currency code (e.g. `USD`) for currency conversion. Used by formatC formatter.": "Code de la devise cible (par exemple `USD`) pour la conversion de devise. Utilisé par le formateur de formatage.",
|
|
68
|
+
"Exchange rates object for currency conversion. Example: `{\"EUR\": 1, \"USD\": 1.14}`.": "Objet de taux de change pour la conversion de devises. Exemple: `{\"EUR\": 1, \"USD\": 1.14}`.",
|
|
69
|
+
"Supported formats: DOCX, XLSX, ODS, ODT, PPTX, CSV, HTML.": "Formats pris en charge : DOCX, XLSX, ODS, ODT, PPTX, CSV, HTML.",
|
|
70
|
+
"The filename including extension (e.g. `invoice-template.docx`). The extension determines the output format.": "Le nom du fichier, y compris l'extension (par exemple `invoice-template.docx`). L'extension détermine le format de sortie.",
|
|
71
|
+
"If enabled (default), creates a template ID that can hold multiple versions. If disabled, creates a standalone template (legacy mode).": "Si activé (par défaut), crée un ID de modèle qui peut contenir plusieurs versions. Si désactivé, crée un modèle autonome (mode hérité).",
|
|
72
|
+
"If provided, adds this upload as a new version to an existing template ID. Only works when versioning is enabled.": "Si fourni, ajoute ce téléchargement comme une nouvelle version à un ID de modèle existant. Ne fonctionne que lorsque le versioning est activé.",
|
|
73
|
+
"Friendly name for the template.": "Nom convivial pour le modèle.",
|
|
74
|
+
"Description or notes about the template.": "Description ou notes sur le modèle.",
|
|
75
|
+
"Category/folder to organize templates (e.g. \"invoices\", \"contracts\").": "Catégorie/dossier pour organiser des modèles (par exemple \"factures\", \"contrats\").",
|
|
76
|
+
"Tags to categorize the template (e.g. \"v1\", \"2024\").": "Tags pour catégoriser le modèle (par exemple \"v1\", \"2024\").",
|
|
77
|
+
"Select a template to delete.": "Sélectionnez un modèle à supprimer.",
|
|
78
|
+
"Select a template to update.": "Sélectionnez un modèle à mettre à jour.",
|
|
79
|
+
"New name for the template.": "Nouveau nom pour le modèle.",
|
|
80
|
+
"New comment/description for the template.": "Nouveau commentaire/description pour le modèle.",
|
|
81
|
+
"New category for the template.": "Nouvelle catégorie pour le modèle.",
|
|
82
|
+
"Replace tags with a new list.": "Remplacer les balises par une nouvelle liste.",
|
|
83
|
+
"UTC Unix timestamp for when this version should be considered deployed. Values >= 42000000000 (year 3300) = \"NOW\". Used to determine active version.": "Horodatage Unix UTC pour le moment où cette version doit être considérée comme déployée. Valeurs >= 42000000000 (année 3300) = \"NOW\". Utilisé pour déterminer la version active.",
|
|
84
|
+
"UTC Unix timestamp for when to delete the template. Values >= 42000000000 (year 3300) = \"now\". This effectively schedules deletion.": "Horodatage Unix UTC pour la suppression du modèle. Valeurs >= 42000000000 (année 3300) = \"maintenant\". Ceci planifie effectivement la suppression.",
|
|
85
|
+
"Filter by specific Template ID (64-bit format). Exact match.": "Filtrer par ID de modèle spécifique (format 64 bits). Correspondance exacte.",
|
|
86
|
+
"Filter by specific Version ID (SHA256 format). Exact match.": "Filtrer par ID de version spécifique (format SHA256). Correspondance exacte.",
|
|
87
|
+
"Filter by category name.": "Filtrer par nom de catégorie.",
|
|
88
|
+
"Fuzzy search in template name, or exact match for ID/Version ID.": "Recherche floue dans le nom du modèle, ou correspondance exacte pour ID/ID de version.",
|
|
89
|
+
"If checked, returns all versions for a specific template ID (when ID filter is provided).": "Si coché, retourne toutes les versions pour un ID de modèle spécifique (lorsque le filtre ID est fourni).",
|
|
90
|
+
"Maximum number of templates to return. Default is 100.": "Nombre maximum de modèles à renvoyer. La valeur par défaut est 100.",
|
|
91
|
+
"Pagination cursor for fetching the next set of results.": "Curseur de pagination pour récupérer le prochain jeu de résultats.",
|
|
92
|
+
"Authorization headers are injected automatically from your connection.": "Les Headers d'autorisation sont injectés automatiquement à partir de votre connexion.",
|
|
93
|
+
"Enable for files like PDFs, images, etc.": "Activer pour les fichiers comme les PDFs, les images, etc.",
|
|
94
|
+
"LibreOffice (L) - Default": "LibreOffice (L) - Défaut",
|
|
95
|
+
"OnlyOffice (O) - Office docs": "OnlyOffice (O) - Documents Office",
|
|
96
|
+
"Chromium (C) - HTML-to-PDF": "Chromium (C) - HTML à PDF",
|
|
97
|
+
"GET": "GET",
|
|
98
|
+
"POST": "POST",
|
|
99
|
+
"PATCH": "PATCH",
|
|
100
|
+
"PUT": "PUT",
|
|
101
|
+
"DELETE": "DELETE",
|
|
102
|
+
"HEAD": "HEAD",
|
|
103
|
+
"None": "Aucun",
|
|
104
|
+
"JSON": "JSON",
|
|
105
|
+
"Form Data": "Données du formulaire",
|
|
106
|
+
"Raw": "Brut"
|
|
107
|
+
}
|
package/src/i18n/ja.json
ADDED
|
@@ -0,0 +1,107 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Generate documents (PDF, DOCX, XLSX, ODS, and more) from templates and JSON data using the Carbone report generator.": "Carboneレポートジェネレータを使用してテンプレートとJSONデータからドキュメント(PDF、DOCX、XLSX、ODSなど)を生成します。",
|
|
3
|
+
"\nTo get your Carbone API key:\n1. Log in to your [Carbone account](https://account.carbone.io/)\n2. Navigate to **API keys** in your account settings.\n3. Create or copy your API key.\n": "\nTo get your Carbone API key:\n1. Log in to your [Carbone account](https://account.carbone.io/)\n2. Navigate to **API keys** in your account settings.\n3. Create or copy your API key.\n",
|
|
4
|
+
"Render Document": "ドキュメントをレンダリングする",
|
|
5
|
+
"Upload Template": "テンプレートをアップロード",
|
|
6
|
+
"Delete Template": "テンプレートを削除",
|
|
7
|
+
"Update Template Metadata": "テンプレートメタデータを更新",
|
|
8
|
+
"List Templates": "テンプレートの一覧",
|
|
9
|
+
"List Categories": "カテゴリ一覧",
|
|
10
|
+
"List Tags": "タグ一覧",
|
|
11
|
+
"Custom API Call": "カスタムAPI呼び出し",
|
|
12
|
+
"Render a Carbone template with JSON data and download the generated document.": "JSON データを使用して Carbone テンプレートをレンダリングし、生成されたドキュメントをダウンロードします。",
|
|
13
|
+
"Upload a template file to Carbone and get a template ID for rendering.": "テンプレートファイルをCarboneにアップロードし、レンダリング用のテンプレート ID を取得します。",
|
|
14
|
+
"Delete a Carbone template by its ID.": "ID からカルボーンテンプレートを削除します。",
|
|
15
|
+
"Update the metadata of an existing Carbone template.": "既存のCarboneテンプレートのメタデータを更新します。",
|
|
16
|
+
"Retrieve a list of deployed Carbone templates with filtering and pagination.": "フィルタリングとページネーションを使用して配備済みのCarboneテンプレートのリストを取得します。",
|
|
17
|
+
"List all categories used to organize your Carbone templates.": "Carboneテンプレートの整理に使用されるすべてのカテゴリを一覧表示します。",
|
|
18
|
+
"List all tags used to organize your Carbone templates.": "Carboneテンプレートの整理に使用されるすべてのタグを一覧表示します。",
|
|
19
|
+
"Make a custom API call to a specific endpoint": "特定のエンドポイントへのカスタム API コールを実行します。",
|
|
20
|
+
"Template ID": "テンプレートID",
|
|
21
|
+
"Data (JSON)": "データ (JSON)",
|
|
22
|
+
"Convert To (optional)": "変換先 (オプション)",
|
|
23
|
+
"Language (optional)": "言語 (オプション)",
|
|
24
|
+
"PDF Converter (optional)": "PDF Converter (任意)",
|
|
25
|
+
"Timezone (optional)": "タイムゾーン (オプション)",
|
|
26
|
+
"Report Name (optional)": "レポート名 (オプション)",
|
|
27
|
+
"Complement Data (optional)": "補完データ(オプション)",
|
|
28
|
+
"Currency Source (optional)": "通貨ソース (オプション)",
|
|
29
|
+
"Currency Target (optional)": "通貨ターゲット (任意)",
|
|
30
|
+
"Currency Rates (optional)": "通貨レート (オプション)",
|
|
31
|
+
"Template File": "テンプレートファイル",
|
|
32
|
+
"Filename": "ファイル名",
|
|
33
|
+
"Enable Versioning (optional)": "バージョン管理を有効にする (オプション)",
|
|
34
|
+
"Existing Template ID (optional)": "既存のテンプレートID(オプション)",
|
|
35
|
+
"Template Name (optional)": "テンプレート名 (オプション)",
|
|
36
|
+
"Comment (optional)": "コメント (オプション)",
|
|
37
|
+
"Category (optional)": "カテゴリ (オプション)",
|
|
38
|
+
"Tags (optional)": "タグ (オプション)",
|
|
39
|
+
"Template ID or Version ID": "テンプレートIDまたはバージョンID",
|
|
40
|
+
"Deployed At (optional)": "デプロイ日時 (オプション)",
|
|
41
|
+
"Expire At (optional)": "有効期限 (オプション)",
|
|
42
|
+
"Template ID Filter (optional)": "テンプレートIDフィルタ (オプション)",
|
|
43
|
+
"Version ID Filter (optional)": "バージョンIDフィルタ(オプション)",
|
|
44
|
+
"Category Filter (optional)": "カテゴリフィルタ (オプション)",
|
|
45
|
+
"Search (optional)": "検索 (オプション)",
|
|
46
|
+
"Include All Versions": "すべてのバージョンを含める",
|
|
47
|
+
"Limit (optional)": "Limit (任意)",
|
|
48
|
+
"Cursor (optional)": "カーソル(任意)",
|
|
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
|
+
"Select a template to render.": "レンダリングするテンプレートを選択します。",
|
|
59
|
+
"JSON object containing the data to inject into the template. Keys must match the `{d.variableName}` placeholders in your template.": "テンプレートに挿入するデータを含むJSONオブジェクト。テンプレートの`{d.variableName}`プレースホルダとキーが一致する必要があります。",
|
|
60
|
+
"Output format (e.g. `pdf`, `xlsx`, `csv`, `docx`). For PDF, you can also use advanced options via JSON like `{\"formatName\":\"pdf\",\"formatOptions\":{\"Watermark\":\"Confidential\"}}`.": "出力フォーマット (例: `pdf`, `xlsx`, `csv`, `docx`). PDFの場合, `{\"formatName\":\"pdf\",\"formatOptions\":{\"Watermark\":\"Confidential\"}}`のようなJSONを介して高度なオプションを使用することもできます。",
|
|
61
|
+
"Locale for number/date formatting (e.g. `en-us`, `fr-fr`, `de-de`). Defaults to `en-us`.": "数値/日付フォーマットのロケール(例:`en-us`、`fr-fr`、`de-de`)。デフォルトは`en-us`です。",
|
|
62
|
+
"PDF converter engine: **L** (LibreOffice, default - best balance), **O** (OnlyOffice - ideal for DOCX/XLSX/PPTX), **C** (Chromium - high-fidelity HTML-to-PDF). Only applies when convertTo is \"pdf\" or an object with formatName \"pdf\".": "PDFコンバータエンジン: **L** (LibreOffice, default - best balance), **O** (OnlyOffice - DOCX/XLSX/PPTXに最適), **C** (Chromium - 高忠実度HTML-PDF). convertTo が \"pdf\" である場合または、formatName \"pdf\" を持つオブジェクトの場合にのみ適用されます。",
|
|
63
|
+
"Timezone for date formatting (e.g. `Europe/Paris`, `America/New_York`). Defaults to UTC.": "日付の書式設定のタイムゾーン(例:`Europe/Paris`、`America/New_York`)。デフォルトはUTCです。",
|
|
64
|
+
"Custom filename for the generated document. Can use template variables like `{d.date}`. Returned in Content-Disposition header.": "生成されたドキュメントのカスタムファイル名。`{d.date}`のようなテンプレート変数を使用できます。Content-Dispositionヘッダーに戻ります。",
|
|
65
|
+
"Extra data object merged into template with tags `{c.}` (complement prefix).": "追加のデータオブジェクトは、タグ`{c.}`(補足接頭辞)でテンプレートにマージされます。",
|
|
66
|
+
"Source currency code (e.g. `EUR`) for currency conversion. Use with Currency Target and Currency Rates.": "通貨変換のための通貨コード(例:`EUR`)。通貨ターゲットと通貨レートで使用。",
|
|
67
|
+
"Target currency code (e.g. `USD`) for currency conversion. Used by formatC formatter.": "通貨変換のための通貨コード (例: `USD`) を指定します。formatCフォーマットで使用します。",
|
|
68
|
+
"Exchange rates object for currency conversion. Example: `{\"EUR\": 1, \"USD\": 1.14}`.": "通貨変換のためにオブジェクトを交換します。例: `{\"EUR\": 1, \"USD\": 1.14}` 。",
|
|
69
|
+
"Supported formats: DOCX, XLSX, ODS, ODT, PPTX, CSV, HTML.": "サポートされている形式: DOCX, XLSX, ODS, ODT, PPTX, CSV, HTML.",
|
|
70
|
+
"The filename including extension (e.g. `invoice-template.docx`). The extension determines the output format.": "拡張子を含むファイル名(例:`invoice-template.docx`)。拡張子は出力フォーマットを決定します。",
|
|
71
|
+
"If enabled (default), creates a template ID that can hold multiple versions. If disabled, creates a standalone template (legacy mode).": "有効の場合(デフォルト)、複数のバージョンを保持できるテンプレートIDを作成します。無効の場合、スタンドアロンテンプレートを作成します (レガシーモード)。",
|
|
72
|
+
"If provided, adds this upload as a new version to an existing template ID. Only works when versioning is enabled.": "指定された場合、既存のテンプレートIDに新しいバージョンとしてこのアップロードを追加します。バージョン管理が有効な場合にのみ機能します。",
|
|
73
|
+
"Friendly name for the template.": "テンプレートのフレンドリー名。",
|
|
74
|
+
"Description or notes about the template.": "テンプレートの説明またはメモ。",
|
|
75
|
+
"Category/folder to organize templates (e.g. \"invoices\", \"contracts\").": "テンプレートを整理するためのカテゴリ/フォルダ (例: \"請求書\", \"コントラクト\").",
|
|
76
|
+
"Tags to categorize the template (e.g. \"v1\", \"2024\").": "テンプレートを分類するタグ(例:\"v1\"、\"2024\")。",
|
|
77
|
+
"Select a template to delete.": "削除するテンプレートを選択します。",
|
|
78
|
+
"Select a template to update.": "更新するテンプレートを選択します。",
|
|
79
|
+
"New name for the template.": "テンプレートの新しい名前。",
|
|
80
|
+
"New comment/description for the template.": "テンプレートの新しいコメント/説明。",
|
|
81
|
+
"New category for the template.": "テンプレートの新しいカテゴリ。",
|
|
82
|
+
"Replace tags with a new list.": "タグを新しいリストに置き換えます。",
|
|
83
|
+
"UTC Unix timestamp for when this version should be considered deployed. Values >= 42000000000 (year 3300) = \"NOW\". Used to determine active version.": "このバージョンをデプロイする必要がある場合のUTCタイムスタンプ。 値>= 42000000000(1年3300) = \"NOW\". アクティブバージョンを決定するために使用されます。",
|
|
84
|
+
"UTC Unix timestamp for when to delete the template. Values >= 42000000000 (year 3300) = \"now\". This effectively schedules deletion.": "テンプレートを削除するタイミングのUTCタイムスタンプ。値 >= 42000000000(1年3300) = \"今\"。これは効果的にスケジュール削除します。",
|
|
85
|
+
"Filter by specific Template ID (64-bit format). Exact match.": "特定のテンプレートID(64ビット形式)でフィルタリングします。完全に一致します。",
|
|
86
|
+
"Filter by specific Version ID (SHA256 format). Exact match.": "特定のバージョンID(SHA256形式)で絞り込みます。完全に一致します。",
|
|
87
|
+
"Filter by category name.": "カテゴリ名でフィルタします。",
|
|
88
|
+
"Fuzzy search in template name, or exact match for ID/Version ID.": "テンプレート名の曖昧検索、またはID/バージョンIDの完全一致。",
|
|
89
|
+
"If checked, returns all versions for a specific template ID (when ID filter is provided).": "チェックされている場合、特定のテンプレート ID のすべてのバージョンを返します (ID フィルタが指定されている場合)。",
|
|
90
|
+
"Maximum number of templates to return. Default is 100.": "返すテンプレートの最大数。デフォルトは100です。",
|
|
91
|
+
"Pagination cursor for fetching the next set of results.": "次の結果セットをフェッチするためのページングカーソル。",
|
|
92
|
+
"Authorization headers are injected automatically from your connection.": "認証ヘッダは接続から自動的に注入されます。",
|
|
93
|
+
"Enable for files like PDFs, images, etc.": "PDF、画像などのファイルを有効にする",
|
|
94
|
+
"LibreOffice (L) - Default": "LibreOffice (L) - デフォルト",
|
|
95
|
+
"OnlyOffice (O) - Office docs": "OnlyOffice (O) - Officeドキュメント",
|
|
96
|
+
"Chromium (C) - HTML-to-PDF": "Chromium (C) - HTML-to-PDF",
|
|
97
|
+
"GET": "GET",
|
|
98
|
+
"POST": "POST",
|
|
99
|
+
"PATCH": "PATCH",
|
|
100
|
+
"PUT": "PUT",
|
|
101
|
+
"DELETE": "DELETE",
|
|
102
|
+
"HEAD": "HEAD",
|
|
103
|
+
"None": "なし",
|
|
104
|
+
"JSON": "JSON",
|
|
105
|
+
"Form Data": "フォームデータ",
|
|
106
|
+
"Raw": "Raw"
|
|
107
|
+
}
|
package/src/i18n/nl.json
ADDED
|
@@ -0,0 +1,107 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Generate documents (PDF, DOCX, XLSX, ODS, and more) from templates and JSON data using the Carbone report generator.": "Genereer documenten uit templates en JSON-data (PDF, DOCX, XLSX, ODS, en meer). Gebruik de Carbone report generator.",
|
|
3
|
+
"\nTo get your Carbone API key:\n1. Log in to your [Carbone account](https://account.carbone.io/)\n2. Navigate to **API keys** in your account settings.\n3. Create or copy your API key.\n": "\nOm uw Carbone API sleutel te verkrijgen:\n1. Log in op uw [Carbone account](https://account.carbone.io/)\n2. Navigeer naar **API keys** in je accountinstellingen.\n3. Maak of kopieer je API-sleutel.\n",
|
|
4
|
+
"Render Document": "Document weergeven",
|
|
5
|
+
"Upload Template": "Sjabloon uploaden",
|
|
6
|
+
"Delete Template": "Sjabloon verwijderen",
|
|
7
|
+
"Update Template Metadata": "Template metadata bijwerken",
|
|
8
|
+
"List Templates": "Lijst sjablonen",
|
|
9
|
+
"List Categories": "Lijst van categorieën",
|
|
10
|
+
"List Tags": "Lijst tags",
|
|
11
|
+
"Custom API Call": "Custom API Call",
|
|
12
|
+
"Render a Carbone template with JSON data and download the generated document.": "Geef een carbone template met JSON gegevens op en download het gegenereerde document.",
|
|
13
|
+
"Upload a template file to Carbone and get a template ID for rendering.": "Upload een sjabloonbestand naar Carbone en ontvang een sjabloonID voor de rendering.",
|
|
14
|
+
"Delete a Carbone template by its ID.": "Verwijder een carbone template door zijn ID.",
|
|
15
|
+
"Update the metadata of an existing Carbone template.": "Werk de metadata van een bestaande Carbone template bij.",
|
|
16
|
+
"Retrieve a list of deployed Carbone templates with filtering and pagination.": "Ophalen van een lijst met ingezette Carbone templates met filteren en paginering.",
|
|
17
|
+
"List all categories used to organize your Carbone templates.": "Laat alle categorieën zien die gebruikt worden om je Karbot sjablonen te organiseren.",
|
|
18
|
+
"List all tags used to organize your Carbone templates.": "Laat alle tags zien die worden gebruikt om je Karbot sjablonen te organiseren.",
|
|
19
|
+
"Make a custom API call to a specific endpoint": "Maak een aangepaste API call naar een specifiek eindpunt",
|
|
20
|
+
"Template ID": "Sjabloon ID",
|
|
21
|
+
"Data (JSON)": "Gegevens (JSON)",
|
|
22
|
+
"Convert To (optional)": "Converteren naar (optioneel)",
|
|
23
|
+
"Language (optional)": "Taal (optioneel)",
|
|
24
|
+
"PDF Converter (optional)": "PDF Converteerder (optioneel)",
|
|
25
|
+
"Timezone (optional)": "Tijdzone (optioneel)",
|
|
26
|
+
"Report Name (optional)": "Rapportnaam (optioneel)",
|
|
27
|
+
"Complement Data (optional)": "Aanvullende gegevens (optioneel)",
|
|
28
|
+
"Currency Source (optional)": "Valuta bron (optioneel)",
|
|
29
|
+
"Currency Target (optional)": "Valuta doel (optioneel)",
|
|
30
|
+
"Currency Rates (optional)": "Wisselkoersen (optioneel)",
|
|
31
|
+
"Template File": "Sjabloon bestand",
|
|
32
|
+
"Filename": "Bestandsnaam",
|
|
33
|
+
"Enable Versioning (optional)": "Versiebeheer inschakelen (optioneel)",
|
|
34
|
+
"Existing Template ID (optional)": "Bestaande template ID (optioneel)",
|
|
35
|
+
"Template Name (optional)": "Sjabloonnaam (optioneel)",
|
|
36
|
+
"Comment (optional)": "Commentaar (optioneel)",
|
|
37
|
+
"Category (optional)": "Categorie (optioneel)",
|
|
38
|
+
"Tags (optional)": "Tags (optioneel)",
|
|
39
|
+
"Template ID or Version ID": "SjabloonID of versie-ID",
|
|
40
|
+
"Deployed At (optional)": "Toegevoegd op (optioneel)",
|
|
41
|
+
"Expire At (optional)": "Verlopen op (optioneel)",
|
|
42
|
+
"Template ID Filter (optional)": "Sjabloon ID-filter (optioneel)",
|
|
43
|
+
"Version ID Filter (optional)": "Versie ID-filter (optioneel)",
|
|
44
|
+
"Category Filter (optional)": "Categoriefilter (optioneel)",
|
|
45
|
+
"Search (optional)": "Zoeken (optioneel)",
|
|
46
|
+
"Include All Versions": "Alle versies toevoegen",
|
|
47
|
+
"Limit (optional)": "Limiet (optioneel)",
|
|
48
|
+
"Cursor (optional)": "Cursor (optioneel)",
|
|
49
|
+
"Method": "Methode",
|
|
50
|
+
"Headers": "Kopteksten",
|
|
51
|
+
"Query Parameters": "Query parameters",
|
|
52
|
+
"Body Type": "Type lichaam",
|
|
53
|
+
"Body": "Lichaam",
|
|
54
|
+
"Response is Binary ?": "Antwoord is binair?",
|
|
55
|
+
"No Error on Failure": "Geen fout bij fout",
|
|
56
|
+
"Timeout (in seconds)": "Time-out (in seconden)",
|
|
57
|
+
"Follow redirects": "Volg omleidingen",
|
|
58
|
+
"Select a template to render.": "Selecteer een sjabloon om te renderen.",
|
|
59
|
+
"JSON object containing the data to inject into the template. Keys must match the `{d.variableName}` placeholders in your template.": "JSON object met de te introduceren gegevens in de sjabloon. Sleutels moeten overeenkomen met de `{d.variableName}` placeholders in uw sjabloon.",
|
|
60
|
+
"Output format (e.g. `pdf`, `xlsx`, `csv`, `docx`). For PDF, you can also use advanced options via JSON like `{\"formatName\":\"pdf\",\"formatOptions\":{\"Watermark\":\"Confidential\"}}`.": "Output formaat (bijv. `pdf`, `xlsx`, `csv`, `docx`). Voor PDF, kan je ook geavanceerde opties gebruiken via JSON zoals `{\"formatName\":\"pdf\",\"formatOptions\":{\"Watermark\":\"Confidential\"}}`.",
|
|
61
|
+
"Locale for number/date formatting (e.g. `en-us`, `fr-fr`, `de-de`). Defaults to `en-us`.": "Locale voor nummer/datum formattering (bijv. `en-us`, `fr-fr`, `de-de`). Standaard `en-us`.",
|
|
62
|
+
"PDF converter engine: **L** (LibreOffice, default - best balance), **O** (OnlyOffice - ideal for DOCX/XLSX/PPTX), **C** (Chromium - high-fidelity HTML-to-PDF). Only applies when convertTo is \"pdf\" or an object with formatName \"pdf\".": "PDF converter engine: **L** (LibreOffice, default - best balance), **O** (OnlyOffice - ideaal voor DOCX/XLSX/PPTX), **C** (Chromium - high-fidelity HTML-to-PDF). Alleen van toepassing wanneer convertTo is \"pdf\" of een object met formatNaam \"pdf\".",
|
|
63
|
+
"Timezone for date formatting (e.g. `Europe/Paris`, `America/New_York`). Defaults to UTC.": "Timezone voor datumformaat (bijv. `Europe/Paris`, `America/New_York`). Standaard UTC.",
|
|
64
|
+
"Custom filename for the generated document. Can use template variables like `{d.date}`. Returned in Content-Disposition header.": "Aangepaste bestandsnaam voor het gegenereerde document. Kan sjabloonvariabelen gebruiken zoals `{d.date}`. Geretourneerd in Content-Disposition header.",
|
|
65
|
+
"Extra data object merged into template with tags `{c.}` (complement prefix).": "Extra gegevens object samengevoegd met sjabloon`{c.}` (vul voorvoegsel)",
|
|
66
|
+
"Source currency code (e.g. `EUR`) for currency conversion. Use with Currency Target and Currency Rates.": "Bron valutacode (bijv. `EUR`) voor valuta omwisseling. Gebruik met Valuta Doel en Valuta's.",
|
|
67
|
+
"Target currency code (e.g. `USD`) for currency conversion. Used by formatC formatter.": "Doelvaluta code (bijv. `USD`) voor valuta conversie. Gebruikt door formatC formaat.",
|
|
68
|
+
"Exchange rates object for currency conversion. Example: `{\"EUR\": 1, \"USD\": 1.14}`.": "Wisselkoers object voor valuta conversie. Voorbeeld: `{\"EUR\": 1, \"USD\": 1.14}`.",
|
|
69
|
+
"Supported formats: DOCX, XLSX, ODS, ODT, PPTX, CSV, HTML.": "Ondersteunde indelingen: DOCX, XLSX, ODS, ODT, PPTX, CSV, HTML.",
|
|
70
|
+
"The filename including extension (e.g. `invoice-template.docx`). The extension determines the output format.": "De bestandsnaam inclusief extensie (bijv. `invoice-template.docx`). De extensie bepaalt het uitvoerformaat.",
|
|
71
|
+
"If enabled (default), creates a template ID that can hold multiple versions. If disabled, creates a standalone template (legacy mode).": "Indien ingeschakeld (standaard), maakt u een sjabloonID aan dat meerdere versies kan bevatten. Indien uitgeschakeld, creëert u een standalone sjabloon (legacy modus).",
|
|
72
|
+
"If provided, adds this upload as a new version to an existing template ID. Only works when versioning is enabled.": "Voeg deze upload toe als een nieuwe versie aan een bestaande sjabloonID. Werkt alleen wanneer versiebeheer is ingeschakeld.",
|
|
73
|
+
"Friendly name for the template.": "Vriendelijke naam voor de template.",
|
|
74
|
+
"Description or notes about the template.": "Beschrijving of notities over de sjabloon.",
|
|
75
|
+
"Category/folder to organize templates (e.g. \"invoices\", \"contracts\").": "Categorie/map voor het organiseren van sjablonen (bijv. \"facturen\", \"contracten\").",
|
|
76
|
+
"Tags to categorize the template (e.g. \"v1\", \"2024\").": "Tags om de template te categoriseren (bijv. \"v1\", \"2024\").",
|
|
77
|
+
"Select a template to delete.": "Selecteer een sjabloon om te verwijderen.",
|
|
78
|
+
"Select a template to update.": "Selecteer een sjabloon om bij te werken.",
|
|
79
|
+
"New name for the template.": "Nieuwe naam voor de template",
|
|
80
|
+
"New comment/description for the template.": "Nieuwe reactie/omschrijving voor de template.",
|
|
81
|
+
"New category for the template.": "Nieuwe categorie voor de template",
|
|
82
|
+
"Replace tags with a new list.": "Tags vervangen door een nieuwe lijst.",
|
|
83
|
+
"UTC Unix timestamp for when this version should be considered deployed. Values >= 42000000000 (year 3300) = \"NOW\". Used to determine active version.": "UTC Unix tijdstempel voor wanneer deze versie als deployed moet worden beschouwd. Waarden >= 42000000000 (jaar 3300) = \"NU\". Gebruikt om de actieve versie te bepalen.",
|
|
84
|
+
"UTC Unix timestamp for when to delete the template. Values >= 42000000000 (year 3300) = \"now\". This effectively schedules deletion.": "UTC Unix tijdstempel voor het verwijderen van de template. Waarden >= 42000000000 (jaar 3300) = \"nu\". Dit zal effectief verwijderen van de template.",
|
|
85
|
+
"Filter by specific Template ID (64-bit format). Exact match.": "Filter op specifieke template ID (64-bit formaat). Exacte match.",
|
|
86
|
+
"Filter by specific Version ID (SHA256 format). Exact match.": "Filter op versie ID (SHA256 formaat). Exacte komt overeen.",
|
|
87
|
+
"Filter by category name.": "Filteren op categorienaam.",
|
|
88
|
+
"Fuzzy search in template name, or exact match for ID/Version ID.": "Fuzzy zoeken in sjabloonnaam, of exacte overeenkomst voor ID/Versie ID.",
|
|
89
|
+
"If checked, returns all versions for a specific template ID (when ID filter is provided).": "Geeft als dit is aangevinkt, alle versies voor een specifieke sjabloonID terug (wanneer ID-filter is opgegeven).",
|
|
90
|
+
"Maximum number of templates to return. Default is 100.": "Maximum aantal sjablonen om te retourneren. Standaard is 100.",
|
|
91
|
+
"Pagination cursor for fetching the next set of results.": "Paginering cursor voor het ophalen van de volgende reeks resultaten.",
|
|
92
|
+
"Authorization headers are injected automatically from your connection.": "Autorisatie headers worden automatisch geïnjecteerd vanuit uw verbinding.",
|
|
93
|
+
"Enable for files like PDFs, images, etc.": "Inschakelen voor bestanden zoals PDF's, afbeeldingen etc.",
|
|
94
|
+
"LibreOffice (L) - Default": "LibreOffice (L) - standaard",
|
|
95
|
+
"OnlyOffice (O) - Office docs": "OnlyOffice (O) - Kantoordocumenten",
|
|
96
|
+
"Chromium (C) - HTML-to-PDF": "Chromium (C) - HTML-to-PDF",
|
|
97
|
+
"GET": "KRIJG",
|
|
98
|
+
"POST": "POSTE",
|
|
99
|
+
"PATCH": "BEKIJK",
|
|
100
|
+
"PUT": "PUT",
|
|
101
|
+
"DELETE": "VERWIJDEREN",
|
|
102
|
+
"HEAD": "HOOFD",
|
|
103
|
+
"None": "geen",
|
|
104
|
+
"JSON": "JSON",
|
|
105
|
+
"Form Data": "Formulieren gegevens",
|
|
106
|
+
"Raw": "Onbewerkte"
|
|
107
|
+
}
|
package/src/i18n/pt.json
ADDED
|
@@ -0,0 +1,107 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Generate documents (PDF, DOCX, XLSX, ODS, and more) from templates and JSON data using the Carbone report generator.": "Gerar documentos (PDF, DOCX, XLSX, ODS e muito mais) a partir de modelos e dados JSON usando o gerador de relatório Carbone",
|
|
3
|
+
"\nTo get your Carbone API key:\n1. Log in to your [Carbone account](https://account.carbone.io/)\n2. Navigate to **API keys** in your account settings.\n3. Create or copy your API key.\n": "\nPara obter sua chave de API Carbone\n1. Inicie sessão na sua [conta Carbone ](https://account.carbone.io/)\n2. Navegue até **chaves de API** nas configurações da sua conta.\n3. Crie ou copie sua chave de API.\n",
|
|
4
|
+
"Render Document": "Renderizar Documento",
|
|
5
|
+
"Upload Template": "Carregar Modelo",
|
|
6
|
+
"Delete Template": "Excluir Modelo",
|
|
7
|
+
"Update Template Metadata": "Atualizar metadados do modelo",
|
|
8
|
+
"List Templates": "Listar Modelos",
|
|
9
|
+
"List Categories": "Listar categorias",
|
|
10
|
+
"List Tags": "Listar Tags",
|
|
11
|
+
"Custom API Call": "Chamada de API personalizada",
|
|
12
|
+
"Render a Carbone template with JSON data and download the generated document.": "Renderizar um modelo de Carbone com dados JSON e baixar o documento gerado.",
|
|
13
|
+
"Upload a template file to Carbone and get a template ID for rendering.": "Faça o upload de um arquivo modelo para Carbone e obtenha uma ID de modelo para renderização.",
|
|
14
|
+
"Delete a Carbone template by its ID.": "Exclua um modelo de Carbone pela sua ID.",
|
|
15
|
+
"Update the metadata of an existing Carbone template.": "Atualizar os metadados do modelo do Carbone existente.",
|
|
16
|
+
"Retrieve a list of deployed Carbone templates with filtering and pagination.": "Recupera uma lista de templates de Carbone implantados com filtragem e paginação.",
|
|
17
|
+
"List all categories used to organize your Carbone templates.": "Listar todas as categorias usadas para organizar o seu modelo de Carpeça.",
|
|
18
|
+
"List all tags used to organize your Carbone templates.": "Listar todas as tags usadas para organizar seus modelos de Carpem.",
|
|
19
|
+
"Make a custom API call to a specific endpoint": "Faça uma chamada de API personalizada para um ponto de extremidade específico",
|
|
20
|
+
"Template ID": "ID do modelo",
|
|
21
|
+
"Data (JSON)": "Dados (JSON)",
|
|
22
|
+
"Convert To (optional)": "Converter para (opcional)",
|
|
23
|
+
"Language (optional)": "Idioma (opcional)",
|
|
24
|
+
"PDF Converter (optional)": "Conversor de PDF (opcional)",
|
|
25
|
+
"Timezone (optional)": "Fuso horário (opcional)",
|
|
26
|
+
"Report Name (optional)": "Nome do Relatório (opcional)",
|
|
27
|
+
"Complement Data (optional)": "Complemento de dados (opcional)",
|
|
28
|
+
"Currency Source (optional)": "Fonte de moeda (opcional)",
|
|
29
|
+
"Currency Target (optional)": "Alvo da Moeda (opcional)",
|
|
30
|
+
"Currency Rates (optional)": "Taxas de Câmbio (opcional)",
|
|
31
|
+
"Template File": "Arquivo Modelo",
|
|
32
|
+
"Filename": "Nome",
|
|
33
|
+
"Enable Versioning (optional)": "Habilitar versionamento (opcional)",
|
|
34
|
+
"Existing Template ID (optional)": "ID do modelo existente (opcional)",
|
|
35
|
+
"Template Name (optional)": "Nome do modelo (opcional)",
|
|
36
|
+
"Comment (optional)": "Comentário (opcional)",
|
|
37
|
+
"Category (optional)": "Categoria (opcional)",
|
|
38
|
+
"Tags (optional)": "Tags (opcional)",
|
|
39
|
+
"Template ID or Version ID": "ID do modelo ou ID da versão",
|
|
40
|
+
"Deployed At (optional)": "Implantado em (opcional)",
|
|
41
|
+
"Expire At (optional)": "Expira em (opcional)",
|
|
42
|
+
"Template ID Filter (optional)": "Filtro de ID de modelo (opcional)",
|
|
43
|
+
"Version ID Filter (optional)": "Filtro de ID da versão (opcional)",
|
|
44
|
+
"Category Filter (optional)": "Filtro de Categoria (opcional)",
|
|
45
|
+
"Search (optional)": "Pesquisa (opcional)",
|
|
46
|
+
"Include All Versions": "Incluir todas as versões",
|
|
47
|
+
"Limit (optional)": "Limite (opcional)",
|
|
48
|
+
"Cursor (optional)": "Cursor (opcional)",
|
|
49
|
+
"Method": "Método",
|
|
50
|
+
"Headers": "Cabeçalhos",
|
|
51
|
+
"Query Parameters": "Parâmetros da consulta",
|
|
52
|
+
"Body Type": "Tipo de Corpo",
|
|
53
|
+
"Body": "Conteúdo",
|
|
54
|
+
"Response is Binary ?": "A resposta é binária ?",
|
|
55
|
+
"No Error on Failure": "Nenhum erro no Failure",
|
|
56
|
+
"Timeout (in seconds)": "Tempo limite (em segundos)",
|
|
57
|
+
"Follow redirects": "Seguir redirecionamentos",
|
|
58
|
+
"Select a template to render.": "Selecione um modelo para renderizar.",
|
|
59
|
+
"JSON object containing the data to inject into the template. Keys must match the `{d.variableName}` placeholders in your template.": "Objeto JSON contendo os dados para injetar no modelo. Chaves devem corresponder os espaços reservados \"{d.variableName}\" no seu modelo.",
|
|
60
|
+
"Output format (e.g. `pdf`, `xlsx`, `csv`, `docx`). For PDF, you can also use advanced options via JSON like `{\"formatName\":\"pdf\",\"formatOptions\":{\"Watermark\":\"Confidential\"}}`.": "Formato de saída (por exemplo, `pdf`, `xlsx`, `csv`, `docx`). Para PDF, você também pode usar opções avançadas via JSON como `{\"formatName\":\"pdf\",\"formatOptions\":{\"Watermark\":\"Confidential\"}}`.",
|
|
61
|
+
"Locale for number/date formatting (e.g. `en-us`, `fr-fr`, `de-de`). Defaults to `en-us`.": "Idioma para formatação number/date (ex: `en-us`, `fr-fr`, `de-de`). O padrão é `en-us`.",
|
|
62
|
+
"PDF converter engine: **L** (LibreOffice, default - best balance), **O** (OnlyOffice - ideal for DOCX/XLSX/PPTX), **C** (Chromium - high-fidelity HTML-to-PDF). Only applies when convertTo is \"pdf\" or an object with formatName \"pdf\".": "Motor de conversor em PDF: **L** (LibreOffice, padrão - melhor saldo), **O** (OnlyOffice - ideal para DOCX/XLSX/PPTX), **C** (Chromium - HTML-to-PDF). Aplica-se somente quando convertTo é \"pdf\" ou um objeto com formatoNome \"pdf\".",
|
|
63
|
+
"Timezone for date formatting (e.g. `Europe/Paris`, `America/New_York`). Defaults to UTC.": "Fuso horário para formatação de data (ex: `Europe/Paris`, `América/New_York`). O padrão é UTC.",
|
|
64
|
+
"Custom filename for the generated document. Can use template variables like `{d.date}`. Returned in Content-Disposition header.": "Nome do arquivo personalizado para o documento gerado. Pode usar variáveis de template como `{d.date}`. Retornado no cabeçalho Content-Disposition.",
|
|
65
|
+
"Extra data object merged into template with tags `{c.}` (complement prefix).": "Objeto de dados extra mesclado no modelo com tags `{c.}` (prefixo complementar).",
|
|
66
|
+
"Source currency code (e.g. `EUR`) for currency conversion. Use with Currency Target and Currency Rates.": "Código de moeda de origem (por exemplo, `EUR`) para conversão de moeda. Use com Alvo de Moeda e Taxas de Moeda.",
|
|
67
|
+
"Target currency code (e.g. `USD`) for currency conversion. Used by formatC formatter.": "Código de moeda de destino (ex: `USD`) para conversão de moeda. Usado pelo formato formatC.",
|
|
68
|
+
"Exchange rates object for currency conversion. Example: `{\"EUR\": 1, \"USD\": 1.14}`.": "Objeto de taxas de câmbio para conversão de moeda. Exemplo: `{\"EUR\": 1, \"USD\": 1.14}`.",
|
|
69
|
+
"Supported formats: DOCX, XLSX, ODS, ODT, PPTX, CSV, HTML.": "Formatos suportados: DOCX, XLSX, ODS, ODT, PPTX, CSV, HTML.",
|
|
70
|
+
"The filename including extension (e.g. `invoice-template.docx`). The extension determines the output format.": "O nome do arquivo, incluindo a extensão (por exemplo, `invoice-template.docx`). A extensão determina o formato de saída.",
|
|
71
|
+
"If enabled (default), creates a template ID that can hold multiple versions. If disabled, creates a standalone template (legacy mode).": "Se habilitado (padrão), cria um template ID que pode armazenar várias versões. Se desativado, cria um standalone template (modo legado).",
|
|
72
|
+
"If provided, adds this upload as a new version to an existing template ID. Only works when versioning is enabled.": "Se fornecido, adiciona esse upload como uma nova versão para uma ID de modelo existente. Só funciona quando o versionamento está habilitado.",
|
|
73
|
+
"Friendly name for the template.": "Nome amigável para o modelo.",
|
|
74
|
+
"Description or notes about the template.": "Descrição ou notas sobre o modelo.",
|
|
75
|
+
"Category/folder to organize templates (e.g. \"invoices\", \"contracts\").": "Categoria/pasta para organizar modelos (por exemplo, \"faturas\", \"contratos\").",
|
|
76
|
+
"Tags to categorize the template (e.g. \"v1\", \"2024\").": "Etiquetas para categorizar o template (por exemplo, \"v1\", \"2024\").",
|
|
77
|
+
"Select a template to delete.": "Selecione um modelo para excluir.",
|
|
78
|
+
"Select a template to update.": "Selecione um modelo para atualizar.",
|
|
79
|
+
"New name for the template.": "Novo nome para o modelo.",
|
|
80
|
+
"New comment/description for the template.": "Novo comentário/descrição para o modelo.",
|
|
81
|
+
"New category for the template.": "Nova categoria para o modelo.",
|
|
82
|
+
"Replace tags with a new list.": "Substituir tags por uma nova lista.",
|
|
83
|
+
"UTC Unix timestamp for when this version should be considered deployed. Values >= 42000000000 (year 3300) = \"NOW\". Used to determine active version.": "UTC Unix timestamp para quando esta versão deve ser considerada implantada. Valores >= 42000000000 (ano 3300) = \"NOW\". Usado para determinar a versão ativa.",
|
|
84
|
+
"UTC Unix timestamp for when to delete the template. Values >= 42000000000 (year 3300) = \"now\". This effectively schedules deletion.": "Hora do horário UTC Unix para quando excluir o modelo. Valores >= 42000000000 (ano 3300) = \"agora\". Isso efetivamente agenda a exclusão.",
|
|
85
|
+
"Filter by specific Template ID (64-bit format). Exact match.": "Filtrar por ID de Modelo específica (formato 64-bit). Correspondência exata.",
|
|
86
|
+
"Filter by specific Version ID (SHA256 format). Exact match.": "Filtrar por ID de versão específica (SHA256). Formato exato. Correspondência exata.",
|
|
87
|
+
"Filter by category name.": "Filtrar por nome de categoria.",
|
|
88
|
+
"Fuzzy search in template name, or exact match for ID/Version ID.": "Pesquisa difusa no nome do modelo, ou correspondência exata para ID ID/versão.",
|
|
89
|
+
"If checked, returns all versions for a specific template ID (when ID filter is provided).": "Se marcado, retorna todas as versões de um modelo específico de ID (quando o filtro de ID é fornecido).",
|
|
90
|
+
"Maximum number of templates to return. Default is 100.": "Número máximo de modelos para retornar. O padrão é 100.",
|
|
91
|
+
"Pagination cursor for fetching the next set of results.": "Cursor de paginação para obter o próximo conjunto de resultados.",
|
|
92
|
+
"Authorization headers are injected automatically from your connection.": "Os cabeçalhos de autorização são inseridos automaticamente a partir da sua conexão.",
|
|
93
|
+
"Enable for files like PDFs, images, etc.": "Habilitar para arquivos como PDFs, imagens, etc.",
|
|
94
|
+
"LibreOffice (L) - Default": "LibreOffice (L) - Padrão",
|
|
95
|
+
"OnlyOffice (O) - Office docs": "format@@0 OnlyOffice (O) - Office docs",
|
|
96
|
+
"Chromium (C) - HTML-to-PDF": "Chromium (C) - HTML-to-PDF",
|
|
97
|
+
"GET": "OBTER",
|
|
98
|
+
"POST": "POSTAR",
|
|
99
|
+
"PATCH": "COMPRAR",
|
|
100
|
+
"PUT": "COLOCAR",
|
|
101
|
+
"DELETE": "EXCLUIR",
|
|
102
|
+
"HEAD": "CABEÇA",
|
|
103
|
+
"None": "Nenhuma",
|
|
104
|
+
"JSON": "JSON",
|
|
105
|
+
"Form Data": "Dados de Formulário",
|
|
106
|
+
"Raw": "RAW"
|
|
107
|
+
}
|
package/src/i18n/zh.json
ADDED
|
@@ -0,0 +1,107 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Generate documents (PDF, DOCX, XLSX, ODS, and more) from templates and JSON data using the Carbone report generator.": "Generate documents (PDF, DOCX, XLSX, ODS, and more) from templates and JSON data using the Carbone report generator.",
|
|
3
|
+
"\nTo get your Carbone API key:\n1. Log in to your [Carbone account](https://account.carbone.io/)\n2. Navigate to **API keys** in your account settings.\n3. Create or copy your API key.\n": "\nTo get your Carbone API key:\n1. Log in to your [Carbone account](https://account.carbone.io/)\n2. Navigate to **API keys** in your account settings.\n3. Create or copy your API key.\n",
|
|
4
|
+
"Render Document": "Render Document",
|
|
5
|
+
"Upload Template": "Upload Template",
|
|
6
|
+
"Delete Template": "Delete Template",
|
|
7
|
+
"Update Template Metadata": "Update Template Metadata",
|
|
8
|
+
"List Templates": "List Templates",
|
|
9
|
+
"List Categories": "List Categories",
|
|
10
|
+
"List Tags": "List Tags",
|
|
11
|
+
"Custom API Call": "自定义 API 呼叫",
|
|
12
|
+
"Render a Carbone template with JSON data and download the generated document.": "Render a Carbone template with JSON data and download the generated document.",
|
|
13
|
+
"Upload a template file to Carbone and get a template ID for rendering.": "Upload a template file to Carbone and get a template ID for rendering.",
|
|
14
|
+
"Delete a Carbone template by its ID.": "Delete a Carbone template by its ID.",
|
|
15
|
+
"Update the metadata of an existing Carbone template.": "Update the metadata of an existing Carbone template.",
|
|
16
|
+
"Retrieve a list of deployed Carbone templates with filtering and pagination.": "Retrieve a list of deployed Carbone templates with filtering and pagination.",
|
|
17
|
+
"List all categories used to organize your Carbone templates.": "List all categories used to organize your Carbone templates.",
|
|
18
|
+
"List all tags used to organize your Carbone templates.": "List all tags used to organize your Carbone templates.",
|
|
19
|
+
"Make a custom API call to a specific endpoint": "将一个自定义 API 调用到一个特定的终点",
|
|
20
|
+
"Template ID": "Template ID",
|
|
21
|
+
"Data (JSON)": "Data (JSON)",
|
|
22
|
+
"Convert To (optional)": "Convert To (optional)",
|
|
23
|
+
"Language (optional)": "Language (optional)",
|
|
24
|
+
"PDF Converter (optional)": "PDF Converter (optional)",
|
|
25
|
+
"Timezone (optional)": "Timezone (optional)",
|
|
26
|
+
"Report Name (optional)": "Report Name (optional)",
|
|
27
|
+
"Complement Data (optional)": "Complement Data (optional)",
|
|
28
|
+
"Currency Source (optional)": "Currency Source (optional)",
|
|
29
|
+
"Currency Target (optional)": "Currency Target (optional)",
|
|
30
|
+
"Currency Rates (optional)": "Currency Rates (optional)",
|
|
31
|
+
"Template File": "Template File",
|
|
32
|
+
"Filename": "Filename",
|
|
33
|
+
"Enable Versioning (optional)": "Enable Versioning (optional)",
|
|
34
|
+
"Existing Template ID (optional)": "Existing Template ID (optional)",
|
|
35
|
+
"Template Name (optional)": "Template Name (optional)",
|
|
36
|
+
"Comment (optional)": "Comment (optional)",
|
|
37
|
+
"Category (optional)": "Category (optional)",
|
|
38
|
+
"Tags (optional)": "Tags (optional)",
|
|
39
|
+
"Template ID or Version ID": "Template ID or Version ID",
|
|
40
|
+
"Deployed At (optional)": "Deployed At (optional)",
|
|
41
|
+
"Expire At (optional)": "Expire At (optional)",
|
|
42
|
+
"Template ID Filter (optional)": "Template ID Filter (optional)",
|
|
43
|
+
"Version ID Filter (optional)": "Version ID Filter (optional)",
|
|
44
|
+
"Category Filter (optional)": "Category Filter (optional)",
|
|
45
|
+
"Search (optional)": "Search (optional)",
|
|
46
|
+
"Include All Versions": "Include All Versions",
|
|
47
|
+
"Limit (optional)": "Limit (optional)",
|
|
48
|
+
"Cursor (optional)": "Cursor (optional)",
|
|
49
|
+
"Method": "方法",
|
|
50
|
+
"Headers": "信头",
|
|
51
|
+
"Query Parameters": "查询参数",
|
|
52
|
+
"Body Type": "Body Type",
|
|
53
|
+
"Body": "正文内容",
|
|
54
|
+
"Response is Binary ?": "Response is Binary ?",
|
|
55
|
+
"No Error on Failure": "失败时没有错误",
|
|
56
|
+
"Timeout (in seconds)": "超时(秒)",
|
|
57
|
+
"Follow redirects": "Follow redirects",
|
|
58
|
+
"Select a template to render.": "Select a template to render.",
|
|
59
|
+
"JSON object containing the data to inject into the template. Keys must match the `{d.variableName}` placeholders in your template.": "JSON object containing the data to inject into the template. Keys must match the `{d.variableName}` placeholders in your template.",
|
|
60
|
+
"Output format (e.g. `pdf`, `xlsx`, `csv`, `docx`). For PDF, you can also use advanced options via JSON like `{\"formatName\":\"pdf\",\"formatOptions\":{\"Watermark\":\"Confidential\"}}`.": "Output format (e.g. `pdf`, `xlsx`, `csv`, `docx`). For PDF, you can also use advanced options via JSON like `{\"formatName\":\"pdf\",\"formatOptions\":{\"Watermark\":\"Confidential\"}}`.",
|
|
61
|
+
"Locale for number/date formatting (e.g. `en-us`, `fr-fr`, `de-de`). Defaults to `en-us`.": "Locale for number/date formatting (e.g. `en-us`, `fr-fr`, `de-de`). Defaults to `en-us`.",
|
|
62
|
+
"PDF converter engine: **L** (LibreOffice, default - best balance), **O** (OnlyOffice - ideal for DOCX/XLSX/PPTX), **C** (Chromium - high-fidelity HTML-to-PDF). Only applies when convertTo is \"pdf\" or an object with formatName \"pdf\".": "PDF converter engine: **L** (LibreOffice, default - best balance), **O** (OnlyOffice - ideal for DOCX/XLSX/PPTX), **C** (Chromium - high-fidelity HTML-to-PDF). Only applies when convertTo is \"pdf\" or an object with formatName \"pdf\".",
|
|
63
|
+
"Timezone for date formatting (e.g. `Europe/Paris`, `America/New_York`). Defaults to UTC.": "Timezone for date formatting (e.g. `Europe/Paris`, `America/New_York`). Defaults to UTC.",
|
|
64
|
+
"Custom filename for the generated document. Can use template variables like `{d.date}`. Returned in Content-Disposition header.": "Custom filename for the generated document. Can use template variables like `{d.date}`. Returned in Content-Disposition header.",
|
|
65
|
+
"Extra data object merged into template with tags `{c.}` (complement prefix).": "Extra data object merged into template with tags `{c.}` (complement prefix).",
|
|
66
|
+
"Source currency code (e.g. `EUR`) for currency conversion. Use with Currency Target and Currency Rates.": "Source currency code (e.g. `EUR`) for currency conversion. Use with Currency Target and Currency Rates.",
|
|
67
|
+
"Target currency code (e.g. `USD`) for currency conversion. Used by formatC formatter.": "Target currency code (e.g. `USD`) for currency conversion. Used by formatC formatter.",
|
|
68
|
+
"Exchange rates object for currency conversion. Example: `{\"EUR\": 1, \"USD\": 1.14}`.": "Exchange rates object for currency conversion. Example: `{\"EUR\": 1, \"USD\": 1.14}`.",
|
|
69
|
+
"Supported formats: DOCX, XLSX, ODS, ODT, PPTX, CSV, HTML.": "Supported formats: DOCX, XLSX, ODS, ODT, PPTX, CSV, HTML.",
|
|
70
|
+
"The filename including extension (e.g. `invoice-template.docx`). The extension determines the output format.": "The filename including extension (e.g. `invoice-template.docx`). The extension determines the output format.",
|
|
71
|
+
"If enabled (default), creates a template ID that can hold multiple versions. If disabled, creates a standalone template (legacy mode).": "If enabled (default), creates a template ID that can hold multiple versions. If disabled, creates a standalone template (legacy mode).",
|
|
72
|
+
"If provided, adds this upload as a new version to an existing template ID. Only works when versioning is enabled.": "If provided, adds this upload as a new version to an existing template ID. Only works when versioning is enabled.",
|
|
73
|
+
"Friendly name for the template.": "Friendly name for the template.",
|
|
74
|
+
"Description or notes about the template.": "Description or notes about the template.",
|
|
75
|
+
"Category/folder to organize templates (e.g. \"invoices\", \"contracts\").": "Category/folder to organize templates (e.g. \"invoices\", \"contracts\").",
|
|
76
|
+
"Tags to categorize the template (e.g. \"v1\", \"2024\").": "Tags to categorize the template (e.g. \"v1\", \"2024\").",
|
|
77
|
+
"Select a template to delete.": "Select a template to delete.",
|
|
78
|
+
"Select a template to update.": "Select a template to update.",
|
|
79
|
+
"New name for the template.": "New name for the template.",
|
|
80
|
+
"New comment/description for the template.": "New comment/description for the template.",
|
|
81
|
+
"New category for the template.": "New category for the template.",
|
|
82
|
+
"Replace tags with a new list.": "Replace tags with a new list.",
|
|
83
|
+
"UTC Unix timestamp for when this version should be considered deployed. Values >= 42000000000 (year 3300) = \"NOW\". Used to determine active version.": "UTC Unix timestamp for when this version should be considered deployed. Values >= 42000000000 (year 3300) = \"NOW\". Used to determine active version.",
|
|
84
|
+
"UTC Unix timestamp for when to delete the template. Values >= 42000000000 (year 3300) = \"now\". This effectively schedules deletion.": "UTC Unix timestamp for when to delete the template. Values >= 42000000000 (year 3300) = \"now\". This effectively schedules deletion.",
|
|
85
|
+
"Filter by specific Template ID (64-bit format). Exact match.": "Filter by specific Template ID (64-bit format). Exact match.",
|
|
86
|
+
"Filter by specific Version ID (SHA256 format). Exact match.": "Filter by specific Version ID (SHA256 format). Exact match.",
|
|
87
|
+
"Filter by category name.": "Filter by category name.",
|
|
88
|
+
"Fuzzy search in template name, or exact match for ID/Version ID.": "Fuzzy search in template name, or exact match for ID/Version ID.",
|
|
89
|
+
"If checked, returns all versions for a specific template ID (when ID filter is provided).": "If checked, returns all versions for a specific template ID (when ID filter is provided).",
|
|
90
|
+
"Maximum number of templates to return. Default is 100.": "Maximum number of templates to return. Default is 100.",
|
|
91
|
+
"Pagination cursor for fetching the next set of results.": "Pagination cursor for fetching the next set of results.",
|
|
92
|
+
"Authorization headers are injected automatically from your connection.": "授权头自动从您的连接中注入。",
|
|
93
|
+
"Enable for files like PDFs, images, etc.": "Enable for files like PDFs, images, etc.",
|
|
94
|
+
"LibreOffice (L) - Default": "LibreOffice (L) - Default",
|
|
95
|
+
"OnlyOffice (O) - Office docs": "OnlyOffice (O) - Office docs",
|
|
96
|
+
"Chromium (C) - HTML-to-PDF": "Chromium (C) - HTML-to-PDF",
|
|
97
|
+
"GET": "获取",
|
|
98
|
+
"POST": "帖子",
|
|
99
|
+
"PATCH": "PATCH",
|
|
100
|
+
"PUT": "弹出",
|
|
101
|
+
"DELETE": "删除",
|
|
102
|
+
"HEAD": "黑色",
|
|
103
|
+
"None": "无",
|
|
104
|
+
"JSON": "JSON",
|
|
105
|
+
"Form Data": "表单数据",
|
|
106
|
+
"Raw": "原始文件"
|
|
107
|
+
}
|