@activepieces/piece-stripe 0.5.8 → 0.5.9

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/i18n/es.json +20 -20
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@activepieces/piece-stripe",
3
- "version": "0.5.8",
3
+ "version": "0.5.9",
4
4
  "dependencies": {
5
5
  "@ai-sdk/anthropic": "1.2.12",
6
6
  "@ai-sdk/google": "1.2.19",
package/src/i18n/es.json CHANGED
@@ -5,13 +5,13 @@
5
5
  "Create Customer": "Crear cliente",
6
6
  "Create Invoice": "Crear factura",
7
7
  "Search Customer": "Buscar cliente",
8
- "Search Subscriptions": "Search Subscriptions",
8
+ "Search Subscriptions": "Buscar suscripciones",
9
9
  "Retrieve Customer": "Recuperar cliente",
10
10
  "Custom API Call": "Llamada API personalizada",
11
11
  "Create a customer in stripe": "Crear un cliente en stripe",
12
12
  "Create an Invoice in stripe": "Crear una factura en raya",
13
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": "Search for subscriptions by price ID, status, customer ID and other filters, including customer details",
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
15
  "Retrieve a customer in stripe by id": "Recuperar un cliente en stripe por id",
16
16
  "Make a custom API call to a specific endpoint": "Hacer una llamada API personalizada a un extremo específico",
17
17
  "Email": "E-mail",
@@ -25,13 +25,13 @@
25
25
  "Country": "País",
26
26
  "Customer ID": "ID del cliente",
27
27
  "Currency": "Moneda",
28
- "Price IDs": "Price IDs",
28
+ "Price IDs": "ID de precio",
29
29
  "Subscription Status": "Estado de la suscripción",
30
- "Created After": "Created After",
30
+ "Created After": "Creado después de",
31
31
  "Created Before": "Creado antes",
32
32
  "Limit": "Límite",
33
- "Fetch All Results": "Fetch All Results",
34
- "Include Customer Details": "Include Customer Details",
33
+ "Fetch All Results": "Obtener todos los resultados",
34
+ "Include Customer Details": "Incluye detalles del cliente",
35
35
  "ID": "ID",
36
36
  "Method": "Método",
37
37
  "Headers": "Encabezados",
@@ -42,23 +42,23 @@
42
42
  "Stripe Customer ID": "ID de cliente de Stripe",
43
43
  "Currency for the invoice (e.g., USD)": "Moneda para la factura (por ejemplo, USD)",
44
44
  "Description for the invoice": "Descripción de la factura",
45
- "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)",
46
- "Filter by subscription status": "Filter by subscription status",
47
- "Filter by specific customer ID (optional)": "Filter by specific customer ID (optional)",
48
- "Filter subscriptions created after this date (YYYY-MM-DD format)": "Filter subscriptions created after this date (YYYY-MM-DD format)",
49
- "Filter subscriptions created before this date (YYYY-MM-DD format)": "Filter subscriptions created before this date (YYYY-MM-DD format)",
50
- "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)",
51
- "Fetch all matching subscriptions (ignores limit, may take longer for large datasets)": "Fetch all matching subscriptions (ignores limit, may take longer for large datasets)",
52
- "Fetch detailed customer information for each subscription": "Fetch detailed customer information for each subscription",
45
+ "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)",
46
+ "Filter by subscription status": "Filtrar por estado de suscripción",
47
+ "Filter by specific customer ID (optional)": "Filtrar por ID de cliente específico (opcional)",
48
+ "Filter subscriptions created after this date (YYYY-MM-DD format)": "Filtrar suscripciones creadas después de esta fecha (formato YYYY-MM-DD)",
49
+ "Filter subscriptions created before this date (YYYY-MM-DD format)": "Filtrar suscripciones creadas antes de esta fecha (formato AAYY-MM-DD)",
50
+ "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)",
51
+ "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)",
52
+ "Fetch detailed customer information for each subscription": "Obtener información detallada del cliente para cada suscripción",
53
53
  "Authorization headers are injected automatically from your connection.": "Las cabeceras de autorización se inyectan automáticamente desde tu conexión.",
54
- "All Statuses": "All Statuses",
54
+ "All Statuses": "Todos los estados",
55
55
  "Active": "Activo",
56
- "Past Due": "Past Due",
57
- "Unpaid": "Unpaid",
56
+ "Past Due": "Últimas fechas",
57
+ "Unpaid": "No pagado",
58
58
  "Canceled": "Cancelado",
59
- "Incomplete": "Incomplete",
60
- "Incomplete Expired": "Incomplete Expired",
61
- "Trialing": "Trialing",
59
+ "Incomplete": "Incompleto",
60
+ "Incomplete Expired": "Expirado incompleto",
61
+ "Trialing": "Prueba",
62
62
  "Paused": "Pausado",
63
63
  "GET": "RECOGER",
64
64
  "POST": "POST",