Skip to content

Commit bbe0238

Browse files
author
Aasim Khan
committed
Remove preview labels from schema designer and DAB
1 parent 922d907 commit bbe0238

5 files changed

Lines changed: 25 additions & 27 deletions

File tree

extensions/mssql/l10n/bundle.l10n.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -558,7 +558,7 @@
558558
"Open in GitHub Copilot Chat": "Open in GitHub Copilot Chat",
559559
"Ask GitHub Copilot to Fix": "Ask GitHub Copilot to Fix",
560560
"Open GitHub Copilot Chat to help fix these errors": "Open GitHub Copilot Chat to help fix these errors",
561-
"Design Schemas with GitHub Copilot (Preview)": "Design Schemas with GitHub Copilot (Preview)",
561+
"Design Schemas with GitHub Copilot": "Design Schemas with GitHub Copilot",
562562
"Ask questions or propose schema changes in chat, and GitHub Copilot updates the schema instantly in the diagram.": "Ask questions or propose schema changes in chat, and GitHub Copilot updates the schema instantly in the diagram.",
563563
"Build APIs with GitHub Copilot": "Build APIs with GitHub Copilot",
564564
"Review or propose API configuration changes in chat, and GitHub Copilot updates your configuration instantly in the Data API builder.": "Review or propose API configuration changes in chat, and GitHub Copilot updates your configuration instantly in the Data API builder.",
@@ -722,8 +722,8 @@
722722
"Redo": "Redo",
723723
"Search tables...": "Search tables...",
724724
"Show table relationships": "Show table relationships",
725-
"Visualize and Design Schema (Preview)": "Visualize and Design Schema (Preview)",
726-
"Build Data API (Preview)": "Build Data API (Preview)",
725+
"Visualize and Design Schema": "Visualize and Design Schema",
726+
"Build Data API": "Build Data API",
727727
"Show Changes": "Show Changes",
728728
"Hide Changes": "Hide Changes",
729729
"Copilot Changes": "Copilot Changes",
@@ -863,7 +863,7 @@
863863
"{1} is the count of additional changed properties"
864864
]
865865
},
866-
"Data API builder Configuration (Preview)": "Data API builder Configuration (Preview)",
866+
"Data API builder Configuration": "Data API builder Configuration",
867867
"API Type": "API Type",
868868
"REST API": "REST API",
869869
"GraphQL": "GraphQL",
@@ -890,7 +890,7 @@
890890
"Local container deployment is currently only supported with SQL Authentication connections.": "Local container deployment is currently only supported with SQL Authentication connections.",
891891
"At least one API type must be selected.": "At least one API type must be selected.",
892892
"Authentication not supported": "Authentication not supported",
893-
"In the Data API builder (Preview) experience, local container deployment is only available for connections using SQL Authentication. Your current connection type is not supported.": "In the Data API builder (Preview) experience, local container deployment is only available for connections using SQL Authentication. Your current connection type is not supported.",
893+
"In the Data API builder experience, local container deployment is only available for connections using SQL Authentication. Your current connection type is not supported.": "In the Data API builder experience, local container deployment is only available for connections using SQL Authentication. Your current connection type is not supported.",
894894
"Unsupported data types detected": "Unsupported data types detected",
895895
"One or more of your entities contain column types that are not currently supported by Data API builder. These entities cannot be selected for deployment.": "One or more of your entities contain column types that are not currently supported by Data API builder. These entities cannot be selected for deployment.",
896896
"Back to Schema": "Back to Schema",

extensions/mssql/package.nls.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,8 +240,8 @@
240240
"mssql.defaultQueryResultsViewMode.text.description": "Display results in a formatted text format.",
241241
"mssql.userFeedback": "Send Feedback",
242242
"mssql.selectedAzureSubscriptions": "Selected Azure subscriptions for browsing and managing servers and databases",
243-
"mssql.schemaDesigner": "Visualize and Design Schema (Preview)...",
244-
"mssql.buildDataApi": "Build Data API (Preview)...",
243+
"mssql.schemaDesigner": "Visualize and Design Schema...",
244+
"mssql.buildDataApi": "Build Data API...",
245245
"mssql.newDeployment": "New Deployment",
246246
"mssql.stopContainer": "Stop SQL Container",
247247
"mssql.deleteContainer": "Delete SQL Container",

