|
1 | 1 | { |
2 | 2 | "validateRegex": { |
3 | | - "requireToken": "Enter Token Alias to be used", |
| 3 | + "requireToken": "Enter Management Token Alias:", |
4 | 4 | "required": "Required", |
5 | 5 | "tokenDetails": "Token Details: ", |
6 | | - "selectSchema": "Select Schema to be Checked", |
7 | | - "selectOne": "Select atleast one Option", |
| 6 | + "selectSchema": "Select the module you need to check.", |
| 7 | + "selectOne": "Select atleast one option", |
8 | 8 | "cliAction": { |
9 | 9 | "connectStackStart": "Connecting Stack", |
10 | 10 | "connectStackStop": "Stack Connection Established. Time taken: ", |
11 | 11 | "processStackStart": "Processing Stack", |
12 | 12 | "processStackStop": "Stack Processing Completed. Time taken: " |
13 | 13 | }, |
14 | 14 | "errors": { |
15 | | - "login": "Authorization failed, you're not logged in, login using csdx auth:login", |
16 | | - "tokenNotFound": "Management Token Alias not found, save using csdx auth:tokens:add", |
| 15 | + "login": "Authorization failed, you're not logged in. Login using csdx auth:login", |
| 16 | + "tokenNotFound": "Token not found, add token using csdx auth:tokens:add", |
17 | 17 | "stack": { |
18 | | - "fetch": "Error in connecting to Stack", |
19 | | - "apiKey": "Invalid API Key" |
| 18 | + "fetch": "Error in connecting to the stack", |
| 19 | + "apiKey": "Invalid stack API Key" |
20 | 20 | }, |
21 | | - "contentTypes": "Error in Querying Content Types", |
22 | | - "globalFields": "Error in Querying Global Fields", |
| 21 | + "contentTypes": "Error in querying content types.", |
| 22 | + "globalFields": "Error in querying global fields.", |
23 | 23 | "csvOutput": "Generate CSV Output failed" |
24 | 24 | }, |
25 | | - "tableOutput": "The following Table shows the details of Invalid Regex in your Stack", |
26 | | - "csvOutput": "Csv Output stored successfully at:", |
27 | | - "noInvalidRegex": "There are no Invalid Regex in your Stack", |
28 | | - "docsLink": "To know more, check out our Official Documentation: https://www.contentstack.com/docs/developers/create-content-types/validation-regex/#prevent-catastrophic-backtracking" |
| 25 | + "tableOutput": "The following table shows the invalid regexes present in your stack.", |
| 26 | + "csvOutput": "Csv output stored successfully at:", |
| 27 | + "noInvalidRegex": "There are no invalid regexes in your stack.", |
| 28 | + "docsLink": "To know more, visit our documentation site: https://www.contentstack.com/docs/developers/create-content-types/validation-regex/#prevent-catastrophic-backtracking" |
29 | 29 | } |
30 | 30 | } |
0 commit comments