All translations

Jump to navigation Jump to search

Enter a message name below to show all available translations.

Message

Found 22 translations.

NameCurrent message text
 h Arabic (ar)<syntaxhighlight lang="lua">
-- this code will let you go north immediately, then go east after 2 seconds 
send("n")
tempTimer(2, [[ send("e") ]])
</syntaxhighlight>
 h ar-EG (ar-EG)<syntaxhighlight lang="lua">
-- this code will let you go north immediately, then go east after 2 seconds 
send("n")
tempTimer(2, [[ send("e") ]])
</syntaxhighlight>
 h German (de)<syntaxhighlight lang="lua">
-- this code will let you go north immediately, then go east after 2 seconds 
send("n")
tempTimer(2, [[ send("e") ]])
</syntaxhighlight>
 h Greek (el)<syntaxhighlight lang="lua">
-- this code will let you go north immediately, then go east after 2 seconds 
send("n")
tempTimer(2, [[ send("e") ]])
</syntaxhighlight>
 h English (en)<syntaxhighlight lang="lua">
-- this code will let you go north immediately, then go east after 2 seconds 
send("n")
tempTimer(2, [[ send("e") ]])
</syntaxhighlight>
 h en-GB (en-GB)<syntaxhighlight lang="lua">
-- this code will let you go north immediately, then go east after 2 seconds 
send("n")
tempTimer(2, [[ send("e") ]])
</syntaxhighlight>
 h en-PT (en-PT)<syntaxhighlight lang="lua">
-- this code will let you go north immediately, then go east after 2 seconds 
send("n")
tempTimer(2, [[ send("e") ]])
</syntaxhighlight>
 h es-ES (es-ES)<syntaxhighlight lang="lua">
-- this code will let you go north immediately, then go east after 2 seconds 
send("n")
tempTimer(2, [[ send("e") ]])
</syntaxhighlight>
 h Finnish (fi)<syntaxhighlight lang="lua">
-- this code will let you go north immediately, then go east after 2 seconds 
send("n")
tempTimer(2, [[ send("e") ]])
</syntaxhighlight>
 h French (fr)<syntaxhighlight lang="lua">
-- this code will let you go north immediately, then go east after 2 seconds 
send("n")
tempTimer(2, [[ send("e") ]])
</syntaxhighlight>
 h Italian (it)<syntaxhighlight lang="lua">
-- this code will let you go north immediately, then go east after 2 seconds 
send("n")
tempTimer(2, [[ send("e") ]])
</syntaxhighlight>
 h Korean (ko)<syntaxhighlight lang="lua">
-- 이 코드는 즉시 북쪽으로 이동한 다음, 2초 후에 동쪽으로 이동합니다. 
send("n")
tempTimer(2, [[ send("e") ]])
</syntaxhighlight>
 h Dutch (nl)<syntaxhighlight lang="lua">
-- this code will let you go north immediately, then go east after 2 seconds 
send("n")
tempTimer(2, [[ send("e") ]])
</syntaxhighlight>
 h Polish (pl)<syntaxhighlight lang="lua">
-- this code will let you go north immediately, then go east after 2 seconds 
send("n")
tempTimer(2, [[ send("e") ]])
</syntaxhighlight>
 h pt-BR (pt-BR)<syntaxhighlight lang="lua">
-- this code will let you go north immediately, then go east after 2 seconds 
send("n")
tempTimer(2, [[ send("e") ]])
</syntaxhighlight>
 h pt-PT (pt-PT)<syntaxhighlight lang="lua">
-- this code will let you go north immediately, then go east after 2 seconds 
send("n")
tempTimer(2, [[ send("e") ]])
</syntaxhighlight>
 h Russian (ru)<syntaxhighlight lang="lua">
-- this code will let you go north immediately, then go east after 2 seconds 
send("n")
tempTimer(2, [[ send("e") ]])
</syntaxhighlight>
 h sv-SE (sv-SE)<syntaxhighlight lang="lua">
-- this code will let you go north immediately, then go east after 2 seconds 
send("n")
tempTimer(2, [[ send("e") ]])
</syntaxhighlight>
 h Turkish (tr)<syntaxhighlight lang="lua">
-- this code will let you go north immediately, then go east after 2 seconds 
send("n")
tempTimer(2, [[ send("e") ]])
</syntaxhighlight>
 h yd (yd)<syntaxhighlight lang="lua">
-- this code will let you go north immediately, then go east after 2 seconds 
send("n")
tempTimer(2, [[ send("e") ]])
</syntaxhighlight>
 h zh-CN (zh-CN)<syntaxhighlight lang="lua">
-- this code will let you go north immediately, then go east after 2 seconds 
send("n")
tempTimer(2, [[ send("e") ]])
</syntaxhighlight>
 h zh-TW (zh-TW)<syntaxhighlight lang="lua">
-- this code will let you go north immediately, then go east after 2 seconds 
send("n")
tempTimer(2, [[ send("e") ]])
</syntaxhighlight>