Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit795a928

Browse files
GitHub Action's update-translation jobrffontenelle
GitHub Action's update-translation job
andcommitted
Update translation from Transifex
Co-Authored-By: Rafael Fontenelle <rffontenelle@gmail.com>
1 parent0edc5d4 commit795a928

26 files changed

+195
-127
lines changed

‎README.en.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ f'''[![build](https://github.com/python/python-docs-pl/actions/workflows/update-
1414
![{translators} Translators](https://img.shields.io/badge/Translators-{translators}-0.svg)''')
1515
]]]-->
1616
[![build](https://github.com/python/python-docs-pl/actions/workflows/update-lint-and-build.yml/badge.svg)](https://github.com/python/python-docs-pl/actions/workflows/update-lint-and-build.yml)
17-
[![Total Translation of Documentation](https://img.shields.io/badge/total_words-35.94%25-0.svg)](https://python-docs-translations.github.io/dashboard/)
18-
[![Total Translation of Documentation](https://img.shields.io/badge/total_strings-41.13%25-0.svg)](https://python-docs-translations.github.io/dashboard/)
17+
[![Total Translation of Documentation](https://img.shields.io/badge/total_words-35.92%25-0.svg)](https://python-docs-translations.github.io/dashboard/)
18+
[![Total Translation of Documentation](https://img.shields.io/badge/total_strings-41.11%25-0.svg)](https://python-docs-translations.github.io/dashboard/)
1919
![24 Translators](https://img.shields.io/badge/Translators-24-0.svg)
2020
<!-- [[[end]]]-->
2121

‎README.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ f'''[![build](https://github.com/python/python-docs-pl/actions/workflows/update-
1414
![{translators} tłumaczy](https://img.shields.io/badge/tłumaczy-{translators}-0.svg)''')
1515
]]]-->
1616
[![build](https://github.com/python/python-docs-pl/actions/workflows/update-lint-and-build.yml/badge.svg)](https://github.com/python/python-docs-pl/actions/workflows/update-lint-and-build.yml)
17-
[![postęp tłumaczenia całości dokumentacji](https://img.shields.io/badge/całość_słów-35.94%25-0.svg)](https://python-docs-translations.github.io/dashboard/)
18-
[![postęp tłumaczenia całości dokumentacji](https://img.shields.io/badge/całość_napisów-41.13%25-0.svg)](https://python-docs-translations.github.io/dashboard/)
17+
[![postęp tłumaczenia całości dokumentacji](https://img.shields.io/badge/całość_słów-35.92%25-0.svg)](https://python-docs-translations.github.io/dashboard/)
18+
[![postęp tłumaczenia całości dokumentacji](https://img.shields.io/badge/całość_napisów-41.11%25-0.svg)](https://python-docs-translations.github.io/dashboard/)
1919
![24 tłumaczy](https://img.shields.io/badge/tłumaczy-24-0.svg)
2020
<!-- [[[end]]]-->
2121

‎c-api/monitoring.po‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ msgid ""
1212
msgstr ""
1313
"Project-Id-Version:Python 3.14\n"
1414
"Report-Msgid-Bugs-To:\n"
15-
"POT-Creation-Date:2025-06-27 14:20+0000\n"
15+
"POT-Creation-Date:2025-07-11 14:21+0000\n"
1616
"PO-Revision-Date:2024-05-11 01:07+0000\n"
1717
"Last-Translator:Stan Ulbrych, 2025\n"
1818
"Language-Team:Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

‎c-api/object.po‎

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ msgid ""
1414
msgstr ""
1515
"Project-Id-Version:Python 3.14\n"
1616
"Report-Msgid-Bugs-To:\n"
17-
"POT-Creation-Date:2025-07-11 14:21+0000\n"
17+
"POT-Creation-Date:2025-07-18 14:22+0000\n"
1818
"PO-Revision-Date:2021-06-28 00:49+0000\n"
1919
"Last-Translator:Rafael Fontenelle <rffontenelle@gmail.com>, 2025\n"
2020
"Language-Team:Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -613,14 +613,16 @@ msgid ""
613613
"the :term:`free-threaded <free threading>` build, this allows the "
614614
"interpreter to avoid reference count adjustments to *obj*, which may improve "
615615
"multi-threaded performance. The tradeoff is that *obj* will only be "
616-
"deallocated by the tracing garbage collector."
616+
"deallocated by the tracing garbage collector, and not when the interpreter "
617+
"no longer has any references to it."
617618
msgstr""
618619

619620
msgid""
620621
"This function returns ``1`` if deferred reference counting is enabled on "
621-
"*obj* (including when it was enabled before the call), and ``0`` if deferred "
622-
"reference counting is not supported or if the hint was ignored by the "
623-
"runtime. This function is thread-safe, and cannot fail."
622+
"*obj*, and ``0`` if deferred reference counting is not supported or if the "
623+
"hint was ignored by the interpreter, such as when deferred reference "
624+
"counting is already enabled on *obj*. This function is thread-safe, and "
625+
"cannot fail."
624626
msgstr""
625627

626628
msgid""
@@ -632,7 +634,8 @@ msgstr ""
632634

633635
msgid""
634636
"This function is intended to be used soon after *obj* is created, by the "
635-
"code that creates it."
637+
"code that creates it, such as in the object's :c:member:`~PyTypeObject."
638+
"tp_new` slot."
636639
msgstr""
637640

638641
msgid""

‎deprecations/c-api-pending-removal-in-3.18.po‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version:Python 3.14\n"
1313
"Report-Msgid-Bugs-To:\n"
14-
"POT-Creation-Date:2025-06-27 14:20+0000\n"
14+
"POT-Creation-Date:2025-07-11 14:21+0000\n"
1515
"PO-Revision-Date:2025-05-08 06:04+0000\n"
1616
"Last-Translator:Stan Ulbrych, 2025\n"
1717
"Language-Team:Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

‎deprecations/pending-removal-in-3.13.po‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version:Python 3.14\n"
1313
"Report-Msgid-Bugs-To:\n"
14-
"POT-Creation-Date:2025-06-27 14:20+0000\n"
14+
"POT-Creation-Date:2025-07-11 14:21+0000\n"
1515
"PO-Revision-Date:2024-07-26 14:16+0000\n"
1616
"Last-Translator:Stan Ulbrych, 2025\n"
1717
"Language-Team:Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

‎deprecations/pending-removal-in-3.15.po‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version:Python 3.14\n"
1313
"Report-Msgid-Bugs-To:\n"
14-
"POT-Creation-Date:2025-06-27 14:20+0000\n"
14+
"POT-Creation-Date:2025-07-11 14:21+0000\n"
1515
"PO-Revision-Date:2024-07-20 00:54+0000\n"
1616
"Last-Translator:Stan Ulbrych, 2025\n"
1717
"Language-Team:Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

‎deprecations/pending-removal-in-3.16.po‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version:Python 3.14\n"
1313
"Report-Msgid-Bugs-To:\n"
14-
"POT-Creation-Date:2025-06-27 14:20+0000\n"
14+
"POT-Creation-Date:2025-07-11 14:21+0000\n"
1515
"PO-Revision-Date:2024-07-20 00:54+0000\n"
1616
"Last-Translator:Stan Ulbrych, 2025\n"
1717
"Language-Team:Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

‎deprecations/pending-removal-in-future.po‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version:Python 3.14\n"
1313
"Report-Msgid-Bugs-To:\n"
14-
"POT-Creation-Date:2025-06-27 14:20+0000\n"
14+
"POT-Creation-Date:2025-07-11 14:21+0000\n"
1515
"PO-Revision-Date:2024-07-20 00:54+0000\n"
1616
"Last-Translator:Stan Ulbrych, 2025\n"
1717
"Language-Team:Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

‎glossary.po‎

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ msgid ""
1717
msgstr ""
1818
"Project-Id-Version:Python 3.14\n"
1919
"Report-Msgid-Bugs-To:\n"
20-
"POT-Creation-Date:2025-07-11 14:21+0000\n"
20+
"POT-Creation-Date:2025-07-18 14:22+0000\n"
2121
"PO-Revision-Date:2021-06-28 00:47+0000\n"
2222
"Last-Translator:Rafael Fontenelle <rffontenelle@gmail.com>, 2025\n"
2323
"Language-Team:Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -2251,6 +2251,12 @@ msgid ""
22512251
"reference count for a particular object."
22522252
msgstr""
22532253

2254+
msgid""
2255+
"In :term:`CPython`, reference counts are not considered to be stable or well-"
2256+
"defined values; the number of references to an object, and how that number "
2257+
"is affected by Python code, may be different between versions."
2258+
msgstr""
2259+
22542260
msgid"regular package"
22552261
msgstr"paket biasa"
22562262

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp