|
| 1 | +# SOME DESCRIPTIVE TITLE. |
| 2 | +# Copyright (C) 2001-2026, Python Software Foundation |
| 3 | +# This file is distributed under the same license as the Python package. |
| 4 | +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. |
| 5 | +# |
| 6 | +# Translators: |
| 7 | +# Blessing Oluronbi, 2026 |
| 8 | +# |
| 9 | +#, fuzzy |
| 10 | +msgid "" |
| 11 | +msgstr "" |
| 12 | +"Project-Id-Version: Python 3.13\n" |
| 13 | +"Report-Msgid-Bugs-To: \n" |
| 14 | +"POT-Creation-Date: 2026-05-11 18:10+0000\n" |
| 15 | +"PO-Revision-Date: 2025-09-15 01:03+0000\n" |
| 16 | +"Last-Translator: Blessing Oluronbi, 2026\n" |
| 17 | +"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n" |
| 18 | +"MIME-Version: 1.0\n" |
| 19 | +"Content-Type: text/plain; charset=UTF-8\n" |
| 20 | +"Content-Transfer-Encoding: 8bit\n" |
| 21 | +"Language: pl\n" |
| 22 | +"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && " |
| 23 | +"(n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && " |
| 24 | +"n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n" |
| 25 | + |
| 26 | +msgid "Pending Removal in Future Versions" |
| 27 | +msgstr "" |
| 28 | + |
| 29 | +msgid "" |
| 30 | +"The following APIs are deprecated and will be removed, although there is " |
| 31 | +"currently no date scheduled for their removal." |
| 32 | +msgstr "" |
| 33 | + |
| 34 | +msgid ":c:macro:`Py_TPFLAGS_HAVE_FINALIZE`: Unneeded since Python 3.8." |
| 35 | +msgstr "" |
| 36 | + |
| 37 | +msgid ":c:func:`PyErr_Fetch`: Use :c:func:`PyErr_GetRaisedException` instead." |
| 38 | +msgstr "" |
| 39 | + |
| 40 | +msgid "" |
| 41 | +":c:func:`PyErr_NormalizeException`: Use :c:func:`PyErr_GetRaisedException` " |
| 42 | +"instead." |
| 43 | +msgstr "" |
| 44 | + |
| 45 | +msgid "" |
| 46 | +":c:func:`PyErr_Restore`: Use :c:func:`PyErr_SetRaisedException` instead." |
| 47 | +msgstr "" |
| 48 | + |
| 49 | +msgid "" |
| 50 | +":c:func:`PyModule_GetFilename`: Use :c:func:`PyModule_GetFilenameObject` " |
| 51 | +"instead." |
| 52 | +msgstr "" |
| 53 | + |
| 54 | +msgid ":c:func:`PyOS_AfterFork`: Use :c:func:`PyOS_AfterFork_Child` instead." |
| 55 | +msgstr "" |
| 56 | + |
| 57 | +msgid "" |
| 58 | +":c:func:`PySlice_GetIndicesEx`: Use :c:func:`PySlice_Unpack` and :c:func:" |
| 59 | +"`PySlice_AdjustIndices` instead." |
| 60 | +msgstr "" |
| 61 | + |
| 62 | +msgid "" |
| 63 | +":c:func:`!PyUnicode_AsDecodedObject`: Use :c:func:`PyCodec_Decode` instead." |
| 64 | +msgstr "" |
| 65 | +":c:func:`!PyUnicode_AsDecodedObject` : Używać :c:func:`PyCodec_Decode` " |
| 66 | +"Zamiast." |
| 67 | + |
| 68 | +msgid "" |
| 69 | +":c:func:`!PyUnicode_AsDecodedUnicode`: Use :c:func:`PyCodec_Decode` instead." |
| 70 | +msgstr "" |
| 71 | + |
| 72 | +msgid "" |
| 73 | +":c:func:`!PyUnicode_AsEncodedObject`: Use :c:func:`PyCodec_Encode` instead." |
| 74 | +msgstr "" |
| 75 | +":c:func:`!PyUnicode_AsEncodedObject` : Używać :c:func:`PyCodec_Encode` " |
| 76 | +"Zamiast." |
| 77 | + |
| 78 | +msgid "" |
| 79 | +":c:func:`!PyUnicode_AsEncodedUnicode`: Use :c:func:`PyCodec_Encode` instead." |
| 80 | +msgstr "" |
| 81 | + |
| 82 | +msgid ":c:func:`PyUnicode_READY`: Unneeded since Python 3.12" |
| 83 | +msgstr "" |
| 84 | + |
| 85 | +msgid ":c:func:`!PyErr_Display`: Use :c:func:`PyErr_DisplayException` instead." |
| 86 | +msgstr "" |
| 87 | + |
| 88 | +msgid "" |
| 89 | +":c:func:`!_PyErr_ChainExceptions`: Use :c:func:`!_PyErr_ChainExceptions1` " |
| 90 | +"instead." |
| 91 | +msgstr "" |
| 92 | + |
| 93 | +msgid "" |
| 94 | +":c:member:`!PyBytesObject.ob_shash` member: call :c:func:`PyObject_Hash` " |
| 95 | +"instead." |
| 96 | +msgstr "" |
| 97 | + |
| 98 | +msgid ":c:member:`!PyDictObject.ma_version_tag` member." |
| 99 | +msgstr "" |
| 100 | + |
| 101 | +msgid "Thread Local Storage (TLS) API:" |
| 102 | +msgstr "" |
| 103 | + |
| 104 | +msgid "" |
| 105 | +":c:func:`PyThread_create_key`: Use :c:func:`PyThread_tss_alloc` instead." |
| 106 | +msgstr "" |
| 107 | + |
| 108 | +msgid ":c:func:`PyThread_delete_key`: Use :c:func:`PyThread_tss_free` instead." |
| 109 | +msgstr "" |
| 110 | + |
| 111 | +msgid "" |
| 112 | +":c:func:`PyThread_set_key_value`: Use :c:func:`PyThread_tss_set` instead." |
| 113 | +msgstr "" |
| 114 | + |
| 115 | +msgid "" |
| 116 | +":c:func:`PyThread_get_key_value`: Use :c:func:`PyThread_tss_get` instead." |
| 117 | +msgstr "" |
| 118 | + |
| 119 | +msgid "" |
| 120 | +":c:func:`PyThread_delete_key_value`: Use :c:func:`PyThread_tss_delete` " |
| 121 | +"instead." |
| 122 | +msgstr "" |
| 123 | + |
| 124 | +msgid ":c:func:`PyThread_ReInitTLS`: Unneeded since Python 3.7." |
| 125 | +msgstr "" |
0 commit comments