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

@@ -1414,6 +1414,36 @@ abstract class AppLocalizations {
/// In en, this message translates to:
/// **'Theme Mode'**
String get themeMode;
/// No description provided for @transactionDetails.
///
/// In en, this message translates to:
/// **'Transaction Details'**
String get transactionDetails;
/// No description provided for @transactionType.
///
/// In en, this message translates to:
/// **'Transaction Type'**
String get transactionType;
/// No description provided for @transferType.
///
/// In en, this message translates to:
/// **'Transfer Type'**
String get transferType;
/// No description provided for @utrNo.
///
/// In en, this message translates to:
/// **'UTR No.'**
String get utrNo;
/// No description provided for @beneficiaryAccountNo.
///
/// In en, this message translates to:
/// **'Beneficiary Account No.'**
String get beneficiaryAccountNo;
}
class _AppLocalizationsDelegate extends LocalizationsDelegate<AppLocalizations> {