93 lines
3.4 KiB
JSON
93 lines
3.4 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"
|
|
},
|
|
"boss_token": {
|
|
"label_boss_token": "Boss Token Management",
|
|
"label_token_list": "Token List",
|
|
"label_wt2": "WT2",
|
|
"label_mpt": "MPT",
|
|
"label_status": "Status",
|
|
"label_failed_count": "Failed Count",
|
|
"label_last_used_time": "Last Used Time",
|
|
"label_create_time": "Create Time",
|
|
"label_available": "Available",
|
|
"label_unavailable": "Unavailable",
|
|
"label_add_token": "Add Token",
|
|
"label_edit_token": "Edit Token",
|
|
"message_create_success": "Created successfully",
|
|
"message_update_success": "Updated successfully",
|
|
"message_delete_success": "Deleted successfully",
|
|
"message_activate_success": "Activated successfully",
|
|
"message_deactivate_success": "Deactivated successfully",
|
|
"message_confirm_delete": "Are you sure you want to delete this token?",
|
|
"message_confirm_deactivate": "Are you sure you want to deactivate this token?",
|
|
"message_confirm_activate": "Are you sure you want to activate this token?"
|
|
}
|
|
},
|
|
"common": {
|
|
"text": {
|
|
"update_success": "Update success",
|
|
"create_success": "Create success",
|
|
"delete_success": "Delete success"
|
|
},
|
|
"buttons": {
|
|
"update": "Update",
|
|
"create": "Create",
|
|
"delete": "Delete",
|
|
"cancel": "Cancel",
|
|
"confirm": "Confirm",
|
|
"search": "Search",
|
|
"reset": "Reset"
|
|
}
|
|
}
|
|
}
|