gitech

Форк
0
/
locale_en-US.ini 
3679 строк · 201.2 Кб
1
home = Home
2
dashboard = Dashboard
3
explore = Explore
4
help = Help
5
logo = Logo
6
sign_in = Sign In
7
sign_in_with_provider = Sign in with %s
8
sign_in_or = or
9
sign_out = Sign Out
10
sign_up = Register
11
link_account = Link Account
12
register = Register
13
version = Version
14
powered_by = Powered by %s
15
page = Page
16
template = Template
17
language = Language
18
notifications = Notifications
19
active_stopwatch = Active Time Tracker
20
tracked_time_summary = Summary of tracked time based on filters of issue list
21
create_new = Create…
22
user_profile_and_more = Profile and Settings…
23
signed_in_as = Signed in as
24
enable_javascript = This website requires JavaScript.
25
toc = Table of Contents
26
licenses = Licenses
27
return_to_gitea = Return to Gitea
28
more_items = More items
29

30
username = Username
31
email = Email Address
32
password = Password
33
access_token = Access Token
34
re_type = Confirm Password
35
captcha = CAPTCHA
36
twofa = Two-Factor Authentication
37
twofa_scratch = Two-Factor Scratch Code
38
passcode = Passcode
39

40
webauthn_insert_key = Insert your security key
41
webauthn_sign_in = Press the button on your security key. If your security key has no button, re-insert it.
42
webauthn_press_button = Please press the button on your security key…
43
webauthn_use_twofa = Use a two-factor code from your phone
44
webauthn_error = Could not read your security key.
45
webauthn_unsupported_browser = Your browser does not currently support WebAuthn.
46
webauthn_error_unknown = An unknown error occurred. Please retry.
47
webauthn_error_insecure = WebAuthn only supports secure connections. For testing over HTTP, you can use the origin "localhost" or "127.0.0.1"
48
webauthn_error_unable_to_process = The server could not process your request.
49
webauthn_error_duplicated = The security key is not permitted for this request. Please make sure that the key is not already registered.
50
webauthn_error_empty = You must set a name for this key.
51
webauthn_error_timeout = Timeout reached before your key could be read. Please reload this page and retry.
52
webauthn_reload = Reload
53

54
repository = Repository
55
organization = Organization
56
mirror = Mirror
57
new_repo = New Repository
58
new_migrate = New Migration
59
new_mirror = New Mirror
60
new_fork = New Repository Fork
61
new_org = New Organization
62
new_project = New Project
63
new_project_column = New Column
64
manage_org = Manage Organizations
65
admin_panel = Site Administration
66
account_settings = Account Settings
67
settings = Settings
68
your_profile = Profile
69
your_starred = Starred
70
your_settings = Settings
71

72
all = All
73
sources = Sources
74
mirrors = Mirrors
75
collaborative = Collaborative
76
forks = Forks
77

78
activities = Activities
79
pull_requests = Pull Requests
80
issues = Issues
81
milestones = Milestones
82

83
ok = OK
84
cancel = Cancel
85
retry = Retry
86
rerun = Re-run
87
rerun_all = Re-run all jobs
88
save = Save
89
add = Add
90
add_all = Add All
91
remove = Remove
92
remove_all = Remove All
93
remove_label_str = Remove item "%s"
94
edit = Edit
95
view = View
96

97
enabled = Enabled
98
disabled = Disabled
99
locked = Locked
100

101
copy = Copy
102
copy_url = Copy URL
103
copy_hash = Copy hash
104
copy_content = Copy content
105
copy_branch = Copy branch name
106
copy_success = Copied!
107
copy_error = Copy failed
108
copy_type_unsupported = This file type cannot be copied
109

110
write = Write
111
preview = Preview
112
loading = Loading…
113

114
error = Error
115
error404 = The page you are trying to reach either <strong>does not exist</strong> or <strong>you are not authorized</strong> to view it.
116
go_back = Go Back
117
invalid_data = Invalid data: %v
118

119
never = Never
120
unknown = Unknown
121

122
rss_feed = RSS Feed
123

124
pin = Pin
125
unpin = Unpin
126

127
artifacts = Artifacts
128
confirm_delete_artifact = Are you sure you want to delete the artifact '%s' ?
129

130
archived = Archived
131

132
concept_system_global = Global
133
concept_user_individual = Individual
134
concept_code_repository = Repository
135
concept_user_organization = Organization
136

137
show_timestamps = Show timestamps
138
show_log_seconds = Show seconds
139
show_full_screen = Show full screen
140
download_logs = Download logs
141

142
confirm_delete_selected = Confirm to delete all selected items?
143

144
name = Name
145
value = Value
146

147
filter = Filter
148
filter.clear = Clear Filter
149
filter.is_archived = Archived
150
filter.not_archived = Not Archived
151
filter.is_fork = Forked
152
filter.not_fork = Not Forked
153
filter.is_mirror = Mirrored
154
filter.not_mirror = Not Mirrored
155
filter.is_template = Template
156
filter.not_template = Not Template
157
filter.public = Public
158
filter.private = Private
159

160
no_results_found = No results found.
161

162
[search]
163
search = Search...
164
type_tooltip = Search type
165
fuzzy = Fuzzy
166
fuzzy_tooltip = Include results that also match the search term closely
167
match = Match
168
match_tooltip = Include only results that match the exact search term
169
repo_kind = Search repos...
170
user_kind = Search users...
171
org_kind = Search orgs...
172
team_kind = Search teams...
173
code_kind = Search code...
174
code_search_unavailable = Code search is currently not available. Please contact the site administrator.
175
code_search_by_git_grep = Current code search results are provided by "git grep". There might be better results if site administrator enables Repository Indexer.
176
package_kind = Search packages...
177
project_kind = Search projects...
178
branch_kind = Search branches...
179
commit_kind = Search commits...
180
runner_kind = Search runners...
181
no_results = No matching results found.
182
keyword_search_unavailable = Searching by keyword is currently not available. Please contact the site administrator.
183

184
[aria]
185
navbar = Navigation Bar
186
footer = Footer
187
footer.software = About Software
188
footer.links = Links
189

190
[heatmap]
191
number_of_contributions_in_the_last_12_months = %s contributions in the last 12 months
192
no_contributions = No contributions
193
less = Less
194
more = More
195

196
[editor]
197
buttons.heading.tooltip = Add heading
198
buttons.bold.tooltip = Add bold text
199
buttons.italic.tooltip = Add italic text
200
buttons.quote.tooltip = Quote text
201
buttons.code.tooltip = Add code
202
buttons.link.tooltip = Add a link
203
buttons.list.unordered.tooltip = Add a bullet list
204
buttons.list.ordered.tooltip = Add a numbered list
205
buttons.list.task.tooltip = Add a list of tasks
206
buttons.mention.tooltip = Mention a user or team
207
buttons.ref.tooltip = Reference an issue or pull request
208
buttons.switch_to_legacy.tooltip = Use the legacy editor instead
209
buttons.enable_monospace_font = Enable monospace font
210
buttons.disable_monospace_font = Disable monospace font
211

212
[filter]
213
string.asc = A - Z
214
string.desc = Z - A
215

216
[error]
217
occurred = An error occurred
218
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.
219
missing_csrf = Bad Request: no CSRF token present
220
invalid_csrf = Bad Request: invalid CSRF token
221
not_found = The target couldn't be found.
222
network_error = Network error
223

224
[startpage]
225
app_desc = A painless, self-hosted Git service
226
install = Easy to install
227
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>.
228
platform = Cross-platform
229
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!
230
lightweight = Lightweight
231
lightweight_desc = Gitea has low minimal requirements and can run on an inexpensive Raspberry Pi. Save your machine energy!
232
license = Open Source
233
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!
234

235
[install]
236
install = Installation
237
title = Initial Configuration
238
docker_helper = If you run Gitea inside Docker, please read the <a target="_blank" rel="noopener noreferrer" href="%s">documentation</a> before changing any settings.
239
require_db_desc = Gitea requires MySQL, PostgreSQL, MSSQL, SQLite3 or TiDB (MySQL protocol).
240
db_title = Database Settings
241
db_type = Database Type
242
host = Host
243
user = Username
244
password = Password
245
db_name = Database Name
246
db_schema = Schema
247
db_schema_helper = Leave blank for database default ("public").
248
ssl_mode = SSL
249
path = Path
250
sqlite_helper = File path for the SQLite3 database.<br>Enter an absolute path if you run Gitea as a service.
251
reinstall_error = You are trying to install into an existing Gitea database
252
reinstall_confirm_message = Re-installing with an existing Gitea database can cause multiple problems. In most cases, you should use your existing "app.ini" to run Gitea. If you know what you are doing, confirm the following:
253
reinstall_confirm_check_1 = The data encrypted by the SECRET_KEY in app.ini may be lost: users may not be able to log in with 2FA/OTP & mirrors may not function correctly. By checking this box you confirm that the current app.ini file contains the correct the SECRET_KEY.
254
reinstall_confirm_check_2 = The repositories and settings may need to be re-synchronized. By checking this box you confirm that you will resynchronize the hooks for the repositories and authorized_keys file manually. You confirm that you will ensure that repository and mirror settings are correct.
255
reinstall_confirm_check_3 = You confirm that you are absolutely sure that this Gitea is running with the correct app.ini location and that you are sure that you have to re-install. You confirm that you acknowledge the above risks.
256
err_empty_db_path = The SQLite3 database path cannot be empty.
257
no_admin_and_disable_registration = You cannot disable user self-registration without creating an administrator account.
258
err_empty_admin_password = The administrator password cannot be empty.
259
err_empty_admin_email = The administrator email cannot be empty.
260
err_admin_name_is_reserved = Administrator Username is invalid, username is reserved
261
err_admin_name_pattern_not_allowed = Administrator username is invalid, the username matches a reserved pattern
262
err_admin_name_is_invalid = Administrator Username is invalid
263

264
general_title = General Settings
265
app_name = Site Title
266
app_name_helper = You can enter your company name here.
267
repo_path = Repository Root Path
268
repo_path_helper = Remote Git repositories will be saved to this directory.
269
lfs_path = Git LFS Root Path
270
lfs_path_helper = Files tracked by Git LFS will be stored in this directory. Leave empty to disable.
271
run_user = Run As Username
272
run_user_helper = The operating system username that Gitea runs as. Note that this user must have access to the repository root path.
273
domain = Server Domain
274
domain_helper = Domain or host address for the server.
275
ssh_port = SSH Server Port
276
ssh_port_helper = Port number your SSH server listens on. Leave empty to disable.
277
http_port = Gitea HTTP Listen Port
278
http_port_helper = Port number the Giteas web server will listen on.
279
app_url = Gitea Base URL
280
app_url_helper = Base address for HTTP(S) clone URLs and email notifications.
281
log_root_path = Log Path
282
log_root_path_helper = Log files will be written to this directory.
283

284
optional_title = Optional Settings
285
email_title = Email Settings
286
smtp_addr = SMTP Host
287
smtp_port = SMTP Port
288
smtp_from = Send Email As
289
smtp_from_invalid = The "Send Email As" address is invalid
290
smtp_from_helper = Email address Gitea will use. Enter a plain email address or use the "Name" <email@example.com> format.
291
mailer_user = SMTP Username
292
mailer_password = SMTP Password
293
register_confirm = Require Email Confirmation to Register
294
mail_notify = Enable Email Notifications
295
server_service_title = Server and Third-Party Service Settings
296
offline_mode = Enable Local Mode
297
offline_mode_popup = Disable third-party content delivery networks and serve all resources locally.
298
disable_gravatar = Disable Gravatar
299
disable_gravatar_popup = Disable Gravatar and third-party avatar sources. A default avatar will be used unless a user locally uploads an avatar.
300
federated_avatar_lookup = Enable Federated Avatars
301
federated_avatar_lookup_popup = Enable federated avatar lookup using Libravatar.
302
disable_registration = Disable Self-Registration
303
disable_registration_popup = Disable user self-registration. Only administrators will be able to create new user accounts.
304
allow_only_external_registration_popup = Allow Registration Only Through External Services
305
openid_signin = Enable OpenID Sign-In
306
openid_signin_popup = Enable user sign-in via OpenID.
307
openid_signup = Enable OpenID Self-Registration
308
openid_signup_popup = Enable OpenID-based user self-registration.
309
enable_captcha = Enable registration CAPTCHA
310
enable_captcha_popup = Require a CAPTCHA for user self-registration.
311
require_sign_in_view = Require Sign-In to View Pages
312
require_sign_in_view_popup = Limit page access to signed-in users. Visitors will only see the sign-in and registration pages.
313
admin_setting_desc = Creating an administrator account is optional. The first registered user will automatically become an administrator.
314
admin_title = Administrator Account Settings
315
admin_name = Administrator Username
316
admin_password = Password
317
confirm_password = Confirm Password
318
admin_email = Email Address
319
install_btn_confirm = Install Gitea
320
test_git_failed = Could not test 'git' command: %v
321
sqlite3_not_available = This Gitea version does not support SQLite3. Please download the official binary version from %s (not the 'gobuild' version).
322
invalid_db_setting = The database settings are invalid: %v
323
invalid_db_table = The database table "%s" is invalid: %v
324
invalid_repo_path = The repository root path is invalid: %v
325
invalid_app_data_path = The app data path is invalid: %v
326
run_user_not_match = The 'run as' username is not the current username: %s -> %s
327
internal_token_failed = Failed to generate internal token: %v
328
secret_key_failed = Failed to generate secret key: %v
329
save_config_failed = Failed to save configuration: %v
330
invalid_admin_setting = Administrator account setting is invalid: %v
331
invalid_log_root_path = The log path is invalid: %v
332
default_keep_email_private = Hide Email Addresses by Default
333
default_keep_email_private_popup = Hide email addresses of new user accounts by default.
334
default_allow_create_organization = Allow Creation of Organizations by Default
335
default_allow_create_organization_popup = Allow new user accounts to create organizations by default.
336
default_enable_timetracking = Enable Time Tracking by Default
337
default_enable_timetracking_popup = Enable time tracking for new repositories by default.
338
no_reply_address = Hidden Email Domain
339
no_reply_address_helper = Domain name for users with a hidden email address. For example, the username 'joe' will be logged in Git as 'joe@noreply.example.org' if the hidden email domain is set to 'noreply.example.org'.
340
password_algorithm = Password Hash Algorithm
341
invalid_password_algorithm = Invalid password hash algorithm
342
password_algorithm_helper = Set the password hashing algorithm. Algorithms have differing requirements and strength. The argon2 algorithm is rather secure but uses a lot of memory and may be inappropriate for small systems.
343
enable_update_checker = Enable Update Checker
344
enable_update_checker_helper = Checks for new version releases periodically by connecting to gitea.io.
345
env_config_keys = Environment Configuration
346
env_config_keys_prompt = The following environment variables will also be applied to your configuration file:
347

348
[home]
349
nav_menu = Navigation Menu
350
uname_holder = Username or Email Address
351
password_holder = Password
352
switch_dashboard_context = Switch Dashboard Context
353
my_repos = Repositories
354
show_more_repos = Show more repositories…
355
collaborative_repos = Collaborative Repositories
356
my_orgs = My Organizations
357
my_mirrors = My Mirrors
358
view_home = View %s
359
filter = Other Filters
360
filter_by_team_repositories = Filter by team repositories
361
feed_of = Feed of "%s"
362

363
show_archived = Archived
364
show_both_archived_unarchived = Showing both archived and unarchived
365
show_only_archived = Showing only archived
366
show_only_unarchived = Showing only unarchived
367

368
show_private = Private
369
show_both_private_public = Showing both public and private
370
show_only_private = Showing only private
371
show_only_public = Showing only public
372

373
issues.in_your_repos = In your repositories
374

375
[explore]
376
repos = Repositories
377
users = Users
378
organizations = Organizations
379
go_to = Go to
380
code = Code
381
code_last_indexed_at = Last indexed %s
382
relevant_repositories_tooltip = Repositories that are forks or that have no topic, no icon, and no description are hidden.
383
relevant_repositories = Only relevant repositories are being shown, <a href="%s">show unfiltered results</a>.
384

385
[auth]
386
create_new_account = Register Account
387
register_helper_msg = Already have an account? Sign in now!
388
social_register_helper_msg = Already have an account? Link it now!
389
disable_register_prompt = Registration is disabled. Please contact your site administrator.
390
disable_register_mail = Email confirmation for registration is disabled.
391
manual_activation_only = Contact your site administrator to complete activation.
392
remember_me = Remember This Device
393
remember_me.compromised = The login token is not valid anymore which may indicate a compromised account. Please check your account for unusual activities.
394
forgot_password_title= Forgot Password
395
forgot_password = Forgot password?
396
sign_up_now = Need an account? Register now.
397
sign_up_successful = Account was successfully created. Welcome!
398
confirmation_mail_sent_prompt_ex = A new confirmation email has been sent to <b>%s</b>. Please check your inbox within the next %s to complete the registration process. If your registration email address is incorrect, you can sign in again and change it.
399
must_change_password = Update your password
400
allow_password_change = Require user to change password (recommended)
401
reset_password_mail_sent_prompt = A confirmation email has been sent to <b>%s</b>. Please check your inbox within the next %s to complete the account recovery process.
402
active_your_account = Activate Your Account
403
account_activated = Account has been activated
404
prohibit_login = Sign In Prohibited
405
prohibit_login_desc = Your account is prohibited from signing in, please contact your site administrator.
406
resent_limit_prompt = You have already requested an activation email recently. Please wait 3 minutes and try again.
407
has_unconfirmed_mail = Hi %s, you have an unconfirmed email address (<b>%s</b>). If you haven't received a confirmation email or need to resend a new one, please click on the button below.
408
change_unconfirmed_mail_address = If your registration email address is incorrect, you can change it here and resend a new confirmation email.
409
resend_mail = Click here to resend your activation email
410
email_not_associate = The email address is not associated with any account.
411
send_reset_mail = Send Account Recovery Email
412
reset_password = Account Recovery
413
invalid_code = Your confirmation code is invalid or has expired.
414
invalid_code_forgot_password = Your confirmation code is invalid or has expired. Click <a href="%s">here</a> to start a new session.
415
invalid_password = Your password does not match the password that was used to create the account.
416
reset_password_helper = Recover Account
417
reset_password_wrong_user = You are signed in as %s, but the account recovery link is meant for %s
418
password_too_short = Password length cannot be less than %d characters.
419
non_local_account = Non-local users cannot update their password through the Gitea web interface.
420
verify = Verify
421
scratch_code = Scratch code
422
use_scratch_code = Use a scratch code
423
twofa_scratch_used = You have used your scratch code. You have been redirected to the two-factor settings page so you may remove your device enrollment or generate a new scratch code.
424
twofa_passcode_incorrect = Your passcode is incorrect. If you misplaced your device, use your scratch code to sign in.
425
twofa_scratch_token_incorrect = Your scratch code is incorrect.
426
login_userpass = Sign In
427
login_openid = OpenID
428
oauth_signup_tab = Register New Account
429
oauth_signup_title = Complete New Account
430
oauth_signup_submit = Complete Account
431
oauth_signin_tab = Link to Existing Account
432
oauth_signin_title = Sign In to Authorize Linked Account
433
oauth_signin_submit = Link Account
434
oauth.signin.error = There was an error processing the authorization request. If this error persists, please contact the site administrator.
435
oauth.signin.error.access_denied = The authorization request was denied.
436
oauth.signin.error.temporarily_unavailable = Authorization failed because the authentication server is temporarily unavailable. Please try again later.
437
openid_connect_submit = Connect
438
openid_connect_title = Connect to an existing account
439
openid_connect_desc = The chosen OpenID URI is unknown. Associate it with a new account here.
440
openid_register_title = Create new account
441
openid_register_desc = The chosen OpenID URI is unknown. Associate it with a new account here.
442
openid_signin_desc = Enter your OpenID URI. For example: alice.openid.example.org or https://openid.example.org/alice.
443
disable_forgot_password_mail = Account recovery is disabled because no email is set up. Please contact your site administrator.
444
disable_forgot_password_mail_admin = Account recovery is only available when email is set up. Please set up email to enable account recovery.
445
email_domain_blacklisted = You cannot register with your email address.
446
authorize_application = Authorize Application
447
authorize_redirect_notice = You will be redirected to %s if you authorize this application.
448
authorize_application_created_by = This application was created by %s.
449
authorize_application_description = If you grant the access, it will be able to access and write to all your account information, including private repos and organisations.
450
authorize_title = Authorize "%s" to access your account?
451
authorization_failed = Authorization failed
452
authorization_failed_desc = The authorization failed because we detected an invalid request. Please contact the maintainer of the app you have tried to authorize.
453
sspi_auth_failed = SSPI authentication failed
454
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.
455
password_pwned_err = Could not complete request to HaveIBeenPwned
456
last_admin = You cannot remove the last admin. There must be at least one admin.
457

458
[mail]
459
view_it_on = View it on %s
460
reply = or reply to this email directly
461
link_not_working_do_paste = Not working? Try copying and pasting it to your browser.
462
hi_user_x = Hi <b>%s</b>,
463

464
activate_account = Please activate your account
465
activate_account.title = %s, please activate your account
466
activate_account.text_1 = Hi <b>%[1]s</b>, thanks for registering at %[2]s!
467
activate_account.text_2 = Please click the following link to activate your account within <b>%s</b>:
468

469
activate_email = Verify your email address
470
activate_email.title = %s, please verify your email address
471
activate_email.text = Please click the following link to verify your email address within <b>%s</b>:
472

473
register_notify = Welcome to Gitea
474
register_notify.title = %[1]s, welcome to %[2]s
475
register_notify.text_1 = this is your registration confirmation email for %s!
476
register_notify.text_2 = You can now login via username: %s.
477
register_notify.text_3 = If this account has been created for you, please <a href="%s">set your password</a> first.
478

479
reset_password = Recover your account
480
reset_password.title = %s, you have requested to recover your account
481
reset_password.text = Please click the following link to recover your account within <b>%s</b>:
482

483
register_success = Registration successful
484

485
issue_assigned.pull = @%[1]s assigned you to pull request %[2]s in repository %[3]s.
486
issue_assigned.issue = @%[1]s assigned you to issue %[2]s in repository %[3]s.
487

488
issue.x_mentioned_you = <b>@%s</b> mentioned you:
489
issue.action.force_push = <b>%[1]s</b> force-pushed the <b>%[2]s</b> from %[3]s to %[4]s.
490
issue.action.push_1 = <b>@%[1]s</b> pushed %[3]d commit to %[2]s
491
issue.action.push_n = <b>@%[1]s</b> pushed %[3]d commits to %[2]s
492
issue.action.close = <b>@%[1]s</b> closed #%[2]d.
493
issue.action.reopen = <b>@%[1]s</b> reopened #%[2]d.
494
issue.action.merge = <b>@%[1]s</b> merged #%[2]d into %[3]s.
495
issue.action.approve = <b>@%[1]s</b> approved this pull request.
496
issue.action.reject = <b>@%[1]s</b> requested changes on this pull request.
497
issue.action.review = <b>@%[1]s</b> commented on this pull request.
498
issue.action.review_dismissed = <b>@%[1]s</b> dismissed last review from %[2]s for this pull request.
499
issue.action.ready_for_review = <b>@%[1]s</b> marked this pull request ready for review.
500
issue.action.new = <b>@%[1]s</b> created #%[2]d.
501
issue.in_tree_path = In %s:
502

503
release.new.subject = %s in %s released
504
release.new.text = <b>@%[1]s</b> released %[2]s in %[3]s
505
release.title = Title: %s
506
release.note = Note:
507
release.downloads = Downloads:
508
release.download.zip = Source Code (ZIP)
509
release.download.targz = Source Code (TAR.GZ)
510

511
repo.transfer.subject_to = %s would like to transfer "%s" to %s
512
repo.transfer.subject_to_you = %s would like to transfer "%s" to you
513
repo.transfer.to_you = you
514
repo.transfer.body = To accept or reject it visit %s or just ignore it.
515

516
repo.collaborator.added.subject = %s added you to %s
517
repo.collaborator.added.text = You have been added as a collaborator of repository:
518

519
team_invite.subject = %[1]s has invited you to join the %[2]s organization
520
team_invite.text_1 = %[1]s has invited you to join team %[2]s in organization %[3]s.
521
team_invite.text_2 = Please click the following link to join the team:
522
team_invite.text_3 = Note: This invitation was intended for %[1]s. If you were not expecting this invitation, you can ignore this email.
523

524
[modal]
525
yes = Yes
526
no = No
527
confirm = Confirm
528
cancel = Cancel
529
modify = Update
530

531
[form]
532
UserName = Username
533
RepoName = Repository name
534
Email = Email address
535
Password = Password
536
Retype = Confirm Password
537
SSHTitle = SSH key name
538
HttpsUrl = HTTPS URL
539
PayloadUrl = Payload URL
540
TeamName = Team name
541
AuthName = Authorization name
542
AdminEmail = Admin email
543

544
NewBranchName = New branch name
545
CommitSummary = Commit summary
546
CommitMessage = Commit message
547
CommitChoice = Commit choice
548
TreeName = File path
549
Content = Content
550

551
SSPISeparatorReplacement = Separator
552
SSPIDefaultLanguage = Default Language
553

554
require_error = ` cannot be empty.`
555
alpha_dash_error = ` should contain only alphanumeric, dash ('-') and underscore ('_') characters.`
556
alpha_dash_dot_error = ` should contain only alphanumeric, dash ('-'), underscore ('_') and dot ('.') characters.`
557
git_ref_name_error = ` must be a well-formed Git reference name.`
558
size_error = ` must be size %s.`
559
min_size_error = ` must contain at least %s characters.`
560
max_size_error = ` must contain at most %s characters.`
561
email_error = ` is not a valid email address.`
562
url_error = `"%s" is not a valid URL.`
563
include_error = ` must contain substring "%s".`
564
glob_pattern_error = ` glob pattern is invalid: %s.`
565
regex_pattern_error = ` regex pattern is invalid: %s.`
566
username_error = ` can only contain alphanumeric chars ('0-9','a-z','A-Z'), dash ('-'), underscore ('_') and dot ('.'). It cannot begin or end with non-alphanumeric chars, and consecutive non-alphanumeric chars are also forbidden.`
567
invalid_group_team_map_error = ` mapping is invalid: %s`
568
unknown_error = Unknown error:
569
captcha_incorrect = The CAPTCHA code is incorrect.
570
password_not_match = The passwords do not match.
571
lang_select_error = Select a language from the list.
572

573
username_been_taken = The username is already taken.
574
username_change_not_local_user = Non-local users are not allowed to change their username.
575
username_has_not_been_changed = Username has not been changed
576
repo_name_been_taken = The repository name is already used.
577
repository_force_private = Force Private is enabled: private repositories cannot be made public.
578
repository_files_already_exist = Files already exist for this repository. Contact the system administrator.
579
repository_files_already_exist.adopt = Files already exist for this repository and can only be Adopted.
580
repository_files_already_exist.delete = Files already exist for this repository. You must delete them.
581
repository_files_already_exist.adopt_or_delete = Files already exist for this repository. Either adopt them or delete them.
582
visit_rate_limit = Remote visit addressed rate limitation.
583
2fa_auth_required = Remote visit required two factors authentication.
584
org_name_been_taken = The organization name is already taken.
585
team_name_been_taken = The team name is already taken.
586
team_no_units_error = Allow access to at least one repository section.
587
email_been_used = The email address is already used.
588
email_invalid = The email address is invalid.
589
email_domain_is_not_allowed = The domain of user email <b>%s</b> conflicts with EMAIL_DOMAIN_ALLOWLIST or EMAIL_DOMAIN_BLOCKLIST. Please ensure your operation is expected.
590
openid_been_used = The OpenID address "%s" is already used.
591
username_password_incorrect = Username or password is incorrect.
592
password_complexity = Password does not pass complexity requirements:
593
password_lowercase_one = At least one lowercase character
594
password_uppercase_one = At least one uppercase character
595
password_digit_one = At least one digit
596
password_special_one = At least one special character (punctuation, brackets, quotes, etc.)
597
enterred_invalid_repo_name = The repository name you entered is incorrect.
598
enterred_invalid_org_name = The organization name you entered is incorrect.
599
enterred_invalid_owner_name = The new owner name is not valid.
600
enterred_invalid_password = The password you entered is incorrect.
601
unset_password = The login user has not set the password.
602
unsupported_login_type = The login type is not supported to delete account.
603
user_not_exist = The user does not exist.
604
team_not_exist = The team does not exist.
605
last_org_owner = You cannot remove the last user from the 'owners' team. There must be at least one owner for an organization.
606
cannot_add_org_to_team = An organization cannot be added as a team member.
607
duplicate_invite_to_team = The user was already invited as a team member.
608
organization_leave_success = You have successfully left the organization %s.
609

610
invalid_ssh_key = Cannot verify your SSH key: %s
611
invalid_gpg_key = Cannot verify your GPG key: %s
612
invalid_ssh_principal = Invalid principal: %s
613
must_use_public_key = The key you provided is a private key. Please do not upload your private key anywhere. Use your public key instead.
614
unable_verify_ssh_key = "Cannot verify the SSH key, double-check it for mistakes."
615
auth_failed = Authentication failed: %v
616

617
still_own_repo = "Your account owns one or more repositories, delete or transfer them first."
618
still_has_org = "Your account is a member of one or more organizations, leave them first."
619
still_own_packages = "Your account owns one or more packages, delete them first."
620
org_still_own_repo = "This organization still owns one or more repositories, delete or transfer them first."
621
org_still_own_packages = "This organization still owns one or more packages, delete them first."
622

623
target_branch_not_exist = Target branch does not exist.
624

625
admin_cannot_delete_self = You cannot delete yourself when you are an admin. Please remove your admin privileges first.
626

627
[user]
628
change_avatar = Change your avatar…
629
joined_on = Joined on %s
630
repositories = Repositories
631
activity = Public Activity
632
followers = Followers
633
starred = Starred Repositories
634
watched = Watched Repositories
635
code = Code
636
projects = Projects
637
overview = Overview
638
following = Following
639
follow = Follow
640
unfollow = Unfollow
641
user_bio = Biography
642
disabled_public_activity = This user has disabled the public visibility of the activity.
643
email_visibility.limited = Your email address is visible to all authenticated users
644
email_visibility.private = Your email address is only visible to you and administrators
645
show_on_map = Show this place on a map
646
settings = User Settings
647

648
form.name_reserved = The username "%s" is reserved.
649
form.name_pattern_not_allowed = The pattern "%s" is not allowed in a username.
650
form.name_chars_not_allowed = User name "%s" contains invalid characters.
651

652
block.block = Block
653
block.block.user = Block user
654
block.block.org = Block user for organization
655
block.block.failure = Failed to block user: %s
656
block.unblock = Unblock
657
block.unblock.failure = Failed to unblock user: %s
658
block.blocked = You have blocked this user.
659
block.title = Block a user
660
block.info = Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
661
block.info_1 = Blocking a user prevents the following actions on your account and your repositories:
662
block.info_2 = following your account
663
block.info_3 = send you notifications by @mentioning your username
664
block.info_4 = inviting you as a collaborator to their repositories
665
block.info_5 = starring, forking or watching on repositories
666
block.info_6 = opening and commenting on issues or pull requests
667
block.info_7 = reacting on your comments in issues or pull requests
668
block.user_to_block = User to block
669
block.note = Note
670
block.note.title = Optional note:
671
block.note.info = The note is not visible to the blocked user.
672
block.note.edit = Edit note
673
block.list = Blocked users
674
block.list.none = You have not blocked any users.
675

676
[settings]
677
profile = Profile
678
account = Account
679
appearance = Appearance
680
password = Password
681
security = Security
682
avatar = Avatar
683
ssh_gpg_keys = SSH / GPG Keys
684
social = Social Accounts
685
applications = Applications
686
orgs = Manage Organizations
687
repos = Repositories
688
delete = Delete Account
689
twofa = Two-Factor Authentication (TOTP)
690
account_link = Linked Accounts
691
organization = Organizations
692
uid = UID
693
webauthn = Two-Factor Authentication (Security Keys)
694

695
public_profile = Public Profile
696
biography_placeholder = Tell us a little bit about yourself! (You can use Markdown)
697
location_placeholder = Share your approximate location with others
698
profile_desc = Control how your profile is show to other users. Your primary email address will be used for notifications, password recovery and web-based Git operations.
699
password_username_disabled = Non-local users are not allowed to change their username. Please contact your site administrator for more details.
700
full_name = Full Name
701
website = Website
702
location = Location
703
update_theme = Update Theme
704
update_profile = Update Profile
705
update_language = Update Language
706
update_language_not_found = Language "%s" is not available.
707
update_language_success = Language has been updated.
708
update_profile_success = Your profile has been updated.
709
change_username = Your username has been changed.
710
change_username_prompt = Note: Changing your username also changes your account URL.
711
change_username_redirect_prompt = The old username will redirect until someone claims it.
712
continue = Continue
713
cancel = Cancel
714
language = Language
715
ui = Theme
716
hidden_comment_types = Hidden comment types
717
hidden_comment_types_description = Comment types checked here will not be shown inside issue pages. Checking "Label" for example removes all "<user> added/removed <label>" comments.
718
hidden_comment_types.ref_tooltip = Comments where this issue was referenced from another issue/commit/…
719
hidden_comment_types.issue_ref_tooltip = Comments where the user changes the branch/tag associated with the issue
720
comment_type_group_reference = Reference
721
comment_type_group_label = Label
722
comment_type_group_milestone = Milestone
723
comment_type_group_assignee = Assignee
724
comment_type_group_title = Title
725
comment_type_group_branch = Branch
726
comment_type_group_time_tracking = Time Tracking
727
comment_type_group_deadline = Deadline
728
comment_type_group_dependency = Dependency
729
comment_type_group_lock = Lock Status
730
comment_type_group_review_request = Review request
731
comment_type_group_pull_request_push = Added commits
732
comment_type_group_project = Project
733
comment_type_group_issue_ref = Issue reference
734
saved_successfully = Your settings were saved successfully.
735
privacy = Privacy
736
keep_activity_private = Hide Activity from profile page
737
keep_activity_private_popup = Makes the activity visible only for you and the admins
738

739
lookup_avatar_by_mail = Look Up Avatar by Email Address
740
federated_avatar_lookup = Federated Avatar Lookup
741
enable_custom_avatar = Use Custom Avatar
742
choose_new_avatar = Choose new avatar
743
update_avatar = Update Avatar
744
delete_current_avatar = Delete Current Avatar
745
uploaded_avatar_not_a_image = The uploaded file is not an image.
746
uploaded_avatar_is_too_big = The uploaded file size (%d KiB) exceeds the maximum size (%d KiB).
747
update_avatar_success = Your avatar has been updated.
748
update_user_avatar_success = The user's avatar has been updated.
749

750
change_password = Update Password
751
old_password = Current Password
752
new_password = New Password
753
retype_new_password = Confirm New Password
754
password_incorrect = The current password is incorrect.
755
change_password_success = Your password has been updated. Sign in using your new password from now on.
756
password_change_disabled = Non-local users cannot update their password through the Gitea web interface.
757

758
emails = Email Addresses
759
manage_emails = Manage Email Addresses
760
manage_themes = Select default theme
761
manage_openid = Manage OpenID Addresses
762
email_desc = Your primary email address will be used for notifications, password recovery and, provided that it is not hidden, web-based Git operations.
763
theme_desc = This will be your default theme across the site.
764
primary = Primary
765
activated = Activated
766
requires_activation = Requires activation
767
primary_email = Make Primary
768
activate_email = Send Activation
769
activations_pending = Activations Pending
770
can_not_add_email_activations_pending = There is a pending activation, try again in a few minutes if you want to add a new email.
771
delete_email = Remove
772
email_deletion = Remove Email Address
773
email_deletion_desc = The email address and related information will be removed from your account. Git commits by this email address will remain unchanged. Continue?
774
email_deletion_success = The email address has been removed.
775
theme_update_success = Your theme was updated.
776
theme_update_error = The selected theme does not exist.
777
openid_deletion = Remove OpenID Address
778
openid_deletion_desc = Removing this OpenID address from your account will prevent you from signing in with it. Continue?
779
openid_deletion_success = The OpenID address has been removed.
780
add_new_email = Add New Email Address
781
add_new_openid = Add New OpenID URI
782
add_email = Add Email Address
783
add_openid = Add OpenID URI
784
add_email_confirmation_sent = A confirmation email has been sent to "%s". Please check your inbox within the next %s to confirm your email address.
785
add_email_success = The new email address has been added.
786
email_preference_set_success = Email preference has been set successfully.
787
add_openid_success = The new OpenID address has been added.
788
keep_email_private = Hide Email Address
789
keep_email_private_popup = This will hide your email address from your profile, as well as when you make a pull request or edit a file using the web interface. Pushed commits will not be modified. Use %s in commits to associate them with your account.
790
openid_desc = OpenID lets you delegate authentication to an external provider.
791

792
manage_ssh_keys = Manage SSH Keys
793
manage_ssh_principals = Manage SSH Certificate Principals
794
manage_gpg_keys = Manage GPG Keys
795
add_key = Add Key
796
ssh_desc = These public SSH keys are associated with your account. The corresponding private keys allow full access to your repositories.
797
principal_desc = These SSH certificate principals are associated with your account and allow full access to your repositories.
798
gpg_desc = These public GPG keys are associated with your account. Keep your private keys safe as they allow commits to be verified.
799
ssh_helper = <strong>Need help?</strong> Have a look at GitHub's guide to <a href="%s">create your own SSH keys</a> or solve <a href="%s">common problems</a> you may encounter using SSH.
800
gpg_helper = <strong>Need help?</strong> Have a look at GitHub's guide <a href="%s">about GPG</a>.
801
add_new_key = Add SSH Key
802
add_new_gpg_key = Add GPG Key
803
key_content_ssh_placeholder = Begins with 'ssh-ed25519', 'ssh-rsa', 'ecdsa-sha2-nistp256', 'ecdsa-sha2-nistp384', 'ecdsa-sha2-nistp521', 'sk-ecdsa-sha2-nistp256@openssh.com', or 'sk-ssh-ed25519@openssh.com'
804
key_content_gpg_placeholder = Begins with '-----BEGIN PGP PUBLIC KEY BLOCK-----'
805
add_new_principal = Add Principal
806
ssh_key_been_used = This SSH key has already been added to the server.
807
ssh_key_name_used = An SSH key with same name already exists on your account.
808
ssh_principal_been_used = This principal has already been added to the server.
809
gpg_key_id_used = A public GPG key with same ID already exists.
810
gpg_no_key_email_found = This GPG key does not match any activated email address associated with your account. It may still be added if you sign the provided token.
811
gpg_key_matched_identities = Matched Identities:
812
gpg_key_matched_identities_long=The embedded identities in this key match the following activated email addresses for this user. Commits matching these email addresses can be verified with this key.
813
gpg_key_verified=Verified Key
814
gpg_key_verified_long=Key has been verified with a token and can be used to verify commits matching any activated email addresses for this user in addition to any matched identities for this key.
815
gpg_key_verify=Verify
816
gpg_invalid_token_signature = The provided GPG key, signature and token do not match or token is out-of-date.
817
gpg_token_required = You must provide a signature for the below token
818
gpg_token = Token
819
gpg_token_help = You can generate a signature using:
820
gpg_token_signature = Armored GPG signature
821
key_signature_gpg_placeholder = Begins with '-----BEGIN PGP SIGNATURE-----'
822
verify_gpg_key_success = GPG key "%s" has been verified.
823
ssh_key_verified=Verified Key
824
ssh_key_verified_long=Key has been verified with a token and can be used to verify commits matching any activated email addresses for this user.
825
ssh_key_verify=Verify
826
ssh_invalid_token_signature = The provided SSH key, signature or token do not match or token is out-of-date.
827
ssh_token_required = You must provide a signature for the below token
828
ssh_token = Token
829
ssh_token_help = You can generate a signature using:
830
ssh_token_signature = Armored SSH signature
831
key_signature_ssh_placeholder = Begins with '-----BEGIN SSH SIGNATURE-----'
832
verify_ssh_key_success = SSH key "%s" has been verified.
833
subkeys = Subkeys
834
key_id = Key ID
835
key_name = Key Name
836
key_content = Content
837
principal_content = Content
838
add_key_success = The SSH key "%s" has been added.
839
add_gpg_key_success = The GPG key "%s" has been added.
840
add_principal_success = The SSH certificate principal "%s" has been added.
841
delete_key = Remove
842
ssh_key_deletion = Remove SSH Key
843
gpg_key_deletion = Remove GPG Key
844
ssh_principal_deletion = Remove SSH Certificate Principal
845
ssh_key_deletion_desc = Removing an SSH key revokes its access to your account. Continue?
846
gpg_key_deletion_desc = Removing a GPG key un-verifies commits signed by it. Continue?
847
ssh_principal_deletion_desc = Removing a SSH Certificate Principal revokes its access to your account. Continue?
848
ssh_key_deletion_success = The SSH key has been removed.
849
gpg_key_deletion_success = The GPG key has been removed.
850
ssh_principal_deletion_success = The principal has been removed.
851
added_on = Added on %s
852
valid_until_date = Valid until %s
853
valid_forever = Valid forever
854
last_used = Last used on
855
no_activity = No recent activity
856
can_read_info = Read
857
can_write_info = Write
858
key_state_desc = This key has been used in the last 7 days
859
token_state_desc = This token has been used in the last 7 days
860
principal_state_desc = This principal has been used in the last 7 days
861
show_openid = Show on profile
862
hide_openid = Hide from profile
863
ssh_disabled = SSH Disabled
864
ssh_signonly = SSH is currently disabled so these keys are only used for commit signature verification.
865
ssh_externally_managed = This SSH key is externally managed for this user
866
manage_social = Manage Associated Social Accounts
867
social_desc = These social accounts can be used to sign in to your account. Make sure you recognize all of them.
868
unbind = Unlink
869
unbind_success = The social account has been removed successfully.
870

871
manage_access_token = Manage Access Tokens
872
generate_new_token = Generate New Token
873
tokens_desc = These tokens grant access to your account using the Gitea API.
874
token_name = Token Name
875
generate_token = Generate Token
876
generate_token_success = Your new token has been generated. Copy it now as it will not be shown again.
877
generate_token_name_duplicate = <strong>%s</strong> has been used as an application name already. Please use a new one.
878
delete_token = Delete
879
access_token_deletion = Delete Access Token
880
access_token_deletion_cancel_action = Cancel
881
access_token_deletion_confirm_action = Delete
882
access_token_deletion_desc = Deleting a token will revoke access to your account for applications using it. This cannot be undone. Continue?
883
delete_token_success = The token has been deleted. Applications using it no longer have access to your account.
884
repo_and_org_access = Repository and Organization Access
885
permissions_public_only = Public only
886
permissions_access_all = All (public, private, and limited)
887
select_permissions = Select permissions
888
permission_no_access = No Access
889
permission_read = Read
890
permission_write = Read and Write
891
access_token_desc = Selected token permissions limit authorization only to the corresponding <a %s>API</a> routes. Read the <a %s>documentation</a> for more information.
892
at_least_one_permission = You must select at least one permission to create a token
893
permissions_list = Permissions:
894

895
manage_oauth2_applications = Manage OAuth2 Applications
896
edit_oauth2_application = Edit OAuth2 Application
897
oauth2_applications_desc = OAuth2 applications enables your third-party application to securely authenticate users at this Gitea instance.
898
remove_oauth2_application = Remove OAuth2 Application
899
remove_oauth2_application_desc = Removing an OAuth2 application will revoke access to all signed access tokens. Continue?
900
remove_oauth2_application_success = The application has been deleted.
901
create_oauth2_application = Create a new OAuth2 Application
902
create_oauth2_application_button = Create Application
903
create_oauth2_application_success = You have successfully created a new OAuth2 application.
904
update_oauth2_application_success = You have successfully updated the OAuth2 application.
905
oauth2_application_name = Application Name
906
oauth2_confidential_client = Confidential Client. Select for apps that keep the secret confidential, such as web apps. Do not select for native apps including desktop and mobile apps.
907
oauth2_redirect_uris = Redirect URIs. Please use a new line for every URI.
908
save_application = Save
909
oauth2_client_id = Client ID
910
oauth2_client_secret = Client Secret
911
oauth2_regenerate_secret = Regenerate Secret
912
oauth2_regenerate_secret_hint = Lost your secret?
913
oauth2_client_secret_hint = The secret will not be shown again after you leave or refresh this page. Please ensure that you have saved it.
914
oauth2_application_edit = Edit
915
oauth2_application_create_description = OAuth2 applications gives your third-party application access to user accounts on this instance.
916
oauth2_application_remove_description = Removing an OAuth2 application will prevent it from accessing authorized user accounts on this instance. Continue?
917
oauth2_application_locked = Gitea pre-registers some OAuth2 applications on startup if enabled in config. To prevent unexpected behavior, these can neither be edited nor removed. Please refer to the OAuth2 documentation for more information.
918

919
authorized_oauth2_applications = Authorized OAuth2 Applications
920
authorized_oauth2_applications_description = You have granted access to your personal Gitea account to these third party applications. Please revoke access for applications you no longer need.
921
revoke_key = Revoke
922
revoke_oauth2_grant = Revoke Access
923
revoke_oauth2_grant_description = Revoking access for this third party application will prevent this application from accessing your data. Are you sure?
924
revoke_oauth2_grant_success = Access revoked successfully.
925

926
twofa_desc = To protect your account against password theft, you can use a smartphone or another device for receiving time-based one-time passwords ("TOTP").
927
twofa_recovery_tip = If you lose your device, you will be able to use a single-use recovery key to regain access to your account.
928
twofa_is_enrolled = Your account is currently <strong>enrolled</strong> in two-factor authentication.
929
twofa_not_enrolled = Your account is not currently enrolled in two-factor authentication.
930
twofa_disable = Disable Two-Factor Authentication
931
twofa_scratch_token_regenerate = Regenerate Single-Use Recovery Key
932
twofa_scratch_token_regenerated = Your single-use recovery key is now %s. Store it in a safe place, as it will not be shown again.
933
twofa_enroll = Enroll into Two-Factor Authentication
934
twofa_disable_note = You can disable two-factor authentication if needed.
935
twofa_disable_desc = Disabling two-factor authentication will make your account less secure. Continue?
936
regenerate_scratch_token_desc = If you misplaced your recovery key or have already used it to sign in, you can reset it here.
937
twofa_disabled = Two-factor authentication has been disabled.
938
scan_this_image = Scan this image with your authentication application:
939
or_enter_secret = Or enter the secret: %s
940
then_enter_passcode = And enter the passcode shown in the application:
941
passcode_invalid = The passcode is incorrect. Try again.
942
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.
943
twofa_failed_get_secret = Failed to get secret.
944

945
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.
946
webauthn_register_key = Add Security Key
947
webauthn_nickname = Nickname
948
webauthn_delete_key = Remove Security Key
949
webauthn_delete_key_desc = If you remove a security key you can no longer sign in with it. Continue?
950
webauthn_key_loss_warning = If you lose your security keys, you will lose access to your account.
951
webauthn_alternative_tip = You may want to configure an additional authentication method.
952

953
manage_account_links = Manage Linked Accounts
954
manage_account_links_desc = These external accounts are linked to your Gitea account.
955
account_links_not_available = There are currently no external accounts linked to your Gitea account.
956
link_account = Link Account
957
remove_account_link = Remove Linked Account
958
remove_account_link_desc = Removing a linked account will revoke its access to your Gitea account. Continue?
959
remove_account_link_success = The linked account has been removed.
960

961
hooks.desc = Add webhooks which will be triggered for <strong>all repositories</strong> that you own.
962

963
orgs_none = You are not a member of any organizations.
964
repos_none = You do not own any repositories.
965

966
delete_account = Delete Your Account
967
delete_prompt = This operation will permanently delete your user account. It <strong>CANNOT</strong> be undone.
968
delete_with_all_comments = Your account is younger than %s. To avoid ghost comments, all issue/PR comments will be deleted with it.
969
confirm_delete_account = Confirm Deletion
970
delete_account_title = Delete User Account
971
delete_account_desc = Are you sure you want to permanently delete this user account?
972

973
email_notifications.enable = Enable Email Notifications
974
email_notifications.onmention = Only Email on Mention
975
email_notifications.disable = Disable Email Notifications
976
email_notifications.submit = Set Email Preference
977
email_notifications.andyourown = And Your Own Notifications
978

979
visibility = User visibility
980
visibility.public = Public
981
visibility.public_tooltip = Visible to everyone
982
visibility.limited = Limited
983
visibility.limited_tooltip = Visible only to authenticated users
984
visibility.private = Private
985
visibility.private_tooltip = Visible only to members of organizations you have joined
986

987
[repo]
988
new_repo_helper = A repository contains all project files, including revision history. Already hosting one elsewhere? <a href="%s">Migrate repository.</a>
989
owner = Owner
990
owner_helper = Some organizations may not show up in the dropdown due to a maximum repository count limit.
991
repo_name = Repository Name
992
repo_name_helper = Good repository names use short, memorable and unique keywords.
993
repo_size = Repository Size
994
template = Template
995
template_select = Select a template.
996
template_helper = Make repository a template
997
template_description = Template repositories let users generate new repositories with the same directory structure, files, and optional settings.
998
visibility = Visibility
999
visibility_description = Only the owner or the organization members if they have rights, will be able to see it.
1000
visibility_helper = Make repository private
1001
visibility_helper_forced = Your site administrator forces new repositories to be private.
1002
visibility_fork_helper = (Changing this will affect all forks.)
1003
clone_helper = Need help cloning? Visit <a target="_blank" rel="noopener noreferrer" href="%s">Help</a>.
1004
fork_repo = Fork Repository
1005
fork_from = Fork From
1006
already_forked = You've already forked %s
1007
fork_to_different_account = Fork to a different account
1008
fork_visibility_helper = The visibility of a forked repository cannot be changed.
1009
fork_branch = Branch to be cloned to the fork
1010
all_branches = All branches
1011
fork_no_valid_owners = This repository can not be forked because there are no valid owners.
1012
fork.blocked_user = Cannot fork the repository because you are blocked by the repository owner.
1013
use_template = Use this template
1014
open_with_editor = Open with %s
1015
download_zip = Download ZIP
1016
download_tar = Download TAR.GZ
1017
download_bundle = Download BUNDLE
1018
generate_repo = Generate Repository
1019
generate_from = Generate From
1020
repo_desc = Description
1021
repo_desc_helper = Enter short description (optional)
1022
repo_lang = Language
1023
repo_gitignore_helper = Select .gitignore templates.
1024
repo_gitignore_helper_desc = Choose which files not to track from a list of templates for common languages. Typical artifacts generated by each language's build tools are included on .gitignore by default.
1025
issue_labels = Issue Labels
1026
issue_labels_helper = Select an issue label set.
1027
license = License
1028
license_helper = Select a license file.
1029
license_helper_desc = A license governs what others can and can't do with your code. Not sure which one is right for your project? See <a target="_blank" rel="noopener noreferrer" href="%s">Choose a license.</a>
1030
object_format = Object Format
1031
object_format_helper = Object format of the repository. Cannot be changed later. SHA1 is most compatible.
1032
readme = README
1033
readme_helper = Select a README file template.
1034
readme_helper_desc = This is the place where you can write a complete description for your project.
1035
auto_init = Initialize Repository (Adds .gitignore, License and README)
1036
trust_model_helper = Select trust model for signature verification. Possible options are:
1037
trust_model_helper_collaborator = Collaborator: Trust signatures by collaborators
1038
trust_model_helper_committer = Committer: Trust signatures that match committers
1039
trust_model_helper_collaborator_committer = Collaborator+Committer: Trust signatures by collaborators which match the committer
1040
trust_model_helper_default = Default: Use the default trust model for this installation
1041
create_repo = Create Repository
1042
default_branch = Default Branch
1043
default_branch_label = default
1044
default_branch_helper = The default branch is the base branch for pull requests and code commits.
1045
mirror_prune = Prune
1046
mirror_prune_desc = Remove obsolete remote-tracking references
1047
mirror_interval = Mirror Interval (valid time units are 'h', 'm', 's'). 0 to disable periodic sync. (Minimum interval: %s)
1048
mirror_interval_invalid = The mirror interval is not valid.
1049
mirror_sync = synced
1050
mirror_sync_on_commit = Sync when commits are pushed
1051
mirror_address = Clone From URL
1052
mirror_address_desc = Put any required credentials in the Authorization section.
1053
mirror_address_url_invalid = The provided URL is invalid. You must escape all components of the url correctly.
1054
mirror_address_protocol_invalid = The provided URL is invalid. Only http(s):// or git:// locations can be used for mirroring.
1055
mirror_lfs = Large File Storage (LFS)
1056
mirror_lfs_desc = Activate mirroring of LFS data.
1057
mirror_lfs_endpoint = LFS Endpoint
1058
mirror_lfs_endpoint_desc = Sync will attempt to use the clone url to <a target="_blank" rel="noopener noreferrer" href="%s">determine the LFS server</a>. You can also specify a custom endpoint if the repository LFS data is stored somewhere else.
1059
mirror_last_synced = Last Synchronized
1060
mirror_password_placeholder = (Unchanged)
1061
mirror_password_blank_placeholder = (Unset)
1062
mirror_password_help = Change the username to erase a stored password.
1063
watchers = Watchers
1064
stargazers = Stargazers
1065
stars_remove_warning = This will remove all stars from this repository.
1066
forks = Forks
1067
stars = Stars
1068
reactions_more = and %d more
1069
unit_disabled = The site administrator has disabled this repository section.
1070
language_other = Other
1071
adopt_search = Enter username to search for unadopted repositories... (leave blank to find all)
1072
adopt_preexisting_label = Adopt Files
1073
adopt_preexisting = Adopt pre-existing files
1074
adopt_preexisting_content = Create repository from %s
1075
adopt_preexisting_success = Adopted files and created repository from %s
1076
delete_preexisting_label = Delete
1077
delete_preexisting = Delete pre-existing files
1078
delete_preexisting_content = Delete files in %s
1079
delete_preexisting_success = Deleted unadopted files in %s
1080
blame_prior = View blame prior to this change
1081
blame.ignore_revs = Ignoring revisions in <a href="%s">.git-blame-ignore-revs</a>. Click <a href="%s">here to bypass</a> and see the normal blame view.
1082
blame.ignore_revs.failed = Failed to ignore revisions in <a href="%s">.git-blame-ignore-revs</a>.
1083
author_search_tooltip = Shows a maximum of 30 users
1084

1085
tree_path_not_found_commit = Path %[1]s doesn't exist in commit %[2]s
1086
tree_path_not_found_branch = Path %[1]s doesn't exist in branch %[2]s
1087
tree_path_not_found_tag = Path %[1]s doesn't exist in tag %[2]s
1088

1089
transfer.accept = Accept Transfer
1090
transfer.accept_desc = Transfer to "%s"
1091
transfer.reject = Reject Transfer
1092
transfer.reject_desc = Cancel transfer to "%s"
1093
transfer.no_permission_to_accept = You do not have permission to accept this transfer.
1094
transfer.no_permission_to_reject = You do not have permission to reject this transfer.
1095

1096
desc.private = Private
1097
desc.public = Public
1098
desc.template = Template
1099
desc.internal = Internal
1100
desc.archived = Archived
1101
desc.sha256 = SHA256
1102

1103
template.items = Template Items
1104
template.git_content = Git Content (Default Branch)
1105
template.git_hooks = Git Hooks
1106
template.git_hooks_tooltip = You are currently unable to modify or remove Git Hooks once added. Select this only if you trust the template repository.
1107
template.webhooks = Webhooks
1108
template.topics = Topics
1109
template.avatar = Avatar
1110
template.issue_labels = Issue Labels
1111
template.one_item = Must select at least one template item
1112
template.invalid = Must select a template repository
1113

1114
archive.title = This repo is archived. You can view files and clone it, but cannot push or open issues or pull requests.
1115
archive.title_date = This repository has been archived on %s. You can view files and clone it, but cannot push or open issues or pull requests.
1116
archive.issue.nocomment = This repo is archived. You cannot comment on issues.
1117
archive.pull.nocomment = This repo is archived. You cannot comment on pull requests.
1118

1119
form.reach_limit_of_creation_1 = The owner has already reached the limit of %d repository.
1120
form.reach_limit_of_creation_n = The owner has already reached the limit of %d repositories.
1121
form.name_reserved = The repository name "%s" is reserved.
1122
form.name_pattern_not_allowed = The pattern "%s" is not allowed in a repository name.
1123

1124
need_auth = Authorization
1125
migrate_options = Migration Options
1126
migrate_service = Migration Service
1127
migrate_options_mirror_helper = This repository will be a mirror
1128
migrate_options_lfs = Migrate LFS files
1129
migrate_options_lfs_endpoint.label = LFS Endpoint
1130
migrate_options_lfs_endpoint.description = Migration will attempt to use your Git remote to <a target="_blank" rel="noopener noreferrer" href="%s">determine the LFS server</a>. You can also specify a custom endpoint if the repository LFS data is stored somewhere else.
1131
migrate_options_lfs_endpoint.description.local = A local server path is supported too.
1132
migrate_options_lfs_endpoint.placeholder = If left blank, the endpoint will be derived from the clone URL
1133
migrate_items = Migration Items
1134
migrate_items_wiki = Wiki
1135
migrate_items_milestones = Milestones
1136
migrate_items_labels = Labels
1137
migrate_items_issues = Issues
1138
migrate_items_pullrequests = Pull Requests
1139
migrate_items_merge_requests = Merge Requests
1140
migrate_items_releases = Releases
1141
migrate_repo = Migrate Repository
1142
migrate.clone_address = Migrate / Clone From URL
1143
migrate.clone_address_desc = The HTTP(S) or Git 'clone' URL of an existing repository
1144
migrate.github_token_desc = You can put one or more tokens with comma separated here to make migrating faster because of GitHub API rate limit. WARN: Abusing this feature may violate the service provider's policy and lead to account blocking.
1145
migrate.clone_local_path = or a local server path
1146
migrate.permission_denied = You are not allowed to import local repositories.
1147
migrate.permission_denied_blocked = You cannot import from disallowed hosts, please ask the admin to check ALLOWED_DOMAINS/ALLOW_LOCALNETWORKS/BLOCKED_DOMAINS settings.
1148
migrate.invalid_local_path = "The local path is invalid. It doesn't exist or is not a directory."
1149
migrate.invalid_lfs_endpoint = The LFS endpoint is not valid.
1150
migrate.failed = Migration failed: %v
1151
migrate.migrate_items_options = Access Token is required to migrate additional items
1152
migrated_from = Migrated from <a href="%[1]s">%[2]s</a>
1153
migrated_from_fake = Migrated From %[1]s
1154
migrate.migrate = Migrate From %s
1155
migrate.migrating = Migrating from <b>%s</b> ...
1156
migrate.migrating_failed = Migrating from <b>%s</b> failed.
1157
migrate.migrating_failed.error = Failed to migrate: %s
1158
migrate.migrating_failed_no_addr = Migration failed.
1159
migrate.github.description = Migrate data from github.com or other GitHub instances.
1160
migrate.git.description = Migrate a repository only from any Git service.
1161
migrate.gitlab.description = Migrate data from gitlab.com or other GitLab instances.
1162
migrate.gitea.description = Migrate data from gitea.com or other Gitea instances.
1163
migrate.gogs.description = Migrate data from notabug.org or other Gogs instances.
1164
migrate.onedev.description = Migrate data from code.onedev.io or other OneDev instances.
1165
migrate.codebase.description = Migrate data from codebasehq.com.
1166
migrate.gitbucket.description = Migrate data from GitBucket instances.
1167
migrate.migrating_git = Migrating Git Data
1168
migrate.migrating_topics = Migrating Topics
1169
migrate.migrating_milestones = Migrating Milestones
1170
migrate.migrating_labels = Migrating Labels
1171
migrate.migrating_releases = Migrating Releases
1172
migrate.migrating_issues = Migrating Issues
1173
migrate.migrating_pulls = Migrating Pull Requests
1174
migrate.cancel_migrating_title = Cancel Migration
1175
migrate.cancel_migrating_confirm = Do you want to cancel this migration?
1176

1177
mirror_from = mirror of
1178
forked_from = forked from
1179
generated_from = generated from
1180
fork_from_self = You cannot fork a repository you own.
1181
fork_guest_user = Sign in to fork this repository.
1182
watch_guest_user = Sign in to watch this repository.
1183
star_guest_user = Sign in to star this repository.
1184
unwatch = Unwatch
1185
watch = Watch
1186
unstar = Unstar
1187
star = Star
1188
fork = Fork
1189
action.blocked_user = Cannot perform action because you are blocked by the repository owner.
1190
download_archive = Download Repository
1191
more_operations = More Operations
1192

1193
no_desc = No Description
1194
quick_guide = Quick Guide
1195
clone_this_repo = Clone this repository
1196
cite_this_repo = Cite this repository
1197
create_new_repo_command = Creating a new repository on the command line
1198
push_exist_repo = Pushing an existing repository from the command line
1199
empty_message = This repository does not contain any content.
1200
broken_message = The Git data underlying this repository cannot be read. Contact the administrator of this instance or delete this repository.
1201

1202
code = Code
1203
code.desc = Access source code, files, commits and branches.
1204
branch = Branch
1205
tree = Tree
1206
clear_ref = `Clear current reference`
1207
filter_branch_and_tag = Filter branch or tag
1208
find_tag = Find tag
1209
branches = Branches
1210
tags = Tags
1211
issues = Issues
1212
pulls = Pull Requests
1213
project_board = Projects
1214
packages = Packages
1215
actions = Actions
1216
labels = Labels
1217
org_labels_desc = Organization level labels that can be used with <strong>all repositories</strong> under this organization
1218
org_labels_desc_manage = manage
1219

1220
milestones = Milestones
1221
commits = Commits
1222
commit = Commit
1223
release = Release
1224
releases = Releases
1225
tag = Tag
1226
released_this = released this
1227
tagged_this = tagged this
1228
file.title = %s at %s
1229
file_raw = Raw
1230
file_history = History
1231
file_view_source = View Source
1232
file_view_rendered = View Rendered
1233
file_view_raw = View Raw
1234
file_permalink = Permalink
1235
file_too_large = The file is too large to be shown.
1236
code_preview_line_from_to = Lines %[1]d to %[2]d in %[3]s
1237
code_preview_line_in = Line %[1]d in %[2]s
1238
invisible_runes_header = `This file contains invisible Unicode characters`
1239
invisible_runes_description = `This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.`
1240
ambiguous_runes_header = `This file contains ambiguous Unicode characters`
1241
ambiguous_runes_description = `This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.`
1242
invisible_runes_line = `This line has invisible unicode characters`
1243
ambiguous_runes_line = `This line has ambiguous unicode characters`
1244
ambiguous_character = `%[1]c [U+%04[1]X] can be confused with %[2]c [U+%04[2]X]`
1245

1246
escape_control_characters = Escape
1247
unescape_control_characters = Unescape
1248
file_copy_permalink = Copy Permalink
1249
view_git_blame = View Git Blame
1250
video_not_supported_in_browser = Your browser does not support the HTML5 'video' tag.
1251
audio_not_supported_in_browser = Your browser does not support the HTML5 'audio' tag.
1252
stored_lfs = Stored with Git LFS
1253
symbolic_link = Symbolic link
1254
executable_file = Executable File
1255
vendored = Vendored
1256
generated = Generated
1257
commit_graph = Commit Graph
1258
commit_graph.select = Select branches
1259
commit_graph.hide_pr_refs = Hide Pull Requests
1260
commit_graph.monochrome = Mono
1261
commit_graph.color = Color
1262
commit.contained_in = This commit is contained in:
1263
commit.contained_in_default_branch = This commit is part of the default branch
1264
commit.load_referencing_branches_and_tags = Load branches and tags referencing this commit
1265
blame = Blame
1266
download_file = Download file
1267
normal_view = Normal View
1268
line = line
1269
lines = lines
1270
from_comment = (comment)
1271

1272
editor.add_file = Add File
1273
editor.new_file = New File
1274
editor.upload_file = Upload File
1275
editor.edit_file = Edit File
1276
editor.preview_changes = Preview Changes
1277
editor.cannot_edit_lfs_files = LFS files cannot be edited in the web interface.
1278
editor.cannot_edit_non_text_files = Binary files cannot be edited in the web interface.
1279
editor.edit_this_file = Edit File
1280
editor.this_file_locked = File is locked
1281
editor.must_be_on_a_branch = You must be on a branch to make or propose changes to this file.
1282
editor.fork_before_edit = You must fork this repository to make or propose changes to this file.
1283
editor.delete_this_file = Delete File
1284
editor.must_have_write_access = You must have write access to make or propose changes to this file.
1285
editor.file_delete_success = File "%s" has been deleted.
1286
editor.name_your_file = Name your file…
1287
editor.filename_help = Add a directory by typing its name followed by a slash ('/'). Remove a directory by typing backspace at the beginning of the input field.
1288
editor.or = or
1289
editor.cancel_lower = Cancel
1290
editor.commit_signed_changes = Commit Signed Changes
1291
editor.commit_changes = Commit Changes
1292
editor.add_tmpl = Add '<filename>'
1293
editor.add = Add %s
1294
editor.update = Update %s
1295
editor.delete = Delete %s
1296
editor.patch = Apply Patch
1297
editor.patching = Patching:
1298
editor.fail_to_apply_patch = Unable to apply patch "%s"
1299
editor.new_patch = New Patch
1300
editor.commit_message_desc = Add an optional extended description…
1301
editor.signoff_desc = Add a Signed-off-by trailer by the committer at the end of the commit log message.
1302
editor.commit_directly_to_this_branch = Commit directly to the <strong class="branch-name">%s</strong> branch.
1303
editor.create_new_branch = Create a <strong>new branch</strong> for this commit and start a pull request.
1304
editor.create_new_branch_np = Create a <strong>new branch</strong> for this commit.
1305
editor.propose_file_change = Propose file change
1306
editor.new_branch_name = Name the new branch for this commit
1307
editor.new_branch_name_desc = New branch name…
1308
editor.cancel = Cancel
1309
editor.filename_cannot_be_empty = The filename cannot be empty.
1310
editor.filename_is_invalid = The filename is invalid: "%s".
1311
editor.branch_does_not_exist = Branch "%s" does not exist in this repository.
1312
editor.branch_already_exists = Branch "%s" already exists in this repository.
1313
editor.directory_is_a_file = Directory name "%s" is already used as a filename in this repository.
1314
editor.file_is_a_symlink = `"%s" is a symbolic link. Symbolic links cannot be edited in the web editor`
1315
editor.filename_is_a_directory = Filename "%s" is already used as a directory name in this repository.
1316
editor.file_editing_no_longer_exists = The file being edited, "%s", no longer exists in this repository.
1317
editor.file_deleting_no_longer_exists = The file being deleted, "%s", no longer exists in this repository.
1318
editor.file_changed_while_editing = The file contents have changed since you started editing. <a target="_blank" rel="noopener noreferrer" href="%s">Click here</a> to see them or <strong>Commit Changes again</strong> to overwrite them.
1319
editor.file_already_exists = A file named "%s" already exists in this repository.
1320
editor.commit_id_not_matching = The Commit ID does not match the ID when you began editing.  Commit into a patch branch and then merge.
1321
editor.push_out_of_date = The push appears to be out of date.
1322
editor.commit_empty_file_header = Commit an empty file
1323
editor.commit_empty_file_text = The file you're about to commit is empty. Proceed?
1324
editor.no_changes_to_show = There are no changes to show.
1325
editor.fail_to_update_file = Failed to update/create file "%s".
1326
editor.fail_to_update_file_summary = Error Message:
1327
editor.push_rejected_no_message = The change was rejected by the server without a message. Please check Git Hooks.
1328
editor.push_rejected = The change was rejected by the server. Please check Git Hooks.
1329
editor.push_rejected_summary = Full Rejection Message:
1330
editor.add_subdir = Add a directory…
1331
editor.unable_to_upload_files = Failed to upload files to "%s" with error: %v
1332
editor.upload_file_is_locked = File "%s" is locked by %s.
1333
editor.upload_files_to_dir = Upload files to "%s"
1334
editor.cannot_commit_to_protected_branch = Cannot commit to protected branch "%s".
1335
editor.no_commit_to_branch = Unable to commit directly to branch because:
1336
editor.user_no_push_to_branch = User cannot push to branch
1337
editor.require_signed_commit = Branch requires a signed commit
1338
editor.cherry_pick = Cherry-pick %s onto:
1339
editor.revert = Revert %s onto:
1340

1341
commits.desc = Browse source code change history.
1342
commits.commits = Commits
1343
commits.no_commits = No commits in common. "%s" and "%s" have entirely different histories.
1344
commits.nothing_to_compare = These branches are equal.
1345
commits.search.tooltip = You can prefix keywords with "author:", "committer:", "after:", or "before:", e.g. "revert author:Alice before:2019-01-13".
1346
commits.search_branch = This Branch
1347
commits.search_all = All Branches
1348
commits.author = Author
1349
commits.message = Message
1350
commits.date = Date
1351
commits.older = Older
1352
commits.newer = Newer
1353
commits.signed_by = Signed by
1354
commits.signed_by_untrusted_user = Signed by untrusted user
1355
commits.signed_by_untrusted_user_unmatched = Signed by untrusted user who does not match committer
1356
commits.gpg_key_id = GPG Key ID
1357
commits.ssh_key_fingerprint = SSH Key Fingerprint
1358
commits.view_path=View at this point in history
1359

1360
commit.operations = Operations
1361
commit.revert = Revert
1362
commit.revert-header = Revert: %s
1363
commit.revert-content = Select branch to revert onto:
1364
commit.cherry-pick = Cherry-pick
1365
commit.cherry-pick-header = Cherry-pick: %s
1366
commit.cherry-pick-content = Select branch to cherry-pick onto:
1367

1368
commitstatus.error = Error
1369
commitstatus.failure = Failure
1370
commitstatus.pending = Pending
1371
commitstatus.success = Success
1372

1373
ext_issues = Access to External Issues
1374
ext_issues.desc = Link to an external issue tracker.
1375

1376
projects = Projects
1377
projects.desc = Manage issues and pulls in project boards.
1378
projects.description = Description (optional)
1379
projects.description_placeholder = Description
1380
projects.create = Create Project
1381
projects.title = Title
1382
projects.new = New Project
1383
projects.new_subheader = Coordinate, track, and update your work in one place, so projects stay transparent and on schedule.
1384
projects.create_success = The project "%s" has been created.
1385
projects.deletion = Delete Project
1386
projects.deletion_desc = Deleting a project removes it from all related issues. Continue?
1387
projects.deletion_success = The project has been deleted.
1388
projects.edit = Edit Project
1389
projects.edit_subheader = Projects organize issues and track progress.
1390
projects.modify = Edit Project
1391
projects.edit_success = Project "%s" has been updated.
1392
projects.type.none = "None"
1393
projects.type.basic_kanban = "Basic Kanban"
1394
projects.type.bug_triage = "Bug Triage"
1395
projects.template.desc = "Template"
1396
projects.template.desc_helper = "Select a project template to get started"
1397
projects.column.edit = "Edit Column"
1398
projects.column.edit_title = "Name"
1399
projects.column.new_title = "Name"
1400
projects.column.new_submit = "Create Column"
1401
projects.column.new = "New Column"
1402
projects.column.set_default = "Set Default"
1403
projects.column.set_default_desc = "Set this column as default for uncategorized issues and pulls"
1404
projects.column.delete = "Delete Column"
1405
projects.column.deletion_desc = "Deleting a project column moves all related issues to the default column. Continue?"
1406
projects.column.color = "Color"
1407
projects.open = Open
1408
projects.close = Close
1409
projects.column.assigned_to = Assigned to
1410
projects.card_type.desc = "Card Previews"
1411
projects.card_type.images_and_text = "Images and Text"
1412
projects.card_type.text_only = "Text Only"
1413

