Skip to content

Commit e30f5bd

Browse files
author
GitHub Action's update-translation job
committed
Update translation from Transifex
Co-Authored-By: python-doc bot
1 parent fc90b2b commit e30f5bd

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

71 files changed

+1183
-380
lines changed

c-api/function.po

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,16 @@
55
#
66
# Translators:
77
# Rafael Fontenelle <rffontenelle@gmail.com>, 2025
8+
# python-doc bot, 2025
89
#
910
#, fuzzy
1011
msgid ""
1112
msgstr ""
1213
"Project-Id-Version: Python 3.12\n"
1314
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2025-09-19 15:40+0000\n"
15+
"POT-Creation-Date: 2025-09-23 15:37+0000\n"
1516
"PO-Revision-Date: 2025-07-18 19:57+0000\n"
16-
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2025\n"
17+
"Last-Translator: python-doc bot, 2025\n"
1718
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
1819
"MIME-Version: 1.0\n"
1920
"Content-Type: text/plain; charset=UTF-8\n"
@@ -141,19 +142,19 @@ msgid "Enumeration of possible function watcher events:"
141142
msgstr ""
142143

143144
msgid "``PyFunction_EVENT_CREATE``"
144-
msgstr ""
145+
msgstr "``PyFunction_EVENT_CREATE``"
145146

146147
msgid "``PyFunction_EVENT_DESTROY``"
147-
msgstr ""
148+
msgstr "``PyFunction_EVENT_DESTROY``"
148149

149150
msgid "``PyFunction_EVENT_MODIFY_CODE``"
150-
msgstr ""
151+
msgstr "``PyFunction_EVENT_MODIFY_CODE``"
151152

152153
msgid "``PyFunction_EVENT_MODIFY_DEFAULTS``"
153-
msgstr ""
154+
msgstr "``PyFunction_EVENT_MODIFY_DEFAULTS``"
154155

155156
msgid "``PyFunction_EVENT_MODIFY_KWDEFAULTS``"
156-
msgstr ""
157+
msgstr "``PyFunction_EVENT_MODIFY_KWDEFAULTS``"
157158

158159
msgid "Type of a function watcher callback function."
159160
msgstr ""

c-api/structures.po

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,16 @@
55
#
66
# Translators:
77
# Rafael Fontenelle <rffontenelle@gmail.com>, 2025
8+
# python-doc bot, 2025
89
#
910
#, fuzzy
1011
msgid ""
1112
msgstr ""
1213
"Project-Id-Version: Python 3.12\n"
1314
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2025-09-19 15:40+0000\n"
15+
"POT-Creation-Date: 2025-09-23 15:37+0000\n"
1516
"PO-Revision-Date: 2025-07-18 19:57+0000\n"
16-
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2025\n"
17+
"Last-Translator: python-doc bot, 2025\n"
1718
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
1819
"MIME-Version: 1.0\n"
1920
"Content-Type: text/plain; charset=UTF-8\n"
@@ -632,19 +633,19 @@ msgid ":c:expr:`long`"
632633
msgstr ":c:expr:`long`"
633634

634635
msgid ":c:expr:`long long`"
635-
msgstr ""
636+
msgstr ":c:expr:`long long`"
636637

637638
msgid ":c:expr:`unsigned char`"
638-
msgstr ""
639+
msgstr ":c:expr:`unsigned char`"
639640

640641
msgid ":c:expr:`unsigned int`"
641-
msgstr ""
642+
msgstr ":c:expr:`unsigned int`"
642643

643644
msgid ":c:expr:`unsigned short`"
644-
msgstr ""
645+
msgstr ":c:expr:`unsigned short`"
645646

646647
msgid ":c:expr:`unsigned long`"
647-
msgstr ""
648+
msgstr ":c:expr:`unsigned long`"
648649

649650
msgid ":c:expr:`unsigned long long`"
650651
msgstr ""
@@ -671,22 +672,22 @@ msgid ":c:expr:`const char *` (*)"
671672
msgstr ""
672673

673674
msgid ":py:class:`str` (RO)"
674-
msgstr ""
675+
msgstr ":py:class:`str` (RO)"
675676

