|
|
|
@ -440,6 +440,9 @@ class CodegenLoader extends AssetLoader{
|
|
|
|
"typeCurrentPasswordBelow": "اكتب كلمة المرور الحاليه",
|
|
|
|
"typeCurrentPasswordBelow": "اكتب كلمة المرور الحاليه",
|
|
|
|
"currentPassword": "كلمة المرور الحاليه",
|
|
|
|
"currentPassword": "كلمة المرور الحاليه",
|
|
|
|
"concurrentReports": "التقارير المتزامنه",
|
|
|
|
"concurrentReports": "التقارير المتزامنه",
|
|
|
|
|
|
|
|
"EnterNewAddressMoved": "أدخل عنوان جديد إذا كنت قد انتقلت",
|
|
|
|
|
|
|
|
"CorrectAddress": "تصحيح أو تعديل هذا العنوان",
|
|
|
|
|
|
|
|
"SelectChangeWantToMake": " حدد نوع التغيير الذي تريد القيام به.",
|
|
|
|
"profile": {
|
|
|
|
"profile": {
|
|
|
|
"reset_password": {
|
|
|
|
"reset_password": {
|
|
|
|
"label": "Reset Password",
|
|
|
|
"label": "Reset Password",
|
|
|
|
@ -516,7 +519,10 @@ class CodegenLoader extends AssetLoader{
|
|
|
|
"codeExpire": "انتهت صلاحية رمز التحقق",
|
|
|
|
"codeExpire": "انتهت صلاحية رمز التحقق",
|
|
|
|
"typeheretoreply": "اكتب هنا للرد",
|
|
|
|
"typeheretoreply": "اكتب هنا للرد",
|
|
|
|
"favorite": "مفضلتي",
|
|
|
|
"favorite": "مفضلتي",
|
|
|
|
"searchfromchat": "البحث من الدردشة"
|
|
|
|
"searchfromchat": "البحث من الدردشة",
|
|
|
|
|
|
|
|
"yourAnswerCorrect": "إجابتك صحيحة",
|
|
|
|
|
|
|
|
"youMissedTheQuestion": "فاتك !! أنت خارج اللعبة. لكن يمكنك المتابعة.",
|
|
|
|
|
|
|
|
"wrongAnswer": "إجابة خاطئة! أنت خارج اللعبة. لكن يمكنك المتابعة."
|
|
|
|
};
|
|
|
|
};
|
|
|
|
static const Map<String,dynamic> en_US = {
|
|
|
|
static const Map<String,dynamic> en_US = {
|
|
|
|
"mohemm": "Mohemm",
|
|
|
|
"mohemm": "Mohemm",
|
|
|
|
@ -944,6 +950,9 @@ static const Map<String,dynamic> en_US = {
|
|
|
|
"typeCurrentPasswordBelow": "Type Your Current password below",
|
|
|
|
"typeCurrentPasswordBelow": "Type Your Current password below",
|
|
|
|
"currentPassword": "Current password",
|
|
|
|
"currentPassword": "Current password",
|
|
|
|
"concurrentReports": "Concurrent Reports",
|
|
|
|
"concurrentReports": "Concurrent Reports",
|
|
|
|
|
|
|
|
"EnterNewAddressMoved": "Enter a new address if you have moved",
|
|
|
|
|
|
|
|
"CorrectAddress": "Correct or amend this address",
|
|
|
|
|
|
|
|
"SelectChangeWantToMake": "Select the type of change you want to make",
|
|
|
|
"profile": {
|
|
|
|
"profile": {
|
|
|
|
"reset_password": {
|
|
|
|
"reset_password": {
|
|
|
|
"label": "Reset Password",
|
|
|
|
"label": "Reset Password",
|
|
|
|
@ -1020,7 +1029,10 @@ static const Map<String,dynamic> en_US = {
|
|
|
|
"allQuestionsCorrect": "You have answered all questions correct",
|
|
|
|
"allQuestionsCorrect": "You have answered all questions correct",
|
|
|
|
"typeheretoreply": "Type here to reply",
|
|
|
|
"typeheretoreply": "Type here to reply",
|
|
|
|
"favorite": "My Favorites",
|
|
|
|
"favorite": "My Favorites",
|
|
|
|
"searchfromchat": "Search from chat"
|
|
|
|
"searchfromchat": "Search from chat",
|
|
|
|
|
|
|
|
"yourAnswerCorrect": "Your answer is correct",
|
|
|
|
|
|
|
|
"youMissedTheQuestion": "You Missed !! You are out of the game. But you can follow up.",
|
|
|
|
|
|
|
|
"wrongAnswer": "Wrong Answer! You are out of the game. But you can follow up."
|
|
|
|
};
|
|
|
|
};
|
|
|
|
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};
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|