mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-04-11 11:41:56 +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",
|
||||
"ПолучитьЗначенияРекурсивно": "GetValuesRecursively",
|
||||
"ВключитьОбработчикЗапросов": "EnableRequestsHandler",
|
||||
"КраткоеПредставлениеОшибки": "BriefErrorRepresentation",
|
||||
"КраткоеПредставлениеОшибки": "BriefErrorDescription",
|
||||
"ДропБокс_СоздатьУдалитьТег": "DropboxAPI_CreateDeleteTag",
|
||||
"ДобавитьОбработчикЗапросов": "AddRequestsHandler",
|
||||
"Неопределено, Произвольный": "Undefined, Arbitrary",
|
||||
|
@ -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));
|
||||
|
@ -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));
|
||||
|
Loading…
x
Reference in New Issue
Block a user