|
@@ -20,14 +20,29 @@ 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}";
|
|
|
|
+
|
|
final messages = _notInlinedMessages(_notInlinedMessages);
|
|
final messages = _notInlinedMessages(_notInlinedMessages);
|
|
static Map<String, Function> _notInlinedMessages(_) => <String, Function>{
|
|
static Map<String, Function> _notInlinedMessages(_) => <String, Function>{
|
|
"agree_to": MessageLookupByLibrary.simpleMessage("Agree to"),
|
|
"agree_to": MessageLookupByLibrary.simpleMessage("Agree to"),
|
|
|
|
+ "block": MessageLookupByLibrary.simpleMessage("Block"),
|
|
|
|
+ "block_desc": MessageLookupByLibrary.simpleMessage(
|
|
|
|
+ "Block refers to the street number of the unit\'s official mailing address"),
|
|
|
|
+ "block_example": MessageLookupByLibrary.simpleMessage(
|
|
|
|
+ "123 Example Road #08-08 Country 123456"),
|
|
|
|
+ "block_example_desc": MessageLookupByLibrary.simpleMessage(
|
|
|
|
+ "123 is the block number #08-08 is the unit number"),
|
|
"confirm_password":
|
|
"confirm_password":
|
|
MessageLookupByLibrary.simpleMessage("Confirm Password"),
|
|
MessageLookupByLibrary.simpleMessage("Confirm Password"),
|
|
"create_new_yy_home_account":
|
|
"create_new_yy_home_account":
|
|
MessageLookupByLibrary.simpleMessage("Create New YY Home Account"),
|
|
MessageLookupByLibrary.simpleMessage("Create New YY Home Account"),
|
|
|
|
+ "did_not_receive":
|
|
|
|
+ MessageLookupByLibrary.simpleMessage("Did Not Receive?"),
|
|
"email": MessageLookupByLibrary.simpleMessage("Email"),
|
|
"email": MessageLookupByLibrary.simpleMessage("Email"),
|
|
|
|
+ "estate_name_desc": MessageLookupByLibrary.simpleMessage(
|
|
|
|
+ "Tell us the name of the estateor building you are applying to"),
|
|
|
|
+ "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"),
|
|
"forgot_password":
|
|
"forgot_password":
|
|
@@ -36,6 +51,8 @@ class MessageLookup extends MessageLookupByLibrary {
|
|
"Enter your email and mobile phone number"),
|
|
"Enter your email and mobile phone number"),
|
|
"form": MessageLookupByLibrary.simpleMessage("Form"),
|
|
"form": MessageLookupByLibrary.simpleMessage("Form"),
|
|
"get_code": MessageLookupByLibrary.simpleMessage("Get Code"),
|
|
"get_code": MessageLookupByLibrary.simpleMessage("Get Code"),
|
|
|
|
+ "get_started":
|
|
|
|
+ MessageLookupByLibrary.simpleMessage("let\'s get started"),
|
|
"last_name": MessageLookupByLibrary.simpleMessage("Last Name"),
|
|
"last_name": MessageLookupByLibrary.simpleMessage("Last Name"),
|
|
"login": MessageLookupByLibrary.simpleMessage("Log In"),
|
|
"login": MessageLookupByLibrary.simpleMessage("Log In"),
|
|
"mobile_phone": MessageLookupByLibrary.simpleMessage("Mobile Phone"),
|
|
"mobile_phone": MessageLookupByLibrary.simpleMessage("Mobile Phone"),
|
|
@@ -43,17 +60,68 @@ class MessageLookup extends MessageLookupByLibrary {
|
|
"notice_board": MessageLookupByLibrary.simpleMessage("Notice Board"),
|
|
"notice_board": MessageLookupByLibrary.simpleMessage("Notice Board"),
|
|
"notification": MessageLookupByLibrary.simpleMessage("Notification"),
|
|
"notification": MessageLookupByLibrary.simpleMessage("Notification"),
|
|
"other": MessageLookupByLibrary.simpleMessage("Other"),
|
|
"other": MessageLookupByLibrary.simpleMessage("Other"),
|
|
|
|
+ "owner": MessageLookupByLibrary.simpleMessage("Owner"),
|
|
|
|
+ "owner_or_tenant":
|
|
|
|
+ MessageLookupByLibrary.simpleMessage("Are you an owner or tenant?"),
|
|
|
|
+ "owners_desc1": MessageLookupByLibrary.simpleMessage(
|
|
|
|
+ "My name is in the strata title"),
|
|
|
|
+ "owners_desc2": MessageLookupByLibrary.simpleMessage(
|
|
|
|
+ "My name is in the strata title and l have rented out my unit"),
|
|
|
|
+ "owners_desc3": MessageLookupByLibrary.simpleMessage(
|
|
|
|
+ "I live in the same household as the named owner"),
|
|
|
|
+ "owners_desc4": MessageLookupByLibrary.simpleMessage(
|
|
|
|
+ "I am the shareholder of the company that owns the unit"),
|
|
|
|
+ "owners_desc5": MessageLookupByLibrary.simpleMessage(
|
|
|
|
+ "The Management will verify your application accordingly"),
|
|
"password": MessageLookupByLibrary.simpleMessage("Password"),
|
|
"password": MessageLookupByLibrary.simpleMessage("Password"),
|
|
"password_format":
|
|
"password_format":
|
|
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"),
|
|
|
|
+ "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"),
|
|
|
|
+ "sign_up_success_txt1": MessageLookupByLibrary.simpleMessage(
|
|
|
|
+ "You have successfully created an YY Home account"),
|
|
|
|
+ "sign_up_success_txt2": MessageLookupByLibrary.simpleMessage(
|
|
|
|
+ "Your username is your email address and please keep your password safe"),
|
|
|
|
+ "sign_up_success_txt3": MessageLookupByLibrary.simpleMessage(
|
|
|
|
+ "Now, let\'s get you connected to your estate and community"),
|
|
|
|
+ "sign_up_verify_txt": MessageLookupByLibrary.simpleMessage(
|
|
|
|
+ "We have sent you an SMS verification code Please enter it below"),
|
|
|
|
+ "tenant": MessageLookupByLibrary.simpleMessage("Tenant"),
|
|
|
|
+ "tenants_desc1": MessageLookupByLibrary.simpleMessage(
|
|
|
|
+ "My name is in the lease agreement"),
|
|
|
|
+ "tenants_desc2": MessageLookupByLibrary.simpleMessage(
|
|
|
|
+ "I live in the same household as the named tenant"),
|
|
|
|
+ "tenants_desc3": MessageLookupByLibrary.simpleMessage(
|
|
|
|
+ "I am the tenant of the company that rented the unit"),
|
|
|
|
+ "tenants_desc4": MessageLookupByLibrary.simpleMessage(
|
|
|
|
+ "The Management will verify your application accordingly"),
|
|
"terms_of_service":
|
|
"terms_of_service":
|
|
MessageLookupByLibrary.simpleMessage("Terms of Service"),
|
|
MessageLookupByLibrary.simpleMessage("Terms of Service"),
|
|
|
|
+ "tries_left": MessageLookupByLibrary.simpleMessage("Tries Left"),
|
|
|
|
+ "type_here": MessageLookupByLibrary.simpleMessage("Type Here"),
|
|
|
|
+ "unit_number": MessageLookupByLibrary.simpleMessage("Unit Number"),
|
|
|
|
+ "upload": MessageLookupByLibrary.simpleMessage("Upload"),
|
|
|
|
+ "upload_doc_desc": MessageLookupByLibrary.simpleMessage(
|
|
|
|
+ "The Management requires that you upload the following documents to verify your tenancy. You may redact sensitive financia information"),
|
|
|
|
+ "upload_doc_desc1": MessageLookupByLibrary.simpleMessage(
|
|
|
|
+ "(1)A valid tenancy agreement showing your name,unit numper,tenancy expiration date and a list of occupants (if applicable)"),
|
|
|
|
+ "upload_doc_desc2": MessageLookupByLibrary.simpleMessage(
|
|
|
|
+ "(2)Tenancy Agreement Stamp Duty receipt"),
|
|
|
|
+ "upload_documents":
|
|
|
|
+ MessageLookupByLibrary.simpleMessage("Upload Documents"),
|
|
"verification_code":
|
|
"verification_code":
|
|
- MessageLookupByLibrary.simpleMessage("Verification Code")
|
|
|
|
|
|
+ MessageLookupByLibrary.simpleMessage("Verification Code"),
|
|
|
|
+ "welcome_name": m0,
|
|
|
|
+ "who_are_owners":
|
|
|
|
+ MessageLookupByLibrary.simpleMessage("Who are owners?"),
|
|
|
|
+ "who_are_tenants":
|
|
|
|
+ MessageLookupByLibrary.simpleMessage("Who are tenants?"),
|
|
|
|
+ "you_have": MessageLookupByLibrary.simpleMessage("You have"),
|
|
|
|
+ "yy_home_accounts":
|
|
|
|
+ MessageLookupByLibrary.simpleMessage("YY Home Accounts")
|
|
};
|
|
};
|
|
}
|
|
}
|