-
-
Notifications
You must be signed in to change notification settings - Fork 6.6k
Expand file tree
/
Copy pathlocale_en-US.json
More file actions
3816 lines (3816 loc) · 268 KB
/
locale_en-US.json
File metadata and controls
3816 lines (3816 loc) · 268 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
{
"home_title": "Home",
"dashboard": "Dashboard",
"explore_title": "Explore",
"help": "Help",
"logo": "Logo",
"sign_in": "Sign In",
"sign_in_with_provider": "Sign in with %s",
"sign_in_or": "or",
"sign_out": "Sign Out",
"sign_up": "Register",
"link_account": "Link Account",
"register": "Register",
"version": "Version",
"powered_by": "Powered by %s",
"page": "Page",
"template": "Template",
"language": "Language",
"notifications": "Notifications",
"active_stopwatch": "Active Time Tracker",
"tracked_time_summary": "Summary of tracked time based on filters of issue list",
"create_new": "Create…",
"user_profile_and_more": "Profile and Settings…",
"signed_in_as": "Signed in as",
"enable_javascript": "This website requires JavaScript.",
"toc": "Table of Contents",
"licenses": "Licenses",
"return_to_gitea": "Return to Gitea",
"more_items": "More items",
"username": "Username",
"email": "Email Address",
"password": "Password",
"access_token": "Access Token",
"re_type": "Confirm Password",
"captcha": "CAPTCHA",
"twofa": "Two-Factor Authentication",
"twofa_scratch": "Two-Factor Scratch Code",
"passcode": "Passcode",
"webauthn_insert_key": "Insert your security key",
"webauthn_sign_in": "Press the button on your security key. If your security key has no button, re-insert it.",
"webauthn_press_button": "Please press the button on your security key…",
"webauthn_use_twofa": "Use a two-factor code from your phone",
"webauthn_error": "Could not read your security key.",
"webauthn_unsupported_browser": "Your browser does not currently support WebAuthn.",
"webauthn_error_unknown": "An unknown error occurred. Please retry.",
"webauthn_error_insecure": "WebAuthn only supports secure connections. For testing over HTTP, you can use the origin \"localhost\" or \"127.0.0.1\".",
"webauthn_error_unable_to_process": "The server could not process your request.",
"webauthn_error_duplicated": "The security key is not permitted for this request. Please make sure that the key is not already registered.",
"webauthn_error_empty": "You must set a name for this key.",
"webauthn_error_timeout": "Timeout reached before your key could be read. Please reload this page and retry.",
"webauthn_reload": "Reload",
"repository": "Repository",
"organization": "Organization",
"mirror": "Mirror",
"issue_milestone": "Milestone",
"new_repo": "New Repository",
"new_migrate": "New Migration",
"new_mirror": "New Mirror",
"new_fork": "New Repository Fork",
"new_org": "New Organization",
"new_project": "New Project",
"new_project_column": "New Column",
"manage_org": "Manage Organizations",
"admin_panel": "Site Administration",
"account_settings": "Account Settings",
"settings_title": "Settings",
"your_profile": "Profile",
"your_starred": "Starred",
"your_settings": "Settings",
"all": "All",
"sources": "Sources",
"mirrors": "Mirrors",
"collaborative": "Collaborative",
"forks": "Forks",
"activities": "Activities",
"pull_requests": "Pull Requests",
"issues": "Issues",
"milestones": "Milestones",
"ok": "OK",
"cancel": "Cancel",
"retry": "Retry",
"rerun": "Re-run",
"rerun_all": "Re-run all jobs",
"rerun_failed": "Re-run failed jobs",
"save": "Save",
"add": "Add",
"add_all": "Add All",
"dismiss": "Dismiss",
"remove": "Remove",
"remove_all": "Remove All",
"remove_label_str": "Remove item \"%s\"",
"edit": "Edit",
"view": "View",
"test": "Test",
"enabled": "Enabled",
"disabled": "Disabled",
"locked": "Locked",
"copy": "Copy",
"copy_url": "Copy URL",
"copy_hash": "Copy hash",
"copy_content": "Copy content",
"copy_branch": "Copy branch name",
"copy_path": "Copy path",
"copy_success": "Copied!",
"copy_error": "Copy failed",
"copy_type_unsupported": "This file type cannot be copied",
"copy_filename": "Copy filename",
"write": "Write",
"preview": "Preview",
"loading": "Loading…",
"files": "Files",
"error_title": "Error",
"error404": "The page you are trying to reach either <strong>does not exist</strong> or <strong>you are not authorized</strong> to view it.",
"error503": "The server could not complete your request. Please try again later.",
"go_back": "Go Back",
"invalid_data": "Invalid data: %v",
"nothing_has_been_changed": "Nothing has been changed.",
"never": "Never",
"unknown": "Unknown",
"rss_feed": "RSS Feed",
"pin": "Pin",
"unpin": "Unpin",
"artifacts": "Artifacts",
"expired": "Expired",
"confirm_delete_artifact": "Are you sure you want to delete the artifact '%s'?",
"archived": "Archived",
"concept_system_global": "Global",
"concept_user_individual": "Individual",
"concept_code_repository": "Repository",
"concept_user_organization": "Organization",
"show_timestamps": "Show timestamps",
"show_log_seconds": "Show seconds",
"show_full_screen": "Show full screen",
"download_logs": "Download logs",
"confirm_delete_selected": "Confirm to delete all selected items?",
"name": "Name",
"value": "Value",
"readme": "Readme",
"filter_title": "Filter",
"filter.clear": "Clear Filter",
"filter.is_archived": "Archived",
"filter.not_archived": "Not Archived",
"filter.is_fork": "Forked",
"filter.not_fork": "Not Forked",
"filter.is_mirror": "Mirrored",
"filter.not_mirror": "Not Mirrored",
"filter.is_template": "Template",
"filter.not_template": "Not Template",
"filter.public": "Public",
"filter.private": "Private",
"no_results_found": "No results found.",
"internal_error_skipped": "Internal error occurred but is skipped: %s",
"characters_spaces": "Spaces",
"characters_tabs": "Tabs",
"text_indent_style": "Indent style",
"text_indent_size": "Indent size",
"text_line_wrap": "Wrap",
"text_line_nowrap": "No wrap",
"text_line_wrap_mode": "Line wrap mode",
"search.search": "Search…",
"search.type_tooltip": "Search type",
"search.fuzzy": "Fuzzy",
"search.fuzzy_tooltip": "Include results that closely match the search term",
"search.words": "Words",
"search.words_tooltip": "Include only results that match the search term words",
"search.regexp": "Regexp",
"search.regexp_tooltip": "Include only results that match the regexp search term",
"search.exact": "Exact",
"search.exact_tooltip": "Include only results that match the exact search term",
"search.repo_kind": "Search repos…",
"search.user_kind": "Search users…",
"search.badge_kind": "Search badges…",
"search.org_kind": "Search orgs…",
"search.team_kind": "Search teams…",
"search.code_kind": "Search code…",
"search.code_search_unavailable": "Code search is currently not available. Please contact the site administrator.",
"search.code_search_by_git_grep": "Current code search results are provided by \"git grep\". There might be better results if site administrator enables Repository Indexer.",
"search.package_kind": "Search packages…",
"search.project_kind": "Search projects…",
"search.branch_kind": "Search branches…",
"search.tag_kind": "Search tags…",
"search.tag_tooltip": "Search for matching tags. Use '%' to match any sequence of numbers.",
"search.commit_kind": "Search commits…",
"search.runner_kind": "Search runners…",
"search.no_results": "No matching results found.",
"search.issue_kind": "Search issues…",
"search.pull_kind": "Search pull requests…",
"search.keyword_search_unavailable": "Searching by keyword is currently not available. Please contact the site administrator.",
"aria.navbar": "Navigation Bar",
"aria.footer": "Footer",
"aria.footer.software": "About Software",
"aria.footer.links": "Links",
"heatmap.number_of_contributions_in_the_last_12_months": "%s contributions in the last 12 months",
"heatmap.no_contributions": "No contributions",
"heatmap.less": "Less",
"heatmap.more": "More",
"editor.buttons.heading.tooltip": "Add heading",
"editor.buttons.bold.tooltip": "Add bold text",
"editor.buttons.italic.tooltip": "Add italic text",
"editor.buttons.strikethrough.tooltip": "Add strikethrough text",
"editor.buttons.quote.tooltip": "Quote text",
"editor.buttons.code.tooltip": "Add code",
"editor.buttons.link.tooltip": "Add a link",
"editor.buttons.list.unordered.tooltip": "Add a bullet list",
"editor.buttons.list.ordered.tooltip": "Add a numbered list",
"editor.buttons.list.task.tooltip": "Add a list of tasks",
"editor.buttons.table.add.tooltip": "Add a table",
"editor.buttons.table.add.insert": "Add",
"editor.buttons.table.rows": "Rows",
"editor.buttons.table.cols": "Columns",
"editor.buttons.mention.tooltip": "Mention a user or team",
"editor.buttons.ref.tooltip": "Reference an issue or pull request",
"editor.buttons.switch_to_legacy.tooltip": "Use the legacy editor instead",
"editor.buttons.enable_monospace_font": "Enable monospace font",
"editor.buttons.disable_monospace_font": "Disable monospace font",
"filter.string.asc": "A–Z",
"filter.string.desc": "Z–A",
"error.occurred": "An error occurred",
"error.report_message": "If you believe that this is a Gitea bug, please search for issues on <a href=\"%s\" target=\"_blank\">GitHub</a> or open a new issue if necessary.",
"error.not_found": "The target couldn't be found.",
"error.network_error": "Network error",
"startpage.app_desc": "A painless, self-hosted Git service",
"startpage.install": "Easy to install",
"startpage.install_desc": "Simply <a target=\"_blank\" rel=\"noopener noreferrer\" href=\"%[1]s\">run the binary</a> for your platform, ship it with <a target=\"_blank\" rel=\"noopener noreferrer\" href=\"%[2]s\">Docker</a>, or get it <a target=\"_blank\" rel=\"noopener noreferrer\" href=\"%[3]s\">packaged</a>.",
"startpage.platform": "Cross-platform",
"startpage.platform_desc": "Gitea runs anywhere <a target=\"_blank\" rel=\"noopener noreferrer\" href=\"%s\">Go</a> can compile for: Windows, macOS, Linux, ARM, etc. Choose the one you love!",
"startpage.lightweight": "Lightweight",
"startpage.lightweight_desc": "Gitea has low minimal requirements and can run on an inexpensive Raspberry Pi. Save your machine energy!",
"startpage.license": "Open Source",
"startpage.license_desc": "Go get <a target=\"_blank\" rel=\"noopener noreferrer\" href=\"%[1]s\">%[2]s</a>! Join us by <a target=\"_blank\" rel=\"noopener noreferrer\" href=\"%[3]s\">contributing</a> to make this project even better. Don't hesitate to contribute!",
"install.install": "Installation",
"install.installing_desc": "Installing now, please wait…",
"install.title": "Initial Configuration",
"install.docker_helper": "If you run Gitea inside Docker, please read the <a target=\"_blank\" rel=\"noopener noreferrer\" href=\"%s\">documentation</a> before changing any settings.",
"install.require_db_desc": "Gitea requires MySQL, PostgreSQL, MSSQL, SQLite3 or TiDB (MySQL protocol).",
"install.db_title": "Database Settings",
"install.db_type": "Database Type",
"install.host": "Host",
"install.user": "Username",
"install.password": "Password",
"install.db_name": "Database Name",
"install.db_schema": "Schema",
"install.db_schema_helper": "Leave blank for database default (\"public\").",
"install.ssl_mode": "SSL",
"install.path": "Path",
"install.sqlite_helper": "File path for the SQLite3 database.<br>Enter an absolute path if you run Gitea as a service.",
"install.reinstall_error": "You are trying to install into an existing Gitea database",
"install.reinstall_confirm_message": "Re-installing with an existing Gitea database can cause multiple problems. In most cases, you should use your existing \"app.ini\" to run Gitea. If you know what you are doing, confirm the following:",
"install.reinstall_confirm_check_1": "The data encrypted by the SECRET_KEY in app.ini may be lost: users may not be able to log in with 2FA/OTP and mirrors may not function correctly. By checking this box, you confirm that the current app.ini file contains the correct SECRET_KEY.",
"install.reinstall_confirm_check_2": "The repositories and settings may need to be resynchronized. 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.",
"install.reinstall_confirm_check_3": "You confirm that you are absolutely sure that this Gitea is running with the correct app.ini location and that you are sure that you have to re-install. You confirm that you acknowledge the above risks.",
"install.err_empty_db_path": "The SQLite3 database path cannot be empty.",
"install.no_admin_and_disable_registration": "You cannot disable user self-registration without creating an administrator account.",
"install.err_empty_admin_password": "The administrator password cannot be empty.",
"install.err_empty_admin_email": "The administrator email address cannot be empty.",
"install.err_admin_name_is_reserved": "Administrator username is invalid. Username is reserved.",
"install.err_admin_name_pattern_not_allowed": "Administrator username is invalid. The username matches a reserved pattern.",
"install.err_admin_name_is_invalid": "Administrator username is invalid",
"install.general_title": "General Settings",
"install.app_name": "Site Title",
"install.app_name_helper": "You can enter your company name here.",
"install.repo_path": "Repository Root Path",
"install.repo_path_helper": "Remote Git repositories will be saved to this directory.",
"install.lfs_path": "Git LFS Root Path",
"install.lfs_path_helper": "Files tracked by Git LFS will be stored in this directory. Leave empty to disable.",
"install.run_user": "Run As Username",
"install.run_user_helper": "The operating system username that Gitea runs as. Note that this user must have access to the repository root path.",
"install.domain": "Server Domain",
"install.domain_helper": "Domain or host address for the server.",
"install.ssh_port": "SSH Server Port",
"install.ssh_port_helper": "Port number your SSH server listens on. Leave empty to disable.",
"install.http_port": "Gitea HTTP Listen Port",
"install.http_port_helper": "Port number the Gitea web server will listen on.",
"install.app_url": "Gitea Base URL",
"install.app_url_helper": "Base address for HTTP(S) clone URLs and email notifications.",
"install.log_root_path": "Log Path",
"install.log_root_path_helper": "Log files will be written to this directory.",
"install.optional_title": "Optional Settings",
"install.email_title": "Email Settings",
"install.smtp_addr": "SMTP Host",
"install.smtp_port": "SMTP Port",
"install.smtp_from": "Send Email As",
"install.smtp_from_invalid": "The \"Send Email As\" address is invalid",
"install.smtp_from_helper": "Email address Gitea will use. Enter a plain email address or use the \"Name\" <[email protected]> format.",
"install.mailer_user": "SMTP Username",
"install.mailer_password": "SMTP Password",
"install.register_confirm": "Require Email Confirmation to Register",
"install.mail_notify": "Enable Email Notifications",
"install.server_service_title": "Server and Third-Party Service Settings",
"install.disable_registration": "Disable Self-Registration",
"install.disable_registration_popup": "Disable user self-registration. Only administrators will be able to create new user accounts.",
"install.allow_only_external_registration_popup": "Allow Registration Only Through External Services",
"install.openid_signin": "Enable OpenID Sign-In",
"install.openid_signin_popup": "Enable user sign-in via OpenID.",
"install.openid_signup": "Enable OpenID Self-Registration",
"install.openid_signup_popup": "Enable OpenID-based user self-registration.",
"install.enable_captcha": "Enable registration CAPTCHA",
"install.enable_captcha_popup": "Require a CAPTCHA for user self-registration.",
"install.require_sign_in_view": "Require Sign-In to View Pages",
"install.require_sign_in_view_popup": "Limit page access to signed-in users. Visitors will only see the sign-in and registration pages.",
"install.admin_setting_desc": "Creating an administrator account is optional. The first registered user will automatically become an administrator.",
"install.admin_title": "Administrator Account Settings",
"install.admin_name": "Administrator Username",
"install.admin_password": "Password",
"install.confirm_password": "Confirm Password",
"install.admin_email": "Email Address",
"install.install_btn_confirm": "Install Gitea",
"install.test_git_failed": "Could not test 'git' command: %v",
"install.sqlite3_not_available": "This Gitea version does not support SQLite3. Please download the official binary version from %s (not the 'gobuild' version).",
"install.invalid_db_setting": "The database settings are invalid: %v",
"install.invalid_db_table": "The database table \"%s\" is invalid: %v",
"install.invalid_repo_path": "The repository root path is invalid: %v",
"install.invalid_app_data_path": "The app data path is invalid: %v",
"install.run_user_not_match": "The 'run as' username is not the current username: %s -> %s",
"install.internal_token_failed": "Failed to generate internal token: %v",
"install.secret_key_failed": "Failed to generate secret key: %v",
"install.save_config_failed": "Failed to save configuration: %v",
"install.invalid_admin_setting": "Administrator account setting is invalid: %v",
"install.invalid_log_root_path": "The log path is invalid: %v",
"install.default_keep_email_private": "Hide Email Addresses by Default",
"install.default_keep_email_private_popup": "Hide email addresses of new user accounts by default.",
"install.default_allow_create_organization": "Allow Creation of Organizations by Default",
"install.default_allow_create_organization_popup": "Allow new user accounts to create organizations by default.",
"install.default_enable_timetracking": "Enable Time Tracking by Default",
"install.default_enable_timetracking_popup": "Enable time tracking for new repositories by default.",
"install.no_reply_address": "Hidden Email Domain",
"install.no_reply_address_helper": "Domain name for users with a hidden email address. For example, the username 'joe' will be logged in Git as '[email protected]' if the hidden email domain is set to 'noreply.example.org'.",
"install.password_algorithm": "Password Hash Algorithm",
"install.invalid_password_algorithm": "Invalid password hash algorithm",
"install.password_algorithm_helper": "Set the password hashing algorithm. Algorithms have differing requirements and strengths. The argon2 algorithm is rather secure but uses a lot of memory and may be inappropriate for small systems.",
"install.enable_update_checker": "Enable Update Checker",
"install.enable_update_checker_helper": "Checks for new version releases periodically by connecting to gitea.io.",
"install.env_config_keys": "Environment Configuration",
"install.env_config_keys_prompt": "The following environment variables will also be applied to your configuration file:",
"install.config_write_file_prompt": "These configuration options will be written into: %s",
"home.nav_menu": "Navigation Menu",
"home.uname_holder": "Username or Email Address",
"home.password_holder": "Password",
"home.switch_dashboard_context": "Switch Dashboard Context",
"home.my_repos": "Repositories",
"home.show_more_repos": "Show more repositories…",
"home.collaborative_repos": "Collaborative Repositories",
"home.my_orgs": "My Organizations",
"home.my_mirrors": "My Mirrors",
"home.view_home": "View %s",
"home.filter": "Other Filters",
"home.filter_by_team_repositories": "Filter by team repositories",
"home.feed_of": "Feed of \"%s\"",
"home.show_archived": "Archived",
"home.show_both_archived_unarchived": "Showing both archived and unarchived",
"home.show_only_archived": "Showing only archived",
"home.show_only_unarchived": "Showing only unarchived",
"home.show_private": "Private",
"home.show_both_private_public": "Showing both public and private",
"home.show_only_private": "Showing only private",
"home.show_only_public": "Showing only public",
"home.issues.in_your_repos": "In your repositories",
"home.guide_title": "No Activity",
"home.guide_desc": "You are currently not following any repositories or users, so there is no content to display. You can explore repositories or users of interest from the links below.",
"home.explore_repos": "Explore repositories",
"home.explore_users": "Explore users",
"home.empty_org": "There are no organizations yet.",
"home.empty_repo": "There are no repositories yet.",
"explore.repos": "Repositories",
"explore.users": "Users",
"explore.organizations": "Organizations",
"explore.go_to": "Go to",
"explore.code": "Code",
"explore.code_last_indexed_at": "Last indexed %s",
"explore.relevant_repositories_tooltip": "Repositories that are forks or that have no topic, no icon, and no description are hidden.",
"explore.relevant_repositories": "Only relevant repositories are being shown, <a href=\"%s\">show unfiltered results</a>.",
"auth.create_new_account": "Register Account",
"auth.already_have_account": "Already have an account?",
"auth.sign_in_now": "Sign in now!",
"auth.disable_register_prompt": "Registration is disabled. Please contact your site administrator.",
"auth.disable_register_mail": "Email confirmation for registration is disabled.",
"auth.manual_activation_only": "Contact your site administrator to complete activation.",
"auth.remember_me": "Remember This Device",
"auth.remember_me.compromised": "The login token is not valid anymore which may indicate a compromised account. Please check your account for unusual activities.",
"auth.forgot_password_title": "Forgot Password",
"auth.forgot_password": "Forgot password?",
"auth.need_account": "Need an account?",
"auth.sign_up_tip": "You are registering the first account in the system, which has administrator privileges. Please carefully remember your username and password. If you forget the username or password, please refer to the Gitea documentation to recover the account.",
"auth.sign_up_now": "Register now.",
"auth.sign_up_successful": "Account was successfully created. Welcome!",
"auth.confirmation_mail_sent_prompt_ex": "A new confirmation email has been sent to <b>%s</b>. Please check your inbox within the next %s to complete the registration process. If your registration email address is incorrect, you can sign in again and change it.",
"auth.must_change_password": "Update your password",
"auth.allow_password_change": "Require user to change password (recommended)",
"auth.reset_password_mail_sent_prompt": "A confirmation email has been sent to <b>%s</b>. Please check your inbox within the next %s to complete the account recovery process.",
"auth.active_your_account": "Activate Your Account",
"auth.account_activated": "Account has been activated",
"auth.prohibit_login": "Sign-In Prohibited",
"auth.prohibit_login_desc": "Your account is prohibited from signing in. Please contact your site administrator.",
"auth.resent_limit_prompt": "You have already requested an activation email recently. Please wait 3 minutes and try again.",
"auth.has_unconfirmed_mail": "Hi %s, you have an unconfirmed email address (<b>%s</b>). If you haven't received a confirmation email or need to resend a new one, please click on the button below.",
"auth.change_unconfirmed_mail_address": "If your registration email address is incorrect, you can change it here and resend a new confirmation email.",
"auth.resend_mail": "Click here to resend your activation email",
"auth.email_not_associate": "The email address is not associated with any account.",
"auth.send_reset_mail": "Send Account Recovery Email",
"auth.reset_password": "Account Recovery",
"auth.invalid_code": "Your confirmation code is invalid or has expired.",
"auth.invalid_code_forgot_password": "Your confirmation code is invalid or has expired. Click <a href=\"%s\">here</a> to start a new session.",
"auth.invalid_password": "Your password does not match the password that was used to create the account.",
"auth.reset_password_helper": "Recover Account",
"auth.reset_password_wrong_user": "You are signed in as %s, but the account recovery link is meant for %s",
"auth.password_too_short": "Password length cannot be less than %d characters.",
"auth.non_local_account": "Non-local users cannot update their password through the Gitea web interface.",
"auth.verify": "Verify",
"auth.scratch_code": "Scratch code",
"auth.use_scratch_code": "Use a scratch code",
"auth.twofa_scratch_used": "You have used your scratch code. You have been redirected to the two-factor settings page so you may remove your device enrollment or generate a new scratch code.",
"auth.twofa_passcode_incorrect": "Your passcode is incorrect. If you misplaced your device, use your scratch code to sign in.",
"auth.twofa_scratch_token_incorrect": "Your scratch code is incorrect.",
"auth.twofa_required": "You must set up two-factor authentication to get access to repositories, or try to log in again.",
"auth.login_userpass": "Sign In",
"auth.login_openid": "OpenID",
"auth.oauth_signup_tab": "Register New Account",
"auth.oauth_signup_title": "Complete New Account",
"auth.oauth_signup_submit": "Complete Account",
"auth.oauth_signin_tab": "Link to Existing Account",
"auth.oauth_signin_title": "Sign In to Authorize Linked Account",
"auth.oauth_signin_submit": "Link Account",
"auth.oauth.signin.error.general": "There was an error processing the authorization request: %s. If this error persists, please contact the site administrator.",
"auth.oauth.signin.error.access_denied": "The authorization request was denied.",
"auth.oauth.signin.error.temporarily_unavailable": "Authorization failed because the authentication server is temporarily unavailable. Please try again later.",
"auth.oauth_callback_unable_auto_reg": "Auto Registration is enabled, but OAuth2 Provider %[1]s returned missing fields: %[2]s, unable to create an account automatically. Please create or link to an account, or contact the site administrator.",
"auth.openid_connect_submit": "Connect",
"auth.openid_connect_title": "Connect to an existing account",
"auth.openid_connect_desc": "The chosen OpenID URI is unknown. Associate it with a new account here.",
"auth.openid_register_title": "Create new account",
"auth.openid_register_desc": "The chosen OpenID URI is unknown. Associate it with a new account here.",
"auth.openid_signin_desc": "Enter your OpenID URI. For example: alice.openid.example.org or https://openid.example.org/alice.",
"auth.disable_forgot_password_mail": "Account recovery is disabled because no email address is set up. Please contact your site administrator.",
"auth.disable_forgot_password_mail_admin": "Account recovery is only available when an email address is set up.",
"auth.email_domain_blacklisted": "You cannot register with your email address.",
"auth.authorize_application": "Authorize Application",
"auth.authorize_redirect_notice": "You will be redirected to %s if you authorize this application.",
"auth.authorize_application_created_by": "This application was created by %s.",
"auth.authorize_application_description": "If you grant access, it will be able to access and write to all your account information, including private repos and organizations.",
"auth.authorize_application_with_scopes": "With scopes: %s",
"auth.authorize_title": "Authorize \"%s\" to access your account?",
"auth.authorization_failed": "Authorization failed",
"auth.authorization_failed_desc": "The authorization failed because we detected an invalid request. Please contact the maintainer of the app you tried to authorize.",
"auth.sspi_auth_failed": "SSPI authentication failed",
"auth.password_pwned": "The password you chose is on a <a target=\"_blank\" rel=\"noopener noreferrer\" href=\"%s\">list of stolen passwords</a> previously exposed in public data breaches. Please try again with a different password and consider changing this password elsewhere too.",
"auth.password_pwned_err": "Could not complete request to HaveIBeenPwned",
"auth.last_admin": "You cannot remove the last admin. There must be at least one admin.",
"auth.signin_passkey": "Sign in with a passkey",
"auth.back_to_sign_in": "Back to Sign In",
"mail.view_it_on": "View it on %s",
"mail.reply": "or reply to this email directly",
"mail.link_not_working_do_paste": "Not working? Try copying and pasting it to your browser.",
"mail.hi_user_x": "Hi <b>%s</b>,",
"mail.activate_account": "Please activate your account",
"mail.activate_account.title": "%s, please activate your account",
"mail.activate_account.text_1": "Hi <b>%[1]s</b>, thanks for registering at %[2]s!",
"mail.activate_account.text_2": "Please click the following link to activate your account within <b>%s</b>:",
"mail.activate_email": "Verify your email address",
"mail.activate_email.title": "%s, please verify your email address",
"mail.activate_email.text": "Please click the following link to verify your email address within <b>%s</b>:",
"mail.register_notify": "Welcome to %s",
"mail.register_notify.title": "%[1]s, welcome to %[2]s",
"mail.register_notify.text_1": "This is your registration confirmation email for %s!",
"mail.register_notify.text_2": "You can now log in via username: %s.",
"mail.register_notify.text_3": "If this account has been created for you, please <a href=\"%s\">set your password</a> first.",
"mail.reset_password": "Recover your account",
"mail.reset_password.title": "%s, you have requested to recover your account",
"mail.reset_password.text": "Please click the following link to recover your account within <b>%s</b>:",
"mail.register_success": "Registration successful",
"mail.issue_assigned.pull": "@%[1]s assigned you to pull request %[2]s in repository %[3]s.",
"mail.issue_assigned.issue": "@%[1]s assigned you to issue %[2]s in repository %[3]s.",
"mail.issue.x_mentioned_you": "<b>@%s</b> mentioned you:",
"mail.issue.action.force_push": "<b>%[1]s</b> force-pushed the <b>%[2]s</b> from %[3]s to %[4]s.",
"mail.issue.action.push_1": "<b>@%[1]s</b> pushed %[3]d commit to %[2]s",
"mail.issue.action.push_n": "<b>@%[1]s</b> pushed %[3]d commits to %[2]s",
"mail.issue.action.close": "<b>@%[1]s</b> closed #%[2]d.",
"mail.issue.action.reopen": "<b>@%[1]s</b> reopened #%[2]d.",
"mail.issue.action.merge": "<b>@%[1]s</b> merged #%[2]d into %[3]s.",
"mail.issue.action.approve": "<b>@%[1]s</b> approved this pull request.",
"mail.issue.action.reject": "<b>@%[1]s</b> requested changes on this pull request.",
"mail.issue.action.review": "<b>@%[1]s</b> commented on this pull request.",
"mail.issue.action.review_dismissed": "<b>@%[1]s</b> dismissed last review from %[2]s for this pull request.",
"mail.issue.action.ready_for_review": "<b>@%[1]s</b> marked this pull request ready for review.",
"mail.issue.action.new": "<b>@%[1]s</b> created #%[2]d.",
"mail.issue.in_tree_path": "In %s:",
"mail.release.new.subject": "%s in %s released",
"mail.release.new.text": "<b>@%[1]s</b> released %[2]s in %[3]s",
"mail.release.title": "Title: %s",
"mail.release.note": "Note:",
"mail.release.downloads": "Downloads:",
"mail.release.download.zip": "Source Code (ZIP)",
"mail.release.download.targz": "Source Code (TAR.GZ)",
"mail.repo.transfer.subject_to": "%s would like to transfer \"%s\" to %s",
"mail.repo.transfer.subject_to_you": "%s would like to transfer \"%s\" to you",
"mail.repo.transfer.to_you": "you",
"mail.repo.transfer.body": "To accept or reject it, visit %s or just ignore it.",
"mail.repo.collaborator.added.subject": "%s added you to %s",
"mail.repo.collaborator.added.text": "You have been added as a collaborator of repository:",
"mail.repo.actions.run.failed": "Run failed",
"mail.repo.actions.run.succeeded": "Run succeeded",
"mail.repo.actions.run.cancelled": "Run cancelled",
"mail.repo.actions.jobs.all_succeeded": "All jobs have succeeded",
"mail.repo.actions.jobs.all_failed": "All jobs have failed",
"mail.repo.actions.jobs.some_not_successful": "Some jobs were not successful",
"mail.repo.actions.jobs.all_cancelled": "All jobs have been cancelled",
"mail.team_invite.subject": "%[1]s has invited you to join the %[2]s organization",
"mail.team_invite.text_1": "%[1]s has invited you to join team %[2]s in organization %[3]s.",
"mail.team_invite.text_2": "Please click the following link to join the team:",
"mail.team_invite.text_3": "Note: This invitation was intended for %[1]s. If you were not expecting this invitation, you can ignore this email.",
"modal.yes": "Yes",
"modal.no": "No",
"modal.confirm": "Confirm",
"modal.cancel": "Cancel",
"modal.modify": "Update",
"form.UserName": "Username",
"form.RepoName": "Repository name",
"form.Email": "Email address",
"form.Password": "Password",
"form.Retype": "Confirm Password",
"form.SSHTitle": "SSH key name",
"form.HttpsUrl": "HTTPS URL",
"form.PayloadUrl": "Payload URL",
"form.TeamName": "Team name",
"form.AuthName": "Authorization name",
"form.AdminEmail": "Admin email",
"form.NewBranchName": "New branch name",
"form.CommitSummary": "Commit summary",
"form.CommitMessage": "Commit message",
"form.CommitChoice": "Commit choice",
"form.TreeName": "File path",
"form.Content": "Content",
"form.SSPISeparatorReplacement": "Separator",
"form.SSPIDefaultLanguage": "Default Language",
"form.require_error": " cannot be empty.",
"form.alpha_dash_error": " should contain only alphanumeric, dash ('-') and underscore ('_') characters.",
"form.alpha_dash_dot_error": " should contain only alphanumeric, dash ('-'), underscore ('_') and dot ('.') characters.",
"form.git_ref_name_error": " must be a well-formed Git reference name.",
"form.size_error": " must be size %s.",
"form.min_size_error": " must contain at least %s characters.",
"form.max_size_error": " must contain at most %s characters.",
"form.email_error": " is not a valid email address.",
"form.url_error": "\"%s\" is not a valid URL.",
"form.include_error": " must contain substring \"%s\".",
"form.glob_pattern_error": " glob pattern is invalid: %s.",
"form.regex_pattern_error": " regex pattern is invalid: %s.",
"form.username_error": " can only contain alphanumeric characters ('0-9','a-z','A-Z'), dash ('-'), underscore ('_') and dot ('.'). It cannot begin or end with non-alphanumeric characters, and consecutive non-alphanumeric characters are also forbidden.",
"form.invalid_slug_error": " is invalid.",
"form.invalid_group_team_map_error": " mapping is invalid: %s",
"form.unknown_error": "Unknown error:",
"form.captcha_incorrect": "The CAPTCHA code is incorrect.",
"form.password_not_match": "The passwords do not match.",
"form.lang_select_error": "Select a language from the list.",
"form.username_been_taken": "The username is already taken.",
"form.username_change_not_local_user": "Non-local users are not allowed to change their username.",
"form.change_username_disabled": "Changing username is disabled.",
"form.change_full_name_disabled": "Changing full name is disabled.",
"form.username_has_not_been_changed": "Username has not been changed",
"form.repo_name_been_taken": "The repository name is already used.",
"form.repository_force_private": "Force Private is enabled: private repositories cannot be made public.",
"form.repository_files_already_exist": "Files already exist for this repository. Contact the system administrator.",
"form.repository_files_already_exist.adopt": "Files already exist for this repository and can only be adopted.",
"form.repository_files_already_exist.delete": "Files already exist for this repository. You must delete them.",
"form.repository_files_already_exist.adopt_or_delete": "Files already exist for this repository. Either adopt them or delete them.",
"form.visit_rate_limit": "Remote visit addressed rate limitation.",
"form.2fa_auth_required": "Remote visit required two-factor authentication.",
"form.org_name_been_taken": "The organization name is already taken.",
"form.team_name_been_taken": "The team name is already taken.",
"form.team_no_units_error": "Allow access to at least one repository section.",
"form.email_been_used": "The email address is already used.",
"form.email_invalid": "The email address is invalid.",
"form.email_domain_is_not_allowed": "The domain of user email address <b>%s</b> conflicts with EMAIL_DOMAIN_ALLOWLIST or EMAIL_DOMAIN_BLOCKLIST. Please ensure your operation is expected.",
"form.openid_been_used": "The OpenID address \"%s\" is already used.",
"form.username_password_incorrect": "Username or password is incorrect.",
"form.password_complexity": "Password does not pass complexity requirements:",
"form.password_lowercase_one": "At least one lowercase character",
"form.password_uppercase_one": "At least one uppercase character",
"form.password_digit_one": "At least one digit",
"form.password_special_one": "At least one special character (punctuation, brackets, quotes, etc.)",
"form.enterred_invalid_repo_name": "The repository name you entered is incorrect.",
"form.enterred_invalid_org_name": "The organization name you entered is incorrect.",
"form.enterred_invalid_owner_name": "The new owner name is not valid.",
"form.enterred_invalid_password": "The password you entered is incorrect.",
"form.unset_password": "The login user has not set the password.",
"form.unsupported_login_type": "The login type is not supported to delete account.",
"form.user_not_exist": "The user does not exist.",
"form.team_not_exist": "The team does not exist.",
"form.last_org_owner": "You cannot remove the last user from the 'owners' team. There must be at least one owner for an organization.",
"form.cannot_add_org_to_team": "An organization cannot be added as a team member.",
"form.duplicate_invite_to_team": "The user was already invited as a team member.",
"form.organization_leave_success": "You have successfully left the organization %s.",
"form.invalid_ssh_key": "Cannot verify your SSH key: %s",
"form.invalid_gpg_key": "Cannot verify your GPG key: %s",
"form.invalid_ssh_principal": "Invalid principal: %s",
"form.must_use_public_key": "The key you provided is a private key. Please do not upload your private key anywhere. Use your public key instead.",
"form.unable_verify_ssh_key": "Cannot verify the SSH key. Double-check it for mistakes.",
"form.auth_failed": "Authentication failed: %v",
"form.still_own_repo": "Your account owns one or more repositories. Delete or transfer them first.",
"form.still_has_org": "Your account is a member of one or more organizations. Leave them first.",
"form.still_own_packages": "Your account owns one or more packages. Delete them first.",
"form.org_still_own_repo": "This organization still owns one or more repositories. Delete or transfer them first.",
"form.org_still_own_packages": "This organization still owns one or more packages. Delete them first.",
"form.target_branch_not_exist": "Target branch does not exist.",
"form.target_ref_not_exist": "Target ref does not exist %s",
"form.admin_cannot_delete_self": "You cannot delete yourself when you are an admin. Please remove your admin privileges first.",
"user.change_avatar": "Change your avatar…",
"user.joined_on": "Joined on %s",
"user.repositories": "Repositories",
"user.activity": "Public Activity",
"user.followers": "Followers",
"user.show_more": "Show More",
"user.starred": "Starred Repositories",
"user.watched": "Watched Repositories",
"user.code": "Code",
"user.projects": "Projects",
"user.overview": "Overview",
"user.following": "Following",
"user.follow": "Follow",
"user.unfollow": "Unfollow",
"user.user_bio": "Biography",
"user.disabled_public_activity": "This user has disabled the public visibility of the activity.",
"user.email_visibility.limited": "Your email address is visible to all authenticated users",
"user.email_visibility.private": "Your email address is only visible to you and administrators",
"user.show_on_map": "Show this place on a map",
"user.settings": "User Settings",
"user.form.name_reserved": "The username \"%s\" is reserved.",
"user.form.name_pattern_not_allowed": "The pattern \"%s\" is not allowed in a username.",
"user.form.name_chars_not_allowed": "Username \"%s\" contains invalid characters.",
"user.block.block": "Block",
"user.block.block.user": "Block user",
"user.block.block.org": "Block user from organization",
"user.block.block.failure": "Failed to block user: %s",
"user.block.unblock": "Unblock",
"user.block.unblock.failure": "Failed to unblock user: %s",
"user.block.blocked": "You have blocked this user.",
"user.block.title": "Block a user",
"user.block.info": "Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.",
"user.block.info_1": "Blocking a user prevents the following actions on your account and your repositories:",
"user.block.info_2": "following your account",
"user.block.info_3": "send you notifications by @mentioning your username",
"user.block.info_4": "inviting you as a collaborator to their repositories",
"user.block.info_5": "starring, forking or watching on repositories",
"user.block.info_6": "opening and commenting on issues or pull requests",
"user.block.info_7": "reacting to your comments in issues or pull requests",
"user.block.user_to_block": "User to block",
"user.block.note": "Note",
"user.block.note.title": "Optional note:",
"user.block.note.info": "The note is not visible to the blocked user.",
"user.block.note.edit": "Edit note",
"user.block.list": "Blocked users",
"user.block.list.none": "You have not blocked any users.",
"settings.general": "General",
"settings.profile": "Profile",
"settings.account": "Account",
"settings.appearance": "Appearance",
"settings.password": "Password",
"settings.security": "Security",
"settings.avatar": "Avatar",
"settings.ssh_gpg_keys": "SSH / GPG Keys",
"settings.social": "Social Accounts",
"settings.applications": "Applications",
"settings.orgs": "Manage Organizations",
"settings.repos": "Repositories",
"settings.delete": "Delete Account",
"settings.twofa": "Two-Factor Authentication (TOTP)",
"settings.account_link": "Linked Accounts",
"settings.organization": "Organizations",
"settings.uid": "UID",
"settings.webauthn": "Two-Factor Authentication (Security Keys)",
"settings.public_profile": "Public Profile",
"settings.biography_placeholder": "Tell us a little bit about yourself! (You can use Markdown)",
"settings.location_placeholder": "Share your approximate location with others",
"settings.profile_desc": "Control how your profile is shown to other users. Your primary email address will be used for notifications, password recovery and web-based Git operations.",
"settings.password_username_disabled": "You are not allowed to change your username. Please contact your site administrator for more details.",
"settings.password_full_name_disabled": "You are not allowed to change your full name. Please contact your site administrator for more details.",
"settings.full_name": "Full Name",
"settings.website": "Website",
"settings.location": "Location",
"settings.update_theme": "Update Theme",
"settings.update_profile": "Update Profile",
"settings.update_language": "Update Language",
"settings.update_language_not_found": "Language \"%s\" is not available.",
"settings.update_language_success": "Language has been updated.",
"settings.update_profile_success": "Your profile has been updated.",
"settings.change_username": "Your username has been changed.",
"settings.change_username_prompt": "Note: Changing your username also changes your account URL.",
"settings.change_username_redirect_prompt": "The old username will redirect until someone claims it.",
"settings.continue": "Continue",
"settings.cancel": "Cancel",
"settings.language": "Language",
"settings.ui": "Theme",
"settings.hidden_comment_types": "Hidden comment types",
"settings.hidden_comment_types_description": "Comment types checked here will not be shown on issue pages. Checking \"Label\", for example, removes all \"{user} added/removed {label}\" comments.",
"settings.hidden_comment_types.ref_tooltip": "Comments where this issue was referenced from another issue/commit/…",
"settings.hidden_comment_types.issue_ref_tooltip": "Comments where the user changes the branch/tag associated with the issue",
"settings.comment_type_group_reference": "Reference",
"settings.comment_type_group_label": "Label",
"settings.comment_type_group_milestone": "Milestone",
"settings.comment_type_group_assignee": "Assignee",
"settings.comment_type_group_title": "Title",
"settings.comment_type_group_branch": "Branch",
"settings.comment_type_group_time_tracking": "Time Tracking",
"settings.comment_type_group_deadline": "Deadline",
"settings.comment_type_group_dependency": "Dependency",
"settings.comment_type_group_lock": "Lock Status",
"settings.comment_type_group_review_request": "Review request",
"settings.comment_type_group_pull_request_push": "Added commits",
"settings.comment_type_group_project": "Project",
"settings.comment_type_group_issue_ref": "Issue reference",
"settings.saved_successfully": "Your settings were saved successfully.",
"settings.privacy": "Privacy",
"settings.keep_activity_private": "Hide Activity from profile page",
"settings.keep_activity_private_popup": "Makes the activity visible only for you and the admins",
"settings.lookup_avatar_by_mail": "Look Up Avatar by Email Address",
"settings.federated_avatar_lookup": "Federated Avatar Lookup",
"settings.enable_custom_avatar": "Use Custom Avatar",
"settings.choose_new_avatar": "Choose new avatar",
"settings.update_avatar": "Update Avatar",
"settings.delete_current_avatar": "Delete Current Avatar",
"settings.uploaded_avatar_not_a_image": "The uploaded file is not an image.",
"settings.uploaded_avatar_is_too_big": "The uploaded file size (%d KiB) exceeds the maximum size (%d KiB).",
"settings.update_avatar_success": "Your avatar has been updated.",
"settings.update_user_avatar_success": "The user's avatar has been updated.",
"settings.cropper_prompt": "You can edit the image before saving. The edited image will be saved as PNG.",
"settings.change_password": "Update Password",
"settings.old_password": "Current Password",
"settings.new_password": "New Password",
"settings.retype_new_password": "Confirm New Password",
"settings.password_incorrect": "The current password is incorrect.",
"settings.change_password_success": "Your password has been updated. Sign in using your new password from now on.",
"settings.password_change_disabled": "Non-local users cannot update their password through the Gitea web interface.",
"settings.emails": "Email Addresses",
"settings.manage_emails": "Manage Email Addresses",
"settings.manage_themes": "Select default theme",
"settings.manage_openid": "Manage OpenID Addresses",
"settings.email_desc": "Your primary email address will be used for notifications, password recovery and, provided that it is not hidden, web-based Git operations.",
"settings.theme_desc": "This will be your default theme across the site.",
"settings.theme_colorblindness_help": "Color blindness Theme Support",
"settings.theme_colorblindness_prompt": "Gitea only has a few themes with basic color blindness support, which only have a few colors defined. The work is still in progress. More improvements could be made by defining more colors in the theme CSS files.",
"settings.primary": "Primary",
"settings.activated": "Activated",
"settings.requires_activation": "Requires activation",
"settings.primary_email": "Make Primary",
"settings.activate_email": "Send Activation",
"settings.activations_pending": "Activations Pending",
"settings.can_not_add_email_activations_pending": "There is a pending activation. Try again in a few minutes if you want to add a new email address.",
"settings.delete_email": "Remove",
"settings.email_deletion": "Remove Email Address",
"settings.email_deletion_desc": "This email address and related information will be removed from your account. Git commits by this email address will remain unchanged. Continue?",
"settings.email_deletion_success": "The email address has been removed.",
"settings.theme_update_success": "Your theme was updated.",
"settings.theme_update_error": "The selected theme does not exist.",
"settings.openid_deletion": "Remove OpenID Address",
"settings.openid_deletion_desc": "Removing this OpenID address from your account will prevent you from signing in with it. Continue?",
"settings.openid_deletion_success": "The OpenID address has been removed.",
"settings.add_new_email": "Add New Email Address",
"settings.add_new_openid": "Add New OpenID URI",
"settings.add_email": "Add Email Address",
"settings.add_openid": "Add OpenID URI",
"settings.add_email_confirmation_sent": "A confirmation email has been sent to \"%s\". Please check your inbox within the next %s to confirm your email address.",
"settings.email_primary_not_found": "The selected email address could not be found.",
"settings.add_email_success": "The new email address has been added.",
"settings.email_preference_set_success": "Email preference has been set successfully.",
"settings.add_openid_success": "The new OpenID address has been added.",
"settings.keep_email_private": "Hide Email Address",
"settings.keep_email_private_popup": "This will hide your email address from your profile, as well as when you make a pull request or edit a file using the web interface. Pushed commits will not be modified. Use %s in commits to associate them with your account.",
"settings.openid_desc": "OpenID lets you delegate authentication to an external provider.",
"settings.manage_ssh_keys": "Manage SSH Keys",
"settings.manage_ssh_principals": "Manage SSH Certificate Principals",
"settings.manage_gpg_keys": "Manage GPG Keys",
"settings.add_key": "Add Key",
"settings.ssh_desc": "These public SSH keys are associated with your account. The corresponding private keys allow full access to your repositories.",
"settings.principal_desc": "These SSH certificate principals are associated with your account and allow full access to your repositories.",
"settings.gpg_desc": "These public GPG keys are associated with your account. Keep your private keys safe as they allow commits to be verified.",
"settings.ssh_helper": "<strong>Need help?</strong> Have a look at GitHub's guide to <a href=\"%s\">create your own SSH keys</a> or solve <a href=\"%s\">common problems</a> you may encounter using SSH.",
"settings.gpg_helper": "<strong>Need help?</strong> Have a look at GitHub's guide <a href=\"%s\">about GPG</a>.",
"settings.add_new_key": "Add SSH Key",
"settings.add_new_gpg_key": "Add GPG Key",
"settings.key_content_ssh_placeholder": "Begins with 'ssh-ed25519', 'ssh-rsa', 'ecdsa-sha2-nistp256', 'ecdsa-sha2-nistp384', 'ecdsa-sha2-nistp521', '[email protected]', or '[email protected]'",
"settings.key_content_gpg_placeholder": "Begins with '-----BEGIN PGP PUBLIC KEY BLOCK-----'",
"settings.add_new_principal": "Add Principal",
"settings.ssh_key_been_used": "This SSH key has already been added to the server.",
"settings.ssh_key_name_used": "An SSH key with same name already exists on your account.",
"settings.ssh_principal_been_used": "This principal has already been added to the server.",
"settings.gpg_key_id_used": "A public GPG key with same ID already exists.",
"settings.gpg_no_key_email_found": "This GPG key does not match any activated email address associated with your account. It may still be added if you sign the provided token.",
"settings.gpg_key_matched_identities": "Matched Identities:",
"settings.gpg_key_matched_identities_long": "The embedded identities in this key match the following activated email addresses for this user. Commits matching these email addresses can be verified with this key.",
"settings.gpg_key_verified": "Verified Key",
"settings.gpg_key_verified_long": "Key has been verified with a token and can be used to verify commits matching any activated email addresses for this user in addition to any matched identities for this key.",
"settings.gpg_key_verify": "Verify",
"settings.gpg_invalid_token_signature": "The provided GPG key, signature and token do not match, or the token is out-of-date.",
"settings.gpg_token_required": "You must provide a signature for the below token",
"settings.gpg_token": "Token",
"settings.gpg_token_help": "You can generate a signature using:",
"settings.gpg_token_signature": "Armored GPG signature",
"settings.key_signature_gpg_placeholder": "Begins with '-----BEGIN PGP SIGNATURE-----'",
"settings.verify_gpg_key_success": "GPG key \"%s\" has been verified.",
"settings.ssh_key_verified": "Verified Key",
"settings.ssh_key_verified_long": "Key has been verified with a token and can be used to verify commits matching any activated email addresses for this user.",
"settings.ssh_key_verify": "Verify",
"settings.ssh_invalid_token_signature": "The provided SSH key, signature or token do not match, or the token is out-of-date.",
"settings.ssh_token_required": "You must provide a signature for the below token",
"settings.ssh_token": "Token",
"settings.ssh_token_help": "You can generate a signature using:",
"settings.ssh_token_signature": "Armored SSH signature",
"settings.key_signature_ssh_placeholder": "Begins with '-----BEGIN SSH SIGNATURE-----'",
"settings.verify_ssh_key_success": "SSH key \"%s\" has been verified.",
"settings.subkeys": "Subkeys",
"settings.key_id": "Key ID",
"settings.key_name": "Key Name",
"settings.key_content": "Content",
"settings.principal_content": "Content",
"settings.add_key_success": "The SSH key \"%s\" has been added.",
"settings.add_gpg_key_success": "The GPG key \"%s\" has been added.",
"settings.add_principal_success": "The SSH certificate principal \"%s\" has been added.",
"settings.delete_key": "Remove",
"settings.ssh_key_deletion": "Remove SSH Key",
"settings.gpg_key_deletion": "Remove GPG Key",
"settings.ssh_principal_deletion": "Remove SSH Certificate Principal",
"settings.ssh_key_deletion_desc": "Removing an SSH key revokes its access to your account. Continue?",
"settings.gpg_key_deletion_desc": "Removing a GPG key un-verifies commits signed by it. Continue?",
"settings.ssh_principal_deletion_desc": "Removing an SSH Certificate Principal revokes its access to your account. Continue?",
"settings.ssh_key_deletion_success": "The SSH key has been removed.",
"settings.gpg_key_deletion_success": "The GPG key has been removed.",
"settings.ssh_principal_deletion_success": "The principal has been removed.",
"settings.added_on": "Added on %s",
"settings.valid_until_date": "Valid until %s",
"settings.valid_forever": "Valid forever",
"settings.last_used": "Last used on",
"settings.no_activity": "No recent activity",
"settings.can_read_info": "Read",
"settings.can_write_info": "Write",
"settings.key_state_desc": "This key has been used in the last 7 days",
"settings.token_state_desc": "This token has been used in the last 7 days",
"settings.principal_state_desc": "This principal has been used in the last 7 days",
"settings.show_openid": "Show on profile",
"settings.hide_openid": "Hide from profile",
"settings.ssh_disabled": "SSH Disabled",
"settings.ssh_signonly": "SSH is currently disabled so these keys are only used for commit signature verification.",
"settings.ssh_externally_managed": "This SSH key is externally managed for this user",
"settings.manage_social": "Manage Associated Social Accounts",
"settings.social_desc": "These social accounts can be used to sign in to your account. Make sure you recognize all of them.",
"settings.unbind": "Unlink",
"settings.unbind_success": "The social account has been removed successfully.",
"settings.manage_access_token": "Manage Access Tokens",
"settings.generate_new_token": "Generate New Token",
"settings.tokens_desc": "These tokens grant access to your account using the Gitea API.",
"settings.token_name": "Token Name",
"settings.generate_token": "Generate Token",
"settings.generate_token_success": "Your new token has been generated. Copy it now as it will not be shown again.",
"settings.generate_token_name_duplicate": "<strong>%s</strong> has been used as an application name already. Please use a new one.",
"settings.delete_token": "Delete",
"settings.access_token_deletion": "Delete Access Token",
"settings.access_token_deletion_cancel_action": "Cancel",
"settings.access_token_deletion_confirm_action": "Delete",
"settings.access_token_deletion_desc": "Deleting a token will revoke access to your account for applications using it. This cannot be undone. Continue?",
"settings.delete_token_success": "The token has been deleted. Applications using it no longer have access to your account.",
"settings.repo_and_org_access": "Repository and Organization Access",
"settings.permissions_public_only": "Public only",
"settings.permissions_access_all": "All (public, private, and limited)",
"settings.permission_not_set": "Not set",
"settings.permission_no_access": "No Access",
"settings.permission_read": "Read",
"settings.permission_write": "Read and Write",
"settings.permission_anonymous_read": "Anonymous Read",
"settings.permission_everyone_read": "Everyone Read",
"settings.permission_everyone_write": "Everyone Write",
"settings.access_token_desc": "Selected token permissions limit authorization only to the corresponding <a %s>API</a> routes. Read the <a %s>documentation</a> for more information.",
"settings.at_least_one_permission": "You must select at least one permission to create a token",
"settings.permissions_list": "Permissions:",
"settings.manage_oauth2_applications": "Manage OAuth2 Applications",
"settings.edit_oauth2_application": "Edit OAuth2 Application",
"settings.oauth2_applications_desc": "OAuth2 applications enable your third-party application to securely authenticate users at this Gitea instance.",
"settings.remove_oauth2_application": "Remove OAuth2 Application",
"settings.remove_oauth2_application_desc": "Removing an OAuth2 application will revoke access to all signed access tokens. Continue?",
"settings.remove_oauth2_application_success": "The application has been deleted.",
"settings.create_oauth2_application": "Create a new OAuth2 Application",
"settings.create_oauth2_application_button": "Create Application",
"settings.create_oauth2_application_success": "You have successfully created a new OAuth2 application.",
"settings.update_oauth2_application_success": "You have successfully updated the OAuth2 application.",
"settings.oauth2_application_name": "Application Name",
"settings.oauth2_confidential_client": "Confidential Client. Select for apps that keep the secret confidential, such as web apps. Do not select for native apps, including desktop and mobile apps.",
"settings.oauth2_skip_secondary_authorization": "Skip authorization for public clients after granting access once. <strong>May pose a security risk.</strong>",
"settings.oauth2_redirect_uris": "Redirect URIs. Please use a new line for every URI.",
"settings.save_application": "Save",
"settings.oauth2_client_id": "Client ID",
"settings.oauth2_client_secret": "Client Secret",
"settings.oauth2_regenerate_secret": "Regenerate Secret",
"settings.oauth2_regenerate_secret_hint": "Lost your secret?",
"settings.oauth2_client_secret_hint": "The secret will not be shown again after you leave or refresh this page. Please ensure that you have saved it.",
"settings.oauth2_application_edit": "Edit",
"settings.oauth2_application_create_description": "OAuth2 applications give your third-party application access to user accounts on this instance.",
"settings.oauth2_application_remove_description": "Removing an OAuth2 application will prevent it from accessing authorized user accounts on this instance. Continue?",
"settings.oauth2_application_locked": "Gitea pre-registers some OAuth2 applications on startup if enabled in config. To prevent unexpected behavior, these can neither be edited nor removed. Please refer to the OAuth2 documentation for more information.",
"settings.authorized_oauth2_applications": "Authorized OAuth2 Applications",
"settings.authorized_oauth2_applications_description": "You have granted access to your personal Gitea account to these third-party applications. Please revoke access for applications you no longer need.",
"settings.revoke_key": "Revoke",
"settings.revoke_oauth2_grant": "Revoke Access",
"settings.revoke_oauth2_grant_description": "Revoking access for this third-party application will prevent this application from accessing your data. Are you sure?",
"settings.revoke_oauth2_grant_success": "Access revoked successfully.",
"settings.twofa_desc": "To protect your account against password theft, you can use a smartphone or another device for receiving time-based one-time passwords (\"TOTP\").",
"settings.twofa_recovery_tip": "If you lose your device, you will be able to use a single-use recovery key to regain access to your account.",
"settings.twofa_is_enrolled": "Your account is currently <strong>enrolled</strong> in two-factor authentication.",
"settings.twofa_not_enrolled": "Your account is not currently enrolled in two-factor authentication.",
"settings.twofa_disable": "Disable Two-Factor Authentication",
"settings.twofa_scratch_token_regenerate": "Regenerate Single-Use Recovery Key",
"settings.twofa_scratch_token_regenerated": "Your single-use recovery key is now %s. Store it in a safe place, as it will not be shown again.",
"settings.twofa_enroll": "Enroll in Two-Factor Authentication",
"settings.twofa_disable_note": "You can disable two-factor authentication if needed.",
"settings.twofa_disable_desc": "Disabling two-factor authentication will make your account less secure. Continue?",
"settings.regenerate_scratch_token_desc": "If you misplaced your recovery key or have already used it to sign in, you can reset it here.",
"settings.twofa_disabled": "Two-factor authentication has been disabled.",
"settings.scan_this_image": "Scan this image with your authentication application:",
"settings.or_enter_secret": "Or enter the secret: %s",
"settings.then_enter_passcode": "And enter the passcode shown in the application:",
"settings.passcode_invalid": "The passcode is incorrect. Try again.",
"settings.twofa_enrolled": "Your account has been successfully enrolled. Store your single-use recovery key (%s) in a safe place, as it will not be shown again.",
"settings.twofa_failed_get_secret": "Failed to get secret.",
"settings.webauthn_desc": "Security keys are hardware devices containing cryptographic keys. They can be used for two-factor authentication. Security keys must support the <a rel=\"noreferrer\" target=\"_blank\" href=\"%s\">WebAuthn Authenticator</a> standard.",
"settings.webauthn_register_key": "Add Security Key",
"settings.webauthn_nickname": "Nickname",
"settings.webauthn_delete_key": "Remove Security Key",
"settings.webauthn_delete_key_desc": "If you remove a security key, you can no longer sign in with it. Continue?",
"settings.webauthn_key_loss_warning": "If you lose your security keys, you will lose access to your account.",
"settings.webauthn_alternative_tip": "You may want to configure an additional authentication method.",
"settings.manage_account_links": "Manage Linked Accounts",
"settings.manage_account_links_desc": "These external accounts are linked to your Gitea account.",
"settings.account_links_not_available": "No external accounts are currently linked to your Gitea account.",
"settings.link_account": "Link Account",
"settings.remove_account_link": "Remove Linked Account",
"settings.remove_account_link_desc": "Removing a linked account will revoke its access to your Gitea account. Continue?",
"settings.remove_account_link_success": "The linked account has been removed.",
"settings.hooks.desc": "Add webhooks which will be triggered for <strong>all repositories</strong> that you own.",
"settings.orgs_none": "You are not a member of any organizations.",
"settings.repos_none": "You do not own any repositories.",
"settings.delete_account": "Delete Your Account",
"settings.delete_prompt": "This operation will permanently delete your user account. It <strong>CANNOT</strong> be undone.",
"settings.delete_with_all_comments": "Your account is younger than %s. To avoid ghost comments, all issue/PR comments will be deleted with it.",
"settings.confirm_delete_account": "Confirm Deletion",
"settings.delete_account_title": "Delete User Account",
"settings.delete_account_desc": "Are you sure you want to permanently delete this user account?",
"settings.email_notifications.enable": "Enable Email Notifications",
"settings.email_notifications.onmention": "Only Email on Mention",
"settings.email_notifications.disable": "Disable Email Notifications",
"settings.email_notifications.submit": "Set Email Preference",
"settings.email_notifications.andyourown": "And Your Own Notifications",
"settings.email_notifications.actions.desc": "Notifications for workflow runs on repositories set up with <a target=\"_blank\" href=\"%s\">Gitea Actions</a>.",
"settings.email_notifications.actions.failure_only": "Only notify for failed workflow runs",
"settings.visibility": "User visibility",
"settings.visibility.public": "Public",
"settings.visibility.public_tooltip": "Visible to everyone",
"settings.visibility.limited": "Limited",
"settings.visibility.limited_tooltip": "Visible only to authenticated users",
"settings.visibility.private": "Private",
"settings.visibility.private_tooltip": "Visible only to members of organizations you have joined",
"repo.new_repo_helper": "A repository contains all project files, including revision history. Already hosting one elsewhere? <a href=\"%s\">Migrate repository.</a>",
"repo.owner": "Owner",
"repo.owner_helper": "Some organizations may not show up in the dropdown due to a maximum repository count limit.",
"repo.repo_name": "Repository Name",
"repo.repo_name_profile_public_hint": ".profile is a special repository that you can use to add README.md to your public organization profile, visible to anyone. Make sure it's public and initialize it with a README in the profile directory to get started.",
"repo.repo_name_profile_private_hint": ".profile-private is a special repository that you can use to add a README.md to your organization member profile, visible only to organization members. Make sure it's private and initialize it with a README in the profile directory to get started.",
"repo.repo_name_helper": "Good repository names use short, memorable and unique keywords. A repository named \".profile\" or \".profile-private\" could be used to add a README.md for the user/organization profile.",
"repo.repo_size": "Repository Size",
"repo.template": "Template",
"repo.template_select": "Select a template.",
"repo.template_helper": "Make repository a template",
"repo.template_description": "Template repositories let users generate new repositories with the same directory structure, files, and optional settings.",
"repo.visibility": "Visibility",
"repo.visibility_description": "Only the owner or the organization members if they have rights, will be able to see it.",
"repo.visibility_helper": "Make repository private",
"repo.visibility_helper_forced": "Your site administrator forces new repositories to be private.",
"repo.clone_helper": "Need help cloning? Visit <a target=\"_blank\" rel=\"noopener noreferrer\" href=\"%s\">Help</a>.",
"repo.fork_repo": "Fork Repository",
"repo.fork_from": "Fork From",
"repo.already_forked": "You've already forked %s",
"repo.fork_to_different_account": "Fork to a different account",
"repo.fork_visibility_helper": "The visibility of a forked repository cannot be changed.",
"repo.fork_branch": "Branch to be cloned to the fork",
"repo.all_branches": "All branches",
"repo.view_all_branches": "View all branches",
"repo.view_all_tags": "View all tags",
"repo.fork_no_valid_owners": "This repository cannot be forked because there are no valid owners.",
"repo.fork.blocked_user": "Cannot fork the repository because you are blocked by the repository owner.",
"repo.use_template": "Use this template",
"repo.open_with_editor": "Open with %s",
"repo.download_directory_as": "Download directory as %s",
"repo.download_zip": "Download ZIP",
"repo.download_tar": "Download TAR.GZ",
"repo.download_bundle": "Download BUNDLE",
"repo.generate_repo": "Generate Repository",
"repo.generate_from": "Generate From",
"repo.repo_desc": "Description",
"repo.repo_desc_helper": "Enter short description (optional)",
"repo.repo_no_desc": "No description provided",
"repo.repo_lang": "Languages",
"repo.repo_gitignore_helper": "Select .gitignore templates.",
"repo.repo_gitignore_helper_desc": "Choose which files not to track from a list of templates for common languages. Typical artifacts generated by each language's build tools are included on .gitignore by default.",
"repo.issue_labels": "Issue Labels",
"repo.issue_labels_helper": "Select an issue label set.",
"repo.license": "License",