瀏覽代碼

curl: finish remaining Chinese translation

Andy Chen 5 年之前
父節點
當前提交
d00343a5ad
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      pages.zh/common/curl.md

+ 1 - 1
pages.zh/common/curl.md

@@ -32,6 +32,6 @@
 
 `curl -u myusername:mypassword {{http://example.com}}`
 
-- Pass client certificate and key for a resource, skipping certificate validation:
+- 为指定资源使用客户端证书和密钥,并且跳过证书验证:
 
 `curl --cert {{client.pem}} --key {{key.pem}} --insecure {{https://example.com}}`