docker_helper=If you are running Gitea inside Docker, please read the <a target=_blank" rel=noopener" href=%s">guidelines</a> carefully before changing anything on this page.
docker_helper=If you are running Gitea inside Docker, please read the <a target="_blank" rel="noopener" href="%s">guidelines</a> carefully before changing anything on this page.
requite_db_desc=Gitea requires MySQL, PostgreSQL, SQLite3, or TiDB.
requite_db_desc=Gitea requires MySQL, PostgreSQL, SQLite3, or TiDB.
db_title=Database Settings
db_title=Database Settings
db_type=Database Type
db_type=Database Type
@ -116,7 +116,7 @@ disable_gravatar_popup = Disable Gravatar and custom sources. All avatars must b
federated_avatar_lookup_popup=Enable federated avatar lookup using Libravatar.
federated_avatar_lookup_popup=Enable federated avatar lookup using Libravatar.
disable_registration=Disable Self-registration
disable_registration=Disable Self-registration
disable_registration_popup="Disable self-registration; only admins will be able to create accounts.
disable_registration_popup="Disable self-registration; only admins will be able to create accounts."
openid_signin=Enable OpenID Sign-In
openid_signin=Enable OpenID Sign-In
openid_signin_popup=Enable user login via OpenID
openid_signin_popup=Enable user login via OpenID
openid_signup=Enable OpenID Self-registration
openid_signup=Enable OpenID Self-registration
@ -124,7 +124,7 @@ openid_signup_popup = Enable OpenID based Self-registration
enable_captcha=Enable Captcha
enable_captcha=Enable Captcha
enable_captcha_popup=Require a CAPTCHA for user self-registration.
enable_captcha_popup=Require a CAPTCHA for user self-registration.
require_sign_in_view=Enable Require Sign In to View Pages
require_sign_in_view=Enable Require Sign In to View Pages
require_sign_in_view_popup="Only signed in users can view pages; visitors will only be able to see the sign in and up pages.
require_sign_in_view_popup="Only signed in users can view pages; visitors will only be able to see the sign in and up pages."
admin_setting_desc=You do not need to create an admin account right now. The first user who registers on the site will gain admin access automatically.
admin_setting_desc=You do not need to create an admin account right now. The first user who registers on the site will gain admin access automatically.
admin_title=Admin Account Settings
admin_title=Admin Account Settings
admin_name=Username
admin_name=Username
@ -277,12 +277,12 @@ cannot_add_org_to_team = Organization cannot be added as a team member.
invalid_ssh_key=Sorry, we were not able to verify your SSH key: %s
invalid_ssh_key=Sorry, we were not able to verify your SSH key: %s
invalid_gpg_key=Sorry, we were not able to verify your GPG key: %s
invalid_gpg_key=Sorry, we were not able to verify your GPG key: %s
unable_verify_ssh_key="The ssh key could not be verified; please double-check it for any mistakes.
unable_verify_ssh_key="The ssh key could not be verified; please double-check it for any mistakes."
auth_failed=Authentication failed: %v
auth_failed=Authentication failed: %v
still_own_repo="Your account still has ownership of at least one repository; you need to delete or transfer them first.
still_own_repo="Your account still has ownership of at least one repository; you need to delete or transfer them first."
still_has_org="Your account still is still a member of least one organization; you need to leave them first.
still_has_org="Your account still is still a member of least one organization; you need to leave them first."
org_still_own_repo="This organization still owns repositories; you need to delete or transfer them first.
org_still_own_repo="This organization still owns repositories; you need to delete or transfer them first."
target_branch_not_exist=Target branch does not exist.
target_branch_not_exist=Target branch does not exist.
ssh_desc=These are the SSH keys associated with your account. Because these keys allow anyone using them to gain access to your repositories, it is very important you make sure you recognize them.
ssh_desc=These are the SSH keys associated with your account. Because these keys allow anyone using them to gain access to your repositories, it is very important you make sure you recognize them.
gpg_desc=These are the GPG keys associated with your account. Because these keys allow commits to be verified, it is very important that you keep the corresponding private key safe.
gpg_desc=These are the GPG keys associated with your account. Because these keys allow commits to be verified, it is very important that you keep the corresponding private key safe.
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.
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.
gpg_helper=<strong>Need help?</strong> Have a look at GitHub's guide <a href=%s">about GPG</a>.
gpg_helper=<strong>Need help?</strong> Have a look at GitHub's guide <a href="%s">about GPG</a>.
add_new_key=Add SSH Key
add_new_key=Add SSH Key
add_new_gpg_key=Add GPG Key
add_new_gpg_key=Add GPG Key
ssh_key_been_used=This public key has already been used.
ssh_key_been_used=This public key has already been used.
@ -461,10 +461,10 @@ owner = Owner
repo_name=Repository Name
repo_name=Repository Name
repo_name_helper=A good repository name is composed of short, memorable, and unique keywords.
repo_name_helper=A good repository name is composed of short, memorable, and unique keywords.
visibility=Visibility
visibility=Visibility
visiblity_helper=This repository is <span class=ui red text">Private</span>
visiblity_helper=This repository is <span class="ui red text">Private</span>
visiblity_helper_forced=Your system administrator has forced all new repositories to be <span class=ui red text">Private</span>
visiblity_helper_forced=Your system administrator has forced all new repositories to be <span class="ui red text">Private</span>
visiblity_fork_helper=(Change of this value will affect all forks)
visiblity_fork_helper=(Change of this value will affect all forks)
clone_helper=Need help cloning? Visit <a target=_blank" rel=noopener" href=%s">Help</a>!
clone_helper=Need help cloning? Visit <a target="_blank" rel="noopener" href="%s">Help</a>!
fork_repo=Fork Repository
fork_repo=Fork Repository
fork_from=Fork From
fork_from=Fork From
fork_visiblity_helper=You cannot change the visibility of a forked repository.
fork_visiblity_helper=You cannot change the visibility of a forked repository.
@ -495,13 +495,13 @@ form.name_pattern_not_allowed = The repository name pattern '%s' is not allowed.
need_auth=Need Authorization
need_auth=Need Authorization
migrate_type=Migration Type
migrate_type=Migration Type
migrate_type_helper=This repository will be a <span class=text blue">mirror</span>
migrate_type_helper=This repository will be a <span class="text blue">mirror</span>
migrate_repo=Migrate Repository
migrate_repo=Migrate Repository
migrate.clone_address=Clone Address
migrate.clone_address=Clone Address
migrate.clone_address_desc=This can be a HTTP/HTTPS/GIT URL
migrate.clone_address_desc=This can be a HTTP/HTTPS/GIT URL
migrate.clone_local_path=or local server path
migrate.clone_local_path=or local server path
migrate.permission_denied=You are not allowed to import local repositories.
migrate.permission_denied=You are not allowed to import local repositories.
migrate.invalid_local_path="Invalid local path; it does not exist or is not a directory.
migrate.invalid_local_path="Invalid local path; it does not exist or is not a directory."
migrate.failed=Migration failed: %v
migrate.failed=Migration failed: %v
migrate.lfs_mirror_unsupported=Mirroring LFS objects is not supported - use 'gitlfsfetch--all' and 'gitlfspush--all' instead.
migrate.lfs_mirror_unsupported=Mirroring LFS objects is not supported - use 'gitlfsfetch--all' and 'gitlfspush--all' instead.
@ -569,7 +569,7 @@ editor.add = Add '%s'
editor.update=Update '%s'
editor.update=Update '%s'
editor.delete=Delete '%s'
editor.delete=Delete '%s'
editor.commit_message_desc=Add an optional extended description...
editor.commit_message_desc=Add an optional extended description...
editor.commit_directly_to_this_branch=Commit directly to the <strong class=branch-name">%s</strong> branch.
editor.commit_directly_to_this_branch=Commit directly to the <strong class="branch-name">%s</strong> branch.
editor.create_new_branch=Create a <strong>new branch</strong> for this commit and start a pull request.
editor.create_new_branch=Create a <strong>new branch</strong> for this commit and start a pull request.
editor.new_branch_name_desc=New branch name...
editor.new_branch_name_desc=New branch name...
editor.cancel=Cancel
editor.cancel=Cancel
@ -579,7 +579,7 @@ editor.directory_is_a_file = Entry '%s' in the parent path is a file not a direc
editor.file_is_a_symlink=The file '%s' is a symlink that cannot be modified from the web editor
editor.file_is_a_symlink=The file '%s' is a symlink that cannot be modified from the web editor
editor.filename_is_a_directory=The filename '%s' is an existing directory in this repository.
editor.filename_is_a_directory=The filename '%s' is an existing directory in this repository.
editor.file_editing_no_longer_exists=The file '%s' you are editing no longer exists in the repository.
editor.file_editing_no_longer_exists=The file '%s' you are editing no longer exists in the repository.
editor.file_changed_while_editing=The file content has been changed since you started editing. <a target=_blank" rel=noopener" href=%s">Click here</a> to see what has been changed or <strong>press commit again</strong> to overwrite those changes.
editor.file_changed_while_editing=The file content has been changed since you started editing. <a target="_blank" rel="noopener" href="%s">Click here</a> to see what has been changed or <strong>press commit again</strong> to overwrite those changes.
editor.file_already_exists=A file with name '%s' already exists in this repository.
editor.file_already_exists=A file with name '%s' already exists in this repository.
editor.no_changes_to_show=There are no changes to show.
editor.no_changes_to_show=There are no changes to show.
editor.fail_to_update_file=Failed to update/create file '%s' with error: %v
editor.fail_to_update_file=Failed to update/create file '%s' with error: %v
@ -627,8 +627,8 @@ issues.label_templates.info = There are not any labels yet. You can click on the
issues.label_templates.helper=Select a label set
issues.label_templates.helper=Select a label set
issues.label_templates.use=Use this label set
issues.label_templates.use=Use this label set
issues.label_templates.fail_to_load_file=Failed to load label template file '%s': %v
issues.label_templates.fail_to_load_file=Failed to load label template file '%s': %v
settings.org_not_allowed_to_be_collaborator=Organization is not allowed to be added as a collaborator.
settings.org_not_allowed_to_be_collaborator=Organization is not allowed to be added as a collaborator.
settings.user_is_org_member=User is organization member who cannot be added as a collaborator.
settings.user_is_org_member=User is organization member who cannot be added as a collaborator.
settings.add_webhook=Add Webhook
settings.add_webhook=Add Webhook
settings.hooks_desc=Webhooks are much like basic HTTP POST event triggers. Whenever something occurs in Gitea, we will send a notification to the target host. Learn more in the <a target=_blank" rel=noopener" href=%s">webhooks guide</a>.
settings.hooks_desc=Webhooks are much like basic HTTP POST event triggers. Whenever something occurs in Gitea, we will send a notification to the target host. Learn more in the <a target="_blank" rel="noopener" href="%s">webhooks guide</a>.
settings.webhook_deletion=Delete Webhook
settings.webhook_deletion=Delete Webhook
settings.webhook_deletion_desc=Deleting this webhook will remove its information and all delivery history. Are you sure you want to continue?
settings.webhook_deletion_desc=Deleting this webhook will remove its information and all delivery history. Are you sure you want to continue?
settings.webhook_deletion_success=Webhook has been deleted successfully!
settings.webhook_deletion_success=Webhook has been deleted successfully!
settings.githooks_desc="Git Hooks are powered by Git itself. You can edit files of supported hooks in the list below to perform custom operations.
settings.githooks_desc="Git Hooks are powered by Git itself. You can edit files of supported hooks in the list below to perform custom operations."
settings.githook_edit_desc=If the hook is inactive, sample content will be presented. Leaving content to an empty value will disable this hook.
settings.githook_edit_desc=If the hook is inactive, sample content will be presented. Leaving content to an empty value will disable this hook.
settings.githook_name=Hook Name
settings.githook_name=Hook Name
settings.githook_content=Hook Content
settings.githook_content=Hook Content
settings.update_githook=Update Hook
settings.update_githook=Update Hook
settings.add_webhook_desc=Gitea will send a <code>POST</code> request to the URL you specify, along with information about the event that occurred. You can also specify what data format you would like to receive upon triggering the hook (JSON, x-www-form-urlencoded, XML, etc). More information can be found in our <a target=_blank" rel=noopener" href=%s">webhooks guide</a>.
settings.add_webhook_desc=Gitea will send a <code>POST</code> request to the URL you specify, along with information about the event that occurred. You can also specify what data format you would like to receive upon triggering the hook (JSON, x-www-form-urlencoded, XML, etc). More information can be found in our <a target="_blank" rel="noopener" href="%s">webhooks guide</a>.
settings.payload_url=Payload URL
settings.payload_url=Payload URL
settings.content_type=Content Type
settings.content_type=Content Type
settings.secret=Secret
settings.secret=Secret
@ -972,11 +972,11 @@ settings.update_hook_success = Webhook has been updated.
settings.delete_webhook=Delete Webhook
settings.delete_webhook=Delete Webhook
settings.recent_deliveries=Recent Deliveries
settings.recent_deliveries=Recent Deliveries
settings.hook_type=Hook Type
settings.hook_type=Hook Type
settings.add_slack_hook_desc=Add <a href=%s">Slack</a> integration to your repository.
settings.add_slack_hook_desc=Add <a href="%s">Slack</a> integration to your repository.
settings.slack_token=Token
settings.slack_token=Token
settings.slack_domain=Domain
settings.slack_domain=Domain
settings.slack_channel=Channel
settings.slack_channel=Channel
settings.add_discord_hook_desc=Add <a href=%s">Discord</a> integration to your repository.
settings.add_discord_hook_desc=Add <a href="%s">Discord</a> integration to your repository.
settings.deploy_keys=Deploy Keys
settings.deploy_keys=Deploy Keys
settings.add_deploy_key=Add Deploy Key
settings.add_deploy_key=Add Deploy Key
settings.deploy_key_desc=Deploy keys have read-only access. They are not the same as personal account SSH keys.
settings.deploy_key_desc=Deploy keys have read-only access. They are not the same as personal account SSH keys.
@ -1161,7 +1161,7 @@ teams.repositories = Team Repositories
teams.add_nonexistent_repo="The repository you're trying to add does not exist; please create it first.
teams.add_nonexistent_repo="The repository you're trying to add does not exist; please create it first."
[admin]
[admin]
dashboard=Dashboard
dashboard=Dashboard
@ -1327,9 +1327,9 @@ auths.tips = Tips
auths.tips.oauth2.general=OAuth2 Authentication
auths.tips.oauth2.general=OAuth2 Authentication
auths.tips.oauth2.general.tip=When registering a new OAuth2 authentication, the callback/redirect URL should be: <host>/user/oauth2/<Authentication Name>/callback
auths.tips.oauth2.general.tip=When registering a new OAuth2 authentication, the callback/redirect URL should be: <host>/user/oauth2/<Authentication Name>/callback
auths.tip.oauth2_provider=OAuth2 Provider
auths.tip.oauth2_provider=OAuth2 Provider
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
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"
auths.tip.dropbox=Create a new application at https://www.dropbox.com/developers/apps
auths.tip.dropbox=Create a new application at https://www.dropbox.com/developers/apps
auths.tip.facebook=Register a new application at https://developers.facebook.com/apps and add the product "Facebook Login
auths.tip.facebook=Register a new application at https://developers.facebook.com/apps and add the product "Facebook Login"
auths.tip.github=Register a new OAuth application on https://github.com/settings/applications/new
auths.tip.github=Register a new OAuth application on https://github.com/settings/applications/new
auths.tip.gitlab=Register a new application on https://gitlab.com/profile/applications
auths.tip.gitlab=Register a new application on https://gitlab.com/profile/applications
auths.tip.google_plus=Obtain OAuth2 client credentials from the Google API console (https://console.developers.google.com/)
auths.tip.google_plus=Obtain OAuth2 client credentials from the Google API console (https://console.developers.google.com/)
@ -1487,21 +1487,21 @@ notices.op = Op.
notices.delete_success=The system notices have been deleted.
notices.delete_success=The system notices have been deleted.