mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-03-19 19:41:37 -04:00
add objects dialog (#23243)
This commit is contained in:
@@ -196,8 +196,10 @@ export const SelectServerRoleMemberDialogTitle = localize('objectManagement.serv
|
||||
export const SelectServerRoleOwnerDialogTitle = localize('objectManagement.serverRole.SelectOwnerDialogTitle', "Select Server Role Owner");
|
||||
|
||||
// Find Object Dialog
|
||||
export const ObjectTypesText = localize('objectManagement.objectTypesLabel', "Object Types");
|
||||
export const FilterSectionTitle = localize('objectManagement.filterSectionTitle', "Filters");
|
||||
export const ObjectTypeText = localize('objectManagement.objectTypeLabel', "Object Type");
|
||||
export const FilterText = localize('objectManagement.filterText', "Filter");
|
||||
export const SearchTextLabel = localize('objectManagement.SearchTextLabel', "Search Text");
|
||||
export const FindText = localize('objectManagement.findText', "Find");
|
||||
export const SelectText = localize('objectManagement.selectText', "Select");
|
||||
export const ObjectsText = localize('objectManagement.objectsLabel', "Objects");
|
||||
@@ -206,8 +208,15 @@ export function LoadingObjectsCompletedText(count: number): string {
|
||||
return localize('objectManagement.loadingObjectsCompletedLabel', "Loading objects completed, {0} objects found", count);
|
||||
}
|
||||
|
||||
// Util functions
|
||||
// ObjectSelectionMethodDialog
|
||||
export const ObjectSelectionMethodDialogTitle = localize('objectManagement.objectSelectionMethodDialogTitle', "Add Objects");
|
||||
export const ObjectSelectionMethodDialog_TypeLabel = localize('objectManagement.ObjectSelectionMethodDialog_TypeLabel', "How do you want to add objects?");
|
||||
export const ObjectSelectionMethodDialog_SpecificObjects = localize('objectManagement.ObjectSelectionMethodDialog_SpecificObjects', "Specific objects…");
|
||||
export const ObjectSelectionMethodDialog_AllObjectsOfTypes = localize('objectManagement.ObjectSelectionMethodDialog_AllObjectsOfTypes', "All objects of certain types");
|
||||
export const ObjectSelectionMethodDialog_AllObjectsOfSchema = localize('objectManagement.ObjectSelectionMethodDialog_AllObjectsOfSchema', "All objects belonging to a schema");
|
||||
export const ObjectSelectionMethodDialog_SelectSchemaDropdownLabel = localize('objectManagement.ObjectSelectionMethodDialog_SelectSchemaDropdownLabel', "Schema");
|
||||
|
||||
// Util functions
|
||||
export function getNodeTypeDisplayName(type: string, inTitle: boolean = false): string {
|
||||
switch (type) {
|
||||
case ObjectManagement.NodeType.ApplicationRole:
|
||||
|
||||
Reference in New Issue
Block a user