-
-
Notifications
You must be signed in to change notification settings - Fork 222
Translate howto/ipaddress.po #1169
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: 3.14
Are you sure you want to change the base?
Conversation
rockleona
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1st round review,感謝你的翻譯~
rockleona
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
請記得把以下的「程式碼」標記補上,這部分 poedit 不會自動帶上喔
| "網路物件不能設定任何主機位元。這樣做的實際效果是 192.0.2.1/24 並不描述一個網" | ||
| "路。這類定義被稱為介面物件,因為 ip-on-a-network 標記法通常用於描述電腦在給定" | ||
| "網路上的網路介面,並將在下一節中進一步說明。" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| "網路物件不能設定任何主機位元。這樣做的實際效果是 192.0.2.1/24 並不描述一個網" | |
| "路。這類定義被稱為介面物件,因為 ip-on-a-network 標記法通常用於描述電腦在給定" | |
| "網路上的網路介面,並將在下一節中進一步說明。" | |
| "網路物件不能設定任何主機位元。這樣做的實際效果是 ``192.0.2.1/24`` 並不描述一個網" | |
| "路。這類定義被稱為介面物件,因為 ip-on-a-network 標記法通常用於描述電腦在給定" | |
| "網路上的網路介面,並將在下一節中進一步說明。" |
| "預設情況下,嘗試建立帶有主機位元設定的網路物件會導致引發 :exc:`ValueError`。" | ||
| "若要求將額外的位元強制轉換為零,可以在建構子中傳遞旗標 strict=False: ::" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| "預設情況下,嘗試建立帶有主機位元設定的網路物件會導致引發 :exc:`ValueError`。" | |
| "若要求將額外的位元強制轉換為零,可以在建構子中傳遞旗標 strict=False: ::" | |
| "預設情況下,嘗試建立帶有主機位元設定的網路物件會導致引發 :exc:`ValueError`。" | |
| "若要求將額外的位元強制轉換為零,可以在建構子中傳遞旗標 ``strict=False``: ::" |
| "如上所述,如果你需要描述特定網路上的位址,位址類別和網路類別都不足以滿足需" | ||
| "求。像 192.0.2.1/24 這樣的標記法通常被網路工程師以及編寫防火牆和路由器工具的" | ||
| "人用作「網路 192.0.2.0/24 上的主機 192.0.2.1」的簡寫。因此,:mod:`ipaddress` " | ||
| "提供了一組混合類別,將位址與特定網路關聯起來。建立介面的方式與定義網路物件相" | ||
| "同,只是位址部分不受限於必須是網路位址。" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| "如上所述,如果你需要描述特定網路上的位址,位址類別和網路類別都不足以滿足需" | |
| "求。像 192.0.2.1/24 這樣的標記法通常被網路工程師以及編寫防火牆和路由器工具的" | |
| "人用作「網路 192.0.2.0/24 上的主機 192.0.2.1」的簡寫。因此,:mod:`ipaddress` " | |
| "提供了一組混合類別,將位址與特定網路關聯起來。建立介面的方式與定義網路物件相" | |
| "同,只是位址部分不受限於必須是網路位址。" | |
| "如上所述,如果你需要描述特定網路上的位址,位址類別和網路類別都不足以滿足需" | |
| "求。像 ``192.0.2.1/24`` 這樣的標記法通常被網路工程師以及編寫防火牆和路由器工具的" | |
| "人用作「網路 ``192.0.2.0/24`` 上的主機 ``192.0.2.1``」的簡寫。因此,:mod:`ipaddress` " | |
| "提供了一組混合類別,將位址與特定網路關聯起來。建立介面的方式與定義網路物件相" | |
| "同,只是位址部分不受限於必須是網路位址。" |
https://github.com/python/python-docs-zh-tw/issues/1167
done.
-Translated 65 messages in ipaddress module introduction
-Tested build with no errors or warnings