|
5 | 5 | # |
6 | 6 | # Translators: |
7 | 7 | # python-doc bot, 2025 |
8 | | -# Maciej Olko <maciej.olko@gmail.com>, 2026 |
9 | 8 | # Barbara Mroczek, 2026 |
| 9 | +# Maciej Olko <maciej.olko@gmail.com>, 2026 |
10 | 10 | # |
11 | 11 | #, fuzzy |
12 | 12 | msgid "" |
13 | 13 | msgstr "" |
14 | 14 | "Project-Id-Version: Python 3.15\n" |
15 | 15 | "Report-Msgid-Bugs-To: \n" |
16 | | -"POT-Creation-Date: 2026-08-03 16:16+0000\n" |
| 16 | +"POT-Creation-Date: 2026-08-05 15:56+0000\n" |
17 | 17 | "PO-Revision-Date: 2025-09-16 00:02+0000\n" |
18 | | -"Last-Translator: Barbara Mroczek, 2026\n" |
| 18 | +"Last-Translator: Maciej Olko <maciej.olko@gmail.com>, 2026\n" |
19 | 19 | "Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n" |
20 | 20 | "MIME-Version: 1.0\n" |
21 | 21 | "Content-Type: text/plain; charset=UTF-8\n" |
@@ -3178,9 +3178,13 @@ msgid "" |
3178 | 3178 | "input. Return the string input. If the dialog is canceled, return " |
3179 | 3179 | "``None``. ::" |
3180 | 3180 | msgstr "" |
| 3181 | +"Wyświetla okno dialogowe służące do wprowadzenia ciągu znaków. Parametr " |
| 3182 | +"title to tytuł okna dialogowego, a prompt to tekst opisujący, jakie " |
| 3183 | +"informacje należy wprowadzić. Zwraca wprowadzony ciąg znaków. Jeśli okno " |
| 3184 | +"dialogowe zostanie zamknięte, zwraca ``None``. ::" |
3181 | 3185 |
|
3182 | 3186 | msgid ">>> screen.textinput(\"NIM\", \"Name of first player:\")" |
3183 | | -msgstr ">>> screen.textinput(\"NIM\", \"Name of first player:\")" |
| 3187 | +msgstr ">>> screen.textinput(\"NIM\", \"Imię pierwszego gracza:\")" |
3184 | 3188 |
|
3185 | 3189 | msgid "" |
3186 | 3190 | "Pop up a dialog window for input of a number. title is the title of the " |
|
0 commit comments