Skip to content

Commit a39aa08

Browse files
committed
Closes #515 - update reference/simple_stmts.po to reflect recent changes
1 parent 784767a commit a39aa08

1 file changed

Lines changed: 19 additions & 17 deletions

File tree

reference/simple_stmts.po

Lines changed: 19 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,8 @@ msgstr ""
110110
msgid ""
111111
"Assignment of an object to a target list, optionally enclosed in "
112112
"parentheses or square brackets, is recursively defined as follows."
113-
msgstr "객체를 타깃 목록, 괄호나 꺾쇠괄호로 둘러싸일 수 있는데 생략할 수 있습니다, 에 대입하는 것은 다음과 같이 재귀적으로 정의됩니다."
113+
msgstr ""
114+
"객체를 타깃 목록, 괄호나 꺾쇠괄호로 둘러싸일 수 있는데 생략할 수 있습니다, 에 대입하는 것은 다음과 같이 재귀적으로 정의됩니다."
114115

115116
#: ../Doc/reference/simple_stmts.rst:119
116117
msgid "If the target list is empty: The object must also be an empty iterable."
@@ -457,25 +458,27 @@ msgstr ""
457458

458459
#: ../Doc/reference/simple_stmts.rst:359
459460
msgid ":pep:`526` - Syntax for Variable Annotations"
460-
msgstr ""
461+
msgstr ":pep:`526` - 변수 어노테이션 문법"
461462

462463
#: ../Doc/reference/simple_stmts.rst:357
463464
msgid ""
464465
"The proposal that added syntax for annotating the types of variables "
465466
"(including class variables and instance variables), instead of expressing"
466467
" them through comments."
467-
msgstr ""
468+
msgstr "주석을 통해 표현하는 대신, 변수(클래스 변수와 인스턴스 변수 포함)의 형을 어노테이트 하는 문법을 추가하는 제안."
468469

469470
#: ../Doc/reference/simple_stmts.rst:363
470471
msgid ":pep:`484` - Type hints"
471-
msgstr ""
472+
msgstr ":pep:`484` - 형 힌트"
472473

473474
#: ../Doc/reference/simple_stmts.rst:362
474475
msgid ""
475476
"The proposal that added the :mod:`typing` module to provide a standard "
476477
"syntax for type annotations that can be used in static analysis tools and"
477478
" IDEs."
478479
msgstr ""
480+
"정적 분석 도구와 IDE에서 사용할 수 있는 형 어노테이션에 대한 표준 문법을 제공하기 위해 :mod:`typing` 모듈을 추가하는 "
481+
"제안."
479482

480483
#: ../Doc/reference/simple_stmts.rst:370
481484
msgid "The :keyword:`assert` statement"
@@ -519,7 +522,8 @@ msgstr ""
519522
msgid ""
520523
"Assignments to :const:`__debug__` are illegal. The value for the built-"
521524
"in variable is determined when the interpreter starts."
522-
msgstr ":const:`__debug__` 에 대한 대입은 허락되지 않습니다. 이 내장 변수의 값은 인터프리터가 시작할 때 결정됩니다."
525+
msgstr ""
526+
":const:`__debug__` 에 대한 대입은 허락되지 않습니다. 이 내장 변수의 값은 인터프리터가 시작할 때 결정됩니다."
523527

524528
#: ../Doc/reference/simple_stmts.rst:412
525529
msgid "The :keyword:`pass` statement"
@@ -543,7 +547,8 @@ msgid ""
543547
"Deletion is recursively defined very similar to the way assignment is "
544548
"defined. Rather than spelling it out in full details, here are some "
545549
"hints."
546-
msgstr "삭제는 대입이 정의된 방식과 아주 비슷하게 재귀적으로 정의됩니다. 전체 세부 사항들을 나열하는 대신, 여기 몇 가지 힌트가 있습니다."
550+
msgstr ""
551+
"삭제는 대입이 정의된 방식과 아주 비슷하게 재귀적으로 정의됩니다. 전체 세부 사항들을 나열하는 대신, 여기 몇 가지 힌트가 있습니다."
547552

