Skip to content

Commit 75e4f68

Browse files
author
GitHub Action's update-translation job
committed
Update translation from Transifex
1 parent d990bb3 commit 75e4f68

4 files changed

Lines changed: 9 additions & 5 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ f'''![build](https://github.com/python/python-docs-pl/workflows/.github/workflow
1515
![{translators} tłumaczy](https://img.shields.io/badge/tłumaczy-{translators}-0.svg)''')
1616
]]] -->
1717
![build](https://github.com/python/python-docs-pl/workflows/.github/workflows/update-and-build.yml/badge.svg)
18-
![48.45% przełącznika języków](https://img.shields.io/badge/przełącznik_języków-48.45%25-0.svg)
19-
![postęp tłumaczenia całości dokumentacji](https://img.shields.io/badge/całość-3.51%25-0.svg)
18+
![48.54% przełącznika języków](https://img.shields.io/badge/przełącznik_języków-48.54%25-0.svg)
19+
![postęp tłumaczenia całości dokumentacji](https://img.shields.io/badge/całość-3.52%25-0.svg)
2020
![19 tłumaczy](https://img.shields.io/badge/tłumaczy-19-0.svg)
2121
<!-- [[[end]]] -->
2222

tutorial/floatingpoint.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ msgid ""
1212
msgstr ""
1313
"Project-Id-Version: Python 3.11\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2023-02-24 14:15+0000\n"
15+
"POT-Creation-Date: 2023-03-17 14:14+0000\n"
1616
"PO-Revision-Date: 2021-06-28 01:50+0000\n"
1717
"Last-Translator: Ciarbin <mrciarbin@gmail.com>, 2022\n"
1818
"Language-Team: Polish (https://www.transifex.com/python-doc/teams/5390/pl/)\n"

tutorial/inputoutput.po

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,14 +137,18 @@ msgstr ""
137137
"daje mniejszą kontrolę nad formatowaniem."
138138

139139
msgid "Formatted String Literals"
140-
msgstr ""
140+
msgstr "f-stringi"
141141

142142
msgid ""
143143
":ref:`Formatted string literals <f-strings>` (also called f-strings for "
144144
"short) let you include the value of Python expressions inside a string by "
145145
"prefixing the string with ``f`` or ``F`` and writing expressions as "
146146
"``{expression}``."
147147
msgstr ""
148+
":ref:`Formatowane literały ciągów znaków <f-strings>` (nazywane też krótko f-"
149+
"stringami) pozwalają zawrzeć wartość pythonowych wyrażeń wewnątrz ciągu "
150+
"znaków przez dodanie prefiksu ``f`` lub ``F`` i zapisanie wyrażenia jako "
151+
"``{expression}``."
148152

149153
msgid ""
150154
"An optional format specifier can follow the expression. This allows greater "

tutorial/introduction.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.11\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2023-02-24 14:15+0000\n"
14+
"POT-Creation-Date: 2023-03-17 14:14+0000\n"
1515
"PO-Revision-Date: 2021-06-28 01:50+0000\n"
1616
"Last-Translator: Maciej Olko <maciej.olko@gmail.com>, 2022\n"
1717
"Language-Team: Polish (https://www.transifex.com/python-doc/teams/5390/pl/)\n"

0 commit comments

Comments
 (0)