"search.fuzzy_tooltip":"Include results that closely match the search term",
"search.words":"Words",
"search.words_tooltip":"Include only results that match the search term words",
"search.regexp":"Regexp",
"search.regexp_tooltip":"Include only results that match the regexp search term",
"search.exact":"Exact",
"search.exact_tooltip":"Include only results that match the exact search term",
"search.repo_kind":"Search repos…",
"search.user_kind":"Search users…",
"search.org_kind":"Search orgs…",
"search.team_kind":"Search teams…",
"search.code_kind":"Search code…",
"search.code_search_unavailable":"Code search is currently not available. Please contact the site administrator.",
"search.code_search_by_git_grep":"Current code search results are provided by \"git grep\". There might be better results if site administrator enables Repository Indexer.",
"search.package_kind":"Search packages…",
"search.project_kind":"Search projects…",
"search.branch_kind":"Search branches…",
"search.tag_kind":"Search tags…",
"search.tag_tooltip":"Search for matching tags. Use '%' to match any sequence of numbers.",
"search.commit_kind":"Search commits…",
"search.runner_kind":"Search runners…",
"search.no_results":"No matching results found.",
"search.issue_kind":"Search issues…",
"search.pull_kind":"Search pull requests…",
"search.keyword_search_unavailable":"Searching by keyword is currently not available. Please contact the site administrator.",
"aria.navbar":"Navigation Bar",
"aria.footer":"Footer",
"aria.footer.software":"About Software",
"aria.footer.links":"Links",
"heatmap.number_of_contributions_in_the_last_12_months":"%s contributions in the last 12 months",
"error.report_message":"If you believe that this is a Gitea bug, please search for issues on <a href=\"%s\" target=\"_blank\">GitHub</a> or open a new issue if necessary.",
"error.not_found":"The target couldn't be found.",
"startpage.install_desc":"Simply <a target=\"_blank\" rel=\"noopener noreferrer\" href=\"%[1]s\">run the binary</a> for your platform, ship it with <a target=\"_blank\" rel=\"noopener noreferrer\" href=\"%[2]s\">Docker</a>, or get it <a target=\"_blank\" rel=\"noopener noreferrer\" href=\"%[3]s\">packaged</a>.",
"startpage.platform":"Cross-platform",
"startpage.platform_desc":"Gitea runs anywhere <a target=\"_blank\" rel=\"noopener noreferrer\" href=\"%s\">Go</a> can compile for: Windows, macOS, Linux, ARM, etc. Choose the one you love!",
"startpage.lightweight":"Lightweight",
"startpage.lightweight_desc":"Gitea has low minimal requirements and can run on an inexpensive Raspberry Pi. Save your machine energy!",
"startpage.license":"Open Source",
"startpage.license_desc":"Go get <a target=\"_blank\" rel=\"noopener noreferrer\" href=\"%[1]s\">%[2]s</a>! Join us by <a target=\"_blank\" rel=\"noopener noreferrer\" href=\"%[3]s\">contributing</a> to make this project even better. Don't be shy to be a contributor!",
"install.docker_helper":"If you run Gitea inside Docker, please read the <a target=\"_blank\" rel=\"noopener noreferrer\" href=\"%s\">documentation</a> before changing any settings.",
"install.require_db_desc":"Gitea requires MySQL, PostgreSQL, MSSQL, SQLite3 or TiDB (MySQL protocol).",
"install.db_title":"Database Settings",
"install.db_type":"Database Type",
"install.host":"Host",
"install.user":"Username",
"install.password":"Password",
"install.db_name":"Database Name",
"install.db_schema":"Schema",
"install.db_schema_helper":"Leave blank for database default (\"public\").",
"install.ssl_mode":"SSL",
"install.path":"Path",
"install.sqlite_helper":"File path for the SQLite3 database.<br>Enter an absolute path if you run Gitea as a service.",
"install.reinstall_error":"You are trying to install into an existing Gitea database",
"install.reinstall_confirm_message":"Re-installing with an existing Gitea database can cause multiple problems. In most cases, you should use your existing \"app.ini\" to run Gitea. If you know what you are doing, confirm the following:",
"install.reinstall_confirm_check_1":"The data encrypted by the SECRET_KEY in app.ini may be lost: users may not be able to log in with 2FA/OTP and mirrors may not function correctly. By checking this box, you confirm that the current app.ini file contains the correct SECRET_KEY.",
"install.reinstall_confirm_check_2":"The repositories and settings may need to be resynchronized. By checking this box, you confirm that you will resynchronize the hooks for the repositories and authorized_keys file manually. You confirm that you will ensure that repository and mirror settings are correct.",
"install.reinstall_confirm_check_3":"You confirm that you are absolutely sure that this Gitea is running with the correct app.ini location and that you are sure that you have to re-install. You confirm that you acknowledge the above risks.",
"install.err_empty_db_path":"The SQLite3 database path cannot be empty.",
"install.no_admin_and_disable_registration":"You cannot disable user self-registration without creating an administrator account.",
"install.err_empty_admin_password":"The administrator password cannot be empty.",
"install.err_empty_admin_email":"The administrator email address cannot be empty.",
"install.err_admin_name_is_reserved":"Administrator username is invalid. Username is reserved.",
"install.err_admin_name_pattern_not_allowed":"Administrator username is invalid. The username matches a reserved pattern.",
"install.err_admin_name_is_invalid":"Administrator username is invalid",
"install.general_title":"General Settings",
"install.app_name":"Site Title",
"install.app_name_helper":"You can enter your company name here.",
"install.repo_path":"Repository Root Path",
"install.repo_path_helper":"Remote Git repositories will be saved to this directory.",
"install.lfs_path":"Git LFS Root Path",
"install.lfs_path_helper":"Files tracked by Git LFS will be stored in this directory. Leave empty to disable.",
"install.run_user":"Run As Username",
"install.run_user_helper":"The operating system username that Gitea runs as. Note that this user must have access to the repository root path.",
"install.domain":"Server Domain",
"install.domain_helper":"Domain or host address for the server.",
"install.ssh_port":"SSH Server Port",
"install.ssh_port_helper":"Port number your SSH server listens on. Leave empty to disable.",
"install.http_port":"Gitea HTTP Listen Port",
"install.http_port_helper":"Port number the Gitea web server will listen on.",
"install.app_url":"Gitea Base URL",
"install.app_url_helper":"Base address for HTTP(S) clone URLs and email notifications.",
"install.log_root_path":"Log Path",
"install.log_root_path_helper":"Log files will be written to this directory.",
"install.optional_title":"Optional Settings",
"install.email_title":"Email Settings",
"install.smtp_addr":"SMTP Host",
"install.smtp_port":"SMTP Port",
"install.smtp_from":"Send Email As",
"install.smtp_from_invalid":"The \"Send Email As\" address is invalid",
"install.smtp_from_helper":"Email address Gitea will use. Enter a plain email address or use the \"Name\" <email@example.com> format.",
"install.mailer_user":"SMTP Username",
"install.mailer_password":"SMTP Password",
"install.register_confirm":"Require Email Confirmation to Register",
"install.server_service_title":"Server and Third-Party Service Settings",
"install.offline_mode":"Enable Local Mode",
"install.offline_mode_popup":"Disable third-party content delivery networks and serve all resources locally.",
"install.disable_gravatar":"Disable Gravatar",
"install.disable_gravatar_popup":"Disable Gravatar and third-party avatar sources. A default avatar will be used unless a user locally uploads an avatar.",
"install.test_git_failed":"Could not test 'git' command: %v",
"install.sqlite3_not_available":"This Gitea version does not support SQLite3. Please download the official binary version from %s (not the 'gobuild' version).",
"install.invalid_db_setting":"The database settings are invalid: %v",
"install.invalid_db_table":"The database table \"%s\" is invalid: %v",
"install.invalid_repo_path":"The repository root path is invalid: %v",
"install.invalid_app_data_path":"The app data path is invalid: %v",
"install.run_user_not_match":"The 'run as' username is not the current username: %s -> %s",
"install.internal_token_failed":"Failed to generate internal token: %v",
"install.secret_key_failed":"Failed to generate secret key: %v",
"install.save_config_failed":"Failed to save configuration: %v",
"install.invalid_admin_setting":"Administrator account setting is invalid: %v",
"install.invalid_log_root_path":"The log path is invalid: %v",
"install.default_keep_email_private":"Hide Email Addresses by Default",
"install.default_keep_email_private_popup":"Hide email addresses of new user accounts by default.",
"install.default_allow_create_organization":"Allow Creation of Organizations by Default",
"install.default_allow_create_organization_popup":"Allow new user accounts to create organizations by default.",
"install.default_enable_timetracking":"Enable Time Tracking by Default",
"install.default_enable_timetracking_popup":"Enable time tracking for new repositories by default.",
"install.no_reply_address":"Hidden Email Domain",
"install.no_reply_address_helper":"Domain name for users with a hidden email address. For example, the username 'joe' will be logged in Git as 'joe@noreply.example.org' if the hidden email domain is set to 'noreply.example.org'.",
"install.password_algorithm_helper":"Set the password hashing algorithm. Algorithms have differing requirements and strengths. The argon2 algorithm is rather secure but uses a lot of memory and may be inappropriate for small systems.",
"home.filter_by_team_repositories":"Filter by team repositories",
"home.feed_of":"Feed of \"%s\"",
"home.show_archived":"Archived",
"home.show_both_archived_unarchived":"Showing both archived and unarchived",
"home.show_only_archived":"Showing only archived",
"home.show_only_unarchived":"Showing only unarchived",
"home.show_private":"Private",
"home.show_both_private_public":"Showing both public and private",
"home.show_only_private":"Showing only private",
"home.show_only_public":"Showing only public",
"home.issues.in_your_repos":"In your repositories",
"home.guide_title":"No Activity",
"home.guide_desc":"You are currently not following any repositories or users, so there is no content to display. You can explore repositories or users of interest from the links below.",
"home.explore_repos":"Explore repositories",
"home.explore_users":"Explore users",
"home.empty_org":"There are no organizations yet.",
"home.empty_repo":"There are no repositories yet.",
"explore.repos":"Repositories",
"explore.users":"Users",
"explore.organizations":"Organizations",
"explore.go_to":"Go to",
"explore.code":"Code",
"explore.code_last_indexed_at":"Last indexed %s",
"explore.relevant_repositories_tooltip":"Repositories that are forks or that have no topic, no icon, and no description are hidden.",
"explore.relevant_repositories":"Only relevant repositories are being shown, <a href=\"%s\">show unfiltered results</a>.",
"auth.create_new_account":"Register Account",
"auth.already_have_account":"Already have an account?",
"auth.sign_in_now":"Sign in now!",
"auth.disable_register_prompt":"Registration is disabled. Please contact your site administrator.",
"auth.disable_register_mail":"Email confirmation for registration is disabled.",
"auth.manual_activation_only":"Contact your site administrator to complete activation.",
"auth.remember_me":"Remember This Device",
"auth.remember_me.compromised":"The login token is not valid anymore which may indicate a compromised account. Please check your account for unusual activities.",
"auth.forgot_password_title":"Forgot Password",
"auth.forgot_password":"Forgot password?",
"auth.need_account":"Need an account?",
"auth.sign_up_tip":"You are registering the first account in the system, which has administrator privileges. Please carefully remember your username and password. If you forget the username or password, please refer to the Gitea documentation to recover the account.",
"auth.sign_up_now":"Register now.",
"auth.sign_up_successful":"Account was successfully created. Welcome!",
"auth.confirmation_mail_sent_prompt_ex":"A new confirmation email has been sent to <b>%s</b>. Please check your inbox within the next %s to complete the registration process. If your registration email address is incorrect, you can sign in again and change it.",
"auth.must_change_password":"Update your password",
"auth.allow_password_change":"Require user to change password (recommended)",
"auth.reset_password_mail_sent_prompt":"A confirmation email has been sent to <b>%s</b>. Please check your inbox within the next %s to complete the account recovery process.",
"auth.active_your_account":"Activate Your Account",
"auth.account_activated":"Account has been activated",
"auth.prohibit_login":"Sign-In Prohibited",
"auth.prohibit_login_desc":"Your account is prohibited from signing in. Please contact your site administrator.",
"auth.resent_limit_prompt":"You have already requested an activation email recently. Please wait 3 minutes and try again.",
"auth.has_unconfirmed_mail":"Hi %s, you have an unconfirmed email address (<b>%s</b>). If you haven't received a confirmation email or need to resend a new one, please click on the button below.",
"auth.change_unconfirmed_mail_address":"If your registration email address is incorrect, you can change it here and resend a new confirmation email.",
"auth.resend_mail":"Click here to resend your activation email",
"auth.email_not_associate":"The email address is not associated with any account.",
"auth.invalid_code":"Your confirmation code is invalid or has expired.",
"auth.invalid_code_forgot_password":"Your confirmation code is invalid or has expired. Click <a href=\"%s\">here</a> to start a new session.",
"auth.invalid_password":"Your password does not match the password that was used to create the account.",
"auth.reset_password_helper":"Recover Account",
"auth.reset_password_wrong_user":"You are signed in as %s, but the account recovery link is meant for %s",
"auth.password_too_short":"Password length cannot be less than %d characters.",
"auth.non_local_account":"Non-local users cannot update their password through the Gitea web interface.",
"auth.verify":"Verify",
"auth.scratch_code":"Scratch code",
"auth.use_scratch_code":"Use a scratch code",
"auth.twofa_scratch_used":"You have used your scratch code. You have been redirected to the two-factor settings page so you may remove your device enrollment or generate a new scratch code.",
"auth.twofa_passcode_incorrect":"Your passcode is incorrect. If you misplaced your device, use your scratch code to sign in.",
"auth.twofa_scratch_token_incorrect":"Your scratch code is incorrect.",
"auth.twofa_required":"You must set up two-factor authentication to get access to repositories, or try to log in again.",
"auth.login_userpass":"Sign In",
"auth.login_openid":"OpenID",
"auth.oauth_signup_tab":"Register New Account",
"auth.oauth_signup_title":"Complete New Account",
"auth.oauth_signup_submit":"Complete Account",
"auth.oauth_signin_tab":"Link to Existing Account",
"auth.oauth_signin_title":"Sign In to Authorize Linked Account",
"auth.oauth_signin_submit":"Link Account",
"auth.oauth.signin.error.general":"There was an error processing the authorization request: %s. If this error persists, please contact the site administrator.",
"auth.oauth.signin.error.access_denied":"The authorization request was denied.",
"auth.oauth.signin.error.temporarily_unavailable":"Authorization failed because the authentication server is temporarily unavailable. Please try again later.",
"auth.oauth_callback_unable_auto_reg":"Auto Registration is enabled, but OAuth2 Provider %[1]s returned missing fields: %[2]s, unable to create an account automatically. Please create or link to an account, or contact the site administrator.",
"auth.openid_connect_submit":"Connect",
"auth.openid_connect_title":"Connect to an existing account",
"auth.openid_connect_desc":"The chosen OpenID URI is unknown. Associate it with a new account here.",
"auth.openid_register_title":"Create new account",
"auth.openid_register_desc":"The chosen OpenID URI is unknown. Associate it with a new account here.",
"auth.openid_signin_desc":"Enter your OpenID URI. For example: alice.openid.example.org or https://openid.example.org/alice.",
"auth.disable_forgot_password_mail":"Account recovery is disabled because no email address is set up. Please contact your site administrator.",
"auth.disable_forgot_password_mail_admin":"Account recovery is only available when an email address is set up.",
"auth.email_domain_blacklisted":"You cannot register with your email address.",
"auth.authorize_redirect_notice":"You will be redirected to %s if you authorize this application.",
"auth.authorize_application_created_by":"This application was created by %s.",
"auth.authorize_application_description":"If you grant access, it will be able to access and write to all your account information, including private repos and organizations.",
"auth.authorization_failed_desc":"The authorization failed because we detected an invalid request. Please contact the maintainer of the app you tried to authorize.",
"auth.password_pwned":"The password you chose is on a <a target=\"_blank\" rel=\"noopener noreferrer\" href=\"%s\">list of stolen passwords</a> previously exposed in public data breaches. Please try again with a different password and consider changing this password elsewhere too.",
"auth.password_pwned_err":"Could not complete request to HaveIBeenPwned",
"auth.last_admin":"You cannot remove the last admin. There must be at least one admin.",
"auth.signin_passkey":"Sign in with a passkey",
"auth.back_to_sign_in":"Back to Sign In",
"mail.view_it_on":"View it on %s",
"mail.reply":"or reply to this email directly",
"mail.link_not_working_do_paste":"Not working? Try copying and pasting it to your browser.",
"mail.hi_user_x":"Hi <b>%s</b>,",
"mail.activate_account":"Please activate your account",
"mail.activate_account.title":"%s, please activate your account",
"mail.activate_account.text_1":"Hi <b>%[1]s</b>, thanks for registering at %[2]s!",
"mail.activate_account.text_2":"Please click the following link to activate your account within <b>%s</b>:",
"mail.activate_email":"Verify your email address",
"mail.activate_email.title":"%s, please verify your email address",
"mail.activate_email.text":"Please click the following link to verify your email address within <b>%s</b>:",
"mail.register_notify":"Welcome to %s",
"mail.register_notify.title":"%[1]s, welcome to %[2]s",
"mail.register_notify.text_1":"This is your registration confirmation email for %s!",
"mail.register_notify.text_2":"You can now log in via username: %s.",
"mail.register_notify.text_3":"If this account has been created for you, please <a href=\"%s\">set your password</a> first.",
"mail.reset_password":"Recover your account",
"mail.reset_password.title":"%s, you have requested to recover your account",
"mail.reset_password.text":"Please click the following link to recover your account within <b>%s</b>:",
"mail.repo.actions.jobs.all_succeeded":"All jobs have succeeded",
"mail.repo.actions.jobs.all_failed":"All jobs have failed",
"mail.repo.actions.jobs.some_not_successful":"Some jobs were not successful",
"mail.repo.actions.jobs.all_cancelled":"All jobs have been cancelled",
"mail.team_invite.subject":"%[1]s has invited you to join the %[2]s organization",
"mail.team_invite.text_1":"%[1]s has invited you to join team %[2]s in organization %[3]s.",
"mail.team_invite.text_2":"Please click the following link to join the team:",
"mail.team_invite.text_3":"Note: This invitation was intended for %[1]s. If you were not expecting this invitation, you can ignore this email.",
"modal.yes":"Yes",
"modal.no":"No",
"modal.confirm":"Confirm",
"modal.cancel":"Cancel",
"modal.modify":"Update",
"form.UserName":"Username",
"form.RepoName":"Repository name",
"form.Email":"Email address",
"form.Password":"Password",
"form.Retype":"Confirm Password",
"form.SSHTitle":"SSH key name",
"form.HttpsUrl":"HTTPS URL",
"form.PayloadUrl":"Payload URL",
"form.TeamName":"Team name",
"form.AuthName":"Authorization name",
"form.AdminEmail":"Admin email",
"form.NewBranchName":"New branch name",
"form.CommitSummary":"Commit summary",
"form.CommitMessage":"Commit message",
"form.CommitChoice":"Commit choice",
"form.TreeName":"File path",
"form.Content":"Content",
"form.SSPISeparatorReplacement":"Separator",
"form.SSPIDefaultLanguage":"Default Language",
"form.require_error":" cannot be empty.",
"form.alpha_dash_error":" should contain only alphanumeric, dash ('-') and underscore ('_') characters.",
"form.alpha_dash_dot_error":" should contain only alphanumeric, dash ('-'), underscore ('_') and dot ('.') characters.",
"form.git_ref_name_error":" must be a well-formed Git reference name.",
"form.size_error":" must be size %s.",
"form.min_size_error":" must contain at least %s characters.",
"form.max_size_error":" must contain at most %s characters.",
"form.email_error":" is not a valid email address.",
"form.url_error":"\"%s\" is not a valid URL.",
"form.include_error":" must contain substring \"%s\".",
"form.glob_pattern_error":" glob pattern is invalid: %s.",
"form.regex_pattern_error":" regex pattern is invalid: %s.",
"form.username_error":" can only contain alphanumeric characters ('0-9','a-z','A-Z'), dash ('-'), underscore ('_') and dot ('.'). It cannot begin or end with non-alphanumeric characters, and consecutive non-alphanumeric characters are also forbidden.",
"form.invalid_group_team_map_error":" mapping is invalid: %s",
"form.unknown_error":"Unknown error:",
"form.captcha_incorrect":"The CAPTCHA code is incorrect.",
"form.password_not_match":"The passwords do not match.",
"form.lang_select_error":"Select a language from the list.",
"form.username_been_taken":"The username is already taken.",
"form.username_change_not_local_user":"Non-local users are not allowed to change their username.",
"form.change_username_disabled":"Changing username is disabled.",
"form.change_full_name_disabled":"Changing full name is disabled.",
"form.username_has_not_been_changed":"Username has not been changed",
"form.repo_name_been_taken":"The repository name is already used.",
"form.repository_force_private":"Force Private is enabled: private repositories cannot be made public.",
"form.repository_files_already_exist":"Files already exist for this repository. Contact the system administrator.",
"form.repository_files_already_exist.adopt":"Files already exist for this repository and can only be adopted.",
"form.repository_files_already_exist.delete":"Files already exist for this repository. You must delete them.",
"form.repository_files_already_exist.adopt_or_delete":"Files already exist for this repository. Either adopt them or delete them.",
"form.org_name_been_taken":"The organization name is already taken.",
"form.team_name_been_taken":"The team name is already taken.",
"form.team_no_units_error":"Allow access to at least one repository section.",
"form.email_been_used":"The email address is already used.",
"form.email_invalid":"The email address is invalid.",
"form.email_domain_is_not_allowed":"The domain of user email address <b>%s</b> conflicts with EMAIL_DOMAIN_ALLOWLIST or EMAIL_DOMAIN_BLOCKLIST. Please ensure your operation is expected.",
"form.openid_been_used":"The OpenID address \"%s\" is already used.",
"form.username_password_incorrect":"Username or password is incorrect.",
"form.password_complexity":"Password does not pass complexity requirements:",
"form.password_lowercase_one":"At least one lowercase character",
"form.password_uppercase_one":"At least one uppercase character",
"form.password_digit_one":"At least one digit",
"form.password_special_one":"At least one special character (punctuation, brackets, quotes, etc.)",
"form.enterred_invalid_repo_name":"The repository name you entered is incorrect.",
"form.enterred_invalid_org_name":"The organization name you entered is incorrect.",
"form.enterred_invalid_owner_name":"The new owner name is not valid.",
"form.enterred_invalid_password":"The password you entered is incorrect.",
"form.unset_password":"The login user has not set the password.",
"form.unsupported_login_type":"The login type is not supported to delete account.",
"form.user_not_exist":"The user does not exist.",
"form.team_not_exist":"The team does not exist.",
"form.last_org_owner":"You cannot remove the last user from the 'owners' team. There must be at least one owner for an organization.",
"form.cannot_add_org_to_team":"An organization cannot be added as a team member.",
"form.duplicate_invite_to_team":"The user was already invited as a team member.",
"form.organization_leave_success":"You have successfully left the organization %s.",
"form.invalid_ssh_key":"Cannot verify your SSH key: %s",
"form.invalid_gpg_key":"Cannot verify your GPG key: %s",
"user.block.block.org":"Block user from organization",
"user.block.block.failure":"Failed to block user: %s",
"user.block.unblock":"Unblock",
"user.block.unblock.failure":"Failed to unblock user: %s",
"user.block.blocked":"You have blocked this user.",
"user.block.title":"Block a user",
"user.block.info":"Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.",
"user.block.info_1":"Blocking a user prevents the following actions on your account and your repositories:",
"user.block.info_2":"following your account",
"user.block.info_3":"send you notifications by @mentioning your username",
"user.block.info_4":"inviting you as a collaborator to their repositories",
"user.block.info_5":"starring, forking or watching on repositories",
"user.block.info_6":"opening and commenting on issues or pull requests",
"user.block.info_7":"reacting to your comments in issues or pull requests",
"user.block.user_to_block":"User to block",
"user.block.note":"Note",
"user.block.note.title":"Optional note:",
"user.block.note.info":"The note is not visible to the blocked user.",
"user.block.note.edit":"Edit note",
"user.block.list":"Blocked users",
"user.block.list.none":"You have not blocked any users.",
"settings.biography_placeholder":"Tell us a little bit about yourself! (You can use Markdown)",
"settings.location_placeholder":"Share your approximate location with others",
"settings.profile_desc":"Control how your profile is shown to other users. Your primary email address will be used for notifications, password recovery and web-based Git operations.",
"settings.password_username_disabled":"You are not allowed to change your username. Please contact your site administrator for more details.",
"settings.password_full_name_disabled":"You are not allowed to change your full name. Please contact your site administrator for more details.",
"settings.full_name":"Full Name",
"settings.website":"Website",
"settings.location":"Location",
"settings.update_theme":"Update Theme",
"settings.update_profile":"Update Profile",
"settings.update_language":"Update Language",
"settings.update_language_not_found":"Language \"%s\" is not available.",
"settings.update_language_success":"Language has been updated.",
"settings.update_profile_success":"Your profile has been updated.",
"settings.change_username":"Your username has been changed.",
"settings.change_username_prompt":"Note: Changing your username also changes your account URL.",
"settings.change_username_redirect_prompt":"The old username will redirect until someone claims it.",
"settings.hidden_comment_types_description":"Comment types checked here will not be shown on issue pages. Checking \"Label\", for example, removes all \"{user} added/removed {label}\" comments.",
"settings.hidden_comment_types.ref_tooltip":"Comments where this issue was referenced from another issue/commit/…",
"settings.hidden_comment_types.issue_ref_tooltip":"Comments where the user changes the branch/tag associated with the issue",
"settings.email_desc":"Your primary email address will be used for notifications, password recovery and, provided that it is not hidden, web-based Git operations.",
"settings.theme_desc":"This will be your default theme across the site.",
"settings.theme_colorblindness_prompt":"Gitea only has a few themes with basic color blindness support, which only have a few colors defined. The work is still in progress. More improvements could be made by defining more colors in the theme CSS files.",
"settings.can_not_add_email_activations_pending":"There is a pending activation. Try again in a few minutes if you want to add a new email address.",
"settings.delete_email":"Remove",
"settings.email_deletion":"Remove Email Address",
"settings.email_deletion_desc":"This email address and related information will be removed from your account. Git commits by this email address will remain unchanged. Continue?",
"settings.email_deletion_success":"The email address has been removed.",
"settings.theme_update_success":"Your theme was updated.",
"settings.theme_update_error":"The selected theme does not exist.",
"settings.openid_deletion_desc":"Removing this OpenID address from your account will prevent you from signing in with it. Continue?",
"settings.openid_deletion_success":"The OpenID address has been removed.",
"settings.add_new_email":"Add New Email Address",
"settings.add_new_openid":"Add New OpenID URI",
"settings.add_email":"Add Email Address",
"settings.add_openid":"Add OpenID URI",
"settings.add_email_confirmation_sent":"A confirmation email has been sent to \"%s\". Please check your inbox within the next %s to confirm your email address.",
"settings.add_email_success":"The new email address has been added.",
"settings.email_preference_set_success":"Email preference has been set successfully.",
"settings.add_openid_success":"The new OpenID address has been added.",
"settings.keep_email_private_popup":"This will hide your email address from your profile, as well as when you make a pull request or edit a file using the web interface. Pushed commits will not be modified. Use %s in commits to associate them with your account.",
"settings.openid_desc":"OpenID lets you delegate authentication to an external provider.",
"settings.ssh_desc":"These public SSH keys are associated with your account. The corresponding private keys allow full access to your repositories.",
"settings.principal_desc":"These SSH certificate principals are associated with your account and allow full access to your repositories.",
"settings.gpg_desc":"These public GPG keys are associated with your account. Keep your private keys safe as they allow commits to be verified.",
"settings.ssh_helper":"<strong>Need help?</strong> Have a look at GitHub's guide to <a href=\"%s\">create your own SSH keys</a> or solve <a href=\"%s\">common problems</a> you may encounter using SSH.",
"settings.gpg_helper":"<strong>Need help?</strong> Have a look at GitHub's guide <a href=\"%s\">about GPG</a>.",
"settings.add_new_key":"Add SSH Key",
"settings.add_new_gpg_key":"Add GPG Key",
"settings.key_content_ssh_placeholder":"Begins with 'ssh-ed25519', 'ssh-rsa', 'ecdsa-sha2-nistp256', 'ecdsa-sha2-nistp384', 'ecdsa-sha2-nistp521', 'sk-ecdsa-sha2-nistp256@openssh.com', or 'sk-ssh-ed25519@openssh.com'",
"settings.key_content_gpg_placeholder":"Begins with '-----BEGIN PGP PUBLIC KEY BLOCK-----'",
"settings.add_new_principal":"Add Principal",
"settings.ssh_key_been_used":"This SSH key has already been added to the server.",
"settings.ssh_key_name_used":"An SSH key with same name already exists on your account.",
"settings.ssh_principal_been_used":"This principal has already been added to the server.",
"settings.gpg_key_id_used":"A public GPG key with same ID already exists.",
"settings.gpg_no_key_email_found":"This GPG key does not match any activated email address associated with your account. It may still be added if you sign the provided token.",
"settings.gpg_key_matched_identities_long":"The embedded identities in this key match the following activated email addresses for this user. Commits matching these email addresses can be verified with this key.",
"settings.gpg_key_verified":"Verified Key",
"settings.gpg_key_verified_long":"Key has been verified with a token and can be used to verify commits matching any activated email addresses for this user in addition to any matched identities for this key.",
"settings.gpg_key_verify":"Verify",
"settings.gpg_invalid_token_signature":"The provided GPG key, signature and token do not match, or the token is out-of-date.",
"settings.gpg_token_required":"You must provide a signature for the below token",
"settings.gpg_token":"Token",
"settings.gpg_token_help":"You can generate a signature using:",
"settings.key_signature_gpg_placeholder":"Begins with '-----BEGIN PGP SIGNATURE-----'",
"settings.verify_gpg_key_success":"GPG key \"%s\" has been verified.",
"settings.ssh_key_verified":"Verified Key",
"settings.ssh_key_verified_long":"Key has been verified with a token and can be used to verify commits matching any activated email addresses for this user.",
"settings.ssh_key_verify":"Verify",
"settings.ssh_invalid_token_signature":"The provided SSH key, signature or token do not match, or the token is out-of-date.",
"settings.ssh_token_required":"You must provide a signature for the below token",
"settings.ssh_token":"Token",
"settings.ssh_token_help":"You can generate a signature using:",
"settings.access_token_deletion_desc":"Deleting a token will revoke access to your account for applications using it. This cannot be undone. Continue?",
"settings.delete_token_success":"The token has been deleted. Applications using it no longer have access to your account.",
"settings.repo_and_org_access":"Repository and Organization Access",
"settings.permissions_public_only":"Public only",
"settings.permissions_access_all":"All (public, private, and limited)",
"settings.access_token_desc":"Selected token permissions limit authorization only to the corresponding <a %s>API</a> routes. Read the <a %s>documentation</a> for more information.",
"settings.at_least_one_permission":"You must select at least one permission to create a token",
"settings.oauth2_confidential_client":"Confidential Client. Select for apps that keep the secret confidential, such as web apps. Do not select for native apps, including desktop and mobile apps.",
"settings.oauth2_skip_secondary_authorization":"Skip authorization for public clients after granting access once. <strong>May pose a security risk.</strong>",
"settings.oauth2_redirect_uris":"Redirect URIs. Please use a new line for every URI.",
"settings.oauth2_regenerate_secret_hint":"Lost your secret?",
"settings.oauth2_client_secret_hint":"The secret will not be shown again after you leave or refresh this page. Please ensure that you have saved it.",
"settings.oauth2_application_edit":"Edit",
"settings.oauth2_application_create_description":"OAuth2 applications gives your third-party application access to user accounts on this instance.",
"settings.oauth2_application_remove_description":"Removing an OAuth2 application will prevent it from accessing authorized user accounts on this instance. Continue?",
"settings.oauth2_application_locked":"Gitea pre-registers some OAuth2 applications on startup if enabled in config. To prevent unexpected behavior, these can neither be edited nor removed. Please refer to the OAuth2 documentation for more information.",
"settings.authorized_oauth2_applications_description":"You have granted access to your personal Gitea account to these third-party applications. Please revoke access for applications you no longer need.",
"settings.revoke_key":"Revoke",
"settings.revoke_oauth2_grant":"Revoke Access",
"settings.revoke_oauth2_grant_description":"Revoking access for this third-party application will prevent this application from accessing your data. Are you sure?",
"settings.twofa_desc":"To protect your account against password theft, you can use a smartphone or another device for receiving time-based one-time passwords (\"TOTP\").",
"settings.twofa_recovery_tip":"If you lose your device, you will be able to use a single-use recovery key to regain access to your account.",
"settings.twofa_is_enrolled":"Your account is currently <strong>enrolled</strong> in two-factor authentication.",
"settings.twofa_not_enrolled":"Your account is not currently enrolled in two-factor authentication.",
"settings.twofa_scratch_token_regenerated":"Your single-use recovery key is now %s. Store it in a safe place, as it will not be shown again.",
"settings.twofa_enroll":"Enroll in Two-Factor Authentication",
"settings.twofa_disable_note":"You can disable two-factor authentication if needed.",
"settings.twofa_disable_desc":"Disabling two-factor authentication will make your account less secure. Continue?",
"settings.regenerate_scratch_token_desc":"If you misplaced your recovery key or have already used it to sign in, you can reset it here.",
"settings.twofa_disabled":"Two-factor authentication has been disabled.",
"settings.scan_this_image":"Scan this image with your authentication application:",
"settings.or_enter_secret":"Or enter the secret: %s",
"settings.then_enter_passcode":"And enter the passcode shown in the application:",
"settings.passcode_invalid":"The passcode is incorrect. Try again.",
"settings.twofa_enrolled":"Your account has been successfully enrolled. Store your single-use recovery key (%s) in a safe place, as it will not be shown again.",
"settings.twofa_failed_get_secret":"Failed to get secret.",
"settings.webauthn_desc":"Security keys are hardware devices containing cryptographic keys. They can be used for two-factor authentication. Security keys must support the <a rel=\"noreferrer\" target=\"_blank\" href=\"%s\">WebAuthn Authenticator</a> standard.",
"settings.email_notifications.andyourown":"And Your Own Notifications",
"settings.email_notifications.actions.desc":"Notifications for workflow runs on repositories set up with <a target=\"_blank\" href=\"%s\">Gitea Actions</a>.",
"settings.email_notifications.actions.failure_only":"Only notify for failed workflow runs",
"settings.visibility":"User visibility",
"settings.visibility.public":"Public",
"settings.visibility.public_tooltip":"Visible to everyone",
"settings.visibility.limited":"Limited",
"settings.visibility.limited_tooltip":"Visible only to authenticated users",
"settings.visibility.private":"Private",
"settings.visibility.private_tooltip":"Visible only to members of organizations you have joined",
"repo.new_repo_helper":"A repository contains all project files, including revision history. Already hosting one elsewhere? <a href=\"%s\">Migrate repository.</a>",
"repo.owner":"Owner",
"repo.owner_helper":"Some organizations may not show up in the dropdown due to a maximum repository count limit.",
"repo.repo_name":"Repository Name",
"repo.repo_name_profile_public_hint":".profile is a special repository that you can use to add README.md to your public organization profile, visible to anyone. Make sure it's public and initialize it with a README in the profile directory to get started.",
"repo.repo_name_profile_private_hint":".profile-private is a special repository that you can use to add a README.md to your organization member profile, visible only to organization members. Make sure it's private and initialize it with a README in the profile directory to get started.",
"repo.repo_name_helper":"Good repository names use short, memorable and unique keywords. A repository named \".profile\" or \".profile-private\" could be used to add a README.md for the user/organization profile.",
"repo.repo_size":"Repository Size",
"repo.template":"Template",
"repo.template_select":"Select a template.",
"repo.template_helper":"Make repository a template",
"repo.template_description":"Template repositories let users generate new repositories with the same directory structure, files, and optional settings.",
"repo.visibility":"Visibility",
"repo.visibility_description":"Only the owner or the organization members if they have rights, will be able to see it.",
"repo.repo_gitignore_helper_desc":"Choose which files not to track from a list of templates for common languages. Typical artifacts generated by each language's build tools are included on .gitignore by default.",
"repo.issue_labels":"Issue Labels",
"repo.issue_labels_helper":"Select an issue label set.",
"repo.license":"License",
"repo.license_helper":"Select a license file.",
"repo.license_helper_desc":"A license governs what others can and can't do with your code. Not sure which one is right for your project? See <a target=\"_blank\" rel=\"noopener noreferrer\" href=\"%s\">Choose a license.</a>",
"repo.multiple_licenses":"Multiple Licenses",
"repo.object_format":"Object Format",
"repo.object_format_helper":"Object format of the repository. Cannot be changed later. SHA1 is most compatible.",
"repo.readme":"README",
"repo.readme_helper":"Select a README file template.",
"repo.readme_helper_desc":"This is the place where you can write a complete description for your project.",
"repo.auto_init":"Initialize Repository (Adds .gitignore, License and README)",
"repo.trust_model_helper":"Select trust model for signature verification. Possible options are:",
"repo.trust_model_helper_collaborator":"Collaborator: Trust signatures by collaborators",
"repo.trust_model_helper_committer":"Committer: Trust signatures that match committers",
"repo.trust_model_helper_collaborator_committer":"Collaborator+Committer: Trust signatures by collaborators which match the committer",
"repo.trust_model_helper_default":"Default: Use the default trust model for this installation",
"repo.create_repo":"Create Repository",
"repo.default_branch":"Default Branch",
"repo.default_branch_label":"default",
"repo.default_branch_helper":"The default branch is the base branch for pull requests and code commits.",
"repo.mirror_interval":"Mirror Interval (valid time units are 'h', 'm', 's'). 0 to disable periodic sync. (Minimum interval: %s)",
"repo.mirror_interval_invalid":"The mirror interval is not valid.",
"repo.mirror_sync":"synced",
"repo.mirror_sync_on_commit":"Sync when commits are pushed",
"repo.mirror_address":"Clone From URL",
"repo.mirror_address_desc":"Put any required credentials in the Authorization section.",
"repo.mirror_address_url_invalid":"The provided URL is invalid. Make sure all components of the URL are escaped correctly.",
"repo.mirror_address_protocol_invalid":"The provided URL is invalid. Only http(s):// or git:// locations can be used for mirroring.",
"repo.mirror_lfs":"Large File Storage (LFS)",
"repo.mirror_lfs_desc":"Activate mirroring of LFS data.",
"repo.mirror_lfs_endpoint":"LFS Endpoint",
"repo.mirror_lfs_endpoint_desc":"Sync will attempt to use the clone URL to <a target=\"_blank\" rel=\"noopener noreferrer\" href=\"%s\">determine the LFS server</a>. You can also specify a custom endpoint if the repository LFS data is stored somewhere else.",
"repo.delete_preexisting_content":"Delete files in %s",
"repo.delete_preexisting_success":"Deleted unadopted files in %s",
"repo.blame_prior":"View blame prior to this change",
"repo.blame.ignore_revs":"Ignoring revisions in <a href=\"%s\">.git-blame-ignore-revs</a>. Click <a href=\"%s\">here to bypass</a> and see the normal blame view.",
"repo.blame.ignore_revs.failed":"Failed to ignore revisions in <a href=\"%s\">.git-blame-ignore-revs</a>.",
"repo.user_search_tooltip":"Shows a maximum of 30 users",
"repo.tree_path_not_found":"Path %[1]s doesn't exist in %[2]s",
"repo.transfer.accept":"Accept Transfer",
"repo.transfer.accept_desc":"Transfer to \"%s\"",
"repo.transfer.reject":"Reject Transfer",
"repo.transfer.reject_desc":"Cancel transfer to \"%s\"",
"repo.transfer.no_permission_to_accept":"You do not have permission to accept this transfer.",
"repo.transfer.no_permission_to_reject":"You do not have permission to reject this transfer.",
"repo.template.git_hooks_tooltip":"You are currently unable to modify or remove Git Hooks once added. Select this only if you trust the template repository.",
"repo.template.webhooks":"Webhooks",
"repo.template.topics":"Topics",
"repo.template.avatar":"Avatar",
"repo.template.issue_labels":"Issue Labels",
"repo.template.one_item":"Must select at least one template item",
"repo.template.invalid":"Must select a template repository",
"repo.archive.title":"This repo is archived. You can view files and clone it. You cannot open issues or pull requests or push a commit.",
"repo.archive.title_date":"This repository has been archived on %s. You can view files and clone it. You cannot open issues or pull requests or push a commit.",
"repo.archive.issue.nocomment":"This repo is archived. You cannot comment on issues.",
"repo.archive.pull.nocomment":"This repo is archived. You cannot comment on pull requests.",
"repo.form.reach_limit_of_creation_1":"The owner has already reached the limit of %d repository.",
"repo.form.reach_limit_of_creation_n":"The owner has already reached the limit of %d repositories.",
"repo.form.name_reserved":"The repository name \"%s\" is reserved.",
"repo.form.name_pattern_not_allowed":"The pattern \"%s\" is not allowed in a repository name.",
"repo.need_auth":"Authorization",
"repo.migrate_options":"Migration Options",
"repo.migrate_service":"Migration Service",
"repo.migrate_options_mirror_helper":"This repository will be a mirror",
"repo.migrate_options_lfs_endpoint.description":"Migration will attempt to use your Git remote to <a target=\"_blank\" rel=\"noopener noreferrer\" href=\"%s\">determine the LFS server</a>. You can also specify a custom endpoint if the repository LFS data is stored somewhere else.",
"repo.migrate_options_lfs_endpoint.description.local":"A local server path is supported too.",
"repo.migrate_options_lfs_endpoint.placeholder":"If left blank, the endpoint will be derived from the clone URL.",
"repo.migrate.clone_address":"Migrate / Clone From URL",
"repo.migrate.clone_address_desc":"The HTTP(S) or Git 'clone' URL of an existing repository",
"repo.migrate.github_token_desc":"You can put one or more tokens here, separated by commas, to make migrating faster by circumventing the GitHub API rate limit. WARNING: Abusing this feature may violate the service provider's policy and may lead to getting your account(s) blocked.",
"repo.migrate.clone_local_path":"or a local server path",
"repo.migrate.permission_denied":"You are not allowed to import local repositories.",
"repo.migrate.permission_denied_blocked":"You cannot import from disallowed hosts. Please ask the admin to check ALLOWED_DOMAINS/ALLOW_LOCALNETWORKS/BLOCKED_DOMAINS settings.",
"repo.migrate.invalid_local_path":"The local path is invalid. It doesn't exist or is not a directory.",
"repo.migrate.invalid_lfs_endpoint":"The LFS endpoint is not valid.",
"repo.migrate.failed":"Migration failed: %v",
"repo.migrate.migrate_items_options":"Access Token is required to migrate additional items",
"repo.migrated_from":"Migrated from <a href=\"%[1]s\">%[2]s</a>",
"repo.migrated_from_fake":"Migrated From %[1]s",
"repo.migrate.migrate":"Migrate From %s",
"repo.migrate.migrating":"Migrating from <b>%s</b>…",
"repo.migrate.migrating_failed":"Migrating from <b>%s</b> failed.",
"repo.migrate.migrating_failed.error":"Failed to migrate: %s",
"repo.invisible_runes_description":"This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.",
"repo.ambiguous_runes_description":"This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.",
"repo.invisible_runes_line":"This line has invisible unicode characters",
"repo.ambiguous_runes_line":"This line has ambiguous unicode characters",
"repo.ambiguous_character":"%[1]c [U+%04[1]X] can be confused with %[2]c [U+%04[2]X]",
"repo.escape_control_characters":"Escape",
"repo.unescape_control_characters":"Unescape",
"repo.file_copy_permalink":"Copy Permalink",
"repo.view_git_blame":"View Git Blame",
"repo.video_not_supported_in_browser":"Your browser does not support the HTML5 'video' tag.",
"repo.audio_not_supported_in_browser":"Your browser does not support the HTML5 'audio' tag.",
"repo.editor.filename_help":"Add a directory by typing its name followed by a slash ('/'). Remove a directory by typing backspace at the beginning of the input field.",
"repo.editor.or":"or",
"repo.editor.cancel_lower":"Cancel",
"repo.editor.commit_signed_changes":"Commit Signed Changes",
"repo.editor.commit_changes":"Commit Changes",
"repo.editor.add_tmpl":"Add '{filename}'",
"repo.editor.add":"Add %s",
"repo.editor.update":"Update %s",
"repo.editor.delete":"Delete %s",
"repo.editor.patch":"Apply Patch",
"repo.editor.patching":"Patching:",
"repo.editor.fail_to_apply_patch":"Unable to apply patch",
"repo.editor.new_patch":"New Patch",
"repo.editor.commit_message_desc":"Add an optional extended description…",
"repo.editor.signoff_desc":"Add a Signed-off-by trailer by the committer at the end of the commit log message.",
"repo.editor.commit_directly_to_this_branch":"Commit directly to the <strong class=\"branch-name\">%s</strong> branch.",
"repo.editor.create_new_branch":"Create a <strong>new branch</strong> for this commit and start a pull request.",
"repo.editor.create_new_branch_np":"Create a <strong>new branch</strong> for this commit.",
"repo.editor.invalid_commit_email":"The email address for the commit is invalid.",
"repo.editor.branch_does_not_exist":"Branch \"%s\" does not exist in this repository.",
"repo.editor.branch_already_exists":"Branch \"%s\" already exists in this repository.",
"repo.editor.directory_is_a_file":"Directory name \"%s\" is already used as a filename in this repository.",
"repo.editor.file_is_a_symlink":"\"%s\" is a symbolic link. Symbolic links cannot be edited in the web editor.",
"repo.editor.filename_is_a_directory":"Filename \"%s\" is already used as a directory name in this repository.",
"repo.editor.file_modifying_no_longer_exists":"The file being modified, \"%s\", no longer exists in this repository.",
"repo.editor.file_changed_while_editing":"The file contents have changed since you started editing. <a target=\"_blank\" rel=\"noopener noreferrer\" href=\"%s\">Click here</a> to see them or <strong>Commit Changes again</strong> to overwrite them.",
"repo.editor.file_already_exists":"A file named \"%s\" already exists in this repository.",
"repo.editor.commit_id_not_matching":"The Commit ID does not match the ID when you began editing. Commit into a patch branch and then merge.",
"repo.editor.push_out_of_date":"The push appears to be out of date.",
"repo.editor.commit_empty_file_header":"Commit an empty file",
"repo.editor.commit_empty_file_text":"The file you're about to commit is empty. Proceed?",
"repo.editor.no_changes_to_show":"There are no changes to show.",
"repo.editor.push_rejected_no_message":"The change was rejected by the server without a message. Please check Git Hooks.",
"repo.editor.push_rejected":"The change was rejected by the server. Please check Git Hooks.",
"repo.editor.fork_create":"Fork Repository to Propose Changes",
"repo.editor.fork_create_description":"You cannot edit this repository directly. Instead you can create a fork, make edits and create a pull request.",
"repo.editor.fork_edit_description":"You cannot edit this repository directly. The changes will be written to your fork <b>%s</b>, so you can create a pull request.",
"repo.editor.fork_not_editable":"You have forked this repository but your fork is not editable.",
"repo.editor.fork_failed_to_push_branch":"Failed to push branch %s to your repository.",
"repo.editor.fork_branch_exists":"Branch \"%s\" already exists in your fork. Please choose a new branch name.",
"repo.commits.no_commits":"No commits in common. \"%s\" and \"%s\" have entirely different histories.",
"repo.commits.nothing_to_compare":"These branches are equal.",
"repo.commits.search.tooltip":"You can prefix keywords with \"author:\", \"committer:\", \"after:\", or \"before:\", e.g. \"revert author:Alice before:2019-01-13\".",
"repo.commits.search_branch":"This Branch",
"repo.commits.search_all":"All Branches",
"repo.commits.author":"Author",
"repo.commits.message":"Message",
"repo.commits.date":"Date",
"repo.commits.older":"Older",
"repo.commits.newer":"Newer",
"repo.commits.signed_by":"Signed by",
"repo.commits.signed_by_untrusted_user":"Signed by untrusted user",
"repo.commits.signed_by_untrusted_user_unmatched":"Signed by untrusted user who does not match committer",
"repo.issues.new.blocked_user":"Cannot create issue because you are blocked by the repository owner.",
"repo.issues.edit.already_changed":"Unable to save changes to the issue. It appears the content has already been changed by another user. Please refresh the page and try editing again to avoid overwriting their changes.",
"repo.issues.edit.blocked_user":"Cannot edit content because you are blocked by the poster or repository owner.",
"repo.issues.choose.get_started":"Get Started",
"repo.issues.choose.open_external_link":"Open",
"repo.issues.choose.blank":"Default",
"repo.issues.choose.blank_about":"Create an issue from default template.",
"repo.issues.choose.ignore_invalid_templates":"Invalid templates have been ignored",
"repo.issues.comment_pull_merged_at":"merged commit %[1]s into %[2]s %[3]s",
"repo.issues.comment_manually_pull_merged_at":"manually merged commit %[1]s into %[2]s %[3]s",
"repo.issues.close_comment_issue":"Close with Comment",
"repo.issues.reopen_issue":"Reopen",
"repo.issues.reopen_comment_issue":"Reopen with Comment",
"repo.issues.create_comment":"Comment",
"repo.issues.comment.blocked_user":"Cannot create or edit comment because you are blocked by the poster or repository owner.",
"repo.issues.closed_at":"closed this issue <a id=\"%[1]s\" href=\"#%[1]s\">%[2]s</a>",
"repo.issues.reopened_at":"reopened this issue <a id=\"%[1]s\" href=\"#%[1]s\">%[2]s</a>",
"repo.issues.commit_ref_at":"referenced this issue from a commit <a id=\"%[1]s\" href=\"#%[1]s\">%[2]s</a>",
"repo.issues.ref_issue_from":"<a href=\"%[3]s\">referenced this issue %[4]s</a> <a id=\"%[1]s\" href=\"#%[1]s\">%[2]s</a>",
"repo.issues.ref_pull_from":"<a href=\"%[3]s\">referenced this pull request %[4]s</a> <a id=\"%[1]s\" href=\"#%[1]s\">%[2]s</a>",
"repo.issues.ref_closing_from":"<a href=\"%[3]s\">referenced a pull request %[4]s that will close this issue</a> <a id=\"%[1]s\" href=\"#%[1]s\">%[2]s</a>",
"repo.issues.ref_reopening_from":"<a href=\"%[3]s\">referenced a pull request %[4]s that will reopen this issue</a> <a id=\"%[1]s\" href=\"#%[1]s\">%[2]s</a>",
"repo.issues.ref_closed_from":"<a href=\"%[3]s\">closed this issue %[4]s</a> <a id=\"%[1]s\" href=\"#%[1]s\">%[2]s</a>",
"repo.issues.ref_reopened_from":"<a href=\"%[3]s\">reopened this issue %[4]s</a> <a id=\"%[1]s\" href=\"#%[1]s\">%[2]s</a>",
"repo.issues.ref_from":"from %[1]s",
"repo.issues.author":"Author",
"repo.issues.author_helper":"This user is the author.",
"repo.issues.role.owner":"Owner",
"repo.issues.role.owner_helper":"This user is the owner of this repository.",
"repo.issues.role.member":"Member",
"repo.issues.role.member_helper":"This user is a member of the organization owning this repository.",
"repo.issues.role.collaborator":"Collaborator",
"repo.issues.role.collaborator_helper":"This user has been invited to collaborate on the repository.",
"repo.issues.attachment.open_tab":"Click to see \"%s\" in a new tab",
"repo.issues.attachment.download":"Click to download \"%s\"",
"repo.issues.subscribe":"Subscribe",
"repo.issues.unsubscribe":"Unsubscribe",
"repo.issues.unpin":"Unpin",
"repo.issues.max_pinned":"You can't pin more issues",
"repo.issues.pin_comment":"pinned this %s",
"repo.issues.unpin_comment":"unpinned this %s",
"repo.issues.lock":"Lock conversation",
"repo.issues.unlock":"Unlock conversation",
"repo.issues.lock_duplicate":"An issue cannot be locked twice.",
"repo.issues.unlock_error":"Cannot unlock an issue that is not locked.",
"repo.issues.lock_with_reason":"locked as <strong>%s</strong> and limited conversation to collaborators %s",
"repo.issues.lock_no_reason":"locked and limited conversation to collaborators %s",
"repo.issues.unlock_comment":"unlocked this conversation %s",
"repo.issues.lock_confirm":"Lock",
"repo.issues.unlock_confirm":"Unlock",
"repo.issues.lock.notice_1":"- Other users cannot add new comments to this issue.",
"repo.issues.lock.notice_2":"- You and other collaborators with access to this repository can still leave comments that others can see.",
"repo.issues.lock.notice_3":"- You can always unlock this issue again in the future.",
"repo.issues.unlock.notice_1":"- Everyone would be able to comment on this issue once more.",
"repo.issues.unlock.notice_2":"- You can always lock this issue again in the future.",
"repo.issues.lock.reason":"Reason for locking",
"repo.issues.lock.title":"Lock conversation on this issue.",
"repo.issues.unlock.title":"Unlock conversation on this issue.",
"repo.issues.comment_on_locked":"You cannot comment on a locked issue.",
"repo.issues.delete":"Delete",
"repo.issues.delete.title":"Delete this issue?",
"repo.issues.delete.text":"Do you really want to delete this issue? (This will permanently remove all content. Consider closing it instead, if you intend to keep it archived)",
"repo.issues.review.wait":"was requested for review %s",
"repo.issues.review.add_review_request":"requested review from %s %s",
"repo.issues.review.remove_review_request":"removed review request for %s %s",
"repo.issues.review.remove_review_request_self":"declined to review %s",
"repo.issues.review.pending":"Pending",
"repo.issues.review.pending.tooltip":"This comment is not currently visible to other users. To submit your pending comments, select \"%s\" -> \"%s/%s/%s\" at the top of the page.",
"repo.issues.review.review":"Review",
"repo.issues.review.reviewers":"Reviewers",
"repo.issues.review.outdated":"Outdated",
"repo.issues.review.outdated_description":"Content has changed since this comment was made",
"repo.issues.assignee.error":"Not all assignees were added, due to an unexpected error.",
"repo.issues.reference_issue.body":"Body",
"repo.issues.content_history.deleted":"deleted",
"repo.issues.content_history.edited":"edited",
"repo.issues.content_history.created":"created",
"repo.issues.content_history.delete_from_history":"Delete from history",
"repo.issues.content_history.delete_from_history_confirm":"Delete from history?",
"repo.issues.content_history.options":"Options",
"repo.issues.reference_link":"Reference: %s",
"repo.compare.compare_base":"base",
"repo.compare.compare_head":"compare",
"repo.pulls.desc":"Enable pull requests and code reviews.",
"repo.pulls.new":"New Pull Request",
"repo.pulls.new.blocked_user":"Cannot create pull request because you are blocked by the repository owner.",
"repo.pulls.new.must_collaborator":"You must be a collaborator to create pull request.",
"repo.pulls.new.already_existed":"A pull request between these branches already exists",
"repo.pulls.edit.already_changed":"Unable to save changes to the pull request. It appears the content has already been changed by another user. Please refresh the page and try editing again to avoid overwriting their changes.",
"repo.pulls.view":"View Pull Request",
"repo.pulls.compare_changes":"New Pull Request",
"repo.pulls.allow_edits_from_maintainers":"Allow edits from maintainers",
"repo.pulls.allow_edits_from_maintainers_desc":"Users with write access to the base branch can also push to this branch",
"repo.pulls.data_broken":"This pull request is broken due to missing fork information.",
"repo.pulls.files_conflicted":"This pull request has changes conflicting with the target branch.",
"repo.pulls.is_checking":"Checking for merge conflicts…",
"repo.pulls.is_ancestor":"This branch is already included in the target branch. There is nothing to merge.",
"repo.pulls.is_empty":"The changes on this branch are already on the target branch. This will be an empty commit.",
"repo.pulls.required_status_check_failed":"Some required checks were not successful.",
"repo.pulls.required_status_check_missing":"Some required checks are missing.",
"repo.pulls.required_status_check_administrator":"As an administrator, you may still merge this pull request.",
"repo.pulls.blocked_by_approvals":"This pull request doesn't have enough required approvals yet. %d of %d official approvals granted.",
"repo.pulls.blocked_by_approvals_whitelisted":"This pull request doesn't have enough required approvals yet. %d of %d approvals granted from users or teams on the allowlist.",
"repo.pulls.blocked_by_rejection":"This pull request has changes requested by an official reviewer.",
"repo.pulls.blocked_by_official_review_requests":"This pull request has official review requests.",
"repo.pulls.blocked_by_outdated_branch":"This pull request is blocked because it's outdated.",
"repo.pulls.blocked_by_changed_protected_files_1":"This pull request is blocked because it changes a protected file:",
"repo.pulls.blocked_by_changed_protected_files_n":"This pull request is blocked because it changes protected files:",
"repo.pulls.can_auto_merge_desc":"This pull request can be merged automatically.",
"repo.pulls.cannot_auto_merge_desc":"This pull request cannot be merged automatically due to conflicts.",
"repo.pulls.cannot_auto_merge_helper":"Merge manually to resolve the conflicts.",
"repo.pulls.push_rejected_no_message":"Push Failed: The push was rejected but there was no remote message. Review the Git Hooks for this repository.",
"repo.pulls.open_unmerged_pull_exists":"You cannot perform a reopen operation because there is a pending pull request (#%d) with identical properties.",
"repo.pulls.status_checking":"Some checks are pending",
"repo.pulls.status_checks_success":"All checks were successful",
"repo.pulls.clear_merge_message_hint":"Clearing the merge message will only remove the commit message content and keep generated git trailers such as \"Co-Authored-By…\".",
"repo.pulls.auto_merge_when_succeed":"Auto merge when all checks succeed",
"repo.pulls.auto_merge_newly_scheduled":"The pull request was scheduled to merge when all checks succeed.",
"repo.pulls.auto_merge_has_pending_schedule":"%[1]s scheduled this pull request to auto merge when all checks succeed %[2]s.",
"repo.pulls.auto_merge_cancel_schedule":"Cancel auto merge",
"repo.pulls.auto_merge_not_scheduled":"This pull request is not scheduled to auto merge.",
"repo.pulls.auto_merge_canceled_schedule":"The auto merge was canceled for this pull request.",
"repo.pulls.auto_merge_newly_scheduled_comment":"scheduled this pull request to auto merge when all checks succeed %[1]s",
"repo.pulls.auto_merge_canceled_schedule_comment":"canceled auto merging this pull request when all checks succeed %[1]s",
"repo.pulls.delete.title":"Delete this pull request?",
"repo.pulls.delete.text":"Do you really want to delete this pull request? (This will permanently remove all content. Consider closing it instead, if you intend to keep it archived)",
"repo.pulls.recently_pushed_new_branches":"You pushed on branch <strong>%[1]s</strong> %[2]s",
"repo.pulls.upstream_diverging_prompt_behind_1":"This branch is %[1]d commit behind %[2]s",
"repo.pulls.upstream_diverging_prompt_behind_n":"This branch is %[1]d commits behind %[2]s",
"repo.pulls.upstream_diverging_prompt_base_newer":"The base branch %s has new changes",
"repo.pulls.upstream_diverging_merge_confirm":"Would you like to merge \"%[1]s\" onto \"%[2]s\"?",
"repo.pull.deleted_branch":"(deleted):%s",
"repo.pull.agit_documentation":"Review documentation about AGit",
"repo.comments.edit.already_changed":"Unable to save changes to the comment. It appears the content has already been changed by another user. Please refresh the page and try editing again to avoid overwriting their changes",
"repo.milestones.new":"New Milestone",
"repo.milestones.closed":"Closed %s",
"repo.milestones.update_ago":"Updated %s",
"repo.milestones.no_due_date":"No due date",
"repo.milestones.open":"Open",
"repo.milestones.close":"Close",
"repo.milestones.new_subheader":"Milestones can help you organize issues and track their progress.",
"repo.settings.desc":"Settings is where you can manage the settings for the repository.",
"repo.settings.options":"Repository",
"repo.settings.public_access":"Public Access",
"repo.settings.public_access_desc":"Configure public visitor's access permissions to override the defaults of this repository.",
"repo.settings.public_access.docs.not_set":"Not Set: no extra public access permission. The visitor's permission follows the repository's visibility and member permissions.",
"repo.settings.public_access.docs.anonymous_read":"Anonymous Read: users who are not logged in can access the unit with read permission.",
"repo.settings.public_access.docs.everyone_read":"Everyone Read: all logged-in users can access the unit with read permission. Read permission of issue/pull-request units also means users can create new issues/pull requests.",
"repo.settings.public_access.docs.everyone_write":"Everyone Write: all logged-in users have write permission to the unit. Only Wiki unit supports this permission.",
"repo.settings.mirror_settings.docs":"Set up your repository to automatically synchronize commits, tags and branches with another repository.",
"repo.settings.mirror_settings.docs.disabled_pull_mirror.instructions":"Set up your project to automatically push commits, tags and branches to another repository. Pull mirrors have been disabled by your site administrator.",
"repo.settings.mirror_settings.docs.disabled_push_mirror.instructions":"Set up your project to automatically pull commits, tags and branches from another repository.",
"repo.settings.mirror_settings.docs.disabled_push_mirror.pull_mirror_warning":"Right now, this can only be done in the \"New Migration\" menu. For more information, please consult:",
"repo.settings.mirror_settings.docs.disabled_push_mirror.info":"Push mirrors have been disabled by your site administrator.",
"repo.settings.mirror_settings.docs.no_new_mirrors":"Your repository is mirroring changes to or from another repository. Please keep in mind that you currently can't create any new mirrors.",
"repo.settings.mirror_settings.docs.can_still_use":"Although you can't modify existing mirrors or create new ones, you may still use your existing mirror.",
"repo.settings.mirror_settings.docs.pull_mirror_instructions":"To set up a pull mirror, please consult:",
"repo.settings.mirror_settings.docs.more_information_if_disabled":"You can find out more about push and pull mirrors here:",
"repo.settings.mirror_settings.docs.doc_link_title":"How do I mirror repositories?",
"repo.settings.mirror_settings.docs.doc_link_pull_section":"the \"Pulling from a remote repository\" section of the documentation.",
"repo.settings.mirror_settings.docs.pulling_remote_title":"Pulling from a remote repository",
"repo.settings.tracker_issue_style.regexp_pattern_desc":"The first captured group will be used in place of <code>{index}</code>.",
"repo.settings.tracker_url_format_desc":"Use the placeholders <code>{user}</code>, <code>{repo}</code> and <code>{index}</code> for the username, repository name and issue index.",
"repo.settings.enable_timetracker":"Enable Time Tracking",
"repo.settings.allow_only_contributors_to_track_time":"Let Only Contributors Track Time",
"repo.settings.convert_fork_succeed":"The fork has been converted into a regular repository.",
"repo.settings.transfer":"Transfer Ownership",
"repo.settings.transfer.rejected":"Repository transfer was rejected.",
"repo.settings.transfer.success":"Repository transfer was successful.",
"repo.settings.transfer.blocked_user":"Cannot transfer repository because you are blocked by the new owner.",
"repo.settings.transfer_abort":"Cancel transfer",
"repo.settings.transfer_abort_invalid":"You cannot cancel a non existent repository transfer.",
"repo.settings.transfer_abort_success":"The repository transfer to %s was successfully canceled.",
"repo.settings.transfer_desc":"Transfer this repository to a user or to an organization for which you have administrator rights.",
"repo.settings.transfer_form_title":"Enter the repository name as confirmation:",
"repo.settings.transfer_in_progress":"There is currently an ongoing transfer. Please cancel it if you would like to transfer this repository to another user.",
"repo.settings.transfer_notices_1":"- You will lose access to the repository if you transfer it to an individual user.",
"repo.settings.transfer_notices_2":"- You will keep access to the repository if you transfer it to an organization that you (co-)own.",
"repo.settings.transfer_notices_3":"- If the repository is private and is transferred to an individual user, this action makes sure that the user does have at least read permission (and changes permissions if necessary).",
"repo.settings.transfer_notices_4":"- If the repository belongs to an organization, and you transfer it to another organization or individual, you will lose the links between the repository's issues and the organization's project board.",
"repo.settings.trust_model.collaborator.long":"Collaborator: Trust signatures by collaborators",
"repo.settings.trust_model.collaborator.desc":"Valid signatures by collaborators of this repository will be marked \"trusted\", whether they match the committer or not. Otherwise, valid signatures will be marked \"untrusted\" if the signature matches the committer and \"unmatched\" if not.",
"repo.settings.trust_model.committer.long":"Committer: Trust signatures that match committers. This matches GitHub's behavior and will force commits signed by Gitea to have Gitea as the committer.",
"repo.settings.trust_model.committer.desc":"Valid signatures will only be marked \"trusted\" if they match the committer, otherwise they will be marked \"unmatched\". This forces Gitea to be the committer on signed commits, with the actual committer marked as Co-authored-by: and Co-committed-by: trailer in the commit. The default Gitea key must match a user in the database.",
"repo.settings.trust_model.collaboratorcommitter.long":"Collaborator+Committer: Trust signatures by collaborators which match the committer",
"repo.settings.trust_model.collaboratorcommitter.desc":"Valid signatures by collaborators of this repository will be marked \"trusted\" if they match the committer. Otherwise, valid signatures will be marked \"untrusted\" if the signature matches the committer and \"unmatched\" otherwise. This will force Gitea to be marked as the committer on signed commits, with the actual committer marked as Co-Authored-By: and Co-Committed-By: trailer in the commit. The default Gitea key must match a user in the database.",
"repo.settings.wiki_delete":"Delete Wiki Data",
"repo.settings.wiki_delete_desc":"Deleting repository wiki data is permanent and cannot be undone.",
"repo.settings.wiki_delete_notices_1":"- This will permanently delete and disable the repository wiki for %s.",
"repo.settings.confirm_wiki_delete":"Delete Wiki Data",
"repo.settings.wiki_deletion_success":"The repository wiki data has been deleted.",
"repo.settings.delete":"Delete This Repository",
"repo.settings.delete_desc":"Deleting a repository is permanent and cannot be undone.",
"repo.settings.delete_notices_1":"- This operation <strong>CANNOT</strong> be undone.",
"repo.settings.delete_notices_2":"- This operation will permanently delete the <strong>%s</strong> repository, including code, issues, comments, wiki data and collaborator settings.",
"repo.settings.delete_notices_fork_1":"- Forks of this repository will become independent after deletion.",
"repo.settings.deletion_success":"The repository has been deleted.",
"repo.settings.update_settings_success":"The repository settings have been updated.",
"repo.settings.update_settings_no_unit":"The repository should allow at least some sort of interaction.",
"repo.settings.collaborator_deletion_desc":"Removing a collaborator will revoke their access to this repository. Continue?",
"repo.settings.remove_collaborator_success":"The collaborator has been removed.",
"repo.settings.org_not_allowed_to_be_collaborator":"Organizations cannot be added as a collaborator.",
"repo.settings.change_team_access_not_allowed":"Changing team access for repository has been restricted to organization owner",
"repo.settings.team_not_in_organization":"The team is not in the same organization as the repository",
"repo.settings.teams":"Teams",
"repo.settings.add_team":"Add Team",
"repo.settings.add_team_duplicate":"Team already has the repository",
"repo.settings.add_team_success":"The team now has access to the repository.",
"repo.settings.change_team_permission_tip":"Team's permission is set on the team settings page and can't be changed per repository",
"repo.settings.delete_team_tip":"This team has access to all repositories and can't be removed",
"repo.settings.remove_team_success":"The team's access to the repository has been removed.",
"repo.settings.add_webhook":"Add Webhook",
"repo.settings.add_webhook.invalid_channel_name":"Webhook channel name cannot be empty and cannot contain only a # character.",
"repo.settings.hooks_desc":"Webhooks automatically make HTTP POST requests to a server when certain Gitea events trigger. Read more in the <a target=\"_blank\" rel=\"noopener noreferrer\" href=\"%s\">webhooks guide</a>.",
"repo.settings.webhook.test_delivery_desc":"Test this webhook with a fake push event.",
"repo.settings.webhook.test_delivery_desc_disabled":"To test this webhook with a fake event, activate it.",
"repo.settings.webhook.request":"Request",
"repo.settings.webhook.response":"Response",
"repo.settings.webhook.headers":"Headers",
"repo.settings.webhook.payload":"Content",
"repo.settings.webhook.body":"Body",
"repo.settings.webhook.replay.description":"Replay this webhook.",
"repo.settings.webhook.replay.description_disabled":"To replay this webhook, activate it.",
"repo.settings.webhook.delivery.success":"An event has been added to the delivery queue. It may take few seconds before it shows up in the delivery history.",
"repo.settings.githooks_desc":"Git Hooks are powered by Git itself. You can edit hook files below to set up custom operations.",
"repo.settings.githook_edit_desc":"If the hook is inactive, sample content will be presented. Leaving content to an empty value will disable this hook.",
"repo.settings.githook_name":"Hook Name",
"repo.settings.githook_content":"Hook Content",
"repo.settings.update_githook":"Update Hook",
"repo.settings.add_webhook_desc":"Gitea will send <code>POST</code> requests with a specified content type to the target URL. Read more in the <a target=\"_blank\" rel=\"noopener noreferrer\" href=\"%s\">webhooks guide</a>.",
"repo.settings.payload_url":"Target URL",
"repo.settings.http_method":"HTTP Method",
"repo.settings.content_type":"POST Content Type",
"repo.settings.secret":"Secret",
"repo.settings.webhook_secret_desc":"If the webhook server supports using secret, you can follow the webhook's manual and fill in a secret here.",
"repo.settings.event_workflow_job_desc":"Gitea Actions Workflow job queued, waiting, in progress, or completed.",
"repo.settings.event_package":"Package",
"repo.settings.event_package_desc":"Package created or deleted in a repository.",
"repo.settings.branch_filter":"Branch filter",
"repo.settings.branch_filter_desc_1":"Branch (and ref name) allowlist for push, branch creation and branch deletion events, specified as glob pattern. If empty or <code>*</code>, events for all branches and tags are reported.",
"repo.settings.branch_filter_desc_2":"Use <code>refs/heads/</code> or <code>refs/tags/</code> prefix to match full ref names.",
"repo.settings.branch_filter_desc_doc":"See <a href=\"%[1]s\">%[2]s</a> documentation for syntax.",
"repo.settings.protect_enable_push_desc":"Anyone with write access will be allowed to push to this branch (but not force push).",
"repo.settings.protect_enable_force_push_all":"Enable Force Push",
"repo.settings.protect_enable_force_push_all_desc":"Anyone with push access will be allowed to force push to this branch.",
"repo.settings.protect_enable_force_push_allowlist":"Allowlist Restricted Force Push",
"repo.settings.protect_enable_force_push_allowlist_desc":"Only allowlisted users or teams with push access will be allowed to force push to this branch.",
"repo.settings.protect_status_check_patterns_desc":"Enter patterns to specify which status checks must pass before branches can be merged into a branch that matches this rule. Each line specifies a pattern. Patterns cannot be empty.",
"repo.settings.protect_check_status_contexts_desc":"Require status checks to pass before merging. When enabled, commits must first be pushed to another branch, then merged or pushed directly to a branch that matches this rule after status checks have passed. If no contexts are matched, the last commit must be successful regardless of context.",
"repo.settings.protect_check_status_contexts_list":"Status checks found in the last week for this repository",
"repo.settings.protect_required_approvals_desc":"Allow only to merge pull request with enough required approvals. Required approvals are either from users or teams who are on the allowlist or anyone with write access.",
"repo.settings.protect_approvals_whitelist_enabled":"Restrict approvals to allowlisted users or teams",
"repo.settings.protect_approvals_whitelist_enabled_desc":"Only reviews from allowlisted users or teams will count to the required approvals. Without approval allowlist, reviews from anyone with write access count to the required approvals.",
"repo.settings.protect_approvals_whitelist_teams":"Allowlisted teams for reviews:",
"repo.settings.dismiss_stale_approvals":"Dismiss stale approvals",
"repo.settings.dismiss_stale_approvals_desc":"When new commits that change the content of the pull request are pushed to the branch, old approvals will be dismissed.",
"repo.settings.ignore_stale_approvals":"Ignore stale approvals",
"repo.settings.ignore_stale_approvals_desc":"Do not count approvals that were made on older commits (stale reviews) towards how many approvals the PR has. Irrelevant if stale reviews are already dismissed.",
"repo.settings.require_signed_commits":"Require Signed Commits",
"repo.settings.require_signed_commits_desc":"Reject pushes to this branch if they are unsigned or unverifiable.",
"repo.settings.protect_branch_name_pattern":"Protected Branch Name Pattern",
"repo.settings.protect_branch_name_pattern_desc":"Protected branch name patterns. See <a href=\"%s\">the documentation</a> for pattern syntax. Examples: main, release/**",
"repo.settings.protect_patterns":"Patterns",
"repo.settings.protect_protected_file_patterns":"Protected file patterns (separated using semicolon ';'):",
"repo.settings.protect_protected_file_patterns_desc":"Protected files are not allowed to be changed directly even if user has rights to add, edit, or delete files in this branch. Multiple patterns can be separated using semicolon (';'). See <a href='%[1]s'>%[2]s</a> documentation for pattern syntax. Examples: <code>.drone.yml</code>, <code>/docs/**/*.txt</code>.",
"repo.settings.protect_unprotected_file_patterns":"Unprotected file patterns (separated using semicolon ';'):",
"repo.settings.protect_unprotected_file_patterns_desc":"Unprotected files that are allowed to be changed directly if user has write access, bypassing push restriction. Multiple patterns can be separated using semicolon (';'). See <a href='%[1]s'>%[2]s</a> documentation for pattern syntax. Examples: <code>.drone.yml</code>, <code>/docs/**/*.txt</code>.",
"repo.settings.protected_branch_deletion_desc":"Disabling branch protection allows users with write permission to push to the branch. Continue?",
"repo.settings.block_rejected_reviews":"Block merge on rejected reviews",
"repo.settings.block_rejected_reviews_desc":"Merging will not be possible when changes are requested by official reviewers, even if there are enough approvals.",
"repo.settings.block_on_official_review_requests":"Block merge on official review requests",
"repo.settings.block_on_official_review_requests_desc":"Merging will not be possible when it has official review requests, even if there are enough approvals.",
"repo.settings.block_outdated_branch":"Block merge if pull request is outdated",
"repo.settings.block_outdated_branch_desc":"Merging will not be possible when head branch is behind base branch.",
"repo.settings.block_admin_merge_override":"Administrators must follow branch protection rules",
"repo.settings.block_admin_merge_override_desc":"Administrators must follow branch protection rules and cannot circumvent it.",
"repo.settings.default_branch_desc":"Select a default repository branch for pull requests and code commits:",
"repo.settings.tags.protection.none":"There are no protected tags.",
"repo.settings.tags.protection.pattern.description":"You can use a single name or a glob pattern or regular expression to match multiple tags. Read more in the <a target=\"_blank\" rel=\"noopener\" href=\"%s\">protected tags guide</a>.",
"repo.settings.visibility.private.text":"Changing the visibility to private will make the repo visible only to allowed members and may remove the relationship between it and existing forks, watchers, and stars.",
"repo.settings.visibility.private.bullet_title":"<strong>Changing the visibility to private will:</strong>",
"repo.settings.visibility.private.bullet_one":"Make the repo visible only to allowed members.",
"repo.settings.visibility.private.bullet_two":"May remove the relationship between it and <strong>forks</strong>, <strong>watchers</strong>, and <strong>stars</strong>.",
"repo.settings.visibility.error":"An error occurred while trying to change the repo visibility.",
"repo.settings.visibility.fork_error":"Can't change the visibility of a forked repo.",
"repo.settings.archive.button":"Archive Repo",
"repo.settings.archive.header":"Archive This Repo",
"repo.settings.archive.text":"Archiving the repo will make it entirely read-only. It will be hidden from the dashboard. Nobody (not even you!) will be able to make new commits, or open any issues or pull requests.",
"repo.settings.archive.success":"The repo was successfully archived.",
"repo.settings.archive.error":"An error occurred while trying to archive the repo. See the log for more details.",
"repo.settings.archive.error_ismirror":"You cannot archive a mirrored repo.",
"repo.settings.archive.branchsettings_unavailable":"Branch settings are not available if the repo is archived.",
"repo.settings.archive.tagsettings_unavailable":"Tag settings are not available if the repo is archived.",
"repo.settings.archive.mirrors_unavailable":"Mirrors are not available if the repo is archived.",
"repo.settings.unarchive.header":"Unarchive this repo",
"repo.settings.unarchive.text":"Unarchiving the repo will restore its ability to receive commits and pushes, as well as new issues and pull requests.",
"repo.settings.unarchive.success":"The repo was successfully unarchived.",
"repo.settings.unarchive.error":"An error occurred while trying to unarchive the repo. See the log for more details.",
"repo.settings.update_avatar_success":"The repository avatar has been updated.",
"repo.settings.lfs":"LFS",
"repo.settings.lfs_filelist":"LFS files stored in this repository",
"repo.settings.lfs_no_lfs_files":"No LFS files stored in this repository",
"repo.settings.lfs_findcommits":"Find commits",
"repo.settings.lfs_lfs_file_no_commits":"No Commits found for this LFS file",
"repo.settings.lfs_noattribute":"This path does not have the lockable attribute in the default branch",
"repo.settings.lfs_delete":"Delete LFS file with OID %s",
"repo.settings.lfs_delete_warning":"Deleting an LFS file may cause 'object does not exist' errors on checkout. Are you sure?",
"repo.release.title_empty":"Title cannot be empty.",
"repo.release.message":"Describe this release",
"repo.release.prerelease_desc":"Mark as Pre-Release",
"repo.release.prerelease_helper":"Mark this release unsuitable for production use.",
"repo.release.cancel":"Cancel",
"repo.release.publish":"Publish Release",
"repo.release.save_draft":"Save Draft",
"repo.release.edit_release":"Update Release",
"repo.release.delete_release":"Delete Release",
"repo.release.delete_tag":"Delete Tag",
"repo.release.deletion":"Delete Release",
"repo.release.deletion_desc":"Deleting a release only removes it from Gitea. It will not affect the Git tag, the contents of your repository or its history. Continue?",
"repo.release.deletion_success":"The release has been deleted.",
"repo.release.deletion_tag_desc":"Will delete this tag from repository. Repository contents and history remain unchanged. Continue?",
"repo.release.deletion_tag_success":"The tag has been deleted.",
"repo.release.tag_name_already_exist":"A release with this tag name already exists.",
"repo.release.tag_name_invalid":"The tag name is not valid.",
"repo.release.tag_name_protected":"The tag name is protected.",
"repo.release.tag_already_exist":"This tag name already exists.",
"repo.release.downloads":"Downloads",
"repo.release.download_count":"Downloads: %s",
"repo.release.add_tag_msg":"Use the title and content of release as tag message.",
"repo.release.generate_notes_desc":"Automatically add merged pull requests and a changelog link for this release.",
"repo.release.previous_tag":"Previous tag",
"repo.release.generate_notes_tag_not_found":"Tag \"%s\" does not exist in this repository.",
"repo.release.generate_notes_target_not_found":"The release target \"%s\" cannot be found.",
"repo.release.generate_notes_missing_tag":"Enter a tag name to generate release notes.",
"repo.branch.name":"Branch Name",
"repo.branch.already_exists":"A branch named \"%s\" already exists.",
"repo.branch.delete_head":"Delete",
"repo.branch.delete":"Delete Branch \"%s\"",
"repo.branch.delete_html":"Delete Branch",
"repo.branch.delete_desc":"Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?",
"repo.branch.deletion_success":"Branch \"%s\" has been deleted.",
"repo.branch.deletion_failed":"Failed to delete branch \"%s\".",
"repo.branch.delete_branch_has_new_commits":"Branch \"%s\" cannot be deleted because new commits have been added after merging.",
"repo.branch.create_branch":"Create branch %s",
"repo.branch.create_from":"from \"%s\"",
"repo.branch.create_success":"Branch \"%s\" has been created.",
"repo.branch.branch_already_exists":"Branch \"%s\" already exists in this repository.",
"repo.branch.branch_name_conflict":"Branch name \"%s\" conflicts with the already existing branch \"%s\".",
"repo.branch.tag_collision":"Branch \"%s\" cannot be created as a tag with same name already exists in the repository.",
"repo.branch.deleted_by":"Deleted by %s",
"repo.branch.restore_success":"Branch \"%s\" has been restored.",
"repo.branch.restore_failed":"Failed to restore branch \"%s\".",
"repo.branch.protected_deletion_failed":"Branch \"%s\" is protected. It cannot be deleted.",
"repo.branch.default_deletion_failed":"Branch \"%s\" is the default branch. It cannot be deleted.",
"repo.branch.default_branch_not_exist":"Default branch \"%s\" does not exist.",
"repo.branch.restore":"Restore Branch \"%s\"",
"repo.branch.download":"Download Branch \"%s\"",
"repo.branch.rename":"Rename Branch \"%s\"",
"repo.branch.included_desc":"This branch is part of the default branch",
"repo.branch.included":"Included",
"repo.branch.create_new_branch":"Create branch from branch:",
"repo.branch.new_branch_from":"Create new branch from \"%s\"",
"repo.branch.renamed":"Branch %s was renamed to %s.",
"repo.branch.rename_default_or_protected_branch_error":"Only admins can rename default or protected branches.",
"repo.branch.rename_protected_branch_failed":"This branch is protected by glob-based protection rules.",
"repo.branch.commits_divergence_from":"Commit divergence: %[1]d behind and %[2]d ahead of %[3]s",
"repo.branch.commits_no_divergence":"The same as branch %[1]s",
"repo.tag.create_tag":"Create tag %s",
"repo.tag.create_tag_operation":"Create tag",
"repo.tag.confirm_create_tag":"Create tag",
"repo.tag.create_tag_from":"Create new tag from \"%s\"",
"repo.tag.create_success":"Tag \"%s\" has been created.",
"repo.topic.manage_topics":"Manage Topics",
"repo.topic.done":"Done",
"repo.topic.count_prompt":"You cannot select more than 25 topics",
"repo.topic.format_prompt":"Topics must start with a letter or number, can include dashes ('-') and dots ('.'), can be up to 35 characters long. Letters must be lowercase.",
"repo.find_file.follow_symlink":"Follow this symlink to where it is pointing at",
"repo.error.csv.too_large":"Can't render this file because it is too large.",
"repo.error.csv.unexpected":"Can't render this file because it contains an unexpected character in line %d and column %d.",
"repo.error.csv.invalid_field_count":"Can't render this file because it has a wrong number of fields in line %d.",
"repo.error.broken_git_hook":"Git hooks of this repository seem to be broken. Please follow the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation</a> to fix them, then push some commits to refresh the status.",
"graphs.component_loading":"Loading %s…",
"graphs.component_loading_failed":"Could not load %s",
"graphs.component_loading_info":"This might take a bit…",
"org.settings.change_visibility_notices_1":"If the organization is converted to private, the repository stars will be removed and cannot be restored.",
"org.settings.change_visibility_notices_2":"Non-members will lose access to the organization’s repositories if visibility is changed to private.",
"org.settings.change_visibility_success":"The visibility of organization %s has been successfully changed.",
"org.settings.visibility_desc":"Change who can view the organization and its repositories.",
"org.settings.visibility.public":"Public",
"org.settings.visibility.limited":"Limited (Visible to authenticated users only)",
"org.settings.rename_failed":"Renaming organization failed because of an internal error",
"org.settings.rename_notices_1":"This operation <strong>CANNOT</strong> be undone.",
"org.settings.rename_notices_2":"The old name will redirect until it is claimed.",
"org.settings.update_avatar_success":"The organization's avatar has been updated.",
"org.settings.delete":"Delete Organization",
"org.settings.delete_account":"Delete This Organization",
"org.settings.delete_prompt":"The organization will be permanently removed. This <strong>CANNOT</strong> be undone!",
"org.settings.name_confirm":"Enter the organization name as confirmation:",
"org.settings.delete_notices_1":"This operation <strong>CANNOT</strong> be undone.",
"org.settings.delete_notices_2":"This operation will permanently delete all the <strong>repositories</strong> of <strong>%s</strong>, including code, issues, comments, wiki data and collaborator settings.",
"org.settings.delete_notices_3":"This operation will permanently delete all the <strong>packages</strong> of <strong>%s</strong>.",
"org.settings.delete_notices_4":"This operation will permanently delete all the <strong>projects</strong> of <strong>%s</strong>.",
"org.teams.can_create_org_repo_helper":"Members can create new repositories in organization. Creator will get administrator access to the new repository.",
"org.teams.none_access":"No Access",
"org.teams.none_access_helper":"Members cannot view or do any other action on this unit. It has no effect for public repositories.",
"org.teams.general_access":"General Access",
"org.teams.general_access_helper":"Members permissions will be decided by below permission table.",
"org.teams.read_access":"Read",
"org.teams.read_access_helper":"Members can view and clone team repositories.",
"org.teams.write_access":"Write",
"org.teams.write_access_helper":"Members can read and push to team repositories.",
"org.teams.admin_access":"Administrator Access",
"org.teams.admin_access_helper":"Members can pull and push to team repositories and add collaborators to them.",
"org.teams.no_desc":"This team has no description",
"org.teams.settings":"Settings",
"org.teams.owners_permission_desc":"Owners have full access to <strong>all repositories</strong> and have <strong>administrator access</strong> to the organization.",
"org.teams.delete_team_desc":"Deleting a team revokes repository access from its members. Continue?",
"org.teams.delete_team_success":"The team has been deleted.",
"org.teams.read_permission_desc":"This team grants <strong>Read</strong> access: members can view and clone team repositories.",
"org.teams.write_permission_desc":"This team grants <strong>Write</strong> access: members can read from and push to team repositories.",
"org.teams.admin_permission_desc":"This team grants <strong>Admin</strong> access: members can read from, push to and add collaborators to team repositories.",
"org.teams.create_repo_permission_desc":"Additionally, this team grants <strong>Create repository</strong> permission: members can create new repositories in organization.",
"org.teams.repositories":"Team Repositories",
"org.teams.remove_all_repos_title":"Remove all team repositories",
"org.teams.remove_all_repos_desc":"This will remove all repositories from the team.",
"org.teams.add_all_repos_title":"Add all repositories",
"org.teams.add_all_repos_desc":"This will add all the organization's repositories to the team.",
"org.teams.add_nonexistent_repo":"The repository you're trying to add doesn't exist. Please create it first.",
"org.teams.add_duplicate_users":"User is already a team member.",
"org.teams.repos.none":"No repositories could be accessed by this team.",
"org.teams.members.none":"No members on this team.",
"org.teams.members.blocked_user":"Cannot add the user because it is blocked by the organization.",
"org.teams.specific_repositories_helper":"Members will only have access to repositories explicitly added to the team. Selecting this <strong>will not</strong> automatically remove repositories already added with <i>All repositories</i>.",
"org.teams.all_repositories":"All repositories",
"org.teams.all_repositories_helper":"Team has access to all repositories. Selecting this will <strong>add all existing</strong> repositories to the team.",
"org.teams.all_repositories_read_permission_desc":"This team grants <strong>Read</strong> access to <strong>all repositories</strong>: members can view and clone repositories.",
"org.teams.all_repositories_write_permission_desc":"This team grants <strong>Write</strong> access to <strong>all repositories</strong>: members can read from and push to repositories.",
"org.teams.all_repositories_admin_permission_desc":"This team grants <strong>Admin</strong> access to <strong>all repositories</strong>: members can read from, push to and add collaborators to repositories.",
"org.teams.invite.title":"You have been invited to join team <strong>%s</strong> in organization <strong>%s</strong>.",
"org.teams.invite.by":"Invited by %s",
"org.teams.invite.description":"Please click the button below to join the team.",
"org.view_as_role":"View as: %s",
"org.view_as_public_hint":"You are viewing the README as a public user.",
"org.view_as_member_hint":"You are viewing the README as a member of this organization.",
"org.worktime":"Worktime",
"org.worktime.date_range_start":"Start date",
"org.worktime.date_range_end":"End date",
"org.worktime.query":"Query",
"org.worktime.time":"Time",
"org.worktime.by_repositories":"By repositories",
"org.worktime.by_milestones":"By milestones",
"org.worktime.by_members":"By members",
"admin.maintenance":"Maintenance",
"admin.dashboard":"Dashboard",
"admin.self_check":"Self Check",
"admin.identity_access":"Identity & Access",
"admin.users":"User Accounts",
"admin.organizations":"Organizations",
"admin.assets":"Code Assets",
"admin.repositories":"Repositories",
"admin.hooks":"Webhooks",
"admin.integrations":"Integrations",
"admin.authentication":"Authentication Sources",
"admin.emails":"User Email Addresses",
"admin.config":"Configuration",
"admin.config_summary":"Summary",
"admin.config_settings":"Settings",
"admin.notices":"System Notices",
"admin.monitor":"Monitoring",
"admin.first_page":"First",
"admin.last_page":"Last",
"admin.total":"Total: %d",
"admin.settings":"Admin Settings",
"admin.dashboard.new_version_hint":"Gitea %s is now available, you are running %s. Check <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">the blog</a> for more details.",
"admin.users.allow_git_hook_tooltip":"Git Hooks are executed as the OS user running Gitea and will have the same level of host access. As a result, users with this special Git Hook privilege can access and modify all Gitea repositories as well as the database used by Gitea. Consequently they are also able to gain Gitea administrator privileges.",
"admin.users.allow_import_local":"May Import Local Repositories",
"admin.users.still_own_repo":"This user still owns one or more repositories. Delete or transfer these repositories first.",
"admin.users.still_has_org":"This user is a member of an organization. Remove the user from any organizations first.",
"admin.users.purge":"Purge User",
"admin.users.purge_help":"Forcibly delete user and any repositories, organizations, and packages owned by the user. All comments will be deleted too.",
"admin.users.still_own_packages":"This user still owns one or more packages. Delete these packages first.",
"admin.users.deletion_success":"The user account has been deleted.",
"admin.packages.cleanup.success":"Cleaned up expired data successfully",
"admin.packages.owner":"Owner",
"admin.packages.creator":"Creator",
"admin.packages.name":"Name",
"admin.packages.version":"Version",
"admin.packages.type":"Type",
"admin.packages.repository":"Repository",
"admin.packages.size":"Size",
"admin.packages.published":"Published",
"admin.defaulthooks":"Default Webhooks",
"admin.defaulthooks.desc":"Webhooks automatically make HTTP POST requests to a server when certain Gitea events trigger. Webhooks defined here are defaults and will be copied into all new repositories. Read more in the <a target=\"_blank\" rel=\"noopener\" href=\"%s\">webhooks guide</a>.",
"admin.systemhooks.desc":"Webhooks automatically make HTTP POST requests to a server when certain Gitea events trigger. Webhooks defined here will act on all repositories on the system, so please consider any performance implications this may have. Read more in the <a target=\"_blank\" rel=\"noopener\" href=\"%s\">webhooks guide</a>.",
"admin.systemhooks.add_webhook":"Add System Webhook",
"admin.systemhooks.update_webhook":"Update System Webhook",
"admin.auths.restricted_filter_helper":"Leave empty to not set any users as restricted. Use an asterisk ('*') to set all users that do not match Admin Filter as restricted.",
"admin.auths.verify_group_membership":"Verify group membership in LDAP (leave the filter empty to skip)",
"admin.auths.group_search_base":"Group Search Base DN",
"admin.auths.group_attribute_list_users":"Group Attribute Containing List Of Users",
"admin.auths.user_attribute_in_group":"User Attribute Listed In Group",
"admin.auths.map_group_to_team":"Map LDAP groups to Organization teams (leave the field empty to skip)",
"admin.auths.map_group_to_team_removal":"Remove users from synchronized teams if user does not belong to corresponding LDAP group",
"admin.auths.allowed_domains_helper":"Leave empty to allow all domains. Separate multiple domains with a comma (',').",
"admin.auths.skip_tls_verify":"Skip TLS Verify",
"admin.auths.force_smtps":"Force SMTPS",
"admin.auths.force_smtps_helper":"SMTPS is always used on port 465. Set this to force SMTPS on other ports. (Otherwise STARTTLS will be used on other ports if it is supported by the host.)",
"admin.auths.helo_hostname":"HELO Hostname",
"admin.auths.helo_hostname_helper":"Hostname sent with HELO. Leave blank to send current hostname.",
"admin.auths.disable_helo":"Disable HELO",
"admin.auths.pam_service_name":"PAM Service Name",
"admin.auths.oauth2_required_claim_value_helper":"Set this value to restrict login from this source to users with a claim with this name and value",
"admin.auths.oauth2_group_claim_name":"Claim name providing group names for this source. (Optional)",
"admin.auths.oauth2_full_name_claim_name":"Full Name Claim Name. (Optional — if set, the user's full name will always be synchronized with this claim)",
"admin.auths.oauth2_ssh_public_key_claim_name":"SSH Public Key Claim Name",
"admin.auths.oauth2_admin_group":"Group Claim value for administrator users. (Optional — requires claim name above)",
"admin.auths.oauth2_restricted_group":"Group Claim value for restricted users. (Optional — requires claim name above)",
"admin.auths.oauth2_map_group_to_team":"Map claimed groups to Organization teams. (Optional — requires claim name above)",
"admin.auths.oauth2_map_group_to_team_removal":"Remove users from synchronized teams if user does not belong to corresponding group.",
"admin.auths.enable_auto_register":"Enable Auto Registration",
"admin.auths.sspi_auto_activate_users_helper":"Allow SSPI auth method to automatically activate new users",
"admin.auths.sspi_strip_domain_names":"Remove domain names from usernames",
"admin.auths.sspi_strip_domain_names_helper":"If checked, domain names will be removed from logon names (e.g. \"DOMAIN\\user\" and \"user@example.org\" both will become just \"user\").",
"admin.auths.sspi_separator_replacement":"Separator to use instead of \\, / and @",
"admin.auths.sspi_separator_replacement_helper":"The character to use to replace the separators of down-level logon names (e.g. the \\ in \"DOMAIN\\user\") and user principal names (e.g. the @ in \"user@example.org\").",
"admin.auths.sspi_default_language":"Default user language",
"admin.auths.sspi_default_language_helper":"Default language for users automatically created by SSPI auth method. Leave empty if you prefer the language to be automatically detected.",
"admin.auths.tip.bitbucket":"Register a new OAuth consumer on %s and add the permission 'Account' - 'Read'",
"admin.auths.tip.nextcloud":"Register a new OAuth consumer on your instance by selecting \"Settings -> Security -> OAuth 2.0 client\" in the menu",
"admin.auths.tip.dropbox":"Create a new application at %s",
"admin.auths.tip.facebook":"Register a new application at %s and add the product \"Facebook Login\"",
"admin.auths.tip.github":"Register a new OAuth application on %s",
"admin.auths.tip.gitlab_new":"Register a new application on %s",
"admin.auths.tip.google_plus":"Obtain OAuth2 client credentials from the Google API console at %s",
"admin.auths.tip.openid_connect":"Use the OpenID Connect Discovery URL \"https://{server}/.well-known/openid-configuration\" to specify the endpoints",
"admin.auths.tip.twitter":"Go to %s, create an application and ensure that the “Allow this application to be used to Sign in with Twitter” option is enabled",
"admin.auths.tip.discord":"Register a new application on %s",
"admin.auths.tip.gitea":"Register a new OAuth2 application. Guide can be found at %s",
"admin.auths.tip.yandex":"Create a new application at %s. Select following permissions from the \"Yandex.Passport API\" section: \"Access to email address\", \"Access to user avatar\" and \"Access to username, first name and surname, gender\"",
"admin.auths.tip.mastodon":"Input a custom instance URL for the mastodon instance you want to authenticate with (or use the default one)",
"admin.auths.edit":"Edit Authentication Source",
"admin.auths.activated":"This Authentication Source is Activated",
"admin.auths.new_success":"The authentication \"%s\" has been added.",
"admin.auths.update_success":"The authentication source has been updated.",
"admin.config.open_with_editor_app_help":"The \"Open with\" editors for the clone menu. If left empty, the default will be used. Expand to see the default.",
"admin.config.git_guide_remote_name":"Repository remote name for git commands in the guide",
"admin.self_check.database_collation_mismatch":"Expect database to use collation: %s",
"admin.self_check.database_collation_case_insensitive":"Database is using collation %s, which is a case-insensitive collation. Although Gitea could work with it, there might be some rare cases which don't work as expected.",
"admin.self_check.database_inconsistent_collation_columns":"Database is using collation %s, but these columns are using mismatched collations. This might cause some unexpected problems.",
"admin.self_check.database_fix_mysql":"For MySQL/MariaDB users, you could use the \"gitea doctor convert\" command to fix the collation problems, or you could also fix the problem manually with \"ALTER ... COLLATE ...\" SQL queries.",
"admin.self_check.database_fix_mssql":"For MSSQL users, you could only fix the problem manually with \"ALTER ... COLLATE ...\" SQL queries at the moment.",
"admin.self_check.location_origin_mismatch":"Current URL (%[1]s) doesn't match the URL seen by Gitea (%[2]s). If you are using a reverse proxy, please make sure the \"Host\" and \"X-Forwarded-Proto\" headers are set correctly.",
"gpg.error.extract_sign":"Failed to extract signature",
"gpg.error.generate_hash":"Failed to generate hash of commit",
"gpg.error.no_committer_account":"No account linked to committer's email address",
"gpg.error.no_gpg_keys_found":"No known key found for this signature in database",
"gpg.error.not_signed_commit":"Not a signed commit",
"gpg.error.failed_retrieval_gpg_keys":"Failed to retrieve any key attached to the committer's account",
"gpg.error.probable_bad_signature":"WARNING! Although there is a key with this ID in the database, it does not verify this commit! This commit is SUSPICIOUS.",
"gpg.error.probable_bad_default_signature":"WARNING! Although the default key has this ID, it does not verify this commit! This commit is SUSPICIOUS.",
"units.unit":"Unit",
"units.error.no_unit_allowed_repo":"You are not allowed to access any section of this repository.",
"units.error.unit_not_allowed":"You are not allowed to access this repository section.",
"packages.title":"Packages",
"packages.desc":"Manage repository packages.",
"packages.empty":"There are no packages yet.",
"packages.no_metadata":"No metadata.",
"packages.empty.documentation":"For more information on the package registry, see <a target=\"_blank\" rel=\"noopener noreferrer\" href=\"%s\">the documentation</a>.",
"packages.empty.repo":"Did you upload a package, but it's not shown here? Go to <a href=\"%[1]s\">package settings</a> and link it to this repo.",
"packages.registry.documentation":"For more information on the %s registry, see <a target=\"_blank\" rel=\"noopener noreferrer\" href=\"%s\">the documentation</a>.",
"packages.filter.type":"Type",
"packages.filter.type.all":"All",
"packages.filter.no_result":"Your filter produced no results.",
"packages.filter.container.tagged":"Tagged",
"packages.filter.container.untagged":"Untagged",
"packages.published_by":"Published %[1]s by <a href=\"%[2]s\">%[3]s</a>",
"packages.published_by_in":"Published %[1]s by <a href=\"%[2]s\">%[3]s</a> in <a href=\"%[4]s\"><strong>%[5]s</strong></a>",
"packages.swift.registry":"Set up this registry from the command line:",
"packages.swift.install":"Add the package in your <code>Package.swift</code> file:",
"packages.swift.install2":"and run the following command:",
"packages.vagrant.install":"To add a Vagrant box, run the following command:",
"packages.settings.link":"Link this package to a repository",
"packages.settings.link.description":"If you link a package with a repository, the package will appear in the repository's package list. Only repositories under the same owner can be linked. Leaving the field empty will remove the link.",
"packages.owner.settings.cargo.initialize.description":"A special index Git repository is needed to use the Cargo registry. Using this option will (re-)create the repository and configure it automatically.",
"packages.owner.settings.cargo.initialize.error":"Failed to initialize Cargo index: %v",
"packages.owner.settings.cargo.initialize.success":"The Cargo index was successfully created.",
"packages.owner.settings.chef.keypair.description":"A key pair is necessary to authenticate to the Chef registry. If you have generated a key pair before, generating a new key pair will discard the old key pair.",
"secrets.secrets":"Secrets",
"secrets.description":"Secrets will be passed to certain actions and cannot be read otherwise.",
"secrets.none":"There are no secrets yet.",
"secrets.creation.description":"Description",
"secrets.creation.name_placeholder":"case-insensitive, alphanumeric characters or underscores only, cannot start with GITEA_ or GITHUB_",
"secrets.creation.value_placeholder":"Input any content. Whitespace at the start and end will be omitted.",
"secrets.creation.description_placeholder":"Enter short description (optional).",
"secrets.save_success":"The secret \"%s\" has been saved.",
"secrets.save_failed":"Failed to save secret.",
"secrets.add_secret":"Add secret",
"secrets.edit_secret":"Edit secret",
"secrets.deletion":"Remove secret",
"secrets.deletion.description":"Removing a secret is permanent and cannot be undone. Continue?",
"secrets.deletion.success":"The secret has been removed.",
"secrets.deletion.failed":"Failed to remove secret.",
"actions.runners.delete_runner_failed":"Failed to delete runner",
"actions.runners.delete_runner_header":"Confirm to delete this runner",
"actions.runners.delete_runner_notice":"If a task is running on this runner, it will be terminated and marked as failed. It may break building workflow.",
"actions.runs.invalid_workflow_helper":"Workflow config file is invalid. Please check your config file: %s",
"actions.runs.no_matching_online_runner_helper":"No matching online runner with label: %s",
"actions.runs.no_job_without_needs":"The workflow must contain at least one job without dependencies.",
"actions.runs.no_job":"The workflow must contain at least one job",
"actions.runs.actor":"Actor",
"actions.runs.status":"Status",
"actions.runs.actors_no_select":"All actors",
"actions.runs.status_no_select":"All status",
"actions.runs.no_results":"No results matched.",
"actions.runs.no_workflows":"There are no workflows yet.",
"actions.runs.no_workflows.quick_start":"Don't know how to start with Gitea Actions? See <a target=\"_blank\" rel=\"noopener noreferrer\" href=\"%s\">the quick start guide</a>.",
"actions.runs.no_workflows.documentation":"For more information on Gitea Actions, see <a target=\"_blank\" rel=\"noopener noreferrer\" href=\"%s\">the documentation</a>.",
"actions.runs.no_runs":"The workflow has no runs yet.",
"actions.general.collaborative_owners_management_help":"A collaborative owner is a user or an organization whose private repository has access to the actions and workflows of this repository.",
"actions.general.remove_collaborative_owner_desc":"Removing a collaborative owner will prevent the repositories of the owner from accessing the actions in this repository. Continue?",