{
  "sso": {
    "header": "Identity",
    "description": "Configure your domain to access security features including single sign-on.",
    "domain_management": {
      "header": "Domain management",
      "verified_domains": {
        "header": "Verified domains",
        "description": "Verify the ownership of an email domain to enable single-sign on.",
        "button_text": "Add domain",
        "list": {
          "domain_name": "Domain name",
          "status": "Status",
          "status_verified": "Verified",
          "status_failed": "Failed",
          "status_pending": "Pending"
        },
        "add_domain": {
          "title": "Add domain",
          "description": "Add your domain to configure SSO and verify it.",
          "form": {
            "domain_label": "Domain",
            "domain_placeholder": "buzzwareTech.so",
            "domain_required": "Domain is required",
            "domain_invalid": "Enter a valid domain name (e.g., buzzwareTech.so)"
          },
          "primary_button_text": "Add domain",
          "primary_button_loading_text": "Adding",
          "toast": {
            "success_title": "Success!",
            "success_message": "Domain added successfully. Please verify it by adding the DNS TXT record.",
            "error_message": "Failed to add domain. Please try again."
          }
        },
        "verify_domain": {
          "title": "Verify your domain",
          "description": "Follow these steps to verify your domain.",
          "instructions": {
            "label": "Instructions",
            "step_1": "Go to the DNS settings for your domain host.",
            "step_2": {
              "part_1": "Create a",
              "part_2": "TXT record",
              "part_3": "and paste the complete record value provided below."
            },
            "step_3": "This update usually takes a few minutes but may take up to 72 hours to complete.",
            "step_4": "Click \"Verify domain\" to confirm once your DNS record is updated."
          },
          "verification_code_label": "TXT record value",
          "verification_code_description": "Add this record to your DNS settings",
          "domain_label": "Domain",
          "primary_button_text": "Verify domain",
          "primary_button_loading_text": "Verifying",
          "secondary_button_text": "I'll do it later",
          "toast": {
            "success_title": "Success!",
            "success_message": "Domain verified successfully.",
            "error_message": "Failed to verify domain. Please try again."
          }
        },
        "delete_domain": {
          "title": "Delete domain",
          "description": {
            "prefix": "Are you sure you want to delete",
            "suffix": "? This action cannot be undone."
          },
          "primary_button_text": "Delete",
          "primary_button_loading_text": "Deleting",
          "secondary_button_text": "Cancel",
          "toast": {
            "success_title": "Success!",
            "success_message": "Domain deleted successfully.",
            "error_message": "Failed to delete domain. Please try again."
          }
        }
      }
    },
    "providers": {
      "header": "Single sign-on",
      "disabled_message": "Add a verified domain to configure SSO",
      "configure": {
        "create": "Configure",
        "update": "Edit"
      },
      "switch_alert_modal": {
        "title": "Switch SSO Method to {newProviderShortName}?",
        "content": "You are about to enable {newProviderLongName} ({newProviderShortName}). This action will automatically disable {activeProviderLongName} ({activeProviderShortName}). Users attempting to sign in via {activeProviderShortName} will no longer be able to access the platform until they switch to the new method. Are you sure you want to proceed?",
        "primary_button_text": "Switch",
        "primary_button_text_loading": "Switching",
        "secondary_button_text": "Cancel"
      },
      "form_section": {
        "title": "IdP-provided details for {workspaceName}"
      },
      "form_action_buttons": {
        "saving": "Saving",
        "save_changes": "Save changes",
        "configure_only": "Configure only",
        "configure_and_enable": "Configure and enable",
        "default": "Save"
      },
      "setup_details_section": {
        "title": "{workspaceName} provided details for you IdP",
        "button_text": "Get setup details"
      },
      "saml": {
        "header": "Enable SAML",
        "description": "Configure your SAML identity provider to enable single sign-on.",
        "configure": {
          "title": "Enable SAML",
          "description": "Verify the ownership of an email domain to access security features including single-sign on.",
          "toast": {
            "success_title": "Success!",
            "create_success_message": "SAML provider created successfully.",
            "update_success_message": "SAML provider updated successfully.",
            "error_title": "Error!",
            "error_message": "Failed to save SAML provider. Please try again."
          }
        },
        "setup_modal": {
          "web_details": {
            "header": "Web details",
            "entity_id": {
              "label": "Entity ID | Audience | Metadata information",
              "description": "We will generate this bit of the metadata that identifies this BuzzwareTech app as an authorized service on your IdP."
            },
            "callback_url": {
              "label": "SSO URL",
              "description": "We will generate this for you. Add this in the Sign-in redirect URL field of your IdP."
            },
            "logout_url": {
              "label": "SLO URL",
              "description": "We will generate this for you. Add this in the Single Logout redirect URL field of your IdP."
            }
          },
          "mobile_details": {
            "header": "Mobile details",
            "entity_id": {
              "label": "Entity ID | Audience | Metadata information",
              "description": "We will generate this bit of the metadata that identifies this BuzzwareTech app as an authorized service on your IdP."
            },
            "callback_url": {
              "label": "SSO URL",
              "description": "We will generate this for you. Add this in the Sign-in redirect URL field of your IdP."
            },
            "logout_url": {
              "label": "SLO URL",
              "description": "We will generate this for you. Add this in the Logout redirect URL field of your IdP."
            }
          },
          "mapping_table": {
            "header": "Mapping details",
            "table": {
              "idp": "IdP",
              "buzzwareTech": "BuzzwareTech"
            }
          }
        }
      },
      "oidc": {
        "header": "Enable OIDC",
        "description": "Configure your OIDC identity provider to enable single sign-on.",
        "configure": {
          "title": "Enable OIDC",
          "description": "Verify the ownership of an email domain to access security features including single-sign on.",
          "toast": {
            "success_title": "Success!",
            "create_success_message": "OIDC provider created successfully.",
            "update_success_message": "OIDC provider updated successfully.",
            "error_title": "Error!",
            "error_message": "Failed to save OIDC provider. Please try again."
          }
        },
        "setup_modal": {
          "web_details": {
            "header": "Web details",
            "origin_url": {
              "label": "Origin URL",
              "description": "We will generate this for this BuzzwareTech app. Add this as a trusted origin on your IdP's corresponding field."
            },
            "callback_url": {
              "label": "Redirect URL",
              "description": "We will generate this for you. Add this in the Sign-in redirect URL field of your IdP."
            },
            "logout_url": {
              "label": "Logout URL",
              "description": "We will generate this for you. Add this in the Logout redirect URL field of your IdP."
            }
          },
          "mobile_details": {
            "header": "Mobile details",
            "origin_url": {
              "label": "Origin URL",
              "description": "We will generate this for this BuzzwareTech app. Add this as a trusted origin on your IdP's corresponding field."
            },
            "callback_url": {
              "label": "Redirect URL",
              "description": "We will generate this for you. Add this in the Sign-in redirect URL field of your IdP."
            },
            "logout_url": {
              "label": "Logout URL",
              "description": "We will generate this for you. Add this in the Logout redirect URL field of your IdP."
            }
          }
        }
      }
    }
  },
  "auth": {
    "common": {
      "email": {
        "label": "Email",
        "placeholder": "name@company.com",
        "errors": {
          "required": "Email is required",
          "invalid": "Email is invalid"
        }
      },
      "password": {
        "label": "Password",
        "set_password": "Set a password",
        "placeholder": "Enter password",
        "confirm_password": {
          "label": "Confirm password",
          "placeholder": "Confirm password"
        },
        "current_password": {
          "label": "Current password"
        },
        "new_password": {
          "label": "New password",
          "placeholder": "Enter new password"
        },
        "change_password": {
          "label": {
            "default": "Change password",
            "submitting": "Changing password"
          }
        },
        "errors": {
          "match": "Passwords don't match",
          "empty": "Please enter your password",
          "length": "Password length should me more than 8 characters",
          "strength": {
            "weak": "Password is weak",
            "strong": "Password is strong"
          }
        },
        "submit": "Set password",
        "toast": {
          "change_password": {
            "success": {
              "title": "Success!",
              "message": "Password changed successfully."
            },
            "error": {
              "title": "Error!",
              "message": "Something went wrong. Please try again."
            }
          }
        }
      },
      "unique_code": {
        "label": "Unique code",
        "placeholder": "123456",
        "paste_code": "Paste the code sent to your email",
        "requesting_new_code": "Requesting new code",
        "sending_code": "Sending code"
      },
      "already_have_an_account": "Already have an account?",
      "login": "Log in",
      "create_account": "Create an account",
      "new_to_plane": "New to BuzzwareTech?",
      "back_to_sign_in": "Back to sign in",
      "resend_in": "Resend in {seconds} seconds",
      "sign_in_with_unique_code": "Sign in with unique code",
      "forgot_password": "Forgot your password?",
      "username": {
        "label": "Username",
        "placeholder": "Enter your username"
      }
    },
    "sign_up": {
      "header": {
        "label": "Create an account to start managing work with your team.",
        "step": {
          "email": {
            "header": "Sign up",
            "sub_header": ""
          },
          "password": {
            "header": "Sign up",
            "sub_header": "Sign up using an email-password combination."
          },
          "unique_code": {
            "header": "Sign up",
            "sub_header": "Sign up using a unique code sent to the email address above."
          }
        }
      },
      "errors": {
        "password": {
          "strength": "Try setting-up a strong password to proceed"
        }
      }
    },
    "sign_in": {
      "header": {
        "label": "Log in to start managing work with your team.",
        "step": {
          "email": {
            "header": "Log in or sign up",
            "sub_header": ""
          },
          "password": {
            "header": "Log in or sign up",
            "sub_header": "Use your email-password combination to log in."
          },
          "unique_code": {
            "header": "Log in or sign up",
            "sub_header": "Log in using a unique code sent to the email address above."
          }
        }
      }
    },
    "forgot_password": {
      "title": "Reset your password",
      "description": "Enter your user account's verified email address and we will send you a password reset link.",
      "email_sent": "We sent the reset link to your email address",
      "send_reset_link": "Send reset link",
      "errors": {
        "smtp_not_enabled": "We see that your god hasn't enabled SMTP, we will not be able to send a password reset link"
      },
      "toast": {
        "success": {
          "title": "Email sent",
          "message": "Check your inbox for a link to reset your password. If it doesn't appear within a few minutes, check your spam folder."
        },
        "error": {
          "title": "Error!",
          "message": "Something went wrong. Please try again."
        }
      }
    },
    "reset_password": {
      "title": "Set new password",
      "description": "Secure your account with a strong password"
    },
    "set_password": {
      "title": "Secure your account",
      "description": "Setting password helps you login securely"
    },
    "sign_out": {
      "toast": {
        "error": {
          "title": "Error!",
          "message": "Failed to sign out. Please try again."
        }
      }
    },
    "ldap": {
      "header": {
        "label": "Continue with {ldapProviderName}",
        "sub_header": "Enter your {ldapProviderName} credentials"
      }
    }
  }
}
