|
|
|
|
@ -2,7 +2,7 @@
|
|
|
|
|
|
|
|
|
|
// ignore_for_file: constant_identifier_names
|
|
|
|
|
|
|
|
|
|
abstract class LocaleKeys {
|
|
|
|
|
abstract class LocaleKeys {
|
|
|
|
|
static const english = 'english';
|
|
|
|
|
static const arabic = 'arabic';
|
|
|
|
|
static const login = 'login';
|
|
|
|
|
@ -1851,7 +1851,7 @@ abstract class LocaleKeys {
|
|
|
|
|
static const invalidIbanFormat = 'invalidIbanFormat';
|
|
|
|
|
static const refundHistory = 'refundHistory';
|
|
|
|
|
static const noRefundHistoryFound = 'noRefundHistoryFound';
|
|
|
|
|
static const selectProcedures = 'selectProcedures';
|
|
|
|
|
static const selectProcedure = 'selectProcedure';
|
|
|
|
|
static const noProceduresAvailableForRefund = 'noProceduresAvailableForRefund';
|
|
|
|
|
static const selectAll = 'selectAll';
|
|
|
|
|
static const selectRefundMethod = 'selectRefundMethod';
|
|
|
|
|
@ -1866,6 +1866,7 @@ abstract class LocaleKeys {
|
|
|
|
|
static const refundReason5 = 'refundReason5';
|
|
|
|
|
static const refundReason6 = 'refundReason6';
|
|
|
|
|
static const refundReason7 = 'refundReason7';
|
|
|
|
|
static const selectProcedures = 'selectProcedures';
|
|
|
|
|
static const redeem = 'redeem';
|
|
|
|
|
static const points = 'points';
|
|
|
|
|
static const transactions = 'transactions';
|
|
|
|
|
@ -1873,14 +1874,14 @@ abstract class LocaleKeys {
|
|
|
|
|
static const visitsOrders = 'visitsOrders';
|
|
|
|
|
static const earned = 'earned';
|
|
|
|
|
static const getParkingQR = 'getParkingQR';
|
|
|
|
|
|
|
|
|
|
static const cannotOpenThisFile = 'cannotOpenThisFile';
|
|
|
|
|
static const thisInvoiceIsNotEligibleForRefund = 'thisInvoiceIsNotEligibleForRefund';
|
|
|
|
|
static const refundDetails = 'refundDetails';
|
|
|
|
|
static const requestNo = 'requestNo';
|
|
|
|
|
static const referenceNo = 'referenceNo';
|
|
|
|
|
static const refund = 'refund';
|
|
|
|
|
static const advanceNumber = 'advanceNumber';
|
|
|
|
|
static const amountOnly = 'amountOnly';
|
|
|
|
|
static const invoiceHistory = 'invoiceHistory';
|
|
|
|
|
static const refund = 'refund';
|
|
|
|
|
static const thisInvoiceIsNotEligibleForRefund = 'thisInvoiceIsNotEligibleForRefund';
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|