master_new_changes
Faiz Hashmi 2 years ago
parent a6d75fdcc3
commit 5e8a8412d3

@ -98,11 +98,7 @@ class CodegenLoader extends AssetLoader{
"msg_named": "{} are written in the {lang} language",
"clickMe": "انقر فوق لي",
"profile": {
"reset_password": {
"label": "إعادة تعيين كلمة المرور",
"username": "اسم المستخدم",
"password": "كلمة المرور"
}
"reset_password": {"label": "إعادة تعيين كلمة المرور", "username": "اسم المستخدم", "password": "كلمة المرور"}
},
"clicked": {
"zero": "You clicked {} times!",
@ -112,21 +108,11 @@ class CodegenLoader extends AssetLoader{
"many": "You clicked {} times!",
"other": "You clicked {} times!"
},
"amount": {
"zero": "Your amount : {} ",
"one": "Your amount : {} ",
"two": "Your amount : {} ",
"few": "Your amount : {} ",
"many": "Your amount : {} ",
"other": "Your amount : {} "
},
"amount": {"zero": "Your amount : {} ", "one": "Your amount : {} ", "two": "Your amount : {} ", "few": "Your amount : {} ", "many": "Your amount : {} ", "other": "Your amount : {} "},
"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": "إعادة ضبط اللغة",
"welcomeDes": "أنت مكان واحد لكل ما تحتاجه سيارتك",
@ -583,7 +569,7 @@ class CodegenLoader extends AssetLoader{
"logOut": "تسجيل الخروج",
"customer": "العميل",
"accept": "قبول",
"requestAlreadyInProgress": "هذا الطلب قيد التقدم بالفعل."
"requestAlreadyInProgress": "هذا الطلب قيد التقدم بالفعل.",
"amountVAR": "كمية"
};
static const Map<String, dynamic> en_US = {
@ -670,11 +656,7 @@ static const Map<String,dynamic> en_US = {
"msg_named": "{} are written in the {lang} language",
"clickMe": "Click me",
"profile": {
"reset_password": {
"label": "Reset Password",
"username": "Username",
"password": "password"
}
"reset_password": {"label": "Reset Password", "username": "Username", "password": "password"}
},
"clicked": {
"zero": "You clicked {} times!",
@ -684,21 +666,11 @@ static const Map<String,dynamic> en_US = {
"many": "You clicked {} times!",
"other": "You clicked {} times!"
},
"amount": {
"zero": "Your amount : {} ",
"one": "Your amount : {} ",
"two": "Your amount : {} ",
"few": "Your amount : {} ",
"many": "Your amount : {} ",
"other": "Your amount : {} "
},
"amount": {"zero": "Your amount : {} ", "one": "Your amount : {} ", "two": "Your amount : {} ", "few": "Your amount : {} ", "many": "Your amount : {} ", "other": "Your amount : {} "},
"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",
"welcomeDes": "You one stop place all your car needs",
@ -1156,7 +1128,7 @@ static const Map<String,dynamic> en_US = {
"logOut": "Log Out",
"customer": "Customer",
"accept": "Accept",
"amountVAR": "Amount"
"amountVAR": "Amount",
"requestAlreadyInProgress": "This request is already in progress."
};
static const Map<String, Map<String, dynamic>> mapLocales = {"ar_SA": ar_SA, "en_US": en_US};

Loading…
Cancel
Save