-
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
204 additions
and
342 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,16 +8,16 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: joserfc 0.5.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2023-11-16 17:05+0900\n" | ||
"POT-Creation-Date: 2023-09-01 08:25+0900\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
"Language: zh\n" | ||
"Language-Team: zh <[email protected]>\n" | ||
"Plural-Forms: nplurals=1; plural=0\n" | ||
"Plural-Forms: nplurals=1; plural=0;\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=utf-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
"Generated-By: Babel 2.9.1\n" | ||
"Generated-By: Babel 2.12.1\n" | ||
|
||
#: ../../changelog.rst:2 | ||
msgid "Changelog" | ||
|
@@ -28,226 +28,224 @@ msgid "Here is the history of joserfc_ package releases." | |
msgstr "这里记录了 joserfc_ 的发布历史。" | ||
|
||
#: ../../changelog.rst:16 | ||
msgid "0.9.0" | ||
msgid "0.8.0" | ||
msgstr "" | ||
|
||
#: ../../changelog.rst:18 | ||
msgid "**Released on November 16, 2023**" | ||
msgid "**WIP**" | ||
msgstr "" | ||
|
||
#: ../../changelog.rst:20 | ||
msgid "Use ``os.urandom`` for ``OctKey.generate_key``." | ||
msgstr "" | ||
|
||
#: ../../changelog.rst:21 | ||
msgid "Add ``allow_blank`` for ``JWTClaimsRegistry``." | ||
msgstr "" | ||
|
||
#: ../../changelog.rst:22 | ||
msgid "Improve callable key for :meth:`~jwk.guess_key`." | ||
msgstr "" | ||
|
||
#: ../../changelog.rst:25 | ||
msgid "0.8.0" | ||
msgstr "" | ||
|
||
#: ../../changelog.rst:27 | ||
msgid "**Released on September 06, 2023**" | ||
msgstr "" | ||
|
||
#: ../../changelog.rst:29 | ||
msgid "Add :ref:`ensure_kid` method on key models." | ||
msgstr "" | ||
|
||
#: ../../changelog.rst:30 | ||
#: ../../changelog.rst:21 | ||
msgid "Add ``auto_kid`` parameter on key model ``.generate_key`` method." | ||
msgstr "" | ||
|
||
#: ../../changelog.rst:31 ../../changelog.rst:41 | ||
msgid "Improvements on type hints" | ||
msgstr "" | ||
|
||
#: ../../changelog.rst:34 | ||
#: ../../changelog.rst:24 | ||
msgid "0.7.0" | ||
msgstr "" | ||
|
||
#: ../../changelog.rst:36 | ||
#: ../../changelog.rst:26 | ||
msgid "**Released on August 14, 2023**" | ||
msgstr "" | ||
|
||
#: ../../changelog.rst:38 | ||
#: ../../changelog.rst:28 | ||
msgid "Add \"iat\" claims validation in JWT." | ||
msgstr "" | ||
|
||
#: ../../changelog.rst:39 | ||
#: ../../changelog.rst:29 | ||
msgid "Add ``__bool__`` magic method on :class:`jwk.KeySet`." | ||
msgstr "" | ||
|
||
#: ../../changelog.rst:40 | ||
#: ../../changelog.rst:30 | ||
msgid "" | ||
"Raise ``InvalidExchangeKeyError`` for ``exchange_derive_key`` on Curve " | ||
"key." | ||
msgstr "" | ||
|
||
#: ../../changelog.rst:44 | ||
#: ../../changelog.rst:31 | ||
msgid "Improvements on type hints" | ||
msgstr "" | ||
|
||
#: ../../changelog.rst:34 | ||
msgid "0.6.0" | ||
msgstr "" | ||
|
||
#: ../../changelog.rst:46 | ||
#: ../../changelog.rst:36 | ||
msgid "**Released on July 20, 2023**" | ||
msgstr "" | ||
|
||
#: ../../changelog.rst:48 | ||
#: ../../changelog.rst:38 | ||
msgid "Huge improvements on type hints, via :user:`Viicos`." | ||
msgstr "" | ||
|
||
#: ../../changelog.rst:49 | ||
#: ../../changelog.rst:39 | ||
msgid "Do not mutate the header when ``jwt.encode``, via :issue:`6`." | ||
msgstr "" | ||
|
||
#: ../../changelog.rst:50 | ||
#: ../../changelog.rst:40 | ||
msgid "Register algorithms with their matched key types on key set." | ||
msgstr "" | ||
|
||
#: ../../changelog.rst:51 | ||
#: ../../changelog.rst:41 | ||
msgid "Improve error handling, raise proper errors." | ||
msgstr "" | ||
|
||
#: ../../changelog.rst:53 | ||
#: ../../changelog.rst:43 | ||
msgid "**Breaking changes**:" | ||
msgstr "" | ||
|
||
#: ../../changelog.rst:55 | ||
#: ../../changelog.rst:45 | ||
msgid "" | ||
"``jws.JSONSignature`` is replaced by :class:`jws.GeneralJSONSignature` " | ||
"and :class:`jws.FlattenedJSONSignature`." | ||
msgstr "" | ||
|
||
#: ../../changelog.rst:57 | ||
#: ../../changelog.rst:47 | ||
msgid "" | ||
"``jwe.JSONEncryption`` is replaced by :class:`jwe.GeneralJSONEncryption` " | ||
"and :class:`jwe.FlattenedJSONEncryption`." | ||
msgstr "" | ||
|
||
#: ../../changelog.rst:61 | ||
#: ../../changelog.rst:51 | ||
msgid "0.5.0" | ||
msgstr "" | ||
|
||
#: ../../changelog.rst:63 | ||
#: ../../changelog.rst:53 | ||
msgid "**Released on July 12, 2023**" | ||
msgstr "" | ||
|
||
#: ../../changelog.rst:65 | ||
#: ../../changelog.rst:55 | ||
msgid "Add RFC7797 JSON Web Signature (JWS) Unencoded Payload Option" | ||
msgstr "" | ||
|
||
#: ../../changelog.rst:66 | ||
#: ../../changelog.rst:56 | ||
msgid "Fix ``decrypt_json`` when there is no ``encrypted_key``" | ||
msgstr "" | ||
|
||
#: ../../changelog.rst:67 | ||
#: ../../changelog.rst:57 | ||
msgid "Rename JWE CompleteJSONSerialization to GeneralJSONSerialization" | ||
msgstr "" | ||
|
||
#: ../../changelog.rst:68 | ||
#: ../../changelog.rst:58 | ||
msgid "Rename ``JSONEncryption.flatten`` to ``.flattened``" | ||
msgstr "" | ||
|
||
#: ../../changelog.rst:69 | ||
#: ../../changelog.rst:59 | ||
msgid "Load and dump RSA, EC, and OKP key with password" | ||
msgstr "" | ||
|
||
#: ../../changelog.rst:70 | ||
#: ../../changelog.rst:60 | ||
msgid "" | ||
"Rename Curve key method: ``exchange_shared_key`` to " | ||
"``exchange_derive_key``" | ||
msgstr "" | ||
|
||
#: ../../changelog.rst:73 | ||
#: ../../changelog.rst:63 | ||
msgid "0.4.0" | ||
msgstr "" | ||
|
||
#: ../../changelog.rst:75 | ||
#: ../../changelog.rst:65 | ||
msgid "**Released on July 6, 2023**" | ||
msgstr "" | ||
|
||
#: ../../changelog.rst:77 | ||
#: ../../changelog.rst:67 | ||
msgid "Change ``options`` to ``parameters`` for JWK methods" | ||
msgstr "" | ||
|
||
#: ../../changelog.rst:78 | ||
#: ../../changelog.rst:68 | ||
msgid "Change ``JWSRegistry`` and ``JWERegistry`` parameters" | ||
msgstr "" | ||
|
||
#: ../../changelog.rst:79 | ||
#: ../../changelog.rst:69 | ||
msgid "Guess ``sender_key`` from JWKs in JWE" | ||
msgstr "" | ||
|
||
#: ../../changelog.rst:80 | ||
#: ../../changelog.rst:70 | ||
msgid "Add importing key from DER encoding bytes" | ||
msgstr "" | ||
|
||
#: ../../changelog.rst:81 | ||
#: ../../changelog.rst:71 | ||
msgid "Fix JWS JSON serialization when members have only unprotected headers" | ||
msgstr "" | ||
|
||
#: ../../changelog.rst:82 | ||
#: ../../changelog.rst:72 | ||
msgid "Check key type before processing algorithms of JWS and JWE" | ||
msgstr "" | ||
|
||
#: ../../changelog.rst:85 | ||
#: ../../changelog.rst:75 | ||
msgid "0.3.0" | ||
msgstr "" | ||
|
||
#: ../../changelog.rst:87 | ||
#: ../../changelog.rst:77 | ||
msgid "**Released on June 29, 2023**" | ||
msgstr "" | ||
|
||
#: ../../changelog.rst:89 | ||
#: ../../changelog.rst:79 | ||
msgid "Return ``str`` instead of ``bytes`` for JWS and JWE serializations" | ||
msgstr "" | ||
|
||
#: ../../changelog.rst:90 | ||
#: ../../changelog.rst:80 | ||
msgid "Add a ``detach_content`` method for JWS" | ||
msgstr "" | ||
|
||
#: ../../changelog.rst:91 | ||
#: ../../changelog.rst:81 | ||
msgid "Remove ``jwt.extract`` method, because ``extract`` won't work for JWE" | ||
msgstr "" | ||
|
||
#: ../../changelog.rst:92 | ||
#: ../../changelog.rst:82 | ||
msgid "Add ``JWKRegistry`` for JWK" | ||
msgstr "" | ||
|
||
#: ../../changelog.rst:93 | ||
#: ../../changelog.rst:83 | ||
msgid "Update ``JSONEncryption.add_recipient`` parameters" | ||
msgstr "" | ||
|
||
#: ../../changelog.rst:94 | ||
#: ../../changelog.rst:84 | ||
msgid "Export register methods for JWE drafts" | ||
msgstr "" | ||
|
||
#: ../../changelog.rst:97 | ||
#: ../../changelog.rst:87 | ||
msgid "0.2.0" | ||
msgstr "" | ||
|
||
#: ../../changelog.rst:99 | ||
#: ../../changelog.rst:89 | ||
msgid "**Released on June 25, 2023**" | ||
msgstr "" | ||
|
||
#: ../../changelog.rst:101 | ||
#: ../../changelog.rst:91 | ||
msgid "A beta release." | ||
msgstr "" | ||
|
||
#: ../../changelog.rst:104 | ||
#: ../../changelog.rst:94 | ||
msgid "0.1.0" | ||
msgstr "" | ||
|
||
#: ../../changelog.rst:106 | ||
#: ../../changelog.rst:96 | ||
msgid "**Released on March 5, 2023**" | ||
msgstr "" | ||
|
||
#: ../../changelog.rst:108 | ||
#: ../../changelog.rst:98 | ||
msgid "Initial release." | ||
msgstr "" | ||
|
||
#~ msgid "0.9.0" | ||
#~ msgstr "" | ||
|
||
#~ msgid "**Released on November 16, 2023**" | ||
#~ msgstr "" | ||
|
||
#~ msgid "Use ``os.urandom`` for ``OctKey.generate_key``." | ||
#~ msgstr "" | ||
|
||
#~ msgid "Add ``allow_blank`` for ``JWTClaimsRegistry``." | ||
#~ msgstr "" | ||
|
||
#~ msgid "Improve callable key for :meth:`~jwk.guess_key`." | ||
#~ msgstr "" | ||
|
||
#~ msgid "**Released on September 06, 2023**" | ||
#~ msgstr "" | ||
|
Oops, something went wrong.