1home = Home
2dashboard = Dashboard
3explore = Explore
4help = Help
5sign_in = Sign In
6sign_in_with = Sign In With
7sign_out = Sign Out
8sign_up = Register
9link_account = Link Account
10register = Register
11website = Website
12version = Version
13powered_by = Powered by %s
14page = Page
15template = Template
16language = Language
17notifications = Notifications
18active_stopwatch = Active Time Tracker
19create_new = Create…
20user_profile_and_more = Profile and Settings…
21signed_in_as = Signed in as
22enable_javascript = This website works better with JavaScript.
23toc = Table of Contents
24licenses = Licenses
25return_to_gitea = Return to Gitea
26
27username = Username
28email = Email Address
29password = Password
30access_token = Access Token
31re_type = Re-Type Password
32captcha = CAPTCHA
33twofa = Two-Factor Authentication
34twofa_scratch = Two-Factor Scratch Code
35passcode = Passcode
36
37webauthn_insert_key = Insert your security key
38webauthn_sign_in = Press the button on your security key. If your security key has no button, re-insert it.
39webauthn_press_button = Please press the button on your security key…
40webauthn_use_twofa = Use a two-factor code from your phone
41webauthn_error = Could not read your security key.
42webauthn_unsupported_browser = Your browser does not currently support WebAuthn.
43webauthn_error_unknown = An unknown error occurred. Please retry.
44webauthn_error_insecure = WebAuthn only supports secure connections. For testing over HTTP, you can use the origin "localhost" or "127.0.0.1"
45webauthn_error_unable_to_process = The server could not process your request.
46webauthn_error_duplicated = The security key is not permitted for this request. Please make sure that the key is not already registered.
47webauthn_error_empty = You must set a name for this key.
48webauthn_error_timeout = Timeout reached before your key could be read. Please reload this page and retry.
49webauthn_u2f_deprecated = The key: '%s' authenticates using the deprecated U2F process. You should re-register this key and remove the old registration.
50webauthn_reload = Reload
51
52repository = Repository
53organization = Organization
54mirror = Mirror
55new_repo = New Repository
56new_migrate = New Migration
57new_mirror = New Mirror
58new_fork = New Repository Fork
59new_org = New Organization
60new_project = New Project
61new_project_board = New Project board
62manage_org = Manage Organizations
63admin_panel = Site Administration
64account_settings = Account Settings
65settings = Settings
66your_profile = Profile
67your_starred = Starred
68your_settings = Settings
69
70all = All
71sources = Sources
72mirrors = Mirrors
73collaborative = Collaborative
74forks = Forks
75
76activities = Activities
77pull_requests = Pull Requests
78issues = Issues
79milestones = Milestones
80
81ok = OK
82cancel = Cancel
83save = Save
84add = Add
85add_all = Add All
86remove = Remove
87remove_all = Remove All
88edit = Edit
89
90copy = Copy
91copy_url = Copy URL
92copy_branch = Copy branch name
93copy_success = Copied!
94copy_error = Copy failed
95
96write = Write
97preview = Preview
98loading = Loading…
99
100step1 = Step 1:
101step2 = Step 2:
102
103error = Error
104error404 = The page you are trying to reach either <strong>does not exist</strong> or <strong>you are not authorized</strong> to view it.
105
106never = Never
107
108[error]
109occurred = An error occurred
110report_message = If you are sure 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.
111missing_csrf = Bad Request: no CSRF token present
112invalid_csrf = Bad Request: invalid CSRF token
113not_found = The target couldn't be found.
114network_error = Network error
115
116[startpage]
117app_desc = A painless, self-hosted Git service
118install = Easy to install
119install_desc = Simply <a target="_blank" rel="noopener noreferrer" href="https://docs.gitea.io/en-us/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.io/en-us/install-from-package/">packaged</a>.
120platform = Cross-platform
121platform_desc = Gitea runs anywhere <a target="_blank" rel="noopener noreferrer" href="http://golang.org/">Go</a> can compile for: Windows, macOS, Linux, ARM, etc. Choose the one you love!
122lightweight = Lightweight
123lightweight_desc = Gitea has low minimal requirements and can run on an inexpensive Raspberry Pi. Save your machine energy!
124license = Open Source
125license_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!
126
127[install]
128install = Installation
129title = Initial Configuration
130docker_helper = If you run Gitea inside Docker, please read the <a target="_blank" rel="noopener noreferrer" href="%s">documentation</a> before changing any settings.
131require_db_desc = Gitea requires MySQL, PostgreSQL, MSSQL, SQLite3 or TiDB (MySQL protocol).
132db_title = Database Settings
133db_type = Database Type
134host = Host
135user = Username
136password = Password
137db_name = Database Name
138db_helper = Note to MySQL users: please use the InnoDB storage engine and if you use "utf8mb4", your InnoDB version must be greater than 5.6 .
139db_schema = Schema
140db_schema_helper = Leave blank for database default ("public").
141ssl_mode = SSL
142charset = Charset
143path = Path
144sqlite_helper = File path for the SQLite3 database.<br>Enter an absolute path if you run Gitea as a service.
145reinstall_error = You are trying to install into an existing Gitea database
146reinstall_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:
147reinstall_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.
148reinstall_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.
149reinstall_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.
150err_empty_db_path = The SQLite3 database path cannot be empty.
151no_admin_and_disable_registration = You cannot disable user self-registration without creating an administrator account.
152err_empty_admin_password = The administrator password cannot be empty.
153err_empty_admin_email = The administrator email cannot be empty.
154err_admin_name_is_reserved = Administrator Username is invalid, username is reserved
155err_admin_name_pattern_not_allowed = Administrator username is invalid, the username matches a reserved pattern
156err_admin_name_is_invalid = Administrator Username is invalid
157
158general_title = General Settings
159app_name = Site Title
160app_name_helper = You can enter your company name here.
161repo_path = Repository Root Path
162repo_path_helper = Remote Git repositories will be saved to this directory.
163lfs_path = Git LFS Root Path
164lfs_path_helper = Files tracked by Git LFS will be stored in this directory. Leave empty to disable.
165run_user = Run As Username
166run_user_helper = Enter the operating system username that Gitea runs as. Note that this user must have access to the repository root path.
167domain = Server Domain
168domain_helper = Domain or host address for the server.
169ssh_port = SSH Server Port
170ssh_port_helper = Port number your SSH server listens on. Leave empty to disable.
171http_port = Gitea HTTP Listen Port
172http_port_helper = Port number the Giteas web server will listen on.
173app_url = Gitea Base URL
174app_url_helper = Base address for HTTP(S) clone URLs and email notifications.
175log_root_path = Log Path
176log_root_path_helper = Log files will be written to this directory.
177
178optional_title = Optional Settings
179email_title = Email Settings
180smtp_host = SMTP Host
181smtp_from = Send Email As
182smtp_from_helper = Email address Gitea will use. Enter a plain email address or use the "Name" <email@example.com> format.
183mailer_user = SMTP Username
184mailer_password = SMTP Password
185register_confirm = Require Email Confirmation to Register
186mail_notify = Enable Email Notifications
187server_service_title = Server and Third-Party Service Settings
188offline_mode = Enable Local Mode
189offline_mode_popup = Disable third-party content delivery networks and serve all resources locally.
190disable_gravatar = Disable Gravatar
191disable_gravatar_popup = Disable Gravatar and third-party avatar sources. A default avatar will be used unless a user locally uploads an avatar.
192federated_avatar_lookup = Enable Federated Avatars
193federated_avatar_lookup_popup = Enable federated avatar lookup using Libravatar.
194disable_registration = Disable Self-Registration
195disable_registration_popup = Disable user self-registration. Only administrators will be able to create new user accounts.
196allow_only_external_registration_popup = Allow Registration Only Through External Services
197openid_signin = Enable OpenID Sign-In
198openid_signin_popup = Enable user sign-in via OpenID.
199openid_signup = Enable OpenID Self-Registration
200openid_signup_popup = Enable OpenID-based user self-registration.
201enable_captcha = Enable registration CAPTCHA
202enable_captcha_popup = Require a CAPTCHA for user self-registration.
203require_sign_in_view = Require Sign-In to View Pages
204require_sign_in_view_popup = Limit page access to signed-in users. Visitors will only see the 'sign in' and registration pages.
205admin_setting_desc = Creating an administrator account is optional. The first registered user will automatically become an administrator.
206admin_title = Administrator Account Settings
207admin_name = Administrator Username
208admin_password = Password
209confirm_password = Confirm Password
210admin_email = Email Address
211install_btn_confirm = Install Gitea
212test_git_failed = Could not test 'git' command: %v
213sqlite3_not_available = This Gitea version does not support SQLite3. Please download the official binary version from %s (not the 'gobuild' version).
214invalid_db_setting = The database settings are invalid: %v
215invalid_db_table = The database table '%s' is invalid: %v
216invalid_repo_path = The repository root path is invalid: %v
217invalid_app_data_path = The app data path is invalid: %v
218run_user_not_match = The 'run as' username is not the current username: %s -> %s
219internal_token_failed = Failed to generate internal token: %v
220secret_key_failed = Failed to generate secret key: %v
221save_config_failed = Failed to save configuration: %v
222invalid_admin_setting = Administrator account setting is invalid: %v
223install_success = Welcome! Thank you for choosing Gitea. Have fun and take care!
224invalid_log_root_path = The log path is invalid: %v
225default_keep_email_private = Hide Email Addresses by Default
226default_keep_email_private_popup = Hide email addresses of new user accounts by default.
227default_allow_create_organization = Allow Creation of Organizations by Default
228default_allow_create_organization_popup = Allow new user accounts to create organizations by default.
229default_enable_timetracking = Enable Time Tracking by Default
230default_enable_timetracking_popup = Enable time tracking for new repositories by default.
231no_reply_address = Hidden Email Domain
232no_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'.
233password_algorithm = Password Hash Algorithm
234password_algorithm_helper = Set the password hashing algorithm. Algorithms have differing requirements and strength. `argon2` whilst having good characteristics uses a lot of memory and may be inappropriate for small systems.
235
236[home]
237uname_holder = Username or Email Address
238password_holder = Password
239switch_dashboard_context = Switch Dashboard Context
240my_repos = Repositories
241show_more_repos = Show more repositories…
242collaborative_repos = Collaborative Repositories
243my_orgs = My Organizations
244my_mirrors = My Mirrors
245view_home = View %s
246search_repos = Find a repository…
247filter = Other Filters
248filter_by_team_repositories = Filter by team repositories
249feed_of = Feed of "%s"
250
251show_archived = Archived
252show_both_archived_unarchived = Showing both archived and unarchived
253show_only_archived = Showing only archived
254show_only_unarchived = Showing only unarchived
255
256show_private = Private
257show_both_private_public = Showing both public and private
258show_only_private = Showing only private
259show_only_public = Showing only public
260
261issues.in_your_repos = In your repositories
262
263[explore]
264repos = Repositories
265users = Users
266organizations = Organizations
267search = Search
268code = Code
269search.fuzzy = Fuzzy
270search.match = Match
271repo_no_results = No matching repositories found.
272user_no_results = No matching users found.
273org_no_results = No matching organizations found.
274code_no_results = No source code matching your search term found.
275code_search_results = Search results for '%s'
276code_last_indexed_at = Last indexed %s
277
278[auth]
279create_new_account = Register Account
280register_helper_msg = Already have an account? Sign in now!
281social_register_helper_msg = Already have an account? Link it now!
282disable_register_prompt = Registration is disabled. Please contact your site administrator.
283disable_register_mail = Email confirmation for registration is disabled.
284remember_me = Remember this Device
285forgot_password_title= Forgot Password
286forgot_password = Forgot password?
287sign_up_now = Need an account? Register now.
288sign_up_successful = Account was successfully created.
289confirmation_mail_sent_prompt = A new confirmation email has been sent to <b>%s</b>. Please check your inbox within the next %s to complete the registration process.
290must_change_password = Update your password
291allow_password_change = Require user to change password (recommended)
292reset_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.
293active_your_account = Activate Your Account
294account_activated = Account has been activated
295prohibit_login = Sign In Prohibited
296prohibit_login_desc = Your account is prohibited to sign in, please contact your site administrator.
297resent_limit_prompt = You have already requested an activation email recently. Please wait 3 minutes and try again.
298has_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.
299resend_mail = Click here to resend your activation email
300email_not_associate = The email address is not associated with any account.
301send_reset_mail = Send Account Recovery Email
302reset_password = Account Recovery
303invalid_code = Your confirmation code is invalid or has expired.
304reset_password_helper = Recover Account
305reset_password_wrong_user = You are signed in as %s, but the account recovery link is for %s
306password_too_short = Password length cannot be less than %d characters.
307non_local_account = Non-local users can not update their password through the Gitea web interface.
308verify = Verify
309scratch_code = Scratch code
310use_scratch_code = Use a scratch code
311twofa_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.
312twofa_passcode_incorrect = Your passcode is incorrect. If you misplaced your device, use your scratch code to sign in.
313twofa_scratch_token_incorrect = Your scratch code is incorrect.
314login_userpass = Sign In
315login_openid = OpenID
316oauth_signup_tab = Register New Account
317oauth_signup_title = Complete New Account
318oauth_signup_submit = Complete Account
319oauth_signin_tab = Link to Existing Account
320oauth_signin_title = Sign In to Authorize Linked Account
321oauth_signin_submit = Link Account
322oauth.signin.error = There was an error processing the authorization request. If this error persists, please contact the site administrator.
323oauth.signin.error.access_denied = The authorization request was denied.
324oauth.signin.error.temporarily_unavailable = Authorization failed because the authentication server is temporarily unavailable. Please try again later.
325openid_connect_submit = Connect
326openid_connect_title = Connect to an existing account
327openid_connect_desc = The chosen OpenID URI is unknown. Associate it with a new account here.
328openid_register_title = Create new account
329openid_register_desc = The chosen OpenID URI is unknown. Associate it with a new account here.
330openid_signin_desc = Enter your OpenID URI. For example: https://anne.me, bob.openid.org.cn or gnusocial.net/carry.
331disable_forgot_password_mail = Account recovery is disabled because no email is set up. Please contact your site administrator.
332disable_forgot_password_mail_admin = Account recovery is only available when email is set up. Please set up email to enable account recovery.
333email_domain_blacklisted = You cannot register with your email address.
334authorize_application = Authorize Application
335authorize_redirect_notice = You will be redirected to %s if you authorize this application.
336authorize_application_created_by = This application was created by %s.
337authorize_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.
338authorize_title = Authorize "%s" to access your account?
339authorization_failed = Authorization failed
340authorization_failed_desc = The authorization failed because we detected an invalid request. Please contact the maintainer of the app you've tried to authorize.
341sspi_auth_failed = SSPI authentication failed
342password_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.
343password_pwned_err = Could not complete request to HaveIBeenPwned
344
345[mail]
346view_it_on = View it on %s
347link_not_working_do_paste = Not working? Try copying and pasting it to your browser.
348hi_user_x = Hi <b>%s</b>,
349
350activate_account = Please activate your account
351activate_account.title = %s, please activate your account
352activate_account.text_1 = Hi <b>%[1]s</b>, thanks for registering at %[2]s!
353activate_account.text_2 = Please click the following link to activate your account within <b>%s</b>:
354
355activate_email = Verify your email address
356activate_email.title = %s, please verify your e-mail address
357activate_email.text = Please click the following link to verify your email address within <b>%s</b>:
358
359register_notify = Welcome to Gitea
360register_notify.title = %[1]s, welcome to %[2]s
361register_notify.text_1 = this is your registration confirmation email for %s!
362register_notify.text_2 = You can now login via username: %s.
363register_notify.text_3 = If this account has been created for you, please <a href="%s">set your password</a> first.
364
365reset_password = Recover your account
366reset_password.title = %s, you have requested to recover your account
367reset_password.text = Please click the following link to recover your account within <b>%s</b>:
368
369register_success = Registration successful
370
371issue_assigned.pull = @%[1]s assigned you to pull request %[2]s in repository %[3]s.
372issue_assigned.issue = @%[1]s assigned you to issue %[2]s in repository %[3]s.
373
374issue.x_mentioned_you = <b>@%s</b> mentioned you:
375issue.action.force_push = <b>%[1]s</b> force-pushed the <b>%[2]s</b> from %[3]s to %[4]s.
376issue.action.push_1 = <b>@%[1]s</b> pushed %[3]d commit to %[2]s
377issue.action.push_n = <b>@%[1]s</b> pushed %[3]d commits to %[2]s
378issue.action.close = <b>@%[1]s</b> closed #%[2]d.
379issue.action.reopen = <b>@%[1]s</b> reopened #%[2]d.
380issue.action.merge = <b>@%[1]s</b> merged #%[2]d into %[3]s.
381issue.action.approve = <b>@%[1]s</b> approved this pull request.
382issue.action.reject = <b>@%[1]s</b> requested changes on this pull request.
383issue.action.review = <b>@%[1]s</b> commented on this pull request.
384issue.action.review_dismissed = <b>@%[1]s</b> dismissed last review from %[2]s for this pull request.
385issue.action.ready_for_review = <b>@%[1]s</b> marked this pull request ready for review.
386issue.action.new = <b>@%[1]s</b> created #%[2]d.
387issue.in_tree_path = In %s:
388
389release.new.subject = %s in %s released
390release.new.text = <b>@%[1]s</b> released %[2]s in %[3]s
391release.title = Title: %s
392release.note = Note:
393release.downloads = Downloads:
394release.download.zip = Source Code (ZIP)
395release.download.targz = Source Code (TAR.GZ)
396
397repo.transfer.subject_to = %s would like to transfer "%s" to %s
398repo.transfer.subject_to_you = %s would like to transfer "%s" to you
399repo.transfer.to_you = you
400repo.transfer.body = To accept or reject it visit %s or just ignore it.
401
402repo.collaborator.added.subject = %s added you to %s
403repo.collaborator.added.text = You have been added as a collaborator of repository:
404
405[modal]
406yes = Yes
407no = No
408modify = Update
409
410[form]
411UserName = Username
412RepoName = Repository name
413Email = Email address
414Password = Password
415Retype = Re-Type Password
416SSHTitle = SSH key name
417HttpsUrl = HTTPS URL
418PayloadUrl = Payload URL
419TeamName = Team name
420AuthName = Authorization name
421AdminEmail = Admin email
422
423NewBranchName = New branch name
424CommitSummary = Commit summary
425CommitMessage = Commit message
426CommitChoice = Commit choice
427TreeName = File path
428Content = Content
429
430SSPISeparatorReplacement = Separator
431SSPIDefaultLanguage = Default Language
432
433require_error = ` cannot be empty.`
434alpha_dash_error = ` should contain only alphanumeric, dash ('-') and underscore ('_') characters.`
435alpha_dash_dot_error = ` should contain only alphanumeric, dash ('-'), underscore ('_') and dot ('.') characters.`
436git_ref_name_error = ` must be a well-formed Git reference name.`
437size_error = ` must be size %s.`
438min_size_error = ` must contain at least %s characters.`
439max_size_error = ` must contain at most %s characters.`
440email_error = ` is not a valid email address.`
441url_error = ` is not a valid URL.`
442include_error = ` must contain substring '%s'.`
443glob_pattern_error = ` glob pattern is invalid: %s.`
444regex_pattern_error = ` regex pattern is invalid: %s.`
445unknown_error = Unknown error:
446captcha_incorrect = The CAPTCHA code is incorrect.
447password_not_match = The passwords do not match.
448lang_select_error = Select a language from the list.
449
450username_been_taken = The username is already taken.
451username_change_not_local_user = Non-local users are not allowed to change their username.
452repo_name_been_taken = The repository name is already used.
453repository_force_private = Force Private is enabled: private repositories cannot be made public.
454repository_files_already_exist = Files already exist for this repository. Contact the system administrator.
455repository_files_already_exist.adopt = Files already exist for this repository and can only be Adopted.
456repository_files_already_exist.delete = Files already exist for this repository. You must delete them.
457repository_files_already_exist.adopt_or_delete = Files already exist for this repository. Either adopt them or delete them.
458visit_rate_limit = Remote visit addressed rate limitation.
4592fa_auth_required = Remote visit required two factors authentication.
460org_name_been_taken = The organization name is already taken.
461team_name_been_taken = The team name is already taken.
462team_no_units_error = Allow access to at least one repository section.
463email_been_used = The email address is already used.
464email_invalid = The email address is invalid.
465openid_been_used = The OpenID address '%s' is already used.
466username_password_incorrect = Username or password is incorrect.
467password_complexity = Password does not pass complexity requirements:
468password_lowercase_one = At least one lowercase character
469password_uppercase_one = At least one uppercase character
470password_digit_one = At least one digit
471password_special_one = At least one special character (punctuation, brackets, quotes, etc.)
472enterred_invalid_repo_name = The repository name you entered is incorrect.
473enterred_invalid_org_name = The organization name you entered is incorrect.
474enterred_invalid_owner_name = The new owner name is not valid.
475enterred_invalid_password = The password you entered is incorrect.
476user_not_exist = The user does not exist.
477team_not_exist = The team does not exist.
478last_org_owner = You cannot remove the last user from the 'owners' team. There must be at least one owner for an organization.
479cannot_add_org_to_team = An organization cannot be added as a team member.
480
481invalid_ssh_key = Can not verify your SSH key: %s
482invalid_gpg_key = Can not verify your GPG key: %s
483invalid_ssh_principal = Invalid principal: %s
484unable_verify_ssh_key = "Can not verify the SSH key; double-check it for mistakes."
485auth_failed = Authentication failed: %v
486
487still_own_repo = "Your account owns one or more repositories; delete or transfer them first."
488still_has_org = "Your account is a member of one or more organizations; leave them first."
489org_still_own_repo = "This organization still owns one or more repositories; delete or transfer them first."
490
491target_branch_not_exist = Target branch does not exist.
492
493[user]
494change_avatar = Change your avatar…
495join_on = Joined on
496repositories = Repositories
497activity = Public Activity
498followers = Followers
499starred = Starred Repositories
500watched = Watched Repositories
501projects = Projects
502following = Following
503follow = Follow
504unfollow = Unfollow
505heatmap.loading = Loading Heatmap…
506user_bio = Biography
507disabled_public_activity = This user has disabled the public visibility of the activity.
508
509form.name_reserved = The username '%s' is reserved.
510form.name_pattern_not_allowed = The pattern '%s' is not allowed in a username.
511form.name_chars_not_allowed = User name '%s' contains invalid characters.
512
513[settings]
514profile = Profile
515account = Account
516appearance = Appearance
517password = Password
518security = Security
519avatar = Avatar
520ssh_gpg_keys = SSH / GPG Keys
521social = Social Accounts
522applications = Applications
523orgs = Manage Organizations
524repos = Repositories
525delete = Delete Account
526twofa = Two-Factor Authentication
527account_link = Linked Accounts
528organization = Organizations
529uid = Uid
530webauthn = Security Keys
531
532public_profile = Public Profile
533biography_placeholder = Tell us a little bit about yourself
534profile_desc = Your email address will be used for notifications and other operations.
535password_username_disabled = Non-local users are not allowed to change their username. Please contact your site administrator for more details.
536full_name = Full Name
537website = Website
538location = Location
539update_theme = Update Theme
540update_profile = Update Profile
541update_language = Update Language
542update_language_not_found = Language '%s' is not available.
543update_language_success = Language has been updated.
544update_profile_success = Your profile has been updated.
545change_username = Your username has been changed.
546change_username_prompt = Note: username changes also change your account URL.
547change_username_redirect_prompt = The old username will redirect until it is claimed.
548continue = Continue
549cancel = Cancel
550language = Language
551ui = Theme
552privacy = Privacy
553keep_activity_private = Hide the activity from the profile page
554keep_activity_private_popup = Makes the activity visible only for you and the admins
555
556lookup_avatar_by_mail = Look Up Avatar by Email Address
557federated_avatar_lookup = Federated Avatar Lookup
558enable_custom_avatar = Use Custom Avatar
559choose_new_avatar = Choose new avatar
560update_avatar = Update Avatar
561delete_current_avatar = Delete Current Avatar
562uploaded_avatar_not_a_image = The uploaded file is not an image.
563uploaded_avatar_is_too_big = The uploaded file has exceeded the maximum size.
564update_avatar_success = Your avatar has been updated.
565update_user_avatar_success = The user's avatar has been updated.
566
567change_password = Update Password
568old_password = Current Password
569new_password = New Password
570retype_new_password = Re-Type New Password
571password_incorrect = The current password is incorrect.
572change_password_success = Your password has been updated. Sign in using your new password from now on.
573password_change_disabled = Non-local users can not update their password through the Gitea web interface.
574
575emails = Email Addresses
576manage_emails = Manage Email Addresses
577manage_themes = Select default theme
578manage_openid = Manage OpenID Addresses
579email_desc = Your primary email address will be used for notifications and other operations.
580theme_desc = This will be your default theme across the site.
581primary = Primary
582activated = Activated
583requires_activation = Requires activation
584primary_email = Make Primary
585activate_email = Send Activation
586activations_pending = Activations Pending
587delete_email = Remove
588email_deletion = Remove Email Address
589email_deletion_desc = The email address and related information will be removed from your account. Git commits by this email address will remain unchanged. Continue?
590email_deletion_success = The email address has been removed.
591theme_update_success = Your theme was updated.
592theme_update_error = The selected theme does not exist.
593openid_deletion = Remove OpenID Address
594openid_deletion_desc = Removing this OpenID address from your account will prevent you from signing in with it. Continue?
595openid_deletion_success = The OpenID address has been removed.
596add_new_email = Add New Email Address
597add_new_openid = Add New OpenID URI
598add_email = Add Email Address
599add_openid = Add OpenID URI
600add_email_confirmation_sent = A confirmation email has been sent to '%s'. Please check your inbox within the next %s to confirm your email address.
601add_email_success = The new email address has been added.
602email_preference_set_success = Email preference has been set successfully.
603add_openid_success = The new OpenID address has been added.
604keep_email_private = Hide Email Address
605keep_email_private_popup = Your email address will be hidden from other users.
606openid_desc = OpenID lets you delegate authentication to an external provider.
607
608manage_ssh_keys = Manage SSH Keys
609manage_ssh_principals = Manage SSH Certificate Principals
610manage_gpg_keys = Manage GPG Keys
611add_key = Add Key
612ssh_desc = These public SSH keys are associated with your account. The corresponding private keys allow full access to your repositories.
613principal_desc = These SSH certificate principals are associated with your account and allow full access to your repositories.
614gpg_desc = These public GPG keys are associated with your account. Keep your private keys safe as they allow commits to be verified.
615ssh_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.
616gpg_helper = <strong>Need help?</strong> Have a look at GitHub's guide <a href="%s">about GPG</a>.
617add_new_key = Add SSH Key
618add_new_gpg_key = Add GPG Key
619key_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'
620key_content_gpg_placeholder = Begins with '-----BEGIN PGP PUBLIC KEY BLOCK-----'
621add_new_principal = Add Principal
622ssh_key_been_used = This SSH key has already been added to the server.
623ssh_key_name_used = An SSH key with same name already exists on your account.
624ssh_principal_been_used = This principal has already been added to the server.
625gpg_key_id_used = A public GPG key with same ID already exists.
626gpg_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.
627gpg_key_matched_identities = Matched Identities:
628gpg_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.
629gpg_key_verified=Verified Key
630gpg_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.
631gpg_key_verify=Verify
632gpg_invalid_token_signature = The provided GPG key, signature and token do not match or token is out-of-date.
633gpg_token_required = You must provide a signature for the below token
634gpg_token = Token
635gpg_token_help = You can generate a signature using:
636gpg_token_code = echo "%s" | gpg -a --default-key %s --detach-sig
637gpg_token_signature = Armored GPG signature
638key_signature_gpg_placeholder = Begins with '-----BEGIN PGP SIGNATURE-----'
639verify_gpg_key_success = GPG key '%s' has been verified.
640ssh_key_verified=Verified Key
641ssh_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.
642ssh_key_verify=Verify
643ssh_invalid_token_signature = The provided SSH key, signature or token do not match or token is out-of-date.
644ssh_token_required = You must provide a signature for the below token
645ssh_token = Token
646ssh_token_help = You can generate a signature using:
647ssh_token_code = echo -n "%s" | ssh-keygen -Y sign -n gitea -f /path_to_your_pubkey
648ssh_token_signature = Armored SSH signature
649key_signature_ssh_placeholder = Begins with '-----BEGIN SSH SIGNATURE-----'
650verify_ssh_key_success = SSH key '%s' has been verified.
651subkeys = Subkeys
652key_id = Key ID
653key_name = Key Name
654key_content = Content
655principal_content = Content
656add_key_success = The SSH key '%s' has been added.
657add_gpg_key_success = The GPG key '%s' has been added.
658add_principal_success = The SSH certificate principal '%s' has been added.
659delete_key = Remove
660ssh_key_deletion = Remove SSH Key
661gpg_key_deletion = Remove GPG Key
662ssh_principal_deletion = Remove SSH Certificate Principal
663ssh_key_deletion_desc = Removing an SSH key revokes its access to your account. Continue?
664gpg_key_deletion_desc = Removing a GPG key un-verifies commits signed by it. Continue?
665ssh_principal_deletion_desc = Removing a SSH Certificate Principal revokes its access to your account. Continue?
666ssh_key_deletion_success = The SSH key has been removed.
667gpg_key_deletion_success = The GPG key has been removed.
668ssh_principal_deletion_success = The principal has been removed.
669add_on = Added on
670valid_until = Valid until
671valid_forever = Valid forever
672last_used = Last used on
673no_activity = No recent activity
674can_read_info = Read
675can_write_info = Write
676key_state_desc = This key has been used in the last 7 days
677token_state_desc = This token has been used in the last 7 days
678principal_state_desc = This principal has been used in the last 7 days
679show_openid = Show on profile
680hide_openid = Hide from profile
681ssh_disabled = SSH Disabled
682ssh_externally_managed = This SSH key is externally managed for this user
683manage_social = Manage Associated Social Accounts
684social_desc = These social accounts are linked to your Gitea account. Make sure you recognize all of them as they can be used to sign in to your Gitea account.
685unbind = Unlink
686unbind_success = The social account has been unlinked from your Gitea account.
687
688manage_access_token = Manage Access Tokens
689generate_new_token = Generate New Token
690tokens_desc = These tokens grant access to your account using the Gitea API.
691new_token_desc = Applications using a token have full access to your account.
692token_name = Token Name
693generate_token = Generate Token
694generate_token_success = Your new token has been generated. Copy it now as it will not be shown again.
695generate_token_name_duplicate = <strong>%s</strong> has been used as an application name already. Please use a new one.
696delete_token = Delete
697access_token_deletion = Delete Access Token
698access_token_deletion_desc = Deleting a token will revoke access to your account for applications using it. Continue?
699delete_token_success = The token has been deleted. Applications using it no longer have access to your account.
700
701manage_oauth2_applications = Manage OAuth2 Applications
702edit_oauth2_application = Edit OAuth2 Application
703oauth2_applications_desc = OAuth2 applications enables your third-party application to securely authenticate users at this Gitea instance.
704remove_oauth2_application = Remove OAuth2 Application
705remove_oauth2_application_desc = Removing an OAuth2 application will revoke access to all signed access tokens. Continue?
706remove_oauth2_application_success = The application has been deleted.
707create_oauth2_application = Create a new OAuth2 Application
708create_oauth2_application_button = Create Application
709create_oauth2_application_success = You've successfully created a new OAuth2 application.
710update_oauth2_application_success = You've successfully updated the OAuth2 application.
711oauth2_application_name = Application Name
712oauth2_select_type = Which application type fits?
713oauth2_type_web = Web (e.g. Node.JS, Tomcat, Go)
714oauth2_type_native = Native (e.g. Mobile, Desktop, Browser)
715oauth2_redirect_uri = Redirect URI
716save_application = Save
717oauth2_client_id = Client ID
718oauth2_client_secret = Client Secret
719oauth2_regenerate_secret = Regenerate Secret
720oauth2_regenerate_secret_hint = Lost your secret?
721oauth2_client_secret_hint = The secret won't be visible if you revisit this page. Please save your secret.
722oauth2_application_edit = Edit
723oauth2_application_create_description = OAuth2 applications gives your third-party application access to user accounts on this instance.
724oauth2_application_remove_description = Removing an OAuth2 application will prevent it to access authorized user accounts on this instance. Continue?
725
726authorized_oauth2_applications = Authorized OAuth2 Applications
727authorized_oauth2_applications_description = You've granted access to your personal Gitea account to these third party applications. Please revoke access for applications no longer needed.
728revoke_key = Revoke
729revoke_oauth2_grant = Revoke Access
730revoke_oauth2_grant_description = Revoking access for this third party application will prevent this application from accessing your data. Are you sure?
731revoke_oauth2_grant_success = You've revoked access successfully.
732
733twofa_desc = Two-factor authentication enhances the security of your account.
734twofa_is_enrolled = Your account is currently <strong>enrolled</strong> in two-factor authentication.
735twofa_not_enrolled = Your account is not currently enrolled in two-factor authentication.
736twofa_disable = Disable Two-Factor Authentication
737twofa_scratch_token_regenerate = Regenerate Scratch Token
738twofa_scratch_token_regenerated = Your scratch token is now %s. Store it in a safe place.
739twofa_enroll = Enroll into Two-Factor Authentication
740twofa_disable_note = You can disable two-factor authentication if needed.
741twofa_disable_desc = Disabling two-factor authentication will make your account less secure. Continue?
742regenerate_scratch_token_desc = If you misplaced your scratch token or have already used it to sign in you can reset it here.
743twofa_disabled = Two-factor authentication has been disabled.
744scan_this_image = Scan this image with your authentication application:
745or_enter_secret = Or enter the secret: %s
746then_enter_passcode = And enter the passcode shown in the application:
747passcode_invalid = The passcode is incorrect. Try again.
748twofa_enrolled = Your account has been enrolled into two-factor authentication. Store your scratch token (%s) in a safe place as it is only shown once!
749twofa_failed_get_secret = Failed to get secret.
750
751webauthn_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.
752webauthn_register_key = Add Security Key
753webauthn_nickname = Nickname
754webauthn_delete_key = Remove Security Key
755webauthn_delete_key_desc = If you remove a security key you can no longer sign in with it. Continue?
756
757manage_account_links = Manage Linked Accounts
758manage_account_links_desc = These external accounts are linked to your Gitea account.
759account_links_not_available = There are currently no external accounts linked to your Gitea account.
760remove_account_link = Remove Linked Account
761remove_account_link_desc = Removing a linked account will revoke its access to your Gitea account. Continue?
762remove_account_link_success = The linked account has been removed.
763
764orgs_none = You are not a member of any organizations.
765repos_none = You do not own any repositories
766
767delete_account = Delete Your Account
768delete_prompt = This operation will permanently delete your user account. It <strong>CAN NOT</strong> be undone.
769delete_with_all_comments = Your account is younger than %s. To avoid ghost comments, all issue/PR comments will be deleted with it.
770confirm_delete_account = Confirm Deletion
771delete_account_title = Delete User Account
772delete_account_desc = Are you sure you want to permanently delete this user account?
773
774email_notifications.enable = Enable Email Notifications
775email_notifications.onmention = Only Email on Mention
776email_notifications.disable = Disable Email Notifications
777email_notifications.submit = Set Email Preference
778
779visibility = User visibility
780visibility.public = Public
781visibility.public_tooltip = Visible to all users
782visibility.limited = Limited
783visibility.limited_tooltip = Visible to logged in users only
784visibility.private = Private
785visibility.private_tooltip = Visible only to organization members
786
787[repo]
788new_repo_helper = A repository contains all project files, including revision history.  Already have it elsewhere? <a href="%s">Migrate repository.</a>
789owner = Owner
790owner_helper = Some organizations may not show up in the dropdown due to a maximum repository count limit.
791repo_name = Repository Name
792repo_name_helper = Good repository names use short, memorable and unique keywords.
793repo_size = Repository Size
794template = Template
795template_select = Select a template.
796template_helper = Make repository a template
797template_description = Template repositories let users generate new repositories with the same directory structure, files, and optional settings.
798visibility = Visibility
799visibility_description = Only the owner or the organization members if they have rights, will be able to see it.
800visibility_helper = Make Repository Private
801visibility_helper_forced = Your site administrator forces new repositories to be private.
802visibility_fork_helper = (Changing this will affect all forks.)
803clone_helper = Need help cloning? Visit <a target="_blank" rel="noopener noreferrer" href="%s">Help</a>.
804fork_repo = Fork Repository
805fork_from = Fork From
806already_forked = You've already forked %s
807fork_to_different_account = Fork to a different account
808fork_visibility_helper = The visibility of a forked repository cannot be changed.
809use_template = Use this template
810clone_in_vsc = Clone in VS Code
811download_zip = Download ZIP
812download_tar = Download TAR.GZ
813download_bundle = Download BUNDLE
814generate_repo = Generate Repository
815generate_from = Generate From
816repo_desc = Description
817repo_desc_helper = Enter short description (optional)
818repo_lang = Language
819repo_gitignore_helper = Select .gitignore templates.
820repo_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.
821issue_labels = Issue Labels
822issue_labels_helper = Select an issue label set.
823license = License
824license_helper = Select a license file.
825license_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>
826readme = README
827readme_helper = Select a README file template.
828readme_helper_desc = This is the place where you can write a complete description for your project.
829auto_init = Initialize Repository (Adds .gitignore, License and README)
830trust_model_helper = Select trust model for signature verification. Possible options are:
831trust_model_helper_collaborator = Collaborator: Trust signatures by collaborators
832trust_model_helper_committer = Committer: Trust signatures that match committers
833trust_model_helper_collaborator_committer = Collaborator+Committer: Trust signatures by collaborators which match the committer
834trust_model_helper_default = Default: Use the default trust model for this installation
835create_repo = Create Repository
836default_branch = Default Branch
837default_branch_helper = The default branch is the base branch for pull requests and code commits.
838mirror_prune = Prune
839mirror_prune_desc = Remove obsolete remote-tracking references
840mirror_interval = Mirror Interval (valid time units are 'h', 'm', 's'). 0 to disable automatic sync.
841mirror_interval_invalid = The mirror interval is not valid.
842mirror_address = Clone From URL
843mirror_address_desc = Put any required credentials in the Authorization section.
844mirror_address_url_invalid = The provided url is invalid. You must escape all components of the url correctly.
845mirror_address_protocol_invalid = The provided url is invalid. Only http(s):// or git:// locations can be mirrored from.
846mirror_lfs = Large File Storage (LFS)
847mirror_lfs_desc = Activate mirroring of LFS data.
848mirror_lfs_endpoint = LFS Endpoint
849mirror_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.
850mirror_last_synced = Last Synchronized
851mirror_password_placeholder = (Unchanged)
852mirror_password_blank_placeholder = (Unset)
853mirror_password_help = Change the username to erase a stored password.
854watchers = Watchers
855stargazers = Stargazers
856forks = Forks
857pick_reaction = Pick your reaction
858reactions_more = and %d more
859unit_disabled = The site administrator has disabled this repository section.
860language_other = Other
861adopt_search = Enter username to search for unadopted repositories... (leave blank to find all)
862adopt_preexisting_label = Adopt Files
863adopt_preexisting = Adopt pre-existing files
864adopt_preexisting_content = Create repository from %s
865adopt_preexisting_success = Adopted files and created repository from %s
866delete_preexisting_label = Delete
867delete_preexisting = Delete pre-existing files
868delete_preexisting_content = Delete files in %s
869delete_preexisting_success = Deleted unadopted files in %s
870blame_prior = View blame prior to this change
871
872transfer.accept = Accept Transfer
873transfer.accept_desc =  Transfer to "%s"
874transfer.reject = Reject Transfer
875transfer.reject_desc =  Cancel transfer to "%s"
876transfer.no_permission_to_accept = You do not have permission to Accept
877transfer.no_permission_to_reject = You do not have permission to Reject
878
879desc.private = Private
880desc.public = Public
881desc.private_template = Private template
882desc.public_template = Template
883desc.internal = Internal
884desc.internal_template = Internal template
885desc.archived = Archived
886
887template.items = Template Items
888template.git_content = Git Content (Default Branch)
889template.git_hooks = Git Hooks
890template.git_hooks_tooltip = You are currently unable to modify or remove Git Hooks once added. Select this only if you trust the template repository.
891template.webhooks = Webhooks
892template.topics = Topics
893template.avatar = Avatar
894template.issue_labels = Issue Labels
895template.one_item = Must select at least one template item
896template.invalid = Must select a template repository
897
898archive.title = This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
899archive.issue.nocomment = This repo is archived. You cannot comment on issues.
900archive.pull.nocomment = This repo is archived. You cannot comment on pull requests.
901
902form.reach_limit_of_creation_1 = You have already reached your limit of %d repository.
903form.reach_limit_of_creation_n = You have already reached your limit of %d repositories.
904form.name_reserved = The repository name '%s' is reserved.
905form.name_pattern_not_allowed = The pattern '%s' is not allowed in a repository name.
906
907need_auth = Authorization
908migrate_options = Migration Options
909migrate_service = Migration Service
910migrate_options_mirror_helper = This repository will be a <span class="text blue">mirror</span>
911migrate_options_mirror_disabled = Your site administrator has disabled new mirrors.
912migrate_options_lfs = Migrate LFS files
913migrate_options_lfs_endpoint.label = LFS Endpoint
914migrate_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.
915migrate_options_lfs_endpoint.description.local = A local server path is supported too.
916migrate_options_lfs_endpoint.placeholder = Leave blank to derive from clone URL
917migrate_items = Migration Items
918migrate_items_wiki = Wiki
919migrate_items_milestones = Milestones
920migrate_items_labels = Labels
921migrate_items_issues = Issues
922migrate_items_pullrequests = Pull Requests
923migrate_items_merge_requests = Merge Requests
924migrate_items_releases = Releases
925migrate_repo = Migrate Repository
926migrate.clone_address = Migrate / Clone From URL
927migrate.clone_address_desc = The HTTP(S) or Git 'clone' URL of an existing repository
928migrate.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.
929migrate.clone_local_path = or a local server path
930migrate.permission_denied = You are not allowed to import local repositories.
931migrate.permission_denied_blocked = You can not import from disallowed hosts, please ask the admin to check ALLOWED_DOMAINS/ALLOW_LOCALNETWORKS/BLOCKED_DOMAINS settings.
932migrate.invalid_local_path = "The local path is invalid. It does not exist or is not a directory."
933migrate.invalid_lfs_endpoint = The LFS endpoint is not valid.
934migrate.failed = Migration failed: %v
935migrate.migrate_items_options = Access Token is required to migrate additional items
936migrated_from = Migrated from <a href="%[1]s">%[2]s</a>
937migrated_from_fake = Migrated From %[1]s
938migrate.migrate = Migrate From %s
939migrate.migrating = Migrating from <b>%s</b> ...
940migrate.migrating_failed = Migrating from <b>%s</b> failed.
941migrate.migrating_failed.error = Error: %s
942migrate.migrating_failed_no_addr = Migration failed.
943migrate.github.description = Migrate data from github.com or other GitHub instances.
944migrate.git.description = Migrate a repository only from any Git service.
945migrate.gitlab.description = Migrate data from gitlab.com or other GitLab instances.
946migrate.gitea.description = Migrate data from gitea.com or other Gitea instances.
947migrate.gogs.description = Migrate data from notabug.org or other Gogs instances.
948migrate.onedev.description = Migrate data from code.onedev.io or other OneDev instances.
949migrate.codebase.description = Migrate data from codebasehq.com.
950migrate.gitbucket.description = Migrate data from GitBucket instances.
951migrate.migrating_git = Migrating Git Data
952migrate.migrating_topics = Migrating Topics
953migrate.migrating_milestones = Migrating Milestones
954migrate.migrating_labels = Migrating Labels
955migrate.migrating_releases = Migrating Releases
956migrate.migrating_issues = Migrating Issues
957migrate.migrating_pulls = Migrating Pull Requests
958
959mirror_from = mirror of
960forked_from = forked from
961generated_from = generated from
962fork_from_self = You cannot fork a repository you own.
963fork_guest_user = Sign in to fork this repository.
964watch_guest_user = Sign in to watch this repository.
965star_guest_user = Sign in to star this repository.
966unwatch = Unwatch
967watch = Watch
968unstar = Unstar
969star = Star
970fork = Fork
971download_archive = Download Repository
972
973no_desc = No Description
974quick_guide = Quick Guide
975clone_this_repo = Clone this repository
976create_new_repo_command = Creating a new repository on the command line
977push_exist_repo = Pushing an existing repository from the command line
978empty_message = This repository does not contain any content.
979broken_message = The Git data underlying this repository cannot be read. Contact the administrator of this instance or delete this repository.
980
981code = Code
982code.desc = Access source code, files, commits and branches.
983branch = Branch
984tree = Tree
985clear_ref = `Clear current reference`
986filter_branch_and_tag = Filter branch or tag
987find_tag = Find tag
988branches = Branches
989tags = Tags
990issues = Issues
991pulls = Pull Requests
992project_board = Projects
993labels = Labels
994org_labels_desc = Organization level labels that can be used with <strong>all repositories</strong> under this organization
995org_labels_desc_manage = manage
996
997milestones = Milestones
998commits = Commits
999commit = Commit
1000release = Release
1001releases = Releases
1002tag = Tag
1003released_this = released this
1004file.title =  %s at %s
1005file_raw = Raw
1006file_history = History
1007file_view_source = View Source
1008file_view_rendered = View Rendered
1009file_view_raw = View Raw
1010file_permalink = Permalink
1011file_too_large = The file is too large to be shown.
1012bidi_bad_header = `This file contains unexpected Bidirectional Unicode characters!`
1013bidi_bad_description = `This file contains unexpected Bidirectional Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.`
1014bidi_bad_description_escaped = `This file contains unexpected Bidirectional Unicode characters. Hidden unicode characters are escaped below. Use the Unescape button to show how they render.`
1015unicode_header = `This file contains hidden Unicode characters!`
1016unicode_description = `This file contains hidden Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.`
1017unicode_description_escaped = `This file contains hidden Unicode characters. Hidden unicode characters are escaped below. Use the Unescape button to show how they render.`
1018line_unicode = `This line has hidden unicode characters`
1019
1020escape_control_characters = Escape
1021unescape_control_characters = Unescape
1022file_copy_permalink = Copy Permalink
1023video_not_supported_in_browser = Your browser does not support the HTML5 'video' tag.
1024audio_not_supported_in_browser = Your browser does not support the HTML5 'audio' tag.
1025stored_lfs = Stored with Git LFS
1026symbolic_link = Symbolic link
1027commit_graph = Commit Graph
1028commit_graph.select = Select branches
1029commit_graph.hide_pr_refs = Hide Pull Requests
1030commit_graph.monochrome = Mono
1031commit_graph.color = Color
1032blame = Blame
1033download_file = Download file
1034normal_view = Normal View
1035line = line
1036lines = lines
1037
1038editor.new_file = New File
1039editor.upload_file = Upload File
1040editor.edit_file = Edit File
1041editor.preview_changes = Preview Changes
1042editor.cannot_edit_lfs_files = LFS files cannot be edited in the web interface.
1043editor.cannot_edit_non_text_files = Binary files cannot be edited in the web interface.
1044editor.edit_this_file = Edit File
1045editor.this_file_locked = File is locked
1046editor.must_be_on_a_branch = You must be on a branch to make or propose changes to this file.
1047editor.fork_before_edit = You must fork this repository to make or propose changes to this file.
1048editor.delete_this_file = Delete File
1049editor.must_have_write_access = You must have write access to make or propose changes to this file.
1050editor.file_delete_success = File '%s' has been deleted.
1051editor.name_your_file = Name your file…
1052editor.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.
1053editor.or = or
1054editor.cancel_lower = Cancel
1055editor.commit_signed_changes = Commit Signed Changes
1056editor.commit_changes = Commit Changes
1057editor.add_tmpl = Add '<filename>'
1058editor.add = Add '%s'
1059editor.update = Update '%s'
1060editor.delete = Delete '%s'
1061editor.commit_message_desc = Add an optional extended description…
1062editor.signoff_desc = Add a Signed-off-by trailer by the committer at the end of the commit log message.
1063editor.commit_directly_to_this_branch = Commit directly to the <strong class="branch-name">%s</strong> branch.
1064editor.create_new_branch = Create a <strong>new branch</strong> for this commit and start a pull request.
1065editor.create_new_branch_np = Create a <strong>new branch</strong> for this commit.
1066editor.propose_file_change = Propose file change
1067editor.new_branch_name_desc = New branch name…
1068editor.cancel = Cancel
1069editor.filename_cannot_be_empty = The filename cannot be empty.
1070editor.filename_is_invalid = The filename is invalid: '%s'.
1071editor.branch_does_not_exist = Branch '%s' does not exist in this repository.
1072editor.branch_already_exists = Branch '%s' already exists in this repository.
1073editor.directory_is_a_file = Directory name '%s' is already used as a filename in this repository.
1074editor.file_is_a_symlink = '%s' is a symbolic link. Symbolic links cannot be edited in the web editor
1075editor.filename_is_a_directory = Filename '%s' is already used as a directory name in this repository.
1076editor.file_editing_no_longer_exists = The file being edited, '%s', no longer exists in this repository.
1077editor.file_deleting_no_longer_exists = The file being deleted, '%s', no longer exists in this repository.
1078editor.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.
1079editor.file_already_exists = A file named '%s' already exists in this repository.
1080editor.commit_empty_file_header = Commit an empty file
1081editor.commit_empty_file_text = The file you're about to commit is empty. Proceed?
1082editor.no_changes_to_show = There are no changes to show.
1083editor.fail_to_update_file = Failed to update/create file '%s'.
1084editor.fail_to_update_file_summary = Error Message:
1085editor.push_rejected_no_message = The change was rejected by the server without a message. Please check Git Hooks.
1086editor.push_rejected = The change was rejected by the server. Please check Git Hooks.
1087editor.push_rejected_summary = Full Rejection Message:
1088editor.add_subdir = Add a directory…
1089editor.unable_to_upload_files = Failed to upload files to '%s' with error: %v
1090editor.upload_file_is_locked = File '%s' is locked by %s.
1091editor.upload_files_to_dir = Upload files to '%s'
1092editor.cannot_commit_to_protected_branch = Cannot commit to protected branch '%s'.
1093editor.no_commit_to_branch = Unable to commit directly to branch because:
1094editor.user_no_push_to_branch = User cannot push to branch
1095editor.require_signed_commit = Branch requires a signed commit
1096
1097commits.desc = Browse source code change history.
1098commits.commits = Commits
1099commits.no_commits = No commits in common. '%s' and '%s' have entirely different histories.
1100commits.nothing_to_compare = These branches are equal.
1101commits.search = Search commits…
1102commits.search.tooltip = You can prefix keywords with "author:", "committer:", "after:", or "before:", e.g. "revert author:Alice before:2019-04-01".
1103commits.find = Search
1104commits.search_all = All Branches
1105commits.author = Author
1106commits.message = Message
1107commits.date = Date
1108commits.older = Older
1109commits.newer = Newer
1110commits.signed_by = Signed by
1111commits.signed_by_untrusted_user = Signed by untrusted user
1112commits.signed_by_untrusted_user_unmatched = Signed by untrusted user who does not match committer
1113commits.gpg_key_id = GPG Key ID
1114commits.ssh_key_fingerprint = SSH Key Fingerprint
1115
1116ext_issues = Access to External Issues
1117ext_issues.desc = Link to an external issue tracker.
1118
1119projects = Projects
1120projects.desc = Manage issues and pulls in project boards.
1121projects.description = Description (optional)
1122projects.description_placeholder = Description
1123projects.create = Create Project
1124projects.title = Title
1125projects.new = New project
1126projects.new_subheader = Coordinate, track, and update your work in one place, so projects stay transparent and on schedule.
1127projects.create_success = The project '%s' has been created.
1128projects.deletion = Delete Project
1129projects.deletion_desc = Deleting a project removes it from all related issues. Continue?
1130projects.deletion_success = The project has been deleted.
1131projects.edit = Edit Projects
1132projects.edit_subheader = Projects organize issues and track progress.
1133projects.modify = Update Project
1134projects.edit_success = Project '%s' has been updated.
1135projects.type.none = "None"
1136projects.type.basic_kanban = "Basic Kanban"
1137projects.type.bug_triage = "Bug Triage"
1138projects.template.desc = "Project template"
1139projects.template.desc_helper = "Select a project template to get started"
1140projects.type.uncategorized = Uncategorized
1141projects.board.edit = "Edit board"
1142projects.board.edit_title = "New Board Name"
1143projects.board.new_title = "New Board Name"
1144projects.board.new_submit = "Submit"
1145projects.board.new = "New Board"
1146projects.board.set_default = "Set Default"
1147projects.board.set_default_desc = "Set this board as default for uncategorized issues and pulls"
1148projects.board.delete = "Delete Board"
1149projects.board.deletion_desc = "Deleting a project board moves all related issues to 'Uncategorized'. Continue?"
1150projects.board.color = "Color"
1151projects.open = Open
1152projects.close = Close
1153
1154issues.desc = Organize bug reports, tasks and milestones.
1155issues.filter_assignees = Filter Assignee
1156issues.filter_milestones = Filter Milestone
1157issues.filter_projects = Filter Project
1158issues.filter_labels = Filter Label
1159issues.filter_reviewers = Filter Reviewer
1160issues.new = New Issue
1161issues.new.title_empty = Title cannot be empty
1162issues.new.labels = Labels
1163issues.new.add_labels_title = Apply labels
1164issues.new.no_label = No Label
1165issues.new.clear_labels = Clear labels
1166issues.new.projects = Projects
1167issues.new.add_project_title = Set Project
1168issues.new.clear_projects = Clear projects
1169issues.new.no_projects = No project
1170issues.new.open_projects = Open Projects
1171issues.new.closed_projects = Closed Projects
1172issues.new.no_items = No items
1173issues.new.milestone = Milestone
1174issues.new.add_milestone_title = Set milestone
1175issues.new.no_milestone = No Milestone
1176issues.new.clear_milestone = Clear milestone
1177issues.new.open_milestone = Open Milestones
1178issues.new.closed_milestone = Closed Milestones
1179issues.new.assignees = Assignees
1180issues.new.add_assignees_title = Assign users
1181issues.new.clear_assignees = Clear assignees
1182issues.new.no_assignees = No Assignees
1183issues.new.no_reviewers = No reviewers
1184issues.new.add_reviewer_title = Request review
1185issues.choose.get_started = Get Started
1186issues.choose.blank = Default
1187issues.choose.blank_about = Create an issue from default template.
1188issues.no_ref = No Branch/Tag Specified
1189issues.create = Create Issue
1190issues.new_label = New Label
1191issues.new_label_placeholder = Label name
1192issues.new_label_desc_placeholder = Description
1193issues.create_label = Create Label
1194issues.label_templates.title = Load a predefined set of labels
1195issues.label_templates.info = No labels exist yet. Create a label with 'New Label' or use a predefined label set:
1196issues.label_templates.helper = Select a label set
1197issues.label_templates.use = Use Label Set
1198issues.label_templates.fail_to_load_file = Failed to load label template file '%s': %v
1199issues.add_label = added the %s label %s
1200issues.add_labels = added the %s labels %s
1201issues.remove_label = removed the %s label %s
1202issues.remove_labels = removed the %s labels %s
1203issues.add_remove_labels = added %s and removed %s labels %s
1204issues.add_milestone_at = `added this to the <b>%s</b> milestone %s`
1205issues.add_project_at = `added this to the <b>%s</b> project %s`
1206issues.change_milestone_at = `modified the milestone from <b>%s</b> to <b>%s</b> %s`
1207issues.change_project_at = `modified the project from <b>%s</b> to <b>%s</b> %s`
1208issues.remove_milestone_at = `removed this from the <b>%s</b> milestone %s`
1209issues.remove_project_at = `removed this from the <b>%s</b> project %s`
1210issues.deleted_milestone = `(deleted)`
1211issues.deleted_project = `(deleted)`
1212issues.self_assign_at = `self-assigned this %s`
1213issues.add_assignee_at = `was assigned by <b>%s</b> %s`
1214issues.remove_assignee_at = `was unassigned by <b>%s</b> %s`
1215issues.remove_self_assignment = `removed their assignment %s`
1216issues.change_title_at = `changed title from <b><strike>%s</strike></b> to <b>%s</b> %s`
1217issues.change_ref_at = `changed reference from <b><strike>%s</strike></b> to <b>%s</b> %s`
1218issues.remove_ref_at = `removed reference <b>%s</b> %s`
1219issues.add_ref_at = `added reference <b>%s</b> %s`
1220issues.delete_branch_at = `deleted branch <b>%s</b> %s`
1221issues.open_tab = %d Open
1222issues.close_tab = %d Closed
1223issues.filter_label = Label
1224issues.filter_label_exclude = `Use <code>alt</code> + <code>click/enter</code> to exclude labels`
1225issues.filter_label_no_select = All labels
1226issues.filter_milestone = Milestone
1227issues.filter_milestone_no_select = All milestones
1228issues.filter_assignee = Assignee
1229issues.filter_assginee_no_select = All assignees
1230issues.filter_type = Type
1231issues.filter_type.all_issues = All issues
1232issues.filter_type.assigned_to_you = Assigned to you
1233issues.filter_type.created_by_you = Created by you
1234issues.filter_type.mentioning_you = Mentioning you
1235issues.filter_type.review_requested = Review requested
1236issues.filter_sort = Sort
1237issues.filter_sort.latest = Newest
1238issues.filter_sort.oldest = Oldest
1239issues.filter_sort.recentupdate = Recently updated
1240issues.filter_sort.leastupdate = Least recently updated
1241issues.filter_sort.mostcomment = Most commented
1242issues.filter_sort.leastcomment = Least commented
1243issues.filter_sort.nearduedate = Nearest due date
1244issues.filter_sort.farduedate = Farthest due date
1245issues.filter_sort.moststars = Most stars
1246issues.filter_sort.feweststars = Fewest stars
1247issues.filter_sort.mostforks = Most forks
1248issues.filter_sort.fewestforks = Fewest forks
1249issues.action_open = Open
1250issues.action_close = Close
1251issues.action_label = Label
1252issues.action_milestone = Milestone
1253issues.action_milestone_no_select = No milestone
1254issues.action_assignee = Assignee
1255issues.action_assignee_no_select = No assignee
1256issues.opened_by = opened %[1]s by <a href="%[2]s">%[3]s</a>
1257pulls.merged_by = by <a href="%[2]s">%[3]s</a> was merged %[1]s
1258pulls.merged_by_fake = by %[2]s was merged %[1]s
1259issues.closed_by = by <a href="%[2]s">%[3]s</a> was closed %[1]s
1260issues.opened_by_fake = opened %[1]s by %[2]s
1261issues.closed_by_fake = by %[2]s was closed %[1]s
1262issues.previous = Previous
1263issues.next = Next
1264issues.open_title = Open
1265issues.closed_title = Closed
1266issues.num_comments = %d comments
1267issues.commented_at = `commented <a href="#%s">%s</a>`
1268issues.delete_comment_confirm = Are you sure you want to delete this comment?
1269issues.context.copy_link = Copy Link
1270issues.context.quote_reply = Quote Reply
1271issues.context.reference_issue = Reference in new issue
1272issues.context.edit = Edit
1273issues.context.delete = Delete
1274issues.no_content = There is no content yet.
1275issues.close_issue = Close
1276issues.pull_merged_at = `merged commit <a class="ui sha" href="%[1]s"><code>%[2]s</code></a> into <b>%[3]s</b> %[4]s`
1277issues.manually_pull_merged_at = `merged commit <a class="ui sha" href="%[1]s"><code>%[2]s</code></a> into <b>%[3]s</b> manually %[4]s`
1278issues.close_comment_issue = Comment and Close
1279issues.reopen_issue = Reopen
1280issues.reopen_comment_issue = Comment and Reopen
1281issues.create_comment = Comment
1282issues.closed_at = `closed this issue <a id="%[1]s" href="#%[1]s">%[2]s</a>`
1283issues.reopened_at = `reopened this issue <a id="%[1]s" href="#%[1]s">%[2]s</a>`
1284issues.commit_ref_at = `referenced this issue from a commit <a id="%[1]s" href="#%[1]s">%[2]s</a>`
1285issues.ref_issue_from = `<a href="%[3]s">referenced this issue %[4]s</a> <a id="%[1]s" href="#%[1]s">%[2]s</a>`
1286issues.ref_pull_from = `<a href="%[3]s">referenced this pull request %[4]s</a> <a id="%[1]s" href="#%[1]s">%[2]s</a>`
1287issues.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>`
1288issues.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>`
1289issues.ref_closed_from = `<a href="%[3]s">closed this issue %[4]s</a> <a id="%[1]s" href="#%[1]s">%[2]s</a>`
1290issues.ref_reopened_from = `<a href="%[3]s">reopened this issue %[4]s</a> <a id="%[1]s" href="#%[1]s">%[2]s</a>`
1291issues.ref_from = `from %[1]s`
1292issues.poster = Poster
1293issues.collaborator = Collaborator
1294issues.owner = Owner
1295issues.re_request_review=Re-request review
1296issues.is_stale = There have been changes to this PR since this review
1297issues.remove_request_review=Remove review request
1298issues.remove_request_review_block=Can't remove review request
1299issues.dismiss_review = Dismiss Review
1300issues.dismiss_review_warning = Are you sure you want to dismiss this review?
1301issues.sign_in_require_desc = <a href="%s">Sign in</a> to join this conversation.
1302issues.edit = Edit
1303issues.cancel = Cancel
1304issues.save = Save
1305issues.label_title = Label name
1306issues.label_description = Label description
1307issues.label_color = Label color
1308issues.label_count = %d labels
1309issues.label_open_issues = %d open issues
1310issues.label_edit = Edit
1311issues.label_delete = Delete
1312issues.label_modify = Edit Label
1313issues.label_deletion = Delete Label
1314issues.label_deletion_desc = Deleting a label removes it from all issues. Continue?
1315issues.label_deletion_success = The label has been deleted.
1316issues.label.filter_sort.alphabetically = Alphabetically
1317issues.label.filter_sort.reverse_alphabetically = Reverse alphabetically
1318issues.label.filter_sort.by_size = Smallest size
1319issues.label.filter_sort.reverse_by_size = Largest size
1320issues.num_participants = %d Participants
1321issues.attachment.open_tab = `Click to see "%s" in a new tab`
1322issues.attachment.download = `Click to download "%s"`
1323issues.subscribe = Subscribe
1324issues.unsubscribe = Unsubscribe
1325issues.lock = Lock conversation
1326issues.unlock = Unlock conversation
1327issues.lock.unknown_reason = Cannot lock an issue with an unknown reason.
1328issues.lock_duplicate = An issue cannot be locked twice.
1329issues.unlock_error = Cannot unlock an issue that is not locked.
1330issues.lock_with_reason = "locked as <strong>%s</strong> and limited conversation to collaborators %s"
1331issues.lock_no_reason = "locked and limited conversation to collaborators %s"
1332issues.unlock_comment = "unlocked this conversation %s"
1333issues.lock_confirm = Lock
1334issues.unlock_confirm = Unlock
1335issues.lock.notice_1 = - Other users can’t add new comments to this issue.
1336issues.lock.notice_2 = - You and other collaborators with access to this repository can still leave comments that others can see.
1337issues.lock.notice_3 = - You can always unlock this issue again in the future.
1338issues.unlock.notice_1 = - Everyone would be able to comment on this issue once more.
1339issues.unlock.notice_2 = - You can always lock this issue again in the future.
1340issues.lock.reason = Reason for locking
1341issues.lock.title = Lock conversation on this issue.
1342issues.unlock.title = Unlock conversation on this issue.
1343issues.comment_on_locked = You cannot comment on a locked issue.
1344issues.tracker = Time Tracker
1345issues.start_tracking_short = Start Timer
1346issues.start_tracking = Start Time Tracking
1347issues.start_tracking_history = `started working %s`
1348issues.tracker_auto_close = Timer will be stopped automatically when this issue gets closed
1349issues.tracking_already_started = `You have already started time tracking on <a href="%s">another issue</a>!`
1350issues.stop_tracking = Stop Timer
1351issues.stop_tracking_history = `stopped working %s`
1352issues.cancel_tracking = Discard
1353issues.cancel_tracking_history = `cancelled time tracking %s`
1354issues.add_time = Manually Add Time
1355issues.del_time = Delete this time log
1356issues.add_time_short = Add Time
1357issues.add_time_cancel = Cancel
1358issues.add_time_history = `added spent time %s`
1359issues.del_time_history= `deleted spent time %s`
1360issues.add_time_hours = Hours
1361issues.add_time_minutes = Minutes
1362issues.add_time_sum_to_small = No time was entered.
1363issues.time_spent_total = Total Time Spent
1364issues.time_spent_from_all_authors = `Total Time Spent: %s`
1365issues.due_date = Due Date
1366issues.invalid_due_date_format = "Due date format must be 'yyyy-mm-dd'."
1367issues.error_modifying_due_date = "Failed to modify the due date."
1368issues.error_removing_due_date = "Failed to remove the due date."
1369issues.push_commit_1 = "added %d commit %s"
1370issues.push_commits_n = "added %d commits %s"
1371issues.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`
1372issues.due_date_form = "yyyy-mm-dd"
1373issues.due_date_form_add = "Add due date"
1374issues.due_date_form_edit = "Edit"
1375issues.due_date_form_remove = "Remove"
1376issues.due_date_not_writer = "You need repository write access to update an issue's due date."
1377issues.due_date_not_set = "No due date set."
1378issues.due_date_added = "added the due date %s %s"
1379issues.due_date_modified = "modified the due date to %s from %s %s"
1380issues.due_date_remove = "removed the due date %s %s"
1381issues.due_date_overdue = "Overdue"
1382issues.due_date_invalid = "The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'."
1383issues.dependency.title = Dependencies
1384issues.dependency.issue_no_dependencies = This issue currently doesn't have any dependencies.
1385issues.dependency.pr_no_dependencies = This pull request currently doesn't have any dependencies.
1386issues.dependency.add = Add dependency…
1387issues.dependency.cancel = Cancel
1388issues.dependency.remove = Remove
1389issues.dependency.remove_info = Remove this dependency
1390issues.dependency.added_dependency = `added a new dependency %s`
1391issues.dependency.removed_dependency = `removed a dependency %s`
1392issues.dependency.pr_closing_blockedby = Closing this pull request is blocked by the following issues
1393issues.dependency.issue_closing_blockedby = Closing this issue is blocked by the following issues
1394issues.dependency.issue_close_blocks = This issue blocks closing of the following issues
1395issues.dependency.pr_close_blocks = This pull request blocks closing of the following issues
1396issues.dependency.issue_close_blocked = You need to close all issues blocking this issue before you can close it.
1397issues.dependency.pr_close_blocked = You need to close all issues blocking this pull request before you can merge it.
1398issues.dependency.blocks_short = Blocks
1399issues.dependency.blocked_by_short = Depends on
1400issues.dependency.remove_header = Remove Dependency
1401issues.dependency.issue_remove_text = This will remove the dependency from this issue. Continue?
1402issues.dependency.pr_remove_text = This will remove the dependency from this pull request. Continue?
1403issues.dependency.setting = Enable Dependencies For Issues and Pull Requests
1404issues.dependency.add_error_same_issue = You cannot make an issue depend on itself.
1405issues.dependency.add_error_dep_issue_not_exist = Dependent issue does not exist.
1406issues.dependency.add_error_dep_not_exist = Dependency does not exist.
1407issues.dependency.add_error_dep_exists = Dependency already exists.
1408issues.dependency.add_error_cannot_create_circular = You cannot create a dependency with two issues blocking each other.
1409issues.dependency.add_error_dep_not_same_repo = Both issues must be in the same repository.
1410issues.review.self.approval = You cannot approve your own pull request.
1411issues.review.self.rejection = You cannot request changes on your own pull request.
1412issues.review.approve = "approved these changes %s"
1413issues.review.comment = "reviewed %s"
1414issues.review.dismissed = "dismissed %s’s review %s"
1415issues.review.dismissed_label = Dismissed
1416issues.review.left_comment = left a comment
1417issues.review.content.empty = You need to leave a comment indicating the requested change(s).
1418issues.review.reject = "requested changes %s"
1419issues.review.wait = "was requested for review %s"
1420issues.review.add_review_request = "requested review from %s %s"
1421issues.review.remove_review_request = "removed review request for %s %s"
1422issues.review.remove_review_request_self = "refused to review %s"
1423issues.review.pending = Pending
1424issues.review.review = Review
1425issues.review.reviewers = Reviewers
1426issues.review.outdated = Outdated
1427issues.review.show_outdated = Show outdated
1428issues.review.hide_outdated = Hide outdated
1429issues.review.show_resolved = Show resolved
1430issues.review.hide_resolved = Hide resolved
1431issues.review.resolve_conversation = Resolve conversation
1432issues.review.un_resolve_conversation = Unresolve conversation
1433issues.review.resolved_by = marked this conversation as resolved
1434issues.assignee.error = Not all assignees was added due to an unexpected error.
1435issues.reference_issue.body = Body
1436issues.content_history.deleted = deleted
1437issues.content_history.edited = edited
1438issues.content_history.created = created
1439issues.content_history.delete_from_history = Delete from history
1440issues.content_history.delete_from_history_confirm = Delete from history?
1441issues.content_history.options = Options
1442
1443compare.compare_base = base
1444compare.compare_head = compare
1445
1446pulls.desc = Enable pull requests and code reviews.
1447pulls.new = New Pull Request
1448pulls.view = View Pull Request
1449pulls.compare_changes = New Pull Request
1450pulls.compare_changes_desc = Select the branch to merge into and the branch to pull from.
1451pulls.compare_base = merge into
1452pulls.compare_compare = pull from
1453pulls.switch_comparison_type = Switch comparison type
1454pulls.switch_head_and_base = Switch head and base
1455pulls.filter_branch = Filter branch
1456pulls.no_results = No results found.
1457pulls.nothing_to_compare = These branches are equal. There is no need to create a pull request.
1458pulls.nothing_to_compare_and_allow_empty_pr = These branches are equal. This PR will be empty.
1459pulls.has_pull_request = `A pull request between these branches already exists: <a href="%[1]s">%[2]s#%[3]d</a>`
1460pulls.create = Create Pull Request
1461pulls.title_desc = wants to merge %[1]d commits from <code>%[2]s</code> into <code id="branch_target">%[3]s</code>
1462pulls.merged_title_desc = merged %[1]d commits from <code>%[2]s</code> into <code>%[3]s</code> %[4]s
1463pulls.change_target_branch_at = `changed target branch from <b>%s</b> to <b>%s</b> %s`
1464pulls.tab_conversation = Conversation
1465pulls.tab_commits = Commits
1466pulls.tab_files = Files Changed
1467pulls.reopen_to_merge = Please reopen this pull request to perform a merge.
1468pulls.cant_reopen_deleted_branch = This pull request cannot be reopened because the branch was deleted.
1469pulls.merged = Merged
1470pulls.merged_as = The pull request has been merged as <a rel="nofollow" class="ui sha" href="%[1]s"><code>%[2]s</code></a>.
1471pulls.manually_merged = Manually merged
1472pulls.manually_merged_as = The pull request has been manually merged as <a rel="nofollow" class="ui sha" href="%[1]s"><code>%[2]s</code></a>.
1473pulls.is_closed = The pull request has been closed.
1474pulls.has_merged = The pull request has been merged.
1475pulls.title_wip_desc = `<a href="#">Start the title with <strong>%s</strong></a> to prevent the pull request from being merged accidentally.`
1476pulls.cannot_merge_work_in_progress = This pull request is marked as a work in progress.
1477pulls.still_in_progress = Still in progress?
1478pulls.add_prefix = Add <strong>%s</strong> prefix
1479pulls.remove_prefix = Remove <strong>%s</strong> prefix
1480pulls.data_broken = This pull request is broken due to missing fork information.
1481pulls.files_conflicted = This pull request has changes conflicting with the target branch.
1482pulls.is_checking = "Merge conflict checking is in progress. Try again in few moments."
1483pulls.is_empty = "This branch is equal with the target branch."
1484pulls.required_status_check_failed = Some required checks were not successful.
1485pulls.required_status_check_missing = Some required checks are missing.
1486pulls.required_status_check_administrator = As an administrator, you may still merge this pull request.
1487pulls.blocked_by_approvals = "This Pull Request doesn't have enough approvals yet. %d of %d approvals granted."
1488pulls.blocked_by_rejection = "This Pull Request has changes requested by an official reviewer."
1489pulls.blocked_by_official_review_requests = "This Pull Request has official review requests."
1490pulls.blocked_by_outdated_branch = "This Pull Request is blocked because it's outdated."
1491pulls.blocked_by_changed_protected_files_1= "This Pull Request is blocked because it changes a protected file:"
1492pulls.blocked_by_changed_protected_files_n= "This Pull Request is blocked because it changes protected files:"
1493pulls.can_auto_merge_desc = This pull request can be merged automatically.
1494pulls.cannot_auto_merge_desc = This pull request cannot be merged automatically due to conflicts.
1495pulls.cannot_auto_merge_helper = Merge manually to resolve the conflicts.
1496pulls.num_conflicting_files_1 = "%d conflicting file"
1497pulls.num_conflicting_files_n = "%d conflicting files"
1498pulls.approve_count_1 = "%d approval"
1499pulls.approve_count_n = "%d approvals"
1500pulls.reject_count_1 = "%d change request"
1501pulls.reject_count_n = "%d change requests"
1502pulls.waiting_count_1 = "%d waiting review"
1503pulls.waiting_count_n = "%d waiting reviews"
1504pulls.wrong_commit_id = "commit id must be a commit id on the target branch"
1505
1506pulls.no_merge_desc = This pull request cannot be merged because all repository merge options are disabled.
1507pulls.no_merge_helper = Enable merge options in the repository settings or merge the pull request manually.
1508pulls.no_merge_wip = This pull request can not be merged because it is marked as being a work in progress.
1509pulls.no_merge_not_ready = This pull request is not ready to be merged, check review status and status checks.
1510pulls.no_merge_access = You are not authorized to merge this pull request.
1511pulls.merge_pull_request = Create merge commit
1512pulls.rebase_merge_pull_request = Rebase then fast-forward
1513pulls.rebase_merge_commit_pull_request = Rebase then create merge commit
1514pulls.squash_merge_pull_request = Create squash commit
1515pulls.merge_manually = Manually merged
1516pulls.merge_commit_id = The merge commit ID
1517pulls.require_signed_wont_sign = The branch requires signed commits but this merge will not be signed
1518pulls.invalid_merge_option = You cannot use this merge option for this pull request.
1519pulls.merge_conflict = Merge Failed: There was a conflict whilst merging. Hint: Try a different strategy
1520pulls.merge_conflict_summary = Error Message
1521pulls.rebase_conflict = Merge Failed: There was a conflict whilst rebasing commit: %[1]s. Hint: Try a different strategy
1522pulls.rebase_conflict_summary = Error Message
1523; </summary><code>%[2]s<br>%[3]s</code></details>
1524pulls.unrelated_histories = Merge Failed: The merge head and base do not share a common history. Hint: Try a different strategy
1525pulls.merge_out_of_date = Merge Failed: Whilst generating the merge, the base was updated. Hint: Try again.
1526pulls.head_out_of_date = Merge Failed: Whilst generating the merge, the head was updated. Hint: Try again.
1527pulls.push_rejected = Merge Failed: The push was rejected. Review the Git Hooks for this repository.
1528pulls.push_rejected_summary = Full Rejection Message
1529pulls.push_rejected_no_message = Merge Failed: The push was rejected but there was no remote message.<br>Review the Git Hooks for this repository
1530pulls.open_unmerged_pull_exists = `You cannot perform a reopen operation because there is a pending pull request (#%d) with identical properties.`
1531pulls.status_checking = Some checks are pending
1532pulls.status_checks_success = All checks were successful
1533pulls.status_checks_warning = Some checks reported warnings
1534pulls.status_checks_failure = Some checks failed
1535pulls.status_checks_error = Some checks reported errors
1536pulls.status_checks_requested = Required
1537pulls.status_checks_details = Details
1538pulls.update_branch = Update branch by merge
1539pulls.update_branch_rebase = Update branch by rebase
1540pulls.update_branch_success = Branch update was successful
1541pulls.update_not_allowed = You are not allowed to update branch
1542pulls.outdated_with_base_branch = This branch is out-of-date with the base branch
1543pulls.closed_at = `closed this pull request <a id="%[1]s" href="#%[1]s">%[2]s</a>`
1544pulls.reopened_at = `reopened this pull request <a id="%[1]s" href="#%[1]s">%[2]s</a>`
1545pulls.merge_instruction_hint = `You can also view <a class="show-instruction">command line instructions</a>.`
1546
1547pulls.merge_instruction_step1_desc = From your project repository, check out a new branch and test the changes.
1548pulls.merge_instruction_step2_desc = Merge the changes and update on Gitea.
1549
1550milestones.new = New Milestone
1551milestones.open_tab = %d Open
1552milestones.close_tab = %d Closed
1553milestones.closed = Closed %s
1554milestones.update_ago = Updated %s ago
1555milestones.no_due_date = No due date
1556milestones.open = Open
1557milestones.close = Close
1558milestones.new_subheader = Milestones organize issues and track progress.
1559milestones.completeness = %d%% Completed
1560milestones.create = Create Milestone
1561milestones.title = Title
1562milestones.desc = Description
1563milestones.due_date = Due Date (optional)
1564milestones.clear = Clear
1565milestones.invalid_due_date_format = "Due date format must be 'yyyy-mm-dd'."
1566milestones.create_success = The milestone '%s' has been created.
1567milestones.edit = Edit Milestone
1568milestones.edit_subheader = Milestones organize issues and track progress.
1569milestones.cancel = Cancel
1570milestones.modify = Update Milestone
1571milestones.edit_success = Milestone '%s' has been updated.
1572milestones.deletion = Delete Milestone
1573milestones.deletion_desc = Deleting a milestone removes it from all related issues. Continue?
1574milestones.deletion_success = The milestone has been deleted.
1575milestones.filter_sort.closest_due_date = Closest due date
1576milestones.filter_sort.furthest_due_date = Furthest due date
1577milestones.filter_sort.least_complete = Least complete
1578milestones.filter_sort.most_complete = Most complete
1579milestones.filter_sort.most_issues = Most issues
1580milestones.filter_sort.least_issues = Least issues
1581
1582signing.will_sign = This commit will be signed with key '%s'
1583signing.wont_sign.error = There was an error whilst checking if the commit could be signed
1584signing.wont_sign.nokey = There is no key available to sign this commit
1585signing.wont_sign.never = Commits are never signed
1586signing.wont_sign.always = Commits are always signed
1587signing.wont_sign.pubkey = The commit will not be signed because you do not have a public key associated with your account
1588signing.wont_sign.twofa = You must have two factor authentication enabled to have commits signed
1589signing.wont_sign.parentsigned = The commit will not be signed as the parent commit is not signed
1590signing.wont_sign.basesigned = The merge will not be signed as the base commit is not signed
1591signing.wont_sign.headsigned = The merge will not be signed as the head commit is not signed
1592signing.wont_sign.commitssigned = The merge will not be signed as all the associated commits are not signed
1593signing.wont_sign.approved = The merge will not be signed as the PR is not approved
1594signing.wont_sign.not_signed_in = You are not signed in
1595
1596ext_wiki = Access to External Wiki
1597ext_wiki.desc = Link to an external wiki.
1598
1599wiki = Wiki
1600wiki.welcome = Welcome to the Wiki.
1601wiki.welcome_desc = The wiki lets you write and share documentation with collaborators.
1602wiki.desc = Write and share documentation with collaborators.
1603wiki.create_first_page = Create the First Page
1604wiki.page = Page
1605wiki.filter_page = Filter page
1606wiki.new_page = Page
1607wiki.default_commit_message = Write a note about this page update (optional).
1608wiki.save_page = Save Page
1609wiki.last_commit_info = %s edited this page %s
1610wiki.edit_page_button = Edit
1611wiki.new_page_button = New Page
1612wiki.file_revision = Page Revision
1613wiki.wiki_page_revisions = Wiki Page Revisions
1614wiki.back_to_wiki = Back to wiki page
1615wiki.delete_page_button = Delete Page
1616wiki.delete_page_notice_1 = Deleting the wiki page '%s' cannot be undone. Continue?
1617wiki.page_already_exists = A wiki page with the same name already exists.
1618wiki.reserved_page = The wiki page name '%s' is reserved.
1619wiki.pages = Pages
1620wiki.last_updated = Last updated %s
1621wiki.page_name_desc = Enter a name for this Wiki page. Some special names are: 'Home', '_Sidebar' and '_Footer'.
1622
1623activity = Activity
1624activity.period.filter_label = Period:
1625activity.period.daily = 1 day
1626activity.period.halfweekly = 3 days
1627activity.period.weekly = 1 week
1628activity.period.monthly = 1 month
1629activity.period.quarterly = 3 months
1630activity.period.semiyearly = 6 months
1631activity.period.yearly = 1 year
1632activity.overview = Overview
1633activity.active_prs_count_1 = <strong>%d</strong> Active Pull Request
1634activity.active_prs_count_n = <strong>%d</strong> Active Pull Requests
1635activity.merged_prs_count_1 = Merged Pull Request
1636activity.merged_prs_count_n = Merged Pull Requests
1637activity.opened_prs_count_1 = Proposed Pull Request
1638activity.opened_prs_count_n = Proposed Pull Requests
1639activity.title.user_1 = %d user
1640activity.title.user_n = %d users
1641activity.title.prs_1 = %d Pull request
1642activity.title.prs_n = %d Pull requests
1643activity.title.prs_merged_by = %s merged by %s
1644activity.title.prs_opened_by = %s proposed by %s
1645activity.merged_prs_label = Merged
1646activity.opened_prs_label = Proposed
1647activity.active_issues_count_1 = <strong>%d</strong> Active Issue
1648activity.active_issues_count_n = <strong>%d</strong> Active Issues
1649activity.closed_issues_count_1 = Closed Issue
1650activity.closed_issues_count_n = Closed Issues
1651activity.title.issues_1 = %d Issue
1652activity.title.issues_n = %d Issues
1653activity.title.issues_closed_from = %s closed from %s
1654activity.title.issues_created_by = %s created by %s
1655activity.closed_issue_label = Closed
1656activity.new_issues_count_1 = New Issue
1657activity.new_issues_count_n = New Issues
1658activity.new_issue_label = Opened
1659activity.title.unresolved_conv_1 = %d Unresolved Conversation
1660activity.title.unresolved_conv_n = %d Unresolved Conversations
1661activity.unresolved_conv_desc = These recently changed issues and pull requests have not been resolved yet.
1662activity.unresolved_conv_label = Open
1663activity.title.releases_1 = %d Release
1664activity.title.releases_n = %d Releases
1665activity.title.releases_published_by = %s published by %s
1666activity.published_release_label = Published
1667activity.no_git_activity = There has not been any commit activity in this period.
1668activity.git_stats_exclude_merges = Excluding merges,
1669activity.git_stats_author_1 = %d author
1670activity.git_stats_author_n = %d authors
1671activity.git_stats_pushed_1 = has pushed
1672activity.git_stats_pushed_n = have pushed
1673activity.git_stats_commit_1 = %d commit
1674activity.git_stats_commit_n = %d commits
1675activity.git_stats_push_to_branch = to %s and
1676activity.git_stats_push_to_all_branches = to all branches.
1677activity.git_stats_on_default_branch = On %s,
1678activity.git_stats_file_1 = %d file
1679activity.git_stats_file_n = %d files
1680activity.git_stats_files_changed_1 = has changed
1681activity.git_stats_files_changed_n = have changed
1682activity.git_stats_additions = and there have been
1683activity.git_stats_addition_1 = %d addition
1684activity.git_stats_addition_n = %d additions
1685activity.git_stats_and_deletions = and
1686activity.git_stats_deletion_1 = %d deletion
1687activity.git_stats_deletion_n = %d deletions
1688
1689search = Search
1690search.search_repo = Search repository
1691search.fuzzy = Fuzzy
1692search.match = Match
1693search.results = Search results for "%s" in <a href="%s">%s</a>
1694
1695settings = Settings
1696settings.desc = Settings is where you can manage the settings for the repository
1697settings.options = Repository
1698settings.collaboration = Collaborators
1699settings.collaboration.admin = Administrator
1700settings.collaboration.write = Write
1701settings.collaboration.read = Read
1702settings.collaboration.owner = Owner
1703settings.collaboration.undefined = Undefined
1704settings.hooks = Webhooks
1705settings.githooks = Git Hooks
1706settings.basic_settings = Basic Settings
1707settings.mirror_settings = Mirror Settings
1708settings.mirror_settings.docs = Set up your project to automatically push and/or pull changes to/from another repository. Branches, tags, and commits will be synced automatically. <a target="_blank" rel="noopener noreferrer" href="https://docs.gitea.io/en-us/repo-mirror/">How do I mirror repositories?</a>
1709settings.mirror_settings.mirrored_repository = Mirrored repository
1710settings.mirror_settings.direction = Direction
1711settings.mirror_settings.direction.pull = Pull
1712settings.mirror_settings.direction.push = Push
1713settings.mirror_settings.last_update = Last update
1714settings.mirror_settings.push_mirror.none = No push mirrors configured
1715settings.mirror_settings.push_mirror.remote_url = Git Remote Repository URL
1716settings.mirror_settings.push_mirror.add = Add Push Mirror
1717settings.sync_mirror = Synchronize Now
1718settings.mirror_sync_in_progress = Mirror synchronization is in progress. Check back in a minute.
1719settings.email_notifications.enable = Enable Email Notifications
1720settings.email_notifications.onmention = Only Email on Mention
1721settings.email_notifications.disable = Disable Email Notifications
1722settings.email_notifications.submit = Set Email Preference
1723settings.site = Website
1724settings.update_settings = Update Settings
1725settings.branches.update_default_branch = Update Default Branch
1726settings.advanced_settings = Advanced Settings
1727settings.wiki_desc = Enable Repository Wiki
1728settings.use_internal_wiki = Use Built-In Wiki
1729settings.use_external_wiki = Use External Wiki
1730settings.external_wiki_url = External Wiki URL
1731settings.external_wiki_url_error = The external wiki URL is not a valid URL.
1732settings.external_wiki_url_desc = Visitors are redirected to the external wiki URL when clicking the wiki tab.
1733settings.issues_desc = Enable Repository Issue Tracker
1734settings.use_internal_issue_tracker = Use Built-In Issue Tracker
1735settings.use_external_issue_tracker = Use External Issue Tracker
1736settings.external_tracker_url = External Issue Tracker URL
1737settings.external_tracker_url_error = The external issue tracker URL is not a valid URL.
1738settings.external_tracker_url_desc = Visitors are redirected to the external issue tracker URL when clicking on the issues tab.
1739settings.tracker_url_format = External Issue Tracker URL Format
1740settings.tracker_url_format_error = The external issue tracker URL format is not a valid URL.
1741settings.tracker_issue_style = External Issue Tracker Number Format
1742settings.tracker_issue_style.numeric = Numeric
1743settings.tracker_issue_style.alphanumeric = Alphanumeric
1744settings.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.
1745settings.enable_timetracker = Enable Time Tracking
1746settings.allow_only_contributors_to_track_time = Let Only Contributors Track Time
1747settings.pulls_desc = Enable Repository Pull Requests
1748settings.pulls.ignore_whitespace = Ignore Whitespace for Conflicts
1749settings.pulls.allow_merge_commits = Enable Commit Merging
1750settings.pulls.allow_rebase_merge = Enable Rebasing to Merge Commits
1751settings.pulls.allow_rebase_merge_commit = Enable Rebasing with explicit merge commits (--no-ff)
1752settings.pulls.allow_squash_commits = Enable Squashing to Merge Commits
1753settings.pulls.allow_manual_merge = Enable Mark PR as manually merged
1754settings.pulls.enable_autodetect_manual_merge = Enable autodetect manual merge (Note: In some special cases, misjudgments can occur)
1755settings.pulls.default_delete_branch_after_merge = Delete pull request branch after merge by default
1756settings.projects_desc = Enable Repository Projects
1757settings.admin_settings = Administrator Settings
1758settings.admin_enable_health_check = Enable Repository Health Checks (git fsck)
1759settings.admin_code_indexer = Code Indexer
1760settings.admin_stats_indexer = Code Statistics Indexer
1761settings.admin_indexer_commit_sha = Last Indexed SHA
1762settings.admin_indexer_unindexed = Unindexed
1763settings.reindex_button = Add to Reindex Queue
1764settings.reindex_requested=Reindex Requested
1765settings.admin_enable_close_issues_via_commit_in_any_branch = Close an issue via a commit made in a non default branch
1766settings.danger_zone = Danger Zone
1767settings.new_owner_has_same_repo = The new owner already has a repository with same name. Please choose another name.
1768settings.convert = Convert to Regular Repository
1769settings.convert_desc = You can convert this mirror into a regular repository. This cannot be undone.
1770settings.convert_notices_1 = This operation will convert the mirror into a regular repository and cannot be undone.
1771settings.convert_confirm = Convert Repository
1772settings.convert_succeed = The mirror has been converted into a regular repository.
1773settings.convert_fork = Convert to Regular Repository
1774settings.convert_fork_desc = You can convert this fork into a regular repository. This cannot be undone.
1775settings.convert_fork_notices_1 = This operation will convert the fork into a regular repository and cannot be undone.
1776settings.convert_fork_confirm = Convert Repository
1777settings.convert_fork_succeed = The fork has been converted into a regular repository.
1778settings.transfer = Transfer Ownership
1779settings.transfer.rejected = Repository transfer was rejected.
1780settings.transfer.success = Repository transfer was successful.
1781settings.transfer_abort = Cancel transfer
1782settings.transfer_abort_invalid = You cannot cancel a non existent repository transfer.
1783settings.transfer_abort_success = The repository transfer to %s was successfully cancelled.
1784settings.transfer_desc = Transfer this repository to a user or to an organization for which you have administrator rights.
1785settings.transfer_form_title = Enter the repository name as confirmation:
1786settings.transfer_in_progress = There is currently an ongoing transfer. Please cancel it if you will like to transfer this repository to another user.
1787settings.transfer_notices_1 = - You will lose access to the repository if you transfer it to an individual user.
1788settings.transfer_notices_2 = - You will keep access to the repository if you transfer it to an organization that you (co-)own.
1789settings.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).
1790settings.transfer_owner = New Owner
1791settings.transfer_perform = Perform Transfer
1792settings.transfer_started = This repository has been marked for transfer and awaits confirmation from "%s"
1793settings.transfer_succeed = The repository has been transferred.
1794settings.signing_settings = Signing Verification Settings
1795settings.trust_model = Signature Trust Model
1796settings.trust_model.default = Default Trust Model
1797settings.trust_model.default.desc= Use the default repository trust model for this installation.
1798settings.trust_model.collaborator = Collaborator
1799settings.trust_model.collaborator.long = Collaborator: Trust signatures by collaborators
1800settings.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.
1801settings.trust_model.committer = Committer
1802settings.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)
1803settings.trust_model.committer.desc = Valid signatures will only be marked "trusted" if they match the committer, otherwise they will be marked "unmatched". This will force 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.
1804settings.trust_model.collaboratorcommitter = Collaborator+Committer
1805settings.trust_model.collaboratorcommitter.long = Collaborator+Committer: Trust signatures by collaborators which match the committer
1806settings.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.
1807settings.wiki_delete = Delete Wiki Data
1808settings.wiki_delete_desc = Deleting repository wiki data is permanent and cannot be undone.
1809settings.wiki_delete_notices_1 = - This will permanently delete and disable the repository wiki for %s.
1810settings.confirm_wiki_delete = Delete Wiki Data
1811settings.wiki_deletion_success = The repository wiki data has been deleted.
1812settings.delete = Delete This Repository
1813settings.delete_desc = Deleting a repository is permanent and cannot be undone.
1814settings.delete_notices_1 = - This operation <strong>CANNOT</strong> be undone.
1815settings.delete_notices_2 = - This operation will permanently delete the <strong>%s</strong> repository including code, issues, comments, wiki data and collaborator settings.
1816settings.delete_notices_fork_1 = - Forks of this repository will become independent after deletion.
1817settings.deletion_success = The repository has been deleted.
1818settings.update_settings_success = The repository settings have been updated.
1819settings.confirm_delete = Delete Repository
1820settings.add_collaborator = Add Collaborator
1821settings.add_collaborator_success = The collaborator has been added.
1822settings.add_collaborator_inactive_user = Can not add an inactive user as a collaborator.
1823settings.add_collaborator_duplicate = The collaborator is already added to this repository.
1824settings.delete_collaborator = Remove
1825settings.collaborator_deletion = Remove Collaborator
1826settings.collaborator_deletion_desc = Removing a collaborator will revoke their access to this repository. Continue?
1827settings.remove_collaborator_success = The collaborator has been removed.
1828settings.search_user_placeholder = Search user…
1829settings.org_not_allowed_to_be_collaborator = Organizations cannot be added as a collaborator.
1830settings.change_team_access_not_allowed = Changing team access for repository has been restricted to organization owner
1831settings.team_not_in_organization = The team is not in the same organization as the repository
1832settings.teams = Teams
1833settings.add_team = Add Team
1834settings.add_team_duplicate = Team already has the repository
1835settings.add_team_success = The team now have access to the repository.
1836settings.search_team = Search Team…
1837settings.change_team_permission_tip = Team's permission is set on the team setting page and can't be changed per repository
1838settings.delete_team_tip = This team has access to all repositories and can't be removed
1839settings.remove_team_success = The team's access to the repository has been removed.
1840settings.add_webhook = Add Webhook
1841settings.add_webhook.invalid_channel_name = Webhook channel name cannot be empty and cannot contain only a # character.
1842settings.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>.
1843settings.webhook_deletion = Remove Webhook
1844settings.webhook_deletion_desc = Removing a webhook deletes its settings and delivery history. Continue?
1845settings.webhook_deletion_success = The webhook has been removed.
1846settings.webhook.test_delivery = Test Delivery
1847settings.webhook.test_delivery_desc = Test this webhook with a fake event.
1848settings.webhook.request = Request
1849settings.webhook.response = Response
1850settings.webhook.headers = Headers
1851settings.webhook.payload = Content
1852settings.webhook.body = Body
1853settings.webhook.replay.description = Replay this webhook.
1854settings.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.
1855settings.githooks_desc = "Git Hooks are powered by Git itself. You can edit hook files below to set up custom operations."
1856settings.githook_edit_desc = If the hook is inactive, sample content will be presented. Leaving content to an empty value will disable this hook.
1857settings.githook_name = Hook Name
1858settings.githook_content = Hook Content
1859settings.update_githook = Update Hook
1860settings.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>.
1861settings.payload_url = Target URL
1862settings.http_method = HTTP Method
1863settings.content_type = POST Content Type
1864settings.secret = Secret
1865settings.slack_username = Username
1866settings.slack_icon_url = Icon URL
1867settings.slack_color = Color
1868settings.discord_username = Username
1869settings.discord_icon_url = Icon URL
1870settings.event_desc = Trigger On:
1871settings.event_push_only = Push Events
1872settings.event_send_everything = All Events
1873settings.event_choose = Custom Events…
1874settings.event_header_repository = Repository Events
1875settings.event_create = Create
1876settings.event_create_desc = Branch or tag created.
1877settings.event_delete = Delete
1878settings.event_delete_desc = Branch or tag deleted.
1879settings.event_fork = Fork
1880settings.event_fork_desc = Repository forked.
1881settings.event_release = Release
1882settings.event_release_desc = Release published, updated or deleted in a repository.
1883settings.event_push = Push
1884settings.event_push_desc = Git push to a repository.
1885settings.event_repository = Repository
1886settings.event_repository_desc = Repository created or deleted.
1887settings.event_header_issue = Issue Events
1888settings.event_issues = Issues
1889settings.event_issues_desc = Issue opened, closed, reopened, or edited.
1890settings.event_issue_assign = Issue Assigned
1891settings.event_issue_assign_desc = Issue assigned or unassigned.
1892settings.event_issue_label = Issue Labeled
1893settings.event_issue_label_desc = Issue labels updated or cleared.
1894settings.event_issue_milestone = Issue Milestoned
1895settings.event_issue_milestone_desc = Issue milestoned or demilestoned.
1896settings.event_issue_comment = Issue Comment
1897settings.event_issue_comment_desc = Issue comment created, edited, or deleted.
1898settings.event_header_pull_request = Pull Request Events
1899settings.event_pull_request = Pull Request
1900settings.event_pull_request_desc = Pull request opened, closed, reopened, or edited.
1901settings.event_pull_request_assign = Pull Request Assigned
1902settings.event_pull_request_assign_desc = Pull request assigned or unassigned.
1903settings.event_pull_request_label = Pull Request Labeled
1904settings.event_pull_request_label_desc = Pull request labels updated or cleared.
1905settings.event_pull_request_milestone = Pull Request Milestoned
1906settings.event_pull_request_milestone_desc = Pull request milestoned or demilestoned.
1907settings.event_pull_request_comment = Pull Request Comment
1908settings.event_pull_request_comment_desc = Pull request comment created, edited, or deleted.
1909settings.event_pull_request_review = Pull Request Reviewed
1910settings.event_pull_request_review_desc = Pull request approved, rejected, or review comment.
1911settings.event_pull_request_sync = Pull Request Synchronized
1912settings.event_pull_request_sync_desc = Pull request synchronized.
1913settings.branch_filter = Branch filter
1914settings.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>.
1915settings.active = Active
1916settings.active_helper = Information about triggered events will be sent to this webhook URL.
1917settings.add_hook_success = The webhook has been added.
1918settings.update_webhook = Update Webhook
1919settings.update_hook_success = The webhook has been updated.
1920settings.delete_webhook = Remove Webhook
1921settings.recent_deliveries = Recent Deliveries
1922settings.hook_type = Hook Type
1923settings.add_slack_hook_desc = Integrate <a href="%s">Slack</a> into your repository.
1924settings.slack_token = Token
1925settings.slack_domain = Domain
1926settings.slack_channel = Channel
1927settings.add_discord_hook_desc = Integrate <a href="%s">Discord</a> into your repository.
1928settings.add_dingtalk_hook_desc = Integrate <a href="%s">Dingtalk</a> into your repository.
1929settings.add_telegram_hook_desc = Integrate <a href="%s">Telegram</a> into your repository.
1930settings.add_matrix_hook_desc = Integrate <a href="%s">Matrix</a> into your repository.
1931settings.add_msteams_hook_desc = Integrate <a href="%s">Microsoft Teams</a> into your repository.
1932settings.add_feishu_hook_desc = Integrate <a href="%s">Feishu</a> into your repository.
1933settings.add_Wechat_hook_desc = Integrate <a href="%s">Wechatwork</a> into your repository.
1934settings.deploy_keys = Deploy Keys
1935settings.add_deploy_key = Add Deploy Key
1936settings.deploy_key_desc = Deploy keys have read-only pull access to the repository.
1937settings.is_writable = Enable Write Access
1938settings.is_writable_info = Allow this deploy key to <strong>push</strong> to the repository.
1939settings.no_deploy_keys = There are no deploy keys yet.
1940settings.title = Title
1941settings.deploy_key_content = Content
1942settings.key_been_used = A deploy key with identical content is already in use.
1943settings.key_name_used = A deploy key with the same name already exists.
1944settings.add_key_success = The deploy key '%s' has been added.
1945settings.deploy_key_deletion = Remove Deploy Key
1946settings.deploy_key_deletion_desc = Removing a deploy key will revoke its access to this repository. Continue?
1947settings.deploy_key_deletion_success = The deploy key has been removed.
1948settings.branches = Branches
1949settings.protected_branch = Branch Protection
1950settings.protected_branch_can_push = Allow push?
1951settings.protected_branch_can_push_yes = You can push
1952settings.protected_branch_can_push_no = You can not push
1953settings.branch_protection = Branch Protection for Branch '<b>%s</b>'
1954settings.protect_this_branch = Enable Branch Protection
1955settings.protect_this_branch_desc = Prevents deletion and restricts Git pushing and merging to the branch.
1956settings.protect_disable_push = Disable Push
1957settings.protect_disable_push_desc = No pushing will be allowed to this branch.
1958settings.protect_enable_push = Enable Push
1959settings.protect_enable_push_desc = Anyone with write access will be allowed to push to this branch (but not force push).
1960settings.protect_whitelist_committers = Whitelist Restricted Push
1961settings.protect_whitelist_committers_desc = Only whitelisted users or teams will be allowed to push to this branch (but not force push).
1962settings.protect_whitelist_deploy_keys = Whitelist deploy keys with write access to push.
1963settings.protect_whitelist_users = Whitelisted users for pushing:
1964settings.protect_whitelist_search_users = Search users…
1965settings.protect_whitelist_teams = Whitelisted teams for pushing:
1966settings.protect_whitelist_search_teams = Search teams…
1967settings.protect_merge_whitelist_committers = Enable Merge Whitelist
1968settings.protect_merge_whitelist_committers_desc = Allow only whitelisted users or teams to merge pull requests into this branch.
1969settings.protect_merge_whitelist_users = Whitelisted users for merging:
1970settings.protect_merge_whitelist_teams = Whitelisted teams for merging:
1971settings.protect_check_status_contexts = Enable Status Check
1972settings.protect_check_status_contexts_desc = Require status checks to pass before merging. Choose which status checks must pass before branches can be merged into a branch that matches this rule. 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 selected, the last commit must be successful regardless of context.
1973settings.protect_check_status_contexts_list = Status checks found in the last week for this repository
1974settings.protect_required_approvals = Required approvals:
1975settings.protect_required_approvals_desc = Allow only to merge pull request with enough positive reviews.
1976settings.protect_approvals_whitelist_enabled = Restrict approvals to whitelisted users or teams
1977settings.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.
1978settings.protect_approvals_whitelist_users = Whitelisted reviewers:
1979settings.protect_approvals_whitelist_teams = Whitelisted teams for reviews:
1980settings.dismiss_stale_approvals = Dismiss stale approvals
1981settings.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.
1982settings.require_signed_commits = Require Signed Commits
1983settings.require_signed_commits_desc = Reject pushes to this branch if they are unsigned or unverifiable.
1984settings.protect_protected_file_patterns = Protected file patterns (separated using semicolon '\;'):
1985settings.protect_protected_file_patterns_desc = Protected files that 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>.
1986settings.protect_unprotected_file_patterns = Unprotected file patterns (separated using semicolon '\;'):
1987settings.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>.
1988settings.add_protected_branch = Enable protection
1989settings.delete_protected_branch = Disable protection
1990settings.update_protect_branch_success = Branch protection for branch '%s' has been updated.
1991settings.remove_protected_branch_success = Branch protection for branch '%s' has been disabled.
1992settings.protected_branch_deletion = Disable Branch Protection
1993settings.protected_branch_deletion_desc = Disabling branch protection allows users with write permission to push to the branch. Continue?
1994settings.block_rejected_reviews = Block merge on rejected reviews
1995settings.block_rejected_reviews_desc = Merging will not be possible when changes are requested by official reviewers, even if there are enough approvals.
1996settings.block_on_official_review_requests = Block merge on official review requests
1997settings.block_on_official_review_requests_desc = Merging will not be possible when it has official review requests, even if there are enough approvals.
1998settings.block_outdated_branch = Block merge if pull request is outdated
1999settings.block_outdated_branch_desc = Merging will not be possible when head branch is behind base branch.
2000settings.default_branch_desc = Select a default repository branch for pull requests and code commits:
2001settings.default_merge_style_desc = Default merge style for pull requests:
2002settings.choose_branch = Choose a branch…
2003settings.no_protected_branch = There are no protected branches.
2004settings.edit_protected_branch = Edit
2005settings.protected_branch_required_approvals_min = Required approvals cannot be negative.
2006settings.tags = Tags
2007settings.tags.protection = Tag Protection
2008settings.tags.protection.pattern = Tag Pattern
2009settings.tags.protection.allowed = Allowed
2010settings.tags.protection.allowed.users = Allowed users
2011settings.tags.protection.allowed.teams = Allowed teams
2012settings.tags.protection.allowed.noone = No One
2013settings.tags.protection.create = Protect Tag
2014settings.tags.protection.none = There are no protected tags.
2015settings.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.io/en-us/protected-tags/">protected tags guide</a>.
2016settings.bot_token = Bot Token
2017settings.chat_id = Chat ID
2018settings.matrix.homeserver_url = Homeserver URL
2019settings.matrix.room_id = Room ID
2020settings.matrix.access_token = Access Token
2021settings.matrix.message_type = Message Type
2022settings.archive.button = Archive Repo
2023settings.archive.header = Archive This Repo
2024settings.archive.text = Archiving the repo will make it entirely read-only. It is hidden from the dashboard, cannot be committed to and no issues or pull-requests can be created.
2025settings.archive.success = The repo was successfully archived.
2026settings.archive.error = An error occurred while trying to archive the repo. See the log for more details.
2027settings.archive.error_ismirror = You cannot archive a mirrored repo.
2028settings.archive.branchsettings_unavailable = Branch settings are not available if the repo is archived.
2029settings.archive.tagsettings_unavailable = Tag settings are not available if the repo is archived.
2030settings.unarchive.button = Un-Archive Repo
2031settings.unarchive.header = Un-Archive This Repo
2032settings.unarchive.text = Un-Archiving the repo will restore its ability to receive commits and pushes, as well as new issues and pull-requests.
2033settings.unarchive.success = The repo was successfully un-archived.
2034settings.unarchive.error = An error occurred while trying to un-archive the repo. See the log for more details.
2035settings.update_avatar_success = The repository avatar has been updated.
2036settings.lfs=LFS
2037settings.lfs_filelist=LFS files stored in this repository
2038settings.lfs_no_lfs_files=No LFS files stored in this repository
2039settings.lfs_findcommits=Find commits
2040settings.lfs_lfs_file_no_commits=No Commits found for this LFS file
2041settings.lfs_noattribute=This path does not have the lockable attribute in the default branch
2042settings.lfs_delete=Delete LFS file with OID %s
2043settings.lfs_delete_warning=Deleting an LFS file may cause 'object does not exist' errors on checkout. Are you sure?
2044settings.lfs_findpointerfiles=Find pointer files
2045settings.lfs_locks=Locks
2046settings.lfs_invalid_locking_path=Invalid path: %s
2047settings.lfs_invalid_lock_directory=Cannot lock directory: %s
2048settings.lfs_lock_already_exists=Lock already exists: %s
2049settings.lfs_lock=Lock
2050settings.lfs_lock_path=Filepath to lock...
2051settings.lfs_locks_no_locks=No Locks
2052settings.lfs_lock_file_no_exist=Locked file does not exist in default branch
2053settings.lfs_force_unlock=Force Unlock
2054settings.lfs_pointers.found=Found %d blob pointer(s) - %d associated, %d unassociated (%d missing from store)
2055settings.lfs_pointers.sha=Blob SHA
2056settings.lfs_pointers.oid=OID
2057settings.lfs_pointers.inRepo=In Repo
2058settings.lfs_pointers.exists=Exists in store
2059settings.lfs_pointers.accessible=Accessible to User
2060settings.lfs_pointers.associateAccessible=Associate accessible %d OIDs
2061settings.rename_branch_failed_exist=Cannot rename branch because target branch %s exists.
2062settings.rename_branch_failed_not_exist=Cannot rename branch %s because it does not exist.
2063settings.rename_branch_success =Branch %s was successfully renamed to %s.
2064settings.rename_branch_from=old branch name
2065settings.rename_branch_to=new branch name
2066settings.rename_branch=Rename branch
2067
2068diff.browse_source = Browse Source
2069diff.parent = parent
2070diff.commit = commit
2071diff.git-notes = Notes
2072diff.data_not_available = Diff Content Not Available
2073diff.options_button = Diff Options
2074diff.show_diff_stats = Show Stats
2075diff.download_patch = Download Patch File
2076diff.download_diff = Download Diff File
2077diff.show_split_view = Split View
2078diff.show_unified_view = Unified View
2079diff.whitespace_button = Whitespace
2080diff.whitespace_show_everything = Show all changes
2081diff.whitespace_ignore_all_whitespace = Ignore whitespace when comparing lines
2082diff.whitespace_ignore_amount_changes = Ignore changes in amount of whitespace
2083diff.whitespace_ignore_at_eol = Ignore changes in whitespace at EOL
2084diff.stats_desc = <strong> %d changed files</strong> with <strong>%d additions</strong> and <strong>%d deletions</strong>
2085diff.stats_desc_file = %d changes: %d additions and %d deletions
2086diff.bin = BIN
2087diff.bin_not_shown = Binary file not shown.
2088diff.view_file = View File
2089diff.file_before = Before
2090diff.file_after = After
2091diff.file_image_width = Width
2092diff.file_image_height = Height
2093diff.file_byte_size = Size
2094diff.file_suppressed = File diff suppressed because it is too large
2095diff.file_suppressed_line_too_long = File diff suppressed because one or more lines are too long
2096diff.too_many_files = Some files were not shown because too many files have changed in this diff
2097diff.show_more = Show More
2098diff.load = Load Diff
2099diff.generated = generated
2100diff.vendored = vendored
2101diff.comment.placeholder = Leave a comment
2102diff.comment.markdown_info = Styling with markdown is supported.
2103diff.comment.add_single_comment = Add single comment
2104diff.comment.add_review_comment = Add comment
2105diff.comment.start_review = Start review
2106diff.comment.reply = Reply
2107diff.review = Review
2108diff.review.header = Submit review
2109diff.review.placeholder = Review comment
2110diff.review.comment = Comment
2111diff.review.approve = Approve
2112diff.review.reject = Request changes
2113diff.committed_by = committed by
2114diff.protected = Protected
2115diff.image.side_by_side = Side by Side
2116diff.image.swipe = Swipe
2117diff.image.overlay = Overlay
2118diff.has_escaped = This line has hidden Unicode characters
2119
2120releases.desc = Track project versions and downloads.
2121release.releases = Releases
2122release.detail = Release details
2123release.tags = Tags
2124release.new_release = New Release
2125release.draft = Draft
2126release.prerelease = Pre-Release
2127release.stable = Stable
2128release.compare = Compare
2129release.edit = edit
2130release.ahead.commits = <strong>%d</strong> commits
2131release.ahead.target = to %s since this release
2132release.source_code = Source Code
2133release.new_subheader = Releases organize project versions.
2134release.edit_subheader = Releases organize project versions.
2135release.tag_name = Tag name
2136release.target = Target
2137release.tag_helper = Choose an existing tag or create a new tag.
2138release.title = Title
2139release.content = Content
2140release.prerelease_desc = Mark as Pre-Release
2141release.prerelease_helper = Mark this release unsuitable for production use.
2142release.cancel = Cancel
2143release.publish = Publish Release
2144release.save_draft = Save Draft
2145release.edit_release = Update Release
2146release.delete_release = Delete Release
2147release.delete_tag = Delete Tag
2148release.deletion = Delete Release
2149release.deletion_desc = Deleting a release only removes it from Gitea. Git tag, repository contents and history remain unchanged. Continue?
2150release.deletion_success = The release has been deleted.
2151release.deletion_tag_desc = Will delete this tag from repository. Repository contents and history remain unchanged. Continue?
2152release.deletion_tag_success = The tag has been deleted.
2153release.tag_name_already_exist = A release with this tag name already exists.
2154release.tag_name_invalid = The tag name is not valid.
2155release.tag_name_protected = The tag name is protected.
2156release.tag_already_exist = This tag name already exists.
2157release.downloads = Downloads
2158release.download_count = Downloads: %s
2159release.add_tag_msg = Use the title and content of release as tag message.
2160release.add_tag = Create Tag Only
2161
2162branch.name = Branch Name
2163branch.search = Search branches
2164branch.already_exists = A branch named '%s' already exists.
2165branch.delete_head = Delete
2166branch.delete = Delete Branch '%s'
2167branch.delete_html = Delete Branch
2168branch.delete_desc = Deleting a branch is permanent. It <strong>CANNOT</strong> be undone. Continue?
2169branch.deletion_success = Branch '%s' has been deleted.
2170branch.deletion_failed = Failed to delete branch '%s'.
2171branch.delete_branch_has_new_commits = Branch '%s' cannot be deleted because new commits have been added after merging.
2172branch.create_branch = Create branch <strong>%s</strong>
2173branch.create_from = from '%s'
2174branch.create_success = Branch '%s' has been created.
2175branch.branch_already_exists = Branch '%s' already exists in this repository.
2176branch.branch_name_conflict = Branch name '%s' conflicts with the already existing branch '%s'.
2177branch.tag_collision = Branch '%s' cannot be created as a tag with same name already exists in the repository.
2178branch.deleted_by = Deleted by %s
2179branch.restore_success = Branch '%s' has been restored.
2180branch.restore_failed = Failed to restore branch '%s'.
2181branch.protected_deletion_failed = Branch '%s' is protected. It cannot be deleted.
2182branch.default_deletion_failed = Branch '%s' is the default branch. It cannot be deleted.
2183branch.restore = Restore Branch '%s'
2184branch.download = Download Branch '%s'
2185branch.included_desc = This branch is part of the default branch
2186branch.included = Included
2187branch.create_new_branch = Create branch from branch:
2188branch.confirm_create_branch = Create branch
2189branch.new_branch = Create new branch
2190branch.new_branch_from = Create new branch from '%s'
2191branch.renamed = Branch %s was renamed to %s.
2192
2193tag.create_tag = Create tag <strong>%s</strong>
2194tag.create_success = Tag '%s' has been created.
2195
2196topic.manage_topics = Manage Topics
2197topic.done = Done
2198topic.count_prompt = You can not select more than 25 topics
2199topic.format_prompt = Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
2200
2201error.csv.too_large = Can't render this file because it is too large.
2202error.csv.unexpected = Can't render this file because it contains an unexpected character in line %d and column %d.
2203error.csv.invalid_field_count = Can't render this file because it has a wrong number of fields in line %d.
2204
2205[org]
2206org_name_holder = Organization Name
2207org_full_name_holder = Organization Full Name
2208org_name_helper = Organization names should be short and memorable.
2209create_org = Create Organization
2210repo_updated = Updated
2211people = People
2212teams = Teams
2213lower_members = members
2214lower_repositories = repositories
2215create_new_team = New Team
2216create_team = Create Team
2217org_desc = Description
2218team_name = Team Name
2219team_desc = Description
2220team_name_helper = Team names should be short and memorable.
2221team_desc_helper = Describe the purpose or role of the team.
2222team_access_desc = Repository access
2223team_permission_desc = Permission
2224team_unit_desc = Allow Access to Repository Sections
2225team_unit_disabled = (Disabled)
2226
2227form.name_reserved = The organization name '%s' is reserved.
2228form.name_pattern_not_allowed = The pattern '%s' is not allowed in an organization name.
2229form.create_org_not_allowed = You are not allowed to create an organization.
2230
2231settings = Settings
2232settings.options = Organization
2233settings.full_name = Full Name
2234settings.website = Website
2235settings.location = Location
2236settings.permission = Permissions
2237settings.repoadminchangeteam = Repository admin can add and remove access for teams
2238settings.visibility = Visibility
2239settings.visibility.public = Public
2240settings.visibility.limited = Limited (Visible to logged in users only)
2241settings.visibility.limited_shortname = Limited
2242settings.visibility.private = Private (Visible only to organization members)
2243settings.visibility.private_shortname = Private
2244
2245settings.update_settings = Update Settings
2246settings.update_setting_success = Organization settings have been updated.
2247settings.change_orgname_prompt = Note: changing the organization name also changes the organization's URL.
2248settings.change_orgname_redirect_prompt = The old name will redirect until it is claimed.
2249settings.update_avatar_success = The organization's avatar has been updated.
2250settings.delete = Delete Organization
2251settings.delete_account = Delete This Organization
2252settings.delete_prompt = The organization will be permanently removed. This <strong>CANNOT</strong> be undone!
2253settings.confirm_delete_account = Confirm Deletion
2254settings.delete_org_title = Delete Organization
2255settings.delete_org_desc = This organization will be deleted permanently. Continue?
2256settings.hooks_desc = Add webhooks which will be triggered for <strong>all repositories</strong> under this organization.
2257
2258settings.labels_desc = Add labels which can be used on issues for <strong>all repositories</strong> under this organization.
2259
2260members.membership_visibility = Membership Visibility:
2261members.public = Visible
2262members.public_helper = make hidden
2263members.private = Hidden
2264members.private_helper = make visible
2265members.member_role = Member Role:
2266members.owner = Owner
2267members.member = Member
2268members.remove = Remove
2269members.remove.detail = Remove %[1]s from %[2]s?
2270members.leave = Leave
2271members.leave.detail = Leave %s?
2272members.invite_desc = Add a new member to %s:
2273members.invite_now = Invite Now
2274
2275teams.join = Join
2276teams.leave = Leave
2277teams.leave.detail = Leave %s?
2278teams.can_create_org_repo = Create repositories
2279teams.can_create_org_repo_helper = Members can create new repositories in organization. Creator will get administrator access to the new repository.
2280teams.none_access = No Access
2281teams.none_access_helper = Members cannot view or do any other action on this unit.
2282teams.general_access = General Access
2283teams.general_access_helper = Members permissions will be decided by below permission table.
2284teams.read_access = Read
2285teams.read_access_helper = Members can view and clone team repositories.
2286teams.write_access = Write
2287teams.write_access_helper = Members can read and push to team repositories.
2288teams.admin_access = Administrator Access
2289teams.admin_access_helper = Members can pull and push to team repositories and add collaborators to them.
2290teams.no_desc = This team has no description
2291teams.settings = Settings
2292teams.owners_permission_desc = Owners have full access to <strong>all repositories</strong> and have <strong>administrator access</strong> to the organization.
2293teams.members = Team Members
2294teams.update_settings = Update Settings
2295teams.delete_team = Delete Team
2296teams.add_team_member = Add Team Member
2297teams.delete_team_title = Delete Team
2298teams.delete_team_desc = Deleting a team revokes repository access from its members. Continue?
2299teams.delete_team_success = The team has been deleted.
2300teams.read_permission_desc = This team grants <strong>Read</strong> access: members can view and clone team repositories.
2301teams.write_permission_desc = This team grants <strong>Write</strong> access: members can read from and push to team repositories.
2302teams.admin_permission_desc = This team grants <strong>Admin</strong> access: members can read from, push to and add collaborators to team repositories.
2303teams.create_repo_permission_desc = Additionally, this team grants <strong>Create repository</strong> permission: members can create new repositories in organization.
2304teams.repositories = Team Repositories
2305teams.search_repo_placeholder = Search repository…
2306teams.remove_all_repos_title = Remove all team repositories
2307teams.remove_all_repos_desc = This will remove all repositories from the team.
2308teams.add_all_repos_title = Add all repositories
2309teams.add_all_repos_desc = This will add all the organization's repositories to the team.
2310teams.add_nonexistent_repo = "The repository you're trying to add does not exist; please create it first."
2311teams.add_duplicate_users = User is already a team member.
2312teams.repos.none = No repositories could be accessed by this team.
2313teams.members.none = No members on this team.
2314teams.specific_repositories = Specific repositories
2315teams.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>.
2316teams.all_repositories = All repositories
2317teams.all_repositories_helper = Team has access to all repositories. Selecting this will <strong>add all existing</strong> repositories to the team.
2318teams.all_repositories_read_permission_desc = This team grants <strong>Read</strong> access to <strong>all repositories</strong>: members can view and clone repositories.
2319teams.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.
2320teams.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.
2321
2322[admin]
2323dashboard = Dashboard
2324users = User Accounts
2325organizations = Organizations
2326repositories = Repositories
2327hooks = Webhooks
2328authentication = Authentication Sources
2329emails = User Emails
2330config = Configuration
2331notices = System Notices
2332monitor = Monitoring
2333first_page = First
2334last_page = Last
2335total = Total: %d
2336
2337dashboard.new_version_hint = Gitea %s is now available, you are running %s. Check the <a target="_blank" rel="noreferrer" href="https://blog.gitea.io">blog</a> for more details.
2338dashboard.statistic = Summary
2339dashboard.operations = Maintenance Operations
2340dashboard.system_status = System Status
2341dashboard.statistic_info = The Gitea database holds <b>%d</b> users, <b>%d</b> organizations, <b>%d</b> public keys, <b>%d</b> repositories, <b>%d</b> watches, <b>%d</b> stars, <b>%d</b> actions, <b>%d</b> accesses, <b>%d</b> issues, <b>%d</b> comments, <b>%d</b> social accounts, <b>%d</b> follows, <b>%d</b> mirrors, <b>%d</b> releases, <b>%d</b> authentication sources, <b>%d</b> webhooks, <b>%d</b> milestones, <b>%d</b> labels, <b>%d</b> hook tasks, <b>%d</b> teams, <b>%d</b> update tasks, <b>%d</b> attachments.
2342dashboard.operation_name = Operation Name
2343dashboard.operation_switch = Switch
2344dashboard.operation_run = Run
2345dashboard.clean_unbind_oauth = Clean unbound OAuth connections
2346dashboard.clean_unbind_oauth_success = All unbound OAuth connections have been deleted.
2347dashboard.task.started=Started Task: %[1]s
2348dashboard.task.process=Task: %[1]s
2349dashboard.task.cancelled=Task: %[1]s cancelled: %[3]s
2350dashboard.task.error=Error in Task: %[1]s: %[3]s
2351dashboard.task.finished=Task: %[1]s started by %[2]s has finished
2352dashboard.task.unknown=Unknown task: %[1]s
2353dashboard.cron.started=Started Cron: %[1]s
2354dashboard.cron.process=Cron: %[1]s
2355dashboard.cron.cancelled=Cron: %s cancelled: %[3]s
2356dashboard.cron.error=Error in Cron: %s: %[3]s
2357dashboard.cron.finished=Cron: %[1]s has finished
2358dashboard.delete_inactive_accounts = Delete all unactivated accounts
2359dashboard.delete_inactive_accounts.started = Delete all unactivated accounts task started.
2360dashboard.delete_repo_archives = "Delete all repositories' archives (ZIP, TAR.GZ, etc..)"
2361dashboard.delete_repo_archives.started = Delete all repository archives task started.
2362dashboard.delete_missing_repos = Delete all repositories missing their Git files
2363dashboard.delete_missing_repos.started = Delete all repositories missing their Git files task started.
2364dashboard.delete_generated_repository_avatars = Delete generated repository avatars
2365dashboard.update_mirrors = Update Mirrors
2366dashboard.repo_health_check = Health check all repositories
2367dashboard.check_repo_stats = Check all repository statistics
2368dashboard.archive_cleanup = Delete old repository archives
2369dashboard.deleted_branches_cleanup = Clean-up deleted branches
2370dashboard.update_migration_poster_id = Update migration poster IDs
2371dashboard.git_gc_repos = Garbage collect all repositories
2372dashboard.resync_all_sshkeys = Update the '.ssh/authorized_keys' file with Gitea SSH keys.
2373dashboard.resync_all_sshkeys.desc = (Not needed for the built-in SSH server.)
2374dashboard.resync_all_sshprincipals = Update the '.ssh/authorized_principals' file with Gitea SSH principals.
2375dashboard.resync_all_sshprincipals.desc = (Not needed for the built-in SSH server.)
2376dashboard.resync_all_hooks = Resynchronize pre-receive, update and post-receive hooks of all repositories.
2377dashboard.reinit_missing_repos = Reinitialize all missing Git repositories for which records exist
2378dashboard.sync_external_users = Synchronize external user data
2379dashboard.cleanup_hook_task_table = Cleanup hook_task table
2380dashboard.server_uptime = Server Uptime
2381dashboard.current_goroutine = Current Goroutines
2382dashboard.current_memory_usage = Current Memory Usage
2383dashboard.total_memory_allocated = Total Memory Allocated
2384dashboard.memory_obtained = Memory Obtained
2385dashboard.pointer_lookup_times = Pointer Lookup Times
2386dashboard.memory_allocate_times = Memory Allocations
2387dashboard.memory_free_times = Memory Frees
2388dashboard.current_heap_usage = Current Heap Usage
2389dashboard.heap_memory_obtained = Heap Memory Obtained
2390dashboard.heap_memory_idle = Heap Memory Idle
2391dashboard.heap_memory_in_use = Heap Memory In Use
2392dashboard.heap_memory_released = Heap Memory Released
2393dashboard.heap_objects = Heap Objects
2394dashboard.bootstrap_stack_usage = Bootstrap Stack Usage
2395dashboard.stack_memory_obtained = Stack Memory Obtained
2396dashboard.mspan_structures_usage = MSpan Structures Usage
2397dashboard.mspan_structures_obtained = MSpan Structures Obtained
2398dashboard.mcache_structures_usage = MCache Structures Usage
2399dashboard.mcache_structures_obtained = MCache Structures Obtained
2400dashboard.profiling_bucket_hash_table_obtained = Profiling Bucket Hash Table Obtained
2401dashboard.gc_metadata_obtained = GC Metadata Obtained
2402dashboard.other_system_allocation_obtained = Other System Allocation Obtained
2403dashboard.next_gc_recycle = Next GC Recycle
2404dashboard.last_gc_time = Since Last GC Time
2405dashboard.total_gc_time = Total GC Pause
2406dashboard.total_gc_pause = Total GC Pause
2407dashboard.last_gc_pause = Last GC Pause
2408dashboard.gc_times = GC Times
2409dashboard.delete_old_actions = Delete all old actions from database
2410dashboard.delete_old_actions.started = Delete all old actions from database started.
2411dashboard.update_checker = Update checker
2412
2413users.user_manage_panel = User Account Management
2414users.new_account = Create User Account
2415users.name = Username
2416users.full_name = Full Name
2417users.activated = Activated
2418users.admin = Admin
2419users.restricted = Restricted
2420users.2fa = 2FA
2421users.repos = Repos
2422users.created = Created
2423users.last_login = Last Sign-In
2424users.never_login = Never Signed-In
2425users.send_register_notify = Send User Registration Notification
2426users.new_success = The user account '%s' has been created.
2427users.edit = Edit
2428users.auth_source = Authentication Source
2429users.local = Local
2430users.auth_login_name = Authentication Sign-In Name
2431users.password_helper = Leave the password empty to keep it unchanged.
2432users.update_profile_success = The user account has been updated.
2433users.edit_account = Edit User Account
2434users.max_repo_creation = Maximum Number of Repositories
2435users.max_repo_creation_desc = (Enter -1 to use the global default limit.)
2436users.is_activated = User Account Is Activated
2437users.prohibit_login = Disable Sign-In
2438users.is_admin = Is Administrator
2439users.is_restricted = Is Restricted
2440users.allow_git_hook = May Create Git Hooks
2441users.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.
2442users.allow_import_local = May Import Local Repositories
2443users.allow_create_organization = May Create Organizations
2444users.update_profile = Update User Account
2445users.delete_account = Delete User Account
2446users.still_own_repo = This user still owns one or more repositories. Delete or transfer these repositories first.
2447users.still_has_org = This user is a member of an organization. Remove the user from any organizations first.
2448users.deletion_success = The user account has been deleted.
2449users.reset_2fa = Reset 2FA
2450users.list_status_filter.menu_text = Filter
2451users.list_status_filter.reset = Reset
2452users.list_status_filter.is_active = Active
2453users.list_status_filter.not_active = Inactive
2454users.list_status_filter.is_admin = Admin
2455users.list_status_filter.not_admin = Not Admin
2456users.list_status_filter.is_restricted = Restricted
2457users.list_status_filter.not_restricted = Not Restricted
2458users.list_status_filter.is_prohibit_login = Prohibit Login
2459users.list_status_filter.not_prohibit_login = Allow Login
2460users.list_status_filter.is_2fa_enabled = 2FA Enabled
2461users.list_status_filter.not_2fa_enabled = 2FA Disabled
2462
2463emails.email_manage_panel = User Email Management
2464emails.primary = Primary
2465emails.activated = Activated
2466emails.filter_sort.email = Email
2467emails.filter_sort.email_reverse = Email (reverse)
2468emails.filter_sort.name = User Name
2469emails.filter_sort.name_reverse = User Name (reverse)
2470emails.updated = Email updated
2471emails.not_updated = Failed to update the requested email address: %v
2472emails.duplicate_active = This email address is already active for a different user.
2473emails.change_email_header = Update Email Properties
2474emails.change_email_text = Are your sure you want to update this email address?
2475
2476orgs.org_manage_panel = Organization Management
2477orgs.name = Name
2478orgs.teams = Teams
2479orgs.members = Members
2480orgs.new_orga = New Organization
2481
2482repos.repo_manage_panel = Repository Management
2483repos.unadopted = Unadopted Repositories
2484repos.unadopted.no_more = No more unadopted repositories found
2485repos.owner = Owner
2486repos.name = Name
2487repos.private = Private
2488repos.watches = Watches
2489repos.stars = Stars
2490repos.forks = Forks
2491repos.issues = Issues
2492repos.size = Size
2493
2494defaulthooks = Default Webhooks
2495defaulthooks.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.io/en-us/webhooks/">webhooks guide</a>.
2496defaulthooks.add_webhook = Add Default Webhook
2497defaulthooks.update_webhook = Update Default Webhook
2498
2499systemhooks = System Webhooks
2500systemhooks.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.io/en-us/webhooks/">webhooks guide</a>.
2501systemhooks.add_webhook = Add System Webhook
2502systemhooks.update_webhook = Update System Webhook
2503
2504auths.auth_manage_panel = Authentication Source Management
2505auths.new = Add Authentication Source
2506auths.name = Name
2507auths.type = Type
2508auths.enabled = Enabled
2509auths.syncenabled = Enable User Synchronization
2510auths.updated = Updated
2511auths.auth_type = Authentication Type
2512auths.auth_name = Authentication Name
2513auths.security_protocol = Security Protocol
2514auths.domain = Domain
2515auths.host = Host
2516auths.port = Port
2517auths.bind_dn = Bind DN
2518auths.bind_password = Bind Password
2519auths.user_base = User Search Base
2520auths.user_dn = User DN
2521auths.attribute_username = Username Attribute
2522auths.attribute_username_placeholder = Leave empty to use the username entered in Gitea.
2523auths.attribute_name = First Name Attribute
2524auths.attribute_surname = Surname Attribute
2525auths.attribute_mail = Email Attribute
2526auths.attribute_ssh_public_key = Public SSH Key Attribute
2527auths.attribute_avatar = Avatar Attribute
2528auths.attributes_in_bind = Fetch Attributes in Bind DN Context
2529auths.allow_deactivate_all = Allow an empty search result to deactivate all users
2530auths.use_paged_search = Use Paged Search
2531auths.search_page_size = Page Size
2532auths.filter = User Filter
2533auths.admin_filter = Admin Filter
2534auths.restricted_filter = Restricted Filter
2535auths.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.
2536auths.verify_group_membership = Verify group membership in LDAP
2537auths.group_search_base = Group Search Base DN
2538auths.valid_groups_filter = Valid Groups Filter
2539auths.group_attribute_list_users = Group Attribute Containing List Of Users
2540auths.user_attribute_in_group = User Attribute Listed In Group
2541auths.ms_ad_sa = MS AD Search Attributes
2542auths.smtp_auth = SMTP Authentication Type
2543auths.smtphost = SMTP Host
2544auths.smtpport = SMTP Port
2545auths.allowed_domains = Allowed Domains
2546auths.allowed_domains_helper = Leave empty to allow all domains. Separate multiple domains with a comma (',').
2547auths.skip_tls_verify = Skip TLS Verify
2548auths.force_smtps = Force SMTPS
2549auths.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.)
2550auths.helo_hostname = HELO Hostname
2551auths.helo_hostname_helper = Hostname sent with HELO. Leave blank to send current hostname.
2552auths.disable_helo = Disable HELO
2553auths.pam_service_name = PAM Service Name
2554auths.pam_email_domain = PAM Email Domain (optional)
2555auths.oauth2_provider = OAuth2 Provider
2556auths.oauth2_icon_url = Icon URL
2557auths.oauth2_clientID = Client ID (Key)
2558auths.oauth2_clientSecret = Client Secret
2559auths.openIdConnectAutoDiscoveryURL = OpenID Connect Auto Discovery URL
2560auths.oauth2_use_custom_url = Use Custom URLs Instead of Default URLs
2561auths.oauth2_tokenURL = Token URL
2562auths.oauth2_authURL = Authorize URL
2563auths.oauth2_profileURL = Profile URL
2564auths.oauth2_emailURL = Email URL
2565auths.skip_local_two_fa = Skip local 2FA
2566auths.skip_local_two_fa_helper = Leaving unset means local users with 2FA set will still have to pass 2FA to log on
2567auths.oauth2_tenant = Tenant
2568auths.oauth2_scopes = Additional Scopes
2569auths.oauth2_required_claim_name = Required Claim Name
2570auths.oauth2_required_claim_name_helper = Set this name to restrict login from this source to users with a claim with this name
2571auths.oauth2_required_claim_value = Required Claim Value
2572auths.oauth2_required_claim_value_helper = Set this value to restrict login from this source to users with a claim with this name and value
2573auths.oauth2_group_claim_name = Claim name providing group names for this source. (Optional)
2574auths.oauth2_admin_group = Group Claim value for administrator users. (Optional - requires claim name above)
2575auths.oauth2_restricted_group = Group Claim value for restricted users. (Optional - requires claim name above)
2576auths.enable_auto_register = Enable Auto Registration
2577auths.sspi_auto_create_users = Automatically create users
2578auths.sspi_auto_create_users_helper = Allow SSPI auth method to automatically create new accounts for users that login for the first time
2579auths.sspi_auto_activate_users = Automatically activate users
2580auths.sspi_auto_activate_users_helper = Allow SSPI auth method to automatically activate new users
2581auths.sspi_strip_domain_names = Remove domain names from usernames
2582auths.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").
2583auths.sspi_separator_replacement = Separator to use instead of \, / and @
2584auths.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").
2585auths.sspi_default_language = Default user language
2586auths.sspi_default_language_helper = Default language for users automatically created by SSPI auth method. Leave empty if you prefer language to be automatically detected.
2587auths.tips = Tips
2588auths.tips.oauth2.general = OAuth2 Authentication
2589auths.tips.oauth2.general.tip = When registering a new OAuth2 authentication, the callback/redirect URL should be: <host>/user/oauth2/<Authentication Name>/callback
2590auths.tip.oauth2_provider = OAuth2 Provider
2591auths.tip.bitbucket = Register a new OAuth consumer on https://bitbucket.org/account/user/<your username>/oauth-consumers/new and add the permission 'Account' - 'Read'
2592auths.tip.nextcloud = Register a new OAuth consumer on your instance using the following menu "Settings -> Security -> OAuth 2.0 client"
2593auths.tip.dropbox = Create a new application at https://www.dropbox.com/developers/apps
2594auths.tip.facebook = Register a new application at https://developers.facebook.com/apps and add the product "Facebook Login"
2595auths.tip.github = Register a new OAuth application on https://github.com/settings/applications/new
2596auths.tip.gitlab = Register a new application on https://gitlab.com/profile/applications
2597auths.tip.google_plus = Obtain OAuth2 client credentials from the Google API console at https://console.developers.google.com/
2598auths.tip.openid_connect = Use the OpenID Connect Discovery URL (<server>/.well-known/openid-configuration) to specify the endpoints
2599auths.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
2600auths.tip.discord = Register a new application on https://discordapp.com/developers/applications/me
2601auths.tip.gitea = Register a new OAuth2 application. Guide can be found at https://docs.gitea.io/en-us/oauth2-provider/
2602auths.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"
2603auths.tip.mastodon = Input a custom instance URL for the mastodon instance you want to authenticate with (or use the default one)
2604auths.edit = Edit Authentication Source
2605auths.activated = This Authentication Source is Activated
2606auths.new_success = The authentication '%s' has been added.
2607auths.update_success = The authentication source has been updated.
2608auths.update = Update Authentication Source
2609auths.delete = Delete Authentication Source
2610auths.delete_auth_title = Delete Authentication Source
2611auths.delete_auth_desc = Deleting an authentication source prevents users from using it to sign in. Continue?
2612auths.still_in_used = The authentication source is still in use. Convert or delete any users using this authentication source first.
2613auths.deletion_success = The authentication source has been deleted.
2614auths.login_source_exist = The authentication source '%s' already exists.
2615auths.login_source_of_type_exist = An authentication source of this type already exists.
2616
2617config.server_config = Server Configuration
2618config.app_name = Site Title
2619config.app_ver = Gitea Version
2620config.app_url = Gitea Base URL
2621config.custom_conf = Configuration File Path
2622config.custom_file_root_path = "Custom File Root Path"
2623config.domain = Server Domain
2624config.offline_mode = Local Mode
2625config.disable_router_log = Disable Router Log
2626config.run_user = Run As Username
2627config.run_mode = Run Mode
2628config.git_version = Git Version
2629config.repo_root_path = Repository Root Path
2630config.lfs_root_path = LFS Root Path
2631config.static_file_root_path = Static File Root Path
2632config.log_file_root_path = Log Path
2633config.script_type = Script Type
2634config.reverse_auth_user = Reverse Authentication User
2635
2636config.ssh_config = SSH Configuration
2637config.ssh_enabled = Enabled
2638config.ssh_start_builtin_server = Use Built-In Server
2639config.ssh_domain = SSH Server Domain
2640config.ssh_port = Port
2641config.ssh_listen_port = Listen Port
2642config.ssh_root_path = Root Path
2643config.ssh_key_test_path = Key Test Path
2644config.ssh_keygen_path = Keygen ('ssh-keygen') Path
2645config.ssh_minimum_key_size_check = Minimum Key Size Check
2646config.ssh_minimum_key_sizes = Minimum Key Sizes
2647
2648config.lfs_config = LFS Configuration
2649config.lfs_enabled = Enabled
2650config.lfs_content_path = LFS Content Path
2651config.lfs_http_auth_expiry = LFS HTTP Auth Expiry
2652
2653config.db_config = Database Configuration
2654config.db_type = Type
2655config.db_host = Host
2656config.db_name = Name
2657config.db_user = Username
2658config.db_schema = Schema
2659config.db_ssl_mode = SSL
2660config.db_path = Path
2661
2662config.service_config = Service Configuration
2663config.register_email_confirm = Require Email Confirmation to Register
2664config.disable_register = Disable Self-Registration
2665config.allow_only_internal_registration = Allow Registration Only Through Gitea itself
2666config.allow_only_external_registration = Allow Registration Only Through External Services
2667config.enable_openid_signup = Enable OpenID Self-Registration
2668config.enable_openid_signin = Enable OpenID Sign-In
2669config.show_registration_button = Show Register Button
2670config.require_sign_in_view = Require Sign-In to View Pages
2671config.mail_notify = Enable Email Notifications
2672config.disable_key_size_check = Disable Minimum Key Size Check
2673config.enable_captcha = Enable CAPTCHA
2674config.active_code_lives = Active Code Lives
2675config.reset_password_code_lives = Recover Account Code Expiry Time
2676config.default_keep_email_private = Hide Email Addresses by Default
2677config.default_allow_create_organization = Allow Creation of Organizations by Default
2678config.enable_timetracking = Enable Time Tracking
2679config.default_enable_timetracking = Enable Time Tracking by Default
2680config.default_allow_only_contributors_to_track_time = Let Only Contributors Track Time
2681config.no_reply_address = Hidden Email Domain
2682config.default_visibility_organization = Default visibility for new Organizations
2683config.default_enable_dependencies = Enable Issue Dependencies by Default
2684
2685config.webhook_config = Webhook Configuration
2686config.queue_length = Queue Length
2687config.deliver_timeout = Deliver Timeout
2688config.skip_tls_verify = Skip TLS Verification
2689
2690config.mailer_config = SMTP Mailer Configuration
2691config.mailer_enabled = Enabled
2692config.mailer_disable_helo = Disable HELO
2693config.mailer_name = Name
2694config.mailer_host = Host
2695config.mailer_user = User
2696config.mailer_use_sendmail = Use Sendmail
2697config.mailer_sendmail_path = Sendmail Path
2698config.mailer_sendmail_args = Extra Arguments to Sendmail
2699config.mailer_sendmail_timeout = Sendmail Timeout
2700config.test_email_placeholder = Email (e.g. test@example.com)
2701config.send_test_mail = Send Testing Email
2702config.test_mail_failed = Failed to send a testing email to '%s': %v
2703config.test_mail_sent = A testing email has been sent to '%s'.
2704
2705config.oauth_config = OAuth Configuration
2706config.oauth_enabled = Enabled
2707
2708config.cache_config = Cache Configuration
2709config.cache_adapter = Cache Adapter
2710config.cache_interval = Cache Interval
2711config.cache_conn = Cache Connection
2712config.cache_item_ttl = Cache Item TTL
2713
2714config.session_config = Session Configuration
2715config.session_provider = Session Provider
2716config.provider_config = Provider Config
2717config.cookie_name = Cookie Name
2718config.gc_interval_time = GC Interval Time
2719config.session_life_time = Session Life Time
2720config.https_only = HTTPS Only
2721config.cookie_life_time = Cookie Life Time
2722
2723config.picture_config = Picture and Avatar Configuration
2724config.picture_service = Picture Service
2725config.disable_gravatar = Disable Gravatar
2726config.enable_federated_avatar = Enable Federated Avatars
2727
2728config.git_config = Git Configuration
2729config.git_disable_diff_highlight = Disable Diff Syntax Highlight
2730config.git_max_diff_lines = Max Diff Lines (for a single file)
2731config.git_max_diff_line_characters = Max Diff Characters (for a single line)
2732config.git_max_diff_files = Max Diff Files (to be shown)
2733config.git_gc_args = GC Arguments
2734config.git_migrate_timeout = Migration Timeout
2735config.git_mirror_timeout = Mirror Update Timeout
2736config.git_clone_timeout = Clone Operation Timeout
2737config.git_pull_timeout = Pull Operation Timeout
2738config.git_gc_timeout = GC Operation Timeout
2739
2740config.log_config = Log Configuration
2741config.log_mode = Log Mode
2742config.own_named_logger = Named Logger
2743config.routes_to_default_logger = Routes To Default Logger
2744config.go_log = Uses Go Log (redirected to default)
2745config.router_log_mode = Router Log Mode
2746config.disabled_logger = Disabled
2747config.access_log_mode = Access Log Mode
2748config.access_log_template = Template
2749config.xorm_log_mode = XORM Log Mode
2750config.xorm_log_sql = Log SQL
2751
2752monitor.cron = Cron Tasks
2753monitor.name = Name
2754monitor.schedule = Schedule
2755monitor.next = Next Time
2756monitor.previous = Previous Time
2757monitor.execute_times = Executions
2758monitor.process = Running Processes
2759monitor.desc = Description
2760monitor.start = Start Time
2761monitor.execute_time = Execution Time
2762monitor.process.cancel = Cancel process
2763monitor.process.cancel_desc =  Cancelling a process may cause data loss
2764monitor.process.cancel_notices =  Cancel: <strong>%s</strong>?
2765monitor.process.children = Children
2766monitor.queues = Queues
2767monitor.queue = Queue: %s
2768monitor.queue.name = Name
2769monitor.queue.type = Type
2770monitor.queue.exemplar = Exemplar Type
2771monitor.queue.numberworkers = Number of Workers
2772monitor.queue.maxnumberworkers = Max Number of Workers
2773monitor.queue.review = Review Config
2774monitor.queue.review_add = Review/Add Workers
2775monitor.queue.configuration = Initial Configuration
2776monitor.queue.nopool.title = No Worker Pool
2777monitor.queue.nopool.desc = This queue wraps other queues and does not itself have a worker pool.
2778monitor.queue.wrapped.desc = A wrapped queue wraps a slow starting queue, buffering queued requests in a channel. It does not have a worker pool itself.
2779monitor.queue.persistable-channel.desc = A persistable-channel wraps two queues, a channel queue that has its own worker pool and a level queue for persisted requests from previous shutdowns. It does not have a worker pool itself.
2780monitor.queue.pool.timeout = Timeout
2781monitor.queue.pool.addworkers.title = Add Workers
2782monitor.queue.pool.addworkers.submit = Add Workers
2783monitor.queue.pool.addworkers.desc = Add Workers to this pool with or without a timeout. If you set a timeout these workers will be removed from the pool after the timeout has lapsed.
2784monitor.queue.pool.addworkers.numberworkers.placeholder = Number of Workers
2785monitor.queue.pool.addworkers.timeout.placeholder = Set to 0 for no timeout
2786monitor.queue.pool.addworkers.mustnumbergreaterzero = Number of Workers to add must be greater than zero
2787monitor.queue.pool.addworkers.musttimeoutduration = Timeout must be a golang duration eg. 5m or be 0
2788monitor.queue.pool.flush.title = Flush Queue
2789monitor.queue.pool.flush.desc = Flush will add a worker that will terminate once the queue is empty, or it times out.
2790monitor.queue.pool.flush.submit = Add Flush Worker
2791monitor.queue.pool.flush.added = Flush Worker added for %[1]s
2792
2793monitor.queue.settings.title = Pool Settings
2794monitor.queue.settings.desc = Pools dynamically grow with a boost in response to their worker queue blocking. These changes will not affect current worker groups.
2795monitor.queue.settings.timeout = Boost Timeout
2796monitor.queue.settings.timeout.placeholder = Currently %[1]v
2797monitor.queue.settings.timeout.error = Timeout must be a golang duration eg. 5m or be 0
2798monitor.queue.settings.numberworkers = Boost Number of Workers
2799monitor.queue.settings.numberworkers.placeholder = Currently %[1]d
2800monitor.queue.settings.numberworkers.error = Number of Workers to add must be greater than or equal to zero
2801monitor.queue.settings.maxnumberworkers = Max Number of workers
2802monitor.queue.settings.maxnumberworkers.placeholder = Currently %[1]d
2803monitor.queue.settings.maxnumberworkers.error = Max number of workers must be a number
2804monitor.queue.settings.submit = Update Settings
2805monitor.queue.settings.changed = Settings Updated
2806monitor.queue.settings.blocktimeout = Current Block Timeout
2807monitor.queue.settings.blocktimeout.value = %[1]v
2808
2809monitor.queue.pool.none = This queue does not have a Pool
2810monitor.queue.pool.added = Worker Group Added
2811monitor.queue.pool.max_changed = Maximum number of workers changed
2812monitor.queue.pool.workers.title = Active Worker Groups
2813monitor.queue.pool.workers.none = No worker groups.
2814monitor.queue.pool.cancel = Shutdown Worker Group
2815monitor.queue.pool.cancelling = Worker Group shutting down
2816monitor.queue.pool.cancel_notices = Shutdown this group of %s workers?
2817monitor.queue.pool.cancel_desc = Leaving a queue without any worker groups may cause requests to block indefinitely.
2818
2819notices.system_notice_list = System Notices
2820notices.view_detail_header = View Notice Details
2821notices.actions = Actions
2822notices.select_all = Select All
2823notices.deselect_all = Deselect All
2824notices.inverse_selection = Inverse Selection
2825notices.delete_selected = Delete Selected
2826notices.delete_all = Delete All Notices
2827notices.type = Type
2828notices.type_1 = Repository
2829notices.type_2 = Task
2830notices.desc = Description
2831notices.op = Op.
2832notices.delete_success = The system notices have been deleted.
2833
2834[action]
2835create_repo = created repository <a href="%s">%s</a>
2836rename_repo = renamed repository from <code>%[1]s</code> to <a href="%[2]s">%[3]s</a>
2837commit_repo = pushed to <a href="%[2]s">%[3]s</a> at <a href="%[1]s">%[4]s</a>
2838create_issue = `opened issue <a href="%[1]s">%[3]s#%[2]s</a>`
2839close_issue = `closed issue <a href="%[1]s">%[3]s#%[2]s</a>`
2840reopen_issue = `reopened issue <a href="%[1]s">%[3]s#%[2]s</a>`
2841create_pull_request = `created pull request <a href="%[1]s">%[3]s#%[2]s</a>`
2842close_pull_request = `closed pull request <a href="%[1]s">%[3]s#%[2]s</a>`
2843reopen_pull_request = `reopened pull request <a href="%[1]s">%[3]s#%[2]s</a>`
2844comment_issue = `commented on issue <a href="%[1]s">%[3]s#%[2]s</a>`
2845comment_pull = `commented on pull request <a href="%[1]s">%[3]s#%[2]s</a>`
2846merge_pull_request = `merged pull request <a href="%[1]s">%[3]s#%[2]s</a>`
2847transfer_repo = transferred repository <code>%s</code> to <a href="%s">%s</a>
2848push_tag = pushed tag <a href="%[2]s">%[3]s</a> to <a href="%[1]s">%[4]s</a>
2849delete_tag = deleted tag %[2]s from <a href="%[1]s">%[3]s</a>
2850delete_branch = deleted branch %[2]s from <a href="%[1]s">%[3]s</a>
2851compare_branch = Compare
2852compare_commits = Compare %d commits
2853compare_commits_general = Compare commits
2854mirror_sync_push = synced commits to <a href="%[2]s">%[3]s</a> at <a href="%[1]s">%[4]s</a> from mirror
2855mirror_sync_create = synced new reference <a href="%[2]s">%[3]s</a> to <a href="%[1]s">%[4]s</a> from mirror
2856mirror_sync_delete = synced and deleted reference <code>%[2]s</code> at <a href="%[1]s">%[3]s</a> from mirror
2857approve_pull_request = `approved <a href="%[1]s">%[3]s#%[2]s</a>`
2858reject_pull_request = `suggested changes for <a href="%[1]s">%[3]s#%[2]s</a>`
2859publish_release  = `released <a href="%[2]s"> "%[4]s" </a> at <a href="%[1]s">%[3]s</a>`
2860review_dismissed = `dismissed review from <b>%[4]s</b> for <a href="%[1]s">%[3]s#%[2]s</a>`
2861review_dismissed_reason = Reason:
2862create_branch = created branch <a href="%[2]s">%[3]s</a> in <a href="%[1]s">%[4]s</a>
2863starred_repo = starred <a href="%[1]s">%[2]s</a>
2864watched_repo = started watching <a href="%[1]s">%[2]s</a>
2865
2866[tool]
2867ago = %s ago
2868from_now = %s from now
2869now = now
2870future = future
28711s = 1 second
28721m = 1 minute
28731h = 1 hour
28741d = 1 day
28751w = 1 week
28761mon = 1 month
28771y = 1 year
2878seconds = %d seconds
2879minutes = %d minutes
2880hours = %d hours
2881days = %d days
2882weeks = %d weeks
2883months = %d months
2884years = %d years
2885raw_seconds = seconds
2886raw_minutes = minutes
2887
2888[dropzone]
2889default_message = Drop files or click here to upload.
2890invalid_input_type = You can not upload files of this type.
2891file_too_big = File size ({{filesize}} MB) exceeds the maximum size of ({{maxFilesize}} MB).
2892remove_file = Remove file
2893
2894[notification]
2895notifications = Notifications
2896unread = Unread
2897read = Read
2898no_unread = No unread notifications.
2899no_read = No read notifications.
2900pin = Pin notification
2901mark_as_read = Mark as read
2902mark_as_unread = Mark as unread
2903mark_all_as_read = Mark all as read
2904
2905[gpg]
2906default_key=Signed with default key
2907error.extract_sign = Failed to extract signature
2908error.generate_hash = Failed to generate hash of commit
2909error.no_committer_account = No account linked to committer's email address
2910error.no_gpg_keys_found = "No known key found for this signature in database"
2911error.not_signed_commit = "Not a signed commit"
2912error.failed_retrieval_gpg_keys = "Failed to retrieve any key attached to the committer's account"
2913error.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."
2914error.probable_bad_default_signature = "WARNING! Although the default key has this ID it does not verify this commit! This commit is SUSPICIOUS."
2915
2916[units]
2917unit = Unit
2918error.no_unit_allowed_repo = You are not allowed to access any section of this repository.
2919error.unit_not_allowed = You are not allowed to access this repository section.
2920