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-4Lines changed: 3 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -80,7 +80,7 @@ loading = Loading…
80
80
install = Installation
81
81
title = Initial Configuration
82
82
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.
83
-
requite_db_desc = Gitea requires MySQL, PostgreSQL, MSSQL, SQLite3 or TiDB.
83
+
requite_db_desc = Gitea requires MySQL, PostgreSQL, MSSQL, or SQLite3.
84
84
db_title = Database Settings
85
85
db_type = Database Type
86
86
host = Host
@@ -90,9 +90,8 @@ db_name = Database Name
90
90
db_helper = Note to MySQL users: please use the InnoDB storage engine and the 'utf8_general_ci' character set.
91
91
ssl_mode = SSL
92
92
path = Path
93
-
sqlite_helper = File path for the SQLite3 or TiDB database.<br>Enter an absolute path if you run Gitea as a service.
94
-
err_empty_db_path = The SQLite3 or TiDB database path cannot be empty.
95
-
err_invalid_tidb_name = The TiDB database name cannot contain the '.' and '-' characters.
93
+
sqlite_helper = File path for the SQLite3 database.<br>Enter an absolute path if you run Gitea as a service.
94
+
err_empty_db_path = The SQLite3 database path cannot be empty.
96
95
no_admin_and_disable_registration = You cannot disable user self-registration without creating an administrator account.
97
96
err_empty_admin_password = The administrator password cannot be empty.
0 commit comments