@posiwise/i18n 0.0.3 → 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 +23 -2
- package/package.json +1 -1
- package/smart-crm/en.json +30 -10
- package/cloudolive/de.json +0 -1
- package/cloudolive/en.json +0 -454
- package/cloudolive/es.json +0 -1
- package/cloudolive/pt.json +0 -1
- package/empty-project/de.json +0 -1
- package/empty-project/en.json +0 -1
- package/empty-project/es.json +0 -1
- package/empty-project/pt.json +0 -1
- package/enricotam/de.json +0 -1
- package/enricotam/en.json +0 -1
- package/enricotam/es.json +0 -1
- package/enricotam/pt.json +0 -1
- package/stakeholders/de.json +0 -1
- package/stakeholders/en.json +0 -1
- package/stakeholders/es.json +0 -1
- package/stakeholders/pt.json +0 -1
- package/super-coach/de.json +0 -1
- package/super-coach/en.json +0 -71
- package/super-coach/es.json +0 -1
- package/super-coach/pt.json +0 -1
- package/talent-hub/de.json +0 -1
- package/talent-hub/en.json +0 -1
- package/talent-hub/es.json +0 -1
- package/talent-hub/pt.json +0 -1
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.
|
|
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
|
|
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
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",
|
package/cloudolive/de.json
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{}
|
package/cloudolive/en.json
DELETED
|
@@ -1,454 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"CommonMessages.UpdatedMessage": "Record Updated Successfully",
|
|
3
|
-
"CommonMessages.DeletedMessage": "Record Deleted Successfully",
|
|
4
|
-
"CommonMessages.ConfirmMessage": "Are you sure?",
|
|
5
|
-
"CommonMessages.SyncMicrosoftCallback": "To fetch extended licenses data information, please authenticate your account by logging into your Microsoft instance.",
|
|
6
|
-
"CredentialCategories.Name": "Name",
|
|
7
|
-
"CredentialCategories.Category": "category",
|
|
8
|
-
"CredentialCategories.NameRequired": "Please enter name",
|
|
9
|
-
"CredentialCategories.AddCredentialCategory": "Credential Category",
|
|
10
|
-
"CredentialCategories.NoCredentialCategory": "No credential categories present - please add some.",
|
|
11
|
-
"CredentialMessage.CredentialTitle": "Please set here the credentials you want to use to connect to our available third parties.",
|
|
12
|
-
"CredentialMessage.AddCredential": "Add Credential",
|
|
13
|
-
"CredentialMessage.Credential": "Credential",
|
|
14
|
-
"CredentialMessage.Account": "Account",
|
|
15
|
-
"CredentialMessage.CredentialCategory": "Credential Category",
|
|
16
|
-
"CredentialMessage.Field": "Field",
|
|
17
|
-
"CredentialMessage.isRequired": "is required",
|
|
18
|
-
"CredentialMessage.Required": "Required",
|
|
19
|
-
"CredentialMessage.description": "description",
|
|
20
|
-
"CredentialMessage.FieldType": "Field Type",
|
|
21
|
-
"CredentialMessage.Visible": "Visible",
|
|
22
|
-
"CredentialMessage.AccountRequired": "Please select account",
|
|
23
|
-
"CredentialMessage.CredentialCategoryRequired": "Please select credential category",
|
|
24
|
-
"CredentialMessage.FieldRequired": "Please enter field",
|
|
25
|
-
"CredentialMessage.FieldTypeRequired": "Please enter field type",
|
|
26
|
-
"CredentialMessage.Test": "Test",
|
|
27
|
-
"CredentialMessage.RevealCredential": "Reveal Credential",
|
|
28
|
-
"CredentialMessage.HideCredential": "Hide Credential",
|
|
29
|
-
"CredentialMessage.NoCredentialMessage": "No credentials present - please add some.",
|
|
30
|
-
"vendorMessages.Name": "Name",
|
|
31
|
-
"vendorMessages.Email": "Email",
|
|
32
|
-
"vendorMessages.ContactEmail": "Contact Email",
|
|
33
|
-
"vendorMessages.Phone": "Phone",
|
|
34
|
-
"vendorMessages.AccountCategories": "Account Category",
|
|
35
|
-
"vendorMessages.ApiEnable": "Api Enable",
|
|
36
|
-
"vendorMessages.Visible": "Visible",
|
|
37
|
-
"vendorMessages.Vendor": "Vendor",
|
|
38
|
-
"vendorMessages.CompanyUrl": "Company Url",
|
|
39
|
-
"vendorMessages.Owner": "Owner",
|
|
40
|
-
"vendorMessages.Admin": "Admin",
|
|
41
|
-
"vendorMessages.Active": "Active",
|
|
42
|
-
"vendorMessages.ClientPortalActive": "Client Portal Active",
|
|
43
|
-
"vendorMessages.CrmAccountMatched": "CRM Account Matched",
|
|
44
|
-
"vendorMessages.CrmReference": "CRM Reference",
|
|
45
|
-
"vendorMessages.CrmName": "Crm Name",
|
|
46
|
-
"vendorMessages.AccountReference": "Account Reference",
|
|
47
|
-
"vendorMessages.AccountType": "Account Type",
|
|
48
|
-
"vendorMessages.ContactEmailRequired": "Please enter contact email",
|
|
49
|
-
"vendorMessages.NameRequired": "Please enter name",
|
|
50
|
-
"vendorMessages.PhoneRequired": "Please enter valid Phone",
|
|
51
|
-
"vendorMessages.AccountCategoriesRequired": "Please select account categories",
|
|
52
|
-
"vendorMessages.CompanyUrlRequired": "Please enter company url",
|
|
53
|
-
"vendorMessages.AddVendors": "Add Vendors",
|
|
54
|
-
"vendorMessages.EditCategories": "Edit Categories",
|
|
55
|
-
"vendorMessages.NoVendorsMessage": "No vendors present - please add some.",
|
|
56
|
-
"VendorCategoryMessages.Name": "Name",
|
|
57
|
-
"VendorCategoryMessages.NameRequired": "Please enter name",
|
|
58
|
-
"VendorCategoryMessages.Category": "Category",
|
|
59
|
-
"VendorCategoryMessages.AddCategory": "Add Category",
|
|
60
|
-
"Accounts.Name": "Name",
|
|
61
|
-
"Accounts.Address": "Address",
|
|
62
|
-
"Accounts.ContactName": "Contact Name",
|
|
63
|
-
"Accounts.Phone": "Phone",
|
|
64
|
-
"Accounts.Services": "Services #",
|
|
65
|
-
"Accounts.Contracts": "Contracts #",
|
|
66
|
-
"Accounts.Inputs": "Inputs #",
|
|
67
|
-
"Accounts.AddAccount": "Add Account",
|
|
68
|
-
"Accounts.SyncWithCRM": "Sync With CRM",
|
|
69
|
-
"Accounts.SyncWithMicrosoft": "Sync With Microsoft",
|
|
70
|
-
"Accounts.Account": "Account",
|
|
71
|
-
"Accounts.lastSynced": "Last Synced",
|
|
72
|
-
"Accounts.CrmName": "CRM Name",
|
|
73
|
-
"Accounts.Primary": "Is Primary",
|
|
74
|
-
"Accounts.AccountCategories": "Account Categories",
|
|
75
|
-
"Accounts.AccountReference": "Account Reference",
|
|
76
|
-
"Accounts.CrmVendorService": "CRM Vendor Service",
|
|
77
|
-
"Accounts.ServiceName": "Service Name",
|
|
78
|
-
"Accounts.CrmService": "CRM Service",
|
|
79
|
-
"Accounts.CrmServiceName": "CRM Service Name",
|
|
80
|
-
"Accounts.AccountType": "Account Type",
|
|
81
|
-
"Accounts.Active": "Active",
|
|
82
|
-
"Accounts.CompanyUrl": "Company Url",
|
|
83
|
-
"Accounts.ClientPortalActive": "Client Portal Active",
|
|
84
|
-
"Accounts.NameRequired": "Please enter name",
|
|
85
|
-
"Accounts.CategoryRequired": "Please select category",
|
|
86
|
-
"Accounts.CrmServiceIdRequired": "please select a service",
|
|
87
|
-
"Accounts.AccountRequired": "please select account",
|
|
88
|
-
"Accounts.CrmAccountValidation": "Please select a crm account from dropdown",
|
|
89
|
-
"Accounts.AddressRequired": "Please enter an address",
|
|
90
|
-
"Accounts.ContactRequired": "please enter a contact name",
|
|
91
|
-
"Accounts.ServiceNameRequired": "please enter service name",
|
|
92
|
-
"Accounts.PhoneValidation": "please enter a valid tel",
|
|
93
|
-
"Accounts.CrmNameRequired": "Please enter a crm name",
|
|
94
|
-
"Accounts.AccountTypeRequired": "Please select account type",
|
|
95
|
-
"Accounts.NoAccountsMessage": "No accounts present - please add some.",
|
|
96
|
-
"AccountConfig.AccountConfig": "Account Config",
|
|
97
|
-
"AccountConfig.AddAccountConfig": "Add Account Config",
|
|
98
|
-
"AccountConfig.Account": "Account",
|
|
99
|
-
"AccountConfig.AccountConfigOption": "Account Config Option",
|
|
100
|
-
"AccountConfig.Value": "Value",
|
|
101
|
-
"AccountConfig.AccountRequired": "Please select account",
|
|
102
|
-
"AccountConfig.AccountConfigOptionRequired": "Please select Account Config Option",
|
|
103
|
-
"AccountConfig.ValueRequired": "Please enter some value",
|
|
104
|
-
"AccountConfig.NoAccountConfigMessage": "No account configs present - please add some.",
|
|
105
|
-
"Input.Input": "Input",
|
|
106
|
-
"Input.Reconciliation": "Reconciliation",
|
|
107
|
-
"Input.Account": "Account",
|
|
108
|
-
"Input.Vendor": "Vendor",
|
|
109
|
-
"Input.Notes": "Notes",
|
|
110
|
-
"Input.UnitType": "Unit Type",
|
|
111
|
-
"Input.TotalAmount": "Total Amount",
|
|
112
|
-
"Input.ImportedLineItems": "Imported Line Items",
|
|
113
|
-
"Input.UnreconciledLineItems": "Unreconciled Line Items",
|
|
114
|
-
"Input.UnitStrategy": "Unit Strategy",
|
|
115
|
-
"Input.CostStrategy": "Cost Strategy",
|
|
116
|
-
"Input.Frequency": "Frequency",
|
|
117
|
-
"Input.DateReceived": "Date Received",
|
|
118
|
-
"Input.Received": "Received",
|
|
119
|
-
"Input.DateDue": "Date Due",
|
|
120
|
-
"Input.Due": "Due",
|
|
121
|
-
"Input.TotalCount": "# Total",
|
|
122
|
-
"Input.AmountDue": "Total Amount (TAX-excl)",
|
|
123
|
-
"Input.Status": "Status",
|
|
124
|
-
"Input.InputUrl": "Input Url",
|
|
125
|
-
"Input.MonthStrategy": "Month Strategy",
|
|
126
|
-
"Input.Margin": "Margin",
|
|
127
|
-
"Input.UnitsReconciled": "Units / Reconciled",
|
|
128
|
-
"Input.UnitsUnrec": "Units / Unrec.",
|
|
129
|
-
"Input.LinesUnrec": "Lines / Unrec.",
|
|
130
|
-
"Input.Underbill": "Under bill.",
|
|
131
|
-
"Input.Overbill": "Over bill.",
|
|
132
|
-
"Input.Cur": "Cur.",
|
|
133
|
-
"Input.UnderOverbilling": "Under / Overbilling",
|
|
134
|
-
"Input.PassedHidden": "Passed / Hidden",
|
|
135
|
-
"Input.Amount": "$ Off",
|
|
136
|
-
"Input.Units": "# Off",
|
|
137
|
-
"Input.TAX": "TAX",
|
|
138
|
-
"Input.Currency": "Currency",
|
|
139
|
-
"Input.SpendSource": "Spend Source",
|
|
140
|
-
"Input.File": "File",
|
|
141
|
-
"Input.UnitQuantity": "Unit Quantity",
|
|
142
|
-
"Input.UnitItems": "Total Unique Lines",
|
|
143
|
-
"Input.InputCode": "Input Code",
|
|
144
|
-
"Input.BuildFromPreviousMonth": "Build From Previous Month",
|
|
145
|
-
"Input.DiscrepancyUnits": "Discrepancy Units",
|
|
146
|
-
"Input.DiscrepancyAmount": "Discrepancy Amount",
|
|
147
|
-
"Input.UnitTypeRequired": "Please select unit type",
|
|
148
|
-
"Input.UnitStrategyRequired": "Please select unit strategy",
|
|
149
|
-
"Input.CostStrategyRequired": "Please select cost strategy",
|
|
150
|
-
"Input.StatusRequired": "Please select status",
|
|
151
|
-
"Input.FrequencyRequired": "Please select a billing frequency",
|
|
152
|
-
"Input.UnitQuantityRequired": "Please enter unit quantity",
|
|
153
|
-
"Input.VendorRequired": "Please select vendor",
|
|
154
|
-
"Input.DataReceivedRequired": "Please select Date Received",
|
|
155
|
-
"Input.DateDueRequired": "Please select Date Due",
|
|
156
|
-
"Input.AmountDueRequired": "Please enter total amount",
|
|
157
|
-
"Input.CurrencyRequired": "Please enter currency",
|
|
158
|
-
"Input.SpendSourceRequired": "Please select spend source",
|
|
159
|
-
"Input.AddInput": "Add Input",
|
|
160
|
-
"Input.FilesUploadMessage": "Files uploaded successfully",
|
|
161
|
-
"Input.FileDeleteMessage": "File deleted successfully",
|
|
162
|
-
"Input.NoInputMessage": "No input present - please add some",
|
|
163
|
-
"Input.NoInputMonth": "No inputs found for the selected month",
|
|
164
|
-
"Input.IsProrata": "Is Prorata",
|
|
165
|
-
"Input.ProrataBehavior": "Prorata Behavior",
|
|
166
|
-
"Input.RetainSequence": "Retain Sequence",
|
|
167
|
-
"Input.EnablePushback": "Enable Pushback",
|
|
168
|
-
"Input.EffectiveDateStrategy": "Effective Date Strategy",
|
|
169
|
-
"Input.GroupingStrategy": "Grouping Strategy",
|
|
170
|
-
"Input.CrmUnitStrategy": "Crm Unit Strategy",
|
|
171
|
-
"Input.CrmCostStrategy": "Crm Cost Strategy",
|
|
172
|
-
"Input.ExpectedMarkup": "Expected Margin %",
|
|
173
|
-
"Input.Tooltip.InputUrl": "Optional link to your external source such as OneDrive, DropBox, Vendor Portal, etc.",
|
|
174
|
-
"Input.Tooltip.EffectiveDateStrategy": "This defines the default date when pushing back into the CRM",
|
|
175
|
-
"Input.Tooltip.GroupingStrategy": "This defines how our system will group the 'one-to-many' services",
|
|
176
|
-
"Input.Tooltip.Prorata": "If selected, we will prorate each line based on the start_date and end_date.",
|
|
177
|
-
"Input.Tooltip.ProrataBehavior": "Select 'Progressive' if quantity is progressive (Eg: 104,-2,4,1). Select 'Total' if the quantity is the actual value (Eg: 104,102,106,107).",
|
|
178
|
-
"Input.Tooltip.RetainSequence": "If checked, we will retain sequence number of recurring addition (CW only)",
|
|
179
|
-
"Input.Tooltip.EnablePushback": "If checked, you will be able to push back into your CRM system",
|
|
180
|
-
"Input.Tooltip.MarkupPercentage": "This is the expected margin as a percentage to obtain on each invoice line item",
|
|
181
|
-
"Input.Tooltip.UnitStrategy": "Grouping of units when being imported",
|
|
182
|
-
"Input.Tooltip.CostStrategy": "Select 'Sum' if we need to sum the cost of each line.",
|
|
183
|
-
"Input.Tooltip.DateDue": "Select any date in the actual month you plan on billing your clients. We use this field to compare the data held in your CRM.",
|
|
184
|
-
"Input.Tooltip.InputCode": "Not used in our logic at this time",
|
|
185
|
-
"Input.Tooltip.AmountDue": "Total cost from this vendor for the month",
|
|
186
|
-
"Input.Tooltip.TAX": "Local tax rate (not a required field)",
|
|
187
|
-
"Input.Tooltip.UnitItems": "This is the total number of unique lines imported from the vendor file. This number should always match the Total: # halfway down the page. If these numbers are different then please review.",
|
|
188
|
-
"AccountInput.Reconcile": "Reconcile",
|
|
189
|
-
"AccountInput.UnreconciledAmount": "Unreconciled Amount",
|
|
190
|
-
"AccountInput.LinesToReconcile": "Lines to Reconcile",
|
|
191
|
-
"AccountInput.UnreconciledLines": "Unreconciled Lines",
|
|
192
|
-
"AccountInput.UnderBillingAmount": "Under-billing Amount",
|
|
193
|
-
"AccountInput.OverBillingAmount": "Over-billing Amount",
|
|
194
|
-
"AccountInput.TotalMargin": "Total Margin",
|
|
195
|
-
"AccountInput.LinesWithDiscrepancies": "Lines with Discrepancies",
|
|
196
|
-
"AccountInput.MoMAmountChanges": "MoM Amount Changes",
|
|
197
|
-
"AccountInput.MoMUnitChanges": "MoM Unit Changes",
|
|
198
|
-
"AccountInput.NewAccounts": "New Accounts",
|
|
199
|
-
"AccountInput.DroppedAccounts": "Dropped Accounts",
|
|
200
|
-
"AccountInput.Vendor": "Vendor",
|
|
201
|
-
"AccountInput.NameOnInput": "Name on Input",
|
|
202
|
-
"AccountInput.VendorEndUserName": "Vendor End User Name",
|
|
203
|
-
"AccountInput.CrmAccountName": "CRM Account Name",
|
|
204
|
-
"AccountInput.VendorService": "Vendor Service",
|
|
205
|
-
"AccountInput.DateValidated": "Date Validated",
|
|
206
|
-
"AccountInput.Account": "Account",
|
|
207
|
-
"AccountInput.UnitType": "Unit Type",
|
|
208
|
-
"AccountInput.Client": "Client",
|
|
209
|
-
"AccountInput.InputServiceName": "Input Service Name",
|
|
210
|
-
"AccountInput.ProRata": "Pro Rata",
|
|
211
|
-
"AccountInput.ContractName": "Contract Name (Unique Identifier)",
|
|
212
|
-
"AccountInput.UniqueIdentifier": "Unique Identifier",
|
|
213
|
-
"AccountInput.ServiceName": "Service Name",
|
|
214
|
-
"AccountInput.UnitQuantity": "Unit Quantity",
|
|
215
|
-
"AccountInput.ClientRequired": "Please select Client",
|
|
216
|
-
"AccountInput.UnitsOff": "Units Off",
|
|
217
|
-
"AccountInput.CrmUnitsOff": "CRM Units Off",
|
|
218
|
-
"AccountInput.PreviousUnitsOff": "Previous Units Off",
|
|
219
|
-
"AccountInput.UnitAmount": "Unit Amount",
|
|
220
|
-
"AccountInput.TotalAmount": "Total Amount",
|
|
221
|
-
"AccountInput.CrmContractName": "CRM Contract Name",
|
|
222
|
-
"AccountInput.CrmService": "CRM Service",
|
|
223
|
-
"AccountInput.VendorUnitCost": "Vendor Unit Cost vs. (CRM Cost)",
|
|
224
|
-
"AccountInput.VendorUnitQuantity": "Vendor Unit Quantity vs. (Grouped)",
|
|
225
|
-
"AccountInput.PreviousMonthVendorUnitQuantity": "Previous Month Vendor Unit Quantity",
|
|
226
|
-
"AccountInput.TotalCost": "Total Cost vs. (CRM Total Sell)",
|
|
227
|
-
"AccountInput.ActualMarginVsMarginReconciled": "Actual Margin % vs. (Margin Reconciled %)",
|
|
228
|
-
"AccountInput.TotalSellPrice": "Total Sell Price",
|
|
229
|
-
"AccountInput.CrmTotalSellPrice": "CRM Total Sell Price",
|
|
230
|
-
"AccountInput.CrmMargin": "CRM Margin",
|
|
231
|
-
"AccountInput.GroupedMarginVsPreviousMonthVariation": "Margin vs. (Change in Margin From Last Month)",
|
|
232
|
-
"AccountInput.Margin": "Margin",
|
|
233
|
-
"AccountInput.UnitDiscrepancy": "Unit Discrepancy",
|
|
234
|
-
"AccountInput.UnitChangeVsPriorPeriod": "Unit Change vs. Prior Period",
|
|
235
|
-
"AccountInput.CrmServiceName": "CRM Service Name",
|
|
236
|
-
"AccountInput.CrmUnitAmount": "CRM Unit Amount",
|
|
237
|
-
"AccountInput.ActualCost": "Actual Cost",
|
|
238
|
-
"AccountInput.CrmActualCost": "CRM Actual Cost",
|
|
239
|
-
"AccountInput.Currency": "Currency",
|
|
240
|
-
"AccountInput.CrmExtendedprice": "CRM Extended price",
|
|
241
|
-
"AccountInput.ExtendedCost": "Extended Cost",
|
|
242
|
-
"AccountInput.ProfitLoss": "Profit/Loss",
|
|
243
|
-
"AccountInput.Description": "Description",
|
|
244
|
-
"AccountInput.CrmUnitQuantity": "CRM Unit Quantity",
|
|
245
|
-
"AccountInput.CrmContractCode": "CRM Contract Code",
|
|
246
|
-
"AccountInput.VendorBillingFrequency": "Billing Frequency",
|
|
247
|
-
"AccountInput.Frequency": "Billing Frequency",
|
|
248
|
-
"AccountInput.FrequencyRequired": "Please select a billing frequency",
|
|
249
|
-
"AccountInput.VendorRequired": "Please select vendor",
|
|
250
|
-
"AccountInput.DateValidatedRequired": "Please select date validated",
|
|
251
|
-
"AccountInput.UnitTypeRequired": "Please select unit type",
|
|
252
|
-
"AccountInput.UniqueIdentifierRequired": "Please enter a valid unique identifier",
|
|
253
|
-
"AccountInput.ServiceNameRequired": "Please enter service name",
|
|
254
|
-
"AccountInput.UnitQuantityRequired": "Please enter unit quantity",
|
|
255
|
-
"AccountInput.UnitAmountRequired": "Please enter unit amount",
|
|
256
|
-
"AccountInput.ActualCostRequired": "Please enter actual cost",
|
|
257
|
-
"AccountInput.CrmContractNameRequired": "Please enter a crm contract name",
|
|
258
|
-
"AccountInput.CrmServiceNameRequired": "Please enter a crm service name",
|
|
259
|
-
"AccountInput.CurrencyRequired": "Please select currency",
|
|
260
|
-
"AccountInput.CrmUnitQuantityRequired": "Please enter crm unit quantity",
|
|
261
|
-
"AccountInput.AddReconcile": "Add reconciliation item",
|
|
262
|
-
"AccountInput.NoReconcileMessage": "No reconciliation item present - please add some.",
|
|
263
|
-
"AccountInput.NoPreviousReconcileMessage": "No previous reconciliation item present",
|
|
264
|
-
"AccountInput.PlanNotAvailable": "Not available under your current plan",
|
|
265
|
-
"AccountInput.DescriptionPin": "Description Pin",
|
|
266
|
-
"AccountInput.Disregarded": "Disregarded",
|
|
267
|
-
"AccountInput.Ignored": "Ignored",
|
|
268
|
-
"AccountInput.Pass": "Pass",
|
|
269
|
-
"AccountInput.Hide": "Hide",
|
|
270
|
-
"AccountInput.Tooltip.ComingSoon": "Coming Soon",
|
|
271
|
-
"AccountInput.Tooltip.DisabledGroupedItem": "These items can't be unlinked as they have the same contract/agreement and same service/addition.",
|
|
272
|
-
"AccountInput.Tooltip.DisabledGroupedService": "To unlink this service/addition, please use the dropdown in the edit view at the top.",
|
|
273
|
-
"AccountInput.Tooltip.Pass": "Pass for now and show on next cycle.",
|
|
274
|
-
"AccountInput.Tooltip.DescriptionPin": "If pinned, the description will stay visible in future account inputs.",
|
|
275
|
-
"AccountInput.Tooltip.Hide": "Hide indefinitely.",
|
|
276
|
-
"AccountInput.Tooltip.CrmUnitQuantityWarning": "No units found in the CRM, is the contract not started yet or has the billing stopped?",
|
|
277
|
-
"AccountInput.Tooltip.TotalAmount": "Total cost from vendor. Keyed in manually at vendor input level.",
|
|
278
|
-
"AccountInput.Tooltip.UnreconciledAmount": "This should always = '0'. If not, please review to ensure all data has been imported. Download file from above and check.",
|
|
279
|
-
"AccountInput.Tooltip.TotalUnits": "Total lines to be reconciled. Eg: all the lines in the imported excel sheet.",
|
|
280
|
-
"AccountInput.Tooltip.UnreconciledUnits": "Count of lines which have not been linked to anything in the CRM. Often means net new services/lines which have come on in this period.",
|
|
281
|
-
"AccountInput.Tooltip.MoMAmountChange": "Month-on-month variation in AmountDue.",
|
|
282
|
-
"AccountInput.Tooltip.MoMUnitChanges": "Month-on-month variation in TotalItemsCount.",
|
|
283
|
-
"AccountInput.Tooltip.NewAccounts": "Number of new accounts added this month.",
|
|
284
|
-
"AccountInput.Tooltip.DroppedAccounts": "Number of accounts lost this month.",
|
|
285
|
-
"AccountInput.Tooltip.MarginDroppedAccounts": "Accounts dropped during the given month.",
|
|
286
|
-
"AccountInput.Tooltip.LinesWithDiscrepancies": "Total number of lines being over-billed and under-billed.",
|
|
287
|
-
"AccountInput.Tooltip.OverbillingAmount": "Quantity of units x sell price from the CRM. Disregarded and Ignored lines are not factored into this equation.",
|
|
288
|
-
"AccountInput.Tooltip.UnderbillingAmount": "Quantity of units x sell price from the CRM. Disregarded and Ignored lines are not factored into this equation.",
|
|
289
|
-
"AccountInput.Tooltip.TotalMargin": "Total margin for the month for this one vendor.",
|
|
290
|
-
"ServiceInsight.AccountName": "Account Name",
|
|
291
|
-
"ServiceInsight.ContractName": "Contract Name",
|
|
292
|
-
"ServiceInsight.ServiceName": "Service Name",
|
|
293
|
-
"ServiceInsight.Vendor": "Vendor",
|
|
294
|
-
"ServiceInsight.VendorDescription": "Vendor Description",
|
|
295
|
-
"ServiceInsight.ExtendedRevenue": "Extended Revenue",
|
|
296
|
-
"ServiceInsight.ProfitMargin": "Profit / (%)",
|
|
297
|
-
"ServiceInsight.UnitCount": "Units Count",
|
|
298
|
-
"ServiceInsight.PriceMonthlyAverage": "Price Monthly / Price Monthly Average",
|
|
299
|
-
"ServiceInsight.AverageProfit": "Average Profit / (%)",
|
|
300
|
-
"ServiceInsight.LinesCount": "Lines Count",
|
|
301
|
-
"ServiceInsight.UnitPrice": "Unit Price",
|
|
302
|
-
"ServiceInsight.UnitPriceCost": "Unit Price / (Cost)",
|
|
303
|
-
"ServiceInsight.TotalSellCost": "Total Sell / (Cost)",
|
|
304
|
-
"ServiceInsight.UnitCost": "Unit Cost",
|
|
305
|
-
"ServiceInsight.BillingFrequency": "Billing Frequency",
|
|
306
|
-
"ServiceInsight.Bundle": "Grouped Quantity vs (Suggested Quantity)",
|
|
307
|
-
"ServiceInsight.Grouped": "Grouped",
|
|
308
|
-
"ServiceInsight.Quantity": "Quantity",
|
|
309
|
-
"ServiceInsight.Vs": "vs",
|
|
310
|
-
"ServiceInsight.Suggested": "Suggested",
|
|
311
|
-
"ServiceInsight.NoServiceMessage": "No services present. Please make sure you link and sync your CRM.",
|
|
312
|
-
"MicrosoftPartner.MicrosoftPartnerNoData": "No contract services present. Please make sure you link and sync with this vendor first.",
|
|
313
|
-
"MicrosoftPartner": "Microsoft Partner",
|
|
314
|
-
"MicrosoftPartner.Tenant": "Tenant",
|
|
315
|
-
"MicrosoftPartner.Service": "Service",
|
|
316
|
-
"MicrosoftPartner.UnitCountVsGrouped": "Unit Count vs. (Grouped)",
|
|
317
|
-
"MicrosoftPartner.Unassigned": "Unassigned",
|
|
318
|
-
"MicrosoftPartner.BuyingFrequency": "Buying Frequency",
|
|
319
|
-
"MicrosoftPartner.BillingFrequency": "Billing Frequency",
|
|
320
|
-
"MicrosoftPartner.Commitment": "Commitment",
|
|
321
|
-
"MicrosoftPartner.Quantity": "Quantity",
|
|
322
|
-
"MicrosoftPartner.TermDuration": "Term Duration",
|
|
323
|
-
"MicrosoftPartner.VendorAccount": "Vendor Acccount",
|
|
324
|
-
"MicrosoftPartner.VendorProduct": "Vendor Product",
|
|
325
|
-
"MicrosoftPartner.OfferName": "Offer Name",
|
|
326
|
-
"MicrosoftPartner.VendorReference": "Vendor Reference",
|
|
327
|
-
"MicrosoftPartner.QuantityTotal": "Quantity Total",
|
|
328
|
-
"MicrosoftPartner.Expiration": "Expiration",
|
|
329
|
-
"MicrosoftPartner.EffectiveStartDate": "Effective Start Date",
|
|
330
|
-
"MicrosoftPartner.CancellationAllowedUntil": "Cancellation Allowed Until ",
|
|
331
|
-
"MicrosoftPartner.AutoRenew": "Auto Renew ",
|
|
332
|
-
"MicrosoftPartner.Tooltip.BillingFrequency": "Coming soon",
|
|
333
|
-
"MicrosoftPartner.Tooltip.Commitment": "Coming soon",
|
|
334
|
-
"MicrosoftPartner.Tooltip.Quantity": "Coming soon",
|
|
335
|
-
"MicrosoftPartner.Tooltip.TermDuration": "Coming soon",
|
|
336
|
-
"MicrosoftPartner.Tooltip.VendorAccount": "Coming soon",
|
|
337
|
-
"MicrosoftPartner.Tooltip.VendorProduct": "Coming soon",
|
|
338
|
-
"MicrosoftPartner.Tooltip.OfferName": "Coming soon",
|
|
339
|
-
"MicrosoftPartner.Tooltip.VendorReference": "Coming soon",
|
|
340
|
-
"MicrosoftPartner.Tooltip.QuantityTotal": "Coming soon",
|
|
341
|
-
"MicrosoftPartner.Tooltip.Expiration": "Coming soon",
|
|
342
|
-
"MicrosoftPartner.Tooltip.EffectiveStartDate": "Coming soon",
|
|
343
|
-
"MicrosoftPartner.Tooltip.CancellationAllowedUntil": "Coming soon",
|
|
344
|
-
"MicrosoftPartner.Tooltip.Status": "Coming soon",
|
|
345
|
-
"MicrosoftPartner.Tooltip.MicrosoftPartnerAutoRenew": "Coming soon",
|
|
346
|
-
"MicrosoftPartner.Type": "Type",
|
|
347
|
-
"MicrosoftPartner.Status": "Status",
|
|
348
|
-
"MicrosoftPartner.Review": "Review",
|
|
349
|
-
"MicrosoftPartner.Validation.VendorAccount": "please select vendor account",
|
|
350
|
-
"MicrosoftPartner.Validation.VendorProduct": "please select vendor product",
|
|
351
|
-
"MicrosoftPartner.Validation.OfferName": "please enter offer name",
|
|
352
|
-
"MicrosoftPartner.Validation.VendorReference": "please enter vendor reference",
|
|
353
|
-
"MicrosoftPartner.Tooltip.UnitCountVsGrouped": "The number between brackets, if any, is the only accurate value, and it represents the total count for all the subscriptions for a given account/product match",
|
|
354
|
-
"MicrosoftPartner.Tooltip.AutoRenew": "We couldn't determine if the auto-renew is true or false.",
|
|
355
|
-
"MicrosoftPartner.Tooltip.Unassigned": "There are more assigned licenses than available licenses. Unassign licenses or buy more licenses.",
|
|
356
|
-
"IntegrationMessages.EntityName": "Entity Name",
|
|
357
|
-
"IntegrationMessages.FieldName": "Field Name",
|
|
358
|
-
"IntegrationMessages.Condition": "Condition",
|
|
359
|
-
"IntegrationMessages.Match": "Match",
|
|
360
|
-
"IntegrationMessages.EntityNameRequired": "Please enter entity name",
|
|
361
|
-
"IntegrationMessages.FieldNameRequired": "Please enter field name",
|
|
362
|
-
"IntegrationMessages.ConditionRequired": "Please enter condition",
|
|
363
|
-
"IntegrationMessages.MatchRequired": "Please enter match",
|
|
364
|
-
"VendorsOverViewMessages.Account": "Account",
|
|
365
|
-
"VendorsOverViewMessages.Vendor": "Vendor",
|
|
366
|
-
"VendorsOverViewMessages.Description": "Description",
|
|
367
|
-
"VendorsOverViewMessages.SpendFrequency": "Spend Frequency",
|
|
368
|
-
"VendorsOverViewMessages.Teams": "Teams",
|
|
369
|
-
"VendorsOverViewMessages.FirstInvoiceDate": "First Invoice Date",
|
|
370
|
-
"VendorsOverViewMessages.RenewalDate": "Renewal Date",
|
|
371
|
-
"VendorsOverViewMessages.AccountContactName": "Account Contact Name",
|
|
372
|
-
"VendorsOverViewMessages.AccountContactEmail": "Account Contact Email",
|
|
373
|
-
"VendorsOverViewMessages.AccountContactTel": "Account Contact Tel",
|
|
374
|
-
"VendorsOverViewMessages.App": "App",
|
|
375
|
-
"VendorsOverViewMessages.AccessSources": "Access Sources",
|
|
376
|
-
"VendorsOverViewMessages.Team": "Team",
|
|
377
|
-
"VendorsOverViewMessages.Subscriptions": "Subscriptions",
|
|
378
|
-
"VendorsOverViewMessages.SpendSources": "Spend Sources",
|
|
379
|
-
"VendorsOverViewMessages.TTM": "TTM",
|
|
380
|
-
"VendorsOverViewMessages.LastMonthSpend": "Last Month Spend",
|
|
381
|
-
"VendorsOverViewMessages.Users": "Users",
|
|
382
|
-
"VendorsOverViewMessages.RenewsOn": "Renews On",
|
|
383
|
-
"VendorsOverViewMessages.NextBilling": "Next Billing",
|
|
384
|
-
"VendorsOverViewMessages.Owner": "Owner",
|
|
385
|
-
"VendorsOverViewMessages.Admin": "Admin",
|
|
386
|
-
"VendorsOverViewMessages.ItAdmin": "IT Admin",
|
|
387
|
-
"VendorsOverViewMessages.DataSensitivity": "Data Sensitivity",
|
|
388
|
-
"VendorsOverViewMessages.NoDataMessage": "No data present",
|
|
389
|
-
"VendorsOverViewMessages.AddVendor": "Add Vendor",
|
|
390
|
-
"VendorsOverViewMessages.AccountRequired": "Please account vendor",
|
|
391
|
-
"ConfigurationsAccountConfigMessages.AddAccountConfig": "Add Account Config",
|
|
392
|
-
"ConfigurationsAccountConfigMessages.AccountConfig": "Account Config",
|
|
393
|
-
"ConfigurationsAccountConfigMessages.GlobalConfig": "Global Config",
|
|
394
|
-
"ConfigurationsAccountConfigMessages.GlobalConfigRequired": "Please select Global Config",
|
|
395
|
-
"ConfigurationsAccountConfigMessages.Value": "Value",
|
|
396
|
-
"ConfigurationsAccountConfigMessages.ValueRequired": "Please enter some value",
|
|
397
|
-
"ConfigurationsAccountConfigMessages.NoConfigMessage": "No subscription configs present - please add some.",
|
|
398
|
-
"GlobalConfigMessage.AddGlobalConfig": "Add Global Config",
|
|
399
|
-
"GlobalConfigMessage.GlobalConfig": "Global Config",
|
|
400
|
-
"GlobalConfigMessage.Name": "Name",
|
|
401
|
-
"GlobalConfigMessage.FieldType": "Field Type",
|
|
402
|
-
"GlobalConfigMessage.Default": "Default",
|
|
403
|
-
"GlobalConfigMessage.NameRequired": "Please enter name",
|
|
404
|
-
"GlobalConfigMessage.FieldTypeRequired": "Please enter field type",
|
|
405
|
-
"GlobalConfigMessage.NoGlobalConfigsMessage": "No global configs present - please add some.",
|
|
406
|
-
"CrmConfigMessages.NoIntegrationsMessage": "No integrations available",
|
|
407
|
-
"ReconciliationsMessage.Vendor": "Vendor",
|
|
408
|
-
"ReconciliationsMessage.CostPerUnit": "Cost Per Unit",
|
|
409
|
-
"ReconciliationsMessage.PricePerUnit": "Price Per Unit",
|
|
410
|
-
"ReconciliationsMessage.Quantity": "Quantity",
|
|
411
|
-
"ReconciliationsMessage.NoDataMessage": "No accounts found. Please make sure you sync with your CRM first.",
|
|
412
|
-
"MspDashBoardMessage.Account": "Account",
|
|
413
|
-
"MspDashBoardMessage.Service": "Service",
|
|
414
|
-
"MspDashBoardMessage.VariationAmount": "Variation Amount",
|
|
415
|
-
"MspDashBoardMessage.Contract": "Contract",
|
|
416
|
-
"MspDashBoardMessage.ExpiryDate": "Expiry Date",
|
|
417
|
-
"MspDashBoardMessage.Budget": "Budget",
|
|
418
|
-
"MspDashBoardMessage.NoDataMessage": "No insights yet to show. Please check back after you've synced with your CRM.",
|
|
419
|
-
"Configuration.AccountName": "Account Name",
|
|
420
|
-
"Configuration.Account": "Account",
|
|
421
|
-
"Configuration.FieldType": "Field Type",
|
|
422
|
-
"Configuration.AccountConfigCategory": "Account Config Category",
|
|
423
|
-
"Configuration.Description": "Description",
|
|
424
|
-
"Configuration.Default": "Is Default",
|
|
425
|
-
"Configuration.BundleName": "Bundle Name",
|
|
426
|
-
"Configuration.GroupName": "Group Name",
|
|
427
|
-
"Configuration.GroupStrategy": "Group Strategy",
|
|
428
|
-
"Configuration.NoAccountConfigOptions": "No Account Config Options",
|
|
429
|
-
"Configuration.NoBundles": "No Bundles Present. Please consider adding some.",
|
|
430
|
-
"Configuration.NoServiceGroup": "No Service Groupings Present. Please consider adding some.",
|
|
431
|
-
"Configuration.NoAccountGroup": "No Account Groupings Present. Please consider adding some.",
|
|
432
|
-
"Configuration.Validation.Name": "Name is required",
|
|
433
|
-
"Configuration.Validation.BundleName": "Bundle name is required",
|
|
434
|
-
"Configuration.Validation.GroupName": "Group name is required",
|
|
435
|
-
"Configuration.Validation.GroupStrategy": "Group Strategy is required",
|
|
436
|
-
"Configuration.Validation.FieldType": "Please select field type",
|
|
437
|
-
"AdminView.SubscriptionId": "Subscription Id",
|
|
438
|
-
"AdminView.ExpiresAt": "Expires at vs. (Signed up)",
|
|
439
|
-
"AdminView.Paid": "Paid",
|
|
440
|
-
"AdminView.Expired": "Expired",
|
|
441
|
-
"AdminView.Ignored": "Ignored",
|
|
442
|
-
"AdminView.CrmCredentials": "CRM Cred",
|
|
443
|
-
"AdminView.CrmSyncedLastMonth": "CRM Synced Last Month",
|
|
444
|
-
"AdminView.CrmSyncedLastDay": "CRM Synced Last Day",
|
|
445
|
-
"AdminView.InputsLastMonthCount": "Input Last Month Count vs. (Reconciled)",
|
|
446
|
-
"AdminView.InputsNotStartedCount": "Inputs Not Started Count",
|
|
447
|
-
"AdminView.InputsReconciled": "Inputs Reconciled",
|
|
448
|
-
"AdminView.InputsWithDiscrepanciesCount": "Inputs With Discr Count",
|
|
449
|
-
"AdminView.Stickiness": "Stick.",
|
|
450
|
-
"AdminView.Status": "Status",
|
|
451
|
-
"AdminView.SessionsLastMonthCount": "Sessions Last Month vs. (Members Count)",
|
|
452
|
-
"AdminView.MembersCount": "Members Count",
|
|
453
|
-
"AdminView.SubscriptionUpdated": "Subscription Updated Successfully"
|
|
454
|
-
}
|
package/cloudolive/es.json
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{}
|
package/cloudolive/pt.json
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{}
|
package/empty-project/de.json
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{}
|
package/empty-project/en.json
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{}
|
package/empty-project/es.json
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{}
|
package/empty-project/pt.json
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{}
|
package/enricotam/de.json
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{}
|
package/enricotam/en.json
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{}
|
package/enricotam/es.json
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{}
|
package/enricotam/pt.json
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{}
|
package/stakeholders/de.json
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{}
|
package/stakeholders/en.json
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{}
|
package/stakeholders/es.json
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{}
|
package/stakeholders/pt.json
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{}
|
package/super-coach/de.json
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{}
|
package/super-coach/en.json
DELETED
|
@@ -1,71 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"Personal": "Personal",
|
|
3
|
-
"IsPublic": "Is Public",
|
|
4
|
-
"Challenge": "Challenge",
|
|
5
|
-
"Assessable": "Assessable",
|
|
6
|
-
"Question": "Question",
|
|
7
|
-
"Description": "Description",
|
|
8
|
-
"TimeToAnswer": "Time To Answer",
|
|
9
|
-
"Answer": "Answer",
|
|
10
|
-
"Order": "Order",
|
|
11
|
-
"Dependency": "Dependency",
|
|
12
|
-
"Category": "category",
|
|
13
|
-
"Ranking": "Ranking",
|
|
14
|
-
"Instructions": "Instructions",
|
|
15
|
-
"Max_show": "Max Show",
|
|
16
|
-
"Start": "Start",
|
|
17
|
-
"End": "End",
|
|
18
|
-
"Frequency": "Frequency",
|
|
19
|
-
"EmailNotification": "Email Noti",
|
|
20
|
-
"MobileNotification": "Mobile Noti",
|
|
21
|
-
"TestValidityDays": "Test Validity Days",
|
|
22
|
-
"CommentEnabled": "Comment Enabled",
|
|
23
|
-
"Domain": "Domain",
|
|
24
|
-
"Module": "Domain Module",
|
|
25
|
-
"DomainKey": "Domain Key",
|
|
26
|
-
"TargetAudience": "Target Audience",
|
|
27
|
-
"MotivationalsSendMax": "motivationals send max",
|
|
28
|
-
"DependencyQuestion": "Dependency Question",
|
|
29
|
-
"DependencyQuestionScore": "Dependency Question Min Score",
|
|
30
|
-
"ForEnterPrise": "For Enterprise",
|
|
31
|
-
"ForIndividual": "For Individual",
|
|
32
|
-
"Buttons.AddDomain": "Add Domain",
|
|
33
|
-
"Buttons.ConfigureDomain": "Configure Domain",
|
|
34
|
-
"Buttons.AddQuestion": "Add Question",
|
|
35
|
-
"Buttons.AddMotivational": "Add Motivational",
|
|
36
|
-
"Buttons.AddRecommendation": "Add Recommendation",
|
|
37
|
-
"Domains.Validation.Name": "Please enter domain Name",
|
|
38
|
-
"Domains.Validation.Description": "Please enter description",
|
|
39
|
-
"Domains.Validation.Instructions": "Please enter Instructions",
|
|
40
|
-
"Domains.Validation.TestValidityDays": "Please select test validity days",
|
|
41
|
-
"Domains.Validation.Category": "Please select category",
|
|
42
|
-
"Domains.Validation.MotivationMax": "Please select motivationaL_send_max",
|
|
43
|
-
"Domains.Validation.Email": "Please enter valid user email",
|
|
44
|
-
"Domains.Validation.Domain": "Please select domain",
|
|
45
|
-
"Domains.NoDomainMessage": "No domains present - please add some.",
|
|
46
|
-
"Domains.AddedMessage": "Domain Successfully Added",
|
|
47
|
-
"Domains.UpdatedMessage": "Domain Successfully Updated",
|
|
48
|
-
"Domains.DeletedMessage": "Domain Successfully Deleted",
|
|
49
|
-
"Domains.InvitedMessage": "Successfully Invited",
|
|
50
|
-
"Questions.NoQuestionsMessage": "No questions present - please add some.",
|
|
51
|
-
"Questions.NoQuestionsUserMessage": "No questions have been defined yet",
|
|
52
|
-
"Questions.AddedMessage": "Question Successfully Added",
|
|
53
|
-
"Questions.UpdatedMessage": "Question Successfully Updated",
|
|
54
|
-
"Questions.DeletedMessage": "Question Successfully Deleted",
|
|
55
|
-
"Motivationals.NoMotivationalsMessage": "No motivational sentence present - please add some.",
|
|
56
|
-
"Motivationals.NoMotivationalsUserMessage": "No motivational sentence have been defined yet",
|
|
57
|
-
"Motivationals.AddedMessage": "Motivationals Successfully Added",
|
|
58
|
-
"Motivationals.UpdatedMessage": "Motivationals Successfully Updated",
|
|
59
|
-
"Motivationals.DeletedMessage": "Motivationals Successfully Deleted",
|
|
60
|
-
"Recommendations.NoRecommendationsMessage": "No recommendations present - please add some.",
|
|
61
|
-
"Recommendations.AddedMessage": "Recommendations Successfully Added",
|
|
62
|
-
"Recommendations.UpdatedMessage": "Recommendations Successfully Updated",
|
|
63
|
-
"Recommendations.DeletedMessage": "Recommendations Successfully Deleted",
|
|
64
|
-
"Assessment.NoDomainsMessage": "No assessment available. Please activate some under the Settings tab",
|
|
65
|
-
"Assessment.SuccessMessage": "Submitted Successfully",
|
|
66
|
-
"Settings.AddedMessage": "Setting Successfully Added",
|
|
67
|
-
"Settings.UpdatedMessage": "Setting Successfully Updated",
|
|
68
|
-
"Settings.NoDomainMessage": "No domains present. Please go to the configuration tab and add some.",
|
|
69
|
-
"Summary.NoDataMessage": "Nothing to review at this time. Please check back soon.",
|
|
70
|
-
"Summary.PostedMessage": "Motivational Posted Successfully"
|
|
71
|
-
}
|
package/super-coach/es.json
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{}
|
package/super-coach/pt.json
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{}
|
package/talent-hub/de.json
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{}
|
package/talent-hub/en.json
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{}
|
package/talent-hub/es.json
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{}
|
package/talent-hub/pt.json
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{}
|