From ea4c5660bbd21d58acc300973b3722e313f047c2 Mon Sep 17 00:00:00 2001 From: tamnd <1218621+tamnd@users.noreply.github.com> Date: Tue, 18 Aug 2026 11:52:17 +0700 Subject: [PATCH] Re-apply under pydocvi 0.1.4 The identifier rule used to call any single English word an identifier, so apply copied 2808 headings through from the msgid and stamped each one passthrough=version_marker, which is a claim that the string needs no translation. Availability 62 times, Exceptions 25, Author 21, Introduction 18, Description 15, Notes 11. This drops those msgstrs, which puts the entries back to untranslated, which is what they are. Passthrough goes from 13900 to 11074 and untranslated from 70934 to 73760. Tier 1 goes from 2 untranslated to 31. None of that is new breakage: the strings were English before and they are English now, and the difference is that the corpus no longer says they were meant to be. apply --check is clean and S08 is back to 0. The audit total moves 1270 to 1410 for the same reason in reverse. Narrowing the rule puts 6558 human-written entries into Corpus.prose() for the first time, so the checks that read a translation can see them, and L02 goes from 10 findings to 144. About 96 of those are ordinary words left in English by a reviewer, module 41 times, object 36, type 12. The rest are identifiers a reviewer was right to keep, sys 20 and builtins 8, which L02 has no way to tell apart from the others yet. --- .pydocvi-version | 2 +- README.md | 16 +- about.po | 4 +- bugs.po | 4 +- c-api/abstract.po | 4 +- c-api/allocation.po | 8 +- c-api/apiabiversion.po | 12 +- c-api/arg.po | 4 +- c-api/bool.po | 4 +- c-api/buffer.po | 50 +- c-api/bytearray.po | 12 +- c-api/bytes.po | 32 +- c-api/call.po | 36 +- c-api/capsule.po | 12 +- c-api/cell.po | 4 +- c-api/code.po | 12 +- c-api/codec.po | 4 +- c-api/complex.po | 4 +- c-api/concrete.po | 16 +- c-api/contextvars.po | 4 +- c-api/conversion.po | 4 +- c-api/coro.po | 4 +- c-api/curses.po | 4 +- c-api/datetime.po | 4 +- c-api/descriptor.po | 4 +- c-api/dict.po | 12 +- c-api/exceptions.po | 20 +- c-api/extension-modules.po | 4 +- c-api/file.po | 4 +- c-api/float.po | 4 +- c-api/frame.po | 4 +- c-api/function.po | 8 +- c-api/gcsupport.po | 8 +- c-api/gen.po | 4 +- c-api/hash.po | 4 +- c-api/import.po | 8 +- c-api/index.po | 4 +- c-api/init.po | 4 +- c-api/init_config.po | 52 +- c-api/interp-lifecycle.po | 16 +- c-api/intro.po | 24 +- c-api/iter.po | 4 +- c-api/iterator.po | 4 +- c-api/lifecycle.po | 8 +- c-api/list.po | 16 +- c-api/long.po | 16 +- c-api/mapping.po | 8 +- c-api/marshal.po | 4 +- c-api/memory.po | 20 +- c-api/memoryview.po | 8 +- c-api/method.po | 12 +- c-api/module.po | 4 +- c-api/monitoring.po | 8 +- c-api/none.po | 8 +- c-api/number.po | 24 +- c-api/object.po | 28 +- c-api/objimpl.po | 4 +- c-api/perfmaps.po | 4 +- c-api/picklebuffer.po | 8 +- c-api/profiling.po | 4 +- c-api/refcounting.po | 4 +- c-api/reflection.po | 8 +- c-api/sentinel.po | 4 +- c-api/sequence.po | 12 +- c-api/set.po | 16 +- c-api/slice.po | 4 +- c-api/slots.po | 4 +- c-api/stable.po | 8 +- c-api/structures.po | 12 +- c-api/subinterpreters.po | 4 +- c-api/synchronization.po | 4 +- c-api/sys.po | 4 +- c-api/threads.po | 8 +- c-api/time.po | 8 +- c-api/tls.po | 8 +- c-api/tuple.po | 8 +- c-api/type.po | 4 +- c-api/typehints.po | 4 +- c-api/typeobj.po | 48 +- c-api/unicode.po | 28 +- c-api/utilities.po | 8 +- c-api/veryhigh.po | 4 +- c-api/weakref.po | 4 +- contents.po | 4 +- copyright.po | 4 +- deprecations/c-api-pending-removal-in-3.14.po | 4 +- deprecations/c-api-pending-removal-in-3.15.po | 4 +- deprecations/c-api-pending-removal-in-3.16.po | 4 +- deprecations/c-api-pending-removal-in-3.18.po | 4 +- deprecations/c-api-pending-removal-in-3.19.po | 4 +- deprecations/c-api-pending-removal-in-3.20.po | 4 +- .../c-api-pending-removal-in-future.po | 4 +- deprecations/index.po | 8 +- deprecations/pending-removal-in-3.13.po | 4 +- deprecations/pending-removal-in-3.14.po | 4 +- deprecations/pending-removal-in-3.15.po | 4 +- deprecations/pending-removal-in-3.16.po | 4 +- deprecations/pending-removal-in-3.17.po | 4 +- deprecations/pending-removal-in-3.18.po | 4 +- deprecations/pending-removal-in-3.19.po | 4 +- deprecations/pending-removal-in-3.20.po | 4 +- deprecations/pending-removal-in-future.po | 4 +- deprecations/soft-deprecations.po | 4 +- distributing/index.po | 4 +- extending/building.po | 4 +- extending/embedding.po | 4 +- extending/extending.po | 4 +- extending/first-extension-module.po | 8 +- extending/index.po | 4 +- extending/newtypes.po | 16 +- extending/newtypes_tutorial.po | 4 +- extending/windows.po | 4 +- faq/design.po | 8 +- faq/extending.po | 8 +- faq/general.po | 12 +- faq/gui.po | 8 +- faq/index.po | 4 +- faq/installed.po | 4 +- faq/library.po | 20 +- faq/programming.po | 32 +- faq/windows.po | 8 +- glossary.po | 264 +++------- howto/a-conceptual-overview-of-asyncio.po | 16 +- howto/annotations.po | 12 +- howto/argparse-optparse.po | 4 +- howto/argparse.po | 16 +- howto/clinic.po | 4 +- howto/cporting.po | 4 +- howto/curses.po | 28 +- howto/descriptor.po | 44 +- howto/enum.po | 56 +-- howto/free-threading-extensions.po | 8 +- howto/free-threading-python.po | 16 +- howto/functional.po | 48 +- howto/gdb_helpers.po | 8 +- howto/index.po | 4 +- howto/instrumentation.po | 12 +- howto/ipaddress.po | 16 +- howto/isolating-extensions.po | 12 +- howto/logging-cookbook.po | 16 +- howto/logging.po | 28 +- howto/mro.po | 12 +- howto/perf_profiling.po | 8 +- howto/pyporting.po | 8 +- howto/regex.po | 52 +- howto/remote_debugging.po | 20 +- howto/sockets.po | 28 +- howto/sorting.po | 8 +- howto/timerfd.po | 8 +- howto/unicode.po | 24 +- howto/urllib2.po | 34 +- improve-page-nojs.po | 4 +- improve-page.po | 4 +- installing/index.po | 4 +- library/__future__.po | 12 +- library/__main__.po | 4 +- library/_thread.po | 24 +- library/abc.po | 4 +- library/aifc.po | 4 +- library/allos.po | 4 +- library/annotationlib.po | 16 +- library/archiving.po | 4 +- library/argparse.po | 80 +-- library/array.po | 28 +- library/ast.po | 32 +- library/asynchat.po | 4 +- library/asyncio-api-index.po | 28 +- library/asyncio-dev.po | 8 +- library/asyncio-eventloop.po | 20 +- library/asyncio-exceptions.po | 8 +- library/asyncio-extending.po | 8 +- library/asyncio-future.po | 8 +- library/asyncio-graph.po | 4 +- library/asyncio-llapi-index.po | 32 +- library/asyncio-platforms.po | 12 +- library/asyncio-policy.po | 12 +- library/asyncio-protocol.po | 24 +- library/asyncio-queue.po | 16 +- library/asyncio-runner.po | 8 +- library/asyncio-stream.po | 20 +- library/asyncio-subprocess.po | 12 +- library/asyncio-sync.po | 16 +- library/asyncio-task.po | 40 +- library/asyncio.po | 12 +- library/asyncore.po | 4 +- library/atexit.po | 4 +- library/audioop.po | 4 +- library/audit_events.po | 8 +- library/base64.po | 12 +- library/bdb.po | 4 +- library/binary.po | 4 +- library/binascii.po | 4 +- library/bisect.po | 4 +- library/builtins.po | 4 +- library/bz2.po | 4 +- library/calendar.po | 4 +- library/cgi.po | 4 +- library/cgitb.po | 4 +- library/chunk.po | 4 +- library/cmath.po | 12 +- library/cmd.po | 4 +- library/cmdline.po | 4 +- library/cmdlinelibs.po | 4 +- library/code.po | 4 +- library/codecs.po | 224 +++------ library/codeop.po | 4 +- library/collections.abc.po | 8 +- library/collections.po | 4 +- library/colorsys.po | 4 +- library/compileall.po | 8 +- library/compression.po | 4 +- library/compression.zstd.po | 16 +- library/concurrency.po | 4 +- library/concurrent.futures.po | 28 +- library/concurrent.interpreters.po | 20 +- library/concurrent.po | 4 +- library/configparser.po | 12 +- library/constants.po | 4 +- library/contextlib.po | 8 +- library/contextvars.po | 4 +- library/copy.po | 8 +- library/copyreg.po | 16 +- library/crypt.po | 4 +- library/crypto.po | 8 +- library/csv.po | 16 +- library/ctypes.po | 24 +- library/curses.ascii.po | 44 +- library/curses.panel.po | 8 +- library/curses.po | 188 ++----- library/custominterp.po | 4 +- library/dataclasses.po | 8 +- library/datatypes.po | 4 +- library/datetime.po | 36 +- library/dbm.po | 16 +- library/debug.po | 4 +- library/decimal.po | 16 +- library/development.po | 4 +- library/devmode.po | 4 +- library/dialog.po | 4 +- library/difflib.po | 12 +- library/dis.po | 16 +- library/distribution.po | 4 +- library/distutils.po | 4 +- library/doctest.po | 24 +- library/email.charset.po | 4 +- library/email.compat32-message.po | 4 +- library/email.contentmanager.po | 4 +- library/email.encoders.po | 4 +- library/email.errors.po | 4 +- library/email.examples.po | 4 +- library/email.generator.po | 4 +- library/email.header.po | 4 +- library/email.headerregistry.po | 80 +-- library/email.iterators.po | 4 +- library/email.message.po | 4 +- library/email.mime.po | 4 +- library/email.parser.po | 4 +- library/email.po | 4 +- library/email.policy.po | 4 +- library/email.utils.po | 4 +- library/ensurepip.po | 8 +- library/enum.po | 44 +- library/errno.po | 8 +- library/exceptions.po | 36 +- library/faulthandler.po | 8 +- library/fcntl.po | 12 +- library/filecmp.po | 4 +- library/fileformats.po | 4 +- library/fileinput.po | 4 +- library/filesys.po | 4 +- library/fnmatch.po | 20 +- library/fractions.po | 4 +- library/frameworks.po | 4 +- library/ftplib.po | 20 +- library/functional.po | 4 +- library/functions.po | 4 +- library/functools.po | 4 +- library/gc.po | 4 +- library/getopt.po | 4 +- library/getpass.po | 8 +- library/gettext.po | 16 +- library/glob.po | 8 +- library/graphlib.po | 8 +- library/grp.po | 16 +- library/gzip.po | 4 +- library/hashlib.po | 36 +- library/heapq.po | 8 +- library/hmac.po | 4 +- library/html.entities.po | 4 +- library/html.parser.po | 12 +- library/html.po | 4 +- library/http.client.po | 16 +- library/http.cookiejar.po | 4 +- library/http.cookies.po | 8 +- library/http.po | 28 +- library/http.server.po | 36 +- library/i18n.po | 8 +- library/idle.po | 72 +-- library/imaplib.po | 12 +- library/imghdr.po | 4 +- library/imp.po | 4 +- library/importlib.metadata.po | 16 +- library/importlib.po | 16 +- library/importlib.resources.abc.po | 4 +- library/importlib.resources.po | 4 +- library/index.po | 4 +- library/inspect.po | 60 +-- library/internet.po | 16 +- library/intro.po | 8 +- library/io.po | 24 +- library/ipaddress.po | 12 +- library/ipc.po | 4 +- library/itertools.po | 26 +- library/json.po | 72 +-- library/keyword.po | 4 +- library/language.po | 4 +- library/linecache.po | 12 +- library/locale.po | 20 +- library/logging.config.po | 4 +- library/logging.handlers.po | 92 +--- library/logging.po | 124 ++--- library/lzma.po | 8 +- library/mailbox.po | 124 ++--- library/mailcap.po | 4 +- library/markup.po | 4 +- library/marshal.po | 20 +- library/math.integer.po | 4 +- library/math.po | 8 +- library/mimetypes.po | 16 +- library/mm.po | 4 +- library/mmap.po | 8 +- library/modulefinder.po | 4 +- library/modules.po | 4 +- library/msilib.po | 4 +- library/msvcrt.po | 8 +- library/multiprocessing.po | 40 +- library/multiprocessing.shared_memory.po | 4 +- library/netdata.po | 4 +- library/netrc.po | 4 +- library/nis.po | 4 +- library/nntplib.po | 4 +- library/numbers.po | 4 +- library/numeric.po | 4 +- library/operator.po | 72 +-- library/optparse.po | 40 +- library/os.path.po | 20 +- library/os.po | 60 +-- library/ossaudiodev.po | 4 +- library/pathlib.po | 28 +- library/pdb.po | 24 +- library/persistence.po | 4 +- library/pickle.po | 48 +- library/pickletools.po | 4 +- library/pipes.po | 4 +- library/pkgutil.po | 4 +- library/platform.po | 4 +- library/plistlib.po | 8 +- library/poplib.po | 12 +- library/posix.po | 12 +- library/pprint.po | 20 +- library/profile.po | 16 +- library/profiling.po | 28 +- library/profiling.sampling.po | 20 +- library/profiling.tracing.po | 8 +- library/pstats.po | 12 +- library/pty.po | 12 +- library/pwd.po | 16 +- library/py_compile.po | 4 +- library/pyclbr.po | 4 +- library/pydoc.po | 20 +- library/pyexpat.po | 16 +- library/python.po | 4 +- library/queue.po | 4 +- library/quopri.po | 12 +- library/random.po | 8 +- library/re.po | 16 +- library/readline.po | 16 +- library/removed.po | 4 +- library/reprlib.po | 8 +- library/resource.po | 20 +- library/rlcompleter.po | 4 +- library/runpy.po | 4 +- library/sched.po | 4 +- library/secrets.po | 4 +- library/security_warnings.po | 4 +- library/select.po | 20 +- library/selectors.po | 20 +- library/shelve.po | 20 +- library/shlex.po | 4 +- library/shutil.po | 8 +- library/signal.po | 8 +- library/site.po | 20 +- library/smtpd.po | 4 +- library/smtplib.po | 16 +- library/sndhdr.po | 4 +- library/socket.po | 32 +- library/socketserver.po | 8 +- library/spwd.po | 4 +- library/sqlite3.po | 28 +- library/ssl.po | 56 +-- library/stat.po | 28 +- library/statistics.po | 8 +- library/stdtypes.po | 402 ++++----------- library/string.po | 22 +- library/string.templatelib.po | 16 +- library/stringprep.po | 4 +- library/struct.po | 78 +-- library/subprocess.po | 16 +- library/sunau.po | 4 +- library/superseded.po | 4 +- library/symtable.po | 4 +- library/sys.monitoring.po | 8 +- library/sys.po | 88 +--- library/sys_path_init.po | 4 +- library/sysconfig.po | 8 +- library/syslog.po | 8 +- library/tabnanny.po | 4 +- library/tarfile.po | 20 +- library/telnetlib.po | 4 +- library/tempfile.po | 8 +- library/termios.po | 20 +- library/test.po | 4 +- library/text.po | 4 +- library/textwrap.po | 8 +- library/threading.po | 20 +- library/threadsafety.po | 16 +- library/time.po | 56 +-- library/timeit.po | 12 +- library/tk.po | 16 +- library/tkinter.colorchooser.po | 4 +- library/tkinter.dnd.po | 4 +- library/tkinter.font.po | 4 +- library/tkinter.messagebox.po | 4 +- library/tkinter.po | 156 ++---- library/tkinter.scrolledtext.po | 4 +- library/tkinter.ttk.po | 288 +++-------- library/token.po | 12 +- library/tokenize.po | 4 +- library/tomllib.po | 52 +- library/trace.po | 12 +- library/traceback.po | 12 +- library/tracemalloc.po | 56 +-- library/tty.po | 8 +- library/turtle.po | 64 +-- library/types.po | 8 +- library/typing.po | 36 +- library/unicodedata.po | 16 +- library/unittest.mock-examples.po | 4 +- library/unittest.mock.po | 36 +- library/unittest.po | 28 +- library/unix.po | 4 +- library/urllib.error.po | 4 +- library/urllib.parse.po | 36 +- library/urllib.po | 4 +- library/urllib.request.po | 24 +- library/urllib.robotparser.po | 12 +- library/uu.po | 4 +- library/uuid.po | 12 +- library/venv.po | 48 +- library/warnings.po | 24 +- library/wave.po | 4 +- library/weakref.po | 8 +- library/webbrowser.po | 12 +- library/windows.po | 4 +- library/winreg.po | 20 +- library/winsound.po | 28 +- library/wsgiref.po | 4 +- library/xdrlib.po | 4 +- library/xml.dom.minidom.po | 4 +- library/xml.dom.po | 32 +- library/xml.dom.pulldom.po | 4 +- library/xml.etree.elementtree.po | 28 +- library/xml.po | 4 +- library/xml.sax.handler.po | 4 +- library/xml.sax.po | 4 +- library/xml.sax.reader.po | 4 +- library/xml.sax.utils.po | 4 +- library/xmlrpc.client.po | 8 +- library/xmlrpc.po | 4 +- library/xmlrpc.server.po | 16 +- library/zipapp.po | 8 +- library/zipfile.po | 16 +- library/zipimport.po | 4 +- library/zlib.po | 8 +- library/zoneinfo.po | 16 +- license.po | 72 +-- reference/compound_stmts.po | 212 ++------ reference/datamodel.po | 426 ++++------------ reference/executionmodel.po | 72 +-- reference/expressions.po | 466 +++++------------- reference/grammar.po | 4 +- reference/import.po | 68 +-- reference/index.po | 4 +- reference/introduction.po | 44 +- reference/lexical_analysis.po | 94 +--- reference/simple_stmts.po | 280 +++-------- reference/toplevel_components.po | 28 +- reports/audit.md | 109 ++-- reports/coverage.md | 46 +- reports/quality.md | 4 +- sphinx.po | 60 +-- tutorial/appendix.po | 8 +- tutorial/appetite.po | 4 +- tutorial/classes.po | 32 +- tutorial/controlflow.po | 28 +- tutorial/datastructures.po | 12 +- tutorial/errors.po | 8 +- tutorial/floatingpoint.po | 4 +- tutorial/index.po | 4 +- tutorial/inputoutput.po | 16 +- tutorial/interactive.po | 4 +- tutorial/interpreter.po | 4 +- tutorial/introduction.po | 4 +- tutorial/modules.po | 20 +- tutorial/stdlib.po | 12 +- tutorial/stdlib2.po | 12 +- tutorial/venv.po | 8 +- tutorial/whatnow.po | 4 +- using/android.po | 4 +- using/cmdline.po | 8 +- using/configure.po | 8 +- using/editors.po | 4 +- using/index.po | 4 +- using/ios.po | 8 +- using/mac.po | 4 +- using/unix.po | 8 +- using/windows.po | 104 +--- whatsnew/2.0.po | 20 +- whatsnew/2.1.po | 20 +- whatsnew/2.2.po | 20 +- whatsnew/2.3.po | 16 +- whatsnew/2.4.po | 24 +- whatsnew/2.5.po | 24 +- whatsnew/2.6.po | 24 +- whatsnew/2.7.po | 20 +- whatsnew/3.0.po | 64 +-- whatsnew/3.1.po | 16 +- whatsnew/3.10.po | 204 ++------ whatsnew/3.11.po | 196 ++------ whatsnew/3.12.po | 188 ++----- whatsnew/3.13.po | 224 +++------ whatsnew/3.14.po | 276 +++-------- whatsnew/3.15.po | 268 +++------- whatsnew/3.2.po | 200 ++------ whatsnew/3.3.po | 276 +++-------- whatsnew/3.4.po | 280 +++-------- whatsnew/3.5.po | 292 +++-------- whatsnew/3.6.po | 260 +++------- whatsnew/3.7.po | 248 +++------- whatsnew/3.8.po | 180 ++----- whatsnew/3.9.po | 168 ++----- whatsnew/changelog.po | 44 +- whatsnew/index.po | 4 +- 553 files changed, 4045 insertions(+), 9686 deletions(-) diff --git a/.pydocvi-version b/.pydocvi-version index 04e1946..8c43fb4 100644 --- a/.pydocvi-version +++ b/.pydocvi-version @@ -1 +1 @@ -v0.1.3 +v0.1.4 diff --git a/README.md b/README.md index e7e6a30..bc742ea 100644 --- a/README.md +++ b/README.md @@ -23,17 +23,17 @@ cần dịch. Xem thêm [reports/coverage.md](reports/coverage.md). - + | Tier | Entries | Words | Human | Machine | Passthrough | Legacy | Untranslated | | --- | ---: | ---: | ---: | ---: | ---: | ---: | ---: | -| 1 | 1,888 | 49,280 | 966 | 658 | 262 | 0 | 2 | -| 2 | 2,574 | 52,440 | 22 | 3 | 556 | 0 | 1,993 | -| 3 | 9,147 | 208,931 | 66 | 22 | 1,934 | 0 | 7,125 | -| 4 | 6,852 | 118,443 | 59 | 7 | 1,059 | 0 | 5,727 | -| 5 | 38,947 | 755,769 | 282 | 41 | 7,010 | 0 | 31,614 | -| 6 | 27,600 | 526,519 | 42 | 6 | 3,079 | 0 | 24,473 | -| **Total** | 87,008 | 1,711,382 | 1,437 | 737 | 13,900 | 0 | 70,934 | +| 1 | 1,888 | 49,280 | 966 | 658 | 233 | 0 | 31 | +| 2 | 2,574 | 52,440 | 22 | 3 | 442 | 0 | 2,107 | +| 3 | 9,147 | 208,931 | 66 | 22 | 1,381 | 0 | 7,678 | +| 4 | 6,852 | 118,443 | 59 | 7 | 936 | 0 | 5,850 | +| 5 | 38,947 | 755,769 | 282 | 41 | 5,866 | 0 | 32,758 | +| 6 | 27,600 | 526,519 | 42 | 6 | 2,216 | 0 | 25,336 | +| **Total** | 87,008 | 1,711,382 | 1,437 | 737 | 11,074 | 0 | 73,760 | diff --git a/about.po b/about.po index 8b2a5b3..52c4349 100644 --- a/about.po +++ b/about.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "About this documentation" msgstr "Về bộ tài liệu này" diff --git a/bugs.po b/bugs.po index 07edf0d..cc4b725 100644 --- a/bugs.po +++ b/bugs.po @@ -13,7 +13,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -21,7 +21,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Dealing with Bugs" msgstr "Xử lý lỗi" diff --git a/c-api/abstract.po b/c-api/abstract.po index ac56c75..9ed4b0d 100644 --- a/c-api/abstract.po +++ b/c-api/abstract.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Abstract Objects Layer" msgstr "" diff --git a/c-api/allocation.po b/c-api/allocation.po index a5ecd38..8590121 100644 --- a/c-api/allocation.po +++ b/c-api/allocation.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-23 15:47+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Allocating objects on the heap" msgstr "" @@ -186,10 +186,8 @@ msgstr "" msgid "Soft-deprecated alias" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Function" -msgstr "Function" +msgstr "" # pydocvi: passthrough=noop #, fuzzy diff --git a/c-api/apiabiversion.po b/c-api/apiabiversion.po index fea4c3e..d8e08b1 100644 --- a/c-api/apiabiversion.po +++ b/c-api/apiabiversion.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "API and ABI Versioning" msgstr "" @@ -95,10 +95,8 @@ msgid "" "following structure:" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Argument" -msgstr "Argument" +msgstr "" msgid "No. of bits" msgstr "" @@ -235,10 +233,8 @@ msgstr "``0x0``" msgid "For example:" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Version" -msgstr "Version" +msgstr "" msgid "``Py_PACK_FULL_VERSION`` arguments" msgstr "" diff --git a/c-api/arg.po b/c-api/arg.po index a40ed4f..9221cfe 100644 --- a/c-api/arg.po +++ b/c-api/arg.po @@ -13,7 +13,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -21,7 +21,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Parsing arguments and building values" msgstr "" diff --git a/c-api/bool.po b/c-api/bool.po index 4f2b354..3e0d675 100644 --- a/c-api/bool.po +++ b/c-api/bool.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Boolean Objects" msgstr "" diff --git a/c-api/buffer.po b/c-api/buffer.po index 41f3fbe..a87c382 100644 --- a/c-api/buffer.po +++ b/c-api/buffer.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Buffer Protocol" msgstr "" @@ -342,38 +342,26 @@ msgid "" "flags below it." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Request" -msgstr "Request" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "shape" -msgstr "shape" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "strides" -msgstr "strides" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "suboffsets" -msgstr "suboffsets" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "yes" -msgstr "yes" +msgstr "" msgid "if needed" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "NULL" -msgstr "NULL" +msgstr "" msgid "contiguity requests" msgstr "" @@ -384,17 +372,15 @@ msgid "" "must be C-contiguous." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "contig" -msgstr "contig" +msgstr "" -# pydocvi: passthrough=version_marker +# pydocvi: passthrough=noop #, fuzzy msgid "C" msgstr "C" -# pydocvi: passthrough=version_marker +# pydocvi: passthrough=noop #, fuzzy msgid "F" msgstr "F" @@ -421,17 +407,13 @@ msgid "" "would have to call :c:func:`PyBuffer_IsContiguous` to determine contiguity." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "readonly" -msgstr "readonly" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "format" -msgstr "format" +msgstr "" -# pydocvi: passthrough=version_marker +# pydocvi: passthrough=noop #, fuzzy msgid "U" msgstr "U" @@ -715,10 +697,8 @@ msgstr "" msgid "PyBufferProcs (C type)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "contiguous" -msgstr "contiguous" +msgstr "" msgid "C-contiguous" msgstr "" diff --git a/c-api/bytearray.po b/c-api/bytearray.po index c94e45f..5253a36 100644 --- a/c-api/bytearray.po +++ b/c-api/bytearray.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-23 15:47+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Byte Array Objects" msgstr "" @@ -92,10 +92,8 @@ msgid "" "A negative *len* will now result in an exception being set and -1 returned." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Macros" -msgstr "Macros" +msgstr "" msgid "These macros trade safety for speed and they don't check pointers." msgstr "" @@ -109,7 +107,5 @@ msgstr "" msgid "object" msgstr "object" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "bytearray" -msgstr "bytearray" +msgstr "" diff --git a/c-api/bytes.po b/c-api/bytes.po index fe2e910..ea2a7d4 100644 --- a/c-api/bytes.po +++ b/c-api/bytes.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Bytes Objects" msgstr "" @@ -77,15 +77,11 @@ msgstr "" msgid "Format Characters" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Type" -msgstr "Type" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Comment" -msgstr "Comment" +msgstr "" # pydocvi: passthrough=noop #, fuzzy @@ -105,10 +101,8 @@ msgstr "" msgid "``%c``" msgstr "``%c``" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "int" -msgstr "int" +msgstr "" msgid "A single byte, represented as a C int." msgstr "" @@ -137,10 +131,8 @@ msgstr "" msgid "``%ld``" msgstr "``%ld``" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "long" -msgstr "long" +msgstr "" msgid "Equivalent to ``printf(\"%ld\")``. [1]_" msgstr "" @@ -392,10 +384,8 @@ msgstr "" msgid "*unicode* and *recode_encoding* are now unused." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "PyBytesWriter" -msgstr "PyBytesWriter" +msgstr "" msgid "" "The :c:type:`PyBytesWriter` API can be used to create a Python :class:" @@ -504,10 +494,8 @@ msgid "" "written size to the writer size." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Getters" -msgstr "Getters" +msgstr "" msgid "Get the writer size." msgstr "" @@ -574,7 +562,5 @@ msgstr "" msgid "object" msgstr "object" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "bytes" -msgstr "bytes" +msgstr "" diff --git a/c-api/call.po b/c-api/call.po index 3e30b14..3aba121 100644 --- a/c-api/call.po +++ b/c-api/call.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Call Protocol" msgstr "" @@ -227,25 +227,17 @@ msgid "" "individual documentation for details." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Function" -msgstr "Function" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "callable" -msgstr "callable" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "args" -msgstr "args" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "kwargs" -msgstr "kwargs" +msgstr "" # pydocvi: passthrough=noop #, fuzzy @@ -257,10 +249,8 @@ msgstr ":c:func:`PyObject_Call`" msgid "``PyObject *``" msgstr "``PyObject *``" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "tuple" -msgstr "tuple" +msgstr "" msgid "dict/``NULL``" msgstr "" @@ -296,10 +286,8 @@ msgstr "" msgid ":c:func:`PyObject_CallFunction`" msgstr ":c:func:`PyObject_CallFunction`" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "format" -msgstr "format" +msgstr "" # pydocvi: passthrough=noop #, fuzzy @@ -314,10 +302,8 @@ msgstr "" msgid ":c:func:`PyObject_CallFunctionObjArgs`" msgstr ":c:func:`PyObject_CallFunctionObjArgs`" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "variadic" -msgstr "variadic" +msgstr "" # pydocvi: passthrough=noop #, fuzzy @@ -342,10 +328,8 @@ msgstr ":c:func:`PyObject_CallMethodOneArg`" msgid ":c:func:`PyObject_Vectorcall`" msgstr ":c:func:`PyObject_Vectorcall`" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "vectorcall" -msgstr "vectorcall" +msgstr "" # pydocvi: passthrough=noop #, fuzzy diff --git a/c-api/capsule.po b/c-api/capsule.po index d792845..f26e5cc 100644 --- a/c-api/capsule.po +++ b/c-api/capsule.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-23 15:47+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,12 +20,10 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Capsules" -msgstr "Capsules" +msgstr "" msgid "" "Refer to :ref:`using-capsules` for more information on using these objects." @@ -201,7 +199,5 @@ msgstr "" msgid "object" msgstr "object" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Capsule" -msgstr "Capsule" +msgstr "" diff --git a/c-api/cell.po b/c-api/cell.po index e3ce257..679acb2 100644 --- a/c-api/cell.po +++ b/c-api/cell.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Cell Objects" msgstr "" diff --git a/c-api/code.po b/c-api/code.po index 41a3775..620c538 100644 --- a/c-api/code.po +++ b/c-api/code.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Code Objects" msgstr "" @@ -253,10 +253,8 @@ msgid "" "documentation of their Python equivalents." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Flag" -msgstr "Flag" +msgstr "" msgid "Meaning" msgstr "Ý nghĩa" @@ -411,10 +409,8 @@ msgstr "" msgid "object" msgstr "object" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "code" -msgstr "code" +msgstr "" msgid "code object" msgstr "" diff --git a/c-api/codec.po b/c-api/codec.po index f87b14d..ff42a0b 100644 --- a/c-api/codec.po +++ b/c-api/codec.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Codec registry and support functions" msgstr "" diff --git a/c-api/complex.po b/c-api/complex.po index 2a0bc4c..27c2a81 100644 --- a/c-api/complex.po +++ b/c-api/complex.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Complex Number Objects" msgstr "" diff --git a/c-api/concrete.po b/c-api/concrete.po index 0ebc3cb..b262062 100644 --- a/c-api/concrete.po +++ b/c-api/concrete.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Concrete Objects Layer" msgstr "" @@ -76,17 +76,11 @@ msgstr "" msgid "object" msgstr "object" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "numeric" -msgstr "numeric" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "sequence" -msgstr "sequence" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "mapping" -msgstr "mapping" +msgstr "" diff --git a/c-api/contextvars.po b/c-api/contextvars.po index 8f67bb0..da0e88d 100644 --- a/c-api/contextvars.po +++ b/c-api/contextvars.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Context Variables Objects" msgstr "" diff --git a/c-api/conversion.po b/c-api/conversion.po index dae8636..1a34c08 100644 --- a/c-api/conversion.po +++ b/c-api/conversion.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "String conversion and formatting" msgstr "" diff --git a/c-api/coro.po b/c-api/coro.po index d4d3aca..35ca5ea 100644 --- a/c-api/coro.po +++ b/c-api/coro.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Coroutine Objects" msgstr "" diff --git a/c-api/curses.po b/c-api/curses.po index 02d7eb4..951a628 100644 --- a/c-api/curses.po +++ b/c-api/curses.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Curses C API" msgstr "" diff --git a/c-api/datetime.po b/c-api/datetime.po index 577ddc1..bc10795 100644 --- a/c-api/datetime.po +++ b/c-api/datetime.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "DateTime Objects" msgstr "" diff --git a/c-api/descriptor.po b/c-api/descriptor.po index 47f07a1..7b6d452 100644 --- a/c-api/descriptor.po +++ b/c-api/descriptor.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Descriptor Objects" msgstr "" diff --git a/c-api/dict.po b/c-api/dict.po index 39e1099..de682c0 100644 --- a/c-api/dict.po +++ b/c-api/dict.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Dictionary objects" msgstr "" @@ -727,15 +727,11 @@ msgstr ":c:func:`PyDict_GET_SIZE`" msgid "object" msgstr "object" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "dictionary" -msgstr "dictionary" +msgstr "" msgid "built-in function" msgstr "hàm tích hợp sẵn" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "len" -msgstr "len" +msgstr "" diff --git a/c-api/exceptions.po b/c-api/exceptions.po index 5ca7149..0edb864 100644 --- a/c-api/exceptions.po +++ b/c-api/exceptions.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Exception Handling" msgstr "" @@ -233,10 +233,8 @@ msgid "" "``NULL``." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Availability" -msgstr "Availability" +msgstr "" msgid "" "Similar to :c:func:`PyErr_SetFromWindowsErr`, with an additional parameter " @@ -1374,10 +1372,8 @@ msgstr "" msgid "These aliases used to be separate exception types." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Notes" -msgstr "Notes" +msgstr "" msgid "[win]_" msgstr "" @@ -1463,10 +1459,8 @@ msgstr ":c:data:`PyExc_ResourceWarning`." msgid ":c:data:`PyExc_EncodingWarning`." msgstr ":c:data:`PyExc_EncodingWarning`." -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Tracebacks" -msgstr "Tracebacks" +msgstr "" msgid "" "Type object for traceback objects. This is available as :class:`types." @@ -1579,10 +1573,8 @@ msgstr "" msgid "module" msgstr "module" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "signal" -msgstr "signal" +msgstr "" msgid "SIGINT (C macro)" msgstr "" diff --git a/c-api/extension-modules.po b/c-api/extension-modules.po index 808d508..5bb0f9b 100644 --- a/c-api/extension-modules.po +++ b/c-api/extension-modules.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Defining extension modules" msgstr "" diff --git a/c-api/file.po b/c-api/file.po index 6ee694c..054c401 100644 --- a/c-api/file.po +++ b/c-api/file.po @@ -13,7 +13,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-23 15:47+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -21,7 +21,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "File objects" msgstr "" diff --git a/c-api/float.po b/c-api/float.po index 7c6dcc5..48760ab 100644 --- a/c-api/float.po +++ b/c-api/float.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Floating-Point Objects" msgstr "" diff --git a/c-api/frame.po b/c-api/frame.po index fcff5f2..bf23ab7 100644 --- a/c-api/frame.po +++ b/c-api/frame.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-23 15:47+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Frame objects" msgstr "" diff --git a/c-api/function.po b/c-api/function.po index 0f5d851..fc76251 100644 --- a/c-api/function.po +++ b/c-api/function.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Function Objects" msgstr "" @@ -240,10 +240,8 @@ msgstr "" msgid "object" msgstr "object" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "function" -msgstr "function" +msgstr "" msgid "MethodType (in module types)" msgstr "" diff --git a/c-api/gcsupport.po b/c-api/gcsupport.po index 23d9ef3..7a0b5e3 100644 --- a/c-api/gcsupport.po +++ b/c-api/gcsupport.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Supporting Cyclic Garbage Collection" msgstr "" @@ -290,10 +290,8 @@ msgid "" "in a reference cycle." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Traversal" -msgstr "Traversal" +msgstr "" msgid "" "The :c:member:`~PyTypeObject.tp_traverse` handler must have the following " diff --git a/c-api/gen.po b/c-api/gen.po index a2c0934..d140357 100644 --- a/c-api/gen.po +++ b/c-api/gen.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Generator Objects" msgstr "" diff --git a/c-api/hash.po b/c-api/hash.po index 9b951bb..ecf754c 100644 --- a/c-api/hash.po +++ b/c-api/hash.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "PyHash API" msgstr "" diff --git a/c-api/import.po b/c-api/import.po index 9dfc6e9..f082e15 100644 --- a/c-api/import.po +++ b/c-api/import.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Importing Modules" msgstr "" @@ -431,10 +431,8 @@ msgstr "hàm tích hợp sẵn" msgid "__import__" msgstr "__import__" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "compile" -msgstr "compile" +msgstr "" msgid "freeze utility" msgstr "" diff --git a/c-api/index.po b/c-api/index.po index 3df25b4..2ec623d 100644 --- a/c-api/index.po +++ b/c-api/index.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Python/C API reference manual" msgstr "" diff --git a/c-api/init.po b/c-api/init.po index 626c399..28d5fb9 100644 --- a/c-api/init.po +++ b/c-api/init.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Initialization, finalization, and threads" msgstr "" diff --git a/c-api/init_config.po b/c-api/init_config.po index 634f9cf..d147eac 100644 --- a/c-api/init_config.po +++ b/c-api/init_config.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Python Initialization Configuration" msgstr "" @@ -43,10 +43,8 @@ msgstr "" msgid ":pep:`741` \"Python Configuration C API\"." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Example" -msgstr "Example" +msgstr "" msgid "" "Example of customized Python always running with the :ref:`Python " @@ -271,10 +269,8 @@ msgid "" "UTF-8 encoded strings. The string list is copied." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Module" -msgstr "Module" +msgstr "" msgid "Add a built-in extension module to the table of built-in modules." msgstr "" @@ -308,23 +304,17 @@ msgstr "" msgid "Configuration Options" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Option" -msgstr "Option" +msgstr "" msgid "PyConfig/PyPreConfig member" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Type" -msgstr "Type" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Visibility" -msgstr "Visibility" +msgstr "" # pydocvi: passthrough=noop #, fuzzy @@ -359,10 +349,8 @@ msgstr ":c:member:`argv `" msgid "``list[str]``" msgstr "``list[str]``" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Public" -msgstr "Public" +msgstr "" # pydocvi: passthrough=noop #, fuzzy @@ -1227,10 +1215,8 @@ msgstr "" " Py_ExitStatusException(status);\n" "}" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "PyWideStringList" -msgstr "PyWideStringList" +msgstr "" msgid "List of ``wchar_t*`` strings." msgstr "" @@ -1269,10 +1255,8 @@ msgstr "" msgid "List items." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "PyStatus" -msgstr "PyStatus" +msgstr "" msgid "" "Structure to store an initialization function status: success, error or exit." @@ -1293,10 +1277,8 @@ msgstr "" msgid "Functions to create a status:" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Success." -msgstr "Success." +msgstr "" msgid "Initialization error with a message." msgstr "" @@ -1381,10 +1363,8 @@ msgstr "" " return 0;\n" "}" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "PyPreConfig" -msgstr "PyPreConfig" +msgstr "" msgid "Structure used to preinitialize Python." msgstr "" @@ -1677,10 +1657,8 @@ msgstr "" "/* ... use Python API here ... */\n" "Py_Finalize();" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "PyConfig" -msgstr "PyConfig" +msgstr "" msgid "Structure containing most parameters to configure Python." msgstr "" @@ -3229,10 +3207,8 @@ msgstr "" msgid "Import the :mod:`site` module;" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "etc." -msgstr "etc." +msgstr "" msgid "Private provisional API:" msgstr "" diff --git a/c-api/interp-lifecycle.po b/c-api/interp-lifecycle.po index e9877d7..2c861d6 100644 --- a/c-api/interp-lifecycle.po +++ b/c-api/interp-lifecycle.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Interpreter initialization and finalization" msgstr "" @@ -381,10 +381,8 @@ msgstr "" msgid "See :pep:`529` for more details." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Availability" -msgstr "Availability" +msgstr "" msgid "" "This API is kept for backward compatibility: setting :c:member:`PyConfig." @@ -1153,15 +1151,11 @@ msgstr "__main__" msgid "sys" msgstr "sys" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "search" -msgstr "search" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "path" -msgstr "path" +msgstr "" msgid "Py_FinalizeEx (C function)" msgstr "" diff --git a/c-api/intro.po b/c-api/intro.po index 2cb3daf..8bc7329 100644 --- a/c-api/intro.po +++ b/c-api/intro.po @@ -13,7 +13,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -21,12 +21,10 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Introduction" -msgstr "Introduction" +msgstr "" msgid "" "The Application Programmer's Interface to Python gives C and C++ programmers " @@ -1108,10 +1106,8 @@ msgstr "" " return total;\n" "}" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Types" -msgstr "Types" +msgstr "" msgid "" "There are few other data types that play a significant role in the Python/C " @@ -1130,10 +1126,8 @@ msgid "" "positive value of type :c:type:`Py_ssize_t`." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Exceptions" -msgstr "Exceptions" +msgstr "" msgid "" "The Python programmer only needs to deal with exceptions if specific error " @@ -1594,15 +1588,11 @@ msgstr "__main__" msgid "sys" msgstr "sys" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "search" -msgstr "search" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "path" -msgstr "path" +msgstr "" msgid "path (in module sys)" msgstr "" diff --git a/c-api/iter.po b/c-api/iter.po index 668bdad..e961ddd 100644 --- a/c-api/iter.po +++ b/c-api/iter.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Iterator Protocol" msgstr "" diff --git a/c-api/iterator.po b/c-api/iterator.po index 517618e..78d820e 100644 --- a/c-api/iterator.po +++ b/c-api/iterator.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Iterator Objects" msgstr "" diff --git a/c-api/lifecycle.po b/c-api/lifecycle.po index e8a06e4..5b6567e 100644 --- a/c-api/lifecycle.po +++ b/c-api/lifecycle.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Object Life Cycle" msgstr "" @@ -287,10 +287,8 @@ msgid "" "change in a future version." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Functions" -msgstr "Functions" +msgstr "" msgid "To allocate and free memory, see :ref:`allocating-objects`." msgstr "" diff --git a/c-api/list.po b/c-api/list.po index 3ddc94c..02361c0 100644 --- a/c-api/list.po +++ b/c-api/list.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-23 15:47+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "List Objects" msgstr "" @@ -207,20 +207,14 @@ msgstr "" msgid "object" msgstr "object" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "list" -msgstr "list" +msgstr "" msgid "built-in function" msgstr "hàm tích hợp sẵn" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "len" -msgstr "len" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "tuple" -msgstr "tuple" +msgstr "" diff --git a/c-api/long.po b/c-api/long.po index 09a3d69..3fda1ef 100644 --- a/c-api/long.po +++ b/c-api/long.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Integer Objects" msgstr "" @@ -524,15 +524,11 @@ msgid "" "Py_ASNATIVEBYTES_UNSIGNED_BUFFER``." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Flag" -msgstr "Flag" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Value" -msgstr "Value" +msgstr "" # pydocvi: passthrough=noop #, fuzzy @@ -926,10 +922,8 @@ msgstr "object" msgid "long integer" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "integer" -msgstr "integer" +msgstr "" msgid "LONG_MAX (C macro)" msgstr "" diff --git a/c-api/mapping.po b/c-api/mapping.po index 74ee471..9bff4e7 100644 --- a/c-api/mapping.po +++ b/c-api/mapping.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-23 15:47+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Mapping Protocol" msgstr "" @@ -143,7 +143,5 @@ msgstr "" msgid "built-in function" msgstr "hàm tích hợp sẵn" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "len" -msgstr "len" +msgstr "" diff --git a/c-api/marshal.po b/c-api/marshal.po index 0de048e..83139a7 100644 --- a/c-api/marshal.po +++ b/c-api/marshal.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Data marshalling support" msgstr "" diff --git a/c-api/memory.po b/c-api/memory.po index a4fddc2..ab13b3f 100644 --- a/c-api/memory.po +++ b/c-api/memory.po @@ -13,7 +13,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -21,15 +21,13 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Memory Management" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Overview" -msgstr "Overview" +msgstr "" msgid "" "Memory management in Python involves a private heap containing all Python " @@ -499,15 +497,11 @@ msgstr "" msgid "Default memory allocators:" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Configuration" -msgstr "Configuration" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Name" -msgstr "Name" +msgstr "" # pydocvi: passthrough=version_marker #, fuzzy @@ -633,10 +627,8 @@ msgid "" "following fields:" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Field" -msgstr "Field" +msgstr "" msgid "Meaning" msgstr "Ý nghĩa" diff --git a/c-api/memoryview.po b/c-api/memoryview.po index e6e2032..5bc7367 100644 --- a/c-api/memoryview.po +++ b/c-api/memoryview.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-23 15:47+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "MemoryView objects" msgstr "" @@ -94,7 +94,5 @@ msgstr "" msgid "object" msgstr "object" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "memoryview" -msgstr "memoryview" +msgstr "" diff --git a/c-api/method.po b/c-api/method.po index d3a6597..5496991 100644 --- a/c-api/method.po +++ b/c-api/method.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-23 15:47+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Instance Method Objects" msgstr "" @@ -99,15 +99,11 @@ msgstr "" msgid "object" msgstr "object" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "instancemethod" -msgstr "instancemethod" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "method" -msgstr "method" +msgstr "" msgid "MethodType (in module types)" msgstr "" diff --git a/c-api/module.po b/c-api/module.po index bfb58f8..b0b1108 100644 --- a/c-api/module.po +++ b/c-api/module.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Module Objects" msgstr "" diff --git a/c-api/monitoring.po b/c-api/monitoring.po index 228f945..487e626 100644 --- a/c-api/monitoring.po +++ b/c-api/monitoring.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-23 15:47+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Monitoring C API" msgstr "" @@ -179,10 +179,8 @@ msgstr "" msgid "The macros for *event_types* are:" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Macro" -msgstr "Macro" +msgstr "" msgid "Event" msgstr "Sự kiện" diff --git a/c-api/none.po b/c-api/none.po index 69d962d..fc7a42d 100644 --- a/c-api/none.po +++ b/c-api/none.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-23 15:47+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "The ``None`` Object" msgstr "" @@ -46,7 +46,5 @@ msgstr "" msgid "object" msgstr "object" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "None" -msgstr "None" +msgstr "" diff --git a/c-api/number.po b/c-api/number.po index 94d145c..67f4511 100644 --- a/c-api/number.po +++ b/c-api/number.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-23 15:47+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Number Protocol" msgstr "" @@ -266,27 +266,17 @@ msgstr "" msgid "built-in function" msgstr "hàm tích hợp sẵn" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "divmod" -msgstr "divmod" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "pow" -msgstr "pow" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "abs" -msgstr "abs" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "int" -msgstr "int" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "float" -msgstr "float" +msgstr "" diff --git a/c-api/object.po b/c-api/object.po index 5d12aee..7d3055f 100644 --- a/c-api/object.po +++ b/c-api/object.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Object Protocol" msgstr "" @@ -37,10 +37,8 @@ msgstr "" msgid "Constant Identifier" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Value" -msgstr "Value" +msgstr "" msgid "Returned object" msgstr "" @@ -971,15 +969,11 @@ msgstr "" msgid "built-in function" msgstr "hàm tích hợp sẵn" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "repr" -msgstr "repr" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "ascii" -msgstr "ascii" +msgstr "" msgid "string" msgstr "chuỗi" @@ -987,20 +981,14 @@ msgstr "chuỗi" msgid "PyObject_Str (C function)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "bytes" -msgstr "bytes" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "hash" -msgstr "hash" +msgstr "" msgid "type" msgstr "type" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "len" -msgstr "len" +msgstr "" diff --git a/c-api/objimpl.po b/c-api/objimpl.po index 0f901d8..d42d4fe 100644 --- a/c-api/objimpl.po +++ b/c-api/objimpl.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Object Implementation Support" msgstr "" diff --git a/c-api/perfmaps.po b/c-api/perfmaps.po index 7c45ea9..6d99f00 100644 --- a/c-api/perfmaps.po +++ b/c-api/perfmaps.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Support for Perf Maps" msgstr "" diff --git a/c-api/picklebuffer.po b/c-api/picklebuffer.po index 6304b9a..bbff8d4 100644 --- a/c-api/picklebuffer.po +++ b/c-api/picklebuffer.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-23 15:47+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Pickle buffer objects" msgstr "" @@ -86,7 +86,5 @@ msgstr "" msgid "object" msgstr "object" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "PickleBuffer" -msgstr "PickleBuffer" +msgstr "" diff --git a/c-api/profiling.po b/c-api/profiling.po index e67fc31..45e2557 100644 --- a/c-api/profiling.po +++ b/c-api/profiling.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Profiling and tracing" msgstr "" diff --git a/c-api/refcounting.po b/c-api/refcounting.po index 54db51d..d6b82fa 100644 --- a/c-api/refcounting.po +++ b/c-api/refcounting.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Reference Counting" msgstr "" diff --git a/c-api/reflection.po b/c-api/reflection.po index 0af5428..020ba05 100644 --- a/c-api/reflection.po +++ b/c-api/reflection.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,12 +17,10 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Reflection" -msgstr "Reflection" +msgstr "" msgid "Use :c:func:`PyEval_GetFrameBuiltins` instead." msgstr "" diff --git a/c-api/sentinel.po b/c-api/sentinel.po index d46db42..6447eba 100644 --- a/c-api/sentinel.po +++ b/c-api/sentinel.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Sentinel objects" msgstr "" diff --git a/c-api/sequence.po b/c-api/sequence.po index 1705509..9060c76 100644 --- a/c-api/sequence.po +++ b/c-api/sequence.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-23 15:47+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Sequence Protocol" msgstr "" @@ -186,12 +186,8 @@ msgstr "" msgid "built-in function" msgstr "hàm tích hợp sẵn" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "len" -msgstr "len" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "tuple" -msgstr "tuple" +msgstr "" diff --git a/c-api/set.po b/c-api/set.po index 5832541..be7b43f 100644 --- a/c-api/set.po +++ b/c-api/set.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Set Objects" msgstr "" @@ -208,20 +208,14 @@ msgstr "" msgid "object" msgstr "object" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "set" -msgstr "set" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "frozenset" -msgstr "frozenset" +msgstr "" msgid "built-in function" msgstr "hàm tích hợp sẵn" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "len" -msgstr "len" +msgstr "" diff --git a/c-api/slice.po b/c-api/slice.po index f9a96b2..4177c44 100644 --- a/c-api/slice.po +++ b/c-api/slice.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Slice Objects" msgstr "" diff --git a/c-api/slots.po b/c-api/slots.po index 8556810..e1e86c2 100644 --- a/c-api/slots.po +++ b/c-api/slots.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Definition slots" msgstr "" diff --git a/c-api/stable.po b/c-api/stable.po index b1bb6b7..d5cc0fc 100644 --- a/c-api/stable.po +++ b/c-api/stable.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "C API and ABI Stability" msgstr "" @@ -539,7 +539,5 @@ msgid "" "|version|:" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "PyUnstable" -msgstr "PyUnstable" +msgstr "" diff --git a/c-api/structures.po b/c-api/structures.po index f4f3c6a..61ee0b0 100644 --- a/c-api/structures.po +++ b/c-api/structures.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Common Object Structures" msgstr "" @@ -1026,15 +1026,11 @@ msgstr "" msgid "built-in function" msgstr "hàm tích hợp sẵn" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "classmethod" -msgstr "classmethod" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "staticmethod" -msgstr "staticmethod" +msgstr "" msgid "READ_RESTRICTED (C macro)" msgstr "" diff --git a/c-api/subinterpreters.po b/c-api/subinterpreters.po index 9afeaa8..fa1c5bc 100644 --- a/c-api/subinterpreters.po +++ b/c-api/subinterpreters.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Multiple interpreters in a Python process" msgstr "" diff --git a/c-api/synchronization.po b/c-api/synchronization.po index fb486b2..0c55e5e 100644 --- a/c-api/synchronization.po +++ b/c-api/synchronization.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Synchronization primitives" msgstr "" diff --git a/c-api/sys.po b/c-api/sys.po index fd83f1e..3886e48 100644 --- a/c-api/sys.po +++ b/c-api/sys.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Operating System Utilities" msgstr "" diff --git a/c-api/threads.po b/c-api/threads.po index bcbf991..ea96d30 100644 --- a/c-api/threads.po +++ b/c-api/threads.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Thread states and the global interpreter lock" msgstr "" @@ -172,10 +172,8 @@ msgid "" "for more details." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "APIs" -msgstr "APIs" +msgstr "" msgid "" "The following macros are normally used without a trailing semicolon; look " diff --git a/c-api/time.po b/c-api/time.po index c5ab948..55d28ca 100644 --- a/c-api/time.po +++ b/c-api/time.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "PyTime C API" msgstr "" @@ -31,10 +31,8 @@ msgid "" "For C API related to the :mod:`datetime` module, see :ref:`datetimeobjects`." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Types" -msgstr "Types" +msgstr "" msgid "" "A timestamp or duration in nanoseconds, represented as a signed 64-bit " diff --git a/c-api/tls.po b/c-api/tls.po index cd163e9..feb1ff0 100644 --- a/c-api/tls.po +++ b/c-api/tls.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Thread-local storage support" msgstr "" @@ -101,10 +101,8 @@ msgid "" "A freed key becomes a dangling pointer. You should reset the key to ``NULL``." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Methods" -msgstr "Methods" +msgstr "" msgid "" "The parameter *key* of these functions must not be ``NULL``. Moreover, the " diff --git a/c-api/tuple.po b/c-api/tuple.po index 8f9073b..f02468f 100644 --- a/c-api/tuple.po +++ b/c-api/tuple.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Tuple Objects" msgstr "" @@ -256,7 +256,5 @@ msgstr "" msgid "object" msgstr "object" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "tuple" -msgstr "tuple" +msgstr "" diff --git a/c-api/type.po b/c-api/type.po index 2855b8c..71a6b2c 100644 --- a/c-api/type.po +++ b/c-api/type.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Type Objects" msgstr "" diff --git a/c-api/typehints.po b/c-api/typehints.po index 31185ce..c7375a2 100644 --- a/c-api/typehints.po +++ b/c-api/typehints.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Objects for Type Hinting" msgstr "" diff --git a/c-api/typeobj.po b/c-api/typeobj.po index 8aecc4d..fa69b23 100644 --- a/c-api/typeobj.po +++ b/c-api/typeobj.po @@ -13,7 +13,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -21,7 +21,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Type Object Structures" msgstr "" @@ -71,22 +71,22 @@ msgstr "" msgid "Info [#cols]_" msgstr "" -# pydocvi: passthrough=version_marker +# pydocvi: passthrough=noop #, fuzzy msgid "O" msgstr "O" -# pydocvi: passthrough=version_marker +# pydocvi: passthrough=noop #, fuzzy msgid "T" msgstr "T" -# pydocvi: passthrough=version_marker +# pydocvi: passthrough=noop #, fuzzy msgid "D" msgstr "D" -# pydocvi: passthrough=version_marker +# pydocvi: passthrough=noop #, fuzzy msgid "I" msgstr "I" @@ -104,7 +104,7 @@ msgstr "" msgid "__name__" msgstr "__name__" -# pydocvi: passthrough=version_marker +# pydocvi: passthrough=noop #, fuzzy msgid "X" msgstr "X" @@ -152,7 +152,7 @@ msgstr ":c:type:`getattrfunc`" msgid "__getattribute__, __getattr__" msgstr "" -# pydocvi: passthrough=version_marker +# pydocvi: passthrough=noop #, fuzzy msgid "G" msgstr "G" @@ -689,10 +689,8 @@ msgstr "" msgid "sub-slots" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Slot" -msgstr "Slot" +msgstr "" msgid "special methods" msgstr "" @@ -1220,10 +1218,8 @@ msgstr "" msgid "slot typedefs" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "typedef" -msgstr "typedef" +msgstr "" msgid "Parameter Types" msgstr "" @@ -1231,20 +1227,16 @@ msgstr "" msgid "Return Type" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "void" -msgstr "void" +msgstr "" # pydocvi: passthrough=noop #, fuzzy msgid ":c:type:`visitproc`" msgstr ":c:type:`visitproc`" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "int" -msgstr "int" +msgstr "" # pydocvi: passthrough=version_marker #, fuzzy @@ -2863,15 +2855,11 @@ msgid "" "member:`~PyTypeObject.tp_richcompare` and for :c:func:`PyObject_RichCompare`:" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Constant" -msgstr "Constant" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Comparison" -msgstr "Comparison" +msgstr "" # pydocvi: passthrough=noop #, fuzzy @@ -4548,12 +4536,8 @@ msgstr "" msgid "built-in function" msgstr "hàm tích hợp sẵn" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "repr" -msgstr "repr" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "hash" -msgstr "hash" +msgstr "" diff --git a/c-api/unicode.po b/c-api/unicode.po index c80c0f1..142f98b 100644 --- a/c-api/unicode.po +++ b/c-api/unicode.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Unicode Objects and Codecs" msgstr "" @@ -441,10 +441,8 @@ msgstr "" msgid "The conversion flag characters are:" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Flag" -msgstr "Flag" +msgstr "" msgid "Meaning" msgstr "Ý nghĩa" @@ -473,15 +471,11 @@ msgid "" "default):" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Modifier" -msgstr "Modifier" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Types" -msgstr "Types" +msgstr "" # pydocvi: passthrough=noop #, fuzzy @@ -536,15 +530,11 @@ msgstr "" msgid "Conversion Specifier" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Type" -msgstr "Type" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Comment" -msgstr "Comment" +msgstr "" # pydocvi: passthrough=noop #, fuzzy @@ -1856,10 +1846,8 @@ msgid "" "versions." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "PyUnicodeWriter" -msgstr "PyUnicodeWriter" +msgstr "" msgid "" "The :c:type:`PyUnicodeWriter` API can be used to create a Python :class:" diff --git a/c-api/utilities.po b/c-api/utilities.po index cb6db4a..1e5ff6a 100644 --- a/c-api/utilities.po +++ b/c-api/utilities.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,12 +17,10 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Utilities" -msgstr "Utilities" +msgstr "" msgid "" "The functions in this chapter perform various utility tasks, ranging from " diff --git a/c-api/veryhigh.po b/c-api/veryhigh.po index 3ca97a7..679897e 100644 --- a/c-api/veryhigh.po +++ b/c-api/veryhigh.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "The Very High Level Layer" msgstr "" diff --git a/c-api/weakref.po b/c-api/weakref.po index 9bb8375..fb4af3f 100644 --- a/c-api/weakref.po +++ b/c-api/weakref.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Weak Reference Objects" msgstr "" diff --git a/contents.po b/contents.po index 95f4ff1..f201faa 100644 --- a/contents.po +++ b/contents.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-05 15:48+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Python Documentation contents" msgstr "Nội dung tài liệu Python" diff --git a/copyright.po b/copyright.po index 45a2269..d80655c 100644 --- a/copyright.po +++ b/copyright.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-05 15:48+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Copyright" msgstr "Bản quyền" diff --git a/deprecations/c-api-pending-removal-in-3.14.po b/deprecations/c-api-pending-removal-in-3.14.po index ff50901..6a4b4db 100644 --- a/deprecations/c-api-pending-removal-in-3.14.po +++ b/deprecations/c-api-pending-removal-in-3.14.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Pending removal in Python 3.14" msgstr "" diff --git a/deprecations/c-api-pending-removal-in-3.15.po b/deprecations/c-api-pending-removal-in-3.15.po index c69fb47..bc1acbf 100644 --- a/deprecations/c-api-pending-removal-in-3.15.po +++ b/deprecations/c-api-pending-removal-in-3.15.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Pending removal in Python 3.15" msgstr "" diff --git a/deprecations/c-api-pending-removal-in-3.16.po b/deprecations/c-api-pending-removal-in-3.16.po index 80f8e01..270272e 100644 --- a/deprecations/c-api-pending-removal-in-3.16.po +++ b/deprecations/c-api-pending-removal-in-3.16.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Pending removal in Python 3.16" msgstr "" diff --git a/deprecations/c-api-pending-removal-in-3.18.po b/deprecations/c-api-pending-removal-in-3.18.po index a99f2d0..d6df733 100644 --- a/deprecations/c-api-pending-removal-in-3.18.po +++ b/deprecations/c-api-pending-removal-in-3.18.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Pending removal in Python 3.18" msgstr "" diff --git a/deprecations/c-api-pending-removal-in-3.19.po b/deprecations/c-api-pending-removal-in-3.19.po index 6378a40..40a4ed2 100644 --- a/deprecations/c-api-pending-removal-in-3.19.po +++ b/deprecations/c-api-pending-removal-in-3.19.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Pending removal in Python 3.19" msgstr "" diff --git a/deprecations/c-api-pending-removal-in-3.20.po b/deprecations/c-api-pending-removal-in-3.20.po index c5cafda..e986225 100644 --- a/deprecations/c-api-pending-removal-in-3.20.po +++ b/deprecations/c-api-pending-removal-in-3.20.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Pending removal in Python 3.20" msgstr "" diff --git a/deprecations/c-api-pending-removal-in-future.po b/deprecations/c-api-pending-removal-in-future.po index 3cc2435..ea924bf 100644 --- a/deprecations/c-api-pending-removal-in-future.po +++ b/deprecations/c-api-pending-removal-in-future.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Pending removal in future versions" msgstr "" diff --git a/deprecations/index.po b/deprecations/index.po index 0ef2edf..2a6f2cc 100644 --- a/deprecations/index.po +++ b/deprecations/index.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,12 +17,10 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Deprecations" -msgstr "Deprecations" +msgstr "" msgid "Pending removal in Python 3.15" msgstr "" diff --git a/deprecations/pending-removal-in-3.13.po b/deprecations/pending-removal-in-3.13.po index 4ab70f3..c753a96 100644 --- a/deprecations/pending-removal-in-3.13.po +++ b/deprecations/pending-removal-in-3.13.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Pending removal in Python 3.13" msgstr "" diff --git a/deprecations/pending-removal-in-3.14.po b/deprecations/pending-removal-in-3.14.po index e71b5bb..82933ef 100644 --- a/deprecations/pending-removal-in-3.14.po +++ b/deprecations/pending-removal-in-3.14.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Pending removal in Python 3.14" msgstr "" diff --git a/deprecations/pending-removal-in-3.15.po b/deprecations/pending-removal-in-3.15.po index a453b72..10a5ec5 100644 --- a/deprecations/pending-removal-in-3.15.po +++ b/deprecations/pending-removal-in-3.15.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Pending removal in Python 3.15" msgstr "" diff --git a/deprecations/pending-removal-in-3.16.po b/deprecations/pending-removal-in-3.16.po index 08dd7ce..f8c664d 100644 --- a/deprecations/pending-removal-in-3.16.po +++ b/deprecations/pending-removal-in-3.16.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Pending removal in Python 3.16" msgstr "" diff --git a/deprecations/pending-removal-in-3.17.po b/deprecations/pending-removal-in-3.17.po index d6b55b4..477abac 100644 --- a/deprecations/pending-removal-in-3.17.po +++ b/deprecations/pending-removal-in-3.17.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Pending removal in Python 3.17" msgstr "" diff --git a/deprecations/pending-removal-in-3.18.po b/deprecations/pending-removal-in-3.18.po index bba5542..a4d61ca 100644 --- a/deprecations/pending-removal-in-3.18.po +++ b/deprecations/pending-removal-in-3.18.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Pending removal in Python 3.18" msgstr "" diff --git a/deprecations/pending-removal-in-3.19.po b/deprecations/pending-removal-in-3.19.po index 931e8af..b408dcb 100644 --- a/deprecations/pending-removal-in-3.19.po +++ b/deprecations/pending-removal-in-3.19.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Pending removal in Python 3.19" msgstr "" diff --git a/deprecations/pending-removal-in-3.20.po b/deprecations/pending-removal-in-3.20.po index 90c1c5d..4671833 100644 --- a/deprecations/pending-removal-in-3.20.po +++ b/deprecations/pending-removal-in-3.20.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Pending removal in Python 3.20" msgstr "" diff --git a/deprecations/pending-removal-in-future.po b/deprecations/pending-removal-in-future.po index 4906701..ccf4c79 100644 --- a/deprecations/pending-removal-in-future.po +++ b/deprecations/pending-removal-in-future.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Pending removal in future versions" msgstr "" diff --git a/deprecations/soft-deprecations.po b/deprecations/soft-deprecations.po index c57137e..508f2f2 100644 --- a/deprecations/soft-deprecations.po +++ b/deprecations/soft-deprecations.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Soft deprecations" msgstr "" diff --git a/distributing/index.po b/distributing/index.po index 1c6669a..d7746f7 100644 --- a/distributing/index.po +++ b/distributing/index.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Distributing Python Modules" msgstr "" diff --git a/extending/building.po b/extending/building.po index ab2616c..ff61d5a 100644 --- a/extending/building.po +++ b/extending/building.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Building C and C++ Extensions" msgstr "" diff --git a/extending/embedding.po b/extending/embedding.po index 6206949..8b61cd2 100644 --- a/extending/embedding.po +++ b/extending/embedding.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Embedding Python in Another Application" msgstr "" diff --git a/extending/extending.po b/extending/extending.po index 782ca6b..aff2045 100644 --- a/extending/extending.po +++ b/extending/extending.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Using the C API: Assorted topics" msgstr "" diff --git a/extending/first-extension-module.po b/extending/first-extension-module.po index 30269c4..6ddae4a 100644 --- a/extending/first-extension-module.po +++ b/extending/first-extension-module.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Your first C API extension module" msgstr "" @@ -1092,10 +1092,8 @@ msgid "" "yourself." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Linux" -msgstr "Linux" +msgstr "" msgid "" "On Linux, the Python development package may include a ``python3-config`` " diff --git a/extending/index.po b/extending/index.po index 0594e35..8728883 100644 --- a/extending/index.po +++ b/extending/index.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Extending and Embedding the Python Interpreter" msgstr "" diff --git a/extending/newtypes.po b/extending/newtypes.po index 14a96ac..97a0117 100644 --- a/extending/newtypes.po +++ b/extending/newtypes.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Defining Extension Types: Assorted Topics" msgstr "" @@ -1155,18 +1155,14 @@ msgstr "https://github.com/python/cpython" msgid "object" msgstr "object" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "deallocation" -msgstr "deallocation" +msgstr "" msgid "deallocation, object" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "finalization" -msgstr "finalization" +msgstr "" msgid "finalization, of objects" msgstr "" @@ -1186,7 +1182,5 @@ msgstr "" msgid "built-in function" msgstr "hàm tích hợp sẵn" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "repr" -msgstr "repr" +msgstr "" diff --git a/extending/newtypes_tutorial.po b/extending/newtypes_tutorial.po index 5540871..1be3cde 100644 --- a/extending/newtypes_tutorial.po +++ b/extending/newtypes_tutorial.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Defining Extension Types: Tutorial" msgstr "" diff --git a/extending/windows.po b/extending/windows.po index 8192b23..09bcf6e 100644 --- a/extending/windows.po +++ b/extending/windows.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Building C and C++ Extensions on Windows" msgstr "" diff --git a/faq/design.po b/faq/design.po index eb53210..241cea4 100644 --- a/faq/design.po +++ b/faq/design.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,15 +17,13 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Design and History FAQ" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Contents" -msgstr "Contents" +msgstr "" msgid "Why does Python use indentation for grouping of statements?" msgstr "" diff --git a/faq/extending.po b/faq/extending.po index de1be00..5d3294e 100644 --- a/faq/extending.po +++ b/faq/extending.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,15 +17,13 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Extending/Embedding FAQ" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Contents" -msgstr "Contents" +msgstr "" msgid "Can I create my own functions in C?" msgstr "" diff --git a/faq/general.po b/faq/general.po index 2f600d0..46c9a83 100644 --- a/faq/general.po +++ b/faq/general.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,15 +17,13 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "General Python FAQ" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Contents" -msgstr "Contents" +msgstr "" msgid "General Information" msgstr "" @@ -496,10 +494,8 @@ msgstr "" msgid "Is Python a good language for beginning programmers?" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Yes." -msgstr "Yes." +msgstr "" msgid "" "It is still common to start students with a procedural and statically typed " diff --git a/faq/gui.po b/faq/gui.po index 98337ff..3104035 100644 --- a/faq/gui.po +++ b/faq/gui.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,15 +17,13 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Graphic User Interface FAQ" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Contents" -msgstr "Contents" +msgstr "" msgid "General GUI Questions" msgstr "" diff --git a/faq/index.po b/faq/index.po index 48f62aa..e78df24 100644 --- a/faq/index.po +++ b/faq/index.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Python Frequently Asked Questions" msgstr "" diff --git a/faq/installed.po b/faq/installed.po index a1213e2..1df777d 100644 --- a/faq/installed.po +++ b/faq/installed.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "\"Why is Python Installed on my Computer?\" FAQ" msgstr "" diff --git a/faq/library.po b/faq/library.po index 9b487aa..9110125 100644 --- a/faq/library.po +++ b/faq/library.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,15 +17,13 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Library and Extension FAQ" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Contents" -msgstr "Contents" +msgstr "" msgid "General Library Questions" msgstr "" @@ -294,10 +292,8 @@ msgid "" "this using curses, but curses is a fairly large module to learn." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Threads" -msgstr "Threads" +msgstr "" msgid "How do I program using threads?" msgstr "" @@ -946,18 +942,14 @@ msgid "" "popular and feature-rich alternative." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Databases" -msgstr "Databases" +msgstr "" msgid "Are there any interfaces to database packages in Python?" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Yes." -msgstr "Yes." +msgstr "" msgid "" "Interfaces to disk-based hashes such as :mod:`DBM ` and :mod:`GDBM " diff --git a/faq/programming.po b/faq/programming.po index e766157..8d3d1d8 100644 --- a/faq/programming.po +++ b/faq/programming.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,15 +17,13 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Programming FAQ" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Contents" -msgstr "Contents" +msgstr "" msgid "General questions" msgstr "" @@ -34,10 +32,8 @@ msgid "" "Is there a source code-level debugger with breakpoints and single-stepping?" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Yes." -msgstr "Yes." +msgstr "" msgid "" "Several debuggers for Python are described below, and the built-in function :" @@ -1724,10 +1720,8 @@ msgstr "" msgid "Also see the specification in the :ref:`language reference `." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Performance" -msgstr "Performance" +msgstr "" msgid "My program is too slow. How do I speed it up?" msgstr "" @@ -2344,10 +2338,8 @@ msgid "" "pick out the element you want." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Objects" -msgstr "Objects" +msgstr "" msgid "What is a class?" msgstr "" @@ -3353,10 +3345,8 @@ msgstr "" " 'Rainfall on a given date'\n" " # Depends on the station_id, date, and units." -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Modules" -msgstr "Modules" +msgstr "" msgid "How do I create a .pyc file?" msgstr "" @@ -3668,18 +3658,14 @@ msgstr "" ">>> hex(id(cls.C))\n" "'0x4198d0'" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "argument" -msgstr "argument" +msgstr "" msgid "difference from parameter" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "parameter" -msgstr "parameter" +msgstr "" msgid "difference from argument" msgstr "" diff --git a/faq/windows.po b/faq/windows.po index c8473e1..517212e 100644 --- a/faq/windows.po +++ b/faq/windows.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,15 +17,13 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Python on Windows FAQ" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Contents" -msgstr "Contents" +msgstr "" msgid "How do I run a Python program under Windows?" msgstr "" diff --git a/glossary.po b/glossary.po index ab8a5df..c423db0 100644 --- a/glossary.po +++ b/glossary.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,12 +20,10 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Glossary" -msgstr "Glossary" +msgstr "" # pydocvi: passthrough=noop #, fuzzy @@ -83,10 +81,8 @@ msgid "" "subset of :term:`evaluate functions `." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "annotation" -msgstr "annotation" +msgstr "" msgid "" "A label associated with a variable, a class attribute or a function " @@ -106,10 +102,8 @@ msgid "" "`annotations-howto` for best practices on working with annotations." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "argument" -msgstr "argument" +msgstr "" msgid "" "A value passed to a :term:`function` (or :term:`method`) when calling the " @@ -268,10 +262,8 @@ msgid "" "interpreter." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "attribute" -msgstr "attribute" +msgstr "" msgid "" "A value associated with an object which is usually referenced by name using " @@ -287,10 +279,8 @@ msgid "" "`getattr`." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "awaitable" -msgstr "awaitable" +msgstr "" msgid "" "An object that can be used in an :keyword:`await` expression. Can be a :" @@ -298,10 +288,8 @@ msgid "" "also :pep:`492`." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "BDFL" -msgstr "BDFL" +msgstr "" msgid "" "Benevolent Dictator For Life, a.k.a. `Guido van Rossum `." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "callable" -msgstr "callable" +msgstr "" msgid "" "A callable is an object that can be called, possibly with a set of arguments " @@ -405,20 +389,16 @@ msgid "" "also a callable." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "callback" -msgstr "callback" +msgstr "" msgid "" "A subroutine function which is passed as an argument to be executed at some " "point in the future." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "class" -msgstr "class" +msgstr "" msgid "" "A template for creating user-defined objects. Class definitions normally " @@ -492,10 +472,8 @@ msgid "" "not aware of a need for them, it's almost certain you can safely ignore them." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "concurrency" -msgstr "concurrency" +msgstr "" msgid "" "The ability of a computer program to perform multiple tasks at the same " @@ -517,10 +495,8 @@ msgid "" "data corruption, or both." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "context" -msgstr "context" +msgstr "" msgid "" "This term has different meanings depending on where and how it is used. Some " @@ -569,10 +545,8 @@ msgid "" "asynchronous tasks." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "contiguous" -msgstr "contiguous" +msgstr "" msgid "" "A buffer is considered contiguous exactly if it is either *C-contiguous* or " @@ -584,10 +558,8 @@ msgid "" "arrays, the first index varies the fastest." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "coroutine" -msgstr "coroutine" +msgstr "" msgid "" "Coroutines are a more generalized form of subroutines. Subroutines are " @@ -606,10 +578,8 @@ msgid "" "These were introduced by :pep:`492`." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "CPython" -msgstr "CPython" +msgstr "" msgid "" "The canonical implementation of the Python programming language, as " @@ -655,10 +625,8 @@ msgid "" "a Python API. See also :term:`race condition` and :term:`thread-safe`." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "deadlock" -msgstr "deadlock" +msgstr "" msgid "" "A situation in which two or more tasks (threads, processes, or coroutines) " @@ -672,10 +640,8 @@ msgid "" "`reentrant`." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "decorator" -msgstr "decorator" +msgstr "" msgid "" "A function returning another function, usually applied as a function " @@ -713,10 +679,8 @@ msgid "" "definitions ` for more about decorators." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "descriptor" -msgstr "descriptor" +msgstr "" msgid "" "Any object which defines the methods :meth:`~object.__get__`, :meth:`~object." @@ -735,10 +699,8 @@ msgid "" "the :ref:`Descriptor How To Guide `." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "dictionary" -msgstr "dictionary" +msgstr "" msgid "" "An associative array, where arbitrary keys are mapped to values. The keys " @@ -767,10 +729,8 @@ msgid "" "use ``list(dictview)``. See :ref:`dict-views`." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "docstring" -msgstr "docstring" +msgstr "" msgid "" "A string literal which appears as the first expression in a class, function " @@ -795,10 +755,8 @@ msgid "" "employs :func:`hasattr` tests or :term:`EAFP` programming." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "dunder" -msgstr "dunder" +msgstr "" msgid "" "An informal short-hand for \"double underscore\", used when talking about a :" @@ -806,10 +764,8 @@ msgid "" "\"dunder init\"." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "EAFP" -msgstr "EAFP" +msgstr "" msgid "" "Easier to ask for forgiveness than permission. This common Python coding " @@ -829,10 +785,8 @@ msgid "" "statement." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "expression" -msgstr "expression" +msgstr "" msgid "" "A piece of syntax which can be evaluated to some value. In other words, an " @@ -920,10 +874,8 @@ msgstr "" msgid "See also the :term:`locale encoding`." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "finder" -msgstr "finder" +msgstr "" msgid "" "An object that tries to find the :term:`loader` for a module that is being " @@ -984,10 +936,8 @@ msgid "" "variable`." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "function" -msgstr "function" +msgstr "" msgid "" "A series of statements which returns some value to a caller. It can also be " @@ -1062,10 +1012,8 @@ msgid "" "can be controlled using the :mod:`gc` module." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "generator" -msgstr "generator" +msgstr "" msgid "" "A function which returns a :term:`generator iterator`. It looks like a " @@ -1140,10 +1088,8 @@ msgid "" "`483`, :pep:`484`, :pep:`585`, and the :mod:`typing` module." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "GIL" -msgstr "GIL" +msgstr "" msgid "See :term:`global interpreter lock`." msgstr "" @@ -1203,10 +1149,8 @@ msgid "" "invalidation`." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "hashable" -msgstr "hashable" +msgstr "" msgid "" "An object is *hashable* if it has a hash value which never changes during " @@ -1229,10 +1173,8 @@ msgid "" "value is derived from their :func:`id`." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "IDLE" -msgstr "IDLE" +msgstr "" msgid "" "An Integrated Development and Learning Environment for Python. :ref:`idle` " @@ -1240,10 +1182,8 @@ msgid "" "distribution of Python." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "immortal" -msgstr "immortal" +msgstr "" msgid "" "*Immortal objects* are a CPython implementation detail introduced in :pep:" @@ -1261,10 +1201,8 @@ msgid "" "func:`PyUnstable_IsImmortal` in the C API." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "immutable" -msgstr "immutable" +msgstr "" msgid "" "An object with a fixed value. Immutable objects include numbers, strings " @@ -1288,30 +1226,24 @@ msgid "" "it may also come from the parent package's ``__path__`` attribute." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "importing" -msgstr "importing" +msgstr "" msgid "" "The process by which Python code in one module is made available to Python " "code in another module." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "importer" -msgstr "importer" +msgstr "" msgid "" "An object that both finds and loads a module; both a :term:`finder` and :" "term:`loader` object." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "index" -msgstr "index" +msgstr "" msgid "" "A numeric value that represents the position of an element in a :term:" @@ -1331,10 +1263,8 @@ msgstr "" msgid "See also :term:`subscript`." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "interactive" -msgstr "interactive" +msgstr "" msgid "" "Python has an interactive interpreter which means you can enter statements " @@ -1345,10 +1275,8 @@ msgid "" "For more on interactive mode, see :ref:`tut-interac`." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "interpreted" -msgstr "interpreted" +msgstr "" msgid "" "Python is an interpreted language, as opposed to a compiled one, though the " @@ -1378,10 +1306,8 @@ msgid "" "the script being run has finished executing." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "iterable" -msgstr "iterable" +msgstr "" msgid "" "An object capable of returning its members one at a time. Examples of " @@ -1404,10 +1330,8 @@ msgid "" "loop. See also :term:`iterator`, :term:`sequence`, and :term:`generator`." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "iterator" -msgstr "iterator" +msgstr "" msgid "" "An object representing a stream of data. Repeated calls to the iterator's :" @@ -1436,10 +1360,8 @@ msgid "" "iterator operations." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "key" -msgstr "key" +msgstr "" msgid "" "A value that identifies an entry in a :term:`mapping`. See also :term:" @@ -1478,10 +1400,8 @@ msgstr "" msgid "See :term:`argument`." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "lambda" -msgstr "lambda" +msgstr "" msgid "" "An anonymous inline function consisting of a single :term:`expression` which " @@ -1489,10 +1409,8 @@ msgid "" "function is ``lambda [parameters]: expression``" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "LBYL" -msgstr "LBYL" +msgstr "" msgid "" "Look before you leap. This coding style explicitly tests for pre-conditions " @@ -1516,10 +1434,8 @@ msgstr "" msgid "Formal name for the *tokenizer*; see :term:`token`." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "list" -msgstr "list" +msgstr "" msgid "" "A built-in Python :term:`sequence`. Despite its name it is more akin to an " @@ -1538,10 +1454,8 @@ msgid "" "optional. If omitted, all elements in ``range(256)`` are processed." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "lock" -msgstr "lock" +msgstr "" msgid "" "A :term:`synchronization primitive` that allows only one thread at a time to " @@ -1571,10 +1485,8 @@ msgid "" "object lock`." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "loader" -msgstr "loader" +msgstr "" msgid "" "An object that loads a module. It must define the :meth:`!exec_module` and :" @@ -1625,10 +1537,8 @@ msgstr "" msgid "An informal synonym for :term:`special method`." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "mapping" -msgstr "mapping" +msgstr "" msgid "" "A container object that supports arbitrary key lookups and implements the " @@ -1653,10 +1563,8 @@ msgid "" "finders implement." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "metaclass" -msgstr "metaclass" +msgstr "" msgid "" "The class of a class. Class definitions create a class name, a class " @@ -1673,10 +1581,8 @@ msgstr "" msgid "More information can be found in :ref:`metaclasses`." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "method" -msgstr "method" +msgstr "" msgid "" "A function which is defined inside a class body. If called as an attribute " @@ -1717,18 +1623,14 @@ msgstr "" msgid "See also :ref:`module-specs`." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "MRO" -msgstr "MRO" +msgstr "" msgid "See :term:`method resolution order`." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "mutable" -msgstr "mutable" +msgstr "" msgid "" "An :term:`object` with state that is allowed to change during the course of " @@ -1780,10 +1682,8 @@ msgid "" "be found in hand-written or built-in named tuples." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "namespace" -msgstr "namespace" +msgstr "" msgid "" "The place where a variable is stored. Namespaces are implemented as " @@ -1900,10 +1800,8 @@ msgid "" "require third-party libraries." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "package" -msgstr "package" +msgstr "" msgid "" "A Python :term:`module` which can contain submodules or recursively, " @@ -1914,10 +1812,8 @@ msgstr "" msgid "See also :term:`regular package` and :term:`namespace package`." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "parallelism" -msgstr "parallelism" +msgstr "" msgid "" "Executing multiple operations at the same time (e.g. on multiple CPU " @@ -1929,10 +1825,8 @@ msgid "" "threads can run Python code simultaneously on different cores." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "parameter" -msgstr "parameter" +msgstr "" msgid "" "A named entity in a :term:`function` (or method) definition that specifies " @@ -2067,10 +1961,8 @@ msgid "" "`519`." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "PEP" -msgstr "PEP" +msgstr "" msgid "" "Python Enhancement Proposal. A PEP is a design document providing " @@ -2090,10 +1982,8 @@ msgstr "" msgid "See :pep:`1`." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "portion" -msgstr "portion" +msgstr "" msgid "" "A set of files in a single directory (possibly stored in a zip file) that " @@ -2143,10 +2033,8 @@ msgid "" "\"Py3k\"." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Pythonic" -msgstr "Pythonic" +msgstr "" msgid "" "An idea or piece of code which closely follows the most common idioms of the " @@ -2276,10 +2164,8 @@ msgstr "" msgid "See also :term:`namespace package`." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "reentrant" -msgstr "reentrant" +msgstr "" msgid "" "A property of a function or :term:`lock` that allows it to be called or " @@ -2305,10 +2191,8 @@ msgstr "" msgid "See also :term:`lock` and :term:`deadlock`." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "REPL" -msgstr "REPL" +msgstr "" msgid "" "An acronym for the \"read–eval–print loop\", another name for the :term:" @@ -2328,10 +2212,8 @@ msgid "" "application." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "sequence" -msgstr "sequence" +msgstr "" msgid "" "An :term:`iterable` which supports efficient element access using integer " @@ -2372,10 +2254,8 @@ msgid "" "chosen based on the type of a single argument." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "slice" -msgstr "slice" +msgstr "" msgid "" "An object of type :class:`slice`, used to describe a portion of a :term:" @@ -2447,10 +2327,8 @@ msgid "" "mod:`typing` module." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "stdlib" -msgstr "stdlib" +msgstr "" msgid "An abbreviation of :term:`standard library`." msgstr "" @@ -2475,10 +2353,8 @@ msgstr "" msgid "See also :term:`borrowed reference`." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "subscript" -msgstr "subscript" +msgstr "" msgid "" "The expression in square brackets of a :ref:`subscription expression " @@ -2600,10 +2476,8 @@ msgid "" "` when used in multi-threaded programs." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "token" -msgstr "token" +msgstr "" msgid "" "A small unit of source code, generated by the :ref:`lexical analyzer " @@ -2800,12 +2674,8 @@ msgstr "" msgid "Fortran contiguous" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "magic" -msgstr "magic" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "special" -msgstr "special" +msgstr "" diff --git a/howto/a-conceptual-overview-of-asyncio.po b/howto/a-conceptual-overview-of-asyncio.po index 058d503..20d54c0 100644 --- a/howto/a-conceptual-overview-of-asyncio.po +++ b/howto/a-conceptual-overview-of-asyncio.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "A conceptual overview of :mod:`!asyncio`" msgstr "" @@ -283,10 +283,8 @@ msgstr "" "Hello\n" "7" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Tasks" -msgstr "Tasks" +msgstr "" msgid "" "Roughly speaking, :ref:`tasks ` are coroutines (not " @@ -403,10 +401,8 @@ msgid "" "doesn't happen. But that's no reason to be reckless!" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "await" -msgstr "await" +msgstr "" msgid "" ":keyword:`await` is a Python keyword that's commonly used in one of two " @@ -709,10 +705,8 @@ msgid "" "generators." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Futures" -msgstr "Futures" +msgstr "" msgid "" "A :ref:`future ` is an object meant to represent a " diff --git a/howto/annotations.po b/howto/annotations.po index 19585f4..bb4a1bd 100644 --- a/howto/annotations.po +++ b/howto/annotations.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,23 +17,19 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Annotations Best Practices" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "author" -msgstr "author" +msgstr "" msgid "Larry Hastings" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Abstract" -msgstr "Abstract" +msgstr "" msgid "" "This document is designed to encapsulate the best practices for working with " diff --git a/howto/argparse-optparse.po b/howto/argparse-optparse.po index 1cc567a..f81abaf 100644 --- a/howto/argparse-optparse.po +++ b/howto/argparse-optparse.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Migrating ``optparse`` code to ``argparse``" msgstr "" diff --git a/howto/argparse.po b/howto/argparse.po index 19a857f..6c39641 100644 --- a/howto/argparse.po +++ b/howto/argparse.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,15 +17,13 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Argparse Tutorial" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "author" -msgstr "author" +msgstr "" msgid "Tshepang Mbambo" msgstr "" @@ -48,10 +46,8 @@ msgid "" "``optparse`` users." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Concepts" -msgstr "Concepts" +msgstr "" msgid "" "Let's show the sort of functionality that we are going to explore in this " @@ -1556,10 +1552,8 @@ msgid "" "arguments." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Conclusion" -msgstr "Conclusion" +msgstr "" msgid "" "The :mod:`argparse` module offers a lot more than shown here. Its docs are " diff --git a/howto/clinic.po b/howto/clinic.po index ba00ede..3c20686 100644 --- a/howto/clinic.po +++ b/howto/clinic.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Argument Clinic How-To" msgstr "" diff --git a/howto/cporting.po b/howto/cporting.po index f52f913..9255525 100644 --- a/howto/cporting.po +++ b/howto/cporting.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Porting Extension Modules to Python 3" msgstr "" diff --git a/howto/curses.po b/howto/curses.po index 33e4207..6030a1c 100644 --- a/howto/curses.po +++ b/howto/curses.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,33 +17,27 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Curses Programming with Python" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Author" -msgstr "Author" +msgstr "" msgid "A.M. Kuchling, Eric S. Raymond" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Release" -msgstr "Release" +msgstr "" # pydocvi: passthrough=version_marker #, fuzzy msgid "2.04" msgstr "2.04" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Abstract" -msgstr "Abstract" +msgstr "" msgid "" "This document describes how to use the :mod:`curses` extension module to " @@ -425,15 +419,11 @@ msgid "" "forms." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Form" -msgstr "Form" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Description" -msgstr "Description" +msgstr "" msgid "*str* or *ch*" msgstr "" @@ -527,10 +517,8 @@ msgid "" "attributes, listed here." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Attribute" -msgstr "Attribute" +msgstr "" # pydocvi: passthrough=noop #, fuzzy diff --git a/howto/descriptor.po b/howto/descriptor.po index 7f0a060..3ff5e4c 100644 --- a/howto/descriptor.po +++ b/howto/descriptor.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,31 +17,25 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Descriptor Guide" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Author" -msgstr "Author" +msgstr "" msgid "Raymond Hettinger" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Contact" -msgstr "Contact" +msgstr "" msgid "" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Contents" -msgstr "Contents" +msgstr "" msgid "" ":term:`Descriptors ` let objects customize attribute lookup, " @@ -74,10 +68,8 @@ msgid "" "`classmethod`, :func:`staticmethod`, :func:`property`, and :term:`__slots__`." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Primer" -msgstr "Primer" +msgstr "" msgid "" "In this primer, we start with the most basic possible example and then we'll " @@ -855,10 +847,8 @@ msgid "" "how descriptors work." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Abstract" -msgstr "Abstract" +msgstr "" msgid "" "Defines descriptors, summarizes the protocol, and shows how descriptors are " @@ -1332,10 +1322,8 @@ msgid "" "\\_\\_slots\\_\\_ are all based on the descriptor protocol." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Properties" -msgstr "Properties" +msgstr "" msgid "" "Calling :func:`property` is a succinct way of building a data descriptor " @@ -1721,10 +1709,8 @@ msgstr "" msgid "This chart summarizes the binding and its two most useful variants:" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Transformation" -msgstr "Transformation" +msgstr "" msgid "Called from an object" msgstr "" @@ -1732,10 +1718,8 @@ msgstr "" msgid "Called from a class" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "function" -msgstr "function" +msgstr "" # pydocvi: passthrough=literal_block #, fuzzy @@ -1747,15 +1731,11 @@ msgstr "f(obj, \\*args)" msgid "f(\\*args)" msgstr "f(\\*args)" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "staticmethod" -msgstr "staticmethod" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "classmethod" -msgstr "classmethod" +msgstr "" # pydocvi: passthrough=literal_block #, fuzzy diff --git a/howto/enum.po b/howto/enum.po index 6720422..9ad96e0 100644 --- a/howto/enum.po +++ b/howto/enum.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Enum HOWTO" msgstr "" @@ -615,10 +615,8 @@ msgid "" "members." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Iteration" -msgstr "Iteration" +msgstr "" msgid "Iterating over the members of an enum does not provide the aliases::" msgstr "" @@ -691,10 +689,8 @@ msgid "" "no flags set, i.e. ``0``." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Comparisons" -msgstr "Comparisons" +msgstr "" msgid "Enumeration members are compared by identity::" msgstr "" @@ -1020,10 +1016,8 @@ msgstr "" ">>> Color.RED == Color.BLUE # problem is here: they should not be equal\n" "True" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Pickling" -msgstr "Pickling" +msgstr "" msgid "Enumerations can be pickled and unpickled::" msgstr "" @@ -1249,10 +1243,8 @@ msgstr "" msgid "Derived Enumerations" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "IntEnum" -msgstr "IntEnum" +msgstr "" msgid "" "The first variation of :class:`Enum` that is provided is also a subclass of :" @@ -1347,10 +1339,8 @@ msgstr "" ">>> [i for i in range(Shape.SQUARE)]\n" "[0, 1]" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "StrEnum" -msgstr "StrEnum" +msgstr "" msgid "" "The second variation of :class:`Enum` that is provided is also a subclass " @@ -1359,10 +1349,8 @@ msgid "" "each other." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "IntFlag" -msgstr "IntFlag" +msgstr "" msgid "" "The next variation of :class:`Enum` provided, :class:`IntFlag`, is also " @@ -1519,10 +1507,8 @@ msgstr "" ">>> list(RW)\n" "[, ]" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Flag" -msgstr "Flag" +msgstr "" msgid "" "The last variation is :class:`Flag`. Like :class:`IntFlag`, :class:`Flag` " @@ -1643,10 +1629,8 @@ msgid "" "enumerations, or for interoperability with other systems." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Others" -msgstr "Others" +msgstr "" msgid "" "While :class:`IntEnum` is part of the :mod:`enum` module, it would be very " @@ -2464,10 +2448,8 @@ msgstr "" msgid "obj = int.__new__(cls, value)" msgstr "obj = int.__new__(cls, value)" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "OrderedEnum" -msgstr "OrderedEnum" +msgstr "" msgid "" "An ordered enumeration that is not based on :class:`IntEnum` and so " @@ -2534,10 +2516,8 @@ msgstr "" ">>> Grade.C < Grade.A\n" "True" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "DuplicateFreeEnum" -msgstr "DuplicateFreeEnum" +msgstr "" msgid "" "Raises an error if a duplicate member value is found instead of creating an " @@ -2595,10 +2575,8 @@ msgid "" "disallowing aliases, the :func:`unique` decorator can be used instead." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "MultiValueEnum" -msgstr "MultiValueEnum" +msgstr "" msgid "Supports having more than one value per member::" msgstr "" @@ -2640,10 +2618,8 @@ msgstr "" ">>> DType(9)\n" "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Planet" -msgstr "Planet" +msgstr "" msgid "" "If :meth:`~object.__new__` or :meth:`~object.__init__` is defined, the value " @@ -2699,10 +2675,8 @@ msgstr "" ">>> Planet.EARTH.surface_gravity\n" "9.802652743337129" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "TimePeriod" -msgstr "TimePeriod" +msgstr "" msgid "An example to show the :attr:`~Enum._ignore_` attribute in use::" msgstr "" diff --git a/howto/free-threading-extensions.po b/howto/free-threading-extensions.po index 96c7baf..4cadaf8 100644 --- a/howto/free-threading-extensions.po +++ b/howto/free-threading-extensions.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "C API Extension Support for Free Threading" msgstr "" @@ -668,10 +668,8 @@ msgid "" "single wheel for multiple non-free-threaded Python versions." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Windows" -msgstr "Windows" +msgstr "" msgid "" "Due to a limitation of the official Windows installer, you will need to " diff --git a/howto/free-threading-python.po b/howto/free-threading-python.po index 4cea640..1e5d11f 100644 --- a/howto/free-threading-python.po +++ b/howto/free-threading-python.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Python support for free threading" msgstr "" @@ -49,10 +49,8 @@ msgid "" "overall description of free-threaded Python." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Installation" -msgstr "Installation" +msgstr "" msgid "" "Starting with Python 3.13, the official macOS and Windows installers " @@ -145,10 +143,8 @@ msgid "" "This section describes known limitations of the free-threaded CPython build." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Immortalization" -msgstr "Immortalization" +msgstr "" msgid "" "In the free-threaded build, some objects are :term:`immortal`. Immortal " @@ -177,10 +173,8 @@ msgid "" "doing so may crash the interpreter." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Iterators" -msgstr "Iterators" +msgstr "" msgid "" "It is generally not thread-safe to access the same iterator object from " diff --git a/howto/functional.po b/howto/functional.po index 438feab..2570fe4 100644 --- a/howto/functional.po +++ b/howto/functional.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,23 +17,19 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Functional Programming HOWTO" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Author" -msgstr "Author" +msgstr "" msgid "\\A. M. Kuchling" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Release" -msgstr "Release" +msgstr "" # pydocvi: passthrough=version_marker #, fuzzy @@ -48,10 +44,8 @@ msgid "" "such as :mod:`itertools` and :mod:`functools`." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Introduction" -msgstr "Introduction" +msgstr "" msgid "" "This section explains the basic concept of functional programming; if you're " @@ -155,15 +149,11 @@ msgstr "" msgid "Formal provability." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Modularity." -msgstr "Modularity." +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Composability." -msgstr "Composability." +msgstr "" msgid "Ease of debugging and testing." msgstr "" @@ -213,10 +203,8 @@ msgid "" "wrongly believe you've proved the program correct." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Modularity" -msgstr "Modularity" +msgstr "" msgid "" "A more practical benefit of functional programming is that it forces you to " @@ -247,10 +235,8 @@ msgid "" "and then check that the output matches expectations." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Composability" -msgstr "Composability" +msgstr "" msgid "" "As you work on a functional-style program, you'll write a number of " @@ -268,10 +254,8 @@ msgid "" "and writing a few functions specialized for the current task." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Iterators" -msgstr "Iterators" +msgstr "" msgid "" "I'll start by looking at a Python language feature that's an important " @@ -649,10 +633,8 @@ msgstr "" "# Correct\n" "[(x, y) for x in seq1 for y in seq2]" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Generators" -msgstr "Generators" +msgstr "" msgid "" "Generators are a special class of functions that simplify the task of " @@ -1877,15 +1859,11 @@ msgid "" "Winter; adds short section on the operator module; a few other edits." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "References" -msgstr "References" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "General" -msgstr "General" +msgstr "" msgid "" "**Structure and Interpretation of Computer Programs**, by Harold Abelson and " diff --git a/howto/gdb_helpers.po b/howto/gdb_helpers.po index 5be6497..8cc4a73 100644 --- a/howto/gdb_helpers.po +++ b/howto/gdb_helpers.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Debugging C API extensions and CPython Internals with GDB" msgstr "" @@ -55,10 +55,8 @@ msgid "" "DebuggingWithGdb>`_." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Prerequisites" -msgstr "Prerequisites" +msgstr "" msgid "You need to have:" msgstr "" diff --git a/howto/index.po b/howto/index.po index 60b616d..07762a7 100644 --- a/howto/index.po +++ b/howto/index.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Python HOWTOs" msgstr "" diff --git a/howto/instrumentation.po b/howto/instrumentation.po index 339809f..9b38b0c 100644 --- a/howto/instrumentation.po +++ b/howto/instrumentation.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-25 14:38+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,15 +20,13 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Instrumenting CPython with DTrace and SystemTap" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "author" -msgstr "author" +msgstr "" msgid "David Malcolm" msgstr "" @@ -588,10 +586,8 @@ msgstr "" msgid "Static Marker" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Notes" -msgstr "Notes" +msgstr "" # pydocvi: passthrough=noop #, fuzzy diff --git a/howto/ipaddress.po b/howto/ipaddress.po index 8185b88..9df0fb9 100644 --- a/howto/ipaddress.po +++ b/howto/ipaddress.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,15 +17,13 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "An introduction to the ipaddress module" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "author" -msgstr "author" +msgstr "" msgid "Peter Moody" msgstr "" @@ -33,10 +31,8 @@ msgstr "" msgid "Nick Coghlan" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Overview" -msgstr "Overview" +msgstr "" msgid "" "This document aims to provide a gentle introduction to the :mod:`ipaddress` " @@ -432,10 +428,8 @@ msgstr "" ">>> addr4 in ipaddress.ip_network('192.0.3.0/24')\n" "False" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Comparisons" -msgstr "Comparisons" +msgstr "" msgid "" ":mod:`ipaddress` provides some simple, hopefully intuitive ways to compare " diff --git a/howto/isolating-extensions.po b/howto/isolating-extensions.po index 30435df..438eff6 100644 --- a/howto/isolating-extensions.po +++ b/howto/isolating-extensions.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,15 +17,13 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Isolating Extension Modules" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Abstract" -msgstr "Abstract" +msgstr "" msgid "" "Traditionally, state belonging to Python extension modules was kept in C " @@ -49,10 +47,8 @@ msgid "" "applications where Python itself is used as a library." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Background" -msgstr "Background" +msgstr "" msgid "" "An *interpreter* is the context in which Python code runs. It contains " diff --git a/howto/logging-cookbook.po b/howto/logging-cookbook.po index 69d3d7e..d04b9f3 100644 --- a/howto/logging-cookbook.po +++ b/howto/logging-cookbook.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,15 +17,13 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Logging Cookbook" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Author" -msgstr "Author" +msgstr "" msgid "Vinay Sajip " msgstr "" @@ -1443,15 +1441,11 @@ msgid "" "the above functionality using Supervisor. It consists of the following files:" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "File" -msgstr "File" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Purpose" -msgstr "Purpose" +msgstr "" # pydocvi: passthrough=noop #, fuzzy diff --git a/howto/logging.po b/howto/logging.po index c97e39c..22cf9e6 100644 --- a/howto/logging.po +++ b/howto/logging.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,15 +20,13 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Logging HOWTO" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Author" -msgstr "Author" +msgstr "" msgid "Vinay Sajip " msgstr "" @@ -122,10 +120,8 @@ msgid "" "below (in increasing order of severity):" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Level" -msgstr "Level" +msgstr "" msgid "When it's used" msgstr "" @@ -578,10 +574,8 @@ msgid "" "the following diagram." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Loggers" -msgstr "Loggers" +msgstr "" msgid "" ":class:`Logger` objects have a threefold job. First, they expose several " @@ -685,10 +679,8 @@ msgid "" "attribute of a logger to ``False``.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Handlers" -msgstr "Handlers" +msgstr "" msgid "" ":class:`~logging.Handler` objects are responsible for dispatching the " @@ -741,10 +733,8 @@ msgid "" "behavior that child classes can use (or override)." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Formatters" -msgstr "Formatters" +msgstr "" msgid "" "Formatter objects configure the final order, structure, and contents of the " @@ -1513,10 +1503,8 @@ msgid "" "the wire." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Optimization" -msgstr "Optimization" +msgstr "" msgid "" "Formatting of message arguments is deferred until it cannot be avoided. " diff --git a/howto/mro.po b/howto/mro.po index 180ca7d..2d8c25d 100644 --- a/howto/mro.po +++ b/howto/mro.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "The Python 2.3 Method Resolution Order" msgstr "" @@ -34,10 +34,8 @@ msgstr "" msgid "By `Michele Simionato `__." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Abstract" -msgstr "Abstract" +msgstr "" msgid "" "*This document is intended for Python programmers who want to understand the " @@ -1010,10 +1008,8 @@ msgstr "" msgid "enjoy !" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Resources" -msgstr "Resources" +msgstr "" msgid "" "The thread on python-dev started by Samuele Pedroni: https://mail.python.org/" diff --git a/howto/perf_profiling.po b/howto/perf_profiling.po index 1470fa0..ab05b10 100644 --- a/howto/perf_profiling.po +++ b/howto/perf_profiling.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,15 +17,13 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Python support for the ``perf map`` compatible profilers" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "author" -msgstr "author" +msgstr "" msgid "Pablo Galindo" msgstr "" diff --git a/howto/pyporting.po b/howto/pyporting.po index bb8580c..01f8967 100644 --- a/howto/pyporting.po +++ b/howto/pyporting.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,15 +17,13 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "How to port Python 2 Code to Python 3" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "author" -msgstr "author" +msgstr "" msgid "Brett Cannon" msgstr "" diff --git a/howto/regex.po b/howto/regex.po index 816b081..f1c84f1 100644 --- a/howto/regex.po +++ b/howto/regex.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,23 +20,19 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Regular expression HOWTO" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Author" -msgstr "Author" +msgstr "" msgid "A.M. Kuchling " msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Abstract" -msgstr "Abstract" +msgstr "" msgid "" "This document is an introductory tutorial to using regular expressions in " @@ -44,10 +40,8 @@ msgid "" "the corresponding section in the Library Reference." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Introduction" -msgstr "Introduction" +msgstr "" msgid "" "Regular expressions (called REs, or regexes, or regex patterns) are " @@ -292,20 +286,14 @@ msgid "" "imagine matching this RE against the string ``'abcbd'``." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Step" -msgstr "Step" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Matched" -msgstr "Matched" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Explanation" -msgstr "Explanation" +msgstr "" # pydocvi: passthrough=version_marker #, fuzzy @@ -525,15 +513,11 @@ msgid "" "*again*." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Characters" -msgstr "Characters" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Stage" -msgstr "Stage" +msgstr "" # pydocvi: passthrough=noop #, fuzzy @@ -630,10 +614,8 @@ msgstr "" msgid "Method/Attribute" msgstr "Method/Attribute" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Purpose" -msgstr "Purpose" +msgstr "" # pydocvi: passthrough=noop #, fuzzy @@ -962,10 +944,8 @@ msgid "" "explanation of each one." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Flag" -msgstr "Flag" +msgstr "" msgid "Meaning" msgstr "Ý nghĩa" @@ -1360,10 +1340,8 @@ msgid "" "when the current position is not at a word boundary." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Grouping" -msgstr "Grouping" +msgstr "" msgid "" "Frequently you need to obtain more information than just whether the RE " @@ -2355,10 +2333,8 @@ msgstr "" msgid "pat = re.compile(r\"\\s*(?P
[^:]+)\\s*:(?P.*?)\\s*$\")" msgstr "pat = re.compile(r\"\\s*(?P
[^:]+)\\s*:(?P.*?)\\s*$\")" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Feedback" -msgstr "Feedback" +msgstr "" msgid "" "Regular expressions are a complicated topic. Did this document help you " diff --git a/howto/remote_debugging.po b/howto/remote_debugging.po index 432a2ce..d028cd2 100644 --- a/howto/remote_debugging.po +++ b/howto/remote_debugging.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Remote debugging attachment protocol" msgstr "" @@ -58,10 +58,8 @@ msgid "" "steps depend on your operating system:" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Linux" -msgstr "Linux" +msgstr "" msgid "" "The tracer process must have the ``CAP_SYS_PTRACE`` capability or equivalent " @@ -97,10 +95,8 @@ msgstr "" msgid "``sudo -E !!``" msgstr "``sudo -E !!``" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "macOS" -msgstr "macOS" +msgstr "" msgid "" "To attach to another process, you typically need to run your debugging tool " @@ -113,10 +109,8 @@ msgid "" "the debugger is run with root privileges due to system security restrictions." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Windows" -msgstr "Windows" +msgstr "" msgid "" "To attach to another process, you usually need to run your debugging tool " @@ -1014,10 +1008,8 @@ msgid "" "the file is no longer needed." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Summary" -msgstr "Summary" +msgstr "" msgid "To inject and execute a Python script in a remote process:" msgstr "" diff --git a/howto/sockets.po b/howto/sockets.po index 1ade03c..b74cfe8 100644 --- a/howto/sockets.po +++ b/howto/sockets.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,23 +17,19 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Socket Programming HOWTO" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Author" -msgstr "Author" +msgstr "" msgid "Gordon McMillan" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Abstract" -msgstr "Abstract" +msgstr "" msgid "" "Sockets are used nearly everywhere, but are one of the most severely " @@ -44,10 +40,8 @@ msgid "" "them decently." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Sockets" -msgstr "Sockets" +msgstr "" msgid "" "I'm only going to talk about INET (i.e. IPv4) sockets, but they account for " @@ -70,10 +64,8 @@ msgid "" "sockets and \"client\" sockets." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "History" -msgstr "History" +msgstr "" msgid "" "Of the various forms of :abbr:`IPC (Inter Process Communication)`, sockets " @@ -200,10 +192,8 @@ msgid "" "allocated port which will be recycled when the conversation ends." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "IPC" -msgstr "IPC" +msgstr "" msgid "" "If you need fast IPC between two processes on one machine, you should look " @@ -428,10 +418,8 @@ msgid "" "Decisions, decisions." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Disconnecting" -msgstr "Disconnecting" +msgstr "" msgid "" "Strictly speaking, you're supposed to use ``shutdown`` on a socket before " diff --git a/howto/sorting.po b/howto/sorting.po index 5a369ab..7a52a8a 100644 --- a/howto/sorting.po +++ b/howto/sorting.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,15 +17,13 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Sorting Techniques" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Author" -msgstr "Author" +msgstr "" msgid "Andrew Dalke and Raymond Hettinger" msgstr "" diff --git a/howto/timerfd.po b/howto/timerfd.po index 0b0083d..6693b39 100644 --- a/howto/timerfd.po +++ b/howto/timerfd.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-05 15:48+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,15 +20,13 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "timer file descriptor HOWTO" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Release" -msgstr "Release" +msgstr "" # pydocvi: passthrough=version_marker #, fuzzy diff --git a/howto/unicode.po b/howto/unicode.po index 67f7669..7d653c0 100644 --- a/howto/unicode.po +++ b/howto/unicode.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,15 +17,13 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Unicode HOWTO" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Release" -msgstr "Release" +msgstr "" # pydocvi: passthrough=version_marker #, fuzzy @@ -41,10 +39,8 @@ msgstr "" msgid "Introduction to Unicode" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Definitions" -msgstr "Definitions" +msgstr "" msgid "" "Today's programs need to be able to handle a wide variety of characters. " @@ -122,10 +118,8 @@ msgid "" "generally the job of a GUI toolkit or a terminal's font renderer." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Encodings" -msgstr "Encodings" +msgstr "" msgid "" "To summarize the previous section: a Unicode string is a sequence of code " @@ -234,10 +228,8 @@ msgid "" "varies depending on the hardware on which the string was encoded." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "References" -msgstr "References" +msgstr "" msgid "" "The `Unicode Consortium site `_ has character " @@ -1178,10 +1170,8 @@ msgid "" "discusses the internal Unicode representation in Python 3.3." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Acknowledgements" -msgstr "Acknowledgements" +msgstr "" msgid "" "The initial draft of this document was written by Andrew Kuchling. It has " diff --git a/howto/urllib2.po b/howto/urllib2.po index 2c77b28..72d4f7a 100644 --- a/howto/urllib2.po +++ b/howto/urllib2.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-19 14:37+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,23 +20,19 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "HOWTO Fetch Internet Resources Using The urllib Package" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Author" -msgstr "Author" +msgstr "" msgid "`Michael Foord `_" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Introduction" -msgstr "Introduction" +msgstr "" msgid "" "You may also find useful the following article on fetching web resources " @@ -177,10 +173,8 @@ msgid "" "\"headers\". Let's look at each of these in turn." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Data" -msgstr "Data" +msgstr "" msgid "" "Sometimes you want to send data to a URL (often the URL will refer to a CGI " @@ -280,10 +274,8 @@ msgid "" "by the encoded values." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Headers" -msgstr "Headers" +msgstr "" msgid "" "We'll discuss here one particular HTTP header, to illustrate how to add " @@ -362,10 +354,8 @@ msgstr "" msgid "The exception classes are exported from the :mod:`urllib.error` module." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "URLError" -msgstr "URLError" +msgstr "" msgid "" "Often, URLError is raised because there is no network connection (no route " @@ -396,10 +386,8 @@ msgstr "" "...\n" "(4, 'getaddrinfo failed')" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "HTTPError" -msgstr "HTTPError" +msgstr "" msgid "" "Every HTTP response from the server contains a numeric \"status code\". " @@ -705,7 +693,7 @@ msgid "" "Authenticate: SCHEME realm=\"REALM\"``." msgstr "" -# pydocvi: passthrough=version_marker +# pydocvi: passthrough=noop #, fuzzy msgid "e.g." msgstr "e.g." @@ -799,10 +787,8 @@ msgid "" "example ``\"joe:password@example.com\"`` is not correct." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Proxies" -msgstr "Proxies" +msgstr "" msgid "" "**urllib** will auto-detect your proxy settings and use those. This is " diff --git a/improve-page-nojs.po b/improve-page-nojs.po index 9e916b6..5eaed4f 100644 --- a/improve-page-nojs.po +++ b/improve-page-nojs.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Improve a documentation page" msgstr "" diff --git a/improve-page.po b/improve-page.po index 77003bf..98c5588 100644 --- a/improve-page.po +++ b/improve-page.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Improve a documentation page" msgstr "" diff --git a/installing/index.po b/installing/index.po index 3e5dbfe..2bb5309 100644 --- a/installing/index.po +++ b/installing/index.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Installing Python modules" msgstr "" diff --git a/library/__future__.po b/library/__future__.po index 30480d8..68c9e6f 100644 --- a/library/__future__.po +++ b/library/__future__.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!__future__` --- Future statement definitions" msgstr "" @@ -67,10 +67,8 @@ msgid "" "into the language using this mechanism:" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "feature" -msgstr "feature" +msgstr "" msgid "optional in" msgstr "" @@ -78,10 +76,8 @@ msgstr "" msgid "mandatory in" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "effect" -msgstr "effect" +msgstr "" # pydocvi: passthrough=noop #, fuzzy diff --git a/library/__main__.po b/library/__main__.po index f901b2d..4210798 100644 --- a/library/__main__.po +++ b/library/__main__.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!__main__` --- Top-level code environment" msgstr "" diff --git a/library/_thread.po b/library/_thread.po index f914c2c..c1580ed 100644 --- a/library/_thread.po +++ b/library/_thread.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!_thread` --- Low-level threading API" msgstr "" @@ -128,10 +128,8 @@ msgid "" "after which the value may be recycled by the OS)." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Availability" -msgstr "Availability" +msgstr "" msgid "Added support for GNU/kFreeBSD." msgstr "" @@ -267,25 +265,17 @@ msgstr "" msgid "semaphores, binary" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "pthreads" -msgstr "pthreads" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "threads" -msgstr "threads" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "POSIX" -msgstr "POSIX" +msgstr "" msgid "module" msgstr "module" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "signal" -msgstr "signal" +msgstr "" diff --git a/library/abc.po b/library/abc.po index 20e7162..b2e05d7 100644 --- a/library/abc.po +++ b/library/abc.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!abc` --- Abstract Base Classes" msgstr "" diff --git a/library/aifc.po b/library/aifc.po index e5a289d..37bf566 100644 --- a/library/aifc.po +++ b/library/aifc.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!aifc` --- Read and write AIFF and AIFC files" msgstr "" diff --git a/library/allos.po b/library/allos.po index 1ed9c1d..baba34a 100644 --- a/library/allos.po +++ b/library/allos.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Generic Operating System Services" msgstr "" diff --git a/library/annotationlib.po b/library/annotationlib.po index a232f55..253cd0d 100644 --- a/library/annotationlib.po +++ b/library/annotationlib.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!annotationlib` --- Functionality for introspecting annotations" msgstr "" @@ -181,10 +181,8 @@ msgid "" "eventually be removed." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Classes" -msgstr "Classes" +msgstr "" msgid "" "An :class:`~enum.IntEnum` describing the formats in which annotations can be " @@ -290,10 +288,8 @@ msgid "" "globals and locals dictionaries are used." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Functions" -msgstr "Functions" +msgstr "" msgid "" "Convert an annotations dict containing runtime values to a dict containing " @@ -585,10 +581,8 @@ msgid "" "commonly encountered in annotations." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Recipes" -msgstr "Recipes" +msgstr "" msgid "Using annotations in a metaclass" msgstr "" diff --git a/library/archiving.po b/library/archiving.po index 7ce4310..f86b400 100644 --- a/library/archiving.po +++ b/library/archiving.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Data Compression and Archiving" msgstr "" diff --git a/library/argparse.po b/library/argparse.po index 5e1c522..d12d083 100644 --- a/library/argparse.po +++ b/library/argparse.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "" ":mod:`!argparse` --- Parser for command-line options, arguments and " @@ -42,10 +42,8 @@ msgid "" "another defined option)." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Tutorial" -msgstr "Tutorial" +msgstr "" msgid "" "This page contains the API reference information. For a more gentle " @@ -217,10 +215,8 @@ msgstr "" msgid "The following sections describe how each of these are used." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "prog" -msgstr "prog" +msgstr "" msgid "" "By default, :class:`ArgumentParser` calculates the name of the program to " @@ -298,10 +294,8 @@ msgid "" "executed, rather than always being ``os.path.basename(sys.argv[0])``." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "usage" -msgstr "usage" +msgstr "" msgid "" "By default, :class:`ArgumentParser` calculates the usage message from the " @@ -353,10 +347,8 @@ msgid "" "usage information across subparsers." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "description" -msgstr "description" +msgstr "" msgid "" "Most calls to the :class:`ArgumentParser` constructor will use the " @@ -371,10 +363,8 @@ msgid "" "given space. To change this behavior, see the formatter_class_ argument." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "epilog" -msgstr "epilog" +msgstr "" msgid "" "Some programs like to display additional description of the program after " @@ -417,10 +407,8 @@ msgid "" "argument to :class:`ArgumentParser`." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "parents" -msgstr "parents" +msgstr "" msgid "" "Sometimes, several parsers share a common set of arguments. Rather than " @@ -1050,10 +1038,8 @@ msgid "" "Changed default value of ``suggest_on_error`` from ``False`` to ``True``." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "color" -msgstr "color" +msgstr "" msgid "" "By default, the help message is printed in color using `ANSI escape " @@ -1270,10 +1256,8 @@ msgstr "" " -h, --help show this help message and exit\n" " --foo-bar FOO-BAR" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "action" -msgstr "action" +msgstr "" msgid "" ":class:`ArgumentParser` objects associate command-line arguments with " @@ -1516,10 +1500,8 @@ msgstr "" msgid "For more details, see :class:`Action`." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "nargs" -msgstr "nargs" +msgstr "" msgid "" ":class:`ArgumentParser` objects usually associate a single command-line " @@ -1671,10 +1653,8 @@ msgid "" "``'store_const'``) set ``nargs=0``." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "const" -msgstr "const" +msgstr "" msgid "" "The ``const`` argument of :meth:`~ArgumentParser.add_argument` is used to " @@ -1706,10 +1686,8 @@ msgid "" "``action='store_const'``." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "default" -msgstr "default" +msgstr "" msgid "" "All optional arguments and some positional arguments may be omitted at the " @@ -1951,10 +1929,8 @@ msgid "" "using the choices_ keyword instead." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "choices" -msgstr "choices" +msgstr "" msgid "" "Some command-line arguments should be selected from a restricted set of " @@ -2014,10 +1990,8 @@ msgid "" "are many choices), just specify an explicit metavar_." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "required" -msgstr "required" +msgstr "" msgid "" "In general, the :mod:`!argparse` module assumes that flags like ``-f`` and " @@ -2056,10 +2030,8 @@ msgid "" "*options* to be *optional*, and thus they should be avoided when possible." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "help" -msgstr "help" +msgstr "" msgid "" "The ``help`` value is a string containing a brief description of the " @@ -2132,10 +2104,8 @@ msgstr "" "options:\n" " -h, --help show this help message and exit" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "metavar" -msgstr "metavar" +msgstr "" msgid "" "When :class:`ArgumentParser` generates help messages, it needs some way to " @@ -2254,10 +2224,8 @@ msgstr "" " -x X X\n" " --foo bar baz" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "dest" -msgstr "dest" +msgstr "" msgid "" "Most :class:`ArgumentParser` actions add some value as an attribute of the " @@ -2334,10 +2302,8 @@ msgstr "" msgid "Single-dash long option now takes precedence over short options." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "deprecated" -msgstr "deprecated" +msgstr "" msgid "" "During a project's lifetime, some arguments may need to be removed from the " @@ -2859,10 +2825,8 @@ msgstr "" msgid "Other utilities" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Subcommands" -msgstr "Subcommands" +msgstr "" msgid "" "Many programs split up their functionality into a number of subcommands, for " @@ -3862,10 +3826,8 @@ msgstr "" "usage: PROG [-h] [--foo FOO]\n" "PROG: error: argument --foo: invalid 'hexadecimal integer' value: '1.2'" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Exceptions" -msgstr "Exceptions" +msgstr "" msgid "An error from creating or using an argument (optional or positional)." msgstr "" diff --git a/library/array.po b/library/array.po index a5ebbf9..609a6f9 100644 --- a/library/array.po +++ b/library/array.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!array` --- Efficient arrays of numeric values" msgstr "" @@ -46,10 +46,8 @@ msgstr "" msgid "Minimum size in bytes" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Notes" -msgstr "Notes" +msgstr "" msgid "``'b'``" msgstr "``'b'``" @@ -57,10 +55,8 @@ msgstr "``'b'``" msgid "signed char" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "int" -msgstr "int" +msgstr "" # pydocvi: passthrough=version_marker #, fuzzy @@ -195,10 +191,8 @@ msgstr "``'e'``" msgid "_Float16" msgstr "_Float16" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "float" -msgstr "float" +msgstr "" # pydocvi: passthrough=noop #, fuzzy @@ -215,10 +209,8 @@ msgstr "``'f'``" msgid "``'d'``" msgstr "``'d'``" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "double" -msgstr "double" +msgstr "" # pydocvi: passthrough=noop #, fuzzy @@ -228,10 +220,8 @@ msgstr "``'Zf'``" msgid "float complex" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "complex" -msgstr "complex" +msgstr "" # pydocvi: passthrough=noop #, fuzzy @@ -492,7 +482,5 @@ msgstr "" msgid "The NumPy package defines another array type." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "arrays" -msgstr "arrays" +msgstr "" diff --git a/library/ast.po b/library/ast.po index aacd545..e0520b0 100644 --- a/library/ast.po +++ b/library/ast.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!ast` --- Abstract syntax trees" msgstr "" @@ -711,10 +711,8 @@ msgstr "" " value=Name(id='List'),\n" " slice=Name(id='int')))" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Literals" -msgstr "Literals" +msgstr "" msgid "" "A constant value. The ``value`` attribute of the ``Constant`` literal " @@ -1009,10 +1007,8 @@ msgstr "" " Constant(value=1),\n" " Name(id='d')]))" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Variables" -msgstr "Variables" +msgstr "" msgid "" "A variable name. ``id`` holds the name as a string, and ``ctx`` is one of " @@ -1107,10 +1103,8 @@ msgstr "" " ctx=Store())],\n" " value=Name(id='it'))])" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Expressions" -msgstr "Expressions" +msgstr "" msgid "" "When an expression, such as a function call, appears as a statement by " @@ -1379,10 +1373,8 @@ msgstr "" " target=Name(id='x', ctx=Store()),\n" " value=Constant(value=4)))" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Subscripting" -msgstr "Subscripting" +msgstr "" msgid "" "A subscript, such as ``l[1]``. ``value`` is the subscripted object (usually " @@ -1441,10 +1433,8 @@ msgstr "" " lower=Constant(value=1),\n" " upper=Constant(value=2))))" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Comprehensions" -msgstr "Comprehensions" +msgstr "" msgid "" "List and set comprehensions, generator expressions, and dictionary " @@ -1671,10 +1661,8 @@ msgstr "" " iter=Name(id='soc'),\n" " is_async=1)]))" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Statements" -msgstr "Statements" +msgstr "" msgid "" "An assignment. ``targets`` is a list of nodes, and ``value`` is a single " @@ -1983,10 +1971,8 @@ msgid "" "described in other sections." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Imports" -msgstr "Imports" +msgstr "" msgid "An import statement. ``names`` is a list of :class:`alias` nodes." msgstr "" diff --git a/library/asynchat.po b/library/asynchat.po index 0b5a7b7..f7f937a 100644 --- a/library/asynchat.po +++ b/library/asynchat.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!asynchat` --- Asynchronous socket command/response handler" msgstr "" diff --git a/library/asyncio-api-index.po b/library/asyncio-api-index.po index ded62e8..2f63f57 100644 --- a/library/asyncio-api-index.po +++ b/library/asyncio-api-index.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-05 15:48+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "High-level API Index" msgstr "" @@ -28,10 +28,8 @@ msgstr "" msgid "This page lists all high-level async/await enabled asyncio APIs." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Tasks" -msgstr "Tasks" +msgstr "" msgid "" "Utilities to run asyncio programs, create Tasks, and await on multiple " @@ -202,10 +200,8 @@ msgstr ":ref:`Using asyncio.sleep() `." msgid "See also the main :ref:`Tasks documentation page `." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Queues" -msgstr "Queues" +msgstr "" msgid "" "Queues should be used to distribute work amongst multiple asyncio Tasks, " @@ -248,10 +244,8 @@ msgstr "" msgid "See also the :ref:`Queues documentation page `." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Subprocesses" -msgstr "Subprocesses" +msgstr "" msgid "Utilities to spawn subprocesses and run shell commands." msgstr "" @@ -280,10 +274,8 @@ msgstr ":ref:`Executing a shell command `." msgid "See also the :ref:`subprocess APIs ` documentation." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Streams" -msgstr "Streams" +msgstr "" msgid "High-level APIs to work with network IO." msgstr "" @@ -344,10 +336,8 @@ msgstr ":ref:`Example TCP client `." msgid "See also the :ref:`streams APIs ` documentation." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Synchronization" -msgstr "Synchronization" +msgstr "" msgid "Threading-like synchronization primitives that can be used in Tasks." msgstr "" @@ -415,10 +405,8 @@ msgid "" "`." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Exceptions" -msgstr "Exceptions" +msgstr "" # pydocvi: passthrough=noop #, fuzzy diff --git a/library/asyncio-dev.po b/library/asyncio-dev.po index c6988d9..fa00238 100644 --- a/library/asyncio-dev.po +++ b/library/asyncio-dev.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Developing with asyncio" msgstr "" @@ -192,10 +192,8 @@ msgid "" "for more details." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Logging" -msgstr "Logging" +msgstr "" msgid "" "asyncio uses the :mod:`logging` module and all logging is performed via the " diff --git a/library/asyncio-eventloop.po b/library/asyncio-eventloop.po index f2520e2..fccb7d2 100644 --- a/library/asyncio-eventloop.po +++ b/library/asyncio-eventloop.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Event loop" msgstr "" @@ -30,10 +30,8 @@ msgid "" "base_events.py`" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Preface" -msgstr "Preface" +msgstr "" msgid "" "The event loop is the core of every asyncio application. Event loops run " @@ -113,10 +111,8 @@ msgid "" "custom event loop policy `." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Contents" -msgstr "Contents" +msgstr "" msgid "This documentation page contains the following sections:" msgstr "" @@ -821,10 +817,8 @@ msgid "" "information about arguments to this method." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Availability" -msgstr "Availability" +msgstr "" msgid "" "Added the *ssl_handshake_timeout* parameter. The *path* parameter can now be " @@ -1264,10 +1258,8 @@ msgid "" "*sendfile* syscall and *fallback* is ``False``." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "DNS" -msgstr "DNS" +msgstr "" msgid "Asynchronous version of :meth:`socket.getaddrinfo`." msgstr "" diff --git a/library/asyncio-exceptions.po b/library/asyncio-exceptions.po index 8c4061c..dc09177 100644 --- a/library/asyncio-exceptions.po +++ b/library/asyncio-exceptions.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,12 +17,10 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Exceptions" -msgstr "Exceptions" +msgstr "" msgid "**Source code:** :source:`Lib/asyncio/exceptions.py`" msgstr "" diff --git a/library/asyncio-extending.po b/library/asyncio-extending.po index abca267..8b43208 100644 --- a/library/asyncio-extending.po +++ b/library/asyncio-extending.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,12 +17,10 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Extending" -msgstr "Extending" +msgstr "" msgid "" "The main direction for :mod:`asyncio` extending is writing custom *event " diff --git a/library/asyncio-future.po b/library/asyncio-future.po index 5e0dafe..0d55049 100644 --- a/library/asyncio-future.po +++ b/library/asyncio-future.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,12 +17,10 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Futures" -msgstr "Futures" +msgstr "" msgid "" "**Source code:** :source:`Lib/asyncio/futures.py`, :source:`Lib/asyncio/" diff --git a/library/asyncio-graph.po b/library/asyncio-graph.po index 1adbfc8..93576e7 100644 --- a/library/asyncio-graph.po +++ b/library/asyncio-graph.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Call Graph Introspection" msgstr "" diff --git a/library/asyncio-llapi-index.po b/library/asyncio-llapi-index.po index 21e908d..dbe639e 100644 --- a/library/asyncio-llapi-index.po +++ b/library/asyncio-llapi-index.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Low-level API Index" msgstr "" @@ -79,10 +79,8 @@ msgid "" "methods`." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Lifecycle" -msgstr "Lifecycle" +msgstr "" # pydocvi: passthrough=noop #, fuzzy @@ -140,10 +138,8 @@ msgstr "``await`` :meth:`loop.shutdown_asyncgens`" msgid "Close asynchronous generators." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Debugging" -msgstr "Debugging" +msgstr "" # pydocvi: passthrough=noop #, fuzzy @@ -256,10 +252,8 @@ msgid "" "`." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "DNS" -msgstr "DNS" +msgstr "" # pydocvi: passthrough=noop #, fuzzy @@ -360,10 +354,8 @@ msgstr "``await`` :meth:`loop.connect_write_pipe`" msgid "Wrap a write end of a pipe into a ``(transport, protocol)`` pair." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Sockets" -msgstr "Sockets" +msgstr "" # pydocvi: passthrough=noop #, fuzzy @@ -488,10 +480,8 @@ msgstr ":meth:`loop.remove_signal_handler`" msgid "Remove a handler for a :mod:`signal`." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Subprocesses" -msgstr "Subprocesses" +msgstr "" # pydocvi: passthrough=noop #, fuzzy @@ -590,10 +580,8 @@ msgid ":ref:`Using loop.subprocess_exec() `." msgstr "" ":ref:`Using loop.subprocess_exec() `." -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Transports" -msgstr "Transports" +msgstr "" msgid "All transports implement the following methods:" msgstr "" @@ -846,10 +834,8 @@ msgstr ":meth:`transport.close() `" msgid "Kill the subprocess and close all pipes." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Protocols" -msgstr "Protocols" +msgstr "" msgid "Protocol classes can implement the following **callback methods**:" msgstr "" diff --git a/library/asyncio-platforms.po b/library/asyncio-platforms.po index dc0231d..49fb21d 100644 --- a/library/asyncio-platforms.po +++ b/library/asyncio-platforms.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Platform Support" msgstr "" @@ -36,10 +36,8 @@ msgid "" "monitor file I/O." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Windows" -msgstr "Windows" +msgstr "" msgid "" "**Source code:** :source:`Lib/asyncio/proactor_events.py`, :source:`Lib/" @@ -109,10 +107,8 @@ msgid "" "subprocesses, whereas :class:`SelectorEventLoop` does not." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "macOS" -msgstr "macOS" +msgstr "" msgid "Modern macOS versions are fully supported." msgstr "" diff --git a/library/asyncio-policy.po b/library/asyncio-policy.po index d00e144..eb3d330 100644 --- a/library/asyncio-policy.po +++ b/library/asyncio-policy.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,12 +17,10 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Policies" -msgstr "Policies" +msgstr "" msgid "" "Policies are deprecated and will be removed in Python 3.16. Users are " @@ -144,10 +142,8 @@ msgid "" "event loop implementation." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Availability" -msgstr "Availability" +msgstr "" msgid "" "The :class:`WindowsSelectorEventLoopPolicy` class is deprecated and will be " diff --git a/library/asyncio-protocol.po b/library/asyncio-protocol.po index 00c0d72..567121b 100644 --- a/library/asyncio-protocol.po +++ b/library/asyncio-protocol.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,15 +20,13 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Transports and Protocols" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Preface" -msgstr "Preface" +msgstr "" msgid "" "Transports and Protocols are used by the **low-level** event loop APIs such " @@ -45,10 +43,8 @@ msgstr "" msgid "This documentation page covers both `Transports`_ and `Protocols`_." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Introduction" -msgstr "Introduction" +msgstr "" msgid "" "At the highest level, the transport is concerned with *how* bytes are " @@ -81,10 +77,8 @@ msgid "" "protocol)``." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Contents" -msgstr "Contents" +msgstr "" msgid "This documentation page contains the following sections:" msgstr "" @@ -106,10 +100,8 @@ msgid "" "and low-level event loop APIs." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Transports" -msgstr "Transports" +msgstr "" msgid "**Source code:** :source:`Lib/asyncio/transports.py`" msgstr "" @@ -512,10 +504,8 @@ msgid "" "*stdout*, and *stderr* pipes." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Protocols" -msgstr "Protocols" +msgstr "" msgid "**Source code:** :source:`Lib/asyncio/protocols.py`" msgstr "" diff --git a/library/asyncio-queue.po b/library/asyncio-queue.po index f9f5468..3e66866 100644 --- a/library/asyncio-queue.po +++ b/library/asyncio-queue.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-23 15:47+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,12 +20,10 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Queues" -msgstr "Queues" +msgstr "" msgid "**Source code:** :source:`Lib/asyncio/queues.py`" msgstr "" @@ -44,10 +42,8 @@ msgstr "" msgid "See also the `Examples`_ section below." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Queue" -msgstr "Queue" +msgstr "" msgid "A first in, first out (FIFO) queue." msgstr "" @@ -203,10 +199,8 @@ msgid "" "(last in, first out)." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Exceptions" -msgstr "Exceptions" +msgstr "" msgid "" "This exception is raised when the :meth:`~Queue.get_nowait` method is called " diff --git a/library/asyncio-runner.po b/library/asyncio-runner.po index d185beb..10e969b 100644 --- a/library/asyncio-runner.po +++ b/library/asyncio-runner.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-05 15:48+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,12 +20,10 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Runners" -msgstr "Runners" +msgstr "" msgid "**Source code:** :source:`Lib/asyncio/runners.py`" msgstr "" diff --git a/library/asyncio-stream.po b/library/asyncio-stream.po index c2295bb..93d0bb1 100644 --- a/library/asyncio-stream.po +++ b/library/asyncio-stream.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,12 +20,10 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Streams" -msgstr "Streams" +msgstr "" msgid "**Source code:** :source:`Lib/asyncio/streams.py`" msgstr "" @@ -173,10 +171,8 @@ msgstr "" msgid "See also the documentation of :meth:`loop.create_unix_connection`." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Availability" -msgstr "Availability" +msgstr "" msgid "" "Added the *ssl_handshake_timeout* parameter. The *path* parameter can now be " @@ -206,10 +202,8 @@ msgstr "" msgid "Added the *cleanup_socket* parameter." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "StreamReader" -msgstr "StreamReader" +msgstr "" msgid "" "Represents a reader object that provides APIs to read data from the IO " @@ -300,10 +294,8 @@ msgstr "" msgid "Return ``True`` if the buffer is empty and :meth:`feed_eof` was called." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "StreamWriter" -msgstr "StreamWriter" +msgstr "" msgid "" "Represents a writer object that provides APIs to write data to the IO stream." diff --git a/library/asyncio-subprocess.po b/library/asyncio-subprocess.po index 9fc44e7..e53e80c 100644 --- a/library/asyncio-subprocess.po +++ b/library/asyncio-subprocess.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-03 14:43+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,12 +20,10 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Subprocesses" -msgstr "Subprocesses" +msgstr "" msgid "" "**Source code:** :source:`Lib/asyncio/subprocess.py`, :source:`Lib/asyncio/" @@ -175,10 +173,8 @@ msgid "" "Protocols `." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Constants" -msgstr "Constants" +msgstr "" msgid "Can be passed to the *stdin*, *stdout* or *stderr* parameters." msgstr "" diff --git a/library/asyncio-sync.po b/library/asyncio-sync.po index 19f1a8a..1cc237d 100644 --- a/library/asyncio-sync.po +++ b/library/asyncio-sync.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-05 15:48+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Synchronization Primitives" msgstr "" @@ -382,10 +382,8 @@ msgid "" "predicate evaluates to *true*. The final value is the return value." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Semaphore" -msgstr "Semaphore" +msgstr "" msgid "A Semaphore object. Not thread-safe." msgstr "" @@ -465,10 +463,8 @@ msgid "" "``release()`` calls than ``acquire()`` calls." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "BoundedSemaphore" -msgstr "BoundedSemaphore" +msgstr "" msgid "A bounded semaphore object. Not thread-safe." msgstr "" @@ -479,10 +475,8 @@ msgid "" "counter above the initial *value*." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Barrier" -msgstr "Barrier" +msgstr "" msgid "A barrier object. Not thread-safe." msgstr "" diff --git a/library/asyncio-task.po b/library/asyncio-task.po index 315022c..b99e15f 100644 --- a/library/asyncio-task.po +++ b/library/asyncio-task.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Coroutines and tasks" msgstr "" @@ -30,10 +30,8 @@ msgid "" "Tasks." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Coroutines" -msgstr "Coroutines" +msgstr "" msgid "**Source code:** :source:`Lib/asyncio/coroutines.py`" msgstr "" @@ -244,10 +242,8 @@ msgstr "" msgid ":class:`asyncio.TaskGroup`." msgstr ":class:`asyncio.TaskGroup`." -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Awaitables" -msgstr "Awaitables" +msgstr "" msgid "" "We say that an object is an **awaitable** object if it can be used in an :" @@ -312,10 +308,8 @@ msgid "" "a *coroutine object*: an object returned by calling a *coroutine function*." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Tasks" -msgstr "Tasks" +msgstr "" msgid "*Tasks* are used to schedule coroutines *concurrently*." msgstr "" @@ -360,10 +354,8 @@ msgstr "" "\n" "asyncio.run(main())" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Futures" -msgstr "Futures" +msgstr "" msgid "" "A :class:`Future` is a special **low-level** awaitable object that " @@ -691,10 +683,8 @@ msgid "" "correct preservation of cancellation counts." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Sleeping" -msgstr "Sleeping" +msgstr "" msgid "Block for *delay* seconds." msgstr "" @@ -1024,10 +1014,8 @@ msgid "" "is no running event loop." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Timeouts" -msgstr "Timeouts" +msgstr "" msgid "" "Return an :ref:`asynchronous context manager ` that " @@ -1311,15 +1299,11 @@ msgid "" "the following constants:" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Constant" -msgstr "Constant" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Description" -msgstr "Description" +msgstr "" msgid "The function will return when any future finishes or is cancelled." msgstr "" @@ -1702,10 +1686,8 @@ msgid "" "be passed explicitly." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Introspection" -msgstr "Introspection" +msgstr "" msgid "" "Return the currently running :class:`Task` instance, or ``None`` if no task " diff --git a/library/asyncio.po b/library/asyncio.po index d9790d2..75d2ce1 100644 --- a/library/asyncio.po +++ b/library/asyncio.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "High-level APIs" msgstr "" @@ -121,10 +121,8 @@ msgid "" "await syntax." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Availability" -msgstr "Availability" +msgstr "" msgid "" "This module does not work or is not available on WebAssembly. See :ref:`wasm-" @@ -179,10 +177,8 @@ msgid "" "executed. Emits audit events." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Reference" -msgstr "Reference" +msgstr "" msgid "The source code for asyncio can be found in :source:`Lib/asyncio/`." msgstr "" diff --git a/library/asyncore.po b/library/asyncore.po index ff003c5..ade6a32 100644 --- a/library/asyncore.po +++ b/library/asyncore.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!asyncore` --- Asynchronous socket handler" msgstr "" diff --git a/library/atexit.po b/library/atexit.po index 6a45bed..3607b0a 100644 --- a/library/atexit.po +++ b/library/atexit.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!atexit` --- Exit handlers" msgstr "" diff --git a/library/audioop.po b/library/audioop.po index e925bb6..47525a2 100644 --- a/library/audioop.po +++ b/library/audioop.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!audioop` --- Manipulate raw audio data" msgstr "" diff --git a/library/audit_events.po b/library/audit_events.po index 25a5124..a0a5335 100644 --- a/library/audit_events.po +++ b/library/audit_events.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Audit events table" msgstr "" @@ -47,10 +47,8 @@ msgstr "" msgid "Audit event" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Arguments" -msgstr "Arguments" +msgstr "" # pydocvi: passthrough=version_marker #, fuzzy diff --git a/library/base64.po b/library/base64.po index ec3c017..f19a33b 100644 --- a/library/base64.po +++ b/library/base64.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!base64` --- Base16, Base32, Base64, Base85 Data Encodings" msgstr "" @@ -484,15 +484,11 @@ msgstr "" msgid "base64" msgstr "base64" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "encoding" -msgstr "encoding" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "MIME" -msgstr "MIME" +msgstr "" msgid "base64 encoding" msgstr "" diff --git a/library/bdb.po b/library/bdb.po index 05c7a9b..3b2780a 100644 --- a/library/bdb.po +++ b/library/bdb.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!bdb` --- Debugger framework" msgstr "" diff --git a/library/binary.po b/library/binary.po index 49bac5a..a503df0 100644 --- a/library/binary.po +++ b/library/binary.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Binary Data Services" msgstr "" diff --git a/library/binascii.po b/library/binascii.po index 05de085..4556d14 100644 --- a/library/binascii.po +++ b/library/binascii.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!binascii` --- Convert between binary and ASCII" msgstr "" diff --git a/library/bisect.po b/library/bisect.po index c9bf5b6..0803fa7 100644 --- a/library/bisect.po +++ b/library/bisect.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!bisect` --- Array bisection algorithm" msgstr "" diff --git a/library/builtins.po b/library/builtins.po index b18ddd5..9c367c4 100644 --- a/library/builtins.po +++ b/library/builtins.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!builtins` --- Built-in objects" msgstr "" diff --git a/library/bz2.po b/library/bz2.po index 980c9d8..9c10115 100644 --- a/library/bz2.po +++ b/library/bz2.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!bz2` --- Support for :program:`bzip2` compression" msgstr "" diff --git a/library/calendar.po b/library/calendar.po index d4270aa..5034fb3 100644 --- a/library/calendar.po +++ b/library/calendar.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!calendar` --- General calendar-related functions" msgstr "" diff --git a/library/cgi.po b/library/cgi.po index 486ba03..b66aea0 100644 --- a/library/cgi.po +++ b/library/cgi.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!cgi` --- Common Gateway Interface support" msgstr "" diff --git a/library/cgitb.po b/library/cgitb.po index c149f53..13b704f 100644 --- a/library/cgitb.po +++ b/library/cgitb.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!cgitb` --- Traceback manager for CGI scripts" msgstr "" diff --git a/library/chunk.po b/library/chunk.po index d0a1ebd..3e3af7c 100644 --- a/library/chunk.po +++ b/library/chunk.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!chunk` --- Read IFF chunked data" msgstr "" diff --git a/library/cmath.po b/library/cmath.po index ac733c5..3265311 100644 --- a/library/cmath.po +++ b/library/cmath.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-23 15:47+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!cmath` --- Mathematical functions for complex numbers" msgstr "" @@ -536,10 +536,8 @@ msgstr "" msgid ":pep:`485` -- A function for testing approximate equality" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Constants" -msgstr "Constants" +msgstr "" msgid "The mathematical constant *π*, as a float." msgstr "" @@ -598,7 +596,5 @@ msgstr "" msgid "module" msgstr "module" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "math" -msgstr "math" +msgstr "" diff --git a/library/cmd.po b/library/cmd.po index 280a907..9ff59c3 100644 --- a/library/cmd.po +++ b/library/cmd.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!cmd` --- Support for line-oriented command interpreters" msgstr "" diff --git a/library/cmdline.po b/library/cmdline.po index 989e4c7..9a2dc02 100644 --- a/library/cmdline.po +++ b/library/cmdline.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Modules command-line interface (CLI)" msgstr "" diff --git a/library/cmdlinelibs.po b/library/cmdlinelibs.po index 8770725..69b8d03 100644 --- a/library/cmdlinelibs.po +++ b/library/cmdlinelibs.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Command-line interface libraries" msgstr "" diff --git a/library/code.po b/library/code.po index d25a7e5..21bb91e 100644 --- a/library/code.po +++ b/library/code.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!code` --- Interpreter base classes" msgstr "" diff --git a/library/codecs.po b/library/codecs.po index 11bc964..e744799 100644 --- a/library/codecs.po +++ b/library/codecs.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!codecs` --- Codec registry and base classes" msgstr "" @@ -350,10 +350,8 @@ msgid "" "encodings` codecs:" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Value" -msgstr "Value" +msgstr "" msgid "Meaning" msgstr "Ý nghĩa" @@ -444,10 +442,8 @@ msgid "" "In addition, the following error handler is specific to the given codecs:" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Codecs" -msgstr "Codecs" +msgstr "" # pydocvi: passthrough=noop #, fuzzy @@ -1100,15 +1096,11 @@ msgid "" "which when concatenated give the Unicode character):" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Range" -msgstr "Range" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Encoding" -msgstr "Encoding" +msgstr "" # pydocvi: passthrough=noop #, fuzzy @@ -1244,33 +1236,23 @@ msgstr "" msgid "an IBM PC code page, which is ASCII compatible" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Codec" -msgstr "Codec" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Aliases" -msgstr "Aliases" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Languages" -msgstr "Languages" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "ascii" -msgstr "ascii" +msgstr "" msgid "646, us-ascii" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "English" -msgstr "English" +msgstr "" # pydocvi: passthrough=version_marker #, fuzzy @@ -1307,10 +1289,8 @@ msgstr "cp273" msgid "273, IBM273, csIBM273" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "German" -msgstr "German" +msgstr "" # pydocvi: passthrough=version_marker #, fuzzy @@ -1320,10 +1300,8 @@ msgstr "cp424" msgid "EBCDIC-CP-HE, IBM424" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Hebrew" -msgstr "Hebrew" +msgstr "" # pydocvi: passthrough=version_marker #, fuzzy @@ -1349,20 +1327,16 @@ msgstr "" msgid "cp720" msgstr "cp720" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Arabic" -msgstr "Arabic" +msgstr "" # pydocvi: passthrough=version_marker #, fuzzy msgid "cp737" msgstr "cp737" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Greek" -msgstr "Greek" +msgstr "" # pydocvi: passthrough=version_marker #, fuzzy @@ -1420,10 +1394,8 @@ msgstr "cp857" msgid "857, IBM857" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Turkish" -msgstr "Turkish" +msgstr "" # pydocvi: passthrough=version_marker #, fuzzy @@ -1441,10 +1413,8 @@ msgstr "cp860" msgid "860, IBM860" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Portuguese" -msgstr "Portuguese" +msgstr "" # pydocvi: passthrough=version_marker #, fuzzy @@ -1454,10 +1424,8 @@ msgstr "cp861" msgid "861, CP-IS, IBM861" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Icelandic" -msgstr "Icelandic" +msgstr "" # pydocvi: passthrough=version_marker #, fuzzy @@ -1475,10 +1443,8 @@ msgstr "cp863" msgid "863, IBM863" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Canadian" -msgstr "Canadian" +msgstr "" # pydocvi: passthrough=version_marker #, fuzzy @@ -1509,10 +1475,8 @@ msgstr "cp866" msgid "866, IBM866" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Russian" -msgstr "Russian" +msgstr "" # pydocvi: passthrough=version_marker #, fuzzy @@ -1527,10 +1491,8 @@ msgstr "" msgid "cp874" msgstr "cp874" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Thai" -msgstr "Thai" +msgstr "" # pydocvi: passthrough=version_marker #, fuzzy @@ -1545,10 +1507,8 @@ msgstr "cp932" msgid "932, ms932, mskanji, ms-kanji, windows-31j" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Japanese" -msgstr "Japanese" +msgstr "" # pydocvi: passthrough=version_marker #, fuzzy @@ -1558,10 +1518,8 @@ msgstr "cp949" msgid "949, ms949, uhc" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Korean" -msgstr "Korean" +msgstr "" # pydocvi: passthrough=version_marker #, fuzzy @@ -1576,10 +1534,8 @@ msgstr "" msgid "cp1006" msgstr "cp1006" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Urdu" -msgstr "Urdu" +msgstr "" # pydocvi: passthrough=version_marker #, fuzzy @@ -1599,10 +1555,8 @@ msgstr "cp1125" msgid "1125, ibm1125, cp866u, ruscii" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Ukrainian" -msgstr "Ukrainian" +msgstr "" # pydocvi: passthrough=version_marker #, fuzzy @@ -1686,10 +1640,8 @@ msgstr "cp1258" msgid "windows-1258" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Vietnamese" -msgstr "Vietnamese" +msgstr "" # pydocvi: passthrough=version_marker #, fuzzy @@ -1738,10 +1690,8 @@ msgstr "" msgid "Simplified Chinese" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "gbk" -msgstr "gbk" +msgstr "" msgid "936, cp936, ms936" msgstr "" @@ -1757,10 +1707,8 @@ msgstr "gb18030" msgid "gb18030-2000" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "hz" -msgstr "hz" +msgstr "" msgid "hzgb, hz-gb, hz-gb-2312" msgstr "" @@ -1962,10 +1910,8 @@ msgstr "" msgid "South-Eastern Europe" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "johab" -msgstr "johab" +msgstr "" msgid "cp1361, ms1361" msgstr "" @@ -1980,10 +1926,8 @@ msgstr "koi8_r" msgid "koi8_t" msgstr "koi8_t" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Tajik" -msgstr "Tajik" +msgstr "" # pydocvi: passthrough=version_marker #, fuzzy @@ -1998,40 +1942,32 @@ msgstr "kz1048" msgid "kz_1048, strk1048_2002, rk1048" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Kazakh" -msgstr "Kazakh" +msgstr "" # pydocvi: passthrough=version_marker #, fuzzy msgid "mac_cyrillic" msgstr "mac_cyrillic" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "maccyrillic" -msgstr "maccyrillic" +msgstr "" # pydocvi: passthrough=version_marker #, fuzzy msgid "mac_greek" msgstr "mac_greek" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "macgreek" -msgstr "macgreek" +msgstr "" # pydocvi: passthrough=version_marker #, fuzzy msgid "mac_iceland" msgstr "mac_iceland" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "maciceland" -msgstr "maciceland" +msgstr "" # pydocvi: passthrough=version_marker #, fuzzy @@ -2054,10 +1990,8 @@ msgstr "" msgid "mac_turkish" msgstr "mac_turkish" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "macturkish" -msgstr "macturkish" +msgstr "" # pydocvi: passthrough=version_marker #, fuzzy @@ -2199,20 +2133,16 @@ msgid "" "text encodings." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "idna" -msgstr "idna" +msgstr "" msgid "" "Implement :rfc:`3490`, see also :mod:`encodings.idna`. Only " "``errors='strict'`` is supported." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "mbcs" -msgstr "mbcs" +msgstr "" msgid "ansi, dbcs" msgstr "" @@ -2221,27 +2151,21 @@ msgid "" "Windows only: Encode the operand according to the ANSI codepage (CP_ACP)." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "oem" -msgstr "oem" +msgstr "" msgid "" "Windows only: Encode the operand according to the OEM codepage (CP_OEMCP)." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "palmos" -msgstr "palmos" +msgstr "" msgid "Encoding of PalmOS 3.5." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "punycode" -msgstr "punycode" +msgstr "" msgid "Implement :rfc:`3492`. Stateful codecs are not supported." msgstr "" @@ -2257,10 +2181,8 @@ msgid "" "used in the Python pickle protocol." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "undefined" -msgstr "undefined" +msgstr "" msgid "This Codec should only be used for testing purposes." msgstr "" @@ -2339,10 +2261,8 @@ msgstr ":meth:`bz2.compress` / :meth:`bz2.decompress`" msgid "hex_codec" msgstr "hex_codec" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "hex" -msgstr "hex" +msgstr "" msgid "" "Convert the operand to hexadecimal representation, with two digits per byte." @@ -2372,10 +2292,8 @@ msgstr "" msgid "uu_codec" msgstr "uu_codec" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "uu" -msgstr "uu" +msgstr "" msgid "Convert the operand using uuencode." msgstr "" @@ -2518,10 +2436,8 @@ msgid "" "object for it." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Availability" -msgstr "Availability" +msgstr "" msgid "This module implements the following exception:" msgstr "" @@ -2625,58 +2541,38 @@ msgid "" "skipped." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Unicode" -msgstr "Unicode" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "encode" -msgstr "encode" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "decode" -msgstr "decode" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "streams" -msgstr "streams" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "stackable" -msgstr "stackable" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "strict" -msgstr "strict" +msgstr "" msgid "error handler's name" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "ignore" -msgstr "ignore" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "replace" -msgstr "replace" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "backslashreplace" -msgstr "backslashreplace" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "surrogateescape" -msgstr "surrogateescape" +msgstr "" msgid "? (question mark)" msgstr "" @@ -2705,17 +2601,11 @@ msgstr "\\u" msgid "\\U" msgstr "\\U" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "xmlcharrefreplace" -msgstr "xmlcharrefreplace" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "namereplace" -msgstr "namereplace" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "surrogatepass" -msgstr "surrogatepass" +msgstr "" diff --git a/library/codeop.po b/library/codeop.po index d7c85db..e89db75 100644 --- a/library/codeop.po +++ b/library/codeop.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!codeop` --- Compile Python code" msgstr "" diff --git a/library/collections.abc.po b/library/collections.abc.po index e525938..4fe8e9c 100644 --- a/library/collections.abc.po +++ b/library/collections.abc.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!collections.abc` --- Abstract Base Classes for Containers" msgstr "" @@ -184,10 +184,8 @@ msgid "" "class>`:" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "ABC" -msgstr "ABC" +msgstr "" msgid "Inherits from" msgstr "" diff --git a/library/collections.po b/library/collections.po index 91f1892..8917e20 100644 --- a/library/collections.po +++ b/library/collections.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!collections` --- Container datatypes" msgstr "" diff --git a/library/colorsys.po b/library/colorsys.po index c81a3d7..7cd8610 100644 --- a/library/colorsys.po +++ b/library/colorsys.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!colorsys` --- Conversions between color systems" msgstr "" diff --git a/library/compileall.po b/library/compileall.po index dcf0c1a..36dbfa9 100644 --- a/library/compileall.po +++ b/library/compileall.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!compileall` --- Byte-compile Python libraries" msgstr "" @@ -33,10 +33,8 @@ msgid "" "don't have write permission to the library directories." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Availability" -msgstr "Availability" +msgstr "" msgid "" "This module does not work or is not available on WebAssembly. See :ref:`wasm-" diff --git a/library/compression.po b/library/compression.po index e3a34b3..db0362f 100644 --- a/library/compression.po +++ b/library/compression.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "The :mod:`!compression` package" msgstr "" diff --git a/library/compression.zstd.po b/library/compression.zstd.po index 361c676..19800fc 100644 --- a/library/compression.zstd.po +++ b/library/compression.zstd.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "" ":mod:`!compression.zstd` --- Compression compatible with the Zstandard format" @@ -75,10 +75,8 @@ msgid "" "module-requirements`." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Exceptions" -msgstr "Exceptions" +msgstr "" msgid "" "This exception is raised when an error occurs during compression or " @@ -525,10 +523,8 @@ msgid "" "``ldm_hash_rate_log``, and some non-public parameters." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "None" -msgstr "None" +msgstr "" msgid ":class:`!ZstdDict` internally caches the dictionary" msgstr "" @@ -895,10 +891,8 @@ msgstr "" msgid "The following strategies are available:" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Miscellaneous" -msgstr "Miscellaneous" +msgstr "" msgid "" "Retrieve a :class:`FrameInfo` object containing metadata about a Zstandard " diff --git a/library/concurrency.po b/library/concurrency.po index 69031df..6b5b647 100644 --- a/library/concurrency.po +++ b/library/concurrency.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Concurrent Execution" msgstr "" diff --git a/library/concurrent.futures.po b/library/concurrent.futures.po index 76ddc70..ee6a89b 100644 --- a/library/concurrent.futures.po +++ b/library/concurrent.futures.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!concurrent.futures` --- Launching parallel tasks" msgstr "" @@ -47,10 +47,8 @@ msgid "" "detailed comparison of the two." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Availability" -msgstr "Availability" +msgstr "" msgid "" "This module does not work or is not available on WebAssembly. See :ref:`wasm-" @@ -182,10 +180,8 @@ msgstr "" msgid "Added *cancel_futures*." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "ThreadPoolExecutor" -msgstr "ThreadPoolExecutor" +msgstr "" msgid "" ":class:`ThreadPoolExecutor` is an :class:`Executor` subclass that uses a " @@ -378,10 +374,8 @@ msgstr "" " else:\n" " print('%r page is %d bytes' % (url, len(data)))" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "InterpreterPoolExecutor" -msgstr "InterpreterPoolExecutor" +msgstr "" msgid "" "The :class:`InterpreterPoolExecutor` class uses a pool of interpreters to " @@ -483,10 +477,8 @@ msgid "" "`~concurrent.interpreters.ExecutionFailed` instance instead." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "ProcessPoolExecutor" -msgstr "ProcessPoolExecutor" +msgstr "" msgid "" "The :class:`ProcessPoolExecutor` class is an :class:`Executor` subclass that " @@ -833,15 +825,11 @@ msgid "" "the following constants:" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Constant" -msgstr "Constant" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Description" -msgstr "Description" +msgstr "" msgid "The function will return when any future finishes or is cancelled." msgstr "" diff --git a/library/concurrent.interpreters.po b/library/concurrent.interpreters.po index 4dd6317..fe92942 100644 --- a/library/concurrent.interpreters.po +++ b/library/concurrent.interpreters.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "" ":mod:`!concurrent.interpreters` --- Multiple interpreters in the same process" @@ -76,10 +76,8 @@ msgstr ":pep:`734`" msgid ":pep:`684`" msgstr ":pep:`684`" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Availability" -msgstr "Availability" +msgstr "" msgid "" "This module does not work or is not available on WebAssembly. See :ref:`wasm-" @@ -103,10 +101,8 @@ msgstr "" msgid "not all PyPI packages support use in multiple interpreters yet" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Introduction" -msgstr "Introduction" +msgstr "" msgid "" "An \"interpreter\" is effectively the execution context of the Python " @@ -296,10 +292,8 @@ msgstr ":class:`memoryview`" msgid ":class:`Queue`" msgstr ":class:`Queue`" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Reference" -msgstr "Reference" +msgstr "" msgid "This module defines the following functions:" msgstr "" @@ -376,10 +370,8 @@ msgstr "" msgid "Run the given function in the interpreter (in a new thread)." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Exceptions" -msgstr "Exceptions" +msgstr "" msgid "" "This exception, a subclass of :exc:`Exception`, is raised when an " diff --git a/library/concurrent.po b/library/concurrent.po index 3255233..da22f8a 100644 --- a/library/concurrent.po +++ b/library/concurrent.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "The :mod:`!concurrent` package" msgstr "" diff --git a/library/configparser.po b/library/configparser.po index 0ae0a21..c273f52 100644 --- a/library/configparser.po +++ b/library/configparser.po @@ -13,7 +13,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -21,7 +21,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!configparser` --- Configuration file parser" msgstr "" @@ -1910,10 +1910,8 @@ msgid "" "not allow such assignments to take place." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Exceptions" -msgstr "Exceptions" +msgstr "" msgid "Base class for all other :mod:`!configparser` exceptions." msgstr "" @@ -2014,10 +2012,8 @@ msgstr "" msgid "file" msgstr "tệp tin" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "configuration" -msgstr "configuration" +msgstr "" msgid "ini file" msgstr "" diff --git a/library/constants.po b/library/constants.po index 50ffb76..b764deb 100644 --- a/library/constants.po +++ b/library/constants.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Built-in Constants" msgstr "" diff --git a/library/contextlib.po b/library/contextlib.po index a6a18da..4f5ed71 100644 --- a/library/contextlib.po +++ b/library/contextlib.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "" ":mod:`!contextlib` --- Utilities for :keyword:`!with`\\ -statement contexts" @@ -32,10 +32,8 @@ msgid "" "and :ref:`context-managers`." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Utilities" -msgstr "Utilities" +msgstr "" msgid "Functions and classes provided:" msgstr "" diff --git a/library/contextvars.po b/library/contextvars.po index f9f72a8..7596c51 100644 --- a/library/contextvars.po +++ b/library/contextvars.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!contextvars` --- Context Variables" msgstr "" diff --git a/library/copy.po b/library/copy.po index 75e1f62..de9c38b 100644 --- a/library/copy.po +++ b/library/copy.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-23 15:47+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!copy` --- Shallow and deep copy operations" msgstr "" @@ -159,10 +159,8 @@ msgstr "" msgid "module" msgstr "module" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "pickle" -msgstr "pickle" +msgstr "" msgid "__copy__() (copy protocol)" msgstr "" diff --git a/library/copyreg.po b/library/copyreg.po index 420093b..93ce09a 100644 --- a/library/copyreg.po +++ b/library/copyreg.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-23 15:47+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!copyreg` --- Register :mod:`!pickle` support functions" msgstr "" @@ -59,10 +59,8 @@ msgid "" "reduction functions." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Example" -msgstr "Example" +msgstr "" msgid "" "The example below would like to show how to register a pickle function and " @@ -72,12 +70,8 @@ msgstr "" msgid "module" msgstr "module" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "pickle" -msgstr "pickle" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "copy" -msgstr "copy" +msgstr "" diff --git a/library/crypt.po b/library/crypt.po index 102967c..3105400 100644 --- a/library/crypt.po +++ b/library/crypt.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!crypt` --- Function to check Unix passwords" msgstr "" diff --git a/library/crypto.po b/library/crypto.po index 3304c5f..27f36c2 100644 --- a/library/crypto.po +++ b/library/crypto.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Cryptographic Services" msgstr "" @@ -28,7 +28,5 @@ msgid "" "installation. Here's an overview:" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "cryptography" -msgstr "cryptography" +msgstr "" diff --git a/library/csv.po b/library/csv.po index a56410a..bf38dbd 100644 --- a/library/csv.po +++ b/library/csv.po @@ -13,7 +13,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -21,7 +21,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!csv` --- CSV File Reading and Writing" msgstr "" @@ -792,20 +792,14 @@ msgid "" "`universal `) newline handling." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "csv" -msgstr "csv" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "data" -msgstr "data" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "tabular" -msgstr "tabular" +msgstr "" msgid "universal newlines" msgstr "ký tự xuống dòng phổ quát" diff --git a/library/ctypes.po b/library/ctypes.po index f5f1dc6..6108f2b 100644 --- a/library/ctypes.po +++ b/library/ctypes.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!ctypes` --- A foreign function library for Python" msgstr "" @@ -1693,10 +1693,8 @@ msgid "" "details on the default behavior and how to change it." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Arrays" -msgstr "Arrays" +msgstr "" msgid "" "Arrays are sequences, containing a fixed number of instances of the same " @@ -1792,10 +1790,8 @@ msgstr "" "1 2 3 4 5 6 7 8 9 10\n" ">>>" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Pointers" -msgstr "Pointers" +msgstr "" msgid "" "Pointer instances are created by calling the :func:`pointer` function on a :" @@ -2630,10 +2626,8 @@ msgid "" "used for testing. Try it out with ``import __hello__`` for example." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Surprises" -msgstr "Surprises" +msgstr "" msgid "" "There are some edges in :mod:`!ctypes` where you might expect something " @@ -3023,10 +3017,8 @@ msgid "" "value signals a failure, an :class:`OSError` is automatically raised." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Availability" -msgstr "Availability" +msgstr "" msgid "" ":exc:`WindowsError` used to be raised, which is now an alias of :exc:" @@ -4850,10 +4842,8 @@ msgid "" "changes the pointer to point to the assigned object." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Exceptions" -msgstr "Exceptions" +msgstr "" msgid "" "This exception is raised when a foreign function call cannot convert one of " diff --git a/library/curses.ascii.po b/library/curses.ascii.po index fccb5e6..28bd39d 100644 --- a/library/curses.ascii.po +++ b/library/curses.ascii.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!curses.ascii` --- Utilities for ASCII characters" msgstr "" @@ -34,10 +34,8 @@ msgid "" "constants supplied are names for control characters as follows:" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Name" -msgstr "Name" +msgstr "" msgid "Meaning" msgstr "Ý nghĩa" @@ -57,25 +55,17 @@ msgstr "" msgid "Enquiry, goes with :const:`ACK` flow control" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Acknowledgement" -msgstr "Acknowledgement" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Bell" -msgstr "Bell" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Backspace" -msgstr "Backspace" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Tab" -msgstr "Tab" +msgstr "" msgid "Alias for :const:`TAB`: \"Horizontal tab\"" msgstr "" @@ -125,23 +115,17 @@ msgstr "" msgid "End transmission block" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Cancel" -msgstr "Cancel" +msgstr "" msgid "End of medium" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Substitute" -msgstr "Substitute" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Escape" -msgstr "Escape" +msgstr "" msgid "File separator" msgstr "" @@ -155,15 +139,11 @@ msgstr "" msgid "Unit separator" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Space" -msgstr "Space" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Delete" -msgstr "Delete" +msgstr "" msgid "" "Note that many of these have little practical significance in modern usage. " diff --git a/library/curses.panel.po b/library/curses.panel.po index abaf2d6..4513a84 100644 --- a/library/curses.panel.po +++ b/library/curses.panel.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!curses.panel` --- A panel stack extension for curses" msgstr "" @@ -28,10 +28,8 @@ msgid "" "displayed. Panels can be added, moved up or down in the stack, and removed." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Functions" -msgstr "Functions" +msgstr "" msgid "The module :mod:`!curses.panel` defines the following functions:" msgstr "" diff --git a/library/curses.po b/library/curses.po index 11386af..95d9c12 100644 --- a/library/curses.po +++ b/library/curses.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!curses` --- Terminal handling for character-cell displays" msgstr "" @@ -40,10 +40,8 @@ msgid "" "curses library hosted on Linux and the BSD variants of Unix." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Availability" -msgstr "Availability" +msgstr "" msgid "" "This module is not supported on :ref:`mobile platforms \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Custom Python Interpreters" msgstr "" diff --git a/library/dataclasses.po b/library/dataclasses.po index 93eac78..52e6227 100644 --- a/library/dataclasses.po +++ b/library/dataclasses.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!dataclasses` --- Data Classes" msgstr "" @@ -946,10 +946,8 @@ msgid "" "must use :meth:`!object.__setattr__`." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Inheritance" -msgstr "Inheritance" +msgstr "" msgid "" "When the dataclass is being created by the :deco:`dataclass` decorator, it " diff --git a/library/datatypes.po b/library/datatypes.po index 0aa8a08..59cf97d 100644 --- a/library/datatypes.po +++ b/library/datatypes.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Data Types" msgstr "" diff --git a/library/datetime.po b/library/datetime.po index 3158dd9..b562e2d 100644 --- a/library/datetime.po +++ b/library/datetime.po @@ -13,7 +13,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -21,7 +21,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!datetime` --- Basic date and time types" msgstr "" @@ -120,10 +120,8 @@ msgid "" "there is no standard suitable for every application aside from UTC." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Constants" -msgstr "Constants" +msgstr "" msgid "The :mod:`!datetime` module exports the following constants:" msgstr "" @@ -462,15 +460,11 @@ msgstr "" msgid "Supported operations:" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Operation" -msgstr "Operation" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Result" -msgstr "Result" +msgstr "" # pydocvi: passthrough=noop #, fuzzy @@ -3727,10 +3721,8 @@ msgstr "``strftime``" msgid "``strptime``" msgstr "``strptime``" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Usage" -msgstr "Usage" +msgstr "" msgid "Convert object to a string according to a given format" msgstr "" @@ -3747,10 +3739,8 @@ msgstr "" msgid "Class method" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Signature" -msgstr "Signature" +msgstr "" # pydocvi: passthrough=noop #, fuzzy @@ -3792,23 +3782,17 @@ msgid "" "requires, and these work on all supported platforms." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Directive" -msgstr "Directive" +msgstr "" msgid "Meaning" msgstr "Ý nghĩa" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Example" -msgstr "Example" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Notes" -msgstr "Notes" +msgstr "" # pydocvi: passthrough=noop #, fuzzy diff --git a/library/dbm.po b/library/dbm.po index 7979dc0..34d1c1b 100644 --- a/library/dbm.po +++ b/library/dbm.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!dbm` --- Interfaces to Unix \"databases\"" msgstr "" @@ -258,10 +258,8 @@ msgid "" "including the SQLite CLI." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Availability" -msgstr "Availability" +msgstr "" msgid "" "This module does not work or is not available on WebAssembly. See :ref:`wasm-" @@ -375,10 +373,8 @@ msgid "" "member for a list of supported flag characters." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Raises" -msgstr "Raises" +msgstr "" msgid "If an invalid *flag* argument is passed." msgstr "" @@ -615,7 +611,5 @@ msgid "" "the :meth:`shelve.Shelf.sync` method." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "databases" -msgstr "databases" +msgstr "" diff --git a/library/debug.po b/library/debug.po index c2d43c4..ade80d3 100644 --- a/library/debug.po +++ b/library/debug.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Debugging and profiling" msgstr "" diff --git a/library/decimal.po b/library/decimal.po index 68c4738..f76194f 100644 --- a/library/decimal.po +++ b/library/decimal.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!decimal` --- Decimal fixed-point and floating-point arithmetic" msgstr "" @@ -1791,10 +1791,8 @@ msgstr "" msgid "Converts a number to a string using scientific notation." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Constants" -msgstr "Constants" +msgstr "" msgid "" "The highest version of the General Decimal Arithmetic Specification that " @@ -1894,10 +1892,8 @@ msgid "" "been 0 or 5; otherwise round towards zero." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Signals" -msgstr "Signals" +msgstr "" msgid "" "Signals represent conditions that arise during computation. Each corresponds " @@ -2280,10 +2276,8 @@ msgstr "" "t3.start()\n" " . . ." -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Recipes" -msgstr "Recipes" +msgstr "" msgid "" "Here are a few recipes that serve as utility functions and that demonstrate " diff --git a/library/development.po b/library/development.po index 7b4bb7b..4d94d1f 100644 --- a/library/development.po +++ b/library/development.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Development Tools" msgstr "" diff --git a/library/devmode.po b/library/devmode.po index 3547579..89ce54c 100644 --- a/library/devmode.po +++ b/library/devmode.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Python Development Mode" msgstr "" diff --git a/library/dialog.po b/library/dialog.po index 1dd2ca1..8e5ca7b 100644 --- a/library/dialog.po +++ b/library/dialog.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Tkinter Dialogs" msgstr "" diff --git a/library/difflib.po b/library/difflib.po index 334c2b8..faeab61 100644 --- a/library/difflib.po +++ b/library/difflib.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!difflib` --- Helpers for computing deltas" msgstr "" @@ -83,10 +83,8 @@ msgstr "" msgid "Each line of a :class:`Differ` delta begins with a two-letter code:" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Code" -msgstr "Code" +msgstr "" msgid "Meaning" msgstr "Ý nghĩa" @@ -518,10 +516,8 @@ msgstr "" msgid "The *tag* values are strings, with these meanings:" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Value" -msgstr "Value" +msgstr "" # pydocvi: passthrough=noop #, fuzzy diff --git a/library/dis.po b/library/dis.po index be7c075..58b86a8 100644 --- a/library/dis.po +++ b/library/dis.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!dis` --- Disassembler for Python bytecode" msgstr "" @@ -1769,15 +1769,11 @@ msgstr "" msgid "The operand determines which intrinsic function is called:" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Operand" -msgstr "Operand" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Description" -msgstr "Description" +msgstr "" # pydocvi: passthrough=noop #, fuzzy @@ -2069,7 +2065,5 @@ msgstr "" msgid "built-in function" msgstr "hàm tích hợp sẵn" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "slice" -msgstr "slice" +msgstr "" diff --git a/library/distribution.po b/library/distribution.po index 495d747..07977f0 100644 --- a/library/distribution.po +++ b/library/distribution.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Software Packaging and Distribution" msgstr "" diff --git a/library/distutils.po b/library/distutils.po index d531493..1054192 100644 --- a/library/distutils.po +++ b/library/distutils.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!distutils` --- Building and installing Python modules" msgstr "" diff --git a/library/doctest.po b/library/doctest.po index a7d70df..4500e98 100644 --- a/library/doctest.po +++ b/library/doctest.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!doctest` --- Test interactive Python examples" msgstr "" @@ -1098,10 +1098,8 @@ msgstr "" msgid "MY_FLAG = register_optionflag('MY_FLAG')" msgstr "MY_FLAG = register_optionflag('MY_FLAG')" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Directives" -msgstr "Directives" +msgstr "" msgid "" "Doctest directives may be used to modify the :ref:`option flags " msgstr "" diff --git a/library/email.charset.po b/library/email.charset.po index 72ca13f..181175b 100644 --- a/library/email.charset.po +++ b/library/email.charset.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!email.charset`: Representing character sets" msgstr "" diff --git a/library/email.compat32-message.po b/library/email.compat32-message.po index 8c78adc..c9e6bb4 100644 --- a/library/email.compat32-message.po +++ b/library/email.compat32-message.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "" ":mod:`email.message.Message`: Representing an email message using the :data:" diff --git a/library/email.contentmanager.po b/library/email.contentmanager.po index 61bf2af..78a5b7b 100644 --- a/library/email.contentmanager.po +++ b/library/email.contentmanager.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!email.contentmanager`: Managing MIME Content" msgstr "" diff --git a/library/email.encoders.po b/library/email.encoders.po index d2f25a1..0aaea2f 100644 --- a/library/email.encoders.po +++ b/library/email.encoders.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!email.encoders`: Encoders" msgstr "" diff --git a/library/email.errors.po b/library/email.errors.po index 5638d9c..5a33eab 100644 --- a/library/email.errors.po +++ b/library/email.errors.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!email.errors`: Exception and Defect classes" msgstr "" diff --git a/library/email.examples.po b/library/email.examples.po index feea93c..2b7faae 100644 --- a/library/email.examples.po +++ b/library/email.examples.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`email`: Examples" msgstr "" diff --git a/library/email.generator.po b/library/email.generator.po index 6dbee02..17fa5f4 100644 --- a/library/email.generator.po +++ b/library/email.generator.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!email.generator`: Generating MIME documents" msgstr "" diff --git a/library/email.header.po b/library/email.header.po index 506e118..9478bcd 100644 --- a/library/email.header.po +++ b/library/email.header.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!email.header`: Internationalized headers" msgstr "" diff --git a/library/email.headerregistry.po b/library/email.headerregistry.po index b11d3c9..f7c471f 100644 --- a/library/email.headerregistry.po +++ b/library/email.headerregistry.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!email.headerregistry`: Custom Header Objects" msgstr "" @@ -362,93 +362,65 @@ msgstr "" msgid "The default mappings are:" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "subject" -msgstr "subject" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "UniqueUnstructuredHeader" -msgstr "UniqueUnstructuredHeader" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "date" -msgstr "date" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "UniqueDateHeader" -msgstr "UniqueDateHeader" +msgstr "" msgid "resent-date" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "DateHeader" -msgstr "DateHeader" +msgstr "" msgid "orig-date" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "sender" -msgstr "sender" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "UniqueSingleAddressHeader" -msgstr "UniqueSingleAddressHeader" +msgstr "" msgid "resent-sender" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "SingleAddressHeader" -msgstr "SingleAddressHeader" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "to" -msgstr "to" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "UniqueAddressHeader" -msgstr "UniqueAddressHeader" +msgstr "" msgid "resent-to" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "AddressHeader" -msgstr "AddressHeader" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "cc" -msgstr "cc" +msgstr "" msgid "resent-cc" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "bcc" -msgstr "bcc" +msgstr "" msgid "resent-bcc" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "from" -msgstr "from" +msgstr "" msgid "resent-from" msgstr "" @@ -459,42 +431,32 @@ msgstr "" msgid "mime-version" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "MIMEVersionHeader" -msgstr "MIMEVersionHeader" +msgstr "" msgid "content-type" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "ContentTypeHeader" -msgstr "ContentTypeHeader" +msgstr "" msgid "content-disposition" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "ContentDispositionHeader" -msgstr "ContentDispositionHeader" +msgstr "" msgid "content-transfer-encoding" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "ContentTransferEncodingHeader" -msgstr "ContentTransferEncodingHeader" +msgstr "" msgid "message-id" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "MessageIDHeader" -msgstr "MessageIDHeader" +msgstr "" msgid "``HeaderRegistry`` has the following methods:" msgstr "" diff --git a/library/email.iterators.po b/library/email.iterators.po index 8ac9f67..3862939 100644 --- a/library/email.iterators.po +++ b/library/email.iterators.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!email.iterators`: Iterators" msgstr "" diff --git a/library/email.message.po b/library/email.message.po index 9962c25..1465ac1 100644 --- a/library/email.message.po +++ b/library/email.message.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!email.message`: Representing an email message" msgstr "" diff --git a/library/email.mime.po b/library/email.mime.po index 301fbd0..4c28e4e 100644 --- a/library/email.mime.po +++ b/library/email.mime.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!email.mime`: Creating email and MIME objects from scratch" msgstr "" diff --git a/library/email.parser.po b/library/email.parser.po index 66ee9d2..6aa3753 100644 --- a/library/email.parser.po +++ b/library/email.parser.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!email.parser`: Parsing email messages" msgstr "" diff --git a/library/email.po b/library/email.po index 47f809a..b9a0246 100644 --- a/library/email.po +++ b/library/email.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!email` --- An email and MIME handling package" msgstr "" diff --git a/library/email.policy.po b/library/email.policy.po index f26c6dc..ec802f2 100644 --- a/library/email.policy.po +++ b/library/email.policy.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!email.policy`: Policy Objects" msgstr "" diff --git a/library/email.utils.po b/library/email.utils.po index 1f400c2..8670107 100644 --- a/library/email.utils.po +++ b/library/email.utils.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!email.utils`: Miscellaneous utilities" msgstr "" diff --git a/library/ensurepip.po b/library/ensurepip.po index c8bc23e..f59a2cc 100644 --- a/library/ensurepip.po +++ b/library/ensurepip.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!ensurepip` --- Bootstrapping the ``pip`` installer" msgstr "" @@ -67,10 +67,8 @@ msgstr "" msgid "The original rationale and specification for this module." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Availability" -msgstr "Availability" +msgstr "" msgid "" "This module is not supported on :ref:`mobile platforms \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!enum` --- Support for enumerations" msgstr "" @@ -101,10 +101,8 @@ msgid "" "differences>` for more details." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Nomenclature" -msgstr "Nomenclature" +msgstr "" msgid "The class :class:`!Color` is an *enumeration* (or *enum*)" msgstr "" @@ -352,18 +350,14 @@ msgstr "" msgid "to look up an existing member:" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "cls" -msgstr "cls" +msgstr "" msgid "The enum class being called." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "value" -msgstr "value" +msgstr "" msgid "The value to lookup." msgstr "" @@ -376,10 +370,8 @@ msgstr "" msgid "The name of the new Enum to create." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "names" -msgstr "names" +msgstr "" msgid "The names/values of the members for the new Enum." msgstr "" @@ -390,10 +382,8 @@ msgstr "module" msgid "The name of the module the new Enum is created in." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "qualname" -msgstr "qualname" +msgstr "" msgid "The actual location in the module where this Enum can be found." msgstr "" @@ -404,18 +394,14 @@ msgstr "type" msgid "A mix-in type for the new Enum." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "start" -msgstr "start" +msgstr "" msgid "The first integer value for the Enum (used by :class:`auto`)." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "boundary" -msgstr "boundary" +msgstr "" msgid "" "How to handle out-of-range values from bit operations (:class:`Flag` only)." @@ -662,10 +648,8 @@ msgstr "" "['__class__', '__doc__', '__eq__', '__hash__', '__module__', 'name', 'today'," " 'value']" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "name" -msgstr "name" +msgstr "" msgid "The name of the member being defined (e.g. 'RED')." msgstr "" @@ -673,10 +657,8 @@ msgstr "" msgid "The start value for the Enum; the default is 1." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "count" -msgstr "count" +msgstr "" msgid "The number of members currently defined, not including this one." msgstr "" @@ -1660,10 +1642,8 @@ msgstr "" msgid "Return a list of all power-of-two integers contained in a flag *value*." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Notes" -msgstr "Notes" +msgstr "" msgid ":class:`IntEnum`, :class:`StrEnum`, and :class:`IntFlag`" msgstr "" diff --git a/library/errno.po b/library/errno.po index 0ba92ee..bb3300e 100644 --- a/library/errno.po +++ b/library/errno.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!errno` --- Standard errno system symbols" msgstr "" @@ -539,10 +539,8 @@ msgid "" "`PermissionError`." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Availability" -msgstr "Availability" +msgstr "" msgid "Operation canceled" msgstr "" diff --git a/library/exceptions.po b/library/exceptions.po index 5908a97..ab8eb44 100644 --- a/library/exceptions.po +++ b/library/exceptions.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Built-in Exceptions" msgstr "" @@ -859,10 +859,8 @@ msgstr "" msgid ":pep:`3151` - Reworking the OS and IO exception hierarchy" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Warnings" -msgstr "Warnings" +msgstr "" msgid "" "The following exceptions are used as warning categories; see the :ref:" @@ -1281,30 +1279,20 @@ msgstr "" msgid "statement" msgstr "câu lệnh" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "try" -msgstr "try" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "except" -msgstr "except" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "raise" -msgstr "raise" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "exception" -msgstr "exception" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "chaining" -msgstr "chaining" +msgstr "" msgid "__cause__ (exception attribute)" msgstr "" @@ -1315,15 +1303,11 @@ msgstr "" msgid "__suppress_context__ (exception attribute)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "assert" -msgstr "assert" +msgstr "" msgid "module" msgstr "module" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "errno" -msgstr "errno" +msgstr "" diff --git a/library/faulthandler.po b/library/faulthandler.po index f9be7a5..b55f2bf 100644 --- a/library/faulthandler.po +++ b/library/faulthandler.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!faulthandler` --- Dump the Python traceback" msgstr "" @@ -262,10 +262,8 @@ msgid "" "Call these functions again each time that the file is replaced." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Example" -msgstr "Example" +msgstr "" msgid "" "Example of a segmentation fault on Linux with and without enabling the fault " diff --git a/library/fcntl.po b/library/fcntl.po index f644f1a..e563623 100644 --- a/library/fcntl.po +++ b/library/fcntl.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!fcntl` --- The ``fcntl`` and ``ioctl`` system calls" msgstr "" @@ -32,10 +32,8 @@ msgid "" "details." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Availability" -msgstr "Availability" +msgstr "" msgid "" "All functions in this module take a file descriptor *fd* as their first " @@ -352,10 +350,8 @@ msgid "" "provides an alternative to the :func:`lockf` and :func:`flock` functions." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "UNIX" -msgstr "UNIX" +msgstr "" msgid "file control" msgstr "" diff --git a/library/filecmp.po b/library/filecmp.po index 497d4d7..9feed83 100644 --- a/library/filecmp.po +++ b/library/filecmp.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!filecmp` --- File and Directory Comparisons" msgstr "" diff --git a/library/fileformats.po b/library/fileformats.po index cccc1b0..dc50354 100644 --- a/library/fileformats.po +++ b/library/fileformats.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "File Formats" msgstr "" diff --git a/library/fileinput.po b/library/fileinput.po index 24c6221..bbe6f85 100644 --- a/library/fileinput.po +++ b/library/fileinput.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!fileinput` --- Iterate over lines from multiple input streams" msgstr "" diff --git a/library/filesys.po b/library/filesys.po index 827231c..0532fae 100644 --- a/library/filesys.po +++ b/library/filesys.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "File and Directory Access" msgstr "" diff --git a/library/fnmatch.po b/library/fnmatch.po index 9a06cf5..0e488c4 100644 --- a/library/fnmatch.po +++ b/library/fnmatch.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!fnmatch` --- Unix filename pattern matching" msgstr "" @@ -34,10 +34,8 @@ msgid "" "module). The special characters used in shell-style wildcards are:" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Pattern" -msgstr "Pattern" +msgstr "" msgid "Meaning" msgstr "Ý nghĩa" @@ -165,10 +163,8 @@ msgstr "" msgid "Unix shell-style path expansion." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "filenames" -msgstr "filenames" +msgstr "" msgid "wildcard expansion" msgstr "" @@ -176,10 +172,8 @@ msgstr "" msgid "module" msgstr "module" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "re" -msgstr "re" +msgstr "" # pydocvi: model=gpt-5-6-mini prompt=574466d7 glossary=1 batch=d132b9201f27 run=2026-08-17T16:43Z #, fuzzy @@ -201,7 +195,5 @@ msgstr "" msgid "- (minus)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "glob" -msgstr "glob" +msgstr "" diff --git a/library/fractions.po b/library/fractions.po index 92cff59..73307ce 100644 --- a/library/fractions.po +++ b/library/fractions.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!fractions` --- Rational numbers" msgstr "" diff --git a/library/frameworks.po b/library/frameworks.po index b91f67e..ec28c78 100644 --- a/library/frameworks.po +++ b/library/frameworks.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Program frameworks" msgstr "" diff --git a/library/ftplib.po b/library/ftplib.po index d0089ce..34e6e9e 100644 --- a/library/ftplib.po +++ b/library/ftplib.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!ftplib` --- FTP protocol client" msgstr "" @@ -40,10 +40,8 @@ msgstr "" msgid "The default encoding is UTF-8, following :rfc:`2640`." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Availability" -msgstr "Availability" +msgstr "" msgid "" "This module does not work or is not available on WebAssembly. See :ref:`wasm-" @@ -94,10 +92,8 @@ msgstr "" ">>> ftp.quit()\n" "'221 Goodbye.'" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Reference" -msgstr "Reference" +msgstr "" msgid "FTP objects" msgstr "" @@ -555,15 +551,11 @@ msgid "" "prompting the user." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "FTP" -msgstr "FTP" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "protocol" -msgstr "protocol" +msgstr "" msgid "ftplib (standard module)" msgstr "" diff --git a/library/functional.po b/library/functional.po index 32b29d9..12e43b2 100644 --- a/library/functional.po +++ b/library/functional.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Functional Programming Modules" msgstr "" diff --git a/library/functions.po b/library/functions.po index 5a677dd..79fcfc6 100644 --- a/library/functions.po +++ b/library/functions.po @@ -13,7 +13,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -21,7 +21,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Built-in Functions" msgstr "Các hàm tích hợp sẵn" diff --git a/library/functools.po b/library/functools.po index 843ef76..ea0f569 100644 --- a/library/functools.po +++ b/library/functools.po @@ -13,7 +13,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -21,7 +21,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "" ":mod:`!functools` --- Higher-order functions and operations on callable " diff --git a/library/gc.po b/library/gc.po index e26019a..32071fc 100644 --- a/library/gc.po +++ b/library/gc.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!gc` --- Garbage Collector interface" msgstr "" diff --git a/library/getopt.po b/library/getopt.po index b64a3c6..0a6878f 100644 --- a/library/getopt.po +++ b/library/getopt.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!getopt` --- C-style parser for command line options" msgstr "" diff --git a/library/getpass.po b/library/getpass.po index c367de5..44a37b4 100644 --- a/library/getpass.po +++ b/library/getpass.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!getpass` --- Portable password input" msgstr "" @@ -25,10 +25,8 @@ msgstr "" msgid "**Source code:** :source:`Lib/getpass.py`" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Availability" -msgstr "Availability" +msgstr "" msgid "" "This module does not work or is not available on WebAssembly. See :ref:`wasm-" diff --git a/library/gettext.po b/library/gettext.po index 0fdf9f6..070f14d 100644 --- a/library/gettext.po +++ b/library/gettext.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!gettext` --- Multilingual internationalization services" msgstr "" @@ -812,10 +812,8 @@ msgid "" "MarkThisStringForTranslation`." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Acknowledgements" -msgstr "Acknowledgements" +msgstr "" msgid "" "The following people contributed code, feedback, design suggestions, " @@ -866,12 +864,8 @@ msgstr "" msgid "_ (underscore)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "gettext" -msgstr "gettext" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "GNOME" -msgstr "GNOME" +msgstr "" diff --git a/library/glob.po b/library/glob.po index 2f9c83a..b4e95bc 100644 --- a/library/glob.po +++ b/library/glob.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!glob` --- Unix style pathname pattern expansion" msgstr "" @@ -239,10 +239,8 @@ msgstr "" msgid "The :mod:`pathlib` module offers high-level path objects." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "filenames" -msgstr "filenames" +msgstr "" msgid "pathname expansion" msgstr "" diff --git a/library/graphlib.po b/library/graphlib.po index 9d131f3..2440cdf 100644 --- a/library/graphlib.po +++ b/library/graphlib.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "" ":mod:`!graphlib` --- Functionality to operate with graph-like structures" @@ -311,10 +311,8 @@ msgstr "" msgid "If any cycle is detected, :exc:`CycleError` will be raised." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Exceptions" -msgstr "Exceptions" +msgstr "" msgid "The :mod:`!graphlib` module defines the following exception classes:" msgstr "" diff --git a/library/grp.po b/library/grp.po index ce79c90..2c9e956 100644 --- a/library/grp.po +++ b/library/grp.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-23 15:47+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!grp` --- The group database" msgstr "" @@ -30,10 +30,8 @@ msgid "" "all Unix versions." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Availability" -msgstr "Availability" +msgstr "" msgid "" "Group database entries are reported as a tuple-like object, whose attributes " @@ -41,15 +39,11 @@ msgid "" "see ````):" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Index" -msgstr "Index" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Attribute" -msgstr "Attribute" +msgstr "" msgid "Meaning" msgstr "Ý nghĩa" diff --git a/library/gzip.po b/library/gzip.po index 07893e1..4592a4c 100644 --- a/library/gzip.po +++ b/library/gzip.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!gzip` --- Support for :program:`gzip` files" msgstr "" diff --git a/library/hashlib.po b/library/hashlib.po index 817be6c..09d278d 100644 --- a/library/hashlib.po +++ b/library/hashlib.po @@ -13,7 +13,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -21,7 +21,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!hashlib` --- Secure hashes and message digests" msgstr "" @@ -115,10 +115,8 @@ msgid "" "compatibility." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Usage" -msgstr "Usage" +msgstr "" msgid "" "To obtain the digest of the byte string ``b\"Nobody inspects the spammish " @@ -151,10 +149,8 @@ msgstr "" msgid "More condensed:" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Constructors" -msgstr "Constructors" +msgstr "" msgid "" "Is a generic constructor that takes the string *name* of the desired " @@ -171,10 +167,8 @@ msgid "" "to :func:`new`." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Attributes" -msgstr "Attributes" +msgstr "" msgid "Hashlib provides the following constant module attributes:" msgstr "" @@ -444,10 +438,8 @@ msgstr "" msgid "The following table shows limits for general parameters (in bytes):" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Hash" -msgstr "Hash" +msgstr "" # pydocvi: passthrough=version_marker #, fuzzy @@ -555,10 +547,8 @@ msgid "" "blake2_20130129.pdf>`_ for comprehensive review of tree hashing." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Constants" -msgstr "Constants" +msgstr "" msgid "Salt length (maximum length accepted by constructors)." msgstr "" @@ -768,10 +758,8 @@ msgid "" "information." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Personalization" -msgstr "Personalization" +msgstr "" msgid "" "Sometimes it is useful to force hash function to produce different digests " @@ -905,10 +893,8 @@ msgstr "" ">>> h10.hexdigest()\n" "'3ad2a9b37c6070e374c7a8c508fe20ca86b6ed54e286e93a0318e95e881db5aa'" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Credits" -msgstr "Credits" +msgstr "" msgid "" "BLAKE2_ was designed by *Jean-Philippe Aumasson*, *Samuel Neves*, *Zooko " @@ -1029,10 +1015,8 @@ msgid "" "Shake, Blake2" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "OpenSSL" -msgstr "OpenSSL" +msgstr "" msgid "(use in module hashlib)" msgstr "" diff --git a/library/heapq.po b/library/heapq.po index e08ef74..767e9dd 100644 --- a/library/heapq.po +++ b/library/heapq.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!heapq` --- Heap queue algorithm" msgstr "" @@ -479,10 +479,8 @@ msgstr "" " return task\n" " raise KeyError('pop from an empty priority queue')" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Theory" -msgstr "Theory" +msgstr "" msgid "" "Heaps are arrays for which ``a[k] <= a[2*k+1]`` and ``a[k] <= a[2*k+2]`` for " diff --git a/library/hmac.po b/library/hmac.po index eac8e3b..45f4cc0 100644 --- a/library/hmac.po +++ b/library/hmac.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!hmac` --- Keyed-Hashing for Message Authentication" msgstr "" diff --git a/library/html.entities.po b/library/html.entities.po index d313a9c..56958d7 100644 --- a/library/html.entities.po +++ b/library/html.entities.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!html.entities` --- Definitions of HTML general entities" msgstr "" diff --git a/library/html.parser.po b/library/html.parser.po index 4d8733d..e0b8f40 100644 --- a/library/html.parser.po +++ b/library/html.parser.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-27 15:43+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!html.parser` --- Simple HTML and XHTML parser" msgstr "" @@ -561,12 +561,8 @@ msgstr "" "End tag : p\n" "End tag : a" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "HTML" -msgstr "HTML" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "XHTML" -msgstr "XHTML" +msgstr "" diff --git a/library/html.po b/library/html.po index 92cead2..a6caab1 100644 --- a/library/html.po +++ b/library/html.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!html` --- HyperText Markup Language support" msgstr "" diff --git a/library/http.client.po b/library/http.client.po index 93299cb..259eb6d 100644 --- a/library/http.client.po +++ b/library/http.client.po @@ -13,7 +13,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -21,7 +21,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!http.client` --- HTTP protocol client" msgstr "" @@ -45,10 +45,8 @@ msgid "" "(through the :mod:`ssl` module)." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Availability" -msgstr "Availability" +msgstr "" msgid "" "This module does not work or is not available on WebAssembly. See :ref:`wasm-" @@ -760,15 +758,11 @@ msgid "" "response. It is implemented using the :class:`email.message.Message` class." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "HTTP" -msgstr "HTTP" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "protocol" -msgstr "protocol" +msgstr "" msgid "http.client (standard module)" msgstr "" diff --git a/library/http.cookiejar.po b/library/http.cookiejar.po index e63b80a..759eb69 100644 --- a/library/http.cookiejar.po +++ b/library/http.cookiejar.po @@ -13,7 +13,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -21,7 +21,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!http.cookiejar` --- Cookie handling for HTTP clients" msgstr "" diff --git a/library/http.cookies.po b/library/http.cookies.po index b843b23..c1132ff 100644 --- a/library/http.cookies.po +++ b/library/http.cookies.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!http.cookies` --- HTTP state management" msgstr "" @@ -266,10 +266,8 @@ msgid "" "the same as :meth:`dict.setdefault`." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Example" -msgstr "Example" +msgstr "" msgid "" "The following example demonstrates how to use the :mod:`!http.cookies` " diff --git a/library/http.po b/library/http.po index fc41284..69b4a45 100644 --- a/library/http.po +++ b/library/http.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!http` --- HTTP modules" msgstr "" @@ -101,18 +101,14 @@ msgid "" "HTTPStatus` are:" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Code" -msgstr "Code" +msgstr "" msgid "Enum Name" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Details" -msgstr "Details" +msgstr "" # pydocvi: passthrough=noop #, fuzzy @@ -948,10 +944,8 @@ msgid "" "The enum values have several properties to indicate the HTTP status category:" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Property" -msgstr "Property" +msgstr "" msgid "Indicates that" msgstr "" @@ -1082,10 +1076,8 @@ msgid "" "methods/http-methods.xhtml>`_ available in :class:`http.HTTPMethod` are:" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Method" -msgstr "Method" +msgstr "" # pydocvi: passthrough=noop #, fuzzy @@ -1159,15 +1151,11 @@ msgstr "``PATCH``" msgid "HTTP/1.1 :rfc:`5789`" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "HTTP" -msgstr "HTTP" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "protocol" -msgstr "protocol" +msgstr "" msgid "http (standard module)" msgstr "" diff --git a/library/http.server.po b/library/http.server.po index e9a1393..04711b3 100644 --- a/library/http.server.po +++ b/library/http.server.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!http.server` --- HTTP servers" msgstr "" @@ -33,10 +33,8 @@ msgid "" "ref:`basic security checks `." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Availability" -msgstr "Availability" +msgstr "" msgid "" "This module does not work or is not available on WebAssembly. See :ref:`wasm-" @@ -679,42 +677,28 @@ msgstr "" msgid "Control characters are scrubbed in stderr logs." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "WWW" -msgstr "WWW" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "server" -msgstr "server" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "HTTP" -msgstr "HTTP" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "protocol" -msgstr "protocol" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "URL" -msgstr "URL" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "httpd" -msgstr "httpd" +msgstr "" # pydocvi: passthrough=version_marker #, fuzzy msgid "http.server" msgstr "http.server" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "security" -msgstr "security" +msgstr "" diff --git a/library/i18n.po b/library/i18n.po index 4b80e8f..a1f896d 100644 --- a/library/i18n.po +++ b/library/i18n.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,12 +17,10 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Internationalization" -msgstr "Internationalization" +msgstr "" msgid "" "The modules described in this chapter help you write software that is " diff --git a/library/idle.po b/library/idle.po index 84996f3..56eb553 100644 --- a/library/idle.po +++ b/library/idle.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "IDLE --- Python editor and shell" msgstr "" @@ -67,10 +67,8 @@ msgid "" "module-requirements`." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Menus" -msgstr "Menus" +msgstr "" msgid "" "IDLE has two main window types, the Shell window and the Editor window. It " @@ -100,10 +98,8 @@ msgstr "" msgid "Create a new file editing window." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Open..." -msgstr "Open..." +msgstr "" msgid "Open an existing file with an Open dialog." msgstr "" @@ -136,10 +132,8 @@ msgid "" "structure." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Save" -msgstr "Save" +msgstr "" msgid "" "Save the current window to the associated file, if there is one. Windows " @@ -191,20 +185,16 @@ msgstr "" msgid "Edit menu (Shell and Editor)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Undo" -msgstr "Undo" +msgstr "" msgid "" "Undo the last change to the current window. A maximum of 1000 changes may " "be undone." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Redo" -msgstr "Redo" +msgstr "" msgid "Redo the last undone change to the current window." msgstr "" @@ -215,27 +205,21 @@ msgstr "" msgid "Select the entire contents of the current window." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Cut" -msgstr "Cut" +msgstr "" msgid "" "Copy selection into the system-wide clipboard; then delete the selection." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Copy" -msgstr "Copy" +msgstr "" msgid "Copy selection into the system-wide clipboard." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Paste" -msgstr "Paste" +msgstr "" msgid "Insert contents of the system-wide clipboard into the current window." msgstr "" @@ -243,10 +227,8 @@ msgstr "" msgid "The clipboard functions are also available in context menus." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Find..." -msgstr "Find..." +msgstr "" msgid "Open a search dialog with many options" msgstr "" @@ -269,10 +251,8 @@ msgstr "" msgid "Open a file search dialog. Put results in a new output window." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Replace..." -msgstr "Replace..." +msgstr "" msgid "Open a search-and-replace dialog." msgstr "" @@ -641,10 +621,8 @@ msgid "" "*Python Shell window* subsection below." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Squeeze" -msgstr "Squeeze" +msgstr "" msgid "" "If the cursor is over an output line, squeeze all the output between the " @@ -752,10 +730,8 @@ msgid "" "interpreted according to the Python re module." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Completions" -msgstr "Completions" +msgstr "" msgid "" "Completions are supplied, when requested and available, for module names, " @@ -816,10 +792,8 @@ msgid "" "after '.', either before or after the box is opened." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Calltips" -msgstr "Calltips" +msgstr "" msgid "" "A calltip is shown automatically when one types :kbd:`(` after the name of " @@ -1412,10 +1386,8 @@ msgid "" "tkinter GUI framework used by IDLE, and it breaks a few IDLE features." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Extensions" -msgstr "Extensions" +msgstr "" msgid "" "IDLE contains an extension facility. Preferences for extensions can be " @@ -1444,10 +1416,8 @@ msgid "" "changes can be backported (see :pep:`434`)." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "IDLE" -msgstr "IDLE" +msgstr "" msgid "Python Editor" msgstr "" @@ -1464,15 +1434,11 @@ msgstr "" msgid "Run script" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "debugger" -msgstr "debugger" +msgstr "" msgid "stack viewer" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "breakpoints" -msgstr "breakpoints" +msgstr "" diff --git a/library/imaplib.po b/library/imaplib.po index 3cd5135..744597b 100644 --- a/library/imaplib.po +++ b/library/imaplib.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!imaplib` --- IMAP4 protocol client" msgstr "" @@ -36,10 +36,8 @@ msgid "" "that the ``STATUS`` command is not supported in IMAP4." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Availability" -msgstr "Availability" +msgstr "" msgid "" "This module does not work or is not available on WebAssembly. See :ref:`wasm-" @@ -772,10 +770,8 @@ msgstr "" msgid "IMAP4" msgstr "IMAP4" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "protocol" -msgstr "protocol" +msgstr "" # pydocvi: passthrough=version_marker #, fuzzy diff --git a/library/imghdr.po b/library/imghdr.po index cd3052d..4541c38 100644 --- a/library/imghdr.po +++ b/library/imghdr.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!imghdr` --- Determine the type of an image" msgstr "" diff --git a/library/imp.po b/library/imp.po index e19042f..c9b7ce4 100644 --- a/library/imp.po +++ b/library/imp.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!imp` --- Access the import internals" msgstr "" diff --git a/library/importlib.metadata.po b/library/importlib.metadata.po index b389530..e9a65e4 100644 --- a/library/importlib.metadata.po +++ b/library/importlib.metadata.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!importlib.metadata` -- Accessing package metadata" msgstr "" @@ -79,10 +79,8 @@ msgid "" "``pkg_resources``." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Overview" -msgstr "Overview" +msgstr "" msgid "" "Let's say you wanted to get the version string for a `Distribution Package " @@ -599,10 +597,8 @@ msgid "" "reliable with such installs." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Distributions" -msgstr "Distributions" +msgstr "" msgid "" "While the module level API described above is the most common and convenient " @@ -885,10 +881,8 @@ msgid "" "derived :class:`!Distribution` in the ``find_distributions()`` method." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Example" -msgstr "Example" +msgstr "" msgid "Imagine a custom finder that loads Python modules from a database::" msgstr "" diff --git a/library/importlib.po b/library/importlib.po index 253ff91..c55e68a 100644 --- a/library/importlib.po +++ b/library/importlib.po @@ -13,7 +13,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -21,7 +21,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!importlib` --- The implementation of :keyword:`!import`" msgstr "" @@ -29,10 +29,8 @@ msgstr "" msgid "**Source code:** :source:`Lib/importlib/__init__.py`" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Introduction" -msgstr "Introduction" +msgstr "" msgid "The purpose of the :mod:`!importlib` package is three-fold." msgstr "" @@ -196,10 +194,8 @@ msgstr ":pep:`3147`" msgid "PYC Repository Directories" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Functions" -msgstr "Functions" +msgstr "" msgid "An implementation of the built-in :func:`__import__` function." msgstr "" @@ -1188,10 +1184,8 @@ msgid "" "details on how to construct this build step." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Availability" -msgstr "Availability" +msgstr "" msgid "Path to the ``.fwork`` file for the extension module." msgstr "" diff --git a/library/importlib.resources.abc.po b/library/importlib.resources.abc.po index 57a4ade..9bf7777 100644 --- a/library/importlib.resources.abc.po +++ b/library/importlib.resources.abc.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!importlib.resources.abc` -- Abstract base classes for resources" msgstr "" diff --git a/library/importlib.resources.po b/library/importlib.resources.po index 9794a79..1ffd81a 100644 --- a/library/importlib.resources.po +++ b/library/importlib.resources.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "" ":mod:`!importlib.resources` -- Package resource reading, opening and access" diff --git a/library/index.po b/library/index.po index 947b0af..40ec1ed 100644 --- a/library/index.po +++ b/library/index.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "The Python Standard Library" msgstr "" diff --git a/library/inspect.po b/library/inspect.po index 8654716..5caa800 100644 --- a/library/inspect.po +++ b/library/inspect.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!inspect` --- Inspect live objects" msgstr "" @@ -55,25 +55,17 @@ msgid "" "attributes):" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Type" -msgstr "Type" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Attribute" -msgstr "Attribute" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Description" -msgstr "Description" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "class" -msgstr "class" +msgstr "" # pydocvi: passthrough=version_marker #, fuzzy @@ -117,10 +109,8 @@ msgid "" "class" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "method" -msgstr "method" +msgstr "" msgid "name with which this method was defined" msgstr "" @@ -144,10 +134,8 @@ msgstr "" msgid "name of module in which this method was defined" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "function" -msgstr "function" +msgstr "" msgid "name with which this function was defined" msgstr "" @@ -210,10 +198,8 @@ msgstr "" msgid "name of module in which this function was defined" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "traceback" -msgstr "traceback" +msgstr "" # pydocvi: passthrough=version_marker #, fuzzy @@ -247,10 +233,8 @@ msgstr "tb_next" msgid "next inner traceback object (called by this level)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "frame" -msgstr "frame" +msgstr "" # pydocvi: passthrough=version_marker #, fuzzy @@ -345,10 +329,8 @@ msgstr "clear()" msgid "used to clear all references to local variables" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "code" -msgstr "code" +msgstr "" # pydocvi: passthrough=version_marker #, fuzzy @@ -506,15 +488,11 @@ msgstr "replace()" msgid "returns a copy of the code object with new values" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "generator" -msgstr "generator" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "name" -msgstr "name" +msgstr "" # pydocvi: passthrough=version_marker #, fuzzy @@ -601,10 +579,8 @@ msgid "" "``AGEN_SUSPENDED``, or ``AGEN_CLOSED``" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "coroutine" -msgstr "coroutine" +msgstr "" # pydocvi: passthrough=version_marker #, fuzzy @@ -655,10 +631,8 @@ msgid "" "``CORO_SUSPENDED``, or ``CORO_CLOSED``" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "builtin" -msgstr "builtin" +msgstr "" msgid "original name of this function or method" msgstr "" @@ -1359,10 +1333,8 @@ msgid "" "KEYWORD_ONLY``), and support comparison and ordering, in the following order:" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Name" -msgstr "Name" +msgstr "" msgid "Meaning" msgstr "Ý nghĩa" diff --git a/library/internet.po b/library/internet.po index dff4caf..715f57c 100644 --- a/library/internet.po +++ b/library/internet.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-23 15:47+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Internet Protocols and Support" msgstr "" @@ -33,15 +33,11 @@ msgid "" "an overview:" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "WWW" -msgstr "WWW" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Internet" -msgstr "Internet" +msgstr "" msgid "World Wide Web" msgstr "" @@ -49,7 +45,5 @@ msgstr "" msgid "module" msgstr "module" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "socket" -msgstr "socket" +msgstr "" diff --git a/library/intro.po b/library/intro.po index ca7b6a6..bf087da 100644 --- a/library/intro.po +++ b/library/intro.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,12 +17,10 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Introduction" -msgstr "Introduction" +msgstr "" msgid "The \"Python library\" contains several different kinds of components." msgstr "" diff --git a/library/io.po b/library/io.po index 64f3c91..98e3a7a 100644 --- a/library/io.po +++ b/library/io.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!io` --- Core tools for working with streams" msgstr "" @@ -28,10 +28,8 @@ msgstr "" msgid "**Source code:** :source:`Lib/io.py`" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Overview" -msgstr "Overview" +msgstr "" msgid "" "The :mod:`!io` module provides Python's main facilities for dealing with " @@ -388,15 +386,11 @@ msgid "" "The following table summarizes the ABCs provided by the :mod:`!io` module:" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "ABC" -msgstr "ABC" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Inherits" -msgstr "Inherits" +msgstr "" msgid "Stub Methods" msgstr "" @@ -1476,10 +1470,8 @@ msgid "" "used for static type checking." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Performance" -msgstr "Performance" +msgstr "" msgid "" "This section discusses the performance of the provided concrete I/O " @@ -1533,10 +1525,8 @@ msgstr "" msgid ":class:`TextIOWrapper` objects are not thread-safe." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Reentrancy" -msgstr "Reentrancy" +msgstr "" msgid "" "Binary buffered objects (instances of :class:`BufferedReader`, :class:" diff --git a/library/ipaddress.po b/library/ipaddress.po index 04e881d..9c82f60 100644 --- a/library/ipaddress.po +++ b/library/ipaddress.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!ipaddress` --- IPv4/IPv6 manipulation library" msgstr "" @@ -430,10 +430,8 @@ msgid "" "ID." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Operators" -msgstr "Operators" +msgstr "" msgid "" "Address objects support some operators. Unless stated otherwise, operators " @@ -777,10 +775,8 @@ msgid "" "Network objects are ordered first by network address, then by net mask." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Iteration" -msgstr "Iteration" +msgstr "" msgid "" "Network objects can be iterated to list all the addresses belonging to the " diff --git a/library/ipc.po b/library/ipc.po index bae7a11..e461f55 100644 --- a/library/ipc.po +++ b/library/ipc.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Networking and Interprocess Communication" msgstr "" diff --git a/library/itertools.po b/library/itertools.po index e645027..c579a39 100644 --- a/library/itertools.po +++ b/library/itertools.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "" ":mod:`!itertools` --- Functions creating iterators for efficient looping" @@ -48,25 +48,17 @@ msgstr "" msgid "**General iterators:**" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Iterator" -msgstr "Iterator" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Arguments" -msgstr "Arguments" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Results" -msgstr "Results" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Example" -msgstr "Example" +msgstr "" # pydocvi: passthrough=noop #, fuzzy @@ -129,10 +121,8 @@ msgstr "``chain('ABC', 'DEF') → A B C D E F``" msgid ":func:`chain.from_iterable`" msgstr ":func:`chain.from_iterable`" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "iterable" -msgstr "iterable" +msgstr "" # pydocvi: passthrough=noop #, fuzzy @@ -178,7 +168,7 @@ msgstr "``count(10) → 10 11 12 13 14 ...``" msgid ":func:`cycle`" msgstr ":func:`cycle`" -# pydocvi: passthrough=version_marker +# pydocvi: passthrough=noop #, fuzzy msgid "p" msgstr "p" diff --git a/library/json.po b/library/json.po index e472038..c9e7bf8 100644 --- a/library/json.po +++ b/library/json.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!json` --- JSON encoder and decoder" msgstr "" @@ -451,10 +451,8 @@ msgid "" "exception if invalid JSON numbers are encountered. Default ``None``." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Raises" -msgstr "Raises" +msgstr "" msgid "When the data being deserialized is not a valid JSON document." msgstr "" @@ -508,87 +506,59 @@ msgstr "" msgid "Performs the following translations in decoding by default:" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "JSON" -msgstr "JSON" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Python" -msgstr "Python" +msgstr "" msgid "object" msgstr "object" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "dict" -msgstr "dict" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "array" -msgstr "array" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "list" -msgstr "list" +msgstr "" msgid "string" msgstr "chuỗi" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "str" -msgstr "str" +msgstr "" msgid "number (int)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "int" -msgstr "int" +msgstr "" msgid "number (real)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "float" -msgstr "float" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "true" -msgstr "true" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "True" -msgstr "True" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "false" -msgstr "false" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "False" -msgstr "False" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "null" -msgstr "null" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "None" -msgstr "None" +msgstr "" msgid "" "It also understands ``NaN``, ``Infinity``, and ``-Infinity`` as their " @@ -691,10 +661,8 @@ msgstr "" msgid "int, float, int- & float-derived Enums" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "number" -msgstr "number" +msgstr "" msgid "Added support for int- and float-derived Enum classes." msgstr "" @@ -826,10 +794,8 @@ msgstr "" "for chunk in json.JSONEncoder().iterencode(bigobject):\n" " mysocket.write(chunk)" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Exceptions" -msgstr "Exceptions" +msgstr "" msgid "Subclass of :exc:`ValueError` with the following additional attributes:" msgstr "" diff --git a/library/keyword.po b/library/keyword.po index 0c9621f..7be59bf 100644 --- a/library/keyword.po +++ b/library/keyword.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!keyword` --- Testing for Python keywords" msgstr "" diff --git a/library/language.po b/library/language.po index 22fc091..49556f3 100644 --- a/library/language.po +++ b/library/language.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Python Language Services" msgstr "" diff --git a/library/linecache.po b/library/linecache.po index 3465444..4336871 100644 --- a/library/linecache.po +++ b/library/linecache.po @@ -13,7 +13,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -21,7 +21,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!linecache` --- Random access to text lines" msgstr "" @@ -105,12 +105,8 @@ msgstr "" msgid "module" msgstr "module" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "search" -msgstr "search" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "path" -msgstr "path" +msgstr "" diff --git a/library/locale.po b/library/locale.po index 3311378..ab1ba7c 100644 --- a/library/locale.po +++ b/library/locale.po @@ -13,7 +13,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -21,7 +21,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!locale` --- Internationalization services" msgstr "" @@ -126,15 +126,11 @@ msgid "" "dictionary has the following strings as keys:" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Category" -msgstr "Category" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Key" -msgstr "Key" +msgstr "" msgid "Meaning" msgstr "Ý nghĩa" @@ -291,15 +287,11 @@ msgid "" "below." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Value" -msgstr "Value" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Explanation" -msgstr "Explanation" +msgstr "" # pydocvi: passthrough=noop #, fuzzy diff --git a/library/logging.config.po b/library/logging.config.po index 102a92f..7038280 100644 --- a/library/logging.config.po +++ b/library/logging.config.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!logging.config` --- Logging configuration" msgstr "" diff --git a/library/logging.handlers.po b/library/logging.handlers.po index c4ee2c4..42fdee5 100644 --- a/library/logging.handlers.po +++ b/library/logging.handlers.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!logging.handlers` --- Logging handlers" msgstr "" @@ -54,10 +54,8 @@ msgid "" "have been documented here along with the other handlers." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "StreamHandler" -msgstr "StreamHandler" +msgstr "" msgid "" "The :class:`StreamHandler` class, located in the core :mod:`logging` " @@ -115,10 +113,8 @@ msgstr "" msgid "In earlier versions, the terminator was hardcoded as ``'\\n'``." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "FileHandler" -msgstr "FileHandler" +msgstr "" msgid "" "The :class:`FileHandler` class, located in the core :mod:`logging` package, " @@ -155,10 +151,8 @@ msgid "" "file mode is 'w', the record will not be emitted (see :issue:`42378`)." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "NullHandler" -msgstr "NullHandler" +msgstr "" msgid "" "The :class:`NullHandler` class, located in the core :mod:`logging` package, " @@ -182,10 +176,8 @@ msgid "" "`NullHandler`." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "WatchedFileHandler" -msgstr "WatchedFileHandler" +msgstr "" msgid "" "The :class:`WatchedFileHandler` class, located in the :mod:`!logging." @@ -232,10 +224,8 @@ msgid "" "reopen the file if it has changed." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "BaseRotatingHandler" -msgstr "BaseRotatingHandler" +msgstr "" msgid "" "The :class:`BaseRotatingHandler` class, located in the :mod:`!logging." @@ -334,10 +324,8 @@ msgstr "" msgid "For an example, see :ref:`cookbook-rotator-namer`." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "RotatingFileHandler" -msgstr "RotatingFileHandler" +msgstr "" msgid "" "The :class:`RotatingFileHandler` class, located in the :mod:`!logging." @@ -384,10 +372,8 @@ msgid "" "size limit." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "TimedRotatingFileHandler" -msgstr "TimedRotatingFileHandler" +msgstr "" msgid "" "The :class:`TimedRotatingFileHandler` class, located in the :mod:`!logging." @@ -407,10 +393,8 @@ msgid "" "possible values is below. Note that they are not case sensitive." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Value" -msgstr "Value" +msgstr "" msgid "Type of interval" msgstr "" @@ -423,45 +407,35 @@ msgstr "" msgid "``'S'``" msgstr "``'S'``" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Seconds" -msgstr "Seconds" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Ignored" -msgstr "Ignored" +msgstr "" # pydocvi: passthrough=noop #, fuzzy msgid "``'M'``" msgstr "``'M'``" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Minutes" -msgstr "Minutes" +msgstr "" # pydocvi: passthrough=noop #, fuzzy msgid "``'H'``" msgstr "``'H'``" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Hours" -msgstr "Hours" +msgstr "" # pydocvi: passthrough=noop #, fuzzy msgid "``'D'``" msgstr "``'D'``" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Days" -msgstr "Days" +msgstr "" # pydocvi: passthrough=noop #, fuzzy @@ -564,10 +538,8 @@ msgid "" "the next rollover time." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "SocketHandler" -msgstr "SocketHandler" +msgstr "" msgid "" "The :class:`SocketHandler` class, located in the :mod:`!logging.handlers` " @@ -669,10 +641,8 @@ msgid "" "during the delay period)." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "DatagramHandler" -msgstr "DatagramHandler" +msgstr "" msgid "" "The :class:`DatagramHandler` class, located in the :mod:`!logging.handlers` " @@ -717,10 +687,8 @@ msgid "" "is as described in the documentation for :meth:`SocketHandler.makePickle`." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "SysLogHandler" -msgstr "SysLogHandler" +msgstr "" msgid "" "The :class:`SysLogHandler` class, located in the :mod:`!logging.handlers` " @@ -1118,10 +1086,8 @@ msgid "" "all other level names to 'warning'." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "NTEventLogHandler" -msgstr "NTEventLogHandler" +msgstr "" msgid "" "The :class:`NTEventLogHandler` class, located in the :mod:`!logging." @@ -1181,10 +1147,8 @@ msgid "" "message ID in :file:`win32service.pyd`." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "SMTPHandler" -msgstr "SMTPHandler" +msgstr "" msgid "" "The :class:`SMTPHandler` class, located in the :mod:`!logging.handlers` " @@ -1226,10 +1190,8 @@ msgid "" "this method." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "MemoryHandler" -msgstr "MemoryHandler" +msgstr "" msgid "" "The :class:`MemoryHandler` class, located in the :mod:`!logging.handlers` " @@ -1297,10 +1259,8 @@ msgstr "" msgid "Checks for buffer full or a record at the *flushLevel* or higher." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "HTTPHandler" -msgstr "HTTPHandler" +msgstr "" msgid "" "The :class:`HTTPHandler` class, located in the :mod:`!logging.handlers` " @@ -1347,10 +1307,8 @@ msgid "" "the dictionary in a form suitable for sending to a web server." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "QueueHandler" -msgstr "QueueHandler" +msgstr "" msgid "" "The :class:`QueueHandler` class, located in the :mod:`!logging.handlers` " @@ -1446,10 +1404,8 @@ msgid "" "this handler. Otherwise, it will be ``None``." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "QueueListener" -msgstr "QueueListener" +msgstr "" msgid "" "The :class:`QueueListener` class, located in the :mod:`!logging.handlers` " diff --git a/library/logging.po b/library/logging.po index 4792eba..abbfb07 100644 --- a/library/logging.po +++ b/library/logging.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!logging` --- Logging facility for Python" msgstr "" @@ -575,10 +575,8 @@ msgid "" "value; the predefined name is lost." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Level" -msgstr "Level" +msgstr "" msgid "Numeric value" msgstr "" @@ -1139,20 +1137,14 @@ msgstr "" msgid "Attribute name" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Format" -msgstr "Format" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Description" -msgstr "Description" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "args" -msgstr "args" +msgstr "" msgid "You shouldn't need to format this yourself." msgstr "" @@ -1163,10 +1155,8 @@ msgid "" "is a dictionary)." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "asctime" -msgstr "asctime" +msgstr "" # pydocvi: passthrough=noop #, fuzzy @@ -1179,10 +1169,8 @@ msgid "" "are millisecond portion of the time)." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "created" -msgstr "created" +msgstr "" # pydocvi: passthrough=noop #, fuzzy @@ -1214,10 +1202,8 @@ msgid "" "`Formatter.format` is invoked, or ``None`` if no exception has occurred." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "filename" -msgstr "filename" +msgstr "" # pydocvi: passthrough=noop #, fuzzy @@ -1227,10 +1213,8 @@ msgstr "``%(filename)s``" msgid "Filename portion of ``pathname``." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "funcName" -msgstr "funcName" +msgstr "" # pydocvi: passthrough=noop #, fuzzy @@ -1240,10 +1224,8 @@ msgstr "``%(funcName)s``" msgid "Name of function containing the logging call." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "levelname" -msgstr "levelname" +msgstr "" # pydocvi: passthrough=noop #, fuzzy @@ -1255,10 +1237,8 @@ msgid "" "``'ERROR'``, ``'CRITICAL'``)." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "levelno" -msgstr "levelno" +msgstr "" # pydocvi: passthrough=noop #, fuzzy @@ -1270,10 +1250,8 @@ msgid "" "`WARNING`, :const:`ERROR`, :const:`CRITICAL`)." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "lineno" -msgstr "lineno" +msgstr "" # pydocvi: passthrough=noop #, fuzzy @@ -1283,10 +1261,8 @@ msgstr "``%(lineno)d``" msgid "Source line number where the logging call was issued (if available)." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "message" -msgstr "message" +msgstr "" # pydocvi: passthrough=noop #, fuzzy @@ -1309,10 +1285,8 @@ msgstr "``%(module)s``" msgid "Module (name portion of ``filename``)." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "msecs" -msgstr "msecs" +msgstr "" # pydocvi: passthrough=noop #, fuzzy @@ -1323,10 +1297,8 @@ msgid "" "Millisecond portion of the time when the :class:`LogRecord` was created." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "msg" -msgstr "msg" +msgstr "" msgid "" "The format string passed in the original logging call. Merged with ``args`` " @@ -1334,10 +1306,8 @@ msgid "" "messages`)." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "name" -msgstr "name" +msgstr "" # pydocvi: passthrough=noop #, fuzzy @@ -1347,10 +1317,8 @@ msgstr "``%(name)s``" msgid "Name of the logger used to log the call." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "pathname" -msgstr "pathname" +msgstr "" # pydocvi: passthrough=noop #, fuzzy @@ -1362,10 +1330,8 @@ msgid "" "available)." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "process" -msgstr "process" +msgstr "" # pydocvi: passthrough=noop #, fuzzy @@ -1375,10 +1341,8 @@ msgstr "``%(process)d``" msgid "Process ID (if available)." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "processName" -msgstr "processName" +msgstr "" # pydocvi: passthrough=noop #, fuzzy @@ -1388,10 +1352,8 @@ msgstr "``%(processName)s``" msgid "Process name (if available)." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "relativeCreated" -msgstr "relativeCreated" +msgstr "" # pydocvi: passthrough=noop #, fuzzy @@ -1414,10 +1376,8 @@ msgid "" "which resulted in the creation of this record." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "thread" -msgstr "thread" +msgstr "" # pydocvi: passthrough=noop #, fuzzy @@ -1427,10 +1387,8 @@ msgstr "``%(thread)d``" msgid "Thread ID (if available)." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "threadName" -msgstr "threadName" +msgstr "" # pydocvi: passthrough=noop #, fuzzy @@ -1440,10 +1398,8 @@ msgstr "``%(threadName)s``" msgid "Thread name (if available)." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "taskName" -msgstr "taskName" +msgstr "" # pydocvi: passthrough=noop #, fuzzy @@ -1949,26 +1905,20 @@ msgstr "" msgid "The logger name." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "level" -msgstr "level" +msgstr "" msgid "The logging level (numeric)." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "fn" -msgstr "fn" +msgstr "" msgid "The full pathname of the file where the logging call was made." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "lno" -msgstr "lno" +msgstr "" msgid "The line number in the file where the logging call was made." msgstr "" @@ -1982,28 +1932,22 @@ msgstr "" msgid "An exception tuple, or ``None``." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "func" -msgstr "func" +msgstr "" msgid "The name of the function or method which invoked the logging call." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "sinfo" -msgstr "sinfo" +msgstr "" msgid "" "A stack traceback such as is provided by :func:`traceback.print_stack`, " "showing the call hierarchy." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "kwargs" -msgstr "kwargs" +msgstr "" msgid "Additional keyword arguments." msgstr "" @@ -2092,12 +2036,8 @@ msgid "" "standard library." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Errors" -msgstr "Errors" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "logging" -msgstr "logging" +msgstr "" diff --git a/library/lzma.po b/library/lzma.po index c3ceaed..8b2c711 100644 --- a/library/lzma.po +++ b/library/lzma.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!lzma` --- Compression using the LZMA algorithm" msgstr "" @@ -396,10 +396,8 @@ msgid "" "*memlimit* and *filters* arguments." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Miscellaneous" -msgstr "Miscellaneous" +msgstr "" msgid "" "Return ``True`` if the given integrity check is supported on this system." diff --git a/library/mailbox.po b/library/mailbox.po index 328f4ab..b8bec42 100644 --- a/library/mailbox.po +++ b/library/mailbox.po @@ -13,7 +13,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -21,7 +21,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!mailbox` --- Manipulate mailboxes in various formats" msgstr "" @@ -949,95 +949,77 @@ msgid "" "flags for Maildir messages are as follows:" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Flag" -msgstr "Flag" +msgstr "" msgid "Meaning" msgstr "Ý nghĩa" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Explanation" -msgstr "Explanation" +msgstr "" -# pydocvi: passthrough=version_marker +# pydocvi: passthrough=noop #, fuzzy msgid "D" msgstr "D" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Draft" -msgstr "Draft" +msgstr "" msgid "Under composition" msgstr "" -# pydocvi: passthrough=version_marker +# pydocvi: passthrough=noop #, fuzzy msgid "F" msgstr "F" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Flagged" -msgstr "Flagged" +msgstr "" msgid "Marked as important" msgstr "" -# pydocvi: passthrough=version_marker +# pydocvi: passthrough=noop #, fuzzy msgid "P" msgstr "P" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Passed" -msgstr "Passed" +msgstr "" msgid "Forwarded, resent, or bounced" msgstr "" -# pydocvi: passthrough=version_marker +# pydocvi: passthrough=noop #, fuzzy msgid "R" msgstr "R" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Replied" -msgstr "Replied" +msgstr "" msgid "Replied to" msgstr "" -# pydocvi: passthrough=version_marker +# pydocvi: passthrough=noop #, fuzzy msgid "S" msgstr "S" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Seen" -msgstr "Seen" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Read" -msgstr "Read" +msgstr "" -# pydocvi: passthrough=version_marker +# pydocvi: passthrough=noop #, fuzzy msgid "T" msgstr "T" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Trashed" -msgstr "Trashed" +msgstr "" msgid "Marked for subsequent deletion" msgstr "" @@ -1213,33 +1195,27 @@ msgstr "" msgid "Conventional flags for mbox messages are as follows:" msgstr "" -# pydocvi: passthrough=version_marker +# pydocvi: passthrough=noop #, fuzzy msgid "O" msgstr "O" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Old" -msgstr "Old" +msgstr "" msgid "Previously detected by MUA" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Deleted" -msgstr "Deleted" +msgstr "" -# pydocvi: passthrough=version_marker +# pydocvi: passthrough=noop #, fuzzy msgid "A" msgstr "A" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Answered" -msgstr "Answered" +msgstr "" msgid "" "The \"R\" and \"O\" flags are stored in the :mailheader:`Status` header, and " @@ -1338,28 +1314,20 @@ msgid "" "formats, as follows:" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Sequence" -msgstr "Sequence" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "unseen" -msgstr "unseen" +msgstr "" msgid "Not read, but previously detected by MUA" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "replied" -msgstr "replied" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "flagged" -msgstr "flagged" +msgstr "" msgid ":class:`!MHMessage` instances offer the following methods:" msgstr "" @@ -1412,56 +1380,38 @@ msgid "" "to have special meanings. The attributes are as follows:" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Label" -msgstr "Label" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "deleted" -msgstr "deleted" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "filed" -msgstr "filed" +msgstr "" msgid "Copied to another file or mailbox" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "answered" -msgstr "answered" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "forwarded" -msgstr "forwarded" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Forwarded" -msgstr "Forwarded" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "edited" -msgstr "edited" +msgstr "" msgid "Modified by the user" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "resent" -msgstr "resent" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Resent" -msgstr "Resent" +msgstr "" msgid "" "By default, Rmail displays only visible headers. The :class:`!BabylMessage` " @@ -1579,10 +1529,8 @@ msgstr "" msgid ":class:`mboxMessage` state" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Exceptions" -msgstr "Exceptions" +msgstr "" msgid "" "The following exception classes are defined in the :mod:`!mailbox` module:" diff --git a/library/mailcap.po b/library/mailcap.po index 0ad1fa9..f4fc0fd 100644 --- a/library/mailcap.po +++ b/library/mailcap.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!mailcap` --- Mailcap file handling" msgstr "" diff --git a/library/markup.po b/library/markup.po index f6b2013..3b0406b 100644 --- a/library/markup.po +++ b/library/markup.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Structured Markup Processing Tools" msgstr "" diff --git a/library/marshal.po b/library/marshal.po index 215ff89..e06503f 100644 --- a/library/marshal.po +++ b/library/marshal.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!marshal` --- Internal Python object serialization" msgstr "" @@ -199,10 +199,8 @@ msgid "" "becomes the default when it is introduced." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Version" -msgstr "Version" +msgstr "" msgid "Available since" msgstr "" @@ -287,23 +285,17 @@ msgstr "" msgid "module" msgstr "module" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "pickle" -msgstr "pickle" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "shelve" -msgstr "shelve" +msgstr "" msgid "object" msgstr "object" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "code" -msgstr "code" +msgstr "" msgid "code object" msgstr "" diff --git a/library/math.integer.po b/library/math.integer.po index 186dfa8..55cb53b 100644 --- a/library/math.integer.po +++ b/library/math.integer.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!math.integer` --- integer-specific mathematics functions" msgstr "" diff --git a/library/math.po b/library/math.po index 4d3140c..91b9789 100644 --- a/library/math.po +++ b/library/math.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!math` --- Mathematical functions" msgstr "" @@ -1213,10 +1213,8 @@ msgstr "" msgid "Use the :mod:`math.integer` functions instead of these aliases." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Constants" -msgstr "Constants" +msgstr "" msgid "The mathematical constant *π* = 3.141592..., to available precision." msgstr "" diff --git a/library/mimetypes.po b/library/mimetypes.po index 60fd9b5..bca66b2 100644 --- a/library/mimetypes.po +++ b/library/mimetypes.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!mimetypes` --- Map filenames to MIME types" msgstr "" @@ -312,10 +312,8 @@ msgstr "" msgid "Load MIME type information from the Windows registry." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Availability" -msgstr "Availability" +msgstr "" msgid "" "Add a mapping from the MIME type *type* to the extension *ext*. Valid " @@ -465,18 +463,14 @@ msgstr "" ".opus\n" "error: unknown type audio/future" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "MIME" -msgstr "MIME" +msgstr "" msgid "content type" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "headers" -msgstr "headers" +msgstr "" msgid "file" msgstr "tệp tin" diff --git a/library/mm.po b/library/mm.po index af4a42f..663dba5 100644 --- a/library/mm.po +++ b/library/mm.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Multimedia Services" msgstr "" diff --git a/library/mmap.po b/library/mmap.po index 721eca3..ad03ac6 100644 --- a/library/mmap.po +++ b/library/mmap.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,15 +17,13 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!mmap` --- Memory-mapped file support" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Availability" -msgstr "Availability" +msgstr "" msgid "" "This module does not work or is not available on WebAssembly. See :ref:`wasm-" diff --git a/library/modulefinder.po b/library/modulefinder.po index 1d9ab46..32a5b1a 100644 --- a/library/modulefinder.po +++ b/library/modulefinder.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!modulefinder` --- Find modules used by a script" msgstr "" diff --git a/library/modules.po b/library/modules.po index c5d25c4..cd7d41a 100644 --- a/library/modules.po +++ b/library/modules.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Importing Modules" msgstr "" diff --git a/library/msilib.po b/library/msilib.po index 8ba4a85..d7b391a 100644 --- a/library/msilib.po +++ b/library/msilib.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!msilib` --- Read and write Microsoft Installer files" msgstr "" diff --git a/library/msvcrt.po b/library/msvcrt.po index f874753..9d771c6 100644 --- a/library/msvcrt.po +++ b/library/msvcrt.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!msvcrt` --- Useful routines from the MS VC++ runtime" msgstr "" @@ -44,10 +44,8 @@ msgid "" "where ever possible." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Availability" -msgstr "Availability" +msgstr "" msgid "" "Operations in this module now raise :exc:`OSError` where :exc:`IOError` was " diff --git a/library/multiprocessing.po b/library/multiprocessing.po index 35d8e69..1921888 100644 --- a/library/multiprocessing.po +++ b/library/multiprocessing.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!multiprocessing` --- Process-based parallelism" msgstr "" @@ -28,20 +28,16 @@ msgstr "" msgid "**Source code:** :source:`Lib/multiprocessing/`" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Availability" -msgstr "Availability" +msgstr "" msgid "" "This module is not supported on :ref:`mobile platforms ` or :ref:`WebAssembly platforms `." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Introduction" -msgstr "Introduction" +msgstr "" msgid "" ":mod:`!multiprocessing` is a package that supports spawning processes using " @@ -881,10 +877,8 @@ msgid "" "somehow.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Reference" -msgstr "Reference" +msgstr "" msgid "" "The :mod:`!multiprocessing` package mostly replicates the API of the :mod:" @@ -1586,10 +1580,8 @@ msgid "" "unblocks." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Miscellaneous" -msgstr "Miscellaneous" +msgstr "" msgid "Return list of all live children of the current process." msgstr "" @@ -2357,10 +2349,8 @@ msgid "" "some subclass of :class:`ctypes.Structure`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "ctypes" -msgstr "ctypes" +msgstr "" msgid "sharedctypes using type" msgstr "" @@ -2501,10 +2491,8 @@ msgid "" "[(3.515625, 39.0625), (33.0625, 4.0), (5.640625, 90.25)]" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Managers" -msgstr "Managers" +msgstr "" msgid "" "Managers provide a way to create data which can be shared between different " @@ -3219,10 +3207,8 @@ msgstr "" msgid "Return the representation of the referent." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Cleanup" -msgstr "Cleanup" +msgstr "" msgid "" "A proxy object uses a weakref callback so that when it gets garbage " @@ -3892,10 +3878,8 @@ msgid "" "under a different user account or in a sandbox." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Logging" -msgstr "Logging" +msgstr "" msgid "" "Some support for logging is available. Note, however, that the :mod:" @@ -4042,10 +4026,8 @@ msgid "" "primitives." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Picklability" -msgstr "Picklability" +msgstr "" msgid "Ensure that the arguments to the methods of proxies are picklable." msgstr "" diff --git a/library/multiprocessing.shared_memory.po b/library/multiprocessing.shared_memory.po index 1287784..28938c2 100644 --- a/library/multiprocessing.shared_memory.po +++ b/library/multiprocessing.shared_memory.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-21 15:07+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "" ":mod:`!multiprocessing.shared_memory` --- Shared memory for direct access " diff --git a/library/netdata.po b/library/netdata.po index add6a63..98f94ca 100644 --- a/library/netdata.po +++ b/library/netdata.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Internet Data Handling" msgstr "" diff --git a/library/netrc.po b/library/netrc.po index 9a8bca8..6c21b8a 100644 --- a/library/netrc.po +++ b/library/netrc.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!netrc` --- netrc file processing" msgstr "" diff --git a/library/nis.po b/library/nis.po index 3c663e3..99ffbee 100644 --- a/library/nis.po +++ b/library/nis.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!nis` --- Interface to Sun’s NIS (Yellow Pages)" msgstr "" diff --git a/library/nntplib.po b/library/nntplib.po index 8d9d49a..986e151 100644 --- a/library/nntplib.po +++ b/library/nntplib.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!nntplib` --- NNTP protocol client" msgstr "" diff --git a/library/numbers.po b/library/numbers.po index d87400c..1e82f06 100644 --- a/library/numbers.po +++ b/library/numbers.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!numbers` --- Numeric abstract base classes" msgstr "" diff --git a/library/numeric.po b/library/numeric.po index 7823272..a924b79 100644 --- a/library/numeric.po +++ b/library/numeric.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Numeric and Mathematical Modules" msgstr "" diff --git a/library/operator.po b/library/operator.po index 8d44daa..7754137 100644 --- a/library/operator.po +++ b/library/operator.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!operator` --- Standard operators as functions" msgstr "" @@ -341,25 +341,17 @@ msgid "" "the Python syntax and the functions in the :mod:`!operator` module." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Operation" -msgstr "Operation" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Syntax" -msgstr "Syntax" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Function" -msgstr "Function" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Addition" -msgstr "Addition" +msgstr "" # pydocvi: passthrough=noop #, fuzzy @@ -371,10 +363,8 @@ msgstr "``a + b``" msgid "``add(a, b)``" msgstr "``add(a, b)``" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Concatenation" -msgstr "Concatenation" +msgstr "" # pydocvi: passthrough=noop #, fuzzy @@ -399,10 +389,8 @@ msgstr "``obj in seq``" msgid "``contains(seq, obj)``" msgstr "``contains(seq, obj)``" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Division" -msgstr "Division" +msgstr "" # pydocvi: passthrough=noop #, fuzzy @@ -476,10 +464,8 @@ msgstr "``a | b``" msgid "``or_(a, b)``" msgstr "``or_(a, b)``" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Exponentiation" -msgstr "Exponentiation" +msgstr "" # pydocvi: passthrough=noop #, fuzzy @@ -491,10 +477,8 @@ msgstr "``a ** b``" msgid "``pow(a, b)``" msgstr "``pow(a, b)``" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Identity" -msgstr "Identity" +msgstr "" # pydocvi: passthrough=noop #, fuzzy @@ -562,10 +546,8 @@ msgstr "``del obj[k]``" msgid "``delitem(obj, k)``" msgstr "``delitem(obj, k)``" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Indexing" -msgstr "Indexing" +msgstr "" # pydocvi: passthrough=noop #, fuzzy @@ -590,10 +572,8 @@ msgstr "``a << b``" msgid "``lshift(a, b)``" msgstr "``lshift(a, b)``" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Modulo" -msgstr "Modulo" +msgstr "" # pydocvi: passthrough=noop #, fuzzy @@ -605,10 +585,8 @@ msgstr "``a % b``" msgid "``mod(a, b)``" msgstr "``mod(a, b)``" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Multiplication" -msgstr "Multiplication" +msgstr "" # pydocvi: passthrough=noop #, fuzzy @@ -659,10 +637,8 @@ msgstr "``not a``" msgid "``not_(a)``" msgstr "``not_(a)``" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Positive" -msgstr "Positive" +msgstr "" # pydocvi: passthrough=noop #, fuzzy @@ -713,10 +689,8 @@ msgstr "``del seq[i:j]``" msgid "``delitem(seq, slice(i, j))``" msgstr "``delitem(seq, slice(i, j))``" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Slicing" -msgstr "Slicing" +msgstr "" # pydocvi: passthrough=noop #, fuzzy @@ -741,10 +715,8 @@ msgstr "``s % obj``" msgid "``mod(s, obj)``" msgstr "``mod(s, obj)``" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Subtraction" -msgstr "Subtraction" +msgstr "" # pydocvi: passthrough=noop #, fuzzy @@ -769,10 +741,8 @@ msgstr "``obj``" msgid "``truth(obj)``" msgstr "``truth(obj)``" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Ordering" -msgstr "Ordering" +msgstr "" # pydocvi: passthrough=noop #, fuzzy @@ -794,10 +764,8 @@ msgstr "``a <= b``" msgid "``le(a, b)``" msgstr "``le(a, b)``" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Equality" -msgstr "Equality" +msgstr "" # pydocvi: passthrough=noop #, fuzzy @@ -809,10 +777,8 @@ msgstr "``a == b``" msgid "``eq(a, b)``" msgstr "``eq(a, b)``" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Difference" -msgstr "Difference" +msgstr "" # pydocvi: passthrough=noop #, fuzzy diff --git a/library/optparse.po b/library/optparse.po index f4f9cfc..9e327eb 100644 --- a/library/optparse.po +++ b/library/optparse.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!optparse` --- Parser for command line options" msgstr "" @@ -212,10 +212,8 @@ msgid "" "integrate with static checking of Python type annotations." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Introduction" -msgstr "Introduction" +msgstr "" msgid "" ":mod:`!optparse` is a more convenient, flexible, and powerful library for " @@ -316,10 +314,8 @@ msgid "" "``sys.argv[0]``)." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Background" -msgstr "Background" +msgstr "" msgid "" ":mod:`!optparse` was explicitly designed to encourage the creation of " @@ -331,15 +327,11 @@ msgid "" "to acquaint yourself with them." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Terminology" -msgstr "Terminology" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "argument" -msgstr "argument" +msgstr "" msgid "" "a string entered on the command-line, and passed by the shell to ``execl()`` " @@ -355,10 +347,8 @@ msgid "" "argv[1:]``\"." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "option" -msgstr "option" +msgstr "" msgid "" "an argument used to supply extra information to guide or customize the " @@ -539,10 +529,8 @@ msgid "" "make your code much harder to maintain." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Tutorial" -msgstr "Tutorial" +msgstr "" msgid "" "While :mod:`!optparse` is quite flexible and powerful, it's also " @@ -1063,10 +1051,8 @@ msgstr "" msgid "An option group is obtained using the class :class:`OptionGroup`:" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "where" -msgstr "where" +msgstr "" msgid "" "parser is the :class:`OptionParser` instance the group will be inserted in to" @@ -2496,10 +2482,8 @@ msgstr "" " -n, --noisy be noisy\n" " --dry-run new dry-run option" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Cleanup" -msgstr "Cleanup" +msgstr "" msgid "" "OptionParser instances have several cyclic references. This should not be a " @@ -3358,10 +3342,8 @@ msgid "" "meth:`ensure_value` will take care of getting it right when it's needed." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Exceptions" -msgstr "Exceptions" +msgstr "" msgid "" "Raised if an :class:`Option` instance is created with invalid or " diff --git a/library/os.path.po b/library/os.path.po index 78d0523..74517f1 100644 --- a/library/os.path.po +++ b/library/os.path.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!os.path` --- Common pathname manipulations" msgstr "" @@ -332,10 +332,8 @@ msgid "" "available." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Availability" -msgstr "Availability" +msgstr "" msgid "" "Join one or more path segments intelligently. The return value is the " @@ -676,15 +674,11 @@ msgid "" "limitations imposed by the file system)." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "path" -msgstr "path" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "operations" -msgstr "operations" +msgstr "" msgid "~ (tilde)" msgstr "" @@ -695,10 +689,8 @@ msgstr "" msgid "module" msgstr "module" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "pwd" -msgstr "pwd" +msgstr "" # pydocvi: passthrough=literal_block #, fuzzy diff --git a/library/os.po b/library/os.po index b701139..ad0fbaf 100644 --- a/library/os.po +++ b/library/os.po @@ -13,7 +13,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -21,7 +21,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!os` --- Miscellaneous operating system interfaces" msgstr "" @@ -238,10 +238,8 @@ msgid "" "Return the filename corresponding to the controlling terminal of the process." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Availability" -msgstr "Availability" +msgstr "" msgid "" "A :term:`mapping` object where keys and values are strings that represent " @@ -5832,28 +5830,20 @@ msgid "" "random`` pool instead of the ``/dev/urandom`` pool." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "user" -msgstr "user" +msgstr "" msgid "effective id" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "process" -msgstr "process" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "group" -msgstr "group" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "id" -msgstr "id" +msgstr "" msgid "id of parent" msgstr "" @@ -5864,10 +5854,8 @@ msgstr "" msgid "environment variables" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "setting" -msgstr "setting" +msgstr "" msgid "id, setting" msgstr "" @@ -5884,23 +5872,17 @@ msgstr "đang xóa" msgid "module" msgstr "module" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "pty" -msgstr "pty" +msgstr "" msgid "directory" msgstr "đường dẫn" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "changing" -msgstr "changing" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "creating" -msgstr "creating" +msgstr "" msgid "UNC paths" msgstr "" @@ -5908,30 +5890,20 @@ msgstr "" msgid "and os.makedirs()" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "stat" -msgstr "stat" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "walking" -msgstr "walking" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "traversal" -msgstr "traversal" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "killing" -msgstr "killing" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "signalling" -msgstr "signalling" +msgstr "" msgid ". (dot)" msgstr "" diff --git a/library/ossaudiodev.po b/library/ossaudiodev.po index 4b98a8b..5ff0bd4 100644 --- a/library/ossaudiodev.po +++ b/library/ossaudiodev.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!ossaudiodev` --- Access to OSS-compatible audio devices" msgstr "" diff --git a/library/pathlib.po b/library/pathlib.po index d10ed25..31ebdaf 100644 --- a/library/pathlib.po +++ b/library/pathlib.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!pathlib` --- Object-oriented filesystem paths" msgstr "" @@ -168,10 +168,8 @@ msgstr "" "...\n" "'#!/bin/bash\\n'" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Exceptions" -msgstr "Exceptions" +msgstr "" msgid "" "An exception inheriting :exc:`NotImplementedError` that is raised when an " @@ -398,10 +396,8 @@ msgstr "" "TypeError: '<' not supported between instances of 'PureWindowsPath' and " "'PurePosixPath'" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Operators" -msgstr "Operators" +msgstr "" msgid "" "The slash operator helps create child paths, like :func:`os.path.join`. If " @@ -2552,10 +2548,8 @@ msgstr "" msgid "The \"``**``\" wildcard enables recursive globbing. A few examples:" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Pattern" -msgstr "Pattern" +msgstr "" msgid "Meaning" msgstr "Ý nghĩa" @@ -3065,10 +3059,8 @@ msgid "" "symlinks into *filenames* when *follow_symlinks* is false (the default.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Protocols" -msgstr "Protocols" +msgstr "" msgid "" "The :mod:`!pathlib.types` module provides types for static type checking." @@ -3120,12 +3112,8 @@ msgid "" "exist." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "path" -msgstr "path" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "operations" -msgstr "operations" +msgstr "" diff --git a/library/pdb.po b/library/pdb.po index e52730f..e580a75 100644 --- a/library/pdb.po +++ b/library/pdb.po @@ -13,7 +13,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -21,7 +21,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!pdb` --- The Python Debugger" msgstr "" @@ -1049,10 +1049,8 @@ msgid "" "by the ``__name__`` in the frame globals." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "debugging" -msgstr "debugging" +msgstr "" msgid "Pdb (class in pdb)" msgstr "" @@ -1060,15 +1058,11 @@ msgstr "" msgid "module" msgstr "module" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "bdb" -msgstr "bdb" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "cmd" -msgstr "cmd" +msgstr "" msgid ".pdbrc" msgstr "" @@ -1076,12 +1070,8 @@ msgstr "" msgid "file" msgstr "tệp tin" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "debugger" -msgstr "debugger" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "configuration" -msgstr "configuration" +msgstr "" diff --git a/library/persistence.po b/library/persistence.po index 772fb7a..2a269cc 100644 --- a/library/persistence.po +++ b/library/persistence.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Data Persistence" msgstr "" diff --git a/library/pickle.po b/library/pickle.po index 8eb1ea8..7ae2c44 100644 --- a/library/pickle.po +++ b/library/pickle.po @@ -13,7 +13,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -21,7 +21,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!pickle` --- Python object serialization" msgstr "" @@ -1471,10 +1471,8 @@ msgid "" "dependent compression." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Example" -msgstr "Example" +msgstr "" msgid "" "Here is a trivial example where we implement a :class:`bytearray` subclass " @@ -1708,10 +1706,8 @@ msgid "" "party solutions." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Performance" -msgstr "Performance" +msgstr "" msgid "" "Recent versions of the pickle protocol (from protocol 2 and upwards) feature " @@ -1856,53 +1852,35 @@ msgid "" "data will become unreadable." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "persistence" -msgstr "persistence" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "persistent" -msgstr "persistent" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "objects" -msgstr "objects" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "serializing" -msgstr "serializing" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "marshalling" -msgstr "marshalling" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "flattening" -msgstr "flattening" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "pickling" -msgstr "pickling" +msgstr "" msgid "External Data Representation" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "copy" -msgstr "copy" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "protocol" -msgstr "protocol" +msgstr "" msgid "persistent_id (pickle protocol)" msgstr "" diff --git a/library/pickletools.po b/library/pickletools.po index b3fa06a..ab38ed0 100644 --- a/library/pickletools.po +++ b/library/pickletools.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!pickletools` --- Tools for pickle developers" msgstr "" diff --git a/library/pipes.po b/library/pipes.po index cb62123..910d568 100644 --- a/library/pipes.po +++ b/library/pipes.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!pipes` --- Interface to shell pipelines" msgstr "" diff --git a/library/pkgutil.po b/library/pkgutil.po index 4c2966f..65ce613 100644 --- a/library/pkgutil.po +++ b/library/pkgutil.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!pkgutil` --- Package extension utility" msgstr "" diff --git a/library/platform.po b/library/platform.po index e1777e2..0fc8367 100644 --- a/library/platform.po +++ b/library/platform.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!platform` --- Access to underlying platform's identifying data" msgstr "" diff --git a/library/plistlib.po b/library/plistlib.po index ed89039..75b1549 100644 --- a/library/plistlib.po +++ b/library/plistlib.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!plistlib` --- Generate and parse Apple ``.plist`` files" msgstr "" @@ -279,10 +279,8 @@ msgstr "" "pl = plistlib.loads(plist)\n" "print(pl[\"foo\"])" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "plist" -msgstr "plist" +msgstr "" msgid "file" msgstr "tệp tin" diff --git a/library/poplib.po b/library/poplib.po index 8135cb6..cafd56c 100644 --- a/library/poplib.po +++ b/library/poplib.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!poplib` --- POP3 protocol client" msgstr "" @@ -47,10 +47,8 @@ msgid "" "IMAP4` class, as IMAP servers tend to be better implemented." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Availability" -msgstr "Availability" +msgstr "" msgid "" "This module does not work or is not available on WebAssembly. See :ref:`wasm-" @@ -292,7 +290,5 @@ msgstr "" msgid "POP3" msgstr "POP3" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "protocol" -msgstr "protocol" +msgstr "" diff --git a/library/posix.po b/library/posix.po index 3451cce..a23705f 100644 --- a/library/posix.po +++ b/library/posix.po @@ -13,7 +13,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -21,7 +21,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!posix` --- The most common POSIX system calls" msgstr "" @@ -32,10 +32,8 @@ msgid "" "Unix interface)." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Availability" -msgstr "Availability" +msgstr "" msgid "" "**Do not import this module directly.** Instead, import the module :mod:" @@ -133,10 +131,8 @@ msgstr "" msgid "module" msgstr "module" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "os" -msgstr "os" +msgstr "" msgid "large files" msgstr "" diff --git a/library/pprint.po b/library/pprint.po index b2a5283..49fd9f6 100644 --- a/library/pprint.po +++ b/library/pprint.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!pprint` --- Data pretty printer" msgstr "" @@ -49,10 +49,8 @@ msgstr "" msgid "Added support for pretty-printing :class:`dataclasses.dataclass`." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Functions" -msgstr "Functions" +msgstr "" msgid "" "Prints the formatted representation of *object*, followed by a newline. This " @@ -224,10 +222,8 @@ msgid "" "of the current call." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Example" -msgstr "Example" +msgstr "" msgid "" "To demonstrate several uses of the :func:`~pprint.pp` function and its " @@ -571,17 +567,13 @@ msgstr "" msgid "built-in function" msgstr "hàm tích hợp sẵn" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "eval" -msgstr "eval" +msgstr "" # pydocvi: passthrough=noop #, fuzzy msgid "..." msgstr "..." -# pydocvi: passthrough=version_marker -#, fuzzy msgid "placeholder" -msgstr "placeholder" +msgstr "" diff --git a/library/profile.po b/library/profile.po index 49ca5b0..b9b2de4 100644 --- a/library/profile.po +++ b/library/profile.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!profile` --- Pure Python profiler" msgstr "" @@ -47,10 +47,8 @@ msgstr "" msgid ":mod:`profiling.tracing` for development and testing" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Migration" -msgstr "Migration" +msgstr "" msgid "" "Migrating from :mod:`!profile` to :mod:`profiling.tracing` is " @@ -319,10 +317,8 @@ msgid "" "compared to iterative implementations." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Limitations" -msgstr "Limitations" +msgstr "" msgid "" "One limitation has to do with accuracy of timing information. There is a " @@ -359,10 +355,8 @@ msgid "" "better than without calibration." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Calibration" -msgstr "Calibration" +msgstr "" msgid "" "The profiler of the :mod:`!profile` module subtracts a constant from each " diff --git a/library/profiling.po b/library/profiling.po index 5da2acc..be9ad69 100644 --- a/library/profiling.po +++ b/library/profiling.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!profiling` --- Python profilers" msgstr "" @@ -96,10 +96,8 @@ msgstr "" msgid "The following table summarizes the key differences:" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Feature" -msgstr "Feature" +msgstr "" msgid "Statistical sampling (:mod:`profiling.sampling`)" msgstr "" @@ -113,10 +111,8 @@ msgstr "" msgid "Virtually none" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Moderate" -msgstr "Moderate" +msgstr "" msgid "**Accuracy**" msgstr "" @@ -133,10 +129,8 @@ msgstr "" msgid "pstats, flame graph, heatmap, gecko, collapsed" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "pstats" -msgstr "pstats" +msgstr "" msgid "**Profiling modes**" msgstr "" @@ -161,15 +155,11 @@ msgstr "N/A" msgid "**Attach to PID**" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Yes" -msgstr "Yes" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "No" -msgstr "No" +msgstr "" msgid "When to use statistical sampling" msgstr "" @@ -418,10 +408,8 @@ msgstr ":mod:`timeit`" msgid "Module for measuring execution time of small code snippets." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Submodules" -msgstr "Submodules" +msgstr "" msgid "statistical profiling" msgstr "" diff --git a/library/profiling.sampling.po b/library/profiling.sampling.po index fb7de7b..c154c80 100644 --- a/library/profiling.sampling.po +++ b/library/profiling.sampling.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!profiling.sampling` --- Statistical profiler" msgstr "" @@ -237,10 +237,8 @@ msgstr "" msgid "python -m profiling.sampling run --opcodes --flamegraph script.py" msgstr "python -m profiling.sampling run --opcodes --flamegraph script.py" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Commands" -msgstr "Commands" +msgstr "" msgid "" "Tachyon operates through several subcommands. ``run`` and ``attach`` collect " @@ -613,15 +611,11 @@ msgstr "" msgid "The default configuration works well for most use cases:" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Option" -msgstr "Option" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Default" -msgstr "Default" +msgstr "" msgid "Default for ``--sampling-rate`` / ``-r``" msgstr "" @@ -662,10 +656,8 @@ msgstr "" msgid "Default for ``--realtime-stats``" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Disabled" -msgstr "Disabled" +msgstr "" msgid "Default for ``--subprocesses``" msgstr "" diff --git a/library/profiling.tracing.po b/library/profiling.tracing.po index 834a95d..7f03d41 100644 --- a/library/profiling.tracing.po +++ b/library/profiling.tracing.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!profiling.tracing` --- Deterministic profiler" msgstr "" @@ -408,10 +408,8 @@ msgstr "" msgid ":func:`time.monotonic` for monotonic clock time" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Limitations" -msgstr "Limitations" +msgstr "" msgid "" "Deterministic profiling has inherent limitations related to timing accuracy." diff --git a/library/pstats.po b/library/pstats.po index e0465f2..629c6a4 100644 --- a/library/pstats.po +++ b/library/pstats.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!pstats` --- Statistics for profilers" msgstr "" @@ -313,15 +313,11 @@ msgstr "" msgid "Valid sort keys:" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "String" -msgstr "String" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Enum" -msgstr "Enum" +msgstr "" msgid "Meaning" msgstr "Ý nghĩa" diff --git a/library/pty.po b/library/pty.po index cd9e2ce..8d89c0f 100644 --- a/library/pty.po +++ b/library/pty.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!pty` --- Pseudo-terminal utilities" msgstr "" @@ -31,10 +31,8 @@ msgid "" "its controlling terminal programmatically." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Availability" -msgstr "Availability" +msgstr "" msgid "" "Pseudo-terminal handling is highly platform dependent. This code is mainly " @@ -128,10 +126,8 @@ msgid "" "child process." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Example" -msgstr "Example" +msgstr "" msgid "" "The following program acts like the Unix command :manpage:`script(1)`, using " diff --git a/library/pwd.po b/library/pwd.po index 89e7dce..c169461 100644 --- a/library/pwd.po +++ b/library/pwd.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-23 15:47+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!pwd` --- The password database" msgstr "" @@ -30,10 +30,8 @@ msgid "" "It is available on all Unix versions." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Availability" -msgstr "Availability" +msgstr "" msgid "" "Password database entries are reported as a tuple-like object, whose " @@ -41,15 +39,11 @@ msgid "" "field below, see ````):" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Index" -msgstr "Index" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Attribute" -msgstr "Attribute" +msgstr "" msgid "Meaning" msgstr "Ý nghĩa" diff --git a/library/py_compile.po b/library/py_compile.po index 388805c..8fd7e27 100644 --- a/library/py_compile.po +++ b/library/py_compile.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!py_compile` --- Compile Python source files" msgstr "" diff --git a/library/pyclbr.po b/library/pyclbr.po index 4028348..82c2a0a 100644 --- a/library/pyclbr.po +++ b/library/pyclbr.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!pyclbr` --- Python module browser support" msgstr "" diff --git a/library/pydoc.po b/library/pydoc.po index bae59c2..c4ff5e3 100644 --- a/library/pydoc.po +++ b/library/pydoc.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!pydoc` --- Documentation generator and online help system" msgstr "" @@ -146,22 +146,14 @@ msgstr "" msgid "Added the ``-n`` option." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "documentation" -msgstr "documentation" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "generation" -msgstr "generation" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "online" -msgstr "online" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "help" -msgstr "help" +msgstr "" diff --git a/library/pyexpat.po b/library/pyexpat.po index 3cd6279..5ffda18 100644 --- a/library/pyexpat.po +++ b/library/pyexpat.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!xml.parsers.expat` --- Fast XML parsing using Expat" msgstr "" @@ -689,10 +689,8 @@ msgid "" "is numbered ``0``." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Example" -msgstr "Example" +msgstr "" msgid "" "The following program defines three handlers that just print out their " @@ -994,15 +992,11 @@ msgid "" "org/assignments/character-sets/character-sets.xhtml." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Expat" -msgstr "Expat" +msgstr "" msgid "module" msgstr "module" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "pyexpat" -msgstr "pyexpat" +msgstr "" diff --git a/library/python.po b/library/python.po index 7f6edd3..4a0cc50 100644 --- a/library/python.po +++ b/library/python.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Python Runtime Services" msgstr "" diff --git a/library/queue.po b/library/queue.po index 1e87176..2f856bb 100644 --- a/library/queue.po +++ b/library/queue.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!queue` --- A synchronized queue class" msgstr "" diff --git a/library/quopri.po b/library/quopri.po index b9a3597..9ea54c4 100644 --- a/library/quopri.po +++ b/library/quopri.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!quopri` --- Encode and decode MIME quoted-printable data" msgstr "" @@ -75,15 +75,11 @@ msgstr "" msgid "quoted-printable" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "encoding" -msgstr "encoding" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "MIME" -msgstr "MIME" +msgstr "" msgid "quoted-printable encoding" msgstr "" diff --git a/library/random.po b/library/random.po index 595e6e0..3a9be7e 100644 --- a/library/random.po +++ b/library/random.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!random` --- Generate pseudo-random numbers" msgstr "" @@ -830,10 +830,8 @@ msgid "" "how to write simulations, and how to perform data analysis using Python." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Recipes" -msgstr "Recipes" +msgstr "" msgid "" "These recipes show how to efficiently make random selections from the " diff --git a/library/re.po b/library/re.po index bda43ac..bf2c0b5 100644 --- a/library/re.po +++ b/library/re.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!re` --- Regular expression operations" msgstr "" @@ -955,10 +955,8 @@ msgid "" "compiled form." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Flags" -msgstr "Flags" +msgstr "" msgid "" "Flag constants are now instances of :class:`RegexFlag`, which is a subclass " @@ -1124,10 +1122,8 @@ msgstr "" msgid "Corresponds to the inline flag ``(?x)``." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Functions" -msgstr "Functions" +msgstr "" msgid "" "Compile a regular expression pattern into a :ref:`regular expression object " @@ -1507,10 +1503,8 @@ msgstr "" msgid "Clear the regular expression cache." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Exceptions" -msgstr "Exceptions" +msgstr "" msgid "" "Exception raised when a string passed to one of the functions here is not a " diff --git a/library/readline.po b/library/readline.po index 9c04744..02881eb 100644 --- a/library/readline.po +++ b/library/readline.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!readline` --- GNU readline interface" msgstr "" @@ -41,10 +41,8 @@ msgid "" "general." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Availability" -msgstr "Availability" +msgstr "" msgid "" "This module is not supported on :ref:`mobile platforms \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Removed Modules" msgstr "" diff --git a/library/reprlib.po b/library/reprlib.po index d417efe..959a66e 100644 --- a/library/reprlib.po +++ b/library/reprlib.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!reprlib` --- Alternate :func:`repr` implementation" msgstr "" @@ -336,7 +336,5 @@ msgstr "" msgid "..." msgstr "..." -# pydocvi: passthrough=version_marker -#, fuzzy msgid "placeholder" -msgstr "placeholder" +msgstr "" diff --git a/library/resource.po b/library/resource.po index c30be95..b430ab7 100644 --- a/library/resource.po +++ b/library/resource.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!resource` --- Resource usage information" msgstr "" @@ -27,10 +27,8 @@ msgid "" "resources utilized by a program." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Availability" -msgstr "Availability" +msgstr "" msgid "" "Symbolic constants are used to specify particular system resources and to " @@ -327,20 +325,14 @@ msgid "" "summary is presented here:" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Index" -msgstr "Index" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Field" -msgstr "Field" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Resource" -msgstr "Resource" +msgstr "" # pydocvi: passthrough=noop #, fuzzy diff --git a/library/rlcompleter.po b/library/rlcompleter.po index aa7ba0e..cabbd7c 100644 --- a/library/rlcompleter.po +++ b/library/rlcompleter.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!rlcompleter` --- Completion function for GNU readline" msgstr "" diff --git a/library/runpy.po b/library/runpy.po index 179feef..21beb4b 100644 --- a/library/runpy.po +++ b/library/runpy.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!runpy` --- Locating and executing Python modules" msgstr "" diff --git a/library/sched.po b/library/sched.po index ab37fb3..7a40809 100644 --- a/library/sched.po +++ b/library/sched.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!sched` --- Event scheduler" msgstr "" diff --git a/library/secrets.po b/library/secrets.po index f2399cf..f1d4302 100644 --- a/library/secrets.po +++ b/library/secrets.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!secrets` --- Generate secure random numbers for managing secrets" msgstr "" diff --git a/library/security_warnings.po b/library/security_warnings.po index 040084b..234c267 100644 --- a/library/security_warnings.po +++ b/library/security_warnings.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Security Considerations" msgstr "" diff --git a/library/select.po b/library/select.po index c08fe9e..cfc5936 100644 --- a/library/select.po +++ b/library/select.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!select` --- Waiting for I/O completion" msgstr "" @@ -42,10 +42,8 @@ msgid "" "precise control over the OS-level primitives used." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Availability" -msgstr "Availability" +msgstr "" msgid "" "This module does not work or is not available on WebAssembly. See :ref:`wasm-" @@ -295,10 +293,8 @@ msgstr "https://linux.die.net/man/4/epoll" msgid "*eventmask*" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Constant" -msgstr "Constant" +msgstr "" msgid "Meaning" msgstr "Ý nghĩa" @@ -417,10 +413,8 @@ msgstr "" msgid ":const:`EPOLLMSG`" msgstr ":const:`EPOLLMSG`" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Ignored." -msgstr "Ignored." +msgstr "" # pydocvi: passthrough=noop #, fuzzy @@ -950,7 +944,5 @@ msgstr "" msgid "popen() (in module os)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "WinSock" -msgstr "WinSock" +msgstr "" diff --git a/library/selectors.po b/library/selectors.po index 94dd4cf..e42250f 100644 --- a/library/selectors.po +++ b/library/selectors.po @@ -13,7 +13,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-23 15:47+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -21,7 +21,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!selectors` --- High-level I/O multiplexing" msgstr "" @@ -29,10 +29,8 @@ msgstr "" msgid "**Source code:** :source:`Lib/selectors.py`" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Introduction" -msgstr "Introduction" +msgstr "" msgid "" "This module allows high-level and efficient I/O multiplexing, built upon " @@ -70,20 +68,16 @@ msgstr ":mod:`select`" msgid "Low-level I/O multiplexing module." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Availability" -msgstr "Availability" +msgstr "" msgid "" "This module does not work or is not available on WebAssembly. See :ref:`wasm-" "availability` for more information." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Classes" -msgstr "Classes" +msgstr "" msgid "Classes hierarchy::" msgstr "" @@ -103,10 +97,8 @@ msgid "" "module's constants below:" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Constant" -msgstr "Constant" +msgstr "" msgid "Meaning" msgstr "Ý nghĩa" diff --git a/library/shelve.po b/library/shelve.po index dd0048e..673ec5a 100644 --- a/library/shelve.po +++ b/library/shelve.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!shelve` --- Python object persistence" msgstr "" @@ -155,10 +155,8 @@ msgid "" "storage formats and having the speed of native dictionaries." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Restrictions" -msgstr "Restrictions" +msgstr "" msgid "" "The choice of which database package will be used (such as :mod:`dbm.ndbm` " @@ -258,10 +256,8 @@ msgid "" "open`." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Example" -msgstr "Example" +msgstr "" msgid "" "To summarize the interface (``key`` is a string, ``data`` is an arbitrary " @@ -331,10 +327,8 @@ msgstr "" "\n" "d.close() # close it" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Exceptions" -msgstr "Exceptions" +msgstr "" msgid "" "Exception raised when one of the arguments *deserializer* and *serializer* " @@ -360,10 +354,8 @@ msgstr "" msgid "module" msgstr "module" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "pickle" -msgstr "pickle" +msgstr "" # pydocvi: passthrough=version_marker #, fuzzy diff --git a/library/shlex.po b/library/shlex.po index 69166c9..628af3c 100644 --- a/library/shlex.po +++ b/library/shlex.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!shlex` --- Simple lexical analysis" msgstr "" diff --git a/library/shutil.po b/library/shutil.po index 5ba6ebc..d70aba0 100644 --- a/library/shutil.po +++ b/library/shutil.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!shutil` --- High-level file operations" msgstr "" @@ -476,10 +476,8 @@ msgstr "" msgid "On Windows, *path* can now be a file or directory." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Availability" -msgstr "Availability" +msgstr "" msgid "Change owner *user* and/or *group* of the given *path*." msgstr "" diff --git a/library/signal.po b/library/signal.po index 0508340..75bd0a5 100644 --- a/library/signal.po +++ b/library/signal.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!signal` --- Set handlers for asynchronous events" msgstr "" @@ -140,10 +140,8 @@ msgid "" "`SIG_UNBLOCK` and :const:`SIG_SETMASK`." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Availability" -msgstr "Availability" +msgstr "" msgid "" "See the man page :manpage:`sigprocmask(2)` and :manpage:`pthread_sigmask(3)` " diff --git a/library/site.po b/library/site.po index 5fec9d9..3ddf27a 100644 --- a/library/site.po +++ b/library/site.po @@ -13,7 +13,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -21,7 +21,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!site` --- Site-specific configuration hook" msgstr "" @@ -521,15 +521,11 @@ msgstr "" msgid "module" msgstr "module" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "search" -msgstr "search" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "path" -msgstr "path" +msgstr "" msgid "site-packages" msgstr "" @@ -549,15 +545,11 @@ msgstr "câu lệnh" msgid "import" msgstr "import" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "package" -msgstr "package" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "configuration" -msgstr "configuration" +msgstr "" msgid "file" msgstr "tệp tin" diff --git a/library/smtpd.po b/library/smtpd.po index 84f9fae..38526b2 100644 --- a/library/smtpd.po +++ b/library/smtpd.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!smtpd` --- SMTP Server" msgstr "" diff --git a/library/smtplib.po b/library/smtplib.po index 179fefe..1a9bdc7 100644 --- a/library/smtplib.po +++ b/library/smtplib.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!smtplib` --- SMTP protocol client" msgstr "" @@ -32,10 +32,8 @@ msgid "" "Mail Transfer Protocol) and :rfc:`1869` (SMTP Service Extensions)." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Availability" -msgstr "Availability" +msgstr "" msgid "" "This module does not work or is not available on WebAssembly. See :ref:`wasm-" @@ -762,15 +760,11 @@ msgid "" "send_message`; see :ref:`email-examples`." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "SMTP" -msgstr "SMTP" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "protocol" -msgstr "protocol" +msgstr "" msgid "Simple Mail Transfer Protocol" msgstr "" diff --git a/library/sndhdr.po b/library/sndhdr.po index e6fefd8..8f6e245 100644 --- a/library/sndhdr.po +++ b/library/sndhdr.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!sndhdr` --- Determine type of sound file" msgstr "" diff --git a/library/socket.po b/library/socket.po index 0c084da..d7bb58a 100644 --- a/library/socket.po +++ b/library/socket.po @@ -13,7 +13,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -21,7 +21,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!socket` --- Low-level networking interface" msgstr "" @@ -40,10 +40,8 @@ msgid "" "operating system socket APIs." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Availability" -msgstr "Availability" +msgstr "" msgid "" "This module does not work or is not available on WebAssembly. See :ref:`wasm-" @@ -437,10 +435,8 @@ msgstr "" msgid "The module :mod:`!socket` exports the following elements." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Exceptions" -msgstr "Exceptions" +msgstr "" msgid "A deprecated alias of :exc:`OSError`." msgstr "" @@ -483,10 +479,8 @@ msgstr "" msgid "This class was made an alias of :exc:`TimeoutError`." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Constants" -msgstr "Constants" +msgstr "" msgid "" "The AF_* and SOCK_* constants are now :class:`AddressFamily` and :class:" @@ -768,10 +762,8 @@ msgid "" "socket objects." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Functions" -msgstr "Functions" +msgstr "" msgid "Creating sockets" msgstr "" @@ -2116,10 +2108,8 @@ msgid "" "it is recommended you manually override this setting." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Example" -msgstr "Example" +msgstr "" msgid "" "Here are four minimal example programs using the TCP/IP protocol: a server " @@ -2552,10 +2542,8 @@ msgstr "" msgid "object" msgstr "object" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "socket" -msgstr "socket" +msgstr "" msgid "I/O control" msgstr "điều khiển I/O" @@ -2566,7 +2554,5 @@ msgstr "bộ đệm" msgid "module" msgstr "module" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "struct" -msgstr "struct" +msgstr "" diff --git a/library/socketserver.po b/library/socketserver.po index 53c5606..d5237e6 100644 --- a/library/socketserver.po +++ b/library/socketserver.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!socketserver` --- A framework for network servers" msgstr "" @@ -33,10 +33,8 @@ msgid "" "servers." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Availability" -msgstr "Availability" +msgstr "" msgid "" "This module does not work or is not available on WebAssembly. See :ref:`wasm-" diff --git a/library/spwd.po b/library/spwd.po index 688abc2..936bf67 100644 --- a/library/spwd.po +++ b/library/spwd.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!spwd` --- The shadow password database" msgstr "" diff --git a/library/sqlite3.po b/library/sqlite3.po index 46189de..f3cddf0 100644 --- a/library/sqlite3.po +++ b/library/sqlite3.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!sqlite3` --- DB-API 2.0 interface for SQLite databases" msgstr "" @@ -93,10 +93,8 @@ msgstr "" msgid "PEP written by Marc-André Lemburg." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Tutorial" -msgstr "Tutorial" +msgstr "" msgid "" "In this tutorial, you will create a database of Monty Python movies using " @@ -373,10 +371,8 @@ msgid "" ":ref:`sqlite3-explanation` for in-depth background on transaction control." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Reference" -msgstr "Reference" +msgstr "" msgid "Module functions" msgstr "" @@ -725,10 +721,8 @@ msgstr "2" msgid "Threads may share the module, but not connections" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "serialized" -msgstr "serialized" +msgstr "" # pydocvi: passthrough=version_marker #, fuzzy @@ -813,10 +807,8 @@ msgid "" "The name of the database where the blob is located. Defaults to ``\"main\"``." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Raises" -msgstr "Raises" +msgstr "" msgid "When trying to open a blob in a ``WITHOUT ROWID`` table." msgstr "" @@ -2115,10 +2107,8 @@ msgid "" "conform>` to :ref:`native SQLite types `." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Exceptions" -msgstr "Exceptions" +msgstr "" msgid "The exception hierarchy is defined by the DB-API 2.0 (:pep:`249`)." msgstr "" @@ -3175,10 +3165,8 @@ msgstr "" msgid ":ref:`unicode-howto`" msgstr ":ref:`unicode-howto`" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Explanation" -msgstr "Explanation" +msgstr "" msgid "Transaction control" msgstr "" diff --git a/library/ssl.po b/library/ssl.po index a89a675..bff3543 100644 --- a/library/ssl.po +++ b/library/ssl.po @@ -13,7 +13,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -21,7 +21,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!ssl` --- TLS/SSL wrapper for socket objects" msgstr "" @@ -56,10 +56,8 @@ msgid "" "are not necessarily appropriate for your application." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Availability" -msgstr "Availability" +msgstr "" msgid "" "This module does not work or is not available on WebAssembly. See :ref:`wasm-" @@ -333,10 +331,8 @@ msgid "" "methods." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Exceptions" -msgstr "Exceptions" +msgstr "" msgid "" "Raised to signal an error from the underlying SSL implementation (currently " @@ -590,10 +586,8 @@ msgid "" "`x509_asn` for X.509 ASN.1 data or :const:`pkcs_7_asn` for PKCS#7 ASN.1 data." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Constants" -msgstr "Constants" +msgstr "" msgid "" "All constants are now :class:`enum.IntEnum` or :class:`enum.IntFlag` " @@ -1587,15 +1581,11 @@ msgstr "" msgid "*SSLv2*" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "yes" -msgstr "yes" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "no" -msgstr "no" +msgstr "" msgid "no [1]_" msgstr "" @@ -2504,10 +2494,8 @@ msgstr "" " return psk_table.get(identity, b'')\n" "context.set_psk_server_callback(callback, 'ServerId_1')" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Certificates" -msgstr "Certificates" +msgstr "" msgid "" "Certificates in general are part of a public-key / private-key system. In " @@ -3600,10 +3588,8 @@ msgid "" "assignments/tls-parameters/tls-parameters.xml>`_" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "IANA" -msgstr "IANA" +msgstr "" # pydocvi: passthrough=noop #, fuzzy @@ -3614,38 +3600,28 @@ msgstr "" ":rfc:`RFC 7525: Recommendations for Secure Use of Transport Layer Security " "(TLS) and Datagram Transport Layer Security (DTLS) <7525>`" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "IETF" -msgstr "IETF" +msgstr "" msgid "" "`Mozilla's Server Side TLS recommendations `_" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Mozilla" -msgstr "Mozilla" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "OpenSSL" -msgstr "OpenSSL" +msgstr "" msgid "(use in module ssl)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "TLS" -msgstr "TLS" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "SSL" -msgstr "SSL" +msgstr "" msgid "Transport Layer Security" msgstr "" @@ -3653,10 +3629,8 @@ msgstr "" msgid "Secure Sockets Layer" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "certificates" -msgstr "certificates" +msgstr "" msgid "X509 certificate" msgstr "" diff --git a/library/stat.po b/library/stat.po index 3c0ba86..b655424 100644 --- a/library/stat.po +++ b/library/stat.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!stat` --- Interpreting :func:`~os.stat` results" msgstr "" @@ -226,10 +226,8 @@ msgid "" "flags:" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Socket." -msgstr "Socket." +msgstr "" msgid "Symbolic link." msgstr "" @@ -240,31 +238,23 @@ msgstr "" msgid "Block device." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Directory." -msgstr "Directory." +msgstr "" msgid "Character device." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "FIFO." -msgstr "FIFO." +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Door." -msgstr "Door." +msgstr "" msgid "Event port." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Whiteout." -msgstr "Whiteout." +msgstr "" msgid "" ":data:`S_IFDOOR`, :data:`S_IFPORT` or :data:`S_IFWHT` are defined as 0 when " @@ -387,10 +377,8 @@ msgstr "" msgid "All super-user supported flags" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Availability" -msgstr "Availability" +msgstr "" msgid "All super-user read-only synthetic flags" msgstr "" diff --git a/library/statistics.po b/library/statistics.po index d0d9d84..d11f28c 100644 --- a/library/statistics.po +++ b/library/statistics.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!statistics` --- Mathematical statistics functions" msgstr "" @@ -1334,10 +1334,8 @@ msgstr "" msgid "Added support for *proportional*." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Exceptions" -msgstr "Exceptions" +msgstr "" msgid "A single exception is defined:" msgstr "" diff --git a/library/stdtypes.po b/library/stdtypes.po index 70bee8c..3b7e364 100644 --- a/library/stdtypes.po +++ b/library/stdtypes.po @@ -13,7 +13,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -21,7 +21,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Built-in Types" msgstr "" @@ -93,20 +93,14 @@ msgstr "" msgid "These are the Boolean operations, ordered by ascending priority:" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Operation" -msgstr "Operation" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Result" -msgstr "Result" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Notes" -msgstr "Notes" +msgstr "" # pydocvi: passthrough=noop #, fuzzy @@ -165,10 +159,8 @@ msgid "" "is interpreted as ``not (a == b)``, and ``a == not b`` is a syntax error." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Comparisons" -msgstr "Comparisons" +msgstr "" msgid "" "There are eight comparison operations in Python. They all have the same " @@ -221,10 +213,8 @@ msgstr "" msgid "``==``" msgstr "``==``" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "equal" -msgstr "equal" +msgstr "" # pydocvi: passthrough=noop #, fuzzy @@ -1942,10 +1932,8 @@ msgid "" "objects, see :ref:`thread-safety-list`." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Tuples" -msgstr "Tuples" +msgstr "" msgid "" "Tuples are immutable sequences, typically used to store collections of " @@ -1999,10 +1987,8 @@ msgid "" "choice than a simple tuple object." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Ranges" -msgstr "Ranges" +msgstr "" msgid "" "The :class:`range` type represents an immutable sequence of numbers and is " @@ -2149,10 +2135,8 @@ msgid "" "category." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Category" -msgstr "Category" +msgstr "" msgid ":class:`str` methods" msgstr "" @@ -2160,10 +2144,8 @@ msgstr "" msgid ":class:`bytes` and :class:`bytearray` methods" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Formatting" -msgstr "Formatting" +msgstr "" # pydocvi: passthrough=noop #, fuzzy @@ -3825,15 +3807,11 @@ msgid "" "boundaries are a superset of :term:`universal newlines`." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Representation" -msgstr "Representation" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Description" -msgstr "Description" +msgstr "" # pydocvi: passthrough=noop #, fuzzy @@ -4533,10 +4511,8 @@ msgstr "" msgid "The conversion flag characters are:" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Flag" -msgstr "Flag" +msgstr "" # pydocvi: passthrough=noop #, fuzzy @@ -4591,10 +4567,8 @@ msgstr "" msgid "The conversion types are:" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Conversion" -msgstr "Conversion" +msgstr "" # pydocvi: passthrough=noop #, fuzzy @@ -8421,10 +8395,8 @@ msgid "" "support only one or two operations." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Modules" -msgstr "Modules" +msgstr "" msgid "" "The only special operation on a module is attribute access: ``m.name``, " @@ -8458,10 +8430,8 @@ msgstr "" msgid "See :ref:`objects` and :ref:`class` for these." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Functions" -msgstr "Functions" +msgstr "" msgid "" "Function objects are created by function definitions. The only operation on " @@ -8478,10 +8448,8 @@ msgstr "" msgid "See :ref:`function` for more information." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Methods" -msgstr "Methods" +msgstr "" msgid "" "Methods are functions that are called using the attribute notation. There " @@ -9004,51 +8972,35 @@ msgstr "" msgid "built-in" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "types" -msgstr "types" +msgstr "" msgid "statement" msgstr "câu lệnh" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "if" -msgstr "if" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "while" -msgstr "while" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "truth" -msgstr "truth" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "value" -msgstr "value" +msgstr "" msgid "Boolean" msgstr "Boolean" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "operations" -msgstr "operations" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "false" -msgstr "false" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "true" -msgstr "true" +msgstr "" msgid "None (Built-in object)" msgstr "" @@ -9056,50 +9008,32 @@ msgstr "" msgid "False (Built-in object)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "operator" -msgstr "operator" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "or" -msgstr "or" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "and" -msgstr "and" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "False" -msgstr "False" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "True" -msgstr "True" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "not" -msgstr "not" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "chaining" -msgstr "chaining" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "comparisons" -msgstr "comparisons" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "comparison" -msgstr "comparison" +msgstr "" # pydocvi: passthrough=noop #, fuzzy @@ -9127,10 +9061,8 @@ msgstr ">=" msgid "!=" msgstr "!=" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "is" -msgstr "is" +msgstr "" msgid "is not" msgstr "" @@ -9138,20 +9070,14 @@ msgstr "" msgid "object" msgstr "object" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "numeric" -msgstr "numeric" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "objects" -msgstr "objects" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "comparing" -msgstr "comparing" +msgstr "" msgid "__eq__() (instance method)" msgstr "" @@ -9171,18 +9097,14 @@ msgstr "" msgid "__ge__() (instance method)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "in" -msgstr "in" +msgstr "" msgid "not in" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "integer" -msgstr "integer" +msgstr "" msgid "floating-point" msgstr "" @@ -9190,58 +9112,40 @@ msgstr "" msgid "complex number" msgstr "" -# pydocvi: passthrough=version_marker +# pydocvi: passthrough=noop #, fuzzy msgid "C" msgstr "C" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "language" -msgstr "language" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "literals" -msgstr "literals" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "hexadecimal" -msgstr "hexadecimal" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "octal" -msgstr "octal" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "binary" -msgstr "binary" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "arithmetic" -msgstr "arithmetic" +msgstr "" msgid "built-in function" msgstr "hàm tích hợp sẵn" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "int" -msgstr "int" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "float" -msgstr "float" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "complex" -msgstr "complex" +msgstr "" msgid "+ (plus)" msgstr "" @@ -9285,10 +9189,8 @@ msgstr "" msgid "module" msgstr "module" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "math" -msgstr "math" +msgstr "" msgid "floor() (in module math)" msgstr "" @@ -9299,25 +9201,17 @@ msgstr "" msgid "trunc() (in module math)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "conversions" -msgstr "conversions" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "bitwise" -msgstr "bitwise" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "shifting" -msgstr "shifting" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "masking" -msgstr "masking" +msgstr "" msgid "| (vertical bar)" msgstr "" @@ -9341,86 +9235,56 @@ msgstr ">>" msgid "~ (tilde)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "values" -msgstr "values" +msgstr "" msgid "iterator protocol" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "protocol" -msgstr "protocol" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "iterator" -msgstr "iterator" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "sequence" -msgstr "sequence" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "iteration" -msgstr "iteration" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "container" -msgstr "container" +msgstr "" msgid "iteration over" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "len" -msgstr "len" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "min" -msgstr "min" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "max" -msgstr "max" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "concatenation" -msgstr "concatenation" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "operation" -msgstr "operation" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "repetition" -msgstr "repetition" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "subscript" -msgstr "subscript" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "slice" -msgstr "slice" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "loop" -msgstr "loop" +msgstr "" msgid "over mutable sequence" msgstr "" @@ -9431,53 +9295,35 @@ msgstr "" msgid "loop over" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "immutable" -msgstr "immutable" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "tuple" -msgstr "tuple" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "hash" -msgstr "hash" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "mutable" -msgstr "mutable" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "list" -msgstr "list" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "bytearray" -msgstr "bytearray" +msgstr "" msgid "type" msgstr "type" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "assignment" -msgstr "assignment" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "del" -msgstr "del" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "range" -msgstr "range" +msgstr "" msgid "string" msgstr "chuỗi" @@ -9499,20 +9345,14 @@ msgstr "io.StringIO" msgid "buffer protocol" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "bytes" -msgstr "bytes" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "methods" -msgstr "methods" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "re" -msgstr "re" +msgstr "" msgid "universal newlines" msgstr "ký tự xuống dòng phổ quát" @@ -9532,10 +9372,8 @@ msgstr "" msgid "f-strings" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "fstring" -msgstr "fstring" +msgstr "" # pydocvi: model=gpt-5-6 prompt=574466d7 glossary=1 batch=d773b2b4d733 run=2026-08-17T16:43Z #, fuzzy @@ -9602,23 +9440,17 @@ msgstr "" msgid "# (hash)" msgstr "# (hash)" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "space" -msgstr "space" +msgstr "" msgid "binary sequence types" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "memoryview" -msgstr "memoryview" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "array" -msgstr "array" +msgstr "" msgid "bytes.splitlines method" msgstr "" @@ -9626,10 +9458,8 @@ msgstr "" msgid "bytearray.splitlines method" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "formatting" -msgstr "formatting" +msgstr "" msgid "bytes (%)" msgstr "" @@ -9637,25 +9467,17 @@ msgstr "" msgid "bytearray (%)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "interpolation" -msgstr "interpolation" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "set" -msgstr "set" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "mapping" -msgstr "mapping" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "dictionary" -msgstr "dictionary" +msgstr "" # pydocvi: passthrough=literal_block #, fuzzy @@ -9671,56 +9493,38 @@ msgstr "" msgid "context management" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "annotation" -msgstr "annotation" +msgstr "" msgid "type annotation; type hint" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "GenericAlias" -msgstr "GenericAlias" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Generic" -msgstr "Generic" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Alias" -msgstr "Alias" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Union" -msgstr "Union" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "union" -msgstr "union" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "method" -msgstr "method" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "code" -msgstr "code" +msgstr "" msgid "code object" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "compile" -msgstr "compile" +msgstr "" msgid "__code__ (function object attribute)" msgstr "" @@ -9728,10 +9532,8 @@ msgstr "" msgid "exec" msgstr "exec" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "eval" -msgstr "eval" +msgstr "" # pydocvi: passthrough=noop #, fuzzy diff --git a/library/string.po b/library/string.po index bb53337..1555cd5 100644 --- a/library/string.po +++ b/library/string.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-23 15:47+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!string` --- Common string operations" msgstr "" @@ -369,10 +369,8 @@ msgstr "" msgid "The meaning of the various alignment options is as follows:" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Option" -msgstr "Option" +msgstr "" msgid "Meaning" msgstr "Ý nghĩa" @@ -447,10 +445,8 @@ msgid "" "default behavior)." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "space" -msgstr "space" +msgstr "" msgid "" "Indicates that a leading space should be used on positive numbers, and a " @@ -556,10 +552,8 @@ msgstr "" msgid "The available string presentation types are:" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Type" -msgstr "Type" +msgstr "" # pydocvi: passthrough=noop #, fuzzy @@ -569,10 +563,8 @@ msgstr "``'s'``" msgid "String format. This is the default type for strings and may be omitted." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "None" -msgstr "None" +msgstr "" msgid "The same as ``'s'``." msgstr "" @@ -1415,7 +1407,7 @@ msgstr "" msgid "- (minus)" msgstr "" -# pydocvi: passthrough=version_marker +# pydocvi: passthrough=noop #, fuzzy msgid "z" msgstr "z" diff --git a/library/string.templatelib.po b/library/string.templatelib.po index 0e8e4fa..dde7458 100644 --- a/library/string.templatelib.po +++ b/library/string.templatelib.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-21 15:07+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!string.templatelib` --- Support for template string literals" msgstr "" @@ -74,10 +74,8 @@ msgstr "" " interpolations=(Interpolation(3.14, 'pi', 's', ''),)\n" ")" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Types" -msgstr "Types" +msgstr "" msgid "" "The :class:`!Template` class describes the contents of a template string. It " @@ -108,10 +106,8 @@ msgid "" "template.values: ( 'Camembert', )" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Attributes" -msgstr "Attributes" +msgstr "" msgid "A :class:`tuple` of the static strings in the template." msgstr "" @@ -141,10 +137,8 @@ msgid "" "interpolations)``." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Methods" -msgstr "Methods" +msgstr "" msgid "" "While literal syntax is the most common way to create a :class:`!Template`, " diff --git a/library/stringprep.po b/library/stringprep.po index 5b1b645..bdb1773 100644 --- a/library/stringprep.po +++ b/library/stringprep.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!stringprep` --- Internet String Preparation" msgstr "" diff --git a/library/struct.po b/library/struct.po index 2eda1d7..227c263 100644 --- a/library/struct.po +++ b/library/struct.po @@ -13,7 +13,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -21,7 +21,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!struct` --- Interpret bytes as packed binary data" msgstr "" @@ -150,40 +150,30 @@ msgstr "Ký tự" msgid "Byte order" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Size" -msgstr "Size" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Alignment" -msgstr "Alignment" +msgstr "" # pydocvi: passthrough=noop #, fuzzy msgid "``@``" msgstr "``@``" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "native" -msgstr "native" +msgstr "" # pydocvi: passthrough=noop #, fuzzy msgid "``=``" msgstr "``=``" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "standard" -msgstr "standard" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "none" -msgstr "none" +msgstr "" # pydocvi: passthrough=noop #, fuzzy @@ -289,10 +279,8 @@ msgid "" "platform-dependent." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Format" -msgstr "Format" +msgstr "" msgid "C Type" msgstr "" @@ -303,10 +291,8 @@ msgstr "" msgid "Standard size" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Notes" -msgstr "Notes" +msgstr "" # pydocvi: passthrough=noop #, fuzzy @@ -352,10 +338,8 @@ msgstr "``b``" msgid ":c:expr:`signed char`" msgstr ":c:expr:`signed char`" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "int" -msgstr "int" +msgstr "" # pydocvi: passthrough=noop #, fuzzy @@ -382,10 +366,8 @@ msgstr "``?``" msgid ":c:expr:`_Bool`" msgstr ":c:expr:`_Bool`" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "bool" -msgstr "bool" +msgstr "" # pydocvi: passthrough=noop #, fuzzy @@ -522,10 +504,8 @@ msgstr "``e``" msgid ":c:expr:`_Float16`" msgstr ":c:expr:`_Float16`" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "float" -msgstr "float" +msgstr "" # pydocvi: passthrough=noop #, fuzzy @@ -567,10 +547,8 @@ msgstr "``F``" msgid ":c:expr:`float complex`" msgstr ":c:expr:`float complex`" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "complex" -msgstr "complex" +msgstr "" # pydocvi: passthrough=noop #, fuzzy @@ -612,10 +590,8 @@ msgstr "``s``" msgid ":c:expr:`char[]`" msgstr ":c:expr:`char[]`" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "bytes" -msgstr "bytes" +msgstr "" # pydocvi: passthrough=noop #, fuzzy @@ -939,10 +915,8 @@ msgstr "" msgid "Python object serialization." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Applications" -msgstr "Applications" +msgstr "" msgid "" "Two main applications for the :mod:`!struct` module exist, data interchange " @@ -1080,10 +1054,8 @@ msgstr "" ">>> pack('@llh0l', 1, 2, 3) == pack('\n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!subprocess` --- Subprocess management" msgstr "" @@ -47,10 +47,8 @@ msgstr "" msgid ":pep:`324` -- PEP proposing the subprocess module" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Availability" -msgstr "Availability" +msgstr "" msgid "" "This module is not supported on :ref:`mobile platforms \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!sunau` --- Read and write Sun AU files" msgstr "" diff --git a/library/superseded.po b/library/superseded.po index 51bc242..322e94b 100644 --- a/library/superseded.po +++ b/library/superseded.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Superseded modules" msgstr "" diff --git a/library/symtable.po b/library/symtable.po index 09d651e..9dd0fd0 100644 --- a/library/symtable.po +++ b/library/symtable.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!symtable` --- Access to the compiler's symbol tables" msgstr "" diff --git a/library/sys.monitoring.po b/library/sys.monitoring.po index 8070f84..3a02651 100644 --- a/library/sys.monitoring.po +++ b/library/sys.monitoring.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!sys.monitoring` --- Execution event monitoring" msgstr "" @@ -109,10 +109,8 @@ msgstr "" "sys.monitoring.PROFILER_ID = 2\n" "sys.monitoring.OPTIMIZER_ID = 5" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Events" -msgstr "Events" +msgstr "" msgid "The following events are supported:" msgstr "" diff --git a/library/sys.po b/library/sys.po index 03642e5..f46db90 100644 --- a/library/sys.po +++ b/library/sys.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!sys` --- System-specific parameters and functions" msgstr "" @@ -80,10 +80,8 @@ msgid "" "removed)." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Availability" -msgstr "Availability" +msgstr "" msgid "" "Append the callable *hook* to the list of active auditing hooks for the " @@ -779,18 +777,14 @@ msgstr "" msgid "Attributes of the :data:`!float_info` :term:`named tuple`" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "attribute" -msgstr "attribute" +msgstr "" msgid "float.h macro" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "explanation" -msgstr "explanation" +msgstr "" # pydocvi: passthrough=noop #, fuzzy @@ -1240,10 +1234,8 @@ msgstr "" msgid "*product_type* may be one of the following values:" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Constant" -msgstr "Constant" +msgstr "" msgid "Meaning" msgstr "Ý nghĩa" @@ -1769,88 +1761,70 @@ msgstr "" msgid "A string containing a platform identifier. Known values are:" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "System" -msgstr "System" +msgstr "" msgid "``platform`` value" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "AIX" -msgstr "AIX" +msgstr "" # pydocvi: passthrough=noop #, fuzzy msgid "``'aix'``" msgstr "``'aix'``" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Android" -msgstr "Android" +msgstr "" # pydocvi: passthrough=noop #, fuzzy msgid "``'android'``" msgstr "``'android'``" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Emscripten" -msgstr "Emscripten" +msgstr "" # pydocvi: passthrough=noop #, fuzzy msgid "``'emscripten'``" msgstr "``'emscripten'``" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "FreeBSD" -msgstr "FreeBSD" +msgstr "" # pydocvi: passthrough=noop #, fuzzy msgid "``'freebsd'``" msgstr "``'freebsd'``" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "iOS" -msgstr "iOS" +msgstr "" # pydocvi: passthrough=noop #, fuzzy msgid "``'ios'``" msgstr "``'ios'``" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Linux" -msgstr "Linux" +msgstr "" # pydocvi: passthrough=noop #, fuzzy msgid "``'linux'``" msgstr "``'linux'``" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "macOS" -msgstr "macOS" +msgstr "" # pydocvi: passthrough=noop #, fuzzy msgid "``'darwin'``" msgstr "``'darwin'``" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Windows" -msgstr "Windows" +msgstr "" # pydocvi: passthrough=noop #, fuzzy @@ -1867,10 +1841,8 @@ msgstr "Windows/Cygwin" msgid "``'cygwin'``" msgstr "``'cygwin'``" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "WASI" -msgstr "WASI" +msgstr "" # pydocvi: passthrough=noop #, fuzzy @@ -2763,10 +2735,8 @@ msgid "" "all." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Citations" -msgstr "Citations" +msgstr "" msgid "" "ISO/IEC 9899:1999. \"Programming languages -- C.\" A public draft of this " @@ -2774,47 +2744,35 @@ msgid "" "n1256.pdf\\ ." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "auditing" -msgstr "auditing" +msgstr "" msgid "object" msgstr "object" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "traceback" -msgstr "traceback" +msgstr "" msgid "profile function" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "profiler" -msgstr "profiler" +msgstr "" msgid "trace function" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "debugger" -msgstr "debugger" +msgstr "" msgid "module" msgstr "module" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "search" -msgstr "search" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "path" -msgstr "path" +msgstr "" msgid "interpreter prompts" msgstr "" diff --git a/library/sys_path_init.po b/library/sys_path_init.po index 6064c05..4212ee7 100644 --- a/library/sys_path_init.po +++ b/library/sys_path_init.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "The initialization of the :data:`sys.path` module search path" msgstr "" diff --git a/library/sysconfig.po b/library/sysconfig.po index 67b5c1f..ed1f21d 100644 --- a/library/sysconfig.po +++ b/library/sysconfig.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "" ":mod:`!sysconfig` --- Provide access to Python's configuration information" @@ -208,10 +208,8 @@ msgstr "" msgid "``posix_user``" msgstr "``posix_user``" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Path" -msgstr "Path" +msgstr "" msgid "Installation directory" msgstr "" diff --git a/library/syslog.po b/library/syslog.po index f0599a4..82c732a 100644 --- a/library/syslog.po +++ b/library/syslog.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-19 14:37+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!syslog` --- Unix syslog library routines" msgstr "" @@ -31,10 +31,8 @@ msgid "" "facility." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Availability" -msgstr "Availability" +msgstr "" msgid "" "This module wraps the system ``syslog`` family of routines. A pure Python " diff --git a/library/tabnanny.po b/library/tabnanny.po index 0f38816..31c2873 100644 --- a/library/tabnanny.po +++ b/library/tabnanny.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!tabnanny` --- Detection of ambiguous indentation" msgstr "" diff --git a/library/tarfile.po b/library/tarfile.po index cd8441c..486f6ef 100644 --- a/library/tarfile.po +++ b/library/tarfile.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!tarfile` --- Read and write tar archive files" msgstr "" @@ -98,15 +98,11 @@ msgid "" "defaults to ``'r'``. Here is a full list of mode combinations:" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "mode" -msgstr "mode" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "action" -msgstr "action" +msgstr "" msgid "``'r'`` or ``'r:*'``" msgstr "" @@ -301,15 +297,11 @@ msgid "" "random access, see :ref:`tar-examples`. The currently possible modes:" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Mode" -msgstr "Mode" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Action" -msgstr "Action" +msgstr "" # pydocvi: passthrough=noop #, fuzzy diff --git a/library/telnetlib.po b/library/telnetlib.po index f735f9a..49eb704 100644 --- a/library/telnetlib.po +++ b/library/telnetlib.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!telnetlib` --- Telnet client" msgstr "" diff --git a/library/tempfile.po b/library/tempfile.po index c5cbc61..610ea58 100644 --- a/library/tempfile.po +++ b/library/tempfile.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!tempfile` --- Generate temporary files and directories" msgstr "" @@ -596,10 +596,8 @@ msgstr "" ">>> os.path.exists(f.name)\n" "False" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "temporary" -msgstr "temporary" +msgstr "" msgid "file name" msgstr "" diff --git a/library/termios.po b/library/termios.po index 32cf72a..053d9ef 100644 --- a/library/termios.po +++ b/library/termios.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-23 15:47+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!termios` --- POSIX style tty control" msgstr "" @@ -32,10 +32,8 @@ msgid "" "POSIX *termios* style tty I/O control configured during installation." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Availability" -msgstr "Availability" +msgstr "" msgid "" "All functions in this module take a file descriptor *fd* as their first " @@ -121,10 +119,8 @@ msgstr "" msgid "Convenience functions for common terminal control operations." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Example" -msgstr "Example" +msgstr "" msgid "" "Here's a function that prompts for a password with echoing turned off. Note " @@ -162,15 +158,11 @@ msgstr "" " termios.tcsetattr(fd, termios.TCSADRAIN, old)\n" " return passwd" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "POSIX" -msgstr "POSIX" +msgstr "" msgid "I/O control" msgstr "điều khiển I/O" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "tty" -msgstr "tty" +msgstr "" diff --git a/library/test.po b/library/test.po index 57721c6..d46dacd 100644 --- a/library/test.po +++ b/library/test.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!test` --- Regression tests package for Python" msgstr "" diff --git a/library/text.po b/library/text.po index 537fbfa..a1d58f5 100644 --- a/library/text.po +++ b/library/text.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Text Processing Services" msgstr "" diff --git a/library/textwrap.po b/library/textwrap.po index 5634b83..590c34c 100644 --- a/library/textwrap.po +++ b/library/textwrap.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!textwrap` --- Text wrapping and filling" msgstr "" @@ -377,7 +377,5 @@ msgstr "" msgid "..." msgstr "..." -# pydocvi: passthrough=version_marker -#, fuzzy msgid "placeholder" -msgstr "placeholder" +msgstr "" diff --git a/library/threading.po b/library/threading.po index a9a4407..3b4f479 100644 --- a/library/threading.po +++ b/library/threading.po @@ -13,7 +13,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -21,7 +21,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!threading` --- Thread-based parallelism" msgstr "" @@ -34,20 +34,16 @@ msgid "" "level :mod:`_thread` module." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Availability" -msgstr "Availability" +msgstr "" msgid "" "This module does not work or is not available on WebAssembly. See :ref:`wasm-" "availability` for more information." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Introduction" -msgstr "Introduction" +msgstr "" msgid "" "The :mod:`!threading` module provides a way to run multiple `threads " @@ -183,10 +179,8 @@ msgid "" "not available by default (see :pep:`703`)." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Reference" -msgstr "Reference" +msgstr "" msgid "This module defines the following functions:" msgstr "" @@ -2073,10 +2067,8 @@ msgstr "" msgid "trace function" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "debugger" -msgstr "debugger" +msgstr "" msgid "profile function" msgstr "" diff --git a/library/threadsafety.po b/library/threadsafety.po index d456f05..b28b8bf 100644 --- a/library/threadsafety.po +++ b/library/threadsafety.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Thread Safety Guarantees" msgstr "" @@ -43,10 +43,8 @@ msgid "" "safe." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Incompatible" -msgstr "Incompatible" +msgstr "" msgid "" "A function or operation that cannot be made safe for concurrent use even " @@ -61,10 +59,8 @@ msgid "" "external locking, can conflict with the runtime or other libraries." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Compatible" -msgstr "Compatible" +msgstr "" msgid "" "A function or operation that is safe to call from multiple threads " @@ -115,10 +111,8 @@ msgid "" "serialize access." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Atomic" -msgstr "Atomic" +msgstr "" msgid "" "A function or operation that appears :term:`atomic ` with " diff --git a/library/time.po b/library/time.po index 08cfe3d..8bb701f 100644 --- a/library/time.po +++ b/library/time.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!time` --- Time access and conversions" msgstr "" @@ -120,20 +120,14 @@ msgstr "" msgid "Use the following functions to convert between time representations:" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "From" -msgstr "From" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "To" -msgstr "To" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Use" -msgstr "Use" +msgstr "" msgid "seconds since the epoch" msgstr "" @@ -164,10 +158,8 @@ msgstr ":func:`calendar.timegm`" msgid ":func:`mktime`" msgstr ":func:`mktime`" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Functions" -msgstr "Functions" +msgstr "" msgid "" "Convert a tuple or :class:`struct_time` representing a time as returned by :" @@ -202,10 +194,8 @@ msgid "" "such as segmentation fault." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Availability" -msgstr "Availability" +msgstr "" msgid "" "See the man page for :manpage:`pthread_getcpuclockid(3)` for further " @@ -521,18 +511,14 @@ msgid "" "replaced by the indicated characters in the :func:`strftime` result:" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Directive" -msgstr "Directive" +msgstr "" msgid "Meaning" msgstr "Ý nghĩa" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Notes" -msgstr "Notes" +msgstr "" # pydocvi: passthrough=noop #, fuzzy @@ -887,20 +873,14 @@ msgid "" "The following values are present:" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Index" -msgstr "Index" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Attribute" -msgstr "Attribute" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Values" -msgstr "Values" +msgstr "" # pydocvi: passthrough=version_marker #, fuzzy @@ -1373,10 +1353,8 @@ msgid "" "by :rfc:`2822`, with :rfc:`5322` continuing this requirement." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "epoch" -msgstr "epoch" +msgstr "" msgid "Year 2038" msgstr "" @@ -1384,10 +1362,8 @@ msgstr "" msgid "2-digit years" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "UTC" -msgstr "UTC" +msgstr "" msgid "Coordinated Universal Time" msgstr "" @@ -1398,10 +1374,8 @@ msgstr "" msgid "Daylight Saving Time" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "benchmarking" -msgstr "benchmarking" +msgstr "" msgid "CPU time" msgstr "" diff --git a/library/timeit.po b/library/timeit.po index 4d7601f..8d08bbe 100644 --- a/library/timeit.po +++ b/library/timeit.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!timeit` --- Measure execution time of small code snippets" msgstr "" @@ -555,12 +555,8 @@ msgstr "" "import timeit\n" "print(timeit.timeit('[func(42) for func in (f,g,h)]', globals=globals()))" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Benchmarking" -msgstr "Benchmarking" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Performance" -msgstr "Performance" +msgstr "" diff --git a/library/tk.po b/library/tk.po index e257f25..5b262ae 100644 --- a/library/tk.po +++ b/library/tk.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Graphical user interfaces with Tk" msgstr "" @@ -48,20 +48,14 @@ msgid "" "GuiProgramming>`_." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "GUI" -msgstr "GUI" +msgstr "" msgid "Graphical User Interface" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Tkinter" -msgstr "Tkinter" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Tk" -msgstr "Tk" +msgstr "" diff --git a/library/tkinter.colorchooser.po b/library/tkinter.colorchooser.po index 8293233..40a7fea 100644 --- a/library/tkinter.colorchooser.po +++ b/library/tkinter.colorchooser.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!tkinter.colorchooser` --- Color choosing dialog" msgstr "" diff --git a/library/tkinter.dnd.po b/library/tkinter.dnd.po index 2591e37..02a8fa3 100644 --- a/library/tkinter.dnd.po +++ b/library/tkinter.dnd.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!tkinter.dnd` --- Drag and drop support" msgstr "" diff --git a/library/tkinter.font.po b/library/tkinter.font.po index 5ed42d4..0731d79 100644 --- a/library/tkinter.font.po +++ b/library/tkinter.font.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!tkinter.font` --- Tkinter font wrapper" msgstr "" diff --git a/library/tkinter.messagebox.po b/library/tkinter.messagebox.po index ee9470d..33e82e5 100644 --- a/library/tkinter.messagebox.po +++ b/library/tkinter.messagebox.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!tkinter.messagebox` --- Tkinter message prompts" msgstr "" diff --git a/library/tkinter.po b/library/tkinter.po index a11dc57..0ba7b6a 100644 --- a/library/tkinter.po +++ b/library/tkinter.po @@ -13,7 +13,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -21,7 +21,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!tkinter` --- Python interface to Tcl/Tk" msgstr "" @@ -140,10 +140,8 @@ msgid "" "Tkinter. (ISBN 978-0321336330)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Architecture" -msgstr "Architecture" +msgstr "" msgid "" "Tcl/Tk is not a single library but rather consists of a few distinct " @@ -152,10 +150,8 @@ msgid "" "with it." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Tcl" -msgstr "Tcl" +msgstr "" msgid "" "Tcl is a dynamic interpreted programming language, just like Python. Though " @@ -170,10 +166,8 @@ msgid "" "difference (see `Threading model`_ for details)." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Tk" -msgstr "Tk" +msgstr "" msgid "" "Tk is a `Tcl package `_ implemented in C " @@ -183,10 +177,8 @@ msgid "" "appearance. Tk uses Tcl's event queue to generate and process GUI events." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Ttk" -msgstr "Ttk" +msgstr "" msgid "" "Themed Tk (Ttk) is a newer family of Tk widgets that provide a much better " @@ -538,10 +530,8 @@ msgstr "" msgid "Even this simple program illustrates the following key Tk concepts:" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "widgets" -msgstr "widgets" +msgstr "" msgid "" "A Tkinter user interface is made up of individual *widgets*. Each widget is " @@ -932,18 +922,14 @@ msgid "" "option (such as ``('bg', 'background')``)." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Index" -msgstr "Index" +msgstr "" msgid "Meaning" msgstr "Ý nghĩa" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Example" -msgstr "Example" +msgstr "" # pydocvi: passthrough=version_marker #, fuzzy @@ -1072,28 +1058,22 @@ msgid "" "take, see the man pages and page 183 of John Ousterhout's book." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "anchor" -msgstr "anchor" +msgstr "" msgid "" "Anchor type. Denotes where the packer is to place each content in its " "parcel." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "expand" -msgstr "expand" +msgstr "" msgid "Boolean, ``0`` or ``1``." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "fill" -msgstr "fill" +msgstr "" msgid "Legal values: ``'x'``, ``'y'``, ``'both'``, ``'none'``." msgstr "" @@ -1110,10 +1090,8 @@ msgstr "" msgid "A distance - designating external padding on each side of the content." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "side" -msgstr "side" +msgstr "" msgid "Legal values are: ``'left'``, ``'right'``, ``'top'``, ``'bottom'``." msgstr "" @@ -1290,10 +1268,8 @@ msgid "" "``\"center\"``." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "bitmap" -msgstr "bitmap" +msgstr "" msgid "" "There are eight built-in, named bitmaps: ``'error'``, ``'gray25'``, " @@ -1302,18 +1278,14 @@ msgid "" "file, preceded with an ``@``, as in ``\"@/usr/contrib/bitmap/gumby.bit\"``." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "boolean" -msgstr "boolean" +msgstr "" msgid "You can pass integers 0 or 1 or the strings ``\"yes\"`` or ``\"no\"``." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "callback" -msgstr "callback" +msgstr "" msgid "This is any Python function that takes no arguments. For example::" msgstr "" @@ -1329,10 +1301,8 @@ msgstr "" " print(\"hi there\")\n" "fred[\"command\"] = print_it" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "color" -msgstr "color" +msgstr "" msgid "" "Colors can be given as the names of X colors in the rgb.txt file, or as " @@ -1342,10 +1312,8 @@ msgid "" "digit. See page 160 of Ousterhout's book for details." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "cursor" -msgstr "cursor" +msgstr "" msgid "" "The standard X cursor names from :file:`cursorfont.h` can be used, without " @@ -1354,10 +1322,8 @@ msgid "" "of your own. See page 179 of Ousterhout's book." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "distance" -msgstr "distance" +msgstr "" msgid "" "Screen distances can be specified in either pixels or absolute distances. " @@ -1367,10 +1333,8 @@ msgid "" "is expressed as ``\"3.5i\"``." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "font" -msgstr "font" +msgstr "" msgid "" "Tk uses a list font name format, such as ``{courier 10 bold}``. Font sizes " @@ -1378,10 +1342,8 @@ msgid "" "are measured in pixels." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "geometry" -msgstr "geometry" +msgstr "" msgid "" "This is a string of the form ``widthxheight``, where width and height are " @@ -1389,20 +1351,16 @@ msgid "" "text). For example: ``fred[\"geometry\"] = \"200x100\"``." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "justify" -msgstr "justify" +msgstr "" msgid "" "Legal values are the strings: ``\"left\"``, ``\"center\"``, and " "``\"right\"``." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "region" -msgstr "region" +msgstr "" msgid "" "This is a string with four space-delimited elements, each of which is a " @@ -1410,10 +1368,8 @@ msgid "" "2i\"`` and ``\"3c 2c 4c 10.43c\"`` are all legal regions." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "relief" -msgstr "relief" +msgstr "" msgid "" "Determines what the border style of a widget will be. Legal values are: " @@ -1421,20 +1377,16 @@ msgid "" "``\"ridge\"``." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "scrollcommand" -msgstr "scrollcommand" +msgstr "" msgid "" "This is almost always the :meth:`!set` method of some scrollbar widget, but " "can be any widget method that takes a single argument." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "wrap" -msgstr "wrap" +msgstr "" msgid "Must be one of: ``\"none\"``, ``\"char\"``, or ``\"word\"``." msgstr "" @@ -1454,10 +1406,8 @@ msgstr "" msgid "where:" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "sequence" -msgstr "sequence" +msgstr "" msgid "" "is a string that denotes the target kind of event. (See the :manpage:" @@ -1465,10 +1415,8 @@ msgid "" "reference:`Tcl and the Tk Toolkit (2nd edition)`, for details)." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "func" -msgstr "func" +msgstr "" msgid "" "is a Python function, taking one argument, to be invoked when the event " @@ -1476,10 +1424,8 @@ msgid "" "deployed this way are commonly known as *callbacks*.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "add" -msgstr "add" +msgstr "" msgid "" "is optional, either ``''`` or ``'+'``. Passing an empty string denotes that " @@ -1517,30 +1463,24 @@ msgstr "" msgid "%f" msgstr "%f" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "focus" -msgstr "focus" +msgstr "" # pydocvi: passthrough=noop #, fuzzy msgid "%A" msgstr "%A" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "char" -msgstr "char" +msgstr "" # pydocvi: passthrough=noop #, fuzzy msgid "%h" msgstr "%h" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "height" -msgstr "height" +msgstr "" # pydocvi: passthrough=noop #, fuzzy @@ -1557,30 +1497,24 @@ msgstr "send_event" msgid "%k" msgstr "%k" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "keycode" -msgstr "keycode" +msgstr "" # pydocvi: passthrough=noop #, fuzzy msgid "%K" msgstr "%K" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "keysym" -msgstr "keysym" +msgstr "" # pydocvi: passthrough=noop #, fuzzy msgid "%s" msgstr "%s" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "state" -msgstr "state" +msgstr "" # pydocvi: passthrough=noop #, fuzzy @@ -1597,10 +1531,8 @@ msgstr "keysym_num" msgid "%t" msgstr "%t" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "time" -msgstr "time" +msgstr "" # pydocvi: passthrough=noop #, fuzzy @@ -1615,27 +1547,23 @@ msgstr "type" msgid "%w" msgstr "%w" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "width" -msgstr "width" +msgstr "" # pydocvi: passthrough=noop #, fuzzy msgid "%W" msgstr "%W" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "widget" -msgstr "widget" +msgstr "" # pydocvi: passthrough=noop #, fuzzy msgid "%x" msgstr "%x" -# pydocvi: passthrough=version_marker +# pydocvi: passthrough=noop #, fuzzy msgid "x" msgstr "x" @@ -1655,7 +1583,7 @@ msgstr "x_root" msgid "%y" msgstr "%y" -# pydocvi: passthrough=version_marker +# pydocvi: passthrough=noop #, fuzzy msgid "y" msgstr "y" @@ -1735,10 +1663,8 @@ msgid "" "above literals, instead." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Images" -msgstr "Images" +msgstr "" msgid "" "Images of different formats can be created through the corresponding " diff --git a/library/tkinter.scrolledtext.po b/library/tkinter.scrolledtext.po index aba50b0..8b3239c 100644 --- a/library/tkinter.scrolledtext.po +++ b/library/tkinter.scrolledtext.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!tkinter.scrolledtext` --- Scrolled Text Widget" msgstr "" diff --git a/library/tkinter.ttk.po b/library/tkinter.ttk.po index 3f171fc..2329d2b 100644 --- a/library/tkinter.ttk.po +++ b/library/tkinter.ttk.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!tkinter.ttk` --- Tk themed widgets" msgstr "" @@ -152,10 +152,8 @@ msgid "" "documentation." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Widget" -msgstr "Widget" +msgstr "" msgid "" ":class:`ttk.Widget` defines standard options and methods supported by Tk " @@ -168,20 +166,14 @@ msgstr "" msgid "All the :mod:`ttk` Widgets accept the following options:" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Option" -msgstr "Option" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Description" -msgstr "Description" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "class" -msgstr "class" +msgstr "" msgid "" "Specifies the window class. The class is used when querying the option " @@ -190,20 +182,16 @@ msgid "" "option is read-only, and may only be specified when the window is created." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "cursor" -msgstr "cursor" +msgstr "" msgid "" "Specifies the mouse cursor to be used for the widget. If set to the empty " "string (the default), the cursor is inherited for the parent widget." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "takefocus" -msgstr "takefocus" +msgstr "" msgid "" "Determines whether the window accepts the focus during keyboard traversal. " @@ -214,10 +202,8 @@ msgid "" "whether or not to focus on the window." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "style" -msgstr "style" +msgstr "" msgid "May be used to specify a custom widget style." msgstr "" @@ -230,10 +216,8 @@ msgid "" "scrollbar." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "xscrollcommand" -msgstr "xscrollcommand" +msgstr "" msgid "Used to communicate with horizontal scrollbars." msgstr "" @@ -249,10 +233,8 @@ msgid "" "the window changes." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "yscrollcommand" -msgstr "yscrollcommand" +msgstr "" msgid "" "Used to communicate with vertical scrollbars. For some more information, see " @@ -267,38 +249,30 @@ msgid "" "widgets." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "text" -msgstr "text" +msgstr "" msgid "Specifies a text string to be displayed inside the widget." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "textvariable" -msgstr "textvariable" +msgstr "" msgid "" "Specifies a name whose value will be used in place of the text option " "resource." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "underline" -msgstr "underline" +msgstr "" msgid "" "If set, specifies the index (0-based) of a character to underline in the " "text string. The underline character is used for mnemonic activation." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "image" -msgstr "image" +msgstr "" msgid "" "Specifies an image to display. This is a list of 1 or more elements. The " @@ -308,10 +282,8 @@ msgid "" "combination of states. All images in the list should have the same size." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "compound" -msgstr "compound" +msgstr "" msgid "" "Specifies how to display the image relative to the text, in the case both " @@ -332,10 +304,8 @@ msgstr "" msgid "none: the default. display the image if present, otherwise the text." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "width" -msgstr "width" +msgstr "" msgid "" "If greater than zero, specifies how much space, in character widths, to " @@ -346,10 +316,8 @@ msgstr "" msgid "Compatibility Options" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "state" -msgstr "state" +msgstr "" msgid "" "May be set to \"normal\" or \"disabled\" to control the \"disabled\" state " @@ -363,59 +331,45 @@ msgstr "" msgid "The widget state is a bitmap of independent state flags." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Flag" -msgstr "Flag" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "active" -msgstr "active" +msgstr "" msgid "" "The mouse cursor is over the widget and pressing a mouse button will cause " "some action to occur" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "disabled" -msgstr "disabled" +msgstr "" msgid "Widget is disabled under program control" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "focus" -msgstr "focus" +msgstr "" msgid "Widget has keyboard focus" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "pressed" -msgstr "pressed" +msgstr "" msgid "Widget is being pressed" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "selected" -msgstr "selected" +msgstr "" msgid "" "\"On\", \"true\", or \"current\" for things like Checkbuttons and " "radiobuttons" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "background" -msgstr "background" +msgstr "" msgid "" "Windows and Mac have a notion of an \"active\" or foreground window. The " @@ -423,26 +377,20 @@ msgid "" "for those in the foreground window" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "readonly" -msgstr "readonly" +msgstr "" msgid "Widget should not allow user modification" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "alternate" -msgstr "alternate" +msgstr "" msgid "A widget-specific alternate display format" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "invalid" -msgstr "invalid" +msgstr "" msgid "The widget's value is invalid" msgstr "" @@ -486,10 +434,8 @@ msgstr "" msgid "*statespec* will usually be a list or a tuple." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Combobox" -msgstr "Combobox" +msgstr "" msgid "" "The :class:`ttk.Combobox` widget combines a text field with a pop-down list " @@ -505,18 +451,14 @@ msgid "" "it has some other methods, described at :class:`ttk.Combobox`." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Options" -msgstr "Options" +msgstr "" msgid "This widget accepts the following specific options:" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "exportselection" -msgstr "exportselection" +msgstr "" msgid "" "Boolean value. If set, the widget selection is linked to the Window Manager " @@ -524,28 +466,22 @@ msgid "" "example)." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "justify" -msgstr "justify" +msgstr "" msgid "" "Specifies how the text is aligned within the widget. One of \"left\", " "\"center\", or \"right\"." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "height" -msgstr "height" +msgstr "" msgid "Specifies the height of the pop-down listbox, in rows." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "postcommand" -msgstr "postcommand" +msgstr "" msgid "" "A script (possibly registered with Misc.register) that is called immediately " @@ -565,10 +501,8 @@ msgid "" "vice versa. See :class:`tkinter.StringVar`." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "values" -msgstr "values" +msgstr "" msgid "Specifies the list of values to display in the drop-down listbox." msgstr "" @@ -603,10 +537,8 @@ msgstr "" msgid "Sets the value of the combobox to *value*." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Spinbox" -msgstr "Spinbox" +msgstr "" msgid "" "The :class:`ttk.Spinbox` widget is a :class:`ttk.Entry` enhanced with " @@ -623,10 +555,8 @@ msgid "" "methods, described at :class:`ttk.Spinbox`." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "from" -msgstr "from" +msgstr "" msgid "" "Float value. If set, this is the minimum value to which the decrement " @@ -634,20 +564,16 @@ msgid "" "argument, since ``from`` is a Python keyword." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "to" -msgstr "to" +msgstr "" msgid "" "Float value. If set, this is the maximum value to which the increment " "button will increment." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "increment" -msgstr "increment" +msgstr "" msgid "" "Float value. Specifies the amount which the increment/decrement buttons " @@ -660,10 +586,8 @@ msgid "" "incrementing or decrementing numbers." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "wrap" -msgstr "wrap" +msgstr "" msgid "" "Boolean value. If ``True``, increment and decrement buttons will cycle from " @@ -671,10 +595,8 @@ msgid "" "value, respectively." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "format" -msgstr "format" +msgstr "" msgid "" "String value. This specifies the format of numbers set by the increment/" @@ -682,10 +604,8 @@ msgid "" "width of the value, P is the precision, and '%' and 'f' are literal." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "command" -msgstr "command" +msgstr "" msgid "" "Python callable. Will be called with no arguments whenever either of the " @@ -709,10 +629,8 @@ msgstr "" msgid "Sets the value of the spinbox to *value*." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Notebook" -msgstr "Notebook" +msgstr "" msgid "" "Ttk Notebook widget manages a collection of windows and displays a single " @@ -726,10 +644,8 @@ msgid "" "of all panes is used." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "padding" -msgstr "padding" +msgstr "" msgid "" "Specifies the amount of extra space to add around the outside of the " @@ -755,10 +671,8 @@ msgid "" "is not selectable. If \"hidden\", then the tab is not shown." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "sticky" -msgstr "sticky" +msgstr "" msgid "" "Specifies how the child window is positioned within the pane area. Value is " @@ -925,10 +839,8 @@ msgid "" "if all panes have the notebook they are in as master." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Progressbar" -msgstr "Progressbar" +msgstr "" msgid "" "The :class:`ttk.Progressbar` widget shows the status of a long-running " @@ -938,46 +850,36 @@ msgid "" "know that work is progressing." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "orient" -msgstr "orient" +msgstr "" msgid "" "One of \"horizontal\" or \"vertical\". Specifies the orientation of the " "progress bar." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "length" -msgstr "length" +msgstr "" msgid "" "Specifies the length of the long axis of the progress bar (width if " "horizontal, height if vertical)." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "mode" -msgstr "mode" +msgstr "" msgid "One of \"determinate\" or \"indeterminate\"." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "maximum" -msgstr "maximum" +msgstr "" msgid "A number specifying the maximum value. Defaults to 100." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "value" -msgstr "value" +msgstr "" msgid "" "The current value of the progress bar. In \"determinate\" mode, this " @@ -986,10 +888,8 @@ msgid "" "\"cycle\" when its value increases by *maximum*." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "variable" -msgstr "variable" +msgstr "" msgid "" "A name which is linked to the option value. If specified, the value of the " @@ -997,10 +897,8 @@ msgid "" "latter is modified." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "phase" -msgstr "phase" +msgstr "" msgid "" "Read-only option. The widget periodically increments the value of this " @@ -1031,10 +929,8 @@ msgid "" "meth:`Progressbar.start` for this progress bar." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Separator" -msgstr "Separator" +msgstr "" msgid "" "The :class:`ttk.Separator` widget displays a horizontal or vertical " @@ -1053,10 +949,8 @@ msgid "" "separator." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Sizegrip" -msgstr "Sizegrip" +msgstr "" msgid "" "The :class:`ttk.Sizegrip` widget (also known as a grow box) allows the user " @@ -1077,10 +971,8 @@ msgid "" "will just mask the widget." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Bugs" -msgstr "Bugs" +msgstr "" msgid "" "If the containing toplevel's position was specified relative to the right or " @@ -1091,10 +983,8 @@ msgstr "" msgid "This widget supports only \"southeast\" resizing." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Treeview" -msgstr "Treeview" +msgstr "" msgid "" "The :class:`ttk.Treeview` widget displays a hierarchical collection of " @@ -1128,20 +1018,16 @@ msgid "" "`Treeview.xview` and :meth:`Treeview.yview`." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "columns" -msgstr "columns" +msgstr "" msgid "" "A list of column identifiers, specifying the number of columns and their " "names." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "displaycolumns" -msgstr "displaycolumns" +msgstr "" msgid "" "A list of column identifiers (either symbolic or integer indices) specifying " @@ -1159,10 +1045,8 @@ msgid "" "to four length specifications." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "selectmode" -msgstr "selectmode" +msgstr "" msgid "" "Controls how the built-in class bindings manage the selection. One of " @@ -1176,10 +1060,8 @@ msgid "" "however they wish, regardless of the value of this option." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "show" -msgstr "show" +msgstr "" msgid "" "A list containing zero or more of the following values, specifying which " @@ -1224,20 +1106,16 @@ msgid "" "ignored." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "open" -msgstr "open" +msgstr "" msgid "" "``True``/``False`` value indicating whether the item's children should be " "displayed or hidden." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "tags" -msgstr "tags" +msgstr "" msgid "A list of tags associated with this item." msgstr "" @@ -1248,10 +1126,8 @@ msgstr "" msgid "The following options may be specified on tags:" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "foreground" -msgstr "foreground" +msgstr "" msgid "Specifies the text foreground color." msgstr "" @@ -1259,10 +1135,8 @@ msgstr "" msgid "Specifies the cell or item background color." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "font" -msgstr "font" +msgstr "" msgid "Specifies the font to use when drawing text." msgstr "" @@ -1502,44 +1376,32 @@ msgstr "" msgid "Returns one of:" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "region" -msgstr "region" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "meaning" -msgstr "meaning" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "heading" -msgstr "heading" +msgstr "" msgid "Tree heading area." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "separator" -msgstr "separator" +msgstr "" msgid "Space between two columns headings." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "tree" -msgstr "tree" +msgstr "" msgid "The tree area." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "cell" -msgstr "cell" +msgstr "" msgid "A data cell." msgstr "" @@ -2149,10 +2011,8 @@ msgid "" "<> event." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Layouts" -msgstr "Layouts" +msgstr "" msgid "" "A layout can be just ``None``, if it takes no options, or a dict of options " @@ -2193,7 +2053,5 @@ msgid "" "the other is a `Layout`_." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "ttk" -msgstr "ttk" +msgstr "" diff --git a/library/token.po b/library/token.po index 5eff324..44db190 100644 --- a/library/token.po +++ b/library/token.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!token` --- Constants used with Python parse trees" msgstr "" @@ -214,15 +214,11 @@ msgid "" "details.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Token" -msgstr "Token" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Value" -msgstr "Value" +msgstr "" # pydocvi: passthrough=noop #, fuzzy diff --git a/library/tokenize.po b/library/tokenize.po index 105db07..5edb653 100644 --- a/library/tokenize.po +++ b/library/tokenize.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!tokenize` --- Tokenizer for Python source" msgstr "" diff --git a/library/tomllib.po b/library/tomllib.po index b45315f..ce4cdb4 100644 --- a/library/tomllib.po +++ b/library/tomllib.po @@ -13,7 +13,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -21,7 +21,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!tomllib` --- Parse TOML files" msgstr "" @@ -152,59 +152,41 @@ msgstr "" msgid "Conversion Table" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "TOML" -msgstr "TOML" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Python" -msgstr "Python" +msgstr "" msgid "TOML document" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "dict" -msgstr "dict" +msgstr "" msgid "string" msgstr "chuỗi" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "str" -msgstr "str" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "integer" -msgstr "integer" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "int" -msgstr "int" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "float" -msgstr "float" +msgstr "" msgid "float (configurable with *parse_float*)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "boolean" -msgstr "boolean" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "bool" -msgstr "bool" +msgstr "" msgid "offset date-time" msgstr "" @@ -236,20 +218,14 @@ msgstr "" msgid "datetime.time" msgstr "datetime.time" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "array" -msgstr "array" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "list" -msgstr "list" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "table" -msgstr "table" +msgstr "" msgid "inline table" msgstr "" diff --git a/library/trace.po b/library/trace.po index c3d3f91..8a00ef7 100644 --- a/library/trace.po +++ b/library/trace.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!trace` --- Trace or track Python statement execution" msgstr "" @@ -100,10 +100,8 @@ msgstr "" msgid "Display the calling relationships exposed by running the program." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Modifiers" -msgstr "Modifiers" +msgstr "" msgid "" "Name of a file to accumulate counts over several tracing runs. Should be " @@ -136,10 +134,8 @@ msgid "" "tracing." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Filters" -msgstr "Filters" +msgstr "" msgid "These options may be repeated multiple times." msgstr "" diff --git a/library/traceback.po b/library/traceback.po index 7677482..31d01c6 100644 --- a/library/traceback.po +++ b/library/traceback.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-23 15:47+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!traceback` --- Print or retrieve a stack traceback" msgstr "" @@ -1002,15 +1002,11 @@ msgstr "" msgid "object" msgstr "object" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "traceback" -msgstr "traceback" +msgstr "" msgid "^ (caret)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "marker" -msgstr "marker" +msgstr "" diff --git a/library/tracemalloc.po b/library/tracemalloc.po index b340d94..5d64b1f 100644 --- a/library/tracemalloc.po +++ b/library/tracemalloc.po @@ -13,7 +13,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-21 15:07+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -21,7 +21,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!tracemalloc` --- Trace memory allocations" msgstr "" @@ -536,15 +536,11 @@ msgid "" "writing ``sum(range(...))``)." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "API" -msgstr "API" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Functions" -msgstr "Functions" +msgstr "" msgid "Clear traces of memory blocks allocated by Python." msgstr "" @@ -684,10 +680,8 @@ msgstr "" msgid "See also the :func:`get_object_traceback` function." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "DomainFilter" -msgstr "DomainFilter" +msgstr "" msgid "Filter traces of memory blocks by their address space (domain)." msgstr "" @@ -705,10 +699,8 @@ msgstr "" msgid "Address space of a memory block (``int``). Read-only property." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Filter" -msgstr "Filter" +msgstr "" msgid "Filter on traces of memory blocks." msgstr "" @@ -779,10 +771,8 @@ msgid "" "attribute." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Frame" -msgstr "Frame" +msgstr "" msgid "Frame of a traceback." msgstr "" @@ -796,10 +786,8 @@ msgstr "" msgid "Line number (``int``)." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Snapshot" -msgstr "Snapshot" +msgstr "" msgid "Snapshot of traces of memory blocks allocated by Python." msgstr "" @@ -862,20 +850,16 @@ msgstr "" msgid "key_type" msgstr "key_type" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "description" -msgstr "description" +msgstr "" # pydocvi: passthrough=noop #, fuzzy msgid "``'filename'``" msgstr "``'filename'``" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "filename" -msgstr "filename" +msgstr "" # pydocvi: passthrough=noop #, fuzzy @@ -890,10 +874,8 @@ msgstr "" msgid "``'traceback'``" msgstr "``'traceback'``" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "traceback" -msgstr "traceback" +msgstr "" msgid "" "If *cumulative* is ``True``, cumulate size and count of memory blocks of all " @@ -922,10 +904,8 @@ msgid "" "method to get a sorted list of statistics." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Statistic" -msgstr "Statistic" +msgstr "" msgid "Statistic on memory allocations." msgstr "" @@ -947,10 +927,8 @@ msgid "" "Traceback where the memory block was allocated, :class:`Traceback` instance." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "StatisticDiff" -msgstr "StatisticDiff" +msgstr "" msgid "" "Statistic difference on memory allocations between an old and a new :class:" @@ -989,10 +967,8 @@ msgid "" "instance." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Trace" -msgstr "Trace" +msgstr "" msgid "Trace of a memory block." msgstr "" @@ -1005,10 +981,8 @@ msgstr "" msgid "Size of the memory block in bytes (``int``)." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Traceback" -msgstr "Traceback" +msgstr "" msgid "" "Sequence of :class:`Frame` instances sorted from the oldest frame to the " diff --git a/library/tty.po b/library/tty.po index d4b40c0..4eb7e9a 100644 --- a/library/tty.po +++ b/library/tty.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!tty` --- Terminal control functions" msgstr "" @@ -30,10 +30,8 @@ msgid "" "raw modes." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Availability" -msgstr "Availability" +msgstr "" msgid "" "Because it requires the :mod:`termios` module, it will work only on Unix." diff --git a/library/turtle.po b/library/turtle.po index 4a62fb4..6005265 100644 --- a/library/turtle.po +++ b/library/turtle.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!turtle` --- Turtle graphics" msgstr "" @@ -28,10 +28,8 @@ msgstr "" msgid "**Source code:** :source:`Lib/turtle.py`" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Introduction" -msgstr "Introduction" +msgstr "" msgid "" "Turtle graphics is an implementation of `the popular geometric drawing tools " @@ -80,10 +78,8 @@ msgid "" "introducing more complex or external libraries into their work." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Tutorial" -msgstr "Tutorial" +msgstr "" msgid "" "New users should start here. In this tutorial we'll explore some of the " @@ -692,10 +688,8 @@ msgstr ":func:`pencolor`" msgid ":func:`fillcolor`" msgstr ":func:`fillcolor`" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Filling" -msgstr "Filling" +msgstr "" # pydocvi: passthrough=noop #, fuzzy @@ -738,10 +732,8 @@ msgstr ":func:`write`" msgid "Turtle state" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Visibility" -msgstr "Visibility" +msgstr "" # pydocvi: passthrough=noop #, fuzzy @@ -758,10 +750,8 @@ msgstr ":func:`hideturtle` | :func:`ht`" msgid ":func:`isvisible`" msgstr ":func:`isvisible`" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Appearance" -msgstr "Appearance" +msgstr "" # pydocvi: passthrough=noop #, fuzzy @@ -3218,10 +3208,8 @@ msgid "" "if ``x/y`` unit-ratio doesn't equal 1." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Mode" -msgstr "Mode" +msgstr "" msgid "Initial turtle heading" msgstr "" @@ -3235,10 +3223,8 @@ msgstr "" msgid "to the right (east)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "counterclockwise" -msgstr "counterclockwise" +msgstr "" msgid "\"logo\"" msgstr "" @@ -3246,10 +3232,8 @@ msgstr "" msgid "upward (north)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "clockwise" -msgstr "clockwise" +msgstr "" # pydocvi: passthrough=doctest #, fuzzy @@ -3633,10 +3617,8 @@ msgstr "" msgid "``a.rotate(angle)`` rotation" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Explanation" -msgstr "Explanation" +msgstr "" msgid "" "A turtle object draws on a screen object, and there a number of key classes " @@ -4039,20 +4021,14 @@ msgstr "" msgid "The demo scripts are:" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Name" -msgstr "Name" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Description" -msgstr "Description" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Features" -msgstr "Features" +msgstr "" # pydocvi: passthrough=noop #, fuzzy @@ -4107,10 +4083,8 @@ msgstr "``forest``" msgid "3 breadth-first trees" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "randomization" -msgstr "randomization" +msgstr "" # pydocvi: passthrough=noop #, fuzzy @@ -4120,10 +4094,8 @@ msgstr "``fractalcurves``" msgid "Hilbert & Koch curves" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "recursion" -msgstr "recursion" +msgstr "" # pydocvi: passthrough=noop #, fuzzy @@ -4172,10 +4144,8 @@ msgstr "" msgid "``peace``" msgstr "``peace``" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "elementary" -msgstr "elementary" +msgstr "" msgid "turtle: appearance and animation" msgstr "" diff --git a/library/types.po b/library/types.po index 50db82b..2720d5a 100644 --- a/library/types.po +++ b/library/types.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!types` --- Dynamic type creation and names for built-in types" msgstr "" @@ -594,7 +594,5 @@ msgstr "" msgid "built-in function" msgstr "hàm tích hợp sẵn" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "compile" -msgstr "compile" +msgstr "" diff --git a/library/typing.po b/library/typing.po index 7b3fc75..30e0869 100644 --- a/library/typing.po +++ b/library/typing.po @@ -13,7 +13,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -21,7 +21,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!typing` --- Support for type hints" msgstr "" @@ -196,10 +196,8 @@ msgid "" "Vector: TypeAlias = list[float]" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "NewType" -msgstr "NewType" +msgstr "" msgid "Use the :class:`NewType` helper to create distinct types::" msgstr "" @@ -491,10 +489,8 @@ msgid "" "examples of usage in ``Callable``." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Generics" -msgstr "Generics" +msgstr "" msgid "" "Since type information about objects kept in containers cannot be statically " @@ -3886,10 +3882,8 @@ msgstr "" ">>> call_evaluate_function(Alias.evaluate_value, Format.FORWARDREF)\n" "ForwardRef('undefined')" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Unpacking" -msgstr "Unpacking" +msgstr "" msgid "" "Type aliases support star unpacking using the ``*Alias`` syntax. This is " @@ -4776,10 +4770,8 @@ msgid "" "pep:`728`." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Protocols" -msgstr "Protocols" +msgstr "" msgid "" "The following protocols are provided by the :mod:`!typing` module. All are " @@ -5159,10 +5151,8 @@ msgstr "" msgid "Parameter name" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Description" -msgstr "Description" +msgstr "" # pydocvi: passthrough=noop #, fuzzy @@ -5788,10 +5778,8 @@ msgstr "" ">>> Point.__extra_items__ is NoExtraItems\n" "True" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Constant" -msgstr "Constant" +msgstr "" msgid "" "A special constant that is assumed to be ``True`` by 3rd party static type " @@ -6330,10 +6318,8 @@ msgid "" "listed." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Feature" -msgstr "Feature" +msgstr "" msgid "Deprecated in" msgstr "" @@ -6387,10 +6373,8 @@ msgstr ":data:`typing.Text`" msgid "3.11" msgstr "3.11" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Undecided" -msgstr "Undecided" +msgstr "" # pydocvi: passthrough=noop #, fuzzy diff --git a/library/unicodedata.po b/library/unicodedata.po index 6aea2f1..04d5a2e 100644 --- a/library/unicodedata.po +++ b/library/unicodedata.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!unicodedata` --- Unicode Database" msgstr "" @@ -378,17 +378,11 @@ msgstr "https://www.unicode.org/Public/17.0.0/ucd/NameAliases.txt" msgid "https://www.unicode.org/Public/17.0.0/ucd/NamedSequences.txt" msgstr "https://www.unicode.org/Public/17.0.0/ucd/NamedSequences.txt" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Unicode" -msgstr "Unicode" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "character" -msgstr "character" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "database" -msgstr "database" +msgstr "" diff --git a/library/unittest.mock-examples.po b/library/unittest.mock-examples.po index 3ac60af..a9a5423 100644 --- a/library/unittest.mock-examples.po +++ b/library/unittest.mock-examples.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!unittest.mock` --- getting started" msgstr "" diff --git a/library/unittest.mock.po b/library/unittest.mock.po index 80d86f2..730c2b2 100644 --- a/library/unittest.mock.po +++ b/library/unittest.mock.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!unittest.mock` --- mock object library" msgstr "" @@ -905,10 +905,8 @@ msgid "" "`ThreadingMock`." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Calling" -msgstr "Calling" +msgstr "" msgid "" "Mock objects are callable. The call will return the value set as the :attr:" @@ -1118,10 +1116,8 @@ msgid "" "in with statements or as class decorators." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "patch" -msgstr "patch" +msgstr "" msgid "" "The key is to do the patching in the right namespace. See the section `where " @@ -2370,15 +2366,11 @@ msgid "" "is kept isolated from the others." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Helpers" -msgstr "Helpers" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "sentinel" -msgstr "sentinel" +msgstr "" msgid "" "The ``sentinel`` object provides a convenient way of providing unique " @@ -2408,10 +2400,8 @@ msgid "" "some_object``:" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "DEFAULT" -msgstr "DEFAULT" +msgstr "" msgid "" "The :data:`DEFAULT` object is a pre-created sentinel (actually ``sentinel." @@ -2419,10 +2409,8 @@ msgid "" "indicate that the normal return value should be used." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "call" -msgstr "call" +msgstr "" msgid "" ":func:`call` is a helper object for making simpler assertions, for comparing " @@ -2514,10 +2502,8 @@ msgid "" "an async function." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "ANY" -msgstr "ANY" +msgstr "" msgid "" "Sometimes you may need to make assertions about *some* of the arguments in a " @@ -2776,10 +2762,8 @@ msgstr "" ">>> m.assert_called_once_with('foo')\n" ">>> assert result == 'bibble'" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Autospeccing" -msgstr "Autospeccing" +msgstr "" msgid "" "Autospeccing is based on the existing :attr:`!spec` feature of mock. It " diff --git a/library/unittest.po b/library/unittest.po index 0152cfb..745b214 100644 --- a/library/unittest.po +++ b/library/unittest.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!unittest` --- Unit testing framework" msgstr "" @@ -1243,10 +1243,8 @@ msgid "" "(see the tables below for more assert methods):" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Method" -msgstr "Method" +msgstr "" msgid "Checks that" msgstr "" @@ -2107,40 +2105,32 @@ msgstr "" msgid ":meth:`assertMultiLineEqual(a, b) `" msgstr ":meth:`assertMultiLineEqual(a, b) `" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "strings" -msgstr "strings" +msgstr "" # pydocvi: passthrough=noop #, fuzzy msgid ":meth:`assertSequenceEqual(a, b) `" msgstr ":meth:`assertSequenceEqual(a, b) `" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "sequences" -msgstr "sequences" +msgstr "" # pydocvi: passthrough=noop #, fuzzy msgid ":meth:`assertListEqual(a, b) `" msgstr ":meth:`assertListEqual(a, b) `" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "lists" -msgstr "lists" +msgstr "" # pydocvi: passthrough=noop #, fuzzy msgid ":meth:`assertTupleEqual(a, b) `" msgstr ":meth:`assertTupleEqual(a, b) `" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "tuples" -msgstr "tuples" +msgstr "" # pydocvi: passthrough=noop #, fuzzy @@ -2155,10 +2145,8 @@ msgstr "" msgid ":meth:`assertDictEqual(a, b) `" msgstr ":meth:`assertDictEqual(a, b) `" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "dicts" -msgstr "dicts" +msgstr "" msgid "" "Test that the multiline string *first* is equal to the string *second*. When " diff --git a/library/unix.po b/library/unix.po index d266f70..2291600 100644 --- a/library/unix.po +++ b/library/unix.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Unix-specific services" msgstr "" diff --git a/library/urllib.error.po b/library/urllib.error.po index f2765f5..cc7585a 100644 --- a/library/urllib.error.po +++ b/library/urllib.error.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!urllib.error` --- Exception classes raised by urllib.request" msgstr "" diff --git a/library/urllib.parse.po b/library/urllib.parse.po index 5f69851..aec9929 100644 --- a/library/urllib.parse.po +++ b/library/urllib.parse.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!urllib.parse` --- Parse URLs into components" msgstr "" @@ -199,20 +199,14 @@ msgid "" "accessed by index or as named attributes, which are:" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Attribute" -msgstr "Attribute" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Index" -msgstr "Index" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Value" -msgstr "Value" +msgstr "" msgid "Value if not present" msgstr "" @@ -309,10 +303,8 @@ msgstr "``None``" msgid ":attr:`password`" msgstr ":attr:`password`" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Password" -msgstr "Password" +msgstr "" # pydocvi: passthrough=noop #, fuzzy @@ -1001,25 +993,17 @@ msgstr "" msgid "This specifies the formal syntax and semantics of absolute URLs." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "WWW" -msgstr "WWW" +msgstr "" msgid "World Wide Web" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "URL" -msgstr "URL" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "parsing" -msgstr "parsing" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "relative" -msgstr "relative" +msgstr "" diff --git a/library/urllib.po b/library/urllib.po index 5a061e4..2acfe59 100644 --- a/library/urllib.po +++ b/library/urllib.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!urllib` --- URL handling modules" msgstr "" diff --git a/library/urllib.request.po b/library/urllib.request.po index e43415e..802e77e 100644 --- a/library/urllib.request.po +++ b/library/urllib.request.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!urllib.request` --- Extensible library for opening URLs" msgstr "" @@ -46,10 +46,8 @@ msgid "" "problem (e.g. ``os.environ[\"no_proxy\"] = \"*\"``)." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Availability" -msgstr "Availability" +msgstr "" msgid "" "This module does not work or is not available on WebAssembly. See :ref:`wasm-" @@ -1757,22 +1755,14 @@ msgstr "" msgid "Deprecated in favor of :attr:`~addinfourl.status`." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "HTTP" -msgstr "HTTP" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "protocol" -msgstr "protocol" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "FTP" -msgstr "FTP" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "HTML" -msgstr "HTML" +msgstr "" diff --git a/library/urllib.robotparser.po b/library/urllib.robotparser.po index 98d0605..96e0df4 100644 --- a/library/urllib.robotparser.po +++ b/library/urllib.robotparser.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!urllib.robotparser` --- Parser for robots.txt" msgstr "" @@ -121,18 +121,14 @@ msgstr "" ">>> rp.can_fetch(\"*\", \"http://www.pythontest.net/no-robots-here/\")\n" "False" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "WWW" -msgstr "WWW" +msgstr "" msgid "World Wide Web" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "URL" -msgstr "URL" +msgstr "" # pydocvi: passthrough=version_marker #, fuzzy diff --git a/library/uu.po b/library/uu.po index 373439c..a34e000 100644 --- a/library/uu.po +++ b/library/uu.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!uu` --- Encode and decode uuencode files" msgstr "" diff --git a/library/uuid.po b/library/uuid.po index 91de5f6..bc31d6d 100644 --- a/library/uuid.po +++ b/library/uuid.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!uuid` --- UUID objects according to :rfc:`9562`" msgstr "" @@ -133,10 +133,8 @@ msgid "" "six individual attributes and two derived attributes:" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Field" -msgstr "Field" +msgstr "" msgid "Meaning" msgstr "Ý nghĩa" @@ -389,10 +387,8 @@ msgstr "" msgid "Generate *num* fresh UUIDs." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Example" -msgstr "Example" +msgstr "" msgid "Here are some examples of typical usage of the :mod:`!uuid` module::" msgstr "" diff --git a/library/venv.po b/library/venv.po index ca6bd56..c138d33 100644 --- a/library/venv.po +++ b/library/venv.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!venv` --- Creation of virtual environments" msgstr "" @@ -81,10 +81,8 @@ msgid "" "environments/#create-and-use-virtual-environments>`__" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Availability" -msgstr "Availability" +msgstr "" msgid "" "This module is not supported on :ref:`mobile platforms }/bin/activate`" msgstr ":samp:`$ source {}/bin/activate`" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "fish" -msgstr "fish" +msgstr "" # pydocvi: passthrough=noop #, fuzzy @@ -332,20 +322,16 @@ msgstr "csh/tcsh" msgid ":samp:`$ source {}/bin/activate.csh`" msgstr ":samp:`$ source {}/bin/activate.csh`" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "pwsh" -msgstr "pwsh" +msgstr "" # pydocvi: passthrough=noop #, fuzzy msgid ":samp:`$ {}/bin/Activate.ps1`" msgstr ":samp:`$ {}/bin/Activate.ps1`" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Windows" -msgstr "Windows" +msgstr "" # pydocvi: passthrough=version_marker #, fuzzy @@ -357,10 +343,8 @@ msgstr "cmd.exe" msgid ":samp:`C:\\\\> {}\\\\Scripts\\\\activate.bat`" msgstr ":samp:`C:\\\\> {}\\\\Scripts\\\\activate.bat`" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "PowerShell" -msgstr "PowerShell" +msgstr "" # pydocvi: passthrough=noop #, fuzzy @@ -422,10 +406,8 @@ msgid "" "implementation detail (typically, a script or shell function will be used)." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "API" -msgstr "API" +msgstr "" msgid "" "The high-level method described above makes use of a simple API which " @@ -1175,12 +1157,8 @@ msgid "" "vsajip/4673395>`_." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Environments" -msgstr "Environments" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "virtual" -msgstr "virtual" +msgstr "" diff --git a/library/warnings.po b/library/warnings.po index 4ec63be..e62d712 100644 --- a/library/warnings.po +++ b/library/warnings.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!warnings` --- Warning control" msgstr "" @@ -98,15 +98,11 @@ msgstr "" msgid "The following warnings category classes are currently defined:" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Class" -msgstr "Class" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Description" -msgstr "Description" +msgstr "" # pydocvi: passthrough=noop #, fuzzy @@ -238,15 +234,11 @@ msgstr "" msgid "*action* is one of the following strings:" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Value" -msgstr "Value" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Disposition" -msgstr "Disposition" +msgstr "" # pydocvi: passthrough=noop #, fuzzy @@ -1020,7 +1012,5 @@ msgid "" "versions of Python acted as if the flag was always set to false." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "warnings" -msgstr "warnings" +msgstr "" diff --git a/library/wave.po b/library/wave.po index 1e44873..299d2b7 100644 --- a/library/wave.po +++ b/library/wave.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!wave` --- Read and write WAV files" msgstr "" diff --git a/library/weakref.po b/library/weakref.po index 2fc8a8e..a813709 100644 --- a/library/weakref.po +++ b/library/weakref.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!weakref` --- Weak references" msgstr "" @@ -551,10 +551,8 @@ msgstr "" " ob = (ob, self.__counter)\n" " return ob" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Example" -msgstr "Example" +msgstr "" msgid "" "This simple example shows how an application can use object IDs to retrieve " diff --git a/library/webbrowser.po b/library/webbrowser.po index 9960fe1..1f6cf10 100644 --- a/library/webbrowser.po +++ b/library/webbrowser.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!webbrowser` --- Convenient web-browser controller" msgstr "" @@ -98,10 +98,8 @@ msgstr "" msgid "python -m webbrowser -t \"https://www.python.org\"" msgstr "python -m webbrowser -t \"https://www.python.org\"" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Availability" -msgstr "Availability" +msgstr "" msgid "The following exception is defined:" msgstr "" @@ -183,10 +181,8 @@ msgstr "" msgid "Class Name" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Notes" -msgstr "Notes" +msgstr "" # pydocvi: passthrough=noop #, fuzzy diff --git a/library/windows.po b/library/windows.po index 31caeee..e29e20c 100644 --- a/library/windows.po +++ b/library/windows.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "MS Windows Specific Services" msgstr "" diff --git a/library/winreg.po b/library/winreg.po index 6b6caec..9d36a28 100644 --- a/library/winreg.po +++ b/library/winreg.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!winreg` --- Windows registry access" msgstr "" @@ -35,20 +35,16 @@ msgid "" "neglects to explicitly close them." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Availability" -msgstr "Availability" +msgstr "" msgid "" "Several functions in this module used to raise a :exc:`WindowsError`, which " "is now an alias of :exc:`OSError`." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Functions" -msgstr "Functions" +msgstr "" msgid "This module offers the following functions:" msgstr "" @@ -230,10 +226,8 @@ msgstr "" msgid "The result is a tuple of 3 items:" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Index" -msgstr "Index" +msgstr "" msgid "Meaning" msgstr "Ý nghĩa" @@ -569,10 +563,8 @@ msgid "" "with argument ``key``." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Constants" -msgstr "Constants" +msgstr "" msgid "" "The following constants are defined for use in many :mod:`!winreg` functions." diff --git a/library/winsound.po b/library/winsound.po index 5abcdee..2a17816 100644 --- a/library/winsound.po +++ b/library/winsound.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!winsound` --- Sound-playing interface for Windows" msgstr "" @@ -31,15 +31,11 @@ msgid "" "constants." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Availability" -msgstr "Availability" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Functions" -msgstr "Functions" +msgstr "" msgid "" "Beep the PC's speaker. The *frequency* parameter specifies frequency, in " @@ -70,10 +66,8 @@ msgid "" "raised." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Constants" -msgstr "Constants" +msgstr "" msgid "" "The *sound* parameter is the name of a WAV file. Do not use with :const:" @@ -103,20 +97,16 @@ msgstr "" msgid "``'SystemAsterisk'``" msgstr "``'SystemAsterisk'``" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Asterisk" -msgstr "Asterisk" +msgstr "" # pydocvi: passthrough=noop #, fuzzy msgid "``'SystemExclamation'``" msgstr "``'SystemExclamation'``" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Exclamation" -msgstr "Exclamation" +msgstr "" # pydocvi: passthrough=noop #, fuzzy @@ -139,10 +129,8 @@ msgstr "" msgid "``'SystemQuestion'``" msgstr "``'SystemQuestion'``" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Question" -msgstr "Question" +msgstr "" # pydocvi: model=gpt-5-6-mini prompt=574466d7 glossary=1 batch=9648862cf2b3 run=2026-08-17T16:43Z #, fuzzy diff --git a/library/wsgiref.po b/library/wsgiref.po index 7883c3f..39bbf13 100644 --- a/library/wsgiref.po +++ b/library/wsgiref.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!wsgiref` --- WSGI Utilities and Reference Implementation" msgstr "" diff --git a/library/xdrlib.po b/library/xdrlib.po index 7b30906..1de2be7 100644 --- a/library/xdrlib.po +++ b/library/xdrlib.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!xdrlib` --- Encode and decode XDR data" msgstr "" diff --git a/library/xml.dom.minidom.po b/library/xml.dom.minidom.po index a366b81..3b46b34 100644 --- a/library/xml.dom.minidom.po +++ b/library/xml.dom.minidom.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!xml.dom.minidom` --- Minimal DOM implementation" msgstr "" diff --git a/library/xml.dom.po b/library/xml.dom.po index 1543673..c963267 100644 --- a/library/xml.dom.po +++ b/library/xml.dom.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!xml.dom` --- The Document Object Model API" msgstr "" @@ -190,20 +190,14 @@ msgid "" "usage is not yet documented." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Interface" -msgstr "Interface" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Section" -msgstr "Section" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Purpose" -msgstr "Purpose" +msgstr "" # pydocvi: passthrough=noop #, fuzzy @@ -865,10 +859,8 @@ msgid "" "character." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Exceptions" -msgstr "Exceptions" +msgstr "" msgid "" "The DOM Level 2 recommendation defines a single exception, :exc:" @@ -972,15 +964,11 @@ msgid "" "described above according to this table:" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Constant" -msgstr "Constant" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Exception" -msgstr "Exception" +msgstr "" # pydocvi: passthrough=noop #, fuzzy @@ -1132,10 +1120,8 @@ msgstr ":const:`WRONG_DOCUMENT_ERR`" msgid ":exc:`WrongDocumentErr`" msgstr ":exc:`WrongDocumentErr`" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Conformance" -msgstr "Conformance" +msgstr "" msgid "" "This section describes the conformance requirements and relationships " diff --git a/library/xml.dom.pulldom.po b/library/xml.dom.pulldom.po index 1790b91..08b87e4 100644 --- a/library/xml.dom.pulldom.po +++ b/library/xml.dom.pulldom.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!xml.dom.pulldom` --- Support for building partial DOM trees" msgstr "" diff --git a/library/xml.etree.elementtree.po b/library/xml.etree.elementtree.po index d43ec1f..19f3a68 100644 --- a/library/xml.etree.elementtree.po +++ b/library/xml.etree.elementtree.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!xml.etree.ElementTree` --- The ElementTree XML API" msgstr "" @@ -44,10 +44,8 @@ msgid "" "security`." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Tutorial" -msgstr "Tutorial" +msgstr "" msgid "" "This is a short tutorial for using :mod:`!xml.etree.ElementTree` (``ET`` in " @@ -655,10 +653,8 @@ msgid "" "scope of the module." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Example" -msgstr "Example" +msgstr "" msgid "" "Here's an example that demonstrates some of the XPath capabilities of the " @@ -726,10 +722,8 @@ msgstr "" msgid "Supported XPath syntax" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Syntax" -msgstr "Syntax" +msgstr "" msgid "Meaning" msgstr "Ý nghĩa" @@ -887,15 +881,11 @@ msgid "" "preceded by a tag name." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Reference" -msgstr "Reference" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Functions" -msgstr "Functions" +msgstr "" msgid "`C14N 2.0 `_ transformation function." msgstr "" @@ -1996,10 +1986,8 @@ msgid "" "be present." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Exceptions" -msgstr "Exceptions" +msgstr "" msgid "" "XML parse error, raised by the various parsing methods in this module when " diff --git a/library/xml.po b/library/xml.po index 22a445c..afb81af 100644 --- a/library/xml.po +++ b/library/xml.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "XML Processing Modules" msgstr "" diff --git a/library/xml.sax.handler.po b/library/xml.sax.handler.po index 254a987..d72e3a0 100644 --- a/library/xml.sax.handler.po +++ b/library/xml.sax.handler.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!xml.sax.handler` --- Base classes for SAX handlers" msgstr "" diff --git a/library/xml.sax.po b/library/xml.sax.po index 493502a..4ed3d5b 100644 --- a/library/xml.sax.po +++ b/library/xml.sax.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!xml.sax` --- Support for SAX2 parsers" msgstr "" diff --git a/library/xml.sax.reader.po b/library/xml.sax.reader.po index 8d8daa0..8b42f73 100644 --- a/library/xml.sax.reader.po +++ b/library/xml.sax.reader.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!xml.sax.xmlreader` --- Interface for XML parsers" msgstr "" diff --git a/library/xml.sax.utils.po b/library/xml.sax.utils.po index c883da7..e36a269 100644 --- a/library/xml.sax.utils.po +++ b/library/xml.sax.utils.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!xml.sax.saxutils` --- SAX Utilities" msgstr "" diff --git a/library/xmlrpc.client.po b/library/xmlrpc.client.po index 1418ed0..7f54e2d 100644 --- a/library/xmlrpc.client.po +++ b/library/xmlrpc.client.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!xmlrpc.client` --- XML-RPC client access" msgstr "" @@ -47,10 +47,8 @@ msgid "" "certificate and hostname checks by default." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Availability" -msgstr "Availability" +msgstr "" msgid "" "This module does not work or is not available on WebAssembly. See :ref:`wasm-" diff --git a/library/xmlrpc.po b/library/xmlrpc.po index af1280f..6996e1b 100644 --- a/library/xmlrpc.po +++ b/library/xmlrpc.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!xmlrpc` --- XMLRPC server and client modules" msgstr "" diff --git a/library/xmlrpc.server.po b/library/xmlrpc.server.po index 39260c8..5ab8231 100644 --- a/library/xmlrpc.server.po +++ b/library/xmlrpc.server.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!xmlrpc.server` --- Basic XML-RPC servers" msgstr "" @@ -41,10 +41,8 @@ msgid "" "see :ref:`xml-security`." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Availability" -msgstr "Availability" +msgstr "" msgid "" "This module does not work or is not available on WebAssembly. See :ref:`wasm-" @@ -441,10 +439,8 @@ msgstr "" msgid "python -m xmlrpc.client" msgstr "python -m xmlrpc.client" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "CGIXMLRPCRequestHandler" -msgstr "CGIXMLRPCRequestHandler" +msgstr "" msgid "" "The :class:`CGIXMLRPCRequestHandler` class can be used to handle XML-RPC " @@ -563,10 +559,8 @@ msgid "" "documentation." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "DocCGIXMLRPCRequestHandler" -msgstr "DocCGIXMLRPCRequestHandler" +msgstr "" msgid "" "The :class:`DocCGIXMLRPCRequestHandler` class is derived from :class:" diff --git a/library/zipapp.po b/library/zipapp.po index e96e114..16af0b1 100644 --- a/library/zipapp.po +++ b/library/zipapp.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-29 15:53+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!zipapp` --- Manage executable Python zip archives" msgstr "" @@ -408,10 +408,8 @@ msgid "" "extensions when installed." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Caveats" -msgstr "Caveats" +msgstr "" msgid "" "If your application depends on a package that includes a C extension, that " diff --git a/library/zipfile.po b/library/zipfile.po index e2a534c..43c352b 100644 --- a/library/zipfile.po +++ b/library/zipfile.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!zipfile` --- Work with ZIP archives" msgstr "" @@ -868,15 +868,11 @@ msgstr "" msgid "The tuple contains:" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Index" -msgstr "Index" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Value" -msgstr "Value" +msgstr "" # pydocvi: passthrough=noop #, fuzzy @@ -1088,10 +1084,8 @@ msgid "" "can cause disk volume exhaustion." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Interruption" -msgstr "Interruption" +msgstr "" msgid "" "Interruption during the decompression, such as pressing control-C or killing " diff --git a/library/zipimport.po b/library/zipimport.po index eb4165c..000d5fe 100644 --- a/library/zipimport.po +++ b/library/zipimport.po @@ -13,7 +13,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -21,7 +21,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!zipimport` --- Import modules from Zip archives" msgstr "" diff --git a/library/zlib.po b/library/zlib.po index d93acc9..964f45d 100644 --- a/library/zlib.po +++ b/library/zlib.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!zlib` --- Compression compatible with :program:`gzip`" msgstr "" @@ -545,7 +545,5 @@ msgstr "" msgid "Cyclic Redundancy Check" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "checksum" -msgstr "checksum" +msgstr "" diff --git a/library/zoneinfo.po b/library/zoneinfo.po index 39f100a..b1aa2be 100644 --- a/library/zoneinfo.po +++ b/library/zoneinfo.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid ":mod:`!zoneinfo` --- IANA time zone support" msgstr "" @@ -49,10 +49,8 @@ msgid "" "zone data via PyPI." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Availability" -msgstr "Availability" +msgstr "" msgid "" "This module does not work or is not available on WebAssembly. See :ref:`wasm-" @@ -493,10 +491,8 @@ msgid "" "time zone data." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Functions" -msgstr "Functions" +msgstr "" msgid "" "Get a set containing all the valid keys for IANA time zones available " @@ -541,10 +537,8 @@ msgid "" "passed." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Globals" -msgstr "Globals" +msgstr "" msgid "" "A read-only sequence representing the time zone search path -- when " diff --git a/license.po b/license.po index 01c8025..f4e1087 100644 --- a/license.po +++ b/license.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "History and License" msgstr "" @@ -54,23 +54,17 @@ msgid "" "also been GPL-compatible; the table below summarizes the various releases." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Release" -msgstr "Release" +msgstr "" msgid "Derived from" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Year" -msgstr "Year" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Owner" -msgstr "Owner" +msgstr "" msgid "GPL-compatible? (1)" msgstr "" @@ -88,15 +82,11 @@ msgstr "n/a" msgid "1991-1995" msgstr "1991-1995" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "CWI" -msgstr "CWI" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "yes" -msgstr "yes" +msgstr "" msgid "1.3 thru 1.5.2" msgstr "" @@ -111,10 +101,8 @@ msgstr "1.2" msgid "1995-1999" msgstr "1995-1999" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "CNRI" -msgstr "CNRI" +msgstr "" # pydocvi: passthrough=version_marker #, fuzzy @@ -131,10 +119,8 @@ msgstr "1.5.2" msgid "2000" msgstr "2000" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "no" -msgstr "no" +msgstr "" # pydocvi: passthrough=version_marker #, fuzzy @@ -169,10 +155,8 @@ msgstr "2.1" msgid "2.0+1.6.1" msgstr "2.0+1.6.1" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "PSF" -msgstr "PSF" +msgstr "" # pydocvi: passthrough=version_marker #, fuzzy @@ -869,10 +853,8 @@ msgstr "" "http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/emt.html\n" "email: m-mat @ math.sci.hiroshima-u.ac.jp (remove space)" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Sockets" -msgstr "Sockets" +msgstr "" msgid "" "The :mod:`socket` module uses the functions, :c:func:`!getaddrinfo`, and :c:" @@ -1385,10 +1367,8 @@ msgid "" " ***************************************************************/" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "OpenSSL" -msgstr "OpenSSL" +msgstr "" msgid "" "The modules :mod:`hashlib`, :mod:`posix` and :mod:`ssl` use the OpenSSL " @@ -1756,10 +1736,8 @@ msgstr "" "\n" "END OF TERMS AND CONDITIONS" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "expat" -msgstr "expat" +msgstr "" msgid "" "The :mod:`pyexpat ` extension is built using an included " @@ -1792,10 +1770,8 @@ msgid "" "SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "libffi" -msgstr "libffi" +msgstr "" msgid "" "The :mod:`!_ctypes` C extension underlying the :mod:`ctypes` module is built " @@ -1827,10 +1803,8 @@ msgid "" "DEALINGS IN THE SOFTWARE." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "zlib" -msgstr "zlib" +msgstr "" msgid "" "The :mod:`zlib` extension is built using an included copy of the zlib " @@ -1887,10 +1861,8 @@ msgstr "" "Jean-loup Gailly Mark Adler\n" "jloup@gzip.org madler@alumni.caltech.edu" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "cfuhash" -msgstr "cfuhash" +msgstr "" msgid "" "The implementation of the hash table used by the :mod:`tracemalloc` is based " @@ -1968,10 +1940,8 @@ msgstr "" "ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED\n" "OF THE POSSIBILITY OF SUCH DAMAGE." -# pydocvi: passthrough=version_marker -#, fuzzy msgid "libmpdec" -msgstr "libmpdec" +msgstr "" msgid "" "The :mod:`!_decimal` C extension underlying the :mod:`decimal` module is " @@ -2100,10 +2070,8 @@ msgstr "" "(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\n" "OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE." -# pydocvi: passthrough=version_marker -#, fuzzy msgid "mimalloc" -msgstr "mimalloc" +msgstr "" msgid "MIT License::" msgstr "" @@ -2137,10 +2105,8 @@ msgid "" "SOFTWARE." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "asyncio" -msgstr "asyncio" +msgstr "" msgid "" "Parts of the :mod:`asyncio` module are incorporated from `uvloop 0.16 " diff --git a/reference/compound_stmts.po b/reference/compound_stmts.po index eb099c8..07c55f9 100644 --- a/reference/compound_stmts.po +++ b/reference/compound_stmts.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Compound statements" msgstr "" @@ -745,10 +745,8 @@ msgstr "" msgid ":pep:`636` -- Structural Pattern Matching: Tutorial" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Overview" -msgstr "Overview" +msgstr "" msgid "Here's an overview of the logical flow of a match statement:" msgstr "" @@ -835,10 +833,8 @@ msgid "" "section." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Guards" -msgstr "Guards" +msgstr "" msgid "" "A ``guard`` (which is part of the ``case``) must succeed for code inside the " @@ -914,10 +910,8 @@ msgstr ":ref:`wildcard-patterns`" msgid "parenthesized irrefutable patterns" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Patterns" -msgstr "Patterns" +msgstr "" msgid "This section uses grammar notations beyond standard EBNF:" msgstr "" @@ -1981,10 +1975,8 @@ msgstr "" " ...\n" "TypeError: multiple bases have instance lay-out conflict" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Coroutines" -msgstr "Coroutines" +msgstr "" msgid "Coroutine function definition" msgstr "" @@ -2551,10 +2543,8 @@ msgid "" "``TYPE_PARAMS_OF_ListOrSet`` are not actually bound at runtime." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Annotations" -msgstr "Annotations" +msgstr "" msgid "Annotations are now lazily evaluated by default." msgstr "" @@ -2704,23 +2694,17 @@ msgid "" "the class's :term:`docstring`." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "compound" -msgstr "compound" +msgstr "" msgid "statement" msgstr "câu lệnh" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "clause" -msgstr "clause" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "suite" -msgstr "suite" +msgstr "" msgid "; (semicolon)" msgstr "" @@ -2731,30 +2715,20 @@ msgstr "" msgid "DEDENT token" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "dangling" -msgstr "dangling" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "else" -msgstr "else" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "if" -msgstr "if" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "keyword" -msgstr "keyword" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "elif" -msgstr "elif" +msgstr "" # pydocvi: model=gpt-5-6-mini prompt=574466d7 glossary=1 batch=d132b9201f27 run=2026-08-17T16:43Z #, fuzzy @@ -2764,81 +2738,53 @@ msgstr ": (dấu hai chấm)" msgid "compound statement" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "while" -msgstr "while" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "loop" -msgstr "loop" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "break" -msgstr "break" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "continue" -msgstr "continue" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "for" -msgstr "for" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "in" -msgstr "in" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "target" -msgstr "target" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "list" -msgstr "list" +msgstr "" msgid "object" msgstr "object" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "sequence" -msgstr "sequence" +msgstr "" msgid "built-in function" msgstr "hàm tích hợp sẵn" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "range" -msgstr "range" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "try" -msgstr "try" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "except" -msgstr "except" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "finally" -msgstr "finally" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "as" -msgstr "as" +msgstr "" msgid "except clause" msgstr "" @@ -2849,25 +2795,19 @@ msgstr "module" msgid "sys" msgstr "sys" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "traceback" -msgstr "traceback" +msgstr "" # pydocvi: passthrough=version_marker #, fuzzy msgid "except_star" msgstr "except_star" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "return" -msgstr "return" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "with" -msgstr "with" +msgstr "" msgid "with statement" msgstr "" @@ -2875,15 +2815,11 @@ msgstr "" msgid ", (comma)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "match" -msgstr "match" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "case" -msgstr "case" +msgstr "" msgid "pattern matching" msgstr "" @@ -2891,10 +2827,8 @@ msgstr "" msgid "match statement" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "guard" -msgstr "guard" +msgstr "" msgid "irrefutable case block" msgstr "" @@ -2908,38 +2842,26 @@ msgstr "" msgid "AS pattern, OR pattern, capture pattern, wildcard pattern" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "parameter" -msgstr "parameter" +msgstr "" msgid "function definition" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "def" -msgstr "def" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "function" -msgstr "function" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "definition" -msgstr "definition" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "name" -msgstr "name" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "binding" -msgstr "binding" +msgstr "" msgid "user-defined function" msgstr "" @@ -2953,20 +2875,14 @@ msgstr "" msgid "@ (at)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "default" -msgstr "default" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "value" -msgstr "value" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "argument" -msgstr "argument" +msgstr "" msgid "= (equals)" msgstr "" @@ -2984,10 +2900,8 @@ msgstr "* (dấu sao)" msgid "**" msgstr "**" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "annotations" -msgstr "annotations" +msgstr "" # pydocvi: passthrough=noop #, fuzzy @@ -2999,40 +2913,26 @@ msgstr "->" msgid "function annotations" msgstr "chú thích hàm" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "lambda" -msgstr "lambda" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "expression" -msgstr "expression" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "class" -msgstr "class" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "execution" -msgstr "execution" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "frame" -msgstr "frame" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "inheritance" -msgstr "inheritance" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "docstring" -msgstr "docstring" +msgstr "" msgid "class definition" msgstr "" @@ -3043,15 +2943,11 @@ msgstr "" msgid "async def" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "async" -msgstr "async" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "await" -msgstr "await" +msgstr "" msgid "async for" msgstr "" diff --git a/reference/datamodel.po b/reference/datamodel.po index eb862e5..70fe68c 100644 --- a/reference/datamodel.po +++ b/reference/datamodel.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Data model" msgstr "" @@ -149,10 +149,8 @@ msgid "" "future." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "None" -msgstr "None" +msgstr "" msgid "" "This type has a single value. There is a single object with this value. " @@ -161,10 +159,8 @@ msgid "" "functions that don't explicitly return anything. Its truth value is false." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "NotImplemented" -msgstr "NotImplemented" +msgstr "" msgid "" "This type has a single value. There is a single object with this value. " @@ -187,10 +183,8 @@ msgid "" "`DeprecationWarning` since Python 3.9." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Ellipsis" -msgstr "Ellipsis" +msgstr "" msgid "" "This type has a single value. There is a single object with this value. " @@ -312,10 +306,8 @@ msgid "" "retrieved through the read-only attributes ``z.real`` and ``z.imag``." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Sequences" -msgstr "Sequences" +msgstr "" msgid "" "These represent finite ordered sets indexed by non-negative numbers. The " @@ -369,10 +361,8 @@ msgstr "" msgid "The following types are immutable sequences:" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Strings" -msgstr "Strings" +msgstr "" msgid "" "A string (:class:`str`) is a sequence of values that represent :dfn:" @@ -394,10 +384,8 @@ msgid "" "used to achieve the opposite." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Tuples" -msgstr "Tuples" +msgstr "" msgid "" "The items of a :class:`tuple` are arbitrary Python objects. Tuples of two or " @@ -408,10 +396,8 @@ msgid "" "empty pair of parentheses." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Bytes" -msgstr "Bytes" +msgstr "" msgid "" "A :class:`bytes` object is an immutable array. The items are 8-bit bytes, " @@ -479,10 +465,8 @@ msgstr "" msgid "There are currently two intrinsic set types:" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Sets" -msgstr "Sets" +msgstr "" msgid "" "These represent a mutable set. They are created by the built-in :func:`set` " @@ -499,10 +483,8 @@ msgid "" "it can be used again as an element of another set, or as a dictionary key." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Mappings" -msgstr "Mappings" +msgstr "" msgid "" "These represent finite sets of objects indexed by arbitrary index sets. The " @@ -515,10 +497,8 @@ msgstr "" msgid "There is currently a single intrinsic mapping type:" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Dictionaries" -msgstr "Dictionaries" +msgstr "" msgid "" "These represent finite sets of objects indexed by nearly arbitrary values. " @@ -574,10 +554,8 @@ msgstr "" msgid "Special read-only attributes" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Attribute" -msgstr "Attribute" +msgstr "" msgid "Meaning" msgstr "Ý nghĩa" @@ -860,10 +838,8 @@ msgid "" "__self__>`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Classes" -msgstr "Classes" +msgstr "" msgid "" "Classes are callable. These objects normally act as factories for new " @@ -881,10 +857,8 @@ msgid "" "`~object.__call__` method in their class." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Modules" -msgstr "Modules" +msgstr "" msgid "" "Modules are a basic organizational unit of Python code, and are created by " @@ -2769,10 +2743,8 @@ msgstr "" msgid "See :ref:`class-object-creation` for more details." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Metaclasses" -msgstr "Metaclasses" +msgstr "" msgid "" "By default, classes are constructed using :func:`type`. The class body is " @@ -3768,10 +3740,8 @@ msgstr ":class:`collections.abc.Buffer`" msgid "ABC for buffer types." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Annotations" -msgstr "Annotations" +msgstr "" msgid "" "Functions, classes, and modules may contain :term:`annotations " @@ -3964,10 +3934,8 @@ msgid "" "consistently invoked by the interpreter)." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Coroutines" -msgstr "Coroutines" +msgstr "" msgid "Awaitable Objects" msgstr "" @@ -4211,18 +4179,14 @@ msgstr "" msgid "object" msgstr "object" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "data" -msgstr "data" +msgstr "" msgid "built-in function" msgstr "hàm tích hợp sẵn" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "id" -msgstr "id" +msgstr "" msgid "type" msgstr "type" @@ -4251,48 +4215,34 @@ msgstr "" msgid "unreachable object" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "container" -msgstr "container" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "hierarchy" -msgstr "hierarchy" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "extension" -msgstr "extension" +msgstr "" msgid "module" msgstr "module" -# pydocvi: passthrough=version_marker +# pydocvi: passthrough=noop #, fuzzy msgid "C" msgstr "C" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "language" -msgstr "language" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "attribute" -msgstr "attribute" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "special" -msgstr "special" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "generic" -msgstr "generic" +msgstr "" # pydocvi: passthrough=noop #, fuzzy @@ -4304,61 +4254,41 @@ msgstr "..." msgid "ellipsis literal" msgstr "chuỗi ký tự ellipsis" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "numeric" -msgstr "numeric" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "integer" -msgstr "integer" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "representation" -msgstr "representation" +msgstr "" msgid "Boolean" msgstr "Boolean" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "False" -msgstr "False" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "True" -msgstr "True" +msgstr "" msgid "floating-point" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "number" -msgstr "number" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Java" -msgstr "Java" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "complex" -msgstr "complex" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "len" -msgstr "len" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "sequence" -msgstr "sequence" +msgstr "" msgid "index operation" msgstr "" @@ -4366,15 +4296,11 @@ msgstr "" msgid "item selection" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "subscription" -msgstr "subscription" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "slicing" -msgstr "slicing" +msgstr "" msgid "start (slice object attribute)" msgstr "" @@ -4388,10 +4314,8 @@ msgstr "" msgid "immutable sequence" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "immutable" -msgstr "immutable" +msgstr "" msgid "string" msgstr "chuỗi" @@ -4399,114 +4323,74 @@ msgstr "chuỗi" msgid "immutable sequences" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "chr" -msgstr "chr" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "ord" -msgstr "ord" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "character" -msgstr "character" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "item" -msgstr "item" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Unicode" -msgstr "Unicode" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "tuple" -msgstr "tuple" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "singleton" -msgstr "singleton" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "empty" -msgstr "empty" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "bytes" -msgstr "bytes" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "byte" -msgstr "byte" +msgstr "" msgid "mutable sequence" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "mutable" -msgstr "mutable" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "assignment" -msgstr "assignment" +msgstr "" msgid "statement" msgstr "câu lệnh" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "array" -msgstr "array" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "collections" -msgstr "collections" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "list" -msgstr "list" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "bytearray" -msgstr "bytearray" +msgstr "" msgid "set type" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "set" -msgstr "set" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "frozenset" -msgstr "frozenset" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "mapping" -msgstr "mapping" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "dictionary" -msgstr "dictionary" +msgstr "" # pydocvi: passthrough=version_marker #, fuzzy @@ -4518,30 +4402,20 @@ msgstr "dbm.ndbm" msgid "dbm.gnu" msgstr "dbm.gnu" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "callable" -msgstr "callable" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "function" -msgstr "function" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "call" -msgstr "call" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "invocation" -msgstr "invocation" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "argument" -msgstr "argument" +msgstr "" msgid "user-defined" msgstr "" @@ -4558,15 +4432,11 @@ msgstr "" msgid "__globals__ (function attribute)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "global" -msgstr "global" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "namespace" -msgstr "namespace" +msgstr "" msgid "__doc__ (function attribute)" msgstr "" @@ -4598,10 +4468,8 @@ msgstr "" msgid "__type_params__ (function attribute)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "method" -msgstr "method" +msgstr "" msgid "user-defined method" msgstr "" @@ -4621,20 +4489,14 @@ msgstr "" msgid "__module__ (method attribute)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "generator" -msgstr "generator" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "iterator" -msgstr "iterator" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "coroutine" -msgstr "coroutine" +msgstr "" msgid "asynchronous generator" msgstr "" @@ -4684,18 +4546,14 @@ msgstr "" msgid "__dict__ (module attribute)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "class" -msgstr "class" +msgstr "" msgid "class instance" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "instance" -msgstr "instance" +msgstr "" msgid "class object" msgstr "" @@ -4739,15 +4597,11 @@ msgstr "" msgid "__class__ (instance attribute)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "open" -msgstr "open" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "io" -msgstr "io" +msgstr "" msgid "popen() (in module os)" msgstr "" @@ -4770,10 +4624,8 @@ msgstr "sys.stdout" msgid "sys.stderr" msgstr "sys.stderr" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "stdio" -msgstr "stdio" +msgstr "" msgid "stdin (in module sys)" msgstr "" @@ -4790,15 +4642,11 @@ msgstr "" msgid "types, internal" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "bytecode" -msgstr "bytecode" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "code" -msgstr "code" +msgstr "" msgid "code object" msgstr "" @@ -4854,10 +4702,8 @@ msgstr "" msgid "documentation string" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "frame" -msgstr "frame" +msgstr "" msgid "f_back (frame attribute)" msgstr "" @@ -4892,35 +4738,23 @@ msgstr "" msgid "f_lineno (frame attribute)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "traceback" -msgstr "traceback" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "stack" -msgstr "stack" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "trace" -msgstr "trace" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "exception" -msgstr "exception" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "handler" -msgstr "handler" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "execution" -msgstr "execution" +msgstr "" msgid "exc_info (in module sys)" msgstr "" @@ -4952,59 +4786,41 @@ msgstr "" msgid "tb_lasti (traceback attribute)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "try" -msgstr "try" +msgstr "" msgid "tb_next (traceback attribute)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "slice" -msgstr "slice" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "operator" -msgstr "operator" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "overloading" -msgstr "overloading" +msgstr "" msgid "__getitem__() (mapping object method)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "subclassing" -msgstr "subclassing" +msgstr "" msgid "immutable types" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "constructor" -msgstr "constructor" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "destructor" -msgstr "destructor" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "finalizer" -msgstr "finalizer" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "del" -msgstr "del" +msgstr "" msgid "repr() (built-in function)" msgstr "" @@ -5024,25 +4840,17 @@ msgstr "" msgid "__format__() (object method)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "conversion" -msgstr "conversion" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "print" -msgstr "print" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "comparisons" -msgstr "comparisons" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "hash" -msgstr "hash" +msgstr "" msgid "__len__() (mapping object method)" msgstr "" @@ -5056,10 +4864,8 @@ msgstr "" msgid "__class__ (module attribute)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "metaclass" -msgstr "metaclass" +msgstr "" msgid "= (equals)" msgstr "" @@ -5073,10 +4879,8 @@ msgstr "" msgid "__prepare__ (metaclass method)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "body" -msgstr "body" +msgstr "" msgid "__class__ (method cell)" msgstr "" @@ -5087,40 +4891,26 @@ msgstr "" msgid "__bool__() (object method)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "divmod" -msgstr "divmod" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "pow" -msgstr "pow" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "abs" -msgstr "abs" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "int" -msgstr "int" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "float" -msgstr "float" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "round" -msgstr "round" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "with" -msgstr "with" +msgstr "" msgid "context manager" msgstr "" diff --git a/reference/executionmodel.po b/reference/executionmodel.po index 6c14b57..a550a9c 100644 --- a/reference/executionmodel.po +++ b/reference/executionmodel.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-23 15:47+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Execution model" msgstr "" @@ -456,10 +456,8 @@ msgid "" "for both." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Exceptions" -msgstr "Exceptions" +msgstr "" msgid "" "Exceptions are a means of breaking out of the normal flow of control of a " @@ -754,78 +752,52 @@ msgstr "" msgid "execution model" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "code" -msgstr "code" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "block" -msgstr "block" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "execution" -msgstr "execution" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "frame" -msgstr "frame" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "namespace" -msgstr "namespace" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "scope" -msgstr "scope" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "name" -msgstr "name" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "binding" -msgstr "binding" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "from" -msgstr "from" +msgstr "" # pydocvi: passthrough=literal_block #, fuzzy msgid "import statement" msgstr "import statement" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "free" -msgstr "free" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "variable" -msgstr "variable" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "environment" -msgstr "environment" +msgstr "" msgid "NameError (built-in exception)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "UnboundLocalError" -msgstr "UnboundLocalError" +msgstr "" msgid "module" msgstr "module" @@ -835,15 +807,11 @@ msgstr "module" msgid "__main__" msgstr "__main__" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "restricted" -msgstr "restricted" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "exception" -msgstr "exception" +msgstr "" msgid "raise an exception" msgstr "" @@ -854,10 +822,8 @@ msgstr "" msgid "exception handler" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "errors" -msgstr "errors" +msgstr "" msgid "error handling" msgstr "" diff --git a/reference/expressions.po b/reference/expressions.po index 5c8faad..88027c7 100644 --- a/reference/expressions.po +++ b/reference/expressions.po @@ -13,7 +13,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -21,12 +21,10 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Expressions" -msgstr "Expressions" +msgstr "" msgid "" "This chapter explains the meaning of the elements of expressions in Python." @@ -62,10 +60,8 @@ msgid "" "must define their own conversion behavior." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Atoms" -msgstr "Atoms" +msgstr "" msgid "" "Atoms are the most basic elements of expressions. The simplest atoms are :" @@ -182,10 +178,8 @@ msgid "" "or ``__`` is left as is." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Literals" -msgstr "Literals" +msgstr "" msgid "" "A :dfn:`literal` is a textual representation of a value. Python supports " @@ -1105,10 +1099,8 @@ msgid "" "will return an awaitable that does nothing." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Primaries" -msgstr "Primaries" +msgstr "" msgid "" "Primaries represent the most tightly bound operations of the language. Their " @@ -1265,10 +1257,8 @@ msgid "" "also usable for assignment and deletion." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Slicings" -msgstr "Slicings" +msgstr "" msgid "" "A more advanced form of subscription, :dfn:`slicing`, is commonly used to " @@ -1430,10 +1420,8 @@ msgid "" "first (:token:`!single_subscript`) has priority." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Calls" -msgstr "Calls" +msgstr "" msgid "" "A call calls a callable object (e.g., a :term:`function`) with a possibly " @@ -1872,10 +1860,8 @@ msgid "" "`~object.__or__` or :meth:`~object.__ror__` special methods." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Comparisons" -msgstr "Comparisons" +msgstr "" msgid "" "Unlike C, all comparison operations in Python have the same priority, which " @@ -2299,10 +2285,8 @@ msgstr "" msgid "See :pep:`308` for more details about conditional expressions." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Lambdas" -msgstr "Lambdas" +msgstr "" msgid "" "Lambda expressions (sometimes called lambda forms) are used to create " @@ -2398,15 +2382,11 @@ msgid "" "the :ref:`comparisons` section." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Operator" -msgstr "Operator" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Description" -msgstr "Description" +msgstr "" # pydocvi: passthrough=noop #, fuzzy @@ -2475,10 +2455,8 @@ msgstr "" msgid "``<<``, ``>>``" msgstr "``<<``, ``>>``" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Shifts" -msgstr "Shifts" +msgstr "" # pydocvi: passthrough=noop #, fuzzy @@ -2627,80 +2605,50 @@ msgid "" "applies." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "expression" -msgstr "expression" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "BNF" -msgstr "BNF" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "arithmetic" -msgstr "arithmetic" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "conversion" -msgstr "conversion" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "atom" -msgstr "atom" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "name" -msgstr "name" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "identifier" -msgstr "identifier" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "exception" -msgstr "exception" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "NameError" -msgstr "NameError" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "mangling" -msgstr "mangling" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "private" -msgstr "private" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "names" -msgstr "names" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "literal" -msgstr "literal" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "immutable" -msgstr "immutable" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "data" -msgstr "data" +msgstr "" msgid "type" msgstr "type" @@ -2717,59 +2665,41 @@ msgstr "" msgid "tuple display" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "empty" -msgstr "empty" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "tuple" -msgstr "tuple" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "comma" -msgstr "comma" +msgstr "" msgid ", (comma)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "comprehensions" -msgstr "comprehensions" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "for" -msgstr "for" +msgstr "" msgid "in comprehensions" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "if" -msgstr "if" +msgstr "" msgid "async for" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "await" -msgstr "await" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "list" -msgstr "list" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "display" -msgstr "display" +msgstr "" msgid "[] (square brackets)" msgstr "" @@ -2780,10 +2710,8 @@ msgstr "" msgid "expression list" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "set" -msgstr "set" +msgstr "" msgid "{} (curly brackets)" msgstr "" @@ -2791,20 +2719,14 @@ msgstr "" msgid "set expression" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "dictionary" -msgstr "dictionary" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "key" -msgstr "key" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "value" -msgstr "value" +msgstr "" msgid "key/value pair" msgstr "" @@ -2823,94 +2745,64 @@ msgstr "" msgid "in dictionary displays" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "unpacking" -msgstr "unpacking" +msgstr "" # pydocvi: passthrough=noop #, fuzzy msgid "**" msgstr "**" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "hashable" -msgstr "hashable" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "generator" -msgstr "generator" +msgstr "" msgid "generator expression" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "keyword" -msgstr "keyword" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "yield" -msgstr "yield" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "from" -msgstr "from" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "function" -msgstr "function" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "coroutine" -msgstr "coroutine" +msgstr "" msgid "yield from expression" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "StopIteration" -msgstr "StopIteration" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "GeneratorExit" -msgstr "GeneratorExit" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "examples" -msgstr "examples" +msgstr "" msgid "asynchronous-generator" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "StopAsyncIteration" -msgstr "StopAsyncIteration" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "primary" -msgstr "primary" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "attribute" -msgstr "attribute" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "reference" -msgstr "reference" +msgstr "" msgid ". (dot)" msgstr "" @@ -2918,61 +2810,41 @@ msgstr "" msgid "attribute reference" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "AttributeError" -msgstr "AttributeError" +msgstr "" msgid "module" msgstr "module" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "subscription" -msgstr "subscription" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "sequence" -msgstr "sequence" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "mapping" -msgstr "mapping" +msgstr "" msgid "string" msgstr "chuỗi" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "item" -msgstr "item" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "slicing" -msgstr "slicing" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "slice" -msgstr "slice" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "callable" -msgstr "callable" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "call" -msgstr "call" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "argument" -msgstr "argument" +msgstr "" msgid "call semantics" msgstr "" @@ -2988,10 +2860,8 @@ msgstr "" msgid "in function calls" msgstr "trong các lời gọi hàm" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "parameter" -msgstr "parameter" +msgstr "" # pydocvi: model=gpt-5-6-mini prompt=574466d7 glossary=1 batch=d132b9201f27 run=2026-08-17T16:43Z #, fuzzy @@ -3007,18 +2877,14 @@ msgstr "" msgid "built-in function" msgstr "hàm tích hợp sẵn" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "method" -msgstr "method" +msgstr "" msgid "built-in method" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "class" -msgstr "class" +msgstr "" msgid "class object" msgstr "" @@ -3026,48 +2892,32 @@ msgstr "" msgid "class instance" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "instance" -msgstr "instance" +msgstr "" msgid "__call__() (object method)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "power" -msgstr "power" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "operation" -msgstr "operation" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "operator" -msgstr "operator" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "unary" -msgstr "unary" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "bitwise" -msgstr "bitwise" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "negation" -msgstr "negation" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "minus" -msgstr "minus" +msgstr "" msgid "- (minus)" msgstr "" @@ -3075,36 +2925,26 @@ msgstr "" msgid "unary operator" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "plus" -msgstr "plus" +msgstr "" msgid "+ (plus)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "inversion" -msgstr "inversion" +msgstr "" msgid "~ (tilde)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "TypeError" -msgstr "TypeError" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "binary" -msgstr "binary" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "multiplication" -msgstr "multiplication" +msgstr "" msgid "matrix multiplication" msgstr "" @@ -3112,15 +2952,11 @@ msgstr "" msgid "@ (at)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "ZeroDivisionError" -msgstr "ZeroDivisionError" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "division" -msgstr "division" +msgstr "" msgid "/ (slash)" msgstr "" @@ -3130,31 +2966,23 @@ msgstr "" msgid "//" msgstr "//" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "modulo" -msgstr "modulo" +msgstr "" msgid "% (percent)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "addition" -msgstr "addition" +msgstr "" msgid "binary operator" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "subtraction" -msgstr "subtraction" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "shifting" -msgstr "shifting" +msgstr "" # pydocvi: passthrough=noop #, fuzzy @@ -3166,59 +2994,43 @@ msgstr "<<" msgid ">>" msgstr ">>" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "ValueError" -msgstr "ValueError" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "and" -msgstr "and" +msgstr "" msgid "& (ampersand)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "xor" -msgstr "xor" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "exclusive" -msgstr "exclusive" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "or" -msgstr "or" +msgstr "" msgid "^ (caret)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "inclusive" -msgstr "inclusive" +msgstr "" msgid "| (vertical bar)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "comparison" -msgstr "comparison" +msgstr "" -# pydocvi: passthrough=version_marker +# pydocvi: passthrough=noop #, fuzzy msgid "C" msgstr "C" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "language" -msgstr "language" +msgstr "" msgid "< (less)" msgstr "" @@ -3246,59 +3058,41 @@ msgstr "==" msgid "!=" msgstr "!=" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "chaining" -msgstr "chaining" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "comparisons" -msgstr "comparisons" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "in" -msgstr "in" +msgstr "" msgid "not in" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "membership" -msgstr "membership" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "test" -msgstr "test" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "is" -msgstr "is" +msgstr "" msgid "is not" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "identity" -msgstr "identity" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Conditional" -msgstr "Conditional" +msgstr "" msgid "Boolean" msgstr "Boolean" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "not" -msgstr "not" +msgstr "" msgid ":= (colon equals)" msgstr "" @@ -3312,71 +3106,47 @@ msgstr "" msgid "named expression" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "assignment" -msgstr "assignment" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "conditional" -msgstr "conditional" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "ternary" -msgstr "ternary" +msgstr "" msgid "conditional expression" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "else" -msgstr "else" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "lambda" -msgstr "lambda" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "form" -msgstr "form" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "anonymous" -msgstr "anonymous" +msgstr "" msgid "lambda expression" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "iterable" -msgstr "iterable" +msgstr "" msgid "in expression lists" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "trailing" -msgstr "trailing" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "evaluation" -msgstr "evaluation" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "order" -msgstr "order" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "precedence" -msgstr "precedence" +msgstr "" diff --git a/reference/grammar.po b/reference/grammar.po index 752d2d5..945f0de 100644 --- a/reference/grammar.po +++ b/reference/grammar.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Full Grammar specification" msgstr "" diff --git a/reference/import.po b/reference/import.po index 716930f..8969bf3 100644 --- a/reference/import.po +++ b/reference/import.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "The import system" msgstr "" @@ -88,10 +88,8 @@ msgid "" "additional detail." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Packages" -msgstr "Packages" +msgstr "" msgid "" "Python has only one type of module object, and all modules are of this type, " @@ -206,10 +204,8 @@ msgstr "" msgid "See also :pep:`420` for the namespace package specification." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Searching" -msgstr "Searching" +msgstr "" msgid "" "To begin the search, Python needs the :term:`fully qualified \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "The Python Language Reference" msgstr "" diff --git a/reference/introduction.po b/reference/introduction.po index e10310b..82fe081 100644 --- a/reference/introduction.po +++ b/reference/introduction.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,12 +17,10 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Introduction" -msgstr "Introduction" +msgstr "" msgid "" "This reference manual describes the Python programming language. It is not " @@ -73,20 +71,16 @@ msgstr "" msgid "Known implementations include:" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "CPython" -msgstr "CPython" +msgstr "" msgid "" "This is the original and most-maintained implementation of Python, written " "in C. New language features generally appear here first." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Jython" -msgstr "Jython" +msgstr "" msgid "" "Python implemented in Java. This implementation can be used as a scripting " @@ -106,10 +100,8 @@ msgid "" "`_." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "IronPython" -msgstr "IronPython" +msgstr "" msgid "" "An alternate Python for .NET. Unlike Python.NET, this is a complete Python " @@ -119,10 +111,8 @@ msgid "" ">`_." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "PyPy" -msgstr "PyPy" +msgstr "" msgid "" "An implementation of Python written completely in Python. It supports " @@ -142,10 +132,8 @@ msgid "" "know about the specific implementation you're using." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Notation" -msgstr "Notation" +msgstr "" msgid "" "The descriptions of lexical analysis and syntax use a grammar notation that " @@ -307,25 +295,17 @@ msgid "" "definitions; uses in subsequent chapters are syntactic definitions." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "BNF" -msgstr "BNF" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "grammar" -msgstr "grammar" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "syntax" -msgstr "syntax" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "notation" -msgstr "notation" +msgstr "" msgid "lexical definitions" msgstr "" diff --git a/reference/lexical_analysis.po b/reference/lexical_analysis.po index 32e1f7a..0374a09 100644 --- a/reference/lexical_analysis.po +++ b/reference/lexical_analysis.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Lexical analysis" msgstr "" @@ -54,20 +54,14 @@ msgstr "Ký tự" msgid "Next token (or other relevant documentation)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "space" -msgstr "space" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "tab" -msgstr "tab" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "formfeed" -msgstr "formfeed" +msgstr "" # pydocvi: passthrough=noop #, fuzzy @@ -233,10 +227,8 @@ msgstr "" msgid "Formally:" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Comments" -msgstr "Comments" +msgstr "" msgid "" "A comment starts with a hash character (``#``) that is not part of a string " @@ -366,10 +358,8 @@ msgid "" "statement." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Indentation" -msgstr "Indentation" +msgstr "" msgid "" "Leading whitespace (spaces and tabs) at the beginning of a logical line is " @@ -563,10 +553,8 @@ msgid "" "names-nonascii` for details." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Keywords" -msgstr "Keywords" +msgstr "" msgid "" "The following names are used as reserved words, or *keywords* of the " @@ -825,10 +813,8 @@ msgstr "" msgid ":pep:`672` -- Unicode-related Security Considerations for Python" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Literals" -msgstr "Literals" +msgstr "" msgid "Literals are notations for constant values of some built-in types." msgstr "" @@ -2082,15 +2068,11 @@ msgstr "" msgid "lexical analysis" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "parser" -msgstr "parser" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "token" -msgstr "token" +msgstr "" msgid "line structure" msgstr "" @@ -2138,18 +2120,14 @@ msgstr "" msgid "blank line" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "indentation" -msgstr "indentation" +msgstr "" msgid "leading whitespace" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "grouping" -msgstr "grouping" +msgstr "" msgid "statement grouping" msgstr "" @@ -2160,20 +2138,14 @@ msgstr "" msgid "DEDENT token" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "identifier" -msgstr "identifier" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "name" -msgstr "name" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "keyword" -msgstr "keyword" +msgstr "" msgid "reserved word" msgstr "" @@ -2187,15 +2159,11 @@ msgstr "" msgid "__, identifiers" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "literal" -msgstr "literal" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "constant" -msgstr "constant" +msgstr "" msgid "string literal" msgstr "" @@ -2203,10 +2171,8 @@ msgstr "" msgid "bytes literal" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "ASCII" -msgstr "ASCII" +msgstr "" msgid "' (single quote)" msgstr "" @@ -2243,7 +2209,7 @@ msgstr "" msgid "Standard C" msgstr "" -# pydocvi: passthrough=version_marker +# pydocvi: passthrough=noop #, fuzzy msgid "C" msgstr "C" @@ -2358,10 +2324,8 @@ msgstr "chuỗi ký tự nội suy" msgid "f-string" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "fstring" -msgstr "fstring" +msgstr "" # pydocvi: passthrough=noop #, fuzzy @@ -2393,10 +2357,8 @@ msgstr "" msgid "for help in debugging using string literals" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "number" -msgstr "number" +msgstr "" msgid "numeric literal" msgstr "" @@ -2449,22 +2411,18 @@ msgstr "" msgid ". (dot)" msgstr "" -# pydocvi: passthrough=version_marker +# pydocvi: passthrough=noop #, fuzzy msgid "e" msgstr "e" -# pydocvi: passthrough=version_marker +# pydocvi: passthrough=noop #, fuzzy msgid "j" msgstr "j" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "operators" -msgstr "operators" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "delimiters" -msgstr "delimiters" +msgstr "" diff --git a/reference/simple_stmts.po b/reference/simple_stmts.po index b250a13..fbdd137 100644 --- a/reference/simple_stmts.po +++ b/reference/simple_stmts.po @@ -13,7 +13,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -21,7 +21,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Simple statements" msgstr "" @@ -1299,77 +1299,53 @@ msgid "" "functions." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "simple" -msgstr "simple" +msgstr "" msgid "statement" msgstr "câu lệnh" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "expression" -msgstr "expression" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "list" -msgstr "list" +msgstr "" msgid "built-in function" msgstr "hàm tích hợp sẵn" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "repr" -msgstr "repr" +msgstr "" msgid "object" msgstr "object" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "None" -msgstr "None" +msgstr "" msgid "string" msgstr "chuỗi" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "conversion" -msgstr "conversion" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "output" -msgstr "output" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "standard" -msgstr "standard" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "writing" -msgstr "writing" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "values" -msgstr "values" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "procedure" -msgstr "procedure" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "call" -msgstr "call" +msgstr "" msgid "= (equals)" msgstr "" @@ -1377,40 +1353,26 @@ msgstr "" msgid "assignment statement" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "assignment" -msgstr "assignment" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "binding" -msgstr "binding" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "name" -msgstr "name" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "rebinding" -msgstr "rebinding" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "mutable" -msgstr "mutable" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "attribute" -msgstr "attribute" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "target" -msgstr "target" +msgstr "" msgid ", (comma)" msgstr "" @@ -1432,40 +1394,26 @@ msgstr "" msgid "() (parentheses)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "destructor" -msgstr "destructor" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "subscription" -msgstr "subscription" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "sequence" -msgstr "sequence" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "mapping" -msgstr "mapping" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "dictionary" -msgstr "dictionary" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "slicing" -msgstr "slicing" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "augmented" -msgstr "augmented" +msgstr "" msgid "assignment, augmented" msgstr "" @@ -1533,10 +1481,8 @@ msgstr ">>=" msgid "<<=" msgstr "<<=" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "annotated" -msgstr "annotated" +msgstr "" msgid "assignment, annotated" msgstr "" @@ -1549,20 +1495,14 @@ msgstr ": (dấu hai chấm)" msgid "annotated variable" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "assert" -msgstr "assert" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "debugging" -msgstr "debugging" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "assertions" -msgstr "assertions" +msgstr "" msgid "expression list" msgstr "" @@ -1572,123 +1512,77 @@ msgstr "" msgid "__debug__" msgstr "__debug__" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "exception" -msgstr "exception" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "AssertionError" -msgstr "AssertionError" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "pass" -msgstr "pass" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "null" -msgstr "null" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "operation" -msgstr "operation" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "del" -msgstr "del" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "deletion" -msgstr "deletion" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "global" -msgstr "global" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "unbinding" -msgstr "unbinding" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "return" -msgstr "return" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "function" -msgstr "function" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "definition" -msgstr "definition" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "class" -msgstr "class" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "keyword" -msgstr "keyword" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "finally" -msgstr "finally" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "yield" -msgstr "yield" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "generator" -msgstr "generator" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "iterator" -msgstr "iterator" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "StopIteration" -msgstr "StopIteration" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "raise" -msgstr "raise" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "raising" -msgstr "raising" +msgstr "" msgid "__traceback__ (exception attribute)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "traceback" -msgstr "traceback" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "chaining" -msgstr "chaining" +msgstr "" msgid "__cause__ (exception attribute)" msgstr "" @@ -1696,38 +1590,26 @@ msgstr "" msgid "__context__ (exception attribute)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "break" -msgstr "break" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "for" -msgstr "for" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "while" -msgstr "while" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "loop" -msgstr "loop" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "else" -msgstr "else" +msgstr "" msgid "loop control" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "continue" -msgstr "continue" +msgstr "" msgid "import" msgstr "import" @@ -1735,30 +1617,20 @@ msgstr "import" msgid "module" msgstr "module" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "importing" -msgstr "importing" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "from" -msgstr "from" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "as" -msgstr "as" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "lazy" -msgstr "lazy" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "ImportError" -msgstr "ImportError" +msgstr "" # pydocvi: passthrough=literal_block #, fuzzy @@ -1768,10 +1640,8 @@ msgstr "import statement" msgid "__all__ (optional module attribute)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "relative" -msgstr "relative" +msgstr "" msgid "lazy import" msgstr "" @@ -1781,10 +1651,8 @@ msgstr "" msgid "__lazy_modules__" msgstr "__lazy_modules__" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "future" -msgstr "future" +msgstr "" # pydocvi: passthrough=version_marker #, fuzzy @@ -1800,20 +1668,14 @@ msgstr "" msgid "exec" msgstr "exec" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "eval" -msgstr "eval" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "compile" -msgstr "compile" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "nonlocal" -msgstr "nonlocal" +msgstr "" msgid "type" msgstr "type" diff --git a/reference/toplevel_components.po b/reference/toplevel_components.po index 4a89794..b2bfa05 100644 --- a/reference/toplevel_components.po +++ b/reference/toplevel_components.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-23 15:47+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Top-level components" msgstr "" @@ -105,15 +105,11 @@ msgid "" "The string argument to :func:`eval` must have the following form:" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "interpreter" -msgstr "interpreter" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "program" -msgstr "program" +msgstr "" msgid "module" msgstr "module" @@ -132,15 +128,11 @@ msgstr "builtins" msgid "interactive mode" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "UNIX" -msgstr "UNIX" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Windows" -msgstr "Windows" +msgstr "" msgid "command line" msgstr "" @@ -148,15 +140,11 @@ msgstr "" msgid "standard input" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "input" -msgstr "input" +msgstr "" msgid "built-in function" msgstr "hàm tích hợp sẵn" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "eval" -msgstr "eval" +msgstr "" diff --git a/reports/audit.md b/reports/audit.md index 5094e53..8d4e45a 100644 --- a/reports/audit.md +++ b/reports/audit.md @@ -1,6 +1,6 @@ # Audit -Fail. 41 checks, 15 failing, 1,270 findings. +Fail. 41 checks, 15 failing, 1,410 findings. ## Structure @@ -33,9 +33,9 @@ Fail. 41 checks, 15 failing, 1,270 findings. | Check | Hard | Findings | What it checks | | --- | --- | --- | --- | | `G01` | no | 0 | the glossary is self-consistent | -| `G02` | no | 192 | glossary renderings are used | -| `G03` | no | 80 | kept terms stayed in English | -| `G04` | no | 147 | no untranslated glossary term | +| `G02` | no | 196 | glossary renderings are used | +| `G03` | no | 81 | kept terms stayed in English | +| `G04` | no | 148 | no untranslated glossary term | | `G05` | no | 0 | GLOSSARY.md matches the YAML | | `G06` | no | 0 | no entry is on a stale glossary | @@ -44,7 +44,7 @@ Fail. 41 checks, 15 failing, 1,270 findings. | Check | Hard | Findings | What it checks | | --- | --- | --- | --- | | `L01` | yes | 9 | the translation is in Vietnamese | -| `L02` | yes | 10 | no entry is the English verbatim | +| `L02` | yes | 144 | no entry is the English verbatim | | `L03` | yes | 2 | no narration | | `L04` | yes | 0 | no English sentence copied through | | `L05` | no | 3 | second-person pronoun policy | @@ -95,8 +95,8 @@ Fail. 41 checks, 15 failing, 1,270 findings. - library/functions.po:3595 ':mod:`pickleable `' appears 0 time(s), the source has 1 - library/functions.po:3595 ':mod:`copyable `' appears 0 time(s), the source has 1 - library/functions.po:3649 ':ref:`Documentation on attributes and methods on classes `' appears 0 time(s), the source has 1 -- library/io.po:868 ':ref:`non-inheritable `' appears 0 time(s), the source has 1 -- library/os.po:1169 ':ref:`auditing event `' appears 0 time(s), the source has 1 +- library/io.po:862 ':ref:`non-inheritable `' appears 0 time(s), the source has 1 +- library/os.po:1167 ':ref:`auditing event `' appears 0 time(s), the source has 1 - and 7 more, not printed ### `P03` role targets unchanged @@ -120,31 +120,31 @@ Fail. 41 checks, 15 failing, 1,270 findings. - library/functions.po:3595 :mod:`copyable ` is not in the translation - library/functions.po:3595 :mod:`pickleable ` is not in the translation - library/functions.po:3649 :ref:`Documentation on attributes and methods on classes ` is not in the translation -- library/io.po:868 :ref:`non-inheritable ` is not in the translation +- library/io.po:862 :ref:`non-inheritable ` is not in the translation - and 7 more, not printed ### `P04` surrounding whitespace matches - extending/extending.po:1728 leading whitespace '' became ' ' -- extending/first-extension-module.po:1116 leading whitespace '' became ' ' +- extending/first-extension-module.po:1114 leading whitespace '' became ' ' - extending/newtypes_tutorial.po:2949 leading whitespace '' became ' ' - library/abc.po:548 leading whitespace '' became ' ' -- library/collections.abc.po:541 leading whitespace '' became ' ' -- library/configparser.po:2002 leading whitespace '' became ' ' +- library/collections.abc.po:539 leading whitespace '' became ' ' +- library/configparser.po:2000 leading whitespace '' became ' ' - library/csv.po:784 leading whitespace '' became ' ' -- library/datetime.po:4650 leading whitespace '' became ' ' -- library/doctest.po:2668 leading whitespace '' became ' ' +- library/datetime.po:4634 leading whitespace '' became ' ' +- library/doctest.po:2660 leading whitespace '' became ' ' - library/email.contentmanager.po:250 leading whitespace '' became ' ' - library/email.encoders.po:102 leading whitespace '' became ' ' - library/email.examples.po:833 leading whitespace '' became ' ' - library/email.generator.po:281 leading whitespace '' became ' ' -- library/email.headerregistry.po:617 leading whitespace '' became ' ' +- library/email.headerregistry.po:579 leading whitespace '' became ' ' - library/email.message.po:814 leading whitespace '' became ' ' - library/email.policy.po:764 leading whitespace '' became ' ' - library/email.utils.po:245 leading whitespace '' became ' ' - library/functions.po:1163 leading whitespace '' became ' ' - library/functions.po:4024 leading whitespace '' became ' ' -- library/gettext.po:850 leading whitespace '' became ' ' +- library/gettext.po:848 leading whitespace '' became ' ' - and 27 more, not printed ### `P05` format specifiers match @@ -153,7 +153,7 @@ Fail. 41 checks, 15 failing, 1,270 findings. ### `P07` code entries copied exactly -- tutorial/errors.po:755 literal_block entry differs from its source +- tutorial/errors.po:753 literal_block entry differs from its source - tutorial/interpreter.po:198 literal_block entry differs from its source - tutorial/interpreter.po:222 doctest entry differs from its source - tutorial/introduction.po:73 literal_block entry differs from its source @@ -177,8 +177,8 @@ Fail. 41 checks, 15 failing, 1,270 findings. ### `P08` no fence or horizontal rule -- c-api/call.po:273 opens with a fence or a horizontal rule -- howto/mro.po:167 opens with a fence or a horizontal rule +- c-api/call.po:263 opens with a fence or a horizontal rule +- howto/mro.po:165 opens with a fence or a horizontal rule ### `G02` glossary renderings are used @@ -202,13 +202,14 @@ Fail. 41 checks, 15 failing, 1,270 findings. - library/functions.po:1050 'different types' should render as 'các kiểu khác nhau' - library/functions.po:1065 'class object' should render as 'đối tượng lớp' - library/functions.po:1084 'metaclass' should render as 'siêu lớp' -- and 172 more, not printed +- and 176 more, not printed ### `G03` kept terms stayed in English - bugs.po:88 'list' is kept in English and did not survive - bugs.po:120 'list' is kept in English and did not survive - bugs.po:158 'list' is kept in English and did not survive +- library/asyncio-sync.po:80 'Lock' is kept in English and did not survive - library/functions.po:455 'type' is kept in English and did not survive - library/functions.po:499 'type' is kept in English and did not survive - library/functions.po:581 'callable' is kept in English and did not survive @@ -225,8 +226,7 @@ Fail. 41 checks, 15 failing, 1,270 findings. - library/functions.po:1084 'list' is kept in English and did not survive - library/functions.po:1477 'type' is kept in English and did not survive - library/functions.po:1487 'type' is kept in English and did not survive -- library/functions.po:1626 'list' is kept in English and did not survive -- and 60 more, not printed +- and 61 more, not printed ### `G04` no untranslated glossary term @@ -250,7 +250,7 @@ Fail. 41 checks, 15 failing, 1,270 findings. - library/functions.po:1914 'iterator' is still in English, and renders as 'trình lặp' - library/functions.po:1914 'sequence' is still in English, and renders as 'dãy' - library/functions.po:1964 'dictionary' is still in English, and renders as 'từ điển' -- and 127 more, not printed +- and 128 more, not printed ### `L01` the translation is in Vietnamese @@ -262,25 +262,36 @@ Fail. 41 checks, 15 failing, 1,270 findings. - tutorial/controlflow.po:1373 258 characters of prose with no Vietnamese diacritic - tutorial/controlflow.po:1475 245 characters of prose with no Vietnamese diacritic - tutorial/controlflow.po:1812 48 characters of prose with no Vietnamese diacritic -- whatsnew/3.10.po:1084 46 characters of prose with no Vietnamese diacritic +- whatsnew/3.10.po:1072 46 characters of prose with no Vietnamese diacritic ### `L02` no entry is the English verbatim - bugs.po:93 identical to the English -- copyright.po:34 identical to the English -- copyright.po:37 identical to the English -- copyright.po:44 identical to the English -- tutorial/controlflow.po:873 identical to the English -- tutorial/controlflow.po:1349 identical to the English -- tutorial/controlflow.po:1373 identical to the English -- tutorial/controlflow.po:1475 identical to the English -- tutorial/controlflow.po:1812 identical to the English -- whatsnew/3.10.po:1084 identical to the English +- c-api/bytearray.po:107 identical to the English +- c-api/bytes.po:562 identical to the English +- c-api/capsule.po:199 identical to the English +- c-api/code.po:409 identical to the English +- c-api/complex.po:199 identical to the English +- c-api/concrete.po:76 identical to the English +- c-api/dict.po:727 identical to the English +- c-api/exceptions.po:1573 identical to the English +- c-api/file.po:175 identical to the English +- c-api/float.po:271 identical to the English +- c-api/function.po:240 identical to the English +- c-api/interp-lifecycle.po:1140 identical to the English +- c-api/interp-lifecycle.po:1143 identical to the English +- c-api/interp-lifecycle.po:1151 identical to the English +- c-api/intro.po:1512 identical to the English +- c-api/intro.po:1515 identical to the English +- c-api/intro.po:1577 identical to the English +- c-api/intro.po:1580 identical to the English +- c-api/intro.po:1588 identical to the English +- and 124 more, not printed ### `L03` no narration -- c-api/call.po:273 '---' at offset 0 -- howto/mro.po:167 '---' at offset 0 +- c-api/call.po:263 '---' at offset 0 +- howto/mro.po:165 '---' at offset 0 ### `L05` second-person pronoun policy @@ -291,25 +302,25 @@ Fail. 41 checks, 15 failing, 1,270 findings. ### `L07` no cut-down model wrote an entry - c-api/dict.po:304 written by gpt-5-6-mini -- c-api/exceptions.po:444 written by gpt-5-6-mini -- c-api/init_config.po:150 written by gpt-5-6-mini -- c-api/intro.po:318 written by gpt-5-6-mini +- c-api/exceptions.po:442 written by gpt-5-6-mini +- c-api/init_config.po:148 written by gpt-5-6-mini +- c-api/intro.po:316 written by gpt-5-6-mini - c-api/method.po:59 written by gpt-5-6-mini - c-api/refcounting.po:124 written by gpt-5-6-mini -- c-api/threads.po:250 written by gpt-5-6-mini +- c-api/threads.po:248 written by gpt-5-6-mini - extending/extending.po:35 written by gpt-5-6-mini -- faq/library.po:636 written by gpt-5-6-mini -- faq/programming.po:2893 written by gpt-5-6-mini -- glossary.po:2792 written by gpt-5-6-mini -- howto/gdb_helpers.po:412 written by gpt-5-6-mini -- howto/isolating-extensions.po:794 written by gpt-5-6-mini -- howto/sorting.po:590 written by gpt-5-6-mini -- howto/urllib2.po:346 written by gpt-5-6-mini -- library/argparse.po:3891 written by gpt-5-6-mini -- library/ast.po:4270 written by gpt-5-6-mini -- library/asyncio-llapi-index.po:512 written by gpt-5-6-mini +- faq/library.po:632 written by gpt-5-6-mini +- faq/programming.po:2885 written by gpt-5-6-mini +- glossary.po:2666 written by gpt-5-6-mini +- howto/gdb_helpers.po:410 written by gpt-5-6-mini +- howto/isolating-extensions.po:790 written by gpt-5-6-mini +- howto/sorting.po:588 written by gpt-5-6-mini +- howto/urllib2.po:338 written by gpt-5-6-mini +- library/argparse.po:3853 written by gpt-5-6-mini +- library/ast.po:4256 written by gpt-5-6-mini +- library/asyncio-llapi-index.po:502 written by gpt-5-6-mini - library/constants.po:141 written by gpt-5-6-mini -- library/contextlib.po:469 written by gpt-5-6-mini +- library/contextlib.po:467 written by gpt-5-6-mini - and 667 more, not printed ### `L08` sentence counts are close diff --git a/reports/coverage.md b/reports/coverage.md index 26450d0..3b662ea 100644 --- a/reports/coverage.md +++ b/reports/coverage.md @@ -2,21 +2,21 @@ 87,008 entries, 1,711,382 English words, across 548 catalogs. -**1,437 entries are translated**, which is 1.7%. That is the human column and nothing else. The 737 machine entries are a corpus to review, not a translation, and the 13,900 passthrough entries are strings that never needed translating. +**1,437 entries are translated**, which is 1.7%. That is the human column and nothing else. The 737 machine entries are a corpus to review, not a translation, and the 11,074 passthrough entries are strings that never needed translating. - + ## By tier | Tier | Entries | Words | Human | Machine | Passthrough | Legacy | Untranslated | | --- | ---: | ---: | ---: | ---: | ---: | ---: | ---: | -| 1 | 1,888 | 49,280 | 966 | 658 | 262 | 0 | 2 | -| 2 | 2,574 | 52,440 | 22 | 3 | 556 | 0 | 1,993 | -| 3 | 9,147 | 208,931 | 66 | 22 | 1,934 | 0 | 7,125 | -| 4 | 6,852 | 118,443 | 59 | 7 | 1,059 | 0 | 5,727 | -| 5 | 38,947 | 755,769 | 282 | 41 | 7,010 | 0 | 31,614 | -| 6 | 27,600 | 526,519 | 42 | 6 | 3,079 | 0 | 24,473 | -| **Total** | 87,008 | 1,711,382 | 1,437 | 737 | 13,900 | 0 | 70,934 | +| 1 | 1,888 | 49,280 | 966 | 658 | 233 | 0 | 31 | +| 2 | 2,574 | 52,440 | 22 | 3 | 442 | 0 | 2,107 | +| 3 | 9,147 | 208,931 | 66 | 22 | 1,381 | 0 | 7,678 | +| 4 | 6,852 | 118,443 | 59 | 7 | 936 | 0 | 5,850 | +| 5 | 38,947 | 755,769 | 282 | 41 | 5,866 | 0 | 32,758 | +| 6 | 27,600 | 526,519 | 42 | 6 | 2,216 | 0 | 25,336 | +| **Total** | 87,008 | 1,711,382 | 1,437 | 737 | 11,074 | 0 | 73,760 | ## By section @@ -24,23 +24,23 @@ | --- | ---: | ---: | ---: | ---: | ---: | ---: | ---: | | about.po | 10 | 170 | 9 | 0 | 0 | 0 | 1 | | bugs.po | 31 | 650 | 31 | 0 | 0 | 0 | 0 | -| c-api | 6,852 | 118,443 | 59 | 7 | 1,059 | 0 | 5,727 | +| c-api | 6,852 | 118,443 | 59 | 7 | 936 | 0 | 5,850 | | contents.po | 1 | 3 | 1 | 0 | 0 | 0 | 0 | | copyright.po | 7 | 50 | 5 | 0 | 0 | 0 | 2 | -| deprecations | 666 | 6,401 | 0 | 0 | 209 | 0 | 457 | +| deprecations | 666 | 6,401 | 0 | 0 | 208 | 0 | 458 | | distributing | 2 | 28 | 0 | 0 | 0 | 0 | 2 | -| extending | 725 | 23,070 | 6 | 1 | 145 | 0 | 573 | -| faq | 1,083 | 25,956 | 0 | 2 | 179 | 0 | 902 | -| glossary.po | 493 | 10,098 | 6 | 1 | 89 | 0 | 397 | -| howto | 3,566 | 96,748 | 6 | 4 | 854 | 0 | 2,702 | +| extending | 725 | 23,070 | 6 | 1 | 141 | 0 | 577 | +| faq | 1,083 | 25,956 | 0 | 2 | 162 | 0 | 919 | +| glossary.po | 493 | 10,098 | 6 | 1 | 24 | 0 | 462 | +| howto | 3,566 | 96,748 | 6 | 4 | 745 | 0 | 2,811 | | improve-page-nojs.po | 6 | 104 | 0 | 0 | 0 | 0 | 6 | | improve-page.po | 8 | 134 | 0 | 0 | 0 | 0 | 8 | | installing | 53 | 936 | 0 | 0 | 6 | 0 | 47 | -| library | 39,478 | 766,984 | 813 | 41 | 7,010 | 0 | 31,614 | -| license.po | 136 | 8,131 | 0 | 0 | 57 | 0 | 79 | -| reference | 3,227 | 59,619 | 51 | 17 | 726 | 0 | 2,433 | -| sphinx.po | 109 | 429 | 1 | 0 | 16 | 0 | 92 | -| tutorial | 1,326 | 37,415 | 404 | 658 | 262 | 0 | 2 | -| using | 1,629 | 29,494 | 3 | 0 | 209 | 0 | 1,417 | -| whatsnew | 27,600 | 526,519 | 42 | 6 | 3,079 | 0 | 24,473 | -| **Total** | 87,008 | 1,711,382 | 1,437 | 737 | 13,900 | 0 | 70,934 | +| library | 39,478 | 766,984 | 813 | 41 | 5,866 | 0 | 32,758 | +| license.po | 136 | 8,131 | 0 | 0 | 40 | 0 | 96 | +| reference | 3,227 | 59,619 | 51 | 17 | 315 | 0 | 2,844 | +| sphinx.po | 109 | 429 | 1 | 0 | 2 | 0 | 106 | +| tutorial | 1,326 | 37,415 | 404 | 658 | 233 | 0 | 31 | +| using | 1,629 | 29,494 | 3 | 0 | 180 | 0 | 1,446 | +| whatsnew | 27,600 | 526,519 | 42 | 6 | 2,216 | 0 | 25,336 | +| **Total** | 87,008 | 1,711,382 | 1,437 | 737 | 11,074 | 0 | 73,760 | diff --git a/reports/quality.md b/reports/quality.md index 637f893..89d5748 100644 --- a/reports/quality.md +++ b/reports/quality.md @@ -15,11 +15,11 @@ No translation run on record. Refusal rates come from the run that produced the ## Glossary adherence -639 terms against 1,562 translated entries. 272 misses over 88 terms. +639 terms against 1,900 translated entries. 277 misses over 91 terms. | Written by | Entries | Misses | Misses per entry | Terms | | --- | ---: | ---: | ---: | ---: | -| human | 830 | 241 | 0.29 | 82 | +| human | 1,168 | 246 | 0.21 | 85 | | machine | 732 | 31 | 0.04 | 18 | | Term | Misses | diff --git a/sphinx.po b/sphinx.po index 5265656..dadb95f 100644 --- a/sphinx.po +++ b/sphinx.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-23 15:47+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,12 +20,10 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Stable" -msgstr "Stable" +msgstr "" msgid "In development" msgstr "" @@ -45,10 +43,8 @@ msgstr "" msgid "Show translation source" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Download" -msgstr "Download" +msgstr "" msgid "Download Python %(dl_version)s documentation" msgstr "" @@ -61,10 +57,8 @@ msgid "" "Python:" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Format" -msgstr "Format" +msgstr "" msgid "Packed as .zip" msgstr "" @@ -72,10 +66,8 @@ msgstr "" msgid "Packed as .tar.bz2" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "HTML" -msgstr "HTML" +msgstr "" msgid "" "Download" @@ -96,10 +88,8 @@ msgid "" "Download" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Texinfo" -msgstr "Texinfo" +msgstr "" msgid "" "Download" @@ -110,10 +100,8 @@ msgid "" "a>" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "EPUB" -msgstr "EPUB" +msgstr "" msgid "Download" msgstr "" @@ -135,20 +123,16 @@ msgid "" "for file sizes." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Problems" -msgstr "Problems" +msgstr "" msgid "" "Open an issue\n" "if you have comments or suggestions for the Python documentation." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Availability" -msgstr "Availability" +msgstr "" msgid "Part of the" msgstr "" @@ -207,18 +191,14 @@ msgstr "" msgid "pre-release" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "stable" -msgstr "stable" +msgstr "" msgid "security-fixes" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "EOL" -msgstr "EOL" +msgstr "" msgid "Welcome! This is the official documentation for Python %(release)s." msgstr "" @@ -234,10 +214,8 @@ msgid "" "2.0" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Tutorial" -msgstr "Tutorial" +msgstr "" msgid "Start here: a tour of Python's syntax and features" msgstr "" @@ -290,18 +268,14 @@ msgstr "" msgid "C API reference" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "FAQs" -msgstr "FAQs" +msgstr "" msgid "Frequently asked questions (with answers!)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Deprecations" -msgstr "Deprecations" +msgstr "" msgid "Deprecated functionality" msgstr "" @@ -321,10 +295,8 @@ msgstr "" msgid "All functions, classes, and terms" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Glossary" -msgstr "Glossary" +msgstr "" msgid "Terms explained" msgstr "" diff --git a/tutorial/appendix.po b/tutorial/appendix.po index dec0986..8c4018d 100644 --- a/tutorial/appendix.po +++ b/tutorial/appendix.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-19 14:37+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,12 +20,10 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Appendix" -msgstr "Appendix" +msgstr "" msgid "Interactive Mode" msgstr "Chế độ tương tác" diff --git a/tutorial/appetite.po b/tutorial/appetite.po index 39b6479..1bd4a5f 100644 --- a/tutorial/appetite.po +++ b/tutorial/appetite.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-19 14:37+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Whetting Your Appetite" msgstr "Gợi mở sự hứng thú" diff --git a/tutorial/classes.po b/tutorial/classes.po index 4a0e756..987ed95 100644 --- a/tutorial/classes.po +++ b/tutorial/classes.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,12 +20,10 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Classes" -msgstr "Classes" +msgstr "" # pydocvi: model=gpt-5-6-mini prompt=574466d7 glossary=1 batch=31a462e6c136 run=2026-08-17T16:43Z #, fuzzy @@ -1306,10 +1304,8 @@ msgstr "" "Mỗi giá trị là một đối tượng, và do đó có một *class* (còn được gọi là " "*type*). Nó được lưu trữ dưới dạng ``object.__class__``." -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Inheritance" -msgstr "Inheritance" +msgstr "" # pydocvi: model=gpt-5-6-mini prompt=574466d7 glossary=1 batch=54ee1fef6d63 run=2026-08-17T16:43Z #, fuzzy @@ -1775,10 +1771,8 @@ msgstr "" ":meth:`!m`, và :attr:`m.__func__ ` là :ref:`function object " "` tương ứng với phương thức." -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Iterators" -msgstr "Iterators" +msgstr "" # pydocvi: model=gpt-5-6-mini prompt=574466d7 glossary=1 batch=297a621f1359 run=2026-08-17T16:43Z #, fuzzy @@ -1945,10 +1939,8 @@ msgstr "" "p\n" "s" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Generators" -msgstr "Generators" +msgstr "" # pydocvi: model=gpt-5-6-mini prompt=574466d7 glossary=1 batch=297a621f1359 run=2026-08-17T16:43Z #, fuzzy @@ -2173,17 +2165,11 @@ msgstr "" msgid "object" msgstr "object" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "method" -msgstr "method" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "name" -msgstr "name" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "mangling" -msgstr "mangling" +msgstr "" diff --git a/tutorial/controlflow.po b/tutorial/controlflow.po index 5550046..908d231 100644 --- a/tutorial/controlflow.po +++ b/tutorial/controlflow.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "More Control Flow Tools" msgstr "Thêm các công cụ điều khiển luồng" @@ -2258,10 +2258,8 @@ msgstr "" msgid "statement" msgstr "câu lệnh" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "for" -msgstr "for" +msgstr "" # pydocvi: passthrough=noop #, fuzzy @@ -2278,10 +2276,8 @@ msgstr "chuỗi ký tự ellipsis" msgid "documentation strings" msgstr "chuỗi tài liệu" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "docstrings" -msgstr "docstrings" +msgstr "" # pydocvi: model=gpt-5-6-mini prompt=574466d7 glossary=1 batch=d132b9201f27 run=2026-08-17T16:43Z #, fuzzy @@ -2303,15 +2299,11 @@ msgstr "trong các lời gọi hàm" msgid "**" msgstr "**" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "function" -msgstr "function" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "annotations" -msgstr "annotations" +msgstr "" # pydocvi: passthrough=noop #, fuzzy @@ -2328,12 +2320,8 @@ msgstr "chú thích hàm" msgid ": (colon)" msgstr ": (dấu hai chấm)" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "coding" -msgstr "coding" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "style" -msgstr "style" +msgstr "" diff --git a/tutorial/datastructures.po b/tutorial/datastructures.po index b71e1f5..64dac1f 100644 --- a/tutorial/datastructures.po +++ b/tutorial/datastructures.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" # pydocvi: model=gpt-5-6-mini prompt=574466d7 glossary=1 batch=86fed3dcf0f6 run=2026-08-17T16:43Z #, fuzzy @@ -1075,10 +1075,8 @@ msgstr "" "nhiều biến thực chất chỉ là sự kết hợp của tuple packing và sequence " "unpacking." -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Sets" -msgstr "Sets" +msgstr "" # pydocvi: model=gpt-5-6-mini prompt=574466d7 glossary=1 batch=36b6449c9aef run=2026-08-17T16:43Z #, fuzzy @@ -1205,10 +1203,8 @@ msgstr "" ">>> {*fruit for fruit in fruits}\n" "{'blueberry', 'banana', 'avocado', 'apple', 'apricot'}" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Dictionaries" -msgstr "Dictionaries" +msgstr "" # pydocvi: model=gpt-5-6-mini prompt=574466d7 glossary=1 batch=36b6449c9aef run=2026-08-17T16:43Z #, fuzzy diff --git a/tutorial/errors.po b/tutorial/errors.po index 3495e60..2d0c4d8 100644 --- a/tutorial/errors.po +++ b/tutorial/errors.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" # pydocvi: model=gpt-5-6-mini prompt=574466d7 glossary=1 batch=44417db9632c run=2026-08-17T16:43Z #, fuzzy @@ -86,10 +86,8 @@ msgstr "" "Tên tệp (```` trong ví dụ của chúng ta) và số dòng được in ra để biết " "nơi cần tìm trong trường hợp đầu vào đến từ một tệp." -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Exceptions" -msgstr "Exceptions" +msgstr "" # pydocvi: model=gpt-5-6-mini prompt=574466d7 glossary=1 batch=44417db9632c run=2026-08-17T16:43Z #, fuzzy diff --git a/tutorial/floatingpoint.po b/tutorial/floatingpoint.po index a308843..c94a69d 100644 --- a/tutorial/floatingpoint.po +++ b/tutorial/floatingpoint.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" # pydocvi: model=gpt-5-6-mini prompt=574466d7 glossary=1 batch=fc75eee20df8 run=2026-08-17T16:43Z #, fuzzy diff --git a/tutorial/index.po b/tutorial/index.po index 70a794f..218d9ac 100644 --- a/tutorial/index.po +++ b/tutorial/index.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-23 15:47+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "The Python Tutorial" msgstr "Tài liệu hướng dẫn Python" diff --git a/tutorial/inputoutput.po b/tutorial/inputoutput.po index 53654e0..8dc42f7 100644 --- a/tutorial/inputoutput.po +++ b/tutorial/inputoutput.po @@ -13,7 +13,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-23 15:47+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -21,7 +21,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" # pydocvi: model=gpt-5-6-mini prompt=574466d7 glossary=1 batch=3d8806ca5247 run=2026-08-17T16:43Z #, fuzzy @@ -1271,18 +1271,14 @@ msgstr "chuỗi ký tự nội suy" msgid "f-string" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "fstring" -msgstr "fstring" +msgstr "" msgid "built-in function" msgstr "hàm tích hợp sẵn" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "open" -msgstr "open" +msgstr "" msgid "object" msgstr "object" @@ -1293,7 +1289,5 @@ msgstr "tệp tin" msgid "module" msgstr "module" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "json" -msgstr "json" +msgstr "" diff --git a/tutorial/interactive.po b/tutorial/interactive.po index ac3211f..d670790 100644 --- a/tutorial/interactive.po +++ b/tutorial/interactive.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" # pydocvi: model=gpt-5-6 prompt=574466d7 glossary=1 batch=f6d55cb0b6d7 run=2026-08-17T16:43Z #, fuzzy diff --git a/tutorial/interpreter.po b/tutorial/interpreter.po index 5ed09bf..2beea9a 100644 --- a/tutorial/interpreter.po +++ b/tutorial/interpreter.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Using the Python Interpreter" msgstr "Sử dụng trình thông dịch Python" diff --git a/tutorial/introduction.po b/tutorial/introduction.po index a9ee808..8e2c7d0 100644 --- a/tutorial/introduction.po +++ b/tutorial/introduction.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-19 14:37+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "An Informal Introduction to Python" msgstr "Giới thiệu sơ lược về Python" diff --git a/tutorial/modules.po b/tutorial/modules.po index fce17ed..c6c981d 100644 --- a/tutorial/modules.po +++ b/tutorial/modules.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-23 15:47+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,12 +20,10 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Modules" -msgstr "Modules" +msgstr "" # pydocvi: model=gpt-5-6-mini prompt=574466d7 glossary=1 batch=60800e02afb8 run=2026-08-17T16:43Z #, fuzzy @@ -914,10 +912,8 @@ msgstr "" " 'sorted', 'staticmethod', 'str', 'sum', 'super', 'tuple', 'type', 'vars',\n" " 'zip']" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Packages" -msgstr "Packages" +msgstr "" # pydocvi: model=gpt-5-6-mini prompt=574466d7 glossary=1 batch=723495c45e5f run=2026-08-17T16:43Z #, fuzzy @@ -1414,15 +1410,11 @@ msgstr "" msgid "module" msgstr "module" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "search" -msgstr "search" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "path" -msgstr "path" +msgstr "" msgid "sys" msgstr "sys" diff --git a/tutorial/stdlib.po b/tutorial/stdlib.po index 5526c9e..5e60323 100644 --- a/tutorial/stdlib.po +++ b/tutorial/stdlib.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" # pydocvi: model=gpt-5-6-mini prompt=574466d7 glossary=1 batch=ade2545b0bab run=2026-08-17T16:43Z #, fuzzy @@ -305,10 +305,8 @@ msgstr "" ">>> 'tea for too'.replace('too', 'two')\n" "'tea for two'" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Mathematics" -msgstr "Mathematics" +msgstr "" # pydocvi: model=gpt-5-6-mini prompt=574466d7 glossary=1 batch=ade2545b0bab run=2026-08-17T16:43Z #, fuzzy @@ -796,7 +794,5 @@ msgstr "" msgid "built-in function" msgstr "hàm tích hợp sẵn" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "help" -msgstr "help" +msgstr "" diff --git a/tutorial/stdlib2.po b/tutorial/stdlib2.po index 19ddfa7..0a68f6d 100644 --- a/tutorial/stdlib2.po +++ b/tutorial/stdlib2.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" # pydocvi: model=gpt-5-6-mini prompt=574466d7 glossary=1 batch=a899e7fdc638 run=2026-08-17T16:43Z #, fuzzy @@ -191,10 +191,8 @@ msgstr "" "... conv['frac_digits'], x), grouping=True)\n" "'$1,234,567.80'" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Templating" -msgstr "Templating" +msgstr "" # pydocvi: model=gpt-5-6-mini prompt=574466d7 glossary=1 batch=a899e7fdc638 run=2026-08-17T16:43Z #, fuzzy @@ -504,10 +502,8 @@ msgstr "" "giao tiếp và điều phối giữa các thread dễ thiết kế hơn, dễ đọc hơn và đáng " "tin cậy hơn." -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Logging" -msgstr "Logging" +msgstr "" # pydocvi: model=gpt-5-6-mini prompt=574466d7 glossary=1 batch=a899e7fdc638 run=2026-08-17T16:43Z #, fuzzy diff --git a/tutorial/venv.po b/tutorial/venv.po index 911fd89..7b0be50 100644 --- a/tutorial/venv.po +++ b/tutorial/venv.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,17 +17,15 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" # pydocvi: model=gpt-5-6-mini prompt=574466d7 glossary=1 batch=d110ccf74f93 run=2026-08-17T16:43Z #, fuzzy msgid "Virtual Environments and Packages" msgstr "Môi trường ảo và gói" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Introduction" -msgstr "Introduction" +msgstr "" # pydocvi: model=gpt-5-6-mini prompt=574466d7 glossary=1 batch=d110ccf74f93 run=2026-08-17T16:43Z #, fuzzy diff --git a/tutorial/whatnow.po b/tutorial/whatnow.po index a450960..49804c7 100644 --- a/tutorial/whatnow.po +++ b/tutorial/whatnow.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" # pydocvi: model=gpt-5-6-mini prompt=574466d7 glossary=1 batch=84e0dd078ce7 run=2026-08-17T16:43Z #, fuzzy diff --git a/using/android.po b/using/android.po index 638721c..00a1516 100644 --- a/using/android.po +++ b/using/android.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-21 15:07+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Using Python on Android" msgstr "" diff --git a/using/cmdline.po b/using/cmdline.po index 9b8acdb..a6e5f22 100644 --- a/using/cmdline.po +++ b/using/cmdline.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Command line and environment" msgstr "" @@ -1253,10 +1253,8 @@ msgid "" "_enablelegacywindowsfsencoding`." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Availability" -msgstr "Availability" +msgstr "" msgid "See :pep:`529` for more details." msgstr "" diff --git a/using/configure.po b/using/configure.po index 2bf9b55..58093b1 100644 --- a/using/configure.po +++ b/using/configure.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Configure Python" msgstr "" @@ -95,10 +95,8 @@ msgstr "" msgid "Dependencies to build optional modules are:" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Dependency" -msgstr "Dependency" +msgstr "" msgid "Minimum version" msgstr "" diff --git a/using/editors.po b/using/editors.po index 6295c30..02506cb 100644 --- a/using/editors.po +++ b/using/editors.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Editors and IDEs" msgstr "" diff --git a/using/index.po b/using/index.po index 36312a8..ce90d12 100644 --- a/using/index.po +++ b/using/index.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Python Setup and Usage" msgstr "" diff --git a/using/ios.po b/using/ios.po index 494ba0a..514a621 100644 --- a/using/ios.po +++ b/using/ios.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,15 +17,13 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Using Python on iOS" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Authors" -msgstr "Authors" +msgstr "" msgid "Russell Keith-Magee (2024-03)" msgstr "" diff --git a/using/mac.po b/using/mac.po index fbd5215..b8eb0d5 100644 --- a/using/mac.po +++ b/using/mac.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Using Python on macOS" msgstr "" diff --git a/using/unix.po b/using/unix.po index 6e91cc3..1561215 100644 --- a/using/unix.po +++ b/using/unix.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Using Python on Unix platforms" msgstr "" @@ -249,10 +249,8 @@ msgid "" "for developing Python extensions and embedding the interpreter." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Miscellaneous" -msgstr "Miscellaneous" +msgstr "" msgid "" "To easily use Python scripts on Unix, you need to make them executable, e.g. " diff --git a/using/windows.po b/using/windows.po index 6686287..dafdba4 100644 --- a/using/windows.po +++ b/using/windows.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "Using Python on Windows" msgstr "" @@ -86,10 +86,8 @@ msgstr "" msgid "Python install manager" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Installation" -msgstr "Installation" +msgstr "" msgid "" "The Python install manager can be installed from the `Microsoft Store app`_ " @@ -484,10 +482,8 @@ msgid "" "with ``--purge`` before uninstalling the Python install manager." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Configuration" -msgstr "Configuration" +msgstr "" msgid "" "Python install manager is configured with a hierarchy of configuration " @@ -529,10 +525,8 @@ msgstr "" msgid "Environment Variable" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Description" -msgstr "Description" +msgstr "" # pydocvi: passthrough=noop #, fuzzy @@ -1302,10 +1296,8 @@ msgstr "" " }\n" "}" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Troubleshooting" -msgstr "Troubleshooting" +msgstr "" msgid "" "If your Python install manager does not seem to be working correctly, please " @@ -1315,10 +1307,8 @@ msgid "" "by default)." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Symptom" -msgstr "Symptom" +msgstr "" msgid "Things to try" msgstr "" @@ -1984,10 +1974,8 @@ msgstr "" msgid "Win32 API calls" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Registry" -msgstr "Registry" +msgstr "" msgid "Event log" msgstr "" @@ -2164,10 +2152,8 @@ msgid "" "passed into the installer:" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Name" -msgstr "Name" +msgstr "" msgid "/passive" msgstr "" @@ -2211,15 +2197,11 @@ msgid "" "list of available options is shown below." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Default" -msgstr "Default" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "InstallAllUsers" -msgstr "InstallAllUsers" +msgstr "" msgid "Perform a system-wide installation." msgstr "" @@ -2229,10 +2211,8 @@ msgstr "" msgid "0" msgstr "0" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "TargetDir" -msgstr "TargetDir" +msgstr "" msgid "The installation directory" msgstr "" @@ -2240,10 +2220,8 @@ msgstr "" msgid "Selected based on InstallAllUsers" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "DefaultAllUsersTargetDir" -msgstr "DefaultAllUsersTargetDir" +msgstr "" msgid "The default installation directory for all-user installs" msgstr "" @@ -2253,10 +2231,8 @@ msgid "" "\\ Python X.Y`" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "DefaultJustForMeTargetDir" -msgstr "DefaultJustForMeTargetDir" +msgstr "" msgid "The default install directory for just-for-me installs" msgstr "" @@ -2267,10 +2243,8 @@ msgid "" "`%LocalAppData%\\\\\\ Programs\\\\Python\\\\\\ PythonXY-64`" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "DefaultCustomTargetDir" -msgstr "DefaultCustomTargetDir" +msgstr "" msgid "The default custom install directory displayed in the UI" msgstr "" @@ -2278,10 +2252,8 @@ msgstr "" msgid "(empty)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "AssociateFiles" -msgstr "AssociateFiles" +msgstr "" msgid "Create file associations if the launcher is also installed." msgstr "" @@ -2291,38 +2263,30 @@ msgstr "" msgid "1" msgstr "1" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "CompileAll" -msgstr "CompileAll" +msgstr "" msgid "Compile all ``.py`` files to ``.pyc``." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "PrependPath" -msgstr "PrependPath" +msgstr "" msgid "" "Prepend install and Scripts directories to :envvar:`PATH` and add ``.PY`` " "to :envvar:`PATHEXT`" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "AppendPath" -msgstr "AppendPath" +msgstr "" msgid "" "Append install and Scripts directories to :envvar:`PATH` and add ``.PY`` " "to :envvar:`PATHEXT`" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Shortcuts" -msgstr "Shortcuts" +msgstr "" msgid "" "Create shortcuts for the interpreter, documentation and IDLE if installed." @@ -2372,10 +2336,8 @@ msgstr "Include_launcher" msgid "Install :ref:`launcher`." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "InstallLauncherAllUsers" -msgstr "InstallLauncherAllUsers" +msgstr "" msgid "" "Installs the launcher for all users. Also requires ``Include_launcher`` to " @@ -2432,26 +2394,20 @@ msgstr "Include_tools" msgid "Install utility scripts" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "LauncherOnly" -msgstr "LauncherOnly" +msgstr "" msgid "Only installs the launcher. This will override most other options." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "SimpleInstall" -msgstr "SimpleInstall" +msgstr "" msgid "Disable most install UI" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "SimpleInstallDescription" -msgstr "SimpleInstallDescription" +msgstr "" msgid "A custom message to display when the simplified install UI is used." msgstr "" @@ -2941,10 +2897,8 @@ msgstr "#! /usr/bin/python -v" msgid "Then Python will be started with the ``-v`` option" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Customization" -msgstr "Customization" +msgstr "" msgid "Customization via INI files" msgstr "" @@ -3084,10 +3038,8 @@ msgstr "" "python=3\n" "python3=3.7" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Diagnostics" -msgstr "Diagnostics" +msgstr "" msgid "" "If an environment variable :envvar:`!PYLAUNCHER_DEBUG` is set (to any " @@ -3144,10 +3096,8 @@ msgid "" "Entries are listed in alphabetical order of names." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Value" -msgstr "Value" +msgstr "" # pydocvi: passthrough=version_marker #, fuzzy diff --git a/whatsnew/2.0.po b/whatsnew/2.0.po index 8a9f91e..47d399b 100644 --- a/whatsnew/2.0.po +++ b/whatsnew/2.0.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,23 +17,19 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "What's New in Python 2.0" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Author" -msgstr "Author" +msgstr "" msgid "A.M. Kuchling and Moshe Zadka" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Introduction" -msgstr "Introduction" +msgstr "" msgid "" "A new release of Python, version 2.0, was released on October 16, 2000. This " @@ -174,10 +170,8 @@ msgid "" "225, \"Elementwise/Objectwise Operators\"." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Unicode" -msgstr "Unicode" +msgstr "" msgid "" "The largest new feature in Python 2.0 is a new fundamental data type: " @@ -1676,10 +1670,8 @@ msgid "" "uses these modules." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Acknowledgements" -msgstr "Acknowledgements" +msgstr "" msgid "" "The authors would like to thank the following people for offering " diff --git a/whatsnew/2.1.po b/whatsnew/2.1.po index 932e00a..1bb7acb 100644 --- a/whatsnew/2.1.po +++ b/whatsnew/2.1.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,23 +17,19 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "What's New in Python 2.1" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Author" -msgstr "Author" +msgstr "" msgid "A.M. Kuchling" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Introduction" -msgstr "Introduction" +msgstr "" msgid "" "This article explains the new features in Python 2.1. While there aren't as " @@ -261,10 +257,8 @@ msgid "" "are:" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Operation" -msgstr "Operation" +msgstr "" msgid "Method name" msgstr "" @@ -1145,10 +1139,8 @@ msgid "" "for the full details if you want them." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Acknowledgements" -msgstr "Acknowledgements" +msgstr "" msgid "" "The author would like to thank the following people for offering suggestions " diff --git a/whatsnew/2.2.po b/whatsnew/2.2.po index 4590331..7a996a3 100644 --- a/whatsnew/2.2.po +++ b/whatsnew/2.2.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,23 +17,19 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "What's New in Python 2.2" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Author" -msgstr "Author" +msgstr "" msgid "A.M. Kuchling" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Introduction" -msgstr "Introduction" +msgstr "" msgid "" "This article explains the new features in Python 2.2.2, released on October " @@ -227,10 +223,8 @@ msgid "" "file, something which is possible with our new :class:`!LockableFile`." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Descriptors" -msgstr "Descriptors" +msgstr "" msgid "" "In previous versions of Python, there was no consistent way to discover what " @@ -1868,10 +1862,8 @@ msgid "" "``pow(2.0, 8.0, 7.0)`` will now raise a :exc:`TypeError` exception." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Acknowledgements" -msgstr "Acknowledgements" +msgstr "" msgid "" "The author would like to thank the following people for offering " diff --git a/whatsnew/2.3.po b/whatsnew/2.3.po index 7e3d088..dcbed6b 100644 --- a/whatsnew/2.3.po +++ b/whatsnew/2.3.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-23 15:47+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,15 +20,13 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "What's New in Python 2.3" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Author" -msgstr "Author" +msgstr "" msgid "A.M. Kuchling" msgstr "" @@ -1827,10 +1825,8 @@ msgid "" "dictionary of interned strings. (Implemented by Oren Tirosh.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Optimizations" -msgstr "Optimizations" +msgstr "" msgid "" "The creation of new-style class instances has been made much faster; they're " @@ -3201,10 +3197,8 @@ msgid "" "contain the module and a ``'.'`` in front of the type name." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Acknowledgements" -msgstr "Acknowledgements" +msgstr "" msgid "" "The author would like to thank the following people for offering " diff --git a/whatsnew/2.4.po b/whatsnew/2.4.po index 2ff6d68..cbb0f9b 100644 --- a/whatsnew/2.4.po +++ b/whatsnew/2.4.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-23 15:47+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,15 +20,13 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "What's New in Python 2.4" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Author" -msgstr "Author" +msgstr "" msgid "A.M. Kuchling" msgstr "" @@ -1522,10 +1520,8 @@ msgid "" "``None`` is now a syntax error. (Contributed by Raymond Hettinger.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Optimizations" -msgstr "Optimizations" +msgstr "" msgid "" "The inner loops for list and tuple slicing were optimized and now run about " @@ -2122,10 +2118,8 @@ msgid "" "removed." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "cookielib" -msgstr "cookielib" +msgstr "" msgid "" "The :mod:`cookielib ` library supports client-side handling " @@ -2152,10 +2146,8 @@ msgstr "" msgid "This module was contributed by John J. Lee." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "doctest" -msgstr "doctest" +msgstr "" msgid "" "The :mod:`doctest` module underwent considerable refactoring thanks to " @@ -2490,10 +2482,8 @@ msgid "" "`SIGKILL` signal." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Acknowledgements" -msgstr "Acknowledgements" +msgstr "" msgid "" "The author would like to thank the following people for offering " diff --git a/whatsnew/2.5.po b/whatsnew/2.5.po index 07c588e..494acb2 100644 --- a/whatsnew/2.5.po +++ b/whatsnew/2.5.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,15 +20,13 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "What's New in Python 2.5" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Author" -msgstr "Author" +msgstr "" msgid "A.M. Kuchling" msgstr "" @@ -1759,10 +1757,8 @@ msgid "" "<-?>` option for displaying a help message. (Implemented by Georg Brandl.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Optimizations" -msgstr "Optimizations" +msgstr "" msgid "" "Several of the optimizations were developed at the NeedForSpeed sprint, an " @@ -2721,15 +2717,11 @@ msgid "" "and list-like operations are used to access child nodes." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Operation" -msgstr "Operation" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Result" -msgstr "Result" +msgstr "" # pydocvi: passthrough=noop #, fuzzy @@ -3487,10 +3479,8 @@ msgid "" "corresponding family's ``*_Free`` function." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Acknowledgements" -msgstr "Acknowledgements" +msgstr "" msgid "" "The author would like to thank the following people for offering " diff --git a/whatsnew/2.6.po b/whatsnew/2.6.po index 0acf1ba..59994e5 100644 --- a/whatsnew/2.6.po +++ b/whatsnew/2.6.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,15 +20,13 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "What's New in Python 2.6" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Author" -msgstr "Author" +msgstr "" msgid "A.M. Kuchling (amk at amk.ca)" msgstr "" @@ -1178,10 +1176,8 @@ msgstr "" msgid "Character" msgstr "Ký tự" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Effect" -msgstr "Effect" +msgstr "" msgid "< (default)" msgstr "" @@ -1202,10 +1198,8 @@ msgstr "" msgid "^" msgstr "^" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Center" -msgstr "Center" +msgstr "" # pydocvi: passthrough=noop #, fuzzy @@ -2612,10 +2606,8 @@ msgid "" "keyword:`!class` statement that aren't attributes of the class.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Optimizations" -msgstr "Optimizations" +msgstr "" msgid "" "The :mod:`warnings` module has been rewritten in C. This makes it possible " @@ -4807,10 +4799,8 @@ msgid "" "using :c:func:`!PySys_SetArgvEx` with *updatepath* set to false." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Acknowledgements" -msgstr "Acknowledgements" +msgstr "" msgid "" "The author would like to thank the following people for offering " diff --git a/whatsnew/2.7.po b/whatsnew/2.7.po index 3d6e738..82bfbd0 100644 --- a/whatsnew/2.7.po +++ b/whatsnew/2.7.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,15 +17,13 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "What's New in Python 2.7" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Author" -msgstr "Author" +msgstr "" msgid "A.M. Kuchling (amk at amk.ca)" msgstr "" @@ -1355,10 +1353,8 @@ msgstr "" msgid "export PYTHONWARNINGS=all,error:::Cookie:0" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Optimizations" -msgstr "Optimizations" +msgstr "" msgid "Several performance enhancements have been added:" msgstr "" @@ -3170,10 +3166,8 @@ msgid "" "Frehtes Taifersar Arahesis; :issue:`6094`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Capsules" -msgstr "Capsules" +msgstr "" msgid "" "Python 3.1 adds a new C datatype, :c:type:`PyCapsule`, for providing a C API " @@ -3757,10 +3751,8 @@ msgstr "" msgid "It has been replaced by the new ``make regen-all`` target." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Acknowledgements" -msgstr "Acknowledgements" +msgstr "" msgid "" "The author would like to thank the following people for offering " diff --git a/whatsnew/3.0.po b/whatsnew/3.0.po index ac2918e..c48b1d6 100644 --- a/whatsnew/3.0.po +++ b/whatsnew/3.0.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,15 +17,13 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "What's New In Python 3.0" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Author" -msgstr "Author" +msgstr "" msgid "Guido van Rossum" msgstr "" @@ -202,10 +200,8 @@ msgid "" "equivalent for ``cmp(a, b)``.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Integers" -msgstr "Integers" +msgstr "" msgid "" ":pep:`237`: Essentially, :class:`!long` renamed to :class:`int`. That is, " @@ -709,70 +705,48 @@ msgstr "" msgid "_winreg" msgstr "_winreg" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "winreg" -msgstr "winreg" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "ConfigParser" -msgstr "ConfigParser" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "configparser" -msgstr "configparser" +msgstr "" # pydocvi: passthrough=version_marker #, fuzzy msgid "copy_reg" msgstr "copy_reg" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "copyreg" -msgstr "copyreg" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Queue" -msgstr "Queue" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "queue" -msgstr "queue" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "SocketServer" -msgstr "SocketServer" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "socketserver" -msgstr "socketserver" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "markupbase" -msgstr "markupbase" +msgstr "" # pydocvi: passthrough=version_marker #, fuzzy msgid "_markupbase" msgstr "_markupbase" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "repr" -msgstr "repr" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "reprlib" -msgstr "reprlib" +msgstr "" # pydocvi: passthrough=version_marker #, fuzzy @@ -1062,10 +1036,8 @@ msgstr "" msgid ":meth:`!__nonzero__` is now :meth:`~object.__bool__`." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Builtins" -msgstr "Builtins" +msgstr "" msgid "" ":pep:`3135`: New :func:`super`. You can now invoke :func:`super` without " @@ -1185,10 +1157,8 @@ msgid "" "API." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Performance" -msgstr "Performance" +msgstr "" msgid "" "The net result of the 3.0 generalizations is that Python 3.0 runs the " diff --git a/whatsnew/3.1.po b/whatsnew/3.1.po index 3a337d4..ce05941 100644 --- a/whatsnew/3.1.po +++ b/whatsnew/3.1.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-17 14:50+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,15 +17,13 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "What's New In Python 3.1" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Author" -msgstr "Author" +msgstr "" msgid "Raymond Hettinger" msgstr "" @@ -687,10 +685,8 @@ msgstr "" msgid "(Contributed by Brett Cannon.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Optimizations" -msgstr "Optimizations" +msgstr "" msgid "Major performance enhancements have been added:" msgstr "" @@ -757,10 +753,8 @@ msgstr "" msgid "(Contributed by Jake McGuire and Antoine Pitrou; :issue:`5084`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "IDLE" -msgstr "IDLE" +msgstr "" msgid "" "IDLE's format menu now provides an option to strip trailing whitespace from " diff --git a/whatsnew/3.10.po b/whatsnew/3.10.po index 34cae12..0670017 100644 --- a/whatsnew/3.10.po +++ b/whatsnew/3.10.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,15 +20,13 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "What's New In Python 3.10" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Editor" -msgstr "Editor" +msgstr "" msgid "Pablo Galindo Salgado" msgstr "" @@ -202,10 +200,8 @@ msgstr "" msgid "Better error messages" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "SyntaxErrors" -msgstr "SyntaxErrors" +msgstr "" msgid "" "When parsing code that contains unclosed parentheses or brackets the " @@ -528,10 +524,8 @@ msgstr "" msgid "(Contributed by Pablo Galindo in :issue:`41064`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "IndentationErrors" -msgstr "IndentationErrors" +msgstr "" msgid "" "Many :exc:`IndentationError` exceptions now have more context regarding what " @@ -558,10 +552,8 @@ msgstr "" " ^\n" "IndentationError: expected an indented block after 'if' statement in line 2" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "AttributeErrors" -msgstr "AttributeErrors" +msgstr "" msgid "" "When printing :exc:`AttributeError`, :c:func:`!PyErr_Display` will offer " @@ -593,10 +585,8 @@ msgid "" "used. This is a common scenario in some REPLs like IPython." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "NameErrors" -msgstr "NameErrors" +msgstr "" msgid "" "When printing :exc:`NameError` raised by the interpreter, :c:func:`!" @@ -1021,10 +1011,8 @@ msgid "" "('error', code, 800)." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Guard" -msgstr "Guard" +msgstr "" msgid "" "We can add an ``if`` clause to a pattern, known as a \"guard\". If the guard" @@ -1439,28 +1427,22 @@ msgstr "" msgid "New Modules" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "None." -msgstr "None." +msgstr "" msgid "Improved Modules" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "asyncio" -msgstr "asyncio" +msgstr "" msgid "" "Add missing :meth:`~asyncio.loop.connect_accepted_socket` method. " "(Contributed by Alex Grönholm in :issue:`41332`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "argparse" -msgstr "argparse" +msgstr "" msgid "" "Misleading phrase \"optional arguments\" was replaced with \"options\" in " @@ -1468,10 +1450,8 @@ msgid "" "output match. (Contributed by Raymond Hettinger in :issue:`9694`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "array" -msgstr "array" +msgstr "" msgid "" "The :meth:`~array.array.index` method of :class:`array.array` now has " @@ -1498,30 +1478,24 @@ msgid "" "the Base32 Encoding with Extended Hex Alphabet." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "bdb" -msgstr "bdb" +msgstr "" msgid "" "Add :meth:`!clearBreakpoints` to reset all set breakpoints. (Contributed by " "Irit Katriel in :issue:`24160`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "bisect" -msgstr "bisect" +msgstr "" msgid "" "Added the possibility of providing a *key* function to the APIs in the :mod:" "`bisect` module. (Contributed by Raymond Hettinger in :issue:`4356`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "codecs" -msgstr "codecs" +msgstr "" msgid "" "Add a :func:`codecs.unregister` function to unregister a codec search " @@ -1548,10 +1522,8 @@ msgid "" "`42195`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "contextlib" -msgstr "contextlib" +msgstr "" msgid "" "Add a :func:`contextlib.aclosing` context manager to safely close async " @@ -1569,10 +1541,8 @@ msgid "" "async context managers as decorators." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "curses" -msgstr "curses" +msgstr "" msgid "" "The extended color functions added in ncurses 6.1 will be used transparently " @@ -1589,10 +1559,8 @@ msgid "" "Spytz in :issue:`39273`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "dataclasses" -msgstr "dataclasses" +msgstr "" # pydocvi: passthrough=version_marker #, fuzzy @@ -1698,10 +1666,8 @@ msgid "" "not. (Contributed by Eric V. Smith in :issue:`43532`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "distutils" -msgstr "distutils" +msgstr "" msgid "" "The entire ``distutils`` package is deprecated, to be removed in Python " @@ -1721,30 +1687,24 @@ msgid "" "Windows. (Contributed by Victor Stinner in :issue:`42802`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "doctest" -msgstr "doctest" +msgstr "" msgid "" "When a module does not define ``__loader__``, fall back to ``__spec__." "loader``. (Contributed by Brett Cannon in :issue:`42133`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "encodings" -msgstr "encodings" +msgstr "" msgid "" ":func:`encodings.normalize_encoding` now ignores non-ASCII characters. " "(Contributed by Hai Shi in :issue:`39337`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "enum" -msgstr "enum" +msgstr "" msgid "" ":class:`~enum.Enum` :func:`~object.__repr__` now returns ``enum_name." @@ -1758,10 +1718,8 @@ msgid "" "(Contributed by Ethan Furman in :issue:`41816`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "fileinput" -msgstr "fileinput" +msgstr "" msgid "" "Add *encoding* and *errors* parameters in :func:`fileinput.input` and :class:" @@ -1774,10 +1732,8 @@ msgid "" "(Contributed by Inada Naoki in :issue:`5758`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "faulthandler" -msgstr "faulthandler" +msgstr "" msgid "" "The :mod:`faulthandler` module now detects if a fatal error occurs during a " @@ -1785,20 +1741,16 @@ msgid "" "`44466`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "gc" -msgstr "gc" +msgstr "" msgid "" "Add audit hooks for :func:`gc.get_objects`, :func:`gc.get_referrers` and :" "func:`gc.get_referents`. (Contributed by Pablo Galindo in :issue:`43439`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "glob" -msgstr "glob" +msgstr "" msgid "" "Add the *root_dir* and *dir_fd* parameters in :func:`~glob.glob` and :func:" @@ -1806,10 +1758,8 @@ msgid "" "(Contributed by Serhiy Storchaka in :issue:`38144`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "hashlib" -msgstr "hashlib" +msgstr "" msgid "" "The hashlib module requires OpenSSL 1.1.1 or newer. (Contributed by " @@ -1827,10 +1777,8 @@ msgid "" "with OpenSSL support. (Contributed by Christian Heimes in :issue:`43880`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "hmac" -msgstr "hmac" +msgstr "" msgid "" "The hmac module now uses OpenSSL's HMAC implementation internally. " @@ -1920,10 +1868,8 @@ msgid "" "their :ref:`importlib.metadata.Distribution `." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "inspect" -msgstr "inspect" +msgstr "" msgid "" "Add :func:`inspect.get_annotations`, which safely computes the annotations " @@ -1942,25 +1888,19 @@ msgid "" "`43817`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "itertools" -msgstr "itertools" +msgstr "" msgid "" "Add :func:`itertools.pairwise`. (Contributed by Raymond Hettinger in :issue:" "`38200`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "linecache" -msgstr "linecache" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "os" -msgstr "os" +msgstr "" msgid "" "Add :func:`os.cpu_count` support for VxWorks RTOS. (Contributed by Peixing " @@ -1997,10 +1937,8 @@ msgid "" "symlink loop is encountered. (Contributed by Barney Gale in :issue:`43757`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "pathlib" -msgstr "pathlib" +msgstr "" msgid "" "Add slice support to :attr:`PurePath.parents `. " @@ -2026,10 +1964,8 @@ msgid "" "`39906`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "platform" -msgstr "platform" +msgstr "" msgid "" "Add :func:`platform.freedesktop_os_release` to retrieve operation system " @@ -2038,10 +1974,8 @@ msgid "" "Christian Heimes in :issue:`28468`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "pprint" -msgstr "pprint" +msgstr "" msgid "" ":func:`pprint.pprint` now accepts a new ``underscore_numbers`` keyword " @@ -2063,10 +1997,8 @@ msgid "" "(Contributed by Gregory Schevchenko in :issue:`38731`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "pyclbr" -msgstr "pyclbr" +msgstr "" msgid "" "Add an ``end_lineno`` attribute to the ``Function`` and ``Class`` objects in " @@ -2075,10 +2007,8 @@ msgid "" "Aviral Srivastava in :issue:`38307`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "shelve" -msgstr "shelve" +msgstr "" msgid "" "The :mod:`shelve` module now uses :const:`pickle.DEFAULT_PROTOCOL` by " @@ -2086,10 +2016,8 @@ msgid "" "(Contributed by Zackery Spytz in :issue:`34204`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "statistics" -msgstr "statistics" +msgstr "" msgid "" "Add :func:`~statistics.covariance`, Pearson's :func:`~statistics." @@ -2097,15 +2025,11 @@ msgid "" "(Contributed by Tymoteusz Wołodźko in :issue:`38490`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "site" -msgstr "site" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "socket" -msgstr "socket" +msgstr "" msgid "" "The exception :exc:`socket.timeout` is now an alias of :exc:`TimeoutError`. " @@ -2122,10 +2046,8 @@ msgid "" "fields (Contributed by Georg Sauthoff in :issue:`44077`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "ssl" -msgstr "ssl" +msgstr "" msgid "" "The ssl module requires OpenSSL 1.1.1 or newer. (Contributed by Christian " @@ -2215,10 +2137,8 @@ msgid "" "Antoine Pitrou in :issue:`43356`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "threading" -msgstr "threading" +msgstr "" msgid "" "Add :func:`threading.gettrace` and :func:`threading.getprofile` to retrieve " @@ -2232,10 +2152,8 @@ msgid "" "value. (Contributed by Mario Corchero in :issue:`42308`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "traceback" -msgstr "traceback" +msgstr "" msgid "" "The :func:`~traceback.format_exception`, :func:`~traceback." @@ -2244,10 +2162,8 @@ msgid "" "Zackery Spytz and Matthias Bussonnier in :issue:`26389`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "types" -msgstr "types" +msgstr "" msgid "" "Reintroduce the :data:`types.EllipsisType`, :data:`types.NoneType` and :data:" @@ -2256,10 +2172,8 @@ msgid "" "`41810`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "typing" -msgstr "typing" +msgstr "" msgid "For major changes, see :ref:`new-feat-related-type-hints`." msgstr "" @@ -2333,10 +2247,8 @@ msgid "" "instead. (Contributed by Sebastian Rittau in :issue:`38291`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "unittest" -msgstr "unittest" +msgstr "" msgid "" "Add new method :meth:`~unittest.TestCase.assertNoLogs` to complement the " @@ -2370,10 +2282,8 @@ msgid "" "variable ``urllib.parse._UNSAFE_URL_BYTES_TO_REMOVE``. (See :gh:`88048`)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "xml" -msgstr "xml" +msgstr "" msgid "" "Add a :class:`~xml.sax.handler.LexicalHandler` class to the :mod:`xml.sax." @@ -2381,10 +2291,8 @@ msgid "" "issue:`35018`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "zipimport" -msgstr "zipimport" +msgstr "" msgid "" "Add methods related to :pep:`451`: :meth:`~zipimport.zipimporter." @@ -2398,10 +2306,8 @@ msgid "" "Desmond Cheong in :issue:`14678`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Optimizations" -msgstr "Optimizations" +msgstr "" msgid "" "Constructors :func:`str`, :func:`bytes` and :func:`bytearray` are now faster " @@ -2483,10 +2389,8 @@ msgid "" "Naoki in :issue:`43785`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Deprecated" -msgstr "Deprecated" +msgstr "" msgid "" "Currently Python accepts numeric literals immediately followed by keywords, " @@ -2737,10 +2641,8 @@ msgid "" "Rittau in :issue:`38291`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Removed" -msgstr "Removed" +msgstr "" msgid "" "Removed special methods ``__int__``, ``__float__``, ``__floordiv__``, " @@ -3561,10 +3463,8 @@ msgstr "" msgid "Notable changes in 3.10.12" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "tarfile" -msgstr "tarfile" +msgstr "" msgid "" "The extraction methods in :mod:`tarfile`, and :func:`shutil.unpack_archive`, " diff --git a/whatsnew/3.11.po b/whatsnew/3.11.po index 0092ca7..7ce6096 100644 --- a/whatsnew/3.11.po +++ b/whatsnew/3.11.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,15 +20,13 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "What's New In Python 3.11" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Editor" -msgstr "Editor" +msgstr "" msgid "Pablo Galindo Salgado" msgstr "" @@ -757,10 +755,8 @@ msgstr "" msgid "Improved Modules" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "asyncio" -msgstr "asyncio" +msgstr "" msgid "" "Added the :class:`~asyncio.TaskGroup` class, an :ref:`asynchronous context " @@ -814,10 +810,8 @@ msgid "" "use, notably by :class:`~asyncio.TaskGroup`." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "contextlib" -msgstr "contextlib" +msgstr "" msgid "" "Added non parallel-safe :func:`~contextlib.chdir` context manager to change " @@ -825,10 +819,8 @@ msgid "" "around :func:`~os.chdir`. (Contributed by Filipe Laíns in :issue:`25625`)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "dataclasses" -msgstr "dataclasses" +msgstr "" msgid "" "Change field default mutability check, allowing only defaults which are :" @@ -837,10 +829,8 @@ msgid "" "issue:`44674`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "datetime" -msgstr "datetime" +msgstr "" msgid "" "Add :const:`datetime.UTC`, a convenience alias for :attr:`datetime.timezone." @@ -854,10 +844,8 @@ msgid "" "minutes). (Contributed by Paul Ganssle in :gh:`80010`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "enum" -msgstr "enum" +msgstr "" msgid "" "Renamed :class:`!EnumMeta` to :class:`~enum.EnumType` (:class:`!EnumMeta` " @@ -933,10 +921,8 @@ msgid "" "aliases; inverted flags are coerced to their positive equivalent." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "fcntl" -msgstr "fcntl" +msgstr "" msgid "" "On FreeBSD, the :data:`!F_DUP2FD` and :data:`!F_DUP2FD_CLOEXEC` flags " @@ -944,10 +930,8 @@ msgid "" "latter set the ``FD_CLOEXEC`` flag in addition." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "fractions" -msgstr "fractions" +msgstr "" msgid "" "Support :PEP:`515`-style initialization of :class:`~fractions.Fraction` from " @@ -960,10 +944,8 @@ msgid "" "(Contributed by Mark Dickinson in :issue:`44547`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "functools" -msgstr "functools" +msgstr "" msgid "" ":func:`functools.singledispatch` now supports :class:`types.UnionType` and :" @@ -1020,10 +1002,8 @@ msgstr "" msgid "(Contributed by Yurii Karabas in :issue:`46014`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "gzip" -msgstr "gzip" +msgstr "" msgid "" "The :func:`gzip.compress` function is now faster when used with the " @@ -1036,10 +1016,8 @@ msgid "" "was linked against. (See :gh:`112346` for details on the side effect.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "hashlib" -msgstr "hashlib" +msgstr "" msgid "" ":func:`hashlib.blake2b` and :func:`hashlib.blake2s` now prefer `libb2`_ over " @@ -1072,10 +1050,8 @@ msgid "" "Terry Jan Reedy in :gh:`95191`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "inspect" -msgstr "inspect" +msgstr "" msgid "" "Add :func:`~inspect.getmembers_static` to return all members without " @@ -1125,10 +1101,8 @@ msgstr ":func:`inspect.trace`" msgid "(Contributed by Pablo Galindo in :gh:`88116`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "locale" -msgstr "locale" +msgstr "" msgid "" "Add :func:`locale.getencoding` to get the current locale encoding. It is " @@ -1136,10 +1110,8 @@ msgid "" "`Python UTF-8 Mode `." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "logging" -msgstr "logging" +msgstr "" msgid "" "Added :func:`~logging.getLevelNamesMapping` to return a mapping from logging " @@ -1156,10 +1128,8 @@ msgid "" "there is no active socket. (Contributed by Kirill Pinchuk in :gh:`88457`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "math" -msgstr "math" +msgstr "" msgid "" "Add :func:`math.exp2`: return 2 raised to the power of x. (Contributed by " @@ -1184,10 +1154,8 @@ msgid "" "Stinner in :issue:`46917`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "operator" -msgstr "operator" +msgstr "" msgid "" "A new function ``operator.call`` has been added, such that ``operator." @@ -1195,10 +1163,8 @@ msgid "" "Lee in :issue:`44019`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "os" -msgstr "os" +msgstr "" msgid "" "On Windows, :func:`os.urandom` now uses ``BCryptGenRandom()``, instead of " @@ -1206,10 +1172,8 @@ msgid "" "issue:`44611`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "pathlib" -msgstr "pathlib" +msgstr "" msgid "" ":meth:`~pathlib.Path.glob` and :meth:`~pathlib.Path.rglob` return only " @@ -1218,10 +1182,8 @@ msgid "" "`22276` and :issue:`33392`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "re" -msgstr "re" +msgstr "" msgid "" "Atomic grouping (``(?>...)``) and possessive quantifiers (``*+``, ``++``, ``?" @@ -1229,20 +1191,16 @@ msgid "" "Jeffrey C. Jacobs and Serhiy Storchaka in :issue:`433030`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "shutil" -msgstr "shutil" +msgstr "" msgid "" "Add optional parameter *dir_fd* in :func:`shutil.rmtree`. (Contributed by " "Serhiy Storchaka in :issue:`46245`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "socket" -msgstr "socket" +msgstr "" msgid "" "Add CAN Socket support for NetBSD. (Contributed by Thomas Klausner in :issue:" @@ -1357,10 +1315,8 @@ msgid "" "Stinner in :gh:`57684`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "sysconfig" -msgstr "sysconfig" +msgstr "" msgid "" "Three new :ref:`installation schemes ` (*posix_venv*, " @@ -1375,10 +1331,8 @@ msgid "" "(Contributed by Miro Hrončok in :issue:`45413`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "tempfile" -msgstr "tempfile" +msgstr "" msgid "" ":class:`~tempfile.SpooledTemporaryFile` objects now fully implement the " @@ -1388,10 +1342,8 @@ msgid "" "`70363`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "threading" -msgstr "threading" +msgstr "" msgid "" "On Unix, if the ``sem_clockwait()`` function is available in the C library " @@ -1402,10 +1354,8 @@ msgid "" "`41710`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "time" -msgstr "time" +msgstr "" msgid "" "On Unix, :func:`time.sleep` now uses the ``clock_nanosleep()`` or " @@ -1425,10 +1375,8 @@ msgid "" "`45429`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "tkinter" -msgstr "tkinter" +msgstr "" msgid "" "Added method ``info_patchlevel()`` which returns the exact version of the " @@ -1436,10 +1384,8 @@ msgid "" "(Contributed by Serhiy Storchaka in :gh:`91827`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "traceback" -msgstr "traceback" +msgstr "" msgid "" "Add :func:`traceback.StackSummary.format_frame_summary` to allow users to " @@ -1453,10 +1399,8 @@ msgid "" "Katriel in :issue:`33809`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "typing" -msgstr "typing" +msgstr "" msgid "For major changes, see :ref:`new-feat-related-type-hints-311`." msgstr "" @@ -1550,20 +1494,16 @@ msgid "" "checked. (Contributed by Nikita Sobolev in :gh:`90729`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "unicodedata" -msgstr "unicodedata" +msgstr "" msgid "" "The Unicode database has been updated to version 14.0.0. (Contributed by " "Benjamin Peterson in :issue:`45190`)." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "unittest" -msgstr "unittest" +msgstr "" msgid "" "Added methods :meth:`~unittest.TestCase.enterContext` and :meth:`~unittest." @@ -1573,10 +1513,8 @@ msgid "" "enterModuleContext`. (Contributed by Serhiy Storchaka in :issue:`45046`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "venv" -msgstr "venv" +msgstr "" msgid "" "When new Python virtual environments are created, the *venv* :ref:`sysconfig " @@ -1589,10 +1527,8 @@ msgid "" "`45413`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "warnings" -msgstr "warnings" +msgstr "" msgid "" ":func:`warnings.catch_warnings` now accepts arguments for :func:`warnings." @@ -1601,10 +1537,8 @@ msgid "" "`47074`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "zipfile" -msgstr "zipfile" +msgstr "" msgid "" "Added support for specifying member name encoding for reading metadata in a :" @@ -1623,10 +1557,8 @@ msgid "" "Brito in :gh:`88261`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Optimizations" -msgstr "Optimizations" +msgstr "" msgid "" "This section covers specific optimizations independent of the :ref:" @@ -1844,20 +1776,14 @@ msgid "" "Bucher, with additional help from Irit Katriel and Dennis Sweeney.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Operation" -msgstr "Operation" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Form" -msgstr "Form" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Specialization" -msgstr "Specialization" +msgstr "" msgid "Operation speedup (up to)" msgstr "" @@ -1899,10 +1825,8 @@ msgstr "10%" msgid "Mark Shannon, Donghee Na, Brandt Bucher, Dennis Sweeney" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Subscript" -msgstr "Subscript" +msgstr "" # pydocvi: passthrough=noop #, fuzzy @@ -1941,10 +1865,8 @@ msgstr "" msgid "Dennis Sweeney" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Calls" -msgstr "Calls" +msgstr "" # pydocvi: passthrough=noop #, fuzzy @@ -2078,10 +2000,8 @@ msgid "" "`45947`." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Misc" -msgstr "Misc" +msgstr "" msgid "" "Objects now require less memory due to lazily created object namespaces. " @@ -2110,10 +2030,8 @@ msgid "" "Bucher in :gh:`91404`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "FAQ" -msgstr "FAQ" +msgstr "" msgid "How should I write my code to utilize these speedups?" msgstr "" @@ -2155,10 +2073,8 @@ msgstr "" msgid "No. We're still exploring other optimizations." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "About" -msgstr "About" +msgstr "" msgid "" "Faster CPython explores optimizations for :term:`CPython`. The main team is " @@ -2223,10 +2139,8 @@ msgstr "" msgid "New Opcode(s)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Notes" -msgstr "Notes" +msgstr "" # pydocvi: passthrough=noop #, fuzzy @@ -2420,10 +2334,8 @@ msgid "" "POP_BLOCK`, :opcode:`!SETUP_FINALLY` and :opcode:`!YIELD_FROM`." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Deprecated" -msgstr "Deprecated" +msgstr "" msgid "" "This section lists Python APIs that have been deprecated in Python 3.11." @@ -2463,10 +2375,8 @@ msgid "" "`44977`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Modules" -msgstr "Modules" +msgstr "" msgid "" ":pep:`594` led to the deprecations of the following modules slated for " @@ -3070,10 +2980,8 @@ msgstr ":meth:`.assertNotRegex`" msgid "3.5" msgstr "3.5" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Removed" -msgstr "Removed" +msgstr "" msgid "This section lists Python APIs that have been removed in Python 3.11." msgstr "" @@ -4406,10 +4314,8 @@ msgstr "" msgid "Notable changes in 3.11.4" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "tarfile" -msgstr "tarfile" +msgstr "" msgid "" "The extraction methods in :mod:`tarfile`, and :func:`shutil.unpack_archive`, " @@ -4424,10 +4330,8 @@ msgstr "" msgid "Notable changes in 3.11.5" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "OpenSSL" -msgstr "OpenSSL" +msgstr "" msgid "" "Windows builds and macOS installers from python.org now use OpenSSL 3.0." diff --git a/whatsnew/3.12.po b/whatsnew/3.12.po index 3c0a098..ae3d97a 100644 --- a/whatsnew/3.12.po +++ b/whatsnew/3.12.po @@ -13,7 +13,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -21,15 +21,13 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "What's New In Python 3.12" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Editor" -msgstr "Editor" +msgstr "" msgid "Adam Turner" msgstr "" @@ -790,28 +788,22 @@ msgstr "" msgid "New Modules" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "None." -msgstr "None." +msgstr "" msgid "Improved Modules" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "array" -msgstr "array" +msgstr "" msgid "" "The :class:`array.array` class now supports subscripting, making it a :term:" "`generic type`. (Contributed by Jelle Zijlstra in :gh:`98658`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "asyncio" -msgstr "asyncio" +msgstr "" msgid "" "The performance of writing to sockets in :mod:`asyncio` has been " @@ -861,10 +853,8 @@ msgid "" "yielding tasks. (Contributed by Kumar Aditya in :gh:`78530`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "calendar" -msgstr "calendar" +msgstr "" msgid "" "Add enums :data:`calendar.Month` and :data:`calendar.Day` defining months of " @@ -872,10 +862,8 @@ msgid "" "`103636`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "csv" -msgstr "csv" +msgstr "" msgid "" "Add :const:`csv.QUOTE_NOTNULL` and :const:`csv.QUOTE_STRINGS` flags to " @@ -883,10 +871,8 @@ msgid "" "reader` and :class:`~csv.writer` objects." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "dis" -msgstr "dis" +msgstr "" msgid "" "Pseudo instruction opcodes (which are used by the compiler but do not appear " @@ -901,10 +887,8 @@ msgid "" "exception handler. (Contributed by Irit Katriel in :gh:`94216`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "fractions" -msgstr "fractions" +msgstr "" msgid "" "Objects of type :class:`fractions.Fraction` now support float-style " @@ -926,10 +910,8 @@ msgid "" "(Contributed by Jason R. Coombs in :gh:`100598`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "inspect" -msgstr "inspect" +msgstr "" msgid "" "Add :func:`inspect.markcoroutinefunction` to mark sync functions that return " @@ -949,10 +931,8 @@ msgid "" "were in Python 3.11. (Contributed by Alex Waygood in :gh:`103193`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "itertools" -msgstr "itertools" +msgstr "" msgid "" "Add :func:`itertools.batched` for collecting into even-sized tuples where " @@ -960,10 +940,8 @@ msgid "" "Hettinger in :gh:`98363`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "math" -msgstr "math" +msgstr "" msgid "" "Add :func:`math.sumprod` for computing a sum of products. (Contributed by " @@ -976,10 +954,8 @@ msgid "" "Dickinson, and Raymond Hettinger in :gh:`94906`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "os" -msgstr "os" +msgstr "" msgid "" "Add :const:`os.PIDFD_NONBLOCK` to open a file descriptor for a process with :" @@ -1026,10 +1002,8 @@ msgid "" "tail)``. (Contributed by Barney Gale in :gh:`101000`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "pathlib" -msgstr "pathlib" +msgstr "" msgid "" "Add support for subclassing :class:`pathlib.PurePath` and :class:`pathlib." @@ -1063,10 +1037,8 @@ msgid "" "process." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "platform" -msgstr "platform" +msgstr "" msgid "" "Add support for detecting Windows 11 and Windows Server releases past 2012. " @@ -1075,10 +1047,8 @@ msgid "" "Dower in :gh:`89545`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "pdb" -msgstr "pdb" +msgstr "" msgid "" "Add convenience variables to hold values temporarily for debug session and " @@ -1086,10 +1056,8 @@ msgid "" "(Contributed by Tian Gao in :gh:`103693`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "random" -msgstr "random" +msgstr "" msgid "" "Add :func:`random.binomialvariate`. (Contributed by Raymond Hettinger in :gh:" @@ -1101,10 +1069,8 @@ msgid "" "by Raymond Hettinger in :gh:`100234`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "shutil" -msgstr "shutil" +msgstr "" msgid "" ":func:`shutil.make_archive` now passes the *root_dir* argument to custom " @@ -1168,10 +1134,8 @@ msgid "" "database connection. (Contributed by Erlend E. Aasland in :gh:`103489`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "statistics" -msgstr "statistics" +msgstr "" msgid "" "Extend :func:`statistics.correlation` to include as a ``ranked`` method for " @@ -1218,10 +1182,8 @@ msgid "" "prevents recursion from causing a virtual machine crash." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "tempfile" -msgstr "tempfile" +msgstr "" msgid "" "The :class:`tempfile.NamedTemporaryFile` function has a new optional " @@ -1233,10 +1195,8 @@ msgid "" "argument provided to the *dir* parameter is a relative path." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "threading" -msgstr "threading" +msgstr "" msgid "" "Add :func:`threading.settrace_all_threads` and :func:`threading." @@ -1245,10 +1205,8 @@ msgid "" "Galindo in :gh:`93503`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "tkinter" -msgstr "tkinter" +msgstr "" msgid "" "``tkinter.Canvas.coords()`` now flattens its arguments. It now accepts not " @@ -1259,10 +1217,8 @@ msgid "" "in :gh:`94473`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "tokenize" -msgstr "tokenize" +msgstr "" msgid "" "The :mod:`tokenize` module includes the changes introduced in :pep:`701`. " @@ -1271,10 +1227,8 @@ msgid "" "to the :mod:`tokenize` module." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "types" -msgstr "types" +msgstr "" msgid "" "Add :func:`types.get_original_bases` to allow for further introspection of :" @@ -1282,10 +1236,8 @@ msgid "" "Balfe and Alex Waygood in :gh:`101827`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "typing" -msgstr "typing" +msgstr "" msgid "" ":func:`isinstance` checks against :func:`runtime-checkable protocols `. (Contributed by Adam Chhina " "in :gh:`88597`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Optimizations" -msgstr "Optimizations" +msgstr "" msgid "" "Remove ``wstr`` and ``wstr_length`` members from Unicode objects. It reduces " @@ -1550,10 +1494,8 @@ msgid "" "demos>`_. (Contributed by Victor Stinner in :gh:`97669`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Deprecated" -msgstr "Deprecated" +msgstr "" msgid "" ":mod:`argparse`: The *type*, *choices*, and *metavar* parameters of :class:`!" @@ -3045,10 +2987,8 @@ msgid "" "_clear_internal_caches` instead." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Removed" -msgstr "Removed" +msgstr "" msgid "asynchat and asyncore" msgstr "" @@ -3059,10 +2999,8 @@ msgid "" "(Contributed by Nikita Sobolev in :gh:`96580`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "configparser" -msgstr "configparser" +msgstr "" msgid "" "Several names deprecated in the :mod:`configparser` way back in 3.2 have " @@ -3084,10 +3022,8 @@ msgid "" "meth:`~configparser.ConfigParser.read_file` instead." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "distutils" -msgstr "distutils" +msgstr "" msgid "" "Remove the :py:mod:`!distutils` package. It was deprecated in Python 3.10 " @@ -3097,10 +3033,8 @@ msgid "" "Victor Stinner in :gh:`92584`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "ensurepip" -msgstr "ensurepip" +msgstr "" msgid "" "Remove the bundled setuptools wheel from :mod:`ensurepip`, and stop " @@ -3126,30 +3060,24 @@ msgstr "" msgid "(Contributed by Pradyun Gedam in :gh:`95299`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "enum" -msgstr "enum" +msgstr "" msgid "" "Remove :mod:`enum`'s ``EnumMeta.__getattr__``, which is no longer needed for " "enum attribute access. (Contributed by Ethan Furman in :gh:`95083`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "ftplib" -msgstr "ftplib" +msgstr "" msgid "" "Remove :mod:`ftplib`'s ``FTP_TLS.ssl_version`` class attribute: use the " "*context* parameter instead. (Contributed by Victor Stinner in :gh:`94172`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "gzip" -msgstr "gzip" +msgstr "" msgid "" "Remove the ``filename`` attribute of :mod:`gzip`'s :class:`gzip.GzipFile`, " @@ -3159,10 +3087,8 @@ msgid "" "`94196`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "hashlib" -msgstr "hashlib" +msgstr "" msgid "" "Remove the pure Python implementation of :mod:`hashlib`'s :func:`hashlib." @@ -3172,10 +3098,8 @@ msgid "" "Stinner in :gh:`94199`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "importlib" -msgstr "importlib" +msgstr "" msgid "" "Many previously deprecated cleanups in :mod:`importlib` have now been " @@ -3203,10 +3127,8 @@ msgid "" "have been removed. (Contributed by Barry Warsaw in :gh:`98040`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "imp" -msgstr "imp" +msgstr "" msgid "" "The :mod:`!imp` module has been removed. (Contributed by Barry Warsaw in :" @@ -3393,10 +3315,8 @@ msgid "" "``C_BUILTIN``, ``PY_FROZEN``, ``PY_CODERESOURCE``, ``IMP_HOOK``." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "io" -msgstr "io" +msgstr "" msgid "" "Remove :mod:`io`'s ``io.OpenWrapper`` and ``_pyio.OpenWrapper``, deprecated " @@ -3406,10 +3326,8 @@ msgid "" "`94169`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "locale" -msgstr "locale" +msgstr "" msgid "" "Remove :mod:`locale`'s :func:`!locale.format` function, deprecated in Python " @@ -3417,10 +3335,8 @@ msgid "" "Stinner in :gh:`94226`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "smtpd" -msgstr "smtpd" +msgstr "" msgid "" "The ``smtpd`` module has been removed according to the schedule in :pep:" @@ -3459,10 +3375,8 @@ msgstr "" msgid "(Contributed by Erlend E. Aasland in :gh:`92548`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "ssl" -msgstr "ssl" +msgstr "" msgid "" "Remove :mod:`ssl`'s :func:`!ssl.RAND_pseudo_bytes` function, deprecated in " @@ -3666,10 +3580,8 @@ msgstr "" msgid "(Contributed by Serhiy Storchaka in :gh:`89325`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "webbrowser" -msgstr "webbrowser" +msgstr "" msgid "" "Remove support for obsolete browsers from :mod:`webbrowser`. The removed " @@ -3690,10 +3602,8 @@ msgid "" "Stinner in :gh:`94383`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "zipimport" -msgstr "zipimport" +msgstr "" msgid "" "Remove :mod:`zipimport`'s ``find_loader()`` and ``find_module()`` methods, " @@ -3701,10 +3611,8 @@ msgid "" "`451` for the rationale. (Contributed by Victor Stinner in :gh:`94379`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Others" -msgstr "Others" +msgstr "" msgid "" "Remove the ``suspicious`` rule from the documentation :file:`Makefile` and :" diff --git a/whatsnew/3.13.po b/whatsnew/3.13.po index 7d500df..8189f18 100644 --- a/whatsnew/3.13.po +++ b/whatsnew/3.13.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,15 +20,13 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "What's New In Python 3.13" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Editors" -msgstr "Editors" +msgstr "" msgid "Adam Turner and Thomas Wouters" msgstr "" @@ -865,10 +863,8 @@ msgstr "" msgid "Improved Modules" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "argparse" -msgstr "argparse" +msgstr "" msgid "" "Add the *deprecated* parameter to the :meth:`~argparse.ArgumentParser." @@ -877,10 +873,8 @@ msgid "" "Storchaka in :gh:`83648`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "array" -msgstr "array" +msgstr "" msgid "" "Add the ``'w'`` type code (``Py_UCS4``) for Unicode characters. It should be " @@ -894,10 +888,8 @@ msgid "" "Zimin in :gh:`114894`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "ast" -msgstr "ast" +msgstr "" msgid "" "The constructors of node types in the :mod:`ast` module are now stricter in " @@ -939,10 +931,8 @@ msgid "" "AST. (Contributed by Irit Katriel in :gh:`108113`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "asyncio" -msgstr "asyncio" +msgstr "" msgid "" ":func:`asyncio.as_completed` now returns an object that is both an :term:" @@ -1048,10 +1038,8 @@ msgid "" "class:`!bytes`. (Contributed by Matan Perelman in :gh:`75299`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "compileall" -msgstr "compileall" +msgstr "" msgid "" "The default number of worker threads and processes is now selected using :" @@ -1064,10 +1052,8 @@ msgstr "" msgid "concurrent.futures" msgstr "concurrent.futures" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "configparser" -msgstr "configparser" +msgstr "" msgid "" ":class:`~configparser.ConfigParser` now has support for unnamed sections, " @@ -1076,10 +1062,8 @@ msgid "" "gh:`66449`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "copy" -msgstr "copy" +msgstr "" msgid "" "The new :func:`~copy.replace` function and the :meth:`replace protocol " @@ -1127,10 +1111,8 @@ msgid "" "gh:`108751`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "ctypes" -msgstr "ctypes" +msgstr "" msgid "" "As a consequence of necessary internal refactoring, initialization of " @@ -1161,10 +1143,8 @@ msgid "" "in :gh:`112433`)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "dbm" -msgstr "dbm" +msgstr "" msgid "" "Add :mod:`dbm.sqlite3`, a new module which implements an SQLite backend, and " @@ -1178,10 +1158,8 @@ msgid "" "in :gh:`107122`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "dis" -msgstr "dis" +msgstr "" msgid "" "Change the output of :mod:`dis` module functions to show logical labels for " @@ -1198,10 +1176,8 @@ msgid "" "(Contributed by Irit Katriel in :gh:`112962`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "doctest" -msgstr "doctest" +msgstr "" msgid "" ":mod:`doctest` output is now colored by default. This can be controlled via " @@ -1217,10 +1193,8 @@ msgid "" "attributes. (Contributed by Victor Stinner in :gh:`108794`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "email" -msgstr "email" +msgstr "" msgid "" "Headers with embedded newlines are now quoted on output. The :mod:`~email." @@ -1242,20 +1216,16 @@ msgid "" "Stinner for :gh:`102988` to improve the :cve:`2023-27043` fix.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "enum" -msgstr "enum" +msgstr "" msgid "" ":class:`~enum.EnumDict` has been made public to better support subclassing :" "class:`~enum.EnumType`." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "fractions" -msgstr "fractions" +msgstr "" msgid "" ":class:`~fractions.Fraction` objects now support the standard :ref:`format " @@ -1264,10 +1234,8 @@ msgid "" "`111320`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "glob" -msgstr "glob" +msgstr "" msgid "" "Add :func:`~glob.translate`, a function to convert a path specification with " @@ -1275,10 +1243,8 @@ msgid "" "in :gh:`72904`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "importlib" -msgstr "importlib" +msgstr "" msgid "" "The following functions in :mod:`importlib.resources` now allow accessing a " @@ -1329,10 +1295,8 @@ msgid "" "`116608`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "io" -msgstr "io" +msgstr "" msgid "" "The :class:`~io.IOBase` finalizer now logs any errors raised by the :meth:" @@ -1342,10 +1306,8 @@ msgid "" "build>`. (Contributed by Victor Stinner in :gh:`62948`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "ipaddress" -msgstr "ipaddress" +msgstr "" msgid "" "Add the :attr:`.IPv4Address.ipv6_mapped` property, which returns the IPv4-" @@ -1359,10 +1321,8 @@ msgid "" "Stasiak in :gh:`113171`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "itertools" -msgstr "itertools" +msgstr "" msgid "" ":func:`~itertools.batched` has a new *strict* parameter, which raises a :exc:" @@ -1370,10 +1330,8 @@ msgid "" "(Contributed by Raymond Hettinger in :gh:`113202`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "marshal" -msgstr "marshal" +msgstr "" msgid "" "Add the *allow_code* parameter in module functions. Passing " @@ -1382,10 +1340,8 @@ msgid "" "Serhiy Storchaka in :gh:`113626`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "math" -msgstr "math" +msgstr "" msgid "" "The new function :func:`~math.fma` performs fused multiply-add operations. " @@ -1396,10 +1352,8 @@ msgid "" "Stinner in :gh:`73468`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "mimetypes" -msgstr "mimetypes" +msgstr "" msgid "" "Add the :func:`~mimetypes.guess_file_type` function to guess a MIME type " @@ -1408,10 +1362,8 @@ msgid "" "`66543`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "mmap" -msgstr "mmap" +msgstr "" msgid "" ":class:`~mmap.mmap` is now protected from crashing on Windows when the " @@ -1433,15 +1385,11 @@ msgid "" "gh:`78502`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "multiprocessing" -msgstr "multiprocessing" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "os" -msgstr "os" +msgstr "" msgid "" "Add :func:`~os.process_cpu_count` function to get the number of logical CPU " @@ -1524,10 +1472,8 @@ msgid "" "file is not accessible. (Contributed by Moonsik Park in :gh:`82367`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "pathlib" -msgstr "pathlib" +msgstr "" msgid "" "Add :exc:`~pathlib.UnsupportedOperation`, which is raised instead of :exc:" @@ -1571,10 +1517,8 @@ msgid "" "`105793` and Kamil Turek in :gh:`107962`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "pdb" -msgstr "pdb" +msgstr "" msgid "" ":func:`breakpoint` and :func:`~pdb.set_trace` now enter the debugger " @@ -1607,10 +1551,8 @@ msgid "" "identified and executed. (Contributed by Tian Gao in :gh:`108464`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "queue" -msgstr "queue" +msgstr "" msgid "" "Add :meth:`Queue.shutdown ` and :exc:`~queue.ShutDown` " @@ -1618,40 +1560,32 @@ msgid "" "in :gh:`104750`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "random" -msgstr "random" +msgstr "" msgid "" "Add a :ref:`command-line interface `. (Contributed by Hugo van " "Kemenade in :gh:`118131`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "re" -msgstr "re" +msgstr "" msgid "" "Rename :exc:`!re.error` to :exc:`~re.PatternError` for improved clarity. :" "exc:`!re.error` is kept for backward compatibility." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "shutil" -msgstr "shutil" +msgstr "" msgid "" "Support the *dir_fd* and *follow_symlinks* keyword arguments in :func:" "`~shutil.chown`. (Contributed by Berker Peksag and Tahia K in :gh:`62308`)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "site" -msgstr "site" +msgstr "" msgid "" ":file:`.pth` files are now decoded using UTF-8 first, and then with the :" @@ -1676,10 +1610,8 @@ msgid "" "`91602`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "ssl" -msgstr "ssl" +msgstr "" msgid "" "The :func:`~ssl.create_default_context` API now includes :data:`~ssl." @@ -1709,10 +1641,8 @@ msgstr "" msgid "(Contributed by William Woodruff in :gh:`112389`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "statistics" -msgstr "statistics" +msgstr "" msgid "" "Add :func:`~statistics.kde` for kernel density estimation. This makes it " @@ -1727,10 +1657,8 @@ msgid "" "(Contributed by Raymond Hettinger in :gh:`115863`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "subprocess" -msgstr "subprocess" +msgstr "" msgid "" "The :mod:`subprocess` module now uses the :func:`~os.posix_spawn` function " @@ -1763,10 +1691,8 @@ msgid "" "(Contributed by Serhiy Storchaka in :gh:`78573`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "tempfile" -msgstr "tempfile" +msgstr "" msgid "" "On Windows, the default mode ``0o700`` used by :func:`tempfile.mkdtemp` now " @@ -1775,10 +1701,8 @@ msgid "" "`118486`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "time" -msgstr "time" +msgstr "" msgid "" "On Windows, :func:`~time.monotonic` now uses the " @@ -1795,10 +1719,8 @@ msgid "" "`63207`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "tkinter" -msgstr "tkinter" +msgstr "" msgid "" "Add :mod:`tkinter` widget methods: :meth:`!tk_busy_hold`, :meth:`!" @@ -1859,10 +1781,8 @@ msgid "" "Storchaka in :gh:`118271`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "traceback" -msgstr "traceback" +msgstr "" msgid "" "Add the :attr:`~traceback.TracebackException.exc_type_str` attribute to :" @@ -1880,10 +1800,8 @@ msgid "" "`105292`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "types" -msgstr "types" +msgstr "" msgid "" ":class:`~types.SimpleNamespace` can now take a single positional argument to " @@ -1892,10 +1810,8 @@ msgid "" "`108191`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "typing" -msgstr "typing" +msgstr "" msgid "" ":pep:`705`: Add :data:`~typing.ReadOnly`, a special typing construct to mark " @@ -1929,20 +1845,16 @@ msgid "" "vice versa. (Contributed by Mehdi Drissi in :gh:`89547`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "unicodedata" -msgstr "unicodedata" +msgstr "" msgid "" "Update the Unicode database to `version 15.1.0`__. (Contributed by James " "Gerity in :gh:`109559`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "venv" -msgstr "venv" +msgstr "" msgid "" "Add support for creating source control management (SCM) ignore files in a " @@ -1953,10 +1865,8 @@ msgid "" "Cannon in :gh:`108125`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "warnings" -msgstr "warnings" +msgstr "" msgid "" ":pep:`702`: The new :func:`warnings.deprecated` decorator provides a way to " @@ -1966,10 +1876,8 @@ msgid "" "(Contributed by Jelle Zijlstra in :gh:`104003`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "xml" -msgstr "xml" +msgstr "" msgid "" "Allow controlling Expat >=2.6.0 reparse deferral (:cve:`2023-52425`) by " @@ -2010,20 +1918,16 @@ msgid "" "Storchaka in :gh:`69893`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "zipimport" -msgstr "zipimport" +msgstr "" msgid "" "Add support for ZIP64_ format files. Everybody loves huge data, right? " "(Contributed by Tim Hatch in :gh:`94146`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Optimizations" -msgstr "Optimizations" +msgstr "" msgid "" "Several standard library modules have had their import times significantly " @@ -2314,10 +2218,8 @@ msgid "" "`113175`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "locale" -msgstr "locale" +msgstr "" msgid "" "Remove the :func:`!locale.resetlocale` function, deprecated in Python 3.11. " @@ -2325,10 +2227,8 @@ msgid "" "Victor Stinner in :gh:`104783`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "opcode" -msgstr "opcode" +msgstr "" msgid "" "Move :attr:`!opcode.ENABLE_SPECIALIZATION` to :attr:`!_opcode." @@ -2344,10 +2244,8 @@ msgid "" "be used externally. (Contributed by Irit Katriel in :gh:`105481`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "optparse" -msgstr "optparse" +msgstr "" msgid "" "This module is no longer considered :term:`soft deprecated`. While :mod:" @@ -2384,10 +2282,8 @@ msgid "" "Zachary Ware in :gh:`75552`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "turtle" -msgstr "turtle" +msgstr "" msgid "" "Remove the :meth:`!RawTurtle.settiltangle` method, deprecated in the " @@ -2408,10 +2304,8 @@ msgid "" "`104786`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "unittest" -msgstr "unittest" +msgstr "" msgid "" "Remove the following :mod:`unittest` functions, deprecated in Python 3.11:" @@ -2459,10 +2353,8 @@ msgid "" "`104992`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "urllib" -msgstr "urllib" +msgstr "" msgid "" "Remove the *cafile*, *capath*, and *cadefault* parameters of the :func:" @@ -2474,10 +2366,8 @@ msgid "" "Victor Stinner in :gh:`105382`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "webbrowser" -msgstr "webbrowser" +msgstr "" msgid "" "Remove the untested and undocumented :class:`!MacOSX` class, deprecated in " diff --git a/whatsnew/3.14.po b/whatsnew/3.14.po index 10bc3a8..0f97e0c 100644 --- a/whatsnew/3.14.po +++ b/whatsnew/3.14.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,15 +20,13 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "What's new in Python 3.14" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Editors" -msgstr "Editors" +msgstr "" msgid "Adam Turner and Hugo van Kemenade" msgstr "" @@ -1514,10 +1512,8 @@ msgstr "" msgid "Improved modules" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "argparse" -msgstr "argparse" +msgstr "" msgid "" "The default value of the :ref:`program name ` for :class:`argparse." @@ -1540,10 +1536,8 @@ msgid "" "by Hugo van Kemenade in :gh:`130645`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "ast" -msgstr "ast" +msgstr "" msgid "" "Add :func:`~ast.compare`, a function for comparing two ASTs. (Contributed by " @@ -1578,10 +1572,8 @@ msgid "" "`133367`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "asyncio" -msgstr "asyncio" +msgstr "" msgid "" "The function and methods named :func:`!create_task` now take an arbitrary " @@ -1609,10 +1601,8 @@ msgid "" "Selivanov, Pablo Galindo Salgado, and Łukasz Langa in :gh:`91048`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "calendar" -msgstr "calendar" +msgstr "" msgid "" "By default, today's date is highlighted in color in :mod:`calendar`'s :ref:" @@ -1680,10 +1670,8 @@ msgid "" "by Enzo Bonnal and Josh Rosenberg in :gh:`74028`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "configparser" -msgstr "configparser" +msgstr "" msgid "" ":mod:`!configparser` will no longer write config files it cannot read, to " @@ -1693,20 +1681,16 @@ msgid "" "Lincoln in :gh:`129270`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "contextvars" -msgstr "contextvars" +msgstr "" msgid "" "Support the :term:`context manager` protocol for :class:`~contextvars.Token` " "objects. (Contributed by Andrew Svetlov in :gh:`129889`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "ctypes" -msgstr "ctypes" +msgstr "" msgid "" "The layout of :ref:`bit fields ` in :" @@ -1776,10 +1760,8 @@ msgid "" "(Contributed by Kumar Aditya and Peter Bierma in :gh:`127945`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "curses" -msgstr "curses" +msgstr "" msgid "" "Add the :func:`~curses.assume_default_colors` function, a refinement of the :" @@ -1787,10 +1769,8 @@ msgid "" "pair ``0``. (Contributed by Serhiy Storchaka in :gh:`133139`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "datetime" -msgstr "datetime" +msgstr "" msgid "" "Add the :meth:`~datetime.date.strptime` method to the :class:`datetime.date` " @@ -1798,10 +1778,8 @@ msgid "" "`41431`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "decimal" -msgstr "decimal" +msgstr "" msgid "" "Add :meth:`.Decimal.from_number` as an alternative constructor for :class:" @@ -1814,10 +1792,8 @@ msgid "" "(Contributed by Sergey B Kirpichev in :gh:`53032`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "difflib" -msgstr "difflib" +msgstr "" msgid "" "Comparison pages with highlighted changes generated by the :class:`~difflib." @@ -1825,10 +1801,8 @@ msgid "" "`129939`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "dis" -msgstr "dis" +msgstr "" msgid "" "Add support for rendering full source location information of :class:" @@ -1867,20 +1841,16 @@ msgid "" "bytecode. (Contributed by Bénédikt Tran in :gh:`127413`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "errno" -msgstr "errno" +msgstr "" msgid "" "Add the :data:`~errno.EHWPOISON` error code constant. (Contributed by James " "Roy in :gh:`126585`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "faulthandler" -msgstr "faulthandler" +msgstr "" msgid "" "Add support for printing the C stack trace on systems that :ref:`support it " @@ -1889,20 +1859,16 @@ msgid "" "(Contributed by Peter Bierma in :gh:`127604`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "fnmatch" -msgstr "fnmatch" +msgstr "" msgid "" "Add :func:`~fnmatch.filterfalse`, a function to reject names matching a " "given pattern. (Contributed by Bénédikt Tran in :gh:`74598`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "fractions" -msgstr "fractions" +msgstr "" msgid "" "A :class:`~fractions.Fraction` object may now be constructed from any object " @@ -1915,10 +1881,8 @@ msgid "" "`~fractions.Fraction`. (Contributed by Serhiy Storchaka in :gh:`121797`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "functools" -msgstr "functools" +msgstr "" msgid "" "Add the :data:`~functools.Placeholder` sentinel. This may be used with the :" @@ -1933,10 +1897,8 @@ msgid "" "keyword argument. (Contributed by Sayandip Dutta in :gh:`125916`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "getopt" -msgstr "getopt" +msgstr "" msgid "" "Add support for options with optional arguments. (Contributed by Serhiy " @@ -1948,10 +1910,8 @@ msgid "" "order. (Contributed by Serhiy Storchaka in :gh:`126390`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "getpass" -msgstr "getpass" +msgstr "" msgid "" "Support keyboard feedback in the :func:`~getpass.getpass` function via the " @@ -1960,20 +1920,16 @@ msgid "" "deleted. (Contributed by Semyon Moroz in :gh:`77065`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "graphlib" -msgstr "graphlib" +msgstr "" msgid "" "Allow :meth:`.TopologicalSorter.prepare` to be called more than once as long " "as sorting has not started. (Contributed by Daniel Pope in :gh:`130914`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "heapq" -msgstr "heapq" +msgstr "" msgid "" "The :mod:`!heapq` module has improved support for working with max-heaps, " @@ -2005,10 +1961,8 @@ msgstr ":func:`~heapq.heapreplace_max`" msgid ":func:`~heapq.heappushpop_max`" msgstr ":func:`~heapq.heappushpop_max`" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "hmac" -msgstr "hmac" +msgstr "" msgid "" "Add a built-in implementation for HMAC (:rfc:`2104`) using formally verified " @@ -2017,10 +1971,8 @@ msgid "" "HMAC is not available. (Contributed by Bénédikt Tran in :gh:`99108`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "http" -msgstr "http" +msgstr "" msgid "" "Directory lists and error pages generated by the :mod:`http.server` module " @@ -2053,20 +2005,16 @@ msgstr "" msgid "(Contributed by Semyon Moroz in :gh:`85162`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "imaplib" -msgstr "imaplib" +msgstr "" msgid "" "Add :meth:`.IMAP4.idle`, implementing the IMAP4 ``IDLE`` command as defined " "in :rfc:`2177`. (Contributed by Forest in :gh:`55454`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "inspect" -msgstr "inspect" +msgstr "" msgid "" ":func:`~inspect.signature` takes a new argument *annotation_format* to " @@ -2085,10 +2033,8 @@ msgid "" "term:`package` or not. (Contributed by Zhikang Yan in :gh:`125634`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "io" -msgstr "io" +msgstr "" msgid "" "Reading text from a non-blocking stream with ``read`` may now raise a :exc:" @@ -2103,10 +2049,8 @@ msgid "" "gh:`127648`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "json" -msgstr "json" +msgstr "" msgid "" "Add exception notes for JSON serialization errors that allow identifying the " @@ -2128,10 +2072,8 @@ msgid "" "Roun in :gh:`131952`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "linecache" -msgstr "linecache" +msgstr "" msgid "" ":func:`~linecache.getline` can now retrieve source code for frozen modules. " @@ -2155,20 +2097,16 @@ msgid "" "(Contributed by Charles Machalow in :gh:`132106`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "math" -msgstr "math" +msgstr "" msgid "" "Added more detailed error messages for domain errors in the module. " "(Contributed by Charlie Zhao and Sergey B Kirpichev in :gh:`101410`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "mimetypes" -msgstr "mimetypes" +msgstr "" msgid "" "Add a public :ref:`command-line ` for the module, invoked " @@ -2319,10 +2257,8 @@ msgid "" "van Kemenade in :gh:`89416`, :gh:`85957`, and :gh:`129965`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "multiprocessing" -msgstr "multiprocessing" +msgstr "" msgid "" "On Unix platforms other than macOS, :ref:`'forkserver' ` in help output are now usually displayed in " @@ -2588,10 +2510,8 @@ msgid "" "Zijlstra in :gh:`101552`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "re" -msgstr "re" +msgstr "" msgid "" "Support ``\\z`` as a synonym for ``\\Z`` in :mod:`regular expressions `. " @@ -2606,10 +2526,8 @@ msgid "" "by Serhiy Storchaka in :gh:`124130`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "socket" -msgstr "socket" +msgstr "" msgid "Improve and fix support for Bluetooth sockets." msgstr "" @@ -2653,10 +2571,8 @@ msgid "" "Add many new constants. (Contributed by Serhiy Storchaka in :gh:`132734`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "ssl" -msgstr "ssl" +msgstr "" msgid "" "Indicate through the :data:`~ssl.HAS_PHA` Boolean whether the :mod:`!ssl` " @@ -2664,10 +2580,8 @@ msgid "" "(Contributed by Will Childs-Klein in :gh:`128036`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "struct" -msgstr "struct" +msgstr "" msgid "" "Support the :c:expr:`float complex` and :c:expr:`double complex` C types in " @@ -2675,10 +2589,8 @@ msgid "" "respectively). (Contributed by Sergey B Kirpichev in :gh:`121249`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "symtable" -msgstr "symtable" +msgstr "" msgid "Expose the following :class:`~symtable.Symbol` methods:" msgstr "" @@ -2750,20 +2662,16 @@ msgid "" "event:`!BRANCH` event. (Contributed by Mark Shannon in :gh:`122548`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "sysconfig" -msgstr "sysconfig" +msgstr "" msgid "" "Add ``ABIFLAGS`` key to :func:`~sysconfig.get_config_vars` on Windows. " "(Contributed by Xuehai Pan in :gh:`131799`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "tarfile" -msgstr "tarfile" +msgstr "" msgid "" ":func:`~tarfile.data_filter` now normalizes symbolic link targets in order " @@ -2793,20 +2701,16 @@ msgid "" "cve:`2025-4435`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "threading" -msgstr "threading" +msgstr "" msgid "" ":meth:`threading.Thread.start` now sets the operating system thread name to :" "attr:`threading.Thread.name`. (Contributed by Victor Stinner in :gh:`59705`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "tkinter" -msgstr "tkinter" +msgstr "" msgid "" "Make :mod:`tkinter` widget methods :meth:`!after` and :meth:`!after_idle` " @@ -2818,10 +2722,8 @@ msgid "" "tkinter.ttk.OptionMenu`. (Contributed by Zhikang Yan in :gh:`130482`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "turtle" -msgstr "turtle" +msgstr "" msgid "" "Add context managers for :func:`turtle.fill`, :func:`turtle.poly`, and :func:" @@ -2829,10 +2731,8 @@ msgid "" "gh:`126350`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "types" -msgstr "types" +msgstr "" msgid "" ":class:`types.UnionType` is now an alias for :class:`typing.Union`. See :ref:" @@ -2840,10 +2740,8 @@ msgid "" "Zijlstra in :gh:`105499`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "typing" -msgstr "typing" +msgstr "" msgid "" "The :class:`types.UnionType` and :class:`typing.Union` types are now aliases " @@ -2908,18 +2806,14 @@ msgstr "" msgid ":class:`~typing.TypeAliasType` now supports star unpacking." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "unicodedata" -msgstr "unicodedata" +msgstr "" msgid "The Unicode database has been updated to Unicode 16.0.0." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "unittest" -msgstr "unittest" +msgstr "" msgid "" ":mod:`unittest` output is now colored by default. This can be controlled by :" @@ -2959,10 +2853,8 @@ msgstr "" msgid "(Contributed by Serhiy Storchaka in :gh:`71339`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "urllib" -msgstr "urllib" +msgstr "" msgid "" "Upgrade HTTP digest authentication algorithm for :mod:`urllib.request` by " @@ -3019,10 +2911,8 @@ msgstr "" msgid "(Contributed by Barney Gale in :gh:`125866`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "uuid" -msgstr "uuid" +msgstr "" msgid "" "Add support for UUID versions 6, 7, and 8 via :func:`~uuid.uuid6`, :func:" @@ -3042,10 +2932,8 @@ msgid "" "in :gh:`131236`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "webbrowser" -msgstr "webbrowser" +msgstr "" msgid "" "Names in the :envvar:`BROWSER` environment variable can now refer to already " @@ -3058,10 +2946,8 @@ msgid "" "supported browsers on macOS." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "zipfile" -msgstr "zipfile" +msgstr "" msgid "" "Added :meth:`ZipInfo._for_archive `, a method " @@ -3076,10 +2962,8 @@ msgid "" "(Contributed by Jiahao Li in :gh:`91279`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Optimizations" -msgstr "Optimizations" +msgstr "" msgid "" "The import time for several standard library modules has been improved, " @@ -3129,10 +3013,8 @@ msgid "" "Bénédikt Tran, Chris Markiewicz, and Adam Turner in :gh:`118761`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "bdb" -msgstr "bdb" +msgstr "" msgid "" "The basic debugger now has a :mod:`sys.monitoring`-based backend, which can " @@ -3145,10 +3027,8 @@ msgid "" "(Contributed by Adam Turner and Semyon Moroz in :gh:`130167`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "gc" -msgstr "gc" +msgstr "" msgid "" "Python 3.14.0-3.14.4 shipped with a new incremental garbage collector. " @@ -3216,10 +3096,8 @@ msgid "" "Tian Gao in :gh:`124533`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "textwrap" -msgstr "textwrap" +msgstr "" msgid "" "Optimize the :func:`~textwrap.dedent` function, improving performance by an " @@ -3239,10 +3117,8 @@ msgid "" "gh:`128150`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "zlib" -msgstr "zlib" +msgstr "" msgid "" "On Windows, `zlib-ng `__ is now used as " @@ -3261,10 +3137,8 @@ msgstr "" msgid "(Contributed by Steve Dower in :gh:`91349`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Removed" -msgstr "Removed" +msgstr "" msgid "" "Remove the *type*, *choices*, and *metavar* parameters of :class:`!" @@ -3559,10 +3433,8 @@ msgstr "" " blocking_code()\n" " runner.run(operation_two())" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "email" -msgstr "email" +msgstr "" msgid "" "Remove :func:`email.utils.localtime`'s *isdst* parameter, which was " @@ -3595,10 +3467,8 @@ msgstr "" msgid "(Contributed by Jason R. Coombs and Hugo van Kemenade in :gh:`93963`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "itertools" -msgstr "itertools" +msgstr "" msgid "" "Remove support for copy, deepcopy, and pickle operations from :mod:" @@ -3619,10 +3489,8 @@ msgid "" "by Barney Gale in :gh:`78707`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "pkgutil" -msgstr "pkgutil" +msgstr "" msgid "" "Remove the :func:`!get_loader` and :func:`!find_loader` functions, which " @@ -3630,10 +3498,8 @@ msgid "" "`97850`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "pty" -msgstr "pty" +msgstr "" msgid "" "Remove the :func:`!master_open` and :func:`!slave_open` functions, which " @@ -3678,10 +3544,8 @@ msgid "" "(Contributed by Barney Gale in :gh:`84850`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Deprecated" -msgstr "Deprecated" +msgstr "" msgid "New deprecations" msgstr "" diff --git a/whatsnew/3.15.po b/whatsnew/3.15.po index 575d677..3ced18f 100644 --- a/whatsnew/3.15.po +++ b/whatsnew/3.15.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,15 +20,13 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "What's new in Python 3.15" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Editor" -msgstr "Editor" +msgstr "" msgid "Hugo van Kemenade" msgstr "" @@ -1150,20 +1148,14 @@ msgstr "" msgid "Suggested optimizing refactors" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Description" -msgstr "Description" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Old" -msgstr "Old" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "New" -msgstr "New" +msgstr "" msgid "Return :class:`bytes` after working with :class:`bytearray`" msgstr "" @@ -1339,10 +1331,8 @@ msgstr "" msgid "Improved modules" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "argparse" -msgstr "argparse" +msgstr "" msgid "" "The :class:`~argparse.BooleanOptionalAction` action now supports single-dash " @@ -1368,10 +1358,8 @@ msgid "" "Kemenade in :gh:`149375`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "array" -msgstr "array" +msgstr "" msgid "" "Support the :c:expr:`float complex` and :c:expr:`double complex` C types: " @@ -1390,10 +1378,8 @@ msgid "" "(Contributed by Victor Stinner in :gh:`148675`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "ast" -msgstr "ast" +msgstr "" msgid "" "Add *color* parameter to :func:`~ast.dump`. If ``True``, the returned string " @@ -1408,10 +1394,8 @@ msgid "" "controlling-color>`. (Contributed by Stan Ulbrych in :gh:`148981`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "asyncio" -msgstr "asyncio" +msgstr "" msgid "" "Added :meth:`TaskGroup.cancel ` to allow early " @@ -1463,10 +1447,8 @@ msgid "" "`146311`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "binascii" -msgstr "binascii" +msgstr "" msgid "Added functions for Base32 encoding:" msgstr "" @@ -1517,10 +1499,8 @@ msgid "" "gh:`146311`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "calendar" -msgstr "calendar" +msgstr "" msgid "" ":mod:`calendar`'s :ref:`command-line ` text output has more " @@ -1541,10 +1521,8 @@ msgid "" "`137634`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "collections" -msgstr "collections" +msgstr "" msgid "" "Added :meth:`!collections.Counter.__xor__` and :meth:`!collections.Counter." @@ -1564,10 +1542,8 @@ msgid "" "(Contributed by Jonathan Berg in :gh:`139486`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "contextlib" -msgstr "contextlib" +msgstr "" msgid "" "Added support for arbitrary descriptors :meth:`!__enter__`, :meth:`!" @@ -1588,20 +1564,16 @@ msgid "" "`125862`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "dataclasses" -msgstr "dataclasses" +msgstr "" msgid "" "Annotations for generated ``__init__`` methods no longer include internal " "type names." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "dbm" -msgstr "dbm" +msgstr "" msgid "" "Added new :meth:`!reorganize` methods to :mod:`dbm.dumb` and :mod:`dbm." @@ -1609,10 +1581,8 @@ msgid "" "entries. (Contributed by Andrea Oliveri in :gh:`134004`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "difflib" -msgstr "difflib" +msgstr "" msgid "" "Introduced the optional *color* parameter to :func:`difflib.unified_diff`, " @@ -1627,10 +1597,8 @@ msgid "" "by Jiahao Li in :gh:`134580`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "email" -msgstr "email" +msgstr "" msgid "" "Email generators now raise an error when an :class:`.EmailMessage` cannot be " @@ -1640,10 +1608,8 @@ msgid "" "Murray and Mike Edmunds in :gh:`122540`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "faulthandler" -msgstr "faulthandler" +msgstr "" msgid "" "Added the *max_threads* parameter in :func:`faulthandler.enable`, :func:" @@ -1652,10 +1618,8 @@ msgid "" "`149085`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "functools" -msgstr "functools" +msgstr "" msgid "" ":func:`~functools.singledispatchmethod` now supports non-:term:`descriptor` " @@ -1668,10 +1632,8 @@ msgid "" "(Contributed by Bartosz Sławecki in :gh:`143535`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "gc" -msgstr "gc" +msgstr "" msgid "" "Python 3.14.0-3.14.4 shipped with a new incremental garbage collector. " @@ -1681,10 +1643,8 @@ msgid "" "now used in Python 3.14.5 and later and Python 3.15." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "hashlib" -msgstr "hashlib" +msgstr "" msgid "" "Ensure that hash functions guaranteed to be always *available* exist as " @@ -1740,20 +1700,16 @@ msgid "" "Anton I. Sipos in :gh:`135057`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "inspect" -msgstr "inspect" +msgstr "" msgid "" "Add parameters *inherit_class_doc* and *fallback_to_class_doc* for :func:" "`~inspect.getdoc`. (Contributed by Serhiy Storchaka in :gh:`132686`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "json" -msgstr "json" +msgstr "" msgid "" "Add the *array_hook* parameter to :func:`~json.load` and :func:`~json.loads` " @@ -1764,10 +1720,8 @@ msgid "" "(Contributed by Joao S. O. Bueno in :gh:`146440`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "locale" -msgstr "locale" +msgstr "" msgid "" ":func:`~locale.setlocale` now supports language codes with ``@``-modifiers. " @@ -1781,10 +1735,8 @@ msgid "" "Victor Stinner in :gh:`130796`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "math" -msgstr "math" +msgstr "" msgid "" "Add :func:`math.isnormal` and :func:`math.issubnormal` functions. " @@ -1796,10 +1748,8 @@ msgid "" "(Contributed by Bénédikt Tran in :gh:`135853`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "mimetypes" -msgstr "mimetypes" +msgstr "" msgid "" "Add more MIME types. (Contributed by Benedikt Johannes, Charlie Lin, " @@ -1818,10 +1768,8 @@ msgid "" "by Stan Ulbrych in :gh:`141239`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "mmap" -msgstr "mmap" +msgstr "" msgid "" ":class:`mmap.mmap` now has a *trackfd* parameter on Windows; if it is " @@ -1836,10 +1784,8 @@ msgid "" "gh:`142419`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "os" -msgstr "os" +msgstr "" msgid "" "Add :func:`os.statx` on Linux kernel versions 4.11 and later with glibc " @@ -1865,30 +1811,24 @@ msgid "" "`2025-4517`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "pdb" -msgstr "pdb" +msgstr "" msgid "" "Use the new interactive shell as the default input shell for :mod:`pdb`. " "(Contributed by Tian Gao in :gh:`145379`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "pickle" -msgstr "pickle" +msgstr "" msgid "" "Add support for pickling private methods and nested classes. (Contributed by " "Zackery Spytz and Serhiy Storchaka in :gh:`77188`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "pickletools" -msgstr "pickletools" +msgstr "" msgid "" "The output of the :mod:`pickletools` command-line interface is colored by " @@ -1896,10 +1836,8 @@ msgid "" "controlling-color>`. (Contributed by Hugo van Kemenade in :gh:`149026`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "pprint" -msgstr "pprint" +msgstr "" msgid "" ":mod:`pprint` now uses modern defaults: ``indent=4, width=88``, and the " @@ -1913,10 +1851,8 @@ msgid "" "van Kemenade in :gh:`134551`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "re" -msgstr "re" +msgstr "" msgid "" ":func:`re.prefixmatch` and a corresponding :meth:`re.Pattern.prefixmatch` " @@ -1929,10 +1865,8 @@ msgid "" "(Contributed by Gregory P. Smith in :gh:`86519`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "resource" -msgstr "resource" +msgstr "" msgid "" "Add new constants: :data:`~resource.RLIMIT_NTHR`, :data:`~resource." @@ -1941,10 +1875,8 @@ msgid "" "Serhiy Storchaka in :gh:`137512`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "shelve" -msgstr "shelve" +msgstr "" msgid "" "Added new :meth:`!reorganize` method to :mod:`shelve` used to recover unused " @@ -1957,10 +1889,8 @@ msgid "" "mod:`shelve` module. (Contributed by Furkan Onder in :gh:`99631`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "socket" -msgstr "socket" +msgstr "" msgid "" "Add constants for the ISO-TP CAN protocol. (Contributed by Patrick Menschel " @@ -1991,10 +1921,8 @@ msgid "" ". (Contributed by Long Tan in :gh:`136101`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "ssl" -msgstr "ssl" +msgstr "" msgid "" "Indicate through :data:`ssl.HAS_PSK_TLS13` whether the :mod:`ssl` module " @@ -2070,10 +1998,8 @@ msgstr "" msgid "(Contributed by Ron Frederick in :gh:`138252`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "subprocess" -msgstr "subprocess" +msgstr "" msgid "" ":meth:`subprocess.Popen.wait`: when ``timeout`` is not ``None`` and the " @@ -2098,10 +2024,8 @@ msgid "" "Giampaolo Rodola in :gh:`83069`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "symtable" -msgstr "symtable" +msgstr "" msgid "" "Add :meth:`symtable.Function.get_cells` and :meth:`symtable.Symbol.is_cell` " @@ -2132,10 +2056,8 @@ msgid "" "Tornetta in :gh:`146182`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "tarfile" -msgstr "tarfile" +msgstr "" msgid "" ":func:`~tarfile.data_filter` now normalizes symbolic link targets in order " @@ -2172,10 +2094,8 @@ msgid "" "`57911`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "threading" -msgstr "threading" +msgstr "" msgid "" "Added :class:`~threading.serialize_iterator`, :func:`~threading." @@ -2184,10 +2104,8 @@ msgid "" "Hettinger in :gh:`124397`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "timeit" -msgstr "timeit" +msgstr "" msgid "" "The output of the :mod:`timeit` command-line interface is colored by " @@ -2207,10 +2125,8 @@ msgid "" "Alessandro Cucci and Miikka Koskinen in :gh:`80642`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "tkinter" -msgstr "tkinter" +msgstr "" msgid "" "The :meth:`!tkinter.Text.search` method now supports two additional " @@ -2240,10 +2156,8 @@ msgid "" "Storchaka in :gh:`47655`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "tokenize" -msgstr "tokenize" +msgstr "" msgid "" "The output of the :mod:`tokenize` :ref:`command-line interface ` now raise a :exc:" @@ -2787,10 +2671,8 @@ msgid "" "Python 3.12, and is scheduled for removal in Python 3.17." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "ctypes" -msgstr "ctypes" +msgstr "" msgid "" "Removed the undocumented function :func:`!ctypes.SetPointerType`, which has " @@ -2806,10 +2688,8 @@ msgid "" "`148675`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "datetime" -msgstr "datetime" +msgstr "" msgid "" ":meth:`~datetime.datetime.strptime` now raises :exc:`ValueError` when the " @@ -2818,10 +2698,8 @@ msgid "" "Gregory P. Smith in :gh:`70647`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "glob" -msgstr "glob" +msgstr "" msgid "" "Removed the undocumented :func:`!glob.glob0` and :func:`!glob.glob1` " @@ -2846,10 +2724,8 @@ msgid "" "files` function. (Contributed by Semyon Moroz in :gh:`138044`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "pathlib" -msgstr "pathlib" +msgstr "" msgid "" "Removed deprecated :meth:`!pathlib.PurePath.is_reserved`. Use :func:`os.path." @@ -2857,10 +2733,8 @@ msgid "" "Sobolev in :gh:`133875`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "platform" -msgstr "platform" +msgstr "" msgid "" "Removed the :func:`!platform.java_ver` function, which was deprecated since " @@ -2875,10 +2749,8 @@ msgid "" "modules. (Contributed by Stan Ulbrych in :gh:`135994`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "sysconfig" -msgstr "sysconfig" +msgstr "" msgid "" "Removed the *check_home* parameter of :func:`sysconfig.is_python_build`. " @@ -2929,10 +2801,8 @@ msgid "" "`133873`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "zipimport" -msgstr "zipimport" +msgstr "" msgid "" "Remove deprecated :meth:`!zipimport.zipimporter.load_module`. Use :meth:" @@ -2940,10 +2810,8 @@ msgid "" "gh:`133656`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Deprecated" -msgstr "Deprecated" +msgstr "" msgid "New deprecations" msgstr "" diff --git a/whatsnew/3.2.po b/whatsnew/3.2.po index 35ec211..f9ac7ed 100644 --- a/whatsnew/3.2.po +++ b/whatsnew/3.2.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,15 +17,13 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "What's New In Python 3.2" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Author" -msgstr "Author" +msgstr "" msgid "Raymond Hettinger" msgstr "" @@ -1002,10 +1000,8 @@ msgid "" "convenient and reliable resource clean-up using a :keyword:`with` statement." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "email" -msgstr "email" +msgstr "" msgid "" "The usability of the :mod:`email` package in Python 3 has been mostly fixed " @@ -1061,10 +1057,8 @@ msgid "" "`10321`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "elementtree" -msgstr "elementtree" +msgstr "" msgid "" "The :mod:`xml.etree.ElementTree` package and its :mod:`!xml.etree." @@ -1132,10 +1126,8 @@ msgstr "" msgid "(Contributed by Florent Xicluna and Fredrik Lundh, :issue:`6472`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "functools" -msgstr "functools" +msgstr "" msgid "" "The :mod:`functools` module includes a new decorator for caching function " @@ -1238,10 +1230,8 @@ msgid "" "`_ tutorial." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "itertools" -msgstr "itertools" +msgstr "" msgid "" "The :mod:`itertools` module has a new :func:`~itertools.accumulate` function " @@ -1258,10 +1248,8 @@ msgid "" "Mark Dickinson.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "collections" -msgstr "collections" +msgstr "" msgid "" "The :class:`collections.Counter` class now has two forms of in-place " @@ -1296,10 +1284,8 @@ msgid "" "them more substitutable for :class:`list` objects:" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "threading" -msgstr "threading" +msgstr "" msgid "" "The :mod:`threading` module has a new :class:`~threading.Barrier` " @@ -1517,10 +1503,8 @@ msgid "" "issue:`8013`, and :issue:`10827`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "math" -msgstr "math" +msgstr "" msgid "" "The :mod:`math` module has been updated with six new functions inspired by " @@ -1579,10 +1563,8 @@ msgstr "" msgid "(Contributed by Mark Dickinson.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "abc" -msgstr "abc" +msgstr "" msgid "" "The :mod:`abc` module now supports :func:`~abc.abstractclassmethod` and :" @@ -1617,10 +1599,8 @@ msgstr "" msgid "(Patch submitted by Daniel Urban; :issue:`5867`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "io" -msgstr "io" +msgstr "" msgid "" "The :class:`io.BytesIO` has a new method, :meth:`~io.BytesIO.getbuffer`, " @@ -1677,10 +1657,8 @@ msgstr "" msgid "(Contributed by Antoine Pitrou in :issue:`5506`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "reprlib" -msgstr "reprlib" +msgstr "" msgid "" "When writing a :meth:`~object.__repr__` method for a custom container, it is " @@ -1725,10 +1703,8 @@ msgstr "" msgid "(Contributed by Raymond Hettinger in :issue:`9826` and :issue:`9840`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "logging" -msgstr "logging" +msgstr "" msgid "" "In addition to dictionary-based configuration described above, the :mod:" @@ -1788,10 +1764,8 @@ msgid "" "in Python 3.2." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "csv" -msgstr "csv" +msgstr "" msgid "" "The :mod:`csv` module now supports a new dialect, :class:`~csv." @@ -1833,10 +1807,8 @@ msgid "" "suggested by Ed Abraham in :issue:`1537721`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "contextlib" -msgstr "contextlib" +msgstr "" msgid "" "There is a new and slightly mind-blowing tool :class:`~contextlib." @@ -2000,10 +1972,8 @@ msgstr "" msgid "(Contributed by Mark Dickinson and Raymond Hettinger.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "ftp" -msgstr "ftp" +msgstr "" msgid "" "The :class:`ftplib.FTP` class now supports the context management protocol " @@ -2067,10 +2037,8 @@ msgstr "" msgid "(Contributed by Giampaolo Rodolà; :issue:`8806`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "popen" -msgstr "popen" +msgstr "" msgid "" "The :func:`os.popen` and :func:`subprocess.Popen` functions now support :" @@ -2082,10 +2050,8 @@ msgid "" "`10554`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "select" -msgstr "select" +msgstr "" msgid "" "The :mod:`select` module now exposes a new, constant attribute, :const:" @@ -2131,10 +2097,8 @@ msgstr "" msgid "(Patch submitted by Nir Aides in :issue:`7610`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "tarfile" -msgstr "tarfile" +msgstr "" msgid "" "The :class:`~tarfile.TarFile` class can now be used as a context manager. " @@ -2193,10 +2157,8 @@ msgid "" "(Proposed by Tarek Ziadé and implemented by Lars Gustäbel in :issue:`6856`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "hashlib" -msgstr "hashlib" +msgstr "" msgid "" "The :mod:`hashlib` module has two new constant attributes listing the " @@ -2234,10 +2196,8 @@ msgstr "" msgid "(Suggested by Carl Chenet in :issue:`7418`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "ast" -msgstr "ast" +msgstr "" msgid "" "The :mod:`ast` module has a wonderful a general-purpose tool for safely " @@ -2278,10 +2238,8 @@ msgstr "" msgid "(Implemented by Benjamin Peterson and Georg Brandl.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "os" -msgstr "os" +msgstr "" msgid "" "Different operating systems use various encodings for filenames and " @@ -2305,10 +2263,8 @@ msgstr "" msgid "(Contributed by Victor Stinner.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "shutil" -msgstr "shutil" +msgstr "" msgid "The :func:`shutil.copytree` function has two new options:" msgstr "" @@ -2417,10 +2373,8 @@ msgstr "" msgid "(Contributed by R. David Murray and Shashwat Anand; :issue:`8845`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "html" -msgstr "html" +msgstr "" msgid "" "A new :mod:`html` module was introduced with only a single function, :func:" @@ -2428,10 +2382,8 @@ msgid "" "markup:" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "socket" -msgstr "socket" +msgstr "" msgid "The :mod:`socket` module has two new improvements." msgstr "" @@ -2449,10 +2401,8 @@ msgid "" "close the socket when done. (Contributed by Giampaolo Rodolà; :issue:`9794`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "ssl" -msgstr "ssl" +msgstr "" msgid "" "The :mod:`ssl` module added a number of features to satisfy common " @@ -2511,10 +2461,8 @@ msgid "" "`8322`, :issue:`5639`, :issue:`4870`, :issue:`8484`, and :issue:`8321`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "nntp" -msgstr "nntp" +msgstr "" msgid "" "The :mod:`!nntplib` module has a revamped implementation with better bytes " @@ -2534,10 +2482,8 @@ msgid "" "`1926`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "certificates" -msgstr "certificates" +msgstr "" msgid "" ":class:`http.client.HTTPSConnection`, :class:`urllib.request.HTTPSHandler` " @@ -2549,10 +2495,8 @@ msgstr "" msgid "(Added by Antoine Pitrou, :issue:`9003`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "imaplib" -msgstr "imaplib" +msgstr "" msgid "" "Support for explicit TLS on standard IMAP4 connections has been added " @@ -2607,10 +2551,8 @@ msgid "" "`10980`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "unittest" -msgstr "unittest" +msgstr "" msgid "" "The unittest module has a number of improvements supporting test discovery " @@ -2777,10 +2719,8 @@ msgid "" "assertDictContainsSubset({'a':1, 'b':2}, {'a':1})`` would fail." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "random" -msgstr "random" +msgstr "" msgid "" "The integer methods in the :mod:`random` module now do a better job of " @@ -2796,10 +2736,8 @@ msgstr "" msgid "(Contributed by Raymond Hettinger; :issue:`9025`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "poplib" -msgstr "poplib" +msgstr "" msgid "" ":class:`~poplib.POP3_SSL` class now accepts a *context* parameter, which is " @@ -2811,10 +2749,8 @@ msgstr "" msgid "(Contributed by Giampaolo Rodolà; :issue:`8807`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "asyncore" -msgstr "asyncore" +msgstr "" msgid "" ":class:`!asyncore.dispatcher` now provides a :meth:`!handle_accepted` method " @@ -2827,10 +2763,8 @@ msgstr "" msgid "(Contributed by Giampaolo Rodolà; :issue:`6706`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "tempfile" -msgstr "tempfile" +msgstr "" msgid "" "The :mod:`tempfile` module has a new context manager, :class:`~tempfile." @@ -2850,10 +2784,8 @@ msgstr "" msgid "(Contributed by Neil Schemenauer and Nick Coghlan; :issue:`5178`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "inspect" -msgstr "inspect" +msgstr "" msgid "" "The :mod:`inspect` module has a new function :func:`~inspect." @@ -2933,10 +2865,8 @@ msgstr "" ">>> inspect.getattr_static(a, 'f')\n" "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "pydoc" -msgstr "pydoc" +msgstr "" msgid "" "The :mod:`pydoc` module now provides a much-improved web server interface, " @@ -2952,10 +2882,8 @@ msgstr "$ pydoc3.2 -b" msgid "(Contributed by Ron Adam; :issue:`2001`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "dis" -msgstr "dis" +msgstr "" msgid "" "The :mod:`dis` module gained two new functions for inspecting code, :func:" @@ -3067,10 +2995,8 @@ msgstr "" msgid "(Contributed by Nick Coghlan in :issue:`9147`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "dbm" -msgstr "dbm" +msgstr "" msgid "" "All database modules now support the :meth:`!get` and :meth:`!setdefault` " @@ -3080,20 +3006,16 @@ msgstr "" msgid "(Suggested by Ray Allen in :issue:`9523`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "ctypes" -msgstr "ctypes" +msgstr "" msgid "" "A new type, :class:`ctypes.c_ssize_t` represents the C :c:type:`ssize_t` " "datatype." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "site" -msgstr "site" +msgstr "" msgid "" "The :mod:`site` module has three new functions useful for reporting on the " @@ -3160,10 +3082,8 @@ msgstr "" msgid "(Contributed by Tarek Ziadé in :issue:`6693`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "sysconfig" -msgstr "sysconfig" +msgstr "" msgid "" "The new :mod:`sysconfig` module makes it straightforward to discover " @@ -3283,10 +3203,8 @@ msgstr "" msgid "(Moved out of Distutils by Tarek Ziadé.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "pdb" -msgstr "pdb" +msgstr "" msgid "" "The :mod:`pdb` debugger module gained a number of usability improvements:" @@ -3327,10 +3245,8 @@ msgstr "" msgid "(Contributed by Georg Brandl, Antonio Cuni and Ilya Sandler.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "configparser" -msgstr "configparser" +msgstr "" msgid "" "The :mod:`configparser` module was modified to improve usability and " @@ -3562,10 +3478,8 @@ msgid "" "issue:`5468`, and :issue:`9873`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "mailbox" -msgstr "mailbox" +msgstr "" msgid "" "Thanks to a concerted effort by R. David Murray, the :mod:`mailbox` module " @@ -3612,10 +3526,8 @@ msgid "" "and an initial patch by Victor Stinner in :issue:`9124`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "turtledemo" -msgstr "turtledemo" +msgstr "" msgid "" "The demonstration code for the :mod:`turtle` module was moved from the " @@ -3678,10 +3590,8 @@ msgid "" "(Contributed by Reid Kleckner; :issue:`8844`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Optimizations" -msgstr "Optimizations" +msgstr "" msgid "A number of small performance enhancements have been added:" msgstr "" @@ -3787,10 +3697,8 @@ msgid "" "Łukasz Langa)." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Unicode" -msgstr "Unicode" +msgstr "" msgid "" "Python has been updated to `Unicode 6.0.0 `_." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Codecs" -msgstr "Codecs" +msgstr "" msgid "Support was added for *cp720* Arabic DOS encoding (:issue:`1616979`)." msgstr "" @@ -3844,10 +3750,8 @@ msgid "" "systems." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Documentation" -msgstr "Documentation" +msgstr "" msgid "The documentation continues to be improved." msgstr "" @@ -3898,10 +3802,8 @@ msgstr "" msgid "(Contributed by Georg Brandl in :issue:`7962`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "IDLE" -msgstr "IDLE" +msgstr "" msgid "" "The format menu now has an option to clean source files by stripping " diff --git a/whatsnew/3.3.po b/whatsnew/3.3.po index 7429a0b..585079a 100644 --- a/whatsnew/3.3.po +++ b/whatsnew/3.3.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "What's New In Python 3.3" msgstr "" @@ -182,10 +182,8 @@ msgid "" "dimensional NumPy-style arrays is explained." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Features" -msgstr "Features" +msgstr "" msgid "" "All native single character format specifiers in struct module syntax " @@ -271,10 +269,8 @@ msgid "" "string (in the legacy format and in the new efficient storage)." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Functionality" -msgstr "Functionality" +msgstr "" msgid "Changes introduced by :pep:`393` are the following:" msgstr "" @@ -1014,10 +1010,8 @@ msgid "" "control the caching behavior for modules." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "SimpleNamespace" -msgstr "SimpleNamespace" +msgstr "" msgid "" "The implementation of ``sys.implementation`` also introduces a new type to " @@ -1285,10 +1279,8 @@ msgstr "" msgid "New Modules" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "faulthandler" -msgstr "faulthandler" +msgstr "" msgid "" "This new debug module :mod:`faulthandler` contains functions to dump Python " @@ -1329,10 +1321,8 @@ msgstr "" " File \"\", line 1 in \n" "Segmentation fault" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "ipaddress" -msgstr "ipaddress" +msgstr "" msgid "" "The new :mod:`ipaddress` module provides tools for creating and manipulating " @@ -1343,10 +1333,8 @@ msgstr "" msgid "(Contributed by Google and Peter Moody in :pep:`3144`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "lzma" -msgstr "lzma" +msgstr "" msgid "" "The newly added :mod:`lzma` module provides data compression and " @@ -1360,10 +1348,8 @@ msgstr "" msgid "Improved Modules" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "abc" -msgstr "abc" +msgstr "" msgid "" "Improved support for abstract base classes containing descriptors composed " @@ -1395,10 +1381,8 @@ msgid "" "means it can now be used as a class decorator (:issue:`10868`)." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "array" -msgstr "array" +msgstr "" msgid "" "The :mod:`array` module supports the :c:expr:`long long` type using ``q`` " @@ -1420,10 +1404,8 @@ msgid "" "issue:`13641`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "binascii" -msgstr "binascii" +msgstr "" msgid "" "In addition to the binary objects they normally accept, the ``a2b_`` " @@ -1469,10 +1451,8 @@ msgid "" "API, except for the :meth:`!detach` and :meth:`!truncate` methods." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "codecs" -msgstr "codecs" +msgstr "" msgid "" "The :mod:`~encodings.mbcs` codec has been rewritten to handle correctly " @@ -1533,10 +1513,8 @@ msgstr "(:issue:`12100`)" msgid "The ``unicode_internal`` codec has been deprecated." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "collections" -msgstr "collections" +msgstr "" msgid "" "Addition of a new :class:`~collections.ChainMap` class to allow treating a " @@ -1557,10 +1535,8 @@ msgid "" "``&=``. (Contributed by Raymond Hettinger in :issue:`13121`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "contextlib" -msgstr "contextlib" +msgstr "" msgid "" ":class:`~contextlib.ExitStack` now provides a solid foundation for " @@ -1578,10 +1554,8 @@ msgstr "" msgid "(:issue:`13585`)" msgstr "(:issue:`13585`)" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "crypt" -msgstr "crypt" +msgstr "" msgid "" "Addition of salt and modular crypt format (hashing method) and the :func:`!" @@ -1593,10 +1567,8 @@ msgstr "" msgid "(:issue:`10924`)" msgstr "(:issue:`10924`)" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "curses" -msgstr "curses" +msgstr "" msgid "" "If the :mod:`curses` module is linked to the ncursesw library, use Unicode " @@ -1625,10 +1597,8 @@ msgstr "" msgid "(Contributed by Iñigo Serna in :issue:`6755`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "datetime" -msgstr "datetime" +msgstr "" msgid "" "Equality comparisons between naive and aware :class:`~datetime.datetime` " @@ -1651,10 +1621,8 @@ msgid "" "arguments to convert datetime instance to the system timezone." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "decimal" -msgstr "decimal" +msgstr "" msgid ":issue:`7652` - integrate fast native decimal arithmetic." msgstr "" @@ -1692,15 +1660,11 @@ msgstr "decimal.py" msgid "_decimal" msgstr "_decimal" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "speedup" -msgstr "speedup" +msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "pi" -msgstr "pi" +msgstr "" # pydocvi: passthrough=noop #, fuzzy @@ -1717,10 +1681,8 @@ msgstr "0.345s" msgid "120x" msgstr "120x" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "telco" -msgstr "telco" +msgstr "" # pydocvi: passthrough=noop #, fuzzy @@ -1737,10 +1699,8 @@ msgstr "5.68s" msgid "30x" msgstr "30x" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "psycopg" -msgstr "psycopg" +msgstr "" # pydocvi: passthrough=noop #, fuzzy @@ -1863,10 +1823,8 @@ msgid "" "is deprecated." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "email" -msgstr "email" +msgstr "" msgid "Policy Framework" msgstr "" @@ -1899,10 +1857,8 @@ msgid "" "have when a ``Message`` is serialized. Defaults to 78." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "linesep" -msgstr "linesep" +msgstr "" msgid "" "The character used to separate individual lines when a ``Message`` is " @@ -2166,10 +2122,8 @@ msgid "" "`~datetime.timezone`." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "ftplib" -msgstr "ftplib" +msgstr "" msgid "" ":class:`ftplib.FTP` now accepts a ``source_address`` keyword argument to " @@ -2192,10 +2146,8 @@ msgid "" "dir`. (Contributed by Giampaolo Rodolà in :issue:`11072`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "functools" -msgstr "functools" +msgstr "" msgid "" "The :func:`functools.lru_cache` decorator now accepts a ``typed`` keyword " @@ -2204,20 +2156,16 @@ msgid "" "Raymond Hettinger in :issue:`13227`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "gc" -msgstr "gc" +msgstr "" msgid "" "It is now possible to register callbacks invoked by the garbage collector " "before and after collection using the new :data:`~gc.callbacks` list." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "hmac" -msgstr "hmac" +msgstr "" msgid "" "A new :func:`~hmac.compare_digest` function has been added to prevent side " @@ -2225,10 +2173,8 @@ msgid "" "Coghlan and Christian Heimes in :issue:`15061`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "http" -msgstr "http" +msgstr "" msgid "" ":class:`http.server.BaseHTTPRequestHandler` now buffers the headers and " @@ -2250,10 +2196,8 @@ msgid "" "class. (Contributed by John Kuhn in :issue:`13464`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "html" -msgstr "html" +msgstr "" msgid "" ":class:`html.parser.HTMLParser` is now able to parse broken markup without " @@ -2275,10 +2219,8 @@ msgid "" "(Contributed by Ezio Melotti in :issue:`11113` and :issue:`15156`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "imaplib" -msgstr "imaplib" +msgstr "" msgid "" "The :class:`~imaplib.IMAP4_SSL` constructor now accepts an SSLContext " @@ -2288,10 +2230,8 @@ msgstr "" msgid "(Contributed by Sijin Joseph in :issue:`8808`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "inspect" -msgstr "inspect" +msgstr "" msgid "" "A new :func:`~inspect.getclosurevars` function has been added. This function " @@ -2313,10 +2253,8 @@ msgstr "" msgid "(Contributed by Meador Inge in :issue:`15153`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "io" -msgstr "io" +msgstr "" msgid "" "The :func:`~io.open` function has a new ``'x'`` mode that can be used to " @@ -2335,20 +2273,16 @@ msgid "" "binary buffer." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "itertools" -msgstr "itertools" +msgstr "" msgid "" ":func:`~itertools.accumulate` now takes an optional ``func`` argument for " "providing a user-supplied binary function." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "logging" -msgstr "logging" +msgstr "" msgid "" "The :func:`~logging.basicConfig` function now supports an optional " @@ -2363,10 +2297,8 @@ msgid "" "required while for others it is passed through to the log." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "math" -msgstr "math" +msgstr "" msgid "" "The :mod:`math` module has a new function, :func:`~math.log2`, which " @@ -2376,10 +2308,8 @@ msgstr "" msgid "(Written by Mark Dickinson in :issue:`11888`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "mmap" -msgstr "mmap" +msgstr "" msgid "" "The :meth:`~mmap.mmap.read` method is now more compatible with other file-" @@ -2388,10 +2318,8 @@ msgid "" "(Contributed by Petri Lehtinen in :issue:`12021`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "multiprocessing" -msgstr "multiprocessing" +msgstr "" msgid "" "The new :func:`multiprocessing.connection.wait` function allows polling " @@ -2425,10 +2353,8 @@ msgid "" "Schlawack in :issue:`12708`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "nntplib" -msgstr "nntplib" +msgstr "" msgid "" "The :class:`!nntplib.NNTP` class now supports the context management " @@ -2458,10 +2384,8 @@ msgstr "" msgid "(Contributed by Giampaolo Rodolà in :issue:`9795`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "os" -msgstr "os" +msgstr "" msgid "" "The :mod:`os` module has a new :func:`~os.pipe2` function that makes it " @@ -2656,10 +2580,8 @@ msgid "" "keyword argument on non-Windows platforms, to ease cross-platform support." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "pdb" -msgstr "pdb" +msgstr "" msgid "" "Tab-completion is now available not only for command names, but also their " @@ -2670,10 +2592,8 @@ msgstr "" msgid "(Contributed by Georg Brandl in :issue:`14210`)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "pickle" -msgstr "pickle" +msgstr "" msgid "" ":class:`pickle.Pickler` objects now have an optional :attr:`~pickle.Pickler." @@ -2683,10 +2603,8 @@ msgstr "" msgid "(Contributed by Richard Oudkerk in :issue:`14166`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "pydoc" -msgstr "pydoc" +msgstr "" msgid "" "The Tk GUI and the :func:`!serve` function have been removed from the :mod:" @@ -2694,10 +2612,8 @@ msgid "" "Python 3.2." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "re" -msgstr "re" +msgstr "" msgid "" ":class:`str` regular expressions now support ``\\u`` and ``\\U`` escapes." @@ -2706,10 +2622,8 @@ msgstr "" msgid "(Contributed by Serhiy Storchaka in :issue:`3665`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "sched" -msgstr "sched" +msgstr "" msgid "" ":meth:`~sched.scheduler.run` now accepts a *blocking* parameter which when " @@ -2742,10 +2656,8 @@ msgid "" "accept a *kwargs* parameter. (Contributed by Chris Clark in :issue:`13245`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "select" -msgstr "select" +msgstr "" msgid "" "Solaris and derivative platforms have a new class :class:`select.devpoll` " @@ -2753,10 +2665,8 @@ msgid "" "(Contributed by Jesús Cea Avión in :issue:`6397`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "shlex" -msgstr "shlex" +msgstr "" msgid "" "The previously undocumented helper function ``quote`` from the :mod:`!pipes` " @@ -2765,10 +2675,8 @@ msgid "" "otherwise given special meaning by the shell." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "shutil" -msgstr "shutil" +msgstr "" msgid "New functions:" msgstr "" @@ -2819,10 +2727,8 @@ msgid "" "`4489`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "signal" -msgstr "signal" +msgstr "" msgid "The :mod:`signal` module has new functions:" msgstr "" @@ -2862,10 +2768,8 @@ msgid "" "instead of a RuntimeError: OSError has an errno attribute." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "smtpd" -msgstr "smtpd" +msgstr "" msgid "" "The :mod:`!smtpd` module now supports :rfc:`5321` (extended SMTP) and :rfc:" @@ -2879,10 +2783,8 @@ msgid "" "Orrù and Dan Boswell. :issue:`8739`)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "smtplib" -msgstr "smtplib" +msgstr "" msgid "" "The :class:`~smtplib.SMTP`, :class:`~smtplib.SMTP_SSL`, and :class:`~smtplib." @@ -2904,10 +2806,8 @@ msgid "" "the secure channel. (Contributed by Kasun Herath in :issue:`8809`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "socket" -msgstr "socket" +msgstr "" msgid "" "The :class:`~socket.socket` class now exposes additional methods to process " @@ -2963,10 +2863,8 @@ msgid "" "by Ross Lagerwall in :issue:`10866`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "socketserver" -msgstr "socketserver" +msgstr "" msgid "" ":class:`~socketserver.BaseServer` now has an overridable method :meth:" @@ -2987,10 +2885,8 @@ msgid "" "processed by sqlite. (Contributed by Torsten Landschoff in :issue:`11688`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "ssl" -msgstr "ssl" +msgstr "" msgid "The :mod:`ssl` module has two new random generation functions:" msgstr "" @@ -3061,10 +2957,8 @@ msgid "" "the client's (:issue:`13635`)." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "stat" -msgstr "stat" +msgstr "" msgid "" "The undocumented tarfile.filemode function has been moved to :func:`stat." @@ -3075,10 +2969,8 @@ msgstr "" msgid "(Contributed by Giampaolo Rodolà in :issue:`14807`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "struct" -msgstr "struct" +msgstr "" msgid "" "The :mod:`struct` module now supports :c:type:`ssize_t` and :c:type:`size_t` " @@ -3086,10 +2978,8 @@ msgid "" "Pitrou in :issue:`3163`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "subprocess" -msgstr "subprocess" +msgstr "" msgid "" "Command strings can now be bytes objects on posix platforms. (Contributed " @@ -3110,30 +3000,24 @@ msgid "" "holding information about the thread implementation (:issue:`11223`)." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "tarfile" -msgstr "tarfile" +msgstr "" msgid "" ":mod:`tarfile` now supports ``lzma`` encoding via the :mod:`lzma` module. " "(Contributed by Lars Gustäbel in :issue:`5689`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "tempfile" -msgstr "tempfile" +msgstr "" msgid "" ":class:`tempfile.SpooledTemporaryFile`\\'s :meth:`!truncate` method now " "accepts a ``size`` parameter. (Contributed by Ryan Kelly in :issue:`9957`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "textwrap" -msgstr "textwrap" +msgstr "" msgid "" "The :mod:`textwrap` module has a new :func:`~textwrap.indent` that makes it " @@ -3141,10 +3025,8 @@ msgid "" "(:issue:`13857`)." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "threading" -msgstr "threading" +msgstr "" msgid "" ":class:`threading.Condition`, :class:`threading.Semaphore`, :class:" @@ -3168,10 +3050,8 @@ msgid "" "public interface." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "time" -msgstr "time" +msgstr "" msgid "The :pep:`418` added new functions to the :mod:`time` module:" msgstr "" @@ -3209,10 +3089,8 @@ msgid "" "error on posix, but produced an infinite sleep on Windows." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "types" -msgstr "types" +msgstr "" msgid "" "Add a new :class:`types.MappingProxyType` class: Read-only proxy of a " @@ -3225,10 +3103,8 @@ msgid "" "`14588`)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "unittest" -msgstr "unittest" +msgstr "" msgid "" ":meth:`.assertRaises`, :meth:`.assertRaisesRegex`, :meth:`.assertWarns`, " @@ -3242,10 +3118,8 @@ msgid "" "object." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "urllib" -msgstr "urllib" +msgstr "" msgid "" "The :class:`~urllib.request.Request` class, now accepts a *method* argument " @@ -3263,10 +3137,8 @@ msgstr ">>> urlopen(Request('https://www.python.org', method='HEAD'))" msgid "(:issue:`1673007`)" msgstr "(:issue:`1673007`)" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "webbrowser" -msgstr "webbrowser" +msgstr "" msgid "" "The :mod:`webbrowser` module supports more \"browsers\": Google Chrome " @@ -3293,10 +3165,8 @@ msgid "" "detailed reference." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "zlib" -msgstr "zlib" +msgstr "" msgid "" "New attribute :attr:`zlib.Decompress.eof` makes it possible to distinguish " @@ -3310,10 +3180,8 @@ msgid "" "by Torsten Landschoff in :issue:`12306`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Optimizations" -msgstr "Optimizations" +msgstr "" msgid "Major performance enhancements have been added:" msgstr "" @@ -3454,10 +3322,8 @@ msgid "" "format (:issue:`12380`)." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Deprecated" -msgstr "Deprecated" +msgstr "" msgid "Unsupported Operating Systems" msgstr "" @@ -3939,10 +3805,8 @@ msgid "" "(:issue:`11591`, contributed by Carl Meyer with editions by Éric Araujo.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "yield" -msgstr "yield" +msgstr "" msgid "yield from (in What's New)" msgstr "" diff --git a/whatsnew/3.4.po b/whatsnew/3.4.po index 0f78b30..8a7e313 100644 --- a/whatsnew/3.4.po +++ b/whatsnew/3.4.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,15 +20,13 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "What's New In Python 3.4" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Author" -msgstr "Author" +msgstr "" msgid "\\R. David Murray (Editor)" msgstr "" @@ -691,10 +689,8 @@ msgstr "" msgid "New Modules" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "asyncio" -msgstr "asyncio" +msgstr "" msgid "" "The new :mod:`asyncio` module (defined in :pep:`3156`) provides a standard " @@ -712,10 +708,8 @@ msgstr "" msgid "PEP written and implementation led by Guido van Rossum." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "ensurepip" -msgstr "ensurepip" +msgstr "" msgid "" "The new :mod:`ensurepip` module is the primary infrastructure for the :pep:" @@ -743,10 +737,8 @@ msgid "" "version of ``pip`` is older than the bundled copy." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "enum" -msgstr "enum" +msgstr "" msgid "" "The new :mod:`enum` module (defined in :pep:`435`) provides a standard " @@ -764,10 +756,8 @@ msgid "" "Ethan Furman." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "pathlib" -msgstr "pathlib" +msgstr "" msgid "" "The new :mod:`pathlib` module offers classes representing filesystem paths " @@ -783,10 +773,8 @@ msgstr "" msgid "PEP written and implemented by Antoine Pitrou." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "selectors" -msgstr "selectors" +msgstr "" msgid "" "The new :mod:`selectors` module (created as part of implementing :pep:" @@ -794,10 +782,8 @@ msgid "" "mod:`select` module primitives." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "statistics" -msgstr "statistics" +msgstr "" msgid "" "The new :mod:`statistics` module (defined in :pep:`450`) offers some core " @@ -812,10 +798,8 @@ msgstr "" msgid "PEP written and implemented by Steven D'Aprano" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "tracemalloc" -msgstr "tracemalloc" +msgstr "" msgid "" "The new :mod:`tracemalloc` module (defined in :pep:`454`) is a debug tool to " @@ -844,10 +828,8 @@ msgstr "" msgid "Improved Modules" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "abc" -msgstr "abc" +msgstr "" msgid "" "New function :func:`abc.get_cache_token` can be used to know when to " @@ -862,10 +844,8 @@ msgid "" "(Contributed by Bruno Dupuis in :issue:`16049`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "aifc" -msgstr "aifc" +msgstr "" msgid "" "The :meth:`!getparams` method now returns a namedtuple rather than a plain " @@ -885,10 +865,8 @@ msgid "" "`8311`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "argparse" -msgstr "argparse" +msgstr "" msgid "" "The :class:`~argparse.FileType` class now accepts *encoding* and *errors* " @@ -896,10 +874,8 @@ msgid "" "Maystre in :issue:`11175`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "audioop" -msgstr "audioop" +msgstr "" msgid "" ":mod:`!audioop` now supports 24-bit samples. (Contributed by Serhiy " @@ -939,10 +915,8 @@ msgid "" "Mercurial project, Serhiy Storchaka, and Antoine Pitrou in :issue:`17618`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "collections" -msgstr "collections" +msgstr "" msgid "" "The :meth:`.ChainMap.new_child` method now accepts an *m* argument " @@ -951,10 +925,8 @@ msgid "" "by Vinay Sajip in :issue:`16613`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "colorsys" -msgstr "colorsys" +msgstr "" msgid "" "The number of digits in the coefficients for the RGB --- YIQ conversions " @@ -963,10 +935,8 @@ msgid "" "(Contributed by Brian Landers and Serhiy Storchaka in :issue:`14323`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "contextlib" -msgstr "contextlib" +msgstr "" msgid "" "The new :class:`contextlib.suppress` context manager helps to clarify the " @@ -993,10 +963,8 @@ msgid "" "between single use, reusable and reentrant context managers." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "dbm" -msgstr "dbm" +msgstr "" msgid "" ":func:`dbm.open` objects now support the context management protocol. When " @@ -1005,10 +973,8 @@ msgid "" "by Claudiu Popa and Nick Coghlan in :issue:`19282`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "dis" -msgstr "dis" +msgstr "" msgid "" "Functions :func:`~dis.show_code`, :func:`~dis.dis`, :func:`~dis.distb`, and :" @@ -1113,10 +1079,8 @@ msgid "" "available. (Contributed by Larry Hastings in :issue:`19722`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "doctest" -msgstr "doctest" +msgstr "" msgid "" "A new :ref:`option flag `, :const:`~doctest.FAIL_FAST`, " @@ -1138,10 +1102,8 @@ msgid "" "strings. (Contributed by Zachary Ware in :issue:`3158`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "email" -msgstr "email" +msgstr "" msgid "" ":meth:`~email.message.Message.as_string` now accepts a *policy* argument to " @@ -1187,10 +1149,8 @@ msgid "" "handling). (Contributed by R. David Murray in :issue:`18891`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "filecmp" -msgstr "filecmp" +msgstr "" msgid "" "A new :func:`~filecmp.clear_cache` function provides the ability to clear " @@ -1208,10 +1168,8 @@ msgid "" "issue:`15442`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "functools" -msgstr "functools" +msgstr "" msgid "" "The new :func:`~functools.partialmethod` descriptor brings partial argument " @@ -1250,10 +1208,8 @@ msgid "" "in :issue:`12428`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "gc" -msgstr "gc" +msgstr "" msgid "" "New function :func:`~gc.get_stats` returns a list of three per-generation " @@ -1261,10 +1217,8 @@ msgid "" "startup. (Contributed by Antoine Pitrou in :issue:`16351`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "glob" -msgstr "glob" +msgstr "" msgid "" "A new function :func:`~glob.escape` provides a way to escape special " @@ -1273,10 +1227,8 @@ msgid "" "Storchaka in :issue:`8402`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "hashlib" -msgstr "hashlib" +msgstr "" msgid "" "A new :func:`hashlib.pbkdf2_hmac` function provides the `PKCS#5 password-" @@ -1293,10 +1245,8 @@ msgid "" "Coombs in :issue:`18532`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "hmac" -msgstr "hmac" +msgstr "" msgid "" ":mod:`hmac` now accepts ``bytearray`` as well as ``bytes`` for the *key* " @@ -1321,10 +1271,8 @@ msgid "" "pep:`247` API. (Contributed by Christian Heimes in :issue:`18775`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "html" -msgstr "html" +msgstr "" msgid "" "New function :func:`~html.unescape` function converts HTML5 character " @@ -1346,10 +1294,8 @@ msgid "" "(Contributed by Ezio Melotti in :issue:`15114`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "http" -msgstr "http" +msgstr "" msgid "" ":meth:`~http.server.BaseHTTPRequestHandler.send_error` now accepts an " @@ -1378,10 +1324,8 @@ msgid "" "the IDLE :menuselection:`Help --> About IDLE` dialog." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "importlib" -msgstr "importlib" +msgstr "" msgid "" "The :class:`~importlib.abc.InspectLoader` ABC defines a new method, :meth:" @@ -1439,10 +1383,8 @@ msgid "" "`19152`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "inspect" -msgstr "inspect" +msgstr "" msgid "" "The :mod:`inspect` module now offers a basic :ref:`command line interface " @@ -1483,10 +1425,8 @@ msgid "" "Stefan Behnel and Yury Selivanov in :issue:`17159`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "ipaddress" -msgstr "ipaddress" +msgstr "" msgid "" ":mod:`ipaddress` was added to the standard library in Python 3.3 as a :term:" @@ -1501,10 +1441,8 @@ msgid "" "`17400`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "logging" -msgstr "logging" +msgstr "" msgid "" "The :class:`~logging.handlers.TimedRotatingFileHandler` has a new *atTime* " @@ -1534,10 +1472,8 @@ msgid "" "keyword argument. (Contributed by Vinay Sajip in :issue:`15452`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "marshal" -msgstr "marshal" +msgstr "" msgid "" "The default :mod:`marshal` version has been bumped to 3. The code " @@ -1551,20 +1487,16 @@ msgid "" "issue:`19219`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "mmap" -msgstr "mmap" +msgstr "" msgid "" "mmap objects are now :ref:`weakly referenceable `. (Contributed " "by Valerie Lambert in :issue:`4885`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "multiprocessing" -msgstr "multiprocessing" +msgstr "" msgid "" "On Unix two new :ref:`start methods `, " @@ -1605,10 +1537,8 @@ msgid "" "(Contributed by Nick Coghlan in :issue:`19946`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "operator" -msgstr "operator" +msgstr "" msgid "" "New function :func:`~operator.length_hint` provides an implementation of the " @@ -1623,10 +1553,8 @@ msgid "" "(Contributed by Zachary Ware in :issue:`16694`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "os" -msgstr "os" +msgstr "" msgid "" "There are new functions to get and set the :ref:`inheritable flag " @@ -1664,10 +1592,8 @@ msgid "" "respectively.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "pdb" -msgstr "pdb" +msgstr "" msgid "" ":mod:`pdb` has been enhanced to handle generators, :keyword:`yield`, and " @@ -1688,10 +1614,8 @@ msgid "" "(Contributed by Connor Osborn in :issue:`18764`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "pickle" -msgstr "pickle" +msgstr "" msgid "" ":mod:`pickle` now supports (but does not use by default) a new pickle " @@ -1708,10 +1632,8 @@ msgstr "" msgid "PEP written by Antoine Pitrou and implemented by Alexandre Vassalotti." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "plistlib" -msgstr "plistlib" +msgstr "" msgid "" ":mod:`plistlib` now has an API that is similar to the standard pattern for " @@ -1723,10 +1645,8 @@ msgid "" "(Contributed by Ronald Oussoren and others in :issue:`14455`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "poplib" -msgstr "poplib" +msgstr "" msgid "" "Two new methods have been added to :mod:`poplib`: :meth:`~poplib.POP3.capa`, " @@ -1736,10 +1656,8 @@ msgid "" "Lorenzo Catucci in :issue:`4473`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "pprint" -msgstr "pprint" +msgstr "" msgid "" "The :mod:`pprint` module's :class:`~pprint.PrettyPrinter` class and its :" @@ -1755,20 +1673,16 @@ msgid "" "syntax. (Contributed by Antoine Pitrou in :issue:`17150`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "pty" -msgstr "pty" +msgstr "" msgid "" ":func:`pty.spawn` now returns the status value from :func:`os.waitpid` on " "the child process, instead of ``None``. (Contributed by Gregory P. Smith.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "pydoc" -msgstr "pydoc" +msgstr "" msgid "" "The :mod:`pydoc` module is now based directly on the :func:`inspect." @@ -1797,10 +1711,8 @@ msgid "" "affect the behaviour of :func:`help`." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "re" -msgstr "re" +msgstr "" msgid "" "New :func:`~re.fullmatch` function and :meth:`.Pattern.fullmatch` method " @@ -1818,10 +1730,8 @@ msgid "" "Lopes Tavares and Serhiy Storchaka in :issue:`13592` and :issue:`17087`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "resource" -msgstr "resource" +msgstr "" msgid "" "New :func:`~resource.prlimit` function, available on Linux platforms with a " @@ -1844,10 +1754,8 @@ msgid "" "`~resource.RLIMIT_NPTS`. (Contributed by Claudiu Popa in :issue:`19343`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "select" -msgstr "select" +msgstr "" msgid "" ":class:`~select.epoll` objects now support the context management protocol. " @@ -1862,10 +1770,8 @@ msgid "" "`~select.devpoll.closed`. (Contributed by Victor Stinner in :issue:`18794`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "shelve" -msgstr "shelve" +msgstr "" msgid "" ":class:`~shelve.Shelf` instances may now be used in :keyword:`with` " @@ -1873,10 +1779,8 @@ msgid "" "with` block. (Contributed by Filip Gruszczyński in :issue:`13896`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "shutil" -msgstr "shutil" +msgstr "" msgid "" ":func:`~shutil.copyfile` now raises a specific :exc:`~shutil.Error` " @@ -1886,10 +1790,8 @@ msgid "" "issue:`1492704`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "smtpd" -msgstr "smtpd" +msgstr "" msgid "" "The :class:`!SMTPServer` and :class:`!SMTPChannel` classes now accept a " @@ -1899,10 +1801,8 @@ msgid "" "issue:`11959`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "smtplib" -msgstr "smtplib" +msgstr "" msgid "" ":exc:`~smtplib.SMTPException` is now a subclass of :exc:`OSError`, which " @@ -1911,10 +1811,8 @@ msgid "" "occurred. (Contributed by Ned Jackson Lovely in :issue:`2118`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "socket" -msgstr "socket" +msgstr "" msgid "" "The socket module now supports the :const:`~socket.CAN_BCM` protocol on " @@ -1953,10 +1851,8 @@ msgid "" "(Contributed by poq in :issue:`13773`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "ssl" -msgstr "ssl" +msgstr "" msgid "" ":data:`~ssl.PROTOCOL_TLSv1_1` and :data:`~ssl.PROTOCOL_TLSv1_2` (TLSv1.1 and " @@ -2043,10 +1939,8 @@ msgid "" "issue:`18379`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "stat" -msgstr "stat" +msgstr "" msgid "" "The :mod:`stat` module is now backed by a C implementation in :mod:`!_stat`. " @@ -2060,10 +1954,8 @@ msgid "" "Christian Hiemes in :issue:`11016`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "struct" -msgstr "struct" +msgstr "" msgid "" "New function :mod:`~struct.iter_unpack` and a new :meth:`struct.Struct." @@ -2072,10 +1964,8 @@ msgid "" "by Antoine Pitrou in :issue:`17804`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "subprocess" -msgstr "subprocess" +msgstr "" msgid "" ":func:`~subprocess.check_output` now accepts an *input* argument that can be " @@ -2089,10 +1979,8 @@ msgid "" "(Contributed by Tim Golden in :issue:`10197`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "sunau" -msgstr "sunau" +msgstr "" msgid "" "The :meth:`!getparams` method now returns a namedtuple rather than a plain " @@ -2139,10 +2027,8 @@ msgid "" "Araujo and Antoine Pitrou in :issue:`5845`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "tarfile" -msgstr "tarfile" +msgstr "" msgid "" "The :mod:`tarfile` module now supports a simple :ref:`tarfile-commandline` " @@ -2151,10 +2037,8 @@ msgid "" "`13477`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "textwrap" -msgstr "textwrap" +msgstr "" msgid "" "The :class:`~textwrap.TextWrapper` class has two new attributes/constructor " @@ -2169,10 +2053,8 @@ msgid "" "issue:`18725`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "threading" -msgstr "threading" +msgstr "" msgid "" "The :class:`~threading.Thread` object representing the main thread can be " @@ -2181,10 +2063,8 @@ msgid "" "started. (Contributed by Andrew Svetlov in :issue:`18882`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "traceback" -msgstr "traceback" +msgstr "" msgid "" "A new :func:`traceback.clear_frames` function takes a traceback object and " @@ -2193,10 +2073,8 @@ msgid "" "`1565525`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "types" -msgstr "types" +msgstr "" msgid "" "A new :func:`~types.DynamicClassAttribute` descriptor provides a way to " @@ -2207,10 +2085,8 @@ msgid "" "for an example). (Contributed by Ethan Furman in :issue:`19030`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "urllib" -msgstr "urllib" +msgstr "" msgid "" ":mod:`urllib.request` now supports ``data:`` URLs via the :class:`~urllib." @@ -2246,10 +2122,8 @@ msgid "" "`15701`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "unittest" -msgstr "unittest" +msgstr "" msgid "" "The :class:`~unittest.TestCase` class has a new method, :meth:`~unittest." @@ -2339,10 +2213,8 @@ msgid "" "``readlines`` methods. (Contributed by Toshio Kuratomi in :issue:`17467`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "venv" -msgstr "venv" +msgstr "" msgid "" ":mod:`venv` now includes activation scripts for the ``csh`` and ``fish`` " @@ -2357,10 +2229,8 @@ msgid "" "issue:`19552` as part of the :pep:`453` implementation.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "wave" -msgstr "wave" +msgstr "" msgid "" "The :meth:`~wave.Wave_read.getparams` method now returns a namedtuple rather " @@ -2384,10 +2254,8 @@ msgid "" "by Serhiy Storchaka in :issue:`8311`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "weakref" -msgstr "weakref" +msgstr "" msgid "" "New :class:`~weakref.WeakMethod` class simulates weak references to bound " @@ -2430,10 +2298,8 @@ msgid "" "Storchaka in :issue:`14377`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "zipfile" -msgstr "zipfile" +msgstr "" msgid "" "The :meth:`~zipfile.PyZipFile.writepy` method of the :class:`~zipfile." @@ -2772,10 +2638,8 @@ msgid "" "threads. (Contributed by Antoine Pitrou in :issue:`18756`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Deprecated" -msgstr "Deprecated" +msgstr "" msgid "" "This section covers various APIs and other features that have been " @@ -2883,10 +2747,8 @@ msgid "" "exists, is deprecated (:issue:`19375`)." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Removed" -msgstr "Removed" +msgstr "" msgid "Operating Systems No Longer Supported" msgstr "" diff --git a/whatsnew/3.5.po b/whatsnew/3.5.po index b70a356..f27ef4e 100644 --- a/whatsnew/3.5.po +++ b/whatsnew/3.5.po @@ -13,7 +13,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-23 15:47+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -21,15 +21,13 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "What's New In Python 3.5" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Editors" -msgstr "Editors" +msgstr "" msgid "Elvis Pranskevichus , Yury Selivanov " msgstr "" @@ -1051,10 +1049,8 @@ msgstr "" msgid "New Modules" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "typing" -msgstr "typing" +msgstr "" msgid "" "The new :mod:`typing` :term:`provisional ` module provides " @@ -1062,10 +1058,8 @@ msgid "" "Hints ` for more information." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "zipapp" -msgstr "zipapp" +msgstr "" msgid "" "The new :mod:`zipapp` module (specified in :pep:`441`) provides an API and " @@ -1100,10 +1094,8 @@ msgstr "" msgid "Improved Modules" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "argparse" -msgstr "argparse" +msgstr "" msgid "" "The :class:`~argparse.ArgumentParser` class now allows disabling :ref:" @@ -1112,10 +1104,8 @@ msgid "" "Bethard, paul j3 and Daniel Eriksson in :issue:`14910`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "asyncio" -msgstr "asyncio" +msgstr "" msgid "" "Since the :mod:`asyncio` module is :term:`provisional `, " @@ -1251,30 +1241,24 @@ msgid "" "size of decompressed data. (Contributed by Nikolaus Rath in :issue:`15955`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "cgi" -msgstr "cgi" +msgstr "" msgid "" "The :class:`!FieldStorage` class now supports the :term:`context manager` " "protocol. (Contributed by Berker Peksag in :issue:`20289`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "cmath" -msgstr "cmath" +msgstr "" msgid "" "A new function :func:`~cmath.isclose` provides a way to test for approximate " "equality. (Contributed by Chris Barker and Tal Einat in :issue:`24270`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "code" -msgstr "code" +msgstr "" msgid "" "The :func:`InteractiveInterpreter.showtraceback() `." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "compileall" -msgstr "compileall" +msgstr "" msgid "" "A new :mod:`compileall` option, :samp:`-j {N}`, allows running *N* workers " @@ -1409,10 +1389,8 @@ msgid "" "CPUs. (Contributed by Claudiu Popa in :issue:`21527`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "configparser" -msgstr "configparser" +msgstr "" msgid "" ":mod:`configparser` now provides a way to customize the conversion of values " @@ -1463,10 +1441,8 @@ msgstr "" msgid "(Contributed by Łukasz Langa in :issue:`18159`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "contextlib" -msgstr "contextlib" +msgstr "" msgid "" "The new :func:`~contextlib.redirect_stderr` :term:`context manager` (similar " @@ -1497,20 +1473,16 @@ msgstr "" msgid "(Contributed by Berker Peksag in :issue:`22389`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "csv" -msgstr "csv" +msgstr "" msgid "" "The :meth:`~csv.csvwriter.writerow` method now supports arbitrary iterables, " "not just sequences. (Contributed by Serhiy Storchaka in :issue:`23171`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "curses" -msgstr "curses" +msgstr "" msgid "" "The new :func:`~curses.update_lines_cols` function updates the :data:" @@ -1519,10 +1491,8 @@ msgid "" "`4254`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "dbm" -msgstr "dbm" +msgstr "" msgid "" ":func:`dumb.open ` always creates a new database when the " @@ -1530,10 +1500,8 @@ msgid "" "`18039`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "difflib" -msgstr "difflib" +msgstr "" msgid "" "The charset of HTML documents generated by :meth:`HtmlDiff.make_file() " @@ -1549,10 +1517,8 @@ msgid "" "Reedy and Greg Ward in :issue:`17445`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "distutils" -msgstr "distutils" +msgstr "" msgid "" "Both the ``build`` and ``build_ext`` commands now accept a ``-j`` option to " @@ -1566,10 +1532,8 @@ msgid "" "Serhiy Storchaka in :issue:`16314`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "doctest" -msgstr "doctest" +msgstr "" msgid "" "The :func:`~doctest.DocTestSuite` function returns an empty :class:`unittest." @@ -1577,10 +1541,8 @@ msgid "" "`ValueError`. (Contributed by Glenn Jones in :issue:`15916`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "email" -msgstr "email" +msgstr "" msgid "" "A new policy option :attr:`Policy.mangle_from_ ` enum that defines a set of HTTP " @@ -1779,10 +1727,8 @@ msgid "" "from the IDLE :menuselection:`Help --> About IDLE` dialog." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "imaplib" -msgstr "imaplib" +msgstr "" msgid "" "The :class:`~imaplib.IMAP4` class now supports the :term:`context manager` " @@ -1806,10 +1752,8 @@ msgid "" "(Contributed by Milan Oberkirch in :issue:`21800`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "imghdr" -msgstr "imghdr" +msgstr "" msgid "" "The :func:`!what` function now recognizes the `OpenEXR ` class allows for " @@ -1845,10 +1787,8 @@ msgid "" "spec object. (Contributed by Brett Cannon in :issue:`20383`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "inspect" -msgstr "inspect" +msgstr "" msgid "" "Both the :class:`~inspect.Signature` and :class:`~inspect.Parameter` classes " @@ -1908,10 +1848,8 @@ msgid "" "list of named tuples. (Contributed by Daniel Shahaf in :issue:`16808`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "io" -msgstr "io" +msgstr "" msgid "" "A new :meth:`BufferedIOBase.readinto1() ` " @@ -1921,10 +1859,8 @@ msgid "" "`20578`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "ipaddress" -msgstr "ipaddress" +msgstr "" msgid "" "Both the :class:`~ipaddress.IPv4Network` and :class:`~ipaddress.IPv6Network` " @@ -1978,10 +1914,8 @@ msgstr "" msgid "(Contributed by Leon Weber in :issue:`20480`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "json" -msgstr "json" +msgstr "" msgid "" "The :mod:`json.tool` command line interface now preserves the order of keys " @@ -1996,10 +1930,8 @@ msgid "" "(Contributed by Serhiy Storchaka in :issue:`19361`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "linecache" -msgstr "linecache" +msgstr "" msgid "" "A new :func:`~linecache.lazycache` function can be used to capture " @@ -2009,10 +1941,8 @@ msgid "" "indefinitely. (Contributed by Robert Collins in :issue:`17911`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "locale" -msgstr "locale" +msgstr "" msgid "" "A new :func:`~locale.delocalize` function can be used to convert a string " @@ -2046,10 +1976,8 @@ msgstr "" msgid "(Contributed by Cédric Krier in :issue:`13918`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "logging" -msgstr "logging" +msgstr "" msgid "" "All logging methods (:class:`~logging.Logger` :meth:`~logging.Logger.log`, :" @@ -2092,10 +2020,8 @@ msgid "" "(Contributed by Vinay Sajip.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "lzma" -msgstr "lzma" +msgstr "" msgid "" "The :meth:`LZMADecompressor.decompress() ` " @@ -2103,10 +2029,8 @@ msgid "" "size of decompressed data. (Contributed by Martin Panter in :issue:`15955`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "math" -msgstr "math" +msgstr "" msgid "" "Two new constants have been added to the :mod:`math` module: :data:`~math." @@ -2125,10 +2049,8 @@ msgid "" "Storchaka in :issue:`22486`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "multiprocessing" -msgstr "multiprocessing" +msgstr "" msgid "" ":func:`sharedctypes.synchronized() ` method can be used " @@ -2293,10 +2209,8 @@ msgstr "" msgid "(Contributed by Christopher Welborn in :issue:`20218`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "pickle" -msgstr "pickle" +msgstr "" msgid "" "Nested objects, such as unbound methods or nested classes, can now be " @@ -2305,10 +2219,8 @@ msgid "" "Serhiy Storchaka in :issue:`23611`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "poplib" -msgstr "poplib" +msgstr "" msgid "" "A new :meth:`POP3.utf8() ` command enables :rfc:`6856` " @@ -2316,10 +2228,8 @@ msgid "" "by Milan OberKirch in :issue:`21804`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "re" -msgstr "re" +msgstr "" msgid "" "References and conditional references to groups with fixed length are now " @@ -2387,10 +2297,8 @@ msgstr "" msgid "(Contributed by Serhiy Storchaka in :issue:`22578`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "readline" -msgstr "readline" +msgstr "" msgid "" "A new :func:`~readline.append_history_file` function can be used to append " @@ -2398,20 +2306,16 @@ msgid "" "(Contributed by Bruno Cauet in :issue:`22940`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "selectors" -msgstr "selectors" +msgstr "" msgid "" "The new :class:`~selectors.DevpollSelector` supports efficient ``/dev/poll`` " "polling on Solaris. (Contributed by Giampaolo Rodola' in :issue:`18931`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "shutil" -msgstr "shutil" +msgstr "" msgid "" "The :func:`~shutil.move` function now accepts a *copy_function* argument, " @@ -2425,10 +2329,8 @@ msgid "" "(Contributed by Serhiy Storchaka in :issue:`5411`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "signal" -msgstr "signal" +msgstr "" msgid "" "On Windows, the :func:`~signal.set_wakeup_fd` function now also supports " @@ -2442,10 +2344,8 @@ msgid "" "Rodola' in :issue:`21076`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "smtpd" -msgstr "smtpd" +msgstr "" msgid "" "Both the :class:`!SMTPServer` and :class:`!SMTPChannel` classes now accept a " @@ -2481,10 +2381,8 @@ msgid "" "connect. (Contributed by Milan Oberkirch in :issue:`14758`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "smtplib" -msgstr "smtplib" +msgstr "" msgid "" "A new :meth:`SMTP.auth() ` method provides a convenient " @@ -2506,20 +2404,16 @@ msgid "" "`22027`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "sndhdr" -msgstr "sndhdr" +msgstr "" msgid "" "The :func:`!what` and :func:`!whathdr` functions now return a :func:" "`~collections.namedtuple`. (Contributed by Claudiu Popa in :issue:`18615`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "socket" -msgstr "socket" +msgstr "" msgid "" "Functions with timeouts now use a monotonic clock, instead of a system " @@ -2548,10 +2442,8 @@ msgid "" "François Natali in :issue:`21455`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "ssl" -msgstr "ssl" +msgstr "" msgid "Memory BIO Support" msgstr "" @@ -2664,10 +2556,8 @@ msgid "" "Serhiy Storchaka in :issue:`13583`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "subprocess" -msgstr "subprocess" +msgstr "" msgid "" "The new :func:`~subprocess.run` function has been added. It runs the " @@ -2725,10 +2615,8 @@ msgid "" "Antoine Pitrou in :issue:`22696`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "sysconfig" -msgstr "sysconfig" +msgstr "" msgid "" "The name of the user scripts directory on Windows now includes the first two " @@ -2736,10 +2624,8 @@ msgid "" "`23437`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "tarfile" -msgstr "tarfile" +msgstr "" msgid "" "The *mode* argument of the :func:`~tarfile.open` function now accepts " @@ -2764,10 +2650,8 @@ msgid "" "by Serhiy Storchaka in :issue:`21549`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "threading" -msgstr "threading" +msgstr "" msgid "" "Both the :meth:`Lock.acquire() ` and :meth:`RLock." @@ -2775,20 +2659,16 @@ msgid "" "timeout management. (Contributed by Victor Stinner in :issue:`22043`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "time" -msgstr "time" +msgstr "" msgid "" "The :func:`~time.monotonic` function is now always available. (Contributed " "by Victor Stinner in :issue:`22043`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "timeit" -msgstr "timeit" +msgstr "" msgid "" "A new command line option ``-u`` or :samp:`--unit={U}` can be used to " @@ -2802,10 +2682,8 @@ msgid "" "Ben Roberts in :issue:`2527`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "tkinter" -msgstr "tkinter" +msgstr "" msgid "" "The :mod:`!tkinter._fix` module used for setting up the Tcl/Tk environment " @@ -2814,10 +2692,8 @@ msgid "" "(Contributed by Zachary Ware in :issue:`20035`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "traceback" -msgstr "traceback" +msgstr "" msgid "" "New :func:`~traceback.walk_stack` and :func:`~traceback.walk_tb` functions " @@ -2837,10 +2713,8 @@ msgid "" "by Dmitry Kazakov in :issue:`22619`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "types" -msgstr "types" +msgstr "" msgid "" "A new :func:`~types.coroutine` function to transform :term:`generator " @@ -2855,20 +2729,16 @@ msgid "" "by Yury Selivanov in :issue:`24400`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "unicodedata" -msgstr "unicodedata" +msgstr "" msgid "" "The :mod:`unicodedata` module now uses data from `Unicode 8.0.0 `_." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "unittest" -msgstr "unittest" +msgstr "" msgid "" "The :meth:`TestLoader.loadTestsFromModule() ` class now " @@ -3002,10 +2866,8 @@ msgid "" "(Contributed by Serhiy Storchaka in :issue:`10590`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "zipfile" -msgstr "zipfile" +msgstr "" msgid "" "ZIP output can now be written to unseekable streams. (Contributed by Serhiy " @@ -3028,10 +2890,8 @@ msgid "" "`23001`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Optimizations" -msgstr "Optimizations" +msgstr "" msgid "" "The :func:`os.walk` function has been sped up by 3 to 5 times on POSIX " @@ -3263,10 +3123,8 @@ msgid "" "with Python 3.4." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Deprecated" -msgstr "Deprecated" +msgstr "" msgid "New Keywords" msgstr "" @@ -3382,10 +3240,8 @@ msgid "" "`16662`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Removed" -msgstr "Removed" +msgstr "" msgid "API and Feature Removals" msgstr "" diff --git a/whatsnew/3.6.po b/whatsnew/3.6.po index 5ed27ad..a4f1a1a 100644 --- a/whatsnew/3.6.po +++ b/whatsnew/3.6.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,15 +20,13 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "What's New In Python 3.6" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Editors" -msgstr "Editors" +msgstr "" msgid "Elvis Pranskevichus , Yury Selivanov " msgstr "" @@ -1035,10 +1033,8 @@ msgstr "" msgid "New Modules" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "secrets" -msgstr "secrets" +msgstr "" msgid "" "The main purpose of the new :mod:`secrets` module is to provide an obvious " @@ -1062,10 +1058,8 @@ msgstr "" msgid "Improved Modules" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "array" -msgstr "array" +msgstr "" msgid "" "Exhausted iterators of :class:`array.array` will now stay exhausted even if " @@ -1076,10 +1070,8 @@ msgstr "" msgid "Contributed by Serhiy Storchaka in :issue:`26492`." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "ast" -msgstr "ast" +msgstr "" msgid "" "The new :class:`ast.Constant` AST node has been added. It can be used by " @@ -1089,10 +1081,8 @@ msgstr "" msgid "Contributed by Victor Stinner in :issue:`26146`." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "asyncio" -msgstr "asyncio" +msgstr "" msgid "" "Starting with Python 3.6 the ``asyncio`` module is no longer provisional and " @@ -1203,10 +1193,8 @@ msgid "" "and :issue:`28544`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "binascii" -msgstr "binascii" +msgstr "" msgid "" "The :func:`~binascii.b2a_base64` function now accepts an optional *newline* " @@ -1214,10 +1202,8 @@ msgid "" "return value. (Contributed by Victor Stinner in :issue:`25357`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "cmath" -msgstr "cmath" +msgstr "" msgid "" "The new :const:`cmath.tau` (*τ*) constant has been added. (Contributed by " @@ -1231,10 +1217,8 @@ msgid "" "Dickinson in :issue:`23229`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "collections" -msgstr "collections" +msgstr "" msgid "" "The new :class:`~collections.abc.Collection` abstract base class has been " @@ -1283,10 +1267,8 @@ msgid "" "(Contributed by Gregory P. Smith in :issue:`27664`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "contextlib" -msgstr "contextlib" +msgstr "" msgid "" "The :class:`contextlib.AbstractContextManager` class has been added to " @@ -1297,10 +1279,8 @@ msgid "" "Cannon in :issue:`25609`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "datetime" -msgstr "datetime" +msgstr "" msgid "" "The :class:`~datetime.datetime` and :class:`~datetime.time` classes have the " @@ -1331,10 +1311,8 @@ msgid "" "`27661`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "decimal" -msgstr "decimal" +msgstr "" msgid "" "New :meth:`Decimal.as_integer_ratio() ` " @@ -1355,10 +1333,8 @@ msgstr "" msgid "(Contributed by Stefan Krah amd Mark Dickinson in :issue:`25928`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "distutils" -msgstr "distutils" +msgstr "" msgid "" "The ``default_format`` attribute has been removed from ``distutils.command." @@ -1368,10 +1344,8 @@ msgid "" "details." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "email" -msgstr "email" +msgstr "" msgid "" "The new email API, enabled via the *policy* keyword to various constructors, " @@ -1400,10 +1374,8 @@ msgid "" "issue:`20476`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "encodings" -msgstr "encodings" +msgstr "" msgid "" "On Windows, added the ``'oem'`` encoding to use ``CP_OEMCP``, and the " @@ -1411,10 +1383,8 @@ msgid "" "``CP_ACP`` code page. (Contributed by Steve Dower in :issue:`27959`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "enum" -msgstr "enum" +msgstr "" msgid "" "Two new enumeration base classes have been added to the :mod:`enum` module: :" @@ -1454,10 +1424,8 @@ msgstr "" ">>> list(Color)\n" "[, , ]" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "faulthandler" -msgstr "faulthandler" +msgstr "" msgid "" "On Windows, the :mod:`faulthandler` module now installs a handler for " @@ -1465,20 +1433,16 @@ msgid "" "Stinner in :issue:`23848`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "fileinput" -msgstr "fileinput" +msgstr "" msgid "" ":func:`~fileinput.hook_encoded` now supports the *errors* argument. " "(Contributed by Joseph Hackman in :issue:`25788`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "hashlib" -msgstr "hashlib" +msgstr "" msgid "" ":mod:`hashlib` supports OpenSSL 1.1.0. The minimum recommend version is " @@ -1621,10 +1585,8 @@ msgid "" "button. (Contributed by Tal Einat in :issue:`1529353`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "importlib" -msgstr "importlib" +msgstr "" msgid "" "Import now raises the new exception :exc:`ModuleNotFoundError` (subclass of :" @@ -1647,10 +1609,8 @@ msgid "" "accept a :term:`path-like object`." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "inspect" -msgstr "inspect" +msgstr "" msgid "" "The :func:`inspect.signature() ` function now reports the " @@ -1668,10 +1628,8 @@ msgid "" "(Contributed by Nick Coghlan in :issue:`27172`)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "json" -msgstr "json" +msgstr "" msgid "" ":func:`json.load` and :func:`json.loads` now support binary input. Encoded " @@ -1679,10 +1637,8 @@ msgid "" "(Contributed by Serhiy Storchaka in :issue:`17909`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "logging" -msgstr "logging" +msgstr "" msgid "" "The new :meth:`WatchedFileHandler.reopenIfNeeded() ` returned by :func:" @@ -1713,10 +1665,8 @@ msgid "" "issue:`6766`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "os" -msgstr "os" +msgstr "" msgid "" "See the summary of :ref:`PEP 519 ` for details on how " @@ -1741,10 +1691,8 @@ msgid "" "the :pep:`524`)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "pathlib" -msgstr "pathlib" +msgstr "" msgid "" ":mod:`pathlib` now supports :term:`path-like objects `. " @@ -1754,20 +1702,16 @@ msgstr "" msgid "See the summary of :ref:`PEP 519 ` for details." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "pdb" -msgstr "pdb" +msgstr "" msgid "" "The :class:`~pdb.Pdb` class constructor has a new optional *readrc* argument " "to control whether ``.pdbrc`` files should be read." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "pickle" -msgstr "pickle" +msgstr "" msgid "" "Objects that need ``__new__`` called with keyword arguments can now be " @@ -1776,20 +1720,16 @@ msgid "" "Serhiy Storchaka in :issue:`24164`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "pickletools" -msgstr "pickletools" +msgstr "" msgid "" ":func:`pickletools.dis` now outputs the implicit memo index for the " "``MEMOIZE`` opcode. (Contributed by Serhiy Storchaka in :issue:`25382`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "pydoc" -msgstr "pydoc" +msgstr "" msgid "" "The :mod:`pydoc` module has learned to respect the ``MANPAGER`` environment " @@ -1802,10 +1742,8 @@ msgid "" "Hettinger in :issue:`24879`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "random" -msgstr "random" +msgstr "" msgid "" "The new :func:`~random.choices` function returns a list of elements of " @@ -1813,10 +1751,8 @@ msgid "" "by Raymond Hettinger in :issue:`18844`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "re" -msgstr "re" +msgstr "" msgid "" "Added support of modifier spans in regular expressions. Examples: ``'(?i:" @@ -1837,10 +1773,8 @@ msgid "" "in :issue:`27177`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "readline" -msgstr "readline" +msgstr "" msgid "" "Added :func:`~readline.set_auto_history` to enable or disable automatic " @@ -1848,10 +1782,8 @@ msgid "" "issue:`26870`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "rlcompleter" -msgstr "rlcompleter" +msgstr "" msgid "" "Private and special attribute names now are omitted unless the prefix starts " @@ -1860,10 +1792,8 @@ msgid "" "`25209`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "shlex" -msgstr "shlex" +msgstr "" msgid "" "The :class:`~shlex.shlex` has much :ref:`improved shell compatibility " @@ -1872,10 +1802,8 @@ msgid "" "Vinay Sajip in :issue:`1521950`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "site" -msgstr "site" +msgstr "" msgid "" "When specifying paths to add to :data:`sys.path` in a ``.pth`` file, you may " @@ -1893,10 +1821,8 @@ msgid "" "(Contributed by Alex LordThorsen in :issue:`16864`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "socket" -msgstr "socket" +msgstr "" msgid "" "The :func:`~socket.socket.ioctl` function now supports the :const:`~socket." @@ -1928,10 +1854,8 @@ msgid "" "(Contributed by Omar Sandoval, :issue:`26273`)." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "socketserver" -msgstr "socketserver" +msgstr "" msgid "" "Servers based on the :mod:`socketserver` module, including those defined in :" @@ -1948,10 +1872,8 @@ msgid "" "(Contributed by Martin Panter in :issue:`26721`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "ssl" -msgstr "ssl" +msgstr "" msgid "" ":mod:`ssl` supports OpenSSL 1.1.0. The minimum recommend version is 1.0.2. " @@ -1997,20 +1919,16 @@ msgid "" "authentication. (Contributed by Christian Heimes in :gh:`78851`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "statistics" -msgstr "statistics" +msgstr "" msgid "" "A new :func:`~statistics.harmonic_mean` function has been added. " "(Contributed by Steven D'Aprano in :issue:`27181`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "struct" -msgstr "struct" +msgstr "" msgid "" ":mod:`struct` now supports IEEE 754 half-precision floats via the ``'e'`` " @@ -2018,10 +1936,8 @@ msgid "" "`11734`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "subprocess" -msgstr "subprocess" +msgstr "" msgid "" ":class:`subprocess.Popen` destructor now emits a :exc:`ResourceWarning` " @@ -2055,30 +1971,24 @@ msgid "" "by Steve Dower in :issue:`27932`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "telnetlib" -msgstr "telnetlib" +msgstr "" msgid "" ":class:`!telnetlib.Telnet` is now a context manager (contributed by Stéphane " "Wirtel in :issue:`25485`)." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "time" -msgstr "time" +msgstr "" msgid "" "The :class:`~time.struct_time` attributes :attr:`!tm_gmtoff` and :attr:`!" "tm_zone` are now available on all platforms." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "timeit" -msgstr "timeit" +msgstr "" msgid "" "The new :meth:`Timer.autorange() ` convenience " @@ -2092,10 +2002,8 @@ msgid "" "and worst times. (Contributed by Serhiy Storchaka in :issue:`23552`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "tkinter" -msgstr "tkinter" +msgstr "" msgid "" "Added methods :meth:`!Variable.trace_add`, :meth:`!Variable.trace_remove` " @@ -2106,10 +2014,8 @@ msgid "" "in :issue:`22115`)." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "traceback" -msgstr "traceback" +msgstr "" msgid "" "Both the traceback module and the interpreter's builtin exception display " @@ -2145,10 +2051,8 @@ msgstr "" msgid "(Contributed by Emanuel Barry in :issue:`26823`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "tracemalloc" -msgstr "tracemalloc" +msgstr "" msgid "" "The :mod:`tracemalloc` module now supports tracing memory allocations in " @@ -2163,10 +2067,8 @@ msgstr "" msgid "(Contributed by Victor Stinner in :issue:`26588`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "typing" -msgstr "typing" +msgstr "" msgid "" "Since the :mod:`typing` module is :term:`provisional `, all " @@ -2232,10 +2134,8 @@ msgid "" "github.com/python/typing/issues/189>`_.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "unicodedata" -msgstr "unicodedata" +msgstr "" msgid "" "The :mod:`unicodedata` module now uses data from `Unicode 9.0.0 `. " "(Contributed by Clement Rouault in :issue:`23026`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "winsound" -msgstr "winsound" +msgstr "" msgid "" "Allowed keyword arguments to be passed to :func:`Beep `, :" @@ -2401,10 +2293,8 @@ msgid "" "(Contributed by Serhiy Storchaka in :issue:`26885`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "zipfile" -msgstr "zipfile" +msgstr "" msgid "" "A new :meth:`ZipInfo.from_file() ` class method " @@ -2420,10 +2310,8 @@ msgid "" "Thomas Kluyver in :issue:`26039`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "zlib" -msgstr "zlib" +msgstr "" msgid "" "The :func:`~zlib.compress` and :func:`~zlib.decompress` functions now accept " @@ -2431,10 +2319,8 @@ msgid "" "Zhang in :issue:`16764` respectively.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Optimizations" -msgstr "Optimizations" +msgstr "" msgid "" "The Python interpreter now uses a 16-bit wordcode instead of bytecode which " @@ -2641,10 +2527,8 @@ msgstr "" "Python 3.6.0b4+ (3.6:223967b49e49+, Nov 21 2016, 20:55:04)\n" "[GCC 4.2.1 Compatible Apple LLVM 8.0.0 (clang-800.0.42.1)]" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Deprecated" -msgstr "Deprecated" +msgstr "" msgid "New Keywords" msgstr "" @@ -2690,30 +2574,24 @@ msgstr "" msgid "Deprecated Python modules, functions and methods" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "asynchat" -msgstr "asynchat" +msgstr "" msgid "" "The :mod:`!asynchat` has been deprecated in favor of :mod:`asyncio`. " "(Contributed by Mariatta in :issue:`25002`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "asyncore" -msgstr "asyncore" +msgstr "" msgid "" "The :mod:`!asyncore` has been deprecated in favor of :mod:`asyncio`. " "(Contributed by Mariatta in :issue:`25002`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "dbm" -msgstr "dbm" +msgstr "" msgid "" "Unlike other :mod:`dbm` implementations, the :mod:`dbm.dumb` module creates " @@ -2729,10 +2607,8 @@ msgid "" "issue:`27919` for details." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "grp" -msgstr "grp" +msgstr "" msgid "" "The support of non-integer arguments in :func:`~grp.getgrgid` has been " @@ -2799,10 +2675,8 @@ msgid "" "environment. (Contributed by Brett Cannon in :issue:`25154`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "xml" -msgstr "xml" +msgstr "" msgid "" "As mitigation against DTD and external entity retrieval, the :mod:`xml.dom." @@ -2831,10 +2705,8 @@ msgid "" "the ``--with-system-ffi`` flag when building their system Python." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Removed" -msgstr "Removed" +msgstr "" msgid "API and Feature Removals" msgstr "" diff --git a/whatsnew/3.7.po b/whatsnew/3.7.po index 9388359..bcc9b3f 100644 --- a/whatsnew/3.7.po +++ b/whatsnew/3.7.po @@ -13,7 +13,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -21,15 +21,13 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "What's New In Python 3.7" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Editor" -msgstr "Editor" +msgstr "" msgid "Elvis Pranskevichus " msgstr "" @@ -700,10 +698,8 @@ msgstr "" msgid "New Modules" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "contextvars" -msgstr "contextvars" +msgstr "" msgid "" "The new :mod:`contextvars` module and a set of :ref:`new C APIs " @@ -725,10 +721,8 @@ msgstr "" msgid "PEP written and implemented by Yury Selivanov" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "dataclasses" -msgstr "dataclasses" +msgstr "" msgid "" "The new :func:`~dataclasses.dataclass` decorator provides a way to declare " @@ -794,10 +788,8 @@ msgstr "" msgid "Improved Modules" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "argparse" -msgstr "argparse" +msgstr "" msgid "" "The new :meth:`ArgumentParser.parse_intermixed_args() `." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "binascii" -msgstr "binascii" +msgstr "" msgid "" "The :func:`~binascii.b2a_uu` function now accepts an optional *backtick* " @@ -1014,10 +1002,8 @@ msgid "" "of spaces. (Contributed by Xiang Zhang in :issue:`30103`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "calendar" -msgstr "calendar" +msgstr "" msgid "" "The :class:`~calendar.HTMLCalendar` class has new class attributes which " @@ -1025,20 +1011,16 @@ msgid "" "(Contributed by Oz Tiram in :issue:`30095`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "collections" -msgstr "collections" +msgstr "" msgid "" "``collections.namedtuple()`` now supports default values. (Contributed by " "Raymond Hettinger in :issue:`32320`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "compileall" -msgstr "compileall" +msgstr "" msgid "" ":func:`compileall.compile_dir` learned the new *invalidation_mode* " @@ -1066,10 +1048,8 @@ msgid "" "(Contributed by Thomas Moreau in :issue:`31540`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "contextlib" -msgstr "contextlib" +msgstr "" msgid "" "The new :func:`~contextlib.nullcontext` is a simpler and faster no-op " @@ -1085,10 +1065,8 @@ msgid "" "and Ilya Kulakov in :issue:`29302`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "cProfile" -msgstr "cProfile" +msgstr "" msgid "" "The :mod:`!cProfile` command line now accepts ``-m module_name`` as an " @@ -1096,10 +1074,8 @@ msgid "" "`21862`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "crypt" -msgstr "crypt" +msgstr "" msgid "" "The :mod:`!crypt` module now supports the Blowfish hashing method. " @@ -1111,10 +1087,8 @@ msgid "" "hashing. (Contributed by Serhiy Storchaka in :issue:`31702`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "datetime" -msgstr "datetime" +msgstr "" msgid "" "The new :meth:`datetime.fromisoformat() ` " @@ -1128,20 +1102,16 @@ msgid "" "(Contributed by Alexander Belopolsky in :issue:`5288`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "dbm" -msgstr "dbm" +msgstr "" msgid "" ":mod:`dbm.dumb` now supports reading read-only files and no longer writes " "the index file when it is not changed." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "decimal" -msgstr "decimal" +msgstr "" msgid "" "The :mod:`decimal` module now uses :ref:`context variables ` learned the new ``_ignore_`` class property, " @@ -1193,20 +1157,16 @@ msgid "" "Ethan Furman in :issue:`33217`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "functools" -msgstr "functools" +msgstr "" msgid "" ":func:`functools.singledispatch` now supports registering implementations " "using type annotations. (Contributed by Łukasz Langa in :issue:`32227`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "gc" -msgstr "gc" +msgstr "" msgid "" "The new :func:`gc.freeze` function allows freezing all objects tracked by " @@ -1218,10 +1178,8 @@ msgid "" "`31558`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "hmac" -msgstr "hmac" +msgstr "" msgid "" "The :mod:`hmac` module now has an optimized one-shot :func:`~hmac.digest` " @@ -1355,10 +1313,8 @@ msgid "" "`17535`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "importlib" -msgstr "importlib" +msgstr "" msgid "" "The :class:`!importlib.abc.ResourceReader` ABC was introduced to support the " @@ -1385,10 +1341,8 @@ msgid "" "embeds the value returned by this function." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "io" -msgstr "io" +msgstr "" msgid "" "The new :meth:`TextIOWrapper.reconfigure() ` " @@ -1397,10 +1351,8 @@ msgid "" "`15216`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "ipaddress" -msgstr "ipaddress" +msgstr "" msgid "" "The new ``subnet_of()`` and ``supernet_of()`` methods of :class:`ipaddress." @@ -1409,10 +1361,8 @@ msgid "" "issue:`20825`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "itertools" -msgstr "itertools" +msgstr "" msgid "" ":func:`itertools.islice` now accepts :meth:`integer-like objects `." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "logging" -msgstr "logging" +msgstr "" msgid "" ":class:`~logging.Logger` instances can now be pickled. (Contributed by Vinay " @@ -1459,40 +1405,32 @@ msgid "" "Preston Landers in :issue:`31080`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "math" -msgstr "math" +msgstr "" msgid "" "The new :func:`math.remainder` function implements the IEEE 754-style " "remainder operation. (Contributed by Mark Dickinson in :issue:`29962`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "mimetypes" -msgstr "mimetypes" +msgstr "" msgid "" "The MIME type of .bmp has been changed from ``'image/x-ms-bmp'`` to ``'image/" "bmp'``. (Contributed by Nitish Chandra in :issue:`22589`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "msilib" -msgstr "msilib" +msgstr "" msgid "" "The new :meth:`!Database.Close` method can be used to close the :abbr:`MSI` " "database. (Contributed by Berker Peksag in :issue:`20486`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "multiprocessing" -msgstr "multiprocessing" +msgstr "" msgid "" "The new :meth:`Process.close() ` method " @@ -1512,10 +1450,8 @@ msgid "" "joined on process exit. (Contributed by Antoine Pitrou in :issue:`18966`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "os" -msgstr "os" +msgstr "" msgid "" ":func:`os.fwalk` now accepts the *path* argument as :class:`bytes`. " @@ -1557,10 +1493,8 @@ msgid "" "(Contributed by Jesús Cea Avión in :issue:`32659`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "pathlib" -msgstr "pathlib" +msgstr "" msgid "" "The new :meth:`Path.is_mount() ` method is now " @@ -1568,10 +1502,8 @@ msgid "" "mount point. (Contributed by Cooper Ry Lees in :issue:`30897`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "pdb" -msgstr "pdb" +msgstr "" msgid "" ":func:`pdb.set_trace` now takes an optional *header* keyword-only argument. " @@ -1598,10 +1530,8 @@ msgid "" "Bernhard M. Wiedemann in :issue:`29708`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "pydoc" -msgstr "pydoc" +msgstr "" msgid "" "The pydoc server can now bind to an arbitrary hostname specified by the new " @@ -1609,20 +1539,16 @@ msgid "" "`31128`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "queue" -msgstr "queue" +msgstr "" msgid "" "The new :class:`~queue.SimpleQueue` class is an unbounded :abbr:`FIFO` " "queue. (Contributed by Antoine Pitrou in :issue:`14976`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "re" -msgstr "re" +msgstr "" msgid "" "The flags :const:`re.ASCII`, :const:`re.LOCALE` and :const:`re.UNICODE` can " @@ -1656,10 +1582,8 @@ msgid "" "issue:`10076`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "signal" -msgstr "signal" +msgstr "" msgid "" "The new *warn_on_full_buffer* argument to the :func:`signal.set_wakeup_fd` " @@ -1668,10 +1592,8 @@ msgid "" "in :issue:`30050`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "socket" -msgstr "socket" +msgstr "" msgid "" "The new :func:`socket.getblocking() ` method " @@ -1705,10 +1627,8 @@ msgid "" "default. (Contributed by Christian Heimes in :issue:`28134`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "socketserver" -msgstr "socketserver" +msgstr "" msgid "" ":meth:`socketserver.ThreadingMixIn.server_close ` attribute relays " @@ -2059,10 +1959,8 @@ msgid "" "returned. (Contributed by Barry Warsaw in :issue:`32107`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "warnings" -msgstr "warnings" +msgstr "" msgid "" "The initialization of the default warnings filters has changed as follows:" @@ -2113,10 +2011,8 @@ msgid "" "(Contributed by Nick Coghlan in :issue:`31975`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "xml" -msgstr "xml" +msgstr "" msgid "" "As mitigation against DTD and external entity retrieval, the :mod:`xml.dom." @@ -2146,10 +2042,8 @@ msgid "" "decorator. (Contributed by Xiang Zhang in :issue:`7769`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "zipapp" -msgstr "zipapp" +msgstr "" msgid "" "Function :func:`~zipapp.create_archive` now accepts an optional *filter* " @@ -2164,10 +2058,8 @@ msgid "" "Zhiming Wang in :issue:`31638`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "zipfile" -msgstr "zipfile" +msgstr "" msgid "" ":class:`~zipfile.ZipFile` now accepts the new *compresslevel* parameter to " @@ -2344,10 +2236,8 @@ msgid "" "up to version 2.6.4 are missing required OpenSSL 1.0.2 APIs." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Optimizations" -msgstr "Optimizations" +msgstr "" msgid "" "The overhead of calling many methods of various standard library classes " @@ -2567,10 +2457,8 @@ msgstr "" msgid "Deprecated Python modules, functions and methods" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "aifc" -msgstr "aifc" +msgstr "" msgid "" ":func:`!aifc.openfp` has been deprecated and will be removed in Python 3.9. " @@ -2616,10 +2504,8 @@ msgid "" "issue:`33217`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "gettext" -msgstr "gettext" +msgstr "" msgid "" "Using non-integer value for selecting a plural form in :mod:`gettext` is now " @@ -2646,20 +2532,16 @@ msgid "" "instead. (Contributed by Garvit in :issue:`10379`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "macpath" -msgstr "macpath" +msgstr "" msgid "" "The :mod:`!macpath` is now deprecated and will be removed in Python 3.8. " "(Contributed by Chi Hsuan Yen in :issue:`9850`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "threading" -msgstr "threading" +msgstr "" msgid "" ":mod:`!dummy_threading` and :mod:`!_dummy_thread` have been deprecated. It " @@ -2679,10 +2561,8 @@ msgid "" "wrap_socket` instead. (Contributed by Christian Heimes in :issue:`28124`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "sunau" -msgstr "sunau" +msgstr "" msgid "" ":func:`!sunau.openfp` has been deprecated and will be removed in Python 3.9. " @@ -2701,10 +2581,8 @@ msgid "" "issue:`28799`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "wave" -msgstr "wave" +msgstr "" msgid "" ":func:`!wave.openfp` has been deprecated and will be removed in Python 3.9. " diff --git a/whatsnew/3.8.po b/whatsnew/3.8.po index aa3f5be..e417867 100644 --- a/whatsnew/3.8.po +++ b/whatsnew/3.8.po @@ -13,7 +13,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -21,15 +21,13 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "What's New In Python 3.8" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Editor" -msgstr "Editor" +msgstr "" msgid "Raymond Hettinger" msgstr "" @@ -914,10 +912,8 @@ msgstr "" msgid "Improved Modules" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "ast" -msgstr "ast" +msgstr "" msgid "" "AST nodes now have ``end_lineno`` and ``end_col_offset`` attributes, which " @@ -955,10 +951,8 @@ msgstr "" msgid "(Contributed by Guido van Rossum in :issue:`35766`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "asyncio" -msgstr "asyncio" +msgstr "" msgid "" ":func:`asyncio.run` has graduated from the provisional to stable API. This " @@ -1117,10 +1111,8 @@ msgid "" "(Contributed by Matthias Bussonnier in :issue:`34616`)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "collections" -msgstr "collections" +msgstr "" msgid "" "The :meth:`~collections.somenamedtuple._asdict` method for :func:" @@ -1132,10 +1124,8 @@ msgid "" "issue:`35864`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "cProfile" -msgstr "cProfile" +msgstr "" msgid "" "The :class:`cProfile.Profile ` class can now be used as a " @@ -1160,10 +1150,8 @@ msgstr "" msgid "(Contributed by Scott Sanderson in :issue:`29235`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "csv" -msgstr "csv" +msgstr "" msgid "" "The :class:`csv.DictReader` now returns instances of :class:`dict` instead " @@ -1172,10 +1160,8 @@ msgid "" "in :issue:`34003`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "curses" -msgstr "curses" +msgstr "" msgid "" "Added a new variable holding structured version information for the " @@ -1183,10 +1169,8 @@ msgid "" "Serhiy Storchaka in :issue:`31680`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "ctypes" -msgstr "ctypes" +msgstr "" msgid "" "On Windows, :class:`~ctypes.CDLL` and subclasses now accept a *winmode* " @@ -1197,10 +1181,8 @@ msgid "" "add_dll_directory`. (Contributed by Steve Dower in :issue:`36085`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "datetime" -msgstr "datetime" +msgstr "" msgid "" "Added new alternate constructors :meth:`datetime.date.fromisocalendar` and :" @@ -1210,10 +1192,8 @@ msgid "" "``isocalendar`` method. (Contributed by Paul Ganssle in :issue:`36004`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "functools" -msgstr "functools" +msgstr "" msgid "" ":func:`functools.lru_cache` can now be used as a straight decorator rather " @@ -1324,10 +1304,8 @@ msgstr "" msgid "(Contributed by Ethan Smith in :issue:`32380`)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "gc" -msgstr "gc" +msgstr "" msgid "" ":func:`~gc.get_objects` can now receive an optional *generation* parameter " @@ -1335,20 +1313,16 @@ msgid "" "in :issue:`36016`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "gettext" -msgstr "gettext" +msgstr "" msgid "" "Added :func:`~gettext.pgettext` and its variants. (Contributed by Franz " "Glasner, Éric Araujo, and Cheryl Sabella in :issue:`2504`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "gzip" -msgstr "gzip" +msgstr "" msgid "" "Added the *mtime* parameter to :func:`gzip.compress` for reproducible " @@ -1419,10 +1393,8 @@ msgid "" "in :issue:`37765`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "inspect" -msgstr "inspect" +msgstr "" msgid "" "The :func:`inspect.getdoc` function can now find docstrings for " @@ -1451,10 +1423,8 @@ msgstr "" msgid "(Contributed by Raymond Hettinger in :issue:`36326`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "io" -msgstr "io" +msgstr "" msgid "" "In development mode (:option:`-X` ``env``) and in :ref:`debug build \n" "MIME-Version: 1.0\n" @@ -21,15 +21,13 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "What's New In Python 3.9" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Editor" -msgstr "Editor" +msgstr "" msgid "Łukasz Langa" msgstr "" @@ -357,10 +355,8 @@ msgstr "" msgid "New Modules" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "zoneinfo" -msgstr "zoneinfo" +msgstr "" msgid "" "The :mod:`zoneinfo` module brings support for the IANA time zone database to " @@ -420,10 +416,8 @@ msgstr "" msgid "PEP written and implemented by Paul Ganssle" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "graphlib" -msgstr "graphlib" +msgstr "" msgid "" "A new module, :mod:`graphlib`, was added that contains the :class:`graphlib." @@ -435,10 +429,8 @@ msgstr "" msgid "Improved Modules" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "ast" -msgstr "ast" +msgstr "" msgid "" "Added the *indent* option to :func:`~ast.dump` which allows it to produce a " @@ -458,10 +450,8 @@ msgid "" "construct that node. (Contributed by Batuhan Taskaya in :issue:`39638`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "asyncio" -msgstr "asyncio" +msgstr "" msgid "" "Due to significant security concerns, the *reuse_address* parameter of :meth:" @@ -506,10 +496,8 @@ msgid "" "`37404`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "compileall" -msgstr "compileall" +msgstr "" msgid "" "Added new possibility to use hardlinks for duplicated ``.pyc`` files: " @@ -551,10 +539,8 @@ msgid "" "workers. (Contributed by Kyle Stanley in :issue:`39207`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "curses" -msgstr "curses" +msgstr "" msgid "" "Added :func:`curses.get_escdelay`, :func:`curses.set_escdelay`, :func:" @@ -562,10 +548,8 @@ msgid "" "by Anthony Sottile in :issue:`38312`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "datetime" -msgstr "datetime" +msgstr "" msgid "" "The :meth:`~datetime.date.isocalendar` of :class:`datetime.date` and :meth:" @@ -574,10 +558,8 @@ msgid "" "(Contributed by Donghee Na in :issue:`24416`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "distutils" -msgstr "distutils" +msgstr "" msgid "" "The :command:`upload` command now creates SHA2-256 and Blake2b-256 hash " @@ -585,10 +567,8 @@ msgid "" "Christian Heimes in :issue:`40698`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "fcntl" -msgstr "fcntl" +msgstr "" msgid "" "Added constants :const:`!fcntl.F_OFD_GETLK`, :const:`!fcntl.F_OFD_SETLK` " @@ -596,10 +576,8 @@ msgid "" "`38602`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "ftplib" -msgstr "ftplib" +msgstr "" msgid "" ":class:`~ftplib.FTP` and :class:`~ftplib.FTP_TLS` now raise a :class:" @@ -608,10 +586,8 @@ msgid "" "`39259`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "gc" -msgstr "gc" +msgstr "" msgid "" "When the garbage collector makes a collection in which some objects " @@ -627,10 +603,8 @@ msgid "" "`39322`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "hashlib" -msgstr "hashlib" +msgstr "" msgid "" "The :mod:`hashlib` module can now use SHA3 hashes and SHAKE XOF from OpenSSL " @@ -644,10 +618,8 @@ msgid "" "implementation. (Contributed by Christian Heimes in :issue:`40479`)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "http" -msgstr "http" +msgstr "" msgid "" "HTTP status codes ``103 EARLY_HINTS``, ``418 IM_A_TEAPOT`` and ``425 " @@ -700,10 +672,8 @@ msgid "" "and Terry Jan Reedy in :issue:`45447`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "imaplib" -msgstr "imaplib" +msgstr "" msgid "" ":class:`~imaplib.IMAP4` and :class:`~imaplib.IMAP4_SSL` now have an optional " @@ -723,10 +693,8 @@ msgid "" "Donghee Na in :issue:`40375`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "importlib" -msgstr "importlib" +msgstr "" msgid "" "To improve consistency with import statements, :func:`importlib.util." @@ -751,10 +719,8 @@ msgid "" "Refreshed ``importlib.metadata`` from ``importlib_metadata`` version 1.6.1." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "inspect" -msgstr "inspect" +msgstr "" msgid "" ":attr:`inspect.BoundArguments.arguments` is changed from ``OrderedDict`` to " @@ -762,10 +728,8 @@ msgid "" "`39775`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "ipaddress" -msgstr "ipaddress" +msgstr "" msgid "" ":mod:`ipaddress` now supports IPv6 Scoped Addresses (IPv6 address with " @@ -785,10 +749,8 @@ msgid "" "issue:`36384`)." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "math" -msgstr "math" +msgstr "" msgid "" "Expanded the :func:`math.gcd` function to handle multiple arguments. " @@ -812,10 +774,8 @@ msgid "" "float. (Contributed by Victor Stinner in :issue:`39310`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "multiprocessing" -msgstr "multiprocessing" +msgstr "" msgid "" "The :class:`multiprocessing.SimpleQueue` class has a new :meth:" @@ -823,10 +783,8 @@ msgid "" "(Contributed by Victor Stinner in :issue:`30966`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "nntplib" -msgstr "nntplib" +msgstr "" msgid "" ":class:`!NNTP` and :class:`!NNTP_SSL` now raise a :class:`ValueError` if the " @@ -834,10 +792,8 @@ msgid "" "blocking socket. (Contributed by Donghee Na in :issue:`39259`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "os" -msgstr "os" +msgstr "" msgid "" "Added :const:`~os.CLD_KILLED` and :const:`~os.CLD_STOPPED` for :attr:`!" @@ -864,30 +820,24 @@ msgid "" "an exit code. (Contributed by Victor Stinner in :issue:`40094`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "pathlib" -msgstr "pathlib" +msgstr "" msgid "" "Added :meth:`pathlib.Path.readlink` which acts similarly to :func:`os." "readlink`. (Contributed by Girts Folkmanis in :issue:`30618`)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "pdb" -msgstr "pdb" +msgstr "" msgid "" "On Windows now :class:`~pdb.Pdb` supports ``~/.pdbrc``. (Contributed by Tim " "Hopper and Dan Lidral-Porter in :issue:`20523`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "poplib" -msgstr "poplib" +msgstr "" msgid "" ":class:`~poplib.POP3` and :class:`~poplib.POP3_SSL` now raise a :class:" @@ -896,20 +846,16 @@ msgid "" "`39259`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "pprint" -msgstr "pprint" +msgstr "" msgid "" ":mod:`pprint` can now pretty-print :class:`types.SimpleNamespace`. " "(Contributed by Carl Bordum Hansen in :issue:`37376`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "pydoc" -msgstr "pydoc" +msgstr "" msgid "" "The documentation string is now shown not only for class, function, method " @@ -917,20 +863,16 @@ msgid "" "attribute. (Contributed by Serhiy Storchaka in :issue:`40257`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "random" -msgstr "random" +msgstr "" msgid "" "Added a new :meth:`random.Random.randbytes` method: generate random bytes. " "(Contributed by Victor Stinner in :issue:`40286`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "signal" -msgstr "signal" +msgstr "" msgid "" "Exposed the Linux-specific :func:`signal.pidfd_send_signal` for sending to " @@ -938,10 +880,8 @@ msgid "" "`38712`)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "smtplib" -msgstr "smtplib" +msgstr "" msgid "" ":class:`~smtplib.SMTP` and :class:`~smtplib.SMTP_SSL` now raise a :class:" @@ -955,10 +895,8 @@ msgid "" "(Contributed by Donghee Na in :issue:`39329`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "socket" -msgstr "socket" +msgstr "" msgid "" "The :mod:`socket` module now exports the :const:`~socket." @@ -977,10 +915,8 @@ msgid "" "Victor Stinner in :issue:`28724`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "time" -msgstr "time" +msgstr "" msgid "" "On AIX, :func:`~time.thread_time` is now implemented with " @@ -1007,10 +943,8 @@ msgid "" "Seipp in :issue:`13601`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "tracemalloc" -msgstr "tracemalloc" +msgstr "" msgid "" "Added :func:`tracemalloc.reset_peak` to set the peak size of traced memory " @@ -1018,10 +952,8 @@ msgid "" "(Contributed by Huon Wilson in :issue:`40630`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "typing" -msgstr "typing" +msgstr "" msgid "" ":pep:`593` introduced an :data:`typing.Annotated` type to decorate existing " @@ -1030,19 +962,15 @@ msgid "" "(Contributed by Till Varoquaux and Konstantin Kashin.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "unicodedata" -msgstr "unicodedata" +msgstr "" msgid "" "The Unicode database has been updated to version 13.0.0. (:issue:`39926`)." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "venv" -msgstr "venv" +msgstr "" msgid "" "The activation scripts provided by :mod:`venv` now all specify their prompt " @@ -1053,10 +981,8 @@ msgid "" "Cannon in :issue:`37663`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "xml" -msgstr "xml" +msgstr "" msgid "" "White space characters within attributes are now preserved when serializing :" @@ -1065,10 +991,8 @@ msgid "" "2.11 of XML spec. (Contributed by Mefistotelis in :issue:`39011`.)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Optimizations" -msgstr "Optimizations" +msgstr "" msgid "" "Optimized the idiom for assignment a temporary variable in comprehensions. " @@ -1310,10 +1234,8 @@ msgid "" "python.org/downloads/macos/>`_." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Deprecated" -msgstr "Deprecated" +msgstr "" msgid "" "The distutils ``bdist_msi`` command is now deprecated, use ``bdist_wheel`` " @@ -1445,10 +1367,8 @@ msgid "" "(Contributed by Raymond Hettinger in :issue:`40465`)" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Removed" -msgstr "Removed" +msgstr "" msgid "" "The erroneous version at :data:`!unittest.mock.__version__` has been removed." @@ -2397,10 +2317,8 @@ msgstr "" msgid "Notable changes in 3.9.17" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "tarfile" -msgstr "tarfile" +msgstr "" msgid "" "The extraction methods in :mod:`tarfile`, and :func:`shutil.unpack_archive`, " diff --git a/whatsnew/changelog.po b/whatsnew/changelog.po index 3a54cd7..e0f3d54 100644 --- a/whatsnew/changelog.po +++ b/whatsnew/changelog.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" @@ -20,12 +20,10 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Changelog" -msgstr "Changelog" +msgstr "" msgid "Python next" msgstr "" @@ -48,10 +46,8 @@ msgstr "" msgid "*Release date: 2026-05-07*" msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Security" -msgstr "Security" +msgstr "" msgid ":gh:`149254`: Update Android and iOS installer to use OpenSSL 3.5.6." msgstr "" @@ -424,10 +420,8 @@ msgid "" "tier 2 optimizer so that follow-up type guards can be eliminated." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Library" -msgstr "Library" +msgstr "" msgid "" ":gh:`148823`: Defer the import of ``_colorize`` in ``argparse`` until needed " @@ -1094,10 +1088,8 @@ msgid "" "activators (``activate.bat`` and ``deactivate.bat``) of :mod:`venv`." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Documentation" -msgstr "Documentation" +msgstr "" msgid "" ":gh:`148663`: Document that :class:`calendar.IllegalMonthError` is a " @@ -1110,10 +1102,8 @@ msgid "" "`OSError` exceptions raised from scanning the filesystem." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Tests" -msgstr "Tests" +msgstr "" msgid "" ":gh:`149425`: Increase time delta in ``test.test_zipfile.test_core." @@ -1123,10 +1113,8 @@ msgstr "" msgid ":gh:`148600`: Add OpenSSL 4.0.0 support to test configurations." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Build" -msgstr "Build" +msgstr "" msgid "" ":gh:`149353`: Avoid unnecessary JIT-related rebuilds during ``make install`` " @@ -1201,10 +1189,8 @@ msgid "" "library but also get a shared library for use by other programs." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "Windows" -msgstr "Windows" +msgstr "" msgid ":gh:`149254`: Updated bundled version of OpenSSL to 3.5.6." msgstr "" @@ -1220,10 +1206,8 @@ msgid "" "resize on Windows." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "macOS" -msgstr "macOS" +msgstr "" msgid "" ":gh:`142295`: For Python macOS framework builds, update Info.plist files to " @@ -1234,10 +1218,8 @@ msgstr "" msgid ":gh:`149254`: Update macOS installer to use OpenSSL 3.5.6." msgstr "" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "IDLE" -msgstr "IDLE" +msgstr "" msgid "" ":gh:`94523`: Detect file if modified at local disk and prompt to ask " @@ -33048,10 +33030,8 @@ msgstr "" msgid "``It is deprecated to return a value!=None``" msgstr "``It is deprecated to return a value!=None``" -# pydocvi: passthrough=version_marker -#, fuzzy msgid "to" -msgstr "to" +msgstr "" # pydocvi: passthrough=noop #, fuzzy diff --git a/whatsnew/index.po b/whatsnew/index.po index 1f273b2..b848494 100644 --- a/whatsnew/index.po +++ b/whatsnew/index.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-05-08 18:34+0000\n" -"PO-Revision-Date: 2026-08-18 04:23+0000\n" +"PO-Revision-Date: 2026-08-18 04:47+0000\n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,7 +17,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" "Last-Translator: pydocvi (machine translation, unreviewed)\n" -"X-Generator: pydocvi 0.1.3\n" +"X-Generator: pydocvi 0.1.4\n" msgid "What's New in Python" msgstr ""