sqlite3_not_available=This Gitea version does not support SQLite3. Please download the official binary version from %s (not the 'gobuild' version).
invalid_db_setting=The database settings are invalid: %v
invalid_db_table=The database table '%s' is invalid: %v
invalid_db_table=The database table "%s" is invalid: %v
invalid_repo_path=The repository root path is invalid: %v
invalid_app_data_path=The app data path is invalid: %v
run_user_not_match=The 'run as' username is not the current username: %s -> %s
@ -318,7 +318,7 @@ repo_no_results = No matching repositories found.
user_no_results=No matching users found.
org_no_results=No matching organizations found.
code_no_results=No source code matching your search term found.
code_search_results=Search results for '%s'
code_search_results=Search results for "%s"
code_last_indexed_at=Last indexed %s
relevant_repositories_tooltip=Repositories that are forks or that have no topic, no icon, and no description are hidden.
relevant_repositories=Only relevant repositories are being shown, <a href="%s">show unfiltered results</a>.
@ -495,8 +495,8 @@ size_error = ` must be size %s.`
min_size_error=` must contain at least %s characters.`
max_size_error=` must contain at most %s characters.`
email_error=` is not a valid email address.`
url_error=`'%s' is not a valid URL.`
include_error=` must contain substring '%s'.`
url_error=`"%s" is not a valid URL.`
include_error=` must contain substring "%s".`
glob_pattern_error=` glob pattern is invalid: %s.`
regex_pattern_error=` regex pattern is invalid: %s.`
username_error=` can only contain alphanumeric chars ('0-9','a-z','A-Z'), dash ('-'), underscore ('_') and dot ('.'). It cannot begin or end with non-alphanumeric chars, and consecutive non-alphanumeric chars are also forbidden.`
@ -521,7 +521,7 @@ team_name_been_taken = The team name is already taken.
team_no_units_error=Allow access to at least one repository section.
email_been_used=The email address is already used.
email_invalid=The email address is invalid.
openid_been_used=The OpenID address '%s' is already used.
openid_been_used=The OpenID address "%s" is already used.
username_password_incorrect=Username or password is incorrect.
password_complexity=Password does not pass complexity requirements:
password_lowercase_one=At least one lowercase character
@ -573,9 +573,9 @@ disabled_public_activity = This user has disabled the public visibility of the a
email_visibility.limited=Your email address is visible to all authenticated users
email_visibility.private=Your email address is only visible to you and administrators
form.name_reserved=The username '%s' is reserved.
form.name_pattern_not_allowed=The pattern '%s' is not allowed in a username.
form.name_chars_not_allowed=User name '%s' contains invalid characters.
form.name_reserved=The username "%s" is reserved.
form.name_pattern_not_allowed=The pattern "%s" is not allowed in a username.
form.name_chars_not_allowed=User name "%s" contains invalid characters.
[settings]
profile=Profile
@ -606,7 +606,7 @@ location = Location
update_theme=Update Theme
update_profile=Update Profile
update_language=Update Language
update_language_not_found=Language '%s' is not available.
update_language_not_found=Language "%s" is not available.
update_language_success=Language has been updated.
update_profile_success=Your profile has been updated.
change_username=Your username has been changed.
@ -683,7 +683,7 @@ add_new_email = Add New Email Address
add_new_openid=Add New OpenID URI
add_email=Add Email Address
add_openid=Add OpenID URI
add_email_confirmation_sent=A confirmation email has been sent to '%s'. Please check your inbox within the next %s to confirm your email address.
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.
add_email_success=The new email address has been added.
email_preference_set_success=Email preference has been set successfully.
add_openid_success=The new OpenID address has been added.
@ -722,7 +722,7 @@ gpg_token_help = You can generate a signature using:
gpg_token_code=echo "%s" | gpg -a --default-key %s --detach-sig
gpg_token_signature=Armored GPG signature
key_signature_gpg_placeholder=Begins with '-----BEGIN PGP SIGNATURE-----'
verify_gpg_key_success=GPG key '%s' has been verified.
verify_gpg_key_success=GPG key "%s" has been verified.
ssh_key_verified=Verified Key
ssh_key_verified_long=Key has been verified with a token and can be used to verify commits matching any activated email addresses for this user.
ssh_key_verify=Verify
@ -732,15 +732,15 @@ ssh_token = Token
ssh_token_help=You can generate a signature using:
ssh_token_signature=Armored SSH signature
key_signature_ssh_placeholder=Begins with '-----BEGIN SSH SIGNATURE-----'
verify_ssh_key_success=SSH key '%s' has been verified.
verify_ssh_key_success=SSH key "%s" has been verified.
subkeys=Subkeys
key_id=Key ID
key_name=Key Name
key_content=Content
principal_content=Content
add_key_success=The SSH key '%s' has been added.
add_gpg_key_success=The GPG key '%s' has been added.
add_principal_success=The SSH certificate principal '%s' has been added.
add_key_success=The SSH key "%s" has been added.
add_gpg_key_success=The GPG key "%s" has been added.
add_principal_success=The SSH certificate principal "%s" has been added.
delete_key=Remove
ssh_key_deletion=Remove SSH Key
gpg_key_deletion=Remove GPG Key
@ -995,8 +995,8 @@ archive.pull.nocomment = This repo is archived. You cannot comment on pull reque
form.reach_limit_of_creation_1=The owner has already reached the limit of %d repository.
form.reach_limit_of_creation_n=The owner has already reached the limit of %d repositories.
form.name_reserved=The repository name '%s' is reserved.
form.name_pattern_not_allowed=The pattern '%s' is not allowed in a repository name.
form.name_reserved=The repository name "%s" is reserved.
form.name_pattern_not_allowed=The pattern "%s" is not allowed in a repository name.
need_auth=Authorization
migrate_options=Migration Options
@ -1148,7 +1148,7 @@ editor.must_be_on_a_branch = You must be on a branch to make or propose changes
editor.fork_before_edit=You must fork this repository to make or propose changes to this file.
editor.delete_this_file=Delete File
editor.must_have_write_access=You must have write access to make or propose changes to this file.
editor.file_delete_success=File '%s' has been deleted.
editor.file_delete_success=File "%s" has been deleted.
editor.name_your_file=Name your file…
editor.filename_help=Add a directory by typing its name followed by a slash ('/'). Remove a directory by typing backspace at the beginning of the input field.
editor.commit_signed_changes=Commit Signed Changes
editor.commit_changes=Commit Changes
editor.add_tmpl=Add '<filename>'
editor.add=Add '%s'
editor.update=Update '%s'
editor.delete=Delete '%s'
editor.add=Add %s
editor.update=Update %s
editor.delete=Delete %s
editor.patch=Apply Patch
editor.patching=Patching:
editor.fail_to_apply_patch=Unable to apply patch '%s'
editor.fail_to_apply_patch=Unable to apply patch "%s"
editor.new_patch=New Patch
editor.commit_message_desc=Add an optional extended description…
editor.signoff_desc=Add a Signed-off-by trailer by the committer at the end of the commit log message.
@ -1173,29 +1173,29 @@ editor.new_branch_name = Name the new branch for this commit
editor.new_branch_name_desc=New branch name…
editor.cancel=Cancel
editor.filename_cannot_be_empty=The filename cannot be empty.
editor.filename_is_invalid=The filename is invalid: '%s'.
editor.branch_does_not_exist=Branch '%s' does not exist in this repository.
editor.branch_already_exists=Branch '%s' already exists in this repository.
editor.directory_is_a_file=Directory name '%s' is already used as a filename in this repository.
editor.file_is_a_symlink='%s' is a symbolic link. Symbolic links cannot be edited in the web editor
editor.filename_is_a_directory=Filename '%s' is already used as a directory name in this repository.
editor.file_editing_no_longer_exists=The file being edited, '%s', no longer exists in this repository.
editor.file_deleting_no_longer_exists=The file being deleted, '%s', no longer exists in this repository.
editor.filename_is_invalid=The filename is invalid: "%s".
editor.branch_does_not_exist=Branch "%s" does not exist in this repository.
editor.branch_already_exists=Branch "%s" already exists in this repository.
editor.directory_is_a_file=Directory name "%s" is already used as a filename in this repository.
editor.file_is_a_symlink="%s" is a symbolic link. Symbolic links cannot be edited in the web editor
editor.filename_is_a_directory=Filename "%s" is already used as a directory name in this repository.
editor.file_editing_no_longer_exists=The file being edited, "%s", no longer exists in this repository.
editor.file_deleting_no_longer_exists=The file being deleted, "%s", no longer exists in this repository.
editor.file_changed_while_editing=The file contents have changed since you started editing. <a target="_blank" rel="noopener noreferrer" href="%s">Click here</a> to see them or <strong>Commit Changes again</strong> to overwrite them.
editor.file_already_exists=A file named '%s' already exists in this repository.
editor.file_already_exists=A file named "%s" already exists in this repository.
editor.commit_empty_file_header=Commit an empty file
editor.commit_empty_file_text=The file you're about to commit is empty. Proceed?
editor.no_changes_to_show=There are no changes to show.
editor.fail_to_update_file=Failed to update/create file '%s'.
editor.fail_to_update_file=Failed to update/create file "%s".
editor.fail_to_update_file_summary=Error Message:
editor.push_rejected_no_message=The change was rejected by the server without a message. Please check Git Hooks.
editor.push_rejected=The change was rejected by the server. Please check Git Hooks.
issues.review.remove_review_request="removed review request for %s %s"
issues.review.remove_review_request_self="refused to review %s"
issues.review.pending=Pending
issues.review.pending.tooltip=This comment is not currently visible to other users. To submit your pending comments, select '%s' -> '%s/%s/%s' at the top of the page.
issues.review.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.
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>."