From 5d5d8637436f45d74e7f68b42ef66840eef45ae2 Mon Sep 17 00:00:00 2001 From: husohome Date: Sat, 5 Aug 2023 15:42:47 +0800 Subject: [PATCH 1/3] translated 'check reference' is Falses841u0 --- library/json.po | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/library/json.po b/library/json.po index bca98e8f85..29cbcca9d7 100644 --- a/library/json.po +++ b/library/json.po @@ -132,7 +132,9 @@ msgid "" "If *check_circular* is false (default: ``True``), then the circular " "reference check for container types will be skipped and a circular reference " "will result in a :exc:`RecursionError` (or worse)." -msgstr "" +msgstr "如果 *chech_circular* 視為 false (預設是 ``True``), 那麼json將不會檢查" +"是否有循環參照 (circular reference) 的情形。如果有循環參照的情形發生,則會出直接" +"由交由 Python 本來的機制出處理錯誤,亦即 :exc:`RecursionError` (或者更糟的錯誤)" #: ../../library/json.rst:162 msgid "" From 339ad4c0c1bceacc166c125648163785861d69e2 Mon Sep 17 00:00:00 2001 From: husohome Date: Sat, 5 Aug 2023 15:51:03 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E4=BE=9D=E5=BB=BA=E8=AD=B0=E6=94=B9?= =?UTF-8?q?=E7=82=BA=E5=B0=87'=E8=A6=96=E7=82=BA'=E6=94=B9=E7=82=BA'?= =?UTF-8?q?=E8=A8=AD=E7=82=BA'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- library/json.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/json.po b/library/json.po index 29cbcca9d7..38fae0f914 100644 --- a/library/json.po +++ b/library/json.po @@ -132,7 +132,7 @@ msgid "" "If *check_circular* is false (default: ``True``), then the circular " "reference check for container types will be skipped and a circular reference " "will result in a :exc:`RecursionError` (or worse)." -msgstr "如果 *chech_circular* 視為 false (預設是 ``True``), 那麼json將不會檢查" +msgstr "如果 *chech_circular* 設為 false (預設是 ``True``), 那麼json將不會檢查" "是否有循環參照 (circular reference) 的情形。如果有循環參照的情形發生,則會出直接" "由交由 Python 本來的機制出處理錯誤,亦即 :exc:`RecursionError` (或者更糟的錯誤)" From d10af75ad86fd5c8b4c5922fdc17c67cc6cb232d Mon Sep 17 00:00:00 2001 From: "Wei-Hsiang (Matt) Wang" Date: Mon, 14 Aug 2023 21:36:39 +0800 Subject: [PATCH 3/3] Update library/json.po --- library/json.po | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/library/json.po b/library/json.po index 38fae0f914..2c90f80358 100644 --- a/library/json.po +++ b/library/json.po @@ -132,9 +132,10 @@ msgid "" "If *check_circular* is false (default: ``True``), then the circular " "reference check for container types will be skipped and a circular reference " "will result in a :exc:`RecursionError` (or worse)." -msgstr "如果 *chech_circular* 設為 false (預設是 ``True``), 那麼json將不會檢查" -"是否有循環參照 (circular reference) 的情形。如果有循環參照的情形發生,則會出直接" -"由交由 Python 本來的機制出處理錯誤,亦即 :exc:`RecursionError` (或者更糟的錯誤)" +msgstr "" +"如果 *chech_circular* 設為 false(預設是 ``True``),則針對不同容器型別的循環" +"參照 (circular reference) 的檢查將會被跳過,若有循環參照則最後將引發 :exc:" +"`RecursionError` (或者更糟的錯誤)。" #: ../../library/json.rst:162 msgid ""