Skip to content

Commit 6084cf4

Browse files
GitHub Action's update-translation jobm-aciek
andcommitted
Update translation from Transifex
Co-Authored-By: Maciej Olko <maciej.olko@gmail.com>
1 parent d9c8d72 commit 6084cf4

1 file changed

Lines changed: 45 additions & 42 deletions

File tree

whatsnew/3.14.po

Lines changed: 45 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ msgid ""
1313
msgstr ""
1414
"Project-Id-Version: Python 3.15\n"
1515
"Report-Msgid-Bugs-To: \n"
16-
"POT-Creation-Date: 2026-06-02 00:16+0000\n"
16+
"POT-Creation-Date: 2026-06-04 00:33+0000\n"
1717
"PO-Revision-Date: 2025-09-16 00:02+0000\n"
1818
"Last-Translator: Maciej Olko <maciej.olko@gmail.com>, 2026\n"
1919
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -26,22 +26,25 @@ msgstr ""
2626
"n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
2727

2828
msgid "What's new in Python 3.14"
29-
msgstr ""
29+
msgstr "Co nowego w Pythonie 3.14"
3030

3131
msgid "Editors"
3232
msgstr "Redaktorzy"
3333

3434
msgid "Adam Turner and Hugo van Kemenade"
35-
msgstr ""
35+
msgstr "Adam Turner i Hugo van Kemenade"
3636

3737
msgid ""
3838
"This article explains the new features in Python 3.14, compared to 3.13. "
3939
"Python 3.14 was released on 7 October 2025. For full details, see the :ref:"
4040
"`changelog <changelog>`."
4141
msgstr ""
42+
"Ten artykuł opisuje nowe funkcje Pythona 3.14 w porównaniu do 3.13. Python "
43+
"3.14 został wydany 7 października 2025 roku. Aby uzyskać szczegółowe "
44+
"informacje, zobacz :ref:`changelog `."
4245

4346
msgid ":pep:`745` -- Python 3.14 release schedule"
44-
msgstr ""
47+
msgstr ":pep:`745` -- harmonogram wydań Pythona 3.14"
4548

4649
msgid "Summary -- Release highlights"
4750
msgstr "Podsumowanie – najważniejsze nowości"
@@ -4681,71 +4684,71 @@ msgid ""
46814684
"The :c:func:`!PyImport_ImportModuleNoBlock`: Use :c:func:"
46824685
"`PyImport_ImportModule` instead."
46834686
msgstr ""
4684-
"The :c:func:`!PyImport_ImportModuleNoBlock`: Używać:c:func:"
4685-
"`PyImport_ImportModule`Zamiast."
4687+
":c:func:`!PyImport_ImportModuleNoBlock`: używaj w zamian :c:func:"
4688+
"`PyImport_ImportModule`."
46864689

46874690
msgid ""
46884691
":c:func:`!PyWeakref_GetObject` and :c:func:`!PyWeakref_GET_OBJECT`: Use :c:"
46894692
"func:`PyWeakref_GetRef` instead. The `pythoncapi-compat project <https://"
46904693
"github.com/python/pythoncapi-compat/>`__ can be used to get :c:func:"
46914694
"`PyWeakref_GetRef` on Python 3.12 and older."
46924695
msgstr ""
4693-
":c:func:`!PyWeakref_GetObject` I:c:func:`!PyWeakref_GET_OBJECT`: Używać\n"
4694-
" Zamiast tego. Projekt `pythoncapi-compat\n"
4695-
"<https://github.com/python/pythoncapi-compat/>`__można użyć, aby uzyskać :c:"
4696-
"func:`PyWeakref_GetRef`w Pythonie 3.12 i starszych."
4696+
":c:func:`!PyWeakref_GetObject` i :c:func:`!PyWeakref_GET_OBJECT`: używaj w "
4697+
"zamian :c:func:`PyWeakref_GetRef`. Można użyć projekt `pythoncapi-compat "
4698+
"<https://github.com/python/pythoncapi-compat/>`__, aby uzyskać :c:func:"
4699+
"`PyWeakref_GetRef` w Pythonie 3.12 i starszych."
46974700

46984701
msgid ""
46994702
":c:func:`!PyUnicode_AsDecodedObject`: Use :c:func:`PyCodec_Decode` instead."
47004703
msgstr ""
4701-
":c:func:`!PyUnicode_AsDecodedObject` : Używać :c:func:`PyCodec_Decode` "
4702-
"Zamiast."
4704+
":c:func:`!PyUnicode_AsDecodedObject`: używaj w zamian :c:func:"
4705+
"`PyCodec_Decode`."
47034706

