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) | If you’d like to include variables in your echo, you concatenate (put together) the value of your variable to the text: <syntaxhighlight lang="lua"> my_gold = 5 echo("I have " .. my_gold .. " pieces of gold!\n") </syntaxhighlight> |
h ar-EG (ar-EG) | If you’d like to include variables in your echo, you concatenate (put together) the value of your variable to the text: <syntaxhighlight lang="lua"> my_gold = 5 echo("I have " .. my_gold .. " pieces of gold!\n") </syntaxhighlight> |
h German (de) | If you’d like to include variables in your echo, you concatenate (put together) the value of your variable to the text: <syntaxhighlight lang="lua"> my_gold = 5 echo("I have " .. my_gold .. " pieces of gold!\n") </syntaxhighlight> |
h Greek (el) | If you’d like to include variables in your echo, you concatenate (put together) the value of your variable to the text: <syntaxhighlight lang="lua"> my_gold = 5 echo("I have " .. my_gold .. " pieces of gold!\n") </syntaxhighlight> |
h English (en) | If you’d like to include variables in your echo, you concatenate (put together) the value of your variable to the text: <syntaxhighlight lang="lua"> my_gold = 5 echo("I have " .. my_gold .. " pieces of gold!\n") </syntaxhighlight> |
h en-GB (en-GB) | If you’d like to include variables in your echo, you concatenate (put together) the value of your variable to the text: <syntaxhighlight lang="lua"> my_gold = 5 echo("I have " .. my_gold .. " pieces of gold!\n") </syntaxhighlight> |
h en-PT (en-PT) | If you’d like to include variables in your echo, you concatenate (put together) the value of your variable to the text: <syntaxhighlight lang="lua"> my_gold = 5 echo("I have " .. my_gold .. " pieces of gold!\n") </syntaxhighlight> |
h es-ES (es-ES) | If you’d like to include variables in your echo, you concatenate (put together) the value of your variable to the text: <syntaxhighlight lang="lua"> my_gold = 5 echo("I have " .. my_gold .. " pieces of gold!\n") </syntaxhighlight> |
h Finnish (fi) | If you’d like to include variables in your echo, you concatenate (put together) the value of your variable to the text: <syntaxhighlight lang="lua"> my_gold = 5 echo("I have " .. my_gold .. " pieces of gold!\n") </syntaxhighlight> |
h French (fr) | If you’d like to include variables in your echo, you concatenate (put together) the value of your variable to the text: <syntaxhighlight lang="lua"> my_gold = 5 echo("I have " .. my_gold .. " pieces of gold!\n") </syntaxhighlight> |
h Italian (it) | If you’d like to include variables in your echo, you concatenate (put together) the value of your variable to the text: <syntaxhighlight lang="lua"> my_gold = 5 echo("I have " .. my_gold .. " pieces of gold!\n") </syntaxhighlight> |
h Korean (ko) | 만약 에코에 변수를 포함시키고 싶다면, 변수의 값과 텍스트를 연결(concatenate)합니다: <syntaxhighlight lang="lua"> my_gold = 5 echo("나는 " .. my_gold .. "개의 금을 가지고 있어!\n") </syntaxhighlight> |
h Dutch (nl) | If you’d like to include variables in your echo, you concatenate (put together) the value of your variable to the text: <syntaxhighlight lang="lua"> my_gold = 5 echo("I have " .. my_gold .. " pieces of gold!\n") </syntaxhighlight> |
h Polish (pl) | If you’d like to include variables in your echo, you concatenate (put together) the value of your variable to the text: <syntaxhighlight lang="lua"> my_gold = 5 echo("I have " .. my_gold .. " pieces of gold!\n") </syntaxhighlight> |
h pt-BR (pt-BR) | If you’d like to include variables in your echo, you concatenate (put together) the value of your variable to the text: <syntaxhighlight lang="lua"> my_gold = 5 echo("I have " .. my_gold .. " pieces of gold!\n") </syntaxhighlight> |
h pt-PT (pt-PT) | If you’d like to include variables in your echo, you concatenate (put together) the value of your variable to the text: <syntaxhighlight lang="lua"> my_gold = 5 echo("I have " .. my_gold .. " pieces of gold!\n") </syntaxhighlight> |
h Russian (ru) | Если вы хотите включить переменные в эхо, вы конкатенуете (складываете) значение вашей переменной в текст: <syntaxhighlight lang="lua"> my_gold = 5 echo("У меня ".. my_gold.. " кусочков золота!\n") </syntaxhighlight> |
h sv-SE (sv-SE) | If you’d like to include variables in your echo, you concatenate (put together) the value of your variable to the text: <syntaxhighlight lang="lua"> my_gold = 5 echo("I have " .. my_gold .. " pieces of gold!\n") </syntaxhighlight> |
h Turkish (tr) | If you’d like to include variables in your echo, you concatenate (put together) the value of your variable to the text: <syntaxhighlight lang="lua"> my_gold = 5 echo("I have " .. my_gold .. " pieces of gold!\n") </syntaxhighlight> |
h yd (yd) | If you’d like to include variables in your echo, you concatenate (put together) the value of your variable to the text: <syntaxhighlight lang="lua"> my_gold = 5 echo("I have " .. my_gold .. " pieces of gold!\n") </syntaxhighlight> |
h zh-CN (zh-CN) | 如果您希望在 echo 显示中使用变量,请将变量和文本拼接起来: <syntaxhighlight lang="lua"> my_gold = 5 echo("I have " .. my_gold .. " pieces of gold!\n") </syntaxhighlight> |
h zh-TW (zh-TW) | If you’d like to include variables in your echo, you concatenate (put together) the value of your variable to the text: <syntaxhighlight lang="lua"> my_gold = 5 echo("I have " .. my_gold .. " pieces of gold!\n") </syntaxhighlight> |