147 lines
4.4 KiB
Plaintext
147 lines
4.4 KiB
Plaintext
// Sports Training System - Student module translations
|
|
export default {
|
|
student_dashboard: {
|
|
title: 'Student Dashboard',
|
|
welcome: 'Welcome to Training System',
|
|
my_assignments: 'My Assignments',
|
|
pending_assignments: 'Pending Assignments',
|
|
completed_assignments: 'Completed Assignments',
|
|
training_progress: 'Training Progress',
|
|
recent_records: 'Recent Records',
|
|
quick_start: 'Quick Start',
|
|
view_all: 'View All',
|
|
no_assignments: 'No assignments',
|
|
start_training: 'Start Training'
|
|
},
|
|
|
|
assignments: {
|
|
title: 'My Assignments',
|
|
assignment_detail: 'Assignment Details',
|
|
due_date: 'Due Date',
|
|
start_training: 'Start Training',
|
|
view_submission: 'View Submission',
|
|
submit_assignment: 'Submit Assignment',
|
|
assignment_completed: 'Assignment Completed',
|
|
assignment_overdue: 'Assignment Overdue',
|
|
time_remaining: 'Time Remaining',
|
|
difficulty: 'Difficulty',
|
|
estimated_time: 'Estimated Time',
|
|
training_points: 'Training Points',
|
|
requirements: 'Requirements',
|
|
submission_history: 'Submission History',
|
|
latest_score: 'Latest Score',
|
|
attempt_count: 'Attempt Count',
|
|
max_attempts: 'Max Attempts',
|
|
no_submissions: 'No submission records'
|
|
},
|
|
|
|
training: {
|
|
title: 'Start Training',
|
|
preparation: 'Training Preparation',
|
|
instructions: 'Training Instructions',
|
|
ready_check: 'Ready Check',
|
|
start_recording: 'Start Recording',
|
|
stop_recording: 'Stop Recording',
|
|
submit_record: 'Submit Record',
|
|
training_complete: 'Training Complete',
|
|
upload_video: 'Upload Video',
|
|
add_notes: 'Add Notes',
|
|
self_evaluation: 'Self Evaluation',
|
|
effort_level: 'Effort Level',
|
|
difficulty_level: 'Difficulty Level',
|
|
completion_quality: 'Completion Quality',
|
|
training_duration: 'Training Duration',
|
|
calories_burned: 'Calories Burned',
|
|
heart_rate: 'Heart Rate',
|
|
notes_placeholder: 'Please describe your feelings or problems encountered during training...'
|
|
},
|
|
|
|
records: {
|
|
title: 'Training Records',
|
|
history: 'History',
|
|
filter_by_date: 'Filter by Date',
|
|
filter_by_project: 'Filter by Project',
|
|
all_records: 'All Records',
|
|
today: 'Today',
|
|
this_week: 'This Week',
|
|
this_month: 'This Month',
|
|
score: 'Score',
|
|
duration: 'Duration',
|
|
date: 'Date',
|
|
project: 'Project',
|
|
status: 'Status',
|
|
teacher_feedback: 'Teacher Feedback',
|
|
self_notes: 'Personal Notes',
|
|
video_review: 'Video Review',
|
|
detailed_analysis: 'Detailed Analysis',
|
|
improvement_suggestions: 'Improvement Suggestions',
|
|
no_records: 'No training records',
|
|
start_first_training: 'Start your first training'
|
|
},
|
|
|
|
progress: {
|
|
title: 'Progress Tracking',
|
|
overall_progress: 'Overall Progress',
|
|
skill_breakdown: 'Skill Breakdown',
|
|
weekly_summary: 'Weekly Summary',
|
|
monthly_summary: 'Monthly Summary',
|
|
achievements: 'Achievements',
|
|
goals: 'Training Goals',
|
|
statistics: 'Statistics',
|
|
total_trainings: 'Total Trainings',
|
|
total_time: 'Total Time',
|
|
avg_score: 'Average Score',
|
|
best_score: 'Best Score',
|
|
completion_rate: 'Completion Rate',
|
|
consistency: 'Training Consistency',
|
|
strength_areas: 'Strength Areas',
|
|
improvement_areas: 'Areas for Improvement',
|
|
recent_trend: 'Recent Trend',
|
|
progress_chart: 'Progress Chart',
|
|
skill_radar: 'Skill Radar Chart' },
|
|
// Navigation and UI elements
|
|
student_functions: 'Student Functions',
|
|
recent_activities: 'Recent Activities',
|
|
quick_actions: 'Quick Actions',
|
|
actions: {
|
|
'start-training': 'Start Training',
|
|
'view-progress': 'View Progress',
|
|
'submit-record': 'Submit Record',
|
|
'settings': 'Settings'
|
|
},
|
|
|
|
common: {
|
|
view_details: 'View Details',
|
|
back: 'Back',
|
|
next: 'Next',
|
|
previous: 'Previous',
|
|
save: 'Save',
|
|
submit: 'Submit',
|
|
cancel: 'Cancel',
|
|
confirm: 'Confirm',
|
|
loading: 'Loading...',
|
|
upload: 'Upload',
|
|
download: 'Download',
|
|
retry: 'Retry',
|
|
refresh: 'Refresh',
|
|
search: 'Search',
|
|
filter: 'Filter',
|
|
sort: 'Sort',
|
|
minutes: 'minutes',
|
|
seconds: 'seconds',
|
|
hours: 'hours',
|
|
days: 'days',
|
|
points: 'points',
|
|
times: 'times',
|
|
level: 'Level',
|
|
beginner: 'Beginner',
|
|
intermediate: 'Intermediate',
|
|
advanced: 'Advanced',
|
|
expert: 'Expert',
|
|
excellent: 'Excellent',
|
|
good: 'Good',
|
|
average: 'Average',
|
|
needs_improvement: 'Needs Improvement'
|
|
}
|
|
}
|