Difference between revisions of "Translations:Manual:Introduction/98/zh-CN"

From Mudlet
Jump to navigation Jump to search
(Updating translation from gettext import)
 
(Updating translation from gettext import)
 
Line 1: Line 1:
"The skeleton drops " (including the last space character) is the generic segment of the line, but the loot itself varies. Thus, we need to tell the client to take whatever the skeleton dropped. We do this by setting up a so-called regular expression:
+
"骷髅掉落了 "(包括最后一个空格)是该行的通用部分,但掉落的物品各不相同。因此,我们需要告诉客户端捡取所有掉落的东西。我们通过设置正则表达式来做到这一点:

Latest revision as of 01:02, 20 December 2021

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)
"The skeleton drops " (including the last space character) is the generic segment of the line, but the loot itself varies. Thus, we need to tell the client to take whatever the skeleton dropped. We do this by setting up a so-called regular expression:

"骷髅掉落了 "(包括最后一个空格)是该行的通用部分,但掉落的物品各不相同。因此,我们需要告诉客户端捡取所有掉落的东西。我们通过设置正则表达式来做到这一点: