zh.json•3.45 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": "自定义 API 呼叫",
"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": "标题",
"URL": "URL",
"Due Date": "Due Date",
"Assignee": "Assignee",
"Tags": "标签",
"Custom Fields": "Custom Fields",
"Task UID": "Task UID",
"Status": "状态",
"Limit": "Limit",
"Method": "方法",
"Headers": "信头",
"Query Parameters": "查询参数",
"Body": "正文内容",
"Response is Binary ?": "Response is Binary ?",
"No Error on Failure": "失败时没有错误",
"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.": "授权头自动从您的连接中注入。",
"Enable for files like PDFs, images, etc..": "Enable for files like PDFs, images, etc..",
"TODO": "TODO",
"STARTED": "STARTED",
"DONE": "DONE",
"GET": "获取",
"POST": "帖子",
"PATCH": "PATCH",
"PUT": "弹出",
"DELETE": "删除",
"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."
}