You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: options/locale/locale_en-US.ini
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -269,7 +269,7 @@ path = Path
269
269
sqlite_helper = File path for the SQLite3 database.<br>Enter an absolute path if you run Gitea as a service.
270
270
reinstall_error = You are trying to install into an existing Gitea database
271
271
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:
272
-
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 the SECRET_KEY.
272
+
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.
273
273
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.
274
274
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.
275
275
err_empty_db_path = The SQLite3 database path cannot be empty.
@@ -1322,6 +1322,7 @@ commit_graph.color = Color
1322
1322
commit.contained_in = This commit is contained in:
1323
1323
commit.contained_in_default_branch = This commit is part of the default branch
1324
1324
commit.load_referencing_branches_and_tags = Load branches and tags referencing this commit
1325
+
commit.merged_in_pr = This commit was merged in pull request %s.
1325
1326
blame = Blame
1326
1327
download_file = Download file
1327
1328
normal_view = Normal View
@@ -3253,7 +3254,7 @@ auths.oauth2_required_claim_name_helper = Set this name to restrict login from t
3253
3254
auths.oauth2_required_claim_value = Required Claim Value
3254
3255
auths.oauth2_required_claim_value_helper = Set this value to restrict login from this source to users with a claim with this name and value
3255
3256
auths.oauth2_group_claim_name = Claim name providing group names for this source. (Optional)
3256
-
auths.oauth2_full_name_claim_name = Full Name Claim Name. (Optional; if set, the user's full name will always be synchronized with this claim)
3257
+
auths.oauth2_full_name_claim_name = Full Name Claim Name. (Optional — if set, the user's full name will always be synchronized with this claim)
3257
3258
auths.oauth2_ssh_public_key_claim_name = SSH Public Key Claim Name
3258
3259
auths.oauth2_admin_group = Group Claim value for administrator users. (Optional — requires claim name above)
3259
3260
auths.oauth2_restricted_group = Group Claim value for restricted users. (Optional — requires claim name above)
0 commit comments