All translations
Jump to navigation
Jump to search
Enter a message name below to show all available translations.
Found 22 translations.
| Name | Current message text |
|---|---|
| h Arabic (ar) | <syntaxhighlight lang="lua"> -- this timer will greet you exactly 2 seconds after it was made tempTimer(2, [[ echo("hello!\n") ]]) </syntaxhighlight> |
| h ar-EG (ar-EG) | <syntaxhighlight lang="lua"> -- this timer will greet you exactly 2 seconds after it was made tempTimer(2, [[ echo("hello!\n") ]]) </syntaxhighlight> |
| h German (de) | <syntaxhighlight lang="lua"> -- this timer will greet you exactly 2 seconds after it was made tempTimer(2, [[ echo("hello!\n") ]]) </syntaxhighlight> |
| h Greek (el) | <syntaxhighlight lang="lua"> -- this timer will greet you exactly 2 seconds after it was made tempTimer(2, [[ echo("hello!\n") ]]) </syntaxhighlight> |
| h English (en) | <syntaxhighlight lang="lua"> -- this timer will greet you exactly 2 seconds after it was made tempTimer(2, [[ echo("hello!\n") ]]) </syntaxhighlight> |
| h en-GB (en-GB) | <syntaxhighlight lang="lua"> -- this timer will greet you exactly 2 seconds after it was made tempTimer(2, [[ echo("hello!\n") ]]) </syntaxhighlight> |
| h en-PT (en-PT) | <syntaxhighlight lang="lua"> -- this timer will greet you exactly 2 seconds after it was made tempTimer(2, [[ echo("hello!\n") ]]) </syntaxhighlight> |
| h es-ES (es-ES) | <syntaxhighlight lang="lua"> -- this timer will greet you exactly 2 seconds after it was made tempTimer(2, [[ echo("hello!\n") ]]) </syntaxhighlight> |
| h Finnish (fi) | <syntaxhighlight lang="lua"> -- this timer will greet you exactly 2 seconds after it was made tempTimer(2, [[ echo("hello!\n") ]]) </syntaxhighlight> |
| h French (fr) | <syntaxhighlight lang="lua"> -- this timer will greet you exactly 2 seconds after it was made tempTimer(2, [[ echo("hello!\n") ]]) </syntaxhighlight> |
| h Italian (it) | <syntaxhighlight lang="lua"> -- this timer will greet you exactly 2 seconds after it was made tempTimer(2, [[ echo("hello!\n") ]]) </syntaxhighlight> |
| h Korean (ko) | <syntaxhighlight lang="lua"> -- 이 타이머는 생성된 후 정확히 2초 뒤에 인사합니다. tempTimer(2, [[ echo("안녕하세요!\n") ]]) </syntaxhighlight> |
| h Dutch (nl) | <syntaxhighlight lang="lua"> -- this timer will greet you exactly 2 seconds after it was made tempTimer(2, [[ echo("hello!\n") ]]) </syntaxhighlight> |
| h Polish (pl) | <syntaxhighlight lang="lua"> -- this timer will greet you exactly 2 seconds after it was made tempTimer(2, [[ echo("hello!\n") ]]) </syntaxhighlight> |
| h pt-BR (pt-BR) | <syntaxhighlight lang="lua"> -- this timer will greet you exactly 2 seconds after it was made tempTimer(2, [[ echo("hello!\n") ]]) </syntaxhighlight> |
| h pt-PT (pt-PT) | <syntaxhighlight lang="lua"> -- this timer will greet you exactly 2 seconds after it was made tempTimer(2, [[ echo("hello!\n") ]]) </syntaxhighlight> |
| h Russian (ru) | <syntaxhighlight lang="lua"> -- this timer will greet you exactly 2 seconds after it was made tempTimer(2, [[ echo("hello!\n") ]]) </syntaxhighlight> |
| h sv-SE (sv-SE) | <syntaxhighlight lang="lua"> -- this timer will greet you exactly 2 seconds after it was made tempTimer(2, [[ echo("hello!\n") ]]) </syntaxhighlight> |
| h Turkish (tr) | <syntaxhighlight lang="lua"> -- this timer will greet you exactly 2 seconds after it was made tempTimer(2, [[ echo("hello!\n") ]]) </syntaxhighlight> |
| h yd (yd) | <syntaxhighlight lang="lua"> -- this timer will greet you exactly 2 seconds after it was made tempTimer(2, [[ echo("hello!\n") ]]) </syntaxhighlight> |
| h zh-CN (zh-CN) | <syntaxhighlight lang="lua"> -- this timer will greet you exactly 2 seconds after it was made tempTimer(2, [[ echo("hello!\n") ]]) </syntaxhighlight> |
| h zh-TW (zh-TW) | <syntaxhighlight lang="lua"> -- this timer will greet you exactly 2 seconds after it was made tempTimer(2, [[ echo("hello!\n") ]]) </syntaxhighlight> |