subscription & profile

master_new_changes
Aamir.Muhammad 1 year ago
parent 4777c5c952
commit f2ab8529e9

@ -591,7 +591,8 @@ class CodegenLoader extends AssetLoader{
"yourSubscriptionUpgradeCurrentSubscriptionAffectingFrom": "سيتم ترقية اشتراكك بعد انتهاء اشتراكك الحالي. ساري المفعول من",
"upgradeVar": "ترقية",
"whendoyouWanttoRenew": "متى تريد التجديد",
"renewVar": "تجديد"
"renewVar": "تجديد",
"requestAlreadyInProgress": "هذا الطلب قيد التقدم بالفعل."
};
static const Map<String,dynamic> en_US = {
"firstTimeLogIn": "First Time Log In",
@ -1171,7 +1172,8 @@ static const Map<String,dynamic> en_US = {
"yourSubscriptionUpgradeCurrentSubscriptionAffectingFrom": "Your subscription will upgrade after you current subscription will end. Affecting from",
"upgradeVar": "Upgrade",
"whendoyouWanttoRenew": "When do you want to renew",
"renewVar": "Renew"
"renewVar": "Renew",
"requestAlreadyInProgress": "This request is already in progress."
};
static const Map<String, Map<String,dynamic>> mapLocales = {"ar_SA": ar_SA, "en_US": en_US};
}

@ -547,7 +547,6 @@ abstract class LocaleKeys {
static const customer = 'customer';
static const accept = 'accept';
static const amountVAR = 'amountVAR';
static const requestAlreadyInProgress = 'requestAlreadyInProgress';
static const nowVar = 'nowVar';
static const whendoyouWanttoUpgrade = 'whendoyouWanttoUpgrade';
static const yourSubscriptionUpgradeAffectingFrom = 'yourSubscriptionUpgradeAffectingFrom';
@ -556,5 +555,6 @@ abstract class LocaleKeys {
static const upgradeVar = 'upgradeVar';
static const whendoyouWanttoRenew = 'whendoyouWanttoRenew';
static const renewVar = 'renewVar';
static const requestAlreadyInProgress = 'requestAlreadyInProgress';
}

Loading…
Cancel
Save