1
1
# SOME DESCRIPTIVE TITLE.
2
- # Copyright (C) 2001-2023 , Python Software Foundation
2
+ # Copyright (C) 2001-2024 , Python Software Foundation
3
3
# This file is distributed under the same license as the Python package.
4
4
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
5
#
@@ -12,7 +12,7 @@ msgid ""
12
12
msgstr ""
13
13
"Project-Id-Version : Python 3.12\n "
14
14
"Report-Msgid-Bugs-To : \n "
15
- "POT-Creation-Date : 2023-12-29 14:13 +0000\n "
15
+ "POT-Creation-Date : 2024-01-19 14:14 +0000\n "
16
16
"PO-Revision-Date : 2021-06-28 00:50+0000\n "
17
17
"Last-Translator : Naoki Koike, 2023\n "
18
18
"Language-Team : Japanese (https://app.transifex.com/python-doc/teams/5390/ "
@@ -41,13 +41,8 @@ msgid ""
41
41
"compatible across a minor release (if these are compiled the same way; see :"
42
42
"ref:`stable-abi-platform` below). So, code compiled for Python 3.10.0 will "
43
43
"work on 3.10.8 and vice versa, but will need to be compiled separately for "
44
- "3.9.x and 3.10 .x."
44
+ "3.9.x and 3.11 .x."
45
45
msgstr ""
46
- "CPython の Application Binary Interface(ABI)は、マイナーリリース間で前方およ"
47
- "び後方互換性があります(これらが同じ方法でコンパイルされた場合。以下の :ref:"
48
- "`stable-abi-platform` を参照)。そのため、Python 3.10.0 用にコンパイルされた"
49
- "コードは 3.10.8 で動作し、その逆も同様ですが、 3.9.x と 3.10.x では別々にコン"
50
- "パイルする必要があります。"
51
46
52
47
#: ../../c-api/stable.rst:21
53
48
msgid "There are two tiers of C API with different stability expectations:"
0 commit comments