Files
xvatayka/core/apps/management/translations/field_translations.py
NORBOYEVSAMARIDDIN 493cb58222 first commit
2026-02-07 11:18:38 +05:00

14 lines
417 B
Python
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

FIELD_TRANSLATIONS_UZ = {
"movement_type": "Harakat turi",
"from_warehouse": "Ombor (chiqish)",
"to_warehouse": "Ombor (kirish)",
"device": "Aparat",
"quantity": "Oʻyinchoqlar soni",
"created_by": "Yaratgan",
"created_at": "Yaratilgan sana",
"name": "Nomi",
"region": "Viloyat",
"district": "Tuman",
"toys_count": "Oʻyinchoqlar soni",
"monthly_fee": "Oylik toʻlov"
}