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

From Mudlet
Jump to navigation Jump to search
(Updating translation from gettext import)
 
(Updating translation from gettext import)
 
Line 1: Line 1:
When inserting a variable, you'd use the ]] and [[ appropriately:
+
插入变量时,请合理的使用 ]] [[ :
 
<syntaxhighlight lang="lua">send([[poke ]]..victim)</syntaxhighlight>
 
<syntaxhighlight lang="lua">send([[poke ]]..victim)</syntaxhighlight>

Latest revision as of 01:02, 3 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)
When inserting a variable, you'd use the ]] and [[ appropriately:
<syntaxhighlight lang="lua">send([[poke ]]..victim)</syntaxhighlight>

插入变量时,请合理的使用 ]] 和 [[ :

send([[poke ]]..victim)