quivr/frontend/public/locales/zh-cn/external_api_definition.json
Stan Girard 33eec50a09
docs: ✏️ mintlify (#1917)
moved to mintlify
2023-12-24 17:49:27 +01:00

14 lines
473 B
JSON

{
"method_label": "Method",
"url_placeholder": "URL",
"searchParams": "Search Params",
"headers": "Headers",
"params": "Params",
"key": "Key",
"type": "Type (string or number)",
"description": "Description",
"secrets": "秘密",
"paramsTabDescription": "这些值作为请求体发送。",
"searchParamsTabDescription": "这些值作为查询字符串发送。",
"secretsTabDescription": "这些值作为头部键发送。"
}