Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb2efb4c

Browse files
[pre-commit.ci lite] apply automatic fixes
1 parentd71a13d commitb2efb4c

File tree

131 files changed

+739
-729
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

131 files changed

+739
-729
lines changed

‎c-api/arg.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -423,8 +423,8 @@ msgstr ""
423423
#:c-api/arg.rst:247
424424
msgid""
425425
"If *\\*buffer* points a ``NULL`` pointer, the function will allocate a "
426-
"buffer of the needed size, copy the encoded data into this buffer and set*"
427-
"\\*buffer* to reference the newly allocated storage. The caller is "
426+
"buffer of the needed size, copy the encoded data into this buffer and set "
427+
"*\\*buffer* to reference the newly allocated storage. The caller is "
428428
"responsible for calling :c:func:`PyMem_Free` to free the allocated buffer "
429429
"after usage."
430430
msgstr""

‎c-api/bytes.po

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -214,9 +214,9 @@ msgstr ""
214214

215215
#:c-api/bytes.rst:102
216216
msgid""
217-
"The hex representation of a C pointer. Mostly equivalent to``printf(\"%p"
218-
"\")`` except that it is guaranteed to start with the literal ``0x`` "
219-
"regardless of what the platform's ``printf`` yields."
217+
"The hex representation of a C pointer. Mostly equivalent to "
218+
"``printf(\"%p\")`` except that it is guaranteed to start with the literal "
219+
"``0x``regardless of what the platform's ``printf`` yields."
220220
msgstr""
221221

222222
#:c-api/bytes.rst:111
@@ -320,7 +320,7 @@ msgid ""
320320
"address of an existing bytes object as an lvalue (it may be written into), "
321321
"and the new size desired. On success, *\\*bytes* holds the resized bytes "
322322
"object and ``0`` is returned; the address in *\\*bytes* may differ from its "
323-
"input value. If the reallocation fails, the original bytes object at*"
324-
"\\*bytes* is deallocated, *\\*bytes* is set to ``NULL``, :exc:`MemoryError` "
323+
"input value. If the reallocation fails, the original bytes object at "
324+
"*\\*bytes* is deallocated, *\\*bytes* is set to ``NULL``, :exc:`MemoryError` "
325325
"is set, and ``-1`` is returned."
326326
msgstr""

‎c-api/exceptions.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -758,8 +758,8 @@ msgstr ""
758758

759759
#:c-api/exceptions.rst:735
760760
msgid""
761-
"Get the *start* attribute of the given exception object and place it into*"
762-
"\\*start*. *start* must not be ``NULL``. Return ``0`` on success, ``-1`` "
761+
"Get the *start* attribute of the given exception object and place it into "
762+
"*\\*start*. *start* must not be ``NULL``. Return ``0`` on success, ``-1`` "
763763
"on failure."
764764
msgstr""
765765

@@ -771,8 +771,8 @@ msgstr ""
771771

772772
#:c-api/exceptions.rst:750
773773
msgid""
774-
"Get the *end* attribute of the given exception object and place it into*"
775-
"\\*end*. *end* must not be ``NULL``. Return ``0`` on success, ``-1`` on "
774+
"Get the *end* attribute of the given exception object and place it into "
775+
"*\\*end*. *end* must not be ``NULL``. Return ``0`` on success, ``-1`` on "
776776
"failure."
777777
msgstr""
778778

‎c-api/gcsupport.po

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ msgstr ""
2323
#:c-api/gcsupport.rst:8
2424
msgid""
2525
"Python's support for detecting and collecting garbage which involves "
26-
"circular references requires support from object types which are\"containers"
27-
"\" for other objects which may also be containers. Types which do not store "
28-
"references to other objects, or which only store references to atomic types "
29-
"(such as numbers or strings), do not need to provide any explicit support "
30-
"for garbage collection."
26+
"circular references requires support from object types which are "
27+
"\"containers\" for other objects which may also be containers. Types which "
28+
"do not storereferences to other objects, or which only store references to "
29+
"atomic types(such as numbers or strings), do not need to provide any "
30+
"explicit supportfor garbage collection."
3131
msgstr""
3232

