Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
activepieces:
image: ghcr.io/activepieces/activepieces:0.77.5
image: ghcr.io/activepieces/activepieces:0.77.6
container_name: activepieces
restart: unless-stopped
## Enable the following line if you already use AP_EXECUTION_MODE with SANDBOX_PROCESS or old activepieces, checking the breaking change documentation for more info.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "activepieces",
"version": "0.77.5",
"version": "0.77.6",
"rcVersion": "0.78.0-rc.0",
"scripts": {
"prepare": "husky install",
Expand Down
127 changes: 127 additions & 0 deletions packages/pieces/community/bokio/src/i18n/translation.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,127 @@
{
"Bokio is an accounting software platform which offers digital bookkeeping, invoicing, and financial management tools to help simplify accounting processes.": "Bokio is an accounting software platform which offers digital bookkeeping, invoicing, and financial management tools to help simplify accounting processes.",
"Company ID": "Company ID",
"API Key": "API Key",
"Enter your Bokio Company ID ": "Enter your Bokio Company ID ",
"Enter your Bokio API Key": "Enter your Bokio API Key",
"Bokio API Key is required to authenticate requests to Bokio": "Bokio API Key is required to authenticate requests to Bokio",
"Create Customer": "Create Customer",
"Create Invoice": "Create Invoice",
"Add line item to invoice": "Add line item to invoice",
"Create an item": "Create an item",
"Create a journal entry": "Create a journal entry",
"Update an invoice": "Update an invoice",
"Find Customer": "Find Customer",
"Get Draft Invoice by Customer Name": "Get Draft Invoice by Customer Name",
"Get an invoice": "Get an invoice",
"Get a journal entry": "Get a journal entry",
"Custom API Call": "Custom API Call",
"Creates a new customer in Bokio": "Creates a new customer in Bokio",
"Creates a new draft invoice in Bokio": "Creates a new draft invoice in Bokio",
"Adds a line item to an existing draft invoice": "Adds a line item to an existing draft invoice",
"Creates a new item in Bokio": "Creates a new item in Bokio",
"Creates a new journal entry in Bokio": "Creates a new journal entry in Bokio",
"Updates an existing draft invoice in Bokio": "Updates an existing draft invoice in Bokio",
"Find customers in Bokio by filtering and pagination": "Find customers in Bokio by filtering and pagination",
"Get all draft invoices for a customer by customer name": "Get all draft invoices for a customer by customer name",
"Retrieve a specific invoice by its ID": "Retrieve a specific invoice by its ID",
"Retrieve a specific journal entry by its ID": "Retrieve a specific journal entry by its ID",
"Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
"Customer Name": "Customer Name",
"Customer Type": "Customer Type",
"VAT Number": "VAT Number",
"Organization Number": "Organization Number",
"Payment Terms": "Payment Terms",
"Customer Number": "Customer Number",
"Email": "Email",
"Phone": "Phone",
"Address line 1": "Address line 1",
"Address line 2": "Address line 2",
"Zip Code": "Zip Code",
"City": "City",
"Country": "Country",
"Invoice Type": "Invoice Type",
"Customer ID": "Customer ID",
"Invoice Date": "Invoice Date",
"Due Date": "Due Date",
"Order Number Reference": "Order Number Reference",
"Currency": "Currency",
"Currency Rate": "Currency Rate",
"Item Type": "Item Type",
"Item Details": "Item Details",
"Invoice": "Invoice",
"Title": "Title",
"Date": "Date",
"Items (JSON)": "Items (JSON)",
"Line Items (JSON)": "Line Items (JSON)",
"Filter Type": "Filter Type",
"Filter Value": "Filter Value",
"Page": "Page",
"Page Size": "Page Size",
"Invoice ID": "Invoice ID",
"Journal Entry ID": "Journal Entry ID",
"Method": "Method",
"Headers": "Headers",
"Query Parameters": "Query Parameters",
"Body Type": "Body Type",
"Body": "Body",
"Response is Binary ?": "Response is Binary ?",
"No Error on Failure": "No Error on Failure",
"Timeout (in seconds)": "Timeout (in seconds)",
"Name of the customer": "Name of the customer",
"Type of the customer": "Type of the customer",
"Customer VAT number": "Customer VAT number",
"Customer organization number": "Customer organization number",
"Payment terms for the customer. Payment terms for the invoices. Payment terms can both take free text or days, in digits, until the payment is due.": "Payment terms for the customer. Payment terms for the invoices. Payment terms can both take free text or days, in digits, until the payment is due.",
"Customer number (optional)": "Customer number (optional)",
"Customer email address": "Customer email address",
"Customer phone number": "Customer phone number",
"Customer address line 1": "Customer address line 1",
"Customer address line 2": "Customer address line 2",
"Customer zip code": "Customer zip code",
"Customer city": "Customer city",
"Customer country (ISO 3166-1 alpha-2 country code)": "Customer country (ISO 3166-1 alpha-2 country code)",
"Type of invoice": "Type of invoice",
"UUID of the customer": "UUID of the customer",
"Invoice date (YYYY-MM-DD)": "Invoice date (YYYY-MM-DD)",
"Due date (YYYY-MM-DD)": "Due date (YYYY-MM-DD)",
"The order number associated with the invoice": "The order number associated with the invoice",
"ISO 4217 currency code (e.g., SEK, EUR, USD)": "ISO 4217 currency code (e.g., SEK, EUR, USD)",
"Currency rate (defaults to 1)": "Currency rate (defaults to 1)",
"Type of the line item": "Type of the line item",
"Configure item details based on item type": "Configure item details based on item type",
"Select the invoice": "Select the invoice",
"Type of the item": "Type of the item",
"Title of the journal entry": "Title of the journal entry",
"Journal entry date (YYYY-MM-DD)": "Journal entry date (YYYY-MM-DD)",
"Journal entry items as JSON array. Each item should have: account (account number), debit (optional), credit (optional)": "Journal entry items as JSON array. Each item should have: account (account number), debit (optional), credit (optional)",
"Currency rate": "Currency rate",
"Line items as JSON array. Each item should have: itemRef (object with id), description, quantity, unitPrice, unit, itemType (PRODUCT or SERVICE), vat": "Line items as JSON array. Each item should have: itemRef (object with id), description, quantity, unitPrice, unit, itemType (PRODUCT or SERVICE), vat",
"Type of filter to use": "Type of filter to use",
"Value to filter by": "Value to filter by",
"Page number (defaults to 1)": "Page number (defaults to 1)",
"Number of items per page (max 100, defaults to 25)": "Number of items per page (max 100, defaults to 25)",
"Name of the customer to find draft invoices for": "Name of the customer to find draft invoices for",
"The ID of the invoice to retrieve": "The ID of the invoice to retrieve",
"UUID of the journal entry": "UUID of the journal entry",
"Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
"Enable for files like PDFs, images, etc.": "Enable for files like PDFs, images, etc.",
"Individual": "Individual",
"Company": "Company",
"Cash Invoice": "Cash Invoice",
"Sales Item": "Sales Item",
"Description Only Item": "Description Only Item",
"Text": "Text",
"Name": "Name",
"Type": "Type",
"GET": "GET",
"POST": "POST",
"PATCH": "PATCH",
"PUT": "PUT",
"DELETE": "DELETE",
"HEAD": "HEAD",
"None": "None",
"JSON": "JSON",
"Form Data": "Form Data",
"Raw": "Raw"
}
40 changes: 40 additions & 0 deletions packages/pieces/community/chain-aware/src/i18n/translation.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"Detect risky wallet behavior": "Detect risky wallet behavior",
"Enter your ChainAware API key.": "Enter your ChainAware API key.",
"Audit Wallet Address": "Audit Wallet Address",
"Credit Score": "Credit Score",
"Fraud Check": "Fraud Check",
"Rug Pull Check": "Rug Pull Check",
"Wallet Segment": "Wallet Segment",
"Custom API Call": "Custom API Call",
"Audit a wallet address for fraud risk": "Audit a wallet address for fraud risk",
"Get a user's credit score": "Get a user's credit score",
"Calculate fraud probability for a wallet address": "Calculate fraud probability for a wallet address",
"Calculate fraud probability for a contract address": "Calculate fraud probability for a contract address",
"Get wallet behaviour information": "Get wallet behaviour information",
"Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
"Network": "Network",
"Wallet Address": "Wallet Address",
"Only Fraud": "Only Fraud",
"Contract Address": "Contract Address",
"Method": "Method",
"Headers": "Headers",
"Query Parameters": "Query Parameters",
"Body Type": "Body Type",
"Body": "Body",
"Response is Binary ?": "Response is Binary ?",
"No Error on Failure": "No Error on Failure",
"Timeout (in seconds)": "Timeout (in seconds)",
"Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
"Enable for files like PDFs, images, etc.": "Enable for files like PDFs, images, etc.",
"GET": "GET",
"POST": "POST",
"PATCH": "PATCH",
"PUT": "PUT",
"DELETE": "DELETE",
"HEAD": "HEAD",
"None": "None",
"JSON": "JSON",
"Form Data": "Form Data",
"Raw": "Raw"
}
38 changes: 38 additions & 0 deletions packages/pieces/community/detecting-ai/src/i18n/translation.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{
"You can obtain your API key from the [DETECTING-AI.COM Dashboard](https://detecting-ai.com) in the API section.": "You can obtain your API key from the [DETECTING-AI.COM Dashboard](https://detecting-ai.com) in the API section.",
"Detect AI Content": "Detect AI Content",
"Check Plagiarism": "Check Plagiarism",
"Humanize Text": "Humanize Text",
"Custom API Call": "Custom API Call",
"Detect AI-generated content in text": "Detect AI-generated content in text",
"Check text for plagiarism": "Check text for plagiarism",
"Humanize text to make it sound more natural": "Humanize text to make it sound more natural",
"Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
"Text": "Text",
"Version": "Version",
"Model": "Model",
"Method": "Method",
"Headers": "Headers",
"Query Parameters": "Query Parameters",
"Body Type": "Body Type",
"Body": "Body",
"Response is Binary ?": "Response is Binary ?",
"No Error on Failure": "No Error on Failure",
"Timeout (in seconds)": "Timeout (in seconds)",
"Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
"Enable for files like PDFs, images, etc.": "Enable for files like PDFs, images, etc.",
"v1": "v1",
"v2": "v2",
"cognia": "cognia",
"lexi": "lexi",
"GET": "GET",
"POST": "POST",
"PATCH": "PATCH",
"PUT": "PUT",
"DELETE": "DELETE",
"HEAD": "HEAD",
"None": "None",
"JSON": "JSON",
"Form Data": "Form Data",
"Raw": "Raw"
}
Loading
Loading