You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-08-10 22:41:43 +02:00
Фикс перевода
This commit is contained in:
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));
|
||||||
|
Reference in New Issue
Block a user