vocabulary
Translate Glyphs UI terminology across languages. Search terms, get translations, and map multi-locale equivalents.
Instructions
[VOCABULARY] Glyphs UI terminology translation
Actions:
- translate: Translate UI term (term, target)
- search: Search UI terms (term, locale)
- mapping: Get multi-locale translations (term, source_locale, target_locales)
- categories: List vocabulary file categories
Args:
action: Operation to perform
term: Term to translate or search
target: Target locale for translation (default: auto -> English)
locale: Search locale (default: zh-Hant)
source_locale: Source locale for mapping (default: en)
target_locales: Comma-separated target locales (default: zh-Hant)
Examples:
vocabulary(action="translate", term="取消")
vocabulary(action="search", term="Cancel", locale="zh-Hant")
vocabulary(action="mapping", term="Cancel", target_locales="zh-Hant,ja,ko")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| term | No | ||
| action | Yes | ||
| locale | No | zh-Hant | |
| target | No | auto | |
| source_locale | No | en | |
| target_locales | No | zh-Hant |