translation.json•3.46 kB
{
"You can obtain your API token by navigating to [Developer Settings](https://app.onfragment.com/settings/account/developers).": "You can obtain your API token by navigating to [Developer Settings](https://app.onfragment.com/settings/account/developers).",
"Create Task": "Create Task",
"Update Task": "Update Task",
"Get Task": "Get Task",
"List Tasks": "List Tasks",
"Delete Task": "Delete Task",
"Custom API Call": "Custom API Call",
"Creates a new task in Fragment.": "Creates a new task in Fragment.",
"Updates an existing task.": "Updates an existing task.",
"Retrieves details of a specific task.": "Retrieves details of a specific task.",
"Retrieves a list of tasks from.": "Retrieves a list of tasks from.",
"Deletes an existing task.": "Deletes an existing task.",
"Make a custom API call to any Fragment endpoint": "Make a custom API call to any Fragment endpoint",
"Title": "Title",
"URL": "URL",
"Due Date": "Due Date",
"Assignee": "Assignee",
"Tags": "Tags",
"Custom Fields": "Custom Fields",
"Task UID": "Task UID",
"Status": "Status",
"Limit": "Limit",
"Method": "Method",
"Headers": "Headers",
"Query Parameters": "Query Parameters",
"Body": "Body",
"Response is Binary ?": "Response is Binary ?",
"No Error on Failure": "No Error on Failure",
"Timeout (in seconds)": "Timeout (in seconds)",
"The title of the task": "The title of the task",
"A URL associated with the task (e.g., link to a ticket or resource)": "A URL associated with the task (e.g., link to a ticket or resource)",
"When the task is due": "When the task is due",
"Email of the person to assign this task to.": "Email of the person to assign this task to.",
"Tags to categorize the task": "Tags to categorize the task",
"Additional custom fields for the task": "Additional custom fields for the task",
"The unique identifier of the task to update": "The unique identifier of the task to update",
"The updated title of the task": "The updated title of the task",
"The updated URL for the task": "The updated URL for the task",
"The updated due date": "The updated due date",
"The status of the task": "The status of the task",
"Email of the person to assign this task to": "Email of the person to assign this task to",
"Updated tags for the task": "Updated tags for the task",
"Updated custom fields": "Updated custom fields",
"The unique identifier of the task to retrieve": "The unique identifier of the task to retrieve",
"Filter tasks by status": "Filter tasks by status",
"Filter tasks by assignee email or ID": "Filter tasks by assignee email or ID",
"Maximum number of tasks to return (default: 50)": "Maximum number of tasks to return (default: 50)",
"The unique identifier of the task to delete": "The unique identifier of the task to delete",
"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..",
"TODO": "TODO",
"STARTED": "STARTED",
"DONE": "DONE",
"GET": "GET",
"POST": "POST",
"PATCH": "PATCH",
"PUT": "PUT",
"DELETE": "DELETE",
"HEAD": "HEAD",
"New Task": "New Task",
"Task Updated": "Task Updated",
"Triggers when a new task is created.": "Triggers when a new task is created.",
"Triggers when a task is updated.": "Triggers when a task is updated."
}