Add 'frontend/' from commit 'c070c0315d66a44154ab7d9f9ea6c211a15f4dba'
git-subtree-dir: frontend git-subtree-mainline:205a3bd14bgit-subtree-split:c070c0315d
This commit is contained in:
144
frontend/src/locales/en.json
Normal file
144
frontend/src/locales/en.json
Normal file
@@ -0,0 +1,144 @@
|
||||
{
|
||||
"language": {
|
||||
"language": "En"
|
||||
},
|
||||
"general": {
|
||||
"yes": "yes",
|
||||
"no": "no"
|
||||
},
|
||||
"banner": {
|
||||
"subscription": "Subscriptions"
|
||||
},
|
||||
"footer": {
|
||||
"allRightsReserved": "All rights reserved",
|
||||
"helpandcontact": "Help and contact",
|
||||
"faq": "FAQ",
|
||||
"creatorguide": "Creator guide",
|
||||
"termsandconditions": "Terms and conditions",
|
||||
"contentpolicy": "Content policy",
|
||||
"about": "About",
|
||||
"pricing": "Pricing"
|
||||
},
|
||||
"sidebar": {
|
||||
"subscriptionTitle": "Subscription",
|
||||
"connection": "connection",
|
||||
"Reduce": "Reduce"
|
||||
},
|
||||
"subscribebutton": {
|
||||
"subscribe": "Subscribe",
|
||||
"unsubscribe": "Unsubscribe"
|
||||
},
|
||||
"profilemenu": {
|
||||
"manageyouraccount": "Manage your Hutopy account",
|
||||
"creator": "Creator",
|
||||
"user": "User"
|
||||
},
|
||||
"header": {
|
||||
"myprofile": "My profile",
|
||||
"wallet": "Wallet",
|
||||
"Signout": "Sign out"
|
||||
},
|
||||
"message": {
|
||||
"edit": "Edit",
|
||||
"delete": "Delete",
|
||||
"report": "Report",
|
||||
"yourcomment": "Your comment..."
|
||||
},
|
||||
"contentCard": {
|
||||
"commenttitle": "comments",
|
||||
"edit": "Edit",
|
||||
"delete": "delete",
|
||||
"report": "report",
|
||||
"deletecontenttitle": "Delete this content?",
|
||||
"deeletecontentwarning": "Are you sure you want to delete the content?"
|
||||
},
|
||||
"time": {
|
||||
"seconds": "seconds",
|
||||
"1minuteago": "1 minute ago",
|
||||
"1minutefromnow": "1 minute from now",
|
||||
"minutes": "minutes",
|
||||
"1hourago": "1 hour ago",
|
||||
"1hourfromnow": "1 hour from now",
|
||||
"hours": "hours",
|
||||
"yesterday": "Yesterday",
|
||||
"tomorrow": "Tomorrow",
|
||||
"days": "days",
|
||||
"lastweek": "Last week",
|
||||
"nextweek": "Next week",
|
||||
"weeks": "weeks",
|
||||
"lastmonth": "Last month",
|
||||
"nextmonth": "Next month",
|
||||
"months": "months",
|
||||
"lastyear": "Last year",
|
||||
"nextyear": "Next year",
|
||||
"years": "years",
|
||||
"lastcentury": "Last century",
|
||||
"nextcentury": "Next century",
|
||||
"centuries": "centuries",
|
||||
"ago": "ago"
|
||||
},
|
||||
"personnalinformation": {
|
||||
"informations": "Informations",
|
||||
"title": "Personal information",
|
||||
"profilepicture": "Profile picture",
|
||||
"fullname": "Name",
|
||||
"firstname": "Firstname",
|
||||
"lastname": "Lastname",
|
||||
"alias": "Alias",
|
||||
"dob": "Date of birth",
|
||||
"gender": "Gender",
|
||||
"contactdetails": "Contact details",
|
||||
"email": "Email",
|
||||
"phone": "Phone",
|
||||
"addresses": "Addresses",
|
||||
"home": "Home",
|
||||
"work": "Work"
|
||||
},
|
||||
"creatorinfopage": {
|
||||
"informations": "Informations",
|
||||
"name": "Name",
|
||||
"title": "Title",
|
||||
"description": "Description",
|
||||
"banner&profile": "Banner and profile picture",
|
||||
"borderpicturecolor": "Profile picture border",
|
||||
"menucolor": "Menu color",
|
||||
"pageinformation": "Your page information",
|
||||
"socialnetwork": "Social Network"
|
||||
},
|
||||
"accountmanagement": {
|
||||
"accounts": "Account",
|
||||
"accountmanagement": "Account Management",
|
||||
"pageid": "Page ID",
|
||||
"addaccount": "Add Account",
|
||||
"authoritygranted": "Granted Permissions"
|
||||
},
|
||||
"security": {
|
||||
"title": "Security",
|
||||
"howtoconnect": "How to connect to Hutopy",
|
||||
"password": "Password",
|
||||
"recoverybyemail": "Recovery by Email",
|
||||
"recoverybymobile": "Recovery by Mobile"
|
||||
},
|
||||
"isupportbtn": {
|
||||
"isupport": "I support",
|
||||
"amount": "amount",
|
||||
"message": "Message (optional)",
|
||||
"send": "send"
|
||||
},
|
||||
"paymentConfirmation": {
|
||||
"success": {
|
||||
"title": "Payment completed",
|
||||
"message": "Your payment was successful. Thank you for supporting ",
|
||||
"usernameDefault": "this user.",
|
||||
"receipt": "A receipt has been sent to your email address.",
|
||||
"continue": "Continue"
|
||||
},
|
||||
"failure": {
|
||||
"title": "Payment cancelled",
|
||||
"message": "The payment was cancelled. If you did not intend to cancel, please try again.",
|
||||
"thanks": "Thank you for supporting",
|
||||
"tryAgain": "Try again",
|
||||
"return": "Return to the profile of "
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user