{
  "auth": {
    "memberBasicInfo": {
      "title": "User Details",
      "description": "Update user name and email address.",
      "labels": {
        "name": "Name",
        "email": "Email Address"
      },
      "submit": {
        "edit": "Edit",
        "save": "Save Changes",
        "cancel": "Cancel"
      }
    },
    "memberAccessRequirements": {
      "title": "Access Requirements and Permissions",
      "submit": {
        "edit": "Edit",
        "save": "Save Changes",
        "cancel": "Cancel"
      },
      "actions": {
        "mfaEnrolled": {
          "label": "Require MFA for this User",
          "description": "Whether the user should be required to set up and use MFA."
        },
        "isBreakglass": {
          "label": "Exempt user from primary auth requirements",
          "description": "Whether the user should be exempt from the primary auth requirements."
        }
      }
    },
    "memberAuthenticationManagement": {
      "title": "Authentication Management",
      "actions": {
        "mfa": {
          "self": {
            "title": "MFA",
            "description": "Reset your MFA enrollment. Depending on your organization's settings, you may need to re-enroll next time you log in."
          },
          "other": {
            "title": "MFA",
            "description": "Reset the user's MFA enrollment. Depending on the organization's settings, the user may need to re-enroll next time they log in."
          },
          "buttons": {
            "resetMfa": {
              "label": "Reset MFA",
              "modal": {
                "self": {
                  "title": "Reset your MFA",
                  "description": "Are you sure you want to reset your MFA enrollment? Depending on your organization's settings, you may need to re-enroll next time you log in."
                },
                "other": {
                  "title": "Reset user's MFA",
                  "description": "Are you sure you want to reset the user's MFA enrollment? Depending on the organization's settings, the user may need to re-enroll next time they log in."
                },
                "confirm": "Reset",
                "cancel": "Cancel"
              }
            },
            "resetSmsOtp": {
              "label": "Reset SMS OTP",
              "modal": {
                "self": {
                  "title": "Reset your SMS OTP",
                  "description": "Are you sure you want to reset your SMS OTP enrollment? Depending on your organization's settings, you may need to re-enroll next time you log in."
                },
                "other": {
                  "title": "Reset user's SMS OTP",
                  "description": "Are you sure you want to reset the user's SMS OTP enrollment? Depending on the organization's settings, the user may need to re-enroll next time they log in."
                },
                "confirm": "Reset",
                "cancel": "Cancel"
              }
            }
          }
        },
        "password": {
          "self": {
            "title": "Password",
            "description": "Send yourself a reset password email."
          },
          "other": {
            "title": "Password",
            "description": "Send a reset password email to the user."
          },
          "buttons": {
            "resetPassword": {
              "label": "Reset password",
              "modal": {
                "self": {
                  "title": "Reset your password",
                  "description": "Are you sure you want to reset your password?"
                },
                "other": {
                  "title": "Ask user to reset their password",
                  "description": "Are you sure you want to send a reset password email to the user?"
                },
                "confirm": "Send reset email",
                "cancel": "Cancel"
              }
            }
          }
        },
        "sessions": {
          "self": {
            "title": "Sessions",
            "description": "Log out from all active sessions. This includes your current session."
          },
          "other": {
            "title": "Sessions",
            "description": "Log out this user from all active sessions, including their current session."
          },
          "buttons": {
            "revokeSessions": {
              "label": "Revoke sessions",
              "tooltip": "The user must have signed in first before you can revoke their sessions",
              "modal": {
                "self": {
                  "title": "Revoke your active sessions",
                  "description": "Are you sure you want to revoke your active sessions? You will be logged out here and on all other devices."
                },
                "other": {
                  "title": "Revoke user's active sessions",
                  "description": "The user will be forcibly logged out and all their active sessions will be revoked."
                },
                "confirm": "Revoke all sessions",
                "cancel": "Cancel"
              }
            }
          }
        }
      }
    },
    "memberDangerZone": {
      "title": "Danger Zone",
      "actions": {
        "revokeInvite": {
          "title": "Revoke organization invite?",
          "description": "This pending invite will be revoked and the user record will be removed. You can send a new invite to this email address, which will create a new user record.",
          "label": "Revoke organization invite",
          "confirm": "Revoke",
          "cancel": "Cancel",
          "tooltip": "The user's email address was not verified. You cannot reactivate an unverified user."
        },
        "reactivate": {
          "title": "Enable for organization?",
          "description": "The user must be reactivated before their member type can be updated. Reactivating the user will allow them to log in under their previous account.",
          "label": "Enable for organization",
          "confirm": "Enable user",
          "cancel": "Cancel"
        },
        "deactivate": {
          "label": "Remove from organization",
          "selfLabel": "Remove me from organization",
          "modal": {
            "self": {
              "emailVerified": {
                "title": "Remove yourself from organization?",
                "description": "All of your authentication methods will be disabled and you will be logged out of all active sessions. Other users can reactivate you and restore your email; however, your roles and authentication methods will need to be reconfigured."
              },
              "emailUnverified": {
                "title": "Remove yourself from organization?",
                "description": "All of your authentication methods will be disabled and you will be logged out of all active sessions. Your email is not verified, so users will not be able to reactivate you or restore your email."
              }
            },
            "other": {
              "emailVerified": {
                "title": "Remove user from organization?",
                "description": "All of the user's authentication methods will be disabled and they will be logged out of all active sessions. You can reactivate the user and restore their email; however, roles and authentication methods will need to be reconfigured."
              },
              "emailUnverified": {
                "title": "Remove user from organization?",
                "description": "All of the user's authentication methods will be disabled and they will be logged out of all active sessions. The user's email is not verified, so you will not be able to reactivate the user or restore their email."
              }
            },
            "confirm": "Remove user from organization",
            "selfConfirm": "Remove me from organization",
            "cancel": "Cancel"
          }
        }
      }
    },
    "accountMemberList": {
      "headers": {
        "name": "Name",
        "organizationRole": "Member Type",
        "email": "Email",
        "uuid": "UUID",
        "role": "Account Roles"
      },
      "labels": {
        "orgAdmin": "Organization Owner",
        "member": "Member",
        "deleted": "Deactivated"
      }
    },
    "memberBreadcrumbs": {
      "members": "Members",
      "ariaLabel": "member details"
    },
    "memberDetail": {
      "errors": {
        "loadFailed": "Failed to load user details"
      }
    },
    "memberList": {
      "labels": {
        "orgAdmin": "Organization Owner",
        "member": "Member",
        "deleted": "Deactivated"
      },
      "resolvedRoles": {
        "accountAdmin": "Primary Account Administrator",
        "programManager": "Primary Program Manager",
        "limitedAccess": "Limited Account Access",
        "noAccess": "No Account Access"
      },
      "singleAccountRoles": {
        "noAccess": "No Access",
        "limitedAccess": "Limited Access",
        "accountAdmin": "Account Admin",
        "programManager": "Program Manager"
      },
      "headers": {
        "name": "Name",
        "emailAddress": "Email Address",
        "organizationRole": "Member Type",
        "accountAccess": "Account Access",
        "emailVerified": "Email Verified",
        "status": "Status",
        "uuid": "UUID"
      }
    }
  }
}
