# 语言

{% code title="en\_US.yml" %}

```yaml
Plugin:
  UnsupportedVersion: '&8[&2Tr&aHologram&8] &cERROR &8| &cPlugin does not support this outdated Minecraft version'
  Loading:
    - ''
    - '&7Loading &2Tr&aHologram... &8{0}'
    - ''
  Enabled: '&8[&2Tr&aHologram&8] &bINFO &8| &3Plugin has been enabled. Currently running version &2{0}&7.'
  Update:
    - '&8[&2Tr&aHologram&8] &bUPDATE &8| &3Update &a{0}&3 found ! Download it from the link below for new features and bug fix!'
    - '&bhttps://www.spigotmc.org/resources/83120/'
  Dependency:
    Hooked: '&8[&2Tr&aHologram&8] &6HOOK &8| &7Soft-Dependency &f{0} &7is hooked.'
    Abuse: '&8[&2Tr&aHologram&8] &6HOOK &8| &4Attempted to use the non-installed soft-depend plugin &c{0}'

Hologram:
  Loaded: '&8[&2Tr&aHologram&8] &aFINE &8| &a{0} &3holograms were loaded &8({1} ms)'

Paster:
  Processing: '&8[&2Tr&aHologram&8] &7Pasting content ...'
  Success: '&8[&2Tr&aHologram&8] &3The content has been pasted to &a{0}'
  Failed: '&8[&2Tr&aHologram&8] &cAn error occurred while pasting the content. Please check out console.'

Command:
  Reload: '&8[&2Tr&aHologram&8] &aFINE &8| &3Successfully reloaded the hologram &a{0}'
  List:
    Error: '&8[&2Tr&aHologram&8] &7NORM &8| &7No holograms are found... &8(Filter: {0})'
    Header:
      - ''
      - '&8[&2Tr&aHologram&8] &aFINE &8| &7Loaded &f{0} &7holograms &8(Filter: {1}): '
      - ''
    Format:
      ==: JSON
      text: '&8- <&3{0}@hd> &7| &8(Lines: {1})&r'
      args:
        hd:
          hover: '&7Click to teleport'
          command: '/trhologram teleport {0}'
  Not-Exists: '&8[&2Tr&aHologram&8] &7NORM &8| &7Hologram &f{0} does not exist.'
  Deleted: '&8[&2Tr&aHologram&8] &aNORM &8| &3Deleted hologram named &3{0}&3.'
  Existed:
    - ==: TITLE
      title: '&c&lOPERATION FAILED'
      subtitle: '&7&lDuplicate hologram ID'
    - ==: SOUND
      sound: ITEM_SHIELD_BREAK-1-2
  Created:
    - ==: TITLE
      title: '&a&lCREATED'
      subtitle: '&a&lEdit the hologram now'
    - ==: SOUND
      sound: ITEM_BOTTLE_FILL-1-2
```

{% endcode %}


---

# 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://trhologram.trixey.cc/plugin/configurations/locale.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.
