@activepieces/piece-paywhirl 0.0.1 → 0.0.2
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 +4 -4
- package/src/i18n/de.json +103 -0
- package/src/i18n/es.json +103 -0
- package/src/i18n/fr.json +103 -0
- package/src/i18n/ja.json +103 -0
- package/src/i18n/nl.json +103 -0
- package/src/i18n/pt.json +103 -0
- package/src/i18n/translation.json +103 -0
- package/src/i18n/zh.json +103 -0
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@activepieces/piece-paywhirl",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.2",
|
|
4
4
|
"type": "commonjs",
|
|
5
5
|
"main": "./src/index.js",
|
|
6
6
|
"types": "./src/index.d.ts",
|
|
7
7
|
"dependencies": {
|
|
8
8
|
"@sinclair/typebox": "0.34.11",
|
|
9
|
-
"ai": "
|
|
9
|
+
"ai": "^6.0.0",
|
|
10
10
|
"axios": "1.13.1",
|
|
11
11
|
"axios-retry": "4.4.1",
|
|
12
12
|
"deepmerge-ts": "7.1.0",
|
|
@@ -18,8 +18,8 @@
|
|
|
18
18
|
"socket.io-client": "4.8.1",
|
|
19
19
|
"tslib": "^2.3.0",
|
|
20
20
|
"zod": "4.1.13",
|
|
21
|
-
"@activepieces/pieces-common": "0.11.
|
|
22
|
-
"@activepieces/pieces-framework": "0.
|
|
21
|
+
"@activepieces/pieces-common": "0.11.2",
|
|
22
|
+
"@activepieces/pieces-framework": "0.24.0",
|
|
23
23
|
"@activepieces/shared": "0.32.0"
|
|
24
24
|
},
|
|
25
25
|
"resolutions": {
|
package/src/i18n/de.json
ADDED
|
@@ -0,0 +1,103 @@
|
|
|
1
|
+
{
|
|
2
|
+
"PayWhirls intuitive tools make recurring billing easy. Sell subscriptions, pre-orders, payment plans, or whatever billing arrangements you can dream up.": "Die intuitiven Tools von PayWhirls machen das wiederkehrende Abrechnen einfacher. Verkaufen Sie Abonnements, Vorbestellungen, Zahlungspläne oder andere Zahlungsvereinbarungen, die Sie träumen können.",
|
|
3
|
+
"API Key": "API-Schlüssel",
|
|
4
|
+
"API Secret": "API-Geheimnis",
|
|
5
|
+
"Your Paywhirl API Key": "Ihr Paywhirl API Key",
|
|
6
|
+
"Your Paywhirl API Secret": "Ihr Paywhirl API Secret",
|
|
7
|
+
"Authenticate with your Paywhirl API Key": "Authentifizieren Sie sich mit Ihrem Paywhirl API Key",
|
|
8
|
+
"Cancel Subscription": "Abonnement kündigen",
|
|
9
|
+
"Create Customer": "Kunde erstellen",
|
|
10
|
+
"Get Customers": "Kunden holen",
|
|
11
|
+
"Get Customer Subscriptions": "Kundenabonnements erhalten",
|
|
12
|
+
"Subscribe Customer": "Kunden abonnieren",
|
|
13
|
+
"Custom API Call": "Eigener API-Aufruf",
|
|
14
|
+
"Cancel a customer's existing subscription. This will prevent the subscription from making any additional charges and unbind the customer from the plan.": "Kündigen Sie das bestehende Abonnement eines Kunden. Dadurch wird verhindert, dass das Abonnement zusätzliche Kosten erhebt und den Kunden vom Paket trennt.",
|
|
15
|
+
"Create a new customer. This is required before binding a customer to a plan via a subscription.": "Erstellen Sie einen neuen Kunden. Dies ist erforderlich, bevor Sie einen Kunden über ein Abonnement an einen Plan binden.",
|
|
16
|
+
"Retrieve a selection of customers. Useful for keeping track of customers in a local database.": "Eine Auswahl von Kunden abrufen. Nützlich, um Kunden in einer lokalen Datenbank zu verfolgen.",
|
|
17
|
+
"Get a list of subscriptions associated with a given customer. Useful for determining which services a customer is currently expecting.": "Holen Sie sich eine Liste von Abonnements, die einem bestimmten Kunden zugeordnet sind. Nützlich, um zu ermitteln, welche Dienstleistungen ein Kunde derzeit erwartet.",
|
|
18
|
+
"Enroll a customer in an existing plan. The customer must have a valid payment method on file.": "Melden Sie sich für einen Kunden in ein bestehendes Paket an. Der Kunde muss über eine gültige Zahlungsmethode verfügen.",
|
|
19
|
+
"Make a custom API call to a specific endpoint": "Einen benutzerdefinierten API-Aufruf an einen bestimmten Endpunkt machen",
|
|
20
|
+
"Subscription ID": "Abonnement-ID",
|
|
21
|
+
"Customer ID": "Kunden-ID",
|
|
22
|
+
"First Name": "Vorname",
|
|
23
|
+
"Last Name": "Nachname",
|
|
24
|
+
"Email": "E-Mail",
|
|
25
|
+
"Currency": "Währung",
|
|
26
|
+
"Password": "Kennwort",
|
|
27
|
+
"Phone Number": "Telefonnummer",
|
|
28
|
+
"Street Address": "Straße",
|
|
29
|
+
"City": "Stadt",
|
|
30
|
+
"State / Region": "Bundesland / Region",
|
|
31
|
+
"Zip / Postal Code": "Postleitzahl",
|
|
32
|
+
"Country Code": "Landesvorwahl",
|
|
33
|
+
"Payment Gateway ID": "Zahlung Gateway-ID",
|
|
34
|
+
"UTM Source": "UTM-Quelle",
|
|
35
|
+
"UTM Medium": "UTM Medium",
|
|
36
|
+
"UTM Term": "UTM Begriff",
|
|
37
|
+
"UTM Content": "UTM-Inhalt",
|
|
38
|
+
"UTM Campaign": "UTM-Kampagne",
|
|
39
|
+
"UTM Group": "UTM-Gruppe",
|
|
40
|
+
"Limit": "Limit",
|
|
41
|
+
"Order Key": "Bestellschlüssel",
|
|
42
|
+
"Order Direction": "Bestellrichtung",
|
|
43
|
+
"Before ID": "Vor ID",
|
|
44
|
+
"After ID": "Nach ID",
|
|
45
|
+
"Keyword": "Keyword",
|
|
46
|
+
"Status": "Status",
|
|
47
|
+
"Plan ID": "Plan ID",
|
|
48
|
+
"Trial End": "Test-Ende",
|
|
49
|
+
"Promo ID": "Promo-ID",
|
|
50
|
+
"Quantity": "Menge",
|
|
51
|
+
"Method": "Methode",
|
|
52
|
+
"Headers": "Kopfzeilen",
|
|
53
|
+
"Query Parameters": "Abfrageparameter",
|
|
54
|
+
"Body Type": "Körpertyp",
|
|
55
|
+
"Body": "Körper",
|
|
56
|
+
"Response is Binary ?": "Antwort ist binär?",
|
|
57
|
+
"No Error on Failure": "Kein Fehler bei Fehler",
|
|
58
|
+
"Timeout (in seconds)": "Timeout (in Sekunden)",
|
|
59
|
+
"Follow redirects": "Weiterleitungen folgen",
|
|
60
|
+
"Customer ID (can be used instead of subscription_id)": "Kunden-ID (kann anstelle von subscription_id verwendet werden)",
|
|
61
|
+
"First name": "Vorname",
|
|
62
|
+
"Last name": "Nachname",
|
|
63
|
+
"Email address": "E-Mail-Adresse",
|
|
64
|
+
"Currency code (ex. USD, GBP, AUD, CAD, EUR, etc)": "Währungscode (z. B. USD, GBP, AUD, CAD, EUR, etc.)",
|
|
65
|
+
"Password (leave blank to let customer assign via secure link in welcome email)": "Passwort (leer lassen, um Kunden per sicherem Link in der Willkommens-E-Mail zuweisen zu lassen)",
|
|
66
|
+
"Phone number": "Telefonnummer",
|
|
67
|
+
"Street address": "Straße",
|
|
68
|
+
"Country Code (ex. US, GB, CA, AU, etc)": "Ländercode (z. B. USA, GB, CA, AU, etc.)",
|
|
69
|
+
"PayWhirl ID of payment gateway to attach to customer. If left blank, first loaded gateway will be used.": "PayWhirl ID des Zahlungs-Gateways, das an Kunden angehängt wird. Wenn leer gelassen, wird das erste geladene Gateway verwendet.",
|
|
70
|
+
"Acquisition source (ex. google, bing, email, fall_campaign, etc)": "Erwerbsquelle (z.B. Google, Bing, E-Mail, fall_campaign usw.)",
|
|
71
|
+
"Acquisition medium (ex. CPC, banner, text_ad, etc)": "Akquisitionsmedium (z. B. CPC, Banner, text_ad)",
|
|
72
|
+
"Acquisition keyword": "Akquisitionswort",
|
|
73
|
+
"Acquisition Ad Content": "Acquisition Ad-Inhalt",
|
|
74
|
+
"Acquisition Ad Campaign": "Akquisitionswerbung",
|
|
75
|
+
"Acquisition Ad Group": "Acquisition Ad-Gruppe",
|
|
76
|
+
"Number of entries to return. Limit 100.": "Anzahl der zurückzugebenden Einträge. Limit 100.",
|
|
77
|
+
"Field to sort by. Default: id": "Sortierfeld. Standard: id",
|
|
78
|
+
"Direction to order results": "Sortierreihenfolge",
|
|
79
|
+
"All customers returned will have an ID less than this value": "Alle zurückgesandten Kunden haben eine ID kleiner als dieser Wert",
|
|
80
|
+
"All customers returned will have an ID greater than this value": "Alle zurückgesandten Kunden haben eine ID größer als dieser Wert",
|
|
81
|
+
"Filter by keyword": "Nach Stichwort filtern",
|
|
82
|
+
"Filter by subscription status. Active (default) excludes canceled; Canceled shows only canceled; All shows all subscriptions.": "Filtern nach Abonnementstatus. Aktiv (Standard) ausschließt abgebrochen; abgebrochene Serien nur abgebrochen; Alle zeigen alle Abonnements.",
|
|
83
|
+
"UNIX timestamp in the future (UTC timezone)": "UNIX Zeitstempel in der Zukunft (UTC Zeitzone)",
|
|
84
|
+
"ID of promo code to apply": "ID des anzuwendenden Promo-Codes",
|
|
85
|
+
"Quantity (Default: 1)": "Menge (Standard: 1)",
|
|
86
|
+
"Authorization headers are injected automatically from your connection.": "Autorisierungs-Header werden automatisch von Ihrer Verbindung injiziert.",
|
|
87
|
+
"Enable for files like PDFs, images, etc.": "Aktivieren für Dateien wie PDFs, Bilder usw.",
|
|
88
|
+
"Ascending": "Aufsteigend",
|
|
89
|
+
"Descending": "Absteigend",
|
|
90
|
+
"Active": "Aktiv",
|
|
91
|
+
"Canceled": "Abgebrochen",
|
|
92
|
+
"All": "Alle",
|
|
93
|
+
"GET": "ERHALTEN",
|
|
94
|
+
"POST": "POST",
|
|
95
|
+
"PATCH": "PATCH",
|
|
96
|
+
"PUT": "PUT",
|
|
97
|
+
"DELETE": "LÖSCHEN",
|
|
98
|
+
"HEAD": "HEAD",
|
|
99
|
+
"None": "Keine",
|
|
100
|
+
"JSON": "JSON",
|
|
101
|
+
"Form Data": "Formulardaten",
|
|
102
|
+
"Raw": "Rohe"
|
|
103
|
+
}
|
package/src/i18n/es.json
ADDED
|
@@ -0,0 +1,103 @@
|
|
|
1
|
+
{
|
|
2
|
+
"PayWhirls intuitive tools make recurring billing easy. Sell subscriptions, pre-orders, payment plans, or whatever billing arrangements you can dream up.": "Las herramientas intuitivas de PayWhirls facilitan la facturación recurriente.",
|
|
3
|
+
"API Key": "Clave API",
|
|
4
|
+
"API Secret": "API secreta",
|
|
5
|
+
"Your Paywhirl API Key": "Tu Clave API de Paywhirl",
|
|
6
|
+
"Your Paywhirl API Secret": "Tu API secreta de Paywhirl",
|
|
7
|
+
"Authenticate with your Paywhirl API Key": "Autenticar con tu Clave API de Paywhirl",
|
|
8
|
+
"Cancel Subscription": "Cancelar suscripción",
|
|
9
|
+
"Create Customer": "Crear cliente",
|
|
10
|
+
"Get Customers": "Obtener clientes",
|
|
11
|
+
"Get Customer Subscriptions": "Obtener suscripciones al cliente",
|
|
12
|
+
"Subscribe Customer": "Suscribirse al cliente",
|
|
13
|
+
"Custom API Call": "Llamada API personalizada",
|
|
14
|
+
"Cancel a customer's existing subscription. This will prevent the subscription from making any additional charges and unbind the customer from the plan.": "Cancelar la suscripción existente de un cliente. Esto evitará que la suscripción realice cargos adicionales y desvincule al cliente del plan.",
|
|
15
|
+
"Create a new customer. This is required before binding a customer to a plan via a subscription.": "Crear un nuevo cliente. Esto es necesario antes de vincular un cliente a un plan a través de una suscripción.",
|
|
16
|
+
"Retrieve a selection of customers. Useful for keeping track of customers in a local database.": "Recuperar una selección de clientes. Útil para mantener un seguimiento de los clientes en una base de datos local.",
|
|
17
|
+
"Get a list of subscriptions associated with a given customer. Useful for determining which services a customer is currently expecting.": "Obtenga una lista de suscripciones asociadas con un cliente dado. Útil para determinar qué servicios está esperando un cliente.",
|
|
18
|
+
"Enroll a customer in an existing plan. The customer must have a valid payment method on file.": "Inscríbase a un cliente en un plan existente. El cliente debe tener un método de pago válido en el archivo.",
|
|
19
|
+
"Make a custom API call to a specific endpoint": "Hacer una llamada API personalizada a un extremo específico",
|
|
20
|
+
"Subscription ID": "ID de suscripción",
|
|
21
|
+
"Customer ID": "ID del cliente",
|
|
22
|
+
"First Name": "Nombre",
|
|
23
|
+
"Last Name": "Apellido",
|
|
24
|
+
"Email": "E-mail",
|
|
25
|
+
"Currency": "Moneda",
|
|
26
|
+
"Password": "Contraseña",
|
|
27
|
+
"Phone Number": "Número de teléfono",
|
|
28
|
+
"Street Address": "Dirección de calle",
|
|
29
|
+
"City": "Ciudad",
|
|
30
|
+
"State / Region": "Estado / Región",
|
|
31
|
+
"Zip / Postal Code": "Código postal",
|
|
32
|
+
"Country Code": "Código del país",
|
|
33
|
+
"Payment Gateway ID": "ID de pasarela de pago",
|
|
34
|
+
"UTM Source": "Fuente UTM",
|
|
35
|
+
"UTM Medium": "Medios UTM",
|
|
36
|
+
"UTM Term": "Término UTM",
|
|
37
|
+
"UTM Content": "Contenido UTM",
|
|
38
|
+
"UTM Campaign": "Campaña UTM",
|
|
39
|
+
"UTM Group": "Grupo UTM",
|
|
40
|
+
"Limit": "Límite",
|
|
41
|
+
"Order Key": "Clave de pedido",
|
|
42
|
+
"Order Direction": "Dirección del pedido",
|
|
43
|
+
"Before ID": "Antes de ID",
|
|
44
|
+
"After ID": "Después de ID",
|
|
45
|
+
"Keyword": "Keyword",
|
|
46
|
+
"Status": "Estado",
|
|
47
|
+
"Plan ID": "ID del plan",
|
|
48
|
+
"Trial End": "Fin de prueba",
|
|
49
|
+
"Promo ID": "ID de promoción",
|
|
50
|
+
"Quantity": "Cantidad",
|
|
51
|
+
"Method": "Método",
|
|
52
|
+
"Headers": "Encabezados",
|
|
53
|
+
"Query Parameters": "Parámetros de consulta",
|
|
54
|
+
"Body Type": "Tipo de cuerpo",
|
|
55
|
+
"Body": "Cuerpo",
|
|
56
|
+
"Response is Binary ?": "¿Respuesta es binaria?",
|
|
57
|
+
"No Error on Failure": "No hay ningún error en fallo",
|
|
58
|
+
"Timeout (in seconds)": "Tiempo de espera (en segundos)",
|
|
59
|
+
"Follow redirects": "Seguir redirecciones",
|
|
60
|
+
"Customer ID (can be used instead of subscription_id)": "ID de cliente (puede ser usado en lugar de subscription_id)",
|
|
61
|
+
"First name": "Nombre",
|
|
62
|
+
"Last name": "Apellido",
|
|
63
|
+
"Email address": "Dirección de email",
|
|
64
|
+
"Currency code (ex. USD, GBP, AUD, CAD, EUR, etc)": "Código de moneda (ej. USD, GBP, AUD, CAD, EUR, etc.)",
|
|
65
|
+
"Password (leave blank to let customer assign via secure link in welcome email)": "Contraseña (dejar en blanco para permitir que el cliente se asigne a través de un enlace seguro en el correo electrónico de bienvenida)",
|
|
66
|
+
"Phone number": "Número de teléfono",
|
|
67
|
+
"Street address": "Dirección de calle",
|
|
68
|
+
"Country Code (ex. US, GB, CA, AU, etc)": "Código de país (ej. US, GB, CA, AU, etc)",
|
|
69
|
+
"PayWhirl ID of payment gateway to attach to customer. If left blank, first loaded gateway will be used.": "ID de PayWhirl de la pasarela de pago a adjuntar al cliente. Si se deja en blanco, se utilizará la primera pasarela cargada.",
|
|
70
|
+
"Acquisition source (ex. google, bing, email, fall_campaign, etc)": "Fuente de adquisición (ej: google, bing, email, fall_campaign, etc.)",
|
|
71
|
+
"Acquisition medium (ex. CPC, banner, text_ad, etc)": "Medio de adquisición (ej.: CPC, banner, text_ad, etc.)",
|
|
72
|
+
"Acquisition keyword": "Palabra clave de adquisición",
|
|
73
|
+
"Acquisition Ad Content": "Contenido de anuncios de adquisición",
|
|
74
|
+
"Acquisition Ad Campaign": "Campaña de anuncios de adquisición",
|
|
75
|
+
"Acquisition Ad Group": "Grupo de anuncios de adquisición",
|
|
76
|
+
"Number of entries to return. Limit 100.": "Número de entradas a regresar. Límite 100.",
|
|
77
|
+
"Field to sort by. Default: id": "Campo a ordenar. Por defecto: id",
|
|
78
|
+
"Direction to order results": "Dirección de los resultados del pedido",
|
|
79
|
+
"All customers returned will have an ID less than this value": "Todos los clientes devueltos tendrán un ID menor que este valor",
|
|
80
|
+
"All customers returned will have an ID greater than this value": "Todos los clientes devueltos tendrán un ID mayor que este valor",
|
|
81
|
+
"Filter by keyword": "Filtrar por palabra clave",
|
|
82
|
+
"Filter by subscription status. Active (default) excludes canceled; Canceled shows only canceled; All shows all subscriptions.": "Filtrar por estado de suscripción. Activo (por defecto) excluye cancelado; Solo se cancelan las presentaciones canceladas; todas muestran todas las suscripciones.",
|
|
83
|
+
"UNIX timestamp in the future (UTC timezone)": "Marca de tiempo UNIX en el futuro (zona horaria UTC)",
|
|
84
|
+
"ID of promo code to apply": "ID del código promocional a aplicar",
|
|
85
|
+
"Quantity (Default: 1)": "Cantidad (por defecto: 1)",
|
|
86
|
+
"Authorization headers are injected automatically from your connection.": "Las cabeceras de autorización se inyectan automáticamente desde tu conexión.",
|
|
87
|
+
"Enable for files like PDFs, images, etc.": "Activar para archivos como PDFs, imágenes, etc.",
|
|
88
|
+
"Ascending": "Ascendiente",
|
|
89
|
+
"Descending": "Descendiente",
|
|
90
|
+
"Active": "Activo",
|
|
91
|
+
"Canceled": "Cancelado",
|
|
92
|
+
"All": "Todos",
|
|
93
|
+
"GET": "RECOGER",
|
|
94
|
+
"POST": "POST",
|
|
95
|
+
"PATCH": "PATCH",
|
|
96
|
+
"PUT": "PUT",
|
|
97
|
+
"DELETE": "BORRAR",
|
|
98
|
+
"HEAD": "LIMPIO",
|
|
99
|
+
"None": "Ninguna",
|
|
100
|
+
"JSON": "JSON",
|
|
101
|
+
"Form Data": "Datos de Formulario",
|
|
102
|
+
"Raw": "Rápido"
|
|
103
|
+
}
|
package/src/i18n/fr.json
ADDED
|
@@ -0,0 +1,103 @@
|
|
|
1
|
+
{
|
|
2
|
+
"PayWhirls intuitive tools make recurring billing easy. Sell subscriptions, pre-orders, payment plans, or whatever billing arrangements you can dream up.": "Les outils intuitifs de PayWhirls facilitent la facturation récurrente. Vendez des abonnements, des pré-commandes, des plans de paiement ou tout autre arrangement de facturation que vous pouvez imaginer.",
|
|
3
|
+
"API Key": "Clé API",
|
|
4
|
+
"API Secret": "Secret de l'API",
|
|
5
|
+
"Your Paywhirl API Key": "Votre clé API Paywhirl",
|
|
6
|
+
"Your Paywhirl API Secret": "Votre secret d'API Paywhirl",
|
|
7
|
+
"Authenticate with your Paywhirl API Key": "Authentifiez-vous avec votre clé API Paywhirl",
|
|
8
|
+
"Cancel Subscription": "Annuler l'abonnement",
|
|
9
|
+
"Create Customer": "Créer un client",
|
|
10
|
+
"Get Customers": "Obtenir des clients",
|
|
11
|
+
"Get Customer Subscriptions": "Recevoir les abonnements clients",
|
|
12
|
+
"Subscribe Customer": "S'abonner au client",
|
|
13
|
+
"Custom API Call": "Appel d'API personnalisé",
|
|
14
|
+
"Cancel a customer's existing subscription. This will prevent the subscription from making any additional charges and unbind the customer from the plan.": "Annuler l'abonnement existant d'un client. Cela empêchera l'abonnement de faire des frais supplémentaires et de délier le client du plan.",
|
|
15
|
+
"Create a new customer. This is required before binding a customer to a plan via a subscription.": "Créer un nouveau client. Ceci est requis avant de lier un client à un plan via un abonnement.",
|
|
16
|
+
"Retrieve a selection of customers. Useful for keeping track of customers in a local database.": "Récupère une sélection de clients. Utile pour garder une trace des clients dans une base de données locale.",
|
|
17
|
+
"Get a list of subscriptions associated with a given customer. Useful for determining which services a customer is currently expecting.": "Obtenir une liste d'abonnements associés à un client donné. Utile pour déterminer quels services le client attend.",
|
|
18
|
+
"Enroll a customer in an existing plan. The customer must have a valid payment method on file.": "Inscrire un client dans un plan existant. Le client doit avoir un mode de paiement valide dans son dossier.",
|
|
19
|
+
"Make a custom API call to a specific endpoint": "Passer un appel API personnalisé à un endpoint spécifique",
|
|
20
|
+
"Subscription ID": "ID de l'abonnement",
|
|
21
|
+
"Customer ID": "ID du client",
|
|
22
|
+
"First Name": "First Name",
|
|
23
|
+
"Last Name": "Last Name",
|
|
24
|
+
"Email": "Courriel",
|
|
25
|
+
"Currency": "Devise",
|
|
26
|
+
"Password": "Password",
|
|
27
|
+
"Phone Number": "Numéro de téléphone",
|
|
28
|
+
"Street Address": "Adresse postale",
|
|
29
|
+
"City": "Ville",
|
|
30
|
+
"State / Region": "Etat / Région",
|
|
31
|
+
"Zip / Postal Code": "Code postal",
|
|
32
|
+
"Country Code": "Code du pays",
|
|
33
|
+
"Payment Gateway ID": "ID de la passerelle de paiement",
|
|
34
|
+
"UTM Source": "Source UTM",
|
|
35
|
+
"UTM Medium": "UTM Moyen",
|
|
36
|
+
"UTM Term": "Condition UTM",
|
|
37
|
+
"UTM Content": "Contenu UTM",
|
|
38
|
+
"UTM Campaign": "Campagne UTM",
|
|
39
|
+
"UTM Group": "Groupe UTM",
|
|
40
|
+
"Limit": "Limite",
|
|
41
|
+
"Order Key": "Clé de commande",
|
|
42
|
+
"Order Direction": "Direction de la commande",
|
|
43
|
+
"Before ID": "Avant l'ID",
|
|
44
|
+
"After ID": "Après l'ID",
|
|
45
|
+
"Keyword": "Keyword",
|
|
46
|
+
"Status": "Statut",
|
|
47
|
+
"Plan ID": "ID du plan",
|
|
48
|
+
"Trial End": "Fin de l'essai",
|
|
49
|
+
"Promo ID": "ID de la promotion",
|
|
50
|
+
"Quantity": "Quantité",
|
|
51
|
+
"Method": "Méthode",
|
|
52
|
+
"Headers": "Headers",
|
|
53
|
+
"Query Parameters": "Paramètres de requête",
|
|
54
|
+
"Body Type": "Body Type",
|
|
55
|
+
"Body": "Body",
|
|
56
|
+
"Response is Binary ?": "La réponse est Binaire ?",
|
|
57
|
+
"No Error on Failure": "Aucune erreur en cas d'échec",
|
|
58
|
+
"Timeout (in seconds)": "Délai d'expiration (en secondes)",
|
|
59
|
+
"Follow redirects": "Suivre les redirections",
|
|
60
|
+
"Customer ID (can be used instead of subscription_id)": "ID client (peut être utilisé à la place de subscription_id)",
|
|
61
|
+
"First name": "Prénom",
|
|
62
|
+
"Last name": "Nom de famille",
|
|
63
|
+
"Email address": "Adresse e-mail",
|
|
64
|
+
"Currency code (ex. USD, GBP, AUD, CAD, EUR, etc)": "Code de la devise (ex. USD, GBP, AUD, CAD, EUR, etc.)",
|
|
65
|
+
"Password (leave blank to let customer assign via secure link in welcome email)": "Mot de passe (laissez vide pour permettre au client d'assigner via un lien sécurisé dans l'e-mail de bienvenu)",
|
|
66
|
+
"Phone number": "Numéro de téléphone",
|
|
67
|
+
"Street address": "Adresse postale",
|
|
68
|
+
"Country Code (ex. US, GB, CA, AU, etc)": "Code du pays (ex. US, GB, CA, AU, etc.)",
|
|
69
|
+
"PayWhirl ID of payment gateway to attach to customer. If left blank, first loaded gateway will be used.": "ID PayWhirl de la passerelle de paiement à attacher au client. Si laissé vide, la première passerelle chargée sera utilisée.",
|
|
70
|
+
"Acquisition source (ex. google, bing, email, fall_campaign, etc)": "Source d'acquisition (ex. google, bing, email, fall_campaign, etc.)",
|
|
71
|
+
"Acquisition medium (ex. CPC, banner, text_ad, etc)": "Moyen d'acquisition (ex. CPC, bannière, text_ad, etc.)",
|
|
72
|
+
"Acquisition keyword": "Mot-clé d'acquisition",
|
|
73
|
+
"Acquisition Ad Content": "Contenu de la publicité d'acquisition",
|
|
74
|
+
"Acquisition Ad Campaign": "Campagne de pub d'acquisition",
|
|
75
|
+
"Acquisition Ad Group": "Groupe d'annonces d'acquisition",
|
|
76
|
+
"Number of entries to return. Limit 100.": "Nombre d'entrées à renvoyer. Limite 100.",
|
|
77
|
+
"Field to sort by. Default: id": "Champ à trier. Par défaut: id",
|
|
78
|
+
"Direction to order results": "Direction pour ordonner les résultats",
|
|
79
|
+
"All customers returned will have an ID less than this value": "Tous les clients retournés auront un ID inférieur à cette valeur",
|
|
80
|
+
"All customers returned will have an ID greater than this value": "Tous les clients retournés auront un ID supérieur à cette valeur",
|
|
81
|
+
"Filter by keyword": "Filtrer par mot clé",
|
|
82
|
+
"Filter by subscription status. Active (default) excludes canceled; Canceled shows only canceled; All shows all subscriptions.": "Filtrer par statut d'abonnement. Actif (par défaut) exclut annulé; les séries annulées seulement annulées; Tous affichent tous les abonnements.",
|
|
83
|
+
"UNIX timestamp in the future (UTC timezone)": "Horodatage UNIX dans le futur (fuseau horaire UTC)",
|
|
84
|
+
"ID of promo code to apply": "ID du code promo à appliquer",
|
|
85
|
+
"Quantity (Default: 1)": "Quantité (par défaut: 1)",
|
|
86
|
+
"Authorization headers are injected automatically from your connection.": "Les Headers d'autorisation sont injectés automatiquement à partir de votre connexion.",
|
|
87
|
+
"Enable for files like PDFs, images, etc.": "Activer pour les fichiers comme les PDFs, les images, etc.",
|
|
88
|
+
"Ascending": "Ascendant",
|
|
89
|
+
"Descending": "Descendant",
|
|
90
|
+
"Active": "Actif",
|
|
91
|
+
"Canceled": "Annulé",
|
|
92
|
+
"All": "Tous",
|
|
93
|
+
"GET": "GET",
|
|
94
|
+
"POST": "POST",
|
|
95
|
+
"PATCH": "PATCH",
|
|
96
|
+
"PUT": "PUT",
|
|
97
|
+
"DELETE": "DELETE",
|
|
98
|
+
"HEAD": "HEAD",
|
|
99
|
+
"None": "Aucun",
|
|
100
|
+
"JSON": "JSON",
|
|
101
|
+
"Form Data": "Données du formulaire",
|
|
102
|
+
"Raw": "Brut"
|
|
103
|
+
}
|
package/src/i18n/ja.json
ADDED
|
@@ -0,0 +1,103 @@
|
|
|
1
|
+
{
|
|
2
|
+
"PayWhirls intuitive tools make recurring billing easy. Sell subscriptions, pre-orders, payment plans, or whatever billing arrangements you can dream up.": "PayWhirls直感的なツールは、定期的な請求を簡単にします. サブスクリプションを販売, 事前注文, 支払いプラン, またはあなたが夢見ることができる任意の支払い手配.",
|
|
3
|
+
"API Key": "API キー",
|
|
4
|
+
"API Secret": "APIシークレット",
|
|
5
|
+
"Your Paywhirl API Key": "Paywhirl APIキー",
|
|
6
|
+
"Your Paywhirl API Secret": "Paywhirl APIシークレット",
|
|
7
|
+
"Authenticate with your Paywhirl API Key": "Paywhirl APIキーで認証",
|
|
8
|
+
"Cancel Subscription": "サブスクリプションをキャンセル",
|
|
9
|
+
"Create Customer": "顧客を作成",
|
|
10
|
+
"Get Customers": "顧客を獲得する",
|
|
11
|
+
"Get Customer Subscriptions": "顧客サブスクリプションを取得",
|
|
12
|
+
"Subscribe Customer": "お客様を購読",
|
|
13
|
+
"Custom API Call": "カスタムAPI呼び出し",
|
|
14
|
+
"Cancel a customer's existing subscription. This will prevent the subscription from making any additional charges and unbind the customer from the plan.": "顧客の既存のサブスクリプションをキャンセルします。これにより、サブスクリプションが追加料金を発生させたり、プランから顧客のバインドを解除することができなくなります。",
|
|
15
|
+
"Create a new customer. This is required before binding a customer to a plan via a subscription.": "新規顧客を作成します。契約経由で顧客をプランに拘束する前に必要です。",
|
|
16
|
+
"Retrieve a selection of customers. Useful for keeping track of customers in a local database.": "顧客の選択を取得します。ローカルデータベース内の顧客を追跡するのに便利です。",
|
|
17
|
+
"Get a list of subscriptions associated with a given customer. Useful for determining which services a customer is currently expecting.": "特定の顧客に関連付けられたサブスクリプションのリストを取得します。顧客が現在期待しているサービスを決定するのに便利です。",
|
|
18
|
+
"Enroll a customer in an existing plan. The customer must have a valid payment method on file.": "顧客を既存のプランに登録します。顧客は有効な支払い方法を登録する必要があります。",
|
|
19
|
+
"Make a custom API call to a specific endpoint": "特定のエンドポイントへのカスタム API コールを実行します。",
|
|
20
|
+
"Subscription ID": "サブスクリプションID",
|
|
21
|
+
"Customer ID": "顧客 ID",
|
|
22
|
+
"First Name": "名",
|
|
23
|
+
"Last Name": "Last Name",
|
|
24
|
+
"Email": "Eメールアドレス",
|
|
25
|
+
"Currency": "通貨",
|
|
26
|
+
"Password": "Password",
|
|
27
|
+
"Phone Number": "電話番号",
|
|
28
|
+
"Street Address": "住所",
|
|
29
|
+
"City": "市区町村名",
|
|
30
|
+
"State / Region": "州/地域",
|
|
31
|
+
"Zip / Postal Code": "郵便番号",
|
|
32
|
+
"Country Code": "国コード",
|
|
33
|
+
"Payment Gateway ID": "支払ゲートウェイID",
|
|
34
|
+
"UTM Source": "UTM ソース",
|
|
35
|
+
"UTM Medium": "UTM Medium",
|
|
36
|
+
"UTM Term": "UTM用語",
|
|
37
|
+
"UTM Content": "UTMコンテンツ",
|
|
38
|
+
"UTM Campaign": "UTMキャンペーン",
|
|
39
|
+
"UTM Group": "UTMグループ",
|
|
40
|
+
"Limit": "制限",
|
|
41
|
+
"Order Key": "注文キー",
|
|
42
|
+
"Order Direction": "注文の方向",
|
|
43
|
+
"Before ID": "IDの前",
|
|
44
|
+
"After ID": "IDの後",
|
|
45
|
+
"Keyword": "Keyword",
|
|
46
|
+
"Status": "Status",
|
|
47
|
+
"Plan ID": "プランID",
|
|
48
|
+
"Trial End": "お試し終了",
|
|
49
|
+
"Promo ID": "プロモーションID",
|
|
50
|
+
"Quantity": "数量",
|
|
51
|
+
"Method": "方法",
|
|
52
|
+
"Headers": "ヘッダー",
|
|
53
|
+
"Query Parameters": "クエリパラメータ",
|
|
54
|
+
"Body Type": "ボディタイプ",
|
|
55
|
+
"Body": "本文",
|
|
56
|
+
"Response is Binary ?": "応答はバイナリですか?",
|
|
57
|
+
"No Error on Failure": "失敗時にエラーはありません",
|
|
58
|
+
"Timeout (in seconds)": "タイムアウト(秒)",
|
|
59
|
+
"Follow redirects": "リダイレクトをフォローする",
|
|
60
|
+
"Customer ID (can be used instead of subscription_id)": "Customer ID (subscription_idの代わりに使用できます)",
|
|
61
|
+
"First name": "名",
|
|
62
|
+
"Last name": "姓",
|
|
63
|
+
"Email address": "メールアドレス",
|
|
64
|
+
"Currency code (ex. USD, GBP, AUD, CAD, EUR, etc)": "通貨コード(例:USD、GBP、AUD、CAD、EURなど)",
|
|
65
|
+
"Password (leave blank to let customer assign via secure link in welcome email)": "パスワード (顧客にウェルカムメールにセキュアなリンク経由で割り当てられる場合は空白のままにしてください)",
|
|
66
|
+
"Phone number": "電話番号",
|
|
67
|
+
"Street address": "住所",
|
|
68
|
+
"Country Code (ex. US, GB, CA, AU, etc)": "国コード(例:米国、GB、CA、AUなど)",
|
|
69
|
+
"PayWhirl ID of payment gateway to attach to customer. If left blank, first loaded gateway will be used.": "PayWhirl ID of payment gateway to attach to customer. If left blank, first loaded gateway will be used.",
|
|
70
|
+
"Acquisition source (ex. google, bing, email, fall_campaign, etc)": "取得元(例:google、bing、email、fall_campaign、etc)",
|
|
71
|
+
"Acquisition medium (ex. CPC, banner, text_ad, etc)": "収集媒体(CPC、バナー、text_adなど)",
|
|
72
|
+
"Acquisition keyword": "キーワード取得",
|
|
73
|
+
"Acquisition Ad Content": "広告コンテンツの取得",
|
|
74
|
+
"Acquisition Ad Campaign": "広告キャンペーンの取得",
|
|
75
|
+
"Acquisition Ad Group": "広告グループの取得",
|
|
76
|
+
"Number of entries to return. Limit 100.": "Number of entries to return. Limit 100.",
|
|
77
|
+
"Field to sort by. Default: id": "並べ替えるフィールド。デフォルト: id",
|
|
78
|
+
"Direction to order results": "注文結果への方向",
|
|
79
|
+
"All customers returned will have an ID less than this value": "返されたすべての顧客は、この値よりも少ないIDを持つことになります",
|
|
80
|
+
"All customers returned will have an ID greater than this value": "返されたすべての顧客は、この値よりも大きいIDを持つことになります",
|
|
81
|
+
"Filter by keyword": "キーワードでフィルター",
|
|
82
|
+
"Filter by subscription status. Active (default) excludes canceled; Canceled shows only canceled; All shows all subscriptions.": "サブスクリプションの状態でフィルタリングします。アクティブ(デフォルト)はキャンセルされません。キャンセルされたショーはキャンセルされました。すべてのサブスクリプションを表示します。",
|
|
83
|
+
"UNIX timestamp in the future (UTC timezone)": "将来のUNIXタイムスタンプ(UTC タイムゾーン)",
|
|
84
|
+
"ID of promo code to apply": "適用するプロモーションコードのID",
|
|
85
|
+
"Quantity (Default: 1)": "数量(デフォルト: 1)",
|
|
86
|
+
"Authorization headers are injected automatically from your connection.": "認証ヘッダは接続から自動的に注入されます。",
|
|
87
|
+
"Enable for files like PDFs, images, etc.": "PDF、画像などのファイルを有効にする",
|
|
88
|
+
"Ascending": "昇順",
|
|
89
|
+
"Descending": "降順",
|
|
90
|
+
"Active": "有効",
|
|
91
|
+
"Canceled": "キャンセルしました",
|
|
92
|
+
"All": "すべて",
|
|
93
|
+
"GET": "GET",
|
|
94
|
+
"POST": "POST",
|
|
95
|
+
"PATCH": "PATCH",
|
|
96
|
+
"PUT": "PUT",
|
|
97
|
+
"DELETE": "DELETE",
|
|
98
|
+
"HEAD": "HEAD",
|
|
99
|
+
"None": "なし",
|
|
100
|
+
"JSON": "JSON",
|
|
101
|
+
"Form Data": "フォームデータ",
|
|
102
|
+
"Raw": "Raw"
|
|
103
|
+
}
|
package/src/i18n/nl.json
ADDED
|
@@ -0,0 +1,103 @@
|
|
|
1
|
+
{
|
|
2
|
+
"PayWhirls intuitive tools make recurring billing easy. Sell subscriptions, pre-orders, payment plans, or whatever billing arrangements you can dream up.": "PayWhirls intuitieve tools maken periodieke facturering gemakkelijk. Verkoop abonnementen, pre-orders, betalingsplannen of welke factureringsplannen dan ook die u kunt verzinnen.",
|
|
3
|
+
"API Key": "API Sleutel",
|
|
4
|
+
"API Secret": "API Geheim",
|
|
5
|
+
"Your Paywhirl API Key": "Uw Paywhirl API-sleutel",
|
|
6
|
+
"Your Paywhirl API Secret": "Uw Paywhirl API geheim",
|
|
7
|
+
"Authenticate with your Paywhirl API Key": "Verifieer met uw Paywhirl API-sleutel",
|
|
8
|
+
"Cancel Subscription": "Abonnement annuleren",
|
|
9
|
+
"Create Customer": "Klant aanmaken",
|
|
10
|
+
"Get Customers": "Klanten ophalen",
|
|
11
|
+
"Get Customer Subscriptions": "Ontvang klanten abonnementen",
|
|
12
|
+
"Subscribe Customer": "Abonneer klant",
|
|
13
|
+
"Custom API Call": "Custom API Call",
|
|
14
|
+
"Cancel a customer's existing subscription. This will prevent the subscription from making any additional charges and unbind the customer from the plan.": "Annuleer bestaand abonnement van een klant. Dit voorkomt dat er extra kosten worden gemaakt en ontbindt de klant het abonnement.",
|
|
15
|
+
"Create a new customer. This is required before binding a customer to a plan via a subscription.": "Maak een nieuwe klant aan. Dit is vereist voordat u een klant via een abonnement aan een abonnement koppelt.",
|
|
16
|
+
"Retrieve a selection of customers. Useful for keeping track of customers in a local database.": "Haal een selectie van klanten op. Handig voor het bijhouden van klanten in een lokale database.",
|
|
17
|
+
"Get a list of subscriptions associated with a given customer. Useful for determining which services a customer is currently expecting.": "Krijg een lijst met abonnementen die zijn gekoppeld aan een bepaalde klant. Handig om te bepalen welke diensten een klant momenteel verwacht.",
|
|
18
|
+
"Enroll a customer in an existing plan. The customer must have a valid payment method on file.": "Inschrijven van klant in een bestaand abonnement. De klant moet een geldige betaalmethode hebben in het bestand.",
|
|
19
|
+
"Make a custom API call to a specific endpoint": "Maak een aangepaste API call naar een specifiek eindpunt",
|
|
20
|
+
"Subscription ID": "Abonnement ID",
|
|
21
|
+
"Customer ID": "Klant ID",
|
|
22
|
+
"First Name": "Voornaam",
|
|
23
|
+
"Last Name": "Achternaam",
|
|
24
|
+
"Email": "E-mail",
|
|
25
|
+
"Currency": "valuta",
|
|
26
|
+
"Password": "Wachtwoord",
|
|
27
|
+
"Phone Number": "Telefoon nummer",
|
|
28
|
+
"Street Address": "Straat en huisnummer",
|
|
29
|
+
"City": "Woonplaats",
|
|
30
|
+
"State / Region": "Staat / Regio",
|
|
31
|
+
"Zip / Postal Code": "Postcode - Postcode",
|
|
32
|
+
"Country Code": "Land Code",
|
|
33
|
+
"Payment Gateway ID": "Betaling Gateway ID",
|
|
34
|
+
"UTM Source": "UTM bron",
|
|
35
|
+
"UTM Medium": "UTM Medium",
|
|
36
|
+
"UTM Term": "UTM term",
|
|
37
|
+
"UTM Content": "UTM inhoud",
|
|
38
|
+
"UTM Campaign": "UTM campagne",
|
|
39
|
+
"UTM Group": "UTM groep",
|
|
40
|
+
"Limit": "Limiet",
|
|
41
|
+
"Order Key": "Bestelling sleutel",
|
|
42
|
+
"Order Direction": "Order richting",
|
|
43
|
+
"Before ID": "Voor het ID",
|
|
44
|
+
"After ID": "Na het ID",
|
|
45
|
+
"Keyword": "Keyword",
|
|
46
|
+
"Status": "status",
|
|
47
|
+
"Plan ID": "Abonnement ID",
|
|
48
|
+
"Trial End": "Proef Einde",
|
|
49
|
+
"Promo ID": "Promotie ID",
|
|
50
|
+
"Quantity": "Aantal",
|
|
51
|
+
"Method": "Methode",
|
|
52
|
+
"Headers": "Kopteksten",
|
|
53
|
+
"Query Parameters": "Query parameters",
|
|
54
|
+
"Body Type": "Type lichaam",
|
|
55
|
+
"Body": "Lichaam",
|
|
56
|
+
"Response is Binary ?": "Antwoord is binair?",
|
|
57
|
+
"No Error on Failure": "Geen fout bij fout",
|
|
58
|
+
"Timeout (in seconds)": "Time-out (in seconden)",
|
|
59
|
+
"Follow redirects": "Volg omleidingen",
|
|
60
|
+
"Customer ID (can be used instead of subscription_id)": "Klant-ID (kan worden gebruikt in plaats van abonnement_id)",
|
|
61
|
+
"First name": "Voornaam is vereist.",
|
|
62
|
+
"Last name": "Achternaam is vereist.",
|
|
63
|
+
"Email address": "E-mail adres",
|
|
64
|
+
"Currency code (ex. USD, GBP, AUD, CAD, EUR, etc)": "Valutacode (ex, USD, GBP, AUD, CAD, EUR, etc)",
|
|
65
|
+
"Password (leave blank to let customer assign via secure link in welcome email)": "Wachtwoord (laat leeg om de klant via een beveiligde link in het welkomstbericht toe te staan)",
|
|
66
|
+
"Phone number": "Telefoon nummer",
|
|
67
|
+
"Street address": "Adres is vereist",
|
|
68
|
+
"Country Code (ex. US, GB, CA, AU, etc)": "Land Code (bv. US, GB, CA, AU, enz.)",
|
|
69
|
+
"PayWhirl ID of payment gateway to attach to customer. If left blank, first loaded gateway will be used.": "PayWhirl ID van de betalingsgateway om te koppelen aan klant. Indien leeg wordt de eerste geladen gateway gebruikt.",
|
|
70
|
+
"Acquisition source (ex. google, bing, email, fall_campaign, etc)": "Verwervingsbron (bijv. google, bing, e-mail, fall_campaign, etc)",
|
|
71
|
+
"Acquisition medium (ex. CPC, banner, text_ad, etc)": "Verwervingsmedium (ex. CPC, banner, text_ad, enz)",
|
|
72
|
+
"Acquisition keyword": "Verwerving trefwoord",
|
|
73
|
+
"Acquisition Ad Content": "Inhoud verwerving advertentie",
|
|
74
|
+
"Acquisition Ad Campaign": "Campagne verwerving advertentie",
|
|
75
|
+
"Acquisition Ad Group": "Ad Groep verwerving",
|
|
76
|
+
"Number of entries to return. Limit 100.": "Aantal items om terug te keren. Limiet 100.",
|
|
77
|
+
"Field to sort by. Default: id": "Te sorteren veld. Standaard: id",
|
|
78
|
+
"Direction to order results": "Richting om de resultaten te sorteren",
|
|
79
|
+
"All customers returned will have an ID less than this value": "Alle geretourneerde klanten hebben een ID minder dan deze waarde",
|
|
80
|
+
"All customers returned will have an ID greater than this value": "Alle geretourneerde klanten hebben een ID die groter is dan deze waarde",
|
|
81
|
+
"Filter by keyword": "Filter op trefwoord",
|
|
82
|
+
"Filter by subscription status. Active (default) excludes canceled; Canceled shows only canceled; All shows all subscriptions.": "Filter op abonnementstatus. Actief (standaard) uitsluitingen geannuleerd; series geannuleerd worden alleen geannuleerd; Alle abonnementen worden weergegeven.",
|
|
83
|
+
"UNIX timestamp in the future (UTC timezone)": "UNIX tijdstempel in de toekomstige (UTC timezone)",
|
|
84
|
+
"ID of promo code to apply": "ID van de actiecode om toe te passen",
|
|
85
|
+
"Quantity (Default: 1)": "Hoeveelheid (standaard: 1)",
|
|
86
|
+
"Authorization headers are injected automatically from your connection.": "Autorisatie headers worden automatisch geïnjecteerd vanuit uw verbinding.",
|
|
87
|
+
"Enable for files like PDFs, images, etc.": "Inschakelen voor bestanden zoals PDF's, afbeeldingen etc.",
|
|
88
|
+
"Ascending": "Oplopend",
|
|
89
|
+
"Descending": "Aflopend",
|
|
90
|
+
"Active": "Actief",
|
|
91
|
+
"Canceled": "Geannuleerd",
|
|
92
|
+
"All": "Allemaal",
|
|
93
|
+
"GET": "KRIJG",
|
|
94
|
+
"POST": "POSTE",
|
|
95
|
+
"PATCH": "BEKIJK",
|
|
96
|
+
"PUT": "PUT",
|
|
97
|
+
"DELETE": "VERWIJDEREN",
|
|
98
|
+
"HEAD": "HOOFD",
|
|
99
|
+
"None": "geen",
|
|
100
|
+
"JSON": "JSON",
|
|
101
|
+
"Form Data": "Formulieren gegevens",
|
|
102
|
+
"Raw": "Onbewerkte"
|
|
103
|
+
}
|
package/src/i18n/pt.json
ADDED
|
@@ -0,0 +1,103 @@
|
|
|
1
|
+
{
|
|
2
|
+
"PayWhirls intuitive tools make recurring billing easy. Sell subscriptions, pre-orders, payment plans, or whatever billing arrangements you can dream up.": "Ferramentas intuitivas do PayWhirls facilitam o faturamento recorrente. Vender assinaturas, pré-encomendas, planos de pagamento ou quaisquer acordos de cobrança que você possa imaginar.",
|
|
3
|
+
"API Key": "Chave de API",
|
|
4
|
+
"API Secret": "API Segredo",
|
|
5
|
+
"Your Paywhirl API Key": "Sua chave de API Paywhirl",
|
|
6
|
+
"Your Paywhirl API Secret": "Seu segredo de API Paywhirl",
|
|
7
|
+
"Authenticate with your Paywhirl API Key": "Autenticar com sua chave API Paywhirl",
|
|
8
|
+
"Cancel Subscription": "Cancelar assinatura",
|
|
9
|
+
"Create Customer": "Criar Cliente",
|
|
10
|
+
"Get Customers": "Obter Clientes",
|
|
11
|
+
"Get Customer Subscriptions": "Obter Subscrições de Clientes",
|
|
12
|
+
"Subscribe Customer": "Subscrever o cliente",
|
|
13
|
+
"Custom API Call": "Chamada de API personalizada",
|
|
14
|
+
"Cancel a customer's existing subscription. This will prevent the subscription from making any additional charges and unbind the customer from the plan.": "Cancele a assinatura existente do cliente. Isso impedirá a assinatura de fazer quaisquer cobranças adicionais e desvincular o cliente do plano.",
|
|
15
|
+
"Create a new customer. This is required before binding a customer to a plan via a subscription.": "Criar um novo cliente. Isto é necessário antes de vincular um cliente a um plano por meio de uma assinatura.",
|
|
16
|
+
"Retrieve a selection of customers. Useful for keeping track of customers in a local database.": "Recuperar uma seleção de clientes. Útil para manter o controle de clientes em um banco de dados local.",
|
|
17
|
+
"Get a list of subscriptions associated with a given customer. Useful for determining which services a customer is currently expecting.": "Obter uma lista de assinaturas associadas a um determinado cliente. Útil para determinar quais serviços um cliente espera atualmente.",
|
|
18
|
+
"Enroll a customer in an existing plan. The customer must have a valid payment method on file.": "Inscreva-se em um cliente em um plano existente. O cliente deve ter um método de pagamento válido no arquivo.",
|
|
19
|
+
"Make a custom API call to a specific endpoint": "Faça uma chamada de API personalizada para um ponto de extremidade específico",
|
|
20
|
+
"Subscription ID": "ID de assinatura",
|
|
21
|
+
"Customer ID": "ID do cliente",
|
|
22
|
+
"First Name": "Nome",
|
|
23
|
+
"Last Name": "Sobrenome",
|
|
24
|
+
"Email": "e-mail",
|
|
25
|
+
"Currency": "moeda",
|
|
26
|
+
"Password": "Senha",
|
|
27
|
+
"Phone Number": "Número de telefone",
|
|
28
|
+
"Street Address": "Endereço da rua",
|
|
29
|
+
"City": "cidade",
|
|
30
|
+
"State / Region": "Região / estado",
|
|
31
|
+
"Zip / Postal Code": "CEP / Código Postal",
|
|
32
|
+
"Country Code": "Código do país",
|
|
33
|
+
"Payment Gateway ID": "ID Gateway Pagamento",
|
|
34
|
+
"UTM Source": "Fonte UTM",
|
|
35
|
+
"UTM Medium": "Médio UTM",
|
|
36
|
+
"UTM Term": "Termo UTM",
|
|
37
|
+
"UTM Content": "Conteúdo UTM",
|
|
38
|
+
"UTM Campaign": "Campanha UTM",
|
|
39
|
+
"UTM Group": "Grupo UTM",
|
|
40
|
+
"Limit": "Limitar",
|
|
41
|
+
"Order Key": "Ordem de Chave",
|
|
42
|
+
"Order Direction": "Direção da ordem",
|
|
43
|
+
"Before ID": "Antes do ID",
|
|
44
|
+
"After ID": "Depois da identificação",
|
|
45
|
+
"Keyword": "Keyword",
|
|
46
|
+
"Status": "Estado",
|
|
47
|
+
"Plan ID": "ID Plano",
|
|
48
|
+
"Trial End": "Fim do Julgamento",
|
|
49
|
+
"Promo ID": "ID da Promoção",
|
|
50
|
+
"Quantity": "Quantidade",
|
|
51
|
+
"Method": "Método",
|
|
52
|
+
"Headers": "Cabeçalhos",
|
|
53
|
+
"Query Parameters": "Parâmetros da consulta",
|
|
54
|
+
"Body Type": "Tipo de Corpo",
|
|
55
|
+
"Body": "Conteúdo",
|
|
56
|
+
"Response is Binary ?": "A resposta é binária ?",
|
|
57
|
+
"No Error on Failure": "Nenhum erro no Failure",
|
|
58
|
+
"Timeout (in seconds)": "Tempo limite (em segundos)",
|
|
59
|
+
"Follow redirects": "Seguir redirecionamentos",
|
|
60
|
+
"Customer ID (can be used instead of subscription_id)": "ID do Cliente (pode ser usado em vez de subscription_id)",
|
|
61
|
+
"First name": "Primeiro nome",
|
|
62
|
+
"Last name": "Último Nome",
|
|
63
|
+
"Email address": "Endereço de e-mail",
|
|
64
|
+
"Currency code (ex. USD, GBP, AUD, CAD, EUR, etc)": "Código da moeda (ex. USD, GBP, AUD, CAD, EUR, etc)",
|
|
65
|
+
"Password (leave blank to let customer assign via secure link in welcome email)": "Senha (deixe em branco para permitir que o cliente atribua via link seguro no e-mail de boas vindas)",
|
|
66
|
+
"Phone number": "Número de telefone",
|
|
67
|
+
"Street address": "Endereço da rua",
|
|
68
|
+
"Country Code (ex. US, GB, CA, AU, etc)": "Código do país (ex. US, GB, CA, AU, etc)",
|
|
69
|
+
"PayWhirl ID of payment gateway to attach to customer. If left blank, first loaded gateway will be used.": "ID PayWhirl do gateway de pagamento para anexar ao cliente. Se deixado em branco, o primeiro gateway carregado será usado.",
|
|
70
|
+
"Acquisition source (ex. google, bing, email, fall_campaign, etc)": "Fonte da aquisição (ex. google, bing, email, fall_campaign, etc)",
|
|
71
|
+
"Acquisition medium (ex. CPC, banner, text_ad, etc)": "Aquisição de meios (ex. CPC, banner, text_ad, etc)",
|
|
72
|
+
"Acquisition keyword": "Palavra-chave de aquisição",
|
|
73
|
+
"Acquisition Ad Content": "Aquisição de conteúdo de anúncio",
|
|
74
|
+
"Acquisition Ad Campaign": "Campanha de anúncio Aquisição",
|
|
75
|
+
"Acquisition Ad Group": "Grupo de anúncios adquirentes",
|
|
76
|
+
"Number of entries to return. Limit 100.": "Número de entradas para devolver. Limite 100.",
|
|
77
|
+
"Field to sort by. Default: id": "Campo a ordenar. Padrão: id",
|
|
78
|
+
"Direction to order results": "Direção para ordenar os resultados",
|
|
79
|
+
"All customers returned will have an ID less than this value": "Todos os clientes retornados terão um ID menor que este valor",
|
|
80
|
+
"All customers returned will have an ID greater than this value": "Todos os clientes retornados terá um ID maior que este valor",
|
|
81
|
+
"Filter by keyword": "Filtrar por palavra-chave",
|
|
82
|
+
"Filter by subscription status. Active (default) excludes canceled; Canceled shows only canceled; All shows all subscriptions.": "Filtro por status da assinatura. Ativo (padrão) exclui cancelado; Programas cancelados só cancelados; Tudo mostra todas as assinaturas.",
|
|
83
|
+
"UNIX timestamp in the future (UTC timezone)": "Horário da UNIX no futuro (UTC -Fuso horário)",
|
|
84
|
+
"ID of promo code to apply": "ID do código promocional a ser aplicado",
|
|
85
|
+
"Quantity (Default: 1)": "Quantidade (Padrão: 1)",
|
|
86
|
+
"Authorization headers are injected automatically from your connection.": "Os cabeçalhos de autorização são inseridos automaticamente a partir da sua conexão.",
|
|
87
|
+
"Enable for files like PDFs, images, etc.": "Habilitar para arquivos como PDFs, imagens, etc.",
|
|
88
|
+
"Ascending": "Crescente",
|
|
89
|
+
"Descending": "Decrescente",
|
|
90
|
+
"Active": "Ativo",
|
|
91
|
+
"Canceled": "Cancelado",
|
|
92
|
+
"All": "TODOS",
|
|
93
|
+
"GET": "OBTER",
|
|
94
|
+
"POST": "POSTAR",
|
|
95
|
+
"PATCH": "COMPRAR",
|
|
96
|
+
"PUT": "COLOCAR",
|
|
97
|
+
"DELETE": "EXCLUIR",
|
|
98
|
+
"HEAD": "CABEÇA",
|
|
99
|
+
"None": "Nenhuma",
|
|
100
|
+
"JSON": "JSON",
|
|
101
|
+
"Form Data": "Dados de Formulário",
|
|
102
|
+
"Raw": "RAW"
|
|
103
|
+
}
|
|
@@ -0,0 +1,103 @@
|
|
|
1
|
+
{
|
|
2
|
+
"PayWhirls intuitive tools make recurring billing easy. Sell subscriptions, pre-orders, payment plans, or whatever billing arrangements you can dream up.": "PayWhirls intuitive tools make recurring billing easy. Sell subscriptions, pre-orders, payment plans, or whatever billing arrangements you can dream up.",
|
|
3
|
+
"API Key": "API Key",
|
|
4
|
+
"API Secret": "API Secret",
|
|
5
|
+
"Your Paywhirl API Key": "Your Paywhirl API Key",
|
|
6
|
+
"Your Paywhirl API Secret": "Your Paywhirl API Secret",
|
|
7
|
+
"Authenticate with your Paywhirl API Key": "Authenticate with your Paywhirl API Key",
|
|
8
|
+
"Cancel Subscription": "Cancel Subscription",
|
|
9
|
+
"Create Customer": "Create Customer",
|
|
10
|
+
"Get Customers": "Get Customers",
|
|
11
|
+
"Get Customer Subscriptions": "Get Customer Subscriptions",
|
|
12
|
+
"Subscribe Customer": "Subscribe Customer",
|
|
13
|
+
"Custom API Call": "Custom API Call",
|
|
14
|
+
"Cancel a customer's existing subscription. This will prevent the subscription from making any additional charges and unbind the customer from the plan.": "Cancel a customer's existing subscription. This will prevent the subscription from making any additional charges and unbind the customer from the plan.",
|
|
15
|
+
"Create a new customer. This is required before binding a customer to a plan via a subscription.": "Create a new customer. This is required before binding a customer to a plan via a subscription.",
|
|
16
|
+
"Retrieve a selection of customers. Useful for keeping track of customers in a local database.": "Retrieve a selection of customers. Useful for keeping track of customers in a local database.",
|
|
17
|
+
"Get a list of subscriptions associated with a given customer. Useful for determining which services a customer is currently expecting.": "Get a list of subscriptions associated with a given customer. Useful for determining which services a customer is currently expecting.",
|
|
18
|
+
"Enroll a customer in an existing plan. The customer must have a valid payment method on file.": "Enroll a customer in an existing plan. The customer must have a valid payment method on file.",
|
|
19
|
+
"Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
|
|
20
|
+
"Subscription ID": "Subscription ID",
|
|
21
|
+
"Customer ID": "Customer ID",
|
|
22
|
+
"First Name": "First Name",
|
|
23
|
+
"Last Name": "Last Name",
|
|
24
|
+
"Email": "Email",
|
|
25
|
+
"Currency": "Currency",
|
|
26
|
+
"Password": "Password",
|
|
27
|
+
"Phone Number": "Phone Number",
|
|
28
|
+
"Street Address": "Street Address",
|
|
29
|
+
"City": "City",
|
|
30
|
+
"State / Region": "State / Region",
|
|
31
|
+
"Zip / Postal Code": "Zip / Postal Code",
|
|
32
|
+
"Country Code": "Country Code",
|
|
33
|
+
"Payment Gateway ID": "Payment Gateway ID",
|
|
34
|
+
"UTM Source": "UTM Source",
|
|
35
|
+
"UTM Medium": "UTM Medium",
|
|
36
|
+
"UTM Term": "UTM Term",
|
|
37
|
+
"UTM Content": "UTM Content",
|
|
38
|
+
"UTM Campaign": "UTM Campaign",
|
|
39
|
+
"UTM Group": "UTM Group",
|
|
40
|
+
"Limit": "Limit",
|
|
41
|
+
"Order Key": "Order Key",
|
|
42
|
+
"Order Direction": "Order Direction",
|
|
43
|
+
"Before ID": "Before ID",
|
|
44
|
+
"After ID": "After ID",
|
|
45
|
+
"Keyword": "Keyword",
|
|
46
|
+
"Status": "Status",
|
|
47
|
+
"Plan ID": "Plan ID",
|
|
48
|
+
"Trial End": "Trial End",
|
|
49
|
+
"Promo ID": "Promo ID",
|
|
50
|
+
"Quantity": "Quantity",
|
|
51
|
+
"Method": "Method",
|
|
52
|
+
"Headers": "Headers",
|
|
53
|
+
"Query Parameters": "Query Parameters",
|
|
54
|
+
"Body Type": "Body Type",
|
|
55
|
+
"Body": "Body",
|
|
56
|
+
"Response is Binary ?": "Response is Binary ?",
|
|
57
|
+
"No Error on Failure": "No Error on Failure",
|
|
58
|
+
"Timeout (in seconds)": "Timeout (in seconds)",
|
|
59
|
+
"Follow redirects": "Follow redirects",
|
|
60
|
+
"Customer ID (can be used instead of subscription_id)": "Customer ID (can be used instead of subscription_id)",
|
|
61
|
+
"First name": "First name",
|
|
62
|
+
"Last name": "Last name",
|
|
63
|
+
"Email address": "Email address",
|
|
64
|
+
"Currency code (ex. USD, GBP, AUD, CAD, EUR, etc)": "Currency code (ex. USD, GBP, AUD, CAD, EUR, etc)",
|
|
65
|
+
"Password (leave blank to let customer assign via secure link in welcome email)": "Password (leave blank to let customer assign via secure link in welcome email)",
|
|
66
|
+
"Phone number": "Phone number",
|
|
67
|
+
"Street address": "Street address",
|
|
68
|
+
"Country Code (ex. US, GB, CA, AU, etc)": "Country Code (ex. US, GB, CA, AU, etc)",
|
|
69
|
+
"PayWhirl ID of payment gateway to attach to customer. If left blank, first loaded gateway will be used.": "PayWhirl ID of payment gateway to attach to customer. If left blank, first loaded gateway will be used.",
|
|
70
|
+
"Acquisition source (ex. google, bing, email, fall_campaign, etc)": "Acquisition source (ex. google, bing, email, fall_campaign, etc)",
|
|
71
|
+
"Acquisition medium (ex. CPC, banner, text_ad, etc)": "Acquisition medium (ex. CPC, banner, text_ad, etc)",
|
|
72
|
+
"Acquisition keyword": "Acquisition keyword",
|
|
73
|
+
"Acquisition Ad Content": "Acquisition Ad Content",
|
|
74
|
+
"Acquisition Ad Campaign": "Acquisition Ad Campaign",
|
|
75
|
+
"Acquisition Ad Group": "Acquisition Ad Group",
|
|
76
|
+
"Number of entries to return. Limit 100.": "Number of entries to return. Limit 100.",
|
|
77
|
+
"Field to sort by. Default: id": "Field to sort by. Default: id",
|
|
78
|
+
"Direction to order results": "Direction to order results",
|
|
79
|
+
"All customers returned will have an ID less than this value": "All customers returned will have an ID less than this value",
|
|
80
|
+
"All customers returned will have an ID greater than this value": "All customers returned will have an ID greater than this value",
|
|
81
|
+
"Filter by keyword": "Filter by keyword",
|
|
82
|
+
"Filter by subscription status. Active (default) excludes canceled; Canceled shows only canceled; All shows all subscriptions.": "Filter by subscription status. Active (default) excludes canceled; Canceled shows only canceled; All shows all subscriptions.",
|
|
83
|
+
"UNIX timestamp in the future (UTC timezone)": "UNIX timestamp in the future (UTC timezone)",
|
|
84
|
+
"ID of promo code to apply": "ID of promo code to apply",
|
|
85
|
+
"Quantity (Default: 1)": "Quantity (Default: 1)",
|
|
86
|
+
"Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
|
|
87
|
+
"Enable for files like PDFs, images, etc.": "Enable for files like PDFs, images, etc.",
|
|
88
|
+
"Ascending": "Ascending",
|
|
89
|
+
"Descending": "Descending",
|
|
90
|
+
"Active": "Active",
|
|
91
|
+
"Canceled": "Canceled",
|
|
92
|
+
"All": "All",
|
|
93
|
+
"GET": "GET",
|
|
94
|
+
"POST": "POST",
|
|
95
|
+
"PATCH": "PATCH",
|
|
96
|
+
"PUT": "PUT",
|
|
97
|
+
"DELETE": "DELETE",
|
|
98
|
+
"HEAD": "HEAD",
|
|
99
|
+
"None": "None",
|
|
100
|
+
"JSON": "JSON",
|
|
101
|
+
"Form Data": "Form Data",
|
|
102
|
+
"Raw": "Raw"
|
|
103
|
+
}
|
package/src/i18n/zh.json
ADDED
|
@@ -0,0 +1,103 @@
|
|
|
1
|
+
{
|
|
2
|
+
"PayWhirls intuitive tools make recurring billing easy. Sell subscriptions, pre-orders, payment plans, or whatever billing arrangements you can dream up.": "PayWhirls intuitive tools make recurring billing easy. Sell subscriptions, pre-orders, payment plans, or whatever billing arrangements you can dream up.",
|
|
3
|
+
"API Key": "API 密钥",
|
|
4
|
+
"API Secret": "API Secret",
|
|
5
|
+
"Your Paywhirl API Key": "Your Paywhirl API Key",
|
|
6
|
+
"Your Paywhirl API Secret": "Your Paywhirl API Secret",
|
|
7
|
+
"Authenticate with your Paywhirl API Key": "Authenticate with your Paywhirl API Key",
|
|
8
|
+
"Cancel Subscription": "Cancel Subscription",
|
|
9
|
+
"Create Customer": "Create Customer",
|
|
10
|
+
"Get Customers": "Get Customers",
|
|
11
|
+
"Get Customer Subscriptions": "Get Customer Subscriptions",
|
|
12
|
+
"Subscribe Customer": "Subscribe Customer",
|
|
13
|
+
"Custom API Call": "自定义 API 呼叫",
|
|
14
|
+
"Cancel a customer's existing subscription. This will prevent the subscription from making any additional charges and unbind the customer from the plan.": "Cancel a customer's existing subscription. This will prevent the subscription from making any additional charges and unbind the customer from the plan.",
|
|
15
|
+
"Create a new customer. This is required before binding a customer to a plan via a subscription.": "Create a new customer. This is required before binding a customer to a plan via a subscription.",
|
|
16
|
+
"Retrieve a selection of customers. Useful for keeping track of customers in a local database.": "Retrieve a selection of customers. Useful for keeping track of customers in a local database.",
|
|
17
|
+
"Get a list of subscriptions associated with a given customer. Useful for determining which services a customer is currently expecting.": "Get a list of subscriptions associated with a given customer. Useful for determining which services a customer is currently expecting.",
|
|
18
|
+
"Enroll a customer in an existing plan. The customer must have a valid payment method on file.": "Enroll a customer in an existing plan. The customer must have a valid payment method on file.",
|
|
19
|
+
"Make a custom API call to a specific endpoint": "将一个自定义 API 调用到一个特定的终点",
|
|
20
|
+
"Subscription ID": "Subscription ID",
|
|
21
|
+
"Customer ID": "Customer ID",
|
|
22
|
+
"First Name": "First Name",
|
|
23
|
+
"Last Name": "名字",
|
|
24
|
+
"Email": "电子邮件地址",
|
|
25
|
+
"Currency": "Currency",
|
|
26
|
+
"Password": "Password",
|
|
27
|
+
"Phone Number": "Phone Number",
|
|
28
|
+
"Street Address": "Street Address",
|
|
29
|
+
"City": "City",
|
|
30
|
+
"State / Region": "State / Region",
|
|
31
|
+
"Zip / Postal Code": "Zip / Postal Code",
|
|
32
|
+
"Country Code": "Country Code",
|
|
33
|
+
"Payment Gateway ID": "Payment Gateway ID",
|
|
34
|
+
"UTM Source": "UTM Source",
|
|
35
|
+
"UTM Medium": "UTM Medium",
|
|
36
|
+
"UTM Term": "UTM Term",
|
|
37
|
+
"UTM Content": "UTM Content",
|
|
38
|
+
"UTM Campaign": "UTM Campaign",
|
|
39
|
+
"UTM Group": "UTM Group",
|
|
40
|
+
"Limit": "Limit",
|
|
41
|
+
"Order Key": "Order Key",
|
|
42
|
+
"Order Direction": "Order Direction",
|
|
43
|
+
"Before ID": "Before ID",
|
|
44
|
+
"After ID": "After ID",
|
|
45
|
+
"Keyword": "Keyword",
|
|
46
|
+
"Status": "状态",
|
|
47
|
+
"Plan ID": "Plan ID",
|
|
48
|
+
"Trial End": "Trial End",
|
|
49
|
+
"Promo ID": "Promo ID",
|
|
50
|
+
"Quantity": "Quantity",
|
|
51
|
+
"Method": "方法",
|
|
52
|
+
"Headers": "信头",
|
|
53
|
+
"Query Parameters": "查询参数",
|
|
54
|
+
"Body Type": "Body Type",
|
|
55
|
+
"Body": "正文内容",
|
|
56
|
+
"Response is Binary ?": "Response is Binary ?",
|
|
57
|
+
"No Error on Failure": "失败时没有错误",
|
|
58
|
+
"Timeout (in seconds)": "超时(秒)",
|
|
59
|
+
"Follow redirects": "Follow redirects",
|
|
60
|
+
"Customer ID (can be used instead of subscription_id)": "Customer ID (can be used instead of subscription_id)",
|
|
61
|
+
"First name": "First name",
|
|
62
|
+
"Last name": "Last name",
|
|
63
|
+
"Email address": "Email address",
|
|
64
|
+
"Currency code (ex. USD, GBP, AUD, CAD, EUR, etc)": "Currency code (ex. USD, GBP, AUD, CAD, EUR, etc)",
|
|
65
|
+
"Password (leave blank to let customer assign via secure link in welcome email)": "Password (leave blank to let customer assign via secure link in welcome email)",
|
|
66
|
+
"Phone number": "Phone number",
|
|
67
|
+
"Street address": "Street address",
|
|
68
|
+
"Country Code (ex. US, GB, CA, AU, etc)": "Country Code (ex. US, GB, CA, AU, etc)",
|
|
69
|
+
"PayWhirl ID of payment gateway to attach to customer. If left blank, first loaded gateway will be used.": "PayWhirl ID of payment gateway to attach to customer. If left blank, first loaded gateway will be used.",
|
|
70
|
+
"Acquisition source (ex. google, bing, email, fall_campaign, etc)": "Acquisition source (ex. google, bing, email, fall_campaign, etc)",
|
|
71
|
+
"Acquisition medium (ex. CPC, banner, text_ad, etc)": "Acquisition medium (ex. CPC, banner, text_ad, etc)",
|
|
72
|
+
"Acquisition keyword": "Acquisition keyword",
|
|
73
|
+
"Acquisition Ad Content": "Acquisition Ad Content",
|
|
74
|
+
"Acquisition Ad Campaign": "Acquisition Ad Campaign",
|
|
75
|
+
"Acquisition Ad Group": "Acquisition Ad Group",
|
|
76
|
+
"Number of entries to return. Limit 100.": "Number of entries to return. Limit 100.",
|
|
77
|
+
"Field to sort by. Default: id": "Field to sort by. Default: id",
|
|
78
|
+
"Direction to order results": "Direction to order results",
|
|
79
|
+
"All customers returned will have an ID less than this value": "All customers returned will have an ID less than this value",
|
|
80
|
+
"All customers returned will have an ID greater than this value": "All customers returned will have an ID greater than this value",
|
|
81
|
+
"Filter by keyword": "Filter by keyword",
|
|
82
|
+
"Filter by subscription status. Active (default) excludes canceled; Canceled shows only canceled; All shows all subscriptions.": "Filter by subscription status. Active (default) excludes canceled; Canceled shows only canceled; All shows all subscriptions.",
|
|
83
|
+
"UNIX timestamp in the future (UTC timezone)": "UNIX timestamp in the future (UTC timezone)",
|
|
84
|
+
"ID of promo code to apply": "ID of promo code to apply",
|
|
85
|
+
"Quantity (Default: 1)": "Quantity (Default: 1)",
|
|
86
|
+
"Authorization headers are injected automatically from your connection.": "授权头自动从您的连接中注入。",
|
|
87
|
+
"Enable for files like PDFs, images, etc.": "Enable for files like PDFs, images, etc.",
|
|
88
|
+
"Ascending": "升序",
|
|
89
|
+
"Descending": "降序",
|
|
90
|
+
"Active": "使用中",
|
|
91
|
+
"Canceled": "Canceled",
|
|
92
|
+
"All": "所有的",
|
|
93
|
+
"GET": "获取",
|
|
94
|
+
"POST": "帖子",
|
|
95
|
+
"PATCH": "PATCH",
|
|
96
|
+
"PUT": "弹出",
|
|
97
|
+
"DELETE": "删除",
|
|
98
|
+
"HEAD": "黑色",
|
|
99
|
+
"None": "无",
|
|
100
|
+
"JSON": "JSON",
|
|
101
|
+
"Form Data": "表单数据",
|
|
102
|
+
"Raw": "原始文件"
|
|
103
|
+
}
|