FormalGermanApptiveGridUserManagementTranslation class

Formal German Translations for ApptiveGridUserManagementTranslations to use this instead of the default Strings that address the user with 'DU' add this to the ApptiveGridUserManagement Widget like this

ApptiveGridUserManagement(
    customTranslations: {
        const Locale.fromSubtags(languageCode: 'de'):
            FormalGermanApptiveGridUserManagementTranslation(),
        },
   ...

Properties

actionBack String
Action to go back
no setterinherited
actionCancel String
Action to cancel something
no setterinherited
actionConfirm String
Action prompt to confirm the account
no setterinherited
actionDelete String
Action to delete something
no setterinherited
actionJoinGroup String
Action to join this group
no setterinherited
actionLogin String
Action prompt to login
no setterinherited
actionOk String
Confirm that a message is understood
no setterinherited
actionPasswordReset String
Action to reset a password
no setterinherited
actionRegister String
Action prompt to register
no setterinherited
actionResetPassword String
Action prompt to reset the password;
no setterinherited
confirmAccountCreation String
Message to explain that users need to confirm their account
no setter
deleteAccount String
Message to delete an Account
no setterinherited
deleteAccountConfirmation String
Message shown to users to ask to confirm the deletion of their account. Moting, that this can not be undone
no setterinherited
errorConfirm String
Message when an error occurred during confirmation
no setter
errorLogin String
Message when an error occurred during login
no setter
errorRegister String
Message when an error occurred during registration
no setter
errorReset String
Message that there has been an error while resetting the password
no setter
errorUnknown String
Message that there has been an unknown error
no setter
forgotPassword String
Option on login content
no setterinherited
forgotPasswordMessage String
Message shown in the dialog to reset the password
no setter
hashCode int
The hash code for this object.
no setterinherited
hintConfirmPassword String
Hint for confirm password input field
no setterinherited
hintEmail String
Hint in email input fields
no setterinherited
hintFirstName String
Hint for first name input field
no setterinherited
hintLastName String
Hint for last name input field
no setterinherited
hintNewPassword String
Hint for the FormField to set a New Password
no setterinherited
hintPassword String
Hint in password input fields
no setterinherited
registerWaitingForConfirmation String
Message shown after registration to indicate the user that they should confirm their account via the link in an email
no setter
resetPasswordMessage String
Hint/Title to reset the password
no setterinherited
resetPasswordSuccess String
Message that the password was reset successfully
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
validateErrorEmailEmpty String
Message shown when the email is empty during registration
no setterinherited
validateErrorEmailFormat String
Message shown when the email input is not a valid email address during registration
no setterinherited
validateErrorFirstNameEmpty String
Message shown when the first name is empty during registration
no setterinherited
validateErrorLastNameEmpty String
Message shown when the last name is empty during registration
no setterinherited
validateErrorPasswordsNotMatching String
Message shown when password confirmation does not match the password
no setterinherited

Methods

joinGroup(String app) String
Displayed when the user has an ApptiveGrid Account which is not yet added to the group for this app
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
registerConfirmAddToGroup({required String email, required String app}) String
Message shown to show that the user received an email to confirm they want to activate this app for their account
requestResetPasswordSuccess(String email) String
Confirmation Message after a link to reset a password has been send
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited