|
10 | 10 | "no.active.editor": "No active editor found.", |
11 | 11 | "api.key.not.configured": "Please input a valid apikey.", |
12 | 12 | "license.code.not.exist": "License code does not exist. Please contact the administrator to obtain it.", |
13 | | - "beta.analysis.over.limit": "Optimization quota is reached.", |
14 | | - "analysis.over.limit": "Optimization quota is reached.", |
15 | | - "plan.user.exceeded.maximum.opt.times": "The number of optimizations has exceeded the current plan limit. To continue using it, please upgrade your plan.", |
| 13 | + "beta.analysis.over.limit": "Opt. quota runs out, please upgrade your plan.", |
| 14 | + "analysis.over.limit": "Opt. quota runs out, please upgrade your plan.", |
| 15 | + "plan.user.exceeded.maximum.opt.times": "Opt. quota runs out, please upgrade your plan.", |
16 | 16 | "workspace.not.exist": "Workspace does not exist.", |
17 | 17 | "workspace.has.no.analysis": "Workspace optimization list is empty", |
18 | 18 | "analysis.not.exist": "Analysis does not exist.", |
|
27 | 27 | "CONFIG_FILE_DEFAULT_WORKSPACE_PLACEHOLDER": "Setup a default workspace for PawSQL.", |
28 | 28 | "OPTIMIZING_SQL": "$(sync~spin) Optimizing SQL...", |
29 | 29 | "error.create.analysis.failed": "Fail to optimize", |
30 | | - "error.login.invalidCredentials": "PawSQL registration email or password is incorrect. Please check your PawSQL configuration to ensure that the information is correct.", |
31 | | - "error.backendUrl.invalid": "The PawSQL engine is not responding.", |
32 | | - "error.frontendUrl.invalid": "The PawSQL website is not responding.", |
| 30 | + "error.login.invalidCredentials": "PawSQL Server authentication failed: incorrect email or password, please check your input.", |
| 31 | + "error.backendUrl.invalid": "The PawSQL Server is not responding.", |
| 32 | + "error.frontendUrl.invalid": "The PawSQL Server is not responding.", |
33 | 33 | "license.code.not.valid": "The license code is invalid. Please contact the administrator.", |
34 | 34 | "sidebar.workspace.manager": "Workspace Manager", |
35 | 35 | "sidebar.show.statement.detail": "Show optimization details", |
|
0 commit comments