@activepieces/piece-klenty 0.0.1 → 0.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +5 -5
- package/src/i18n/de.json +74 -0
- package/src/i18n/es.json +74 -0
- package/src/i18n/fr.json +74 -0
- package/src/i18n/ja.json +74 -0
- package/src/i18n/nl.json +74 -0
- package/src/i18n/pt.json +74 -0
- package/src/i18n/translation.json +74 -0
- package/src/i18n/zh.json +74 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@activepieces/piece-klenty",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.2",
|
|
4
4
|
"main": "./src/index.js",
|
|
5
5
|
"types": "./src/index.d.ts",
|
|
6
6
|
"scripts": {
|
|
@@ -8,9 +8,9 @@
|
|
|
8
8
|
"lint": "eslint 'src/**/*.ts'"
|
|
9
9
|
},
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"
|
|
12
|
-
"@activepieces/pieces-
|
|
13
|
-
"@activepieces/
|
|
14
|
-
"
|
|
11
|
+
"tslib": "2.6.2",
|
|
12
|
+
"@activepieces/pieces-common": "0.12.1",
|
|
13
|
+
"@activepieces/pieces-framework": "0.26.2",
|
|
14
|
+
"@activepieces/shared": "0.57.2"
|
|
15
15
|
}
|
|
16
16
|
}
|
package/src/i18n/de.json
ADDED
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Sales engagement platform for managing prospects and adding them to outreach cadences.": "Verkaufs-Verlobungsplattform zum Management und Hinzufügen von Perspektiven zu Kadenzen.",
|
|
3
|
+
"Username / Email": "Benutzername / E-Mail",
|
|
4
|
+
"API Key": "API-Schlüssel",
|
|
5
|
+
"The Klenty username or email used in the API URL path (for example: you@company.com).": "Der Klenty Benutzername oder die E-Mail, die im API-URL-Pfad verwendet werden (z. B.: you@company.com).",
|
|
6
|
+
"Your Klenty API key.": "Ihr Klenty API Schlüssel.",
|
|
7
|
+
"\n**Generating Klenty API Key**\n\nTo access the Klenty REST APIs, you need to authenticate your requests using the Klenty API Key.\n\n1. Login to your Klenty account.\n2. Go to **Settings → Integrations → Klenty API Key**.\n3. Click on the key icon to generate an API Key.\n ": "\n**Klenty API Schlüssel generieren**\n\nUm auf die Klenty REST API zugreifen zu können, müssen Sie Ihre Anfragen mit dem Klenty API Key authentifizieren.\n\n1. Melden Sie sich bei Ihrem Kleinen Konto an.\n2. Gehen Sie zu **Einstellungen → Integrationen → Klenty API Schlüssel**.\n3. Klicken Sie auf das Schlüsselsymbol, um einen API-Schlüssel zu generieren.\n ",
|
|
8
|
+
"Create Prospect": "Prospect erstellen",
|
|
9
|
+
"Update Prospect": "Erwartung aktualisieren",
|
|
10
|
+
"Get Prospect by Email": "Prospekt per E-Mail erhalten",
|
|
11
|
+
"Add Prospect to Campaign": "Prospekt zur Kampagne hinzufügen",
|
|
12
|
+
"Custom API Call": "Eigener API-Aufruf",
|
|
13
|
+
"Create a new prospect in Klenty.": "Erstelle eine neue Perspektive in Klenty.",
|
|
14
|
+
"Update an existing prospect in Klenty by email address.": "Aktualisieren Sie eine bestehende Perspektive in Klenty per E-Mail-Adresse.",
|
|
15
|
+
"Find a prospect by email address in Klenty.": "Finden Sie eine Perspektive per E-Mail Adresse in Klenty.",
|
|
16
|
+
"Add a prospect to a Klenty campaign/cadence using the startcadence endpoint.": "Fügen Sie eine Aussicht auf eine Klenty Kampagne/Kadenz am Startcadence Endpunkt hinzu.",
|
|
17
|
+
"Make a custom API call to a specific endpoint": "Einen benutzerdefinierten API-Aufruf an einen bestimmten Endpunkt machen",
|
|
18
|
+
"Email": "E-Mail",
|
|
19
|
+
"First Name": "Vorname",
|
|
20
|
+
"Company": "Firma",
|
|
21
|
+
"Full Name": "Voller Name",
|
|
22
|
+
"Last Name": "Nachname",
|
|
23
|
+
"Middle Name": "Mittlerer Name",
|
|
24
|
+
"Account": "Konto",
|
|
25
|
+
"Department": "Abteilung",
|
|
26
|
+
"Company Domain": "Firmendomäne",
|
|
27
|
+
"Title": "Titel",
|
|
28
|
+
"Location": "Standort",
|
|
29
|
+
"Phone": "Telefon",
|
|
30
|
+
"Twitter ID": "Twitter ID",
|
|
31
|
+
"Company Phone": "Firmentelefon",
|
|
32
|
+
"Company Email": "Firma E-Mail",
|
|
33
|
+
"LinkedIn URL": "LinkedIn URL",
|
|
34
|
+
"City": "Stadt",
|
|
35
|
+
"Country": "Land",
|
|
36
|
+
"List": "Liste",
|
|
37
|
+
"Tags": "Tags",
|
|
38
|
+
"Outcome": "Ergebnis",
|
|
39
|
+
"Owner": "Besitzer",
|
|
40
|
+
"Custom Fields": "Eigene Felder",
|
|
41
|
+
"Current Prospect Email": "Aktuelle Prospekt-E-Mail",
|
|
42
|
+
"New Email": "Neue E-Mail",
|
|
43
|
+
"Prospect Email": "E-Mail prüfen",
|
|
44
|
+
"Cadence": "Kadenz",
|
|
45
|
+
"Method": "Methode",
|
|
46
|
+
"Headers": "Kopfzeilen",
|
|
47
|
+
"Query Parameters": "Abfrageparameter",
|
|
48
|
+
"Body Type": "Körpertyp",
|
|
49
|
+
"Body": "Körper",
|
|
50
|
+
"Response is Binary ?": "Antwort ist binär?",
|
|
51
|
+
"No Error on Failure": "Kein Fehler bei Fehler",
|
|
52
|
+
"Timeout (in seconds)": "Timeout (in Sekunden)",
|
|
53
|
+
"Follow redirects": "Weiterleitungen folgen",
|
|
54
|
+
"Select a Klenty list.": "Wählen Sie eine Kleinigkeiten-Liste.",
|
|
55
|
+
"Pipe-separated tag names, for example: Tag1|Tag2": "Trennende Tag-Namen, zum Beispiel: Tag1|Tag2",
|
|
56
|
+
"Klenty outcome value. Case-sensitive.": "Groß- und Kleinschreibung ist wichtig.",
|
|
57
|
+
"Email address of the Klenty user to assign as prospect owner.": "E-Mail-Adresse des Klenty Benutzers zum Zuweisen als Prospekteigentümer.",
|
|
58
|
+
"Key/value pairs to send in Klenty CustomFields.": "Schlüssel/Wert Paare, die in Klenty CustomFields gesendet werden sollen.",
|
|
59
|
+
"The current email used to identify the prospect in Klenty.": "In der aktuellen E-Mail wurde die Perspektive in Klenty identifiziert.",
|
|
60
|
+
"Email address of the prospect to find.": "E-Mail-Adresse der zu findenden Aussicht.",
|
|
61
|
+
"Select a Klenty cadence.": "Wählen Sie eine Kleine Kadenz.",
|
|
62
|
+
"Authorization headers are injected automatically from your connection.": "Autorisierungs-Header werden automatisch von Ihrer Verbindung injiziert.",
|
|
63
|
+
"Enable for files like PDFs, images, etc.": "Aktivieren für Dateien wie PDFs, Bilder usw.",
|
|
64
|
+
"GET": "ERHALTEN",
|
|
65
|
+
"POST": "POST",
|
|
66
|
+
"PATCH": "PATCH",
|
|
67
|
+
"PUT": "PUT",
|
|
68
|
+
"DELETE": "LÖSCHEN",
|
|
69
|
+
"HEAD": "HEAD",
|
|
70
|
+
"None": "Keine",
|
|
71
|
+
"JSON": "JSON",
|
|
72
|
+
"Form Data": "Formulardaten",
|
|
73
|
+
"Raw": "Rohe"
|
|
74
|
+
}
|
package/src/i18n/es.json
ADDED
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Sales engagement platform for managing prospects and adding them to outreach cadences.": "Plataforma de participación de ventas para la gestión de perspectivas y su incorporación a las cadencias de difusión.",
|
|
3
|
+
"Username / Email": "Usuario / Email",
|
|
4
|
+
"API Key": "Clave API",
|
|
5
|
+
"The Klenty username or email used in the API URL path (for example: you@company.com).": "El nombre de usuario o correo electrónico Klenty utilizado en la ruta de URL de la API (por ejemplo: you@company.com).",
|
|
6
|
+
"Your Klenty API key.": "Tu clave API de Klenty .",
|
|
7
|
+
"\n**Generating Klenty API Key**\n\nTo access the Klenty REST APIs, you need to authenticate your requests using the Klenty API Key.\n\n1. Login to your Klenty account.\n2. Go to **Settings → Integrations → Klenty API Key**.\n3. Click on the key icon to generate an API Key.\n ": "\n**Generating Klenty API Key**\n\nTo access the Klenty REST APIs, you need to authenticate your requests using the Klenty API Key.\n\n1. Login to your Klenty account.\n2. Go to **Settings → Integrations → Klenty API Key**.\n3. Click on the key icon to generate an API Key.\n ",
|
|
8
|
+
"Create Prospect": "Crear candidato",
|
|
9
|
+
"Update Prospect": "Actualizar candidato",
|
|
10
|
+
"Get Prospect by Email": "Obtener candidato por correo electrónico",
|
|
11
|
+
"Add Prospect to Campaign": "Añadir candidato a la campaña",
|
|
12
|
+
"Custom API Call": "Llamada API personalizada",
|
|
13
|
+
"Create a new prospect in Klenty.": "Crear una nueva perspectiva en Klenty.",
|
|
14
|
+
"Update an existing prospect in Klenty by email address.": "Actualizar un candidato existente en Klenty por dirección de correo electrónico.",
|
|
15
|
+
"Find a prospect by email address in Klenty.": "Encuentre un candidato por correo electrónico en Klenty.",
|
|
16
|
+
"Add a prospect to a Klenty campaign/cadence using the startcadence endpoint.": "Agregue un prospecto a una campaña/cadencia de Klenty usando el punto final de inicio.",
|
|
17
|
+
"Make a custom API call to a specific endpoint": "Hacer una llamada API personalizada a un extremo específico",
|
|
18
|
+
"Email": "E-mail",
|
|
19
|
+
"First Name": "Nombre",
|
|
20
|
+
"Company": "Empresa",
|
|
21
|
+
"Full Name": "Nombre completo",
|
|
22
|
+
"Last Name": "Apellido",
|
|
23
|
+
"Middle Name": "Segundo nombre",
|
|
24
|
+
"Account": "Cuenta",
|
|
25
|
+
"Department": "Departamento",
|
|
26
|
+
"Company Domain": "Dominio de la empresa",
|
|
27
|
+
"Title": "Título",
|
|
28
|
+
"Location": "Ubicación",
|
|
29
|
+
"Phone": "Teléfono",
|
|
30
|
+
"Twitter ID": "Twitter ID",
|
|
31
|
+
"Company Phone": "Teléfono de empresa",
|
|
32
|
+
"Company Email": "Email de la empresa",
|
|
33
|
+
"LinkedIn URL": "LinkedIn URL",
|
|
34
|
+
"City": "Ciudad",
|
|
35
|
+
"Country": "País",
|
|
36
|
+
"List": "Lista",
|
|
37
|
+
"Tags": "Etiquetas",
|
|
38
|
+
"Outcome": "Salida",
|
|
39
|
+
"Owner": "Propietario",
|
|
40
|
+
"Custom Fields": "Campos personalizados",
|
|
41
|
+
"Current Prospect Email": "Correo electrónico actual del candidato",
|
|
42
|
+
"New Email": "Nuevo Email",
|
|
43
|
+
"Prospect Email": "Correo del candidato",
|
|
44
|
+
"Cadence": "Cadena",
|
|
45
|
+
"Method": "Método",
|
|
46
|
+
"Headers": "Encabezados",
|
|
47
|
+
"Query Parameters": "Parámetros de consulta",
|
|
48
|
+
"Body Type": "Tipo de cuerpo",
|
|
49
|
+
"Body": "Cuerpo",
|
|
50
|
+
"Response is Binary ?": "¿Respuesta es binaria?",
|
|
51
|
+
"No Error on Failure": "No hay ningún error en fallo",
|
|
52
|
+
"Timeout (in seconds)": "Tiempo de espera (en segundos)",
|
|
53
|
+
"Follow redirects": "Seguir redirecciones",
|
|
54
|
+
"Select a Klenty list.": "Selecciona una lista de Klenty",
|
|
55
|
+
"Pipe-separated tag names, for example: Tag1|Tag2": "Etiquetas separadas por tubos, por ejemplo: Tag1|Tag2",
|
|
56
|
+
"Klenty outcome value. Case-sensitive.": "Mucho valor de resultado. Distingue mayúsculas y minúsculas.",
|
|
57
|
+
"Email address of the Klenty user to assign as prospect owner.": "Dirección de correo electrónico del usuario de Klenty para asignar como propietario potencial.",
|
|
58
|
+
"Key/value pairs to send in Klenty CustomFields.": "Pares clave/valor para enviar en Klenty CustomFields.",
|
|
59
|
+
"The current email used to identify the prospect in Klenty.": "El correo electrónico actual utilizado para identificar la perspectiva en Klenty.",
|
|
60
|
+
"Email address of the prospect to find.": "Dirección de correo electrónico del candidato a encontrar.",
|
|
61
|
+
"Select a Klenty cadence.": "Selecciona una cadencia de Klenty",
|
|
62
|
+
"Authorization headers are injected automatically from your connection.": "Las cabeceras de autorización se inyectan automáticamente desde tu conexión.",
|
|
63
|
+
"Enable for files like PDFs, images, etc.": "Activar para archivos como PDFs, imágenes, etc.",
|
|
64
|
+
"GET": "RECOGER",
|
|
65
|
+
"POST": "POST",
|
|
66
|
+
"PATCH": "PATCH",
|
|
67
|
+
"PUT": "PUT",
|
|
68
|
+
"DELETE": "BORRAR",
|
|
69
|
+
"HEAD": "LIMPIO",
|
|
70
|
+
"None": "Ninguna",
|
|
71
|
+
"JSON": "JSON",
|
|
72
|
+
"Form Data": "Datos de Formulario",
|
|
73
|
+
"Raw": "Rápido"
|
|
74
|
+
}
|
package/src/i18n/fr.json
ADDED
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Sales engagement platform for managing prospects and adding them to outreach cadences.": "Plateforme d'engagement commercial pour la gestion des prospects et leur ajout aux cadences de proximité.",
|
|
3
|
+
"Username / Email": "Nom d'utilisateur / Email",
|
|
4
|
+
"API Key": "Clé API",
|
|
5
|
+
"The Klenty username or email used in the API URL path (for example: you@company.com).": "Le nom d'utilisateur Klenty ou l'email utilisé dans le chemin de l'URL de l'API (par exemple : vous@entreprise.com).",
|
|
6
|
+
"Your Klenty API key.": "Votre clé API Klenty",
|
|
7
|
+
"\n**Generating Klenty API Key**\n\nTo access the Klenty REST APIs, you need to authenticate your requests using the Klenty API Key.\n\n1. Login to your Klenty account.\n2. Go to **Settings → Integrations → Klenty API Key**.\n3. Click on the key icon to generate an API Key.\n ": "\n**Generating Klenty API Key**\n\nTo access the Klenty REST APIs, you need to authenticate your requests using the Klenty API Key.\n\n1. Login to your Klenty account.\n2. Go to **Settings → Integrations → Klenty API Key**.\n3. Click on the key icon to generate an API Key.\n ",
|
|
8
|
+
"Create Prospect": "Créer un prospect",
|
|
9
|
+
"Update Prospect": "Prospect de mise à jour",
|
|
10
|
+
"Get Prospect by Email": "Obtenir Prospect par E-mail",
|
|
11
|
+
"Add Prospect to Campaign": "Ajouter un prospect à la campagne",
|
|
12
|
+
"Custom API Call": "Appel d'API personnalisé",
|
|
13
|
+
"Create a new prospect in Klenty.": "Créez un nouveau prospect dans Klenty.",
|
|
14
|
+
"Update an existing prospect in Klenty by email address.": "Mettre à jour un prospect existant dans Klenty par courriel.",
|
|
15
|
+
"Find a prospect by email address in Klenty.": "Trouvez un prospect par adresse e-mail dans Klenty.",
|
|
16
|
+
"Add a prospect to a Klenty campaign/cadence using the startcadence endpoint.": "Ajoutez une perspective à une campagne/cadence de Klenty en utilisant le point de terminaison de décollage.",
|
|
17
|
+
"Make a custom API call to a specific endpoint": "Passer un appel API personnalisé à un endpoint spécifique",
|
|
18
|
+
"Email": "Courriel",
|
|
19
|
+
"First Name": "First Name",
|
|
20
|
+
"Company": "Entreprise",
|
|
21
|
+
"Full Name": "Nom complet",
|
|
22
|
+
"Last Name": "Last Name",
|
|
23
|
+
"Middle Name": "Deuxième prénom",
|
|
24
|
+
"Account": "Compte client",
|
|
25
|
+
"Department": "Service",
|
|
26
|
+
"Company Domain": "Domaine de la société",
|
|
27
|
+
"Title": "Titre",
|
|
28
|
+
"Location": "Localisation",
|
|
29
|
+
"Phone": "Téléphone",
|
|
30
|
+
"Twitter ID": "Twitter ID",
|
|
31
|
+
"Company Phone": "Téléphone de la société",
|
|
32
|
+
"Company Email": "Email de la société",
|
|
33
|
+
"LinkedIn URL": "LinkedIn URL",
|
|
34
|
+
"City": "Ville",
|
|
35
|
+
"Country": "Pays",
|
|
36
|
+
"List": "Liste",
|
|
37
|
+
"Tags": "Tags",
|
|
38
|
+
"Outcome": "Résultat",
|
|
39
|
+
"Owner": "Propriétaire",
|
|
40
|
+
"Custom Fields": "Champs personnalisés",
|
|
41
|
+
"Current Prospect Email": "Courriel du prospect actuel",
|
|
42
|
+
"New Email": "Nouvel e-mail",
|
|
43
|
+
"Prospect Email": "Email de Prospect",
|
|
44
|
+
"Cadence": "Cadence",
|
|
45
|
+
"Method": "Méthode",
|
|
46
|
+
"Headers": "Headers",
|
|
47
|
+
"Query Parameters": "Paramètres de requête",
|
|
48
|
+
"Body Type": "Body Type",
|
|
49
|
+
"Body": "Body",
|
|
50
|
+
"Response is Binary ?": "La réponse est Binaire ?",
|
|
51
|
+
"No Error on Failure": "Aucune erreur en cas d'échec",
|
|
52
|
+
"Timeout (in seconds)": "Délai d'expiration (en secondes)",
|
|
53
|
+
"Follow redirects": "Suivre les redirections",
|
|
54
|
+
"Select a Klenty list.": "Sélectionnez une liste Klenty .",
|
|
55
|
+
"Pipe-separated tag names, for example: Tag1|Tag2": "Noms de balises séparés par des tubes, par exemple : Tag1|Tag2",
|
|
56
|
+
"Klenty outcome value. Case-sensitive.": "Valeur de résultat Klenty . Sensible à la casse.",
|
|
57
|
+
"Email address of the Klenty user to assign as prospect owner.": "Adresse e-mail de l'utilisateur Klenty à assigner en tant que propriétaire potentiel.",
|
|
58
|
+
"Key/value pairs to send in Klenty CustomFields.": "Paires clé/valeur à envoyer dans Klenty CustomFields.",
|
|
59
|
+
"The current email used to identify the prospect in Klenty.": "Le courriel actuel utilisé pour identifier le prospect dans Klenty.",
|
|
60
|
+
"Email address of the prospect to find.": "Adresse e-mail du prospect à trouver.",
|
|
61
|
+
"Select a Klenty cadence.": "Sélectionnez une cadence Klenty .",
|
|
62
|
+
"Authorization headers are injected automatically from your connection.": "Les Headers d'autorisation sont injectés automatiquement à partir de votre connexion.",
|
|
63
|
+
"Enable for files like PDFs, images, etc.": "Activer pour les fichiers comme les PDFs, les images, etc.",
|
|
64
|
+
"GET": "GET",
|
|
65
|
+
"POST": "POST",
|
|
66
|
+
"PATCH": "PATCH",
|
|
67
|
+
"PUT": "PUT",
|
|
68
|
+
"DELETE": "DELETE",
|
|
69
|
+
"HEAD": "HEAD",
|
|
70
|
+
"None": "Aucun",
|
|
71
|
+
"JSON": "JSON",
|
|
72
|
+
"Form Data": "Données du formulaire",
|
|
73
|
+
"Raw": "Brut"
|
|
74
|
+
}
|
package/src/i18n/ja.json
ADDED
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Sales engagement platform for managing prospects and adding them to outreach cadences.": "見通しを管理し、アウトリーチの士官候補生に追加するための販売エンゲージメントプラットフォーム。",
|
|
3
|
+
"Username / Email": "ユーザー名 / メール",
|
|
4
|
+
"API Key": "API キー",
|
|
5
|
+
"The Klenty username or email used in the API URL path (for example: you@company.com).": "API URL パスで使用される Klenty ユーザー名または電子メール (例: you@company.com)。",
|
|
6
|
+
"Your Klenty API key.": "あなたの Klenty API キー。",
|
|
7
|
+
"\n**Generating Klenty API Key**\n\nTo access the Klenty REST APIs, you need to authenticate your requests using the Klenty API Key.\n\n1. Login to your Klenty account.\n2. Go to **Settings → Integrations → Klenty API Key**.\n3. Click on the key icon to generate an API Key.\n ": "\n**Generating Klenty API Key**\n\nTo access the Klenty REST APIs, you need to authenticate your requests using the Klenty API Key.\n\n1. Login to your Klenty account.\n2. Go to **Settings → Integrations → Klenty API Key**.\n3. Click on the key icon to generate an API Key.\n ",
|
|
8
|
+
"Create Prospect": "プロスペクトを作成",
|
|
9
|
+
"Update Prospect": "プロスペクトを更新",
|
|
10
|
+
"Get Prospect by Email": "電子メールで見通しを取得",
|
|
11
|
+
"Add Prospect to Campaign": "キャンペーンに見通しを追加",
|
|
12
|
+
"Custom API Call": "カスタムAPI呼び出し",
|
|
13
|
+
"Create a new prospect in Klenty.": "Klentyで新しい見通しを作成します。",
|
|
14
|
+
"Update an existing prospect in Klenty by email address.": "メールアドレスで Klenty の既存の見通しを更新します。",
|
|
15
|
+
"Find a prospect by email address in Klenty.": "Klentyで電子メールアドレスで見通しを見つけます。",
|
|
16
|
+
"Add a prospect to a Klenty campaign/cadence using the startcadence endpoint.": "スタートアップエンドポイントを使用して、Klentyキャンペーン/ケイデンスに見通しを追加します。",
|
|
17
|
+
"Make a custom API call to a specific endpoint": "特定のエンドポイントへのカスタム API コールを実行します。",
|
|
18
|
+
"Email": "Eメールアドレス",
|
|
19
|
+
"First Name": "名",
|
|
20
|
+
"Company": "会社名",
|
|
21
|
+
"Full Name": "フルネーム",
|
|
22
|
+
"Last Name": "Last Name",
|
|
23
|
+
"Middle Name": "ミドルネーム",
|
|
24
|
+
"Account": "アカウント",
|
|
25
|
+
"Department": "部門",
|
|
26
|
+
"Company Domain": "会社ドメイン",
|
|
27
|
+
"Title": "タイトル",
|
|
28
|
+
"Location": "場所",
|
|
29
|
+
"Phone": "電話番号",
|
|
30
|
+
"Twitter ID": "Twitter ID",
|
|
31
|
+
"Company Phone": "勤務先電話番号",
|
|
32
|
+
"Company Email": "勤務先メールアドレス",
|
|
33
|
+
"LinkedIn URL": "LinkedIn URL",
|
|
34
|
+
"City": "市区町村名",
|
|
35
|
+
"Country": "国",
|
|
36
|
+
"List": "リスト",
|
|
37
|
+
"Tags": "タグ",
|
|
38
|
+
"Outcome": "成果",
|
|
39
|
+
"Owner": "所有者",
|
|
40
|
+
"Custom Fields": "カスタムフィールド",
|
|
41
|
+
"Current Prospect Email": "現在の見込み客のメール",
|
|
42
|
+
"New Email": "新しいメール",
|
|
43
|
+
"Prospect Email": "プロスペクトメール",
|
|
44
|
+
"Cadence": "ケイデンスformat@@0",
|
|
45
|
+
"Method": "方法",
|
|
46
|
+
"Headers": "ヘッダー",
|
|
47
|
+
"Query Parameters": "クエリパラメータ",
|
|
48
|
+
"Body Type": "ボディタイプ",
|
|
49
|
+
"Body": "本文",
|
|
50
|
+
"Response is Binary ?": "応答はバイナリですか?",
|
|
51
|
+
"No Error on Failure": "失敗時にエラーはありません",
|
|
52
|
+
"Timeout (in seconds)": "タイムアウト(秒)",
|
|
53
|
+
"Follow redirects": "リダイレクトをフォローする",
|
|
54
|
+
"Select a Klenty list.": "Klenty リストを選択します。",
|
|
55
|
+
"Pipe-separated tag names, for example: Tag1|Tag2": "Pipeで区切られたタグ名(例:Tag1|Tag2",
|
|
56
|
+
"Klenty outcome value. Case-sensitive.": "Klenty結果値。大文字と小文字を区別します。",
|
|
57
|
+
"Email address of the Klenty user to assign as prospect owner.": "見込み客の所有者として割り当てるKlentyユーザーのメールアドレス。",
|
|
58
|
+
"Key/value pairs to send in Klenty CustomFields.": "Klenty CustomFieldsで送信するキー/値のペア。",
|
|
59
|
+
"The current email used to identify the prospect in Klenty.": "Klentyで見通しを識別するために使用される現在の電子メール。",
|
|
60
|
+
"Email address of the prospect to find.": "検索する見込み客のメールアドレス。",
|
|
61
|
+
"Select a Klenty cadence.": "Klentyカデンスを選択します。",
|
|
62
|
+
"Authorization headers are injected automatically from your connection.": "認証ヘッダは接続から自動的に注入されます。",
|
|
63
|
+
"Enable for files like PDFs, images, etc.": "PDF、画像などのファイルを有効にする",
|
|
64
|
+
"GET": "GET",
|
|
65
|
+
"POST": "POST",
|
|
66
|
+
"PATCH": "PATCH",
|
|
67
|
+
"PUT": "PUT",
|
|
68
|
+
"DELETE": "DELETE",
|
|
69
|
+
"HEAD": "HEAD",
|
|
70
|
+
"None": "なし",
|
|
71
|
+
"JSON": "JSON",
|
|
72
|
+
"Form Data": "フォームデータ",
|
|
73
|
+
"Raw": "Raw"
|
|
74
|
+
}
|
package/src/i18n/nl.json
ADDED
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Sales engagement platform for managing prospects and adding them to outreach cadences.": "Sales engagement platform voor het beheren van vooruitzichten en het toevoegen van deze aan omleidingen.",
|
|
3
|
+
"Username / Email": "Gebruikersnaam / E-mail",
|
|
4
|
+
"API Key": "API Sleutel",
|
|
5
|
+
"The Klenty username or email used in the API URL path (for example: you@company.com).": "De Klenty gebruikersnaam of e-mail die gebruikt wordt in de API URL (bijvoorbeeld: je@company.com).",
|
|
6
|
+
"Your Klenty API key.": "Je Klenty API-sleutel.",
|
|
7
|
+
"\n**Generating Klenty API Key**\n\nTo access the Klenty REST APIs, you need to authenticate your requests using the Klenty API Key.\n\n1. Login to your Klenty account.\n2. Go to **Settings → Integrations → Klenty API Key**.\n3. Click on the key icon to generate an API Key.\n ": "\n**Klenty API Key genereren**\n\nOm toegang te krijgen tot de Klenty REST API's, moet je je aanvragen verifiëren met behulp van de Klenty API Key.\n\n1. Log in op je Klenty account.\n2. Ga naar **Instellingen → Integraties → Klenty API Key**.\n3. Klik op het sleutelpictogram voor het genereren van een API-sleutel.\n ",
|
|
8
|
+
"Create Prospect": "Prospect aanmaken",
|
|
9
|
+
"Update Prospect": "Prospect bijwerken",
|
|
10
|
+
"Get Prospect by Email": "Prospect via e-mail verkrijgen",
|
|
11
|
+
"Add Prospect to Campaign": "Prospect toevoegen aan campagne",
|
|
12
|
+
"Custom API Call": "Custom API Call",
|
|
13
|
+
"Create a new prospect in Klenty.": "Maak een nieuw vooruitzicht in Klenty.",
|
|
14
|
+
"Update an existing prospect in Klenty by email address.": "Update een bestaand prospect in Klenty per e-mailadres.",
|
|
15
|
+
"Find a prospect by email address in Klenty.": "Zoek een prospect op e-mailadres in Klenty.",
|
|
16
|
+
"Add a prospect to a Klenty campaign/cadence using the startcadence endpoint.": "Voeg een prospect toe aan een Klenty campaign/cadence met behulp van het startcadence eindpunt.",
|
|
17
|
+
"Make a custom API call to a specific endpoint": "Maak een aangepaste API call naar een specifiek eindpunt",
|
|
18
|
+
"Email": "E-mail",
|
|
19
|
+
"First Name": "Voornaam",
|
|
20
|
+
"Company": "Bedrijfsnaam",
|
|
21
|
+
"Full Name": "Volledige naam",
|
|
22
|
+
"Last Name": "Achternaam",
|
|
23
|
+
"Middle Name": "Tweede naam",
|
|
24
|
+
"Account": "Rekening",
|
|
25
|
+
"Department": "Afdeling",
|
|
26
|
+
"Company Domain": "Bedrijfsdomein",
|
|
27
|
+
"Title": "Aanspreektitel",
|
|
28
|
+
"Location": "Locatie",
|
|
29
|
+
"Phone": "Telefoonnummer",
|
|
30
|
+
"Twitter ID": "Twitter ID",
|
|
31
|
+
"Company Phone": "Telefoon bedrijf",
|
|
32
|
+
"Company Email": "Bedrijfs e-mail",
|
|
33
|
+
"LinkedIn URL": "LinkedIn URL",
|
|
34
|
+
"City": "Woonplaats",
|
|
35
|
+
"Country": "Land:",
|
|
36
|
+
"List": "Klantenlijst",
|
|
37
|
+
"Tags": "Labels",
|
|
38
|
+
"Outcome": "Resultaat",
|
|
39
|
+
"Owner": "Eigenaar",
|
|
40
|
+
"Custom Fields": "Aangepaste velden",
|
|
41
|
+
"Current Prospect Email": "Huidige Prospect E-mail",
|
|
42
|
+
"New Email": "Nieuw e-mailadres",
|
|
43
|
+
"Prospect Email": "E-mail prospect",
|
|
44
|
+
"Cadence": "Kadans",
|
|
45
|
+
"Method": "Methode",
|
|
46
|
+
"Headers": "Kopteksten",
|
|
47
|
+
"Query Parameters": "Query parameters",
|
|
48
|
+
"Body Type": "Type lichaam",
|
|
49
|
+
"Body": "Lichaam",
|
|
50
|
+
"Response is Binary ?": "Antwoord is binair?",
|
|
51
|
+
"No Error on Failure": "Geen fout bij fout",
|
|
52
|
+
"Timeout (in seconds)": "Time-out (in seconden)",
|
|
53
|
+
"Follow redirects": "Volg omleidingen",
|
|
54
|
+
"Select a Klenty list.": "Selecteer een Kli lijst.",
|
|
55
|
+
"Pipe-separated tag names, for example: Tag1|Tag2": "Pipe-gescheiden tagnamen, bijvoorbeeld: Tag1ρTag2",
|
|
56
|
+
"Klenty outcome value. Case-sensitive.": "Twintig resultaatwaarde. Niet gevoelig.",
|
|
57
|
+
"Email address of the Klenty user to assign as prospect owner.": "E-mail adres van de Klenty gebruiker om toe te wijzen als prospect eigenaar.",
|
|
58
|
+
"Key/value pairs to send in Klenty CustomFields.": "Sleutel/waarde paren om te verzenden in Klenty CustomFields.",
|
|
59
|
+
"The current email used to identify the prospect in Klenty.": "De huidige e-mail werd gebruikt om het prospect in Klenty te identificeren.",
|
|
60
|
+
"Email address of the prospect to find.": "E-mailadres van het vooruitzicht om te vinden.",
|
|
61
|
+
"Select a Klenty cadence.": "Selecteer een Klenty cadence.",
|
|
62
|
+
"Authorization headers are injected automatically from your connection.": "Autorisatie headers worden automatisch geïnjecteerd vanuit uw verbinding.",
|
|
63
|
+
"Enable for files like PDFs, images, etc.": "Inschakelen voor bestanden zoals PDF's, afbeeldingen etc.",
|
|
64
|
+
"GET": "KRIJG",
|
|
65
|
+
"POST": "POSTE",
|
|
66
|
+
"PATCH": "BEKIJK",
|
|
67
|
+
"PUT": "PUT",
|
|
68
|
+
"DELETE": "VERWIJDEREN",
|
|
69
|
+
"HEAD": "HOOFD",
|
|
70
|
+
"None": "geen",
|
|
71
|
+
"JSON": "JSON",
|
|
72
|
+
"Form Data": "Formulieren gegevens",
|
|
73
|
+
"Raw": "Onbewerkte"
|
|
74
|
+
}
|
package/src/i18n/pt.json
ADDED
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Sales engagement platform for managing prospects and adding them to outreach cadences.": "Plataforma de participação de vendas para gerenciar perspectivas e adicioná-las em cadeias de divulgação.",
|
|
3
|
+
"Username / Email": "Usuário / E-mail",
|
|
4
|
+
"API Key": "Chave de API",
|
|
5
|
+
"The Klenty username or email used in the API URL path (for example: you@company.com).": "O nome de usuário ou e-mail da Klenty usado no caminho da URL da API (por exemplo: voce@company.com).",
|
|
6
|
+
"Your Klenty API key.": "Sua chave de Klenty API.",
|
|
7
|
+
"\n**Generating Klenty API Key**\n\nTo access the Klenty REST APIs, you need to authenticate your requests using the Klenty API Key.\n\n1. Login to your Klenty account.\n2. Go to **Settings → Integrations → Klenty API Key**.\n3. Click on the key icon to generate an API Key.\n ": "\n**Generating Klenty API Key**\n\nTo access the Klenty REST APIs, you need to authenticate your requests using the Klenty API Key.\n\n1. Login to your Klenty account.\n2. Go to **Settings → Integrations → Klenty API Key**.\n3. Click on the key icon to generate an API Key.\n ",
|
|
8
|
+
"Create Prospect": "Criar Prospecto",
|
|
9
|
+
"Update Prospect": "Atualizar o Prospecto",
|
|
10
|
+
"Get Prospect by Email": "Obter o Potencial por E-mail",
|
|
11
|
+
"Add Prospect to Campaign": "Adicionar o Prospecto à Campanha",
|
|
12
|
+
"Custom API Call": "Chamada de API personalizada",
|
|
13
|
+
"Create a new prospect in Klenty.": "Criar uma nova perspectiva em Klenty.",
|
|
14
|
+
"Update an existing prospect in Klenty by email address.": "Atualizar uma perspectiva existente em Klenty por endereço de e-mail.",
|
|
15
|
+
"Find a prospect by email address in Klenty.": "Encontre clientes potenciais por endereço de e-mail em Klenty.",
|
|
16
|
+
"Add a prospect to a Klenty campaign/cadence using the startcadence endpoint.": "Adicione uma perspectiva a uma campanha/cadência de Klenty usando o ponto final de inicialização.",
|
|
17
|
+
"Make a custom API call to a specific endpoint": "Faça uma chamada de API personalizada para um ponto de extremidade específico",
|
|
18
|
+
"Email": "e-mail",
|
|
19
|
+
"First Name": "Nome",
|
|
20
|
+
"Company": "Empresas",
|
|
21
|
+
"Full Name": "Nome Completo",
|
|
22
|
+
"Last Name": "Sobrenome",
|
|
23
|
+
"Middle Name": "Nome do Meio",
|
|
24
|
+
"Account": "conta",
|
|
25
|
+
"Department": "Departamento",
|
|
26
|
+
"Company Domain": "Domínio da empresa",
|
|
27
|
+
"Title": "Título",
|
|
28
|
+
"Location": "Local:",
|
|
29
|
+
"Phone": "Smartphone",
|
|
30
|
+
"Twitter ID": "Twitter ID",
|
|
31
|
+
"Company Phone": "Telefone da Empresa",
|
|
32
|
+
"Company Email": "E-mail da Empresa",
|
|
33
|
+
"LinkedIn URL": "LinkedIn URL",
|
|
34
|
+
"City": "cidade",
|
|
35
|
+
"Country": "País/região",
|
|
36
|
+
"List": "Lista",
|
|
37
|
+
"Tags": "Etiquetas",
|
|
38
|
+
"Outcome": "Resultado",
|
|
39
|
+
"Owner": "Proprietário",
|
|
40
|
+
"Custom Fields": "Campos Personalizados",
|
|
41
|
+
"Current Prospect Email": "Email de Prospecção Atual",
|
|
42
|
+
"New Email": "Novo E-mail",
|
|
43
|
+
"Prospect Email": "Prospecto Email",
|
|
44
|
+
"Cadence": "Cadência",
|
|
45
|
+
"Method": "Método",
|
|
46
|
+
"Headers": "Cabeçalhos",
|
|
47
|
+
"Query Parameters": "Parâmetros da consulta",
|
|
48
|
+
"Body Type": "Tipo de Corpo",
|
|
49
|
+
"Body": "Conteúdo",
|
|
50
|
+
"Response is Binary ?": "A resposta é binária ?",
|
|
51
|
+
"No Error on Failure": "Nenhum erro no Failure",
|
|
52
|
+
"Timeout (in seconds)": "Tempo limite (em segundos)",
|
|
53
|
+
"Follow redirects": "Seguir redirecionamentos",
|
|
54
|
+
"Select a Klenty list.": "Selecione uma lista de Klenty",
|
|
55
|
+
"Pipe-separated tag names, for example: Tag1|Tag2": "Nomes de tag separados por pipe, por exemplo: Tag1├Tag2",
|
|
56
|
+
"Klenty outcome value. Case-sensitive.": "Valor de resultado sequencial. diferencia-corrente.",
|
|
57
|
+
"Email address of the Klenty user to assign as prospect owner.": "Endereço de e-mail do usuário Klenty atribuído como apresentador de potenciais.",
|
|
58
|
+
"Key/value pairs to send in Klenty CustomFields.": "Pares chave/valor para enviar em Klenty CustomFields.",
|
|
59
|
+
"The current email used to identify the prospect in Klenty.": "O e-mail atual usado para identificar a perspectiva em Klenty.",
|
|
60
|
+
"Email address of the prospect to find.": "Endereço de e-mail da perspectiva a encontrar.",
|
|
61
|
+
"Select a Klenty cadence.": "Selecione uma cadência de Klenty",
|
|
62
|
+
"Authorization headers are injected automatically from your connection.": "Os cabeçalhos de autorização são inseridos automaticamente a partir da sua conexão.",
|
|
63
|
+
"Enable for files like PDFs, images, etc.": "Habilitar para arquivos como PDFs, imagens, etc.",
|
|
64
|
+
"GET": "OBTER",
|
|
65
|
+
"POST": "POSTAR",
|
|
66
|
+
"PATCH": "COMPRAR",
|
|
67
|
+
"PUT": "COLOCAR",
|
|
68
|
+
"DELETE": "EXCLUIR",
|
|
69
|
+
"HEAD": "CABEÇA",
|
|
70
|
+
"None": "Nenhuma",
|
|
71
|
+
"JSON": "JSON",
|
|
72
|
+
"Form Data": "Dados de Formulário",
|
|
73
|
+
"Raw": "RAW"
|
|
74
|
+
}
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Sales engagement platform for managing prospects and adding them to outreach cadences.": "Sales engagement platform for managing prospects and adding them to outreach cadences.",
|
|
3
|
+
"Username / Email": "Username / Email",
|
|
4
|
+
"API Key": "API Key",
|
|
5
|
+
"The Klenty username or email used in the API URL path (for example: you@company.com).": "The Klenty username or email used in the API URL path (for example: you@company.com).",
|
|
6
|
+
"Your Klenty API key.": "Your Klenty API key.",
|
|
7
|
+
"\n**Generating Klenty API Key**\n\nTo access the Klenty REST APIs, you need to authenticate your requests using the Klenty API Key.\n\n1. Login to your Klenty account.\n2. Go to **Settings → Integrations → Klenty API Key**.\n3. Click on the key icon to generate an API Key.\n ": "\n**Generating Klenty API Key**\n\nTo access the Klenty REST APIs, you need to authenticate your requests using the Klenty API Key.\n\n1. Login to your Klenty account.\n2. Go to **Settings → Integrations → Klenty API Key**.\n3. Click on the key icon to generate an API Key.\n ",
|
|
8
|
+
"Create Prospect": "Create Prospect",
|
|
9
|
+
"Update Prospect": "Update Prospect",
|
|
10
|
+
"Get Prospect by Email": "Get Prospect by Email",
|
|
11
|
+
"Add Prospect to Campaign": "Add Prospect to Campaign",
|
|
12
|
+
"Custom API Call": "Custom API Call",
|
|
13
|
+
"Create a new prospect in Klenty.": "Create a new prospect in Klenty.",
|
|
14
|
+
"Update an existing prospect in Klenty by email address.": "Update an existing prospect in Klenty by email address.",
|
|
15
|
+
"Find a prospect by email address in Klenty.": "Find a prospect by email address in Klenty.",
|
|
16
|
+
"Add a prospect to a Klenty campaign/cadence using the startcadence endpoint.": "Add a prospect to a Klenty campaign/cadence using the startcadence endpoint.",
|
|
17
|
+
"Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
|
|
18
|
+
"Email": "Email",
|
|
19
|
+
"First Name": "First Name",
|
|
20
|
+
"Company": "Company",
|
|
21
|
+
"Full Name": "Full Name",
|
|
22
|
+
"Last Name": "Last Name",
|
|
23
|
+
"Middle Name": "Middle Name",
|
|
24
|
+
"Account": "Account",
|
|
25
|
+
"Department": "Department",
|
|
26
|
+
"Company Domain": "Company Domain",
|
|
27
|
+
"Title": "Title",
|
|
28
|
+
"Location": "Location",
|
|
29
|
+
"Phone": "Phone",
|
|
30
|
+
"Twitter ID": "Twitter ID",
|
|
31
|
+
"Company Phone": "Company Phone",
|
|
32
|
+
"Company Email": "Company Email",
|
|
33
|
+
"LinkedIn URL": "LinkedIn URL",
|
|
34
|
+
"City": "City",
|
|
35
|
+
"Country": "Country",
|
|
36
|
+
"List": "List",
|
|
37
|
+
"Tags": "Tags",
|
|
38
|
+
"Outcome": "Outcome",
|
|
39
|
+
"Owner": "Owner",
|
|
40
|
+
"Custom Fields": "Custom Fields",
|
|
41
|
+
"Current Prospect Email": "Current Prospect Email",
|
|
42
|
+
"New Email": "New Email",
|
|
43
|
+
"Prospect Email": "Prospect Email",
|
|
44
|
+
"Cadence": "Cadence",
|
|
45
|
+
"Method": "Method",
|
|
46
|
+
"Headers": "Headers",
|
|
47
|
+
"Query Parameters": "Query Parameters",
|
|
48
|
+
"Body Type": "Body Type",
|
|
49
|
+
"Body": "Body",
|
|
50
|
+
"Response is Binary ?": "Response is Binary ?",
|
|
51
|
+
"No Error on Failure": "No Error on Failure",
|
|
52
|
+
"Timeout (in seconds)": "Timeout (in seconds)",
|
|
53
|
+
"Follow redirects": "Follow redirects",
|
|
54
|
+
"Select a Klenty list.": "Select a Klenty list.",
|
|
55
|
+
"Pipe-separated tag names, for example: Tag1|Tag2": "Pipe-separated tag names, for example: Tag1|Tag2",
|
|
56
|
+
"Klenty outcome value. Case-sensitive.": "Klenty outcome value. Case-sensitive.",
|
|
57
|
+
"Email address of the Klenty user to assign as prospect owner.": "Email address of the Klenty user to assign as prospect owner.",
|
|
58
|
+
"Key/value pairs to send in Klenty CustomFields.": "Key/value pairs to send in Klenty CustomFields.",
|
|
59
|
+
"The current email used to identify the prospect in Klenty.": "The current email used to identify the prospect in Klenty.",
|
|
60
|
+
"Email address of the prospect to find.": "Email address of the prospect to find.",
|
|
61
|
+
"Select a Klenty cadence.": "Select a Klenty cadence.",
|
|
62
|
+
"Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
|
|
63
|
+
"Enable for files like PDFs, images, etc.": "Enable for files like PDFs, images, etc.",
|
|
64
|
+
"GET": "GET",
|
|
65
|
+
"POST": "POST",
|
|
66
|
+
"PATCH": "PATCH",
|
|
67
|
+
"PUT": "PUT",
|
|
68
|
+
"DELETE": "DELETE",
|
|
69
|
+
"HEAD": "HEAD",
|
|
70
|
+
"None": "None",
|
|
71
|
+
"JSON": "JSON",
|
|
72
|
+
"Form Data": "Form Data",
|
|
73
|
+
"Raw": "Raw"
|
|
74
|
+
}
|
package/src/i18n/zh.json
ADDED
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Sales engagement platform for managing prospects and adding them to outreach cadences.": "Sales engagement platform for managing prospects and adding them to outreach cadences.",
|
|
3
|
+
"Username / Email": "Username / Email",
|
|
4
|
+
"API Key": "API 密钥",
|
|
5
|
+
"The Klenty username or email used in the API URL path (for example: you@company.com).": "The Klenty username or email used in the API URL path (for example: you@company.com).",
|
|
6
|
+
"Your Klenty API key.": "Your Klenty API key.",
|
|
7
|
+
"\n**Generating Klenty API Key**\n\nTo access the Klenty REST APIs, you need to authenticate your requests using the Klenty API Key.\n\n1. Login to your Klenty account.\n2. Go to **Settings → Integrations → Klenty API Key**.\n3. Click on the key icon to generate an API Key.\n ": "\n**Generating Klenty API Key**\n\nTo access the Klenty REST APIs, you need to authenticate your requests using the Klenty API Key.\n\n1. Login to your Klenty account.\n2. Go to **Settings → Integrations → Klenty API Key**.\n3. Click on the key icon to generate an API Key.\n ",
|
|
8
|
+
"Create Prospect": "Create Prospect",
|
|
9
|
+
"Update Prospect": "Update Prospect",
|
|
10
|
+
"Get Prospect by Email": "Get Prospect by Email",
|
|
11
|
+
"Add Prospect to Campaign": "Add Prospect to Campaign",
|
|
12
|
+
"Custom API Call": "自定义 API 呼叫",
|
|
13
|
+
"Create a new prospect in Klenty.": "Create a new prospect in Klenty.",
|
|
14
|
+
"Update an existing prospect in Klenty by email address.": "Update an existing prospect in Klenty by email address.",
|
|
15
|
+
"Find a prospect by email address in Klenty.": "Find a prospect by email address in Klenty.",
|
|
16
|
+
"Add a prospect to a Klenty campaign/cadence using the startcadence endpoint.": "Add a prospect to a Klenty campaign/cadence using the startcadence endpoint.",
|
|
17
|
+
"Make a custom API call to a specific endpoint": "将一个自定义 API 调用到一个特定的终点",
|
|
18
|
+
"Email": "电子邮件地址",
|
|
19
|
+
"First Name": "First Name",
|
|
20
|
+
"Company": "Company",
|
|
21
|
+
"Full Name": "Full Name",
|
|
22
|
+
"Last Name": "名字",
|
|
23
|
+
"Middle Name": "Middle Name",
|
|
24
|
+
"Account": "Account",
|
|
25
|
+
"Department": "Department",
|
|
26
|
+
"Company Domain": "Company Domain",
|
|
27
|
+
"Title": "标题",
|
|
28
|
+
"Location": "Location",
|
|
29
|
+
"Phone": "Phone",
|
|
30
|
+
"Twitter ID": "Twitter ID",
|
|
31
|
+
"Company Phone": "Company Phone",
|
|
32
|
+
"Company Email": "Company Email",
|
|
33
|
+
"LinkedIn URL": "LinkedIn URL",
|
|
34
|
+
"City": "City",
|
|
35
|
+
"Country": "Country",
|
|
36
|
+
"List": "List",
|
|
37
|
+
"Tags": "标签",
|
|
38
|
+
"Outcome": "Outcome",
|
|
39
|
+
"Owner": "所有者",
|
|
40
|
+
"Custom Fields": "Custom Fields",
|
|
41
|
+
"Current Prospect Email": "Current Prospect Email",
|
|
42
|
+
"New Email": "New Email",
|
|
43
|
+
"Prospect Email": "Prospect Email",
|
|
44
|
+
"Cadence": "Cadence",
|
|
45
|
+
"Method": "方法",
|
|
46
|
+
"Headers": "信头",
|
|
47
|
+
"Query Parameters": "查询参数",
|
|
48
|
+
"Body Type": "Body Type",
|
|
49
|
+
"Body": "正文内容",
|
|
50
|
+
"Response is Binary ?": "Response is Binary ?",
|
|
51
|
+
"No Error on Failure": "失败时没有错误",
|
|
52
|
+
"Timeout (in seconds)": "超时(秒)",
|
|
53
|
+
"Follow redirects": "Follow redirects",
|
|
54
|
+
"Select a Klenty list.": "Select a Klenty list.",
|
|
55
|
+
"Pipe-separated tag names, for example: Tag1|Tag2": "Pipe-separated tag names, for example: Tag1|Tag2",
|
|
56
|
+
"Klenty outcome value. Case-sensitive.": "Klenty outcome value. Case-sensitive.",
|
|
57
|
+
"Email address of the Klenty user to assign as prospect owner.": "Email address of the Klenty user to assign as prospect owner.",
|
|
58
|
+
"Key/value pairs to send in Klenty CustomFields.": "Key/value pairs to send in Klenty CustomFields.",
|
|
59
|
+
"The current email used to identify the prospect in Klenty.": "The current email used to identify the prospect in Klenty.",
|
|
60
|
+
"Email address of the prospect to find.": "Email address of the prospect to find.",
|
|
61
|
+
"Select a Klenty cadence.": "Select a Klenty cadence.",
|
|
62
|
+
"Authorization headers are injected automatically from your connection.": "授权头自动从您的连接中注入。",
|
|
63
|
+
"Enable for files like PDFs, images, etc.": "Enable for files like PDFs, images, etc.",
|
|
64
|
+
"GET": "获取",
|
|
65
|
+
"POST": "帖子",
|
|
66
|
+
"PATCH": "PATCH",
|
|
67
|
+
"PUT": "弹出",
|
|
68
|
+
"DELETE": "删除",
|
|
69
|
+
"HEAD": "黑色",
|
|
70
|
+
"None": "无",
|
|
71
|
+
"JSON": "JSON",
|
|
72
|
+
"Form Data": "表单数据",
|
|
73
|
+
"Raw": "原始文件"
|
|
74
|
+
}
|