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
Copy file name to clipboardExpand all lines: options/locale/locale_en-US.ini
+10-10Lines changed: 10 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -117,7 +117,7 @@ files = Files
117
117
118
118
error = Error
119
119
error404 = The page you are trying to reach either <strong>does not exist</strong> or <strong>you are not authorized</strong> to view it.
120
-
error503 = The server was unable to complete your request. Please try again later.
120
+
error503 = The server could not complete your request. Please try again later.
121
121
go_back = Go Back
122
122
invalid_data = Invalid data: %v
123
123
@@ -131,7 +131,7 @@ unpin = Unpin
131
131
132
132
artifacts = Artifacts
133
133
expired = Expired
134
-
confirm_delete_artifact = Are you sure you want to delete the artifact '%s'?
134
+
confirm_delete_artifact = Are you sure you want to delete the artifact '%s'?
135
135
136
136
archived = Archived
137
137
@@ -171,7 +171,7 @@ internal_error_skipped = Internal error occurred but is skipped: %s
171
171
search = Search...
172
172
type_tooltip = Search type
173
173
fuzzy = Fuzzy
174
-
fuzzy_tooltip = Include results that also match the search term closely
174
+
fuzzy_tooltip = Include results that closely match the search term
175
175
words = Words
176
176
words_tooltip = Include only results that match the search term words
177
177
regexp = Regexp
@@ -506,7 +506,7 @@ activate_email.text = Please click the following link to verify your email addre
506
506
507
507
register_notify = Welcome to %s
508
508
register_notify.title = %[1]s, welcome to %[2]s
509
-
register_notify.text_1 = this is your registration confirmation email for %s!
509
+
register_notify.text_1 = This is your registration confirmation email for %s!
510
510
register_notify.text_2 = You can now login via username: %s.
511
511
register_notify.text_3 = If this account has been created for you, please <a href="%s">set your password</a> first.
512
512
@@ -998,7 +998,7 @@ webauthn_alternative_tip = You may want to configure an additional authenticatio
998
998
999
999
manage_account_links = Manage Linked Accounts
1000
1000
manage_account_links_desc = These external accounts are linked to your Gitea account.
1001
-
account_links_not_available = There are currently no external accounts linked to your Gitea account.
1001
+
account_links_not_available = No external accounts are currently linked to your Gitea account.
1002
1002
link_account = Link Account
1003
1003
remove_account_link = Remove Linked Account
1004
1004
remove_account_link_desc = Removing a linked account will revoke its access to your Gitea account. Continue?
@@ -1035,8 +1035,8 @@ new_repo_helper = A repository contains all project files, including revision hi
1035
1035
owner = Owner
1036
1036
owner_helper = Some organizations may not show up in the dropdown due to a maximum repository count limit.
1037
1037
repo_name = Repository Name
1038
-
repo_name_profile_public_hint= .profile is a special repository that you can use to add README.md to your public organization profile, visible to anyone. Make sure it’s public and initialize it with a README in the profile directory to get started.
1039
-
repo_name_profile_private_hint = .profile-private is a special repository that you can use to add a README.md to your organization member profile, visible only to organization members. Make sure it’s private and initialize it with a README in the profile directory to get started.
1038
+
repo_name_profile_public_hint= .profile is a special repository that you can use to add README.md to your public organization profile, visible to anyone. Make sure it's public and initialize it with a README in the profile directory to get started.
1039
+
repo_name_profile_private_hint = .profile-private is a special repository that you can use to add a README.md to your organization member profile, visible only to organization members. Make sure it's private and initialize it with a README in the profile directory to get started.
1040
1040
repo_name_helper = Good repository names use short, memorable and unique keywords. A repository named ".profile" or ".profile-private" could be used to add a README.md for the user/organization profile.
1041
1041
repo_size = Repository Size
1042
1042
template = Template
@@ -1058,7 +1058,7 @@ fork_branch = Branch to be cloned to the fork
1058
1058
all_branches = All branches
1059
1059
view_all_branches = View all branches
1060
1060
view_all_tags = View all tags
1061
-
fork_no_valid_owners = This repository can not be forked because there are no valid owners.
1061
+
fork_no_valid_owners = This repository cannot be forked because there are no valid owners.
1062
1062
fork.blocked_user = Cannot fork the repository because you are blocked by the repository owner.
0 commit comments