@posiwise/i18n 0.0.18 → 0.0.21

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/en.json +60 -59
  2. package/package.json +1 -1
  3. package/smart-crm/en.json +172 -165
package/en.json CHANGED
@@ -50,7 +50,7 @@
50
50
  "Admin.DomainConfig.DeletedMessage": "DomainConfig Successfully Deleted.",
51
51
  "Admin.DomainConfig.NoDataMessage": "We couldn't find any Domain Configs - please consider adding some.",
52
52
  "Admin.DomainConfig.EnableConfigTab": "To enable this tab config, you first need to save the required data in the Core Config tab.",
53
- "Admin.DomainConfig.HostName": "Host Name",
53
+ "Admin.DomainConfig.HostName": "Domain Name",
54
54
  "Admin.DomainConfig.InternalPath": "Internal Path",
55
55
  "Admin.DomainConfig.ShardName": "Shard Name",
56
56
  "Admin.DomainConfig.ShardUrl": "Shard Url",
@@ -73,17 +73,17 @@
73
73
  "Admin.DomainConfig.CompanyPhoneNumber": "Company Phone Number",
74
74
  "Admin.DomainConfig.Tooltip.CompanyEmail": "Company Email",
75
75
  "Admin.DomainConfig.Tooltip.CompanyUrl": "Company URL",
76
- "Admin.DomainConfig.Tooltip.CompanyName": "This will be used to dynamically white-label sections such as public & private pages, invoices, etc.",
77
- "Admin.DomainConfig.Tooltip.CompanyHeader": "This will be used to dynamically white-label sections such as public & private pages, invoices, etc.",
78
- "Admin.DomainConfig.Tooltip.CompanyTitle": "This will be used to dynamically white-label sections such as public & private pages, invoices, etc.",
79
- "Admin.DomainConfig.Tooltip.CompanyKeywords": "This will be used to dynamically white-label sections such as public & private pages, invoices, etc.",
80
- "Admin.DomainConfig.Tooltip.CompanyDescription": "This will be used to dynamically white-label sections such as public & private pages, invoices, etc.",
81
- "Admin.DomainConfig.Tooltip.CompanyCountry": "This will be used to dynamically white-label sections such as public & private pages, invoices, etc.",
76
+ "Admin.DomainConfig.Tooltip.CompanyName": "This will be used to dynamically white-label sections like public and private pages, invoices, and more.",
77
+ "Admin.DomainConfig.Tooltip.CompanyHeader": "This will be used to dynamically white-label sections like public and private pages, invoices, and more.",
78
+ "Admin.DomainConfig.Tooltip.CompanyTitle": "This will be used to dynamically white-label sections like public and private pages, invoices, and more.",
79
+ "Admin.DomainConfig.Tooltip.CompanyKeywords": "This will be used primarily to improve SEO.",
80
+ "Admin.DomainConfig.Tooltip.CompanyDescription": "This will be used to dynamically white-label sections like public and private pages, invoices, and more.",
81
+ "Admin.DomainConfig.Tooltip.CompanyCountry": "This will be used to dynamically white-label sections like public and private pages, invoices, and more.",
82
82
  "Admin.DomainConfig.Tooltip.CompanyCity": "This will be used to dynamically white-label sections such as public & private pages, invoices, etc.",
83
- "Admin.DomainConfig.Tooltip.CompanyCityCode": "This will be used to dynamically white-label sections such as public & private pages, invoices, etc.",
84
- "Admin.DomainConfig.Tooltip.CompanyAddress": "This will be used to dynamically white-label sections such as public & private pages, invoices, etc.",
85
- "Admin.DomainConfig.Tooltip.CompanyVatNumber": "This will be used to dynamically white-label sections such as public & private pages, invoices, etc.",
86
- "Admin.DomainConfig.Tooltip.CompanyPhoneNumber": "This will be used to dynamically white-label sections such as public & private pages, invoices, etc.",
83
+ "Admin.DomainConfig.Tooltip.CompanyCityCode": "This will be used to dynamically white-label sections like public and private pages, invoices, and more.",
84
+ "Admin.DomainConfig.Tooltip.CompanyAddress": "This will be used to dynamically white-label sections like public and private pages, invoices, and more.",
85
+ "Admin.DomainConfig.Tooltip.CompanyVatNumber": "This will be used to dynamically white-label sections like public and private pages, invoices, and more.",
86
+ "Admin.DomainConfig.Tooltip.CompanyPhoneNumber": "This will be used to dynamically white-label sections like public and private pages, invoices, and more.",
87
87
  "Admin.DomainConfig.Tooltip.IntegrationCaptchaKey": "DISCONTINUED in favor of V2. This key is to enable Google Captcha on your website",
88
88
  "Admin.DomainConfig.Tooltip.IntegrationDriftCode": "This key is to enable the Drift chat gadget on your website",
89
89
  "Admin.DomainConfig.Tooltip.IntegrationCaptchaKeyV2": "This key is to enable Google Captcha V2 on your website",
@@ -195,26 +195,26 @@
195
195
  "Admin.DomainConfig.Validation.CompanyName": "Company name is required",
196
196
  "Admin.DomainConfig.Validation.CompanyEmail": "Company email is required",
197
197
  "Admin.DomainConfig.Validation.CompanyUrl": "Company url is required",
198
- "Admin.DomainConfig.Tooltip.HostName": "It has to match the hostname you want to resolve. Eg: blog.posiwise.com",
199
- "Admin.DomainConfig.Tooltip.InternalPath": "This is the internal path that will be resolved for the given Hostname. Eg: www.posiwise.com/blog",
200
- "Admin.DomainConfig.Tooltip.ShardName": "This is the name of the database shard you want to connect when browsing the given HostName.",
201
- "Admin.DomainConfig.Tooltip.ShardUrl": "The backend uses this to resolve the right URL when connected to a given database shard.",
202
- "Admin.DomainConfig.Tooltip.IntraServicesToken": "This token should match the one you set at the DB level.",
203
- "Admin.DomainConfig.Tooltip.WebhookToken": "Enable this domain to receive webhook requests.",
198
+ "Admin.DomainConfig.Tooltip.HostName": "This must match the domain name (URL) where you want the page to be resolved at, such as `blog.posiwise.com`. Note: Each domain name must be unique.",
199
+ "Admin.DomainConfig.Tooltip.InternalPath": "This is the internal path that will be resolved for the specified domain name. For example, if you set it to ‘/join/trial1,’ accessing the `Domain Name` will display the content of the /join/trial1 page.",
200
+ "Admin.DomainConfig.Tooltip.ShardName": "Specifies the database shard to connect to when accessing the given domain name.",
201
+ "Admin.DomainConfig.Tooltip.ShardUrl": "The backend uses this URL for various functions related to the given database shard, such as building email signatures. Note: it usually matches the ‘Company URL‘, e.g., `https://www.posiwise.com`",
202
+ "Admin.DomainConfig.Tooltip.IntraServicesToken": "This token must match the one set at the database configuration level to enable the microservices in our cluster to communicate with each other.",
203
+ "Admin.DomainConfig.Tooltip.WebhookToken": "This is the token you need to append to all webhooks. E.g., /integrations-api/v1/paypal/webhook-token={your_token}",
204
204
  "Admin.DomainConfig.Tooltip.FrontendRepoName": "This is only for you to remember which frontend repo corresponds to this domain.",
