Initial commit of akmon project
This commit is contained in:
114
i18n/en-US/user.uts
Normal file
114
i18n/en-US/user.uts
Normal file
@@ -0,0 +1,114 @@
|
||||
// User module translations
|
||||
export default { register: {
|
||||
title: 'Create Account',
|
||||
subtitle: 'Join us now',
|
||||
email: 'Email',
|
||||
email_placeholder: 'Enter your email',
|
||||
email_required: 'Email is required',
|
||||
email_invalid: 'Please enter a valid email address',
|
||||
password: 'Password',
|
||||
password_placeholder: 'Enter your password',
|
||||
password_required: 'Password is required',
|
||||
password_too_short: 'Password must be at least 6 characters',
|
||||
confirm_password: 'Confirm Password',
|
||||
confirm_password_placeholder: 'Confirm your password',
|
||||
confirm_password_required: 'Please confirm your password',
|
||||
passwords_not_match: 'Passwords do not match',
|
||||
username: 'Username (Optional)',
|
||||
username_placeholder: 'Choose a username',
|
||||
username_too_short: 'Username must be at least 3 characters',
|
||||
agree_terms_part1: 'I agree to the',
|
||||
terms_link: 'Terms of Service',
|
||||
agree_terms_part2: 'and Privacy Policy',
|
||||
terms_required: 'You must agree to the terms to continue',
|
||||
button: 'Register',
|
||||
already_account: 'Already have an account?',
|
||||
login: 'Login',
|
||||
success: 'Registration successful!', failed: 'Registration failed',
|
||||
language_switched: 'Language switched to English'
|
||||
},
|
||||
login: {
|
||||
title: 'Welcome Back',
|
||||
subtitle: 'Welcome to Akmon',
|
||||
email: 'Email',
|
||||
email_placeholder: 'Email',
|
||||
email_required: 'Email is required',
|
||||
email_invalid: 'Please enter a valid email address',
|
||||
password: 'Password',
|
||||
password_placeholder: 'Password',
|
||||
password_required: 'Password is required',
|
||||
password_too_short: 'Password must be at least 6 characters',
|
||||
remember_me: 'Remember me',
|
||||
button: 'Login',
|
||||
login_button: 'Login',
|
||||
forgot_password: 'Forgot password?',
|
||||
no_account: "Don't have an account?",
|
||||
register: 'Register now',
|
||||
or_login_with: 'Or login with', register_now: 'Register now',
|
||||
login_failed: 'Login failed',
|
||||
login_success: 'Login successful',
|
||||
coming_soon: 'Coming soon',
|
||||
error_title: 'Login Error',
|
||||
confirm: 'OK',
|
||||
language_switched: 'Language switched to English'
|
||||
}, forgot_password: {
|
||||
title: 'Reset Password',
|
||||
subtitle: 'Enter your email to reset password',
|
||||
remember_password: 'Remember your password?',
|
||||
login: 'Back to login',
|
||||
email: 'Email',
|
||||
email_placeholder: 'Enter your email',
|
||||
email_required: 'Email is required',
|
||||
email_invalid: 'Please enter a valid email address',
|
||||
submit_button: 'Submit',
|
||||
back_to_login: 'Back to login',
|
||||
email_sent_title: 'Reset Email Sent',
|
||||
email_sent_message: 'We have sent a password reset link to your email. Please check your inbox and follow the instructions in the email.',
|
||||
unknown_error: 'An unknown error occurred, please try again later',
|
||||
language_switched: 'Language switched to English'
|
||||
}, center: {
|
||||
edit_profile: 'Edit Profile',
|
||||
trainings: 'Trainings',
|
||||
points: 'Points',
|
||||
streak: 'Streak',
|
||||
training: 'Training',
|
||||
training_records: 'Training Records',
|
||||
training_plans: 'Training Plans',
|
||||
reports: 'Reports',
|
||||
account: 'Account',
|
||||
profile: 'Profile',
|
||||
devices: 'Devices',
|
||||
notifications: 'Notifications',
|
||||
settings: 'Settings',
|
||||
app_settings: 'App Settings',
|
||||
about: 'About',
|
||||
logout: 'Logout',
|
||||
unnamed: 'Unnamed User',
|
||||
language_switched: 'Language switched to English'
|
||||
},
|
||||
profile: {
|
||||
title: 'Profile',
|
||||
load_error: 'Failed to load profile',
|
||||
loading: 'Loading...',
|
||||
username: 'Username',
|
||||
username_placeholder: 'Enter username',
|
||||
email: 'Email',
|
||||
email_readonly: 'Email cannot be changed',
|
||||
gender: 'Gender',
|
||||
gender_other: 'Other',
|
||||
gender_male: 'Male',
|
||||
gender_female: 'Female',
|
||||
birthday: 'Birthday',
|
||||
birthday_placeholder: 'Select birthday',
|
||||
height: 'Height',
|
||||
height_placeholder: 'Enter height',
|
||||
weight: 'Weight',
|
||||
weight_placeholder: 'Enter weight',
|
||||
language: 'Language', bio: 'Bio',
|
||||
bio_placeholder: 'Enter bio',
|
||||
save_button: 'Save',
|
||||
save_success: 'Saved successfully',
|
||||
avatar_selected: 'Avatar updated',
|
||||
language_switched: 'Language switched to English'
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user