1414
issues.desc = Organize bug reports, tasks and milestones.
1415
issues.filter_assignees = Filter Assignee
1416
issues.filter_milestones = Filter Milestone
1417
issues.filter_projects = Filter Project
1418
issues.filter_labels = Filter Label
1419
issues.filter_reviewers = Filter Reviewer
1420
issues.new = New Issue
1421
issues.new.title_empty = Title cannot be empty
1422
issues.new.labels = Labels
1423
issues.new.no_label = No Label
1424
issues.new.clear_labels = Clear labels
1425
issues.new.projects = Projects
1426
issues.new.clear_projects = Clear projects
1427
issues.new.no_projects = No project
1428
issues.new.open_projects = Open Projects
1429
issues.new.closed_projects = Closed Projects
1430
issues.new.no_items = No items
1431
issues.new.milestone = Milestone
1432
issues.new.no_milestone = No Milestone
1433
issues.new.clear_milestone = Clear milestone
1434
issues.new.open_milestone = Open Milestones
1435
issues.new.closed_milestone = Closed Milestones
1436
issues.new.assignees = Assignees
1437
issues.new.clear_assignees = Clear assignees
1438
issues.new.no_assignees = No Assignees
1439
issues.new.no_reviewers = No reviewers
1440
issues.new.blocked_user = Cannot create issue because you are blocked by the repository owner.
1441
issues.edit.blocked_user = Cannot edit content because you are blocked by the poster or repository owner.
1442
issues.choose.get_started = Get Started
1443
issues.choose.open_external_link = Open
1444
issues.choose.blank = Default
1445
issues.choose.blank_about = Create an issue from default template.
1446
issues.choose.ignore_invalid_templates = Invalid templates have been ignored
1447
issues.choose.invalid_templates = %v invalid template(s) found
1448
issues.choose.invalid_config = The issue config contains errors:
1449
issues.no_ref = No Branch/Tag Specified
1450
issues.create = Create Issue
1451
issues.new_label = New Label
1452
issues.new_label_placeholder = Label name
1453
issues.new_label_desc_placeholder = Description
1454
issues.create_label = Create Label
1455
issues.label_templates.title = Load a predefined set of labels
1456
issues.label_templates.info = No labels exist yet. Create a label with 'New Label' or use a predefined label set:
1457
issues.label_templates.helper = Select a label set
1458
issues.label_templates.use = Use Label Set
1459
issues.label_templates.fail_to_load_file = Failed to load label template file "%s": %v
1460
issues.add_label = added the %s label %s
1461
issues.add_labels = added the %s labels %s
1462
issues.remove_label = removed the %s label %s
1463
issues.remove_labels = removed the %s labels %s
1464
issues.add_remove_labels = added %s and removed %s labels %s
1465
issues.add_milestone_at = `added this to the <b>%s</b> milestone %s`
1466
issues.add_project_at = `added this to the <b>%s</b> project %s`
1467
issues.change_milestone_at = `modified the milestone from <b>%s</b> to <b>%s</b> %s`
1468
issues.change_project_at = `modified the project from <b>%s</b> to <b>%s</b> %s`
1469
issues.remove_milestone_at = `removed this from the <b>%s</b> milestone %s`
1470
issues.remove_project_at = `removed this from the <b>%s</b> project %s`
1471
issues.deleted_milestone = `(deleted)`
1472
issues.deleted_project = `(deleted)`
1473
issues.self_assign_at = `self-assigned this %s`
1474
issues.add_assignee_at = `was assigned by <b>%s</b> %s`
1475
issues.remove_assignee_at = `was unassigned by <b>%s</b> %s`
1476
issues.remove_self_assignment = `removed their assignment %s`
1477
issues.change_title_at = `changed title from <b><strike>%s</strike></b> to <b>%s</b> %s`
1478
issues.change_ref_at = `changed reference from <b><strike>%s</strike></b> to <b>%s</b> %s`
1479
issues.remove_ref_at = `removed reference <b>%s</b> %s`
1480
issues.add_ref_at = `added reference <b>%s</b> %s`
1481
issues.delete_branch_at = `deleted branch <b>%s</b> %s`
1482
issues.filter_label = Label
1483
issues.filter_label_exclude = `Use <code>alt</code> + <code>click/enter</code> to exclude labels`
1484
issues.filter_label_no_select = All labels
1485
issues.filter_label_select_no_label = No label
1486
issues.filter_milestone = Milestone
1487
issues.filter_milestone_all = All milestones
1488
issues.filter_milestone_none = No milestones
1489
issues.filter_milestone_open = Open milestones
1490
issues.filter_milestone_closed = Closed milestones
1491
issues.filter_project = Project
1492
issues.filter_project_all = All projects
1493
issues.filter_project_none = No project
1494
issues.filter_assignee = Assignee
1495
issues.filter_assginee_no_select = All assignees
1496
issues.filter_assginee_no_assignee = No assignee
1497
issues.filter_poster = Author
1498
issues.filter_poster_no_select = All authors
1499
issues.filter_type = Type
1500
issues.filter_type.all_issues = All issues
1501
issues.filter_type.assigned_to_you = Assigned to you
1502
issues.filter_type.created_by_you = Created by you
1503
issues.filter_type.mentioning_you = Mentioning you
1504
issues.filter_type.review_requested = Review requested
1505
issues.filter_type.reviewed_by_you = Reviewed by you
1506
issues.filter_sort = Sort
1507
issues.filter_sort.latest = Newest
1508
issues.filter_sort.oldest = Oldest
1509
issues.filter_sort.recentupdate = Recently updated
1510
issues.filter_sort.leastupdate = Least recently updated
1511
issues.filter_sort.mostcomment = Most commented
1512
issues.filter_sort.leastcomment = Least commented
1513
issues.filter_sort.nearduedate = Nearest due date
1514
issues.filter_sort.farduedate = Farthest due date
1515
issues.filter_sort.moststars = Most stars
1516
issues.filter_sort.feweststars = Fewest stars
1517
issues.filter_sort.mostforks = Most forks
1518
issues.filter_sort.fewestforks = Fewest forks
1519
issues.action_open = Open
1520
issues.action_close = Close
1521
issues.action_label = Label
1522
issues.action_milestone = Milestone
1523
issues.action_milestone_no_select = No milestone
1524
issues.action_assignee = Assignee
1525
issues.action_assignee_no_select = No assignee
1526
issues.action_check = Check/Uncheck
1527
issues.action_check_all = Check/Uncheck all items
1528
issues.opened_by = opened %[1]s by <a href="%[2]s">%[3]s</a>
1529
pulls.merged_by = by <a href="%[2]s">%[3]s</a> was merged %[1]s
1530
pulls.merged_by_fake = by %[2]s was merged %[1]s
1531
issues.closed_by = by <a href="%[2]s">%[3]s</a> was closed %[1]s
1532
issues.opened_by_fake = opened %[1]s by %[2]s
1533
issues.closed_by_fake = by %[2]s was closed %[1]s
1534
issues.previous = Previous
1535
issues.next = Next
1536
issues.open_title = Open
1537
issues.closed_title = Closed
1538
issues.draft_title = Draft
1539
issues.num_comments_1 = %d comment
1540
issues.num_comments = %d comments
1541
issues.commented_at = `commented <a href="#%s">%s</a>`
1542
issues.delete_comment_confirm = Are you sure you want to delete this comment?
1543
issues.context.copy_link = Copy Link
1544
issues.context.quote_reply = Quote Reply
1545
issues.context.reference_issue = Reference in New Issue
1546
issues.context.edit = Edit
1547
issues.context.delete = Delete
1548
issues.no_content = No description provided.
1549
issues.close = Close Issue
1550
issues.comment_pull_merged_at = merged commit %[1]s into %[2]s %[3]s
1551
issues.comment_manually_pull_merged_at = manually merged commit %[1]s into %[2]s %[3]s
1552
issues.close_comment_issue = Comment and Close
1553
issues.reopen_issue = Reopen
1554
issues.reopen_comment_issue = Comment and Reopen
1555
issues.create_comment = Comment
1556
issues.comment.blocked_user = Cannot create or edit comment because you are blocked by the poster or repository owner.
1557
issues.closed_at = `closed this issue <a id="%[1]s" href="#%[1]s">%[2]s</a>`
1558
issues.reopened_at = `reopened this issue <a id="%[1]s" href="#%[1]s">%[2]s</a>`
1559
issues.commit_ref_at = `referenced this issue from a commit <a id="%[1]s" href="#%[1]s">%[2]s</a>`
1560
issues.ref_issue_from = `<a href="%[3]s">referenced this issue %[4]s</a> <a id="%[1]s" href="#%[1]s">%[2]s</a>`
1561
issues.ref_pull_from = `<a href="%[3]s">referenced this pull request %[4]s</a> <a id="%[1]s" href="#%[1]s">%[2]s</a>`
1562
issues.ref_closing_from = `<a href="%[3]s">referenced a pull request %[4]s that will close this issue</a> <a id="%[1]s" href="#%[1]s">%[2]s</a>`
1563
issues.ref_reopening_from = `<a href="%[3]s">referenced a pull request %[4]s that will reopen this issue</a> <a id="%[1]s" href="#%[1]s">%[2]s</a>`
1564
issues.ref_closed_from = `<a href="%[3]s">closed this issue %[4]s</a> <a id="%[1]s" href="#%[1]s">%[2]s</a>`
1565
issues.ref_reopened_from = `<a href="%[3]s">reopened this issue %[4]s</a> <a id="%[1]s" href="#%[1]s">%[2]s</a>`
1566
issues.ref_from = `from %[1]s`
1567
issues.author = Author
1568
issues.author_helper = This user is the author.
1569
issues.role.owner = Owner
1570
issues.role.owner_helper = This user is the owner of this repository.
1571
issues.role.member = Member
1572
issues.role.member_helper = This user is a member of the organization owning this repository.
1573
issues.role.collaborator = Collaborator
1574
issues.role.collaborator_helper = This user has been invited to collaborate on the repository.
1575
issues.role.first_time_contributor = First-time contributor
1576
issues.role.first_time_contributor_helper = This is the first contribution of this user to the repository.
1577
issues.role.contributor = Contributor
1578
issues.role.contributor_helper = This user has previously committed to the repository.
1579
issues.re_request_review=Re-request review
1580
issues.is_stale = There have been changes to this PR since this review
1581
issues.remove_request_review=Remove review request
1582
issues.remove_request_review_block=Can't remove review request
1583
issues.dismiss_review = Dismiss Review
1584
issues.dismiss_review_warning = Are you sure you want to dismiss this review?
1585
issues.sign_in_require_desc = <a href="%s">Sign in</a> to join this conversation.
1586
issues.edit = Edit
1587
issues.cancel = Cancel
1588
issues.save = Save
1589
issues.label_title = Name
1590
issues.label_description = Description
1591
issues.label_color = Color
1592
issues.label_exclusive = Exclusive
1593
issues.label_archive = Archive Label
1594
issues.label_archived_filter = Show archived labels
1595
issues.label_archive_tooltip = Archived labels are excluded by default from the suggestions when searching by label.
1596
issues.label_exclusive_desc = Name the label <code>scope/item</code> to make it mutually exclusive with other <code>scope/</code> labels.
1597
issues.label_exclusive_warning = Any conflicting scoped labels will be removed when editing the labels of an issue or pull request.
1598
issues.label_count = %d labels
1599
issues.label_open_issues = %d open issues/pull requests
1600
issues.label_edit = Edit
1601
issues.label_delete = Delete
1602
issues.label_modify = Edit Label
1603
issues.label_deletion = Delete Label
1604
issues.label_deletion_desc = Deleting a label removes it from all issues. Continue?
1605
issues.label_deletion_success = The label has been deleted.
1606
issues.label.filter_sort.alphabetically = Alphabetically
1607
issues.label.filter_sort.reverse_alphabetically = Reverse alphabetically
1608
issues.label.filter_sort.by_size = Smallest size
1609
issues.label.filter_sort.reverse_by_size = Largest size
1610
issues.num_participants = %d Participants
1611
issues.attachment.open_tab = `Click to see "%s" in a new tab`
1612
issues.attachment.download = `Click to download "%s"`
1613
issues.subscribe = Subscribe
1614
issues.unsubscribe = Unsubscribe
1615
issues.unpin_issue = Unpin Issue
1616
issues.max_pinned = "You can't pin more issues"
1617
issues.pin_comment = "pinned this %s"
1618
issues.unpin_comment = "unpinned this %s"
1619
issues.lock = Lock conversation
1620
issues.unlock = Unlock conversation
1621
issues.lock.unknown_reason = Cannot lock an issue with an unknown reason.
1622
issues.lock_duplicate = An issue cannot be locked twice.
1623
issues.unlock_error = Cannot unlock an issue that is not locked.
1624
issues.lock_with_reason = "locked as <strong>%s</strong> and limited conversation to collaborators %s"
1625
issues.lock_no_reason = "locked and limited conversation to collaborators %s"
1626
issues.unlock_comment = "unlocked this conversation %s"
1627
issues.lock_confirm = Lock
1628
issues.unlock_confirm = Unlock
1629
issues.lock.notice_1 = - Other users can’t add new comments to this issue.
1630
issues.lock.notice_2 = - You and other collaborators with access to this repository can still leave comments that others can see.
1631
issues.lock.notice_3 = - You can always unlock this issue again in the future.
1632
issues.unlock.notice_1 = - Everyone would be able to comment on this issue once more.
1633
issues.unlock.notice_2 = - You can always lock this issue again in the future.
1634
issues.lock.reason = Reason for locking
1635
issues.lock.title = Lock conversation on this issue.
1636
issues.unlock.title = Unlock conversation on this issue.
1637
issues.comment_on_locked = You cannot comment on a locked issue.
1638
issues.delete = Delete
1639
issues.delete.title = Delete this issue?
1640
issues.delete.text = Do you really want to delete this issue? (This will permanently remove all content. Consider closing it instead, if you intend to keep it archived)
1641
issues.tracker = Time Tracker
1642
issues.start_tracking_short = Start Timer
1643
issues.start_tracking = Start Time Tracking
1644
issues.start_tracking_history = `started working %s`
1645
issues.tracker_auto_close = Timer will be stopped automatically when this issue gets closed
1646
issues.tracking_already_started = `You have already started time tracking on <a href="%s">another issue</a>!`
1647
issues.stop_tracking = Stop Timer
1648
issues.stop_tracking_history = `stopped working %s`
1649
issues.cancel_tracking = Discard
1650
issues.cancel_tracking_history = `canceled time tracking %s`
1651
issues.add_time = Manually Add Time
1652
issues.del_time = Delete this time log
1653
issues.add_time_short = Add Time
1654
issues.add_time_cancel = Cancel
1655
issues.add_time_history = `added spent time %s`
1656
issues.del_time_history= `deleted spent time %s`
1657
issues.add_time_hours = Hours
1658
issues.add_time_minutes = Minutes
1659
issues.add_time_sum_to_small = No time was entered.
1660
issues.time_spent_total = Total Time Spent
1661
issues.time_spent_from_all_authors = `Total Time Spent: %s`
1662
issues.due_date = Due Date
1663
issues.invalid_due_date_format = "Due date format must be 'yyyy-mm-dd'."
1664
issues.error_modifying_due_date = "Failed to modify the due date."
1665
issues.error_removing_due_date = "Failed to remove the due date."
1666
issues.push_commit_1 = "added %d commit %s"
1667
issues.push_commits_n = "added %d commits %s"
1668
issues.force_push_codes = `force-pushed %[1]s from <a class="ui sha" href="%[3]s"><code>%[2]s</code></a> to <a class="ui sha" href="%[5]s"><code>%[4]s</code></a> %[6]s`
1669
issues.force_push_compare = Compare
1670
issues.due_date_form = "yyyy-mm-dd"
1671
issues.due_date_form_add = "Add due date"
1672
issues.due_date_form_edit = "Edit"
1673
issues.due_date_form_remove = "Remove"
1674
issues.due_date_not_writer = "You need write access to this repository in order to update the due date of an issue."
1675
issues.due_date_not_set = "No due date set."
1676
issues.due_date_added = "added the due date %s %s"
1677
issues.due_date_modified = "modified the due date from %[2]s to %[1]s %[3]s"
1678
issues.due_date_remove = "removed the due date %s %s"
1679
issues.due_date_overdue = "Overdue"
1680
issues.due_date_invalid = "The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'."
1681
issues.dependency.title = Dependencies
1682
issues.dependency.issue_no_dependencies = No dependencies set.
1683
issues.dependency.pr_no_dependencies = No dependencies set.
1684
issues.dependency.no_permission_1 = "You do not have permission to read %d dependency"
1685
issues.dependency.no_permission_n = "You do not have permission to read %d dependencies"
1686
issues.dependency.no_permission.can_remove = "You do not have permission to read this dependency but can remove this dependency"
1687
issues.dependency.add = Add dependency…
1688
issues.dependency.cancel = Cancel
1689
issues.dependency.remove = Remove
1690
issues.dependency.remove_info = Remove this dependency
1691
issues.dependency.added_dependency = `added a new dependency %s`
1692
issues.dependency.removed_dependency = `removed a dependency %s`
1693
issues.dependency.pr_closing_blockedby = Closing this pull request is blocked by the following issues
1694
issues.dependency.issue_closing_blockedby = Closing this issue is blocked by the following issues
1695
issues.dependency.issue_close_blocks = This issue blocks closing of the following issues
1696
issues.dependency.pr_close_blocks = This pull request blocks closing of the following issues
1697
issues.dependency.issue_close_blocked = You need to close all issues blocking this issue before you can close it.
1698
issues.dependency.issue_batch_close_blocked = "Cannot batch close issues that you choose, because issue #%d still has open dependencies"
1699
issues.dependency.pr_close_blocked = You need to close all issues blocking this pull request before you can merge it.
1700
issues.dependency.blocks_short = Blocks
1701
issues.dependency.blocked_by_short = Depends on
1702
issues.dependency.remove_header = Remove Dependency
1703
issues.dependency.issue_remove_text = This will remove the dependency from this issue. Continue?
1704
issues.dependency.pr_remove_text = This will remove the dependency from this pull request. Continue?
1705
issues.dependency.setting = Enable Dependencies For Issues and Pull Requests
1706
issues.dependency.add_error_same_issue = You cannot make an issue depend on itself.
1707
issues.dependency.add_error_dep_issue_not_exist = Dependent issue does not exist.
1708
issues.dependency.add_error_dep_not_exist = Dependency does not exist.
1709
issues.dependency.add_error_dep_exists = Dependency already exists.
1710
issues.dependency.add_error_cannot_create_circular = You cannot create a dependency with two issues blocking each other.
1711
issues.dependency.add_error_dep_not_same_repo = Both issues must be in the same repository.
1712
issues.review.self.approval = You cannot approve your own pull request.
1713
issues.review.self.rejection = You cannot request changes on your own pull request.
1714
issues.review.approve = "approved these changes %s"
1715
issues.review.comment = "reviewed %s"
1716
issues.review.dismissed = "dismissed %s’s review %s"
1717
issues.review.dismissed_label = Dismissed
1718
issues.review.left_comment = left a comment
1719
issues.review.content.empty = You need to leave a comment indicating the requested change(s).
1720
issues.review.reject = "requested changes %s"
1721
issues.review.wait = "was requested for review %s"
1722
issues.review.add_review_request = "requested review from %s %s"
1723
issues.review.remove_review_request = "removed review request for %s %s"
1724
issues.review.remove_review_request_self = "refused to review %s"
1725
issues.review.pending = Pending
1726
issues.review.pending.tooltip = This comment is not currently visible to other users. To submit your pending comments, select "%s" -> "%s/%s/%s" at the top of the page.
1727
issues.review.review = Review
1728
issues.review.reviewers = Reviewers
1729
issues.review.outdated = Outdated
1730
issues.review.outdated_description = Content has changed since this comment was made
1731
issues.review.option.show_outdated_comments = Show outdated comments
1732
issues.review.option.hide_outdated_comments = Hide outdated comments
1733
issues.review.show_outdated = Show outdated
1734
issues.review.hide_outdated = Hide outdated
1735
issues.review.show_resolved = Show resolved
1736
issues.review.hide_resolved = Hide resolved
1737
issues.review.resolve_conversation = Resolve conversation
1738
issues.review.un_resolve_conversation = Unresolve conversation
1739
issues.review.resolved_by = marked this conversation as resolved
1740
issues.assignee.error = Not all assignees was added due to an unexpected error.
1741
issues.reference_issue.body = Body
1742
issues.content_history.deleted = deleted
1743
issues.content_history.edited = edited
1744
issues.content_history.created = created
1745
issues.content_history.delete_from_history = Delete from history
1746
issues.content_history.delete_from_history_confirm = Delete from history?
1747
issues.content_history.options = Options
1748
issues.reference_link = Reference: %s
1749

1750
compare.compare_base = base
1751
compare.compare_head = compare
1752

1753
pulls.desc = Enable pull requests and code reviews.
1754
pulls.new = New Pull Request
1755
pulls.new.blocked_user = Cannot create pull request because you are blocked by the repository owner.
1756
pulls.view = View Pull Request
1757
pulls.compare_changes = New Pull Request
1758
pulls.allow_edits_from_maintainers = Allow edits from maintainers
1759
pulls.allow_edits_from_maintainers_desc = Users with write access to the base branch can also push to this branch
1760
pulls.allow_edits_from_maintainers_err = Updating failed
1761
pulls.compare_changes_desc = Select the branch to merge into and the branch to pull from.
1762
pulls.has_viewed_file = Viewed
1763
pulls.has_changed_since_last_review = Changed since your last review
1764
pulls.viewed_files_label = %[1]d / %[2]d files viewed
1765
pulls.expand_files = Expand all files
1766
pulls.collapse_files = Collapse all files
1767
pulls.compare_base = merge into
1768
pulls.compare_compare = pull from
1769
pulls.switch_comparison_type = Switch comparison type
1770
pulls.switch_head_and_base = Switch head and base
1771
pulls.filter_branch = Filter branch
1772
pulls.show_all_commits = Show all commits
1773
pulls.show_changes_since_your_last_review = Show changes since your last review
1774
pulls.showing_only_single_commit = Showing only changes of commit %[1]s
1775
pulls.showing_specified_commit_range = Showing only changes between %[1]s..%[2]s
1776
pulls.select_commit_hold_shift_for_range = Select commit. Hold shift + click to select a range
1777
pulls.review_only_possible_for_full_diff = Review is only possible when viewing the full diff
1778
pulls.filter_changes_by_commit = Filter by commit
1779
pulls.nothing_to_compare = These branches are equal. There is no need to create a pull request.
1780
pulls.nothing_to_compare_have_tag = The selected branch/tag are equal.
1781
pulls.nothing_to_compare_and_allow_empty_pr = These branches are equal. This PR will be empty.
1782
pulls.has_pull_request = `A pull request between these branches already exists: <a href="%[1]s">%[2]s#%[3]d</a>`
1783
pulls.create = Create Pull Request
1784
pulls.title_desc = wants to merge %[1]d commits from <code>%[2]s</code> into <code id="branch_target">%[3]s</code>
1785
pulls.merged_title_desc = merged %[1]d commits from <code>%[2]s</code> into <code>%[3]s</code> %[4]s
1786
pulls.change_target_branch_at = `changed target branch from <b>%s</b> to <b>%s</b> %s`
1787
pulls.tab_conversation = Conversation
1788
pulls.tab_commits = Commits
1789
pulls.tab_files = Files Changed
1790
pulls.reopen_to_merge = Please reopen this pull request to perform a merge.
1791
pulls.cant_reopen_deleted_branch = This pull request cannot be reopened because the branch was deleted.
1792
pulls.merged = Merged
1793
pulls.merged_success = Pull request successfully merged and closed
1794
pulls.closed = Pull request closed
1795
pulls.manually_merged = Manually merged
1796
pulls.merged_info_text = The branch %s can now be deleted.
1797
pulls.is_closed = The pull request has been closed.
1798
pulls.title_wip_desc = `<a href="#">Start the title with <strong>%s</strong></a> to prevent the pull request from being merged accidentally.`
1799
pulls.cannot_merge_work_in_progress = This pull request is marked as a work in progress.
1800
pulls.still_in_progress = Still in progress?
1801
pulls.add_prefix = Add <strong>%s</strong> prefix
1802
pulls.remove_prefix = Remove <strong>%s</strong> prefix
1803
pulls.data_broken = This pull request is broken due to missing fork information.
1804
pulls.files_conflicted = This pull request has changes conflicting with the target branch.
1805
pulls.is_checking = "Merge conflict checking is in progress. Try again in few moments."
1806
pulls.is_ancestor = "This branch is already included in the target branch. There is nothing to merge."
1807
pulls.is_empty = "The changes on this branch are already on the target branch. This will be an empty commit."
1808
pulls.required_status_check_failed = Some required checks were not successful.
1809
pulls.required_status_check_missing = Some required checks are missing.
1810
pulls.required_status_check_administrator = As an administrator, you may still merge this pull request.
1811
pulls.blocked_by_approvals = "This pull request doesn't have enough approvals yet. %d of %d approvals granted."
1812
pulls.blocked_by_rejection = "This pull request has changes requested by an official reviewer."
1813
pulls.blocked_by_official_review_requests = "This pull request has official review requests."
1814
pulls.blocked_by_outdated_branch = "This pull request is blocked because it's outdated."
1815
pulls.blocked_by_changed_protected_files_1= "This pull request is blocked because it changes a protected file:"
1816
pulls.blocked_by_changed_protected_files_n= "This pull request is blocked because it changes protected files:"
1817
pulls.can_auto_merge_desc = This pull request can be merged automatically.
1818
pulls.cannot_auto_merge_desc = This pull request cannot be merged automatically due to conflicts.
1819
pulls.cannot_auto_merge_helper = Merge manually to resolve the conflicts.
1820
pulls.num_conflicting_files_1 = "%d conflicting file"
1821
pulls.num_conflicting_files_n = "%d conflicting files"
1822
pulls.approve_count_1 = "%d approval"
1823
pulls.approve_count_n = "%d approvals"
1824
pulls.reject_count_1 = "%d change request"
1825
pulls.reject_count_n = "%d change requests"
1826
pulls.waiting_count_1 = "%d waiting review"
1827
pulls.waiting_count_n = "%d waiting reviews"
1828
pulls.wrong_commit_id = "commit id must be a commit id on the target branch"
1829

1830
pulls.no_merge_desc = This pull request cannot be merged because all repository merge options are disabled.
1831
pulls.no_merge_helper = Enable merge options in the repository settings or merge the pull request manually.
1832
pulls.no_merge_wip = This pull request cannot be merged because it is marked as being a work in progress.
1833
pulls.no_merge_not_ready = This pull request is not ready to be merged, check review status and status checks.
1834
pulls.no_merge_access = You are not authorized to merge this pull request.
1835
pulls.merge_pull_request = Create merge commit
1836
pulls.rebase_merge_pull_request = Rebase then fast-forward
1837
pulls.rebase_merge_commit_pull_request = Rebase then create merge commit
1838
pulls.squash_merge_pull_request = Create squash commit
1839
pulls.fast_forward_only_merge_pull_request = Fast-forward only
1840
pulls.merge_manually = Manually merged
1841
pulls.merge_commit_id = The merge commit ID
1842
pulls.require_signed_wont_sign = The branch requires signed commits but this merge will not be signed
1843

1844
pulls.invalid_merge_option = You cannot use this merge option for this pull request.
1845
pulls.merge_conflict = Merge Failed: There was a conflict whilst merging. Hint: Try a different strategy
1846
pulls.merge_conflict_summary = Error Message
1847
pulls.rebase_conflict = Merge Failed: There was a conflict whilst rebasing commit: %[1]s. Hint: Try a different strategy
1848
pulls.rebase_conflict_summary = Error Message
1849
pulls.unrelated_histories = Merge Failed: The merge head and base do not share a common history. Hint: Try a different strategy
1850
pulls.merge_out_of_date = Merge Failed: Whilst generating the merge, the base was updated. Hint: Try again.
1851
pulls.head_out_of_date = Merge Failed: Whilst generating the merge, the head was updated. Hint: Try again.
1852
pulls.has_merged = Failed: The pull request has been merged, you cannot merge again or change the target branch.
1853
pulls.push_rejected = Push Failed: The push was rejected. Review the Git Hooks for this repository.
1854
pulls.push_rejected_summary = Full Rejection Message
1855
pulls.push_rejected_no_message = Push Failed: The push was rejected but there was no remote message. Review the Git Hooks for this repository
1856
pulls.open_unmerged_pull_exists = `You cannot perform a reopen operation because there is a pending pull request (#%d) with identical properties.`
1857
pulls.status_checking = Some checks are pending
1858
pulls.status_checks_success = All checks were successful
1859
pulls.status_checks_warning = Some checks reported warnings
1860
pulls.status_checks_failure = Some checks failed
1861
pulls.status_checks_error = Some checks reported errors
1862
pulls.status_checks_requested = Required
1863
pulls.status_checks_details = Details
1864
pulls.status_checks_hide_all = Hide all checks
1865
pulls.status_checks_show_all = Show all checks
1866
pulls.update_branch = Update branch by merge
1867
pulls.update_branch_rebase = Update branch by rebase
1868
pulls.update_branch_success = Branch update was successful
1869
pulls.update_not_allowed = You are not allowed to update branch
1870
pulls.outdated_with_base_branch = This branch is out-of-date with the base branch
1871
pulls.close = Close Pull Request
1872
pulls.closed_at = `closed this pull request <a id="%[1]s" href="#%[1]s">%[2]s</a>`
1873
pulls.reopened_at = `reopened this pull request <a id="%[1]s" href="#%[1]s">%[2]s</a>`
1874
pulls.cmd_instruction_hint = `View <a class="show-instruction">command line instructions</a>.`
1875
pulls.cmd_instruction_checkout_title = Checkout
1876
pulls.cmd_instruction_checkout_desc = From your project repository, check out a new branch and test the changes.
1877
pulls.cmd_instruction_merge_title = Merge
1878
pulls.cmd_instruction_merge_desc = Merge the changes and update on Gitea.
1879
pulls.clear_merge_message = Clear merge message
1880
pulls.clear_merge_message_hint = Clearing the merge message will only remove the commit message content and keep generated git trailers such as "Co-Authored-By …".
1881

1882
pulls.auto_merge_button_when_succeed = (When checks succeed)
1883
pulls.auto_merge_when_succeed = Auto merge when all checks succeed
1884
pulls.auto_merge_newly_scheduled = The pull request was scheduled to merge when all checks succeed.
1885
pulls.auto_merge_has_pending_schedule = %[1]s scheduled this pull request to auto merge when all checks succeed %[2]s.
1886

1887
pulls.auto_merge_cancel_schedule = Cancel auto merge
1888
pulls.auto_merge_not_scheduled = This pull request is not scheduled to auto merge.
1889
pulls.auto_merge_canceled_schedule = The auto merge was canceled for this pull request.
1890

1891
pulls.auto_merge_newly_scheduled_comment = `scheduled this pull request to auto merge when all checks succeed %[1]s`
1892
pulls.auto_merge_canceled_schedule_comment = `canceled auto merging this pull request when all checks succeed %[1]s`
1893

