@activepieces/piece-omni-co 0.1.0 → 0.1.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 CHANGED
@@ -1,24 +1,26 @@
1
1
  {
2
2
  "name": "@activepieces/piece-omni-co",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "type": "commonjs",
5
5
  "main": "./src/index.js",
6
6
  "types": "./src/index.d.ts",
7
7
  "dependencies": {
8
8
  "@sinclair/typebox": "0.34.11",
9
+ "ai": "^6.0.0",
9
10
  "axios": "1.13.1",
10
11
  "axios-retry": "4.4.1",
11
12
  "deepmerge-ts": "7.1.0",
12
13
  "form-data": "4.0.4",
14
+ "i18next": "23.13.0",
13
15
  "mime-types": "2.1.35",
14
16
  "nanoid": "3.3.8",
15
17
  "semver": "7.6.0",
16
18
  "socket.io-client": "4.8.1",
17
19
  "tslib": "^2.3.0",
18
20
  "zod": "4.1.13",
19
- "@activepieces/pieces-common": "0.11.0",
20
- "@activepieces/pieces-framework": "0.23.0",
21
- "@activepieces/shared": "0.30.4"
21
+ "@activepieces/pieces-common": "0.11.3",
22
+ "@activepieces/pieces-framework": "0.25.1",
23
+ "@activepieces/shared": "0.34.0"
22
24
  },
23
25
  "resolutions": {
24
26
  "rollup": "npm:@rollup/wasm-node"
@@ -0,0 +1,119 @@
1
+ {
2
+ "\n": "\n",
3
+ "Create a document": "Dokument erstellen",
4
+ "Create a schedule": "Erstelle einen Zeitplan",
5
+ "Delete a document": "Dokument löschen",
6
+ "Delete a schedule": "Zeitplan löschen",
7
+ "Edit schedule": "Zeitplan bearbeiten",
8
+ "Generate query": "Anfrage generieren",
9
+ "Move document": "Dokument verschieben",
10
+ "Run query": "Abfrage ausführen",
11
+ "Custom API Call": "Eigener API-Aufruf",
12
+ "Creates a new document": "Erstellt ein neues Dokument",
13
+ "Creates a scheduled task for a dashboard with support for email, SFTP, and webhook destinations": "Erstellt eine geplante Aufgabe für ein Dashboard mit Unterstützung für E-Mail-, SFTP- und Webhook-Ziele",
14
+ "Deletes the specified document and places it in the Trash": "Löscht das angegebene Dokument und platziert es im Papierkorb",
15
+ "Deletes a schedule using its UUID": "Löscht einen Zeitplan mit seiner UUID",
16
+ "Updates a scheduled task. Only properties included will be updated": "Aktualisiert eine geplante Aufgabe. Nur eingefügte Objekte werden aktualisiert",
17
+ "Transforms a natural language description into a structured Omni query": "Verwandelt eine natürliche Sprachbeschreibung in eine strukturierte Omni-Abfrage",
18
+ "Moves a document to a new folder or to the root level": "Verschiebt ein Dokument in einen neuen Ordner oder in die Wurzelebene",
19
+ "Runs a query and returns the results as base64 encoded Apache Arrow table or in specified format": "Führt eine Abfrage aus und gibt die Ergebnisse als base64-kodierte Apache-Pfeil-Tabelle oder im angegebenen Format zurück",
20
+ "Make a custom API call to a specific endpoint": "Einen benutzerdefinierten API-Aufruf an einen bestimmten Endpunkt machen",
21
+ "Model ID": "Modell-ID",
22
+ "Document Name": "Dokumentname",
23
+ "Query Presentations": "Präsentationen abfragen",
24
+ "Dashboard Identifier": "Dashboard-Kennung",
25
+ "Schedule Name": "Schedule Name",
26
+ "Schedule (Cron Expression)": "Zeitplan (Cron-Ausdruck)",
27
+ "Timezone": "Timezone",
28
+ "Format": "Format",
29
+ "Destination Type": "Zieltyp",
30
+ "URL": "URL",
31
+ "Recipients": "Empfänger",
32
+ "Email Subject": "E-Mail-Betreff",
33
+ "Paper Format": "Papierformat",
34
+ "Paper Orientation": "Papierausrichtung",
35
+ "Document": "Dokument",
36
+ "Schedule": "Zeitplan",
37
+ "Prompt": "Prompt",
38
+ "Current Topic Name": "Aktueller Themenname",
39
+ "Branch ID": "Branch-ID",
40
+ "Context Query": "Kontextabfrage",
41
+ "Structured Output": "Strukturierte Ausgabe",
42
+ "Folder Path": "Ordnerpfad",
43
+ "Scope": "Bereich",
44
+ "Query": "Abfrage",
45
+ "Limit": "Limit",
46
+ "Cache Policy": "Cache-Richtlinie",
47
+ "Format Results": "Ergebnisse formatieren",
48
+ "Result Type": "Ergebnis-Typ",
49
+ "Plan Only": "Nur Plan",
50
+ "User ID": "Benutzer-ID",
51
+ "Method": "Methode",
52
+ "Headers": "Kopfzeilen",
53
+ "Query Parameters": "Abfrageparameter",
54
+ "Body Type": "Körpertyp",
55
+ "Body": "Körper",
56
+ "Response is Binary ?": "Antwort ist binär?",
57
+ "No Error on Failure": "Kein Fehler bei Fehler",
58
+ "Timeout (in seconds)": "Timeout (in Sekunden)",
59
+ "Follow redirects": "Weiterleitungen folgen",
60
+ "Select the model containing the database": "Wählen Sie das Modell mit der Datenbank",
61
+ "The name of the document": "Der Name des Dokuments",
62
+ "An array of queryPresentation objects, each representing a query in the document's workbook": "Ein Array von QueryPresentation Objekten, die jeweils eine Abfrage im Arbeitsbuch des Dokuments darstellen",
63
+ " The string after /dashboards is the dashboards ID; for example: https://blobsrus.omniapp.co/dashboards/12db1a0a": " Der String hinter /Dashboards ist die Dashboard-ID; zum Beispiel: https://blobsrus.omniapp.co/dashboards/12db1a0a",
64
+ "The name of the schedule/task": "Der Name des Zeitplans/Task",
65
+ "Cron expression for the schedule (e.g., \"0 9 ? * * *\" for 9 AM UTC daily) https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-scheduled-rule-pattern.html": "Cron-Ausdruck für den Zeitplan (z.B. \"0 9 ? * * *\" für 9 AM UTC täglich) https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-scheduled-rule-pattern.html",
66
+ "Timezone for the schedule (e.g., \"UTC\", \"America/New_York\") Refer : https://data.iana.org/time-zones/tzdb-2021a/zone1970.tab": "Zeitzone für den Zeitplan (z.B. \"UTC\", \"America/New_York\") Reiter : https://data.iana.org/time zones/tzdb-2021a/zone1970.tab",
67
+ "Output format for the schedule": "Ausgabeformat für den Zeitplan",
68
+ "Type of destination for the schedule": "Art des Ziels für den Zeitplan",
69
+ "Webhook URL (required when destinationType is webhook)": "Webhook-URL (wird benötigt, wenn Zieltyp webhook ist)",
70
+ "Email recipients (required when destinationType is email)": "E-Mail-Empfänger (erforderlich, wenn Zieltyp E-Mail ist)",
71
+ "Subject line for email delivery": "Betreffzeile für E-Mail-Zustellung",
72
+ "Paper format for PDF output": "Papierformat für PDF-Ausgabe",
73
+ "Paper orientation for PDF output": "Papierausrichtung für PDF-Ausgabe",
74
+ "Select the document": "Dokument auswählen",
75
+ "Select the schedule": "Zeitplan auswählen",
76
+ "The natural language description of the query you want to generate (e.g., \"Show me all users who signed up in the last month\")": "Die natürliche Sprachbeschreibung der Abfrage, die Sie generieren möchten (z.B. \"Zeige mir alle Benutzer, die sich im letzten Monat angemeldet haben\")",
77
+ "The name of the topic to use as context for the query generation": "Der Name des Themas, das als Kontext für die Abfragegenerierung verwendet wird",
78
+ "The ID of the model branch to use for query generation. If not provided, the main branch will be used": "Die ID des Model-Zweigs, der für die Abfragegenerierung verwendet werden soll. Wenn nicht angegeben, wird der Hauptzweig verwendet",
79
+ "The query object to provide as context. This can be used to reference previous queries or provide additional context for the generation": "Das Abfrageobjekt, das als Kontext zur Verfügung gestellt werden soll. Dies kann verwendet werden, um frühere Abfragen zu referenzieren oder einen zusätzlichen Kontext für die Generierung bereitzustellen",
80
+ "When enabled, the API will return a more strictly structured query format": "Wenn aktiviert, gibt die API ein strikteres, strukturierteres Abfrageformat zurück",
81
+ "The path of the destination folder. Use null to move the document to the root level (no folder)": "Der Pfad des Zielordners. Verwenden Sie Null, um das Dokument auf die Wurzelebene zu verschieben (kein Ordner)",
82
+ "Optional sharing scope for the document. If not provided, the scope will be computed": "Optionaler Freigabebereich für das Dokument. Wenn nicht angegeben wird der Umfang berechnet",
83
+ "A JSON object representing the query to be run. You can retrieve a query's JSON object from an Omni workbook by opening the Inspector panel (Option + 9 on Mac, Alt + 9 on Windows) and copying the Query structure": "Ein JSON-Objekt, das die auszuführende Abfrage repräsentiert. Sie können das JSON-Objekt von einem Omni-Arbeitsbuch abrufen, indem Sie das Inspector Panel öffnen (Option + 9 auf Mac, Alt + 9 unter Windows) und Kopieren der Abfragestruktur",
84
+ "Number of rows to be returned (defaults to 1000). Set to null for unlimited results": "Anzahl der zurückzugebenden Zeilen (Standardwert 1000). Auf Null setzen für unbegrenzte Ergebnisse",
85
+ "Optional cache policy to control how query caching behaves": "Optionale Cache-Richtlinie, um das Verhalten des Abfrage-Caches zu kontrollieren",
86
+ "Apply formatting to numeric and currency values (currency symbols and thousand separators)": "Formatierung auf numerische und Währungswerte anwenden (Währungssymbole und tausend Trennzeichen)",
87
+ "Specifies the format of query results. If omitted, returns base64 encoded Apache Arrow format": "Gibt das Format der Abfrageergebnisse an. Falls weggelassen, gibt das base64-kodierte Apache Pfeil Format zurück",
88
+ "If enabled, returns the query execution plan without running the query": "Falls aktiviert, gibt den Abfrageausführungsplan zurück, ohne die Abfrage auszuführen",
89
+ "Optional UUID to run the query as a specific user": "Optionale UUID zum Ausführen der Abfrage als bestimmter Benutzer",
90
+ "Authorization headers are injected automatically from your connection.": "Autorisierungs-Header werden automatisch von Ihrer Verbindung injiziert.",
91
+ "Enable for files like PDFs, images, etc.": "Aktivieren für Dateien wie PDFs, Bilder usw.",
92
+ "Link Only": "Nur Link",
93
+ "PDF": "PDF",
94
+ "PNG": "PNG",
95
+ "CSV": "CSV",
96
+ "XLSX": "XLSX",
97
+ "JSON": "JSON",
98
+ "Email": "E-Mail",
99
+ "Webhook": "Webhook",
100
+ "SFTP": "SFTP",
101
+ "Letter": "Brief",
102
+ "A4": "A4",
103
+ "Portrait": "Hochformat",
104
+ "Landscape": "Querformat",
105
+ "Organization": "Organisation",
106
+ "Restricted": "Eingeschränkt",
107
+ "Standard": "Standard",
108
+ "Skip Requery (default)": "Rückfrage überspringen (Standard)",
109
+ "Skip Cache": "Cache überspringen",
110
+ "GET": "ERHALTEN",
111
+ "POST": "POST",
112
+ "PATCH": "PATCH",
113
+ "PUT": "PUT",
114
+ "DELETE": "LÖSCHEN",
115
+ "HEAD": "HEAD",
116
+ "None": "Keine",
117
+ "Form Data": "Formulardaten",
118
+ "Raw": "Rohe"
119
+ }
@@ -0,0 +1,119 @@
1
+ {
2
+ "\n": "\n",
3
+ "Create a document": "Crear un documento",
4
+ "Create a schedule": "Crear un programa",
5
+ "Delete a document": "Eliminar un documento",
6
+ "Delete a schedule": "Eliminar un programa",
7
+ "Edit schedule": "Editar programa",
8
+ "Generate query": "Generar consulta",
9
+ "Move document": "Mover documento",
10
+ "Run query": "Ejecutar consulta",
11
+ "Custom API Call": "Llamada API personalizada",
12
+ "Creates a new document": "Crea un nuevo documento",
13
+ "Creates a scheduled task for a dashboard with support for email, SFTP, and webhook destinations": "Crea una tarea programada para un tablero con soporte para destinos de correo electrónico, SFTP y webhook",
14
+ "Deletes the specified document and places it in the Trash": "Elimina el documento especificado y lo coloca en la papelera",
15
+ "Deletes a schedule using its UUID": "Elimina un programa usando su UUID",
16
+ "Updates a scheduled task. Only properties included will be updated": "Actualiza una tarea programada. Sólo se actualizarán las propiedades incluidas",
17
+ "Transforms a natural language description into a structured Omni query": "Transforma una descripción del lenguaje natural en una consulta estructurada de Omni",
18
+ "Moves a document to a new folder or to the root level": "Mueve un documento a una nueva carpeta o al nivel raíz",
19
+ "Runs a query and returns the results as base64 encoded Apache Arrow table or in specified format": "Ejecuta una consulta y devuelve los resultados como base 64 codificada en tabla de flecha de Apache o en formato especificado",
20
+ "Make a custom API call to a specific endpoint": "Hacer una llamada API personalizada a un extremo específico",
21
+ "Model ID": "ID del modelo",
22
+ "Document Name": "Nombre del documento",
23
+ "Query Presentations": "Consulta presentaciones",
24
+ "Dashboard Identifier": "Identificador del panel",
25
+ "Schedule Name": "Nombre del programa",
26
+ "Schedule (Cron Expression)": "Programación (Expresión Cron)",
27
+ "Timezone": "Timezone",
28
+ "Format": "Formatear",
29
+ "Destination Type": "Tipo de destino",
30
+ "URL": "URL",
31
+ "Recipients": "Destinatarios",
32
+ "Email Subject": "Asunto de Email",
33
+ "Paper Format": "Formato de papel",
34
+ "Paper Orientation": "Orientación del papel",
35
+ "Document": "Documento",
36
+ "Schedule": "Programar",
37
+ "Prompt": "Petición",
38
+ "Current Topic Name": "Nombre del tema actual",
39
+ "Branch ID": "ID de rama",
40
+ "Context Query": "Consulta de Contexto",
41
+ "Structured Output": "Salida estructurada",
42
+ "Folder Path": "Ruta de la carpeta",
43
+ "Scope": "Alcance",
44
+ "Query": "Consulta",
45
+ "Limit": "Límite",
46
+ "Cache Policy": "Política de Caché",
47
+ "Format Results": "Formatear resultados",
48
+ "Result Type": "Tipo de resultado",
49
+ "Plan Only": "Sólo plan",
50
+ "User ID": "ID Usuario",
51
+ "Method": "Método",
52
+ "Headers": "Encabezados",
53
+ "Query Parameters": "Parámetros de consulta",
54
+ "Body Type": "Tipo de cuerpo",
55
+ "Body": "Cuerpo",
56
+ "Response is Binary ?": "¿Respuesta es binaria?",
57
+ "No Error on Failure": "No hay ningún error en fallo",
58
+ "Timeout (in seconds)": "Tiempo de espera (en segundos)",
59
+ "Follow redirects": "Seguir redirecciones",
60
+ "Select the model containing the database": "Seleccione el modelo que contiene la base de datos",
61
+ "The name of the document": "El nombre del documento",
62
+ "An array of queryPresentation objects, each representing a query in the document's workbook": "Un array de objetos de consulta, cada uno representando una consulta en el libro de trabajo del documento",
63
+ " The string after /dashboards is the dashboards ID; for example: https://blobsrus.omniapp.co/dashboards/12db1a0a": " La cadena después de /dashboards es el ID de los paneles; por ejemplo: https://blobsrus.omniapp.co/dashboards/12db1a0a",
64
+ "The name of the schedule/task": "El nombre del programa/tarea",
65
+ "Cron expression for the schedule (e.g., \"0 9 ? * * *\" for 9 AM UTC daily) https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-scheduled-rule-pattern.html": "Expresión Cron para el programa (por ejemplo, \"0 9 ? * *\" para 9 AM UTC diariamente) https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-scheduled-rule-pattern.html",
66
+ "Timezone for the schedule (e.g., \"UTC\", \"America/New_York\") Refer : https://data.iana.org/time-zones/tzdb-2021a/zone1970.tab": "Zona horaria para el horario (por ej., \"UTC\", \"America/New_(0)[video] k\") Consulte : https://data.iana.org/time-zones/tzdb-2021a/zone1970.tab",
67
+ "Output format for the schedule": "Formato de salida para el programa",
68
+ "Type of destination for the schedule": "Tipo de destino para el programa",
69
+ "Webhook URL (required when destinationType is webhook)": "URL de Webhook (obligatorio cuando destinationType es webhook)",
70
+ "Email recipients (required when destinationType is email)": "Destinatarios de correo electrónico (obligatorio cuando el destinationType es correo electrónico)",
71
+ "Subject line for email delivery": "Línea de asunto para envío de correo electrónico",
72
+ "Paper format for PDF output": "Formato de papel para salida PDF",
73
+ "Paper orientation for PDF output": "Orientación del papel para salida PDF",
74
+ "Select the document": "Seleccione el documento",
75
+ "Select the schedule": "Seleccione el horario",
76
+ "The natural language description of the query you want to generate (e.g., \"Show me all users who signed up in the last month\")": "La descripción del idioma natural de la consulta que desea generar (por ejemplo, \"Mostrar todos los usuarios que se registraron en el último mes\")",
77
+ "The name of the topic to use as context for the query generation": "El nombre del tema a usar como contexto para la generación de consultas",
78
+ "The ID of the model branch to use for query generation. If not provided, the main branch will be used": "El ID de la rama del modelo a usar para la generación de consultas. Si no se proporciona, la rama principal se utilizará",
79
+ "The query object to provide as context. This can be used to reference previous queries or provide additional context for the generation": "El objeto de consulta a proporcionar como contexto. Esto puede utilizarse para referenciar consultas anteriores o proporcionar contexto adicional para la generación",
80
+ "When enabled, the API will return a more strictly structured query format": "Cuando está habilitado, la API devolverá un formato de consulta más estructurado",
81
+ "The path of the destination folder. Use null to move the document to the root level (no folder)": "La ruta de la carpeta de destino. Utilice null para mover el documento al nivel raíz (sin carpeta)",
82
+ "Optional sharing scope for the document. If not provided, the scope will be computed": "Ámbito de compartir opcional para el documento. Si no se proporciona, el ámbito será calculado",
83
+ "A JSON object representing the query to be run. You can retrieve a query's JSON object from an Omni workbook by opening the Inspector panel (Option + 9 on Mac, Alt + 9 on Windows) and copying the Query structure": "Un objeto JSON que representa la consulta a ejecutar. Puede recuperar un objeto JSON de una consulta desde un libro de trabajo de Omni abriendo el panel Inspector (Opción + 9 en Mac, Alt + 9 en Windows) y copiar la estructura de consulta",
84
+ "Number of rows to be returned (defaults to 1000). Set to null for unlimited results": "Número de filas a devolver (por defecto a 1000). Establecer en nulo para resultados ilimitados",
85
+ "Optional cache policy to control how query caching behaves": "Política de caché opcional para controlar cómo se comporta la caché de consultas",
86
+ "Apply formatting to numeric and currency values (currency symbols and thousand separators)": "Aplicar formato a los valores numéricos y monetarios (símbolos de moneda y miles de separadores)",
87
+ "Specifies the format of query results. If omitted, returns base64 encoded Apache Arrow format": "Especifica el formato de los resultados de la consulta. Si se omite, devuelve el formato de Apache Arrow codificado en base64",
88
+ "If enabled, returns the query execution plan without running the query": "Si está habilitado, devuelve el plan de ejecución de consultas sin ejecutar la consulta",
89
+ "Optional UUID to run the query as a specific user": "UUID opcional para ejecutar la consulta como un usuario específico",
90
+ "Authorization headers are injected automatically from your connection.": "Las cabeceras de autorización se inyectan automáticamente desde tu conexión.",
91
+ "Enable for files like PDFs, images, etc.": "Activar para archivos como PDFs, imágenes, etc.",
92
+ "Link Only": "Sólo enlace",
93
+ "PDF": "DF",
94
+ "PNG": "PNG",
95
+ "CSV": "CSV",
96
+ "XLSX": "XLSX",
97
+ "JSON": "JSON",
98
+ "Email": "E-mail",
99
+ "Webhook": "Webhook",
100
+ "SFTP": "SFTP",
101
+ "Letter": "Letra",
102
+ "A4": "R4",
103
+ "Portrait": "Retrato",
104
+ "Landscape": "Paisaje",
105
+ "Organization": "Organización",
106
+ "Restricted": "Restringido",
107
+ "Standard": "Estándar",
108
+ "Skip Requery (default)": "Saltar consulta (por defecto)",
109
+ "Skip Cache": "Saltar Caché",
110
+ "GET": "RECOGER",
111
+ "POST": "POST",
112
+ "PATCH": "PATCH",
113
+ "PUT": "PUT",
114
+ "DELETE": "BORRAR",
115
+ "HEAD": "LIMPIO",
116
+ "None": "Ninguna",
117
+ "Form Data": "Datos de Formulario",
118
+ "Raw": "Rápido"
119
+ }
@@ -0,0 +1,119 @@
1
+ {
2
+ "\n": "\n",
3
+ "Create a document": "Créer un document",
4
+ "Create a schedule": "Créer un calendrier",
5
+ "Delete a document": "Supprimer un document",
6
+ "Delete a schedule": "Supprimer un planning",
7
+ "Edit schedule": "Modifier le calendrier",
8
+ "Generate query": "Générer une requête",
9
+ "Move document": "Déplacer le document",
10
+ "Run query": "Exécuter la requête",
11
+ "Custom API Call": "Appel d'API personnalisé",
12
+ "Creates a new document": "Crée un nouveau document",
13
+ "Creates a scheduled task for a dashboard with support for email, SFTP, and webhook destinations": "Crée une tâche planifiée pour un tableau de bord avec la prise en charge des destinations de courriel, SFTP et Webhook",
14
+ "Deletes the specified document and places it in the Trash": "Supprime le document spécifié et le place dans la corbeille",
15
+ "Deletes a schedule using its UUID": "Supprime un planning en utilisant son UUID",
16
+ "Updates a scheduled task. Only properties included will be updated": "Met à jour une tâche planifiée. Seules les propriétés incluses seront mises à jour",
17
+ "Transforms a natural language description into a structured Omni query": "Transforme une description du langage naturel en une requête Omni structurée",
18
+ "Moves a document to a new folder or to the root level": "Déplace un document vers un nouveau dossier ou vers la racine",
19
+ "Runs a query and returns the results as base64 encoded Apache Arrow table or in specified format": "Exécute une requête et retourne les résultats en tant que table Apache Arrow encodée en base64 ou au format spécifié",
20
+ "Make a custom API call to a specific endpoint": "Passer un appel API personnalisé à un endpoint spécifique",
21
+ "Model ID": "ID du modèle",
22
+ "Document Name": "Nom du document",
23
+ "Query Presentations": "Requêtes de présentation",
24
+ "Dashboard Identifier": "Identifiant du tableau de bord",
25
+ "Schedule Name": "Nom de l'horaire",
26
+ "Schedule (Cron Expression)": "Planifier (expression de Cron)",
27
+ "Timezone": "Fuseau horaire",
28
+ "Format": "Formater",
29
+ "Destination Type": "Type de destination",
30
+ "URL": "URL",
31
+ "Recipients": "Destinataires",
32
+ "Email Subject": "Sujet de l'e-mail",
33
+ "Paper Format": "Format de papier",
34
+ "Paper Orientation": "Orientation du papier",
35
+ "Document": "Document",
36
+ "Schedule": "Schedule",
37
+ "Prompt": "Prompt",
38
+ "Current Topic Name": "Nom du sujet actuel",
39
+ "Branch ID": "ID de la branche",
40
+ "Context Query": "Requête de contexte",
41
+ "Structured Output": "Sortie Structurée",
42
+ "Folder Path": "Chemin du dossier",
43
+ "Scope": "Périmètre d'application",
44
+ "Query": "Requête",
45
+ "Limit": "Limite",
46
+ "Cache Policy": "Politique de cache",
47
+ "Format Results": "Formater les résultats",
48
+ "Result Type": "Type de résultat",
49
+ "Plan Only": "Offre uniquement",
50
+ "User ID": "Identifiant de l'utilisateur",
51
+ "Method": "Méthode",
52
+ "Headers": "Headers",
53
+ "Query Parameters": "Paramètres de requête",
54
+ "Body Type": "Body Type",
55
+ "Body": "Body",
56
+ "Response is Binary ?": "La réponse est Binaire ?",
57
+ "No Error on Failure": "Aucune erreur en cas d'échec",
58
+ "Timeout (in seconds)": "Délai d'expiration (en secondes)",
59
+ "Follow redirects": "Suivre les redirections",
60
+ "Select the model containing the database": "Sélectionnez le modèle contenant la base de données",
61
+ "The name of the document": "Le nom du document",
62
+ "An array of queryPresentation objects, each representing a query in the document's workbook": "Un tableau d'objets queryPresentation, chacun représentant une requête dans le classeur du document",
63
+ " The string after /dashboards is the dashboards ID; for example: https://blobsrus.omniapp.co/dashboards/12db1a0a": " La chaîne après /dashboards est l'ID des tableaux de bord; par exemple : https://blobsrus.omniapp.co/dashboards/12db1a0a",
64
+ "The name of the schedule/task": "Le nom de la planification/tâche",
65
+ "Cron expression for the schedule (e.g., \"0 9 ? * * *\" for 9 AM UTC daily) https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-scheduled-rule-pattern.html": "Expression cron pour l'horaire (par exemple, \"0 9 ? * *\" pour 9 AM UTC tous les jours) https://docs.aws.文.com/eventbridge/latest/userguide/eb-scheduled-rule-pattern.html",
66
+ "Timezone for the schedule (e.g., \"UTC\", \"America/New_York\") Refer : https://data.iana.org/time-zones/tzdb-2021a/zone1970.tab": "Fuseau horaire (par exemple, \"UTC\", \"Amérique/New_York\") Référez-vous à : https://data.iana.org/time-zones/tzdb-2021a/zone1970.tab",
67
+ "Output format for the schedule": "Format de sortie pour l'horaire",
68
+ "Type of destination for the schedule": "Type de destination pour l'horaire",
69
+ "Webhook URL (required when destinationType is webhook)": "URL du Webhook (requis lorsque le type de destination est webhook)",
70
+ "Email recipients (required when destinationType is email)": "Destinataires de l'e-mail (requis lorsque destinationType est un email)",
71
+ "Subject line for email delivery": "Sujet pour l’envoi de courriel",
72
+ "Paper format for PDF output": "Format papier pour la sortie PDF",
73
+ "Paper orientation for PDF output": "Orientation papier pour la sortie PDF",
74
+ "Select the document": "Sélectionnez le document",
75
+ "Select the schedule": "Sélectionnez le calendrier",
76
+ "The natural language description of the query you want to generate (e.g., \"Show me all users who signed up in the last month\")": "La description du langage naturel de la requête que vous voulez générer (par exemple, \"Montrez-moi tous les utilisateurs qui se sont inscrits au cours du mois dernier\")",
77
+ "The name of the topic to use as context for the query generation": "Le nom du sujet à utiliser comme contexte pour la génération de requête",
78
+ "The ID of the model branch to use for query generation. If not provided, the main branch will be used": "L'ID de la branche du modèle à utiliser pour la génération de requête. Si elle n'est pas fournie, la branche principale sera utilisée",
79
+ "The query object to provide as context. This can be used to reference previous queries or provide additional context for the generation": "L'objet de requête à fournir en tant que contexte. Cela peut être utilisé pour référencer les requêtes précédentes ou fournir un contexte supplémentaire pour la génération",
80
+ "When enabled, the API will return a more strictly structured query format": "Lorsqu'elle est activée, l'API retournera un format de requête plus strictement structuré",
81
+ "The path of the destination folder. Use null to move the document to the root level (no folder)": "Le chemin du dossier de destination. Utilisez NULL pour déplacer le document à la racine (sans répertoire)",
82
+ "Optional sharing scope for the document. If not provided, the scope will be computed": "Possibilité de partage facultatif pour le document. Si non fourni, la portée sera calculée",
83
+ "A JSON object representing the query to be run. You can retrieve a query's JSON object from an Omni workbook by opening the Inspector panel (Option + 9 on Mac, Alt + 9 on Windows) and copying the Query structure": "Un objet JSON représentant la requête à exécuter. Vous pouvez récupérer l'objet JSON d'une requête depuis un classeur Omni en ouvrant le panneau Inspecteur (Option + 9 sur Mac, Alt + 9 sous Windows) et la copie de la structure de requête",
84
+ "Number of rows to be returned (defaults to 1000). Set to null for unlimited results": "Nombre de lignes à retourner (par défaut 1000). Définir à NULL pour un nombre illimité de résultats",
85
+ "Optional cache policy to control how query caching behaves": "Politique optionnelle de cache pour contrôler le comportement de la mise en cache des requêtes",
86
+ "Apply formatting to numeric and currency values (currency symbols and thousand separators)": "Appliquer le formatage aux valeurs numériques et monétaires (symboles de devises et milliers de séparateurs)",
87
+ "Specifies the format of query results. If omitted, returns base64 encoded Apache Arrow format": "Spécifie le format des résultats de la requête. Si omis, retourne le format Apache Arrow encodé en base64",
88
+ "If enabled, returns the query execution plan without running the query": "Si activé, retourne le plan d'exécution de la requête sans exécuter la requête",
89
+ "Optional UUID to run the query as a specific user": "UUID optionnel pour exécuter la requête en tant qu'utilisateur spécifique",
90
+ "Authorization headers are injected automatically from your connection.": "Les Headers d'autorisation sont injectés automatiquement à partir de votre connexion.",
91
+ "Enable for files like PDFs, images, etc.": "Activer pour les fichiers comme les PDFs, les images, etc.",
92
+ "Link Only": "Lien uniquement",
93
+ "PDF": "PDF",
94
+ "PNG": "PNG",
95
+ "CSV": "CSV",
96
+ "XLSX": "XLSX",
97
+ "JSON": "JSON",
98
+ "Email": "Courriel",
99
+ "Webhook": "Webhook",
100
+ "SFTP": "SFTP",
101
+ "Letter": "Lettre",
102
+ "A4": "A4",
103
+ "Portrait": "Portrait",
104
+ "Landscape": "Paysage",
105
+ "Organization": "Organisation",
106
+ "Restricted": "Restreint",
107
+ "Standard": "Standard",
108
+ "Skip Requery (default)": "Ignorer la rerequête (par défaut)",
109
+ "Skip Cache": "Ignorer le cache",
110
+ "GET": "GET",
111
+ "POST": "POST",
112
+ "PATCH": "PATCH",
113
+ "PUT": "PUT",
114
+ "DELETE": "DELETE",
115
+ "HEAD": "HEAD",
116
+ "None": "Aucun",
117
+ "Form Data": "Données du formulaire",
118
+ "Raw": "Brut"
119
+ }
@@ -0,0 +1,119 @@
1
+ {
2
+ "\n": "\n",
3
+ "Create a document": "ドキュメントを作成",
4
+ "Create a schedule": "スケジュールを作成",
5
+ "Delete a document": "ドキュメントを削除",
6
+ "Delete a schedule": "スケジュールを削除",
7
+ "Edit schedule": "スケジュールを編集",
8
+ "Generate query": "クエリを生成する",
9
+ "Move document": "ドキュメントを移動",
10
+ "Run query": "クエリの実行",
11
+ "Custom API Call": "カスタムAPI通話",
12
+ "Creates a new document": "新しいドキュメントを作成",
13
+ "Creates a scheduled task for a dashboard with support for email, SFTP, and webhook destinations": "メール、SFTP、Webhook送信先をサポートするダッシュボードのスケジュールされたタスクを作成します",
14
+ "Deletes the specified document and places it in the Trash": "指定したドキュメントを削除し、ゴミ箱に配置します。",
15
+ "Deletes a schedule using its UUID": "UUID を使用してスケジュールを削除",
16
+ "Updates a scheduled task. Only properties included will be updated": "スケジュールされたタスクを更新します。含まれているプロパティのみが更新されます",
17
+ "Transforms a natural language description into a structured Omni query": "自然言語の記述を構造化されたOmniクエリに変換します",
18
+ "Moves a document to a new folder or to the root level": "ドキュメントを新しいフォルダーまたはルートレベルに移動します。",
19
+ "Runs a query and returns the results as base64 encoded Apache Arrow table or in specified format": "クエリを実行し、結果を base64 エンコードされた Apache Arrow テーブルまたは指定されたフォーマットで返します。",
20
+ "Make a custom API call to a specific endpoint": "特定のエンドポイントへのカスタム API コールを実行します。",
21
+ "Model ID": "モデル ID",
22
+ "Document Name": "ドキュメント名",
23
+ "Query Presentations": "クエリのプレゼンテーション",
24
+ "Dashboard Identifier": "ダッシュボード識別子",
25
+ "Schedule Name": "スケジュール名",
26
+ "Schedule (Cron Expression)": "スケジュール(Cron式)",
27
+ "Timezone": "Timezone",
28
+ "Format": "書式",
29
+ "Destination Type": "宛先タイプ",
30
+ "URL": "URL",
31
+ "Recipients": "Recipients",
32
+ "Email Subject": "メールの件名",
33
+ "Paper Format": "用紙の書式",
34
+ "Paper Orientation": "用紙の向き",
35
+ "Document": "ドキュメント",
36
+ "Schedule": "スケジュール",
37
+ "Prompt": "Prompt",
38
+ "Current Topic Name": "現在のトピック名",
39
+ "Branch ID": "支店ID",
40
+ "Context Query": "コンテキストクエリ",
41
+ "Structured Output": "構造化された出力",
42
+ "Folder Path": "フォルダパス",
43
+ "Scope": "スコープ",
44
+ "Query": "クエリ",
45
+ "Limit": "制限",
46
+ "Cache Policy": "キャッシュポリシー",
47
+ "Format Results": "フォーマット結果",
48
+ "Result Type": "結果タイプ",
49
+ "Plan Only": "プランのみ",
50
+ "User ID": "ユーザー ID",
51
+ "Method": "方法",
52
+ "Headers": "ヘッダー",
53
+ "Query Parameters": "クエリパラメータ",
54
+ "Body Type": "ボディタイプ",
55
+ "Body": "本文",
56
+ "Response is Binary ?": "応答はバイナリですか?",
57
+ "No Error on Failure": "失敗時にエラーはありません",
58
+ "Timeout (in seconds)": "タイムアウト(秒)",
59
+ "Follow redirects": "リダイレクトをフォローする",
60
+ "Select the model containing the database": "データベースを含むモデルを選択してください",
61
+ "The name of the document": "ドキュメントの名前",
62
+ "An array of queryPresentation objects, each representing a query in the document's workbook": "ドキュメントのワークブック内のクエリを表すqueryPresentation オブジェクトの配列。",
63
+ " The string after /dashboards is the dashboards ID; for example: https://blobsrus.omniapp.co/dashboards/12db1a0a": " /dashboardsの後の文字列はダッシュボードIDです。例: https://blobsrus.omniapp.co/dashboards/12db1a0a",
64
+ "The name of the schedule/task": "スケジュール/タスクの名前",
65
+ "Cron expression for the schedule (e.g., \"0 9 ? * * *\" for 9 AM UTC daily) https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-scheduled-rule-pattern.html": "スケジュールのCron式(例:\"0 9 ? * * *\" for 9 AM UTC毎日) https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-scheduled-rule-pattern.html",
66
+ "Timezone for the schedule (e.g., \"UTC\", \"America/New_York\") Refer : https://data.iana.org/time-zones/tzdb-2021a/zone1970.tab": "スケジュールのタイムゾーン (例: \"UTC\", \"America/New_York\") 参照: https://data.iana.org/time-zones/tzdb-2021a/zone1970.tab",
67
+ "Output format for the schedule": "スケジュールの出力フォーマット",
68
+ "Type of destination for the schedule": "スケジュールの宛先の種類",
69
+ "Webhook URL (required when destinationType is webhook)": "Webhook URL (destinationType が webhook の場合に必須)",
70
+ "Email recipients (required when destinationType is email)": "メールの受信者(宛先タイプがメールの場合は必須)",
71
+ "Subject line for email delivery": "メール配信の件名",
72
+ "Paper format for PDF output": "PDF出力用の用紙フォーマット",
73
+ "Paper orientation for PDF output": "PDF出力用の用紙の向き",
74
+ "Select the document": "ドキュメントを選択",
75
+ "Select the schedule": "スケジュールを選択",
76
+ "The natural language description of the query you want to generate (e.g., \"Show me all users who signed up in the last month\")": "生成したいクエリの自然言語記述(例:「先月サインアップしたすべてのユーザーを表示」)",
77
+ "The name of the topic to use as context for the query generation": "クエリ生成のコンテキストとして使用するトピックの名前",
78
+ "The ID of the model branch to use for query generation. If not provided, the main branch will be used": "クエリ生成に使用するモデルブランチの ID です。指定されていない場合は、メインブランチが使用されます",
79
+ "The query object to provide as context. This can be used to reference previous queries or provide additional context for the generation": "コンテキストとして提供するクエリオブジェクト。これは以前のクエリを参照したり、生成に追加のコンテキストを提供するために使用できます。",
80
+ "When enabled, the API will return a more strictly structured query format": "有効にすると、APIはより厳密に構造化されたクエリフォーマットを返します",
81
+ "The path of the destination folder. Use null to move the document to the root level (no folder)": "宛先フォルダのパス。ドキュメントをルートレベル(フォルダなし)に移動するにはnullを使用します。",
82
+ "Optional sharing scope for the document. If not provided, the scope will be computed": "ドキュメントのオプションの共有スコープ。指定されていない場合、スコープは計算されます。",
83
+ "A JSON object representing the query to be run. You can retrieve a query's JSON object from an Omni workbook by opening the Inspector panel (Option + 9 on Mac, Alt + 9 on Windows) and copying the Query structure": "実行するクエリを表す JSON オブジェクト。 インスペクターパネルを開くと、OmniワークブックからクエリーのJSONオブジェクトを取得できます (Macの場合はOption + 9)。 Alt + 9 (Windows の場合) とクエリ構造のコピー",
84
+ "Number of rows to be returned (defaults to 1000). Set to null for unlimited results": "返される行数(デフォルトは1000)。無制限の結果を得るにはnullに設定してください。",
85
+ "Optional cache policy to control how query caching behaves": "クエリキャッシュの動作を制御する任意のキャッシュポリシー",
86
+ "Apply formatting to numeric and currency values (currency symbols and thousand separators)": "数値と通貨の値 (通貨記号と千桁の区切り文字) に書式を適用します",
87
+ "Specifies the format of query results. If omitted, returns base64 encoded Apache Arrow format": "クエリ結果の形式を指定します。省略すると、base64 エンコードされた Apache Arrow 形式を返します。",
88
+ "If enabled, returns the query execution plan without running the query": "有効にすると、クエリを実行せずにクエリ実行計画を返します",
89
+ "Optional UUID to run the query as a specific user": "特定のユーザーとしてクエリを実行するオプションの UUID",
90
+ "Authorization headers are injected automatically from your connection.": "認証ヘッダは接続から自動的に注入されます。",
91
+ "Enable for files like PDFs, images, etc.": "PDF、画像などのファイルを有効にする",
92
+ "Link Only": "リンクのみ",
93
+ "PDF": "PDF",
94
+ "PNG": "PNG",
95
+ "CSV": "CSV",
96
+ "XLSX": "XLSX形式の",
97
+ "JSON": "JSON",
98
+ "Email": "Eメールアドレス",
99
+ "Webhook": "Webhook",
100
+ "SFTP": "SFTP",
101
+ "Letter": "手紙",
102
+ "A4": "A4",
103
+ "Portrait": "縦向き",
104
+ "Landscape": "ランドスケープ",
105
+ "Organization": "組織",
106
+ "Restricted": "制限された",
107
+ "Standard": "標準",
108
+ "Skip Requery (default)": "要求をスキップ (デフォルト)",
109
+ "Skip Cache": "キャッシュをスキップ",
110
+ "GET": "取得",
111
+ "POST": "POST",
112
+ "PATCH": "PATCH",
113
+ "PUT": "PUT",
114
+ "DELETE": "削除",
115
+ "HEAD": "頭",
116
+ "None": "なし",
117
+ "Form Data": "フォームデータ",
118
+ "Raw": "Raw"
119
+ }
@@ -0,0 +1,119 @@
1
+ {
2
+ "\n": "\n",
3
+ "Create a document": "Een document aanmaken",
4
+ "Create a schedule": "Maak een schema",
5
+ "Delete a document": "Verwijder een document",
6
+ "Delete a schedule": "Een schema verwijderen",
7
+ "Edit schedule": "Schema bewerken",
8
+ "Generate query": "Genereer query",
9
+ "Move document": "Document verplaatsen",
10
+ "Run query": "Zoekopdracht uitvoeren",
11
+ "Custom API Call": "Custom API Call",
12
+ "Creates a new document": "Maakt een nieuw document aan",
13
+ "Creates a scheduled task for a dashboard with support for email, SFTP, and webhook destinations": "Maakt een geplande taak voor een dashboard met ondersteuning voor e-mail-, SFTP-- en webhook bestemmingen",
14
+ "Deletes the specified document and places it in the Trash": "Verwijdert het opgegeven document en plaatst het in de prullenbak",
15
+ "Deletes a schedule using its UUID": "Verwijdert een schema met behulp van de UUID",
16
+ "Updates a scheduled task. Only properties included will be updated": "Werkt een geplande taak bij. Alleen bijgeleverde eigenschappen worden bijgewerkt",
17
+ "Transforms a natural language description into a structured Omni query": "Transformeer een natuurlijke taalbeschrijving naar een gestructureerde Omni query",
18
+ "Moves a document to a new folder or to the root level": "Verplaatst een document naar een nieuwe map of naar het hoofdniveau",
19
+ "Runs a query and returns the results as base64 encoded Apache Arrow table or in specified format": "Voert een query uit en retourneert de resultaten als base64 gecodeerde Apache pijl tabel of in het opgegeven formaat",
20
+ "Make a custom API call to a specific endpoint": "Maak een aangepaste API call naar een specifiek eindpunt",
21
+ "Model ID": "Model ID",
22
+ "Document Name": "Document naam",
23
+ "Query Presentations": "Query presentaties",
24
+ "Dashboard Identifier": "Dashboard ID",
25
+ "Schedule Name": "Schedule naam",
26
+ "Schedule (Cron Expression)": "Plan (Cron expressie)",
27
+ "Timezone": "Timezone",
28
+ "Format": "Formatteren",
29
+ "Destination Type": "Type bestemming",
30
+ "URL": "URL",
31
+ "Recipients": "Ontvangers",
32
+ "Email Subject": "E-mail Onderwerp",
33
+ "Paper Format": "Papieren formaat",
34
+ "Paper Orientation": "Papieren oriëntatie",
35
+ "Document": "Document",
36
+ "Schedule": "Planning",
37
+ "Prompt": "Prompt",
38
+ "Current Topic Name": "Huidige onderwerpnaam",
39
+ "Branch ID": "ID filiaal",
40
+ "Context Query": "Context Query",
41
+ "Structured Output": "Gestructureerde uitgang",
42
+ "Folder Path": "Map pad",
43
+ "Scope": "Bereik",
44
+ "Query": "Zoekopdracht",
45
+ "Limit": "Limiet",
46
+ "Cache Policy": "Cache beleid",
47
+ "Format Results": "Formatteer resultaten",
48
+ "Result Type": "Resultaat type",
49
+ "Plan Only": "Alleen Plan",
50
+ "User ID": "Gebruiker ID",
51
+ "Method": "Methode",
52
+ "Headers": "Kopteksten",
53
+ "Query Parameters": "Query parameters",
54
+ "Body Type": "Type lichaam",
55
+ "Body": "Lichaam",
56
+ "Response is Binary ?": "Antwoord is binair?",
57
+ "No Error on Failure": "Geen fout bij fout",
58
+ "Timeout (in seconds)": "Time-out (in seconden)",
59
+ "Follow redirects": "Volg omleidingen",
60
+ "Select the model containing the database": "Selecteer het model dat de database bevat",
61
+ "The name of the document": "De naam van het document",
62
+ "An array of queryPresentation objects, each representing a query in the document's workbook": "Een reeks queryPresentation objecten, elk vertegenwoordigt een query in het werkboek van het document",
63
+ " The string after /dashboards is the dashboards ID; for example: https://blobsrus.omniapp.co/dashboards/12db1a0a": " De string na /dashboards is de dashboards ID; bijvoorbeeld: https://blobsrus.omniapp.co/dashboards/12db1a0a",
64
+ "The name of the schedule/task": "De naam van de planning/taak",
65
+ "Cron expression for the schedule (e.g., \"0 9 ? * * *\" for 9 AM UTC daily) https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-scheduled-rule-pattern.html": "Cron expressie voor het schema (bijv. \"0 9? * *\" voor 9 AM UTC dagelijks) https://docs.aws.aws._mark.com/eventbridge/latest/userguide/eb-scheduled-regels-pattern.html",
66
+ "Timezone for the schedule (e.g., \"UTC\", \"America/New_York\") Refer : https://data.iana.org/time-zones/tzdb-2021a/zone1970.tab": "Timezone voor de schedule (bijv. \"UTC\", \"America/New_York\") Refer op: https://data.iana.org/time-zones/tzdb-2021a/zone1970.tab",
67
+ "Output format for the schedule": "Uitvoerformaat voor het schema",
68
+ "Type of destination for the schedule": "Type bestemming voor het schema",
69
+ "Webhook URL (required when destinationType is webhook)": "Webhook URL (vereist als bestemmingType webhook)",
70
+ "Email recipients (required when destinationType is email)": "E-mail ontvangers (verplicht als het bestemmingstype e-mail is)",
71
+ "Subject line for email delivery": "Onderwerp regel voor e-mail levering",
72
+ "Paper format for PDF output": "Papieren formaat voor PDF uitvoer",
73
+ "Paper orientation for PDF output": "Papieren oriëntatie voor PDF-uitvoer",
74
+ "Select the document": "Document selecteren",
75
+ "Select the schedule": "Selecteer de planning",
76
+ "The natural language description of the query you want to generate (e.g., \"Show me all users who signed up in the last month\")": "De natuurlijke taalbeschrijving van de query die u wilt genereren (bijv. \"Toon me alle gebruikers die zich in de afgelopen maand hebben aangemeld\")",
77
+ "The name of the topic to use as context for the query generation": "De naam van het onderwerp om te gebruiken als context voor de query generatie",
78
+ "The ID of the model branch to use for query generation. If not provided, the main branch will be used": "Het ID van de modelbranch die moet worden gebruikt voor query generatie. Als dit niet het geval is, wordt de hoofdbranch gebruikt",
79
+ "The query object to provide as context. This can be used to reference previous queries or provide additional context for the generation": "Het query object om op te geven als context. Dit kan worden gebruikt om eerdere query's te verwijzen of aanvullende context voor de generatie",
80
+ "When enabled, the API will return a more strictly structured query format": "Wanneer ingeschakeld, zal de API een sterker gestructureerd query formaat retourneren",
81
+ "The path of the destination folder. Use null to move the document to the root level (no folder)": "Het pad van de doelmap. Gebruik null om het document naar het hoofdniveau te verplaatsen (geen map)",
82
+ "Optional sharing scope for the document. If not provided, the scope will be computed": "Optionele delen scope voor het document. Indien niet opgegeven, zal de scope worden berekend",
83
+ "A JSON object representing the query to be run. You can retrieve a query's JSON object from an Omni workbook by opening the Inspector panel (Option + 9 on Mac, Alt + 9 on Windows) and copying the Query structure": "Een JSON-object dat de uit te voeren query weergeeft. U kunt een JSON-object van een query uit een Omni werkboek ophalen door het Inspector paneel (Optie + 9 op Mac, ALT + 9 op Windows) en de Query structuur kopiëren",
84
+ "Number of rows to be returned (defaults to 1000). Set to null for unlimited results": "Aantal rijen worden geretourneerd (standaard 1000). Zet op nul voor onbeperkte resultaten",
85
+ "Optional cache policy to control how query caching behaves": "Optioneel cachebeleid om te bepalen hoe query caching zich gedraagt",
86
+ "Apply formatting to numeric and currency values (currency symbols and thousand separators)": "Opmaak toepassen op numerieke en valuta waarden (valuta symbolen en duizend scheidingstekens)",
87
+ "Specifies the format of query results. If omitted, returns base64 encoded Apache Arrow format": "Specificeert het formaat van query resultaten. Indien weggelaten geeft base64 gecodeerde Apache pijl formaat terug",
88
+ "If enabled, returns the query execution plan without running the query": "Retourneert het queryuitvoeringsplan zonder de query uit te voeren",
89
+ "Optional UUID to run the query as a specific user": "Optionele UUID voor het uitvoeren van de query als een specifieke gebruiker",
90
+ "Authorization headers are injected automatically from your connection.": "Autorisatie headers worden automatisch geïnjecteerd vanuit uw verbinding.",
91
+ "Enable for files like PDFs, images, etc.": "Inschakelen voor bestanden zoals PDF's, afbeeldingen etc.",
92
+ "Link Only": "Alleen link",
93
+ "PDF": "PDF-bestand",
94
+ "PNG": "PNG",
95
+ "CSV": "csv",
96
+ "XLSX": "XLSX",
97
+ "JSON": "JSON",
98
+ "Email": "E-mail",
99
+ "Webhook": "Webhook",
100
+ "SFTP": "SFTP",
101
+ "Letter": "Brief",
102
+ "A4": "A4",
103
+ "Portrait": "Staand",
104
+ "Landscape": "Liggend",
105
+ "Organization": "Rekening",
106
+ "Restricted": "Beperkt",
107
+ "Standard": "Standaard",
108
+ "Skip Requery (default)": "Sla verzoek over (standaard)",
109
+ "Skip Cache": "Cache overslaan",
110
+ "GET": "KRIJG",
111
+ "POST": "POSTE",
112
+ "PATCH": "BEKIJK",
113
+ "PUT": "PUT",
114
+ "DELETE": "VERWIJDEREN",
115
+ "HEAD": "HOOFD",
116
+ "None": "geen",
117
+ "Form Data": "Formulieren gegevens",
118
+ "Raw": "Onbewerkte"
119
+ }
@@ -0,0 +1,119 @@
1
+ {
2
+ "\n": "\n",
3
+ "Create a document": "Criar um documento",
4
+ "Create a schedule": "Criar um agendamento",
5
+ "Delete a document": "Apagar um documento",
6
+ "Delete a schedule": "Excluir uma programação",
7
+ "Edit schedule": "Editar agendamento",
8
+ "Generate query": "Gerar consulta",
9
+ "Move document": "Mover documento",
10
+ "Run query": "Executar consulta",
11
+ "Custom API Call": "Chamada de API personalizada",
12
+ "Creates a new document": "Cria um novo documento",
13
+ "Creates a scheduled task for a dashboard with support for email, SFTP, and webhook destinations": "Cria uma tarefa programada para um painel com suporte para e-mails, SFTP e destinos de webhook",
14
+ "Deletes the specified document and places it in the Trash": "Exclui o documento especificado e o coloca na Lixeira",
15
+ "Deletes a schedule using its UUID": "Exclui um agendamento usando seu UUID",
16
+ "Updates a scheduled task. Only properties included will be updated": "Atualiza uma tarefa programada. Somente as propriedades incluídas serão atualizadas",
17
+ "Transforms a natural language description into a structured Omni query": "Transforma uma descrição de linguagem natural em uma consulta Omni estruturada",
18
+ "Moves a document to a new folder or to the root level": "Move um documento para uma nova pasta ou para o nível raiz",
19
+ "Runs a query and returns the results as base64 encoded Apache Arrow table or in specified format": "Executa uma consulta e retorna os resultados como base64 codificado na tabela Apache Arrow ou no formato especificado",
20
+ "Make a custom API call to a specific endpoint": "Faça uma chamada de API personalizada para um ponto de extremidade específico",
21
+ "Model ID": "ID do modelo",
22
+ "Document Name": "Nome do documento",
23
+ "Query Presentations": "Apresentações de consultas",
24
+ "Dashboard Identifier": "Identificador do painel",
25
+ "Schedule Name": "Nome do agendamento",
26
+ "Schedule (Cron Expression)": "Programação (Expressão Cron)",
27
+ "Timezone": "Timezone",
28
+ "Format": "Formato",
29
+ "Destination Type": "Tipo de destino",
30
+ "URL": "URL:",
31
+ "Recipients": "Destinatários",
32
+ "Email Subject": "Assunto do e-mail",
33
+ "Paper Format": "Formato em papel",
34
+ "Paper Orientation": "Orientação do papel",
35
+ "Document": "Documento",
36
+ "Schedule": "Agendamento",
37
+ "Prompt": "Aviso",
38
+ "Current Topic Name": "Nome atual do tópico",
39
+ "Branch ID": "Identificação da filial",
40
+ "Context Query": "Consulta de Contexto",
41
+ "Structured Output": "Saída estruturada",
42
+ "Folder Path": "Caminho da pasta",
43
+ "Scope": "Escopo",
44
+ "Query": "Requisição",
45
+ "Limit": "Limitar",
46
+ "Cache Policy": "Política de cache",
47
+ "Format Results": "Formato dos resultados",
48
+ "Result Type": "Tipo de resultado",
49
+ "Plan Only": "Somente o plano",
50
+ "User ID": "ID de usuário",
51
+ "Method": "Método",
52
+ "Headers": "Cabeçalhos",
53
+ "Query Parameters": "Parâmetros da consulta",
54
+ "Body Type": "Tipo de Corpo",
55
+ "Body": "Conteúdo",
56
+ "Response is Binary ?": "A resposta é binária ?",
57
+ "No Error on Failure": "Nenhum erro no Failure",
58
+ "Timeout (in seconds)": "Tempo limite (em segundos)",
59
+ "Follow redirects": "Seguir redirecionamentos",
60
+ "Select the model containing the database": "Selecione o modelo que contém o banco de dados",
61
+ "The name of the document": "O nome do documento",
62
+ "An array of queryPresentation objects, each representing a query in the document's workbook": "Um array de objetos de consulta de apresentação, cada um representando uma consulta na pasta de trabalho do documento",
63
+ " The string after /dashboards is the dashboards ID; for example: https://blobsrus.omniapp.co/dashboards/12db1a0a": " A string após /dashboards é o ID dos painéis; por exemplo: https://blobsrus.omniapp.co/dashboards/12db1a0a",
64
+ "The name of the schedule/task": "O nome do agendamento/tarefa",
65
+ "Cron expression for the schedule (e.g., \"0 9 ? * * *\" for 9 AM UTC daily) https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-scheduled-rule-pattern.html": "Expressão Cron para o agendamento (por exemplo, \"0 9 ? * * *\" para 9 AM UTC diariamente) https://docs.amazon.com/eventbridge/latest/userguide/eb-scheduled-rule-pattern.html",
66
+ "Timezone for the schedule (e.g., \"UTC\", \"America/New_York\") Refer : https://data.iana.org/time-zones/tzdb-2021a/zone1970.tab": "Fuso horário para o cronograma (por exemplo, \"UTC\", \"América/New_York\") Referência: https://data.iana.org/time-zones/tzdb-2021a/zone1970.tab",
67
+ "Output format for the schedule": "Formato de saída para o cronograma",
68
+ "Type of destination for the schedule": "Tipo de destino para o agendamento",
69
+ "Webhook URL (required when destinationType is webhook)": "URL do Webhook (necessário quando o tipo de destino é webhook)",
70
+ "Email recipients (required when destinationType is email)": "Destinatários de e-mail (necessário quando o tipo de destino é e-mail)",
71
+ "Subject line for email delivery": "Linha de assunto para entrega de e-mail",
72
+ "Paper format for PDF output": "Formato de papel para saída de PDF",
73
+ "Paper orientation for PDF output": "Orientação de papel para saída de PDF",
74
+ "Select the document": "Selecionar documento",
75
+ "Select the schedule": "Selecione a programação",
76
+ "The natural language description of the query you want to generate (e.g., \"Show me all users who signed up in the last month\")": "A descrição do idioma natural da consulta que você deseja gerar (por exemplo, \"Mostre-me todos os usuários que se inscreveram no mês passado\")",
77
+ "The name of the topic to use as context for the query generation": "O nome do tópico a ser usado como contexto para a geração de consultas",
78
+ "The ID of the model branch to use for query generation. If not provided, the main branch will be used": "A ID do ramo do modelo a ser usado para a geração de consultas. Se não for fornecido, a ramificação principal será usada",
79
+ "The query object to provide as context. This can be used to reference previous queries or provide additional context for the generation": "O objeto de consulta para fornecer como contexto. Isto pode ser usado para fazer referência a consultas anteriores ou fornecer um contexto adicional para a geração",
80
+ "When enabled, the API will return a more strictly structured query format": "Quando habilitada, a API retornará um formato de consulta mais estritamente estruturado",
81
+ "The path of the destination folder. Use null to move the document to the root level (no folder)": "O caminho da pasta de destino. Use nulo para mover o documento para o nível de raiz (sem pasta)",
82
+ "Optional sharing scope for the document. If not provided, the scope will be computed": "Escopo de compartilhamento opcional para o documento. Se não fornecido, o escopo será calculado",
83
+ "A JSON object representing the query to be run. You can retrieve a query's JSON object from an Omni workbook by opening the Inspector panel (Option + 9 on Mac, Alt + 9 on Windows) and copying the Query structure": "Um objeto JSON representando a consulta a ser executada. Você pode recuperar o objeto JSON de uma consulta de um livro de trabalho Omni abrindo o painel de Inspetores (Opção + 9 em Mac, Alt + 9 no Windows) e copiar a estrutura de consulta",
84
+ "Number of rows to be returned (defaults to 1000). Set to null for unlimited results": "Número de linhas a serem devolvidas (o padrão é 1000). Defina como null para resultados ilimitados",
85
+ "Optional cache policy to control how query caching behaves": "Política de cache opcional para controlar como a consulta de cache se comporta",
86
+ "Apply formatting to numeric and currency values (currency symbols and thousand separators)": "Aplicar formatação aos valores numéricos e monetários (símbolos de moeda e mil separadores)",
87
+ "Specifies the format of query results. If omitted, returns base64 encoded Apache Arrow format": "Especifica o formato dos resultados da consulta. Se omitido, retorna formato base64 codificado do Apache Arrow",
88
+ "If enabled, returns the query execution plan without running the query": "Se ativado, retorna o plano de execução da consulta sem executar a consulta",
89
+ "Optional UUID to run the query as a specific user": "UUID opcional para executar a consulta como um usuário específico",
90
+ "Authorization headers are injected automatically from your connection.": "Os cabeçalhos de autorização são inseridos automaticamente a partir da sua conexão.",
91
+ "Enable for files like PDFs, images, etc.": "Habilitar para arquivos como PDFs, imagens, etc.",
92
+ "Link Only": "Apenas Link",
93
+ "PDF": "Pdf",
94
+ "PNG": "PNG",
95
+ "CSV": "Csv",
96
+ "XLSX": "XLSX",
97
+ "JSON": "JSON",
98
+ "Email": "e-mail",
99
+ "Webhook": "Webhook",
100
+ "SFTP": "SFTP",
101
+ "Letter": "Letra",
102
+ "A4": "A4",
103
+ "Portrait": "Retrato",
104
+ "Landscape": "Paisagem",
105
+ "Organization": "Cliente",
106
+ "Restricted": "Restrito",
107
+ "Standard": "Padrão",
108
+ "Skip Requery (default)": "Pular Reconsulta (padrão)",
109
+ "Skip Cache": "Pular Cache",
110
+ "GET": "OBTER",
111
+ "POST": "POSTAR",
112
+ "PATCH": "COMPRAR",
113
+ "PUT": "COLOCAR",
114
+ "DELETE": "EXCLUIR",
115
+ "HEAD": "CABEÇA",
116
+ "None": "Nenhuma",
117
+ "Form Data": "Dados de Formulário",
118
+ "Raw": "RAW"
119
+ }
@@ -51,10 +51,12 @@
51
51
  "Method": "Method",
52
52
  "Headers": "Headers",
53
53
  "Query Parameters": "Query Parameters",
54
+ "Body Type": "Body Type",
54
55
  "Body": "Body",
55
56
  "Response is Binary ?": "Response is Binary ?",
56
57
  "No Error on Failure": "No Error on Failure",
57
58
  "Timeout (in seconds)": "Timeout (in seconds)",
59
+ "Follow redirects": "Follow redirects",
58
60
  "Select the model containing the database": "Select the model containing the database",
59
61
  "The name of the document": "The name of the document",
60
62
  "An array of queryPresentation objects, each representing a query in the document's workbook": "An array of queryPresentation objects, each representing a query in the document's workbook",
@@ -86,7 +88,7 @@
86
88
  "If enabled, returns the query execution plan without running the query": "If enabled, returns the query execution plan without running the query",
87
89
  "Optional UUID to run the query as a specific user": "Optional UUID to run the query as a specific user",
88
90
  "Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
89
- "Enable for files like PDFs, images, etc..": "Enable for files like PDFs, images, etc..",
91
+ "Enable for files like PDFs, images, etc.": "Enable for files like PDFs, images, etc.",
90
92
  "Link Only": "Link Only",
91
93
  "PDF": "PDF",
92
94
  "PNG": "PNG",
@@ -110,5 +112,8 @@
110
112
  "PATCH": "PATCH",
111
113
  "PUT": "PUT",
112
114
  "DELETE": "DELETE",
113
- "HEAD": "HEAD"
115
+ "HEAD": "HEAD",
116
+ "None": "None",
117
+ "Form Data": "Form Data",
118
+ "Raw": "Raw"
114
119
  }
@@ -0,0 +1,119 @@
1
+ {
2
+ "\n": "\n",
3
+ "Create a document": "Create a document",
4
+ "Create a schedule": "Create a schedule",
5
+ "Delete a document": "Delete a document",
6
+ "Delete a schedule": "Delete a schedule",
7
+ "Edit schedule": "Edit schedule",
8
+ "Generate query": "Generate query",
9
+ "Move document": "Move document",
10
+ "Run query": "Run query",
11
+ "Custom API Call": "自定义 API 呼叫",
12
+ "Creates a new document": "Creates a new document",
13
+ "Creates a scheduled task for a dashboard with support for email, SFTP, and webhook destinations": "Creates a scheduled task for a dashboard with support for email, SFTP, and webhook destinations",
14
+ "Deletes the specified document and places it in the Trash": "Deletes the specified document and places it in the Trash",
15
+ "Deletes a schedule using its UUID": "Deletes a schedule using its UUID",
16
+ "Updates a scheduled task. Only properties included will be updated": "Updates a scheduled task. Only properties included will be updated",
17
+ "Transforms a natural language description into a structured Omni query": "Transforms a natural language description into a structured Omni query",
18
+ "Moves a document to a new folder or to the root level": "Moves a document to a new folder or to the root level",
19
+ "Runs a query and returns the results as base64 encoded Apache Arrow table or in specified format": "Runs a query and returns the results as base64 encoded Apache Arrow table or in specified format",
20
+ "Make a custom API call to a specific endpoint": "将一个自定义 API 调用到一个特定的终点",
21
+ "Model ID": "Model ID",
22
+ "Document Name": "Document Name",
23
+ "Query Presentations": "Query Presentations",
24
+ "Dashboard Identifier": "Dashboard Identifier",
25
+ "Schedule Name": "Schedule Name",
26
+ "Schedule (Cron Expression)": "Schedule (Cron Expression)",
27
+ "Timezone": "Timezone",
28
+ "Format": "Format",
29
+ "Destination Type": "Destination Type",
30
+ "URL": "URL",
31
+ "Recipients": "Recipients",
32
+ "Email Subject": "Email Subject",
33
+ "Paper Format": "Paper Format",
34
+ "Paper Orientation": "Paper Orientation",
35
+ "Document": "Document",
36
+ "Schedule": "Schedule",
37
+ "Prompt": "Prompt",
38
+ "Current Topic Name": "Current Topic Name",
39
+ "Branch ID": "Branch ID",
40
+ "Context Query": "Context Query",
41
+ "Structured Output": "Structured Output",
42
+ "Folder Path": "Folder Path",
43
+ "Scope": "Scope",
44
+ "Query": "Query",
45
+ "Limit": "Limit",
46
+ "Cache Policy": "Cache Policy",
47
+ "Format Results": "Format Results",
48
+ "Result Type": "Result Type",
49
+ "Plan Only": "Plan Only",
50
+ "User ID": "User ID",
51
+ "Method": "方法",
52
+ "Headers": "信头",
53
+ "Query Parameters": "查询参数",
54
+ "Body Type": "Body Type",
55
+ "Body": "正文内容",
56
+ "Response is Binary ?": "Response is Binary ?",
57
+ "No Error on Failure": "失败时没有错误",
58
+ "Timeout (in seconds)": "超时(秒)",
59
+ "Follow redirects": "Follow redirects",
60
+ "Select the model containing the database": "Select the model containing the database",
61
+ "The name of the document": "The name of the document",
62
+ "An array of queryPresentation objects, each representing a query in the document's workbook": "An array of queryPresentation objects, each representing a query in the document's workbook",
63
+ " The string after /dashboards is the dashboards ID; for example: https://blobsrus.omniapp.co/dashboards/12db1a0a": " The string after /dashboards is the dashboards ID; for example: https://blobsrus.omniapp.co/dashboards/12db1a0a",
64
+ "The name of the schedule/task": "The name of the schedule/task",
65
+ "Cron expression for the schedule (e.g., \"0 9 ? * * *\" for 9 AM UTC daily) https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-scheduled-rule-pattern.html": "Cron expression for the schedule (e.g., \"0 9 ? * * *\" for 9 AM UTC daily) https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-scheduled-rule-pattern.html",
66
+ "Timezone for the schedule (e.g., \"UTC\", \"America/New_York\") Refer : https://data.iana.org/time-zones/tzdb-2021a/zone1970.tab": "Timezone for the schedule (e.g., \"UTC\", \"America/New_York\") Refer : https://data.iana.org/time-zones/tzdb-2021a/zone1970.tab",
67
+ "Output format for the schedule": "Output format for the schedule",
68
+ "Type of destination for the schedule": "Type of destination for the schedule",
69
+ "Webhook URL (required when destinationType is webhook)": "Webhook URL (required when destinationType is webhook)",
70
+ "Email recipients (required when destinationType is email)": "Email recipients (required when destinationType is email)",
71
+ "Subject line for email delivery": "Subject line for email delivery",
72
+ "Paper format for PDF output": "Paper format for PDF output",
73
+ "Paper orientation for PDF output": "Paper orientation for PDF output",
74
+ "Select the document": "Select the document",
75
+ "Select the schedule": "Select the schedule",
76
+ "The natural language description of the query you want to generate (e.g., \"Show me all users who signed up in the last month\")": "The natural language description of the query you want to generate (e.g., \"Show me all users who signed up in the last month\")",
77
+ "The name of the topic to use as context for the query generation": "The name of the topic to use as context for the query generation",
78
+ "The ID of the model branch to use for query generation. If not provided, the main branch will be used": "The ID of the model branch to use for query generation. If not provided, the main branch will be used",
79
+ "The query object to provide as context. This can be used to reference previous queries or provide additional context for the generation": "The query object to provide as context. This can be used to reference previous queries or provide additional context for the generation",
80
+ "When enabled, the API will return a more strictly structured query format": "When enabled, the API will return a more strictly structured query format",
81
+ "The path of the destination folder. Use null to move the document to the root level (no folder)": "The path of the destination folder. Use null to move the document to the root level (no folder)",
82
+ "Optional sharing scope for the document. If not provided, the scope will be computed": "Optional sharing scope for the document. If not provided, the scope will be computed",
83
+ "A JSON object representing the query to be run. You can retrieve a query's JSON object from an Omni workbook by opening the Inspector panel (Option + 9 on Mac, Alt + 9 on Windows) and copying the Query structure": "A JSON object representing the query to be run. You can retrieve a query's JSON object from an Omni workbook by opening the Inspector panel (Option + 9 on Mac, Alt + 9 on Windows) and copying the Query structure",
84
+ "Number of rows to be returned (defaults to 1000). Set to null for unlimited results": "Number of rows to be returned (defaults to 1000). Set to null for unlimited results",
85
+ "Optional cache policy to control how query caching behaves": "Optional cache policy to control how query caching behaves",
86
+ "Apply formatting to numeric and currency values (currency symbols and thousand separators)": "Apply formatting to numeric and currency values (currency symbols and thousand separators)",
87
+ "Specifies the format of query results. If omitted, returns base64 encoded Apache Arrow format": "Specifies the format of query results. If omitted, returns base64 encoded Apache Arrow format",
88
+ "If enabled, returns the query execution plan without running the query": "If enabled, returns the query execution plan without running the query",
89
+ "Optional UUID to run the query as a specific user": "Optional UUID to run the query as a specific user",
90
+ "Authorization headers are injected automatically from your connection.": "授权头自动从您的连接中注入。",
91
+ "Enable for files like PDFs, images, etc.": "Enable for files like PDFs, images, etc.",
92
+ "Link Only": "Link Only",
93
+ "PDF": "PDF",
94
+ "PNG": "PNG",
95
+ "CSV": "CSV",
96
+ "XLSX": "XLSX",
97
+ "JSON": "JSON",
98
+ "Email": "电子邮件地址",
99
+ "Webhook": "Webhook",
100
+ "SFTP": "SFTP",
101
+ "Letter": "Letter",
102
+ "A4": "A4",
103
+ "Portrait": "Portrait",
104
+ "Landscape": "Landscape",
105
+ "Organization": "Organization",
106
+ "Restricted": "Restricted",
107
+ "Standard": "Standard",
108
+ "Skip Requery (default)": "Skip Requery (default)",
109
+ "Skip Cache": "Skip Cache",
110
+ "GET": "获取",
111
+ "POST": "帖子",
112
+ "PATCH": "PATCH",
113
+ "PUT": "弹出",
114
+ "DELETE": "删除",
115
+ "HEAD": "黑色",
116
+ "None": "无",
117
+ "Form Data": "表单数据",
118
+ "Raw": "原始文件"
119
+ }