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