Skip to content

Commit ddb63a7

Browse files
cez81lunny
authored andcommitted
Correct spelling mistakes (#1703)
* Nitpicking
1 parent 524885d commit ddb63a7

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

options/locale/locale_en-US.ini

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ require_error = ` cannot be empty.`
236236
alpha_dash_error = ` must be valid alphanumeric or dash(-_) characters.`
237237
alpha_dash_dot_error = ` must be valid alphanumeric, dash(-_) or dot characters.`
238238
git_ref_name_error = ` must be well formed git reference name.`
239-
size_error = ` must be size %s.`
239+
size_error = ` must be size %s.`
240240
min_size_error = ` must contain at least %s characters.`
241241
max_size_error = ` must contain at most %s characters.`
242242
email_error = ` is not a valid email address.`
@@ -839,7 +839,7 @@ settings.githook_edit_desc = If the hook is inactive, sample content will be pre
839839
settings.githook_name = Hook Name
840840
settings.githook_content = Hook Content
841841
settings.update_githook = Update Hook
842-
settings.add_webhook_desc = Gitea will send a <code>POST</code> request to the URL you specify, along with regarding the event that occured. You can also specify what kind of data format you'd like to get upon triggering the hook (JSON, x-www-form-urlencoded, XML, etc). More information can be found in our <a target="_blank" rel="noopener" href="%s">Webhooks Guide</a>.
842+
settings.add_webhook_desc = Gitea will send a <code>POST</code> request to the URL you specify, along with regarding the event that occurred. You can also specify what kind of data format you'd like to get upon triggering the hook (JSON, x-www-form-urlencoded, XML, etc). More information can be found in our <a target="_blank" rel="noopener" href="%s">Webhooks Guide</a>.
843843
settings.payload_url = Payload URL
844844
settings.content_type = Content Type
845845
settings.secret = Secret
@@ -899,7 +899,7 @@ settings.no_protected_branch = There are no protected branches
899899
diff.browse_source = Browse Source
900900
diff.parent = parent
901901
diff.commit = commit
902-
diff.data_not_available = Diff Content Not Availaible
902+
diff.data_not_available = Diff Content Not Available
903903
diff.show_diff_stats = Show Diff Stats
904904
diff.show_split_view = Split View
905905
diff.show_unified_view = Unified View
@@ -918,7 +918,7 @@ release.edit = edit
918918
release.ahead = <strong>%d</strong> commits to %s since this release
919919
release.source_code = Source Code
920920
release.new_subheader = Publish releases to keep track of project versions.
921-
release.edit_subheader = A detailed change log can help users understand what has been changed.
921+
release.edit_subheader = A detailed changelog can help users understand what has been changed.
922922
release.tag_name = Tag name
923923
release.target = Target
924924
release.tag_helper = Choose an existing tag, or create a new tag on publish.
@@ -947,7 +947,7 @@ branch.delete_notices_1 = - This operation <strong>CANNOT</strong> be undone.
947947
branch.delete_notices_2 = - This operation will permanently delete everything of branch %s.
948948
branch.deletion_success = %s has been deleted successfully!
949949
branch.deletion_failed = Failed to delete branch %s.
950-
branch.delete_branch_has_new_commits = %s cannot be deleted because it has new commits after merging.
950+
branch.delete_branch_has_new_commits = %s cannot be deleted because it has new commits after merging.
951951

952952
[org]
953953
org_name_holder = Organization Name
@@ -1279,7 +1279,7 @@ config.mailer_name = Name
12791279
config.mailer_host = Host
12801280
config.mailer_user = User
12811281
config.send_test_mail = Send Test Email
1282-
config.test_mail_failed = Fail to send test email to '%s': %v
1282+
config.test_mail_failed = Failed to send test email to '%s': %v
12831283
config.test_mail_sent = Test email has been sent to '%s'.
12841284

12851285
config.oauth_config = OAuth Configuration
@@ -1332,7 +1332,7 @@ monitor.start = Start Time
13321332
monitor.execute_time = Execution Time
13331333

13341334
notices.system_notice_list = System Notices
1335-
notices.view_detail_header = View Notice Detail
1335+
notices.view_detail_header = View Notice Details
13361336
notices.actions = Actions
13371337
notices.select_all = Select All
13381338
notices.deselect_all = Deselect All
@@ -1398,11 +1398,10 @@ pin = Pin notification
13981398
mark_as_read = Mark as read
13991399
mark_as_unread = Mark as unread
14001400
1401-
14021401
[gpg]
14031402
error.extract_sign = Failed to extract signature
14041403
error.generate_hash = Failed to generate hash of commit
14051404
error.no_committer_account = No account linked to committer email
14061405
error.no_gpg_keys_found = "No known key found for this signature in database"
14071406
error.not_signed_commit = "Not a signed commit"
1408-
error.failed_retrieval_gpg_keys = "Failed to retrieve any key attached to the commiter account"
1407+
error.failed_retrieval_gpg_keys = "Failed to retrieve any key attached to the committer account"

0 commit comments

Comments
 (0)