@posiwise/i18n 0.0.5 → 0.0.7
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.
- package/en.json +104 -75
- package/package.json +1 -1
- package/smart-crm/en.json +30 -10
package/en.json
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"Admin.Faq.AddedMessage": "FAQ Successfully Added.",
|
|
6
6
|
"Admin.Faq.UpdatedMessage": "FAQ Successfully Updated.",
|
|
7
7
|
"Admin.Faq.DeletedMessage": "FAQ Successfully Deleted.",
|
|
8
|
-
"Admin.Faq.NoDataMessage": "
|
|
8
|
+
"Admin.Faq.NoDataMessage": "We couldn't find any FAQs - please consider adding some.",
|
|
9
9
|
"Admin.Faq.Question": "Question",
|
|
10
10
|
"Admin.Faq.Answer": "Answer",
|
|
11
11
|
"Admin.Faq.Category": "Category",
|
|
@@ -20,8 +20,8 @@
|
|
|
20
20
|
"Admin.Faq.Validation.FieldRequired": "This field is required",
|
|
21
21
|
"Admin.Faq.Tooltip.Product": "If any products are selected, the FAQ will be visible only to users subscribed to those products.",
|
|
22
22
|
"Admin.Faq.Tooltip.Features": "If any features are selected, the FAQ will be visible only to users subscribed to those features.",
|
|
23
|
-
"Admin.Faq.Tooltip.Category": "If any categories are selected, the FAQ will be visible only to users subscribed to
|
|
24
|
-
"Admin.Faq.Tooltip.Position": "You have to set the order
|
|
23
|
+
"Admin.Faq.Tooltip.Category": "If any categories are selected, the FAQ will be visible only to users subscribed to those categories.",
|
|
24
|
+
"Admin.Faq.Tooltip.Position": "You have to set the order in which the question should appear in the list. The smaller, the sooner it will appear.",
|
|
25
25
|
"Admin.Faq.Tooltip.Visible": "The FAQ won't be visible unless the toggle is on",
|
|
26
26
|
"Admin.Faq.Tooltip.Public": "If true, this FAQ will be visible in all public pages.",
|
|
27
27
|
"Admin.Faq.Tooltip.SharedFaq": "SuperAdmin: If true, this FAQ will be visible to all users across all Master Subscriptions.",
|
|
@@ -30,15 +30,15 @@
|
|
|
30
30
|
"Admin.Newsletter.AddedMessage": "Newsletter Successfully Added.",
|
|
31
31
|
"Admin.Newsletter.UpdatedMessage": "Newsletter Successfully Updated.",
|
|
32
32
|
"Admin.Newsletter.DeletedMessage": "Newsletter Successfully Deleted.",
|
|
33
|
-
"Admin.Newsletter.NoDataMessage": "
|
|
33
|
+
"Admin.Newsletter.NoDataMessage": "We couldn't find any Newsletters - please consider adding some.",
|
|
34
34
|
"Admin.Newsletter.Tooltip.Code": "This is the unique code defining this newsletter.",
|
|
35
35
|
"Admin.Newsletter.Tooltip.CanUnsubscribe": "Set it to FALSE if it's a transactional email. If true, the user will be able to subscribe/unsubscribe through the accounts/settings page.",
|
|
36
36
|
"Admin.Newsletter.Tooltip.IsActive": "If INACTIVE, a user will not be able to subscribe to this newsletter from a public view.",
|
|
37
37
|
"Admin.DomainConfig.AddedMessage": "DomainConfig Successfully Added.",
|
|
38
38
|
"Admin.DomainConfig.UpdatedMessage": "DomainConfig Successfully Updated.",
|
|
39
39
|
"Admin.DomainConfig.DeletedMessage": "DomainConfig Successfully Deleted.",
|
|
40
|
-
"Admin.DomainConfig.NoDataMessage": "
|
|
41
|
-
"Admin.DomainConfig.EnableConfigTab": "To enable this config, you first need to save the required data in the Core Config tab.",
|
|
40
|
+
"Admin.DomainConfig.NoDataMessage": "We couldn't find any Domain Configs - please consider adding some.",
|
|
41
|
+
"Admin.DomainConfig.EnableConfigTab": "To enable this tab config, you first need to save the required data in the Core Config tab.",
|
|
42
42
|
"Admin.DomainConfig.HostName": "Host Name",
|
|
43
43
|
"Admin.DomainConfig.InternalPath": "Internal Path",
|
|
44
44
|
"Admin.DomainConfig.ShardName": "Shard Name",
|
|
@@ -169,26 +169,26 @@
|
|
|
169
169
|
"Admin.DomainConfig.TrialPdfSourceId": "Trial Pdf Source",
|
|
170
170
|
"Admin.DomainConfig.TrialProduct": "Trial Product",
|
|
171
171
|
"Admin.DomainConfig.TrialVideoUrl": "Trial Video Url",
|
|
172
|
-
"Admin.DomainConfig.Validation.HostName": "
|
|
172
|
+
"Admin.DomainConfig.Validation.HostName": "Hostname is required",
|
|
173
173
|
"Admin.DomainConfig.Validation.InternalPath": "Internal path is required",
|
|
174
174
|
"Admin.DomainConfig.Validation.ShardName": "Shard name is required",
|
|
175
|
-
"Admin.DomainConfig.Validation.ShardUrl": "Shard
|
|
175
|
+
"Admin.DomainConfig.Validation.ShardUrl": "Shard URL is required",
|
|
176
176
|
"Admin.DomainConfig.Validation.CompanyName": "Company name is required",
|
|
177
177
|
"Admin.DomainConfig.Validation.CompanyEmail": "Company email is required",
|
|
178
178
|
"Admin.DomainConfig.Validation.CompanyUrl": "Company url is required",
|
|
179
179
|
"Admin.DomainConfig.Tooltip.HostName": "It has to match the hostname you want to resolve. Eg: blog.posiwise.com",
|
|
180
|
-
"Admin.DomainConfig.Tooltip.InternalPath": "This is the internal path that will be resolved for the given
|
|
180
|
+
"Admin.DomainConfig.Tooltip.InternalPath": "This is the internal path that will be resolved for the given Hostname. Eg: www.posiwise.com/blog",
|
|
181
181
|
"Admin.DomainConfig.Tooltip.ShardName": "This is the name of the database shard you want to connect when browsing the given HostName.",
|
|
182
|
-
"Admin.DomainConfig.Tooltip.ShardUrl": "
|
|
183
|
-
"Admin.DomainConfig.Tooltip.MasterSubscriptionProduct": "This is the product associated with the Master (Build) Subscription.
|
|
184
|
-
"Admin.DomainConfig.Tooltip.MasterSubscription": "This is the Master (Build) Subscription.
|
|
182
|
+
"Admin.DomainConfig.Tooltip.ShardUrl": "The backend uses this to resolve the right URL when connected to a given database shard.",
|
|
183
|
+
"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..",
|
|
184
|
+
"Admin.DomainConfig.Tooltip.MasterSubscription": "This is the Master (Build) Subscription. The frontend sends its ID to the backend to verify the user permissions.",
|
|
185
185
|
"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.",
|
|
186
186
|
"Admin.DomainConfig.Tooltip.BlogFeatureKey": "This is the hardcoded feature_key that enables rendering of the right Blog Posts",
|
|
187
187
|
"Admin.DomainConfig.Tooltip.CrmSubscription": "This is required to enable the connection/sync between our SmartCrm product and your Master (Build) Subscription.",
|
|
188
188
|
"Admin.DomainConfig.Tooltip.CrmProduct": "This is required to enable the connection/sync between our SmartCrm and your Master (Build) Subscription.",
|
|
189
|
-
"Admin.DomainConfig.Tooltip.CrmSource": "When users subscribe to a newsletter, they'll be associated
|
|
190
|
-
"Admin.DomainConfig.Tooltip.SocialLoginEnable": "If true, users will be able to
|
|
191
|
-
"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
|
|
189
|
+
"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.",
|
|
190
|
+
"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.",
|
|
191
|
+
"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.",
|
|
192
192
|
"Admin.DomainConfig.Tooltip.Active": "If set to false, this domain config won't be operational.",
|
|
193
193
|
"Admin.DomainConfig.Tooltip.NotifyLogins": "If set to true, an email will be sent to Master (Build) Subscription admins every time a user logs in.",
|
|
194
194
|
"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.",
|
|
@@ -202,7 +202,7 @@
|
|
|
202
202
|
"Admin.DomainConfig.Tooltip.ColorCodeSidebarBg": "Defines the background color of the dashboard's sidebar.",
|
|
203
203
|
"Admin.DomainConfig.Tooltip.ColorCodeSidebarText": "Defines the font color of the dashboard's sidebar.",
|
|
204
204
|
"Admin.DomainConfig.Tooltip.LogoMain": "Main logo - typically the one with full colors.",
|
|
205
|
-
"Admin.DomainConfig.Tooltip.LogoMainDark": "Grey
|
|
205
|
+
"Admin.DomainConfig.Tooltip.LogoMainDark": "Grey-scale version of your logo.",
|
|
206
206
|
"Admin.DomainConfig.Tooltip.LogoMainContrast": "Should be a version of your logo that resolves well on dark backgrounds.",
|
|
207
207
|
"Admin.DomainConfig.Tooltip.LogoSquaredMain": "Squared version of your main logo.",
|
|
208
208
|
"Admin.DomainConfig.Tooltip.LogoSquaredDark": "Squared version of your grey scale logo.",
|
|
@@ -219,7 +219,7 @@
|
|
|
219
219
|
"Admin.DomainConfig.Tooltip.FreemiumPdfImage": "This will be discontinued",
|
|
220
220
|
"Admin.DomainConfig.Tooltip.FreemiumPdfDownloadText": "This will be discontinued",
|
|
221
221
|
"Admin.DomainConfig.Tooltip.FreemiumPdfSource": "This will be discontinued",
|
|
222
|
-
"Admin.DomainConfig.Tooltip.TrialJoinMessage": "Customizes the text used in top section of most JoinTrial pages. Use '<br>' if you need to go to a new line.",
|
|
222
|
+
"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.",
|
|
223
223
|
"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.",
|
|
224
224
|
"Admin.DomainConfig.Tooltip.TrialProduct": "When signing up to the newsletter, we'll record the user interest for this product.",
|
|
225
225
|
"Admin.DomainConfig.Tooltip.TrialCrmSourceId": "When signing up to the newsletter, we'll record that the user is coming from this CrmSource.",
|
|
@@ -228,7 +228,7 @@
|
|
|
228
228
|
"Admin.DomainConfig.Tooltip.TrialImageBg": "Defines the main background image used in some JoinTrial pages.",
|
|
229
229
|
"Admin.DomainConfig.Tooltip.TrialImageBg2": "Defines the second background image used in some JoinTrial pages.",
|
|
230
230
|
"Admin.DomainConfig.Tooltip.TrialVideoUrl": "Defines the URL of the embedded Youtube video used in some JoinTrial pages.",
|
|
231
|
-
"Admin.DomainConfig.Tooltip.TrialBookDemoUrl": "Defines the URL (such as Calendly) for the user to
|
|
231
|
+
"Admin.DomainConfig.Tooltip.TrialBookDemoUrl": "Defines the URL (such as Calendly) for the user to book a demo directly.",
|
|
232
232
|
"Admin.DomainConfig.Tooltip.TrialPdfImage": "Define the image of the DownloadPdf section used in some JoinTrial pages.",
|
|
233
233
|
"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.",
|
|
234
234
|
"Admin.DomainConfig.Tooltip.TrialPdfSourceId": "Defines the CrmSource when users are subscribing to a SmartCrm newsletter via the downloading a PDF section.",
|
|
@@ -243,14 +243,14 @@
|
|
|
243
243
|
"Admin.DomainConfig.Tooltip.CsImageBg": "Defines the main background image used in some ComingSoon pages.",
|
|
244
244
|
"Admin.DomainConfig.Tooltip.CsImageBg2": "Defines the second background image used in some ComingSoon pages.",
|
|
245
245
|
"Admin.DomainConfig.Tooltip.CsVideoUrl": "Defines the URL of the embedded Youtube video used in some ComingSoon pages.",
|
|
246
|
-
"Admin.DomainConfig.Tooltip.CsBookDemoUrl": "Defines the URL (such as Calendly) for the user to
|
|
246
|
+
"Admin.DomainConfig.Tooltip.CsBookDemoUrl": "Defines the URL (such as Calendly) for the user to book a demo directly.",
|
|
247
247
|
"Admin.DomainConfig.Tooltip.CsPdfImage": "Define the image of the DownloadPdf section used in some ComingSoon pages.",
|
|
248
248
|
"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.",
|
|
249
249
|
"Admin.DomainConfig.Tooltip.CsPdfSourceId": "Defines the CrmSource when users are subscribing to a SmartCrm newsletter via the downloading a PDF section.",
|
|
250
250
|
"Admin.LoginNotification.AddedMessage": "LoginNotification Successfully Added.",
|
|
251
251
|
"Admin.LoginNotification.UpdatedMessage": "LoginNotification Successfully Updated.",
|
|
252
252
|
"Admin.LoginNotification.DeletedMessage": "LoginNotification Successfully Deleted.",
|
|
253
|
-
"Admin.LoginNotification.NoDataMessage": "
|
|
253
|
+
"Admin.LoginNotification.NoDataMessage": "We couldn't find any Login Notifications - please consider adding some.",
|
|
254
254
|
"Admin.LoginNotification.NotificationType": "Notification Type",
|
|
255
255
|
"Admin.LoginNotification.Body": "Body",
|
|
256
256
|
"Admin.LoginNotification.Features": "Features",
|
|
@@ -265,12 +265,12 @@
|
|
|
265
265
|
"Admin.LoginNotification.Validation.NotificationType": "Please select notification type",
|
|
266
266
|
"Admin.LoginNotification.Validation.Body": "body is required",
|
|
267
267
|
"Admin.LoginNotification.Validation.Features": "Please select feature keys",
|
|
268
|
-
"Admin.LoginNotification.Validation.VisibleFrom": "Please select date",
|
|
269
|
-
"Admin.LoginNotification.Validation.VisibleUntil": "Please select date",
|
|
268
|
+
"Admin.LoginNotification.Validation.VisibleFrom": "Please select a date",
|
|
269
|
+
"Admin.LoginNotification.Validation.VisibleUntil": "Please select a date",
|
|
270
270
|
"Admin.FeedbackQuestions.AddedMessage": "FeedbackQuestion Successfully Added.",
|
|
271
271
|
"Admin.FeedbackQuestions.UpdatedMessage": "FeedbackQuestion Successfully Updated.",
|
|
272
272
|
"Admin.FeedbackQuestions.DeletedMessage": "FeedbackQuestion Successfully Deleted.",
|
|
273
|
-
"Admin.FeedbackQuestions.NoDataMessage": "
|
|
273
|
+
"Admin.FeedbackQuestions.NoDataMessage": "We couldn't find any Feedback Questions - please consider adding some.",
|
|
274
274
|
"Admin.FeedbackQuestions.Question": "Question",
|
|
275
275
|
"Admin.NewsletterItem.JoinedAt": "Joined At",
|
|
276
276
|
"Admin.NewsletterItem.LastSignInAt": "Last Sign In At",
|
|
@@ -297,21 +297,21 @@
|
|
|
297
297
|
"Admin.NewsletterItem.DaysToWait": "Days To Wait",
|
|
298
298
|
"Admin.NewsletterItem.OnlyNewUsers": "Only New Users",
|
|
299
299
|
"Admin.NewsletterItem.ShouldDeliver": "Should Deliver",
|
|
300
|
-
"Admin.NewsletterItem.NewsletterItemsNoDataMessage": "
|
|
300
|
+
"Admin.NewsletterItem.NewsletterItemsNoDataMessage": "We couldn't find any Newsletter Items - please consider adding some.",
|
|
301
301
|
"Admin.NewsletterItem.NewsLetterRecipientsNoDataMessage": "No emails delivered yet for this newsletter. Please check again soon.",
|
|
302
302
|
"Admin.NewsletterItem.Validation.Body": "Please enter body",
|
|
303
303
|
"Admin.NewsletterItem.Validation.Newsletter": "Please select Newsletter",
|
|
304
|
-
"Admin.NewsletterItem.Validation.Title": "Please enter title",
|
|
304
|
+
"Admin.NewsletterItem.Validation.Title": "Please enter a title",
|
|
305
305
|
"Admin.NewsletterItem.Validation.SendUntil": "Please select newsletter expiry date",
|
|
306
|
-
"Admin.NewsletterItem.Validation.SendDate": "Please select date",
|
|
306
|
+
"Admin.NewsletterItem.Validation.SendDate": "Please select a date",
|
|
307
307
|
"Admin.NewsletterItem.Tooltip.OnlyNewUsers": "If set to true, the newsletter will be sent only to newly created users.",
|
|
308
|
-
"Admin.NewsletterItem.Tooltip.ShouldDeliver": "If activated, our background worker will start delivery the newsletter.",
|
|
308
|
+
"Admin.NewsletterItem.Tooltip.ShouldDeliver": "If activated, our background worker will start delivery of the newsletter.",
|
|
309
309
|
"Admin.NewsletterItem.Tooltip.SendDate": "This is the date our system will start sending the newsletter",
|
|
310
310
|
"Admin.NewsletterItem.Tooltip.SendUntil": "This is the date our system will stop sending the newsletter",
|
|
311
311
|
"Admin.NewsletterItem.Tooltip.DaysToWaitFromPreviousNewsletter": "Days to wait, before sending this newsletter item, from the moment the previous newsletter item has been delivered.",
|
|
312
312
|
"Admin.NewsletterItem.Tooltip.PreviousNewsletter": "If selected, this newsletter will not be sent to users until the previous newsletter item is delivered.",
|
|
313
|
-
"Admin.Roles.AddedMessage": "Role Details
|
|
314
|
-
"Admin.Roles.UpdatedMessage": "Role Details
|
|
313
|
+
"Admin.Roles.AddedMessage": "Role Details are added successfully.",
|
|
314
|
+
"Admin.Roles.UpdatedMessage": "Role Details are updated successfully.",
|
|
315
315
|
"Admin.Roles.DeletedMessage": "Role Deleted successfully.",
|
|
316
316
|
"Admin.Roles.IsActive": "Is Active",
|
|
317
317
|
"Admin.Roles.RoleName": "Role Name",
|
|
@@ -329,8 +329,8 @@
|
|
|
329
329
|
"Admin.Users.UserRoles": "User Roles",
|
|
330
330
|
"Admin.Users.Beta": "Beta",
|
|
331
331
|
"Admin.Users.Blocked": "Blocked",
|
|
332
|
-
"Admin.Users.AddedMessage": "User Details
|
|
333
|
-
"Admin.Users.UpdatedMessage": "User Details
|
|
332
|
+
"Admin.Users.AddedMessage": "User Details are saved successfully.",
|
|
333
|
+
"Admin.Users.UpdatedMessage": "User Details are saved successfully.",
|
|
334
334
|
"Admin.Users.UpdatedRole": "Role has been updated",
|
|
335
335
|
"Admin.Users.DeletedMessage": "Deleted successfully.",
|
|
336
336
|
"Admin.Users.Tooltip.FirstName": "User's first name",
|
|
@@ -338,17 +338,17 @@
|
|
|
338
338
|
"Admin.Users.Tooltip.PreferredName": "User's preferred name",
|
|
339
339
|
"Admin.Users.Tooltip.Email": "User's email",
|
|
340
340
|
"Admin.Users.Tooltip.PhoneNumber": "User's first number",
|
|
341
|
-
"Admin.Users.Tooltip.UserRoles": "Roles associated
|
|
341
|
+
"Admin.Users.Tooltip.UserRoles": "Roles associated with this user",
|
|
342
342
|
"Admin.Users.Tooltip.MarketingEmails": "If true, we'll deliver marketing emails to this user",
|
|
343
343
|
"Admin.Users.Tooltip.Alpha": "If true, this user will be able to see experimental features that are not yet ready for user testing ",
|
|
344
344
|
"Admin.Users.Tooltip.Beta": "If true, this user will be able to see features that are ready for user testing",
|
|
345
345
|
"Admin.Users.Tooltip.AlphaIcon": "This user is set as Alpha and will be able to see experimental features that are not yet ready for user testing",
|
|
346
346
|
"Admin.Users.Tooltip.BetaIcon": "This user is set as Beta and will be able to see features that are ready for user testing",
|
|
347
|
-
"Admin.Users.Tooltip.Blocked": "If true, this user is blocked and he won't be able to log into our system",
|
|
347
|
+
"Admin.Users.Tooltip.Blocked": "If true, this user is blocked, and he won't be able to log into our system",
|
|
348
348
|
"Admin.Users.Validation.FirstName": "Please enter first name",
|
|
349
349
|
"Admin.Users.Validation.LastName": "Please enter last name",
|
|
350
350
|
"Admin.Users.Validation.Email": "Please enter a valid email!",
|
|
351
|
-
"Admin.Users.Validation.UserRole": "Please select role",
|
|
351
|
+
"Admin.Users.Validation.UserRole": "Please select a role",
|
|
352
352
|
"Admin.Shared.Groups.UpdatedMessage": "Updated successfully.",
|
|
353
353
|
"Admin.Shared.Groups.DeletedMessage": "Deleted successfully.",
|
|
354
354
|
"Admin.Shared.Entity.AddedMessage": "added successfully.",
|
|
@@ -363,6 +363,13 @@
|
|
|
363
363
|
"Admin.Products.UpdatedMessage": "Product is successfully updated.",
|
|
364
364
|
"Admin.Products.DeletedMessage": "Product Deleted successfully.",
|
|
365
365
|
"Admin.Products.NoDataMessage": "No Products present - please add some.",
|
|
366
|
+
"Admin.Users.NoDataMessage": "No Users present - please add some.",
|
|
367
|
+
"Admin.Permissions.NoDataMessage": "No Users present - please add some.",
|
|
368
|
+
"Admin.Ahoy.NoEventsDataMessage": "No Ahoy events present.",
|
|
369
|
+
"Admin.Ahoy.NoMessagesDataMessage": "No Ahoy messages present",
|
|
370
|
+
"Admin.Ahoy.NoVistitsDataMessage": "No Ahoy visits present",
|
|
371
|
+
"Admin.Ahoy.NoEventDataMessage": "No Ahoy event present",
|
|
372
|
+
"Admin.Ahoy.NoVersionsDataMessage": "No Ahoy versions present.",
|
|
366
373
|
"Admin.Products.StripePlan": "Stripe Plan",
|
|
367
374
|
"Admin.Products.PermissionKey": "Permission Key",
|
|
368
375
|
"Admin.Products.FeatureKey": "Feature Key",
|
|
@@ -370,6 +377,7 @@
|
|
|
370
377
|
"Admin.Products.Category": "Category",
|
|
371
378
|
"Admin.Products.Region": "Region",
|
|
372
379
|
"Admin.Products.GitLabServiceDeskEmail": "GitLab Service Desk Email",
|
|
380
|
+
"Admin.Products.PartnerProducts": "Partner Products",
|
|
373
381
|
"Admin.Products.Currency": "Currency",
|
|
374
382
|
"Admin.Products.Billing": "Billing",
|
|
375
383
|
"Admin.Products.Price": "Price",
|
|
@@ -408,8 +416,8 @@
|
|
|
408
416
|
"Admin.Products.Validation.Currency": "Please select currency",
|
|
409
417
|
"Admin.Products.Tooltip.Name": "This is the name of the product that will be visible on the Subscription page",
|
|
410
418
|
"Admin.Products.Tooltip.NickName": "This is the nickname of the product that will be visible in the Dashboard top-left ProductDropdown",
|
|
411
|
-
"Admin.Products.Tooltip.DependencyProducts": "These are products that a user already
|
|
412
|
-
"Admin.Products.Tooltip.PermissionKey": "This is the core permission key and gives access to the corresponding views in the UI - users can subscribe to only one product of same permission_key",
|
|
419
|
+
"Admin.Products.Tooltip.DependencyProducts": "These are products that a user already needs to be subscribed to subscribe to this product.",
|
|
420
|
+
"Admin.Products.Tooltip.PermissionKey": "This is the core permission key and gives access to the corresponding views in the UI - users can subscribe to only one product of the same permission_key",
|
|
413
421
|
"Admin.Products.Tooltip.FeatureKey": "This defines the main feature of this product - users can subscribe to multiple products with different feature_keys",
|
|
414
422
|
"Admin.Products.Tooltip.MinUnits": "The minimum number of units/seats a user can subscribe to for this product",
|
|
415
423
|
"Admin.Products.Tooltip.MaxUnits": "The maximum number of units/seats a user can subscribe to for this product",
|
|
@@ -427,12 +435,13 @@
|
|
|
427
435
|
"Admin.Products.Tooltip.MasterProduct": "This field is visible only to SuperAdmins - it's used to enable SuperAdmins to update the Master Product",
|
|
428
436
|
"Admin.Products.Tooltip.Region": "Defined in which regions the product will be visible and available for users to subscribe to. If it is set to 'world' the product will be available from everywhere in the world",
|
|
429
437
|
"Admin.Products.Tooltip.GitLabServiceDeskEmail": "This is the email to enable the Service Desk feature to connect with the right Gitlab Service Desk board",
|
|
438
|
+
"Admin.Products.Tooltip.PartnerProducts": "These are the products that any subscription admin can invite partners to",
|
|
430
439
|
"Admin.Products.Tooltip.IsActive": "Users won't be able to subscribe to this product unless it's active",
|
|
431
|
-
"Admin.Products.Tooltip.MultipleAllowed": "This field is visible only to SuperAdmins and it should be set to ON if this product can
|
|
440
|
+
"Admin.Products.Tooltip.MultipleAllowed": "This field is visible only to SuperAdmins, and it should be set to ON if this product can be used more than once",
|
|
432
441
|
"Admin.Products.Tooltip.IsVisible": "The product will not be visible for users to subscribe unless its visibility is set to ON",
|
|
433
442
|
"Admin.Products.Tooltip.MembersVisible": "This will make the Enterprise menu visible to users subscribed to this product",
|
|
434
443
|
"Admin.Products.Tooltip.ChatVisible": "This will make the Chat feature visible to users subscribed to this product",
|
|
435
|
-
"Admin.Products.Tooltip.IsMasterProduct": "This field is visible only to SuperAdmins and it's required to set a product as MasterProduct",
|
|
444
|
+
"Admin.Products.Tooltip.IsMasterProduct": "This field is visible only to SuperAdmins, and it's required to set a product as MasterProduct",
|
|
436
445
|
"Admin.Subscriptions.UpdatedMessage": "Updated successfully.",
|
|
437
446
|
"Admin.Subscriptions.SavedMessage": "Saved Successfully",
|
|
438
447
|
"Admin.Subscriptions.DeletedMessage": "Deleted successfully.",
|
|
@@ -491,7 +500,7 @@
|
|
|
491
500
|
"Admin.Subscriptions.Tooltip.PurchasedSeats": "This is the number of purchased seats",
|
|
492
501
|
"Admin.Subscriptions.Tooltip.SignedUpAt": "This is when the user first signed up for this product",
|
|
493
502
|
"Admin.Subscriptions.Tooltip.StripeSubscriptionId": "This is the ID of the stripe subscription visible in the Stripe dashboard",
|
|
494
|
-
"Admin.Subscriptions.Tooltip.ExternalPayment": "If set to true, it will indicate to our system that the payment is not automatically
|
|
503
|
+
"Admin.Subscriptions.Tooltip.ExternalPayment": "If set to true, it will indicate to our system that the payment is not automatically handled by Stripe",
|
|
495
504
|
"Admin.Subscriptions.Tooltip.Product": "This is the product associated with this subscription",
|
|
496
505
|
"Admin.Subscriptions.Tooltip.FirstName": "First name of the person you are inviting to use the product",
|
|
497
506
|
"Admin.Subscriptions.Tooltip.LastName": "Last name of the person you are inviting to use the product",
|
|
@@ -520,23 +529,34 @@
|
|
|
520
529
|
"Admin.Subscriptions.Tooltip.Reddit": "This should be your Reddit handle and it should be similar to 'posiwise'",
|
|
521
530
|
"Admin.Subscriptions.Tooltip.Enforce2fa": "Require all members of this subscription to enable 2FA authentication at their next login",
|
|
522
531
|
"Admin.Subscriptions.Tooltip.AssignedRoles": "You can choose which roles you want to make available for this given subscription",
|
|
523
|
-
"Admin.Subscriptions.Validation.SignedUpAt": "Please select date",
|
|
532
|
+
"Admin.Subscriptions.Validation.SignedUpAt": "Please select a date",
|
|
524
533
|
"Admin.Subscriptions.Validation.Units": "Please select units",
|
|
525
534
|
"Admin.Subscriptions.Validation.FirstName": "Please enter first name",
|
|
526
535
|
"Admin.Subscriptions.Validation.LastName": "Please enter last name",
|
|
527
536
|
"Admin.Subscriptions.Validation.Email": "Please enter a valid email",
|
|
528
537
|
"Admin.Subscriptions.Validation.Product": "Please select product",
|
|
529
|
-
"Admin.Subscriptions.Validation.MinUnits": "Please select Min units
|
|
538
|
+
"Admin.Subscriptions.Validation.MinUnits": "Please select Min units less than units",
|
|
539
|
+
"Admin.Incident.Validation.FieldRequired": "This field is required",
|
|
540
|
+
"Admin.Incident.AddMessage": "Incident Successfully Added.",
|
|
541
|
+
"Admin.Incident.Duration": "Duration",
|
|
542
|
+
"Admin.Incident.UpdateMessage": "Incident Successfully Updated.",
|
|
543
|
+
"Admin.Incident.Validation.UrlImpacted": "Please enter Url Impacted.",
|
|
544
|
+
"Admin.Incident.Validation.ServiceImpacted": "Please enter Service Impacted.",
|
|
545
|
+
"Admin.Incident.Validation.Description": "Please enter a description.",
|
|
546
|
+
"Admin.Incident.Validation.Date": "Please select a date.",
|
|
547
|
+
"Admin.Incident.DeletedMessage": "Incident Successfully Deleted.",
|
|
548
|
+
"Admin.Incident.NoDataMessage": "We couldn't find any Incidents - please consider adding some.",
|
|
530
549
|
"Admin.Tips.Instructions": "Instructions",
|
|
531
550
|
"Admin.Tips.Updated": "Updated",
|
|
532
|
-
"Admin.Tips.NoDataMessage": "
|
|
533
|
-
"Admin.Tips.AddedMessage": "
|
|
534
|
-
"Admin.Tips.UpdatedMessage": "
|
|
551
|
+
"Admin.Tips.NoDataMessage": "We couldn't find any Tips - please consider adding some.",
|
|
552
|
+
"Admin.Tips.AddedMessage": "Tip is updated successfully.",
|
|
553
|
+
"Admin.Tips.UpdatedMessage": "Tip is saved successfully.",
|
|
535
554
|
"Admin.Tags.Category": "Category",
|
|
536
|
-
"Admin.Tags.AddedMessage": "
|
|
555
|
+
"Admin.Tags.AddedMessage": "Saved successfully.",
|
|
537
556
|
"Admin.Tags.UpdatedMessage": "Updated successfully.",
|
|
538
557
|
"Admin.Tags.DeletedMessage": "Deleted successfully.",
|
|
539
|
-
"Admin.Tags.NoDataMessage": "
|
|
558
|
+
"Admin.Tags.NoDataMessage": "We couldn't find any Tags - please consider adding some.",
|
|
559
|
+
"Admin.Tags.NoCategoryDataMessage": "We couldn't find any Tag Categories - please consider adding some.",
|
|
540
560
|
"Admin.Permissions.UpdatedMessage": "Permission Updated successfully.",
|
|
541
561
|
"Admin.SubscriptionCredentialMessages.CreateSubscriptionCredential": "Create subscription credential",
|
|
542
562
|
"Admin.SubscriptionCredentialMessages.SubscriptionOwner": "Owner",
|
|
@@ -551,7 +571,7 @@
|
|
|
551
571
|
"Admin.GlobalConfigMessage.Name": "Name",
|
|
552
572
|
"Admin.GlobalConfigMessage.FieldType": "Field Type",
|
|
553
573
|
"Admin.GlobalConfigMessage.Default": "Default",
|
|
554
|
-
"Admin.GlobalConfigMessage.NameValidator": "
|
|
574
|
+
"Admin.GlobalConfigMessage.NameValidator": "Please enter a name",
|
|
555
575
|
"Admin.GlobalConfigMessage.FieldTypeValidator": "Please enter field type",
|
|
556
576
|
"Admin.GlobalConfigMessage.AddGlobalConfig": "Add Global Config",
|
|
557
577
|
"Admin.GlobalConfigMessage.UpdatedMessage": "Updated successfully.",
|
|
@@ -564,8 +584,8 @@
|
|
|
564
584
|
"Admin.Credentials.IsRequired": "Is Required",
|
|
565
585
|
"Admin.Credentials.Required": "Required",
|
|
566
586
|
"Admin.Credentials.Description": "Description",
|
|
567
|
-
"Admin.Credentials.Validation.Name": "Please enter name",
|
|
568
|
-
"Admin.Credentials.Validation.Field": "Please enter field",
|
|
587
|
+
"Admin.Credentials.Validation.Name": "Please enter a name",
|
|
588
|
+
"Admin.Credentials.Validation.Field": "Please enter a field",
|
|
569
589
|
"Admin.Credentials.Validation.Description": "Please enter description",
|
|
570
590
|
"Admin.Tracking.Time": "Time",
|
|
571
591
|
"Admin.Tracking.Properties": "Properties",
|
|
@@ -591,9 +611,15 @@
|
|
|
591
611
|
"Admin.Tracking.ItemType": "Item Type",
|
|
592
612
|
"Admin.Tracking.ItemId": "Item Id",
|
|
593
613
|
"Admin.Tracking.Object": "Object",
|
|
594
|
-
"
|
|
595
|
-
"
|
|
596
|
-
"
|
|
614
|
+
"Admin.Incident.UrlImpacted": "Url impacted",
|
|
615
|
+
"Admin.Incident.ServiceImpacted": "Service impacted",
|
|
616
|
+
"Admin.Incident.Description": "Description",
|
|
617
|
+
"Admin.Incident.LastCheckedAt": "Last Checked At",
|
|
618
|
+
"Admin.Incident.StartedAt": "Started At",
|
|
619
|
+
"Admin.Incident.ResolvedAt": "Resolved At",
|
|
620
|
+
"Users.AddedMessage": "User Details have been saved successfully.",
|
|
621
|
+
"Users.UpdatedMessage": "User Details have been saved successfully.",
|
|
622
|
+
"Users.UpdatedRole": "Role has been updated successfully",
|
|
597
623
|
"Users.DeletedMessage": "Deleted successfully.",
|
|
598
624
|
"Shared.Groups.UpdatedMessage": "Updated successfully.",
|
|
599
625
|
"Shared.Groups.DeletedMessage": "Deleted successfully.",
|
|
@@ -606,7 +632,7 @@
|
|
|
606
632
|
"Products.AddedMessage": "Product is successfully added.",
|
|
607
633
|
"Products.UpdatedMessage": "Product is successfully updated.",
|
|
608
634
|
"Products.DeletedMessage": "Product Deleted successfully.",
|
|
609
|
-
"Products.Tooltip.DependencyProducts": "These are products that a user already
|
|
635
|
+
"Products.Tooltip.DependencyProducts": "These are products that a user already needs to be subscribed to subscribe to this product.",
|
|
610
636
|
"Products.Tooltip.PermissionKey": "This is the core permission key and gives access to the corresponding views in the UI.",
|
|
611
637
|
"Subscriptions.UpdatedMessage": "updated successfully.",
|
|
612
638
|
"Subscriptions.SavedMessage": "Saved Successfully",
|
|
@@ -627,13 +653,14 @@
|
|
|
627
653
|
"Tos.UpdatedMessage": "Updated successfully.",
|
|
628
654
|
"Tos.DeletedMessage": "Deleted successfully.",
|
|
629
655
|
"Tos.NoDataMessage": "No TOS Present - please add some.",
|
|
656
|
+
"Tags.NoDataMessage": "No tag categories Present - please add some.",
|
|
630
657
|
"Credentials.AddedMessage": "Saved successfully.",
|
|
631
658
|
"Credentials.UpdatedMessage": "Updated successfully.",
|
|
632
659
|
"Credentials.DeletedMessage": "Deleted successfully.",
|
|
633
660
|
"Credentials.NoDataMessage": "No credentials present - please add some.",
|
|
634
661
|
"User.Account.CreateAccount": "Create Account",
|
|
635
662
|
"User.Account.DeleteAccount": "Delete Account",
|
|
636
|
-
"User.Account.UserNameError": "
|
|
663
|
+
"User.Account.UserNameError": "The provided nickname is not available",
|
|
637
664
|
"User.Account.RegisteredEmail": "Registered Email & Nickname",
|
|
638
665
|
"User.Account.PrimaryEmail": "Primary email",
|
|
639
666
|
"User.Account.ChangeEmail": "Change email",
|
|
@@ -655,9 +682,9 @@
|
|
|
655
682
|
"User.Account.Message.NoAccountAvailable": "No account is associated with this email address.",
|
|
656
683
|
"User.Account.Message.CheckEmail": "Please check your email for further instructions.",
|
|
657
684
|
"User.Account.Message.LoggingOut": "Logging you out...",
|
|
658
|
-
"User.Account.Message.EmailShortly": "You will receive an email shortly to verify your account. If you have any problems receiving your email please contact us at",
|
|
685
|
+
"User.Account.Message.EmailShortly": "You will receive an email shortly to verify your account. If you have any problems receiving your email, please contact us at",
|
|
659
686
|
"User.Account.Message.ActionCanNotUndone": "This action cannot be undone.",
|
|
660
|
-
"User.Account.Tooltip.DeleteAccount": "Warning, your account will be deleted and it can't be reverted",
|
|
687
|
+
"User.Account.Tooltip.DeleteAccount": "Warning, your account will be deleted, and it can't be reverted",
|
|
661
688
|
"User.Account.Validation.EnterEmail": "Please enter a valid email!",
|
|
662
689
|
"User.Account.Validation.Password": "Please enter your password",
|
|
663
690
|
"User.Account.Validation.ContactName": "Please enter a Contact name!",
|
|
@@ -719,18 +746,18 @@
|
|
|
719
746
|
"User.Subscriptions.LicensesRequired": "Total licenses required.",
|
|
720
747
|
"User.Subscriptions.UpdatedMessage": "Updated Successfully.",
|
|
721
748
|
"User.Subscriptions.UpdatedKey": "Subscription API Key is updated.",
|
|
722
|
-
"User.Subscriptions.UnsubscribedProduct": "You have been unsubscribed from
|
|
749
|
+
"User.Subscriptions.UnsubscribedProduct": "You have been unsubscribed from a product",
|
|
723
750
|
"User.Subscriptions.SubscriptionPurchased": "Congratulations, you have purchased the subscription.",
|
|
724
751
|
"User.Subscriptions.SubscriptionCredentials.RevealCredential": "Reveal Credential",
|
|
725
752
|
"User.Subscriptions.SubscriptionCredentials.HideCredential": "Hide Credential",
|
|
726
753
|
"User.Subscriptions.SubscriptionCredentials.UpdateMessage": "Subscription's credential is updated successfully",
|
|
727
754
|
"User.Subscriptions.SubscriptionCredentials.DeletedMessage": "Subscription's credential deleted successfully",
|
|
728
|
-
"User.Subscriptions.SubscriptionCredentials.NoDataMessage": "
|
|
755
|
+
"User.Subscriptions.SubscriptionCredentials.NoDataMessage": "We couldn't find any Credentials - please consider adding some.",
|
|
729
756
|
"User.Subscriptions.Tooltip.Enforce2fa": "Require all members of your subscription to enable 2FA authentication at their next login",
|
|
730
757
|
"User.Subscriptions.Tooltip.Seats": "This is the amount of units/seats purchased",
|
|
731
758
|
"User.Subscriptions.Tooltip.FullLogo": "This is the logo that will be visible on different places, such as your invoices",
|
|
732
759
|
"User.Subscriptions.Tooltip.SquaredLogo": "This is the logo that will be visible on different places, such as your invoices",
|
|
733
|
-
"User.Subscriptions.Tooltip.Organization": "This the name of your organization as it will be displayed on different places, such as your invoices",
|
|
760
|
+
"User.Subscriptions.Tooltip.Organization": "This it the name of your organization as it will be displayed on different places, such as your invoices",
|
|
734
761
|
"User.Subscriptions.Tooltip.ContactName": "This is the name of the person receiving the invoice",
|
|
735
762
|
"User.Subscriptions.Tooltip.ContactEmail": "This is the email address of the person receiving the invoice",
|
|
736
763
|
"User.Subscriptions.Tooltip.Phone": "This is the phone number (optional) that we can use to reach you in case of need",
|
|
@@ -738,13 +765,13 @@
|
|
|
738
765
|
"User.Subscriptions.Tooltip.Address": "This is the address of your organization that will be visible on your invoices",
|
|
739
766
|
"User.Subscriptions.Tooltip.VatNumber": "This is the VAT/GST number of your organization that will be visible on your invoices",
|
|
740
767
|
"User.Subscriptions.Tooltip.CompanyUrl": "This is the URL of your organization's website that will be visible on your invoices",
|
|
741
|
-
"User.Subscriptions.Tooltip.FacebookHandle": "This is your Facebook handle and it should be similar to 'posiwise'",
|
|
742
|
-
"User.Subscriptions.Tooltip.TwitterHandle": "This is your Twitter handle and it should be similar to 'posiwise'",
|
|
743
|
-
"User.Subscriptions.Tooltip.LinkedinHandle": "This is your Linkedin handle and it should be similar to 'posiwise'",
|
|
744
|
-
"User.Subscriptions.Tooltip.RedditHandle": "This should be your Reddit handle and it should be similar to 'posiwise'",
|
|
745
|
-
"User.Subscriptions.Tooltip.ManageAllProducts": "See and
|
|
768
|
+
"User.Subscriptions.Tooltip.FacebookHandle": "This is your Facebook handle, and it should be similar to 'posiwise'",
|
|
769
|
+
"User.Subscriptions.Tooltip.TwitterHandle": "This is your Twitter handle, and it should be similar to 'posiwise'",
|
|
770
|
+
"User.Subscriptions.Tooltip.LinkedinHandle": "This is your Linkedin handle, and it should be similar to 'posiwise'",
|
|
771
|
+
"User.Subscriptions.Tooltip.RedditHandle": "This should be your Reddit handle, and it should be similar to 'posiwise'",
|
|
772
|
+
"User.Subscriptions.Tooltip.ManageAllProducts": "See and manage all products - upgrade, downgrade or switch subscription",
|
|
746
773
|
"User.Settings.UpdatedMessage": "Newsletter updated.",
|
|
747
|
-
"User.Settings.Communications.UpdatedMessage": "Communication
|
|
774
|
+
"User.Settings.Communications.UpdatedMessage": "Communication preferences have been updated successfully",
|
|
748
775
|
"User.OtherSettings.UpdatedMessage": "config updated.",
|
|
749
776
|
"User.OtherSettings.NoDataMessage": "No other settings available right now.",
|
|
750
777
|
"Enterprise.Members.Team": "Team",
|
|
@@ -759,7 +786,7 @@
|
|
|
759
786
|
"Enterprise.Teams.NoTeamMessage": "No teams defined yet - please add some.",
|
|
760
787
|
"Enterprise.Teams.NoTeamMessageIfUser": "No groups created yet. Please ask the subscription admin to create some.",
|
|
761
788
|
"Enterprise.Insight.NoDataMessage": "This section is visible only to enterprise admins.",
|
|
762
|
-
"Enterprise.Communication.NoCommunication": "No
|
|
789
|
+
"Enterprise.Communication.NoCommunication": "No communication messages present yet - please consider adding some.",
|
|
763
790
|
"Enterprise.Documentation.Title": "Title",
|
|
764
791
|
"Enterprise.Documentation.Sender": "Sender",
|
|
765
792
|
"Enterprise.Documentation.Team": "Team",
|
|
@@ -774,7 +801,7 @@
|
|
|
774
801
|
"Enterprise.Documentation.VisibleGlobally": "Visible Globally",
|
|
775
802
|
"Enterprise.Documentation.Published": "Published",
|
|
776
803
|
"Enterprise.Documentation.Pushed": "Pushed",
|
|
777
|
-
"Enterprise.Documentation.NoDocumentation": "No documentation present.",
|
|
804
|
+
"Enterprise.Documentation.NoDocumentation": "No documentation present - please consider adding some.",
|
|
778
805
|
"Enterprise.Documentation.Validation.Body": "Please enter body",
|
|
779
806
|
"Enterprise.Tooltip.Group": "This defines teams associated to this item.",
|
|
780
807
|
"Enterprise.Tooltip.VisibleGlobally": "If set to true, it will be visible to every team.",
|
|
@@ -795,9 +822,9 @@
|
|
|
795
822
|
"Blog.Posts.CoverPicture": "Cover Picture",
|
|
796
823
|
"Blog.Posts.DeletedMessage": "Deleted successfully.",
|
|
797
824
|
"Blog.Posts.CommentAdded": "Comment successfully added",
|
|
798
|
-
"Blog.Posts.NoDataMessage": "
|
|
799
|
-
"Blog.Posts.Validation.Title": "Please enter title",
|
|
800
|
-
"Blog.Posts.Validation.Body": "Please enter body",
|
|
825
|
+
"Blog.Posts.NoDataMessage": "We couldn't find any Blog Posts - please consider adding some.",
|
|
826
|
+
"Blog.Posts.Validation.Title": "Please enter a title",
|
|
827
|
+
"Blog.Posts.Validation.Body": "Please enter the body",
|
|
801
828
|
"Blog.Posts.Tooltip.Published": "This will make the post visible in the public list",
|
|
802
829
|
"Blog.Posts.Tooltip.AcceptedByAdmin": "The post will be visible only after an admin has accepted it",
|
|
803
830
|
"GenericMessage.WentWrong": "Something went wrong, contact your administrator.",
|
|
@@ -818,7 +845,7 @@
|
|
|
818
845
|
"Button.LinkedIn": "LinkedIn",
|
|
819
846
|
"Button.Twitter": "Twitter",
|
|
820
847
|
"Button.Submit": "Submit",
|
|
821
|
-
"Button.FillRequired": "Please fill
|
|
848
|
+
"Button.FillRequired": "Please fill in all required fields",
|
|
822
849
|
"Button.Delete": "Delete",
|
|
823
850
|
"Button.Edit": "Edit",
|
|
824
851
|
"Button.Save": "Save",
|
|
@@ -831,6 +858,8 @@
|
|
|
831
858
|
"Label.FirstName": "First Name",
|
|
832
859
|
"Label.LastName": "Last Name",
|
|
833
860
|
"Label.Product": "Product",
|
|
861
|
+
"Search.NoDataDescription": "Please try again using a different search query.",
|
|
862
|
+
"Search.NoDataMessage": "We couldn't find anything that matched your filters.",
|
|
834
863
|
"Label.Email": "Email",
|
|
835
864
|
"Label.IsActive": "Active",
|
|
836
865
|
"Label.IsVisible": "Visible",
|
|
@@ -869,8 +898,8 @@
|
|
|
869
898
|
"NeedHelp": "Need help?",
|
|
870
899
|
"GotoCommunicationSettings": "Go to your communication settings",
|
|
871
900
|
"SeeAllOurFaq": "See all our FAQs",
|
|
872
|
-
"ManageYourAccountDescription": "Within this section, you
|
|
873
|
-
"UpdateYourProfileDescription": "Your unique profile is what other people will see when interacting with you through our platform. You can edit it
|
|
874
|
-
"CommunicationSettingsDescription": "Although sometimes we do need to communicate with you - for example, if you contact Support
|
|
875
|
-
"NeedHelpDescription": "If you need
|
|
901
|
+
"ManageYourAccountDescription": "Within this section, you can edit your personal information, such as your Full Name, Username, and Profile Picture. You will also be able to see your invoices and manage your subscriptions.",
|
|
902
|
+
"UpdateYourProfileDescription": "Your unique profile is what other people will see when interacting with you through our platform. You can edit it and add projects and portfolios to make it stand out.",
|
|
903
|
+
"CommunicationSettingsDescription": "Although sometimes we do need to communicate with you - for example, if you contact Support or if we need to send you a receipt or invoice - you can opt-in to other non-transactional communications.",
|
|
904
|
+
"NeedHelpDescription": "If you need help, please try searching through our FAQs. If you still can't find the answer you are searching for, please contact us using the Chat Widget or raise a request via our Support Section."
|
|
876
905
|
}
|
package/package.json
CHANGED
package/smart-crm/en.json
CHANGED
|
@@ -9,6 +9,10 @@
|
|
|
9
9
|
"AccountMessage.Size": "Size",
|
|
10
10
|
"AccountMessage.Tel": "Tel",
|
|
11
11
|
"AccountMessage.Country": "Country",
|
|
12
|
+
"AccountMessage.MRR": "MRR",
|
|
13
|
+
"AccountMessage.SignUp": "Signed up at",
|
|
14
|
+
"AccountMessage.Quarter": "# quarter",
|
|
15
|
+
"AccountMessage.Month": "# month",
|
|
12
16
|
"AccountMessage.CompanyUrl": "Company Url",
|
|
13
17
|
"AccountMessage.Status": "Status",
|
|
14
18
|
"AccountMessage.Priority": "Priority",
|
|
@@ -35,7 +39,7 @@
|
|
|
35
39
|
"ContactMessage.FirstName": "First Name",
|
|
36
40
|
"ContactMessage.LastName": "Last Name",
|
|
37
41
|
"ContactMessage.Email": "Email",
|
|
38
|
-
"ContactMessage.
|
|
42
|
+
"ContactMessage.EmailVerified": "Email Verified",
|
|
39
43
|
"ContactMessage.DateOfBirth": "Date of birth",
|
|
40
44
|
"ContactMessage.LinkedInUrl": "LinkedIn Url",
|
|
41
45
|
"ContactMessage.Department": "Department",
|
|
@@ -43,10 +47,12 @@
|
|
|
43
47
|
"ContactMessage.Tel": "Tel",
|
|
44
48
|
"ContactMessage.Name": "Name",
|
|
45
49
|
"ContactMessage.ContactOwner": "Contact Owner",
|
|
46
|
-
"ContactMessage.AccountOwner": "Account
|
|
50
|
+
"ContactMessage.AccountOwner": "Account",
|
|
47
51
|
"ContactMessage.Headline": "Headline",
|
|
48
52
|
"ContactMessage.Potential": "Potential",
|
|
53
|
+
"ContactMessage.Tooltip.Potential": "Indicates the potential of converting the contact",
|
|
49
54
|
"ContactMessage.Labels": "Labels",
|
|
55
|
+
"ContactMessage.Tooltip.Labels": "You can associate to contacts as many labels as needed",
|
|
50
56
|
"ContactMessage.Title": "Title",
|
|
51
57
|
"ContactMessage.Value": "Value",
|
|
52
58
|
"ContactMessage.Reason": "Reason",
|
|
@@ -61,6 +67,7 @@
|
|
|
61
67
|
"ContactMessage.DeletedMessage": "Contact Successfully Deleted",
|
|
62
68
|
"ContactMessage.CommentSubmittedMessage": "Comment Submitted successfully",
|
|
63
69
|
"ContactMessage.NoInsightMessage": "Not enough data",
|
|
70
|
+
"ContactMessage.Tooltip.EmailVerified": "This is true once the email has been verified",
|
|
64
71
|
"ContactMessage.NoActionsMessage": "No actions submitted yet",
|
|
65
72
|
"ContactMessage.NoVersionsMessage": "No versions present",
|
|
66
73
|
"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.",
|
|
@@ -100,12 +107,13 @@
|
|
|
100
107
|
"OpportunitiesMessage.Tooltip.Won": "Won opportunities",
|
|
101
108
|
"OpportunitiesMessage.Tooltip.Stage": "Stage",
|
|
102
109
|
"OpportunitiesMessage.Tooltip.Category": "Category",
|
|
103
|
-
"OpportunitiesMessage.Tooltip.
|
|
104
|
-
"OpportunitiesMessage.Tooltip.
|
|
105
|
-
"OpportunitiesMessage.Tooltip.
|
|
106
|
-
"OpportunitiesMessage.Tooltip.
|
|
107
|
-
"OpportunitiesMessage.Tooltip.
|
|
108
|
-
"OpportunitiesMessage.Tooltip.
|
|
110
|
+
"OpportunitiesMessage.Tooltip.CrmProductId": "You can associate this opportunity to any of your products - if any",
|
|
111
|
+
"OpportunitiesMessage.Tooltip.WinChance": "Please indicate the chances to win this opportunity",
|
|
112
|
+
"OpportunitiesMessage.Tooltip.Feature": "This correspond to the product feature we expect this opportunity to be associated with",
|
|
113
|
+
"OpportunitiesMessage.Tooltip.OneTimeAmount": "This is one-time payments you might have negotiated, such as setting up fees",
|
|
114
|
+
"OpportunitiesMessage.Tooltip.MonthlyAmount": "This is the recurring monthly revenue",
|
|
115
|
+
"OpportunitiesMessage.Tooltip.StartingAt": "Please indicate when the opportunity is likely to start",
|
|
116
|
+
"OpportunitiesMessage.Tooltip.StageOpportunity": "Please indicate the stage of the opportunity",
|
|
109
117
|
"CommunicationsMessage.Body": "Body",
|
|
110
118
|
"CommunicationsMessage.Location": "Location",
|
|
111
119
|
"CommunicationsMessage.SendUntil": "Send Until",
|
|
@@ -153,7 +161,7 @@
|
|
|
153
161
|
"CommunicationsMessage.Tooltip.SendUntil": "Date that our system will stop sending this communication",
|
|
154
162
|
"CommunicationsMessage.Tooltip.SendAt": "Date at which our system will start sending this communication",
|
|
155
163
|
"CommunicationsMessage.Tooltip.PreviousNewsletter": "If selected, our system won't send this communication until the previous newsletter is delivered",
|
|
156
|
-
"CommunicationsMessage.Tooltip.
|
|
164
|
+
"CommunicationsMessage.Tooltip.DaysToWaitFromPreviousNewsletter": "This represents the number of days to wait after the previous newsletter has been delivered",
|
|
157
165
|
"CommunicationsMessage.Tooltip.Product": "Our system will deliver this communication only to contacts subscribed to the selected product",
|
|
158
166
|
"CommunicationsMessage.Tooltip.IsPushed": "If true, our system will start delivering the communication",
|
|
159
167
|
"CommunicationsMessage.Tooltip.IsSent": "This means that the communication has been pushed",
|
|
@@ -162,6 +170,7 @@
|
|
|
162
170
|
"AccountSourceMessage.IsDefault": "Is Default",
|
|
163
171
|
"AccountSourceMessage.AccountSource": "Account Source",
|
|
164
172
|
"AccountSourceMessage.AddAccountSource": "Add Account Source",
|
|
173
|
+
"AccountSourceMessage.BuildAccountSource": "Build Default Sources",
|
|
165
174
|
"AccountSourceMessage.UpdatedMessage": "source Successfully Updated",
|
|
166
175
|
"AccountSourceMessage.DeletedMessage": "source Successfully Deleted",
|
|
167
176
|
"AccountSourceMessage.NoDataMessage": "No source present - please add some.",
|
|
@@ -174,9 +183,12 @@
|
|
|
174
183
|
"AccountFilesMessage.NoDataMessage": "No file present - please add some.",
|
|
175
184
|
"Settings.Name": "Name",
|
|
176
185
|
"Settings.TargetWeek": "Target Week",
|
|
186
|
+
"Settings.Tooltip.TargetWeek": "Coming Soon",
|
|
177
187
|
"Settings.TargetWeekMin": "Target Week Min",
|
|
188
|
+
"Settings.Tooltip.TargetWeekMin": "Coming Soon",
|
|
178
189
|
"Settings.Visible": "Visible",
|
|
179
190
|
"Settings.AddAction": "Add Action",
|
|
191
|
+
"Settings.BuildDefaultAction": "Build Default Actions",
|
|
180
192
|
"Settings.PreviousAction": "Previous Action",
|
|
181
193
|
"Settings.TargetWeekMinErrorMessage": "Please select target week min",
|
|
182
194
|
"Settings.TargetWeekErrorMessage": "Please select target week",
|
|
@@ -188,6 +200,9 @@
|
|
|
188
200
|
"Settings.Tooltip.PreviousAction": "See previous action",
|
|
189
201
|
"Settings.Tooltip.Visible": "Set this action as visible",
|
|
190
202
|
"Widgets.Position": "Position",
|
|
203
|
+
"Widgets.Tooltip.Name": "Coming Soon",
|
|
204
|
+
"Widgets.Tooltip.Position": "Coming Soon",
|
|
205
|
+
"Widgets.Tooltip.Visible": "Coming Soon",
|
|
191
206
|
"Widgets.CrmWidget": "Crm Widget",
|
|
192
207
|
"Widgets.Visible": "Visible",
|
|
193
208
|
"Widgets.Widget": "Widget",
|
|
@@ -211,8 +226,9 @@
|
|
|
211
226
|
"Summary.SummaryMessage": "No actions presently need your attention.",
|
|
212
227
|
"Summary.SummarySuggestionsMessage": "No suggested actions for now, please check back soon.",
|
|
213
228
|
"CrmLeads.AddLead": "Add Leads",
|
|
214
|
-
"
|
|
229
|
+
"LeadCrmLeads.": "Lead",
|
|
215
230
|
"CrmLeads.Source": "Source",
|
|
231
|
+
"CrmLeads.Tooltip.Source": "Indicates the sources of the lead, e.g. Landing Page 1",
|
|
216
232
|
"CrmLeads.Email": "Email",
|
|
217
233
|
"CrmLeads.EmailVerified": "Email Verified",
|
|
218
234
|
"CrmLeads.CreatedAt": "CreatedAt",
|
|
@@ -234,6 +250,7 @@
|
|
|
234
250
|
"StageMessages.StageTitle": "Please define here the stages that best fit with your sales funnel and objectives.",
|
|
235
251
|
"StageMessages.Stage": "Stage",
|
|
236
252
|
"StageMessages.AddStage": "Add Stage",
|
|
253
|
+
"StageMessages.BuildDefaultStage": "Build Default Stages",
|
|
237
254
|
"StageMessages.Name": "Name",
|
|
238
255
|
"StageMessages.PreviousStage": "Previous Stage",
|
|
239
256
|
"StageMessages.Visible": "Visible",
|
|
@@ -246,12 +263,15 @@
|
|
|
246
263
|
"StageMessages.DeletedMessage": "Stage Successfully Delete",
|
|
247
264
|
"StageMessages.NoStageMessage": "No stages present - please add some.",
|
|
248
265
|
"StageMessages.Tooltip.PreviousStage": "Set the previous stage",
|
|
266
|
+
"StageMessages.ColorCode": "Color Code",
|
|
267
|
+
"StageMessages.Tooltip.ColorCode": "This is the bg color of the column in the Opportunities/BoardView tab.",
|
|
249
268
|
"StageMessages.Tooltip.OpportunityCategory": "Set the category of this opportunity",
|
|
250
269
|
"StageMessages.Tooltip.Visible": "Set this stage as visible",
|
|
251
270
|
"StageMessages.Tooltip.Default": "Set this stage ad 'Default'",
|
|
252
271
|
"CategoriesMessages.CategoriesTitle": "Please select the categories that you want to use.",
|
|
253
272
|
"CategoriesMessages.Category": "Category",
|
|
254
273
|
"CategoriesMessages.AddCategory": "Add Category",
|
|
274
|
+
"CategoriesMessages.BuildCategory": "Build Default Categories",
|
|
255
275
|
"CategoriesMessages.Name": "Name",
|
|
256
276
|
"CategoriesMessages.PreviousCategory": "Previous Category",
|
|
257
277
|
"CategoriesMessages.Visible": "Visible",
|