Beneficiary Localization Chamges
This commit is contained in:
@@ -1444,6 +1444,66 @@ abstract class AppLocalizations {
|
||||
/// In en, this message translates to:
|
||||
/// **'Beneficiary Account No.'**
|
||||
String get beneficiaryAccountNo;
|
||||
|
||||
/// No description provided for @invalidRtgs.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Invalid Amount for RTGS'**
|
||||
String get invalidRtgs;
|
||||
|
||||
/// No description provided for @invalidRtgsPopUp.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'RTGS transactions require a minimum amount of 200,000. Please enter a higher amount or select NEFT as the transaction mode.'**
|
||||
String get invalidRtgsPopUp;
|
||||
|
||||
/// No description provided for @correctTpin.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Please Enter the correct TPIN'**
|
||||
String get correctTpin;
|
||||
|
||||
/// No description provided for @insufficientFund.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Your account does not have sufficient balance'**
|
||||
String get insufficientFund;
|
||||
|
||||
/// No description provided for @creditedTo.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Credited To'**
|
||||
String get creditedTo;
|
||||
|
||||
/// No description provided for @selectTransactionType.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Select transaction Type'**
|
||||
String get selectTransactionType;
|
||||
|
||||
/// No description provided for @proceed.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Proceed'**
|
||||
String get proceed;
|
||||
|
||||
/// No description provided for @plsValidateBeneficiary.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Please validate beneficiary details first'**
|
||||
String get plsValidateBeneficiary;
|
||||
|
||||
/// No description provided for @accno7to20.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Account number must be between 7 and 20 digits'**
|
||||
String get accno7to20;
|
||||
|
||||
/// No description provided for @validateBeneficiaryproceeding.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Please validate beneficiary before proceeding'**
|
||||
String get validateBeneficiaryproceeding;
|
||||
}
|
||||
|
||||
class _AppLocalizationsDelegate extends LocalizationsDelegate<AppLocalizations> {
|
||||
|
Reference in New Issue
Block a user