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
Copy file name to clipboardExpand all lines: extensions/mssql/l10n/bundle.l10n.json
+17-4Lines changed: 17 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -705,6 +705,14 @@
705
705
"Definition": "Definition",
706
706
"Show Definition": "Show Definition",
707
707
"Hide Definition": "Hide Definition",
708
+
"Definition type": "Definition type",
709
+
"T-SQL": "T-SQL",
710
+
"Prisma": "Prisma",
711
+
"Sequelize": "Sequelize",
712
+
"TypeORM": "TypeORM",
713
+
"Drizzle": "Drizzle",
714
+
"SQLAlchemy": "SQLAlchemy",
715
+
"EF Core": "EF Core",
708
716
"Delete Confirmation": "Delete Confirmation",
709
717
"Are you sure you want to delete the selected items?": "Are you sure you want to delete the selected items?",
710
718
"Undo": "Undo",
@@ -2144,6 +2152,15 @@
2144
2152
"SQL Plan Files": "SQL Plan Files",
2145
2153
"Script copied to clipboard": "Script copied to clipboard",
2146
2154
"Copied": "Copied",
2155
+
"Failed to open text in editor: {0}/{0} is the error message": {
2156
+
"message": "Failed to open text in editor: {0}",
2157
+
"comment": ["{0} is the error message"]
2158
+
},
2159
+
"Failed to copy text to clipboard: {0}/{0} is the error message": {
2160
+
"message": "Failed to copy text to clipboard: {0}",
2161
+
"comment": ["{0} is the error message"]
2162
+
},
2163
+
"Schema designer details are not available.": "Schema designer details are not available.",
2147
2164
"Copying results...": "Copying results...",
2148
2165
"Results copied to clipboard": "Results copied to clipboard",
2149
2166
"Do you want to always display query results in a new tab instead of the query pane?": "Do you want to always display query results in a new tab instead of the query pane?",
@@ -3374,10 +3391,6 @@
3374
3391
"message": "File: {0}",
3375
3392
"comment": ["{0} is the file name"]
3376
3393
},
3377
-
"Failed to open text in editor: {0}/{0} is the error message": {
3378
-
"message": "Failed to open text in editor: {0}",
3379
-
"comment": ["{0} is the error message"]
3380
-
},
3381
3394
"Profiler events exported successfully to {0}/{0} is the file path": {
3382
3395
"message": "Profiler events exported successfully to {0}",
0 commit comments