Implementation
Map<String, String> get messages => {
//--------------------------------------------TMT Game Text------------------------------------------------------
TMTGameText.tmtGameCircleBegin: tmtGameCircleBegin,
TMTGameText.tmtGameCircleEnd: tmtGameCircleEnd,
TMTGameText.tmtGamePartACompletedTitle: tmtGamePartACompletedTitle,
TMTGameText.tmtGamePartACompletedBody: tmtGamePartACompletedBody,
TMTGameText.tmtGamePartBCompletedConfirmationButton:
tmtGamePartBCompletedConfirmationButton,
TMTGameText.tmtGameTmtScreenAppBarTime: tmtGameTmtScreenAppBarTime,
TMTGameText.tmtGameTmtHelpTmtATitle: tmtGameTmtHelpTmtATitle,
TMTGameText.tmtGameTmtHelpTmtADescription:
tmtGameTmtHelpTmtADescription,
TMTGameText.tmtGameTmtHelpTmtBTitle: tmtGameTmtHelpTmtBTitle,
TMTGameText.tmtGameTmtHelpTmtBDescription:
tmtGameTmtHelpTmtBDescription,
TMTGameText.tmtGameTmtHelpTmtPrimaryButtonText:
tmtGameTmtHelpTmtPrimaryButtonText,
TMTGameText.tmtGameTmtHelpTmtSecondaryButtonText:
tmtGameTmtHelpTmtSecondaryButtonText,
TMTGameText.tmtGameCountdownMessage: tmtGameCountdownMessage,
//--------------------------------------------Home Header Text------------------------------------------------------
HomeHeaderText.selectThemeTitle: homeHeaderSelectThemeTitle,
HomeHeaderText.lightModeOption: homeHeaderLightModeOption,
HomeHeaderText.darkModeOption: homeHeaderDarkModeOption,
HomeHeaderText.systemThemeOption: homeHeaderSystemThemeOption,
HomeHeaderText.english: languageNameEnglish,
HomeHeaderText.spanish: languageNameSpanish,
HomeHeaderText.chinese: languageNameChinese,
//--------------------------------------------TMT Practice Text------------------------------------------------------
TMTGamePracticesText.tmtGamePracticeTmtAThenBDialogTitle:
tmtGamePracticeTmtAThenBDialogTitle,
TMTGamePracticesText.tmtGamePracticeTmtAThenBDialogCancelButtonText:
tmtGamePracticeTmtAThenBDialogCancelButtonText,
TMTGamePracticesText.tmtGamePracticeTmtAThenBDialogPrimaryButtonText:
tmtGamePracticeTmtAThenBDialogPrimaryButtonText,
TMTGamePracticesText.tmtGamePracticeOnlyTmtAOrTmtBDialogTitle:
tmtGamePracticeOnlyTmtAOrTmtBDialogTitle,
TMTGamePracticesText
.tmtGamePracticeOnlyTmtAOrTmtBDialogCancelButtonText:
tmtGamePracticeOnlyTmtAOrTmtBDialogCancelButtonText,
TMTGamePracticesText
.tmtGamePracticeOnlyTmtAOrTmtBDialogPrimaryButtonText:
tmtGamePracticeOnlyTmtAOrTmtBDialogPrimaryButtonText,
TMTGamePracticesText.tmtGamePracticeTmtAPageTitle:
tmtGamePracticeTmtAPageTitle,
TMTGamePracticesText.tmtGamePracticeTmtBPageTitle:
tmtGamePracticeTmtBPageTitle,
//--------------------------------------------TMT Select Hand Dialog Text------------------------------------------------------
TmtSelectHandDialogText.firstTimeTitle:
tmtSelectHandDialogFirstTimeTitle,
TmtSelectHandDialogText.firstTimeContent:
tmtSelectHandDialogFirstTimeContent,
TmtSelectHandDialogText.leftHandButtonText:
tmtSelectHandDialogLeftHandButtonText,
TmtSelectHandDialogText.rightHandButtonText:
tmtSelectHandDialogRightHandButtonText,
TmtSelectHandDialogText.rightHandOnlyTitle:
tmtSelectHandDialogRightHandOnlyTitle,
TmtSelectHandDialogText.rightHandOnlyContent:
tmtSelectHandDialogRightHandOnlyContent,
TmtSelectHandDialogText.useRightHandButton:
tmtSelectHandDialogUseRightHandButton,
TmtSelectHandDialogText.leftHandOnlyTitle:
tmtSelectHandDialogLeftHandOnlyTitle,
TmtSelectHandDialogText.leftHandOnlyContent:
tmtSelectHandDialogLeftHandOnlyContent,
TmtSelectHandDialogText.useLeftHandButton:
tmtSelectHandDialogUseLeftHandButton,
//--------------------------------------------Select Mode Practice Or Test Screen Text------------------------------------------------------
SelectModePracticeOrTestText.title: selectModePracticeOrTestTitle,
SelectModePracticeOrTestText.questionText:
selectModePracticeOrTestQuestionText,
SelectModePracticeOrTestText.practiceButtonText:
selectModePracticeOrTestPracticeButtonText,
SelectModePracticeOrTestText.testButtonText:
selectModePracticeOrTestTestButtonText,
SelectModePracticeOrTestText.practiceModeTitle:
selectModePracticeOrTestPracticeModeTitle,
SelectModePracticeOrTestText.practiceModeContent:
selectModePracticeOrTestPracticeModeContent,
SelectModePracticeOrTestText.testModeTitle:
selectModePracticeOrTestTestModeTitle,
SelectModePracticeOrTestText.testModeContent:
selectModePracticeOrTestTestModeContent,
SelectModePracticeOrTestText.buttonUnderstood:
selectModePracticeOrTestButtonUnderstood,
//--------------------------------------------TMT Result Screen Text------------------------------------------------------
TMTResultScreen.title: tmtResultScreenTitle,
TMTResultScreen.sessionText: tmtResultScreenSessionText,
TMTResultScreen.tmtATitle: tmtResultScreenTmtATitle,
TMTResultScreen.tmtBTitle: tmtResultScreenTmtBTitle,
TMTResultScreen.durationLabel: tmtResultScreenDurationLabel,
TMTResultScreen.errorsLabel: tmtResultScreenErrorsLabel,
TMTResultScreen.thanksMessage: tmtResultScreenThanksMessage,
TMTResultScreen.finishButton: tmtResultScreenFinishButton,
TMTResultScreen.loadingResults: tmtResultScreenLoadingResults,
TMTResultScreen.secondsUnit: tmtResultScreenSecondsUnit,
TMTResultScreen.errorMessage: tmtResultScreenErrorMessage,
//--------------------------------------------Register User Screen Text------------------------------------------------------
TMTRegisterUserText.title: registerUserTitle,
TMTRegisterUserText.nicknameLabel: registerUserNicknameLabel,
TMTRegisterUserText.nicknameHint: registerUserNicknameHint,
TMTRegisterUserText.nicknameError: registerUserNicknameError,
TMTRegisterUserText.nicknameExistsError:
registerUserNicknameExistsError,
TMTRegisterUserText.sexLabel: registerUserSexLabel,
TMTRegisterUserText.sexMale: registerUserSexMale,
TMTRegisterUserText.sexFemale: registerUserSexFemale,
TMTRegisterUserText.sexError: registerUserSexError,
TMTRegisterUserText.birthDateLabel: registerUserBirthDateLabel,
TMTRegisterUserText.birthDateHint: registerUserBirthDateHint,
TMTRegisterUserText.birthDateError: registerUserBirthDateError,
TMTRegisterUserText.birthDatePickerTitle:
registerUserBirthDatePickerTitle,
TMTRegisterUserText.birthDatePickerCancel:
registerUserBirthDatePickerCancel,
TMTRegisterUserText.birthDatePickerConfirm:
registerUserBirthDatePickerConfirm,
TMTRegisterUserText.educationLabel: registerUserEducationLabel,
TMTRegisterUserText.educationHint: registerUserEducationHint,
TMTRegisterUserText.educationError: registerUserEducationError,
TMTRegisterUserText.educationPrimary: registerUserEducationPrimary,
TMTRegisterUserText.educationSecondary: registerUserEducationSecondary,
TMTRegisterUserText.educationGraduate: registerUserEducationGraduate,
TMTRegisterUserText.educationMaster: registerUserEducationMaster,
TMTRegisterUserText.educationDoctorate: registerUserEducationDoctorate,
TMTRegisterUserText.saveButton: registerUserSaveButton,
TMTRegisterUserText.cancelButton: registerUserCancelButton,
TMTRegisterUserText.formError: registerUserFormError,
TMTRegisterUserText.saveSuccess: registerUserSaveSuccess,
TMTRegisterUserText.saveError: registerUserSaveError,
//--------------------------------------------Current User Data Screen Text------------------------------------------------------
CurrentUserDataScreenText.title: currentUserDataScreenTitle,
CurrentUserDataScreenText.noUserFound: currentUserDataScreenNoUserFound,
CurrentUserDataScreenText.createProfile:
currentUserDataScreenCreateProfile,
CurrentUserDataScreenText.deleteProfile:
currentUserDataScreenDeleteProfile,
CurrentUserDataScreenText.backButton: currentUserDataScreenBackButton,
CurrentUserDataScreenText.confirmDeleteTitle:
currentUserDataScreenConfirmDeleteTitle,
CurrentUserDataScreenText.confirmDeleteContent:
currentUserDataScreenConfirmDeleteContent,
CurrentUserDataScreenText.confirmDeleteButton:
currentUserDataScreenConfirmDeleteButton,
CurrentUserDataScreenText.cancelButton:
currentUserDataScreenCancelButton,
CurrentUserDataScreenText.deleteSuccess:
currentUserDataScreenDeleteSuccess,
CurrentUserDataScreenText.deleteError: currentUserDataScreenDeleteError,
//--------------------------------------------User Result History Screen Text------------------------------------------------------
UserResultHistoryScreenText.title: userResultHistoryScreenTitle,
UserResultHistoryScreenText.noData: userResultHistoryScreenNoData,
UserResultHistoryScreenText.dateHeader:
userResultHistoryScreenDateHeader,
UserResultHistoryScreenText.referenceHeader:
userResultHistoryScreenReferenceHeader,
UserResultHistoryScreenText.tmtAHeader:
userResultHistoryScreenTmtAHeader,
UserResultHistoryScreenText.tmtBHeader:
userResultHistoryScreenTmtBHeader,
UserResultHistoryScreenText.secondsUnit:
userResultHistoryScreenSecondsUnit,
UserResultHistoryScreenText.handUsedHeader:
userResultHistoryScreenHandUsedHeader,
UserResultHistoryScreenText.rightHand: userResultHistoryScreenRightHand,
UserResultHistoryScreenText.leftHand: userResultHistoryScreenLeftHand,
//--------------------------------------------Reference Code Input Text------------------------------------------------------
ReferenceCodeInputText.label: referenceCodeInputLabel,
ReferenceCodeInputText.bothFieldsRequired:
referenceCodeInputBothFieldsRequired,
ReferenceCodeInputText.enterReferenceCode:
referenceCodeInputEnterReferenceCode,
ReferenceCodeInputText.codeAlreadyUsed:
referenceCodeInputCodeAlreadyUsed,
ReferenceCodeInputText.validReferenceCode:
referenceCodeInputValidReferenceCode,
ReferenceCodeInputText.incorrectReference:
referenceCodeInputIncorrectReference,
ReferenceCodeInputText.validationError:
referenceCodeInputValidationError,
//--------------------------------------------Select User Profile Dialog Text------------------------------------------------------
SelectUserProfileDialogText.title: selectUserProfileDialogTitle,
SelectUserProfileDialogText.noProfiles:
selectUserProfileDialogNoProfiles,
SelectUserProfileDialogText.cancelButton:
selectUserProfileDialogCancelButton,
SelectUserProfileDialogText.deleteConfirmTitle:
selectUserProfileDialogDeleteConfirmTitle,
SelectUserProfileDialogText.deleteConfirmContent:
selectUserProfileDialogDeleteConfirmContent,
SelectUserProfileDialogText.deleteButton:
selectUserProfileDialogDeleteButton,
SelectUserProfileDialogText.cancelDeleteButton:
selectUserProfileDialogCancelDeleteButton,
SelectUserProfileDialogText.profileDeletedSuccess:
selectUserProfileDialogProfileDeletedSuccess,
SelectUserProfileDialogText.profileDeletedError:
selectUserProfileDialogProfileDeletedError,
SelectUserProfileDialogText.profileSelectedSuccess:
selectUserProfileDialogProfileSelectedSuccess,
SelectUserProfileDialogText.profileSelectedError:
selectUserProfileDialogProfileSelectedError,
SelectUserProfileDialogText.searchAnchorSearchBarHint:
selectUserProfileDialogSearchAnchorSearchBarHint,
SelectUserProfileDialogText.searchAnchorSearchBarNotFound:
selectUserProfileDialogSearchAnchorSearchBarNotFound,
//--------------------------------------------Select User Dropdown Text------------------------------------------------------
SelectUserDropdownText.createUser: selectUserDropdownCreateUser,
SelectUserDropdownText.greeting: selectUserDropdownGreeting,
//--------------------------------------------TMT Test Button Card Text------------------------------------------------------
TmtTestButtonCardText.startTest: tmtTestButtonCardStartTest,
TmtTestButtonCardText.numberOfCircles: tmtTestButtonCardNumberOfCircles,
TmtTestButtonCardText.dialogTitle: tmtTestButtonCardDialogTitle,
TmtTestButtonCardText.chooseBetween: tmtTestButtonCardChooseBetween,
TmtTestButtonCardText.completeTest: tmtTestButtonCardCompleteTest,
TmtTestButtonCardText.simplifiedVersion:
tmtTestButtonCardSimplifiedVersion,
TmtTestButtonCardText.consultNeurologist:
tmtTestButtonCardConsultNeurologist,
TmtTestButtonCardText.understood: tmtTestButtonCardUnderstood,
TmtTestButtonCardText.cancel: tmtTestButtonCardCancel,
//--------------------------------------------Home Card Button Text------------------------------------------------------
HomeCardButtonText.visualizeMyData: homeCardButtonVisualizeMyData,
HomeCardButtonText.viewMyHistory: homeCardButtonViewMyHistory,
HomeCardButtonText.createNewProfile: homeCardButtonCreateNewProfile,
};