47044707
msgid ""
47054708
":c:func:`!PyUnicode_AsDecodedUnicode`: Use :c:func:`PyCodec_Decode` instead; "
47064709
"Note that some codecs (for example, \"base64\") may return a type other "
47074710
"than :class:`str`, such as :class:`bytes`."
47084711
msgstr ""
4709-
":c:func:`!PyUnicode_AsDecodedUnicode` : Używać :c:func:`PyCodec_Decode` "
4710-
"zamiast tego; Należy pamiętać, że niektóre kodeki (na przykład „base64”) "
4711-
"mogą zwracać typ inny niż:class:`str` , taki jak :class:`bytes`."
4712+
":c:func:`!PyUnicode_AsDecodedUnicode`: używaj w zamian :c:func:"
4713+
"`PyCodec_Decode`; należy pamiętać, że niektóre kodeki (na przykład „base64”) "
4714+
"mogą zwracać typ inny niż :class:`str`, taki jak :class:`bytes`."
47124715

47134716
msgid ""
47144717
":c:func:`!PyUnicode_AsEncodedObject`: Use :c:func:`PyCodec_Encode` instead."
47154718
msgstr ""
4716-
":c:func:`!PyUnicode_AsEncodedObject` : Używać :c:func:`PyCodec_Encode` "
4717-
"Zamiast."
4719+
":c:func:`!PyUnicode_AsEncodedObject`: używaj w zamian :c:func:"
4720+
"`PyCodec_Encode`."
47184721

47194722
msgid ""
47204723
":c:func:`!PyUnicode_AsEncodedUnicode`: Use :c:func:`PyCodec_Encode` instead; "
47214724
"Note that some codecs (for example, \"base64\") may return a type other "
47224725
"than :class:`bytes`, such as :class:`str`."
47234726
msgstr ""
4724-
":c:func:`!PyUnicode_AsEncodedUnicode` : używać :c:func:`PyCodec_Encode` "
4725-
"zamiast; Notatka że niektóre kodeki (na przykład „base64”) mogą zwracać typ "
4726-
"inny niż:class:`bytes` , taki jak :class:`str`."
4727+
":c:func:`!PyUnicode_AsEncodedUnicode`: używaj w zamian :c:func:"
4728+
"`PyCodec_Encode`; zwróć uwagę, że niektóre kodeki (na przykład „base64”) "
4729+
"mogą zwracać typ inny niż :class:`bytes`, taki jak :class:`str`."
47274730

47284731
msgid "Python initialization functions, deprecated in Python 3.13:"
4729-
msgstr ""
4730-
"Python Funkcje inicjalizacyjne języka Python, przestarzałe w Python 3.13:"
4732+
msgstr "Funkcje inicjalizacyjne języka Python, przestarzałe w Python 3.13:"
47314733

47324734
msgid ""
47334735
":c:func:`!Py_GetPath`: Use :c:func:`PyConfig_Get(\"module_search_paths\") "
47344736
"<PyConfig_Get>` (:data:`sys.path`) instead."
47354737
msgstr ""
4736-
":c:func:`!Py_GetPath` : Użyj :c:func:`PyConfig_Get(\"module_search_paths\") "
4737-
"<PyConfig_Get> ( :data:`sys.path`)"
4738+
":c:func:`!Py_GetPath`: używaj w zamian :c:func:"
4739+
"`PyConfig_Get(\"module_search_paths\") <PyConfig_Get>` (:data:`sys.path`)."
47384740

47394741
msgid ""
47404742
":c:func:`!Py_GetPrefix`: Use :c:func:`PyConfig_Get(\"base_prefix\") "
47414743
"<PyConfig_Get>` (:data:`sys.base_prefix`) instead. Use :c:func:"
47424744
"`PyConfig_Get(\"prefix\") <PyConfig_Get>` (:data:`sys.prefix`) if :ref:"
47434745
"`virtual environments <venv-def>` need to be handled."
47444746
msgstr ""
4745-
":c:func:`!Py_GetPrefix` : Użyj :c:func:`PyConfig_Get(\"base_prefix\") "
4746-
"<PyConfig_Get>` (:data:`sys.base_prefix`) Zamiast tego użyj :c:func:"
4747-
"`PyConfig_Get(\"prefix\") <PyConfig_Get> ` (:data:`sys.prefix`) jeśli :ref:"
4748-
"`środowiska wirtualne."
4747+
":c:func:`!Py_GetPrefix`: używaj w zamian :c:func:"
4748+
"`PyConfig_Get(\"base_prefix\") <PyConfig_Get>` (:data:`sys.base_prefix`). "
4749+
"Używaj :c:func:`PyConfig_Get(\"prefix\") <PyConfig_Get>` (:data:`sys."
4750+
"prefix`) jeśli potrzebujesz obsługiwać :ref:`środowiska wirtualne <venv-"
4751+
"def>`."
47494752

