@activepieces/piece-stripe 0.5.11 → 0.5.12
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 +69 -69
- package/src/i18n/es.json +72 -72
- package/src/i18n/fr.json +74 -74
- package/src/i18n/ja.json +69 -69
- package/src/i18n/nl.json +73 -73
- package/src/i18n/pt.json +75 -75
- package/src/i18n/zh.json +43 -43
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@activepieces/piece-stripe",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.12",
|
|
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.
|
|
17
|
+
"@activepieces/shared": "0.19.1",
|
|
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
|
|
4
|
-
"Secret key acquired from your Stripe dashboard": "
|
|
5
|
-
"Create Customer": "
|
|
6
|
-
"Create Invoice": "
|
|
7
|
-
"Search Customer": "
|
|
8
|
-
"Search Subscriptions": "
|
|
9
|
-
"Retrieve Customer": "
|
|
10
|
-
"Custom API Call": "
|
|
11
|
-
"Create a customer in stripe": "
|
|
12
|
-
"Create an Invoice in stripe": "
|
|
13
|
-
"Search for a customer in stripe by email": "
|
|
14
|
-
"Search for subscriptions by price ID, status, customer ID and other filters, including customer details": "
|
|
15
|
-
"Retrieve a customer in stripe by id": "
|
|
16
|
-
"Make a custom API call to a specific endpoint": "
|
|
17
|
-
"Email": "
|
|
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
18
|
"Name": "Name",
|
|
19
|
-
"Description": "
|
|
20
|
-
"Phone": "
|
|
21
|
-
"Address Line 1": "
|
|
22
|
-
"Postal Code": "
|
|
23
|
-
"City": "
|
|
24
|
-
"State": "
|
|
25
|
-
"Country": "
|
|
26
|
-
"Customer ID": "
|
|
27
|
-
"Currency": "
|
|
28
|
-
"Price IDs": "
|
|
29
|
-
"Subscription Status": "
|
|
30
|
-
"Created After": "
|
|
31
|
-
"Created Before": "
|
|
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
32
|
"Limit": "Limit",
|
|
33
|
-
"Fetch All Results": "
|
|
34
|
-
"Include Customer Details": "
|
|
33
|
+
"Fetch All Results": "Fetch All Results",
|
|
34
|
+
"Include Customer Details": "Include Customer Details",
|
|
35
35
|
"ID": "ID",
|
|
36
|
-
"Method": "
|
|
37
|
-
"Headers": "
|
|
38
|
-
"Query Parameters": "
|
|
39
|
-
"Body": "
|
|
40
|
-
"Response is Binary ?": "
|
|
41
|
-
"No Error on Failure": "
|
|
42
|
-
"Timeout (in seconds)": "Timeout (in
|
|
43
|
-
"Stripe Customer ID": "Stripe
|
|
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)": "
|
|
47
|
-
"Filter by subscription status": "
|
|
48
|
-
"Filter by specific customer ID (optional)": "
|
|
49
|
-
"Filter subscriptions created after this date (YYYY-MM-DD format)": "
|
|
50
|
-
"Filter subscriptions created before this date (YYYY-MM-DD format)": "
|
|
51
|
-
"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)": "
|
|
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..": "
|
|
56
|
-
"All Statuses": "
|
|
57
|
-
"Active": "
|
|
58
|
-
"Past Due": "
|
|
59
|
-
"Unpaid": "
|
|
60
|
-
"Canceled": "
|
|
61
|
-
"Incomplete": "
|
|
62
|
-
"Incomplete Expired": "
|
|
63
|
-
"Trialing": "
|
|
64
|
-
"Paused": "
|
|
65
|
-
"GET": "
|
|
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
66
|
"POST": "POST",
|
|
67
67
|
"PATCH": "PATCH",
|
|
68
68
|
"PUT": "PUT",
|
|
69
|
-
"DELETE": "
|
|
69
|
+
"DELETE": "DELETE",
|
|
70
70
|
"HEAD": "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": "
|
|
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"
|
|
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": "
|
|
4
|
-
"Secret key acquired from your Stripe dashboard": "
|
|
5
|
-
"Create Customer": "
|
|
6
|
-
"Create Invoice": "
|
|
7
|
-
"Search Customer": "
|
|
8
|
-
"Search Subscriptions": "
|
|
9
|
-
"Retrieve Customer": "
|
|
10
|
-
"Custom API Call": "
|
|
11
|
-
"Create a customer in stripe": "
|
|
12
|
-
"Create an Invoice in stripe": "
|
|
13
|
-
"Search for a customer in stripe by email": "
|
|
14
|
-
"Search for subscriptions by price ID, status, customer ID and other filters, including customer details": "
|
|
15
|
-
"Retrieve a customer in stripe by id": "
|
|
16
|
-
"Make a custom API call to a specific endpoint": "
|
|
17
|
-
"Email": "
|
|
18
|
-
"Name": "
|
|
19
|
-
"Description": "
|
|
20
|
-
"Phone": "
|
|
21
|
-
"Address Line 1": "
|
|
22
|
-
"Postal Code": "
|
|
23
|
-
"City": "
|
|
24
|
-
"State": "
|
|
25
|
-
"Country": "
|
|
26
|
-
"Customer ID": "ID
|
|
27
|
-
"Currency": "
|
|
28
|
-
"Price IDs": "
|
|
29
|
-
"Subscription Status": "
|
|
30
|
-
"Created After": "
|
|
31
|
-
"Created Before": "
|
|
32
|
-
"Limit": "
|
|
33
|
-
"Fetch All Results": "
|
|
34
|
-
"Include Customer Details": "
|
|
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",
|
|
35
35
|
"ID": "ID",
|
|
36
|
-
"Method": "
|
|
37
|
-
"Headers": "
|
|
38
|
-
"Query Parameters": "
|
|
39
|
-
"Body": "
|
|
40
|
-
"Response is Binary ?": "
|
|
41
|
-
"No Error on Failure": "No
|
|
42
|
-
"Timeout (in seconds)": "
|
|
43
|
-
"Stripe Customer ID": "
|
|
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)": "
|
|
47
|
-
"Filter by subscription status": "
|
|
48
|
-
"Filter by specific customer ID (optional)": "
|
|
49
|
-
"Filter subscriptions created after this date (YYYY-MM-DD format)": "
|
|
50
|
-
"Filter subscriptions created before this date (YYYY-MM-DD format)": "
|
|
51
|
-
"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)": "
|
|
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..": "
|
|
56
|
-
"All Statuses": "
|
|
57
|
-
"Active": "
|
|
58
|
-
"Past Due": "
|
|
59
|
-
"Unpaid": "
|
|
60
|
-
"Canceled": "
|
|
61
|
-
"Incomplete": "
|
|
62
|
-
"Incomplete Expired": "
|
|
63
|
-
"Trialing": "
|
|
64
|
-
"Paused": "
|
|
65
|
-
"GET": "
|
|
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
66
|
"POST": "POST",
|
|
67
67
|
"PATCH": "PATCH",
|
|
68
68
|
"PUT": "PUT",
|
|
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": "
|
|
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"
|
|
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": "
|
|
4
|
-
"Secret key acquired from your Stripe dashboard": "
|
|
5
|
-
"Create Customer": "
|
|
6
|
-
"Create Invoice": "
|
|
7
|
-
"Search Customer": "
|
|
8
|
-
"Search Subscriptions": "
|
|
9
|
-
"Retrieve Customer": "
|
|
10
|
-
"Custom API Call": "
|
|
11
|
-
"Create a customer in stripe": "
|
|
12
|
-
"Create an Invoice in stripe": "
|
|
13
|
-
"Search for a customer in stripe by email": "
|
|
14
|
-
"Search for subscriptions by price ID, status, customer ID and other filters, including customer details": "
|
|
15
|
-
"Retrieve a customer in stripe by id": "
|
|
16
|
-
"Make a custom API call to a specific endpoint": "
|
|
17
|
-
"Email": "
|
|
18
|
-
"Name": "
|
|
19
|
-
"Description": "
|
|
20
|
-
"Phone": "
|
|
21
|
-
"Address Line 1": "
|
|
22
|
-
"Postal Code": "Code
|
|
23
|
-
"City": "
|
|
24
|
-
"State": "
|
|
25
|
-
"Country": "
|
|
26
|
-
"Customer ID": "ID
|
|
27
|
-
"Currency": "
|
|
28
|
-
"Price IDs": "
|
|
29
|
-
"Subscription Status": "
|
|
30
|
-
"Created After": "
|
|
31
|
-
"Created Before": "
|
|
32
|
-
"Limit": "
|
|
33
|
-
"Fetch All Results": "
|
|
34
|
-
"Include Customer Details": "
|
|
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",
|
|
35
35
|
"ID": "ID",
|
|
36
|
-
"Method": "
|
|
37
|
-
"Headers": "
|
|
38
|
-
"Query Parameters": "
|
|
39
|
-
"Body": "
|
|
40
|
-
"Response is Binary ?": "
|
|
41
|
-
"No Error on Failure": "
|
|
42
|
-
"Timeout (in seconds)": "
|
|
43
|
-
"Stripe Customer ID": "
|
|
44
|
-
"Currency for the invoice (e.g., USD)": "
|
|
45
|
-
"Description for the invoice": "Description
|
|
46
|
-
"Comma-separated list of price IDs to filter by (e.g., price_1ABC123, price_2DEF456)": "
|
|
47
|
-
"Filter by subscription status": "
|
|
48
|
-
"Filter by specific customer ID (optional)": "
|
|
49
|
-
"Filter subscriptions created after this date (YYYY-MM-DD format)": "
|
|
50
|
-
"Filter subscriptions created before this date (YYYY-MM-DD format)": "
|
|
51
|
-
"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)": "
|
|
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..": "
|
|
56
|
-
"All Statuses": "
|
|
57
|
-
"Active": "
|
|
58
|
-
"Past Due": "
|
|
59
|
-
"Unpaid": "
|
|
60
|
-
"Canceled": "
|
|
61
|
-
"Incomplete": "
|
|
62
|
-
"Incomplete Expired": "
|
|
63
|
-
"Trialing": "
|
|
64
|
-
"Paused": "
|
|
65
|
-
"GET": "
|
|
66
|
-
"POST": "
|
|
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
67
|
"PATCH": "PATCH",
|
|
68
|
-
"PUT": "
|
|
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": "
|
|
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"
|
|
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": "
|
|
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": "
|
|
11
|
-
"Create a customer in stripe": "
|
|
12
|
-
"Create an Invoice in stripe": "
|
|
13
|
-
"Search for a customer in stripe by email": "
|
|
14
|
-
"Search for subscriptions by price ID, status, customer ID and other filters, including customer details": "
|
|
15
|
-
"Retrieve a customer in stripe by id": "
|
|
16
|
-
"Make a custom API call to a specific endpoint": "
|
|
17
|
-
"Email": "
|
|
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
18
|
"Name": "Name",
|
|
19
19
|
"Description": "Description",
|
|
20
|
-
"Phone": "
|
|
21
|
-
"Address Line 1": "
|
|
22
|
-
"Postal Code": "
|
|
23
|
-
"City": "
|
|
24
|
-
"State": "
|
|
25
|
-
"Country": "
|
|
26
|
-
"Customer ID": "
|
|
27
|
-
"Currency": "
|
|
28
|
-
"Price IDs": "
|
|
29
|
-
"Subscription Status": "
|
|
30
|
-
"Created After": "
|
|
31
|
-
"Created Before": "
|
|
32
|
-
"Limit": "
|
|
33
|
-
"Fetch All Results": "
|
|
34
|
-
"Include Customer Details": "
|
|
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",
|
|
35
35
|
"ID": "ID",
|
|
36
|
-
"Method": "
|
|
37
|
-
"Headers": "
|
|
38
|
-
"Query Parameters": "
|
|
39
|
-
"Body": "
|
|
40
|
-
"Response is Binary ?": "
|
|
41
|
-
"No Error on Failure": "
|
|
42
|
-
"Timeout (in seconds)": "
|
|
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
43
|
"Stripe Customer ID": "Stripe Customer ID",
|
|
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)": "
|
|
47
|
-
"Filter by subscription status": "
|
|
48
|
-
"Filter by specific customer ID (optional)": "
|
|
49
|
-
"Filter subscriptions created after this date (YYYY-MM-DD format)": "
|
|
50
|
-
"Filter subscriptions created before this date (YYYY-MM-DD format)": "
|
|
51
|
-
"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)": "
|
|
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..": "
|
|
56
|
-
"All Statuses": "
|
|
57
|
-
"Active": "
|
|
58
|
-
"Past Due": "
|
|
59
|
-
"Unpaid": "
|
|
60
|
-
"Canceled": "
|
|
61
|
-
"Incomplete": "
|
|
62
|
-
"Incomplete Expired": "
|
|
63
|
-
"Trialing": "
|
|
64
|
-
"Paused": "
|
|
65
|
-
"GET": "
|
|
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
66
|
"POST": "POST",
|
|
67
67
|
"PATCH": "PATCH",
|
|
68
68
|
"PUT": "PUT",
|
|
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": "
|
|
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"
|
|
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
|
|
4
|
-
"Secret key acquired from your Stripe dashboard": "
|
|
5
|
-
"Create Customer": "
|
|
6
|
-
"Create Invoice": "
|
|
7
|
-
"Search Customer": "
|
|
8
|
-
"Search Subscriptions": "
|
|
9
|
-
"Retrieve Customer": "
|
|
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
10
|
"Custom API Call": "Custom API Call",
|
|
11
|
-
"Create a customer in stripe": "
|
|
12
|
-
"Create an Invoice in stripe": "
|
|
13
|
-
"Search for a customer in stripe by email": "
|
|
14
|
-
"Search for subscriptions by price ID, status, customer ID and other filters, including customer details": "
|
|
15
|
-
"Retrieve a customer in stripe by id": "
|
|
16
|
-
"Make a custom API call to a specific endpoint": "
|
|
17
|
-
"Email": "
|
|
18
|
-
"Name": "
|
|
19
|
-
"Description": "
|
|
20
|
-
"Phone": "
|
|
21
|
-
"Address Line 1": "
|
|
22
|
-
"Postal Code": "
|
|
23
|
-
"City": "
|
|
24
|
-
"State": "
|
|
25
|
-
"Country": "
|
|
26
|
-
"Customer ID": "
|
|
27
|
-
"Currency": "
|
|
28
|
-
"Price IDs": "
|
|
29
|
-
"Subscription Status": "
|
|
30
|
-
"Created After": "
|
|
31
|
-
"Created Before": "
|
|
32
|
-
"Limit": "
|
|
33
|
-
"Fetch All Results": "
|
|
34
|
-
"Include Customer Details": "
|
|
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",
|
|
35
35
|
"ID": "ID",
|
|
36
|
-
"Method": "
|
|
37
|
-
"Headers": "
|
|
38
|
-
"Query Parameters": "Query
|
|
39
|
-
"Body": "
|
|
40
|
-
"Response is Binary ?": "
|
|
41
|
-
"No Error on Failure": "
|
|
42
|
-
"Timeout (in seconds)": "
|
|
43
|
-
"Stripe Customer ID": "Stripe
|
|
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)": "
|
|
47
|
-
"Filter by subscription status": "
|
|
48
|
-
"Filter by specific customer ID (optional)": "Filter
|
|
49
|
-
"Filter subscriptions created after this date (YYYY-MM-DD format)": "Filter
|
|
50
|
-
"Filter subscriptions created before this date (YYYY-MM-DD format)": "Filter
|
|
51
|
-
"Maximum number of subscriptions to return (default: 100, set to 0 for all)": "Maximum
|
|
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..": "
|
|
56
|
-
"All Statuses": "
|
|
57
|
-
"Active": "
|
|
58
|
-
"Past Due": "
|
|
59
|
-
"Unpaid": "
|
|
60
|
-
"Canceled": "
|
|
61
|
-
"Incomplete": "
|
|
62
|
-
"Incomplete Expired": "
|
|
63
|
-
"Trialing": "
|
|
64
|
-
"Paused": "
|
|
65
|
-
"GET": "
|
|
66
|
-
"POST": "
|
|
67
|
-
"PATCH": "
|
|
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
68
|
"PUT": "PUT",
|
|
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": "
|
|
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"
|
|
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": "
|
|
4
|
-
"Secret key acquired from your Stripe dashboard": "
|
|
5
|
-
"Create Customer": "
|
|
6
|
-
"Create Invoice": "
|
|
7
|
-
"Search Customer": "
|
|
8
|
-
"Search Subscriptions": "
|
|
9
|
-
"Retrieve Customer": "
|
|
10
|
-
"Custom API Call": "
|
|
11
|
-
"Create a customer in stripe": "
|
|
12
|
-
"Create an Invoice in stripe": "
|
|
13
|
-
"Search for a customer in stripe by email": "
|
|
14
|
-
"Search for subscriptions by price ID, status, customer ID and other filters, including customer details": "
|
|
15
|
-
"Retrieve a customer in stripe by id": "
|
|
16
|
-
"Make a custom API call to a specific endpoint": "
|
|
17
|
-
"Email": "
|
|
18
|
-
"Name": "
|
|
19
|
-
"Description": "
|
|
20
|
-
"Phone": "
|
|
21
|
-
"Address Line 1": "
|
|
22
|
-
"Postal Code": "
|
|
23
|
-
"City": "
|
|
24
|
-
"State": "
|
|
25
|
-
"Country": "
|
|
26
|
-
"Customer ID": "ID
|
|
27
|
-
"Currency": "
|
|
28
|
-
"Price IDs": "IDs
|
|
29
|
-
"Subscription Status": "
|
|
30
|
-
"Created After": "
|
|
31
|
-
"Created Before": "
|
|
32
|
-
"Limit": "
|
|
33
|
-
"Fetch All Results": "
|
|
34
|
-
"Include Customer Details": "
|
|
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",
|
|
35
35
|
"ID": "ID",
|
|
36
|
-
"Method": "
|
|
37
|
-
"Headers": "
|
|
38
|
-
"Query Parameters": "
|
|
39
|
-
"Body": "
|
|
40
|
-
"Response is Binary ?": "
|
|
41
|
-
"No Error on Failure": "
|
|
42
|
-
"Timeout (in seconds)": "
|
|
43
|
-
"Stripe Customer ID": "
|
|
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)": "
|
|
47
|
-
"Filter by subscription status": "
|
|
48
|
-
"Filter by specific customer ID (optional)": "
|
|
49
|
-
"Filter subscriptions created after this date (YYYY-MM-DD format)": "
|
|
50
|
-
"Filter subscriptions created before this date (YYYY-MM-DD format)": "
|
|
51
|
-
"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)": "
|
|
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..": "
|
|
56
|
-
"All Statuses": "
|
|
57
|
-
"Active": "
|
|
58
|
-
"Past Due": "
|
|
59
|
-
"Unpaid": "
|
|
60
|
-
"Canceled": "
|
|
61
|
-
"Incomplete": "
|
|
62
|
-
"Incomplete Expired": "
|
|
63
|
-
"Trialing": "
|
|
64
|
-
"Paused": "
|
|
65
|
-
"GET": "
|
|
66
|
-
"POST": "
|
|
67
|
-
"PATCH": "
|
|
68
|
-
"PUT": "
|
|
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": "
|
|
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"
|
|
79
79
|
}
|
package/src/i18n/zh.json
CHANGED
|
@@ -1,30 +1,30 @@
|
|
|
1
1
|
{
|
|
2
2
|
"Stripe": "Stripe",
|
|
3
|
-
"Online payment processing for internet businesses": "
|
|
4
|
-
"Secret key acquired from your Stripe dashboard": "
|
|
5
|
-
"Create Customer": "
|
|
6
|
-
"Create Invoice": "
|
|
7
|
-
"Search Customer": "
|
|
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
8
|
"Search Subscriptions": "Search Subscriptions",
|
|
9
|
-
"Retrieve Customer": "
|
|
10
|
-
"Custom API Call": "
|
|
11
|
-
"Create a customer in stripe": "
|
|
12
|
-
"Create an Invoice in stripe": "
|
|
13
|
-
"Search for a customer in stripe by email": "
|
|
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
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": "
|
|
16
|
-
"Make a custom API call to a specific endpoint": "
|
|
17
|
-
"Email": "
|
|
18
|
-
"Name": "
|
|
19
|
-
"Description": "
|
|
20
|
-
"Phone": "
|
|
21
|
-
"Address Line 1": "
|
|
22
|
-
"Postal Code": "
|
|
23
|
-
"City": "
|
|
24
|
-
"State": "
|
|
25
|
-
"Country": "
|
|
26
|
-
"Customer ID": "
|
|
27
|
-
"Currency": "
|
|
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
28
|
"Price IDs": "Price IDs",
|
|
29
29
|
"Subscription Status": "Subscription Status",
|
|
30
30
|
"Created After": "Created After",
|
|
@@ -33,16 +33,16 @@
|
|
|
33
33
|
"Fetch All Results": "Fetch All Results",
|
|
34
34
|
"Include Customer Details": "Include Customer Details",
|
|
35
35
|
"ID": "ID",
|
|
36
|
-
"Method": "
|
|
37
|
-
"Headers": "
|
|
38
|
-
"Query Parameters": "
|
|
39
|
-
"Body": "
|
|
36
|
+
"Method": "Method",
|
|
37
|
+
"Headers": "Headers",
|
|
38
|
+
"Query Parameters": "Query Parameters",
|
|
39
|
+
"Body": "Body",
|
|
40
40
|
"Response is Binary ?": "Response is Binary ?",
|
|
41
|
-
"No Error on Failure": "
|
|
42
|
-
"Timeout (in seconds)": "
|
|
43
|
-
"Stripe Customer ID": "Stripe
|
|
44
|
-
"Currency for the invoice (e.g., USD)": "
|
|
45
|
-
"Description for the invoice": "
|
|
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
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
47
|
"Filter by subscription status": "Filter by subscription status",
|
|
48
48
|
"Filter by specific customer ID (optional)": "Filter by specific customer ID (optional)",
|
|
@@ -51,29 +51,29 @@
|
|
|
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.": "
|
|
54
|
+
"Authorization headers are injected automatically from your connection.": "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": "
|
|
57
|
+
"Active": "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": "
|
|
64
|
+
"Paused": "Paused",
|
|
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": "
|
|
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": "
|
|
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"
|
|
79
79
|
}
|