mirror of
https://github.com/coder/code-server.git
synced 2025-08-06 18:24:45 +08:00

* feat: add i18n in login page * fix: add word space and put the app name into the title * fix: remove duplicate replace title * fix: prettier format code * fix: fix typescript check warning * fix: add zh-cn locale file code owner * fix: use existing flag locale to the login page Co-authored-by: Joe Previte <jjprevite@gmail.com>
14 lines
526 B
JSON
14 lines
526 B
JSON
{
|
|
"LOGIN_TITLE": "{{app}} login",
|
|
"LOGIN_BELOW": "Please log in below.",
|
|
"WELCOME": "Welcome to {{app}}",
|
|
"LOGIN_PASSWORD": "Check the config file at {{configFile}} for the password.",
|
|
"LOGIN_USING_ENV_PASSWORD": "Password was set from $PASSWORD.",
|
|
"LOGIN_USING_HASHED_PASSWORD": "Password was set from $HASHED_PASSWORD.",
|
|
"SUBMIT": "SUBMIT",
|
|
"PASSWORD_PLACEHOLDER": "PASSWORD",
|
|
"LOGIN_RATE_LIMIT": "Login rate limited!",
|
|
"MISS_PASSWORD": "Missing password",
|
|
"INCORRECT_PASSWORD": "Incorrect password"
|
|
}
|