first commit
This commit is contained in:
1
core/apps/management/translations/__init__.py
Normal file
1
core/apps/management/translations/__init__.py
Normal file
@@ -0,0 +1 @@
|
||||
from .field_translations import *
|
||||
14
core/apps/management/translations/field_translations.py
Normal file
14
core/apps/management/translations/field_translations.py
Normal 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"
|
||||
}
|
||||
Reference in New Issue
Block a user