Skip to content

Commit

Permalink
Update translations from Transifex
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Dec 20, 2024
1 parent 043c8f4 commit a2803bf
Show file tree
Hide file tree
Showing 5 changed files with 75,723 additions and 407 deletions.
6 changes: 3 additions & 3 deletions library/ast.po
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Python 3.13\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-12-06 14:18+0000\n"
"POT-Creation-Date: 2024-12-20 14:16+0000\n"
"PO-Revision-Date: 2021-06-28 00:54+0000\n"
"Last-Translator: 石井明久, 2024\n"
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"
Expand Down Expand Up @@ -2318,7 +2318,7 @@ msgstr ""

#: ../../library/ast.rst:1803
msgid ""
">>> print(ast.dump(ast.parse(\"type Alias[**P = (int, str)] = Callable[P, "
">>> print(ast.dump(ast.parse(\"type Alias[**P = [int, str]] = Callable[P, "
"int]\"), indent=4))\n"
"Module(\n"
" body=[\n"
Expand All @@ -2327,7 +2327,7 @@ msgid ""
" type_params=[\n"
" ParamSpec(\n"
" name='P',\n"
" default_value=Tuple(\n"
" default_value=List(\n"
" elts=[\n"
" Name(id='int', ctx=Load()),\n"
" Name(id='str', ctx=Load())],\n"
Expand Down
Loading

0 comments on commit a2803bf

Please sign in to comment.