zh.json•3.44 kB
{
  "open source spreadsheet": "open source spreadsheet",
  "API Key": "API 密钥",
  "Domain URL": "Domain URL",
  "\n\tLog in to your Grist account. Navigate to the account menu at the top right, and select **Profile Settings** to manage or create your API Key.\n\tIn the **Domain URL** field, enter the domain URL of your Grist instance.For example,if you have team site it will be \"https://team.getgist.com\".": "\n\tLog in to your Grist account. Navigate to the account menu at the top right, and select **Profile Settings** to manage or create your API Key.\n\tIn the **Domain URL** field, enter the domain URL of your Grist instance.For example,if you have team site it will be \"https://team.getgist.com\".",
  "Create Record": "Create Record",
  "Search Record": "Search Record",
  "Update Record": "Update Record",
  "Upload Attachment to Document": "Upload Attachment to Document",
  "Custom API Call": "自定义 API 呼叫",
  "Creates a new record in specific table.": "Creates a new record in specific table.",
  "Search record by matching criteria.": "Search record by matching criteria.",
  "Updates an existing record in specific table.": "Updates an existing record in specific table.",
  "Uploads attachments to specific document.": "Uploads attachments to specific document.",
  "Make a custom API call to a specific endpoint": "将一个自定义 API 调用到一个特定的终点",
  "Workspace": "Workspace",
  "Document": "Document",
  "Table": "表",
  "Table Columns": "Table Columns",
  "Column": "Column",
  "Value": "值",
  "Record ID": "Record ID",
  "Attachment": "Attachment",
  "Attachment Name": "Attachment Name",
  "Method": "方法",
  "Headers": "信头",
  "Query Parameters": "查询参数",
  "Body": "正文内容",
  "Response is Binary ?": "Response is Binary ?",
  "No Error on Failure": "失败时没有错误",
  "Timeout (in seconds)": "超时(秒)",
  "Enter the search text. The search operation is case sensitive, exact text match, and supports column-type Text only.": "Enter the search text. The search operation is case sensitive, exact text match, and supports column-type Text only.",
  "In case you want to change the name of the attachment.": "In case you want to change the name of the attachment.",
  "Authorization headers are injected automatically from your connection.": "授权头自动从您的连接中注入。",
  "Enable for files like PDFs, images, etc..": "Enable for files like PDFs, images, etc..",
  "GET": "获取",
  "POST": "帖子",
  "PATCH": "PATCH",
  "PUT": "弹出",
  "DELETE": "删除",
  "HEAD": "黑色",
  "New Record": "New Record",
  "Updated Record": "Updated Record",
  "Triggers when a new record is added to the table.": "Triggers when a new record is added to the table.",
  "Triggers when a record is updated in the table.": "Triggers when a record is updated in the table.",
  "Readiness Column": "Readiness Column",
  "A toggle (boolean) column which is True when the record is ready. The trigger will only be activated when that record becomes ready.Please follow [guideline](https://support.getgrist.com/integrators/#readiness-column) to create readiness column in table.": "A toggle (boolean) column which is True when the record is ready. The trigger will only be activated when that record becomes ready.Please follow [guideline](https://support.getgrist.com/integrators/#readiness-column) to create readiness column in table."
}