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
+8-9Lines changed: 8 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -236,7 +236,7 @@ require_error = ` cannot be empty.`
236
236
alpha_dash_error = ` must be valid alphanumeric or dash(-_) characters.`
237
237
alpha_dash_dot_error = ` must be valid alphanumeric, dash(-_) or dot characters.`
238
238
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.`
240
240
min_size_error = ` must contain at least %s characters.`
241
241
max_size_error = ` must contain at most %s characters.`
242
242
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
839
839
settings.githook_name = Hook Name
840
840
settings.githook_content = Hook Content
841
841
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>.
843
843
settings.payload_url = Payload URL
844
844
settings.content_type = Content Type
845
845
settings.secret = Secret
@@ -899,7 +899,7 @@ settings.no_protected_branch = There are no protected branches
899
899
diff.browse_source = Browse Source
900
900
diff.parent = parent
901
901
diff.commit = commit
902
-
diff.data_not_available = Diff Content Not Availaible
902
+
diff.data_not_available = Diff Content Not Available
903
903
diff.show_diff_stats = Show Diff Stats
904
904
diff.show_split_view = Split View
905
905
diff.show_unified_view = Unified View
@@ -918,7 +918,7 @@ release.edit = edit
918
918
release.ahead = <strong>%d</strong> commits to %s since this release
919
919
release.source_code = Source Code
920
920
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.
922
922
release.tag_name = Tag name
923
923
release.target = Target
924
924
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.
947
947
branch.delete_notices_2 = - This operation will permanently delete everything of branch %s.
948
948
branch.deletion_success = %s has been deleted successfully!
949
949
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.
951
951
952
952
[org]
953
953
org_name_holder = Organization Name
@@ -1279,7 +1279,7 @@ config.mailer_name = Name
1279
1279
config.mailer_host = Host
1280
1280
config.mailer_user = User
1281
1281
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
1283
1283
config.test_mail_sent = Test email has been sent to '%s'.
1284
1284
1285
1285
config.oauth_config = OAuth Configuration
@@ -1332,7 +1332,7 @@ monitor.start = Start Time
1332
1332
monitor.execute_time = Execution Time
1333
1333
1334
1334
notices.system_notice_list = System Notices
1335
-
notices.view_detail_header = View Notice Detail
1335
+
notices.view_detail_header = View Notice Details
1336
1336
notices.actions = Actions
1337
1337
notices.select_all = Select All
1338
1338
notices.deselect_all = Deselect All
@@ -1398,11 +1398,10 @@ pin = Pin notification
1398
1398
mark_as_read = Mark as read
1399
1399
mark_as_unread = Mark as unread
1400
1400
1401
-
1402
1401
[gpg]
1403
1402
error.extract_sign = Failed to extract signature
1404
1403
error.generate_hash = Failed to generate hash of commit
1405
1404
error.no_committer_account = No account linked to committer email
1406
1405
error.no_gpg_keys_found = "No known key found for this signature in database"
1407
1406
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