diff --git a/src/locales/en.json b/src/locales/en.json new file mode 100644 index 0000000..2744724 --- /dev/null +++ b/src/locales/en.json @@ -0,0 +1,208 @@ +{ + "header": { + "beta": "Beta", + "myProfile": "My profile", + "admin": "Administration", + "about": "About", + "logOut": "Logout", + "logIn": "Log-in" + }, + "menuLeft": { + "emptyCircleProject": { + "notPartOf": "You're not part of", + "createNew": "To create a new one, you can go in the", + "adminPanel": "administration panel", + "project": "project", + "circle": "circle" + }, + "dashboard": "Dahsboard", + "events": "Events", + "gov": "Governance", + "resources": "Resources", + "jobBoard": "Job offers", + "profileDirectory": "Members directory", + "projects": "Projects", + "circles": "Circles", + "messages": "Messages", + "search": "Search..." + }, + "about": { + "title": "About", + "card1": { + "subTitle": "This application is developed by Startin'blox", + "paragraph1": "Startin'blox is a cooperative that develops open source tools to easily and cheaply build federated and interoperable applications based on the latest web standards pushed by the SOLID project.", + "paragraph2": "Its mission is to empower users by enabling them to regain control of their digital tools and benefit from a network effect within a chosen ecosystem in order to emancipate themselves from large platforms." + }, + "card2": { + "title": "Contact us", + "paragraph-1": "You want to contribute, report a bug, suggest an improvement, work with us?", + "link": "Contact" + } + }, + "admin": { + "menuRight": { + "fold": "Fold the menu", + "community": "Communities", + "circles": "Circles", + "projects": "Projects" + } + }, + "dashboard": { + "title": "Dashboard" + }, + "circle": { + "menuRight": { + "buttonMobile": "MENU", + "fold": "Fold the menu", + "chat": "Chat", + "information": "Information", + "resources": "Resources", + "events": "Events", + "polls": "Polls" + }, + "create": { + "backlink": "Back", + "title": " Create a circle", + "labelStatus": "Statut du circle", + "labelName": "Circle name *", + "labelDescription": "Circle headline *", + "buttonSubmit": "Save" + }, + "edit": { + "buttonDelete": "Remove", + "backlink": "Back", + "title": "Edit your circle", + "labelStatus": "Circle status", + "labelName": "Circle name *", + "labelOwner": "Admin *", + "labelDescription": "Circle headline *", + "subTitle": "Members list :", + "tableHeader1": "Name", + "tableHeader2": "Access", + "buttonSubmit": "Save", + "buttonAddMember": "Add a member" + }, + "list": { + "title": "Administration", + "buttonMobile": "MENU", + "subTitle": "Circles", + "buttonCreate": " Create a circle", + "tableHeader1": "Name", + "tableHeader2": "Admins", + "tableHeader3": "Join", + "buttonQuit": "Leave", + "buttonJoin": "Join" + }, + "left": { + "paragraphQuit": "You left this circle.", + "paragraphJoin": "To join it again, go to the panel", + "paragraphContact": "or contact an admin.", + "admin": "administration" + }, + "profile": { + "creationDate": "Creation date : ", + "buttonModify": "Edit and add a member", + "buttonAdd": "Add a member", + "buttonDelete": "Remove the circle", + "buttonQuit": "Leave the circle", + "buttonJoin": "Join the circle", + "subTitle": "Members :" + } + }, + "communities": { + "title": "Administration", + "menuMobile": "MENU", + "linkInvite": "Invite a new user", + "noPermission": "Member, no permission", + "subTitle": "Communities", + "tableHeader1": "Name", + "tableHeader2": "Action" + }, + "project": { + "menuRight": { + "buttonMobile": "MENU", + "fold": "Fold the menu", + "chat": "Chat", + "information": "Information" + }, + "create": { + "backlink": "Back", + "title": " Create a nouveau project", + "labelName": "Project name*", + "labelCustomer": "Customer name*", + "labelCaptain": "Project captain*", + "buttonSubmit": "Save" + }, + "edit": { + "buttonDelete": "Remove", + "backlink": "Back", + "title": "Edit your project", + "labelName": "Project name *", + "labelCustomer": "Customer name *", + "subTitle": "Team members :", + "tableHeader1": "Name", + "tableHeader2": "Access", + "buttonSubmit": "Save", + "buttonAddMember": "Add a member" + }, + "modifyPicture": { + "backlink": "Back", + "title": "Modify the project picture" + }, + "list": { + "title": "Administration", + "buttonMobile": "MENU", + "subTitle": "Projects", + "buttonCreate": "Create a new project", + "tableHeader1": "Name", + "tableHeader2": "Admins", + "tableHeader3": "Captains", + "tableHeader4": "Join", + "buttonQuit": "Leave", + "buttonJoin":"Join" + }, + "left": { + "paragraphQuit": "You left this project.", + "paragraphJoin": "This is a private project. To join it again, go to the panel", + "paragraphContact": "and request an invitation.", + "admin": "administration" + }, + "profile": { + "creationDate": "Creation date : ", + "buttonModify": "Edit and add a member", + "buttonAdd": "Add a member", + "buttonDelete": "Delete the project", + "buttonQuit": "Leave the project", + "buttonJoin": "Join the project", + "captain": "Captain :", + "subTitle": "Team :" + } + }, + "user": { + "create": { + "backlink": "Back", + "title": "Invite a user to ", + "labelUsername": "Username*", + "labelUsernameTitle": "Alphanumeric characters only", + "labelEmail": "E-mail *", + "labelFirstname": "Firstname *", + "labelLastname": "Lastname *", + "buttonSubmit": "Invite" + } + }, + "notification": { + "circle": { + "in": "in" + }, + "private": { + "private": "in private" + } + }, + "template-captain": { + "isLead": "Captain" + }, + "hublStatus": { + "private": "Private", + "public": "Public" + } +} \ No newline at end of file