loading up the forgejo repo on tangled to test page performance
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request 'English fixes and improvements' (#2631) from 0ko/forgejo:english20240311 into forgejo

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/2631
Reviewed-by: Otto <otto@codeberg.org>
Reviewed-by: Gusted <gusted@noreply.codeberg.org>

+501 -500
+498 -497
options/locale/locale_en-US.ini
··· 34 34 access_token = Access token 35 35 re_type = Confirm password 36 36 captcha = CAPTCHA 37 - twofa = Two-Factor Authentication 38 - twofa_scratch = Two-Factor Scratch Code 37 + twofa = Two-factor authentication 38 + twofa_scratch = Two-factor scratch code 39 39 passcode = Passcode 40 40 41 41 webauthn_insert_key = Insert your security key ··· 55 55 repository = Repository 56 56 organization = Organization 57 57 mirror = Mirror 58 - new_repo = New Repository 59 - new_migrate = New Migration 60 - new_mirror = New Mirror 61 - new_fork = New Repository Fork 62 - new_org = New Organization 63 - new_project = New Project 64 - new_project_column = New Column 65 - admin_panel = Site Administration 66 - account_settings = Account Settings 58 + new_repo = New repository 59 + new_migrate = New migration 60 + new_mirror = New mirror 61 + new_fork = New repository fork 62 + new_org = New organization 63 + new_project = New project 64 + new_project_column = New column 65 + admin_panel = Site administration 66 + account_settings = Account settings 67 67 settings = Settings 68 68 your_profile = Profile 69 69 your_starred = Starred ··· 76 76 forks = Forks 77 77 78 78 activities = Activities 79 - pull_requests = Pull Requests 79 + pull_requests = Pull requests 80 80 issues = Issues 81 81 milestones = Milestones 82 82 ··· 238 238 err_admin_name_is_invalid = Administrator Username is invalid 239 239 240 240 general_title = General settings 241 - app_name = Instance name 241 + app_name = Instance title 242 242 app_name_helper = You can enter your company name here. 243 243 repo_path = Repository root path 244 244 repo_path_helper = Remote Git repositories will be saved to this directory. ··· 300 300 invalid_db_table = The database table "%s" is invalid: %v 301 301 invalid_repo_path = The repository root path is invalid: %v 302 302 invalid_app_data_path = The app data path is invalid: %v 303 - run_user_not_match = The "run as" username is not the current username: %s -> %s 303 + run_user_not_match = The "user to run as" username is not the current username: %s -> %s 304 304 internal_token_failed = Failed to generate internal token: %v 305 305 secret_key_failed = Failed to generate secret key: %v 306 306 save_config_failed = Failed to save configuration: %v ··· 392 392 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. 393 393 active_your_account = Activate Your Account 394 394 account_activated = Account has been activated 395 - prohibit_login = Sign In Prohibited 395 + prohibit_login = Signing in is prohibited 396 396 prohibit_login_desc = Your account is prohibited from signing in, please contact your site administrator. 397 397 resent_limit_prompt = You have already requested an activation email recently. Please wait 3 minutes and try again. 398 398 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. ··· 464 464 activate_email.text = Please click the following link to verify your email address within <b>%s</b>: 465 465 466 466 admin.new_user.subject = New user %s just signed up 467 - admin.new_user.user_info = User Information 467 + admin.new_user.user_info = User information 468 468 admin.new_user.text = Please <a href="%s">click here</a> to manage this user from the admin panel. 469 469 470 470 register_notify = Welcome to Forgejo ··· 530 530 RepoName = Repository name 531 531 Email = Email address 532 532 Password = Password 533 - Retype = Confirm Password 533 + Retype = Confirm password 534 534 SSHTitle = SSH key name 535 535 HttpsUrl = HTTPS URL 536 536 PayloadUrl = Payload URL ··· 625 625 change_avatar = Change your avatar… 626 626 joined_on = Joined on %s 627 627 repositories = Repositories 628 - activity = Public Activity 628 + activity = Public activity 629 629 followers = Followers 630 - block_user = Block User 630 + block_user = Block user 631 631 block_user.detail = Please understand that if you block this user, other actions will be taken. Such as: 632 632 block_user.detail_1 = You are being unfollowed from this user. 633 633 block_user.detail_2 = This user cannot interact with your repositories, created issues and comments. 634 634 block_user.detail_3 = This user cannot add you as a collaborator, nor can you add them as a collaborator. 635 635 follow_blocked_user = You cannot follow this user because you have blocked this user or this user has blocked you. 636 - starred = Starred Repositories 637 - watched = Watched Repositories 636 + starred = Starred repositories 637 + watched = Watched repositories 638 638 code = Code 639 639 projects = Projects 640 640 overview = Overview ··· 648 648 email_visibility.limited = Your email address is visible to all authenticated users 649 649 email_visibility.private = Your email address is only visible to you and administrators 650 650 show_on_map = Show this place on a map 651 - settings = User Settings 651 + settings = User settings 652 652 653 653 form.name_reserved = The username "%s" is reserved. 654 654 form.name_pattern_not_allowed = The pattern "%s" is not allowed in a username. ··· 661 661 password = Password 662 662 security = Security 663 663 avatar = Avatar 664 - ssh_gpg_keys = SSH / GPG Keys 664 + ssh_gpg_keys = SSH / GPG keys 665 665 social = Social Accounts 666 666 applications = Applications 667 667 orgs = Manage organizations 668 668 repos = Repositories 669 669 delete = Delete Account 670 - twofa = Two-Factor Authentication (TOTP) 670 + twofa = Two-factor authentication (TOTP) 671 671 account_link = Linked Accounts 672 672 organization = Organizations 673 673 uid = UID 674 - webauthn = Two-Factor Authentication (Security Keys) 675 - blocked_users = Blocked Users 674 + webauthn = Two-factor authentication (Security keys) 675 + blocked_users = Blocked users 676 676 677 677 public_profile = Public profile 678 678 biography_placeholder = Tell us a little bit about yourself! (You can use Markdown) 679 679 location_placeholder = Share your approximate location with others 680 680 profile_desc = Control how your profile is shown to other users. Your primary email address will be used for notifications, password recovery and web-based Git operations. 681 681 password_username_disabled = Non-local users are not allowed to change their username. Please contact your site administrator for more details. 682 - full_name = Full Name 682 + full_name = Full name 683 683 website = Website 684 684 location = Location 685 - update_theme = Update Theme 686 - update_profile = Update Profile 687 - update_language = Update Language 685 + update_theme = Change theme 686 + update_profile = Update profile 687 + update_language = Change language 688 688 update_language_not_found = Language "%s" is not available. 689 689 update_language_success = Language has been updated. 690 690 update_profile_success = Your profile has been updated. ··· 705 705 comment_type_group_assignee = Assignee 706 706 comment_type_group_title = Title 707 707 comment_type_group_branch = Branch 708 - comment_type_group_time_tracking = Time Tracking 708 + comment_type_group_time_tracking = Time tracking 709 709 comment_type_group_deadline = Deadline 710 710 comment_type_group_dependency = Dependency 711 - comment_type_group_lock = Lock Status 711 + comment_type_group_lock = Lock status 712 712 comment_type_group_review_request = Review request 713 713 comment_type_group_pull_request_push = Added commits 714 714 comment_type_group_project = Project 715 715 comment_type_group_issue_ref = Issue reference 716 716 saved_successfully = Your settings were saved successfully. 717 717 privacy = Privacy 718 - keep_activity_private = Hide Activity from profile page 719 - keep_activity_private_popup = Makes the activity visible only for you and the admins 718 + keep_activity_private = Hide activity from profile page 719 + keep_activity_private_popup = Your activity will only be visible to you and the instance admins 720 720 721 - lookup_avatar_by_mail = Look Up Avatar by Email Address 722 - federated_avatar_lookup = Federated Avatar Lookup 721 + lookup_avatar_by_mail = Lookup avatar by email address 722 + federated_avatar_lookup = Federated avatar lookup 723 723 enable_custom_avatar = Use custom avatar 724 724 choose_new_avatar = Choose new avatar 725 - update_avatar = Update Avatar 726 - delete_current_avatar = Delete Current Avatar 725 + update_avatar = Update avatar 726 + delete_current_avatar = Delete current avatar 727 727 uploaded_avatar_not_a_image = The uploaded file is not an image. 728 728 uploaded_avatar_is_too_big = The uploaded file size (%d KiB) exceeds the maximum size (%d KiB). 729 729 update_avatar_success = Your avatar has been updated. 730 730 update_user_avatar_success = The user's avatar has been updated. 731 731 732 732 change_password = Change password 733 - update_password = Update Password 733 + update_password = Update password 734 734 old_password = Current password 735 735 new_password = New password 736 736 retype_new_password = Confirm new password ··· 738 738 change_password_success = Your password has been updated. Sign in using your new password from now on. 739 739 password_change_disabled = Non-local users cannot update their password through the Forgejo web interface. 740 740 741 - emails = Email Addresses 741 + emails = Email addresses 742 742 manage_emails = Manage email addresses 743 743 manage_themes = Select default theme 744 - manage_openid = Manage OpenID Addresses 744 + manage_openid = Manage OpenID addresses 745 745 email_desc = Your primary email address will be used for notifications, password recovery and, provided that it is not hidden, web-based Git operations. 746 746 theme_desc = This will be your default theme across the site. 747 747 primary = Primary ··· 762 762 openid_deletion_success = The OpenID address has been removed. 763 763 add_new_email = Add email address 764 764 add_new_openid = Add New OpenID URI 765 - add_email = Add Email Address 765 + add_email = Add email address 766 766 add_openid = Add OpenID URI 767 767 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. 768 768 add_email_success = The new email address has been added. ··· 775 775 manage_ssh_keys = Manage SSH keys 776 776 manage_ssh_principals = Manage SSH Certificate Principals 777 777 manage_gpg_keys = Manage GPG keys 778 - add_key = Add Key 778 + add_key = Add key 779 779 ssh_desc = These public SSH keys are associated with your account. The corresponding private keys allow full access to your repositories. SSH keys that have been verified can be used to verify SSH-signed Git commits. 780 780 principal_desc = These SSH certificate principals are associated with your account and allow full access to your repositories. 781 781 gpg_desc = These public GPG keys are associated with your account and used to verify your commits. Keep your private keys safe as they allow to sign commits with your identity. 782 782 ssh_helper = <strong>Need help?</strong> Have a look at the guide to <a href="%s">create your own SSH keys</a> or solve <a href="%s">common problems</a> you may encounter using SSH. 783 783 gpg_helper = <strong>Need help?</strong> Have a look at the guide <a href="%s">about GPG</a>. 784 - add_new_key = Add SSH Key 785 - add_new_gpg_key = Add GPG Key 784 + add_new_key = Add SSH key 785 + add_new_gpg_key = Add GPG key 786 786 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" 787 787 key_content_gpg_placeholder = Begins with "-----BEGIN PGP PUBLIC KEY BLOCK-----" 788 788 add_new_principal = Add Principal ··· 793 793 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. 794 794 gpg_key_matched_identities = Matched Identities: 795 795 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. 796 - gpg_key_verified=Verified Key 796 + gpg_key_verified=Verified key 797 797 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. 798 798 gpg_key_verify=Verify 799 799 gpg_invalid_token_signature = The provided GPG key, signature and token do not match or token is out-of-date. ··· 804 804 gpg_token_signature = Armored GPG signature 805 805 key_signature_gpg_placeholder = Begins with "-----BEGIN PGP SIGNATURE-----" 806 806 verify_gpg_key_success = GPG key "%s" has been verified. 807 - ssh_key_verified=Verified Key 807 + ssh_key_verified=Verified key 808 808 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. 809 809 ssh_key_verify=Verify 810 810 ssh_invalid_token_signature = The provided SSH key, signature or token do not match or token is out-of-date. ··· 823 823 add_gpg_key_success = The GPG key "%s" has been added. 824 824 add_principal_success = The SSH certificate principal "%s" has been added. 825 825 delete_key = Remove 826 - ssh_key_deletion = Remove SSH Key 827 - gpg_key_deletion = Remove GPG Key 826 + ssh_key_deletion = Remove SSH key 827 + gpg_key_deletion = Remove GPG key 828 828 ssh_principal_deletion = Remove SSH Certificate Principal 829 829 ssh_key_deletion_desc = Removing an SSH key revokes its access to your account. Continue? 830 830 gpg_key_deletion_desc = Removing a GPG key un-verifies commits signed by it. Continue? ··· 856 856 generate_new_token = Generate new token 857 857 tokens_desc = These tokens grant access to your account using the Forgejo API. 858 858 token_name = Token name 859 - generate_token = Generate Token 859 + generate_token = Generate token 860 860 generate_token_success = Your new token has been generated. Copy it now as it will not be shown again. 861 861 generate_token_name_duplicate = <strong>%s</strong> has been used as an application name already. Please use a new one. 862 862 delete_token = Delete 863 - access_token_deletion = Delete Access Token 863 + access_token_deletion = Delete access token 864 864 access_token_deletion_cancel_action = Cancel 865 865 access_token_deletion_confirm_action = Delete 866 866 access_token_deletion_desc = Deleting a token will revoke access to your account for applications using it. This cannot be undone. Continue? ··· 883 883 remove_oauth2_application_desc = Removing an OAuth2 application will revoke access to all signed access tokens. Continue? 884 884 remove_oauth2_application_success = The application has been deleted. 885 885 create_oauth2_application = Create a new OAuth2 application 886 - create_oauth2_application_button = Create Application 886 + create_oauth2_application_button = Create application 887 887 create_oauth2_application_success = You have successfully created a new OAuth2 application. 888 888 update_oauth2_application_success = You have successfully updated the OAuth2 application. 889 889 oauth2_application_name = Application name 890 - 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. 890 + 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. 891 891 oauth2_redirect_uris = Redirect URIs. Please use a new line for every URI. 892 892 save_application = Save 893 893 oauth2_client_id = Client ID ··· 911 911 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. 912 912 twofa_is_enrolled = Your account is currently <strong>enrolled</strong> in two-factor authentication. 913 913 twofa_not_enrolled = Your account is not currently enrolled in two-factor authentication. 914 - twofa_disable = Disable Two-Factor Authentication 915 - twofa_scratch_token_regenerate = Regenerate Single-Use Recovery Key 914 + twofa_disable = Disable two-factor authentication 915 + twofa_scratch_token_regenerate = Regenerate single-use recovery key 916 916 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. 917 - twofa_enroll = Enroll into Two-Factor Authentication 917 + twofa_enroll = Enroll into two-factor authentication 918 918 twofa_disable_note = You can disable two-factor authentication if needed. 919 919 twofa_disable_desc = Disabling two-factor authentication will make your account less secure. Continue? 920 920 regenerate_scratch_token_desc = If you misplaced your recovery key or have already used it to sign in, you can reset it here. ··· 927 927 twofa_failed_get_secret = Failed to get secret. 928 928 929 929 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. 930 - webauthn_register_key = Add Security Key 930 + webauthn_register_key = Add security key 931 931 webauthn_nickname = Nickname 932 - webauthn_delete_key = Remove Security Key 932 + webauthn_delete_key = Remove security key 933 933 webauthn_delete_key_desc = If you remove a security key you can no longer sign in with it. Continue? 934 934 webauthn_key_loss_warning = If you lose your security keys, you will lose access to your account. 935 935 webauthn_alternative_tip = You may want to configure an additional authentication method. ··· 948 948 repos_none = You do not own any repositories. 949 949 blocked_users_none = There are no blocked users. 950 950 951 - delete_account = Delete Your Account 951 + delete_account = Delete your account 952 952 delete_prompt = This operation will permanently delete your user account. It <strong>CANNOT</strong> be undone. 953 953 delete_with_all_comments = Your account is younger than %s. To avoid ghost comments, all issue/PR comments will be deleted with it. 954 - confirm_delete_account = Confirm Deletion 955 - delete_account_title = Delete User Account 954 + confirm_delete_account = Confirm deletion 955 + delete_account_title = Delete user account 956 956 delete_account_desc = Are you sure you want to permanently delete this user account? 957 957 958 - email_notifications.enable = Enable Email Notifications 959 - email_notifications.onmention = Only Email on Mention 960 - email_notifications.disable = Disable Email Notifications 961 - email_notifications.submit = Set Email Preference 962 - email_notifications.andyourown = And Your Own Notifications 958 + email_notifications.enable = Enable email notifications 959 + email_notifications.onmention = Only email on mention 960 + email_notifications.disable = Disable email notifications 961 + email_notifications.submit = Set email preference 962 + email_notifications.andyourown = And your own notifications 963 963 964 964 visibility = User visibility 965 965 visibility.public = Public ··· 996 996 visibility_description = Only the owner or the organization members if they have rights, will be able to see it. 997 997 visibility_helper = Make repository private 998 998 visibility_helper_forced = Your site administrator forces new repositories to be private. 999 - visibility_fork_helper = (Changing this will affect all forks.) 999 + visibility_fork_helper = (Changing this will affect visibility of all forks.) 1000 1000 clone_helper = Need help cloning? Visit <a target="_blank" rel="noopener noreferrer" href="%s">Help</a>. 1001 - fork_repo = Fork Repository 1002 - fork_from = Fork From 1001 + fork_repo = Fork repository 1002 + fork_from = Fork from 1003 1003 already_forked = You've already forked %s 1004 1004 fork_to_different_account = Fork to a different account 1005 1005 fork_visibility_helper = The visibility of a forked repository cannot be changed. ··· 1012 1012 download_zip = Download ZIP 1013 1013 download_tar = Download TAR.GZ 1014 1014 download_bundle = Download BUNDLE 1015 - generate_repo = Generate Repository 1016 - generate_from = Generate From 1015 + generate_repo = Generate repository 1016 + generate_from = Generate from 1017 1017 repo_desc = Description 1018 1018 repo_desc_helper = Enter short description (optional) 1019 1019 repo_lang = Language 1020 1020 repo_gitignore_helper = Select .gitignore templates. 1021 1021 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. 1022 - issue_labels = Issue Labels 1022 + issue_labels = Issue labels 1023 1023 issue_labels_helper = Select an issue label set. 1024 1024 license = License 1025 1025 license_helper = Select a license file. 1026 1026 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> 1027 - object_format = Object Format 1027 + object_format = Object format 1028 1028 object_format_helper = Object format of the repository. Cannot be changed later. SHA1 is most compatible. 1029 1029 readme = README 1030 1030 readme_helper = Select a README file template. 1031 1031 readme_helper_desc = This is the place where you can write a complete description for your project. 1032 - auto_init = Initialize Repository (Adds .gitignore, License and README) 1032 + auto_init = Initialize repository (Adds .gitignore, License and README) 1033 1033 trust_model_helper = Select trust model for signature verification. Possible options are: 1034 1034 trust_model_helper_collaborator = Collaborator: Trust signatures by collaborators 1035 1035 trust_model_helper_committer = Committer: Trust signatures that match committers 1036 1036 trust_model_helper_collaborator_committer = Collaborator+Committer: Trust signatures by collaborators which match the committer 1037 1037 trust_model_helper_default = Default: Use the default trust model for this installation 1038 - create_repo = Create Repository 1039 - default_branch = Default Branch 1038 + create_repo = Create repository 1039 + default_branch = Default branch 1040 1040 default_branch_label = default 1041 1041 default_branch_helper = The default branch is the base branch for pull requests and code commits. 1042 1042 mirror_prune = Prune 1043 1043 mirror_prune_desc = Remove obsolete remote-tracking references 1044 - mirror_interval = Mirror Interval (valid time units are "h", "m", "s"). 0 to disable periodic sync. (Minimum interval: %s) 1044 + mirror_interval = Mirror interval (valid time units are "h", "m", "s"). 0 to disable periodic sync. (Minimum interval: %s) 1045 1045 mirror_interval_invalid = The mirror interval is not valid. 1046 1046 mirror_sync = synced 1047 1047 mirror_sync_on_commit = Sync when commits are pushed 1048 - mirror_address = Clone From URL 1048 + mirror_address = Clone from URL 1049 1049 mirror_address_desc = Put any required credentials in the Authorization section. 1050 1050 mirror_address_url_invalid = The provided URL is invalid. You must escape all components of the URL correctly. 1051 1051 mirror_address_protocol_invalid = The provided URL is invalid. Only http(s):// or git:// locations can be used for mirroring. 1052 1052 mirror_lfs = Large File Storage (LFS) 1053 1053 mirror_lfs_desc = Activate mirroring of LFS data. 1054 - mirror_lfs_endpoint = LFS Endpoint 1054 + mirror_lfs_endpoint = LFS endpoint 1055 1055 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. 1056 - mirror_last_synced = Last Synchronized 1056 + mirror_last_synced = Last synchronized 1057 1057 mirror_password_placeholder = (Unchanged) 1058 1058 mirror_password_blank_placeholder = (Unset) 1059 1059 mirror_password_help = Change the username to erase a stored password. ··· 1065 1065 unit_disabled = The site administrator has disabled this repository section. 1066 1066 language_other = Other 1067 1067 adopt_search = Enter username to search for unadopted repositories... (leave blank to find all) 1068 - adopt_preexisting_label = Adopt Files 1068 + adopt_preexisting_label = Adopt files 1069 1069 adopt_preexisting = Adopt pre-existing files 1070 1070 adopt_preexisting_content = Create repository from %s 1071 1071 adopt_preexisting_success = Adopted files and created repository from %s ··· 1082 1082 tree_path_not_found_branch = Path %[1]s doesn't exist in branch %[2]s 1083 1083 tree_path_not_found_tag = Path %[1]s doesn't exist in tag %[2]s 1084 1084 1085 - transfer.accept = Accept Transfer 1085 + transfer.accept = Accept transfer 1086 1086 transfer.accept_desc = Transfer to "%s" 1087 - transfer.reject = Reject Transfer 1087 + transfer.reject = Reject transfer 1088 1088 transfer.reject_desc = Cancel transfer to "%s" 1089 1089 transfer.no_permission_to_accept = You do not have permission to accept this transfer. 1090 1090 transfer.no_permission_to_reject = You do not have permission to reject this transfer. ··· 1096 1096 desc.archived = Archived 1097 1097 desc.sha256 = SHA256 1098 1098 1099 - template.items = Template Items 1100 - template.git_content = Git Content (Default Branch) 1101 - template.git_hooks = Git Hooks 1102 - 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. 1099 + template.items = Template items 1100 + template.git_content = Git content (Default branch) 1101 + template.git_hooks = Git hooks 1102 + 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. 1103 1103 template.webhooks = Webhooks 1104 1104 template.topics = Topics 1105 1105 template.avatar = Avatar 1106 - template.issue_labels = Issue Labels 1106 + template.issue_labels = Issue labels 1107 1107 template.one_item = Must select at least one template item 1108 1108 template.invalid = Must select a template repository 1109 1109 ··· 1119 1119 1120 1120 need_auth = Authorization 1121 1121 migrate_options = Migration options 1122 - migrate_service = Migration Service 1122 + migrate_service = Migration service 1123 1123 migrate_options_mirror_helper = This repository will be a mirror 1124 1124 migrate_options_lfs = Migrate LFS files 1125 - migrate_options_lfs_endpoint.label = LFS Endpoint 1125 + migrate_options_lfs_endpoint.label = LFS endpoint 1126 1126 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. 1127 1127 migrate_options_lfs_endpoint.description.local = A local server path is supported too. 1128 1128 migrate_options_lfs_endpoint.placeholder = If left blank, the endpoint will be derived from the clone URL ··· 1131 1131 migrate_items_milestones = Milestones 1132 1132 migrate_items_labels = Labels 1133 1133 migrate_items_issues = Issues 1134 - migrate_items_pullrequests = Pull Requests 1135 - migrate_items_merge_requests = Merge Requests 1134 + migrate_items_pullrequests = Pull requests 1135 + migrate_items_merge_requests = Merge requests 1136 1136 migrate_items_releases = Releases 1137 - migrate_repo = Migrate Repository 1137 + migrate_repo = Migrate repository 1138 1138 migrate.clone_address = Migrate / Clone from URL 1139 1139 migrate.clone_address_desc = The HTTP(S) or Git "clone" URL of an existing repository 1140 1140 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. ··· 1144 1144 migrate.invalid_local_path = The local path is invalid. It doesn't exist or is not a directory. 1145 1145 migrate.invalid_lfs_endpoint = The LFS endpoint is not valid. 1146 1146 migrate.failed = Migration failed: %v 1147 - migrate.migrate_items_options = Access Token is required to migrate additional items 1147 + migrate.migrate_items_options = Access token is required to migrate additional items 1148 1148 migrated_from = Migrated from <a href="%[1]s">%[2]s</a> 1149 - migrated_from_fake = Migrated From %[1]s 1150 - migrate.migrate = Migrate From %s 1149 + migrated_from_fake = Migrated from %[1]s 1150 + migrate.migrate = Migrate from %s 1151 1151 migrate.migrating = Migrating from <b>%s</b> ... 1152 1152 migrate.migrating_failed = Migrating from <b>%s</b> failed. 1153 1153 migrate.migrating_failed.error = Failed to migrate: %s 1154 1154 migrate.migrating_failed_no_addr = Migration failed. 1155 - migrate.github.description = Migrate data from github.com or other GitHub instances. 1155 + migrate.github.description = Migrate data from github.com or GitHub Enterprise server. 1156 1156 migrate.git.description = Migrate a repository only from any Git service. 1157 1157 migrate.gitlab.description = Migrate data from gitlab.com or other GitLab instances. 1158 1158 migrate.forgejo.description = Migrate data from codeberg.org or other Forgejo instances. ··· 1161 1161 migrate.onedev.description = Migrate data from code.onedev.io or other OneDev instances. 1162 1162 migrate.codebase.description = Migrate data from codebasehq.com. 1163 1163 migrate.gitbucket.description = Migrate data from GitBucket instances. 1164 - migrate.migrating_git = Migrating Git Data 1165 - migrate.migrating_topics = Migrating Topics 1166 - migrate.migrating_milestones = Migrating Milestones 1167 - migrate.migrating_labels = Migrating Labels 1168 - migrate.migrating_releases = Migrating Releases 1169 - migrate.migrating_issues = Migrating Issues 1170 - migrate.migrating_pulls = Migrating Pull Requests 1171 - migrate.cancel_migrating_title = Cancel Migration 1164 + migrate.migrating_git = Migrating Git data 1165 + migrate.migrating_topics = Migrating topics 1166 + migrate.migrating_milestones = Migrating milestones 1167 + migrate.migrating_labels = Migrating labels 1168 + migrate.migrating_releases = Migrating releases 1169 + migrate.migrating_issues = Migrating issues 1170 + migrate.migrating_pulls = Migrating pull requests 1171 + migrate.cancel_migrating_title = Cancel migration 1172 1172 migrate.cancel_migrating_confirm = Do you want to cancel this migration? 1173 1173 1174 1174 mirror_from = mirror of ··· 1183 1183 unstar = Unstar 1184 1184 star = Star 1185 1185 fork = Fork 1186 - download_archive = Download Repository 1187 - more_operations = More Operations 1186 + download_archive = Download repository 1187 + more_operations = More operations 1188 1188 1189 - no_desc = No Description 1190 - quick_guide = Quick Guide 1189 + no_desc = No description 1190 + quick_guide = Quick guide 1191 1191 clone_this_repo = Clone this repository 1192 1192 cite_this_repo = Cite this repository 1193 1193 create_new_repo_command = Creating a new repository on the command line ··· 1205 1205 branches = Branches 1206 1206 tags = Tags 1207 1207 issues = Issues 1208 - pulls = Pull Requests 1208 + pulls = Pull requests 1209 1209 project_board = Projects 1210 1210 packages = Packages 1211 1211 actions = Actions ··· 1239 1239 1240 1240 escape_control_characters = Escape 1241 1241 unescape_control_characters = Unescape 1242 - file_copy_permalink = Copy Permalink 1243 - view_git_blame = View Git Blame 1242 + file_copy_permalink = Copy permalink 1243 + view_git_blame = View git blame 1244 1244 video_not_supported_in_browser = Your browser does not support the HTML5 "video" tag. 1245 1245 audio_not_supported_in_browser = Your browser does not support the HTML5 "audio" tag. 1246 1246 stored_lfs = Stored with Git LFS 1247 1247 symbolic_link = Symbolic link 1248 - executable_file = Executable File 1248 + executable_file = Executable file 1249 1249 vendored = Vendored 1250 1250 generated = Generated 1251 - commit_graph = Commit Graph 1251 + commit_graph = Commit graph 1252 1252 commit_graph.select = Select branches 1253 - commit_graph.hide_pr_refs = Hide Pull Requests 1253 + commit_graph.hide_pr_refs = Hide pull requests 1254 1254 commit_graph.monochrome = Mono 1255 1255 commit_graph.color = Color 1256 1256 commit.contained_in = This commit is contained in: ··· 1263 1263 lines = lines 1264 1264 from_comment = (comment) 1265 1265 1266 - editor.add_file = Add File 1267 - editor.new_file = New File 1268 - editor.upload_file = Upload File 1269 - editor.edit_file = Edit File 1270 - editor.preview_changes = Preview Changes 1266 + editor.add_file = Add file 1267 + editor.new_file = New file 1268 + editor.upload_file = Upload file 1269 + editor.edit_file = Edit file 1270 + editor.preview_changes = Preview changes 1271 1271 editor.cannot_edit_lfs_files = LFS files cannot be edited in the web interface. 1272 1272 editor.cannot_edit_non_text_files = Binary files cannot be edited in the web interface. 1273 - editor.edit_this_file = Edit File 1273 + editor.edit_this_file = Edit file 1274 1274 editor.this_file_locked = File is locked 1275 1275 editor.must_be_on_a_branch = You must be on a branch to make or propose changes to this file. 1276 1276 editor.fork_before_edit = You must fork this repository to make or propose changes to this file. 1277 - editor.delete_this_file = Delete File 1277 + editor.delete_this_file = Delete file 1278 1278 editor.must_have_write_access = You must have write access to make or propose changes to this file. 1279 1279 editor.file_delete_success = File "%s" has been deleted. 1280 1280 editor.name_your_file = Name your file… ··· 1317 1317 editor.no_changes_to_show = There are no changes to show. 1318 1318 editor.fail_to_update_file = Failed to update/create file "%s". 1319 1319 editor.fail_to_update_file_summary = Error Message: 1320 - editor.push_rejected_no_message = The change was rejected by the server without a message. Please check Git Hooks. 1321 - editor.push_rejected = The change was rejected by the server. Please check Git Hooks. 1320 + editor.push_rejected_no_message = The change was rejected by the server without a message. Please check Git hooks. 1321 + editor.push_rejected = The change was rejected by the server. Please check Git hooks. 1322 1322 editor.push_rejected_summary = Full Rejection Message: 1323 1323 editor.add_subdir = Add a directory… 1324 1324 editor.unable_to_upload_files = Failed to upload files to "%s" with error: %v ··· 1349 1349 commits.signed_by = Signed by 1350 1350 commits.signed_by_untrusted_user = Signed by untrusted user 1351 1351 commits.signed_by_untrusted_user_unmatched = Signed by untrusted user who does not match committer 1352 - commits.gpg_key_id = GPG Key ID 1353 - commits.ssh_key_fingerprint = SSH Key Fingerprint 1352 + commits.gpg_key_id = GPG key ID 1353 + commits.ssh_key_fingerprint = SSH key fingerprint 1354 1354 commits.view_path=View at this point in history 1355 1355 1356 1356 commit.operations = Operations ··· 1366 1366 commitstatus.pending = Pending 1367 1367 commitstatus.success = Success 1368 1368 1369 - ext_issues = Access to External Issues 1369 + ext_issues = Access to external issues 1370 1370 ext_issues.desc = Link to an external issue tracker. 1371 1371 1372 1372 projects = Projects 1373 1373 projects.desc = Manage issues and pulls in project boards. 1374 1374 projects.description = Description (optional) 1375 1375 projects.description_placeholder = Description 1376 - projects.create = Create Project 1376 + projects.create = Create project 1377 1377 projects.title = Title 1378 - projects.new = New Project 1378 + projects.new = New project 1379 1379 projects.new_subheader = Coordinate, track, and update your work in one place, so projects stay transparent and on schedule. 1380 1380 projects.create_success = The project "%s" has been created. 1381 - projects.deletion = Delete Project 1381 + projects.deletion = Delete project 1382 1382 projects.deletion_desc = Deleting a project removes it from all related issues. Continue? 1383 1383 projects.deletion_success = The project has been deleted. 1384 - projects.edit = Edit Project 1384 + projects.edit = Edit project 1385 1385 projects.edit_subheader = Projects organize issues and track progress. 1386 - projects.modify = Edit Project 1386 + projects.modify = Edit project 1387 1387 projects.edit_success = Project "%s" has been updated. 1388 1388 projects.type.none = None 1389 1389 projects.type.basic_kanban = Basic Kanban ··· 1416 1416 issues.filter_projects = Filter Project 1417 1417 issues.filter_labels = Filter Label 1418 1418 issues.filter_reviewers = Filter Reviewer 1419 - issues.new = New Issue 1419 + issues.new = New issue 1420 1420 issues.new.title_empty = Title cannot be empty 1421 1421 issues.new.labels = Labels 1422 - issues.new.no_label = No Label 1422 + issues.new.no_label = No label 1423 1423 issues.new.clear_labels = Clear labels 1424 1424 issues.new.projects = Projects 1425 1425 issues.new.clear_projects = Clear projects 1426 1426 issues.new.no_projects = No project 1427 - issues.new.open_projects = Open Projects 1428 - issues.new.closed_projects = Closed Projects 1427 + issues.new.open_projects = Open projects 1428 + issues.new.closed_projects = Closed projects 1429 1429 issues.new.no_items = No items 1430 1430 issues.new.milestone = Milestone 1431 - issues.new.no_milestone = No Milestone 1431 + issues.new.no_milestone = No milestone 1432 1432 issues.new.clear_milestone = Clear milestone 1433 - issues.new.open_milestone = Open Milestones 1434 - issues.new.closed_milestone = Closed Milestones 1433 + issues.new.open_milestone = Open milestones 1434 + issues.new.closed_milestone = Closed milestones 1435 1435 issues.new.assignees = Assignees 1436 1436 issues.new.clear_assignees = Clear assignees 1437 - issues.new.no_assignees = No Assignees 1437 + issues.new.no_assignees = No assignees 1438 1438 issues.new.no_reviewers = No reviewers 1439 - issues.choose.get_started = Get Started 1439 + issues.choose.get_started = Get started 1440 1440 issues.choose.open_external_link = Open 1441 1441 issues.choose.blank = Default 1442 1442 issues.choose.blank_about = Create an issue from default template. 1443 1443 issues.choose.ignore_invalid_templates = Invalid templates have been ignored 1444 1444 issues.choose.invalid_templates = %v invalid template(s) found 1445 1445 issues.choose.invalid_config = The issue config contains errors: 1446 - issues.no_ref = No Branch/Tag Specified 1447 - issues.create = Create Issue 1448 - issues.new_label = New Label 1446 + issues.no_ref = No Branch/Tag specified 1447 + issues.create = Create issue 1448 + issues.new_label = New label 1449 1449 issues.new_label_placeholder = Label name 1450 1450 issues.new_label_desc_placeholder = Description 1451 - issues.create_label = Create Label 1452 - issues.label_templates.title = Load a predefined set of labels 1453 - issues.label_templates.info = No labels exist yet. Create a label with "New Label" or use a predefined label set: 1454 - issues.label_templates.helper = Select a label set 1455 - issues.label_templates.use = Use Label Set 1451 + issues.create_label = Create label 1452 + issues.label_templates.title = Load a label preset 1453 + issues.label_templates.info = No labels exist yet. Create a label with "New label" or use a label preset: 1454 + issues.label_templates.helper = Select a label preset 1455 + issues.label_templates.use = Use label preset 1456 1456 issues.label_templates.fail_to_load_file = Failed to load label template file "%s": %v 1457 1457 issues.add_label = added the %s label %s 1458 1458 issues.add_labels = added the %s labels %s ··· 1538 1538 issues.num_comments = %d comments 1539 1539 issues.commented_at = `commented <a href="#%s">%s</a>` 1540 1540 issues.delete_comment_confirm = Are you sure you want to delete this comment? 1541 - issues.context.copy_link = Copy Link 1542 - issues.context.quote_reply = Quote Reply 1543 - issues.context.reference_issue = Reference in New Issue 1541 + issues.context.copy_link = Copy link 1542 + issues.context.quote_reply = Quote reply 1543 + issues.context.reference_issue = Reference in a new issue 1544 1544 issues.context.edit = Edit 1545 1545 issues.context.delete = Delete 1546 1546 issues.no_content = No description provided. 1547 - issues.close = Close Issue 1547 + issues.close = Close issue 1548 1548 issues.comment_pull_merged_at = merged commit %[1]s into %[2]s %[3]s 1549 1549 issues.comment_manually_pull_merged_at = manually merged commit %[1]s into %[2]s %[3]s 1550 - issues.close_comment_issue = Comment and Close 1550 + issues.close_comment_issue = Comment and close 1551 1551 issues.reopen_issue = Reopen 1552 - issues.reopen_comment_issue = Comment and Reopen 1552 + issues.reopen_comment_issue = Comment and reopen 1553 1553 issues.create_comment = Comment 1554 1554 issues.closed_at = `closed this issue <a id="%[1]s" href="#%[1]s">%[2]s</a>` 1555 1555 issues.reopened_at = `reopened this issue <a id="%[1]s" href="#%[1]s">%[2]s</a>` ··· 1587 1587 issues.label_description = Description 1588 1588 issues.label_color = Color 1589 1589 issues.label_exclusive = Exclusive 1590 - issues.label_archive = Archive Label 1590 + issues.label_archive = Archive label 1591 1591 issues.label_archived_filter = Show archived labels 1592 1592 issues.label_archive_tooltip = Archived labels are excluded by default from the suggestions when searching by label. 1593 1593 issues.label_exclusive_desc = Name the label <code>scope/item</code> to make it mutually exclusive with other <code>scope/</code> labels. ··· 1596 1596 issues.label_open_issues = %d open issues/pull requests 1597 1597 issues.label_edit = Edit 1598 1598 issues.label_delete = Delete 1599 - issues.label_modify = Edit Label 1600 - issues.label_deletion = Delete Label 1599 + issues.label_modify = Edit label 1600 + issues.label_deletion = Delete label 1601 1601 issues.label_deletion_desc = Deleting a label removes it from all issues. Continue? 1602 1602 issues.label_deletion_success = The label has been deleted. 1603 1603 issues.label.filter_sort.alphabetically = Alphabetically 1604 1604 issues.label.filter_sort.reverse_alphabetically = Reverse alphabetically 1605 1605 issues.label.filter_sort.by_size = Smallest size 1606 1606 issues.label.filter_sort.reverse_by_size = Largest size 1607 - issues.num_participants = %d Participants 1607 + issues.num_participants = %d participants 1608 1608 issues.attachment.open_tab = `Click to see "%s" in a new tab` 1609 1609 issues.attachment.download = `Click to download "%s"` 1610 1610 issues.subscribe = Subscribe 1611 1611 issues.unsubscribe = Unsubscribe 1612 - issues.unpin_issue = Unpin Issue 1612 + issues.unpin_issue = Unpin issue 1613 1613 issues.max_pinned = You can't pin more issues 1614 1614 issues.pin_comment = pinned this %s 1615 1615 issues.unpin_comment = unpinned this %s ··· 1635 1635 issues.delete = Delete 1636 1636 issues.delete.title = Delete this issue? 1637 1637 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) 1638 - issues.tracker = Time Tracker 1639 - issues.start_tracking_short = Start Timer 1640 - issues.start_tracking = Start Time Tracking 1638 + issues.tracker = Time tracker 1639 + issues.start_tracking_short = Start timer 1640 + issues.start_tracking = Start time tracking 1641 1641 issues.start_tracking_history = `started working %s` 1642 1642 issues.tracker_auto_close = Timer will be stopped automatically when this issue gets closed 1643 1643 issues.tracking_already_started = `You have already started time tracking on <a href="%s">another issue</a>!` 1644 - issues.stop_tracking = Stop Timer 1644 + issues.stop_tracking = Stop timer 1645 1645 issues.stop_tracking_history = `stopped working %s` 1646 1646 issues.cancel_tracking = Discard 1647 1647 issues.cancel_tracking_history = `canceled time tracking %s` 1648 - issues.add_time = Manually Add Time 1648 + issues.add_time = Manually add time 1649 1649 issues.del_time = Delete this time log 1650 - issues.add_time_short = Add Time 1650 + issues.add_time_short = Add time 1651 1651 issues.add_time_cancel = Cancel 1652 1652 issues.add_time_history = `added spent time %s` 1653 1653 issues.del_time_history= `deleted spent time %s` 1654 1654 issues.add_time_hours = Hours 1655 1655 issues.add_time_minutes = Minutes 1656 1656 issues.add_time_sum_to_small = No time was entered. 1657 - issues.time_spent_total = Total Time Spent 1658 - issues.time_spent_from_all_authors = `Total Time Spent: %s` 1659 - issues.due_date = Due Date 1657 + issues.time_spent_total = Total time spent 1658 + issues.time_spent_from_all_authors = `Total time spent: %s` 1659 + issues.due_date = Due date 1660 1660 issues.invalid_due_date_format = Due date format must be "yyyy-mm-dd". 1661 1661 issues.error_modifying_due_date = Failed to modify the due date. 1662 1662 issues.error_removing_due_date = Failed to remove the due date. ··· 1699 1699 issues.dependency.remove_header = Remove Dependency 1700 1700 issues.dependency.issue_remove_text = This will remove the dependency from this issue. Continue? 1701 1701 issues.dependency.pr_remove_text = This will remove the dependency from this pull request. Continue? 1702 - issues.dependency.setting = Enable Dependencies For Issues and Pull Requests 1702 + issues.dependency.setting = Enable dependencies for issues and pull requests 1703 1703 issues.dependency.add_error_same_issue = You cannot make an issue depend on itself. 1704 1704 issues.dependency.add_error_dep_issue_not_exist = Dependent issue does not exist. 1705 1705 issues.dependency.add_error_dep_not_exist = Dependency does not exist. ··· 1750 1750 compare.compare_head = compare 1751 1751 1752 1752 pulls.desc = Enable pull requests and code reviews. 1753 - pulls.new = New Pull Request 1754 - pulls.view = View Pull Request 1755 - pulls.compare_changes = New Pull Request 1753 + pulls.new = New pull request 1754 + pulls.view = View pull request 1755 + pulls.compare_changes = New pull request 1756 1756 pulls.allow_edits_from_maintainers = Allow edits from maintainers 1757 1757 pulls.allow_edits_from_maintainers_desc = Users with write access to the base branch can also push to this branch 1758 1758 pulls.allow_edits_from_maintainers_err = Updating failed ··· 1779 1779 pulls.nothing_to_compare_have_tag = The selected branch/tag are equal. 1780 1780 pulls.nothing_to_compare_and_allow_empty_pr = These branches are equal. This PR will be empty. 1781 1781 pulls.has_pull_request = `A pull request between these branches already exists: <a href="%[1]s">%[2]s#%[3]d</a>` 1782 - pulls.create = Create Pull Request 1782 + pulls.create = Create pull request 1783 1783 pulls.title_desc = wants to merge %[1]d commits from <code>%[2]s</code> into <code id="branch_target">%[3]s</code> 1784 1784 pulls.merged_title_desc = merged %[1]d commits from <code>%[2]s</code> into <code>%[3]s</code> %[4]s 1785 1785 pulls.change_target_branch_at = `changed target branch from <b>%s</b> to <b>%s</b> %s` 1786 1786 pulls.tab_conversation = Conversation 1787 1787 pulls.tab_commits = Commits 1788 - pulls.tab_files = Files Changed 1788 + pulls.tab_files = Files changed 1789 1789 pulls.reopen_to_merge = Please reopen this pull request to perform a merge. 1790 1790 pulls.cant_reopen_deleted_branch = This pull request cannot be reopened because the branch was deleted. 1791 1791 pulls.merged = Merged ··· 1850 1850 pulls.merge_out_of_date = Merge Failed: Whilst generating the merge, the base was updated. Hint: Try again. 1851 1851 pulls.head_out_of_date = Merge Failed: Whilst generating the merge, the head was updated. Hint: Try again. 1852 1852 pulls.has_merged = Failed: The pull request has been merged, you cannot merge again or change the target branch. 1853 - pulls.push_rejected = Push Failed: The push was rejected. Review the Git Hooks for this repository. 1853 + pulls.push_rejected = Push Failed: The push was rejected. Review the Git hooks for this repository. 1854 1854 pulls.push_rejected_summary = Full Rejection Message 1855 - pulls.push_rejected_no_message = Push Failed: The push was rejected but there was no remote message. Review the Git Hooks for this repository 1855 + pulls.push_rejected_no_message = Push Failed: The push was rejected but there was no remote message. Review the Git hooks for this repository 1856 1856 pulls.open_unmerged_pull_exists = `You cannot perform a reopen operation because there is a pending pull request (#%d) with identical properties.` 1857 1857 pulls.status_checking = Some checks are pending 1858 1858 pulls.status_checks_success = All checks were successful ··· 1868 1868 pulls.update_branch_success = Branch update was successful 1869 1869 pulls.update_not_allowed = You are not allowed to update branch 1870 1870 pulls.outdated_with_base_branch = This branch is out-of-date with the base branch 1871 - pulls.close = Close Pull Request 1871 + pulls.close = Close pull request 1872 1872 pulls.closed_at = `closed this pull request <a id="%[1]s" href="#%[1]s">%[2]s</a>` 1873 1873 pulls.reopened_at = `reopened this pull request <a id="%[1]s" href="#%[1]s">%[2]s</a>` 1874 1874 pulls.commit_ref_at = `referenced this pull request from a commit <a id="%[1]s" href="#%[1]s">%[2]s</a>` ··· 1904 1904 1905 1905 pull.deleted_branch = (deleted):%s 1906 1906 1907 - milestones.new = New Milestone 1907 + milestones.new = New milestone 1908 1908 milestones.closed = Closed %s 1909 1909 milestones.update_ago = Updated %s 1910 1910 milestones.no_due_date = No due date ··· 1912 1912 milestones.close = Close 1913 1913 milestones.new_subheader = Milestones can help you organize issues and track their progress. 1914 1914 milestones.completeness = <strong>%d%%</strong> Completed 1915 - milestones.create = Create Milestone 1915 + milestones.create = Create milestone 1916 1916 milestones.title = Title 1917 1917 milestones.desc = Description 1918 - milestones.due_date = Due Date (optional) 1918 + milestones.due_date = Due date (optional) 1919 1919 milestones.clear = Clear 1920 1920 milestones.invalid_due_date_format = Due date format must be "yyyy-mm-dd". 1921 1921 milestones.create_success = The milestone "%s" has been created. 1922 - milestones.edit = Edit Milestone 1922 + milestones.edit = Edit milestone 1923 1923 milestones.edit_subheader = Milestones organize issues and track progress. 1924 1924 milestones.cancel = Cancel 1925 - milestones.modify = Update Milestone 1925 + milestones.modify = Update milestone 1926 1926 milestones.edit_success = Milestone "%s" has been updated. 1927 - milestones.deletion = Delete Milestone 1927 + milestones.deletion = Delete milestone 1928 1928 milestones.deletion_desc = Deleting a milestone removes it from all related issues. Continue? 1929 1929 milestones.deletion_success = The milestone has been deleted. 1930 1930 milestones.filter_sort.earliest_due_data = Nearest due date ··· 1981 1981 1982 1982 activity = Activity 1983 1983 activity.navbar.pulse = Pulse 1984 - activity.navbar.code_frequency = Code Frequency 1984 + activity.navbar.code_frequency = Code frequency 1985 1985 activity.navbar.contributors = Contributors 1986 - activity.navbar.recent_commits = Recent Commits 1986 + activity.navbar.recent_commits = Recent commits 1987 1987 activity.period.filter_label = Period: 1988 1988 activity.period.daily = 1 day 1989 1989 activity.period.halfweekly = 3 days ··· 1993 1993 activity.period.semiyearly = 6 months 1994 1994 activity.period.yearly = 1 year 1995 1995 activity.overview = Overview 1996 - activity.active_prs_count_1 = <strong>%d</strong> Active Pull Request 1997 - activity.active_prs_count_n = <strong>%d</strong> Active Pull Requests 1998 - activity.merged_prs_count_1 = Merged Pull Request 1999 - activity.merged_prs_count_n = Merged Pull Requests 2000 - activity.opened_prs_count_1 = Proposed Pull Request 2001 - activity.opened_prs_count_n = Proposed Pull Requests 1996 + activity.active_prs_count_1 = <strong>%d</strong> Active pull request 1997 + activity.active_prs_count_n = <strong>%d</strong> Active pull requests 1998 + activity.merged_prs_count_1 = Merged pull request 1999 + activity.merged_prs_count_n = Merged pull requests 2000 + activity.opened_prs_count_1 = Proposed pull request 2001 + activity.opened_prs_count_n = Proposed pull requests 2002 2002 activity.title.user_1 = %d user 2003 2003 activity.title.user_n = %d users 2004 - activity.title.prs_1 = %d Pull request 2005 - activity.title.prs_n = %d Pull requests 2004 + activity.title.prs_1 = %d pull request 2005 + activity.title.prs_n = %d pull requests 2006 2006 activity.title.prs_merged_by = %s merged by %s 2007 2007 activity.title.prs_opened_by = %s proposed by %s 2008 2008 activity.merged_prs_label = Merged 2009 2009 activity.opened_prs_label = Proposed 2010 - activity.active_issues_count_1 = <strong>%d</strong> Active Issue 2011 - activity.active_issues_count_n = <strong>%d</strong> Active Issues 2012 - activity.closed_issues_count_1 = Closed Issue 2013 - activity.closed_issues_count_n = Closed Issues 2014 - activity.title.issues_1 = %d Issue 2015 - activity.title.issues_n = %d Issues 2010 + activity.active_issues_count_1 = <strong>%d</strong> active issue 2011 + activity.active_issues_count_n = <strong>%d</strong> active issues 2012 + activity.closed_issues_count_1 = Closed issue 2013 + activity.closed_issues_count_n = Closed issues 2014 + activity.title.issues_1 = %d issue 2015 + activity.title.issues_n = %d issues 2016 2016 activity.title.issues_closed_from = %s closed from %s 2017 2017 activity.title.issues_created_by = %s created by %s 2018 2018 activity.closed_issue_label = Closed 2019 - activity.new_issues_count_1 = New Issue 2020 - activity.new_issues_count_n = New Issues 2019 + activity.new_issues_count_1 = New issue 2020 + activity.new_issues_count_n = New issues 2021 2021 activity.new_issue_label = Opened 2022 - activity.title.unresolved_conv_1 = %d Unresolved Conversation 2023 - activity.title.unresolved_conv_n = %d Unresolved Conversations 2022 + activity.title.unresolved_conv_1 = %d unresolved conversation 2023 + activity.title.unresolved_conv_n = %d unresolved conversations 2024 2024 activity.unresolved_conv_desc = These recently changed issues and pull requests have not been resolved yet. 2025 2025 activity.unresolved_conv_label = Open 2026 - activity.title.releases_1 = %d Release 2027 - activity.title.releases_n = %d Releases 2026 + activity.title.releases_1 = %d release 2027 + activity.title.releases_n = %d releases 2028 2028 activity.title.releases_published_by = %s published by %s 2029 2029 activity.published_release_label = Published 2030 2030 activity.no_git_activity = There has not been any commit activity in this period. ··· 2075 2075 settings.collaboration.owner = Owner 2076 2076 settings.collaboration.undefined = Undefined 2077 2077 settings.hooks = Webhooks 2078 - settings.githooks = Git Hooks 2079 - settings.basic_settings = Basic Settings 2080 - settings.mirror_settings = Mirror Settings 2078 + settings.githooks = Git hooks 2079 + settings.basic_settings = Basic settings 2080 + settings.mirror_settings = Mirror settings 2081 2081 settings.mirror_settings.docs = Set up your repository to automatically synchronize commits, tags and branches with another repository. 2082 2082 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. 2083 2083 settings.mirror_settings.docs.disabled_push_mirror.instructions = Set up your project to automatically pull commits, tags and branches from another repository. ··· 2097 2097 settings.mirror_settings.direction.push = Push 2098 2098 settings.mirror_settings.last_update = Last update 2099 2099 settings.mirror_settings.push_mirror.none = No push mirrors configured 2100 - settings.mirror_settings.push_mirror.remote_url = Git Remote Repository URL 2101 - settings.mirror_settings.push_mirror.add = Add Push Mirror 2100 + settings.mirror_settings.push_mirror.remote_url = Git remote repository URL 2101 + settings.mirror_settings.push_mirror.add = Add push mirror 2102 2102 settings.mirror_settings.push_mirror.edit_sync_time = Edit mirror sync interval 2103 2103 2104 - settings.units.units = Repository Units 2104 + settings.units.units = Repository units 2105 2105 settings.units.overview = Overview 2106 2106 settings.units.add_more = Add more... 2107 2107 2108 - settings.sync_mirror = Synchronize Now 2108 + settings.sync_mirror = Synchronize now 2109 2109 settings.pull_mirror_sync_in_progress = Pulling changes from the remote %s at the moment. 2110 2110 settings.push_mirror_sync_in_progress = Pushing changes to the remote %s at the moment. 2111 2111 settings.site = Website 2112 - settings.update_settings = Update Settings 2113 - settings.update_mirror_settings = Update Mirror Settings 2114 - settings.branches.switch_default_branch = Switch Default Branch 2115 - settings.branches.update_default_branch = Update Default Branch 2116 - settings.branches.add_new_rule = Add New Rule 2117 - settings.advanced_settings = Advanced Settings 2118 - settings.wiki_desc = Enable Repository Wiki 2119 - settings.wiki_globally_editable = Allow anyone to edit the Wiki 2120 - settings.use_internal_wiki = Use Built-In Wiki 2121 - settings.use_external_wiki = Use External Wiki 2122 - settings.external_wiki_url = External Wiki URL 2112 + settings.update_settings = Update settings 2113 + settings.update_mirror_settings = Update mirror settings 2114 + settings.branches.switch_default_branch = Switch default branch 2115 + settings.branches.update_default_branch = Update default branch 2116 + settings.branches.add_new_rule = Add new rule 2117 + settings.advanced_settings = Advanced settings 2118 + settings.wiki_desc = Enable repository wiki 2119 + settings.wiki_globally_editable = Allow anyone to edit the wiki 2120 + settings.use_internal_wiki = Use built-in wiki 2121 + settings.use_external_wiki = Use external wiki 2122 + settings.external_wiki_url = External wiki URL 2123 2123 settings.external_wiki_url_error = The external wiki URL is not a valid URL. 2124 2124 settings.external_wiki_url_desc = Visitors are redirected to the external wiki URL when clicking the wiki tab. 2125 - settings.issues_desc = Enable Repository Issue Tracker 2126 - settings.use_internal_issue_tracker = Use Built-In Issue Tracker 2127 - settings.use_external_issue_tracker = Use External Issue Tracker 2128 - settings.external_tracker_url = External Issue Tracker URL 2125 + settings.issues_desc = Enable repository issue tracker 2126 + settings.use_internal_issue_tracker = Use built-in issue tracker 2127 + settings.use_external_issue_tracker = Use external issue tracker 2128 + settings.external_tracker_url = External issue tracker URL 2129 2129 settings.external_tracker_url_error = The external issue tracker URL is not a valid URL. 2130 2130 settings.external_tracker_url_desc = Visitors are redirected to the external issue tracker URL when clicking on the issues tab. 2131 - settings.tracker_url_format = External Issue Tracker URL Format 2131 + settings.tracker_url_format = External issue tracker URL Format 2132 2132 settings.tracker_url_format_error = The external issue tracker URL format is not a valid URL. 2133 - settings.tracker_issue_style = External Issue Tracker Number Format 2133 + settings.tracker_issue_style = External issue tracker Number Format 2134 2134 settings.tracker_issue_style.numeric = Numeric 2135 2135 settings.tracker_issue_style.alphanumeric = Alphanumeric 2136 2136 settings.tracker_issue_style.regexp = Regular Expression ··· 2139 2139 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. 2140 2140 settings.enable_timetracker = Enable time tracking 2141 2141 settings.allow_only_contributors_to_track_time = Let only contributors track time 2142 - settings.pulls_desc = Enable Repository Pull Requests 2143 - settings.pulls.ignore_whitespace = Ignore Whitespace for Conflicts 2142 + settings.pulls_desc = Enable repository pull requests 2143 + settings.pulls.ignore_whitespace = Ignore whitespace for conflicts 2144 2144 settings.pulls.enable_autodetect_manual_merge = Enable autodetect manual merge (Note: In some special cases, misjudgments can occur) 2145 2145 settings.pulls.allow_rebase_update = Enable updating pull request branch by rebase 2146 2146 settings.pulls.default_delete_branch_after_merge = Delete pull request branch after merge by default 2147 2147 settings.pulls.default_allow_edits_from_maintainers = Allow edits from maintainers by default 2148 - settings.releases_desc = Enable Repository Releases 2149 - settings.packages_desc = Enable Repository Packages Registry 2150 - settings.projects_desc = Enable Repository Projects 2151 - settings.actions_desc = Enable Repository Actions 2152 - settings.admin_settings = Administrator Settings 2153 - settings.admin_enable_health_check = Enable Repository Health Checks (git fsck) 2154 - settings.admin_code_indexer = Code Indexer 2148 + settings.releases_desc = Enable repository releases 2149 + settings.packages_desc = Enable repository package registry 2150 + settings.projects_desc = Enable repository projects 2151 + settings.actions_desc = Enable repository actions 2152 + settings.admin_settings = Administrator settings 2153 + settings.admin_enable_health_check = Enable repository health checks (git fsck) 2154 + settings.admin_code_indexer = Code indexer 2155 2155 settings.admin_stats_indexer = Code statistics indexer 2156 - settings.admin_indexer_commit_sha = Last Indexed SHA 2156 + settings.admin_indexer_commit_sha = Last indexed SHA 2157 2157 settings.admin_indexer_unindexed = Unindexed 2158 - settings.reindex_button = Add to Reindex Queue 2159 - settings.reindex_requested=Reindex Requested 2158 + settings.reindex_button = Add to reindex queue 2159 + settings.reindex_requested=Reindex requested 2160 2160 settings.admin_enable_close_issues_via_commit_in_any_branch = Close an issue via a commit made in a non default branch 2161 - settings.danger_zone = Danger Zone 2161 + settings.danger_zone = Danger zone 2162 2162 settings.new_owner_has_same_repo = The new owner already has a repository with same name. Please choose another name. 2163 2163 settings.new_owner_blocked_doer = The new owner has blocked you. 2164 - settings.convert = Convert to Regular Repository 2164 + settings.convert = Convert to regular repository 2165 2165 settings.convert_desc = You can convert this mirror into a regular repository. This cannot be undone. 2166 2166 settings.convert_notices_1 = This operation will convert the mirror into a regular repository and cannot be undone. 2167 - settings.convert_confirm = Convert Repository 2167 + settings.convert_confirm = Convert repository 2168 2168 settings.convert_succeed = The mirror has been converted into a regular repository. 2169 - settings.convert_fork = Convert to Regular Repository 2169 + settings.convert_fork = Convert to regular repository 2170 2170 settings.convert_fork_desc = You can convert this fork into a regular repository. This cannot be undone. 2171 2171 settings.convert_fork_notices_1 = This operation will convert the fork into a regular repository and cannot be undone. 2172 - settings.convert_fork_confirm = Convert Repository 2172 + settings.convert_fork_confirm = Convert repository 2173 2173 settings.convert_fork_succeed = The fork has been converted into a regular repository. 2174 - settings.transfer = Transfer Ownership 2174 + settings.transfer = Transfer ownership 2175 2175 settings.transfer.rejected = Repository transfer was rejected. 2176 2176 settings.transfer.success = Repository transfer was successful. 2177 2177 settings.transfer_abort = Cancel transfer ··· 2184 2184 settings.transfer_notices_1 = - You will lose access to the repository if you transfer it to an individual user. 2185 2185 settings.transfer_notices_2 = - You will keep access to the repository if you transfer it to an organization that you (co-)own. 2186 2186 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). 2187 - settings.transfer_owner = New Owner 2188 - settings.transfer_perform = Perform Transfer 2187 + settings.transfer_owner = New owner 2188 + settings.transfer_perform = Perform transfer 2189 2189 settings.transfer_started = This repository has been marked for transfer and awaits confirmation from "%s" 2190 2190 settings.transfer_succeed = The repository has been transferred. 2191 - settings.signing_settings = Signing Verification Settings 2192 - settings.trust_model = Signature Trust Model 2193 - settings.trust_model.default = Default Trust Model 2191 + settings.signing_settings = Signing verification settings 2192 + settings.trust_model = Signature trust model 2193 + settings.trust_model.default = Default trust model 2194 2194 settings.trust_model.default.desc= Use the default repository trust model for this installation. 2195 2195 settings.trust_model.collaborator = Collaborator 2196 2196 settings.trust_model.collaborator.long = Collaborator: Trust signatures by collaborators ··· 2204 2204 settings.wiki_rename_branch_main = Normalize the Wiki branch name 2205 2205 settings.wiki_rename_branch_main_desc = Rename the branch used internally by the Wiki to "%s". This is a permanent and cannot be undone. 2206 2206 settings.wiki_rename_branch_main_notices_1 = This operation <strong>CANNOT</strong> be undone. 2207 - settings.wiki_rename_branch_main_notices_2 = This will premanently rename the the internal branch of %s's repository wiki. Existing checkouts will need to be updated. 2207 + settings.wiki_rename_branch_main_notices_2 = This will permanently rename the the internal branch of %s's repository wiki. Existing checkouts will need to be updated. 2208 2208 settings.wiki_branch_rename_success = The repository wiki's branch name has been successfully normalized. 2209 2209 settings.wiki_branch_rename_failure = Failed to normalize the repository wiki's branch name. 2210 2210 settings.confirm_wiki_branch_rename = Rename the wiki branch 2211 - settings.wiki_delete = Delete Wiki Data 2211 + settings.wiki_delete = Delete wiki data 2212 2212 settings.wiki_delete_desc = Deleting repository wiki data is permanent and cannot be undone. 2213 2213 settings.wiki_delete_notices_1 = - This will permanently delete and disable the repository wiki for %s. 2214 - settings.confirm_wiki_delete = Delete Wiki Data 2214 + settings.confirm_wiki_delete = Delete wiki data 2215 2215 settings.wiki_deletion_success = The repository wiki data has been deleted. 2216 - settings.delete = Delete This Repository 2216 + settings.delete = Delete this repository 2217 2217 settings.delete_desc = Deleting a repository is permanent and cannot be undone. 2218 2218 settings.delete_notices_1 = - This operation <strong>CANNOT</strong> be undone. 2219 2219 settings.delete_notices_2 = - This operation will permanently delete the <strong>%s</strong> repository including code, issues, comments, wiki data and collaborator settings. ··· 2221 2221 settings.deletion_success = The repository has been deleted. 2222 2222 settings.update_settings_success = The repository settings have been updated. 2223 2223 settings.update_settings_no_unit = The repository should allow at least some sort of interaction. 2224 - settings.confirm_delete = Delete Repository 2225 - settings.add_collaborator = Add Collaborator 2224 + settings.confirm_delete = Delete repository 2225 + settings.add_collaborator = Add collaborator 2226 2226 settings.add_collaborator_success = The collaborator has been added. 2227 2227 settings.add_collaborator_inactive_user = Cannot add an inactive user as a collaborator. 2228 2228 settings.add_collaborator_owner = Cannot add an owner as a collaborator. ··· 2238 2238 settings.change_team_access_not_allowed = Changing team access for repository has been restricted to organization owner 2239 2239 settings.team_not_in_organization = The team is not in the same organization as the repository 2240 2240 settings.teams = Teams 2241 - settings.add_team = Add Team 2241 + settings.add_team = Add team 2242 2242 settings.add_team_duplicate = Team already has the repository 2243 2243 settings.add_team_success = The team now have access to the repository. 2244 - settings.search_team = Search Team… 2244 + settings.search_team = Search team… 2245 2245 settings.change_team_permission_tip = Team's permission is set on the team setting page and can't be changed per repository 2246 2246 settings.delete_team_tip = This team has access to all repositories and can't be removed 2247 2247 settings.remove_team_success = The team's access to the repository has been removed. 2248 - settings.add_webhook = Add Webhook 2248 + settings.add_webhook = Add webhook 2249 2249 settings.add_webhook.invalid_channel_name = Webhook channel name cannot be empty and cannot contain only a # character. 2250 2250 settings.hooks_desc = Webhooks automatically make HTTP POST requests to a server when certain Forgejo events trigger. Read more in the <a target="_blank" rel="noopener noreferrer" href="%s">webhooks guide</a>. 2251 - settings.webhook_deletion = Remove Webhook 2251 + settings.webhook_deletion = Remove webhook 2252 2252 settings.webhook_deletion_desc = Removing a webhook deletes its settings and delivery history. Continue? 2253 2253 settings.webhook_deletion_success = The webhook has been removed. 2254 - settings.webhook.test_delivery = Test Delivery 2254 + settings.webhook.test_delivery = Test delivery 2255 2255 settings.webhook.test_delivery_desc = Test this webhook with a fake event. 2256 2256 settings.webhook.test_delivery_desc_disabled = To test this webhook with a fake event, activate it. 2257 2257 settings.webhook.request = Request ··· 2262 2262 settings.webhook.replay.description = Replay this webhook. 2263 2263 settings.webhook.replay.description_disabled = To replay this webhook, activate it. 2264 2264 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. 2265 - settings.githooks_desc = Git Hooks are powered by Git itself. You can edit hook files below to set up custom operations. 2265 + settings.githooks_desc = Git hooks are powered by Git itself. You can edit hook files below to set up custom operations. 2266 2266 settings.githook_edit_desc = If the hook is inactive, sample content will be presented. Leaving content to an empty value will disable this hook. 2267 - settings.githook_name = Hook Name 2268 - settings.githook_content = Hook Content 2269 - settings.update_githook = Update Hook 2270 - settings.add_webhook_desc = Forgejo will send <code>POST</code> requests with a specified content type to the target URL. Read more in the <a target="_blank" rel="noopener noreferrer" href="%s">webhooks guide</a>. 2267 + settings.githook_name = Hook name 2268 + settings.githook_content = Hook content 2269 + settings.update_githook = Update hook 2270 + settings.add_webhook_desc = Forgejo will send <code>POST</code> requests with a specified Content-Type to the target URL. Read more in the <a target="_blank" rel="noopener noreferrer" href="%s">webhooks guide</a>. 2271 2271 settings.payload_url = Target URL 2272 - settings.http_method = HTTP Method 2273 - settings.content_type = POST Content Type 2272 + settings.http_method = HTTP method 2273 + settings.content_type = POST content type 2274 2274 settings.secret = Secret 2275 2275 settings.slack_username = Username 2276 2276 settings.slack_icon_url = Icon URL 2277 2277 settings.slack_color = Color 2278 2278 settings.discord_username = Username 2279 2279 settings.discord_icon_url = Icon URL 2280 - settings.event_desc = Trigger On: 2281 - settings.event_push_only = Push Events 2282 - settings.event_send_everything = All Events 2283 - settings.event_choose = Custom Events… 2284 - settings.event_header_repository = Repository Events 2280 + settings.event_desc = Trigger on: 2281 + settings.event_push_only = Push events 2282 + settings.event_send_everything = All events 2283 + settings.event_choose = Custom events… 2284 + settings.event_header_repository = Repository events 2285 2285 settings.event_create = Create 2286 2286 settings.event_create_desc = Branch or tag created. 2287 2287 settings.event_delete = Delete ··· 2296 2296 settings.event_push_desc = Git push to a repository. 2297 2297 settings.event_repository = Repository 2298 2298 settings.event_repository_desc = Repository created or deleted. 2299 - settings.event_header_issue = Issue Events 2299 + settings.event_header_issue = Issue events 2300 2300 settings.event_issues = Issues 2301 2301 settings.event_issues_desc = Issue opened, closed, reopened, or edited. 2302 - settings.event_issue_assign = Issue Assigned 2302 + settings.event_issue_assign = Issue assigned 2303 2303 settings.event_issue_assign_desc = Issue assigned or unassigned. 2304 - settings.event_issue_label = Issue Labeled 2304 + settings.event_issue_label = Issue labeled 2305 2305 settings.event_issue_label_desc = Issue labels updated or cleared. 2306 - settings.event_issue_milestone = Issue Milestoned 2306 + settings.event_issue_milestone = Issue milestoned 2307 2307 settings.event_issue_milestone_desc = Issue milestoned or demilestoned. 2308 - settings.event_issue_comment = Issue Comment 2308 + settings.event_issue_comment = Issue comment 2309 2309 settings.event_issue_comment_desc = Issue comment created, edited, or deleted. 2310 - settings.event_header_pull_request = Pull Request Events 2311 - settings.event_pull_request = Pull Request 2310 + settings.event_header_pull_request = Pull request events 2311 + settings.event_pull_request = Pull request 2312 2312 settings.event_pull_request_desc = Pull request opened, closed, reopened, or edited. 2313 - settings.event_pull_request_assign = Pull Request Assigned 2313 + settings.event_pull_request_assign = Pull request assigned 2314 2314 settings.event_pull_request_assign_desc = Pull request assigned or unassigned. 2315 - settings.event_pull_request_label = Pull Request Labeled 2315 + settings.event_pull_request_label = Pull request labeled 2316 2316 settings.event_pull_request_label_desc = Pull request labels updated or cleared. 2317 - settings.event_pull_request_milestone = Pull Request Milestoned 2317 + settings.event_pull_request_milestone = Pull request milestoned 2318 2318 settings.event_pull_request_milestone_desc = Pull request milestoned or demilestoned. 2319 - settings.event_pull_request_comment = Pull Request Comment 2319 + settings.event_pull_request_comment = Pull request comment 2320 2320 settings.event_pull_request_comment_desc = Pull request comment created, edited, or deleted. 2321 - settings.event_pull_request_review = Pull Request Reviewed 2321 + settings.event_pull_request_review = Pull request reviewed 2322 2322 settings.event_pull_request_review_desc = Pull request approved, rejected, or review comment. 2323 - settings.event_pull_request_sync = Pull Request Synchronized 2323 + settings.event_pull_request_sync = Pull request synchronized 2324 2324 settings.event_pull_request_sync_desc = Pull request synchronized. 2325 - settings.event_pull_request_review_request = Pull Request Review Requested 2325 + settings.event_pull_request_review_request = Pull request review requested 2326 2326 settings.event_pull_request_review_request_desc = Pull request review requested or review request removed. 2327 - settings.event_pull_request_approvals = Pull Request Approvals 2328 - settings.event_pull_request_merge = Pull Request Merge 2327 + settings.event_pull_request_approvals = Pull request approvals 2328 + settings.event_pull_request_merge = Pull request merge 2329 2329 settings.event_package = Package 2330 2330 settings.event_package_desc = Package created or deleted in a repository. 2331 2331 settings.branch_filter = Branch filter 2332 2332 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>. 2333 - settings.authorization_header = Authorization Header 2333 + settings.authorization_header = Authorization header 2334 2334 settings.authorization_header_desc = Will be included as authorization header for requests when present. Examples: %s. 2335 2335 settings.active = Active 2336 2336 settings.active_helper = Information about triggered events will be sent to this webhook URL. 2337 2337 settings.add_hook_success = The webhook has been added. 2338 - settings.update_webhook = Update Webhook 2338 + settings.update_webhook = Update webhook 2339 2339 settings.update_hook_success = The webhook has been updated. 2340 - settings.delete_webhook = Remove Webhook 2341 - settings.recent_deliveries = Recent Deliveries 2342 - settings.hook_type = Hook Type 2340 + settings.delete_webhook = Remove webhook 2341 + settings.recent_deliveries = Recent deliveries 2342 + settings.hook_type = Hook type 2343 2343 settings.slack_token = Token 2344 2344 settings.slack_domain = Domain 2345 2345 settings.slack_channel = Channel ··· 2361 2361 settings.packagist_username = Packagist username 2362 2362 settings.packagist_api_token = API token 2363 2363 settings.packagist_package_url = Packagist package URL 2364 - settings.deploy_keys = Deploy Keys 2365 - settings.add_deploy_key = Add Deploy Key 2364 + settings.deploy_keys = Deploy keys 2365 + settings.add_deploy_key = Add deploy key 2366 2366 settings.deploy_key_desc = Deploy keys have read-only pull access to the repository. 2367 - settings.is_writable = Enable Write Access 2367 + settings.is_writable = Enable write access 2368 2368 settings.is_writable_info = Allow this deploy key to <strong>push</strong> to the repository. 2369 2369 settings.no_deploy_keys = There are no deploy keys yet. 2370 2370 settings.title = Title ··· 2372 2372 settings.key_been_used = A deploy key with identical content is already in use. 2373 2373 settings.key_name_used = A deploy key with the same name already exists. 2374 2374 settings.add_key_success = The deploy key "%s" has been added. 2375 - settings.deploy_key_deletion = Remove Deploy Key 2375 + settings.deploy_key_deletion = Remove reploy key 2376 2376 settings.deploy_key_deletion_desc = Removing a deploy key will revoke its access to this repository. Continue? 2377 2377 settings.deploy_key_deletion_success = The deploy key has been removed. 2378 2378 settings.branches = Branches 2379 - settings.protected_branch = Branch Protection 2380 - settings.protected_branch.save_rule = Save Rule 2381 - settings.protected_branch.delete_rule = Delete Rule 2379 + settings.protected_branch = Branch protection 2380 + settings.protected_branch.save_rule = Save rule 2381 + settings.protected_branch.delete_rule = Delete rule 2382 2382 settings.protected_branch_can_push = Allow push? 2383 2383 settings.protected_branch_can_push_yes = You can push 2384 2384 settings.protected_branch_can_push_no = You cannot push 2385 - settings.branch_protection = Branch Protection Rules for Branch "<b>%s</b>" 2386 - settings.protect_this_branch = Enable Branch Protection 2385 + settings.branch_protection = Branch protection rules for branch "<b>%s</b>" 2386 + settings.protect_this_branch = Enable branch protection 2387 2387 settings.protect_this_branch_desc = Prevents deletion and restricts Git pushing and merging to the branch. 2388 - settings.protect_disable_push = Disable Push 2388 + settings.protect_disable_push = Disable push 2389 2389 settings.protect_disable_push_desc = No pushing will be allowed to this branch. 2390 - settings.protect_enable_push = Enable Push 2390 + settings.protect_enable_push = Enable push 2391 2391 settings.protect_enable_push_desc = Anyone with write access will be allowed to push to this branch (but not force push). 2392 - settings.protect_enable_merge = Enable Merge 2392 + settings.protect_enable_merge = Enable merge 2393 2393 settings.protect_enable_merge_desc = Anyone with write access will be allowed to merge the pull requests into this branch. 2394 - settings.protect_whitelist_committers = Whitelist Restricted Push 2394 + settings.protect_whitelist_committers = Whitelist restricted push 2395 2395 settings.protect_whitelist_committers_desc = Only whitelisted users or teams will be allowed to push to this branch (but not force push). 2396 2396 settings.protect_whitelist_deploy_keys = Whitelist deploy keys with write access to push. 2397 2397 settings.protect_whitelist_users = Whitelisted users for pushing: 2398 2398 settings.protect_whitelist_search_users = Search users… 2399 2399 settings.protect_whitelist_teams = Whitelisted teams for pushing: 2400 2400 settings.protect_whitelist_search_teams = Search teams… 2401 - settings.protect_merge_whitelist_committers = Enable Merge Whitelist 2401 + settings.protect_merge_whitelist_committers = Enable merge whitelist 2402 2402 settings.protect_merge_whitelist_committers_desc = Allow only whitelisted users or teams to merge pull requests into this branch. 2403 2403 settings.protect_merge_whitelist_users = Whitelisted users for merging: 2404 2404 settings.protect_merge_whitelist_teams = Whitelisted teams for merging: 2405 - settings.protect_check_status_contexts = Enable Status Check 2405 + settings.protect_check_status_contexts = Enable status check 2406 2406 settings.protect_status_check_patterns = Status check patterns: 2407 2407 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. 2408 2408 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. ··· 2420 2420 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. 2421 2421 settings.ignore_stale_approvals = Ignore stale approvals 2422 2422 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. 2423 - settings.require_signed_commits = Require Signed Commits 2423 + settings.require_signed_commits = Require signed commits 2424 2424 settings.require_signed_commits_desc = Reject pushes to this branch if they are unsigned or unverifiable. 2425 - settings.protect_branch_name_pattern = Protected Branch Name Pattern 2425 + settings.protect_branch_name_pattern = Protected branch name pattern 2426 2426 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/** 2427 2427 settings.protect_patterns = Patterns 2428 2428 settings.protect_protected_file_patterns = Protected file patterns (separated using semicolon ";"): ··· 2434 2434 settings.update_protect_branch_success = Branch protection for rule "%s" has been updated. 2435 2435 settings.remove_protected_branch_success = Branch protection for rule "%s" has been removed. 2436 2436 settings.remove_protected_branch_failed = Removing branch protection rule "%s" failed. 2437 - settings.protected_branch_deletion = Delete Branch Protection 2437 + settings.protected_branch_deletion = Delete branch protection 2438 2438 settings.protected_branch_deletion_desc = Disabling branch protection allows users with write permission to push to the branch. Continue? 2439 2439 settings.block_rejected_reviews = Block merge on rejected reviews 2440 2440 settings.block_rejected_reviews_desc = Merging will not be possible when changes are requested by official reviewers, even if there are enough approvals. ··· 2443 2443 settings.block_outdated_branch = Block merge if pull request is outdated 2444 2444 settings.block_outdated_branch_desc = Merging will not be possible when head branch is behind base branch. 2445 2445 settings.default_branch_desc = Select a default repository branch for pull requests and code commits: 2446 - settings.merge_style_desc = Merge Styles 2447 - settings.default_merge_style_desc = Default Merge Style 2446 + settings.merge_style_desc = Merge styles 2447 + settings.default_merge_style_desc = Default merge style 2448 2448 settings.choose_branch = Choose a branch… 2449 2449 settings.no_protected_branch = There are no protected branches. 2450 2450 settings.edit_protected_branch = Edit ··· 2452 2452 settings.protected_branch_duplicate_rule_name = There is already a rule for this set of branches 2453 2453 settings.protected_branch_required_approvals_min = Required approvals cannot be negative. 2454 2454 settings.tags = Tags 2455 - settings.tags.protection = Tag Protection 2456 - settings.tags.protection.pattern = Tag Pattern 2455 + settings.tags.protection = Tag protection 2456 + settings.tags.protection.pattern = Tag pattern 2457 2457 settings.tags.protection.allowed = Allowed 2458 2458 settings.tags.protection.allowed.users = Allowed users 2459 2459 settings.tags.protection.allowed.teams = Allowed teams 2460 - settings.tags.protection.allowed.noone = No One 2461 - settings.tags.protection.create = Protect Tag 2460 + settings.tags.protection.allowed.noone = No one 2461 + settings.tags.protection.create = Add rule 2462 2462 settings.tags.protection.none = There are no protected tags. 2463 2463 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://forgejo.org/docs/latest/user/protection/#protected-tags">protected tags guide</a>. 2464 - settings.bot_token = Bot Token 2464 + settings.bot_token = Bot token 2465 2465 settings.chat_id = Chat ID 2466 2466 settings.thread_id = Thread ID 2467 2467 settings.matrix.homeserver_url = Homeserver URL 2468 2468 settings.matrix.room_id = Room ID 2469 - settings.matrix.message_type = Message Type 2470 - settings.archive.button = Archive Repo 2469 + settings.matrix.message_type = Message type 2470 + settings.archive.button = Archive repo 2471 2471 settings.archive.header = Archive this repo 2472 2472 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. 2473 2473 settings.archive.success = The repo was successfully archived. ··· 2476 2476 settings.archive.branchsettings_unavailable = Branch settings are not available if the repo is archived. 2477 2477 settings.archive.tagsettings_unavailable = Tag settings are not available if the repo is archived. 2478 2478 settings.archive.mirrors_unavailable = Mirrors are not available if the repo is archived. 2479 - settings.unarchive.button = Unarchive Repo 2479 + settings.unarchive.button = Unarchive repo 2480 2480 settings.unarchive.header = Unarchive this repo 2481 2481 settings.unarchive.text = Unarchiving the repo will restore its ability to receive commits and pushes, as well as new issues and pull-requests. 2482 2482 settings.unarchive.success = The repo was successfully unarchived. ··· 2514 2514 settings.rename_branch_to=new branch name 2515 2515 settings.rename_branch=Rename branch 2516 2516 2517 - diff.browse_source = Browse Source 2517 + diff.browse_source = Browse source 2518 2518 diff.parent = parent 2519 2519 diff.commit = commit 2520 2520 diff.git-notes = Notes 2521 - diff.data_not_available = Diff Content Not Available 2522 - diff.options_button = Diff Options 2523 - diff.show_diff_stats = Show Stats 2524 - diff.download_patch = Download Patch File 2525 - diff.download_diff = Download Diff File 2526 - diff.show_split_view = Split View 2527 - diff.show_unified_view = Unified View 2521 + diff.data_not_available = Diff content is not available 2522 + diff.options_button = Diff options 2523 + diff.show_diff_stats = Show stats 2524 + diff.download_patch = Download patch file 2525 + diff.download_diff = Download diff file 2526 + diff.show_split_view = Split view 2527 + diff.show_unified_view = Unified view 2528 2528 diff.whitespace_button = Whitespace 2529 2529 diff.whitespace_show_everything = Show all changes 2530 2530 diff.whitespace_ignore_all_whitespace = Ignore whitespace when comparing lines ··· 2534 2534 diff.stats_desc_file = %d changes: %d additions and %d deletions 2535 2535 diff.bin = BIN 2536 2536 diff.bin_not_shown = Binary file not shown. 2537 - diff.view_file = View File 2537 + diff.view_file = View file 2538 2538 diff.file_before = Before 2539 2539 diff.file_after = After 2540 2540 diff.file_image_width = Width ··· 2543 2543 diff.file_suppressed = File diff suppressed because it is too large 2544 2544 diff.file_suppressed_line_too_long = File diff suppressed because one or more lines are too long 2545 2545 diff.too_many_files = Some files were not shown because too many files have changed in this diff 2546 - diff.show_more = Show More 2547 - diff.load = Load Diff 2546 + diff.show_more = Show more 2547 + diff.load = Load diff 2548 2548 diff.generated = generated 2549 2549 diff.vendored = vendored 2550 2550 diff.comment.add_line_comment = Add line comment ··· 2619 2619 release.releases_for = Releases for %s 2620 2620 release.tags_for = Tags for %s 2621 2621 2622 - branch.name = Branch Name 2622 + branch.name = Branch name 2623 2623 branch.already_exists = A branch named "%s" already exists. 2624 2624 branch.delete_head = Delete 2625 - branch.delete = Delete Branch "%s" 2626 - branch.delete_html = Delete Branch 2625 + branch.delete = Delete branch "%s" 2626 + branch.delete_html = Delete branch 2627 2627 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? 2628 2628 branch.deletion_success = Branch "%s" has been deleted. 2629 2629 branch.deletion_failed = Failed to delete branch "%s". ··· 2639 2639 branch.restore_failed = Failed to restore branch "%s". 2640 2640 branch.protected_deletion_failed = Branch "%s" is protected. It cannot be deleted. 2641 2641 branch.default_deletion_failed = Branch "%s" is the default branch. It cannot be deleted. 2642 - branch.restore = Restore Branch "%s" 2643 - branch.download = Download Branch "%s" 2644 - branch.rename = Rename Branch "%s" 2645 - branch.search = Search Branch 2642 + branch.restore = Restore branch "%s" 2643 + branch.download = Download branch "%s" 2644 + branch.rename = Rename branch "%s" 2645 + branch.search = Search branch 2646 2646 branch.included_desc = This branch is part of the default branch 2647 2647 branch.included = Included 2648 2648 branch.create_new_branch = Create branch from branch: ··· 2685 2685 recent_commits.what = recent commits 2686 2686 2687 2687 [org] 2688 - org_name_holder = Organization Name 2689 - org_full_name_holder = Organization Full Name 2688 + org_name_holder = Organization name 2689 + org_full_name_holder = Organization full name 2690 2690 org_name_helper = Organization names should be short and memorable. 2691 - create_org = Create Organization 2691 + create_org = Create organization 2692 2692 repo_updated = Updated 2693 2693 members = Members 2694 2694 teams = Teams 2695 2695 code = Code 2696 2696 lower_members = members 2697 2697 lower_repositories = repositories 2698 - create_new_team = New Team 2699 - create_team = Create Team 2698 + create_new_team = New team 2699 + create_team = Create team 2700 2700 org_desc = Description 2701 - team_name = Team Name 2701 + team_name = Team name 2702 2702 team_desc = Description 2703 2703 team_name_helper = Team names should be short and memorable. 2704 2704 team_desc_helper = Describe the purpose or role of the team. 2705 2705 team_access_desc = Repository access 2706 2706 team_permission_desc = Permission 2707 - team_unit_desc = Allow Access to Repository Sections 2707 + team_unit_desc = Allow access to tepository sections 2708 2708 team_unit_disabled = (Disabled) 2709 2709 follow_blocked_user = You cannot follow this organisation because this organisation has blocked you. 2710 2710 ··· 2714 2714 2715 2715 settings = Settings 2716 2716 settings.options = Organization 2717 - settings.full_name = Full Name 2718 - settings.email = Contact Email 2717 + settings.full_name = Full name 2718 + settings.email = Contact email 2719 2719 settings.website = Website 2720 2720 settings.location = Location 2721 2721 settings.permission = Permissions 2722 2722 settings.repoadminchangeteam = Repository admin can add and remove access for teams 2723 2723 settings.visibility = Visibility 2724 2724 settings.visibility.public = Public 2725 - settings.visibility.limited = Limited (Visible to authenticated users only) 2725 + settings.visibility.limited = Limited (visible only to authenticated users) 2726 2726 settings.visibility.limited_shortname = Limited 2727 - settings.visibility.private = Private (Visible only to organization members) 2727 + settings.visibility.private = Private (visible only to organization members) 2728 2728 settings.visibility.private_shortname = Private 2729 2729 2730 - settings.update_settings = Update Settings 2730 + settings.update_settings = Update settings 2731 2731 settings.update_setting_success = Organization settings have been updated. 2732 2732 settings.change_orgname_prompt = Note: Changing the organization name will also change your organization's URL and free the old name. 2733 2733 settings.change_orgname_redirect_prompt = The old name will redirect until it is claimed. 2734 2734 settings.update_avatar_success = The organization's avatar has been updated. 2735 - settings.delete = Delete Organization 2736 - settings.delete_account = Delete This Organization 2735 + settings.delete = Delete organization 2736 + settings.delete_account = Delete this organization 2737 2737 settings.delete_prompt = The organization will be permanently removed. This <strong>CANNOT</strong> be undone! 2738 - settings.confirm_delete_account = Confirm Deletion 2739 - settings.delete_org_title = Delete Organization 2738 + settings.confirm_delete_account = Confirm deletion 2739 + settings.delete_org_title = Delete organization 2740 2740 settings.delete_org_desc = This organization will be deleted permanently. Continue? 2741 2741 settings.hooks_desc = Add webhooks which will be triggered for <strong>all repositories</strong> under this organization. 2742 2742 2743 2743 settings.labels_desc = Add labels which can be used on issues for <strong>all repositories</strong> under this organization. 2744 2744 2745 - members.membership_visibility = Membership Visibility: 2745 + members.membership_visibility = Membership visibility: 2746 2746 members.public = Visible 2747 2747 members.public_helper = make hidden 2748 2748 members.private = Hidden 2749 2749 members.private_helper = make visible 2750 - members.member_role = Member Role: 2750 + members.member_role = Member role: 2751 2751 members.owner = Owner 2752 2752 members.member = Member 2753 2753 members.remove = Remove ··· 2755 2755 members.leave = Leave 2756 2756 members.leave.detail = Leave %s? 2757 2757 members.invite_desc = Add a new member to %s: 2758 - members.invite_now = Invite Now 2758 + members.invite_now = Invite now 2759 2759 2760 2760 teams.join = Join 2761 2761 teams.leave = Leave 2762 2762 teams.leave.detail = Leave %s? 2763 2763 teams.can_create_org_repo = Create repositories 2764 2764 teams.can_create_org_repo_helper = Members can create new repositories in organization. Creator will get administrator access to the new repository. 2765 - teams.none_access = No Access 2765 + teams.none_access = No access 2766 2766 teams.none_access_helper = Members cannot view or do any other action on this unit. It has no effect for public repositories. 2767 - teams.general_access = General Access 2767 + teams.general_access = General access 2768 2768 teams.general_access_helper = Members permissions will be decided by below permission table. 2769 2769 teams.read_access = Read 2770 2770 teams.read_access_helper = Members can view and clone team repositories. 2771 2771 teams.write_access = Write 2772 2772 teams.write_access_helper = Members can read and push to team repositories. 2773 - teams.admin_access = Administrator Access 2773 + teams.admin_access = Administrator access 2774 2774 teams.admin_access_helper = Members can pull and push to team repositories and add collaborators to them. 2775 2775 teams.no_desc = This team has no description 2776 2776 teams.settings = Settings 2777 2777 teams.owners_permission_desc = Owners have full access to <strong>all repositories</strong> and have <strong>administrator access</strong> to the organization. 2778 - teams.members = Team Members 2779 - teams.update_settings = Update Settings 2780 - teams.delete_team = Delete Team 2781 - teams.add_team_member = Add Team Member 2778 + teams.members = Team members 2779 + teams.update_settings = Update settings 2780 + teams.delete_team = Delete team 2781 + teams.add_team_member = Add team member 2782 2782 teams.invite_team_member = Invite to %s 2783 - teams.invite_team_member.list = Pending Invitations 2784 - teams.delete_team_title = Delete Team 2783 + teams.invite_team_member.list = Pending invitations 2784 + teams.delete_team_title = Delete team 2785 2785 teams.delete_team_desc = Deleting a team revokes repository access from its members. Continue? 2786 2786 teams.delete_team_success = The team has been deleted. 2787 2787 teams.read_permission_desc = This team grants <strong>Read</strong> access: members can view and clone team repositories. 2788 2788 teams.write_permission_desc = This team grants <strong>Write</strong> access: members can read from and push to team repositories. 2789 2789 teams.admin_permission_desc = This team grants <strong>Admin</strong> access: members can read from, push to and add collaborators to team repositories. 2790 2790 teams.create_repo_permission_desc = Additionally, this team grants <strong>Create repository</strong> permission: members can create new repositories in organization. 2791 - teams.repositories = Team Repositories 2791 + teams.repositories = Team repositories 2792 2792 teams.search_repo_placeholder = Search repository… 2793 2793 teams.remove_all_repos_title = Remove all team repositories 2794 2794 teams.remove_all_repos_desc = This will remove all repositories from the team. ··· 2811 2811 2812 2812 [admin] 2813 2813 dashboard = Dashboard 2814 - self_check = Self Check 2815 - identity_access = Identity & Access 2816 - users = User Accounts 2814 + self_check = Self check 2815 + identity_access = Identity & access 2816 + users = User accounts 2817 2817 organizations = Organizations 2818 - assets = Code Assets 2818 + assets = Code assets 2819 2819 repositories = Repositories 2820 2820 hooks = Webhooks 2821 2821 integrations = Integrations 2822 - authentication = Authentication Sources 2823 - emails = User Emails 2822 + authentication = Authentication sources 2823 + emails = User emails 2824 2824 config = Configuration 2825 - notices = System Notices 2825 + notices = System notices 2826 2826 monitor = Monitoring 2827 2827 first_page = First 2828 2828 last_page = Last 2829 2829 total = Total: %d 2830 - settings = Admin Settings 2830 + settings = Admin settings 2831 2831 2832 2832 dashboard.new_version_hint = Forgejo %s is now available, you are running %s. Check <a target="_blank" rel="noreferrer" href="https://forgejo.org/news">the blog</a> for more details. 2833 2833 dashboard.statistic = Summary ··· 2856 2856 dashboard.delete_missing_repos = Delete all repositories missing their Git files 2857 2857 dashboard.delete_missing_repos.started = Delete all repositories missing their Git files task started. 2858 2858 dashboard.delete_generated_repository_avatars = Delete generated repository avatars 2859 - dashboard.sync_repo_branches = Sync missed branches from git data to database 2860 - dashboard.sync_repo_tags = Sync tags from git data to database 2861 - dashboard.update_mirrors = Update Mirrors 2859 + dashboard.sync_repo_branches = Sync missed branches from Git data to database 2860 + dashboard.sync_repo_tags = Sync tags from Git data to database 2861 + dashboard.update_mirrors = Update mirrors 2862 2862 dashboard.repo_health_check = Health check all repositories 2863 2863 dashboard.check_repo_stats = Check all repository statistics 2864 2864 dashboard.archive_cleanup = Delete old repository archives ··· 2914 2914 dashboard.sync_tag.started = Tags Sync started 2915 2915 dashboard.rebuild_issue_indexer = Rebuild issue indexer 2916 2916 2917 - users.user_manage_panel = User account management 2917 + users.user_manage_panel = Manage user accounts 2918 2918 users.new_account = Create User Account 2919 2919 users.name = Username 2920 - users.full_name = Full Name 2920 + users.full_name = Full name 2921 2921 users.activated = Activated 2922 2922 users.admin = Admin 2923 2923 users.restricted = Restricted ··· 2927 2927 users.2fa = 2FA 2928 2928 users.repos = Repos 2929 2929 users.created = Created 2930 - users.last_login = Last Sign-In 2931 - users.never_login = Never Signed-In 2932 - users.send_register_notify = Send User Registration Notification 2930 + users.last_login = Last sign-in 2931 + users.never_login = Never signed in 2932 + users.send_register_notify = Send user registration notification 2933 2933 users.new_success = The user account "%s" has been created. 2934 2934 users.edit = Edit 2935 - users.auth_source = Authentication Source 2935 + users.auth_source = Authentication source 2936 2936 users.local = Local 2937 - users.auth_login_name = Authentication Sign-In Name 2937 + users.auth_login_name = Authentication sign-in name 2938 2938 users.password_helper = Leave the password empty to keep it unchanged. 2939 2939 users.update_profile_success = The user account has been updated. 2940 - users.edit_account = Edit User Account 2941 - users.max_repo_creation = Maximum Number of Repositories 2940 + users.edit_account = Edit user account 2941 + users.max_repo_creation = Maximum number of repositories 2942 2942 users.max_repo_creation_desc = (Enter -1 to use the global default limit.) 2943 2943 users.is_activated = User Account Is Activated 2944 2944 users.prohibit_login = Disable sign-in 2945 - users.is_admin = Is Administrator 2946 - users.is_restricted = Is Restricted 2947 - users.allow_git_hook = May Create Git Hooks 2948 - users.allow_git_hook_tooltip = Git Hooks are executed as the OS user running Forgejo and will have the same level of host access. As a result, users with this special Git Hook privilege can access and modify all Forgejo repositories as well as the database used by Forgejo. Consequently they are also able to gain Forgejo administrator privileges. 2949 - users.allow_import_local = May Import Local Repositories 2950 - users.allow_create_organization = May Create Organizations 2951 - users.update_profile = Update User Account 2952 - users.delete_account = Delete User Account 2945 + users.is_admin = Is administrator 2946 + users.is_restricted = Is restricted 2947 + users.allow_git_hook = Can create Git hooks 2948 + users.allow_git_hook_tooltip = Git hooks are executed as the OS user running Forgejo and will have the same level of host access. As a result, users with this special Git hook privilege can access and modify all Forgejo repositories as well as the database used by Forgejo. Consequently they are also able to gain Forgejo administrator privileges. 2949 + users.allow_import_local = Can import local repositories 2950 + users.allow_create_organization = Can create organizations 2951 + users.update_profile = Update user account 2952 + users.delete_account = Delete user account 2953 2953 users.cannot_delete_self = You cannot delete yourself 2954 2954 users.still_own_repo = This user still owns one or more repositories. Delete or transfer these repositories first. 2955 2955 users.still_has_org = This user is a member of an organization. Remove the user from any organizations first. ··· 2972 2972 users.list_status_filter.not_2fa_enabled = 2FA Disabled 2973 2973 users.details = User Details 2974 2974 2975 - emails.email_manage_panel = User email management 2975 + emails.email_manage_panel = Manage user emails 2976 2976 emails.primary = Primary 2977 2977 emails.activated = Activated 2978 2978 emails.filter_sort.email = Email 2979 2979 emails.filter_sort.email_reverse = Email (reverse) 2980 - emails.filter_sort.name = User Name 2981 - emails.filter_sort.name_reverse = User Name (reverse) 2980 + emails.filter_sort.name = Username 2981 + emails.filter_sort.name_reverse = Username (reverse) 2982 2982 emails.updated = Email updated 2983 2983 emails.not_updated = Failed to update the requested email address: %v 2984 2984 emails.duplicate_active = This email address is already active for a different user. 2985 2985 emails.change_email_header = Update Email Properties 2986 2986 emails.change_email_text = Are you sure you want to update this email address? 2987 2987 2988 - orgs.org_manage_panel = Organization management 2988 + orgs.org_manage_panel = Manage organizations 2989 2989 orgs.name = Name 2990 2990 orgs.teams = Teams 2991 2991 orgs.members = Members 2992 - orgs.new_orga = New Organization 2992 + orgs.new_orga = New organization 2993 2993 2994 - repos.repo_manage_panel = Repository management 2995 - repos.unadopted = Unadopted Repositories 2994 + repos.repo_manage_panel = Manage repositories 2995 + repos.unadopted = Unadopted repositories 2996 2996 repos.unadopted.no_more = No more unadopted repositories found 2997 2997 repos.owner = Owner 2998 2998 repos.name = Name ··· 3004 3004 repos.size = Size 3005 3005 repos.lfs_size = LFS Size 3006 3006 3007 - packages.package_manage_panel = Package management 3007 + packages.package_manage_panel = Manage packages 3008 3008 packages.total_size = Total Size: %s 3009 3009 packages.unreferenced_size = Unreferenced Size: %s 3010 3010 packages.cleanup = Clean up expired data ··· 3028 3028 systemhooks.add_webhook = Add System Webhook 3029 3029 systemhooks.update_webhook = Update System Webhook 3030 3030 3031 - auths.auth_manage_panel = Authentication source management 3032 - auths.new = Add Authentication Source 3031 + auths.auth_manage_panel = Manage authentication sources 3032 + auths.new = Add authentication source 3033 3033 auths.name = Name 3034 3034 auths.type = Type 3035 3035 auths.enabled = Enabled 3036 - auths.syncenabled = Enable User Synchronization 3036 + auths.syncenabled = Enable user synchronization 3037 3037 auths.updated = Updated 3038 - auths.auth_type = Authentication Type 3039 - auths.auth_name = Authentication Name 3040 - auths.security_protocol = Security Protocol 3038 + auths.auth_type = Authentication type 3039 + auths.auth_name = Authentication name 3040 + auths.security_protocol = Security protocol 3041 3041 auths.domain = Domain 3042 3042 auths.host = Host 3043 3043 auths.port = Port 3044 3044 auths.bind_dn = Bind DN 3045 - auths.bind_password = Bind Password 3046 - auths.user_base = User Search Base 3045 + auths.bind_password = Bind password 3046 + auths.user_base = User search base 3047 3047 auths.user_dn = User DN 3048 - auths.attribute_username = Username Attribute 3048 + auths.attribute_username = Username attribute 3049 3049 auths.attribute_username_placeholder = Leave empty to use the username entered in Forgejo. 3050 - auths.attribute_name = First Name Attribute 3051 - auths.attribute_surname = Surname Attribute 3052 - auths.attribute_mail = Email Attribute 3053 - auths.attribute_ssh_public_key = Public SSH Key Attribute 3054 - auths.attribute_avatar = Avatar Attribute 3055 - auths.attributes_in_bind = Fetch Attributes in Bind DN Context 3050 + auths.attribute_name = First name attribute 3051 + auths.attribute_surname = Surname attribute 3052 + auths.attribute_mail = Email attribute 3053 + auths.attribute_ssh_public_key = Public SSH key attribute 3054 + auths.attribute_avatar = Avatar attribute 3055 + auths.attributes_in_bind = Fetch attributes in nind DN context 3056 3056 auths.allow_deactivate_all = Allow an empty search result to deactivate all users 3057 - auths.use_paged_search = Use Paged Search 3058 - auths.search_page_size = Page Size 3059 - auths.filter = User Filter 3060 - auths.admin_filter = Admin Filter 3061 - auths.restricted_filter = Restricted Filter 3062 - 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. 3057 + auths.use_paged_search = Use paged search 3058 + auths.search_page_size = Page size 3059 + auths.filter = User filter 3060 + auths.admin_filter = Admin filter 3061 + auths.restricted_filter = Restricted filter 3062 + 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. 3063 3063 auths.verify_group_membership = Verify group membership in LDAP (leave the filter empty to skip) 3064 - auths.group_search_base = Group Search Base DN 3065 - auths.group_attribute_list_users = Group Attribute Containing List Of Users 3066 - auths.user_attribute_in_group = User Attribute Listed In Group 3064 + auths.group_search_base = Group search base DN 3065 + auths.group_attribute_list_users = Group attribute containing list of users 3066 + auths.user_attribute_in_group = User attribute listed in group 3067 3067 auths.map_group_to_team = Map LDAP groups to Organization teams (leave the field empty to skip) 3068 3068 auths.map_group_to_team_removal = Remove users from synchronized teams if user does not belong to corresponding LDAP group 3069 3069 auths.enable_ldap_groups = Enable LDAP groups 3070 - auths.ms_ad_sa = MS AD Search Attributes 3070 + auths.ms_ad_sa = MS AD search attributes 3071 3071 auths.smtp_auth = SMTP authentication type 3072 3072 auths.smtphost = SMTP host 3073 3073 auths.smtpport = SMTP port 3074 - auths.allowed_domains = Allowed Domains 3074 + auths.allowed_domains = Allowed domains 3075 3075 auths.allowed_domains_helper = Leave empty to allow all domains. Separate multiple domains with a comma (","). 3076 3076 auths.skip_tls_verify = Skip TLS verification 3077 3077 auths.force_smtps = Force SMTPS 3078 3078 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.) 3079 - auths.helo_hostname = HELO Hostname 3079 + auths.helo_hostname = HELO hostname 3080 3080 auths.helo_hostname_helper = Hostname sent with HELO. Leave blank to send current hostname. 3081 3081 auths.disable_helo = Disable HELO 3082 - auths.pam_service_name = PAM Service Name 3083 - auths.pam_email_domain = PAM Email Domain (optional) 3084 - auths.oauth2_provider = OAuth2 Provider 3082 + auths.pam_service_name = PAM service name 3083 + auths.pam_email_domain = PAM email domain (optional) 3084 + auths.oauth2_provider = OAuth2 provider 3085 3085 auths.oauth2_icon_url = Icon URL 3086 3086 auths.oauth2_clientID = Client ID (Key) 3087 3087 auths.oauth2_clientSecret = Client Secret ··· 3094 3094 auths.skip_local_two_fa = Skip local 2FA 3095 3095 auths.skip_local_two_fa_helper = Leaving unset means local users with 2FA set will still have to pass 2FA to log on 3096 3096 auths.oauth2_tenant = Tenant 3097 - auths.oauth2_scopes = Additional Scopes 3098 - auths.oauth2_required_claim_name = Required Claim Name 3097 + auths.oauth2_scopes = Additional scopes 3098 + auths.oauth2_required_claim_name = Required claim name 3099 3099 auths.oauth2_required_claim_name_helper = Set this name to restrict login from this source to users with a claim with this name 3100 - auths.oauth2_required_claim_value = Required Claim Value 3100 + auths.oauth2_required_claim_value = Required claim value 3101 3101 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 3102 3102 auths.oauth2_group_claim_name = Claim name providing group names for this source. (Optional) 3103 - auths.oauth2_admin_group = Group Claim value for administrator users. (Optional - requires claim name above) 3104 - auths.oauth2_restricted_group = Group Claim value for restricted users. (Optional - requires claim name above) 3105 - auths.oauth2_map_group_to_team = Map claimed groups to Organization teams. (Optional - requires claim name above) 3103 + auths.oauth2_admin_group = Group claim value for administrator users. (Optional - requires claim name above) 3104 + auths.oauth2_restricted_group = Group claim value for restricted users. (Optional - requires claim name above) 3105 + auths.oauth2_map_group_to_team = Map claimed groups to organization teams. (Optional - requires claim name above) 3106 3106 auths.oauth2_map_group_to_team_removal = Remove users from synchronized teams if user does not belong to corresponding group. 3107 - auths.enable_auto_register = Enable Auto Registration 3107 + auths.enable_auto_register = Enable auto registration 3108 3108 auths.sspi_auto_create_users = Automatically create users 3109 3109 auths.sspi_auto_create_users_helper = Allow SSPI auth method to automatically create new accounts for users that login for the first time 3110 3110 auths.sspi_auto_activate_users = Automatically activate users ··· 3116 3116 auths.sspi_default_language = Default user language 3117 3117 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. 3118 3118 auths.tips = Tips 3119 - auths.tips.oauth2.general = OAuth2 Authentication 3119 + auths.tips.gmail_settings = Gmail settings: 3120 + auths.tips.oauth2.general = OAuth2 authentication 3120 3121 auths.tips.oauth2.general.tip = When registering a new OAuth2 authentication, the callback/redirect URL should be: 3121 - auths.tip.oauth2_provider = OAuth2 Provider 3122 + auths.tip.oauth2_provider = OAuth2 provider 3122 3123 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" 3123 3124 auths.tip.nextcloud = Register a new OAuth consumer on your instance using the following menu "Settings -> Security -> OAuth 2.0 client" 3124 3125 auths.tip.dropbox = Create a new application at https://www.dropbox.com/developers/apps ··· 3132 3133 auths.tip.gitea = Register a new OAuth2 application. Guide can be found at https://docs.gitea.com/development/oauth2-provider 3133 3134 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" 3134 3135 auths.tip.mastodon = Input a custom instance URL for the mastodon instance you want to authenticate with (or use the default one) 3135 - auths.edit = Edit Authentication Source 3136 - auths.activated = This Authentication Source is Activated 3136 + auths.edit = Edit authentication source 3137 + auths.activated = This authentication source is activated 3137 3138 auths.new_success = The authentication "%s" has been added. 3138 3139 auths.update_success = The authentication source has been updated. 3139 - auths.update = Update Authentication Source 3140 - auths.delete = Delete Authentication Source 3141 - auths.delete_auth_title = Delete Authentication Source 3140 + auths.update = Update authentication source 3141 + auths.delete = Delete authentication source 3142 + auths.delete_auth_title = Delete authentication source 3142 3143 auths.delete_auth_desc = Deleting an authentication source prevents users from using it to sign in. Continue? 3143 3144 auths.still_in_used = The authentication source is still in use. Convert or delete any users using this authentication source first. 3144 3145 auths.deletion_success = The authentication source has been deleted. ··· 3195 3196 config.service_config = Service configuration 3196 3197 config.register_email_confirm = Require email confirmation to register 3197 3198 config.disable_register = Disable self-registration 3198 - config.allow_only_internal_registration = Allow registration only through forgejo itself 3199 + config.allow_only_internal_registration = Allow registration only through Forgejo itself 3199 3200 config.allow_only_external_registration = Allow registration only through external Services 3200 3201 config.enable_openid_signup = Enable OpenID self-registration 3201 3202 config.enable_openid_signin = Enable OpenID sign-in ··· 3224 3225 config.mailer_enable_helo = Enable HELO 3225 3226 config.mailer_name = Name 3226 3227 config.mailer_protocol = Protocol 3227 - config.mailer_smtp_addr = SMTP Addr 3228 - config.mailer_smtp_port = SMTP Port 3228 + config.mailer_smtp_addr = SMTP host 3229 + config.mailer_smtp_port = SMTP port 3229 3230 config.mailer_user = User 3230 3231 config.mailer_use_sendmail = Use Sendmail 3231 - config.mailer_sendmail_path = Sendmail Path 3232 + config.mailer_sendmail_path = Sendmail path 3232 3233 config.mailer_sendmail_args = Extra Arguments to Sendmail 3233 - config.mailer_sendmail_timeout = Sendmail Timeout 3234 + config.mailer_sendmail_timeout = Sendmail timeout 3234 3235 config.mailer_use_dummy = Dummy 3235 3236 config.test_email_placeholder = Email (e.g. test@example.com) 3236 - config.send_test_mail = Send Testing Email 3237 + config.send_test_mail = Send test email 3237 3238 config.send_test_mail_submit = Send 3238 - config.test_mail_failed = Failed to send a testing email to "%s": %v 3239 - config.test_mail_sent = A testing email has been sent to "%s". 3239 + config.test_mail_failed = Failed to send a test email to "%s": %v 3240 + config.test_mail_sent = A test email has been sent to "%s". 3240 3241 3241 - config.oauth_config = OAuth Configuration 3242 + config.oauth_config = OAuth configuration 3242 3243 config.oauth_enabled = Enabled 3243 3244 3244 3245 config.cache_config = Cache configuration 3245 3246 config.cache_adapter = Cache adapter 3246 3247 config.cache_interval = Cache interval 3247 - config.cache_conn = Cache Connection 3248 - config.cache_item_ttl = Cache Item TTL 3248 + config.cache_conn = Cache connection 3249 + config.cache_item_ttl = Cache item TTL 3249 3250 3250 3251 config.session_config = Session configuration 3251 3252 config.session_provider = Session provider ··· 3308 3309 monitor.queue.name = Name 3309 3310 monitor.queue.type = Type 3310 3311 monitor.queue.exemplar = Exemplar Type 3311 - monitor.queue.numberworkers = Number of Workers 3312 - monitor.queue.activeworkers = Active Workers 3313 - monitor.queue.maxnumberworkers = Max Number of Workers 3314 - monitor.queue.numberinqueue = Number in Queue 3315 - monitor.queue.review_add = Review / Add Workers 3316 - monitor.queue.settings.title = Pool Settings 3312 + monitor.queue.numberworkers = Number of workers 3313 + monitor.queue.activeworkers = Active workers 3314 + monitor.queue.maxnumberworkers = Max Number of workers 3315 + monitor.queue.numberinqueue = Number in queue 3316 + monitor.queue.review_add = Review / add workers 3317 + monitor.queue.settings.title = Pool settings 3317 3318 monitor.queue.settings.desc = Pools dynamically grow in response to their worker queue blocking. 3318 3319 monitor.queue.settings.maxnumberworkers = Max Number of workers 3319 3320 monitor.queue.settings.maxnumberworkers.placeholder = Currently %[1]d 3320 3321 monitor.queue.settings.maxnumberworkers.error = Max number of workers must be a number 3321 - monitor.queue.settings.submit = Update Settings 3322 - monitor.queue.settings.changed = Settings Updated 3322 + monitor.queue.settings.submit = Update settings 3323 + monitor.queue.settings.changed = Settings updated 3323 3324 monitor.queue.settings.remove_all_items = Remove all 3324 3325 monitor.queue.settings.remove_all_items_done = All items in the queue have been removed. 3325 3326 3326 3327 notices.system_notice_list = System notices 3327 3328 notices.view_detail_header = Notice details 3328 3329 notices.operations = Operations 3329 - notices.select_all = Select All 3330 - notices.deselect_all = Deselect All 3331 - notices.inverse_selection = Inverse Selection 3332 - notices.delete_selected = Delete Selected 3333 - notices.delete_all = Delete All Notices 3330 + notices.select_all = Select all 3331 + notices.deselect_all = Deselect all 3332 + notices.inverse_selection = Inverse selection 3333 + notices.delete_selected = Delete selected 3334 + notices.delete_all = Delete all notices 3334 3335 notices.type = Type 3335 3336 notices.type_1 = Repository 3336 3337 notices.type_2 = Task ··· 3455 3456 keywords = Keywords 3456 3457 details = Details 3457 3458 details.author = Author 3458 - details.project_site = Project Site 3459 - details.repository_site = Repository Site 3460 - details.documentation_site = Documentation Site 3459 + details.project_site = Project website 3460 + details.repository_site = Repository website 3461 + details.documentation_site = Documentation website 3461 3462 details.license = License 3462 3463 assets = Assets 3463 3464 versions = Versions ··· 3554 3555 settings.delete.success = The package has been deleted. 3555 3556 settings.delete.error = Failed to delete the package. 3556 3557 owner.settings.cargo.title = Cargo registry index 3557 - owner.settings.cargo.initialize = Initialize Index 3558 + owner.settings.cargo.initialize = Initialize index 3558 3559 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. 3559 3560 owner.settings.cargo.initialize.error = Failed to initialize Cargo index: %v 3560 3561 owner.settings.cargo.initialize.success = The Cargo index was successfully created. 3561 - owner.settings.cargo.rebuild = Rebuild Index 3562 + owner.settings.cargo.rebuild = Rebuild index 3562 3563 owner.settings.cargo.rebuild.description = Rebuilding can be useful if the index is not synchronized with the stored Cargo packages. 3563 3564 owner.settings.cargo.rebuild.error = Failed to rebuild Cargo index: %v 3564 3565 owner.settings.cargo.rebuild.success = The Cargo index was successfully rebuild. 3565 3566 owner.settings.cleanuprules.title = Manage cleanup rules 3566 - owner.settings.cleanuprules.add = Add Cleanup Rule 3567 - owner.settings.cleanuprules.edit = Edit Cleanup Rule 3567 + owner.settings.cleanuprules.add = Add cleanup rule 3568 + owner.settings.cleanuprules.edit = Edit cleanup rule 3568 3569 owner.settings.cleanuprules.none = There are no cleanup rules yet. 3569 - owner.settings.cleanuprules.preview = Cleanup Rule Preview 3570 + owner.settings.cleanuprules.preview = Cleanup rule preview 3570 3571 owner.settings.cleanuprules.preview.overview = %d packages are scheduled to be removed. 3571 3572 owner.settings.cleanuprules.preview.none = Cleanup rule does not match any packages. 3572 3573 owner.settings.cleanuprules.enabled = Enabled ··· 3599 3600 deletion.description = Removing a secret is permanent and cannot be undone. Continue? 3600 3601 deletion.success = The secret has been removed. 3601 3602 deletion.failed = Failed to remove secret. 3602 - management = Secrets Management 3603 + management = Manage secrets 3603 3604 3604 3605 [actions] 3605 3606 actions = Actions ··· 3616 3617 status.blocked = Blocked 3617 3618 3618 3619 runners = Runners 3619 - runners.runner_manage_panel = Runners management 3620 - runners.new = Create new Runner 3620 + runners.runner_manage_panel = Manage runners 3621 + runners.new = Create new runner 3621 3622 runners.new_notice = How to start a runner 3622 3623 runners.status = Status 3623 3624 runners.id = ID ··· 3625 3626 runners.owner_type = Type 3626 3627 runners.description = Description 3627 3628 runners.labels = Labels 3628 - runners.last_online = Last Online Time 3629 + runners.last_online = Last online time 3629 3630 runners.runner_title = Runner 3630 3631 runners.task_list = Recent tasks on this runner 3631 3632 runners.task_list.no_tasks = There is no task yet. ··· 3635 3636 runners.task_list.commit = Commit 3636 3637 runners.task_list.done_at = Done At 3637 3638 runners.edit_runner = Edit Runner 3638 - runners.update_runner = Update Changes 3639 + runners.update_runner = Update changes 3639 3640 runners.update_runner_success = Runner updated successfully 3640 3641 runners.update_runner_failed = Failed to update runner 3641 3642 runners.delete_runner = Delete this runner ··· 3652 3653 runners.reset_registration_token = Reset registration token 3653 3654 runners.reset_registration_token_success = Runner registration token reset successfully 3654 3655 3655 - runs.all_workflows = All Workflows 3656 + runs.all_workflows = All workflows 3656 3657 runs.commit = Commit 3657 3658 runs.scheduled = Scheduled 3658 3659 runs.pushed_by = pushed by ··· 3670 3671 runs.no_runs = The workflow has no runs yet. 3671 3672 runs.empty_commit_message = (empty commit message) 3672 3673 3673 - workflow.disable = Disable Workflow 3674 + workflow.disable = Disable workflow 3674 3675 workflow.disable_success = Workflow "%s" disabled successfully. 3675 - workflow.enable = Enable Workflow 3676 + workflow.enable = Enable workflow 3676 3677 workflow.enable_success = Workflow "%s" enabled successfully. 3677 3678 workflow.disabled = Workflow is disabled. 3678 3679 3679 3680 need_approval_desc = Need approval to run workflows for fork pull request. 3680 3681 3681 3682 variables = Variables 3682 - variables.management = Variables Management 3683 - variables.creation = Add Variable 3683 + variables.management = Manage variables 3684 + variables.creation = Add variable 3684 3685 variables.none = There are no variables yet. 3685 3686 variables.deletion = Remove variable 3686 3687 variables.deletion.description = Removing a variable is permanent and cannot be undone. Continue? ··· 3695 3696 variables.update.success = The variable has been edited. 3696 3697 3697 3698 [projects] 3698 - type-1.display_name = Individual Project 3699 - type-2.display_name = Repository Project 3700 - type-3.display_name = Organization Project 3699 + type-1.display_name = Individual project 3700 + type-2.display_name = Repository project 3701 + type-3.display_name = Organization project 3701 3702 3702 3703 [git.filemode] 3703 3704 changed_filemode = %[1]s → %[2]s
+1 -1
templates/admin/auth/edit.tmpl
··· 438 438 {{ctx.Locale.Tr "admin.auths.tips"}} 439 439 </h4> 440 440 <div class="ui attached segment"> 441 - <h5>GMail Settings:</h5> 441 + <h5>{{ctx.Locale.Tr "admin.auths.tips.gmail_settings"}}</h5> 442 442 <p>Host: smtp.gmail.com, Port: 587, Enable TLS Encryption: true</p> 443 443 444 444 <h5 class="oauth2">{{ctx.Locale.Tr "admin.auths.tips.oauth2.general"}}:</h5>
+1 -1
templates/admin/auth/new.tmpl
··· 82 82 {{ctx.Locale.Tr "admin.auths.tips"}} 83 83 </h4> 84 84 <div class="ui attached segment"> 85 - <h5>GMail Settings:</h5> 85 + <h5>{{ctx.Locale.Tr "admin.auths.tips.gmail_settings"}}</h5> 86 86 <p>Host: smtp.gmail.com, Port: 587, Enable TLS Encryption: true</p> 87 87 88 88 <h5 class="oauth2">{{ctx.Locale.Tr "admin.auths.tips.oauth2.general"}}:</h5>
+1 -1
tests/integration/repo_test.go
··· 383 383 defer tests.PrintCurrentTest(t)() 384 384 385 385 htmlTitle := GetHTMLTitle(t, nil, "/user2/repo1/pulls") 386 - assert.EqualValues(t, "Pull Requests - user2/repo1 - Gitea: Git with a cup of tea", htmlTitle) 386 + assert.EqualValues(t, "Pull requests - user2/repo1 - Gitea: Git with a cup of tea", htmlTitle) 387 387 }) 388 388 t.Run("View pull request", func(t *testing.T) { 389 389 defer tests.PrintCurrentTest(t)()