@posiwise/i18n 1.0.0 → 1.0.2
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/{i18n/de.json → de.json} +1 -0
- package/{i18n/en.json → en.json} +324 -163
- package/{i18n/es.json → es.json} +1 -0
- package/package.json +1 -1
- package/{i18n/smart-crm → smart-crm}/en.json +189 -155
- package/i18n/cloudolive/en.json +0 -426
- package/i18n/hyper-dashboard/de.json +0 -1
- package/i18n/hyper-dashboard/en.json +0 -1
- package/i18n/hyper-dashboard/es.json +0 -1
- package/i18n/posiwise-build/de.json +0 -1
- package/i18n/posiwise-build/en.json +0 -1
- package/i18n/posiwise-build/es.json +0 -1
- package/i18n/posiwise-build/pt.json +0 -1
- package/i18n/pt.json +0 -1
- package/i18n/smart-crm/de.json +0 -1
- package/i18n/smart-crm/es.json +0 -1
- package/i18n/smart-crm/pt.json +0 -1
- package/i18n/stakeholders/de.json +0 -1
- package/i18n/stakeholders/en.json +0 -1
- package/i18n/stakeholders/es.json +0 -1
- package/i18n/stakeholders/pt.json +0 -1
- package/i18n/super-coach/de.json +0 -1
- package/i18n/super-coach/en.json +0 -71
- package/i18n/super-coach/es.json +0 -1
- package/i18n/super-coach/pt.json +0 -1
- package/i18n/talent-hub/de.json +0 -1
- package/i18n/talent-hub/en.json +0 -1
- package/i18n/talent-hub/es.json +0 -1
- package/i18n/talent-hub/pt.json +0 -1
- /package/{i18n/alpha → alpha}/de.json +0 -0
- /package/{i18n/alpha → alpha}/en.json +0 -0
- /package/{i18n/alpha → alpha}/es.json +0 -0
- /package/{i18n/alpha → alpha}/pt.json +0 -0
- /package/{i18n/cloudolive → hyper-dashboard}/de.json +0 -0
- /package/{i18n/empty-project → hyper-dashboard}/en.json +0 -0
- /package/{i18n/cloudolive → hyper-dashboard}/es.json +0 -0
- /package/{i18n/cloudolive → hyper-dashboard}/pt.json +0 -0
- /package/{i18n/empty-project → posiwise-build}/de.json +0 -0
- /package/{i18n/enricotam → posiwise-build}/en.json +0 -0
- /package/{i18n/empty-project → posiwise-build}/es.json +0 -0
- /package/{i18n/empty-project → posiwise-build}/pt.json +0 -0
- /package/{i18n/enricotam/pt.json → pt.json} +0 -0
- /package/{i18n/enricotam → smart-crm}/de.json +0 -0
- /package/{i18n/enricotam → smart-crm}/es.json +0 -0
- /package/{i18n/hyper-dashboard → smart-crm}/pt.json +0 -0
package/{i18n/en.json → en.json}
RENAMED
|
@@ -2,16 +2,27 @@
|
|
|
2
2
|
"Admin.ContactUs.CreatedAt": "Created At",
|
|
3
3
|
"Admin.ContactUs.Subject": "Subject",
|
|
4
4
|
"Admin.ContactUs.Message": "Message",
|
|
5
|
-
"Admin.Faq.
|
|
5
|
+
"Admin.Faq.AddMessage": "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",
|
|
12
12
|
"Admin.Faq.Product": "Product",
|
|
13
|
+
"Admin.Tag.": "Product",
|
|
13
14
|
"Admin.Faq.Features": "Features",
|
|
14
15
|
"Admin.Faq.Position": "Position",
|
|
16
|
+
"Admin.Mailer.Validation.Subject": "Subject is required.",
|
|
17
|
+
"Admin.Mailer.Validation.Body": "Body is required.",
|
|
18
|
+
"Admin.Mailer.Validation.TemplateName": "Template name is required.",
|
|
19
|
+
"Admin.Mailer.Tooltip.Subject": "Enter the subject of the mailer.",
|
|
20
|
+
"Admin.Mailer.Tooltip.Body": "Enter the body content for the mailer.",
|
|
21
|
+
"Admin.Mailer.Tooltip.TemplateName": "Provide the name of the template.",
|
|
22
|
+
"Admin.Mailer.UpdatedMessage": "Mailer has been successfully updated.",
|
|
23
|
+
"Admin.Mailer.AddedMessage": "Mailer has been successfully added.",
|
|
24
|
+
"Admin.Mailer.DeletedMessage": "Mailer has been successfully deleted.",
|
|
25
|
+
"Admin.Mailer.NoDataMessage": "We couldn't find any Mailers - please consider adding some.",
|
|
15
26
|
"Admin.Faq.Visible": "Visible",
|
|
16
27
|
"Admin.Faq.Public": "Public",
|
|
17
28
|
"Admin.Faq.SharedFaq": "is shared faq",
|
|
@@ -20,8 +31,8 @@
|
|
|
20
31
|
"Admin.Faq.Validation.FieldRequired": "This field is required",
|
|
21
32
|
"Admin.Faq.Tooltip.Product": "If any products are selected, the FAQ will be visible only to users subscribed to those products.",
|
|
22
33
|
"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
|
|
34
|
+
"Admin.Faq.Tooltip.Category": "If any categories are selected, the FAQ will be visible only to users subscribed to those categories.",
|
|
35
|
+
"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
36
|
"Admin.Faq.Tooltip.Visible": "The FAQ won't be visible unless the toggle is on",
|
|
26
37
|
"Admin.Faq.Tooltip.Public": "If true, this FAQ will be visible in all public pages.",
|
|
27
38
|
"Admin.Faq.Tooltip.SharedFaq": "SuperAdmin: If true, this FAQ will be visible to all users across all Master Subscriptions.",
|
|
@@ -30,22 +41,27 @@
|
|
|
30
41
|
"Admin.Newsletter.AddedMessage": "Newsletter Successfully Added.",
|
|
31
42
|
"Admin.Newsletter.UpdatedMessage": "Newsletter Successfully Updated.",
|
|
32
43
|
"Admin.Newsletter.DeletedMessage": "Newsletter Successfully Deleted.",
|
|
33
|
-
"Admin.Newsletter.NoDataMessage": "
|
|
44
|
+
"Admin.Newsletter.NoDataMessage": "We couldn't find any Newsletters - please consider adding some.",
|
|
34
45
|
"Admin.Newsletter.Tooltip.Code": "This is the unique code defining this newsletter.",
|
|
46
|
+
"Admin.Newsletter.Tooltip.Name": "This is the name of newsletter.",
|
|
35
47
|
"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
48
|
"Admin.Newsletter.Tooltip.IsActive": "If INACTIVE, a user will not be able to subscribe to this newsletter from a public view.",
|
|
37
49
|
"Admin.DomainConfig.AddedMessage": "DomainConfig Successfully Added.",
|
|
38
50
|
"Admin.DomainConfig.UpdatedMessage": "DomainConfig Successfully Updated.",
|
|
39
51
|
"Admin.DomainConfig.DeletedMessage": "DomainConfig Successfully Deleted.",
|
|
40
|
-
"Admin.DomainConfig.NoDataMessage": "No
|
|
41
|
-
"Admin.DomainConfig.EnableConfigTab": "To enable this config, you first need to save the required data in the Core Config tab.",
|
|
42
|
-
"Admin.DomainConfig.HostName": "
|
|
52
|
+
"Admin.DomainConfig.NoDataMessage": "No domain configurations found. Add one to get started.",
|
|
53
|
+
"Admin.DomainConfig.EnableConfigTab": "To enable this tab config, you first need to save the required data in the Core Config tab.",
|
|
54
|
+
"Admin.DomainConfig.HostName": "Domain Name",
|
|
43
55
|
"Admin.DomainConfig.InternalPath": "Internal Path",
|
|
44
56
|
"Admin.DomainConfig.ShardName": "Shard Name",
|
|
45
57
|
"Admin.DomainConfig.ShardUrl": "Shard Url",
|
|
58
|
+
"Admin.DomainConfig.IntraServicesToken": "Intra Services Token",
|
|
59
|
+
"Admin.DomainConfig.FrontendRepoName": "Frontend Repo Name",
|
|
60
|
+
"Admin.DomainConfig.Description": "Description",
|
|
46
61
|
"Admin.DomainConfig.CompanyName": "Company Name",
|
|
47
62
|
"Admin.DomainConfig.CompanyEmail": "Company Email",
|
|
48
63
|
"Admin.DomainConfig.CompanyUrl": "Company Url",
|
|
64
|
+
"Admin.DomainConfig.Frontend": "Frontend",
|
|
49
65
|
"Admin.DomainConfig.CompanyHeader": "Company Header",
|
|
50
66
|
"Admin.DomainConfig.CompanyTitle": "Company Title",
|
|
51
67
|
"Admin.DomainConfig.CompanyKeywords": "Company Keywords",
|
|
@@ -58,42 +74,51 @@
|
|
|
58
74
|
"Admin.DomainConfig.CompanyPhoneNumber": "Company Phone Number",
|
|
59
75
|
"Admin.DomainConfig.Tooltip.CompanyEmail": "Company Email",
|
|
60
76
|
"Admin.DomainConfig.Tooltip.CompanyUrl": "Company URL",
|
|
61
|
-
"Admin.DomainConfig.Tooltip.CompanyName": "This will be used to dynamically white-label sections
|
|
62
|
-
"Admin.DomainConfig.Tooltip.CompanyHeader": "This will be used to dynamically white-label sections
|
|
63
|
-
"Admin.DomainConfig.Tooltip.CompanyTitle": "This will be used to dynamically white-label sections
|
|
64
|
-
"Admin.DomainConfig.Tooltip.CompanyKeywords": "This will be used to
|
|
65
|
-
"Admin.DomainConfig.Tooltip.CompanyDescription": "This will be used to dynamically white-label sections
|
|
66
|
-
"Admin.DomainConfig.Tooltip.CompanyCountry": "This will be used to dynamically white-label sections
|
|
77
|
+
"Admin.DomainConfig.Tooltip.CompanyName": "This will be used to dynamically white-label sections like public and private pages, invoices, and more.",
|
|
78
|
+
"Admin.DomainConfig.Tooltip.CompanyHeader": "This will be used to dynamically white-label sections like public and private pages, invoices, and more.",
|
|
79
|
+
"Admin.DomainConfig.Tooltip.CompanyTitle": "This will be used to dynamically white-label sections like public and private pages, invoices, and more.",
|
|
80
|
+
"Admin.DomainConfig.Tooltip.CompanyKeywords": "This will be used primarily to improve SEO.",
|
|
81
|
+
"Admin.DomainConfig.Tooltip.CompanyDescription": "This will be used to dynamically white-label sections like public and private pages, invoices, and more.",
|
|
82
|
+
"Admin.DomainConfig.Tooltip.CompanyCountry": "This will be used to dynamically white-label sections like public and private pages, invoices, and more.",
|
|
67
83
|
"Admin.DomainConfig.Tooltip.CompanyCity": "This will be used to dynamically white-label sections such as public & private pages, invoices, etc.",
|
|
68
|
-
"Admin.DomainConfig.Tooltip.CompanyCityCode": "This will be used to dynamically white-label sections
|
|
69
|
-
"Admin.DomainConfig.Tooltip.CompanyAddress": "This will be used to dynamically white-label sections
|
|
70
|
-
"Admin.DomainConfig.Tooltip.CompanyVatNumber": "This will be used to dynamically white-label sections
|
|
71
|
-
"Admin.DomainConfig.Tooltip.CompanyPhoneNumber": "This will be used to dynamically white-label sections
|
|
84
|
+
"Admin.DomainConfig.Tooltip.CompanyCityCode": "This will be used to dynamically white-label sections like public and private pages, invoices, and more.",
|
|
85
|
+
"Admin.DomainConfig.Tooltip.CompanyAddress": "This will be used to dynamically white-label sections like public and private pages, invoices, and more.",
|
|
86
|
+
"Admin.DomainConfig.Tooltip.CompanyVatNumber": "This will be used to dynamically white-label sections like public and private pages, invoices, and more.",
|
|
87
|
+
"Admin.DomainConfig.Tooltip.CompanyPhoneNumber": "This will be used to dynamically white-label sections like public and private pages, invoices, and more.",
|
|
72
88
|
"Admin.DomainConfig.Tooltip.IntegrationCaptchaKey": "DISCONTINUED in favor of V2. This key is to enable Google Captcha on your website",
|
|
73
89
|
"Admin.DomainConfig.Tooltip.IntegrationDriftCode": "This key is to enable the Drift chat gadget on your website",
|
|
90
|
+
"Admin.DomainConfig.Tooltip.IntegrationCrispCode": "This key is to enable the Crisp chat widget on your website",
|
|
74
91
|
"Admin.DomainConfig.Tooltip.IntegrationCaptchaKeyV2": "This key is to enable Google Captcha V2 on your website",
|
|
75
92
|
"Admin.DomainConfig.Tooltip.IntegrationFbAppId": "This key is to enable the Facebook APP integration",
|
|
76
93
|
"Admin.DomainConfig.Tooltip.IntegrationGoogleAnalytics": "This key is to enable GoogleAnalytics tracking",
|
|
77
94
|
"Admin.DomainConfig.Tooltip.IntegrationsGoogleApiKey": "This enables Google API integrations",
|
|
78
95
|
"Admin.DomainConfig.Tooltip.IntegrationsSentryConfigDns": "This key is to enable monitoring through Sentry",
|
|
79
96
|
"Admin.DomainConfig.IntegrationDriftCode": "Drift Code",
|
|
97
|
+
"Admin.DomainConfig.IntegrationCrispCode": "Crisp Code",
|
|
80
98
|
"Admin.DomainConfig.IntegrationFbAppId": "Facebook App Id",
|
|
99
|
+
"Admin.DomainConfig.WebhookToken": "Webhook Token",
|
|
81
100
|
"Admin.DomainConfig.IntegrationCaptchaKey": "Google Captcha Key",
|
|
82
101
|
"Admin.DomainConfig.IntegrationCaptchaKeyV2": "Google Captcha Key V2",
|
|
83
102
|
"Admin.DomainConfig.IntegrationGoogleAnalytics": "Google Analytics",
|
|
84
103
|
"Admin.DomainConfig.IntegrationsGoogleApiKey": "Google Api Key",
|
|
85
104
|
"Admin.DomainConfig.IntegrationsSentryConfigDns": "Sentry Config Dns",
|
|
86
105
|
"Admin.DomainConfig.OAuthLoginTwitterClientId": "OAuth Login Twitter Client Id",
|
|
106
|
+
"Admin.DomainConfig.OAuthLoginCognitoAppClientId": "OAuth Login Cognito App Client ID",
|
|
107
|
+
"Admin.DomainConfig.OAuthAwsCognitoAccessKeyId": "OAuth AWS Cognito Access Key ID",
|
|
108
|
+
"Admin.DomainConfig.OAuthAwsCognitoSecretAccessKey": "OAuth AWS Cognito Secret Access Key",
|
|
87
109
|
"Admin.DomainConfig.OAuthLoginFacebookClientId": "OAuth Login Facebook Client Id",
|
|
88
110
|
"Admin.DomainConfig.OAuthLoginLinkedInClientId": "OAuth Login LinkedIn Client Id",
|
|
89
111
|
"Admin.DomainConfig.OAuthLoginGoogleClientId": "OAuth Login Google Client Id",
|
|
90
112
|
"Admin.DomainConfig.OAuthLoginMicrosoftClientId": "OAuth Login Microsoft Client Id",
|
|
91
113
|
"Admin.DomainConfig.OAuthLoginAppleClientId": "OAuth Login Apple Client Id",
|
|
114
|
+
"Admin.DomainConfig.OAuthLoginCognitoAppClientSecret": "OAuth Login Cognito App Client Secret",
|
|
92
115
|
"Admin.DomainConfig.OAuthLoginTwitterSecret": "OAuth Login Twitter Secret",
|
|
93
116
|
"Admin.DomainConfig.OAuthLoginGoogleSecret": "OAuth Login Google Secret",
|
|
94
117
|
"Admin.DomainConfig.OAuthLoginFacebookSecret": "OAuth Login Facebook Secret",
|
|
95
118
|
"Admin.DomainConfig.OAuthLoginLinkedInSecret": "OAuth Login LinkedIn Secret",
|
|
96
119
|
"Admin.DomainConfig.OAuthLoginMicrosoftSecret": "OAuth Login Microsoft Secret",
|
|
120
|
+
"Admin.DomainConfig.OAuthLoginCognitoSite": "OAuth Login Cognito Site",
|
|
121
|
+
"Admin.DomainConfig.OAuthLoginCognitoUserPoolId": "OAuth Login Cognito User Pool ID",
|
|
97
122
|
"Admin.DomainConfig.OAuthLoginTwitterKey": "OAuth Login Twitter Key",
|
|
98
123
|
"Admin.DomainConfig.OAuthLoginTwitterAuthCallback": "OAuth Login Twitter Callback",
|
|
99
124
|
"Admin.DomainConfig.TwitterSeoCard": "Twitter Seo Card",
|
|
@@ -107,6 +132,7 @@
|
|
|
107
132
|
"Admin.DomainConfig.BlogFeatureKey": "Blog Feature Key",
|
|
108
133
|
"Admin.DomainConfig.CanRegisterOnMainPage": "Can Register On Main Page",
|
|
109
134
|
"Admin.DomainConfig.ColorCodeFirst": "Color Code First",
|
|
135
|
+
"Admin.DomainConfig.SetColorCodeDefault": "Set Default Colors",
|
|
110
136
|
"Admin.DomainConfig.ColorCodeSecond": "Color Code Second",
|
|
111
137
|
"Admin.DomainConfig.ColorCodeSidebarBg": "Color Code Sidebar Bg",
|
|
112
138
|
"Admin.DomainConfig.ColorCodeSidebarText": "Color Code Sidebar Text",
|
|
@@ -121,16 +147,22 @@
|
|
|
121
147
|
"Admin.DomainConfig.CsBookDemoUrl": "Cs Book Demo Url",
|
|
122
148
|
"Admin.DomainConfig.CsCrmSourceId": "Cs Crm Source",
|
|
123
149
|
"Admin.DomainConfig.CsImage": "Cs Image",
|
|
150
|
+
"Admin.DomainConfig.Image": "Resource Image",
|
|
151
|
+
"Admin.DomainConfig.ResourceImage": "Resource Image",
|
|
124
152
|
"Admin.DomainConfig.CsImage2": "Cs Image2",
|
|
125
153
|
"Admin.DomainConfig.CsImageBg": "Cs Image Bg",
|
|
126
154
|
"Admin.DomainConfig.CsImageBg2": "Cs Image Bg2",
|
|
127
155
|
"Admin.DomainConfig.CsJoinMessage": "Cs Join Message",
|
|
128
156
|
"Admin.DomainConfig.CsCtaIframe": "Cs CTA iframe",
|
|
157
|
+
"Admin.DomainConfig.ResourceDescription": "Resource Description",
|
|
158
|
+
"Admin.DomainConfig.Header": "Header",
|
|
159
|
+
"Admin.DomainConfig.BookDemoLinks": "Book a Demo Section",
|
|
129
160
|
"Admin.DomainConfig.CsPdfDownloadText": "Cs Pdf Download Text",
|
|
130
161
|
"Admin.DomainConfig.CsPdfImage": "Cs Pdf Image",
|
|
131
162
|
"Admin.DomainConfig.CsPdfSourceId": "Cs Pdf Source",
|
|
132
163
|
"Admin.DomainConfig.CsProduct": "Cs Product",
|
|
133
164
|
"Admin.DomainConfig.CsVideoUrl": "Cs Video Url",
|
|
165
|
+
"Admin.DomainConfig.ResourceTagline": "Resource Tagline",
|
|
134
166
|
"Admin.DomainConfig.FreemiumBookDemoUrl": "Freemium Book Demo Url",
|
|
135
167
|
"Admin.DomainConfig.FreemiumCrmSourceId": "Freemium Crm Source",
|
|
136
168
|
"Admin.DomainConfig.FreemiumImage": "Freemium Image",
|
|
@@ -168,29 +200,37 @@
|
|
|
168
200
|
"Admin.DomainConfig.TrialPdfSourceId": "Trial Pdf Source",
|
|
169
201
|
"Admin.DomainConfig.TrialProduct": "Trial Product",
|
|
170
202
|
"Admin.DomainConfig.TrialVideoUrl": "Trial Video Url",
|
|
171
|
-
"Admin.DomainConfig.Validation.HostName": "
|
|
203
|
+
"Admin.DomainConfig.Validation.HostName": "Hostname is required",
|
|
172
204
|
"Admin.DomainConfig.Validation.InternalPath": "Internal path is required",
|
|
173
205
|
"Admin.DomainConfig.Validation.ShardName": "Shard name is required",
|
|
174
|
-
"Admin.DomainConfig.Validation.ShardUrl": "Shard
|
|
206
|
+
"Admin.DomainConfig.Validation.ShardUrl": "Shard URL is required",
|
|
207
|
+
"Admin.DomainConfig.Validation.IntraServicesToken": "Intraservices token is required",
|
|
208
|
+
"Admin.DomainConfig.Validation.WebhookToken": "Webhook Token is required",
|
|
209
|
+
"Admin.DomainConfig.Validation.FrontendRepoName": "Frontend repo Name is required",
|
|
210
|
+
"Admin.DomainConfig.Validation.Description": "Description is required",
|
|
175
211
|
"Admin.DomainConfig.Validation.CompanyName": "Company name is required",
|
|
176
212
|
"Admin.DomainConfig.Validation.CompanyEmail": "Company email is required",
|
|
177
213
|
"Admin.DomainConfig.Validation.CompanyUrl": "Company url is required",
|
|
178
|
-
"Admin.DomainConfig.Tooltip.HostName": "
|
|
179
|
-
"Admin.DomainConfig.Tooltip.InternalPath": "This is the internal path that will be resolved for the
|
|
180
|
-
"Admin.DomainConfig.Tooltip.ShardName": "
|
|
181
|
-
"Admin.DomainConfig.Tooltip.ShardUrl": "
|
|
182
|
-
"Admin.DomainConfig.Tooltip.
|
|
183
|
-
"Admin.DomainConfig.Tooltip.
|
|
184
|
-
"Admin.DomainConfig.Tooltip.
|
|
185
|
-
"Admin.DomainConfig.Tooltip.
|
|
186
|
-
"Admin.DomainConfig.Tooltip.
|
|
187
|
-
"Admin.DomainConfig.Tooltip.
|
|
188
|
-
"Admin.DomainConfig.Tooltip.
|
|
189
|
-
"Admin.DomainConfig.Tooltip.
|
|
190
|
-
"Admin.DomainConfig.Tooltip.
|
|
191
|
-
"Admin.DomainConfig.Tooltip.
|
|
192
|
-
"Admin.DomainConfig.Tooltip.
|
|
193
|
-
"Admin.DomainConfig.Tooltip.
|
|
214
|
+
"Admin.DomainConfig.Tooltip.HostName": "This must match the domain name (URL) where you want the page to be resolved at, such as `blog.posiwise.com`. Note: Each domain name must be unique.",
|
|
215
|
+
"Admin.DomainConfig.Tooltip.InternalPath": "This is the internal path that will be resolved for the specified domain name. For example, if you set it to '/join/trial1,' accessing the `Domain Name` will display the content of the /join/trial1 page.",
|
|
216
|
+
"Admin.DomainConfig.Tooltip.ShardName": "Specifies the database shard to connect to when accessing the given domain name.",
|
|
217
|
+
"Admin.DomainConfig.Tooltip.ShardUrl": "The backend uses this URL for various functions related to the given database shard, such as building email signatures. Note: it usually matches the 'Company URL', e.g., `https://www.posiwise.com`",
|
|
218
|
+
"Admin.DomainConfig.Tooltip.IntraServicesToken": "This token must match the one set at the database configuration level to enable the microservices in our cluster to communicate with each other.",
|
|
219
|
+
"Admin.DomainConfig.Tooltip.WebhookToken": "This is the token you need to append to all webhooks. E.g., /integrations-api/v1/paypal/webhook-token={your_token}",
|
|
220
|
+
"Admin.DomainConfig.Tooltip.FrontendRepoName": "This is only for you to remember which frontend repo corresponds to this domain.",
|
|
221
|
+
"Admin.DomainConfig.Tooltip.Description": "Your custom description, e.g., My Domain configuration for my awesome project.",
|
|
222
|
+
"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.",
|
|
223
|
+
"Admin.DomainConfig.Tooltip.MasterSubscription": "This is the Master (Build) Subscription. The frontend sends its ID to the backend to verify the user permissions.",
|
|
224
|
+
"Admin.DomainConfig.Tooltip.MainTos": "This serves as the default Terms of Service and Privacy Policy page when a product does not have its own defined.",
|
|
225
|
+
"Admin.DomainConfig.Tooltip.BlogFeatureKey": "This is the hardcoded feature_key that enables rendering of the right Blog Posts.",
|
|
226
|
+
"Admin.DomainConfig.Tooltip.CrmSubscription": "This is required to enable the connection/sync between our SmartCRM product and your Master (Build) Subscription.",
|
|
227
|
+
"Admin.DomainConfig.Tooltip.CrmProduct": "This is required to enable the connection/sync between our SmartCRM and your Master (Build) Subscription.",
|
|
228
|
+
"Admin.DomainConfig.Tooltip.CrmSource": "When users subscribe to a newsletter, they will be linked to this CrmSource, allowing you to target newsletter campaigns effectively.",
|
|
229
|
+
"Admin.DomainConfig.Tooltip.SocialLoginEnable": "If enabled, users can log in using social single sign-on options such as Google, Twitter, Facebook, etc.",
|
|
230
|
+
"Admin.DomainConfig.Tooltip.IsProductDomain": "If enabled, the 'Register' link will be hidden on the Forgot Password page. This should always be set to 'true' when configuring the domain for the main Master (Build) Subscription.",
|
|
231
|
+
"Admin.DomainConfig.Tooltip.Active": "If set to 'false,' this domain configuration will be inactive",
|
|
232
|
+
"Admin.DomainConfig.Tooltip.NotifyLogins": "If enabled, an email will be sent to Master (Build) Subscription admins each time a user logs in.",
|
|
233
|
+
"Admin.DomainConfig.Tooltip.CanRegisterOnMainPage": "If enabled, a link will appear on the /login page, allowing users to navigate to the /register page.",
|
|
194
234
|
"Admin.DomainConfig.Tooltip.ColorCodeFirst": "This should be the company's main branding color - it is used to white-label the dashboard and some public pages.",
|
|
195
235
|
"Admin.DomainConfig.Tooltip.ColorCodeSecond": "This should be the company's second branding color - it is used to white-label the dashboard and some public pages.",
|
|
196
236
|
"Admin.DomainConfig.Tooltip.ColorCodeThird": "This should be the company's third branding color - it is used to white-label the dashboard and some public pages.",
|
|
@@ -201,7 +241,7 @@
|
|
|
201
241
|
"Admin.DomainConfig.Tooltip.ColorCodeSidebarBg": "Defines the background color of the dashboard's sidebar.",
|
|
202
242
|
"Admin.DomainConfig.Tooltip.ColorCodeSidebarText": "Defines the font color of the dashboard's sidebar.",
|
|
203
243
|
"Admin.DomainConfig.Tooltip.LogoMain": "Main logo - typically the one with full colors.",
|
|
204
|
-
"Admin.DomainConfig.Tooltip.LogoMainDark": "Grey
|
|
244
|
+
"Admin.DomainConfig.Tooltip.LogoMainDark": "Grey-scale version of your logo.",
|
|
205
245
|
"Admin.DomainConfig.Tooltip.LogoMainContrast": "Should be a version of your logo that resolves well on dark backgrounds.",
|
|
206
246
|
"Admin.DomainConfig.Tooltip.LogoSquaredMain": "Squared version of your main logo.",
|
|
207
247
|
"Admin.DomainConfig.Tooltip.LogoSquaredDark": "Squared version of your grey scale logo.",
|
|
@@ -218,58 +258,64 @@
|
|
|
218
258
|
"Admin.DomainConfig.Tooltip.FreemiumPdfImage": "This will be discontinued",
|
|
219
259
|
"Admin.DomainConfig.Tooltip.FreemiumPdfDownloadText": "This will be discontinued",
|
|
220
260
|
"Admin.DomainConfig.Tooltip.FreemiumPdfSource": "This will be discontinued",
|
|
221
|
-
"Admin.DomainConfig.Tooltip.TrialJoinMessage": "
|
|
222
|
-
"Admin.DomainConfig.Tooltip.TrialCtaIframe": "
|
|
223
|
-
"Admin.DomainConfig.Tooltip.TrialProduct": "When
|
|
224
|
-
"Admin.DomainConfig.Tooltip.TrialCrmSourceId": "When
|
|
225
|
-
"Admin.DomainConfig.Tooltip.TrialImage": "
|
|
226
|
-
"Admin.DomainConfig.Tooltip.TrialImage2": "
|
|
227
|
-
"Admin.DomainConfig.Tooltip.TrialImageBg": "
|
|
228
|
-
"Admin.DomainConfig.Tooltip.TrialImageBg2": "
|
|
229
|
-
"Admin.DomainConfig.Tooltip.TrialVideoUrl": "
|
|
230
|
-
"Admin.DomainConfig.Tooltip.TrialBookDemoUrl": "
|
|
231
|
-
"Admin.DomainConfig.Tooltip.TrialPdfImage": "
|
|
232
|
-
"Admin.DomainConfig.Tooltip.TrialPdfDownloadText": "
|
|
233
|
-
"Admin.DomainConfig.Tooltip.TrialPdfSourceId": "
|
|
234
|
-
"Admin.DomainConfig.Tooltip.CsJoinMessage": "
|
|
235
|
-
"Admin.DomainConfig.Tooltip.CsCtaIframe": "
|
|
236
|
-
"Admin.DomainConfig.Tooltip.
|
|
237
|
-
"Admin.DomainConfig.Tooltip.
|
|
238
|
-
"Admin.DomainConfig.Tooltip.
|
|
239
|
-
"Admin.DomainConfig.Tooltip.
|
|
240
|
-
"Admin.DomainConfig.Tooltip.
|
|
241
|
-
"Admin.DomainConfig.Tooltip.
|
|
242
|
-
"Admin.DomainConfig.Tooltip.
|
|
243
|
-
"Admin.DomainConfig.Tooltip.
|
|
244
|
-
"Admin.DomainConfig.Tooltip.
|
|
245
|
-
"Admin.DomainConfig.Tooltip.
|
|
246
|
-
"Admin.DomainConfig.Tooltip.
|
|
247
|
-
"Admin.DomainConfig.Tooltip.
|
|
248
|
-
"Admin.DomainConfig.Tooltip.
|
|
261
|
+
"Admin.DomainConfig.Tooltip.TrialJoinMessage": "This text will appear in the subheading of most Join Trial pages. Use '<br>' to insert line breaks as needed.",
|
|
262
|
+
"Admin.DomainConfig.Tooltip.TrialCtaIframe": "Adding an iframe here will replace the call-to-action section (e.g., signup section) with the specified iframe.",
|
|
263
|
+
"Admin.DomainConfig.Tooltip.TrialProduct": "When users sign up for the newsletter, their interest in this product will be recorded.",
|
|
264
|
+
"Admin.DomainConfig.Tooltip.TrialCrmSourceId": "When users sign up for the newsletter, their origin will be recorded under this CrmSource.",
|
|
265
|
+
"Admin.DomainConfig.Tooltip.TrialImage": "Sets the main image displayed on certain JoinTrial pages.",
|
|
266
|
+
"Admin.DomainConfig.Tooltip.TrialImage2": "Sets the secondary image displayed on certain JoinTrial pages.",
|
|
267
|
+
"Admin.DomainConfig.Tooltip.TrialImageBg": "Specifies the main background image for certain JoinTrial pages.",
|
|
268
|
+
"Admin.DomainConfig.Tooltip.TrialImageBg2": "Specifies the secondary background image for certain JoinTrial pages.",
|
|
269
|
+
"Admin.DomainConfig.Tooltip.TrialVideoUrl": "Specifies the URL of the embedded YouTube video used on certain JoinTrial pages.",
|
|
270
|
+
"Admin.DomainConfig.Tooltip.TrialBookDemoUrl": "Specifies the URL (e.g., Calendly) where users can book a demo directly.",
|
|
271
|
+
"Admin.DomainConfig.Tooltip.TrialPdfImage": "Set the image of the DownloadPdf section used in some JoinTrial pages.",
|
|
272
|
+
"Admin.DomainConfig.Tooltip.TrialPdfDownloadText": "Specify the custom text for the DownloadPdf section on certain JoinTrial pages. Use '<br>' to add line breaks as needed.",
|
|
273
|
+
"Admin.DomainConfig.Tooltip.TrialPdfSourceId": "Specifies the CrmSource for users subscribing to a SmartCrm newsletter through the PDF download section.",
|
|
274
|
+
"Admin.DomainConfig.Tooltip.CsJoinMessage": "This text will appear in the subheading of most Coming Soon pages. Use '<br>' to insert line breaks as needed.",
|
|
275
|
+
"Admin.DomainConfig.Tooltip.CsCtaIframe": "Adding an iframe here will replace the call-to-action section (e.g., signup section) with the specified iframe.",
|
|
276
|
+
"Admin.DomainConfig.Tooltip.ResourceDescription": "Sets the resource description displayed on certain resource pages.",
|
|
277
|
+
"Admin.DomainConfig.Tooltip.CsProduct": "When users sign up for the newsletter, their interest in this product will be recorded.",
|
|
278
|
+
"Admin.DomainConfig.Tooltip.SeeLiveCs": "Replace the number at the end of the link to explore more options (e.g., /cs1, /cs2, /cs3, etc.).",
|
|
279
|
+
"Admin.DomainConfig.Tooltip.SeeLiveTrial": "Replace the number at the end of the link to explore more options (e.g., /cs1, /cs2, /cs3, etc.).",
|
|
280
|
+
"Admin.DomainConfig.Tooltip.CsCrmSourceId": "When users sign up for the newsletter, their origin will be recorded under this CrmSource.",
|
|
281
|
+
"Admin.DomainConfig.Tooltip.CsImage": "Sets the main image displayed on certain ComingSoon pages.",
|
|
282
|
+
"Admin.DomainConfig.Tooltip.ResourceImage": "Sets the resource image displayed on certain resource pages.",
|
|
283
|
+
"Admin.DomainConfig.Tooltip.CsImage2": "Sets the secondary image displayed on certain ComingSoon pages.",
|
|
284
|
+
"Admin.DomainConfig.Tooltip.CsImageBg": "Specifies the main background image for certain ComingSoon pages.",
|
|
285
|
+
"Admin.DomainConfig.Tooltip.CsImageBg2": "Specifies the secondary background image for certain ComingSoon pages.",
|
|
286
|
+
"Admin.DomainConfig.Tooltip.CsVideoUrl": "Specifies the URL of the embedded YouTube video used on certain ComingSoon pages.",
|
|
287
|
+
"Admin.DomainConfig.Tooltip.ResourceTagline": "Specifies the tagline displayed on Resource pages.",
|
|
288
|
+
"Admin.DomainConfig.Tooltip.CsBookDemoUrl": "Specifies the URL (e.g., Calendly) where users can book a demo directly.",
|
|
289
|
+
"Admin.DomainConfig.Tooltip.CsPdfImage": "Set the image of the DownloadPdf section used in some ComingSoon pages.",
|
|
290
|
+
"Admin.DomainConfig.Tooltip.CsPdfDownloadText": "Specify the custom text for the DownloadPdf section on certain ComingSoon pages. Use '<br>' to add line breaks as needed.",
|
|
291
|
+
"Admin.DomainConfig.Tooltip.CsPdfSourceId": "Specifies the CrmSource for users subscribing to a SmartCrm newsletter through the PDF download section.",
|
|
292
|
+
"Admin.Insight.Tooltip.ExpAtMessage": "If a card was saved to Stripe before it expired, it can sometimes continue to be charged after its expiry date has passed.",
|
|
249
293
|
"Admin.LoginNotification.AddedMessage": "LoginNotification Successfully Added.",
|
|
250
294
|
"Admin.LoginNotification.UpdatedMessage": "LoginNotification Successfully Updated.",
|
|
251
295
|
"Admin.LoginNotification.DeletedMessage": "LoginNotification Successfully Deleted.",
|
|
252
|
-
"Admin.LoginNotification.NoDataMessage": "
|
|
296
|
+
"Admin.LoginNotification.NoDataMessage": "We couldn't find any Dashboard Notifications - please consider adding some.",
|
|
253
297
|
"Admin.LoginNotification.NotificationType": "Notification Type",
|
|
254
298
|
"Admin.LoginNotification.Body": "Body",
|
|
255
299
|
"Admin.LoginNotification.Features": "Features",
|
|
256
300
|
"Admin.LoginNotification.FeatureKeys": "Features Keys",
|
|
257
301
|
"Admin.LoginNotification.VisibleFrom": "Visible From",
|
|
258
302
|
"Admin.LoginNotification.VisibleUntil": "Visible Until",
|
|
303
|
+
"Admin.LoginNotification.IsPermanent": "Is Permanent",
|
|
259
304
|
"Admin.LoginNotification.Tooltip.Body": "Text of the notification that will be displayed on the dashboard",
|
|
260
305
|
"Admin.LoginNotification.Tooltip.VisibleUntil": "Date when we'll stop displaying the notification on the dashboard",
|
|
306
|
+
"Admin.LoginNotification.Tooltip.Permanent": "When on, users will not be able to discard this notification from the UI",
|
|
261
307
|
"Admin.LoginNotification.Tooltip.VisibleFrom": "Date when we'll start displaying the notification on the dashboard",
|
|
262
308
|
"Admin.LoginNotification.Tooltip.Features": "We'll display the notification only to users that are subscribed to the selected features",
|
|
263
309
|
"Admin.LoginNotification.Tooltip.NotificationType": "The notification type will define the color of the notification",
|
|
264
310
|
"Admin.LoginNotification.Validation.NotificationType": "Please select notification type",
|
|
265
311
|
"Admin.LoginNotification.Validation.Body": "body is required",
|
|
266
312
|
"Admin.LoginNotification.Validation.Features": "Please select feature keys",
|
|
267
|
-
"Admin.LoginNotification.Validation.VisibleFrom": "Please select date",
|
|
268
|
-
"Admin.LoginNotification.Validation.VisibleUntil": "Please select date",
|
|
313
|
+
"Admin.LoginNotification.Validation.VisibleFrom": "Please select a date",
|
|
314
|
+
"Admin.LoginNotification.Validation.VisibleUntil": "Please select a date",
|
|
269
315
|
"Admin.FeedbackQuestions.AddedMessage": "FeedbackQuestion Successfully Added.",
|
|
270
316
|
"Admin.FeedbackQuestions.UpdatedMessage": "FeedbackQuestion Successfully Updated.",
|
|
271
317
|
"Admin.FeedbackQuestions.DeletedMessage": "FeedbackQuestion Successfully Deleted.",
|
|
272
|
-
"Admin.FeedbackQuestions.NoDataMessage": "
|
|
318
|
+
"Admin.FeedbackQuestions.NoDataMessage": "We couldn't find any Feedback Questions - please consider adding some.",
|
|
273
319
|
"Admin.FeedbackQuestions.Question": "Question",
|
|
274
320
|
"Admin.NewsletterItem.JoinedAt": "Joined At",
|
|
275
321
|
"Admin.NewsletterItem.LastSignInAt": "Last Sign In At",
|
|
@@ -279,9 +325,9 @@
|
|
|
279
325
|
"Admin.NewsletterItem.LastOpened": "Last Opened",
|
|
280
326
|
"Admin.NewsletterItem.Pushed": "Pushed?",
|
|
281
327
|
"Admin.NewsletterItem.Title": "Title",
|
|
282
|
-
"Admin.NewsletterItem.Newsletter": "Newsletter",
|
|
328
|
+
"Admin.NewsletterItem.Newsletter": "Newsletter Category",
|
|
283
329
|
"Admin.NewsletterItem.Body": "Body",
|
|
284
|
-
"Admin.NewsletterItem.Sent": "
|
|
330
|
+
"Admin.NewsletterItem.Sent": "Delivered?",
|
|
285
331
|
"Admin.NewsletterItem.Location": "Location",
|
|
286
332
|
"Admin.NewsletterItem.Tags": "Tags",
|
|
287
333
|
"Admin.NewsletterItem.Products": "Products",
|
|
@@ -296,21 +342,21 @@
|
|
|
296
342
|
"Admin.NewsletterItem.DaysToWait": "Days To Wait",
|
|
297
343
|
"Admin.NewsletterItem.OnlyNewUsers": "Only New Users",
|
|
298
344
|
"Admin.NewsletterItem.ShouldDeliver": "Should Deliver",
|
|
299
|
-
"Admin.NewsletterItem.NewsletterItemsNoDataMessage": "
|
|
345
|
+
"Admin.NewsletterItem.NewsletterItemsNoDataMessage": "We couldn't find any Newsletter Items - please consider adding some.",
|
|
300
346
|
"Admin.NewsletterItem.NewsLetterRecipientsNoDataMessage": "No emails delivered yet for this newsletter. Please check again soon.",
|
|
301
347
|
"Admin.NewsletterItem.Validation.Body": "Please enter body",
|
|
302
348
|
"Admin.NewsletterItem.Validation.Newsletter": "Please select Newsletter",
|
|
303
|
-
"Admin.NewsletterItem.Validation.Title": "Please enter title",
|
|
349
|
+
"Admin.NewsletterItem.Validation.Title": "Please enter a title",
|
|
304
350
|
"Admin.NewsletterItem.Validation.SendUntil": "Please select newsletter expiry date",
|
|
305
|
-
"Admin.NewsletterItem.Validation.SendDate": "Please select date",
|
|
351
|
+
"Admin.NewsletterItem.Validation.SendDate": "Please select a date",
|
|
306
352
|
"Admin.NewsletterItem.Tooltip.OnlyNewUsers": "If set to true, the newsletter will be sent only to newly created users.",
|
|
307
|
-
"Admin.NewsletterItem.Tooltip.ShouldDeliver": "If activated, our background worker will start delivery the newsletter.",
|
|
353
|
+
"Admin.NewsletterItem.Tooltip.ShouldDeliver": "If activated, our background worker will start delivery of the newsletter.",
|
|
308
354
|
"Admin.NewsletterItem.Tooltip.SendDate": "This is the date our system will start sending the newsletter",
|
|
309
355
|
"Admin.NewsletterItem.Tooltip.SendUntil": "This is the date our system will stop sending the newsletter",
|
|
310
356
|
"Admin.NewsletterItem.Tooltip.DaysToWaitFromPreviousNewsletter": "Days to wait, before sending this newsletter item, from the moment the previous newsletter item has been delivered.",
|
|
311
357
|
"Admin.NewsletterItem.Tooltip.PreviousNewsletter": "If selected, this newsletter will not be sent to users until the previous newsletter item is delivered.",
|
|
312
|
-
"Admin.Roles.AddedMessage": "Role Details
|
|
313
|
-
"Admin.Roles.UpdatedMessage": "Role Details
|
|
358
|
+
"Admin.Roles.AddedMessage": "Role Details are added successfully.",
|
|
359
|
+
"Admin.Roles.UpdatedMessage": "Role Details are updated successfully.",
|
|
314
360
|
"Admin.Roles.DeletedMessage": "Role Deleted successfully.",
|
|
315
361
|
"Admin.Roles.IsActive": "Is Active",
|
|
316
362
|
"Admin.Roles.RoleName": "Role Name",
|
|
@@ -328,8 +374,8 @@
|
|
|
328
374
|
"Admin.Users.UserRoles": "User Roles",
|
|
329
375
|
"Admin.Users.Beta": "Beta",
|
|
330
376
|
"Admin.Users.Blocked": "Blocked",
|
|
331
|
-
"Admin.Users.AddedMessage": "User Details
|
|
332
|
-
"Admin.Users.UpdatedMessage": "User Details
|
|
377
|
+
"Admin.Users.AddedMessage": "User Details are saved successfully.",
|
|
378
|
+
"Admin.Users.UpdatedMessage": "User Details are saved successfully.",
|
|
333
379
|
"Admin.Users.UpdatedRole": "Role has been updated",
|
|
334
380
|
"Admin.Users.DeletedMessage": "Deleted successfully.",
|
|
335
381
|
"Admin.Users.Tooltip.FirstName": "User's first name",
|
|
@@ -337,17 +383,18 @@
|
|
|
337
383
|
"Admin.Users.Tooltip.PreferredName": "User's preferred name",
|
|
338
384
|
"Admin.Users.Tooltip.Email": "User's email",
|
|
339
385
|
"Admin.Users.Tooltip.PhoneNumber": "User's first number",
|
|
340
|
-
"Admin.Users.Tooltip.UserRoles": "Roles associated
|
|
386
|
+
"Admin.Users.Tooltip.UserRoles": "Roles associated with this user",
|
|
341
387
|
"Admin.Users.Tooltip.MarketingEmails": "If true, we'll deliver marketing emails to this user",
|
|
342
388
|
"Admin.Users.Tooltip.Alpha": "If true, this user will be able to see experimental features that are not yet ready for user testing ",
|
|
343
389
|
"Admin.Users.Tooltip.Beta": "If true, this user will be able to see features that are ready for user testing",
|
|
344
390
|
"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",
|
|
345
391
|
"Admin.Users.Tooltip.BetaIcon": "This user is set as Beta and will be able to see features that are ready for user testing",
|
|
346
|
-
"Admin.Users.Tooltip.
|
|
392
|
+
"Admin.Users.Tooltip.Cognito": "This user has enabled Cognito",
|
|
393
|
+
"Admin.Users.Tooltip.Blocked": "If true, this user is blocked, and he won't be able to log into our system",
|
|
347
394
|
"Admin.Users.Validation.FirstName": "Please enter first name",
|
|
348
395
|
"Admin.Users.Validation.LastName": "Please enter last name",
|
|
349
396
|
"Admin.Users.Validation.Email": "Please enter a valid email!",
|
|
350
|
-
"Admin.Users.Validation.UserRole": "Please select role",
|
|
397
|
+
"Admin.Users.Validation.UserRole": "Please select a role",
|
|
351
398
|
"Admin.Shared.Groups.UpdatedMessage": "Updated successfully.",
|
|
352
399
|
"Admin.Shared.Groups.DeletedMessage": "Deleted successfully.",
|
|
353
400
|
"Admin.Shared.Entity.AddedMessage": "added successfully.",
|
|
@@ -362,6 +409,13 @@
|
|
|
362
409
|
"Admin.Products.UpdatedMessage": "Product is successfully updated.",
|
|
363
410
|
"Admin.Products.DeletedMessage": "Product Deleted successfully.",
|
|
364
411
|
"Admin.Products.NoDataMessage": "No Products present - please add some.",
|
|
412
|
+
"Admin.Users.NoDataMessage": "No Users present - please add some.",
|
|
413
|
+
"Admin.Permissions.NoDataMessage": "No Users present - please add some.",
|
|
414
|
+
"Admin.Ahoy.NoEventsDataMessage": "No Ahoy events present.",
|
|
415
|
+
"Admin.Ahoy.NoMessagesDataMessage": "No Ahoy messages present",
|
|
416
|
+
"Admin.Ahoy.NoVistitsDataMessage": "No Ahoy visits present",
|
|
417
|
+
"Admin.Ahoy.NoEventDataMessage": "No Ahoy event present",
|
|
418
|
+
"Admin.Ahoy.NoVersionsDataMessage": "No Ahoy versions present.",
|
|
365
419
|
"Admin.Products.StripePlan": "Stripe Plan",
|
|
366
420
|
"Admin.Products.PermissionKey": "Permission Key",
|
|
367
421
|
"Admin.Products.FeatureKey": "Feature Key",
|
|
@@ -369,6 +423,9 @@
|
|
|
369
423
|
"Admin.Products.Category": "Category",
|
|
370
424
|
"Admin.Products.Region": "Region",
|
|
371
425
|
"Admin.Products.GitLabServiceDeskEmail": "GitLab Service Desk Email",
|
|
426
|
+
"Admin.Products.PartnerProducts": "Partner Products",
|
|
427
|
+
"Admin.Products.ProrationBehavior": "Proration Behavior",
|
|
428
|
+
"Admin.Products.UnsubscribeStripeBehavior": "Unsubscribe Stripe Behavior",
|
|
372
429
|
"Admin.Products.Currency": "Currency",
|
|
373
430
|
"Admin.Products.Billing": "Billing",
|
|
374
431
|
"Admin.Products.Price": "Price",
|
|
@@ -383,6 +440,7 @@
|
|
|
383
440
|
"Admin.Products.SignupInstructions": "Signup Instructions",
|
|
384
441
|
"Admin.Products.SignupInstructionEmployees": "Signup Instruction Employees",
|
|
385
442
|
"Admin.Products.BillingFrequency": "Billing Frequency",
|
|
443
|
+
"Admin.Products.DocumentationUrl": "Documentation Url",
|
|
386
444
|
"Admin.Products.ProductPrivacyService": "Product Privacy Service",
|
|
387
445
|
"Admin.Products.MasterProduct": "Master Product",
|
|
388
446
|
"Admin.Products.AssignedRoles": "Assigned Roles",
|
|
@@ -393,6 +451,8 @@
|
|
|
393
451
|
"Admin.Products.ChatVisible": "Chat Visible",
|
|
394
452
|
"Admin.Products.IsMasterProduct": "Is Master Product",
|
|
395
453
|
"Admin.Products.Validation.Name": "Please enter a name",
|
|
454
|
+
"Admin.Newsletter.Validation.Name": "Please enter a name",
|
|
455
|
+
"Admin.Newsletter.Validation.Code": "Please enter a code",
|
|
396
456
|
"Admin.Products.Validation.NickName": "Please enter Nick Name",
|
|
397
457
|
"Admin.Products.Validation.MaxUnit": "Please enter max units",
|
|
398
458
|
"Admin.Products.Validation.MinUnit": "Please enter min units",
|
|
@@ -405,14 +465,15 @@
|
|
|
405
465
|
"Admin.Products.Validation.Category": "Please select category",
|
|
406
466
|
"Admin.Products.Validation.Region": "Please select region",
|
|
407
467
|
"Admin.Products.Validation.Currency": "Please select currency",
|
|
468
|
+
"Admin.Products.Validation.BillingFrequency": "Please select billing frequency",
|
|
408
469
|
"Admin.Products.Tooltip.Name": "This is the name of the product that will be visible on the Subscription page",
|
|
409
470
|
"Admin.Products.Tooltip.NickName": "This is the nickname of the product that will be visible in the Dashboard top-left ProductDropdown",
|
|
410
|
-
"Admin.Products.Tooltip.DependencyProducts": "These are products that a user already
|
|
411
|
-
"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",
|
|
471
|
+
"Admin.Products.Tooltip.DependencyProducts": "These are products that a user already needs to be subscribed to subscribe to this product.",
|
|
472
|
+
"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",
|
|
412
473
|
"Admin.Products.Tooltip.FeatureKey": "This defines the main feature of this product - users can subscribe to multiple products with different feature_keys",
|
|
413
474
|
"Admin.Products.Tooltip.MinUnits": "The minimum number of units/seats a user can subscribe to for this product",
|
|
414
475
|
"Admin.Products.Tooltip.MaxUnits": "The maximum number of units/seats a user can subscribe to for this product",
|
|
415
|
-
"Admin.Products.Tooltip.StripePlan": "This is the code of the Stripe plan.
|
|
476
|
+
"Admin.Products.Tooltip.StripePlan": "This is the code of the Stripe plan. E.g., price_ 1JNBokLBySGLATXf1jqlopOL",
|
|
416
477
|
"Admin.Products.Tooltip.Price": "This is the price for each unit/seat - for paying products, it has to match what is defined in Stripe",
|
|
417
478
|
"Admin.Products.Tooltip.Currency": "Defined the currency of the price - for paying products, it has to match what is defined in Stripe",
|
|
418
479
|
"Admin.Products.Tooltip.TrialDays": "Number of days a user can use the product before his trial subscription expires",
|
|
@@ -422,16 +483,20 @@
|
|
|
422
483
|
"Admin.Products.Tooltip.SignupInstructions": "These are the instructions that will be visible in the invitation email sent to new users of this product when they join our platform",
|
|
423
484
|
"Admin.Products.Tooltip.SignupInstructionEmployees": "These are the instructions that will be visible to new subscription members when they get invited using the Enterprise feature",
|
|
424
485
|
"Admin.Products.Tooltip.BillingFrequency": "Billing frequency for this product",
|
|
486
|
+
"Admin.Products.Tooltip.DocumentationUrl": "Page that will be loaded at the /{slug}/documentation path.",
|
|
425
487
|
"Admin.Products.Tooltip.ProductPrivacyService": "This is the Privacy and Terms of Service for this product",
|
|
426
488
|
"Admin.Products.Tooltip.MasterProduct": "This field is visible only to SuperAdmins - it's used to enable SuperAdmins to update the Master Product",
|
|
427
489
|
"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",
|
|
428
490
|
"Admin.Products.Tooltip.GitLabServiceDeskEmail": "This is the email to enable the Service Desk feature to connect with the right Gitlab Service Desk board",
|
|
491
|
+
"Admin.Products.Tooltip.PartnerProducts": "These are the products that any subscription admin can invite partners to",
|
|
492
|
+
"Admin.Products.Tooltip.ProrationBehavior": "Defines the Stripe proration behavior for this product",
|
|
493
|
+
"Admin.Products.Tooltip.UnsubscribeStripeBehavior": "Defines the Stripe behavior when a user unsubscribes from this product",
|
|
429
494
|
"Admin.Products.Tooltip.IsActive": "Users won't be able to subscribe to this product unless it's active",
|
|
430
|
-
"Admin.Products.Tooltip.MultipleAllowed": "This field is visible only to SuperAdmins and it should be set to ON if this product can
|
|
495
|
+
"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",
|
|
431
496
|
"Admin.Products.Tooltip.IsVisible": "The product will not be visible for users to subscribe unless its visibility is set to ON",
|
|
432
497
|
"Admin.Products.Tooltip.MembersVisible": "This will make the Enterprise menu visible to users subscribed to this product",
|
|
433
498
|
"Admin.Products.Tooltip.ChatVisible": "This will make the Chat feature visible to users subscribed to this product",
|
|
434
|
-
"Admin.Products.Tooltip.IsMasterProduct": "This field is visible only to SuperAdmins and it's required to set a product as MasterProduct",
|
|
499
|
+
"Admin.Products.Tooltip.IsMasterProduct": "This field is visible only to SuperAdmins, and it's required to set a product as MasterProduct",
|
|
435
500
|
"Admin.Subscriptions.UpdatedMessage": "Updated successfully.",
|
|
436
501
|
"Admin.Subscriptions.SavedMessage": "Saved Successfully",
|
|
437
502
|
"Admin.Subscriptions.DeletedMessage": "Deleted successfully.",
|
|
@@ -475,22 +540,23 @@
|
|
|
475
540
|
"Admin.Subscriptions.Currency": "Currency",
|
|
476
541
|
"Admin.Subscriptions.PricePerMonth": "Price/M",
|
|
477
542
|
"Admin.Subscriptions.PricePerUnit": "Price Per Unit",
|
|
543
|
+
"Admin.Subscriptions.ConfirmRecover": "Are you sure? Reactivating the subscription will also reset all the fields related to Stripe.",
|
|
478
544
|
"Admin.Subscriptions.Paid": "Paid",
|
|
479
545
|
"Admin.Subscriptions.Billing": "Billing",
|
|
480
546
|
"Admin.Subscriptions.ExpiresAt": "Expires At / Created At",
|
|
481
547
|
"Admin.Subscriptions.SessionsTotal": "S#",
|
|
482
548
|
"Admin.Subscriptions.SessionsTotalLastMonth": "S/m #",
|
|
483
549
|
"Admin.Subscriptions.Deleted": "Deleted",
|
|
484
|
-
"Admin.Subscriptions.NoSubscriptionMessage": "
|
|
550
|
+
"Admin.Subscriptions.NoSubscriptionMessage": "We couldn't find any subscriptions - please consider adding some.",
|
|
485
551
|
"Admin.Subscriptions.NoSubscriptionProductsMessage": "No products present",
|
|
486
552
|
"Admin.Subscriptions.NoSubscriptionUsersMessage": "No users present",
|
|
487
553
|
"Admin.Subscriptions.NoAmbassadorsMessage": "No ambassadors present",
|
|
488
554
|
"Admin.Subscriptions.confirmEnterpriseMembersSubscriptionMessage": "This will add the selected members under your subscription. They will receive an email to confirm their account. Please click yes to continue.",
|
|
489
555
|
"Admin.Subscriptions.Tooltip.ProductExpiryDate": "This is when the subscription to this product will expire",
|
|
490
|
-
"Admin.Subscriptions.Tooltip.PurchasedSeats": "This is the number of
|
|
556
|
+
"Admin.Subscriptions.Tooltip.PurchasedSeats": "This is the number of Purchased Seats",
|
|
491
557
|
"Admin.Subscriptions.Tooltip.SignedUpAt": "This is when the user first signed up for this product",
|
|
492
558
|
"Admin.Subscriptions.Tooltip.StripeSubscriptionId": "This is the ID of the stripe subscription visible in the Stripe dashboard",
|
|
493
|
-
"Admin.Subscriptions.Tooltip.ExternalPayment": "If set to true, it will indicate to our system that the payment is not automatically
|
|
559
|
+
"Admin.Subscriptions.Tooltip.ExternalPayment": "If set to true, it will indicate to our system that the payment is not automatically handled by Stripe",
|
|
494
560
|
"Admin.Subscriptions.Tooltip.Product": "This is the product associated with this subscription",
|
|
495
561
|
"Admin.Subscriptions.Tooltip.FirstName": "First name of the person you are inviting to use the product",
|
|
496
562
|
"Admin.Subscriptions.Tooltip.LastName": "Last name of the person you are inviting to use the product",
|
|
@@ -498,9 +564,9 @@
|
|
|
498
564
|
"Admin.Subscriptions.Tooltip.SubscriptionProduct": "Product you want to invite this person to use",
|
|
499
565
|
"Admin.Subscriptions.Tooltip.Units": "Units/Seats you want this person to have when invited",
|
|
500
566
|
"Admin.Subscriptions.Tooltip.OrganizationIndustry": "Organization Industry",
|
|
501
|
-
"Admin.Subscriptions.Tooltip.OrganizationName": "Name of the
|
|
502
|
-
"Admin.Subscriptions.Tooltip.OrganizationType": "Organization
|
|
503
|
-
"Admin.Subscriptions.Tooltip.OrganizationSize": "Organization
|
|
567
|
+
"Admin.Subscriptions.Tooltip.OrganizationName": "Name of the Organization",
|
|
568
|
+
"Admin.Subscriptions.Tooltip.OrganizationType": "Organization Type",
|
|
569
|
+
"Admin.Subscriptions.Tooltip.OrganizationSize": "Organization Size",
|
|
504
570
|
"Admin.Subscriptions.Tooltip.Organization": "Organization Name",
|
|
505
571
|
"Admin.Subscriptions.Tooltip.ContactName": "Contact Name",
|
|
506
572
|
"Admin.Subscriptions.Tooltip.ContactEmail": "Contact Email - this is the address that will be receiving the invoices",
|
|
@@ -519,25 +585,46 @@
|
|
|
519
585
|
"Admin.Subscriptions.Tooltip.Reddit": "This should be your Reddit handle and it should be similar to 'posiwise'",
|
|
520
586
|
"Admin.Subscriptions.Tooltip.Enforce2fa": "Require all members of this subscription to enable 2FA authentication at their next login",
|
|
521
587
|
"Admin.Subscriptions.Tooltip.AssignedRoles": "You can choose which roles you want to make available for this given subscription",
|
|
522
|
-
"Admin.
|
|
588
|
+
"Admin.Tags.Tooltip.IconName": "Set the icon you want to display on the resource pages.",
|
|
589
|
+
"Admin.Tags.Tooltip.VisibleInResources": "Set this tag to true to make it visible on the resource pages",
|
|
590
|
+
"Admin.Subscriptions.Validation.SignedUpAt": "Please select a date",
|
|
523
591
|
"Admin.Subscriptions.Validation.Units": "Please select units",
|
|
524
|
-
"Admin.Subscriptions.Validation.FirstName": "Please enter first name",
|
|
525
|
-
"Admin.Subscriptions.Validation.LastName": "Please enter last name",
|
|
592
|
+
"Admin.Subscriptions.Validation.FirstName": "Please enter the first name",
|
|
593
|
+
"Admin.Subscriptions.Validation.LastName": "Please enter the last name",
|
|
526
594
|
"Admin.Subscriptions.Validation.Email": "Please enter a valid email",
|
|
527
|
-
"Admin.Subscriptions.Validation.Product": "Please select product",
|
|
528
|
-
"Admin.Subscriptions.Validation.MinUnits": "
|
|
595
|
+
"Admin.Subscriptions.Validation.Product": "Please select a product",
|
|
596
|
+
"Admin.Subscriptions.Validation.MinUnits": "Min Units should be lower than than Purchased Seats",
|
|
597
|
+
"Admin.Incident.Validation.FieldRequired": "This field is required",
|
|
598
|
+
"Admin.Incident.AddMessage": "Incident Successfully Added.",
|
|
599
|
+
"Admin.Incident.Duration": "Duration",
|
|
600
|
+
"Admin.Incident.UpdateMessage": "Incident Successfully Updated.",
|
|
601
|
+
"Admin.Incident.Validation.UrlImpacted": "Please enter the URL Impacted.",
|
|
602
|
+
"Admin.Incident.Validation.ServiceImpacted": "Please enter the Service Impacted.",
|
|
603
|
+
"Admin.Incident.Validation.Description": "Please enter a description.",
|
|
604
|
+
"Admin.Incident.Validation.InternalDescription": "Please enter an internal description.",
|
|
605
|
+
"Admin.Incident.Validation.Date": "Please select a date.",
|
|
606
|
+
"Admin.Incident.DeletedMessage": "Incident Successfully Deleted.",
|
|
607
|
+
"Admin.Incident.NoDataMessage": "We couldn't find any Incidents - please consider adding some.",
|
|
529
608
|
"Admin.Tips.Instructions": "Instructions",
|
|
530
609
|
"Admin.Tips.Updated": "Updated",
|
|
531
|
-
"Admin.Tips.NoDataMessage": "
|
|
532
|
-
"Admin.Tips.AddedMessage": "
|
|
533
|
-
"Admin.Tips.UpdatedMessage": "
|
|
610
|
+
"Admin.Tips.NoDataMessage": "We couldn't find any Tips - please consider adding some.",
|
|
611
|
+
"Admin.Tips.AddedMessage": "Tip is updated successfully.",
|
|
612
|
+
"Admin.Tips.UpdatedMessage": "Tip is saved successfully.",
|
|
534
613
|
"Admin.Tags.Category": "Category",
|
|
535
|
-
"Admin.Tags.
|
|
614
|
+
"Admin.Tags.IconName": "Icon Name",
|
|
615
|
+
"Admin.Tags.Image": "Tag Image",
|
|
616
|
+
"Admin.Tags.Description": "Description",
|
|
617
|
+
"Admin.Tags.TagName": "Name",
|
|
618
|
+
"Admin.Tags.TagType": "Type",
|
|
619
|
+
"Admin.Tags.VisibleInResources": "Visible In Resources",
|
|
620
|
+
"Admin.Tags.AddedMessage": "Saved successfully.",
|
|
536
621
|
"Admin.Tags.UpdatedMessage": "Updated successfully.",
|
|
537
622
|
"Admin.Tags.DeletedMessage": "Deleted successfully.",
|
|
538
|
-
"Admin.Tags.NoDataMessage": "
|
|
623
|
+
"Admin.Tags.NoDataMessage": "We couldn't find any Tags - please consider adding some.",
|
|
624
|
+
"Admin.Tags.NoCategoryDataMessage": "We couldn't find any Tag Categories - please consider adding some.",
|
|
539
625
|
"Admin.Permissions.UpdatedMessage": "Permission Updated successfully.",
|
|
540
|
-
"Admin.
|
|
626
|
+
"Admin.Permissions.AddedMessage": "Permission Added successfully.",
|
|
627
|
+
"Admin.SubscriptionCredentialMessages.CreateSubscriptionCredential": "Add Subscription Credential",
|
|
541
628
|
"Admin.SubscriptionCredentialMessages.SubscriptionOwner": "Owner",
|
|
542
629
|
"Admin.SubscriptionCredentialMessages.Credential": "Credential",
|
|
543
630
|
"Admin.SubscriptionCredentialMessages.Field": "Field",
|
|
@@ -546,25 +633,27 @@
|
|
|
546
633
|
"Admin.SubscriptionCredentialMessages.SubscriptionCredential": "Subscription Credential",
|
|
547
634
|
"Admin.SubscriptionCredentialMessages.CredentialValidation": "Please select credential",
|
|
548
635
|
"Admin.SubscriptionCredentialMessages.ValueValidation": "Please enter value",
|
|
636
|
+
"Admin.SubscriptionCredentialMessages.SelectCredential": "Select credential",
|
|
549
637
|
"Admin.GlobalConfigMessage.Config": "Config",
|
|
550
638
|
"Admin.GlobalConfigMessage.Name": "Name",
|
|
551
639
|
"Admin.GlobalConfigMessage.FieldType": "Field Type",
|
|
552
640
|
"Admin.GlobalConfigMessage.Default": "Default",
|
|
553
|
-
"Admin.GlobalConfigMessage.NameValidator": "
|
|
554
|
-
"Admin.GlobalConfigMessage.FieldTypeValidator": "Please enter field type",
|
|
641
|
+
"Admin.GlobalConfigMessage.NameValidator": "Please enter a name",
|
|
642
|
+
"Admin.GlobalConfigMessage.FieldTypeValidator": "Please enter the field type",
|
|
555
643
|
"Admin.GlobalConfigMessage.AddGlobalConfig": "Add Global Config",
|
|
556
644
|
"Admin.GlobalConfigMessage.UpdatedMessage": "Updated successfully.",
|
|
557
645
|
"Admin.GlobalConfigMessage.DeletedMessage": "Deleted successfully.",
|
|
558
646
|
"Admin.GlobalConfigMessage.NoDataMessage": "No global configs present - please add some.",
|
|
647
|
+
"Admin.GlobalConfigMessage.SelectFieldType": "Select field type.",
|
|
559
648
|
"Admin.Credentials.Name": "Name",
|
|
560
649
|
"Admin.Credentials.Field": "Field",
|
|
561
650
|
"Admin.Credentials.Active": "Active",
|
|
562
651
|
"Admin.Credentials.Visible": "Visible",
|
|
563
|
-
"Admin.Credentials.IsRequired": "Is
|
|
652
|
+
"Admin.Credentials.IsRequired": "Is required",
|
|
564
653
|
"Admin.Credentials.Required": "Required",
|
|
565
654
|
"Admin.Credentials.Description": "Description",
|
|
566
|
-
"Admin.Credentials.Validation.Name": "Please enter name",
|
|
567
|
-
"Admin.Credentials.Validation.Field": "Please enter field",
|
|
655
|
+
"Admin.Credentials.Validation.Name": "Please enter a name",
|
|
656
|
+
"Admin.Credentials.Validation.Field": "Please enter a field",
|
|
568
657
|
"Admin.Credentials.Validation.Description": "Please enter description",
|
|
569
658
|
"Admin.Tracking.Time": "Time",
|
|
570
659
|
"Admin.Tracking.Properties": "Properties",
|
|
@@ -572,6 +661,7 @@
|
|
|
572
661
|
"Admin.Tracking.Mailer": "Mailer",
|
|
573
662
|
"Admin.Tracking.SentAt": "Sent At",
|
|
574
663
|
"Admin.Tracking.Subject": "Subject",
|
|
664
|
+
"Admin.Permissions.DeletedMessage": "Deleted successfully.",
|
|
575
665
|
"Admin.Tracking.To": "To",
|
|
576
666
|
"Admin.Tracking.LastClickedAt": "Last Clicked At",
|
|
577
667
|
"Admin.Tracking.LastOpenedAt": "Last Opened At",
|
|
@@ -579,6 +669,11 @@
|
|
|
579
669
|
"Admin.Tracking.OpenCount": "Open Count",
|
|
580
670
|
"Admin.Tracking.Browser": "Browser",
|
|
581
671
|
"Admin.Tracking.DeviceType": "Device Type",
|
|
672
|
+
"Admin.Tracking.Domain": "Referring Domain",
|
|
673
|
+
"Admin.Tracking.LandingPage": "Landing Page",
|
|
674
|
+
"Admin.Tracking.Country": "Country",
|
|
675
|
+
"Admin.Tracking.Region": "Region",
|
|
676
|
+
"Admin.Tracking.City": "City",
|
|
582
677
|
"Admin.Tracking.Ip": "Ip",
|
|
583
678
|
"Admin.Tracking.Os": "Os",
|
|
584
679
|
"Admin.Tracking.StartedAt": "Started At",
|
|
@@ -590,9 +685,21 @@
|
|
|
590
685
|
"Admin.Tracking.ItemType": "Item Type",
|
|
591
686
|
"Admin.Tracking.ItemId": "Item Id",
|
|
592
687
|
"Admin.Tracking.Object": "Object",
|
|
593
|
-
"
|
|
594
|
-
"
|
|
595
|
-
"
|
|
688
|
+
"Admin.Incident.UrlImpacted": "Url impacted",
|
|
689
|
+
"Admin.Incident.ServiceImpacted": "Service impacted",
|
|
690
|
+
"Admin.Incident.Description": "Description",
|
|
691
|
+
"Admin.Incident.InternalDescription": "Internal Description",
|
|
692
|
+
"Admin.Incident.LastCheckedAt": "Last Checked At",
|
|
693
|
+
"Admin.Incident.StartedAt": "Started At",
|
|
694
|
+
"Admin.Credentials.DeletedMessage": "Deleted successfully.",
|
|
695
|
+
"Admin.Tos.DeletedMessage": "Deleted successfully.",
|
|
696
|
+
"Admin.Tos.TosUpdatedAt": "TOS updated at",
|
|
697
|
+
"Admin.Tos.Tooltip.TosUpdatedAt": "Users who accepted the Terms of Service before this date will need to re-accept them.",
|
|
698
|
+
"Admin.Incident.ResolvedAt": "Resolved At",
|
|
699
|
+
"Admin.Incident.calender.placeholder": "Select a date",
|
|
700
|
+
"Users.AddedMessage": "User Details have been saved successfully.",
|
|
701
|
+
"Users.UpdatedMessage": "User Details have been saved successfully.",
|
|
702
|
+
"Users.UpdatedRole": "Role has been updated successfully",
|
|
596
703
|
"Users.DeletedMessage": "Deleted successfully.",
|
|
597
704
|
"Shared.Groups.UpdatedMessage": "Updated successfully.",
|
|
598
705
|
"Shared.Groups.DeletedMessage": "Deleted successfully.",
|
|
@@ -604,8 +711,8 @@
|
|
|
604
711
|
"Products.DependencyProducts": "Dependency products",
|
|
605
712
|
"Products.AddedMessage": "Product is successfully added.",
|
|
606
713
|
"Products.UpdatedMessage": "Product is successfully updated.",
|
|
607
|
-
"Products.DeletedMessage": "Product
|
|
608
|
-
"Products.Tooltip.DependencyProducts": "These are products that a user already
|
|
714
|
+
"Products.DeletedMessage": "Product deleted successfully.",
|
|
715
|
+
"Products.Tooltip.DependencyProducts": "These are other products that a user already needs to be subscribed to before signing up to this product.",
|
|
609
716
|
"Products.Tooltip.PermissionKey": "This is the core permission key and gives access to the corresponding views in the UI.",
|
|
610
717
|
"Subscriptions.UpdatedMessage": "updated successfully.",
|
|
611
718
|
"Subscriptions.SavedMessage": "Saved Successfully",
|
|
@@ -626,13 +733,14 @@
|
|
|
626
733
|
"Tos.UpdatedMessage": "Updated successfully.",
|
|
627
734
|
"Tos.DeletedMessage": "Deleted successfully.",
|
|
628
735
|
"Tos.NoDataMessage": "No TOS Present - please add some.",
|
|
736
|
+
"Tags.NoDataMessage": "No tag categories Present - please add some.",
|
|
629
737
|
"Credentials.AddedMessage": "Saved successfully.",
|
|
630
738
|
"Credentials.UpdatedMessage": "Updated successfully.",
|
|
631
739
|
"Credentials.DeletedMessage": "Deleted successfully.",
|
|
632
740
|
"Credentials.NoDataMessage": "No credentials present - please add some.",
|
|
633
741
|
"User.Account.CreateAccount": "Create Account",
|
|
634
742
|
"User.Account.DeleteAccount": "Delete Account",
|
|
635
|
-
"User.Account.UserNameError": "
|
|
743
|
+
"User.Account.UserNameError": "The provided nickname is not available",
|
|
636
744
|
"User.Account.RegisteredEmail": "Registered Email & Nickname",
|
|
637
745
|
"User.Account.PrimaryEmail": "Primary email",
|
|
638
746
|
"User.Account.ChangeEmail": "Change email",
|
|
@@ -648,22 +756,22 @@
|
|
|
648
756
|
"User.Account.ConfirmPassword": "Confirm Password",
|
|
649
757
|
"User.Account.UpdatePassword": " Update Password",
|
|
650
758
|
"User.Account.Message.Logging": "Logging you in...",
|
|
651
|
-
"User.Account.Message.EnterPassword": "Please enter
|
|
759
|
+
"User.Account.Message.EnterPassword": "Please enter your password to proceed.",
|
|
652
760
|
"User.Account.Message.ConfirmPassword": "Please type your password to confirm.",
|
|
653
761
|
"User.Account.Message.PasswordSet": "Your password has been set, please check your email for further instructions.",
|
|
654
762
|
"User.Account.Message.NoAccountAvailable": "No account is associated with this email address.",
|
|
655
763
|
"User.Account.Message.CheckEmail": "Please check your email for further instructions.",
|
|
656
764
|
"User.Account.Message.LoggingOut": "Logging you out...",
|
|
657
|
-
"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",
|
|
765
|
+
"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",
|
|
658
766
|
"User.Account.Message.ActionCanNotUndone": "This action cannot be undone.",
|
|
659
|
-
"User.Account.Tooltip.DeleteAccount": "Warning, your account will be deleted and it can't be reverted",
|
|
767
|
+
"User.Account.Tooltip.DeleteAccount": "Warning, your account will be deleted, and it can't be reverted",
|
|
660
768
|
"User.Account.Validation.EnterEmail": "Please enter a valid email!",
|
|
661
769
|
"User.Account.Validation.Password": "Please enter your password",
|
|
662
|
-
"User.Account.Validation.ContactName": "Please enter a
|
|
663
|
-
"User.Account.Validation.Name": "Please enter a name
|
|
664
|
-
"User.Account.Validation.Email": "Please enter a valid email
|
|
665
|
-
"User.Account.Validation.CardNumber": "Please enter a valid
|
|
666
|
-
"User.Account.Validation.CVC": "Please enter CVC
|
|
770
|
+
"User.Account.Validation.ContactName": "Please enter a contact name",
|
|
771
|
+
"User.Account.Validation.Name": "Please enter a name",
|
|
772
|
+
"User.Account.Validation.Email": "Please enter a valid email",
|
|
773
|
+
"User.Account.Validation.CardNumber": "Please enter a valid ard number",
|
|
774
|
+
"User.Account.Validation.CVC": "Please enter CVC",
|
|
667
775
|
"User.Account.Validation.ExpiryYear": "Please select Expiry Year",
|
|
668
776
|
"User.Account.Validation.ExpiryMonth": "Please select Expiry Month",
|
|
669
777
|
"User.Account.Validation.PasswordsMatch": "Passwords must match",
|
|
@@ -676,18 +784,18 @@
|
|
|
676
784
|
"User.Profile.Change": "Change",
|
|
677
785
|
"User.Profile.EditAvatar": "Edit Avatar",
|
|
678
786
|
"User.Profile.UserProfile": "User Profile",
|
|
679
|
-
"User.Profile.SelectCountry": "Select Country",
|
|
680
|
-
"User.Profile.SelectState": "Select State",
|
|
787
|
+
"User.Profile.SelectCountry": "Select a Country",
|
|
788
|
+
"User.Profile.SelectState": "Select a State",
|
|
681
789
|
"User.Profile.ProfilePicture": "Profile Picture",
|
|
682
790
|
"User.Profile.PictureMessage": "You can upload a JPG, GIF, or PNG file. (Do not upload pictures containing celebrities, nudity, artwork or copyrighted images.)",
|
|
683
791
|
"User.Profile.Qualifications.AddedMessage": "Updated successfully.",
|
|
684
792
|
"User.Profile.Qualifications.UpdatedMessage": "Added successfully.",
|
|
685
793
|
"User.Profile.Qualifications.QualificationDelete": "Deleted",
|
|
686
|
-
"User.Profile.Skills.UpdatedMessage": "Skills
|
|
794
|
+
"User.Profile.Skills.UpdatedMessage": "Skills updated successfully",
|
|
687
795
|
"User.Profile.SocialLinks.AddedMessage": "User Links added successfully",
|
|
688
796
|
"User.Profile.Projects.NoProjects": "You've not added any projects - please add some.",
|
|
689
797
|
"User.Profile.Projects.NoUserProjects": "This user doesn't have any project listed.",
|
|
690
|
-
"User.Profile.Projects.ProjectUpdated": "Project
|
|
798
|
+
"User.Profile.Projects.ProjectUpdated": "Project updated successfully",
|
|
691
799
|
"User.Subscriptions.EstimatedPrice": "Estimated Price",
|
|
692
800
|
"User.Subscriptions.TotalEstimatedPrice": "Total Estimated Price",
|
|
693
801
|
"User.Subscriptions.PriceExclTax": "Price (excl. tax)",
|
|
@@ -718,32 +826,40 @@
|
|
|
718
826
|
"User.Subscriptions.LicensesRequired": "Total licenses required.",
|
|
719
827
|
"User.Subscriptions.UpdatedMessage": "Updated Successfully.",
|
|
720
828
|
"User.Subscriptions.UpdatedKey": "Subscription API Key is updated.",
|
|
721
|
-
"User.Subscriptions.UnsubscribedProduct": "You have been unsubscribed from
|
|
829
|
+
"User.Subscriptions.UnsubscribedProduct": "You have been unsubscribed from a product",
|
|
830
|
+
"User.Subscriptions.CancelSubscription.Title": "Cancel Subscription",
|
|
831
|
+
"User.Subscriptions.CancelSubscription.Message": "Before you proceed, please let us know your reason for cancelling. Your feedback helps us improve the service.",
|
|
832
|
+
"User.Subscriptions.CancelSubscription.ReasonLabel": "Reason for Cancelling",
|
|
833
|
+
"User.Subscriptions.CancelSubscription.ReasonPlaceholder": "Please enter your reason for cancelling...",
|
|
834
|
+
"User.Subscriptions.CancelSubscription.KeepItForNow": "Keep it for now",
|
|
835
|
+
"User.Subscriptions.CancelSubscription.ConfirmButton": "Confirm Cancellation",
|
|
836
|
+
"User.Subscriptions.Validation.ReasonRequired": "Please enter a reason for cancelling",
|
|
722
837
|
"User.Subscriptions.SubscriptionPurchased": "Congratulations, you have purchased the subscription.",
|
|
723
838
|
"User.Subscriptions.SubscriptionCredentials.RevealCredential": "Reveal Credential",
|
|
724
839
|
"User.Subscriptions.SubscriptionCredentials.HideCredential": "Hide Credential",
|
|
725
840
|
"User.Subscriptions.SubscriptionCredentials.UpdateMessage": "Subscription's credential is updated successfully",
|
|
726
841
|
"User.Subscriptions.SubscriptionCredentials.DeletedMessage": "Subscription's credential deleted successfully",
|
|
727
|
-
"User.Subscriptions.SubscriptionCredentials.NoDataMessage": "
|
|
842
|
+
"User.Subscriptions.SubscriptionCredentials.NoDataMessage": "We couldn't find any Credentials - please consider adding some.",
|
|
728
843
|
"User.Subscriptions.Tooltip.Enforce2fa": "Require all members of your subscription to enable 2FA authentication at their next login",
|
|
729
844
|
"User.Subscriptions.Tooltip.Seats": "This is the amount of units/seats purchased",
|
|
730
845
|
"User.Subscriptions.Tooltip.FullLogo": "This is the logo that will be visible on different places, such as your invoices",
|
|
731
846
|
"User.Subscriptions.Tooltip.SquaredLogo": "This is the logo that will be visible on different places, such as your invoices",
|
|
732
|
-
"User.Subscriptions.Tooltip.Organization": "This the name of your organization as it will be displayed on different places, such as your invoices",
|
|
847
|
+
"User.Subscriptions.Tooltip.Organization": "This it the name of your organization as it will be displayed on different places, such as your invoices",
|
|
733
848
|
"User.Subscriptions.Tooltip.ContactName": "This is the name of the person receiving the invoice",
|
|
734
849
|
"User.Subscriptions.Tooltip.ContactEmail": "This is the email address of the person receiving the invoice",
|
|
735
850
|
"User.Subscriptions.Tooltip.Phone": "This is the phone number (optional) that we can use to reach you in case of need",
|
|
736
851
|
"User.Subscriptions.Tooltip.Country": "This is the country of your organization that will be visible on your invoices",
|
|
737
852
|
"User.Subscriptions.Tooltip.Address": "This is the address of your organization that will be visible on your invoices",
|
|
738
853
|
"User.Subscriptions.Tooltip.VatNumber": "This is the VAT/GST number of your organization that will be visible on your invoices",
|
|
854
|
+
"User.Subscriptions.Tooltip.InvoiceRecipientEmails": "Email addresses that will receive all invoices generated by the system. Add one or more, separated by commas.",
|
|
739
855
|
"User.Subscriptions.Tooltip.CompanyUrl": "This is the URL of your organization's website that will be visible on your invoices",
|
|
740
|
-
"User.Subscriptions.Tooltip.FacebookHandle": "This is your Facebook handle and it should be similar to 'posiwise'",
|
|
741
|
-
"User.Subscriptions.Tooltip.TwitterHandle": "This is your Twitter handle and it should be similar to 'posiwise'",
|
|
742
|
-
"User.Subscriptions.Tooltip.LinkedinHandle": "This is your Linkedin handle and it should be similar to 'posiwise'",
|
|
743
|
-
"User.Subscriptions.Tooltip.RedditHandle": "This should be your Reddit handle and it should be similar to 'posiwise'",
|
|
744
|
-
"User.Subscriptions.Tooltip.ManageAllProducts": "See and
|
|
856
|
+
"User.Subscriptions.Tooltip.FacebookHandle": "This is your Facebook handle, and it should be similar to 'posiwise'",
|
|
857
|
+
"User.Subscriptions.Tooltip.TwitterHandle": "This is your Twitter handle, and it should be similar to 'posiwise'",
|
|
858
|
+
"User.Subscriptions.Tooltip.LinkedinHandle": "This is your Linkedin handle, and it should be similar to 'posiwise'",
|
|
859
|
+
"User.Subscriptions.Tooltip.RedditHandle": "This should be your Reddit handle, and it should be similar to 'posiwise'",
|
|
860
|
+
"User.Subscriptions.Tooltip.ManageAllProducts": "See and manage all products - upgrade, downgrade or switch subscription",
|
|
745
861
|
"User.Settings.UpdatedMessage": "Newsletter updated.",
|
|
746
|
-
"User.Settings.Communications.UpdatedMessage": "Communication
|
|
862
|
+
"User.Settings.Communications.UpdatedMessage": "Communication preferences have been updated successfully",
|
|
747
863
|
"User.OtherSettings.UpdatedMessage": "config updated.",
|
|
748
864
|
"User.OtherSettings.NoDataMessage": "No other settings available right now.",
|
|
749
865
|
"Enterprise.Members.Team": "Team",
|
|
@@ -758,10 +874,11 @@
|
|
|
758
874
|
"Enterprise.Teams.NoTeamMessage": "No teams defined yet - please add some.",
|
|
759
875
|
"Enterprise.Teams.NoTeamMessageIfUser": "No groups created yet. Please ask the subscription admin to create some.",
|
|
760
876
|
"Enterprise.Insight.NoDataMessage": "This section is visible only to enterprise admins.",
|
|
761
|
-
"Enterprise.Communication.NoCommunication": "No
|
|
877
|
+
"Enterprise.Communication.NoCommunication": "No communication messages present yet - please consider adding some.",
|
|
762
878
|
"Enterprise.Documentation.Title": "Title",
|
|
763
879
|
"Enterprise.Documentation.Sender": "Sender",
|
|
764
880
|
"Enterprise.Documentation.Team": "Team",
|
|
881
|
+
"Enterprise.Partner.NoDataMessage": "We couldn't find any Partners - please consider adding some.",
|
|
765
882
|
"Enterprise.Documentation.Files": "Files",
|
|
766
883
|
"Enterprise.Documentation.Date": "Date",
|
|
767
884
|
"Enterprise.Documentation.Status": "Status",
|
|
@@ -773,32 +890,49 @@
|
|
|
773
890
|
"Enterprise.Documentation.VisibleGlobally": "Visible Globally",
|
|
774
891
|
"Enterprise.Documentation.Published": "Published",
|
|
775
892
|
"Enterprise.Documentation.Pushed": "Pushed",
|
|
776
|
-
"Enterprise.Documentation.NoDocumentation": "No documentation present.",
|
|
893
|
+
"Enterprise.Documentation.NoDocumentation": "No documentation present - please consider adding some.",
|
|
777
894
|
"Enterprise.Documentation.Validation.Body": "Please enter body",
|
|
895
|
+
"Enterprise.Documentation.Validation.Title": "Please enter title",
|
|
896
|
+
"Enterprise.Documentation.Validation.Team": "Please select team",
|
|
778
897
|
"Enterprise.Tooltip.Group": "This defines teams associated to this item.",
|
|
779
898
|
"Enterprise.Tooltip.VisibleGlobally": "If set to true, it will be visible to every team.",
|
|
780
899
|
"Enterprise.Tooltip.Published": "If set to true, it will be visible by all subscription members.",
|
|
781
900
|
"Enterprise.Tooltip.Pushed": "If set to true, a notification will be sent to the subscription members.",
|
|
782
|
-
"
|
|
783
|
-
"
|
|
784
|
-
"
|
|
785
|
-
"
|
|
786
|
-
"
|
|
787
|
-
"
|
|
788
|
-
"
|
|
789
|
-
"
|
|
790
|
-
"
|
|
791
|
-
"
|
|
792
|
-
"
|
|
793
|
-
"
|
|
794
|
-
"
|
|
795
|
-
"
|
|
796
|
-
"
|
|
797
|
-
"
|
|
798
|
-
"
|
|
799
|
-
"
|
|
800
|
-
"
|
|
801
|
-
"
|
|
901
|
+
"Resource.AddedMessage": "The resource has been successfully added.",
|
|
902
|
+
"Resource.UpdatedMessage": "The resource has been successfully updated.",
|
|
903
|
+
"Resource.DeletedMessage": "The resource deleted successfully.",
|
|
904
|
+
"Resource.Posts.Body": "Body",
|
|
905
|
+
"Resource.Posts.Blurb": "Blurb",
|
|
906
|
+
"Resource.Tag.NoDataMessage": "Please add me on the Admin/Tags menu",
|
|
907
|
+
"Resource.Tag.NoImageMessage": "No Image Found",
|
|
908
|
+
"Resource.Posts.Tags": "Tags",
|
|
909
|
+
"Resource.Posts.When": "When",
|
|
910
|
+
"Resource.Posts.Showcase": "Showcase",
|
|
911
|
+
"Resource.Posts.CtaText": "CTA Text",
|
|
912
|
+
"Resource.Posts.ExternalUrl": "External Url",
|
|
913
|
+
"Resource.Posts.Published": "Published",
|
|
914
|
+
"Resource.Posts.PublishedAt": "Published At",
|
|
915
|
+
"Resource.Posts.View": "View",
|
|
916
|
+
"Resource.Posts.JoinedAt": "Joined At",
|
|
917
|
+
"Resource.Add": "Add Resource",
|
|
918
|
+
"Resource.Posts.Title": "Resources",
|
|
919
|
+
"Resource.Description": "The <strong>Resources</strong> module allows you to create and publish content that will be publicly visible on your <strong>/resources</strong> page.<br/>You can use it to share a wide range of content types, including: <strong>Case Studies</strong>, <strong>Release Notes</strong>, <strong>White Papers</strong>, <strong>Integrations</strong>, etc.",
|
|
920
|
+
"Resource.Posts.Author": "Author",
|
|
921
|
+
"Resource.Posts.AcceptedAt": "Accepted At",
|
|
922
|
+
"Resource.Posts.AcceptedByAdmin": "Accepted By Admin",
|
|
923
|
+
"Resource.Posts.ShowCase": "ShowCase",
|
|
924
|
+
"Resource.Posts.CoverPicture": "Cover Picture",
|
|
925
|
+
"Resource.Posts.DeletedMessage": "Deleted successfully.",
|
|
926
|
+
"Resource.Posts.CommentAdded": "Comment successfully added",
|
|
927
|
+
"Resource.Posts.NoDataMessage": "We couldn't find any Resource - please consider adding some.",
|
|
928
|
+
"Resource.Posts.Validation.Title": "Please enter a title",
|
|
929
|
+
"Resource.Posts.Validation.Body": "Please enter the body",
|
|
930
|
+
"Resource.Posts.Tooltip.Published": "This will make the resource visible in the public list",
|
|
931
|
+
"Resource.Posts.Tooltip.CtaText": "Set the text shown on resource page buttons.",
|
|
932
|
+
"Resource.Posts.Tooltip.ExternalUrl": "Set the URL this resource should redirect to when users click the CTA on resource pages.",
|
|
933
|
+
"Resource.Posts.Tooltip.AcceptedByAdmin": "The resource will be visible only after an admin has accepted it",
|
|
934
|
+
"Resource.Posts.Tooltip.ShowCase": "Set to true to display this resource on resource pages.",
|
|
935
|
+
"Resource.Posts.Tooltip.When": "Set the date when this resource is relevant — e.g., the date of an event.",
|
|
802
936
|
"GenericMessage.WentWrong": "Something went wrong, contact your administrator.",
|
|
803
937
|
"Button.Home": "Home",
|
|
804
938
|
"Button.ForgotPassword": "Forgot Password?",
|
|
@@ -816,8 +950,10 @@
|
|
|
816
950
|
"Button.Google": "Google",
|
|
817
951
|
"Button.LinkedIn": "LinkedIn",
|
|
818
952
|
"Button.Twitter": "Twitter",
|
|
953
|
+
"Button.Cognito": "Cognito",
|
|
819
954
|
"Button.Submit": "Submit",
|
|
820
|
-
"
|
|
955
|
+
"Label.NewSupport": "Open New Support Request",
|
|
956
|
+
"Button.FillRequired": "Please fill in all required fields",
|
|
821
957
|
"Button.Delete": "Delete",
|
|
822
958
|
"Button.Edit": "Edit",
|
|
823
959
|
"Button.Save": "Save",
|
|
@@ -830,6 +966,10 @@
|
|
|
830
966
|
"Label.FirstName": "First Name",
|
|
831
967
|
"Label.LastName": "Last Name",
|
|
832
968
|
"Label.Product": "Product",
|
|
969
|
+
"Search.NoDataDescription": "Please try again using a different search query.",
|
|
970
|
+
"Search.NoDataMessage": "We couldn't find anything that matched your filters.",
|
|
971
|
+
"Resource.NoDataMessage": "Oops… nothing to show here (yet). We're working on something great — stay tuned!",
|
|
972
|
+
"Integration.NoDataMessage": "Oops… nothing to show here (yet). We're working on something great — stay tuned!",
|
|
833
973
|
"Label.Email": "Email",
|
|
834
974
|
"Label.IsActive": "Active",
|
|
835
975
|
"Label.IsVisible": "Visible",
|
|
@@ -839,6 +979,9 @@
|
|
|
839
979
|
"Label.ReferenceNumber": "Reference",
|
|
840
980
|
"Label.PaymentDetails": "Payment Details",
|
|
841
981
|
"Label.SubscriptionFee": "Subscription fee",
|
|
982
|
+
"Label.Subject": "Subject",
|
|
983
|
+
"Label.Body": "Body",
|
|
984
|
+
"Label.TemplateName": "Template Name",
|
|
842
985
|
"Label.Personal": "Personal",
|
|
843
986
|
"Label.Business": "Business",
|
|
844
987
|
"Label.PurchaseSummary": "Purchase Summary",
|
|
@@ -868,8 +1011,26 @@
|
|
|
868
1011
|
"NeedHelp": "Need help?",
|
|
869
1012
|
"GotoCommunicationSettings": "Go to your communication settings",
|
|
870
1013
|
"SeeAllOurFaq": "See all our FAQs",
|
|
871
|
-
"ManageYourAccountDescription": "Within this section, you
|
|
872
|
-
"UpdateYourProfileDescription": "Your unique profile is what other people will see when interacting with you through our platform. You can edit it
|
|
873
|
-
"CommunicationSettingsDescription": "Although sometimes we do need to communicate with you - for example, if you contact Support
|
|
874
|
-
"NeedHelpDescription": "If you need
|
|
1014
|
+
"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.",
|
|
1015
|
+
"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.",
|
|
1016
|
+
"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.",
|
|
1017
|
+
"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.",
|
|
1018
|
+
"User.Subscriptions.Tooltip.RedditHandle": "This should be your Reddit handle, and it should be similar to 'posiwise'",
|
|
1019
|
+
"User.Subscriptions.Tooltip.ManageAllProducts": "See and manage all products - upgrade, downgrade or switch subscription",
|
|
1020
|
+
"User.Subscriptions.APICredentials.Title": "API Credentials",
|
|
1021
|
+
"User.Subscriptions.APICredentials.Description": "Manage your PosiWise API credentials. These tokens are used to authenticate API requests.",
|
|
1022
|
+
"User.Subscriptions.APICredentials.AccessToken": "API Access Token",
|
|
1023
|
+
"User.Subscriptions.APICredentials.ClientId": "API Client ID",
|
|
1024
|
+
"User.Subscriptions.APICredentials.View": "View",
|
|
1025
|
+
"User.Subscriptions.APICredentials.Hide": "Hide",
|
|
1026
|
+
"User.Subscriptions.APICredentials.RefreshTokens": "Refresh Tokens",
|
|
1027
|
+
"User.Subscriptions.APICredentials.Refreshing": "Refreshing...",
|
|
1028
|
+
"User.Subscriptions.APICredentials.RefreshWarning": "Refreshing tokens will expire the current ones. Make sure to update any applications using these tokens.",
|
|
1029
|
+
"User.Subscriptions.APICredentials.NoTokenAvailable": "No token available",
|
|
1030
|
+
"User.Subscriptions.APICredentials.NoClientIdAvailable": "No client ID available",
|
|
1031
|
+
"User.Subscriptions.APICredentials.TokensRefreshed": "API tokens refreshed successfully.",
|
|
1032
|
+
"User.Subscriptions.APICredentials.RefreshFailed": "Failed to refresh API tokens. Please try again.",
|
|
1033
|
+
"User.Subscriptions.APICredentials.ApiHits": "API Hits",
|
|
1034
|
+
"User.Subscriptions.APICredentials.ApiHitsMax": "Max API Hits",
|
|
1035
|
+
"User.Settings.UpdatedMessage": "Newsletter updated."
|
|
875
1036
|
}
|