3333
#:c-api/gcsupport.rst:15

‎c-api/init_config.po

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1144,8 +1144,8 @@ msgstr ""
11441144
#:c-api/init_config.rst:884
11451145
msgid""
11461146
"Default: value of the ``PLATLIBDIR`` macro which is set by the :option:"
1147-
"`configure --with-platlibdir option <--with-platlibdir>` (default:``\"lib"
1148-
"\"``, or ``\"DLLs\"`` on Windows)."
1147+
"`configure --with-platlibdir option <--with-platlibdir>` (default: "
1148+
"``\"lib\"``, or ``\"DLLs\"`` on Windows)."
11491149
msgstr""
11501150

11511151
#:c-api/init_config.rst:892
@@ -1420,8 +1420,8 @@ msgstr ""
14201420
#:c-api/init_config.rst:1119
14211421
msgid""
14221422
"Encoding and encoding errors of :data:`sys.stdin`, :data:`sys.stdout` and :"
1423-
"data:`sys.stderr` (but :data:`sys.stderr` always uses``\"backslashreplace"
1424-
"\"`` error handler)."
1423+
"data:`sys.stderr` (but :data:`sys.stderr` always uses "
1424+
"``\"backslashreplace\"`` error handler)."
14251425
msgstr""
14261426

14271427
#:c-api/init_config.rst:1123
@@ -1731,9 +1731,9 @@ msgstr ""
17311731

17321732
#:c-api/init_config.rst:1406
17331733
msgid""
1734-
"(Windows only) Application paths in the registry under\"Software\\Python"
1735-
"\\PythonCore\\X.Y\\PythonPath\" of HKEY_CURRENT_USER and HKEY_LOCAL_MACHINE "
1736-
"(where X.Y is the Python version)."
1734+
"(Windows only) Application paths in the registry under "
1735+
"\"Software\\Python\\PythonCore\\X.Y\\PythonPath\" of HKEY_CURRENT_USER and "
1736+
"HKEY_LOCAL_MACHINE(where X.Y is the Python version)."
17371737
msgstr""
17381738

17391739
#:c-api/init_config.rst:1410

‎c-api/memory.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -794,9 +794,9 @@ msgid ""
794794
"Let *S* = ``sizeof(size_t)``. ``2*S`` bytes are added at each end of each "
795795
"block of *N* bytes requested. The memory layout is like so, where p "
796796
"represents the address returned by a malloc-like or realloc-like function "
797-
"(``p[i:j]`` means the slice of bytes from ``*(p+i)`` inclusive up to``*(p"
798-
"+j)`` exclusive; note that the treatment of negative indices differs from a "
799-
"Python slice):"
797+
"(``p[i:j]`` means the slice of bytes from ``*(p+i)`` inclusive up to "
798+
"``*(p+j)`` exclusive; note that the treatment of negative indices differs "
799+
"from aPython slice):"
800800
msgstr""
801801

802802
#:c-api/memory.rst:555

‎c-api/sys.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,8 @@ msgstr ""
149149
msgid""
150150
"Decode a byte string from the :term:`filesystem encoding and error handler`. "
151151
"If the error handler is :ref:`surrogateescape error handler "
152-
"<surrogateescape>`, undecodable bytes are decoded as characters in rangeU"
153-
"+DC80..U+DCFF; and if a byte sequence can be decoded as a surrogate "
152+
"<surrogateescape>`, undecodable bytes are decoded as characters in range "
153+
"U+DC80..U+DCFF; and if a byte sequence can be decoded as a surrogate "
154154
"character, the bytes are escaped using the surrogateescape error handler "
155155
"instead of decoding them."
156156
msgstr""

‎c-api/unicode.po

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -200,9 +200,9 @@ msgstr ""
200200

