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
Part of #27700
Removes all URLs from translation strings to easy up changing them in
the future and to exclude people injecting malicious URLs through
translations. First measure as long as #24402 is out of scope.
Copy file name to clipboardExpand all lines: options/locale/locale_en-US.ini
+24-24
Original file line number
Diff line number
Diff line change
@@ -218,7 +218,7 @@ string.desc = Z - A
218
218
219
219
[error]
220
220
occurred = An error occurred
221
-
report_message = If you believe that this is a Gitea bug, please search for issues on <a href="https://github.com/go-gitea/gitea/issues"target="_blank">GitHub</a> or open a new issue if necessary.
221
+
report_message = If you believe that this is a Gitea bug, please search for issues on <a href="%s"target="_blank">GitHub</a> or open a new issue if necessary.
install_desc = Simply <a target="_blank" rel="noopener noreferrer" href="https://docs.gitea.com/installation/install-from-binary">run the binary</a> for your platform, ship it with <a target="_blank" rel="noopener noreferrer" href="https://github.com/go-gitea/gitea/tree/master/docker">Docker</a>, or get it <a target="_blank" rel="noopener noreferrer" href="https://docs.gitea.com/installation/install-from-package">packaged</a>.
230
+
install_desc = Simply <a target="_blank" rel="noopener noreferrer" href="%[1]s">run the binary</a> for your platform, ship it with <a target="_blank" rel="noopener noreferrer" href="%[2]s">Docker</a>, or get it <a target="_blank" rel="noopener noreferrer" href="%[3]s">packaged</a>.
231
231
platform = Cross-platform
232
-
platform_desc = Gitea runs anywhere <a target="_blank" rel="noopener noreferrer" href="https://go.dev/">Go</a> can compile for: Windows, macOS, Linux, ARM, etc. Choose the one you love!
232
+
platform_desc = Gitea runs anywhere <a target="_blank" rel="noopener noreferrer" href="%s">Go</a> can compile for: Windows, macOS, Linux, ARM, etc. Choose the one you love!
233
233
lightweight = Lightweight
234
234
lightweight_desc = Gitea has low minimal requirements and can run on an inexpensive Raspberry Pi. Save your machine energy!
235
235
license = Open Source
236
-
license_desc = Go get <a target="_blank" rel="noopener noreferrer" href="https://code.gitea.io/gitea">code.gitea.io/gitea</a>! Join us by <a target="_blank" rel="noopener noreferrer" href="https://github.com/go-gitea/gitea">contributing</a> to make this project even better. Don't be shy to be a contributor!
236
+
license_desc = Go get <a target="_blank" rel="noopener noreferrer" href="%[1]s">%[2]s</a>! Join us by <a target="_blank" rel="noopener noreferrer" href="%[3]s">contributing</a> to make this project even better. Don't be shy to be a contributor!
237
237
238
238
[install]
239
239
install = Installation
@@ -456,7 +456,7 @@ authorize_title = Authorize "%s" to access your account?
456
456
authorization_failed = Authorization failed
457
457
authorization_failed_desc = The authorization failed because we detected an invalid request. Please contact the maintainer of the app you have tried to authorize.
458
458
sspi_auth_failed = SSPI authentication failed
459
-
password_pwned = The password you chose is on a <a target="_blank" rel="noopener noreferrer" href="https://haveibeenpwned.com/Passwords">list of stolen passwords</a> previously exposed in public data breaches. Please try again with a different password and consider changing this password elsewhere too.
459
+
password_pwned = The password you chose is on a <a target="_blank" rel="noopener noreferrer" href="%s">list of stolen passwords</a> previously exposed in public data breaches. Please try again with a different password and consider changing this password elsewhere too.
460
460
password_pwned_err = Could not complete request to HaveIBeenPwned
461
461
last_admin = You cannot remove the last admin. There must be at least one admin.
462
462
signin_passkey = Sign in with a passkey
@@ -954,7 +954,7 @@ passcode_invalid = The passcode is incorrect. Try again.
954
954
twofa_enrolled = Your account has been successfully enrolled. Store your single-use recovery key (%s) in a safe place, as it will not be shown again.
955
955
twofa_failed_get_secret = Failed to get secret.
956
956
957
-
webauthn_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"target="_blank"href="https://w3c.github.io/webauthn/#webauthn-authenticator">WebAuthn Authenticator</a> standard.
957
+
webauthn_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"target="_blank"href="%s">WebAuthn Authenticator</a> standard.
settings.event_package_desc = Package created or deleted in a repository.
2327
2327
settings.branch_filter = Branch filter
2328
-
settings.branch_filter_desc = Branch whitelist for push, branch creation and branch deletion events, specified as glob pattern. If empty or <code>*</code>, events for all branches are reported. See <a href="https://pkg.go.dev/github.com/gobwas/glob#Compile">github.com/gobwas/glob</a> documentation for syntax. Examples: <code>master</code>, <code>{master,release*}</code>.
2328
+
settings.branch_filter_desc = Branch whitelist for push, branch creation and branch deletion events, specified as glob pattern. If empty or <code>*</code>, events for all branches are reported. See <a href="%[1]s">%[2]s</a> documentation for syntax. Examples: <code>master</code>, <code>{master,release*}</code>.
settings.authorization_header_desc = Will be included as authorization header for requests when present. Examples: %s.
2331
2331
settings.active = Active
@@ -2425,12 +2425,12 @@ settings.ignore_stale_approvals_desc = Do not count approvals that were made on
2425
2425
settings.require_signed_commits = Require Signed Commits
2426
2426
settings.require_signed_commits_desc = Reject pushes to this branch if they are unsigned or unverifiable.
2427
2427
settings.protect_branch_name_pattern = Protected Branch Name Pattern
2428
-
settings.protect_branch_name_pattern_desc = "Protected branch name patterns. See <a href="https://github.com/gobwas/glob">the documentation</a> for pattern syntax. Examples: main, release/**"
2428
+
settings.protect_branch_name_pattern_desc = "Protected branch name patterns. See <a href="%s">the documentation</a> for pattern syntax. Examples: main, release/**"
2429
2429
settings.protect_patterns = Patterns
2430
2430
settings.protect_protected_file_patterns = "Protected file patterns (separated using semicolon ';'):"
2431
-
settings.protect_protected_file_patterns_desc = "Protected files are not allowed to be changed directly even if user has rights to add, edit, or delete files in this branch. Multiple patterns can be separated using semicolon (';'). See <a href='https://pkg.go.dev/github.com/gobwas/glob#Compile'>github.com/gobwas/glob</a> documentation for pattern syntax. Examples: <code>.drone.yml</code>, <code>/docs/**/*.txt</code>."
2431
+
settings.protect_protected_file_patterns_desc = "Protected files are not allowed to be changed directly even if user has rights to add, edit, or delete files in this branch. Multiple patterns can be separated using semicolon (';'). See <a href='%[1]s'>%[2]s</a> documentation for pattern syntax. Examples: <code>.drone.yml</code>, <code>/docs/**/*.txt</code>."
2432
2432
settings.protect_unprotected_file_patterns = "Unprotected file patterns (separated using semicolon ';'):"
2433
-
settings.protect_unprotected_file_patterns_desc = "Unprotected files that are allowed to be changed directly if user has write access, bypassing push restriction. Multiple patterns can be separated using semicolon (';'). See <a href='https://pkg.go.dev/github.com/gobwas/glob#Compile'>github.com/gobwas/glob</a> documentation for pattern syntax. Examples: <code>.drone.yml</code>, <code>/docs/**/*.txt</code>."
2433
+
settings.protect_unprotected_file_patterns_desc = "Unprotected files that are allowed to be changed directly if user has write access, bypassing push restriction. Multiple patterns can be separated using semicolon (';'). See <a href='%[1]s'>%[2]s</a> documentation for pattern syntax. Examples: <code>.drone.yml</code>, <code>/docs/**/*.txt</code>."
settings.update_protect_branch_success = Branch protection for rule "%s" has been updated.
@@ -2462,7 +2462,7 @@ settings.tags.protection.allowed.teams = Allowed teams
2462
2462
settings.tags.protection.allowed.noone = No One
2463
2463
settings.tags.protection.create = Protect Tag
2464
2464
settings.tags.protection.none = There are no protected tags.
2465
-
settings.tags.protection.pattern.description = You can use a single name or a glob pattern or regular expression to match multiple tags. Read more in the <a target="_blank"rel="noopener"href="https://docs.gitea.com/usage/protected-tags">protected tags guide</a>.
2465
+
settings.tags.protection.pattern.description = You can use a single name or a glob pattern or regular expression to match multiple tags. Read more in the <a target="_blank"rel="noopener"href="%s">protected tags guide</a>.
2466
2466
settings.bot_token = Bot Token
2467
2467
settings.chat_id = Chat ID
2468
2468
settings.thread_id = Thread ID
@@ -2844,7 +2844,7 @@ last_page = Last
2844
2844
total = Total: %d
2845
2845
settings = Admin Settings
2846
2846
2847
-
dashboard.new_version_hint = Gitea %s is now available, you are running %s. Check <a target="_blank" rel="noreferrer" href="https://blog.gitea.io">the blog</a> for more details.
2847
+
dashboard.new_version_hint = Gitea %s is now available, you are running %s. Check <a target="_blank" rel="noreferrer" href="%s">the blog</a> for more details.
defaulthooks.desc = Webhooks automatically make HTTP POST requests to a server when certain Gitea events trigger. Webhooks defined here are defaults and will be copied into all new repositories. Read more in the <a target="_blank" rel="noopener" href="https://docs.gitea.com/usage/webhooks">webhooks guide</a>.
3039
+
defaulthooks.desc = Webhooks automatically make HTTP POST requests to a server when certain Gitea events trigger. Webhooks defined here are defaults and will be copied into all new repositories. Read more in the <a target="_blank" rel="noopener" href="%s">webhooks guide</a>.
systemhooks.desc = Webhooks automatically make HTTP POST requests to a server when certain Gitea events trigger. Webhooks defined here will act on all repositories on the system, so please consider any performance implications this may have. Read more in the <a target="_blank" rel="noopener" href="https://docs.gitea.com/usage/webhooks">webhooks guide</a>.
3044
+
systemhooks.desc = Webhooks automatically make HTTP POST requests to a server when certain Gitea events trigger. Webhooks defined here will act on all repositories on the system, so please consider any performance implications this may have. Read more in the <a target="_blank" rel="noopener" href="%s">webhooks guide</a>.
3045
3045
systemhooks.add_webhook = Add System Webhook
3046
3046
systemhooks.update_webhook = Update System Webhook
3047
3047
@@ -3136,18 +3136,18 @@ auths.tips = Tips
3136
3136
auths.tips.oauth2.general = OAuth2 Authentication
3137
3137
auths.tips.oauth2.general.tip = When registering a new OAuth2 authentication, the callback/redirect URL should be:
3138
3138
auths.tip.oauth2_provider = OAuth2 Provider
3139
-
auths.tip.bitbucket = Register a new OAuth consumer on https://bitbucket.org/account/user/{your-username}/oauth-consumers/new and add the permission 'Account' - 'Read'
3139
+
auths.tip.bitbucket = Register a new OAuth consumer on %s and add the permission 'Account' - 'Read'
3140
3140
auths.tip.nextcloud = Register a new OAuth consumer on your instance using the following menu "Settings -> Security -> OAuth 2.0 client"
3141
-
auths.tip.dropbox = Create a new application at https://www.dropbox.com/developers/apps
3142
-
auths.tip.facebook = Register a new application at https://developers.facebook.com/apps and add the product "Facebook Login"
3143
-
auths.tip.github = Register a new OAuth application on https://github.com/settings/applications/new
3144
-
auths.tip.gitlab_new = Register a new application on https://gitlab.com/-/profile/applications
3145
-
auths.tip.google_plus = Obtain OAuth2 client credentials from the Google API console at https://console.developers.google.com/
3141
+
auths.tip.dropbox = Create a new application at %s
3142
+
auths.tip.facebook = Register a new application at %s and add the product "Facebook Login"
3143
+
auths.tip.github = Register a new OAuth application on %s
3144
+
auths.tip.gitlab_new = Register a new application on %s
3145
+
auths.tip.google_plus = Obtain OAuth2 client credentials from the Google API console at %s
3146
3146
auths.tip.openid_connect = Use the OpenID Connect Discovery URL "https://{server}/.well-known/openid-configuration" to specify the endpoints
3147
-
auths.tip.twitter = Go to https://dev.twitter.com/apps, create an application and ensure that the “Allow this application to be used to Sign in with Twitter” option is enabled
3148
-
auths.tip.discord = Register a new application on https://discordapp.com/developers/applications/me
3149
-
auths.tip.gitea = Register a new OAuth2 application. Guide can be found at https://docs.gitea.com/development/oauth2-provider
3150
-
auths.tip.yandex = Create a new application at https://oauth.yandex.com/client/new. Select following permissions from the "Yandex.Passport API" section: "Access to email address", "Access to user avatar" and "Access to username, first name and surname, gender"
3147
+
auths.tip.twitter = Go to %s, create an application and ensure that the “Allow this application to be used to Sign in with Twitter” option is enabled
3148
+
auths.tip.discord = Register a new application on %s
3149
+
auths.tip.gitea = Register a new OAuth2 application. Guide can be found at %s
3150
+
auths.tip.yandex = Create a new application at %s. Select following permissions from the "Yandex.Passport API" section: "Access to email address", "Access to user avatar" and "Access to username, first name and surname, gender"
3151
3151
auths.tip.mastodon = Input a custom instance URL for the mastodon instance you want to authenticate with (or use the default one)
3152
3152
auths.edit = Edit Authentication Source
3153
3153
auths.activated = This Authentication Source is Activated
0 commit comments