140 lines
4.2 KiB
JSON
140 lines
4.2 KiB
JSON
{
|
|
"dashboard": "Dashboard",
|
|
"users": "Users",
|
|
"settings": "Settings",
|
|
"profile": "Profile",
|
|
"logout": "Logout",
|
|
"home": "Home",
|
|
"tasks": "Tasks",
|
|
"projects": "Projects",
|
|
"analytics": "Analytics",
|
|
"reports": "Reports",
|
|
"works": "Works",
|
|
"qualification": "Qualification",
|
|
"promptTable": {
|
|
"camera_direction": "Camera Direction",
|
|
"camera_movement": "Camera Movement",
|
|
"composition": "Composition",
|
|
"music_description": "Music Description",
|
|
"perspective": "Perspective",
|
|
"scene_name": "Scene Name",
|
|
"scene_sequence": "Scene Sequence",
|
|
"shot_description": "Shot Description",
|
|
"shot_duration": "Shot Duration",
|
|
"shot_name": "Shot Name",
|
|
"shot_sequence": "Shot Sequence",
|
|
"shot_sizes": "Shot Sizes",
|
|
"sound_effect": "Sound Effect",
|
|
"transition_in": "Transition In",
|
|
"voice_over": "Voice Over"
|
|
},
|
|
"formwork": {
|
|
"works": {
|
|
"title": "Work Templates",
|
|
"id": "Template ID",
|
|
"name": "Template Name",
|
|
"description": "Template Description",
|
|
"model": "Model",
|
|
"count": "Sample Count",
|
|
"version": "Version",
|
|
"prompt": "Prompt",
|
|
"updated_at": "Last Updated",
|
|
"operate": "Actions",
|
|
"view": "View",
|
|
"edit": "Edit",
|
|
"delete": "Delete"
|
|
},
|
|
"ability": {
|
|
"title": "Ability Templates"
|
|
}
|
|
},
|
|
"details": {
|
|
"materialList": "Samples List",
|
|
"version": "Current Version:",
|
|
"model": "Current Model:",
|
|
"setVersion": "Set as Online Version",
|
|
"save": "Save",
|
|
"imagePreview": "Image Preview",
|
|
"videoPreview": "Video Preview",
|
|
"clipPreview": "Clip Preview",
|
|
"clipList": "Clip Segments",
|
|
"caption": "Caption/Tag Preview",
|
|
"prompt": "Prompt Debugging",
|
|
"promptPreview": "Result Preview",
|
|
"goodCase": "Good Case",
|
|
"badCase": "Bad Case",
|
|
"upload": "Upload",
|
|
"run": "Run",
|
|
"view": "View",
|
|
"edit": "Edit",
|
|
"delete": "Delete",
|
|
"uploadMaterialList": "Upload Materials",
|
|
"uploadMaterialListTitle": "Select Samples",
|
|
"uploadMaterialListoption": "Can't find the sample you want? Upload new materials here",
|
|
"confirm": "Confirm"
|
|
},
|
|
"tasks_page": {
|
|
"status": {
|
|
"Created": "Created",
|
|
"Processing": "Processing",
|
|
"Completed": "Completed",
|
|
"Failed": "Failed",
|
|
"Pending": "Pending",
|
|
"Approved": "Approved",
|
|
"Rejected": "Rejected",
|
|
"Waiting": "Waiting"
|
|
},
|
|
"stats": {
|
|
"total": "Total Tasks",
|
|
"pending": "Pending",
|
|
"processing": "Processing",
|
|
"success": "Success",
|
|
"failed": "Failed",
|
|
"queued": "Queued"
|
|
},
|
|
"task_list": "Task List",
|
|
"no_preview": "No Preview",
|
|
"no_review_required": "No Review Required",
|
|
"view_details": "View Details",
|
|
"approve": "Approve",
|
|
"reject": "Reject",
|
|
"loading": "Loading...",
|
|
"no_tasks": "No tasks available",
|
|
"items_per_page": "Items per page",
|
|
"items": "items",
|
|
"fetch_error": "Failed to fetch task list",
|
|
"thumbnail": "Thumbnail",
|
|
"search": "Search",
|
|
"search_placeholder": "Enter task ID to search",
|
|
"reset": "Reset",
|
|
"filter": {
|
|
"status": "Status",
|
|
"all": "All"
|
|
},
|
|
"columns": {
|
|
"preview": "Preview",
|
|
"task_id": "Task ID",
|
|
"status": "Status",
|
|
"method": "Generation Method",
|
|
"review": "Review Status",
|
|
"actions": "Actions"
|
|
},
|
|
"download_origin_file": "Download Origin File",
|
|
"output_video": "Output Video",
|
|
"video_not_supported": "Your browser does not support video playback",
|
|
"upload_result": "Upload Result File",
|
|
"upload_result_title": "Upload Result File",
|
|
"upload_result_description": "Please upload a result video file that will serve as the final output for this task. After uploading, the task will be marked as rejected.",
|
|
"upload_and_approve": "Upload and Approve",
|
|
"upload_error": "Upload Error",
|
|
"no_file_selected": "Please select a file to upload",
|
|
"upload_error_description": "An error occurred while uploading the result file",
|
|
"reject_success": "Rejected successfully",
|
|
"approve_success": "Approved successfully",
|
|
"update_status_error": "Failed to update status"
|
|
},
|
|
"common": {
|
|
"close": "Close",
|
|
"cancel": "Cancel"
|
|
}
|
|
} |