@posiwise/i18n 0.0.5 → 0.0.6

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 CHANGED
@@ -177,7 +177,7 @@
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 HostName. Eg: www.posiwsie.com/blog",
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
182
  "Admin.DomainConfig.Tooltip.ShardUrl": "This is used by the backend to resolve the right URL when connected to a given database shard.",
183
183
  "Admin.DomainConfig.Tooltip.MasterSubscriptionProduct": "This is the product associated with the Master (Build) Subscription. Its ID is sent by the frontend to the backend to verify the users permissions.",
@@ -363,6 +363,7 @@
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.",
366
367
  "Admin.Products.StripePlan": "Stripe Plan",
367
368
  "Admin.Products.PermissionKey": "Permission Key",
368
369
  "Admin.Products.FeatureKey": "Feature Key",
@@ -370,6 +371,7 @@
370
371
  "Admin.Products.Category": "Category",
371
372
  "Admin.Products.Region": "Region",
372
373
  "Admin.Products.GitLabServiceDeskEmail": "GitLab Service Desk Email",
374
+ "Admin.Products.PartnerProducts": "Partner Products",
373
375
  "Admin.Products.Currency": "Currency",
374
376
  "Admin.Products.Billing": "Billing",
375
377
  "Admin.Products.Price": "Price",
@@ -427,6 +429,7 @@
427
429
  "Admin.Products.Tooltip.MasterProduct": "This field is visible only to SuperAdmins - it's used to enable SuperAdmins to update the Master Product",
428
430
  "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
431
  "Admin.Products.Tooltip.GitLabServiceDeskEmail": "This is the email to enable the Service Desk feature to connect with the right Gitlab Service Desk board",
432
+ "Admin.Products.Tooltip.PartnerProducts": "These are the products that any subscription admin can invite partners to",
430
433
  "Admin.Products.Tooltip.IsActive": "Users won't be able to subscribe to this product unless it's active",
431
434
  "Admin.Products.Tooltip.MultipleAllowed": "This field is visible only to SuperAdmins and it should be set to ON if this product can can be used more than once",
432
435
  "Admin.Products.Tooltip.IsVisible": "The product will not be visible for users to subscribe unless its visibility is set to ON",
@@ -526,7 +529,15 @@
526
529
  "Admin.Subscriptions.Validation.LastName": "Please enter last name",
527
530
  "Admin.Subscriptions.Validation.Email": "Please enter a valid email",
528
531
  "Admin.Subscriptions.Validation.Product": "Please select product",
529
- "Admin.Subscriptions.Validation.MinUnits": "Please select Min units lessthan units",
532
+ "Admin.Subscriptions.Validation.MinUnits": "Please select Min units less than units",
533
+ "Admin.Incident.Validation.FieldRequired": "This field is required",
534
+ "Admin.Incident.AddMessage": "Incident Successfully Added.",
535
+ "Admin.Incident.Duration": "Duration",
536
+ "Admin.Incident.UpdateMessage": "Incident Successfully Updated.",
537
+ "Admin.Incident.Validation.UrlImpacted": "Please enter Url Impacted.",
538
+ "Admin.Incident.Validation.ServiceImpacted": "Please enter Service Impacted.",
539
+ "Admin.Incident.Validation.Description": "Please enter description.",
540
+ "Admin.Incident.Validation.Date": "Please select date",
530
541
  "Admin.Tips.Instructions": "Instructions",
531
542
  "Admin.Tips.Updated": "Updated",
532
543
  "Admin.Tips.NoDataMessage": "No tips found. Please consider adding some.",
@@ -537,6 +548,7 @@
537
548
  "Admin.Tags.UpdatedMessage": "Updated successfully.",
538
549
  "Admin.Tags.DeletedMessage": "Deleted successfully.",
539
550
  "Admin.Tags.NoDataMessage": "No tags found. Please consider adding some.",
551
+ "Admin.Tags.NoCategoryDataMessage": "No tag categories found. Please consider adding some.",
540
552
  "Admin.Permissions.UpdatedMessage": "Permission Updated successfully.",
541
553
  "Admin.SubscriptionCredentialMessages.CreateSubscriptionCredential": "Create subscription credential",
542
554
  "Admin.SubscriptionCredentialMessages.SubscriptionOwner": "Owner",
@@ -591,6 +603,12 @@
591
603
  "Admin.Tracking.ItemType": "Item Type",
592
604
  "Admin.Tracking.ItemId": "Item Id",
593
605
  "Admin.Tracking.Object": "Object",
606
+ "Admin.Incident.UrlImpacted": "Url impacted",
607
+ "Admin.Incident.ServiceImpacted": "Service impacted",
608
+ "Admin.Incident.Description": "Description",
609
+ "Admin.Incident.LastCheckedAt": "Last Checked At",
610
+ "Admin.Incident.StartedAt": "Started At",
611
+ "Admin.Incident.ResolvedAt": "Resolved At",
594
612
  "Users.AddedMessage": "User Details is saved successfully.",
595
613
  "Users.UpdatedMessage": "User Details is saved successfully.",
596
614
  "Users.UpdatedRole": "Role has been updated",
@@ -627,6 +645,7 @@
627
645
  "Tos.UpdatedMessage": "Updated successfully.",
628
646
  "Tos.DeletedMessage": "Deleted successfully.",
629
647
  "Tos.NoDataMessage": "No TOS Present - please add some.",
648
+ "Tags.NoDataMessage": "No tag categories Present - please add some.",
630
649
  "Credentials.AddedMessage": "Saved successfully.",
631
650
  "Credentials.UpdatedMessage": "Updated successfully.",
632
651
  "Credentials.DeletedMessage": "Deleted successfully.",
@@ -831,6 +850,8 @@
831
850
  "Label.FirstName": "First Name",
832
851
  "Label.LastName": "Last Name",
833
852
  "Label.Product": "Product",
853
+ "Search.NoDataDescription": "Please try again with a different search query.",
854
+ "Search.NoDataMessage": "No search result found.",
834
855
  "Label.Email": "Email",
835
856
  "Label.IsActive": "Active",
836
857
  "Label.IsVisible": "Visible",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@posiwise/i18n",
3
- "version": "0.0.5",
3
+ "version": "0.0.6",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
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.EmailVerfied": "Email Verfied",
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 Owner",
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.crm_product_id": "You can associate this opportunity to any of your products - if any",
104
- "OpportunitiesMessage.Tooltip.win_chance": "Please indicate the chances to win this opportunity",
105
- "OpportunitiesMessage.Tooltip.one_time_amount": "This is one-time payments you might have negotiated, such as setting up fees",
106
- "OpportunitiesMessage.Tooltip.monthly_amount": "This is the recurring monthly revenue",
107
- "OpportunitiesMessage.Tooltip.starting_at": "Please indicate when the opportunity is likely to start",
108
- "OpportunitiesMessage.Tooltip.stage": "Please indicate the stage of the opportunity",
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.DaysToWaytFromPreviousNewsletter": "This represents the number of days to wait after the previous newsletter has been deliverd",
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
- "CrmLeads.Lead": "Lead",
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",