···146146value = Value
147147148148filter = Filter
149149-filter.clear = Clear Filter
149149+filter.clear = Clear filters
150150filter.is_archived = Archived
151151-filter.not_archived = Not Archived
151151+filter.not_archived = Not archived
152152filter.is_fork = Forked
153153-filter.not_fork = Not Forked
153153+filter.not_fork = Not forked
154154filter.is_mirror = Mirrored
155155-filter.not_mirror = Not Mirrored
155155+filter.not_mirror = Not mirrored
156156filter.is_template = Template
157157-filter.not_template = Not Template
157157+filter.not_template = Not template
158158filter.public = Public
159159filter.private = Private
160160···222222invalid_csrf = Bad Request: invalid CSRF token
223223not_found = The target couldn't be found.
224224network_error = Network error
225225-server_internal = Internal Server Error
225225+server_internal = Internal server error
226226227227[startpage]
228228app_desc = A painless, self-hosted Git service
···762762change_password_success = Your password has been updated. Sign in using your new password from now on.
763763password_change_disabled = Non-local users cannot update their password through the Forgejo web interface.
764764765765-emails = Email addresses
766765manage_emails = Manage email addresses
767766manage_themes = Select default theme
768767manage_openid = Manage OpenID addresses
···893892permissions_public_only = Public only
894893permissions_access_all = All (public, private, and limited)
895894select_permissions = Select permissions
896896-permission_no_access = No Access
895895+permission_no_access = No access
897896permission_read = Read
898898-permission_write = Read and Write
897897+permission_write = Read and write
899898access_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.
900899at_least_one_permission = You must select at least one permission to create a token
901900permissions_list = Permissions:
···915914oauth2_redirect_uris = Redirect URIs. Please use a new line for every URI.
916915save_application = Save
917916oauth2_client_id = Client ID
918918-oauth2_client_secret = Client Secret
919919-oauth2_regenerate_secret = Regenerate Secret
917917+oauth2_client_secret = Client secret
918918+oauth2_regenerate_secret = Regenerate secret
920919oauth2_regenerate_secret_hint = Lost your secret?
921920oauth2_client_secret_hint = The secret will not be shown again after you leave or refresh this page. Please ensure that you have saved it.
922921oauth2_application_edit = Edit
···927926authorized_oauth2_applications = Authorized OAuth2 applications
928927authorized_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.
929928revoke_key = Revoke
930930-revoke_oauth2_grant = Revoke Access
929929+revoke_oauth2_grant = Revoke access
931930revoke_oauth2_grant_description = Revoking access for this third party application will prevent this application from accessing your data. Are you sure?
932931revoke_oauth2_grant_success = Access revoked successfully.
933932···1143114211441143need_auth = Authorization
11451144migrate_options = Migration options
11461146-migrate_service = Migration service
11471145migrate_options_mirror_helper = This repository will be a mirror
11481146migrate_options_lfs = Migrate LFS files
11491147migrate_options_lfs_endpoint.label = LFS endpoint
···12541252released_this = released this
12551253file.title = %s at %s
12561254file_raw = Raw
12571257-file_follow = Follow Symlink
12551255+file_follow = Follow symlink
12581256file_history = History
12591259-file_view_source = View Source
12601260-file_view_rendered = View Rendered
12611261-file_view_raw = View Raw
12571257+file_view_source = View source
12581258+file_view_rendered = View rendered
12591259+file_view_raw = View raw
12621260file_permalink = Permalink
12631261file_too_large = The file is too large to be shown.
12641262invisible_runes_header = `This file contains invisible Unicode characters`
···13131311editor.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.
13141312editor.or = or
13151313editor.cancel_lower = Cancel
13161316-editor.commit_signed_changes = Commit Signed Changes
13171317-editor.commit_changes = Commit Changes
13141314+editor.commit_signed_changes = Commit signed changes
13151315+editor.commit_changes = Commit changes
13181316editor.add_tmpl = Add "<filename>"
13191317editor.add = Add %s
13201318editor.update = Update %s
···13421340editor.filename_is_a_directory = Filename "%s" is already used as a directory name in this repository.
13431341editor.file_editing_no_longer_exists = The file being edited, "%s", no longer exists in this repository.
13441342editor.file_deleting_no_longer_exists = The file being deleted, "%s", no longer exists in this repository.
13451345-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.
13431343+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.
13461344editor.file_already_exists = A file named "%s" already exists in this repository.
13471347-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.
13451345+editor.commit_id_not_matching = The commit ID does not match the one you was editing. Commit to a new branch and then merge.
13481346editor.push_out_of_date = The push appears to be out of date.
13491347editor.commit_empty_file_header = Commit an empty file
13501348editor.commit_empty_file_text = The file you're about to commit is empty. Proceed?
···14191417projects.modify = Edit project
14201418projects.edit_success = Project "%s" has been updated.
14211419projects.type.none = None
14221422-projects.type.basic_kanban = Basic Kanban
14231423-projects.type.bug_triage = Bug Triage
14201420+projects.type.basic_kanban = Basic kanban
14211421+projects.type.bug_triage = Bug triage
14241422projects.template.desc = Template
14251423projects.template.desc_helper = Select a project template to get started
14261426-projects.column.edit = Edit Column
14241424+projects.column.edit = Edit column
14271425projects.column.edit_title = Name
14281426projects.column.new_title = Name
14291429-projects.column.new_submit = Create Column
14301430-projects.column.new = New Column
14311431-projects.column.set_default = Set Default
14271427+projects.column.new_submit = Create column
14281428+projects.column.new = New column
14291429+projects.column.set_default = Set default
14321430projects.column.set_default_desc = Set this column as default for uncategorized issues and pulls
14331433-projects.column.delete = Delete Column
14311431+projects.column.delete = Delete column
14341432projects.column.deletion_desc = Deleting a project column moves all related issues to the default column. Continue?
14351433projects.column.color = Color
14361434projects.open = Open
14371435projects.close = Close
14381436projects.column.assigned_to = Assigned to
14391439-projects.card_type.desc = Card Previews
14401440-projects.card_type.images_and_text = Images and Text
14411441-projects.card_type.text_only = Text Only
14371437+projects.card_type.desc = Card previews
14381438+projects.card_type.images_and_text = Images and text
14391439+projects.card_type.text_only = Text only
1442144014431441issues.desc = Organize bug reports, tasks and milestones.
14441442issues.filter_assignees = Filter Assignee
···14491447issues.new = New issue
14501448issues.new.title_empty = Title cannot be empty
14511449issues.new.labels = Labels
14521452-issues.new.no_label = No label
14501450+issues.new.no_label = No labels
14531451issues.new.clear_labels = Clear labels
14541452issues.new.projects = Projects
14551453issues.new.clear_projects = Clear projects
···16061604issues.is_stale = There have been changes to this PR since this review
16071605issues.remove_request_review=Remove review request
16081606issues.remove_request_review_block=Can't remove review request
16091609-issues.dismiss_review = Dismiss Review
16071607+issues.dismiss_review = Dismiss review
16101608issues.dismiss_review_warning = Are you sure you want to dismiss this review?
16111609issues.sign_in_require_desc = <a href="%s">Sign in</a> to join this conversation.
16121610issues.edit = Edit
···19801978signing.wont_sign.approved = The merge will not be signed as the PR is not approved.
19811979signing.wont_sign.not_signed_in = You are not signed in.
1982198019831983-ext_wiki = Access to External Wiki
19811981+ext_wiki = Access to external Wiki
19841982ext_wiki.desc = Link to an external wiki.
1985198319861984wiki = Wiki
···31803178config.lfs_root_path = LFS root path
31813179config.log_file_root_path = Log path
31823180config.script_type = Script type
31833183-config.reverse_auth_user = Reverse authentication user
31813181+config.reverse_auth_user = Reverse proxy authentication user
3184318231853183config.ssh_config = SSH configuration
31863184config.ssh_enabled = Enabled