|
|
|
|
@ -513,7 +513,8 @@ class CodegenLoader extends AssetLoader{
|
|
|
|
|
"otp": "OTP",
|
|
|
|
|
"verification": "تَحَقّق",
|
|
|
|
|
"resend": "إعادة إرسال",
|
|
|
|
|
"codeExpire": "انتهت صلاحية رمز التحقق"
|
|
|
|
|
"codeExpire": "انتهت صلاحية رمز التحقق",
|
|
|
|
|
"typeheretoreply": "اكتب هنا للرد"
|
|
|
|
|
};
|
|
|
|
|
static const Map<String,dynamic> en_US = {
|
|
|
|
|
"mohemm": "Mohemm",
|
|
|
|
|
@ -1010,11 +1011,12 @@ static const Map<String,dynamic> en_US = {
|
|
|
|
|
"winnerSelectedRandomly": "The winner will be selected randomly among the qualifiers.",
|
|
|
|
|
"fingersCrossed": "Fingers Crossed!!!",
|
|
|
|
|
"congrats": "Congratulations!!!",
|
|
|
|
|
"allQuestionsCorrect": "You have answered all questions correct",
|
|
|
|
|
"otp": "OTP",
|
|
|
|
|
"verification": "Verification",
|
|
|
|
|
"resend": "Resend",
|
|
|
|
|
"codeExpire": "The verification code has been expired"
|
|
|
|
|
"codeExpire": "The verification code has been expired",
|
|
|
|
|
"allQuestionsCorrect": "You have answered all questions correct",
|
|
|
|
|
"typeheretoreply": "Type here to reply"
|
|
|
|
|
};
|
|
|
|
|
static const Map<String, Map<String,dynamic>> mapLocales = {"ar_SA": ar_SA, "en_US": en_US};
|
|
|
|
|
}
|
|
|
|
|
|