LEGO: check in for main to temporary branch. (#16616)

This commit is contained in:
csigs
2021-08-07 16:38:22 -07:00
committed by GitHub
parent dc0ccba767
commit 2dd4232a40
30 changed files with 2061 additions and 225 deletions

View File

@@ -8583,6 +8583,9 @@
<Item ItemId=";src/sql/workbench/contrib/notebook/browser/notebookActions.newViewLabel" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Create New View]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Crear nueva vista]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
@@ -8688,6 +8691,9 @@
<Item ItemId=";src/sql/workbench/contrib/notebook/browser/notebookActions.viewNotFound" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Unable to find view: {0}]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[No se encuentra la vista: {0}]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
@@ -8973,6 +8979,9 @@
<Item ItemId=";src/sql/workbench/contrib/notebook/browser/notebookViews/notebookViewsActions.confirmDelete" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Are you sure you want to delete view "{0}"?]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[¿Está seguro de que desea eliminar la vista "{0}"?]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
@@ -9048,6 +9057,9 @@
<Item ItemId=";src/sql/workbench/contrib/notebook/browser/notebookViews/notebookViewsActions.viewsUnableToRemove" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Unable to remove view]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[No se puede quitar la vista]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
@@ -9096,6 +9108,9 @@
<Item ItemId=";src/sql/workbench/contrib/notebook/browser/notebookViews/viewOptionsModal.viewOptionsModal.nameTaken" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[This view name has already been taken.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Este nombre de vista ya se está usando.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>