1894
pulls.delete.title = Delete this pull request?
1895
pulls.delete.text = Do you really want to delete this pull request? (This will permanently remove all content. Consider closing it instead, if you intend to keep it archived)
1896

1897
pulls.recently_pushed_new_branches = You pushed on branch <strong>%[1]s</strong> %[2]s
1898

1899
pull.deleted_branch = (deleted):%s
1900

1901
milestones.new = New Milestone
1902
milestones.closed = Closed %s
1903
milestones.update_ago = Updated %s
1904
milestones.no_due_date = No due date
1905
milestones.open = Open
1906
milestones.close = Close
1907
milestones.new_subheader = Milestones can help you organize issues and track their progress.
1908
milestones.completeness = <strong>%d%%</strong> Completed
1909
milestones.create = Create Milestone
1910
milestones.title = Title
1911
milestones.desc = Description
1912
milestones.due_date = Due Date (optional)
1913
milestones.clear = Clear
1914
milestones.invalid_due_date_format = "Due date format must be 'yyyy-mm-dd'."
1915
milestones.create_success = The milestone "%s" has been created.
1916
milestones.edit = Edit Milestone
1917
milestones.edit_subheader = Milestones organize issues and track progress.
1918
milestones.cancel = Cancel
1919
milestones.modify = Update Milestone
1920
milestones.edit_success = Milestone "%s" has been updated.
1921
milestones.deletion = Delete Milestone
1922
milestones.deletion_desc = Deleting a milestone removes it from all related issues. Continue?
1923
milestones.deletion_success = The milestone has been deleted.
1924
milestones.filter_sort.earliest_due_data = Earliest due date
1925
milestones.filter_sort.latest_due_date = Latest due date
1926
milestones.filter_sort.least_complete = Least complete
1927
milestones.filter_sort.most_complete = Most complete
1928
milestones.filter_sort.most_issues = Most issues
1929
milestones.filter_sort.least_issues = Least issues
1930

1931
signing.will_sign = This commit will be signed with key "%s".
1932
signing.wont_sign.error = There was an error whilst checking if the commit could be signed.
1933
signing.wont_sign.nokey = There is no key available to sign this commit.
1934
signing.wont_sign.never = Commits are never signed.
1935
signing.wont_sign.always = Commits are always signed.
1936
signing.wont_sign.pubkey = The commit will not be signed because you do not have a public key associated with your account.
1937
signing.wont_sign.twofa = You must have two factor authentication enabled to have commits signed.
1938
signing.wont_sign.parentsigned = The commit will not be signed as the parent commit is not signed.
1939
signing.wont_sign.basesigned = The merge will not be signed as the base commit is not signed.
1940
signing.wont_sign.headsigned = The merge will not be signed as the head commit is not signed.
1941
signing.wont_sign.commitssigned = The merge will not be signed as all the associated commits are not signed.
1942
signing.wont_sign.approved = The merge will not be signed as the PR is not approved.
1943
signing.wont_sign.not_signed_in = You are not signed in.
1944

1945
ext_wiki = Access to External Wiki
1946
ext_wiki.desc = Link to an external wiki.
1947

1948
wiki = Wiki
1949
wiki.welcome = Welcome to the Wiki.
1950
wiki.welcome_desc = The wiki lets you write and share documentation with collaborators.
1951
wiki.desc = Write and share documentation with collaborators.
1952
wiki.create_first_page = Create the First Page
1953
wiki.page = Page
1954
wiki.filter_page = Filter page
1955
wiki.new_page = Page
1956
wiki.page_title = Page title
1957
wiki.page_content = Page content
1958
wiki.default_commit_message = Write a note about this page update (optional).
1959
wiki.save_page = Save Page
1960
wiki.last_commit_info = %s edited this page %s
1961
wiki.edit_page_button = Edit
1962
wiki.new_page_button = New Page
1963
wiki.file_revision = Page Revision
1964
wiki.wiki_page_revisions = Wiki Page Revisions
1965
wiki.back_to_wiki = Back to wiki page
1966
wiki.delete_page_button = Delete Page
1967
wiki.delete_page_notice_1 = Deleting the wiki page "%s" cannot be undone. Continue?
1968
wiki.page_already_exists = A wiki page with the same name already exists.
1969
wiki.reserved_page = The wiki page name "%s" is reserved.
1970
wiki.pages = Pages
1971
wiki.last_updated = Last updated %s
1972
wiki.page_name_desc = Enter a name for this Wiki page. Some special names are: 'Home', '_Sidebar' and '_Footer'.
1973
wiki.original_git_entry_tooltip = View original Git file instead of using friendly link.
1974

1975
activity = Activity
1976
activity.navbar.pulse = Pulse
1977
activity.navbar.code_frequency = Code Frequency
1978
activity.navbar.contributors = Contributors
1979
activity.navbar.recent_commits = Recent Commits
1980
activity.period.filter_label = Period:
1981
activity.period.daily = 1 day
1982
activity.period.halfweekly = 3 days
1983
activity.period.weekly = 1 week
1984
activity.period.monthly = 1 month
1985
activity.period.quarterly = 3 months
1986
activity.period.semiyearly = 6 months
1987
activity.period.yearly = 1 year
1988
activity.overview = Overview
1989
activity.active_prs_count_1 = <strong>%d</strong> Active Pull Request
1990
activity.active_prs_count_n = <strong>%d</strong> Active Pull Requests
1991
activity.merged_prs_count_1 = Merged Pull Request
1992
activity.merged_prs_count_n = Merged Pull Requests
1993
activity.opened_prs_count_1 = Proposed Pull Request
1994
activity.opened_prs_count_n = Proposed Pull Requests
1995
activity.title.user_1 = %d user
1996
activity.title.user_n = %d users
1997
activity.title.prs_1 = %d Pull request
1998
activity.title.prs_n = %d Pull requests
1999
activity.title.prs_merged_by = %s merged by %s
2000
activity.title.prs_opened_by = %s proposed by %s
2001
activity.merged_prs_label = Merged
2002
activity.opened_prs_label = Proposed
2003
activity.active_issues_count_1 = <strong>%d</strong> Active Issue
2004
activity.active_issues_count_n = <strong>%d</strong> Active Issues
2005
activity.closed_issues_count_1 = Closed Issue
2006
activity.closed_issues_count_n = Closed Issues
2007
activity.title.issues_1 = %d Issue
2008
activity.title.issues_n = %d Issues
2009
activity.title.issues_closed_from = %s closed from %s
2010
activity.title.issues_created_by = %s created by %s
2011
activity.closed_issue_label = Closed
2012
activity.new_issues_count_1 = New Issue
2013
activity.new_issues_count_n = New Issues
2014
activity.new_issue_label = Opened
2015
activity.title.unresolved_conv_1 = %d Unresolved Conversation
2016
activity.title.unresolved_conv_n = %d Unresolved Conversations
2017
activity.unresolved_conv_desc = These recently changed issues and pull requests have not been resolved yet.
2018
activity.unresolved_conv_label = Open
2019
activity.title.releases_1 = %d Release
2020
activity.title.releases_n = %d Releases
2021
activity.title.releases_published_by = %s published by %s
2022
activity.published_release_label = Published
2023
activity.no_git_activity = There has not been any commit activity in this period.
2024
activity.git_stats_exclude_merges = Excluding merges,
2025
activity.git_stats_author_1 = %d author
2026
activity.git_stats_author_n = %d authors
2027
activity.git_stats_pushed_1 = has pushed
2028
activity.git_stats_pushed_n = have pushed
2029
activity.git_stats_commit_1 = %d commit
2030
activity.git_stats_commit_n = %d commits
2031
activity.git_stats_push_to_branch = to %s and
2032
activity.git_stats_push_to_all_branches = to all branches.
2033
activity.git_stats_on_default_branch = On %s,
2034
activity.git_stats_file_1 = %d file
2035
activity.git_stats_file_n = %d files
2036
activity.git_stats_files_changed_1 = has changed
2037
activity.git_stats_files_changed_n = have changed
2038
activity.git_stats_additions = and there have been
2039
activity.git_stats_addition_1 = %d addition
2040
activity.git_stats_addition_n = %d additions
2041
activity.git_stats_and_deletions = and
2042
activity.git_stats_deletion_1 = %d deletion
2043
activity.git_stats_deletion_n = %d deletions
2044

2045
contributors.contribution_type.filter_label = Contribution type:
2046
contributors.contribution_type.commits = Commits
2047
contributors.contribution_type.additions = Additions
2048
contributors.contribution_type.deletions = Deletions
2049

2050
settings = Settings
2051
settings.desc = Settings is where you can manage the settings for the repository
2052
settings.options = Repository
2053
settings.collaboration = Collaborators
2054
settings.collaboration.admin = Administrator
2055
settings.collaboration.write = Write
2056
settings.collaboration.read = Read
2057
settings.collaboration.owner = Owner
2058
settings.collaboration.undefined = Undefined
2059
settings.hooks = Webhooks
2060
settings.githooks = Git Hooks
2061
settings.basic_settings = Basic Settings
2062
settings.mirror_settings = Mirror Settings
2063
settings.mirror_settings.docs = Set up your repository to automatically synchronize commits, tags and branches with another repository.
2064
settings.mirror_settings.docs.disabled_pull_mirror.instructions = Set up your project to automatically push commits, tags and branches to another repository. Pull mirrors have been disabled by your site administrator.
2065
settings.mirror_settings.docs.disabled_push_mirror.instructions = Set up your project to automatically pull commits, tags and branches from another repository.
2066
settings.mirror_settings.docs.disabled_push_mirror.pull_mirror_warning = Right now, this can only be done in the "New Migration" menu. For more information, please consult:
2067
settings.mirror_settings.docs.disabled_push_mirror.info = Push mirrors have been disabled by your site administrator.
2068
settings.mirror_settings.docs.no_new_mirrors = Your repository is mirroring changes to or from another repository. Please keep in mind that you can't create any new mirrors at this time.
2069
settings.mirror_settings.docs.can_still_use = Although you can't modify existing mirrors or create new ones, you may still use your existing mirror.
2070
settings.mirror_settings.docs.pull_mirror_instructions = To set up a pull mirror, please consult:
2071
settings.mirror_settings.docs.more_information_if_disabled = You can find out more about push and pull mirrors here:
2072
settings.mirror_settings.docs.doc_link_title = How do I mirror repositories?
2073
settings.mirror_settings.docs.doc_link_pull_section = the "Pulling from a remote repository" section of the documentation.
2074
settings.mirror_settings.docs.pulling_remote_title = Pulling from a remote repository
2075
settings.mirror_settings.mirrored_repository = Mirrored repository
2076
settings.mirror_settings.pushed_repository = Pushed repository
2077
settings.mirror_settings.direction = Direction
2078
settings.mirror_settings.direction.pull = Pull
2079
settings.mirror_settings.direction.push = Push
2080
settings.mirror_settings.last_update = Last update
2081
settings.mirror_settings.push_mirror.none = No push mirrors configured
2082
settings.mirror_settings.push_mirror.remote_url = Git Remote Repository URL
2083
settings.mirror_settings.push_mirror.add = Add Push Mirror
2084
settings.mirror_settings.push_mirror.edit_sync_time = Edit mirror sync interval
2085

