first commit

This commit is contained in:
NORBOYEVSAMARIDDIN
2026-02-07 11:18:38 +05:00
commit 493cb58222
228 changed files with 10859 additions and 0 deletions

View File

@@ -0,0 +1 @@
from .field_translations import *

View File

@@ -0,0 +1,14 @@
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"
}