en property

Map<String, String> en
final

Implementation

static final en = {
  'payment_successful': 'Payment Successful!',
  'type': 'Type',
  'id': 'Id',
  'date': 'Date',
  'method': 'Method',
  'amount': 'Amount',
  'status': 'Status',
  'total': 'Total',
  'transaction_id_copied': 'Transaction Id copied',
  'transaction_details_copied': 'Transaction details copied',
  'continue': 'Continue',
  'create_account': 'Create Account',
  'or': 'OR',
  'card_number': 'Card Number',
  'otp': 'OTP',
  'error': 'Error',
  'currency_symbol': 'F',
  'continue_payment': 'To continue the payment process, generate otp from',
  'app_name': 'YPAY',
  'follow_steps': 'Now, follow these steps to secure your payment',
  'card_number_hint': 'Enter your card number',
  'enter_otp': 'Enter The OTP',
  'get_otp_instruction': 'To get OTP go to Ypay login then Generate OTP',
  'validate': 'Validate',
  'download_app': 'Download the application',
  'card_id_error': 'ID is required',
  'empty_otp_error': 'OTP is required',
  'otp_length_rror': 'The length is not correct',
};