ZH_TW docs update (#7797)
authorDaLun <excfergodst@users.noreply.github.com>
Mon, 31 Oct 2016 16:21:56 +0000 (11:21 -0500)
committerKevin Sawicki <kevin@github.com>
Mon, 31 Oct 2016 16:21:56 +0000 (09:21 -0700)
* Update cookie.md

* Update cookie.md

* Update task.md

* ZH_TW docs /structures/cookie add

* Fix a word && add new docs

* Update task.md

* Update cookie.md

* new update

docs-translations/zh-TW/api/structures/certificate.md [new file with mode: 0644]
docs-translations/zh-TW/api/structures/memory-usage-details.md [new file with mode: 0644]

diff --git a/docs-translations/zh-TW/api/structures/certificate.md b/docs-translations/zh-TW/api/structures/certificate.md
new file mode 100644 (file)
index 0000000..e1a65e2
--- /dev/null
@@ -0,0 +1,9 @@
+# Certificate 物件 (憑證)
+
+* `data` 字串 - PEM 加密資料。
+* `issuerName` 字串 - 憑證發行者的名字。
+* `subjectName` 字串 - 憑證使用者的名字。
+* `serialNumber` 字串 - 憑證序號。
+* `validStart` 數字 - 憑證開始日期,值為 UNIX 時間。
+* `validExpiry` 數字 - 憑證結束日期,值為 UNIX 時間。
+* `fingerprint` 字串 - 憑證指紋。
diff --git a/docs-translations/zh-TW/api/structures/memory-usage-details.md b/docs-translations/zh-TW/api/structures/memory-usage-details.md
new file mode 100644 (file)
index 0000000..b19eb41
--- /dev/null
@@ -0,0 +1,8 @@
+# MemoryUsageDetails 物件
+
+* `count` 數字
+* `size` 數字
+* `liveSize` 數字
+* `decodedSize` 數字
+* `purgedSize` 數字
+* `purgeableSize` 數字