> For the complete documentation index, see [llms.txt](https://ticketking.xyz/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ticketking.xyz/docs/pt-br/idiomas/server-language.md).

# A configuração Idioma do servidor

Configurações, "Configurações do servidor e registros", **Idioma do servidor**.

Isso define o idioma que o Ticket King usa no seu servidor. Todas as mensagens do bot (embeds de boas-vindas, embeds de log, respostas de erro, respostas de comandos slash, notificações por DM) usam o idioma configurado.

## Padrão

**ინგlês.** Este também é o idioma base a partir do qual todos os outros idiomas são traduzidos.

## Como alterar

1. Clique no **Idioma do servidor** menu suspenso.
2. Escolha na lista de idiomas compatíveis.
3. As configurações são salvas automaticamente.

As alterações se aplicam a todas as mensagens futuras do bot. Mensagens que já foram publicadas não são retraduzidas.

<figure><img src="/files/94c64cca89878a40bcffea1c1059362c6f16df3a" alt="Settings → Server Language dropdown open, showing a list of 10+ language options scrolling"><figcaption></figcaption></figure>

## Idiomas compatíveis

<details>

<summary>Mostrar a lista completa de idiomas compatíveis</summary>

| Idioma                                              |
| --------------------------------------------------- |
| Árabe (العربية)                                     |
| Búlgaro (Български)                                 |
| Bósnio (Bosanski)                                   |
| Tcheco (Čeština)                                    |
| Dinamarquês (Dansk)                                 |
| Alemão (Deutsch)                                    |
| Alemão informal (Deutsch (Informell))               |
| Grego (Ελληνικά)                                    |
| ინგlês (Reino Unido)                                |
| ინგlês (EUA), padrão                                |
| Espanhol (América Latina) (Español (Latinoamérica)) |
| Espanhol (Espanha) (Español (España))               |
| Finlandês (Suomi)                                   |
| Francês (Français)                                  |
| Hebraico (עברית)                                    |
| Hindi (हिन्दी)                                      |
| Croata (Hrvatski)                                   |
| Crioulo haitiano (Kreyòl Ayisyen)                   |
| Húngaro (Magyar)                                    |
| Indonésio (Bahasa Indonesia)                        |
| Italiano (Italiano)                                 |
| Japonês (日本語)                                       |
| Coreano (한국어)                                       |
| Lituano (Lietuvių)                                  |
| Holandês (Nederlands)                               |
| Norueguês (Norsk)                                   |
| Polonês (Polski)                                    |
| Português (Brasil) (Português (Brasil))             |
| Romeno (Română)                                     |
| Russo (Русский)                                     |
| Eslovaco (Slovenčina)                               |
| Esloveno (Slovenščina)                              |
| Sérvio (Srpski)                                     |
| Sueco (Svenska)                                     |
| Tailandês (ไทย)                                     |
| Turco (Türkçe)                                      |
| Ucraniano (Українська)                              |
| Vietnamita (Tiếng Việt)                             |
| Chinês (simplificado) (简体中文)                        |
| Chinês (tradicional) (繁體中文)                         |

</details>

Muitos deles também são suportados nativamente pelo Discord. O restante é específico do Ticket King.

## Encontrou um problema de tradução?

Se uma tradução parecer errada ou uma string ainda aparecer em inglês, avise-nos para que possamos corrigir. Veja [Relatar problemas de tradução](/docs/pt-br/obter-ajuda-e-comunidade/translation-issues.md).

## Relacionados

{% content-ref url="/pages/b790839083ce4256c0fb3460d88972cad877091c" %}
[Como o bot escolhe um idioma](/docs/pt-br/idiomas/how-the-bot-picks-a-language.md)
{% endcontent-ref %}

{% content-ref url="/pages/f89b95953ae2a1e7b4d60f0d5a0b611e6155d989" %}
[Relatando problemas de tradução](/docs/pt-br/obter-ajuda-e-comunidade/translation-issues.md)
{% endcontent-ref %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://ticketking.xyz/docs/pt-br/idiomas/server-language.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
