1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-04-11 11:41:56 +02:00

Фикс перевода

This commit is contained in:
Anton Titovets 2025-02-02 17:41:03 +03:00
parent db002a809e
commit 5284764dc6
3 changed files with 3 additions and 3 deletions

View File

@ -5216,7 +5216,7 @@
"ЗаполнитьПоляЗапросаТовара": "FillProductRequestFields",
"ПолучитьЗначенияРекурсивно": "GetValuesRecursively",
"ВключитьОбработчикЗапросов": "EnableRequestsHandler",
"КраткоеПредставлениеОшибки": "BriefErrorRepresentation",
"КраткоеПредставлениеОшибки": "BriefErrorDescription",
"ДропБокс_СоздатьУдалитьТег": "DropboxAPI_CreateDeleteTag",
"ДобавитьОбработчикЗапросов": "AddRequestsHandler",
"Неопределено, Произвольный": "Undefined, Arbitrary",

View File

@ -57,7 +57,7 @@ Procedure MainHandler(Context, NexHandler) Export
ProcessRequest(Context);
Except
Error = BriefErrorRepresentation(ErrorInfo());
Error = BriefErrorDescription(ErrorInfo());
Context.Response.StatusCode = 500;
Context.Response.WriteAsJson(New Structure("result,error", False, Error));

View File

@ -57,7 +57,7 @@ Procedure MainHandler(Context, NexHandler) Export
ProcessRequest(Context);
Except
Error = BriefErrorRepresentation(ErrorInfo());
Error = BriefErrorDescription(ErrorInfo());
Context.Response.StatusCode = 500;
Context.Response.WriteAsJson(New Structure("result,error", False, Error));