Client - application translation (wip)
This commit is contained in:
23
fittrackee_client/src/locales/en/activities.json
Normal file
23
fittrackee_client/src/locales/en/activities.json
Normal file
@ -0,0 +1,23 @@
|
||||
{
|
||||
"Activity Date": "Activity Date",
|
||||
"Add a workout": "Add a workout",
|
||||
"Ave. speed": "Ave. speed",
|
||||
"Average speed": "Average speed",
|
||||
"Date": "Date",
|
||||
"Distance": "Distance",
|
||||
"Duration": "Duration",
|
||||
"Edit a workout": "Edit a workout",
|
||||
"Filter": "Filter",
|
||||
"From": "From",
|
||||
"gpxFile": "<strong>gpx</strong> file",
|
||||
"Max. speed": "Max. speed",
|
||||
"no folder inside": "no folder inside",
|
||||
"files max": "files max",
|
||||
"max size": "max size",
|
||||
"Notes": "Notes",
|
||||
"Title": "Title",
|
||||
"To": "To",
|
||||
"with gpx file": "with gpx file",
|
||||
"without gpx file": "without gpx file",
|
||||
"zipFile": "or <strong> zip</strong> file containing <strong>gpx </strong> files"
|
||||
}
|
@ -1,10 +1,23 @@
|
||||
{
|
||||
"Dashboard": "Dashboard",
|
||||
"Workouts": "Workouts",
|
||||
"Statistics": "Statistics",
|
||||
"Add workout": "Add workout",
|
||||
"Register": "Register",
|
||||
"Cancel": "Cancel",
|
||||
"Dashboard": "Dashboard",
|
||||
"day": "day",
|
||||
"days": "days",
|
||||
"Login": "Login",
|
||||
"Logout": "Logout",
|
||||
"Submit": "Submit"
|
||||
"No records.": "No records.",
|
||||
"No workouts.": "No workouts.",
|
||||
"Register": "Register",
|
||||
"Statistics": "Statistics",
|
||||
"Sport": "Sport",
|
||||
"sport": "sport",
|
||||
"Sports": "Sports",
|
||||
"sports": "sports",
|
||||
"Submit": "Submit",
|
||||
"to": "to",
|
||||
"Workout": "Workout",
|
||||
"Workouts": "Workouts",
|
||||
"workout": "workout",
|
||||
"workouts": "workouts"
|
||||
}
|
||||
|
5
fittrackee_client/src/locales/en/dashboard.json
Normal file
5
fittrackee_client/src/locales/en/dashboard.json
Normal file
@ -0,0 +1,5 @@
|
||||
{
|
||||
"Personal records": "Personal records",
|
||||
"This month": "This month",
|
||||
"Upload one !": "Upload one !"
|
||||
}
|
8
fittrackee_client/src/locales/en/sports.json
Normal file
8
fittrackee_client/src/locales/en/sports.json
Normal file
@ -0,0 +1,8 @@
|
||||
{
|
||||
"Cycling (Sport)": "Cycling (Sport)",
|
||||
"Cycling (Transport)": "Cycling (Transport)",
|
||||
"Hiking": "Hiking",
|
||||
"Mountain Biking": "Mountain Biking",
|
||||
"Running": "Running",
|
||||
"Walking": "Walking"
|
||||
}
|
9
fittrackee_client/src/locales/en/statistics.json
Normal file
9
fittrackee_client/src/locales/en/statistics.json
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
"activities": "activities",
|
||||
"distance": "distance",
|
||||
"duration": "duration",
|
||||
"month": "month",
|
||||
"Statistics": "Statistics",
|
||||
"year": "year",
|
||||
"week": "week"
|
||||
}
|
@ -1,8 +1,27 @@
|
||||
{
|
||||
"login": "login",
|
||||
"register": "register",
|
||||
"Bio": "Bio",
|
||||
"Birth Date": "Birth Date",
|
||||
"Delete picture": "Delete picture",
|
||||
"Edit Profile": "Edit Profile",
|
||||
"Email": "Email",
|
||||
"Enter a username": "Enter a username",
|
||||
"Enter an email address": "Enter an email address",
|
||||
"Enter a password": "Enter a password",
|
||||
"Enter the password confirmation": "Enter the password confirmation"
|
||||
"Enter the password confirmation": "Enter the password confirmation",
|
||||
"First day of week": "First day of week",
|
||||
"First Name": "First Name",
|
||||
"Last Name": "Last Name",
|
||||
"Location": "Location",
|
||||
"loggedOut": "You are now logged out. Click <1>here</1> to log back in.",
|
||||
"login": "login",
|
||||
"Monday": "Monday",
|
||||
"Password": "Password",
|
||||
"Password Confirmation": "Password Confirmation",
|
||||
"Profile": "Profile",
|
||||
"Profile Edition": "Profile Edition",
|
||||
"register": "register",
|
||||
"Registration Date": "Registration Date",
|
||||
"Send": "Send",
|
||||
"Sunday": "Sunday",
|
||||
"Timezone": "Timezone"
|
||||
}
|
||||
|
Reference in New Issue
Block a user