summaryrefslogtreecommitdiffstats
path: root/options
diff options
context:
space:
mode:
authorwxiaoguang <wxiaoguang@gmail.com>2024-03-31 11:03:24 +0800
committerGitHub <noreply@github.com>2024-03-31 03:03:24 +0000
commit6d34ce25b16cdfd6e2e364aebe546e3c2fbb76c6 (patch)
tree27e4c5f4991d3d4fc8b35456c9f19a49ad275e64 /options
parent82ffd91607ba03907ebad31ec9a38555b153a331 (diff)
downloadgitea-6d34ce25b16cdfd6e2e364aebe546e3c2fbb76c6.tar.gz
gitea-6d34ce25b16cdfd6e2e364aebe546e3c2fbb76c6.zip
Do not allow different storage configurations to point to the same directory (#30169)
Replace #29171
Diffstat (limited to 'options')
-rw-r--r--options/locale/locale_en-US.ini4
1 files changed, 3 insertions, 1 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini
index b7bcf20d30..39b9855186 100644
--- a/options/locale/locale_en-US.ini
+++ b/options/locale/locale_en-US.ini
@@ -2775,6 +2775,7 @@ teams.invite.by = Invited by %s
teams.invite.description = Please click the button below to join the team.
[admin]
+maintenance = Maintenance
dashboard = Dashboard
self_check = Self Check
identity_access = Identity & Access
@@ -2798,7 +2799,7 @@ settings = Admin Settings
dashboard.new_version_hint = Gitea %s is now available, you are running %s. Check <a target="_blank" rel="noreferrer" href="https://blog.gitea.io">the blog</a> for more details.
dashboard.statistic = Summary
-dashboard.operations = Maintenance Operations
+dashboard.maintenance_operations = Maintenance Operations
dashboard.system_status = System Status
dashboard.operation_name = Operation Name
dashboard.operation_switch = Switch
@@ -3305,6 +3306,7 @@ notices.op = Op.
notices.delete_success = The system notices have been deleted.
self_check.no_problem_found = No problem found yet.
+self_check.startup_warnings = Startup warnings:
self_check.database_collation_mismatch = Expect database to use collation: %s
self_check.database_collation_case_insensitive = Database is using a collation %s, which is an insensitive collation. Although Gitea could work with it, there might be some rare cases which don't work as expected.
self_check.database_inconsistent_collation_columns = Database is using collation %s, but these columns are using mismatched collations. It might cause some unexpected problems.