@activepieces/piece-stripe 0.5.15 → 0.6.0
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 +9 -15
- package/src/i18n/de.json +151 -3
- package/src/i18n/es.json +151 -3
- package/src/i18n/fr.json +151 -3
- package/src/i18n/ja.json +151 -3
- package/src/i18n/nl.json +151 -3
- package/src/i18n/pt.json +151 -3
- package/src/i18n/translation.json +151 -2
- package/src/i18n/zh.json +151 -3
- package/src/index.js +1 -1
- package/src/index.js.map +1 -1
- package/src/lib/actions/cancel-subscription.d.ts +1 -1
- package/src/lib/actions/cancel-subscription.js +1 -1
- package/src/lib/actions/cancel-subscription.js.map +1 -1
- package/src/lib/actions/create-customer.js +1 -1
- package/src/lib/actions/create-customer.js.map +1 -1
- package/src/lib/actions/create-invoice.js +1 -1
- package/src/lib/actions/create-invoice.js.map +1 -1
- package/src/lib/actions/create-payment-intent.d.ts +1 -1
- package/src/lib/actions/create-payment-intent.js +1 -1
- package/src/lib/actions/create-payment-intent.js.map +1 -1
- package/src/lib/actions/create-payment-link.js +1 -1
- package/src/lib/actions/create-payment-link.js.map +1 -1
- package/src/lib/actions/create-price.d.ts +1 -1
- package/src/lib/actions/create-price.js +1 -1
- package/src/lib/actions/create-price.js.map +1 -1
- package/src/lib/actions/create-product.js +1 -1
- package/src/lib/actions/create-product.js.map +1 -1
- package/src/lib/actions/create-refund.d.ts +1 -1
- package/src/lib/actions/create-refund.js +1 -1
- package/src/lib/actions/create-refund.js.map +1 -1
- package/src/lib/actions/create-subscription.d.ts +1 -1
- package/src/lib/actions/create-subscription.js +1 -1
- package/src/lib/actions/create-subscription.js.map +1 -1
- package/src/lib/actions/deactivate-payment-link.d.ts +1 -1
- package/src/lib/actions/deactivate-payment-link.js +1 -1
- package/src/lib/actions/deactivate-payment-link.js.map +1 -1
- package/src/lib/actions/find-invoice.d.ts +1 -1
- package/src/lib/actions/find-invoice.js +1 -1
- package/src/lib/actions/find-invoice.js.map +1 -1
- package/src/lib/actions/retrieve-customer.js +1 -1
- package/src/lib/actions/retrieve-customer.js.map +1 -1
- package/src/lib/actions/retrieve-invoice.d.ts +1 -1
- package/src/lib/actions/retrieve-invoice.js +1 -1
- package/src/lib/actions/retrieve-invoice.js.map +1 -1
- package/src/lib/actions/retrieve-payment-intent.d.ts +1 -1
- package/src/lib/actions/retrieve-payment-intent.js +1 -1
- package/src/lib/actions/retrieve-payment-intent.js.map +1 -1
- package/src/lib/actions/retrieve-payout.d.ts +1 -1
- package/src/lib/actions/retrieve-payout.js +1 -1
- package/src/lib/actions/retrieve-payout.js.map +1 -1
- package/src/lib/actions/search-customer.js +1 -1
- package/src/lib/actions/search-customer.js.map +1 -1
- package/src/lib/actions/search-subscriptions.js +2 -2
- package/src/lib/actions/search-subscriptions.js.map +1 -1
- package/src/lib/actions/update-customer.d.ts +1 -1
- package/src/lib/actions/update-customer.js +1 -1
- package/src/lib/actions/update-customer.js.map +1 -1
- package/src/lib/common/index.d.ts +8 -8
- package/src/lib/common/index.js +17 -8
- package/src/lib/common/index.js.map +1 -1
- package/src/lib/trigger/canceled-subscription.js +3 -3
- package/src/lib/trigger/canceled-subscription.js.map +1 -1
- package/src/lib/trigger/checkout-session-completed.js +3 -3
- package/src/lib/trigger/checkout-session-completed.js.map +1 -1
- package/src/lib/trigger/invoice-payment-failed.js +3 -3
- package/src/lib/trigger/invoice-payment-failed.js.map +1 -1
- package/src/lib/trigger/new-charge.js +3 -3
- package/src/lib/trigger/new-charge.js.map +1 -1
- package/src/lib/trigger/new-customer.js +3 -3
- package/src/lib/trigger/new-customer.js.map +1 -1
- package/src/lib/trigger/new-dispute.js +3 -3
- package/src/lib/trigger/new-dispute.js.map +1 -1
- package/src/lib/trigger/new-invoice.js +3 -3
- package/src/lib/trigger/new-invoice.js.map +1 -1
- package/src/lib/trigger/new-payment-link.js +3 -3
- package/src/lib/trigger/new-payment-link.js.map +1 -1
- package/src/lib/trigger/new-payment.js +3 -3
- package/src/lib/trigger/new-payment.js.map +1 -1
- package/src/lib/trigger/new-refund.js +3 -3
- package/src/lib/trigger/new-refund.js.map +1 -1
- package/src/lib/trigger/new-subscription.js +3 -3
- package/src/lib/trigger/new-subscription.js.map +1 -1
- package/src/lib/trigger/payment-failed.js +3 -3
- package/src/lib/trigger/payment-failed.js.map +1 -1
- package/src/lib/trigger/updated-subscription.js +3 -3
- package/src/lib/trigger/updated-subscription.js.map +1 -1
package/src/i18n/fr.json
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
{
|
|
2
|
-
"Stripe": "Stripe",
|
|
3
2
|
"Online payment processing for internet businesses": "Traitement des paiements en ligne pour les entreprises en ligne",
|
|
4
3
|
"Secret key acquired from your Stripe dashboard": "Clé secrète obtenue à partir de votre tableau de bord Stripe",
|
|
5
4
|
"Create Customer": "Créer un client",
|
|
@@ -7,12 +6,38 @@
|
|
|
7
6
|
"Search Customer": "Rechercher un client",
|
|
8
7
|
"Search Subscriptions": "Rechercher dans les abonnements",
|
|
9
8
|
"Retrieve Customer": "Récupérer le client",
|
|
9
|
+
"Update Customer": "Mettre à jour le client",
|
|
10
|
+
"Create Payment (Payment Intent)": "Créer un paiement (Indice de paiement)",
|
|
11
|
+
"Create Product": "Créer un produit",
|
|
12
|
+
"Create Price": "Créer un prix",
|
|
13
|
+
"Create Subscription": "Créer un abonnement",
|
|
14
|
+
"Cancel Subscription": "Annuler l'abonnement",
|
|
15
|
+
"Retrieve an Invoice": "Récupérer une facture",
|
|
16
|
+
"Retrieve a Payout": "Récupérer un paiement",
|
|
17
|
+
"Create a Refund": "Créer un remboursement",
|
|
18
|
+
"Create Payment Link": "Créer un lien de paiement",
|
|
19
|
+
"Deactivate Payment Link": "Désactiver le lien de paiement",
|
|
20
|
+
"Find Payment (by Payment Intent ID)": "Trouver le paiement (par ID d'intention de paiement)",
|
|
21
|
+
"Find Invoice": "Trouver une facture",
|
|
10
22
|
"Custom API Call": "Appel d'API personnalisé",
|
|
11
23
|
"Create a customer in stripe": "Créer un client dans Stripe",
|
|
12
24
|
"Create an Invoice in stripe": "Créer une facture en bande",
|
|
13
25
|
"Search for a customer in stripe by email": "Rechercher un client dans Stripe par e-mail",
|
|
14
26
|
"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
27
|
"Retrieve a customer in stripe by id": "Récupérer un client en stripe par id",
|
|
28
|
+
"Modify an existing customer’s details.": "Modifier les informations d'un client existant.",
|
|
29
|
+
"Creates a new payment intent to start a payment flow.": "Crée une nouvelle intention de paiement pour démarrer un flux de paiement.",
|
|
30
|
+
"Create a new product object in Stripe.": "Créer un nouvel objet produit dans Stripe.",
|
|
31
|
+
"Create a price (one-time or recurring), associated with a product.": "Créer un prix (unique ou récurrent), associé à un produit.",
|
|
32
|
+
"Start a subscription for a customer with specified items/prices.": "Démarrez un abonnement pour un client avec des produits/prix spécifiés.",
|
|
33
|
+
"Cancel an existing subscription, either immediately or at the end of the current billing period.": "Annuler un abonnement existant, soit immédiatement ou à la fin de la période de facturation en cours.",
|
|
34
|
+
"Retrieves the details of an existing invoice by its ID.": "Récupère les détails d'une facture existante par son ID.",
|
|
35
|
+
"Retrieves the details of an existing payout by its ID.": "Récupère les détails d'un paiement existant par son ID.",
|
|
36
|
+
"Create a full or partial refund for a payment.": "Créez un remboursement complet ou partiel pour un paiement.",
|
|
37
|
+
"Creates a shareable, Stripe-hosted payment link for one-time purchases or subscriptions.": "Crée un lien de paiement partageable hébergé par Stripe pour des achats uniques ou des abonnements.",
|
|
38
|
+
"Disable or deactivate a Payment Link so it can no longer be used.": "Désactiver ou désactiver un lien de paiement pour qu'il ne puisse plus être utilisé.",
|
|
39
|
+
"Retrieves the details of a payment by its unique Payment Intent ID.": "Récupère les détails d'un paiement par son ID unique d'intention de paiement.",
|
|
40
|
+
"Finds an invoice by its unique ID.": "Trouve une facture par son ID unique.",
|
|
16
41
|
"Make a custom API call to a specific endpoint": "Passer un appel API personnalisé à un endpoint spécifique",
|
|
17
42
|
"Email": "Courriel",
|
|
18
43
|
"Name": "Nom",
|
|
@@ -33,6 +58,38 @@
|
|
|
33
58
|
"Fetch All Results": "Récupérer tous les résultats",
|
|
34
59
|
"Include Customer Details": "Inclure les informations du client",
|
|
35
60
|
"ID": "ID",
|
|
61
|
+
"Customer": "Client",
|
|
62
|
+
"Amount": "Montant",
|
|
63
|
+
"Payment Method ID": "ID de la méthode de paiement",
|
|
64
|
+
"Confirm Payment Immediately": "Confirmer le paiement immédiatement",
|
|
65
|
+
"Return URL": "URL de retour",
|
|
66
|
+
"Receipt Email": "Courriel de reçu",
|
|
67
|
+
"Product Name": "Nom du produit",
|
|
68
|
+
"Active": "Actif",
|
|
69
|
+
"Image URLs": "URL de l'image",
|
|
70
|
+
"Product URL": "URL du produit",
|
|
71
|
+
"Metadata": "Métadonnées",
|
|
72
|
+
"Product": "Produit",
|
|
73
|
+
"Unit Amount": "Montant de l'unité",
|
|
74
|
+
"Billing Interval": "Intervalle de facturation",
|
|
75
|
+
"Interval Count": "Nombre d'intervalle",
|
|
76
|
+
"Subscription Items": "Articles d'Abonnement",
|
|
77
|
+
"Collection Method": "Méthode de collecte",
|
|
78
|
+
"Days Until Due": "Jours avant échéance",
|
|
79
|
+
"Trial Period (Days)": "Période d'essai (Days)",
|
|
80
|
+
"Default Payment Method ID": "ID de la méthode de paiement par défaut",
|
|
81
|
+
"Subscription": "Abonnement",
|
|
82
|
+
"Cancel at Period End": "Annuler à la fin de la période",
|
|
83
|
+
"Invoice": "Facture",
|
|
84
|
+
"Payout": "Paiement",
|
|
85
|
+
"Payment Intent": "Intentions de paiement",
|
|
86
|
+
"Reason": "Raison",
|
|
87
|
+
"Line Items": "Lignes",
|
|
88
|
+
"After Completion Behavior": "Comportement après l'achèvement",
|
|
89
|
+
"Redirect URL": "URL de redirection",
|
|
90
|
+
"Allow Promotion Codes": "Autoriser les codes de promotion",
|
|
91
|
+
"Billing Address Collection": "Enlèvement de l'adresse de facturation",
|
|
92
|
+
"Payment Link": "Lien de paiement",
|
|
36
93
|
"Method": "Méthode",
|
|
37
94
|
"Headers": "En-têtes",
|
|
38
95
|
"Query Parameters": "Paramètres de requête",
|
|
@@ -51,10 +108,38 @@
|
|
|
51
108
|
"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
109
|
"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
110
|
"Fetch detailed customer information for each subscription": "Récupérer les informations détaillées sur le client pour chaque abonnement",
|
|
111
|
+
"The amount to charge, in a decimal format (e.g., 10.50 for $10.50).": "Le montant à charger, en format décimal (par exemple, 10,50 pour 10,50 $).",
|
|
112
|
+
"The three-letter ISO code for the currency.": "Le code ISO à trois lettres pour la devise.",
|
|
113
|
+
"The ID of the Payment Method to attach (e.g., `pm_...`). Required if you want to confirm the payment immediately.": "L'ID de la méthode de paiement à joindre (par exemple, `pm_...`). Requis si vous voulez confirmer le paiement immédiatement.",
|
|
114
|
+
"If true, Stripe will attempt to charge the provided payment method. A `Payment Method ID` is required.": "Si vrai, Stripe tentera de débiter le mode de paiement fourni. Un `ID de méthode de paiement` est requis.",
|
|
115
|
+
"The URL to redirect your customer back to after they authenticate their payment. Required when confirming the payment.": "L'URL vers laquelle rediriger votre client après avoir authentifié son paiement. Requis lors de la confirmation du paiement.",
|
|
116
|
+
"The email address to send a receipt to. This will override the customer's email address.": "L'adresse e-mail à laquelle envoyer un reçu. Cela remplacera l'adresse e-mail du client.",
|
|
117
|
+
"The product’s name, meant to be displayable to the customer.": "Le nom du produit, destiné à être visible au client.",
|
|
118
|
+
"The product’s description, meant to be displayable to the customer.": "La description du produit, destinée à être visible au client.",
|
|
119
|
+
"Whether the product is currently available for purchase. Defaults to true.": "Si le produit est actuellement disponible pour l'achat. La valeur par défaut est true.",
|
|
120
|
+
"A list of up to 8 URLs of images for this product.": "Une liste pouvant contenir jusqu'à 8 URL d'images pour ce produit.",
|
|
121
|
+
"A publicly-accessible online page for this product.": "Une page en ligne accessible au public pour ce produit.",
|
|
122
|
+
"A set of key-value pairs to store additional information about the product.": "Un ensemble de paires clé-valeur pour stocker des informations supplémentaires sur le produit.",
|
|
123
|
+
"The price amount as a decimal, for example, 25.50 for $25.50.": "Le prix sous forme de décimale, par exemple, 25,50 pour 25,50 $.",
|
|
124
|
+
"Specify the billing frequency. Select 'One-Time' for a single, non-recurring payment.": "Spécifiez la fréquence de facturation. Sélectionnez « Une fois» pour un paiement unique et non récurrent.",
|
|
125
|
+
"The number of intervals between subscription billings (e.g., for billing every 3 months, set Interval to Monthly and Interval Count to 3). Only used for recurring prices.": "Le nombre d'intervalles entre les factures d'abonnement (par ex. pour la facturation tous les 3 mois, réglez l'intervalle sur Mensuel et le nombre d'intervalles à 3). Utilisé uniquement pour les prix récurrents.",
|
|
126
|
+
"A list of prices to subscribe the customer to.": "Une liste des prix auxquels s'abonner le client.",
|
|
127
|
+
"How to collect payment. 'charge_automatically' will try to bill the default payment method. 'send_invoice' will email an invoice.": "Comment récupérer le paiement. 'charge_automatiquement' va essayer de facturer la méthode de paiement par défaut. 'send_invoice' enverra une facture.",
|
|
128
|
+
"Number of days before an invoice is due. Required if Collection Method is 'Send Invoice'.": "Nombre de jours avant l'échéance d'une facture. Requis si la méthode de collecte est 'Envoyer la facture'.",
|
|
129
|
+
"Integer representing the number of trial days the customer receives before the subscription bills for the first time.": "Nombre entier représentant le nombre de jours d'essai que le client reçoit avant les factures d'abonnement pour la première fois.",
|
|
130
|
+
"ID of the default payment method for the subscription (e.g., `pm_...`).": "ID de la méthode de paiement par défaut pour l'abonnement (par exemple, `pm_...`).",
|
|
131
|
+
"If true, the subscription remains active until the end of the current billing period. If false, it cancels immediately.": "Si vrai, l'abonnement reste actif jusqu'à la fin de la période de facturation en cours. S'il est faux, il annule immédiatement.",
|
|
132
|
+
"The amount to refund (e.g., 12.99). If left blank, a full refund will be issued.": "Le montant à rembourser (par exemple, 12,99). Si laissé vide, un remboursement complet sera émis.",
|
|
133
|
+
"An optional reason for the refund.": "Une raison facultative du remboursement.",
|
|
134
|
+
"A set of key-value pairs to store additional information about the refund.": "Un ensemble de paires de valeurs clés pour stocker des informations supplémentaires sur le remboursement.",
|
|
135
|
+
"The products and quantities to include in the payment link.": "Les produits et les quantités à inclure dans le lien de paiement.",
|
|
136
|
+
"Controls the behavior after the purchase is complete. Defaults to showing Stripe's hosted confirmation page.": "Contrôle le comportement après la fin de l'achat. Par défaut, la page de confirmation hébergée de Stripe.",
|
|
137
|
+
"The URL to redirect the customer to after a successful purchase. Only used if the behavior is set to \"Redirect to URL\".": "L'URL vers laquelle rediriger le client après un achat réussi. Utilisé uniquement si le comportement est défini sur \"Rediriger vers l'URL\".",
|
|
138
|
+
"Enables the user to enter a promotion code on the Payment Link page.": "Permet à l'utilisateur d'entrer un code de promotion sur la page Lien de paiement.",
|
|
139
|
+
"Describes whether Checkout should collect the customer’s billing address.": "Décrit si la commande doit collecter l'adresse de facturation du client.",
|
|
54
140
|
"Authorization headers are injected automatically from your connection.": "Les en-têtes d'autorisation sont injectés automatiquement à partir de votre connexion.",
|
|
55
141
|
"Enable for files like PDFs, images, etc..": "Activer pour les fichiers comme les PDFs, les images, etc.",
|
|
56
142
|
"All Statuses": "Tous les statuts",
|
|
57
|
-
"Active": "Actif",
|
|
58
143
|
"Past Due": "Échéance passée",
|
|
59
144
|
"Unpaid": "Non payé",
|
|
60
145
|
"Canceled": "Annulé",
|
|
@@ -62,6 +147,30 @@
|
|
|
62
147
|
"Incomplete Expired": "Incomplet expiré",
|
|
63
148
|
"Trialing": "Essai en cours",
|
|
64
149
|
"Paused": "En pause",
|
|
150
|
+
"US Dollar": "Dollar US",
|
|
151
|
+
"Euro": "Euros",
|
|
152
|
+
"Pound Sterling": "Livre sterling",
|
|
153
|
+
"Australian Dollar": "Dollar australien",
|
|
154
|
+
"Canadian Dollar": "Dollar canadien",
|
|
155
|
+
"Swiss Franc": "Franc Suisse",
|
|
156
|
+
"Chinese Yuan": "Yuan chinois",
|
|
157
|
+
"Japanese Yen": "Yen japonais",
|
|
158
|
+
"Indian Rupee": "Roupie indienne",
|
|
159
|
+
"Singapore Dollar": "Dollar de Singapour",
|
|
160
|
+
"One-Time": "Une fois",
|
|
161
|
+
"Daily": "Tous les jours",
|
|
162
|
+
"Weekly": "Hebdomadaire",
|
|
163
|
+
"Monthly": "Mensuel",
|
|
164
|
+
"Yearly": "Annuel",
|
|
165
|
+
"Charge Automatically": "Charger automatiquement",
|
|
166
|
+
"Send Invoice": "Envoyer une facture",
|
|
167
|
+
"Duplicate": "Dupliquer",
|
|
168
|
+
"Fraudulent": "Fraude",
|
|
169
|
+
"Requested by Customer": "Demandé par le client",
|
|
170
|
+
"Show Confirmation Page": "Afficher la page de confirmation",
|
|
171
|
+
"Redirect to URL": "Rediriger vers l'URL",
|
|
172
|
+
"Auto": "Automatique",
|
|
173
|
+
"Required": "Requis",
|
|
65
174
|
"GET": "GET",
|
|
66
175
|
"POST": "POST",
|
|
67
176
|
"PATCH": "PATCH",
|
|
@@ -72,8 +181,47 @@
|
|
|
72
181
|
"New Customer": "Nouveau client",
|
|
73
182
|
"Payment Failed": "Échec du paiement",
|
|
74
183
|
"New Subscription": "Nouvel abonnement",
|
|
184
|
+
"New Charge": "Nouvelle charge",
|
|
185
|
+
"New Invoice": "Nouvelle facture",
|
|
186
|
+
"Invoice Payment Failed": "Échec du paiement de la facture",
|
|
187
|
+
"Canceled Subscription": "Abonnement annulé",
|
|
188
|
+
"New Refund": "Nouveau remboursement",
|
|
189
|
+
"New Dispute": "Nouveau litige",
|
|
190
|
+
"New Payment Link": "Nouveau lien de paiement",
|
|
191
|
+
"Updated Subscription": "Abonnement mis à jour",
|
|
192
|
+
"Checkout Session Completed": "Session de paiement terminée",
|
|
75
193
|
"Triggers when a new payment is made": "Déclenche quand un nouveau paiement est effectué",
|
|
76
194
|
"Triggers when a new customer is created": "Déclenche lorsqu'un nouveau client est créé",
|
|
77
195
|
"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"
|
|
196
|
+
"Triggers when a new subscription is made": "Déclenche quand un nouvel abonnement est fait",
|
|
197
|
+
"Fires when a charge is successfully completed.": "Tire quand une charge est terminée avec succès.",
|
|
198
|
+
"Fires when an invoice is created. Supports filters like status, customer, subscription.": "Fait apparaître lorsqu'une facture est créée. Prend en charge les filtres comme l'état, le client, l'abonnement.",
|
|
199
|
+
"Fires when a payment against an invoice fails.": "Déclenche lorsqu'un paiement contre une facture échoue.",
|
|
200
|
+
"Fires when a subscription is canceled.": "Se déclenche lorsqu'un abonnement est annulé.",
|
|
201
|
+
"Fires when a charge is refunded (full or partial).": "Incendie lorsqu'un frais est remboursé (complet ou partiel).",
|
|
202
|
+
"Fires when a customer disputes a charge.": "Déclenche lorsqu'un client conteste une charge.",
|
|
203
|
+
"Fires when a new Payment Link is created.": "Se déclenche lorsqu'un nouveau lien de paiement est créé.",
|
|
204
|
+
"Fires when an existing subscription is changed.": "Se déclenche lorsqu'une souscription existante est modifiée.",
|
|
205
|
+
"Fires when a Stripe Checkout Session is successfully completed.": "Se déclenche lorsqu'une session de commande Stripe est terminée avec succès.",
|
|
206
|
+
"Status": "Statut",
|
|
207
|
+
"Subscription ID": "ID de l'abonnement",
|
|
208
|
+
"Charge ID": "ID de la charge",
|
|
209
|
+
"Payment Intent ID": "ID d'intention de paiement",
|
|
210
|
+
"New Status": "Nouveau statut",
|
|
211
|
+
"Only trigger for invoices with this status.": "Ne déclenche que pour les factures avec ce statut.",
|
|
212
|
+
"Only trigger for invoices belonging to this customer ID (e.g., `cus_...`).": "Déclenche uniquement les factures appartenant à cet ID client (par exemple, `cus_...`).",
|
|
213
|
+
"Only trigger for invoices belonging to this subscription ID (e.g., `sub_...`).": "Ne déclenche que pour les factures appartenant à cet ID d'abonnement (par exemple, `sub_...`).",
|
|
214
|
+
"Only trigger for subscriptions belonging to this customer ID (e.g., `cus_...`).": "Ne déclenche que pour les abonnements appartenant à cet ID client (par exemple, `cus_...`).",
|
|
215
|
+
"Only trigger for refunds related to this Charge ID (e.g., `ch_...`).": "Déclenche uniquement les remboursements liés à cet ID de charge (par exemple, `ch_...`).",
|
|
216
|
+
"Only trigger for refunds related to this Payment Intent ID (e.g., `pi_...`).": "Déclenche uniquement les remboursements liés à cet ID d'intention de paiement (par exemple, `pi_...`).",
|
|
217
|
+
"Only trigger for disputes related to this Charge ID (e.g., `ch_...`).": "Déclenche uniquement les litiges liés à cet ID de charge (par exemple, `ch_...`).",
|
|
218
|
+
"Only trigger for disputes related to this Payment Intent ID (e.g., `pi_...`).": "Déclenche uniquement les litiges liés à cet ID d'intention de paiement (par exemple, `pi_...`).",
|
|
219
|
+
"Only trigger when the subscription is updated to this status.": "Ne se déclenche que lorsque l'abonnement est mis à jour à cet état.",
|
|
220
|
+
"Only trigger for checkout sessions created by this customer ID (e.g., `cus_...`).": "Déclenche uniquement les sessions de commande créées par cet identifiant client (par exemple, `cus_...`).",
|
|
221
|
+
"Draft": "Brouillon",
|
|
222
|
+
"Open": "Ouvert",
|
|
223
|
+
"Paid": "Payé",
|
|
224
|
+
"Uncollectible": "Incollectible",
|
|
225
|
+
"Void": "Vide",
|
|
226
|
+
"Incomplete - Expired": "Incomplet - Expiré"
|
|
79
227
|
}
|
package/src/i18n/ja.json
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
{
|
|
2
|
-
"Stripe": "Stripe",
|
|
3
2
|
"Online payment processing for internet businesses": "インターネットビジネスのためのオンライン決済処理",
|
|
4
3
|
"Secret key acquired from your Stripe dashboard": "Stripeダッシュボードからシークレットキーを取得しました",
|
|
5
4
|
"Create Customer": "顧客を作成",
|
|
@@ -7,12 +6,38 @@
|
|
|
7
6
|
"Search Customer": "顧客を検索",
|
|
8
7
|
"Search Subscriptions": "サブスクリプションを検索",
|
|
9
8
|
"Retrieve Customer": "顧客の取得",
|
|
9
|
+
"Update Customer": "顧客情報の更新",
|
|
10
|
+
"Create Payment (Payment Intent)": "支払いの目的を作成",
|
|
11
|
+
"Create Product": "商品を作成",
|
|
12
|
+
"Create Price": "価格を作成",
|
|
13
|
+
"Create Subscription": "サブスクリプションを作成",
|
|
14
|
+
"Cancel Subscription": "サブスクリプションをキャンセル",
|
|
15
|
+
"Retrieve an Invoice": "請求書の取得",
|
|
16
|
+
"Retrieve a Payout": "支払いを取得する",
|
|
17
|
+
"Create a Refund": "払い戻しを作成",
|
|
18
|
+
"Create Payment Link": "支払いリンクを作成",
|
|
19
|
+
"Deactivate Payment Link": "支払いリンクを無効にする",
|
|
20
|
+
"Find Payment (by Payment Intent ID)": "支払いを検索 (支払い意向IDによる)",
|
|
21
|
+
"Find Invoice": "請求書を検索",
|
|
10
22
|
"Custom API Call": "カスタムAPI通話",
|
|
11
23
|
"Create a customer in stripe": "Stripeで顧客を作成する",
|
|
12
24
|
"Create an Invoice in stripe": "Stripeで請求書を作成",
|
|
13
25
|
"Search for a customer in stripe by email": "Stripeの顧客を電子メールで検索",
|
|
14
26
|
"Search for subscriptions by price ID, status, customer ID and other filters, including customer details": "価格ID、ステータス、顧客ID、および顧客詳細を含むその他のフィルターでサブスクリプションを検索します",
|
|
15
27
|
"Retrieve a customer in stripe by id": "Stripe の id で顧客を取得する",
|
|
28
|
+
"Modify an existing customer’s details.": "既存の顧客の詳細を修正します。",
|
|
29
|
+
"Creates a new payment intent to start a payment flow.": "支払いフローを開始するための新しい支払い意図を作成します。",
|
|
30
|
+
"Create a new product object in Stripe.": "Stripeで新しい製品オブジェクトを作成します。",
|
|
31
|
+
"Create a price (one-time or recurring), associated with a product.": "商品に関連付けられた価格 (一回または再帰) を作成します。",
|
|
32
|
+
"Start a subscription for a customer with specified items/prices.": "指定されたアイテム/価格の顧客のサブスクリプションを開始します。",
|
|
33
|
+
"Cancel an existing subscription, either immediately or at the end of the current billing period.": "既存のサブスクリプションをキャンセルします。ただちに、または現在の請求期間の終わりにします。",
|
|
34
|
+
"Retrieves the details of an existing invoice by its ID.": "既存の請求書の詳細を ID で取得します。",
|
|
35
|
+
"Retrieves the details of an existing payout by its ID.": "既存の支払いの詳細を ID で取得します。",
|
|
36
|
+
"Create a full or partial refund for a payment.": "支払いの全額または一部の払い戻しを作成します。",
|
|
37
|
+
"Creates a shareable, Stripe-hosted payment link for one-time purchases or subscriptions.": "1回限りの購入またはサブスクリプション用に共有可能なStripeホストの支払いリンクを作成します。",
|
|
38
|
+
"Disable or deactivate a Payment Link so it can no longer be used.": "支払いリンクを無効または無効にすると、使用できなくなります。",
|
|
39
|
+
"Retrieves the details of a payment by its unique Payment Intent ID.": "支払いの詳細については、固有の Payment Intent ID で取得します。",
|
|
40
|
+
"Finds an invoice by its unique ID.": "固有のIDで請求書を検索します。",
|
|
16
41
|
"Make a custom API call to a specific endpoint": "特定のエンドポイントへのカスタム API コールを実行します。",
|
|
17
42
|
"Email": "Eメールアドレス",
|
|
18
43
|
"Name": "名前",
|
|
@@ -33,6 +58,38 @@
|
|
|
33
58
|
"Fetch All Results": "すべての結果を取得",
|
|
34
59
|
"Include Customer Details": "顧客詳細を含める",
|
|
35
60
|
"ID": "ID",
|
|
61
|
+
"Customer": "顧客",
|
|
62
|
+
"Amount": "金額",
|
|
63
|
+
"Payment Method ID": "支払方法ID",
|
|
64
|
+
"Confirm Payment Immediately": "支払いをすぐに確認する",
|
|
65
|
+
"Return URL": "返品URL",
|
|
66
|
+
"Receipt Email": "領収書メール",
|
|
67
|
+
"Product Name": "商品名",
|
|
68
|
+
"Active": "有効",
|
|
69
|
+
"Image URLs": "画像のURL",
|
|
70
|
+
"Product URL": "商品URL",
|
|
71
|
+
"Metadata": "メタデータ",
|
|
72
|
+
"Product": "商品",
|
|
73
|
+
"Unit Amount": "ユニット数",
|
|
74
|
+
"Billing Interval": "請求間隔",
|
|
75
|
+
"Interval Count": "インターバル数",
|
|
76
|
+
"Subscription Items": "サブスクリプションアイテム",
|
|
77
|
+
"Collection Method": "収集方法",
|
|
78
|
+
"Days Until Due": "期限までの日数",
|
|
79
|
+
"Trial Period (Days)": "試用期間 (日)",
|
|
80
|
+
"Default Payment Method ID": "デフォルトの支払い方法ID",
|
|
81
|
+
"Subscription": "サブスクリプション",
|
|
82
|
+
"Cancel at Period End": "期間終了時にキャンセル",
|
|
83
|
+
"Invoice": "請求書",
|
|
84
|
+
"Payout": "支払い",
|
|
85
|
+
"Payment Intent": "支払いの目的",
|
|
86
|
+
"Reason": "理由:",
|
|
87
|
+
"Line Items": "行の項目",
|
|
88
|
+
"After Completion Behavior": "完了後の動作",
|
|
89
|
+
"Redirect URL": "リダイレクトURL",
|
|
90
|
+
"Allow Promotion Codes": "プロモーションコードを許可",
|
|
91
|
+
"Billing Address Collection": "請求先住所コレクション",
|
|
92
|
+
"Payment Link": "支払いリンク",
|
|
36
93
|
"Method": "方法",
|
|
37
94
|
"Headers": "ヘッダー",
|
|
38
95
|
"Query Parameters": "クエリパラメータ",
|
|
@@ -51,10 +108,38 @@
|
|
|
51
108
|
"Maximum number of subscriptions to return (default: 100, set to 0 for all)": "リターンするサブスクリプションの最大数(デフォルト:100、すべて0)",
|
|
52
109
|
"Fetch all matching subscriptions (ignores limit, may take longer for large datasets)": "すべての一致するサブスクリプションを取得します(制限を無視し、大規模なデータセットでは時間がかかる場合があります)",
|
|
53
110
|
"Fetch detailed customer information for each subscription": "各サブスクリプションの詳細な顧客情報を取得",
|
|
111
|
+
"The amount to charge, in a decimal format (e.g., 10.50 for $10.50).": "10進数形式で充電する金額(例:10.50ドルで10.50)",
|
|
112
|
+
"The three-letter ISO code for the currency.": "通貨の3文字のISOコード。",
|
|
113
|
+
"The ID of the Payment Method to attach (e.g., `pm_...`). Required if you want to confirm the payment immediately.": "アタッチする支払い方法のID(例:`pm_...`)。すぐに支払いを確認する場合に必要です。",
|
|
114
|
+
"If true, Stripe will attempt to charge the provided payment method. A `Payment Method ID` is required.": "true の場合、Stripeは提供された支払い方法を請求しようとします。`Payment Method ID` が必要です。",
|
|
115
|
+
"The URL to redirect your customer back to after they authenticate their payment. Required when confirming the payment.": "The URL to redirect your customer back to after they authenticate their payment. Required when confirming the payment.",
|
|
116
|
+
"The email address to send a receipt to. This will override the customer's email address.": "領収書を送信するメールアドレス。これは顧客のメールアドレスを上書きします。",
|
|
117
|
+
"The product’s name, meant to be displayable to the customer.": "製品名、顧客に表示されることを意味します。",
|
|
118
|
+
"The product’s description, meant to be displayable to the customer.": "製品の説明、顧客に表示されることを意味します。",
|
|
119
|
+
"Whether the product is currently available for purchase. Defaults to true.": "商品が現在購入可能かどうか。デフォルトは true です。",
|
|
120
|
+
"A list of up to 8 URLs of images for this product.": "この製品の画像の最大8つのURLの一覧です。",
|
|
121
|
+
"A publicly-accessible online page for this product.": "この製品の一般にアクセス可能なオンラインページ。",
|
|
122
|
+
"A set of key-value pairs to store additional information about the product.": "製品に関する追加情報を保存するためのキーと値のペアのセット。",
|
|
123
|
+
"The price amount as a decimal, for example, 25.50 for $25.50.": "価格は、例えば、25.50ドルで25.50ドルです。",
|
|
124
|
+
"Specify the billing frequency. Select 'One-Time' for a single, non-recurring payment.": "請求頻度を指定します。単一の非繰り返し支払いには「ワンタイム」を選択します。",
|
|
125
|
+
"The number of intervals between subscription billings (e.g., for billing every 3 months, set Interval to Monthly and Interval Count to 3). Only used for recurring prices.": "サブスクリプションの課金間隔の数 (例: を選択します。3ヶ月ごとに課金するには、間隔を月単位、間隔を3に設定します。定期的な価格にのみ使用されます。",
|
|
126
|
+
"A list of prices to subscribe the customer to.": "顧客を購読する価格のリスト",
|
|
127
|
+
"How to collect payment. 'charge_automatically' will try to bill the default payment method. 'send_invoice' will email an invoice.": "支払いの受け取り方法。'charg_automatically' はデフォルトの支払い方法を請求しようとします。'send_invoice' は請求書をメールします。",
|
|
128
|
+
"Number of days before an invoice is due. Required if Collection Method is 'Send Invoice'.": "請求書発行までの日数。コレクションメソッドが「請求書を送信」の場合に必要です。",
|
|
129
|
+
"Integer representing the number of trial days the customer receives before the subscription bills for the first time.": "顧客が初めてサブスクリプションの請求書の前に受け取る試用日数を表す整数。",
|
|
130
|
+
"ID of the default payment method for the subscription (e.g., `pm_...`).": "サブスクリプションのデフォルトの支払い方法のID(例: `pm_...`)。",
|
|
131
|
+
"If true, the subscription remains active until the end of the current billing period. If false, it cancels immediately.": "true の場合、サブスクリプションは現在の請求期間の終了まで有効です。false の場合、すぐにキャンセルされます。",
|
|
132
|
+
"The amount to refund (e.g., 12.99). If left blank, a full refund will be issued.": "The amount to refund (e.g., 12.99). If left blank, a full refund will be issued.",
|
|
133
|
+
"An optional reason for the refund.": "返金のオプション理由。",
|
|
134
|
+
"A set of key-value pairs to store additional information about the refund.": "返金に関する追加情報を保存するためのキーと値のペアのセット。",
|
|
135
|
+
"The products and quantities to include in the payment link.": "支払いリンクに含める商品と数量。",
|
|
136
|
+
"Controls the behavior after the purchase is complete. Defaults to showing Stripe's hosted confirmation page.": "購入が完了した後の動作を制御します。デフォルトではStripeのホストされている確認ページが表示されます。",
|
|
137
|
+
"The URL to redirect the customer to after a successful purchase. Only used if the behavior is set to \"Redirect to URL\".": "購入が成功した後に顧客をリダイレクトするURL。動作が「URLにリダイレクト」に設定されている場合にのみ使用されます。",
|
|
138
|
+
"Enables the user to enter a promotion code on the Payment Link page.": "ユーザーがformat@@0ページにプロモーションコードを入力できるようにします。",
|
|
139
|
+
"Describes whether Checkout should collect the customer’s billing address.": "Checkout should collect the customer’s billing address.",
|
|
54
140
|
"Authorization headers are injected automatically from your connection.": "認証ヘッダは接続から自動的に注入されます。",
|
|
55
141
|
"Enable for files like PDFs, images, etc..": "PDF、画像などのファイルを有効にします。",
|
|
56
142
|
"All Statuses": "すべてのステータス",
|
|
57
|
-
"Active": "有効",
|
|
58
143
|
"Past Due": "過去の期限",
|
|
59
144
|
"Unpaid": "未払いです",
|
|
60
145
|
"Canceled": "キャンセルしました",
|
|
@@ -62,6 +147,30 @@
|
|
|
62
147
|
"Incomplete Expired": "未完了です。",
|
|
63
148
|
"Trialing": "試練中",
|
|
64
149
|
"Paused": "一時停止中",
|
|
150
|
+
"US Dollar": "米ドル",
|
|
151
|
+
"Euro": "ユーロ",
|
|
152
|
+
"Pound Sterling": "Pound Sterling",
|
|
153
|
+
"Australian Dollar": "オーストラリア ドル",
|
|
154
|
+
"Canadian Dollar": "カナダ ドル",
|
|
155
|
+
"Swiss Franc": "スイスフラン",
|
|
156
|
+
"Chinese Yuan": "中国元",
|
|
157
|
+
"Japanese Yen": "日本円",
|
|
158
|
+
"Indian Rupee": "インド ルピー",
|
|
159
|
+
"Singapore Dollar": "シンガポール ドル",
|
|
160
|
+
"One-Time": "ワンタイム",
|
|
161
|
+
"Daily": "毎日",
|
|
162
|
+
"Weekly": "Weekly",
|
|
163
|
+
"Monthly": "月ごと",
|
|
164
|
+
"Yearly": "年ごと",
|
|
165
|
+
"Charge Automatically": "自動充電",
|
|
166
|
+
"Send Invoice": "請求書を送信",
|
|
167
|
+
"Duplicate": "Duplicate",
|
|
168
|
+
"Fraudulent": "詐欺的な",
|
|
169
|
+
"Requested by Customer": "顧客からのリクエスト",
|
|
170
|
+
"Show Confirmation Page": "確認ページを表示",
|
|
171
|
+
"Redirect to URL": "URL にリダイレクト",
|
|
172
|
+
"Auto": "自動",
|
|
173
|
+
"Required": "必須",
|
|
65
174
|
"GET": "取得",
|
|
66
175
|
"POST": "POST",
|
|
67
176
|
"PATCH": "PATCH",
|
|
@@ -72,8 +181,47 @@
|
|
|
72
181
|
"New Customer": "新規顧客",
|
|
73
182
|
"Payment Failed": "支払いに失敗しました",
|
|
74
183
|
"New Subscription": "新しいサブスクリプション",
|
|
184
|
+
"New Charge": "新しい料金",
|
|
185
|
+
"New Invoice": "新しい請求書",
|
|
186
|
+
"Invoice Payment Failed": "請求書の支払いに失敗しました",
|
|
187
|
+
"Canceled Subscription": "サブスクリプションをキャンセル",
|
|
188
|
+
"New Refund": "新しい返金",
|
|
189
|
+
"New Dispute": "New Dispute",
|
|
190
|
+
"New Payment Link": "新しい支払いリンク",
|
|
191
|
+
"Updated Subscription": "サブスクリプションを更新しました",
|
|
192
|
+
"Checkout Session Completed": "チェックアウトセッション完了",
|
|
75
193
|
"Triggers when a new payment is made": "新しい支払いが行われたときに発生する",
|
|
76
194
|
"Triggers when a new customer is created": "新しい顧客が作成されたときにトリガーします",
|
|
77
195
|
"Triggers when a payment fails": "支払いに失敗したときに発生する",
|
|
78
|
-
"Triggers when a new subscription is made": "新しいサブスクリプションが作成されたときにトリガー"
|
|
196
|
+
"Triggers when a new subscription is made": "新しいサブスクリプションが作成されたときにトリガー",
|
|
197
|
+
"Fires when a charge is successfully completed.": "充電が正常に完了したときに発生します。",
|
|
198
|
+
"Fires when an invoice is created. Supports filters like status, customer, subscription.": "請求書が作成されたときに発生します。ステータス、顧客、購読などのフィルタをサポートしています。",
|
|
199
|
+
"Fires when a payment against an invoice fails.": "請求書に対する支払いが失敗したときに発生します。",
|
|
200
|
+
"Fires when a subscription is canceled.": "サブスクリプションがキャンセルされたときに発生します。",
|
|
201
|
+
"Fires when a charge is refunded (full or partial).": "請求が返金されたときに発生します(全部または一部)。",
|
|
202
|
+
"Fires when a customer disputes a charge.": "顧客が請求に異議を唱えたときに発生します。",
|
|
203
|
+
"Fires when a new Payment Link is created.": "新しい支払いリンクが作成されたときに発生します。",
|
|
204
|
+
"Fires when an existing subscription is changed.": "既存のサブスクリプションが変更されたときに発生します。",
|
|
205
|
+
"Fires when a Stripe Checkout Session is successfully completed.": "Stripe Checkout Sessionが正常に完了したときに発生します。",
|
|
206
|
+
"Status": "ステータス",
|
|
207
|
+
"Subscription ID": "サブスクリプションID",
|
|
208
|
+
"Charge ID": "請求ID",
|
|
209
|
+
"Payment Intent ID": "支払い意図ID",
|
|
210
|
+
"New Status": "新しいステータス",
|
|
211
|
+
"Only trigger for invoices with this status.": "このステータスを持つ請求書のみトリガーします。",
|
|
212
|
+
"Only trigger for invoices belonging to this customer ID (e.g., `cus_...`).": "この顧客 ID に属する請求書のみトリガーします(例: `cus_...`)。",
|
|
213
|
+
"Only trigger for invoices belonging to this subscription ID (e.g., `sub_...`).": "このサブスクリプションIDに属する請求書のみトリガーします(例: `sub_...`)。",
|
|
214
|
+
"Only trigger for subscriptions belonging to this customer ID (e.g., `cus_...`).": "この顧客 ID に属するサブスクリプションのみトリガーします (例: `cus_...`)。",
|
|
215
|
+
"Only trigger for refunds related to this Charge ID (e.g., `ch_...`).": "この Charge ID に関連する返金のみをトリガーします(例: `ch_...`)。",
|
|
216
|
+
"Only trigger for refunds related to this Payment Intent ID (e.g., `pi_...`).": "この Payment Intent ID (例: `pi_...`) に関連する返金のみをトリガーします。",
|
|
217
|
+
"Only trigger for disputes related to this Charge ID (e.g., `ch_...`).": "この Charge ID に関連する論争(例えば `ch_...`)のみトリガーします。",
|
|
218
|
+
"Only trigger for disputes related to this Payment Intent ID (e.g., `pi_...`).": "この Payment Intent ID (例: `pi_...`) に関連する論争のみトリガーします。",
|
|
219
|
+
"Only trigger when the subscription is updated to this status.": "サブスクリプションがこのステータスに更新された場合にのみトリガーします。",
|
|
220
|
+
"Only trigger for checkout sessions created by this customer ID (e.g., `cus_...`).": "この顧客 ID (例: `cus_...`) によって作成されたチェックアウトセッションのみトリガーします。",
|
|
221
|
+
"Draft": "下書き",
|
|
222
|
+
"Open": "開く",
|
|
223
|
+
"Paid": "支払い済み",
|
|
224
|
+
"Uncollectible": "Uncollectible",
|
|
225
|
+
"Void": "Void",
|
|
226
|
+
"Incomplete - Expired": "未完了 - 期限切れ"
|
|
79
227
|
}
|