@activepieces/piece-posthog 0.3.9 → 0.3.11
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 +3 -4
- package/src/i18n/de.json +43 -44
- package/src/i18n/es.json +45 -46
- package/src/i18n/fr.json +0 -1
- package/src/i18n/ja.json +41 -42
- package/src/i18n/nl.json +44 -45
- package/src/i18n/pt.json +48 -49
- package/src/i18n/translation.json +0 -1
- package/src/i18n/zh.json +16 -17
package/package.json
CHANGED
|
@@ -1,19 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@activepieces/piece-posthog",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.11",
|
|
4
4
|
"dependencies": {
|
|
5
5
|
"@sinclair/typebox": "0.34.11",
|
|
6
6
|
"axios": "1.8.3",
|
|
7
7
|
"axios-retry": "4.4.1",
|
|
8
8
|
"deepmerge-ts": "7.1.0",
|
|
9
|
-
"fast-glob": "3.3.3",
|
|
10
9
|
"mime-types": "2.1.35",
|
|
11
10
|
"nanoid": "3.3.8",
|
|
12
11
|
"semver": "7.6.0",
|
|
13
12
|
"zod": "3.25.76",
|
|
14
13
|
"@activepieces/pieces-common": "0.7.0",
|
|
15
|
-
"@activepieces/pieces-framework": "0.
|
|
16
|
-
"@activepieces/shared": "0.
|
|
14
|
+
"@activepieces/pieces-framework": "0.20.1",
|
|
15
|
+
"@activepieces/shared": "0.20.1",
|
|
17
16
|
"tslib": "2.8.1"
|
|
18
17
|
},
|
|
19
18
|
"overrides": {
|
package/src/i18n/de.json
CHANGED
|
@@ -1,52 +1,51 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"
|
|
4
|
-
"
|
|
5
|
-
"Create
|
|
6
|
-
"
|
|
7
|
-
"
|
|
8
|
-
"Create
|
|
9
|
-
"
|
|
10
|
-
"
|
|
11
|
-
"Event
|
|
12
|
-
"
|
|
13
|
-
"
|
|
14
|
-
"
|
|
15
|
-
"
|
|
16
|
-
"
|
|
17
|
-
"Category": "Category",
|
|
2
|
+
"Open-source product analytics": "Open-Source-Produktanalytik",
|
|
3
|
+
"\n[Click here](https://posthog.com/docs/api/overview#personal-api-keys-recommended) to learn how to obtain your Personal API key.\n": "\n[Klicke hier](https://posthog.com/docs/api/overview#personal-api-keys-recommended), um zu erfahren, wie du deinen persönlichen API-Schlüssel erhältst.\n",
|
|
4
|
+
"Create Event": "Ereignis erstellen",
|
|
5
|
+
"Create Project": "Projekt erstellen",
|
|
6
|
+
"Custom API Call": "Eigener API-Aufruf",
|
|
7
|
+
"Create an event inside a project": "Ereignis innerhalb eines Projekts erstellen",
|
|
8
|
+
"Create a posthog project": "Ein posthog Projekt erstellen",
|
|
9
|
+
"Make a custom API call to a specific endpoint": "Einen benutzerdefinierten API-Aufruf an einen bestimmten Endpunkt machen",
|
|
10
|
+
"Event name": "Ereignisname",
|
|
11
|
+
"Event type": "Ereignistyp",
|
|
12
|
+
"Distinct Id": "Unterschiedliche Id",
|
|
13
|
+
"Properties": "Eigenschaften",
|
|
14
|
+
"Context": "Kontext",
|
|
15
|
+
"Message ID": "Nachrichten-ID",
|
|
16
|
+
"Category": "Kategorie",
|
|
18
17
|
"Name": "Name",
|
|
19
|
-
"Slack Incoming Webhook": "Slack
|
|
20
|
-
"Anonymize IPs": "
|
|
21
|
-
"Is demo project": "
|
|
22
|
-
"Method": "
|
|
23
|
-
"Headers": "
|
|
24
|
-
"Query Parameters": "
|
|
25
|
-
"Body": "
|
|
26
|
-
"Response is Binary ?": "
|
|
27
|
-
"No Error on Failure": "
|
|
28
|
-
"Timeout (in seconds)": "Timeout (in
|
|
29
|
-
"The event name": "
|
|
30
|
-
"User's Distinct Id": "
|
|
31
|
-
"The event properties": "
|
|
32
|
-
"The event context,": "
|
|
33
|
-
"The message id,": "
|
|
34
|
-
"The event category.": "
|
|
35
|
-
"Project Name": "
|
|
36
|
-
"Slack incoming webhook": "Slack
|
|
37
|
-
"Whether to anonymize incoming IP addresses.": "
|
|
38
|
-
"If this is a demo project": "
|
|
39
|
-
"Authorization headers are injected automatically from your connection.": "
|
|
40
|
-
"Enable for files like PDFs, images, etc..": "
|
|
18
|
+
"Slack Incoming Webhook": "Slack eingehender Webhook",
|
|
19
|
+
"Anonymize IPs": "IPs anonymisieren",
|
|
20
|
+
"Is demo project": "Ist Demo-Projekt",
|
|
21
|
+
"Method": "Methode",
|
|
22
|
+
"Headers": "Kopfzeilen",
|
|
23
|
+
"Query Parameters": "Abfrageparameter",
|
|
24
|
+
"Body": "Körper",
|
|
25
|
+
"Response is Binary ?": "Antwort ist binär?",
|
|
26
|
+
"No Error on Failure": "Kein Fehler bei Fehler",
|
|
27
|
+
"Timeout (in seconds)": "Timeout (in Sekunden)",
|
|
28
|
+
"The event name": "Name des Ereignisses",
|
|
29
|
+
"User's Distinct Id": "Unterschiedliche Id des Benutzers",
|
|
30
|
+
"The event properties": "Die Ereignis-Eigenschaften",
|
|
31
|
+
"The event context,": "Der Eventkontext",
|
|
32
|
+
"The message id,": "Die Nachricht Id",
|
|
33
|
+
"The event category.": "Die Ereignis-Kategorie.",
|
|
34
|
+
"Project Name": "Projekt Name",
|
|
35
|
+
"Slack incoming webhook": "Slack eingehender Webhook",
|
|
36
|
+
"Whether to anonymize incoming IP addresses.": "Gibt an, ob eingehende IP-Adressen anonymisiert werden sollen.",
|
|
37
|
+
"If this is a demo project": "Wenn dies ein Demo-Projekt ist",
|
|
38
|
+
"Authorization headers are injected automatically from your connection.": "Autorisierungs-Header werden automatisch von Ihrer Verbindung injiziert.",
|
|
39
|
+
"Enable for files like PDFs, images, etc..": "Aktivieren für Dateien wie PDFs, Bilder, etc..",
|
|
41
40
|
"Alias": "Alias",
|
|
42
|
-
"Capture": "
|
|
43
|
-
"Identify": "
|
|
44
|
-
"Page": "
|
|
45
|
-
"Screen": "
|
|
46
|
-
"GET": "
|
|
41
|
+
"Capture": "Erfassen",
|
|
42
|
+
"Identify": "Identifizieren",
|
|
43
|
+
"Page": "Seite",
|
|
44
|
+
"Screen": "Bildschirm",
|
|
45
|
+
"GET": "ERHALTEN",
|
|
47
46
|
"POST": "POST",
|
|
48
47
|
"PATCH": "PATCH",
|
|
49
48
|
"PUT": "PUT",
|
|
50
|
-
"DELETE": "
|
|
49
|
+
"DELETE": "LÖSCHEN",
|
|
51
50
|
"HEAD": "HEAD"
|
|
52
51
|
}
|
package/src/i18n/es.json
CHANGED
|
@@ -1,52 +1,51 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"
|
|
4
|
-
"
|
|
5
|
-
"Create
|
|
6
|
-
"
|
|
7
|
-
"
|
|
8
|
-
"Create
|
|
9
|
-
"
|
|
10
|
-
"
|
|
11
|
-
"Event
|
|
12
|
-
"
|
|
13
|
-
"
|
|
14
|
-
"
|
|
15
|
-
"
|
|
16
|
-
"
|
|
17
|
-
"
|
|
18
|
-
"
|
|
19
|
-
"
|
|
20
|
-
"
|
|
21
|
-
"
|
|
22
|
-
"
|
|
23
|
-
"
|
|
24
|
-
"
|
|
25
|
-
"
|
|
26
|
-
"
|
|
27
|
-
"
|
|
28
|
-
"
|
|
29
|
-
"
|
|
30
|
-
"
|
|
31
|
-
"The event
|
|
32
|
-
"The
|
|
33
|
-
"The
|
|
34
|
-
"
|
|
35
|
-
"
|
|
36
|
-
"
|
|
37
|
-
"
|
|
38
|
-
"
|
|
39
|
-
"
|
|
40
|
-
"Enable for files like PDFs, images, etc..": "Enable for files like PDFs, images, etc..",
|
|
2
|
+
"Open-source product analytics": "Análisis de productos de código abierto",
|
|
3
|
+
"\n[Click here](https://posthog.com/docs/api/overview#personal-api-keys-recommended) to learn how to obtain your Personal API key.\n": "\n[Haz clic aquí](https://posthog.com/docs/api/overview#personal-api-keys-recommended) para aprender cómo obtener tu clave API personal.\n",
|
|
4
|
+
"Create Event": "Crear Evento",
|
|
5
|
+
"Create Project": "Crear proyecto",
|
|
6
|
+
"Custom API Call": "Llamada API personalizada",
|
|
7
|
+
"Create an event inside a project": "Crear un evento dentro de un proyecto",
|
|
8
|
+
"Create a posthog project": "Crear un proyecto posthog",
|
|
9
|
+
"Make a custom API call to a specific endpoint": "Hacer una llamada API personalizada a un extremo específico",
|
|
10
|
+
"Event name": "Nombre del evento",
|
|
11
|
+
"Event type": "Tipo de evento",
|
|
12
|
+
"Distinct Id": "Id distinto",
|
|
13
|
+
"Properties": "Propiedades",
|
|
14
|
+
"Context": "Contexto",
|
|
15
|
+
"Message ID": "ID del mensaje",
|
|
16
|
+
"Category": "Categoría",
|
|
17
|
+
"Name": "Nombre",
|
|
18
|
+
"Slack Incoming Webhook": "Webhook entrante de Slack",
|
|
19
|
+
"Anonymize IPs": "Anonimizar los IP",
|
|
20
|
+
"Is demo project": "Es proyecto demo",
|
|
21
|
+
"Method": "Método",
|
|
22
|
+
"Headers": "Encabezados",
|
|
23
|
+
"Query Parameters": "Parámetros de consulta",
|
|
24
|
+
"Body": "Cuerpo",
|
|
25
|
+
"Response is Binary ?": "¿Respuesta es binaria?",
|
|
26
|
+
"No Error on Failure": "No hay ningún error en fallo",
|
|
27
|
+
"Timeout (in seconds)": "Tiempo de espera (en segundos)",
|
|
28
|
+
"The event name": "El nombre del evento",
|
|
29
|
+
"User's Distinct Id": "Id del Distinto del Usuario",
|
|
30
|
+
"The event properties": "Las propiedades del evento",
|
|
31
|
+
"The event context,": "El contexto del evento,",
|
|
32
|
+
"The message id,": "El id del mensaje,",
|
|
33
|
+
"The event category.": "La categoría de eventos.",
|
|
34
|
+
"Project Name": "Nombre del proyecto",
|
|
35
|
+
"Slack incoming webhook": "Webhook entrante de Slack",
|
|
36
|
+
"Whether to anonymize incoming IP addresses.": "Si desea anonimizar las direcciones IP entrantes.",
|
|
37
|
+
"If this is a demo project": "Si este es un proyecto de demostración",
|
|
38
|
+
"Authorization headers are injected automatically from your connection.": "Las cabeceras de autorización se inyectan automáticamente desde tu conexión.",
|
|
39
|
+
"Enable for files like PDFs, images, etc..": "Activar para archivos como PDFs, imágenes, etc.",
|
|
41
40
|
"Alias": "Alias",
|
|
42
|
-
"Capture": "
|
|
43
|
-
"Identify": "
|
|
44
|
-
"Page": "
|
|
45
|
-
"Screen": "
|
|
46
|
-
"GET": "
|
|
41
|
+
"Capture": "Captura",
|
|
42
|
+
"Identify": "Identificar",
|
|
43
|
+
"Page": "Pgina",
|
|
44
|
+
"Screen": "Pantalla",
|
|
45
|
+
"GET": "RECOGER",
|
|
47
46
|
"POST": "POST",
|
|
48
47
|
"PATCH": "PATCH",
|
|
49
48
|
"PUT": "PUT",
|
|
50
|
-
"DELETE": "
|
|
51
|
-
"HEAD": "
|
|
49
|
+
"DELETE": "BORRAR",
|
|
50
|
+
"HEAD": "LIMPIO"
|
|
52
51
|
}
|
package/src/i18n/fr.json
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
{
|
|
2
|
-
"PostHog": "PosteHog",
|
|
3
2
|
"Open-source product analytics": "Analyses de produits open source",
|
|
4
3
|
"\n[Click here](https://posthog.com/docs/api/overview#personal-api-keys-recommended) to learn how to obtain your Personal API key.\n": "\n[Cliquez ici](https://posthog.com/docs/api/overview#personal-api-keys-recommended) pour apprendre comment obtenir votre clé d'API personnelle.\n",
|
|
5
4
|
"Create Event": "Créer un événement",
|
package/src/i18n/ja.json
CHANGED
|
@@ -1,52 +1,51 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"
|
|
4
|
-
"
|
|
5
|
-
"Create
|
|
6
|
-
"
|
|
7
|
-
"
|
|
8
|
-
"Create
|
|
9
|
-
"
|
|
10
|
-
"
|
|
11
|
-
"Event
|
|
12
|
-
"
|
|
13
|
-
"
|
|
14
|
-
"
|
|
15
|
-
"
|
|
16
|
-
"
|
|
17
|
-
"Category": "Category",
|
|
2
|
+
"Open-source product analytics": "オープンソースの製品分析",
|
|
3
|
+
"\n[Click here](https://posthog.com/docs/api/overview#personal-api-keys-recommended) to learn how to obtain your Personal API key.\n": "\n[Click here](https://posthog.com/docs/api/overview#personal-api-keys-recommended) で、個人用APIキーの取得方法を学びます。\n",
|
|
4
|
+
"Create Event": "イベントを作成",
|
|
5
|
+
"Create Project": "プロジェクトを作成",
|
|
6
|
+
"Custom API Call": "カスタムAPI通話",
|
|
7
|
+
"Create an event inside a project": "プロジェクト内でイベントを作成する",
|
|
8
|
+
"Create a posthog project": "ポスログプロジェクトを作成",
|
|
9
|
+
"Make a custom API call to a specific endpoint": "特定のエンドポイントへのカスタム API コールを実行します。",
|
|
10
|
+
"Event name": "イベント名",
|
|
11
|
+
"Event type": "イベントの種類",
|
|
12
|
+
"Distinct Id": "個別ID",
|
|
13
|
+
"Properties": "プロパティー",
|
|
14
|
+
"Context": "コンテキスト",
|
|
15
|
+
"Message ID": "メッセージID",
|
|
16
|
+
"Category": "カテゴリ",
|
|
18
17
|
"Name": "Name",
|
|
19
18
|
"Slack Incoming Webhook": "Slack Incoming Webhook",
|
|
20
|
-
"Anonymize IPs": "
|
|
21
|
-
"Is demo project": "
|
|
22
|
-
"Method": "
|
|
23
|
-
"Headers": "
|
|
24
|
-
"Query Parameters": "
|
|
25
|
-
"Body": "
|
|
26
|
-
"Response is Binary ?": "
|
|
27
|
-
"No Error on Failure": "
|
|
28
|
-
"Timeout (in seconds)": "
|
|
29
|
-
"The event name": "
|
|
19
|
+
"Anonymize IPs": "IPの匿名化",
|
|
20
|
+
"Is demo project": "デモプロジェクト",
|
|
21
|
+
"Method": "方法",
|
|
22
|
+
"Headers": "ヘッダー",
|
|
23
|
+
"Query Parameters": "クエリパラメータ",
|
|
24
|
+
"Body": "本文",
|
|
25
|
+
"Response is Binary ?": "応答はバイナリですか?",
|
|
26
|
+
"No Error on Failure": "失敗時にエラーはありません",
|
|
27
|
+
"Timeout (in seconds)": "タイムアウト(秒)",
|
|
28
|
+
"The event name": "イベント名",
|
|
30
29
|
"User's Distinct Id": "User's Distinct Id",
|
|
31
|
-
"The event properties": "
|
|
32
|
-
"The event context,": "
|
|
33
|
-
"The message id,": "
|
|
34
|
-
"The event category.": "
|
|
35
|
-
"Project Name": "
|
|
36
|
-
"Slack incoming webhook": "Slack incoming
|
|
37
|
-
"Whether to anonymize incoming IP addresses.": "
|
|
38
|
-
"If this is a demo project": "
|
|
39
|
-
"Authorization headers are injected automatically from your connection.": "
|
|
40
|
-
"Enable for files like PDFs, images, etc..": "
|
|
30
|
+
"The event properties": "イベントのプロパティ",
|
|
31
|
+
"The event context,": "イベントのコンテキスト",
|
|
32
|
+
"The message id,": "メッセージ ID",
|
|
33
|
+
"The event category.": "イベントカテゴリ。",
|
|
34
|
+
"Project Name": "プロジェクト名",
|
|
35
|
+
"Slack incoming webhook": "WebhookをSlack incoming",
|
|
36
|
+
"Whether to anonymize incoming IP addresses.": "受信IPアドレスを匿名化するかどうかを設定します。",
|
|
37
|
+
"If this is a demo project": "デモプロジェクトの場合",
|
|
38
|
+
"Authorization headers are injected automatically from your connection.": "認証ヘッダは接続から自動的に注入されます。",
|
|
39
|
+
"Enable for files like PDFs, images, etc..": "PDF、画像などのファイルを有効にします。",
|
|
41
40
|
"Alias": "Alias",
|
|
42
41
|
"Capture": "Capture",
|
|
43
|
-
"Identify": "
|
|
44
|
-
"Page": "
|
|
45
|
-
"Screen": "
|
|
46
|
-
"GET": "
|
|
42
|
+
"Identify": "識別",
|
|
43
|
+
"Page": "ページ",
|
|
44
|
+
"Screen": "画面",
|
|
45
|
+
"GET": "取得",
|
|
47
46
|
"POST": "POST",
|
|
48
47
|
"PATCH": "PATCH",
|
|
49
48
|
"PUT": "PUT",
|
|
50
|
-
"DELETE": "
|
|
51
|
-
"HEAD": "
|
|
49
|
+
"DELETE": "削除",
|
|
50
|
+
"HEAD": "頭"
|
|
52
51
|
}
|
package/src/i18n/nl.json
CHANGED
|
@@ -1,52 +1,51 @@
|
|
|
1
1
|
{
|
|
2
|
-
"PostHog": "PostHog",
|
|
3
2
|
"Open-source product analytics": "Open-source product analytics",
|
|
4
|
-
"\n[Click here](https://posthog.com/docs/api/overview#personal-api-keys-recommended) to learn how to obtain your Personal API key.\n": "\n[
|
|
5
|
-
"Create Event": "
|
|
6
|
-
"Create Project": "
|
|
3
|
+
"\n[Click here](https://posthog.com/docs/api/overview#personal-api-keys-recommended) to learn how to obtain your Personal API key.\n": "\n[Klik hier](https://posthog.com/docs/api/overview#personal-api-keys-recommended) om te leren hoe uw persoonlijke API-sleutel te verkrijgen.\n",
|
|
4
|
+
"Create Event": "Gebeurtenis aanmaken",
|
|
5
|
+
"Create Project": "Project aanmaken",
|
|
7
6
|
"Custom API Call": "Custom API Call",
|
|
8
|
-
"Create an event inside a project": "
|
|
9
|
-
"Create a posthog project": "
|
|
10
|
-
"Make a custom API call to a specific endpoint": "
|
|
11
|
-
"Event name": "
|
|
12
|
-
"Event type": "
|
|
13
|
-
"Distinct Id": "
|
|
14
|
-
"Properties": "
|
|
7
|
+
"Create an event inside a project": "Maak een event aan binnen een project",
|
|
8
|
+
"Create a posthog project": "Maak een posthog project",
|
|
9
|
+
"Make a custom API call to a specific endpoint": "Maak een aangepaste API call naar een specifiek eindpunt",
|
|
10
|
+
"Event name": "Naam van gebeurtenis",
|
|
11
|
+
"Event type": "Gebeurtenis type",
|
|
12
|
+
"Distinct Id": "Verschillende ID",
|
|
13
|
+
"Properties": "Eigenschappen",
|
|
15
14
|
"Context": "Context",
|
|
16
|
-
"Message ID": "
|
|
17
|
-
"Category": "
|
|
18
|
-
"Name": "
|
|
19
|
-
"Slack Incoming Webhook": "
|
|
20
|
-
"Anonymize IPs": "
|
|
21
|
-
"Is demo project": "Is demo
|
|
22
|
-
"Method": "
|
|
23
|
-
"Headers": "
|
|
24
|
-
"Query Parameters": "Query
|
|
25
|
-
"Body": "
|
|
26
|
-
"Response is Binary ?": "
|
|
27
|
-
"No Error on Failure": "
|
|
28
|
-
"Timeout (in seconds)": "
|
|
29
|
-
"The event name": "
|
|
30
|
-
"User's Distinct Id": "
|
|
31
|
-
"The event properties": "
|
|
32
|
-
"The event context,": "
|
|
33
|
-
"The message id,": "
|
|
34
|
-
"The event category.": "
|
|
35
|
-
"Project Name": "
|
|
36
|
-
"Slack incoming webhook": "
|
|
37
|
-
"Whether to anonymize incoming IP addresses.": "
|
|
38
|
-
"If this is a demo project": "
|
|
39
|
-
"Authorization headers are injected automatically from your connection.": "
|
|
40
|
-
"Enable for files like PDFs, images, etc..": "
|
|
15
|
+
"Message ID": "Bericht ID",
|
|
16
|
+
"Category": "categorie",
|
|
17
|
+
"Name": "Naam",
|
|
18
|
+
"Slack Incoming Webhook": "Toegestane binnenkomende Webhook",
|
|
19
|
+
"Anonymize IPs": "IP anonimiseren",
|
|
20
|
+
"Is demo project": "Is demo-project",
|
|
21
|
+
"Method": "Methode",
|
|
22
|
+
"Headers": "Kopteksten",
|
|
23
|
+
"Query Parameters": "Query parameters",
|
|
24
|
+
"Body": "Lichaam",
|
|
25
|
+
"Response is Binary ?": "Antwoord is binair?",
|
|
26
|
+
"No Error on Failure": "Geen fout bij fout",
|
|
27
|
+
"Timeout (in seconds)": "Time-out (in seconden)",
|
|
28
|
+
"The event name": "Naam van de gebeurtenis",
|
|
29
|
+
"User's Distinct Id": "Gebruiker's Distinct Id",
|
|
30
|
+
"The event properties": "Eigenschappen van de gebeurtenis",
|
|
31
|
+
"The event context,": "De gebeurtenis context,",
|
|
32
|
+
"The message id,": "Het bericht id,",
|
|
33
|
+
"The event category.": "De gebeurtenis categorie.",
|
|
34
|
+
"Project Name": "Projectnaam",
|
|
35
|
+
"Slack incoming webhook": "Toegestane inkomende webhook",
|
|
36
|
+
"Whether to anonymize incoming IP addresses.": "Inkomende IP adressen anonimiseren.",
|
|
37
|
+
"If this is a demo project": "Als dit een demo-project is",
|
|
38
|
+
"Authorization headers are injected automatically from your connection.": "Autorisatie headers worden automatisch geïnjecteerd vanuit uw verbinding.",
|
|
39
|
+
"Enable for files like PDFs, images, etc..": "Inschakelen voor bestanden zoals PDF's, afbeeldingen etc..",
|
|
41
40
|
"Alias": "Alias",
|
|
42
|
-
"Capture": "
|
|
43
|
-
"Identify": "
|
|
44
|
-
"Page": "
|
|
45
|
-
"Screen": "
|
|
46
|
-
"GET": "
|
|
47
|
-
"POST": "
|
|
48
|
-
"PATCH": "
|
|
41
|
+
"Capture": "Vastleggen",
|
|
42
|
+
"Identify": "Identificeren",
|
|
43
|
+
"Page": "Pagina",
|
|
44
|
+
"Screen": "Scherm",
|
|
45
|
+
"GET": "KRIJG",
|
|
46
|
+
"POST": "POSTE",
|
|
47
|
+
"PATCH": "BEKIJK",
|
|
49
48
|
"PUT": "PUT",
|
|
50
|
-
"DELETE": "
|
|
51
|
-
"HEAD": "
|
|
49
|
+
"DELETE": "VERWIJDEREN",
|
|
50
|
+
"HEAD": "HOOFD"
|
|
52
51
|
}
|
package/src/i18n/pt.json
CHANGED
|
@@ -1,52 +1,51 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"
|
|
4
|
-
"
|
|
5
|
-
"Create
|
|
6
|
-
"
|
|
7
|
-
"
|
|
8
|
-
"Create
|
|
9
|
-
"
|
|
10
|
-
"
|
|
11
|
-
"Event
|
|
12
|
-
"
|
|
13
|
-
"
|
|
14
|
-
"
|
|
15
|
-
"
|
|
16
|
-
"
|
|
17
|
-
"
|
|
18
|
-
"
|
|
19
|
-
"
|
|
20
|
-
"
|
|
21
|
-
"
|
|
22
|
-
"
|
|
23
|
-
"
|
|
24
|
-
"
|
|
25
|
-
"
|
|
26
|
-
"
|
|
27
|
-
"
|
|
28
|
-
"
|
|
29
|
-
"
|
|
30
|
-
"
|
|
31
|
-
"The event
|
|
32
|
-
"The
|
|
33
|
-
"The
|
|
34
|
-
"
|
|
35
|
-
"
|
|
36
|
-
"
|
|
37
|
-
"
|
|
38
|
-
"
|
|
39
|
-
"
|
|
40
|
-
"Enable for files like PDFs, images, etc..": "Enable for files like PDFs, images, etc..",
|
|
2
|
+
"Open-source product analytics": "Análise de produtos de código aberto",
|
|
3
|
+
"\n[Click here](https://posthog.com/docs/api/overview#personal-api-keys-recommended) to learn how to obtain your Personal API key.\n": "\n[Clique aqui](https://posthog.com/docs/api/overview#personal-api-keys-recommended) para aprender como obter sua chave de API pessoal.\n",
|
|
4
|
+
"Create Event": "Criar evento",
|
|
5
|
+
"Create Project": "Criar Projeto",
|
|
6
|
+
"Custom API Call": "Chamada de API personalizada",
|
|
7
|
+
"Create an event inside a project": "Criar um evento dentro de um projeto",
|
|
8
|
+
"Create a posthog project": "Criar um projeto posthog",
|
|
9
|
+
"Make a custom API call to a specific endpoint": "Faça uma chamada de API personalizada para um ponto de extremidade específico",
|
|
10
|
+
"Event name": "Nome do evento",
|
|
11
|
+
"Event type": "Tipo de evento",
|
|
12
|
+
"Distinct Id": "ID distinto",
|
|
13
|
+
"Properties": "propriedades",
|
|
14
|
+
"Context": "Contexto",
|
|
15
|
+
"Message ID": "ID da mensagem",
|
|
16
|
+
"Category": "categoria",
|
|
17
|
+
"Name": "Nome",
|
|
18
|
+
"Slack Incoming Webhook": "Webhook recebido do Slack",
|
|
19
|
+
"Anonymize IPs": "Anonimizar IPs",
|
|
20
|
+
"Is demo project": "É um projeto de demonstração",
|
|
21
|
+
"Method": "Método",
|
|
22
|
+
"Headers": "Cabeçalhos",
|
|
23
|
+
"Query Parameters": "Parâmetros da consulta",
|
|
24
|
+
"Body": "Conteúdo",
|
|
25
|
+
"Response is Binary ?": "A resposta é binária ?",
|
|
26
|
+
"No Error on Failure": "Nenhum erro no Failure",
|
|
27
|
+
"Timeout (in seconds)": "Tempo limite (em segundos)",
|
|
28
|
+
"The event name": "Nome do evento",
|
|
29
|
+
"User's Distinct Id": "Identificação distinta do usuário",
|
|
30
|
+
"The event properties": "As propriedades do evento",
|
|
31
|
+
"The event context,": "O contexto de evento,",
|
|
32
|
+
"The message id,": "O id da mensagem,",
|
|
33
|
+
"The event category.": "A categoria do evento.",
|
|
34
|
+
"Project Name": "Nome do Projeto",
|
|
35
|
+
"Slack incoming webhook": "Webhook de entrada Slack",
|
|
36
|
+
"Whether to anonymize incoming IP addresses.": "Se deseja anonimizar endereços IP recebidos.",
|
|
37
|
+
"If this is a demo project": "Se este é um projeto de demonstração",
|
|
38
|
+
"Authorization headers are injected automatically from your connection.": "Os cabeçalhos de autorização são inseridos automaticamente a partir da sua conexão.",
|
|
39
|
+
"Enable for files like PDFs, images, etc..": "Habilitar para arquivos como PDFs, imagens, etc..",
|
|
41
40
|
"Alias": "Alias",
|
|
42
|
-
"Capture": "
|
|
43
|
-
"Identify": "
|
|
44
|
-
"Page": "
|
|
45
|
-
"Screen": "
|
|
46
|
-
"GET": "
|
|
47
|
-
"POST": "
|
|
48
|
-
"PATCH": "
|
|
49
|
-
"PUT": "
|
|
50
|
-
"DELETE": "
|
|
51
|
-
"HEAD": "
|
|
41
|
+
"Capture": "Capturar",
|
|
42
|
+
"Identify": "Identificar",
|
|
43
|
+
"Page": "Página",
|
|
44
|
+
"Screen": "Tela",
|
|
45
|
+
"GET": "OBTER",
|
|
46
|
+
"POST": "POSTAR",
|
|
47
|
+
"PATCH": "COMPRAR",
|
|
48
|
+
"PUT": "COLOCAR",
|
|
49
|
+
"DELETE": "EXCLUIR",
|
|
50
|
+
"HEAD": "CABEÇA"
|
|
52
51
|
}
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
{
|
|
2
|
-
"PostHog": "PostHog",
|
|
3
2
|
"Open-source product analytics": "Open-source product analytics",
|
|
4
3
|
"\n[Click here](https://posthog.com/docs/api/overview#personal-api-keys-recommended) to learn how to obtain your Personal API key.\n": "\n[Click here](https://posthog.com/docs/api/overview#personal-api-keys-recommended) to learn how to obtain your Personal API key.\n",
|
|
5
4
|
"Create Event": "Create Event",
|
package/src/i18n/zh.json
CHANGED
|
@@ -1,13 +1,12 @@
|
|
|
1
1
|
{
|
|
2
|
-
"PostHog": "PostHog",
|
|
3
2
|
"Open-source product analytics": "Open-source product analytics",
|
|
4
3
|
"\n[Click here](https://posthog.com/docs/api/overview#personal-api-keys-recommended) to learn how to obtain your Personal API key.\n": "\n[Click here](https://posthog.com/docs/api/overview#personal-api-keys-recommended) to learn how to obtain your Personal API key.\n",
|
|
5
4
|
"Create Event": "Create Event",
|
|
6
5
|
"Create Project": "Create Project",
|
|
7
|
-
"Custom API Call": "
|
|
6
|
+
"Custom API Call": "自定义 API 呼叫",
|
|
8
7
|
"Create an event inside a project": "Create an event inside a project",
|
|
9
8
|
"Create a posthog project": "Create a posthog project",
|
|
10
|
-
"Make a custom API call to a specific endpoint": "
|
|
9
|
+
"Make a custom API call to a specific endpoint": "将一个自定义 API 调用到一个特定的终点",
|
|
11
10
|
"Event name": "Event name",
|
|
12
11
|
"Event type": "Event type",
|
|
13
12
|
"Distinct Id": "Distinct Id",
|
|
@@ -15,38 +14,38 @@
|
|
|
15
14
|
"Context": "Context",
|
|
16
15
|
"Message ID": "Message ID",
|
|
17
16
|
"Category": "Category",
|
|
18
|
-
"Name": "
|
|
17
|
+
"Name": "名称",
|
|
19
18
|
"Slack Incoming Webhook": "Slack Incoming Webhook",
|
|
20
19
|
"Anonymize IPs": "Anonymize IPs",
|
|
21
20
|
"Is demo project": "Is demo project",
|
|
22
|
-
"Method": "
|
|
23
|
-
"Headers": "
|
|
24
|
-
"Query Parameters": "
|
|
25
|
-
"Body": "
|
|
21
|
+
"Method": "方法",
|
|
22
|
+
"Headers": "信头",
|
|
23
|
+
"Query Parameters": "查询参数",
|
|
24
|
+
"Body": "正文内容",
|
|
26
25
|
"Response is Binary ?": "Response is Binary ?",
|
|
27
|
-
"No Error on Failure": "
|
|
28
|
-
"Timeout (in seconds)": "
|
|
26
|
+
"No Error on Failure": "失败时没有错误",
|
|
27
|
+
"Timeout (in seconds)": "超时(秒)",
|
|
29
28
|
"The event name": "The event name",
|
|
30
29
|
"User's Distinct Id": "User's Distinct Id",
|
|
31
30
|
"The event properties": "The event properties",
|
|
32
31
|
"The event context,": "The event context,",
|
|
33
32
|
"The message id,": "The message id,",
|
|
34
33
|
"The event category.": "The event category.",
|
|
35
|
-
"Project Name": "
|
|
34
|
+
"Project Name": "项目名称",
|
|
36
35
|
"Slack incoming webhook": "Slack incoming webhook",
|
|
37
36
|
"Whether to anonymize incoming IP addresses.": "Whether to anonymize incoming IP addresses.",
|
|
38
37
|
"If this is a demo project": "If this is a demo project",
|
|
39
|
-
"Authorization headers are injected automatically from your connection.": "
|
|
38
|
+
"Authorization headers are injected automatically from your connection.": "授权头自动从您的连接中注入。",
|
|
40
39
|
"Enable for files like PDFs, images, etc..": "Enable for files like PDFs, images, etc..",
|
|
41
40
|
"Alias": "Alias",
|
|
42
41
|
"Capture": "Capture",
|
|
43
42
|
"Identify": "Identify",
|
|
44
43
|
"Page": "Page",
|
|
45
44
|
"Screen": "Screen",
|
|
46
|
-
"GET": "
|
|
47
|
-
"POST": "
|
|
45
|
+
"GET": "获取",
|
|
46
|
+
"POST": "帖子",
|
|
48
47
|
"PATCH": "PATCH",
|
|
49
|
-
"PUT": "
|
|
50
|
-
"DELETE": "
|
|
51
|
-
"HEAD": "
|
|
48
|
+
"PUT": "弹出",
|
|
49
|
+
"DELETE": "删除",
|
|
50
|
+
"HEAD": "黑色"
|
|
52
51
|
}
|