@activepieces/piece-influencers-club 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 CHANGED
@@ -1,24 +1,26 @@
1
1
  {
2
2
  "name": "@activepieces/piece-influencers-club",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "type": "commonjs",
5
5
  "main": "./src/index.js",
6
6
  "types": "./src/index.d.ts",
7
7
  "dependencies": {
8
8
  "@sinclair/typebox": "0.34.11",
9
+ "ai": "^6.0.0",
9
10
  "axios": "1.13.1",
10
11
  "axios-retry": "4.4.1",
11
12
  "deepmerge-ts": "7.1.0",
12
13
  "form-data": "4.0.4",
14
+ "i18next": "23.13.0",
13
15
  "mime-types": "2.1.35",
14
16
  "nanoid": "3.3.8",
15
17
  "semver": "7.6.0",
16
18
  "socket.io-client": "4.8.1",
17
19
  "tslib": "^2.3.0",
18
20
  "zod": "4.1.13",
19
- "@activepieces/pieces-common": "0.11.0",
20
- "@activepieces/pieces-framework": "0.23.0",
21
- "@activepieces/shared": "0.30.4"
21
+ "@activepieces/pieces-common": "0.11.2",
22
+ "@activepieces/pieces-framework": "0.24.0",
23
+ "@activepieces/shared": "0.32.0"
22
24
  },
23
25
  "resolutions": {
24
26
  "rollup": "npm:@rollup/wasm-node"
@@ -0,0 +1,80 @@
1
+ {
2
+ "Connect to Influencers.club to enrich and find influencers for your marketing campaigns.": "Verbinden Sie sich mit Influencers.club, um Einfluss auf Ihre Marketingkampagnen zu bereichern und zu finden.",
3
+ "API Key for Influencers Club": "API-Schlüssel für Influencers Club",
4
+ "Enrich Creator by Email": "Ersteller per E-Mail bereichern",
5
+ "Enrich Creator Social Profile by Handle": "Ersteller nach Handle bereichern",
6
+ "Find Similar Creator": "Ähnliche Ersteller finden",
7
+ "Custom API Call": "Eigener API-Aufruf",
8
+ "Enrich creator data by email address with advanced mode including all social medias and full profile stats": "Erweitern Sie Erstellungsdaten per E-Mail mit dem erweiterten Modus einschließlich aller sozialen Medien und Vollprofilstatistiken",
9
+ "Enrich creator data by social media handle with full mode including all connected platforms and detailed stats": "Erstellerdaten durch Social Media im Vollmodus inklusive aller verbundenen Plattformen und detaillierten Statistiken bereichern",
10
+ "Find creators similar to a given creator handle or profile URL with optional filters": "Ersteller ähnlich wie ein vorgegebener Ersteller Handle oder Profil-URL mit optionalen Filtern finden",
11
+ "Make a custom API call to a specific endpoint": "Einen benutzerdefinierten API-Aufruf an einen bestimmten Endpunkt machen",
12
+ "Email": "E-Mail",
13
+ "Exclude Platforms": "Plattformen ausschließen",
14
+ "Minimum Followers": "Minimale Follower",
15
+ "Handle": "Handle",
16
+ "Platform": "Plattform",
17
+ "Include Lookalikes": "Lookalikes einbeziehen",
18
+ "Email Requirement": "E-Mail-Anforderung",
19
+ "Filter Key": "Filterschlüssel",
20
+ "Filter Value": "Filterwert",
21
+ "Results Limit": "Ergebnislimit",
22
+ "Follower Count Range": "Bereich der Followeranzahl",
23
+ "Engagement Percentage Range": "Prozentsatz Engagement",
24
+ "Verified Only": "Nur verifiziert",
25
+ "Exclude Private Profiles": "Private Profile ausschließen",
26
+ "Method": "Methode",
27
+ "Headers": "Kopfzeilen",
28
+ "Query Parameters": "Abfrageparameter",
29
+ "Body Type": "Körpertyp",
30
+ "Body": "Körper",
31
+ "Response is Binary ?": "Antwort ist binär?",
32
+ "No Error on Failure": "Kein Fehler bei Fehler",
33
+ "Timeout (in seconds)": "Timeout (in Sekunden)",
34
+ "Follow redirects": "Weiterleitungen folgen",
35
+ "The email address of the creator to enrich": "Die E-Mail-Adresse des zu bereichernden Erstellers",
36
+ "Platforms to exclude from enrichment (optional)": "Plattformen, die von der Anreicherung ausgeschlossen werden (optional)",
37
+ "Minimum follower count filter (default: 1000)": "Minimaler Follower-Filter (Standard: 1000)",
38
+ "The social media handle of the creator": "Der Umgang mit sozialen Medien des Erstellers",
39
+ "The social media platform for the handle": "Die Social-Media-Plattform für den Griff",
40
+ "Include similar creators for faster discovery (30-40% quicker). Default: true": "Beinhaltet ähnliche Ersteller für schnellere Entdeckung (30-40% schneller). Standard: true",
41
+ "Controls how to handle email availability": "Legt fest, wie die E-Mail-Verfügbarkeit zu handhaben ist",
42
+ "The social media platform": "Die Social-Media-Plattform",
43
+ "The type of identifier for the creator": "Der Typ des Identifikators für den Ersteller",
44
+ "Platform URL, profile handle, or user ID": "Plattform-URL, Profil-Handle oder Benutzer-ID",
45
+ "Maximum number of similar creators to return (min: 1, max: 50)": "Maximale Anzahl an ähnlichen Creators die zurückgegeben werden (min: 1, max: 50)",
46
+ "Filter by follower count (min and max)": "Nach Followeranzahl filtern (min und max)",
47
+ "Filter by engagement rate (min and max)": "Nach Verlobungsrate filtern (min und max.)",
48
+ "Only return verified creators": "Nur verifizierte Urheber zurückgeben",
49
+ "Exclude creators with private profiles": "Ersteller mit privaten Profilen ausschließen",
50
+ "Authorization headers are injected automatically from your connection.": "Autorisierungs-Header werden automatisch von Ihrer Verbindung injiziert.",
51
+ "Enable for files like PDFs, images, etc.": "Aktivieren für Dateien wie PDFs, Bilder usw.",
52
+ "Instagram": "Instagram",
53
+ "TikTok": "TikTok",
54
+ "YouTube": "YouTube",
55
+ "Twitter": "Twitter",
56
+ "Twitch": "Twitch",
57
+ "OnlyFans": "OnlyFans",
58
+ "LinkedIn": "LinkedIn",
59
+ "Facebook": "Facebook",
60
+ "Snapchat": "Snapchat",
61
+ "Reddit": "Reddit",
62
+ "Pinterest": "Pinterest",
63
+ "Discord": "Discord",
64
+ "Twitter/X": "Twitter/X",
65
+ "Preferred (return data even if no email found)": "Bevorzugt (Rückgabedaten auch wenn keine E-Mail gefunden wurde)",
66
+ "Must Have (only return if valid email exists)": "Muss vorhanden sein (nur zurückgeben, wenn gültige E-Mail existiert)",
67
+ "URL": "URL",
68
+ "Username": "Benutzername",
69
+ "ID": "ID",
70
+ "GET": "ERHALTEN",
71
+ "POST": "POST",
72
+ "PATCH": "PATCH",
73
+ "PUT": "PUT",
74
+ "DELETE": "LÖSCHEN",
75
+ "HEAD": "HEAD",
76
+ "None": "Keine",
77
+ "JSON": "JSON",
78
+ "Form Data": "Formulardaten",
79
+ "Raw": "Rohe"
80
+ }
@@ -0,0 +1,80 @@
1
+ {
2
+ "Connect to Influencers.club to enrich and find influencers for your marketing campaigns.": "Conéctate a Influencers.club para enriquecer y encontrar influencias para tus campañas de marketing.",
3
+ "API Key for Influencers Club": "API Key para el Club de Influencers",
4
+ "Enrich Creator by Email": "Enriquecer Creador por Email",
5
+ "Enrich Creator Social Profile by Handle": "Enriquecer el perfil social del creador por Manejo",
6
+ "Find Similar Creator": "Buscar creador similar",
7
+ "Custom API Call": "Llamada API personalizada",
8
+ "Enrich creator data by email address with advanced mode including all social medias and full profile stats": "Enriquecer datos de creador por dirección de correo electrónico con modo avanzado incluyendo todas las redes sociales y estadísticas de perfil completo",
9
+ "Enrich creator data by social media handle with full mode including all connected platforms and detailed stats": "Enriquecer los datos del creador por medio de redes sociales con modo completo incluyendo todas las plataformas conectadas y estadísticas detalladas",
10
+ "Find creators similar to a given creator handle or profile URL with optional filters": "Encuentra creadores similares a un determinado nombre de creador o URL del perfil con filtros opcionales",
11
+ "Make a custom API call to a specific endpoint": "Hacer una llamada API personalizada a un extremo específico",
12
+ "Email": "E-mail",
13
+ "Exclude Platforms": "Excluir plataformas",
14
+ "Minimum Followers": "Seguidores mínimos",
15
+ "Handle": "Manejo",
16
+ "Platform": "Plataforma",
17
+ "Include Lookalikes": "Incluye Apariencias",
18
+ "Email Requirement": "Requisito de Email",
19
+ "Filter Key": "Clave de filtro",
20
+ "Filter Value": "Valor del filtro",
21
+ "Results Limit": "Límite de resultados",
22
+ "Follower Count Range": "Rango de recuento de seguidores",
23
+ "Engagement Percentage Range": "Rango de porcentaje de compromiso",
24
+ "Verified Only": "Sólo verificado",
25
+ "Exclude Private Profiles": "Excluir Perfiles Privados",
26
+ "Method": "Método",
27
+ "Headers": "Encabezados",
28
+ "Query Parameters": "Parámetros de consulta",
29
+ "Body Type": "Tipo de cuerpo",
30
+ "Body": "Cuerpo",
31
+ "Response is Binary ?": "¿Respuesta es binaria?",
32
+ "No Error on Failure": "No hay ningún error en fallo",
33
+ "Timeout (in seconds)": "Tiempo de espera (en segundos)",
34
+ "Follow redirects": "Seguir redirecciones",
35
+ "The email address of the creator to enrich": "La dirección de correo electrónico del creador a enriquecer",
36
+ "Platforms to exclude from enrichment (optional)": "Plataformas a excluir del enriquecimiento (opcional)",
37
+ "Minimum follower count filter (default: 1000)": "Filtro mínimo de seguidores (por defecto: 1000)",
38
+ "The social media handle of the creator": "Los medios de comunicación sociales del creador",
39
+ "The social media platform for the handle": "La plataforma de redes sociales para el usuario",
40
+ "Include similar creators for faster discovery (30-40% quicker). Default: true": "Incluye creadores similares para descubrir más rápido (30-40% más rápido). Por defecto: true",
41
+ "Controls how to handle email availability": "Controla cómo manejar la disponibilidad de correo electrónico",
42
+ "The social media platform": "La plataforma de redes sociales",
43
+ "The type of identifier for the creator": "El tipo de identificador para el creador",
44
+ "Platform URL, profile handle, or user ID": "URL de la plataforma, manejador de perfil o ID de usuario",
45
+ "Maximum number of similar creators to return (min: 1, max: 50)": "Número máximo de creadores similares a devolver (min: 1, max: 50)",
46
+ "Filter by follower count (min and max)": "Filtrar por número de seguidores (mínimo y máximo)",
47
+ "Filter by engagement rate (min and max)": "Filtrar por tasa de compromiso (min y max)",
48
+ "Only return verified creators": "Devolver sólo creadores verificados",
49
+ "Exclude creators with private profiles": "Excluir creadores con perfiles privados",
50
+ "Authorization headers are injected automatically from your connection.": "Las cabeceras de autorización se inyectan automáticamente desde tu conexión.",
51
+ "Enable for files like PDFs, images, etc.": "Activar para archivos como PDFs, imágenes, etc.",
52
+ "Instagram": "Instagrama",
53
+ "TikTok": "TikTok",
54
+ "YouTube": "YouTube",
55
+ "Twitter": "Twitter",
56
+ "Twitch": "Twitch",
57
+ "OnlyFans": "OnlyFans",
58
+ "LinkedIn": "LinkedIn",
59
+ "Facebook": "Facebook",
60
+ "Snapchat": "Instantáneo",
61
+ "Reddit": "Reddit",
62
+ "Pinterest": "Pinterest",
63
+ "Discord": "Discordia",
64
+ "Twitter/X": "Twitter/X",
65
+ "Preferred (return data even if no email found)": "Preferido (devolver datos incluso si no se ha encontrado ningún correo electrónico)",
66
+ "Must Have (only return if valid email exists)": "Debe tener (sólo devolución si existe un correo electrónico válido)",
67
+ "URL": "URL",
68
+ "Username": "Usuario",
69
+ "ID": "ID",
70
+ "GET": "RECOGER",
71
+ "POST": "POST",
72
+ "PATCH": "PATCH",
73
+ "PUT": "PUT",
74
+ "DELETE": "BORRAR",
75
+ "HEAD": "LIMPIO",
76
+ "None": "Ninguna",
77
+ "JSON": "JSON",
78
+ "Form Data": "Datos de Formulario",
79
+ "Raw": "Rápido"
80
+ }
@@ -0,0 +1,80 @@
1
+ {
2
+ "Connect to Influencers.club to enrich and find influencers for your marketing campaigns.": "Connectez-vous à Influencers.club pour enrichir et trouver des influents pour vos campagnes de marketing.",
3
+ "API Key for Influencers Club": "Clé API pour Influencers Club",
4
+ "Enrich Creator by Email": "Enrichir le créateur par e-mail",
5
+ "Enrich Creator Social Profile by Handle": "Enrichir le profil social du créateur par poignée",
6
+ "Find Similar Creator": "Trouver un créateur similaire",
7
+ "Custom API Call": "Appel d'API personnalisé",
8
+ "Enrich creator data by email address with advanced mode including all social medias and full profile stats": "Enrichissez les données du créateur par adresse e-mail avec le mode avancé incluant tous les médias sociaux et toutes les statistiques du profil",
9
+ "Enrich creator data by social media handle with full mode including all connected platforms and detailed stats": "Enrichissez les données des créateurs par la gestion des médias sociaux avec le mode complet, y compris toutes les plateformes connectées et les statistiques détaillées",
10
+ "Find creators similar to a given creator handle or profile URL with optional filters": "Trouver des créateurs similaires à un identifiant ou une URL de profil avec des filtres facultatifs",
11
+ "Make a custom API call to a specific endpoint": "Passer un appel API personnalisé à un endpoint spécifique",
12
+ "Email": "Courriel",
13
+ "Exclude Platforms": "Exclure les plateformes",
14
+ "Minimum Followers": "Abonné·e·s minimum",
15
+ "Handle": "Poignée",
16
+ "Platform": "Plateforme",
17
+ "Include Lookalikes": "Inclure les Lookalikes",
18
+ "Email Requirement": "Exigences d'email",
19
+ "Filter Key": "Touche de filtre",
20
+ "Filter Value": "Valeur du filtre",
21
+ "Results Limit": "Limite de résultats",
22
+ "Follower Count Range": "Intervalle du nombre d'abonnés",
23
+ "Engagement Percentage Range": "Portée du pourcentage d'engagement",
24
+ "Verified Only": "Vérifié seulement",
25
+ "Exclude Private Profiles": "Exclure les profils privés",
26
+ "Method": "Méthode",
27
+ "Headers": "Headers",
28
+ "Query Parameters": "Paramètres de requête",
29
+ "Body Type": "Body Type",
30
+ "Body": "Body",
31
+ "Response is Binary ?": "La réponse est Binaire ?",
32
+ "No Error on Failure": "Aucune erreur en cas d'échec",
33
+ "Timeout (in seconds)": "Délai d'expiration (en secondes)",
34
+ "Follow redirects": "Suivre les redirections",
35
+ "The email address of the creator to enrich": "L'adresse e-mail du créateur à enrichir",
36
+ "Platforms to exclude from enrichment (optional)": "Plateformes à exclure de l'enrichissement (facultatif)",
37
+ "Minimum follower count filter (default: 1000)": "Filtre de nombre minimum de suiveurs (par défaut: 1000)",
38
+ "The social media handle of the creator": "La gestion des réseaux sociaux du créateur",
39
+ "The social media platform for the handle": "La plateforme des réseaux sociaux pour la poignée",
40
+ "Include similar creators for faster discovery (30-40% quicker). Default: true": "Inclure des créateurs similaires pour une découverte plus rapide (30 à 40% plus rapide). Par défaut : true",
41
+ "Controls how to handle email availability": "Contrôle comment gérer la disponibilité des emails",
42
+ "The social media platform": "La plateforme des réseaux sociaux",
43
+ "The type of identifier for the creator": "Le type d'identifiant pour le créateur",
44
+ "Platform URL, profile handle, or user ID": "URL de la plate-forme, identifiant du profil ou identifiant de l'utilisateur",
45
+ "Maximum number of similar creators to return (min: 1, max: 50)": "Nombre maximum de créateurs similaires à retourner (min : 1, max : 50)",
46
+ "Filter by follower count (min and max)": "Filtrer par nombre d'abonnés (min et max)",
47
+ "Filter by engagement rate (min and max)": "Filtrer par taux d'engagement (min et max)",
48
+ "Only return verified creators": "Renvoyer uniquement les créateurs vérifiés",
49
+ "Exclude creators with private profiles": "Exclure les créateurs avec des profils privés",
50
+ "Authorization headers are injected automatically from your connection.": "Les Headers d'autorisation sont injectés automatiquement à partir de votre connexion.",
51
+ "Enable for files like PDFs, images, etc.": "Activer pour les fichiers comme les PDFs, les images, etc.",
52
+ "Instagram": "Instagram",
53
+ "TikTok": "TikTok",
54
+ "YouTube": "YouTube",
55
+ "Twitter": "Twitter",
56
+ "Twitch": "Twitch",
57
+ "OnlyFans": "OnlyFans",
58
+ "LinkedIn": "LinkedIn",
59
+ "Facebook": "Facebook",
60
+ "Snapchat": "Snapchat",
61
+ "Reddit": "Reddit",
62
+ "Pinterest": "Pinterest",
63
+ "Discord": "Discord.",
64
+ "Twitter/X": "Twitter/X",
65
+ "Preferred (return data even if no email found)": "Préféré (retourner des données même si aucun e-mail n'a été trouvé)",
66
+ "Must Have (only return if valid email exists)": "Doit avoir (retour uniquement si un email valide existe)",
67
+ "URL": "URL",
68
+ "Username": "Nom d'utilisateur",
69
+ "ID": "ID",
70
+ "GET": "GET",
71
+ "POST": "POST",
72
+ "PATCH": "PATCH",
73
+ "PUT": "PUT",
74
+ "DELETE": "DELETE",
75
+ "HEAD": "HEAD",
76
+ "None": "Aucun",
77
+ "JSON": "JSON",
78
+ "Form Data": "Données du formulaire",
79
+ "Raw": "Brut"
80
+ }
@@ -0,0 +1,80 @@
1
+ {
2
+ "Connect to Influencers.club to enrich and find influencers for your marketing campaigns.": "Influencers.clubに接続すると、マーケティングキャンペーンのインフルエンサーを豊かにして見つけることができます。",
3
+ "API Key for Influencers Club": "Influencers ClubのAPIキー",
4
+ "Enrich Creator by Email": "メールでクリエイターを強化",
5
+ "Enrich Creator Social Profile by Handle": "クリエイターのソーシャルプロフィールを豊かにする",
6
+ "Find Similar Creator": "類似のクリエイターを探す",
7
+ "Custom API Call": "カスタムAPI通話",
8
+ "Enrich creator data by email address with advanced mode including all social medias and full profile stats": "すべてのソーシャルメディアとフルプロファイル統計を含む高度なモードでメールアドレスでクリエイターデータを強化",
9
+ "Enrich creator data by social media handle with full mode including all connected platforms and detailed stats": "すべての接続されたプラットフォームと詳細な統計情報を含むフルモードでソーシャルメディアハンドルによるクリエイターデータを強化",
10
+ "Find creators similar to a given creator handle or profile URL with optional filters": "与えられたクリエイターハンドルやプロファイルURLに似たクリエイターを検索します",
11
+ "Make a custom API call to a specific endpoint": "特定のエンドポイントへのカスタム API コールを実行します。",
12
+ "Email": "Eメールアドレス",
13
+ "Exclude Platforms": "プラットフォームを除外",
14
+ "Minimum Followers": "最小フォロワー",
15
+ "Handle": "取扱先",
16
+ "Platform": "プラットフォーム",
17
+ "Include Lookalikes": "Lookalikesを含める",
18
+ "Email Requirement": "メールアドレスの要件",
19
+ "Filter Key": "フィルターキー",
20
+ "Filter Value": "フィルタの値",
21
+ "Results Limit": "結果の上限",
22
+ "Follower Count Range": "フォロワー数の範囲",
23
+ "Engagement Percentage Range": "エンゲージメント率範囲",
24
+ "Verified Only": "確認済みのみ",
25
+ "Exclude Private Profiles": "プライベートプロファイルを除外",
26
+ "Method": "方法",
27
+ "Headers": "ヘッダー",
28
+ "Query Parameters": "クエリパラメータ",
29
+ "Body Type": "ボディタイプ",
30
+ "Body": "本文",
31
+ "Response is Binary ?": "応答はバイナリですか?",
32
+ "No Error on Failure": "失敗時にエラーはありません",
33
+ "Timeout (in seconds)": "タイムアウト(秒)",
34
+ "Follow redirects": "リダイレクトをフォローする",
35
+ "The email address of the creator to enrich": "豊かにする作成者のメールアドレス",
36
+ "Platforms to exclude from enrichment (optional)": "エンリッチメントから除外するプラットフォーム (オプション)",
37
+ "Minimum follower count filter (default: 1000)": "最小フォロワーカウントフィルター (デフォルト: 1000)",
38
+ "The social media handle of the creator": "クリエイターのソーシャル メディア",
39
+ "The social media platform for the handle": "ハンドルのためのソーシャルメディアプラットフォーム",
40
+ "Include similar creators for faster discovery (30-40% quicker). Default: true": "似たようなクリエイターを含めると、すばやく発見できます(30-40%早く)。デフォルト:true",
41
+ "Controls how to handle email availability": "メールの可用性を処理する方法を制御します",
42
+ "The social media platform": "ソーシャル メディア プラットフォーム",
43
+ "The type of identifier for the creator": "作成者の識別子の種類",
44
+ "Platform URL, profile handle, or user ID": "プラットフォームURL、プロファイルハンドル、またはユーザーID",
45
+ "Maximum number of similar creators to return (min: 1, max: 50)": "返却する類似クリエイターの最大数(最小: 1, 最大: 50)",
46
+ "Filter by follower count (min and max)": "フォロワー数でフィルター (最小と最大)",
47
+ "Filter by engagement rate (min and max)": "エンゲージメント率でフィルター (最小と最大)",
48
+ "Only return verified creators": "確認済みクリエイターのみ返却する",
49
+ "Exclude creators with private profiles": "プライベートプロファイルを持つクリエイターを除外",
50
+ "Authorization headers are injected automatically from your connection.": "認証ヘッダは接続から自動的に注入されます。",
51
+ "Enable for files like PDFs, images, etc.": "PDF、画像などのファイルを有効にする",
52
+ "Instagram": "Instagram",
53
+ "TikTok": "TikTok",
54
+ "YouTube": "YouTube",
55
+ "Twitter": "Twitter",
56
+ "Twitch": "Twitch",
57
+ "OnlyFans": "OnlyFans",
58
+ "LinkedIn": "LinkedIn",
59
+ "Facebook": "Facebook",
60
+ "Snapchat": "Snapchat",
61
+ "Reddit": "Reddit",
62
+ "Pinterest": "Pinterest",
63
+ "Discord": "Discord",
64
+ "Twitter/X": "Twitter/X",
65
+ "Preferred (return data even if no email found)": "優先(メールアドレスが見つからない場合でも戻ります)",
66
+ "Must Have (only return if valid email exists)": "必須項目(有効な電子メールが存在する場合のみ返却)",
67
+ "URL": "URL",
68
+ "Username": "ユーザー名",
69
+ "ID": "ID",
70
+ "GET": "取得",
71
+ "POST": "POST",
72
+ "PATCH": "PATCH",
73
+ "PUT": "PUT",
74
+ "DELETE": "削除",
75
+ "HEAD": "頭",
76
+ "None": "なし",
77
+ "JSON": "JSON",
78
+ "Form Data": "フォームデータ",
79
+ "Raw": "Raw"
80
+ }
@@ -0,0 +1,80 @@
1
+ {
2
+ "Connect to Influencers.club to enrich and find influencers for your marketing campaigns.": "Maak verbinding met Influencers.club om beïnvloeders te verrijken en te vinden voor uw marketingcampagnes.",
3
+ "API Key for Influencers Club": "API-sleutel voor influencers Club",
4
+ "Enrich Creator by Email": "Verrijk maker per e-mail",
5
+ "Enrich Creator Social Profile by Handle": "Verrijk het sociaal profiel van de maker door Handle",
6
+ "Find Similar Creator": "Vind vergelijkbare maker",
7
+ "Custom API Call": "Custom API Call",
8
+ "Enrich creator data by email address with advanced mode including all social medias and full profile stats": "Verrijk gegevens van maker via e-mailadres met geavanceerde modus, inclusief alle sociale media's en volledige profielstatistieken.",
9
+ "Enrich creator data by social media handle with full mode including all connected platforms and detailed stats": "Verrijk gegevens van maker door sociale media met volledige modus inclusief alle verbonden platforms en gedetailleerde statistieken",
10
+ "Find creators similar to a given creator handle or profile URL with optional filters": "Vind makers die vergelijkbaar zijn met een bepaalde eigenaar of profiel URL met optionele filters",
11
+ "Make a custom API call to a specific endpoint": "Maak een aangepaste API call naar een specifiek eindpunt",
12
+ "Email": "E-mail",
13
+ "Exclude Platforms": "Platforms uitsluiten",
14
+ "Minimum Followers": "Minimaal aantal volgers",
15
+ "Handle": "Handgreep",
16
+ "Platform": "Platform",
17
+ "Include Lookalikes": "Inclusief lijken",
18
+ "Email Requirement": "E-mail vereisten",
19
+ "Filter Key": "Filter sleutel",
20
+ "Filter Value": "Waarde filteren",
21
+ "Results Limit": "Resultaten limiet",
22
+ "Follower Count Range": "Aantal volgers Bereik",
23
+ "Engagement Percentage Range": "Bereik der Vermogen",
24
+ "Verified Only": "Alleen geverifieerd",
25
+ "Exclude Private Profiles": "Privéprofielen uitsluiten",
26
+ "Method": "Methode",
27
+ "Headers": "Kopteksten",
28
+ "Query Parameters": "Query parameters",
29
+ "Body Type": "Type lichaam",
30
+ "Body": "Lichaam",
31
+ "Response is Binary ?": "Antwoord is binair?",
32
+ "No Error on Failure": "Geen fout bij fout",
33
+ "Timeout (in seconds)": "Time-out (in seconden)",
34
+ "Follow redirects": "Volg omleidingen",
35
+ "The email address of the creator to enrich": "Het e-mailadres van de maker om te verrijken",
36
+ "Platforms to exclude from enrichment (optional)": "Platforms om uit te sluiten van verrijking (optioneel)",
37
+ "Minimum follower count filter (default: 1000)": "Minimaal aantal volgers filter (standaard: 1000)",
38
+ "The social media handle of the creator": "De social media handgreep van de maker",
39
+ "The social media platform for the handle": "Het social media platform voor de handgreep",
40
+ "Include similar creators for faster discovery (30-40% quicker). Default: true": "Inclusief soortgelijke makers voor snellere ontdekking (30-40% sneller). Standaard: true",
41
+ "Controls how to handle email availability": "Bepaalt hoe om te gaan met de beschikbaarheid van e-mail",
42
+ "The social media platform": "Het social media platform",
43
+ "The type of identifier for the creator": "Het type id voor de maker",
44
+ "Platform URL, profile handle, or user ID": "Platform URL, profielafhandeling, of gebruikers-ID",
45
+ "Maximum number of similar creators to return (min: 1, max: 50)": "Maximum aantal vergelijkbare makers om te retourneren (min: 1, max: 50)",
46
+ "Filter by follower count (min and max)": "Filter op aantal volgers (min en max)",
47
+ "Filter by engagement rate (min and max)": "Filter op engagement tarief (min en max)",
48
+ "Only return verified creators": "Alleen geverifieerde makers retourneren",
49
+ "Exclude creators with private profiles": "Makers met privéprofielen uitsluiten",
50
+ "Authorization headers are injected automatically from your connection.": "Autorisatie headers worden automatisch geïnjecteerd vanuit uw verbinding.",
51
+ "Enable for files like PDFs, images, etc.": "Inschakelen voor bestanden zoals PDF's, afbeeldingen etc.",
52
+ "Instagram": "Instagram",
53
+ "TikTok": "TikTok",
54
+ "YouTube": "YouTube",
55
+ "Twitter": "Twitter",
56
+ "Twitch": "Twitch",
57
+ "OnlyFans": "OnlyFans",
58
+ "LinkedIn": "LinkedIn",
59
+ "Facebook": "Facebook",
60
+ "Snapchat": "Snapchat",
61
+ "Reddit": "Reddit",
62
+ "Pinterest": "Pinterest",
63
+ "Discord": "Onenigheid",
64
+ "Twitter/X": "Twitter/X",
65
+ "Preferred (return data even if no email found)": "Voorkeur (retourneer gegevens zelfs als geen e-mail gevonden is)",
66
+ "Must Have (only return if valid email exists)": "Moet (alleen retourneren als een geldig e-mailadres bestaat)",
67
+ "URL": "URL",
68
+ "Username": "Gebruikersnaam",
69
+ "ID": "ID",
70
+ "GET": "KRIJG",
71
+ "POST": "POSTE",
72
+ "PATCH": "BEKIJK",
73
+ "PUT": "PUT",
74
+ "DELETE": "VERWIJDEREN",
75
+ "HEAD": "HOOFD",
76
+ "None": "geen",
77
+ "JSON": "JSON",
78
+ "Form Data": "Formulieren gegevens",
79
+ "Raw": "Onbewerkte"
80
+ }
@@ -0,0 +1,80 @@
1
+ {
2
+ "Connect to Influencers.club to enrich and find influencers for your marketing campaigns.": "Conecte-se aos Influencers.club para enriquecer e encontrar influenciadores para suas campanhas de marketing.",
3
+ "API Key for Influencers Club": "Chave da API para Influencers Club",
4
+ "Enrich Creator by Email": "Enriquecer Criador por E-mail",
5
+ "Enrich Creator Social Profile by Handle": "Enriquecer o perfil social do criador por Handle",
6
+ "Find Similar Creator": "Localizar Criador Similar",
7
+ "Custom API Call": "Chamada de API personalizada",
8
+ "Enrich creator data by email address with advanced mode including all social medias and full profile stats": "Enriquecer dados de criação por endereço de e-mail com modo avançado, incluindo todas as mídias sociais e estatísticas completas do perfil",
9
+ "Enrich creator data by social media handle with full mode including all connected platforms and detailed stats": "Enriquecer dados de criação pelo manipulador de mídia social com modo cheio incluindo todas as plataformas conectadas e estatísticas detalhadas",
10
+ "Find creators similar to a given creator handle or profile URL with optional filters": "Encontre criadores semelhantes a um determinado identificador de criador ou URL de perfil com filtros opcionais",
11
+ "Make a custom API call to a specific endpoint": "Faça uma chamada de API personalizada para um ponto de extremidade específico",
12
+ "Email": "e-mail",
13
+ "Exclude Platforms": "Excluir Plataformas",
14
+ "Minimum Followers": "Mínimo de seguidores",
15
+ "Handle": "Tratar",
16
+ "Platform": "Plataforma",
17
+ "Include Lookalikes": "Incluir Lookalikes",
18
+ "Email Requirement": "Requisito De Email",
19
+ "Filter Key": "Chave de filtro",
20
+ "Filter Value": "Valor do filtro",
21
+ "Results Limit": "Limite de resultados",
22
+ "Follower Count Range": "Alcance de Contagem Seguidor",
23
+ "Engagement Percentage Range": "Intervalo de Percentual de engajamento",
24
+ "Verified Only": "Somente Verificados",
25
+ "Exclude Private Profiles": "Excluir perfis privados",
26
+ "Method": "Método",
27
+ "Headers": "Cabeçalhos",
28
+ "Query Parameters": "Parâmetros da consulta",
29
+ "Body Type": "Tipo de Corpo",
30
+ "Body": "Conteúdo",
31
+ "Response is Binary ?": "A resposta é binária ?",
32
+ "No Error on Failure": "Nenhum erro no Failure",
33
+ "Timeout (in seconds)": "Tempo limite (em segundos)",
34
+ "Follow redirects": "Seguir redirecionamentos",
35
+ "The email address of the creator to enrich": "O endereço de e-mail do criador para enriquecer",
36
+ "Platforms to exclude from enrichment (optional)": "Plataformas para excluir do enriquecimento (opcional)",
37
+ "Minimum follower count filter (default: 1000)": "Mínimo da contagem de seguidores (padrão: 1000)",
38
+ "The social media handle of the creator": "O manipulador de mídias sociais do criador",
39
+ "The social media platform for the handle": "A plataforma de mídias sociais para o identificador",
40
+ "Include similar creators for faster discovery (30-40% quicker). Default: true": "Inclua criadores semelhantes para descoberta mais rápida (30-40% mais rápida). Padrão: verdadeiro",
41
+ "Controls how to handle email availability": "Controla como lidar com disponibilidade de e-mail",
42
+ "The social media platform": "Plataforma de mídia social",
43
+ "The type of identifier for the creator": "O tipo de identificador para o criador",
44
+ "Platform URL, profile handle, or user ID": "URL da plataforma, manipulador de perfil ou ID do usuário",
45
+ "Maximum number of similar creators to return (min: 1, max: 50)": "Número máximo de criadores semelhantes a retornar (min: 1, max: 50)",
46
+ "Filter by follower count (min and max)": "Filtrar por contagem de seguidores (mínimo e máximo)",
47
+ "Filter by engagement rate (min and max)": "Filtrar por taxa de engajamento (mínimo e máximo)",
48
+ "Only return verified creators": "Retornar somente criadores verificados",
49
+ "Exclude creators with private profiles": "Excluir criadores com perfis privados",
50
+ "Authorization headers are injected automatically from your connection.": "Os cabeçalhos de autorização são inseridos automaticamente a partir da sua conexão.",
51
+ "Enable for files like PDFs, images, etc.": "Habilitar para arquivos como PDFs, imagens, etc.",
52
+ "Instagram": "Instagram",
53
+ "TikTok": "TikTok",
54
+ "YouTube": "Youtube",
55
+ "Twitter": "Twitter",
56
+ "Twitch": "Twitch",
57
+ "OnlyFans": "OnlyFans",
58
+ "LinkedIn": "LinkedIn",
59
+ "Facebook": "Siga-nos",
60
+ "Snapchat": "Snapchat",
61
+ "Reddit": "Reddit",
62
+ "Pinterest": "Pinterest",
63
+ "Discord": "Discord",
64
+ "Twitter/X": "Twitter/X",
65
+ "Preferred (return data even if no email found)": "Preferido (retornar dados mesmo que nenhum e-mail tenha sido encontrado)",
66
+ "Must Have (only return if valid email exists)": "Deve Ter (somente se existir um e-mail válido)",
67
+ "URL": "URL:",
68
+ "Username": "Usuário:",
69
+ "ID": "ID",
70
+ "GET": "OBTER",
71
+ "POST": "POSTAR",
72
+ "PATCH": "COMPRAR",
73
+ "PUT": "COLOCAR",
74
+ "DELETE": "EXCLUIR",
75
+ "HEAD": "CABEÇA",
76
+ "None": "Nenhuma",
77
+ "JSON": "JSON",
78
+ "Form Data": "Dados de Formulário",
79
+ "Raw": "RAW"
80
+ }
@@ -0,0 +1,80 @@
1
+ {
2
+ "Connect to Influencers.club to enrich and find influencers for your marketing campaigns.": "Connect to Influencers.club to enrich and find influencers for your marketing campaigns.",
3
+ "API Key for Influencers Club": "API Key for Influencers Club",
4
+ "Enrich Creator by Email": "Enrich Creator by Email",
5
+ "Enrich Creator Social Profile by Handle": "Enrich Creator Social Profile by Handle",
6
+ "Find Similar Creator": "Find Similar Creator",
7
+ "Custom API Call": "Custom API Call",
8
+ "Enrich creator data by email address with advanced mode including all social medias and full profile stats": "Enrich creator data by email address with advanced mode including all social medias and full profile stats",
9
+ "Enrich creator data by social media handle with full mode including all connected platforms and detailed stats": "Enrich creator data by social media handle with full mode including all connected platforms and detailed stats",
10
+ "Find creators similar to a given creator handle or profile URL with optional filters": "Find creators similar to a given creator handle or profile URL with optional filters",
11
+ "Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
12
+ "Email": "Email",
13
+ "Exclude Platforms": "Exclude Platforms",
14
+ "Minimum Followers": "Minimum Followers",
15
+ "Handle": "Handle",
16
+ "Platform": "Platform",
17
+ "Include Lookalikes": "Include Lookalikes",
18
+ "Email Requirement": "Email Requirement",
19
+ "Filter Key": "Filter Key",
20
+ "Filter Value": "Filter Value",
21
+ "Results Limit": "Results Limit",
22
+ "Follower Count Range": "Follower Count Range",
23
+ "Engagement Percentage Range": "Engagement Percentage Range",
24
+ "Verified Only": "Verified Only",
25
+ "Exclude Private Profiles": "Exclude Private Profiles",
26
+ "Method": "Method",
27
+ "Headers": "Headers",
28
+ "Query Parameters": "Query Parameters",
29
+ "Body Type": "Body Type",
30
+ "Body": "Body",
31
+ "Response is Binary ?": "Response is Binary ?",
32
+ "No Error on Failure": "No Error on Failure",
33
+ "Timeout (in seconds)": "Timeout (in seconds)",
34
+ "Follow redirects": "Follow redirects",
35
+ "The email address of the creator to enrich": "The email address of the creator to enrich",
36
+ "Platforms to exclude from enrichment (optional)": "Platforms to exclude from enrichment (optional)",
37
+ "Minimum follower count filter (default: 1000)": "Minimum follower count filter (default: 1000)",
38
+ "The social media handle of the creator": "The social media handle of the creator",
39
+ "The social media platform for the handle": "The social media platform for the handle",
40
+ "Include similar creators for faster discovery (30-40% quicker). Default: true": "Include similar creators for faster discovery (30-40% quicker). Default: true",
41
+ "Controls how to handle email availability": "Controls how to handle email availability",
42
+ "The social media platform": "The social media platform",
43
+ "The type of identifier for the creator": "The type of identifier for the creator",
44
+ "Platform URL, profile handle, or user ID": "Platform URL, profile handle, or user ID",
45
+ "Maximum number of similar creators to return (min: 1, max: 50)": "Maximum number of similar creators to return (min: 1, max: 50)",
46
+ "Filter by follower count (min and max)": "Filter by follower count (min and max)",
47
+ "Filter by engagement rate (min and max)": "Filter by engagement rate (min and max)",
48
+ "Only return verified creators": "Only return verified creators",
49
+ "Exclude creators with private profiles": "Exclude creators with private profiles",
50
+ "Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
51
+ "Enable for files like PDFs, images, etc.": "Enable for files like PDFs, images, etc.",
52
+ "Instagram": "Instagram",
53
+ "TikTok": "TikTok",
54
+ "YouTube": "YouTube",
55
+ "Twitter": "Twitter",
56
+ "Twitch": "Twitch",
57
+ "OnlyFans": "OnlyFans",
58
+ "LinkedIn": "LinkedIn",
59
+ "Facebook": "Facebook",
60
+ "Snapchat": "Snapchat",
61
+ "Reddit": "Reddit",
62
+ "Pinterest": "Pinterest",
63
+ "Discord": "Discord",
64
+ "Twitter/X": "Twitter/X",
65
+ "Preferred (return data even if no email found)": "Preferred (return data even if no email found)",
66
+ "Must Have (only return if valid email exists)": "Must Have (only return if valid email exists)",
67
+ "URL": "URL",
68
+ "Username": "Username",
69
+ "ID": "ID",
70
+ "GET": "GET",
71
+ "POST": "POST",
72
+ "PATCH": "PATCH",
73
+ "PUT": "PUT",
74
+ "DELETE": "DELETE",
75
+ "HEAD": "HEAD",
76
+ "None": "None",
77
+ "JSON": "JSON",
78
+ "Form Data": "Form Data",
79
+ "Raw": "Raw"
80
+ }
@@ -0,0 +1,80 @@
1
+ {
2
+ "Connect to Influencers.club to enrich and find influencers for your marketing campaigns.": "Connect to Influencers.club to enrich and find influencers for your marketing campaigns.",
3
+ "API Key for Influencers Club": "API Key for Influencers Club",
4
+ "Enrich Creator by Email": "Enrich Creator by Email",
5
+ "Enrich Creator Social Profile by Handle": "Enrich Creator Social Profile by Handle",
6
+ "Find Similar Creator": "Find Similar Creator",
7
+ "Custom API Call": "自定义 API 呼叫",
8
+ "Enrich creator data by email address with advanced mode including all social medias and full profile stats": "Enrich creator data by email address with advanced mode including all social medias and full profile stats",
9
+ "Enrich creator data by social media handle with full mode including all connected platforms and detailed stats": "Enrich creator data by social media handle with full mode including all connected platforms and detailed stats",
10
+ "Find creators similar to a given creator handle or profile URL with optional filters": "Find creators similar to a given creator handle or profile URL with optional filters",
11
+ "Make a custom API call to a specific endpoint": "将一个自定义 API 调用到一个特定的终点",
12
+ "Email": "电子邮件地址",
13
+ "Exclude Platforms": "Exclude Platforms",
14
+ "Minimum Followers": "Minimum Followers",
15
+ "Handle": "Handle",
16
+ "Platform": "平台",
17
+ "Include Lookalikes": "Include Lookalikes",
18
+ "Email Requirement": "Email Requirement",
19
+ "Filter Key": "Filter Key",
20
+ "Filter Value": "Filter Value",
21
+ "Results Limit": "Results Limit",
22
+ "Follower Count Range": "Follower Count Range",
23
+ "Engagement Percentage Range": "Engagement Percentage Range",
24
+ "Verified Only": "Verified Only",
25
+ "Exclude Private Profiles": "Exclude Private Profiles",
26
+ "Method": "方法",
27
+ "Headers": "信头",
28
+ "Query Parameters": "查询参数",
29
+ "Body Type": "Body Type",
30
+ "Body": "正文内容",
31
+ "Response is Binary ?": "Response is Binary ?",
32
+ "No Error on Failure": "失败时没有错误",
33
+ "Timeout (in seconds)": "超时(秒)",
34
+ "Follow redirects": "Follow redirects",
35
+ "The email address of the creator to enrich": "The email address of the creator to enrich",
36
+ "Platforms to exclude from enrichment (optional)": "Platforms to exclude from enrichment (optional)",
37
+ "Minimum follower count filter (default: 1000)": "Minimum follower count filter (default: 1000)",
38
+ "The social media handle of the creator": "The social media handle of the creator",
39
+ "The social media platform for the handle": "The social media platform for the handle",
40
+ "Include similar creators for faster discovery (30-40% quicker). Default: true": "Include similar creators for faster discovery (30-40% quicker). Default: true",
41
+ "Controls how to handle email availability": "Controls how to handle email availability",
42
+ "The social media platform": "The social media platform",
43
+ "The type of identifier for the creator": "The type of identifier for the creator",
44
+ "Platform URL, profile handle, or user ID": "Platform URL, profile handle, or user ID",
45
+ "Maximum number of similar creators to return (min: 1, max: 50)": "Maximum number of similar creators to return (min: 1, max: 50)",
46
+ "Filter by follower count (min and max)": "Filter by follower count (min and max)",
47
+ "Filter by engagement rate (min and max)": "Filter by engagement rate (min and max)",
48
+ "Only return verified creators": "Only return verified creators",
49
+ "Exclude creators with private profiles": "Exclude creators with private profiles",
50
+ "Authorization headers are injected automatically from your connection.": "授权头自动从您的连接中注入。",
51
+ "Enable for files like PDFs, images, etc.": "Enable for files like PDFs, images, etc.",
52
+ "Instagram": "Instagram",
53
+ "TikTok": "TikTok",
54
+ "YouTube": "YouTube",
55
+ "Twitter": "Twitter",
56
+ "Twitch": "Twitch",
57
+ "OnlyFans": "OnlyFans",
58
+ "LinkedIn": "LinkedIn",
59
+ "Facebook": "Facebook",
60
+ "Snapchat": "Snapchat",
61
+ "Reddit": "Reddit",
62
+ "Pinterest": "Pinterest",
63
+ "Discord": "Discord",
64
+ "Twitter/X": "Twitter/X",
65
+ "Preferred (return data even if no email found)": "Preferred (return data even if no email found)",
66
+ "Must Have (only return if valid email exists)": "Must Have (only return if valid email exists)",
67
+ "URL": "URL",
68
+ "Username": "用户名",
69
+ "ID": "ID",
70
+ "GET": "获取",
71
+ "POST": "帖子",
72
+ "PATCH": "PATCH",
73
+ "PUT": "弹出",
74
+ "DELETE": "删除",
75
+ "HEAD": "黑色",
76
+ "None": "无",
77
+ "JSON": "JSON",
78
+ "Form Data": "表单数据",
79
+ "Raw": "原始文件"
80
+ }