mirror of
https://github.com/QuantumNous/new-api.git
synced 2026-04-18 18:37:26 +00:00
- Added internationalization (i18n) support across various components, enabling dynamic language switching and improved user experience. - Updated multiple components to utilize translation functions for labels, buttons, and messages, ensuring consistent language display. - Enhanced the user interface by refining text elements in the ChannelsTable, LogsTable, and various settings pages, improving clarity and accessibility. - Adjusted CSS styles for better responsiveness and layout consistency across different screen sizes.
13 lines
301 B
JSON
13 lines
301 B
JSON
{
|
|
"首页": "首页",
|
|
"控制台": "控制台",
|
|
"定价": "定价",
|
|
"关于": "关于",
|
|
"登录": "登录",
|
|
"注册": "注册",
|
|
"退出": "退出",
|
|
"语言": "语言",
|
|
"展开侧边栏": "展开侧边栏",
|
|
"关闭侧边栏": "关闭侧边栏",
|
|
"注销成功!": "注销成功!"
|
|
} |