@posiwise/i18n 0.0.9 → 0.0.11
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 +17 -1
- package/package.json +1 -1
package/en.json
CHANGED
|
@@ -43,9 +43,13 @@
|
|
|
43
43
|
"Admin.DomainConfig.InternalPath": "Internal Path",
|
|
44
44
|
"Admin.DomainConfig.ShardName": "Shard Name",
|
|
45
45
|
"Admin.DomainConfig.ShardUrl": "Shard Url",
|
|
46
|
+
"Admin.DomainConfig.IntraServicesToken": "Intra Services Token",
|
|
47
|
+
"Admin.DomainConfig.FrontendRepoName": "Frontend Repo Name",
|
|
48
|
+
"Admin.DomainConfig.Description": "Description",
|
|
46
49
|
"Admin.DomainConfig.CompanyName": "Company Name",
|
|
47
50
|
"Admin.DomainConfig.CompanyEmail": "Company Email",
|
|
48
51
|
"Admin.DomainConfig.CompanyUrl": "Company Url",
|
|
52
|
+
"Admin.DomainConfig.Frontend": "Frontend",
|
|
49
53
|
"Admin.DomainConfig.CompanyHeader": "Company Header",
|
|
50
54
|
"Admin.DomainConfig.CompanyTitle": "Company Title",
|
|
51
55
|
"Admin.DomainConfig.CompanyKeywords": "Company Keywords",
|
|
@@ -173,6 +177,10 @@
|
|
|
173
177
|
"Admin.DomainConfig.Validation.InternalPath": "Internal path is required",
|
|
174
178
|
"Admin.DomainConfig.Validation.ShardName": "Shard name is required",
|
|
175
179
|
"Admin.DomainConfig.Validation.ShardUrl": "Shard URL is required",
|
|
180
|
+
"Admin.DomainConfig.Validation.IntraServicesToken": "Intraservices token is required",
|
|
181
|
+
"Admin.DomainConfig.Validation.WebhookToken": "Webhook Token is required",
|
|
182
|
+
"Admin.DomainConfig.Validation.FrontendRepoName": "Frontend repo Name is required",
|
|
183
|
+
"Admin.DomainConfig.Validation.Description": "Description is required",
|
|
176
184
|
"Admin.DomainConfig.Validation.CompanyName": "Company name is required",
|
|
177
185
|
"Admin.DomainConfig.Validation.CompanyEmail": "Company email is required",
|
|
178
186
|
"Admin.DomainConfig.Validation.CompanyUrl": "Company url is required",
|
|
@@ -180,6 +188,10 @@
|
|
|
180
188
|
"Admin.DomainConfig.Tooltip.InternalPath": "This is the internal path that will be resolved for the given Hostname. Eg: www.posiwise.com/blog",
|
|
181
189
|
"Admin.DomainConfig.Tooltip.ShardName": "This is the name of the database shard you want to connect when browsing the given HostName.",
|
|
182
190
|
"Admin.DomainConfig.Tooltip.ShardUrl": "The backend uses this to resolve the right URL when connected to a given database shard.",
|
|
191
|
+
"Admin.DomainConfig.Tooltip.IntraServicesToken": "This token should match the one you set at the DB level.",
|
|
192
|
+
"Admin.DomainConfig.Tooltip.WebhookToken": "Enable this domain to receive webhook requests.",
|
|
193
|
+
"Admin.DomainConfig.Tooltip.FrontendRepoName": "This is only for you to remember which frontend repo corresponds to this domain.",
|
|
194
|
+
"Admin.DomainConfig.Tooltip.Description": "Your custom description, eg: My Domain config for my awesome project.",
|
|
183
195
|
"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
196
|
"Admin.DomainConfig.Tooltip.MasterSubscription": "This is the Master (Build) Subscription. The frontend sends its ID to the backend to verify the user permissions.",
|
|
185
197
|
"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.",
|
|
@@ -491,7 +503,7 @@
|
|
|
491
503
|
"Admin.Subscriptions.SessionsTotal": "S#",
|
|
492
504
|
"Admin.Subscriptions.SessionsTotalLastMonth": "S/m #",
|
|
493
505
|
"Admin.Subscriptions.Deleted": "Deleted",
|
|
494
|
-
"Admin.Subscriptions.NoSubscriptionMessage": "
|
|
506
|
+
"Admin.Subscriptions.NoSubscriptionMessage": "We couldn't find any subscriptions - please consider adding some.",
|
|
495
507
|
"Admin.Subscriptions.NoSubscriptionProductsMessage": "No products present",
|
|
496
508
|
"Admin.Subscriptions.NoSubscriptionUsersMessage": "No users present",
|
|
497
509
|
"Admin.Subscriptions.NoAmbassadorsMessage": "No ambassadors present",
|
|
@@ -593,6 +605,7 @@
|
|
|
593
605
|
"Admin.Tracking.Mailer": "Mailer",
|
|
594
606
|
"Admin.Tracking.SentAt": "Sent At",
|
|
595
607
|
"Admin.Tracking.Subject": "Subject",
|
|
608
|
+
"Admin.Permissions.DeletedMessage": "Deleted successfully.",
|
|
596
609
|
"Admin.Tracking.To": "To",
|
|
597
610
|
"Admin.Tracking.LastClickedAt": "Last Clicked At",
|
|
598
611
|
"Admin.Tracking.LastOpenedAt": "Last Opened At",
|
|
@@ -616,6 +629,8 @@
|
|
|
616
629
|
"Admin.Incident.Description": "Description",
|
|
617
630
|
"Admin.Incident.LastCheckedAt": "Last Checked At",
|
|
618
631
|
"Admin.Incident.StartedAt": "Started At",
|
|
632
|
+
"Admin.Credentials.DeletedMessage": "Deleted successfully.",
|
|
633
|
+
"Admin.Tos.DeletedMessage": "Deleted successfully.",
|
|
619
634
|
"Admin.Incident.ResolvedAt": "Resolved At",
|
|
620
635
|
"Admin.Incident.calender.placeholder": "Select a date",
|
|
621
636
|
"Users.AddedMessage": "User Details have been saved successfully.",
|
|
@@ -791,6 +806,7 @@
|
|
|
791
806
|
"Enterprise.Documentation.Title": "Title",
|
|
792
807
|
"Enterprise.Documentation.Sender": "Sender",
|
|
793
808
|
"Enterprise.Documentation.Team": "Team",
|
|
809
|
+
"Enterprise.Partner.NoDataMessage": "We couldn't find any Partners - please consider adding some.",
|
|
794
810
|
"Enterprise.Documentation.Files": "Files",
|
|
795
811
|
"Enterprise.Documentation.Date": "Date",
|
|
796
812
|
"Enterprise.Documentation.Status": "Status",
|