676677
msgid ":c:expr:`const char[]` (*)"
677678
msgstr ""
678679

679680
msgid ":c:expr:`char` (0-127)"
680-
msgstr ""
681+
msgstr ":c:expr:`char` (0-127)"
681682

682683
msgid ":py:class:`str` (**)"
683-
msgstr ""
684+
msgstr ":py:class:`str` (**)"
684685

685686
msgid ":c:expr:`PyObject *`"
686-
msgstr ""
687+
msgstr ":c:expr:`PyObject *`"
687688

688689
msgid ":py:class:`object` (D)"
689-
msgstr ""
690+
msgstr ":py:class:`object` (D)"
690691

691692
msgid ""
692693
"(*): Zero-terminated, UTF8-encoded C string. With :c:macro:`!Py_T_STRING` "

deprecations/pending-removal-in-3.15.po

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,16 @@
55
#
66
# Translators:
77
# Rafael Fontenelle <rffontenelle@gmail.com>, 2025
8+
# python-doc bot, 2025
89
#
910
#, fuzzy
1011
msgid ""
1112
msgstr ""
1213
"Project-Id-Version: Python 3.12\n"
1314
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2025-09-19 15:40+0000\n"
15+
"POT-Creation-Date: 2025-09-23 15:37+0000\n"
1516
"PO-Revision-Date: 2025-07-18 19:57+0000\n"
16-
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2025\n"
17+
"Last-Translator: python-doc bot, 2025\n"
1718
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
1819
"MIME-Version: 1.0\n"
1920
"Content-Type: text/plain; charset=UTF-8\n"
@@ -60,7 +61,7 @@ msgid ""
6061
msgstr ""
6162

6263
msgid ":mod:`sysconfig`:"
63-
msgstr ""
64+
msgstr ":mod:`sysconfig`:"
6465

6566
msgid ""
6667
"The *check_home* argument of :func:`sysconfig.is_python_build` has been "

howto/gdb_helpers.po

