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)To concatenate strings together, you can use the .. expression:
<syntaxhighlight lang="lua">my_full_name = "Bob" .. " the Builder"</syntaxhighlight>
 h ar-EG (ar-EG)To concatenate strings together, you can use the .. expression:
<syntaxhighlight lang="lua">my_full_name = "Bob" .. " the Builder"</syntaxhighlight>
 h German (de)To concatenate strings together, you can use the .. expression:
<syntaxhighlight lang="lua">my_full_name = "Bob" .. " the Builder"</syntaxhighlight>
 h Greek (el)To concatenate strings together, you can use the .. expression:
<syntaxhighlight lang="lua">my_full_name = "Bob" .. " the Builder"</syntaxhighlight>
 h English (en)To concatenate strings together, you can use the .. expression:
<syntaxhighlight lang="lua">my_full_name = "Bob" .. " the Builder"</syntaxhighlight>
 h en-GB (en-GB)To concatenate strings together, you can use the .. expression:
<syntaxhighlight lang="lua">my_full_name = "Bob" .. " the Builder"</syntaxhighlight>
 h en-PT (en-PT)To concatenate strings together, you can use the .. expression:
<syntaxhighlight lang="lua">my_full_name = "Bob" .. " the Builder"</syntaxhighlight>
 h es-ES (es-ES)To concatenate strings together, you can use the .. expression:
<syntaxhighlight lang="lua">my_full_name = "Bob" .. " the Builder"</syntaxhighlight>
 h Finnish (fi)To concatenate strings together, you can use the .. expression:
<syntaxhighlight lang="lua">my_full_name = "Bob" .. " the Builder"</syntaxhighlight>
 h French (fr)To concatenate strings together, you can use the .. expression:
<syntaxhighlight lang="lua">my_full_name = "Bob" .. " the Builder"</syntaxhighlight>
 h Italian (it)To concatenate strings together, you can use the .. expression:
<syntaxhighlight lang="lua">my_full_name = "Bob" .. " the Builder"</syntaxhighlight>
 h Korean (ko)To concatenate strings together, you can use the .. expression:
<syntaxhighlight lang="lua">my_full_name = "Bob" .. " the Builder"</syntaxhighlight>
 h Dutch (nl)To concatenate strings together, you can use the .. expression:
<syntaxhighlight lang="lua">my_full_name = "Bob" .. " the Builder"</syntaxhighlight>
 h Polish (pl)To concatenate strings together, you can use the .. expression:
<syntaxhighlight lang="lua">my_full_name = "Bob" .. " the Builder"</syntaxhighlight>
 h pt-BR (pt-BR)To concatenate strings together, you can use the .. expression:
<syntaxhighlight lang="lua">my_full_name = "Bob" .. " the Builder"</syntaxhighlight>
 h pt-PT (pt-PT)To concatenate strings together, you can use the .. expression:
<syntaxhighlight lang="lua">my_full_name = "Bob" .. " the Builder"</syntaxhighlight>
 h Russian (ru)Чтобы соединить строки вместе, можно использовать символы".." :
<syntaxhighlight lang="lua">my_full_name = "Bob" .. " the Builder"</syntaxhighlight>
 h sv-SE (sv-SE)To concatenate strings together, you can use the .. expression:
<syntaxhighlight lang="lua">my_full_name = "Bob" .. " the Builder"</syntaxhighlight>
 h Turkish (tr)To concatenate strings together, you can use the .. expression:
<syntaxhighlight lang="lua">my_full_name = "Bob" .. " the Builder"</syntaxhighlight>
 h yd (yd)To concatenate strings together, you can use the .. expression:
<syntaxhighlight lang="lua">my_full_name = "Bob" .. " the Builder"</syntaxhighlight>
 h zh-CN (zh-CN)要将字符串连接在一起,可以使用 .. 表达式:
<syntaxhighlight lang="lua">my_full_name = "Bob" .. " the Builder"</syntaxhighlight>
 h zh-TW (zh-TW)To concatenate strings together, you can use the .. expression:
<syntaxhighlight lang="lua">my_full_name = "Bob" .. " the Builder"</syntaxhighlight>