subscription & profile

master_new_changes
Aamir.Muhammad 2 years ago
parent 4777c5c952
commit f2ab8529e9

@ -591,7 +591,8 @@ class CodegenLoader extends AssetLoader{
"yourSubscriptionUpgradeCurrentSubscriptionAffectingFrom": "سيتم ترقية اشتراكك بعد انتهاء اشتراكك الحالي. ساري المفعول من", "yourSubscriptionUpgradeCurrentSubscriptionAffectingFrom": "سيتم ترقية اشتراكك بعد انتهاء اشتراكك الحالي. ساري المفعول من",
"upgradeVar": "ترقية", "upgradeVar": "ترقية",
"whendoyouWanttoRenew": "متى تريد التجديد", "whendoyouWanttoRenew": "متى تريد التجديد",
"renewVar": "تجديد" "renewVar": "تجديد",
"requestAlreadyInProgress": "هذا الطلب قيد التقدم بالفعل."
}; };
static const Map<String,dynamic> en_US = { static const Map<String,dynamic> en_US = {
"firstTimeLogIn": "First Time Log In", "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", "yourSubscriptionUpgradeCurrentSubscriptionAffectingFrom": "Your subscription will upgrade after you current subscription will end. Affecting from",
"upgradeVar": "Upgrade", "upgradeVar": "Upgrade",
"whendoyouWanttoRenew": "When do you want to renew", "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}; 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 customer = 'customer';
static const accept = 'accept'; static const accept = 'accept';
static const amountVAR = 'amountVAR'; static const amountVAR = 'amountVAR';
static const requestAlreadyInProgress = 'requestAlreadyInProgress';
static const nowVar = 'nowVar'; static const nowVar = 'nowVar';
static const whendoyouWanttoUpgrade = 'whendoyouWanttoUpgrade'; static const whendoyouWanttoUpgrade = 'whendoyouWanttoUpgrade';
static const yourSubscriptionUpgradeAffectingFrom = 'yourSubscriptionUpgradeAffectingFrom'; static const yourSubscriptionUpgradeAffectingFrom = 'yourSubscriptionUpgradeAffectingFrom';
@ -556,5 +555,6 @@ abstract class LocaleKeys {
static const upgradeVar = 'upgradeVar'; static const upgradeVar = 'upgradeVar';
static const whendoyouWanttoRenew = 'whendoyouWanttoRenew'; static const whendoyouWanttoRenew = 'whendoyouWanttoRenew';
static const renewVar = 'renewVar'; static const renewVar = 'renewVar';
static const requestAlreadyInProgress = 'requestAlreadyInProgress';
} }

Loading…
Cancel
Save