# Ngôn ngữ

### vi\_VN.yml <a href="#vi_vn.yml" id="vi_vn.yml"></a>

```yaml
prefix: "&6[&ekLevel&6] "
level-up-title: "&#00FF00Bạn đã lên cấp!"
level-up-subtitle: "&eCấp độ mới: &a%level%"
level-up-message: "&aChúc mừng! Bạn đã đạt cấp &e%level%!"

admin-set-success: "&aĐã cập nhật cấp độ/exp cho %player%."
admin-set-failed: "&cKhông tìm thấy người chơi %player%."

command-lang-usage: "&7Dùng: &e/klevel lang <mã_ngôn_ngữ>"
command-lang-success: "&aĐã chuyển sang ngôn ngữ &e%lang%"
command-lang-fail: "&cKhông tìm thấy file ngôn ngữ &e%lang%"
```

### en\_US.yml <a href="#en_us.yml" id="en_us.yml"></a>

```yaml
prefix: "&6[&ekLevel&6] "
level-up-title: "&#00FF00Level Up!"
level-up-subtitle: "&eNew Level: &a%level%"
level-up-message: "&aCongratulations! You've reached level &e%level%!"

admin-set-success: "&aUpdated level/exp for %player%."
admin-set-failed: "&cPlayer %player% not found."

command-lang-usage: "&7Usage: &e/klevel lang <language_code>"
command-lang-success: "&aSwitched language to &e%lang%"
command-lang-fail: "&cLanguage file not found: &e%lang%"
```

* Đây là các tệp tin có sẵn trong plugin và bạn có thể chỉnh sửa nội dung ở đó.


---

# Agent Instructions: 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:

```
GET https://kazamis.gitbook.io/kazami-studio/huong-dan-cau-hinh/ngon-ngu.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
