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)If you’d like to include variables in the send command, you need to prefix and suffix them with two dots outside the quotes, like this:
<syntaxhighlight lang="lua">send("My name is " .. full_name .. ". What's yours?")</syntaxhighlight>
 h ar-EG (ar-EG)If you’d like to include variables in the send command, you need to prefix and suffix them with two dots outside the quotes, like this:
<syntaxhighlight lang="lua">send("My name is " .. full_name .. ". What's yours?")</syntaxhighlight>
 h German (de)If you’d like to include variables in the send command, you need to prefix and suffix them with two dots outside the quotes, like this:
<syntaxhighlight lang="lua">send("My name is " .. full_name .. ". What's yours?")</syntaxhighlight>
 h Greek (el)If you’d like to include variables in the send command, you need to prefix and suffix them with two dots outside the quotes, like this:
<syntaxhighlight lang="lua">send("My name is " .. full_name .. ". What's yours?")</syntaxhighlight>
 h English (en)If you’d like to include variables in the send command, you need to prefix and suffix them with two dots outside the quotes, like this:
<syntaxhighlight lang="lua">send("My name is " .. full_name .. ". What's yours?")</syntaxhighlight>
 h en-GB (en-GB)If you’d like to include variables in the send command, you need to prefix and suffix them with two dots outside the quotes, like this:
<syntaxhighlight lang="lua">send("My name is " .. full_name .. ". What's yours?")</syntaxhighlight>
 h en-PT (en-PT)If you’d like to include variables in the send command, you need to prefix and suffix them with two dots outside the quotes, like this:
<syntaxhighlight lang="lua">send("My name is " .. full_name .. ". What's yours?")</syntaxhighlight>
 h es-ES (es-ES)If you’d like to include variables in the send command, you need to prefix and suffix them with two dots outside the quotes, like this:
<syntaxhighlight lang="lua">send("My name is " .. full_name .. ". What's yours?")</syntaxhighlight>
 h Finnish (fi)If you’d like to include variables in the send command, you need to prefix and suffix them with two dots outside the quotes, like this:
<syntaxhighlight lang="lua">send("My name is " .. full_name .. ". What's yours?")</syntaxhighlight>
 h French (fr)If you’d like to include variables in the send command, you need to prefix and suffix them with two dots outside the quotes, like this:
<syntaxhighlight lang="lua">send("My name is " .. full_name .. ". What's yours?")</syntaxhighlight>
 h Italian (it)If you’d like to include variables in the send command, you need to prefix and suffix them with two dots outside the quotes, like this:
<syntaxhighlight lang="lua">send("My name is " .. full_name .. ". What's yours?")</syntaxhighlight>
 h Korean (ko)만약 send 명령어에 변수를 포함하고 싶다면, 따옴표 밖에 변수를 두 개의 점으로 앞뒤로 감싸야 합니다. 예를 들어, 다음과 같이 작성하세요:
<syntaxhighlight lang="lua">send("내 이름은 " .. full_name .. "입니다. 당신은 어떻게 되시나요?")</syntaxhighlight>
 h Dutch (nl)If you’d like to include variables in the send command, you need to prefix and suffix them with two dots outside the quotes, like this:
<syntaxhighlight lang="lua">send("My name is " .. full_name .. ". What's yours?")</syntaxhighlight>
 h Polish (pl)If you’d like to include variables in the send command, you need to prefix and suffix them with two dots outside the quotes, like this:
<syntaxhighlight lang="lua">send("My name is " .. full_name .. ". What's yours?")</syntaxhighlight>
 h pt-BR (pt-BR)If you’d like to include variables in the send command, you need to prefix and suffix them with two dots outside the quotes, like this:
<syntaxhighlight lang="lua">send("My name is " .. full_name .. ". What's yours?")</syntaxhighlight>
 h pt-PT (pt-PT)If you’d like to include variables in the send command, you need to prefix and suffix them with two dots outside the quotes, like this:
<syntaxhighlight lang="lua">send("My name is " .. full_name .. ". What's yours?")</syntaxhighlight>
 h Russian (ru)Если вы хотите включить переменные в команду send, вам нужно префиксовать и суффиксовать их двумя точками вне кавычек, вот так:
<syntaxhighlight lang="lua">send("Меня зовут ".. full_name .. ".. А как тебя зовут?")</syntaxhighlight>
 h sv-SE (sv-SE)If you’d like to include variables in the send command, you need to prefix and suffix them with two dots outside the quotes, like this:
<syntaxhighlight lang="lua">send("My name is " .. full_name .. ". What's yours?")</syntaxhighlight>
 h Turkish (tr)If you’d like to include variables in the send command, you need to prefix and suffix them with two dots outside the quotes, like this:
<syntaxhighlight lang="lua">send("My name is " .. full_name .. ". What's yours?")</syntaxhighlight>
 h yd (yd)If you’d like to include variables in the send command, you need to prefix and suffix them with two dots outside the quotes, like this:
<syntaxhighlight lang="lua">send("My name is " .. full_name .. ". What's yours?")</syntaxhighlight>
 h zh-CN (zh-CN)如果你希望在发送命令中包含变量,那么需要在引号前面加上两个点的前缀和后缀,例如 :
<syntaxhighlight lang="lua">send("My name is " .. full_name .. ". What's yours?")</syntaxhighlight>
 h zh-TW (zh-TW)If you’d like to include variables in the send command, you need to prefix and suffix them with two dots outside the quotes, like this:
<syntaxhighlight lang="lua">send("My name is " .. full_name .. ". What's yours?")</syntaxhighlight>