extensions/mssql/src/constants/locConstants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1988,7 +1988,7 @@ export class SchemaCompare {
19881988

19891989
export class SchemaDesigner {
19901990
public static LoadingSchemaDesginerModel = l10n.t("Loading Schema Designer Model...");
1991-
public static PanelTitle = l10n.t("Visualize and Design Schema (Preview)");
1991+
public static PanelTitle = l10n.t("Visualize and Design Schema");
19921992
public static SchemaReady = l10n.t(
19931993
"Schema Designer Model is ready. Changes can now be published.",
19941994
);

extensions/mssql/src/webviews/common/locConstants.ts

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -869,9 +869,7 @@ export class LocConstants {
869869
askGithubCopilotToFixTooltip: l10n.t(
870870
"Open GitHub Copilot Chat to help fix these errors",
871871
),
872-
schemaDesignerCopilotDiscoveryTitle: l10n.t(
873-
"Design Schemas with GitHub Copilot (Preview)",
874-
),
872+
schemaDesignerCopilotDiscoveryTitle: l10n.t("Design Schemas with GitHub Copilot"),
875873
schemaDesignerCopilotDiscoveryBody: l10n.t(
876874
"Ask questions or propose schema changes in chat, and GitHub Copilot updates the schema instantly in the diagram.",
877875
),
@@ -1109,8 +1107,8 @@ export class LocConstants {
11091107
redo: l10n.t("Redo"),
11101108
searchTables: l10n.t("Search tables..."),
11111109
showTableRelationships: l10n.t("Show table relationships"),
1112-
schemaDesignerNavLabel: l10n.t("Visualize and Design Schema (Preview)"),
1113-
dabNavLabel: l10n.t("Build Data API (Preview)"),
1110+
schemaDesignerNavLabel: l10n.t("Visualize and Design Schema"),
1111+
dabNavLabel: l10n.t("Build Data API"),
11141112
showChangesButtonLabel: l10n.t("Show Changes"),
11151113
hideChangesButtonLabel: l10n.t("Hide Changes"),
11161114
showCopilotChangesButtonLabel: l10n.t("Copilot Changes"),
@@ -1344,7 +1342,7 @@ export class LocConstants {
13441342
}),
13451343

13461344
// DAB (Data API builder) strings
1347-
dabTitle: l10n.t("Data API builder Configuration (Preview)"),
1345+
dabTitle: l10n.t("Data API builder Configuration"),
13481346
apiType: l10n.t("API Type"),
13491347
restApi: l10n.t("REST API"),
13501348
graphql: l10n.t("GraphQL"),
@@ -1380,7 +1378,7 @@ export class LocConstants {
13801378
atLeastOneApiTypeRequired: l10n.t("At least one API type must be selected."),
13811379
authenticationNotSupported: l10n.t("Authentication not supported"),
13821380
dabDeploymentNotSupportedBanner: l10n.t(
1383-
"In the Data API builder (Preview) experience, local container deployment is only available for connections using SQL Authentication. Your current connection type is not supported.",
1381+
"In the Data API builder experience, local container deployment is only available for connections using SQL Authentication. Your current connection type is not supported.",
13841382
),
13851383
unsupportedDataTypesDetected: l10n.t("Unsupported data types detected"),
13861384
dabUnsupportedDataTypesBanner: l10n.t(

localization/xliff/vscode-mssql.xlf

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -676,8 +676,8 @@
676676
<trans-unit id="++CODE++64d5072bf4262a316002cc3ca229a06b9cfb0b98a5bfae93402cc978bef5f53b">
677677
<source xml:lang="en">Build APIs with GitHub Copilot</source>
678678
</trans-unit>
679-
<trans-unit id="++CODE++0b7fa74a368845afd65888dc1e437a2afe5a96728dd43433760a2fe01c167033">
680-
<source xml:lang="en">Build Data API (Preview)</source>
679+
<trans-unit id="++CODE++8e86ef922196322045f4a646ef811f7df15a59da3a33b8180732d68155a7a652">
680+
<source xml:lang="en">Build Data API</source>
681681
</trans-unit>
682682
<trans-unit id="++CODE++00ea757097babdd3471ed3dbcef6f4a33b46658dfb023aa009b53fa1dd0ae30c">
683683
<source xml:lang="en">Build failed with exit code {0}</source>
@@ -1697,8 +1697,8 @@
16971697
<trans-unit id="++CODE++dcae6c28f812fc336c88e1a1bfe5cbd8f60eab3a61864135ef5bd04af45ce283">
16981698
<source xml:lang="en">Data API builder</source>
16991699
</trans-unit>
1700-
<trans-unit id="++CODE++817f5f09a6d707d92c3926808ded36489dab38b529e972985cf5314eac7dbdbb">
1701-
<source xml:lang="en">Data API builder Configuration (Preview)</source>
1700+
<trans-unit id="++CODE++2154b11388f741094808a9e344ab0be7e4be3d2a989551deec3b43f35fc729e3">
1701+
<source xml:lang="en">Data API builder Configuration</source>
17021702
</trans-unit>
17031703
<trans-unit id="++CODE++18c1620276c4ac7ddaec590de6087601cbfad39f0ef20e19c41db887fb760c00">
17041704
<source xml:lang="en">Data API builder opened. Continue with {0} operations ({1}/{2}).</source>
@@ -1895,8 +1895,8 @@
18951895
<trans-unit id="++CODE++2a78a6e25a1789173021db2caeb2e463f9aa201b42a974feac5cf5be0a319e95">
18961896
<source xml:lang="en">Design API</source>
18971897
</trans-unit>
1898-
<trans-unit id="++CODE++b14075f1961f95a9c65c61d8e0da7d32280678ff775e70b6c74a8c4966097838">
1899-
<source xml:lang="en">Design Schemas with GitHub Copilot (Preview)</source>
1898+
<trans-unit id="++CODE++064ff20a39b16a49639c1d176496eb3078f7a0629c7bf854eb5021fc5a20aef8">
1899+
<source xml:lang="en">Design Schemas with GitHub Copilot</source>
19001900
</trans-unit>
19011901
<trans-unit id="++CODE++45989de49fb7f66dfe17a8fc26f3a02c7abcd74f7e8e6cf9f39fa0e3775780df">
19021902
<source xml:lang="en">Details</source>
@@ -3377,8 +3377,8 @@
33773377
<trans-unit id="++CODE++c1f88e9d6c4145cf0530ae020155384d5688d70ed82a07a35d783bbc4b32238c">
33783378
<source xml:lang="en">In progress</source>
33793379
</trans-unit>
3380-
<trans-unit id="++CODE++8a95be6d8f6c4312ed4415b9bde10c28f765b025b375245f7f53575ccbe94183">
3381-
<source xml:lang="en">In the Data API builder (Preview) experience, local container deployment is only available for connections using SQL Authentication. Your current connection type is not supported.</source>
3380+
<trans-unit id="++CODE++353bfeffa4a99ec1426a2426a764e92e5b9c2f00db3bf837d8f5a1e4f486117a">
3381+
<source xml:lang="en">In the Data API builder experience, local container deployment is only available for connections using SQL Authentication. Your current connection type is not supported.</source>
33823382
</trans-unit>
33833383
<trans-unit id="++CODE++7285576bdacf86fe37274d3d0d399c29b4be2959005f60ac0729615d8fca9186">
33843384
<source xml:lang="en">Include</source>
@@ -6791,8 +6791,8 @@
67916791
<trans-unit id="++CODE++0bfe6420924cc39134e0b79804ed823f99cc19ccd8e65477319db3139c1e3368">
67926792
<source xml:lang="en">Visual Studio Code must be relaunched for this setting to come into effect. Please reload Visual Studio Code.</source>
67936793
</trans-unit>
6794-
<trans-unit id="++CODE++49a6dfed78fc8f501d94e0e7ce6d4f31c023a1a68b946f5faab2cba9950bf29c">
6795-
<source xml:lang="en">Visualize and Design Schema (Preview)</source>
6794+
<trans-unit id="++CODE++eab0f257866b670694bf52eec427b7799ca53883151d4d4526b0e57660ce65ab">
6795+
<source xml:lang="en">Visualize and Design Schema</source>
67966796
</trans-unit>
67976797
<trans-unit id="++CODE++e981ddae45d8f4ca53f1ccbe613ad254a041dacf65a06026099a6302d332113b">
67986798
<source xml:lang="en">Warning</source>
@@ -7324,7 +7324,7 @@
73247324
<source xml:lang="en">Backup Database...</source>
73257325
</trans-unit>
73267326
<trans-unit id="mssql.buildDataApi">
7327-
<source xml:lang="en">Build Data API (Preview)...</source>
7327+
<source xml:lang="en">Build Data API...</source>
73287328
</trans-unit>
73297329
<trans-unit id="mssql.cancelConnect">
73307330
<source xml:lang="en">Cancel Connection (MSSQL)</source>
@@ -7987,7 +7987,7 @@
79877987
<source xml:lang="en">Visualize a Query Plan</source>
79887988
</trans-unit>
79897989
<trans-unit id="mssql.schemaDesigner">
7990-
<source xml:lang="en">Visualize and Design Schema (Preview)...</source>
7990+
<source xml:lang="en">Visualize and Design Schema...</source>
79917991
</trans-unit>
79927992
<trans-unit id="mssql.transferActiveEditorConnections.description">
79937993
<source xml:lang="en">When enabled, automatically transfer the active connection to newly opened SQL files. When disabled, you must explicitly connect to a database for each SQL file.</source>

0 commit comments

Comments
 (0)