@@ -12,7 +12,7 @@ msgid ""
1212msgstr ""
1313"Project-Id-Version : Python 3.11\n "
1414"Report-Msgid-Bugs-To : \n "
15- "POT-Creation-Date : 2023-08-25 20:36 +0000\n "
15+ "POT-Creation-Date : 2023-09-08 14:42 +0000\n "
1616"PO-Revision-Date : 2023-05-24 02:08+0000\n "
1717"Last-Translator : Rafael Fontenelle <rffontenelle@gmail.com>, 2023\n "
1818"Language-Team : Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n "
@@ -81,10 +81,9 @@ msgid ""
8181msgstr ""
8282
8383msgid ""
84- "Insert *val* into the dictionary *p* using *key* as a key. *key* should be "
85- "a :c:expr:`const char*` UTF-8 encoded bytes string. The key object is "
86- "created using ``PyUnicode_FromString(key)``. Return ``0`` on success or "
87- "``-1`` on failure. This function *does not* steal a reference to *val*."
84+ "This is the same as :c:func:`PyDict_SetItem`, but *key* is specified as a :c:"
85+ "expr:`const char*` UTF-8 encoded bytes string, rather than a :c:expr:"
86+ "`PyObject*`."
8887msgstr ""
8988
9089msgid ""
@@ -95,9 +94,9 @@ msgid ""
9594msgstr ""
9695
9796msgid ""
98- "Remove the entry in dictionary *p* which has a key specified by the UTF-8 "
99- "encoded bytes string *key*. If *key* is not in the dictionary, :exc :"
100- "`KeyError` is raised. Return ``0`` on success or ``-1`` on failure ."
97+ "This is the same as :c:func:`PyDict_DelItem`, but *key* is specified as a :c: "
98+ "expr:`const char*` UTF-8 encoded bytes string, rather than a :c:expr :"
99+ "`PyObject*` ."
101100msgstr ""
102101
103102msgid ""
@@ -216,9 +215,6 @@ msgstr "obiekt"
216215msgid "dictionary"
217216msgstr "słownik"
218217
219- msgid "PyUnicode_FromString()"
220- msgstr ""
221-
222218msgid "built-in function"
223219msgstr "funkcja wbudowana"
224220
0 commit comments