[Loc] update to resx and xlfs (#1382)

This commit is contained in:
Alex Ma
2022-02-02 16:09:32 -08:00
committed by GitHub
parent 3c93d57730
commit 3157c6186e
20 changed files with 250 additions and 0 deletions

View File

@@ -5742,6 +5742,22 @@
<target state="translated">Colunas</target>
<note></note>
</trans-unit>
<trans-unit id="MissingIndexFormat">
<source>Missing Index (Impact {0}): {1}</source>
<target state="translated">Índice Ausente (Impacto {0}): {1}</target>
<note>"Missing Index (Impact {0}): {1}" format string for showplan</note>
</trans-unit>
<trans-unit id="MissingIndexDetailsTitle">
<source>/*
Missing Index Details from {0}
The Query Processor estimates that implementing the following index could improve the query cost by {1}%.
*/</source>
<target state="translated">/*
Detalhes de Índice Ausentes de {0}
O Processador de Consultas estima que a implementação do índice a seguir pode melhorar o custo da consulta em {1}%.
*/</target>
<note>title of missing index details</note>
</trans-unit>
</body>
</file>
</xliff>