You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
no_reply_address_helper = Domain name for users with a hidden email address. For example, the username "joe" will be logged in Git as "[email protected]" if the hidden email domain is set to "noreply.example.org".
password_algorithm_helper = Set the password hashing algorithm. Algorithms have differing requirements and strength. The argon2 algorithm is rather secure but uses a lot of memory and may be inappropriate for small systems.
375
+
password_algorithm_helper = Set the password hashing algorithm. Algorithms have differing requirements and strengths. The argon2 algorithm is rather secure but uses a lot of memory and may be inappropriate for small systems.
376
376
enable_update_checker = Enable update checker
377
377
env_config_keys = Environment Configuration
378
378
env_config_keys_prompt = The following environment variables will also be applied to your configuration file:
@@ -479,7 +479,7 @@ email_domain_blacklisted = You cannot register with your email address.
479
479
authorize_application = Authorize Application
480
480
authorize_redirect_notice = You will be redirected to %s if you authorize this application.
481
481
authorize_application_created_by = This application was created by %s.
482
-
authorize_application_description = If you grant the access, it will be able to access and write to all your account information, including private repos and organizations.
482
+
authorize_application_description = If you grant access, it will be able to access and write to all your account information, including private repos and organizations.
483
483
authorize_title = Authorize "%s" to access your account?
484
484
authorization_failed = Authorization failed
485
485
authorization_failed_desc = The authorization failed because we detected an invalid request. Please contact the maintainer of the app you have tried to authorize.
can_not_add_email_activations_pending = There is a pending activation, try again in a few minutes if you want to add a new email.
839
839
delete_email = Remove
840
840
email_deletion = Remove email address
841
-
email_deletion_desc = The email address and related information will be removed from your account. Git commits by this email address will remain unchanged. Continue?
841
+
email_deletion_desc = This email address and related information will be removed from your account. Git commits by this email address will remain unchanged. Continue?
842
842
email_deletion_success = The email address has been removed.
843
843
theme_update_success = Your theme was updated.
844
844
theme_update_error = The selected theme does not exist.
@@ -1056,7 +1056,7 @@ user_block_success = The user has been blocked successfully.
1056
1056
user_block_yourself = You cannot block yourself.
1057
1057
1058
1058
quota.applies_to_user = The following quota rules apply to your account
1059
-
quota.applies_to_org = The following quota rules apply to this organisation
1059
+
quota.applies_to_org = The following quota rules apply to this organization
1060
1060
quota.rule.exceeded = Exceeded
1061
1061
quota.rule.exceeded.helper = The total size of objects for this rule has exceeded the quota.
1062
1062
quota.rule.no_limit = Unlimited
@@ -1153,7 +1153,7 @@ mirror_sync = synced
1153
1153
mirror_sync_on_commit = Sync when commits are pushed
1154
1154
mirror_address = Clone from URL
1155
1155
mirror_address_desc = Put any required credentials in the Authorization section.
1156
-
mirror_address_url_invalid = The provided URL is invalid. You must escape all components of the URL correctly.
1156
+
mirror_address_url_invalid = The provided URL is invalid. Make sure that components of the URL are escaped correctly.
1157
1157
mirror_address_protocol_invalid = The provided URL is invalid. Only http(s):// or git:// locations can be used for mirroring.
migrate.repo_desc_helper = Leave empty to import existing description
1252
1252
migrate.clone_address = Migrate / Clone from URL
1253
1253
migrate.clone_address_desc = The HTTP(S) or Git "clone" URL of an existing repository
1254
-
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.
1254
+
migrate.github_token_desc = You can put one or more tokens here separated by commas to make migrating faster by circumventing the GitHub API rate limit. WARNING: Abusing this feature may violate the service provider's policy and may lead to getting your account(s) blocked.
1255
1255
migrate.clone_local_path = or a local server path
1256
1256
migrate.permission_denied = You are not allowed to import local repositories.
1257
1257
migrate.permission_denied_blocked = You cannot import from disallowed hosts, please ask the admin to check ALLOWED_DOMAINS/ALLOW_LOCALNETWORKS/BLOCKED_DOMAINS settings.
@@ -1919,7 +1919,7 @@ pulls.select_commit_hold_shift_for_range = Select commit. Hold shift + click to
1919
1919
pulls.review_only_possible_for_full_diff = Review is only possible when viewing the full diff
1920
1920
pulls.filter_changes_by_commit = Filter by commit
1921
1921
pulls.nothing_to_compare = These branches are equal. There is no need to create a pull request.
1922
-
pulls.nothing_to_compare_have_tag = The selected branch/tag are equal.
1922
+
pulls.nothing_to_compare_have_tag = The selected branches/tags are equal.
1923
1923
pulls.nothing_to_compare_and_allow_empty_pr = These branches are equal. This PR will be empty.
1924
1924
pulls.has_pull_request = `A pull request between these branches already exists: <a href="%[1]s">%[2]s#%[3]d</a>`
1925
1925
pulls.create = Create pull request
@@ -2088,7 +2088,7 @@ milestones.filter_sort.most_issues = Most issues
2088
2088
milestones.filter_sort.least_issues = Least issues
2089
2089
2090
2090
signing.will_sign = This commit will be signed with key "%s".
2091
-
signing.wont_sign.error = There was an error whilst checking if the commit could be signed.
2091
+
signing.wont_sign.error = There was an error while checking if the commit could be signed.
2092
2092
signing.wont_sign.nokey = This instance has no key to sign this commit with.
2093
2093
signing.wont_sign.never = Commits are never signed.
2094
2094
signing.wont_sign.always = Commits are always signed.
@@ -3065,9 +3065,9 @@ dashboard.resync_all_sshprincipals = Update the ".ssh/authorized_principals" fil
3065
3065
dashboard.resync_all_hooks = Resynchronize pre-receive, update and post-receive hooks of all repositories
3066
3066
dashboard.reinit_missing_repos = Reinitialize all missing Git repositories for which records exist
3067
3067
dashboard.sync_external_users = Synchronize external user data
Copy file name to clipboardExpand all lines: options/locale_next/locale_en-US.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -103,7 +103,7 @@
103
103
"editor.textarea.tab_hint": "Line already indented. Press <kbd>Tab</kbd> again or <kbd>Escape</kbd> to leave the editor.",
104
104
"editor.textarea.shift_tab_hint": "No indentation on this line. Press <kbd>Shift</kbd> + <kbd>Tab</kbd> again or <kbd>Escape</kbd> to leave the editor.",
"settings.visibility.description": "Profile visibility affects others' ability to access your non-private repositories. <a href=\"%s\" target=\"_blank\">Learn more</a>",
106
+
"settings.visibility.description": "Profile visibility affects others' ability to access your non-private repositories. <a href=\"%s\" target=\"_blank\">Learn more</a>.",
107
107
"avatar.constraints_hint": "Custom avatar may not exceed %[1]s in size or be larger than %[2]dx%[3]d pixels",
108
108
"og.repo.summary_card.alt_description": "Summary card of repository %[1]s, described as: %[2]s",
109
109
"meta.last_line": "Thank you for translating Forgejo! This line isn't seen by the users but it serves other purposes in the translation management. You can place a fun fact in the translation instead of translating it."
0 commit comments