From 9eb6c04a5a750515310da811f0c78395f6eb9e24 Mon Sep 17 00:00:00 2001 From: AlexeySafronov <alexey.safronov@onlyoffice.com> Date: Fri, 12 Nov 2021 21:52:47 +0300 Subject: [PATCH] Web: Removed useless translation keys --- products/ASC.Files/Client/public/locales/de/ConvertDialog.json | 3 +-- .../ASC.Files/Client/public/locales/pt-BR/ConvertDialog.json | 3 +-- products/ASC.Files/Client/public/locales/ro/ConvertDialog.json | 3 +-- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/products/ASC.Files/Client/public/locales/de/ConvertDialog.json b/products/ASC.Files/Client/public/locales/de/ConvertDialog.json index 2e36063aadc..9ad33c3b3ea 100644 --- a/products/ASC.Files/Client/public/locales/de/ConvertDialog.json +++ b/products/ASC.Files/Client/public/locales/de/ConvertDialog.json @@ -3,7 +3,6 @@ "ConversionMessage": "Alle hochgeladenden Dokumente werden ins Office Open XML Format (DOCX, XLSX oder PPTX) für eine schnellere Bearbeitung konvertiert.", "ConversionTitle": "Das Dokument wird hochgeladen", "ConvertAndOpenTitle": "Dokument umwandeln und öffnen", - "ConvertingLabel": "Dateien konvertiert: {{file}} von {{totalFiles}}", "HideMessage": "Diese Nachricht nicht mehr anzeigen.", "SaveOriginalFormatMessage": "Kopie dieser Datei im Originalformat speichern" -} \ No newline at end of file +} diff --git a/products/ASC.Files/Client/public/locales/pt-BR/ConvertDialog.json b/products/ASC.Files/Client/public/locales/pt-BR/ConvertDialog.json index f9fb86adac7..a8bbbd43173 100644 --- a/products/ASC.Files/Client/public/locales/pt-BR/ConvertDialog.json +++ b/products/ASC.Files/Client/public/locales/pt-BR/ConvertDialog.json @@ -3,7 +3,6 @@ "ConversionMessage": "Todos os documentos que você carregar serão convertidos no formato Office Open XML (docx, xlsx ou pptx) para uma edição mais rápida.", "ConversionTitle": "Carregando documento", "ConvertAndOpenTitle": "Converter e abrir documento", - "ConvertingLabel": "Conversão de arquivos: {{file}} para {{totalFiles}}", "HideMessage": "Não mostre esta mensagem novamente", "SaveOriginalFormatMessage": "Salvar a cópia do arquivo no formato original" -} \ No newline at end of file +} diff --git a/products/ASC.Files/Client/public/locales/ro/ConvertDialog.json b/products/ASC.Files/Client/public/locales/ro/ConvertDialog.json index e1ba4d562b8..7daa88b0292 100644 --- a/products/ASC.Files/Client/public/locales/ro/ConvertDialog.json +++ b/products/ASC.Files/Client/public/locales/ro/ConvertDialog.json @@ -3,7 +3,6 @@ "ConversionMessage": "Toate documentele încărcate vor fi convertite în format Office Open XML (docx, xlsx sau pptx) pentru editarea mai rapidă.", "ConversionTitle": "Încărcare document", "ConvertAndOpenTitle": "Convertire și deschidere document", - "ConvertingLabel": "Convertire fișiere: {{file}} din {{totalFiles}}", "HideMessage": "Nu afișa acest mesaj din nou", "SaveOriginalFormatMessage": "Salvează copia în formatul original" -} \ No newline at end of file +}