201201
#:c-api/unicode.rst:195
202202
msgid""
203-
"Read a character from a Unicode object *o*, which must be in the\"canonical"
204-
"\" representation. This is less efficient than :c:func:`PyUnicode_READ` if"
205-
"you do multiple consecutive reads."
203+
"Read a character from a Unicode object *o*, which must be in the "
204+
"\"canonical\" representation. This is less efficient than :c:func:"
205+
"`PyUnicode_READ` ifyou do multiple consecutive reads."
206206
msgstr""
207207

208208
#:c-api/unicode.rst:204
@@ -657,9 +657,9 @@ msgstr ""
657657

658658
#:c-api/unicode.rst:518
659659
msgid""
660-
"The hex representation of a C pointer. Mostly equivalent to``printf(\"%p"
661-
"\")`` except that it is guaranteed to start with the literal ``0x`` "
662-
"regardless of what the platform's ``printf`` yields."
660+
"The hex representation of a C pointer. Mostly equivalent to "
661+
"``printf(\"%p\")`` except that it is guaranteed to start with the literal "
662+
"``0x``regardless of what the platform's ``printf`` yields."
663663
msgstr""
664664

665665
#:c-api/unicode.rst:526
@@ -744,8 +744,8 @@ msgstr ""
744744

745745
#:c-api/unicode.rst:564
746746
msgid""
747-
"Support width and precision formatter for ``\"%s\"``, ``\"%A\"``,``\"%U"
748-
"\"``, ``\"%V\"``, ``\"%S\"``, ``\"%R\"`` added."
747+
"Support width and precision formatter for ``\"%s\"``, ``\"%A\"``, "
748+
"``\"%U\"``, ``\"%V\"``, ``\"%S\"``, ``\"%R\"`` added."
749749
msgstr""
750750

751751
#:c-api/unicode.rst:571
@@ -792,8 +792,8 @@ msgstr ""
792792

793793
#:c-api/unicode.rst:617
794794
msgid""
795-
"Fill a string with a character: write *fill_char* into ``unicode[start:start"
796-
"+length]``."
795+
"Fill a string with a character: write *fill_char* into ``unicode[start:"
796+
"start+length]``."
797797
msgstr""
798798

799799
#:c-api/unicode.rst:620
@@ -950,9 +950,9 @@ msgstr ""
950950
#:c-api/unicode.rst:774
951951
msgid""
952952
"Decode a string from UTF-8 on Android and VxWorks, or from the current "
953-
"locale encoding on other platforms. The supported error handlers are``"
954-
"\"strict\"`` and ``\"surrogateescape\"`` (:pep:`383`). The decoder uses``"
955-
"\"strict\"`` error handler if *errors* is ``NULL``. *str* must end with a "
953+
"locale encoding on other platforms. The supported error handlers are "
954+
"``\"strict\"`` and ``\"surrogateescape\"`` (:pep:`383`). The decoder uses "
955+
"``\"strict\"`` error handler if *errors* is ``NULL``. *str* must end with a "
956956
"null character but cannot contain embedded null characters."
957957
msgstr""
958958

@@ -988,10 +988,10 @@ msgstr ""
988988
#:c-api/unicode.rst:810
989989
msgid""
990990
"Encode a Unicode object to UTF-8 on Android and VxWorks, or to the current "
991-
"locale encoding on other platforms. The supported error handlers are``"
992-
"\"strict\"`` and ``\"surrogateescape\"`` (:pep:`383`). The encoder uses``"
993-
"\"strict\"`` error handler if *errors* is ``NULL``. Return a :class:`bytes`"
994-
"object. *unicode* cannot contain embedded null characters."
991+
"locale encoding on other platforms. The supported error handlers are "
992+
"``\"strict\"`` and ``\"surrogateescape\"`` (:pep:`383`). The encoder uses "
993+
"``\"strict\"`` error handler if *errors* is ``NULL``. Return a :class:"
994+
"`bytes`object. *unicode* cannot contain embedded null characters."
995995
msgstr""
996996