205
- "Admin.DomainConfig.Tooltip.Description": "Your custom description, eg: My Domain config for my awesome project.",
206
- "Admin.DomainConfig.Tooltip.MasterSubscriptionProduct": "This is the product associated with the Master (Build) Subscription. The frontend sends its ID to the backend to verify the user permissions..",
205
+ "Admin.DomainConfig.Tooltip.Description": "Your custom description, e.g., My Domain config for my awesome project.",
206
+ "Admin.DomainConfig.Tooltip.MasterSubscriptionProduct": "This is the product associated with the Master (Build) Subscription. The frontend sends its ID to the backend to verify the user permissions.",
207
207
  "Admin.DomainConfig.Tooltip.MasterSubscription": "This is the Master (Build) Subscription. The frontend sends its ID to the backend to verify the user permissions.",
208
- "Admin.DomainConfig.Tooltip.MainTos": "This is the default/fallback Terms of Service and Privacy Policy page in case a product doesn't have any ToS defined.",
209
- "Admin.DomainConfig.Tooltip.BlogFeatureKey": "This is the hardcoded feature_key that enables rendering of the right Blog Posts",
210
- "Admin.DomainConfig.Tooltip.CrmSubscription": "This is required to enable the connection/sync between our SmartCrm product and your Master (Build) Subscription.",
211
- "Admin.DomainConfig.Tooltip.CrmProduct": "This is required to enable the connection/sync between our SmartCrm and your Master (Build) Subscription.",
212
- "Admin.DomainConfig.Tooltip.CrmSource": "When users subscribe to a newsletter, they'll be associated with this CrmSource. You'll be able to target the newsletter campaigns.",
213
- "Admin.DomainConfig.Tooltip.SocialLoginEnable": "If true, users will be able to log in using the social single-sign-on such as Google, Twitter, Facebook, etc.",
214
- "Admin.DomainConfig.Tooltip.IsProductDomain": "This should be set to true if this is you are editing the domain config for the main Master (Build) Subscription URL.",
215
- "Admin.DomainConfig.Tooltip.Active": "If set to false, this domain config won't be operational.",
216
- "Admin.DomainConfig.Tooltip.NotifyLogins": "If set to true, an email will be sent to Master (Build) Subscription admins every time a user logs in.",
217
- "Admin.DomainConfig.Tooltip.CanRegisterOnMainPage": "If set to true, a link will be present on the /login page to enable users to go to the /register page.",
208
+ "Admin.DomainConfig.Tooltip.MainTos": "This serves as the default Terms of Service and Privacy Policy page when a product does not have its own defined.",
209
+ "Admin.DomainConfig.Tooltip.BlogFeatureKey": "This is the hardcoded feature_key that enables rendering of the right Blog Posts.",
210
+ "Admin.DomainConfig.Tooltip.CrmSubscription": "This is required to enable the connection/sync between our SmartCRM product and your Master (Build) Subscription.",
211
+ "Admin.DomainConfig.Tooltip.CrmProduct": "This is required to enable the connection/sync between our SmartCRM and your Master (Build) Subscription.",
212
+ "Admin.DomainConfig.Tooltip.CrmSource": "When users subscribe to a newsletter, they will be linked to this CrmSource, allowing you to target newsletter campaigns effectively.",
213
+ "Admin.DomainConfig.Tooltip.SocialLoginEnable": "If enabled, users can log in using social single sign-on options such as Google, Twitter, Facebook, etc.",
214
+ "Admin.DomainConfig.Tooltip.IsProductDomain": "If enabled, the ‘Register’ link will be hidden on the Forgot Password page. This should always be set to true when configuring the domain for the main Master (Build) Subscription.",
215
+ "Admin.DomainConfig.Tooltip.Active": "If set to false,’ this domain configuration will be inactive",
216
+ "Admin.DomainConfig.Tooltip.NotifyLogins": "If enabled, an email will be sent to Master (Build) Subscription admins each time a user logs in.",
217
+ "Admin.DomainConfig.Tooltip.CanRegisterOnMainPage": "If enabled, a link will appear on the /login page, allowing users to navigate to the /register page.",
218
218
  "Admin.DomainConfig.Tooltip.ColorCodeFirst": "This should be the company's main branding color - it is used to white-label the dashboard and some public pages.",
219
219
  "Admin.DomainConfig.Tooltip.ColorCodeSecond": "This should be the company's second branding color - it is used to white-label the dashboard and some public pages.",
220
220
  "Admin.DomainConfig.Tooltip.ColorCodeThird": "This should be the company's third branding color - it is used to white-label the dashboard and some public pages.",
@@ -242,34 +242,35 @@
242
242
  "Admin.DomainConfig.Tooltip.FreemiumPdfImage": "This will be discontinued",
243
243
  "Admin.DomainConfig.Tooltip.FreemiumPdfDownloadText": "This will be discontinued",
244
244
  "Admin.DomainConfig.Tooltip.FreemiumPdfSource": "This will be discontinued",
