Transaction Details localized to Hindi

This commit is contained in:
2025-08-13 11:42:11 +05:30
parent 913e31a6ab
commit 76d5874e19
6 changed files with 80 additions and 8 deletions

View File

@@ -667,4 +667,19 @@ class AppLocalizationsHi extends AppLocalizations {
@override
String get themeMode => 'थीम मोड';
@override
String get transactionDetails => 'लेन-देन विवरण';
@override
String get transactionType => 'लेनदेन प्रकार';
@override
String get transferType => 'स्थानांतरण प्रकार';
@override
String get utrNo => 'यूटीआर नंबर';
@override
String get beneficiaryAccountNo => 'लाभार्थी खाता संख्या';
}