997997
#:c-api/unicode.rst:817
@@ -1145,8 +1145,8 @@ msgstr ""
11451145
#:c-api/unicode.rst:971
11461146
msgid""
11471147
"Returns a buffer allocated by :c:func:`PyMem_Alloc` (use :c:func:"
1148-
"`PyMem_Free` to free it) on success. On error, returns ``NULL`` and*"
1149-
"\\*size* is undefined. Raises a :exc:`MemoryError` if memory allocation is "
1148+
"`PyMem_Free` to free it) on success. On error, returns ``NULL`` and "
1149+
"*\\*size* is undefined. Raises a :exc:`MemoryError` if memory allocation is "
11501150
"failed."
11511151
msgstr""
11521152

@@ -1779,8 +1779,8 @@ msgstr ""
17791779
msgid""
17801780
"Intern the argument *\\*string* in place. The argument must be the address "
17811781
"of a pointer variable pointing to a Python Unicode string object. If there "
1782-
"is an existing interned string that is the same as *\\*string*, it sets*"
1783-
"\\*string* to it (decrementing the reference count of the old string object "
1782+
"is an existing interned string that is the same as *\\*string*, it sets "
1783+
"*\\*string* to it (decrementing the reference count of the old string object "
17841784
"and incrementing the reference count of the interned string object), "
17851785
"otherwise it leaves *\\*string* alone and interns it (incrementing its "
17861786
"reference count). (Clarification: even though there is a lot of talk about "

‎c-api/veryhigh.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,8 @@ msgstr ""
145145

146146
#:c-api/veryhigh.rst:122
147147
msgid""
148-
"On Windows, *fp* should be opened as binary mode (e.g. ``fopen(filename,\"rb"
149-
"\")``). Otherwise, Python may not handle script file with LF line ending "
148+
"On Windows, *fp* should be opened as binary mode (e.g. ``fopen(filename, "
149+
"\"rb\")``). Otherwise, Python may not handle script file with LF line ending "
150150
"correctly."
151151
msgstr""
152152

‎distutils/apiref.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1040,8 +1040,8 @@ msgid ""
10401040
"component). These are on top of the system default and those supplied to :"
10411041
"meth:`add_library_dir` and/or :meth:`set_library_dirs`. "
10421042
"*runtime_library_dirs* is a list of directories that will be embedded into "
1043-
"the shared library and used to search for other shared libraries that\\*it"
1044-
"\\* depends on at run-time. (This may only be relevant on Unix.)"
1043+
"the shared library and used to search for other shared libraries that "
1044+
"\\*it\\* depends on at run-time. (This may only be relevant on Unix.)"
10451045
msgstr""
10461046

10471047
#:distutils/apiref.rst:675

‎distutils/builtdist.po

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -263,12 +263,12 @@ msgstr ""
263263
msgid""
264264
"You don't have to use the :command:`bdist` command with the :option:`!--"
265265
"formats` option; you can also use the command that directly implements the "
266-
"format you're interested in. Some of these :command:`bdist`\"sub-commands"
267-
"\" actually generate several similar formats; for instance, the:command:"
268-
"`bdist_dumb` command generates all the\"dumb\" archive formats (``tar``, "
269-
"``gztar``, ``bztar``, ``xztar``, ``ztar``, and ``zip``), and:command:"
270-
"`bdist_rpm` generates both binary and source RPMs. The :command:`bdist` sub-"
271-
"commands, and the formats generated by each, are:"
266+
"format you're interested in. Some of these :command:`bdist`\"sub-"
267+
"commands\" actually generate several similar formats; for instance, the :"
268+
"command:`bdist_dumb` command generates all the\"dumb\" archive formats "
269+
"(``tar``, ``gztar``, ``bztar``, ``xztar``, ``ztar``, and ``zip``), and :"
270+
"command:`bdist_rpm` generates both binary and source RPMs. The :command:"
271+
"`bdist` sub-commands, and the formats generated by each, are:"
272272
msgstr""
273273

