@activepieces/piece-stripe 0.5.12 → 0.5.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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@activepieces/piece-stripe",
3
- "version": "0.5.12",
3
+ "version": "0.5.13",
4
4
  "dependencies": {
5
5
  "@sinclair/typebox": "0.34.11",
6
6
  "axios": "1.8.3",
@@ -14,7 +14,7 @@
14
14
  "zod": "3.25.76",
15
15
  "@activepieces/pieces-common": "0.7.0",
16
16
  "@activepieces/pieces-framework": "0.18.4",
17
- "@activepieces/shared": "0.19.1",
17
+ "@activepieces/shared": "0.20.0",
18
18
  "tslib": "2.8.1"
19
19
  },
20
20
  "overrides": {
package/src/i18n/de.json CHANGED
@@ -1,79 +1,79 @@
1
1
  {
2
2
  "Stripe": "Stripe",
3
- "Online payment processing for internet businesses": "Online payment processing for internet businesses",
4
- "Secret key acquired from your Stripe dashboard": "Secret key acquired from your Stripe dashboard",
5
- "Create Customer": "Create Customer",
6
- "Create Invoice": "Create Invoice",
7
- "Search Customer": "Search Customer",
8
- "Search Subscriptions": "Search Subscriptions",
9
- "Retrieve Customer": "Retrieve Customer",
10
- "Custom API Call": "Custom API Call",
11
- "Create a customer in stripe": "Create a customer in stripe",
12
- "Create an Invoice in stripe": "Create an Invoice in stripe",
13
- "Search for a customer in stripe by email": "Search for a customer in stripe by email",
14
- "Search for subscriptions by price ID, status, customer ID and other filters, including customer details": "Search for subscriptions by price ID, status, customer ID and other filters, including customer details",
15
- "Retrieve a customer in stripe by id": "Retrieve a customer in stripe by id",
16
- "Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
17
- "Email": "Email",
3
+ "Online payment processing for internet businesses": "Online-Zahlungsabwicklung für Internetunternehmen",
4
+ "Secret key acquired from your Stripe dashboard": "Geheimer Schlüssel, der von Ihrem Stripe-Dashboard übernommen wurde",
5
+ "Create Customer": "Kunde erstellen",
6
+ "Create Invoice": "Rechnung erstellen",
7
+ "Search Customer": "Kunden suchen",
8
+ "Search Subscriptions": "Abonnements durchsuchen",
9
+ "Retrieve Customer": "Kunde abrufen",
10
+ "Custom API Call": "Eigener API-Aufruf",
11
+ "Create a customer in stripe": "Kunde in Streifen erstellen",
12
+ "Create an Invoice in stripe": "Rechnung in Streifen erstellen",
13
+ "Search for a customer in stripe by email": "Suche nach einem Kunden in Streifen per E-Mail",
14
+ "Search for subscriptions by price ID, status, customer ID and other filters, including customer details": "Suche nach Abonnements nach Preis-ID, Status, Kunden-ID und anderen Filtern, einschließlich der Kundendetails",
15
+ "Retrieve a customer in stripe by id": "Abrufen eines Kunden in Streifen mit Id",
16
+ "Make a custom API call to a specific endpoint": "Einen benutzerdefinierten API-Aufruf an einen bestimmten Endpunkt machen",
17
+ "Email": "E-Mail",
18
18
  "Name": "Name",
19
- "Description": "Description",
20
- "Phone": "Phone",
21
- "Address Line 1": "Address Line 1",
22
- "Postal Code": "Postal Code",
23
- "City": "City",
24
- "State": "State",
25
- "Country": "Country",
26
- "Customer ID": "Customer ID",
27
- "Currency": "Currency",
28
- "Price IDs": "Price IDs",
29
- "Subscription Status": "Subscription Status",
30
- "Created After": "Created After",
31
- "Created Before": "Created Before",
19
+ "Description": "Beschreibung",
20
+ "Phone": "Telefon",
21
+ "Address Line 1": "Adresszeile 1",
22
+ "Postal Code": "Postleitzahl",
23
+ "City": "Stadt",
24
+ "State": "Bundesland",
25
+ "Country": "Land",
26
+ "Customer ID": "Kunden-ID",
27
+ "Currency": "Währung",
28
+ "Price IDs": "Preis-IDs",
29
+ "Subscription Status": "Abonnementstatus",
30
+ "Created After": "Erstellt nach",
31
+ "Created Before": "Erstellt vor",
32
32
  "Limit": "Limit",
33
- "Fetch All Results": "Fetch All Results",
34
- "Include Customer Details": "Include Customer Details",
33
+ "Fetch All Results": "Alle Ergebnisse abrufen",
34
+ "Include Customer Details": "Kundendaten einbeziehen",
35
35
  "ID": "ID",
36
- "Method": "Method",
37
- "Headers": "Headers",
38
- "Query Parameters": "Query Parameters",
39
- "Body": "Body",
40
- "Response is Binary ?": "Response is Binary ?",
41
- "No Error on Failure": "No Error on Failure",
42
- "Timeout (in seconds)": "Timeout (in seconds)",
43
- "Stripe Customer ID": "Stripe Customer ID",
44
- "Currency for the invoice (e.g., USD)": "Currency for the invoice (e.g., USD)",
45
- "Description for the invoice": "Description for the invoice",
46
- "Comma-separated list of price IDs to filter by (e.g., price_1ABC123, price_2DEF456)": "Comma-separated list of price IDs to filter by (e.g., price_1ABC123, price_2DEF456)",
47
- "Filter by subscription status": "Filter by subscription status",
48
- "Filter by specific customer ID (optional)": "Filter by specific customer ID (optional)",
49
- "Filter subscriptions created after this date (YYYY-MM-DD format)": "Filter subscriptions created after this date (YYYY-MM-DD format)",
50
- "Filter subscriptions created before this date (YYYY-MM-DD format)": "Filter subscriptions created before this date (YYYY-MM-DD format)",
51
- "Maximum number of subscriptions to return (default: 100, set to 0 for all)": "Maximum number of subscriptions to return (default: 100, set to 0 for all)",
52
- "Fetch all matching subscriptions (ignores limit, may take longer for large datasets)": "Fetch all matching subscriptions (ignores limit, may take longer for large datasets)",
53
- "Fetch detailed customer information for each subscription": "Fetch detailed customer information for each subscription",
54
- "Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
55
- "Enable for files like PDFs, images, etc..": "Enable for files like PDFs, images, etc..",
56
- "All Statuses": "All Statuses",
57
- "Active": "Active",
58
- "Past Due": "Past Due",
59
- "Unpaid": "Unpaid",
60
- "Canceled": "Canceled",
61
- "Incomplete": "Incomplete",
62
- "Incomplete Expired": "Incomplete Expired",
63
- "Trialing": "Trialing",
64
- "Paused": "Paused",
65
- "GET": "GET",
36
+ "Method": "Methode",
37
+ "Headers": "Kopfzeilen",
38
+ "Query Parameters": "Abfrageparameter",
39
+ "Body": "Körper",
40
+ "Response is Binary ?": "Antwort ist binär?",
41
+ "No Error on Failure": "Kein Fehler bei Fehler",
42
+ "Timeout (in seconds)": "Timeout (in Sekunden)",
43
+ "Stripe Customer ID": "Stripe-Kunden-ID",
44
+ "Currency for the invoice (e.g., USD)": "Währung für die Rechnung (z. B. USD)",
45
+ "Description for the invoice": "Beschreibung der Rechnung",
46
+ "Comma-separated list of price IDs to filter by (e.g., price_1ABC123, price_2DEF456)": "Komma-getrennte Liste der zu filternden Preise (z.B.: price_1ABC123, price_2DEF456)",
47
+ "Filter by subscription status": "Nach Abonnementstatus filtern",
48
+ "Filter by specific customer ID (optional)": "Nach Kunden-ID filtern (optional)",
49
+ "Filter subscriptions created after this date (YYYY-MM-DD format)": "Filterabonnements erstellt nach diesem Datum (Format JJJJ-MM-TT)",
50
+ "Filter subscriptions created before this date (YYYY-MM-DD format)": "Filterabonnements erstellt vor diesem Datum (Format JJJJ-MM-TT)",
51
+ "Maximum number of subscriptions to return (default: 100, set to 0 for all)": "Maximale Anzahl der zurückzugebenden Abonnements (Standard: 100, auf 0 für alle gesetzt)",
52
+ "Fetch all matching subscriptions (ignores limit, may take longer for large datasets)": "Holen Sie sich alle passenden Abonnements (ignoriert Limit, kann länger dauern für große Daten)",
53
+ "Fetch detailed customer information for each subscription": "Rufe detaillierte Kundeninformationen für jedes Abonnement ab",
54
+ "Authorization headers are injected automatically from your connection.": "Autorisierungs-Header werden automatisch von Ihrer Verbindung injiziert.",
55
+ "Enable for files like PDFs, images, etc..": "Aktivieren für Dateien wie PDFs, Bilder, etc..",
56
+ "All Statuses": "Alle Status",
57
+ "Active": "Aktiv",
58
+ "Past Due": "Vergangene Fälligkeit",
59
+ "Unpaid": "Unbezahlt",
60
+ "Canceled": "Abgebrochen",
61
+ "Incomplete": "Unvollständig",
62
+ "Incomplete Expired": "Unvollständig abgelaufen",
63
+ "Trialing": "Übung",
64
+ "Paused": "Pausiert",
65
+ "GET": "ERHALTEN",
66
66
  "POST": "POST",
67
67
  "PATCH": "PATCH",
68
68
  "PUT": "PUT",
69
- "DELETE": "DELETE",
69
+ "DELETE": "LÖSCHEN",
70
70
  "HEAD": "HEAD",
71
- "New Payment": "New Payment",
72
- "New Customer": "New Customer",
73
- "Payment Failed": "Payment Failed",
74
- "New Subscription": "New Subscription",
75
- "Triggers when a new payment is made": "Triggers when a new payment is made",
76
- "Triggers when a new customer is created": "Triggers when a new customer is created",
77
- "Triggers when a payment fails": "Triggers when a payment fails",
78
- "Triggers when a new subscription is made": "Triggers when a new subscription is made"
71
+ "New Payment": "Neue Zahlung",
72
+ "New Customer": "Neuer Kunde",
73
+ "Payment Failed": "Zahlung fehlgeschlagen",
74
+ "New Subscription": "Neues Abonnement",
75
+ "Triggers when a new payment is made": "Wird ausgelöst, wenn eine neue Zahlung erfolgt",
76
+ "Triggers when a new customer is created": "Wird ausgelöst, wenn ein neuer Kunde erstellt wird",
77
+ "Triggers when a payment fails": "Wird ausgelöst, wenn eine Zahlung fehlgeschlagen ist",
78
+ "Triggers when a new subscription is made": "Wird ausgelöst, wenn ein neues Abonnement abgeschlossen wird"
79
79
  }
package/src/i18n/es.json CHANGED
@@ -1,79 +1,79 @@
1
1
  {
2
2
  "Stripe": "Stripe",
3
- "Online payment processing for internet businesses": "Online payment processing for internet businesses",
4
- "Secret key acquired from your Stripe dashboard": "Secret key acquired from your Stripe dashboard",
5
- "Create Customer": "Create Customer",
6
- "Create Invoice": "Create Invoice",
7
- "Search Customer": "Search Customer",
8
- "Search Subscriptions": "Search Subscriptions",
9
- "Retrieve Customer": "Retrieve Customer",
10
- "Custom API Call": "Custom API Call",
11
- "Create a customer in stripe": "Create a customer in stripe",
12
- "Create an Invoice in stripe": "Create an Invoice in stripe",
13
- "Search for a customer in stripe by email": "Search for a customer in stripe by email",
14
- "Search for subscriptions by price ID, status, customer ID and other filters, including customer details": "Search for subscriptions by price ID, status, customer ID and other filters, including customer details",
15
- "Retrieve a customer in stripe by id": "Retrieve a customer in stripe by id",
16
- "Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
17
- "Email": "Email",
18
- "Name": "Name",
19
- "Description": "Description",
20
- "Phone": "Phone",
21
- "Address Line 1": "Address Line 1",
22
- "Postal Code": "Postal Code",
23
- "City": "City",
24
- "State": "State",
25
- "Country": "Country",
26
- "Customer ID": "Customer ID",
27
- "Currency": "Currency",
28
- "Price IDs": "Price IDs",
29
- "Subscription Status": "Subscription Status",
30
- "Created After": "Created After",
31
- "Created Before": "Created Before",
32
- "Limit": "Limit",
33
- "Fetch All Results": "Fetch All Results",
34
- "Include Customer Details": "Include Customer Details",
3
+ "Online payment processing for internet businesses": "Procesamiento de pagos en línea para empresas de Internet",
4
+ "Secret key acquired from your Stripe dashboard": "Clave secreta adquirida de tu panel de control de Stripe",
5
+ "Create Customer": "Crear cliente",
6
+ "Create Invoice": "Crear factura",
7
+ "Search Customer": "Buscar cliente",
8
+ "Search Subscriptions": "Buscar suscripciones",
9
+ "Retrieve Customer": "Recuperar cliente",
10
+ "Custom API Call": "Llamada API personalizada",
11
+ "Create a customer in stripe": "Crear un cliente en stripe",
12
+ "Create an Invoice in stripe": "Crear una factura en raya",
13
+ "Search for a customer in stripe by email": "Buscar un cliente en stripe por correo electrónico",
14
+ "Search for subscriptions by price ID, status, customer ID and other filters, including customer details": "Buscar suscripciones por ID de precio, estado, ID de cliente y otros filtros, incluyendo detalles del cliente",
15
+ "Retrieve a customer in stripe by id": "Recuperar un cliente en stripe por id",
16
+ "Make a custom API call to a specific endpoint": "Hacer una llamada API personalizada a un extremo específico",
17
+ "Email": "E-mail",
18
+ "Name": "Nombre",
19
+ "Description": "Descripción",
20
+ "Phone": "Teléfono",
21
+ "Address Line 1": "Dirección línea 1",
22
+ "Postal Code": "Código postal",
23
+ "City": "Ciudad",
24
+ "State": "Estado",
25
+ "Country": "País",
26
+ "Customer ID": "ID del cliente",
27
+ "Currency": "Moneda",
28
+ "Price IDs": "ID de precio",
29
+ "Subscription Status": "Estado de la suscripción",
30
+ "Created After": "Creado después de",
31
+ "Created Before": "Creado antes",
32
+ "Limit": "Límite",
33
+ "Fetch All Results": "Obtener todos los resultados",
34
+ "Include Customer Details": "Incluye detalles del cliente",
35
35
  "ID": "ID",
36
- "Method": "Method",
37
- "Headers": "Headers",
38
- "Query Parameters": "Query Parameters",
39
- "Body": "Body",
40
- "Response is Binary ?": "Response is Binary ?",
41
- "No Error on Failure": "No Error on Failure",
42
- "Timeout (in seconds)": "Timeout (in seconds)",
43
- "Stripe Customer ID": "Stripe Customer ID",
44
- "Currency for the invoice (e.g., USD)": "Currency for the invoice (e.g., USD)",
45
- "Description for the invoice": "Description for the invoice",
46
- "Comma-separated list of price IDs to filter by (e.g., price_1ABC123, price_2DEF456)": "Comma-separated list of price IDs to filter by (e.g., price_1ABC123, price_2DEF456)",
47
- "Filter by subscription status": "Filter by subscription status",
48
- "Filter by specific customer ID (optional)": "Filter by specific customer ID (optional)",
49
- "Filter subscriptions created after this date (YYYY-MM-DD format)": "Filter subscriptions created after this date (YYYY-MM-DD format)",
50
- "Filter subscriptions created before this date (YYYY-MM-DD format)": "Filter subscriptions created before this date (YYYY-MM-DD format)",
51
- "Maximum number of subscriptions to return (default: 100, set to 0 for all)": "Maximum number of subscriptions to return (default: 100, set to 0 for all)",
52
- "Fetch all matching subscriptions (ignores limit, may take longer for large datasets)": "Fetch all matching subscriptions (ignores limit, may take longer for large datasets)",
53
- "Fetch detailed customer information for each subscription": "Fetch detailed customer information for each subscription",
54
- "Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
55
- "Enable for files like PDFs, images, etc..": "Enable for files like PDFs, images, etc..",
56
- "All Statuses": "All Statuses",
57
- "Active": "Active",
58
- "Past Due": "Past Due",
59
- "Unpaid": "Unpaid",
60
- "Canceled": "Canceled",
61
- "Incomplete": "Incomplete",
62
- "Incomplete Expired": "Incomplete Expired",
63
- "Trialing": "Trialing",
64
- "Paused": "Paused",
65
- "GET": "GET",
36
+ "Method": "Método",
37
+ "Headers": "Encabezados",
38
+ "Query Parameters": "Parámetros de consulta",
39
+ "Body": "Cuerpo",
40
+ "Response is Binary ?": "¿Respuesta es binaria?",
41
+ "No Error on Failure": "No hay ningún error en fallo",
42
+ "Timeout (in seconds)": "Tiempo de espera (en segundos)",
43
+ "Stripe Customer ID": "ID de cliente de Stripe",
44
+ "Currency for the invoice (e.g., USD)": "Moneda para la factura (por ejemplo, USD)",
45
+ "Description for the invoice": "Descripción de la factura",
46
+ "Comma-separated list of price IDs to filter by (e.g., price_1ABC123, price_2DEF456)": "Lista separada por comas de IDs de precios por los cuales filtrar (por ejemplo, precio_1ABC123, precio_2DEF456)",
47
+ "Filter by subscription status": "Filtrar por estado de suscripción",
48
+ "Filter by specific customer ID (optional)": "Filtrar por ID de cliente específico (opcional)",
49
+ "Filter subscriptions created after this date (YYYY-MM-DD format)": "Filtrar suscripciones creadas después de esta fecha (formato YYYY-MM-DD)",
50
+ "Filter subscriptions created before this date (YYYY-MM-DD format)": "Filtrar suscripciones creadas antes de esta fecha (formato AAYY-MM-DD)",
51
+ "Maximum number of subscriptions to return (default: 100, set to 0 for all)": "Número máximo de suscripciones a devolver (por defecto: 100, establecido en 0 para todos)",
52
+ "Fetch all matching subscriptions (ignores limit, may take longer for large datasets)": "Obtener todas las suscripciones coincidentes (ignora el límite, puede tardar más en los conjuntos de datos grandes)",
53
+ "Fetch detailed customer information for each subscription": "Obtener información detallada del cliente para cada suscripción",
54
+ "Authorization headers are injected automatically from your connection.": "Las cabeceras de autorización se inyectan automáticamente desde tu conexión.",
55
+ "Enable for files like PDFs, images, etc..": "Activar para archivos como PDFs, imágenes, etc.",
56
+ "All Statuses": "Todos los estados",
57
+ "Active": "Activo",
58
+ "Past Due": "Últimas fechas",
59
+ "Unpaid": "No pagado",
60
+ "Canceled": "Cancelado",
61
+ "Incomplete": "Incompleto",
62
+ "Incomplete Expired": "Expirado incompleto",
63
+ "Trialing": "Prueba",
64
+ "Paused": "Pausado",
65
+ "GET": "RECOGER",
66
66
  "POST": "POST",
67
67
  "PATCH": "PATCH",
68
68
  "PUT": "PUT",
69
- "DELETE": "DELETE",
70
- "HEAD": "HEAD",
71
- "New Payment": "New Payment",
72
- "New Customer": "New Customer",
73
- "Payment Failed": "Payment Failed",
74
- "New Subscription": "New Subscription",
75
- "Triggers when a new payment is made": "Triggers when a new payment is made",
76
- "Triggers when a new customer is created": "Triggers when a new customer is created",
77
- "Triggers when a payment fails": "Triggers when a payment fails",
78
- "Triggers when a new subscription is made": "Triggers when a new subscription is made"
69
+ "DELETE": "BORRAR",
70
+ "HEAD": "LIMPIO",
71
+ "New Payment": "Nuevo pago",
72
+ "New Customer": "Nuevo cliente",
73
+ "Payment Failed": "Pago fallido",
74
+ "New Subscription": "Nueva Suscripción",
75
+ "Triggers when a new payment is made": "Dispara cuando se realiza un nuevo pago",
76
+ "Triggers when a new customer is created": "Dispara cuando se crea un nuevo cliente",
77
+ "Triggers when a payment fails": "Dispara cuando un pago falla",
78
+ "Triggers when a new subscription is made": "Dispara cuando se hace una nueva suscripción"
79
79
  }
package/src/i18n/fr.json CHANGED
@@ -1,79 +1,79 @@
1
1
  {
2
2
  "Stripe": "Stripe",
3
- "Online payment processing for internet businesses": "Online payment processing for internet businesses",
4
- "Secret key acquired from your Stripe dashboard": "Secret key acquired from your Stripe dashboard",
5
- "Create Customer": "Create Customer",
6
- "Create Invoice": "Create Invoice",
7
- "Search Customer": "Search Customer",
8
- "Search Subscriptions": "Search Subscriptions",
9
- "Retrieve Customer": "Retrieve Customer",
10
- "Custom API Call": "Custom API Call",
11
- "Create a customer in stripe": "Create a customer in stripe",
12
- "Create an Invoice in stripe": "Create an Invoice in stripe",
13
- "Search for a customer in stripe by email": "Search for a customer in stripe by email",
14
- "Search for subscriptions by price ID, status, customer ID and other filters, including customer details": "Search for subscriptions by price ID, status, customer ID and other filters, including customer details",
15
- "Retrieve a customer in stripe by id": "Retrieve a customer in stripe by id",
16
- "Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
17
- "Email": "Email",
18
- "Name": "Name",
19
- "Description": "Description",
20
- "Phone": "Phone",
21
- "Address Line 1": "Address Line 1",
22
- "Postal Code": "Postal Code",
23
- "City": "City",
24
- "State": "State",
25
- "Country": "Country",
26
- "Customer ID": "Customer ID",
27
- "Currency": "Currency",
28
- "Price IDs": "Price IDs",
29
- "Subscription Status": "Subscription Status",
30
- "Created After": "Created After",
31
- "Created Before": "Created Before",
32
- "Limit": "Limit",
33
- "Fetch All Results": "Fetch All Results",
34
- "Include Customer Details": "Include Customer Details",
3
+ "Online payment processing for internet businesses": "Traitement des paiements en ligne pour les entreprises en ligne",
4
+ "Secret key acquired from your Stripe dashboard": "Clé secrète obtenue à partir de votre tableau de bord Stripe",
5
+ "Create Customer": "Créer un client",
6
+ "Create Invoice": "Créer une facture",
7
+ "Search Customer": "Rechercher un client",
8
+ "Search Subscriptions": "Rechercher dans les abonnements",
9
+ "Retrieve Customer": "Récupérer le client",
10
+ "Custom API Call": "Appel d'API personnalisé",
11
+ "Create a customer in stripe": "Créer un client dans Stripe",
12
+ "Create an Invoice in stripe": "Créer une facture en bande",
13
+ "Search for a customer in stripe by email": "Rechercher un client dans Stripe par e-mail",
14
+ "Search for subscriptions by price ID, status, customer ID and other filters, including customer details": "Rechercher des abonnements par ID de prix, statut, ID client et autres filtres, y compris les détails du client",
15
+ "Retrieve a customer in stripe by id": "Récupérer un client en stripe par id",
16
+ "Make a custom API call to a specific endpoint": "Passer un appel API personnalisé à un endpoint spécifique",
17
+ "Email": "Courriel",
18
+ "Name": "Nom",
19
+ "Description": "Libellé",
20
+ "Phone": "Téléphone",
21
+ "Address Line 1": "Adresse ligne 1",
22
+ "Postal Code": "Code postal",
23
+ "City": "Ville",
24
+ "State": "État",
25
+ "Country": "Pays",
26
+ "Customer ID": "ID du client",
27
+ "Currency": "Devise",
28
+ "Price IDs": "ID de prix",
29
+ "Subscription Status": "Statut de l'abonnement",
30
+ "Created After": "Créé après",
31
+ "Created Before": "Créé avant",
32
+ "Limit": "Limite",
33
+ "Fetch All Results": "Récupérer tous les résultats",
34
+ "Include Customer Details": "Inclure les informations du client",
35
35
  "ID": "ID",
36
- "Method": "Method",
37
- "Headers": "Headers",
38
- "Query Parameters": "Query Parameters",
39
- "Body": "Body",
40
- "Response is Binary ?": "Response is Binary ?",
41
- "No Error on Failure": "No Error on Failure",
42
- "Timeout (in seconds)": "Timeout (in seconds)",
43
- "Stripe Customer ID": "Stripe Customer ID",
44
- "Currency for the invoice (e.g., USD)": "Currency for the invoice (e.g., USD)",
45
- "Description for the invoice": "Description for the invoice",
46
- "Comma-separated list of price IDs to filter by (e.g., price_1ABC123, price_2DEF456)": "Comma-separated list of price IDs to filter by (e.g., price_1ABC123, price_2DEF456)",
47
- "Filter by subscription status": "Filter by subscription status",
48
- "Filter by specific customer ID (optional)": "Filter by specific customer ID (optional)",
49
- "Filter subscriptions created after this date (YYYY-MM-DD format)": "Filter subscriptions created after this date (YYYY-MM-DD format)",
50
- "Filter subscriptions created before this date (YYYY-MM-DD format)": "Filter subscriptions created before this date (YYYY-MM-DD format)",
51
- "Maximum number of subscriptions to return (default: 100, set to 0 for all)": "Maximum number of subscriptions to return (default: 100, set to 0 for all)",
52
- "Fetch all matching subscriptions (ignores limit, may take longer for large datasets)": "Fetch all matching subscriptions (ignores limit, may take longer for large datasets)",
53
- "Fetch detailed customer information for each subscription": "Fetch detailed customer information for each subscription",
54
- "Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
55
- "Enable for files like PDFs, images, etc..": "Enable for files like PDFs, images, etc..",
56
- "All Statuses": "All Statuses",
57
- "Active": "Active",
58
- "Past Due": "Past Due",
59
- "Unpaid": "Unpaid",
60
- "Canceled": "Canceled",
61
- "Incomplete": "Incomplete",
62
- "Incomplete Expired": "Incomplete Expired",
63
- "Trialing": "Trialing",
64
- "Paused": "Paused",
36
+ "Method": "Méthode",
37
+ "Headers": "En-têtes",
38
+ "Query Parameters": "Paramètres de requête",
39
+ "Body": "Corps",
40
+ "Response is Binary ?": "La réponse est Binaire ?",
41
+ "No Error on Failure": "Aucune erreur en cas d'échec",
42
+ "Timeout (in seconds)": "Délai d'expiration (en secondes)",
43
+ "Stripe Customer ID": "ID client Stripe",
44
+ "Currency for the invoice (e.g., USD)": "Devise de la facture (par exemple, USD)",
45
+ "Description for the invoice": "Description de la facture",
46
+ "Comma-separated list of price IDs to filter by (e.g., price_1ABC123, price_2DEF456)": "Liste des ID de prix à filtrer par des virgules (par exemple, price_1ABC123, price_2DEF456)",
47
+ "Filter by subscription status": "Filtrer par statut d'abonnement",
48
+ "Filter by specific customer ID (optional)": "Filtrer par ID client spécifique (facultatif)",
49
+ "Filter subscriptions created after this date (YYYY-MM-DD format)": "Filtrer les abonnements créés après cette date (format AAAA-MM-JJ)",
50
+ "Filter subscriptions created before this date (YYYY-MM-DD format)": "Filtrer les abonnements créés avant cette date (format AAAA-MM-JJ)",
51
+ "Maximum number of subscriptions to return (default: 100, set to 0 for all)": "Nombre maximum d'abonnements à retourner (par défaut: 100, défini à 0 pour tous)",
52
+ "Fetch all matching subscriptions (ignores limit, may take longer for large datasets)": "Récupérer tous les abonnements correspondants (ignore la limite, peut prendre plus de temps pour les grands jeux de données)",
53
+ "Fetch detailed customer information for each subscription": "Récupérer les informations détaillées sur le client pour chaque abonnement",
54
+ "Authorization headers are injected automatically from your connection.": "Les en-têtes d'autorisation sont injectés automatiquement à partir de votre connexion.",
55
+ "Enable for files like PDFs, images, etc..": "Activer pour les fichiers comme les PDFs, les images, etc.",
56
+ "All Statuses": "Tous les statuts",
57
+ "Active": "Actif",
58
+ "Past Due": "Échéance passée",
59
+ "Unpaid": "Non payé",
60
+ "Canceled": "Annulé",
61
+ "Incomplete": "Incomplet",
62
+ "Incomplete Expired": "Incomplet expiré",
63
+ "Trialing": "Essai en cours",
64
+ "Paused": "En pause",
65
65
  "GET": "GET",
66
66
  "POST": "POST",
67
67
  "PATCH": "PATCH",
68
68
  "PUT": "PUT",
69
69
  "DELETE": "DELETE",
70
70
  "HEAD": "HEAD",
71
- "New Payment": "New Payment",
72
- "New Customer": "New Customer",
73
- "Payment Failed": "Payment Failed",
74
- "New Subscription": "New Subscription",
75
- "Triggers when a new payment is made": "Triggers when a new payment is made",
76
- "Triggers when a new customer is created": "Triggers when a new customer is created",
77
- "Triggers when a payment fails": "Triggers when a payment fails",
78
- "Triggers when a new subscription is made": "Triggers when a new subscription is made"
71
+ "New Payment": "Nouveau paiement",
72
+ "New Customer": "Nouveau client",
73
+ "Payment Failed": "Échec du paiement",
74
+ "New Subscription": "Nouvel abonnement",
75
+ "Triggers when a new payment is made": "Déclenche quand un nouveau paiement est effectué",
76
+ "Triggers when a new customer is created": "Déclenche lorsqu'un nouveau client est créé",
77
+ "Triggers when a payment fails": "Déclenche lorsqu'un paiement échoue",
78
+ "Triggers when a new subscription is made": "Déclenche quand un nouvel abonnement est fait"
79
79
  }
package/src/i18n/ja.json CHANGED
@@ -1,79 +1,79 @@
1
1
  {
2
2
  "Stripe": "Stripe",
3
- "Online payment processing for internet businesses": "Online payment processing for internet businesses",
4
- "Secret key acquired from your Stripe dashboard": "Secret key acquired from your Stripe dashboard",
5
- "Create Customer": "Create Customer",
6
- "Create Invoice": "Create Invoice",
7
- "Search Customer": "Search Customer",
8
- "Search Subscriptions": "Search Subscriptions",
9
- "Retrieve Customer": "Retrieve Customer",
10
- "Custom API Call": "Custom API Call",
11
- "Create a customer in stripe": "Create a customer in stripe",
12
- "Create an Invoice in stripe": "Create an Invoice in stripe",
13
- "Search for a customer in stripe by email": "Search for a customer in stripe by email",
14
- "Search for subscriptions by price ID, status, customer ID and other filters, including customer details": "Search for subscriptions by price ID, status, customer ID and other filters, including customer details",
15
- "Retrieve a customer in stripe by id": "Retrieve a customer in stripe by id",
16
- "Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
17
- "Email": "Email",
18
- "Name": "Name",
19
- "Description": "Description",
20
- "Phone": "Phone",
21
- "Address Line 1": "Address Line 1",
22
- "Postal Code": "Postal Code",
23
- "City": "City",
24
- "State": "State",
25
- "Country": "Country",
26
- "Customer ID": "Customer ID",
27
- "Currency": "Currency",
28
- "Price IDs": "Price IDs",
29
- "Subscription Status": "Subscription Status",
30
- "Created After": "Created After",
31
- "Created Before": "Created Before",
32
- "Limit": "Limit",
33
- "Fetch All Results": "Fetch All Results",
34
- "Include Customer Details": "Include Customer Details",
3
+ "Online payment processing for internet businesses": "インターネットビジネスのためのオンライン決済処理",
4
+ "Secret key acquired from your Stripe dashboard": "Stripeダッシュボードからシークレットキーを取得しました",
5
+ "Create Customer": "顧客を作成",
6
+ "Create Invoice": "請求書を作成",
7
+ "Search Customer": "顧客を検索",
8
+ "Search Subscriptions": "サブスクリプションを検索",
9
+ "Retrieve Customer": "顧客の取得",
10
+ "Custom API Call": "カスタムAPI通話",
11
+ "Create a customer in stripe": "Stripeで顧客を作成する",
12
+ "Create an Invoice in stripe": "Stripeで請求書を作成",
13
+ "Search for a customer in stripe by email": "Stripeの顧客を電子メールで検索",
14
+ "Search for subscriptions by price ID, status, customer ID and other filters, including customer details": "価格ID、ステータス、顧客ID、および顧客詳細を含むその他のフィルターでサブスクリプションを検索します",
15
+ "Retrieve a customer in stripe by id": "Stripe id で顧客を取得する",
16
+ "Make a custom API call to a specific endpoint": "特定のエンドポイントへのカスタム API コールを実行します。",
17
+ "Email": "Eメールアドレス",
18
+ "Name": "名前",
19
+ "Description": "説明",
20
+ "Phone": "電話番号",
21
+ "Address Line 1": "住所1",
22
+ "Postal Code": "郵便番号",
23
+ "City": "市区町村名",
24
+ "State": "都道府県:",
25
+ "Country": "",
26
+ "Customer ID": "顧客 ID",
27
+ "Currency": "通貨",
28
+ "Price IDs": "価格ID",
29
+ "Subscription Status": "サブスクリプションステータス",
30
+ "Created After": "作成後",
31
+ "Created Before": "作成前",
32
+ "Limit": "制限",
33
+ "Fetch All Results": "すべての結果を取得",
34
+ "Include Customer Details": "顧客詳細を含める",
35
35
  "ID": "ID",
36
- "Method": "Method",
37
- "Headers": "Headers",
38
- "Query Parameters": "Query Parameters",
39
- "Body": "Body",
40
- "Response is Binary ?": "Response is Binary ?",
41
- "No Error on Failure": "No Error on Failure",
42
- "Timeout (in seconds)": "Timeout (in seconds)",
36
+ "Method": "方法",
37
+ "Headers": "ヘッダー",
38
+ "Query Parameters": "クエリパラメータ",
39
+ "Body": "本文",
40
+ "Response is Binary ?": "応答はバイナリですか?",
41
+ "No Error on Failure": "失敗時にエラーはありません",
42
+ "Timeout (in seconds)": "タイムアウト(秒)",
43
43
  "Stripe Customer ID": "Stripe Customer ID",
44
- "Currency for the invoice (e.g., USD)": "Currency for the invoice (e.g., USD)",
45
- "Description for the invoice": "Description for the invoice",
46
- "Comma-separated list of price IDs to filter by (e.g., price_1ABC123, price_2DEF456)": "Comma-separated list of price IDs to filter by (e.g., price_1ABC123, price_2DEF456)",
47
- "Filter by subscription status": "Filter by subscription status",
48
- "Filter by specific customer ID (optional)": "Filter by specific customer ID (optional)",
49
- "Filter subscriptions created after this date (YYYY-MM-DD format)": "Filter subscriptions created after this date (YYYY-MM-DD format)",
50
- "Filter subscriptions created before this date (YYYY-MM-DD format)": "Filter subscriptions created before this date (YYYY-MM-DD format)",
51
- "Maximum number of subscriptions to return (default: 100, set to 0 for all)": "Maximum number of subscriptions to return (default: 100, set to 0 for all)",
52
- "Fetch all matching subscriptions (ignores limit, may take longer for large datasets)": "Fetch all matching subscriptions (ignores limit, may take longer for large datasets)",
53
- "Fetch detailed customer information for each subscription": "Fetch detailed customer information for each subscription",
54
- "Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
55
- "Enable for files like PDFs, images, etc..": "Enable for files like PDFs, images, etc..",
56
- "All Statuses": "All Statuses",
57
- "Active": "Active",
58
- "Past Due": "Past Due",
59
- "Unpaid": "Unpaid",
60
- "Canceled": "Canceled",
61
- "Incomplete": "Incomplete",
62
- "Incomplete Expired": "Incomplete Expired",
63
- "Trialing": "Trialing",
64
- "Paused": "Paused",
65
- "GET": "GET",
44
+ "Currency for the invoice (e.g., USD)": "請求書の通貨 (例: 米ドル)",
45
+ "Description for the invoice": "請求書の説明",
46
+ "Comma-separated list of price IDs to filter by (e.g., price_1ABC123, price_2DEF456)": "フィルタする価格IDのカンマ区切りリスト (例: price_1ABC123, price_2DEF456)",
47
+ "Filter by subscription status": "購読状態でフィルター",
48
+ "Filter by specific customer ID (optional)": "特定の顧客IDでフィルター (オプション)",
49
+ "Filter subscriptions created after this date (YYYY-MM-DD format)": "この日付(YYYY-MM-DD形式)の後に作成されたサブスクリプションをフィルター",
50
+ "Filter subscriptions created before this date (YYYY-MM-DD format)": "この日付(YYYY-MM-DD形式)の前に作成されたサブスクリプションをフィルター",
51
+ "Maximum number of subscriptions to return (default: 100, set to 0 for all)": "リターンするサブスクリプションの最大数(デフォルト:100、すべて0",
52
+ "Fetch all matching subscriptions (ignores limit, may take longer for large datasets)": "すべての一致するサブスクリプションを取得します(制限を無視し、大規模なデータセットでは時間がかかる場合があります)",
53
+ "Fetch detailed customer information for each subscription": "各サブスクリプションの詳細な顧客情報を取得",
54
+ "Authorization headers are injected automatically from your connection.": "認証ヘッダは接続から自動的に注入されます。",
55
+ "Enable for files like PDFs, images, etc..": "PDF、画像などのファイルを有効にします。",
56
+ "All Statuses": "すべてのステータス",
57
+ "Active": "有効",
58
+ "Past Due": "過去の期限",
59
+ "Unpaid": "未払いです",
60
+ "Canceled": "キャンセルしました",
61
+ "Incomplete": "未完了",
62
+ "Incomplete Expired": "未完了です。",
63
+ "Trialing": "試練中",
64
+ "Paused": "一時停止中",
65
+ "GET": "取得",
66
66
  "POST": "POST",
67
67
  "PATCH": "PATCH",
68
68
  "PUT": "PUT",
69
- "DELETE": "DELETE",
70
- "HEAD": "HEAD",
71
- "New Payment": "New Payment",
72
- "New Customer": "New Customer",
73
- "Payment Failed": "Payment Failed",
74
- "New Subscription": "New Subscription",
75
- "Triggers when a new payment is made": "Triggers when a new payment is made",
76
- "Triggers when a new customer is created": "Triggers when a new customer is created",
77
- "Triggers when a payment fails": "Triggers when a payment fails",
78
- "Triggers when a new subscription is made": "Triggers when a new subscription is made"
69
+ "DELETE": "削除",
70
+ "HEAD": "",
71
+ "New Payment": "新しい支払い",
72
+ "New Customer": "新規顧客",
73
+ "Payment Failed": "支払いに失敗しました",
74
+ "New Subscription": "新しいサブスクリプション",
75
+ "Triggers when a new payment is made": "新しい支払いが行われたときに発生する",
76
+ "Triggers when a new customer is created": "新しい顧客が作成されたときにトリガーします",
77
+ "Triggers when a payment fails": "支払いに失敗したときに発生する",
78
+ "Triggers when a new subscription is made": "新しいサブスクリプションが作成されたときにトリガー"
79
79
  }
package/src/i18n/nl.json CHANGED
@@ -1,79 +1,79 @@
1
1
  {
2
2
  "Stripe": "Stripe",
3
- "Online payment processing for internet businesses": "Online payment processing for internet businesses",
4
- "Secret key acquired from your Stripe dashboard": "Secret key acquired from your Stripe dashboard",
5
- "Create Customer": "Create Customer",
6
- "Create Invoice": "Create Invoice",
7
- "Search Customer": "Search Customer",
8
- "Search Subscriptions": "Search Subscriptions",
9
- "Retrieve Customer": "Retrieve Customer",
3
+ "Online payment processing for internet businesses": "Online betalingsverwerking voor internetbedrijven",
4
+ "Secret key acquired from your Stripe dashboard": "Geheime sleutel verkregen van uw Stripe dashboard",
5
+ "Create Customer": "Klant aanmaken",
6
+ "Create Invoice": "Factuur aanmaken",
7
+ "Search Customer": "Klant zoeken",
8
+ "Search Subscriptions": "Zoek abonnementen",
9
+ "Retrieve Customer": "Klant ophalen",
10
10
  "Custom API Call": "Custom API Call",
11
- "Create a customer in stripe": "Create a customer in stripe",
12
- "Create an Invoice in stripe": "Create an Invoice in stripe",
13
- "Search for a customer in stripe by email": "Search for a customer in stripe by email",
14
- "Search for subscriptions by price ID, status, customer ID and other filters, including customer details": "Search for subscriptions by price ID, status, customer ID and other filters, including customer details",
15
- "Retrieve a customer in stripe by id": "Retrieve a customer in stripe by id",
16
- "Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
17
- "Email": "Email",
18
- "Name": "Name",
19
- "Description": "Description",
20
- "Phone": "Phone",
21
- "Address Line 1": "Address Line 1",
22
- "Postal Code": "Postal Code",
23
- "City": "City",
24
- "State": "State",
25
- "Country": "Country",
26
- "Customer ID": "Customer ID",
27
- "Currency": "Currency",
28
- "Price IDs": "Price IDs",
29
- "Subscription Status": "Subscription Status",
30
- "Created After": "Created After",
31
- "Created Before": "Created Before",
32
- "Limit": "Limit",
33
- "Fetch All Results": "Fetch All Results",
34
- "Include Customer Details": "Include Customer Details",
11
+ "Create a customer in stripe": "Maak een klant aan met streep",
12
+ "Create an Invoice in stripe": "Maak een factuur in streep",
13
+ "Search for a customer in stripe by email": "Zoek naar een klant in een streep per e-mail",
14
+ "Search for subscriptions by price ID, status, customer ID and other filters, including customer details": "Zoeken naar abonnementen op prijs-ID, status, klant-ID en andere filters, inclusief klantgegevens",
15
+ "Retrieve a customer in stripe by id": "Haal een klant op in strep met id",
16
+ "Make a custom API call to a specific endpoint": "Maak een aangepaste API call naar een specifiek eindpunt",
17
+ "Email": "E-mail",
18
+ "Name": "Naam",
19
+ "Description": "Beschrijving",
20
+ "Phone": "Telefoonnummer",
21
+ "Address Line 1": "Adresregel 1",
22
+ "Postal Code": "Postcode - Postcode",
23
+ "City": "Woonplaats",
24
+ "State": "Provincie",
25
+ "Country": "Land:",
26
+ "Customer ID": "Klant ID",
27
+ "Currency": "valuta",
28
+ "Price IDs": "Prijs IDs",
29
+ "Subscription Status": "Inschrijving Status",
30
+ "Created After": "Gemaakt na",
31
+ "Created Before": "Aangemaakt voor",
32
+ "Limit": "Limiet",
33
+ "Fetch All Results": "Alle resultaten ophalen",
34
+ "Include Customer Details": "Klantgegevens insluiten",
35
35
  "ID": "ID",
36
- "Method": "Method",
37
- "Headers": "Headers",
38
- "Query Parameters": "Query Parameters",
39
- "Body": "Body",
40
- "Response is Binary ?": "Response is Binary ?",
41
- "No Error on Failure": "No Error on Failure",
42
- "Timeout (in seconds)": "Timeout (in seconds)",
43
- "Stripe Customer ID": "Stripe Customer ID",
44
- "Currency for the invoice (e.g., USD)": "Currency for the invoice (e.g., USD)",
45
- "Description for the invoice": "Description for the invoice",
46
- "Comma-separated list of price IDs to filter by (e.g., price_1ABC123, price_2DEF456)": "Comma-separated list of price IDs to filter by (e.g., price_1ABC123, price_2DEF456)",
47
- "Filter by subscription status": "Filter by subscription status",
48
- "Filter by specific customer ID (optional)": "Filter by specific customer ID (optional)",
49
- "Filter subscriptions created after this date (YYYY-MM-DD format)": "Filter subscriptions created after this date (YYYY-MM-DD format)",
50
- "Filter subscriptions created before this date (YYYY-MM-DD format)": "Filter subscriptions created before this date (YYYY-MM-DD format)",
51
- "Maximum number of subscriptions to return (default: 100, set to 0 for all)": "Maximum number of subscriptions to return (default: 100, set to 0 for all)",
52
- "Fetch all matching subscriptions (ignores limit, may take longer for large datasets)": "Fetch all matching subscriptions (ignores limit, may take longer for large datasets)",
53
- "Fetch detailed customer information for each subscription": "Fetch detailed customer information for each subscription",
54
- "Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
55
- "Enable for files like PDFs, images, etc..": "Enable for files like PDFs, images, etc..",
56
- "All Statuses": "All Statuses",
57
- "Active": "Active",
58
- "Past Due": "Past Due",
59
- "Unpaid": "Unpaid",
60
- "Canceled": "Canceled",
61
- "Incomplete": "Incomplete",
62
- "Incomplete Expired": "Incomplete Expired",
63
- "Trialing": "Trialing",
64
- "Paused": "Paused",
65
- "GET": "GET",
66
- "POST": "POST",
67
- "PATCH": "PATCH",
36
+ "Method": "Methode",
37
+ "Headers": "Kopteksten",
38
+ "Query Parameters": "Query parameters",
39
+ "Body": "Lichaam",
40
+ "Response is Binary ?": "Antwoord is binair?",
41
+ "No Error on Failure": "Geen fout bij fout",
42
+ "Timeout (in seconds)": "Time-out (in seconden)",
43
+ "Stripe Customer ID": "Stripe klant ID",
44
+ "Currency for the invoice (e.g., USD)": "Valuta voor de factuur (bijv. USD)",
45
+ "Description for the invoice": "Beschrijving van de factuur",
46
+ "Comma-separated list of price IDs to filter by (e.g., price_1ABC123, price_2DEF456)": "Kommagescheiden lijst van te filteren prijs IDs op (bijv., price_1ABC123, price_2DEF456)",
47
+ "Filter by subscription status": "Filteren op abonnementsstatus",
48
+ "Filter by specific customer ID (optional)": "Filter op specifieke klant-ID (optioneel)",
49
+ "Filter subscriptions created after this date (YYYY-MM-DD format)": "Filter abonnementen gemaakt na deze datum (JJJJ-MM-DD formaat)",
50
+ "Filter subscriptions created before this date (YYYY-MM-DD format)": "Filter abonnementen gemaakt voor deze datum (JJJJ-MM-DD formaat)",
51
+ "Maximum number of subscriptions to return (default: 100, set to 0 for all)": "Maximum aantal terugkerende abonnementen (standaard: 100, zet op 0 voor alles)",
52
+ "Fetch all matching subscriptions (ignores limit, may take longer for large datasets)": "Ophalen van alle overeenkomende abonnementen (negeert limiet, kan langer duren voor grote datasets)",
53
+ "Fetch detailed customer information for each subscription": "Ophalen van gedetailleerde klantinformatie voor elk abonnement",
54
+ "Authorization headers are injected automatically from your connection.": "Autorisatie headers worden automatisch geïnjecteerd vanuit uw verbinding.",
55
+ "Enable for files like PDFs, images, etc..": "Inschakelen voor bestanden zoals PDF's, afbeeldingen etc..",
56
+ "All Statuses": "Alle statussen",
57
+ "Active": "Actief",
58
+ "Past Due": "Verleden vervaldatum",
59
+ "Unpaid": "Onbetaald",
60
+ "Canceled": "Geannuleerd",
61
+ "Incomplete": "Onvolledig",
62
+ "Incomplete Expired": "Onvolledig verlopen",
63
+ "Trialing": "Beproevingen",
64
+ "Paused": "Gepauzeerd",
65
+ "GET": "KRIJG",
66
+ "POST": "POSTE",
67
+ "PATCH": "BEKIJK",
68
68
  "PUT": "PUT",
69
- "DELETE": "DELETE",
70
- "HEAD": "HEAD",
71
- "New Payment": "New Payment",
72
- "New Customer": "New Customer",
73
- "Payment Failed": "Payment Failed",
74
- "New Subscription": "New Subscription",
75
- "Triggers when a new payment is made": "Triggers when a new payment is made",
76
- "Triggers when a new customer is created": "Triggers when a new customer is created",
77
- "Triggers when a payment fails": "Triggers when a payment fails",
78
- "Triggers when a new subscription is made": "Triggers when a new subscription is made"
69
+ "DELETE": "VERWIJDEREN",
70
+ "HEAD": "HOOFD",
71
+ "New Payment": "Nieuwe betaling",
72
+ "New Customer": "Nieuwe klant",
73
+ "Payment Failed": "Betaling mislukt",
74
+ "New Subscription": "Nieuw abonnement",
75
+ "Triggers when a new payment is made": "Triggert wanneer een nieuwe betaling wordt gedaan",
76
+ "Triggers when a new customer is created": "Triggert wanneer een nieuwe klant wordt aangemaakt",
77
+ "Triggers when a payment fails": "Triggert wanneer een betaling mislukt",
78
+ "Triggers when a new subscription is made": "Triggert wanneer een nieuw abonnement wordt gemaakt"
79
79
  }
package/src/i18n/pt.json CHANGED
@@ -1,79 +1,79 @@
1
1
  {
2
2
  "Stripe": "Stripe",
3
- "Online payment processing for internet businesses": "Online payment processing for internet businesses",
4
- "Secret key acquired from your Stripe dashboard": "Secret key acquired from your Stripe dashboard",
5
- "Create Customer": "Create Customer",
6
- "Create Invoice": "Create Invoice",
7
- "Search Customer": "Search Customer",
8
- "Search Subscriptions": "Search Subscriptions",
9
- "Retrieve Customer": "Retrieve Customer",
10
- "Custom API Call": "Custom API Call",
11
- "Create a customer in stripe": "Create a customer in stripe",
12
- "Create an Invoice in stripe": "Create an Invoice in stripe",
13
- "Search for a customer in stripe by email": "Search for a customer in stripe by email",
14
- "Search for subscriptions by price ID, status, customer ID and other filters, including customer details": "Search for subscriptions by price ID, status, customer ID and other filters, including customer details",
15
- "Retrieve a customer in stripe by id": "Retrieve a customer in stripe by id",
16
- "Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
17
- "Email": "Email",
18
- "Name": "Name",
19
- "Description": "Description",
20
- "Phone": "Phone",
21
- "Address Line 1": "Address Line 1",
22
- "Postal Code": "Postal Code",
23
- "City": "City",
24
- "State": "State",
25
- "Country": "Country",
26
- "Customer ID": "Customer ID",
27
- "Currency": "Currency",
28
- "Price IDs": "Price IDs",
29
- "Subscription Status": "Subscription Status",
30
- "Created After": "Created After",
31
- "Created Before": "Created Before",
32
- "Limit": "Limit",
33
- "Fetch All Results": "Fetch All Results",
34
- "Include Customer Details": "Include Customer Details",
3
+ "Online payment processing for internet businesses": "Processamento de pagamento online para empresas de internet",
4
+ "Secret key acquired from your Stripe dashboard": "Chave secreta adquirida do seu painel do Stripe",
5
+ "Create Customer": "Criar Cliente",
6
+ "Create Invoice": "Criar fatura",
7
+ "Search Customer": "Pesquisar Cliente",
8
+ "Search Subscriptions": "Pesquisar Assinaturas",
9
+ "Retrieve Customer": "Recuperar Cliente",
10
+ "Custom API Call": "Chamada de API personalizada",
11
+ "Create a customer in stripe": "Criar um cliente na faixa",
12
+ "Create an Invoice in stripe": "Criar uma fatura em Stripe",
13
+ "Search for a customer in stripe by email": "Procure por um cliente no Stripe por e-mail",
14
+ "Search for subscriptions by price ID, status, customer ID and other filters, including customer details": "Pesquisar por assinaturas por ID de preço, status, ID de cliente e outros filtros, incluindo detalhes do cliente",
15
+ "Retrieve a customer in stripe by id": "Recuperar um cliente na faixa por identificação",
16
+ "Make a custom API call to a specific endpoint": "Faça uma chamada de API personalizada para um ponto de extremidade específico",
17
+ "Email": "e-mail",
18
+ "Name": "Nome",
19
+ "Description": "Descrição",
20
+ "Phone": "Smartphone",
21
+ "Address Line 1": "Linha de Endereço 1",
22
+ "Postal Code": "Código Postal",
23
+ "City": "cidade",
24
+ "State": "Estado:",
25
+ "Country": "País/região",
26
+ "Customer ID": "ID do cliente",
27
+ "Currency": "moeda",
28
+ "Price IDs": "IDs de preços",
29
+ "Subscription Status": "Estado Subscrição",
30
+ "Created After": "Criado Depois",
31
+ "Created Before": "Criado Antes",
32
+ "Limit": "Limitar",
33
+ "Fetch All Results": "Obter todos os resultados",
34
+ "Include Customer Details": "Incluir detalhes do cliente",
35
35
  "ID": "ID",
36
- "Method": "Method",
37
- "Headers": "Headers",
38
- "Query Parameters": "Query Parameters",
39
- "Body": "Body",
40
- "Response is Binary ?": "Response is Binary ?",
41
- "No Error on Failure": "No Error on Failure",
42
- "Timeout (in seconds)": "Timeout (in seconds)",
43
- "Stripe Customer ID": "Stripe Customer ID",
44
- "Currency for the invoice (e.g., USD)": "Currency for the invoice (e.g., USD)",
45
- "Description for the invoice": "Description for the invoice",
46
- "Comma-separated list of price IDs to filter by (e.g., price_1ABC123, price_2DEF456)": "Comma-separated list of price IDs to filter by (e.g., price_1ABC123, price_2DEF456)",
47
- "Filter by subscription status": "Filter by subscription status",
48
- "Filter by specific customer ID (optional)": "Filter by specific customer ID (optional)",
49
- "Filter subscriptions created after this date (YYYY-MM-DD format)": "Filter subscriptions created after this date (YYYY-MM-DD format)",
50
- "Filter subscriptions created before this date (YYYY-MM-DD format)": "Filter subscriptions created before this date (YYYY-MM-DD format)",
51
- "Maximum number of subscriptions to return (default: 100, set to 0 for all)": "Maximum number of subscriptions to return (default: 100, set to 0 for all)",
52
- "Fetch all matching subscriptions (ignores limit, may take longer for large datasets)": "Fetch all matching subscriptions (ignores limit, may take longer for large datasets)",
53
- "Fetch detailed customer information for each subscription": "Fetch detailed customer information for each subscription",
54
- "Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
55
- "Enable for files like PDFs, images, etc..": "Enable for files like PDFs, images, etc..",
56
- "All Statuses": "All Statuses",
57
- "Active": "Active",
58
- "Past Due": "Past Due",
59
- "Unpaid": "Unpaid",
60
- "Canceled": "Canceled",
61
- "Incomplete": "Incomplete",
62
- "Incomplete Expired": "Incomplete Expired",
63
- "Trialing": "Trialing",
64
- "Paused": "Paused",
65
- "GET": "GET",
66
- "POST": "POST",
67
- "PATCH": "PATCH",
68
- "PUT": "PUT",
69
- "DELETE": "DELETE",
70
- "HEAD": "HEAD",
71
- "New Payment": "New Payment",
72
- "New Customer": "New Customer",
73
- "Payment Failed": "Payment Failed",
74
- "New Subscription": "New Subscription",
75
- "Triggers when a new payment is made": "Triggers when a new payment is made",
76
- "Triggers when a new customer is created": "Triggers when a new customer is created",
77
- "Triggers when a payment fails": "Triggers when a payment fails",
78
- "Triggers when a new subscription is made": "Triggers when a new subscription is made"
36
+ "Method": "Método",
37
+ "Headers": "Cabeçalhos",
38
+ "Query Parameters": "Parâmetros da consulta",
39
+ "Body": "Conteúdo",
40
+ "Response is Binary ?": "A resposta é binária ?",
41
+ "No Error on Failure": "Nenhum erro no Failure",
42
+ "Timeout (in seconds)": "Tempo limite (em segundos)",
43
+ "Stripe Customer ID": "ID do Cliente Stripe",
44
+ "Currency for the invoice (e.g., USD)": "Moeda para a fatura (ex.: USD)",
45
+ "Description for the invoice": "Descrição da fatura",
46
+ "Comma-separated list of price IDs to filter by (e.g., price_1ABC123, price_2DEF456)": "Lista de IDs de preços separados por vírgulas a serem filtrados (por exemplo, price_1ABC123, price_2DEF456)",
47
+ "Filter by subscription status": "Filtrar por status da assinatura",
48
+ "Filter by specific customer ID (optional)": "Filtrar por ID de cliente específico (opcional)",
49
+ "Filter subscriptions created after this date (YYYY-MM-DD format)": "Inscrições de filtros criadas após esta data (formato YYYY-MM-DD)",
50
+ "Filter subscriptions created before this date (YYYY-MM-DD format)": "Inscrições de filtros criadas antes desta data (formato YYYY-MM-DD)",
51
+ "Maximum number of subscriptions to return (default: 100, set to 0 for all)": "Número máximo de assinaturas a retornar (padrão: 100, definido como 0 para todos)",
52
+ "Fetch all matching subscriptions (ignores limit, may take longer for large datasets)": "Buscar todas as assinaturas correspondentes (limite de ignorados, pode demorar mais para grandes conjuntos de dados)",
53
+ "Fetch detailed customer information for each subscription": "Obter informações detalhadas do cliente para cada assinatura",
54
+ "Authorization headers are injected automatically from your connection.": "Os cabeçalhos de autorização são inseridos automaticamente a partir da sua conexão.",
55
+ "Enable for files like PDFs, images, etc..": "Habilitar para arquivos como PDFs, imagens, etc..",
56
+ "All Statuses": "Todos os Status",
57
+ "Active": "Ativo",
58
+ "Past Due": "Atrasado devido",
59
+ "Unpaid": "Não pago",
60
+ "Canceled": "Cancelado",
61
+ "Incomplete": "Incompleto",
62
+ "Incomplete Expired": "Incompleto expirado",
63
+ "Trialing": "Provação",
64
+ "Paused": "Pausado",
65
+ "GET": "OBTER",
66
+ "POST": "POSTAR",
67
+ "PATCH": "COMPRAR",
68
+ "PUT": "COLOCAR",
69
+ "DELETE": "EXCLUIR",
70
+ "HEAD": "CABEÇA",
71
+ "New Payment": "Novo pagamento",
72
+ "New Customer": "Novo Cliente",
73
+ "Payment Failed": "Falha no pagamento",
74
+ "New Subscription": "Nova Assinatura",
75
+ "Triggers when a new payment is made": "Aciona quando um novo pagamento é feito",
76
+ "Triggers when a new customer is created": "Dispara quando um novo cliente é criado",
77
+ "Triggers when a payment fails": "Aciona quando um pagamento falha",
78
+ "Triggers when a new subscription is made": "Aciona quando uma nova assinatura é feita"
79
79
  }
package/src/i18n/zh.json CHANGED
@@ -7,16 +7,16 @@
7
7
  "Search Customer": "Search Customer",
8
8
  "Search Subscriptions": "Search Subscriptions",
9
9
  "Retrieve Customer": "Retrieve Customer",
10
- "Custom API Call": "Custom API Call",
10
+ "Custom API Call": "自定义 API 呼叫",
11
11
  "Create a customer in stripe": "Create a customer in stripe",
12
12
  "Create an Invoice in stripe": "Create an Invoice in stripe",
13
13
  "Search for a customer in stripe by email": "Search for a customer in stripe by email",
14
14
  "Search for subscriptions by price ID, status, customer ID and other filters, including customer details": "Search for subscriptions by price ID, status, customer ID and other filters, including customer details",
15
15
  "Retrieve a customer in stripe by id": "Retrieve a customer in stripe by id",
16
- "Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
17
- "Email": "Email",
18
- "Name": "Name",
19
- "Description": "Description",
16
+ "Make a custom API call to a specific endpoint": "将一个自定义 API 调用到一个特定的终点",
17
+ "Email": "电子邮件地址",
18
+ "Name": "名称",
19
+ "Description": "描述",
20
20
  "Phone": "Phone",
21
21
  "Address Line 1": "Address Line 1",
22
22
  "Postal Code": "Postal Code",
@@ -33,13 +33,13 @@
33
33
  "Fetch All Results": "Fetch All Results",
34
34
  "Include Customer Details": "Include Customer Details",
35
35
  "ID": "ID",
36
- "Method": "Method",
37
- "Headers": "Headers",
38
- "Query Parameters": "Query Parameters",
39
- "Body": "Body",
36
+ "Method": "方法",
37
+ "Headers": "信头",
38
+ "Query Parameters": "查询参数",
39
+ "Body": "正文内容",
40
40
  "Response is Binary ?": "Response is Binary ?",
41
- "No Error on Failure": "No Error on Failure",
42
- "Timeout (in seconds)": "Timeout (in seconds)",
41
+ "No Error on Failure": "失败时没有错误",
42
+ "Timeout (in seconds)": "超时()",
43
43
  "Stripe Customer ID": "Stripe Customer ID",
44
44
  "Currency for the invoice (e.g., USD)": "Currency for the invoice (e.g., USD)",
45
45
  "Description for the invoice": "Description for the invoice",
@@ -51,23 +51,23 @@
51
51
  "Maximum number of subscriptions to return (default: 100, set to 0 for all)": "Maximum number of subscriptions to return (default: 100, set to 0 for all)",
52
52
  "Fetch all matching subscriptions (ignores limit, may take longer for large datasets)": "Fetch all matching subscriptions (ignores limit, may take longer for large datasets)",
53
53
  "Fetch detailed customer information for each subscription": "Fetch detailed customer information for each subscription",
54
- "Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
54
+ "Authorization headers are injected automatically from your connection.": "授权头自动从您的连接中注入。",
55
55
  "Enable for files like PDFs, images, etc..": "Enable for files like PDFs, images, etc..",
56
56
  "All Statuses": "All Statuses",
57
- "Active": "Active",
57
+ "Active": "使用中",
58
58
  "Past Due": "Past Due",
59
59
  "Unpaid": "Unpaid",
60
60
  "Canceled": "Canceled",
61
61
  "Incomplete": "Incomplete",
62
62
  "Incomplete Expired": "Incomplete Expired",
63
63
  "Trialing": "Trialing",
64
- "Paused": "Paused",
65
- "GET": "GET",
66
- "POST": "POST",
64
+ "Paused": "已暂停",
65
+ "GET": "获取",
66
+ "POST": "帖子",
67
67
  "PATCH": "PATCH",
68
- "PUT": "PUT",
69
- "DELETE": "DELETE",
70
- "HEAD": "HEAD",
68
+ "PUT": "弹出",
69
+ "DELETE": "删除",
70
+ "HEAD": "黑色",
71
71
  "New Payment": "New Payment",
72
72
  "New Customer": "New Customer",
73
73
  "Payment Failed": "Payment Failed",