Lines changed: 150 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,16 @@
55
#
66
# Translators:
77
# Rafael Fontenelle <rffontenelle@gmail.com>, 2025
8+
# python-doc bot, 2025
89
#
910
#, fuzzy
1011
msgid ""
1112
msgstr ""
1213
"Project-Id-Version: Python 3.12\n"
1314
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2025-09-19 15:40+0000\n"
15+
"POT-Creation-Date: 2025-09-23 15:37+0000\n"
1516
"PO-Revision-Date: 2025-07-18 19:57+0000\n"
16-
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2025\n"
17+
"Last-Translator: python-doc bot, 2025\n"
1718
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
1819
"MIME-Version: 1.0\n"
1920
"Content-Type: text/plain; charset=UTF-8\n"
@@ -424,6 +425,43 @@ msgid ""
424425
"(gdb) py-down\n"
425426
"Unable to find a newer python frame"
426427
msgstr ""
428+
"(gdb) py-down\n"
429+
"#37 Frame 0x9420b04, for file /usr/lib/python2.6/site-packages/gnome_sudoku/"
430+
"main.py, line 906, in start_game ()\n"
431+
" u = UI()\n"
432+
"(gdb) py-down\n"
433+
"#34 (unable to read python frame information)\n"
434+
"(gdb) py-down\n"
435+
"#23 (unable to read python frame information)\n"
436+
"(gdb) py-down\n"
437+
"#19 (unable to read python frame information)\n"
438+
"(gdb) py-down\n"
439+
"#14 Frame 0x99262ac, for file /usr/lib/python2.6/site-packages/gnome_sudoku/"
440+
"game_selector.py, line 201, in run_swallowed_dialog "
441+
"(self=<NewOrSavedGameSelector(new_game_model=<gtk.ListStore at remote "
442+
"0x98fab44>, puzzle=None, saved_games=[{'gsd.auto_fills': 0, 'tracking': {}, "
443+
"'trackers': {}, 'notes': [], 'saved_at': 1270084485, 'game': '7 8 0 0 0 0 0 "
444+
"5 6 0 0 9 0 8 0 1 0 0 0 4 6 0 0 0 0 7 0 6 5 0 0 0 4 7 9 2 0 0 0 9 0 1 0 0 0 "
445+
"3 9 7 6 0 0 0 1 8 0 6 0 0 0 0 2 8 0 0 0 5 0 4 0 6 0 0 2 1 0 0 0 0 0 4 5\\n7 "
446+
"8 0 0 0 0 0 5 6 0 0 9 0 8 0 1 0 0 0 4 6 0 0 0 0 7 0 6 5 1 8 3 4 7 9 2 0 0 0 "
447+
"9 0 1 0 0 0 3 9 7 6 0 0 0 1 8 0 6 0 0 0 0 2 8 0 0 0 5 0 4 0 6 0 0 2 1 0 0 0 "
448+
"0 0 4 5', 'gsd.impossible_hints': 0, 'timer.__absolute_start_time__': <float "
449+
"at remote 0x984b474>, 'gsd.hints': 0, 'timer.active_time': <float at remote "
450+
"0x984b494>, 'timer.total_time': <float at remote 0x984b464>}], dialog=<gtk."
451+
"Dialog at remote 0x98faaa4>, saved_game_model=<gtk.ListStore at remote "
452+
"0x98fad24>, sudoku_maker=<SudokuMaker(terminated=False, played=[], "
453+
"batch_siz...(truncated)\n"
454+
" swallower.run_dialog(self.dialog)\n"
455+
"(gdb) py-down\n"
456+
"#11 Frame 0x9aead74, for file /usr/lib/python2.6/site-packages/gnome_sudoku/"
457+
"dialog_swallower.py, line 48, in run_dialog "
458+
"(self=<SwappableArea(running=<gtk.Dialog at remote 0x98faaa4>, main_page=0) "
459+
"at remote 0x98fa6e4>, d=<gtk.Dialog at remote 0x98faaa4>)\n"
460+
" gtk.main()\n"
461+
"(gdb) py-down\n"
462+
"#8 (unable to read python frame information)\n"
463+
"(gdb) py-down\n"
464+
"Unable to find a newer python frame"
427465

428466
msgid "and we're at the bottom of the Python stack."
429467
msgstr ""
@@ -503,6 +541,39 @@ msgid ""
503541
"0xb771b7f4>)\n"
504542
" main.start_game()"
505543
msgstr ""
544+
"(gdb) py-bt\n"
545+
"#8 (unable to read python frame information)\n"
546+
"#11 Frame 0x9aead74, for file /usr/lib/python2.6/site-packages/gnome_sudoku/"
547+
"dialog_swallower.py, line 48, in run_dialog "
548+
"(self=<SwappableArea(running=<gtk.Dialog at remote 0x98faaa4>, main_page=0) "
549+
"at remote 0x98fa6e4>, d=<gtk.Dialog at remote 0x98faaa4>)\n"
550+
" gtk.main()\n"
551+
"#14 Frame 0x99262ac, for file /usr/lib/python2.6/site-packages/gnome_sudoku/"
552+
"game_selector.py, line 201, in run_swallowed_dialog "
553+
"(self=<NewOrSavedGameSelector(new_game_model=<gtk.ListStore at remote "
554+
"0x98fab44>, puzzle=None, saved_games=[{'gsd.auto_fills': 0, 'tracking': {}, "
555+
"'trackers': {}, 'notes': [], 'saved_at': 1270084485, 'game': '7 8 0 0 0 0 0 "
556+
"5 6 0 0 9 0 8 0 1 0 0 0 4 6 0 0 0 0 7 0 6 5 0 0 0 4 7 9 2 0 0 0 9 0 1 0 0 0 "
557+
"3 9 7 6 0 0 0 1 8 0 6 0 0 0 0 2 8 0 0 0 5 0 4 0 6 0 0 2 1 0 0 0 0 0 4 5\\n7 "
558+
"8 0 0 0 0 0 5 6 0 0 9 0 8 0 1 0 0 0 4 6 0 0 0 0 7 0 6 5 1 8 3 4 7 9 2 0 0 0 "
559+
"9 0 1 0 0 0 3 9 7 6 0 0 0 1 8 0 6 0 0 0 0 2 8 0 0 0 5 0 4 0 6 0 0 2 1 0 0 0 "
560+
"0 0 4 5', 'gsd.impossible_hints': 0, 'timer.__absolute_start_time__': <float "
561+
"at remote 0x984b474>, 'gsd.hints': 0, 'timer.active_time': <float at remote "
562+
"0x984b494>, 'timer.total_time': <float at remote 0x984b464>}], dialog=<gtk."
563+
"Dialog at remote 0x98faaa4>, saved_game_model=<gtk.ListStore at remote "
564+
"0x98fad24>, sudoku_maker=<SudokuMaker(terminated=False, played=[], "
565+
"batch_siz...(truncated)\n"
566+
" swallower.run_dialog(self.dialog)\n"
567+
"#19 (unable to read python frame information)\n"
568+
"#23 (unable to read python frame information)\n"
569+
"#34 (unable to read python frame information)\n"
570+
"#37 Frame 0x9420b04, for file /usr/lib/python2.6/site-packages/gnome_sudoku/"
571+
"main.py, line 906, in start_game ()\n"
572+
" u = UI()\n"
573+
"#40 Frame 0x948e82c, for file /usr/lib/python2.6/site-packages/gnome_sudoku/"
574+
"gnome_sudoku.py, line 22, in start_game (main=<module at remote "
575+
"0xb771b7f4>)\n"
576+
" main.start_game()"
506577