274274
#:distutils/builtdist.rst:135

‎extending/extending.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@ msgstr ""
103103
msgid""
104104
"All user-visible symbols defined by :file:`Python.h` have a prefix of ``Py`` "
105105
"or ``PY``, except those defined in standard header files. For convenience, "
106-
"and since they are used extensively by the Python interpreter, ``\"Python.h"
107-
"\"`` includes a few standard header files: ``<stdio.h>``, ``<string.h>``, "
106+
"and since they are used extensively by the Python interpreter, ``\"Python."
107+
"h\"`` includes a few standard header files: ``<stdio.h>``, ``<string.h>``, "
108108
"``<errno.h>``, and ``<stdlib.h>``. If the latter header file does not exist "
109109
"on your system, it declares the functions :c:func:`malloc`, :c:func:`free` "
110110
"and :c:func:`realloc` directly."

‎faq/extending.po

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -49,16 +49,16 @@ msgstr "C++'da kendi fonksiyonlarımı oluşturabilir miyim?"
4949

5050
#:faq/extending.rst:28
5151
msgid""
52-
"Yes, using the C compatibility features found in C++. Place ``extern\"C"
53-
"\" { ... }`` around the Python include files and put ``extern\"C\"`` before "
54-
"each function that is going to be called by the Python interpreter. Global "
55-
"or static C++ objects with constructors are probably not a good idea."
56-
msgstr""
57-
"Evet, C++'da bulunan C uyumluluk özelliklerini kullanarak. ``extern\"C"
58-
"\" { ... }`` komutunu Python include dosyalarının etrafına yerleştirin ve "
59-
"Python yorumlayıcısı tarafından çağrılacak her fonksiyonun önüne ``extern\"C"
60-
"\"`` koyun. Yapıcıları olan global veya statik C++ nesneleri muhtemelen iyi "
61-
"bir fikir değildir."
52+
"Yes, using the C compatibility features found in C++. Place ``extern "
53+
"\"C\" { ... }`` around the Python include files and put ``extern\"C\"`` "
54+
"beforeeach function that is going to be called by the Python interpreter. "
55+
"Globalor static C++ objects with constructors are probably not a good idea."
56+
msgstr""
57+
"Evet, C++'da bulunan C uyumluluk özelliklerini kullanarak. ``extern "
58+
"\"C\" { ... }`` komutunu Python include dosyalarının etrafına yerleştirin ve "
59+
"Python yorumlayıcısı tarafından çağrılacak her fonksiyonun önüne ``extern "
60+
"\"C\"`` koyun. Yapıcıları olan global veya statik C++ nesneleri muhtemelen "
61+
"iyibir fikir değildir."
6262

6363
#:faq/extending.rst:37
6464
msgid"Writing C is hard; are there any alternatives?"

‎faq/library.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -516,8 +516,8 @@ msgid ""
516516
"The :mod:`shutil` module contains a :func:`~shutil.copyfile` function. Note "
517517
"that on Windows NTFS volumes, it does not copy `alternate data streams "
518518
"<https://en.wikipedia.org/wiki/NTFS#Alternate_data_stream_(ADS)>`_ nor "
519-
"`resource forks <https://en.wikipedia.org/wiki/Resource_fork>`__ on macOSHFS"
520-
"+ volumes, though both are now rarely used. It also doesn't copy file "
519+
"`resource forks <https://en.wikipedia.org/wiki/Resource_fork>`__ on macOS "
520+
"HFS+ volumes, though both are now rarely used. It also doesn't copy file "
521521
"permissions and metadata, though using :func:`shutil.copy2` instead will "
522522
"preserve most (though not all) of it."
523523
msgstr""

‎glossary.po

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2622,12 +2622,12 @@ msgstr "yazı çözümleme"
26222622

