|
|
|
|
@ -444,7 +444,11 @@ class CodegenLoader extends AssetLoader {
|
|
|
|
|
"CorrectAddress": "تصحيح أو تعديل هذا العنوان",
|
|
|
|
|
"SelectChangeWantToMake": " حدد نوع التغيير الذي تريد القيام به.",
|
|
|
|
|
"profile": {
|
|
|
|
|
"reset_password": {"label": "Reset Password", "username": "Username", "password": "password"},
|
|
|
|
|
"reset_password": {
|
|
|
|
|
"label": "Reset Password",
|
|
|
|
|
"username": "Username",
|
|
|
|
|
"password": "password"
|
|
|
|
|
},
|
|
|
|
|
"profileCompletionPer": "استكمال الملف الشخصي",
|
|
|
|
|
"completeProfile": "الملف الشخصي الكامل",
|
|
|
|
|
"personalInformation": "معلومات شخصية",
|
|
|
|
|
@ -466,7 +470,10 @@ class CodegenLoader extends AssetLoader {
|
|
|
|
|
"gender": {
|
|
|
|
|
"male": "Hi man ;) ",
|
|
|
|
|
"female": "Hello girl :)",
|
|
|
|
|
"with_arg": {"male": "Hi man ;) {}", "female": "Hello girl :) {}"}
|
|
|
|
|
"with_arg": {
|
|
|
|
|
"male": "Hi man ;) {}",
|
|
|
|
|
"female": "Hello girl :) {}"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"reset_locale": "إعادة ضبط اللغة",
|
|
|
|
|
"chat": "دردشة",
|
|
|
|
|
@ -529,6 +536,7 @@ class CodegenLoader extends AssetLoader {
|
|
|
|
|
"noUpcoming": "لا يوجد قادم",
|
|
|
|
|
"fakeLocation": ".لقد تتبعنا أنك تحاول استخدام موقع مزيف! يعتبر هذا مخالفة وقد تم إخطار الموارد البشرية",
|
|
|
|
|
"noWinner": "حزين! لم يفز أحد اليوم.",
|
|
|
|
|
"myTeam": "فريقي",
|
|
|
|
|
"youCanPlayDemo": "لكن يمكنك لعب العرض"
|
|
|
|
|
};
|
|
|
|
|
static const Map<String,dynamic> en_US = {
|
|
|
|
|
@ -961,7 +969,11 @@ class CodegenLoader extends AssetLoader {
|
|
|
|
|
"CorrectAddress": "Correct or amend this address",
|
|
|
|
|
"SelectChangeWantToMake": "Select the type of change you want to make",
|
|
|
|
|
"profile": {
|
|
|
|
|
"reset_password": {"label": "Reset Password", "username": "Username", "password": "password"},
|
|
|
|
|
"reset_password": {
|
|
|
|
|
"label": "Reset Password",
|
|
|
|
|
"username": "Username",
|
|
|
|
|
"password": "password"
|
|
|
|
|
},
|
|
|
|
|
"profileCompletionPer": "Profile Completion",
|
|
|
|
|
"completeProfile": "Complete Profile",
|
|
|
|
|
"personalInformation": "Personal Information",
|
|
|
|
|
@ -983,7 +995,10 @@ class CodegenLoader extends AssetLoader {
|
|
|
|
|
"gender": {
|
|
|
|
|
"male": "Hi man ;) ",
|
|
|
|
|
"female": "Hello girl :)",
|
|
|
|
|
"with_arg": {"male": "Hi man ;) {}", "female": "Hello girl :) {}"}
|
|
|
|
|
"with_arg": {
|
|
|
|
|
"male": "Hi man ;) {}",
|
|
|
|
|
"female": "Hello girl :) {}"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"reset_locale": "Reset Language",
|
|
|
|
|
"chat": "Chat",
|
|
|
|
|
@ -999,7 +1014,7 @@ class CodegenLoader extends AssetLoader {
|
|
|
|
|
"minutes": "Minutes",
|
|
|
|
|
"seconds": "Seconds",
|
|
|
|
|
"note": "Note:",
|
|
|
|
|
"demoMarathonNoteP1": "You can play the demo_questions_marathon.json Marathon to learn how it works. You can join the Marathon",
|
|
|
|
|
"demoMarathonNoteP1": "You can play the demo Marathon to learn how it works. You can join the Marathon",
|
|
|
|
|
"demoMarathonNoteP2": "5 Minutes",
|
|
|
|
|
"demoMarathonNoteP3": "before the actual time.",
|
|
|
|
|
"sponsoredBy": "Sponsored By:",
|
|
|
|
|
@ -1046,8 +1061,8 @@ class CodegenLoader extends AssetLoader {
|
|
|
|
|
"noUpcoming": "There is no upcoming",
|
|
|
|
|
"fakeLocation": "We traced out that you try to use a fake location! This is considered a violation, and HR has been notified.",
|
|
|
|
|
"noWinner": "Sad! No one won today.",
|
|
|
|
|
"myTeam": "My Team",
|
|
|
|
|
"youCanPlayDemo": "But you can play demo"
|
|
|
|
|
|
|
|
|
|
};
|
|
|
|
|
static const Map<String, Map<String,dynamic>> mapLocales = {"ar_SA": ar_SA, "en_US": en_US};
|
|
|
|
|
}
|
|
|
|
|
|