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">
-- correct:
tempTimer(1, [[ echo("hello!\n") ]])
tempTimer(2, [[ echo("how are you?\n") ]])
</syntaxhighlight>
 h ar-EG (ar-EG)<syntaxhighlight lang="lua">
-- correct:
tempTimer(1, [[ echo("hello!\n") ]])
tempTimer(2, [[ echo("how are you?\n") ]])
</syntaxhighlight>
 h German (de)<syntaxhighlight lang="lua">
-- correct:
tempTimer(1, [[ echo("hello!\n") ]])
tempTimer(2, [[ echo("how are you?\n") ]])
</syntaxhighlight>
 h Greek (el)<syntaxhighlight lang="lua">
-- correct:
tempTimer(1, [[ echo("hello!\n") ]])
tempTimer(2, [[ echo("how are you?\n") ]])
</syntaxhighlight>
 h English (en)<syntaxhighlight lang="lua">
-- correct:
tempTimer(1, [[ echo("hello!\n") ]])
tempTimer(2, [[ echo("how are you?\n") ]])
</syntaxhighlight>
 h en-GB (en-GB)<syntaxhighlight lang="lua">
-- correct:
tempTimer(1, [[ echo("hello!\n") ]])
tempTimer(2, [[ echo("how are you?\n") ]])
</syntaxhighlight>
 h en-PT (en-PT)<syntaxhighlight lang="lua">
-- correct:
tempTimer(1, [[ echo("hello!\n") ]])
tempTimer(2, [[ echo("how are you?\n") ]])
</syntaxhighlight>
 h es-ES (es-ES)<syntaxhighlight lang="lua">
-- correct:
tempTimer(1, [[ echo("hello!\n") ]])
tempTimer(2, [[ echo("how are you?\n") ]])
</syntaxhighlight>
 h Finnish (fi)<syntaxhighlight lang="lua">
-- correct:
tempTimer(1, [[ echo("hello!\n") ]])
tempTimer(2, [[ echo("how are you?\n") ]])
</syntaxhighlight>
 h French (fr)<syntaxhighlight lang="lua">
-- correct:
tempTimer(1, [[ echo("hello!\n") ]])
tempTimer(2, [[ echo("how are you?\n") ]])
</syntaxhighlight>
 h Italian (it)<syntaxhighlight lang="lua">
-- correct:
tempTimer(1, [[ echo("hello!\n") ]])
tempTimer(2, [[ echo("how are you?\n") ]])
</syntaxhighlight>
 h Korean (ko)<syntaxhighlight lang="lua">
-- 올바른 예시:
tempTimer(1, [[ echo("안녕하세요!\n") ]])
tempTimer(2, [[ echo("어떻게 지내세요?\n") ]])
</syntaxhighlight>
 h Dutch (nl)<syntaxhighlight lang="lua">
-- correct:
tempTimer(1, [[ echo("hello!\n") ]])
tempTimer(2, [[ echo("how are you?\n") ]])
</syntaxhighlight>
 h Polish (pl)<syntaxhighlight lang="lua">
-- correct:
tempTimer(1, [[ echo("hello!\n") ]])
tempTimer(2, [[ echo("how are you?\n") ]])
</syntaxhighlight>
 h pt-BR (pt-BR)<syntaxhighlight lang="lua">
-- correct:
tempTimer(1, [[ echo("hello!\n") ]])
tempTimer(2, [[ echo("how are you?\n") ]])
</syntaxhighlight>
 h pt-PT (pt-PT)<syntaxhighlight lang="lua">
-- correct:
tempTimer(1, [[ echo("hello!\n") ]])
tempTimer(2, [[ echo("how are you?\n") ]])
</syntaxhighlight>
 h Russian (ru)<syntaxhighlight lang="lua">
-- correct:
tempTimer(1, [[ echo("hello!\n") ]])
tempTimer(2, [[ echo("how are you?\n") ]])
</syntaxhighlight>
 h sv-SE (sv-SE)<syntaxhighlight lang="lua">
-- correct:
tempTimer(1, [[ echo("hello!\n") ]])
tempTimer(2, [[ echo("how are you?\n") ]])
</syntaxhighlight>
 h Turkish (tr)<syntaxhighlight lang="lua">
-- correct:
tempTimer(1, [[ echo("hello!\n") ]])
tempTimer(2, [[ echo("how are you?\n") ]])
</syntaxhighlight>
 h yd (yd)<syntaxhighlight lang="lua">
-- correct:
tempTimer(1, [[ echo("hello!\n") ]])
tempTimer(2, [[ echo("how are you?\n") ]])
</syntaxhighlight>
 h zh-CN (zh-CN)<syntaxhighlight lang="lua">
-- 正确的:
tempTimer(1, [[ echo("hello!\n") ]])
tempTimer(2, [[ echo("how are you?\n") ]])
</syntaxhighlight>
 h zh-TW (zh-TW)<syntaxhighlight lang="lua">
-- correct:
tempTimer(1, [[ echo("hello!\n") ]])
tempTimer(2, [[ echo("how are you?\n") ]])
</syntaxhighlight>