245
- "Admin.DomainConfig.Tooltip.TrialJoinMessage": "Customizes the text used in the top section of most JoinTrial pages. Use '<br>' if you need to go to a new line.",
246
- "Admin.DomainConfig.Tooltip.TrialCtaIframe": "If you add an iframe here, the call to action section (e.g. signup section) will be replaced with this iframe.",
247
- "Admin.DomainConfig.Tooltip.TrialProduct": "When signing up to the newsletter, we'll record the user interest for this product.",
248
- "Admin.DomainConfig.Tooltip.TrialCrmSourceId": "When signing up to the newsletter, we'll record that the user is coming from this CrmSource.",
249
- "Admin.DomainConfig.Tooltip.TrialImage": "Customizes the main image used in some JoinTrial pages.",
250
- "Admin.DomainConfig.Tooltip.TrialImage2": "Customizes the second image used in some JoinTrial pages.",
251
- "Admin.DomainConfig.Tooltip.TrialImageBg": "Defines the main background image used in some JoinTrial pages.",
252
- "Admin.DomainConfig.Tooltip.TrialImageBg2": "Defines the second background image used in some JoinTrial pages.",
253
- "Admin.DomainConfig.Tooltip.TrialVideoUrl": "Defines the URL of the embedded Youtube video used in some JoinTrial pages.",
254
- "Admin.DomainConfig.Tooltip.TrialBookDemoUrl": "Defines the URL (such as Calendly) for the user to book a demo directly.",
255
- "Admin.DomainConfig.Tooltip.TrialPdfImage": "Define the image of the DownloadPdf section used in some JoinTrial pages.",
256
- "Admin.DomainConfig.Tooltip.TrialPdfDownloadText": "Define the custom text of the DownloadPdf section used in some JoinTrial pages. Use '<br>' if you need to go to a new line.",
257
- "Admin.DomainConfig.Tooltip.TrialPdfSourceId": "Defines the CrmSource when users are subscribing to a SmartCrm newsletter via the downloading a PDF section.",
258
- "Admin.DomainConfig.Tooltip.CsJoinMessage": "Customizes the text used in top section of most ComingSoon pages. Use '<br>' if you need to go to a new line.",
259
- "Admin.DomainConfig.Tooltip.CsCtaIframe": "If you add an iframe here, the call to action section (e.g. signup section) will be replaced with this iframe.",
260
- "Admin.DomainConfig.Tooltip.CsProduct": "When signing up to the newsletter, we'll record the user interest for this product.",
261
- "Admin.DomainConfig.Tooltip.SeeLiveCs": "Replace the number at the end of the link for more options. E.g. /cs1, /cs2, /cs3, etc.",
262
- "Admin.DomainConfig.Tooltip.SeeLiveTrial": "Replace the number at the end of the link for more options. E.g. /trial1, /trial2, /trial3, etc.",
263
- "Admin.DomainConfig.Tooltip.CsCrmSourceId": "When signing up to the newsletter, we'll record that the user is coming from this CrmSource.",
264
- "Admin.DomainConfig.Tooltip.CsImage": "Customizes the main image used in some ComingSoon pages.",
265
- "Admin.DomainConfig.Tooltip.CsImage2": "Customizes the second image used in some ComingSoon pages.",
266
- "Admin.DomainConfig.Tooltip.CsImageBg": "Defines the main background image used in some ComingSoon pages.",
267
- "Admin.DomainConfig.Tooltip.CsImageBg2": "Defines the second background image used in some ComingSoon pages.",
268
- "Admin.DomainConfig.Tooltip.CsVideoUrl": "Defines the URL of the embedded Youtube video used in some ComingSoon pages.",
269
- "Admin.DomainConfig.Tooltip.CsBookDemoUrl": "Defines the URL (such as Calendly) for the user to book a demo directly.",
270
- "Admin.DomainConfig.Tooltip.CsPdfImage": "Define the image of the DownloadPdf section used in some ComingSoon pages.",
271
- "Admin.DomainConfig.Tooltip.CsPdfDownloadText": "Define the custom text of the DownloadPdf section used in some ComingSoon pages. Use '<br>' if you need to go to a new line.",
272
- "Admin.DomainConfig.Tooltip.CsPdfSourceId": "Defines the CrmSource when users are subscribing to a SmartCrm newsletter via the downloading a PDF section.",
245
+ "Admin.DomainConfig.Tooltip.TrialJoinMessage": "This text will appear in the subheading of most Join Trial pages. Use ‘<br>’ to insert line breaks as needed.",
246
+ "Admin.DomainConfig.Tooltip.TrialCtaIframe": "Adding an iframe here will replace the call-to-action section (e.g., signup section) with the specified iframe.",
247
+ "Admin.DomainConfig.Tooltip.TrialProduct": "When users sign up for the newsletter, their interest in this product will be recorded.",
248
+ "Admin.DomainConfig.Tooltip.TrialCrmSourceId": "When users sign up for the newsletter, their origin will be recorded under this CrmSource.",
249
+ "Admin.DomainConfig.Tooltip.TrialImage": "Sets the main image displayed on certain JoinTrial pages.",
250
+ "Admin.DomainConfig.Tooltip.TrialImage2": "Sets the secondary image displayed on certain JoinTrial pages.",
251
+ "Admin.DomainConfig.Tooltip.TrialImageBg": "Specifies the main background image for certain JoinTrial pages.",
252
+ "Admin.DomainConfig.Tooltip.TrialImageBg2": "Specifies the secondary background image for certain JoinTrial pages.",
253
+ "Admin.DomainConfig.Tooltip.TrialVideoUrl": "Specifies the URL of the embedded YouTube video used on certain JoinTrial pages.",
254
+ "Admin.DomainConfig.Tooltip.TrialBookDemoUrl": "Specifies the URL (e.g., Calendly) where users can book a demo directly.",
255
+ "Admin.DomainConfig.Tooltip.TrialPdfImage": "Set the image of the DownloadPdf section used in some JoinTrial pages.",
256
+ "Admin.DomainConfig.Tooltip.TrialPdfDownloadText": "Specify the custom text for the DownloadPdf section on certain JoinTrial pages. Use ‘<br>’ to add line breaks as needed.",
257
+ "Admin.DomainConfig.Tooltip.TrialPdfSourceId": "Specifies the CrmSource for users subscribing to a SmartCrm newsletter through the PDF download section.",
258
+ "Admin.DomainConfig.Tooltip.CsJoinMessage": "This text will appear in the subheading of most Coming Soon pages. Use ‘<br>’ to insert line breaks as needed.",
259
+ "Admin.DomainConfig.Tooltip.CsCtaIframe": "Adding an iframe here will replace the call-to-action section (e.g., signup section) with the specified iframe.",
260
+ "Admin.DomainConfig.Tooltip.CsProduct": "When users sign up for the newsletter, their interest in this product will be recorded.",
261
+ "Admin.DomainConfig.Tooltip.SeeLiveCs": "Replace the number at the end of the link to explore more options (e.g., /cs1, /cs2, /cs3, etc.).",
262
+ "Admin.DomainConfig.Tooltip.SeeLiveTrial": "Replace the number at the end of the link to explore more options (e.g., /cs1, /cs2, /cs3, etc.).",
263
+ "Admin.DomainConfig.Tooltip.CsCrmSourceId": "When users sign up for the newsletter, their origin will be recorded under this CrmSource.",
264
+ "Admin.DomainConfig.Tooltip.CsImage": "Sets the main image displayed on certain ComingSoon pages.",
265
+ "Admin.DomainConfig.Tooltip.CsImage2": "Sets the secondary image displayed on certain ComingSoon pages.",
266
+ "Admin.DomainConfig.Tooltip.CsImageBg": "Specifies the main background image for certain ComingSoon pages.",
267
+ "Admin.DomainConfig.Tooltip.CsImageBg2": "Specifies the secondary background image for certain ComingSoon pages.",
268
+ "Admin.DomainConfig.Tooltip.CsVideoUrl": "Specifies the URL of the embedded YouTube video used on certain ComingSoon pages.",
269
+ "Admin.DomainConfig.Tooltip.CsBookDemoUrl": "Specifies the URL (e.g., Calendly) where users can book a demo directly.",
270
+ "Admin.DomainConfig.Tooltip.CsPdfImage": "Set the image of the DownloadPdf section used in some ComingSoon pages.",
271
+ "Admin.DomainConfig.Tooltip.CsPdfDownloadText": "Specify the custom text for the DownloadPdf section on certain ComingSoon pages. Use ‘<br>’ to add line breaks as needed.",
272
+ "Admin.DomainConfig.Tooltip.CsPdfSourceId": "Specifies the CrmSource for users subscribing to a SmartCrm newsletter through the PDF download section.",
273
+ "Admin.Insight.Tooltip.ExpAtMessage": "If a card was saved to Stripe before it expired, it can sometimes continue to be charged after its expiry date has passed.",
273
274
  "Admin.LoginNotification.AddedMessage": "LoginNotification Successfully Added.",
