"you_are_about_to_sign_in_to_the_initial_admin_account":"You're about to sign in to the initial admin account. Anyone with this link can access the account until a passkey is added. Please set up a passkey as soon as possible to prevent unauthorized access.",
"if_you_do_not_have_access_to_your_passkey_you_can_sign_in_using_one_of_the_following_methods":"If you don't have access to your passkey, you can sign in using one of the following methods.",
"it_is_recommended_to_add_more_than_one_passkey":"It is recommended to add more than one passkey to avoid losing access to your account.",
"account_details":"Account Details",
"passkeys":"Passkeys",
"manage_your_passkeys_that_you_can_use_to_authenticate_yourself":"Manage your passkeys that you can use to authenticate yourself.",
"add_passkey":"Add Passkey",
"create_a_one_time_login_code_to_sign_in_from_a_different_device_without_a_passkey":"Create a one-time login code to sign in from a different device without a passkey.",
"create":"Create",
"first_name":"First name",
"last_name":"Last name",
"username":"Username",
"save":"Save",
"username_can_only_contain":"Username can only contain lowercase letters, numbers, underscores, dots, hyphens, and '@' symbols",
"sign_in_using_the_following_code_the_code_will_expire_in_minutes":"Sign in using the following code. The code will expire in 15 minutes.",
"or_visit":"or visit",
"added_on":"Added on",
"rename":"Rename",
"delete":"Delete",
"are_you_sure_you_want_to_delete_this_passkey":"Are you sure you want to delete this passkey?",
"are_you_sure_you_want_to_revoke_the_api_key_apikeyname":"Are you sure you want to revoke the API key \"{apiKeyName}\"? This will break any integrations using this key.",
"you_have_to_save_the_changes_before_sending_a_test_email_do_you_want_to_save_now":"You have to save the changes before sending a test email. Do you want to save now?",
"save_and_send":"Save and send",
"test_email_sent_successfully":"Test email sent successfully to your email address.",
"failed_to_send_test_email":"Failed to send test email. Check the server logs for more information.",
"allow_users_to_sign_in_with_a_login_code_sent_to_their_email":"Allows users to bypass passkeys by requesting a login code sent to their email. This significantly reduces security as anyone with access to the user's email can gain entry.",
"the_duration_of_a_session_in_minutes_before_the_user_has_to_sign_in_again":"The duration of a session in minutes before the user has to sign in again.",
"whether_the_users_should_be_able_to_edit_their_own_account_details":"Whether the users should be able to edit their own account details.",
"emails_verified":"Emails Verified",
"whether_the_users_email_should_be_marked_as_verified_for_the_oidc_clients":"Whether the user's email should be marked as verified for the OIDC clients.",
"the_value_of_this_attribute_can_either_be_a_url_binary_or_base64_encoded_image":"The value of this attribute can either be a URL, a binary or a base64 encoded image.",
"group_members_attribute":"Group Members Attribute",
"the_attribute_to_use_for_querying_members_of_a_group":"The attribute to use for querying members of a group.",
"manage_which_groups_this_user_belongs_to":"Manage which groups this user belongs to.",
"custom_claims":"Custom Claims",
"custom_claims_are_key_value_pairs_that_can_be_used_to_store_additional_information_about_a_user":"Custom claims are key-value pairs that can be used to store additional information about a user. These claims will be included in the ID token if the scope 'profile' is requested.",
"user_group_created_successfully":"User group created successfully",
"create_user_group":"Create User Group",
"create_a_new_group_that_can_be_assigned_to_users":"Create a new group that can be assigned to users.",
"add_group":"Add Group",
"manage_user_groups":"Manage User Groups",
"friendly_name":"Friendly Name",
"name_that_will_be_displayed_in_the_ui":"Name that will be displayed in the UI",
"name_that_will_be_in_the_groups_claim":"Name that will be in the \"groups\" claim",
"delete_name":"Delete {name}",
"are_you_sure_you_want_to_delete_this_user_group":"Are you sure you want to delete this user group?",
"user_group_deleted_successfully":"User group deleted successfully",
"user_count":"User Count",
"user_group_updated_successfully":"User group updated successfully",
"user_group_details_name":"User Group Details {name}",
"assign_users_to_this_group":"Assign users to this group.",
"custom_claims_are_key_value_pairs_that_can_be_used_to_store_additional_information_about_a_user_prioritized":"Custom claims are key-value pairs that can be used to store additional information about a user. These claims will be included in the ID token if the scope 'profile' is requested. Custom claims defined on the user will be prioritized if there are conflicts.",
"oidc_client_created_successfully":"OIDC client created successfully",
"create_oidc_client":"Create OIDC Client",
"add_a_new_oidc_client_to_appname":"Add a new OIDC client to {appName}.",
"public_clients_description":"Public clients do not have a client secret. They are designed for mobile, web, and native applications where secrets cannot be securely stored.",
"public_key_code_exchange_is_a_security_feature_to_prevent_csrf_and_authorization_code_interception_attacks":"Public Key Code Exchange is a security feature to prevent CSRF and authorization code interception attacks.",
"name_logo":"{name} logo",
"change_logo":"Change Logo",
"upload_logo":"Upload Logo",
"remove_logo":"Remove Logo",
"are_you_sure_you_want_to_delete_this_oidc_client":"Are you sure you want to delete this OIDC client?",
"create_new_client_secret":"Create new client secret",
"are_you_sure_you_want_to_create_a_new_client_secret":"Are you sure you want to create a new client secret? The old one will be invalidated.",
"generate":"Generate",
"new_client_secret_created_successfully":"New client secret created successfully",
"allowed_user_groups_updated_successfully":"Allowed user groups updated successfully",
"oidc_client_name":"OIDC Client {name}",
"client_id":"Client ID",
"client_secret":"Client secret",
"show_more_details":"Show more details",
"allowed_user_groups":"Allowed User Groups",
"add_user_groups_to_this_client_to_restrict_access_to_users_in_these_groups":"Add user groups to this client to restrict access to users in these groups. If no user groups are selected, all users will have access to this client.",
"this_will_remove_the_uploaded_image_and_reset_the_profile_picture_to_default":"This will remove the uploaded image and reset the profile picture to default. Do you want to continue?",
"callback_url_description":"URL(s) provided by your client. Will be automatically added if left blank. Wildcards (*) are supported, but best avoided for better security.",
"federated_client_credentials_description":"Using federated client credentials, you can authenticate OIDC clients using JWT tokens issued by third-party authorities.",