Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a223ca0

Browse files
author
GitHub Action's update-translation job
committed
Update translation from Transifex
1 parent 9f260c9 commit a223ca0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tutorial/controlflow.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -610,15 +610,15 @@ msgstr ""
610610
"# punkt to dwukrotka (x, y)\n"
611611
"match point:\n"
612612
" case (0, 0):\n"
613-
" print(\"Origin\")\n"
613+
" print(\"Początek\")\n"
614614
" case (0, y):\n"
615615
" print(f\"Y={y}\")\n"
616616
" case (x, 0):\n"
617617
" print(f\"X={x}\")\n"
618618
" case (x, y):\n"
619619
" print(f\"X={x}, Y={y}\")\n"
620620
" case _:\n"
621-
" raise ValueError(\"Not a point\")"
621+
" raise ValueError(\"Nie punkt\")"
622622

623623
msgid ""
624624
"Study that one carefully! The first pattern has two literals, and can be "

0 commit comments

Comments
 (0)