refactor: 优化市场价值计算逻辑和行业均值计算 fix: 修复环境变量和配置文件问题 chore: 更新Docker镜像版本至v1.4 docs: 更新需求文档和部署说明 style: 调整代码格式和样式 build: 配置Vite构建工具和依赖管理 test: 添加前端组件测试基础 ci: 设置CI/CD脚本和工作流 perf: 优化前端性能和数据加载
63 lines
2.1 KiB
JSON
63 lines
2.1 KiB
JSON
{
|
|
"lang": "English",
|
|
"app_name": "Vue FastAPI Admin",
|
|
"header": {
|
|
"label_profile": "Profile",
|
|
"label_logout": "Logout",
|
|
"label_logout_dialog_title": "Hint",
|
|
"text_logout_confirm": "Logout confirm",
|
|
"text_logout_success": "Logout success"
|
|
},
|
|
"views": {
|
|
"login": {
|
|
"text_login": "Login",
|
|
"message_input_username_password": "Please enter username and password",
|
|
"message_verifying": "Verifying...",
|
|
"message_login_success": "Login successful"
|
|
},
|
|
"workbench": {
|
|
"label_workbench": "Workbench",
|
|
"text_hello": "hello, {username}",
|
|
"text_welcome": "Today is another day full of energy!",
|
|
"label_number_of_items": "Number of items",
|
|
"label_upcoming": "Upcoming",
|
|
"label_information": "Information",
|
|
"label_project": "Project",
|
|
"label_more": "More"
|
|
},
|
|
"profile": {
|
|
"label_profile": "Profile",
|
|
"label_modify_information": "Modify your information",
|
|
"label_change_password": "Change password",
|
|
"label_avatar": "Avatar",
|
|
"label_username": "Username",
|
|
"label_email": "Email",
|
|
"label_old_password": "Old password",
|
|
"label_new_password": "New password",
|
|
"label_confirm_password": "Password confirmation",
|
|
"placeholder_username": "Please fill in your name",
|
|
"placeholder_email": "Please fill in your email address",
|
|
"placeholder_old_password": "Please enter the old password",
|
|
"placeholder_new_password": "Please enter a new password",
|
|
"placeholder_confirm_password": "Please enter the confirm password",
|
|
"message_username_required": "Please enter username",
|
|
"message_old_password_required": "Please enter the old password",
|
|
"message_new_password_required": "Please enter a new password",
|
|
"message_password_confirmation_required": "Please enter confirm password",
|
|
"message_password_confirmation_diff": "Two password inputs are inconsistent"
|
|
},
|
|
"errors": {
|
|
"label_error": "Error",
|
|
"text_back_to_home": "Back to home"
|
|
}
|
|
},
|
|
"common": {
|
|
"text": {
|
|
"update_success": "Update success"
|
|
},
|
|
"buttons": {
|
|
"update": "Update"
|
|
}
|
|
}
|
|
}
|