mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-04-15 11:56:36 +02:00
Фикс перевода
This commit is contained in:
parent
db002a809e
commit
5284764dc6
2
service/dictionaries/en.json
vendored
2
service/dictionaries/en.json
vendored
@ -5216,7 +5216,7 @@
|
|||||||
"ЗаполнитьПоляЗапросаТовара": "FillProductRequestFields",
|
"ЗаполнитьПоляЗапросаТовара": "FillProductRequestFields",
|
||||||
"ПолучитьЗначенияРекурсивно": "GetValuesRecursively",
|
"ПолучитьЗначенияРекурсивно": "GetValuesRecursively",
|
||||||
"ВключитьОбработчикЗапросов": "EnableRequestsHandler",
|
"ВключитьОбработчикЗапросов": "EnableRequestsHandler",
|
||||||
"КраткоеПредставлениеОшибки": "BriefErrorRepresentation",
|
"КраткоеПредставлениеОшибки": "BriefErrorDescription",
|
||||||
"ДропБокс_СоздатьУдалитьТег": "DropboxAPI_CreateDeleteTag",
|
"ДропБокс_СоздатьУдалитьТег": "DropboxAPI_CreateDeleteTag",
|
||||||
"ДобавитьОбработчикЗапросов": "AddRequestsHandler",
|
"ДобавитьОбработчикЗапросов": "AddRequestsHandler",
|
||||||
"Неопределено, Произвольный": "Undefined, Arbitrary",
|
"Неопределено, Произвольный": "Undefined, Arbitrary",
|
||||||
|
@ -57,7 +57,7 @@ Procedure MainHandler(Context, NexHandler) Export
|
|||||||
ProcessRequest(Context);
|
ProcessRequest(Context);
|
||||||
Except
|
Except
|
||||||
|
|
||||||
Error = BriefErrorRepresentation(ErrorInfo());
|
Error = BriefErrorDescription(ErrorInfo());
|
||||||
|
|
||||||
Context.Response.StatusCode = 500;
|
Context.Response.StatusCode = 500;
|
||||||
Context.Response.WriteAsJson(New Structure("result,error", False, Error));
|
Context.Response.WriteAsJson(New Structure("result,error", False, Error));
|
||||||
|
@ -57,7 +57,7 @@ Procedure MainHandler(Context, NexHandler) Export
|
|||||||
ProcessRequest(Context);
|
ProcessRequest(Context);
|
||||||
Except
|
Except
|
||||||
|
|
||||||
Error = BriefErrorRepresentation(ErrorInfo());
|
Error = BriefErrorDescription(ErrorInfo());
|
||||||
|
|
||||||
Context.Response.StatusCode = 500;
|
Context.Response.StatusCode = 500;
|
||||||
Context.Response.WriteAsJson(New Structure("result,error", False, Error));
|
Context.Response.WriteAsJson(New Structure("result,error", False, Error));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user