fr property

Map<String, String> fr
final

Implementation

static final fr = {
  'payment_successful': 'Paiement réussi!',
  'type': 'Type',
  'id': 'Identifiant',
  'date': 'Date',
  'method': 'Méthode',
  'amount': 'Montant',
  'status': 'Status',
  'total': 'Total',
  'transaction_id_copied': 'ID de transaction copié',
  'transaction_details_copied': 'Détails de transaction copiés',
  'continue': 'Continuer',
  'create_account': 'Créer un compte',
  'or': 'OU',
  'card_number': 'Numéro de carte',
  'otp': 'OTP',
  'error': 'Erreur',
  'currency_symbol': 'F',
  'continue_payment':
      'Pour continuer le processus de paiement, générez un OTP depuis',
  'app_name': 'YPAY',
  'follow_steps':
      'Maintenant, suivez ces étapes pour sécuriser votre paiement',
  'card_number_hint': 'Entrez votre numéro de carte',
  'enter_otp': 'Entrez le OTP',
  'get_otp_instruction':
      'Pour obtenir un OTP, connectez-vous à Ypay puis générez un OTP',
  'validate': 'Valider',
  'download_app': 'Télécharger l\'application',
  'card_id_error': 'ID est obligatoire',
  'empty_otp_error': 'OTP est obligé',
  'otp_length_rror': 'La taille est correct',
};