@activepieces/piece-kustomer 0.0.1 → 0.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@activepieces/piece-kustomer",
3
- "version": "0.0.1",
3
+ "version": "0.0.3",
4
4
  "type": "commonjs",
5
5
  "main": "./src/index.js",
6
6
  "types": "./src/index.d.ts",
7
7
  "dependencies": {
8
- "tslib": "2.6.2",
9
- "@activepieces/pieces-common": "0.12.1",
10
- "@activepieces/pieces-framework": "0.27.1",
11
- "@activepieces/shared": "0.58.3"
8
+ "@activepieces/pieces-common": "0.12.3",
9
+ "@activepieces/pieces-framework": "0.29.0",
10
+ "@activepieces/shared": "0.82.0",
11
+ "tslib": "2.3.0"
12
12
  },
13
13
  "scripts": {
14
14
  "build": "tsc -p tsconfig.lib.json && cp package.json dist/",
@@ -0,0 +1,96 @@
1
+ {
2
+ "Create and manage Kustomer customers, conversations, and custom objects.": "Erstellen und verwalten Sie Kustomer Kunden, Konversationen und kundenspezifische Objekte.",
3
+ "Authenticate using a Kustomer API token.\n\nPaste a private Kustomer API token with access to customers, conversations, and KObjects.": "Authentifiziere dich mit einem Kustomer API Token.\n\nFüge ein privates Kustomer API Token mit Zugriff auf Kunden, Konversationen und KObjects ein.",
4
+ "Create Customer": "Kunde erstellen",
5
+ "Create Conversation": "Unterhaltung erstellen",
6
+ "Update Conversation": "Unterhaltung aktualisieren",
7
+ "Get Customer": "Kunde erhalten",
8
+ "Get Custom Objects": "Benutzerdefinierte Objekte",
9
+ "Custom API Call": "Eigener API-Aufruf",
10
+ "Creates a new customer record in Kustomer.": "Erstellt einen neuen Kundenrekord in Kustomer.",
11
+ "Creates a new conversation in Kustomer.": "Erstellt ein neues Gespräch in Kustomer.",
12
+ "Updates an existing conversation in Kustomer.": "Aktualisiert ein bestehendes Gespräch in Kustomer.",
13
+ "Gets a customer by ID from Kustomer.": "Ruft einen Kunden nach Ausweis von Kustomer ab.",
14
+ "Retrieves all custom objects (KObjects) for a given class in Kustomer.": "Ruft alle benutzerdefinierten Objekte (KObjects) für eine bestimmte Klasse in Kustomer ab.",
15
+ "Make a custom API call to a specific endpoint": "Einen benutzerdefinierten API-Aufruf an einen bestimmten Endpunkt machen",
16
+ "Full Name": "Voller Name",
17
+ "Email Address": "E-Mail-Adresse",
18
+ "Phone Number": "Telefonnummer",
19
+ "Company": "Firma",
20
+ "External ID": "Externe ID",
21
+ "Username": "Benutzername",
22
+ "Locale": "Lokal",
23
+ "Time Zone": "Zeitzone",
24
+ "Gender": "Geschlecht",
25
+ "Birthday": "Geburtstag",
26
+ "Signed Up At": "Registriert am",
27
+ "Avatar URL": "Avatar-URL",
28
+ "Customer ID": "Kunden-ID",
29
+ "Conversation Name": "Konversationsname",
30
+ "Status": "Status",
31
+ "Priority": "Priorität",
32
+ "Direction": "Richtung",
33
+ "Reply Channel": "Antwort-Kanal",
34
+ "Conversation ID": "Konversations-ID",
35
+ "KObject Class Name": "KObject Klassenname",
36
+ "From Date": "Von Datum",
37
+ "Method": "Methode",
38
+ "Headers": "Kopfzeilen",
39
+ "Query Parameters": "Abfrageparameter",
40
+ "Body Type": "Körpertyp",
41
+ "Body": "Körper",
42
+ "Response is Binary ?": "Antwort ist binär?",
43
+ "No Error on Failure": "Kein Fehler bei Fehler",
44
+ "Timeout (in seconds)": "Timeout (in Sekunden)",
45
+ "Follow redirects": "Weiterleitungen folgen",
46
+ "The customer's full name (e.g. \"Jane Doe\").": "Der volle Name des Kunden (z.B. \"Jane Doe\").",
47
+ "Primary email address of the customer.": "Primäre E-Mail-Adresse des Kunden.",
48
+ "Primary phone number in E.164 format (e.g. \"+14155551234\").": "Primäre Telefonnummer im E.164-Format (z.B. \"+14155551234\").",
49
+ "Name of the company the customer belongs to.": "Name der Firma, zu der der Kunde gehört.",
50
+ "Unique identifier from your own system (e.g. your CRM or database ID). Used to link this Kustomer record back to your data.": "Eindeutiger Identifikator aus Ihrem eigenen System (z.B. CRM- oder Datenbank-ID). Wird verwendet, um diesen Kustomer-Eintrag wieder mit Ihren Daten zu verknüpfen.",
51
+ "The customer's username in your system.": "Der Benutzername des Kunden in Ihrem System.",
52
+ "Language/locale code for the customer (e.g. \"en_US\", \"fr_FR\", \"de_DE\").": "Sprache/Locale-Code für den Kunden (z.B. \"de_US\", \"fr_FR\", \"de_DE\").",
53
+ "IANA timezone identifier (e.g. \"America/New_York\", \"Europe/London\", \"Asia/Tokyo\").": "IANA timezone identifier (e.g. \"America/New_York\", \"Europe/London\", \"Asia/Tokyo\").",
54
+ "The customer's gender.": "Geschlecht des Kunden.",
55
+ "Customer's birth date in ISO 8601 format (e.g. \"1990-06-15T00:00:00.000Z\").": "Geburtsdatum des Kunden im ISO 8601-Format (z.B. \"1990-06-15T00:00:00.000Z\").",
56
+ "When the customer registered, in ISO 8601 format (e.g. \"2024-01-15T10:30:00.000Z\").": "Bei der Registrierung des Kunden im ISO 8601-Format (z.B. \"2024-01-15T10:30:00.000Z\").",
57
+ "URL of the customer's profile image.": "URL des Profilbildes des Kunden.",
58
+ "The Kustomer ID of the customer this conversation belongs to. You can get this from the \"Get Customer\" action or from the URL when viewing a customer in Kustomer.": "Die Kustomer-ID des Kunden, zu dem dieses Gespräch gehört. Dies können Sie über die Aktion \"Kunde holen\" oder über die URL erhalten, wenn Sie einen Kunden in Kustomer ansehen.",
59
+ "A short subject or title for the conversation (max 256 characters).": "Ein kurzer Betreff oder Titel für die Unterhaltung (max. 256 Zeichen).",
60
+ "The initial status of the conversation.": "Der Anfangsstatus der Unterhaltung.",
61
+ "Conversation priority from 1 (lowest) to 5 (highest).": "Unterhaltungspriorität von 1 (niedrigste) bis 5 (Höchste).",
62
+ "\"Inbound\" means the customer initiated the conversation; \"Outbound\" means your team initiated it.": "\"Inbound\" bedeutet, dass der Kunde das Gespräch initiiert hat; \"Outbound\" bedeutet, dass Ihr Team es initiiert hat.",
63
+ "A unique identifier from your own system to link this conversation (max 256 characters).": "Ein eindeutiger Identifikator von Ihrem eigenen System, um diese Konversation zu verknüpfen (max. 256 Zeichen).",
64
+ "The channel used to reply in this conversation (e.g. \"email\", \"chat\"). Leave empty to use the workspace default.": "Der Kanal, der in dieser Unterhaltung geantwortet wurde (z.B. \"E-Mail\", \"Chat\"). Lassen Sie leer um den Arbeitsbereich zu verwenden.",
65
+ "The Kustomer ID of the conversation to update. You can get this from the \"Create Conversation\" action output or from the URL when viewing a conversation in Kustomer.": "Die Kustomer ID der Unterhaltung zu aktualisieren. Dies können Sie über die Aktion \"Konversation erstellen\" oder über die URL erhalten, wenn Sie eine Unterhaltung in Kustomer ansehen.",
66
+ "Change the status of the conversation.": "Status der Unterhaltung ändern.",
67
+ "Update the subject or title of the conversation.": "Betreff oder Titel der Unterhaltung aktualisieren.",
68
+ "The channel used to reply in this conversation (e.g. \"email\", \"chat\").": "Der Kanal, der in dieser Konversation antwortete (z.B. \"email\", \"chat\").",
69
+ "The Kustomer customer ID.": "Die Kustomer Kunden-ID.",
70
+ "The API name of the custom object class to fetch (e.g. \"order\", \"ticket\"). You can find this in Kustomer under Settings > Custom Objects — it is the lowercase identifier, not the display label.": "Der API-Name der zu holenden benutzerdefinierten Objektklasse (z.B. \"order\", \"ticket\"). Dies finden Sie unter Einstellungen > Benutzerdefinierte Objekte — es ist die Kleinbuchstabe, nicht die Anzeigebezeichnung.",
71
+ "Only return objects created or updated on or after this date. Use ISO 8601 format (e.g. \"2024-01-15T00:00:00.000Z\"). Leave empty to return all objects.": "Gibt nur Objekte zurück, die am oder nach diesem Datum erstellt oder aktualisiert wurden. Benutzen Sie das ISO 8601-Format (z.B. \"2024-01-15T00:00:00.000Z\"). Lassen Sie leer, um alle Objekte zurückzugeben.",
72
+ "Authorization headers are injected automatically from your connection.": "Autorisierungs-Header werden automatisch von Ihrer Verbindung injiziert.",
73
+ "Enable for files like PDFs, images, etc.": "Aktivieren für Dateien wie PDFs, Bilder usw.",
74
+ "Male": "Mann",
75
+ "Female": "Weiblich",
76
+ "Open": "Öffnen",
77
+ "Done": "Done",
78
+ "1 — Lowest": "1 — Niedrigste",
79
+ "2 — Low": "2 — Niedrig",
80
+ "3 — Medium": "3 — Mittel",
81
+ "4 — High": "4 — Hoch",
82
+ "5 — Highest": "5 — Am höchsten",
83
+ "Inbound": "Eingehend",
84
+ "Outbound": "Ausgehend",
85
+ "Snoozed": "Schlummert",
86
+ "GET": "ERHALTEN",
87
+ "POST": "POST",
88
+ "PATCH": "PATCH",
89
+ "PUT": "PUT",
90
+ "DELETE": "LÖSCHEN",
91
+ "HEAD": "HEAD",
92
+ "None": "Keine",
93
+ "JSON": "JSON",
94
+ "Form Data": "Formulardaten",
95
+ "Raw": "Rohe"
96
+ }
@@ -0,0 +1,96 @@
1
+ {
2
+ "Create and manage Kustomer customers, conversations, and custom objects.": "Crear y administrar clientes Kustomer, conversaciones y objetos personalizados.",
3
+ "Authenticate using a Kustomer API token.\n\nPaste a private Kustomer API token with access to customers, conversations, and KObjects.": "Autenticar usando un token de API de Kustomer.\n\nPegue un token privado de la API de Kustomer con acceso a clientes, conversaciones y KObjects.",
4
+ "Create Customer": "Crear cliente",
5
+ "Create Conversation": "Crear conversación",
6
+ "Update Conversation": "Actualizar conversación",
7
+ "Get Customer": "Obtener cliente",
8
+ "Get Custom Objects": "Obtener objetos personalizados",
9
+ "Custom API Call": "Llamada API personalizada",
10
+ "Creates a new customer record in Kustomer.": "Crea un nuevo registro de cliente en Kustomer.",
11
+ "Creates a new conversation in Kustomer.": "Crea una nueva conversación en Kustomer.",
12
+ "Updates an existing conversation in Kustomer.": "Actualiza una conversación existente en Kustomer.",
13
+ "Gets a customer by ID from Kustomer.": "Obtiene un cliente por identificación de Kustomer.",
14
+ "Retrieves all custom objects (KObjects) for a given class in Kustomer.": "Obtiene todos los objetos personalizados (KObjects) para una clase determinada en Kustomer.",
15
+ "Make a custom API call to a specific endpoint": "Hacer una llamada API personalizada a un extremo específico",
16
+ "Full Name": "Nombre completo",
17
+ "Email Address": "Dirección de email",
18
+ "Phone Number": "Número de teléfono",
19
+ "Company": "Empresa",
20
+ "External ID": "ID Externo",
21
+ "Username": "Usuario",
22
+ "Locale": "Local",
23
+ "Time Zone": "Zona horaria",
24
+ "Gender": "Sexo",
25
+ "Birthday": "Cumpleaños",
26
+ "Signed Up At": "Registrado en",
27
+ "Avatar URL": "URL del avatar",
28
+ "Customer ID": "ID del cliente",
29
+ "Conversation Name": "Nombre de la conversación",
30
+ "Status": "Estado",
31
+ "Priority": "Prioridad",
32
+ "Direction": "Dirección",
33
+ "Reply Channel": "Responder canal",
34
+ "Conversation ID": "ID de conversación",
35
+ "KObject Class Name": "Nombre de clase KObject",
36
+ "From Date": "Desde fecha",
37
+ "Method": "Método",
38
+ "Headers": "Encabezados",
39
+ "Query Parameters": "Parámetros de consulta",
40
+ "Body Type": "Tipo de cuerpo",
41
+ "Body": "Cuerpo",
42
+ "Response is Binary ?": "¿Respuesta es binaria?",
43
+ "No Error on Failure": "No hay ningún error en fallo",
44
+ "Timeout (in seconds)": "Tiempo de espera (en segundos)",
45
+ "Follow redirects": "Seguir redirecciones",
46
+ "The customer's full name (e.g. \"Jane Doe\").": "Nombre completo del cliente (por ejemplo, \"Jane Doe\").",
47
+ "Primary email address of the customer.": "Dirección de correo electrónico principal del cliente.",
48
+ "Primary phone number in E.164 format (e.g. \"+14155551234\").": "Número de teléfono principal en formato E.164 (por ejemplo, \"+14155551234\").",
49
+ "Name of the company the customer belongs to.": "Nombre de la empresa a la que pertenece el cliente.",
50
+ "Unique identifier from your own system (e.g. your CRM or database ID). Used to link this Kustomer record back to your data.": "Identificador único de su propio sistema (por ejemplo, su CRM o ID de base de datos). Utilizado para vincular este registro de Kustomer de vuelta a sus datos.",
51
+ "The customer's username in your system.": "El nombre de usuario del cliente en su sistema.",
52
+ "Language/locale code for the customer (e.g. \"en_US\", \"fr_FR\", \"de_DE\").": "Código de idioma/idioma para el cliente (por ejemplo, \"es_US\", \"fr_FR\", \"de_DE\").",
53
+ "IANA timezone identifier (e.g. \"America/New_York\", \"Europe/London\", \"Asia/Tokyo\").": "IANA timezone identifier (e.g. \"America/New_York\", \"Europe/London\", \"Asia/Tokyo\").",
54
+ "The customer's gender.": "El género del cliente.",
55
+ "Customer's birth date in ISO 8601 format (e.g. \"1990-06-15T00:00:00.000Z\").": "Fecha de nacimiento del cliente en formato ISO 8601 (por ejemplo, \"1990-06-15T00:00:00:00.000Z\").",
56
+ "When the customer registered, in ISO 8601 format (e.g. \"2024-01-15T10:30:00.000Z\").": "Cuando el cliente se registró, en formato ISO 8601 (por ejemplo, \"2024-01-15T10:30:00.000Z\").",
57
+ "URL of the customer's profile image.": "URL de la imagen de perfil del cliente.",
58
+ "The Kustomer ID of the customer this conversation belongs to. You can get this from the \"Get Customer\" action or from the URL when viewing a customer in Kustomer.": "El Kustomer ID del cliente al que pertenece esta conversación. Puede obtenerlo desde la acción \"Obtener cliente\" o desde la URL al ver un cliente en Kustomer.",
59
+ "A short subject or title for the conversation (max 256 characters).": "Un tema o título corto para la conversación (máx. 256 caracteres).",
60
+ "The initial status of the conversation.": "El estado inicial de la conversación.",
61
+ "Conversation priority from 1 (lowest) to 5 (highest).": "Prioridad de conversación de 1 (más bajo) a 5 (más alto).",
62
+ "\"Inbound\" means the customer initiated the conversation; \"Outbound\" means your team initiated it.": "\"Inbound\" significa que el cliente inició la conversación; \"Outbound\" significa que su equipo la ha iniciado.",
63
+ "A unique identifier from your own system to link this conversation (max 256 characters).": "Un identificador único de su propio sistema para vincular esta conversación (máx. 256 caracteres).",
64
+ "The channel used to reply in this conversation (e.g. \"email\", \"chat\"). Leave empty to use the workspace default.": "El canal utilizado para responder en esta conversación (por ejemplo, \"email\", \"chat\"). Dejar en blanco para usar el espacio de trabajo por defecto.",
65
+ "The Kustomer ID of the conversation to update. You can get this from the \"Create Conversation\" action output or from the URL when viewing a conversation in Kustomer.": "El ID de Kustomer de la conversación a actualizar. Puede obtenerlo desde la salida de la acción \"Crear conversación\" o desde la URL cuando vea una conversación en Kustomer.",
66
+ "Change the status of the conversation.": "Cambiar el estado de la conversación.",
67
+ "Update the subject or title of the conversation.": "Actualizar el asunto o el título de la conversación.",
68
+ "The channel used to reply in this conversation (e.g. \"email\", \"chat\").": "El canal utilizado para responder en esta conversación (por ejemplo, \"email\", \"chat\").",
69
+ "The Kustomer customer ID.": "El cliente Kustomer ID.",
70
+ "The API name of the custom object class to fetch (e.g. \"order\", \"ticket\"). You can find this in Kustomer under Settings > Custom Objects — it is the lowercase identifier, not the display label.": "El nombre de la API de la clase de objeto personalizada a buscar (por ejemplo, \"order\", \"ticket\"). Puede encontrar esto en Kustomer en Ajustes > Objetos Personalizados — es el identificador en minúsculas, no la etiqueta de visualización.",
71
+ "Only return objects created or updated on or after this date. Use ISO 8601 format (e.g. \"2024-01-15T00:00:00.000Z\"). Leave empty to return all objects.": "Devuelve sólo objetos creados o actualizados en o después de esta fecha. Utilice el formato ISO 8601 (por ejemplo, \"2024-01-15T00:00:00:00.000Z\"). Deje en blanco para devolver todos los objetos.",
72
+ "Authorization headers are injected automatically from your connection.": "Las cabeceras de autorización se inyectan automáticamente desde tu conexión.",
73
+ "Enable for files like PDFs, images, etc.": "Activar para archivos como PDFs, imágenes, etc.",
74
+ "Male": "Hombre",
75
+ "Female": "Mujer",
76
+ "Open": "Abrir",
77
+ "Done": "Hecho",
78
+ "1 — Lowest": "1 — Más bajo",
79
+ "2 — Low": "2 — Bajo",
80
+ "3 — Medium": "3 — Medio",
81
+ "4 — High": "4 — Alto",
82
+ "5 — Highest": "5 — Más alto",
83
+ "Inbound": "Entrante",
84
+ "Outbound": "Salida",
85
+ "Snoozed": "Pospuesto",
86
+ "GET": "RECOGER",
87
+ "POST": "POST",
88
+ "PATCH": "PATCH",
89
+ "PUT": "PUT",
90
+ "DELETE": "BORRAR",
91
+ "HEAD": "LIMPIO",
92
+ "None": "Ninguna",
93
+ "JSON": "JSON",
94
+ "Form Data": "Datos de Formulario",
95
+ "Raw": "Rápido"
96
+ }
@@ -0,0 +1,96 @@
1
+ {
2
+ "Create and manage Kustomer customers, conversations, and custom objects.": "Créez et gérez des clients Kustomer, des conversations et des objets personnalisés.",
3
+ "Authenticate using a Kustomer API token.\n\nPaste a private Kustomer API token with access to customers, conversations, and KObjects.": "Authentifiez-vous en utilisant un jeton API Kustomer.\n\nCollez un jeton d'API privé Kustomer avec accès aux clients, aux conversations et aux KObjects.",
4
+ "Create Customer": "Créer un client",
5
+ "Create Conversation": "Créer une conversation",
6
+ "Update Conversation": "Mettre à jour la conversation",
7
+ "Get Customer": "Obtenir le client",
8
+ "Get Custom Objects": "Obtenir des objets personnalisés",
9
+ "Custom API Call": "Appel d'API personnalisé",
10
+ "Creates a new customer record in Kustomer.": "Crée un nouveau dossier client à Kustomer.",
11
+ "Creates a new conversation in Kustomer.": "Crée une nouvelle conversation à Kustomer.",
12
+ "Updates an existing conversation in Kustomer.": "Met à jour une conversation existante à Kustomer.",
13
+ "Gets a customer by ID from Kustomer.": "Obtient un client par ID de Kustomer.",
14
+ "Retrieves all custom objects (KObjects) for a given class in Kustomer.": "Récupère tous les objets personnalisés (KObjects) pour une classe donnée dans Kustomer.",
15
+ "Make a custom API call to a specific endpoint": "Passer un appel API personnalisé à un endpoint spécifique",
16
+ "Full Name": "Nom complet",
17
+ "Email Address": "Adresse e-mail",
18
+ "Phone Number": "Numéro de téléphone",
19
+ "Company": "Entreprise",
20
+ "External ID": "ID externe",
21
+ "Username": "Nom d'utilisateur",
22
+ "Locale": "Locale",
23
+ "Time Zone": "Fuseau horaire",
24
+ "Gender": "Sexe",
25
+ "Birthday": "Date d'anniversaire",
26
+ "Signed Up At": "Inscrit à",
27
+ "Avatar URL": "URL de l'avatar",
28
+ "Customer ID": "ID du client",
29
+ "Conversation Name": "Nom de la conversation",
30
+ "Status": "Statut",
31
+ "Priority": "Priorité",
32
+ "Direction": "Orientation",
33
+ "Reply Channel": "Chaîne de réponse",
34
+ "Conversation ID": "ID de la conversation",
35
+ "KObject Class Name": "Nom de la classe KObject",
36
+ "From Date": "À partir de la date",
37
+ "Method": "Méthode",
38
+ "Headers": "Headers",
39
+ "Query Parameters": "Paramètres de requête",
40
+ "Body Type": "Body Type",
41
+ "Body": "Body",
42
+ "Response is Binary ?": "La réponse est Binaire ?",
43
+ "No Error on Failure": "Aucune erreur en cas d'échec",
44
+ "Timeout (in seconds)": "Délai d'expiration (en secondes)",
45
+ "Follow redirects": "Suivre les redirections",
46
+ "The customer's full name (e.g. \"Jane Doe\").": "Le nom complet du client (par exemple \"Jane Doe\").",
47
+ "Primary email address of the customer.": "Adresse e-mail principale du client.",
48
+ "Primary phone number in E.164 format (e.g. \"+14155551234\").": "Numéro de téléphone principal au format E.164 (par exemple \"+14155551234\").",
49
+ "Name of the company the customer belongs to.": "Nom de la société à laquelle appartient le client.",
50
+ "Unique identifier from your own system (e.g. your CRM or database ID). Used to link this Kustomer record back to your data.": "Identifiant unique de votre propre système (par exemple votre CRM ou ID de base de données). Utilisé pour lier cet enregistrement Kustomer à vos données.",
51
+ "The customer's username in your system.": "Le nom d'utilisateur du client dans votre système.",
52
+ "Language/locale code for the customer (e.g. \"en_US\", \"fr_FR\", \"de_DE\").": "Language/locale code pour le client (par exemple \"fr_US\", \"fr_FR\", \"de_DE\").",
53
+ "IANA timezone identifier (e.g. \"America/New_York\", \"Europe/London\", \"Asia/Tokyo\").": "IANA timezone identifier (e.g. \"America/New_York\", \"Europe/London\", \"Asia/Tokyo\").",
54
+ "The customer's gender.": "Sexe du client.",
55
+ "Customer's birth date in ISO 8601 format (e.g. \"1990-06-15T00:00:00.000Z\").": "Date de naissance du client au format ISO 8601 (par exemple \"1990-06-15T00:00:00.000Z\").",
56
+ "When the customer registered, in ISO 8601 format (e.g. \"2024-01-15T10:30:00.000Z\").": "Lorsque le client s'est inscrit, au format ISO 8601 (par exemple \"2024-01-15T10:30:00.000Z\").",
57
+ "URL of the customer's profile image.": "URL de l'image de profil du client.",
58
+ "The Kustomer ID of the customer this conversation belongs to. You can get this from the \"Get Customer\" action or from the URL when viewing a customer in Kustomer.": "L'ID Kustomer du client auquel appartient cette conversation. Vous pouvez obtenir cela à partir de l'action \"Get Customer\" ou à partir de l'URL lorsque vous consultez un client dans Kustomer.",
59
+ "A short subject or title for the conversation (max 256 characters).": "Un sujet court ou un titre pour la conversation (max 256 caractères).",
60
+ "The initial status of the conversation.": "Le statut initial de la conversation.",
61
+ "Conversation priority from 1 (lowest) to 5 (highest).": "Priorité de la conversation de 1 (inférieure) à 5 (supérieure).",
62
+ "\"Inbound\" means the customer initiated the conversation; \"Outbound\" means your team initiated it.": "« À l'intérieur » signifie que le client a initié la conversation; « À l'extérieur » signifie que votre équipe l'a initiée.",
63
+ "A unique identifier from your own system to link this conversation (max 256 characters).": "Un identifiant unique de votre propre système pour lier cette conversation (max 256 caractères).",
64
+ "The channel used to reply in this conversation (e.g. \"email\", \"chat\"). Leave empty to use the workspace default.": "Le canal utilisé pour répondre à cette conversation (par exemple \"email\", \"chat\"). Laissez vide pour utiliser l'espace de travail par défaut.",
65
+ "The Kustomer ID of the conversation to update. You can get this from the \"Create Conversation\" action output or from the URL when viewing a conversation in Kustomer.": "L'ID Kustomer de la conversation à mettre à jour. Vous pouvez obtenir cela à partir de la sortie de l'action \"Créer une conversation\" ou à partir de l'URL lorsque vous regardez une conversation dans Kustomer.",
66
+ "Change the status of the conversation.": "Changer le statut de la conversation.",
67
+ "Update the subject or title of the conversation.": "Mettre à jour le sujet ou le titre de la conversation.",
68
+ "The channel used to reply in this conversation (e.g. \"email\", \"chat\").": "Le canal utilisé pour répondre à cette conversation (par exemple \"email\", \"chat\").",
69
+ "The Kustomer customer ID.": "L'ID client de Kustomer.",
70
+ "The API name of the custom object class to fetch (e.g. \"order\", \"ticket\"). You can find this in Kustomer under Settings > Custom Objects — it is the lowercase identifier, not the display label.": "Le nom de l'API de la classe de l'objet personnalisé à récupérer (par exemple \"order\", \"ticket\"). Vous pouvez le trouver dans Kustomer sous Paramètres > Objets Personnalisés — il s'agit de l'identifiant en minuscule, pas de l'étiquette d'affichage.",
71
+ "Only return objects created or updated on or after this date. Use ISO 8601 format (e.g. \"2024-01-15T00:00:00.000Z\"). Leave empty to return all objects.": "Renvoyer uniquement les objets créés ou mis à jour à ou après cette date. Utilisez le format ISO 8601 (par exemple \"2024-01-15T00:00:00.000Z\"). Laisser vide pour retourner tous les objets.",
72
+ "Authorization headers are injected automatically from your connection.": "Les Headers d'autorisation sont injectés automatiquement à partir de votre connexion.",
73
+ "Enable for files like PDFs, images, etc.": "Activer pour les fichiers comme les PDFs, les images, etc.",
74
+ "Male": "Homme",
75
+ "Female": "Femme",
76
+ "Open": "Ouvert",
77
+ "Done": "Terminé",
78
+ "1 — Lowest": "1 — Le plus bas",
79
+ "2 — Low": "2 — Faible",
80
+ "3 — Medium": "3 — Moyen",
81
+ "4 — High": "4 — Haut",
82
+ "5 — Highest": "5 — Plus haut",
83
+ "Inbound": "Entrants",
84
+ "Outbound": "Sortant",
85
+ "Snoozed": "Reporté",
86
+ "GET": "GET",
87
+ "POST": "POST",
88
+ "PATCH": "PATCH",
89
+ "PUT": "PUT",
90
+ "DELETE": "DELETE",
91
+ "HEAD": "HEAD",
92
+ "None": "Aucun",
93
+ "JSON": "JSON",
94
+ "Form Data": "Données du formulaire",
95
+ "Raw": "Brut"
96
+ }
@@ -0,0 +1,96 @@
1
+ {
2
+ "Create and manage Kustomer customers, conversations, and custom objects.": "Kustomerの顧客、会話、およびカスタムオブジェクトの作成と管理。",
3
+ "Authenticate using a Kustomer API token.\n\nPaste a private Kustomer API token with access to customers, conversations, and KObjects.": "Kustomer APIトークンを使用して認証します。\n\n顧客、会話、KObjectsへのアクセス権を持つプライベートKustomer APIトークンを貼り付けます。",
4
+ "Create Customer": "顧客を作成",
5
+ "Create Conversation": "会話を作成",
6
+ "Update Conversation": "会話を更新",
7
+ "Get Customer": "顧客を取得",
8
+ "Get Custom Objects": "カスタムオブジェクトを取得",
9
+ "Custom API Call": "カスタムAPI呼び出し",
10
+ "Creates a new customer record in Kustomer.": "Kustomerで新しい顧客レコードを作成します。",
11
+ "Creates a new conversation in Kustomer.": "Kustomerで新しい会話を作成します。",
12
+ "Updates an existing conversation in Kustomer.": "Kustomerで既存の会話を更新します。",
13
+ "Gets a customer by ID from Kustomer.": "KustomerのIDで顧客を取得します。",
14
+ "Retrieves all custom objects (KObjects) for a given class in Kustomer.": "Kustomerで指定されたクラスのすべてのカスタムオブジェクト(KObject)を取得します。",
15
+ "Make a custom API call to a specific endpoint": "特定のエンドポイントへのカスタム API コールを実行します。",
16
+ "Full Name": "フルネーム",
17
+ "Email Address": "メールアドレス",
18
+ "Phone Number": "電話番号",
19
+ "Company": "会社名",
20
+ "External ID": "外部 ID",
21
+ "Username": "ユーザー名",
22
+ "Locale": "ロケール",
23
+ "Time Zone": "タイムゾーン",
24
+ "Gender": "性別",
25
+ "Birthday": "誕生日",
26
+ "Signed Up At": "サインアップ日時",
27
+ "Avatar URL": "アバター URL",
28
+ "Customer ID": "顧客 ID",
29
+ "Conversation Name": "会話名",
30
+ "Status": "Status",
31
+ "Priority": "優先度",
32
+ "Direction": "方向",
33
+ "Reply Channel": "返信チャンネル",
34
+ "Conversation ID": "会話ID",
35
+ "KObject Class Name": "KObject クラス名",
36
+ "From Date": "開始日",
37
+ "Method": "方法",
38
+ "Headers": "ヘッダー",
39
+ "Query Parameters": "クエリパラメータ",
40
+ "Body Type": "ボディタイプ",
41
+ "Body": "本文",
42
+ "Response is Binary ?": "応答はバイナリですか?",
43
+ "No Error on Failure": "失敗時にエラーはありません",
44
+ "Timeout (in seconds)": "タイムアウト(秒)",
45
+ "Follow redirects": "リダイレクトをフォローする",
46
+ "The customer's full name (e.g. \"Jane Doe\").": "顧客のフルネーム(例:「ジェーン」)。",
47
+ "Primary email address of the customer.": "顧客の主要なメールアドレス",
48
+ "Primary phone number in E.164 format (e.g. \"+14155551234\").": "主要な電話番号はE.164形式(例:「+141555551234」)です。",
49
+ "Name of the company the customer belongs to.": "顧客が属する会社名です。",
50
+ "Unique identifier from your own system (e.g. your CRM or database ID). Used to link this Kustomer record back to your data.": "独自のシステムの識別子(CRMやデータベースIDなど)。このKustomerレコードをデータにリンクするために使用されます。",
51
+ "The customer's username in your system.": "システム内の顧客のユーザー名。",
52
+ "Language/locale code for the customer (e.g. \"en_US\", \"fr_FR\", \"de_DE\").": "顧客の言語/ロケールコード (例: \"en_US\", \"fr_FR\", \"de_DE\")。",
53
+ "IANA timezone identifier (e.g. \"America/New_York\", \"Europe/London\", \"Asia/Tokyo\").": "IANA timezone identifier (e.g. \"America/New_York\", \"Europe/London\", \"Asia/Tokyo\").",
54
+ "The customer's gender.": "顧客の性別",
55
+ "Customer's birth date in ISO 8601 format (e.g. \"1990-06-15T00:00:00.000Z\").": "ISO 8601形式のお客様の生年月日(例:1990-06-15T00:00:00.000Z)。",
56
+ "When the customer registered, in ISO 8601 format (e.g. \"2024-01-15T10:30:00.000Z\").": "お客様がご登録の際は、ISO 8601形式(例:\"2024-01-15T10:30:00.000Z\")でご登録ください。",
57
+ "URL of the customer's profile image.": "顧客のプロフィール画像の URL",
58
+ "The Kustomer ID of the customer this conversation belongs to. You can get this from the \"Get Customer\" action or from the URL when viewing a customer in Kustomer.": "この会話が属する顧客のKustomer ID。 「顧客を取得」アクションから、またはKustomerで顧客を表示するときにURLからこれを得ることができます。",
59
+ "A short subject or title for the conversation (max 256 characters).": "会話の件名またはタイトル (最大 256 文字)。",
60
+ "The initial status of the conversation.": "会話の初期状態。",
61
+ "Conversation priority from 1 (lowest) to 5 (highest).": "会話の優先順位は1(最も低い)から5(最高)までです。",
62
+ "\"Inbound\" means the customer initiated the conversation; \"Outbound\" means your team initiated it.": "「インバウンド」とは、顧客が会話を開始したことを意味します。「アウトバウンド」とは、チームが会話を開始したことを意味します。",
63
+ "A unique identifier from your own system to link this conversation (max 256 characters).": "この会話をリンクするための独自のシステムの識別子(最大 256 文字)。",
64
+ "The channel used to reply in this conversation (e.g. \"email\", \"chat\"). Leave empty to use the workspace default.": "この会話で返信するために使用されるチャンネル (例: \"email\", \"chat\"). ワークスペースのデフォルトを使用する場合は空白のままにします。",
65
+ "The Kustomer ID of the conversation to update. You can get this from the \"Create Conversation\" action output or from the URL when viewing a conversation in Kustomer.": "更新する会話のKustomer ID。 これは \"Create Conversation\" アクションの出力、または Kustomer で会話を表示するときの URL から得ることができます。",
66
+ "Change the status of the conversation.": "会話のステータスを変更します。",
67
+ "Update the subject or title of the conversation.": "会話の件名またはタイトルを更新します。",
68
+ "The channel used to reply in this conversation (e.g. \"email\", \"chat\").": "この会話で返信するチャンネル(例:\"email\", \"chat\")。",
69
+ "The Kustomer customer ID.": "Kustomerの顧客ID。",
70
+ "The API name of the custom object class to fetch (e.g. \"order\", \"ticket\"). You can find this in Kustomer under Settings > Custom Objects — it is the lowercase identifier, not the display label.": "取得するカスタムオブジェクトクラスの API 名 (例: \"order\", \"ticket\")。 これは Kustomer の 設定 > カスタム オブジェクト で見つけることができます — これは表示ラベルではなく小文字の識別子です。",
71
+ "Only return objects created or updated on or after this date. Use ISO 8601 format (e.g. \"2024-01-15T00:00:00.000Z\"). Leave empty to return all objects.": "この日付以降に作成または更新されたオブジェクトのみを返します。ISO 8601形式(例:\"2024-01-15T00:00:00.000Z\")を使用します。すべてのオブジェクトを返す場合は空のままにします。",
72
+ "Authorization headers are injected automatically from your connection.": "認証ヘッダは接続から自動的に注入されます。",
73
+ "Enable for files like PDFs, images, etc.": "PDF、画像などのファイルを有効にする",
74
+ "Male": "男性",
75
+ "Female": "女性",
76
+ "Open": "開く",
77
+ "Done": "完了",
78
+ "1 — Lowest": "1 - <unk>",
79
+ "2 — Low": "2 — 低い",
80
+ "3 — Medium": "3 — 中",
81
+ "4 — High": "4 - 高い",
82
+ "5 — Highest": "5 - 最も高い",
83
+ "Inbound": "Inbound",
84
+ "Outbound": "Outbound",
85
+ "Snoozed": "スヌーズしました",
86
+ "GET": "GET",
87
+ "POST": "POST",
88
+ "PATCH": "PATCH",
89
+ "PUT": "PUT",
90
+ "DELETE": "DELETE",
91
+ "HEAD": "HEAD",
92
+ "None": "なし",
93
+ "JSON": "JSON",
94
+ "Form Data": "フォームデータ",
95
+ "Raw": "Raw"
96
+ }
@@ -0,0 +1,96 @@
1
+ {
2
+ "Create and manage Kustomer customers, conversations, and custom objects.": "Maken en beheren van klanten van Kustomer, gesprekken en aangepaste objecten.",
3
+ "Authenticate using a Kustomer API token.\n\nPaste a private Kustomer API token with access to customers, conversations, and KObjects.": "Authenticeer met behulp van een Kustomer API-token.\n\nPlak een privé Kustomer API-sleutel met toegang tot klanten, conversaties en KObjects.",
4
+ "Create Customer": "Klant aanmaken",
5
+ "Create Conversation": "Gesprek aanmaken",
6
+ "Update Conversation": "Gesprek bijwerken",
7
+ "Get Customer": "Klant ophalen",
8
+ "Get Custom Objects": "Krijg Aangepaste objecten",
9
+ "Custom API Call": "Custom API Call",
10
+ "Creates a new customer record in Kustomer.": "Maakt een nieuw klantrecord in Kustomer.",
11
+ "Creates a new conversation in Kustomer.": "Maakt een nieuw gesprek in Kostomer.",
12
+ "Updates an existing conversation in Kustomer.": "Werkt een bestaand gesprek bij in Kustomer.",
13
+ "Gets a customer by ID from Kustomer.": "Haalt een klant op via ID van Kustomer.",
14
+ "Retrieves all custom objects (KObjects) for a given class in Kustomer.": "Haalt alle aangepaste objecten (KObjects) op voor een bepaalde klasse in Kustomer.",
15
+ "Make a custom API call to a specific endpoint": "Maak een aangepaste API call naar een specifiek eindpunt",
16
+ "Full Name": "Volledige naam",
17
+ "Email Address": "Uw e-mailadres",
18
+ "Phone Number": "Telefoon nummer",
19
+ "Company": "Bedrijfsnaam",
20
+ "External ID": "Extern ID",
21
+ "Username": "Gebruikersnaam",
22
+ "Locale": "Lokalisatie",
23
+ "Time Zone": "Tijd Zone",
24
+ "Gender": "Geslacht",
25
+ "Birthday": "Verjaardag",
26
+ "Signed Up At": "Geregistreerd op",
27
+ "Avatar URL": "Avatar URL",
28
+ "Customer ID": "Klant ID",
29
+ "Conversation Name": "Gesprek naam",
30
+ "Status": "status",
31
+ "Priority": "Prioriteit",
32
+ "Direction": "Richting",
33
+ "Reply Channel": "Antwoord kanaal",
34
+ "Conversation ID": "Conversatie ID",
35
+ "KObject Class Name": "KObject Class Naam",
36
+ "From Date": "Vanaf datum",
37
+ "Method": "Methode",
38
+ "Headers": "Kopteksten",
39
+ "Query Parameters": "Query parameters",
40
+ "Body Type": "Type lichaam",
41
+ "Body": "Lichaam",
42
+ "Response is Binary ?": "Antwoord is binair?",
43
+ "No Error on Failure": "Geen fout bij fout",
44
+ "Timeout (in seconds)": "Time-out (in seconden)",
45
+ "Follow redirects": "Volg omleidingen",
46
+ "The customer's full name (e.g. \"Jane Doe\").": "De volledige naam van de klant (bijv. \"Jane Doe\").",
47
+ "Primary email address of the customer.": "Primair e-mailadres van de klant",
48
+ "Primary phone number in E.164 format (e.g. \"+14155551234\").": "Primair telefoonnummer in E.164 formaat (bijv. \"+14155551234\").",
49
+ "Name of the company the customer belongs to.": "Naam van het bedrijf waartoe de klant behoort.",
50
+ "Unique identifier from your own system (e.g. your CRM or database ID). Used to link this Kustomer record back to your data.": "Unieke identificatie uit uw eigen systeem (bijvoorbeeld uw CRM of database ID). Gebruikt om dit Kustomer record terug te koppelen aan uw gegevens.",
51
+ "The customer's username in your system.": "De gebruikersnaam van de klant in uw systeem.",
52
+ "Language/locale code for the customer (e.g. \"en_US\", \"fr_FR\", \"de_DE\").": "Taal/locale code voor de klant (bijv. \"en_US\", \"fr_FR\", \"de_DE\").",
53
+ "IANA timezone identifier (e.g. \"America/New_York\", \"Europe/London\", \"Asia/Tokyo\").": "IANA timezone identifier (e.g. \"America/New_York\", \"Europe/London\", \"Asia/Tokyo\").",
54
+ "The customer's gender.": "De klant's geslacht",
55
+ "Customer's birth date in ISO 8601 format (e.g. \"1990-06-15T00:00:00.000Z\").": "De geboortedatum van de klant in ISO 8601 formaat (bijv. \"1990-06-15T00:00:00.000Z\").",
56
+ "When the customer registered, in ISO 8601 format (e.g. \"2024-01-15T10:30:00.000Z\").": "Wanneer de klant is geregistreerd, in ISO 8601 formaat (bijv. \"2024-01-15T10:30:00.000Z\").",
57
+ "URL of the customer's profile image.": "URL van de profielafbeelding van de klant",
58
+ "The Kustomer ID of the customer this conversation belongs to. You can get this from the \"Get Customer\" action or from the URL when viewing a customer in Kustomer.": "De Koestomer-ID van de klant waartoe dit gesprek behoort. U kunt dit krijgen van de \"Neem klant\" actie of van de URL tijdens het bekijken van een klant in Kustomer.",
59
+ "A short subject or title for the conversation (max 256 characters).": "Een kort onderwerp of titel van het gesprek (max 256 karakters).",
60
+ "The initial status of the conversation.": "De initiële status van het gesprek.",
61
+ "Conversation priority from 1 (lowest) to 5 (highest).": "Gespreksprioriteit van 1 (laagste) tot 5 (hoogste).",
62
+ "\"Inbound\" means the customer initiated the conversation; \"Outbound\" means your team initiated it.": "\"Binnen\" betekent dat de klant het gesprek heeft geïnitieerd; \"Buiten\" betekent dat je team het heeft geïnitieerd.",
63
+ "A unique identifier from your own system to link this conversation (max 256 characters).": "Een unieke id uit je eigen systeem om dit gesprek te koppelen (max 256 tekens).",
64
+ "The channel used to reply in this conversation (e.g. \"email\", \"chat\"). Leave empty to use the workspace default.": "Het kanaal dat wordt gebruikt om in dit gesprek te beantwoorden (bijvoorbeeld \"email\", \"chat\"). Laat leeg om de standaard werkruimte te gebruiken.",
65
+ "The Kustomer ID of the conversation to update. You can get this from the \"Create Conversation\" action output or from the URL when viewing a conversation in Kustomer.": "De Koestomer-ID van het gesprek om bij te werken. U kunt dit krijgen van de \"Nieuwe conversatie\" actie uitvoer of van de URL tijdens het bekijken van een gesprek in Kustomer.",
66
+ "Change the status of the conversation.": "Verander de status van het gesprek.",
67
+ "Update the subject or title of the conversation.": "Het onderwerp of de titel van het gesprek bijwerken.",
68
+ "The channel used to reply in this conversation (e.g. \"email\", \"chat\").": "Het kanaal dat wordt gebruikt om in dit gesprek te reageren (bijvoorbeeld \"email\", \"chat\").",
69
+ "The Kustomer customer ID.": "De Kustomer klant-ID.",
70
+ "The API name of the custom object class to fetch (e.g. \"order\", \"ticket\"). You can find this in Kustomer under Settings > Custom Objects — it is the lowercase identifier, not the display label.": "De API naam van de aangepaste objectklasse om op te halen (bijv. \"bestelling\", \"ticket\"). U kunt dit vinden in Kustomer onder Instellingen > Aangepaste objecten - het is de kleine letter identificatie, niet het weergavelabel.",
71
+ "Only return objects created or updated on or after this date. Use ISO 8601 format (e.g. \"2024-01-15T00:00:00.000Z\"). Leave empty to return all objects.": "Retourneer alleen objecten die zijn aangemaakt of bijgewerkt op of na deze datum. Gebruik ISO 8601 formaat (bijv. \"2024-01-15T00:00.00.000Z\"). Laat leeg om alle objecten terug te geven.",
72
+ "Authorization headers are injected automatically from your connection.": "Autorisatie headers worden automatisch geïnjecteerd vanuit uw verbinding.",
73
+ "Enable for files like PDFs, images, etc.": "Inschakelen voor bestanden zoals PDF's, afbeeldingen etc.",
74
+ "Male": "Mannelijk",
75
+ "Female": "Vrouwelijk",
76
+ "Open": "Open",
77
+ "Done": "Voltooid",
78
+ "1 — Lowest": "1 — Laagste",
79
+ "2 — Low": "2 – Laag",
80
+ "3 — Medium": "3 – Gemiddeld",
81
+ "4 — High": "4 – Hoog",
82
+ "5 — Highest": "5 — Hoogste",
83
+ "Inbound": "Inkomende",
84
+ "Outbound": "Uitgaande",
85
+ "Snoozed": "Gesluimerd",
86
+ "GET": "KRIJG",
87
+ "POST": "POSTE",
88
+ "PATCH": "BEKIJK",
89
+ "PUT": "PUT",
90
+ "DELETE": "VERWIJDEREN",
91
+ "HEAD": "HOOFD",
92
+ "None": "geen",
93
+ "JSON": "JSON",
94
+ "Form Data": "Formulieren gegevens",
95
+ "Raw": "Onbewerkte"
96
+ }
@@ -0,0 +1,96 @@
1
+ {
2
+ "Create and manage Kustomer customers, conversations, and custom objects.": "Crie e gerencie clientes, conversas e objetos personalizados do Kustomer.",
3
+ "Authenticate using a Kustomer API token.\n\nPaste a private Kustomer API token with access to customers, conversations, and KObjects.": "Authenticate using a Kustomer API token.\n\nPaste a private Kustomer API token with access to customers, conversations, and KObjects.",
4
+ "Create Customer": "Criar Cliente",
5
+ "Create Conversation": "Criar conversa",
6
+ "Update Conversation": "Atualizar conversa",
7
+ "Get Customer": "Obter Cliente",
8
+ "Get Custom Objects": "Obter Objetos Personalizados",
9
+ "Custom API Call": "Chamada de API personalizada",
10
+ "Creates a new customer record in Kustomer.": "Cria um novo registro de cliente no Kustomer.",
11
+ "Creates a new conversation in Kustomer.": "Cria uma nova conversa no Kustomer.",
12
+ "Updates an existing conversation in Kustomer.": "Atualiza uma conversa existente no Kustomer.",
13
+ "Gets a customer by ID from Kustomer.": "Obtém um cliente por ID do Kustomer.",
14
+ "Retrieves all custom objects (KObjects) for a given class in Kustomer.": "Recupera todos os objetos personalizados (KObjects) para uma determinada classe no Kustomer.",
15
+ "Make a custom API call to a specific endpoint": "Faça uma chamada de API personalizada para um ponto de extremidade específico",
16
+ "Full Name": "Nome Completo",
17
+ "Email Address": "Endereço de e-mail",
18
+ "Phone Number": "Número de telefone",
19
+ "Company": "Empresas",
20
+ "External ID": "ID Externo",
21
+ "Username": "Usuário:",
22
+ "Locale": "Localidade",
23
+ "Time Zone": "Fuso Horário",
24
+ "Gender": "Gênero",
25
+ "Birthday": "Aniversário",
26
+ "Signed Up At": "Cadastrou-se em",
27
+ "Avatar URL": "URL do avatar",
28
+ "Customer ID": "ID do cliente",
29
+ "Conversation Name": "Nome da conversa",
30
+ "Status": "Estado",
31
+ "Priority": "Prioridade",
32
+ "Direction": "Direção",
33
+ "Reply Channel": "Canal de resposta",
34
+ "Conversation ID": "ID da conversa",
35
+ "KObject Class Name": "Nome da Classe KObject",
36
+ "From Date": "Data de início",
37
+ "Method": "Método",
38
+ "Headers": "Cabeçalhos",
39
+ "Query Parameters": "Parâmetros da consulta",
40
+ "Body Type": "Tipo de Corpo",
41
+ "Body": "Conteúdo",
42
+ "Response is Binary ?": "A resposta é binária ?",
43
+ "No Error on Failure": "Nenhum erro no Failure",
44
+ "Timeout (in seconds)": "Tempo limite (em segundos)",
45
+ "Follow redirects": "Seguir redirecionamentos",
46
+ "The customer's full name (e.g. \"Jane Doe\").": "Nome completo do cliente (ex: \"A Jane Doe\").",
47
+ "Primary email address of the customer.": "Endereço de e-mail principal do cliente.",
48
+ "Primary phone number in E.164 format (e.g. \"+14155551234\").": "Número de telefone primário no formato E.164 (por exemplo, \"+14155551234\").",
49
+ "Name of the company the customer belongs to.": "Nome da empresa a que o cliente pertence.",
50
+ "Unique identifier from your own system (e.g. your CRM or database ID). Used to link this Kustomer record back to your data.": "Identificador exclusivo de seu próprio sistema (por exemplo, seu CRM ou ID do banco de dados). Usado para vincular este registro do Kustomer de volta aos seus dados.",
51
+ "The customer's username in your system.": "O nome do cliente no seu sistema.",
52
+ "Language/locale code for the customer (e.g. \"en_US\", \"fr_FR\", \"de_DE\").": "Código de idioma/local para o cliente (por exemplo, \"en_US\", \"fr_FR\", \"de_DE\").",
53
+ "IANA timezone identifier (e.g. \"America/New_York\", \"Europe/London\", \"Asia/Tokyo\").": "IANA timezone identifier (e.g. \"America/New_York\", \"Europe/London\", \"Asia/Tokyo\").",
54
+ "The customer's gender.": "O sexo do cliente.",
55
+ "Customer's birth date in ISO 8601 format (e.g. \"1990-06-15T00:00:00.000Z\").": "Data de nascimento do cliente em formato ISO 8601 (por exemplo, \"1990-06-15T00:00:00.000Z\").",
56
+ "When the customer registered, in ISO 8601 format (e.g. \"2024-01-15T10:30:00.000Z\").": "Quando o cliente se registrou, no formato ISO 8601 (por exemplo, \"2024-01-15T10:30:00.000Z\").",
57
+ "URL of the customer's profile image.": "URL da imagem do perfil do cliente.",
58
+ "The Kustomer ID of the customer this conversation belongs to. You can get this from the \"Get Customer\" action or from the URL when viewing a customer in Kustomer.": "O ID Kustomer do cliente a que essa conversa pertence. Você pode obter isso através da ação \"Obter Cliente\" ou através da URL ao visualizar um cliente no Kustomer.",
59
+ "A short subject or title for the conversation (max 256 characters).": "Um breve assunto ou título para a conversa (máximo de 256 caracteres).",
60
+ "The initial status of the conversation.": "O estado inicial da conversa.",
61
+ "Conversation priority from 1 (lowest) to 5 (highest).": "Prioridade da conversa de 1 (mais baixa) para 5 (mais alta).",
62
+ "\"Inbound\" means the customer initiated the conversation; \"Outbound\" means your team initiated it.": "\"Entrada\" significa que o cliente iniciou a conversa; \"Outbound\" significa que a sua equipe o iniciou.",
63
+ "A unique identifier from your own system to link this conversation (max 256 characters).": "Um identificador exclusivo do seu próprio sistema para vincular esta conversa (máximo de 256 caracteres).",
64
+ "The channel used to reply in this conversation (e.g. \"email\", \"chat\"). Leave empty to use the workspace default.": "O canal usado para responder nesta conversa (por exemplo, \"email\", \"chat\"). Deixe em branco para usar o padrão da área de trabalho.",
65
+ "The Kustomer ID of the conversation to update. You can get this from the \"Create Conversation\" action output or from the URL when viewing a conversation in Kustomer.": "A ID Kustomer da conversa a ser atualizada. Você pode obter isso a partir da ação \"Criar Conversação\" ou a partir do URL ao visualizar uma conversa no Kustomer.",
66
+ "Change the status of the conversation.": "Mudar o status da conversa.",
67
+ "Update the subject or title of the conversation.": "Atualize o assunto ou o título da conversa.",
68
+ "The channel used to reply in this conversation (e.g. \"email\", \"chat\").": "O canal usado para responder nesta conversa (por exemplo, \"email\", \"chat\").",
69
+ "The Kustomer customer ID.": "O ID de cliente do Kustomer.",
70
+ "The API name of the custom object class to fetch (e.g. \"order\", \"ticket\"). You can find this in Kustomer under Settings > Custom Objects — it is the lowercase identifier, not the display label.": "O nome da API da classe de objeto personalizada a ser obtida (por exemplo, \"ordem\", \"ticket\"). Você pode encontrar isso no Kustomer em Configurações > Objetos personalizados — é o identificador minúsculo, não o rótulo de exibição.",
71
+ "Only return objects created or updated on or after this date. Use ISO 8601 format (e.g. \"2024-01-15T00:00:00.000Z\"). Leave empty to return all objects.": "Somente objetos de devolução criados ou atualizados a partir desta data. Use o formato ISO 8601 (ex: \"2024-01-15T00:00:00.000Z\"). Deixe em branco para retornar todos os objetos.",
72
+ "Authorization headers are injected automatically from your connection.": "Os cabeçalhos de autorização são inseridos automaticamente a partir da sua conexão.",
73
+ "Enable for files like PDFs, images, etc.": "Habilitar para arquivos como PDFs, imagens, etc.",
74
+ "Male": "Masculino",
75
+ "Female": "Feminino",
76
+ "Open": "Abertas",
77
+ "Done": "Concluído",
78
+ "1 — Lowest": "1 — Mais baixo",
79
+ "2 — Low": "2 — Baixo",
80
+ "3 — Medium": "3 — Médio",
81
+ "4 — High": "4 - Alto",
82
+ "5 — Highest": "5 — Mais alto",
83
+ "Inbound": "Entrada",
84
+ "Outbound": "Saída",
85
+ "Snoozed": "Adiado",
86
+ "GET": "OBTER",
87
+ "POST": "POSTAR",
88
+ "PATCH": "COMPRAR",
89
+ "PUT": "COLOCAR",
90
+ "DELETE": "EXCLUIR",
91
+ "HEAD": "CABEÇA",
92
+ "None": "Nenhuma",
93
+ "JSON": "JSON",
94
+ "Form Data": "Dados de Formulário",
95
+ "Raw": "RAW"
96
+ }
@@ -0,0 +1,96 @@
1
+ {
2
+ "Create and manage Kustomer customers, conversations, and custom objects.": "Create and manage Kustomer customers, conversations, and custom objects.",
3
+ "Authenticate using a Kustomer API token.\n\nPaste a private Kustomer API token with access to customers, conversations, and KObjects.": "Authenticate using a Kustomer API token.\n\nPaste a private Kustomer API token with access to customers, conversations, and KObjects.",
4
+ "Create Customer": "Create Customer",
5
+ "Create Conversation": "Create Conversation",
6
+ "Update Conversation": "Update Conversation",
7
+ "Get Customer": "Get Customer",
8
+ "Get Custom Objects": "Get Custom Objects",
9
+ "Custom API Call": "Custom API Call",
10
+ "Creates a new customer record in Kustomer.": "Creates a new customer record in Kustomer.",
11
+ "Creates a new conversation in Kustomer.": "Creates a new conversation in Kustomer.",
12
+ "Updates an existing conversation in Kustomer.": "Updates an existing conversation in Kustomer.",
13
+ "Gets a customer by ID from Kustomer.": "Gets a customer by ID from Kustomer.",
14
+ "Retrieves all custom objects (KObjects) for a given class in Kustomer.": "Retrieves all custom objects (KObjects) for a given class in Kustomer.",
15
+ "Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
16
+ "Full Name": "Full Name",
17
+ "Email Address": "Email Address",
18
+ "Phone Number": "Phone Number",
19
+ "Company": "Company",
20
+ "External ID": "External ID",
21
+ "Username": "Username",
22
+ "Locale": "Locale",
23
+ "Time Zone": "Time Zone",
24
+ "Gender": "Gender",
25
+ "Birthday": "Birthday",
26
+ "Signed Up At": "Signed Up At",
27
+ "Avatar URL": "Avatar URL",
28
+ "Customer ID": "Customer ID",
29
+ "Conversation Name": "Conversation Name",
30
+ "Status": "Status",
31
+ "Priority": "Priority",
32
+ "Direction": "Direction",
33
+ "Reply Channel": "Reply Channel",
34
+ "Conversation ID": "Conversation ID",
35
+ "KObject Class Name": "KObject Class Name",
36
+ "From Date": "From Date",
37
+ "Method": "Method",
38
+ "Headers": "Headers",
39
+ "Query Parameters": "Query Parameters",
40
+ "Body Type": "Body Type",
41
+ "Body": "Body",
42
+ "Response is Binary ?": "Response is Binary ?",
43
+ "No Error on Failure": "No Error on Failure",
44
+ "Timeout (in seconds)": "Timeout (in seconds)",
45
+ "Follow redirects": "Follow redirects",
46
+ "The customer's full name (e.g. \"Jane Doe\").": "The customer's full name (e.g. \"Jane Doe\").",
47
+ "Primary email address of the customer.": "Primary email address of the customer.",
48
+ "Primary phone number in E.164 format (e.g. \"+14155551234\").": "Primary phone number in E.164 format (e.g. \"+14155551234\").",
49
+ "Name of the company the customer belongs to.": "Name of the company the customer belongs to.",
50
+ "Unique identifier from your own system (e.g. your CRM or database ID). Used to link this Kustomer record back to your data.": "Unique identifier from your own system (e.g. your CRM or database ID). Used to link this Kustomer record back to your data.",
51
+ "The customer's username in your system.": "The customer's username in your system.",
52
+ "Language/locale code for the customer (e.g. \"en_US\", \"fr_FR\", \"de_DE\").": "Language/locale code for the customer (e.g. \"en_US\", \"fr_FR\", \"de_DE\").",
53
+ "IANA timezone identifier (e.g. \"America/New_York\", \"Europe/London\", \"Asia/Tokyo\").": "IANA timezone identifier (e.g. \"America/New_York\", \"Europe/London\", \"Asia/Tokyo\").",
54
+ "The customer's gender.": "The customer's gender.",
55
+ "Customer's birth date in ISO 8601 format (e.g. \"1990-06-15T00:00:00.000Z\").": "Customer's birth date in ISO 8601 format (e.g. \"1990-06-15T00:00:00.000Z\").",
56
+ "When the customer registered, in ISO 8601 format (e.g. \"2024-01-15T10:30:00.000Z\").": "When the customer registered, in ISO 8601 format (e.g. \"2024-01-15T10:30:00.000Z\").",
57
+ "URL of the customer's profile image.": "URL of the customer's profile image.",
58
+ "The Kustomer ID of the customer this conversation belongs to. You can get this from the \"Get Customer\" action or from the URL when viewing a customer in Kustomer.": "The Kustomer ID of the customer this conversation belongs to. You can get this from the \"Get Customer\" action or from the URL when viewing a customer in Kustomer.",
59
+ "A short subject or title for the conversation (max 256 characters).": "A short subject or title for the conversation (max 256 characters).",
60
+ "The initial status of the conversation.": "The initial status of the conversation.",
61
+ "Conversation priority from 1 (lowest) to 5 (highest).": "Conversation priority from 1 (lowest) to 5 (highest).",
62
+ "\"Inbound\" means the customer initiated the conversation; \"Outbound\" means your team initiated it.": "\"Inbound\" means the customer initiated the conversation; \"Outbound\" means your team initiated it.",
63
+ "A unique identifier from your own system to link this conversation (max 256 characters).": "A unique identifier from your own system to link this conversation (max 256 characters).",
64
+ "The channel used to reply in this conversation (e.g. \"email\", \"chat\"). Leave empty to use the workspace default.": "The channel used to reply in this conversation (e.g. \"email\", \"chat\"). Leave empty to use the workspace default.",
65
+ "The Kustomer ID of the conversation to update. You can get this from the \"Create Conversation\" action output or from the URL when viewing a conversation in Kustomer.": "The Kustomer ID of the conversation to update. You can get this from the \"Create Conversation\" action output or from the URL when viewing a conversation in Kustomer.",
66
+ "Change the status of the conversation.": "Change the status of the conversation.",
67
+ "Update the subject or title of the conversation.": "Update the subject or title of the conversation.",
68
+ "The channel used to reply in this conversation (e.g. \"email\", \"chat\").": "The channel used to reply in this conversation (e.g. \"email\", \"chat\").",
69
+ "The Kustomer customer ID.": "The Kustomer customer ID.",
70
+ "The API name of the custom object class to fetch (e.g. \"order\", \"ticket\"). You can find this in Kustomer under Settings > Custom Objects — it is the lowercase identifier, not the display label.": "The API name of the custom object class to fetch (e.g. \"order\", \"ticket\"). You can find this in Kustomer under Settings > Custom Objects — it is the lowercase identifier, not the display label.",
71
+ "Only return objects created or updated on or after this date. Use ISO 8601 format (e.g. \"2024-01-15T00:00:00.000Z\"). Leave empty to return all objects.": "Only return objects created or updated on or after this date. Use ISO 8601 format (e.g. \"2024-01-15T00:00:00.000Z\"). Leave empty to return all objects.",
72
+ "Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
73
+ "Enable for files like PDFs, images, etc.": "Enable for files like PDFs, images, etc.",
74
+ "Male": "Male",
75
+ "Female": "Female",
76
+ "Open": "Open",
77
+ "Done": "Done",
78
+ "1 — Lowest": "1 — Lowest",
79
+ "2 — Low": "2 — Low",
80
+ "3 — Medium": "3 — Medium",
81
+ "4 — High": "4 — High",
82
+ "5 — Highest": "5 — Highest",
83
+ "Inbound": "Inbound",
84
+ "Outbound": "Outbound",
85
+ "Snoozed": "Snoozed",
86
+ "GET": "GET",
87
+ "POST": "POST",
88
+ "PATCH": "PATCH",
89
+ "PUT": "PUT",
90
+ "DELETE": "DELETE",
91
+ "HEAD": "HEAD",
92
+ "None": "None",
93
+ "JSON": "JSON",
94
+ "Form Data": "Form Data",
95
+ "Raw": "Raw"
96
+ }
@@ -0,0 +1,96 @@
1
+ {
2
+ "Create and manage Kustomer customers, conversations, and custom objects.": "Create and manage Kustomer customers, conversations, and custom objects.",
3
+ "Authenticate using a Kustomer API token.\n\nPaste a private Kustomer API token with access to customers, conversations, and KObjects.": "Authenticate using a Kustomer API token.\n\nPaste a private Kustomer API token with access to customers, conversations, and KObjects.",
4
+ "Create Customer": "Create Customer",
5
+ "Create Conversation": "Create Conversation",
6
+ "Update Conversation": "Update Conversation",
7
+ "Get Customer": "Get Customer",
8
+ "Get Custom Objects": "Get Custom Objects",
9
+ "Custom API Call": "自定义 API 呼叫",
10
+ "Creates a new customer record in Kustomer.": "Creates a new customer record in Kustomer.",
11
+ "Creates a new conversation in Kustomer.": "Creates a new conversation in Kustomer.",
12
+ "Updates an existing conversation in Kustomer.": "Updates an existing conversation in Kustomer.",
13
+ "Gets a customer by ID from Kustomer.": "Gets a customer by ID from Kustomer.",
14
+ "Retrieves all custom objects (KObjects) for a given class in Kustomer.": "Retrieves all custom objects (KObjects) for a given class in Kustomer.",
15
+ "Make a custom API call to a specific endpoint": "将一个自定义 API 调用到一个特定的终点",
16
+ "Full Name": "Full Name",
17
+ "Email Address": "Email Address",
18
+ "Phone Number": "Phone Number",
19
+ "Company": "Company",
20
+ "External ID": "外部ID",
21
+ "Username": "用户名",
22
+ "Locale": "Locale",
23
+ "Time Zone": "Time Zone",
24
+ "Gender": "Gender",
25
+ "Birthday": "Birthday",
26
+ "Signed Up At": "Signed Up At",
27
+ "Avatar URL": "Avatar URL",
28
+ "Customer ID": "Customer ID",
29
+ "Conversation Name": "Conversation Name",
30
+ "Status": "状态",
31
+ "Priority": "Priority",
32
+ "Direction": "Direction",
33
+ "Reply Channel": "Reply Channel",
34
+ "Conversation ID": "Conversation ID",
35
+ "KObject Class Name": "KObject Class Name",
36
+ "From Date": "From Date",
37
+ "Method": "方法",
38
+ "Headers": "信头",
39
+ "Query Parameters": "查询参数",
40
+ "Body Type": "Body Type",
41
+ "Body": "正文内容",
42
+ "Response is Binary ?": "Response is Binary ?",
43
+ "No Error on Failure": "失败时没有错误",
44
+ "Timeout (in seconds)": "超时(秒)",
45
+ "Follow redirects": "Follow redirects",
46
+ "The customer's full name (e.g. \"Jane Doe\").": "The customer's full name (e.g. \"Jane Doe\").",
47
+ "Primary email address of the customer.": "Primary email address of the customer.",
48
+ "Primary phone number in E.164 format (e.g. \"+14155551234\").": "Primary phone number in E.164 format (e.g. \"+14155551234\").",
49
+ "Name of the company the customer belongs to.": "Name of the company the customer belongs to.",
50
+ "Unique identifier from your own system (e.g. your CRM or database ID). Used to link this Kustomer record back to your data.": "Unique identifier from your own system (e.g. your CRM or database ID). Used to link this Kustomer record back to your data.",
51
+ "The customer's username in your system.": "The customer's username in your system.",
52
+ "Language/locale code for the customer (e.g. \"en_US\", \"fr_FR\", \"de_DE\").": "Language/locale code for the customer (e.g. \"en_US\", \"fr_FR\", \"de_DE\").",
53
+ "IANA timezone identifier (e.g. \"America/New_York\", \"Europe/London\", \"Asia/Tokyo\").": "IANA timezone identifier (e.g. \"America/New_York\", \"Europe/London\", \"Asia/Tokyo\").",
54
+ "The customer's gender.": "The customer's gender.",
55
+ "Customer's birth date in ISO 8601 format (e.g. \"1990-06-15T00:00:00.000Z\").": "Customer's birth date in ISO 8601 format (e.g. \"1990-06-15T00:00:00.000Z\").",
56
+ "When the customer registered, in ISO 8601 format (e.g. \"2024-01-15T10:30:00.000Z\").": "When the customer registered, in ISO 8601 format (e.g. \"2024-01-15T10:30:00.000Z\").",
57
+ "URL of the customer's profile image.": "URL of the customer's profile image.",
58
+ "The Kustomer ID of the customer this conversation belongs to. You can get this from the \"Get Customer\" action or from the URL when viewing a customer in Kustomer.": "The Kustomer ID of the customer this conversation belongs to. You can get this from the \"Get Customer\" action or from the URL when viewing a customer in Kustomer.",
59
+ "A short subject or title for the conversation (max 256 characters).": "A short subject or title for the conversation (max 256 characters).",
60
+ "The initial status of the conversation.": "The initial status of the conversation.",
61
+ "Conversation priority from 1 (lowest) to 5 (highest).": "Conversation priority from 1 (lowest) to 5 (highest).",
62
+ "\"Inbound\" means the customer initiated the conversation; \"Outbound\" means your team initiated it.": "\"Inbound\" means the customer initiated the conversation; \"Outbound\" means your team initiated it.",
63
+ "A unique identifier from your own system to link this conversation (max 256 characters).": "A unique identifier from your own system to link this conversation (max 256 characters).",
64
+ "The channel used to reply in this conversation (e.g. \"email\", \"chat\"). Leave empty to use the workspace default.": "The channel used to reply in this conversation (e.g. \"email\", \"chat\"). Leave empty to use the workspace default.",
65
+ "The Kustomer ID of the conversation to update. You can get this from the \"Create Conversation\" action output or from the URL when viewing a conversation in Kustomer.": "The Kustomer ID of the conversation to update. You can get this from the \"Create Conversation\" action output or from the URL when viewing a conversation in Kustomer.",
66
+ "Change the status of the conversation.": "Change the status of the conversation.",
67
+ "Update the subject or title of the conversation.": "Update the subject or title of the conversation.",
68
+ "The channel used to reply in this conversation (e.g. \"email\", \"chat\").": "The channel used to reply in this conversation (e.g. \"email\", \"chat\").",
69
+ "The Kustomer customer ID.": "The Kustomer customer ID.",
70
+ "The API name of the custom object class to fetch (e.g. \"order\", \"ticket\"). You can find this in Kustomer under Settings > Custom Objects — it is the lowercase identifier, not the display label.": "The API name of the custom object class to fetch (e.g. \"order\", \"ticket\"). You can find this in Kustomer under Settings > Custom Objects — it is the lowercase identifier, not the display label.",
71
+ "Only return objects created or updated on or after this date. Use ISO 8601 format (e.g. \"2024-01-15T00:00:00.000Z\"). Leave empty to return all objects.": "Only return objects created or updated on or after this date. Use ISO 8601 format (e.g. \"2024-01-15T00:00:00.000Z\"). Leave empty to return all objects.",
72
+ "Authorization headers are injected automatically from your connection.": "授权头自动从您的连接中注入。",
73
+ "Enable for files like PDFs, images, etc.": "Enable for files like PDFs, images, etc.",
74
+ "Male": "Male",
75
+ "Female": "Female",
76
+ "Open": "Open",
77
+ "Done": "完成",
78
+ "1 — Lowest": "1 — Lowest",
79
+ "2 — Low": "2 — Low",
80
+ "3 — Medium": "3 — Medium",
81
+ "4 — High": "4 — High",
82
+ "5 — Highest": "5 — Highest",
83
+ "Inbound": "Inbound",
84
+ "Outbound": "Outbound",
85
+ "Snoozed": "Snoozed",
86
+ "GET": "获取",
87
+ "POST": "帖子",
88
+ "PATCH": "PATCH",
89
+ "PUT": "弹出",
90
+ "DELETE": "删除",
91
+ "HEAD": "黑色",
92
+ "None": "无",
93
+ "JSON": "JSON",
94
+ "Form Data": "表单数据",
95
+ "Raw": "原始文件"
96
+ }