274
275
  "Admin.LoginNotification.UpdatedMessage": "LoginNotification Successfully Updated.",
275
276
  "Admin.LoginNotification.DeletedMessage": "LoginNotification Successfully Deleted.",
@@ -307,7 +308,7 @@
307
308
  "Admin.NewsletterItem.Title": "Title",
308
309
  "Admin.NewsletterItem.Newsletter": "Newsletter",
309
310
  "Admin.NewsletterItem.Body": "Body",
310
- "Admin.NewsletterItem.Sent": "Sent?",
311
+ "Admin.NewsletterItem.Sent": "Delivered?",
311
312
  "Admin.NewsletterItem.Location": "Location",
312
313
  "Admin.NewsletterItem.Tags": "Tags",
313
314
  "Admin.NewsletterItem.Products": "Products",
@@ -448,7 +449,7 @@
448
449
  "Admin.Products.Tooltip.FeatureKey": "This defines the main feature of this product - users can subscribe to multiple products with different feature_keys",
449
450
  "Admin.Products.Tooltip.MinUnits": "The minimum number of units/seats a user can subscribe to for this product",
450
451
  "Admin.Products.Tooltip.MaxUnits": "The maximum number of units/seats a user can subscribe to for this product",
451
- "Admin.Products.Tooltip.StripePlan": "This is the code of the Stripe plan. Eg: price_1JNBokLBySGLATXf1jqlopOL",
452
+ "Admin.Products.Tooltip.StripePlan": "This is the code of the Stripe plan. E.g., price_ 1JNBokLBySGLATXf1jqlopOL",
452
453
  "Admin.Products.Tooltip.Price": "This is the price for each unit/seat - for paying products, it has to match what is defined in Stripe",
453
454
  "Admin.Products.Tooltip.Currency": "Defined the currency of the price - for paying products, it has to match what is defined in Stripe",
454
455
  "Admin.Products.Tooltip.TrialDays": "Number of days a user can use the product before his trial subscription expires",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@posiwise/i18n",
