@activepieces/piece-saastic 0.0.12 → 0.0.13
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 +35 -35
- package/src/i18n/es.json +36 -36
- package/src/i18n/fr.json +31 -31
- package/src/i18n/ja.json +35 -35
- package/src/i18n/nl.json +37 -37
- package/src/i18n/pt.json +39 -39
- package/src/i18n/zh.json +16 -16
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@activepieces/piece-saastic",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.13",
|
|
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,42 +1,42 @@
|
|
|
1
1
|
{
|
|
2
2
|
"Saastic": "Saastic",
|
|
3
|
-
"Revenue and churn analytics for Stripe": "
|
|
4
|
-
" You can find your project’s API key here: https://saastic.com/settings/developers": "
|
|
5
|
-
"Create or Update a Customer": "
|
|
6
|
-
"Create a Customer Charge": "
|
|
7
|
-
"Custom API Call": "
|
|
8
|
-
"Create or update a customer.": "
|
|
9
|
-
"Creates a customer charge.": "
|
|
10
|
-
"Make a custom API call to a specific endpoint": "
|
|
11
|
-
"First Name": "
|
|
12
|
-
"Last Name": "
|
|
13
|
-
"Email": "
|
|
14
|
-
"Phone": "
|
|
15
|
-
"Signup Date": "
|
|
16
|
-
"Amount": "
|
|
17
|
-
"Currency": "
|
|
18
|
-
"Charge date": "
|
|
19
|
-
"Method": "
|
|
20
|
-
"Headers": "
|
|
21
|
-
"Query Parameters": "
|
|
22
|
-
"Body": "
|
|
23
|
-
"Response is Binary ?": "
|
|
24
|
-
"No Error on Failure": "
|
|
25
|
-
"Timeout (in seconds)": "Timeout (in
|
|
26
|
-
"The customer's first name.": "
|
|
27
|
-
"The customer's last name.": "
|
|
28
|
-
"The customer's email address.": "
|
|
29
|
-
"The customer's phone number. Ex: +15555555555": "
|
|
30
|
-
"The date the customer signed up.": "
|
|
31
|
-
"The amount charged in the smallest currency unit.": "
|
|
32
|
-
"The ISO currency code.": "
|
|
33
|
-
"The date the customer was charged.": "
|
|
34
|
-
"Authorization headers are injected automatically from your connection.": "
|
|
35
|
-
"Enable for files like PDFs, images, etc..": "
|
|
36
|
-
"GET": "
|
|
3
|
+
"Revenue and churn analytics for Stripe": "Umsatz- und Kirchenanalytik für Streifen",
|
|
4
|
+
" You can find your project’s API key here: https://saastic.com/settings/developers": " Hier finden Sie den API-Schlüssel Ihres Projekts: https://saastic.com/settings/developers",
|
|
5
|
+
"Create or Update a Customer": "Kunde erstellen oder aktualisieren",
|
|
6
|
+
"Create a Customer Charge": "Erstellen Sie eine Kundengebühr",
|
|
7
|
+
"Custom API Call": "Eigener API-Aufruf",
|
|
8
|
+
"Create or update a customer.": "Kunden erstellen oder aktualisieren.",
|
|
9
|
+
"Creates a customer charge.": "Erstellt eine Kundengebühr.",
|
|
10
|
+
"Make a custom API call to a specific endpoint": "Einen benutzerdefinierten API-Aufruf an einen bestimmten Endpunkt machen",
|
|
11
|
+
"First Name": "Vorname",
|
|
12
|
+
"Last Name": "Nachname",
|
|
13
|
+
"Email": "E-Mail",
|
|
14
|
+
"Phone": "Telefon",
|
|
15
|
+
"Signup Date": "Anmeldedatum",
|
|
16
|
+
"Amount": "Betrag",
|
|
17
|
+
"Currency": "Währung",
|
|
18
|
+
"Charge date": "Abrechnungsdatum",
|
|
19
|
+
"Method": "Methode",
|
|
20
|
+
"Headers": "Kopfzeilen",
|
|
21
|
+
"Query Parameters": "Abfrageparameter",
|
|
22
|
+
"Body": "Körper",
|
|
23
|
+
"Response is Binary ?": "Antwort ist binär?",
|
|
24
|
+
"No Error on Failure": "Kein Fehler bei Fehler",
|
|
25
|
+
"Timeout (in seconds)": "Timeout (in Sekunden)",
|
|
26
|
+
"The customer's first name.": "Der Vorname des Kunden.",
|
|
27
|
+
"The customer's last name.": "Nachname des Kunden.",
|
|
28
|
+
"The customer's email address.": "Die E-Mail-Adresse des Kunden.",
|
|
29
|
+
"The customer's phone number. Ex: +15555555555": "Telefonnummer des Kunden. Beispiel: +15555555555",
|
|
30
|
+
"The date the customer signed up.": "Das Datum an dem sich der Kunde angemeldet hat.",
|
|
31
|
+
"The amount charged in the smallest currency unit.": "Der Betrag, der in der kleinsten Währungseinheit berechnet wird.",
|
|
32
|
+
"The ISO currency code.": "Der ISO-Währungscode.",
|
|
33
|
+
"The date the customer was charged.": "Das Datum an dem der Kunde belastet wurde.",
|
|
34
|
+
"Authorization headers are injected automatically from your connection.": "Autorisierungs-Header werden automatisch von Ihrer Verbindung injiziert.",
|
|
35
|
+
"Enable for files like PDFs, images, etc..": "Aktivieren für Dateien wie PDFs, Bilder, etc..",
|
|
36
|
+
"GET": "ERHALTEN",
|
|
37
37
|
"POST": "POST",
|
|
38
38
|
"PATCH": "PATCH",
|
|
39
39
|
"PUT": "PUT",
|
|
40
|
-
"DELETE": "
|
|
40
|
+
"DELETE": "LÖSCHEN",
|
|
41
41
|
"HEAD": "HEAD"
|
|
42
42
|
}
|
package/src/i18n/es.json
CHANGED
|
@@ -1,42 +1,42 @@
|
|
|
1
1
|
{
|
|
2
2
|
"Saastic": "Saastic",
|
|
3
|
-
"Revenue and churn analytics for Stripe": "
|
|
4
|
-
" You can find your project’s API key here: https://saastic.com/settings/developers": "
|
|
5
|
-
"Create or Update a Customer": "
|
|
6
|
-
"Create a Customer Charge": "
|
|
7
|
-
"Custom API Call": "
|
|
8
|
-
"Create or update a customer.": "
|
|
9
|
-
"Creates a customer charge.": "
|
|
10
|
-
"Make a custom API call to a specific endpoint": "
|
|
11
|
-
"First Name": "
|
|
12
|
-
"Last Name": "
|
|
13
|
-
"Email": "
|
|
14
|
-
"Phone": "
|
|
15
|
-
"Signup Date": "
|
|
16
|
-
"Amount": "
|
|
17
|
-
"Currency": "
|
|
18
|
-
"Charge date": "
|
|
19
|
-
"Method": "
|
|
20
|
-
"Headers": "
|
|
21
|
-
"Query Parameters": "
|
|
22
|
-
"Body": "
|
|
23
|
-
"Response is Binary ?": "
|
|
24
|
-
"No Error on Failure": "No
|
|
25
|
-
"Timeout (in seconds)": "
|
|
26
|
-
"The customer's first name.": "
|
|
27
|
-
"The customer's last name.": "
|
|
28
|
-
"The customer's email address.": "
|
|
29
|
-
"The customer's phone number. Ex: +15555555555": "
|
|
30
|
-
"The date the customer signed up.": "
|
|
31
|
-
"The amount charged in the smallest currency unit.": "
|
|
32
|
-
"The ISO currency code.": "
|
|
33
|
-
"The date the customer was charged.": "
|
|
34
|
-
"Authorization headers are injected automatically from your connection.": "
|
|
35
|
-
"Enable for files like PDFs, images, etc..": "
|
|
36
|
-
"GET": "
|
|
3
|
+
"Revenue and churn analytics for Stripe": "Análisis de ingresos y estragos de Stripe",
|
|
4
|
+
" You can find your project’s API key here: https://saastic.com/settings/developers": " Puedes encontrar la clave API de tu proyecto aquí: https://saastic.com/settings/developers",
|
|
5
|
+
"Create or Update a Customer": "Crear o actualizar un cliente",
|
|
6
|
+
"Create a Customer Charge": "Crear un Cargo de Cliente",
|
|
7
|
+
"Custom API Call": "Llamada API personalizada",
|
|
8
|
+
"Create or update a customer.": "Crear o actualizar un cliente.",
|
|
9
|
+
"Creates a customer charge.": "Crea un cargo al cliente.",
|
|
10
|
+
"Make a custom API call to a specific endpoint": "Hacer una llamada API personalizada a un extremo específico",
|
|
11
|
+
"First Name": "Nombre",
|
|
12
|
+
"Last Name": "Apellido",
|
|
13
|
+
"Email": "E-mail",
|
|
14
|
+
"Phone": "Teléfono",
|
|
15
|
+
"Signup Date": "Fecha de registro",
|
|
16
|
+
"Amount": "Cantidad",
|
|
17
|
+
"Currency": "Moneda",
|
|
18
|
+
"Charge date": "Fecha de carga",
|
|
19
|
+
"Method": "Método",
|
|
20
|
+
"Headers": "Encabezados",
|
|
21
|
+
"Query Parameters": "Parámetros de consulta",
|
|
22
|
+
"Body": "Cuerpo",
|
|
23
|
+
"Response is Binary ?": "¿Respuesta es binaria?",
|
|
24
|
+
"No Error on Failure": "No hay ningún error en fallo",
|
|
25
|
+
"Timeout (in seconds)": "Tiempo de espera (en segundos)",
|
|
26
|
+
"The customer's first name.": "Nombre del cliente.",
|
|
27
|
+
"The customer's last name.": "Apellido del cliente.",
|
|
28
|
+
"The customer's email address.": "Dirección de correo electrónico del cliente.",
|
|
29
|
+
"The customer's phone number. Ex: +15555555555": "Número de teléfono del cliente. Ej: +15555555555",
|
|
30
|
+
"The date the customer signed up.": "La fecha en la que el cliente se registró.",
|
|
31
|
+
"The amount charged in the smallest currency unit.": "La cantidad que se cobró en la unidad de moneda más pequeña.",
|
|
32
|
+
"The ISO currency code.": "El código de moneda ISO.",
|
|
33
|
+
"The date the customer was charged.": "La fecha en la que se cobró al cliente.",
|
|
34
|
+
"Authorization headers are injected automatically from your connection.": "Las cabeceras de autorización se inyectan automáticamente desde tu conexión.",
|
|
35
|
+
"Enable for files like PDFs, images, etc..": "Activar para archivos como PDFs, imágenes, etc.",
|
|
36
|
+
"GET": "RECOGER",
|
|
37
37
|
"POST": "POST",
|
|
38
38
|
"PATCH": "PATCH",
|
|
39
39
|
"PUT": "PUT",
|
|
40
|
-
"DELETE": "
|
|
41
|
-
"HEAD": "
|
|
40
|
+
"DELETE": "BORRAR",
|
|
41
|
+
"HEAD": "LIMPIO"
|
|
42
42
|
}
|
package/src/i18n/fr.json
CHANGED
|
@@ -1,38 +1,38 @@
|
|
|
1
1
|
{
|
|
2
2
|
"Saastic": "Saastic",
|
|
3
|
-
"Revenue and churn analytics for Stripe": "
|
|
4
|
-
" You can find your project’s API key here: https://saastic.com/settings/developers": "
|
|
5
|
-
"Create or Update a Customer": "
|
|
6
|
-
"Create a Customer Charge": "
|
|
7
|
-
"Custom API Call": "
|
|
8
|
-
"Create or update a customer.": "
|
|
9
|
-
"Creates a customer charge.": "
|
|
10
|
-
"Make a custom API call to a specific endpoint": "
|
|
3
|
+
"Revenue and churn analytics for Stripe": "Revenus et analyses des abysses pour Stripe",
|
|
4
|
+
" You can find your project’s API key here: https://saastic.com/settings/developers": " Vous pouvez trouver la clé API de votre projet ici : https://saastic.com/settings/developers",
|
|
5
|
+
"Create or Update a Customer": "Créer ou mettre à jour un client",
|
|
6
|
+
"Create a Customer Charge": "Créer une facture client",
|
|
7
|
+
"Custom API Call": "Appel d'API personnalisé",
|
|
8
|
+
"Create or update a customer.": "Créer ou mettre à jour un client.",
|
|
9
|
+
"Creates a customer charge.": "Crée une charge client.",
|
|
10
|
+
"Make a custom API call to a specific endpoint": "Passer un appel API personnalisé à un endpoint spécifique",
|
|
11
11
|
"First Name": "First Name",
|
|
12
12
|
"Last Name": "Last Name",
|
|
13
|
-
"Email": "
|
|
14
|
-
"Phone": "
|
|
15
|
-
"Signup Date": "
|
|
16
|
-
"Amount": "
|
|
17
|
-
"Currency": "
|
|
18
|
-
"Charge date": "
|
|
19
|
-
"Method": "
|
|
20
|
-
"Headers": "
|
|
21
|
-
"Query Parameters": "
|
|
22
|
-
"Body": "
|
|
23
|
-
"Response is Binary ?": "
|
|
24
|
-
"No Error on Failure": "
|
|
25
|
-
"Timeout (in seconds)": "
|
|
26
|
-
"The customer's first name.": "
|
|
27
|
-
"The customer's last name.": "
|
|
28
|
-
"The customer's email address.": "
|
|
29
|
-
"The customer's phone number. Ex: +15555555555": "
|
|
30
|
-
"The date the customer signed up.": "
|
|
31
|
-
"The amount charged in the smallest currency unit.": "
|
|
32
|
-
"The ISO currency code.": "
|
|
33
|
-
"The date the customer was charged.": "
|
|
34
|
-
"Authorization headers are injected automatically from your connection.": "
|
|
35
|
-
"Enable for files like PDFs, images, etc..": "
|
|
13
|
+
"Email": "Courriel",
|
|
14
|
+
"Phone": "Téléphone",
|
|
15
|
+
"Signup Date": "Date d'inscription",
|
|
16
|
+
"Amount": "Montant",
|
|
17
|
+
"Currency": "Devise",
|
|
18
|
+
"Charge date": "Date de facturation",
|
|
19
|
+
"Method": "Méthode",
|
|
20
|
+
"Headers": "En-têtes",
|
|
21
|
+
"Query Parameters": "Paramètres de requête",
|
|
22
|
+
"Body": "Corps",
|
|
23
|
+
"Response is Binary ?": "La réponse est Binaire ?",
|
|
24
|
+
"No Error on Failure": "Aucune erreur en cas d'échec",
|
|
25
|
+
"Timeout (in seconds)": "Délai d'expiration (en secondes)",
|
|
26
|
+
"The customer's first name.": "Le prénom du client",
|
|
27
|
+
"The customer's last name.": "Nom de famille du client",
|
|
28
|
+
"The customer's email address.": "L'adresse e-mail du client.",
|
|
29
|
+
"The customer's phone number. Ex: +15555555555": "Le numéro de téléphone du client. Ex: +1555555555555",
|
|
30
|
+
"The date the customer signed up.": "La date d'inscription du client.",
|
|
31
|
+
"The amount charged in the smallest currency unit.": "Le montant débité dans la plus petite unité de devise.",
|
|
32
|
+
"The ISO currency code.": "Le code de la devise ISO.",
|
|
33
|
+
"The date the customer was charged.": "La date à laquelle le client a été facturé.",
|
|
34
|
+
"Authorization headers are injected automatically from your connection.": "Les en-têtes d'autorisation sont injectés automatiquement à partir de votre connexion.",
|
|
35
|
+
"Enable for files like PDFs, images, etc..": "Activer pour les fichiers comme les PDFs, les images, etc.",
|
|
36
36
|
"GET": "GET",
|
|
37
37
|
"POST": "POST",
|
|
38
38
|
"PATCH": "PATCH",
|
package/src/i18n/ja.json
CHANGED
|
@@ -1,42 +1,42 @@
|
|
|
1
1
|
{
|
|
2
2
|
"Saastic": "Saastic",
|
|
3
|
-
"Revenue and churn analytics for Stripe": "
|
|
4
|
-
" You can find your project’s API key here: https://saastic.com/settings/developers": "
|
|
5
|
-
"Create or Update a Customer": "
|
|
6
|
-
"Create a Customer Charge": "
|
|
7
|
-
"Custom API Call": "
|
|
8
|
-
"Create or update a customer.": "
|
|
9
|
-
"Creates a customer charge.": "
|
|
10
|
-
"Make a custom API call to a specific endpoint": "
|
|
11
|
-
"First Name": "
|
|
3
|
+
"Revenue and churn analytics for Stripe": "Stripeの収益と分析を解析する",
|
|
4
|
+
" You can find your project’s API key here: https://saastic.com/settings/developers": " プロジェクトのAPIキーはこちらから確認できます: https://saastic.com/settings/developers",
|
|
5
|
+
"Create or Update a Customer": "顧客を作成または更新",
|
|
6
|
+
"Create a Customer Charge": "顧客課金を作成",
|
|
7
|
+
"Custom API Call": "カスタムAPI通話",
|
|
8
|
+
"Create or update a customer.": "顧客を作成または更新する。",
|
|
9
|
+
"Creates a customer charge.": "顧客課金を作成します。",
|
|
10
|
+
"Make a custom API call to a specific endpoint": "特定のエンドポイントへのカスタム API コールを実行します。",
|
|
11
|
+
"First Name": "名",
|
|
12
12
|
"Last Name": "Last Name",
|
|
13
|
-
"Email": "
|
|
14
|
-
"Phone": "
|
|
15
|
-
"Signup Date": "
|
|
16
|
-
"Amount": "
|
|
17
|
-
"Currency": "
|
|
18
|
-
"Charge date": "
|
|
19
|
-
"Method": "
|
|
20
|
-
"Headers": "
|
|
21
|
-
"Query Parameters": "
|
|
22
|
-
"Body": "
|
|
23
|
-
"Response is Binary ?": "
|
|
24
|
-
"No Error on Failure": "
|
|
25
|
-
"Timeout (in seconds)": "
|
|
26
|
-
"The customer's first name.": "
|
|
27
|
-
"The customer's last name.": "
|
|
28
|
-
"The customer's email address.": "
|
|
29
|
-
"The customer's phone number. Ex: +15555555555": "
|
|
30
|
-
"The date the customer signed up.": "
|
|
31
|
-
"The amount charged in the smallest currency unit.": "
|
|
32
|
-
"The ISO currency code.": "
|
|
33
|
-
"The date the customer was charged.": "
|
|
34
|
-
"Authorization headers are injected automatically from your connection.": "
|
|
35
|
-
"Enable for files like PDFs, images, etc..": "
|
|
36
|
-
"GET": "
|
|
13
|
+
"Email": "Eメールアドレス",
|
|
14
|
+
"Phone": "電話番号",
|
|
15
|
+
"Signup Date": "登録日",
|
|
16
|
+
"Amount": "金額",
|
|
17
|
+
"Currency": "通貨",
|
|
18
|
+
"Charge date": "請求日",
|
|
19
|
+
"Method": "方法",
|
|
20
|
+
"Headers": "ヘッダー",
|
|
21
|
+
"Query Parameters": "クエリパラメータ",
|
|
22
|
+
"Body": "本文",
|
|
23
|
+
"Response is Binary ?": "応答はバイナリですか?",
|
|
24
|
+
"No Error on Failure": "失敗時にエラーはありません",
|
|
25
|
+
"Timeout (in seconds)": "タイムアウト(秒)",
|
|
26
|
+
"The customer's first name.": "顧客の名",
|
|
27
|
+
"The customer's last name.": "顧客の姓",
|
|
28
|
+
"The customer's email address.": "顧客のメールアドレス",
|
|
29
|
+
"The customer's phone number. Ex: +15555555555": "顧客の電話番号。例:+555555555",
|
|
30
|
+
"The date the customer signed up.": "顧客がサインアップした日",
|
|
31
|
+
"The amount charged in the smallest currency unit.": "最小通貨単位で請求される金額。",
|
|
32
|
+
"The ISO currency code.": "ISO 通貨コード。",
|
|
33
|
+
"The date the customer was charged.": "顧客が請求された日",
|
|
34
|
+
"Authorization headers are injected automatically from your connection.": "認証ヘッダは接続から自動的に注入されます。",
|
|
35
|
+
"Enable for files like PDFs, images, etc..": "PDF、画像などのファイルを有効にします。",
|
|
36
|
+
"GET": "取得",
|
|
37
37
|
"POST": "POST",
|
|
38
38
|
"PATCH": "PATCH",
|
|
39
39
|
"PUT": "PUT",
|
|
40
|
-
"DELETE": "
|
|
41
|
-
"HEAD": "
|
|
40
|
+
"DELETE": "削除",
|
|
41
|
+
"HEAD": "頭"
|
|
42
42
|
}
|
package/src/i18n/nl.json
CHANGED
|
@@ -1,42 +1,42 @@
|
|
|
1
1
|
{
|
|
2
2
|
"Saastic": "Saastic",
|
|
3
|
-
"Revenue and churn analytics for Stripe": "
|
|
4
|
-
" You can find your project’s API key here: https://saastic.com/settings/developers": "
|
|
5
|
-
"Create or Update a Customer": "
|
|
6
|
-
"Create a Customer Charge": "
|
|
3
|
+
"Revenue and churn analytics for Stripe": "Omzet en kerk analytics voor Stripe",
|
|
4
|
+
" You can find your project’s API key here: https://saastic.com/settings/developers": " U kunt de API-sleutel van uw project hier vinden: https://saastic.com/settings/developers",
|
|
5
|
+
"Create or Update a Customer": "Een klant aanmaken of bijwerken",
|
|
6
|
+
"Create a Customer Charge": "Maak een klanttoeslag aan",
|
|
7
7
|
"Custom API Call": "Custom API Call",
|
|
8
|
-
"Create or update a customer.": "
|
|
9
|
-
"Creates a customer charge.": "
|
|
10
|
-
"Make a custom API call to a specific endpoint": "
|
|
11
|
-
"First Name": "
|
|
12
|
-
"Last Name": "
|
|
13
|
-
"Email": "
|
|
14
|
-
"Phone": "
|
|
15
|
-
"Signup Date": "
|
|
16
|
-
"Amount": "
|
|
17
|
-
"Currency": "
|
|
18
|
-
"Charge date": "
|
|
19
|
-
"Method": "
|
|
20
|
-
"Headers": "
|
|
21
|
-
"Query Parameters": "Query
|
|
22
|
-
"Body": "
|
|
23
|
-
"Response is Binary ?": "
|
|
24
|
-
"No Error on Failure": "
|
|
25
|
-
"Timeout (in seconds)": "
|
|
26
|
-
"The customer's first name.": "
|
|
27
|
-
"The customer's last name.": "
|
|
28
|
-
"The customer's email address.": "
|
|
29
|
-
"The customer's phone number. Ex: +15555555555": "
|
|
30
|
-
"The date the customer signed up.": "
|
|
31
|
-
"The amount charged in the smallest currency unit.": "
|
|
32
|
-
"The ISO currency code.": "
|
|
33
|
-
"The date the customer was charged.": "
|
|
34
|
-
"Authorization headers are injected automatically from your connection.": "
|
|
35
|
-
"Enable for files like PDFs, images, etc..": "
|
|
36
|
-
"GET": "
|
|
37
|
-
"POST": "
|
|
38
|
-
"PATCH": "
|
|
8
|
+
"Create or update a customer.": "Klant aanmaken of bijwerken.",
|
|
9
|
+
"Creates a customer charge.": "Maakt een klant toeslag aan.",
|
|
10
|
+
"Make a custom API call to a specific endpoint": "Maak een aangepaste API call naar een specifiek eindpunt",
|
|
11
|
+
"First Name": "Voornaam",
|
|
12
|
+
"Last Name": "Achternaam",
|
|
13
|
+
"Email": "E-mail",
|
|
14
|
+
"Phone": "Telefoonnummer",
|
|
15
|
+
"Signup Date": "Datum aanmelding",
|
|
16
|
+
"Amount": "Hoeveelheid",
|
|
17
|
+
"Currency": "valuta",
|
|
18
|
+
"Charge date": "Datum van betaling",
|
|
19
|
+
"Method": "Methode",
|
|
20
|
+
"Headers": "Kopteksten",
|
|
21
|
+
"Query Parameters": "Query parameters",
|
|
22
|
+
"Body": "Lichaam",
|
|
23
|
+
"Response is Binary ?": "Antwoord is binair?",
|
|
24
|
+
"No Error on Failure": "Geen fout bij fout",
|
|
25
|
+
"Timeout (in seconds)": "Time-out (in seconden)",
|
|
26
|
+
"The customer's first name.": "De klant's voornaam",
|
|
27
|
+
"The customer's last name.": "De klant's achternaam",
|
|
28
|
+
"The customer's email address.": "E-mailadres van de klant",
|
|
29
|
+
"The customer's phone number. Ex: +15555555555": "Het telefoonnummer van de klant. Bijv: +155555555",
|
|
30
|
+
"The date the customer signed up.": "De datum waarop de klant zich aangemeld heeft.",
|
|
31
|
+
"The amount charged in the smallest currency unit.": "Het bedrag in rekening gebracht in de kleinste valuta eenheid.",
|
|
32
|
+
"The ISO currency code.": "De ISO valuta code.",
|
|
33
|
+
"The date the customer was charged.": "De datum waarop de klant in rekening is gebracht.",
|
|
34
|
+
"Authorization headers are injected automatically from your connection.": "Autorisatie headers worden automatisch geïnjecteerd vanuit uw verbinding.",
|
|
35
|
+
"Enable for files like PDFs, images, etc..": "Inschakelen voor bestanden zoals PDF's, afbeeldingen etc..",
|
|
36
|
+
"GET": "KRIJG",
|
|
37
|
+
"POST": "POSTE",
|
|
38
|
+
"PATCH": "BEKIJK",
|
|
39
39
|
"PUT": "PUT",
|
|
40
|
-
"DELETE": "
|
|
41
|
-
"HEAD": "
|
|
40
|
+
"DELETE": "VERWIJDEREN",
|
|
41
|
+
"HEAD": "HOOFD"
|
|
42
42
|
}
|
package/src/i18n/pt.json
CHANGED
|
@@ -1,42 +1,42 @@
|
|
|
1
1
|
{
|
|
2
2
|
"Saastic": "Saastic",
|
|
3
|
-
"Revenue and churn analytics for Stripe": "
|
|
4
|
-
" You can find your project’s API key here: https://saastic.com/settings/developers": "
|
|
5
|
-
"Create or Update a Customer": "
|
|
6
|
-
"Create a Customer Charge": "
|
|
7
|
-
"Custom API Call": "
|
|
8
|
-
"Create or update a customer.": "
|
|
9
|
-
"Creates a customer charge.": "
|
|
10
|
-
"Make a custom API call to a specific endpoint": "
|
|
11
|
-
"First Name": "
|
|
12
|
-
"Last Name": "
|
|
13
|
-
"Email": "
|
|
14
|
-
"Phone": "
|
|
15
|
-
"Signup Date": "
|
|
16
|
-
"Amount": "
|
|
17
|
-
"Currency": "
|
|
18
|
-
"Charge date": "
|
|
19
|
-
"Method": "
|
|
20
|
-
"Headers": "
|
|
21
|
-
"Query Parameters": "
|
|
22
|
-
"Body": "
|
|
23
|
-
"Response is Binary ?": "
|
|
24
|
-
"No Error on Failure": "
|
|
25
|
-
"Timeout (in seconds)": "
|
|
26
|
-
"The customer's first name.": "
|
|
27
|
-
"The customer's last name.": "
|
|
28
|
-
"The customer's email address.": "
|
|
29
|
-
"The customer's phone number. Ex: +15555555555": "
|
|
30
|
-
"The date the customer signed up.": "
|
|
31
|
-
"The amount charged in the smallest currency unit.": "
|
|
32
|
-
"The ISO currency code.": "
|
|
33
|
-
"The date the customer was charged.": "
|
|
34
|
-
"Authorization headers are injected automatically from your connection.": "
|
|
35
|
-
"Enable for files like PDFs, images, etc..": "
|
|
36
|
-
"GET": "
|
|
37
|
-
"POST": "
|
|
38
|
-
"PATCH": "
|
|
39
|
-
"PUT": "
|
|
40
|
-
"DELETE": "
|
|
41
|
-
"HEAD": "
|
|
3
|
+
"Revenue and churn analytics for Stripe": "Receita e análise de igreja para Stripe",
|
|
4
|
+
" You can find your project’s API key here: https://saastic.com/settings/developers": " Você pode encontrar a chave da API do seu projeto aqui: https://saastic.com/settings/developers",
|
|
5
|
+
"Create or Update a Customer": "Criar ou atualizar um cliente",
|
|
6
|
+
"Create a Customer Charge": "Criar uma taxa de cliente",
|
|
7
|
+
"Custom API Call": "Chamada de API personalizada",
|
|
8
|
+
"Create or update a customer.": "Criar ou atualizar um cliente.",
|
|
9
|
+
"Creates a customer charge.": "Cria uma carga do cliente.",
|
|
10
|
+
"Make a custom API call to a specific endpoint": "Faça uma chamada de API personalizada para um ponto de extremidade específico",
|
|
11
|
+
"First Name": "Nome",
|
|
12
|
+
"Last Name": "Sobrenome",
|
|
13
|
+
"Email": "e-mail",
|
|
14
|
+
"Phone": "Smartphone",
|
|
15
|
+
"Signup Date": "Data da Inscrição",
|
|
16
|
+
"Amount": "Quantidade",
|
|
17
|
+
"Currency": "moeda",
|
|
18
|
+
"Charge date": "Data de cobrança",
|
|
19
|
+
"Method": "Método",
|
|
20
|
+
"Headers": "Cabeçalhos",
|
|
21
|
+
"Query Parameters": "Parâmetros da consulta",
|
|
22
|
+
"Body": "Conteúdo",
|
|
23
|
+
"Response is Binary ?": "A resposta é binária ?",
|
|
24
|
+
"No Error on Failure": "Nenhum erro no Failure",
|
|
25
|
+
"Timeout (in seconds)": "Tempo limite (em segundos)",
|
|
26
|
+
"The customer's first name.": "O primeiro nome do cliente.",
|
|
27
|
+
"The customer's last name.": "O sobrenome do cliente.",
|
|
28
|
+
"The customer's email address.": "E-mail do cliente",
|
|
29
|
+
"The customer's phone number. Ex: +15555555555": "Número de telefone do cliente. Ex: +1555555555555",
|
|
30
|
+
"The date the customer signed up.": "A data do cliente se inscreveu.",
|
|
31
|
+
"The amount charged in the smallest currency unit.": "A quantia cobrada na menor unidade de moeda.",
|
|
32
|
+
"The ISO currency code.": "O código de moeda ISO",
|
|
33
|
+
"The date the customer was charged.": "A data em que o cliente foi cobrado.",
|
|
34
|
+
"Authorization headers are injected automatically from your connection.": "Os cabeçalhos de autorização são inseridos automaticamente a partir da sua conexão.",
|
|
35
|
+
"Enable for files like PDFs, images, etc..": "Habilitar para arquivos como PDFs, imagens, etc..",
|
|
36
|
+
"GET": "OBTER",
|
|
37
|
+
"POST": "POSTAR",
|
|
38
|
+
"PATCH": "COMPRAR",
|
|
39
|
+
"PUT": "COLOCAR",
|
|
40
|
+
"DELETE": "EXCLUIR",
|
|
41
|
+
"HEAD": "CABEÇA"
|
|
42
42
|
}
|
package/src/i18n/zh.json
CHANGED
|
@@ -4,25 +4,25 @@
|
|
|
4
4
|
" You can find your project’s API key here: https://saastic.com/settings/developers": " You can find your project’s API key here: https://saastic.com/settings/developers",
|
|
5
5
|
"Create or Update a Customer": "Create or Update a Customer",
|
|
6
6
|
"Create a Customer Charge": "Create a Customer Charge",
|
|
7
|
-
"Custom API Call": "
|
|
7
|
+
"Custom API Call": "自定义 API 呼叫",
|
|
8
8
|
"Create or update a customer.": "Create or update a customer.",
|
|
9
9
|
"Creates a customer charge.": "Creates a customer charge.",
|
|
10
|
-
"Make a custom API call to a specific endpoint": "
|
|
10
|
+
"Make a custom API call to a specific endpoint": "将一个自定义 API 调用到一个特定的终点",
|
|
11
11
|
"First Name": "First Name",
|
|
12
|
-
"Last Name": "
|
|
13
|
-
"Email": "
|
|
12
|
+
"Last Name": "名字",
|
|
13
|
+
"Email": "电子邮件地址",
|
|
14
14
|
"Phone": "Phone",
|
|
15
15
|
"Signup Date": "Signup Date",
|
|
16
16
|
"Amount": "Amount",
|
|
17
17
|
"Currency": "Currency",
|
|
18
18
|
"Charge date": "Charge date",
|
|
19
|
-
"Method": "
|
|
20
|
-
"Headers": "
|
|
21
|
-
"Query Parameters": "
|
|
22
|
-
"Body": "
|
|
19
|
+
"Method": "方法",
|
|
20
|
+
"Headers": "信头",
|
|
21
|
+
"Query Parameters": "查询参数",
|
|
22
|
+
"Body": "正文内容",
|
|
23
23
|
"Response is Binary ?": "Response is Binary ?",
|
|
24
|
-
"No Error on Failure": "
|
|
25
|
-
"Timeout (in seconds)": "
|
|
24
|
+
"No Error on Failure": "失败时没有错误",
|
|
25
|
+
"Timeout (in seconds)": "超时(秒)",
|
|
26
26
|
"The customer's first name.": "The customer's first name.",
|
|
27
27
|
"The customer's last name.": "The customer's last name.",
|
|
28
28
|
"The customer's email address.": "The customer's email address.",
|
|
@@ -31,12 +31,12 @@
|
|
|
31
31
|
"The amount charged in the smallest currency unit.": "The amount charged in the smallest currency unit.",
|
|
32
32
|
"The ISO currency code.": "The ISO currency code.",
|
|
33
33
|
"The date the customer was charged.": "The date the customer was charged.",
|
|
34
|
-
"Authorization headers are injected automatically from your connection.": "
|
|
34
|
+
"Authorization headers are injected automatically from your connection.": "授权头自动从您的连接中注入。",
|
|
35
35
|
"Enable for files like PDFs, images, etc..": "Enable for files like PDFs, images, etc..",
|
|
36
|
-
"GET": "
|
|
37
|
-
"POST": "
|
|
36
|
+
"GET": "获取",
|
|
37
|
+
"POST": "帖子",
|
|
38
38
|
"PATCH": "PATCH",
|
|
39
|
-
"PUT": "
|
|
40
|
-
"DELETE": "
|
|
41
|
-
"HEAD": "
|
|
39
|
+
"PUT": "弹出",
|
|
40
|
+
"DELETE": "删除",
|
|
41
|
+
"HEAD": "黑色"
|
|
42
42
|
}
|