diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.de.resx b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.de.resx
index d9458474..d642ad8d 100644
--- a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.de.resx
+++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.de.resx
@@ -1329,4 +1329,10 @@
Es wurde ein nicht unterstütztes Token "{0}" gefunden.
+
+ Die Azure-Funktion mit FunctionName "{0}" wurde in "{1}" nicht gefunden.
+
+
+ In "{1}" wurden mehrere Azure-Funktionen mit FunctionName "{0}" gefunden.
+
\ No newline at end of file
diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.es.resx b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.es.resx
index af57a5fd..6435e790 100644
--- a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.es.resx
+++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.es.resx
@@ -1329,4 +1329,10 @@
Se ha encontrado un token no admitido {0}
+
+ No se pudo encontrar la función de Azure con FunctionName {0} en {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/sr.fr.resx b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.fr.resx
index 3234db2a..0633c778 100644
--- a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.fr.resx
+++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.fr.resx
@@ -1329,4 +1329,10 @@
Jeton non pris en charge détecté ({0})
+
+ Impossible de trouver la fonction Azure avec FunctionName {0} dans {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/sr.it.resx b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.it.resx
index 67a29a44..83b353ea 100644
--- a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.it.resx
+++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.it.resx
@@ -1329,4 +1329,10 @@
È stato rilevato il token {0} non supportato
+
+ Non è stato possibile trovare la funzione di Azure con 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/sr.ja.resx b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.ja.resx
index af3a33bb..f91c6009 100644
--- a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.ja.resx
+++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.ja.resx
@@ -1329,4 +1329,10 @@
サポートされていないトークン {0} が見つかりました
+
+ FunctionName {0} の Azure 関数が {1} に見つかりませんでした
+
+
+ FunctionName {0} の Azure 関数が {1} に複数見つかりました
+
\ No newline at end of file
diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.ko.resx b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.ko.resx
index 228d82b6..2ea5ceb1 100644
--- a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.ko.resx
+++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.ko.resx
@@ -1329,4 +1329,10 @@
지원되지 않는 {0} 토큰이 발생했습니다.
+
+ {1}에서 FunctionName {0}인 Azure 함수를 찾을 수 없음
+
+
+ {1}에서 FunctionName {0}인 Azure 함수를 두 개 이상 찾음
+
\ No newline at end of file
diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.pt-br.resx b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.pt-br.resx
index 718bee6a..d83a9761 100644
--- a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.pt-br.resx
+++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.pt-br.resx
@@ -1329,4 +1329,10 @@
Token sem suporte encontrado {0}
+
+ Não foi possível encontrar a função do Azure com FunctionName {0} em {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/sr.ru.resx b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.ru.resx
index c3aa149f..c6e276d3 100644
--- a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.ru.resx
+++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.ru.resx
@@ -1329,4 +1329,10 @@
Обнаружен неподдерживаемый токен {0}.
+
+ Не удалось найти функцию Azure с атрибутом FunctionName {0} в {1}
+
+
+ Обнаружено более одной функции Azure с FunctionName {0} в {1}
+
\ No newline at end of file
diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.zh-Hans.resx b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.zh-Hans.resx
index 2962189f..f513f6ed 100644
--- a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.zh-Hans.resx
+++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.zh-Hans.resx
@@ -1329,4 +1329,10 @@
遇到不支持的令牌 {0}
+
+ 无法找到 FunctionName 为 {0} 的 Azure 函数(在 {1} 中)
+
+
+ 已找到多个 FunctionName 为 {0} 的 Azure 函数(在 {1} 中)
+
\ No newline at end of file
diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.zh-Hant.resx b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.zh-Hant.resx
index 8ba8955d..64315308 100644
--- a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.zh-Hant.resx
+++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.zh-Hant.resx
@@ -1329,4 +1329,10 @@
發現不支援的權杖 {0}
+
+ 在 {1} 中找不到具有 FunctionName {0} 的 Azure 函數
+
+
+ 在 {1} 中找到多個具有 FunctionName {0} 的 Azure 函數
+
\ No newline at end of file