|
|
|
|
@ -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};
|
|
|
|
|
}
|
|
|
|
|
|