2086
settings.sync_mirror = Synchronize Now
2087
settings.pull_mirror_sync_in_progress = Pulling changes from the remote %s at the moment.
2088
settings.push_mirror_sync_in_progress = Pushing changes to the remote %s at the moment.
2089
settings.site = Website
2090
settings.update_settings = Update Settings
2091
settings.update_mirror_settings = Update Mirror Settings
2092
settings.branches.switch_default_branch = Switch Default Branch
2093
settings.branches.update_default_branch = Update Default Branch
2094
settings.branches.add_new_rule = Add New Rule
2095
settings.advanced_settings = Advanced Settings
2096
settings.wiki_desc = Enable Repository Wiki
2097
settings.use_internal_wiki = Use Built-In Wiki
2098
settings.default_wiki_branch_name = Default Wiki Branch Name
2099
settings.failed_to_change_default_wiki_branch = Failed to change the default wiki branch.
2100
settings.use_external_wiki = Use External Wiki
2101
settings.external_wiki_url = External Wiki URL
2102
settings.external_wiki_url_error = The external wiki URL is not a valid URL.
2103
settings.external_wiki_url_desc = Visitors are redirected to the external wiki URL when clicking the wiki tab.
2104
settings.issues_desc = Enable Repository Issue Tracker
2105
settings.use_internal_issue_tracker = Use Built-In Issue Tracker
2106
settings.use_external_issue_tracker = Use External Issue Tracker
2107
settings.external_tracker_url = External Issue Tracker URL
2108
settings.external_tracker_url_error = The external issue tracker URL is not a valid URL.
2109
settings.external_tracker_url_desc = Visitors are redirected to the external issue tracker URL when clicking on the issues tab.
2110
settings.tracker_url_format = External Issue Tracker URL Format
2111
settings.tracker_url_format_error = The external issue tracker URL format is not a valid URL.
2112
settings.tracker_issue_style = External Issue Tracker Number Format
2113
settings.tracker_issue_style.numeric = Numeric
2114
settings.tracker_issue_style.alphanumeric = Alphanumeric
2115
settings.tracker_issue_style.regexp = Regular Expression
2116
settings.tracker_issue_style.regexp_pattern = Regular Expression Pattern
2117
settings.tracker_issue_style.regexp_pattern_desc = The first captured group will be used in place of <code>{index}</code>.
2118
settings.tracker_url_format_desc = Use the placeholders <code>{user}</code>, <code>{repo}</code> and <code>{index}</code> for the username, repository name and issue index.
2119
settings.enable_timetracker = Enable Time Tracking
2120
settings.allow_only_contributors_to_track_time = Let Only Contributors Track Time
2121
settings.pulls_desc = Enable Repository Pull Requests
2122
settings.pulls.ignore_whitespace = Ignore Whitespace for Conflicts
2123
settings.pulls.enable_autodetect_manual_merge = Enable autodetect manual merge (Note: In some special cases, misjudgments can occur)
2124
settings.pulls.allow_rebase_update = Enable updating pull request branch by rebase
2125
settings.pulls.default_delete_branch_after_merge = Delete pull request branch after merge by default
2126
settings.pulls.default_allow_edits_from_maintainers = Allow edits from maintainers by default
2127
settings.releases_desc = Enable Repository Releases
2128
settings.packages_desc = Enable Repository Packages Registry
2129
settings.projects_desc = Enable Projects
2130
settings.projects_mode_desc = Projects Mode (which kinds of projects to show)
2131
settings.projects_mode_repo = Repo projects only
2132
settings.projects_mode_owner = Only user or org projects
2133
settings.projects_mode_all = All projects
2134
settings.actions_desc = Enable Repository Actions
2135
settings.admin_settings = Administrator Settings
2136
settings.admin_enable_health_check = Enable Repository Health Checks (git fsck)
2137
settings.admin_code_indexer = Code Indexer
2138
settings.admin_stats_indexer = Code Statistics Indexer
2139
settings.admin_indexer_commit_sha = Last Indexed SHA
2140
settings.admin_indexer_unindexed = Unindexed
2141
settings.reindex_button = Add to Reindex Queue
2142
settings.reindex_requested=Reindex Requested
2143
settings.admin_enable_close_issues_via_commit_in_any_branch = Close an issue via a commit made in a non default branch
2144
settings.danger_zone = Danger Zone
2145
settings.new_owner_has_same_repo = The new owner already has a repository with same name. Please choose another name.
2146
settings.convert = Convert to Regular Repository
2147
settings.convert_desc = You can convert this mirror into a regular repository. This cannot be undone.
2148
settings.convert_notices_1 = This operation will convert the mirror into a regular repository and cannot be undone.
2149
settings.convert_confirm = Convert Repository
2150
settings.convert_succeed = The mirror has been converted into a regular repository.
2151
settings.convert_fork = Convert to Regular Repository
2152
settings.convert_fork_desc = You can convert this fork into a regular repository. This cannot be undone.
2153
settings.convert_fork_notices_1 = This operation will convert the fork into a regular repository and cannot be undone.
2154
settings.convert_fork_confirm = Convert Repository
2155
settings.convert_fork_succeed = The fork has been converted into a regular repository.
2156
settings.transfer = Transfer Ownership
2157
settings.transfer.rejected = Repository transfer was rejected.
2158
settings.transfer.success = Repository transfer was successful.
2159
settings.transfer.blocked_user = Cannot transfer repository because you are blocked by the new owner.
2160
settings.transfer_abort = Cancel transfer
2161
settings.transfer_abort_invalid = You cannot cancel a non existent repository transfer.
2162
settings.transfer_abort_success = The repository transfer to %s was successfully canceled.
2163
settings.transfer_desc = Transfer this repository to a user or to an organization for which you have administrator rights.
2164
settings.transfer_form_title = Enter the repository name as confirmation:
2165
settings.transfer_in_progress = There is currently an ongoing transfer. Please cancel it if you will like to transfer this repository to another user.
2166
settings.transfer_notices_1 = - You will lose access to the repository if you transfer it to an individual user.
2167
settings.transfer_notices_2 = - You will keep access to the repository if you transfer it to an organization that you (co-)own.
2168
settings.transfer_notices_3 = - If the repository is private and is transferred to an individual user, this action makes sure that the user does have at least read permission (and changes permissions if necessary).
2169
settings.transfer_owner = New Owner
2170
settings.transfer_perform = Perform Transfer
2171
settings.transfer_started = This repository has been marked for transfer and awaits confirmation from "%s"
2172
settings.transfer_succeed = The repository has been transferred.
2173
settings.signing_settings = Signing Verification Settings
2174
settings.trust_model = Signature Trust Model
2175
settings.trust_model.default = Default Trust Model
2176
settings.trust_model.default.desc= Use the default repository trust model for this installation.
2177
settings.trust_model.collaborator = Collaborator
2178
settings.trust_model.collaborator.long = Collaborator: Trust signatures by collaborators
2179
settings.trust_model.collaborator.desc = Valid signatures by collaborators of this repository will be marked "trusted" - (whether they match the committer or not). Otherwise, valid signatures will be marked "untrusted" if the signature matches the committer and "unmatched" if not.
2180
settings.trust_model.committer = Committer
2181
settings.trust_model.committer.long = Committer: Trust signatures that match committers (This matches GitHub and will force Gitea signed commits to have Gitea as the committer)
2182
settings.trust_model.committer.desc = Valid signatures will only be marked "trusted" if they match the committer, otherwise they will be marked "unmatched". This forces Gitea to be the committer on signed commits with the actual committer marked as Co-authored-by: and Co-committed-by: trailer in the commit. The default Gitea key must match a User in the database.
2183
settings.trust_model.collaboratorcommitter = Collaborator+Committer
2184
settings.trust_model.collaboratorcommitter.long = Collaborator+Committer: Trust signatures by collaborators which match the committer
2185
settings.trust_model.collaboratorcommitter.desc = Valid signatures by collaborators of this repository will be marked "trusted" if they match the committer. Otherwise, valid signatures will be marked "untrusted" if the signature matches the committer and "unmatched" otherwise. This will force Gitea to be marked as the committer on signed commits with the actual committer marked as Co-Authored-By: and Co-Committed-By: trailer in the commit. The default Gitea key must match a User in the database.
2186
settings.wiki_delete = Delete Wiki Data
2187
settings.wiki_delete_desc = Deleting repository wiki data is permanent and cannot be undone.
2188
settings.wiki_delete_notices_1 = - This will permanently delete and disable the repository wiki for %s.
2189
settings.confirm_wiki_delete = Delete Wiki Data
2190
settings.wiki_deletion_success = The repository wiki data has been deleted.
2191
settings.delete = Delete This Repository
2192
settings.delete_desc = Deleting a repository is permanent and cannot be undone.
2193
settings.delete_notices_1 = - This operation <strong>CANNOT</strong> be undone.
2194
settings.delete_notices_2 = - This operation will permanently delete the <strong>%s</strong> repository including code, issues, comments, wiki data and collaborator settings.
2195
settings.delete_notices_fork_1 = - Forks of this repository will become independent after deletion.
2196
settings.deletion_success = The repository has been deleted.
2197
settings.update_settings_success = The repository settings have been updated.
2198
settings.update_settings_no_unit = The repository should allow at least some sort of interaction.
2199
settings.confirm_delete = Delete Repository
2200
settings.add_collaborator = Add Collaborator
2201
settings.add_collaborator_success = The collaborator has been added.
2202
settings.add_collaborator_inactive_user = Cannot add an inactive user as a collaborator.
2203
settings.add_collaborator_owner = Cannot add an owner as a collaborator.
2204
settings.add_collaborator_duplicate = The collaborator is already added to this repository.
2205
settings.add_collaborator.blocked_user = The collaborator is blocked by the repository owner or vice versa.
2206
settings.delete_collaborator = Remove
2207
settings.collaborator_deletion = Remove Collaborator
2208
settings.collaborator_deletion_desc = Removing a collaborator will revoke their access to this repository. Continue?
2209
settings.remove_collaborator_success = The collaborator has been removed.
2210
settings.org_not_allowed_to_be_collaborator = Organizations cannot be added as a collaborator.
2211
settings.change_team_access_not_allowed = Changing team access for repository has been restricted to organization owner
2212
settings.team_not_in_organization = The team is not in the same organization as the repository
2213
settings.teams = Teams
2214
settings.add_team = Add Team
2215
settings.add_team_duplicate = Team already has the repository
2216
settings.add_team_success = The team now have access to the repository.
2217
settings.change_team_permission_tip = Team's permission is set on the team setting page and can't be changed per repository
2218
settings.delete_team_tip = This team has access to all repositories and can't be removed
2219
settings.remove_team_success = The team's access to the repository has been removed.
2220
settings.add_webhook = Add Webhook
2221
settings.add_webhook.invalid_channel_name = Webhook channel name cannot be empty and cannot contain only a # character.
2222
settings.hooks_desc = Webhooks automatically make HTTP POST requests to a server when certain Gitea events trigger. Read more in the <a target="_blank" rel="noopener noreferrer" href="%s">webhooks guide</a>.
2223
settings.webhook_deletion = Remove Webhook
2224
settings.webhook_deletion_desc = Removing a webhook deletes its settings and delivery history. Continue?
2225
settings.webhook_deletion_success = The webhook has been removed.
2226
settings.webhook.test_delivery = Test Delivery
2227
settings.webhook.test_delivery_desc = Test this webhook with a fake event.
2228
settings.webhook.test_delivery_desc_disabled = To test this webhook with a fake event, activate it.
2229
settings.webhook.request = Request
2230
settings.webhook.response = Response
2231
settings.webhook.headers = Headers
2232
settings.webhook.payload = Content
2233
settings.webhook.body = Body
2234
settings.webhook.replay.description = Replay this webhook.
2235
settings.webhook.replay.description_disabled = To replay this webhook, activate it.
2236
settings.webhook.delivery.success = An event has been added to the delivery queue. It may take few seconds before it shows up in the delivery history.
2237
settings.githooks_desc = "Git Hooks are powered by Git itself. You can edit hook files below to set up custom operations."
2238
settings.githook_edit_desc = If the hook is inactive, sample content will be presented. Leaving content to an empty value will disable this hook.
2239
settings.githook_name = Hook Name
2240
settings.githook_content = Hook Content
2241
settings.update_githook = Update Hook
2242
settings.add_webhook_desc = Gitea will send <code>POST</code> requests with a specified content type to the target URL. Read more in the <a target="_blank" rel="noopener noreferrer" href="%s">webhooks guide</a>.
2243
settings.payload_url = Target URL
2244
settings.http_method = HTTP Method
2245
settings.content_type = POST Content Type
2246
settings.secret = Secret
2247
settings.slack_username = Username
2248
settings.slack_icon_url = Icon URL
2249
settings.slack_color = Color
2250
settings.discord_username = Username
2251
settings.discord_icon_url = Icon URL
2252
settings.event_desc = Trigger On:
2253
settings.event_push_only = Push Events
2254
settings.event_send_everything = All Events
2255
settings.event_choose = Custom Events…
2256
settings.event_header_repository = Repository Events
2257
settings.event_create = Create
2258
settings.event_create_desc = Branch or tag created.
2259
settings.event_delete = Delete
2260
settings.event_delete_desc = Branch or tag deleted.
2261
settings.event_fork = Fork
2262
settings.event_fork_desc = Repository forked.
2263
settings.event_wiki = Wiki
2264
settings.event_wiki_desc = Wiki page created, renamed, edited or deleted.
2265
settings.event_release = Release
2266
settings.event_release_desc = Release published, updated or deleted in a repository.
2267
settings.event_push = Push
2268
settings.event_push_desc = Git push to a repository.
2269
settings.event_repository = Repository
2270
settings.event_repository_desc = Repository created or deleted.
2271
settings.event_header_issue = Issue Events
2272
settings.event_issues = Issues
2273
settings.event_issues_desc = Issue opened, closed, reopened, or edited.
2274
settings.event_issue_assign = Issue Assigned
2275
settings.event_issue_assign_desc = Issue assigned or unassigned.
2276
settings.event_issue_label = Issue Labeled
2277
settings.event_issue_label_desc = Issue labels updated or cleared.
2278
settings.event_issue_milestone = Issue Milestoned
2279
settings.event_issue_milestone_desc = Issue milestoned or demilestoned.
2280
settings.event_issue_comment = Issue Comment
2281
settings.event_issue_comment_desc = Issue comment created, edited, or deleted.
2282
settings.event_header_pull_request = Pull Request Events
2283
settings.event_pull_request = Pull Request
2284
settings.event_pull_request_desc = Pull request opened, closed, reopened, or edited.
2285
settings.event_pull_request_assign = Pull Request Assigned
2286
settings.event_pull_request_assign_desc = Pull request assigned or unassigned.
2287
settings.event_pull_request_label = Pull Request Labeled
2288
settings.event_pull_request_label_desc = Pull request labels updated or cleared.
2289
settings.event_pull_request_milestone = Pull Request Milestoned
2290
settings.event_pull_request_milestone_desc = Pull request milestoned or demilestoned.
2291
settings.event_pull_request_comment = Pull Request Comment
2292
settings.event_pull_request_comment_desc = Pull request comment created, edited, or deleted.
2293
settings.event_pull_request_review = Pull Request Reviewed
2294
settings.event_pull_request_review_desc = Pull request approved, rejected, or review comment.
2295
settings.event_pull_request_sync = Pull Request Synchronized
2296
settings.event_pull_request_sync_desc = Pull request synchronized.
2297
settings.event_pull_request_review_request = Pull Request Review Requested
2298
settings.event_pull_request_review_request_desc = Pull request review requested or review request removed.
2299
settings.event_pull_request_approvals = Pull Request Approvals
2300
settings.event_pull_request_merge = Pull Request Merge
2301
settings.event_package = Package
2302
settings.event_package_desc = Package created or deleted in a repository.
2303
settings.branch_filter = Branch filter
2304
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>.
2305
settings.authorization_header = Authorization Header
2306
settings.authorization_header_desc = Will be included as authorization header for requests when present. Examples: %s.
2307
settings.active = Active
2308
settings.active_helper = Information about triggered events will be sent to this webhook URL.
2309
settings.add_hook_success = The webhook has been added.
2310
settings.update_webhook = Update Webhook
2311
settings.update_hook_success = The webhook has been updated.
2312
settings.delete_webhook = Remove Webhook
2313
settings.recent_deliveries = Recent Deliveries
2314
settings.hook_type = Hook Type
2315
settings.slack_token = Token
2316
settings.slack_domain = Domain
2317
settings.slack_channel = Channel
2318
settings.add_web_hook_desc = Integrate <a target="_blank" rel="noreferrer" href="%s">%s</a> into your repository.
2319
settings.web_hook_name_gitea = Gitea
2320
settings.web_hook_name_gogs = Gogs
2321
settings.web_hook_name_slack = Slack
2322
settings.web_hook_name_discord = Discord
2323
settings.web_hook_name_dingtalk = DingTalk
2324
settings.web_hook_name_telegram = Telegram
2325
settings.web_hook_name_matrix = Matrix
2326
settings.web_hook_name_msteams = Microsoft Teams
2327
settings.web_hook_name_feishu_or_larksuite = Feishu / Lark Suite
2328
settings.web_hook_name_feishu = Feishu
2329
settings.web_hook_name_larksuite = Lark Suite
2330
settings.web_hook_name_wechatwork = WeCom (Wechat Work)
2331
settings.web_hook_name_packagist = Packagist
2332
settings.packagist_username = Packagist username
2333
settings.packagist_api_token = API token
2334
settings.packagist_package_url = Packagist package URL
2335
settings.deploy_keys = Deploy Keys
2336
settings.add_deploy_key = Add Deploy Key
2337
settings.deploy_key_desc = Deploy keys have read-only pull access to the repository.
2338
settings.is_writable = Enable Write Access
2339
settings.is_writable_info = Allow this deploy key to <strong>push</strong> to the repository.
2340
settings.no_deploy_keys = There are no deploy keys yet.
2341
settings.title = Title
2342
settings.deploy_key_content = Content
2343
settings.key_been_used = A deploy key with identical content is already in use.
2344
settings.key_name_used = A deploy key with the same name already exists.
2345
settings.add_key_success = The deploy key "%s" has been added.
2346
settings.deploy_key_deletion = Remove Deploy Key
2347
settings.deploy_key_deletion_desc = Removing a deploy key will revoke its access to this repository. Continue?
2348
settings.deploy_key_deletion_success = The deploy key has been removed.
2349
settings.branches = Branches
2350
settings.protected_branch = Branch Protection
2351
settings.protected_branch.save_rule = Save Rule
2352
settings.protected_branch.delete_rule = Delete Rule
2353
settings.protected_branch_can_push = Allow push?
2354
settings.protected_branch_can_push_yes = You can push
2355
settings.protected_branch_can_push_no = You cannot push
2356
settings.branch_protection = Branch Protection Rules for Branch '<b>%s</b>'
2357
settings.protect_this_branch = Enable Branch Protection
2358
settings.protect_this_branch_desc = Prevents deletion and restricts Git pushing and merging to the branch.
2359
settings.protect_disable_push = Disable Push
2360
settings.protect_disable_push_desc = No pushing will be allowed to this branch.
2361
settings.protect_enable_push = Enable Push
2362
settings.protect_enable_push_desc = Anyone with write access will be allowed to push to this branch (but not force push).
2363
settings.protect_enable_merge = Enable Merge
2364
settings.protect_enable_merge_desc = Anyone with write access will be allowed to merge the pull requests into this branch.
2365
settings.protect_whitelist_committers = Whitelist Restricted Push
2366
settings.protect_whitelist_committers_desc = Only whitelisted users or teams will be allowed to push to this branch (but not force push).
2367
settings.protect_whitelist_deploy_keys = Whitelist deploy keys with write access to push.
2368
settings.protect_whitelist_users = Whitelisted users for pushing:
2369
settings.protect_whitelist_teams = Whitelisted teams for pushing:
2370
settings.protect_merge_whitelist_committers = Enable Merge Whitelist
2371
settings.protect_merge_whitelist_committers_desc = Allow only whitelisted users or teams to merge pull requests into this branch.
2372
settings.protect_merge_whitelist_users = Whitelisted users for merging:
2373
settings.protect_merge_whitelist_teams = Whitelisted teams for merging:
2374
settings.protect_check_status_contexts = Enable Status Check
2375
settings.protect_status_check_patterns = Status check patterns:
2376
settings.protect_status_check_patterns_desc = Enter patterns to specify which status checks must pass before branches can be merged into a branch that matches this rule. Each line specifies a pattern. Patterns cannot be empty.
2377
settings.protect_check_status_contexts_desc = Require status checks to pass before merging. When enabled, commits must first be pushed to another branch, then merged or pushed directly to a branch that matches this rule after status checks have passed. If no contexts are matched, the last commit must be successful regardless of context.
2378
settings.protect_check_status_contexts_list = Status checks found in the last week for this repository
2379
settings.protect_status_check_matched = Matched
2380
settings.protect_invalid_status_check_pattern = Invalid status check pattern: "%s".
2381
settings.protect_no_valid_status_check_patterns = No valid status check patterns.
2382
settings.protect_required_approvals = Required approvals:
2383
settings.protect_required_approvals_desc = Allow only to merge pull request with enough positive reviews.
2384
settings.protect_approvals_whitelist_enabled = Restrict approvals to whitelisted users or teams
2385
settings.protect_approvals_whitelist_enabled_desc = Only reviews from whitelisted users or teams will count to the required approvals. Without approval whitelist, reviews from anyone with write access count to the required approvals.
2386
settings.protect_approvals_whitelist_users = Whitelisted reviewers:
2387
settings.protect_approvals_whitelist_teams = Whitelisted teams for reviews:
2388
settings.dismiss_stale_approvals = Dismiss stale approvals
2389
settings.dismiss_stale_approvals_desc = When new commits that change the content of the pull request are pushed to the branch, old approvals will be dismissed.
2390
settings.ignore_stale_approvals = Ignore stale approvals
2391
settings.ignore_stale_approvals_desc = Do not count approvals that were made on older commits (stale reviews) towards how many approvals the PR has. Irrelevant if stale reviews are already dismissed.
2392
settings.require_signed_commits = Require Signed Commits
2393
settings.require_signed_commits_desc = Reject pushes to this branch if they are unsigned or unverifiable.
2394
settings.protect_branch_name_pattern = Protected Branch Name Pattern
2395
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/**"
2396
settings.protect_patterns = Patterns
2397
settings.protect_protected_file_patterns = "Protected file patterns (separated using semicolon ';'):"
2398
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>."
2399
settings.protect_unprotected_file_patterns = "Unprotected file patterns (separated using semicolon ';'):"
2400
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>."
2401
settings.add_protected_branch = Enable protection
2402
settings.delete_protected_branch = Disable protection
2403
settings.update_protect_branch_success = Branch protection for rule "%s" has been updated.
2404
settings.remove_protected_branch_success = Branch protection for rule "%s" has been removed.
2405
settings.remove_protected_branch_failed = Removing branch protection rule "%s" failed.
2406
settings.protected_branch_deletion = Delete Branch Protection
2407
settings.protected_branch_deletion_desc = Disabling branch protection allows users with write permission to push to the branch. Continue?
2408
settings.block_rejected_reviews = Block merge on rejected reviews
2409
settings.block_rejected_reviews_desc = Merging will not be possible when changes are requested by official reviewers, even if there are enough approvals.
2410
settings.block_on_official_review_requests = Block merge on official review requests
2411
settings.block_on_official_review_requests_desc = Merging will not be possible when it has official review requests, even if there are enough approvals.
2412
settings.block_outdated_branch = Block merge if pull request is outdated
2413
settings.block_outdated_branch_desc = Merging will not be possible when head branch is behind base branch.
2414
settings.default_branch_desc = Select a default repository branch for pull requests and code commits:
2415
settings.merge_style_desc = Merge Styles
2416
settings.default_merge_style_desc = Default Merge Style
2417
settings.choose_branch = Choose a branch…
2418
settings.no_protected_branch = There are no protected branches.
2419
settings.edit_protected_branch = Edit
2420
settings.protected_branch_required_rule_name = Required rule name
2421
settings.protected_branch_duplicate_rule_name = Duplicate rule name
2422
settings.protected_branch_required_approvals_min = Required approvals cannot be negative.
2423
settings.tags = Tags
2424
settings.tags.protection = Tag Protection
2425
settings.tags.protection.pattern = Tag Pattern
2426
settings.tags.protection.allowed = Allowed
2427
settings.tags.protection.allowed.users = Allowed users
2428
settings.tags.protection.allowed.teams = Allowed teams
2429
settings.tags.protection.allowed.noone = No One
2430
settings.tags.protection.create = Protect Tag
2431
settings.tags.protection.none = There are no protected tags.
2432
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>.
2433
settings.bot_token = Bot Token
2434
settings.chat_id = Chat ID
2435
settings.thread_id = Thread ID
2436
settings.matrix.homeserver_url = Homeserver URL
2437
settings.matrix.room_id = Room ID
2438
settings.matrix.message_type = Message Type
2439
settings.archive.button = Archive Repo
2440
settings.archive.header = Archive This Repo
2441
settings.archive.text = Archiving the repo will make it entirely read-only. It will be hidden from the dashboard. Nobody (not even you!) will be able to make new commits, or open any issues or pull requests.
2442
settings.archive.success = The repo was successfully archived.
2443
settings.archive.error = An error occurred while trying to archive the repo. See the log for more details.
2444
settings.archive.error_ismirror = You cannot archive a mirrored repo.
2445
settings.archive.branchsettings_unavailable = Branch settings are not available if the repo is archived.
2446
settings.archive.tagsettings_unavailable = Tag settings are not available if the repo is archived.
2447
settings.archive.mirrors_unavailable = Mirrors are not available if the repo is archived.
2448
settings.unarchive.button = Unarchive repo
2449
settings.unarchive.header = Unarchive this repo
2450
settings.unarchive.text = Unarchiving the repo will restore its ability to receive commits and pushes, as well as new issues and pull-requests.
2451
settings.unarchive.success = The repo was successfully unarchived.
2452
settings.unarchive.error = An error occurred while trying to unarchive the repo. See the log for more details.
2453
settings.update_avatar_success = The repository avatar has been updated.
2454
settings.lfs=LFS
2455
settings.lfs_filelist=LFS files stored in this repository
2456
settings.lfs_no_lfs_files=No LFS files stored in this repository
2457
settings.lfs_findcommits=Find commits
2458
settings.lfs_lfs_file_no_commits=No Commits found for this LFS file
2459
settings.lfs_noattribute=This path does not have the lockable attribute in the default branch
2460
settings.lfs_delete=Delete LFS file with OID %s
2461
settings.lfs_delete_warning=Deleting an LFS file may cause 'object does not exist' errors on checkout. Are you sure?
2462
settings.lfs_findpointerfiles=Find pointer files
2463
settings.lfs_locks=Locks
2464
settings.lfs_invalid_locking_path=Invalid path: %s
2465
settings.lfs_invalid_lock_directory=Cannot lock directory: %s
2466
settings.lfs_lock_already_exists=Lock already exists: %s
2467
settings.lfs_lock=Lock
2468
settings.lfs_lock_path=Filepath to lock...
2469
settings.lfs_locks_no_locks=No Locks
2470
settings.lfs_lock_file_no_exist=Locked file does not exist in default branch
2471
settings.lfs_force_unlock=Force Unlock
2472
settings.lfs_pointers.found=Found %d blob pointer(s) - %d associated, %d unassociated (%d missing from store)
2473
settings.lfs_pointers.sha=Blob SHA
2474
settings.lfs_pointers.oid=OID
2475
settings.lfs_pointers.inRepo=In Repo
2476
settings.lfs_pointers.exists=Exists in store
2477
settings.lfs_pointers.accessible=Accessible to User
2478
settings.lfs_pointers.associateAccessible=Associate accessible %d OIDs
2479
settings.rename_branch_failed_exist=Cannot rename branch because target branch %s exists.
2480
settings.rename_branch_failed_not_exist=Cannot rename branch %s because it does not exist.
2481
settings.rename_branch_success =Branch %s was successfully renamed to %s.
2482
settings.rename_branch_from=old branch name
2483
settings.rename_branch_to=new branch name
2484
settings.rename_branch=Rename branch
2485

2486
diff.browse_source = Browse Source
2487
diff.parent = parent
2488
diff.commit = commit
2489
diff.git-notes = Notes
2490
diff.data_not_available = Diff Content Not Available
2491
diff.options_button = Diff Options
2492
diff.show_diff_stats = Show Stats
2493
diff.download_patch = Download Patch File
2494
diff.download_diff = Download Diff File
2495
diff.show_split_view = Split View
2496
diff.show_unified_view = Unified View
2497
diff.whitespace_button = Whitespace
2498
diff.whitespace_show_everything = Show all changes
2499
diff.whitespace_ignore_all_whitespace = Ignore whitespace when comparing lines
2500
diff.whitespace_ignore_amount_changes = Ignore changes in amount of whitespace
2501
diff.whitespace_ignore_at_eol = Ignore changes in whitespace at EOL
2502
diff.stats_desc = <strong> %d changed files</strong> with <strong>%d additions</strong> and <strong>%d deletions</strong>
2503
diff.stats_desc_file = %d changes: %d additions and %d deletions
2504
diff.bin = BIN
2505
diff.bin_not_shown = Binary file not shown.
2506
diff.view_file = View File
2507
diff.file_before = Before
2508
diff.file_after = After
2509
diff.file_image_width = Width
2510
diff.file_image_height = Height
2511
diff.file_byte_size = Size
2512
diff.file_suppressed = File diff suppressed because it is too large
2513
diff.file_suppressed_line_too_long = File diff suppressed because one or more lines are too long
2514
diff.too_many_files = Some files were not shown because too many files have changed in this diff
2515
diff.show_more = Show More
2516
diff.load = Load Diff
2517
diff.generated = generated
2518
diff.vendored = vendored
2519
diff.comment.add_line_comment = Add line comment
2520
diff.comment.placeholder = Leave a comment
2521
diff.comment.markdown_info = Styling with markdown is supported.
2522
diff.comment.add_single_comment = Add single comment
2523
diff.comment.add_review_comment = Add comment
2524
diff.comment.start_review = Start review
2525
diff.comment.reply = Reply
2526
diff.review = Review
2527
diff.review.header = Submit review
2528
diff.review.placeholder = Review comment
2529
diff.review.comment = Comment
2530
diff.review.approve = Approve
2531
diff.review.self_reject = Pull request authors can't request changes on their own pull request
2532
diff.review.reject = Request changes
2533
diff.review.self_approve = Pull request authors can't approve their own pull request
2534
diff.committed_by = committed by
2535
diff.protected = Protected
2536
diff.image.side_by_side = Side by Side
2537
diff.image.swipe = Swipe
2538
diff.image.overlay = Overlay
2539
diff.has_escaped = This line has hidden Unicode characters
2540
diff.show_file_tree = Show file tree
2541
diff.hide_file_tree = Hide file tree
2542

2543
releases.desc = Track project versions and downloads.
2544
release.releases = Releases
2545
release.detail = Release details
2546
release.tags = Tags
2547
release.new_release = New Release
2548
release.draft = Draft
2549
release.prerelease = Pre-Release
2550
release.stable = Stable
2551
release.compare = Compare
2552
release.edit = edit
2553
release.ahead.commits = <strong>%d</strong> commits
2554
release.ahead.target = to %s since this release
2555
tag.ahead.target = to %s since this tag
2556
release.source_code = Source Code
2557
release.new_subheader = Releases organize project versions.
2558
release.edit_subheader = Releases organize project versions.
2559
release.tag_name = Tag name
2560
release.target = Target
2561
release.tag_helper = Choose an existing tag or create a new tag.
2562
release.tag_helper_new = New tag. This tag will be created from the target.
2563
release.tag_helper_existing = Existing tag.
2564
release.title = Release title
2565
release.title_empty = Title cannot be empty.
2566
release.message = Describe this release
2567
release.prerelease_desc = Mark as Pre-Release
2568
release.prerelease_helper = Mark this release unsuitable for production use.
2569
release.cancel = Cancel
2570
release.publish = Publish Release
2571
release.save_draft = Save Draft
2572
release.edit_release = Update Release
2573
release.delete_release = Delete Release
2574
release.delete_tag = Delete Tag
2575
release.deletion = Delete Release
2576
release.deletion_desc = Deleting a release only removes it from Gitea. It will not affect the Git tag, the contents of your repository or its history. Continue?
2577
release.deletion_success = The release has been deleted.
2578
release.deletion_tag_desc = Will delete this tag from repository. Repository contents and history remain unchanged. Continue?
2579
release.deletion_tag_success = The tag has been deleted.
2580
release.tag_name_already_exist = A release with this tag name already exists.
2581
release.tag_name_invalid = The tag name is not valid.
2582
release.tag_name_protected = The tag name is protected.
2583
release.tag_already_exist = This tag name already exists.
2584
release.downloads = Downloads
2585
release.download_count = Downloads: %s
2586
release.add_tag_msg = Use the title and content of release as tag message.
2587
release.add_tag = Create Tag Only
2588
release.releases_for = Releases for %s
2589
release.tags_for = Tags for %s
2590

2591
branch.name = Branch Name
2592
branch.already_exists = A branch named "%s" already exists.
2593
branch.delete_head = Delete
2594
branch.delete = Delete Branch "%s"
2595
branch.delete_html = Delete Branch
2596
branch.delete_desc = Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
2597
branch.deletion_success = Branch "%s" has been deleted.
2598
branch.deletion_failed = Failed to delete branch "%s".
2599
branch.delete_branch_has_new_commits = Branch "%s" cannot be deleted because new commits have been added after merging.
2600
branch.create_branch = Create branch <strong>%s</strong>
2601
branch.create_from = from "%s"
2602
branch.create_success = Branch "%s" has been created.
2603
branch.branch_already_exists = Branch "%s" already exists in this repository.
2604
branch.branch_name_conflict = Branch name "%s" conflicts with the already existing branch "%s".
2605
branch.tag_collision = Branch "%s" cannot be created as a tag with same name already exists in the repository.
2606
branch.deleted_by = Deleted by %s
2607
branch.restore_success = Branch "%s" has been restored.
2608
branch.restore_failed = Failed to restore branch "%s".
2609
branch.protected_deletion_failed = Branch "%s" is protected. It cannot be deleted.
2610
branch.default_deletion_failed = Branch "%s" is the default branch. It cannot be deleted.
2611
branch.restore = Restore Branch "%s"
2612
branch.download = Download Branch "%s"
2613
branch.rename = Rename Branch "%s"
2614
branch.included_desc = This branch is part of the default branch
2615
branch.included = Included
2616
branch.create_new_branch = Create branch from branch:
2617
branch.confirm_create_branch = Create branch
2618
branch.warning_rename_default_branch = You are renaming the default branch.
2619
branch.rename_branch_to = Rename "%s" to:
2620
branch.confirm_rename_branch = Rename branch
2621
branch.create_branch_operation = Create branch
2622
branch.new_branch = Create new branch
2623
branch.new_branch_from = Create new branch from "%s"
2624
branch.renamed = Branch %s was renamed to %s.
2625

2626
tag.create_tag = Create tag <strong>%s</strong>
2627
tag.create_tag_operation = Create tag
2628
tag.confirm_create_tag = Create tag
2629
tag.create_tag_from = Create new tag from "%s"
2630

2631
tag.create_success = Tag "%s" has been created.
2632

2633
topic.manage_topics = Manage Topics
2634
topic.done = Done
2635
topic.count_prompt = You cannot select more than 25 topics
2636
topic.format_prompt = Topics must start with a letter or number, can include dashes ('-') and dots ('.'), can be up to 35 characters long. Letters must be lowercase.
2637

2638
find_file.go_to_file = Go to file
2639
find_file.no_matching = No matching file found
2640

2641
error.csv.too_large = Can't render this file because it is too large.
2642
error.csv.unexpected = Can't render this file because it contains an unexpected character in line %d and column %d.
2643
error.csv.invalid_field_count = Can't render this file because it has a wrong number of fields in line %d.
2644
error.broken_git_hook = Git hooks of this repository seem to be broken. Please follow the <a target="_blank" rel="noreferrer" href="%s">documentation</a> to fix them, then push some commits to refresh the status.
2645

2646
[graphs]
2647
component_loading = Loading %s...
2648
component_loading_failed = Could not load %s
2649
component_loading_info = This might take a bit…
2650
component_failed_to_load = An unexpected error happened.
2651
code_frequency.what = code frequency
2652
contributors.what = contributions
2653
recent_commits.what = recent commits
2654

2655
[org]
2656
org_name_holder = Organization Name
2657
org_full_name_holder = Organization Full Name
2658
org_name_helper = Organization names should be short and memorable.
2659
create_org = Create Organization
2660
repo_updated = Updated
2661
members = Members
2662
teams = Teams
2663
code = Code
2664
lower_members = members
2665
lower_repositories = repositories
2666
create_new_team = New Team
2667
create_team = Create Team
2668
org_desc = Description
2669
team_name = Team Name
2670
team_desc = Description
2671
team_name_helper = Team names should be short and memorable.
2672
team_desc_helper = Describe the purpose or role of the team.
2673
team_access_desc = Repository access
2674
team_permission_desc = Permission
2675
team_unit_desc = Allow Access to Repository Sections
2676
team_unit_disabled = (Disabled)
2677

2678
form.name_reserved = The organization name "%s" is reserved.
2679
form.name_pattern_not_allowed = The pattern "%s" is not allowed in an organization name.
2680
form.create_org_not_allowed = You are not allowed to create an organization.
2681

2682
settings = Settings
2683
settings.options = Organization
2684
settings.full_name = Full Name
2685
settings.email = Contact Email
2686
settings.website = Website
2687
settings.location = Location
2688
settings.permission = Permissions
2689
settings.repoadminchangeteam = Repository admin can add and remove access for teams
2690
settings.visibility = Visibility
2691
settings.visibility.public = Public
2692
settings.visibility.limited = Limited (Visible to authenticated users only)
2693
settings.visibility.limited_shortname = Limited
2694
settings.visibility.private = Private (Visible only to organization members)
2695
settings.visibility.private_shortname = Private
2696

2697
settings.update_settings = Update Settings
2698
settings.update_setting_success = Organization settings have been updated.
2699
settings.change_orgname_prompt = Note: Changing the organization name will also change your organization's URL and free the old name.
2700
settings.change_orgname_redirect_prompt = The old name will redirect until it is claimed.
2701
settings.update_avatar_success = The organization's avatar has been updated.
2702
settings.delete = Delete Organization
2703
settings.delete_account = Delete This Organization
2704
settings.delete_prompt = The organization will be permanently removed. This <strong>CANNOT</strong> be undone!
2705
settings.confirm_delete_account = Confirm Deletion
2706
settings.delete_org_title = Delete Organization
2707
settings.delete_org_desc = This organization will be deleted permanently. Continue?
2708
settings.hooks_desc = Add webhooks which will be triggered for <strong>all repositories</strong> under this organization.
2709

2710
settings.labels_desc = Add labels which can be used on issues for <strong>all repositories</strong> under this organization.
2711

2712
members.membership_visibility = Membership Visibility:
2713
members.public = Visible
2714
members.public_helper = make hidden
2715
members.private = Hidden
2716
members.private_helper = make visible
2717
members.member_role = Member Role:
2718
members.owner = Owner
2719
members.member = Member
2720
members.remove = Remove
2721
members.remove.detail = Remove %[1]s from %[2]s?
2722
members.leave = Leave
2723
members.leave.detail = Leave %s?
2724
members.invite_desc = Add a new member to %s:
2725
members.invite_now = Invite Now
2726

2727
teams.join = Join
2728
teams.leave = Leave
2729
teams.leave.detail = Leave %s?
2730
teams.can_create_org_repo = Create repositories
2731
teams.can_create_org_repo_helper = Members can create new repositories in organization. Creator will get administrator access to the new repository.
2732
teams.none_access = No Access
2733
teams.none_access_helper = Members cannot view or do any other action on this unit. It has no effect for public repositories.
2734
teams.general_access = General Access
2735
teams.general_access_helper = Members permissions will be decided by below permission table.
2736
teams.read_access = Read
2737
teams.read_access_helper = Members can view and clone team repositories.
2738
teams.write_access = Write
2739
teams.write_access_helper = Members can read and push to team repositories.
2740
teams.admin_access = Administrator Access
2741
teams.admin_access_helper = Members can pull and push to team repositories and add collaborators to them.
2742
teams.no_desc = This team has no description
2743
teams.settings = Settings
2744
teams.owners_permission_desc = Owners have full access to <strong>all repositories</strong> and have <strong>administrator access</strong> to the organization.
2745
teams.members = Team Members
2746
teams.update_settings = Update Settings
2747
teams.delete_team = Delete Team
2748
teams.add_team_member = Add Team Member
2749
teams.invite_team_member = Invite to %s
2750
teams.invite_team_member.list = Pending Invitations
2751
teams.delete_team_title = Delete Team
2752
teams.delete_team_desc = Deleting a team revokes repository access from its members. Continue?
2753
teams.delete_team_success = The team has been deleted.
2754
teams.read_permission_desc = This team grants <strong>Read</strong> access: members can view and clone team repositories.
2755
teams.write_permission_desc = This team grants <strong>Write</strong> access: members can read from and push to team repositories.
2756
teams.admin_permission_desc = This team grants <strong>Admin</strong> access: members can read from, push to and add collaborators to team repositories.
2757
teams.create_repo_permission_desc = Additionally, this team grants <strong>Create repository</strong> permission: members can create new repositories in organization.
2758
teams.repositories = Team Repositories
2759
teams.remove_all_repos_title = Remove all team repositories
2760
teams.remove_all_repos_desc = This will remove all repositories from the team.
2761
teams.add_all_repos_title = Add all repositories
2762
teams.add_all_repos_desc = This will add all the organization's repositories to the team.
2763
teams.add_nonexistent_repo = "The repository you're trying to add doesn't exist, please create it first."
2764
teams.add_duplicate_users = User is already a team member.
2765
teams.repos.none = No repositories could be accessed by this team.
2766
teams.members.none = No members on this team.
2767
teams.members.blocked_user = Cannot add the user because it is blocked by the organization.
2768
teams.specific_repositories = Specific repositories
2769
teams.specific_repositories_helper = Members will only have access to repositories explicitly added to the team. Selecting this <strong>will not</strong> automatically remove repositories already added with <i>All repositories</i>.
2770
teams.all_repositories = All repositories
2771
teams.all_repositories_helper = Team has access to all repositories. Selecting this will <strong>add all existing</strong> repositories to the team.
2772
teams.all_repositories_read_permission_desc = This team grants <strong>Read</strong> access to <strong>all repositories</strong>: members can view and clone repositories.
2773
teams.all_repositories_write_permission_desc = This team grants <strong>Write</strong> access to <strong>all repositories</strong>: members can read from and push to repositories.
2774
teams.all_repositories_admin_permission_desc = This team grants <strong>Admin</strong> access to <strong>all repositories</strong>: members can read from, push to and add collaborators to repositories.
2775
teams.invite.title = You have been invited to join team <strong>%s</strong> in organization <strong>%s</strong>.
2776
teams.invite.by = Invited by %s
2777
teams.invite.description = Please click the button below to join the team.
2778

2779
[admin]
2780
maintenance = Maintenance
2781
dashboard = Dashboard
2782
self_check = Self Check
2783
identity_access = Identity & Access
2784
users = User Accounts
2785
organizations = Organizations
2786
assets = Code Assets
2787
repositories = Repositories
2788
hooks = Webhooks
2789
integrations = Integrations
2790
authentication = Authentication Sources
2791
emails = User Emails
2792
config = Configuration
2793
config_summary = Summary
2794
config_settings = Settings
2795
notices = System Notices
2796
monitor = Monitoring
2797
first_page = First
2798
last_page = Last
2799
total = Total: %d
2800
settings = Admin Settings
2801

2802
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.
2803
dashboard.statistic = Summary
2804
dashboard.maintenance_operations = Maintenance Operations
2805
dashboard.system_status = System Status
2806
dashboard.operation_name = Operation Name
2807
dashboard.operation_switch = Switch
2808
dashboard.operation_run = Run
2809
dashboard.clean_unbind_oauth = Clean unbound OAuth connections
2810
dashboard.clean_unbind_oauth_success = All unbound OAuth connections have been deleted.
2811
dashboard.task.started=Started Task: %[1]s
2812
dashboard.task.process=Task: %[1]s
2813
dashboard.task.cancelled=Task: %[1]s canceled: %[3]s
2814
dashboard.task.error=Error in Task: %[1]s: %[3]s
2815
dashboard.task.finished=Task: %[1]s started by %[2]s has finished
2816
dashboard.task.unknown=Unknown task: %[1]s
2817
dashboard.cron.started=Started Cron: %[1]s
2818
dashboard.cron.process=Cron: %[1]s
2819
dashboard.cron.cancelled=Cron: %[1]s canceled: %[3]s
2820
dashboard.cron.error=Error in Cron: %s: %[3]s
2821
dashboard.cron.finished=Cron: %[1]s has finished
2822
dashboard.delete_inactive_accounts = Delete all unactivated accounts
2823
dashboard.delete_inactive_accounts.started = Delete all unactivated accounts task started.
2824
dashboard.delete_repo_archives = "Delete all repositories' archives (ZIP, TAR.GZ, etc..)"
2825
dashboard.delete_repo_archives.started = Delete all repository archives task started.
2826
dashboard.delete_missing_repos = Delete all repositories missing their Git files
2827
dashboard.delete_missing_repos.started = Delete all repositories missing their Git files task started.
2828
dashboard.delete_generated_repository_avatars = Delete generated repository avatars
2829
dashboard.sync_repo_branches = Sync missed branches from git data to databases
2830
dashboard.sync_repo_tags = Sync tags from git data to database
2831
dashboard.update_mirrors = Update Mirrors
2832
dashboard.repo_health_check = Health check all repositories
2833
dashboard.check_repo_stats = Check all repository statistics
2834
dashboard.archive_cleanup = Delete old repository archives
2835
dashboard.deleted_branches_cleanup = Clean-up deleted branches
2836
dashboard.update_migration_poster_id = Update migration poster IDs
2837
dashboard.git_gc_repos = Garbage collect all repositories
2838
dashboard.resync_all_sshkeys = Update the '.ssh/authorized_keys' file with Gitea SSH keys.
2839
dashboard.resync_all_sshprincipals = Update the '.ssh/authorized_principals' file with Gitea SSH principals.
2840
dashboard.resync_all_hooks = Resynchronize pre-receive, update and post-receive hooks of all repositories.
2841
dashboard.reinit_missing_repos = Reinitialize all missing Git repositories for which records exist
2842
dashboard.sync_external_users = Synchronize external user data
2843
dashboard.cleanup_hook_task_table = Cleanup hook_task table
2844
dashboard.cleanup_packages = Cleanup expired packages
2845
dashboard.cleanup_actions = Cleanup actions expired logs and artifacts
2846
dashboard.server_uptime = Server Uptime
2847
dashboard.current_goroutine = Current Goroutines
2848
dashboard.current_memory_usage = Current Memory Usage
2849
dashboard.total_memory_allocated = Total Memory Allocated
2850
dashboard.memory_obtained = Memory Obtained
2851
dashboard.pointer_lookup_times = Pointer Lookup Times
2852
dashboard.memory_allocate_times = Memory Allocations
2853
dashboard.memory_free_times = Memory Frees
2854
dashboard.current_heap_usage = Current Heap Usage
2855
dashboard.heap_memory_obtained = Heap Memory Obtained
2856
dashboard.heap_memory_idle = Heap Memory Idle
2857
dashboard.heap_memory_in_use = Heap Memory In Use
2858
dashboard.heap_memory_released = Heap Memory Released
2859
dashboard.heap_objects = Heap Objects
2860
dashboard.bootstrap_stack_usage = Bootstrap Stack Usage
2861
dashboard.stack_memory_obtained = Stack Memory Obtained
2862
dashboard.mspan_structures_usage = MSpan Structures Usage
2863
dashboard.mspan_structures_obtained = MSpan Structures Obtained
2864
dashboard.mcache_structures_usage = MCache Structures Usage
2865
dashboard.mcache_structures_obtained = MCache Structures Obtained
2866
dashboard.profiling_bucket_hash_table_obtained = Profiling Bucket Hash Table Obtained
2867
dashboard.gc_metadata_obtained = GC Metadata Obtained
2868
dashboard.other_system_allocation_obtained = Other System Allocation Obtained
2869
dashboard.next_gc_recycle = Next GC Recycle
2870
dashboard.last_gc_time = Since Last GC Time
2871
dashboard.total_gc_time = Total GC Pause
2872
dashboard.total_gc_pause = Total GC Pause
2873
dashboard.last_gc_pause = Last GC Pause
2874
dashboard.gc_times = GC Times
2875
dashboard.delete_old_actions = Delete all old actions from database
2876
dashboard.delete_old_actions.started = Delete all old actions from database started.
2877
dashboard.update_checker = Update checker
2878
dashboard.delete_old_system_notices = Delete all old system notices from database
2879
dashboard.gc_lfs = Garbage collect LFS meta objects
2880
dashboard.stop_zombie_tasks = Stop zombie tasks
2881
dashboard.stop_endless_tasks = Stop endless tasks
2882
dashboard.cancel_abandoned_jobs = Cancel abandoned jobs
2883
dashboard.start_schedule_tasks = Start schedule tasks
2884
dashboard.sync_branch.started = Branches Sync started
2885
dashboard.sync_tag.started = Tags Sync started
2886
dashboard.rebuild_issue_indexer = Rebuild issue indexer
2887

2888
users.user_manage_panel = User Account Management
2889
users.new_account = Create User Account
2890
users.name = Username
2891
users.full_name = Full Name
2892
users.activated = Activated
2893
users.admin = Admin
2894
users.restricted = Restricted
2895
users.reserved = Reserved
2896
users.bot = Bot
2897
users.remote = Remote
2898
users.2fa = 2FA
2899
users.repos = Repos
2900
users.created = Created
2901
users.last_login = Last Sign-In
2902
users.never_login = Never Signed-In
2903
users.send_register_notify = Send User Registration Notification
2904
users.new_success = The user account "%s" has been created.
2905
users.edit = Edit
2906
users.auth_source = Authentication Source
2907
users.local = Local
2908
users.auth_login_name = Authentication Sign-In Name
2909
users.password_helper = Leave the password empty to keep it unchanged.
2910
users.update_profile_success = The user account has been updated.
2911
users.edit_account = Edit User Account
2912
users.max_repo_creation = Maximum Number of Repositories
2913
users.max_repo_creation_desc = (Enter -1 to use the global default limit.)
2914
users.is_activated = User Account Is Activated
2915
users.prohibit_login = Disable Sign-In
2916
users.is_admin = Is Administrator
2917
users.is_restricted = Is Restricted
2918
users.allow_git_hook = May Create Git Hooks
2919
users.allow_git_hook_tooltip = Git Hooks are executed as the OS user running Gitea and will have the same level of host access. As a result, users with this special Git Hook privilege can access and modify all Gitea repositories as well as the database used by Gitea. Consequently they are also able to gain Gitea administrator privileges.
2920
users.allow_import_local = May Import Local Repositories
2921
users.allow_create_organization = May Create Organizations
2922
users.update_profile = Update User Account
2923
users.delete_account = Delete User Account
2924
users.cannot_delete_self = "You cannot delete yourself"
2925
users.still_own_repo = This user still owns one or more repositories. Delete or transfer these repositories first.
2926
users.still_has_org = This user is a member of an organization. Remove the user from any organizations first.
2927
users.purge = Purge User
2928
users.purge_help = Forcibly delete user and any repositories, organizations, and packages owned by the user. All comments will be deleted too.
2929
users.still_own_packages = This user still owns one or more packages, delete these packages first.
2930
users.deletion_success = The user account has been deleted.
2931
users.reset_2fa = Reset 2FA
2932
users.list_status_filter.menu_text = Filter
2933
users.list_status_filter.reset = Reset
2934
users.list_status_filter.is_active = Active
2935
users.list_status_filter.not_active = Inactive
2936
users.list_status_filter.is_admin = Admin
2937
users.list_status_filter.not_admin = Not Admin
2938
users.list_status_filter.is_restricted = Restricted
2939
users.list_status_filter.not_restricted = Not Restricted
2940
users.list_status_filter.is_prohibit_login = Prohibit Login
2941
users.list_status_filter.not_prohibit_login = Allow Login
2942
users.list_status_filter.is_2fa_enabled = 2FA Enabled
2943
users.list_status_filter.not_2fa_enabled = 2FA Disabled
2944
users.details = User Details
2945

2946
emails.email_manage_panel = User Email Management
2947
emails.primary = Primary
2948
emails.activated = Activated
2949
emails.filter_sort.email = Email
2950
emails.filter_sort.email_reverse = Email (reverse)
2951
emails.filter_sort.name = User Name
2952
emails.filter_sort.name_reverse = User Name (reverse)
2953
emails.updated = Email updated
2954
emails.not_updated = Failed to update the requested email address: %v
2955
emails.duplicate_active = This email address is already active for a different user.
2956
emails.change_email_header = Update Email Properties
2957
emails.change_email_text = Are you sure you want to update this email address?
2958

2959
orgs.org_manage_panel = Organization Management
2960
orgs.name = Name
2961
orgs.teams = Teams
2962
orgs.members = Members
2963
orgs.new_orga = New Organization
2964

2965
repos.repo_manage_panel = Repository Management
2966
repos.unadopted = Unadopted Repositories
2967
repos.unadopted.no_more = No more unadopted repositories found
2968
repos.owner = Owner
2969
repos.name = Name
2970
repos.private = Private
2971
repos.issues = Issues
2972
repos.size = Size
2973
repos.lfs_size = LFS Size
2974

2975
packages.package_manage_panel = Package Management
2976
packages.total_size = Total Size: %s
2977
packages.unreferenced_size = Unreferenced Size: %s
2978
packages.cleanup = Clean up expired data
2979
packages.cleanup.success = Cleaned up expired data successfully
2980
packages.owner = Owner
2981
packages.creator = Creator
2982
packages.name = Name
2983
packages.version = Version
2984
packages.type = Type
2985
packages.repository = Repository
2986
packages.size = Size
2987
packages.published = Published
2988

2989
defaulthooks = Default Webhooks
2990
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>.
2991
defaulthooks.add_webhook = Add Default Webhook
2992
defaulthooks.update_webhook = Update Default Webhook
2993

2994
systemhooks = System Webhooks
2995
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>.
2996
systemhooks.add_webhook = Add System Webhook
2997
systemhooks.update_webhook = Update System Webhook
2998

2999
auths.auth_manage_panel = Authentication Source Management
3000
auths.new = Add Authentication Source
3001
auths.name = Name
3002
auths.type = Type
3003
auths.enabled = Enabled
3004
auths.syncenabled = Enable User Synchronization
3005
auths.updated = Updated
3006
auths.auth_type = Authentication Type
3007
auths.auth_name = Authentication Name
3008
auths.security_protocol = Security Protocol
3009
auths.domain = Domain
3010
auths.host = Host
3011
auths.port = Port
3012
auths.bind_dn = Bind DN
3013
auths.bind_password = Bind Password
3014
auths.user_base = User Search Base
3015
auths.user_dn = User DN
3016
auths.attribute_username = Username Attribute
3017
auths.attribute_username_placeholder = Leave empty to use the username entered in Gitea.
3018
auths.attribute_name = First Name Attribute
3019
auths.attribute_surname = Surname Attribute
3020
auths.attribute_mail = Email Attribute
3021
auths.attribute_ssh_public_key = Public SSH Key Attribute
3022
auths.attribute_avatar = Avatar Attribute
3023
auths.attributes_in_bind = Fetch Attributes in Bind DN Context
3024
auths.allow_deactivate_all = Allow an empty search result to deactivate all users
3025
auths.use_paged_search = Use Paged Search
3026
auths.search_page_size = Page Size
3027
auths.filter = User Filter
3028
auths.admin_filter = Admin Filter
3029
auths.restricted_filter = Restricted Filter
3030
auths.restricted_filter_helper = Leave empty to not set any users as restricted. Use an asterisk ('*') to set all users that do not match Admin Filter as restricted.
3031
auths.verify_group_membership = Verify group membership in LDAP (leave the filter empty to skip)
3032
auths.group_search_base = Group Search Base DN
3033
auths.group_attribute_list_users = Group Attribute Containing List Of Users
3034
auths.user_attribute_in_group = User Attribute Listed In Group
3035
auths.map_group_to_team = Map LDAP groups to Organization teams (leave the field empty to skip)
3036
auths.map_group_to_team_removal = Remove users from synchronized teams if user does not belong to corresponding LDAP group
3037
auths.enable_ldap_groups = Enable LDAP groups
3038
auths.ms_ad_sa = MS AD Search Attributes
3039
auths.smtp_auth = SMTP Authentication Type
3040
auths.smtphost = SMTP Host
3041
auths.smtpport = SMTP Port
3042
auths.allowed_domains = Allowed Domains
3043
auths.allowed_domains_helper = Leave empty to allow all domains. Separate multiple domains with a comma (',').
3044
auths.skip_tls_verify = Skip TLS Verify
3045
auths.force_smtps = Force SMTPS
3046
auths.force_smtps_helper = SMTPS is always used on port 465. Set this to force SMTPS on other ports. (Otherwise STARTTLS will be used on other ports if it is supported by the host.)
3047
auths.helo_hostname = HELO Hostname
3048
auths.helo_hostname_helper = Hostname sent with HELO. Leave blank to send current hostname.
3049
auths.disable_helo = Disable HELO
3050
auths.pam_service_name = PAM Service Name
3051
auths.pam_email_domain = PAM Email Domain (optional)
3052
auths.oauth2_provider = OAuth2 Provider
3053
auths.oauth2_icon_url = Icon URL
3054
auths.oauth2_clientID = Client ID (Key)
3055
auths.oauth2_clientSecret = Client Secret
3056
auths.openIdConnectAutoDiscoveryURL = OpenID Connect Auto Discovery URL
3057
auths.oauth2_use_custom_url = Use Custom URLs Instead of Default URLs
3058
auths.oauth2_tokenURL = Token URL
3059
auths.oauth2_authURL = Authorize URL
3060
auths.oauth2_profileURL = Profile URL
3061
auths.oauth2_emailURL = Email URL
3062
auths.skip_local_two_fa = Skip local 2FA
3063
auths.skip_local_two_fa_helper = Leaving unset means local users with 2FA set will still have to pass 2FA to log on
3064
auths.oauth2_tenant = Tenant
3065
auths.oauth2_scopes = Additional Scopes
3066
auths.oauth2_required_claim_name = Required Claim Name
3067
auths.oauth2_required_claim_name_helper = Set this name to restrict login from this source to users with a claim with this name
3068
auths.oauth2_required_claim_value = Required Claim Value
3069
auths.oauth2_required_claim_value_helper = Set this value to restrict login from this source to users with a claim with this name and value
3070
auths.oauth2_group_claim_name = Claim name providing group names for this source. (Optional)
3071
auths.oauth2_admin_group = Group Claim value for administrator users. (Optional - requires claim name above)
3072
auths.oauth2_restricted_group = Group Claim value for restricted users. (Optional - requires claim name above)
3073
auths.oauth2_map_group_to_team = Map claimed groups to Organization teams. (Optional - requires claim name above)
3074
auths.oauth2_map_group_to_team_removal = Remove users from synchronized teams if user does not belong to corresponding group.
3075
auths.enable_auto_register = Enable Auto Registration
3076
auths.sspi_auto_create_users = Automatically create users
3077
auths.sspi_auto_create_users_helper = Allow SSPI auth method to automatically create new accounts for users that login for the first time
3078
auths.sspi_auto_activate_users = Automatically activate users
3079
auths.sspi_auto_activate_users_helper = Allow SSPI auth method to automatically activate new users
3080
auths.sspi_strip_domain_names = Remove domain names from usernames
3081
auths.sspi_strip_domain_names_helper = If checked, domain names will be removed from logon names (eg. "DOMAIN\user" and "user@example.org" both will become just "user").
3082
auths.sspi_separator_replacement = Separator to use instead of \, / and @
3083
auths.sspi_separator_replacement_helper = The character to use to replace the separators of down-level logon names (eg. the \ in "DOMAIN\user") and user principal names (eg. the @ in "user@example.org").
3084
auths.sspi_default_language = Default user language
3085
auths.sspi_default_language_helper = Default language for users automatically created by SSPI auth method. Leave empty if you prefer language to be automatically detected.
3086
auths.tips = Tips
3087
auths.tips.oauth2.general = OAuth2 Authentication
3088
auths.tips.oauth2.general.tip = When registering a new OAuth2 authentication, the callback/redirect URL should be:
3089
auths.tip.oauth2_provider = OAuth2 Provider
3090
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'
3091
auths.tip.nextcloud = Register a new OAuth consumer on your instance using the following menu "Settings -> Security -> OAuth 2.0 client"
3092
auths.tip.dropbox = Create a new application at https://www.dropbox.com/developers/apps
3093
auths.tip.facebook = Register a new application at https://developers.facebook.com/apps and add the product "Facebook Login"
3094
auths.tip.github = Register a new OAuth application on https://github.com/settings/applications/new
3095
auths.tip.gitlab_new = Register a new application on https://gitlab.com/-/profile/applications
3096
auths.tip.google_plus = Obtain OAuth2 client credentials from the Google API console at https://console.developers.google.com/
3097
auths.tip.openid_connect = Use the OpenID Connect Discovery URL (<server>/.well-known/openid-configuration) to specify the endpoints
3098
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
3099
auths.tip.discord = Register a new application on https://discordapp.com/developers/applications/me
3100
auths.tip.gitea = Register a new OAuth2 application. Guide can be found at https://docs.gitea.com/development/oauth2-provider
3101
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"
3102
auths.tip.mastodon = Input a custom instance URL for the mastodon instance you want to authenticate with (or use the default one)
3103
auths.edit = Edit Authentication Source
3104
auths.activated = This Authentication Source is Activated
3105
auths.new_success = The authentication "%s" has been added.
3106
auths.update_success = The authentication source has been updated.
3107
auths.update = Update Authentication Source
3108
auths.delete = Delete Authentication Source
3109
auths.delete_auth_title = Delete Authentication Source
3110
auths.delete_auth_desc = Deleting an authentication source prevents users from using it to sign in. Continue?
3111
auths.still_in_used = The authentication source is still in use. Convert or delete any users using this authentication source first.
3112
auths.deletion_success = The authentication source has been deleted.
3113
auths.login_source_exist = The authentication source "%s" already exists.
3114
auths.login_source_of_type_exist = An authentication source of this type already exists.
3115
auths.unable_to_initialize_openid = Unable to initialize OpenID Connect Provider: %s
3116
auths.invalid_openIdConnectAutoDiscoveryURL = Invalid Auto Discovery URL (this must be a valid URL starting with http:// or https://)
3117

3118
config.server_config = Server Configuration
3119
config.app_name = Site Title
3120
config.app_ver = Gitea Version
3121
config.app_url = Gitea Base URL
3122
config.custom_conf = Configuration File Path
3123
config.custom_file_root_path = "Custom File Root Path"
3124
config.domain = Server Domain
3125
config.offline_mode = Local Mode
3126
config.disable_router_log = Disable Router Log
3127
config.run_user = Run As Username
3128
config.run_mode = Run Mode
3129
config.git_version = Git Version
3130
config.app_data_path = App Data Path
3131
config.repo_root_path = Repository Root Path
3132
config.lfs_root_path = LFS Root Path
3133
config.log_file_root_path = Log Path
3134
config.script_type = Script Type
3135
config.reverse_auth_user = Reverse Authentication User
3136

3137
config.ssh_config = SSH Configuration
3138
config.ssh_enabled = Enabled
3139
config.ssh_start_builtin_server = Use Built-In Server
3140
config.ssh_domain = SSH Server Domain
3141
config.ssh_port = Port
3142
config.ssh_listen_port = Listen Port
3143
config.ssh_root_path = Root Path
3144
config.ssh_key_test_path = Key Test Path
3145
config.ssh_keygen_path = Keygen ('ssh-keygen') Path
3146
config.ssh_minimum_key_size_check = Minimum Key Size Check
3147
config.ssh_minimum_key_sizes = Minimum Key Sizes
3148

3149
config.lfs_config = LFS Configuration
3150
config.lfs_enabled = Enabled
3151
config.lfs_content_path = LFS Content Path
3152
config.lfs_http_auth_expiry = LFS HTTP Auth Expiry
3153

3154
config.db_config = Database Configuration
3155
config.db_type = Type
3156
config.db_host = Host
3157
config.db_name = Name
3158
config.db_user = Username
3159
config.db_schema = Schema
3160
config.db_ssl_mode = SSL
3161
config.db_path = Path
3162

3163
config.service_config = Service Configuration
3164
config.register_email_confirm = Require Email Confirmation to Register
3165
config.disable_register = Disable Self-Registration
3166
config.allow_only_internal_registration = Allow Registration Only Through Gitea itself
3167
config.allow_only_external_registration = Allow Registration Only Through External Services
3168
config.enable_openid_signup = Enable OpenID Self-Registration
3169
config.enable_openid_signin = Enable OpenID Sign-In
3170
config.show_registration_button = Show Register Button
3171
config.require_sign_in_view = Require Sign-In to View Pages
3172
config.mail_notify = Enable Email Notifications
3173
config.enable_captcha = Enable CAPTCHA
3174
config.active_code_lives = Active Code Lives
3175
config.reset_password_code_lives = Recover Account Code Expiry Time
3176
config.default_keep_email_private = Hide Email Addresses by Default
3177
config.default_allow_create_organization = Allow Creation of Organizations by Default
3178
config.enable_timetracking = Enable Time Tracking
3179
config.default_enable_timetracking = Enable Time Tracking by Default
3180
config.default_allow_only_contributors_to_track_time = Let Only Contributors Track Time
3181
config.no_reply_address = Hidden Email Domain
3182
config.default_visibility_organization = Default visibility for new Organizations
3183
config.default_enable_dependencies = Enable Issue Dependencies by Default
3184

3185
config.webhook_config = Webhook Configuration
3186
config.queue_length = Queue Length
3187
config.deliver_timeout = Deliver Timeout
3188
config.skip_tls_verify = Skip TLS Verification
3189

3190
config.mailer_config = Mailer Configuration
3191
config.mailer_enabled = Enabled
3192
config.mailer_enable_helo = Enable HELO
3193
config.mailer_name = Name
3194
config.mailer_protocol = Protocol
3195
config.mailer_smtp_addr = SMTP Addr
3196
config.mailer_smtp_port = SMTP Port
3197
config.mailer_user = User
3198
config.mailer_use_sendmail = Use Sendmail
3199
config.mailer_sendmail_path = Sendmail Path
3200
config.mailer_sendmail_args = Extra Arguments to Sendmail
3201
config.mailer_sendmail_timeout = Sendmail Timeout
3202
config.mailer_use_dummy = Dummy
3203
config.test_email_placeholder = Email (e.g. test@example.com)
3204
config.send_test_mail = Send Testing Email
3205
config.send_test_mail_submit = Send
3206
config.test_mail_failed = Failed to send a testing email to "%s": %v
3207
config.test_mail_sent = A testing email has been sent to "%s".
3208

3209
config.oauth_config = OAuth Configuration
3210
config.oauth_enabled = Enabled
3211

3212
config.cache_config = Cache Configuration
3213
config.cache_adapter = Cache Adapter
3214
config.cache_interval = Cache Interval
3215
config.cache_conn = Cache Connection
3216
config.cache_item_ttl = Cache Item TTL
3217

3218
config.session_config = Session Configuration
3219
config.session_provider = Session Provider
3220
config.provider_config = Provider Config
3221
config.cookie_name = Cookie Name
3222
config.gc_interval_time = GC Interval Time
3223
config.session_life_time = Session Life Time
3224
config.https_only = HTTPS Only
3225
config.cookie_life_time = Cookie Life Time
3226

3227
config.picture_config = Picture and Avatar Configuration
3228
config.picture_service = Picture Service
3229
config.disable_gravatar = Disable Gravatar
3230
config.enable_federated_avatar = Enable Federated Avatars
3231
config.open_with_editor_app_help = The "Open with" editors for the clone menu. If left empty, the default will be used. Expand to see the default.
3232

3233
config.git_config = Git Configuration
3234
config.git_disable_diff_highlight = Disable Diff Syntax Highlight
3235
config.git_max_diff_lines = Max Diff Lines (for a single file)
3236
config.git_max_diff_line_characters = Max Diff Characters (for a single line)
3237
config.git_max_diff_files = Max Diff Files (to be shown)
3238
config.git_gc_args = GC Arguments
3239
config.git_migrate_timeout = Migration Timeout
3240
config.git_mirror_timeout = Mirror Update Timeout
3241
config.git_clone_timeout = Clone Operation Timeout
3242
config.git_pull_timeout = Pull Operation Timeout
3243
config.git_gc_timeout = GC Operation Timeout
3244

3245
config.log_config = Log Configuration
3246
config.logger_name_fmt = Logger: %s
3247
config.disabled_logger = Disabled
3248
config.access_log_mode = Access Log Mode
3249
config.access_log_template = Access Log Template
3250
config.xorm_log_sql = Log SQL
3251

3252
config.set_setting_failed = Set setting %s failed
3253

3254
monitor.stats = Stats
3255

3256
monitor.cron = Cron Tasks
3257
monitor.name = Name
3258
monitor.schedule = Schedule
3259
monitor.next = Next Time
3260
monitor.previous = Previous Time
3261
monitor.execute_times = Executions
3262
monitor.process = Running Processes
3263
monitor.stacktrace = Stacktrace
3264
monitor.processes_count = %d Processes
3265
monitor.download_diagnosis_report = Download diagnosis report
3266
monitor.desc = Description
3267
monitor.start = Start Time
3268
monitor.execute_time = Execution Time
3269
monitor.last_execution_result = Result
3270
monitor.process.cancel = Cancel process
3271
monitor.process.cancel_desc = Cancelling a process may cause data loss
3272
monitor.process.cancel_notices = Cancel: <strong>%s</strong>?
3273
monitor.process.children = Children
3274

3275
monitor.queues = Queues
3276
monitor.queue = Queue: %s
3277
monitor.queue.name = Name
3278
monitor.queue.type = Type
3279
monitor.queue.exemplar = Exemplar Type
3280
monitor.queue.numberworkers = Number of Workers
3281
monitor.queue.activeworkers = Active Workers
3282
monitor.queue.maxnumberworkers = Max Number of Workers
3283
monitor.queue.numberinqueue = Number in Queue
3284
monitor.queue.review_add = Review / Add Workers
3285
monitor.queue.settings.title = Pool Settings
3286
monitor.queue.settings.desc = Pools dynamically grow in response to their worker queue blocking.
3287
monitor.queue.settings.maxnumberworkers = Max Number of workers
3288
monitor.queue.settings.maxnumberworkers.placeholder = Currently %[1]d
3289
monitor.queue.settings.maxnumberworkers.error = Max number of workers must be a number
3290
monitor.queue.settings.submit = Update Settings
3291
monitor.queue.settings.changed = Settings Updated
3292
monitor.queue.settings.remove_all_items = Remove all
3293
monitor.queue.settings.remove_all_items_done = All items in the queue have been removed.
3294

3295
notices.system_notice_list = System Notices
3296
notices.view_detail_header = View Notice Details
3297
notices.operations = Operations
3298
notices.select_all = Select All
3299
notices.deselect_all = Deselect All
3300
notices.inverse_selection = Inverse Selection
3301
notices.delete_selected = Delete Selected
3302
notices.delete_all = Delete All Notices
3303
notices.type = Type
3304
notices.type_1 = Repository
3305
notices.type_2 = Task
3306
notices.desc = Description
3307
notices.op = Op.
3308
notices.delete_success = The system notices have been deleted.
3309

3310
self_check.no_problem_found = No problem found yet.
3311
self_check.startup_warnings = Startup warnings:
3312
self_check.database_collation_mismatch = Expect database to use collation: %s
3313
self_check.database_collation_case_insensitive = Database is using a collation %s, which is an insensitive collation. Although Gitea could work with it, there might be some rare cases which don't work as expected.
3314
self_check.database_inconsistent_collation_columns = Database is using collation %s, but these columns are using mismatched collations. It might cause some unexpected problems.
3315
self_check.database_fix_mysql = For MySQL/MariaDB users, you could use the "gitea doctor convert" command to fix the collation problems, or you could also fix the problem by "ALTER ... COLLATE ..." SQLs manually.
3316
self_check.database_fix_mssql = For MSSQL users, you could only fix the problem by "ALTER ... COLLATE ..." SQLs manually at the moment.
3317

3318
[action]
3319
create_repo = created repository <a href="%s">%s</a>
3320
rename_repo = renamed repository from <code>%[1]s</code> to <a href="%[2]s">%[3]s</a>
3321
commit_repo = pushed to <a href="%[2]s">%[3]s</a> at <a href="%[1]s">%[4]s</a>
3322
create_issue = `opened issue <a href="%[1]s">%[3]s#%[2]s</a>`
3323
close_issue = `closed issue <a href="%[1]s">%[3]s#%[2]s</a>`
3324
reopen_issue = `reopened issue <a href="%[1]s">%[3]s#%[2]s</a>`
3325
create_pull_request = `created pull request <a href="%[1]s">%[3]s#%[2]s</a>`
3326
close_pull_request = `closed pull request <a href="%[1]s">%[3]s#%[2]s</a>`
3327
reopen_pull_request = `reopened pull request <a href="%[1]s">%[3]s#%[2]s</a>`
3328
comment_issue = `commented on issue <a href="%[1]s">%[3]s#%[2]s</a>`
3329
comment_pull = `commented on pull request <a href="%[1]s">%[3]s#%[2]s</a>`
3330
merge_pull_request = `merged pull request <a href="%[1]s">%[3]s#%[2]s</a>`
3331
auto_merge_pull_request = `automatically merged pull request <a href="%[1]s">%[3]s#%[2]s</a>`
3332
transfer_repo = transferred repository <code>%s</code> to <a href="%s">%s</a>
3333
push_tag = pushed tag <a href="%[2]s">%[3]s</a> to <a href="%[1]s">%[4]s</a>
3334
delete_tag = deleted tag %[2]s from <a href="%[1]s">%[3]s</a>
3335
delete_branch = deleted branch %[2]s from <a href="%[1]s">%[3]s</a>
3336
compare_branch = Compare
3337
compare_commits = Compare %d commits
3338
compare_commits_general = Compare commits
3339
mirror_sync_push = synced commits to <a href="%[2]s">%[3]s</a> at <a href="%[1]s">%[4]s</a> from mirror
3340
mirror_sync_create = synced new reference <a href="%[2]s">%[3]s</a> to <a href="%[1]s">%[4]s</a> from mirror
3341
mirror_sync_delete = synced and deleted reference <code>%[2]s</code> at <a href="%[1]s">%[3]s</a> from mirror
3342
approve_pull_request = `approved <a href="%[1]s">%[3]s#%[2]s</a>`
3343
reject_pull_request = `suggested changes for <a href="%[1]s">%[3]s#%[2]s</a>`
3344
publish_release = `released <a href="%[2]s"> "%[4]s" </a> at <a href="%[1]s">%[3]s</a>`
3345
review_dismissed = `dismissed review from <b>%[4]s</b> for <a href="%[1]s">%[3]s#%[2]s</a>`
3346
review_dismissed_reason = Reason:
3347
create_branch = created branch <a href="%[2]s">%[3]s</a> in <a href="%[1]s">%[4]s</a>
3348
starred_repo = starred <a href="%[1]s">%[2]s</a>
3349
watched_repo = started watching <a href="%[1]s">%[2]s</a>
3350

3351
[tool]
3352
now = now
3353
future = future
3354
1s = 1 second
3355
1m = 1 minute
3356
1h = 1 hour
3357
1d = 1 day
3358
1w = 1 week
3359
1mon = 1 month
3360
1y = 1 year
3361
seconds = %d seconds
3362
minutes = %d minutes
3363
hours = %d hours
3364
days = %d days
3365
weeks = %d weeks
3366
months = %d months
3367
years = %d years
3368
raw_seconds = seconds
3369
raw_minutes = minutes
3370

3371
[dropzone]
3372
default_message = Drop files or click here to upload.
3373
invalid_input_type = You cannot upload files of this type.
3374
file_too_big = File size ({{filesize}} MB) exceeds the maximum size of ({{maxFilesize}} MB).
3375
remove_file = Remove file
3376

3377
[notification]
3378
notifications = Notifications
3379
unread = Unread
3380
read = Read
3381
no_unread = No unread notifications.
3382
no_read = No read notifications.
3383
pin = Pin notification
3384
mark_as_read = Mark as read
3385
mark_as_unread = Mark as unread
3386
mark_all_as_read = Mark all as read
3387
subscriptions = Subscriptions
3388
watching = Watching
3389
no_subscriptions = No subscriptions
3390

3391
[gpg]
3392
default_key=Signed with default key
3393
error.extract_sign = Failed to extract signature
3394
error.generate_hash = Failed to generate hash of commit
3395
error.no_committer_account = No account linked to committer's email address
3396
error.no_gpg_keys_found = "No known key found for this signature in database"
3397
error.not_signed_commit = "Not a signed commit"
3398
error.failed_retrieval_gpg_keys = "Failed to retrieve any key attached to the committer's account"
3399
error.probable_bad_signature = "WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS."
3400
error.probable_bad_default_signature = "WARNING! Although the default key has this ID it does not verify this commit! This commit is SUSPICIOUS."
3401

3402
[units]
3403
unit = Unit
3404
error.no_unit_allowed_repo = You are not allowed to access any section of this repository.
3405
error.unit_not_allowed = You are not allowed to access this repository section.
3406

3407
[packages]
3408
title = Packages
3409
desc = Manage repository packages.
3410
empty = There are no packages yet.
3411
empty.documentation = For more information on the package registry, see <a target="_blank" rel="noopener noreferrer" href="%s">the documentation</a>.
3412
empty.repo = Did you upload a package, but it's not shown here? Go to <a href="%[1]s">package settings</a> and link it to this repo.
3413
registry.documentation = For more information on the %s registry, see <a target="_blank" rel="noopener noreferrer" href="%s">the documentation</a>.
3414
filter.type = Type
3415
filter.type.all = All
3416
filter.no_result = Your filter produced no results.
3417
filter.container.tagged = Tagged
3418
filter.container.untagged = Untagged
3419
published_by = Published %[1]s by <a href="%[2]s">%[3]s</a>
3420
published_by_in = Published %[1]s by <a href="%[2]s">%[3]s</a> in <a href="%[4]s"><strong>%[5]s</strong></a>
3421
installation = Installation
3422
about = About this package
3423
requirements = Requirements
3424
dependencies = Dependencies
3425
keywords = Keywords
3426
details = Details
3427
details.author = Author
3428
details.project_site = Project Site
3429
details.repository_site = Repository Site
3430
details.documentation_site = Documentation Site
3431
details.license = License
3432
assets = Assets
3433
versions = Versions
3434
versions.view_all = View all
3435
dependency.id = ID
3436
dependency.version = Version
3437
alpine.registry = Setup this registry by adding the url in your <code>/etc/apk/repositories</code> file:
3438
alpine.registry.key = Download the registry public RSA key into the <code>/etc/apk/keys/</code> folder to verify the index signature:
3439
alpine.registry.info = Choose $branch and $repository from the list below.
3440
alpine.install = To install the package, run the following command:
3441
alpine.repository = Repository Info
3442
alpine.repository.branches = Branches
3443
alpine.repository.repositories = Repositories
3444
alpine.repository.architectures = Architectures
3445
cargo.registry = Setup this registry in the Cargo configuration file (for example <code>~/.cargo/config.toml</code>):
3446
cargo.install = To install the package using Cargo, run the following command:
3447
chef.registry = Setup this registry in your <code>~/.chef/config.rb</code> file:
3448
chef.install = To install the package, run the following command:
3449
composer.registry = Setup this registry in your <code>~/.composer/config.json</code> file:
3450
composer.install = To install the package using Composer, run the following command:
3451
composer.dependencies = Dependencies
3452
composer.dependencies.development = Development Dependencies
3453
conan.details.repository = Repository
3454
conan.registry = Setup this registry from the command line:
3455
conan.install = To install the package using Conan, run the following command:
3456
conda.registry = Setup this registry as a Conda repository in your <code>.condarc</code> file:
3457
conda.install = To install the package using Conda, run the following command:
3458
container.details.type = Image Type
3459
container.details.platform = Platform
3460
container.pull = Pull the image from the command line:
3461
container.digest = Digest:
3462
container.multi_arch = OS / Arch
3463
container.layers = Image Layers
3464
container.labels = Labels
3465
container.labels.key = Key
3466
container.labels.value = Value
3467
cran.registry = Setup this registry in your <code>Rprofile.site</code> file:
3468
cran.install = To install the package, run the following command:
3469
debian.registry = Setup this registry from the command line:
3470
debian.registry.info = Choose $distribution and $component from the list below.
3471
debian.install = To install the package, run the following command:
3472
debian.repository = Repository Info
3473
debian.repository.distributions = Distributions
3474
debian.repository.components = Components
3475
debian.repository.architectures = Architectures
3476
generic.download = Download package from the command line:
3477
go.install = Install the package from the command line:
3478
helm.registry = Setup this registry from the command line:
3479
helm.install = To install the package, run the following command:
3480
maven.registry = Setup this registry in your project <code>pom.xml</code> file:
3481
maven.install = To use the package include the following in the <code>dependencies</code> block in the <code>pom.xml</code> file:
3482
maven.install2 = Run via command line:
3483
maven.download = To download the dependency, run via command line:
3484
nuget.registry = Setup this registry from the command line:
3485
nuget.install = To install the package using NuGet, run the following command:
3486
nuget.dependency.framework = Target Framework
3487
npm.registry = Setup this registry in your project <code>.npmrc</code> file:
3488
npm.install = To install the package using npm, run the following command:
3489
npm.install2 = or add it to the package.json file:
3490
npm.dependencies = Dependencies
3491
npm.dependencies.development = Development Dependencies
3492
npm.dependencies.peer = Peer Dependencies
3493
npm.dependencies.optional = Optional Dependencies
3494
npm.details.tag = Tag
3495
pub.install = To install the package using Dart, run the following command:
3496
pypi.requires = Requires Python
3497
pypi.install = To install the package using pip, run the following command:
3498
rpm.registry = Setup this registry from the command line:
3499
rpm.distros.redhat = on RedHat based distributions
3500
rpm.distros.suse = on SUSE based distributions
3501
rpm.install = To install the package, run the following command:
3502
rpm.repository = Repository Info
3503
rpm.repository.architectures = Architectures
3504
rpm.repository.multiple_groups = This package is available in multiple groups.
3505
rubygems.install = To install the package using gem, run the following command:
3506
rubygems.install2 = or add it to the Gemfile:
3507
rubygems.dependencies.runtime = Runtime Dependencies
3508
rubygems.dependencies.development = Development Dependencies
3509
rubygems.required.ruby = Requires Ruby version
3510
rubygems.required.rubygems = Requires RubyGem version
3511
swift.registry = Setup this registry from the command line:
3512
swift.install = Add the package in your <code>Package.swift</code> file:
3513
swift.install2 = and run the following command:
3514
vagrant.install = To add a Vagrant box, run the following command:
3515
settings.link = Link this package to a repository
3516
settings.link.description = If you link a package with a repository, the package is listed in the repository's package list.
3517
settings.link.select = Select Repository
3518
settings.link.button = Update Repository Link
3519
settings.link.success = Repository link was successfully updated.
3520
settings.link.error = Failed to update repository link.
3521
settings.delete = Delete package
3522
settings.delete.description = Deleting a package is permanent and cannot be undone.
3523
settings.delete.notice = You are about to delete %s (%s). This operation is irreversible, are you sure?
3524
settings.delete.success = The package has been deleted.
3525
settings.delete.error = Failed to delete the package.
3526
owner.settings.cargo.title = Cargo Registry Index
3527
owner.settings.cargo.initialize = Initialize Index
3528
owner.settings.cargo.initialize.description = A special index Git repository is needed to use the Cargo registry. Using this option will (re-)create the repository and configure it automatically.
3529
owner.settings.cargo.initialize.error = Failed to initialize Cargo index: %v
3530
owner.settings.cargo.initialize.success = The Cargo index was successfully created.
3531
owner.settings.cargo.rebuild = Rebuild Index
3532
owner.settings.cargo.rebuild.description = Rebuilding can be useful if the index is not synchronized with the stored Cargo packages.
3533
owner.settings.cargo.rebuild.error = Failed to rebuild Cargo index: %v
3534
owner.settings.cargo.rebuild.success = The Cargo index was successfully rebuild.
3535
owner.settings.cleanuprules.title = Manage Cleanup Rules
3536
owner.settings.cleanuprules.add = Add Cleanup Rule
3537
owner.settings.cleanuprules.edit = Edit Cleanup Rule
3538
owner.settings.cleanuprules.none = No cleanup rules available. Please consult the documentation.
3539
owner.settings.cleanuprules.preview = Cleanup Rule Preview
3540
owner.settings.cleanuprules.preview.overview = %d packages are scheduled to be removed.
3541
owner.settings.cleanuprules.preview.none = Cleanup rule does not match any packages.
3542
owner.settings.cleanuprules.enabled = Enabled
3543
owner.settings.cleanuprules.pattern_full_match = Apply pattern to full package name
3544
owner.settings.cleanuprules.keep.title = Versions that match these rules are kept, even if they match a removal rule below.
3545
owner.settings.cleanuprules.keep.count = Keep the most recent
3546
owner.settings.cleanuprules.keep.count.1 = 1 version per package
3547
owner.settings.cleanuprules.keep.count.n = %d versions per package
3548
owner.settings.cleanuprules.keep.pattern = Keep versions matching
3549
owner.settings.cleanuprules.keep.pattern.container = The <code>latest</code> version is always kept for Container packages.
3550
owner.settings.cleanuprules.remove.title = Versions that match these rules are removed, unless a rule above says to keep them.
3551
owner.settings.cleanuprules.remove.days = Remove versions older than
3552
owner.settings.cleanuprules.remove.pattern = Remove versions matching
3553
owner.settings.cleanuprules.success.update = Cleanup rule has been updated.
3554
owner.settings.cleanuprules.success.delete = Cleanup rule has been deleted.
3555
owner.settings.chef.title = Chef Registry
3556
owner.settings.chef.keypair = Generate key pair
3557
owner.settings.chef.keypair.description = A key pair is necessary to authenticate to the Chef registry. If you have generated a key pair before, generating a new key pair will discard the old key pair.
3558

3559
[secrets]
3560
secrets = Secrets
3561
description = Secrets will be passed to certain actions and cannot be read otherwise.
3562
none = There are no secrets yet.
3563
creation = Add Secret
3564
creation.name_placeholder = case-insensitive, alphanumeric characters or underscores only, cannot start with GITEA_ or GITHUB_
3565
creation.value_placeholder = Input any content. Whitespace at the start and end will be omitted.
3566
creation.success = The secret "%s" has been added.
3567
creation.failed = Failed to add secret.
3568
deletion = Remove secret
3569
deletion.description = Removing a secret is permanent and cannot be undone. Continue?
3570
deletion.success = The secret has been removed.
3571
deletion.failed = Failed to remove secret.
3572
management = Secrets Management
3573

3574
[actions]
3575
actions = Actions
3576

3577
unit.desc = Manage actions
3578

3579
status.unknown = "Unknown"
3580
status.waiting = "Waiting"
3581
status.running = "Running"
3582
status.success = "Success"
3583
status.failure = "Failure"
3584
status.cancelled = "Canceled"
3585
status.skipped = "Skipped"
3586
status.blocked = "Blocked"
3587

3588
runners = Runners
3589
runners.runner_manage_panel = Runners Management
3590
runners.new = Create new Runner
3591
runners.new_notice = How to start a runner
3592
runners.status = Status
3593
runners.id = ID
3594
runners.name = Name
3595
runners.owner_type = Type
3596
runners.description = Description
3597
runners.labels = Labels
3598
runners.last_online = Last Online Time
3599
runners.runner_title = Runner
3600
runners.task_list = Recent tasks on this runner
3601
runners.task_list.no_tasks = There is no task yet.
3602
runners.task_list.run = Run
3603
runners.task_list.status = Status
3604
runners.task_list.repository = Repository
3605
runners.task_list.commit = Commit
3606
runners.task_list.done_at = Done At
3607
runners.edit_runner = Edit Runner
3608
runners.update_runner = Update Changes
3609
runners.update_runner_success = Runner updated successfully
3610
runners.update_runner_failed = Failed to update runner
3611
runners.delete_runner = Delete this runner
3612
runners.delete_runner_success = Runner deleted successfully
3613
runners.delete_runner_failed = Failed to delete runner
3614
runners.delete_runner_header = Confirm to delete this runner
3615
runners.delete_runner_notice = If a task is running on this runner, it will be terminated and mark as failed. It may break building workflow.
3616
runners.none = No runners available
3617
runners.status.unspecified = Unknown
3618
runners.status.idle = Idle
3619
runners.status.active = Active
3620
runners.status.offline = Offline
3621
runners.version = Version
3622
runners.reset_registration_token = Reset registration token
3623
runners.reset_registration_token_success = Runner registration token reset successfully
3624

3625
runs.all_workflows = All Workflows
3626
runs.commit = Commit
3627
runs.scheduled = Scheduled
3628
runs.pushed_by = pushed by
3629
runs.invalid_workflow_helper = Workflow config file is invalid. Please check your config file: %s
3630
runs.no_matching_online_runner_helper = No matching online runner with label: %s
3631
runs.no_job_without_needs = The workflow must contain at least one job without dependencies.
3632
runs.actor = Actor
3633
runs.status = Status
3634
runs.actors_no_select = All actors
3635
runs.status_no_select = All status
3636
runs.no_results = No results matched.
3637
runs.no_workflows = There are no workflows yet.
3638
runs.no_workflows.quick_start = Don't know how to start with Gitea Actions? See <a target="_blank" rel="noopener noreferrer" href="%s">the quick start guide</a>.
3639
runs.no_workflows.documentation = For more information on Gitea Actions, see <a target="_blank" rel="noopener noreferrer" href="%s">the documentation</a>.
3640
runs.no_runs = The workflow has no runs yet.
3641
runs.empty_commit_message = (empty commit message)
3642

3643
workflow.disable = Disable Workflow
3644
workflow.disable_success = Workflow '%s' disabled successfully.
3645
workflow.enable = Enable Workflow
3646
workflow.enable_success = Workflow '%s' enabled successfully.
3647
workflow.disabled = Workflow is disabled.
3648

3649
need_approval_desc = Need approval to run workflows for fork pull request.
3650

3651
variables = Variables
3652
variables.management = Variables Management
3653
variables.creation = Add Variable
3654
variables.none = There are no variables yet.
3655
variables.deletion = Remove variable
3656
variables.deletion.description = Removing a variable is permanent and cannot be undone. Continue?
3657
variables.description = Variables will be passed to certain actions and cannot be read otherwise.
3658
variables.id_not_exist = Variable with ID %d does not exist.
3659
variables.edit = Edit Variable
3660
variables.deletion.failed = Failed to remove variable.
3661
variables.deletion.success = The variable has been removed.
3662
variables.creation.failed = Failed to add variable.
3663
variables.creation.success = The variable "%s" has been added.
3664
variables.update.failed = Failed to edit variable.
3665
variables.update.success = The variable has been edited.
3666

3667
[projects]
3668
type-1.display_name = Individual Project
3669
type-2.display_name = Repository Project
3670
type-3.display_name = Organization Project
3671

3672
[git.filemode]
3673
changed_filemode = %[1]s → %[2]s
3674
; Ordered by git filemode value, ascending. E.g. directory has "040000", normal file has "100644", …
3675
directory = Directory
3676
normal_file = Normal file
3677
executable_file = Executable file
3678
symbolic_link = Symbolic link
3679
submodule = Submodule
3680

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.