mirror of
https://github.com/AstrBotDevs/AstrBot
synced 2026-07-15 17:30:13 +08:00
- Change login page title from "AstrBot WebUI/Dashboard" to "AstrBot Starlight Panel" - Replace welcome subtitle with DailyQuote component showing programming quotes - Quotes are localized for en-US, zh-CN, and ru-RU - Quote of the day stays consistent throughout each day
14 lines
475 B
JSON
14 lines
475 B
JSON
{
|
|
"login": "Вход",
|
|
"username": "Имя пользователя",
|
|
"password": "Пароль",
|
|
"defaultHint": "Имя пользователя по умолчанию: astrbot. Перед первым входом выполните `astrbot conf admin`.",
|
|
"logo": {
|
|
"title": "AstrBot Starlight Panel"
|
|
},
|
|
"theme": {
|
|
"switchToDark": "Перейти на темную тему",
|
|
"switchToLight": "Перейти на светлую тему"
|
|
}
|
|
}
|