diff --git a/frontend/src/lang/en.js b/frontend/src/lang/en.js index e85eaa7..657f833 100644 --- a/frontend/src/lang/en.js +++ b/frontend/src/lang/en.js @@ -3,4 +3,68 @@ export default { "Blogs": "Blogs", "Career": "Career", "Contact": "Contact", + "Summary": "Summary", + "Status": "Status", + "Date": "Date", + "withdraw": "withdraw", + "edit": "edit", + "Quote": "Quote", + "Payment": "Payment", + "Duration": "Duration", + "days": "days", + "Update": "Update", + "From": "From", + "reject": "reject", + "accept": "accept", + "Note": "Note", + "Invite": "Invite", + "Input E-mail to invite other": "Input E-mail to invite other", + "Submit": "Submit", + "Progress": "Progress", + "milestones": "milestones", + "Paid": "Paid", + "Milestone": "Milestone", + "Description": "Description", + "Mark As Paid": "Mark As Paid", + "Code Depot": "Code Depot", + "Commits": "Commits", + "Last committer": "Last committer", + "copy git url": "copy git url", + "Manage": "Manage", + "TO BE IMPLEMENTED.": "TO BE IMPLEMENTED.", + "Open issues": "Open issues", + "Resolved issues": "Resolved issues", + "Closed issues": "Closed issues", + "Add Issue": "Add Issue", + "New issue description": "New issue description", + "Issue title": "Issue title", + "Last updated": "Last updated", + "Issue description": "Issue description", + "Resolve": "Resolve", + "Confirm": "Confirm", + "Reopen": "Reopen", + "fd_1": "A platform where our users can find a trustworthy partner,", + "fd_2": "simplify software development, and secure return.", + "fd_3": "One stop platform", + "fd_4": "for hiring the best", + "fd_5": "freelance software development talent", + "Email address": "Email address", + "GET STARTED": "GET STARTED", + "Please type in your email": "Please type in your email", + "Your Freeleaps User ID": "Your Freeleaps User ID", + "SUBMIT": "SUBMIT", + "Please type in your Freeleaps user ID": "Please type in your Freeleaps user ID", + "Your password": "Your password", + "Repeat password": "Repeat password", + "SIGN UP": "SIGN UP", + "Please type in your password": "Please type in your password", + "The two passwords are not matched": "The two passwords are not matched", + "Authenticaion Code Sent To Your Email": "Authenticaion Code Sent To Your Email", + "SIGN IN": "SIGN IN", + "Please type in the code sent to your email": "Please type in the code sent to your email", + "Invalid auth code": "Invalid auth code", + "invalid code": "invalid code", + "Password": "Password", + "Forget password": "Forget password", + "Invalid password": "Invalid password", } \ No newline at end of file diff --git a/frontend/src/pages/guest/FrontDoor.vue b/frontend/src/pages/guest/FrontDoor.vue index 73c89e5..0f7f687 100644 --- a/frontend/src/pages/guest/FrontDoor.vue +++ b/frontend/src/pages/guest/FrontDoor.vue @@ -1,12 +1,8 @@