update for resx with latest changes (#1240)

This commit is contained in:
Alex Ma
2021-09-01 11:06:43 -07:00
committed by GitHub
parent 4bb89819bb
commit 93728df53d
10 changed files with 60 additions and 0 deletions

View File

@@ -1329,4 +1329,10 @@
<data name="SqlCmdUnsupportedToken" xml:space="preserve">
<value>遇到不支持的令牌 {0}</value>
</data>
<data name="CouldntFindAzureFunction" xml:space="preserve">
<value>无法找到 FunctionName 为 {0} 的 Azure 函数(在 {1} 中)</value>
</data>
<data name="MoreThanOneAzureFunctionWithName" xml:space="preserve">
<value>已找到多个 FunctionName 为 {0} 的 Azure 函数(在 {1} 中)</value>
</data>
</root>