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
federated_avatar_lookup_popup = Enable federated avatar lookup using Libravatar.
131
131
disable_registration = Disable Self-Registration
132
132
disable_registration_popup = Disable user self-registration. Only administrators will be able to create new user accounts.
133
-
allow_only_external_registration_popup=Enable the registration only through external services.
133
+
allow_only_external_registration_popup = Allow Registration Only Through External Services
134
134
openid_signin = Enable OpenID Sign-In
135
135
openid_signin_popup = Enable user sign-in via OpenID.
136
136
openid_signup = Enable OpenID Self-Registration
@@ -463,13 +463,13 @@ then_enter_passcode = And enter the passcode shown in the application:
463
463
passcode_invalid = The passcode is incorrect. Try again.
464
464
twofa_enrolled = Your account has been enrolled into two-factor authentication. Store your scratch token (%s) in a safe place as it is only shown once!
465
465
466
-
u2f_desc = Security keys are hardware devices containing cryptographic keys. They could be used for twofactor authentication. The security key must support the <a href="https://fidoalliance.org/">FIDO U2F</a> standard.
467
-
u2f_require_twofa = Two-Factor-Authentication must be enrolled in order to use security keys.
466
+
u2f_desc = Security keys are hardware devices containing cryptographic keys. They can be used for two-factor authentication. Security keys must support the <a rel="noreferrer" href="https://fidoalliance.org/">FIDO U2F</a> standard.
467
+
u2f_require_twofa = Your account must be enrolled in two-factor authentication to use security keys.
468
468
u2f_register_key = Add Security Key
469
469
u2f_nickname = Nickname
470
470
u2f_press_button = Press the button on your security key to register it.
471
471
u2f_delete_key = Remove Security Key
472
-
u2f_delete_key_desc= If you remove a security key you cannot login with it anymore. Are you sure?
472
+
u2f_delete_key_desc= If you remove a security key you can no longer sign in with it. Continue?
473
473
474
474
manage_account_links = Manage Linked Accounts
475
475
manage_account_links_desc = These external accounts are linked to your Gitea account.
@@ -650,7 +650,7 @@ issues.new.open_milestone = Open Milestones
650
650
issues.new.closed_milestone = Closed Milestones
651
651
issues.new.assignees = Assignees
652
652
issues.new.clear_assignees = Clear assignees
653
-
issues.new.no_assignees = Nobody assigned
653
+
issues.new.no_assignees = No Assignees
654
654
issues.no_ref = No Branch/Tag Specified
655
655
issues.create = Create Issue
656
656
issues.new_label = New Label
@@ -781,34 +781,33 @@ issues.due_date_added = "added the due date %s %s"
781
781
issues.due_date_modified = "modified the due date to %s from %s %s"
782
782
issues.due_date_remove = "removed the due date %s %s"
783
783
issues.due_date_overdue = "Overdue"
784
-
issues.due_date_invalid = "The due date is invalid or out of range. Please use the format yyyy-mm-dd."
784
+
issues.due_date_invalid = "The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'."
785
785
issues.dependency.title = Dependencies
786
786
issues.dependency.issue_no_dependencies = This issue currently doesn't have any dependencies.
787
787
issues.dependency.pr_no_dependencies = This pull request currently doesn't have any dependencies.
788
-
issues.dependency.add = Add a new dependency...
788
+
issues.dependency.add = Add dependency...
789
789
issues.dependency.cancel = Cancel
790
790
issues.dependency.remove = Remove
791
-
issues.dependency.issue_number = Issuenumber
792
791
issues.dependency.added_dependency = `<a href="%[1]s">%[2]s</a> added a new dependency %[3]s`
793
792
issues.dependency.removed_dependency = `<a href="%[1]s">%[2]s</a> removed a dependency %[3]s`
794
793
issues.dependency.issue_closing_blockedby = Closing this pull request is blocked by the following issues
795
794
issues.dependency.pr_closing_blockedby = Closing this issue is blocked by the following issues
796
795
issues.dependency.issue_close_blocks = This issue blocks closing of the following issues
797
796
issues.dependency.pr_close_blocks = This pull request blocks closing of the following issues
798
-
issues.dependency.issue_close_blocked = You need to close all issues blocking this issue before you can close it!
799
-
issues.dependency.pr_close_blocked = You need to close all issues blocking this pull request before you can merge it!
797
+
issues.dependency.issue_close_blocked = You need to close all issues blocking this issue before you can close it.
798
+
issues.dependency.pr_close_blocked = You need to close all issues blocking this pull request before you can merge it.
0 commit comments