airflow-translations

Contributors

GitHub-linked commit authors for this SKILL.md at the saved revision. Co-authors and history before file renames are not included.

File history ↗

Add or update translations for the Apache Airflow UI. Guides through setting up locales, scaffolding translation files, translating with locale-specific guidelines, and validating results. Use when working with i18n tasks in airflow-core/src/airflow/ui/public/i18n/locales/.

.agents/skills/airflow-translations/SKILL.md

Download bundle ↓
main · 2aca1aa20 bundle filesScanned 2026-09-14

locales/hi.md

461 tokens · o200k_base · 2,235 bytes

Hindi Translation Agent Skill

This file defines terminology, tone, and translation preferences for Hindi (hi) translations of Apache Airflow.

Tone and Style

  • Use formal and respectful language.
  • Address the user as "आप".
  • Prefer clear and simple sentence structure.

Keep in English

The following terms must remain untranslated:

  • XCom
  • ID
  • Log Levels (CRITICAL, ERROR, WARNING, INFO, DEBUG)

Preferred Translations

English TermHindi
Dagडैग
Dag Runडैग रन
Taskकार्य
Task Instanceटास्क इंस्टेंस
Assetएसेट
Asset Eventएसेट इवेंट
Configurationविन्यास
Connectionsकनेक्शन
Operatorऑपरेटर
Variableवेरिएबल
Pluginsप्लगइन
Poolsपूल
Providerप्रोवाइडर
Triggerट्रिगर
Backfillबैकफ़िल
Bundleबंडल
Scheduledनिर्धारित
Map Indexमैप इंडेक्स
Try Numberप्रयास संख्या
Keyकुंजी
Homeमुख्य पृष्ठ

Translation Principles

  1. Formal UI language

    • Maintain politeness and clarity suitable for professional software.
  2. Pure Hindi for common UI words

    • Prefer words like विन्यास instead of transliteration where clarity is high.
  3. Transliteration for technical concepts

    • Use transliteration for Airflow-specific terms (e.g., डैग, टास्क).
  4. Avoid ambiguity

    • If a literal translation could confuse users, prefer transliteration.
  5. Context awareness

    • Ensure translations match technical meaning rather than dictionary meaning.

Notes

  • Use "कुछ नहीं" for states.none.
  • Use "कोई स्थिति नहीं" for states.no_status.

These conventions are derived from the existing Hindi locale guidelines to ensure consistency across future translations.

Referenced from SKILL.md