@activepieces/piece-coupa 0.0.1 → 0.0.3
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 +106 -0
- package/src/i18n/es.json +106 -0
- package/src/i18n/fr.json +106 -0
- package/src/i18n/ja.json +106 -0
- package/src/i18n/nl.json +106 -0
- package/src/i18n/pt.json +106 -0
- package/src/i18n/translation.json +106 -0
- package/src/i18n/zh.json +106 -0
- package/src/lib/actions/add-file-attachment.d.ts.map +1 -1
- package/src/lib/actions/add-file-attachment.js +5 -0
- package/src/lib/actions/add-file-attachment.js.map +1 -1
- package/src/lib/actions/cancel-purchase-order.d.ts.map +1 -1
- package/src/lib/actions/cancel-purchase-order.js +5 -0
- package/src/lib/actions/cancel-purchase-order.js.map +1 -1
- package/src/lib/actions/close-purchase-order.d.ts.map +1 -1
- package/src/lib/actions/close-purchase-order.js +5 -0
- package/src/lib/actions/close-purchase-order.js.map +1 -1
- package/src/lib/actions/create-object.d.ts.map +1 -1
- package/src/lib/actions/create-object.js +5 -0
- package/src/lib/actions/create-object.js.map +1 -1
- package/src/lib/actions/get-object-by-id.d.ts.map +1 -1
- package/src/lib/actions/get-object-by-id.js +5 -0
- package/src/lib/actions/get-object-by-id.js.map +1 -1
- package/src/lib/actions/get-remit-to-addresses.d.ts.map +1 -1
- package/src/lib/actions/get-remit-to-addresses.js +5 -0
- package/src/lib/actions/get-remit-to-addresses.js.map +1 -1
- package/src/lib/actions/get-supplier-sites.d.ts.map +1 -1
- package/src/lib/actions/get-supplier-sites.js +5 -0
- package/src/lib/actions/get-supplier-sites.js.map +1 -1
- package/src/lib/actions/grant-approval.d.ts.map +1 -1
- package/src/lib/actions/grant-approval.js +5 -0
- package/src/lib/actions/grant-approval.js.map +1 -1
- package/src/lib/actions/reject-approval.d.ts.map +1 -1
- package/src/lib/actions/reject-approval.js +5 -0
- package/src/lib/actions/reject-approval.js.map +1 -1
- package/src/lib/actions/search-objects.d.ts.map +1 -1
- package/src/lib/actions/search-objects.js +5 -0
- package/src/lib/actions/search-objects.js.map +1 -1
- package/src/lib/actions/set-integration-run-status.d.ts.map +1 -1
- package/src/lib/actions/set-integration-run-status.js +5 -0
- package/src/lib/actions/set-integration-run-status.js.map +1 -1
- package/src/lib/actions/update-object.d.ts.map +1 -1
- package/src/lib/actions/update-object.js +5 -0
- package/src/lib/actions/update-object.js.map +1 -1
- package/src/lib/triggers/new-or-updated-object.d.ts.map +1 -1
- package/src/lib/triggers/new-or-updated-object.js +3 -0
- package/src/lib/triggers/new-or-updated-object.js.map +1 -1
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@activepieces/piece-coupa",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.3",
|
|
4
4
|
"type": "commonjs",
|
|
5
5
|
"main": "./src/index.js",
|
|
6
6
|
"types": "./src/index.d.ts",
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@activepieces/pieces-common": "0.12.
|
|
9
|
-
"@activepieces/pieces-framework": "0.
|
|
10
|
-
"@activepieces/shared": "0.
|
|
8
|
+
"@activepieces/pieces-common": "0.12.4",
|
|
9
|
+
"@activepieces/pieces-framework": "0.31.0",
|
|
10
|
+
"@activepieces/shared": "0.94.0",
|
|
11
11
|
"dayjs": "1.11.9",
|
|
12
12
|
"form-data": "4.0.4",
|
|
13
13
|
"tslib": "2.6.2"
|
package/src/i18n/de.json
ADDED
|
@@ -0,0 +1,106 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Business spend management — automate procurement, approvals, purchase orders, and ERP integrations with the Coupa Core API.": "Business spend management — automate procurement, approvals, purchase orders, and ERP integrations with the Coupa Core API.",
|
|
3
|
+
"Coupa Instance URL": "Coupa Instance URL",
|
|
4
|
+
"Client ID": "Kunden-ID",
|
|
5
|
+
"Client Secret": "Kundengeheimnis",
|
|
6
|
+
"OAuth Scopes": "OAuth Scopes",
|
|
7
|
+
"Your Coupa hostname only, e.g. `company.coupahost.com` (without `https://`).": "Your Coupa hostname only, e.g. `company.coupahost.com` (without `https://`).",
|
|
8
|
+
"Space-separated scopes granted to your OIDC client, e.g. `core.purchase_order.read core.purchase_order.write`.": "Space-separated scopes granted to your OIDC client, e.g. `core.purchase_order.read core.purchase_order.write`.",
|
|
9
|
+
"Connect using an OAuth 2.0 OpenID Connect client with the **Client Credentials** grant. In Coupa, go to **Setup → Integrations → OAuth2/OpenID Connect Clients**, create a client, and copy the Client ID and Client Secret. Scopes use the form `core.accounting.read` — list yours at `https://{your-instance}/oauth2/scopes`.": "Connect using an OAuth 2.0 OpenID Connect client with the **Client Credentials** grant. In Coupa, go to **Setup → Integrations → OAuth2/OpenID Connect Clients**, create a client, and copy the Client ID and Client Secret. Scopes use the form `core.accounting.read` — list yours at `https://{your-instance}/oauth2/scopes`.",
|
|
10
|
+
"Create Object": "Create Object",
|
|
11
|
+
"Update Object": "Update Object",
|
|
12
|
+
"Get Object by ID": "Get Object by ID",
|
|
13
|
+
"Search Objects (Batch)": "Search Objects (Batch)",
|
|
14
|
+
"Cancel Purchase Order": "Cancel Purchase Order",
|
|
15
|
+
"Close Purchase Order": "Close Purchase Order",
|
|
16
|
+
"Add File Attachment to Object": "Add File Attachment to Object",
|
|
17
|
+
"Get Remit-To Addresses by Object ID": "Get Remit-To Addresses by Object ID",
|
|
18
|
+
"Get Supplier Sites by Supplier": "Get Supplier Sites by Supplier",
|
|
19
|
+
"Grant Approval": "Grant Approval",
|
|
20
|
+
"Reject Approval": "Reject Approval",
|
|
21
|
+
"Set Integration Run Status": "Set Integration Run Status",
|
|
22
|
+
"Custom Action": "Custom Action",
|
|
23
|
+
"Creates a record in the selected Coupa module (Purchase Orders, Suppliers, or Contracts).": "Creates a record in the selected Coupa module (Purchase Orders, Suppliers, or Contracts).",
|
|
24
|
+
"Updates a record by ID in the selected Coupa module (Purchase Orders, Suppliers, or Contracts).": "Updates a record by ID in the selected Coupa module (Purchase Orders, Suppliers, or Contracts).",
|
|
25
|
+
"Retrieves a single record by ID from Purchase Orders, Suppliers, or Contracts.": "Retrieves a single record by ID from Purchase Orders, Suppliers, or Contracts.",
|
|
26
|
+
"Searches records in a Coupa module with pagination (50 per page) and returns standardized fields.": "Searches records in a Coupa module with pagination (50 per page) and returns standardized fields.",
|
|
27
|
+
"Cancels a purchase order using `PUT /api/purchase_orders/:id/cancel`.": "Cancels a purchase order using `PUT /api/purchase_orders/:id/cancel`.",
|
|
28
|
+
"Closes a purchase order using `PUT /api/purchase_orders/:id/close`.": "Closes a purchase order using `PUT /api/purchase_orders/:id/close`.",
|
|
29
|
+
"Adds an attachment (an uploaded file or a link) to a Purchase Order, Supplier, or Contract in Coupa.": "Adds an attachment (an uploaded file or a link) to a Purchase Order, Supplier, or Contract in Coupa.",
|
|
30
|
+
"Lists remit-to addresses for a Supplier or resolves the supplier from a Purchase Order.": "Lists remit-to addresses for a Supplier or resolves the supplier from a Purchase Order.",
|
|
31
|
+
"Lists supplier sites for a supplier (`GET /api/suppliers/:id/supplier_sites`).": "Lists supplier sites for a supplier (`GET /api/suppliers/:id/supplier_sites`).",
|
|
32
|
+
"Approves a pending approval in Coupa (e.g. a requisition or purchase order awaiting your decision). Pick the approval from the dropdown.": "Approves a pending approval in Coupa (e.g. a requisition or purchase order awaiting your decision). Pick the approval from the dropdown.",
|
|
33
|
+
"Rejects a pending approval in Coupa (e.g. a requisition or purchase order awaiting your decision). Pick the approval from the dropdown.": "Rejects a pending approval in Coupa (e.g. a requisition or purchase order awaiting your decision). Pick the approval from the dropdown.",
|
|
34
|
+
"Updates an integration run status (`run`, `success`, `fail`, `pause`, or `pending`).": "Updates an integration run status (`run`, `success`, `fail`, `pause`, or `pending`).",
|
|
35
|
+
"Make a custom API call to any Coupa endpoint (Purchase Orders, Suppliers, Contracts, or other resources).": "Make a custom API call to any Coupa endpoint (Purchase Orders, Suppliers, Contracts, or other resources).",
|
|
36
|
+
"Module": "Module",
|
|
37
|
+
"Custom Resource Path": "Custom Resource Path",
|
|
38
|
+
"Markdown": "Markdown",
|
|
39
|
+
"Request Body (JSON)": "Request Body (JSON)",
|
|
40
|
+
"Record": "Record",
|
|
41
|
+
"Query Parameters (JSON)": "Query Parameters (JSON)",
|
|
42
|
+
"Purchase Order": "Purchase Order",
|
|
43
|
+
"Attachment Type": "Attachment Type",
|
|
44
|
+
"Attachment": "Anhang",
|
|
45
|
+
"Intent": "Intent",
|
|
46
|
+
"Parent Module": "Parent Module",
|
|
47
|
+
"Supplier": "Supplier",
|
|
48
|
+
"Approval": "Approval",
|
|
49
|
+
"Rejection Reason": "Rejection Reason",
|
|
50
|
+
"Object ID": "Object ID",
|
|
51
|
+
"Status": "Status",
|
|
52
|
+
"Method": "Methode",
|
|
53
|
+
"Headers": "Kopfzeilen",
|
|
54
|
+
"Query Parameters": "Abfrageparameter",
|
|
55
|
+
"Body Type": "Körpertyp",
|
|
56
|
+
"Body": "Körper",
|
|
57
|
+
"Response is Binary ?": "Response is Binary ?",
|
|
58
|
+
"No Error on Failure": "Kein Fehler bei Fehler",
|
|
59
|
+
"Timeout (in seconds)": "Timeout (in Sekunden)",
|
|
60
|
+
"Follow redirects": "Follow redirects",
|
|
61
|
+
"Coupa module to work with: Purchase Orders, Suppliers, or Contracts. Pick \"Custom resource\" to target any other endpoint.": "Coupa module to work with: Purchase Orders, Suppliers, or Contracts. Pick \"Custom resource\" to target any other endpoint.",
|
|
62
|
+
"API resource segment when Module is **Custom resource**, e.g. `invoices` or `approvals`.": "API resource segment when Module is **Custom resource**, e.g. `invoices` or `approvals`.",
|
|
63
|
+
"**How to build the request body** — Coupa uses field names in **kebab-case**. Reference an existing record (like a supplier) by its numeric ID. Examples per module:\n\n**Purchase Orders**\n```json\n{ \"po-number\": \"PO-1001\", \"supplier\": { \"id\": 123 }, \"order-lines\": [{ \"description\": \"Laptop\", \"quantity\": 2, \"price\": 1500 }] }\n```\n\n**Suppliers**\n```json\n{ \"name\": \"Acme Corp\", \"display-name\": \"Acme\", \"status\": \"active\" }\n```\n\n**Contracts**\n```json\n{ \"name\": \"Acme MSA 2025\", \"supplier\": { \"id\": 123 }, \"start-date\"": "**How to build the request body** — Coupa uses field names in **kebab-case**. Reference an existing record (like a supplier) by its numeric ID. Examples per module:\n\n**Purchase Orders**\n```json\n{ \"po-number\": \"PO-1001\", \"supplier\": { \"id\": 123 }, \"order-lines\": [{ \"description\": \"Laptop\", \"quantity\": 2, \"price\": 1500 }] }\n```\n\n**Suppliers**\n```json\n{ \"name\": \"Acme Corp\", \"display-name\": \"Acme\", \"status\": \"active\" }\n```\n\n**Contracts**\n```json\n{ \"name\": \"Acme MSA 2025\", \"supplier\": { \"id\": 123 }, \"start-date\": \"2025-01-01\", \"end-date\": \"2025-12-31\" }\n```",
|
|
64
|
+
"JSON payload sent to Coupa, using Coupa field names in kebab-case (e.g. `po-number`, `supplier-id`). See the examples above for each module.": "JSON payload sent to Coupa, using Coupa field names in kebab-case (e.g. `po-number`, `supplier-id`). See the examples above for each module.",
|
|
65
|
+
"Pick the record by name. For a custom resource, enter its numeric ID.": "Pick the record by name. For a custom resource, enter its numeric ID.",
|
|
66
|
+
"Optional query filters, e.g. `{ \"status[in]\": \"issued,closed\", \"exported\": false }`.": "Optional query filters, e.g. `{ \"status[in]\": \"issued,closed\", \"exported\": false }`.",
|
|
67
|
+
"Select a purchase order from your Coupa instance (most recent 50).": "Select a purchase order from your Coupa instance (most recent 50).",
|
|
68
|
+
"The type of record to attach the file to.": "The type of record to attach the file to.",
|
|
69
|
+
"The record to attach to. Pick it by name after choosing a module.": "The record to attach to. Pick it by name after choosing a module.",
|
|
70
|
+
"Choose whether to upload a file directly or attach a link (URL).": "Choose whether to upload a file directly or attach a link (URL).",
|
|
71
|
+
"The file to upload or the URL to link.": "The file to upload or the URL to link.",
|
|
72
|
+
"Optional Coupa attachment intent that controls who can see the attachment (e.g. `Supplier`). Leave empty to use the Coupa default.": "Optional Coupa attachment intent that controls who can see the attachment (e.g. `Supplier`). Leave empty to use the Coupa default.",
|
|
73
|
+
"Where to look up remit-to addresses from: a Supplier directly, or the supplier linked to a Purchase Order.": "Where to look up remit-to addresses from: a Supplier directly, or the supplier linked to a Purchase Order.",
|
|
74
|
+
"Select a supplier from your Coupa instance (most recent 50).": "Select a supplier from your Coupa instance (most recent 50).",
|
|
75
|
+
"Select a pending approval awaiting a decision. Shows the most recent 50 pending approvals.": "Select a pending approval awaiting a decision. Shows the most recent 50 pending approvals.",
|
|
76
|
+
"Optional note explaining why the approval was rejected.": "Optional note explaining why the approval was rejected.",
|
|
77
|
+
"Numeric Coupa ID of the record.": "Numeric Coupa ID of the record.",
|
|
78
|
+
"Authorization headers are injected automatically from your connection.": "Autorisierungs-Header werden automatisch von Ihrer Verbindung injiziert.",
|
|
79
|
+
"Enable for files like PDFs, images, etc.": "Enable for files like PDFs, images, etc.",
|
|
80
|
+
"Purchase Orders": "Purchase Orders",
|
|
81
|
+
"Suppliers": "Suppliers",
|
|
82
|
+
"Contracts": "Contracts",
|
|
83
|
+
"Custom resource (type below)": "Custom resource (type below)",
|
|
84
|
+
"Contract": "Contract",
|
|
85
|
+
"Upload a file": "Datei hochladen",
|
|
86
|
+
"Link a URL": "Link a URL",
|
|
87
|
+
"Running": "Läuft",
|
|
88
|
+
"Successful": "Successful",
|
|
89
|
+
"Failed": "Fehlgeschlagen",
|
|
90
|
+
"Paused": "Pausiert",
|
|
91
|
+
"Pending": "Ausstehend",
|
|
92
|
+
"GET": "ERHALTEN",
|
|
93
|
+
"POST": "POST",
|
|
94
|
+
"PATCH": "PATCH",
|
|
95
|
+
"PUT": "PUT",
|
|
96
|
+
"DELETE": "LÖSCHEN",
|
|
97
|
+
"HEAD": "HEAD",
|
|
98
|
+
"None": "Keine",
|
|
99
|
+
"JSON": "JSON",
|
|
100
|
+
"Form Data": "Formulardaten",
|
|
101
|
+
"Raw": "Rohe",
|
|
102
|
+
"New or Updated Object": "New or Updated Object",
|
|
103
|
+
"Triggers when a Purchase Order, Supplier, or Contract is created or updated in Coupa.": "Triggers when a Purchase Order, Supplier, or Contract is created or updated in Coupa.",
|
|
104
|
+
"Additional Filters (JSON)": "Additional Filters (JSON)",
|
|
105
|
+
"Optional Coupa query filters, e.g. `{ \"status[in]\": \"issued,closed\" }`.": "Optional Coupa query filters, e.g. `{ \"status[in]\": \"issued,closed\" }`."
|
|
106
|
+
}
|
package/src/i18n/es.json
ADDED
|
@@ -0,0 +1,106 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Business spend management — automate procurement, approvals, purchase orders, and ERP integrations with the Coupa Core API.": "Business spend management — automate procurement, approvals, purchase orders, and ERP integrations with the Coupa Core API.",
|
|
3
|
+
"Coupa Instance URL": "Coupa Instance URL",
|
|
4
|
+
"Client ID": "ID de cliente",
|
|
5
|
+
"Client Secret": "Cliente secreto",
|
|
6
|
+
"OAuth Scopes": "OAuth Scopes",
|
|
7
|
+
"Your Coupa hostname only, e.g. `company.coupahost.com` (without `https://`).": "Your Coupa hostname only, e.g. `company.coupahost.com` (without `https://`).",
|
|
8
|
+
"Space-separated scopes granted to your OIDC client, e.g. `core.purchase_order.read core.purchase_order.write`.": "Space-separated scopes granted to your OIDC client, e.g. `core.purchase_order.read core.purchase_order.write`.",
|
|
9
|
+
"Connect using an OAuth 2.0 OpenID Connect client with the **Client Credentials** grant. In Coupa, go to **Setup → Integrations → OAuth2/OpenID Connect Clients**, create a client, and copy the Client ID and Client Secret. Scopes use the form `core.accounting.read` — list yours at `https://{your-instance}/oauth2/scopes`.": "Connect using an OAuth 2.0 OpenID Connect client with the **Client Credentials** grant. In Coupa, go to **Setup → Integrations → OAuth2/OpenID Connect Clients**, create a client, and copy the Client ID and Client Secret. Scopes use the form `core.accounting.read` — list yours at `https://{your-instance}/oauth2/scopes`.",
|
|
10
|
+
"Create Object": "Create Object",
|
|
11
|
+
"Update Object": "Update Object",
|
|
12
|
+
"Get Object by ID": "Get Object by ID",
|
|
13
|
+
"Search Objects (Batch)": "Search Objects (Batch)",
|
|
14
|
+
"Cancel Purchase Order": "Cancel Purchase Order",
|
|
15
|
+
"Close Purchase Order": "Close Purchase Order",
|
|
16
|
+
"Add File Attachment to Object": "Add File Attachment to Object",
|
|
17
|
+
"Get Remit-To Addresses by Object ID": "Get Remit-To Addresses by Object ID",
|
|
18
|
+
"Get Supplier Sites by Supplier": "Get Supplier Sites by Supplier",
|
|
19
|
+
"Grant Approval": "Grant Approval",
|
|
20
|
+
"Reject Approval": "Reject Approval",
|
|
21
|
+
"Set Integration Run Status": "Set Integration Run Status",
|
|
22
|
+
"Custom Action": "Custom Action",
|
|
23
|
+
"Creates a record in the selected Coupa module (Purchase Orders, Suppliers, or Contracts).": "Creates a record in the selected Coupa module (Purchase Orders, Suppliers, or Contracts).",
|
|
24
|
+
"Updates a record by ID in the selected Coupa module (Purchase Orders, Suppliers, or Contracts).": "Updates a record by ID in the selected Coupa module (Purchase Orders, Suppliers, or Contracts).",
|
|
25
|
+
"Retrieves a single record by ID from Purchase Orders, Suppliers, or Contracts.": "Retrieves a single record by ID from Purchase Orders, Suppliers, or Contracts.",
|
|
26
|
+
"Searches records in a Coupa module with pagination (50 per page) and returns standardized fields.": "Searches records in a Coupa module with pagination (50 per page) and returns standardized fields.",
|
|
27
|
+
"Cancels a purchase order using `PUT /api/purchase_orders/:id/cancel`.": "Cancels a purchase order using `PUT /api/purchase_orders/:id/cancel`.",
|
|
28
|
+
"Closes a purchase order using `PUT /api/purchase_orders/:id/close`.": "Closes a purchase order using `PUT /api/purchase_orders/:id/close`.",
|
|
29
|
+
"Adds an attachment (an uploaded file or a link) to a Purchase Order, Supplier, or Contract in Coupa.": "Adds an attachment (an uploaded file or a link) to a Purchase Order, Supplier, or Contract in Coupa.",
|
|
30
|
+
"Lists remit-to addresses for a Supplier or resolves the supplier from a Purchase Order.": "Lists remit-to addresses for a Supplier or resolves the supplier from a Purchase Order.",
|
|
31
|
+
"Lists supplier sites for a supplier (`GET /api/suppliers/:id/supplier_sites`).": "Lists supplier sites for a supplier (`GET /api/suppliers/:id/supplier_sites`).",
|
|
32
|
+
"Approves a pending approval in Coupa (e.g. a requisition or purchase order awaiting your decision). Pick the approval from the dropdown.": "Approves a pending approval in Coupa (e.g. a requisition or purchase order awaiting your decision). Pick the approval from the dropdown.",
|
|
33
|
+
"Rejects a pending approval in Coupa (e.g. a requisition or purchase order awaiting your decision). Pick the approval from the dropdown.": "Rejects a pending approval in Coupa (e.g. a requisition or purchase order awaiting your decision). Pick the approval from the dropdown.",
|
|
34
|
+
"Updates an integration run status (`run`, `success`, `fail`, `pause`, or `pending`).": "Updates an integration run status (`run`, `success`, `fail`, `pause`, or `pending`).",
|
|
35
|
+
"Make a custom API call to any Coupa endpoint (Purchase Orders, Suppliers, Contracts, or other resources).": "Make a custom API call to any Coupa endpoint (Purchase Orders, Suppliers, Contracts, or other resources).",
|
|
36
|
+
"Module": "Module",
|
|
37
|
+
"Custom Resource Path": "Custom Resource Path",
|
|
38
|
+
"Markdown": "Markdown",
|
|
39
|
+
"Request Body (JSON)": "Request Body (JSON)",
|
|
40
|
+
"Record": "Record",
|
|
41
|
+
"Query Parameters (JSON)": "Query Parameters (JSON)",
|
|
42
|
+
"Purchase Order": "Purchase Order",
|
|
43
|
+
"Attachment Type": "Attachment Type",
|
|
44
|
+
"Attachment": "Adjunto",
|
|
45
|
+
"Intent": "Intent",
|
|
46
|
+
"Parent Module": "Parent Module",
|
|
47
|
+
"Supplier": "Supplier",
|
|
48
|
+
"Approval": "Approval",
|
|
49
|
+
"Rejection Reason": "Rejection Reason",
|
|
50
|
+
"Object ID": "Object ID",
|
|
51
|
+
"Status": "Estado",
|
|
52
|
+
"Method": "Método",
|
|
53
|
+
"Headers": "Encabezados",
|
|
54
|
+
"Query Parameters": "Parámetros de consulta",
|
|
55
|
+
"Body Type": "Tipo de cuerpo",
|
|
56
|
+
"Body": "Cuerpo",
|
|
57
|
+
"Response is Binary ?": "Response is Binary ?",
|
|
58
|
+
"No Error on Failure": "No hay ningún error en fallo",
|
|
59
|
+
"Timeout (in seconds)": "Tiempo de espera (en segundos)",
|
|
60
|
+
"Follow redirects": "Follow redirects",
|
|
61
|
+
"Coupa module to work with: Purchase Orders, Suppliers, or Contracts. Pick \"Custom resource\" to target any other endpoint.": "Coupa module to work with: Purchase Orders, Suppliers, or Contracts. Pick \"Custom resource\" to target any other endpoint.",
|
|
62
|
+
"API resource segment when Module is **Custom resource**, e.g. `invoices` or `approvals`.": "API resource segment when Module is **Custom resource**, e.g. `invoices` or `approvals`.",
|
|
63
|
+
"**How to build the request body** — Coupa uses field names in **kebab-case**. Reference an existing record (like a supplier) by its numeric ID. Examples per module:\n\n**Purchase Orders**\n```json\n{ \"po-number\": \"PO-1001\", \"supplier\": { \"id\": 123 }, \"order-lines\": [{ \"description\": \"Laptop\", \"quantity\": 2, \"price\": 1500 }] }\n```\n\n**Suppliers**\n```json\n{ \"name\": \"Acme Corp\", \"display-name\": \"Acme\", \"status\": \"active\" }\n```\n\n**Contracts**\n```json\n{ \"name\": \"Acme MSA 2025\", \"supplier\": { \"id\": 123 }, \"start-date\"": "**How to build the request body** — Coupa uses field names in **kebab-case**. Reference an existing record (like a supplier) by its numeric ID. Examples per module:\n\n**Purchase Orders**\n```json\n{ \"po-number\": \"PO-1001\", \"supplier\": { \"id\": 123 }, \"order-lines\": [{ \"description\": \"Laptop\", \"quantity\": 2, \"price\": 1500 }] }\n```\n\n**Suppliers**\n```json\n{ \"name\": \"Acme Corp\", \"display-name\": \"Acme\", \"status\": \"active\" }\n```\n\n**Contracts**\n```json\n{ \"name\": \"Acme MSA 2025\", \"supplier\": { \"id\": 123 }, \"start-date\": \"2025-01-01\", \"end-date\": \"2025-12-31\" }\n```",
|
|
64
|
+
"JSON payload sent to Coupa, using Coupa field names in kebab-case (e.g. `po-number`, `supplier-id`). See the examples above for each module.": "JSON payload sent to Coupa, using Coupa field names in kebab-case (e.g. `po-number`, `supplier-id`). See the examples above for each module.",
|
|
65
|
+
"Pick the record by name. For a custom resource, enter its numeric ID.": "Pick the record by name. For a custom resource, enter its numeric ID.",
|
|
66
|
+
"Optional query filters, e.g. `{ \"status[in]\": \"issued,closed\", \"exported\": false }`.": "Optional query filters, e.g. `{ \"status[in]\": \"issued,closed\", \"exported\": false }`.",
|
|
67
|
+
"Select a purchase order from your Coupa instance (most recent 50).": "Select a purchase order from your Coupa instance (most recent 50).",
|
|
68
|
+
"The type of record to attach the file to.": "The type of record to attach the file to.",
|
|
69
|
+
"The record to attach to. Pick it by name after choosing a module.": "The record to attach to. Pick it by name after choosing a module.",
|
|
70
|
+
"Choose whether to upload a file directly or attach a link (URL).": "Choose whether to upload a file directly or attach a link (URL).",
|
|
71
|
+
"The file to upload or the URL to link.": "The file to upload or the URL to link.",
|
|
72
|
+
"Optional Coupa attachment intent that controls who can see the attachment (e.g. `Supplier`). Leave empty to use the Coupa default.": "Optional Coupa attachment intent that controls who can see the attachment (e.g. `Supplier`). Leave empty to use the Coupa default.",
|
|
73
|
+
"Where to look up remit-to addresses from: a Supplier directly, or the supplier linked to a Purchase Order.": "Where to look up remit-to addresses from: a Supplier directly, or the supplier linked to a Purchase Order.",
|
|
74
|
+
"Select a supplier from your Coupa instance (most recent 50).": "Select a supplier from your Coupa instance (most recent 50).",
|
|
75
|
+
"Select a pending approval awaiting a decision. Shows the most recent 50 pending approvals.": "Select a pending approval awaiting a decision. Shows the most recent 50 pending approvals.",
|
|
76
|
+
"Optional note explaining why the approval was rejected.": "Optional note explaining why the approval was rejected.",
|
|
77
|
+
"Numeric Coupa ID of the record.": "Numeric Coupa ID of the record.",
|
|
78
|
+
"Authorization headers are injected automatically from your connection.": "Las cabeceras de autorización se inyectan automáticamente desde tu conexión.",
|
|
79
|
+
"Enable for files like PDFs, images, etc.": "Enable for files like PDFs, images, etc.",
|
|
80
|
+
"Purchase Orders": "Purchase Orders",
|
|
81
|
+
"Suppliers": "Suppliers",
|
|
82
|
+
"Contracts": "Contracts",
|
|
83
|
+
"Custom resource (type below)": "Custom resource (type below)",
|
|
84
|
+
"Contract": "Contract",
|
|
85
|
+
"Upload a file": "Subir un archivo",
|
|
86
|
+
"Link a URL": "Link a URL",
|
|
87
|
+
"Running": "Ejecutando",
|
|
88
|
+
"Successful": "Successful",
|
|
89
|
+
"Failed": "Fallado",
|
|
90
|
+
"Paused": "Pausado",
|
|
91
|
+
"Pending": "Pendiente",
|
|
92
|
+
"GET": "RECOGER",
|
|
93
|
+
"POST": "POST",
|
|
94
|
+
"PATCH": "PATCH",
|
|
95
|
+
"PUT": "PUT",
|
|
96
|
+
"DELETE": "BORRAR",
|
|
97
|
+
"HEAD": "LIMPIO",
|
|
98
|
+
"None": "Ninguna",
|
|
99
|
+
"JSON": "JSON",
|
|
100
|
+
"Form Data": "Datos de Formulario",
|
|
101
|
+
"Raw": "Rápido",
|
|
102
|
+
"New or Updated Object": "New or Updated Object",
|
|
103
|
+
"Triggers when a Purchase Order, Supplier, or Contract is created or updated in Coupa.": "Triggers when a Purchase Order, Supplier, or Contract is created or updated in Coupa.",
|
|
104
|
+
"Additional Filters (JSON)": "Additional Filters (JSON)",
|
|
105
|
+
"Optional Coupa query filters, e.g. `{ \"status[in]\": \"issued,closed\" }`.": "Optional Coupa query filters, e.g. `{ \"status[in]\": \"issued,closed\" }`."
|
|
106
|
+
}
|
package/src/i18n/fr.json
ADDED
|
@@ -0,0 +1,106 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Business spend management — automate procurement, approvals, purchase orders, and ERP integrations with the Coupa Core API.": "Business spend management — automate procurement, approvals, purchase orders, and ERP integrations with the Coupa Core API.",
|
|
3
|
+
"Coupa Instance URL": "Coupa Instance URL",
|
|
4
|
+
"Client ID": "ID client",
|
|
5
|
+
"Client Secret": "Clé secrète du client",
|
|
6
|
+
"OAuth Scopes": "OAuth Scopes",
|
|
7
|
+
"Your Coupa hostname only, e.g. `company.coupahost.com` (without `https://`).": "Your Coupa hostname only, e.g. `company.coupahost.com` (without `https://`).",
|
|
8
|
+
"Space-separated scopes granted to your OIDC client, e.g. `core.purchase_order.read core.purchase_order.write`.": "Space-separated scopes granted to your OIDC client, e.g. `core.purchase_order.read core.purchase_order.write`.",
|
|
9
|
+
"Connect using an OAuth 2.0 OpenID Connect client with the **Client Credentials** grant. In Coupa, go to **Setup → Integrations → OAuth2/OpenID Connect Clients**, create a client, and copy the Client ID and Client Secret. Scopes use the form `core.accounting.read` — list yours at `https://{your-instance}/oauth2/scopes`.": "Connect using an OAuth 2.0 OpenID Connect client with the **Client Credentials** grant. In Coupa, go to **Setup → Integrations → OAuth2/OpenID Connect Clients**, create a client, and copy the Client ID and Client Secret. Scopes use the form `core.accounting.read` — list yours at `https://{your-instance}/oauth2/scopes`.",
|
|
10
|
+
"Create Object": "Create Object",
|
|
11
|
+
"Update Object": "Update Object",
|
|
12
|
+
"Get Object by ID": "Get Object by ID",
|
|
13
|
+
"Search Objects (Batch)": "Search Objects (Batch)",
|
|
14
|
+
"Cancel Purchase Order": "Cancel Purchase Order",
|
|
15
|
+
"Close Purchase Order": "Close Purchase Order",
|
|
16
|
+
"Add File Attachment to Object": "Add File Attachment to Object",
|
|
17
|
+
"Get Remit-To Addresses by Object ID": "Get Remit-To Addresses by Object ID",
|
|
18
|
+
"Get Supplier Sites by Supplier": "Get Supplier Sites by Supplier",
|
|
19
|
+
"Grant Approval": "Grant Approval",
|
|
20
|
+
"Reject Approval": "Reject Approval",
|
|
21
|
+
"Set Integration Run Status": "Set Integration Run Status",
|
|
22
|
+
"Custom Action": "Custom Action",
|
|
23
|
+
"Creates a record in the selected Coupa module (Purchase Orders, Suppliers, or Contracts).": "Creates a record in the selected Coupa module (Purchase Orders, Suppliers, or Contracts).",
|
|
24
|
+
"Updates a record by ID in the selected Coupa module (Purchase Orders, Suppliers, or Contracts).": "Updates a record by ID in the selected Coupa module (Purchase Orders, Suppliers, or Contracts).",
|
|
25
|
+
"Retrieves a single record by ID from Purchase Orders, Suppliers, or Contracts.": "Retrieves a single record by ID from Purchase Orders, Suppliers, or Contracts.",
|
|
26
|
+
"Searches records in a Coupa module with pagination (50 per page) and returns standardized fields.": "Searches records in a Coupa module with pagination (50 per page) and returns standardized fields.",
|
|
27
|
+
"Cancels a purchase order using `PUT /api/purchase_orders/:id/cancel`.": "Cancels a purchase order using `PUT /api/purchase_orders/:id/cancel`.",
|
|
28
|
+
"Closes a purchase order using `PUT /api/purchase_orders/:id/close`.": "Closes a purchase order using `PUT /api/purchase_orders/:id/close`.",
|
|
29
|
+
"Adds an attachment (an uploaded file or a link) to a Purchase Order, Supplier, or Contract in Coupa.": "Adds an attachment (an uploaded file or a link) to a Purchase Order, Supplier, or Contract in Coupa.",
|
|
30
|
+
"Lists remit-to addresses for a Supplier or resolves the supplier from a Purchase Order.": "Lists remit-to addresses for a Supplier or resolves the supplier from a Purchase Order.",
|
|
31
|
+
"Lists supplier sites for a supplier (`GET /api/suppliers/:id/supplier_sites`).": "Lists supplier sites for a supplier (`GET /api/suppliers/:id/supplier_sites`).",
|
|
32
|
+
"Approves a pending approval in Coupa (e.g. a requisition or purchase order awaiting your decision). Pick the approval from the dropdown.": "Approves a pending approval in Coupa (e.g. a requisition or purchase order awaiting your decision). Pick the approval from the dropdown.",
|
|
33
|
+
"Rejects a pending approval in Coupa (e.g. a requisition or purchase order awaiting your decision). Pick the approval from the dropdown.": "Rejects a pending approval in Coupa (e.g. a requisition or purchase order awaiting your decision). Pick the approval from the dropdown.",
|
|
34
|
+
"Updates an integration run status (`run`, `success`, `fail`, `pause`, or `pending`).": "Updates an integration run status (`run`, `success`, `fail`, `pause`, or `pending`).",
|
|
35
|
+
"Make a custom API call to any Coupa endpoint (Purchase Orders, Suppliers, Contracts, or other resources).": "Make a custom API call to any Coupa endpoint (Purchase Orders, Suppliers, Contracts, or other resources).",
|
|
36
|
+
"Module": "Module",
|
|
37
|
+
"Custom Resource Path": "Custom Resource Path",
|
|
38
|
+
"Markdown": "Markdown",
|
|
39
|
+
"Request Body (JSON)": "Request Body (JSON)",
|
|
40
|
+
"Record": "Enregistrements",
|
|
41
|
+
"Query Parameters (JSON)": "Query Parameters (JSON)",
|
|
42
|
+
"Purchase Order": "Purchase Order",
|
|
43
|
+
"Attachment Type": "Attachment Type",
|
|
44
|
+
"Attachment": "Pièce jointe",
|
|
45
|
+
"Intent": "Intent",
|
|
46
|
+
"Parent Module": "Parent Module",
|
|
47
|
+
"Supplier": "Supplier",
|
|
48
|
+
"Approval": "Approval",
|
|
49
|
+
"Rejection Reason": "Rejection Reason",
|
|
50
|
+
"Object ID": "Object ID",
|
|
51
|
+
"Status": "Créer des lignes (Lot)",
|
|
52
|
+
"Method": "Méthode",
|
|
53
|
+
"Headers": "Headers",
|
|
54
|
+
"Query Parameters": "Paramètres de requête",
|
|
55
|
+
"Body Type": "Body Type",
|
|
56
|
+
"Body": "Body",
|
|
57
|
+
"Response is Binary ?": "Réponse binaire ?",
|
|
58
|
+
"No Error on Failure": "Pas d'erreur en cas d'échec",
|
|
59
|
+
"Timeout (in seconds)": "Délai d'expiration (en secondes)",
|
|
60
|
+
"Follow redirects": "Follow redirects",
|
|
61
|
+
"Coupa module to work with: Purchase Orders, Suppliers, or Contracts. Pick \"Custom resource\" to target any other endpoint.": "Coupa module to work with: Purchase Orders, Suppliers, or Contracts. Pick \"Custom resource\" to target any other endpoint.",
|
|
62
|
+
"API resource segment when Module is **Custom resource**, e.g. `invoices` or `approvals`.": "API resource segment when Module is **Custom resource**, e.g. `invoices` or `approvals`.",
|
|
63
|
+
"**How to build the request body** — Coupa uses field names in **kebab-case**. Reference an existing record (like a supplier) by its numeric ID. Examples per module:\n\n**Purchase Orders**\n```json\n{ \"po-number\": \"PO-1001\", \"supplier\": { \"id\": 123 }, \"order-lines\": [{ \"description\": \"Laptop\", \"quantity\": 2, \"price\": 1500 }] }\n```\n\n**Suppliers**\n```json\n{ \"name\": \"Acme Corp\", \"display-name\": \"Acme\", \"status\": \"active\" }\n```\n\n**Contracts**\n```json\n{ \"name\": \"Acme MSA 2025\", \"supplier\": { \"id\": 123 }, \"start-date\"": "**How to build the request body** — Coupa uses field names in **kebab-case**. Reference an existing record (like a supplier) by its numeric ID. Examples per module:\n\n**Purchase Orders**\n```json\n{ \"po-number\": \"PO-1001\", \"supplier\": { \"id\": 123 }, \"order-lines\": [{ \"description\": \"Laptop\", \"quantity\": 2, \"price\": 1500 }] }\n```\n\n**Suppliers**\n```json\n{ \"name\": \"Acme Corp\", \"display-name\": \"Acme\", \"status\": \"active\" }\n```\n\n**Contracts**\n```json\n{ \"name\": \"Acme MSA 2025\", \"supplier\": { \"id\": 123 }, \"start-date\": \"2025-01-01\", \"end-date\": \"2025-12-31\" }\n```",
|
|
64
|
+
"JSON payload sent to Coupa, using Coupa field names in kebab-case (e.g. `po-number`, `supplier-id`). See the examples above for each module.": "JSON payload sent to Coupa, using Coupa field names in kebab-case (e.g. `po-number`, `supplier-id`). See the examples above for each module.",
|
|
65
|
+
"Pick the record by name. For a custom resource, enter its numeric ID.": "Pick the record by name. For a custom resource, enter its numeric ID.",
|
|
66
|
+
"Optional query filters, e.g. `{ \"status[in]\": \"issued,closed\", \"exported\": false }`.": "Optional query filters, e.g. `{ \"status[in]\": \"issued,closed\", \"exported\": false }`.",
|
|
67
|
+
"Select a purchase order from your Coupa instance (most recent 50).": "Select a purchase order from your Coupa instance (most recent 50).",
|
|
68
|
+
"The type of record to attach the file to.": "The type of record to attach the file to.",
|
|
69
|
+
"The record to attach to. Pick it by name after choosing a module.": "The record to attach to. Pick it by name after choosing a module.",
|
|
70
|
+
"Choose whether to upload a file directly or attach a link (URL).": "Choose whether to upload a file directly or attach a link (URL).",
|
|
71
|
+
"The file to upload or the URL to link.": "The file to upload or the URL to link.",
|
|
72
|
+
"Optional Coupa attachment intent that controls who can see the attachment (e.g. `Supplier`). Leave empty to use the Coupa default.": "Optional Coupa attachment intent that controls who can see the attachment (e.g. `Supplier`). Leave empty to use the Coupa default.",
|
|
73
|
+
"Where to look up remit-to addresses from: a Supplier directly, or the supplier linked to a Purchase Order.": "Where to look up remit-to addresses from: a Supplier directly, or the supplier linked to a Purchase Order.",
|
|
74
|
+
"Select a supplier from your Coupa instance (most recent 50).": "Select a supplier from your Coupa instance (most recent 50).",
|
|
75
|
+
"Select a pending approval awaiting a decision. Shows the most recent 50 pending approvals.": "Select a pending approval awaiting a decision. Shows the most recent 50 pending approvals.",
|
|
76
|
+
"Optional note explaining why the approval was rejected.": "Optional note explaining why the approval was rejected.",
|
|
77
|
+
"Numeric Coupa ID of the record.": "Numeric Coupa ID of the record.",
|
|
78
|
+
"Authorization headers are injected automatically from your connection.": "Les en-têtes d'autorisation sont injectés automatiquement depuis votre connexion.",
|
|
79
|
+
"Enable for files like PDFs, images, etc.": "Activer pour les fichiers comme les PDF, images, etc.",
|
|
80
|
+
"Purchase Orders": "Purchase Orders",
|
|
81
|
+
"Suppliers": "Suppliers",
|
|
82
|
+
"Contracts": "Contracts",
|
|
83
|
+
"Custom resource (type below)": "Custom resource (type below)",
|
|
84
|
+
"Contract": "Contract",
|
|
85
|
+
"Upload a file": "Télécharger un fichier",
|
|
86
|
+
"Link a URL": "Link a URL",
|
|
87
|
+
"Running": "Running",
|
|
88
|
+
"Successful": "Successful",
|
|
89
|
+
"Failed": "Échoué",
|
|
90
|
+
"Paused": "En pause",
|
|
91
|
+
"Pending": "En attente",
|
|
92
|
+
"GET": "GET",
|
|
93
|
+
"POST": "POST",
|
|
94
|
+
"PATCH": "PATCH",
|
|
95
|
+
"PUT": "PUT",
|
|
96
|
+
"DELETE": "DELETE",
|
|
97
|
+
"HEAD": "HEAD",
|
|
98
|
+
"None": "Aucun",
|
|
99
|
+
"JSON": "JSON",
|
|
100
|
+
"Form Data": "Données du formulaire",
|
|
101
|
+
"Raw": "Brut",
|
|
102
|
+
"New or Updated Object": "New or Updated Object",
|
|
103
|
+
"Triggers when a Purchase Order, Supplier, or Contract is created or updated in Coupa.": "Triggers when a Purchase Order, Supplier, or Contract is created or updated in Coupa.",
|
|
104
|
+
"Additional Filters (JSON)": "Additional Filters (JSON)",
|
|
105
|
+
"Optional Coupa query filters, e.g. `{ \"status[in]\": \"issued,closed\" }`.": "Optional Coupa query filters, e.g. `{ \"status[in]\": \"issued,closed\" }`."
|
|
106
|
+
}
|
package/src/i18n/ja.json
ADDED
|
@@ -0,0 +1,106 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Business spend management — automate procurement, approvals, purchase orders, and ERP integrations with the Coupa Core API.": "Business spend management — automate procurement, approvals, purchase orders, and ERP integrations with the Coupa Core API.",
|
|
3
|
+
"Coupa Instance URL": "Coupa Instance URL",
|
|
4
|
+
"Client ID": "クライアント ID",
|
|
5
|
+
"Client Secret": "Client Secret",
|
|
6
|
+
"OAuth Scopes": "OAuth Scopes",
|
|
7
|
+
"Your Coupa hostname only, e.g. `company.coupahost.com` (without `https://`).": "Your Coupa hostname only, e.g. `company.coupahost.com` (without `https://`).",
|
|
8
|
+
"Space-separated scopes granted to your OIDC client, e.g. `core.purchase_order.read core.purchase_order.write`.": "Space-separated scopes granted to your OIDC client, e.g. `core.purchase_order.read core.purchase_order.write`.",
|
|
9
|
+
"Connect using an OAuth 2.0 OpenID Connect client with the **Client Credentials** grant. In Coupa, go to **Setup → Integrations → OAuth2/OpenID Connect Clients**, create a client, and copy the Client ID and Client Secret. Scopes use the form `core.accounting.read` — list yours at `https://{your-instance}/oauth2/scopes`.": "Connect using an OAuth 2.0 OpenID Connect client with the **Client Credentials** grant. In Coupa, go to **Setup → Integrations → OAuth2/OpenID Connect Clients**, create a client, and copy the Client ID and Client Secret. Scopes use the form `core.accounting.read` — list yours at `https://{your-instance}/oauth2/scopes`.",
|
|
10
|
+
"Create Object": "Create Object",
|
|
11
|
+
"Update Object": "Update Object",
|
|
12
|
+
"Get Object by ID": "Get Object by ID",
|
|
13
|
+
"Search Objects (Batch)": "Search Objects (Batch)",
|
|
14
|
+
"Cancel Purchase Order": "Cancel Purchase Order",
|
|
15
|
+
"Close Purchase Order": "Close Purchase Order",
|
|
16
|
+
"Add File Attachment to Object": "Add File Attachment to Object",
|
|
17
|
+
"Get Remit-To Addresses by Object ID": "Get Remit-To Addresses by Object ID",
|
|
18
|
+
"Get Supplier Sites by Supplier": "Get Supplier Sites by Supplier",
|
|
19
|
+
"Grant Approval": "Grant Approval",
|
|
20
|
+
"Reject Approval": "Reject Approval",
|
|
21
|
+
"Set Integration Run Status": "Set Integration Run Status",
|
|
22
|
+
"Custom Action": "Custom Action",
|
|
23
|
+
"Creates a record in the selected Coupa module (Purchase Orders, Suppliers, or Contracts).": "Creates a record in the selected Coupa module (Purchase Orders, Suppliers, or Contracts).",
|
|
24
|
+
"Updates a record by ID in the selected Coupa module (Purchase Orders, Suppliers, or Contracts).": "Updates a record by ID in the selected Coupa module (Purchase Orders, Suppliers, or Contracts).",
|
|
25
|
+
"Retrieves a single record by ID from Purchase Orders, Suppliers, or Contracts.": "Retrieves a single record by ID from Purchase Orders, Suppliers, or Contracts.",
|
|
26
|
+
"Searches records in a Coupa module with pagination (50 per page) and returns standardized fields.": "Searches records in a Coupa module with pagination (50 per page) and returns standardized fields.",
|
|
27
|
+
"Cancels a purchase order using `PUT /api/purchase_orders/:id/cancel`.": "Cancels a purchase order using `PUT /api/purchase_orders/:id/cancel`.",
|
|
28
|
+
"Closes a purchase order using `PUT /api/purchase_orders/:id/close`.": "Closes a purchase order using `PUT /api/purchase_orders/:id/close`.",
|
|
29
|
+
"Adds an attachment (an uploaded file or a link) to a Purchase Order, Supplier, or Contract in Coupa.": "Adds an attachment (an uploaded file or a link) to a Purchase Order, Supplier, or Contract in Coupa.",
|
|
30
|
+
"Lists remit-to addresses for a Supplier or resolves the supplier from a Purchase Order.": "Lists remit-to addresses for a Supplier or resolves the supplier from a Purchase Order.",
|
|
31
|
+
"Lists supplier sites for a supplier (`GET /api/suppliers/:id/supplier_sites`).": "Lists supplier sites for a supplier (`GET /api/suppliers/:id/supplier_sites`).",
|
|
32
|
+
"Approves a pending approval in Coupa (e.g. a requisition or purchase order awaiting your decision). Pick the approval from the dropdown.": "Approves a pending approval in Coupa (e.g. a requisition or purchase order awaiting your decision). Pick the approval from the dropdown.",
|
|
33
|
+
"Rejects a pending approval in Coupa (e.g. a requisition or purchase order awaiting your decision). Pick the approval from the dropdown.": "Rejects a pending approval in Coupa (e.g. a requisition or purchase order awaiting your decision). Pick the approval from the dropdown.",
|
|
34
|
+
"Updates an integration run status (`run`, `success`, `fail`, `pause`, or `pending`).": "Updates an integration run status (`run`, `success`, `fail`, `pause`, or `pending`).",
|
|
35
|
+
"Make a custom API call to any Coupa endpoint (Purchase Orders, Suppliers, Contracts, or other resources).": "Make a custom API call to any Coupa endpoint (Purchase Orders, Suppliers, Contracts, or other resources).",
|
|
36
|
+
"Module": "Module",
|
|
37
|
+
"Custom Resource Path": "Custom Resource Path",
|
|
38
|
+
"Markdown": "Markdown",
|
|
39
|
+
"Request Body (JSON)": "Request Body (JSON)",
|
|
40
|
+
"Record": "Record",
|
|
41
|
+
"Query Parameters (JSON)": "Query Parameters (JSON)",
|
|
42
|
+
"Purchase Order": "Purchase Order",
|
|
43
|
+
"Attachment Type": "Attachment Type",
|
|
44
|
+
"Attachment": "添付ファイル",
|
|
45
|
+
"Intent": "Intent",
|
|
46
|
+
"Parent Module": "Parent Module",
|
|
47
|
+
"Supplier": "Supplier",
|
|
48
|
+
"Approval": "Approval",
|
|
49
|
+
"Rejection Reason": "Rejection Reason",
|
|
50
|
+
"Object ID": "Object ID",
|
|
51
|
+
"Status": "Status",
|
|
52
|
+
"Method": "方法",
|
|
53
|
+
"Headers": "ヘッダー",
|
|
54
|
+
"Query Parameters": "クエリパラメータ",
|
|
55
|
+
"Body Type": "ボディタイプ",
|
|
56
|
+
"Body": "本文",
|
|
57
|
+
"Response is Binary ?": "Response is Binary ?",
|
|
58
|
+
"No Error on Failure": "失敗時にエラーはありません",
|
|
59
|
+
"Timeout (in seconds)": "タイムアウト(秒)",
|
|
60
|
+
"Follow redirects": "Follow redirects",
|
|
61
|
+
"Coupa module to work with: Purchase Orders, Suppliers, or Contracts. Pick \"Custom resource\" to target any other endpoint.": "Coupa module to work with: Purchase Orders, Suppliers, or Contracts. Pick \"Custom resource\" to target any other endpoint.",
|
|
62
|
+
"API resource segment when Module is **Custom resource**, e.g. `invoices` or `approvals`.": "API resource segment when Module is **Custom resource**, e.g. `invoices` or `approvals`.",
|
|
63
|
+
"**How to build the request body** — Coupa uses field names in **kebab-case**. Reference an existing record (like a supplier) by its numeric ID. Examples per module:\n\n**Purchase Orders**\n```json\n{ \"po-number\": \"PO-1001\", \"supplier\": { \"id\": 123 }, \"order-lines\": [{ \"description\": \"Laptop\", \"quantity\": 2, \"price\": 1500 }] }\n```\n\n**Suppliers**\n```json\n{ \"name\": \"Acme Corp\", \"display-name\": \"Acme\", \"status\": \"active\" }\n```\n\n**Contracts**\n```json\n{ \"name\": \"Acme MSA 2025\", \"supplier\": { \"id\": 123 }, \"start-date\"": "**How to build the request body** — Coupa uses field names in **kebab-case**. Reference an existing record (like a supplier) by its numeric ID. Examples per module:\n\n**Purchase Orders**\n```json\n{ \"po-number\": \"PO-1001\", \"supplier\": { \"id\": 123 }, \"order-lines\": [{ \"description\": \"Laptop\", \"quantity\": 2, \"price\": 1500 }] }\n```\n\n**Suppliers**\n```json\n{ \"name\": \"Acme Corp\", \"display-name\": \"Acme\", \"status\": \"active\" }\n```\n\n**Contracts**\n```json\n{ \"name\": \"Acme MSA 2025\", \"supplier\": { \"id\": 123 }, \"start-date\": \"2025-01-01\", \"end-date\": \"2025-12-31\" }\n```",
|
|
64
|
+
"JSON payload sent to Coupa, using Coupa field names in kebab-case (e.g. `po-number`, `supplier-id`). See the examples above for each module.": "JSON payload sent to Coupa, using Coupa field names in kebab-case (e.g. `po-number`, `supplier-id`). See the examples above for each module.",
|
|
65
|
+
"Pick the record by name. For a custom resource, enter its numeric ID.": "Pick the record by name. For a custom resource, enter its numeric ID.",
|
|
66
|
+
"Optional query filters, e.g. `{ \"status[in]\": \"issued,closed\", \"exported\": false }`.": "Optional query filters, e.g. `{ \"status[in]\": \"issued,closed\", \"exported\": false }`.",
|
|
67
|
+
"Select a purchase order from your Coupa instance (most recent 50).": "Select a purchase order from your Coupa instance (most recent 50).",
|
|
68
|
+
"The type of record to attach the file to.": "The type of record to attach the file to.",
|
|
69
|
+
"The record to attach to. Pick it by name after choosing a module.": "The record to attach to. Pick it by name after choosing a module.",
|
|
70
|
+
"Choose whether to upload a file directly or attach a link (URL).": "Choose whether to upload a file directly or attach a link (URL).",
|
|
71
|
+
"The file to upload or the URL to link.": "The file to upload or the URL to link.",
|
|
72
|
+
"Optional Coupa attachment intent that controls who can see the attachment (e.g. `Supplier`). Leave empty to use the Coupa default.": "Optional Coupa attachment intent that controls who can see the attachment (e.g. `Supplier`). Leave empty to use the Coupa default.",
|
|
73
|
+
"Where to look up remit-to addresses from: a Supplier directly, or the supplier linked to a Purchase Order.": "Where to look up remit-to addresses from: a Supplier directly, or the supplier linked to a Purchase Order.",
|
|
74
|
+
"Select a supplier from your Coupa instance (most recent 50).": "Select a supplier from your Coupa instance (most recent 50).",
|
|
75
|
+
"Select a pending approval awaiting a decision. Shows the most recent 50 pending approvals.": "Select a pending approval awaiting a decision. Shows the most recent 50 pending approvals.",
|
|
76
|
+
"Optional note explaining why the approval was rejected.": "Optional note explaining why the approval was rejected.",
|
|
77
|
+
"Numeric Coupa ID of the record.": "Numeric Coupa ID of the record.",
|
|
78
|
+
"Authorization headers are injected automatically from your connection.": "認証ヘッダは接続から自動的に注入されます。",
|
|
79
|
+
"Enable for files like PDFs, images, etc.": "Enable for files like PDFs, images, etc.",
|
|
80
|
+
"Purchase Orders": "Purchase Orders",
|
|
81
|
+
"Suppliers": "Suppliers",
|
|
82
|
+
"Contracts": "Contracts",
|
|
83
|
+
"Custom resource (type below)": "Custom resource (type below)",
|
|
84
|
+
"Contract": "Contract",
|
|
85
|
+
"Upload a file": "ファイルをアップロード",
|
|
86
|
+
"Link a URL": "Link a URL",
|
|
87
|
+
"Running": "Running",
|
|
88
|
+
"Successful": "Successful",
|
|
89
|
+
"Failed": "失敗しました",
|
|
90
|
+
"Paused": "一時停止中",
|
|
91
|
+
"Pending": "処理待ち",
|
|
92
|
+
"GET": "GET",
|
|
93
|
+
"POST": "POST",
|
|
94
|
+
"PATCH": "PATCH",
|
|
95
|
+
"PUT": "PUT",
|
|
96
|
+
"DELETE": "DELETE",
|
|
97
|
+
"HEAD": "HEAD",
|
|
98
|
+
"None": "なし",
|
|
99
|
+
"JSON": "JSON",
|
|
100
|
+
"Form Data": "フォームデータ",
|
|
101
|
+
"Raw": "Raw",
|
|
102
|
+
"New or Updated Object": "New or Updated Object",
|
|
103
|
+
"Triggers when a Purchase Order, Supplier, or Contract is created or updated in Coupa.": "Triggers when a Purchase Order, Supplier, or Contract is created or updated in Coupa.",
|
|
104
|
+
"Additional Filters (JSON)": "Additional Filters (JSON)",
|
|
105
|
+
"Optional Coupa query filters, e.g. `{ \"status[in]\": \"issued,closed\" }`.": "Optional Coupa query filters, e.g. `{ \"status[in]\": \"issued,closed\" }`."
|
|
106
|
+
}
|
package/src/i18n/nl.json
ADDED
|
@@ -0,0 +1,106 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Business spend management — automate procurement, approvals, purchase orders, and ERP integrations with the Coupa Core API.": "Business spend management — automate procurement, approvals, purchase orders, and ERP integrations with the Coupa Core API.",
|
|
3
|
+
"Coupa Instance URL": "Coupa Instance URL",
|
|
4
|
+
"Client ID": "Klant ID",
|
|
5
|
+
"Client Secret": "Client Secret",
|
|
6
|
+
"OAuth Scopes": "OAuth Scopes",
|
|
7
|
+
"Your Coupa hostname only, e.g. `company.coupahost.com` (without `https://`).": "Your Coupa hostname only, e.g. `company.coupahost.com` (without `https://`).",
|
|
8
|
+
"Space-separated scopes granted to your OIDC client, e.g. `core.purchase_order.read core.purchase_order.write`.": "Space-separated scopes granted to your OIDC client, e.g. `core.purchase_order.read core.purchase_order.write`.",
|
|
9
|
+
"Connect using an OAuth 2.0 OpenID Connect client with the **Client Credentials** grant. In Coupa, go to **Setup → Integrations → OAuth2/OpenID Connect Clients**, create a client, and copy the Client ID and Client Secret. Scopes use the form `core.accounting.read` — list yours at `https://{your-instance}/oauth2/scopes`.": "Connect using an OAuth 2.0 OpenID Connect client with the **Client Credentials** grant. In Coupa, go to **Setup → Integrations → OAuth2/OpenID Connect Clients**, create a client, and copy the Client ID and Client Secret. Scopes use the form `core.accounting.read` — list yours at `https://{your-instance}/oauth2/scopes`.",
|
|
10
|
+
"Create Object": "Create Object",
|
|
11
|
+
"Update Object": "Update Object",
|
|
12
|
+
"Get Object by ID": "Get Object by ID",
|
|
13
|
+
"Search Objects (Batch)": "Search Objects (Batch)",
|
|
14
|
+
"Cancel Purchase Order": "Cancel Purchase Order",
|
|
15
|
+
"Close Purchase Order": "Close Purchase Order",
|
|
16
|
+
"Add File Attachment to Object": "Add File Attachment to Object",
|
|
17
|
+
"Get Remit-To Addresses by Object ID": "Get Remit-To Addresses by Object ID",
|
|
18
|
+
"Get Supplier Sites by Supplier": "Get Supplier Sites by Supplier",
|
|
19
|
+
"Grant Approval": "Grant Approval",
|
|
20
|
+
"Reject Approval": "Reject Approval",
|
|
21
|
+
"Set Integration Run Status": "Set Integration Run Status",
|
|
22
|
+
"Custom Action": "Custom Action",
|
|
23
|
+
"Creates a record in the selected Coupa module (Purchase Orders, Suppliers, or Contracts).": "Creates a record in the selected Coupa module (Purchase Orders, Suppliers, or Contracts).",
|
|
24
|
+
"Updates a record by ID in the selected Coupa module (Purchase Orders, Suppliers, or Contracts).": "Updates a record by ID in the selected Coupa module (Purchase Orders, Suppliers, or Contracts).",
|
|
25
|
+
"Retrieves a single record by ID from Purchase Orders, Suppliers, or Contracts.": "Retrieves a single record by ID from Purchase Orders, Suppliers, or Contracts.",
|
|
26
|
+
"Searches records in a Coupa module with pagination (50 per page) and returns standardized fields.": "Searches records in a Coupa module with pagination (50 per page) and returns standardized fields.",
|
|
27
|
+
"Cancels a purchase order using `PUT /api/purchase_orders/:id/cancel`.": "Cancels a purchase order using `PUT /api/purchase_orders/:id/cancel`.",
|
|
28
|
+
"Closes a purchase order using `PUT /api/purchase_orders/:id/close`.": "Closes a purchase order using `PUT /api/purchase_orders/:id/close`.",
|
|
29
|
+
"Adds an attachment (an uploaded file or a link) to a Purchase Order, Supplier, or Contract in Coupa.": "Adds an attachment (an uploaded file or a link) to a Purchase Order, Supplier, or Contract in Coupa.",
|
|
30
|
+
"Lists remit-to addresses for a Supplier or resolves the supplier from a Purchase Order.": "Lists remit-to addresses for a Supplier or resolves the supplier from a Purchase Order.",
|
|
31
|
+
"Lists supplier sites for a supplier (`GET /api/suppliers/:id/supplier_sites`).": "Lists supplier sites for a supplier (`GET /api/suppliers/:id/supplier_sites`).",
|
|
32
|
+
"Approves a pending approval in Coupa (e.g. a requisition or purchase order awaiting your decision). Pick the approval from the dropdown.": "Approves a pending approval in Coupa (e.g. a requisition or purchase order awaiting your decision). Pick the approval from the dropdown.",
|
|
33
|
+
"Rejects a pending approval in Coupa (e.g. a requisition or purchase order awaiting your decision). Pick the approval from the dropdown.": "Rejects a pending approval in Coupa (e.g. a requisition or purchase order awaiting your decision). Pick the approval from the dropdown.",
|
|
34
|
+
"Updates an integration run status (`run`, `success`, `fail`, `pause`, or `pending`).": "Updates an integration run status (`run`, `success`, `fail`, `pause`, or `pending`).",
|
|
35
|
+
"Make a custom API call to any Coupa endpoint (Purchase Orders, Suppliers, Contracts, or other resources).": "Make a custom API call to any Coupa endpoint (Purchase Orders, Suppliers, Contracts, or other resources).",
|
|
36
|
+
"Module": "Module",
|
|
37
|
+
"Custom Resource Path": "Custom Resource Path",
|
|
38
|
+
"Markdown": "Markdown",
|
|
39
|
+
"Request Body (JSON)": "Request Body (JSON)",
|
|
40
|
+
"Record": "Record",
|
|
41
|
+
"Query Parameters (JSON)": "Query Parameters (JSON)",
|
|
42
|
+
"Purchase Order": "Purchase Order",
|
|
43
|
+
"Attachment Type": "Attachment Type",
|
|
44
|
+
"Attachment": "Bijlage",
|
|
45
|
+
"Intent": "Intent",
|
|
46
|
+
"Parent Module": "Parent Module",
|
|
47
|
+
"Supplier": "Supplier",
|
|
48
|
+
"Approval": "Approval",
|
|
49
|
+
"Rejection Reason": "Rejection Reason",
|
|
50
|
+
"Object ID": "Object ID",
|
|
51
|
+
"Status": "status",
|
|
52
|
+
"Method": "Methode",
|
|
53
|
+
"Headers": "Kopteksten",
|
|
54
|
+
"Query Parameters": "Query parameters",
|
|
55
|
+
"Body Type": "Type lichaam",
|
|
56
|
+
"Body": "Lichaam",
|
|
57
|
+
"Response is Binary ?": "Response is Binary ?",
|
|
58
|
+
"No Error on Failure": "Geen fout bij fout",
|
|
59
|
+
"Timeout (in seconds)": "Time-out (in seconden)",
|
|
60
|
+
"Follow redirects": "Follow redirects",
|
|
61
|
+
"Coupa module to work with: Purchase Orders, Suppliers, or Contracts. Pick \"Custom resource\" to target any other endpoint.": "Coupa module to work with: Purchase Orders, Suppliers, or Contracts. Pick \"Custom resource\" to target any other endpoint.",
|
|
62
|
+
"API resource segment when Module is **Custom resource**, e.g. `invoices` or `approvals`.": "API resource segment when Module is **Custom resource**, e.g. `invoices` or `approvals`.",
|
|
63
|
+
"**How to build the request body** — Coupa uses field names in **kebab-case**. Reference an existing record (like a supplier) by its numeric ID. Examples per module:\n\n**Purchase Orders**\n```json\n{ \"po-number\": \"PO-1001\", \"supplier\": { \"id\": 123 }, \"order-lines\": [{ \"description\": \"Laptop\", \"quantity\": 2, \"price\": 1500 }] }\n```\n\n**Suppliers**\n```json\n{ \"name\": \"Acme Corp\", \"display-name\": \"Acme\", \"status\": \"active\" }\n```\n\n**Contracts**\n```json\n{ \"name\": \"Acme MSA 2025\", \"supplier\": { \"id\": 123 }, \"start-date\"": "**How to build the request body** — Coupa uses field names in **kebab-case**. Reference an existing record (like a supplier) by its numeric ID. Examples per module:\n\n**Purchase Orders**\n```json\n{ \"po-number\": \"PO-1001\", \"supplier\": { \"id\": 123 }, \"order-lines\": [{ \"description\": \"Laptop\", \"quantity\": 2, \"price\": 1500 }] }\n```\n\n**Suppliers**\n```json\n{ \"name\": \"Acme Corp\", \"display-name\": \"Acme\", \"status\": \"active\" }\n```\n\n**Contracts**\n```json\n{ \"name\": \"Acme MSA 2025\", \"supplier\": { \"id\": 123 }, \"start-date\": \"2025-01-01\", \"end-date\": \"2025-12-31\" }\n```",
|
|
64
|
+
"JSON payload sent to Coupa, using Coupa field names in kebab-case (e.g. `po-number`, `supplier-id`). See the examples above for each module.": "JSON payload sent to Coupa, using Coupa field names in kebab-case (e.g. `po-number`, `supplier-id`). See the examples above for each module.",
|
|
65
|
+
"Pick the record by name. For a custom resource, enter its numeric ID.": "Pick the record by name. For a custom resource, enter its numeric ID.",
|
|
66
|
+
"Optional query filters, e.g. `{ \"status[in]\": \"issued,closed\", \"exported\": false }`.": "Optional query filters, e.g. `{ \"status[in]\": \"issued,closed\", \"exported\": false }`.",
|
|
67
|
+
"Select a purchase order from your Coupa instance (most recent 50).": "Select a purchase order from your Coupa instance (most recent 50).",
|
|
68
|
+
"The type of record to attach the file to.": "The type of record to attach the file to.",
|
|
69
|
+
"The record to attach to. Pick it by name after choosing a module.": "The record to attach to. Pick it by name after choosing a module.",
|
|
70
|
+
"Choose whether to upload a file directly or attach a link (URL).": "Choose whether to upload a file directly or attach a link (URL).",
|
|
71
|
+
"The file to upload or the URL to link.": "The file to upload or the URL to link.",
|
|
72
|
+
"Optional Coupa attachment intent that controls who can see the attachment (e.g. `Supplier`). Leave empty to use the Coupa default.": "Optional Coupa attachment intent that controls who can see the attachment (e.g. `Supplier`). Leave empty to use the Coupa default.",
|
|
73
|
+
"Where to look up remit-to addresses from: a Supplier directly, or the supplier linked to a Purchase Order.": "Where to look up remit-to addresses from: a Supplier directly, or the supplier linked to a Purchase Order.",
|
|
74
|
+
"Select a supplier from your Coupa instance (most recent 50).": "Select a supplier from your Coupa instance (most recent 50).",
|
|
75
|
+
"Select a pending approval awaiting a decision. Shows the most recent 50 pending approvals.": "Select a pending approval awaiting a decision. Shows the most recent 50 pending approvals.",
|
|
76
|
+
"Optional note explaining why the approval was rejected.": "Optional note explaining why the approval was rejected.",
|
|
77
|
+
"Numeric Coupa ID of the record.": "Numeric Coupa ID of the record.",
|
|
78
|
+
"Authorization headers are injected automatically from your connection.": "Autorisatie headers worden automatisch geïnjecteerd vanuit uw verbinding.",
|
|
79
|
+
"Enable for files like PDFs, images, etc.": "Enable for files like PDFs, images, etc.",
|
|
80
|
+
"Purchase Orders": "Purchase Orders",
|
|
81
|
+
"Suppliers": "Suppliers",
|
|
82
|
+
"Contracts": "Contracts",
|
|
83
|
+
"Custom resource (type below)": "Custom resource (type below)",
|
|
84
|
+
"Contract": "Contract",
|
|
85
|
+
"Upload a file": "Bestand uploaden",
|
|
86
|
+
"Link a URL": "Link a URL",
|
|
87
|
+
"Running": "Lopend",
|
|
88
|
+
"Successful": "Successful",
|
|
89
|
+
"Failed": "Mislukt",
|
|
90
|
+
"Paused": "Gepauzeerd",
|
|
91
|
+
"Pending": "In behandeling",
|
|
92
|
+
"GET": "KRIJG",
|
|
93
|
+
"POST": "POSTE",
|
|
94
|
+
"PATCH": "BEKIJK",
|
|
95
|
+
"PUT": "PUT",
|
|
96
|
+
"DELETE": "VERWIJDEREN",
|
|
97
|
+
"HEAD": "HOOFD",
|
|
98
|
+
"None": "geen",
|
|
99
|
+
"JSON": "JSON",
|
|
100
|
+
"Form Data": "Formulieren gegevens",
|
|
101
|
+
"Raw": "Onbewerkte",
|
|
102
|
+
"New or Updated Object": "New or Updated Object",
|
|
103
|
+
"Triggers when a Purchase Order, Supplier, or Contract is created or updated in Coupa.": "Triggers when a Purchase Order, Supplier, or Contract is created or updated in Coupa.",
|
|
104
|
+
"Additional Filters (JSON)": "Additional Filters (JSON)",
|
|
105
|
+
"Optional Coupa query filters, e.g. `{ \"status[in]\": \"issued,closed\" }`.": "Optional Coupa query filters, e.g. `{ \"status[in]\": \"issued,closed\" }`."
|
|
106
|
+
}
|