diff options
Diffstat (limited to 'conf/locale/locale_en-US.ini')
-rw-r--r-- | conf/locale/locale_en-US.ini | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/conf/locale/locale_en-US.ini b/conf/locale/locale_en-US.ini index b76d878b34..5f6283243a 100644 --- a/conf/locale/locale_en-US.ini +++ b/conf/locale/locale_en-US.ini @@ -65,7 +65,10 @@ db_helper = Please use INNODB engine with utf8_general_ci charset for MySQL. ssl_mode = SSL Mode path = Path sqlite_helper = The file path of SQLite3 database. -err_empty_sqlite_path = SQLite3 database path cannot be empty. +err_empty_db_path = SQLite3 or TiDB database path cannot be empty. +err_invalid_tidb_name = TiDB database name does not allow characters "." and "-". +no_admin_and_disable_registration = You cannot disable registration without creating an admin account. +err_empty_admin_password = Admin password cannot be empty. general_title = Application General Settings app_name = Application Name @@ -868,7 +871,7 @@ config.db_user = User config.db_ssl_mode = SSL Mode config.db_ssl_mode_helper = (for "postgres" only) config.db_path = Path -config.db_path_helper = (for "sqlite3" only) +config.db_path_helper = (for "sqlite3" and "tidb") config.service_config = Service Configuration config.register_email_confirm = Require E-mail Confirmation config.disable_register = Disable Registration |