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 your commands ends with a variable, you don't need the two dots after: <syntaxhighlight lang="lua">send("Hi, my name is " .. character)</syntaxhighlight> |
| h ar-EG (ar-EG) | If your commands ends with a variable, you don't need the two dots after: <syntaxhighlight lang="lua">send("Hi, my name is " .. character)</syntaxhighlight> |
| h German (de) | If your commands ends with a variable, you don't need the two dots after: <syntaxhighlight lang="lua">send("Hi, my name is " .. character)</syntaxhighlight> |
| h Greek (el) | If your commands ends with a variable, you don't need the two dots after: <syntaxhighlight lang="lua">send("Hi, my name is " .. character)</syntaxhighlight> |
| h English (en) | If your commands ends with a variable, you don't need the two dots after: <syntaxhighlight lang="lua">send("Hi, my name is " .. character)</syntaxhighlight> |
| h en-GB (en-GB) | If your commands ends with a variable, you don't need the two dots after: <syntaxhighlight lang="lua">send("Hi, my name is " .. character)</syntaxhighlight> |
| h en-PT (en-PT) | If your commands ends with a variable, you don't need the two dots after: <syntaxhighlight lang="lua">send("Hi, my name is " .. character)</syntaxhighlight> |
| h es-ES (es-ES) | If your commands ends with a variable, you don't need the two dots after: <syntaxhighlight lang="lua">send("Hi, my name is " .. character)</syntaxhighlight> |
| h Finnish (fi) | If your commands ends with a variable, you don't need the two dots after: <syntaxhighlight lang="lua">send("Hi, my name is " .. character)</syntaxhighlight> |
| h French (fr) | If your commands ends with a variable, you don't need the two dots after: <syntaxhighlight lang="lua">send("Hi, my name is " .. character)</syntaxhighlight> |
| h Italian (it) | If your commands ends with a variable, you don't need the two dots after: <syntaxhighlight lang="lua">send("Hi, my name is " .. character)</syntaxhighlight> |
| h Korean (ko) | 만약 명령어가 변수로 끝난다면, 따옴표 뒤에 두 점은 필요하지 않습니다. <syntaxhighlight lang="lua">send("안녕, 내 이름은 " .. character)</syntaxhighlight> |
| h Dutch (nl) | If your commands ends with a variable, you don't need the two dots after: <syntaxhighlight lang="lua">send("Hi, my name is " .. character)</syntaxhighlight> |
| h Polish (pl) | If your commands ends with a variable, you don't need the two dots after: <syntaxhighlight lang="lua">send("Hi, my name is " .. character)</syntaxhighlight> |
| h pt-BR (pt-BR) | If your commands ends with a variable, you don't need the two dots after: <syntaxhighlight lang="lua">send("Hi, my name is " .. character)</syntaxhighlight> |
| h pt-PT (pt-PT) | If your commands ends with a variable, you don't need the two dots after: <syntaxhighlight lang="lua">send("Hi, my name is " .. character)</syntaxhighlight> |
| h Russian (ru) | Если ваши команды заканчиваются переменной, вам не нужны две точки после нее: <syntaxhighlight lang="lua">send("Привет, меня зовут ".. character")</syntaxhighlight> |
| h sv-SE (sv-SE) | If your commands ends with a variable, you don't need the two dots after: <syntaxhighlight lang="lua">send("Hi, my name is " .. character)</syntaxhighlight> |
| h Turkish (tr) | If your commands ends with a variable, you don't need the two dots after: <syntaxhighlight lang="lua">send("Hi, my name is " .. character)</syntaxhighlight> |
| h yd (yd) | If your commands ends with a variable, you don't need the two dots after: <syntaxhighlight lang="lua">send("Hi, my name is " .. character)</syntaxhighlight> |
| h zh-CN (zh-CN) | 如果命令以变量结束,那么不需要在最后加两个点 : <syntaxhighlight lang="lua">send("Hi, my name is " .. character)</syntaxhighlight> |
| h zh-TW (zh-TW) | If your commands ends with a variable, you don't need the two dots after: <syntaxhighlight lang="lua">send("Hi, my name is " .. character)</syntaxhighlight> |