Skip to content

Commit da4ede8

Browse files
committed
Merge branch 'main' into sai/mar/sqlproj_offlineDwnld_Issue
2 parents db53e62 + 64653e4 commit da4ede8

98 files changed

Lines changed: 6937 additions & 4974 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

extensions/mssql/l10n/bundle.l10n.json

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,20 @@
230230
"comment": ["{0} is the rule identifier, e.g. SR0001"]
231231
},
232232
"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+
},
233247
"Create new firewall rule for {0}/{0} is the server name that the firewall rule will be created for": {
234248
"message": "Create new firewall rule for {0}",
235249
"comment": ["{0} is the server name that the firewall rule will be created for"]
@@ -850,7 +864,7 @@
850864
"Read": "Read",
851865
"Update": "Update",
852866
"Entity name used in API routes": "Entity name used in API routes",
853-
"Generate Config": "Generate Config",
867+
"View Config": "View Config",
854868
"Deploy": "Deploy",
855869
"Back to Schema": "Back to Schema",
856870
"Design API": "Design API",
@@ -2431,6 +2445,9 @@
24312445
"DACPAC path not found. Please build the project first.": "DACPAC path not found. Please build the project first.",
24322446
"Code Analysis": "Code Analysis",
24332447
"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",
24342451
"Schema Compare": "Schema Compare",
24352452
"Options have changed. Recompare to see the comparison?": "Options have changed. Recompare to see the comparison?",
24362453
"Failed to generate script: '{0}'/{0} is the error message returned from the generate script operation": {

0 commit comments

Comments
 (0)