|
230 | 230 | "comment": ["{0} is the rule identifier, e.g. SR0001"] |
231 | 231 | }, |
232 | 232 | "Reset": "Reset", |
| 233 | + "Reset to Defaults?": "Reset to Defaults?", |
| 234 | + "This will reset all rules to their default severity and disable 'Enable Code Analysis on Build'. This cannot be undone. Would you like to continue?": "This will reset all rules to their default severity and disable 'Enable Code Analysis on Build'. This cannot be undone. Would you like to continue?", |
| 235 | + "Unsaved Changes": "Unsaved Changes", |
| 236 | + "You have unsaved changes. Do you want to save before closing?": "You have unsaved changes. Do you want to save before closing?", |
| 237 | + "Don't Save": "Don't Save", |
| 238 | + "Enable Code Analysis on Build": "Enable Code Analysis on Build", |
| 239 | + "Search rules...": "Search rules...", |
| 240 | + "Filter by severity": "Filter by severity", |
| 241 | + "All severities": "All severities", |
| 242 | + "No rules match the current filter.": "No rules match the current filter.", |
| 243 | + "{0} of {1} rules/{0} is the filtered count, {1} is the total count": { |
| 244 | + "message": "{0} of {1} rules", |
| 245 | + "comment": ["{0} is the filtered count, {1} is the total count"] |
| 246 | + }, |
233 | 247 | "Create new firewall rule for {0}/{0} is the server name that the firewall rule will be created for": { |
234 | 248 | "message": "Create new firewall rule for {0}", |
235 | 249 | "comment": ["{0} is the server name that the firewall rule will be created for"] |
|
850 | 864 | "Read": "Read", |
851 | 865 | "Update": "Update", |
852 | 866 | "Entity name used in API routes": "Entity name used in API routes", |
853 | | - "Generate Config": "Generate Config", |
| 867 | + "View Config": "View Config", |
854 | 868 | "Deploy": "Deploy", |
855 | 869 | "Back to Schema": "Back to Schema", |
856 | 870 | "Design API": "Design API", |
|
2431 | 2445 | "DACPAC path not found. Please build the project first.": "DACPAC path not found. Please build the project first.", |
2432 | 2446 | "Code Analysis": "Code Analysis", |
2433 | 2447 | "Failed to load code analysis rules": "Failed to load code analysis rules", |
| 2448 | + "Failed to read saved rule overrides from project": "Failed to read saved rule overrides from project", |
| 2449 | + "Failed to save code analysis rules": "Failed to save code analysis rules", |
| 2450 | + "Code analysis rules saved successfully": "Code analysis rules saved successfully", |
2434 | 2451 | "Schema Compare": "Schema Compare", |
2435 | 2452 | "Options have changed. Recompare to see the comparison?": "Options have changed. Recompare to see the comparison?", |
2436 | 2453 | "Failed to generate script: '{0}'/{0} is the error message returned from the generate script operation": { |
|
0 commit comments