1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141 |
- // GENERATED CODE - DO NOT MODIFY BY HAND
- import 'package:flutter/material.dart';
- import 'package:intl/intl.dart';
- import 'intl/messages_all.dart';
- // **************************************************************************
- // Generator: Flutter Intl IDE plugin
- // Made by Localizely
- // **************************************************************************
- // ignore_for_file: non_constant_identifier_names, lines_longer_than_80_chars
- // ignore_for_file: join_return_with_assignment, prefer_final_in_for_each
- // ignore_for_file: avoid_redundant_argument_values, avoid_escaping_inner_quotes
- class S {
- S();
- static S? _current;
- static S get current {
- assert(_current != null,
- 'No instance of S was loaded. Try to initialize the S delegate before accessing S.current.');
- return _current!;
- }
- static const AppLocalizationDelegate delegate = AppLocalizationDelegate();
- static Future<S> load(Locale locale) {
- final name = (locale.countryCode?.isEmpty ?? false)
- ? locale.languageCode
- : locale.toString();
- final localeName = Intl.canonicalizedLocale(name);
- return initializeMessages(localeName).then((_) {
- Intl.defaultLocale = localeName;
- final instance = S();
- S._current = instance;
- return instance;
- });
- }
- static S of(BuildContext context) {
- final instance = S.maybeOf(context);
- assert(instance != null,
- 'No instance of S present in the widget tree. Did you add S.delegate in localizationsDelegates?');
- return instance!;
- }
- static S? maybeOf(BuildContext context) {
- return Localizations.of<S>(context, S);
- }
- /// `Payment`
- String get payment {
- return Intl.message(
- 'Payment',
- name: 'payment',
- desc: '',
- args: [],
- );
- }
- /// `Rewards`
- String get rewards {
- return Intl.message(
- 'Rewards',
- name: 'rewards',
- desc: '',
- args: [],
- );
- }
- /// `Notification`
- String get notification {
- return Intl.message(
- 'Notification',
- name: 'notification',
- desc: '',
- args: [],
- );
- }
- /// `Facility`
- String get facility {
- return Intl.message(
- 'Facility',
- name: 'facility',
- desc: '',
- args: [],
- );
- }
- /// `Form`
- String get form {
- return Intl.message(
- 'Form',
- name: 'form',
- desc: '',
- args: [],
- );
- }
- /// `Notice Board`
- String get notice_board {
- return Intl.message(
- 'Notice Board',
- name: 'notice_board',
- desc: '',
- args: [],
- );
- }
- /// `Phone/Email`
- String get phone_email {
- return Intl.message(
- 'Phone/Email',
- name: 'phone_email',
- desc: '',
- args: [],
- );
- }
- /// `Password`
- String get password {
- return Intl.message(
- 'Password',
- name: 'password',
- desc: '',
- args: [],
- );
- }
- /// `Log In`
- String get login {
- return Intl.message(
- 'Log In',
- name: 'login',
- desc: '',
- args: [],
- );
- }
- /// `Forgot Password?`
- String get forgot_password {
- return Intl.message(
- 'Forgot Password?',
- name: 'forgot_password',
- desc: '',
- args: [],
- );
- }
- /// `Create New YY Home Account`
- String get create_new_yy_home_account {
- return Intl.message(
- 'Create New YY Home Account',
- name: 'create_new_yy_home_account',
- desc: '',
- args: [],
- );
- }
- /// `Agree to`
- String get agree_to {
- return Intl.message(
- 'Agree to',
- name: 'agree_to',
- desc: '',
- args: [],
- );
- }
- /// `Terms of Service`
- String get terms_of_service {
- return Intl.message(
- 'Terms of Service',
- name: 'terms_of_service',
- desc: '',
- args: [],
- );
- }
- /// `Enter your email and mobile phone number`
- String get forgot_text {
- return Intl.message(
- 'Enter your email and mobile phone number',
- name: 'forgot_text',
- desc: '',
- args: [],
- );
- }
- /// `Email`
- String get email {
- return Intl.message(
- 'Email',
- name: 'email',
- desc: '',
- args: [],
- );
- }
- /// `Mobile Phone`
- String get mobile_phone {
- return Intl.message(
- 'Mobile Phone',
- name: 'mobile_phone',
- desc: '',
- args: [],
- );
- }
- /// `Next`
- String get next {
- return Intl.message(
- 'Next',
- name: 'next',
- desc: '',
- args: [],
- );
- }
- /// `Verification Code`
- String get verification_code {
- return Intl.message(
- 'Verification Code',
- name: 'verification_code',
- desc: '',
- args: [],
- );
- }
- /// `Reset Password`
- String get reset_password {
- return Intl.message(
- 'Reset Password',
- name: 'reset_password',
- desc: '',
- args: [],
- );
- }
- /// `Confirm Password`
- String get confirm_password {
- return Intl.message(
- 'Confirm Password',
- name: 'confirm_password',
- desc: '',
- args: [],
- );
- }
- /// `8 Digits Alphanumeric`
- String get password_format {
- return Intl.message(
- '8 Digits Alphanumeric',
- name: 'password_format',
- desc: '',
- args: [],
- );
- }
- /// `Get Code`
- String get get_code {
- return Intl.message(
- 'Get Code',
- name: 'get_code',
- desc: '',
- args: [],
- );
- }
- /// `First Name`
- String get first_name {
- return Intl.message(
- 'First Name',
- name: 'first_name',
- desc: '',
- args: [],
- );
- }
- /// `Last Name`
- String get last_name {
- return Intl.message(
- 'Last Name',
- name: 'last_name',
- desc: '',
- args: [],
- );
- }
- /// `We have sent you an SMS verification code Please enter it below`
- String get sign_up_verify_txt {
- return Intl.message(
- 'We have sent you an SMS verification code Please enter it below',
- name: 'sign_up_verify_txt',
- desc: '',
- args: [],
- );
- }
- /// `Did Not Receive?`
- String get did_not_receive {
- return Intl.message(
- 'Did Not Receive?',
- name: 'did_not_receive',
- desc: '',
- args: [],
- );
- }
- /// `Resend Code`
- String get resend_code {
- return Intl.message(
- 'Resend Code',
- name: 'resend_code',
- desc: '',
- args: [],
- );
- }
- /// `You have`
- String get you_have {
- return Intl.message(
- 'You have',
- name: 'you_have',
- desc: '',
- args: [],
- );
- }
- /// `Tries Left`
- String get tries_left {
- return Intl.message(
- 'Tries Left',
- name: 'tries_left',
- desc: '',
- args: [],
- );
- }
- /// `Welcome {name}`
- String welcome_name(Object name) {
- return Intl.message(
- 'Welcome $name',
- name: 'welcome_name',
- desc: '',
- args: [name],
- );
- }
- /// `You have successfully created an YY Home account`
- String get sign_up_success_txt1 {
- return Intl.message(
- 'You have successfully created an YY Home account',
- name: 'sign_up_success_txt1',
- desc: '',
- args: [],
- );
- }
- /// `Your username is your email address and please keep your password safe`
- String get sign_up_success_txt2 {
- return Intl.message(
- 'Your username is your email address and please keep your password safe',
- name: 'sign_up_success_txt2',
- desc: '',
- args: [],
- );
- }
- /// `Now, let's get you connected to your estate and community`
- String get sign_up_success_txt3 {
- return Intl.message(
- 'Now, let\'s get you connected to your estate and community',
- name: 'sign_up_success_txt3',
- desc: '',
- args: [],
- );
- }
- /// `let's get started`
- String get get_started {
- return Intl.message(
- 'let\'s get started',
- name: 'get_started',
- desc: '',
- args: [],
- );
- }
- /// `YY Home Accounts`
- String get yy_home_accounts {
- return Intl.message(
- 'YY Home Accounts',
- name: 'yy_home_accounts',
- desc: '',
- args: [],
- );
- }
- /// `Block`
- String get block {
- return Intl.message(
- 'Block',
- name: 'block',
- desc: '',
- args: [],
- );
- }
- /// `Unit Number`
- String get unit_number {
- return Intl.message(
- 'Unit Number',
- name: 'unit_number',
- desc: '',
- args: [],
- );
- }
- /// `Block refers to the street number of the unit's official mailing address`
- String get block_desc {
- return Intl.message(
- 'Block refers to the street number of the unit\'s official mailing address',
- name: 'block_desc',
- desc: '',
- args: [],
- );
- }
- /// `123 Example Road #08-08 Country 123456`
- String get block_example {
- return Intl.message(
- '123 Example Road #08-08 Country 123456',
- name: 'block_example',
- desc: '',
- args: [],
- );
- }
- /// `123 is the block number #08-08 is the unit number`
- String get block_example_desc {
- return Intl.message(
- '123 is the block number #08-08 is the unit number',
- name: 'block_example_desc',
- desc: '',
- args: [],
- );
- }
- /// `Estate or Building Name?`
- String get estate_or_building_name {
- return Intl.message(
- 'Estate or Building Name?',
- name: 'estate_or_building_name',
- desc: '',
- args: [],
- );
- }
- /// `Type Here`
- String get type_here {
- return Intl.message(
- 'Type Here',
- name: 'type_here',
- desc: '',
- args: [],
- );
- }
- /// `Tell us the name of the estateor building you are applying to`
- String get estate_name_desc {
- return Intl.message(
- 'Tell us the name of the estateor building you are applying to',
- name: 'estate_name_desc',
- desc: '',
- args: [],
- );
- }
- /// `Are you an owner or tenant?`
- String get owner_or_tenant {
- return Intl.message(
- 'Are you an owner or tenant?',
- name: 'owner_or_tenant',
- desc: '',
- args: [],
- );
- }
- /// `Owner`
- String get owner {
- return Intl.message(
- 'Owner',
- name: 'owner',
- desc: '',
- args: [],
- );
- }
- /// `Tenant`
- String get tenant {
- return Intl.message(
- 'Tenant',
- name: 'tenant',
- desc: '',
- args: [],
- );
- }
- /// `Who are owners?`
- String get who_are_owners {
- return Intl.message(
- 'Who are owners?',
- name: 'who_are_owners',
- desc: '',
- args: [],
- );
- }
- /// `My name is in the strata title`
- String get owners_desc1 {
- return Intl.message(
- 'My name is in the strata title',
- name: 'owners_desc1',
- desc: '',
- args: [],
- );
- }
- /// `My name is in the strata title and l have rented out my unit`
- String get owners_desc2 {
- return Intl.message(
- 'My name is in the strata title and l have rented out my unit',
- name: 'owners_desc2',
- desc: '',
- args: [],
- );
- }
- /// `I live in the same household as the named owner`
- String get owners_desc3 {
- return Intl.message(
- 'I live in the same household as the named owner',
- name: 'owners_desc3',
- desc: '',
- args: [],
- );
- }
- /// `I am the shareholder of the company that owns the unit`
- String get owners_desc4 {
- return Intl.message(
- 'I am the shareholder of the company that owns the unit',
- name: 'owners_desc4',
- desc: '',
- args: [],
- );
- }
- /// `The Management will verify your application accordingly`
- String get owners_desc5 {
- return Intl.message(
- 'The Management will verify your application accordingly',
- name: 'owners_desc5',
- desc: '',
- args: [],
- );
- }
- /// `Who are tenants?`
- String get who_are_tenants {
- return Intl.message(
- 'Who are tenants?',
- name: 'who_are_tenants',
- desc: '',
- args: [],
- );
- }
- /// `My name is in the lease agreement`
- String get tenants_desc1 {
- return Intl.message(
- 'My name is in the lease agreement',
- name: 'tenants_desc1',
- desc: '',
- args: [],
- );
- }
- /// `I live in the same household as the named tenant`
- String get tenants_desc2 {
- return Intl.message(
- 'I live in the same household as the named tenant',
- name: 'tenants_desc2',
- desc: '',
- args: [],
- );
- }
- /// `I am the tenant of the company that rented the unit`
- String get tenants_desc3 {
- return Intl.message(
- 'I am the tenant of the company that rented the unit',
- name: 'tenants_desc3',
- desc: '',
- args: [],
- );
- }
- /// `The Management will verify your application accordingly`
- String get tenants_desc4 {
- return Intl.message(
- 'The Management will verify your application accordingly',
- name: 'tenants_desc4',
- desc: '',
- args: [],
- );
- }
- /// `Upload Documents`
- String get upload_documents {
- return Intl.message(
- 'Upload Documents',
- name: 'upload_documents',
- desc: '',
- args: [],
- );
- }
- /// `The Management requires that you upload the following documents to verify your tenancy. You may redact sensitive financia information`
- String get upload_doc_desc {
- return Intl.message(
- 'The Management requires that you upload the following documents to verify your tenancy. You may redact sensitive financia information',
- name: 'upload_doc_desc',
- desc: '',
- args: [],
- );
- }
- /// `(1)A valid tenancy agreement showing your name,unit numper,tenancy expiration date and a list of occupants (if applicable)`
- String get upload_doc_desc1 {
- return Intl.message(
- '(1)A valid tenancy agreement showing your name,unit numper,tenancy expiration date and a list of occupants (if applicable)',
- name: 'upload_doc_desc1',
- desc: '',
- args: [],
- );
- }
- /// `(2)Tenancy Agreement Stamp Duty receipt`
- String get upload_doc_desc2 {
- return Intl.message(
- '(2)Tenancy Agreement Stamp Duty receipt',
- name: 'upload_doc_desc2',
- desc: '',
- args: [],
- );
- }
- /// `Upload`
- String get upload {
- return Intl.message(
- 'Upload',
- name: 'upload',
- desc: '',
- args: [],
- );
- }
- /// `Following({count})`
- String following(Object count) {
- return Intl.message(
- 'Following($count)',
- name: 'following',
- desc: '',
- args: [count],
- );
- }
- /// `Followers({count})`
- String followers(Object count) {
- return Intl.message(
- 'Followers($count)',
- name: 'followers',
- desc: '',
- args: [count],
- );
- }
- /// `My Posts`
- String get my_post {
- return Intl.message(
- 'My Posts',
- name: 'my_post',
- desc: '',
- args: [],
- );
- }
- /// `Household`
- String get household {
- return Intl.message(
- 'Household',
- name: 'household',
- desc: '',
- args: [],
- );
- }
- /// `Estate`
- String get estate {
- return Intl.message(
- 'Estate',
- name: 'estate',
- desc: '',
- args: [],
- );
- }
- /// `Settings`
- String get settings {
- return Intl.message(
- 'Settings',
- name: 'settings',
- desc: '',
- args: [],
- );
- }
- /// `Enable Notification`
- String get enable_notification {
- return Intl.message(
- 'Enable Notification',
- name: 'enable_notification',
- desc: '',
- args: [],
- );
- }
- /// `Change Mobile Phone`
- String get change_mobile_phone {
- return Intl.message(
- 'Change Mobile Phone',
- name: 'change_mobile_phone',
- desc: '',
- args: [],
- );
- }
- /// `Privacy Policy`
- String get privacy_policy {
- return Intl.message(
- 'Privacy Policy',
- name: 'privacy_policy',
- desc: '',
- args: [],
- );
- }
- /// `Terms & Conditions`
- String get terms_conditions {
- return Intl.message(
- 'Terms & Conditions',
- name: 'terms_conditions',
- desc: '',
- args: [],
- );
- }
- /// `Account Deactivation`
- String get account_deactivation {
- return Intl.message(
- 'Account Deactivation',
- name: 'account_deactivation',
- desc: '',
- args: [],
- );
- }
- /// `Rate Us`
- String get rate_us {
- return Intl.message(
- 'Rate Us',
- name: 'rate_us',
- desc: '',
- args: [],
- );
- }
- /// `Version No.`
- String get version_no {
- return Intl.message(
- 'Version No.',
- name: 'version_no',
- desc: '',
- args: [],
- );
- }
- /// `Logout`
- String get logout {
- return Intl.message(
- 'Logout',
- name: 'logout',
- desc: '',
- args: [],
- );
- }
- /// `Old Mobile Phone`
- String get old_mobile_phone {
- return Intl.message(
- 'Old Mobile Phone',
- name: 'old_mobile_phone',
- desc: '',
- args: [],
- );
- }
- /// `New Mobile Phone`
- String get new_mobile_phone {
- return Intl.message(
- 'New Mobile Phone',
- name: 'new_mobile_phone',
- desc: '',
- args: [],
- );
- }
- /// `Submit`
- String get submit {
- return Intl.message(
- 'Submit',
- name: 'submit',
- desc: '',
- args: [],
- );
- }
- /// `New Password`
- String get new_password {
- return Intl.message(
- 'New Password',
- name: 'new_password',
- desc: '',
- args: [],
- );
- }
- /// `Confirm New Password`
- String get confirm_new_password {
- return Intl.message(
- 'Confirm New Password',
- name: 'confirm_new_password',
- desc: '',
- args: [],
- );
- }
- /// `Cancel`
- String get cancel {
- return Intl.message(
- 'Cancel',
- name: 'cancel',
- desc: '',
- args: [],
- );
- }
- /// `Confirm`
- String get confirm {
- return Intl.message(
- 'Confirm',
- name: 'confirm',
- desc: '',
- args: [],
- );
- }
- /// `Yes`
- String get yes {
- return Intl.message(
- 'Yes',
- name: 'yes',
- desc: '',
- args: [],
- );
- }
- /// `No`
- String get no {
- return Intl.message(
- 'No',
- name: 'no',
- desc: '',
- args: [],
- );
- }
- /// `Alert`
- String get alert {
- return Intl.message(
- 'Alert',
- name: 'alert',
- desc: '',
- args: [],
- );
- }
- /// `Are you sure you want to logout?`
- String get logout_alert {
- return Intl.message(
- 'Are you sure you want to logout?',
- name: 'logout_alert',
- desc: '',
- args: [],
- );
- }
- /// `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.`
- String get account_deactivate_alert {
- return Intl.message(
- '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.',
- name: 'account_deactivate_alert',
- desc: '',
- args: [],
- );
- }
- /// `Home`
- String get home {
- return Intl.message(
- 'Home',
- name: 'home',
- desc: '',
- args: [],
- );
- }
- /// `Visitor`
- String get visitor {
- return Intl.message(
- 'Visitor',
- name: 'visitor',
- desc: '',
- args: [],
- );
- }
- /// `FeedBack`
- String get feedback {
- return Intl.message(
- 'FeedBack',
- name: 'feedback',
- desc: '',
- args: [],
- );
- }
- /// `Me`
- String get me {
- return Intl.message(
- 'Me',
- name: 'me',
- desc: '',
- args: [],
- );
- }
- /// `Property`
- String get property {
- return Intl.message(
- 'Property',
- name: 'property',
- desc: '',
- args: [],
- );
- }
- /// `Service`
- String get service {
- return Intl.message(
- 'Service',
- name: 'service',
- desc: '',
- args: [],
- );
- }
- /// `Community`
- String get community {
- return Intl.message(
- 'Community',
- name: 'community',
- desc: '',
- args: [],
- );
- }
- /// `Latest News`
- String get latest_news {
- return Intl.message(
- 'Latest News',
- name: 'latest_news',
- desc: '',
- args: [],
- );
- }
- /// `Internal`
- String get internal {
- return Intl.message(
- 'Internal',
- name: 'internal',
- desc: '',
- args: [],
- );
- }
- /// `Info`
- String get info {
- return Intl.message(
- 'Info',
- name: 'info',
- desc: '',
- args: [],
- );
- }
- /// `Publish`
- String get publish {
- return Intl.message(
- 'Publish',
- name: 'publish',
- desc: '',
- args: [],
- );
- }
- /// `Latest Transactions`
- String get latest_transactions {
- return Intl.message(
- 'Latest Transactions',
- name: 'latest_transactions',
- desc: '',
- args: [],
- );
- }
- /// `Property News`
- String get property_news {
- return Intl.message(
- 'Property News',
- name: 'property_news',
- desc: '',
- args: [],
- );
- }
- /// `Strata Management Guides`
- String get strata_management_guides {
- return Intl.message(
- 'Strata Management Guides',
- name: 'strata_management_guides',
- desc: '',
- args: [],
- );
- }
- /// `Introduction to info-pack`
- String get introduction_to_info_pack {
- return Intl.message(
- 'Introduction to info-pack',
- name: 'introduction_to_info_pack',
- desc: '',
- args: [],
- );
- }
- /// `Your roles & responsibilities`
- String get your_roles_responsibilities {
- return Intl.message(
- 'Your roles & responsibilities',
- name: 'your_roles_responsibilities',
- desc: '',
- args: [],
- );
- }
- /// `Property Guide`
- String get property_guide {
- return Intl.message(
- 'Property Guide',
- name: 'property_guide',
- desc: '',
- args: [],
- );
- }
- /// `Other`
- String get other {
- return Intl.message(
- 'Other',
- name: 'other',
- desc: '',
- args: [],
- );
- }
- }
- class AppLocalizationDelegate extends LocalizationsDelegate<S> {
- const AppLocalizationDelegate();
- List<Locale> get supportedLocales {
- return const <Locale>[
- Locale.fromSubtags(languageCode: 'en'),
- Locale.fromSubtags(languageCode: 'zh', countryCode: 'CN'),
- Locale.fromSubtags(languageCode: 'zh', countryCode: 'HK'),
- ];
- }
- @override
- bool isSupported(Locale locale) => _isSupported(locale);
- @override
- Future<S> load(Locale locale) => S.load(locale);
- @override
- bool shouldReload(AppLocalizationDelegate old) => false;
- bool _isSupported(Locale locale) {
- for (var supportedLocale in supportedLocales) {
- if (supportedLocale.languageCode == locale.languageCode) {
- return true;
- }
- }
- return false;
- }
- }
|