548553
#: ../Doc/reference/simple_stmts.rst:447
549554
msgid ""
@@ -585,7 +590,8 @@ msgstr "return 문"
585590
msgid ""
586591
":keyword:`return` may only occur syntactically nested in a function "
587592
"definition, not within a nested class definition."
588-
msgstr ":keyword:`return` 은 문법적으로 클래스 정의에 중첩된 경우가 아니라, 함수 정의에만 중첩되어 나타날 수 있습니다."
593+
msgstr ""
594+
":keyword:`return` 은 문법적으로 클래스 정의에 중첩된 경우가 아니라, 함수 정의에만 중첩되어 나타날 수 있습니다."
589595

590596
#: ../Doc/reference/simple_stmts.rst:486
591597
msgid ""
@@ -755,7 +761,8 @@ msgstr "이제 ``raise X from Y`` 에서 ``Y`` 로 :const:`None` 이 허락됩
755761
msgid ""
756762
"The ``__suppress_context__`` attribute to suppress automatic display of "
757763
"the exception context."
758-
msgstr "예외 문맥(exception context)의 자동 출력을 제한할 수 있는 ``__suppress_context__`` 어트리뷰트"
764+
msgstr ""
765+
"예외 문맥(exception context)의 자동 출력을 제한할 수 있는 ``__suppress_context__`` 어트리뷰트"
759766

760767
#: ../Doc/reference/simple_stmts.rst:649
761768
msgid "The :keyword:`break` statement"
@@ -774,7 +781,8 @@ msgstr ""
774781
msgid ""
775782
"It terminates the nearest enclosing loop, skipping the optional "
776783
":keyword:`else` clause if the loop has one."
777-
msgstr "가장 가까이서 둘러싸고 있는 루프를 종료하고, 그 루프가 :keyword:`else` 절을 갖고 있다면 건너뜁니다(skip)."
784+
msgstr ""
785+
"가장 가까이서 둘러싸고 있는 루프를 종료하고, 그 루프가 :keyword:`else` 절을 갖고 있다면 건너뜁니다(skip)."
778786

779787
#: ../Doc/reference/simple_stmts.rst:670
780788
msgid ""
@@ -869,7 +877,8 @@ msgstr "요청된 모듈이 성공적으로 읽어 들여지면, 세 가지 중
869877
msgid ""
870878
"If the module name is followed by :keyword:`as`, then the name following "
871879
":keyword:`as` is bound directly to the imported module."
872-
msgstr "모듈 이름 뒤에 :keyword:`as` 가 오면, :keyword:`as` 뒤에 오는 이름이 임포트된 모듈에 직접 연결됩니다."
880+
msgstr ""
881+
"모듈 이름 뒤에 :keyword:`as` 가 오면, :keyword:`as` 뒤에 오는 이름이 임포트된 모듈에 직접 연결됩니다."
873882

874883
#: ../Doc/reference/simple_stmts.rst:754
875884
msgid ""
@@ -1251,10 +1260,3 @@ msgstr ":pep:`3104` - 바깥 스코프에 있는 이름들에 대한 액세스"
12511260
#: ../Doc/reference/simple_stmts.rst:995
12521261
msgid "The specification for the :keyword:`nonlocal` statement."
12531262
msgstr ":keyword:`nonlocal` 문의 규격."
1254-
1255-
#~ msgid ""
1256-
#~ ":pep:`526` - Variable and attribute "
1257-
#~ "annotation syntax :pep:`484` - Type "
1258-
#~ "hints"
1259-
#~ msgstr ":pep:`526` - 변수와 어트리뷰트 어노테이션 문법 :pep:`484` - 형 힌트"
1260-

0 commit comments

Comments
 (0)