Skip to content

Commit ffab2b7

Browse files
authored
fix issues in translation file (#27699) (#27737)
Backport #27699 - use correct comment sign for INI (`;`) - remove duplicated `repo.branch.search` key - remove duplicated spaces & similar
1 parent cb9e10f commit ffab2b7

File tree

1 file changed

+9
-11
lines changed

1 file changed

+9
-11
lines changed

options/locale/locale_en-US.ini

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,6 @@ code_last_indexed_at = Last indexed %s
353353
relevant_repositories_tooltip = Repositories that are forks or that have no topic, no icon, and no description are hidden.
354354
relevant_repositories = Only relevant repositories are being shown, <a href="%s">show unfiltered results</a>.
355355

356-
357356
[auth]
358357
create_new_account = Register Account
359358
register_helper_msg = Already have an account? Sign in now!
@@ -855,7 +854,7 @@ oauth2_client_secret_hint = The secret will not be shown again after you leave o
855854
oauth2_application_edit = Edit
856855
oauth2_application_create_description = OAuth2 applications gives your third-party application access to user accounts on this instance.
857856
oauth2_application_remove_description = Removing an OAuth2 application will prevent it from accessing authorized user accounts on this instance. Continue?
858-
oauth2_application_locked = Gitea pre-registers some OAuth2 applications on startup if enabled in config. To prevent unexpected bahavior, these can neither be edited nor removed. Please refer to the OAuth2 documentation for more information.
857+
oauth2_application_locked = Gitea pre-registers some OAuth2 applications on startup if enabled in config. To prevent unexpected behavior, these can neither be edited nor removed. Please refer to the OAuth2 documentation for more information.
859858

860859
authorized_oauth2_applications = Authorized OAuth2 Applications
861860
authorized_oauth2_applications_description = You have granted access to your personal Gitea account to these third party applications. Please revoke access for applications you no longer need.
@@ -923,7 +922,7 @@ visibility.private = Private
923922
visibility.private_tooltip = Visible only to members of organizations you have joined
924923

925924
[repo]
926-
new_repo_helper = A repository contains all project files, including revision history. Already hosting one elsewhere? <a href="%s">Migrate repository.</a>
925+
new_repo_helper = A repository contains all project files, including revision history. Already hosting one elsewhere? <a href="%s">Migrate repository.</a>
927926
owner = Owner
928927
owner_helper = Some organizations may not show up in the dropdown due to a maximum repository count limit.
929928
repo_name = Repository Name
@@ -1018,9 +1017,9 @@ tree_path_not_found_branch = Path %[1]s doesn't exist in branch %[2]s
10181017
tree_path_not_found_tag = Path %[1]s doesn't exist in tag %[2]s
10191018

10201019
transfer.accept = Accept Transfer
1021-
transfer.accept_desc = Transfer to "%s"
1020+
transfer.accept_desc = Transfer to "%s"
10221021
transfer.reject = Reject Transfer
1023-
transfer.reject_desc = Cancel transfer to "%s"
1022+
transfer.reject_desc = Cancel transfer to "%s"
10241023
transfer.no_permission_to_accept = You do not have permission to accept this transfer.
10251024
transfer.no_permission_to_reject = You do not have permission to reject this transfer.
10261025

@@ -1154,7 +1153,7 @@ releases = Releases
11541153
tag = Tag
11551154
released_this = released this
11561155
tagged_this = tagged this
1157-
file.title = %s at %s
1156+
file.title = %s at %s
11581157
file_raw = Raw
11591158
file_history = History
11601159
file_view_source = View Source
@@ -2500,7 +2499,6 @@ release.releases_for = Releases for %s
25002499
release.tags_for = Tags for %s
25012500

25022501
branch.name = Branch Name
2503-
branch.search = Search branches
25042502
branch.already_exists = A branch named "%s" already exists.
25052503
branch.delete_head = Delete
25062504
branch.delete = Delete Branch "%s"
@@ -3169,8 +3167,8 @@ monitor.start = Start Time
31693167
monitor.execute_time = Execution Time
31703168
monitor.last_execution_result = Result
31713169
monitor.process.cancel = Cancel process
3172-
monitor.process.cancel_desc = Cancelling a process may cause data loss
3173-
monitor.process.cancel_notices = Cancel: <strong>%s</strong>?
3170+
monitor.process.cancel_desc = Cancelling a process may cause data loss
3171+
monitor.process.cancel_notices = Cancel: <strong>%s</strong>?
31743172
monitor.process.children = Children
31753173

31763174
monitor.queues = Queues
@@ -3234,7 +3232,7 @@ mirror_sync_create = synced new reference <a href="%[2]s">%[3]s</a> to <a href="
32343232
mirror_sync_delete = synced and deleted reference <code>%[2]s</code> at <a href="%[1]s">%[3]s</a> from mirror
32353233
approve_pull_request = `approved <a href="%[1]s">%[3]s#%[2]s</a>`
32363234
reject_pull_request = `suggested changes for <a href="%[1]s">%[3]s#%[2]s</a>`
3237-
publish_release = `released <a href="%[2]s"> "%[4]s" </a> at <a href="%[1]s">%[3]s</a>`
3235+
publish_release = `released <a href="%[2]s"> "%[4]s" </a> at <a href="%[1]s">%[3]s</a>`
32383236
review_dismissed = `dismissed review from <b>%[4]s</b> for <a href="%[1]s">%[3]s#%[2]s</a>`
32393237
review_dismissed_reason = Reason:
32403238
create_branch = created branch <a href="%[2]s">%[3]s</a> in <a href="%[1]s">%[4]s</a>
@@ -3560,7 +3558,7 @@ type-3.display_name = Organization Project
35603558
35613559
[git.filemode]
35623560
changed_filemode = %[1]s → %[2]s
3563-
# Ordered by git filemode value, ascending. E.g. directory has "040000", normal file has "100644", …
3561+
; Ordered by git filemode value, ascending. E.g. directory has "040000", normal file has "100644", …
35643562
directory = Directory
35653563
normal_file = Normal file
35663564
executable_file = Executable file

0 commit comments

Comments
 (0)