Add localization support for various components, including dialogs and views, in English, Spanish, and French. Implemented translations for user profile management, payment processes, and creator functionalities. Updated existing components to utilize the new translation system.
This commit is contained in:
@@ -1,135 +0,0 @@
|
||||
{
|
||||
"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"
|
||||
},
|
||||
"subscribebutton": {
|
||||
"subscribe": "Subscribe",
|
||||
"unsubscribe": "Unsubscribe"
|
||||
},
|
||||
"profilemenu": {
|
||||
"manageyouraccount": "Manage your Hutopy account",
|
||||
"creator": "Creator",
|
||||
"user": "User"
|
||||
},
|
||||
"header": {
|
||||
"wallet": "Wallet"
|
||||
},
|
||||
"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",
|
||||
"slug": "Slug",
|
||||
"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