26232623
#:glossary.rst:1145
26242624
msgid""
2625-
"A string in Python is a sequence of Unicode code points (in range``U"
2626-
"+0000``--``U+10FFFF``). To store or transfer a string, it needs to be "
2625+
"A string in Python is a sequence of Unicode code points (in range "
2626+
"``U+0000``--``U+10FFFF``). To store or transfer a string, it needs to be "
26272627
"serialized as a sequence of bytes."
26282628
msgstr""
2629-
"Python'da bir dize, bir Unicode kod noktaları dizisidir (``U+0000``--``U"
2630-
"+10FFFF`` aralığında). Bir dizeyi depolamak veya aktarmak için, bir bayt "
2629+
"Python'da bir dize, bir Unicode kod noktaları dizisidir (``U+0000``--"
2630+
"``U+10FFFF`` aralığında). Bir dizeyi depolamak veya aktarmak için, bir bayt "
26312631
"dizisi olarak seri hale getirilmesi gerekir."
26322632

26332633
#:glossary.rst:1149
@@ -2861,8 +2861,8 @@ msgid ""
28612861
"\"``import this``\" at the interactive prompt."
28622862
msgstr""
28632863
"Dili anlamaya ve kullanmaya yardımcı olan Python tasarım ilkeleri ve "
2864-
"felsefelerinin listesi. Liste, etkileşimli komut isteminde\"``importthis``"
2865-
"\" yazarak bulunabilir."
2864+
"felsefelerinin listesi. Liste, etkileşimli komut isteminde\"``import "
2865+
"this``\" yazarak bulunabilir."
28662866

28672867
#~ msgid "coercion"
28682868
#~ msgstr "zorlama"

‎howto/clinic.po

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -847,9 +847,9 @@ msgstr ""
847847
#:howto/clinic.rst:759
848848
msgid""
849849
"The default value for this parameter when defined in C. Specifically, this "
850-
"will be the initializer for the variable declared in the\"parsefunction"
851-
"\". See :ref:`the section on default values <default_values>` for how to "
852-
"use this. Specified as a string."
850+
"will be the initializer for the variable declared in the\"parse "
851+
"function\". See :ref:`the section on default values <default_values>` for "
852+
"how touse this. Specified as a string."
853853
msgstr""
854854

855855
#:howto/clinic.rst:768
@@ -933,8 +933,8 @@ msgstr ""
933933
#:howto/clinic.rst:801
934934
msgid""
935935
"Only supported for the ``object`` and ``self`` converters. Specifies the C "
936-
"type that will be used to declare the variable. Default value is``"
937-
"\"PyObject *\"``."
936+
"type that will be used to declare the variable. Default value is "
937+
"``\"PyObject *\"``."
938938
msgstr""
939939

940940
#:howto/clinic.rst:809
@@ -1657,8 +1657,8 @@ msgstr ""
16571657
#:howto/clinic.rst:1142
16581658
msgid""
16591659
"All the code inside the Python block is executed at the time it's parsed. "
1660-
"All text written to stdout inside the block is redirected into the\"output"
1661-
"\" after the block."
1660+
"All text written to stdout inside the block is redirected into the "
1661+
"\"output\" after the block."
16621662
msgstr""
16631663

16641664
#:howto/clinic.rst:1146
@@ -2023,9 +2023,9 @@ msgid ""
20232023
"of statement the field is. Field names that end in ``\"_prototype\"`` "
20242024
"represent forward declarations of that thing, without the actual body/data "
20252025
"of the thing; field names that end in ``\"_definition\"`` represent the "
2026-
"actual definition of the thing, with the body/data of the thing.(``"
2027-
"\"methoddef\"`` is special, it's the only one that ends with``\"_define"
2028-
"\"``, representing that it's a preprocessor #define.)"
2026+
"actual definition of the thing, with the body/data of the thing. "
2027+
"(``\"methoddef\"`` is special, it's the only one that ends with "
2028+
"``\"_define\"``, representing that it's a preprocessor #define.)"
20292029
msgstr""
20302030

20312031
#:howto/clinic.rst:1498

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp