|
8 | 8 | msgstr "" |
9 | 9 | "Project-Id-Version: Python 3.6\n" |
10 | 10 | "Report-Msgid-Bugs-To: \n" |
11 | | -"POT-Creation-Date: 2018-06-12 13:39+0900\n" |
| 11 | +"POT-Creation-Date: 2018-06-20 13:46+0900\n" |
12 | 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" |
13 | | -" Last-Translator: F. <[email protected]>, 2018\n" |
| 13 | +" Last-Translator: Fred <[email protected]>, 2018\n" |
14 | 14 | "Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n" |
15 | 15 | "MIME-Version: 1.0\n" |
16 | 16 | "Content-Type: text/plain; charset=UTF-8\n" |
@@ -2000,12 +2000,12 @@ msgstr "" |
2000 | 2000 | msgid "" |
2001 | 2001 | "A certificate contains information about two principals. It contains the " |
2002 | 2002 | "name of a *subject*, and the subject's public key. It also contains a " |
2003 | | -"statement by a second principal, the *issuer*, that the subject is who he " |
2004 | | -"claims to be, and that this is indeed the subject's public key. The " |
2005 | | -"issuer's statement is signed with the issuer's private key, which only the " |
2006 | | -"issuer knows. However, anyone can verify the issuer's statement by finding " |
2007 | | -"the issuer's public key, decrypting the statement with it, and comparing it " |
2008 | | -"to the other information in the certificate. The certificate also contains " |
| 2003 | +"statement by a second principal, the *issuer*, that the subject is who they " |
| 2004 | +"claim to be, and that this is indeed the subject's public key. The issuer's" |
| 2005 | +" statement is signed with the issuer's private key, which only the issuer " |
| 2006 | +"knows. However, anyone can verify the issuer's statement by finding the " |
| 2007 | +"issuer's public key, decrypting the statement with it, and comparing it to " |
| 2008 | +"the other information in the certificate. The certificate also contains " |
2009 | 2009 | "information about the time period over which it is valid. This is expressed" |
2010 | 2010 | " as two fields, called \"notBefore\" and \"notAfter\"." |
2011 | 2011 | msgstr "" |
|
0 commit comments