mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-02-16 10:58:30 -05:00
[Loc] added unknownsqlforeignkeyaction (#1426)
This commit is contained in:
@@ -5685,12 +5685,6 @@
|
||||
<target state="translated">Definir Padrão</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="UnKnownSqlForeignKeyAction">
|
||||
<source>'{0}' is not a supported SqlForeignKeyAction.</source>
|
||||
<target state="translated">'{0}' não é um SqlForeignKeyAction com suporte.</target>
|
||||
<note>.
|
||||
Parameters: 0 - name (string) </note>
|
||||
</trans-unit>
|
||||
<trans-unit id="CheckConstraintIsEnabledDescription">
|
||||
<source>Specifies whether the check constraint is Enabled</source>
|
||||
<target state="translated">Especifica se a restrição de verificação está habilitada</target>
|
||||
@@ -5763,6 +5757,232 @@ O Processador de Consultas estima que a implementação do índice a seguir pode
|
||||
*/</target>
|
||||
<note>title of missing index details</note>
|
||||
</trans-unit>
|
||||
<trans-unit id="TableDesignerGraphTableTypeTitle">
|
||||
<source>Type</source>
|
||||
<target state="translated">Tipo</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="TableDesignerGraphTableTypeEdge">
|
||||
<source>Edge</source>
|
||||
<target state="translated">Edge</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="TableDesignerGraphTableTypeNode">
|
||||
<source>Node</source>
|
||||
<target state="translated">Nó</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="TableDesignerGraphTableGroupTitle">
|
||||
<source>Graph Table</source>
|
||||
<target state="translated">Tabela de Gráfico</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="TableDesignerEdgeConstraintsTabTitle">
|
||||
<source>Edge Constraints</source>
|
||||
<target state="translated">Restrições de Borda</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="TableDesignerEdgeConstraintObjectType">
|
||||
<source>Edge Constraint</source>
|
||||
<target state="translated">Restrição de Borda</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="TableDesignerEdgeConstraintNamePropertyDescription">
|
||||
<source>Name of the constraint.</source>
|
||||
<target state="translated">Nome da restrição.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="TableDesignerEdgeConstraintNamePropertyTitle">
|
||||
<source>Name</source>
|
||||
<target state="translated">Nome</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="TableDesignerEdgeConstraintIsEnabledPropertyDescription">
|
||||
<source>Specifies whether the constraint is enabled.</source>
|
||||
<target state="translated">Especifica se o índice está habilitado.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="TableDesignerEdgeConstraintIsEnabledPropertyTitle">
|
||||
<source>Is Enabled</source>
|
||||
<target state="translated">Está Habilitado</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="TableDesignerEdgeConstraintOnDeleteActionPropertyDescription">
|
||||
<source>The behavior when a user tries to delete a row with data that is involved in an edge constraint.</source>
|
||||
<target state="translated">O comportamento quando um usuário tenta excluir uma linha com dados que estão envolvidos em uma relação com uma chave estrangeira.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="TableDesignerEdgeConstraintOnDeleteActionPropertyTitle">
|
||||
<source>On Delete Action</source>
|
||||
<target state="translated">Ao Excluir Ação</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="TableDesignerEdgeConstraintClausesPropertyDescription">
|
||||
<source>Edge constraint clauses.</source>
|
||||
<target state="translated">Cláusulas de restrição de borda.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="TableDesignerEdgeConstraintClausesPropertyTitle">
|
||||
<source>Clauses</source>
|
||||
<target state="translated">Cláusulas</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="TableDesignerEdgeConstraintClauseObjectType">
|
||||
<source>Clause</source>
|
||||
<target state="translated">Cláusula</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="TableDesignerEdgeConstraintClauseFromTablePropertyName">
|
||||
<source>From Table</source>
|
||||
<target state="translated">Da Tabela</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="TableDesignerEdgeConstraintClauseToTablePropertyName">
|
||||
<source>To Table</source>
|
||||
<target state="translated">Para a Tabela</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="TableDesignerGraphTableTypeNone">
|
||||
<source>None</source>
|
||||
<target state="translated">Nenhum</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="TableDesignerGraphTableTypeDescription">
|
||||
<source>Specifies the table type.</source>
|
||||
<target state="translated">Especifica o tipo de tabela.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="UnknownEnumString">
|
||||
<source>Unknown enum value: {0}.</source>
|
||||
<target state="translated">Valor de enumeração desconhecido: {0}.</target>
|
||||
<note>.
|
||||
Parameters: 0 - name (string) </note>
|
||||
</trans-unit>
|
||||
<trans-unit id="SqlTableDurability_SchemaAndData">
|
||||
<source>Schema and Data</source>
|
||||
<target state="translated">Esquema e Dados</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="SqlTableDurability_SchemaOnly">
|
||||
<source>Schema Only</source>
|
||||
<target state="translated">Somente Esquema</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="GeneratedAlwaysColumnType_None">
|
||||
<source>None</source>
|
||||
<target state="translated">Nenhum</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="GeneratedAlwaysColumnType_RowStart">
|
||||
<source>Row start</source>
|
||||
<target state="translated">Início da linha</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="GeneratedAlwaysColumnType_RowEnd">
|
||||
<source>Row End</source>
|
||||
<target state="translated">Fim da Linha</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="TableDesignerIsSystemVersioningEnabledTitle">
|
||||
<source>System Versioning Enabled</source>
|
||||
<target state="translated">Versão do Sistema Ativado</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="TableDesignerIsSystemVersioningEnabledDescription">
|
||||
<source>Specifies whether the table is system versioning enabled.</source>
|
||||
<target state="translated">Especificar se a tabela está habilitada para controle de versão do sistema.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="TableDesignerSystemVersioningGroupTitle">
|
||||
<source>System Versioning</source>
|
||||
<target state="translated">Versão do sistema</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="TableDesignerHistoryTableDescription">
|
||||
<source>History table of the current table.</source>
|
||||
<target state="translated">Tabela de histórico da tabela atual.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="TableDesignerHistoryTableTitle">
|
||||
<source>History Table</source>
|
||||
<target state="translated">Tabela de Histórico</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="TableDesignerIsMemoryOptimizedDescription">
|
||||
<source>Specifies whether the table is memory optimized.</source>
|
||||
<target state="translated">Indica se a tabela tem otimização de memória.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="TableDesignerMemoryOptimizedGroupTitle">
|
||||
<source>Memory Optimized</source>
|
||||
<target state="translated">Otimizado para Memória</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="TableDesignerIsMemoryOptimizedTitle">
|
||||
<source>Memory Optimized</source>
|
||||
<target state="translated">Otimizado para Memória</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="TableDesignerDurabilityDescription">
|
||||
<source>Specifies the durability setting of the table.</source>
|
||||
<target state="translated">Especifica a configuração de durabilidade da tabela.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="TableDesignerDurabilityTitle">
|
||||
<source>Durability</source>
|
||||
<target state="translated">Durabilidade</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="TableDesignerColumnGeneratedAlwaysAsDescription">
|
||||
<source>Specifies the start or end of the system versioning table's period setting.</source>
|
||||
<target state="translated">Especificar o início ou fim da configuração do período da tabela de controle de versão do sistema.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="TableDesignerColumnGeneratedAlwaysAsTitle">
|
||||
<source>Generated Always As</source>
|
||||
<target state="translated">Gerado Sempre Como</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="TableDesignerColumnIsHiddenTitle">
|
||||
<source>Is Hidden</source>
|
||||
<target state="translated">Is Hidden</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="TableDesignerColumnIsHiddenDescription">
|
||||
<source>Specifies whether the column will be returned by select statement.</source>
|
||||
<target state="translated">Especifica se a coluna será retornada pela instrução select.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="TableDesignerAutoCreateHistoryTableDescription">
|
||||
<source>Specifies whether the engine should automatically create the history table.</source>
|
||||
<target state="translated">Especificar o início ou fim da configuração do período da tabela de controle da versão do sistema.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="TableDesignerAutoCreateHistoryTableTitle">
|
||||
<source>Auto Create History Table</source>
|
||||
<target state="translated">Tabela de histórico de criação automática</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="TableDesignerNewHistoryTableDescription">
|
||||
<source>Specifies the name of the new history table.</source>
|
||||
<target state="translated">Especificar o nome da nova tabela de histórico.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="TableDesignerNewHistoryTableTitle">
|
||||
<source>New History Table Name</source>
|
||||
<target state="translated">Nome da Tabela de Histórico</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="TableColumnDefaultConstraintNamePropertyDescription">
|
||||
<source>Specifies the default constraint name.</source>
|
||||
<target state="translated">Especificar o nome da restrição padrão.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="TableColumnDefaultConstraintNamePropertyTitle">
|
||||
<source>Default Constraint Name</source>
|
||||
<target state="translated">Nome da Restrição Padrão</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
||||
Reference in New Issue
Block a user