Difference between revisions of "Translations:Manual:Introduction/128/ko"

From Mudlet
Jump to navigation Jump to search
(Updating translation from gettext import)
 
(No difference)

Latest revision as of 01:05, 17 February 2024

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Manual:Introduction)
In your code, the variable matches[2] will contain the amount of gold you picked up - in this case, 16. Now you say out loud how much gold you did loot. Notice also that (\d+) will only recognize numbers but not letters or a space character.

당신의 코드에서 matches[2] 변수에는 주워온 골드의 양이 포함될 것입니다 - 이 경우에는 16입니다. 이제 주워온 골드의 양을 소리내어 말하세요. 또한 (\d+)는 숫자만 인식하고 글자나 공백은 인식하지 않음에 주목하세요.