|
|
@@ -632,6 +632,8 @@ pulls.is_checking=The conflict checking is still in progress, please refresh pag
|
|
|
pulls.can_auto_merge_desc=This pull request can be merged automatically.
|
|
|
pulls.cannot_auto_merge_desc=This pull request can't be merged automatically because there are conflicts.
|
|
|
pulls.cannot_auto_merge_helper=Please merge manually in order to resolve the conflicts.
|
|
|
+pulls.create_merge_commit=Create a merge commit
|
|
|
+pulls.rebase_before_merging=Rebase before merging
|
|
|
pulls.merge_pull_request=Merge Pull Request
|
|
|
pulls.open_unmerged_pull_exists=`You can't perform reopen operation because there is already an open pull request (#%d) from same repository with same merge information and is waiting for merging.`
|
|
|
pulls.delete_branch=Delete Branch
|
|
|
@@ -737,6 +739,8 @@ settings.tracker_issue_style.numeric=Numeric
|
|
|
settings.tracker_issue_style.alphanumeric=Alphanumeric
|
|
|
settings.tracker_url_format_desc=You can use placeholder <code>{user} {repo} {index}</code> for user name, repository name and issue index.
|
|
|
settings.pulls_desc=Enable pull requests to accept public contributions
|
|
|
+settings.pulls.ignore_whitespace=Ignore changes in whitespace
|
|
|
+settings.pulls.allow_rebase_merge=Allow use rebase to merge commits
|
|
|
settings.danger_zone=Danger Zone
|
|
|
settings.cannot_fork_to_same_owner=You cannot fork a repository to its original owner.
|
|
|
settings.new_owner_has_same_repo=The new owner already has a repository with same name. Please choose another name.
|
|
|
@@ -757,7 +761,7 @@ settings.wiki_deletion_success=Repository wiki data have been erased successfull
|
|
|
settings.delete=Delete This Repository
|
|
|
settings.delete_desc=Once you delete a repository, there is no going back. Please be certain.
|
|
|
settings.delete_notices_1=- This operation <strong>CANNOT</strong> be undone.
|
|
|
-settings.delete_notices_2=- This operation will permanently delete everything in this repository, including Git data, issues, comments and collaborator access.
|
|
|
+settings.delete_notices_2=- This operation will permanently delete the everything of this repository, including Git data, issues, comments and accesses of collaborators.
|
|
|
settings.delete_notices_fork_1=- All forks will become independent after deletion.
|
|
|
settings.deletion_success=Repository has been deleted successfully!
|
|
|
settings.update_settings_success=Repository options has been updated successfully.
|
|
|
@@ -1096,6 +1100,7 @@ auths.domain=Domain
|
|
|
auths.host=Host
|
|
|
auths.port=Port
|
|
|
auths.bind_dn=Bind DN
|
|
|
+auths.bind_dn_helper=You can use '%s' as placeholder for username, e.g. DOM\%s
|
|
|
auths.bind_password=Bind Password
|
|
|
auths.bind_password_helper=Warning: This password is stored in plain text. Do not use a high privileged account.
|
|
|
auths.user_base=User Search Base
|
|
|
@@ -1136,6 +1141,7 @@ auths.still_in_used=This authentication is still used by some users, please dele
|
|
|
auths.deletion_success=Authentication has been deleted successfully!
|
|
|
auths.login_source_exist=Login source '%s' already exists.
|
|
|
|
|
|
+config.not_set=(not set)
|
|
|
config.server_config=Server Configuration
|
|
|
config.app_name=Application Name
|
|
|
config.app_ver=Application Version
|
|
|
@@ -1172,6 +1178,9 @@ config.disable_http_git=Disable HTTP Git
|
|
|
config.enable_local_path_migration=Enable Local Path Migration
|
|
|
config.commits_fetch_concurrency=Commits Fetch Concurrency
|
|
|
|
|
|
+config.http_config=HTTP Configuration
|
|
|
+config.http_access_control_allow_origin=Access Control Allow Origin
|
|
|
+
|
|
|
config.db_config=Database Configuration
|
|
|
config.db_type=Type
|
|
|
config.db_host=Host
|