Skip to content

Commit 0b85a8d

Browse files
committed
Closes #528 - update c-api/buffer.po to reflect recent changes
1 parent 3989272 commit 0b85a8d

File tree

2 files changed

+6
-10
lines changed

2 files changed

+6
-10
lines changed

c-api/buffer.po

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,6 @@ msgstr ""
366366
"발생하지 않아야 함을 나타냅니다 (연속 메모리 블록에서의 스트라이드)."
367367

368368
#: ../Doc/c-api/buffer.rst:201
369-
#, fuzzy
370369
msgid ""
371370
"If all suboffsets are negative (i.e. no de-referencing is needed), then "
372371
"this field must be NULL (the default value)."
@@ -703,15 +702,14 @@ msgid "Buffer-related functions"
703702
msgstr "버퍼 관련 함수"
704703

705704
#: ../Doc/c-api/buffer.rst:430
706-
#, fuzzy
707705
msgid ""
708706
"Return ``1`` if *obj* supports the buffer interface otherwise ``0``. "
709707
"When ``1`` is returned, it doesn't guarantee that "
710708
":c:func:`PyObject_GetBuffer` will succeed. This function always "
711709
"succeeds."
712710
msgstr ""
713-
"*obj*\\가 버퍼 인터페이스를 지원하면 ``1``\\을 반환하고, 그렇지 않으면 ``0``\\을 반환합니다. ``1``\\이 "
714-
"반환될 때, :c:func:`PyObject_GetBuffer`\\가 성공할 것이라고 보장하지는 않습니다."
711+
"*obj*\\가 버퍼 인터페이스를 지원하면 ``1``\\을 반환하고, 그렇지 않으면 ``0``\\을 반환합니다. ``1``\\반환될 "
712+
"때, :c:func:`PyObject_GetBuffer`\\가 성공할 것이라고 보장하지는 않습니다. 이 함수는 항상 성공합니다."
715713

716714
#: ../Doc/c-api/buffer.rst:437
717715
msgid ""
@@ -772,16 +770,15 @@ msgstr ""
772770
"반환합니다. 이 함수는 아직 구현되지 않았습니다."
773771

774772
#: ../Doc/c-api/buffer.rst:471
775-
#, fuzzy
776773
msgid ""
777774
"Return ``1`` if the memory defined by the *view* is C-style (*order* is "
778775
"``'C'``) or Fortran-style (*order* is ``'F'``) :term:`contiguous` or "
779776
"either one (*order* is ``'A'``). Return ``0`` otherwise. This function "
780777
"always succeeds."
781778
msgstr ""
782-
"*view*\\로 정의된 메모리가 C 스타일(*order*\\가 ``'C'``)이나 포트란 스타일(*order*\\가 "
783-
"``'F'``) :term:`연속 <contiguous>`\\이거나 둘 중 하나(*order*\\가 ``'A'``)면 "
784-
"``1``\\을 반환합니다. 그렇지 않으면 ``0``\\을 반환합니다."
779+
"*view*\\로 정의된 메모리가 C 스타일(*order*\\가 ``'C'``)이나 포트란 스타일(*order*\\``'F'``) "
780+
":term:`연속 <contiguous>`\\이거나 둘 중 하나(*order*\\가 ``'A'``)면 ``1``\\을 반환합니다. 그렇지"
781+
" 않으면 ``0``\\을 반환합니다. 이 함수는 항상 성공합니다."
785782

786783
#: ../Doc/c-api/buffer.rst:478
787784
msgid ""
@@ -845,4 +842,3 @@ msgstr ""
845842
"이 함수가 :ref:`getbufferproc <buffer-structs>`\\의 일부로 사용되면, *exporter*\\가 "
846843
"제공하는(exporting) 객체로 설정되어야 하고, *flags*\\는 수정되지 않은 채로 전달되어야 합니다. 그렇지 않으면 "
847844
"*exporter*\\가 NULL이어야 합니다."
848-

sphinx.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ msgstr "버전 {deprecated}에서 폐지되었습니다, 버전 {removed}에서
4141
#: ../Doc/tools/templates/indexcontent.html:8
4242
#, python-format
4343
msgid "Welcome! This is the documentation for Python %(release)s."
44-
msgstr "환영합니다! 파이썬 %(release)s 설명서의 한국어 번역입니다. (진행률 28.0%%)"
44+
msgstr "환영합니다! 파이썬 %(release)s 설명서의 한국어 번역입니다. (진행률 28.4%%)"
4545

4646
#: ../Doc/tools/templates/indexcontent.html:10
4747
msgid "Parts of the documentation:"

0 commit comments

Comments
 (0)