Skip to content

Commit 1e36116

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

24 files changed

+3712
-64
lines changed

c-api/sys.po

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,10 @@ msgid ""
271271
"be used instead, see :ref:`Python Initialization Configuration <init-"
272272
"config>`."
273273
msgstr ""
274+
"Этот API сохранен для обратной совместимости: вместо него следует "
275+
"использовать настройки :c:member:`PyConfig.module_search_paths` и :c:member:"
276+
"`PyConfig.module_search_paths_set`, см. :ref:`Конфигурация инициализации "
277+
"Python <init-config>`."
274278

275279
msgid ""
276280
"Set :data:`sys.path` to a list object of paths found in *path* which should "
@@ -455,7 +459,7 @@ msgid "abort (C function)"
455459
msgstr ""
456460

457461
msgid "Py_FinalizeEx (C function)"
458-
msgstr ""
462+
msgstr "Py_FinalizeEx (C функция)"
459463

460464
msgid "exit (C function)"
461465
msgstr ""

c-api/utilities.po

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# SOME DESCRIPTIVE TITLE.
2+
# Copyright (C) 2001-2025, 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+
# Rafael Fontenelle <rffontenelle@gmail.com>, 2025
8+
#
9+
#, fuzzy
10+
msgid ""
11+
msgstr ""
12+
"Project-Id-Version: Python 3.11\n"
13+
"Report-Msgid-Bugs-To: \n"
14+
"POT-Creation-Date: 2025-07-11 16:41+0000\n"
15+
"PO-Revision-Date: 2023-05-24 02:10+0000\n"
16+
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2025\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 "Utilities"
27+
msgstr "Utilitas"
28+
29+
msgid ""
30+
"The functions in this chapter perform various utility tasks, ranging from "
31+
"helping C code be more portable across platforms, using Python modules from "
32+
"C, and parsing function arguments and constructing Python values from C "
33+
"values."
34+
msgstr ""

0 commit comments

Comments
 (0)