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
Add mssql_dab show flow and improve tool descripiton (#21511)
* Add DAB show flow and align tool contract
* Stabilize DAB tool open and init behavior
* Align DAB no-active-designer messaging
* Improve DAB tool coverage
* Fix DAB tool test coverage assertions
Copy file name to clipboardExpand all lines: extensions/mssql/l10n/bundle.l10n.json
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2673,6 +2673,14 @@
2673
2673
"{2} is the operation name 'apply_edits' and must not be translated"
2674
2674
]
2675
2675
},
2676
+
"Data API Builder opened. Continue with {0} operations ({1}/{2})./{0} is the command identifier 'mssql_dab' and must not be translated{1} is the operation name 'get_state' and must not be translated{2} is the operation name 'apply_changes' and must not be translated": {
2677
+
"message": "Data API Builder opened. Continue with {0} operations ({1}/{2}).",
2678
+
"comment": [
2679
+
"{0} is the command identifier 'mssql_dab' and must not be translated",
2680
+
"{1} is the operation name 'get_state' and must not be translated",
2681
+
"{2} is the operation name 'apply_changes' and must not be translated"
2682
+
]
2683
+
},
2676
2684
"Execute '{0}' operation on the schema designer?/{0} is the operation name": {
2677
2685
"message": "Execute '{0}' operation on the schema designer?",
2678
2686
"comment": ["{0} is the operation name"]
@@ -2690,6 +2698,8 @@
2690
2698
"message": "Executing '{0}' operation on Data API Builder",
2691
2699
"comment": ["{0} is the operation name"]
2692
2700
},
2701
+
"No active schema designer found. Please open Data API Builder first using mssql_dab with operation 'show' or from the UI.": "No active schema designer found. Please open Data API Builder first using mssql_dab with operation 'show' or from the UI.",
2702
+
"Missing connectionId. Please provide a connectionId to open Data API Builder.": "Missing connectionId. Please provide a connectionId to open Data API Builder.",
2693
2703
"No active schema designer found. Please open one first using mssql_schema_designer with operation 'show' or from the UI.": "No active schema designer found. Please open one first using mssql_schema_designer with operation 'show' or from the UI.",
2694
2704
"Schema designer state changed. Fetch the latest schema and retry the operation.": "Schema designer state changed. Fetch the latest schema and retry the operation.",
2695
2705
"Missing connectionId. Please provide a connectionId to open the schema designer.": "Missing connectionId. Please provide a connectionId to open the schema designer.",
0 commit comments