Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 29 additions & 1 deletion extensions/mssql/l10n/bundle.l10n.json
Original file line number Diff line number Diff line change
Expand Up @@ -3034,19 +3034,25 @@
"Enable REST in API Type to expose this entity through REST.": "Enable REST in API Type to expose this entity through REST.",
"Expose this entity through GraphQL": "Expose this entity through GraphQL",
"Enable GraphQL in API Type to expose this entity through GraphQL.": "Enable GraphQL in API Type to expose this entity through GraphQL.",
"Expose this entity through MCP": "Expose this entity through MCP",
"Enable MCP in API Type to expose this entity through MCP.": "Enable MCP in API Type to expose this entity through MCP.",
"Stored procedure REST methods": "Stored procedure REST methods",
"Select the HTTP method that can execute this stored procedure. DAB defaults to POST.": "Select the HTTP method that can execute this stored procedure. DAB defaults to POST.",
"Stored procedure GraphQL operation": "Stored procedure GraphQL operation",
"Choose whether this stored procedure appears as a GraphQL mutation or query. DAB defaults to mutation.": "Choose whether this stored procedure appears as a GraphQL mutation or query. DAB defaults to mutation.",
"Mutation": "Mutation",
"Query": "Query",
"MCP custom tool": "MCP custom tool",
"MCP DML tools": "MCP DML tools",
"Expose as MCP custom tool": "Expose as MCP custom tool",
"Creates a dedicated MCP tool for this stored procedure. When disabled, the procedure can still be available through generic MCP execute tools if MCP is enabled.": "Creates a dedicated MCP tool for this stored procedure. When disabled, the procedure can still be available through generic MCP execute tools if MCP is enabled.",
"Expose as MCP DML tools": "Expose as MCP DML tools",
"Allows MCP clients to use generic create, read, update, and delete tools for this table.": "Allows MCP clients to use generic create, read, update, and delete tools for this table.",
"Enable MCP in API Type to use this DML tools setting.": "Enable MCP in API Type to use this DML tools setting.",
"Enable MCP in API Type to use this custom tool setting.": "Enable MCP in API Type to use this custom tool setting.",
"DML tools expose this entity through generic MCP tools.": "DML tools expose this entity through generic MCP tools.",
"DML tools expose this stored procedure through generic execute tools.": "DML tools expose this stored procedure through generic execute tools.",
"Custom tool creates a dedicated MCP tool for this stored procedure.": "Custom tool creates a dedicated MCP tool for this stored procedure.",
"{0} is not enabled globally/{0} is the API type, e.g. REST, GraphQL, or MCP": {
"message": "{0} is not enabled globally",
"comment": ["{0} is the API type, e.g. REST, GraphQL, or MCP"]
Expand All @@ -3065,12 +3071,17 @@
"Filter entities": "Filter entities",
"Status": "Status",
"Object type": "Object type",
"Exposed via": "Exposed via",
"Auth mode": "Auth mode",
"Not exposed": "Not exposed",
"No permissions": "No permissions",
"Warnings": "Warnings",
"{0} of {1} enabled/{0} is the number of enabled entities{1} is the total number of entities": {
"message": "{0} of {1} enabled",
"comment": ["{0} is the number of enabled entities", "{1} is the total number of entities"]
},
"Read": "Read",
"Exec": "Exec",
"Tables": "Tables",
"Views": "Views",
"Stored Procedures": "Stored Procedures",
Expand Down Expand Up @@ -3103,9 +3114,11 @@
"Make everything read-only": "Make everything read-only",
"Enable all CRUD operations": "Enable all CRUD operations",
"Include all columns": "Include all columns",
"Customize column access": "Customize column access",
"Entity name used in API routes": "Entity name used in API routes",
"View Config": "View Config",
"At least one API type must be selected.": "At least one API type must be selected.",
"Select at least one logical key column before applying or deploying this exposed table or view.": "Select at least one logical key column before applying or deploying this exposed table or view.",
"Authentication not supported": "Authentication 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.": "In the Data API builder experience, local container deployment is only available for connections using SQL Authentication. Your current connection type is not supported.",
"Unsupported data types detected": "Unsupported data types detected",
Expand All @@ -3122,9 +3135,21 @@
"Define who can execute this stored procedure": "Define who can execute this stored procedure",
"Disabled globally": "Disabled globally",
"Anonymous": "Anonymous",
"Anon": "Anon",
"No authentication required": "No authentication required",
"Authenticated": "Authenticated",
"Auth": "Auth",
"Requires user authentication": "Requires user authentication",
"Alias": "Alias",
"Key": "Key",
"Logical key": "Logical key",
"Expose": "Expose",
"Exposed": "Exposed",
"Hidden": "Hidden",
"Required parameter": "Required parameter",
"Optional": "Optional",
"No columns were discovered for this entity.": "No columns were discovered for this entity.",
"No parameters were discovered for this stored procedure.": "No parameters were discovered for this stored procedure.",
"Custom REST Path": "Custom REST Path",
"Optional - Override default api/entityName path": "Optional - Override default api/entityName path",
"Custom GraphQL Type": "Custom GraphQL Type",
Expand All @@ -3148,6 +3173,10 @@
"message": "Enable {0}",
"comment": ["{0} is the entity name"]
},
"Include {0}/{0} is the entity name": {
"message": "Include {0}",
"comment": ["{0} is the entity name"]
},
"Toggle columns for {0}/{0} is the entity name": {
"message": "Toggle columns for {0}",
"comment": ["{0} is the entity name"]
Expand Down Expand Up @@ -3403,7 +3432,6 @@
"Tags": "Tags",
"Add tag": "Add tag",
"Remove tag": "Remove tag",
"Key": "Key",
"Tag keys must be unique.": "Tag keys must be unique.",
"Firewall": "Firewall",
"General Purpose": "General Purpose",
Expand Down
Loading
Loading