code.gitea.io/gitea@v1.22.3/options/locale/locale_en-US.ini (about)

     1  home = Home
     2  dashboard = Dashboard
     3  explore = Explore
     4  help = Help
     5  logo = Logo
     6  sign_in = Sign In
     7  sign_in_with_provider = Sign in with %s
     8  sign_in_or = or
     9  sign_out = Sign Out
    10  sign_up = Register
    11  link_account = Link Account
    12  register = Register
    13  version = Version
    14  powered_by = Powered by %s
    15  page = Page
    16  template = Template
    17  language = Language
    18  notifications = Notifications
    19  active_stopwatch = Active Time Tracker
    20  tracked_time_summary = Summary of tracked time based on filters of issue list
    21  create_new = Create…
    22  user_profile_and_more = Profile and Settings…
    23  signed_in_as = Signed in as
    24  enable_javascript = This website requires JavaScript.
    25  toc = Table of Contents
    26  licenses = Licenses
    27  return_to_gitea = Return to Gitea
    28  more_items = More items
    29  
    30  username = Username
    31  email = Email Address
    32  password = Password
    33  access_token = Access Token
    34  re_type = Confirm Password
    35  captcha = CAPTCHA
    36  twofa = Two-Factor Authentication
    37  twofa_scratch = Two-Factor Scratch Code
    38  passcode = Passcode
    39  
    40  webauthn_insert_key = Insert your security key
    41  webauthn_sign_in = Press the button on your security key. If your security key has no button, re-insert it.
    42  webauthn_press_button = Please press the button on your security key…
    43  webauthn_use_twofa = Use a two-factor code from your phone
    44  webauthn_error = Could not read your security key.
    45  webauthn_unsupported_browser = Your browser does not currently support WebAuthn.
    46  webauthn_error_unknown = An unknown error occurred. Please retry.
    47  webauthn_error_insecure = WebAuthn only supports secure connections. For testing over HTTP, you can use the origin "localhost" or "127.0.0.1"
    48  webauthn_error_unable_to_process = The server could not process your request.
    49  webauthn_error_duplicated = The security key is not permitted for this request. Please make sure that the key is not already registered.
    50  webauthn_error_empty = You must set a name for this key.
    51  webauthn_error_timeout = Timeout reached before your key could be read. Please reload this page and retry.
    52  webauthn_reload = Reload
    53  
    54  repository = Repository
    55  organization = Organization
    56  mirror = Mirror
    57  new_repo = New Repository
    58  new_migrate = New Migration
    59  new_mirror = New Mirror
    60  new_fork = New Repository Fork
    61  new_org = New Organization
    62  new_project = New Project
    63  new_project_column = New Column
    64  manage_org = Manage Organizations
    65  admin_panel = Site Administration
    66  account_settings = Account Settings
    67  settings = Settings
    68  your_profile = Profile
    69  your_starred = Starred
    70  your_settings = Settings
    71  
    72  all = All
    73  sources = Sources
    74  mirrors = Mirrors
    75  collaborative = Collaborative
    76  forks = Forks
    77  
    78  activities = Activities
    79  pull_requests = Pull Requests
    80  issues = Issues
    81  milestones = Milestones
    82  
    83  ok = OK
    84  cancel = Cancel
    85  retry = Retry
    86  rerun = Re-run
    87  rerun_all = Re-run all jobs
    88  save = Save
    89  add = Add
    90  add_all = Add All
    91  remove = Remove
    92  remove_all = Remove All
    93  remove_label_str = Remove item "%s"
    94  edit = Edit
    95  view = View
    96  
    97  enabled = Enabled
    98  disabled = Disabled
    99  locked = Locked
   100  
   101  copy = Copy
   102  copy_url = Copy URL
   103  copy_hash = Copy hash
   104  copy_content = Copy content
   105  copy_branch = Copy branch name
   106  copy_success = Copied!
   107  copy_error = Copy failed
   108  copy_type_unsupported = This file type cannot be copied
   109  
   110  write = Write
   111  preview = Preview
   112  loading = Loading…
   113  
   114  error = Error
   115  error404 = The page you are trying to reach either <strong>does not exist</strong> or <strong>you are not authorized</strong> to view it.
   116  go_back = Go Back
   117  invalid_data = Invalid data: %v
   118  
   119  never = Never
   120  unknown = Unknown
   121  
   122  rss_feed = RSS Feed
   123  
   124  pin = Pin
   125  unpin = Unpin
   126  
   127  artifacts = Artifacts
   128  confirm_delete_artifact = Are you sure you want to delete the artifact '%s' ?
   129  
   130  archived = Archived
   131  
   132  concept_system_global = Global
   133  concept_user_individual = Individual
   134  concept_code_repository = Repository
   135  concept_user_organization = Organization
   136  
   137  show_timestamps = Show timestamps
   138  show_log_seconds = Show seconds
   139  show_full_screen = Show full screen
   140  download_logs = Download logs
   141  
   142  confirm_delete_selected = Confirm to delete all selected items?
   143  
   144  name = Name
   145  value = Value
   146  
   147  filter = Filter
   148  filter.clear = Clear Filter
   149  filter.is_archived = Archived
   150  filter.not_archived = Not Archived
   151  filter.is_fork = Forked
   152  filter.not_fork = Not Forked
   153  filter.is_mirror = Mirrored
   154  filter.not_mirror = Not Mirrored
   155  filter.is_template = Template
   156  filter.not_template = Not Template
   157  filter.public = Public
   158  filter.private = Private
   159  
   160  no_results_found = No results found.
   161  
   162  [search]
   163  search = Search...
   164  type_tooltip = Search type
   165  fuzzy = Fuzzy
   166  fuzzy_tooltip = Include results that also match the search term closely
   167  exact = Exact
   168  exact_tooltip = Include only results that match the exact search term
   169  repo_kind = Search repos...
   170  user_kind = Search users...
   171  org_kind = Search orgs...
   172  team_kind = Search teams...
   173  code_kind = Search code...
   174  code_search_unavailable = Code search is currently not available. Please contact the site administrator.
   175  code_search_by_git_grep = Current code search results are provided by "git grep". There might be better results if site administrator enables Repository Indexer.
   176  package_kind = Search packages...
   177  project_kind = Search projects...
   178  branch_kind = Search branches...
   179  commit_kind = Search commits...
   180  runner_kind = Search runners...
   181  no_results = No matching results found.
   182  issue_kind = Search issues...
   183  pull_kind = Search pulls...
   184  keyword_search_unavailable = Searching by keyword is currently not available. Please contact the site administrator.
   185  
   186  [aria]
   187  navbar = Navigation Bar
   188  footer = Footer
   189  footer.software = About Software
   190  footer.links = Links
   191  
   192  [heatmap]
   193  number_of_contributions_in_the_last_12_months = %s contributions in the last 12 months
   194  no_contributions = No contributions
   195  less = Less
   196  more = More
   197  
   198  [editor]
   199  buttons.heading.tooltip = Add heading
   200  buttons.bold.tooltip = Add bold text
   201  buttons.italic.tooltip = Add italic text
   202  buttons.quote.tooltip = Quote text
   203  buttons.code.tooltip = Add code
   204  buttons.link.tooltip = Add a link
   205  buttons.list.unordered.tooltip = Add a bullet list
   206  buttons.list.ordered.tooltip = Add a numbered list
   207  buttons.list.task.tooltip = Add a list of tasks
   208  buttons.mention.tooltip = Mention a user or team
   209  buttons.ref.tooltip = Reference an issue or pull request
   210  buttons.switch_to_legacy.tooltip = Use the legacy editor instead
   211  buttons.enable_monospace_font = Enable monospace font
   212  buttons.disable_monospace_font = Disable monospace font
   213  
   214  [filter]
   215  string.asc = A - Z
   216  string.desc = Z - A
   217  
   218  [error]
   219  occurred = An error occurred
   220  report_message = If you believe that this is a Gitea bug, please search for issues on <a href="https://github.com/go-gitea/gitea/issues" target="_blank">GitHub</a> or open a new issue if necessary.
   221  not_found = The target couldn't be found.
   222  network_error = Network error
   223  
   224  [startpage]
   225  app_desc = A painless, self-hosted Git service
   226  install = Easy to install
   227  install_desc = Simply <a target="_blank" rel="noopener noreferrer" href="https://docs.gitea.com/installation/install-from-binary">run the binary</a> for your platform, ship it with <a target="_blank" rel="noopener noreferrer" href="https://github.com/go-gitea/gitea/tree/master/docker">Docker</a>, or get it <a target="_blank" rel="noopener noreferrer" href="https://docs.gitea.com/installation/install-from-package">packaged</a>.
   228  platform = Cross-platform
   229  platform_desc = Gitea runs anywhere <a target="_blank" rel="noopener noreferrer" href="https://go.dev/">Go</a> can compile for: Windows, macOS, Linux, ARM, etc. Choose the one you love!
   230  lightweight = Lightweight
   231  lightweight_desc = Gitea has low minimal requirements and can run on an inexpensive Raspberry Pi. Save your machine energy!
   232  license = Open Source
   233  license_desc = Go get <a target="_blank" rel="noopener noreferrer" href="https://code.gitea.io/gitea">code.gitea.io/gitea</a>! Join us by <a target="_blank" rel="noopener noreferrer" href="https://github.com/go-gitea/gitea">contributing</a> to make this project even better. Don't be shy to be a contributor!
   234  
   235  [install]
   236  install = Installation
   237  title = Initial Configuration
   238  docker_helper = If you run Gitea inside Docker, please read the <a target="_blank" rel="noopener noreferrer" href="%s">documentation</a> before changing any settings.
   239  require_db_desc = Gitea requires MySQL, PostgreSQL, MSSQL, SQLite3 or TiDB (MySQL protocol).
   240  db_title = Database Settings
   241  db_type = Database Type
   242  host = Host
   243  user = Username
   244  password = Password
   245  db_name = Database Name
   246  db_schema = Schema
   247  db_schema_helper = Leave blank for database default ("public").
   248  ssl_mode = SSL
   249  path = Path
   250  sqlite_helper = File path for the SQLite3 database.<br>Enter an absolute path if you run Gitea as a service.
   251  reinstall_error = You are trying to install into an existing Gitea database
   252  reinstall_confirm_message = Re-installing with an existing Gitea database can cause multiple problems. In most cases, you should use your existing "app.ini" to run Gitea. If you know what you are doing, confirm the following:
   253  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.
   254  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.
   255  reinstall_confirm_check_3 = You confirm that you are absolutely sure that this Gitea is running with the correct app.ini location and that you are sure that you have to re-install. You confirm that you acknowledge the above risks.
   256  err_empty_db_path = The SQLite3 database path cannot be empty.
   257  no_admin_and_disable_registration = You cannot disable user self-registration without creating an administrator account.
   258  err_empty_admin_password = The administrator password cannot be empty.
   259  err_empty_admin_email = The administrator email cannot be empty.
   260  err_admin_name_is_reserved = Administrator Username is invalid, username is reserved
   261  err_admin_name_pattern_not_allowed = Administrator username is invalid, the username matches a reserved pattern
   262  err_admin_name_is_invalid = Administrator Username is invalid
   263  
   264  general_title = General Settings
   265  app_name = Site Title
   266  app_name_helper = You can enter your company name here.
   267  repo_path = Repository Root Path
   268  repo_path_helper = Remote Git repositories will be saved to this directory.
   269  lfs_path = Git LFS Root Path
   270  lfs_path_helper = Files tracked by Git LFS will be stored in this directory. Leave empty to disable.
   271  run_user = Run As Username
   272  run_user_helper = The operating system username that Gitea runs as. Note that this user must have access to the repository root path.
   273  domain = Server Domain
   274  domain_helper = Domain or host address for the server.
   275  ssh_port = SSH Server Port
   276  ssh_port_helper = Port number your SSH server listens on. Leave empty to disable.
   277  http_port = Gitea HTTP Listen Port
   278  http_port_helper = Port number the Giteas web server will listen on.
   279  app_url = Gitea Base URL
   280  app_url_helper = Base address for HTTP(S) clone URLs and email notifications.
   281  log_root_path = Log Path
   282  log_root_path_helper = Log files will be written to this directory.
   283  
   284  optional_title = Optional Settings
   285  email_title = Email Settings
   286  smtp_addr = SMTP Host
   287  smtp_port = SMTP Port
   288  smtp_from = Send Email As
   289  smtp_from_invalid = The "Send Email As" address is invalid
   290  smtp_from_helper = Email address Gitea will use. Enter a plain email address or use the "Name" <email@example.com> format.
   291  mailer_user = SMTP Username
   292  mailer_password = SMTP Password
   293  register_confirm = Require Email Confirmation to Register
   294  mail_notify = Enable Email Notifications
   295  server_service_title = Server and Third-Party Service Settings
   296  offline_mode = Enable Local Mode
   297  offline_mode_popup = Disable third-party content delivery networks and serve all resources locally.
   298  disable_gravatar = Disable Gravatar
   299  disable_gravatar_popup = Disable Gravatar and third-party avatar sources. A default avatar will be used unless a user locally uploads an avatar.
   300  federated_avatar_lookup = Enable Federated Avatars
   301  federated_avatar_lookup_popup = Enable federated avatar lookup using Libravatar.
   302  disable_registration = Disable Self-Registration
   303  disable_registration_popup = Disable user self-registration. Only administrators will be able to create new user accounts.
   304  allow_only_external_registration_popup = Allow Registration Only Through External Services
   305  openid_signin = Enable OpenID Sign-In
   306  openid_signin_popup = Enable user sign-in via OpenID.
   307  openid_signup = Enable OpenID Self-Registration
   308  openid_signup_popup = Enable OpenID-based user self-registration.
   309  enable_captcha = Enable registration CAPTCHA
   310  enable_captcha_popup = Require a CAPTCHA for user self-registration.
   311  require_sign_in_view = Require Sign-In to View Pages
   312  require_sign_in_view_popup = Limit page access to signed-in users. Visitors will only see the sign-in and registration pages.
   313  admin_setting_desc = Creating an administrator account is optional. The first registered user will automatically become an administrator.
   314  admin_title = Administrator Account Settings
   315  admin_name = Administrator Username
   316  admin_password = Password
   317  confirm_password = Confirm Password
   318  admin_email = Email Address
   319  install_btn_confirm = Install Gitea
   320  test_git_failed = Could not test 'git' command: %v
   321  sqlite3_not_available = This Gitea version does not support SQLite3. Please download the official binary version from %s (not the 'gobuild' version).
   322  invalid_db_setting = The database settings are invalid: %v
   323  invalid_db_table = The database table "%s" is invalid: %v
   324  invalid_repo_path = The repository root path is invalid: %v
   325  invalid_app_data_path = The app data path is invalid: %v
   326  run_user_not_match = The 'run as' username is not the current username: %s -> %s
   327  internal_token_failed = Failed to generate internal token: %v
   328  secret_key_failed = Failed to generate secret key: %v
   329  save_config_failed = Failed to save configuration: %v
   330  invalid_admin_setting = Administrator account setting is invalid: %v
   331  invalid_log_root_path = The log path is invalid: %v
   332  default_keep_email_private = Hide Email Addresses by Default
   333  default_keep_email_private_popup = Hide email addresses of new user accounts by default.
   334  default_allow_create_organization = Allow Creation of Organizations by Default
   335  default_allow_create_organization_popup = Allow new user accounts to create organizations by default.
   336  default_enable_timetracking = Enable Time Tracking by Default
   337  default_enable_timetracking_popup = Enable time tracking for new repositories by default.
   338  no_reply_address = Hidden Email Domain
   339  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'.
   340  password_algorithm = Password Hash Algorithm
   341  invalid_password_algorithm = Invalid password hash algorithm
   342  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.
   343  enable_update_checker = Enable Update Checker
   344  enable_update_checker_helper = Checks for new version releases periodically by connecting to gitea.io.
   345  env_config_keys = Environment Configuration
   346  env_config_keys_prompt = The following environment variables will also be applied to your configuration file:
   347  
   348  [home]
   349  nav_menu = Navigation Menu
   350  uname_holder = Username or Email Address
   351  password_holder = Password
   352  switch_dashboard_context = Switch Dashboard Context
   353  my_repos = Repositories
   354  show_more_repos = Show more repositories…
   355  collaborative_repos = Collaborative Repositories
   356  my_orgs = My Organizations
   357  my_mirrors = My Mirrors
   358  view_home = View %s
   359  filter = Other Filters
   360  filter_by_team_repositories = Filter by team repositories
   361  feed_of = Feed of "%s"
   362  
   363  show_archived = Archived
   364  show_both_archived_unarchived = Showing both archived and unarchived
   365  show_only_archived = Showing only archived
   366  show_only_unarchived = Showing only unarchived
   367  
   368  show_private = Private
   369  show_both_private_public = Showing both public and private
   370  show_only_private = Showing only private
   371  show_only_public = Showing only public
   372  
   373  issues.in_your_repos = In your repositories
   374  
   375  [explore]
   376  repos = Repositories
   377  users = Users
   378  organizations = Organizations
   379  go_to = Go to
   380  code = Code
   381  code_last_indexed_at = Last indexed %s
   382  relevant_repositories_tooltip = Repositories that are forks or that have no topic, no icon, and no description are hidden.
   383  relevant_repositories = Only relevant repositories are being shown, <a href="%s">show unfiltered results</a>.
   384  
   385  [auth]
   386  create_new_account = Register Account
   387  register_helper_msg = Already have an account? Sign in now!
   388  social_register_helper_msg = Already have an account? Link it now!
   389  disable_register_prompt = Registration is disabled. Please contact your site administrator.
   390  disable_register_mail = Email confirmation for registration is disabled.
   391  manual_activation_only = Contact your site administrator to complete activation.
   392  remember_me = Remember This Device
   393  remember_me.compromised = The login token is not valid anymore which may indicate a compromised account. Please check your account for unusual activities.
   394  forgot_password_title= Forgot Password
   395  forgot_password = Forgot password?
   396  sign_up_now = Need an account? Register now.
   397  sign_up_successful = Account was successfully created. Welcome!
   398  confirmation_mail_sent_prompt_ex = A new confirmation email has been sent to <b>%s</b>. Please check your inbox within the next %s to complete the registration process. If your registration email address is incorrect, you can sign in again and change it.
   399  must_change_password = Update your password
   400  allow_password_change = Require user to change password (recommended)
   401  reset_password_mail_sent_prompt = A confirmation email has been sent to <b>%s</b>. Please check your inbox within the next %s to complete the account recovery process.
   402  active_your_account = Activate Your Account
   403  account_activated = Account has been activated
   404  prohibit_login = Sign In Prohibited
   405  prohibit_login_desc = Your account is prohibited from signing in, please contact your site administrator.
   406  resent_limit_prompt = You have already requested an activation email recently. Please wait 3 minutes and try again.
   407  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.
   408  change_unconfirmed_mail_address = If your registration email address is incorrect, you can change it here and resend a new confirmation email.
   409  resend_mail = Click here to resend your activation email
   410  email_not_associate = The email address is not associated with any account.
   411  send_reset_mail = Send Account Recovery Email
   412  reset_password = Account Recovery
   413  invalid_code = Your confirmation code is invalid or has expired.
   414  invalid_code_forgot_password = Your confirmation code is invalid or has expired. Click <a href="%s">here</a> to start a new session.
   415  invalid_password = Your password does not match the password that was used to create the account.
   416  reset_password_helper = Recover Account
   417  reset_password_wrong_user = You are signed in as %s, but the account recovery link is meant for %s
   418  password_too_short = Password length cannot be less than %d characters.
   419  non_local_account = Non-local users cannot update their password through the Gitea web interface.
   420  verify = Verify
   421  scratch_code = Scratch code
   422  use_scratch_code = Use a scratch code
   423  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.
   424  twofa_passcode_incorrect = Your passcode is incorrect. If you misplaced your device, use your scratch code to sign in.
   425  twofa_scratch_token_incorrect = Your scratch code is incorrect.
   426  login_userpass = Sign In
   427  login_openid = OpenID
   428  oauth_signup_tab = Register New Account
   429  oauth_signup_title = Complete New Account
   430  oauth_signup_submit = Complete Account
   431  oauth_signin_tab = Link to Existing Account
   432  oauth_signin_title = Sign In to Authorize Linked Account
   433  oauth_signin_submit = Link Account
   434  oauth.signin.error = There was an error processing the authorization request. If this error persists, please contact the site administrator.
   435  oauth.signin.error.access_denied = The authorization request was denied.
   436  oauth.signin.error.temporarily_unavailable = Authorization failed because the authentication server is temporarily unavailable. Please try again later.
   437  oauth_callback_unable_auto_reg = Auto Registration is enabled, but OAuth2 Provider %[1]s returned missing fields: %[2]s, unable to create an account automatically, please create or link to an account, or contact the site administrator.
   438  openid_connect_submit = Connect
   439  openid_connect_title = Connect to an existing account
   440  openid_connect_desc = The chosen OpenID URI is unknown. Associate it with a new account here.
   441  openid_register_title = Create new account
   442  openid_register_desc = The chosen OpenID URI is unknown. Associate it with a new account here.
   443  openid_signin_desc = Enter your OpenID URI. For example: alice.openid.example.org or https://openid.example.org/alice.
   444  disable_forgot_password_mail = Account recovery is disabled because no email is set up. Please contact your site administrator.
   445  disable_forgot_password_mail_admin = Account recovery is only available when email is set up. Please set up email to enable account recovery.
   446  email_domain_blacklisted = You cannot register with your email address.
   447  authorize_application = Authorize Application
   448  authorize_redirect_notice = You will be redirected to %s if you authorize this application.
   449  authorize_application_created_by = This application was created by %s.
   450  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 organisations.
   451  authorize_title = Authorize "%s" to access your account?
   452  authorization_failed = Authorization failed
   453  authorization_failed_desc = The authorization failed because we detected an invalid request. Please contact the maintainer of the app you have tried to authorize.
   454  sspi_auth_failed = SSPI authentication failed
   455  password_pwned = The password you chose is on a <a target="_blank" rel="noopener noreferrer" href="https://haveibeenpwned.com/Passwords">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.
   456  password_pwned_err = Could not complete request to HaveIBeenPwned
   457  last_admin = You cannot remove the last admin. There must be at least one admin.
   458  
   459  [mail]
   460  view_it_on = View it on %s
   461  reply = or reply to this email directly
   462  link_not_working_do_paste = Not working? Try copying and pasting it to your browser.
   463  hi_user_x = Hi <b>%s</b>,
   464  
   465  activate_account = Please activate your account
   466  activate_account.title = %s, please activate your account
   467  activate_account.text_1 = Hi <b>%[1]s</b>, thanks for registering at %[2]s!
   468  activate_account.text_2 = Please click the following link to activate your account within <b>%s</b>:
   469  
   470  activate_email = Verify your email address
   471  activate_email.title = %s, please verify your email address
   472  activate_email.text = Please click the following link to verify your email address within <b>%s</b>:
   473  
   474  register_notify = Welcome to Gitea
   475  register_notify.title = %[1]s, welcome to %[2]s
   476  register_notify.text_1 = this is your registration confirmation email for %s!
   477  register_notify.text_2 = You can now login via username: %s.
   478  register_notify.text_3 = If this account has been created for you, please <a href="%s">set your password</a> first.
   479  
   480  reset_password = Recover your account
   481  reset_password.title = %s, you have requested to recover your account
   482  reset_password.text = Please click the following link to recover your account within <b>%s</b>:
   483  
   484  register_success = Registration successful
   485  
   486  issue_assigned.pull = @%[1]s assigned you to pull request %[2]s in repository %[3]s.
   487  issue_assigned.issue = @%[1]s assigned you to issue %[2]s in repository %[3]s.
   488  
   489  issue.x_mentioned_you = <b>@%s</b> mentioned you:
   490  issue.action.force_push = <b>%[1]s</b> force-pushed the <b>%[2]s</b> from %[3]s to %[4]s.
   491  issue.action.push_1 = <b>@%[1]s</b> pushed %[3]d commit to %[2]s
   492  issue.action.push_n = <b>@%[1]s</b> pushed %[3]d commits to %[2]s
   493  issue.action.close = <b>@%[1]s</b> closed #%[2]d.
   494  issue.action.reopen = <b>@%[1]s</b> reopened #%[2]d.
   495  issue.action.merge = <b>@%[1]s</b> merged #%[2]d into %[3]s.
   496  issue.action.approve = <b>@%[1]s</b> approved this pull request.
   497  issue.action.reject = <b>@%[1]s</b> requested changes on this pull request.
   498  issue.action.review = <b>@%[1]s</b> commented on this pull request.
   499  issue.action.review_dismissed = <b>@%[1]s</b> dismissed last review from %[2]s for this pull request.
   500  issue.action.ready_for_review = <b>@%[1]s</b> marked this pull request ready for review.
   501  issue.action.new = <b>@%[1]s</b> created #%[2]d.
   502  issue.in_tree_path = In %s:
   503  
   504  release.new.subject = %s in %s released
   505  release.new.text = <b>@%[1]s</b> released %[2]s in %[3]s
   506  release.title = Title: %s
   507  release.note = Note:
   508  release.downloads = Downloads:
   509  release.download.zip = Source Code (ZIP)
   510  release.download.targz = Source Code (TAR.GZ)
   511  
   512  repo.transfer.subject_to = %s would like to transfer "%s" to %s
   513  repo.transfer.subject_to_you = %s would like to transfer "%s" to you
   514  repo.transfer.to_you = you
   515  repo.transfer.body = To accept or reject it visit %s or just ignore it.
   516  
   517  repo.collaborator.added.subject = %s added you to %s
   518  repo.collaborator.added.text = You have been added as a collaborator of repository:
   519  
   520  team_invite.subject = %[1]s has invited you to join the %[2]s organization
   521  team_invite.text_1 = %[1]s has invited you to join team %[2]s in organization %[3]s.
   522  team_invite.text_2 = Please click the following link to join the team:
   523  team_invite.text_3 = Note: This invitation was intended for %[1]s. If you were not expecting this invitation, you can ignore this email.
   524  
   525  [modal]
   526  yes = Yes
   527  no = No
   528  confirm = Confirm
   529  cancel = Cancel
   530  modify = Update
   531  
   532  [form]
   533  UserName = Username
   534  RepoName = Repository name
   535  Email = Email address
   536  Password = Password
   537  Retype = Confirm Password
   538  SSHTitle = SSH key name
   539  HttpsUrl = HTTPS URL
   540  PayloadUrl = Payload URL
   541  TeamName = Team name
   542  AuthName = Authorization name
   543  AdminEmail = Admin email
   544  
   545  NewBranchName = New branch name
   546  CommitSummary = Commit summary
   547  CommitMessage = Commit message
   548  CommitChoice = Commit choice
   549  TreeName = File path
   550  Content = Content
   551  
   552  SSPISeparatorReplacement = Separator
   553  SSPIDefaultLanguage = Default Language
   554  
   555  require_error = ` cannot be empty.`
   556  alpha_dash_error = ` should contain only alphanumeric, dash ('-') and underscore ('_') characters.`
   557  alpha_dash_dot_error = ` should contain only alphanumeric, dash ('-'), underscore ('_') and dot ('.') characters.`
   558  git_ref_name_error = ` must be a well-formed Git reference name.`
   559  size_error = ` must be size %s.`
   560  min_size_error = ` must contain at least %s characters.`
   561  max_size_error = ` must contain at most %s characters.`
   562  email_error = ` is not a valid email address.`
   563  url_error = `"%s" is not a valid URL.`
   564  include_error = ` must contain substring "%s".`
   565  glob_pattern_error = ` glob pattern is invalid: %s.`
   566  regex_pattern_error = ` regex pattern is invalid: %s.`
   567  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.`
   568  invalid_group_team_map_error = ` mapping is invalid: %s`
   569  unknown_error = Unknown error:
   570  captcha_incorrect = The CAPTCHA code is incorrect.
   571  password_not_match = The passwords do not match.
   572  lang_select_error = Select a language from the list.
   573  
   574  username_been_taken = The username is already taken.
   575  username_change_not_local_user = Non-local users are not allowed to change their username.
   576  username_has_not_been_changed = Username has not been changed
   577  repo_name_been_taken = The repository name is already used.
   578  repository_force_private = Force Private is enabled: private repositories cannot be made public.
   579  repository_files_already_exist = Files already exist for this repository. Contact the system administrator.
   580  repository_files_already_exist.adopt = Files already exist for this repository and can only be Adopted.
   581  repository_files_already_exist.delete = Files already exist for this repository. You must delete them.
   582  repository_files_already_exist.adopt_or_delete = Files already exist for this repository. Either adopt them or delete them.
   583  visit_rate_limit = Remote visit addressed rate limitation.
   584  2fa_auth_required = Remote visit required two factors authentication.
   585  org_name_been_taken = The organization name is already taken.
   586  team_name_been_taken = The team name is already taken.
   587  team_no_units_error = Allow access to at least one repository section.
   588  email_been_used = The email address is already used.
   589  email_invalid = The email address is invalid.
   590  email_domain_is_not_allowed = The domain of user email <b>%s</b> conflicts with EMAIL_DOMAIN_ALLOWLIST or EMAIL_DOMAIN_BLOCKLIST. Please ensure your operation is expected.
   591  openid_been_used = The OpenID address "%s" is already used.
   592  username_password_incorrect = Username or password is incorrect.
   593  password_complexity = Password does not pass complexity requirements:
   594  password_lowercase_one = At least one lowercase character
   595  password_uppercase_one = At least one uppercase character
   596  password_digit_one = At least one digit
   597  password_special_one = At least one special character (punctuation, brackets, quotes, etc.)
   598  enterred_invalid_repo_name = The repository name you entered is incorrect.
   599  enterred_invalid_org_name = The organization name you entered is incorrect.
   600  enterred_invalid_owner_name = The new owner name is not valid.
   601  enterred_invalid_password = The password you entered is incorrect.
   602  unset_password = The login user has not set the password.
   603  unsupported_login_type = The login type is not supported to delete account.
   604  user_not_exist = The user does not exist.
   605  team_not_exist = The team does not exist.
   606  last_org_owner = You cannot remove the last user from the 'owners' team. There must be at least one owner for an organization.
   607  cannot_add_org_to_team = An organization cannot be added as a team member.
   608  duplicate_invite_to_team = The user was already invited as a team member.
   609  organization_leave_success = You have successfully left the organization %s.
   610  
   611  invalid_ssh_key = Cannot verify your SSH key: %s
   612  invalid_gpg_key = Cannot verify your GPG key: %s
   613  invalid_ssh_principal = Invalid principal: %s
   614  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.
   615  unable_verify_ssh_key = "Cannot verify the SSH key, double-check it for mistakes."
   616  auth_failed = Authentication failed: %v
   617  
   618  still_own_repo = "Your account owns one or more repositories, delete or transfer them first."
   619  still_has_org = "Your account is a member of one or more organizations, leave them first."
   620  still_own_packages = "Your account owns one or more packages, delete them first."
   621  org_still_own_repo = "This organization still owns one or more repositories, delete or transfer them first."
   622  org_still_own_packages = "This organization still owns one or more packages, delete them first."
   623  
   624  target_branch_not_exist = Target branch does not exist.
   625  
   626  admin_cannot_delete_self = You cannot delete yourself when you are an admin. Please remove your admin privileges first.
   627  
   628  [user]
   629  change_avatar = Change your avatar…
   630  joined_on = Joined on %s
   631  repositories = Repositories
   632  activity = Public Activity
   633  followers = Followers
   634  starred = Starred Repositories
   635  watched = Watched Repositories
   636  code = Code
   637  projects = Projects
   638  overview = Overview
   639  following = Following
   640  follow = Follow
   641  unfollow = Unfollow
   642  user_bio = Biography
   643  disabled_public_activity = This user has disabled the public visibility of the activity.
   644  email_visibility.limited = Your email address is visible to all authenticated users
   645  email_visibility.private = Your email address is only visible to you and administrators
   646  show_on_map = Show this place on a map
   647  settings = User Settings
   648  
   649  form.name_reserved = The username "%s" is reserved.
   650  form.name_pattern_not_allowed = The pattern "%s" is not allowed in a username.
   651  form.name_chars_not_allowed = User name "%s" contains invalid characters.
   652  
   653  block.block = Block
   654  block.block.user = Block user
   655  block.block.org = Block user for organization
   656  block.block.failure = Failed to block user: %s
   657  block.unblock = Unblock
   658  block.unblock.failure = Failed to unblock user: %s
   659  block.blocked = You have blocked this user.
   660  block.title = Block a user
   661  block.info = Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
   662  block.info_1 = Blocking a user prevents the following actions on your account and your repositories:
   663  block.info_2 = following your account
   664  block.info_3 = send you notifications by @mentioning your username
   665  block.info_4 = inviting you as a collaborator to their repositories
   666  block.info_5 = starring, forking or watching on repositories
   667  block.info_6 = opening and commenting on issues or pull requests
   668  block.info_7 = reacting on your comments in issues or pull requests
   669  block.user_to_block = User to block
   670  block.note = Note
   671  block.note.title = Optional note:
   672  block.note.info = The note is not visible to the blocked user.
   673  block.note.edit = Edit note
   674  block.list = Blocked users
   675  block.list.none = You have not blocked any users.
   676  
   677  [settings]
   678  profile = Profile
   679  account = Account
   680  appearance = Appearance
   681  password = Password
   682  security = Security
   683  avatar = Avatar
   684  ssh_gpg_keys = SSH / GPG Keys
   685  social = Social Accounts
   686  applications = Applications
   687  orgs = Manage Organizations
   688  repos = Repositories
   689  delete = Delete Account
   690  twofa = Two-Factor Authentication (TOTP)
   691  account_link = Linked Accounts
   692  organization = Organizations
   693  uid = UID
   694  webauthn = Two-Factor Authentication (Security Keys)
   695  
   696  public_profile = Public Profile
   697  biography_placeholder = Tell us a little bit about yourself! (You can use Markdown)
   698  location_placeholder = Share your approximate location with others
   699  profile_desc = Control how your profile is show to other users. Your primary email address will be used for notifications, password recovery and web-based Git operations.
   700  password_username_disabled = Non-local users are not allowed to change their username. Please contact your site administrator for more details.
   701  full_name = Full Name
   702  website = Website
   703  location = Location
   704  update_theme = Update Theme
   705  update_profile = Update Profile
   706  update_language = Update Language
   707  update_language_not_found = Language "%s" is not available.
   708  update_language_success = Language has been updated.
   709  update_profile_success = Your profile has been updated.
   710  change_username = Your username has been changed.
   711  change_username_prompt = Note: Changing your username also changes your account URL.
   712  change_username_redirect_prompt = The old username will redirect until someone claims it.
   713  continue = Continue
   714  cancel = Cancel
   715  language = Language
   716  ui = Theme
   717  hidden_comment_types = Hidden comment types
   718  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.
   719  hidden_comment_types.ref_tooltip = Comments where this issue was referenced from another issue/commit/…
   720  hidden_comment_types.issue_ref_tooltip = Comments where the user changes the branch/tag associated with the issue
   721  comment_type_group_reference = Reference
   722  comment_type_group_label = Label
   723  comment_type_group_milestone = Milestone
   724  comment_type_group_assignee = Assignee
   725  comment_type_group_title = Title
   726  comment_type_group_branch = Branch
   727  comment_type_group_time_tracking = Time Tracking
   728  comment_type_group_deadline = Deadline
   729  comment_type_group_dependency = Dependency
   730  comment_type_group_lock = Lock Status
   731  comment_type_group_review_request = Review request
   732  comment_type_group_pull_request_push = Added commits
   733  comment_type_group_project = Project
   734  comment_type_group_issue_ref = Issue reference
   735  saved_successfully = Your settings were saved successfully.
   736  privacy = Privacy
   737  keep_activity_private = Hide Activity from profile page
   738  keep_activity_private_popup = Makes the activity visible only for you and the admins
   739  
   740  lookup_avatar_by_mail = Look Up Avatar by Email Address
   741  federated_avatar_lookup = Federated Avatar Lookup
   742  enable_custom_avatar = Use Custom Avatar
   743  choose_new_avatar = Choose new avatar
   744  update_avatar = Update Avatar
   745  delete_current_avatar = Delete Current Avatar
   746  uploaded_avatar_not_a_image = The uploaded file is not an image.
   747  uploaded_avatar_is_too_big = The uploaded file size (%d KiB) exceeds the maximum size (%d KiB).
   748  update_avatar_success = Your avatar has been updated.
   749  update_user_avatar_success = The user's avatar has been updated.
   750  
   751  change_password = Update Password
   752  old_password = Current Password
   753  new_password = New Password
   754  retype_new_password = Confirm New Password
   755  password_incorrect = The current password is incorrect.
   756  change_password_success = Your password has been updated. Sign in using your new password from now on.
   757  password_change_disabled = Non-local users cannot update their password through the Gitea web interface.
   758  
   759  emails = Email Addresses
   760  manage_emails = Manage Email Addresses
   761  manage_themes = Select default theme
   762  manage_openid = Manage OpenID Addresses
   763  email_desc = Your primary email address will be used for notifications, password recovery and, provided that it is not hidden, web-based Git operations.
   764  theme_desc = This will be your default theme across the site.
   765  theme_colorblindness_help = Colorblindness Theme Support
   766  theme_colorblindness_prompt = Gitea just gets some themes with basic colorblindness support, which only have a few colors defined. The work is still in progress. More improvements could be done by defining more colors in the theme CSS files.
   767  primary = Primary
   768  activated = Activated
   769  requires_activation = Requires activation
   770  primary_email = Make Primary
   771  activate_email = Send Activation
   772  activations_pending = Activations Pending
   773  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.
   774  delete_email = Remove
   775  email_deletion = Remove Email Address
   776  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?
   777  email_deletion_success = The email address has been removed.
   778  theme_update_success = Your theme was updated.
   779  theme_update_error = The selected theme does not exist.
   780  openid_deletion = Remove OpenID Address
   781  openid_deletion_desc = Removing this OpenID address from your account will prevent you from signing in with it. Continue?
   782  openid_deletion_success = The OpenID address has been removed.
   783  add_new_email = Add New Email Address
   784  add_new_openid = Add New OpenID URI
   785  add_email = Add Email Address
   786  add_openid = Add OpenID URI
   787  add_email_confirmation_sent = A confirmation email has been sent to "%s". Please check your inbox within the next %s to confirm your email address.
   788  add_email_success = The new email address has been added.
   789  email_preference_set_success = Email preference has been set successfully.
   790  add_openid_success = The new OpenID address has been added.
   791  keep_email_private = Hide Email Address
   792  keep_email_private_popup = This will hide your email address from your profile, as well as when you make a pull request or edit a file using the web interface. Pushed commits will not be modified. Use %s in commits to associate them with your account.
   793  openid_desc = OpenID lets you delegate authentication to an external provider.
   794  
   795  manage_ssh_keys = Manage SSH Keys
   796  manage_ssh_principals = Manage SSH Certificate Principals
   797  manage_gpg_keys = Manage GPG Keys
   798  add_key = Add Key
   799  ssh_desc = These public SSH keys are associated with your account. The corresponding private keys allow full access to your repositories.
   800  principal_desc = These SSH certificate principals are associated with your account and allow full access to your repositories.
   801  gpg_desc = These public GPG keys are associated with your account. Keep your private keys safe as they allow commits to be verified.
   802  ssh_helper = <strong>Need help?</strong> Have a look at GitHub's guide to <a href="%s">create your own SSH keys</a> or solve <a href="%s">common problems</a> you may encounter using SSH.
   803  gpg_helper = <strong>Need help?</strong> Have a look at GitHub's guide <a href="%s">about GPG</a>.
   804  add_new_key = Add SSH Key
   805  add_new_gpg_key = Add GPG Key
   806  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'
   807  key_content_gpg_placeholder = Begins with '-----BEGIN PGP PUBLIC KEY BLOCK-----'
   808  add_new_principal = Add Principal
   809  ssh_key_been_used = This SSH key has already been added to the server.
   810  ssh_key_name_used = An SSH key with same name already exists on your account.
   811  ssh_principal_been_used = This principal has already been added to the server.
   812  gpg_key_id_used = A public GPG key with same ID already exists.
   813  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.
   814  gpg_key_matched_identities = Matched Identities:
   815  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.
   816  gpg_key_verified=Verified Key
   817  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.
   818  gpg_key_verify=Verify
   819  gpg_invalid_token_signature = The provided GPG key, signature and token do not match or token is out-of-date.
   820  gpg_token_required = You must provide a signature for the below token
   821  gpg_token = Token
   822  gpg_token_help = You can generate a signature using:
   823  gpg_token_signature = Armored GPG signature
   824  key_signature_gpg_placeholder = Begins with '-----BEGIN PGP SIGNATURE-----'
   825  verify_gpg_key_success = GPG key "%s" has been verified.
   826  ssh_key_verified=Verified Key
   827  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.
   828  ssh_key_verify=Verify
   829  ssh_invalid_token_signature = The provided SSH key, signature or token do not match or token is out-of-date.
   830  ssh_token_required = You must provide a signature for the below token
   831  ssh_token = Token
   832  ssh_token_help = You can generate a signature using:
   833  ssh_token_signature = Armored SSH signature
   834  key_signature_ssh_placeholder = Begins with '-----BEGIN SSH SIGNATURE-----'
   835  verify_ssh_key_success = SSH key "%s" has been verified.
   836  subkeys = Subkeys
   837  key_id = Key ID
   838  key_name = Key Name
   839  key_content = Content
   840  principal_content = Content
   841  add_key_success = The SSH key "%s" has been added.
   842  add_gpg_key_success = The GPG key "%s" has been added.
   843  add_principal_success = The SSH certificate principal "%s" has been added.
   844  delete_key = Remove
   845  ssh_key_deletion = Remove SSH Key
   846  gpg_key_deletion = Remove GPG Key
   847  ssh_principal_deletion = Remove SSH Certificate Principal
   848  ssh_key_deletion_desc = Removing an SSH key revokes its access to your account. Continue?
   849  gpg_key_deletion_desc = Removing a GPG key un-verifies commits signed by it. Continue?
   850  ssh_principal_deletion_desc = Removing a SSH Certificate Principal revokes its access to your account. Continue?
   851  ssh_key_deletion_success = The SSH key has been removed.
   852  gpg_key_deletion_success = The GPG key has been removed.
   853  ssh_principal_deletion_success = The principal has been removed.
   854  added_on = Added on %s
   855  valid_until_date = Valid until %s
   856  valid_forever = Valid forever
   857  last_used = Last used on
   858  no_activity = No recent activity
   859  can_read_info = Read
   860  can_write_info = Write
   861  key_state_desc = This key has been used in the last 7 days
   862  token_state_desc = This token has been used in the last 7 days
   863  principal_state_desc = This principal has been used in the last 7 days
   864  show_openid = Show on profile
   865  hide_openid = Hide from profile
   866  ssh_disabled = SSH Disabled
   867  ssh_signonly = SSH is currently disabled so these keys are only used for commit signature verification.
   868  ssh_externally_managed = This SSH key is externally managed for this user
   869  manage_social = Manage Associated Social Accounts
   870  social_desc = These social accounts can be used to sign in to your account. Make sure you recognize all of them.
   871  unbind = Unlink
   872  unbind_success = The social account has been removed successfully.
   873  
   874  manage_access_token = Manage Access Tokens
   875  generate_new_token = Generate New Token
   876  tokens_desc = These tokens grant access to your account using the Gitea API.
   877  token_name = Token Name
   878  generate_token = Generate Token
   879  generate_token_success = Your new token has been generated. Copy it now as it will not be shown again.
   880  generate_token_name_duplicate = <strong>%s</strong> has been used as an application name already. Please use a new one.
   881  delete_token = Delete
   882  access_token_deletion = Delete Access Token
   883  access_token_deletion_cancel_action = Cancel
   884  access_token_deletion_confirm_action = Delete
   885  access_token_deletion_desc = Deleting a token will revoke access to your account for applications using it. This cannot be undone. Continue?
   886  delete_token_success = The token has been deleted. Applications using it no longer have access to your account.
   887  repo_and_org_access = Repository and Organization Access
   888  permissions_public_only = Public only
   889  permissions_access_all = All (public, private, and limited)
   890  select_permissions = Select permissions
   891  permission_not_set = Not set
   892  permission_no_access = No Access
   893  permission_read = Read
   894  permission_write = Read and Write
   895  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.
   896  at_least_one_permission = You must select at least one permission to create a token
   897  permissions_list = Permissions:
   898  
   899  manage_oauth2_applications = Manage OAuth2 Applications
   900  edit_oauth2_application = Edit OAuth2 Application
   901  oauth2_applications_desc = OAuth2 applications enables your third-party application to securely authenticate users at this Gitea instance.
   902  remove_oauth2_application = Remove OAuth2 Application
   903  remove_oauth2_application_desc = Removing an OAuth2 application will revoke access to all signed access tokens. Continue?
   904  remove_oauth2_application_success = The application has been deleted.
   905  create_oauth2_application = Create a new OAuth2 Application
   906  create_oauth2_application_button = Create Application
   907  create_oauth2_application_success = You have successfully created a new OAuth2 application.
   908  update_oauth2_application_success = You have successfully updated the OAuth2 application.
   909  oauth2_application_name = Application Name
   910  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.
   911  oauth2_redirect_uris = Redirect URIs. Please use a new line for every URI.
   912  save_application = Save
   913  oauth2_client_id = Client ID
   914  oauth2_client_secret = Client Secret
   915  oauth2_regenerate_secret = Regenerate Secret
   916  oauth2_regenerate_secret_hint = Lost your secret?
   917  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.
   918  oauth2_application_edit = Edit
   919  oauth2_application_create_description = OAuth2 applications gives your third-party application access to user accounts on this instance.
   920  oauth2_application_remove_description = Removing an OAuth2 application will prevent it from accessing authorized user accounts on this instance. Continue?
   921  oauth2_application_locked = Gitea pre-registers some OAuth2 applications on startup if enabled in config. To prevent unexpected behavior, these can neither be edited nor removed. Please refer to the OAuth2 documentation for more information.
   922  
   923  authorized_oauth2_applications = Authorized OAuth2 Applications
   924  authorized_oauth2_applications_description = You have granted access to your personal Gitea account to these third party applications. Please revoke access for applications you no longer need.
   925  revoke_key = Revoke
   926  revoke_oauth2_grant = Revoke Access
   927  revoke_oauth2_grant_description = Revoking access for this third party application will prevent this application from accessing your data. Are you sure?
   928  revoke_oauth2_grant_success = Access revoked successfully.
   929  
   930  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").
   931  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.
   932  twofa_is_enrolled = Your account is currently <strong>enrolled</strong> in two-factor authentication.
   933  twofa_not_enrolled = Your account is not currently enrolled in two-factor authentication.
   934  twofa_disable = Disable Two-Factor Authentication
   935  twofa_scratch_token_regenerate = Regenerate Single-Use Recovery Key
   936  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.
   937  twofa_enroll = Enroll into Two-Factor Authentication
   938  twofa_disable_note = You can disable two-factor authentication if needed.
   939  twofa_disable_desc = Disabling two-factor authentication will make your account less secure. Continue?
   940  regenerate_scratch_token_desc = If you misplaced your recovery key or have already used it to sign in, you can reset it here.
   941  twofa_disabled = Two-factor authentication has been disabled.
   942  scan_this_image = Scan this image with your authentication application:
   943  or_enter_secret = Or enter the secret: %s
   944  then_enter_passcode = And enter the passcode shown in the application:
   945  passcode_invalid = The passcode is incorrect. Try again.
   946  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.
   947  twofa_failed_get_secret = Failed to get secret.
   948  
   949  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="https://w3c.github.io/webauthn/#webauthn-authenticator">WebAuthn Authenticator</a> standard.
   950  webauthn_register_key = Add Security Key
   951  webauthn_nickname = Nickname
   952  webauthn_delete_key = Remove Security Key
   953  webauthn_delete_key_desc = If you remove a security key you can no longer sign in with it. Continue?
   954  webauthn_key_loss_warning = If you lose your security keys, you will lose access to your account.
   955  webauthn_alternative_tip = You may want to configure an additional authentication method.
   956  
   957  manage_account_links = Manage Linked Accounts
   958  manage_account_links_desc = These external accounts are linked to your Gitea account.
   959  account_links_not_available = There are currently no external accounts linked to your Gitea account.
   960  link_account = Link Account
   961  remove_account_link = Remove Linked Account
   962  remove_account_link_desc = Removing a linked account will revoke its access to your Gitea account. Continue?
   963  remove_account_link_success = The linked account has been removed.
   964  
   965  hooks.desc = Add webhooks which will be triggered for <strong>all repositories</strong> that you own.
   966  
   967  orgs_none = You are not a member of any organizations.
   968  repos_none = You do not own any repositories.
   969  
   970  delete_account = Delete Your Account
   971  delete_prompt = This operation will permanently delete your user account. It <strong>CANNOT</strong> be undone.
   972  delete_with_all_comments = Your account is younger than %s. To avoid ghost comments, all issue/PR comments will be deleted with it.
   973  confirm_delete_account = Confirm Deletion
   974  delete_account_title = Delete User Account
   975  delete_account_desc = Are you sure you want to permanently delete this user account?
   976  
   977  email_notifications.enable = Enable Email Notifications
   978  email_notifications.onmention = Only Email on Mention
   979  email_notifications.disable = Disable Email Notifications
   980  email_notifications.submit = Set Email Preference
   981  email_notifications.andyourown = And Your Own Notifications
   982  
   983  visibility = User visibility
   984  visibility.public = Public
   985  visibility.public_tooltip = Visible to everyone
   986  visibility.limited = Limited
   987  visibility.limited_tooltip = Visible only to authenticated users
   988  visibility.private = Private
   989  visibility.private_tooltip = Visible only to members of organizations you have joined
   990  
   991  [repo]
   992  new_repo_helper = A repository contains all project files, including revision history. Already hosting one elsewhere? <a href="%s">Migrate repository.</a>
   993  owner = Owner
   994  owner_helper = Some organizations may not show up in the dropdown due to a maximum repository count limit.
   995  repo_name = Repository Name
   996  repo_name_helper = Good repository names use short, memorable and unique keywords.
   997  repo_size = Repository Size
   998  template = Template
   999  template_select = Select a template.
  1000  template_helper = Make repository a template
  1001  template_description = Template repositories let users generate new repositories with the same directory structure, files, and optional settings.
  1002  visibility = Visibility
  1003  visibility_description = Only the owner or the organization members if they have rights, will be able to see it.
  1004  visibility_helper = Make repository private
  1005  visibility_helper_forced = Your site administrator forces new repositories to be private.
  1006  visibility_fork_helper = (Changing this will affect all forks.)
  1007  clone_helper = Need help cloning? Visit <a target="_blank" rel="noopener noreferrer" href="%s">Help</a>.
  1008  fork_repo = Fork Repository
  1009  fork_from = Fork From
  1010  already_forked = You've already forked %s
  1011  fork_to_different_account = Fork to a different account
  1012  fork_visibility_helper = The visibility of a forked repository cannot be changed.
  1013  fork_branch = Branch to be cloned to the fork
  1014  all_branches = All branches
  1015  fork_no_valid_owners = This repository can not be forked because there are no valid owners.
  1016  fork.blocked_user = Cannot fork the repository because you are blocked by the repository owner.
  1017  use_template = Use this template
  1018  open_with_editor = Open with %s
  1019  download_zip = Download ZIP
  1020  download_tar = Download TAR.GZ
  1021  download_bundle = Download BUNDLE
  1022  generate_repo = Generate Repository
  1023  generate_from = Generate From
  1024  repo_desc = Description
  1025  repo_desc_helper = Enter short description (optional)
  1026  repo_lang = Language
  1027  repo_gitignore_helper = Select .gitignore templates.
  1028  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.
  1029  issue_labels = Issue Labels
  1030  issue_labels_helper = Select an issue label set.
  1031  license = License
  1032  license_helper = Select a license file.
  1033  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>
  1034  object_format = Object Format
  1035  object_format_helper = Object format of the repository. Cannot be changed later. SHA1 is most compatible.
  1036  readme = README
  1037  readme_helper = Select a README file template.
  1038  readme_helper_desc = This is the place where you can write a complete description for your project.
  1039  auto_init = Initialize Repository (Adds .gitignore, License and README)
  1040  trust_model_helper = Select trust model for signature verification. Possible options are:
  1041  trust_model_helper_collaborator = Collaborator: Trust signatures by collaborators
  1042  trust_model_helper_committer = Committer: Trust signatures that match committers
  1043  trust_model_helper_collaborator_committer = Collaborator+Committer: Trust signatures by collaborators which match the committer
  1044  trust_model_helper_default = Default: Use the default trust model for this installation
  1045  create_repo = Create Repository
  1046  default_branch = Default Branch
  1047  default_branch_label = default
  1048  default_branch_helper = The default branch is the base branch for pull requests and code commits.
  1049  mirror_prune = Prune
  1050  mirror_prune_desc = Remove obsolete remote-tracking references
  1051  mirror_interval = Mirror Interval (valid time units are 'h', 'm', 's'). 0 to disable periodic sync. (Minimum interval: %s)
  1052  mirror_interval_invalid = The mirror interval is not valid.
  1053  mirror_sync = synced
  1054  mirror_sync_on_commit = Sync when commits are pushed
  1055  mirror_address = Clone From URL
  1056  mirror_address_desc = Put any required credentials in the Authorization section.
  1057  mirror_address_url_invalid = The provided URL is invalid. You must escape all components of the url correctly.
  1058  mirror_address_protocol_invalid = The provided URL is invalid. Only http(s):// or git:// locations can be used for mirroring.
  1059  mirror_lfs = Large File Storage (LFS)
  1060  mirror_lfs_desc = Activate mirroring of LFS data.
  1061  mirror_lfs_endpoint = LFS Endpoint
  1062  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.
  1063  mirror_last_synced = Last Synchronized
  1064  mirror_password_placeholder = (Unchanged)
  1065  mirror_password_blank_placeholder = (Unset)
  1066  mirror_password_help = Change the username to erase a stored password.
  1067  watchers = Watchers
  1068  stargazers = Stargazers
  1069  stars_remove_warning = This will remove all stars from this repository.
  1070  forks = Forks
  1071  stars = Stars
  1072  reactions_more = and %d more
  1073  unit_disabled = The site administrator has disabled this repository section.
  1074  language_other = Other
  1075  adopt_search = Enter username to search for unadopted repositories... (leave blank to find all)
  1076  adopt_preexisting_label = Adopt Files
  1077  adopt_preexisting = Adopt pre-existing files
  1078  adopt_preexisting_content = Create repository from %s
  1079  adopt_preexisting_success = Adopted files and created repository from %s
  1080  delete_preexisting_label = Delete
  1081  delete_preexisting = Delete pre-existing files
  1082  delete_preexisting_content = Delete files in %s
  1083  delete_preexisting_success = Deleted unadopted files in %s
  1084  blame_prior = View blame prior to this change
  1085  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.
  1086  blame.ignore_revs.failed = Failed to ignore revisions in <a href="%s">.git-blame-ignore-revs</a>.
  1087  author_search_tooltip = Shows a maximum of 30 users
  1088  
  1089  tree_path_not_found_commit = Path %[1]s doesn't exist in commit %[2]s
  1090  tree_path_not_found_branch = Path %[1]s doesn't exist in branch %[2]s
  1091  tree_path_not_found_tag = Path %[1]s doesn't exist in tag %[2]s
  1092  
  1093  transfer.accept = Accept Transfer
  1094  transfer.accept_desc = Transfer to "%s"
  1095  transfer.reject = Reject Transfer
  1096  transfer.reject_desc = Cancel transfer to "%s"
  1097  transfer.no_permission_to_accept = You do not have permission to accept this transfer.
  1098  transfer.no_permission_to_reject = You do not have permission to reject this transfer.
  1099  
  1100  desc.private = Private
  1101  desc.public = Public
  1102  desc.template = Template
  1103  desc.internal = Internal
  1104  desc.archived = Archived
  1105  desc.sha256 = SHA256
  1106  
  1107  template.items = Template Items
  1108  template.git_content = Git Content (Default Branch)
  1109  template.git_hooks = Git Hooks
  1110  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.
  1111  template.webhooks = Webhooks
  1112  template.topics = Topics
  1113  template.avatar = Avatar
  1114  template.issue_labels = Issue Labels
  1115  template.one_item = Must select at least one template item
  1116  template.invalid = Must select a template repository
  1117  
  1118  archive.title = This repo is archived. You can view files and clone it, but cannot push or open issues or pull requests.
  1119  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.
  1120  archive.issue.nocomment = This repo is archived. You cannot comment on issues.
  1121  archive.pull.nocomment = This repo is archived. You cannot comment on pull requests.
  1122  
  1123  form.reach_limit_of_creation_1 = The owner has already reached the limit of %d repository.
  1124  form.reach_limit_of_creation_n = The owner has already reached the limit of %d repositories.
  1125  form.name_reserved = The repository name "%s" is reserved.
  1126  form.name_pattern_not_allowed = The pattern "%s" is not allowed in a repository name.
  1127  
  1128  need_auth = Authorization
  1129  migrate_options = Migration Options
  1130  migrate_service = Migration Service
  1131  migrate_options_mirror_helper = This repository will be a mirror
  1132  migrate_options_lfs = Migrate LFS files
  1133  migrate_options_lfs_endpoint.label = LFS Endpoint
  1134  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.
  1135  migrate_options_lfs_endpoint.description.local = A local server path is supported too.
  1136  migrate_options_lfs_endpoint.placeholder = If left blank, the endpoint will be derived from the clone URL
  1137  migrate_items = Migration Items
  1138  migrate_items_wiki = Wiki
  1139  migrate_items_milestones = Milestones
  1140  migrate_items_labels = Labels
  1141  migrate_items_issues = Issues
  1142  migrate_items_pullrequests = Pull Requests
  1143  migrate_items_merge_requests = Merge Requests
  1144  migrate_items_releases = Releases
  1145  migrate_repo = Migrate Repository
  1146  migrate.clone_address = Migrate / Clone From URL
  1147  migrate.clone_address_desc = The HTTP(S) or Git 'clone' URL of an existing repository
  1148  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.
  1149  migrate.clone_local_path = or a local server path
  1150  migrate.permission_denied = You are not allowed to import local repositories.
  1151  migrate.permission_denied_blocked = You cannot import from disallowed hosts, please ask the admin to check ALLOWED_DOMAINS/ALLOW_LOCALNETWORKS/BLOCKED_DOMAINS settings.
  1152  migrate.invalid_local_path = "The local path is invalid. It doesn't exist or is not a directory."
  1153  migrate.invalid_lfs_endpoint = The LFS endpoint is not valid.
  1154  migrate.failed = Migration failed: %v
  1155  migrate.migrate_items_options = Access Token is required to migrate additional items
  1156  migrated_from = Migrated from <a href="%[1]s">%[2]s</a>
  1157  migrated_from_fake = Migrated From %[1]s
  1158  migrate.migrate = Migrate From %s
  1159  migrate.migrating = Migrating from <b>%s</b> ...
  1160  migrate.migrating_failed = Migrating from <b>%s</b> failed.
  1161  migrate.migrating_failed.error = Failed to migrate: %s
  1162  migrate.migrating_failed_no_addr = Migration failed.
  1163  migrate.github.description = Migrate data from github.com or other GitHub instances.
  1164  migrate.git.description = Migrate a repository only from any Git service.
  1165  migrate.gitlab.description = Migrate data from gitlab.com or other GitLab instances.
  1166  migrate.gitea.description = Migrate data from gitea.com or other Gitea instances.
  1167  migrate.gogs.description = Migrate data from notabug.org or other Gogs instances.
  1168  migrate.onedev.description = Migrate data from code.onedev.io or other OneDev instances.
  1169  migrate.codebase.description = Migrate data from codebasehq.com.
  1170  migrate.gitbucket.description = Migrate data from GitBucket instances.
  1171  migrate.migrating_git = Migrating Git Data
  1172  migrate.migrating_topics = Migrating Topics
  1173  migrate.migrating_milestones = Migrating Milestones
  1174  migrate.migrating_labels = Migrating Labels
  1175  migrate.migrating_releases = Migrating Releases
  1176  migrate.migrating_issues = Migrating Issues
  1177  migrate.migrating_pulls = Migrating Pull Requests
  1178  migrate.cancel_migrating_title = Cancel Migration
  1179  migrate.cancel_migrating_confirm = Do you want to cancel this migration?
  1180  
  1181  mirror_from = mirror of
  1182  forked_from = forked from
  1183  generated_from = generated from
  1184  fork_from_self = You cannot fork a repository you own.
  1185  fork_guest_user = Sign in to fork this repository.
  1186  watch_guest_user = Sign in to watch this repository.
  1187  star_guest_user = Sign in to star this repository.
  1188  unwatch = Unwatch
  1189  watch = Watch
  1190  unstar = Unstar
  1191  star = Star
  1192  fork = Fork
  1193  action.blocked_user = Cannot perform action because you are blocked by the repository owner.
  1194  download_archive = Download Repository
  1195  more_operations = More Operations
  1196  
  1197  quick_guide = Quick Guide
  1198  clone_this_repo = Clone this repository
  1199  cite_this_repo = Cite this repository
  1200  create_new_repo_command = Creating a new repository on the command line
  1201  push_exist_repo = Pushing an existing repository from the command line
  1202  empty_message = This repository does not contain any content.
  1203  broken_message = The Git data underlying this repository cannot be read. Contact the administrator of this instance or delete this repository.
  1204  
  1205  code = Code
  1206  code.desc = Access source code, files, commits and branches.
  1207  branch = Branch
  1208  tree = Tree
  1209  clear_ref = `Clear current reference`
  1210  filter_branch_and_tag = Filter branch or tag
  1211  find_tag = Find tag
  1212  branches = Branches
  1213  tags = Tags
  1214  issues = Issues
  1215  pulls = Pull Requests
  1216  project_board = Projects
  1217  packages = Packages
  1218  actions = Actions
  1219  labels = Labels
  1220  org_labels_desc = Organization level labels that can be used with <strong>all repositories</strong> under this organization
  1221  org_labels_desc_manage = manage
  1222  
  1223  milestones = Milestones
  1224  commits = Commits
  1225  commit = Commit
  1226  release = Release
  1227  releases = Releases
  1228  tag = Tag
  1229  released_this = released this
  1230  tagged_this = tagged this
  1231  file.title = %s at %s
  1232  file_raw = Raw
  1233  file_history = History
  1234  file_view_source = View Source
  1235  file_view_rendered = View Rendered
  1236  file_view_raw = View Raw
  1237  file_permalink = Permalink
  1238  file_too_large = The file is too large to be shown.
  1239  code_preview_line_from_to = Lines %[1]d to %[2]d in %[3]s
  1240  code_preview_line_in = Line %[1]d in %[2]s
  1241  invisible_runes_header = `This file contains invisible Unicode characters`
  1242  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.`
  1243  ambiguous_runes_header = `This file contains ambiguous Unicode characters`
  1244  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.`
  1245  invisible_runes_line = `This line has invisible unicode characters`
  1246  ambiguous_runes_line = `This line has ambiguous unicode characters`
  1247  ambiguous_character = `%[1]c [U+%04[1]X] can be confused with %[2]c [U+%04[2]X]`
  1248  
  1249  escape_control_characters = Escape
  1250  unescape_control_characters = Unescape
  1251  file_copy_permalink = Copy Permalink
  1252  view_git_blame = View Git Blame
  1253  video_not_supported_in_browser = Your browser does not support the HTML5 'video' tag.
  1254  audio_not_supported_in_browser = Your browser does not support the HTML5 'audio' tag.
  1255  stored_lfs = Stored with Git LFS
  1256  symbolic_link = Symbolic link
  1257  executable_file = Executable File
  1258  vendored = Vendored
  1259  generated = Generated
  1260  commit_graph = Commit Graph
  1261  commit_graph.select = Select branches
  1262  commit_graph.hide_pr_refs = Hide Pull Requests
  1263  commit_graph.monochrome = Mono
  1264  commit_graph.color = Color
  1265  commit.contained_in = This commit is contained in:
  1266  commit.contained_in_default_branch = This commit is part of the default branch
  1267  commit.load_referencing_branches_and_tags = Load branches and tags referencing this commit
  1268  blame = Blame
  1269  download_file = Download file
  1270  normal_view = Normal View
  1271  line = line
  1272  lines = lines
  1273  from_comment = (comment)
  1274  
  1275  editor.add_file = Add File
  1276  editor.new_file = New File
  1277  editor.upload_file = Upload File
  1278  editor.edit_file = Edit File
  1279  editor.preview_changes = Preview Changes
  1280  editor.cannot_edit_lfs_files = LFS files cannot be edited in the web interface.
  1281  editor.cannot_edit_non_text_files = Binary files cannot be edited in the web interface.
  1282  editor.edit_this_file = Edit File
  1283  editor.this_file_locked = File is locked
  1284  editor.must_be_on_a_branch = You must be on a branch to make or propose changes to this file.
  1285  editor.fork_before_edit = You must fork this repository to make or propose changes to this file.
  1286  editor.delete_this_file = Delete File
  1287  editor.must_have_write_access = You must have write access to make or propose changes to this file.
  1288  editor.file_delete_success = File "%s" has been deleted.
  1289  editor.name_your_file = Name your file…
  1290  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.
  1291  editor.or = or
  1292  editor.cancel_lower = Cancel
  1293  editor.commit_signed_changes = Commit Signed Changes
  1294  editor.commit_changes = Commit Changes
  1295  editor.add_tmpl = Add '{filename}'
  1296  editor.add = Add %s
  1297  editor.update = Update %s
  1298  editor.delete = Delete %s
  1299  editor.patch = Apply Patch
  1300  editor.patching = Patching:
  1301  editor.fail_to_apply_patch = Unable to apply patch "%s"
  1302  editor.new_patch = New Patch
  1303  editor.commit_message_desc = Add an optional extended description…
  1304  editor.signoff_desc = Add a Signed-off-by trailer by the committer at the end of the commit log message.
  1305  editor.commit_directly_to_this_branch = Commit directly to the <strong class="branch-name">%s</strong> branch.
  1306  editor.create_new_branch = Create a <strong>new branch</strong> for this commit and start a pull request.
  1307  editor.create_new_branch_np = Create a <strong>new branch</strong> for this commit.
  1308  editor.propose_file_change = Propose file change
  1309  editor.new_branch_name = Name the new branch for this commit
  1310  editor.new_branch_name_desc = New branch name…
  1311  editor.cancel = Cancel
  1312  editor.filename_cannot_be_empty = The filename cannot be empty.
  1313  editor.filename_is_invalid = The filename is invalid: "%s".
  1314  editor.branch_does_not_exist = Branch "%s" does not exist in this repository.
  1315  editor.branch_already_exists = Branch "%s" already exists in this repository.
  1316  editor.directory_is_a_file = Directory name "%s" is already used as a filename in this repository.
  1317  editor.file_is_a_symlink = `"%s" is a symbolic link. Symbolic links cannot be edited in the web editor`
  1318  editor.filename_is_a_directory = Filename "%s" is already used as a directory name in this repository.
  1319  editor.file_editing_no_longer_exists = The file being edited, "%s", no longer exists in this repository.
  1320  editor.file_deleting_no_longer_exists = The file being deleted, "%s", no longer exists in this repository.
  1321  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.
  1322  editor.file_already_exists = A file named "%s" already exists in this repository.
  1323  editor.commit_id_not_matching = The Commit ID does not match the ID when you began editing.  Commit into a patch branch and then merge.
  1324  editor.push_out_of_date = The push appears to be out of date.
  1325  editor.commit_empty_file_header = Commit an empty file
  1326  editor.commit_empty_file_text = The file you're about to commit is empty. Proceed?
  1327  editor.no_changes_to_show = There are no changes to show.
  1328  editor.fail_to_update_file = Failed to update/create file "%s".
  1329  editor.fail_to_update_file_summary = Error Message:
  1330  editor.push_rejected_no_message = The change was rejected by the server without a message. Please check Git Hooks.
  1331  editor.push_rejected = The change was rejected by the server. Please check Git Hooks.
  1332  editor.push_rejected_summary = Full Rejection Message:
  1333  editor.add_subdir = Add a directory…
  1334  editor.unable_to_upload_files = Failed to upload files to "%s" with error: %v
  1335  editor.upload_file_is_locked = File "%s" is locked by %s.
  1336  editor.upload_files_to_dir = Upload files to "%s"
  1337  editor.cannot_commit_to_protected_branch = Cannot commit to protected branch "%s".
  1338  editor.no_commit_to_branch = Unable to commit directly to branch because:
  1339  editor.user_no_push_to_branch = User cannot push to branch
  1340  editor.require_signed_commit = Branch requires a signed commit
  1341  editor.cherry_pick = Cherry-pick %s onto:
  1342  editor.revert = Revert %s onto:
  1343  
  1344  commits.desc = Browse source code change history.
  1345  commits.commits = Commits
  1346  commits.no_commits = No commits in common. "%s" and "%s" have entirely different histories.
  1347  commits.nothing_to_compare = These branches are equal.
  1348  commits.search.tooltip = You can prefix keywords with "author:", "committer:", "after:", or "before:", e.g. "revert author:Alice before:2019-01-13".
  1349  commits.search_branch = This Branch
  1350  commits.search_all = All Branches
  1351  commits.author = Author
  1352  commits.message = Message
  1353  commits.date = Date
  1354  commits.older = Older
  1355  commits.newer = Newer
  1356  commits.signed_by = Signed by
  1357  commits.signed_by_untrusted_user = Signed by untrusted user
  1358  commits.signed_by_untrusted_user_unmatched = Signed by untrusted user who does not match committer
  1359  commits.gpg_key_id = GPG Key ID
  1360  commits.ssh_key_fingerprint = SSH Key Fingerprint
  1361  commits.view_path=View at this point in history
  1362  
  1363  commit.operations = Operations
  1364  commit.revert = Revert
  1365  commit.revert-header = Revert: %s
  1366  commit.revert-content = Select branch to revert onto:
  1367  commit.cherry-pick = Cherry-pick
  1368  commit.cherry-pick-header = Cherry-pick: %s
  1369  commit.cherry-pick-content = Select branch to cherry-pick onto:
  1370  
  1371  commitstatus.error = Error
  1372  commitstatus.failure = Failure
  1373  commitstatus.pending = Pending
  1374  commitstatus.success = Success
  1375  
  1376  ext_issues = Access to External Issues
  1377  ext_issues.desc = Link to an external issue tracker.
  1378  
  1379  projects = Projects
  1380  projects.desc = Manage issues and pulls in project boards.
  1381  projects.description = Description (optional)
  1382  projects.description_placeholder = Description
  1383  projects.create = Create Project
  1384  projects.title = Title
  1385  projects.new = New Project
  1386  projects.new_subheader = Coordinate, track, and update your work in one place, so projects stay transparent and on schedule.
  1387  projects.create_success = The project "%s" has been created.
  1388  projects.deletion = Delete Project
  1389  projects.deletion_desc = Deleting a project removes it from all related issues. Continue?
  1390  projects.deletion_success = The project has been deleted.
  1391  projects.edit = Edit Project
  1392  projects.edit_subheader = Projects organize issues and track progress.
  1393  projects.modify = Edit Project
  1394  projects.edit_success = Project "%s" has been updated.
  1395  projects.type.none = "None"
  1396  projects.type.basic_kanban = "Basic Kanban"
  1397  projects.type.bug_triage = "Bug Triage"
  1398  projects.template.desc = "Template"
  1399  projects.template.desc_helper = "Select a project template to get started"
  1400  projects.column.edit = "Edit Column"
  1401  projects.column.edit_title = "Name"
  1402  projects.column.new_title = "Name"
  1403  projects.column.new_submit = "Create Column"
  1404  projects.column.new = "New Column"
  1405  projects.column.set_default = "Set Default"
  1406  projects.column.set_default_desc = "Set this column as default for uncategorized issues and pulls"
  1407  projects.column.delete = "Delete Column"
  1408  projects.column.deletion_desc = "Deleting a project column moves all related issues to the default column. Continue?"
  1409  projects.column.color = "Color"
  1410  projects.open = Open
  1411  projects.close = Close
  1412  projects.column.assigned_to = Assigned to
  1413  projects.card_type.desc = "Card Previews"
  1414  projects.card_type.images_and_text = "Images and Text"
  1415  projects.card_type.text_only = "Text Only"
  1416  
  1417  issues.desc = Organize bug reports, tasks and milestones.
  1418  issues.filter_assignees = Filter Assignee
  1419  issues.filter_milestones = Filter Milestone
  1420  issues.filter_projects = Filter Project
  1421  issues.filter_labels = Filter Label
  1422  issues.filter_reviewers = Filter Reviewer
  1423  issues.new = New Issue
  1424  issues.new.title_empty = Title cannot be empty
  1425  issues.new.labels = Labels
  1426  issues.new.no_label = No Label
  1427  issues.new.clear_labels = Clear labels
  1428  issues.new.projects = Projects
  1429  issues.new.clear_projects = Clear projects
  1430  issues.new.no_projects = No project
  1431  issues.new.open_projects = Open Projects
  1432  issues.new.closed_projects = Closed Projects
  1433  issues.new.no_items = No items
  1434  issues.new.milestone = Milestone
  1435  issues.new.no_milestone = No Milestone
  1436  issues.new.clear_milestone = Clear milestone
  1437  issues.new.open_milestone = Open Milestones
  1438  issues.new.closed_milestone = Closed Milestones
  1439  issues.new.assignees = Assignees
  1440  issues.new.clear_assignees = Clear assignees
  1441  issues.new.no_assignees = No Assignees
  1442  issues.new.no_reviewers = No reviewers
  1443  issues.new.blocked_user = Cannot create issue because you are blocked by the repository owner.
  1444  issues.edit.blocked_user = Cannot edit content because you are blocked by the poster or repository owner.
  1445  issues.choose.get_started = Get Started
  1446  issues.choose.open_external_link = Open
  1447  issues.choose.blank = Default
  1448  issues.choose.blank_about = Create an issue from default template.
  1449  issues.choose.ignore_invalid_templates = Invalid templates have been ignored
  1450  issues.choose.invalid_templates = %v invalid template(s) found
  1451  issues.choose.invalid_config = The issue config contains errors:
  1452  issues.no_ref = No Branch/Tag Specified
  1453  issues.create = Create Issue
  1454  issues.new_label = New Label
  1455  issues.new_label_placeholder = Label name
  1456  issues.new_label_desc_placeholder = Description
  1457  issues.create_label = Create Label
  1458  issues.label_templates.title = Load a predefined set of labels
  1459  issues.label_templates.info = No labels exist yet. Create a label with 'New Label' or use a predefined label set:
  1460  issues.label_templates.helper = Select a label set
  1461  issues.label_templates.use = Use Label Set
  1462  issues.label_templates.fail_to_load_file = Failed to load label template file "%s": %v
  1463  issues.add_label = added the %s label %s
  1464  issues.add_labels = added the %s labels %s
  1465  issues.remove_label = removed the %s label %s
  1466  issues.remove_labels = removed the %s labels %s
  1467  issues.add_remove_labels = added %s and removed %s labels %s
  1468  issues.add_milestone_at = `added this to the <b>%s</b> milestone %s`
  1469  issues.add_project_at = `added this to the <b>%s</b> project %s`
  1470  issues.change_milestone_at = `modified the milestone from <b>%s</b> to <b>%s</b> %s`
  1471  issues.change_project_at = `modified the project from <b>%s</b> to <b>%s</b> %s`
  1472  issues.remove_milestone_at = `removed this from the <b>%s</b> milestone %s`
  1473  issues.remove_project_at = `removed this from the <b>%s</b> project %s`
  1474  issues.deleted_milestone = `(deleted)`
  1475  issues.deleted_project = `(deleted)`
  1476  issues.self_assign_at = `self-assigned this %s`
  1477  issues.add_assignee_at = `was assigned by <b>%s</b> %s`
  1478  issues.remove_assignee_at = `was unassigned by <b>%s</b> %s`
  1479  issues.remove_self_assignment = `removed their assignment %s`
  1480  issues.change_title_at = `changed title from <b><strike>%s</strike></b> to <b>%s</b> %s`
  1481  issues.change_ref_at = `changed reference from <b><strike>%s</strike></b> to <b>%s</b> %s`
  1482  issues.remove_ref_at = `removed reference <b>%s</b> %s`
  1483  issues.add_ref_at = `added reference <b>%s</b> %s`
  1484  issues.delete_branch_at = `deleted branch <b>%s</b> %s`
  1485  issues.filter_label = Label
  1486  issues.filter_label_exclude = `Use <code>alt</code> + <code>click/enter</code> to exclude labels`
  1487  issues.filter_label_no_select = All labels
  1488  issues.filter_label_select_no_label = No label
  1489  issues.filter_milestone = Milestone
  1490  issues.filter_milestone_all = All milestones
  1491  issues.filter_milestone_none = No milestones
  1492  issues.filter_milestone_open = Open milestones
  1493  issues.filter_milestone_closed = Closed milestones
  1494  issues.filter_project = Project
  1495  issues.filter_project_all = All projects
  1496  issues.filter_project_none = No project
  1497  issues.filter_assignee = Assignee
  1498  issues.filter_assginee_no_select = All assignees
  1499  issues.filter_assginee_no_assignee = No assignee
  1500  issues.filter_poster = Author
  1501  issues.filter_poster_no_select = All authors
  1502  issues.filter_type = Type
  1503  issues.filter_type.all_issues = All issues
  1504  issues.filter_type.assigned_to_you = Assigned to you
  1505  issues.filter_type.created_by_you = Created by you
  1506  issues.filter_type.mentioning_you = Mentioning you
  1507  issues.filter_type.review_requested = Review requested
  1508  issues.filter_type.reviewed_by_you = Reviewed by you
  1509  issues.filter_sort = Sort
  1510  issues.filter_sort.latest = Newest
  1511  issues.filter_sort.oldest = Oldest
  1512  issues.filter_sort.recentupdate = Recently updated
  1513  issues.filter_sort.leastupdate = Least recently updated
  1514  issues.filter_sort.mostcomment = Most commented
  1515  issues.filter_sort.leastcomment = Least commented
  1516  issues.filter_sort.nearduedate = Nearest due date
  1517  issues.filter_sort.farduedate = Farthest due date
  1518  issues.filter_sort.moststars = Most stars
  1519  issues.filter_sort.feweststars = Fewest stars
  1520  issues.filter_sort.mostforks = Most forks
  1521  issues.filter_sort.fewestforks = Fewest forks
  1522  issues.action_open = Open
  1523  issues.action_close = Close
  1524  issues.action_label = Label
  1525  issues.action_milestone = Milestone
  1526  issues.action_milestone_no_select = No milestone
  1527  issues.action_assignee = Assignee
  1528  issues.action_assignee_no_select = No assignee
  1529  issues.action_check = Check/Uncheck
  1530  issues.action_check_all = Check/Uncheck all items
  1531  issues.opened_by = opened %[1]s by <a href="%[2]s">%[3]s</a>
  1532  pulls.merged_by = by <a href="%[2]s">%[3]s</a> was merged %[1]s
  1533  pulls.merged_by_fake = by %[2]s was merged %[1]s
  1534  issues.closed_by = by <a href="%[2]s">%[3]s</a> was closed %[1]s
  1535  issues.opened_by_fake = opened %[1]s by %[2]s
  1536  issues.closed_by_fake = by %[2]s was closed %[1]s
  1537  issues.previous = Previous
  1538  issues.next = Next
  1539  issues.open_title = Open
  1540  issues.closed_title = Closed
  1541  issues.draft_title = Draft
  1542  issues.num_comments_1 = %d comment
  1543  issues.num_comments = %d comments
  1544  issues.commented_at = `commented <a href="#%s">%s</a>`
  1545  issues.delete_comment_confirm = Are you sure you want to delete this comment?
  1546  issues.context.copy_link = Copy Link
  1547  issues.context.quote_reply = Quote Reply
  1548  issues.context.reference_issue = Reference in New Issue
  1549  issues.context.edit = Edit
  1550  issues.context.delete = Delete
  1551  issues.no_content = No description provided.
  1552  issues.close = Close Issue
  1553  issues.comment_pull_merged_at = merged commit %[1]s into %[2]s %[3]s
  1554  issues.comment_manually_pull_merged_at = manually merged commit %[1]s into %[2]s %[3]s
  1555  issues.close_comment_issue = Close with Comment
  1556  issues.reopen_issue = Reopen
  1557  issues.reopen_comment_issue = Reopen with Comment
  1558  issues.create_comment = Comment
  1559  issues.comment.blocked_user = Cannot create or edit comment because you are blocked by the poster or repository owner.
  1560  issues.closed_at = `closed this issue <a id="%[1]s" href="#%[1]s">%[2]s</a>`
  1561  issues.reopened_at = `reopened this issue <a id="%[1]s" href="#%[1]s">%[2]s</a>`
  1562  issues.commit_ref_at = `referenced this issue from a commit <a id="%[1]s" href="#%[1]s">%[2]s</a>`
  1563  issues.ref_issue_from = `<a href="%[3]s">referenced this issue %[4]s</a> <a id="%[1]s" href="#%[1]s">%[2]s</a>`
  1564  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>`
  1565  issues.ref_closing_from = `<a href="%[3]s">referenced a pull request %[4]s that will close this issue</a> <a id="%[1]s" href="#%[1]s">%[2]s</a>`
  1566  issues.ref_reopening_from = `<a href="%[3]s">referenced a pull request %[4]s that will reopen this issue</a> <a id="%[1]s" href="#%[1]s">%[2]s</a>`
  1567  issues.ref_closed_from = `<a href="%[3]s">closed this issue %[4]s</a> <a id="%[1]s" href="#%[1]s">%[2]s</a>`
  1568  issues.ref_reopened_from = `<a href="%[3]s">reopened this issue %[4]s</a> <a id="%[1]s" href="#%[1]s">%[2]s</a>`
  1569  issues.ref_from = `from %[1]s`
  1570  issues.author = Author
  1571  issues.author_helper = This user is the author.
  1572  issues.role.owner = Owner
  1573  issues.role.owner_helper = This user is the owner of this repository.
  1574  issues.role.member = Member
  1575  issues.role.member_helper = This user is a member of the organization owning this repository.
  1576  issues.role.collaborator = Collaborator
  1577  issues.role.collaborator_helper = This user has been invited to collaborate on the repository.
  1578  issues.role.first_time_contributor = First-time contributor
  1579  issues.role.first_time_contributor_helper = This is the first contribution of this user to the repository.
  1580  issues.role.contributor = Contributor
  1581  issues.role.contributor_helper = This user has previously committed to the repository.
  1582  issues.re_request_review=Re-request review
  1583  issues.is_stale = There have been changes to this PR since this review
  1584  issues.remove_request_review=Remove review request
  1585  issues.remove_request_review_block=Can't remove review request
  1586  issues.dismiss_review = Dismiss Review
  1587  issues.dismiss_review_warning = Are you sure you want to dismiss this review?
  1588  issues.sign_in_require_desc = <a href="%s">Sign in</a> to join this conversation.
  1589  issues.edit = Edit
  1590  issues.cancel = Cancel
  1591  issues.save = Save
  1592  issues.label_title = Name
  1593  issues.label_description = Description
  1594  issues.label_color = Color
  1595  issues.label_exclusive = Exclusive
  1596  issues.label_archive = Archive Label
  1597  issues.label_archived_filter = Show archived labels
  1598  issues.label_archive_tooltip = Archived labels are excluded by default from the suggestions when searching by label.
  1599  issues.label_exclusive_desc = Name the label <code>scope/item</code> to make it mutually exclusive with other <code>scope/</code> labels.
  1600  issues.label_exclusive_warning = Any conflicting scoped labels will be removed when editing the labels of an issue or pull request.
  1601  issues.label_count = %d labels
  1602  issues.label_open_issues = %d open issues/pull requests
  1603  issues.label_edit = Edit
  1604  issues.label_delete = Delete
  1605  issues.label_modify = Edit Label
  1606  issues.label_deletion = Delete Label
  1607  issues.label_deletion_desc = Deleting a label removes it from all issues. Continue?
  1608  issues.label_deletion_success = The label has been deleted.
  1609  issues.label.filter_sort.alphabetically = Alphabetically
  1610  issues.label.filter_sort.reverse_alphabetically = Reverse alphabetically
  1611  issues.label.filter_sort.by_size = Smallest size
  1612  issues.label.filter_sort.reverse_by_size = Largest size
  1613  issues.num_participants = %d Participants
  1614  issues.attachment.open_tab = `Click to see "%s" in a new tab`
  1615  issues.attachment.download = `Click to download "%s"`
  1616  issues.subscribe = Subscribe
  1617  issues.unsubscribe = Unsubscribe
  1618  issues.unpin_issue = Unpin Issue
  1619  issues.max_pinned = "You can't pin more issues"
  1620  issues.pin_comment = "pinned this %s"
  1621  issues.unpin_comment = "unpinned this %s"
  1622  issues.lock = Lock conversation
  1623  issues.unlock = Unlock conversation
  1624  issues.lock.unknown_reason = Cannot lock an issue with an unknown reason.
  1625  issues.lock_duplicate = An issue cannot be locked twice.
  1626  issues.unlock_error = Cannot unlock an issue that is not locked.
  1627  issues.lock_with_reason = "locked as <strong>%s</strong> and limited conversation to collaborators %s"
  1628  issues.lock_no_reason = "locked and limited conversation to collaborators %s"
  1629  issues.unlock_comment = "unlocked this conversation %s"
  1630  issues.lock_confirm = Lock
  1631  issues.unlock_confirm = Unlock
  1632  issues.lock.notice_1 = - Other users can’t add new comments to this issue.
  1633  issues.lock.notice_2 = - You and other collaborators with access to this repository can still leave comments that others can see.
  1634  issues.lock.notice_3 = - You can always unlock this issue again in the future.
  1635  issues.unlock.notice_1 = - Everyone would be able to comment on this issue once more.
  1636  issues.unlock.notice_2 = - You can always lock this issue again in the future.
  1637  issues.lock.reason = Reason for locking
  1638  issues.lock.title = Lock conversation on this issue.
  1639  issues.unlock.title = Unlock conversation on this issue.
  1640  issues.comment_on_locked = You cannot comment on a locked issue.
  1641  issues.delete = Delete
  1642  issues.delete.title = Delete this issue?
  1643  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)
  1644  issues.tracker = Time Tracker
  1645  issues.start_tracking_short = Start Timer
  1646  issues.start_tracking = Start Time Tracking
  1647  issues.start_tracking_history = `started working %s`
  1648  issues.tracker_auto_close = Timer will be stopped automatically when this issue gets closed
  1649  issues.tracking_already_started = `You have already started time tracking on <a href="%s">another issue</a>!`
  1650  issues.stop_tracking = Stop Timer
  1651  issues.stop_tracking_history = `stopped working %s`
  1652  issues.cancel_tracking = Discard
  1653  issues.cancel_tracking_history = `canceled time tracking %s`
  1654  issues.add_time = Manually Add Time
  1655  issues.del_time = Delete this time log
  1656  issues.add_time_short = Add Time
  1657  issues.add_time_cancel = Cancel
  1658  issues.add_time_history = `added spent time %s`
  1659  issues.del_time_history= `deleted spent time %s`
  1660  issues.add_time_hours = Hours
  1661  issues.add_time_minutes = Minutes
  1662  issues.add_time_sum_to_small = No time was entered.
  1663  issues.time_spent_total = Total Time Spent
  1664  issues.time_spent_from_all_authors = `Total Time Spent: %s`
  1665  issues.due_date = Due Date
  1666  issues.invalid_due_date_format = "Due date format must be 'yyyy-mm-dd'."
  1667  issues.error_modifying_due_date = "Failed to modify the due date."
  1668  issues.error_removing_due_date = "Failed to remove the due date."
  1669  issues.push_commit_1 = "added %d commit %s"
  1670  issues.push_commits_n = "added %d commits %s"
  1671  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`
  1672  issues.force_push_compare = Compare
  1673  issues.due_date_form = "yyyy-mm-dd"
  1674  issues.due_date_form_add = "Add due date"
  1675  issues.due_date_form_edit = "Edit"
  1676  issues.due_date_form_remove = "Remove"
  1677  issues.due_date_not_writer = "You need write access to this repository in order to update the due date of an issue."
  1678  issues.due_date_not_set = "No due date set."
  1679  issues.due_date_added = "added the due date %s %s"
  1680  issues.due_date_modified = "modified the due date from %[2]s to %[1]s %[3]s"
  1681  issues.due_date_remove = "removed the due date %s %s"
  1682  issues.due_date_overdue = "Overdue"
  1683  issues.due_date_invalid = "The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'."
  1684  issues.dependency.title = Dependencies
  1685  issues.dependency.issue_no_dependencies = No dependencies set.
  1686  issues.dependency.pr_no_dependencies = No dependencies set.
  1687  issues.dependency.no_permission_1 = "You do not have permission to read %d dependency"
  1688  issues.dependency.no_permission_n = "You do not have permission to read %d dependencies"
  1689  issues.dependency.no_permission.can_remove = "You do not have permission to read this dependency but can remove this dependency"
  1690  issues.dependency.add = Add dependency…
  1691  issues.dependency.cancel = Cancel
  1692  issues.dependency.remove = Remove
  1693  issues.dependency.remove_info = Remove this dependency
  1694  issues.dependency.added_dependency = `added a new dependency %s`
  1695  issues.dependency.removed_dependency = `removed a dependency %s`
  1696  issues.dependency.pr_closing_blockedby = Closing this pull request is blocked by the following issues
  1697  issues.dependency.issue_closing_blockedby = Closing this issue is blocked by the following issues
  1698  issues.dependency.issue_close_blocks = This issue blocks closing of the following issues
  1699  issues.dependency.pr_close_blocks = This pull request blocks closing of the following issues
  1700  issues.dependency.issue_close_blocked = You need to close all issues blocking this issue before you can close it.
  1701  issues.dependency.issue_batch_close_blocked = "Cannot batch close issues that you choose, because issue #%d still has open dependencies"
  1702  issues.dependency.pr_close_blocked = You need to close all issues blocking this pull request before you can merge it.
  1703  issues.dependency.blocks_short = Blocks
  1704  issues.dependency.blocked_by_short = Depends on
  1705  issues.dependency.remove_header = Remove Dependency
  1706  issues.dependency.issue_remove_text = This will remove the dependency from this issue. Continue?
  1707  issues.dependency.pr_remove_text = This will remove the dependency from this pull request. Continue?
  1708  issues.dependency.setting = Enable Dependencies For Issues and Pull Requests
  1709  issues.dependency.add_error_same_issue = You cannot make an issue depend on itself.
  1710  issues.dependency.add_error_dep_issue_not_exist = Dependent issue does not exist.
  1711  issues.dependency.add_error_dep_not_exist = Dependency does not exist.
  1712  issues.dependency.add_error_dep_exists = Dependency already exists.
  1713  issues.dependency.add_error_cannot_create_circular = You cannot create a dependency with two issues blocking each other.
  1714  issues.dependency.add_error_dep_not_same_repo = Both issues must be in the same repository.
  1715  issues.review.self.approval = You cannot approve your own pull request.
  1716  issues.review.self.rejection = You cannot request changes on your own pull request.
  1717  issues.review.approve = "approved these changes %s"
  1718  issues.review.comment = "reviewed %s"
  1719  issues.review.dismissed = "dismissed %s’s review %s"
  1720  issues.review.dismissed_label = Dismissed
  1721  issues.review.left_comment = left a comment
  1722  issues.review.content.empty = You need to leave a comment indicating the requested change(s).
  1723  issues.review.reject = "requested changes %s"
  1724  issues.review.wait = "was requested for review %s"
  1725  issues.review.add_review_request = "requested review from %s %s"
  1726  issues.review.remove_review_request = "removed review request for %s %s"
  1727  issues.review.remove_review_request_self = "refused to review %s"
  1728  issues.review.pending = Pending
  1729  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.
  1730  issues.review.review = Review
  1731  issues.review.reviewers = Reviewers
  1732  issues.review.outdated = Outdated
  1733  issues.review.outdated_description = Content has changed since this comment was made
  1734  issues.review.option.show_outdated_comments = Show outdated comments
  1735  issues.review.option.hide_outdated_comments = Hide outdated comments
  1736  issues.review.show_outdated = Show outdated
  1737  issues.review.hide_outdated = Hide outdated
  1738  issues.review.show_resolved = Show resolved
  1739  issues.review.hide_resolved = Hide resolved
  1740  issues.review.resolve_conversation = Resolve conversation
  1741  issues.review.un_resolve_conversation = Unresolve conversation
  1742  issues.review.resolved_by = marked this conversation as resolved
  1743  issues.assignee.error = Not all assignees was added due to an unexpected error.
  1744  issues.reference_issue.body = Body
  1745  issues.content_history.deleted = deleted
  1746  issues.content_history.edited = edited
  1747  issues.content_history.created = created
  1748  issues.content_history.delete_from_history = Delete from history
  1749  issues.content_history.delete_from_history_confirm = Delete from history?
  1750  issues.content_history.options = Options
  1751  issues.reference_link = Reference: %s
  1752  
  1753  compare.compare_base = base
  1754  compare.compare_head = compare
  1755  
  1756  pulls.desc = Enable pull requests and code reviews.
  1757  pulls.new = New Pull Request
  1758  pulls.new.blocked_user = Cannot create pull request because you are blocked by the repository owner.
  1759  pulls.new.must_collaborator = You must be a collaborator to create pull request.
  1760  pulls.view = View Pull Request
  1761  pulls.compare_changes = New Pull Request
  1762  pulls.allow_edits_from_maintainers = Allow edits from maintainers
  1763  pulls.allow_edits_from_maintainers_desc = Users with write access to the base branch can also push to this branch
  1764  pulls.allow_edits_from_maintainers_err = Updating failed
  1765  pulls.compare_changes_desc = Select the branch to merge into and the branch to pull from.
  1766  pulls.has_viewed_file = Viewed
  1767  pulls.has_changed_since_last_review = Changed since your last review
  1768  pulls.viewed_files_label = %[1]d / %[2]d files viewed
  1769  pulls.expand_files = Expand all files
  1770  pulls.collapse_files = Collapse all files
  1771  pulls.compare_base = merge into
  1772  pulls.compare_compare = pull from
  1773  pulls.switch_comparison_type = Switch comparison type
  1774  pulls.switch_head_and_base = Switch head and base
  1775  pulls.filter_branch = Filter branch
  1776  pulls.show_all_commits = Show all commits
  1777  pulls.show_changes_since_your_last_review = Show changes since your last review
  1778  pulls.showing_only_single_commit = Showing only changes of commit %[1]s
  1779  pulls.showing_specified_commit_range = Showing only changes between %[1]s..%[2]s
  1780  pulls.select_commit_hold_shift_for_range = Select commit. Hold shift + click to select a range
  1781  pulls.review_only_possible_for_full_diff = Review is only possible when viewing the full diff
  1782  pulls.filter_changes_by_commit = Filter by commit
  1783  pulls.nothing_to_compare = These branches are equal. There is no need to create a pull request.
  1784  pulls.nothing_to_compare_have_tag = The selected branch/tag are equal.
  1785  pulls.nothing_to_compare_and_allow_empty_pr = These branches are equal. This PR will be empty.
  1786  pulls.has_pull_request = `A pull request between these branches already exists: <a href="%[1]s">%[2]s#%[3]d</a>`
  1787  pulls.create = Create Pull Request
  1788  pulls.title_desc = wants to merge %[1]d commits from <code>%[2]s</code> into <code id="branch_target">%[3]s</code>
  1789  pulls.merged_title_desc = merged %[1]d commits from <code>%[2]s</code> into <code>%[3]s</code> %[4]s
  1790  pulls.change_target_branch_at = `changed target branch from <b>%s</b> to <b>%s</b> %s`
  1791  pulls.tab_conversation = Conversation
  1792  pulls.tab_commits = Commits
  1793  pulls.tab_files = Files Changed
  1794  pulls.reopen_to_merge = Please reopen this pull request to perform a merge.
  1795  pulls.cant_reopen_deleted_branch = This pull request cannot be reopened because the branch was deleted.
  1796  pulls.merged = Merged
  1797  pulls.merged_success = Pull request successfully merged and closed
  1798  pulls.closed = Pull request closed
  1799  pulls.manually_merged = Manually merged
  1800  pulls.merged_info_text = The branch %s can now be deleted.
  1801  pulls.is_closed = The pull request has been closed.
  1802  pulls.title_wip_desc = `<a href="#">Start the title with <strong>%s</strong></a> to prevent the pull request from being merged accidentally.`
  1803  pulls.cannot_merge_work_in_progress = This pull request is marked as a work in progress.
  1804  pulls.still_in_progress = Still in progress?
  1805  pulls.add_prefix = Add <strong>%s</strong> prefix
  1806  pulls.remove_prefix = Remove <strong>%s</strong> prefix
  1807  pulls.data_broken = This pull request is broken due to missing fork information.
  1808  pulls.files_conflicted = This pull request has changes conflicting with the target branch.
  1809  pulls.is_checking = "Merge conflict checking is in progress. Try again in few moments."
  1810  pulls.is_ancestor = "This branch is already included in the target branch. There is nothing to merge."
  1811  pulls.is_empty = "The changes on this branch are already on the target branch. This will be an empty commit."
  1812  pulls.required_status_check_failed = Some required checks were not successful.
  1813  pulls.required_status_check_missing = Some required checks are missing.
  1814  pulls.required_status_check_administrator = As an administrator, you may still merge this pull request.
  1815  pulls.blocked_by_approvals = "This pull request doesn't have enough approvals yet. %d of %d approvals granted."
  1816  pulls.blocked_by_rejection = "This pull request has changes requested by an official reviewer."
  1817  pulls.blocked_by_official_review_requests = "This pull request has official review requests."
  1818  pulls.blocked_by_outdated_branch = "This pull request is blocked because it's outdated."
  1819  pulls.blocked_by_changed_protected_files_1= "This pull request is blocked because it changes a protected file:"
  1820  pulls.blocked_by_changed_protected_files_n= "This pull request is blocked because it changes protected files:"
  1821  pulls.can_auto_merge_desc = This pull request can be merged automatically.
  1822  pulls.cannot_auto_merge_desc = This pull request cannot be merged automatically due to conflicts.
  1823  pulls.cannot_auto_merge_helper = Merge manually to resolve the conflicts.
  1824  pulls.num_conflicting_files_1 = "%d conflicting file"
  1825  pulls.num_conflicting_files_n = "%d conflicting files"
  1826  pulls.approve_count_1 = "%d approval"
  1827  pulls.approve_count_n = "%d approvals"
  1828  pulls.reject_count_1 = "%d change request"
  1829  pulls.reject_count_n = "%d change requests"
  1830  pulls.waiting_count_1 = "%d waiting review"
  1831  pulls.waiting_count_n = "%d waiting reviews"
  1832  pulls.wrong_commit_id = "commit id must be a commit id on the target branch"
  1833  
  1834  pulls.no_merge_desc = This pull request cannot be merged because all repository merge options are disabled.
  1835  pulls.no_merge_helper = Enable merge options in the repository settings or merge the pull request manually.
  1836  pulls.no_merge_wip = This pull request cannot be merged because it is marked as being a work in progress.
  1837  pulls.no_merge_not_ready = This pull request is not ready to be merged, check review status and status checks.
  1838  pulls.no_merge_access = You are not authorized to merge this pull request.
  1839  pulls.merge_pull_request = Create merge commit
  1840  pulls.rebase_merge_pull_request = Rebase then fast-forward
  1841  pulls.rebase_merge_commit_pull_request = Rebase then create merge commit
  1842  pulls.squash_merge_pull_request = Create squash commit
  1843  pulls.fast_forward_only_merge_pull_request = Fast-forward only
  1844  pulls.merge_manually = Manually merged
  1845  pulls.merge_commit_id = The merge commit ID
  1846  pulls.require_signed_wont_sign = The branch requires signed commits but this merge will not be signed
  1847  
  1848  pulls.invalid_merge_option = You cannot use this merge option for this pull request.
  1849  pulls.merge_conflict = Merge Failed: There was a conflict whilst merging. Hint: Try a different strategy
  1850  pulls.merge_conflict_summary = Error Message
  1851  pulls.rebase_conflict = Merge Failed: There was a conflict whilst rebasing commit: %[1]s. Hint: Try a different strategy
  1852  pulls.rebase_conflict_summary = Error Message
  1853  pulls.unrelated_histories = Merge Failed: The merge head and base do not share a common history. Hint: Try a different strategy
  1854  pulls.merge_out_of_date = Merge Failed: Whilst generating the merge, the base was updated. Hint: Try again.
  1855  pulls.head_out_of_date = Merge Failed: Whilst generating the merge, the head was updated. Hint: Try again.
  1856  pulls.has_merged = Failed: The pull request has been merged, you cannot merge again or change the target branch.
  1857  pulls.push_rejected = Push Failed: The push was rejected. Review the Git Hooks for this repository.
  1858  pulls.push_rejected_summary = Full Rejection Message
  1859  pulls.push_rejected_no_message = Push Failed: The push was rejected but there was no remote message. Review the Git Hooks for this repository
  1860  pulls.open_unmerged_pull_exists = `You cannot perform a reopen operation because there is a pending pull request (#%d) with identical properties.`
  1861  pulls.status_checking = Some checks are pending
  1862  pulls.status_checks_success = All checks were successful
  1863  pulls.status_checks_warning = Some checks reported warnings
  1864  pulls.status_checks_failure = Some checks failed
  1865  pulls.status_checks_error = Some checks reported errors
  1866  pulls.status_checks_requested = Required
  1867  pulls.status_checks_details = Details
  1868  pulls.status_checks_hide_all = Hide all checks
  1869  pulls.status_checks_show_all = Show all checks
  1870  pulls.update_branch = Update branch by merge
  1871  pulls.update_branch_rebase = Update branch by rebase
  1872  pulls.update_branch_success = Branch update was successful
  1873  pulls.update_not_allowed = You are not allowed to update branch
  1874  pulls.outdated_with_base_branch = This branch is out-of-date with the base branch
  1875  pulls.close = Close Pull Request
  1876  pulls.closed_at = `closed this pull request <a id="%[1]s" href="#%[1]s">%[2]s</a>`
  1877  pulls.reopened_at = `reopened this pull request <a id="%[1]s" href="#%[1]s">%[2]s</a>`
  1878  pulls.cmd_instruction_hint = `View <a class="show-instruction">command line instructions</a>.`
  1879  pulls.cmd_instruction_checkout_title = Checkout
  1880  pulls.cmd_instruction_checkout_desc = From your project repository, check out a new branch and test the changes.
  1881  pulls.cmd_instruction_merge_title = Merge
  1882  pulls.cmd_instruction_merge_desc = Merge the changes and update on Gitea.
  1883  pulls.clear_merge_message = Clear merge message
  1884  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 …".
  1885  
  1886  pulls.auto_merge_button_when_succeed = (When checks succeed)
  1887  pulls.auto_merge_when_succeed = Auto merge when all checks succeed
  1888  pulls.auto_merge_newly_scheduled = The pull request was scheduled to merge when all checks succeed.
  1889  pulls.auto_merge_has_pending_schedule = %[1]s scheduled this pull request to auto merge when all checks succeed %[2]s.
  1890  
  1891  pulls.auto_merge_cancel_schedule = Cancel auto merge
  1892  pulls.auto_merge_not_scheduled = This pull request is not scheduled to auto merge.
  1893  pulls.auto_merge_canceled_schedule = The auto merge was canceled for this pull request.
  1894  
  1895  pulls.auto_merge_newly_scheduled_comment = `scheduled this pull request to auto merge when all checks succeed %[1]s`
  1896  pulls.auto_merge_canceled_schedule_comment = `canceled auto merging this pull request when all checks succeed %[1]s`
  1897  
  1898  pulls.delete.title = Delete this pull request?
  1899  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)
  1900  
  1901  pulls.recently_pushed_new_branches = You pushed on branch <strong>%[1]s</strong> %[2]s
  1902  
  1903  pull.deleted_branch = (deleted):%s
  1904  
  1905  milestones.new = New Milestone
  1906  milestones.closed = Closed %s
  1907  milestones.update_ago = Updated %s
  1908  milestones.no_due_date = No due date
  1909  milestones.open = Open
  1910  milestones.close = Close
  1911  milestones.new_subheader = Milestones can help you organize issues and track their progress.
  1912  milestones.completeness = <strong>%d%%</strong> Completed
  1913  milestones.create = Create Milestone
  1914  milestones.title = Title
  1915  milestones.desc = Description
  1916  milestones.due_date = Due Date (optional)
  1917  milestones.clear = Clear
  1918  milestones.invalid_due_date_format = "Due date format must be 'yyyy-mm-dd'."
  1919  milestones.create_success = The milestone "%s" has been created.
  1920  milestones.edit = Edit Milestone
  1921  milestones.edit_subheader = Milestones organize issues and track progress.
  1922  milestones.cancel = Cancel
  1923  milestones.modify = Update Milestone
  1924  milestones.edit_success = Milestone "%s" has been updated.
  1925  milestones.deletion = Delete Milestone
  1926  milestones.deletion_desc = Deleting a milestone removes it from all related issues. Continue?
  1927  milestones.deletion_success = The milestone has been deleted.
  1928  milestones.filter_sort.earliest_due_data = Earliest due date
  1929  milestones.filter_sort.latest_due_date = Latest due date
  1930  milestones.filter_sort.least_complete = Least complete
  1931  milestones.filter_sort.most_complete = Most complete
  1932  milestones.filter_sort.most_issues = Most issues
  1933  milestones.filter_sort.least_issues = Least issues
  1934  
  1935  signing.will_sign = This commit will be signed with key "%s".
  1936  signing.wont_sign.error = There was an error whilst checking if the commit could be signed.
  1937  signing.wont_sign.nokey = There is no key available to sign this commit.
  1938  signing.wont_sign.never = Commits are never signed.
  1939  signing.wont_sign.always = Commits are always signed.
  1940  signing.wont_sign.pubkey = The commit will not be signed because you do not have a public key associated with your account.
  1941  signing.wont_sign.twofa = You must have two factor authentication enabled to have commits signed.
  1942  signing.wont_sign.parentsigned = The commit will not be signed as the parent commit is not signed.
  1943  signing.wont_sign.basesigned = The merge will not be signed as the base commit is not signed.
  1944  signing.wont_sign.headsigned = The merge will not be signed as the head commit is not signed.
  1945  signing.wont_sign.commitssigned = The merge will not be signed as all the associated commits are not signed.
  1946  signing.wont_sign.approved = The merge will not be signed as the PR is not approved.
  1947  signing.wont_sign.not_signed_in = You are not signed in.
  1948  
  1949  ext_wiki = Access to External Wiki
  1950  ext_wiki.desc = Link to an external wiki.
  1951  
  1952  wiki = Wiki
  1953  wiki.welcome = Welcome to the Wiki.
  1954  wiki.welcome_desc = The wiki lets you write and share documentation with collaborators.
  1955  wiki.desc = Write and share documentation with collaborators.
  1956  wiki.create_first_page = Create the First Page
  1957  wiki.page = Page
  1958  wiki.filter_page = Filter page
  1959  wiki.new_page = Page
  1960  wiki.page_title = Page title
  1961  wiki.page_content = Page content
  1962  wiki.default_commit_message = Write a note about this page update (optional).
  1963  wiki.save_page = Save Page
  1964  wiki.last_commit_info = %s edited this page %s
  1965  wiki.edit_page_button = Edit
  1966  wiki.new_page_button = New Page
  1967  wiki.file_revision = Page Revision
  1968  wiki.wiki_page_revisions = Wiki Page Revisions
  1969  wiki.back_to_wiki = Back to wiki page
  1970  wiki.delete_page_button = Delete Page
  1971  wiki.delete_page_notice_1 = Deleting the wiki page "%s" cannot be undone. Continue?
  1972  wiki.page_already_exists = A wiki page with the same name already exists.
  1973  wiki.reserved_page = The wiki page name "%s" is reserved.
  1974  wiki.pages = Pages
  1975  wiki.last_updated = Last updated %s
  1976  wiki.page_name_desc = Enter a name for this Wiki page. Some special names are: 'Home', '_Sidebar' and '_Footer'.
  1977  wiki.original_git_entry_tooltip = View original Git file instead of using friendly link.
  1978  
  1979  activity = Activity
  1980  activity.navbar.pulse = Pulse
  1981  activity.navbar.code_frequency = Code Frequency
  1982  activity.navbar.contributors = Contributors
  1983  activity.navbar.recent_commits = Recent Commits
  1984  activity.period.filter_label = Period:
  1985  activity.period.daily = 1 day
  1986  activity.period.halfweekly = 3 days
  1987  activity.period.weekly = 1 week
  1988  activity.period.monthly = 1 month
  1989  activity.period.quarterly = 3 months
  1990  activity.period.semiyearly = 6 months
  1991  activity.period.yearly = 1 year
  1992  activity.overview = Overview
  1993  activity.active_prs_count_1 = <strong>%d</strong> Active Pull Request
  1994  activity.active_prs_count_n = <strong>%d</strong> Active Pull Requests
  1995  activity.merged_prs_count_1 = Merged Pull Request
  1996  activity.merged_prs_count_n = Merged Pull Requests
  1997  activity.opened_prs_count_1 = Proposed Pull Request
  1998  activity.opened_prs_count_n = Proposed Pull Requests
  1999  activity.title.user_1 = %d user
  2000  activity.title.user_n = %d users
  2001  activity.title.prs_1 = %d Pull request
  2002  activity.title.prs_n = %d Pull requests
  2003  activity.title.prs_merged_by = %s merged by %s
  2004  activity.title.prs_opened_by = %s proposed by %s
  2005  activity.merged_prs_label = Merged
  2006  activity.opened_prs_label = Proposed
  2007  activity.active_issues_count_1 = <strong>%d</strong> Active Issue
  2008  activity.active_issues_count_n = <strong>%d</strong> Active Issues
  2009  activity.closed_issues_count_1 = Closed Issue
  2010  activity.closed_issues_count_n = Closed Issues
  2011  activity.title.issues_1 = %d Issue
  2012  activity.title.issues_n = %d Issues
  2013  activity.title.issues_closed_from = %s closed from %s
  2014  activity.title.issues_created_by = %s created by %s
  2015  activity.closed_issue_label = Closed
  2016  activity.new_issues_count_1 = New Issue
  2017  activity.new_issues_count_n = New Issues
  2018  activity.new_issue_label = Opened
  2019  activity.title.unresolved_conv_1 = %d Unresolved Conversation
  2020  activity.title.unresolved_conv_n = %d Unresolved Conversations
  2021  activity.unresolved_conv_desc = These recently changed issues and pull requests have not been resolved yet.
  2022  activity.unresolved_conv_label = Open
  2023  activity.title.releases_1 = %d Release
  2024  activity.title.releases_n = %d Releases
  2025  activity.title.releases_published_by = %s published by %s
  2026  activity.published_release_label = Published
  2027  activity.no_git_activity = There has not been any commit activity in this period.
  2028  activity.git_stats_exclude_merges = Excluding merges,
  2029  activity.git_stats_author_1 = %d author
  2030  activity.git_stats_author_n = %d authors
  2031  activity.git_stats_pushed_1 = has pushed
  2032  activity.git_stats_pushed_n = have pushed
  2033  activity.git_stats_commit_1 = %d commit
  2034  activity.git_stats_commit_n = %d commits
  2035  activity.git_stats_push_to_branch = to %s and
  2036  activity.git_stats_push_to_all_branches = to all branches.
  2037  activity.git_stats_on_default_branch = On %s,
  2038  activity.git_stats_file_1 = %d file
  2039  activity.git_stats_file_n = %d files
  2040  activity.git_stats_files_changed_1 = has changed
  2041  activity.git_stats_files_changed_n = have changed
  2042  activity.git_stats_additions = and there have been
  2043  activity.git_stats_addition_1 = %d addition
  2044  activity.git_stats_addition_n = %d additions
  2045  activity.git_stats_and_deletions = and
  2046  activity.git_stats_deletion_1 = %d deletion
  2047  activity.git_stats_deletion_n = %d deletions
  2048  
  2049  contributors.contribution_type.filter_label = Contribution type:
  2050  contributors.contribution_type.commits = Commits
  2051  contributors.contribution_type.additions = Additions
  2052  contributors.contribution_type.deletions = Deletions
  2053  
  2054  settings = Settings
  2055  settings.desc = Settings is where you can manage the settings for the repository
  2056  settings.options = Repository
  2057  settings.collaboration = Collaborators
  2058  settings.collaboration.admin = Administrator
  2059  settings.collaboration.write = Write
  2060  settings.collaboration.read = Read
  2061  settings.collaboration.owner = Owner
  2062  settings.collaboration.undefined = Undefined
  2063  settings.hooks = Webhooks
  2064  settings.githooks = Git Hooks
  2065  settings.basic_settings = Basic Settings
  2066  settings.mirror_settings = Mirror Settings
  2067  settings.mirror_settings.docs = Set up your repository to automatically synchronize commits, tags and branches with another repository.
  2068  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.
  2069  settings.mirror_settings.docs.disabled_push_mirror.instructions = Set up your project to automatically pull commits, tags and branches from another repository.
  2070  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:
  2071  settings.mirror_settings.docs.disabled_push_mirror.info = Push mirrors have been disabled by your site administrator.
  2072  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.
  2073  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.
  2074  settings.mirror_settings.docs.pull_mirror_instructions = To set up a pull mirror, please consult:
  2075  settings.mirror_settings.docs.more_information_if_disabled = You can find out more about push and pull mirrors here:
  2076  settings.mirror_settings.docs.doc_link_title = How do I mirror repositories?
  2077  settings.mirror_settings.docs.doc_link_pull_section = the "Pulling from a remote repository" section of the documentation.
  2078  settings.mirror_settings.docs.pulling_remote_title = Pulling from a remote repository
  2079  settings.mirror_settings.mirrored_repository = Mirrored repository
  2080  settings.mirror_settings.pushed_repository = Pushed repository
  2081  settings.mirror_settings.direction = Direction
  2082  settings.mirror_settings.direction.pull = Pull
  2083  settings.mirror_settings.direction.push = Push
  2084  settings.mirror_settings.last_update = Last update
  2085  settings.mirror_settings.push_mirror.none = No push mirrors configured
  2086  settings.mirror_settings.push_mirror.remote_url = Git Remote Repository URL
  2087  settings.mirror_settings.push_mirror.add = Add Push Mirror
  2088  settings.mirror_settings.push_mirror.edit_sync_time = Edit mirror sync interval
  2089  
  2090  settings.sync_mirror = Synchronize Now
  2091  settings.pull_mirror_sync_in_progress = Pulling changes from the remote %s at the moment.
  2092  settings.push_mirror_sync_in_progress = Pushing changes to the remote %s at the moment.
  2093  settings.site = Website
  2094  settings.update_settings = Update Settings
  2095  settings.update_mirror_settings = Update Mirror Settings
  2096  settings.branches.switch_default_branch = Switch Default Branch
  2097  settings.branches.update_default_branch = Update Default Branch
  2098  settings.branches.add_new_rule = Add New Rule
  2099  settings.advanced_settings = Advanced Settings
  2100  settings.wiki_desc = Enable Repository Wiki
  2101  settings.use_internal_wiki = Use Built-In Wiki
  2102  settings.default_wiki_branch_name = Default Wiki Branch Name
  2103  settings.default_wiki_everyone_access = Default Access Permission for signed-in users:
  2104  settings.failed_to_change_default_wiki_branch = Failed to change the default wiki branch.
  2105  settings.use_external_wiki = Use External Wiki
  2106  settings.external_wiki_url = External Wiki URL
  2107  settings.external_wiki_url_error = The external wiki URL is not a valid URL.
  2108  settings.external_wiki_url_desc = Visitors are redirected to the external wiki URL when clicking the wiki tab.
  2109  settings.issues_desc = Enable Repository Issue Tracker
  2110  settings.use_internal_issue_tracker = Use Built-In Issue Tracker
  2111  settings.use_external_issue_tracker = Use External Issue Tracker
  2112  settings.external_tracker_url = External Issue Tracker URL
  2113  settings.external_tracker_url_error = The external issue tracker URL is not a valid URL.
  2114  settings.external_tracker_url_desc = Visitors are redirected to the external issue tracker URL when clicking on the issues tab.
  2115  settings.tracker_url_format = External Issue Tracker URL Format
  2116  settings.tracker_url_format_error = The external issue tracker URL format is not a valid URL.
  2117  settings.tracker_issue_style = External Issue Tracker Number Format
  2118  settings.tracker_issue_style.numeric = Numeric
  2119  settings.tracker_issue_style.alphanumeric = Alphanumeric
  2120  settings.tracker_issue_style.regexp = Regular Expression
  2121  settings.tracker_issue_style.regexp_pattern = Regular Expression Pattern
  2122  settings.tracker_issue_style.regexp_pattern_desc = The first captured group will be used in place of <code>{index}</code>.
  2123  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.
  2124  settings.enable_timetracker = Enable Time Tracking
  2125  settings.allow_only_contributors_to_track_time = Let Only Contributors Track Time
  2126  settings.pulls_desc = Enable Repository Pull Requests
  2127  settings.pulls.ignore_whitespace = Ignore Whitespace for Conflicts
  2128  settings.pulls.enable_autodetect_manual_merge = Enable autodetect manual merge (Note: In some special cases, misjudgments can occur)
  2129  settings.pulls.allow_rebase_update = Enable updating pull request branch by rebase
  2130  settings.pulls.default_delete_branch_after_merge = Delete pull request branch after merge by default
  2131  settings.pulls.default_allow_edits_from_maintainers = Allow edits from maintainers by default
  2132  settings.releases_desc = Enable Repository Releases
  2133  settings.packages_desc = Enable Repository Packages Registry
  2134  settings.projects_desc = Enable Projects
  2135  settings.projects_mode_desc = Projects Mode (which kinds of projects to show)
  2136  settings.projects_mode_repo = Repo projects only
  2137  settings.projects_mode_owner = Only user or org projects
  2138  settings.projects_mode_all = All projects
  2139  settings.actions_desc = Enable Repository Actions
  2140  settings.admin_settings = Administrator Settings
  2141  settings.admin_enable_health_check = Enable Repository Health Checks (git fsck)
  2142  settings.admin_code_indexer = Code Indexer
  2143  settings.admin_stats_indexer = Code Statistics Indexer
  2144  settings.admin_indexer_commit_sha = Last Indexed SHA
  2145  settings.admin_indexer_unindexed = Unindexed
  2146  settings.reindex_button = Add to Reindex Queue
  2147  settings.reindex_requested=Reindex Requested
  2148  settings.admin_enable_close_issues_via_commit_in_any_branch = Close an issue via a commit made in a non default branch
  2149  settings.danger_zone = Danger Zone
  2150  settings.new_owner_has_same_repo = The new owner already has a repository with same name. Please choose another name.
  2151  settings.convert = Convert to Regular Repository
  2152  settings.convert_desc = You can convert this mirror into a regular repository. This cannot be undone.
  2153  settings.convert_notices_1 = This operation will convert the mirror into a regular repository and cannot be undone.
  2154  settings.convert_confirm = Convert Repository
  2155  settings.convert_succeed = The mirror has been converted into a regular repository.
  2156  settings.convert_fork = Convert to Regular Repository
  2157  settings.convert_fork_desc = You can convert this fork into a regular repository. This cannot be undone.
  2158  settings.convert_fork_notices_1 = This operation will convert the fork into a regular repository and cannot be undone.
  2159  settings.convert_fork_confirm = Convert Repository
  2160  settings.convert_fork_succeed = The fork has been converted into a regular repository.
  2161  settings.transfer = Transfer Ownership
  2162  settings.transfer.rejected = Repository transfer was rejected.
  2163  settings.transfer.success = Repository transfer was successful.
  2164  settings.transfer.blocked_user = Cannot transfer repository because you are blocked by the new owner.
  2165  settings.transfer_abort = Cancel transfer
  2166  settings.transfer_abort_invalid = You cannot cancel a non existent repository transfer.
  2167  settings.transfer_abort_success = The repository transfer to %s was successfully canceled.
  2168  settings.transfer_desc = Transfer this repository to a user or to an organization for which you have administrator rights.
  2169  settings.transfer_form_title = Enter the repository name as confirmation:
  2170  settings.transfer_in_progress = There is currently an ongoing transfer. Please cancel it if you will like to transfer this repository to another user.
  2171  settings.transfer_notices_1 = - You will lose access to the repository if you transfer it to an individual user.
  2172  settings.transfer_notices_2 = - You will keep access to the repository if you transfer it to an organization that you (co-)own.
  2173  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).
  2174  settings.transfer_notices_4 = - If the repository belongs to an organization, and you transfer it to another organization or individual, you will lose the links between the repository's issues and the organization's project board.
  2175  settings.transfer_owner = New Owner
  2176  settings.transfer_perform = Perform Transfer
  2177  settings.transfer_started = This repository has been marked for transfer and awaits confirmation from "%s"
  2178  settings.transfer_succeed = The repository has been transferred.
  2179  settings.signing_settings = Signing Verification Settings
  2180  settings.trust_model = Signature Trust Model
  2181  settings.trust_model.default = Default Trust Model
  2182  settings.trust_model.default.desc= Use the default repository trust model for this installation.
  2183  settings.trust_model.collaborator = Collaborator
  2184  settings.trust_model.collaborator.long = Collaborator: Trust signatures by collaborators
  2185  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.
  2186  settings.trust_model.committer = Committer
  2187  settings.trust_model.committer.long = Committer: Trust signatures that match committers (This matches GitHub and will force Gitea signed commits to have Gitea as the committer)
  2188  settings.trust_model.committer.desc = Valid signatures will only be marked "trusted" if they match the committer, otherwise they will be marked "unmatched". This forces Gitea to be the committer on signed commits with the actual committer marked as Co-authored-by: and Co-committed-by: trailer in the commit. The default Gitea key must match a User in the database.
  2189  settings.trust_model.collaboratorcommitter = Collaborator+Committer
  2190  settings.trust_model.collaboratorcommitter.long = Collaborator+Committer: Trust signatures by collaborators which match the committer
  2191  settings.trust_model.collaboratorcommitter.desc = Valid signatures by collaborators of this repository will be marked "trusted" if they match the committer. Otherwise, valid signatures will be marked "untrusted" if the signature matches the committer and "unmatched" otherwise. This will force Gitea to be marked as the committer on signed commits with the actual committer marked as Co-Authored-By: and Co-Committed-By: trailer in the commit. The default Gitea key must match a User in the database.
  2192  settings.wiki_delete = Delete Wiki Data
  2193  settings.wiki_delete_desc = Deleting repository wiki data is permanent and cannot be undone.
  2194  settings.wiki_delete_notices_1 = - This will permanently delete and disable the repository wiki for %s.
  2195  settings.confirm_wiki_delete = Delete Wiki Data
  2196  settings.wiki_deletion_success = The repository wiki data has been deleted.
  2197  settings.delete = Delete This Repository
  2198  settings.delete_desc = Deleting a repository is permanent and cannot be undone.
  2199  settings.delete_notices_1 = - This operation <strong>CANNOT</strong> be undone.
  2200  settings.delete_notices_2 = - This operation will permanently delete the <strong>%s</strong> repository including code, issues, comments, wiki data and collaborator settings.
  2201  settings.delete_notices_fork_1 = - Forks of this repository will become independent after deletion.
  2202  settings.deletion_success = The repository has been deleted.
  2203  settings.update_settings_success = The repository settings have been updated.
  2204  settings.update_settings_no_unit = The repository should allow at least some sort of interaction.
  2205  settings.confirm_delete = Delete Repository
  2206  settings.add_collaborator = Add Collaborator
  2207  settings.add_collaborator_success = The collaborator has been added.
  2208  settings.add_collaborator_inactive_user = Cannot add an inactive user as a collaborator.
  2209  settings.add_collaborator_owner = Cannot add an owner as a collaborator.
  2210  settings.add_collaborator_duplicate = The collaborator is already added to this repository.
  2211  settings.add_collaborator.blocked_user = The collaborator is blocked by the repository owner or vice versa.
  2212  settings.delete_collaborator = Remove
  2213  settings.collaborator_deletion = Remove Collaborator
  2214  settings.collaborator_deletion_desc = Removing a collaborator will revoke their access to this repository. Continue?
  2215  settings.remove_collaborator_success = The collaborator has been removed.
  2216  settings.org_not_allowed_to_be_collaborator = Organizations cannot be added as a collaborator.
  2217  settings.change_team_access_not_allowed = Changing team access for repository has been restricted to organization owner
  2218  settings.team_not_in_organization = The team is not in the same organization as the repository
  2219  settings.teams = Teams
  2220  settings.add_team = Add Team
  2221  settings.add_team_duplicate = Team already has the repository
  2222  settings.add_team_success = The team now have access to the repository.
  2223  settings.change_team_permission_tip = Team's permission is set on the team setting page and can't be changed per repository
  2224  settings.delete_team_tip = This team has access to all repositories and can't be removed
  2225  settings.remove_team_success = The team's access to the repository has been removed.
  2226  settings.add_webhook = Add Webhook
  2227  settings.add_webhook.invalid_channel_name = Webhook channel name cannot be empty and cannot contain only a # character.
  2228  settings.hooks_desc = Webhooks automatically make HTTP POST requests to a server when certain Gitea events trigger. Read more in the <a target="_blank" rel="noopener noreferrer" href="%s">webhooks guide</a>.
  2229  settings.webhook_deletion = Remove Webhook
  2230  settings.webhook_deletion_desc = Removing a webhook deletes its settings and delivery history. Continue?
  2231  settings.webhook_deletion_success = The webhook has been removed.
  2232  settings.webhook.test_delivery = Test Delivery
  2233  settings.webhook.test_delivery_desc = Test this webhook with a fake event.
  2234  settings.webhook.test_delivery_desc_disabled = To test this webhook with a fake event, activate it.
  2235  settings.webhook.request = Request
  2236  settings.webhook.response = Response
  2237  settings.webhook.headers = Headers
  2238  settings.webhook.payload = Content
  2239  settings.webhook.body = Body
  2240  settings.webhook.replay.description = Replay this webhook.
  2241  settings.webhook.replay.description_disabled = To replay this webhook, activate it.
  2242  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.
  2243  settings.githooks_desc = "Git Hooks are powered by Git itself. You can edit hook files below to set up custom operations."
  2244  settings.githook_edit_desc = If the hook is inactive, sample content will be presented. Leaving content to an empty value will disable this hook.
  2245  settings.githook_name = Hook Name
  2246  settings.githook_content = Hook Content
  2247  settings.update_githook = Update Hook
  2248  settings.add_webhook_desc = Gitea will send <code>POST</code> requests with a specified content type to the target URL. Read more in the <a target="_blank" rel="noopener noreferrer" href="%s">webhooks guide</a>.
  2249  settings.payload_url = Target URL
  2250  settings.http_method = HTTP Method
  2251  settings.content_type = POST Content Type
  2252  settings.secret = Secret
  2253  settings.slack_username = Username
  2254  settings.slack_icon_url = Icon URL
  2255  settings.slack_color = Color
  2256  settings.discord_username = Username
  2257  settings.discord_icon_url = Icon URL
  2258  settings.event_desc = Trigger On:
  2259  settings.event_push_only = Push Events
  2260  settings.event_send_everything = All Events
  2261  settings.event_choose = Custom Events…
  2262  settings.event_header_repository = Repository Events
  2263  settings.event_create = Create
  2264  settings.event_create_desc = Branch or tag created.
  2265  settings.event_delete = Delete
  2266  settings.event_delete_desc = Branch or tag deleted.
  2267  settings.event_fork = Fork
  2268  settings.event_fork_desc = Repository forked.
  2269  settings.event_wiki = Wiki
  2270  settings.event_wiki_desc = Wiki page created, renamed, edited or deleted.
  2271  settings.event_release = Release
  2272  settings.event_release_desc = Release published, updated or deleted in a repository.
  2273  settings.event_push = Push
  2274  settings.event_push_desc = Git push to a repository.
  2275  settings.event_repository = Repository
  2276  settings.event_repository_desc = Repository created or deleted.
  2277  settings.event_header_issue = Issue Events
  2278  settings.event_issues = Issues
  2279  settings.event_issues_desc = Issue opened, closed, reopened, or edited.
  2280  settings.event_issue_assign = Issue Assigned
  2281  settings.event_issue_assign_desc = Issue assigned or unassigned.
  2282  settings.event_issue_label = Issue Labeled
  2283  settings.event_issue_label_desc = Issue labels updated or cleared.
  2284  settings.event_issue_milestone = Issue Milestoned
  2285  settings.event_issue_milestone_desc = Issue milestoned or demilestoned.
  2286  settings.event_issue_comment = Issue Comment
  2287  settings.event_issue_comment_desc = Issue comment created, edited, or deleted.
  2288  settings.event_header_pull_request = Pull Request Events
  2289  settings.event_pull_request = Pull Request
  2290  settings.event_pull_request_desc = Pull request opened, closed, reopened, or edited.
  2291  settings.event_pull_request_assign = Pull Request Assigned
  2292  settings.event_pull_request_assign_desc = Pull request assigned or unassigned.
  2293  settings.event_pull_request_label = Pull Request Labeled
  2294  settings.event_pull_request_label_desc = Pull request labels updated or cleared.
  2295  settings.event_pull_request_milestone = Pull Request Milestoned
  2296  settings.event_pull_request_milestone_desc = Pull request milestoned or demilestoned.
  2297  settings.event_pull_request_comment = Pull Request Comment
  2298  settings.event_pull_request_comment_desc = Pull request comment created, edited, or deleted.
  2299  settings.event_pull_request_review = Pull Request Reviewed
  2300  settings.event_pull_request_review_desc = Pull request approved, rejected, or review comment.
  2301  settings.event_pull_request_sync = Pull Request Synchronized
  2302  settings.event_pull_request_sync_desc = Pull request synchronized.
  2303  settings.event_pull_request_review_request = Pull Request Review Requested
  2304  settings.event_pull_request_review_request_desc = Pull request review requested or review request removed.
  2305  settings.event_pull_request_approvals = Pull Request Approvals
  2306  settings.event_pull_request_merge = Pull Request Merge
  2307  settings.event_package = Package
  2308  settings.event_package_desc = Package created or deleted in a repository.
  2309  settings.branch_filter = Branch filter
  2310  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="https://pkg.go.dev/github.com/gobwas/glob#Compile">github.com/gobwas/glob</a> documentation for syntax. Examples: <code>master</code>, <code>{master,release*}</code>.
  2311  settings.authorization_header = Authorization Header
  2312  settings.authorization_header_desc = Will be included as authorization header for requests when present. Examples: %s.
  2313  settings.active = Active
  2314  settings.active_helper = Information about triggered events will be sent to this webhook URL.
  2315  settings.add_hook_success = The webhook has been added.
  2316  settings.update_webhook = Update Webhook
  2317  settings.update_hook_success = The webhook has been updated.
  2318  settings.delete_webhook = Remove Webhook
  2319  settings.recent_deliveries = Recent Deliveries
  2320  settings.hook_type = Hook Type
  2321  settings.slack_token = Token
  2322  settings.slack_domain = Domain
  2323  settings.slack_channel = Channel
  2324  settings.add_web_hook_desc = Integrate <a target="_blank" rel="noreferrer" href="%s">%s</a> into your repository.
  2325  settings.web_hook_name_gitea = Gitea
  2326  settings.web_hook_name_gogs = Gogs
  2327  settings.web_hook_name_slack = Slack
  2328  settings.web_hook_name_discord = Discord
  2329  settings.web_hook_name_dingtalk = DingTalk
  2330  settings.web_hook_name_telegram = Telegram
  2331  settings.web_hook_name_matrix = Matrix
  2332  settings.web_hook_name_msteams = Microsoft Teams
  2333  settings.web_hook_name_feishu_or_larksuite = Feishu / Lark Suite
  2334  settings.web_hook_name_feishu = Feishu
  2335  settings.web_hook_name_larksuite = Lark Suite
  2336  settings.web_hook_name_wechatwork = WeCom (Wechat Work)
  2337  settings.web_hook_name_packagist = Packagist
  2338  settings.packagist_username = Packagist username
  2339  settings.packagist_api_token = API token
  2340  settings.packagist_package_url = Packagist package URL
  2341  settings.deploy_keys = Deploy Keys
  2342  settings.add_deploy_key = Add Deploy Key
  2343  settings.deploy_key_desc = Deploy keys have read-only pull access to the repository.
  2344  settings.is_writable = Enable Write Access
  2345  settings.is_writable_info = Allow this deploy key to <strong>push</strong> to the repository.
  2346  settings.no_deploy_keys = There are no deploy keys yet.
  2347  settings.title = Title
  2348  settings.deploy_key_content = Content
  2349  settings.key_been_used = A deploy key with identical content is already in use.
  2350  settings.key_name_used = A deploy key with the same name already exists.
  2351  settings.add_key_success = The deploy key "%s" has been added.
  2352  settings.deploy_key_deletion = Remove Deploy Key
  2353  settings.deploy_key_deletion_desc = Removing a deploy key will revoke its access to this repository. Continue?
  2354  settings.deploy_key_deletion_success = The deploy key has been removed.
  2355  settings.branches = Branches
  2356  settings.protected_branch = Branch Protection
  2357  settings.protected_branch.save_rule = Save Rule
  2358  settings.protected_branch.delete_rule = Delete Rule
  2359  settings.protected_branch_can_push = Allow push?
  2360  settings.protected_branch_can_push_yes = You can push
  2361  settings.protected_branch_can_push_no = You cannot push
  2362  settings.branch_protection = Branch Protection Rules for Branch '<b>%s</b>'
  2363  settings.protect_this_branch = Enable Branch Protection
  2364  settings.protect_this_branch_desc = Prevents deletion and restricts Git pushing and merging to the branch.
  2365  settings.protect_disable_push = Disable Push
  2366  settings.protect_disable_push_desc = No pushing will be allowed to this branch.
  2367  settings.protect_enable_push = Enable Push
  2368  settings.protect_enable_push_desc = Anyone with write access will be allowed to push to this branch (but not force push).
  2369  settings.protect_enable_merge = Enable Merge
  2370  settings.protect_enable_merge_desc = Anyone with write access will be allowed to merge the pull requests into this branch.
  2371  settings.protect_whitelist_committers = Whitelist Restricted Push
  2372  settings.protect_whitelist_committers_desc = Only whitelisted users or teams will be allowed to push to this branch (but not force push).
  2373  settings.protect_whitelist_deploy_keys = Whitelist deploy keys with write access to push.
  2374  settings.protect_whitelist_users = Whitelisted users for pushing:
  2375  settings.protect_whitelist_teams = Whitelisted teams for pushing:
  2376  settings.protect_merge_whitelist_committers = Enable Merge Whitelist
  2377  settings.protect_merge_whitelist_committers_desc = Allow only whitelisted users or teams to merge pull requests into this branch.
  2378  settings.protect_merge_whitelist_users = Whitelisted users for merging:
  2379  settings.protect_merge_whitelist_teams = Whitelisted teams for merging:
  2380  settings.protect_check_status_contexts = Enable Status Check
  2381  settings.protect_status_check_patterns = Status check patterns:
  2382  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.
  2383  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.
  2384  settings.protect_check_status_contexts_list = Status checks found in the last week for this repository
  2385  settings.protect_status_check_matched = Matched
  2386  settings.protect_invalid_status_check_pattern = Invalid status check pattern: "%s".
  2387  settings.protect_no_valid_status_check_patterns = No valid status check patterns.
  2388  settings.protect_required_approvals = Required approvals:
  2389  settings.protect_required_approvals_desc = Allow only to merge pull request with enough positive reviews.
  2390  settings.protect_approvals_whitelist_enabled = Restrict approvals to whitelisted users or teams
  2391  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.
  2392  settings.protect_approvals_whitelist_users = Whitelisted reviewers:
  2393  settings.protect_approvals_whitelist_teams = Whitelisted teams for reviews:
  2394  settings.dismiss_stale_approvals = Dismiss stale approvals
  2395  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.
  2396  settings.ignore_stale_approvals = Ignore stale approvals
  2397  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.
  2398  settings.require_signed_commits = Require Signed Commits
  2399  settings.require_signed_commits_desc = Reject pushes to this branch if they are unsigned or unverifiable.
  2400  settings.protect_branch_name_pattern = Protected Branch Name Pattern
  2401  settings.protect_branch_name_pattern_desc = "Protected branch name patterns. See <a href="https://github.com/gobwas/glob">the documentation</a> for pattern syntax. Examples: main, release/**"
  2402  settings.protect_patterns = Patterns
  2403  settings.protect_protected_file_patterns = "Protected file patterns (separated using semicolon ';'):"
  2404  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='https://pkg.go.dev/github.com/gobwas/glob#Compile'>github.com/gobwas/glob</a> documentation for pattern syntax. Examples: <code>.drone.yml</code>, <code>/docs/**/*.txt</code>."
  2405  settings.protect_unprotected_file_patterns = "Unprotected file patterns (separated using semicolon ';'):"
  2406  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='https://pkg.go.dev/github.com/gobwas/glob#Compile'>github.com/gobwas/glob</a> documentation for pattern syntax. Examples: <code>.drone.yml</code>, <code>/docs/**/*.txt</code>."
  2407  settings.add_protected_branch = Enable protection
  2408  settings.delete_protected_branch = Disable protection
  2409  settings.update_protect_branch_success = Branch protection for rule "%s" has been updated.
  2410  settings.remove_protected_branch_success = Branch protection for rule "%s" has been removed.
  2411  settings.remove_protected_branch_failed = Removing branch protection rule "%s" failed.
  2412  settings.protected_branch_deletion = Delete Branch Protection
  2413  settings.protected_branch_deletion_desc = Disabling branch protection allows users with write permission to push to the branch. Continue?
  2414  settings.block_rejected_reviews = Block merge on rejected reviews
  2415  settings.block_rejected_reviews_desc = Merging will not be possible when changes are requested by official reviewers, even if there are enough approvals.
  2416  settings.block_on_official_review_requests = Block merge on official review requests
  2417  settings.block_on_official_review_requests_desc = Merging will not be possible when it has official review requests, even if there are enough approvals.
  2418  settings.block_outdated_branch = Block merge if pull request is outdated
  2419  settings.block_outdated_branch_desc = Merging will not be possible when head branch is behind base branch.
  2420  settings.default_branch_desc = Select a default repository branch for pull requests and code commits:
  2421  settings.merge_style_desc = Merge Styles
  2422  settings.default_merge_style_desc = Default Merge Style
  2423  settings.choose_branch = Choose a branch…
  2424  settings.no_protected_branch = There are no protected branches.
  2425  settings.edit_protected_branch = Edit
  2426  settings.protected_branch_required_rule_name = Required rule name
  2427  settings.protected_branch_duplicate_rule_name = Duplicate rule name
  2428  settings.protected_branch_required_approvals_min = Required approvals cannot be negative.
  2429  settings.tags = Tags
  2430  settings.tags.protection = Tag Protection
  2431  settings.tags.protection.pattern = Tag Pattern
  2432  settings.tags.protection.allowed = Allowed
  2433  settings.tags.protection.allowed.users = Allowed users
  2434  settings.tags.protection.allowed.teams = Allowed teams
  2435  settings.tags.protection.allowed.noone = No One
  2436  settings.tags.protection.create = Protect Tag
  2437  settings.tags.protection.none = There are no protected tags.
  2438  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="https://docs.gitea.com/usage/protected-tags">protected tags guide</a>.
  2439  settings.bot_token = Bot Token
  2440  settings.chat_id = Chat ID
  2441  settings.thread_id = Thread ID
  2442  settings.matrix.homeserver_url = Homeserver URL
  2443  settings.matrix.room_id = Room ID
  2444  settings.matrix.message_type = Message Type
  2445  settings.archive.button = Archive Repo
  2446  settings.archive.header = Archive This Repo
  2447  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.
  2448  settings.archive.success = The repo was successfully archived.
  2449  settings.archive.error = An error occurred while trying to archive the repo. See the log for more details.
  2450  settings.archive.error_ismirror = You cannot archive a mirrored repo.
  2451  settings.archive.branchsettings_unavailable = Branch settings are not available if the repo is archived.
  2452  settings.archive.tagsettings_unavailable = Tag settings are not available if the repo is archived.
  2453  settings.archive.mirrors_unavailable = Mirrors are not available if the repo is archived.
  2454  settings.unarchive.button = Unarchive repo
  2455  settings.unarchive.header = Unarchive this repo
  2456  settings.unarchive.text = Unarchiving the repo will restore its ability to receive commits and pushes, as well as new issues and pull-requests.
  2457  settings.unarchive.success = The repo was successfully unarchived.
  2458  settings.unarchive.error = An error occurred while trying to unarchive the repo. See the log for more details.
  2459  settings.update_avatar_success = The repository avatar has been updated.
  2460  settings.lfs=LFS
  2461  settings.lfs_filelist=LFS files stored in this repository
  2462  settings.lfs_no_lfs_files=No LFS files stored in this repository
  2463  settings.lfs_findcommits=Find commits
  2464  settings.lfs_lfs_file_no_commits=No Commits found for this LFS file
  2465  settings.lfs_noattribute=This path does not have the lockable attribute in the default branch
  2466  settings.lfs_delete=Delete LFS file with OID %s
  2467  settings.lfs_delete_warning=Deleting an LFS file may cause 'object does not exist' errors on checkout. Are you sure?
  2468  settings.lfs_findpointerfiles=Find pointer files
  2469  settings.lfs_locks=Locks
  2470  settings.lfs_invalid_locking_path=Invalid path: %s
  2471  settings.lfs_invalid_lock_directory=Cannot lock directory: %s
  2472  settings.lfs_lock_already_exists=Lock already exists: %s
  2473  settings.lfs_lock=Lock
  2474  settings.lfs_lock_path=Filepath to lock...
  2475  settings.lfs_locks_no_locks=No Locks
  2476  settings.lfs_lock_file_no_exist=Locked file does not exist in default branch
  2477  settings.lfs_force_unlock=Force Unlock
  2478  settings.lfs_pointers.found=Found %d blob pointer(s) - %d associated, %d unassociated (%d missing from store)
  2479  settings.lfs_pointers.sha=Blob SHA
  2480  settings.lfs_pointers.oid=OID
  2481  settings.lfs_pointers.inRepo=In Repo
  2482  settings.lfs_pointers.exists=Exists in store
  2483  settings.lfs_pointers.accessible=Accessible to User
  2484  settings.lfs_pointers.associateAccessible=Associate accessible %d OIDs
  2485  settings.rename_branch_failed_exist=Cannot rename branch because target branch %s exists.
  2486  settings.rename_branch_failed_not_exist=Cannot rename branch %s because it does not exist.
  2487  settings.rename_branch_success =Branch %s was successfully renamed to %s.
  2488  settings.rename_branch_from=old branch name
  2489  settings.rename_branch_to=new branch name
  2490  settings.rename_branch=Rename branch
  2491  
  2492  diff.browse_source = Browse Source
  2493  diff.parent = parent
  2494  diff.commit = commit
  2495  diff.git-notes = Notes
  2496  diff.data_not_available = Diff Content Not Available
  2497  diff.options_button = Diff Options
  2498  diff.show_diff_stats = Show Stats
  2499  diff.download_patch = Download Patch File
  2500  diff.download_diff = Download Diff File
  2501  diff.show_split_view = Split View
  2502  diff.show_unified_view = Unified View
  2503  diff.whitespace_button = Whitespace
  2504  diff.whitespace_show_everything = Show all changes
  2505  diff.whitespace_ignore_all_whitespace = Ignore whitespace when comparing lines
  2506  diff.whitespace_ignore_amount_changes = Ignore changes in amount of whitespace
  2507  diff.whitespace_ignore_at_eol = Ignore changes in whitespace at EOL
  2508  diff.stats_desc = <strong> %d changed files</strong> with <strong>%d additions</strong> and <strong>%d deletions</strong>
  2509  diff.stats_desc_file = %d changes: %d additions and %d deletions
  2510  diff.bin = BIN
  2511  diff.bin_not_shown = Binary file not shown.
  2512  diff.view_file = View File
  2513  diff.file_before = Before
  2514  diff.file_after = After
  2515  diff.file_image_width = Width
  2516  diff.file_image_height = Height
  2517  diff.file_byte_size = Size
  2518  diff.file_suppressed = File diff suppressed because it is too large
  2519  diff.file_suppressed_line_too_long = File diff suppressed because one or more lines are too long
  2520  diff.too_many_files = Some files were not shown because too many files have changed in this diff
  2521  diff.show_more = Show More
  2522  diff.load = Load Diff
  2523  diff.generated = generated
  2524  diff.vendored = vendored
  2525  diff.comment.add_line_comment = Add line comment
  2526  diff.comment.placeholder = Leave a comment
  2527  diff.comment.markdown_info = Styling with markdown is supported.
  2528  diff.comment.add_single_comment = Add single comment
  2529  diff.comment.add_review_comment = Add comment
  2530  diff.comment.start_review = Start review
  2531  diff.comment.reply = Reply
  2532  diff.review = Review
  2533  diff.review.header = Submit review
  2534  diff.review.placeholder = Review comment
  2535  diff.review.comment = Comment
  2536  diff.review.approve = Approve
  2537  diff.review.self_reject = Pull request authors can't request changes on their own pull request
  2538  diff.review.reject = Request changes
  2539  diff.review.self_approve = Pull request authors can't approve their own pull request
  2540  diff.committed_by = committed by
  2541  diff.protected = Protected
  2542  diff.image.side_by_side = Side by Side
  2543  diff.image.swipe = Swipe
  2544  diff.image.overlay = Overlay
  2545  diff.has_escaped = This line has hidden Unicode characters
  2546  diff.show_file_tree = Show file tree
  2547  diff.hide_file_tree = Hide file tree
  2548  
  2549  releases.desc = Track project versions and downloads.
  2550  release.releases = Releases
  2551  release.detail = Release details
  2552  release.tags = Tags
  2553  release.new_release = New Release
  2554  release.draft = Draft
  2555  release.prerelease = Pre-Release
  2556  release.stable = Stable
  2557  release.compare = Compare
  2558  release.edit = edit
  2559  release.ahead.commits = <strong>%d</strong> commits
  2560  release.ahead.target = to %s since this release
  2561  tag.ahead.target = to %s since this tag
  2562  release.source_code = Source Code
  2563  release.new_subheader = Releases organize project versions.
  2564  release.edit_subheader = Releases organize project versions.
  2565  release.tag_name = Tag name
  2566  release.target = Target
  2567  release.tag_helper = Choose an existing tag or create a new tag.
  2568  release.tag_helper_new = New tag. This tag will be created from the target.
  2569  release.tag_helper_existing = Existing tag.
  2570  release.title = Release title
  2571  release.title_empty = Title cannot be empty.
  2572  release.message = Describe this release
  2573  release.prerelease_desc = Mark as Pre-Release
  2574  release.prerelease_helper = Mark this release unsuitable for production use.
  2575  release.cancel = Cancel
  2576  release.publish = Publish Release
  2577  release.save_draft = Save Draft
  2578  release.edit_release = Update Release
  2579  release.delete_release = Delete Release
  2580  release.delete_tag = Delete Tag
  2581  release.deletion = Delete Release
  2582  release.deletion_desc = Deleting a release only removes it from Gitea. It will not affect the Git tag, the contents of your repository or its history. Continue?
  2583  release.deletion_success = The release has been deleted.
  2584  release.deletion_tag_desc = Will delete this tag from repository. Repository contents and history remain unchanged. Continue?
  2585  release.deletion_tag_success = The tag has been deleted.
  2586  release.tag_name_already_exist = A release with this tag name already exists.
  2587  release.tag_name_invalid = The tag name is not valid.
  2588  release.tag_name_protected = The tag name is protected.
  2589  release.tag_already_exist = This tag name already exists.
  2590  release.downloads = Downloads
  2591  release.download_count = Downloads: %s
  2592  release.add_tag_msg = Use the title and content of release as tag message.
  2593  release.add_tag = Create Tag Only
  2594  release.releases_for = Releases for %s
  2595  release.tags_for = Tags for %s
  2596  
  2597  branch.name = Branch Name
  2598  branch.already_exists = A branch named "%s" already exists.
  2599  branch.delete_head = Delete
  2600  branch.delete = Delete Branch "%s"
  2601  branch.delete_html = Delete Branch
  2602  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?
  2603  branch.deletion_success = Branch "%s" has been deleted.
  2604  branch.deletion_failed = Failed to delete branch "%s".
  2605  branch.delete_branch_has_new_commits = Branch "%s" cannot be deleted because new commits have been added after merging.
  2606  branch.create_branch = Create branch %s
  2607  branch.create_from = from "%s"
  2608  branch.create_success = Branch "%s" has been created.
  2609  branch.branch_already_exists = Branch "%s" already exists in this repository.
  2610  branch.branch_name_conflict = Branch name "%s" conflicts with the already existing branch "%s".
  2611  branch.tag_collision = Branch "%s" cannot be created as a tag with same name already exists in the repository.
  2612  branch.deleted_by = Deleted by %s
  2613  branch.restore_success = Branch "%s" has been restored.
  2614  branch.restore_failed = Failed to restore branch "%s".
  2615  branch.protected_deletion_failed = Branch "%s" is protected. It cannot be deleted.
  2616  branch.default_deletion_failed = Branch "%s" is the default branch. It cannot be deleted.
  2617  branch.restore = Restore Branch "%s"
  2618  branch.download = Download Branch "%s"
  2619  branch.rename = Rename Branch "%s"
  2620  branch.included_desc = This branch is part of the default branch
  2621  branch.included = Included
  2622  branch.create_new_branch = Create branch from branch:
  2623  branch.confirm_create_branch = Create branch
  2624  branch.warning_rename_default_branch = You are renaming the default branch.
  2625  branch.rename_branch_to = Rename "%s" to:
  2626  branch.confirm_rename_branch = Rename branch
  2627  branch.create_branch_operation = Create branch
  2628  branch.new_branch = Create new branch
  2629  branch.new_branch_from = Create new branch from "%s"
  2630  branch.renamed = Branch %s was renamed to %s.
  2631  
  2632  tag.create_tag = Create tag %s
  2633  tag.create_tag_operation = Create tag
  2634  tag.confirm_create_tag = Create tag
  2635  tag.create_tag_from = Create new tag from "%s"
  2636  
  2637  tag.create_success = Tag "%s" has been created.
  2638  
  2639  topic.manage_topics = Manage Topics
  2640  topic.done = Done
  2641  topic.count_prompt = You cannot select more than 25 topics
  2642  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.
  2643  
  2644  find_file.go_to_file = Go to file
  2645  find_file.no_matching = No matching file found
  2646  
  2647  error.csv.too_large = Can't render this file because it is too large.
  2648  error.csv.unexpected = Can't render this file because it contains an unexpected character in line %d and column %d.
  2649  error.csv.invalid_field_count = Can't render this file because it has a wrong number of fields in line %d.
  2650  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.
  2651  
  2652  [graphs]
  2653  component_loading = Loading %s...
  2654  component_loading_failed = Could not load %s
  2655  component_loading_info = This might take a bit…
  2656  component_failed_to_load = An unexpected error happened.
  2657  code_frequency.what = code frequency
  2658  contributors.what = contributions
  2659  recent_commits.what = recent commits
  2660  
  2661  [org]
  2662  org_name_holder = Organization Name
  2663  org_full_name_holder = Organization Full Name
  2664  org_name_helper = Organization names should be short and memorable.
  2665  create_org = Create Organization
  2666  repo_updated = Updated
  2667  members = Members
  2668  teams = Teams
  2669  code = Code
  2670  lower_members = members
  2671  lower_repositories = repositories
  2672  create_new_team = New Team
  2673  create_team = Create Team
  2674  org_desc = Description
  2675  team_name = Team Name
  2676  team_desc = Description
  2677  team_name_helper = Team names should be short and memorable.
  2678  team_desc_helper = Describe the purpose or role of the team.
  2679  team_access_desc = Repository access
  2680  team_permission_desc = Permission
  2681  team_unit_desc = Allow Access to Repository Sections
  2682  team_unit_disabled = (Disabled)
  2683  
  2684  form.name_reserved = The organization name "%s" is reserved.
  2685  form.name_pattern_not_allowed = The pattern "%s" is not allowed in an organization name.
  2686  form.create_org_not_allowed = You are not allowed to create an organization.
  2687  
  2688  settings = Settings
  2689  settings.options = Organization
  2690  settings.full_name = Full Name
  2691  settings.email = Contact Email
  2692  settings.website = Website
  2693  settings.location = Location
  2694  settings.permission = Permissions
  2695  settings.repoadminchangeteam = Repository admin can add and remove access for teams
  2696  settings.visibility = Visibility
  2697  settings.visibility.public = Public
  2698  settings.visibility.limited = Limited (Visible to authenticated users only)
  2699  settings.visibility.limited_shortname = Limited
  2700  settings.visibility.private = Private (Visible only to organization members)
  2701  settings.visibility.private_shortname = Private
  2702  
  2703  settings.update_settings = Update Settings
  2704  settings.update_setting_success = Organization settings have been updated.
  2705  settings.change_orgname_prompt = Note: Changing the organization name will also change your organization's URL and free the old name.
  2706  settings.change_orgname_redirect_prompt = The old name will redirect until it is claimed.
  2707  settings.update_avatar_success = The organization's avatar has been updated.
  2708  settings.delete = Delete Organization
  2709  settings.delete_account = Delete This Organization
  2710  settings.delete_prompt = The organization will be permanently removed. This <strong>CANNOT</strong> be undone!
  2711  settings.confirm_delete_account = Confirm Deletion
  2712  settings.delete_org_title = Delete Organization
  2713  settings.delete_org_desc = This organization will be deleted permanently. Continue?
  2714  settings.hooks_desc = Add webhooks which will be triggered for <strong>all repositories</strong> under this organization.
  2715  
  2716  settings.labels_desc = Add labels which can be used on issues for <strong>all repositories</strong> under this organization.
  2717  
  2718  members.membership_visibility = Membership Visibility:
  2719  members.public = Visible
  2720  members.public_helper = make hidden
  2721  members.private = Hidden
  2722  members.private_helper = make visible
  2723  members.member_role = Member Role:
  2724  members.owner = Owner
  2725  members.member = Member
  2726  members.remove = Remove
  2727  members.remove.detail = Remove %[1]s from %[2]s?
  2728  members.leave = Leave
  2729  members.leave.detail = Leave %s?
  2730  members.invite_desc = Add a new member to %s:
  2731  members.invite_now = Invite Now
  2732  
  2733  teams.join = Join
  2734  teams.leave = Leave
  2735  teams.leave.detail = Leave %s?
  2736  teams.can_create_org_repo = Create repositories
  2737  teams.can_create_org_repo_helper = Members can create new repositories in organization. Creator will get administrator access to the new repository.
  2738  teams.none_access = No Access
  2739  teams.none_access_helper = Members cannot view or do any other action on this unit. It has no effect for public repositories.
  2740  teams.general_access = General Access
  2741  teams.general_access_helper = Members permissions will be decided by below permission table.
  2742  teams.read_access = Read
  2743  teams.read_access_helper = Members can view and clone team repositories.
  2744  teams.write_access = Write
  2745  teams.write_access_helper = Members can read and push to team repositories.
  2746  teams.admin_access = Administrator Access
  2747  teams.admin_access_helper = Members can pull and push to team repositories and add collaborators to them.
  2748  teams.no_desc = This team has no description
  2749  teams.settings = Settings
  2750  teams.owners_permission_desc = Owners have full access to <strong>all repositories</strong> and have <strong>administrator access</strong> to the organization.
  2751  teams.members = Team Members
  2752  teams.update_settings = Update Settings
  2753  teams.delete_team = Delete Team
  2754  teams.add_team_member = Add Team Member
  2755  teams.invite_team_member = Invite to %s
  2756  teams.invite_team_member.list = Pending Invitations
  2757  teams.delete_team_title = Delete Team
  2758  teams.delete_team_desc = Deleting a team revokes repository access from its members. Continue?
  2759  teams.delete_team_success = The team has been deleted.
  2760  teams.read_permission_desc = This team grants <strong>Read</strong> access: members can view and clone team repositories.
  2761  teams.write_permission_desc = This team grants <strong>Write</strong> access: members can read from and push to team repositories.
  2762  teams.admin_permission_desc = This team grants <strong>Admin</strong> access: members can read from, push to and add collaborators to team repositories.
  2763  teams.create_repo_permission_desc = Additionally, this team grants <strong>Create repository</strong> permission: members can create new repositories in organization.
  2764  teams.repositories = Team Repositories
  2765  teams.remove_all_repos_title = Remove all team repositories
  2766  teams.remove_all_repos_desc = This will remove all repositories from the team.
  2767  teams.add_all_repos_title = Add all repositories
  2768  teams.add_all_repos_desc = This will add all the organization's repositories to the team.
  2769  teams.add_nonexistent_repo = "The repository you're trying to add doesn't exist, please create it first."
  2770  teams.add_duplicate_users = User is already a team member.
  2771  teams.repos.none = No repositories could be accessed by this team.
  2772  teams.members.none = No members on this team.
  2773  teams.members.blocked_user = Cannot add the user because it is blocked by the organization.
  2774  teams.specific_repositories = Specific repositories
  2775  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>.
  2776  teams.all_repositories = All repositories
  2777  teams.all_repositories_helper = Team has access to all repositories. Selecting this will <strong>add all existing</strong> repositories to the team.
  2778  teams.all_repositories_read_permission_desc = This team grants <strong>Read</strong> access to <strong>all repositories</strong>: members can view and clone repositories.
  2779  teams.all_repositories_write_permission_desc = This team grants <strong>Write</strong> access to <strong>all repositories</strong>: members can read from and push to repositories.
  2780  teams.all_repositories_admin_permission_desc = This team grants <strong>Admin</strong> access to <strong>all repositories</strong>: members can read from, push to and add collaborators to repositories.
  2781  teams.invite.title = You have been invited to join team <strong>%s</strong> in organization <strong>%s</strong>.
  2782  teams.invite.by = Invited by %s
  2783  teams.invite.description = Please click the button below to join the team.
  2784  
  2785  [admin]
  2786  maintenance = Maintenance
  2787  dashboard = Dashboard
  2788  self_check = Self Check
  2789  identity_access = Identity & Access
  2790  users = User Accounts
  2791  organizations = Organizations
  2792  assets = Code Assets
  2793  repositories = Repositories
  2794  hooks = Webhooks
  2795  integrations = Integrations
  2796  authentication = Authentication Sources
  2797  emails = User Emails
  2798  config = Configuration
  2799  config_summary = Summary
  2800  config_settings = Settings
  2801  notices = System Notices
  2802  monitor = Monitoring
  2803  first_page = First
  2804  last_page = Last
  2805  total = Total: %d
  2806  settings = Admin Settings
  2807  
  2808  dashboard.new_version_hint = Gitea %s is now available, you are running %s. Check <a target="_blank" rel="noreferrer" href="https://blog.gitea.io">the blog</a> for more details.
  2809  dashboard.statistic = Summary
  2810  dashboard.maintenance_operations = Maintenance Operations
  2811  dashboard.system_status = System Status
  2812  dashboard.operation_name = Operation Name
  2813  dashboard.operation_switch = Switch
  2814  dashboard.operation_run = Run
  2815  dashboard.clean_unbind_oauth = Clean unbound OAuth connections
  2816  dashboard.clean_unbind_oauth_success = All unbound OAuth connections have been deleted.
  2817  dashboard.task.started=Started Task: %[1]s
  2818  dashboard.task.process=Task: %[1]s
  2819  dashboard.task.cancelled=Task: %[1]s canceled: %[3]s
  2820  dashboard.task.error=Error in Task: %[1]s: %[3]s
  2821  dashboard.task.finished=Task: %[1]s started by %[2]s has finished
  2822  dashboard.task.unknown=Unknown task: %[1]s
  2823  dashboard.cron.started=Started Cron: %[1]s
  2824  dashboard.cron.process=Cron: %[1]s
  2825  dashboard.cron.cancelled=Cron: %[1]s canceled: %[3]s
  2826  dashboard.cron.error=Error in Cron: %s: %[3]s
  2827  dashboard.cron.finished=Cron: %[1]s has finished
  2828  dashboard.delete_inactive_accounts = Delete all unactivated accounts
  2829  dashboard.delete_inactive_accounts.started = Delete all unactivated accounts task started.
  2830  dashboard.delete_repo_archives = "Delete all repositories' archives (ZIP, TAR.GZ, etc..)"
  2831  dashboard.delete_repo_archives.started = Delete all repository archives task started.
  2832  dashboard.delete_missing_repos = Delete all repositories missing their Git files
  2833  dashboard.delete_missing_repos.started = Delete all repositories missing their Git files task started.
  2834  dashboard.delete_generated_repository_avatars = Delete generated repository avatars
  2835  dashboard.sync_repo_branches = Sync missed branches from git data to databases
  2836  dashboard.sync_repo_tags = Sync tags from git data to database
  2837  dashboard.update_mirrors = Update Mirrors
  2838  dashboard.repo_health_check = Health check all repositories
  2839  dashboard.check_repo_stats = Check all repository statistics
  2840  dashboard.archive_cleanup = Delete old repository archives
  2841  dashboard.deleted_branches_cleanup = Clean-up deleted branches
  2842  dashboard.update_migration_poster_id = Update migration poster IDs
  2843  dashboard.git_gc_repos = Garbage collect all repositories
  2844  dashboard.resync_all_sshkeys = Update the '.ssh/authorized_keys' file with Gitea SSH keys.
  2845  dashboard.resync_all_sshprincipals = Update the '.ssh/authorized_principals' file with Gitea SSH principals.
  2846  dashboard.resync_all_hooks = Resynchronize pre-receive, update and post-receive hooks of all repositories.
  2847  dashboard.reinit_missing_repos = Reinitialize all missing Git repositories for which records exist
  2848  dashboard.sync_external_users = Synchronize external user data
  2849  dashboard.cleanup_hook_task_table = Cleanup hook_task table
  2850  dashboard.cleanup_packages = Cleanup expired packages
  2851  dashboard.cleanup_actions = Cleanup actions expired logs and artifacts
  2852  dashboard.server_uptime = Server Uptime
  2853  dashboard.current_goroutine = Current Goroutines
  2854  dashboard.current_memory_usage = Current Memory Usage
  2855  dashboard.total_memory_allocated = Total Memory Allocated
  2856  dashboard.memory_obtained = Memory Obtained
  2857  dashboard.pointer_lookup_times = Pointer Lookup Times
  2858  dashboard.memory_allocate_times = Memory Allocations
  2859  dashboard.memory_free_times = Memory Frees
  2860  dashboard.current_heap_usage = Current Heap Usage
  2861  dashboard.heap_memory_obtained = Heap Memory Obtained
  2862  dashboard.heap_memory_idle = Heap Memory Idle
  2863  dashboard.heap_memory_in_use = Heap Memory In Use
  2864  dashboard.heap_memory_released = Heap Memory Released
  2865  dashboard.heap_objects = Heap Objects
  2866  dashboard.bootstrap_stack_usage = Bootstrap Stack Usage
  2867  dashboard.stack_memory_obtained = Stack Memory Obtained
  2868  dashboard.mspan_structures_usage = MSpan Structures Usage
  2869  dashboard.mspan_structures_obtained = MSpan Structures Obtained
  2870  dashboard.mcache_structures_usage = MCache Structures Usage
  2871  dashboard.mcache_structures_obtained = MCache Structures Obtained
  2872  dashboard.profiling_bucket_hash_table_obtained = Profiling Bucket Hash Table Obtained
  2873  dashboard.gc_metadata_obtained = GC Metadata Obtained
  2874  dashboard.other_system_allocation_obtained = Other System Allocation Obtained
  2875  dashboard.next_gc_recycle = Next GC Recycle
  2876  dashboard.last_gc_time = Since Last GC Time
  2877  dashboard.total_gc_time = Total GC Pause
  2878  dashboard.total_gc_pause = Total GC Pause
  2879  dashboard.last_gc_pause = Last GC Pause
  2880  dashboard.gc_times = GC Times
  2881  dashboard.delete_old_actions = Delete all old actions from database
  2882  dashboard.delete_old_actions.started = Delete all old actions from database started.
  2883  dashboard.update_checker = Update checker
  2884  dashboard.delete_old_system_notices = Delete all old system notices from database
  2885  dashboard.gc_lfs = Garbage collect LFS meta objects
  2886  dashboard.stop_zombie_tasks = Stop zombie tasks
  2887  dashboard.stop_endless_tasks = Stop endless tasks
  2888  dashboard.cancel_abandoned_jobs = Cancel abandoned jobs
  2889  dashboard.start_schedule_tasks = Start schedule tasks
  2890  dashboard.sync_branch.started = Branches Sync started
  2891  dashboard.sync_tag.started = Tags Sync started
  2892  dashboard.rebuild_issue_indexer = Rebuild issue indexer
  2893  
  2894  users.user_manage_panel = User Account Management
  2895  users.new_account = Create User Account
  2896  users.name = Username
  2897  users.full_name = Full Name
  2898  users.activated = Activated
  2899  users.admin = Admin
  2900  users.restricted = Restricted
  2901  users.reserved = Reserved
  2902  users.bot = Bot
  2903  users.remote = Remote
  2904  users.2fa = 2FA
  2905  users.repos = Repos
  2906  users.created = Created
  2907  users.last_login = Last Sign-In
  2908  users.never_login = Never Signed-In
  2909  users.send_register_notify = Send User Registration Notification
  2910  users.new_success = The user account "%s" has been created.
  2911  users.edit = Edit
  2912  users.auth_source = Authentication Source
  2913  users.local = Local
  2914  users.auth_login_name = Authentication Sign-In Name
  2915  users.password_helper = Leave the password empty to keep it unchanged.
  2916  users.update_profile_success = The user account has been updated.
  2917  users.edit_account = Edit User Account
  2918  users.max_repo_creation = Maximum Number of Repositories
  2919  users.max_repo_creation_desc = (Enter -1 to use the global default limit.)
  2920  users.is_activated = User Account Is Activated
  2921  users.prohibit_login = Disable Sign-In
  2922  users.is_admin = Is Administrator
  2923  users.is_restricted = Is Restricted
  2924  users.allow_git_hook = May Create Git Hooks
  2925  users.allow_git_hook_tooltip = Git Hooks are executed as the OS user running Gitea and will have the same level of host access. As a result, users with this special Git Hook privilege can access and modify all Gitea repositories as well as the database used by Gitea. Consequently they are also able to gain Gitea administrator privileges.
  2926  users.allow_import_local = May Import Local Repositories
  2927  users.allow_create_organization = May Create Organizations
  2928  users.update_profile = Update User Account
  2929  users.delete_account = Delete User Account
  2930  users.cannot_delete_self = "You cannot delete yourself"
  2931  users.still_own_repo = This user still owns one or more repositories. Delete or transfer these repositories first.
  2932  users.still_has_org = This user is a member of an organization. Remove the user from any organizations first.
  2933  users.purge = Purge User
  2934  users.purge_help = Forcibly delete user and any repositories, organizations, and packages owned by the user. All comments will be deleted too.
  2935  users.still_own_packages = This user still owns one or more packages, delete these packages first.
  2936  users.deletion_success = The user account has been deleted.
  2937  users.reset_2fa = Reset 2FA
  2938  users.list_status_filter.menu_text = Filter
  2939  users.list_status_filter.reset = Reset
  2940  users.list_status_filter.is_active = Active
  2941  users.list_status_filter.not_active = Inactive
  2942  users.list_status_filter.is_admin = Admin
  2943  users.list_status_filter.not_admin = Not Admin
  2944  users.list_status_filter.is_restricted = Restricted
  2945  users.list_status_filter.not_restricted = Not Restricted
  2946  users.list_status_filter.is_prohibit_login = Prohibit Login
  2947  users.list_status_filter.not_prohibit_login = Allow Login
  2948  users.list_status_filter.is_2fa_enabled = 2FA Enabled
  2949  users.list_status_filter.not_2fa_enabled = 2FA Disabled
  2950  users.details = User Details
  2951  
  2952  emails.email_manage_panel = User Email Management
  2953  emails.primary = Primary
  2954  emails.activated = Activated
  2955  emails.filter_sort.email = Email
  2956  emails.filter_sort.email_reverse = Email (reverse)
  2957  emails.filter_sort.name = User Name
  2958  emails.filter_sort.name_reverse = User Name (reverse)
  2959  emails.updated = Email updated
  2960  emails.not_updated = Failed to update the requested email address: %v
  2961  emails.duplicate_active = This email address is already active for a different user.
  2962  emails.change_email_header = Update Email Properties
  2963  emails.change_email_text = Are you sure you want to update this email address?
  2964  
  2965  orgs.org_manage_panel = Organization Management
  2966  orgs.name = Name
  2967  orgs.teams = Teams
  2968  orgs.members = Members
  2969  orgs.new_orga = New Organization
  2970  
  2971  repos.repo_manage_panel = Repository Management
  2972  repos.unadopted = Unadopted Repositories
  2973  repos.unadopted.no_more = No more unadopted repositories found
  2974  repos.owner = Owner
  2975  repos.name = Name
  2976  repos.private = Private
  2977  repos.issues = Issues
  2978  repos.size = Size
  2979  repos.lfs_size = LFS Size
  2980  
  2981  packages.package_manage_panel = Package Management
  2982  packages.total_size = Total Size: %s
  2983  packages.unreferenced_size = Unreferenced Size: %s
  2984  packages.cleanup = Clean up expired data
  2985  packages.cleanup.success = Cleaned up expired data successfully
  2986  packages.owner = Owner
  2987  packages.creator = Creator
  2988  packages.name = Name
  2989  packages.version = Version
  2990  packages.type = Type
  2991  packages.repository = Repository
  2992  packages.size = Size
  2993  packages.published = Published
  2994  
  2995  defaulthooks = Default Webhooks
  2996  defaulthooks.desc = Webhooks automatically make HTTP POST requests to a server when certain Gitea events trigger. Webhooks defined here are defaults and will be copied into all new repositories. Read more in the <a target="_blank" rel="noopener" href="https://docs.gitea.com/usage/webhooks">webhooks guide</a>.
  2997  defaulthooks.add_webhook = Add Default Webhook
  2998  defaulthooks.update_webhook = Update Default Webhook
  2999  
  3000  systemhooks = System Webhooks
  3001  systemhooks.desc = Webhooks automatically make HTTP POST requests to a server when certain Gitea events trigger. Webhooks defined here will act on all repositories on the system, so please consider any performance implications this may have. Read more in the <a target="_blank" rel="noopener" href="https://docs.gitea.com/usage/webhooks">webhooks guide</a>.
  3002  systemhooks.add_webhook = Add System Webhook
  3003  systemhooks.update_webhook = Update System Webhook
  3004  
  3005  auths.auth_manage_panel = Authentication Source Management
  3006  auths.new = Add Authentication Source
  3007  auths.name = Name
  3008  auths.type = Type
  3009  auths.enabled = Enabled
  3010  auths.syncenabled = Enable User Synchronization
  3011  auths.updated = Updated
  3012  auths.auth_type = Authentication Type
  3013  auths.auth_name = Authentication Name
  3014  auths.security_protocol = Security Protocol
  3015  auths.domain = Domain
  3016  auths.host = Host
  3017  auths.port = Port
  3018  auths.bind_dn = Bind DN
  3019  auths.bind_password = Bind Password
  3020  auths.user_base = User Search Base
  3021  auths.user_dn = User DN
  3022  auths.attribute_username = Username Attribute
  3023  auths.attribute_username_placeholder = Leave empty to use the username entered in Gitea.
  3024  auths.attribute_name = First Name Attribute
  3025  auths.attribute_surname = Surname Attribute
  3026  auths.attribute_mail = Email Attribute
  3027  auths.attribute_ssh_public_key = Public SSH Key Attribute
  3028  auths.attribute_avatar = Avatar Attribute
  3029  auths.attributes_in_bind = Fetch Attributes in Bind DN Context
  3030  auths.allow_deactivate_all = Allow an empty search result to deactivate all users
  3031  auths.use_paged_search = Use Paged Search
  3032  auths.search_page_size = Page Size
  3033  auths.filter = User Filter
  3034  auths.admin_filter = Admin Filter
  3035  auths.restricted_filter = Restricted Filter
  3036  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.
  3037  auths.verify_group_membership = Verify group membership in LDAP (leave the filter empty to skip)
  3038  auths.group_search_base = Group Search Base DN
  3039  auths.group_attribute_list_users = Group Attribute Containing List Of Users
  3040  auths.user_attribute_in_group = User Attribute Listed In Group
  3041  auths.map_group_to_team = Map LDAP groups to Organization teams (leave the field empty to skip)
  3042  auths.map_group_to_team_removal = Remove users from synchronized teams if user does not belong to corresponding LDAP group
  3043  auths.enable_ldap_groups = Enable LDAP groups
  3044  auths.ms_ad_sa = MS AD Search Attributes
  3045  auths.smtp_auth = SMTP Authentication Type
  3046  auths.smtphost = SMTP Host
  3047  auths.smtpport = SMTP Port
  3048  auths.allowed_domains = Allowed Domains
  3049  auths.allowed_domains_helper = Leave empty to allow all domains. Separate multiple domains with a comma (',').
  3050  auths.skip_tls_verify = Skip TLS Verify
  3051  auths.force_smtps = Force SMTPS
  3052  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.)
  3053  auths.helo_hostname = HELO Hostname
  3054  auths.helo_hostname_helper = Hostname sent with HELO. Leave blank to send current hostname.
  3055  auths.disable_helo = Disable HELO
  3056  auths.pam_service_name = PAM Service Name
  3057  auths.pam_email_domain = PAM Email Domain (optional)
  3058  auths.oauth2_provider = OAuth2 Provider
  3059  auths.oauth2_icon_url = Icon URL
  3060  auths.oauth2_clientID = Client ID (Key)
  3061  auths.oauth2_clientSecret = Client Secret
  3062  auths.openIdConnectAutoDiscoveryURL = OpenID Connect Auto Discovery URL
  3063  auths.oauth2_use_custom_url = Use Custom URLs Instead of Default URLs
  3064  auths.oauth2_tokenURL = Token URL
  3065  auths.oauth2_authURL = Authorize URL
  3066  auths.oauth2_profileURL = Profile URL
  3067  auths.oauth2_emailURL = Email URL
  3068  auths.skip_local_two_fa = Skip local 2FA
  3069  auths.skip_local_two_fa_helper = Leaving unset means local users with 2FA set will still have to pass 2FA to log on
  3070  auths.oauth2_tenant = Tenant
  3071  auths.oauth2_scopes = Additional Scopes
  3072  auths.oauth2_required_claim_name = Required Claim Name
  3073  auths.oauth2_required_claim_name_helper = Set this name to restrict login from this source to users with a claim with this name
  3074  auths.oauth2_required_claim_value = Required Claim Value
  3075  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
  3076  auths.oauth2_group_claim_name = Claim name providing group names for this source. (Optional)
  3077  auths.oauth2_admin_group = Group Claim value for administrator users. (Optional - requires claim name above)
  3078  auths.oauth2_restricted_group = Group Claim value for restricted users. (Optional - requires claim name above)
  3079  auths.oauth2_map_group_to_team = Map claimed groups to Organization teams. (Optional - requires claim name above)
  3080  auths.oauth2_map_group_to_team_removal = Remove users from synchronized teams if user does not belong to corresponding group.
  3081  auths.enable_auto_register = Enable Auto Registration
  3082  auths.sspi_auto_create_users = Automatically create users
  3083  auths.sspi_auto_create_users_helper = Allow SSPI auth method to automatically create new accounts for users that login for the first time
  3084  auths.sspi_auto_activate_users = Automatically activate users
  3085  auths.sspi_auto_activate_users_helper = Allow SSPI auth method to automatically activate new users
  3086  auths.sspi_strip_domain_names = Remove domain names from usernames
  3087  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").
  3088  auths.sspi_separator_replacement = Separator to use instead of \, / and @
  3089  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").
  3090  auths.sspi_default_language = Default user language
  3091  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.
  3092  auths.tips = Tips
  3093  auths.tips.oauth2.general = OAuth2 Authentication
  3094  auths.tips.oauth2.general.tip = When registering a new OAuth2 authentication, the callback/redirect URL should be:
  3095  auths.tip.oauth2_provider = OAuth2 Provider
  3096  auths.tip.bitbucket = Register a new OAuth consumer on https://bitbucket.org/account/user/{your-username}/oauth-consumers/new and add the permission 'Account' - 'Read'
  3097  auths.tip.nextcloud = Register a new OAuth consumer on your instance using the following menu "Settings -> Security -> OAuth 2.0 client"
  3098  auths.tip.dropbox = Create a new application at https://www.dropbox.com/developers/apps
  3099  auths.tip.facebook = Register a new application at https://developers.facebook.com/apps and add the product "Facebook Login"
  3100  auths.tip.github = Register a new OAuth application on https://github.com/settings/applications/new
  3101  auths.tip.gitlab_new = Register a new application on https://gitlab.com/-/profile/applications
  3102  auths.tip.google_plus = Obtain OAuth2 client credentials from the Google API console at https://console.developers.google.com/
  3103  auths.tip.openid_connect = Use the OpenID Connect Discovery URL "https://{server}/.well-known/openid-configuration" to specify the endpoints
  3104  auths.tip.twitter = Go to https://dev.twitter.com/apps, create an application and ensure that the “Allow this application to be used to Sign in with Twitter” option is enabled
  3105  auths.tip.discord = Register a new application on https://discordapp.com/developers/applications/me
  3106  auths.tip.gitea = Register a new OAuth2 application. Guide can be found at https://docs.gitea.com/development/oauth2-provider
  3107  auths.tip.yandex = Create a new application at https://oauth.yandex.com/client/new. 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"
  3108  auths.tip.mastodon = Input a custom instance URL for the mastodon instance you want to authenticate with (or use the default one)
  3109  auths.edit = Edit Authentication Source
  3110  auths.activated = This Authentication Source is Activated
  3111  auths.new_success = The authentication "%s" has been added.
  3112  auths.update_success = The authentication source has been updated.
  3113  auths.update = Update Authentication Source
  3114  auths.delete = Delete Authentication Source
  3115  auths.delete_auth_title = Delete Authentication Source
  3116  auths.delete_auth_desc = Deleting an authentication source prevents users from using it to sign in. Continue?
  3117  auths.still_in_used = The authentication source is still in use. Convert or delete any users using this authentication source first.
  3118  auths.deletion_success = The authentication source has been deleted.
  3119  auths.login_source_exist = The authentication source "%s" already exists.
  3120  auths.login_source_of_type_exist = An authentication source of this type already exists.
  3121  auths.unable_to_initialize_openid = Unable to initialize OpenID Connect Provider: %s
  3122  auths.invalid_openIdConnectAutoDiscoveryURL = Invalid Auto Discovery URL (this must be a valid URL starting with http:// or https://)
  3123  
  3124  config.server_config = Server Configuration
  3125  config.app_name = Site Title
  3126  config.app_ver = Gitea Version
  3127  config.app_url = Gitea Base URL
  3128  config.custom_conf = Configuration File Path
  3129  config.custom_file_root_path = "Custom File Root Path"
  3130  config.domain = Server Domain
  3131  config.offline_mode = Local Mode
  3132  config.disable_router_log = Disable Router Log
  3133  config.run_user = Run As Username
  3134  config.run_mode = Run Mode
  3135  config.git_version = Git Version
  3136  config.app_data_path = App Data Path
  3137  config.repo_root_path = Repository Root Path
  3138  config.lfs_root_path = LFS Root Path
  3139  config.log_file_root_path = Log Path
  3140  config.script_type = Script Type
  3141  config.reverse_auth_user = Reverse Authentication User
  3142  
  3143  config.ssh_config = SSH Configuration
  3144  config.ssh_enabled = Enabled
  3145  config.ssh_start_builtin_server = Use Built-In Server
  3146  config.ssh_domain = SSH Server Domain
  3147  config.ssh_port = Port
  3148  config.ssh_listen_port = Listen Port
  3149  config.ssh_root_path = Root Path
  3150  config.ssh_key_test_path = Key Test Path
  3151  config.ssh_keygen_path = Keygen ('ssh-keygen') Path
  3152  config.ssh_minimum_key_size_check = Minimum Key Size Check
  3153  config.ssh_minimum_key_sizes = Minimum Key Sizes
  3154  
  3155  config.lfs_config = LFS Configuration
  3156  config.lfs_enabled = Enabled
  3157  config.lfs_content_path = LFS Content Path
  3158  config.lfs_http_auth_expiry = LFS HTTP Auth Expiry
  3159  
  3160  config.db_config = Database Configuration
  3161  config.db_type = Type
  3162  config.db_host = Host
  3163  config.db_name = Name
  3164  config.db_user = Username
  3165  config.db_schema = Schema
  3166  config.db_ssl_mode = SSL
  3167  config.db_path = Path
  3168  
  3169  config.service_config = Service Configuration
  3170  config.register_email_confirm = Require Email Confirmation to Register
  3171  config.disable_register = Disable Self-Registration
  3172  config.allow_only_internal_registration = Allow Registration Only Through Gitea itself
  3173  config.allow_only_external_registration = Allow Registration Only Through External Services
  3174  config.enable_openid_signup = Enable OpenID Self-Registration
  3175  config.enable_openid_signin = Enable OpenID Sign-In
  3176  config.show_registration_button = Show Register Button
  3177  config.require_sign_in_view = Require Sign-In to View Pages
  3178  config.mail_notify = Enable Email Notifications
  3179  config.enable_captcha = Enable CAPTCHA
  3180  config.active_code_lives = Active Code Lives
  3181  config.reset_password_code_lives = Recover Account Code Expiry Time
  3182  config.default_keep_email_private = Hide Email Addresses by Default
  3183  config.default_allow_create_organization = Allow Creation of Organizations by Default
  3184  config.enable_timetracking = Enable Time Tracking
  3185  config.default_enable_timetracking = Enable Time Tracking by Default
  3186  config.default_allow_only_contributors_to_track_time = Let Only Contributors Track Time
  3187  config.no_reply_address = Hidden Email Domain
  3188  config.default_visibility_organization = Default visibility for new Organizations
  3189  config.default_enable_dependencies = Enable Issue Dependencies by Default
  3190  
  3191  config.webhook_config = Webhook Configuration
  3192  config.queue_length = Queue Length
  3193  config.deliver_timeout = Deliver Timeout
  3194  config.skip_tls_verify = Skip TLS Verification
  3195  
  3196  config.mailer_config = Mailer Configuration
  3197  config.mailer_enabled = Enabled
  3198  config.mailer_enable_helo = Enable HELO
  3199  config.mailer_name = Name
  3200  config.mailer_protocol = Protocol
  3201  config.mailer_smtp_addr = SMTP Addr
  3202  config.mailer_smtp_port = SMTP Port
  3203  config.mailer_user = User
  3204  config.mailer_use_sendmail = Use Sendmail
  3205  config.mailer_sendmail_path = Sendmail Path
  3206  config.mailer_sendmail_args = Extra Arguments to Sendmail
  3207  config.mailer_sendmail_timeout = Sendmail Timeout
  3208  config.mailer_use_dummy = Dummy
  3209  config.test_email_placeholder = Email (e.g. test@example.com)
  3210  config.send_test_mail = Send Testing Email
  3211  config.send_test_mail_submit = Send
  3212  config.test_mail_failed = Failed to send a testing email to "%s": %v
  3213  config.test_mail_sent = A testing email has been sent to "%s".
  3214  
  3215  config.oauth_config = OAuth Configuration
  3216  config.oauth_enabled = Enabled
  3217  
  3218  config.cache_config = Cache Configuration
  3219  config.cache_adapter = Cache Adapter
  3220  config.cache_interval = Cache Interval
  3221  config.cache_conn = Cache Connection
  3222  config.cache_item_ttl = Cache Item TTL
  3223  
  3224  config.session_config = Session Configuration
  3225  config.session_provider = Session Provider
  3226  config.provider_config = Provider Config
  3227  config.cookie_name = Cookie Name
  3228  config.gc_interval_time = GC Interval Time
  3229  config.session_life_time = Session Life Time
  3230  config.https_only = HTTPS Only
  3231  config.cookie_life_time = Cookie Life Time
  3232  
  3233  config.picture_config = Picture and Avatar Configuration
  3234  config.picture_service = Picture Service
  3235  config.disable_gravatar = Disable Gravatar
  3236  config.enable_federated_avatar = Enable Federated Avatars
  3237  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.
  3238  
  3239  config.git_config = Git Configuration
  3240  config.git_disable_diff_highlight = Disable Diff Syntax Highlight
  3241  config.git_max_diff_lines = Max Diff Lines (for a single file)
  3242  config.git_max_diff_line_characters = Max Diff Characters (for a single line)
  3243  config.git_max_diff_files = Max Diff Files (to be shown)
  3244  config.git_gc_args = GC Arguments
  3245  config.git_migrate_timeout = Migration Timeout
  3246  config.git_mirror_timeout = Mirror Update Timeout
  3247  config.git_clone_timeout = Clone Operation Timeout
  3248  config.git_pull_timeout = Pull Operation Timeout
  3249  config.git_gc_timeout = GC Operation Timeout
  3250  
  3251  config.log_config = Log Configuration
  3252  config.logger_name_fmt = Logger: %s
  3253  config.disabled_logger = Disabled
  3254  config.access_log_mode = Access Log Mode
  3255  config.access_log_template = Access Log Template
  3256  config.xorm_log_sql = Log SQL
  3257  
  3258  config.set_setting_failed = Set setting %s failed
  3259  
  3260  monitor.stats = Stats
  3261  
  3262  monitor.cron = Cron Tasks
  3263  monitor.name = Name
  3264  monitor.schedule = Schedule
  3265  monitor.next = Next Time
  3266  monitor.previous = Previous Time
  3267  monitor.execute_times = Executions
  3268  monitor.process = Running Processes
  3269  monitor.stacktrace = Stacktrace
  3270  monitor.processes_count = %d Processes
  3271  monitor.download_diagnosis_report = Download diagnosis report
  3272  monitor.desc = Description
  3273  monitor.start = Start Time
  3274  monitor.execute_time = Execution Time
  3275  monitor.last_execution_result = Result
  3276  monitor.process.cancel = Cancel process
  3277  monitor.process.cancel_desc = Cancelling a process may cause data loss
  3278  monitor.process.cancel_notices = Cancel: <strong>%s</strong>?
  3279  monitor.process.children = Children
  3280  
  3281  monitor.queues = Queues
  3282  monitor.queue = Queue: %s
  3283  monitor.queue.name = Name
  3284  monitor.queue.type = Type
  3285  monitor.queue.exemplar = Exemplar Type
  3286  monitor.queue.numberworkers = Number of Workers
  3287  monitor.queue.activeworkers = Active Workers
  3288  monitor.queue.maxnumberworkers = Max Number of Workers
  3289  monitor.queue.numberinqueue = Number in Queue
  3290  monitor.queue.review_add = Review / Add Workers
  3291  monitor.queue.settings.title = Pool Settings
  3292  monitor.queue.settings.desc = Pools dynamically grow in response to their worker queue blocking.
  3293  monitor.queue.settings.maxnumberworkers = Max Number of workers
  3294  monitor.queue.settings.maxnumberworkers.placeholder = Currently %[1]d
  3295  monitor.queue.settings.maxnumberworkers.error = Max number of workers must be a number
  3296  monitor.queue.settings.submit = Update Settings
  3297  monitor.queue.settings.changed = Settings Updated
  3298  monitor.queue.settings.remove_all_items = Remove all
  3299  monitor.queue.settings.remove_all_items_done = All items in the queue have been removed.
  3300  
  3301  notices.system_notice_list = System Notices
  3302  notices.view_detail_header = View Notice Details
  3303  notices.operations = Operations
  3304  notices.select_all = Select All
  3305  notices.deselect_all = Deselect All
  3306  notices.inverse_selection = Inverse Selection
  3307  notices.delete_selected = Delete Selected
  3308  notices.delete_all = Delete All Notices
  3309  notices.type = Type
  3310  notices.type_1 = Repository
  3311  notices.type_2 = Task
  3312  notices.desc = Description
  3313  notices.op = Op.
  3314  notices.delete_success = The system notices have been deleted.
  3315  
  3316  self_check.no_problem_found = No problem found yet.
  3317  self_check.startup_warnings = Startup warnings:
  3318  self_check.database_collation_mismatch = Expect database to use collation: %s
  3319  self_check.database_collation_case_insensitive = Database is using a collation %s, which is an insensitive collation. Although Gitea could work with it, there might be some rare cases which don't work as expected.
  3320  self_check.database_inconsistent_collation_columns = Database is using collation %s, but these columns are using mismatched collations. It might cause some unexpected problems.
  3321  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.
  3322  self_check.database_fix_mssql = For MSSQL users, you could only fix the problem by "ALTER ... COLLATE ..." SQLs manually at the moment.
  3323  self_check.location_origin_mismatch = Current URL (%[1]s) doesn't match the URL seen by Gitea (%[2]s). If you are using a reverse proxy, please make sure the "Host" and "X-Forwarded-Proto" headers are set correctly.
  3324  
  3325  [action]
  3326  create_repo = created repository <a href="%s">%s</a>
  3327  rename_repo = renamed repository from <code>%[1]s</code> to <a href="%[2]s">%[3]s</a>
  3328  commit_repo = pushed to <a href="%[2]s">%[3]s</a> at <a href="%[1]s">%[4]s</a>
  3329  create_issue = `opened issue <a href="%[1]s">%[3]s#%[2]s</a>`
  3330  close_issue = `closed issue <a href="%[1]s">%[3]s#%[2]s</a>`
  3331  reopen_issue = `reopened issue <a href="%[1]s">%[3]s#%[2]s</a>`
  3332  create_pull_request = `created pull request <a href="%[1]s">%[3]s#%[2]s</a>`
  3333  close_pull_request = `closed pull request <a href="%[1]s">%[3]s#%[2]s</a>`
  3334  reopen_pull_request = `reopened pull request <a href="%[1]s">%[3]s#%[2]s</a>`
  3335  comment_issue = `commented on issue <a href="%[1]s">%[3]s#%[2]s</a>`
  3336  comment_pull = `commented on pull request <a href="%[1]s">%[3]s#%[2]s</a>`
  3337  merge_pull_request = `merged pull request <a href="%[1]s">%[3]s#%[2]s</a>`
  3338  auto_merge_pull_request = `automatically merged pull request <a href="%[1]s">%[3]s#%[2]s</a>`
  3339  transfer_repo = transferred repository <code>%s</code> to <a href="%s">%s</a>
  3340  push_tag = pushed tag <a href="%[2]s">%[3]s</a> to <a href="%[1]s">%[4]s</a>
  3341  delete_tag = deleted tag %[2]s from <a href="%[1]s">%[3]s</a>
  3342  delete_branch = deleted branch %[2]s from <a href="%[1]s">%[3]s</a>
  3343  compare_branch = Compare
  3344  compare_commits = Compare %d commits
  3345  compare_commits_general = Compare commits
  3346  mirror_sync_push = synced commits to <a href="%[2]s">%[3]s</a> at <a href="%[1]s">%[4]s</a> from mirror
  3347  mirror_sync_create = synced new reference <a href="%[2]s">%[3]s</a> to <a href="%[1]s">%[4]s</a> from mirror
  3348  mirror_sync_delete = synced and deleted reference <code>%[2]s</code> at <a href="%[1]s">%[3]s</a> from mirror
  3349  approve_pull_request = `approved <a href="%[1]s">%[3]s#%[2]s</a>`
  3350  reject_pull_request = `suggested changes for <a href="%[1]s">%[3]s#%[2]s</a>`
  3351  publish_release = `released <a href="%[2]s">%[4]s</a> at <a href="%[1]s">%[3]s</a>`
  3352  review_dismissed = `dismissed review from <b>%[4]s</b> for <a href="%[1]s">%[3]s#%[2]s</a>`
  3353  review_dismissed_reason = Reason:
  3354  create_branch = created branch <a href="%[2]s">%[3]s</a> in <a href="%[1]s">%[4]s</a>
  3355  starred_repo = starred <a href="%[1]s">%[2]s</a>
  3356  watched_repo = started watching <a href="%[1]s">%[2]s</a>
  3357  
  3358  [tool]
  3359  now = now
  3360  future = future
  3361  1s = 1 second
  3362  1m = 1 minute
  3363  1h = 1 hour
  3364  1d = 1 day
  3365  1w = 1 week
  3366  1mon = 1 month
  3367  1y = 1 year
  3368  seconds = %d seconds
  3369  minutes = %d minutes
  3370  hours = %d hours
  3371  days = %d days
  3372  weeks = %d weeks
  3373  months = %d months
  3374  years = %d years
  3375  raw_seconds = seconds
  3376  raw_minutes = minutes
  3377  
  3378  [dropzone]
  3379  default_message = Drop files or click here to upload.
  3380  invalid_input_type = You cannot upload files of this type.
  3381  file_too_big = File size ({{filesize}} MB) exceeds the maximum size of ({{maxFilesize}} MB).
  3382  remove_file = Remove file
  3383  
  3384  [notification]
  3385  notifications = Notifications
  3386  unread = Unread
  3387  read = Read
  3388  no_unread = No unread notifications.
  3389  no_read = No read notifications.
  3390  pin = Pin notification
  3391  mark_as_read = Mark as read
  3392  mark_as_unread = Mark as unread
  3393  mark_all_as_read = Mark all as read
  3394  subscriptions = Subscriptions
  3395  watching = Watching
  3396  no_subscriptions = No subscriptions
  3397  
  3398  [gpg]
  3399  default_key=Signed with default key
  3400  error.extract_sign = Failed to extract signature
  3401  error.generate_hash = Failed to generate hash of commit
  3402  error.no_committer_account = No account linked to committer's email address
  3403  error.no_gpg_keys_found = "No known key found for this signature in database"
  3404  error.not_signed_commit = "Not a signed commit"
  3405  error.failed_retrieval_gpg_keys = "Failed to retrieve any key attached to the committer's account"
  3406  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."
  3407  error.probable_bad_default_signature = "WARNING! Although the default key has this ID it does not verify this commit! This commit is SUSPICIOUS."
  3408  
  3409  [units]
  3410  unit = Unit
  3411  error.no_unit_allowed_repo = You are not allowed to access any section of this repository.
  3412  error.unit_not_allowed = You are not allowed to access this repository section.
  3413  
  3414  [packages]
  3415  title = Packages
  3416  desc = Manage repository packages.
  3417  empty = There are no packages yet.
  3418  no_metadata = No metadata.
  3419  empty.documentation = For more information on the package registry, see <a target="_blank" rel="noopener noreferrer" href="%s">the documentation</a>.
  3420  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.
  3421  registry.documentation = For more information on the %s registry, see <a target="_blank" rel="noopener noreferrer" href="%s">the documentation</a>.
  3422  filter.type = Type
  3423  filter.type.all = All
  3424  filter.no_result = Your filter produced no results.
  3425  filter.container.tagged = Tagged
  3426  filter.container.untagged = Untagged
  3427  published_by = Published %[1]s by <a href="%[2]s">%[3]s</a>
  3428  published_by_in = Published %[1]s by <a href="%[2]s">%[3]s</a> in <a href="%[4]s"><strong>%[5]s</strong></a>
  3429  installation = Installation
  3430  about = About this package
  3431  requirements = Requirements
  3432  dependencies = Dependencies
  3433  keywords = Keywords
  3434  details = Details
  3435  details.author = Author
  3436  details.project_site = Project Site
  3437  details.repository_site = Repository Site
  3438  details.documentation_site = Documentation Site
  3439  details.license = License
  3440  assets = Assets
  3441  versions = Versions
  3442  versions.view_all = View all
  3443  dependency.id = ID
  3444  dependency.version = Version
  3445  alpine.registry = Setup this registry by adding the url in your <code>/etc/apk/repositories</code> file:
  3446  alpine.registry.key = Download the registry public RSA key into the <code>/etc/apk/keys/</code> folder to verify the index signature:
  3447  alpine.registry.info = Choose $branch and $repository from the list below.
  3448  alpine.install = To install the package, run the following command:
  3449  alpine.repository = Repository Info
  3450  alpine.repository.branches = Branches
  3451  alpine.repository.repositories = Repositories
  3452  alpine.repository.architectures = Architectures
  3453  cargo.registry = Setup this registry in the Cargo configuration file (for example <code>~/.cargo/config.toml</code>):
  3454  cargo.install = To install the package using Cargo, run the following command:
  3455  chef.registry = Setup this registry in your <code>~/.chef/config.rb</code> file:
  3456  chef.install = To install the package, run the following command:
  3457  composer.registry = Setup this registry in your <code>~/.composer/config.json</code> file:
  3458  composer.install = To install the package using Composer, run the following command:
  3459  composer.dependencies = Dependencies
  3460  composer.dependencies.development = Development Dependencies
  3461  conan.details.repository = Repository
  3462  conan.registry = Setup this registry from the command line:
  3463  conan.install = To install the package using Conan, run the following command:
  3464  conda.registry = Setup this registry as a Conda repository in your <code>.condarc</code> file:
  3465  conda.install = To install the package using Conda, run the following command:
  3466  container.details.type = Image Type
  3467  container.details.platform = Platform
  3468  container.pull = Pull the image from the command line:
  3469  container.digest = Digest:
  3470  container.multi_arch = OS / Arch
  3471  container.layers = Image Layers
  3472  container.labels = Labels
  3473  container.labels.key = Key
  3474  container.labels.value = Value
  3475  cran.registry = Setup this registry in your <code>Rprofile.site</code> file:
  3476  cran.install = To install the package, run the following command:
  3477  debian.registry = Setup this registry from the command line:
  3478  debian.registry.info = Choose $distribution and $component from the list below.
  3479  debian.install = To install the package, run the following command:
  3480  debian.repository = Repository Info
  3481  debian.repository.distributions = Distributions
  3482  debian.repository.components = Components
  3483  debian.repository.architectures = Architectures
  3484  generic.download = Download package from the command line:
  3485  go.install = Install the package from the command line:
  3486  helm.registry = Setup this registry from the command line:
  3487  helm.install = To install the package, run the following command:
  3488  maven.registry = Setup this registry in your project <code>pom.xml</code> file:
  3489  maven.install = To use the package include the following in the <code>dependencies</code> block in the <code>pom.xml</code> file:
  3490  maven.install2 = Run via command line:
  3491  maven.download = To download the dependency, run via command line:
  3492  nuget.registry = Setup this registry from the command line:
  3493  nuget.install = To install the package using NuGet, run the following command:
  3494  nuget.dependency.framework = Target Framework
  3495  npm.registry = Setup this registry in your project <code>.npmrc</code> file:
  3496  npm.install = To install the package using npm, run the following command:
  3497  npm.install2 = or add it to the package.json file:
  3498  npm.dependencies = Dependencies
  3499  npm.dependencies.development = Development Dependencies
  3500  npm.dependencies.peer = Peer Dependencies
  3501  npm.dependencies.optional = Optional Dependencies
  3502  npm.details.tag = Tag
  3503  pub.install = To install the package using Dart, run the following command:
  3504  pypi.requires = Requires Python
  3505  pypi.install = To install the package using pip, run the following command:
  3506  rpm.registry = Setup this registry from the command line:
  3507  rpm.distros.redhat = on RedHat based distributions
  3508  rpm.distros.suse = on SUSE based distributions
  3509  rpm.install = To install the package, run the following command:
  3510  rpm.repository = Repository Info
  3511  rpm.repository.architectures = Architectures
  3512  rpm.repository.multiple_groups = This package is available in multiple groups.
  3513  rubygems.install = To install the package using gem, run the following command:
  3514  rubygems.install2 = or add it to the Gemfile:
  3515  rubygems.dependencies.runtime = Runtime Dependencies
  3516  rubygems.dependencies.development = Development Dependencies
  3517  rubygems.required.ruby = Requires Ruby version
  3518  rubygems.required.rubygems = Requires RubyGem version
  3519  swift.registry = Setup this registry from the command line:
  3520  swift.install = Add the package in your <code>Package.swift</code> file:
  3521  swift.install2 = and run the following command:
  3522  vagrant.install = To add a Vagrant box, run the following command:
  3523  settings.link = Link this package to a repository
  3524  settings.link.description = If you link a package with a repository, the package is listed in the repository's package list.
  3525  settings.link.select = Select Repository
  3526  settings.link.button = Update Repository Link
  3527  settings.link.success = Repository link was successfully updated.
  3528  settings.link.error = Failed to update repository link.
  3529  settings.delete = Delete package
  3530  settings.delete.description = Deleting a package is permanent and cannot be undone.
  3531  settings.delete.notice = You are about to delete %s (%s). This operation is irreversible, are you sure?
  3532  settings.delete.success = The package has been deleted.
  3533  settings.delete.error = Failed to delete the package.
  3534  owner.settings.cargo.title = Cargo Registry Index
  3535  owner.settings.cargo.initialize = Initialize Index
  3536  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.
  3537  owner.settings.cargo.initialize.error = Failed to initialize Cargo index: %v
  3538  owner.settings.cargo.initialize.success = The Cargo index was successfully created.
  3539  owner.settings.cargo.rebuild = Rebuild Index
  3540  owner.settings.cargo.rebuild.description = Rebuilding can be useful if the index is not synchronized with the stored Cargo packages.
  3541  owner.settings.cargo.rebuild.error = Failed to rebuild Cargo index: %v
  3542  owner.settings.cargo.rebuild.success = The Cargo index was successfully rebuild.
  3543  owner.settings.cleanuprules.title = Manage Cleanup Rules
  3544  owner.settings.cleanuprules.add = Add Cleanup Rule
  3545  owner.settings.cleanuprules.edit = Edit Cleanup Rule
  3546  owner.settings.cleanuprules.none = No cleanup rules available. Please consult the documentation.
  3547  owner.settings.cleanuprules.preview = Cleanup Rule Preview
  3548  owner.settings.cleanuprules.preview.overview = %d packages are scheduled to be removed.
  3549  owner.settings.cleanuprules.preview.none = Cleanup rule does not match any packages.
  3550  owner.settings.cleanuprules.enabled = Enabled
  3551  owner.settings.cleanuprules.pattern_full_match = Apply pattern to full package name
  3552  owner.settings.cleanuprules.keep.title = Versions that match these rules are kept, even if they match a removal rule below.
  3553  owner.settings.cleanuprules.keep.count = Keep the most recent
  3554  owner.settings.cleanuprules.keep.count.1 = 1 version per package
  3555  owner.settings.cleanuprules.keep.count.n = %d versions per package
  3556  owner.settings.cleanuprules.keep.pattern = Keep versions matching
  3557  owner.settings.cleanuprules.keep.pattern.container = The <code>latest</code> version is always kept for Container packages.
  3558  owner.settings.cleanuprules.remove.title = Versions that match these rules are removed, unless a rule above says to keep them.
  3559  owner.settings.cleanuprules.remove.days = Remove versions older than
  3560  owner.settings.cleanuprules.remove.pattern = Remove versions matching
  3561  owner.settings.cleanuprules.success.update = Cleanup rule has been updated.
  3562  owner.settings.cleanuprules.success.delete = Cleanup rule has been deleted.
  3563  owner.settings.chef.title = Chef Registry
  3564  owner.settings.chef.keypair = Generate key pair
  3565  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.
  3566  
  3567  [secrets]
  3568  secrets = Secrets
  3569  description = Secrets will be passed to certain actions and cannot be read otherwise.
  3570  none = There are no secrets yet.
  3571  creation = Add Secret
  3572  creation.name_placeholder = case-insensitive, alphanumeric characters or underscores only, cannot start with GITEA_ or GITHUB_
  3573  creation.value_placeholder = Input any content. Whitespace at the start and end will be omitted.
  3574  creation.success = The secret "%s" has been added.
  3575  creation.failed = Failed to add secret.
  3576  deletion = Remove secret
  3577  deletion.description = Removing a secret is permanent and cannot be undone. Continue?
  3578  deletion.success = The secret has been removed.
  3579  deletion.failed = Failed to remove secret.
  3580  management = Secrets Management
  3581  
  3582  [actions]
  3583  actions = Actions
  3584  
  3585  unit.desc = Manage actions
  3586  
  3587  status.unknown = "Unknown"
  3588  status.waiting = "Waiting"
  3589  status.running = "Running"
  3590  status.success = "Success"
  3591  status.failure = "Failure"
  3592  status.cancelled = "Canceled"
  3593  status.skipped = "Skipped"
  3594  status.blocked = "Blocked"
  3595  
  3596  runners = Runners
  3597  runners.runner_manage_panel = Runners Management
  3598  runners.new = Create new Runner
  3599  runners.new_notice = How to start a runner
  3600  runners.status = Status
  3601  runners.id = ID
  3602  runners.name = Name
  3603  runners.owner_type = Type
  3604  runners.description = Description
  3605  runners.labels = Labels
  3606  runners.last_online = Last Online Time
  3607  runners.runner_title = Runner
  3608  runners.task_list = Recent tasks on this runner
  3609  runners.task_list.no_tasks = There is no task yet.
  3610  runners.task_list.run = Run
  3611  runners.task_list.status = Status
  3612  runners.task_list.repository = Repository
  3613  runners.task_list.commit = Commit
  3614  runners.task_list.done_at = Done At
  3615  runners.edit_runner = Edit Runner
  3616  runners.update_runner = Update Changes
  3617  runners.update_runner_success = Runner updated successfully
  3618  runners.update_runner_failed = Failed to update runner
  3619  runners.delete_runner = Delete this runner
  3620  runners.delete_runner_success = Runner deleted successfully
  3621  runners.delete_runner_failed = Failed to delete runner
  3622  runners.delete_runner_header = Confirm to delete this runner
  3623  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.
  3624  runners.none = No runners available
  3625  runners.status.unspecified = Unknown
  3626  runners.status.idle = Idle
  3627  runners.status.active = Active
  3628  runners.status.offline = Offline
  3629  runners.version = Version
  3630  runners.reset_registration_token = Reset registration token
  3631  runners.reset_registration_token_success = Runner registration token reset successfully
  3632  
  3633  runs.all_workflows = All Workflows
  3634  runs.commit = Commit
  3635  runs.scheduled = Scheduled
  3636  runs.pushed_by = pushed by
  3637  runs.invalid_workflow_helper = Workflow config file is invalid. Please check your config file: %s
  3638  runs.no_matching_online_runner_helper = No matching online runner with label: %s
  3639  runs.no_job_without_needs = The workflow must contain at least one job without dependencies.
  3640  runs.no_job = The workflow must contain at least one job
  3641  runs.actor = Actor
  3642  runs.status = Status
  3643  runs.actors_no_select = All actors
  3644  runs.status_no_select = All status
  3645  runs.no_results = No results matched.
  3646  runs.no_workflows = There are no workflows yet.
  3647  runs.no_workflows.quick_start = Don't know how to start with Gitea Actions? See <a target="_blank" rel="noopener noreferrer" href="%s">the quick start guide</a>.
  3648  runs.no_workflows.documentation = For more information on Gitea Actions, see <a target="_blank" rel="noopener noreferrer" href="%s">the documentation</a>.
  3649  runs.no_runs = The workflow has no runs yet.
  3650  runs.empty_commit_message = (empty commit message)
  3651  
  3652  workflow.disable = Disable Workflow
  3653  workflow.disable_success = Workflow '%s' disabled successfully.
  3654  workflow.enable = Enable Workflow
  3655  workflow.enable_success = Workflow '%s' enabled successfully.
  3656  workflow.disabled = Workflow is disabled.
  3657  
  3658  need_approval_desc = Need approval to run workflows for fork pull request.
  3659  
  3660  variables = Variables
  3661  variables.management = Variables Management
  3662  variables.creation = Add Variable
  3663  variables.none = There are no variables yet.
  3664  variables.deletion = Remove variable
  3665  variables.deletion.description = Removing a variable is permanent and cannot be undone. Continue?
  3666  variables.description = Variables will be passed to certain actions and cannot be read otherwise.
  3667  variables.id_not_exist = Variable with ID %d does not exist.
  3668  variables.edit = Edit Variable
  3669  variables.deletion.failed = Failed to remove variable.
  3670  variables.deletion.success = The variable has been removed.
  3671  variables.creation.failed = Failed to add variable.
  3672  variables.creation.success = The variable "%s" has been added.
  3673  variables.update.failed = Failed to edit variable.
  3674  variables.update.success = The variable has been edited.
  3675  
  3676  [projects]
  3677  deleted.display_name = Deleted Project
  3678  type-1.display_name = Individual Project
  3679  type-2.display_name = Repository Project
  3680  type-3.display_name = Organization Project
  3681  
  3682  [git.filemode]
  3683  changed_filemode = %[1]s → %[2]s
  3684  ; Ordered by git filemode value, ascending. E.g. directory has "040000", normal file has "100644", …
  3685  directory = Directory
  3686  normal_file = Normal file
  3687  executable_file = Executable file
  3688  symbolic_link = Symbolic link
  3689  submodule = Submodule