You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: package.nls.en.json
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -10,12 +10,17 @@
10
10
"config.initialization.description": "Set up the URL of PawSQL Engine and ApiKey for user",
11
11
"config.initialization.apiKey.description": "ApiKey for this user to use PawSQL Engine",
12
12
"config.initialization.apiKey.markdownDescription": "ApiKey for this user to use PawSQL Engine. You can find it in your PawSQL account settings menu.",
13
+
"config.initialization.email.description": "Email address used for authentication with the PawSQL optimization engine service",
14
+
"config.initialization.email.markdownDescription": "The email address used to authenticate with the PawSQL service. Please use the email linked to your PawSQL account.",
15
+
"config.initialization.password.description": "Password used for authentication with the PawSQL optimization engine service",
16
+
"config.initialization.password.markdownDescription": "The password used to authenticate with the PawSQL service. Please use the password set in your PawSQL account.",
17
+
13
18
"config.initialization.backendUrl.description": "URL of the PawSQL Engine service",
14
19
"config.initialization.backendUrl.markdownDescription": "The URL for PawSQL Engine service.",
15
20
"config.initialization.frontendUrl.description": "URL of the PawSQL front page",
16
21
"config.initialization.frontendUrl.markdownDescription": "The base URL for PawSQL front page to display result of SQL optimization.",
"error.create.analysis.failed": "Fail to optimize",
29
+
"error.login.invalidCredentials": "PawSQL registration email or password is incorrect. Please check your PawSQL configuration to ensure that the information is correct.",
29
30
"error.backendUrl.invalid": "The PawSQL engine is not responding.",
30
31
"error.frontendUrl.invalid": "The PawSQL website is not responding.",
31
32
"license.code.not.valid": "The license code is invalid. Please contact the administrator.",
"form.config.description": "PawSQL Client enables developers to access core capabilities of the PawSQL directly within their VS Code development environment. PawSQL provides sophisticated SQL optimization features including smart index recommendations and query rewriting suggestions. More about PawSQL's capabilities, please visit ",
0 commit comments