mirror of
https://github.com/coder/code-server.git
synced 2026-04-16 21:31:43 -05:00
The login page displayed the full config file path (e.g. /home/username/.config/code-server/config.yaml), which exposes the username and system layout to anyone who can see the page. The path is already printed in the CLI output when starting code-server, so showing it on the login page is unnecessary. Fixes #7643
14 lines
687 B
JSON
14 lines
687 B
JSON
{
|
|
"LOGIN_TITLE": "{{app}} لاگ ان کریں",
|
|
"LOGIN_BELOW": "براہ کرم نیچے لاگ ان کریں۔",
|
|
"WELCOME": "میں خوش آمدید {{app}}",
|
|
"LOGIN_PASSWORD": "پاس ورڈ کے لیے کنفگ فائل چیک کریں۔",
|
|
"LOGIN_USING_ENV_PASSWORD": "پاس ورڈ $PASSWORD سے سیٹ کیا گیا تھا۔",
|
|
"LOGIN_USING_HASHED_PASSWORD": "پاس ورڈ $HASHED_PASSWORD سے سیٹ کیا گیا تھا۔",
|
|
"SUBMIT": "جمع کرائیں",
|
|
"PASSWORD_PLACEHOLDER": "پاس ورڈ",
|
|
"LOGIN_RATE_LIMIT": "لاگ ان کی شرح محدود!",
|
|
"MISS_PASSWORD": "پاس ورڈ غائب ہے۔",
|
|
"INCORRECT_PASSWORD": "غلط پاس ورڈ"
|
|
}
|