fix issues and translation
parent
e8d9334918
commit
8058231f43
@ -0,0 +1,35 @@
|
|||||||
|
|
||||||
|
class PostParamsModel {
|
||||||
|
double? versionID;
|
||||||
|
int? channel;
|
||||||
|
int? languageID;
|
||||||
|
String? mobileType;
|
||||||
|
String? logInTokenID;
|
||||||
|
String? tokenID;
|
||||||
|
|
||||||
|
PostParamsModel({this.versionID, this.channel, this.languageID, this.mobileType, this.logInTokenID, this.tokenID});
|
||||||
|
|
||||||
|
PostParamsModel.fromJson(Map<String, dynamic> json) {
|
||||||
|
versionID = json['VersionID'];
|
||||||
|
channel = json['Channel'];
|
||||||
|
languageID = json['LanguageID'];
|
||||||
|
mobileType = json['MobileType'];
|
||||||
|
logInTokenID = json['LogInTokenID'];
|
||||||
|
tokenID = json['TokenID'];
|
||||||
|
}
|
||||||
|
|
||||||
|
Map<String, dynamic> toJson() {
|
||||||
|
final Map<String, dynamic> data = new Map<String, dynamic>();
|
||||||
|
data['VersionID'] = this.versionID;
|
||||||
|
data['Channel'] = this.channel;
|
||||||
|
data['LanguageID'] = this.languageID;
|
||||||
|
data['MobileType'] = this.mobileType;
|
||||||
|
data['LogInTokenID'] = this.logInTokenID;
|
||||||
|
data['TokenID'] = this.tokenID;
|
||||||
|
return data;
|
||||||
|
}
|
||||||
|
|
||||||
|
set setLogInTokenID(String? token) => logInTokenID = token;
|
||||||
|
|
||||||
|
set setTokenID(String? token) => tokenID = token;
|
||||||
|
}
|
||||||
@ -0,0 +1,104 @@
|
|||||||
|
{
|
||||||
|
"firstTimeLogIn": "تسجيل الدخول لأول مره",
|
||||||
|
"signUp": "تسجيل دخول",
|
||||||
|
"changeMobile": "تغيير رقم الجوال",
|
||||||
|
"notifications": "الاشعارات",
|
||||||
|
"general": "عام",
|
||||||
|
"defineLicences": "تحديد الرخص",
|
||||||
|
"dealershipSettings": "اعدادات البيع",
|
||||||
|
"changePassword": "تغيير كلمة المرور",
|
||||||
|
"retrievePassword" : "استرجاع كلمة المرور",
|
||||||
|
"changeEmail": "تغيير الايميل",
|
||||||
|
"verify": "تحقق",
|
||||||
|
"signOut": "تسجيل خروج",
|
||||||
|
"enterEmail": "ادخل الايميل",
|
||||||
|
"enterNewEmail": "ادخل ايميل جديد",
|
||||||
|
"enterCurrentPassword": "كلمة المرور الحاليه",
|
||||||
|
"enterNewPassword": "كلمة المرور الجديده",
|
||||||
|
"enterOldPassword": "كلمة المرور القديمه",
|
||||||
|
"confirm": "تأكيد",
|
||||||
|
"enterNewPhoneNumber": "رقم جوال جديد",
|
||||||
|
"completeProfile": "الملف الشخصي",
|
||||||
|
"continu": "استمرار",
|
||||||
|
"confirmPassword": "تأكيد كلمة المرور",
|
||||||
|
"createPassword": "انشاء كلمة مرور جديده",
|
||||||
|
"email": "ايميل",
|
||||||
|
"firstName": "الأسم الأول *",
|
||||||
|
"surname": "اسم العائله *",
|
||||||
|
"confirmPass": "تأكيد كلمة المرور *",
|
||||||
|
"createPass": "انشاء كلمة مرور جديده *",
|
||||||
|
"newPassword": " كلمة مرور جديده",
|
||||||
|
"forgetPassword": "نسيت كلمة المرور",
|
||||||
|
"editAccount": "تعديل الحساب",
|
||||||
|
"change": "تغيير",
|
||||||
|
"verifyAccount": "التحقق من الحساب",
|
||||||
|
"login" : "تسجيل دخول",
|
||||||
|
"welcomeMessage" : "مرحبا",
|
||||||
|
"forgetPass": "نسيت كلمة المرور ؟",
|
||||||
|
"enterPhoneNumber": "رقم جوال ",
|
||||||
|
"phoneNumberVerified": "تم التحقق من الجوال",
|
||||||
|
"verifyNewPassword": "التحقق من كلمة المرور",
|
||||||
|
"EnterPass": "ادخل كلمة المرور",
|
||||||
|
"alreadySigned": " تم تسجيل الدخول",
|
||||||
|
"emailChangedSuccessfully": "تم تغيير الايميل بنجاح",
|
||||||
|
"passwordIsUpdated" : "تم تحجيث كلمة المرور",
|
||||||
|
"passwordShouldContains" : "كلمة المرور يجب ان تحتوي على رمز رقم حرف كبير حرف صغير",
|
||||||
|
" successfullyRegistered": "تم التسجيل بنجاح",
|
||||||
|
"pleaseEnterSamePassword" : "ادخل كلمة مرور مطابقه",
|
||||||
|
"firstNameMandatory" : "ادخل الأسم الأول ",
|
||||||
|
"surnameNameMandatory" : "ادخل اسم العائله",
|
||||||
|
"passwordNameMandatory" : "ادخل كلمة المرور",
|
||||||
|
"enterValidEmail" : "ادخل ايميل صحيح",
|
||||||
|
"pleaseAcceptTerms" : "يجب الموافقه على الشروط",
|
||||||
|
"emailVerified" : "تم التحقق من الايميل بنجاح",
|
||||||
|
"selectMethod" : "اختر",
|
||||||
|
"emailAddress" : "ايميل",
|
||||||
|
"loginSelection" : "اختر",
|
||||||
|
"selectCountryCode" : "اختر رمز الدوله",
|
||||||
|
"selectProviderRole" : "اختر نوع الخدمه",
|
||||||
|
"addPhoneNo" : "اضف الهاتف",
|
||||||
|
"onlyCustomerApp": "نأسف هذا التطبيق فقط للعملاء",
|
||||||
|
"imageUploaded" : "تم تحميل الصوره",
|
||||||
|
"fileLarger" : "1KB حجم الملف اكبر من",
|
||||||
|
"account" : "الحساب",
|
||||||
|
"edit" : "تعديل",
|
||||||
|
"imageDeleted" : "تم حذف الصوره",
|
||||||
|
"dashboard" : "الصفحه الرئيسيه",
|
||||||
|
"termsOfService":"من خلال إنشاء حساب فإنك توافق على شروط الخدمة و\n سياسة الخصوصية",
|
||||||
|
"title": "Hello",
|
||||||
|
"msg": "Hello {} in the {} world ",
|
||||||
|
"msg_named": "{} are written in the {lang} language",
|
||||||
|
"clickMe": "Click me",
|
||||||
|
"profile": {
|
||||||
|
"reset_password": {
|
||||||
|
"label": "Reset Password",
|
||||||
|
"username": "Username",
|
||||||
|
"password": "password"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"clicked": {
|
||||||
|
"zero": "You clicked {} times!",
|
||||||
|
"one": "You clicked {} time!",
|
||||||
|
"two": "You clicked {} times!",
|
||||||
|
"few": "You clicked {} times!",
|
||||||
|
"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 : {} "
|
||||||
|
},
|
||||||
|
"gender": {
|
||||||
|
"male": "Hi man ;) ",
|
||||||
|
"female": "Hello girl :)",
|
||||||
|
"with_arg": {
|
||||||
|
"male": "Hi man ;) {}",
|
||||||
|
"female": "Hello girl :) {}"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"reset_locale": "Reset Language"
|
||||||
|
}
|
||||||
@ -1,38 +0,0 @@
|
|||||||
{
|
|
||||||
"title": "Hello",
|
|
||||||
"msg": "Hello {} in the {} world ",
|
|
||||||
"msg_named": "{} are written in the {lang} language",
|
|
||||||
"clickMe": "Click me",
|
|
||||||
"profile": {
|
|
||||||
"reset_password": {
|
|
||||||
"label": "Reset Password",
|
|
||||||
"username": "Username",
|
|
||||||
"password": "password"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"clicked": {
|
|
||||||
"zero": "You clicked {} times!",
|
|
||||||
"one": "You clicked {} time!",
|
|
||||||
"two": "You clicked {} times!",
|
|
||||||
"few": "You clicked {} times!",
|
|
||||||
"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 : {} "
|
|
||||||
},
|
|
||||||
"gender": {
|
|
||||||
"male": "Hi man ;) ",
|
|
||||||
"female": "Hello girl :)",
|
|
||||||
"with_arg": {
|
|
||||||
"male": "Hi man ;) {}",
|
|
||||||
"female": "Hello girl :) {}"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"reset_locale": "Reset Language"
|
|
||||||
}
|
|
||||||
Loading…
Reference in New Issue