|
@@ -20,11 +20,20 @@ typedef String MessageIfAbsent(String messageStr, List<dynamic> args);
|
|
class MessageLookup extends MessageLookupByLibrary {
|
|
class MessageLookup extends MessageLookupByLibrary {
|
|
String get localeName => 'en';
|
|
String get localeName => 'en';
|
|
|
|
|
|
- static String m0(name) => "Welcome ${name}";
|
|
|
|
|
|
+ static String m0(count) => "Followers(${count})";
|
|
|
|
+
|
|
|
|
+ static String m1(count) => "Following(${count})";
|
|
|
|
+
|
|
|
|
+ static String m2(name) => "Welcome ${name}";
|
|
|
|
|
|
final messages = _notInlinedMessages(_notInlinedMessages);
|
|
final messages = _notInlinedMessages(_notInlinedMessages);
|
|
static Map<String, Function> _notInlinedMessages(_) => <String, Function>{
|
|
static Map<String, Function> _notInlinedMessages(_) => <String, Function>{
|
|
|
|
+ "account_deactivate_alert": MessageLookupByLibrary.simpleMessage(
|
|
|
|
+ "Are you sure you want to deactivate your account? You will not be able to login into the app once you proceed with the request."),
|
|
|
|
+ "account_deactivation":
|
|
|
|
+ MessageLookupByLibrary.simpleMessage("Account Deactivation"),
|
|
"agree_to": MessageLookupByLibrary.simpleMessage("Agree to"),
|
|
"agree_to": MessageLookupByLibrary.simpleMessage("Agree to"),
|
|
|
|
+ "alert": MessageLookupByLibrary.simpleMessage("Alert"),
|
|
"block": MessageLookupByLibrary.simpleMessage("Block"),
|
|
"block": MessageLookupByLibrary.simpleMessage("Block"),
|
|
"block_desc": MessageLookupByLibrary.simpleMessage(
|
|
"block_desc": MessageLookupByLibrary.simpleMessage(
|
|
"Block refers to the street number of the unit\'s official mailing address"),
|
|
"Block refers to the street number of the unit\'s official mailing address"),
|
|
@@ -32,6 +41,12 @@ class MessageLookup extends MessageLookupByLibrary {
|
|
"123 Example Road #08-08 Country 123456"),
|
|
"123 Example Road #08-08 Country 123456"),
|
|
"block_example_desc": MessageLookupByLibrary.simpleMessage(
|
|
"block_example_desc": MessageLookupByLibrary.simpleMessage(
|
|
"123 is the block number #08-08 is the unit number"),
|
|
"123 is the block number #08-08 is the unit number"),
|
|
|
|
+ "cancel": MessageLookupByLibrary.simpleMessage("Cancel"),
|
|
|
|
+ "change_mobile_phone":
|
|
|
|
+ MessageLookupByLibrary.simpleMessage("Change Mobile Phone"),
|
|
|
|
+ "confirm": MessageLookupByLibrary.simpleMessage("Confirm"),
|
|
|
|
+ "confirm_new_password":
|
|
|
|
+ MessageLookupByLibrary.simpleMessage("Confirm New Password"),
|
|
"confirm_password":
|
|
"confirm_password":
|
|
MessageLookupByLibrary.simpleMessage("Confirm Password"),
|
|
MessageLookupByLibrary.simpleMessage("Confirm Password"),
|
|
"create_new_yy_home_account":
|
|
"create_new_yy_home_account":
|
|
@@ -39,12 +54,17 @@ class MessageLookup extends MessageLookupByLibrary {
|
|
"did_not_receive":
|
|
"did_not_receive":
|
|
MessageLookupByLibrary.simpleMessage("Did Not Receive?"),
|
|
MessageLookupByLibrary.simpleMessage("Did Not Receive?"),
|
|
"email": MessageLookupByLibrary.simpleMessage("Email"),
|
|
"email": MessageLookupByLibrary.simpleMessage("Email"),
|
|
|
|
+ "enable_notification":
|
|
|
|
+ MessageLookupByLibrary.simpleMessage("Enable Notification"),
|
|
|
|
+ "estate": MessageLookupByLibrary.simpleMessage("Estate"),
|
|
"estate_name_desc": MessageLookupByLibrary.simpleMessage(
|
|
"estate_name_desc": MessageLookupByLibrary.simpleMessage(
|
|
"Tell us the name of the estateor building you are applying to"),
|
|
"Tell us the name of the estateor building you are applying to"),
|
|
"estate_or_building_name":
|
|
"estate_or_building_name":
|
|
MessageLookupByLibrary.simpleMessage("Estate or Building Name?"),
|
|
MessageLookupByLibrary.simpleMessage("Estate or Building Name?"),
|
|
"facility": MessageLookupByLibrary.simpleMessage("Facility"),
|
|
"facility": MessageLookupByLibrary.simpleMessage("Facility"),
|
|
"first_name": MessageLookupByLibrary.simpleMessage("First Name"),
|
|
"first_name": MessageLookupByLibrary.simpleMessage("First Name"),
|
|
|
|
+ "followers": m0,
|
|
|
|
+ "following": m1,
|
|
"forgot_password":
|
|
"forgot_password":
|
|
MessageLookupByLibrary.simpleMessage("Forgot Password?"),
|
|
MessageLookupByLibrary.simpleMessage("Forgot Password?"),
|
|
"forgot_text": MessageLookupByLibrary.simpleMessage(
|
|
"forgot_text": MessageLookupByLibrary.simpleMessage(
|
|
@@ -53,12 +73,23 @@ class MessageLookup extends MessageLookupByLibrary {
|
|
"get_code": MessageLookupByLibrary.simpleMessage("Get Code"),
|
|
"get_code": MessageLookupByLibrary.simpleMessage("Get Code"),
|
|
"get_started":
|
|
"get_started":
|
|
MessageLookupByLibrary.simpleMessage("let\'s get started"),
|
|
MessageLookupByLibrary.simpleMessage("let\'s get started"),
|
|
|
|
+ "household": MessageLookupByLibrary.simpleMessage("Household"),
|
|
"last_name": MessageLookupByLibrary.simpleMessage("Last Name"),
|
|
"last_name": MessageLookupByLibrary.simpleMessage("Last Name"),
|
|
"login": MessageLookupByLibrary.simpleMessage("Log In"),
|
|
"login": MessageLookupByLibrary.simpleMessage("Log In"),
|
|
|
|
+ "logout": MessageLookupByLibrary.simpleMessage("Logout"),
|
|
|
|
+ "logout_alert": MessageLookupByLibrary.simpleMessage(
|
|
|
|
+ "Are you sure you want to logout?"),
|
|
"mobile_phone": MessageLookupByLibrary.simpleMessage("Mobile Phone"),
|
|
"mobile_phone": MessageLookupByLibrary.simpleMessage("Mobile Phone"),
|
|
|
|
+ "my_post": MessageLookupByLibrary.simpleMessage("My Posts"),
|
|
|
|
+ "new_mobile_phone":
|
|
|
|
+ MessageLookupByLibrary.simpleMessage("New Mobile Phone"),
|
|
|
|
+ "new_password": MessageLookupByLibrary.simpleMessage("New Password"),
|
|
"next": MessageLookupByLibrary.simpleMessage("Next"),
|
|
"next": MessageLookupByLibrary.simpleMessage("Next"),
|
|
|
|
+ "no": MessageLookupByLibrary.simpleMessage("No"),
|
|
"notice_board": MessageLookupByLibrary.simpleMessage("Notice Board"),
|
|
"notice_board": MessageLookupByLibrary.simpleMessage("Notice Board"),
|
|
"notification": MessageLookupByLibrary.simpleMessage("Notification"),
|
|
"notification": MessageLookupByLibrary.simpleMessage("Notification"),
|
|
|
|
+ "old_mobile_phone":
|
|
|
|
+ MessageLookupByLibrary.simpleMessage("Old Mobile Phone"),
|
|
"other": MessageLookupByLibrary.simpleMessage("Other"),
|
|
"other": MessageLookupByLibrary.simpleMessage("Other"),
|
|
"owner": MessageLookupByLibrary.simpleMessage("Owner"),
|
|
"owner": MessageLookupByLibrary.simpleMessage("Owner"),
|
|
"owner_or_tenant":
|
|
"owner_or_tenant":
|
|
@@ -78,10 +109,14 @@ class MessageLookup extends MessageLookupByLibrary {
|
|
MessageLookupByLibrary.simpleMessage("8 Digits Alphanumeric"),
|
|
MessageLookupByLibrary.simpleMessage("8 Digits Alphanumeric"),
|
|
"payment": MessageLookupByLibrary.simpleMessage("Payment"),
|
|
"payment": MessageLookupByLibrary.simpleMessage("Payment"),
|
|
"phone_email": MessageLookupByLibrary.simpleMessage("Phone/Email"),
|
|
"phone_email": MessageLookupByLibrary.simpleMessage("Phone/Email"),
|
|
|
|
+ "privacy_policy":
|
|
|
|
+ MessageLookupByLibrary.simpleMessage("Privacy Policy"),
|
|
|
|
+ "rate_us": MessageLookupByLibrary.simpleMessage("Rate Us"),
|
|
"resend_code": MessageLookupByLibrary.simpleMessage("Resend Code"),
|
|
"resend_code": MessageLookupByLibrary.simpleMessage("Resend Code"),
|
|
"reset_password":
|
|
"reset_password":
|
|
MessageLookupByLibrary.simpleMessage("Reset Password"),
|
|
MessageLookupByLibrary.simpleMessage("Reset Password"),
|
|
"rewards": MessageLookupByLibrary.simpleMessage("Rewards"),
|
|
"rewards": MessageLookupByLibrary.simpleMessage("Rewards"),
|
|
|
|
+ "settings": MessageLookupByLibrary.simpleMessage("Settings"),
|
|
"sign_up_success_txt1": MessageLookupByLibrary.simpleMessage(
|
|
"sign_up_success_txt1": MessageLookupByLibrary.simpleMessage(
|
|
"You have successfully created an YY Home account"),
|
|
"You have successfully created an YY Home account"),
|
|
"sign_up_success_txt2": MessageLookupByLibrary.simpleMessage(
|
|
"sign_up_success_txt2": MessageLookupByLibrary.simpleMessage(
|
|
@@ -90,6 +125,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|
"Now, let\'s get you connected to your estate and community"),
|
|
"Now, let\'s get you connected to your estate and community"),
|
|
"sign_up_verify_txt": MessageLookupByLibrary.simpleMessage(
|
|
"sign_up_verify_txt": MessageLookupByLibrary.simpleMessage(
|
|
"We have sent you an SMS verification code Please enter it below"),
|
|
"We have sent you an SMS verification code Please enter it below"),
|
|
|
|
+ "submit": MessageLookupByLibrary.simpleMessage("Submit"),
|
|
"tenant": MessageLookupByLibrary.simpleMessage("Tenant"),
|
|
"tenant": MessageLookupByLibrary.simpleMessage("Tenant"),
|
|
"tenants_desc1": MessageLookupByLibrary.simpleMessage(
|
|
"tenants_desc1": MessageLookupByLibrary.simpleMessage(
|
|
"My name is in the lease agreement"),
|
|
"My name is in the lease agreement"),
|
|
@@ -99,6 +135,8 @@ class MessageLookup extends MessageLookupByLibrary {
|
|
"I am the tenant of the company that rented the unit"),
|
|
"I am the tenant of the company that rented the unit"),
|
|
"tenants_desc4": MessageLookupByLibrary.simpleMessage(
|
|
"tenants_desc4": MessageLookupByLibrary.simpleMessage(
|
|
"The Management will verify your application accordingly"),
|
|
"The Management will verify your application accordingly"),
|
|
|
|
+ "terms_conditions":
|
|
|
|
+ MessageLookupByLibrary.simpleMessage("Terms & Conditions"),
|
|
"terms_of_service":
|
|
"terms_of_service":
|
|
MessageLookupByLibrary.simpleMessage("Terms of Service"),
|
|
MessageLookupByLibrary.simpleMessage("Terms of Service"),
|
|
"tries_left": MessageLookupByLibrary.simpleMessage("Tries Left"),
|
|
"tries_left": MessageLookupByLibrary.simpleMessage("Tries Left"),
|
|
@@ -115,11 +153,13 @@ class MessageLookup extends MessageLookupByLibrary {
|
|
MessageLookupByLibrary.simpleMessage("Upload Documents"),
|
|
MessageLookupByLibrary.simpleMessage("Upload Documents"),
|
|
"verification_code":
|
|
"verification_code":
|
|
MessageLookupByLibrary.simpleMessage("Verification Code"),
|
|
MessageLookupByLibrary.simpleMessage("Verification Code"),
|
|
- "welcome_name": m0,
|
|
|
|
|
|
+ "version_no": MessageLookupByLibrary.simpleMessage("Version No."),
|
|
|
|
+ "welcome_name": m2,
|
|
"who_are_owners":
|
|
"who_are_owners":
|
|
MessageLookupByLibrary.simpleMessage("Who are owners?"),
|
|
MessageLookupByLibrary.simpleMessage("Who are owners?"),
|
|
"who_are_tenants":
|
|
"who_are_tenants":
|
|
MessageLookupByLibrary.simpleMessage("Who are tenants?"),
|
|
MessageLookupByLibrary.simpleMessage("Who are tenants?"),
|
|
|
|
+ "yes": MessageLookupByLibrary.simpleMessage("Yes"),
|
|
"you_have": MessageLookupByLibrary.simpleMessage("You have"),
|
|
"you_have": MessageLookupByLibrary.simpleMessage("You have"),
|
|
"yy_home_accounts":
|
|
"yy_home_accounts":
|
|
MessageLookupByLibrary.simpleMessage("YY Home Accounts")
|
|
MessageLookupByLibrary.simpleMessage("YY Home Accounts")
|