@activepieces/piece-sendfox 0.0.13 → 0.0.14
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 +2 -2
- package/src/i18n/de.json +26 -26
- package/src/i18n/es.json +27 -27
- package/src/i18n/fr.json +21 -21
- package/src/i18n/ja.json +25 -25
- package/src/i18n/nl.json +28 -28
- package/src/i18n/pt.json +30 -30
- package/src/i18n/zh.json +16 -16
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@activepieces/piece-sendfox",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.14",
|
|
4
4
|
"dependencies": {
|
|
5
5
|
"@sinclair/typebox": "0.34.11",
|
|
6
6
|
"axios": "1.8.3",
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"zod": "3.25.76",
|
|
14
14
|
"@activepieces/pieces-common": "0.7.0",
|
|
15
15
|
"@activepieces/pieces-framework": "0.18.4",
|
|
16
|
-
"@activepieces/shared": "0.
|
|
16
|
+
"@activepieces/shared": "0.20.0",
|
|
17
17
|
"tslib": "2.8.1"
|
|
18
18
|
},
|
|
19
19
|
"overrides": {
|
package/src/i18n/de.json
CHANGED
|
@@ -1,33 +1,33 @@
|
|
|
1
1
|
{
|
|
2
2
|
"SendFox": "SendFox",
|
|
3
|
-
"Email marketing made simple": "
|
|
4
|
-
"To obtain your personal token, follow these steps:\n1. Log in to your SendFox account.\n2. Visit https://sendfox.com/account/oauth to create one\n3. From OAuth Apps click on Create New Token.\n4. Enter any name you want then click create.\n5. Copy and paste your token here.": "
|
|
5
|
-
"Create List": "
|
|
6
|
-
"Unsubscribe Contact": "
|
|
7
|
-
"Create Contact": "
|
|
8
|
-
"Custom API Call": "
|
|
9
|
-
"Create a new list": "
|
|
10
|
-
"Unsubscribe a contact": "
|
|
11
|
-
"Create a new contact": "
|
|
12
|
-
"Make a custom API call to a specific endpoint": "
|
|
13
|
-
"List Name": "
|
|
14
|
-
"Email": "
|
|
15
|
-
"First Name": "
|
|
16
|
-
"Last Name": "
|
|
17
|
-
"Lists": "
|
|
18
|
-
"Method": "
|
|
19
|
-
"Headers": "
|
|
20
|
-
"Query Parameters": "
|
|
21
|
-
"Body": "
|
|
22
|
-
"Response is Binary ?": "
|
|
23
|
-
"No Error on Failure": "
|
|
24
|
-
"Timeout (in seconds)": "Timeout (in
|
|
25
|
-
"Authorization headers are injected automatically from your connection.": "
|
|
26
|
-
"Enable for files like PDFs, images, etc..": "
|
|
27
|
-
"GET": "
|
|
3
|
+
"Email marketing made simple": "E-Mail-Marketing einfach gemacht",
|
|
4
|
+
"To obtain your personal token, follow these steps:\n1. Log in to your SendFox account.\n2. Visit https://sendfox.com/account/oauth to create one\n3. From OAuth Apps click on Create New Token.\n4. Enter any name you want then click create.\n5. Copy and paste your token here.": "Um Ihr persönliches Token zu erhalten, folgen Sie diesen Schritten:\n1. Loggen Sie sich in Ihr SendFox-Konto ein.\n2. Besuchen Sie https://sendfox.com/account/oauth um einen\n3 zu erstellen. Klicken Sie von OAuth Apps auf Neues Token.\n4. Geben Sie einen beliebigen Namen ein und klicken Sie dann auf Erstellen.\n5. Kopieren und fügen Sie Ihren Token hier ein.",
|
|
5
|
+
"Create List": "Liste erstellen",
|
|
6
|
+
"Unsubscribe Contact": "Kontakt abbestellen",
|
|
7
|
+
"Create Contact": "Kontakt erstellen",
|
|
8
|
+
"Custom API Call": "Eigener API-Aufruf",
|
|
9
|
+
"Create a new list": "Neue Liste erstellen",
|
|
10
|
+
"Unsubscribe a contact": "Kontakt abbestellen",
|
|
11
|
+
"Create a new contact": "Neuen Kontakt erstellen",
|
|
12
|
+
"Make a custom API call to a specific endpoint": "Einen benutzerdefinierten API-Aufruf an einen bestimmten Endpunkt machen",
|
|
13
|
+
"List Name": "Listenname",
|
|
14
|
+
"Email": "E-Mail",
|
|
15
|
+
"First Name": "Vorname",
|
|
16
|
+
"Last Name": "Nachname",
|
|
17
|
+
"Lists": "Listen",
|
|
18
|
+
"Method": "Methode",
|
|
19
|
+
"Headers": "Kopfzeilen",
|
|
20
|
+
"Query Parameters": "Abfrageparameter",
|
|
21
|
+
"Body": "Körper",
|
|
22
|
+
"Response is Binary ?": "Antwort ist binär?",
|
|
23
|
+
"No Error on Failure": "Kein Fehler bei Fehler",
|
|
24
|
+
"Timeout (in seconds)": "Timeout (in Sekunden)",
|
|
25
|
+
"Authorization headers are injected automatically from your connection.": "Autorisierungs-Header werden automatisch von Ihrer Verbindung injiziert.",
|
|
26
|
+
"Enable for files like PDFs, images, etc..": "Aktivieren für Dateien wie PDFs, Bilder, etc..",
|
|
27
|
+
"GET": "ERHALTEN",
|
|
28
28
|
"POST": "POST",
|
|
29
29
|
"PATCH": "PATCH",
|
|
30
30
|
"PUT": "PUT",
|
|
31
|
-
"DELETE": "
|
|
31
|
+
"DELETE": "LÖSCHEN",
|
|
32
32
|
"HEAD": "HEAD"
|
|
33
33
|
}
|
package/src/i18n/es.json
CHANGED
|
@@ -1,33 +1,33 @@
|
|
|
1
1
|
{
|
|
2
2
|
"SendFox": "SendFox",
|
|
3
|
-
"Email marketing made simple": "
|
|
4
|
-
"To obtain your personal token, follow these steps:\n1. Log in to your SendFox account.\n2. Visit https://sendfox.com/account/oauth to create one\n3. From OAuth Apps click on Create New Token.\n4. Enter any name you want then click create.\n5. Copy and paste your token here.": "
|
|
5
|
-
"Create List": "
|
|
6
|
-
"Unsubscribe Contact": "
|
|
7
|
-
"Create Contact": "
|
|
8
|
-
"Custom API Call": "
|
|
9
|
-
"Create a new list": "
|
|
10
|
-
"Unsubscribe a contact": "
|
|
11
|
-
"Create a new contact": "
|
|
12
|
-
"Make a custom API call to a specific endpoint": "
|
|
13
|
-
"List Name": "
|
|
14
|
-
"Email": "
|
|
15
|
-
"First Name": "
|
|
16
|
-
"Last Name": "
|
|
17
|
-
"Lists": "
|
|
18
|
-
"Method": "
|
|
19
|
-
"Headers": "
|
|
20
|
-
"Query Parameters": "
|
|
21
|
-
"Body": "
|
|
22
|
-
"Response is Binary ?": "
|
|
23
|
-
"No Error on Failure": "No
|
|
24
|
-
"Timeout (in seconds)": "
|
|
25
|
-
"Authorization headers are injected automatically from your connection.": "
|
|
26
|
-
"Enable for files like PDFs, images, etc..": "
|
|
27
|
-
"GET": "
|
|
3
|
+
"Email marketing made simple": "Marketing por email simplificado",
|
|
4
|
+
"To obtain your personal token, follow these steps:\n1. Log in to your SendFox account.\n2. Visit https://sendfox.com/account/oauth to create one\n3. From OAuth Apps click on Create New Token.\n4. Enter any name you want then click create.\n5. Copy and paste your token here.": "Para obtener tu token personal, sigue estos pasos:\n1. Inicia sesión en tu cuenta de SendFox.\n2. Visita https://sendfox.com/account/oauth para crear una\n3. Desde OAuth Apps haga clic en Crear Nuevo Token.\n4. Introduce cualquier nombre que quieras y haz clic en crear.\n5. Copia y pega tu token aquí.",
|
|
5
|
+
"Create List": "Crear Lista",
|
|
6
|
+
"Unsubscribe Contact": "Desuscribirse Contacto",
|
|
7
|
+
"Create Contact": "Crear contacto",
|
|
8
|
+
"Custom API Call": "Llamada API personalizada",
|
|
9
|
+
"Create a new list": "Crear una nueva lista",
|
|
10
|
+
"Unsubscribe a contact": "Darse de baja de un contacto",
|
|
11
|
+
"Create a new contact": "Crear un nuevo contacto",
|
|
12
|
+
"Make a custom API call to a specific endpoint": "Hacer una llamada API personalizada a un extremo específico",
|
|
13
|
+
"List Name": "Nombre de lista",
|
|
14
|
+
"Email": "E-mail",
|
|
15
|
+
"First Name": "Nombre",
|
|
16
|
+
"Last Name": "Apellido",
|
|
17
|
+
"Lists": "Listas",
|
|
18
|
+
"Method": "Método",
|
|
19
|
+
"Headers": "Encabezados",
|
|
20
|
+
"Query Parameters": "Parámetros de consulta",
|
|
21
|
+
"Body": "Cuerpo",
|
|
22
|
+
"Response is Binary ?": "¿Respuesta es binaria?",
|
|
23
|
+
"No Error on Failure": "No hay ningún error en fallo",
|
|
24
|
+
"Timeout (in seconds)": "Tiempo de espera (en segundos)",
|
|
25
|
+
"Authorization headers are injected automatically from your connection.": "Las cabeceras de autorización se inyectan automáticamente desde tu conexión.",
|
|
26
|
+
"Enable for files like PDFs, images, etc..": "Activar para archivos como PDFs, imágenes, etc.",
|
|
27
|
+
"GET": "RECOGER",
|
|
28
28
|
"POST": "POST",
|
|
29
29
|
"PATCH": "PATCH",
|
|
30
30
|
"PUT": "PUT",
|
|
31
|
-
"DELETE": "
|
|
32
|
-
"HEAD": "
|
|
31
|
+
"DELETE": "BORRAR",
|
|
32
|
+
"HEAD": "LIMPIO"
|
|
33
33
|
}
|
package/src/i18n/fr.json
CHANGED
|
@@ -1,29 +1,29 @@
|
|
|
1
1
|
{
|
|
2
2
|
"SendFox": "SendFox",
|
|
3
|
-
"Email marketing made simple": "
|
|
3
|
+
"Email marketing made simple": "Courriel marketing simplifié",
|
|
4
4
|
"To obtain your personal token, follow these steps:\n1. Log in to your SendFox account.\n2. Visit https://sendfox.com/account/oauth to create one\n3. From OAuth Apps click on Create New Token.\n4. Enter any name you want then click create.\n5. Copy and paste your token here.": "To obtain your personal token, follow these steps:\n1. Log in to your SendFox account.\n2. Visit https://sendfox.com/account/oauth to create one\n3. From OAuth Apps click on Create New Token.\n4. Enter any name you want then click create.\n5. Copy and paste your token here.",
|
|
5
|
-
"Create List": "
|
|
6
|
-
"Unsubscribe Contact": "
|
|
7
|
-
"Create Contact": "
|
|
8
|
-
"Custom API Call": "
|
|
9
|
-
"Create a new list": "
|
|
10
|
-
"Unsubscribe a contact": "
|
|
11
|
-
"Create a new contact": "
|
|
12
|
-
"Make a custom API call to a specific endpoint": "
|
|
13
|
-
"List Name": "
|
|
14
|
-
"Email": "
|
|
5
|
+
"Create List": "Créer une liste",
|
|
6
|
+
"Unsubscribe Contact": "Se désabonner du contact",
|
|
7
|
+
"Create Contact": "Créer un contact",
|
|
8
|
+
"Custom API Call": "Appel d'API personnalisé",
|
|
9
|
+
"Create a new list": "Créer une nouvelle liste",
|
|
10
|
+
"Unsubscribe a contact": "Se désabonner d'un contact",
|
|
11
|
+
"Create a new contact": "Créer un nouveau contact",
|
|
12
|
+
"Make a custom API call to a specific endpoint": "Passer un appel API personnalisé à un endpoint spécifique",
|
|
13
|
+
"List Name": "Nom de la liste",
|
|
14
|
+
"Email": "Courriel",
|
|
15
15
|
"First Name": "First Name",
|
|
16
16
|
"Last Name": "Last Name",
|
|
17
|
-
"Lists": "
|
|
18
|
-
"Method": "
|
|
19
|
-
"Headers": "
|
|
20
|
-
"Query Parameters": "
|
|
21
|
-
"Body": "
|
|
22
|
-
"Response is Binary ?": "
|
|
23
|
-
"No Error on Failure": "
|
|
24
|
-
"Timeout (in seconds)": "
|
|
25
|
-
"Authorization headers are injected automatically from your connection.": "
|
|
26
|
-
"Enable for files like PDFs, images, etc..": "
|
|
17
|
+
"Lists": "Listes",
|
|
18
|
+
"Method": "Méthode",
|
|
19
|
+
"Headers": "En-têtes",
|
|
20
|
+
"Query Parameters": "Paramètres de requête",
|
|
21
|
+
"Body": "Corps",
|
|
22
|
+
"Response is Binary ?": "La réponse est Binaire ?",
|
|
23
|
+
"No Error on Failure": "Aucune erreur en cas d'échec",
|
|
24
|
+
"Timeout (in seconds)": "Délai d'expiration (en secondes)",
|
|
25
|
+
"Authorization headers are injected automatically from your connection.": "Les en-têtes d'autorisation sont injectés automatiquement à partir de votre connexion.",
|
|
26
|
+
"Enable for files like PDFs, images, etc..": "Activer pour les fichiers comme les PDFs, les images, etc.",
|
|
27
27
|
"GET": "GET",
|
|
28
28
|
"POST": "POST",
|
|
29
29
|
"PATCH": "PATCH",
|
package/src/i18n/ja.json
CHANGED
|
@@ -1,33 +1,33 @@
|
|
|
1
1
|
{
|
|
2
2
|
"SendFox": "SendFox",
|
|
3
|
-
"Email marketing made simple": "
|
|
3
|
+
"Email marketing made simple": "メールマーケティングがシンプルになりました",
|
|
4
4
|
"To obtain your personal token, follow these steps:\n1. Log in to your SendFox account.\n2. Visit https://sendfox.com/account/oauth to create one\n3. From OAuth Apps click on Create New Token.\n4. Enter any name you want then click create.\n5. Copy and paste your token here.": "To obtain your personal token, follow these steps:\n1. Log in to your SendFox account.\n2. Visit https://sendfox.com/account/oauth to create one\n3. From OAuth Apps click on Create New Token.\n4. Enter any name you want then click create.\n5. Copy and paste your token here.",
|
|
5
|
-
"Create List": "
|
|
6
|
-
"Unsubscribe Contact": "
|
|
7
|
-
"Create Contact": "
|
|
8
|
-
"Custom API Call": "
|
|
9
|
-
"Create a new list": "
|
|
10
|
-
"Unsubscribe a contact": "
|
|
11
|
-
"Create a new contact": "
|
|
12
|
-
"Make a custom API call to a specific endpoint": "
|
|
13
|
-
"List Name": "
|
|
14
|
-
"Email": "
|
|
15
|
-
"First Name": "
|
|
5
|
+
"Create List": "リストを作成",
|
|
6
|
+
"Unsubscribe Contact": "連絡先を購読解除",
|
|
7
|
+
"Create Contact": "連絡先を作成",
|
|
8
|
+
"Custom API Call": "カスタムAPI通話",
|
|
9
|
+
"Create a new list": "新しいリストを作成",
|
|
10
|
+
"Unsubscribe a contact": "連絡先の登録を解除",
|
|
11
|
+
"Create a new contact": "新しい連絡先を作成",
|
|
12
|
+
"Make a custom API call to a specific endpoint": "特定のエンドポイントへのカスタム API コールを実行します。",
|
|
13
|
+
"List Name": "リスト名",
|
|
14
|
+
"Email": "Eメールアドレス",
|
|
15
|
+
"First Name": "名",
|
|
16
16
|
"Last Name": "Last Name",
|
|
17
|
-
"Lists": "
|
|
18
|
-
"Method": "
|
|
19
|
-
"Headers": "
|
|
20
|
-
"Query Parameters": "
|
|
21
|
-
"Body": "
|
|
22
|
-
"Response is Binary ?": "
|
|
23
|
-
"No Error on Failure": "
|
|
24
|
-
"Timeout (in seconds)": "
|
|
25
|
-
"Authorization headers are injected automatically from your connection.": "
|
|
26
|
-
"Enable for files like PDFs, images, etc..": "
|
|
27
|
-
"GET": "
|
|
17
|
+
"Lists": "リスト",
|
|
18
|
+
"Method": "方法",
|
|
19
|
+
"Headers": "ヘッダー",
|
|
20
|
+
"Query Parameters": "クエリパラメータ",
|
|
21
|
+
"Body": "本文",
|
|
22
|
+
"Response is Binary ?": "応答はバイナリですか?",
|
|
23
|
+
"No Error on Failure": "失敗時にエラーはありません",
|
|
24
|
+
"Timeout (in seconds)": "タイムアウト(秒)",
|
|
25
|
+
"Authorization headers are injected automatically from your connection.": "認証ヘッダは接続から自動的に注入されます。",
|
|
26
|
+
"Enable for files like PDFs, images, etc..": "PDF、画像などのファイルを有効にします。",
|
|
27
|
+
"GET": "取得",
|
|
28
28
|
"POST": "POST",
|
|
29
29
|
"PATCH": "PATCH",
|
|
30
30
|
"PUT": "PUT",
|
|
31
|
-
"DELETE": "
|
|
32
|
-
"HEAD": "
|
|
31
|
+
"DELETE": "削除",
|
|
32
|
+
"HEAD": "頭"
|
|
33
33
|
}
|
package/src/i18n/nl.json
CHANGED
|
@@ -1,33 +1,33 @@
|
|
|
1
1
|
{
|
|
2
2
|
"SendFox": "SendFox",
|
|
3
|
-
"Email marketing made simple": "
|
|
4
|
-
"To obtain your personal token, follow these steps:\n1. Log in to your SendFox account.\n2. Visit https://sendfox.com/account/oauth to create one\n3. From OAuth Apps click on Create New Token.\n4. Enter any name you want then click create.\n5. Copy and paste your token here.": "
|
|
5
|
-
"Create List": "
|
|
6
|
-
"Unsubscribe Contact": "
|
|
7
|
-
"Create Contact": "
|
|
3
|
+
"Email marketing made simple": "E-mailmarketing eenvoudig gemaakt",
|
|
4
|
+
"To obtain your personal token, follow these steps:\n1. Log in to your SendFox account.\n2. Visit https://sendfox.com/account/oauth to create one\n3. From OAuth Apps click on Create New Token.\n4. Enter any name you want then click create.\n5. Copy and paste your token here.": "Om uw persoonlijke token te verkrijgen, volg deze stappen:\n1. Log in op uw SendFox account.\n2. Bezoek https://sendfox.com/account/oauth om een\n3 te maken. Van OAuth Apps klik op Nieuw Token.\n4. Voer elke naam in die u wilt en klik vervolgens op aanmaken.\n5. Kopieer en plak hier uw token.",
|
|
5
|
+
"Create List": "Lijst aanmaken",
|
|
6
|
+
"Unsubscribe Contact": "Ontvangers uitschrijven",
|
|
7
|
+
"Create Contact": "Contactpersoon aanmaken",
|
|
8
8
|
"Custom API Call": "Custom API Call",
|
|
9
|
-
"Create a new list": "
|
|
10
|
-
"Unsubscribe a contact": "
|
|
11
|
-
"Create a new contact": "
|
|
12
|
-
"Make a custom API call to a specific endpoint": "
|
|
13
|
-
"List Name": "
|
|
14
|
-
"Email": "
|
|
15
|
-
"First Name": "
|
|
16
|
-
"Last Name": "
|
|
17
|
-
"Lists": "
|
|
18
|
-
"Method": "
|
|
19
|
-
"Headers": "
|
|
20
|
-
"Query Parameters": "Query
|
|
21
|
-
"Body": "
|
|
22
|
-
"Response is Binary ?": "
|
|
23
|
-
"No Error on Failure": "
|
|
24
|
-
"Timeout (in seconds)": "
|
|
25
|
-
"Authorization headers are injected automatically from your connection.": "
|
|
26
|
-
"Enable for files like PDFs, images, etc..": "
|
|
27
|
-
"GET": "
|
|
28
|
-
"POST": "
|
|
29
|
-
"PATCH": "
|
|
9
|
+
"Create a new list": "Maak een nieuwe lijst",
|
|
10
|
+
"Unsubscribe a contact": "Een contact uitschrijven",
|
|
11
|
+
"Create a new contact": "Een nieuw contact maken",
|
|
12
|
+
"Make a custom API call to a specific endpoint": "Maak een aangepaste API call naar een specifiek eindpunt",
|
|
13
|
+
"List Name": "Lijst Naam",
|
|
14
|
+
"Email": "E-mail",
|
|
15
|
+
"First Name": "Voornaam",
|
|
16
|
+
"Last Name": "Achternaam",
|
|
17
|
+
"Lists": "Lijsten",
|
|
18
|
+
"Method": "Methode",
|
|
19
|
+
"Headers": "Kopteksten",
|
|
20
|
+
"Query Parameters": "Query parameters",
|
|
21
|
+
"Body": "Lichaam",
|
|
22
|
+
"Response is Binary ?": "Antwoord is binair?",
|
|
23
|
+
"No Error on Failure": "Geen fout bij fout",
|
|
24
|
+
"Timeout (in seconds)": "Time-out (in seconden)",
|
|
25
|
+
"Authorization headers are injected automatically from your connection.": "Autorisatie headers worden automatisch geïnjecteerd vanuit uw verbinding.",
|
|
26
|
+
"Enable for files like PDFs, images, etc..": "Inschakelen voor bestanden zoals PDF's, afbeeldingen etc..",
|
|
27
|
+
"GET": "KRIJG",
|
|
28
|
+
"POST": "POSTE",
|
|
29
|
+
"PATCH": "BEKIJK",
|
|
30
30
|
"PUT": "PUT",
|
|
31
|
-
"DELETE": "
|
|
32
|
-
"HEAD": "
|
|
31
|
+
"DELETE": "VERWIJDEREN",
|
|
32
|
+
"HEAD": "HOOFD"
|
|
33
33
|
}
|
package/src/i18n/pt.json
CHANGED
|
@@ -1,33 +1,33 @@
|
|
|
1
1
|
{
|
|
2
2
|
"SendFox": "SendFox",
|
|
3
|
-
"Email marketing made simple": "
|
|
4
|
-
"To obtain your personal token, follow these steps:\n1. Log in to your SendFox account.\n2. Visit https://sendfox.com/account/oauth to create one\n3. From OAuth Apps click on Create New Token.\n4. Enter any name you want then click create.\n5. Copy and paste your token here.": "
|
|
5
|
-
"Create List": "
|
|
6
|
-
"Unsubscribe Contact": "
|
|
7
|
-
"Create Contact": "
|
|
8
|
-
"Custom API Call": "
|
|
9
|
-
"Create a new list": "
|
|
10
|
-
"Unsubscribe a contact": "
|
|
11
|
-
"Create a new contact": "
|
|
12
|
-
"Make a custom API call to a specific endpoint": "
|
|
13
|
-
"List Name": "
|
|
14
|
-
"Email": "
|
|
15
|
-
"First Name": "
|
|
16
|
-
"Last Name": "
|
|
17
|
-
"Lists": "
|
|
18
|
-
"Method": "
|
|
19
|
-
"Headers": "
|
|
20
|
-
"Query Parameters": "
|
|
21
|
-
"Body": "
|
|
22
|
-
"Response is Binary ?": "
|
|
23
|
-
"No Error on Failure": "
|
|
24
|
-
"Timeout (in seconds)": "
|
|
25
|
-
"Authorization headers are injected automatically from your connection.": "
|
|
26
|
-
"Enable for files like PDFs, images, etc..": "
|
|
27
|
-
"GET": "
|
|
28
|
-
"POST": "
|
|
29
|
-
"PATCH": "
|
|
30
|
-
"PUT": "
|
|
31
|
-
"DELETE": "
|
|
32
|
-
"HEAD": "
|
|
3
|
+
"Email marketing made simple": "Marketing de e-mail simplificado",
|
|
4
|
+
"To obtain your personal token, follow these steps:\n1. Log in to your SendFox account.\n2. Visit https://sendfox.com/account/oauth to create one\n3. From OAuth Apps click on Create New Token.\n4. Enter any name you want then click create.\n5. Copy and paste your token here.": "Para obter seu token pessoal, siga estes passos:\n1. Inicie sessão na sua conta SendFox.\n2. Visite https://sendfox.com/account/oauth para criar um\n3. A partir de aplicativos OAuth clique em Criar Novo Token.\n4. Digite qualquer nome que quiser então clique em criar.\n5. Copie e cole o seu token aqui.",
|
|
5
|
+
"Create List": "Criar lista",
|
|
6
|
+
"Unsubscribe Contact": "Cancelar contato",
|
|
7
|
+
"Create Contact": "Criar contato",
|
|
8
|
+
"Custom API Call": "Chamada de API personalizada",
|
|
9
|
+
"Create a new list": "Criar uma nova lista",
|
|
10
|
+
"Unsubscribe a contact": "Cancelar contato",
|
|
11
|
+
"Create a new contact": "Criar um novo contato",
|
|
12
|
+
"Make a custom API call to a specific endpoint": "Faça uma chamada de API personalizada para um ponto de extremidade específico",
|
|
13
|
+
"List Name": "Lista de nomes",
|
|
14
|
+
"Email": "e-mail",
|
|
15
|
+
"First Name": "Nome",
|
|
16
|
+
"Last Name": "Sobrenome",
|
|
17
|
+
"Lists": "Listas",
|
|
18
|
+
"Method": "Método",
|
|
19
|
+
"Headers": "Cabeçalhos",
|
|
20
|
+
"Query Parameters": "Parâmetros da consulta",
|
|
21
|
+
"Body": "Conteúdo",
|
|
22
|
+
"Response is Binary ?": "A resposta é binária ?",
|
|
23
|
+
"No Error on Failure": "Nenhum erro no Failure",
|
|
24
|
+
"Timeout (in seconds)": "Tempo limite (em segundos)",
|
|
25
|
+
"Authorization headers are injected automatically from your connection.": "Os cabeçalhos de autorização são inseridos automaticamente a partir da sua conexão.",
|
|
26
|
+
"Enable for files like PDFs, images, etc..": "Habilitar para arquivos como PDFs, imagens, etc..",
|
|
27
|
+
"GET": "OBTER",
|
|
28
|
+
"POST": "POSTAR",
|
|
29
|
+
"PATCH": "COMPRAR",
|
|
30
|
+
"PUT": "COLOCAR",
|
|
31
|
+
"DELETE": "EXCLUIR",
|
|
32
|
+
"HEAD": "CABEÇA"
|
|
33
33
|
}
|
package/src/i18n/zh.json
CHANGED
|
@@ -5,29 +5,29 @@
|
|
|
5
5
|
"Create List": "Create List",
|
|
6
6
|
"Unsubscribe Contact": "Unsubscribe Contact",
|
|
7
7
|
"Create Contact": "Create Contact",
|
|
8
|
-
"Custom API Call": "
|
|
8
|
+
"Custom API Call": "自定义 API 呼叫",
|
|
9
9
|
"Create a new list": "Create a new list",
|
|
10
10
|
"Unsubscribe a contact": "Unsubscribe a contact",
|
|
11
11
|
"Create a new contact": "Create a new contact",
|
|
12
|
-
"Make a custom API call to a specific endpoint": "
|
|
12
|
+
"Make a custom API call to a specific endpoint": "将一个自定义 API 调用到一个特定的终点",
|
|
13
13
|
"List Name": "List Name",
|
|
14
|
-
"Email": "
|
|
14
|
+
"Email": "电子邮件地址",
|
|
15
15
|
"First Name": "First Name",
|
|
16
|
-
"Last Name": "
|
|
16
|
+
"Last Name": "名字",
|
|
17
17
|
"Lists": "Lists",
|
|
18
|
-
"Method": "
|
|
19
|
-
"Headers": "
|
|
20
|
-
"Query Parameters": "
|
|
21
|
-
"Body": "
|
|
18
|
+
"Method": "方法",
|
|
19
|
+
"Headers": "信头",
|
|
20
|
+
"Query Parameters": "查询参数",
|
|
21
|
+
"Body": "正文内容",
|
|
22
22
|
"Response is Binary ?": "Response is Binary ?",
|
|
23
|
-
"No Error on Failure": "
|
|
24
|
-
"Timeout (in seconds)": "
|
|
25
|
-
"Authorization headers are injected automatically from your connection.": "
|
|
23
|
+
"No Error on Failure": "失败时没有错误",
|
|
24
|
+
"Timeout (in seconds)": "超时(秒)",
|
|
25
|
+
"Authorization headers are injected automatically from your connection.": "授权头自动从您的连接中注入。",
|
|
26
26
|
"Enable for files like PDFs, images, etc..": "Enable for files like PDFs, images, etc..",
|
|
27
|
-
"GET": "
|
|
28
|
-
"POST": "
|
|
27
|
+
"GET": "获取",
|
|
28
|
+
"POST": "帖子",
|
|
29
29
|
"PATCH": "PATCH",
|
|
30
|
-
"PUT": "
|
|
31
|
-
"DELETE": "
|
|
32
|
-
"HEAD": "
|
|
30
|
+
"PUT": "弹出",
|
|
31
|
+
"DELETE": "删除",
|
|
32
|
+
"HEAD": "黑色"
|
|
33
33
|
}
|