3
- "version": "0.0.18",
3
+ "version": "0.0.21",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/smart-crm/en.json CHANGED
@@ -1,5 +1,15 @@
1
1
  {
2
- "SmartCrmSummary": "Your CRM Summary",
2
+ "Actions.Title": "Actions",
3
+ "Actions.Config.Description": "Define the action labels you want to associate with your contacts, such as ‘Phone Call,’ ‘Meeting,’ ‘Email Sent,’ and more.",
4
+ "Actions.ActionMessage": "No actions presently need your attention.",
5
+ "Actions.ActionSuggestionsMessage": "No suggested actions for now, please check back soon.",
6
+ "AccountFilesMessage.Owner": "Owner",
7
+ "AccountFilesMessage.Account": "Account",
8
+ "AccountFilesMessage.Contact": "Contact",
9
+ "AccountFilesMessage.Opportunity": "Opportunity",
10
+ "AccountFilesMessage.File": "File",
11
+ "AccountFilesMessage.DeletedMessage": "file Successfully Deleted",
12
+ "AccountFilesMessage.NoDataMessage": "No file present - please add some.",
3
13
  "AccountMessage.Name": "Name",
4
14
  "AccountMessage.Account": "Account",
5
15
  "AccountMessage.Location": "Location",
@@ -37,6 +47,84 @@
37
47
  "AccountMessage.NoActionsMessage": "No actions submitted yet",
38
48
  "AccountMessage.NoVersionsMessage": "No versions present",
39
49
  "AccountMessage.NoActionsInAccountInfoMessage": "Comments need to be associated to actions. Please go to the Configuration tabs and set some actions before you can post a comment.",
50
+ "AccountSourceMessage.Name": "Name",
51
+ "AccountSourceMessage.IsDefault": "Is Default",
52
+ "AccountSourceMessage.AccountSource": "Account Source",
53
+ "AccountSourceMessage.AddAccountSource": "Add Account Source",
54
+ "AccountSourceMessage.BuildAccountSource": "Build Default Sources",
55
+ "AccountSourceMessage.UpdatedMessage": "source Successfully Updated",
56
+ "AccountSourceMessage.DeletedMessage": "source Successfully Deleted",
57
+ "AccountSourceMessage.NoDataMessage": "No source present - please add some.",
58
+ "AnalysisMessage.NoInsightMessage": "Not enough data",
59
+ "Categories.Config.Description": "Define the categories that best represent your goals, such as ‘Fundraising,’ ‘My Awesome Product,’ and more.",
60
+ "CategoriesMessages.Category": "Category",
61
+ "CategoriesMessages.AddCategory": "Add Category",
62
+ "CategoriesMessages.BuildCategory": "Build Default Categories",
63
+ "CategoriesMessages.Name": "Name",
64
+ "CategoriesMessages.PreviousCategory": "Previous Category",
65
+ "CategoriesMessages.Visible": "Visible",
66
+ "CategoriesMessages.Default": "Default",
67
+ "CategoriesMessages.NameRequired": "Please enter name",
68
+ "CategoriesMessages.PreviousCategoryRequired": "Please select category",
69
+ "CategoriesMessages.NoCategoriesMessage": "No categories present - please add some.",
70
+ "CategoriesMessages.Tooltip.PreviousCategory": "Defining a ‘previous category’ allows our system to build a workflow.",
71
+ "CategoriesMessages.Tooltip.Visible": "Set the category as visible",
72
+ "CategoriesMessages.Tooltip.Default": "Set this category as 'Default'",
73
+ "CommunicationsMessage.Body": "Body",
74
+ "CommunicationsMessage.Location": "Location",
75
+ "CommunicationsMessage.SendUntil": "Send Until",
76
+ "CommunicationsMessage.Pushed": "Pushed?",
77
+ "CommunicationsMessage.Subject": "Subject",
78
+ "CommunicationsMessage.DaysToWaitFromPreviousNewsletter": "Days To Wait",
79
+ "CommunicationsMessage.Product": "Product",
80
+ "CommunicationsMessage.Products": "Products",
81
+ "CommunicationsMessage.Features": "Features",
82
+ "CommunicationsMessage.PreviousNewsletter": "Previous Newsletter",
83
+ "CommunicationsMessage.ContactPotential": "Contact Potential",
84
+ "CommunicationsMessage.AccountSize": "Account Size",
85
+ "CommunicationsMessage.OnlyNewContacts": "Only New Contacts",
86
+ "CommunicationsMessage.AccountStatus": "Account Status",
87
+ "CommunicationsMessage.AccountPriority": "Account Priority",
88
+ "CommunicationsMessage.AccountSource": "Account Source",
89
+ "CommunicationsMessage.ContactSource": "Contact Source",
90
+ "CommunicationsMessage.IsPushed": "Is Pushed",
91
+ "CommunicationsMessage.IsSent": "Is Sent",
92
+ "CommunicationsMessage.ContactLabel": "Contact Label",
93
+ "CommunicationsMessage.ShouldDeliver": "Active",
94
+ "CommunicationsMessage.CanReply": "Can Reply",
95
+ "CommunicationsMessage.SendAt": "Send At",
96
+ "CommunicationsMessage.Sent": "Delivered?",
97
+ "CommunicationsMessage.Title": "Subject",
98
+ "CommunicationsMessage.Value": "Value",
99
+ "CommunicationsMessage.Reason": "Reason",
100
+ "CommunicationsMessage.AddedMessage": "Communication Successfully Added",
101
+ "CommunicationsMessage.DeletedMessage": "Communication Successfully Deleted",
102
+ "CommunicationsMessage.NoCommunicationMessage": "No marketing communication emails - start adding some.",
103
+ "CommunicationsMessage.NoInsightMessage": "Not enough data",
104
+ "CommunicationsMessage.Tooltip.Title": "Specifies the subject of your email communication.",
105
+ "CommunicationsMessage.Tooltip.Body": "Defines the body content of your email communication.",
106
+ "CommunicationsMessage.Tooltip.Products": "If enabled, emails will be sent only to contacts subscribed to the selected products.",
107
+ "CommunicationsMessage.Tooltip.Features": "If enabled, emails will be sent only to contacts subscribed to the selected features.",
108
+ "CommunicationsMessage.Tooltip.ContactPotential": "If enabled, emails will be sent only to contacts with the specified priority.",
109
+ "CommunicationsMessage.Tooltip.OnlyNewContacts": "If enabled, emails will be sent only to newly created contacts.",
110
+ "CommunicationsMessage.Tooltip.CanReply": "If enabled, emails will be sent using the main ‘From’ email address instead of the ‘no-reply’ one.",
111
+ "CommunicationsMessage.Tooltip.AccountSize": "If enabled, emails will be sent only to contacts from accounts of the specified size.",
112
+ "CommunicationsMessage.Tooltip.AccountStatus": "If enabled, emails will be sent only to contacts from accounts with the specified status.",
113
+ "CommunicationsMessage.Tooltip.AccountPriority": "If enabled, emails will be sent only to contacts from accounts with the specified priority.",
114
+ "CommunicationsMessage.Tooltip.AccountSource": "If enabled, emails will be sent only to accounts originating from the specified sources.",
115
+ "CommunicationsMessage.Tooltip.ContactSource": "If enabled, emails will be sent only to contacts originating from the specified sources.",
116
+ "CommunicationsMessage.Tooltip.ContactLabel": "If enabled, emails will be sent only to contacts with the specified labels.",
117
+ "CommunicationsMessage.Tooltip.SendUntil": "Specify the date when our system should stop sending this email communication.",
118
+ "CommunicationsMessage.Tooltip.SendAt": "Specify the date when our system should start sending this email communication.",
119
+ "CommunicationsMessage.Tooltip.PreviousNewsletter": "If enabled, this communication will be sent only after the previous newsletter has been delivered.",
120
+ "CommunicationsMessage.Tooltip.DaysToWaitFromPreviousNewsletter": "Specifies the number of days to wait after the previous newsletter has been delivered before sending this one.",
121
+ "CommunicationsMessage.Tooltip.Product": "If enabled, this communication will be sent only to contacts subscribed to the selected product.",
122
+ "CommunicationsMessage.Tooltip.IsPushed": "If enabled, our system will begin delivering this communication.",
123
+ "CommunicationsMessage.Tooltip.IsSent": "If enabled, this indicates that the communication has been successfully delivered.",
124
+ "CommunicationsMessage.Tooltip.Location": "If a location is specified, the newsletter will only be sent to contacts within a 200km radius of that location.",
125
+ "CommonMessage.AddedMessage": "Record Successfully Added",
126
+ "CommonMessage.UpdatedMessage": "Record Successfully Updated",
127
+ "CommonMessage.DeletedMessage": "Record Successfully Delete",
40
128
  "ContactMessage.Account": "Account",
41
129
  "ContactMessage.Contact": "Contact",
42
130
  "ContactMessage.FirstName": "First Name",
@@ -53,9 +141,9 @@
53
141
  "ContactMessage.AccountOwner": "Account",
54
142
  "ContactMessage.Headline": "Headline",
55
143
  "ContactMessage.Potential": "Potential",
56
- "ContactMessage.Tooltip.Potential": "Indicates the potential of converting the contact",
144
+ "ContactMessage.Tooltip.Potential": "Represents the likelihood of converting the contact into a customer.",
57
145
  "ContactMessage.Labels": "Labels",
58
- "ContactMessage.Tooltip.Labels": "You can associate to contacts as many labels as needed",
146
+ "ContactMessage.Tooltip.Labels": "You can assign multiple labels to contacts as needed.",
59
147
  "ContactMessage.Title": "Title",
60
148
  "ContactMessage.Value": "Value",
61
149
  "ContactMessage.Reason": "Reason",
@@ -65,20 +153,47 @@
65
153
  "ContactMessage.FirstNameErrorMessage": "Please enter first name.",
66
154
  "ContactMessage.LastNameErrorMessage": "Please enter last name.",
67
155
  "ContactMessage.ShowAllContacts": "Show All Contacts",
68
- "ContactMessage.ContactsAdminMessage": "No contacts present - please add some.",
156
+ "ContactMessage.ContactsAdminMessage": "No contacts found - please add some.",
69
157
  "ContactMessage.UpdatedMessage": "Contact Successfully Updated",
70
158
  "ContactMessage.DeletedMessage": "Contact Successfully Deleted",
71
159
  "ContactMessage.CommentSubmittedMessage": "Comment Submitted successfully",
72
160
  "ContactMessage.NoInsightMessage": "Not enough data",
73
- "ContactMessage.Tooltip.EmailVerified": "This is true once the email has been verified",
161
+ "ContactMessage.Tooltip.EmailVerified": "Should be true once the email has been successfully verified.",
74
162
  "ContactMessage.NoActionsMessage": "No actions submitted yet",
75
- "ContactMessage.NoVersionsMessage": "No versions present",
163
+ "ContactMessage.NoVersionsMessage": "No versions found",
76
164
  "ContactMessage.NoActionsInContactInfoMessage": "Comments need to be associated to actions. Please go to actions Configuration section and set some actions before you can post a comment.",
165
+ "CrmLeads.Title": "Lead",
166
+ "CrmLeads.AddLead": "Add Leads",
167
+ "CrmLeads.Source": "Source",
168
+ "CrmLeads.Tooltip.Source": "Specifies the source of the lead (e.g., Landing Page 1).",
169
+ "CrmLeads.Email": "Email",
170
+ "CrmLeads.EmailVerified": "Email Verified",
171
+ "CrmLeads.CreatedAt": "CreatedAt",
172
+ "CrmLeads.AddedMessage": "Lead Successfully Added",
173
+ "CrmLeads.UpdatedMessage": "Lead Successfully Updated",
174
+ "CrmLeads.DeletedMessage": "Record has been deleted",
175
+ "CrmLeads.NoCrmLeadMessage": "No new leads available to you today. Please check back shortly.",
176
+ "CrmLeads.Tooltip.NewsLetterUnsubscribed": "This contact unsubscribed from receiving newsletters",
177
+ "CrmLeads.Tooltip.Account": "Once a company is assigned, the contact will appear in the Contacts tab.",
178
+ "Insight.NoDataMessage": "This section is visible only to CRM admins",
179
+ "MarketingInsight.Name": "Name",
180
+ "MarketingInsight.Email": "Email",
181
+ "MarketingInsight.JoinedAt": "Joined At",
182
+ "MarketingInsight.SentAt": "Sent At",
183
+ "MarketingInsight.LastOpened": "Last Opened",
184
+ "MarketingInsight.OpenCount": "Open Count",
185
+ "MarketingInsight.ClickedAt": "Clicked At",
186
+ "MarketingInsight.ClickedCount": "Clicked Count",
187
+ "MarketingInsight.NoUserListMessage": "No newsletter recipients yet. Please start sending some newsletters.",
188
+ "OpportunitiesBoardMessages.NoDataMessage": "We couldn't find any opportunity associated with any categories",
189
+ "OpportunitiesBoardMessages.NoStages": "You need to define categories and stages before being able to use the board.",
190
+ "OpportunitiesBoardMessages.NoStageAssociated": "We couldn't find any stage associate to this category.",
77
191
  "OpportunitiesMessage.Contact": "Contact",
78
192
  "OpportunitiesMessage.Account": "Account",
79
193
  "OpportunitiesMessage.Features": "Features",
80
194
  "OpportunitiesMessage.OneTimeAmount": "One Time Amount",
81
195
  "OpportunitiesMessage.WinChance": "Win Chance",
196
+ "OpportunitiesMessage.Currency": "Currency",
82
197
  "OpportunitiesMessage.MonthlyAmount": "Monthly Amount",
83
198
  "OpportunitiesMessage.MRR": "MRR",
84
199
  "OpportunitiesMessage.Stage": "Stage",
@@ -103,93 +218,26 @@
103
218
  "OpportunitiesMessage.UpdatedMessage": "Opportunity Successfully Updated",
104
219
  "OpportunitiesMessage.DeletedMessage": "Opportunity Successfully Deleted",
105
220
  "OpportunitiesMessage.CommentSubmittedMessage": "Opportunity Submitted successfully",
106
- "OpportunitiesMessage.NoOpportunitiesMessage": "No opportunities present - please add some",
221
+ "OpportunitiesMessage.NoOpportunitiesMessage": "No opportunities found - please add some",
107
222
  "OpportunitiesMessage.NoInsightMessage": "Not enough data",
108
223
  "OpportunitiesMessage.NoActionsMessage": "No actions submitted yet",
109
- "OpportunitiesMessage.NoVersionsMessage": "No versions present",
224
+ "OpportunitiesMessage.NoVersionsMessage": "No versions found",
110
225
  "OpportunitiesMessage.NoActionsInOpportunitiesInfoMessage": "Comments need to be associated to actions. Please go to the Configuration tabs and set some actions before you can post a comment.",
111
- "OpportunitiesMessage.Tooltip.Won": "Total amount expected to coming in (Optional)",
226
+ "OpportunitiesMessage.Tooltip.Won": "Please indicate the expected lifetime value of this opportunity (Optional)",
112
227
  "OpportunitiesMessage.Tooltip.Stage": "Stage",
113
- "OpportunitiesMessage.Tooltip.Category": "Category",
228
+ "OpportunitiesMessage.Tooltip.Category": "Please indicate the categories associated with this opportunity",
114
229
  "OpportunitiesMessage.Tooltip.CrmProductId": "You can associate this opportunity to any of your products - if any",
115
- "OpportunitiesMessage.Tooltip.WinChance": "Please indicate the chances to win this opportunity",
116
- "OpportunitiesMessage.Tooltip.Feature": "This correspond to the product feature we expect this opportunity to be associated with",
117
- "OpportunitiesMessage.Tooltip.OneTimeAmount": "This is one-time payments you might have negotiated, such as setting up fees",
230
+ "OpportunitiesMessage.Tooltip.WinChance": "Please indicate the probability of winning this opportunity as a percentage (0-100%)",
231
+ "OpportunitiesMessage.Tooltip.Currency": "The default currency is USD",
232
+ "OpportunitiesMessage.Tooltip.Feature": "This correspond to the product that this opportunity is associated with",
233
+ "OpportunitiesMessage.Tooltip.OneTimeAmount": "This is one-time payments you might have negotiated, such as installation fees",
118
234
  "OpportunitiesMessage.Tooltip.MRR": "This is the expected monthly recurring revenue",
119
235
  "OpportunitiesMessage.Tooltip.StartingAt": "Please indicate when the opportunity is likely to convert into a paying customer",
120
- "OpportunitiesMessage.Tooltip.StageOpportunity": "Please indicate the stage of the opportunity",
121
- "CommunicationsMessage.Body": "Body",
122
- "CommunicationsMessage.Location": "Location",
123
- "CommunicationsMessage.SendUntil": "Send Until",
124
- "CommunicationsMessage.Pushed": "Pushed?",
125
- "CommunicationsMessage.Subject": "Subject",
126
- "CommunicationsMessage.DaysToWaitFromPreviousNewsletter": "Days To Wait",
127
- "CommunicationsMessage.Product": "Product",
128
- "CommunicationsMessage.Products": "Products",
129
- "CommunicationsMessage.Features": "Features",
130
- "CommunicationsMessage.PreviousNewsletter": "Previous Newsletter",
131
- "CommunicationsMessage.ContactPotential": "Contact Potential",
132
- "CommunicationsMessage.AccountSize": "Account Size",
133
- "CommunicationsMessage.OnlyNewContacts": "Only New Contacts",
134
- "CommunicationsMessage.AccountStatus": "Account Status",
135
- "CommunicationsMessage.AccountPriority": "Account Priority",
136
- "CommunicationsMessage.AccountSource": "Account Source",
137
- "CommunicationsMessage.ContactSource": "Contact Source",
138
- "CommunicationsMessage.IsPushed": "Is Pushed",
139
- "CommunicationsMessage.IsSent": "Is Sent",
140
- "CommunicationsMessage.ContactLabel": "Contact Label",
141
- "CommunicationsMessage.ShouldDeliver": "Active",
142
- "CommunicationsMessage.CanReply": "Can Reply",
143
- "CommunicationsMessage.SendAt": "Send At",
144
- "CommunicationsMessage.Sent": "Sent?",
145
- "CommunicationsMessage.Title": "Title",
146
- "CommunicationsMessage.Value": "Value",
147
- "CommunicationsMessage.Reason": "Reason",
148
- "CommunicationsMessage.AddedMessage": "Communication Successfully Added",
149
- "CommunicationsMessage.DeletedMessage": "Communication Successfully Deleted",
150
- "CommunicationsMessage.NoCommunicationMessage": "No marketing communication emails - start adding some.",
151
- "CommunicationsMessage.NoInsightMessage": "Not enough data",
152
- "CommunicationsMessage.Tooltip.Title": "The is the subject of your email communication",
153
- "CommunicationsMessage.Tooltip.Body": "This is the body of your email communication",
154
- "CommunicationsMessage.Tooltip.Products": "If selected, emails will be sent only to contacts subscribed to the selected products.",
155
- "CommunicationsMessage.Tooltip.Features": "If selected, emails will be sent only to contacts subscribed to the selected features.",
156
- "CommunicationsMessage.Tooltip.ContactPotential": "If selected, emails will be sent only to contacts of that given priority.",
157
- "CommunicationsMessage.Tooltip.OnlyNewContacts": "If this selected, emails will be sent only to newly created contacts",
158
- "CommunicationsMessage.Tooltip.CanReply": "If selected, emails will be delivered with main from email",
159
- "CommunicationsMessage.Tooltip.AccountSize": "If selected, emails will be sent only to contacts of an account of that size.",
160
- "CommunicationsMessage.Tooltip.AccountStatus": "If selected, emails will be sent only to contacts of an account of that status.",
161
- "CommunicationsMessage.Tooltip.AccountPriority": "If selected, emails will be sent only to contacts of an account with that priority.",
162
- "CommunicationsMessage.Tooltip.AccountSource": "If selected, emails will be sent only to accounts coming from any of those sources.",
163
- "CommunicationsMessage.Tooltip.ContactSource": "If selected, emails will be sent only to contacts coming from any of those sources.",
164
- "CommunicationsMessage.Tooltip.ContactLabel": "If selected, emails will be sent only to contacts with any of those labels.",
165
- "CommunicationsMessage.Tooltip.SendUntil": "Date that our system will stop sending this communication",
166
- "CommunicationsMessage.Tooltip.SendAt": "Date at which our system will start sending this communication",
167
- "CommunicationsMessage.Tooltip.PreviousNewsletter": "If selected, our system won't send this communication until the previous newsletter is delivered",
168
- "CommunicationsMessage.Tooltip.DaysToWaitFromPreviousNewsletter": "This represents the number of days to wait after the previous newsletter has been delivered",
169
- "CommunicationsMessage.Tooltip.Product": "Our system will deliver this communication only to contacts subscribed to the selected product",
170
- "CommunicationsMessage.Tooltip.IsPushed": "If true, our system will start delivering the communication",
171
- "CommunicationsMessage.Tooltip.IsSent": "This means that the communication has been pushed",
172
- "CommunicationsMessage.Tooltip.Location": "If location is indicated, the newsletter will be sent only to contacts within 200km from that location",
173
- "AccountSourceMessage.Name": "Name",
174
- "AccountSourceMessage.IsDefault": "Is Default",
175
- "AccountSourceMessage.AccountSource": "Account Source",
176
- "AccountSourceMessage.AddAccountSource": "Add Account Source",
177
- "AccountSourceMessage.BuildAccountSource": "Build Default Sources",
178
- "AccountSourceMessage.UpdatedMessage": "source Successfully Updated",
179
- "AccountSourceMessage.DeletedMessage": "source Successfully Deleted",
180
- "AccountSourceMessage.NoDataMessage": "No source present - please add some.",
181
- "AccountFilesMessage.Owner": "Owner",
182
- "AccountFilesMessage.Account": "Account",
183
- "AccountFilesMessage.Contact": "Contact",
184
- "AccountFilesMessage.Opportunity": "Opportunity",
185
- "AccountFilesMessage.File": "File",
186
- "AccountFilesMessage.DeletedMessage": "file Successfully Deleted",
187
- "AccountFilesMessage.NoDataMessage": "No file present - please add some.",
236
+ "OpportunitiesMessage.Tooltip.StageOpportunity": "Please indicate the current stage of the opportunity",
237
+ "Sources.Config.Description": "Define the sources you want to use to track where your prospects are coming from, such as ‘Landing Page,’ ‘Blog,’ ‘Careers Page,’ and more.",
188
238
  "Settings.Name": "Name",
189
- "Settings.TargetWeek": "Target Week",
190
- "Settings.Tooltip.TargetWeek": "Coming Soon",
191
- "Settings.TargetWeekMin": "Target Week Min",
192
- "Settings.Tooltip.TargetWeekMin": "Coming Soon",
239
+ "Settings.TargetWeek": "Weekly Target - Optimum",
240
+ "Settings.TargetWeekMin": "Weekly Target - Minimum",
193
241
  "Settings.Visible": "Visible",
194
242
  "Settings.AddAction": "Add Action",
195
243
  "Settings.BuildDefaultAction": "Build Default Actions",
@@ -197,62 +245,15 @@
197
245
  "Settings.TargetWeekMinErrorMessage": "Please select target week min",
198
246
  "Settings.TargetWeekErrorMessage": "Please select target week",
199
247
  "Settings.NameFieldErrorMessage": "Please enter action name.",
200
- "Settings.NoActionMessage": "No actions present - please add some.",
248
+ "Settings.NoActionMessage": "No actions found - please add some.",
201
249
  "Settings.AddedMessage": "Record Successfully Added",
202
250
  "Settings.UpdatedMessage": "Record Successfully Updated",
203
251
  "Settings.DeletedMessage": "Record has been deleted",
204
- "Settings.Tooltip.PreviousAction": "See previous action",
205
- "Settings.Tooltip.Visible": "Set this action as visible",
206
- "Widgets.Position": "Position",
207
- "Widgets.Tooltip.Name": "Coming Soon",
208
- "Widgets.Tooltip.Position": "Coming Soon",
209
- "Widgets.Tooltip.Visible": "Coming Soon",
210
- "Widgets.CrmWidget": "Crm Widget",
211
- "Widgets.Visible": "Visible",
212
- "Widgets.Widget": "Widget",
213
- "Widgets.NoDataMessage": "No widgets present - please add some.",
214
- "Widgets.AddedMessage": "Record Successfully Added",
215
- "Widgets.UpdatedMessage": "Record Successfully Updated",
216
- "Widgets.DeletedMessage": "Record has been deleted",
217
- "Widgets.AddWidgets": "Add Widgets",
218
- "Summary.Owner": "Owner",
219
- "Summary.ContactName": "Contact Name",
220
- "Summary.ContactEmail": "Contact Email",
221
- "Summary.ReferenceNumber": "Reference Number",
222
- "Summary.IsDeleted": "Is Deleted",
223
- "Summary.Title": "Title",
224
- "Summary.Account": "Account",
225
- "Summary.Contact": "Contact",
226
- "Summary.OneTimeAmount": "One Time Amount",
227
- "Summary.WinChance": "Win Chance",
228
- "Summary.MonthlyAmount": "Monthly Amount",
229
- "Summary.Organisation": "Organisation",
230
- "Summary.NoInsightMessage": "Not enough data",
231
- "Summary.SummaryMessage": "No actions presently need your attention.",
232
- "Summary.SummarySuggestionsMessage": "No suggested actions for now, please check back soon.",
233
- "CrmLeads.AddLead": "Add Leads",
234
- "LeadCrmLeads.": "Lead",
235
- "CrmLeads.Source": "Source",
236
- "CrmLeads.Tooltip.Source": "Indicates the sources of the lead, e.g. Landing Page 1",
237
- "CrmLeads.Email": "Email",
238
- "CrmLeads.EmailVerified": "Email Verified",
239
- "CrmLeads.CreatedAt": "CreatedAt",
240
- "CrmLeads.AddedMessage": "Lead Successfully Added",
241
- "CrmLeads.UpdatedMessage": "Lead Successfully Updated",
242
- "CrmLeads.DeletedMessage": "Record has been deleted",
243
- "CrmLeads.NoCrmLeadMessage": "No new leads available to you today. Please check back shortly.",
244
- "CrmLeads.Tooltip.NewsLetterUnsubscribed": "This contact unsubscribed from receiving newsletters",
245
- "Insight.NoDataMessage": "This section is visible only to CRM admins",
246
- "MarketingInsight.Name": "Name",
247
- "MarketingInsight.Email": "Email",
248
- "MarketingInsight.JoinedAt": "Joined At",
249
- "MarketingInsight.SentAt": "Sent At",
250
- "MarketingInsight.LastOpened": "Last Opened",
251
- "MarketingInsight.OpenCount": "Open Count",
252
- "MarketingInsight.ClickedAt": "Clicked At",
253
- "MarketingInsight.ClickedCount": "Clicked Count",
254
- "MarketingInsight.NoUserListMessage": "No newsletter recipients yet. Please start sending some newsletters.",
255
- "StageMessages.StageTitle": "Please define here the stages that best fit with your sales funnel and objectives.",
252
+ "Settings.Tooltip.TargetWeekMin": "Minimum acceptable target for the week",
253
+ "Settings.Tooltip.TargetWeek": "Optimum target for the week",
254
+ "Settings.Tooltip.PreviousAction": "Defining a ‘previous action’ allows our system to build a workflow.",
255
+ "Settings.Tooltip.Visible": "If enabled, this action will be available for use.",
256
+ "Stages.Config.Description": "Define the stages that best align with your sales funnel and objectives, such as ‘Pitching,’ ‘Qualifying,’ ‘Negotiating,’ ‘Won,’ or ‘Lost’ and more.",
256
257
  "StageMessages.Stage": "Stage",
257
258
  "StageMessages.AddStage": "Add Stage",
258
259
  "StageMessages.BuildDefaultStage": "Build Default Stages",
@@ -266,32 +267,38 @@
266
267
  "StageMessages.AddedMessage": "Stage Successfully Added",
267
268
  "StageMessages.UpdatedMessage": "Stage Successfully Updated",
268
269
  "StageMessages.DeletedMessage": "Stage Successfully Delete",
269
- "StageMessages.NoStageMessage": "No stages present - please add some.",
270
- "StageMessages.NoStageCategoryMessage": "No stages present - please add some for this category.",
271
- "StageMessages.Tooltip.PreviousStage": "Set the previous stage",
270
+ "StageMessages.NoStageMessage": "No stages found - please add some.",
271
+ "StageMessages.NoStageCategoryMessage": "No stages found - please add some for this category.",
272
272
  "StageMessages.ColorCode": "Color Code",
273
- "StageMessages.Tooltip.ColorCode": "This is the bg color of the column in the Opportunities/BoardView tab.",
274
- "StageMessages.Tooltip.OpportunityCategory": "Set the category of this opportunity",
275
- "StageMessages.Tooltip.Visible": "Set this stage as visible",
276
- "StageMessages.Tooltip.Default": "Set this stage ad 'Default'",
277
- "CategoriesMessages.CategoriesTitle": "Please select the categories that you want to use.",
278
- "CategoriesMessages.Category": "Category",
279
- "CategoriesMessages.AddCategory": "Add Category",
280
- "CategoriesMessages.BuildCategory": "Build Default Categories",
281
- "CategoriesMessages.Name": "Name",
282
- "CategoriesMessages.PreviousCategory": "Previous Category",
283
- "CategoriesMessages.Visible": "Visible",
284
- "CategoriesMessages.Default": "Default",
285
- "CategoriesMessages.NameRequired": "Please enter name",
286
- "CategoriesMessages.PreviousCategoryRequired": "Please select category",
287
- "CategoriesMessages.NoCategoriesMessage": "No categories present - please add some.",
288
- "CategoriesMessages.Tooltip.PreviousCategory": "Set the previous category",
289
- "CategoriesMessages.Tooltip.Visible": "Set the category as visible",
290
- "CategoriesMessages.Tooltip.Default": "Set this category as 'Default'",
291
- "OpportunitiesBoardMessages.NoDataMessage": "We couldn't find any opportunity associated with any categories",
292
- "OpportunitiesBoardMessages.NoStages": "You need to define categories and stages before being able to use the board.",
293
- "OpportunitiesBoardMessages.NoStageAssociated": "We couldn't find any stage associate to this category.",
294
- "CommonMessage.AddedMessage": "Record Successfully Added",
295
- "CommonMessage.UpdatedMessage": "Record Successfully Updated",
296
- "CommonMessage.DeletedMessage": "Record Successfully Delete"
273
+ "StageMessages.Tooltip.PreviousStage": "Defining a ‘previous stage’ allows our system to build the correct workflow in the Opportunities/BoardView tab.",
274
+ "StageMessages.Tooltip.ColorCode": "Specifies the background color of the column in the Opportunities/BoardView tab.",
275
+ "StageMessages.Tooltip.OpportunityCategory": "Set the categories associated with this opportunity.",
276
+ "StageMessages.Tooltip.Visible": "If enabled, this stage will be available to be used.",
277
+ "StageMessages.Tooltip.Default": "Set this stage ad 'Default'.",
278
+ "Summary.Owner": "Owner",
279
+ "Summary.ContactName": "Contact Name",
280
+ "Summary.ContactEmail": "Contact Email",
281
+ "Summary.ReferenceNumber": "Reference Number",
282
+ "Summary.IsDeleted": "Is Deleted",
283
+ "Summary.Title": "Title",
284
+ "Summary.Account": "Account",
285
+ "Summary.Contact": "Contact",
286
+ "Summary.OneTimeAmount": "One Time Amount",
287
+ "Summary.WinChance": "Win Chance",
288
+ "Summary.MonthlyAmount": "Monthly Amount",
289
+ "Summary.Organisation": "Organisation",
290
+ "Summary.NoInsightMessage": "Not enough data",
291
+ "Widgets.Config.Description": "Please define the widgets you want to add to your dashboard.",
292
+ "Widgets.Position": "Position",
293
+ "Widgets.Tooltip.Name": "Coming Soon",
294
+ "Widgets.Tooltip.Position": "Coming Soon",
295
+ "Widgets.Tooltip.Visible": "Coming Soon",
296
+ "Widgets.CrmWidget": "Crm Widget",
297
+ "Widgets.Visible": "Visible",
298
+ "Widgets.Widget": "Widget",
299
+ "Widgets.NoDataMessage": "No widgets found - please add some.",
300
+ "Widgets.AddedMessage": "Record Successfully Added",
301
+ "Widgets.UpdatedMessage": "Record Successfully Updated",
302
+ "Widgets.DeletedMessage": "Record has been deleted",
303
+ "Widgets.AddWidgets": "Add Widgets"
297
304
  }