47504753
msgid ""
47514754
":c:func:`!Py_GetExecPrefix`: Use :c:func:`PyConfig_Get(\"base_exec_prefix\") "
@@ -4778,16 +4781,16 @@ msgid ""
47784781
":c:func:`!Py_GetPythonHome`: Use :c:func:`PyConfig_Get(\"home\") "
47794782
"<PyConfig_Get>` or the :envvar:`PYTHONHOME` environment variable instead."
47804783
msgstr ""
4781-
":c:func:`!Py_GetPythonHome`<PyConfig_Get> ` ` lub:envvar:`PYTHONHOME` "
4782-
"zmienną środowiskową."
4784+
":c:func:`!Py_GetPythonHome`: używaj w zamian :c:func:`PyConfig_Get(\"home\") "
4785+
"<PyConfig_Get>` lub zmienną środowiskową :envvar:`PYTHONHOME`."
47834786

47844787
msgid ""
47854788
"The `pythoncapi-compat project <https://github.com/python/pythoncapi-compat/"
47864789
">`__ can be used to get :c:func:`PyConfig_Get` on Python 3.13 and older."
47874790
msgstr ""
4788-
"Projekt `python api-compat <https://github.com/python/pythoncapi-compat/>`__ "
4789-
"można użyć do uruchomienia :c:func:`PyConfig_Get`Pythona w wersji 3.13 i "
4790-
"starszych."
4791+
"Projektu `python api-compat <https://github.com/python/pythoncapi-compat/"
4792+
">`__ można użyć do uruchomienia :c:func:`PyConfig_Get` w Pythonie w wersji "
4793+
"3.13 i starszych."
47914794

47924795
msgid ""
47934796
"Functions to configure Python's initialization, deprecated in Python 3.11:"
@@ -4796,36 +4799,36 @@ msgstr ""
47964799

47974800
msgid ":c:func:`!PySys_SetArgvEx()`: Set :c:member:`PyConfig.argv` instead."
47984801
msgstr ""
4799-
":c:func:`!PySys_SetArgvEx()` : Ustawić :c:member:`PyConfig.argv` Zamiast."
4802+
":c:func:`!PySys_SetArgvEx()`: ustawiaj w zamian :c:member:`PyConfig.argv`."
48004803

48014804
msgid ":c:func:`!PySys_SetArgv()`: Set :c:member:`PyConfig.argv` instead."
48024805
msgstr ""
4803-
":c:func:`!PySys_SetArgv()` : Ustawić :c:member:`PyConfig.argv` Zamiast."
4806+
":c:func:`!PySys_SetArgv()`: ustawiaj w zamian :c:member:`PyConfig.argv`."
48044807

48054808
msgid ""
48064809
":c:func:`!Py_SetProgramName()`: Set :c:member:`PyConfig.program_name` "
48074810
"instead."
48084811
msgstr ""
4809-
":c:func:`!Py_SetProgramName()` : Ustawić :c:member:`PyConfig.program_name` "
4810-
"Zamiast."
4812+
":c:func:`!Py_SetProgramName()`: ustawiaj w zamian :c:member:`PyConfig."
4813+
"program_name`."
48114814

48124815
msgid ":c:func:`!Py_SetPythonHome()`: Set :c:member:`PyConfig.home` instead."
48134816
msgstr ""
4814-
" :c:func:`!Py_SetPythonHome()`: Ustawić :c:member:`PyConfig.home` Zamiast."
4817+
" :c:func:`!Py_SetPythonHome()`: ustawiaj w zamian :c:member:`PyConfig.home`."
48154818

48164819
msgid ""
48174820
":c:func:`!PySys_ResetWarnOptions`: Clear :data:`sys.warnoptions` and :data:`!"
48184821
"warnings.filters` instead."
48194822
msgstr ""
4820-
":c:func:`!PySys_ResetWarnOptions` Wyczyść :data:`sys.warnoptions` i :data:`!"
4821-
"warnings.filters` zamiast tego."
4823+
":c:func:`!PySys_ResetWarnOptions`: czyść w zamian :data:`sys.warnoptions` i :"
4824+
"data:`!warnings.filters`."
48224825

48234826
msgid ""
48244827
"The :c:func:`Py_InitializeFromConfig` API should be used with :c:type:"
48254828
"`PyConfig` instead."
48264829
msgstr ""
4827-
"The :c:func:`Py_InitializeFromConfig`API należy używać z :c:type:`PyConfig` "
4828-
"Zamiast."
4830+
"API :c:func:`Py_InitializeFromConfig` należy w zamian używać z :c:type:"
4831+
"`PyConfig`."
48294832

48304833
msgid "Global configuration variables:"
48314834
msgstr "Globalne zmienne konfiguracyjne:"

0 commit comments

Comments
 (0)