From feb80b162b4677057abd15cae4d7cc1bef107505 Mon Sep 17 00:00:00 2001 From: Darya Umrikhina Date: Tue, 18 Jun 2024 18:18:00 +0700 Subject: [PATCH] Packages:Client:Public:Locales: add fields for Document Service --- packages/client/public/locales/en/Settings.json | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/packages/client/public/locales/en/Settings.json b/packages/client/public/locales/en/Settings.json index 85e7033069..9c342f5ee6 100644 --- a/packages/client/public/locales/en/Settings.json +++ b/packages/client/public/locales/en/Settings.json @@ -108,8 +108,16 @@ "DocumentService": "Document Service", "DocumentServiceLocationHeaderHelp": "Document Service is the server service which allows to perform the document editing and allows to convert the document file into the appropriate OfficeOpen XML format. Document service location specifies the address of the server with the document services installed.", "DocumentServiceLocationUrlApi": "Document Editing Service Address", - "DocumentServiceLocationUrlInternal": "Document Service address for requests from the {{productName}}", - "DocumentServiceLocationUrlPortal": "{{productName}} address for requests from the Document Service", + "DocumentServiceDisableCertificat": "Disable certificate verification (insecure)", + "DocumentServiceSecretKey": "Secret key", + "DocumentServiceSecretKeySubtitle": "Leave blank to disable", + "DocumentServiceLocationUrlInternal": "Document Service address for internal requests from the {{productName}}", + "DocumentServiceAuthorizationHeader": "Authorization header", + "DocumentServiceAuthorizationHeaderSubtitle": "Leave blank to use default header", + "DocumentServiceLocationUrlPortal": "{{productName}} address for internal requests from the Document Service", + "DocumentServiceAdvancedSettings": "Advanced server settings", + "DocumentServiceShow": "Show", + "DocumentServiceHide": "Hide", "DownloadCopy": "Download copy", "DownloadLog": "Download log", "DownloadReportBtnText": "Download report",