From 3442c0801229cb1c2043a5348d7be4811c2e2bd2 Mon Sep 17 00:00:00 2001 From: Alex Ma Date: Mon, 4 Oct 2021 11:35:23 -0700 Subject: [PATCH] [Loc] update XLFs and main resx to proper version (for cake build) (#1256) --- .../Localization/sr.resx | 4 ++-- .../Localization/sr.xlf | 14 ++++++++------ .../Localization/transXliff/sr.de.xlf | 12 ++++++++++++ .../Localization/transXliff/sr.es.xlf | 12 ++++++++++++ .../Localization/transXliff/sr.fr.xlf | 12 ++++++++++++ .../Localization/transXliff/sr.it.xlf | 12 ++++++++++++ .../Localization/transXliff/sr.ja.xlf | 12 ++++++++++++ .../Localization/transXliff/sr.ko.xlf | 12 ++++++++++++ .../Localization/transXliff/sr.pt-br.xlf | 12 ++++++++++++ .../Localization/transXliff/sr.ru.xlf | 12 ++++++++++++ .../Localization/transXliff/sr.zh-hans.xlf | 12 ++++++++++++ .../Localization/transXliff/sr.zh-hant.xlf | 12 ++++++++++++ 12 files changed, 130 insertions(+), 8 deletions(-) diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.resx b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.resx index 549a0bb9..e575b323 100644 --- a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.resx +++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.resx @@ -1855,12 +1855,12 @@ Parameters: 0 - editionCode (int) - Couldn't find Azure function with FunctionName {0} in {1} + Couldn't find Azure function with FunctionName '{0}' in {1} . Parameters: 0 - functionName (string), 1 - fileName (string) - More than one Azure function found with the FunctionName {0} in {1} + More than one Azure function found with the FunctionName '{0}' in {1} . Parameters: 0 - functionName (string), 1 - fileName (string) diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.xlf b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.xlf index 8cf74345..736ebee4 100644 --- a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.xlf +++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.xlf @@ -2162,14 +2162,16 @@ - Couldn't find Azure function with FunctionName {0} in {1} - Couldn't find Azure function with FunctionName {0} in {1} - + Couldn't find Azure function with FunctionName '{0}' in {1} + Couldn't find Azure function with FunctionName '{0}' in {1} + . + Parameters: 0 - functionName (string), 1 - fileName (string) - More than one Azure function found with the FunctionName {0} in {1} - More than one Azure function found with the FunctionName {0} in {1} - + More than one Azure function found with the FunctionName '{0}' in {1} + More than one Azure function found with the FunctionName '{0}' in {1} + . + Parameters: 0 - functionName (string), 1 - fileName (string) diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.de.xlf b/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.de.xlf index cdbd3f28..dbbd0004 100644 --- a/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.de.xlf +++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.de.xlf @@ -2421,6 +2421,18 @@ + + Couldn't find Azure function with FunctionName {0} in {1} + Die Azure-Funktion mit FunctionName "{0}" wurde in "{1}" nicht gefunden. + + + + + Couldn't find Azure function with FunctionName {0} in {1} + In "{1}" wurden mehrere Azure-Funktionen mit FunctionName "{0}" gefunden. + + + \ No newline at end of file diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.es.xlf b/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.es.xlf index 84a78ca7..6df5296c 100644 --- a/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.es.xlf +++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.es.xlf @@ -2421,6 +2421,18 @@ + + Couldn't find Azure function with FunctionName {0} in {1} + No se pudo encontrar la función de Azure con FunctionName {0} en {1} + + + + + Couldn't find Azure function with FunctionName {0} in {1} + Se ha encontrado más de una función de Azure con el FunctionName {0} en {1} + + + \ No newline at end of file diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.fr.xlf b/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.fr.xlf index abe0ab8a..26818e82 100644 --- a/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.fr.xlf +++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.fr.xlf @@ -2421,6 +2421,18 @@ + + Couldn't find Azure function with FunctionName {0} in {1} + Impossible de trouver la fonction Azure avec FunctionName {0} dans {1} + + + + + Couldn't find Azure function with FunctionName {0} in {1} + Plusieurs fonctions Azure trouvées avec FunctionName {0} dans {1} + + + \ No newline at end of file diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.it.xlf b/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.it.xlf index f05960db..f5a1556f 100644 --- a/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.it.xlf +++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.it.xlf @@ -2421,6 +2421,18 @@ + + Couldn't find Azure function with FunctionName {0} in {1} + Non è stato possibile trovare la funzione di Azure con FunctionName {0} in {1} + + + + + Couldn't find Azure function with FunctionName {0} in {1} + È stata trovata più di una funzione di Azure con FunctionName {0} in {1} + + + \ No newline at end of file diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.ja.xlf b/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.ja.xlf index c845d33a..8bd87b8b 100644 --- a/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.ja.xlf +++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.ja.xlf @@ -2421,6 +2421,18 @@ + + Couldn't find Azure function with FunctionName {0} in {1} + FunctionName {0} の Azure 関数が {1} に見つかりませんでした + + + + + Couldn't find Azure function with FunctionName {0} in {1} + FunctionName {0} の Azure 関数が {1} に複数見つかりました + + + \ No newline at end of file diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.ko.xlf b/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.ko.xlf index 69050b93..b9bc6894 100644 --- a/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.ko.xlf +++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.ko.xlf @@ -2421,6 +2421,18 @@ + + Couldn't find Azure function with FunctionName {0} in {1} + {1}에서 FunctionName {0}인 Azure 함수를 찾을 수 없음 + + + + + Couldn't find Azure function with FunctionName {0} in {1} + {1}에서 FunctionName {0}인 Azure 함수를 두 개 이상 찾음 + + + \ No newline at end of file diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.pt-br.xlf b/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.pt-br.xlf index bd49cca7..7ddca7da 100644 --- a/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.pt-br.xlf +++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.pt-br.xlf @@ -2421,6 +2421,18 @@ + + Couldn't find Azure function with FunctionName {0} in {1} + Não foi possível encontrar a função do Azure com FunctionName {0} em {1} + + + + + Couldn't find Azure function with FunctionName {0} in {1} + Mais de uma função do Azure foi encontrada com FunctionName {0} em {1} + + + \ No newline at end of file diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.ru.xlf b/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.ru.xlf index 96ee905a..5d03a0eb 100644 --- a/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.ru.xlf +++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.ru.xlf @@ -2421,6 +2421,18 @@ + + Couldn't find Azure function with FunctionName {0} in {1} + Не удалось найти функцию Azure с атрибутом FunctionName {0} в {1} + + + + + Couldn't find Azure function with FunctionName {0} in {1} + Обнаружено более одной функции Azure с FunctionName {0} в {1} + + + \ No newline at end of file diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.zh-hans.xlf b/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.zh-hans.xlf index 3a210ddf..7253cd37 100644 --- a/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.zh-hans.xlf +++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.zh-hans.xlf @@ -2421,6 +2421,18 @@ + + Couldn't find Azure function with FunctionName {0} in {1} + 无法找到 FunctionName 为 {0} 的 Azure 函数(在 {1} 中) + + + + + Couldn't find Azure function with FunctionName {0} in {1} + 已找到多个 FunctionName 为 {0} 的 Azure 函数(在 {1} 中) + + + \ No newline at end of file diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.zh-hant.xlf b/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.zh-hant.xlf index 5558732f..3e2108ce 100644 --- a/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.zh-hant.xlf +++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.zh-hant.xlf @@ -2421,6 +2421,18 @@ + + Couldn't find Azure function with FunctionName {0} in {1} + 在 {1} 中找不到具有 FunctionName {0} 的 Azure 函數 + + + + + Couldn't find Azure function with FunctionName {0} in {1} + 在 {1} 中找到多個具有 FunctionName {0} 的 Azure 函數 + + + \ No newline at end of file