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 improvements' (#2703) from 0ko/forgejo:english20240320 into forgejo

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/2703
Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org>

+33 -35
+33 -35
options/locale/locale_en-US.ini
··· 146 146 value = Value 147 147 148 148 filter = Filter 149 - filter.clear = Clear Filter 149 + filter.clear = Clear filters 150 150 filter.is_archived = Archived 151 - filter.not_archived = Not Archived 151 + filter.not_archived = Not archived 152 152 filter.is_fork = Forked 153 - filter.not_fork = Not Forked 153 + filter.not_fork = Not forked 154 154 filter.is_mirror = Mirrored 155 - filter.not_mirror = Not Mirrored 155 + filter.not_mirror = Not mirrored 156 156 filter.is_template = Template 157 - filter.not_template = Not Template 157 + filter.not_template = Not template 158 158 filter.public = Public 159 159 filter.private = Private 160 160 ··· 222 222 invalid_csrf = Bad Request: invalid CSRF token 223 223 not_found = The target couldn't be found. 224 224 network_error = Network error 225 - server_internal = Internal Server Error 225 + server_internal = Internal server error 226 226 227 227 [startpage] 228 228 app_desc = A painless, self-hosted Git service ··· 762 762 change_password_success = Your password has been updated. Sign in using your new password from now on. 763 763 password_change_disabled = Non-local users cannot update their password through the Forgejo web interface. 764 764 765 - emails = Email addresses 766 765 manage_emails = Manage email addresses 767 766 manage_themes = Select default theme 768 767 manage_openid = Manage OpenID addresses ··· 893 892 permissions_public_only = Public only 894 893 permissions_access_all = All (public, private, and limited) 895 894 select_permissions = Select permissions 896 - permission_no_access = No Access 895 + permission_no_access = No access 897 896 permission_read = Read 898 - permission_write = Read and Write 897 + permission_write = Read and write 899 898 access_token_desc = Selected token permissions limit authorization only to the corresponding <a %s>API</a> routes. Read the <a %s>documentation</a> for more information. 900 899 at_least_one_permission = You must select at least one permission to create a token 901 900 permissions_list = Permissions: ··· 915 914 oauth2_redirect_uris = Redirect URIs. Please use a new line for every URI. 916 915 save_application = Save 917 916 oauth2_client_id = Client ID 918 - oauth2_client_secret = Client Secret 919 - oauth2_regenerate_secret = Regenerate Secret 917 + oauth2_client_secret = Client secret 918 + oauth2_regenerate_secret = Regenerate secret 920 919 oauth2_regenerate_secret_hint = Lost your secret? 921 920 oauth2_client_secret_hint = The secret will not be shown again after you leave or refresh this page. Please ensure that you have saved it. 922 921 oauth2_application_edit = Edit ··· 927 926 authorized_oauth2_applications = Authorized OAuth2 applications 928 927 authorized_oauth2_applications_description = You have granted access to your personal Forgejo account to these third party applications. Please revoke access for applications that are no longer in use. 929 928 revoke_key = Revoke 930 - revoke_oauth2_grant = Revoke Access 929 + revoke_oauth2_grant = Revoke access 931 930 revoke_oauth2_grant_description = Revoking access for this third party application will prevent this application from accessing your data. Are you sure? 932 931 revoke_oauth2_grant_success = Access revoked successfully. 933 932 ··· 1143 1142 1144 1143 need_auth = Authorization 1145 1144 migrate_options = Migration options 1146 - migrate_service = Migration service 1147 1145 migrate_options_mirror_helper = This repository will be a mirror 1148 1146 migrate_options_lfs = Migrate LFS files 1149 1147 migrate_options_lfs_endpoint.label = LFS endpoint ··· 1254 1252 released_this = released this 1255 1253 file.title = %s at %s 1256 1254 file_raw = Raw 1257 - file_follow = Follow Symlink 1255 + file_follow = Follow symlink 1258 1256 file_history = History 1259 - file_view_source = View Source 1260 - file_view_rendered = View Rendered 1261 - file_view_raw = View Raw 1257 + file_view_source = View source 1258 + file_view_rendered = View rendered 1259 + file_view_raw = View raw 1262 1260 file_permalink = Permalink 1263 1261 file_too_large = The file is too large to be shown. 1264 1262 invisible_runes_header = `This file contains invisible Unicode characters` ··· 1313 1311 editor.filename_help = Add a directory by typing its name followed by a slash ("/"). Remove a directory by typing backspace at the beginning of the input field. 1314 1312 editor.or = or 1315 1313 editor.cancel_lower = Cancel 1316 - editor.commit_signed_changes = Commit Signed Changes 1317 - editor.commit_changes = Commit Changes 1314 + editor.commit_signed_changes = Commit signed changes 1315 + editor.commit_changes = Commit changes 1318 1316 editor.add_tmpl = Add "<filename>" 1319 1317 editor.add = Add %s 1320 1318 editor.update = Update %s ··· 1342 1340 editor.filename_is_a_directory = Filename "%s" is already used as a directory name in this repository. 1343 1341 editor.file_editing_no_longer_exists = The file being edited, "%s", no longer exists in this repository. 1344 1342 editor.file_deleting_no_longer_exists = The file being deleted, "%s", no longer exists in this repository. 1345 - editor.file_changed_while_editing = The file contents have changed since you started editing. <a target="_blank" rel="noopener noreferrer" href="%s">Click here</a> to see them or <strong>Commit Changes again</strong> to overwrite them. 1343 + editor.file_changed_while_editing = The file contents have changed since you started editing. <a target="_blank" rel="noopener noreferrer" href="%s">Click here</a> to see them or <strong>Commit changes again</strong> to overwrite them. 1346 1344 editor.file_already_exists = A file named "%s" already exists in this repository. 1347 - editor.commit_id_not_matching = The Commit ID does not match the ID when you began editing. Commit into a patch branch and then merge. 1345 + editor.commit_id_not_matching = The commit ID does not match the one you was editing. Commit to a new branch and then merge. 1348 1346 editor.push_out_of_date = The push appears to be out of date. 1349 1347 editor.commit_empty_file_header = Commit an empty file 1350 1348 editor.commit_empty_file_text = The file you're about to commit is empty. Proceed? ··· 1419 1417 projects.modify = Edit project 1420 1418 projects.edit_success = Project "%s" has been updated. 1421 1419 projects.type.none = None 1422 - projects.type.basic_kanban = Basic Kanban 1423 - projects.type.bug_triage = Bug Triage 1420 + projects.type.basic_kanban = Basic kanban 1421 + projects.type.bug_triage = Bug triage 1424 1422 projects.template.desc = Template 1425 1423 projects.template.desc_helper = Select a project template to get started 1426 - projects.column.edit = Edit Column 1424 + projects.column.edit = Edit column 1427 1425 projects.column.edit_title = Name 1428 1426 projects.column.new_title = Name 1429 - projects.column.new_submit = Create Column 1430 - projects.column.new = New Column 1431 - projects.column.set_default = Set Default 1427 + projects.column.new_submit = Create column 1428 + projects.column.new = New column 1429 + projects.column.set_default = Set default 1432 1430 projects.column.set_default_desc = Set this column as default for uncategorized issues and pulls 1433 - projects.column.delete = Delete Column 1431 + projects.column.delete = Delete column 1434 1432 projects.column.deletion_desc = Deleting a project column moves all related issues to the default column. Continue? 1435 1433 projects.column.color = Color 1436 1434 projects.open = Open 1437 1435 projects.close = Close 1438 1436 projects.column.assigned_to = Assigned to 1439 - projects.card_type.desc = Card Previews 1440 - projects.card_type.images_and_text = Images and Text 1441 - projects.card_type.text_only = Text Only 1437 + projects.card_type.desc = Card previews 1438 + projects.card_type.images_and_text = Images and text 1439 + projects.card_type.text_only = Text only 1442 1440 1443 1441 issues.desc = Organize bug reports, tasks and milestones. 1444 1442 issues.filter_assignees = Filter Assignee ··· 1449 1447 issues.new = New issue 1450 1448 issues.new.title_empty = Title cannot be empty 1451 1449 issues.new.labels = Labels 1452 - issues.new.no_label = No label 1450 + issues.new.no_label = No labels 1453 1451 issues.new.clear_labels = Clear labels 1454 1452 issues.new.projects = Projects 1455 1453 issues.new.clear_projects = Clear projects ··· 1606 1604 issues.is_stale = There have been changes to this PR since this review 1607 1605 issues.remove_request_review=Remove review request 1608 1606 issues.remove_request_review_block=Can't remove review request 1609 - issues.dismiss_review = Dismiss Review 1607 + issues.dismiss_review = Dismiss review 1610 1608 issues.dismiss_review_warning = Are you sure you want to dismiss this review? 1611 1609 issues.sign_in_require_desc = <a href="%s">Sign in</a> to join this conversation. 1612 1610 issues.edit = Edit ··· 1980 1978 signing.wont_sign.approved = The merge will not be signed as the PR is not approved. 1981 1979 signing.wont_sign.not_signed_in = You are not signed in. 1982 1980 1983 - ext_wiki = Access to External Wiki 1981 + ext_wiki = Access to external Wiki 1984 1982 ext_wiki.desc = Link to an external wiki. 1985 1983 1986 1984 wiki = Wiki ··· 3180 3178 config.lfs_root_path = LFS root path 3181 3179 config.log_file_root_path = Log path 3182 3180 config.script_type = Script type 3183 - config.reverse_auth_user = Reverse authentication user 3181 + config.reverse_auth_user = Reverse proxy authentication user 3184 3182 3185 3183 config.ssh_config = SSH configuration 3186 3184 config.ssh_enabled = Enabled