Translations by HoYun Lee

HoYun Lee has submitted the following strings to this translation. Contributions are visually coded: currently used translations, unreviewed suggestions, rejected suggestions.

117 of 17 results
2.
Ren'Py contains several ways of displaying text. The :ref:`say <say-statement>` and :ref:`menu <menu-statement>` are primarily concerned with the display of text to the user. The user interface often contains text, displayed using the :ref:`text <sl-text>`, :ref:`textbutton <sl-textbutton>`, and :ref:`label <sl-label>` screen language statements. These functions, along with others, create :func:`Text` displayables, and show them on the screen.
2018-06-06
렌파이에는 텍스트를 표시하는 여러가지 방법이 있습니다. :ref:`say <say-statement>`와 :ref:`menu <menu-statement>`는 주로 사용자에게 표시되는 텍스트와 관련이 있습니다. 사용자 인터페이스에는 :ref:`text <sl-text>`, :ref:`textbutton <sl-textbutton>`, 그리고 :ref:`label <sl-label>`영상언어문을 사용하여 표시되는 텍스트가 포함되는 경우가 종종 있습니다. 이러한 기능과 다른 기능들은 :func:`Text`표시들을 만들고 화면에 그것을 보여줍니다.
5.
Interpolating data into the text.
2018-06-06
텍스트를 데이터로 보간 중입니다.
6.
Styling the text using styles and text tags.
2018-06-06
스타일 및 문자 태그를 사용하여 문자 스타일을 설정합니다.
7.
Laying out the styled text.
2018-06-06
설정된 문자를 정리합니다.
8.
Drawing the text to the screen.
2018-06-06
화면에 문자를 그립니다.
9.
This chapter discusses the process of text display in Ren'Py.
2018-06-06
이 장에서는 렌파이에서 문자를 표시하는 과정에 대해 설명합니다.
10.
Escape Characters
2018-06-06
이스케이프 문자
15.
Includes a doublequote in a double-quoted string.
2018-06-06
더블-쿼터열에 더블쿼터를 포함합니다.
17.
Includes a single quote in a single-quoted string.
2018-06-06
싱글-쿼터열에 싱글쿼터를 포함합니다.
21.
Includes a newline character in the text.
2018-06-06
문자에 개행 문자를 포함합니다.
22.
\\\\ (backslash-backslash)
2018-06-06
\\\\ (백슬래시-백슬래시)
23.
Includes a backslash character in the text.
2018-06-06
문자에 백슬래시 문자를 포함합니다.
24.
[ (left bracket)
2018-06-06
[ (왼쪽 괄호)
25.
The left bracket is used to introduce interpolation of a value into the text. To include a single left bracket in your text, double it - write ``[[``.
2018-06-06
왼쪽 괄호는 텍스트에 값을 채워넣기 위해 사용됩니다. 문자에 왼쪽 괄호 하나를 포함시키려면 이중으로 - ``[[``를 쓰세요.
26.
{ (left brace)
2018-06-06
{ (왼쪽 중괄호)
27.
The left brace is used to introduce a text tag. To include a left brace in your text, double it - write ``{{``.
2018-06-06
왼쪽 중괄호는 문자 태그를 넣을 때 사용됩니다. 문자에 왼쪽 중괄호를 넣으려면 이중으로 - ``{{``를 쓰세요.
28.
Interpolating Data
2018-06-06
보간 데이터