diff options
author | Unknwon <u@gogs.io> | 2015-09-12 15:31:36 -0400 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-09-12 15:31:36 -0400 |
commit | aff773f1b968b601a02d48cca071c7e96a22ca52 (patch) | |
tree | f31223df35c33b2889d9672ee7d2566a352b11ab /conf/locale | |
parent | 10de16beb0065a5e96ef58073841da35c017f5dd (diff) | |
download | gitea-aff773f1b968b601a02d48cca071c7e96a22ca52.tar.gz gitea-aff773f1b968b601a02d48cca071c7e96a22ca52.zip |
add tidb support
Diffstat (limited to 'conf/locale')
-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 |