aamir_dev
Faiz Hashmi 1 year ago
parent 054944e28a
commit f8514aaf7b

@ -6,7 +6,7 @@ import 'dart:ui';
import 'package:easy_localization/easy_localization.dart' show AssetLoader; import 'package:easy_localization/easy_localization.dart' show AssetLoader;
class CodegenLoader extends AssetLoader{ class CodegenLoader extends AssetLoader {
const CodegenLoader(); const CodegenLoader();
@override @override
@ -14,7 +14,7 @@ class CodegenLoader extends AssetLoader{
return Future.value(mapLocales[locale.toString()]); return Future.value(mapLocales[locale.toString()]);
} }
static const Map<String,dynamic> ar_SA = { static const Map<String, dynamic> ar_SA = {
"firstTimeLogIn": "تسجيل الدخول لأول مره", "firstTimeLogIn": "تسجيل الدخول لأول مره",
"signUp": "التسجيل", "signUp": "التسجيل",
"changeMobile": "تغيير رقم الجوال", "changeMobile": "تغيير رقم الجوال",
@ -98,11 +98,7 @@ class CodegenLoader extends AssetLoader{
"msg_named": "{} are written in the {lang} language", "msg_named": "{} are written in the {lang} language",
"clickMe": "انقر فوق لي", "clickMe": "انقر فوق لي",
"profile": { "profile": {
"reset_password": { "reset_password": {"label": "إعادة تعيين كلمة المرور", "username": "اسم المستخدم", "password": "كلمة المرور"}
"label": "إعادة تعيين كلمة المرور",
"username": "اسم المستخدم",
"password": "كلمة المرور"
}
}, },
"clicked": { "clicked": {
"zero": "You clicked {} times!", "zero": "You clicked {} times!",
@ -112,21 +108,11 @@ class CodegenLoader extends AssetLoader{
"many": "You clicked {} times!", "many": "You clicked {} times!",
"other": "You clicked {} times!" "other": "You clicked {} times!"
}, },
"amount": { "amount": {"zero": "Your amount : {} ", "one": "Your amount : {} ", "two": "Your amount : {} ", "few": "Your amount : {} ", "many": "Your amount : {} ", "other": "Your amount : {} "},
"zero": "Your amount : {} ",
"one": "Your amount : {} ",
"two": "Your amount : {} ",
"few": "Your amount : {} ",
"many": "Your amount : {} ",
"other": "Your amount : {} "
},
"gender": { "gender": {
"male": "Hi man ;) ", "male": "Hi man ;) ",
"female": "Hello girl :)", "female": "Hello girl :)",
"with_arg": { "with_arg": {"male": "Hi man ;) {}", "female": "Hello girl :) {}"}
"male": "Hi man ;) {}",
"female": "Hello girl :) {}"
}
}, },
"reset_locale": "إعادة ضبط اللغة", "reset_locale": "إعادة ضبط اللغة",
"welcomeDes": "أنت مكان واحد لكل ما تحتاجه سيارتك", "welcomeDes": "أنت مكان واحد لكل ما تحتاجه سيارتك",
@ -789,7 +775,8 @@ class CodegenLoader extends AssetLoader{
"selectBranchToCopyServices": "حدد الفرع لنسخ العناصر الخاصة بهم إلى هذا الفرع. يمكنك تعديل الاختيار في أي وقت.", "selectBranchToCopyServices": "حدد الفرع لنسخ العناصر الخاصة بهم إلى هذا الفرع. يمكنك تعديل الاختيار في أي وقت.",
"tapToSeeItems": "اضغط لرؤية العناصر", "tapToSeeItems": "اضغط لرؤية العناصر",
"tapToSelect": "اضغط للاختيار", "tapToSelect": "اضغط للاختيار",
"noteCopyItemsExplanation": "ملاحظة: ستتمكن من نسخ العناصر من خدمة إلى أخرى في الفئة المحددة. يجب عليك إنشاء الخدمات أولاً ويجب أن تكون معتمدة. ثم ستتمكن من الحصول على الخدمات المتاحة التي يمكنك نسخ جميع العناصر منها أو تحديد العناصر التي تريد نسخها.", "noteCopyItemsExplanation":
"ملاحظة: ستتمكن من نسخ العناصر من خدمة إلى أخرى في الفئة المحددة. يجب عليك إنشاء الخدمات أولاً ويجب أن تكون معتمدة. ثم ستتمكن من الحصول على الخدمات المتاحة التي يمكنك نسخ جميع العناصر منها أو تحديد العناصر التي تريد نسخها.",
"requestCreatedOn": "تم إنشاء الطلب في", "requestCreatedOn": "تم إنشاء الطلب في",
"online": "عبر الإنترنت", "online": "عبر الإنترنت",
"deliveryStatus": "حالة توصيلك / الشحن هي:", "deliveryStatus": "حالة توصيلك / الشحن هي:",
@ -806,13 +793,12 @@ class CodegenLoader extends AssetLoader{
"noSpecialServicesAvailable": "لا توجد خدمات خاصة متاحة للمنطقة المحددة.", "noSpecialServicesAvailable": "لا توجد خدمات خاصة متاحة للمنطقة المحددة.",
"customService": "الخدمة المخصصة", "customService": "الخدمة المخصصة",
"selectServiceDetails": "اختر تفاصيل الخدمة", "selectServiceDetails": "اختر تفاصيل الخدمة",
"addServiceDetails": "أضف تفاصيل الخدمة" "addServiceDetails": "أضف تفاصيل الخدمة",
"companyNameMandatory": "اسم الشركة إلزامي",
"connectionProblem": "مشكلة في الاتصال", "connectionProblem": "مشكلة في الاتصال",
"pleaseCheckConnection": "يرجى التحقق من اتصالك بالإنترنت والمحاولة مرة أخرى", "pleaseCheckConnection": "يرجى التحقق من اتصالك بالإنترنت والمحاولة مرة أخرى",
"ok": "نعم" "ok": "نعم"
}; };
static const Map<String,dynamic> en_US = { static const Map<String, dynamic> en_US = {
"firstTimeLogIn": "First Time Log In", "firstTimeLogIn": "First Time Log In",
"signUp": "Sign Up", "signUp": "Sign Up",
"changeMobile": "Change Mobile", "changeMobile": "Change Mobile",
@ -896,11 +882,7 @@ static const Map<String,dynamic> en_US = {
"msg_named": "{} are written in the {lang} language", "msg_named": "{} are written in the {lang} language",
"clickMe": "Click me", "clickMe": "Click me",
"profile": { "profile": {
"reset_password": { "reset_password": {"label": "Reset Password", "username": "Username", "password": "password"}
"label": "Reset Password",
"username": "Username",
"password": "password"
}
}, },
"clicked": { "clicked": {
"zero": "You clicked {} times!", "zero": "You clicked {} times!",
@ -910,21 +892,11 @@ static const Map<String,dynamic> en_US = {
"many": "You clicked {} times!", "many": "You clicked {} times!",
"other": "You clicked {} times!" "other": "You clicked {} times!"
}, },
"amount": { "amount": {"zero": "Your amount : {} ", "one": "Your amount : {} ", "two": "Your amount : {} ", "few": "Your amount : {} ", "many": "Your amount : {} ", "other": "Your amount : {} "},
"zero": "Your amount : {} ",
"one": "Your amount : {} ",
"two": "Your amount : {} ",
"few": "Your amount : {} ",
"many": "Your amount : {} ",
"other": "Your amount : {} "
},
"gender": { "gender": {
"male": "Hi man ;) ", "male": "Hi man ;) ",
"female": "Hello girl :)", "female": "Hello girl :)",
"with_arg": { "with_arg": {"male": "Hi man ;) {}", "female": "Hello girl :) {}"}
"male": "Hi man ;) {}",
"female": "Hello girl :) {}"
}
}, },
"reset_locale": "Reset Language", "reset_locale": "Reset Language",
"welcomeDes": "You one stop place all your car needs", "welcomeDes": "You one stop place all your car needs",
@ -1570,7 +1542,8 @@ static const Map<String,dynamic> en_US = {
"selectBranchToCopyServices": "Select the branch to copy their items to this branch. You can modify the selection at any time.", "selectBranchToCopyServices": "Select the branch to copy their items to this branch. You can modify the selection at any time.",
"tapToSelect": "Tap to select", "tapToSelect": "Tap to select",
"tapToSeeItems": "Tap to see items", "tapToSeeItems": "Tap to see items",
"noteCopyItemsExplanation": "Note: You will be able to copy items from one service to another in a selected category. You must create the services first and they should be approved. Then you will be able to get the available services from which you can copy all or selected items.", "noteCopyItemsExplanation":
"Note: You will be able to copy items from one service to another in a selected category. You must create the services first and they should be approved. Then you will be able to get the available services from which you can copy all or selected items.",
"requestCreatedOn": "Request created on", "requestCreatedOn": "Request created on",
"online": "Online", "online": "Online",
"searchByCreatedDate": "Search By Created Date", "searchByCreatedDate": "Search By Created Date",
@ -1600,13 +1573,12 @@ static const Map<String,dynamic> en_US = {
"companyNameMandatory": "Company Name is mandatory", "companyNameMandatory": "Company Name is mandatory",
"connectionProblem": "Connection Problem", "connectionProblem": "Connection Problem",
"pleaseCheckConnection": "Please check your internet connection and try again.", "pleaseCheckConnection": "Please check your internet connection and try again.",
"ok": "Ok" "ok": "Ok",
"companyNameMandatory": "Company Name is mandatory",
"noOfInvites": "No of invites", "noOfInvites": "No of invites",
"noSpecialServicesAvailable": "There are no special services available for the selected region.", "noSpecialServicesAvailable": "There are no special services available for the selected region.",
"customService": "Custom Service", "customService": "Custom Service",
"selectServiceDetails": "Select service details", "selectServiceDetails": "Select service details",
"addServiceDetails": "Add service details" "addServiceDetails": "Add service details"
}; };
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};
} }

Loading…
Cancel
Save