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
3 changes: 1 addition & 2 deletions packages/pieces/community/ai/src/i18n/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
"Data Definition": "Data Definition",
"AI Model": "AI Model",
"Agent Tools": "Agent Tools",
"Structured Output": "Structured Output",
"Max steps": "Max steps",
"Structured Output": "Structured Output",
"Controls the creativity of the AI response. A higher value will make the AI more creative and a lower value will make it more deterministic.": "Controls the creativity of the AI response. A higher value will make the AI more creative and a lower value will make it more deterministic.",
"Whether to use web search to find information for the AI to use in its response.": "Whether to use web search to find information for the AI to use in its response.",
"Provide images for editing, variation, or merging. Support depends on the selected model.": "Provide images for editing, variation, or merging. Support depends on the selected model.",
Expand All @@ -41,7 +41,6 @@
"For complex schema, you can use advanced mode.": "For complex schema, you can use advanced mode.",
"Describe what you want the assistant to do.": "Describe what you want the assistant to do.",
"The number of iterations the agent can do": "The number of iterations the agent can do",
"Whether to use web search to find information for the AI to use.": "Whether to use web search to find information for the AI to use.",
"Simple": "Simple",
"Advanced": "Advanced"
}
16 changes: 15 additions & 1 deletion packages/pieces/community/github/src/i18n/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"Find Issue": "Find Issue",
"Find User": "Find User",
"Create Gist": "Create Gist",
"Trigger Workflow Dispatch": "Trigger Workflow Dispatch",
"Create Issue (Agent)": "Create Issue (Agent)",
"Get Issue (Agent)": "Get Issue (Agent)",
"List Repository Issues (Agent)": "List Repository Issues (Agent)",
Expand Down Expand Up @@ -108,7 +109,8 @@
"Finds a branch by name and returns its details.": "Finds a branch by name and returns its details.",
"Finds an issue based title.": "Finds an issue based title.",
"Finds a user by their login name.": "Finds a user by their login name.",
"Create a GitHub Gist. Requires an OAuth connection — Gists cannot be created with GitHub App authentication.": "Create a GitHub Gist. Requires an OAuth connection — Gists cannot be created with GitHub App authentication.",
"Create a GitHub Gist. Requires an OAuth or personal access token connection — Gists cannot be created with GitHub App authentication.": "Create a GitHub Gist. Requires an OAuth or personal access token connection — Gists cannot be created with GitHub App authentication.",
"Manually triggers a GitHub Actions workflow run via the workflow_dispatch event.": "Manually triggers a GitHub Actions workflow run via the workflow_dispatch event.",
"Opens a new issue in a GitHub repository.": "Opens a new issue in a GitHub repository.",
"Fetches the full details of a single issue by number.": "Fetches the full details of a single issue by number.",
"Lists issues in a repository with optional filters.": "Lists issues in a repository with optional filters.",
Expand Down Expand Up @@ -213,6 +215,12 @@
"Public": "Public",
"Filename": "Filename",
"File Content": "File Content",
"Markdown": "Markdown",
"Workflow": "Workflow",
"Branch or Tag": "Branch or Tag",
"Workflow Inputs": "Workflow Inputs",
"Wait for Completion": "Wait for Completion",
"Wait Settings": "Wait Settings",
"Owner": "Owner",
"Assignee": "Assignee",
"Creator": "Creator",
Expand Down Expand Up @@ -307,6 +315,12 @@
"Whether the gist should be public": "Whether the gist should be public",
"Name of the file in the gist": "Name of the file in the gist",
"Content of the file": "Content of the file",
"**Requirements**\n\n- The selected workflow file must declare an `on: workflow_dispatch` trigger on the chosen branch/tag, or triggering it will fail.\n- Your GitHub connection needs these permissions on the target repo:\n - **Actions** — Read and write\n - **Contents** — Read-only\n- If you're connected via OAuth2 with the `repo` scope, this is already covered.": "**Requirements**\n\n- The selected workflow file must declare an `on: workflow_dispatch` trigger on the chosen branch/tag, or triggering it will fail.\n- Your GitHub connection needs these permissions on the target repo:\n - **Actions** — Read and write\n - **Contents** — Read-only\n- If you're connected via OAuth2 with the `repo` scope, this is already covered.",
"The workflow to trigger. It must have a workflow_dispatch trigger configured in its YAML file.": "The workflow to trigger. It must have a workflow_dispatch trigger configured in its YAML file.",
"The branch or tag to run the workflow on. If a branch and a tag share the same name, GitHub resolves the tag.": "The branch or tag to run the workflow on. If a branch and a tag share the same name, GitHub resolves the tag.",
"Detected from the workflow_dispatch trigger declared in the workflow file, as it exists on the selected branch/tag.": "Detected from the workflow_dispatch trigger declared in the workflow file, as it exists on the selected branch/tag.",
"Pause this flow and poll the triggered run until it finishes (or times out), instead of returning immediately after dispatching it.": "Pause this flow and poll the triggered run until it finishes (or times out), instead of returning immediately after dispatching it.",
"Only used when \"Wait for Completion\" is enabled.": "Only used when \"Wait for Completion\" is enabled.",
"Repository owner login (user or org). Resolve via List My Repositories or Search Repositories.": "Repository owner login (user or org). Resolve via List My Repositories or Search Repositories.",
"Repository name (without the owner prefix).": "Repository name (without the owner prefix).",
"The title of the issue.": "The title of the issue.",
Expand Down
18 changes: 18 additions & 0 deletions packages/pieces/community/google-forms/src/i18n/translation.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,18 @@
{
"Receive form responses from Google Forms": "Receive form responses from Google Forms",
"Get Form": "Get Form",
"List Form Responses": "List Form Responses",
"Get Form Response": "Get Form Response",
"Custom API Call": "Custom API Call",
"Fetch a form's full structure: title, settings, items with their indices and itemIds, question IDs, and current revisionId.": "Fetch a form's full structure: title, settings, items with their indices and itemIds, question IDs, and current revisionId.",
"List submitted responses for a form, with each response's responseId, timestamps, and answers keyed by questionId.": "List submitted responses for a form, with each response's responseId, timestamps, and answers keyed by questionId.",
"Fetch one submission by its responseId, including all answers keyed by questionId and submission timestamps.": "Fetch one submission by its responseId, including all answers keyed by questionId and submission timestamps.",
"Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
"Form ID": "Form ID",
"Filter": "Filter",
"Page Size": "Page Size",
"Page Token": "Page Token",
"Response ID": "Response ID",
"Method": "Method",
"Headers": "Headers",
"Query Parameters": "Query Parameters",
Expand All @@ -11,6 +22,13 @@
"No Error on Failure": "No Error on Failure",
"Timeout (in seconds)": "Timeout (in seconds)",
"Follow redirects": "Follow redirects",
"The ID of the form to fetch. Obtain it from forms_create_form, forms_list_responses, or the New Response trigger.": "The ID of the form to fetch. Obtain it from forms_create_form, forms_list_responses, or the New Response trigger.",
"The ID of the form whose responses to list. Obtain it from forms_create_form, forms_get_form, or the New Response trigger.": "The ID of the form whose responses to list. Obtain it from forms_create_form, forms_get_form, or the New Response trigger.",
"Optional filter on submission time, e.g. \"timestamp > 2026-01-01T00:00:00Z\" or \"timestamp < 2026-06-01T00:00:00Z\". Only the timestamp field is supported.": "Optional filter on submission time, e.g. \"timestamp > 2026-01-01T00:00:00Z\" or \"timestamp < 2026-06-01T00:00:00Z\". Only the timestamp field is supported.",
"Maximum number of responses to return per page (default 5000).": "Maximum number of responses to return per page (default 5000).",
"Token from a previous call's nextPageToken to fetch the next page of responses.": "Token from a previous call's nextPageToken to fetch the next page of responses.",
"The ID of the form the response belongs to. Obtain it from forms_list_responses or the New Response trigger.": "The ID of the form the response belongs to. Obtain it from forms_list_responses or the New Response trigger.",
"The ID of the response to fetch. Obtain it from forms_list_responses or the New Response trigger.": "The ID of the response to fetch. Obtain it from forms_list_responses or the New Response trigger.",
"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",
Expand Down
Loading
Loading