feat(locales): Add area code and telephone fields to user forms in multiple languages

This commit is contained in:
web@ppanel
2025-01-14 19:26:38 +07:00
parent 585b99c2cc
commit 9b8258ce5a
24 changed files with 113 additions and 3 deletions
+5
View File
@@ -17,6 +17,8 @@
"email": "ईमेल",
"enable": "सक्षम करें",
"form": {
"areaCode": "क्षेत्र कोड",
"areaCodePlaceholder": "क्षेत्र कोड",
"balance": "शेष राशि",
"balancePlaceholder": "शेष राशि",
"cancel": "रद्द करें",
@@ -33,12 +35,15 @@
"passwordPlaceholder": "कृपया नया पासवर्ड दर्ज करें (खाली छोड़ सकते हैं)",
"refererId": "रेफरर आईडी",
"refererIdPlaceholder": "कृपया रेफरर आईडी दर्ज करें",
"telephone": "फ़ोन नंबर",
"telephonePlaceholder": "फ़ोन नंबर दर्ज करें",
"userEmail": "उपयोगकर्ता ईमेल",
"userEmailPlaceholder": "कृपया उपयोगकर्ता ईमेल दर्ज करें"
},
"giftAmount": "उपहार राशि",
"inviteCode": "आमंत्रण कोड",
"referer": "सिफारिशकर्ता",
"telephone": "फ़ोन नंबर",
"updateSuccess": "अपडेट सफल",
"userList": "उपयोगकर्ता सूची",
"userName": "उपयोगकर्ता ईमेल"