summaryrefslogtreecommitdiffstats
path: root/options/locale/locale_en-US.ini
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2024-10-18 20:33:49 +0200
committerDaniel Baumann <daniel@debian.org>2024-10-18 20:33:49 +0200
commitdd136858f1ea40ad3c94191d647487fa4f31926c (patch)
tree58fec94a7b2a12510c9664b21793f1ed560c6518 /options/locale/locale_en-US.ini
parentInitial commit. (diff)
downloadforgejo-upstream.tar.xz
forgejo-upstream.zip
Adding upstream version 9.0.0.upstream/9.0.0upstreamdebian
Signed-off-by: Daniel Baumann <daniel@debian.org>
Diffstat (limited to 'options/locale/locale_en-US.ini')
-rw-r--r--options/locale/locale_en-US.ini3878
1 files changed, 3878 insertions, 0 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini
new file mode 100644
index 0000000..389d36a
--- /dev/null
+++ b/options/locale/locale_en-US.ini
@@ -0,0 +1,3878 @@
+[common]
+home = Home
+dashboard = Dashboard
+explore = Explore
+help = Help
+logo = Logo
+sign_in = Sign in
+sign_in_with_provider = Sign in with %s
+sign_in_or = or
+sign_out = Sign Out
+sign_up = Register
+link_account = Link Account
+register = Register
+version = Version
+powered_by = Powered by %s
+page = Page
+template = Template
+language = Language
+notifications = Notifications
+active_stopwatch = Active time tracker
+tracked_time_summary = Summary of tracked time based on filters of issue list
+create_new = Create…
+user_profile_and_more = Profile and settings…
+signed_in_as = Signed in as
+enable_javascript = This website requires JavaScript.
+toc = Table of Contents
+licenses = Licenses
+return_to_forgejo = Return to Forgejo
+toggle_menu = Toggle menu
+more_items = More items
+
+username = Username
+email = Email address
+password = Password
+access_token = Access token
+re_type = Confirm password
+captcha = CAPTCHA
+twofa = Two-factor authentication
+twofa_scratch = Two-factor scratch code
+passcode = Passcode
+
+webauthn_insert_key = Insert your security key
+webauthn_sign_in = Press the button on your security key. If your security key has no button, re-insert it.
+webauthn_press_button = Please press the button on your security key…
+webauthn_use_twofa = Use a two-factor code from your phone
+webauthn_error = Could not read your security key.
+webauthn_unsupported_browser = Your browser does not currently support WebAuthn.
+webauthn_error_unknown = An unknown error occurred. Please retry.
+webauthn_error_insecure = WebAuthn only supports secure connections. For testing over HTTP, you can use the origin "localhost" or "127.0.0.1"
+webauthn_error_unable_to_process = The server could not process your request.
+webauthn_error_duplicated = The security key is not permitted for this request. Please make sure that the key is not already registered.
+webauthn_error_empty = You must set a name for this key.
+webauthn_error_timeout = Timeout reached before your key could be read. Please reload this page and retry.
+
+repository = Repository
+organization = Organization
+mirror = Mirror
+new_mirror = New mirror
+new_fork = New repository fork
+new_project = New project
+new_project_column = New column
+admin_panel = Site administration
+settings = Settings
+your_profile = Profile
+your_starred = Starred
+your_settings = Settings
+
+new_repo.title = New repository
+new_migrate.title = New migration
+new_org.title = New organization
+
+new_repo.link = New repository
+new_migrate.link = New migration
+new_org.link = New organization
+
+all = All
+sources = Sources
+mirrors = Mirrors
+collaborative = Collaborative
+forks = Forks
+
+activities = Activities
+pull_requests = Pull requests
+issues = Issues
+milestones = Milestones
+
+ok = OK
+cancel = Cancel
+retry = Retry
+rerun = Re-run
+rerun_all = Re-run all jobs
+save = Save
+add = Add
+add_all = Add all
+remove = Remove
+remove_all = Remove all
+remove_label_str = Remove item "%s"
+edit = Edit
+view = View
+test = Test
+
+enabled = Enabled
+disabled = Disabled
+locked = Locked
+
+copy = Copy
+copy_generic = Copy to clipboard
+copy_url = Copy URL
+copy_hash = Copy hash
+copy_content = Copy content
+copy_branch = Copy branch name
+copy_success = Copied!
+copy_error = Copy failed
+copy_type_unsupported = This file type cannot be copied
+
+write = Write
+preview = Preview
+loading = Loading…
+
+error = Error
+error404 = The page you are trying to reach either <strong>does not exist</strong> or <strong>you are not authorized</strong> to view it.
+error413 = You have exhausted your quota.
+go_back = Go Back
+invalid_data = Invalid data: %v
+
+never = Never
+unknown = Unknown
+
+rss_feed = RSS feed
+
+pin = Pin
+unpin = Unpin
+
+artifacts = Artifacts
+confirm_delete_artifact = Are you sure you want to delete the artifact "%s" ?
+
+archived = Archived
+
+concept_system_global = Global
+concept_user_individual = Individual
+concept_code_repository = Repository
+concept_user_organization = Organization
+
+show_timestamps = Show timestamps
+show_log_seconds = Show seconds
+show_full_screen = Show full screen
+download_logs = Download logs
+
+confirm_delete_selected = Confirm to delete all selected items?
+
+name = Name
+value = Value
+
+filter = Filter
+filter.clear = Clear filters
+filter.is_archived = Archived
+filter.not_archived = Not archived
+filter.is_fork = Forks
+filter.not_fork = Not forks
+filter.is_mirror = Mirrors
+filter.not_mirror = Not mirrors
+filter.is_template = Templates
+filter.not_template = Not templates
+filter.public = Public
+filter.private = Private
+
+[search]
+search = Search...
+type_tooltip = Search type
+fuzzy = Fuzzy
+fuzzy_tooltip = Include results that also match the search term closely
+union = Union
+union_tooltip = Include results that match any of the whitespace seperated keywords
+exact = Exact
+exact_tooltip = Include only results that match the exact search term
+repo_kind = Search repos...
+user_kind = Search users...
+org_kind = Search orgs...
+team_kind = Search teams...
+code_kind = Search code...
+code_search_unavailable = Code search is currently not available. Please contact the site administrator.
+code_search_by_git_grep = Current code search results are provided by "git grep". There might be better results if site administrator enables code indexer.
+package_kind = Search packages...
+project_kind = Search projects...
+branch_kind = Search branches...
+commit_kind = Search commits...
+runner_kind = Search runners...
+no_results = No matching results found.
+issue_kind = Search issues...
+milestone_kind = Search milestones...
+pull_kind = Search pulls...
+keyword_search_unavailable = Searching by keyword is currently not available. Please contact the site administrator.
+
+[aria]
+navbar = Navigation bar
+footer = Footer
+footer.software = About this software
+footer.links = Links
+
+[heatmap]
+number_of_contributions_in_the_last_12_months = %s contributions in the last 12 months
+contributions_zero = No contributions
+contributions_format = {contributions} on {month} {day}, {year}
+contributions_one = contribution
+contributions_few = contributions
+less = Less
+more = More
+
+[editor]
+buttons.heading.tooltip = Add heading
+buttons.bold.tooltip = Add bold text
+buttons.italic.tooltip = Add italic text
+buttons.quote.tooltip = Quote text
+buttons.code.tooltip = Add code
+buttons.link.tooltip = Add a link
+buttons.list.unordered.tooltip = Add a bullet list
+buttons.list.ordered.tooltip = Add a numbered list
+buttons.list.task.tooltip = Add a list of tasks
+buttons.mention.tooltip = Mention a user or team
+buttons.ref.tooltip = Reference an issue or pull request
+buttons.switch_to_legacy.tooltip = Use the legacy editor instead
+buttons.enable_monospace_font = Enable monospace font
+buttons.disable_monospace_font = Disable monospace font
+buttons.indent.tooltip = Nest items by one level
+buttons.unindent.tooltip = Unnest items by one level
+
+[filter]
+string.asc = A - Z
+string.desc = Z - A
+
+[error]
+occurred = An error occurred
+report_message = If you believe that this is a Forgejo bug, please search for issues on <a href="%s" target="_blank">Codeberg</a> or open a new issue if necessary.
+not_found = The target couldn't be found.
+network_error = Network error
+server_internal = Internal server error
+
+[startpage]
+app_desc = A painless, self-hosted Git service
+install = Easy to install
+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>.
+platform = Cross-platform
+platform_desc = Forgejo is confirmed to run on libre operating systems like Linux and FreeBSD, as well as different CPU architectures. Choose the one you love!
+lightweight = Lightweight
+lightweight_desc = Forgejo has low minimal requirements and can run on an inexpensive Raspberry Pi. Save your machine energy!
+license = Open Source
+license_desc = Go get <a target="_blank" rel="noopener noreferrer" href="%[1]s">Forgejo</a>! Join us by <a target="_blank" rel="noopener noreferrer" href="%[2]s">contributing</a> to make this project even better. Don't be shy to be a contributor!
+
+[install]
+install = Installation
+title = Initial configuration
+docker_helper = If you run Forgejo inside Docker, please read the <a target="_blank" rel="noopener noreferrer" href="%s">documentation</a> before changing any settings.
+require_db_desc = Forgejo requires MySQL, PostgreSQL, SQLite3 or TiDB (MySQL protocol).
+db_title = Database settings
+db_type = Database type
+host = Host
+user = Username
+password = Password
+db_name = Database name
+db_schema = Schema
+db_schema_helper = Leave blank for database default ("public").
+ssl_mode = SSL
+path = Path
+sqlite_helper = File path for the SQLite3 database.<br>Enter an absolute path if you run Forgejo as a service.
+reinstall_error = You are trying to install into an existing Forgejo database
+reinstall_confirm_message = Re-installing with an existing Forgejo database can cause multiple problems. In most cases, you should use your existing "app.ini" to run Forgejo. If you know what you are doing, confirm the following:
+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 & mirrors may not function correctly. By checking this box you confirm that the current app.ini file contains the correct the SECRET_KEY.
+reinstall_confirm_check_2 = The repositories and settings may need to be re-synchronized. 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.
+reinstall_confirm_check_3 = You confirm that you are absolutely sure that this Forgejo 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.
+err_empty_db_path = The SQLite3 database path cannot be empty.
+no_admin_and_disable_registration = You cannot disable user self-registration without creating an administrator account.
+err_empty_admin_password = The administrator password cannot be empty.
+err_empty_admin_email = The administrator email cannot be empty.
+err_admin_name_is_reserved = Administrator Username is invalid, username is reserved
+err_admin_name_pattern_not_allowed = Administrator username is invalid, the username matches a reserved pattern
+err_admin_name_is_invalid = Administrator Username is invalid
+
+general_title = General settings
+app_name = Instance title
+app_name_helper = Enter your instance name here. It will be displayed on every page.
+app_slogan = Instance slogan
+app_slogan_helper = Enter your instance slogan here. Leave empty to disable.
+repo_path = Repository root path
+repo_path_helper = Remote Git repositories will be saved to this directory.
+lfs_path = Git LFS root path
+lfs_path_helper = Files tracked by Git LFS will be stored in this directory. Leave empty to disable.
+run_user = User to run as
+run_user_helper = The operating system username that Forgejo runs as. Note that this user must have access to the repository root path.
+domain = Server domain
+domain_helper = Domain or host address for the server.
+ssh_port = SSH server port
+ssh_port_helper = Port number that will be used by the SSH server. Leave empty to disable SSH server.
+http_port = HTTP listen port
+http_port_helper = Port number that will be used by the Forgejo web server.
+app_url = Base URL
+app_url_helper = Base address for HTTP(S) clone URLs and email notifications.
+log_root_path = Log path
+log_root_path_helper = Log files will be written to this directory.
+
+optional_title = Optional settings
+email_title = Email settings
+smtp_addr = SMTP host
+smtp_port = SMTP port
+smtp_from = Send email as
+smtp_from_invalid = The "Send Email As" address is invalid
+smtp_from_helper = Email address Forgejo will use. Enter a plain email address or use the "Name" <email@example.com> format.
+mailer_user = SMTP username
+mailer_password = SMTP password
+register_confirm = Require email confirmation to register
+mail_notify = Enable email notifications
+server_service_title = Server and third-party service settings
+offline_mode = Enable local mode
+offline_mode.description = Disable third-party content delivery networks and serve all resources locally.
+disable_gravatar = Disable Gravatar
+disable_gravatar.description = Disable usage of Gravatar or other third-party avatar sources. Default images will be used for user avatars unless they upload their own avatar to the instance.
+federated_avatar_lookup = Enable federated avatars
+federated_avatar_lookup.description = Look up avatars using Libravatar.
+disable_registration = Disable self-registration
+disable_registration.description = Only instance administrators will be able to create new user accounts. It is highly recommended to keep registration disabled unless you intend to host a public instance for everyone and ready to deal with large amounts of spam accounts.
+allow_only_external_registration = Allow registration only via external services
+allow_only_external_registration.description = Users will only be able to create new accounts by using configured external services.
+openid_signin = Enable OpenID sign-in
+openid_signin.description = Allow users to sign in via OpenID.
+openid_signup = Enable OpenID self-registration
+openid_signup.description = Allow users to create accounts via OpenID if self-registration is enabled.
+enable_captcha = Enable registration CAPTCHA
+enable_captcha.description = Require users to pass CAPTCHA in order to create accounts.
+require_sign_in_view = Require to sign-in to view instance content
+require_sign_in_view.description = Limit content access to signed-in users. Guests will only be able to visit the authentication pages.
+default_keep_email_private = Hide email addresses by default
+default_keep_email_private.description = Enable email address hiding for new users by default so that this information is not leaked immediately after signing up.
+default_allow_create_organization = Allow creation of organizations by default
+default_allow_create_organization.description = Allow new users to create organizations by default. When this option is disabled, an admin will have to grant a permission for creating organizations to new users.
+default_enable_timetracking = Enable time tracking by default
+default_enable_timetracking.description = Allow usage of time tracking feature for new repositories by default.
+admin_title = Administrator account settings
+admin_setting.description = Creating an administrator account is optional. The first registered user will automatically become an administrator.
+admin_name = Administrator username
+admin_password = Password
+confirm_password = Confirm password
+admin_email = Email address
+config_location_hint = These configuration options will be saved in:
+install_btn_confirm = Install Forgejo
+test_git_failed = Could not test "git" command: %v
+sqlite3_not_available = This Forgejo version does not support SQLite3. Please download the official binary version from %s (not the "gobuild" version).
+invalid_db_setting = The database settings are invalid: %v
+invalid_db_table = The database table "%s" is invalid: %v
+invalid_repo_path = The repository root path is invalid: %v
+invalid_app_data_path = The app data path is invalid: %v
+run_user_not_match = The "user to run as" username is not the current username: %s -> %s
+internal_token_failed = Failed to generate internal token: %v
+secret_key_failed = Failed to generate secret key: %v
+save_config_failed = Failed to save configuration: %v
+enable_update_checker_helper_forgejo = It will periodically check for new Forgejo versions by checking a TXT DNS record at release.forgejo.org.
+invalid_admin_setting = Administrator account setting is invalid: %v
+invalid_log_root_path = The log path is invalid: %v
+allow_dots_in_usernames = Allow users to use dots in their usernames. Doesn't affect existing accounts.
+no_reply_address = Hidden email domain
+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".
+password_algorithm = Password hash algorithm
+invalid_password_algorithm = Invalid password hash algorithm
+password_algorithm_helper = Set the password hashing algorithm. Algorithms have differing requirements and strength. The argon2 algorithm is rather secure but uses a lot of memory and may be inappropriate for small systems.
+enable_update_checker = Enable update checker
+env_config_keys = Environment Configuration
+env_config_keys_prompt = The following environment variables will also be applied to your configuration file:
+
+[home]
+uname_holder = Username or email address
+switch_dashboard_context = Switch dashboard context
+my_repos = Repositories
+my_orgs = Organizations
+view_home = View %s
+filter = Other filters
+filter_by_team_repositories = Filter by team repositories
+feed_of = Feed of "%s"
+
+show_archived = Archived
+show_both_archived_unarchived = Showing both archived and unarchived
+show_only_archived = Showing only archived
+show_only_unarchived = Showing only unarchived
+
+show_private = Private
+show_both_private_public = Showing both public and private
+show_only_private = Showing only private
+show_only_public = Showing only public
+
+issues.in_your_repos = In your repositories
+
+[explore]
+repos = Repositories
+users = Users
+stars_one = %d star
+stars_few = %d stars
+forks_one = %d fork
+forks_few = %d forks
+organizations = Organizations
+go_to = Go to
+code = Code
+code_last_indexed_at = Last indexed %s
+relevant_repositories_tooltip = Repositories that are forks or that have no topic, no icon, and no description are hidden.
+relevant_repositories = Only relevant repositories are being shown, <a href="%s">show unfiltered results</a>.
+
+[auth]
+create_new_account = Register account
+disable_register_prompt = Registration is disabled. Please contact your site administrator.
+disable_register_mail = Email confirmation for registration is disabled.
+manual_activation_only = Contact your site administrator to complete activation.
+remember_me = Remember this device
+forgot_password_title= Forgot password
+forgot_password = Forgot password?
+hint_login = Already have an account? <a href="%s">Sign in now!</a>
+hint_register = Need an account? <a href="%s">Register now.</a>
+sign_up_button = Register now.
+sign_up_successful = Account was successfully created. Welcome!
+confirmation_mail_sent_prompt = A new confirmation email has been sent to <b>%s</b>. To complete the registration process, please check your inbox and follow the provided link within the next %s. If the email is incorrect, you can log in, and request another confirmation email to be sent to a different address.
+must_change_password = Update your password
+allow_password_change = Require user to change password (recommended)
+reset_password_mail_sent_prompt = A confirmation email has been sent to <b>%s</b>. To complete the account recovery process, please check your inbox and follow the provided link within the next %s.
+active_your_account = Activate your account
+account_activated = Account has been activated
+prohibit_login = Account is suspended
+prohibit_login_desc = Your account has been suspended from interacting with the instance. Contact the instance administrator to regain access.
+resent_limit_prompt = You have already requested an activation email recently. Please wait 3 minutes and try again.
+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.
+change_unconfirmed_email_summary = Change the email address activation mail is sent to.
+change_unconfirmed_email = If you have given the wrong email address during registration, you can change it below, and a confirmation will be sent to the new address instead.
+change_unconfirmed_email_error = Unable to change the email address: %v
+resend_mail = Click here to resend your activation email
+send_reset_mail = Send recovery email
+reset_password = Account recovery
+invalid_code = Your confirmation code is invalid or has expired.
+invalid_code_forgot_password = Your confirmation code is invalid or has expired. Click <a href="%s">here</a> to start a new session.
+invalid_password = Your password does not match the password that was used to create the account.
+reset_password_helper = Recover Account
+reset_password_wrong_user = You are signed in as %s, but the account recovery link is meant for %s
+password_too_short = Password length cannot be less than %d characters.
+non_local_account = Non-local users cannot update their password through the Forgejo web interface.
+verify = Verify
+;As https://codeberg.org/forgejo/forgejo/issues/2809 progresses, please update this error message if possible
+unauthorized_credentials = Credentials are incorrect or have expired. Retry your command or see %s for more information
+scratch_code = Scratch code
+use_scratch_code = Use a scratch code
+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.
+twofa_passcode_incorrect = Your passcode is incorrect. If you misplaced your device, use your scratch code to sign in.
+twofa_scratch_token_incorrect = Your scratch code is incorrect.
+login_userpass = Sign in
+oauth_signup_tab = Register new account
+oauth_signup_title = Complete new account
+oauth_signup_submit = Complete account
+oauth_signin_tab = Link to an existing account
+oauth_signin_title = Sign in to authorize linked account
+oauth_signin_submit = Link account
+oauth.signin.error = There was an error processing the authorization request. If this error persists, please contact the site administrator.
+oauth.signin.error.access_denied = The authorization request was denied.
+oauth.signin.error.temporarily_unavailable = Authorization failed because the authentication server is temporarily unavailable. Please try again later.
+openid_connect_submit = Connect
+openid_connect_title = Connect to an existing account
+openid_connect_desc = The chosen OpenID URI is unknown. Associate it with a new account here.
+openid_register_title = Create new account
+openid_register_desc = The chosen OpenID URI is unknown. Associate it with a new account here.
+openid_signin_desc = Enter your OpenID URI. For example: alice.openid.example.org or https://openid.example.org/alice.
+disable_forgot_password_mail = Account recovery is disabled because no email is set up. Please contact your site administrator.
+disable_forgot_password_mail_admin = Account recovery is only available when email is set up. Please set up email to enable account recovery.
+email_domain_blacklisted = You cannot register with your email address.
+authorize_application = Authorize Application
+authorize_redirect_notice = You will be redirected to %s if you authorize this application.
+authorize_application_created_by = This application was created by %s.
+authorize_application_description = If you grant the access, it will be able to access and write to all your account information, including private repos and organizations.
+authorize_title = Authorize "%s" to access your account?
+authorization_failed = Authorization failed
+authorization_failed_desc = The authorization failed because we detected an invalid request. Please contact the maintainer of the app you have tried to authorize.
+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.
+password_pwned_err = Could not complete request to HaveIBeenPwned
+last_admin = You cannot remove the last admin. There must be at least one admin.
+back_to_sign_in = Back to Sign in
+sign_in_openid = Proceed with OpenID
+
+[mail]
+view_it_on = View it on %s
+reply = or reply to this email directly
+link_not_working_do_paste = Does the link not work? Try copying and pasting it into your browser's URL bar.
+hi_user_x = Hi <b>%s</b>,
+
+activate_account = Please activate your account
+activate_account.text_1 = Hi <b>%[1]s</b>, thanks for registering at %[2]s!
+activate_account.text_2 = Please click the following link to activate your account within <b>%s</b>:
+
+activate_email = Verify your email address
+activate_email.text = Please click the following link to verify your email address within <b>%s</b>:
+
+admin.new_user.subject = New user %s just signed up
+admin.new_user.user_info = User information
+admin.new_user.text = Please <a href="%s">click here</a> to manage this user from the admin panel.
+
+register_notify = Welcome to %s
+register_notify.text_1 = this is your registration confirmation email for %s!
+register_notify.text_2 = You can sign into your account using your username: %s
+register_notify.text_3 = If someone else made this account for you, you will need to <a href="%s">set your password</a> first.
+
+reset_password = Recover your account
+reset_password.text = If this was you, please click the following link to recover your account within <b>%s</b>:
+
+password_change.subject = Your password has been changed
+password_change.text_1 = The password for your account was just changed.
+
+primary_mail_change.subject = Your primary mail has been changed
+primary_mail_change.text_1 = The primary mail of your account was just changed to %[1]s. This means that this e-mail address will no longer receive e-mail notifications for your account.
+
+totp_disabled.subject = TOTP has been disabled
+totp_disabled.text_1 = Time-based one-time password (TOTP) on your account was just disabled.
+totp_disabled.no_2fa = There are no other 2FA methods configured anymore, meaning it is no longer necessary to log into your account with 2FA.
+
+removed_security_key.subject = A security key has been removed
+removed_security_key.text_1 = Security key "%[1]s" has just been removed from your account.
+removed_security_key.no_2fa = There are no other 2FA methods configured anymore, meaning it is no longer necessary to log into your account with 2FA.
+
+account_security_caution.text_1 = If this was you, then you can safely ignore this mail.
+account_security_caution.text_2 = If this wasn't you, your account is compromised. Please contact the admins of this site.
+
+totp_enrolled.subject = You have activated TOTP as 2FA method
+totp_enrolled.text_1.no_webauthn = You have just enabled TOTP for your account. This means that for all future logins to your account, you must use TOTP as a 2FA method.
+totp_enrolled.text_1.has_webauthn = You have just enabled TOTP for your account. This means that for all future logins to your account, you could use TOTP as a 2FA method or use any of your security keys.
+
+register_success = Registration successful
+
+issue_assigned.pull = @%[1]s assigned you to pull request %[2]s in repository %[3]s.
+issue_assigned.issue = @%[1]s assigned you to issue %[2]s in repository %[3]s.
+
+issue.x_mentioned_you = <b>@%s</b> mentioned you:
+issue.action.force_push = <b>%[1]s</b> force-pushed the <b>%[2]s</b> from %[3]s to %[4]s.
+issue.action.push_1 = <b>@%[1]s</b> pushed %[3]d commit to %[2]s
+issue.action.push_n = <b>@%[1]s</b> pushed %[3]d commits to %[2]s
+issue.action.close = <b>@%[1]s</b> closed #%[2]d.
+issue.action.reopen = <b>@%[1]s</b> reopened #%[2]d.
+issue.action.merge = <b>@%[1]s</b> merged #%[2]d into %[3]s.
+issue.action.approve = <b>@%[1]s</b> approved this pull request.
+issue.action.reject = <b>@%[1]s</b> requested changes on this pull request.
+issue.action.review = <b>@%[1]s</b> commented on this pull request.
+issue.action.review_dismissed = <b>@%[1]s</b> dismissed last review from %[2]s for this pull request.
+issue.action.ready_for_review = <b>@%[1]s</b> marked this pull request ready for review.
+issue.action.new = <b>@%[1]s</b> created #%[2]d.
+issue.in_tree_path = In %s:
+
+release.new.subject = %s in %s released
+release.new.text = <b>@%[1]s</b> released %[2]s in %[3]s
+release.title = Title: %s
+release.note = Note:
+release.downloads = Downloads:
+release.download.zip = Source Code (ZIP)
+release.download.targz = Source Code (TAR.GZ)
+
+repo.transfer.subject_to = %s wants to transfer repository "%s" to %s
+repo.transfer.subject_to_you = %s wants to transfer repository "%s" to you
+repo.transfer.to_you = you
+repo.transfer.body = To accept or reject it visit %s or just ignore it.
+
+repo.collaborator.added.subject = %s added you to %s as collaborator
+repo.collaborator.added.text = You have been added as a collaborator to repository:
+
+team_invite.subject = %[1]s has invited you to join the %[2]s organization
+team_invite.text_1 = %[1]s has invited you to join team %[2]s in organization %[3]s.
+team_invite.text_2 = Please click the following link to join the team:
+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
+no = No
+confirm = Confirm
+cancel = Cancel
+modify = Update
+
+[form]
+UserName = Username
+FullName = Full name
+Description = Description
+Pronouns = Pronouns
+Biography = Biography
+Website = Website
+Location = Location
+RepoName = Repository name
+Email = Email address
+Password = Password
+Retype = Confirm password
+PayloadUrl = Payload URL
+TeamName = Team name
+AuthName = Authorization name
+AdminEmail = Admin email
+To = Branch name
+AccessToken = Access token
+
+NewBranchName = New branch name
+CommitSummary = Commit summary
+CommitMessage = Commit message
+CommitChoice = Commit choice
+TreeName = File path
+Content = Content
+
+SSPISeparatorReplacement = Separator
+SSPIDefaultLanguage = Default language
+
+require_error = ` cannot be empty.`
+alpha_dash_error = ` should contain only alphanumeric, dash ("-") and underscore ("_") characters.`
+alpha_dash_dot_error = ` should contain only alphanumeric, dash ("-"), underscore ("_") and dot (".") characters.`
+git_ref_name_error = ` must be a well-formed Git reference name.`
+size_error = ` must be size %s.`
+min_size_error = ` must contain at least %s characters.`
+max_size_error = ` must contain at most %s characters.`
+email_error = ` is not a valid email address.`
+url_error = `"%s" is not a valid URL.`
+include_error = ` must contain substring "%s".`
+glob_pattern_error = ` glob pattern is invalid: %s.`
+regex_pattern_error = ` regex pattern is invalid: %s.`
+username_error = ` can only contain alphanumeric chars ("0-9","a-z","A-Z"), dash ("-"), underscore ("_") and dot ("."). It cannot begin or end with non-alphanumeric chars, and consecutive non-alphanumeric chars are also forbidden.`
+username_error_no_dots = ` can only contain alphanumeric chars ("0-9","a-z","A-Z"), dash ("-") and underscore ("_"). It cannot begin or end with non-alphanumeric chars, and consecutive non-alphanumeric chars are also forbidden.`
+invalid_group_team_map_error = ` mapping is invalid: %s`
+unknown_error = Unknown error:
+captcha_incorrect = The CAPTCHA code is incorrect.
+password_not_match = The passwords do not match.
+lang_select_error = Select a language from the list.
+
+username_been_taken = The username is already taken.
+username_change_not_local_user = Non-local users are not allowed to change their username.
+repo_name_been_taken = The repository name is already used.
+repository_force_private = Force Private is enabled: private repositories cannot be made public.
+repository_files_already_exist = Files already exist for this repository. Contact the system administrator.
+repository_files_already_exist.adopt = Files already exist for this repository and can only be Adopted.
+repository_files_already_exist.delete = Files already exist for this repository. You must delete them.
+repository_files_already_exist.adopt_or_delete = Files already exist for this repository. Either adopt them or delete them.
+visit_rate_limit = Remote visit addressed rate limitation.
+2fa_auth_required = Remote visit required two factors authentication.
+org_name_been_taken = The organization name is already taken.
+team_name_been_taken = The team name is already taken.
+team_no_units_error = Allow access to at least one repository section.
+email_been_used = The email address is already used.
+email_invalid = The email address is invalid.
+openid_been_used = The OpenID address "%s" is already used.
+username_password_incorrect = Username or password is incorrect.
+password_complexity = Password does not pass complexity requirements:
+password_lowercase_one = At least one lowercase character
+password_uppercase_one = At least one uppercase character
+password_digit_one = At least one digit
+password_special_one = At least one special character (punctuation, brackets, quotes, etc.)
+enterred_invalid_repo_name = The repository name you entered is incorrect.
+enterred_invalid_org_name = The organization name you entered is incorrect.
+enterred_invalid_owner_name = The new owner name is not valid.
+enterred_invalid_password = The password you entered is incorrect.
+unset_password = The login user has not set the password.
+unsupported_login_type = The login type is not supported to delete account.
+user_not_exist = The user does not exist.
+team_not_exist = The team does not exist.
+last_org_owner = You cannot remove the last user from the "owners" team. There must be at least one owner for an organization.
+cannot_add_org_to_team = An organization cannot be added as a team member.
+duplicate_invite_to_team = The user was already invited as a team member.
+organization_leave_success = You have successfully left the organization %s.
+
+invalid_ssh_key = Cannot verify your SSH key: %s
+invalid_gpg_key = Cannot verify your GPG key: %s
+invalid_ssh_principal = Invalid principal: %s
+must_use_public_key = The key you provided is a private key. Please do not upload your private key anywhere. Use your public key instead.
+unable_verify_ssh_key = Cannot verify the SSH key, double-check it for mistakes.
+auth_failed = Authentication failed: %v
+
+still_own_repo = Your account owns one or more repositories, delete or transfer them first.
+still_has_org = Your account is a member of one or more organizations, leave them first.
+still_own_packages = Your account owns one or more packages, delete them first.
+org_still_own_repo = This organization still owns one or more repositories, delete or transfer them first.
+org_still_own_packages = This organization still owns one or more packages, delete them first.
+
+target_branch_not_exist = Target branch does not exist.
+
+admin_cannot_delete_self = You cannot delete yourself when you are an admin. Please remove your admin privileges first.
+
+required_prefix = Input must start with "%s"
+
+[user]
+change_avatar = Change your avatar…
+joined_on = Joined on %s
+repositories = Repositories
+activity = Public activity
+followers.title.one = Follower
+followers.title.few = Followers
+following.title.one = Following
+following.title.few = Following
+followers_one = %d follower
+followers_few = %d followers
+following_one = %d following
+following_few = %d following
+follow = Follow
+unfollow = Unfollow
+block_user = Block user
+block_user.detail = Please note that blocking a user has other effects, such as:
+block_user.detail_1 = You will stop following each other and will not be able to follow each other.
+block_user.detail_2 = This user will not be able to interact with the repositories you own, or the issues and comments you have created.
+block_user.detail_3 = You will not be able to add each other as repository collaborators.
+follow_blocked_user = You cannot follow this user because you have blocked this user or this user has blocked you.
+starred = Starred repositories
+watched = Watched repositories
+code = Code
+projects = Projects
+overview = Overview
+block = Block
+unblock = Unblock
+user_bio = Biography
+email_visibility.limited = Your email address is visible to all authenticated users
+show_on_map = Show this place on a map
+settings = User settings
+
+disabled_public_activity = This user has disabled the public visibility of the activity.
+public_activity.visibility_hint.self_public = Your activity is visible to everyone, except for interactions in private spaces. <a href="%s">Configure</a>.
+public_activity.visibility_hint.admin_public = This activity is visible to everyone, but as an administrator you can also see interactions in private spaces.
+public_activity.visibility_hint.self_private = Your activity is only visible to you and the instance administrators. <a href="%s">Configure</a>.
+public_activity.visibility_hint.admin_private = This activity is visible to you because you're an administrator, but the user wants it to remain private.
+
+form.name_reserved = The username "%s" is reserved.
+form.name_pattern_not_allowed = The pattern "%s" is not allowed in a username.
+form.name_chars_not_allowed = Username "%s" contains invalid characters.
+
+[settings]
+profile = Profile
+account = Account
+appearance = Appearance
+password = Password
+security = Security
+avatar = Avatar
+ssh_gpg_keys = SSH / GPG keys
+applications = Applications
+orgs = Organizations
+repos = Repositories
+delete = Delete Account
+twofa = Two-factor authentication (TOTP)
+organization = Organizations
+uid = UID
+webauthn = Two-factor authentication (Security keys)
+blocked_users = Blocked users
+
+public_profile = Public profile
+biography_placeholder = Tell us a little bit about yourself! (You can use Markdown)
+location_placeholder = Share your approximate location with others
+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.
+password_username_disabled = Non-local users are not allowed to change their username. Please contact your site administrator for more details.
+full_name = Full name
+website = Website
+location = Location
+pronouns = Pronouns
+pronouns_custom = Custom
+pronouns_unspecified = Unspecified
+update_theme = Change theme
+update_profile = Update profile
+update_language = Change language
+update_language_not_found = Language "%s" is not available.
+update_language_success = Language has been updated.
+update_profile_success = Your profile has been updated.
+change_username = Your username has been changed.
+change_username_prompt = Note: Changing your username also changes your account URL.
+change_username_redirect_prompt = The old username will redirect until someone claims it.
+continue = Continue
+cancel = Cancel
+language = Language
+language.title = Default language
+language.description = This language will be saved to your account and be used as the default after you log in.
+language.localization_project = Help us translate Forgejo into your language! <a href="%s">Learn more</a>.
+ui = Theme
+hints = Hints
+additional_repo_units_hint = Suggest to enable additional repository units
+additional_repo_units_hint_description = Display an "Enable more" hint for repositories that do not have all available units enabled.
+update_hints = Update hints
+update_hints_success = Hints have been updated.
+hidden_comment_types = Hidden comment types
+hidden_comment_types_description = Comment types checked here will not be shown inside issue pages. Checking "Label" for example removes all "<user> added/removed <label>" comments.
+hidden_comment_types.ref_tooltip = Comments where this issue was referenced from another issue/commit/…
+hidden_comment_types.issue_ref_tooltip = Comments where the user changes the branch/tag associated with the issue
+comment_type_group_reference = Reference
+comment_type_group_label = Label
+comment_type_group_milestone = Milestone
+comment_type_group_assignee = Assignee
+comment_type_group_title = Title
+comment_type_group_branch = Branch
+comment_type_group_time_tracking = Time tracking
+comment_type_group_deadline = Deadline
+comment_type_group_dependency = Dependency
+comment_type_group_lock = Lock status
+comment_type_group_review_request = Review request
+comment_type_group_pull_request_push = Added commits
+comment_type_group_project = Project
+comment_type_group_issue_ref = Issue reference
+saved_successfully = Your settings were saved successfully.
+privacy = Privacy
+keep_activity_private = Hide activity from profile page
+keep_activity_private.description = Your <a href="%s">public activity</a> will only be visible to you and the instance administrators.
+
+lookup_avatar_by_mail = Lookup avatar by email address
+enable_custom_avatar = Use custom avatar
+choose_new_avatar = Choose new avatar
+update_avatar = Update avatar
+delete_current_avatar = Delete current avatar
+uploaded_avatar_not_a_image = The uploaded file is not an image.
+uploaded_avatar_is_too_big = The uploaded file size (%d KiB) exceeds the maximum size (%d KiB).
+update_avatar_success = Your avatar has been updated.
+update_user_avatar_success = The user's avatar has been updated.
+
+change_password = Change password
+update_password = Update password
+old_password = Current password
+new_password = New password
+retype_new_password = Confirm new password
+password_incorrect = The current password is incorrect.
+change_password_success = Your password has been updated. Sign in using your new password from now on.
+password_change_disabled = Non-local users cannot update their password through the Forgejo web interface.
+
+manage_emails = Manage email addresses
+manage_themes = Default theme
+manage_openid = OpenID addresses
+email_desc = Your primary email address will be used for notifications, password recovery and, provided that it is not hidden, web-based Git operations.
+theme_desc = This will be your default theme across the site.
+primary = Primary
+activated = Activated
+requires_activation = Requires activation
+primary_email = Make primary
+activate_email = Send activation
+activations_pending = Activations pending
+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.
+delete_email = Remove
+email_deletion = Remove email address
+email_deletion_desc = The email address and related information will be removed from your account. Git commits by this email address will remain unchanged. Continue?
+email_deletion_success = The email address has been removed.
+theme_update_success = Your theme was updated.
+theme_update_error = The selected theme does not exist.
+openid_deletion = Remove OpenID Address
+openid_deletion_desc = Removing this OpenID address from your account will prevent you from signing in with it. Continue?
+openid_deletion_success = The OpenID address has been removed.
+add_new_email = Add email address
+add_new_openid = Add new OpenID URI
+add_email = Add email address
+add_openid = Add OpenID URI
+add_email_confirmation_sent = A confirmation email has been sent to "%s". To confirm your email address, please check your inbox and follow the provided link within the next %s.
+add_email_success = The new email address has been added.
+email_preference_set_success = Email preference has been set successfully.
+add_openid_success = The new OpenID address has been added.
+keep_email_private = Hide email address
+keep_email_private_popup = This will hide your email address from your profile. It will no longer be the default for commits made via the web interface, like file uploads and edits, and will not be used for merge commits. Instead a special address %s can be used to associate commits with your account. Note that changing this option will not affect existing commits.
+openid_desc = OpenID lets you delegate authentication to an external provider.
+
+manage_ssh_keys = Manage SSH keys
+manage_ssh_principals = Manage SSH Certificate Principals
+manage_gpg_keys = Manage GPG keys
+add_key = Add key
+ssh_desc = These public SSH keys are associated with your account. The corresponding private keys allow full access to your repositories. SSH keys that have been verified can be used to verify SSH-signed Git commits.
+principal_desc = These SSH certificate principals are associated with your account and allow full access to your repositories.
+gpg_desc = These public GPG keys are associated with your account and used to verify your commits. Keep your private keys safe as they allow to sign commits with your identity.
+ssh_helper = <strong>Need help?</strong> Have a look at the guide to <a href="%s">create your own SSH keys</a> or solve <a href="%s">common problems</a> you may encounter using SSH.
+gpg_helper = <strong>Need help?</strong> Have a look at the guide <a href="%s">about GPG</a>.
+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"
+key_content_gpg_placeholder = Begins with "-----BEGIN PGP PUBLIC KEY BLOCK-----"
+add_new_principal = Add principal
+ssh_key_been_used = This SSH key has already been added to the server.
+ssh_key_name_used = An SSH key with same name already exists on your account.
+ssh_principal_been_used = This principal has already been added to the server.
+gpg_key_id_used = A public GPG key with same ID already exists.
+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.
+gpg_key_matched_identities = Matched Identities:
+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.
+gpg_key_verified=Verified key
+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.
+gpg_key_verify=Verify
+gpg_invalid_token_signature = The provided GPG key, signature and token do not match or token is out-of-date.
+gpg_token_required = You must provide a signature for the below token
+gpg_token = Token
+gpg_token_help = You can generate a signature using:
+gpg_token_signature = Armored GPG signature
+key_signature_gpg_placeholder = Begins with "-----BEGIN PGP SIGNATURE-----"
+verify_gpg_key_success = GPG key "%s" has been verified.
+ssh_key_verified=Verified key
+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.
+ssh_key_verify=Verify
+ssh_invalid_token_signature = The provided SSH key, signature or token do not match or token is out-of-date.
+ssh_token_required = You must provide a signature for the below token
+ssh_token = Token
+ssh_token_help = You can generate a signature using:
+ssh_token_signature = Armored SSH signature
+key_signature_ssh_placeholder = Begins with "-----BEGIN SSH SIGNATURE-----"
+verify_ssh_key_success = SSH key "%s" has been verified.
+subkeys = Subkeys
+key_id = Key ID
+key_name = Key name
+key_content = Content
+principal_content = Content
+add_key_success = The SSH key "%s" has been added.
+add_gpg_key_success = The GPG key "%s" has been added.
+add_principal_success = The SSH certificate principal "%s" has been added.
+delete_key = Remove
+ssh_key_deletion = Remove SSH key
+gpg_key_deletion = Remove GPG key
+ssh_principal_deletion = Remove SSH Certificate Principal
+ssh_key_deletion_desc = Removing an SSH key revokes its access to your account. Continue?
+gpg_key_deletion_desc = Removing a GPG key un-verifies commits signed by it. Continue?
+ssh_principal_deletion_desc = Removing a SSH Certificate Principal revokes its access to your account. Continue?
+ssh_key_deletion_success = The SSH key has been removed.
+gpg_key_deletion_success = The GPG key has been removed.
+ssh_principal_deletion_success = The principal has been removed.
+added_on = Added on %s
+valid_until_date = Valid until %s
+valid_forever = Valid forever
+last_used = Last used on
+no_activity = No recent activity
+can_read_info = Read
+can_write_info = Write
+key_state_desc = This key has been used in the last 7 days
+token_state_desc = This token has been used in the last 7 days
+principal_state_desc = This principal has been used in the last 7 days
+show_openid = Show on profile
+hide_openid = Hide from profile
+ssh_disabled = SSH is disabled
+ssh_signonly = SSH is currently disabled so these keys are only used for commit signature verification.
+ssh_externally_managed = This SSH key is externally managed for this user
+
+manage_access_token = Access tokens
+generate_new_token = Generate new token
+tokens_desc = These tokens grant access to your account using the Forgejo API.
+token_name = Token name
+generate_token = Generate token
+generate_token_success = Your new token has been generated. Copy it now as it will not be shown again.
+generate_token_name_duplicate = <strong>%s</strong> has been used as an application name already. Please use a new one.
+delete_token = Delete
+access_token_deletion = Delete access token
+access_token_deletion_desc = Deleting a token will revoke access to your account for applications using it. This cannot be undone. Continue?
+delete_token_success = The token has been deleted. Applications using it no longer have access to your account.
+repo_and_org_access = Repository and Organization Access
+permissions_public_only = Public only
+permissions_access_all = All (public, private, and limited)
+select_permissions = Select permissions
+permission_no_access = No access
+permission_read = Read
+permission_write = Read and write
+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.
+at_least_one_permission = You must select at least one permission to create a token
+permissions_list = Permissions:
+
+manage_oauth2_applications = Manage OAuth2 applications
+edit_oauth2_application = Edit OAuth2 Application
+oauth2_applications_desc = OAuth2 applications enables your third-party application to securely authenticate users at this Forgejo instance.
+remove_oauth2_application = Remove OAuth2 Application
+remove_oauth2_application_desc = Removing an OAuth2 application will revoke access to all signed access tokens. Continue?
+remove_oauth2_application_success = The application has been deleted.
+create_oauth2_application = Create a new OAuth2 application
+create_oauth2_application_button = Create application
+create_oauth2_application_success = You have successfully created a new OAuth2 application.
+update_oauth2_application_success = You have successfully updated the OAuth2 application.
+oauth2_application_name = Application name
+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.
+oauth2_redirect_uris = Redirect URIs. Please use a new line for every URI.
+save_application = Save
+oauth2_client_id = Client ID
+oauth2_client_secret = Client secret
+oauth2_regenerate_secret = Regenerate secret
+oauth2_regenerate_secret_hint = Lost your secret?
+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.
+oauth2_application_edit = Edit
+oauth2_application_create_description = OAuth2 applications gives your third-party application access to user accounts on this instance.
+oauth2_application_remove_description = Removing an OAuth2 application will prevent it from accessing authorized user accounts on this instance. Continue?
+oauth2_application_locked = Forgejo 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.
+
+authorized_oauth2_applications = Authorized OAuth2 applications
+authorized_oauth2_applications_description = You have granted access to your personal Forgejo account to these third party applications. Please revoke access for applications that are no longer in use.
+revoke_key = Revoke
+revoke_oauth2_grant = Revoke access
+revoke_oauth2_grant_description = Revoking access for this third party application will prevent this application from accessing your data. Are you sure?
+revoke_oauth2_grant_success = Access revoked successfully.
+
+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").
+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.
+twofa_is_enrolled = Your account is currently <strong>enrolled</strong> in two-factor authentication.
+twofa_not_enrolled = Your account is not currently enrolled in two-factor authentication.
+twofa_disable = Disable two-factor authentication
+twofa_scratch_token_regenerate = Regenerate single-use recovery key
+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.
+twofa_enroll = Enroll into two-factor authentication
+twofa_disable_note = You can disable two-factor authentication if needed.
+twofa_disable_desc = Disabling two-factor authentication will make your account less secure. Continue?
+regenerate_scratch_token_desc = If you misplaced your recovery key or have already used it to sign in, you can reset it here.
+twofa_disabled = Two-factor authentication has been disabled.
+scan_this_image = Scan this image with your authentication application:
+or_enter_secret = Or enter the secret: %s
+then_enter_passcode = And enter the passcode shown in the application:
+passcode_invalid = The passcode is incorrect. Try again.
+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.
+twofa_failed_get_secret = Failed to get secret.
+
+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.
+webauthn_register_key = Add security key
+webauthn_nickname = Nickname
+webauthn_delete_key = Remove security key
+webauthn_delete_key_desc = If you remove a security key you can no longer sign in with it. Continue?
+webauthn_key_loss_warning = If you lose your security keys, you will lose access to your account.
+webauthn_alternative_tip = You may want to configure an additional authentication method.
+
+manage_account_links = Linked accounts
+manage_account_links_desc = These external accounts are linked to your Forgejo account.
+link_account = Link account
+remove_account_link = Remove linked account
+remove_account_link_desc = Removing a linked account will revoke its access to your Forgejo account. Continue?
+remove_account_link_success = The linked account has been removed.
+
+hooks.desc = Add webhooks which will be triggered for <strong>all repositories</strong> that you own.
+
+orgs_none = You are not a member of any organizations.
+repos_none = You do not own any repositories.
+blocked_users_none = There are no blocked users.
+
+delete_account = Delete your account
+delete_prompt = This operation will permanently delete your user account. It <strong>CANNOT</strong> be undone.
+delete_with_all_comments = Your account is younger than %s. To avoid ghost comments, all issue/PR comments will be deleted with it.
+confirm_delete_account = Confirm deletion
+delete_account_title = Delete user account
+delete_account_desc = Are you sure you want to permanently delete this user account?
+
+email_notifications.enable = Enable email notifications
+email_notifications.onmention = Only email on mention
+email_notifications.disable = Disable email notifications
+email_notifications.submit = Set email preference
+email_notifications.andyourown = And your own notifications
+
+visibility = User visibility
+visibility.public = Public
+visibility.public_tooltip = Visible to everyone
+visibility.limited = Limited
+visibility.limited_tooltip = Visible only to authenticated users
+visibility.private = Private
+visibility.private_tooltip = Visible only to members of organizations you have joined
+
+blocked_since = Blocked since %s
+user_unblock_success = The user has been unblocked successfully.
+user_block_success = The user has been blocked successfully.
+
+[repo]
+rss.must_be_on_branch = You must be on a branch to have an RSS feed.
+
+admin.manage_flags = Manage flags
+admin.enabled_flags = Flags enabled for the repository:
+admin.update_flags = Update flags
+admin.failed_to_replace_flags = Failed to replace repository flags
+admin.flags_replaced = Repository flags replaced
+
+new_repo_helper = A repository contains all project files, including revision history. Already hosting one elsewhere? <a href="%s">Migrate repository.</a>
+owner = Owner
+owner_helper = Some organizations may not show up in the dropdown due to a maximum repository count limit.
+repo_name = Repository name
+repo_name_helper = Good repository names use short, memorable and unique keywords.
+repo_size = Repository Size
+size_format = %[1]s: %[2]s, %[3]s: %[4]s
+template = Template
+template_select = Select a template
+template_helper = Make repository a template
+template_description = Template repositories let users generate new repositories with the same directory structure, files, and optional settings.
+visibility = Visibility
+visibility_description = Only the owner or the organization members if they have rights, will be able to see it.
+visibility_helper = Make repository private
+visibility_helper_forced = Your site administrator forces new repositories to be private.
+visibility_fork_helper = (Changing this will affect visibility of all forks.)
+clone_helper = Need help cloning? Visit <a target="_blank" rel="noopener noreferrer" href="%s">Help</a>.
+fork_repo = Fork repository
+fork_from = Fork from
+already_forked = You've already forked %s
+fork_to_different_account = Fork to a different account
+fork_visibility_helper = The visibility of a forked repository cannot be changed.
+fork_branch = Branch to be cloned to the fork
+all_branches = All branches
+fork_no_valid_owners = This repository can not be forked because there are no valid owners.
+use_template = Use this template
+open_with_editor = Open with %s
+download_zip = Download ZIP
+download_tar = Download TAR.GZ
+download_bundle = Download BUNDLE
+generate_repo = Generate repository
+generate_from = Generate from
+repo_desc = Description
+repo_desc_helper = Enter short description (optional)
+repo_lang = Language
+repo_gitignore_helper = Select .gitignore templates
+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.
+issue_labels = Labels
+issue_labels_helper = Select a label set
+license = License
+license_helper = Select a license file
+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>
+object_format = Object format
+object_format_helper = Object format of the repository. Cannot be changed later. SHA1 is the most compatible.
+readme = README
+readme_helper = Select a README file template
+readme_helper_desc = This is the place where you can write a complete description for your project.
+auto_init = Initialize repository (Adds .gitignore, License and README)
+create_repo = Create repository
+default_branch = Default branch
+default_branch_label = default
+default_branch_helper = The default branch is the base branch for pull requests and code commits.
+mirror_prune = Prune
+mirror_prune_desc = Remove obsolete remote-tracking references
+mirror_interval = Mirror interval (valid time units are "h", "m", "s"). 0 to disable periodic sync. (Minimum interval: %s)
+mirror_interval_invalid = The mirror interval is not valid.
+mirror_public_key = Public SSH key
+mirror_use_ssh.text = Use SSH authentication
+mirror_use_ssh.helper = Forgejo will mirror the repository via Git over SSH and create a keypair for you when you select this option. You must ensure that the generated public key is authorized to push to the destination repository. You cannot use password-based authorization when selecting this.
+mirror_use_ssh.not_available = SSH authentication isn't available.
+mirror_denied_combination = Cannot use public key and password based authentication in combination.
+mirror_sync = synced
+mirror_sync_on_commit = Sync when commits are pushed
+mirror_address = Clone from URL
+mirror_address_desc = Put any required credentials in the Authorization section.
+mirror_address_url_invalid = The provided URL is invalid. You must escape all components of the URL correctly.
+mirror_address_protocol_invalid = The provided URL is invalid. Only http(s):// or git:// locations can be used for mirroring.
+mirror_lfs = Large File Storage (LFS)
+mirror_lfs_desc = Activate mirroring of LFS data.
+mirror_lfs_endpoint = LFS endpoint
+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.
+mirror_last_synced = Last synchronized
+mirror_password_placeholder = (Unchanged)
+mirror_password_blank_placeholder = (Unset)
+mirror_password_help = Change the username to erase a stored password.
+watchers = Watchers
+stargazers = Stargazers
+stars_remove_warning = This will remove all stars from this repository.
+forks = Forks
+stars = Stars
+reactions_more = and %d more
+unit_disabled = The site administrator has disabled this repository section.
+language_other = Other
+adopt_search = Enter username to search for unadopted repositories... (leave blank to find all)
+adopt_preexisting_label = Adopt files
+adopt_preexisting = Adopt pre-existing files
+adopt_preexisting_content = Create repository from %s
+adopt_preexisting_success = Adopted files and created repository from %s
+delete_preexisting_label = Delete
+delete_preexisting = Delete pre-existing files
+delete_preexisting_content = Delete files in %s
+delete_preexisting_success = Deleted unadopted files in %s
+blame_prior = View blame prior to this change
+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.
+blame.ignore_revs.failed = Failed to ignore revisions in <a href="%s">.git-blame-ignore-revs</a>.
+author_search_tooltip = Shows a maximum of 30 users
+
+tree_path_not_found_commit = Path %[1]s doesn't exist in commit %[2]s
+tree_path_not_found_branch = Path %[1]s doesn't exist in branch %[2]s
+tree_path_not_found_tag = Path %[1]s doesn't exist in tag %[2]s
+
+transfer.accept = Accept transfer
+transfer.accept_desc = Transfer to "%s"
+transfer.reject = Reject transfer
+transfer.reject_desc = Cancel transfer to "%s"
+transfer.no_permission_to_accept = You do not have permission to accept this transfer.
+transfer.no_permission_to_reject = You do not have permission to reject this transfer.
+
+desc.private = Private
+desc.public = Public
+desc.template = Template
+desc.internal = Internal
+desc.archived = Archived
+desc.sha256 = SHA256
+
+template.items = Template items
+template.git_content = Git content (Default branch)
+template.git_hooks = Git hooks
+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.
+template.webhooks = Webhooks
+template.topics = Topics
+template.avatar = Avatar
+template.issue_labels = Issue labels
+template.one_item = Must select at least one template item
+template.invalid = Must select a template repository
+
+archive.title = This repo is archived. You can view files and clone it, but cannot push or open issues or pull requests.
+archive.title_date = This repository has been archived on %s. You can view files and clone it, but cannot push or open issues or pull requests.
+archive.issue.nocomment = This repo is archived. You cannot comment on issues.
+archive.pull.nocomment = This repo is archived. You cannot comment on pull requests.
+
+form.reach_limit_of_creation_1 = The owner has already reached the limit of %d repository.
+form.reach_limit_of_creation_n = The owner has already reached the limit of %d repositories.
+form.name_reserved = The repository name "%s" is reserved.
+form.name_pattern_not_allowed = The pattern "%s" is not allowed in a repository name.
+form.string_too_long=The given string is longer than %d characters.
+
+
+need_auth = Authorization
+migrate_options = Migration options
+migrate_options_mirror_helper = This repository will be a mirror
+migrate_options_lfs = Migrate LFS files
+migrate_options_lfs_endpoint.label = LFS endpoint
+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.
+migrate_options_lfs_endpoint.description.local = A local server path is supported too.
+migrate_options_lfs_endpoint.placeholder = If left blank, the endpoint will be derived from the clone URL
+migrate_items = Migration items
+migrate_items_wiki = Wiki
+migrate_items_milestones = Milestones
+migrate_items_labels = Labels
+migrate_items_issues = Issues
+migrate_items_pullrequests = Pull requests
+migrate_items_merge_requests = Merge requests
+migrate_items_releases = Releases
+migrate_repo = Migrate repository
+migrate.clone_address = Migrate / Clone from URL
+migrate.clone_address_desc = The HTTP(S) or Git "clone" URL of an existing repository
+migrate.github_token_desc = You can put one or more tokens with comma separated here to make migrating faster because of GitHub API rate limit. WARN: Abusing this feature may violate the service provider's policy and lead to account blocking.
+migrate.clone_local_path = or a local server path
+migrate.permission_denied = You are not allowed to import local repositories.
+migrate.permission_denied_blocked = You cannot import from disallowed hosts, please ask the admin to check ALLOWED_DOMAINS/ALLOW_LOCALNETWORKS/BLOCKED_DOMAINS settings.
+migrate.invalid_local_path = The local path is invalid. It doesn't exist or is not a directory.
+migrate.invalid_lfs_endpoint = The LFS endpoint is not valid.
+migrate.failed = Migration failed: %v
+migrate.migrate_items_options = Access token is required to migrate additional items
+migrated_from = Migrated from <a href="%[1]s">%[2]s</a>
+migrated_from_fake = Migrated from %[1]s
+migrate.migrate = Migrate from %s
+migrate.migrating = Migrating from <b>%s</b> ...
+migrate.migrating_failed = Migrating from <b>%s</b> failed.
+migrate.migrating_failed.error = Failed to migrate: %s
+migrate.migrating_failed_no_addr = Migration failed.
+migrate.github.description = Migrate data from github.com or GitHub Enterprise server.
+migrate.git.description = Migrate a repository only from any Git service.
+migrate.gitlab.description = Migrate data from gitlab.com or other GitLab instances.
+migrate.forgejo.description = Migrate data from codeberg.org or other Forgejo instances.
+migrate.gitea.description = Migrate data from gitea.com or other Gitea instances.
+migrate.gogs.description = Migrate data from notabug.org or other Gogs instances.
+migrate.onedev.description = Migrate data from code.onedev.io or other OneDev instances.
+migrate.codebase.description = Migrate data from codebasehq.com.
+migrate.gitbucket.description = Migrate data from GitBucket instances.
+migrate.migrating_git = Migrating Git data
+migrate.migrating_topics = Migrating topics
+migrate.migrating_milestones = Migrating milestones
+migrate.migrating_labels = Migrating labels
+migrate.migrating_releases = Migrating releases
+migrate.migrating_issues = Migrating issues
+migrate.migrating_pulls = Migrating pull requests
+migrate.cancel_migrating_title = Cancel migration
+migrate.cancel_migrating_confirm = Do you want to cancel this migration?
+
+mirror_from = mirror of
+forked_from = forked from
+generated_from = generated from
+fork_from_self = You cannot fork a repository you own.
+fork_guest_user = Sign in to fork this repository.
+watch_guest_user = Sign in to watch this repository.
+star_guest_user = Sign in to star this repository.
+subscribe.issue.guest.tooltip = Sign in to subscribe to this issue.
+subscribe.pull.guest.tooltip = Sign in to subscribe to this pull request.
+
+watch = Watch
+unwatch = Unwatch
+star = Star
+unstar = Unstar
+fork = Fork
+download_archive = Download repository
+more_operations = More operations
+
+no_desc = No description
+quick_guide = Quick guide
+clone_this_repo = Clone this repository
+cite_this_repo = Cite this repository
+create_new_repo_command = Creating a new repository on the command line
+push_exist_repo = Pushing an existing repository from the command line
+empty_message = This repository does not contain any content.
+broken_message = The Git data underlying this repository cannot be read. Contact the administrator of this instance or delete this repository.
+
+code = Code
+code.desc = Access source code, files, commits and branches.
+branch = Branch
+tree = Tree
+clear_ref = `Clear current reference`
+filter_branch_and_tag = Filter branch or tag
+find_tag = Find tag
+branches = Branches
+tag = Tag
+tags = Tags
+issues = Issues
+pulls = Pull requests
+project = Projects
+packages = Packages
+actions = Actions
+release = Release
+releases = Releases
+labels = Labels
+milestones = Milestones
+org_labels_desc = Organization level labels that can be used with <strong>all repositories</strong> under this organization
+org_labels_desc_manage = manage
+
+commits = Commits
+commit = Commit
+
+n_commit_one=%s commit
+n_commit_few=%s commits
+n_branch_one=%s branch
+n_branch_few=%s branches
+n_tag_one=%s tag
+n_tag_few=%s tags
+n_release_one = %s release
+n_release_few = %s releases
+
+released_this = released this
+file.title = %s at %s
+file_raw = Raw
+file_follow = Follow symlink
+file_history = History
+file_view_source = View source
+file_view_rendered = View rendered
+file_view_raw = View raw
+file_permalink = Permalink
+file_too_large = The file is too large to be shown.
+invisible_runes_header = `This file contains invisible Unicode characters`
+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.`
+ambiguous_runes_header = `This file contains ambiguous Unicode characters`
+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.`
+invisible_runes_line = `This line has invisible Unicode characters`
+ambiguous_runes_line = `This line has ambiguous Unicode characters`
+ambiguous_character = `%[1]c [U+%04[1]X] can be confused with %[2]c [U+%04[2]X]`
+
+escape_control_characters = Escape
+unescape_control_characters = Unescape
+file_copy_permalink = Copy permalink
+view_git_blame = View git blame
+video_not_supported_in_browser = Your browser does not support the HTML5 "video" tag.
+audio_not_supported_in_browser = Your browser does not support the HTML5 "audio" tag.
+stored_lfs = Stored with Git LFS
+symbolic_link = Symbolic link
+executable_file = Executable file
+vendored = Vendored
+generated = Generated
+commit_graph = Commit graph
+commit_graph.select = Select branches
+commit_graph.hide_pr_refs = Hide pull requests
+commit_graph.monochrome = Mono
+commit_graph.color = Color
+commit.contained_in = This commit is contained in:
+commit.contained_in_default_branch = This commit is part of the default branch
+commit.load_referencing_branches_and_tags = Load branches and tags referencing this commit
+blame = Blame
+download_file = Download file
+normal_view = Normal View
+line = line
+lines = lines
+from_comment = (comment)
+no_eol.text = No EOL
+no_eol.tooltip = This file doesn't contain a trailing end of line character.
+
+editor.add_file = Add file
+editor.new_file = New file
+editor.upload_file = Upload file
+editor.edit_file = Edit file
+editor.preview_changes = Preview changes
+editor.cannot_edit_lfs_files = LFS files cannot be edited in the web interface.
+editor.cannot_edit_non_text_files = Binary files cannot be edited in the web interface.
+editor.edit_this_file = Edit file
+editor.this_file_locked = File is locked
+editor.must_be_on_a_branch = You must be on a branch to make or propose changes to this file.
+editor.fork_before_edit = You must fork this repository to make or propose changes to this file.
+editor.delete_this_file = Delete file
+editor.must_have_write_access = You must have write access to make or propose changes to this file.
+editor.file_delete_success = File "%s" has been deleted.
+editor.name_your_file = Name your file…
+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.
+editor.or = or
+editor.cancel_lower = Cancel
+editor.commit_signed_changes = Commit signed changes
+editor.commit_changes = Commit changes
+editor.add_tmpl = Add "<filename>"
+editor.add = Add %s
+editor.update = Update %s
+editor.delete = Delete %s
+editor.patch = Apply patch
+editor.patching = Patching:
+editor.fail_to_apply_patch = Unable to apply patch "%s"
+editor.new_patch = New patch
+editor.commit_message_desc = Add an optional extended description…
+editor.signoff_desc = Add a Signed-off-by trailer by the committer at the end of the commit log message.
+editor.commit_directly_to_this_branch = Commit directly to the <strong class="branch-name">%s</strong> branch.
+editor.create_new_branch = Create a <strong>new branch</strong> for this commit and start a pull request.
+editor.create_new_branch_np = Create a <strong>new branch</strong> for this commit.
+editor.propose_file_change = Propose file change
+editor.new_branch_name = Name the new branch for this commit
+editor.new_branch_name_desc = New branch name…
+editor.cancel = Cancel
+editor.filename_cannot_be_empty = The filename cannot be empty.
+editor.filename_is_invalid = The filename is invalid: "%s".
+editor.invalid_commit_mail = Invalid mail for creating a commit.
+editor.branch_does_not_exist = Branch "%s" does not exist in this repository.
+editor.branch_already_exists = Branch "%s" already exists in this repository.
+editor.directory_is_a_file = Directory name "%s" is already used as a filename in this repository.
+editor.file_is_a_symlink = `"%s" is a symbolic link. Symbolic links cannot be edited in the web editor`
+editor.filename_is_a_directory = Filename "%s" is already used as a directory name in this repository.
+editor.file_editing_no_longer_exists = The file being edited, "%s", no longer exists in this repository.
+editor.file_deleting_no_longer_exists = The file being deleted, "%s", no longer exists in this repository.
+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.
+editor.file_already_exists = A file named "%s" already exists in this repository.
+editor.commit_id_not_matching = The file was changed while you were editing it. Commit to a new branch and then merge.
+editor.push_out_of_date = The push appears to be out of date.
+editor.commit_empty_file_header = Commit an empty file
+editor.commit_empty_file_text = The file you're about to commit is empty. Proceed?
+editor.no_changes_to_show = There are no changes to show.
+editor.fail_to_update_file = Failed to update/create file "%s".
+editor.fail_to_update_file_summary = Error message:
+editor.push_rejected_no_message = The change was rejected by the server without a message. Please check Git hooks.
+editor.push_rejected = The change was rejected by the server. Please check Git hooks.
+editor.push_rejected_summary = Full rejection message:
+editor.add_subdir = Add a directory…
+editor.unable_to_upload_files = Failed to upload files to "%s" with error: %v
+editor.upload_file_is_locked = File "%s" is locked by %s.
+editor.upload_files_to_dir = Upload files to "%s"
+editor.cannot_commit_to_protected_branch = Cannot commit to protected branch "%s".
+editor.no_commit_to_branch = Unable to commit directly to branch because:
+editor.user_no_push_to_branch = User cannot push to branch
+editor.require_signed_commit = Branch requires a signed commit
+editor.cherry_pick = Cherry-pick %s onto:
+editor.revert = Revert %s onto:
+
+commits.desc = Browse source code change history.
+commits.commits = Commits
+commits.no_commits = No commits in common. "%s" and "%s" have entirely different histories.
+commits.nothing_to_compare = These branches are equal.
+commits.search.tooltip = You can prefix keywords with "author:", "committer:", "after:", or "before:", e.g. "revert author:Alice before:2019-01-13".
+commits.search_branch = This branch
+commits.search_all = All branches
+commits.author = Author
+commits.message = Message
+commits.browse_further = Browse further
+commits.renamed_from = Renamed from %s
+commits.date = Date
+commits.older = Older
+commits.newer = Newer
+commits.signed_by = Signed by
+commits.signed_by_untrusted_user = Signed by untrusted user
+commits.signed_by_untrusted_user_unmatched = Signed by untrusted user who does not match committer
+commits.gpg_key_id = GPG key ID
+commits.ssh_key_fingerprint = SSH key fingerprint
+commits.view_path=View at this point in history
+
+commit.operations = Operations
+commit.revert = Revert
+commit.revert-header = Revert: %s
+commit.revert-content = Select branch to revert onto:
+commit.cherry-pick = Cherry-pick
+commit.cherry-pick-header = Cherry-pick: %s
+commit.cherry-pick-content = Select branch to cherry-pick onto:
+
+commitstatus.error = Error
+commitstatus.failure = Failure
+commitstatus.pending = Pending
+commitstatus.success = Success
+
+ext_issues = External issues
+
+projects = Projects
+projects.desc = Manage issues and pulls in project boards.
+projects.description = Description (optional)
+projects.description_placeholder = Description
+projects.create = Create project
+projects.title = Title
+projects.new = New project
+projects.new_subheader = Coordinate, track, and update your work in one place, so projects stay transparent and on schedule.
+projects.create_success = The project "%s" has been created.
+projects.deletion = Delete project
+projects.deletion_desc = Deleting a project removes it from all related issues. Continue?
+projects.deletion_success = The project has been deleted.
+projects.edit = Edit project
+projects.edit_subheader = Projects organize issues and track progress.
+projects.modify = Edit project
+projects.edit_success = Project "%s" has been updated.
+projects.type.none = None
+projects.type.basic_kanban = Basic kanban
+projects.type.bug_triage = Bug triage
+projects.template.desc = Template
+projects.template.desc_helper = Select a project template to get started
+projects.column.edit = Edit column
+projects.column.edit_title = Name
+projects.column.new_title = Name
+projects.column.new_submit = Create column
+projects.column.new = New column
+projects.column.set_default = Set default
+projects.column.set_default_desc = Set this column as default for uncategorized issues and pulls
+projects.column.delete = Delete column
+projects.column.deletion_desc = Deleting a project column moves all related issues to the default column. Continue?
+projects.column.color = Color
+projects.open = Open
+projects.close = Close
+projects.column.assigned_to = Assigned to
+projects.card_type.desc = Card previews
+projects.card_type.images_and_text = Images and text
+projects.card_type.text_only = Text only
+
+issues.desc = Organize bug reports, tasks and milestones.
+issues.filter_assignees = Filter Assignee
+issues.filter_milestones = Filter Milestone
+issues.filter_projects = Filter Project
+issues.filter_labels = Filter Label
+issues.filter_reviewers = Filter Reviewer
+issues.new = New issue
+issues.new.title_empty = Title cannot be empty
+issues.new.labels = Labels
+issues.new.no_label = No labels
+issues.new.clear_labels = Clear labels
+issues.new.projects = Projects
+issues.new.clear_projects = Clear projects
+issues.new.no_projects = No project
+issues.new.open_projects = Open projects
+issues.new.closed_projects = Closed projects
+issues.new.no_items = No items
+issues.new.milestone = Milestone
+issues.new.no_milestone = No milestone
+issues.new.clear_milestone = Clear milestone
+issues.new.open_milestone = Open milestones
+issues.new.closed_milestone = Closed milestones
+issues.new.assignees = Assignees
+issues.new.clear_assignees = Clear assignees
+issues.new.no_assignees = No assignees
+issues.new.assign_to_me = Assign to me
+issues.new.no_reviewers = No reviewers
+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
+issues.choose.get_started = Get started
+issues.choose.open_external_link = Open
+issues.choose.blank = Default
+issues.choose.blank_about = Create an issue from default template.
+issues.choose.ignore_invalid_templates = Invalid templates have been ignored
+issues.choose.invalid_templates = %v invalid template(s) found
+issues.choose.invalid_config = The issue config contains errors:
+issues.no_ref = No Branch/Tag specified
+issues.create = Create issue
+issues.new_label = New label
+issues.new_label_placeholder = Label name
+issues.new_label_desc_placeholder = Description
+issues.create_label = Create label
+issues.label_templates.title = Load a label preset
+issues.label_templates.info = No labels exist yet. Create a label with "New label" or use a label preset:
+issues.label_templates.helper = Select a label preset
+issues.label_templates.use = Use label preset
+issues.label_templates.fail_to_load_file = Failed to load label template file "%s": %v
+issues.add_label = added the %s label %s
+issues.add_labels = added the %s labels %s
+issues.remove_label = removed the %s label %s
+issues.remove_labels = removed the %s labels %s
+issues.add_remove_labels = added %s and removed %s labels %s
+issues.add_milestone_at = `added this to the <b>%s</b> milestone %s`
+issues.add_project_at = `added this to the <b>%s</b> project %s`
+issues.change_milestone_at = `modified the milestone from <b>%s</b> to <b>%s</b> %s`
+issues.change_project_at = `modified the project from <b>%s</b> to <b>%s</b> %s`
+issues.remove_milestone_at = `removed this from the <b>%s</b> milestone %s`
+issues.remove_project_at = `removed this from the <b>%s</b> project %s`
+issues.deleted_milestone = `(deleted)`
+issues.deleted_project = `(deleted)`
+issues.self_assign_at = `self-assigned this %s`
+issues.add_assignee_at = `was assigned by <b>%s</b> %s`
+issues.remove_assignee_at = `was unassigned by <b>%s</b> %s`
+issues.remove_self_assignment = `removed their assignment %s`
+issues.change_title_at = `changed title from <b><strike>%s</strike></b> to <b>%s</b> %s`
+issues.change_ref_at = `changed reference from <b><strike>%s</strike></b> to <b>%s</b> %s`
+issues.remove_ref_at = `removed reference <b>%s</b> %s`
+issues.add_ref_at = `added reference <b>%s</b> %s`
+issues.delete_branch_at = `deleted branch <b>%s</b> %s`
+issues.filter_label = Label
+issues.filter_label_exclude = `Use <code>alt</code> + <code>click/enter</code> to exclude labels`
+issues.filter_label_no_select = All labels
+issues.filter_label_select_no_label = No label
+issues.filter_milestone = Milestone
+issues.filter_milestone_all = All milestones
+issues.filter_milestone_none = No milestones
+issues.filter_milestone_open = Open milestones
+issues.filter_milestone_closed = Closed milestones
+issues.filter_project = Project
+issues.filter_project_all = All projects
+issues.filter_project_none = No project
+issues.filter_assignee = Assignee
+issues.filter_assginee_no_select = All assignees
+issues.filter_assginee_no_assignee = No assignee
+issues.filter_poster = Author
+issues.filter_poster_no_select = All authors
+issues.filter_type = Type
+issues.filter_type.all_issues = All issues
+issues.filter_type.assigned_to_you = Assigned to you
+issues.filter_type.created_by_you = Created by you
+issues.filter_type.mentioning_you = Mentioning you
+issues.filter_type.review_requested = Review requested
+issues.filter_type.reviewed_by_you = Reviewed by you
+issues.filter_sort = Sort
+issues.filter_sort.latest = Newest
+issues.filter_sort.oldest = Oldest
+issues.filter_sort.recentupdate = Recently updated
+issues.filter_sort.leastupdate = Least recently updated
+issues.filter_sort.mostcomment = Most commented
+issues.filter_sort.leastcomment = Least commented
+issues.filter_sort.nearduedate = Nearest due date
+issues.filter_sort.farduedate = Farthest due date
+issues.filter_sort.moststars = Most stars
+issues.filter_sort.feweststars = Fewest stars
+issues.filter_sort.mostforks = Most forks
+issues.filter_sort.fewestforks = Fewest forks
+issues.action_open = Open
+issues.action_close = Close
+issues.action_label = Label
+issues.action_milestone = Milestone
+issues.action_milestone_no_select = No milestone
+issues.action_assignee = Assignee
+issues.action_assignee_no_select = No assignee
+issues.action_check = Check/Uncheck
+issues.action_check_all = Check/Uncheck all items
+issues.opened_by = opened %[1]s by <a href="%[2]s">%[3]s</a>
+pulls.merged_by = by <a href="%[2]s">%[3]s</a> was merged %[1]s
+pulls.merged_by_fake = by %[2]s was merged %[1]s
+issues.closed_by = by <a href="%[2]s">%[3]s</a> was closed %[1]s
+issues.opened_by_fake = opened %[1]s by %[2]s
+issues.closed_by_fake = by %[2]s was closed %[1]s
+issues.previous = Previous
+issues.next = Next
+issues.open_title = Open
+issues.closed_title = Closed
+issues.draft_title = Draft
+issues.num_comments_1 = %d comment
+issues.num_comments = %d comments
+issues.commented_at = `commented <a href="#%s">%s</a>`
+issues.delete_comment_confirm = Are you sure you want to delete this comment?
+issues.context.copy_link = Copy link
+issues.context.quote_reply = Quote reply
+issues.context.reference_issue = Reference in a new issue
+issues.context.edit = Edit
+issues.context.delete = Delete
+issues.no_content = No description provided.
+issues.close = Close issue
+issues.comment_pull_merged_at = merged commit %[1]s into %[2]s %[3]s
+issues.comment_manually_pull_merged_at = manually merged commit %[1]s into %[2]s %[3]s
+issues.close_comment_issue = Close with comment
+issues.reopen_issue = Reopen
+issues.reopen_comment_issue = Reopen with comment
+issues.create_comment = Comment
+issues.closed_at = `closed this issue <a id="%[1]s" href="#%[1]s">%[2]s</a>`
+issues.reopened_at = `reopened this issue <a id="%[1]s" href="#%[1]s">%[2]s</a>`
+issues.commit_ref_at = `referenced this issue from a commit <a id="%[1]s" href="#%[1]s">%[2]s</a>`
+issues.ref_issue_from = `<a href="%[3]s">referenced this issue %[4]s</a> <a id="%[1]s" href="#%[1]s">%[2]s</a>`
+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>`
+issues.ref_closing_from = `<a href="%[3]s">referenced this issue from a pull request %[4]s that will close it</a>, <a id="%[1]s" href="#%[1]s">%[2]s</a>`
+issues.ref_reopening_from = `<a href="%[3]s">referenced this issue from a pull request %[4]s that will reopen it</a>, <a id="%[1]s" href="#%[1]s">%[2]s</a>`
+issues.ref_closed_from = `<a href="%[3]s">closed this issue %[4]s</a> <a id="%[1]s" href="#%[1]s">%[2]s</a>`
+issues.ref_reopened_from = `<a href="%[3]s">reopened this issue %[4]s</a> <a id="%[1]s" href="#%[1]s">%[2]s</a>`
+issues.ref_from = `from %[1]s`
+issues.author = Author
+issues.author.tooltip.issue = This user is the author of this issue.
+issues.author.tooltip.pr = This user is the author of this pull request.
+issues.role.owner = Owner
+issues.role.owner_helper = This user is the owner of this repository.
+issues.role.member = Member
+issues.role.member_helper = This user is a member of the organization owning this repository.
+issues.role.collaborator = Collaborator
+issues.role.collaborator_helper = This user has been invited to collaborate on the repository.
+issues.role.first_time_contributor = First-time contributor
+issues.role.first_time_contributor_helper = This is the first contribution of this user to the repository.
+issues.role.contributor = Contributor
+issues.role.contributor_helper = This user has previously committed in this repository.
+issues.re_request_review=Re-request review
+issues.is_stale = There have been changes to this PR since this review
+issues.remove_request_review=Remove review request
+issues.remove_request_review_block=Can't remove review request
+issues.dismiss_review = Dismiss review
+issues.dismiss_review_warning = Are you sure you want to dismiss this review?
+issues.sign_in_require_desc = <a href="%s">Sign in</a> to join this conversation.
+issues.edit = Edit
+issues.cancel = Cancel
+issues.save = Save
+issues.label_title = Name
+issues.label_description = Description
+issues.label_color = Color
+issues.label_exclusive = Exclusive
+issues.label_archive = Archive label
+issues.label_archived_filter = Show archived labels
+issues.label_archive_tooltip = Archived labels are excluded by default from the suggestions when searching by label.
+issues.label_exclusive_desc = Name the label <code>scope/item</code> to make it mutually exclusive with other <code>scope/</code> labels.
+issues.label_exclusive_warning = Any conflicting scoped labels will be removed when editing the labels of an issue or pull request.
+issues.label_count = %d labels
+issues.label_open_issues = %d open issues/pull requests
+issues.label_edit = Edit
+issues.label_delete = Delete
+issues.label_modify = Edit label
+issues.label_deletion = Delete label
+issues.label_deletion_desc = Deleting a label removes it from all issues. Continue?
+issues.label_deletion_success = The label has been deleted.
+issues.archived_label_description = (Archived) %s
+issues.label.filter_sort.alphabetically = Alphabetically
+issues.label.filter_sort.reverse_alphabetically = Reverse alphabetically
+issues.label.filter_sort.by_size = Smallest size
+issues.label.filter_sort.reverse_by_size = Largest size
+issues.num_participants_one = %d participant
+issues.num_participants_few = %d participants
+issues.attachment.open_tab = `Click to see "%s" in a new tab`
+issues.attachment.download = `Click to download "%s"`
+issues.subscribe = Subscribe
+issues.unsubscribe = Unsubscribe
+issues.unpin_issue = Unpin issue
+issues.max_pinned = You can't pin more issues
+issues.pin_comment = pinned this %s
+issues.unpin_comment = unpinned this %s
+issues.lock = Lock conversation
+issues.unlock = Unlock conversation
+issues.lock.unknown_reason = Cannot lock an issue with an unknown reason.
+issues.lock_duplicate = An issue cannot be locked twice.
+issues.unlock_error = Cannot unlock an issue that is not locked.
+issues.lock_with_reason = locked as <strong>%s</strong> and limited conversation to collaborators %s
+issues.lock_no_reason = locked and limited conversation to collaborators %s
+issues.unlock_comment = unlocked this conversation %s
+issues.lock_confirm = Lock
+issues.unlock_confirm = Unlock
+issues.lock.notice_1 = - Other users can't add new comments to this issue.
+issues.lock.notice_2 = - You and other collaborators with access to this repository can still leave comments that others can see.
+issues.lock.notice_3 = - You can always unlock this issue again in the future.
+issues.unlock.notice_1 = - Everyone would be able to comment on this issue once more.
+issues.unlock.notice_2 = - You can always lock this issue again in the future.
+issues.lock.reason = Reason for locking
+issues.lock.title = Lock conversation on this issue.
+issues.unlock.title = Unlock conversation on this issue.
+issues.comment_on_locked = You cannot comment on a locked issue.
+issues.delete = Delete
+issues.delete.title = Delete this issue?
+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)
+issues.tracker = Time tracker
+issues.start_tracking_short = Start timer
+issues.start_tracking = Start time tracking
+issues.start_tracking_history = `started working %s`
+issues.tracker_auto_close = Timer will be stopped automatically when this issue gets closed
+issues.tracking_already_started = `You have already started time tracking on <a href="%s">another issue</a>!`
+issues.stop_tracking = Stop timer
+issues.stop_tracking_history = `stopped working %s`
+issues.cancel_tracking = Discard
+issues.cancel_tracking_history = `canceled time tracking %s`
+issues.add_time = Manually add time
+issues.del_time = Delete this time log
+issues.add_time_short = Add time
+issues.add_time_cancel = Cancel
+issues.add_time_history = `added spent time %s`
+issues.del_time_history= `deleted spent time %s`
+issues.add_time_hours = Hours
+issues.add_time_minutes = Minutes
+issues.add_time_sum_to_small = No time was entered.
+issues.time_spent_total = Total time spent
+issues.time_spent_from_all_authors = `Total time spent: %s`
+issues.due_date = Due date
+issues.push_commit_1 = added %d commit %s
+issues.push_commits_n = added %d commits %s
+issues.force_push_codes = `force-pushed %[1]s from <a class="ui sha" href="%[3]s"><code>%[2]s</code></a> to <a class="ui sha" href="%[5]s"><code>%[4]s</code></a> %[6]s`
+issues.force_push_compare = Compare
+issues.due_date_form = yyyy-mm-dd
+issues.due_date_form_edit = Edit
+issues.due_date_form_remove = Remove
+issues.due_date_not_set = No due date set.
+issues.due_date_added = added the due date %s %s
+issues.due_date_modified = modified the due date from %[2]s to %[1]s %[3]s
+issues.due_date_remove = removed the due date %s %s
+issues.due_date_overdue = Overdue
+issues.due_date_invalid = The due date is invalid or out of range. Please use the format "yyyy-mm-dd".
+issues.dependency.title = Dependencies
+issues.dependency.issue_no_dependencies = No dependencies set.
+issues.dependency.pr_no_dependencies = No dependencies set.
+issues.dependency.no_permission_1 = You do not have permission to read %d dependency
+issues.dependency.no_permission_n = You do not have permission to read %d dependencies
+issues.dependency.no_permission.can_remove = You do not have permission to read this dependency but can remove this dependency
+issues.dependency.add = Add dependency…
+issues.dependency.cancel = Cancel
+issues.dependency.remove = Remove
+issues.dependency.remove_info = Remove this dependency
+issues.dependency.added_dependency = `added a new dependency %s`
+issues.dependency.removed_dependency = `removed a dependency %s`
+issues.dependency.pr_closing_blockedby = Closing this pull request is blocked by the following issues
+issues.dependency.issue_closing_blockedby = Closing this issue is blocked by the following issues
+issues.dependency.issue_close_blocks = This issue blocks closing of the following issues
+issues.dependency.pr_close_blocks = This pull request blocks closing of the following issues
+issues.dependency.issue_close_blocked = You need to close all issues blocking this issue before you can close it.
+issues.dependency.issue_batch_close_blocked = Cannot batch close chosen issues, because issue #%d still has open dependencies
+issues.dependency.pr_close_blocked = You need to close all issues blocking this pull request before you can merge it.
+issues.dependency.blocks_short = Blocks
+issues.dependency.blocked_by_short = Depends on
+issues.dependency.remove_header = Remove Dependency
+issues.dependency.issue_remove_text = This will remove the dependency from this issue. Continue?
+issues.dependency.pr_remove_text = This will remove the dependency from this pull request. Continue?
+issues.dependency.setting = Enable dependencies for issues and pull requests
+issues.dependency.add_error_same_issue = You cannot make an issue depend on itself.
+issues.dependency.add_error_dep_issue_not_exist = Dependent issue does not exist.
+issues.dependency.add_error_dep_not_exist = Dependency does not exist.
+issues.dependency.add_error_dep_exists = Dependency already exists.
+issues.dependency.add_error_cannot_create_circular = You cannot create a dependency with two issues blocking each other.
+issues.dependency.add_error_dep_not_same_repo = Both issues must be in the same repository.
+issues.review.self.approval = You cannot approve your own pull request.
+issues.review.self.rejection = You cannot request changes on your own pull request.
+issues.review.approve = approved these changes %s
+issues.review.comment = reviewed %s
+issues.review.dismissed = dismissed %s's review %s
+issues.review.dismissed_label = Dismissed
+issues.review.left_comment = left a comment
+issues.review.content.empty = You need to leave a comment indicating the requested change(s).
+issues.review.reject = requested changes %s
+issues.review.wait = was requested for review %s
+issues.review.add_review_request = requested review from %s %s
+issues.review.remove_review_request = removed review request for %s %s
+issues.review.remove_review_request_self = refused to review %s
+issues.review.pending = Pending
+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.
+issues.review.review = Review
+issues.review.reviewers = Reviewers
+issues.review.outdated = Outdated
+issues.review.outdated_description = Content has changed since this comment was made
+issues.review.option.show_outdated_comments = Show outdated comments
+issues.review.option.hide_outdated_comments = Hide outdated comments
+issues.review.show_outdated = Show outdated
+issues.review.hide_outdated = Hide outdated
+issues.review.show_resolved = Show resolved
+issues.review.hide_resolved = Hide resolved
+issues.review.resolve_conversation = Resolve conversation
+issues.review.un_resolve_conversation = Unresolve conversation
+issues.review.resolved_by = marked this conversation as resolved
+issues.reference_issue.body = Body
+issues.content_history.deleted = deleted
+issues.content_history.edited = edited
+issues.content_history.created = created
+issues.content_history.delete_from_history = Delete from history
+issues.content_history.delete_from_history_confirm = Delete from history?
+issues.content_history.options = Options
+issues.reference_link = Reference: %s
+issues.blocked_by_user = You cannot create a issue on this repository because you are blocked by the repository owner.
+issues.comment.blocked_by_user = You cannot create a comment on this issue because you are blocked by the repository owner or the poster of the issue.
+
+compare.compare_base = base
+compare.compare_head = compare
+
+pulls.desc = Enable pull requests and code reviews.
+pulls.new = New pull request
+pulls.view = View pull request
+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
+pulls.compare_changes = New pull request
+pulls.allow_edits_from_maintainers = Allow edits from maintainers
+pulls.allow_edits_from_maintainers_desc = Users with write access to the base branch can also push to this branch
+pulls.allow_edits_from_maintainers_err = Updating failed
+pulls.compare_changes_desc = Select the branch to merge into and the branch to pull from.
+pulls.has_viewed_file = Viewed
+pulls.has_changed_since_last_review = Changed since your last review
+pulls.viewed_files_label = %[1]d / %[2]d files viewed
+pulls.expand_files = Expand all files
+pulls.collapse_files = Collapse all files
+pulls.compare_base = merge into
+pulls.compare_compare = pull from
+pulls.switch_comparison_type = Switch comparison type
+pulls.switch_head_and_base = Switch head and base
+pulls.filter_branch = Filter branch
+pulls.no_results = No results found.
+pulls.show_all_commits = Show all commits
+pulls.show_changes_since_your_last_review = Show changes since your last review
+pulls.showing_only_single_commit = Showing only changes of commit %[1]s
+pulls.showing_specified_commit_range = Showing only changes between %[1]s..%[2]s
+pulls.select_commit_hold_shift_for_range = Select commit. Hold shift + click to select a range
+pulls.review_only_possible_for_full_diff = Review is only possible when viewing the full diff
+pulls.filter_changes_by_commit = Filter by commit
+pulls.nothing_to_compare = These branches are equal. There is no need to create a pull request.
+pulls.nothing_to_compare_have_tag = The selected branch/tag are equal.
+pulls.nothing_to_compare_and_allow_empty_pr = These branches are equal. This PR will be empty.
+pulls.has_pull_request = `A pull request between these branches already exists: <a href="%[1]s">%[2]s#%[3]d</a>`
+pulls.create = Create pull request
+pulls.title_desc_one = wants to merge %[1]d commit from <code>%[2]s</code> into <code id="branch_target">%[3]s</code>
+pulls.title_desc_few = wants to merge %[1]d commits from <code>%[2]s</code> into <code id="branch_target">%[3]s</code>
+pulls.merged_title_desc_one = merged %[1]d commit from <code>%[2]s</code> into <code>%[3]s</code> %[4]s
+pulls.merged_title_desc_few = merged %[1]d commits from <code>%[2]s</code> into <code>%[3]s</code> %[4]s
+pulls.change_target_branch_at = `changed target branch from <b>%s</b> to <b>%s</b> %s`
+pulls.tab_conversation = Conversation
+pulls.tab_commits = Commits
+pulls.tab_files = Files changed
+pulls.reopen_to_merge = Please reopen this pull request to perform a merge.
+pulls.cant_reopen_deleted_branch = This pull request cannot be reopened because the branch was deleted.
+pulls.merged = Merged
+pulls.merged_success = Pull request successfully merged and closed
+pulls.closed = Pull request closed
+pulls.manually_merged = Manually merged
+pulls.merged_info_text = The branch %s can now be deleted.
+pulls.is_closed = The pull request has been closed.
+pulls.title_wip_desc = `<a href="#">Start the title with <strong>%s</strong></a> to prevent the pull request from being merged accidentally.`
+pulls.cannot_merge_work_in_progress = This pull request is marked as a work in progress.
+pulls.still_in_progress = Still in progress?
+pulls.add_prefix = Add <strong>%s</strong> prefix
+pulls.ready_for_review = Ready for review?
+pulls.remove_prefix = Remove <strong>%s</strong> prefix
+pulls.data_broken = This pull request is broken due to missing fork information.
+pulls.files_conflicted = This pull request has changes conflicting with the target branch.
+pulls.is_checking = Merge conflict checking is in progress. Try again in few moments.
+pulls.is_ancestor = This branch is already included in the target branch. There is nothing to merge.
+pulls.is_empty = The changes on this branch are already on the target branch. This will be an empty commit.
+pulls.required_status_check_failed = Some required checks were not successful.
+pulls.required_status_check_missing = Some required checks are missing.
+pulls.required_status_check_administrator = As an administrator, you may still merge this pull request.
+pulls.blocked_by_approvals = This pull request doesn't have enough approvals yet. %d of %d approvals granted.
+pulls.blocked_by_rejection = This pull request has changes requested by an official reviewer.
+pulls.blocked_by_official_review_requests = This pull request is blocked because it is missing approval from one or more official reviewers.
+pulls.blocked_by_outdated_branch = This pull request is blocked because it's outdated.
+pulls.blocked_by_changed_protected_files_1= This pull request is blocked because it changes a protected file:
+pulls.blocked_by_changed_protected_files_n= This pull request is blocked because it changes protected files:
+pulls.can_auto_merge_desc = This pull request can be merged automatically.
+pulls.cannot_auto_merge_desc = This pull request cannot be merged automatically due to conflicts.
+pulls.cannot_auto_merge_helper = Merge manually to resolve the conflicts.
+pulls.num_conflicting_files_1 = %d conflicting file
+pulls.num_conflicting_files_n = %d conflicting files
+pulls.approve_count_1 = %d approval
+pulls.approve_count_n = %d approvals
+pulls.reject_count_1 = %d change request
+pulls.reject_count_n = %d change requests
+pulls.waiting_count_1 = %d waiting review
+pulls.waiting_count_n = %d waiting reviews
+pulls.wrong_commit_id = commit id must be a commit id on the target branch
+pulls.blocked_by_user = You cannot create a pull request on this repository because you are blocked by the repository owner.
+
+pulls.no_merge_desc = This pull request cannot be merged because all repository merge options are disabled.
+pulls.no_merge_helper = Enable merge options in the repository settings or merge the pull request manually.
+pulls.no_merge_wip = This pull request cannot be merged because it is marked as being a work in progress.
+pulls.no_merge_not_ready = This pull request is not ready to be merged, check review status and status checks.
+pulls.no_merge_access = You are not authorized to merge this pull request.
+pulls.merge_pull_request = Create merge commit
+pulls.rebase_merge_pull_request = Rebase then fast-forward
+pulls.rebase_merge_commit_pull_request = Rebase then create merge commit
+pulls.squash_merge_pull_request = Create squash commit
+pulls.fast_forward_only_merge_pull_request = Fast-forward only
+pulls.merge_manually = Manually merged
+pulls.merge_commit_id = The merge commit ID
+pulls.require_signed_wont_sign = The branch requires signed commits but this merge will not be signed
+
+pulls.invalid_merge_option = You cannot use this merge option for this pull request.
+pulls.merge_conflict = Merge failed: There was a conflict whilst merging. Hint: Try a different strategy
+pulls.merge_conflict_summary = Error message
+pulls.rebase_conflict = Merge failed: There was a conflict whilst rebasing commit: %[1]s. Hint: Try a different strategy
+pulls.rebase_conflict_summary = Error message
+pulls.unrelated_histories = Merge failed: The merge head and base do not share a common history. Hint: Try a different strategy
+pulls.merge_out_of_date = Merge failed: Whilst generating the merge, the base was updated. Hint: Try again.
+pulls.head_out_of_date = Merge failed: Whilst generating the merge, the head was updated. Hint: Try again.
+pulls.has_merged = Failed: The pull request has been merged, you cannot merge again or change the target branch.
+pulls.push_rejected = Push failed: The push was rejected. Review the Git hooks for this repository.
+pulls.push_rejected_summary = Full rejection message
+pulls.push_rejected_no_message = Push failed: The push was rejected but there was no remote message. Review the Git hooks for this repository
+pulls.open_unmerged_pull_exists = `You cannot perform a reopen operation because there is a pending pull request (#%d) with identical properties.`
+pulls.status_checking = Some checks are pending
+pulls.status_checks_success = All checks were successful
+pulls.status_checks_warning = Some checks reported warnings
+pulls.status_checks_failure = Some checks failed
+pulls.status_checks_error = Some checks reported errors
+pulls.status_checks_requested = Required
+pulls.status_checks_details = Details
+pulls.status_checks_hide_all = Hide all checks
+pulls.status_checks_show_all = Show all checks
+pulls.update_branch = Update branch by merge
+pulls.update_branch_rebase = Update branch by rebase
+pulls.update_branch_success = Branch update was successful
+pulls.update_not_allowed = You are not allowed to update branch
+pulls.outdated_with_base_branch = This branch is out-of-date with the base branch
+pulls.close = Close pull request
+pulls.closed_at = `closed this pull request <a id="%[1]s" href="#%[1]s">%[2]s</a>`
+pulls.reopened_at = `reopened this pull request <a id="%[1]s" href="#%[1]s">%[2]s</a>`
+pulls.commit_ref_at = `referenced this pull request from a commit <a id="%[1]s" href="#%[1]s">%[2]s</a>`
+pulls.cmd_instruction_hint = View command line instructions
+pulls.cmd_instruction_checkout_title = Checkout
+pulls.cmd_instruction_checkout_desc = From your project repository, check out a new branch and test the changes.
+pulls.cmd_instruction_merge_title = Merge
+pulls.cmd_instruction_merge_desc = Merge the changes and update on Forgejo.
+pulls.cmd_instruction_merge_warning = <b>Warning:</b> The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.
+pulls.clear_merge_message = Clear merge message
+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 …".
+pulls.reopen_failed.head_branch = The pull request cannot be reopened, because the head branch doesn't exist anymore.
+pulls.reopen_failed.base_branch = The pull request cannot be reopened, because the base branch doesn't exist anymore.
+
+pulls.made_using_agit = AGit
+pulls.agit_explanation = Created using the AGit workflow. AGit lets contributors propose changes using "git push" without creating a fork or a new branch.
+
+pulls.auto_merge_button_when_succeed = (When checks succeed)
+pulls.auto_merge_when_succeed = Auto merge when all checks succeed
+pulls.auto_merge_newly_scheduled = The pull request was scheduled to merge when all checks succeed.
+pulls.auto_merge_has_pending_schedule = %[1]s scheduled this pull request to auto merge when all checks succeed %[2]s.
+
+pulls.auto_merge_cancel_schedule = Cancel auto merge
+pulls.auto_merge_not_scheduled = This pull request is not scheduled to auto merge.
+pulls.auto_merge_canceled_schedule = The auto merge was canceled for this pull request.
+
+pulls.auto_merge_newly_scheduled_comment = `scheduled this pull request to auto merge when all checks succeed %[1]s`
+pulls.auto_merge_canceled_schedule_comment = `canceled auto merging this pull request when all checks succeed %[1]s`
+
+pulls.delete.title = Delete this pull request?
+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)
+
+pulls.recently_pushed_new_branches = You pushed on branch <a href="%[3]s"><strong>%[1]s</strong></a> %[2]s
+
+pull.deleted_branch = (deleted):%s
+
+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
+
+milestones.new = New milestone
+milestones.closed = Closed %s
+milestones.update_ago = Updated %s
+milestones.no_due_date = No due date
+milestones.open = Open
+milestones.close = Close
+milestones.new_subheader = Milestones can help you organize issues and track their progress.
+milestones.completeness = <strong>%d%%</strong> Completed
+milestones.create = Create milestone
+milestones.title = Title
+milestones.desc = Description
+milestones.due_date = Due date (optional)
+milestones.clear = Clear
+milestones.invalid_due_date_format = Due date format must be "yyyy-mm-dd".
+milestones.create_success = The milestone "%s" has been created.
+milestones.edit = Edit milestone
+milestones.edit_subheader = Milestones organize issues and track progress.
+milestones.cancel = Cancel
+milestones.modify = Update milestone
+milestones.edit_success = Milestone "%s" has been updated.
+milestones.deletion = Delete milestone
+milestones.deletion_desc = Deleting a milestone removes it from all related issues. Continue?
+milestones.deletion_success = The milestone has been deleted.
+milestones.filter_sort.name = Name
+milestones.filter_sort.earliest_due_data = Nearest due date
+milestones.filter_sort.latest_due_date = Farthest due date
+milestones.filter_sort.least_complete = Least complete
+milestones.filter_sort.most_complete = Most complete
+milestones.filter_sort.most_issues = Most issues
+milestones.filter_sort.least_issues = Least issues
+
+signing.will_sign = This commit will be signed with key "%s".
+signing.wont_sign.error = There was an error whilst checking if the commit could be signed.
+signing.wont_sign.nokey = This instance has no key to sign this commit with.
+signing.wont_sign.never = Commits are never signed.
+signing.wont_sign.always = Commits are always signed.
+signing.wont_sign.pubkey = The commit will not be signed because you do not have a public key associated with your account.
+signing.wont_sign.twofa = You must have two factor authentication enabled to have commits signed.
+signing.wont_sign.parentsigned = The commit will not be signed as the parent commit is not signed.
+signing.wont_sign.basesigned = The merge will not be signed as the base commit is not signed.
+signing.wont_sign.headsigned = The merge will not be signed as the head commit is not signed.
+signing.wont_sign.commitssigned = The merge will not be signed as all the associated commits are not signed.
+signing.wont_sign.approved = The merge will not be signed as the PR is not approved.
+signing.wont_sign.not_signed_in = You are not signed in.
+
+ext_wiki = External Wiki
+
+wiki = Wiki
+wiki.welcome = Welcome to the Wiki.
+wiki.welcome_desc = The wiki lets you write and share documentation with collaborators.
+wiki.desc = Write and share documentation with collaborators.
+wiki.create_first_page = Create the first page
+wiki.page = Page
+wiki.filter_page = Filter page
+wiki.new_page = Page
+wiki.page_title = Page title
+wiki.page_content = Page content
+wiki.default_commit_message = Write a note about this page update (optional).
+wiki.save_page = Save page
+wiki.cancel = Cancel
+wiki.last_commit_info = %s edited this page %s
+wiki.edit_page_button = Edit
+wiki.new_page_button = New page
+wiki.file_revision = Page revision
+wiki.wiki_page_revisions = Page revisions
+wiki.back_to_wiki = Back to wiki page
+wiki.delete_page_button = Delete page
+wiki.delete_page_notice_1 = Deleting the wiki page "%s" cannot be undone. Continue?
+wiki.page_already_exists = A wiki page with the same name already exists.
+wiki.reserved_page = The wiki page name "%s" is reserved.
+wiki.pages = Pages
+wiki.last_updated = Last updated %s
+wiki.page_name_desc = Enter a name for this Wiki page. Some special names are: "Home", "_Sidebar" and "_Footer".
+wiki.original_git_entry_tooltip = View original Git file instead of using friendly link.
+wiki.search = Search wiki
+wiki.no_search_results = No results
+
+activity = Activity
+activity.navbar.pulse = Pulse
+activity.navbar.code_frequency = Code frequency
+activity.navbar.contributors = Contributors
+activity.navbar.recent_commits = Recent commits
+activity.period.filter_label = Period:
+activity.period.daily = 1 day
+activity.period.halfweekly = 3 days
+activity.period.weekly = 1 week
+activity.period.monthly = 1 month
+activity.period.quarterly = 3 months
+activity.period.semiyearly = 6 months
+activity.period.yearly = 1 year
+activity.overview = Overview
+activity.active_prs_count_1 = <strong>%d</strong> active pull request
+activity.active_prs_count_n = <strong>%d</strong> active pull requests
+activity.merged_prs_count_1 = Merged pull request
+activity.merged_prs_count_n = Merged pull requests
+activity.opened_prs_count_1 = Proposed pull request
+activity.opened_prs_count_n = Proposed pull requests
+activity.title.user_1 = %d user
+activity.title.user_n = %d users
+activity.title.prs_1 = %d pull request
+activity.title.prs_n = %d pull requests
+activity.title.prs_merged_by = %s merged by %s
+activity.title.prs_opened_by = %s proposed by %s
+activity.merged_prs_label = Merged
+activity.opened_prs_label = Proposed
+activity.active_issues_count_1 = <strong>%d</strong> active issue
+activity.active_issues_count_n = <strong>%d</strong> active issues
+activity.closed_issues_count_1 = Closed issue
+activity.closed_issues_count_n = Closed issues
+activity.title.issues_1 = %d issue
+activity.title.issues_n = %d issues
+activity.title.issues_closed_from = %s closed from %s
+activity.title.issues_created_by = %s created by %s
+activity.closed_issue_label = Closed
+activity.new_issues_count_1 = New issue
+activity.new_issues_count_n = New issues
+activity.new_issue_label = Opened
+activity.title.unresolved_conv_1 = %d unresolved conversation
+activity.title.unresolved_conv_n = %d unresolved conversations
+activity.unresolved_conv_desc = These recently changed issues and pull requests have not been resolved yet.
+activity.unresolved_conv_label = Open
+activity.title.releases_1 = %d release
+activity.title.releases_n = %d releases
+activity.title.releases_published_by = %s published by %s
+activity.published_release_label = Release
+activity.published_prerelease_label = Pre-release
+activity.published_tag_label = Tag
+activity.no_git_activity = There has not been any commit activity in this period.
+activity.git_stats_exclude_merges = Excluding merges,
+activity.git_stats_author_1 = %d author
+activity.git_stats_author_n = %d authors
+activity.git_stats_pushed_1 = has pushed
+activity.git_stats_pushed_n = have pushed
+activity.git_stats_commit_1 = %d commit
+activity.git_stats_commit_n = %d commits
+activity.git_stats_push_to_branch = to %s and
+activity.git_stats_push_to_all_branches = to all branches.
+activity.git_stats_on_default_branch = On %s,
+activity.git_stats_file_1 = %d file
+activity.git_stats_file_n = %d files
+activity.git_stats_files_changed_1 = has changed
+activity.git_stats_files_changed_n = have changed
+activity.git_stats_additions = and there have been
+activity.git_stats_addition_1 = %d addition
+activity.git_stats_addition_n = %d additions
+activity.git_stats_and_deletions = and
+activity.git_stats_deletion_1 = %d deletion
+activity.git_stats_deletion_n = %d deletions
+activity.commit = Commit activity
+
+contributors.contribution_type.filter_label = Contribution type:
+contributors.contribution_type.commits = Commits
+contributors.contribution_type.additions = Additions
+contributors.contribution_type.deletions = Deletions
+
+settings = Settings
+settings.desc = Settings is where you can manage the settings for the repository
+settings.options = Repository
+settings.collaboration = Collaborators
+settings.collaboration.admin = Administrator
+settings.collaboration.write = Write
+settings.collaboration.read = Read
+settings.collaboration.owner = Owner
+settings.collaboration.undefined = Undefined
+settings.hooks = Webhooks
+settings.githooks = Git hooks
+settings.basic_settings = Basic settings
+settings.federation_settings=Federation Settings
+settings.federation_apapiurl=Federation URL of this repository. Copy and paste this into Federation Settings of another repository as an URL of a Following Repository.
+settings.federation_following_repos=URLs of Following Repositories. Separated by ";", no whitespace.
+settings.federation_not_enabled=Federation is not enabled on your instance.
+settings.mirror_settings = Mirror settings
+settings.mirror_settings.docs = Set up your repository to automatically synchronize commits, tags and branches with another repository.
+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.
+settings.mirror_settings.docs.disabled_push_mirror.instructions = Set up your project to automatically pull commits, tags and branches from another repository.
+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:
+settings.mirror_settings.docs.disabled_push_mirror.info = Push mirrors have been disabled by your site administrator.
+settings.mirror_settings.docs.no_new_mirrors = Your repository is mirroring changes to or from another repository. Please keep in mind that you can't create any new mirrors at this time.
+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.
+settings.mirror_settings.docs.pull_mirror_instructions = To set up a pull mirror, please consult:
+settings.mirror_settings.docs.more_information_if_disabled = You can find out more about push and pull mirrors here:
+settings.mirror_settings.docs.doc_link_title = How do I mirror repositories?
+settings.mirror_settings.docs.doc_link_pull_section = the "Pulling from a remote repository" section of the documentation.
+settings.mirror_settings.docs.pulling_remote_title = Pulling from a remote repository
+settings.mirror_settings.mirrored_repository = Mirrored repository
+settings.mirror_settings.pushed_repository = Pushed repository
+settings.mirror_settings.direction = Direction
+settings.mirror_settings.direction.pull = Pull
+settings.mirror_settings.direction.push = Push
+settings.mirror_settings.last_update = Last update
+settings.mirror_settings.push_mirror.none = No push mirrors configured
+settings.mirror_settings.push_mirror.remote_url = Git remote repository URL
+settings.mirror_settings.push_mirror.add = Add push mirror
+settings.mirror_settings.push_mirror.edit_sync_time = Edit mirror sync interval
+settings.mirror_settings.push_mirror.none_ssh = None
+
+settings.units.units = Units
+settings.units.overview = Overview
+settings.units.add_more = Enable more
+
+settings.sync_mirror = Synchronize now
+settings.mirror_settings.push_mirror.copy_public_key = Copy public key
+settings.pull_mirror_sync_in_progress = Pulling changes from the remote %s at the moment.
+settings.pull_mirror_sync_quota_exceeded = Quota exceeded, not pulling changes.
+settings.push_mirror_sync_in_progress = Pushing changes to the remote %s at the moment.
+settings.site = Website
+settings.update_settings = Save settings
+settings.update_mirror_settings = Update mirror settings
+settings.branches.switch_default_branch = Switch default branch
+settings.branches.update_default_branch = Update default branch
+settings.branches.add_new_rule = Add new rule
+settings.advanced_settings = Advanced settings
+settings.wiki_desc = Enable repository wiki
+settings.wiki_globally_editable = Allow anyone to edit the wiki
+settings.use_internal_wiki = Use built-in wiki
+settings.use_external_wiki = Use external wiki
+settings.external_wiki_url = External wiki URL
+settings.external_wiki_url_error = The external wiki URL is not a valid URL.
+settings.external_wiki_url_desc = Visitors are redirected to the external wiki URL when clicking the wiki tab.
+settings.issues_desc = Enable repository issue tracker
+settings.use_internal_issue_tracker = Use built-in issue tracker
+settings.use_external_issue_tracker = Use external issue tracker
+settings.external_tracker_url = External issue tracker URL
+settings.external_tracker_url_error = The external issue tracker URL is not a valid URL.
+settings.external_tracker_url_desc = Visitors are redirected to the external issue tracker URL when clicking on the issues tab.
+settings.tracker_url_format = External issue tracker URL Format
+settings.tracker_url_format_error = The external issue tracker URL format is not a valid URL.
+settings.tracker_issue_style = External issue tracker Number Format
+settings.tracker_issue_style.numeric = Numeric
+settings.tracker_issue_style.alphanumeric = Alphanumeric
+settings.tracker_issue_style.regexp = Regular Expression
+settings.tracker_issue_style.regexp_pattern = Regular Expression Pattern
+settings.tracker_issue_style.regexp_pattern_desc = The first captured group will be used in place of <code>{index}</code>.
+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.
+settings.enable_timetracker = Enable time tracking
+settings.allow_only_contributors_to_track_time = Let only contributors track time
+settings.pulls_desc = Enable repository pull requests
+settings.pulls.ignore_whitespace = Ignore whitespace for conflicts
+settings.pulls.enable_autodetect_manual_merge = Enable autodetect manual merge (Note: In some special cases, misjudgments can occur)
+settings.pulls.allow_rebase_update = Enable updating pull request branch by rebase
+settings.pulls.default_delete_branch_after_merge = Delete pull request branch after merge by default
+settings.pulls.default_allow_edits_from_maintainers = Allow edits from maintainers by default
+settings.releases_desc = Enable repository releases
+settings.packages_desc = Enable repository package registry
+settings.projects_desc = Enable repository projects
+settings.actions_desc = Enable integrated CI/CD pipelines with Forgejo Actions
+settings.admin_settings = Administrator settings
+settings.admin_enable_health_check = Enable repository health checks (git fsck)
+settings.admin_code_indexer = Code indexer
+settings.admin_stats_indexer = Code statistics indexer
+settings.admin_indexer_commit_sha = Last indexed commit
+settings.admin_indexer_unindexed = Unindexed
+settings.reindex_button = Add to reindex queue
+settings.reindex_requested=Reindex requested
+settings.admin_enable_close_issues_via_commit_in_any_branch = Close an issue via a commit made in a non default branch
+settings.danger_zone = Danger zone
+settings.new_owner_has_same_repo = The new owner already has a repository with same name. Please choose another name.
+settings.new_owner_blocked_doer = The new owner has blocked you.
+settings.convert = Convert to regular repository
+settings.convert_desc = You can convert this mirror into a regular repository. This cannot be undone.
+settings.convert_notices_1 = This operation will convert the mirror into a regular repository and cannot be undone.
+settings.convert_confirm = Convert repository
+settings.convert_succeed = The mirror has been converted into a regular repository.
+settings.convert_fork = Convert to regular repository
+settings.convert_fork_desc = You can convert this fork into a regular repository. This cannot be undone.
+settings.convert_fork_notices_1 = This operation will convert the fork into a regular repository and cannot be undone.
+settings.convert_fork_confirm = Convert repository
+settings.convert_fork_succeed = The fork has been converted into a regular repository.
+settings.transfer.title = Transfer ownership
+settings.transfer.button = Transfer ownership
+settings.transfer.modal.title = Transfer ownership
+settings.transfer.rejected = Repository transfer was rejected.
+settings.transfer.success = Repository transfer was successful.
+settings.transfer_abort = Cancel transfer
+settings.transfer_abort_invalid = You cannot cancel a non existent repository transfer.
+settings.transfer_abort_success = The repository transfer to %s was successfully canceled.
+settings.transfer_desc = Transfer this repository to a user or to an organization for which you have administrator rights.
+settings.enter_repo_name = Enter the owner and repository name exactly as shown:
+settings.confirmation_string = Confirmation string
+settings.transfer_in_progress = There is currently an ongoing transfer. Please cancel it if you will like to transfer this repository to another user.
+settings.transfer_notices_1 = - You will lose access to the repository if you transfer it to an individual user.
+settings.transfer_notices_2 = - You will keep access to the repository if you transfer it to an organization that you (co-)own.
+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).
+settings.transfer_owner = New owner
+settings.transfer_perform = Perform transfer
+settings.transfer_started = This repository has been marked for transfer and awaits confirmation from "%s"
+settings.transfer_succeed = The repository has been transferred.
+settings.transfer_quota_exceeded = The new owner (%s) is over quota. The repository has not been transferred.
+settings.signing_settings = Signing verification settings
+settings.trust_model = Signature trust model
+settings.trust_model.default = Default trust model
+settings.trust_model.default.desc= Use the default repository trust model for this installation.
+settings.trust_model.collaborator = Collaborator
+settings.trust_model.collaborator.long = Collaborator: Trust signatures by collaborators
+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.
+settings.trust_model.committer = Committer
+settings.trust_model.committer.long = Committer: Trust signatures that match committers (This matches GitHub and will force Forgejo signed commits to have Forgejo as the committer)
+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 Forgejo 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 Forgejo key must match a User in the database.
+settings.trust_model.collaboratorcommitter = Collaborator+Committer
+settings.trust_model.collaboratorcommitter.long = Collaborator+Committer: Trust signatures by collaborators which match the committer
+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 Forgejo 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 Forgejo key must match a User in the database.
+settings.wiki_rename_branch_main = Normalize the Wiki branch name
+settings.wiki_rename_branch_main_desc = Rename the branch used internally by the Wiki to "%s". This change is permanent and cannot be undone.
+settings.wiki_rename_branch_main_notices_1 = This operation <strong>CANNOT</strong> be undone.
+settings.wiki_rename_branch_main_notices_2 = This will permanently rename the internal branch of %s's repository wiki. Existing checkouts will need to be updated.
+settings.wiki_branch_rename_success = The repository wiki's branch name has been successfully normalized.
+settings.wiki_branch_rename_failure = Failed to normalize the repository wiki's branch name.
+settings.confirm_wiki_branch_rename = Rename the wiki branch
+settings.wiki_delete = Delete wiki data
+settings.wiki_delete_desc = Deleting repository wiki data is permanent and cannot be undone.
+settings.wiki_delete_notices_1 = - This will permanently delete and disable the repository wiki for %s.
+settings.confirm_wiki_delete = Delete wiki data
+settings.wiki_deletion_success = The repository wiki data has been deleted.
+settings.delete = Delete this repository
+settings.delete_desc = Deleting a repository is permanent and cannot be undone.
+settings.delete_notices_1 = - This operation <strong>CANNOT</strong> be undone.
+settings.delete_notices_2 = - This operation will permanently delete the <strong>%s</strong> repository including code, issues, comments, wiki data and collaborator settings.
+settings.delete_notices_fork_1 = - Forks of this repository will become independent after deletion.
+settings.deletion_success = The repository has been deleted.
+settings.update_settings_success = The repository settings have been updated.
+settings.update_settings_no_unit = The repository should allow at least some sort of interaction.
+settings.confirm_delete = Delete repository
+settings.add_collaborator = Add collaborator
+settings.add_collaborator_success = The collaborator has been added.
+settings.add_collaborator_inactive_user = Cannot add an inactive user as a collaborator.
+settings.add_collaborator_owner = Cannot add an owner as a collaborator.
+settings.add_collaborator_duplicate = The collaborator is already added to this repository.
+settings.add_collaborator_blocked_our = Cannot add the collaborator, because the repository owner has blocked them.
+settings.add_collaborator_blocked_them = Cannot add the collaborator, because they have blocked the repository owner.
+settings.delete_collaborator = Remove
+settings.collaborator_deletion = Remove Collaborator
+settings.collaborator_deletion_desc = Removing a collaborator will revoke their access to this repository. Continue?
+settings.remove_collaborator_success = The collaborator has been removed.
+settings.org_not_allowed_to_be_collaborator = Organizations cannot be added as a collaborator.
+settings.change_team_access_not_allowed = Changing team access for repository has been restricted to organization owner
+settings.team_not_in_organization = The team is not in the same organization as the repository
+settings.teams = Teams
+settings.add_team = Add team
+settings.add_team_duplicate = Team already has the repository
+settings.add_team_success = The team now have access to the repository.
+settings.change_team_permission_tip = Team's permission is set on the team setting page and can't be changed per repository
+settings.delete_team_tip = This team has access to all repositories and can't be removed
+settings.remove_team_success = The team's access to the repository has been removed.
+settings.add_webhook = Add webhook
+settings.add_webhook.invalid_channel_name = Webhook channel name cannot be empty and cannot contain only a # character.
+settings.add_webhook.invalid_path = Path must not contain a part that is "." or ".." or the empty string. It cannot start or end with a slash.
+settings.hooks_desc = Webhooks automatically make HTTP POST requests to a server when certain Forgejo events trigger. Read more in the <a target="_blank" rel="noopener noreferrer" href="%s">webhooks guide</a>.
+settings.webhook_deletion = Remove webhook
+settings.webhook_deletion_desc = Removing a webhook deletes its settings and delivery history. Continue?
+settings.webhook_deletion_success = The webhook has been removed.
+settings.webhook.test_delivery = Test delivery
+settings.webhook.test_delivery_desc = Test this webhook with a fake event.
+settings.webhook.test_delivery_desc_disabled = To test this webhook with a fake event, activate it.
+settings.webhook.request = Request
+settings.webhook.response = Response
+settings.webhook.headers = Headers
+settings.webhook.payload = Content
+settings.webhook.body = Body
+settings.webhook.replay.description = Replay this webhook.
+settings.webhook.replay.description_disabled = To replay this webhook, activate it.
+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.
+settings.githooks_desc = Git hooks are powered by Git itself. You can edit hook files below to set up custom operations.
+settings.githook_edit_desc = If the hook is inactive, sample content will be presented. Leaving content to an empty value will disable this hook.
+settings.githook_name = Hook name
+settings.githook_content = Hook content
+settings.update_githook = Update hook
+settings.add_webhook_desc = Forgejo 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>.
+settings.payload_url = Target URL
+settings.http_method = HTTP method
+settings.content_type = POST content type
+settings.secret = Secret
+settings.slack_username = Username
+settings.slack_icon_url = Icon URL
+settings.slack_color = Color
+settings.discord_username = Username
+settings.discord_icon_url = Icon URL
+settings.discord_icon_url.exceeds_max_length = Icon URL must be less than or equal to 2048 characters
+settings.event_desc = Trigger on:
+settings.event_push_only = Push events
+settings.event_send_everything = All events
+settings.event_choose = Custom events…
+settings.event_header_repository = Repository events
+settings.event_create = Create
+settings.event_create_desc = Branch or tag created.
+settings.event_delete = Delete
+settings.event_delete_desc = Branch or tag deleted.
+settings.event_fork = Fork
+settings.event_fork_desc = Repository forked.
+settings.event_wiki = Wiki
+settings.event_wiki_desc = Wiki page created, renamed, edited or deleted.
+settings.event_release = Release
+settings.event_release_desc = Release published, updated or deleted in a repository.
+settings.event_push = Push
+settings.event_push_desc = Git push to a repository.
+settings.event_repository = Repository
+settings.event_repository_desc = Repository created or deleted.
+settings.event_header_issue = Issue events
+settings.event_issues = Modification
+settings.event_issues_desc = Issue opened, closed, reopened, or edited.
+settings.event_issue_assign = Assignment
+settings.event_issue_assign_desc = Issue assigned or unassigned.
+settings.event_issue_label = Labels
+settings.event_issue_label_desc = Issue labels added or removed.
+settings.event_issue_milestone = Milestones
+settings.event_issue_milestone_desc = Milestone added, removed or modified.
+settings.event_issue_comment = Comments
+settings.event_issue_comment_desc = Issue comment created, edited, or deleted.
+settings.event_header_pull_request = Pull request events
+settings.event_pull_request = Modification
+settings.event_pull_request_desc = Pull request opened, closed, reopened, or edited.
+settings.event_pull_request_assign = Assignment
+settings.event_pull_request_assign_desc = Pull request assigned or unassigned.
+settings.event_pull_request_label = Labels
+settings.event_pull_request_label_desc = Pull request labels added or removed.
+settings.event_pull_request_milestone = Milestones
+settings.event_pull_request_milestone_desc = Milestone added, removed or modified.
+settings.event_pull_request_comment = Comments
+settings.event_pull_request_comment_desc = Pull request comment created, edited, or deleted.
+settings.event_pull_request_review = Reviews
+settings.event_pull_request_review_desc = Pull request approved, rejected, or review comments added.
+settings.event_pull_request_sync = Synchronized
+settings.event_pull_request_sync_desc = Branch updated automatically with target branch.
+settings.event_pull_request_review_request = Review requests
+settings.event_pull_request_review_request_desc = Pull request review requested or review request removed.
+settings.event_pull_request_approvals = Pull request approvals
+settings.event_pull_request_merge = Pull request merge
+settings.event_pull_request_enforcement = Enforcement
+settings.event_package = Package
+settings.event_package_desc = Package created or deleted in a repository.
+settings.branch_filter = Branch filter
+settings.branch_filter_desc = Branch whitelist for push, branch creation and branch deletion events, specified as glob pattern. If empty or <code>*</code>, events for all branches are reported. See <a href="%[1]s">%[2]s</a> documentation for syntax. Examples: <code>master</code>, <code>{master,release*}</code>.
+settings.authorization_header = Authorization header
+settings.authorization_header_desc = Will be included as authorization header for requests when present. Examples: %s.
+settings.active = Active
+settings.active_helper = Information about triggered events will be sent to this webhook URL.
+settings.add_hook_success = The webhook has been added.
+settings.update_webhook = Update webhook
+settings.update_hook_success = The webhook has been updated.
+settings.delete_webhook = Remove webhook
+settings.recent_deliveries = Recent deliveries
+settings.hook_type = Hook type
+settings.slack_token = Token
+settings.slack_domain = Domain
+settings.slack_channel = Channel
+settings.add_web_hook_desc = Integrate <a target="_blank" rel="noreferrer" href="%s">%s</a> into your repository.
+settings.graphql_url = GraphQL URL
+settings.web_hook_name_gitea = Gitea
+settings.web_hook_name_forgejo = Forgejo
+settings.web_hook_name_gogs = Gogs
+settings.web_hook_name_slack = Slack
+settings.web_hook_name_discord = Discord
+settings.web_hook_name_dingtalk = DingTalk
+settings.web_hook_name_telegram = Telegram
+settings.web_hook_name_matrix = Matrix
+settings.web_hook_name_msteams = Microsoft Teams
+settings.web_hook_name_feishu = Feishu / Lark Suite
+settings.web_hook_name_feishu_only = Feishu
+settings.web_hook_name_larksuite_only = Lark Suite
+settings.web_hook_name_wechatwork = WeCom (Wechat Work)
+settings.web_hook_name_packagist = Packagist
+settings.packagist_username = Packagist username
+settings.packagist_api_token = API token
+settings.packagist_package_url = Packagist package URL
+settings.web_hook_name_sourcehut_builds = SourceHut Builds
+settings.sourcehut_builds.manifest_path = Build manifest path
+settings.sourcehut_builds.visibility = Job visibility
+settings.sourcehut_builds.secrets = Secrets
+settings.sourcehut_builds.secrets_helper = Give the job access to the build secrets (requires the SECRETS:RO grant)
+settings.sourcehut_builds.access_token_helper = Access token that has JOBS:RW grant. Generate a <a target="_blank" rel="noopener noreferrer" href="%s">builds.sr.ht token</a> or a <a target="_blank" rel="noopener noreferrer" href="%s">builds.sr.ht token with secrets access</a> on meta.sr.ht.
+settings.deploy_keys = Deploy keys
+settings.add_deploy_key = Add deploy key
+settings.deploy_key_desc = Deploy keys have read-only pull access to the repository.
+settings.is_writable = Enable write access
+settings.is_writable_info = Allow this deploy key to <strong>push</strong> to the repository.
+settings.no_deploy_keys = There are no deploy keys yet.
+settings.title = Title
+settings.deploy_key_content = Content
+settings.key_been_used = A deploy key with identical content is already in use.
+settings.key_name_used = A deploy key with the same name already exists.
+settings.add_key_success = The deploy key "%s" has been added.
+settings.deploy_key_deletion = Remove deploy key
+settings.deploy_key_deletion_desc = Removing a deploy key will revoke its access to this repository. Continue?
+settings.deploy_key_deletion_success = The deploy key has been removed.
+settings.branches = Branches
+settings.protected_branch = Branch protection
+settings.protected_branch.save_rule = Save rule
+settings.protected_branch.delete_rule = Delete rule
+settings.branch_protection = Protection rules for branch "<b>%s</b>"
+settings.protect_new_rule = Create a new branch protection rule
+settings.protect_disable_push = Disable push
+settings.protect_disable_push_desc = No pushing will be allowed to this branch.
+settings.protect_enable_push = Enable push
+settings.protect_enable_push_desc = Anyone with write access will be allowed to push to this branch (but not force push).
+settings.protect_enable_merge = Enable merge
+settings.protect_enable_merge_desc = Anyone with write access will be allowed to merge the pull requests into this branch.
+settings.protect_whitelist_committers = Whitelist restricted push
+settings.protect_whitelist_committers_desc = Only whitelisted users or teams will be allowed to push to this branch (but not force push).
+settings.protect_whitelist_deploy_keys = Whitelist deploy keys with write access to push.
+settings.protect_whitelist_users = Whitelisted users for pushing
+settings.protect_whitelist_teams = Whitelisted teams for pushing
+settings.protect_merge_whitelist_committers = Enable merge whitelist
+settings.protect_merge_whitelist_committers_desc = Allow only whitelisted users or teams to merge pull requests into this branch.
+settings.protect_merge_whitelist_users = Whitelisted users for merging
+settings.protect_merge_whitelist_teams = Whitelisted teams for merging
+settings.protect_check_status_contexts = Enable status check
+settings.protect_status_check_patterns = Status check patterns
+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.
+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.
+settings.protect_check_status_contexts_list = Status checks found in the last week for this repository
+settings.protect_status_check_matched = Matched
+settings.protect_invalid_status_check_pattern = Invalid status check pattern: "%s".
+settings.protect_no_valid_status_check_patterns = No valid status check patterns.
+settings.protect_required_approvals = Required approvals
+settings.protect_required_approvals_desc = Allow only to merge pull request with enough positive reviews.
+settings.protect_approvals_whitelist_enabled = Restrict approvals to whitelisted users or teams
+settings.protect_approvals_whitelist_enabled_desc = Only reviews from whitelisted users or teams will count to the required approvals. Without approval whitelist, reviews from anyone with write access count to the required approvals.
+settings.protect_approvals_whitelist_users = Whitelisted reviewers
+settings.protect_approvals_whitelist_teams = Whitelisted teams for reviews
+settings.dismiss_stale_approvals = Dismiss stale approvals
+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.
+settings.ignore_stale_approvals = Ignore stale approvals
+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.
+settings.require_signed_commits = Require signed commits
+settings.require_signed_commits_desc = Reject pushes to this branch if they are unsigned or unverifiable.
+settings.protect_branch_name_pattern = Protected branch name pattern
+settings.protect_branch_name_pattern_desc = Protected branch name patterns. See <a href="%s">the documentation</a> for pattern syntax. Examples: main, release/**
+settings.protect_patterns = Patterns
+settings.protect_protected_file_patterns = Protected file patterns (separated using semicolon ";")
+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>.
+settings.protect_unprotected_file_patterns = Unprotected file patterns (separated using semicolon ";")
+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>.
+settings.update_protect_branch_success = Branch protection for rule "%s" has been updated.
+settings.remove_protected_branch_success = Branch protection for rule "%s" has been removed.
+settings.remove_protected_branch_failed = Removing branch protection rule "%s" failed.
+settings.protected_branch_deletion = Delete branch protection
+settings.protected_branch_deletion_desc = Disabling branch protection allows users with write permission to push to the branch. Continue?
+settings.block_rejected_reviews = Block merge on rejected reviews
+settings.block_rejected_reviews_desc = Merging will not be possible when changes are requested by official reviewers, even if there are enough approvals.
+settings.block_on_official_review_requests = Block merge on official review requests
+settings.block_on_official_review_requests_desc = Merging will not be possible when it has official review requests, even if there are enough approvals.
+settings.block_outdated_branch = Block merge if pull request is outdated
+settings.block_outdated_branch_desc = Merging will not be possible when head branch is behind base branch.
+settings.enforce_on_admins = Enforce this rule for repository admins
+settings.enforce_on_admins_desc = Repository admins cannot bypass this rule.
+settings.default_branch_desc = Select a default repository branch for pull requests and code commits:
+settings.merge_style_desc = Merge styles
+settings.default_merge_style_desc = Default merge style
+settings.choose_branch = Choose a branch…
+settings.no_protected_branch = There are no protected branches.
+settings.edit_protected_branch = Edit
+settings.protected_branch_required_rule_name = Required rule name
+settings.protected_branch_duplicate_rule_name = There is already a rule for this set of branches
+settings.protected_branch_required_approvals_min = Required approvals cannot be negative.
+settings.tags = Tags
+settings.tags.protection = Tag protection
+settings.tags.protection.pattern = Tag pattern
+settings.tags.protection.allowed = Allowed
+settings.tags.protection.allowed.users = Allowed users
+settings.tags.protection.allowed.teams = Allowed teams
+settings.tags.protection.allowed.noone = No one
+settings.tags.protection.create = Add rule
+settings.tags.protection.none = There are no protected tags.
+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>.
+settings.bot_token = Bot token
+settings.chat_id = Chat ID
+settings.thread_id = Thread ID
+settings.matrix.homeserver_url = Homeserver URL
+settings.matrix.room_id = Room ID
+settings.matrix.message_type = Message type
+settings.matrix.access_token_helper = It is recommended to setup a dedicated Matrix account for this. The access token can be retrieved from the Element web client (in a private/incognito tab) > User menu (top left) > All settings > Help & About > Advanced > Access Token (right below the Homeserver URL). Close the private/incognito tab (logging out would invalidate the token).
+settings.matrix.room_id_helper = The Room ID can be retrieved from the Element web client > Room Settings > Advanced > Internal room ID. Example: %s.
+settings.archive.button = Archive repo
+settings.archive.header = Archive this 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.
+settings.archive.success = The repo was successfully archived.
+settings.archive.error = An error occurred while trying to archive the repo. See the log for more details.
+settings.archive.error_ismirror = You cannot archive a mirrored repo.
+settings.archive.branchsettings_unavailable = Branch settings are not available if the repo is archived.
+settings.archive.tagsettings_unavailable = Tag settings are not available if the repo is archived.
+settings.archive.mirrors_unavailable = Mirrors are not available if the repo is archived.
+settings.unarchive.button = Unarchive repo
+settings.unarchive.header = Unarchive this repo
+settings.unarchive.text = Unarchiving the repo will restore its ability to receive commits and pushes, as well as new issues and pull-requests.
+settings.unarchive.success = The repo was successfully unarchived.
+settings.unarchive.error = An error occurred while trying to unarchive the repo. See the log for more details.
+settings.update_avatar_success = The repository avatar has been updated.
+settings.lfs=LFS
+settings.lfs_filelist=LFS files stored in this repository
+settings.lfs_no_lfs_files=No LFS files stored in this repository
+settings.lfs_findcommits=Find commits
+settings.lfs_lfs_file_no_commits=No commits found for this LFS file
+settings.lfs_noattribute=This path does not have the lockable attribute in the default branch
+settings.lfs_delete=Delete LFS file with OID %s
+settings.lfs_delete_warning=Deleting an LFS file may cause "object does not exist" errors on checkout. Are you sure?
+settings.lfs_findpointerfiles=Find pointer files
+settings.lfs_locks=Locks
+settings.lfs_invalid_locking_path=Invalid path: %s
+settings.lfs_invalid_lock_directory=Cannot lock directory: %s
+settings.lfs_lock_already_exists=Lock already exists: %s
+settings.lfs_lock=Lock
+settings.lfs_lock_path=Filepath to lock...
+settings.lfs_locks_no_locks=No locks
+settings.lfs_lock_file_no_exist=Locked file does not exist in default branch
+settings.lfs_force_unlock=Force unlock
+settings.lfs_pointers.found=Found %d blob pointer(s) - %d associated, %d unassociated (%d missing from store)
+settings.lfs_pointers.sha=Blob hash
+settings.lfs_pointers.oid=OID
+settings.lfs_pointers.inRepo=In repo
+settings.lfs_pointers.exists=Exists in store
+settings.lfs_pointers.accessible=Accessible to user
+settings.lfs_pointers.associateAccessible=Associate accessible %d OIDs
+settings.rename_branch_failed_protected=Cannot rename branch %s because it is a protected branch.
+settings.rename_branch_failed_exist=Cannot rename branch because target branch %s exists.
+settings.rename_branch_failed_not_exist=Cannot rename branch %s because it does not exist.
+settings.rename_branch_success =Branch %s was successfully renamed to %s.
+settings.rename_branch=Rename branch
+
+diff.browse_source = Browse source
+diff.parent = parent
+diff.commit = commit
+diff.git-notes = Notes
+diff.data_not_available = Diff content is not available
+diff.options_button = Diff options
+diff.show_diff_stats = Show stats
+diff.download_patch = Download patch file
+diff.download_diff = Download diff file
+diff.show_split_view = Split view
+diff.show_unified_view = Unified view
+diff.whitespace_button = Whitespace
+diff.whitespace_show_everything = Show all changes
+diff.whitespace_ignore_all_whitespace = Ignore whitespace when comparing lines
+diff.whitespace_ignore_amount_changes = Ignore changes in amount of whitespace
+diff.whitespace_ignore_at_eol = Ignore changes in whitespace at EOL
+diff.stats_desc = <strong> %d changed files</strong> with <strong>%d additions</strong> and <strong>%d deletions</strong>
+diff.stats_desc_file = %d changes: %d additions and %d deletions
+diff.bin = BIN
+diff.bin_not_shown = Binary file not shown.
+diff.view_file = View file
+diff.file_before = Before
+diff.file_after = After
+diff.file_image_width = Width
+diff.file_image_height = Height
+diff.file_byte_size = Size
+diff.file_suppressed = File diff suppressed because it is too large
+diff.file_suppressed_line_too_long = File diff suppressed because one or more lines are too long
+diff.too_many_files = Some files were not shown because too many files have changed in this diff
+diff.show_more = Show more
+diff.load = Load diff
+diff.generated = generated
+diff.vendored = vendored
+diff.comment.add_line_comment = Add line comment
+diff.comment.placeholder = Leave a comment
+diff.comment.markdown_info = Styling with markdown is supported.
+diff.comment.add_single_comment = Add single comment
+diff.comment.add_review_comment = Add comment
+diff.comment.start_review = Start review
+diff.comment.reply = Reply
+diff.review = Finish review
+diff.review.header = Submit review
+diff.review.placeholder = Review comment
+diff.review.comment = Comment
+diff.review.approve = Approve
+diff.review.self_reject = Pull request authors can't request changes on their own pull request
+diff.review.reject = Request changes
+diff.review.self_approve = Pull request authors can't approve their own pull request
+diff.committed_by = committed by
+diff.protected = Protected
+diff.image.side_by_side = Side by side
+diff.image.swipe = Swipe
+diff.image.overlay = Overlay
+diff.has_escaped = This line has hidden Unicode characters
+diff.show_file_tree = Show file tree
+diff.hide_file_tree = Hide file tree
+
+releases.desc = Track project versions and downloads.
+release.releases = Releases
+release.detail = Release details
+release.tags = Tags
+release.new_release = New release
+release.draft = Draft
+release.prerelease = Pre-release
+release.stable = Stable
+release.compare = Compare
+release.edit = edit
+release.ahead.commits = <strong>%d</strong> commits
+release.ahead.target = to %s since this release
+tag.ahead.target = to %s since this tag
+release.source_code = Source code
+release.new_subheader = Releases organize project versions.
+release.edit_subheader = Releases organize project versions.
+release.tag_name = Tag name
+release.target = Target
+release.tag_helper = Choose an existing tag or create a new tag.
+release.tag_helper_new = New tag. This tag will be created from the target.
+release.tag_helper_existing = Existing tag.
+release.title = Release title
+release.title_empty = Title cannot be empty.
+release.message = Describe this release
+release.prerelease_desc = Mark as pre-release
+release.prerelease_helper = Mark this release unsuitable for production use.
+release.cancel = Cancel
+release.publish = Publish release
+release.save_draft = Save draft
+release.edit_release = Update release
+release.delete_release = Delete release
+release.delete_tag = Delete tag
+release.deletion = Delete release
+release.deletion_desc = Deleting a release only removes it from Forgejo. It will not affect the Git tag, the contents of your repository or its history. Continue?
+release.deletion_success = The release has been deleted.
+release.deletion_tag_desc = Will delete this tag from repository. Repository contents and history remain unchanged. Continue?
+release.deletion_tag_success = The tag has been deleted.
+release.tag_name_already_exist = A release with this tag name already exists.
+release.tag_name_invalid = The tag name is not valid.
+release.tag_name_protected = The tag name is protected.
+release.tag_already_exist = This tag name already exists.
+release.downloads = Downloads
+release.download_count_one = %s download
+release.download_count_few = %s downloads
+release.add_tag_msg = Use the title and content of release as tag message.
+release.hide_archive_links = Hide automatically generated archives
+release.hide_archive_links_helper = Hide automatically generated source code archives for this release. For example, if you are uploading your own.
+release.add_tag = Create tag
+release.releases_for = Releases for %s
+release.tags_for = Tags for %s
+release.system_generated = This attachment is automatically generated.
+release.type_attachment = Attachment
+release.type_external_asset = External Asset
+release.asset_name = Asset Name
+release.asset_external_url = External URL
+release.add_external_asset = Add External Asset
+release.invalid_external_url = Invalid External URL: "%s"
+
+branch.name = Branch name
+branch.already_exists = A branch named "%s" already exists.
+branch.delete_head = Delete
+branch.delete = Delete branch "%s"
+branch.delete_html = Delete branch
+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?
+branch.deletion_success = Branch "%s" has been deleted.
+branch.deletion_failed = Failed to delete branch "%s".
+branch.delete_branch_has_new_commits = Branch "%s" cannot be deleted because new commits have been added after merging.
+branch.create_branch = Create branch %s
+branch.create_from = from "%s"
+branch.create_success = Branch "%s" has been created.
+branch.branch_already_exists = Branch "%s" already exists in this repository.
+branch.branch_name_conflict = Branch name "%s" conflicts with the already existing branch "%s".
+branch.tag_collision = Branch "%s" cannot be created as a tag with same name already exists in the repository.
+branch.deleted_by = Deleted by %s
+branch.restore_success = Branch "%s" has been restored.
+branch.restore_failed = Failed to restore branch "%s".
+branch.protected_deletion_failed = Branch "%s" is protected. It cannot be deleted.
+branch.default_deletion_failed = Branch "%s" is the default branch. It cannot be deleted.
+branch.restore = Restore branch "%s"
+branch.download = Download branch "%s"
+branch.rename = Rename branch "%s"
+branch.included_desc = This branch is part of the default branch
+branch.included = Included
+branch.create_new_branch = Create branch from branch:
+branch.confirm_create_branch = Create branch
+branch.warning_rename_default_branch = You are renaming the default branch.
+branch.rename_branch_to = Rename "%s" to:
+branch.create_branch_operation = Create branch
+branch.new_branch = Create new branch
+branch.new_branch_from = Create new branch from "%s"
+branch.renamed = Branch %s was renamed to %s.
+
+tag.create_tag = Create tag %s
+tag.create_tag_operation = Create tag
+tag.confirm_create_tag = Create tag
+tag.create_tag_from = Create new tag from "%s"
+
+tag.create_success = Tag "%s" has been created.
+
+topic.manage_topics = Manage Topics
+topic.done = Done
+topic.count_prompt = You cannot select more than 25 topics
+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.
+
+find_file.go_to_file = Find a file
+find_file.no_matching = No matching file found
+
+error.csv.too_large = Can't render this file because it is too large.
+error.csv.unexpected = Can't render this file because it contains an unexpected character in line %d and column %d.
+error.csv.invalid_field_count = Can't render this file because it has a wrong number of fields in line %d.
+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.
+
+[repo.permissions]
+code.read = <b>Read:</b> Access and clone the code of the repository.
+code.write = <b>Write:</b> Push to the repository, create branches and tags.
+issues.read = <b>Read:</b> Read and create issues and comments.
+issues.write = <b>Write:</b> Close issues and manage metadata like labels, milestones, assignees, due dates and dependencies.
+pulls.read = <b>Read:</b> Reading and create pull requests.
+pulls.write = <b>Write:</b> Close pull requests and manage metadata like labels, milestones, assignees, due dates and dependencies.
+releases.read = <b>Read:</b> View and download releases.
+releases.write = <b>Write:</b> Publish, edit and delete releases and their assets.
+wiki.read = <b>Read:</b> Read the integrated wiki and it's history.
+wiki.write = <b>Write:</b> Create, update and delete pages in the integrated wiki.
+projects.read = <b>Read:</b> Access repository project boards.
+projects.write = <b>Write:</b> Create projects and columns and edit them.
+packages.read = <b>Read:</b> View and download packages assigned to the repository.
+packages.write = <b>Write:</b> Publish and delete packages assigned to the repository.
+actions.read = <b>Read:</b> View integrated CI/CD pipelines and their logs.
+actions.write = <b>Write:</b> Manually trigger, restart, cancel or approve pending CI/CD pipelines.
+ext_issues = Access the link to an external issue tracker. The permissions are managed externally.
+ext_wiki = Access the link to an external wiki. The permissions are managed externally.
+
+[graphs]
+component_loading = Loading %s...
+component_loading_failed = Could not load %s
+component_loading_info = This might take a bit…
+component_failed_to_load = An unexpected error happened.
+code_frequency.what = code frequency
+contributors.what = contributions
+recent_commits.what = recent commits
+
+[org]
+org_name_holder = Organization name
+org_full_name_holder = Organization full name
+org_name_helper = Organization names should be short and memorable.
+create_org = Create organization
+open_dashboard = Open dashboard
+repo_updated = Updated %s
+members = Members
+teams = Teams
+code = Code
+lower_members = members
+lower_repositories = repositories
+create_new_team = New team
+create_team = Create team
+org_desc = Description
+team_name = Team name
+team_desc = Description
+team_name_helper = Team names should be short and memorable.
+team_desc_helper = Describe the purpose or role of the team.
+team_access_desc = Repository access
+team_permission_desc = Permission
+team_unit_desc = Allow access to repository sections
+team_unit_disabled = (Disabled)
+follow_blocked_user = You cannot follow this organization because this organization has blocked you.
+
+form.name_reserved = The organization name "%s" is reserved.
+form.name_pattern_not_allowed = The pattern "%s" is not allowed in an organization name.
+form.create_org_not_allowed = You are not allowed to create an organization.
+
+settings = Settings
+settings.options = Organization
+settings.full_name = Full name
+settings.email = Contact email
+settings.website = Website
+settings.location = Location
+settings.permission = Permissions
+settings.repoadminchangeteam = Repository admin can add and remove access for teams
+settings.visibility = Visibility
+settings.visibility.public = Public
+settings.visibility.limited = Limited (visible only to authenticated users)
+settings.visibility.limited_shortname = Limited
+settings.visibility.private = Private (visible only to organization members)
+settings.visibility.private_shortname = Private
+
+settings.update_settings = Update settings
+settings.update_setting_success = Organization settings have been updated.
+settings.change_orgname_prompt = Note: Changing the organization name will also change your organization's URL and free the old name.
+settings.change_orgname_redirect_prompt = The old name will redirect until it is claimed.
+settings.update_avatar_success = The organization's avatar has been updated.
+settings.delete = Delete organization
+settings.delete_account = Delete this organization
+settings.delete_prompt = The organization will be permanently removed. This <strong>CANNOT</strong> be undone!
+settings.confirm_delete_account = Confirm deletion
+settings.delete_org_title = Delete organization
+settings.delete_org_desc = This organization will be deleted permanently. Continue?
+settings.hooks_desc = Add webhooks which will be triggered for <strong>all repositories</strong> under this organization.
+
+settings.labels_desc = Add labels which can be used on issues for <strong>all repositories</strong> under this organization.
+
+members.membership_visibility = Membership visibility:
+members.public = Visible
+members.public_helper = Make hidden
+members.private = Hidden
+members.private_helper = Make visible
+members.member_role = Member role:
+members.owner = Owner
+members.member = Member
+members.remove = Remove
+members.remove.detail = Remove %[1]s from %[2]s?
+members.leave = Leave
+members.leave.detail = Are you sure you want to leave organization "%s"?
+members.invite_desc = Add a new member to %s:
+members.invite_now = Invite now
+
+teams.join = Join
+teams.leave = Leave
+teams.leave.detail = Are you sure you want to leave team "%s"?
+teams.can_create_org_repo = Create repositories
+teams.can_create_org_repo_helper = Members can create new repositories in organization. Creator will get administrator access to the new repository.
+teams.none_access = No access
+teams.none_access_helper = The "no access" option only has effect on private repositories.
+teams.general_access = Custom access
+teams.general_access_helper = Members permissions will be decided by below permission table.
+teams.read_access = Read
+teams.write_access = Write
+teams.admin_access = Administrator access
+teams.admin_access_helper = Members can pull and push to team repositories and add collaborators to them.
+teams.no_desc = This team has no description
+teams.settings = Settings
+teams.owners_permission_desc = Owners have full access to <strong>all repositories</strong> and have <strong>administrator access</strong> to the organization.
+teams.members = Team members
+teams.update_settings = Update settings
+teams.delete_team = Delete team
+teams.add_team_member = Add team member
+teams.invite_team_member = Invite to %s
+teams.invite_team_member.list = Pending invitations
+teams.delete_team_title = Delete team
+teams.delete_team_desc = Deleting a team revokes repository access from its members. Continue?
+teams.delete_team_success = The team has been deleted.
+teams.read_permission_desc = This team grants <strong>Read</strong> access: members can view and clone team repositories.
+teams.write_permission_desc = This team grants <strong>Write</strong> access: members can read from and push to team repositories.
+teams.admin_permission_desc = This team grants <strong>Administrator</strong> access: members can read from, push to and add collaborators to team repositories.
+teams.create_repo_permission_desc = Additionally, this team grants <strong>Create repository</strong> permission: members can create new repositories in organization.
+teams.repositories = Team repositories
+teams.remove_all_repos_title = Remove all team repositories
+teams.remove_all_repos_desc = This will remove all repositories from the team.
+teams.add_all_repos_title = Add all repositories
+teams.add_all_repos_desc = This will add all the organization's repositories to the team.
+teams.add_nonexistent_repo = The repository you're trying to add doesn't exist, please create it first.
+teams.add_duplicate_users = User is already a team member.
+teams.repos.none = No repositories could be accessed by this team.
+teams.members.none = No members on this team.
+teams.specific_repositories = Specific repositories
+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>.
+teams.all_repositories = All repositories
+teams.all_repositories_helper = Team has access to all repositories. Selecting this will <strong>add all existing</strong> repositories to the team.
+teams.invite.title = You have been invited to join team <strong>%s</strong> in organization <strong>%s</strong>.
+teams.invite.by = Invited by %s
+teams.invite.description = Please click the button below to join the team.
+
+[admin]
+dashboard = Dashboard
+self_check = Self check
+identity_access = Identity & access
+users = User accounts
+organizations = Organizations
+assets = Code assets
+repositories = Repositories
+hooks = Webhooks
+integrations = Integrations
+authentication = Authentication sources
+emails = User emails
+config = Configuration
+notices = System notices
+config_summary = Summary
+config_settings = Settings
+monitor = Monitoring
+first_page = First
+last_page = Last
+total = Total: %d
+settings = Admin settings
+
+dashboard.new_version_hint = Forgejo %s is now available, you are running %s. Check <a target="_blank" rel="noreferrer" href="%s">the blog</a> for more details.
+dashboard.statistic = Summary
+dashboard.operations = Maintenance operations
+dashboard.system_status = System status
+dashboard.operation_name = Operation Name
+dashboard.operation_switch = Switch
+dashboard.operation_run = Run
+dashboard.clean_unbind_oauth = Clean unbound OAuth connections
+dashboard.clean_unbind_oauth_success = All unbound OAuth connections have been deleted.
+dashboard.task.started=Started Task: %[1]s
+dashboard.task.process=Task: %[1]s
+dashboard.task.cancelled=Task: %[1]s canceled: %[3]s
+dashboard.task.error=Error in Task: %[1]s: %[3]s
+dashboard.task.finished=Task: %[1]s started by %[2]s has finished
+dashboard.task.unknown=Unknown task: %[1]s
+dashboard.cron.started=Started Cron: %[1]s
+dashboard.cron.process=Cron: %[1]s
+dashboard.cron.cancelled=Cron: %[1]s canceled: %[3]s
+dashboard.cron.error=Error in Cron: %s: %[3]s
+dashboard.cron.finished=Cron: %[1]s has finished
+dashboard.delete_inactive_accounts = Delete all unactivated accounts
+dashboard.delete_inactive_accounts.started = Delete all unactivated accounts task started.
+dashboard.delete_repo_archives = Delete all repositories' archives (ZIP, TAR.GZ, etc..)
+dashboard.delete_repo_archives.started = Delete all repository archives task started.
+dashboard.delete_missing_repos = Delete all repositories missing their Git files
+dashboard.delete_missing_repos.started = Delete all repositories missing their Git files task started.
+dashboard.delete_generated_repository_avatars = Delete generated repository avatars
+dashboard.sync_repo_branches = Sync missed branches from Git data to database
+dashboard.sync_repo_tags = Sync tags from Git data to database
+dashboard.update_mirrors = Update mirrors
+dashboard.repo_health_check = Health check all repositories
+dashboard.check_repo_stats = Check all repository statistics
+dashboard.archive_cleanup = Delete old repository archives
+dashboard.deleted_branches_cleanup = Clean-up deleted branches
+dashboard.update_migration_poster_id = Update migration poster IDs
+dashboard.git_gc_repos = Garbage collect all repositories
+dashboard.resync_all_sshkeys = Update the ".ssh/authorized_keys" file with Forgejo SSH keys.
+dashboard.resync_all_sshprincipals = Update the ".ssh/authorized_principals" file with Forgejo SSH principals.
+dashboard.resync_all_hooks = Resynchronize pre-receive, update and post-receive hooks of all repositories
+dashboard.reinit_missing_repos = Reinitialize all missing Git repositories for which records exist
+dashboard.sync_external_users = Synchronize external user data
+dashboard.cleanup_hook_task_table = Cleanup hook_task table
+dashboard.cleanup_packages = Cleanup expired packages
+dashboard.cleanup_actions = Cleanup expired logs and artifacts from actions
+dashboard.server_uptime = Server uptime
+dashboard.current_goroutine = Current goroutines
+dashboard.current_memory_usage = Current memory usage
+dashboard.total_memory_allocated = Total memory allocated
+dashboard.memory_obtained = Memory obtained
+dashboard.pointer_lookup_times = Pointer lookup times
+dashboard.memory_allocate_times = Memory allocations
+dashboard.memory_free_times = Memory frees
+dashboard.current_heap_usage = Current heap usage
+dashboard.heap_memory_obtained = Heap memory obtained
+dashboard.heap_memory_idle = Heap memory idle
+dashboard.heap_memory_in_use = Heap memory in use
+dashboard.heap_memory_released = Heap memory released
+dashboard.heap_objects = Heap objects
+dashboard.bootstrap_stack_usage = Bootstrap stack usage
+dashboard.stack_memory_obtained = Stack memory obtained
+dashboard.mspan_structures_usage = MSpan structures usage
+dashboard.mspan_structures_obtained = MSpan structures obtained
+dashboard.mcache_structures_usage = MCache structures usage
+dashboard.mcache_structures_obtained = MCache structures obtained
+dashboard.profiling_bucket_hash_table_obtained = Profiling bucket hash table obtained
+dashboard.gc_metadata_obtained = GC metadata obtained
+dashboard.other_system_allocation_obtained = Other system allocation obtained
+dashboard.next_gc_recycle = Next GC recycle
+dashboard.last_gc_time = Time since last GC
+dashboard.total_gc_pause = Total GC pause
+dashboard.last_gc_pause = Last GC pause
+dashboard.gc_times = GC times
+dashboard.delete_old_actions = Delete all old activities from database
+dashboard.delete_old_actions.started = Delete all old activities from database started.
+dashboard.update_checker = Update checker
+dashboard.delete_old_system_notices = Delete all old system notices from database
+dashboard.gc_lfs = Garbage collect LFS meta objects
+dashboard.stop_zombie_tasks = Stop zombie actions tasks
+dashboard.stop_endless_tasks = Stop endless actions tasks
+dashboard.cancel_abandoned_jobs = Cancel abandoned actions jobs
+dashboard.start_schedule_tasks = Start schedule actions tasks
+dashboard.sync_branch.started = Branch sync started
+dashboard.sync_tag.started = Tag sync started
+dashboard.rebuild_issue_indexer = Rebuild issue indexer
+
+users.user_manage_panel = Manage user accounts
+users.new_account = Create User Account
+users.name = Username
+users.full_name = Full name
+users.activated = Activated
+users.admin = Admin
+users.restricted = Restricted
+users.reserved = Reserved
+users.bot = Bot
+users.remote = Remote
+users.2fa = 2FA
+users.repos = Repos
+users.created = Created
+users.last_login = Last sign-in
+users.never_login = Never signed in
+users.send_register_notify = Notify about registration via email
+users.new_success = The user account "%s" has been created.
+users.edit = Edit
+users.auth_source = Authentication source
+users.local = Local
+users.auth_login_name = Authentication sign-in name
+users.password_helper = Leave the password empty to keep it unchanged.
+users.update_profile_success = The user account has been updated.
+users.edit_account = Edit user account
+users.max_repo_creation = Maximum number of repositories
+users.max_repo_creation_desc = (Enter -1 to use the global default limit.)
+users.is_activated = Activated account
+users.activated.description = Completion of email verification. The owner of an unactivated account will not be able to log in until email verification is completed.
+users.prohibit_login = Suspended account
+users.block.description = Block this user from interacting with this service through their account and prohibit signing in.
+users.is_admin = Administrator account
+users.admin.description = Grant this user full access to all administrative features available through the web UI and the API.
+users.is_restricted = Restricted account
+users.restricted.description = Only allow interaction with the repositories and organizations where this user is added as a collaborator. This prevents access to public repositories on this instance.
+users.allow_git_hook = Can create Git hooks
+users.allow_git_hook_tooltip = Git hooks are executed as the OS user running Forgejo and will have the same level of host access. As a result, users with this special Git hook privilege can access and modify all Forgejo repositories as well as the database used by Forgejo. Consequently they are also able to gain Forgejo administrator privileges.
+users.allow_import_local = Can import local repositories
+users.local_import.description = Allow importing repositories from the server's local file system. This can be a security issue.
+users.allow_create_organization = Can create organizations
+users.organization_creation.description = Allow creation of new organizations.
+users.update_profile = Update user account
+users.delete_account = Delete user account
+users.cannot_delete_self = You cannot delete yourself
+users.still_own_repo = This user still owns one or more repositories. Delete or transfer these repositories first.
+users.still_has_org = This user is a member of an organization. Remove the user from any organizations first.
+users.purge = Purge user
+users.purge_help = Forcibly delete user and any repositories, organizations, and packages owned by the user. All comments and issues posted by this user will also be deleted.
+users.still_own_packages = This user still owns one or more packages, delete these packages first.
+users.deletion_success = The user account has been deleted.
+users.reset_2fa = Reset 2FA
+users.list_status_filter.menu_text = Filter
+users.list_status_filter.reset = Reset
+users.list_status_filter.is_active = Active
+users.list_status_filter.not_active = Inactive
+users.list_status_filter.is_admin = Admin
+users.list_status_filter.not_admin = Not admin
+users.list_status_filter.is_restricted = Restricted
+users.list_status_filter.not_restricted = Not restricted
+users.list_status_filter.is_prohibit_login = Prohibit login
+users.list_status_filter.not_prohibit_login = Allow login
+users.list_status_filter.is_2fa_enabled = 2FA enabled
+users.list_status_filter.not_2fa_enabled = 2FA disabled
+users.details = User details
+
+emails.email_manage_panel = Manage user emails
+emails.primary = Primary
+emails.activated = Activated
+emails.filter_sort.email = Email
+emails.filter_sort.email_reverse = Email (reverse)
+emails.filter_sort.name = Username
+emails.filter_sort.name_reverse = Username (reverse)
+emails.updated = Email updated
+emails.not_updated = Failed to update the requested email address: %v
+emails.duplicate_active = This email address is already active for a different user.
+emails.change_email_header = Update Email Properties
+emails.change_email_text = Are you sure you want to update this email address?
+emails.delete = Delete Email
+emails.delete_desc = Are you sure you want to delete this email address?
+emails.deletion_success = The email address has been deleted.
+emails.delete_primary_email_error = You can not delete the primary email.
+
+orgs.org_manage_panel = Manage organizations
+orgs.name = Name
+orgs.teams = Teams
+orgs.members = Members
+orgs.new_orga = New organization
+
+repos.repo_manage_panel = Manage repositories
+repos.unadopted = Unadopted repositories
+repos.unadopted.no_more = No unadopted repositories found.
+repos.owner = Owner
+repos.name = Name
+repos.private = Private
+repos.issues = Issues
+repos.size = Size
+repos.lfs_size = LFS size
+
+packages.package_manage_panel = Manage packages
+packages.total_size = Total size: %s
+packages.unreferenced_size = Unreferenced size: %s
+packages.cleanup = Clean up expired data
+packages.cleanup.success = Cleaned up expired data successfully
+packages.owner = Owner
+packages.creator = Creator
+packages.name = Name
+packages.version = Version
+packages.type = Type
+packages.repository = Repository
+packages.size = Size
+packages.published = Published
+
+defaulthooks = Default webhooks
+defaulthooks.desc = Webhooks automatically make HTTP POST requests to a server when certain Forgejo 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>.
+defaulthooks.add_webhook = Add Default Webhook
+defaulthooks.update_webhook = Update Default Webhook
+
+systemhooks = System webhooks
+systemhooks.desc = Webhooks automatically make HTTP POST requests to a server when certain Forgejo 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>.
+systemhooks.add_webhook = Add System Webhook
+systemhooks.update_webhook = Update System Webhook
+
+auths.auth_manage_panel = Manage authentication sources
+auths.new = Add authentication source
+auths.name = Name
+auths.type = Type
+auths.enabled = Enabled
+auths.syncenabled = Enable user synchronization
+auths.updated = Updated
+auths.auth_type = Authentication type
+auths.auth_name = Authentication name
+auths.security_protocol = Security protocol
+auths.domain = Domain
+auths.host = Host
+auths.port = Port
+auths.bind_dn = Bind DN
+auths.bind_password = Bind password
+auths.user_base = User search base
+auths.user_dn = User DN
+auths.attribute_username = Username attribute
+auths.attribute_username_placeholder = Leave empty to use the username entered in Forgejo.
+auths.attribute_name = First name attribute
+auths.attribute_surname = Surname attribute
+auths.attribute_mail = Email attribute
+auths.attribute_ssh_public_key = Public SSH key attribute
+auths.attribute_avatar = Avatar attribute
+auths.attributes_in_bind = Fetch attributes in bind DN context
+auths.default_domain_name = Default domain name used for the email address
+auths.allow_deactivate_all = Allow an empty search result to deactivate all users
+auths.use_paged_search = Use paged search
+auths.search_page_size = Page size
+auths.filter = User filter
+auths.admin_filter = Admin filter
+auths.restricted_filter = Restricted filter
+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.
+auths.verify_group_membership = Verify group membership in LDAP (leave the filter empty to skip)
+auths.group_search_base = Group search base DN
+auths.group_attribute_list_users = Group attribute containing list of users
+auths.user_attribute_in_group = User attribute listed in group
+auths.map_group_to_team = Map LDAP groups to Organization teams (leave the field empty to skip)
+auths.map_group_to_team_removal = Remove users from synchronized teams if user does not belong to corresponding LDAP group
+auths.enable_ldap_groups = Enable LDAP groups
+auths.ms_ad_sa = MS AD search attributes
+auths.smtp_auth = SMTP authentication type
+auths.smtphost = SMTP host
+auths.smtpport = SMTP port
+auths.allowed_domains = Allowed domains
+auths.allowed_domains_helper = Leave empty to allow all domains. Separate multiple domains with a comma (",").
+auths.skip_tls_verify = Skip TLS verification
+auths.force_smtps = Force SMTPS
+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.)
+auths.helo_hostname = HELO hostname
+auths.helo_hostname_helper = Hostname sent with HELO. Leave blank to send current hostname.
+auths.disable_helo = Disable HELO
+auths.pam_service_name = PAM service name
+auths.pam_email_domain = PAM email domain (optional)
+auths.oauth2_provider = OAuth2 provider
+auths.oauth2_icon_url = Icon URL
+auths.oauth2_clientID = Client ID (Key)
+auths.oauth2_clientSecret = Client Secret
+auths.openIdConnectAutoDiscoveryURL = OpenID Connect Auto Discovery URL
+auths.oauth2_use_custom_url = Use Custom URLs Instead of Default URLs
+auths.oauth2_tokenURL = Token URL
+auths.oauth2_authURL = Authorize URL
+auths.oauth2_profileURL = Profile URL
+auths.oauth2_emailURL = Email URL
+auths.skip_local_two_fa = Skip local 2FA
+auths.skip_local_two_fa_helper = Leaving unset means local users with 2FA set will still have to pass 2FA to log on
+auths.oauth2_tenant = Tenant
+auths.oauth2_scopes = Additional scopes
+auths.oauth2_required_claim_name = Required claim name
+auths.oauth2_required_claim_name_helper = Set this name to restrict login from this source to users with a claim with this name
+auths.oauth2_required_claim_value = Required claim value
+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
+auths.oauth2_group_claim_name = Claim name providing group names for this source. (Optional)
+auths.oauth2_admin_group = Group claim value for administrator users. (Optional - requires claim name above)
+auths.oauth2_restricted_group = Group claim value for restricted users. (Optional - requires claim name above)
+auths.oauth2_map_group_to_team = Map claimed groups to organization teams. (Optional - requires claim name above)
+auths.oauth2_map_group_to_team_removal = Remove users from synchronized teams if user does not belong to corresponding group.
+auths.sspi_auto_create_users = Automatically create users
+auths.sspi_auto_create_users_helper = Allow SSPI auth method to automatically create new accounts for users that login for the first time
+auths.sspi_auto_activate_users = Automatically activate users
+auths.sspi_auto_activate_users_helper = Allow SSPI auth method to automatically activate new users
+auths.sspi_strip_domain_names = Remove domain names from usernames
+auths.sspi_strip_domain_names_helper = If checked, domain names will be removed from logon names (eg. "DOMAIN\user" and "user@example.org" both will become just "user").
+auths.sspi_separator_replacement = Separator to use instead of \, / and @
+auths.sspi_separator_replacement_helper = The character to use to replace the separators of down-level logon names (eg. the \ in "DOMAIN\user") and user principal names (eg. the @ in "user@example.org").
+auths.sspi_default_language = Default user language
+auths.sspi_default_language_helper = Default language for users automatically created by SSPI auth method. Leave empty if you prefer language to be automatically detected.
+auths.tips = Tips
+auths.tips.gmail_settings = Gmail settings:
+auths.tips.oauth2.general = OAuth2 authentication
+auths.tips.oauth2.general.tip = When registering a new OAuth2 authentication, the callback/redirect URL should be:
+auths.tip.oauth2_provider = OAuth2 provider
+auths.tip.bitbucket = Register a new OAuth consumer on %s and add the permission "Account" - "Read"
+auths.tip.nextcloud = Register a new OAuth consumer on your instance using the following menu "Settings -> Security -> OAuth 2.0 client"
+auths.tip.dropbox = Create a new application at %s
+auths.tip.facebook = Register a new application at %s and add the product "Facebook Login"
+auths.tip.github = Register a new OAuth application on %s
+auths.tip.gitlab_new = Register a new application on %s
+auths.tip.google_plus = Obtain OAuth2 client credentials from the Google API console at %s
+auths.tip.openid_connect = Use the OpenID Connect Discovery URL (<server>/.well-known/openid-configuration) to specify the endpoints
+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
+auths.tip.discord = Register a new application on %s
+auths.tip.gitea = Register a new OAuth2 application. Guide can be found at %s
+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"
+auths.tip.mastodon = Input a custom instance URL for the mastodon instance you want to authenticate with (or use the default one)
+auths.edit = Edit authentication source
+auths.activated = This authentication source is activated
+auths.new_success = The authentication "%s" has been added.
+auths.update_success = The authentication source has been updated.
+auths.update = Update authentication source
+auths.delete = Delete authentication source
+auths.delete_auth_title = Delete authentication source
+auths.delete_auth_desc = Deleting an authentication source prevents users from using it to sign in. Continue?
+auths.still_in_used = The authentication source is still in use. Convert or delete any users using this authentication source first.
+auths.deletion_success = The authentication source has been deleted.
+auths.login_source_exist = The authentication source "%s" already exists.
+auths.login_source_of_type_exist = An authentication source of this type already exists.
+auths.unable_to_initialize_openid = Unable to initialize OpenID Connect Provider: %s
+auths.invalid_openIdConnectAutoDiscoveryURL = Invalid Auto Discovery URL (this must be a valid URL starting with http:// or https://)
+
+config.server_config = Server configuration
+config.app_name = Instance title
+config.app_slogan = Instance slogan
+config.app_ver = Forgejo version
+config.app_url = Base URL
+config.custom_conf = Configuration file path
+config.custom_file_root_path = Custom file root path
+config.domain = Server domain
+config.offline_mode = Local mode
+config.disable_router_log = Disable router log
+config.run_user = User to run as
+config.run_mode = Run mode
+config.git_version = Git version
+config.app_data_path = App data path
+config.repo_root_path = Repository root path
+config.lfs_root_path = LFS root path
+config.log_file_root_path = Log path
+config.script_type = Script type
+config.reverse_auth_user = Reverse proxy authentication user
+
+config.ssh_config = SSH configuration
+config.ssh_enabled = Enabled
+config.ssh_start_builtin_server = Use built-in server
+config.ssh_domain = SSH server domain
+config.ssh_port = Port
+config.ssh_listen_port = Listen port
+config.ssh_root_path = Root path
+config.ssh_key_test_path = Key test path
+config.ssh_keygen_path = Keygen ("ssh-keygen") path
+config.ssh_minimum_key_size_check = Minimum key size check
+config.ssh_minimum_key_sizes = Minimum key sizes
+
+config.lfs_config = LFS configuration
+config.lfs_enabled = Enabled
+config.lfs_content_path = LFS content path
+config.lfs_http_auth_expiry = LFS HTTP auth expiration time
+
+config.db_config = Database configuration
+config.db_type = Type
+config.db_host = Host
+config.db_name = Name
+config.db_user = Username
+config.db_schema = Schema
+config.db_ssl_mode = SSL
+config.db_path = Path
+
+config.service_config = Service configuration
+config.register_email_confirm = Require email confirmation to register
+config.disable_register = Disable self-registration
+config.allow_only_internal_registration = Allow registration only through Forgejo itself
+config.allow_only_external_registration = Allow registration only through external services
+config.enable_openid_signup = Enable OpenID self-registration
+config.enable_openid_signin = Enable OpenID sign-in
+config.show_registration_button = Show register button
+config.require_sign_in_view = Require to sign-in to view content
+config.mail_notify = Enable email notifications
+config.enable_captcha = Enable CAPTCHA
+config.active_code_lives = Activation code expiration time
+config.reset_password_code_lives = Recovery code expiration time
+config.default_keep_email_private = Hide email addresses by default
+config.default_allow_create_organization = Allow creation of organizations by default
+config.enable_timetracking = Enable time tracking
+config.default_enable_timetracking = Enable time tracking by default
+config.allow_dots_in_usernames = Allow users to use dots in their usernames. Doesn't affect existing accounts.
+config.default_allow_only_contributors_to_track_time = Let only contributors track time
+config.no_reply_address = Hidden email domain
+config.default_visibility_organization = Default visibility of new organizations
+config.default_enable_dependencies = Enable issue dependencies by default
+
+config.webhook_config = Webhook configuration
+config.queue_length = Queue length
+config.deliver_timeout = Deliver timeout
+config.skip_tls_verify = Skip TLS verification
+
+config.mailer_config = Mailer configuration
+config.mailer_enabled = Enabled
+config.mailer_enable_helo = Enable HELO
+config.mailer_name = Name
+config.mailer_protocol = Protocol
+config.mailer_smtp_addr = SMTP host
+config.mailer_smtp_port = SMTP port
+config.mailer_user = User
+config.mailer_use_sendmail = Use Sendmail
+config.mailer_sendmail_path = Sendmail path
+config.mailer_sendmail_args = Extra Arguments to Sendmail
+config.mailer_sendmail_timeout = Sendmail timeout
+config.mailer_use_dummy = Dummy
+config.test_email_placeholder = Email (e.g. test@example.com)
+config.send_test_mail = Send test email
+config.send_test_mail_submit = Send
+config.test_mail_failed = Failed to send a test email to "%s": %v
+config.test_mail_sent = A test email has been sent to "%s".
+
+config.oauth_config = OAuth configuration
+config.oauth_enabled = Enabled
+
+config.cache_config = Cache configuration
+config.cache_adapter = Cache adapter
+config.cache_interval = Cache interval
+config.cache_conn = Cache connection
+config.cache_item_ttl = Cache item TTL
+
+config.cache_test = Test Cache
+config.cache_test_failed = Failed to probe the cache: %v.
+config.cache_test_slow = Cache test successful, but response is slow: %s.
+config.cache_test_succeeded = Cache test successful, got a response in %s.
+
+config.session_config = Session configuration
+config.session_provider = Session provider
+config.provider_config = Provider config
+config.cookie_name = Cookie name
+config.gc_interval_time = GC interval time
+config.session_life_time = Session lifetime
+config.https_only = HTTPS only
+config.cookie_life_time = Cookie lifetime
+
+config.picture_config = Picture and avatar configuration
+config.picture_service = Picture service
+config.disable_gravatar = Disable Gravatar
+config.enable_federated_avatar = Enable federated avatars
+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.
+
+config.git_config = Git configuration
+config.git_disable_diff_highlight = Disable diff syntax highlighting
+config.git_max_diff_lines = Max diff lines per file
+config.git_max_diff_line_characters = Max diff characters per line
+config.git_max_diff_files = Max diff files shown
+config.git_gc_args = GC arguments
+config.git_migrate_timeout = Migration timeout
+config.git_mirror_timeout = Mirror Update timeout
+config.git_clone_timeout = Clone Operation timeout
+config.git_pull_timeout = Pull Operation timeout
+config.git_gc_timeout = GC Operation timeout
+
+config.log_config = Log configuration
+config.logger_name_fmt = Logger: %s
+config.disabled_logger = Disabled
+config.access_log_mode = Access log mode
+config.access_log_template = Access log template
+config.xorm_log_sql = Log SQL
+
+config.set_setting_failed = Set setting %s failed
+
+monitor.stats = Stats
+
+monitor.cron = Cron tasks
+monitor.name = Name
+monitor.schedule = Schedule
+monitor.next = Next Time
+monitor.previous = Previous Time
+monitor.execute_times = Executions
+monitor.process = Running Processes
+monitor.stacktrace = Stacktrace
+monitor.processes_count = %d Processes
+monitor.download_diagnosis_report = Download diagnosis report
+monitor.desc = Description
+monitor.start = Start Time
+monitor.execute_time = Execution Time
+monitor.last_execution_result = Result
+monitor.process.cancel = Cancel process
+monitor.process.cancel_desc = Canceling a process may cause data loss
+monitor.process.cancel_notices = Cancel: <strong>%s</strong>?
+monitor.process.children = Children
+
+monitor.queues = Queues
+monitor.queue = Queue: %s
+monitor.queue.name = Name
+monitor.queue.type = Type
+monitor.queue.exemplar = Exemplar Type
+monitor.queue.numberworkers = Number of workers
+monitor.queue.activeworkers = Active workers
+monitor.queue.maxnumberworkers = Max Number of workers
+monitor.queue.numberinqueue = Number in queue
+monitor.queue.review_add = Review / add workers
+monitor.queue.settings.title = Pool settings
+monitor.queue.settings.desc = Pools dynamically grow in response to their worker queue blocking.
+monitor.queue.settings.maxnumberworkers = Max Number of workers
+monitor.queue.settings.maxnumberworkers.placeholder = Currently %[1]d
+monitor.queue.settings.maxnumberworkers.error = Max number of workers must be a number
+monitor.queue.settings.submit = Update settings
+monitor.queue.settings.changed = Settings updated
+monitor.queue.settings.remove_all_items = Remove all
+monitor.queue.settings.remove_all_items_done = All items in the queue have been removed.
+
+notices.system_notice_list = System notices
+notices.view_detail_header = Notice details
+notices.operations = Operations
+notices.select_all = Select all
+notices.deselect_all = Deselect all
+notices.inverse_selection = Inverse selection
+notices.delete_selected = Delete selected
+notices.delete_all = Delete all notices
+notices.type = Type
+notices.type_1 = Repository
+notices.type_2 = Task
+notices.desc = Description
+notices.op = Op.
+notices.delete_success = The system notices have been deleted.
+
+self_check.no_problem_found = No problem found yet.
+self_check.database_collation_mismatch = Expect database to use collation: %s
+self_check.database_collation_case_insensitive = Database is using a collation %s, which is an insensitive collation. Although Forgejo could work with it, there might be some rare cases which don't work as expected.
+self_check.database_inconsistent_collation_columns = Database is using collation %s, but these columns are using mismatched collations. It might cause some unexpected problems.
+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 by "ALTER ... COLLATE ..." SQLs manually.
+
+[action]
+create_repo = created repository <a href="%s">%s</a>
+rename_repo = renamed repository from <code>%[1]s</code> to <a href="%[2]s">%[3]s</a>
+commit_repo = pushed to <a href="%[2]s">%[3]s</a> at <a href="%[1]s">%[4]s</a>
+create_issue = `opened issue <a href="%[1]s">%[3]s#%[2]s</a>`
+close_issue = `closed issue <a href="%[1]s">%[3]s#%[2]s</a>`
+reopen_issue = `reopened issue <a href="%[1]s">%[3]s#%[2]s</a>`
+create_pull_request = `created pull request <a href="%[1]s">%[3]s#%[2]s</a>`
+close_pull_request = `closed pull request <a href="%[1]s">%[3]s#%[2]s</a>`
+reopen_pull_request = `reopened pull request <a href="%[1]s">%[3]s#%[2]s</a>`
+comment_issue = `commented on issue <a href="%[1]s">%[3]s#%[2]s</a>`
+comment_pull = `commented on pull request <a href="%[1]s">%[3]s#%[2]s</a>`
+merge_pull_request = `merged pull request <a href="%[1]s">%[3]s#%[2]s</a>`
+auto_merge_pull_request = `automatically merged pull request <a href="%[1]s">%[3]s#%[2]s</a>`
+transfer_repo = transferred repository <code>%s</code> to <a href="%s">%s</a>
+push_tag = pushed tag <a href="%[2]s">%[3]s</a> to <a href="%[1]s">%[4]s</a>
+delete_tag = deleted tag %[2]s from <a href="%[1]s">%[3]s</a>
+delete_branch = deleted branch %[2]s from <a href="%[1]s">%[3]s</a>
+compare_branch = Compare
+compare_commits = Compare %d commits
+compare_commits_general = Compare commits
+mirror_sync_push = synced commits to <a href="%[2]s">%[3]s</a> at <a href="%[1]s">%[4]s</a> from mirror
+mirror_sync_create = synced new reference <a href="%[2]s">%[3]s</a> to <a href="%[1]s">%[4]s</a> from mirror
+mirror_sync_delete = synced and deleted reference <code>%[2]s</code> at <a href="%[1]s">%[3]s</a> from mirror
+approve_pull_request = `approved <a href="%[1]s">%[3]s#%[2]s</a>`
+reject_pull_request = `suggested changes for <a href="%[1]s">%[3]s#%[2]s</a>`
+publish_release = `released <a href="%[2]s">%[4]s</a> at <a href="%[1]s">%[3]s</a>`
+review_dismissed = `dismissed review from <b>%[4]s</b> for <a href="%[1]s">%[3]s#%[2]s</a>`
+review_dismissed_reason = Reason:
+create_branch = created branch <a href="%[2]s">%[3]s</a> in <a href="%[1]s">%[4]s</a>
+starred_repo = starred <a href="%[1]s">%[2]s</a>
+watched_repo = started watching <a href="%[1]s">%[2]s</a>
+
+[tool]
+now = now
+future = future
+1s = 1 second
+1m = 1 minute
+1h = 1 hour
+1d = 1 day
+1w = 1 week
+1mon = 1 month
+1y = 1 year
+seconds = %d seconds
+minutes = %d minutes
+hours = %d hours
+days = %d days
+weeks = %d weeks
+months = %d months
+years = %d years
+raw_seconds = seconds
+raw_minutes = minutes
+
+[munits.data]
+b = B
+kib = KiB
+mib = MiB
+gib = GiB
+tib = TiB
+pib = PiB
+eib = EiB
+
+[dropzone]
+default_message = Drop files or click here to upload.
+invalid_input_type = You cannot upload files of this type.
+file_too_big = File size ({{filesize}} MB) exceeds the maximum size of ({{maxFilesize}} MB).
+remove_file = Remove file
+
+[notification]
+notifications = Notifications
+unread = Unread
+read = Read
+no_unread = No unread notifications.
+no_read = No read notifications.
+pin = Pin notification
+mark_as_read = Mark as read
+mark_as_unread = Mark as unread
+mark_all_as_read = Mark all as read
+subscriptions = Subscriptions
+watching = Watching
+no_subscriptions = No subscriptions
+
+[gpg]
+default_key=Signed with default key
+error.extract_sign = Failed to extract signature
+error.generate_hash = Failed to generate hash of commit
+error.no_committer_account = No account linked to committer's email address
+error.no_gpg_keys_found = No known key found for this signature in database
+error.not_signed_commit = Not a signed commit
+error.failed_retrieval_gpg_keys = Failed to retrieve any key attached to the committer's account
+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.
+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
+error.no_unit_allowed_repo = You are not allowed to access any section of this repository.
+error.unit_not_allowed = You are not allowed to access this repository section.
+
+[packages]
+title = Packages
+desc = Manage repository packages.
+empty = There are no packages yet.
+empty.documentation = For more information on the package registry, see <a target="_blank" rel="noopener noreferrer" href="%s">the documentation</a>.
+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.
+registry.documentation = For more information on the %s registry, see <a target="_blank" rel="noopener noreferrer" href="%s">the documentation</a>.
+filter.type = Type
+filter.type.all = All
+filter.no_result = Your filter produced no results.
+filter.container.tagged = Tagged
+filter.container.untagged = Untagged
+published_by = Published %[1]s by <a href="%[2]s">%[3]s</a>
+published_by_in = Published %[1]s by <a href="%[2]s">%[3]s</a> in <a href="%[4]s"><strong>%[5]s</strong></a>
+installation = Installation
+about = About this package
+requirements = Requirements
+dependencies = Dependencies
+keywords = Keywords
+details = Details
+details.author = Author
+details.project_site = Project website
+details.repository_site = Repository website
+details.documentation_site = Documentation website
+details.license = License
+assets = Assets
+versions = Versions
+versions.view_all = View all
+dependency.id = ID
+dependency.version = Version
+alpine.registry = Setup this registry by adding the url in your <code>/etc/apk/repositories</code> file:
+alpine.registry.key = Download the registry public RSA key into the <code>/etc/apk/keys/</code> folder to verify the index signature:
+alpine.registry.info = Choose $branch and $repository from the list below.
+alpine.install = To install the package, run the following command:
+alpine.repository = Repository Info
+alpine.repository.branches = Branches
+alpine.repository.repositories = Repositories
+alpine.repository.architectures = Architectures
+arch.pacman.helper.gpg = Add trust certificate for pacman:
+arch.pacman.repo.multi = %s has the same version in different distributions.
+arch.pacman.repo.multi.item = Configuration for %s
+arch.pacman.conf = Add server with related distribution and architecture to <code>/etc/pacman.conf</code> :
+arch.pacman.sync = Sync package with pacman:
+arch.version.properties = Version Properties
+arch.version.description = Description
+arch.version.provides = Provides
+arch.version.groups = Group
+arch.version.depends = Depends
+arch.version.optdepends = Optional depends
+arch.version.makedepends = Make depends
+arch.version.checkdepends = Check depends
+arch.version.conflicts = Conflicts
+arch.version.replaces = Replaces
+arch.version.backup = Backup
+cargo.registry = Setup this registry in the Cargo configuration file (for example <code>~/.cargo/config.toml</code>):
+cargo.install = To install the package using Cargo, run the following command:
+chef.registry = Setup this registry in your <code>~/.chef/config.rb</code> file:
+chef.install = To install the package, run the following command:
+composer.registry = Setup this registry in your <code>~/.composer/config.json</code> file:
+composer.install = To install the package using Composer, run the following command:
+composer.dependencies = Dependencies
+composer.dependencies.development = Development Dependencies
+conan.details.repository = Repository
+conan.registry = Setup this registry from the command line:
+conan.install = To install the package using Conan, run the following command:
+conda.registry = Setup this registry as a Conda repository in your <code>.condarc</code> file:
+conda.install = To install the package using Conda, run the following command:
+container.details.type = Image Type
+container.details.platform = Platform
+container.pull = Pull the image from the command line:
+container.digest = Digest:
+container.multi_arch = OS / Arch
+container.layers = Image Layers
+container.labels = Labels
+container.labels.key = Key
+container.labels.value = Value
+cran.registry = Setup this registry in your <code>Rprofile.site</code> file:
+cran.install = To install the package, run the following command:
+debian.registry = Setup this registry from the command line:
+debian.registry.info = Choose $distribution and $component from the list below.
+debian.install = To install the package, run the following command:
+debian.repository = Repository Info
+debian.repository.distributions = Distributions
+debian.repository.components = Components
+debian.repository.architectures = Architectures
+generic.download = Download package from the command line:
+go.install = Install the package from the command line:
+helm.registry = Setup this registry from the command line:
+helm.install = To install the package, run the following command:
+maven.registry = Setup this registry in your project <code>pom.xml</code> file:
+maven.install = To use the package include the following in the <code>dependencies</code> block in the <code>pom.xml</code> file:
+maven.install2 = Run via command line:
+maven.download = To download the dependency, run via command line:
+nuget.registry = Setup this registry from the command line:
+nuget.install = To install the package using NuGet, run the following command:
+nuget.dependency.framework = Target Framework
+npm.registry = Setup this registry in your project <code>.npmrc</code> file:
+npm.install = To install the package using npm, run the following command:
+npm.install2 = or add it to the package.json file:
+npm.dependencies = Dependencies
+npm.dependencies.development = Development Dependencies
+npm.dependencies.bundle = Bundled Dependencies
+npm.dependencies.peer = Peer Dependencies
+npm.dependencies.optional = Optional Dependencies
+npm.details.tag = Tag
+pub.install = To install the package using Dart, run the following command:
+pypi.requires = Requires Python
+pypi.install = To install the package using pip, run the following command:
+rpm.registry = Setup this registry from the command line:
+rpm.distros.redhat = on RedHat based distributions
+rpm.distros.suse = on SUSE based distributions
+rpm.install = To install the package, run the following command:
+rpm.repository = Repository Info
+rpm.repository.architectures = Architectures
+rpm.repository.multiple_groups = This package is available in multiple groups.
+rubygems.install = To install the package using gem, run the following command:
+rubygems.install2 = or add it to the Gemfile:
+rubygems.dependencies.runtime = Runtime Dependencies
+rubygems.dependencies.development = Development Dependencies
+rubygems.required.ruby = Requires Ruby version
+rubygems.required.rubygems = Requires RubyGem version
+swift.registry = Setup this registry from the command line:
+swift.install = Add the package in your <code>Package.swift</code> file:
+swift.install2 = and run the following command:
+vagrant.install = To add a Vagrant box, run the following command:
+settings.link = Link this package to a repository
+settings.link.description = If you link a package with a repository, the package is listed in the repository's package list.
+settings.link.select = Select Repository
+settings.link.button = Update Repository Link
+settings.link.success = Repository link was successfully updated.
+settings.link.error = Failed to update repository link.
+settings.delete = Delete package
+settings.delete.description = Deleting a package is permanent and cannot be undone.
+settings.delete.notice = You are about to delete %s (%s). This operation is irreversible, are you sure?
+settings.delete.success = The package has been deleted.
+settings.delete.error = Failed to delete the package.
+owner.settings.cargo.title = Cargo registry index
+owner.settings.cargo.initialize = Initialize index
+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.
+owner.settings.cargo.initialize.error = Failed to initialize Cargo index: %v
+owner.settings.cargo.initialize.success = The Cargo index was successfully created.
+owner.settings.cargo.rebuild = Rebuild index
+owner.settings.cargo.rebuild.description = Rebuilding can be useful if the index is not synchronized with the stored Cargo packages.
+owner.settings.cargo.rebuild.error = Failed to rebuild Cargo index: %v
+owner.settings.cargo.rebuild.success = The Cargo index was successfully rebuild.
+owner.settings.cargo.rebuild.no_index = Cannot rebuild, no index is initialized.
+owner.settings.cleanuprules.title = Cleanup rules
+owner.settings.cleanuprules.add = Add cleanup rule
+owner.settings.cleanuprules.edit = Edit cleanup rule
+owner.settings.cleanuprules.none = There are no cleanup rules yet.
+owner.settings.cleanuprules.preview = Cleanup rule preview
+owner.settings.cleanuprules.preview.overview = %d packages are scheduled to be removed.
+owner.settings.cleanuprules.preview.none = Cleanup rule does not match any packages.
+owner.settings.cleanuprules.enabled = Enabled
+owner.settings.cleanuprules.pattern_full_match = Apply pattern to full package name
+owner.settings.cleanuprules.keep.title = Versions that match these rules are kept, even if they match a removal rule below.
+owner.settings.cleanuprules.keep.count = Keep the most recent
+owner.settings.cleanuprules.keep.count.1 = 1 version per package
+owner.settings.cleanuprules.keep.count.n = %d versions per package
+owner.settings.cleanuprules.keep.pattern = Keep versions matching
+owner.settings.cleanuprules.keep.pattern.container = The <code>latest</code> version is always kept for Container packages.
+owner.settings.cleanuprules.remove.title = Versions that match these rules are removed, unless a rule above says to keep them.
+owner.settings.cleanuprules.remove.days = Remove versions older than
+owner.settings.cleanuprules.remove.pattern = Remove versions matching
+owner.settings.cleanuprules.success.update = Cleanup rule has been updated.
+owner.settings.cleanuprules.success.delete = Cleanup rule has been deleted.
+owner.settings.chef.title = Chef registry
+owner.settings.chef.keypair = Generate key pair
+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
+description = Secrets will be passed to certain actions and cannot be read otherwise.
+none = There are no secrets yet.
+creation = Add Secret
+creation.name_placeholder = case-insensitive, alphanumeric characters or underscores only, cannot start with GITEA_ or GITHUB_
+creation.value_placeholder = Input any content. Whitespace at the start and end will be omitted.
+creation.success = The secret "%s" has been added.
+creation.failed = Failed to add secret.
+deletion = Remove secret
+deletion.description = Removing a secret is permanent and cannot be undone. Continue?
+deletion.success = The secret has been removed.
+deletion.failed = Failed to remove secret.
+management = Manage secrets
+
+[actions]
+actions = Actions
+unit.desc = Manage integrated CI/CD pipelines with Forgejo Actions.
+
+status.unknown = Unknown
+status.waiting = Waiting
+status.running = Running
+status.success = Success
+status.failure = Failure
+status.cancelled = Canceled
+status.skipped = Skipped
+status.blocked = Blocked
+
+runners = Runners
+runners.runner_manage_panel = Manage runners
+runners.new = Create new runner
+runners.new_notice = How to start a runner
+runners.status = Status
+runners.id = ID
+runners.name = Name
+runners.owner_type = Type
+runners.description = Description
+runners.labels = Labels
+runners.last_online = Last online time
+runners.runner_title = Runner
+runners.task_list = Recent tasks on this runner
+runners.task_list.no_tasks = There is no task yet.
+runners.task_list.run = Run
+runners.task_list.status = Status
+runners.task_list.repository = Repository
+runners.task_list.commit = Commit
+runners.task_list.done_at = Done At
+runners.edit_runner = Edit Runner
+runners.update_runner = Update changes
+runners.update_runner_success = Runner updated successfully
+runners.update_runner_failed = Failed to update runner
+runners.delete_runner = Delete this runner
+runners.delete_runner_success = Runner deleted successfully
+runners.delete_runner_failed = Failed to delete runner
+runners.delete_runner_header = Confirm to delete this runner
+runners.delete_runner_notice = If a task is running on this runner, it will be terminated and mark as failed. It may break building workflow.
+runners.none = No runners available
+runners.status.unspecified = Unknown
+runners.status.idle = Idle
+runners.status.active = Active
+runners.status.offline = Offline
+runners.version = Version
+runners.reset_registration_token = Reset registration token
+runners.reset_registration_token_success = Runner registration token reset successfully
+
+runs.all_workflows = All workflows
+runs.commit = Commit
+runs.scheduled = Scheduled
+runs.pushed_by = pushed by
+runs.workflow = Workflow
+runs.invalid_workflow_helper = Workflow config file is invalid. Please check your config file: %s
+runs.no_matching_online_runner_helper = No matching online runner with label: %s
+runs.no_job_without_needs = The workflow must contain at least one job without dependencies.
+runs.no_job = The workflow must contain at least one job
+runs.actor = Actor
+runs.status = Status
+runs.actors_no_select = All actors
+runs.status_no_select = All status
+runs.no_results = No results matched.
+runs.no_workflows = There are no workflows yet.
+runs.no_workflows.quick_start = Don't know how to start with Forgejo Actions? See <a target="_blank" rel="noopener noreferrer" href="%s">the quick start guide</a>.
+runs.no_workflows.documentation = For more information on Forgejo Actions, see <a target="_blank" rel="noopener noreferrer" href="%s">the documentation</a>.
+runs.no_runs = The workflow has no runs yet.
+runs.empty_commit_message = (empty commit message)
+runs.expire_log_message = Logs have been purged because they were too old.
+
+workflow.disable = Disable workflow
+workflow.disable_success = Workflow "%s" disabled successfully.
+workflow.enable = Enable workflow
+workflow.enable_success = Workflow "%s" enabled successfully.
+workflow.disabled = Workflow is disabled.
+workflow.dispatch.trigger_found = This workflow has a <c>workflow_dispatch</c> event trigger.
+workflow.dispatch.use_from = Use workflow from
+workflow.dispatch.run = Run workflow
+workflow.dispatch.success = Workflow run was successfully requested.
+workflow.dispatch.input_required = Require value for input "%s".
+workflow.dispatch.invalid_input_type = Invalid input type "%s".
+workflow.dispatch.warn_input_limit = Only displaying the first %d inputs.
+
+need_approval_desc = Need approval to run workflows for fork pull request.
+
+variables = Variables
+variables.management = Manage variables
+variables.creation = Add variable
+variables.none = There are no variables yet.
+variables.deletion = Remove variable
+variables.deletion.description = Removing a variable is permanent and cannot be undone. Continue?
+variables.description = Variables will be passed to certain actions and cannot be read otherwise.
+variables.id_not_exist = Variable with ID %d does not exist.
+variables.edit = Edit Variable
+variables.deletion.failed = Failed to remove variable.
+variables.deletion.success = The variable has been removed.
+variables.creation.failed = Failed to add variable.
+variables.creation.success = The variable "%s" has been added.
+variables.update.failed = Failed to edit variable.
+variables.update.success = The variable has been edited.
+
+[projects]
+deleted.display_name = Deleted Project
+type-1.display_name = Individual project
+type-2.display_name = Repository project
+type-3.display_name = Organization project
+
+[git.filemode]
+changed_filemode = %[1]s → %[2]s
+; Ordered by git filemode value, ascending. E.g. directory has "040000", normal file has "100644", …
+directory = Directory
+normal_file = Normal file
+executable_file = Executable file
+symbolic_link = Symbolic link
+submodule = Submodule
+
+[markup]
+filepreview.line = Line %[1]d in %[2]s
+filepreview.lines = Lines %[1]d to %[2]d in %[3]s
+filepreview.truncated = Preview has been truncated
+
+[translation_meta]
+test = This is a test string. It is not displayed in Forgejo UI but is used for testing purposes. Feel free to enter "ok" to save time (or a fun fact of your choice) to hit that sweet 100% completion mark :)