507578
msgid ""
508579
"The frame numbers correspond to those displayed by GDB's standard "
@@ -704,3 +775,80 @@ msgid ""
704775
"<instancemethod at remote 0xd751e0>, <type at remote 0x7f19e0...(truncated)\n"
705776
" _wait()"
706777
msgstr ""
778+
"(gdb) t a a py-bt\n"
779+
"\n"
780+
"Thread 105 (Thread 0x7fffefa18710 (LWP 10260)):\n"
781+
"#5 Frame 0x7fffd00019d0, for file /home/david/coding/python-svn/Lib/"
782+
"threading.py, line 155, in _acquire_restore "
783+
"(self=<_RLock(_Verbose__verbose=False, _RLock__owner=140737354016512, "
784+
"_RLock__block=<thread.lock at remote 0x858770>, _RLock__count=1) at remote "
785+
"0xd7ff40>, count_owner=(1, 140737213728528), count=1, "
786+
"owner=140737213728528)\n"
787+
" self.__block.acquire()\n"
788+
"#8 Frame 0x7fffac001640, for file /home/david/coding/python-svn/Lib/"
789+
"threading.py, line 269, in wait "
790+
"(self=<_Condition(_Condition__lock=<_RLock(_Verbose__verbose=False, "
791+
"_RLock__owner=140737354016512, _RLock__block=<thread.lock at remote "
792+
"0x858770>, _RLock__count=1) at remote 0xd7ff40>, acquire=<instancemethod at "
793+
"remote 0xd80260>, _is_owned=<instancemethod at remote 0xd80160>, "
794+
"_release_save=<instancemethod at remote 0xd803e0>, release=<instancemethod "
795+
"at remote 0xd802e0>, _acquire_restore=<instancemethod at remote 0xd7ee60>, "
796+
"_Verbose__verbose=False, _Condition__waiters=[]) at remote 0xd7fd10>, "
797+
"timeout=None, waiter=<thread.lock at remote 0x858a90>, saved_state=(1, "
798+
"140737213728528))\n"
799+
" self._acquire_restore(saved_state)\n"
800+
"#12 Frame 0x7fffb8001a10, for file /home/david/coding/python-svn/Lib/test/"
801+
"lock_tests.py, line 348, in f ()\n"
802+
" cond.wait()\n"
803+
"#16 Frame 0x7fffb8001c40, for file /home/david/coding/python-svn/Lib/test/"
804+
"lock_tests.py, line 37, in task (tid=140737213728528)\n"
805+
" f()\n"
806+
"\n"
807+
"Thread 104 (Thread 0x7fffdf5fe710 (LWP 10259)):\n"
808+
"#5 Frame 0x7fffe4001580, for file /home/david/coding/python-svn/Lib/"
809+
"threading.py, line 155, in _acquire_restore "
810+
"(self=<_RLock(_Verbose__verbose=False, _RLock__owner=140737354016512, "
811+
"_RLock__block=<thread.lock at remote 0x858770>, _RLock__count=1) at remote "
812+
"0xd7ff40>, count_owner=(1, 140736940992272), count=1, "
813+
"owner=140736940992272)\n"
814+
" self.__block.acquire()\n"
815+
"#8 Frame 0x7fffc8002090, for file /home/david/coding/python-svn/Lib/"
816+
"threading.py, line 269, in wait "
817+
"(self=<_Condition(_Condition__lock=<_RLock(_Verbose__verbose=False, "
818+
"_RLock__owner=140737354016512, _RLock__block=<thread.lock at remote "
819+
"0x858770>, _RLock__count=1) at remote 0xd7ff40>, acquire=<instancemethod at "
820+
"remote 0xd80260>, _is_owned=<instancemethod at remote 0xd80160>, "
821+
"_release_save=<instancemethod at remote 0xd803e0>, release=<instancemethod "
822+
"at remote 0xd802e0>, _acquire_restore=<instancemethod at remote 0xd7ee60>, "
823+
"_Verbose__verbose=False, _Condition__waiters=[]) at remote 0xd7fd10>, "
824+
"timeout=None, waiter=<thread.lock at remote 0x858860>, saved_state=(1, "
825+
"140736940992272))\n"
826+
" self._acquire_restore(saved_state)\n"
827+
"#12 Frame 0x7fffac001c90, for file /home/david/coding/python-svn/Lib/test/"
828+
"lock_tests.py, line 348, in f ()\n"
829+
" cond.wait()\n"
830+
"#16 Frame 0x7fffac0011c0, for file /home/david/coding/python-svn/Lib/test/"
831+
"lock_tests.py, line 37, in task (tid=140736940992272)\n"
832+
" f()\n"
833+
"\n"
834+
"Thread 1 (Thread 0x7ffff7fe2700 (LWP 10145)):\n"
835+
"#5 Frame 0xcb5380, for file /home/david/coding/python-svn/Lib/test/"
836+
"lock_tests.py, line 16, in _wait ()\n"
837+
" time.sleep(0.01)\n"
838+
"#8 Frame 0x7fffd00024a0, for file /home/david/coding/python-svn/Lib/test/"
839+
"lock_tests.py, line 378, in _check_notify "
840+
"(self=<ConditionTests(_testMethodName='test_notify', "
841+
"_resultForDoCleanups=<TestResult(_original_stdout=<cStringIO.StringO at "
842+
"remote 0xc191e0>, skipped=[], _mirrorOutput=False, testsRun=39, "
843+
"buffer=False, _original_stderr=<file at remote 0x7ffff7fc6340>, "
844+
"_stdout_buffer=<cStringIO.StringO at remote 0xc9c7f8>, "
845+
"_stderr_buffer=<cStringIO.StringO at remote 0xc9c790>, "
846+
"_moduleSetUpFailed=False, expectedFailures=[], errors=[], "
847+
"_previousTestClass=<type at remote 0x928310>, unexpectedSuccesses=[], "
848+
"failures=[], shouldStop=False, failfast=False) at remote 0xc185a0>, "
849+
"_threads=(0,), _cleanups=[], _type_equality_funcs={<type at remote "
850+
"0x7eba00>: <instancemethod at remote 0xd750e0>, <type at remote 0x7e7820>: "
851+
"<instancemethod at remote 0xd75160>, <type at remote 0x7e30e0>: "
852+
"<instancemethod at remote 0xd75060>, <type at remote 0x7e7d20>: "
853+
"<instancemethod at remote 0xd751e0>, <type at remote 0x7f19e0...(truncated)\n"
854+
" _wait()"

0 commit comments

Comments
 (0)