cluedin-widget
Version:
This is the project for creating and managing widgets in CluedIn.
57 lines • 5.76 kB
JavaScript
module.exports = {
"locale": "en",
"messages": {
'Generic.Pin': 'Pin',
'Generic.UnPin': 'Unpin',
'Generic.Followers': 'Followers',
"NoEntities.TaskAddMoreIntegration": "To see all your latest tasks in CluedIn, ask your <a href={adminLink}>administrator</a> to add one of your project management integrations.",
"NoEntities.CRMAddMoreIntegration": "To see all your latest contacts and organizations in CluedIn, ask your <a href={adminLink}>administrator</a> to add one of your CRM integration.",
"NoEntities.SupportAddMoreIntegration": "To see all your latest issues and tickets in CluedIn, please, ask your <a href={adminLink}>administrator</a> to add a support integration.",
"NoEntities.CloudFileAddMoreIntegration": "To see all your latest cloud files being created in your Team, please ask your <a href={adminLink}>administrator</a> to add one of your numerous cloud file integrations ( dropbox, box.net, google drive,...)",
"NoEntities.GenericAddMoreIntegration": "Please ask your <a href={adminLink}>administrator</a> to add more integrations to see relevant information for this widget",
"NoEntities.TaskAddMoreIntegrationAdmin": "To see all your latest tasks in CluedIn, please add one of your project management integrations.",
"NoEntities.TaskAddMoreIntegrationActionAdmin": "Add Project Management Integrations",
"NoEntities.CRMAddMoreIntegrationAdmin": "To see all your latest contacts and organizations in CluedIn, please add one of your CRM integrations.",
"NoEntities.CRMAddMoreIntegrationActionAdmin": "Add CRM Integrations",
"NoEntities.SupportAddMoreIntegrationAdmin": "To see all your latest issues and tickets in CluedIn, please add your support integrations.",
"NoEntities.SupportAddMoreIntegrationActionAdmin": "Add Support Integrations",
"NoEntities.CloudFileAddMoreIntegrationAdmin": "To see all your latest cloud files, please add one of your numerous cloud file integrations ( Dropbox, Box.net, Google Drive and more! )",
"NoEntities.CloudFileAddMoreIntegrationActionAdmin": "Add Cloud File Integrations",
"NoEntities.GenericAddMoreIntegrationAdmin": "Please, add more integrations to see relevant information for this widget",
"NoEntities.GenericAddMoreIntegrationActionAdmin": "Add Integrations",
"OnBoarding.Step0.Title": "Only 10 minutes away to get the most out of your CluedIn Account",
"OnBoarding.Step1.Title": "Let's try the Universal Search",
"OnBoarding.Step2.Title": "Let's connect your data",
"OnBoarding.Step3.Title": "Let's get a central view of your data",
"OnBoarding.Step4.Title": "The more the merrier!",
"OnBoarding.Step5.Title": "Hooray! Your CluedIn account is now ready",
"OnBoarding.Step0.Menu": "1. Get Started",
"OnBoarding.Step1.Menu": "2. Try the search",
"OnBoarding.Step2.Menu": "3. Get your Data Connected",
"OnBoarding.Step3.Menu": "4. Your first Connected View",
"OnBoarding.Step4.Menu": "5. Share with your Team",
"OnBoarding.Step0.Content": "In order to have Universal Search over all your tools, you need to add your first integration. In this step, you will add an integration and will receive an email when everything is setup for you.",
"OnBoarding.Step0.ContentAction": "Add your first Integration",
"OnBoarding.Step1.Content": "Hooray! You have added <strong>{name}</strong> and you are now ready to do your first search.<br/><br/> Let's try! <br/><br/>",
"OnBoarding.Step1.ContentAction": "Search for <strong>{searchQuery}</strong>",
"OnBoarding.Step2.Content": "CluedIn is more than <strong>'just search</strong>'. It has the ability to automatically connect your data in order to get powerful 360 degree insights on your customers, colleagues, documents and more.",
"OnBoarding.Step2.ContentAction": "Add your second Integration",
"OnBoarding.Step3.Content": "Now that we have connected your <strong>{name}</strong> integration, you are now ready to see some connected views. This means that finding everything out about a customer or a project should now all be available from one page.",
"OnBoarding.Step3.ContentAction": "Visit the <strong> {connectedData}</strong> page",
"OnBoarding.Step4.Content": "We have found some of your colleagues in the integrations you have already enabled. CluedIn is designed for Teams, so the more people you have onboard, the more integrations you will have, the smarter your CluedIn account will become.",
"OnBoarding.Step4.Content2": "Here is the list of potential colleagues we have found:",
"OnBoarding.Step4.ContentAction": "Invite a Team Member",
"OnBoarding.Step5.Content": "<h2>You are now ready to experience CluedIn!</h2>Explore your data and plug in all the integrations you and your team use at work to get the best out of CluedIn. For more information about CluedIn, you can follow our <a target=\"_blank\" href=\"http://blog.cluedin.net\">Blog</a>.",
"OnBoarding.Step5.ContentAction": "Remove this Widget",
"IntegrationReport.Title": "Integrations Center",
"IntegrationReport.ViewAllIntegrations": "View all Integrations",
"IntegrationReport.ViewAllConnectedIntegrations": "View all connected Integrations",
"IntegrationReport.Status": "Status",
"IntegrationStatus.Crawling": "Crawling",
"IntegrationStatus.InProgress": "in progress",
"IntegrationStatus.Finished": "Finished",
"IntegrationStatus.FoundItems": "Found Items",
"IntegrationStatus.TimeTaken": "Time taken",
"IntegrationStatus.minutes": "minutes"
}
};