Skip to content

Commit a178634

Browse files
[po] auto sync
1 parent e16a67a commit a178634

5 files changed

Lines changed: 847 additions & 818 deletions

File tree

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "0.00%", "updated_at": "2026-03-03T15:36:00Z"}
1+
{"translation": "0.00%", "updated_at": "2026-03-07T15:59:53Z"}

howto/logging.mo

0 Bytes
Binary file not shown.

howto/logging.po

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SOME DESCRIPTIVE TITLE.
2-
# Copyright (C) 2001-2025, Python Software Foundation
2+
# Copyright (C) 2001-2026, Python Software Foundation
33
# This file is distributed under the same license as the Python package.
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.13\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2025-07-25 15:00+0000\n"
14+
"POT-Creation-Date: 2026-03-07 15:07+0000\n"
1515
"PO-Revision-Date: 2025-09-15 01:03+0000\n"
1616
"Last-Translator: python-doc bot, 2025\n"
1717
"Language-Team: Russian (https://app.transifex.com/python-doc/teams/5390/ru/)\n"
@@ -61,11 +61,12 @@ msgstr ""
6161
#: ../../howto/logging.rst:30
6262
msgid ""
6363
"You can access logging functionality by creating a logger via ``logger = "
64-
"getLogger(__name__)``, and then calling the logger's :meth:`~Logger.debug`, "
65-
":meth:`~Logger.info`, :meth:`~Logger.warning`, :meth:`~Logger.error` and "
66-
":meth:`~Logger.critical` methods. To determine when to use logging, and to "
67-
"see which logger methods to use when, see the table below. It states, for "
68-
"each of a set of common tasks, the best tool to use for that task."
64+
"logging.getLogger(__name__)``, and then calling the logger's "
65+
":meth:`~Logger.debug`, :meth:`~Logger.info`, :meth:`~Logger.warning`, "
66+
":meth:`~Logger.error` and :meth:`~Logger.critical` methods. To determine "
67+
"when to use logging, and to see which logger methods to use when, see the "
68+
"table below. It states, for each of a set of common tasks, the best tool to "
69+
"use for that task."
6970
msgstr ""
7071

7172
#: ../../howto/logging.rst:38

library/datetime.mo

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)